2011-08-23  Petr Mladek  <pmladek@suse.cz>  [6dcf82190e58efb8fdcb81cc51582740113ec416]

Version 3.4.3.2, tag libreoffice-3.4.3.2 (3.4.3-rc2)


2011-08-17  Petr Mladek  <pmladek@suse.cz>  [0c507008581a7bc47dd2eac949d346730634dbb9]

Branch libreoffice-3-4-3

This is 'libreoffice-3-4-3' - the stable branch for the 3.4.3 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 3.4.x release,
please use the 'libreoffice-3-4' branch.

If you want to build something cool, unstable, and risky, use master.

2011-08-16  Petr Mladek  <pmladek@suse.cz>  [b059b524f01f6477605ea19cfaeb07df2d47053c]

Version 3.4.3.1, tag libreoffice-3.4.3.1 (3.4.3-rc1)


2011-08-05  Caolán McNamara  <caolanm@redhat.com>  [199d9667d159f0b37490e15c1972788de2727cb1]

drop SkipNumberFormatterInStream


2011-08-05  Eike Rathke  <ooo@erack.de>  [14a83b892ead65acf16d566e2b69c2e8dd75d617]

Fix fdo#38956 discarding bracketed prefixes in number formats, such as [RED]

* Fixed discarding of prefixes.
* Fixed the broken handling of Thai calendar and numerals speciality.
* Added bits to actually display a format with embedded LCID in the dialog if
  the LCID doesn't match the currently viewed locale.
(cherry picked from commit fbe916fd7dc7ba22b8652bc0c5b8a0d9cb15cc9d)

Conflicts:

	svl/inc/svl/zforlist.hxx
	svl/source/numbers/zformat.cxx

2011-08-01  Eike Rathke  <ooo@erack.de>  [9ee1d8454294375954c8407943ce64b09b573789]

Removed Kabyle language entry.

Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-08-01  Eike Rathke  <ooo@erack.de>  [bc5ab2983ccb6cbccffb994bf2672fb9ae32b572]

fix Kabyle_Algeria [kab_DZ] absent currency symbol.

* In locale data replaceTo must not be empty if replaceFrom isn't.
+ Also added check to locale data compiler to prevent this in future.
* Fixed a currency format's group separator.
* Marked LANGUAGE_USER_KABYLE (0x0659) obsolete as LANGUAGE_TAMAZIGHT_LATIN
  (0x085F) is used instead, actually commit
  909c9aa4550a068513300bc3e899c0466d9287b4 crossed
  b51eaf4c5083ec35366d18c522a7dd50f9c9b3c0
- Removed the corresponding duplicated entry from langtab.src.

Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-26  Andras Timar  <atimar@novell.com>  [cf6eb7aca7dff8103b2419121d5f876728bb32bd]

change 97/XP/2000 to 97/XP/2000/2003 - fdo#36734

Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-26  Andras Timar  <atimar@novell.com>  [ed288dd607d68a3b0b30e0e7dc1f39e6127ea123]

change SV_BUTTONTEXT_LESS from More to Less - fdo#36663

Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-26  Andras Timar  <atimar@suse.com>  [e410b2f8cca61f167e0f36117e765e0030860da3]

add Teke-Eboo language - fdo#37275

Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-25  Caolán McNamara  <caolanm@redhat.com>  [0c94a18a0020c2f54ad3284edd25cfb64d34bed7]

EMF+ records don't need payload all the time

Fix for fdo#39517. Looking through the emf+ records, it looks like the
assumption made that the minimum valid record length is 12 + non-0
length payload isnt' right, looks like that the minimum valid record
length is just 12, i.e. no need for a payload.

Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-07-20  Andras Timar  <atimar@suse.com>  [db2278e2adbbd6584782216818e9d0e3746547d7]

add gd_GB (Gaelic, Scottish) locale data #i117857#

Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [4d046c6a2e0276f7944dcb12f007b1e9ce10a154]

fix typo in the last commit

scriptListCount should get initialized by scriptList variable

Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2011-07-19  Caolán McNamara  <caolanm@redhat.com>  [079bbde52d6a136f55957c40b7f8d536a6c16065]

Resolves: fdo#38095 half&full width forms need to remain asian

Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-07-12  Petr Mladek  <pmladek@suse.cz>  [dbcedbc7b7747f852af163428a1de39d0fbf077d]

Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)


2011-07-12  Radek Doulik  <rodo@novell.com>  [f143e7cf1ceaf7526fc95ca70ad95b4458d52225]

fix set color regression in cairo canvas

 - the cairo_set_source_rgba should be called with non-alpha-pre-multiplied
   color values
 - fixes fdo#33591 and fdo#35681

Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-07-12  Radek Doulik  <rodo@novell.com>  [24016c09cb9ccab425a3cebd1cbdf0023a502ffa]

fix regression in SvGlobalName::operator <

 - it was comparing wrong parts and ommiting part of ID's, resulting
   in wrong results and thus ::std::map didn't work well with default
   less compare function of it's keys
 - fixes fdo#32709
(cherry picked from commit 345dc7961bc142f167a1b8e5f43f4439e8234f06)

Signed-off-by: Caolán McNamara <caolanm@redhat.com>

2011-07-08  Caolán McNamara  <caolanm@redhat.com>  [74b48022853b3141b8c2d421eec5b59fbc35d93f]

handle busted emf lengths (cherry picked from commit 2b15986b1452f47f93ffc25d2ffcc52d347d5581)


2011-07-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b74f2e0c4ff7a0f8a0b5c031825aef7a7d211daf]

fdo#38963: crash in number format dialog

Signed-off-by: Katarina Machalkova <kmachalkova@novell.com>

2011-07-07  Katarina Machalkova  <kmachalkova@novell.com>  [1d66d2233cc4b458d3ad3bdad8682828f5fb321a]

Duplicate entries in Directory definition are no longer treated as errors

Fixes a problem where cetain XLS documents open as blank in
LibreOffice.

Described in the non-public bnc#682484.

Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-07-07  Caolán McNamara  <caolanm@redhat.com>  [3e89e510bf9974f75a81baf13dc59f6e137ec9a9]

Related: #i46388# busted ole2 wrapper

Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-06-29  Caolán McNamara  <caolanm@redhat.com>  [30d4566c9685c091d08867adeb147a1cb2070c9e]

Related: fdo#38704 make simpleMapNativeRoleFrom::accessibleContext safer (cherry picked from commit 5efca1417e430a0f1ba169638955d3b5cf921dde)


2011-06-28  Radek Doulik  <rodo@novell.com>  [c9eaa03dac70bde19f17381dc1d993379b8c34cc]

do not set minimal size for fullscreen windows

 - otherwise they cannot shrink when downsizing resolution of the screen

2011-06-28  Radek Doulik  <rodo@novell.com>  [7cd035c10c000565361594119318eab1e5d9f6c1]

make sure we send resize event to fullscreen windows

 - this fixes regression of i#86302 fix. it happens when screen is resized
   (by xrandr for example) and the fullscreen windows are not notified
   about their size change, because they don't have sizeable style set

2011-06-28  Radek Doulik  <rodo@novell.com>  [8837e1b9668410f9de3ad55e8bc5cf369ea9d94c]

fix condition for compositing surface refresh

  - fixes problems on slideshow window shrinking

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [5263052d3261c4fff45120d568c947e30987d6df]

Resolves: fdo#33509 Context menu in spellcheck in RTL UI closes too early (cherry picked from commit 485b6dc95fe783ef3bb9bbe1ae2f65fe04edc926)


2011-06-14  Petr Mladek  <pmladek@suse.cz>  [5eaff8456878a03f5c45187493c6b6d9bb867952]

Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)


2011-06-10  Radek Doulik  <rodo@novell.com>  [147671396ba2576f8814395f26e2112090b76911]

make the renderer component point to the right shared library

Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-06-10  Radek Doulik  <rodo@novell.com>  [8b0f95253f517c015ff0c4d0b8534ea81d4c0e8d]

added mtfrenderer component


2011-06-10  Radek Doulik  <rodo@novell.com>  [804351ed11c19a20e5c65ad208ac8d0cb189cc9a]

make the debug build work again

Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-06-09  Caolán McNamara  <caolanm@redhat.com>  [561dc7adb28467815dba1753a0338dfbb1f01677]

Resolves: fdo#37668 bitwise operations on signed numbers


2011-05-24  Michael Meeks  <michael.meeks@novell.com>  [125a64ce0a9fb96093b42e9960b8dd9cd17a3367]

revert previous patch for now.


2011-05-24  Lucas Baudin  <xapantu@gmail.com>  [dd6e9386b157fb2e9fca4ffb4c69ebfc069ccf90]

Fix some visual glitch with GTK+

- Fix separators, they weren't properly aligned, and they didn't use
  gtk_paint_box when needed some gtk themes/engine draw lines with box ^^
  (for 3d appearance for instance)
- Fix pressed toolbar buttons state: it wasn't drawn correctly
- Fix toolbar buttons background: window background was paint, but the
  background was the toolbar, so, now, the background of the toolbar is paint
- Use gtk_paint_box instead of gtk_paint_flat_box for buttondefault, it wasn't
  correct and caused some weird things in the corners
- Code cleanup: remove a function call which set the widgets flags, it is
  useless (and could cause some segfaults) since we must specify widget state
  and shadow in gtk_paint_(flat_)box).
- Code cleanup: remove duplicated code, toolbar button are now drawn using the
  same function as normal buttons

2011-05-20  Kohei Yoshida  <kyoshida@novell.com>  [6a5fc45bb00dbe99b257be2aa5a81deeb6ced1ca]

fdo#36690: Don't broadcast setting changes during painting of button.

Calling SetSettings() when the output device is Window causes it to
broadcast data change.  PushButton::Draw() in fact calls this method
when the button contains colors, which ends up broadcasting its change
via Window::DataChanged call.  But depending on the output device
this DataChanged call may end up painting it again, which basically
causes a recursive loop.

The solution is to make sure OutputDevice::SetSettings() is called ( which only
 changes the settings without doing anything else ) and *not* and derived
classes 'SetSettings()' method

Signed-off-by: Noel Power <noel.power@novell.com>

2011-05-20  Noel Power  <noel.power@novell.com>  [f71529593fc6e16554602638d100d02ac03bee75]

Revert "fdo#36690: Don't broadcast setting changes during painting of button."

This reverts commit 829d4abd5eda9b03c5d4518f43efc4444bc63935.

2011-05-20  Lucas Baudin  <xapantu@gmail.com>  [fc1301e5940dbb38ed10719f87b44848f0aa65db]

Fix a bug about presssed button state (fdo#36613)

Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-05-20  Noel Power  <noel.power@novell.com>  [829d4abd5eda9b03c5d4518f43efc4444bc63935]

fdo#36690: Don't broadcast setting changes during painting of button.

Calling SetSettings() when the output device is Window causes it to
broadcast data change.  PushButton::Draw() in fact calls this method
when the button contains colors, which ends up broadcasting its change
via Window::DataChanged call.  But depending on the output device
this DataChanged call may end up painting it again, which basically
causes a recursive loop.

The solution is to make sure OutputDevice::SetSettings() is called ( which only
 changes the settings without doing anything else ) and *not* and derived
classes 'SetSettings()' method

Signed-off-by: Noel Power <noel.power@novell.com>

2011-05-19  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [30428e1b7088df9b61a18c9b47557669cb542622]

fdo#36615: Fixed the prefix recognition in URLs... that list is sorted.


2011-05-18  Michael Meeks  <michael.meeks@novell.com>  [eaccbc2c2c81341a6eaf71dc59fba95a9e13051e]

fix gtk FMR on shutdown - fdo#37302

Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-05-17  Petr Mladek  <pmladek@suse.cz>  [2a3fc4a5782c6712845a74672663106014ec3f0e]

Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)


2011-05-16  Jan Holesovsky  <kendy@suse.cz>  [b9859b83c5d5bd4da3acd9d0abf08b0b2ac5bdf0]

Fix crash in WMF import - fdo#36991.

(cherry picked from commit c4361c93de2b9661d59bc4aa799dffea7ad579e2)

Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-05-11  Katarina Machalkova  <kmachalkova@suse.cz>  [8d08e19822871afc0f4c82b13ea3111b5f62f553]

Fix for fdo#36673: corrupt date formats of cells

Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-05-10  Petr Mladek  <pmladek@suse.cz>  [653b2c909600ad77ed87a6e70f6d7a6424f6f0e9]

Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)


2011-05-10  Jan Holesovsky  <kendy@suse.cz>  [38e6007f56087bd5261d76f1b2ccad785f382e00]

wikihelp: Pass the LibreOffice version to help.libreoffice.org.


2011-05-10  Michael Meeks  <michael.meeks@novell.com>  [e39ce42790f1a5e99a2d41edb71976b94d12b992]

fix crash with out of bound accelerater vector access fdo#36802


2011-05-09  Thorsten Behrens  <tbehrens@novell.com>  [f8aa9663aeba8b9227ae197eb964ad2c64f943f1]

Fix non-changeability of UI locale

Enabled commented-out code, that actually permits changing the ui
locale without having to go through configuration.

This permits forcing en-us locale from the unit tests (which don't
have a working config)

2011-05-06  Thorsten Behrens  <tbehrens@novell.com>  [0688b0d86b21374bcf6eba2e252df97924d337e1]

Fix dbglevel=2 build


2011-05-05  Michael Meeks  <michael.meeks@novell.com>  [c668119c3303a9ef6f09dfc5a74f5314aecd188d]

bug 36262 - undo BrOffice branding work


2011-05-03  Petr Mladek  <pmladek@suse.cz>  [c7fd3c56fffbf3da6b8602682a5ad38a75fc20ed]

Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)


2011-05-02  Tor Lillqvist  <tlillqvist@novell.com>  [8ea63a59f14c4f0bb9d5e8bdcf6c25a376bb879d]

Fix for fdo#36481: Spinboxes missing up/down arrows on Windows

Bypass test for empty control region (rectangle) on Windows. Obviously
just a stopgap measure. More insightful fix welcome.

2011-05-02  Luboš Luňák  <l.lunak@suse.cz>  [ba678b7d44fbde9e9ac1f0e01b49dc0b211530c0]

fix off-by-one when exporting postscript fonts to pdf

The problem shows when exporting a text document to pdf and there
a .pfb font is used (e.g. Standard Symbols L or Bitstream Charter).
As far as I can say this is actually harmless, as this is just
a padding section, but Acroread shows an error dialog for this
(bnc#690005).

2011-04-29  Noel Power  <noel.power@novell.com>  [18211731500d267bd68c914d2cf204d8e9ee755f]

fix for fdo#36629, corrupted IDE tabs when adding/deleting modules


2011-04-29  Thorsten Behrens  <tbehrens@novell.com>  [9e17ee98db942f696188873ad36d5861b9a973e3]

dlopen-global-symbols.diff: use global namespace for dlopened sym


2011-04-28  Thorsten Behrens  <tbehrens@novell.com>  [43ee921d23fb9ec6c589ac6ae1072ae874848d7b]

normalize-template-paths-fix.diff: allow to install templates from extensions

expand path placeholders early in template dialog (bnc#512146)

2011-04-28  Radek Doulik  <rodo@novell.com>  [7839260b83da45a3fa997a2632e7ba3edfb75a3e]

wmf-mm-text-1.diff: fix regression caused by wmf-mm-text.diff (bnc#417818)

make the fixed code run only when device size is set

2011-04-28  Petr Mladek  <pmladek@suse.cz>  [4ee339eb6d9f7d6dfeb821275a3abceccec55f57]

wmf-mm-text.diff: M_TEXT map mode support in wmf (bnc#417818)


2011-04-27  Petr Mladek  <pmladek@suse.cz>  [3bf568fb0341c84dd125ebcd3582d3e6741fed1f]

i18nutil-glibc-braindamage-workaround.diff: build failure with glibc-2.4

glibc 2.4's langinfo.h does "#define CURRENCY_SYMBOL __CURRENCY_SYMBOL"
which (obviously) breaks UnicodeType::CURRENCY_SYMBOL

2011-04-27  Radek Doulik  <rodo@novell.com>  [bfc7756f1024ad1c0cc010c6b8486b8d457f45c8]

svtools-unsort-template-dialogentries.diff: grouping items in templates dialog

group entries in the "Documents and Templates dialog" (bnc#106603)

2011-04-27  David Tardon  <dtardon@redhat.com>  [895abcc47033c985fa83da0c172a885a68af2734]

fdo#36404 once more, or, bitten by git .-)


2011-04-27  David Tardon  <dtardon@redhat.com>  [9eb0bf14ee5ef0904ec43262faed9a94f0edfc62]

fdo#36404 real fix this time


2011-04-27  Robert Dargaud  <libo@bobiciel.com>  [8868f7b6d2362bba48ff8f656050a34d6033634d]

fdo#36404 more than one text cursor at the same time in textfields


2011-04-26  Petr Mladek  <pmladek@suse.cz>  [60416446e2b5e4442b9803d9d25a85a66decad54]

Version 3.3.99.3, tag libreoffice-3.3.99.3 (3.4.0-beta3)


2011-04-21  Jan Holesovsky  <kendy@suse.cz>  [12661f9b0ecea5bf1fc1965dccc931714e442ef1]

Fix typo; NF_KEY_FALSE should be "FALSE".


2011-04-20  Christian Dywan  <christian.dywan@lanedo.com>  [ebbfea9ef686fdbb67a49772e9e81f11820d109f]

Only accelerators in Edit popup on Windows and KDE

The new style setting AcceleratorsInContextMenus defaults to True and
is disabled for GNOME and OSX.

Fixes: fdo#36239

2011-04-20  Robert Dargaud  <libo@bobiciel.com>  [26f6f09adab952da44cb0d4a1a11a4bb32d8605f]

fix fdo#36399 - ScrollBar display bug on dialog boxes


2011-04-19  Petr Mladek  <pmladek@suse.cz>  [b466fd3bf1f6a4c1af8e42d836a43576754b7dac]

Version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2)


2011-04-18  Anthony Durity  <gently@jollyrotten.org>  [f639348a580074d852c2424ca9707796c62b59fb]

Resolves: fdo#36336 fix crash on launch (cherry picked from commit 2cae8853762ba357b19773fe0890996b3c2b95b5)


2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [f8e60bf3199ac15cc6a0d5f93fd2372066551277]

those TRUE->sal_True conversions look really wrong


2011-04-15  Radek Doulik  <rodo@novell.com>  [a7289e0659b041580c89908c936222d3cff4319d]

process glib events on exit

so that waiting asynchronous events are not discarded; helps with updating
recently-used.xbel (recently used files in bookmarks format) and possibly
with other things

2011-04-14  Tor Lillqvist  <tlillqvist@novell.com>  [a744dc832da5edf5dc3db6aeb6c4b1dc7981de2b]

The NULL must be a css::uno::Sequence< css::beans::PropertyValue >*, I think


2011-04-14  Tor Lillqvist  <tlillqvist@novell.com>  [5c06e7530c9672be8f8ea1440181ea1a4f3436e8]

Revert "It's the WMF_APMFILEHEADER* parameter that needs a cast, I think"

Nope, the NULL can't be meaning the WMF_APMFILEHEADER* thing as that
is added by external-apm-header.diff.

This reverts commit 6107a6b764eecdf3d84fbf5505a8c628d8111811.

2011-04-14  Tor Lillqvist  <tlillqvist@novell.com>  [6107a6b764eecdf3d84fbf5505a8c628d8111811]

It's the WMF_APMFILEHEADER* parameter that needs a cast, I think


2011-04-14  Tor Lillqvist  <tlillqvist@novell.com>  [bc944877411e71f2c2582967b9b4f06ac0b583c3]

Revert "Use static_cast to resolve ambiguity between NULL and 0"

This was not the actual problem.

This reverts commit 0d74c4b027b057c2552311be12571c044f472ad8.

2011-04-13  Katarina Machalkova  <kmachalkova@suse.cz>  [f4b300753878698d05d3e6fff236fdb57f5c5d20]

Fixed more build breakages with --enable-kde4 (cherry picked from commit 5dbb3b7b920045156e998ea2f0a93a870b93f09c)


2011-04-12  Katarina Machalkova  <kmachalkova@suse.cz>  [180c67523028aed289bb86d823d38e0b44271ab4]

Removed duplicate code block (mis-merge, prolly)

This fixes build with --enable-kde4
(cherry picked from commit ea898caa151fb8e94b6bdb00b1008b6da98fddad)

2011-04-12  Tor Lillqvist  <tlillqvist@novell.com>  [0d74c4b027b057c2552311be12571c044f472ad8]

Use static_cast to resolve ambiguity between NULL and 0


2011-04-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [aa263707166bf3b8a8949281e9609e31975f36e8]

Our fontconfig baseline is 2.2.0


2011-04-11  Petr Mladek  <pmladek@suse.cz>  [47d0221db0d5e7b859317120159628a0a8f658d7]

Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1)


2011-04-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [7f385a0637e886876cef52e9cb2581f1e670cdc2]

fix typo from commit a6eaaeceed90192ea61371c5ddfb0fe795eebfba


2011-04-08  Luboš Luňák  <l.lunak@suse.cz>  [3638e82b039c071dbc3908a8977cb909ef71c07b]

better fix for KDE4 popup painting covering popup frame


2011-04-08  Luboš Luňák  <l.lunak@suse.cz>  [b2d1508fd2dfd22113b343914cb382be092fd628]

rework KDE4 popup menu drawing to avoid various glitches


2011-04-08  Luboš Luňák  <l.lunak@suse.cz>  [c15593ad44e736f55b26f5c117b07fd86be65178]

kde4 size of menu radio/checkboxes


2011-04-08  Luboš Luňák  <l.lunak@suse.cz>  [9a389766e67f8832381238d6c6f3dbb26ffdd660]

implement CTRL_PROGRESS for KDE4


2011-04-08  Luboš Luňák  <l.lunak@suse.cz>  [f38caab61313a7a18bf5c9215273f4c15c8ef68c]

define minimal scrollbar slider size for KDE4


2011-04-08  Luboš Luňák  <l.lunak@suse.cz>  [5a27f468b350f81becd088b565c3bc8ed3a6d824]

provide scrollbar track area, to fix detection of KDE4 scrollbar areas


2011-04-08  Luboš Luňák  <l.lunak@suse.cz>  [4a9a7743d0aa9d5372f3e1debc4ae46336f8315c]

move hitTestNativeControl() to be next to getNativeControlRegion()


2011-04-08  Andras Timar  <atimar@novell.com>  [64e7596bc1d1af9f419e054baca8e1b74560c8c1]

typo fixes in help text


2011-04-08  Andras Timar  <atimar@novell.com>  [a6eaaeceed90192ea61371c5ddfb0fe795eebfba]

add pt_AO locale data (edited version of Mandrake's patch)


2011-04-08  Caolán McNamara  <caolanm@redhat.com>  [0b48bbb324e3381e6088d61b5b3d130b16354e8b]

Resolves: fdo#30729 and make initial font discovery much much faster (cherry picked from commit 7db45b251adf8588624fee439df3ae0629c6ac4f)


2011-04-08  Andras Timar  <atimar@novell.com>  [a67356f5f5a3618a786f87b56c4c227c43e000c9]

add 8 languages spoken in Republic of Congo fdo#33779


2011-04-07  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [2db919542241a53c866c96162a6fd5d2e55977fb]

i#20348: made the ordinal suffixe autocorrection internationalized


2011-04-06  Caolán McNamara  <caolanm@redhat.com>  [387dcf9f1f5d509be76473f7eb83ee9309a04f6b]

merge oooXXXXX.vcl.x86_64.impressatk.diff from build


2011-04-06  Luboš Luňák  <l.lunak@suse.cz>  [ee39d120e7730970e8f5ce57ec6ec3abee37efed]

rework confused and racy clipboard event polling (bnc#683941)

It does not work reliably to just poll on the X connection fd,
as there may be already incoming events in the Xlib queue (removed
from the fd connection). So XPending() call is necessary; which
additionally ensures the output queue is flushed before polling.
The second poll() seems to have been just introduced as a result
of failing to understand this, and the strange XPending() nesting
later is no longer needed either.

2011-04-05  Petr Mladek  <pmladek@suse.cz>  [0944075553e0164a7cef09eaa35bafdffcc8ede8]

Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4

Conflicts:
	svtools/source/control/toolbarmenu.cxx
	vcl/inc/vcl/gdimtf.hxx
	vcl/inc/vcl/settings.hxx
	vcl/unx/inc/saldata.hxx
	vcl/unx/kde4/KDESalGraphics.cxx

2011-04-05  Radek Doulik  <rodo@novell.com>  [a7febbdcdc9fd4a80e8357f3812456fc3fa0f39f]

fix for 3.3.2 blocker fdo#34718 - change the type of nDrawerHeight to long

 - before it became big positive long in the called Point::Move
   function, moving the drawer under the visible area. so it was
   basically signed/unsigned problem in the layouter

2011-04-05  Robert Nagy  <robert@openbsd.org>  [8d66230f9a03c994842f3b5f313e0f68dd79ceec]

link to the correct libraries on *BSD too


2011-04-04  Robert Nagy  <robert@openbsd.org>  [58ffad59de3f5c13db7678a0a0dd3edf72d381bc]

link to pthread on linux and *bsd


2011-04-01  Michael Meeks  <michael.meeks@novell.com>  [8b70d97797e27466154151bfd62cebf92571a6fe]

fix glyph fallback range crasher with negative nLevel


2011-04-01  Petr Mladek  <pmladek@suse.cz>  [a57c528adb14a9a2ef4631d137e01ef0f7598905]

Branch libreoffice-3-4

This is 'libreoffice-3-4' - the stable branch for the 3.4.x releases

    + only bug fixes are allowed
    + no approval needed during beta phase (two weeks after branch)
    + 1 approval needed during rc phase and for bugfix releases
    + 2 approvals with different/no affiliation needed for late features
    + regularly merged into master by a selected person when living

Please watch http://wiki.documentfoundation.org/ReleasePlan
and read announces on libreoffice@lists.freedesktop.org

If you want to build something cool, unstable, and risky, use master.

2011-04-01  Michael Meeks  <michael.meeks@novell.com>  [02a0d7453669e6d669f0ffa3dfd7b7c8031065cb]

add accelerators to Unix 'Ok'/'Cancel' dialog buttons


2011-04-01  Caolán McNamara  <caolanm@redhat.com>  [4f442b56953387f25dd89ae8c96767cfc05011c7]

add in .webm suffix for jrb


2011-04-01  Caolán McNamara  <caolanm@redhat.com>  [25b340963aa06fa08e4d8577d2073877aeb7fd9a]

document letter wizard + STR_ARR_SVT_LANGUAGE_TABLE gotcha


2011-03-31  Tor Lillqvist  <tml@novell.com>  [e29b73f64c3d5d4cf42033ec139db00d192760f7]

localize-pl-cygwin-paths.diff: cygwin paths handling in localize.pl

Fixes localize.pl so that it doesn't pass Cygwin pathnames to the
non-Cygwin programs it runs.

2011-03-31  Caolán McNamara  <caolanm@redhat.com>  [cf65106baec13379cbfadeb729b2294897b02398]

now that java paths are out of SOLARLIB can remove this


2011-03-31  Jan Holesovsky  <kendy@suse.cz>  [a64ad88a4ce1993cfac8f4243b8ec7ef05bbc375]

Fix 64bit build with Java (conflicting libjpeg).


2011-03-30  Caolán McNamara  <caolanm@redhat.com>  [fd0ccc6a249dedcff174a5e290486f4de8a2c4e1]

called from --enable-dbgutil


2011-03-30  Petr Mladek  <pmladek@suse.cz>  [7920ad49731765dffdfb2cb1334508944f6e8d2e]

warning-uninitialized-variables-tools-2.diff: avoid warning (i#58984)

avoid warnings about that a variable is used unitialized; the code was correct;
though, the warning was considered as an error in openSUSE build service;
the change does not cause any harm

2011-03-30  Caolán McNamara  <caolanm@redhat.com>  [4bb461d824699c1fb4cc494011ab71f7385a815c]

centralize caserotate here


2011-03-30  Tor Lillqvist  <tlillqvist@novell.com>  [d5370052d2b27901fb268d7d487d187fc4d85045]

Bin some Hamburg crack

We don't need the possibility to use a "source_config" file that would
list "repositories".

2011-03-30  Tor Lillqvist  <tlillqvist@novell.com>  [5794d95965c7410be22010e71e1668672aae7bc5]

Kill UPDMINOREXT and simplify


2011-03-29  Francisco Saito  <saito@4linux.com.br>  [8335aaff2498076a81b03e5536375cd70d754d4b]

drop bogus executable flag from idl/build/src and config files


2011-03-29  Francisco Saito  <saito@4linux.com.br>  [0aa686b00e38f48a4a4ce4012eb94a91b30aad3d]

drop bogus executable flag from odf files


2011-03-29  Francisco Saito  <saito@4linux.com.br>  [fc727ac58a85856c0070fe65e10171580c7422b8]

drop bogus executable flag from [ch]xx/bas/asm files


2011-03-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [ef3125ee115b829eef99086f0469532209aa10a3]

use --xxx instead of -xxx for command line options


2011-03-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [61b417296615ffdafa846284b03812925b2715ca]

add support for --headless


2011-03-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3501bccd6c9a748045213f32111e25cd3ff32e0e]

fd#35772: toolkit.Toolkit::css::awt::XMessageBoxFactory fails on headless


2011-03-29  David Tardon  <dtardon@redhat.com>  [60f203b66d071512f3acfb936b3908d435605c42]

WaE: unused variable


2011-03-29  Tor Lillqvist  <tlillqvist@novell.com>  [8fb069b4f7e83f7d3ac2e195e66bb32a4798949c]

Don't skip the clone directory on Windows

As localize_sl is not a Cygwin program it won't understand the
symlinks pointing to clone/*/* anyway, so we won't get any duplicates
if we just let it recurse down the clone directory.

2011-03-29  Caolán McNamara  <caolanm@redhat.com>  [8c1f3c9e2e9757d28b61028600ac85769af6a1d2]

don't bleat about having called GtkSalObject::SetForwardKey


2011-03-29  Caolán McNamara  <caolanm@redhat.com>  [53e2bdb610cb46b8a2482c742820e2dbe80bfc47]

Resolves: rhbz#684580 'X' and '/' strike-through escapes range

i.e. it bleeds outside the text it is supposed to affect.  See #i114076#,

2011-03-29  Michael Meeks  <michael.meeks@novell.com>  [41a3b70e25a1a8d3531a92776457fcb350d90253]

if we patch ppds, don't package .orig files


2011-03-29  Michael Meeks  <michael.meeks@novell.com>  [22d40688d414f925fa7349b04cb7ceee574fc6ae]

build against old cairos (with warning)


2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [23f0b0c5552323d1556f4b69ad7478cd1e49b449]

Resolves: fdo#33455 implement rendering of 1bit pngs palette colors


2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [dc562ea25696c02384566d0f7a011636d2a7c3bf]

add PartialWeakComponentImplHelperX for overloaded-virtual


2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [0c9708505db4e371d74883761cee9ee055ce42bf]

use PartialWeakComponentImplHelperX for overloaded-virtual


2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [875ea3d5844d21550d1aa6f0b3330b5d591137e2]

use PartialWeakComponentImplHelperX for overloaded-virtual


2011-03-28  David Tardon  <dtardon@redhat.com>  [e3bcec0b263d524de08e3fa8a3fcd12fb71e448d]

WaE: possible use of unitialized variable


2011-03-28  Kayo Hamid  <kayo.hamid@gekkolinux.com.br>  [eb5b576be4c15c6cfb8e4ec8ce8128dca3ea67dd]

removes some variableScope cppcheck warnings


2011-03-28  Rafael Dominguez  <venccsralph@gmail.com>  [ffb87cb84faeb9642b37d3d619130bcae57e8d7e]

Remove unused DECLARE_LIST.


2011-03-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [66c802882e8c7c4d1c88dae9fbdaa5f97d50c650]

One more return of prewin.h/postwin.h hack :(


2011-03-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c08d7aae49103176d127d26ee0ede3e53ce5881d]

Temporarily put back prewin.h/postwin.h hack in tools and vcl


2011-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [146338b724d6a9750a576dd9249dca5677bcca6a]

migrate unotools subsequenttests to gbuild


2011-03-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [82a0c5861dc24a514a887b88664ce5e9815deb7f]

cleanup of unoapi test


2011-03-27  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ea45707a06425e12a143b661a2ec39fd3bc5d697]

fix windows svl build


2011-03-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d4c8f26ca0bc5dd1c2dcb387f6ba7009004bc176]

fd#35693: disable hangin subsequenttests (complex and unoapi tests)

 - chart2/qa/unoapi
 - configmgr/qa/unoapi
 - dbaccess/qa/unoapi
 - forms/qa/complex/forms
 - linguistic/qa/unoapi
 - qadevOOo/qa/unoapi
 - sd/qa/unoapi
 - starmath/qa/unoapi
 - ucb/qa/complex/ucb
 - ucb/qa/unoapi
 - unotools/qa/complex/tempfile

2011-03-26  Andras Timar  <timar@fsf.hu>  [f8add41c9c7ed10859e8adc76e12eb98cd45b21d]

disable jpropex (currently unused and requires Java)


2011-03-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2b7fafb779c002db3fcf0576f8d32f1e0b2999b4]

removing unoapi tests from build.lst as they are covered in gbuild


2011-03-26  Caolán McNamara  <caolanm@redhat.com>  [5813f3b94f7d261f2e86a767762a3b1d503ee711]

include windef.h for HWND


2011-03-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a8282f0aa268602ca7fc393b910ec45905196aea]

fix windows build of sot


2011-03-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [902876bbbc58992c78b19a9f427d1dd490f86b72]

One more windows breakage gone


2011-03-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [dc6e8517b587288f965345c3b246276519af73f7]

Adapt the tree to tools/svwin.h removal


2011-03-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [884461275d748ae60e2571958cacbce3917d4acd]

Remove completely the empty tools/svwin.h


2011-03-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6f1dd02d09615b30409ddd89f8248c18a8c5ca54]

Fix Windows build of tools


2011-03-25  Samphan Raruenrom  <samphan@osdev.co.th>  [6b5a84d339676d6e34c17cbefbec427e4559f37a]

fdo#33089: Fixed number format handling for Thai locale.


2011-03-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4bf9eae56c64d0c5198c30993626955b565765bb]

Wholesale prewin.h/postwin.h removal


2011-03-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c3903a58430f51ff71a63cac67e16247f4eb7700]

fd#35666: disable toolkit.UnoControlDialogModel::css::io::XPersistObject


2011-03-25  Petr Mladek  <pmladek@suse.cz>  [381cd0a840540b893719e47862d69b7f029e0896]

fix localize.pl to search strings in the "translations" module


2011-03-25  Andras Timar  <timar@fsf.hu>  [718b194e9866795de518817f5c9d3e41909c9de3]

remove translations from mediatyp.src


2011-03-25  Petr Mladek  <pmladek@suse.cz>  [dd50a0081f4fe0c49a0623886869b412e31cf3f8]

set build depencencies against the new "translations" module


2011-03-24  Luboš Luňák  <l.lunak@suse.cz>  [3291aab093221baf2f6812344b57fae0b941c80f]

using not needed here


2011-03-24  Luboš Luňák  <l.lunak@suse.cz>  [60f6b3d7da1be0ebdced638799ad0c898ba074d7]

why not just write abort() here? fix recursive self-call


2011-03-24  Samphan Raruenrom  <samphan@osdev.co.th>  [47e43576c8ec80f6e5d744e4b46e2d9e0f01a73a]

fix bug that prevents glyph-fallback for char at end of string


2011-03-23  Noel Power  <noel.power@novell.com>  [f073a68b52c3c66cce23e6c2ac7eef503903577e]

fix rebase conflict hicup

removed extra include for XDialog.hpp

2011-03-23  Noel Power  <noel.power@novell.com>  [6b5f8d6de35961ba436b9535a17eaa68e3cdcf8d]

adapt the vba container controls that got dropped as part of master merge


2011-03-23  Caolán McNamara  <caolanm@redhat.com>  [04c1efc6a9be0a78a128bad82050d39bf6aeb6cf]

big leak right from the start I believe, approx 800k+


2011-03-23  Jan Holesovsky  <kendy@suse.cz>  [c5fc334bc952e6335b54573d41719563817750be]

Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-gui


2011-03-23  Jan Holesovsky  <kendy@suse.cz>  [dd7b312268213f9ed8f8ed686bfdf30a53aee677]

Merge commit 'ooo/DEV300_m103'

Conflicts:
	cppcanvas/source/mtfrenderer/implrenderer.cxx
	dtrans/source/win32/dtobj/XTDataObject.cxx
	dtrans/source/win32/dtobj/XTDataObject.hxx
	sot/source/sdstor/stgio.cxx
	tools/source/debug/debug.cxx
	vcl/source/gdi/jobset.cxx
	vcl/unx/kde4/KDEData.cxx
	vcl/unx/kde4/KDEData.hxx
	vcl/unx/kde4/KDESalDisplay.cxx
	vcl/unx/kde4/KDESalFrame.cxx
	vcl/unx/kde4/KDESalFrame.hxx
	vcl/unx/kde4/KDESalGraphics.cxx
	vcl/unx/kde4/KDESalGraphics.hxx
	vcl/unx/kde4/KDESalInstance.cxx
	vcl/unx/kde4/KDESalInstance.hxx
	vcl/unx/kde4/KDEXLib.cxx
	vcl/unx/kde4/VCLKDEApplication.cxx
	vcl/unx/kde4/VCLKDEApplication.hxx

2011-03-23  Caolán McNamara  <caolanm@redhat.com>  [f3b108ba884b47e90a07b144faa9964575836f79]

ensure safe lifecycle


2011-03-22  Thomas Arnhold  <thomas@arnhold.org>  [69503a2c88c41a7131dadbcb1c4b0c987d20abe5]

Remove obsolete rsc change file (version 1.12 to 1.13)


2011-03-22  Thomas Arnhold  <thomas@arnhold.org>  [c393da1081d9c6e8ad8ce422a4fcbe11b4570578]

Remove ChangeLog file (and this one)


2011-03-22  Thomas Arnhold  <thomas@arnhold.org>  [7b604937e8ea1b8278c76c8ab44468f8952d4331]

Remove ChangeLog file


2011-03-22  Noel Power  <noel.power@novell.com>  [e88065bbc3744a810633632e115237d128858eee]

fix basic userform operation

re-instate the global containee list

2011-03-22  Caolán McNamara  <caolanm@redhat.com>  [22ec51681687c4d700336603f6f37e981ad37bf2]

Cut Gordian Knot of who owns the font options


2011-03-21  Caolán McNamara  <caolanm@redhat.com>  [d320abb6b91f8cc48fb1b5cb919578768c47e119]

add cppunit depend


2011-03-21  Caolán McNamara  <caolanm@redhat.com>  [f8cccd345883a5bd3a2a313d16c714fe2f45509a]

fix catastrophically wrong merge


2011-03-21  Caolán McNamara  <caolanm@redhat.com>  [7f831c8f723017a38a872a0a70aef9c83bb6f500]

update regression tests for new component registration


2011-03-21  Luboš Luňák  <l.lunak@suse.cz>  [e32e5f297f5296c0c2a9ebb887ef11343793c3a8]

remove unused function


2011-03-21  Luboš Luňák  <l.lunak@suse.cz>  [28b621637fc9fc60cda91d248d66706b04afdde3]

pClipRegion_ has been apparently renamed to mpClipRegion


2011-03-21  Luboš Luňák  <l.lunak@suse.cz>  [bb87041fe5f6cf4e91f1228b2f49a4d20378ac1c]

BOOL -> sal_Bool, get rid of useless and removed BYTE


2011-03-21  Christina Rossmanith  <ChrRossmanith@web.de>  [ce35bd00685cb0a8fdabe08660aac599e14a461f]

Removed commented code


2011-03-21  Christina Rossmanith  <ChrRossmanith@web.de>  [3cec6ebf1872deca2ef0c1ea68e4c9bc190d6d9e]

renamed variable bWeiter to bContinue


2011-03-21  Caolán McNamara  <caolanm@redhat.com>  [9b9ec4e23834ffff8df237a72a877153211dd3a8]

these are duplicates in wintypes now


2011-03-20  Caolán McNamara  <caolanm@redhat.com>  [dfef1d77feeb692e754ffacadaf1c2f19173ea62]

WaE: class/struct consistency


2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [613c917c888230e16b04e8dd02ac7f7bbe6fc4e1]

Fixed RTF import/export of new border lines


2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [d5d78662a3a7886ccbbd4dbab9e518e6f5834abf]

Fixed some rebase problems


2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [3b37e7addc56214a8c5799bb0c7df76df804d83f]

Fixed lines width guessing: gap are no smaller than 1pt


2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [9279f86ee25c41dbe59b8ab81bcab795265063f8]

Few fixes for RTF export and import of borders


2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [82b268432d1796f05fa448dc2bfd36283b7cf798]

Remove the size in the LineListBox


2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [6e3eaf8d5b1db10fa173c1c21cda987886543668]

Switching the order of the SetLinesWidth arguments


2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [1195561689688295dc39d8daa0a73c380ab62536]

One LineListBox to rule them all: started improving column sep line


2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [f0cac16f43c2a5473410f4c4fa29d0a339de479d]

Fixed units mess in SvxBorderLine and BorderLineImpl


2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [1bf98565dccbc1907aa56290897f629b5b329635]

Fixed BorderWidthImpl::GuessWidth()


2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [4ada7b3a852821476acff00ff9fa641ac561e1d4]

Fixed the RTF import of borders to use new widths system


2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [99aa7050cfda23f8f8d81ca5553aefe92da889f3]

Borders: expose the width computation logic for SvxBorderLine to use it


2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [dae671a07ecf2e13d49ba1c254dc201921005a10]

Nicely draw borders using drawinglayer


2011-03-19  Thomas Arnhold  <thomas@arnhold.org>  [cf4d682b5981fe2b688fd47d783788b47d73ee79]

Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)


2011-03-19  David Tardon  <dtardon@redhat.com>  [b950e55d39f7f192dc419a4f2ae74d427f2fe625]

fix debug build breakage


2011-03-18  Thomas Arnhold  <thomas@arnhold.org>  [b50f777da4e105a11b7cf2ed77d9ead597fc878b]

Remove unused DBG_ERROR macros


2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [dede183096a6ce611ecfd12babdb876ec18fb00a]

WaE: fix up merge


2011-03-18  Thomas Arnhold  <thomas@arnhold.org>  [311a828d0b23900b48cde9d342ba70b4b41711e1]

WaE: silence some warnings


2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [ce24ec8589579a59a4c7bf8f7a01fa310ce8d96b]

WaE: unused variable


2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [2409f38d5eb8c93f4ce173a2d6679ec4ebd01e6b]

WaE: PAGE_NOT_FOUND is a 16bit value


2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [f0ad5b38424e64790f3f3e96430d855df1e61379]

WaE: nCurSubGroup unused


2011-03-18  Thorsten Behrens  <tbehrens@novell.com>  [738ce720fc22c54186644f64c52afbda1a544622]

Fix build, re-introduce include path for xthrobber.hrc


2011-03-18  Michael Meeks  <michael.meeks@novell.com>  [2a4ee65adbdf2eca5bb23d1d2f638e032125f28c]

be more paranoid about eliding empty path params we get


2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [839017a3794c08889c218f9cc226319f0c5370fd]

WaE: returning NULL for sal_uInt16


2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [9e1e61b9cb4e5308437211433d65bc7bca41b263]

We can embolden via cairo_ft_font_face_create_for_pattern

If we're able to build a font from a pattern, then we can smuggle
into cairo the info that we want this font to be artificially
emboldened.

2011-03-18  Jan Holesovsky  <kendy@suse.cz>  [a9ce19f9bda8ffcd90d3698d67186c0357dd5620]

Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-gui


2011-03-18  Jan Holesovsky  <kendy@suse.cz>  [4bb9e1dbbe672186e87eb069807aa3e6482427df]

Merge remote-tracking branch 'origin/integration/dev300_m101'

Conflicts:
	comphelper/source/misc/servicedecl.cxx
	i18npool/source/breakiterator/breakiteratorImpl.cxx
	l10ntools/scripts/localize.pl
	svl/source/items/itemset.cxx
	svl/source/memtools/svarray.cxx
	svl/source/numbers/zformat.cxx
	svtools/source/brwbox/brwbox1.cxx
	tools/source/stream/strmwnt.cxx
	vcl/inc/vcl/graphite_adaptors.hxx
	vcl/inc/vcl/graphite_layout.hxx
	vcl/inc/vcl/graphite_serverfont.hxx
	vcl/source/control/imgctrl.cxx
	vcl/source/gdi/outdev.cxx
	vcl/source/gdi/outdev3.cxx
	vcl/source/glyphs/gcach_ftyp.cxx
	vcl/source/glyphs/graphite_adaptors.cxx
	vcl/source/glyphs/graphite_layout.cxx
	vcl/source/window/winproc.cxx
	vcl/unx/source/fontmanager/fontconfig.cxx

2011-03-18  Petr Mladek  <pmladek@suse.cz>  [95e301d0a55b8145ce0cdb037e438bbcfcd4a4eb]

slightly updated fix for import problems with unsupported HTML tag (fdo#34666)


2011-03-18  Christina Rossmanith  <ChrRossmanith@web.de>  [f10a9aa101d24c0aca00b1f5f20090c8700b5ed0]

Fix Bug 34666


2011-03-17  Michael Lefevre  <lefevre00@yahoo.fr>  [b39a2954ed99774ed472edd8a4b04516c3e043fa]

Remove duplicated constant F_PI and friends

Easy hack, constants already defined in libs-gui/basegfx/inc/basegfx/numeric/ftools.hxx

2011-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3454884179270beff9073d1653bc924bafcbd40d]

remove unused variable warning


2011-03-17  Michael Meeks  <michael.meeks@novell.com>  [d7a8e7666c287de96b8699ce556162270f207870]

fix bestreversemap generation, fully this time


2011-03-17  Michael Meeks  <michael.meeks@novell.com>  [5f3fd2b14b24894d2e067787b2278bf3c7777637]

get paths right when building reversemap


2011-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [202ce92bcf76f6e54cd23ce6c1a028e1ba68ed5d]

killing off stl in gbuild


2011-03-17  Tor Lillqvist  <tlillqvist@novell.com>  [1032ed21af1b1741086497ca3425c681c746bd4f]

Cygwin fixes and cleanups

With realpath now called in AllLangResTarget.mk, we can revert the
explicit expansion of the symlinks to clone/libs-gui/toolkit in the
makefiles for the resources. Also remove unnecessary -I switches that
apparently have just been copy-pasted blindly.

Add realpath calls for -I switches to the makefiles for the
executables.

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [8fb48eccb68d6c751c64aea2a86281b0dfe25c27]

More WIN_FOO cleanup


2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [b69c7d15d3534c50a1becf7296ea54a920647e6c]

Just use a normal main(), no need for SAL crack here


2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [dad970a075863d91e3b6ce1a0a0c5455198afda1]

Use realpath to avoid -I options containing symlinks on Cygwin


2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [0a462f85e1b3fb0564dc7cd077b7ccfe2ec6ed67]

Use manually expansion of the "toolkit" symlink

rsc is not a Cygwin program, so it doesn't understand pathnames
containing symlinks. I couldn't figure out a way to use Make's
realpath function here, unfortunately. So expand the symlink manually,
we know it is always clone/libs-gui/toolkit, isn't it?

2011-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [62830565690bfdad5be9ac37f5139de97236e846]

using CustomTarget for generated code


2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [bf5cc7d19dbf1e1d39a3abd11bccfe6c089ba1fa]

chmod -x


2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [38739e9bad07f00f9d0ca6d6dce759da8cc5ade1]

The WIN_BOOL/ULONG dance no longer needed


2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [63a7c658d4f61ae6ed9d4b7a0603f0bd1a2d5245]

Use realpath to avoid -I options containing symlinks on Cygwin


2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [8899ff69f7ed9df007e5e2de3d6ca7e4fb5f0a4d]

Use realpath to avoid -I options containing symlinks on Cygwin


2011-03-16  Caolán McNamara  <caolanm@redhat.com>  [5aab60551b825b3ad283f19263f3ce549c725055]

Resolves: rhbz#680460 honour lcdfilter, subpixeling etc.


2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [8c09b911f64b81b5f9ec7d28a5b5912b1ac63eee]

Use realpath to avoid -I options containing symlinks on Cygwin


2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [1b44b5e0d81e79d18d3d7069dbcb5cc42a71d8e6]

No #warning in MSVC


2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [ac474602b115a6f7e32570420008e6fca2284606]

Use realpath to avoid -I options containing symlinks on Cygwin


2011-03-16  Caolán McNamara  <caolanm@redhat.com>  [cc8f350a5829405832af1177fd32de7c41c30724]

Related: rhbz#680460 don't bother with an interim FontSet

I can't see why bother adding it to a FontSet and then
throw away the fontset, why not just use the pattern
directly and throw it away afterwards directly.

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [0568113c984307b315efbef112d5f32aa56abfa1]

Revert "Revert "Use realpath to avoid -I options containing symlinks on Cygwin""

This reverts commit 00bfbcf96e5a5bbabe5cfe1811fecc96304a19fe.

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [52dce550541d9248c63f74368caac23c4f30628f]

Revert "Revert "Use realpath to avoid pathnames containing symlinks on Cygwin""

This reverts commit bac18077450aec272f108bf7e700bfd7fafa33ff.

2011-03-16  Caolán McNamara  <caolanm@redhat.com>  [649614448ce9807b95d49bc1388c09c3366a8e5c]

disable this warning for yacc code too


2011-03-16  obo  <obo@openoffice.org>  [d306dd4172f0e849729f35988e9d90df624e5fba]

masterfix DEV300: #i117352#,#i10000# WaE converting to non-pointer type sal_uInt16 from NULL


2011-03-16  Caolán McNamara  <caolanm@redhat.com>  [3c7459f1efcbb87df1ba78b24596651e8cc5a8c5]

WaE: int/char mix


2011-03-16  Caolán McNamara  <caolanm@redhat.com>  [e14a8fd4d1b78f54c47607d59d3c044cfe181a3d]

WaE: enable exceptions for new containers


2011-03-16  Caolán McNamara  <caolanm@redhat.com>  [f98d1d42edfae6e721875d3021c44a90a7ce27fa]

add a virtual dtor to baseclass


2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [bac18077450aec272f108bf7e700bfd7fafa33ff]

Revert "Use realpath to avoid pathnames containing symlinks on Cygwin"

This reverts commit ea0f905a00c7b4d7ab31092566671b7613a956ac.

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [00bfbcf96e5a5bbabe5cfe1811fecc96304a19fe]

Revert "Use realpath to avoid -I options containing symlinks on Cygwin"

This reverts commit e8701a1e09559ca8b52e39d5ee4da45237f099f8.

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [e8701a1e09559ca8b52e39d5ee4da45237f099f8]

Use realpath to avoid -I options containing symlinks on Cygwin


2011-03-16  obo  <obo@openoffice.org>  [aa851f995545620803fdac27de287f0ade58e68e]

CWS-TOOLING: integrate CWS vcl120


2011-03-16  Miklos Vajna  <vmiklos@frugalware.org>  [d740b28a3bdb909ee043afadad8694d99275b1c1]

Introduce a single .gitattributes file in bootstrap


2011-03-16  Caolán McNamara  <caolanm@redhat.com>  [6a436da1aaec3bb201957e336753f8a8c622703b]

WaE: remove some warnings


2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [ea0f905a00c7b4d7ab31092566671b7613a956ac]

Use realpath to avoid pathnames containing symlinks on Cygwin


2011-03-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [aa2ce650b3eecd32107178c0ae31d15d3f26d8ee]

Another GR2_STATIC define


2011-03-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [11dfa87ff9a72fed538347ddb8017d58f9358874]

MAKEFILE.MK -> makefile.mk


2011-03-16  obo  <obo@openoffice.org>  [f21efcf8967bc1b3154c4fd6ae9e5156be721bfb]

CWS-TOOLING: integrate CWS jl164


2011-03-16  obo  <obo@openoffice.org>  [a012cde5cdbb68b9ef2e414c2637f6695d6f4fd0]

CWS-TOOLING: integrate CWS ext006


2011-03-16  obo  <obo@openoffice.org>  [2b56aeca6ac89de375e08032c341d8ef728418b8]

CWS-TOOLING: integrate CWS obo55


2011-03-16  obo  <obo@openoffice.org>  [06ea6bcd7006555e7f21c3e830df3725436ee142]

CWS-TOOLING: integrate CWS debuglevels


2011-03-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [817ec499de576a917bc6db38a075c041fe086464]

Internal graphite is a static library


2011-03-15  Michael Meeks  <michael.meeks@novell.com>  [f134c525b0d0f92711ad736cd6779e1425cf6f45]

don't handle very oddly sized (but empty) control regions, they cause grief.


2011-03-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [7d1fc3ba06f0908f0548fe01e5947ed705a75476]

vcl120: #i117267# better paper matching


2011-03-15  Caolán McNamara  <caolanm@redhat.com>  [dfefad4f3066d7187bf8f3504489dedc8a1d7017]

fix up merge conflicts


2011-03-15  Caolán McNamara  <caolanm@redhat.com>  [56526740d6bbb201aa93f80d383ad952a2fdf8d2]

add regression test for weak chars


2011-03-15  Thorsten Behrens  <tbehrens@novell.com>  [f89d911853dacba568bb28dd8411ae3132695f72]

Lock rotation matrix orthogonality via unit test

There were cases reported when multiples of pi/2 did not yield a
properly-orthogonal rotation matrix. locked via unit test.

2011-03-14  Thomas Arnhold  <thomas@arnhold.org>  [ac47c11d077bf94cc82f0fc72eea97865ea98f0a]

Remove empty comment fields


2011-03-14  Pantelis Koukousoulas  <pktoss@gmail.com>  [133e9d68ddce213bbac273ddfdfde2913a6aa3e4]

Support for greek numerals

References:
  http://www.spinellis.gr/blog/20090625/ (Greek Numerals in OpenOffice.org)

  http://user.services.openoffice.org/en/forum/viewtopic.php?f=7&t=7269
  ([Issue+Workaround] Custom Numbering in Bullets and Numbering)

  http://www.opengr.net/forum/viewtopic.php?f=13&t=51

And the references transitively mentioned in the above.

This functionality was implemented during Greek Coding Camp 2009.

NOTE: the present implementation uses the (modern) two-letter version of '6'
(sigma taf) instead of the ancient greek / katharevousa version that uses
the 'stigma' character.

OTOH, we do use the katharevousa 'qoppa' and 'sampi' because there is no
standard modern version that replaces them. If you have that many bullets
so that these symbols are needed, then you had it comin' anyway :p

Author: Pantelis Koukousoulas <pktoss@gmail.com>
License: LGPLv3 / MPL

Signed-off-by: Pantelis Koukousoulas <pktoss@gmail.com>

2011-03-14  Michael Meeks  <michael.meeks@novell.com>  [d5390c40ac4ea8ca3f91bbb16cee58cd0bece33f]

compile and install filechangedchecker ...


2011-03-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f4878ad7319156725a0b3beccf762e84ed66bbdd]

insert_iterator not member of std:: error with Visual Studio 10


2011-03-14  Michael Meeks  <michael.meeks@novell.com>  [a6514723a23632a8ae41e224dacedb9c1688d9e8]

cleanup


2011-03-14  Caolán McNamara  <caolanm@redhat.com>  [fca3e47954fe36687989328ac90cbc6747e4bc4e]

Related: rhbz#684477 make sure this is thread safe


2011-03-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f249c5bc1bb1875ebce9e9546c36633712b1aa35]

debuglevels: pulled and merged DEV300.m102


2011-03-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [a2f1005a6e8d6dad55c3065c37ef6a7ed50c2a54]

no more vos3


2011-03-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [285dd1654f003f1015d5af420e1349102f111d1e]

no more writeInfo


2011-03-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [bc55b90772937a05bdab07ce987889faa0680ce2]

export filterutils.hxx (andd compile filterutils.cxx)


2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [f18dc2000b38045c85177f0fa794c44f10124cd6]

mis-merge: we do not want Ooo new about box do we ?


2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [d7efc31e31bc8dcc2ffa413640e7822b304a4645]

mis-merge: lost typedef


2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [b88427c4a43aa2d6ac3f580b5e845af768397b3d]

missing headers in Package_inc.mk


2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [d5f0af5d69bd3043147e301f9d752dd9367d1efa]

add a SolarMutexResettableGuard... needed in sfx2


2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [0f9c21f8f87c2b6cb3f3d21664912795395a814e]

mis-merge: lost function :-)


2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [ab38233c7629bdff2bdce7076a8ee6ffcf9d38f1]

use boost rather then extstd


2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [6ffb5a765aa539f9da84c4c45a055732ab0519a1]

mis-merge: clean-up remaining tools types


2011-03-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [486c77f1eef1a7a5bd97a70b82038f05e505d305]

removing remaining tools types from svtools


2011-03-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [df1d42a0a2a16b9d4179bd56656fb70ad61ad03f]

removing remaining tools types from toolkit


2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [f7c6577043916fb86d75b0a7a5cbd2affd9ef995]

Fix non-debug build


2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [446d7a5eb983cdf56de0d2825b6f6d3e61496ea0]

OSL_TRACE: Use format string for GetBuffer()


2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [7f6790aa1e7b67cc0b1fcb972034777d97c34ac5]

OSL_TRACE: Use format string


2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [f2acba90f80435f2e364abd2233aa50b865db9cf]

Move OSL_ENSURE(0,...) to OSL_FAIL(...)


2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [b44e28b2267dbacfda45d62c835c5e2fb1a3b87d]

Remove some dead code


2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [a0ece3ec8abd0de584586eb20a76dca0a32c6379]

Move OSL_ENSURE(false,...) to OSL_FAIL(...)


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [ab96fb67a9e36d4c1d530ac6d50e6819433431bb]

Remove now unused DBG_TRACE[1-5] and DBG_TRACEFILE


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [0f74b862775a7804371012237169c3de37689d56]

Move DBG_TRACE to OSL_TRACE for strings GetBuffer()


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [2b6c7b9180c41cc44253e3284dd4c06798c89a6d]

Remove dead code


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [d80858c4622a31fa32dafff16b8d1944617eeaf1]

Move DBG_TRACE to OSL_TRACE


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [f56ebd2518777b1e936ea5303e0bdc8ebdf40641]

Move DBG_TRACE3 to OSL_TRACE


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [73fd521fdbd705443d23b1a66ab06422700b6243]

Move DBG_TRACE2 to OSL_TRACE


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [07b67859cb9ecc7c956b32f108eb6ce32cca02df]

Move DBG_TRACE1 to OSL_TRACE


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [5c092460c50e162054be71ac2e79123e521fed05]

Remove now unused DBG_ERROR[1-5]


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [5d75f2756fcfc08d238bfb75c27f991e10c1ea62]

Move DBG_ERROR5 to OSL_TRACE


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [54876a99e70dcb0a2b465d0c26668efded346b88]

Move DBG_ERROR2 to OSL_TRACE


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [5bb06712de1ab8c43dc976ef4e001476dc18993b]

Move DBG_ERROR1 to OSL_TRACE


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [1d258c7345f342e262c9bd95c6b246ed00531917]

Remove unused DBG_ERROR macro :)


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [a47ee69750f68ec04fc95d07a24fb72ab608fc42]

Move one DBG_ERROR to OSL_TRACE


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [7e607be4d5ec3046d947ee29dd3bf0253ec45af2]

Move DBG_ERROR to OSL_FAIL for mac files


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [8ed9e6e4c0901a22d7745e673fea650cddc3a4e3]

Move DBG_ERROR to OSL_FAIL for preprocessor string literals


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [17417956b150b88b3a2216411b0b99ab8c8668cd]

Move DBG_ERROR to OSL_FAIL (multiline)


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [f9253ef7761322ca7046a266e93c896c16115800]

Move DBG_ERROR to OSL_FAIL


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [a8ddde3f35f97586c870935a393333472a4458f8]

Move DBG_ERROR to OSL_FAIL for a macro


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [8cbbb99412be2bacaaaa5297b43ffd01225050f7]

Move DBG_ERROR to OSL_FAIL and correct OString usage


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [403e37dfe4228932250df90b9f67abb6c41b46dc]

Move DBG_ERROR to OSL_FAIL for getStr() (multiline)


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [c40bdfc06224cb723475673c0b5d785a8a3f4f56]

Move DBG_ERROR to OSL_FAIL for strings with masked quotation marks


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [4b6ff2b3f6b361b606d51711439407425e811ad8]

Move DBG_ERROR to OSL_FAIL for getStr()


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [aa7efbbbd3cf587bf60eb460daf4037993467c91]

Move DBG_ERROR to OSL_FAIL for strings foo().GetBuffer()


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [d05d42e093d63f0a073f73a4248a7f471d51911d]

Move DBG_ERROR to OSL_FAIL for strings GetBuffer()


2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [5f28c259ca916060684ae71f4e002801cf484199]

Some cleaning


2011-03-11  Michael Meeks  <michael.meeks@novell.com>  [12fe68a979649987aa7f104b0ac8755299e10bb3]

fix up merging issues, so it compiles


2011-03-11  Kohei Yoshida  <kyoshida@novell.com>  [1fd266de1ca0c27d326a28b3ac96fa607a1e72fb]

Fixed a build breakage.


2011-03-11  Caolán McNamara  <caolanm@redhat.com>  [c8113bccee12114e25bcfe7a6b4aa99f418cb39e]

Add some sample Tai Lue


2011-03-11  Jan Holesovsky  <kendy@suse.cz>  [be967c5ec9fc7a440fe79956e74f17def3d15217]

Merge commit 'ooo/DEV300_m101' into intm101

The following builds for me:

basebmp, basegfx, comphelper, dtrans, i18npool, i18nutil, l10ntools, o3tl,
psprint_config, regexp, rsc, sax, sot, tools, ucbhelper, unotools, vcl

The rest still needs fixing ;-)

Conflicts:
	canvas/prj/build.lst
	canvas/source/cairo/cairo_textlayout.cxx
	canvas/source/directx/dx_winstuff.hxx
	canvas/source/tools/image.cxx
	canvas/source/vcl/canvashelper.cxx
	comphelper/inc/comphelper/documentconstants.hxx
	comphelper/inc/comphelper/optionalvalue.hxx
	comphelper/inc/comphelper/querydeep.hxx
	comphelper/prj/build.lst
	comphelper/qa/complex/makefile.mk
	comphelper/qa/string/test_string_noadditional.cxx
	comphelper/source/misc/componentmodule.cxx
	comphelper/source/misc/mimeconfighelper.cxx
	comphelper/source/misc/querydeep.cxx
	comphelper/source/misc/uieventslogger.cxx
	comphelper/source/property/TypeGeneration.cxx
	comphelper/test/uno_iterators/uno_iterators.cxx
	comphelper/util/makefile.mk
	cppcanvas/source/mtfrenderer/implrenderer.cxx
	dtrans/prj/build.lst
	dtrans/source/generic/dtrans.cxx
	dtrans/source/win32/dtobj/FmtFilter.cxx
	i18npool/prj/build.lst
	i18npool/source/localedata/data/localedata_others.map
	i18npool/source/localedata/data/makefile.mk
	i18npool/source/localedata/localedata.cxx
	i18npool/source/localedata/saxparser.cxx
	i18npool/source/registerservices/registerservices.cxx
	i18npool/source/search/textsearch.cxx
	l10ntools/inc/cfgmerge.hxx
	l10ntools/inc/export.hxx
	l10ntools/inc/gsicheck.hxx
	l10ntools/inc/l10ntools/vosapp.hxx
	l10ntools/inc/tagtest.hxx
	l10ntools/inc/xmlparse.hxx
	l10ntools/layout/layoutparse.cxx
	l10ntools/layout/tralay.cxx
	l10ntools/source/cfgmerge.cxx
	l10ntools/source/export.cxx
	l10ntools/source/export2.cxx
	l10ntools/source/gsicheck.cxx
	l10ntools/source/help/HelpLinker.cxx
	l10ntools/source/lngex.cxx
	l10ntools/source/lngmerge.cxx
	l10ntools/source/merge.cxx
	l10ntools/source/tagtest.cxx
	l10ntools/source/xmlparse.cxx
	padmin/source/fontentry.cxx
	padmin/source/padialog.cxx
	padmin/source/padialog.src
	padmin/source/pamain.cxx
	rsc/inc/rscarray.hxx
	rsc/inc/rscclass.hxx
	rsc/inc/rscclobj.hxx
	rsc/inc/rsccont.hxx
	rsc/inc/rscdb.hxx
	rsc/inc/rscdef.hxx
	rsc/inc/rscmgr.hxx
	rsc/inc/rscrange.hxx
	rsc/inc/rsctop.hxx
	rsc/inc/vclrsc.hxx
	rsc/source/parser/rscdb.cxx
	rsc/source/parser/rscicpx.cxx
	rsc/source/parser/rscinit.cxx
	rsc/source/prj/start.cxx
	rsc/source/res/rscarray.cxx
	rsc/source/res/rscclass.cxx
	rsc/source/res/rscclobj.cxx
	rsc/source/res/rsccont.cxx
	rsc/source/res/rscmgr.cxx
	rsc/source/res/rscrange.cxx
	rsc/source/res/rsctop.cxx
	rsc/source/rsc/rsc.cxx
	rsc/source/tools/rscdef.cxx
	rsc/source/tools/rsctools.cxx
	sax/source/expatwrap/sax_expat.cxx
	sax/source/fastparser/facreg.cxx
	sax/source/tools/fastserializer.cxx
	sot/inc/sot/filelist.hxx
	sot/inc/sot/object.hxx
	sot/source/base/factory.cxx
	sot/source/base/filelist.cxx
	sot/source/sdstor/stg.cxx
	sot/source/sdstor/stgcache.cxx
	sot/source/sdstor/stgole.cxx
	sot/source/sdstor/stgstrms.cxx
	sot/source/sdstor/storage.cxx
	sot/source/sdstor/ucbstorage.cxx
	svl/inc/svl/cenumitm.hxx
	svl/inc/svl/cintitem.hxx
	svl/inc/svl/cntwall.hxx
	svl/inc/svl/ctypeitm.hxx
	svl/inc/svl/custritm.hxx
	svl/inc/svl/dateitem.hxx
	svl/inc/svl/filerec.hxx
	svl/inc/svl/globalnameitem.hxx
	svl/inc/svl/ilstitem.hxx
	svl/inc/svl/imageitm.hxx
	svl/inc/svl/intitem.hxx
	svl/inc/svl/itempool.hxx
	svl/inc/svl/itemset.hxx
	svl/inc/svl/lckbitem.hxx
	svl/inc/svl/poolitem.hxx
	svl/inc/svl/ptitem.hxx
	svl/inc/svl/rectitem.hxx
	svl/inc/svl/sfontitm.hxx
	svl/inc/svl/slstitm.hxx
	svl/inc/svl/srchitem.hxx
	svl/inc/svl/svarray.hxx
	svl/inc/svl/svdde.hxx
	svl/inc/svl/svstdarr.hxx
	svl/inc/svl/szitem.hxx
	svl/inc/svl/visitem.hxx
	svl/inc/svl/zforlist.hxx
	svl/inc/svl/zformat.hxx
	svl/prj/build.lst
	svl/qa/complex/ConfigItems/helper/ConfigItemTest.cxx
	svl/qa/complex/ConfigItems/helper/makefile.mk
	svl/qa/makefile.mk
	svl/source/filepicker/pickerhelper.cxx
	svl/source/filerec/filerec.cxx
	svl/source/items/cenumitm.cxx
	svl/source/items/cintitem.cxx
	svl/source/items/cntwall.cxx
	svl/source/items/ctypeitm.cxx
	svl/source/items/custritm.cxx
	svl/source/items/dateitem.cxx
	svl/source/items/globalnameitem.cxx
	svl/source/items/ilstitem.cxx
	svl/source/items/imageitm.cxx
	svl/source/items/intitem.cxx
	svl/source/items/itempool.cxx
	svl/source/items/itemprop.cxx
	svl/source/items/itemset.cxx
	svl/source/items/lckbitem.cxx
	svl/source/items/poolio.cxx
	svl/source/items/poolitem.cxx
	svl/source/items/ptitem.cxx
	svl/source/items/rectitem.cxx
	svl/source/items/slstitm.cxx
	svl/source/items/srchitem.cxx
	svl/source/items/style.cxx
	svl/source/items/szitem.cxx
	svl/source/items/visitem.cxx
	svl/source/items/whiter.cxx
	svl/source/memtools/svarray.cxx
	svl/source/misc/PasswordHelper.cxx
	svl/source/misc/adrparse.cxx
	svl/source/misc/lngmisc.cxx
	svl/source/notify/brdcst.cxx
	svl/source/notify/listener.cxx
	svl/source/notify/listenerbase.cxx
	svl/source/numbers/makefile.mk
	svl/source/numbers/nbdll.cxx
	svl/source/numbers/zforfind.cxx
	svl/source/numbers/zforlist.cxx
	svl/source/numbers/zformat.cxx
	svl/source/numbers/zforscan.cxx
	svl/source/passwordcontainer/passwordcontainer.cxx
	svl/source/svdde/ddecli.cxx
	svl/source/svdde/ddeimp.hxx
	svl/source/svdde/ddemlos2.h
	svl/source/svdde/ddesvr.cxx
	svl/source/undo/undo.cxx
	svl/source/uno/registerservices.cxx
	svl/util/makefile.mk
	svtools/bmpmaker/bmpsum.cxx
	svtools/bmpmaker/g2g.cxx
	svtools/bmpmaker/makefile.mk
	svtools/inc/borderhelper.hxx
	svtools/inc/svtools/accessiblefactory.hxx
	svtools/inc/svtools/apearcfg.hxx
	svtools/inc/svtools/brwbox.hxx
	svtools/inc/svtools/ctrlbox.hxx
	svtools/inc/svtools/ctrltool.hxx
	svtools/inc/svtools/editbrowsebox.hxx
	svtools/inc/svtools/ehdl.hxx
	svtools/inc/svtools/embedhlp.hxx
	svtools/inc/svtools/filter.hxx
	svtools/inc/svtools/ivctrl.hxx
	svtools/inc/svtools/parhtml.hxx
	svtools/inc/svtools/printdlg.hxx
	svtools/inc/svtools/rtftoken.h
	svtools/inc/svtools/ruler.hxx
	svtools/inc/svtools/svicnvw.hxx
	svtools/inc/svtools/svlbitm.hxx
	svtools/inc/svtools/svlbox.hxx
	svtools/inc/svtools/svtreebx.hxx
	svtools/inc/svtools/tabbar.hxx
	svtools/inc/svtools/table/abstracttablecontrol.hxx
	svtools/inc/svtools/taskbar.hxx
	svtools/inc/svtools/textview.hxx
	svtools/inc/svtools/valueset.hxx
	svtools/source/brwbox/brwbox1.cxx
	svtools/source/brwbox/brwbox2.cxx
	svtools/source/brwbox/datwin.cxx
	svtools/source/brwbox/datwin.hxx
	svtools/source/brwbox/makefile.mk
	svtools/source/config/apearcfg.cxx
	svtools/source/config/htmlcfg.cxx
	svtools/source/config/menuoptions.cxx
	svtools/source/config/miscopt.cxx
	svtools/source/contnr/cont_pch.cxx
	svtools/source/contnr/ctrdll.cxx
	svtools/source/contnr/fileview.cxx
	svtools/source/contnr/imivctl1.cxx
	svtools/source/contnr/ivctrl.cxx
	svtools/source/contnr/makefile.mk
	svtools/source/contnr/svcontnr.src
	svtools/source/contnr/svicnvw.cxx
	svtools/source/contnr/svimpbox.cxx
	svtools/source/contnr/svimpicn.cxx
	svtools/source/contnr/svlbitm.cxx
	svtools/source/contnr/svtreebx.cxx
	svtools/source/contnr/templwin.cxx
	svtools/source/contnr/templwin.hxx
	svtools/source/control/asynclink.cxx
	svtools/source/control/ctrlbox.cxx
	svtools/source/control/ctrldll.cxx
	svtools/source/control/ctrltool.cxx
	svtools/source/control/filectrl.cxx
	svtools/source/control/filectrl.src
	svtools/source/control/headbar.cxx
	svtools/source/control/inettbc.cxx
	svtools/source/control/makefile.mk
	svtools/source/control/prgsbar.cxx
	svtools/source/control/roadmap.cxx
	svtools/source/control/ruler.cxx
	svtools/source/control/scriptedtext.cxx
	svtools/source/control/stdmenu.cxx
	svtools/source/control/tabbar.cxx
	svtools/source/control/taskbar.cxx
	svtools/source/control/taskbox.cxx
	svtools/source/control/taskmisc.cxx
	svtools/source/control/taskstat.cxx
	svtools/source/control/valueacc.cxx
	svtools/source/control/valueset.cxx
	svtools/source/dialogs/addresstemplate.cxx
	svtools/source/dialogs/addresstemplate.src
	svtools/source/dialogs/colrdlg.src
	svtools/source/dialogs/filedlg2.cxx
	svtools/source/dialogs/filedlg2.hxx
	svtools/source/dialogs/makefile.mk
	svtools/source/dialogs/printdlg.cxx
	svtools/source/dialogs/printdlg.src
	svtools/source/dialogs/propctrl.cxx
	svtools/source/dialogs/propctrl.hxx
	svtools/source/dialogs/property.cxx
	svtools/source/edit/makefile.mk
	svtools/source/edit/sychconv.cxx
	svtools/source/edit/syntaxhighlight.cxx
	svtools/source/edit/textdoc.cxx
	svtools/source/edit/texteng.cxx
	svtools/source/edit/textundo.cxx
	svtools/source/edit/textview.cxx
	svtools/source/filter.vcl/filter/SvFilterOptionsDialog.cxx
	svtools/source/filter.vcl/filter/dlgejpg.cxx
	svtools/source/filter.vcl/filter/dlgejpg.hxx
	svtools/source/filter.vcl/filter/dlgejpg.src
	svtools/source/filter.vcl/filter/dlgepng.cxx
	svtools/source/filter.vcl/filter/dlgepng.hxx
	svtools/source/filter.vcl/filter/dlgepng.src
	svtools/source/filter.vcl/filter/dlgexpor.cxx
	svtools/source/filter.vcl/filter/dlgexpor.hxx
	svtools/source/filter.vcl/filter/dlgexpor.src
	svtools/source/filter.vcl/filter/filter2.cxx
	svtools/source/filter.vcl/filter/makefile.mk
	svtools/source/filter.vcl/filter/sgfbram.cxx
	svtools/source/filter.vcl/filter/sgvmain.cxx
	svtools/source/filter.vcl/filter/sgvspln.cxx
	svtools/source/filter.vcl/filter/strings.src
	svtools/source/filter.vcl/jpeg/makefile.mk
	svtools/source/filter.vcl/wmf/emfwr.cxx
	svtools/source/filter.vcl/wmf/emfwr.hxx
	svtools/source/filter.vcl/wmf/enhwmf.cxx
	svtools/source/filter.vcl/wmf/winmtf.hxx
	svtools/source/filter.vcl/wmf/wmfwr.cxx
	svtools/source/filter.vcl/wmf/wmfwr.hxx
	svtools/source/graphic/grfcache.cxx
	svtools/source/graphic/grfcache.hxx
	svtools/source/graphic/grfmgr.cxx
	svtools/source/graphic/makefile.mk
	svtools/source/inc/accessibletableimp.hxx
	svtools/source/inc/svimpbox.hxx
	svtools/source/java/patchjavaerror.src
	svtools/source/misc/ehdl.cxx
	svtools/source/misc/errtxt.src
	svtools/source/misc/helpagentwindow.cxx
	svtools/source/misc/imagemgr.cxx
	svtools/source/misc/imagemgr.src
	svtools/source/misc/imageresourceaccess.cxx
	svtools/source/misc/imap.cxx
	svtools/source/misc/langtab.src
	svtools/source/misc/makefile.mk
	svtools/source/misc/svtdata.cxx
	svtools/source/misc/templatefoldercache.cxx
	svtools/source/misc/transfer2.cxx
	svtools/source/misc/undo.src
	svtools/source/plugapp/commtest.cxx
	svtools/source/plugapp/commtest.src
	svtools/source/plugapp/makefile.mk
	svtools/source/plugapp/testtool.src
	svtools/source/productregistration/productregistration.cxx
	svtools/source/svhtml/htmlkywd.cxx
	svtools/source/svhtml/parhtml.cxx
	svtools/source/svrtf/rtfkey2.cxx
	svtools/source/svrtf/rtfkeywd.cxx
	svtools/source/table/defaultinputhandler.cxx
	svtools/source/table/makefile.mk
	svtools/source/table/tablecontrol.cxx
	svtools/source/table/tablecontrol_impl.cxx
	svtools/source/table/tablecontrol_impl.hxx
	svtools/source/table/tabledatawindow.cxx
	svtools/source/table/tablegeometry.cxx
	svtools/source/table/tablegeometry.hxx
	svtools/source/toolpanel/makefile.mk
	svtools/source/toolpanel/toolpaneldrawer.cxx
	svtools/source/uno/addrtempuno.cxx
	svtools/source/uno/miscservices.cxx
	svtools/source/uno/svtxgridcontrol.cxx
	svtools/source/uno/svtxgridcontrol.hxx
	svtools/source/uno/toolboxcontroller.cxx
	svtools/source/uno/treecontrolpeer.cxx
	svtools/source/uno/unocontroltablemodel.cxx
	svtools/source/uno/unocontroltablemodel.hxx
	svtools/source/uno/unoimap.cxx
	svtools/source/urlobj/inetimg.cxx
	svtools/util/makefile.mk
	svtools/workben/browser.cxx
	svtools/workben/cui/makefile.mk
	svtools/workben/makefile.mk
	svtools/workben/stest.cxx
	svtools/workben/toolpanel/makefile.mk
	svtools/workben/urange.cxx
	toolkit/inc/toolkit/awt/vclxdevice.hxx
	toolkit/inc/toolkit/awt/vclxgraphics.hxx
	toolkit/inc/toolkit/awt/vclxwindows.hxx
	toolkit/inc/toolkit/controls/dialogcontrol.hxx
	toolkit/inc/toolkit/helper/property.hxx
	toolkit/inc/toolkit/helper/servicenames.hxx
	toolkit/inc/toolkit/helper/throbberimpl.hxx
	toolkit/qa/complex/toolkit/accessibility/_XAccessibleComponent.java
	toolkit/source/awt/asynccallback.cxx
	toolkit/source/awt/vclxgraphics.cxx
	toolkit/source/awt/vclxtoolkit.cxx
	toolkit/source/awt/vclxwindow.cxx
	toolkit/source/awt/xsimpleanimation.cxx
	toolkit/source/awt/xthrobber.cxx
	toolkit/source/controls/dialogcontrol.cxx
	toolkit/source/controls/grid/defaultgridcolumnmodel.cxx
	toolkit/source/controls/grid/defaultgriddatamodel.cxx
	toolkit/source/controls/grid/gridcontrol.cxx
	toolkit/source/controls/grid/initguard.hxx
	toolkit/source/controls/unocontrol.cxx
	toolkit/source/controls/unocontrolcontainer.cxx
	toolkit/source/controls/unocontrols.cxx
	toolkit/source/helper/listenermultiplexer.cxx
	toolkit/source/helper/property.cxx
	toolkit/source/helper/registerservices.cxx
	toolkit/source/helper/servicenames.cxx
	toolkit/source/helper/throbberimpl.cxx
	toolkit/source/helper/tkresmgr.cxx
	tools/StaticLibrary_ooopathutils.mk
	tools/bootstrp/addexes/makefile.mk
	tools/bootstrp/addexes2/makefile.mk
	tools/bootstrp/addexes2/mkfilt.cxx
	tools/bootstrp/command.cxx
	tools/bootstrp/cppdep.cxx
	tools/bootstrp/iserver.cxx
	tools/bootstrp/makefile.mk
	tools/bootstrp/mkcreate.cxx
	tools/bootstrp/prj.cxx
	tools/bootstrp/rscdep.cxx
	tools/bootstrp/sstring.cxx
	tools/inc/bootstrp/command.hxx
	tools/inc/bootstrp/mkcreate.hxx
	tools/inc/bootstrp/prj.hxx
	tools/inc/bootstrp/sstring.hxx
	tools/inc/tools/agapi.hxx
	tools/inc/tools/agitem.hxx
	tools/inc/tools/chapi.hxx
	tools/inc/tools/download.hxx
	tools/inc/tools/eacopier.hxx
	tools/inc/tools/fract.hxx
	tools/inc/tools/fsys.hxx
	tools/inc/tools/geninfo.hxx
	tools/inc/tools/globname.hxx
	tools/inc/tools/inetmime.hxx
	tools/inc/tools/multisel.hxx
	tools/inc/tools/poly.hxx
	tools/inc/tools/postsys.h
	tools/inc/tools/postwin.h
	tools/inc/tools/presys.h
	tools/inc/tools/prewin.h
	tools/inc/tools/pstm.hxx
	tools/inc/tools/ref.hxx
	tools/inc/tools/simplerm.hxx
	tools/inc/tools/solar.h
	tools/inc/tools/table.hxx
	tools/inc/tools/urlkeys.hxx
	tools/inc/tools/urlobj.hxx
	tools/prj/build.lst
	tools/prj/d.lst
	tools/qa/makefile.mk
	tools/source/communi/geninfo.cxx
	tools/source/debug/debug.cxx
	tools/source/fsys/dirent.cxx
	tools/source/fsys/tdir.cxx
	tools/source/fsys/unx.cxx
	tools/source/fsys/urlobj.cxx
	tools/source/generic/color.cxx
	tools/source/generic/config.cxx
	tools/source/generic/fract.cxx
	tools/source/inet/inetmime.cxx
	tools/source/memtools/multisel.cxx
	tools/source/memtools/table.cxx
	tools/source/rc/resmgr.cxx
	tools/source/ref/globname.cxx
	tools/source/ref/pstm.cxx
	tools/source/solar/solar.c
	tools/source/stream/strmos2.cxx
	tools/source/stream/strmunx.cxx
	tools/source/stream/strmwnt.cxx
	tools/source/string/makefile.mk
	tools/source/testtoolloader/testtoolloader.cxx
	tools/test/makefile.mk
	tools/util/makefile.mk
	tools/win/inc/dll.hxx
	tools/win/inc/parser.hxx
	tools/win/inc/shellex.h
	tools/win/inc/shutil.h
	tools/win/inc/toolsdll.hxx
	tools/win/inc/winshell.hxx
	tools/workben/makefile.mk
	ucbhelper/source/client/proxydecider.cxx
	ucbhelper/workben/ucbexplorer/ucbexplorer.hrc
	unotools/inc/unotools/unotunnelhelper.hxx
	unotools/source/config/fltrcfg.cxx
	unotools/source/config/lingucfg.cxx
	unotools/source/config/misccfg.cxx
	unotools/source/config/pathoptions.cxx
	unotools/source/config/searchopt.cxx
	unotools/source/i18n/localedatawrapper.cxx
	unotools/source/ucbhelper/localfilehelper.cxx
	unotools/source/ucbhelper/ucbhelper.cxx
	unotools/source/ucbhelper/xtempfile.cxx
	vcl/aqua/inc/salbmp.h
	vcl/aqua/inc/salgdi.h
	vcl/aqua/inc/salinst.h
	vcl/aqua/source/app/salinst.cxx
	vcl/aqua/source/gdi/aquaprintaccessoryview.mm
	vcl/aqua/source/gdi/salgdi.cxx
	vcl/aqua/source/gdi/salprn.cxx
	vcl/aqua/source/window/salframeview.mm
	vcl/aqua/source/window/salobj.cxx
	vcl/inc/vcl/bitmap.hxx
	vcl/inc/vcl/brdwin.hxx
	vcl/inc/vcl/button.hxx
	vcl/inc/vcl/cmdevt.hxx
	vcl/inc/vcl/cvtgrf.hxx
	vcl/inc/vcl/dialog.hxx
	vcl/inc/vcl/dockwin.hxx
	vcl/inc/vcl/event.hxx
	vcl/inc/vcl/fixed.hxx
	vcl/inc/vcl/fldunit.hxx
	vcl/inc/vcl/floatwin.hxx
	vcl/inc/vcl/gdimtf.hxx
	vcl/inc/vcl/glyphcache.hxx
	vcl/inc/vcl/graphite_adaptors.hxx
	vcl/inc/vcl/graphite_features.hxx
	vcl/inc/vcl/graphite_layout.hxx
	vcl/inc/vcl/ilstbox.hxx
	vcl/inc/vcl/image.h
	vcl/inc/vcl/imgctrl.hxx
	vcl/inc/vcl/impbmpconv.hxx
	vcl/inc/vcl/impprn.hxx
	vcl/inc/vcl/jobset.h
	vcl/inc/vcl/keycodes.hxx
	vcl/inc/vcl/lstbox.hxx
	vcl/inc/vcl/mapunit.hxx
	vcl/inc/vcl/menu.hxx
	vcl/inc/vcl/msgbox.hxx
	vcl/inc/vcl/outdev.hxx
	vcl/inc/vcl/prndlg.hxx
	vcl/inc/vcl/salatype.hxx
	vcl/inc/vcl/salbmp.hxx
	vcl/inc/vcl/salgdi.hxx
	vcl/inc/vcl/salinst.hxx
	vcl/inc/vcl/seleng.hxx
	vcl/inc/vcl/settings.hxx
	vcl/inc/vcl/smartid.hxx
	vcl/inc/vcl/status.hxx
	vcl/inc/vcl/strhelper.hxx
	vcl/inc/vcl/svapp.hxx
	vcl/inc/vcl/svdata.hxx
	vcl/inc/vcl/syschild.hxx
	vcl/inc/vcl/sysdata.hxx
	vcl/inc/vcl/taskpanelist.hxx
	vcl/inc/vcl/toolbox.hxx
	vcl/inc/vcl/vclevent.hxx
	vcl/inc/vcl/windata.hxx
	vcl/inc/vcl/window.hxx
	vcl/inc/vcl/wintypes.hxx
	vcl/os2/source/app/salinst.cxx
	vcl/os2/source/gdi/salgdi.cxx
	vcl/os2/source/window/salmenu.cxx
	vcl/os2/source/window/salobj.cxx
	vcl/prj/build.lst
	vcl/source/app/dbggui.cxx
	vcl/source/app/help.cxx
	vcl/source/app/idlemgr.cxx
	vcl/source/app/settings.cxx
	vcl/source/app/svapp.cxx
	vcl/source/app/svdata.cxx
	vcl/source/app/svmain.cxx
	vcl/source/app/svmainhook.cxx
	vcl/source/app/unohelp.cxx
	vcl/source/app/vclevent.cxx
	vcl/source/control/button.cxx
	vcl/source/control/combobox.cxx
	vcl/source/control/edit.cxx
	vcl/source/control/field.cxx
	vcl/source/control/fixed.cxx
	vcl/source/control/ilstbox.cxx
	vcl/source/control/imgctrl.cxx
	vcl/source/control/makefile.mk
	vcl/source/control/tabctrl.cxx
	vcl/source/gdi/bitmap.cxx
	vcl/source/gdi/bitmap2.cxx
	vcl/source/gdi/bitmap4.cxx
	vcl/source/gdi/bmpconv.cxx
	vcl/source/gdi/cvtsvm.cxx
	vcl/source/gdi/font.cxx
	vcl/source/gdi/gdimtf.cxx
	vcl/source/gdi/image.cxx
	vcl/source/gdi/impimage.cxx
	vcl/source/gdi/jobset.cxx
	vcl/source/gdi/makefile.mk
	vcl/source/gdi/metaact.cxx
	vcl/source/gdi/outdev.cxx
	vcl/source/gdi/outdev3.cxx
	vcl/source/gdi/outdev4.cxx
	vcl/source/gdi/outdevnative.cxx
	vcl/source/gdi/pdfwriter.cxx
	vcl/source/gdi/pdfwriter_impl.cxx
	vcl/source/gdi/print3.cxx
	vcl/source/gdi/salmisc.cxx
	vcl/source/glyphs/gcach_ftyp.cxx
	vcl/source/glyphs/gcach_ftyp.hxx
	vcl/source/glyphs/glyphcache.cxx
	vcl/source/glyphs/graphite_cache.cxx
	vcl/source/glyphs/graphite_layout.cxx
	vcl/source/glyphs/graphite_textsrc.hxx
	vcl/source/helper/canvasbitmap.cxx
	vcl/source/helper/smartid.cxx
	vcl/source/helper/xconnection.cxx
	vcl/source/src/btntext.src
	vcl/source/src/images.src
	vcl/source/src/print.src
	vcl/source/window/accel.cxx
	vcl/source/window/accmgr.cxx
	vcl/source/window/brdwin.cxx
	vcl/source/window/btndlg.cxx
	vcl/source/window/dlgctrl.cxx
	vcl/source/window/javachild.cxx
	vcl/source/window/menu.cxx
	vcl/source/window/msgbox.cxx
	vcl/source/window/printdlg.cxx
	vcl/source/window/status.cxx
	vcl/source/window/syschild.cxx
	vcl/source/window/toolbox.cxx
	vcl/source/window/toolbox2.cxx
	vcl/source/window/window.cxx
	vcl/source/window/window2.cxx
	vcl/source/window/wrkwin.cxx
	vcl/unx/gtk/app/gtkdata.cxx
	vcl/unx/gtk/app/gtkinst.cxx
	vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
	vcl/unx/gtk/window/gtkframe.cxx
	vcl/unx/gtk/window/gtkobject.cxx
	vcl/unx/headless/svpbmp.hxx
	vcl/unx/headless/svpgdi.cxx
	vcl/unx/headless/svpgdi.hxx
	vcl/unx/headless/svpinst.cxx
	vcl/unx/headless/svpinst.hxx
	vcl/unx/headless/svpprn.cxx
	vcl/unx/headless/svpprn.hxx
	vcl/unx/headless/svppspgraphics.cxx
	vcl/unx/headless/svppspgraphics.hxx
	vcl/unx/headless/svptext.cxx
	vcl/unx/inc/dtint.hxx
	vcl/unx/inc/plugins/gtk/gtkdata.hxx
	vcl/unx/inc/pspgraphics.h
	vcl/unx/inc/salbmp.h
	vcl/unx/inc/saldata.hxx
	vcl/unx/inc/saldisp.hxx
	vcl/unx/inc/salgdi.h
	vcl/unx/inc/salinst.h
	vcl/unx/inc/xfont.hxx
	vcl/unx/kde/kdedata.cxx
	vcl/unx/kde4/KDESalGraphics.cxx
	vcl/unx/source/app/keysymnames.cxx
	vcl/unx/source/app/saldata.cxx
	vcl/unx/source/app/saldisp.cxx
	vcl/unx/source/app/salinst.cxx
	vcl/unx/source/app/wmadaptor.cxx
	vcl/unx/source/dtrans/X11_selection.cxx
	vcl/unx/source/dtrans/X11_service.cxx
	vcl/unx/source/gdi/makefile.mk
	vcl/unx/source/gdi/pspgraphics.cxx
	vcl/unx/source/gdi/salgdi.cxx
	vcl/unx/source/gdi/salgdi3.cxx
	vcl/unx/source/gdi/salprnpsp.cxx
	vcl/unx/source/gdi/xfont.cxx
	vcl/unx/source/gdi/xlfd_attr.cxx
	vcl/unx/source/gdi/xlfd_attr.hxx
	vcl/unx/source/gdi/xlfd_extd.cxx
	vcl/unx/source/gdi/xlfd_extd.hxx
	vcl/unx/source/gdi/xlfd_smpl.cxx
	vcl/unx/source/gdi/xlfd_smpl.hxx
	vcl/unx/source/printer/ppdparser.cxx
	vcl/unx/source/printer/printerinfomanager.cxx
	vcl/unx/source/window/salframe.cxx
	vcl/unx/source/window/salmenu.cxx
	vcl/unx/source/window/salobj.cxx
	vcl/util/makefile2.pmk
	vcl/win/inc/salbmp.h
	vcl/win/inc/saldata.hxx
	vcl/win/inc/salgdi.h
	vcl/win/inc/salinst.h
	vcl/win/source/app/saldata.cxx
	vcl/win/source/app/salinst.cxx
	vcl/win/source/gdi/salgdi.cxx
	vcl/win/source/gdi/salgdi3.cxx
	vcl/win/source/gdi/salprn.cxx
	vcl/win/source/gdi/winlayout.cxx
	vcl/win/source/window/salframe.cxx
	vcl/win/source/window/salobj.cxx
	vcl/workben/outdevgrind.cxx
	vos/inc/vos/execabl.hxx
	vos/inc/vos/macros.hxx
	vos/inc/vos/pipe.hxx
	vos/inc/vos/process.hxx
	vos/inc/vos/refernce.hxx
	vos/inc/vos/signal.hxx
	vos/inc/vos/socket.hxx
	vos/inc/vos/stream.hxx
	vos/inc/vos/thread.hxx
	vos/source/pipe.cxx
	vos/source/process.cxx
	vos/source/signal.cxx
	vos/source/thread.cxx
	vos/source/timer.cxx

2011-03-11  Caolán McNamara  <caolanm@redhat.com>  [475b40d0b5ec7967513b23e45bdb7219dda2db75]

WaE: variables set but unused


2011-03-11  Caolán McNamara  <caolanm@redhat.com>  [09f9d9627e2e9302713b282dafc1134ab7d4640a]

WaE: signed unsigned comparisions


2011-03-11  Caolán McNamara  <caolanm@redhat.com>  [19b51185c4458c777b1a8f5c78096da7e9e1a5a4]

WaE: ambiguous && ||


2011-03-11  Caolán McNamara  <caolanm@redhat.com>  [b75594502351e91585b923de2e6f22c07b779012]

WaE: fix member init order list


2011-03-11  Martin Hosken  <martin_hosken@sil.org>  [8a81ace476b02eb27117f83e5cec3358ffd62b88]

Add missing scripts from ICU list. Make math and symbols weak


2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [35b9c4974a5cb7bf23d2e601766eb432bee681ec]

USCRIPT_INVALID_CODE is -1 so take signed here


2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [77017d048793b0a9f9628f962ae3f089c5361e86]

use SAL_N_ELEMENTS


2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [a5c0be250002ee4ccde490ce855965e0071ab3f3]

unused UBlock2Script struct definition


2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [982d289f0fa9d24517ce844c86725fb96c0b345d]

unused global table


2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [d83bc4d9921afd31f1afddc52f39951bb686e60a]

Related: rhbz#680460 reorganize this to make it inheritable


2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [28e6caab0a9c04b306f723fb3390332f5ef94a61]

add cairo_ft_font_face_create_for_pattern wrapper


2011-03-10  Thorsten Behrens  <tbehrens@novell.com>  [1237dd5025ba1122246e75a8481ea32d7141caee]

Revert comphelper unit test noadditional change (gr2)

This reverts commit b5984e292401e87f68343e1bf8a565b622c3b4b7.

Commit broke all tinderboxen.

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [b5984e292401e87f68343e1bf8a565b622c3b4b7]

graphite2 consolidated patch


2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [722cf17fcf43a54d600809edc8b52c43fc487e0a]

enable fontcapabilities under windows


2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [5d8f056cacb31b7b324b6154f120b8dcfc5820e3]

Do SMP properly for ICU. No bug thankfully


2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [20594d17cdb367ba81183a5c3847efa2e90531c8]

Work around ICU bug regarding SMP ranges not working, so expand them


2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [1ae0df1c597f7c55ed411707018fd56884d08531]

Attempt to fix winlayout memory leak


2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [c0ee5f3da6b8ac0c27950a1715a6bf80f1ecacb6]

break graphemes on new uax#29 updates, use ICU for script identification


2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [0ba940b307b67aef2a8090f7d55384f8818f317f]

Use statically built graphite library


2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [f098d34fa7000ed690130bccda68797211a2e0b9]

revert bad patch in graphite consolidated patch


2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [85dc00b157fb97b70ff5fa20bf9e6355404aba30]

graphite2 consolidated patch


2011-03-10  Radek Doulik  <rodo@novell.com>  [1f4078d8be0755ea33ec36edacdf805e1ce24270]

fix for 3.3.2 blocker fdo#34718 - change the type of nDrawerHeight to long

 - before it became big positive long in the called Point::Move
   function, moving the drawer under the visible area. so it was
   basically signed/unsigned problem in the layouter

2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [525b6b30859ad5faf2f6c694a895b09a82c5100a]

fix leaks on bad ttf files


2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [f82a8f61c630030481293e7ae9872c1ca7ab57e0]

remove memleak


2011-03-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [80faa7482b5db5865d7e748cf1468645918e7d56]

vcl120: #i114306# tweak defaultprinter behavior again


2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [ef33edc9b8f02a163264e9e25e14b1430a8e345c]

remove FtFontFile leaks


2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [c07828372a32f112a5e7e0131629c08e302a1104]

release fonts on shutdown


2011-03-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [662d5ff77358579224ca5626bfc7a7cffc61e842]

vcl120: rebase to DEV300m102


2011-03-09  Nigel Hawkins  <n.hawkins@gmx.com>  [df6002163515888351fdfa15e7f961a0c710a80f]

Remove SvLongs declaration and definition


2011-03-09  Caolán McNamara  <caolanm@redhat.com>  [bc78cf7caa13319b99a39069329ec22d557b81c5]

Add Cherokee preview


2011-03-09  Caolán McNamara  <caolanm@redhat.com>  [83c93074d772ff2c24af68674aa6107864e71a3a]

mask out cjk punctuation


2011-03-09  Caolán McNamara  <caolanm@redhat.com>  [75486f56065404258e9875467433986e5807d8d9]

Cyrillic+Georgian is likely best previewed as Georgian


2011-03-09  Xavier ALT  <dex@phoenix-ind.net>  [78d1edb4daef632623b923f1be0606372d314158]

remove SVX_LIGHT macro


2011-03-09  Caolán McNamara  <caolanm@redhat.com>  [c7e1506b832281f5469602bcd9ca99bab19dc716]

enable fontcapabilities under windows


2011-03-09  Caolán McNamara  <caolanm@redhat.com>  [39387fda8c027722d7db2a1320a2bebf95efb641]

Resolves: rhbz#682621 better resizing of overtall glyphsubs


2011-03-09  Caolán McNamara  <caolanm@redhat.com>  [f6733d3f2ccc7b6a8da8752ad14bfd939acb3fa2]

cppcheck: this method can be const


2011-03-09  Andras Timar  <timar@fsf.hu>  [56c8f941db0be4e77188170e06191c07a5cf036b]

update help text of localize tool


2011-03-09  Andras Timar  <timar@fsf.hu>  [9bc6fcf21994c8c77d3e4669dcaa2ce12e570525]

no need to blacklist dictionaries, because is is not whitelisted


2011-03-08  Andras Timar  <timar@fsf.hu>  [9c856503e7c82d8ce082ddfda8dbfea27beab236]

adapt localize to LibreOffice directory structure


2011-03-08  Katarina Machalkova  <kmachalkova@suse.cz>  [f902f2d7772214fdfe5682b1d001873ba025a06a]

Un-breaking the unit test


2011-03-08  Katarina Machalkova  <kmachalkova@suse.cz>  [90dddf42f604ada86f68c458cb633f1dda3cb8bc]

Adding '-N => (N)' format to en_* locale -- bnc659993

LocaleNode.cxx says it's only legal for those based on en_US

2011-03-08  Katarina Machalkova  <kmachalkova@suse.cz>  [a52392c31c99a1269260d98dbd75916e368b44b3]

Handle tinkering with '-N => (N)' number format -- bnc#659993


2011-03-08  Katarina Machalkova  <kmachalkova@suse.cz>  [36fbbd2be2ff92351cfa9fc68c0a4f7e1f918303]

Revert "Introducing new number format ( -N => (N) ) -- bnc#659993"

This reverts commit 97ce42ad29560d39560b7f7c23785142803ae52f.

Adding the format to every lang. breaks the std. format indexing
(thus, unit test too)
Moreover, it is not "legal" for non-English locale (or so
LocaleNode.cxx says)

2011-03-08  Caolán McNamara  <caolanm@redhat.com>  [ed5f33e33dc9d2b477bbdbb852256edd8b745277]

Resolves: rhbz#682716 pa-IN isn't handled by fontconfig well

i.e. pa-IN gets fontconfig to consider all "pa" and "pa-pk" fonts, see
fdo#35118 for what I'd like fontconfig to do instead and prioritize generic
"pa" over "pa-pk" in thsis case.

Looking at the current list of fontconfig languages, this is the only one
likely afflicted at the moment, so help fontconfig out here.

2011-03-08  Luboš Luňák  <l.lunak@suse.cz>  [3c4e713c58972bdd7569ccc16af8e507e325fa2d]

avoid race condition with multiple window resizing (bnc#674806)


2011-03-08  Petr Mladek  <pmladek@suse.cz>  [9c59688b152ed2c4d46f9bd588c91a01247f6aeb]

Version 3.3.2.1, tag libreoffice-3.3.2.1 (3.3.2-rc1)


2011-03-08  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [3418cce3fa35a1d19a14affa8471b537bda57177]

Added shadow color configuration save.


2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [5cbbee27351fa7460755ed469a5166bb4545c0d6]

CWS-TOOLING: integrate CWS os146


2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [56fbd699bb8b44bf46f35276e9682f449faa7eab]

CWS-TOOLING: integrate CWS vcl119


2011-03-05  Takeshi Abe  <tabe@fixedpoint.jp>  [f6345cad1d4f3e7b3e8cc193a4bce1becbd55eb1]

Remove dead code


2011-03-05  Takeshi Abe  <tabe@fixedpoint.jp>  [60239fde98d88ef7449fe507cd11ccd91ce3d56e]

Removed unused field bGerman


2011-03-05  Takeshi Abe  <tabe@fixedpoint.jp>  [50ecc72670a81a1e901e95591aca42bf3834a1ef]

Remove dead code


2011-03-05  Christina Rossmanith  <ChrRossmanith@web.de>  [2eefdefac31042fe91cd940e3b278d1c622f0680]

Removed /* ### ACHTUNG: Neuer Text in Resource? - lines from libs-gui


2011-03-04  Guillaume Poussel  <gpoussel@gmail.com>  [d8c8b4fb19475e022e50339776440832a7c4148e]

Remove bogus and useless comments.

Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-03-04  Ivo Hinkelmann  <ihi@openoffice.org>  [76d8807886dd692bb5ea8ffa16dda8bdb77ec38d]

masterfix DEV300: KDE vs. tooltypes


2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [cf89e05f512637980b0fd1342f2fa22eaf4734c9]

WaE: move that inside the TODO as well


2011-03-04  npcdoom  <venccsralph@gmail.com>  [1e8f1c5757bfbb26d55ec5a6eb4e9719e1fbaa8b]

Remove deprecated container List.

Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-03-03  Katarina Machalkova  <kmachalkova@suse.cz>  [10fc15ba01448ff5c633ddea0b36113be2f813f2]

Disabled failing format items for now :(

after introducing new num. formats (42[.00]), those items that
access standard format list cease to work :(

2011-03-03  Katarina Machalkova  <kmachalkova@suse.cz>  [a10428b18982b91bce7247901371f27c4103bffe]

Ooops, GetnAnz() got renamed to GetCount()


2011-03-03  Katarina Machalkova  <kmachalkova@suse.cz>  [97ce42ad29560d39560b7f7c23785142803ae52f]

Introducing new number format ( -N => (N) ) -- bnc#659993

+ teaching Calc num. formatting dialog to work with it
+ adding it to ~most locale (certainly I've forgotten some)

2011-03-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7ad02d48a9b8a7f637c8d89fb807a8da06b1240b]

Size matters


2011-03-02  Joseph Powers  <jpowers27@cox.net>  [eb4d8d03965f1a70d33abf73757cc7c43b818a3f]

Remove DECLARE_LIST( ConvList, Conversation* )


2011-03-02  Caolán McNamara  <caolanm@redhat.com>  [18cc0c78f5d1e40acb1a0c693807015a1a30de69]

WaE: move that inside the TODO as well


2011-03-02  Caolán McNamara  <caolanm@redhat.com>  [2071e47acde3402e94732840d1664cba5a03622d]

just use whatever works for everyone


2011-03-02  Joachim Lingner  <jl@openoffice.org>  [62ab4e1a61813493923f9840c86d49e2c74a3bdf]

jl164 #i109096# wrong use of path::native_file_string_w in fopen for Linux


2011-03-02  Joachim Lingner  <jl@openoffice.org>  [270689732362a15d4c805ecf6fd07e875e2c4068]

jl164 #i109096# make patch::native_file_string_w windows only


2011-03-02  Kohei Yoshida  <kyoshida@novell.com>  [25c91f493804ca9f3e297cab595621c823c6eab5]

Disable testing for the currency format codes.

On some systems (including Fedora) the last two currency codes
differ.  Let's disable this test for now until we find out how to
properly test this again.

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [b722614de75c6f9f675aa85605752627288b9bbf]

Add missing osl/diagnose.h include


2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [8c5f102512ef736735ce58ebd8d04ab9c24ecbed]

Move some DBG_UTIL to OSL_DEBUG_LEVEL


2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [eb207167d0fa43719b4771aa9d11f690cc05c5f9]

Add osl/diagnose.h include


2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [aa4b849ed4a79252fe24c801600a9c6ff2e8888e]

Move DBG_ERROR to OSL_FAIL


2011-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [18e446f55110c1890933c68bc66c70d33ec5ced9]

CWS-TOOLING: integrate CWS mhu21


2011-03-01  Kohei Yoshida  <kyoshida@novell.com>  [f66ecc7846ccda840b9ec0e6027bc2e5180e4a8b]

Many of us still use compilers that don't support C++0x properly.

This fixes a build breakage in svtools, in ctrlbox.cxx.

2011-03-01  Julien Nabet  <serval2412@yahoo.fr>  [d90386875b3e6ad581244830120ac2856b38e868]

Remove "using namespace ::rtl"


2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [a81147a39f89670b9e67f6ceb6d4d34cce788624]

handle minimal Greek fonts


2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [aad4d95fcddd7ce359d0278f019d2a99d170a29e]

avoid implicit cast


2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [94a952ef50d6f8945e2a6705cc31a670a1661f58]

avoid implicit cast


2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [690fff079861cbb3f98719189066d75be57243a8]

avoid implicit cast


2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [b53b9d9ce439385f32b2153bdaaceac979fec693]

make sure to include the header


2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [06e05f70e0984bdee05d99557ee210ed55f28080]

add font capabilities


2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [4dc3267c43ca224bf47cedf342edf0f7e88c029c]

Get better hints as to what script a font is likely tuned for


2011-03-01  Luboš Luňák  <l.lunak@suse.cz>  [2496a496024ae2d44e100c02b4258f653adb3d32]

const static data


2011-03-01  Thomas Arnhold  <thomas@arnhold.org>  [96062594fe0d4e6f3a765a3618fddcf67176594e]

Fix debug build: add missing using ::rtl::OString


2011-02-28  Kohei Yoshida  <kyoshida@novell.com>  [4f8ace68fdcf9d976b9f690f391844514baf5d31]

Actually unotools already depends on i18npool. Removing it.


2011-02-28  Ivo Hinkelmann  <ihi@openoffice.org>  [bc575aa51668343f5e7d4b8263474d77cc86569b]

CWS-TOOLING: integrate CWS impress195


2011-02-28  Kohei Yoshida  <kyoshida@novell.com>  [8bee4844e600720e9ee0b66bf229991a22243211]

Disable this temporarily due to the objection from Thai users.


2011-02-28  Ivo Hinkelmann  <ihi@openoffice.org>  [f5ec43a44d1e923e0ec68b5f9a6857bad05dfb3b]

CWS-TOOLING: integrate CWS sw34bf03


2011-02-28  Kohei Yoshida  <kyoshida@novell.com>  [6dc20c90d43f7cfa0205313ac8834c946dfe13a3]

More test cases for Thai-specific format codes.


2011-02-28  Kohei Yoshida  <kyoshida@novell.com>  [3a649b1e600ca4034fa9ec8cd040e5615621bf14]

Renamed GetnAnz() to GetCount(), to make it easier for us to understand.


2011-02-28  Kohei Yoshida  <kyoshida@novell.com>  [6ee742a43baa0caccee68840a99bda92e77ccfee]

Store locale type instead of language type.


2011-02-28  Kohei Yoshida  <kyoshida@novell.com>  [f2c3c7179a131b6045eda2b0460dabdc255b42c1]

Updated method documentation.


2011-02-27  Rafael Dominguez  <venccsralph@gmail.com>  [b36cc82d4ab11af687d87b890d010b6c05671ff4]

[PATCH] Remove deprecated container List and update required headers.


2011-02-27  Joseph Powers  <jpowers27@cox.net>  [86ad90287ff14fe7c0bf4bde142fb197422f1034]

Add Missing "using ::rtl::OString;"


2011-02-27  Julien Nabet  <serval2412@yahoo.fr>  [6d8db28b78bd0041a37fef9668a1c43d332246b5]

Remove "using namespace ::rtl"


2011-02-27  Julien Nabet  <serval2412@yahoo.fr>  [53291d73caf69d3da36a69cb22bda61ace7305df]

Remove "using namespace ::rtl"


2011-02-27  Julien Nabet  <serval2412@yahoo.fr>  [f7475bcb5ab08007911badd196223dfe9f954ef1]

Remove "using namespace ::rtl"


2011-02-27  Julien Nabet  <serval2412@yahoo.fr>  [ec7514786b14161964c5e3d78afe0ddb8db941c3]

Remove "using namespace ::rtl"


2011-02-27  Julien Nabet  <serval2412@yahoo.fr>  [90254b43d45392142af9db2b4bc82e068b46a13f]

Remove "using namespace ::rtl"


2011-02-27  Julien Nabet  <serval2412@yahoo.fr>  [209e038acaea44f2e8215cbbe265e46ac3314d2f]

Remove "using namespace ::rtl"


2011-02-27  Julien Nabet  <serval2412@yahoo.fr>  [2862181f149da207d2dee7a14d4968ee1607a066]

Remove "using namespace ::rtl"


2011-02-27  Julien Nabet  <serval2412@yahoo.fr>  [dfdcbdbccaa295c2ef410d1046548107ee451c06]

Remove "using namespace ::rtl"


2011-02-27  Julien Nabet  <serval2412@yahoo.fr>  [117b0d3e06dd628bec4c2bf8db889edc40f0ace8]

Fix small bug


2011-02-26  Julien Nabet  <serval2412@yahoo.fr>  [4e9a91703fd7071109bbe9c4116ade4572bdc638]

Remove "using namespace ::rtl"


2011-02-26  David Tardon  <dtardon@redhat.com>  [64420464952dd37196ce5e97aa2ec614b8e78654]

WaE: suggest parentheses around '&&' within '||'


2011-02-26  Thomas Arnhold  <thomas@arnhold.org>  [25143b086a3498a2d29e6742d817860ebdf2f658]

Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)


2011-02-25  Luboš Luňák  <l.lunak@suse.cz>  [9f588950a1f5f87c597826c037cc4a7d73c5bace]

some fixes for checkboxes and radiobuttons in popups (bnc#581833)


2011-02-25  Kohei Yoshida  <kyoshida@novell.com>  [204c8eb689e0e3e734e849c964d56123d2b80af1]

Sigh....


2011-02-25  Kohei Yoshida  <kyoshida@novell.com>  [b237b8d1b20ee06e20407de27a198a9a8a0ca011]

Added i18npool as dependency to svl, the unit test now depends on it.


2011-02-25  Kohei Yoshida  <kyoshida@novell.com>  [6e25b37524be235e85637a2f57e3a5b6fd920135]

More on using real namespace scopes.


2011-02-25  Kohei Yoshida  <kyoshida@novell.com>  [4561f0dcb096e3ae6a5e6f5e900fd710a968c383]

Let's remove using namespace rtl while I'm at it.


2011-02-25  Kohei Yoshida  <kyoshida@novell.com>  [89fa357a5ba909b537b3724cfec8d9c91bfd2422]

Use real namespace scopes. The old scheme screwed up context tagging.


2011-02-24  Kohei Yoshida  <kyoshida@novell.com>  [7665c59fa2b03681d327643750363326b55940af]

Correct cppunit error message.


2011-02-24  Kohei Yoshida  <kyoshida@novell.com>  [da5d69e9295b6212e22bfdd77c1ed5e76e9f6b43]

Use OUString instead of String in the unit test code.

Added another method PutEntry() to allow rtl::OUString to be used.
We'll keep this until UniString gets totally eradicated.

2011-02-24  Kohei Yoshida  <kyoshida@novell.com>  [2efd2c6715dc31ec6d7831f70bd520d93489c47a]

Generate locale code that includes numeral shape and calendar type.


2011-02-24  Kohei Yoshida  <kyoshida@novell.com>  [7a7ba843aafcbd0fa3e5b2f2f9540b76b945d408]

I need iostream and its friends while debugging the unit test code.


2011-02-24  Caolán McNamara  <caolanm@redhat.com>  [635e9b8a0e21f9fe0a555dad865ed2f7a5513bae]

remove empty TESTSHL2LIB


2011-02-24  Kohei Yoshida  <kyoshida@novell.com>  [26ab3db800dec0654dddf5ac29d2e78d956a6fe5]

Pick up numeral shape and calendar type as well as the language.

So far this change doesn't affect the behavior of the number formatter
but only to pick up extra data that Excel provides (that we need to
map to our own later on).

2011-02-24  Caolán McNamara  <caolanm@redhat.com>  [163693e3bc1884284bb9809506eecf6df3962631]

Get this to work under windows.

The test code itself isn't compiled with SVL_DLLIMPLEMENTATION
so either it gets compiled with SVL_DLLIMPLEMENTATION and links
to the .lib or it gets compiled without it and links to the .dll
and sticks to the exported methods. In this case we can currently
take the latter methinks.

2011-02-24  Caolán McNamara  <caolanm@redhat.com>  [94d22dc2bff29d5a36e72b2f1e95f4002cddbe5b]

remove unused export.map


2011-02-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [88d9b1b82c6eb78dfc118ec32db33ebd81fa82d5]

debuglevels: simplify the build system, by complicating the OOo code ;)

Introduce DBGSV_(TRACE/WARNING/ERROR)_OUT, which controls the output channel for tools-level
traces/warnings/assertions, when no dbgsv.ini file is found (this is the increased OOo complexity).

Use this in installationtest.mk, instead of creating a dedicated dbgsv.ini file.

Yet to come: add support for DBGSV_ERROR_OUT to the GNU make build system. Which is the reason why
DBGSV_ERROR_OUT was introduced: Currently, running a GNU make based test pops up assertions as message
boxes. Before the change here, we would have needed to add dbgsv.ini support to the GNU make build system,
which sounds not like a funny a reasonable thing to do. So, instead, we will simply set DBGSV_ERROR_OUT,
which is much simpler and less error prone.
2011-02-24  Joachim Lingner  <jl@openoffice.org>  [fdc68d5dbee78c55626c5e3b4d23985cee6b7136]

jl164 #i109096# HelpLinker does not work with long path on Windows XP because of fopen


2011-02-24  Joachim Lingner  <jl@openoffice.org>  [f725808b3d1ae8e686d7731778725883e12ddb5e]

jl164 #i109096# java help indexer service did not work with long file paths


2011-02-23  Joseph Powers  <jpowers27@cox.net>  [956c02ea8a8cf7bd2c22f6ca6b60ac325352c839]

Some more #include <boost/ptr_container/ptr_vector.hpp> fixes


2011-02-23  Joseph Powers  <jpowers27@cox.net>  [bc99bf60638c286922b09ba5f33166be96c21472]

Add missing #include <boost/ptr_container/ptr_vector.hpp>


2011-02-23  Kohei Yoshida  <kyoshida@novell.com>  [28370475daecb60a545aeba4d93a4bbd0ca532db]

Unit test for default number format codes for US English.


2011-02-23  Kohei Yoshida  <kyoshida@novell.com>  [f50073aac85a376c385aa4373d812e7ffc285a05]

Run unit test as part of the build.

For now, there is no test yet, but it's coming soon.

2011-02-23  Kohei Yoshida  <kyoshida@novell.com>  [1fd9b57c03e1ba569c2003b2f7503693678ecb1e]

Initial unit test skeleton, copied and modified from sc.


2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [834333bcc57a86abf34220e604da6870bc9c27d0]

debuglevels: pulled and merged latest changes from same CWS / other repo


2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7179fd559407350ee74f2291adb9e2a79cb34796]

debuglevels: removed unreachable code (unxsol* WaE)


2011-02-23  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [67441fb7d40ee8395f545f6d6d04d2d24026d88f]

Update from master repository (DEV300_m100).


2011-02-23  Kohei Yoshida  <kyoshida@novell.com>  [03d685c85f765c9d32e52820b4244ccefa7b6856]

Git commit --amend implies -a !?  Removing uninteneded commit.

So, it seems that when you git add and git commit --amend, it commits
all changes even when you don't specify -a !?

*sigh*

2011-02-23  Kohei Yoshida  <kyoshida@novell.com>  [0c6497cf4eebd0999f9e0f925d0bc0f25e68116c]

Updated method documentation to be more specific.


2011-02-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [77b5c93209bd9a458c095ba12f4d7dcb7340ba11]

vcl119: solve a merge problem


2011-02-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5df2384951442331ee1b36452c4ff94f39aee43d]

vcl119: rebase to DEV300_m101


2011-02-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [3dce170195e758e614477ca38a5b720434cf5843]

vcl119: persistent window state for print dialog


2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c189b6244fd9c774152e0dcb65c4f0d6a0dbb4a6]

debuglevels: pulled and merged latest changes from DEV300_next


2011-02-23  Luboš Luňák  <l.lunak@suse.cz>  [f836140555c905f85464e6a0e355171231e81054]

try to work around IM problems with KDE4 integration (bnc#665112)

See comment for SalKDEDisplay::checkDirectInputEvent(). This was
introduced when switching to using Qt event loop, Qt processes
IM handling before LO gets a chance to do something and this conflicts.
This is rather hackish but I have no better idea and as long as
the IM protocol does not change it should be fine.

ACK by Petr Mladek.

2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [523001fc554a12eacd5f4c3e9438a914a9c31ea5]

debuglevels: merged to-be-m101


2011-02-22  Kohei Yoshida  <kyoshida@novell.com>  [367a658bb537c964be3f940ce24b81e6666a688b]

Accidentally changed the logic. Fixing it now.


2011-02-22  Kohei Yoshida  <kyoshida@novell.com>  [775f6adf7dba25e69132e3fa113925ff311dc125]

Break up giant if statement into smaller ones.


2011-02-22  Kohei Yoshida  <kyoshida@novell.com>  [6ec2f4f6ab8e61ccddd8a595ef708603d5104e08]

Fixed indentation and bracket style.


2011-02-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d45ded1ada6808349eecf94d265277b9d0fe5e53]

vcl119: #i109847# #i112313# workaround a strange clip region problem on windows printer drivers


2011-02-22  Ivo Hinkelmann  <ihi@openoffice.org>  [49008f4beff6f44441476cf394e36e5b03993d2e]

masterfix DEV300: #i10000# usage of L10N build_type


2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [2d45c235a02b07de09514dd2fe096f4daacd1ccb]

Don't use gsl_getSystemTextEncoding for the imported clipboard AnsiString

What the *current* system encoding is has no bearing on what
the source one was. Unfortunately doesn't seem to be stored anywhere,
so best to assume 1252.

2011-02-22  Nigel Hawkins  <n.hawkins@gmx.com>  [a780de704fb00a2a21e87b2fad042f35a940e6f0]

Remove SvBools from svl


2011-02-22  Rafael Dominguez  <venccsralph@gmail.com>  [e0b9df123939c6ea273e7fe5fe40a106ce0c7a0f]

Update mpItemList from std::vector to boost::ptr_vector.


2011-02-22  Luboš Luňák  <l.lunak@suse.cz>  [871595f09d0b63997f098d6a8b9d457db989c158]

try to work around IM problems with KDE4 integration (bnc#665112)

See comment for SalKDEDisplay::checkDirectInputEvent(). This was
introduced when switching to using Qt event loop, Qt processes
IM handling before LO gets a chance to do something and this conflicts.
This is rather hackish but I have no better idea and as long as
the IM protocol does not change it should be fine.

2011-02-22  Luboš Luňák  <l.lunak@suse.cz>  [882e85cd8aabc28abdcbfb2dbf2bc6b54e868190]

report properly button positions in Qt scrollbars (bnc#550828)


2011-02-22  Michael Meeks  <michael.meeks@novell.com>  [18a79a536aa38479517b1fd29eaf5e15da05d8dd]

fix fdo#32640 - un-necessary reverse lookup on startup

Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [e88ceb097c39ce8a556897b8664f10b1d5504b46]

revert this


2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [c0d02fa33017f3559601326a16736c054ff614a3]

-r and -s doesn't do anything


2011-02-22  Michael Meeks  <michael.meeks@novell.com>  [629bf06c491ea556f65f935b113532fb5c37c058]

fix fdo#32640 - un-necessary reverse lookup on startup


2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [44dc57f6a6503d1b8161823057973e8150c74482]

fix build error


2011-02-21  Joseph Powers  <jpowers27@cox.net>  [b14a3919f15badcf65c1954d112bf9ca83d0efb6]

Remove SV_IMPL_MEMBER_LIST (it's not used)


2011-02-21  Joseph Powers  <jpowers27@cox.net>  [801ecf81f7cbc5a1dada1887f2b930a17990af41]

Remove DECLARE_LIST( DdeFormats, long )


2011-02-21  Joseph Powers  <jpowers27@cox.net>  [3233b666d82f3a1e3443732c1ac2a7c81502a259]

Remove classes DdeServiceList & DdeTopicList

These don't appear to be used anywhere.

2011-02-21  Thomas Arnhold  <thomas@arnhold.org>  [720e9dd1c1a505dec57d9d763cf734930fc47c23]

Remove ZTC support

Obsolete Zortech compiler

2011-02-21  Thomas Arnhold  <thomas@arnhold.org>  [3c3a3197d3695612af9181f6ecaeaa8e7c6ba6be]

Remove CSET support

Obsolete IBM CSet C-Compiler

2011-02-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [7d16c5c24479830f13e30bffe3b0bf44f9d2b19c]

vcl119: #i114306# update jobsetup before and after print job


2011-02-21  Francois Tigeot  <ftigeot@wolfpond.org>  [36f1f2fe440bacd37c0c0f9eb21de49bcb36cbd1]

Remove OSF/1 support


2011-02-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [adc4ce43673382565777d971250404aec703ad43]

#i117037# re-introduce the XDialog2 support which got lost with some merge conflict resolving


2011-02-21  Tor Lillqvist  <tlillqvist@novell.com>  [d5c4750337c5b866b67d9afa684a8342e6c52d30]

Include precompiled_tools.hxx


2011-02-21  Radek Doulik  <rodo@novell.com>  [faf02acc88bc4d7ead617e8e4999ac717bbce31b]

fix cairo canvas edge count calculation

(cherry picked from commit abb5233c0b9b584407b4696f5db2c330ca45b632)

Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-02-21  Tor Lillqvist  <tlillqvist@novell.com>  [8b09e97588969e0e4f6433cf6868566e1ab317ad]

Drop a few apparently pointless assertions


2011-02-20  Joseph Powers  <jpowers27@cox.net>  [39177ec1604298ee68f1c953326629a8fb71838c]

Remove DECLARE_LIST( ImplTabBarList, ImplTabBarItem* )


2011-02-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ab716c44eecf58c3a870892a9acfdb947ac44735]

debuglevels: #i116845# replace the 'CoreDump' output channel for assertions with 'Debug' The former was implemented on Windows only, and then effectively the same as the 'Debugger' option. So, it was removed in favour of a new 'Abort' channel which, well, aborts when an assertion fires.


2011-02-20  Thomas Arnhold  <thomas@arnhold.org>  [de449732ea1fc91f3a31c8beabb150c3e07b5092]

Remove TCPP support

Old Turbo C++ compiler.

2011-02-19  Joseph Powers  <jpowers27@cox.net>  [c3720cffcbf23111820e49222c6daf30f02ab210]

Remove DECLARE_LIST( SalFontCache, SalFontCacheItem* )


2011-02-19  Joseph Powers  <jpowers27@cox.net>  [c6bc0ec7f2d4f12b6657ee5edb1061da2e5df7b2]

Remove DECLARE_LIST( SalFontCache, ExtendedFontStruct* )


2011-02-19  Joseph Powers  <jpowers27@cox.net>  [0652ae4bd471a14df87394794fc1bd37eb372a53]

Remove DECLARE_LIST( SalDisplays, SalDisplay* )

It's always easy when they aren't used.

2011-02-19  Joseph Powers  <jpowers27@cox.net>  [f91ebb7e51fcf72f3e7064af95ba6e424d1f0974]

Remove DECLARE_LIST( ImplTBList, ToolBox* )


2011-02-19  Joseph Powers  <jpowers27@cox.net>  [052d00a6e356a1731abef629e4be84319e60eeae]

Some more #include <tools/list.hxx> cleanup

I basically removed them for everywhere and then added back in only the
ones required to get it to build.

I did a "make distclean" on Mac and it worked.

2011-02-18  Joseph Powers  <jpowers27@cox.net>  [5d45f20e65069d3f48c0f3d194cfa83e3e746e27]

Remove DECLARE_LIST( ImplStatusItemList, ImplStatusItem* )


2011-02-18  Joseph Powers  <jpowers27@cox.net>  [4d9c75adf6cae7b30d917322e0dd2212a6597e1e]

Remove DECLARE_LIST( ImplSplitList, SplitWindow* )


2011-02-18  Caolán McNamara  <caolanm@redhat.com>  [c5556e23cf4e619856433a079a17935afde8421c]

tidy this up and be consistent


2011-02-18  Caolán McNamara  <caolanm@redhat.com>  [61e1d71e8d4d5cef9379f555a7e36df29d5b374a]

Try and protect the Indic grapheme/cell skipping with a unit test.


2011-02-18  Caolán McNamara  <caolanm@redhat.com>  [4991331a706a42953dbb3cb424359e9507f80cdf]

Resolves: fdo#33898 Try and use EUDC as first-level glyph fallback font


2011-02-18  Takeshi Abe  <tabe@fixedpoint.jp>  [4299e7c6dca4cded5e1e5780f17889200e68b988]

Removed unused variable


2011-02-18  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [ac7f067881d2afcbd57ed70a52e6cd1d09398493]

Use decimalStringToNumber for natural comparison


2011-02-18  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [4919987ff6a50313925341aad6141249739ea67e]

Added comphelper::string::decimalStringToNumber


2011-02-18  Release Engineering  <releng@openoffice.org>  [14caafb68b7085b58315f870be8f711ed2e6a111]

merged DEV300


2011-02-18  Tor Lillqvist  <tlillqvist@novell.com>  [0c3d975e0a9599c2daf14e7fd54acad559850c1d]

Drop 16-bit Windows code


2011-02-17  Joseph Powers  <jpowers27@cox.net>  [10ad9a22a4eac9f8c221e93abf7da2ac5eb8e2e5]

Remove DECLARE_LIST( ImplBtnDlgItemList, ImplBtnDlgItem* )


2011-02-17  Joseph Powers  <jpowers27@cox.net>  [71a79cf252f39a2f3a0514c6f6baa078e3cb6734]

Remove DECLARE_LIST( ImplAccelList, Accelerator* )


2011-02-17  Radek Doulik  <rodo@novell.com>  [dc3e6b46400c42e0148925c31de43edf9c6fbacf]

Revert "fix cairo canvas regression - do not access polygon points outside range"

 - it is not needed anymore

This reverts commit a898a8cb077c05b1085da8254e66f61aa265b7dc.

2011-02-17  Joseph Powers  <jpowers27@cox.net>  [a8c2a81cc55f91b37f2c513cc7889a3e3f16e2fd]

Remove DECLARE_LIST( ImplAccelList, ImplAccelEntry* )


2011-02-17  Joseph Powers  <jpowers27@cox.net>  [d56053e397b11ba0adc34328717c73d74a0c07fd]

Remove DECLARE_LIST( ImplMoreWindowList, Window* )


2011-02-17  Christina Rossmanith  <ChrRossmanith@web.de>  [28f781cf124dbd1b94c7003ee715a09a9e93bc34]

Removed unused methods


2011-02-17  Ivo Hinkelmann  <ihi@openoffice.org>  [b97ecdf4a046ab9f29e86368317d245ae9c109bd]

CWS-TOOLING: integrate CWS l10nmove


2011-02-17  Ivo Hinkelmann  <ihi@openoffice.org>  [0f0dc820c617660313ed9215fd5edb3a8ec979db]

CWS-TOOLING: integrate CWS gridsort


2011-02-17  Ivo Hinkelmann  <ihi@openoffice.org>  [31ff78a5c8b106333ffc59e1e0ebd75f4b8e9f36]

CWS-TOOLING: integrate CWS locales34


2011-02-17  Radek Doulik  <rodo@novell.com>  [abb5233c0b9b584407b4696f5db2c330ca45b632]

fix edge count calculation


2011-02-17  Julien Nabet  <serval2412@yahoo.fr>  [b9d3e82c547abf924c698190702c5d70d07dbfa0]

fdo#32552 alt key opens "File" menu


2011-02-17  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [8af50dae6df48005cf97b631abfba654ebfeffa6]

#i115784# dtrans: fix #include filenames.


2011-02-17  Joseph Powers  <jpowers27@cox.net>  [ba7b5afa57e3cedeacfb40902322bc7089561335]

Remove DECLARE_LIST( ImplIdleList, ImplIdleData* )


2011-02-16  Joseph Powers  <jpowers27@cox.net>  [1ffdb5fafd8d222365698d0311c95d4fab6b7109]

Remove DECLARE_LIST( StringList_Impl, OUString* )


2011-02-17  Takeshi Abe  <tabe@fixedpoint.jp>  [5931c0debcf4e60c06c9b5595c18fefa9c0ddbc1]

Fixed typo


2011-02-17  Takeshi Abe  <tabe@fixedpoint.jp>  [db3e3b380f7ae79188ed9affa1ac5a5a28892184]

Removed dead code


2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [647858098c3f6ea0cf8eef333bb04facd9aa2a74]

Remove BLC support

http://www.openoffice.org/issues/show_bug.cgi?id=52746

"BLC - borland compiler (OS2, win16) - obsolete"

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [be57f8bdbc111f37504ab9f0a6c5bf2181eefd93]

Remove WTC support

http://www.openoffice.org/issues/show_bug.cgi?id=52746

"WTC - watcom compiler (OS2, WNT?) - obsolete"

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [24e2e6f335afec346b8cb367b69308e42977ef65]

Remove MTW support

http://www.openoffice.org/issues/show_bug.cgi?id=52746

"MTW - metrowerks compiler (mac OS9 ?) - obsolete"

2011-02-16  Kurosawa Takeshi  <taken.spc@gmail.com>  [99564198cdf9b30c73dff02432a61323ff044296]

Use GDK_HAND2 mouse cursor instead of GDK_HAND1

LibreOffice uses GDK_HAND1 for POINTER_REFHAND and GDK_HAND2 for POINTER_HAND.
However there is not much difference between GDK_HAND1 and GDK_HAND2.
GDK_HAND1 means "a right-pointing hand" and GDK_HAND2 means "a left-pointing hand".

Since GDK_HAND2 is much more popular and some cursor themes don't contain cursor file for GDK_HAND1, we should use GDK_HAND2 for both POINTER_REFHAND and POINTER_HAND.

2011-02-16  Radek Doulik  <rodo@novell.com>  [74b3688c6a388f077f6dd01dffee63bb872cce5c]

fix cairo canvas regression - do not access polygon points outside range

(cherry picked from commit a898a8cb077c05b1085da8254e66f61aa265b7dc)

Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [570386760394e505bf7dcc8c61c3948dc4a51659]

Remove SCO support


2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [3facc3bc4b78f049412fc9aef81af462cfec01cd]

Remove HPUX support


2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [c413213c6cd34c6b126a7686f943da749ee2bce9]

Remove TEST* and DEBUG*


2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [e9479d2d6f11c876695f84eba3f6e90e25f90c52]

Remove HDU_DEBUG

OSL_DEBUG_LEVEL > 2 isn't activated anyway so I removed it at this point.

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [62197ad2d0a8073817d8406d304afd0b58372dd5]

Remove unused USED ;)


2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [0e32eb42cef44d79b7fe3b6837f2057a0383d155]

Remove XX_OV


2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [297372733552610b7b260110e8d55dce381bb9b4]

Remove DBG_MI


2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [66e8b4cf1280c43b989dd6a704eb77ee0c953cfb]

Remove unused files from svdde


2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [a125486bfec05d2dbf1831ae0edd448358006fb6]

Remove OLD_CHAOS ;)


2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [bc8cb60173e938fe4b27f877d882faedee7b46a0]

Remove erTEST


2011-02-16  Radek Doulik  <rodo@novell.com>  [a898a8cb077c05b1085da8254e66f61aa265b7dc]

fix cairo canvas regression - do not access polygon points outside range


2011-02-16  Joseph Powers  <jpowers27@cox.net>  [e22d5ab122c46e332060d9d17c342ef33de4cc33]

Forgot to remove the line of code I comment out.


2011-02-16  Joseph Powers  <jpowers27@cox.net>  [3d000f245c4d9c99b953385773767e9a90c53684]

Remove DECLARE_LIST( StringList_Impl, ::rtl::OUString* )


2011-02-16  Joseph Powers  <jpowers27@cox.net>  [165c3e24b85267b484b601e5054fd493092e78df]

Remove DECLARE_LIST( IMPL_ConfigurationListenerList, ConfigurationListener* )


2011-02-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [0d5465e35d032956271b057495a38adfde01b29a]

rebase two more patches to DEV300_m100


2011-02-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [9b62cbe6687a650995029fadc38294872f15e421]

rebase to DEV300_m100


2011-02-16  Joseph Powers  <jpowers27@cox.net>  [fa0c91f700c90d6b5e4201c07cf7c698e471f1a5]

Remove DECLARE_LIST( InternalStreamLockList, InternalStreamLock* )


2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [79a1e9222f6a4772980efa26175b5829abc6ee94]

CWS-TOOLING: integrate CWS accfixes


2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [6c32b55bac0b18c8c8a7081486c3c5ec6b1b8988]

CWS-TOOLING: integrate CWS mongolianlayout


2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [931029a1f590d39128c48ec49c71d427c655bbfe]

CWS-TOOLING: integrate CWS ab80


2011-02-16  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [cc2e1cf9bbf3e793abec2e10be05e350ae8364d8]

Cleanup in comphelper unit tests.


2011-02-16  Caolán McNamara  <caolanm@redhat.com>  [899df094017c479a32e19e751ccb7b1058c032a3]

clear windows warning, struct vs class


2011-02-16  David Tardon  <dtardon@redhat.com>  [c1a6f4e999c18d692b8c0dff46f71b80f44778a1]

WaE: unused variable


2011-02-16  Caolán McNamara  <caolanm@redhat.com>  [06804c0fc64e5bf8a4e9939545ce8bdc427c5bb2]

WaE: ambiguous {


2011-02-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f80a743b2abc08b77b0132c75d7b7e138b9bcf7b]

Fix a crash when using on cygwin with symlinked directories

But only God knows where is actually the root cause of this crash

2011-02-16  Christina Rossmanith  <ChrRossmanith@web.de>  [1bec3a8d6b984e1a48308425eedacd2e191b7669]

fixed spelling menues -> menus


2011-02-15  Joseph Powers  <jpowers27@cox.net>  [c9d5abbf58d577bb162209fdd37957d9d4288865]

Remove DECLARE_LIST( FileStatList, FileStat* )


2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [0fa8890482057cd4feb88cc96d01551f9e3f5036]

Remove HP9000


2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [efb68812b19e1e697af56e0f687c4322d94c4590]

Remove unused and deprecated macros


2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [66dea8c7399e06ba90f386ca4edaf5043d3f45ee]

Remove SINIX


2011-02-15  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [72c077af87526998afa8b2018b2e446e72e2d5af]

fixed compile errors after resync to m100


2011-02-15  Ivo Hinkelmann  <ihi@openoffice.org>  [a397e5f9ad0a6032e4d12d52a60a684cb9f1dc86]

CWS-TOOLING: integrate CWS spc01_DEV300


2011-02-15  Mathias Bauer  <mba@openoffice.org>  [d44259783b2ee4a64902f315fd69d9c38d42bb4f]

CWS mongolianlayout: resync to m100


2011-02-15  Andreas Bregas  <ab@openoffice.org>  [8c06f3559418a7062deff042a6cf03c6093416a1]

ab80: resync to m100


2011-02-15  Radek Doulik  <rodo@novell.com>  [104c373f43f494e059a040c323ea7e2f1b879d7c]

GDIMetaFile::bUseCanvas related changes (prerequisite for fixing n#650049)

 - add GetUseCanvas() for read access
 - update bUseCanvas when playing on metafile

2011-02-15  Radek Doulik  <rodo@novell.com>  [bb6e3a77426bd8815760f6a46914dfc3568527cb]

clean the code a bit


2011-02-15  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [d5fed83f5286c1be0f5431be7845916550d3e264]

accfixes: merged to m100


2011-02-15  Caolán McNamara  <caolanm@redhat.com>  [78bba90d9c0f9bad6140764b37001908e1a0c747]

remove Collator headers


2011-02-15  Caolán McNamara  <caolanm@redhat.com>  [156372046376f5b8346b844df08ccd0668136333]

these fairly heavy weight Collator Wrappers aren't used


2011-02-15  Francois Tigeot  <ftigeot@wolfpond.org>  [05c77c0d10fb43ff4987278fde7b720469a57e03]

dragonfly stuff


2011-02-15  Caolán McNamara  <caolanm@redhat.com>  [6b0b9c1f9bf382a503c0fc34591eb5ab2103a26c]

use Natural sort as default sort for listboxes, etc.


2011-02-15  Caolán McNamara  <caolanm@redhat.com>  [5cee52c4e132bc83d3840213ef303b53f7212989]

use Natural sort as default sort for listboxes, etc.


2011-02-15  Joseph Powers  <jpowers27@cox.net>  [45d5fb96f490600e1c2900dd9159e50ced19509e]

Remove DECLARE_LIST( FSysSortList, FSysSort* )

Note: FSysSort is an int. So I just changed it to a vector< int >. This
should reduce the chance of a memory leek and also speed things up a little.

2011-02-15  Ivo Hinkelmann  <ihi@openoffice.org>  [a98607009903c751cec9b9ae88d9f7e2077a082e]

CWS-TOOLING: integrate CWS vcl118


2011-02-15  os  <os@openoffice.org>  [f3b74edd2f7cee7221f09458e7b7f03aba0e485c]

m100 merged


2011-02-15  Joseph Powers  <jpowers27@cox.net>  [36522f65f9cf5cb39695ef54c0c8a82c77c87e25]

Remove DECLARE_LIST( DirEntryList, DirEntry* )


2011-02-15  Joseph Powers  <jpowers27@cox.net>  [732f667114e8947954e68efc969fbf09d656bffa]

Remove some extra DECLARE_LIST() items


2011-02-15  Jan Holesovsky  <kendy@suse.cz>  [1af3890a426394b1fad3ebf706f4f94991bad7b3]

Fix incorrect use of uno::Sequence.


2011-02-15  Michael Meeks  <michael.meeks@novell.com>  [dc42647b0dcce34d9c7d23758fb28741aae8eb00]

disable EMF+ rendering on windows - it doesn't work yet


2011-02-15  Michael Meeks  <michael.meeks@novell.com>  [5715b3d4200b8d307243a82fdadd898877f5bd63]

catch exceptions from failing UNO-ness, fdo#33785 backstop.


2011-02-15  Michael Meeks  <michael.meeks@novell.com>  [c0266efec94cb185268e2d120d6f6994d7cb59d9]

disable EMF+ rendering on windows - it doesn't work yet


2011-02-15  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [4f72902ccfd8da112954a776e12acff177b6cca8]

chart52: merge with DEV300_m100


2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [08212f41ee9e6321fcba9517c3dbc9da0674ecfc]

Remove HP9000


2011-02-15  David Tardon  <dtardon@redhat.com>  [27807f776bc5ddd91144da9c8c24b7766998174f]

destroy the VCL UNO wrapper as late as possible


2011-02-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7b1016af7b6ab3669c83973eb383e85fbe01776a]

gridsort: post-rebase fixes


2011-02-15  Jan Holesovsky  <kendy@noe.suse.cz>  [03225023fd48a37ed81848ec8c51964e1b5a422e]

Use contstructor instead of assignment, fixes unittest in sc.


2011-02-14  Joseph Powers  <jpowers27@cox.net>  [d9ecc206d98fcb09f4306eb4ca1a5de0d1db8159]

Merge PRV_SV_DECL_REF_LOCK into SV_DECL_LOCK

Also delete some commented out code.

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d37c99c5fe5bb1f3372979d4f5ac14ef3c2fda69]

debuglevels: pulled and merged DEV300.m100


2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d53806ff18ccb545aa7707345327c91b5c508007]

gridsort: pulled and merged DEV300_m100


2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [aef78e6feac8a7c6b3f916bdecebff4aebc7c616]

visibility markup is in the wrong place


2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [954f4e6538ed516848d955b1088788265aeb738c]

squeeze these down in case of StringCompare casting


2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [182be9f9bc4153aba729bb3c64146ff13203d98c]

we can make this const


2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [efb85252da68b4820d7e05e9519c49bcbc874c41]

Adjust this to use a Collator to do the string compare

And a break-iterator to break it up into string/digit sections. A bit over
engineered I guess.

2011-02-14  Kohei Yoshida  <kyoshida@novell.com>  [49d7d62a0236e99f518c7e7c032f1b277cb53b5a]

Correctly display shortcut keys for ';' '[' and ']'. (fdo#32891)

In the keyboard shortcut customization dialog....

On Linux, It's better to use Ctrl+;, Ctrl+[ and Ctrl+] than
Ctrl+semicolon, Ctrl+bracketleft, Ctrl+bracketright, respectively.

On Windows, these key names were empty.

2011-02-14  Kevin Hunter  <hunteke@earlham.edu>  [d9f7de3b9730aefc674d5d6110a29e0f6e58a9a0]

cppcheck: post- to pre- *crement change


2011-02-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c6d9104cb26f416f3505653fd0fcc321b7b3d04e]

l10nmove: loc -> l10n


2011-02-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [3c7a167b1b3c912ef9e5a5ed59fda752dcbe3d35]

fix a merge problem


2011-02-14  Joseph Powers  <jpowers27@cox.net>  [499fbe0376e290aed3ec6d00206a26747329b11d]

Remove class SfxCancelManager

This is only used in binfilter; which has its own copy of the class.
make distclean & make check work on Mac OS X

2011-02-14  Joseph Powers  <jpowers27@cox.net>  [a723f877bc3197bed325603e7ea451140d02486f]

Merge PRV_SV_DECL_REF_SIGNATURE into PRV_SV_DECL_REF_LOCK

The 2nd macro is the only location in the code where the 1st was used.
I think it's easier to read if the 2nd macro has all the code.

2011-02-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [1828789faf8bf29abebde3c2efb974bd92f19566]

rebase to DEV300_m100


2011-02-15  Takeshi Abe  <tabe@fixedpoint.jp>  [868904db755e7bccf0f1e622768414a9508a92d5]

Removed an uncompiled file

Its use has gone at 2004: b24b344741fdd4bd8750ff54ce50b146dc31cc8f

2011-02-14  Michael Stahl  <mst@openoffice.org>  [2f06488896d709237d6b9ad8e40ef537a29edeca]

sw34bf03: merge DEV300_m100


2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [65d3e635ba4a0a609b22e9bb223b5a99a8f67106]

move this (cool) natural sort into comphelper


2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [a871ec81d793c8599f3f40f96155a9196141b76e]

move this to comphelper


2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [dd0e82eccbe2e4eb70c3be66af80f11701f0d20e]

add mode lines to new files


2011-02-13  Joseph Powers  <jpowers27@cox.net>  [4230fc75d3d7c5a99fc1bed237aa30c668e1ca82]

Remove unused macros SV_DECL_IMPL_LOCK & SV_DECL_IMPL_MEMBER_LIST


2011-02-13  Joseph Powers  <jpowers27@cox.net>  [f42519a9ee059eb0f0dc6f51ffa2f9786e66118d]

Remove DECLARE_LIST( ImpSelList, Range* )


2011-02-13  Caolán McNamara  <caolanm@redhat.com>  [45c1171b653c7bf936a5815229795eab1ac50b5e]

cppcheck: reduce the scope of the variable


2011-02-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [50cc506f253f06e63c1c11fd57b8dea83e4ff87e]

debuglevels: silence WaE with uncmaxci.pro+debug


2011-02-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3b7134a685978d202c9ffa4a3b14dcd9dd9ad5e3]

debuglevels: SalRGB.other -> SalRGB.otherSalRGB. Allows compiling with debug an WaE on current Solaris platforms (whether otherwise the identifier 'other' conflicts with another one deep inside boost)


2011-02-13  Tor Lillqvist  <tlillqvist@novell.com>  [cb4c618f9b242087b01dcd18833cfc23c37bd9c1]

Fix x64 Windows build


2011-02-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [dae7bedd9a0da0a650f4cfefe05fec7e73389e40]

WaE variable types in fprintf, specify expected type/add casting


2011-02-13  Joseph Powers  <jpowers27@cox.net>  [d979e959592b9339ee07ca36843ddfb4455ec069]

Remove DECLARE_LIST( GenericInformationList_Impl, GenericInformation* )


2011-02-12  Joseph Powers  <jpowers27@cox.net>  [1af7142ef3ac842ac3a97fbae363e8c9e5c02094]

Don't export bootstrp/sstring.hxx

This file is no longer needed outside of tools.

2011-02-12  Joseph Powers  <jpowers27@cox.net>  [6e99ecaac5c51205f3c1b534ded4776400de73d5]

Remove DECLARE_LIST( UniStringList, UniString* )

This was only used by cuigaldlg.hxx/.cxx. So I moved the defination to the
.hxx. This allowed me to just delete it from this file.

2011-02-12  Joseph Powers  <jpowers27@cox.net>  [376422aac12f322375cc5015ddd573befa2d1465]

Remove unused class SUniStringList


2011-02-12  Joseph Powers  <jpowers27@cox.net>  [941eb9f005e08f413a5341266db2d9a602cbafae]

Remove DECLARE_LIST( ByteStringList, ByteString* )


2011-02-12  Joseph Powers  <jpowers27@cox.net>  [6ee3a0521bf60a49e7c3d35c7c2428799aa4eedb]

Remove some unneeded CDEFS+=-D_TOOLS_STRINGLIST

The only source code that referenced _TOOLS_STRINGLIST was sstring.cxx and
all it did was define it if it wasn't already defined.

2011-02-11  Joseph Powers  <jpowers27@cox.net>  [78bd97554160bf2c676794878d7965e8016ba618]

Remove DECLARE_LIST( ByteStringList, ByteString * )

Alsp fixed some memory leeks.

2011-02-11  Joseph Powers  <jpowers27@cox.net>  [2cc2e5b9a45887a53f01ad2fd324b6ed43f018ef]

Remove DECLARE_LIST( ByteStringList, MkLine * )

Also fix some memory leeks.

2011-02-11  Petr Mladek  <pmladek@suse.cz>  [29b510e2a77f65445831767fe2061a92b6b57279]

use "BrOffice" name if the Brazilian UI translation is used (bnc#33744)

it is not enough to check the system UI setting

Signed off by Michael Meeks

2011-02-11  Alfonso Eusebio  <alfonso_eusebio@yahoo.co.uk>  [fb3f07bf74d533502853e127974a39dd35357cf4]

Remove obsolete Hyperlink Bar from libs-gui

Removed all code related to hyperlink bar from libs-gui repo.

2011-02-11  Takeshi Abe  <tabe@fixedpoint.jp>  [3b8c4baec540c851ebf97d933e11150192defa87]

GetEnglishSearchFontName() searches Takao fonts

Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-02-11  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [5efb77eeba4f0a3b5fc2cda98f13dbe442b28367]

DEV300 masterfix: #i116814,i116838#: fix XCloneable so that tests work again


2011-02-11  Joseph Powers  <jpowers27@cox.net>  [3fa9ccffd2af19e2983824083a08593462545d7f]

Revert removeal of mkfilt.

It seems that this is used manually to create build files.

2011-02-11  Joseph Powers  <jpowers27@cox.net>  [98d5291506c94a068948d43fe83401d0100fdfa0]

Remove an unused build tool addexes2/mkfilt

I did a quick ./g grep and didn't find anything that used it.
I also did a make distclean and smoketest, so it might be ok (Mac OS).

PS: If we added it back in, note that it has a major memory leek related to
the DECLARE_LIST().

2011-02-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [29bdde0dbf5e59edeec0a4d331cdc03641fb2764]

vcl119: #i114356# use PageRange property if application has set it


2011-02-11  Michael Stahl  <mst@openoffice.org>  [dfcca1b37461fe6f2374c07d4bb03baeefe4bbf0]

sw34bf03: merge to-be-m100 DEV300_next


2011-02-11  Andreas Bregas  <ab@openoffice.org>  [54d8da54f6a872499a51367a6ec7293a4b316987]

ab80: Adding changes of cws mib21, ab77, ab77run2, dr77i to dev300

ab77: #163789# Handle class module factories document specific
ab77: #163732# Defer removal of documents until XCloseListener::notifyClosing
ab77: #163808# make VBA symbols Application.ScreenUpdating and Application.Interactive work globally on all documents
ab77: wae
ab77: #163840# read UTF-8 BOM
ab77: #163732# VBA UserForm_Terminate triggered too late while closing document
ab77: minor correction
ab77: assertion: do not call ::rtl::OUString::copy() with negative index
ab77run2: #163869# do not call Class_Terminate VBA macros when document disposes
dr77i: #163941# do not update drawing layer when pasting from clipboard after cut
mib21: #163944# ignore trailing whitespace in Basic source lines
mib21: #163948# allow to manually pack MSVC DLLs into extensions
mib21: #163948# multiprocess build fix
Authors:
Andreas Bregas <ab@openoffice.org>
Daniel Rentz [dr] <daniel.rentz@oracle.com>
Eike Rathke [er] <eike.rathke@oracle.com>
2011-02-11  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [071354e24035aa359b416b17dcd53b6ae8e17f87]

Fixed size computation for toolbar menus with controls (cherry picked from commit 8fc079ad197755ecb6191181de79fb60a6f6ae86)

Signed-off-by: Caolán McNamara <caolanm@redhat.com>

2011-02-11  Caolán McNamara  <caolanm@redhat.com>  [e93adfca1859b618ff0854aeff8b938ef3783f89]

try and use the same spacing between checkboxes and text as vcl does


2011-02-11  Caolán McNamara  <caolanm@redhat.com>  [e854a7889067a298922d44b423148b1ba556151b]

(std|boost)::hash on a const char* hashes the pointer not the contents


2011-02-11  Caolán McNamara  <caolanm@redhat.com>  [2756c9435e5af07a9a1ce93b4bbb76f552bb765d]

(std|boost)::hash on a const char* hashes the pointer not the contents


2011-02-10  Joseph Powers  <jpowers27@cox.net>  [4f8714a7052a0a0474896adc1339cb46b9dd6d39]

Remove DECLARE_LIST( ComponentEntryList, ComponentEntry* )


2011-02-10  Joseph Powers  <jpowers27@cox.net>  [79cd4bb9e39e0c8e80feb3503fd29b1dbb079841]

Remove DECLARE_LIST( UnoControlModelEntryListBase, UnoControlModelEntry* )


2011-02-10  Kevin Hunter  <hunteke@earlham.edu>  [d38e88ed6cfb8cccbd315d63291894ffc3740951]

cppcheck: post- to pre- *crement change.


2011-02-10  Michael Meeks  <michael.meeks@novell.com>  [29e6053738f10979a9a282d4c14de1af0e5538ab]

catch exceptions from failing UNO-ness, fdo#33785 backstop.


2011-02-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [21cc1ebc300babe993bffd686ad2066606998851]

vcl119: #i80730# fix cursor paint behavior and timer


2011-02-10  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [d9787ab9282f6ee79eec4bd009278c109154c48b]

DEV300 masterfix: #i116747#: remove pre-OSX Mac resoure fork definition files (*.r)


2011-02-10  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [5f8990c7ace7ffaf34e887c28f345ccc304d2548]

Add a CompareToNumeric to ByteString & UniString


2011-02-10  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [74355e8c20833e04669a789ed1e1a3faed1c6820]

DEV300 masterfix: #i10000#: fix typo


2011-02-10  Joseph Powers  <jpowers27@cox.net>  [420ba36357262eb3b6ddee0b917dbc8d5aa58b77]

Remove DECLARE_LIST( PopupMenuRefList, uno::Reference< awt::XPopupMenu >* )


2011-02-10  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [619f7a11ae82b626f072a82512b5139fec283067]

DEV300 masterfix: #i116814,i116838#: re-enable test (XCloneable)


2011-02-10  Caolán McNamara  <caolanm@redhat.com>  [b336065890b4d382d496ab8a6dac9ea099f1c23c]

add sample Hangul text for hang script-tag


2011-02-10  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [1bd86adb0f756e755f36a1779ed28c6f4ddf7467]

CWS-TOOLING: integrate CWS hr75


2011-02-10  Caolán McNamara  <caolanm@redhat.com>  [5ff10849437994317ccb2162580fc9722ba724fb]

preview area is a little overlarge


2011-02-10  Luboš Luňák  <l.lunak@suse.cz>  [8dd029aa89f4e980442ddc0361c8831421190823]

properly fix incorrect recent backport

ACK by Kendy

2011-02-10  Nigel Hawkins  <n.hawkins-KK0ffGbhmjU@public.gmane.org>  [25c172bc43ea39b659f421d1da0c5a18f3b5c22f]

Remove last traces of SvBytes from svl


2011-02-10  Nigel Hawkins  <n.hawkins-KK0ffGbhmjU@public.gmane.org>  [fb1eb425ffe023a9126cfa1e190cf77e9ebdeae3]

Remove SvBytes completely


2011-02-10  Takeshi Abe  <tabe-wFAinkBuZDxhPPLSxPa2lQ@public.gmane.org>  [1f6e66c431b58904829f60a94a0f45e8b87f349e]

fix memleak


2011-02-10  Takeshi Abe  <tabe-wFAinkBuZDxhPPLSxPa2lQ@public.gmane.org>  [11f000805d2b05de3badfa7a3fc590cdc7dfad75]

remove dead code


2011-02-09  Kohei Yoshida  <kyoshida@novell.com>  [33627b90c9ba8015a2c37bf1b59105c790c1b13d]

Perhaps the font layout capabilities should be read only once per font?

Or else the boolean data member makes no sense.  The mac code does it
that way too.

2011-02-09  Kohei Yoshida  <kyoshida@novell.com>  [797c363346185bf84a19950c2299d682e0ffc4d9]

Fixed a build breakage on Windows re FontLayoutCapabilities change.


2011-02-09  Thomas Arnhold  <thomas@arnhold.org>  [39bc2d02c71b804565d275089d67a323d1e775b9]

Remove unused basic/workben


2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [edbc91b090daa443bb78c867ca64a3ef43a8cf91]

Trying to remove the stlport mention from the code


2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d40e80813a9475bd6a6cb30a1ab6a26ccfca53b1]

Removing the ext_std masterpiece


2011-02-09  Thomas Arnhold  <thomas@arnhold.org>  [4f38ce0b565ff22a17da005229c20e3685f2d908]

Remove old modified message


2011-02-09  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [a2703ea33e437e869ded4e835caae5da86f0eb39]

CWS-TOOLING: integrate CWS ivo30


2011-02-09  Joseph Powers  <jpowers27@cox.net>  [72157ed84eb6169a95f7182b8763de9c696de237]

Since the prototypes are const, the method should also be const.

PS: Also a missing ";"

2011-02-09  Joseph Powers  <jpowers27@cox.net>  [802e2ab87b524279c83865ca76a7cfe7881f0ff7]

Delete some unused code

Also some trailing whitespace in the editbrowsebox.hxx

2011-02-09  Radek Doulik  <rodo@novell.com>  [7de8695f19626c764a4b43cfb30179525d9a5956]

GDIMetaFile::bUseCanvas related changes (prerequisite for fixing n#650049)

 - add GetUseCanvas() for read access
 - update bUseCanvas when playing on metafile

2011-02-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [231c08745dbf29068bb13054eebc415bd2be46ca]

vcl119: #i116131# catch meanwhile invalid pointers


2011-02-09  Caolán McNamara  <caolanm@redhat.com>  [d2962abe43766bc94deb808b808b7c1ff1d25617]

revert this as its orthogonal to the font capabilities


2011-02-09  Francois Tigeot  <ftigeot@wolfpond.org>  [e98d7c6284344e7411ea40443de03f7c941ea6a8]

Show exception message


2011-02-09  Caolán McNamara  <caolanm@redhat.com>  [d3a45a1f667b0c11146ded5abe2af52c21e26d76]

Resolves: fdo#33510 A way to query about likely font layout capabilities


2011-02-09  Caolán McNamara  <caolanm@redhat.com>  [a8e88da77e8f73ee2d55249361db9115d454679e]

Resolves: fdo#33510 better font preview for Arabic/CTL fonts


2011-02-09  Joseph Powers  <jpowers27@cox.net>  [dab17b16bbdd36c645b73b6064a130e10982d58a]

Remove DECLARE_LIST( ImpFilterList, ImpFilterItem* )


2011-02-08  Joseph Powers  <jpowers27@cox.net>  [c2bcd53df63fc20c16dd14d84df566839fdcd4fa]

Remove DECLARE_LIST( UniStringList, UniString* )


2011-02-08  Joseph Powers  <jpowers27@cox.net>  [ab3d78a5aee9dfb82a0fdca2afe9197597953198]

Remove a comment out DECLARE_LIST

The easyiest type.

2011-02-08  Tobias Rosenberger  <son@ich-habe-fertig.com>  [88a40376969cb4154f1649c2b2eb4a2ca0343690]

translated parts of German comment in svtools/inc/ruler.hxx


2011-02-08  Kenneth Venken  <kenneth.venken@gmail.com>  [6656b1d7cfd2ec840e93b95a7c168ea88ca22777]

Refactor gendict


2011-02-09  Tor Lillqvist  <tlillqvist@novell.com>  [b7b10a26601cc83914d15a8703eb923df5084234]

prewin.h already includes <windows.h>


2011-02-08  Caolán McNamara  <caolanm@redhat.com>  [f9cccf77514c6c572986cfab0423da53438f6437]

add in AIX here as well


2011-02-08  Baptiste Daroussin  <bapt@freebsd.org>  [ecbec07771b518617c188a0a6ef182195214de0e]

LD_LIBRARY_PATH fix for freebsd


2011-02-08  Eike Rathke  <erack@openoffice.org>  [08ed2a3f5c53d67b9190666c3f42eee092ffc033]

locales34: #i116701# display all digits of era year in era based calendars also for SHORT_YEAR


2011-02-08  Thorsten Behrens  <tbehrens@novell.com>  [bca38f48296305f1dfc48416691159d3e0d4bf44]

Added iota to stl compat header, switch canvas to use that


2011-02-08  Luboš Luňák  <l.lunak@suse.cz>  [3c45b1a733f56aa9e622fddd0c8832b32c5a933b]

revert USHORT->size_t change, breaks build

clone/components/cui/source/tabpages/borderconn.cxx:215:1: error: narrowing conversion of '-1u' from 'size_t' to 'short unsigned int' inside { }

2011-02-08  Eike Rathke  <erack@openoffice.org>  [df6240551bacea8614c08b4c643f9b9316cb7f4d]

locales34: merge m99


2011-02-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [01dc580419e0707f346dc780c07d4ed5d53cbca8]

Port stuff to our private implementation of SGI extensions


2011-02-08  bjoern.michaelsen@canonical.com  <Bjoern Michaelsen>  [462b3d61e352189d3d4c71acb7f62f6919381fd1]

lp#696527: enable human icon theme in LibreOffice (cherry picked from commit 00b43fc0d82950e2abc57cca3746d395252bc9e0)

Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-02-08  Joseph Powers  <jpowers27@cox.net>  [27f2608c5d1deb6cfc8c7e56239563815588e015]

Remove DECLARE_LIST( ValueItemList, ValueSetItem* )


2011-02-08  Mathias Bauer  <mba@openoffice.org>  [28ffd925230908e78f6cdf4ebaad86820cd0fe8f]

CWS gnumake3: resolve conflicts after pulling in cws removetooltypes01


2011-02-08  Caolán McNamara  <caolanm@redhat.com>  [dccdf3fba8ee8224259b0e03496a7d4191670d7d]

GetTaskItem unused anywhere


2011-02-08  Tor Lillqvist  <tlillqvist@novell.com>  [aaffd8e311f5fc8e074506b705771e42a6e51745]

Move prewin.h and postwin.h to solenv and adapt


2011-02-08  David Tardon  <dtardon@redhat.com>  [0ec0893ce8b8d9a023da1479739dfba9117f5239]

do not derive from std::list


2011-02-08  Mathias Bauer  <mba@openoffice.org>  [9428bb323f9ea1855d464583d76501f5e195cfab]

CWS gnumake3: pull in cws removetooltypes01


2011-02-08  Thorsten Behrens  <tbehrens@novell.com>  [0f4b5e19fcc872bc7a452edc66cbcb6ce413b5d7]

Remove last remaining SGI-ism from basebmp

Get rid of std::project2nd, which is an SGI extension to STL.
Permits build against compiler-provided stl, no need for stlport
anymore.

2011-02-08  Takeshi Kurosawa  <taken.spc@gmail.com>  [cc7391712b64f0b805eaeeed6bc5b548003ca2d4]

Encapsulate calculation of gradient bounding box to Gradient::GetBoundRect

Export filters need to get gradient bounding box.

Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-02-08  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [25fce4988d40042bdb2d754888dec36a3858ee1c]

Fixed crasher introduced by commit #196197b2


2011-02-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f2dd092d577fc60fbfd5eaf90e47924dda13bd8a]

std::bit_vector -> ::std::vector<bool, std::allocator<bool> >


2011-02-07  Joseph Powers  <jpowers27@cox.net>  [1b4db06c87782d6281c7af2f5ae94568f64a557c]

Remove DECLARE_LIST( ImplTaskSBItemList, ImplTaskSBFldItem* )


2011-02-08  Jan Holesovsky  <kendy@suse.cz>  [4e043a2fff67ec6124f5772b47e533f5521e29cc]

Fix comphelper parallel build, so that the tests may run.


2011-02-08  Jan Holesovsky  <kendy@suse.cz>  [ec429247fb8613ab7e030d42db8efbc75bed6e8f]

Merge remote branch 'origin/libreoffice-3-3'

Conflicts:
	vcl/unx/kde4/KDESalGraphics.cxx
	vcl/unx/source/gdi/salgdi.cxx

2011-02-07  Thomas Arnhold  <thomas@arnhold.org>  [195e11ae09df2c1189e77c6609f9cada2d8d816e]

Remove some dead code


2011-02-07  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [e96af00f42a3ae85f3a538e7d3ff6c015b4b98a8]

hr75: #i116747#: remove obsolete copyright notices


2011-02-07  bjoern.michaelsen@canonical.com  <Bjoern Michaelsen>  [00b43fc0d82950e2abc57cca3746d395252bc9e0]

lp#696527: enable human icon theme in LibreOffice


2011-02-07  David Tardon  <dtardon@redhat.com>  [e733989c94603878b4ac4cf08125fde303c55879]

actually enable the STL adaptation


2011-02-07  David Tardon  <dtardon@redhat.com>  [131a1f0fe7655cf5b039c342c385318212608a44]

TESTSHL2LIB does not exist anymore


2011-02-07  Carsten Driesner  <cd@openoffice.org>  [d8227e38864d8fc74a754ef86919528872d5783c]

removetooltypes01: #i112600# Fix build problem after rebase in toolkit


2011-02-07  Carsten Driesner  <cd@openoffice.org>  [95b5d2acfc064710a0fde22d3bd831feed324efc]

removetooltypes01: #i112600# Fix build problem after rebase in vcl


2011-02-07  Joseph Powers  <jpowers27@cox.net>  [868303b7accf4ab0a8c3b40a766cf52d5f7195ff]

Remove DECLARE_LIST( ImplTaskItemList, ImplTaskItem* )


2011-02-07  Carsten Driesner  <cd@openoffice.org>  [4fd337689f1bc9f8e584cc2d3dfe126f27fa18c2]

removetooltypes01: #i112600# Fix problem after rebase in svl


2011-02-07  David Tardon  <dtardon@redhat.com>  [79b76265a16ab7cb2198aee50bf5621815d8d7f6]

add (pre|post)extstl.h around cppunit headers


2011-02-07  Carsten Driesner  <cd@openoffice.org>  [257a777d51156d8b5519e68cedca92d27f6ad1c3]

removetooltypes01: Rebase to DEV300m99


2011-02-07  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [8fc079ad197755ecb6191181de79fb60a6f6ae86]

Fixed size computation for toolbar menus with controls


2011-02-07  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [560ee224078b7b153c8acf305d5e3387dc46bcbc]

Fixed ToolbarMenu drawing text over controls if any


2011-02-07  Xisco  <xisco@Xisco-PC.(none)>  [1d5b1333fb1f5741ca9527b5e2060a2d60059aee]

fix cppcheck errors and warnings


2011-02-07  Wilhelm Pflueger  <Wilhelm.Pflueger@web.de>  [9d42e6936b0725c39e4514d18edee16d478a67f3]

Removed odd line.


2011-02-07  Wilhelm Pflueger  <Wilhelm.Pflueger@web.de>  [3c8a234a8bcd0e75615c3a477aa062990ef9a71e]

Re-animated tests that were based on deprecated testshl.


2011-02-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d449df56d95459a83457495fb8e6a24d3fa300b7]

little cleanup of comments


2011-02-06  Andreas Sliwka  <andreas.sliwka@gmail.com>  [6e2ce8b1de83ec6c44e118b7c41fee022b98bbb0]

translate some German comments


2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [b78b0b52d7656ac0c1aeeaadff320396299d3175]

Remove dead code


2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [8c25607adc2363da0c3619acf4bf3c4f60582b8f]

Correct OSL_DEBUG_LEVEL usage

- remove values greater than 2
- move level 1 for debug_printf() to level 2 as it's user defined output
  and it gets defined at level 2 in salframe.cxx for example.

2011-02-05  Joseph Powers  <jpowers27@cox.net>  [d3db3ae7565d18acbda68dc1e7ca95b8646a2c6d]

Remove DECLARE_LIST( ImplHeadItemList, ImplHeadItem* )


2011-02-05  Joseph Powers  <jpowers27@cox.net>  [4a94538e9ba45ce65148d85ffa2dee52c5275ef8]

Remove DECLARE_LIST( ImplFontList, ImplFontNameListData* )


2011-02-05  Joseph Powers  <jpowers27@cox.net>  [196197b206b3404b331895a5444ec5ce45b4bf1b]

Remove DECLARE_LIST( ImpLineList, ImpLineListData* )


2011-02-05  Joseph Powers  <jpowers27@cox.net>  [1ea1910f738406085b0acc4dfe43a84a3fe93f97]

Remove DECLARE_LIST( ImpColorList, ImplColorListData* )


2011-02-05  Joseph Powers  <jpowers27@cox.net>  [389344e5efbe9084a90e66667078fad7b78d57d8]

Remove DECLARE_LIST( NewDocList_Impl, ::rtl::OUString* )


2011-02-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [27fac980087ff7648ba480de11e1055c5cef432e]

some more std::hash_map::resize rests removed


2011-02-04  Joseph Powers  <jpowers27@cox.net>  [c8654eacdcb75d97218d9dcd70347f7ac974904b]

Remove some more INCLUDED_HASH_MAP guards.

INCLUDED_HASH_MAP is used for <hash_map> also which can cause issues.
unordered_map.hpp has it's own internal guard so its safe to just remove
the exernal guard.

2011-02-04  Joseph Powers  <jpowers27@cox.net>  [babcd2d0075e8a60825d5a87f2589f7a2ef54baa]

Remove the #include guards. The .hxx file has it's own guards.

Also add #include <vector> to work around a boost issue.

2011-02-04  Tobias Rosenberger  <son@ich-habe-fertig.com>  [905bb143ff4355b55d3c5d76b2f252f732c2df7e]

Translated parts of German comment in inc/ruler.hxx


2011-02-04  Rene Engelhard  <rene@debian.org>  [55b64863ec6eec23de004be6de7bcea7d47d806c]

add explicit QRegion* for clipRegion to fix compile


2011-02-04  Michael Stahl  <mst@openoffice.org>  [a2909176808335bdaaeb0d6a423a52d7e2c136f0]

gnumake3: toolkit: disable unoapi test UnoControlDialogModel


2011-02-04  Joseph Powers  <jpowers27@cox.net>  [6ecdae26517b89ee6707eea336b9251f5e493d1f]

boost::unordered_map<> doesn't support resize()


2011-02-04  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [0218f1016207cb20b6ad8a5d521e667a5e4b1861]

No resize for boot::unordered_map.


2011-02-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [78edcb1160bd4fa45170bc21ce3f31f10d00d172]

gridsort: need another include after the rebase to m99


2011-02-03  Joseph Powers  <jpowers27@cox.net>  [974d747369d4e41c1e3c31ec704530e200ffbe3d]

Remove DECLARE_LIST( HistoryList_Impl, FolderHistory* )

Also found some memory leeks...

2011-02-04  Fridrich Strba  <fridrich.strba@bluewin.ch>  [8a0b6109a35ffa2841a37efa42628fc2ba7e0da7]

std::hash -> boost::hash


2011-02-04  Fridrich Strba  <fridrich.strba@bluewin.ch>  [d3a2c05c6481755cc6e11dba5feee4e4a6aef26b]

use boost::hash instead of std::hash


2011-02-04  Fridrich Strba  <fridrich.strba@bluewin.ch>  [7663a623e41406c16140a955003b0073dba2fdf3]

Bulk move libs-gui to boost unordered containers


2011-02-03  Chris Carpenter(mordocai)  <mordocai@gmail.com>  [2f0b0c37e7f1817c826b8ecf9bf841990b84f0ac]

Complete Easy Hack: Remove obsolete BmpColorMode enum


2011-02-03  Mathias Bauer  <mba@openoffice.org>  [63a3bb846802463d47d2b789d79208fda4ae53b2]

CWS gnumake3: some problems found in rebuild after resync


2011-02-03  Peter Jentsch  <pjotr@guineapics.de>  [c0d3ecab12f990b0c534c690ba4ea7d5c79860e9]

New sax documenthandler adapter.

A simple adapter for sax document handlers and is a prerequisite of
the new flat odf export implementation.

2011-02-03  os  <os@openoffice.org>  [a77d0646b031563c953d829c10f9a72436680469]

initialize boolean value


2011-02-03  Mathias Bauer  <mba@openoffice.org>  [127294646845f9963a13a563ecf773665f37605e]

CWS gnumake3: resync to m99


2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [beb9c9637d4d27c113aaadf860868b838e0558ba]

fix copy ctor and assignment sigs


2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [bc2e289368259e820c0110fac73aae29f399f22c]

fix up some includes


2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [470263b82373187452832299c7cf1442a43b4cd9]

Related: fdo#33510 right align symbol preview area and center text on line

Stick the symbol preview over on the right, do more careful shrinkage of fonts
to fit height if neceessary, chop bits off the preview text to get it to fit in
available space to make it looks pleasently aligned.

Be way more careful about centering the text in the available area.

2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [49c72c82b2b6301d6e9fcff309fd7381b1b2b02b]

Related: fdo#33510 identify known symbol fonts that don't advertise as such


2011-02-03  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [d480d544e2f0630d536c164d7fcb909a61e5facc]

chart52: merge with DEV300_m99


2011-02-03  Mikhail Voytenko  <mav@openoffice.org>  [ff095e9bb7793782c9a7c13d43c1c801cb3c6127]

removetooltypes01: #i112600# adjust cairo-related source code in canvas


2011-02-03  Mathias Bauer  <mba@openoffice.org>  [95efc5bb48e1fcf0677dd48483d74c5fe3c6fb0c]

CWS gnumake3: gcc warning fixed


2011-02-03  Mathias Bauer  <mba@openoffice.org>  [234b994ea95a3f532b7b402e9fd2ee907df63844]

CWS gnumake3: clean up mingw stuff after adding STDLIBS


2011-02-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [37611627fb4206928e4012858bd88673f700cb70]

pulled and merged DEV300.m99


2011-02-02  Joseph Powers  <jpowers27@cox.net>  [baca441250208ba80a059a516647e7eefa690f6c]

Remove DECLARE_LIST( StringList_Impl, OUString* )


2011-02-02  Joseph Powers  <jpowers27@cox.net>  [8b7cbdf258f1515e72ae62d9286a13241fb1a249]

Remove some commented code


2011-02-02  Joseph Powers  <jpowers27@cox.net>  [524039eba26f4d16f058f008d353aaad036c8638]

Remove DECLARE_LIST( RectangleList, Rectangle* )


2011-02-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e5753897d2221f849d02a4dae1de448b3190482b]

gridsort: disabled a test which currently fails on Linux


2011-02-02  Jonathan Callen  <abcd@gentoo.org>  [ae795936750a714ec523cfa52d593625e59804b5]

Convert tools/list.hxx usage to std::list


2011-02-02  Mathias Bauer  <mba@openoffice.org>  [513fa25ad2fe3d827f70626d76e0e707a24fdf19]

CWS gnumake3: rename gb_StdLibs -> gb_STDLIBS; remove explicit linking of individual standard libs from makefiles; fix export problem in framework


2011-02-02  Joseph Powers  <jpowers27@cox.net>  [c97e6bafd6b7c4bf6af8aafdc6597a757c327238]

Remove DECLARE_LIST( BrowserColumns, BrowserColumn* )


2011-02-02  Mikhail Voytenko  <mav@openoffice.org>  [f5bfb74ea425798673824999ee76a77ef676c3d0]

removetooltypes01: #i112600# fix wrong type usage


2011-02-02  Kohei Yoshida  <kyoshida@novell.com>  [be0393f12c023de49dace77f50db9e168a56b303]

i18npool now depends on cpputools for regcomp for its unit test.


2011-02-02  Ivo Hinkelmann  <ihi@openoffice.org>  [948d004a475dee6b86788adaf495a74c16124935]

ivo30: #i116651# fix for unlocalized help


2011-02-02  Joseph Powers  <jpowers27@cox.net>  [fcad67121977628f4a6bfc47536aee859516e8ac]

Remove DECLARE_LIST(SvAddressList_Impl, SvAddressEntry_Impl*)


2011-02-02  Caolán McNamara  <caolanm@redhat.com>  [f18e99ec0d7264a59e7356532334197578f67bab]

enable the breakiterator line break test


2011-02-02  Thomas Arnhold  <thomas@arnhold.org>  [cbc679efa5dcda07ffd14824d1c5c0fb21a7e5ab]

Clean up makefiles


2011-02-02  os  <os@openoffice.org>  [f4729dab3b1bcd057fc569d712163e37c387d0cf]

os146: gnumake3 merged


2011-02-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c7b1581ac5796c5bdfe684ce468cf06747918154]

gridsort: when cancelling a column sort by releasing the mouse outside the start column, properly recover the handler state


2011-02-01  Joseph Powers  <jpowers27@cox.net>  [cdb020f73c421191bacae4325db8ddca430b6c38]

Remove DECLARE_LIST( UCBStorageElementList_Impl, UCBStorageElement_Impl* )

Also:
- Fixed 2 memory leeks: UCBStorage_Impl::Commit & UCBStorage_Impl::Revert
	They where erasing the list item but not deleting the object.
- Fixed the code to not skip the element after a removed item.
	UCBStorage_Impl::Revert & UCBStorage_Impl::Commit

The code passes smoketest.

2011-02-01  Michael Stahl  <mst@openoffice.org>  [3059581035523f6f19f2d403810623c2c1afa950]

gnumake3: remove loads of obsolete dmakefiles


2011-02-01  Michael Stahl  <mst@openoffice.org>  [8b79b54a6d04eeab5113c7bd0a753d98ca4a14fc]

gnumake3: remove obsolete cppunit test in comphelper


2011-02-01  Michael Stahl  <mst@openoffice.org>  [c72941db6c1aa92c91db9287e8d8b33d39126fc1]

gnumake3: convert some dmake files for tests to gbuild


2011-02-01  Michael Stahl  <mst@openoffice.org>  [27d71ecde436863b1ffc671eaf153a85822ff972]

gnumake3: remove dmake files for tests in converted modules


2011-02-01  Mathias Bauer  <mba@openoffice.org>  [7f116b0732f61c28553f4a94911ed46705c24384]

CWS gnumake3: use standard linked libs on Windows


2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [e83a41564e1780e36ad2affd3dce2aa3939972db]

Clean up makefiles


2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [6703163cd201792d6bc9976a56072cfa4509484b]

Remove RCS information


2011-02-01  Joseph Powers  <jpowers27@cox.net>  [e3e3b8d6b0b2a6c89cdfa8c1fe26f722d108d375]

Remove DECLARE_LIST( FileStringList, String* )


2011-02-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [4e44602b40d61f8b80480c453ac12f7a1b281cb9]

vcl118: #i65970# revert earlier changes


2011-02-01  Ivo Hinkelmann  <ihi@openoffice.org>  [04ecd378b246cc2ee4c15843ee80b6407010968a]

l10nmove: #i116586# Move l10n module into own repository


2011-02-01  os  <os@openoffice.org>  [bb126840d46e6230f40d9f4f8013e923076ba08d]

m98 merged


2011-02-01  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [fa3f44bafd4804cbdad2b52b07e57ab65a31e5ae]

Update from sibling repository.


2011-02-01  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [79e92eacb2102f846e27b23496bc9d28dcd5377f]

#i115784# Valgrind: conditional jump or move depends on uninitialized value(s).


2011-02-01  Vladimir Glazunov  <vg@openoffice.org>  [a2d578cda3a94b8a28c8030a173bb69cf91e5aad]

CWS-TOOLING: integrate CWS writerfilter09


2011-02-01  Caolán McNamara  <caolanm@redhat.com>  [b77f7f6cf6cf8789d82f1cbda7298fc290728143]

exclude the localized style names from the cachemap


2011-02-01  Vladimir Glazunov  <vg@openoffice.org>  [bdf831413e608a6600fc1dfce2590883ef08cb46]

CWS-TOOLING: integrate CWS dba34b


2011-02-01  pgajdos  <pgajdos@novell.com>  [650ad1697d1e8087159f6c7de51e36a9ae428de4]

Fixing font style languages.


2011-02-01  Michael Meeks  <michael.meeks@novell.com>  [1a4f2c597e4881271d6ffe1a4d726ec738f66b7e]

remove obsolete m_bSingleAltPress (cherry picked from commit a63e78439ca947499a4678cea4dd8e9e07054ab9)

Signed-off-by: Caolán McNamara <caolanm@redhat.com>

2011-02-01  Lucas Baudin  <xapantu@gmail.com>  [ba110ce308ac66d568a1f6430d4e3217a1849716]

Remove the menu when Left Alt Key was pressed; for GTK (cherry picked from commit db1f9d326bdd678c177eea337997b3c0aefa0c19)

Signed-off-by: Caolán McNamara <caolanm@redhat.com>

2011-02-01  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [f58ea508ad11a0ad4b581ef51e7a307d1cf87f48]

fdo#33459: year of era in long format for zh_TW by default


2011-01-31  Julien Nabet  <serval2412@yahoo.fr>  [d535b736f8f864f7fe6cdd23ef339af8038ec795]

Some cppcheck cleaning


2011-01-31  Michael Meeks  <michael.meeks@novell.com>  [229282ceaaf975cc4d41d79fd48fb946ecef0e39]

fix branching on un-initialized memory in some cases


2011-01-31  Thomas Arnhold  <thomas@arnhold.org>  [bdd03adc633764d7386513333655eb838300ded8]

Remove RCS lines.


2011-01-31  Jesús Corrius  <jesus@softcatala.org>  [c73ce65d4269861712a1febbc69c1c39193914e0]

Fix wrong collation for Catalan language


2011-01-31  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [62551a6801e844f623c9867261f6dea9ee333f0b]

fdo#33459: year of era in long format for zh_TW by default


2011-01-31  Mathias Bauer  <mba@openoffice.org>  [23592e16f504e0ef091f282b22ee138ed1d478a0]

CWS gnumake3: workaround for cygwin coredump; don't create deliverlog in parallel


2011-01-31  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [8afb36d1af6d9fe97743589d1f1991af25b8a06d]

Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b


2011-01-31  Kurosawa Takeshi  <taken.spc@gmail.com>  [734b3160092a6eb001595ee86ffa880fde378c99]

Remove GradientWrapper

These files are not compiled.

2011-01-31  Lucas Baudin  <xapantu@gmail.com>  [687cd010e67ff760c04c14660b4b5e4dc3cdfa1e]

GTK: Use gtk vseparator instead of native one for the toolbar


2011-01-31  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [561f066289a8bb0d7b72976c69d21475e61229bf]

gridsort: pulled and merged latest changes from CWS dba34b


2011-01-31  David Tardon  <dtardon@redhat.com>  [b2e6d88bb08187c6f816124fa9494cad51e42f51]

use the right variable

Not that it matters much, as nWheelBehavior has the same value...

2011-01-30  Andy Holder  <andy.m.holder@gmail.com>  [4bbfae7e5f2f70fd159b8519519b9cc4d6c11cc2]

cppcheck: Prefer prefix ++/-- operators


2011-01-30  Caolán McNamara  <caolanm@redhat.com>  [6ce730bef2b7ab768c6a9daf80fdd23445b7adc7]

fdo#33349 archaic 'Berling Antiqua' claims to also be 'Times New Roman'


2011-01-30  Jesús Corrius  <jesus@softcatala.org>  [affa15b894b66b3d12d00ab1ad3c567ade88800e]

Fix wrong collation for Catalan language


2011-01-30  Mathias Bauer  <mba@openoffice.org>  [a5f2498bbac25c48ffdab7c323627d88cd80da6f]

CWS gnumake3: merge minibranches


2011-01-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e5a09b66ec5e261159a78eb74c3caee3ef6353e8]

Revert "Work around compilation errors on 64-bit Windows"

This reverts commit a82aae8c5da6d708ff0efd17d28548f6d2fa5cc0, which breaks
directx canvas build on Windows 32-bit

2011-01-30  Eike Rathke  <erack@openoffice.org>  [08fd6d938c9e74ab4b0bfbd2f420e516da471e91]

locales34: #i116483# add Lojban [jbo] locale data; contributed by <ambershadow> via it46, with corrections


2011-01-30  Eike Rathke  <erack@openoffice.org>  [2305eb353f5a8f1e97f4df591b7a55285aadd579]

locales34: chmod -x


2011-01-29  Thomas Arnhold  <thomas@arnhold.org>  [18a459d404517588c09471838ce4b90b394ff344]

Remove OV_DEBUG.


2011-01-29  Thomas Arnhold  <thomas@arnhold.org>  [1e05c5e6c9be32e67e499e61257de1d35776d3f1]

cppcheck: remove unused variable aBuf.


2011-01-29  Thomas Arnhold  <thomas@arnhold.org>  [49ac29e457de1bab3ae43291f384c1918a83756c]

cppcheck: remove unused variables.


2011-01-29  Thomas Arnhold  <thomas@arnhold.org>  [44b15a9542cd759e501781a6c03b4340a73d79f3]

cppcheck: remove unused variable pTrans.


2011-01-29  Thomas Arnhold  <thomas@arnhold.org>  [aadecb3676cd1bae6d72c758bc9c5ed57ab11307]

Remove unused variable errMsg and dead code.


2011-01-29  Thomas Arnhold  <thomas@arnhold.org>  [110393a97d6e0626e43da60500d23d1d47742210]

Remove double line spacing and unused code.


2011-01-29  Jonathan Callen  <abcd@gentoo.org>  [f60230633bf937a87a963f0969ed449b6ff533db]

Remove unused SalFontStructList


2011-01-29  Caolán McNamara  <caolanm@redhat.com>  [d1fa75c09bfd65232fab21712fde7daac736e78e]

Resolves: fdo#31271 wrong line break with ( (cherry picked from commit f36959ea3f48c491739deee1e152240ece9397f1)


2011-01-29  Caolán McNamara  <caolanm@redhat.com>  [f36959ea3f48c491739deee1e152240ece9397f1]

Resolves: fdo#31271 wrong line break with (


2011-01-28  Michael Meeks  <michael.meeks@novell.com>  [a63e78439ca947499a4678cea4dd8e9e07054ab9]

remove obsolete m_bSingleAltPress


2011-01-28  Lucas Baudin  <xapantu@gmail.com>  [db1f9d326bdd678c177eea337997b3c0aefa0c19]

Remove the menu when Left Alt Key was pressed; for GTK


2011-01-28  Mathias Bauer  <mba@openoffice.org>  [1fbec9492f92e35d3751244b7a90f35e303017d1]

CWS gnumake3: extract.hxx cppuhelper->comphelper


2011-01-28  Nigel Hawkins  <n.hawkins@gmx.com>  [fe4fb1e7480000bcb64e7c7b13cc0e55fc429628]

Remove SvShorts


2011-01-28  Thomas Arnhold  <thomas@arnhold.org>  [88d6104236dee2f154c590d1ec3895ffb225dcc6]

Replace suitable equalsAscii calls with equalsAsciiL.


2011-01-28  Thomas Arnhold  <thomas@arnhold.org>  [804af5e48eec0f1dbdc63d96b2687d18d23b7eb9]

Replace suitable equalsAscii calls with equalsAsciiL.


2011-01-28  Caolán McNamara  <caolanm@redhat.com>  [c0a4eba8de77b2e021acf36eb618f9a8014803f9]

Related: fdo#31016 document one-liner to disable it for testing


2011-01-28  Khaled Hosny  <khaledhosny@eglug.org>  [d8dd138a3228df9e9cfd0a1a19aa320a3a1ccb6d]

Resolves: fdo#31016 try some bandaids to improve Arabic rendering


2011-01-28  Lucas Baudin  <xapantu@gmail.com>  [ad7584a2acbfe42e005188e2379bda49a7e880e2]

fix fdo#33473: bin duff 'togglebutton' detail hurting Ambience theme.

cf. https://webstats.gnome.org/GTK%2B/ThemingInternals
(GtkToggleButton is a subclass of GtkButton)

2011-01-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fb93d84f568e64df306649dbca31ea27cd1d0d88]

gnumake3: missed renamed component file for comphelper


2011-01-28  Vladimir Glazunov  <vg@openoffice.org>  [1c8280dcb687247a34d26b206d33c1cbe5a0513d]

CWS-TOOLING: integrate CWS tabcontrol


2011-01-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0208adf783ea5049466350b1cdeac6fe6c4769de]

gnumake3: remove comphelper version; fix including extract.hxx


2011-01-28  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [908eec42a7fbc735b92d11c93be9b6ce514d53e0]

Automated merge with ssh://hg@hg.services.openoffice.org/cws/tabcontrol


2011-01-28  Vladimir Glazunov  <vg@openoffice.org>  [a11db696ad36c17408414b4b55a499840c6b8329]

CWS-TOOLING: integrate CWS undoapi


2011-01-28  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [0ad236344b2b8b709c2362a2f5f03868e1e1725b]

tabcontrol: merge master


2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [8fbfceebdfb7f44cee68d4039a99c6d910102098]

undoapi: pulled and merged DEV300.m98


2011-01-28  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [d026a2bb31cc30fa60179bef9079b45e05a7f827]

Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300


2011-01-28  Carsten Driesner  <cd@openoffice.org>  [ad8726bac8e64c1758ce155f5f04f313e823d45f]

removetooltypes01: #i112600# Fix build problems with gcc on Linux x64


2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2a27fb32d1d1e9a1818137ab04ae23720b20bf65]

dba34b: do not use a throbber image which doesn't fit into the window


2011-01-27  Eike Rathke  <erack@openoffice.org>  [310b4aacb0ad73e346f1cdb410fc07ec766f6dc0]

locales34: #i112240# for system icu >=4.4 add Close_Parenthesis to $CL Close_Punctuation; patch from <cmc>


2011-01-27  Eike Rathke  <erack@openoffice.org>  [97717def47559cc2e8b7b61965659701afc2cbf8]

locales34: #i106785# add Haitian_Haiti [ht-HT] to language list and locale data; locale data contributed by <jcpoulard>


2011-01-27  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [fab212113d7ca94ee3ff123eecfc71254532c7f7]

Update from sibling repository.


2011-01-27  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [8d2a8b63cb45dbdf94deccf2afb13a61ce1d3036]

Update from master repository (DEV300_m98).


2011-01-27  Caolán McNamara  <caolanm@redhat.com>  [f7d99fae6aab153a874986d135bcfa21bd902043]

WaE: gcc 4.6.0 various warnings


2011-01-27  Vladimir Glazunov  <vg@openoffice.org>  [45537f3ed710d198553afef6c2e568afe08c560f]

CWS-TOOLING: integrate CWS os147


2011-01-27  Vladimir Glazunov  <vg@openoffice.org>  [6291005ec191d655e55a83fa2dd9013e188f44ba]

CWS-TOOLING: integrate CWS tl84


2011-01-27  Carsten Driesner  <cd@openoffice.org>  [b7cbe26055cdfdd35e9f54418bf62f50340bf8c1]

removetooltypes01: #i112600# Fix build problem on Linux x64


2011-01-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fac147320310d278d0f9ac5773ec35a798a99e14]

gridsort: impl_ni_updateColumnWidts: after calculating effective widths, forward this to the column models


2011-01-27  Caolán McNamara  <caolanm@redhat.com>  [fa1bb962027718f44e4bbce6dd92cc1087ee69bd]

WaE: gcc 4.6.0 various warnings


2011-01-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [be7b0050a95fbf5db2da729f87e967e683069800]

gridsort: removed unused includes


2011-01-27  Tor Lillqvist  <tlillqvist@novell.com>  [0d3ec767f918321f733fdafcf7631d857f8d6598]

Do potentially pointless assertions only if dbglevel > 1


2011-01-27  Tor Lillqvist  <tlillqvist@novell.com>  [b15b82d963c800014f578f9f0e2d002e091b996b]

Revert "Be less verbose when dbglevel <= 2"

I had misunderstood. dbglevel=1 is the "normal" debugging level for
when you want to be able to debug, and dbglevel=2 *is* the one to also
get verbose debugging output.

This reverts commit 0bc3445ae06919e9cf057b98b6d29981e6c2ef91.

2011-01-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5234dc1a4321ca12271dfb2d90ebbad24a2bd19a]

gridsort: properly render the sort indicator for right-aligned columns


2011-01-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [95c92b54567a68f375d3f0fd905512c6e9095527]

gridsort: element*: don't let non-runtime exceptions slip, this will crash on non-Windows platforms


2011-01-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c1f2d488c985568272d3333e37c30b560638c07d]

gridsort: more unit tests


2011-01-27  Michael Meeks  <michael.meeks@novell.com>  [2e714fc9116307a67cf99576f495c7cbb4e9628a]

native rendering for menubar item parts.


2011-01-27  Carsten Driesner  <cd@openoffice.org>  [3d66becc41ab183b62baa45e6bc23a68ce8e0b90]

removetooltypes01: #i112600# Fix build problem on Linux x64


2011-01-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7349627eb3ad53c6662250251890782546906269]

gridsort: tests for sortable grid data


2011-01-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7670cfb6f8997487c731dfe2c21e3dec7c389d70]

gridsort: minor changes to the new API: - renamed XMutableGridDataModel::setRowHeading to updateRowHeading for consistency reasons - renamed XSortableGridDataModel to XSortableGridData - actually, this is not a full-fledged model in itself.


2011-01-27  Tor Lillqvist  <tlillqvist@novell.com>  [e449af084167b7f368738ae0f37ec5f9929b78fc]

Avoid compiler warning


2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [5ec4ab26f79faa63e0869917f7debdaf6371b7fa]

WaE: clear warnings


2011-01-26  Kenneth Venken  <kenneth.venken@gmail.com>  [faf3ae4d32e706d5df75d6dcb417484f4fa94ece]

cpp cleanliness: fixed some memleaks


2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [11cc3d171b65addd660944e75f6b39a3735ebeb7]

throw out some unused methods


2011-01-26  Kenneth Venken  <kenneth.venken@gmail.com>  [ba7844e8f6678cad0460fbf4f4a5f312bebf22ae]

Cpp cleanliness: redundant assignment to self


2011-01-26  An Leenders  <an@Fluffy.(none)>  [308da37739c61c2e23aadc36f92e16d7060219a4]

cpp cleanliness: check for assignment to self


2011-01-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3059bbccbbdba247aba9efd98cefc6fe6b54a694]

gridsort: let the sort indicator arrow point up when sorted ascending, and down otherwise.


2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [03e786115b098503ef7102527ccf1a637a71877d]

WaE: fix shadowing post list change


2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [54de1b7e7bc0a1028cf722920347b1bd5d09d3fc]

Resolves: fdo#33523 fix scrollbars in themes that have no up/down buttons


2011-01-26  Luboš Luňák  <l.lunak@suse.cz>  [486581adade446b43011f6e7d2c6496abea8d28d]

proper Qt event loop integration also when Glib is not used


2011-01-26  Joseph Powers  <jpowers27@cox.net>  [55186f8fecd1b8e0a10adca0b9f720e1e3c3d3f6]

Remove DECLARE_LIST( SotFactoryList, SotFactory* )


2011-01-26  Mathias Bauer  <mba@openoffice.org>  [9a9c78c567e6c7e1dd9eb0d782a6688bb50b9a0f]

CWS gnumake3: fix component location for msforms; change library name for msforms; change file names for gengal


2011-01-26  Luboš Luňák  <l.lunak@suse.cz>  [e479fe60e9ebefd18b591f48574c0b2424d4321f]

fix KDE3 library search order (fdo#32797)

Use LINKFLAGS instead of STDLIBS, as the latter comes way too late
in the link command and may result in some stray -L/usr/lib getting
before -L$KDEDIR/lib. Since KDE4 libs often tend to be installed
under /usr while KDE3 libs are often somewhere else such as /opt/kde3/lib,
this could cause using wrong libraries.
(cherry picked from commit b799041d66f5f5ec944b6baeec43df01fd3ace2c)

Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-01-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [3cf8fa7ff115a3eacd9635be8445ccda76dbb995]

vcl119: #i116632# fix an off by one display problem (thanks ssa!)


2011-01-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7d5032db68728f7606beb7a5539eae0847d47212]

gridsort: added missing Java file to makefil


2011-01-26  Joseph Powers  <jpowers27@cox.net>  [88c0057434e9ee202a55b25b88dcc53a8cdaceb2]

Remove DECLARE_LIST( RscStrList, ByteString * )


2011-01-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [8e2a317488e7c211b61726bc12527316b99e93b2]

gridsort: grid control related unit tests (first set, more to come)


2011-01-26  Mathias Bauer  <mba@openoffice.org>  [3677f5fe6bcd8cba808e0e1278970d1827abc6e5]

CWS gnumake3: wrong license header in solenv, missing d.lst in sot and vbahelper


2011-01-26  Carsten Driesner  <cd@openoffice.org>  [a8d160ea00c0c5ffec3747554e4c69244896f763]

gnumake3: adjust comphelper to new build env


2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [9885200e656f9bbfdea90d5fc6701707a689dd40]

fix for fdo#32561

crash when iterating over the database types, see the bug ( fdo#32561 ) for more details

Signed-off-by: Noel Power <noel.power@novell.com>

2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [12f3867ab3574cc40f6ecf8ed6799a254b4c5293]

fix for fdo#32561# crash when moving through database types


2011-01-26  Mathias Bauer  <mba@openoffice.org>  [82fcbac0968657db25141d53959d7e06180e096a]

CWS gnumake3: several clean ups and fixes in makefiles


2011-01-25  Lucas Baudin  <xapantu@gmail.com>  [4381cb6bbd0a527cbbf1b8bc96666293a1702adf]

fix various gtk+ theme integration annoyances, fdo#32186


2011-01-25  Tor Lillqvist  <tlillqvist@novell.com>  [0bc3445ae06919e9cf057b98b6d29981e6c2ef91]

Be less verbose when dbglevel <= 2


2011-01-25  Tor Lillqvist  <tlillqvist@novell.com>  [36b9745cdc3e266f4a16e06adaa03e62234c560b]

Use correct type of parameter 7 to SendMessageTimeout


2011-01-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [127ca75601facc37a1af6df1bf15fa5f4735219b]

Mac WaE


2011-01-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [353ff6a3e06037dfcd69f0efdb709d549886c94c]

gridsort: pulled and merged DEV300m98


2011-01-25  Mathias Bauer  <mba@openoffice.org>  [53e29e8222a9c61b5337a4b5b0b355896882bee8]

CWS gnumake3: resync to m98


2011-01-25  Mathias Bauer  <mba@openoffice.org>  [79cdc35156c0ae0bd48cfbf6fe339c3ca8afc934]

CWS gnumake3: merge minibranches


2011-01-25  Mathias Bauer  <mba@openoffice.org>  [9d7792e924bc66d765d824ba9e28965285244e1f]

CWS gnumake3: fix license headers


2011-01-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [45abf89f6d4e9a75ca0b830c3a7f88b70f238321]

gridsort: adjusted new classes from MWS to the UnoControl/Model ctor changes done in the CWS


2011-01-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [75cc449496162da8203d9d8297dc2b73019370e4]

gridsort: post rebase (which was implicitly done by merging CWS dba34b): re-do changes in the new build system


2011-01-25  Mikhail Voytenko  <mav@openoffice.org>  [1821f5f332adbc37d78053f839acd33e97ecab9f]

gnumake3: adjust sot project to the new build environment


2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [c77e30f4eff68922cbc1c70a6596b5a59a0bf4ec]

Related: fdo#31271 create a unit test for the line break iterator


2011-01-25  David Tardon  <dtardon@redhat.com>  [a1f7b2515a6bd09a5569735a1269a9a4029d2d5c]

Revert "WaE: unused variables"

This reverts commit d06a2dd024d69dec873f1a59adbf7d5b372c39a1.

2011-01-25  David Tardon  <dtardon@redhat.com>  [44a2e28beb33697b54482f163041e2a8e1dae071]

WaE: remove unused variable


2011-01-25  David Tardon  <dtardon@redhat.com>  [7b468b63480f565df0b13843e0ae2b9863f67a84]

WaE: unused variables


2011-01-25  David Tardon  <dtardon@redhat.com>  [d06a2dd024d69dec873f1a59adbf7d5b372c39a1]

WaE: unused variables


2011-01-25  David Tardon  <dtardon@redhat.com>  [2a5464654183ffc92e69c3669550350d7e516d40]

WaE: remove unused variable


2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [bb35dab1d6e2193d38a6908bfc06cfacb13bcadc]

WaE: gcc 4.6.0 various warnings


2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [656bbe9a1ec296180cd0082f77ec78ee2cc3472f]

this looks wrong


2011-01-25  David Tardon  <dtardon@redhat.com>  [e46d800dc9d39c2ae377175dd141df1cded7e92b]

use OSL-style asserts


2011-01-25  David Tardon  <dtardon@redhat.com>  [e9e39195e7e0a68c53dbae255cad4ee368923047]

split the expr, as gcc 4.6 bails out on it


2011-01-25  Vladimir Glazunov  <vg@openoffice.org>  [143008c0942c68306ba1a1ad2977c960fabf28a7]

#i10000# #i10000# changes from OOO330 m20


2011-01-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [75a4b6c5c81ae8f01e606ceb0578a2750af43465]

gridsort: pulled CWS dba34b


2011-01-24  Joseph Powers  <jpowers27@cox.net>  [962471c0d378dfa847137354b7f36525de1d9b03]

Remove DECLARE_LIST( RESubResourceList, REResourceList * )


2011-01-24  Joseph Powers  <jpowers27@cox.net>  [1f06c584bcdb5373748eedd992c08cde2d68c8c0]

Remove DECLARE_LIST( RscDependList, RscDepend* )


2011-01-24  Joseph Powers  <jpowers27@cox.net>  [b98bb3990852267e0f523ec769b8be585d8accf8]

Remove DECLARE_LIST( RscSubDefList, RscDefine * )


2011-01-24  Joseph Powers  <jpowers27@cox.net>  [ef70418ebf8b32f2d10abce61c0aa2c1011ced14]

Remove DECLARE_LIST( RscSysList, RscSysEntry * )


2011-01-25  Tor Lillqvist  <tlillqvist@novell.com>  [a82aae8c5da6d708ff0efd17d28548f6d2fa5cc0]

Work around compilation errors on 64-bit Windows

Again the ULONG clashes on 64-bit Windows cause pain. Work around by
using pre/postwin.h, and that then necessitates use of explict
WIN_BYTE instead of just BYTE. Sigh...

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [311724e4d7c8294407264fa1a3e33e4a3f3c9e12]

Add .gitattributes for proper handling of .doc and .sdw files.


2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [fd6efcef7b0e861529d7fed80b2bfac61ee2511c]

Rename old rcs documentation to proper Star Writer extension.


2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [71b5b7724982dacf5d4ea468366b68a6274d080f]

Undo commit c4e7af5 on rcs.doc. It's a binary file.


2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [1bda821d6466d96b473ac34c04361372dddceb4e]

Remove SPECIAL_DEBUG directive.


2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [d3ebbf4f51042cd018302db50396d1827e0ea9d1]

Remove erTEST directive.


2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [757cd8183728d33eb05e586d59f50e3a14cbed2f]

Remove  USE_CELL_BOUNDARY_CODE directive.


2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [f2572d04bd79a57119394b58ba13e599f04fd426]

Remove SPECIAL_DEBUG directive.


2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [6bbd065de5dc5912c32ebbffcee032f9e3517a0b]

Remove FS_PRIV_DEBUG directive.


2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [8180ce48fd1c6540a3b9e478ae2c8d3840397c4e]

Include the wntmscx build directories


2011-01-24  Mathias Bauer  <mba@openoffice.org>  [25bd854320606474f7a18e35aafaee90cecb7edc]

CWS gnumake3: build gengal with gbuild


2011-01-24  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [3cec125e9b692374e713c66a234f5a26fc33452c]

Update from master repository (DEV300_m98).


2011-01-24  Joseph Powers  <jpowers27@cox.net>  [9643ee158fe45c518fbc2f809c212cba80737216]

Remove DECLARE_LIST( RscBaseList, RscTop* )


2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4ec1b42602fd9a08d3ef6fb814fbd015a5178d7f]

gridsort: adjusted ITableModel documentation to the new realities


2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6bf974db6a88d90f76c64721e7677681486d264b]

gridsort: fixed the UnoControlList/ComboBox ctors so that the latter registers the proper properties


2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [73a8a5f713b65b0b5c42cc89db0395d62f62d742]

WaE: gcc 4.6.0 various warnings


2011-01-24  Carsten Driesner  <cd@openoffice.org>  [795640ad2b8f3048cb30968c813ca49280ad31fd]

removetooltypes01: Remove tool types from vcl and starmath


2011-01-24  Henning Brinkmann  <hbrinkm@openoffice.org>  [4cd2334f535573213254de87220248c9d606ce04]

merged DEV300_m98


2011-01-24  Ivo Hinkelmann  <ihi@openoffice.org>  [6c13c0bbb1f47e1ac8ad34b892ac94d7e5da85e3]

masterfix: #i10000# #i116562# kde patch


2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2347663e3b92c250371d8a306368d9e86756cea8]

gridsort: Mac WaE


2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [a636e611a971c497cee3d833d39363318c3b9e73]

WaE: gcc 4.6.0 various warnings


2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [5ea40371ef37fd288cba803bde19885673def307]

WaE: gcc 4.6.0 various warnings


2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [e4a02d7b35391dc92ea92558c0b726105b3037c9]

WaE: gcc 4.6.0 various warnings


2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [e1e800fa535fa54257aac571e41cb17b86f3e6dd]

WaE: gcc 4.6.0 various warnings


2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ab3a36032ad6467bacd5e049b488062bd3229c24]

Automated merge with ssh://hg@hg.services.openoffice.org/cws/gridsort


2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [03bb621a6bc3a309ec34ec41cca7671b3249bf93]

WaE: gcc 4.6.0 various warnings


2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [cfd7e4a974201cec54f462064e718b69c8c66a77]

WaE: gcc 4.6.0 various warnings


2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [9e30151fa1a1e6475a987a34e74f9f881817b8d4]

WaE: gcc 4.6.0 various warnings


2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [c4cc9eeff41b45d0bbc69789a34deb416485b3c0]

WaE: gcc 4.6.0 various warnings


2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [056e39a14c86aea101f89ac26780b54467549d83]

WaE: gcc 4.6.0 various warnings


2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [3c6b6496eca13732eaa19a068ef7f000c911a1b0]

WaE: 4.6.0 unused variables


2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e248436b52f27dc61f5077f57e744e543ce48dfc]

gridsort: re-did the column resizing - introduced XGridColumn.Flexibility, determining to which degree the column is resized during auto-column-resizing - removed XGridColumn.PreferredWidth - there really is no need for this anymore now - documented the relationship between XGridColumn.Flexibility and XGridColumn.Resizeable - re-implemented TableControl_Impl::impl_ni_updateColumnWidths, with (hopefully) less magic


2011-01-24  Mikhail Voytenko  <mav@openoffice.org>  [963ebea687b06c61075d4e9f28a3385c073dae41]

removetooltypes01: #i112600# adjust rebase for windows


2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b5f34ad79ad2794161cb3c1b988d3ecf8e414192]

dba34b: reintroduced the fix for #i115468#, which got lost with the wrong resolution of merge conflicts in revision 273410


2011-01-24  Mikhail Voytenko  <mav@openoffice.org>  [f21c6a6578000264fde29206fe8ec25f51975a61]

removetooltypes01: #i112600# adjust rebase for windows


2011-01-23  Joseph Powers  <jpowers27@cox.net>  [bd5e5aa0e064c21b2affc86f239404458493543e]

Remove DECLARE_LIST( RscInconsList, RscInconsistent* )


2011-01-23  Joseph Powers  <jpowers27@cox.net>  [36533f4ea88c4d676f11182c65e059e948e6266e]

Remove DECLARE_LIST( FileList, ByteString* )


2011-01-23  Joseph Powers  <jpowers27@cox.net>  [156083dda04168472d4c1b23d7f0cc06b7b0c54b]

Remove DECLARE_LIST( XMLStringList, XMLElement* )


2011-01-23  Joseph Powers  <jpowers27@cox.net>  [5cd163969b0958bd5812f837ff014409bf5b72ce]

Remove DECLARE_LIST( XMLChildNodeList, XMLChildNode* )


2011-01-23  Joseph Powers  <jpowers27@cox.net>  [ea201756bab5e5e0a6260963e347eff7600c59cf]

Remove DECLARE_LIST( XMLAttributeList, XMLAttribute * )


2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [804a8c5697a008b375f3f0bd70d1db49fbbc7187]

Kill Win9x and NT4 code


2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [29c5f1b76ce1650dc5d86388264e27a7f0106294]

Kill Win9x and NT4 code


2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [2022a19131c84a48be95f9b0e1cb6d1d9feca104]

Make parameters to Max() match in type


2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [8a896db6763b4d55084b424e193ef3eff39f011a]

Hide ULONG while including more Win32 headers


2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [ba94a13c51e2a00aa3b5dcc23b8e809e59d2fc39]

Hide and reveal also ULONG in presys.h / postsys.h

Although, I fail to understand why the duplication of work done in
prewin.h/postwin.h vs. presys.h/postsys.h is needed.

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [a2fa7227bdf250ff0edb24314c3d4dee21101e1c]

Fix compilation on 64-bit Windows


2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [f1bcc1da04d6fafbcca64fee6b5911512efb9602]

Fix compilation error on 64-bit Windows


2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [674ad4fdadf5caf0a5c8a39f536cbef0a0c98762]

Fix compilation on 64-bit Windows

No need to force use of 32-bit time_t (which doesn't exist for 64-bit
Windows), just use defaults.

2011-01-23  Joseph Powers  <jpowers27@cox.net>  [5d454852490f27d2184d54f73311f4c196142d57]

Remove DECLARE_LIST() Impl_ParserMessageList & TokenListImpl


2011-01-23  Joseph Powers  <jpowers27@cox.net>  [e7594d5f002725509e013dc2a5c5e811e03d37eb]

Remove DECLARE_LIST( LngLineList, ByteString* )


2011-01-23  Joseph Powers  <jpowers27@cox.net>  [4aa6f662a0f93313eedc636269cf2c55fdcf2859]

Remove DECLARE_LIST( GSIBlock_Impl, GSILine *)


2011-01-22  Joseph Powers  <jpowers27@cox.net>  [39512ac7690bb222bc2915b182250550cd6f4789]

Remove DECLARE_LIST( ResStack, ResData * )


2011-01-22  Joseph Powers  <jpowers27@cox.net>  [0b7cad0b7357909e1761b957f4b96b096c47d010]

Remove DECLARE_LIST( ExportListBase, ExportListEntry* )


2011-01-22  Joseph Powers  <jpowers27@cox.net>  [ac5f4d49e1876e35db16e4b97c4b1bca0eb9c33a]

Remove DECLARE_LIST( CfgStackList, CfgStackData* )


2011-01-23  Tor Lillqvist  <tlillqvist@novell.com>  [c9e0b0b691fe31da1d500705e0dd6fb1c10c90d3]

Make GetFileHandle's return type match declaration

But as the return type is just 32 bits, it is actually not enough for
a HANDLE anyway on a 64-bit OS. But on the other hand, this method is
private and not used on Windows at all. So just make it abort() then.

2011-01-23  Tor Lillqvist  <tlillqvist@novell.com>  [ebb2c5fe409592024250a709d6cc9d3f22b64d65]

Define ULONG as WIN_ULONG while including shlobj.h

To match what prewin.h/postwin.h do.

2011-01-23  Tor Lillqvist  <tlillqvist@novell.com>  [9247faeb830a6404b4dc840a857cfa5fd6b2af6f]

Hide also ULONG while including <windows.h>

LibreOffice's deprecated ULONG is sal_uIntPtr, and thus 64 bits on
64-bit Windows, unlike Windows's ULONG which is 32 bits on both 32-
and 64-bit Windows. So we must hide ULONG, too, to avoid compilation
errors on 64-bit Windows.

2011-01-22  Thomas Arnhold  <thomas@arnhold.org>  [f1e98c29604418fb2e896754f7e61c35b8281525]

Remove some dead code.


2011-01-22  Tor Lillqvist  <tlillqvist@novell.com>  [34cd5cebeeb1ea2f4c1e0c9b18b22da0013f1b01]

Delete apparently unused SYSTEM_* definitions


2011-01-22  Tor Lillqvist  <tlillqvist@novell.com>  [f3b48715518579876c6ab711aa5362d6cd45a604]

Add SYSTEM_* and __DLLEXTENSION values for WNT && X86_64


2011-01-22  Thomas Arnhold  <thomas@arnhold.org>  [c4e7af576114b8ab2e6f3aab308f3bdbd6da7b75]

Remove empty description and dates.


2011-01-21  Luboš Luňák  <l.lunak@suse.cz>  [b799041d66f5f5ec944b6baeec43df01fd3ace2c]

fix KDE3 library search order (fdo#32797)

Use LINKFLAGS instead of STDLIBS, as the latter comes way too late
in the link command and may result in some stray -L/usr/lib getting
before -L$KDEDIR/lib. Since KDE4 libs often tend to be installed
under /usr while KDE3 libs are often somewhere else such as /opt/kde3/lib,
this could cause using wrong libraries.

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [c346380e3582002640562502242d17347c669542]

Remove obsolete RCS lines.


2011-01-21  Andras Timar  <timar@fsf.hu>  [e0328aba6a27485e7f71f95ca14c2f95bd7e698c]

Default currency for Estonia should be Euro - fdo#33160

Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-01-21  Carsten Driesner  <cd@openoffice.org>  [47594842369a9a06ce395290153e540a6c408c59]

removetooltypes01: Rebase to DEV300m98


2011-01-21  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [f997116c8fac8e27ee88e953c04987bdbb9d8bcb]

accfixes: accessible name for WINDOW_METRICBOX


2011-01-21  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [b387c4b759176c877dcefa3693c2aeb8663cf8f0]

accfixes: just some exports in toolkit


2011-01-21  Tor Lillqvist  <tlillqvist@novell.com>  [0dcf64ce2251dee4f3b645a5d8018b8ff31dff2b]

Remove ShowHelpStatusText and HideHelpStatusText and associated cruft

These methods were not implemented by any subclass, and the
implementations in the base class were empty. Still, the quite heavy
(especially in our multi-lingual builds) GetHelpText() mechanism was
called to get a string to pass to ShowHelpStatusText(). So just remove
all of it. See see fdo#33088 and fdo#33315.

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [16eeb071371c9450ab9f04b7924614c652f4b6e1]

Remove old RCS lines.


2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [cd571c83099b2760df22bd2ea720f3eef60a8ef1]

Replace suitable equalsAscii calls with equalsAsciiL.


2011-01-21  Carsten Driesner  <cd@openoffice.org>  [1afbdb9242429b38f3daf5eb8c082550e0364f4e]

removetooltypes01: #i112600# Merge changes


2011-01-21  Carsten Driesner  <cd@openoffice.org>  [0156bde7e838fff377a52c85f8f93580dea14e12]

removetooltypes01: #i112600# Fix build problems on non-pro


2011-01-21  Tor Lillqvist  <tlillqvist@novell.com>  [6daaf110b9d13220763bb0fe6041fd38c95ba797]

Avoid a pointless GetHelpText() call in the toolbox, too

Fixes fdo#33315. GetHelpText() can be quite heavy, see fdo#33088. Also
here the return value is passed to ShowHelpStatusText() which doesn't
do anything at all.

Signed-off-by: Caolan McNamara <caolanm@redhat.com>

2011-01-21  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [64a9f0e605ddd27af3017213a303fd85f2cd2cab]

accfixes: added more accessibility information and fixed tab orders in multiple dialogs (svtools module)


2011-01-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [db04cbfe36c6923d9ff71e8b3cb555cbf45966f1]

gridsort: mac WaE


2011-01-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3c515ae1b8de38490ab291dee6d523d36ad88925]

gridsort: GridTableRenderer::impl_paintCellContent allow for XInterfaces which are NULL, without asserting them


2011-01-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b4d2f8f73b697e7e905819670d01fcf23f708b29]

vcl118: #i116501# additional needed fixes for gbuild migration


2011-01-20  Caolán McNamara  <caolanm@redhat.com>  [5133683dd91fd3da750a1bb35023b490ee532d47]

cppcheck: unused variable


2011-01-20  Thomas Arnhold  <thomas@arnhold.org>  [b1cc57dd63a636494c4b3d2a6978fc5209e0faed]

Replace suitable equalsAscii calls with equalsAsciiL.

Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.

2011-01-19  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [d5884f8edfb194e60a302a76ccb8443cae6d1b94]

accfixes: Introduced WINDOW_RULER


2011-01-19  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [b7833fca422fd70ba2add3a48e18e4a47e5b583e]

accfixes: Completed VCL Window API for accessible releations, renamed GetLabeledBy to GetAccessibleRelationLabeledBy


2011-01-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [47f7cb98a3f5929048802af52241f3e9e2abe8a8]

gnumake3: mergeing changes from DEV300_m97, fixing jars for svl complex test, deliver globlmn.hrc for now, adding component registration for svx libraries, still misses gengal and friends when packing


2011-01-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [148dc320fbaca8cd859d5a9fa2638c9340ab2164]

vcl118: #i115048# revert brochure printing in writer to old behavior taking the paper size form the printer driver, add paper name to print preview


2011-01-19  Carsten Driesner  <cd@openoffice.org>  [0323721db73873feb38a775c9d0eaeca7e3de905]

removetooltypes01: #i112600# Make changes for MacOSX to remove tools types inc VCL and other projects


2011-01-19  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6dcc95c3aa24f37b04f097e1e07013f1dd819474]

gridsort: release our mutex before calling into the delegator (in particular for modifying calls, which trigger listener notifications)


2011-01-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [bb91dc94b6381edb1a483665c7303b72c53ecd6b]

gnumake3: #i116390# finishing support for Junittests in gbuild


2011-01-19  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fd923f21e60543ef82048f37a5549417256a4550]

gridsort: introduce XGridColumn::DataModelIndex. this allows for column removal/insertion at the GridColumnModel, without the need to touch the GridDataModel


2011-01-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a9142dee2254ad3d2094d6e3a3e166c9d88d9a1f]

masterfix: #i10000# resource fix


2011-01-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3a8d2b15d104358fb30f4ab7808d7a19ef0b8bff]

CWS-TOOLING: integrate CWS sb135


2011-01-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2fb9a7cb14ec085761d627f9f67df596775a10da]

CWS-TOOLING: integrate CWS mingwport33


2011-01-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c3cd4756cfbf2bb724b013d3b72c9de303d9a952]

CWS-TOOLING: integrate CWS ab79


2011-01-19  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5865d93b6fd7bef6bc59ea2f01027e9582e30e44]

gridsort: render indicator for current column sort


2011-01-19  Caolán McNamara  <caolanm@redhat.com>  [09b39c2cdf6aa5f24abb230544e000805e338cd4]

don't leak PPDParsers


2011-01-19  Caolán McNamara  <caolanm@redhat.com>  [36aa48b48d59b4aab5cc6c118963c22a22b4d0f3]

cppcheck: object destroyed immediately


2011-01-18  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [689aea3d1d54e9e5724aec454201a4797d656185]

gridsort: fix calculation of nActualRows when rendering the row header area - there were edge cases where this area was too large


2011-01-18  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [54b864a3cc37834a00e91e918a9de4c8180b8eb9]

gridsort: respect the collator got in the service ctor


2011-01-18  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a7a1d9785e3a0b8b00bbd9df70c55ec06894fa7c]

gridsort: getStandardLessPredicate: optional collator instance for string comparison


2011-01-18  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [37776ff14cb1b0b8b1792c640a0ccdcb544ca8a1]

gridsort: corrected include


2011-01-18  Luboš Luňák  <l.lunak@suse.cz>  [fa72b45a9394cbdabaea7a6b7ee10ee2fd408bd2]

forcing Qt native paint system is not necessary anymore

bf4b61c7b7f2ca1d9641ab0cf5f88a68bc3930d0 fixed the problem.

2011-01-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [7ce1efcc9ab589ece3b6d604ca3dd8ef2e05a98e]

vcl118: #i116501# migrated padmin module to gbuild system


2011-01-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [ac387ac7cd7fd9dde9454dbf608d8440c83cd47b]

vcl118: #i116501# migrated padmin module to gbuild system


2011-01-18  Ivo Hinkelmann  <ihi@openoffice.org>  [5cab8ae1198d96e881d6e042de7881422c1a022d]

CWS-TOOLING: integrate CWS fwk162


2011-01-18  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6cb06c8b7037bb8b2e526ec5c8fdca56c21aa6d0]

gridsort: introduce XSortableGridDataModel::removeColumnSort


2011-01-18  Ivo Hinkelmann  <ihi@openoffice.org>  [517d39b7f250a53451a3a5508abf88f673785384]

CWS-TOOLING: integrate CWS gridcontrol07


2011-01-18  Tor Lillqvist  <tlillqvist@novell.com>  [699eac6373807f2ce2d731dd2f2640a540020f92]

Avoid GetHelpText() call which can be quite heavy

GetHelpText() can cause a quite heavy sequence of file and directory
lookups. See fdo#33088. As its return value here was just passed on to
ShowHelpStatusText() which doesn't do anything at all, it was
completely unnecessary. The GetHelpText() calls here caused the
noticeable slowdown in highlighting menu items on Windows with lots of
localised help files for some bundled extensions.

(cherry picked from commit 6fc21aa74b4d2aba07d854d5d3c2f404905b40ef)

Signed-off-by: Caolan McNamara <caolanm@redhat.com>
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
Signed-off-by: Thorsten Behrens <thb@documentfoundation.org>
Signed-off-by: fstrba@novell.com

2011-01-18  Luboš Luňák  <l.lunak@suse.cz>  [3c13a7752cc1904e7a6a88380c10a2433a83feb8]

paint toolbar handle positioned properly (fdo#32558)

ACK by Kendy.

2011-01-18  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9799d7db6be4c4880180db875a7e673ca90d2fbb]

gridsort: #163172# added UNO API support for sorting grid data. Implementation still unfinished. Things missing in the SortableGridData implementation - add as listener to the delegator, so we're notified of changes - translate and multiplex those changes - do own notifications (XGridDataListener.dataChanged) when the sort order changed - (possibly) update the sort order when the data in the current sort-column changed


2011-01-18  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c9b6697cf4f18dd01305325b91f30cff5febfab5]

gridsort: outsorced the STL-compatible Less-predicates for UNO types from enumerablemap.cxx to a dedicated file, which can be used in other places, too


2011-01-18  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f1c8e24b768ddf754385301085aac4e85073247c]

gridsort: initial support for sorting the table data (unfinished)

What's there is a IMouseFunction implementation which cares for sorting the ITableModel's data,
by the column whose header was clicked. This is dependent on the model declaring support for sorting,
by exposing a ITableSort interface.

Missing pieces:
- no UNO equivalent, yet (neither as design nor as implementation)
- visualization of the current sort order/column
2011-01-18  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c355eb0769ed92d76bc21fddacd2d080616af82f]

gridsort: GCC WaE


2011-01-18  Mikhail Voytenko  <mav@openoffice.org>  [3c5a4811dbd36992b24b06d21b9ffa7f08122179]

removetooltypes01: #i112600# fixes for solaris


2011-01-18  Andre Fischer  <andre.f.fischer@oracle.com>  [ea29f32bd5bc1a937a747bd5a1f5b37f570ed25f]

calc65: #i116318# Fixed the painting of axial gradients.

Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-01-17  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [0ac6ad70d230f9115bd4dfa1ff45bf5991142603]

fix after struct member renaminge (pXRenderFormat)

the right one, this time.... sorry.

2011-01-17  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [74da9d0752269ff4c750d89fe3d9024d46dfd81d]

fix after variable renaming (pXrenderformat)


2011-01-17  Luboš Luňák  <l.lunak@suse.cz>  [aa77be5b79314f713e44a1f20e588aa3ac82e315]

paint toolbar handle positioned properly (fdo#32558)

The problem was that we passed the whole widget geomtry to QStyle
but it expected only geometry of the handle and e.g. Oxygen used
center of the geometry.

2011-01-17  Eike Rathke  <erack@openoffice.org>  [efbe9e94cf806d4d0c62792bd8d3166e9b6c2c8e]

locales34: #i116449# include W in IndexKey


2011-01-17  Luboš Luňák  <l.lunak@suse.cz>  [1a78f3ba64bb48d203b28d95aea64d8e5eccc3df]

change the adjust argument to more versatile QRect


2011-01-17  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [986951ed0f679b8eccd691008aa78371d0be3f1d]

fix after struct member renaminge (pXRenderFormat)

the right one, this time.... sorry.

2011-01-17  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [8a9628dfc0a8285f46b598c49e78ffa4f80edb08]

fix after variable renaming (pXrenderformat)


2011-01-17  Luboš Luňák  <l.lunak@suse.cz>  [79dac55204ed7a58c64951881be0e515aeb4b3ba]

fix cases of using screen visual for a drawable

But I fear the assumption that there is just one visual per screen
is quite spread in the code :-/.

2011-01-17  Luboš Luňák  <l.lunak@suse.cz>  [4fff39f59ca0d78aa2ec98e41b679404d953a058]

add const to GetBitCount()


2011-01-17  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [6236bf062c2b94712f0e8f91cc51831f1962c18a]

vcl118: #i110916# move reverse page order checkbox to print range


2011-01-17  Luboš Luňák  <l.lunak@suse.cz>  [828d4e5f3dd64c2986cc2dbc0491f28d6e0c6db7]

use sane scrollbar sizes when drawing

bnc#619772 leads to a crash because maximum = minimum = 0, and this
strange (but for whatever reason needed) '- mnVisibleSize' hack
makes maximum be -1, eventually leading to a crash

2011-01-17  Luboš Luňák  <l.lunak@suse.cz>  [d46f89c39109a2ca351104c7feaefe59f187052a]

cleanup into one patch: do not mix unrelated X11 Visuals (fdo#33108)

Do not assume that there is just one generic Visual, as today's
XServers are ARGB-capable and cases of both the default depth
and 32bit visuals can happen.

Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-01-17  Luboš Luňák  <l.lunak@suse.cz>  [b23ca3c2d830dc18840a42f5881733fbf0951119]

and fix the 'XRenderPictFormat* pVisualFormat' misnomer too


2011-01-17  Luboš Luňák  <l.lunak@suse.cz>  [c8b124fe8675fef888f21f1abcf81cbc5c1f5801]

do not mix unrelated X11 Visuals (fdo#33108)

Do not assume that there is just one generic Visual, as today's
XServers are ARGB-capable and cases of both the default depth
and 32bit visuals can happen.

2011-01-17  Luboš Luňák  <l.lunak@suse.cz>  [adcf6494095e873d8c857457fda60d820b65a45b]

avoid some useless and confusing void* <-> XRenderPictFormat* casts


2011-01-17  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b328ebbbd16ae7b3f270d71d4cd10eb01075c4ab]

vcl118: #i116133# convert to greyscale for PDFWriter


2011-01-17  obo  <obo@openoffice.org>  [beeef909a9a65ddb4af47b761c99b648ca5a6fa5]

CWS-TOOLING: integrate CWS calc65


2011-01-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [45a39fb70e88e6f7e079eced2bcd182e4e7eb824]

gridsort: fix getRowAtPoint


2011-01-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ae94926cc5923824eca840d906c4264686e5c513]

gridsort: do not activate header cells


2011-01-17  Ivo Hinkelmann  <ihi@openoffice.org>  [b0663a9104e03f4dc0302bcc270a861b2f362551]

CWS-TOOLING: integrate CWS xlastovi


2011-01-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [bdfe1bcf4097fb1b1c728e896aa7a7d2746f6f21]

gridsort: fix impl_getColumnForOrdinate to take row headers into account


2011-01-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f3c9f61213577be20d26bce936858834b632bc5e]

gridsort: moved the row selection functionality into a IMouseFunction implementation, too


2011-01-17  Mathias Bauer  <mba@openoffice.org>  [b8fb2083382c0bf134dc52a25c0c51e4ef5f08c9]

cws mongolianlayout: resync to m97


2011-01-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d93b12e210f7370e32a25a7ce8146acbba2c7b57]

gridsort: outsourced the column-resizing functionality into a dedicated class. Less cluttering in the InputHandler implementation this way. Same outsourcing is still to happen to the row selection functionality. The upcoming feature of column sorting will be a IMouseFunction implementation, too.


2011-01-17  hb  <hbrinkm@openoffice.org>  [a8da0aa473eb179bcc9492808307a1c3970df110]

merge


2011-01-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [45e56471bc7f447cf228c4a8191618501cb0f02b]

gridsort: delegated the column resize functionality to the DefaultInputHandler implementation


2011-01-17  Caolán McNamara  <caolanm@redhat.com>  [62d003f6736a2320d1939087818aeb0991107910]

equalsAsciiL faster than equalsAscii


2011-01-17  Caolán McNamara  <caolanm@redhat.com>  [1152cc57564cb65b904cc0aa7c782ca787866ee7]

equalsAsciiL faster than equalsAscii


2011-01-17  Caolán McNamara  <caolanm@redhat.com>  [3836f8e2494c829c6946c286823bb6339f3dd224]

equalsAsciiL faster than equalsAscii


2011-01-17  Caolán McNamara  <caolanm@redhat.com>  [a82086c22969112e1bf3f2251b0dfbfb0d942e31]

cppcheck: unused variable


2011-01-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [cf89c3cced0484468e299d16258217b3efbc8b52]

gridsort: UpdateTip: don't ignore the given text


2011-01-16  Caolán McNamara  <caolanm@redhat.com>  [2a9b72920c529218cac0c65eae26f4500b652b9e]

We're not going to be called "StarSuite" again

Once StarOffice came in two varieties, StarOffice and "StarSuite" in the Asian
market. This code effectively converted "StarOffice" to "StarSuite" if product
itself was called "StarSuite", which ain't going to the be the case again. So
we can remove all that and just hardcode the old file format names as
"StarOffice".

2011-01-16  Caolán McNamara  <caolanm@redhat.com>  [fc6db21fbd38755caebea525f295b9404ea10954]

equalsAsciiL faster than equalsAscii


2011-01-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5772627d0e4ca86f5692ffee90d4388df0a250db]

gridsort: made the row title a row heading, being an Any instead of a string


2011-01-16  Eike Rathke  <erack@openoffice.org>  [909c9aa4550a068513300bc3e899c0466d9287b4]

locales34: #i115633# added Kabyle [kab-DZ] to language list


2011-01-16  Caolán McNamara  <caolanm@redhat.com>  [648f73a13999ecc85090435ce458bc87632fe4a3]

microopt, equalsAsciiL faster than equalsAscii


2011-01-16  Eike Rathke  <erack@openoffice.org>  [6f829476b41d179e61bb9fc7e5feadb2d1ac2e83]

locales34: #i115482# added Lojban [jbo] to language list


2011-01-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c623afffc47ef146157ff4c19f1989c592601a2f]

gridsort: GCC WaE


2011-01-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [78dd29042d07922b8037d01811ab86c869b3d210]

gridsort: adjust column indexes when inserting columns


2011-01-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3ca16446286ec99ead9a566a35606cef6b9568dd]

gridsort: add disposal checks and some rudimentary mutex locking


2011-01-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [12e87a7205aaa6f73867df70dbd8b318e22fdc4d]

gridsort: ComponentGuard class, encapsulating the 'lock mutex and check for disposal' patern


2011-01-16  Eike Rathke  <erack@openoffice.org>  [aaaf3c67faa75807c8fdbe2c93f8780caf70943f]

locales34: #i108182# added Urdu_Pakistan [ur-PK] locale data; contributed by <abdulmoeed> via it46 localegen


2011-01-16  Eike Rathke  <erack@openoffice.org>  [6a4a4200a3b17fd05b92ab4bc6a422154be9daee]

locales34: #i116241# added Limbu (Nepal) [lif-NP] locale data; contributed by <kaonohi> via it46 localegen


2011-01-16  Eike Rathke  <erack@openoffice.org>  [937196dfcb7c3db6ff38c7e6b90b405822e2ca29]

locales34: #i116240# added Hawaiian [haw-US] locale data; contributed by <kaonohi> via it46 localegen


2011-01-16  Caolán McNamara  <caolanm@redhat.com>  [dc22fe81565c0addc762aec6e117bf980555579b]

move these global static to be local statics


2011-01-16  Caolán McNamara  <caolanm@redhat.com>  [3132b358bd07705e7e3d9c82a2a7cba6fb7ec885]

equalsAsciiL faster than equalsAscii & comparetoAscii(const sal_Char*)


2011-01-16  Andras Timar  <timar@fsf.hu>  [099b897e96a8c50d9862be2620cb40da513795d1]

typo fix (s/Missmatch/Mismatch/)


2011-01-15  Joseph Powers  <jpowers27@cox.net>  [ae5a33575a05392b7f8f80dd4c63b9383483594d]

Convert SolarFileList from a vector to a list.

It's actually a queue so files get processed from the front and added to
the back.

2011-01-15  Joseph Powers  <jpowers27@cox.net>  [059d4603e7adf014397ebd626f5830d03db78c65]

Remove DECLARE_LIST( StarFileList, StarFile * )

Note: I messed up the SolarFileList before so I'm going to submit another
patch to fix it. I'm not sure why the code is working now...

2011-01-15  Joseph Powers  <jpowers27@cox.net>  [83f8ab3c21fbc293a78a85fdba810053ad79c261]

Remove DECLARE_LIST ( SolarFileList, String* )


2011-01-16  Eike Rathke  <erack@openoffice.org>  [ef4766ac471bb84314d575e724dd1287a406e111]

locales34: more checks on quotation marks


2011-01-16  Eike Rathke  <erack@openoffice.org>  [279097c06257867938fb878e231136b2c7a9d08d]

locales34: #i113937# added Yiddish_USA [yi-US] locale data; contributed by <cmc>


2011-01-15  Eike Rathke  <erack@openoffice.org>  [7cce5ccc1c4567b30d1fc274b2acb061bd3f32d5]

locales34: removed leading zero from 042E, as the number formatter generated yet another set of currency formats


2011-01-15  Eike Rathke  <erack@openoffice.org>  [6f4db6c07b2d224bf0d6d781787db5cfbd494c6b]

locales34: #i113504# add Sorbian,Lower [dsb-DE] locale data; contributed by <bernhard_b>


2011-01-15  Caolán McNamara  <caolanm@redhat.com>  [a3dd81f85624c0be71a4d612eaf5fc48031e4d42]

microopts equalsAsciiL faster than compareToAscii(const sal_Char*)


2011-01-15  Eike Rathke  <erack@openoffice.org>  [37f739df5e07daed4381bb2654ba05a9f1a91040]

locales34: #i116429# ensure shutdown of the CachedTextSearch global before the things it needs in its dtor are destructed; patch from <cmc>


2011-01-15  Andras Timar  <timar@fsf.hu>  [6ac877774a2b0c067df150ef6abcf501b2c9ff23]

translation fix in hu_HU.xml (felette/alatta -> fentebb/alább)


2011-01-15  Andras Timar  <timar@fsf.hu>  [6b7c6158952b2ae06541ee4ee7e8a35f5c05431f]

translation fix in hu_HU.xml (felette/alatta -> fentebb/alább)


2011-01-15  Andras Timar  <timar@fsf.hu>  [9b70fbc9d4ffc59d453eada93f0184dc1cb6c7cf]

Default currency for Estonia should be Euro - fdo#33160


2011-01-15  Caolán McNamara  <caolanm@redhat.com>  [8a43a311823278b93dc21b9a8e49d70c65098698]

equalsAsciiL faster than equalsAscii when length available


2011-01-15  Joseph Powers  <jpowers27@cox.net>  [25544f59773d8e3160fc4156d38205c441fcb53a]

Remove DECL_DEST_LIST()

There where only 2 of them

2011-01-14  Caolán McNamara  <caolanm@redhat.com>  [8c11fbe7a722fc8dc604f30b2df9565eba389d90]

cppunit: make these tests work again


2011-01-14  Caolán McNamara  <caolanm@redhat.com>  [eb75f8ff5a2d20d15357d31b2b32aa43c9c3972e]

sync test with da0fd5c999fc6f8b5e2d4ecccbf66e1034a03ed9


2011-01-14  Carsten Driesner  <cd@openoffice.org>  [4d559d8ff8375ab8a1d0f8e38999273dcf173e9a]

removetooltypes01: #i112600# Remove tool types from binfilter, starmath, svx, toolkit and xmloff


2011-01-14  Caolán McNamara  <caolanm@redhat.com>  [e6a564af05833b74dc725f12a4b6dd2688f0f5a1]

get these tests building again


2011-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [1281099c82d76c815c9bfde1dd13c082bf1e723c]

rebase to DEV300_m97


2011-01-14  Caolán McNamara  <caolanm@redhat.com>  [1b30fce4fe02f91d7d2b73f603a428e8a0adfc54]

Related: rhbz#668057 recognize sftp urls


2011-01-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [166986476cfa64457acde94e764273637249308a]

gridsort: XMutableGridData: renamed updateRow to updateRowData for consistency; introduced updateRowToolTip as shortcut for multiple updateCellToolTip calls


2011-01-14  Carsten Driesner  <cd@openoffice.org>  [d2b54a648ecd2371aa9dbe524250c6bce79ace51]

removetooltypes01: #i112600# Remove tools types from padmin


2011-01-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [7c9cd0fae50a8b201e40c26bd85449db5c21fdb0]

remove a debug-only 3-state confusing pseudo-boolean...


2011-01-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [761f28c10d0be33b9fad0147c98fab7c5edf0749]

gridsort: if the tooltip text contains line breaks, force the tip style to be 'balloon' - the 'normal' style doesn't support line breaks


2011-01-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d56332a5c15c3353ed8b802c44699758916403fc]

gridsort: +QUICKHELP_TIP_STYLE_BALLOON, to be used with ShowTip, to force a tip to appear in balloon-style


2011-01-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9f9bef2e2a815351740380445c1d4baa634e5428]

gridsort: re-add tooltip support to X(Mutable)GridDataModel, this time more explicit, and less magical


2011-01-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6b0ce7f7914397d949fe7ab14199d83cf2b4ef9a]

gridsort: TableDataWindow: use Help::ShowTip instead of Help::ShowQuickHelp. This means it doesn't interfere with the "normal" quick help (which is a singleton really dedicated to, well, quickly displaying help). Also, it means we do not need the QUICKHELP_NO_DELAY flag.

To prevent flickering when repeatedly showing such a tip, introduced Help::UpdateTip, which updates an existing
tip, instead of destroying the old tip window, and creating a new one.

Used this new UpdateTip also in the BrowseBox, means means some less flickering there, too.
2011-01-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6e5646a85dfdac5488ccba3bc3d10caa68a39555]

gridsort: moved tabledatawindow from svtools/inc/svtools to svtools/source/table - this is not a public file, after all


2011-01-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [659ffb160c32fe70d32019dde14df7203e3c64d3]

gridsort: fix calculation of auto-alternating-color: Do not adjust towards WHITE, but towards the color of the other rows


2011-01-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [99630b9f95404355898a34d80bfc28349a7bea41]

gridsort: added runtime-checks (non-pro only) for consistency of m_aColumnWidths


2011-01-14  Mikhail Voytenko  <mav@openoffice.org>  [9ac609713715bfb0acea87e1fe96b89db0935931]

removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags


2011-01-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [265b1a5ee10b807088d0f78cefb94a288137f5ee]

gridsort: respect runtime-changes of the table metrics (in the UNO control model)


2011-01-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4af9218633235ec28ef9afa58b921539b8718fb5]

gridsort: ouch. Removed IAccessibleTable::GetSelectedRows. It exposed an internal implementation detail, and in fact some clients (the A11Y API implementation) exploited this, e.g. by simply adding elements to the array, without the owner (the TableControl/_Impl) ever noticing it. Replaced that with a working API.

In this course, removed XGridSelection::getMin/MaxSelectionIndex. Pretty useless IMO, unused, and ugly to
implement.
2011-01-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [62c2b100c1bf9d8f9eef966098d4ea632f1d6293]

gridsort: replaced RemoveSelectedRow by ClearSelection - the first implementation was buggy, anyway, and ClearSelection is the same as SelectAll( false ) (which was the only use case)


2011-01-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ae9a099c70838995d24aa7caaec1d252962b8af8]

gridsort: fixed invalidateRowRange for some edge cases


2011-01-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [3ba4a2fb2cea4b6b89122af1685c625af6370d6c]

vcl118: ImplControlValue is needed outside vcl after all


2011-01-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [032d1fd33fb0ec5e5288f4327f8017266bbded58]

gridsort: rowsRemoved/Inserted: update scrollbars


2011-01-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4b8d7ae5bf5c0cf6d3fd65a36ad8ab7175412448]

gridsort: added runtime (non-pro) consistency checks for TableControl_Impl::m_aSelectedRows


2011-01-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b610d7120e7bd2e9aaea653fed73d7557f9f20a3]

gridsort: cleaned up (parts of) the selection-related code


2011-01-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [947f799980da3302f9c48af4ed7b1485bca2e8a1]

gridsort: moved *all* members from TableControl to TableControl_Impl - this is what the PIMPL pattern is good for, right? (Removed the AccessibleTableControl_Impl class in this course, not needed anymore)


2011-01-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [3956292637d9aa4c51b5cd07412e42a1f21a7889]

vcl118: solve a namespace conflict


2011-01-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [545977ab3ecd5021dff6c95cca6b85613fdca2f1]

gridsort: reworked the notification system for inserted/removed rows In this course, more code which was in SVTXGridControl was moved to the places it belongs to, effectively meaning that the TableControl has better chances than before to be used outside an SVTXGridControl (though we're not there, yet).

Also, the selection-related methods in TableControl/_Impl got some refactoring love, so the implementation
details are hidden in the Impl class now, instead of being exposed to an exploited by the TableControl.

And while we were there ... The XGridSelection does not provide a |selectColumn| anymore (there was no
preparation whatsoever for column selection, anywhere, thus it was a complete dummy.)
Also, its de/selectRows methods have been removed: They have questionable use, and make implementation
rather difficult, compared with multiple calls to de/selectRow.
2011-01-13  Carsten Driesner  <cd@openoffice.org>  [b11a5f58fdcb6b16d4644895c8a5c8977df6af15]

removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in svl


2011-01-13  os  <os@openoffice.org>  [7bbfe5a900d2f7cbd7725fe6ca335f82f0cf2e03]

m97 merged


2011-01-13  os  <os@openoffice.org>  [4ca6800f91dd1bd67754d53a619a2229e5ba3410]

m97 merged


2011-01-12  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ec51fb5edca736e5a65f7757b536df3713d47914]

gridsort: removed the XGridDataModel.removeRows flavour which took an arbitrary sequence of indexes - this makes the handling, in particular for listeners, unnecessarily complex, and has a questionable use only


2011-01-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [19e8d76f3959f49d3f6d70fb07373f5803c5b249]

rebase to DEV300_m97


2011-01-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [d786c65835eac7410e50dcb23ffcae167ee12641]

vcl118: #i37400# implement Fax G4 encoding for 1bit images


2011-01-12  Carsten Driesner  <cd@openoffice.org>  [19f045b66f594c946a7fd2e4df11abe0460df50d]

removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in sot


2011-01-12  Carsten Driesner  <cd@openoffice.org>  [809c12fd882669463e1aa0d9cecceb52ff1ad943]

removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in unotools


2011-01-12  Carsten Driesner  <cd@openoffice.org>  [e772051356a60a1da1fef7fd1338aaf999cbb2cf]

removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in l10ntools


2011-01-12  Carsten Driesner  <cd@openoffice.org>  [62496a2f4f18da68bacc6ebff7599a08c09c846b]

removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in rsc


2011-01-12  Carsten Driesner  <cd@openoffice.org>  [34aa4d9abbfaa1b0677b325f79011f0e93cb2e4d]

removetooltypes01: Exchange misleading type sal_uIntPtr with sal_uLong


2011-01-12  Carsten Driesner  <cd@openoffice.org>  [82729990fb758de817575e9e811e6c150554c5a5]

removetooltypes01: Exchange misleading type sal_uIntPtr with sal_uLong


2011-01-12  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [553d25901c3efc3b96ddabd6159dd97235808a42]

gridsort: impl_getCellRect: no need to adjust the rect as returned by the TableCellGeometry instance. If there are really situations which rely on this, there'y buggy, and need to be fixed properly.


2011-01-12  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [be5a70c14ff7354524f2beeb28d1a9e6e559dcf1]

gridsort: consolidated retrieval of text draw flags - on incarnation of those 10 lines of code is enough, isn't it?


2011-01-12  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3bfbb92536f18093007b3a0494869548b2204424]

gridsort: consolidated and fixed table cell rendering. Instead of tampering with the target areas for cell rendering in various different places, do this in the renderer only, in a single defined way.


2011-01-12  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [dc96f9026c1a8bee84bb897a633042d332224dfc]

gridsort: reworked the color model for grid controls. Now supporting more than two alternating colors, having more reasonable defaults for the colors (VOID instead of some hard-coded values, which thus are unusable). Also, introduced new property UseGridLines controlling whether or not to paint the table grid.


2011-01-12  Mathias Bauer  <mba@openoffice.org>  [4d1ed632960071e47c2f3e209e763a3e282aa98b]

CWS gnumake3: #i86790#: clean up mess with ooo+iso resource files


2011-01-12  Muthu Subramanian K  <sumuthu@novell.com>  [49dc4b9d5fe9352764950650d569aa2b5ef9d153]

Fix forced div formatting (when nCntPre = 0)


2011-01-11  Petr Mladek  <pmladek@suse.cz>  [0d057e9a0c8bfd78ee6bc04b65b3ffe64508ef6e]

Please, ignore the previous message; it was for the libreoffice-3-3-0 branch

This is 'libreoffice-3-3' - the stable branch for the 3.3.x releases.
Only safe changes, reviewed by anoter person are allowed.

If you want to build something cool, unstable, and risky, use master.

2011-01-11  Petr Mladek  <pmladek@suse.cz>  [913e3efa97a6c675f9a1187aa1d4d42449a76041]

Branch libreoffice-3-3-0

This is 'libreoffice-3-3-0' - the stable branch for the 3.3.0 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 3.3.x release,
please use the 'libreoffice-3-3' branch.

If you want to build something cool, unstable, and risky, use master.

2011-01-11  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [07045046b20b33f91668a484accec8f076e9dd9d]

gridsort: don't display cell tooltips unconditionally. Instead, when we use the cell content as tooltip, display it if and only if the renderer tells us it would not fit into the cell


2011-01-11  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [aa25b37b2238edae8b78ea8b3c564e506ac669d3]

gridsort: +QUICKHELP_NO_DELAY


2011-01-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [bf7a4f9841ed240d698033fb6205152c9dfa6ab7]

gnumake3: more work on junit subsequenttest migration


2011-01-11  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [176c4539e07ff91d5522c4ac6a6aee430713d1d2]

gridsort: PaintRowHeader's RowPos argument was superfluous - removed


2011-01-11  Carsten Driesner  <cd@openoffice.org>  [6033d5ea005c171a8cfcb18b5db0dbf181ec9671]

Merge changes


2011-01-11  Carsten Driesner  <cd@openoffice.org>  [d3e4e75b506bb02de4ec7edb7825dae45e7d4a78]

#removetooltypes01: Exchange of ULONG to sal_uIntPtr


2011-01-11  Carsten Driesner  <cd@openoffice.org>  [ee742755ea7d164025f78d9ceba470293fb814ce]

removetooltypes01: #i112600# Added intermediate type to get rid of ULONG without using the old bad type replacement


2011-01-11  Mikhail Voytenko  <mav@openoffice.org>  [e771d76359f996c7d48f78d75ab2b0a7e9893233]

removetooltypes01: #i112600# do not affect FASTBOOL in this cws


2011-01-11  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [78281a1aa0b3b36af204bc850103580757ddbff6]

gridsort: XGridControl: add methods to retrieve the current row/col


2011-01-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ecfafcfee8479d9efc224c8e41886732397f693a]

gnumake3: updated module support for checks and subsequent checks, improved error reporting


2011-01-11  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ba19e3d9901d9df34e685fd72af960e469efe780]

gridsort: Help::ShowQuickHelp: new flag QUICKHELP_FORCE_REPOSITION, which re-positions the window even if the quick help text didn't change. Use this in the table control, this prevents the help text appearing too far from the mouse position


2011-01-11  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a00b4848a0a5ea1595f9a4fded5ff03aacfcac07]

gridsort: IAbstractTableControl renamed to ITableControl, added a few more methods previously found at the TableControl_Impl only


2011-01-11  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [8df1cd3bd0fa3669aface30e05551726dc77c6db]

gridsort: XGridControl::getItemIndexAtPoint renamed to getRowAtPoint; introduced getColumnAtPoint


2011-01-11  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4f4236241c3646ac0adca364efd39eb2bb019693]

gridsort: +XGridColumn::HelpText, to be displayed as tooltip for the column header


2011-01-11  Caolán McNamara  <caolanm@redhat.com>  [f6bd36365d509f54cb4ece52a32f9401f9a07a66]

C4805: unsafe mix of BOOL and bool


2011-01-11  Carsten Driesner  <cd@openoffice.org>  [5fb7fce9cbfb4116a35bfb54fa0070cbe5bc31c5]

removetootypes01: #i112600# Use correct conversion ULONG => sal_uIntPtr


2011-01-11  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a93401cacf1d7cc15335d40353ea893d537e6a30]

gridsort: removed XGridControl::setTooltip. It had a rather strange semantics, seems to be unused in the current OOo code base, and would belong to the model, if at all. Still one thing to do: do not unconditionally display the cell content as tooltip, but make this dependent on whether or not the cell content fits into the cell.


2011-01-11  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [b9b69e534f47e6760f38ba2909f1870832c7064e]

Fixed missing tools/toolsdllapi.h include


2011-01-11  Carsten Driesner  <cd@openoffice.org>  [5f570868178e46cc7f8e3981fe4587a757a9690e]

removetooltypes01: #i112600# Use correct conversion for ULONG => sal_uIntPtr


2011-01-10  Kohei Yoshida  <kyoshida@novell.com>  [38b4d22281851e81d465a5580714be78e7b1d0e0]

Added static toString method to ResId class.


2011-01-10  Caolán McNamara  <caolanm@redhat.com>  [28d658136b59513c0f253ec18e90b8c0031f9cc8]

Related: rhbz#668057 Some Support locking files on more than just file


2011-01-10  Caolán McNamara  <caolanm@redhat.com>  [70e031ce566cf6591276b7961733a39e7fa901f7]

Related: rhbz#668057 use %% escaped # instead of literal #


2011-01-10  Petr Mladek  <pmladek@suse.cz>  [ca986ad6c4fbc59f54cdf363b40e1b423db4aeb3]

Version 3.3.0.3, tag libreoffice-3.3.0.3 (3.3-rc3)


2011-01-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5171df883a9c53e465641d68c8812ce58fffb2ad]

gridsort: removed XGridColumn::setIndex - don't really want to have something like this at the public API


2011-01-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e19dc19beb6fe80ff2389fb0258b1d23eca5a521]

gridsort: XGridDataModel: moved modifying functionality into XMutableGridDataModel.


2011-01-10  os  <os@openoffice.org>  [714d06f1e2ad37d2d27469e1b95de89ec46e4540]

m96 merged


2011-01-10  Mikhail Voytenko  <mav@openoffice.org>  [9576f890e3f4c8bfe09805b878954943f859ae55]

removetooltypes01: #i112600# remove tooltypes from cppcanvas


2011-01-10  Mikhail Voytenko  <mav@openoffice.org>  [2e7f149546b24d2e880d13c5860c1eeb8c318d68]

removetooltypes01: #i112600# adjust basic and scaddins


2011-01-10  Mikhail Voytenko  <mav@openoffice.org>  [46dc4331c0eca8ea65e9dd0226d197baf184f76f]

removetooltypes01: #i112600# adjust canvas


2011-01-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ea19107db47e6d6a6ad8a2ff284a8a8f10120926]

undoapi: merge


2011-01-10  Mikhail Voytenko  <mav@openoffice.org>  [c7f3ff87f8f75b4d547cdd0148796c018e092bbd]

removetooltypes01: #i112600# adjust canvas


2011-01-10  Mikhail Voytenko  <mav@openoffice.org>  [9ceaf743a988d5a6ed49cd73ad3b9966d88ca98a]

removetooltypes01: #i112600# adjust canvas


2011-01-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e571acf41b0522cb59cb016c31699264eef2d9aa]

gridsort: toolkit depends on qadevOOo for quite a few revisions now - reflect this in build.lst


2011-01-10  Carsten Driesner  <cd@openoffice.org>  [1ed4356f107400984cd312f56eac7a1c920cbdf7]

removetooltypes01: #i112600# Fixed duplicate type definition


2011-01-10  Mikhail Voytenko  <mav@openoffice.org>  [50611fb4131eab79ef2cd1bcf0aacc2a560d4877]

removetooltypes: #i112600# remove tooltypes


2011-01-10  Carsten Driesner  <cd@openoffice.org>  [7eb83d0c2c14e6210eaba95e84e7c5a8f0bf8dcf]

removetooltypes01: #i112600# Last fixes for VCL


2011-01-09  Anders Jonsson  <anders.jonsson@norsjonet.se>  [b7082555914ecfdc4b6bd65ab4d7bda8347518e2]

Remove unused code


2011-01-09  Robert Sedak  <robert.sedak@roby.hr>  [66231974fb2e6b00621c6fa27d448f8c0f3c316b]

Fixed localize jpropex launcher under Win32/Cygwin


2011-01-08  Vladimir Glazunov  <vg@openoffice.org>  [07c9afc89ad7f446daea80921cbb1f9d90a9b91a]

CWS-TOOLING: integrate CWS ause129


2011-01-07  Carsten Driesner  <cd@openoffice.org>  [f335d6e4e23743a0699870ca2b5e43810eac8ccf]

removetooltypes: #i112600# Adapt Unix part for removed tool types


2011-01-07  Carsten Driesner  <cd@openoffice.org>  [4ce3516892d0c96c028239a47cf2d5078d061b43]

removetooltypes01: #i112600# Fixes in rsc, svl and xmloff after rebase


2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6a99cafeeff38ea2735c161079158a284bb4ae35]

gridsort: do not retrieve all row headers at once, this doesn't scale. Instead, allow to retrieve the header/title of a row given by index


2011-01-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [91e72cfa06fc05a269946747cfa8a9c98be7c5c9]

vcl118: fix a namespace problem


2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [673d98bbc47183d6b6e25a98d25cef15956acf7b]

gridsort: when columns are removed from or inserted into the model, invalidate the complete control - since columns are auto-resized, effectively all columns might need a repaint


2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1a923e78eb99c6d77e511becfd68b3c7197a78e3]

gridsort: alllow removing columns from a grid control column model


2011-01-07  Carsten Driesner  <cd@openoffice.org>  [1ee06568b0159b4f330524607e5dd16d65872578]

removetooltypes01: #i112600# Fixes in tools after rebase


2011-01-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [f75faf9005f9939e235565861931ddcfa3270459]

vcl118: fix a namespace problem


2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [888d194b804d5df821bfb5f17ea27d8be36cafb0]

gridsort: allow the non-UNO table model to retrieve data which is not known to the UNO DataModel


2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f22bb9223dc038b682ff053972aac6ca8fc3d684]

gridsort: added XGridColumnModel::createColumn


2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6ece6a26603a94710d875082990087fe2b376520]

Automated merge with ssh://hg@hg.services.openoffice.org/cws/undoapi


2011-01-07  Caolán McNamara  <caolanm@redhat.com>  [a8e327d33041eb3cc1dd6409c93c349454c66187]

cppcheck: prefer prefix variant


2011-01-07  Caolán McNamara  <caolanm@redhat.com>  [8c500d58d71af6c18cd680630b333eada1125592]

cppcheck: prefer prefix variant


2011-01-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a39a4c4debcf0c6d73d745e99f55ea177cdfea04]

xlastovi: #i91990# use proper values for CGBitmapContextCreate


2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9b734914f6f44406a84af2904a30dc5be241923e]

gridsort: RowHeight belongs to the GridControlModel (not the GridDataModel), too


2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [74b47a599cda6cff904ba7a5191120c371a86a43]

gridsort: RowHeaderWidth/ColumnHeaderHeight do not belong to the GridData/ColumnModel, but to the GridControlModel


2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [008946a937a4d395dc12b24981b6b7a29bfcb0fb]

gridsort: removed css.awt.grid.ScrollBarMode - it was unused, and if it weren't, it wouldn't belong into this module


2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [2bad78233f9a2584d5df157736c8479b84e94570]

flush stdout before returning from main in case _exit hack is operational


2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [e8bee3c77008cae166916bfe0cca2111063845bd]

Resolves: rhbz#666088 clean up search cache singleton in correct order

Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [b79c4f7daf165e4190b12a19382f4e5615b43163]

Resolves: rhbz#666088 clean up search cache singleton in correct order


2011-01-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b152b401d5be00f18f2a06a8e93a1fdeee8e9735]

gridsort: XGridDataModel: do not provide access to all data at once, instead use cell-based access


2011-01-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0ad7039f44633e24e3c36d0acbcce605c216afde]

ause129: #i116298# move toolkit images


2011-01-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a6533404ad2c4b5cbf15e15ab7ae5993b2855961]

vcl118: #i116120# cope with too small geometries


2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [a3f1ff79c2ff9d845fa2cefaf0875042f90e1bc0]

cppunit: prefer prefix variant


2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [b998eac521322710cbd8b172d6e9ece046365d84]

cppunit: prefer prefix variant


2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [e513878f2ce77e61605c5ee3544650606ad36eb6]

cppunit: prefer prefix variant


2011-01-06  Mikhail Voytenko  <mav@openoffice.org>  [e1949bb196e26d621e12c5761981c61f7dfbaee8]

removetooltypes01: rebase to DEV300_m96


2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [ae59a01d5987014cad4ef6e5d150d6924ca3ae19]

cppunit: prefer prefix variant


2011-01-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4ff7b8a573c3a46bd73027b3c0432c76f9760613]

gridsort: removed XGridColumnModel::copyColumn This does the very same as XGridColumn::XCloneable::createClone does, so there's no need for this method anymore.


2011-01-06  os  <os@openoffice.org>  [2707f3bc104a2a2f3e0ae81a0461d797adba4b43]

#i116322# disable binfilter file export: configuration removed


2011-01-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [137700cb48ed5b7a055e2035f190a73d9cbb3ed6]

gridsort: allow inserting columns into the column model while the control is already alive (unfinished) Missing: Adjustments to the data model. Probably we need to change the API here: It does not make sense that the only method to retrieve actual data from the data model is "any[][] getData" - this doesn't scale at all, and blocks all dynamic changes to the columns. I suppose we need some "any getCellData( col, row )" here.


2011-01-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6f398ef9062d410439a6a5454a906a3669432c5c]

gridsort: when removing a control due to a model change, ensure the control is disposed (otherwise relicts of it will remain in our VCL counterpart)


2011-01-06  Andreas Bregas  <ab@openoffice.org>  [fd4dc478de63240e0fe8a0d8871dde5cc18d5311]

Resolves: #i109702# basic editor reads past end of string when line ie just '


2011-01-06  Vladimir Glazunov  <vg@openoffice.org>  [0ffc1b71ddb263b2cf16dd8d56d20ea800173451]

CWS-TOOLING: integrate CWS vcl117


2011-01-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b0219c7ae1a4d614b981b9a055e27147b064dbf7]

remove printdlg also in new build system


2011-01-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5a91e8f7c63137c3b3b5190163f4ca0b17ad1df1]

gridsort: correct registration for tthe GridColumn service


2011-01-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [6b009c55da67ef22c79ba79c6d859a86be590a67]

rebase to DEV300_m96


2011-01-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1fcf9d3f54c7a943581425109314954970317f95]

undoapi: don't let sw's UndoManager call into SfxUndoManager::Clear when in a list action - introdce a dedicated method (ClearAllLelves) for the pattern needed by sw


2011-01-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b2585c44ee1e1e82b4627b4a7567749b222e7f02]

undoapi: merge after pulling CWS sb135


2011-01-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d70180326a9bc0a34995dff9a0c20f041af761db]

dba34b: adjusted CWS'es changes to new build system


2011-01-05  tono  <tono@openoffice.org>  [16f843fd308ae532ef517b83c6fa172ac6545caa]

mingwport33: i#116264: gbuild for MinGW


2011-01-05  Andreas Bregas  <ab@openoffice.org>  [1e7923efa02dd9d50632da709ffd35b1146dd153]

ab79: #i109702# Avoid reading past end of string


2011-01-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [0aee8374025008f5e1804a77b021593f691572e3]

merged DEV300_m96


2011-01-05  tono  <tono@openoffice.org>  [0a7777cd0b3aa70e0becebe42ef0464f48cd7c44]

Backed out changeset: e84942bd0aca


2011-01-05  Vladimir Glazunov  <vg@openoffice.org>  [c47a5c94f79a6ae9b740eea9e6e2725a153e2a1c]

CWS-TOOLING: integrate CWS impressdefaults1


2011-01-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1d62ed42832de18afdef9d5e768424366d50f748]

gridsort: member names usually start with UpperCase - corrected this for GridColumn/DataEvent, for sake of consistency


2011-01-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [71cf497dd3a441b6563457cf7d0b2a50308e8026]

undoapi: #i116310# added missing resource files to GNU makefiles


2011-01-05  sb  <sb@openoffice.org>  [982a4eae2d8fc1189e6bff20e38e1e2d01a91916]

sb135: recreated tests that had erroneously been deleted by CWS gnumake2


2011-01-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f7ec9e54c979c686185e76f79101c87388906c41]

dba34b: merged DEV300m96


2011-01-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [915a2beafff846ef5f6b1b3e8b031524703b82fc]

gridsort: don't let the SVTXGridControl listen for XGridColumn changes. Instead, the non-UNO wrapper around the XGridColumn (UnoControlTableColumn, implementing IColumnModel) should do this, and then multiplex the changes to the TableControl(_Impl) instance. This way, other IColumnModel implementations also properly trigger control updates, provided they simply properly notify their changes.


2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [fb556893bdd1670877a5db2e49a7ecc20a3a509d]

survive missing configuration providered more gracefully


2011-01-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [8c4dbc63615abbfb0ea4f63a8f0c9b9432651104]

gridsort: make build on unxlngi6


2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [cc0fc0a8d2ecf3f661469e14dbeba5e352e1a9e7]

use RTL_CONSTASCII_USTRINGPARAM


2011-01-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [18416a4b19b1afccb2cc8bddf924028763e1df1d]

gridsort: getCellContent: (col,row) instead of (row,col) parameters


2011-01-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [95ffa5f9070d84c7d5085ed421da14e89fe00c08]

gridsort: don't decide in the TableControl whether a cell content is a image or a string-convertible - this is the renderer's task in the original design.


2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [8b6fe5fa631aafa87c43954643b6552ee2632e7a]

fix build error


2011-01-04  Robert Roth  <robert.roth.off@gmail.com>  [442eb4beb0fe10329ce59100bf1ea273fb425002]

Bogus comments and commented code removal from Unix VCL


2011-01-04  David Tardon  <dtardon@redhat.com>  [0125f70ada5cefa51687f5b06f39ed1f68b53cb9]

remove reference to sun bugtracker


2011-01-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c4c0d87c72e364a4cdc6c330fc6b69bec2d4b080]

gridsort: IColumnModel: make the ID attribute an css.uno.Any, so it can be exchanged with XGridColumn's identifier


2011-01-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d74d7f8d725ef0b858c63f369be250995cebd2f3]

gridsort: allow cloning grid columns, and the (default) grid data/column model


2011-01-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [cc885d5a718b453d674eea291ff64ee0fc770e34]

gridsort: removed methods from ITableModel which exposed implementation details of the UnoControlTableModel. Also, instead of exposing those implementation details in UnoControlTableModel, added atomar operations for stuff like adding / clearing of rows, and the like.


2011-01-03  Mikhail Voytenko  <mav@openoffice.org>  [5f89d28aba3f572ef2d9e5cde5b8d25077de800b]

fwk162: merge to DEV300_m96


2011-01-03  Mikhail Voytenko  <mav@openoffice.org>  [680eaef07ddaf1c687f7fea983ae8daf59567e9f]

fwk162: #i115902# review usage of SfxObjectShellRef, SfxObjecShellLock; remove unused some methods


2011-01-03  sb  <sb@openoffice.org>  [6c1da95174749eb0723e9d3b16544a0ae5b87ecb]

sb135: merged in DEV300_m96


2011-01-02  Rene Engelhard  <rene@debian.org>  [94b86c17de1ffd49506f297b9e64f495cfebd4be]

Merge remote branch 'origin/libreoffice-3-3'


2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [07031f38ad512872504173700d6c104429d4b768]

cppcheck: prefer prefix variant


2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [98020b2d272d64df35611a7ae62ced6bcf268f9a]

cppcheck: prefer prefix variant


2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [d1475fba9a50f1cad4492c27abb2a6f273d6f4b9]

cppcheck: prefer prefix variant


2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [37b07845da73b6b9ae629024c46d2a8eef746d39]

cppcheck: prefer prefix variant


2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [584e736ba8c659c3cb2a272f67c42178d121da43]

cppcheck: prefer prefix variant


2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [fce68bd6020bb55d848024aef15ef281f1694c62]

cppcheck: prefer prefix variant


2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [83488fcbb2d3a5d35000ab168e82cfc5660c6088]

cppcheck: prefer prefix variant


2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [de75cbe4521ef5d53e1438c7f838223e80f4c547]

cppcheck: prefer prefix variant


2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [3c6789a2306ba2ab82eaa739ac231019acf734d3]

cppcheck: prefer prefix variant


2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [efdfbd35957935a1fba0cdf2216bd637fe15e2cd]

cppcheck: prefer prefix variant


2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [29ee2566ce5afaee79ffe2ba3a023e40fa798b9b]

cppcheck: prefer prefix variant


2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [41ed32d65f5de2409ce48d5eede298d9d51120b0]

cppcheck: prefer prefix variant


2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [3f66cf88c9b1cbbd7842dbaba1ab39094e4e24dd]

cppcheck: prefer prefix variant


2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [34180669300e0efb0a50c1c39be128989555bada]

cppcheck: prefer prefix variant


2010-12-30  Caolán McNamara  <caolanm@redhat.com>  [b416ffd411b4eada02af80f422e38ebf5f1c840c]

osl_getProcessInfo requires Size to be set first


2010-12-30  Caolán McNamara  <caolanm@redhat.com>  [28e449856ab1bce58a465d00de89cbc9fdc17b97]

that hash isn't guaranteed to do what you want it to do


2010-12-31  tono  <tono@openoffice.org>  [d6ffda05bd308f9a288beef9c17fcfa3d729448d]

i#116264: gbuild for MinGW


2010-12-29  Caolán McNamara  <caolanm@redhat.com>  [f3ae1b3d44972f2c6186696eafa59c37b7e6545c]

cppcheck: prefer prefix variants


2010-12-28  os  <os@openoffice.org>  [2eb343ab96f5f1892e8d3b1e900162db6d4cf901]

#i115915# duplicate entry LetterPlus removed


2010-12-27  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [8b3d119b7461ef4ed89732c75e201ad5f5fe2458]

dr77: rebase to DEV300m96


2010-12-27  Julien Nabet  <serval2412@yahoo.fr>  [78b0166764c6056863ab49e4521e443580685461]

RTL_CONSTASCII_USTRINGPARAM


2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [469006fff0e5ad63baea2f53388c8594a3bb49ba]

cppcheck: prefer prefix variant


2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [479b3c4e59514dc835bdf9708d5c19bc5dae2f6f]

cppcheck: prefer prefix variant


2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [9e7d2bf3cf5d417b3859eebd3257e1a199692b9a]

cppcheck: prefer prefix variant


2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [0055b13167788a8020f80185881f80c3ec81898c]

cppcheck: prefer prefix variant


2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [39a0581780b04293dcb0153f678bf3d7e5289e1c]

cppcheck: prefer prefix variant


2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [2b4e1fd86bdaca0e62b8e2a43fe2d512db6e2f7e]

cppcheck: prefer prefix variant


2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [190884b67a6edab50a4f483176a8bacea54b4769]

cppcheck: prefer prefix variant


2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [5dbb85e37ac83ed29b9fc51a4e94516d7eab0ff6]

cppcheck: prefer prefix variant


2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [938e7d35a11f445afffa5a276bdc840ce3e74551]

cppcheck: prefer prefix variant


2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [caab8203908c2334f885e7cd31b8d949854ff742]

cppcheck: prefer prefix variant


2010-12-23  Kohei Yoshida  <kyoshida@novell.com>  [db4b977d9694be8a8bf286626389ec2a3dfb0353]

If the language is not specified, use the initial language. (fdo#32523)

SvNumberFormatter has many methods that take language as an argument,
with the default value of LANGUAGE_DONTKNOW.  Most of those methods
default to the intialized language if the language is DONTKNOW, except
for one variant of GetStandardFormat() !  This caused the internal
language to accidentally get set to something else *permanently*.

Signed-off-by: Caolán McNamara <caolanm@redhat.com>

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [6a6f86536d401f984cc03cc8ce66d809a9d22935]

cppcheck: prefer prefix variant


2010-12-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [680c3dd82ff30f1319a10cd78b4b5ab225eae4ba]

gridsort: do not allow NULL/VOID for a grid's columnd/data model - nothing would work then. (Both are already default-initited to some empty model in the grid model's ctor, for quite a few revisions)


2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [9610a250a3aa0d1460156ae18e4572c13509024f]

cppcheck: prefer prefix variant


2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [35207b1186c8dcfd3ebb9f7d7373c7a852447942]

cppcheck: prefer prefix variant


2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [cd5e582be59a9a77dca63c8124495a9f62a2a8ae]

cppcheck: prefer prefix variant


2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [1ce3984acfc51059a3314df807d3cdbb8b0b18e6]

cppcheck: can reduce the scope of this variable


2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [58d5520b7abf5f81d2e175bc2a08ce5a8de94ba2]

cppcheck: prefer prefix variant


2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [aefa0ebc0341dd13570a36d672ba8e6e8fa6fbee]

cppcheck: can reduce the scope of this variable


2010-12-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [23d79558c2a23c98d84163aa4e32a775149215cd]

gridsort: simplified the scrollbar handling


2010-12-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3b554515a3e2bce4a648dd20290daf858d43964b]

gridsort: re-factoring the column-resizing thingie, step 1 In the current implementation, this is rather complex, and hardly maintainable. Also, it all happens in TableControl_Impl and TableDataWindow, while in the original design, the InputHandler was intended to care for this kind of tasks (one class - one responsibility).


2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [93da4be8827d42184f5994285fc6db027d25905f]

cppcheck: prefer prefix variant


2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [f490930e5f7d7cda2977f6aff3156dd25a6ffdc0]

cppcheck: prefer prefix variant


2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [877cfdef6bdeef8d33bbd2e7753661245b448809]

cppcheck: prefer prefix variant


2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [dc4ca8a90869e03f7abe992442c131732c0a3e66]

cppcheck: prefer prefix variant


2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [2bae4c1e231b8b63e44574ed1c10e39efada72c8]

cppcheck: prefer prefix variant


2010-12-23  David Tardon  <dtardon@redhat.com>  [728e72dc9c368d500da843a358be162dd455f6de]

suppress compiler warning


2010-12-23  David Tardon  <dtardon@redhat.com>  [e65b1ea130961386c9a6d3966531f7247881f092]

suppress compiler warning


2010-12-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [146279b8ea82bf2cc56341a52ac3b525be8ca9b0]

undoapi: merged after pulling DEV300_m96. Most probably still not buildable:A number of changes which happened in the CWS need to be redone due to the new build system


2010-12-22  Kohei Yoshida  <kyoshida@novell.com>  [90c9dcfde572f227eae0760066af5b8a9d5d9218]

If the language is not specified, use the initial language. (fdo#32523)

SvNumberFormatter has many methods that take language as an argument,
with the default value of LANGUAGE_DONTKNOW.  Most of those methods
default to the intialized language if the language is DONTKNOW, except
for one variant of GetStandardFormat() !  This caused the internal
language to accidentally get set to something else *permanently*.

2010-12-22  Guillaume Poussel  <gpoussel@gmail.com>  [4d210dc73ce206f7ca4cec302acde478489ecede]

Remove __READONLY_DATA


2010-12-22  serval  <serval2412@yahoo.fr>  [e5e3e28742838823fabc76fd65c0c597b5faf629]

RTL_CONSTASCII_USTRINGPARAM


2010-12-22  Guillaume Poussel  <gpoussel@gmail.com>  [90f9a77c5d8ff119423ac77d56491d39837ecff9]

Removed __EXPORT


2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [88c273d1dcaeb9619b87c300561dfd603f5a1652]

cppcheck: prefer prefix variants


2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [9274b1af9ad1f07aba7e51b662974fb5c07fb183]

cppcheck: prefer prefix variants


2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [8e1934afe18a270b0042afc5fdb9cb19e83a28c3]

Resolves: #i76587# DEFAULT encodings can't be assumed to be system encoding

See:
http://qa.openoffice.org/issues/show_bug.cgi?id=76587
and a practical example of
http://www.openoffice.org/nonav/issues/showattachment.cgi/44588/MSformula.doc
which must remain working if this is found to not be sufficient

2010-12-21  John LeMoyne Castle  <jlc@mail2lee.com>  [953d0d29c4ef876b8e0d2cc6c7f26e44b010ffe0]

68bit currency enhancement


2010-12-21  Noel Power  <noel.power@novell.com>  [7dff66a7b8ad7c820c716d6def57a30906a7f1df]

revert  Merge remote branch origin/feature/currency-64bit


2010-12-21  Noel Power  <noel.power@novell.com>  [eaaed64d1008fc6607448c5d5730f51da198f41e]

Merge remote branch 'origin/feature/currency-64bit'


2010-12-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a4f615f094026a686722f40671d81fdeaab3fc78]

undoapi: MSVC WaE (how did this survive the previous compilations?)


2010-12-21  David Tardon  <dtardon@redhat.com>  [bd1db98524baa526a71744ae0a3711a287884f80]

fix off-by-one bug accessing vector


2010-12-21  Kohei Yoshida  <kyoshida@novell.com>  [85c4c716082f25556a9b1ab3fe633f40269ac902]

Allow selection update interval to be variable.

We use this to dynamically adjust scroll speed in Calc.

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [3a1a1a05cc6e4035b500c2f407f0402ea3c0ba28]

gtk: Use the right padding in the menus, bnc#304620

This is not 100% perfect, it sets even the vertical padding to this
value, but better than hardcoded '1' ;-)

2010-12-20  Tor Lillqvist  <tlillqvist@novell.com>  [e390078b75a976ce3a57bd5dd513d5a5df1db0c3]

Fix BOOL etc redefinition problem on Windows


2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [31da335f4950a875fb9ca5025c5cfd3c0e8449bd]

Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-gui


2010-12-20  serval  <serval2412@yahoo.fr>  [3889e55016f14217d1fc8c4e01b36402ae40a921]

RTL_CONSTASCII_USTRINGPARAM


2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [3b7d7496a524aeaf9e55545af5bb06de45f2ab5c]

Merge commit 'libreoffice-3.3.0.2'

Conflicts:
	unotools/source/config/configmgr.cxx
	vcl/source/gdi/pdfwriter_impl.cxx

2010-12-19  Caolán McNamara  <caolanm@redhat.com>  [b9a3972c80ace76a6aab0b19616a0d4c346405e5]

prefix prefix variant


2010-12-18  Petr Mladek  <pmladek@suse.cz>  [5e8df51cdd2f6a90b4312d2e5249585a4f9c0da3]

Version 3.3.0.2, tag libreoffice-3.3.0.2 (3.3-rc2)


2010-12-18  Caolán McNamara  <caolanm@redhat.com>  [025e954fd9118cba8a135eb29da325f1f5a7938c]

cppcheck: uninit member variable


2010-12-18  Caolán McNamara  <caolanm@redhat.com>  [5573fd532453d454764ca85023eee1cf8a6ca640]

cppcheck: can reduce the scope of this variable


2010-12-18  Anders Jonsson  <anders.jonsson@norsjonet.se>  [46263003c783e8a96542d8c2258fbe58bbdded08]

Remove large blocks of commented code


2010-12-17  Caolán McNamara  <caolanm@redhat.com>  [89fab65cfc582cfd6e8a800d9cd98b25adaee7ca]

WaE: C4805: Unsafe mix of bool and BOOL


2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d1636f73e4efd634e91d1d2c66c759320ec467d9]

CWS-TOOLING: integrate CWS fwk160


2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9dea2fb26911b3bf838b331c27627ac9abce07db]

CWS-TOOLING: integrate CWS sb131


2010-12-17  Caolán McNamara  <caolanm@redhat.com>  [24a7610031176bd8199453c9a8c2671cc331387f]

add cppunit tests for new getBestMSEncodingByChar


2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1194f8ff22a7244d17a128865e6c6563f1502cb3]

gridsort: no need for the param-less UnoControlTableColumn anymore - the recently introduced notifications will always create an instance with the correct XGridColumn delegator


2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [78aea9e924c0520a9363b899c4123f6620ee7ff5]

CWS-TOOLING: integrate CWS ause128


2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [72da6904dfec7a90d4ce6cfcde6ed91ee0a332f9]

gridsort: UnoTreeControl should use the base classes ctor taking a factory


2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f43b04573143cec94fb4e97b2a1a5560749c5ea8]

gridsort: properly react on elementInserted notifications


2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a3f3128398617813c83a853820362844a3201308]

gridsort: renamed XGridDataModel::add/removeDataListener to add/removeGridDataListener - this consistency with the actual listener type name will make introspection work


2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [193b45eb181aae6a3e9720e829629d0aa6335e38]

gridsort: renamed XGridColumn::add/removeColumnListener to add/removeGridColumnListener - this consistency with the actual listener type name will make introspection work


2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7d07b224eacdb9f65485f21bce927358544092a1]

gridsort: let XGridColumnModel::getColumn throw an IndexOutOfBoundsException when appropriate


2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [022089a0f321a1231c47a543ceef6dd64399b101]

gridsort: removed XGridColumn::updateColumn The implementation of this column was only a wrapper around what setColumnWidth/setPreferredWidth would have done. Also, the mechanism how this method was used was really weird, effectively propagating the (preferred) width from the ITableColumn implementation of the grid peer to the XGridColumn implementation of the grid column model. This was done each time the (preferred) width was access for reading - not really a clever solution. Now, the ITableColumn knows its respective XGridColumn, and simply forwards the (preferred) width as needed.


2010-12-17  Joachim  <joachim.tremouroux@gmail.com>  [8787fb26e773fda01e3320c6ec3ad49c1945faf1]

remove duplicate printer code


2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4fa90390b5d796ad757e07c331882fe793f9862d]

gridsort: more refactoring of the relationship (especially with respect to listeners) between the various table/grid classes. Now we're not as strict as before with respect to the construction order. Also, updating various aspects of a column model (e.g. inserting a new column) will work now even if there already is a control for the model. Still a long way to go to fix some more obvious problems, which make using the grid control API a PITA (you're lost if you do now know *exactly* which things to do in which order).


2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [42bdf85f0f7bdfb9ae943531689404040ebda0ec]

CWS-TOOLING: integrate CWS mib19


2010-12-17  Caolán McNamara  <caolanm@redhat.com>  [15d191ed79cd8f99af744101841bf6dd003ad888]

rename the Svp printer stuff from PspSal to SvpSal


2010-12-17  Caolán McNamara  <caolanm@redhat.com>  [86cf96d8be4df788f7ed50e2da39b79f0ff8d29e]

Move the PrinterUpdate stuff to be SalInstance specific


2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [878a6d5d3ef08583cc8bf6b3dc10c23773b55240]

CWS-TOOLING: integrate CWS gnumake2


2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5ae94b8656da7aba96f1cecdf70ce44b921a5549]

undoapi: (I|Sfx)UndoManager now working with size_t instead of USHORT


2010-12-17  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [ce5f21f5c6deab3f20db3f09d6515bb1124cf348]

tabcontrol: compile fix


2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e58846d87b1632686e167e49868b86e94b0d7edd]

gridsort: removed setter methods from ITableModel - they're an aspect of concret implementations, if at all


2010-12-16  Thomas Klausner  <wiz@NetBSD.org>  [64384c29136df68340bc3cccd2bcf98360b7fb6d]

Handle NetBSD like the other BSDs in more cases.


2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [e66c7046a54d967764d3617bf91d087a4f12906a]

C1061: workaround worthless compiler


2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [3f7a96e2de304dd91a2811403003b8fd48301203]

cppcheck: unused variable


2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [a5e8a3c65e5ac3bb0bec755b875fa935e18c9555]

cppcheck: init this variable


2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [6d583ed192a18cbaa15db23649ecea6a47e13fc3]

cppcheck: return variable unused


2010-12-16  Joseph Powers  <jpowers27@cox.net>  [65a182ca25c47af13e8d494da7195ff2bdaf0ba0]

Extend "tidy tools::getProcessWorkingDir" to the Mac OS environment


2010-12-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [dda6458c72d6ae30ad5cd851591a8e4a263a36ea]

undoapi: merged DEV300m95


2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [9bf6971b763175112bdaee0be6f296f3193f5c09]

tidy tools::getProcessWorkingDir


2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [0c670815e7ac545fa02570a471f65901c69b4d5b]

tidy tools::getProcessWorkingDir


2010-12-15  Noel Power  <noel.power@novell.com>  [57944ebb711e7ee932891130254247a92c83b254]

Merge commit 'ooo/OOO330_m18' into libreoffice-3-3


2010-12-15  Anders Jonsson  <anders.jonsson@norsjonet.se>  [9767eaa5a33826b80fe51aee0ce86d752d8624fe]

Remove large block of unused code


2010-12-15  Caolán McNamara  <caolanm@redhat.com>  [c1c5a0664e51e24acc0ddd52db4e00687fd77a83]

add file


2010-12-15  Caolán McNamara  <caolanm@redhat.com>  [82ba2089427326678422de8b52e2140f18268fb9]

Resolves: #i101057#/#i97332# A better converter to multiple legacy codepages


2010-12-15  Caolán McNamara  <caolanm@redhat.com>  [73e44a0566c2b106d892015e9ec6a3a465bfb890]

Resolves: #i101057# Merge WMF and WW6 code page export logic


2010-12-15  Michael Stahl  <mst@openoffice.org>  [9cadf88b301b201e8ce88576d18d9efe5962ad31]

undoapi: #i115383#: SfxUndoManager: fix stack marks, add empty stack marks


2010-12-15  David Tardon  <dtardon@redhat.com>  [6439b0e444dabb772b648f6788e73c47a25cce72]

remove reference to sun bugtracker


2010-12-15  Julien Nabet  <serval2412@yahoo.fr>  [ad0a2eb06ed495bc3e16ef485e979ae6a761d948]

RTL_CONSTASCII_USTRINGPARAM i18npool


2010-12-15  Julien Nabet  <serval2412@yahoo.fr>  [e133eda619c1caaf70ad52661c13cf2c43845073]

RTL_CONSTASCII_USTRINGPARAM qa


2010-12-15  Julien Nabet  <serval2412@yahoo.fr>  [6a0e88b292d901068835042d126819360a06e84e]

RTL_CONSTASCII_USTRINGPARAM for aqua


2010-12-15  Julien Nabet  <serval2412@yahoo.fr>  [a4b3b940de6c9cf4b6033bbb260c4cef56d5e0cb]

Removing comment with createFromAscii


2010-12-14  Rene Engelhard  <rene@debian.org>  [dca436963eb35dc5365ece7fbbe78dad4b89bc49]

remove redundant CFLAGS setting


2010-12-14  Rene Engelhard  <rene@debian.org>  [55767270024c3d9392d72efa847e362f09dd51ce]

remove redundant CFLAGS setting


2010-12-14  Rene Engelhard  <rene@debian.org>  [40d6fee02e8e176a3bd9b3c0e91e2c6af5c5bef8]

generate afm_hash.cpp in $(INCCOM)


2010-12-14  Rene Engelhard  <rene@debian.org>  [d1c608f546c49199a7df1e9dbe4fde0feacb3fdb]

generate afm_hash.cpp in $(INCCOM)


2010-12-14  Noel Power  <noel.power@novell.com>  [38cd06705982ce14abc7cb9738b4966626e28dc3]

add stream operator for sal_uInt64


2010-12-14  Luboš Luňák  <l.lunak@suse.cz>  [06a5f348170691e9b3aa4ccf3c8c5d07889e3774]

simply use QRegion in Qt code instead of messing with Xlib

It's also optimizing for the common path (IMAGE_BASED_PAINTING).

2010-12-14  Luboš Luňák  <l.lunak@suse.cz>  [bf4b61c7b7f2ca1d9641ab0cf5f88a68bc3930d0]

do not use QPixmap::handle(), as it may be 0

See comments in code for details. The usage of Xlib's Region type
internals is not nice, but seems to be ok in practice.

2010-12-14  Philipp Lohmann  <pl@openoffice.org>  [4b7f081ab7079115050d5329b70c7b965db6ba85]

TabControl::ImplGetTabRect negative height gives BadAlloc

Fix from i#116120

Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2010-12-14  Luboš Luňák  <l.lunak@suse.cz>  [ffe9f282b0374f04ca65e2fc208ffb6d3162f6ed]

force Qt paint system to native (fdo#30991)


2010-12-14  Michael Meeks  <michael.meeks@novell.com>  [7029da9db5ab730b870abfeaaf09b3d551f4fdb8]

make tmp names recognisable, and cleans


2010-12-14  Luboš Luňák  <l.lunak@suse.cz>  [2a96c19bb7854bd4754715152939c21f3f7bfd0a]

avoid 'error: narrowing conversion of ... inside { }'

presumably triggered by enabling c++0x

2010-12-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [88d8c7d28eeaa01050a0ef311d2a0ea3a79a290a]

merge OOO330


2010-12-14  Caolán McNamara  <caolanm@redhat.com>  [4c1dc14bbbc283846bc3364f584ca34f20fd69cd]

get this to build without errors


2010-12-14  Rene Engelhard  <rene@debian.org>  [b1ba1e1fc665c199a8f5a6ab79c1f51ef3744f4d]

generate afm_hash.cpp in solver, not in the source tree


2010-12-14  Caolán McNamara  <caolanm@redhat.com>  [7758d868da6c4d6f489300bfb517ab3bb7a6dce9]

get this to build without errors


2010-12-13  Thorsten Behrens  <tbehrens@novell.com>  [11f540454d61bb517c9653f512ea5d0370e2a544]

Cleanup: remove obsolete code in vcl

* cleaning up todo/next incompatible items

2010-12-13  Rene Engelhard  <rene@debian.org>  [e37bd8234d4bdb1bb6439ad44c8f8fbc5fbdfdc3]

generate afm_hash.cpp in solver, not in the source tree


2010-12-13  Rene Engelhard  <rene@debian.org>  [3beaf59499a96cb7398463e4b4cc725dd903b8ef]

build afm_hash.cpp using gperf instead of having it prebuilt


2010-12-13  Joachim Trémouroux  <joachim.tremouroux@gmail.com>  [f157f79eeccb11a451b5eeac7017abb06e451453]

cppcheck: cleanup


2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [9bbc69d591fb9ac6bea61749825a9c20460a121d]

tidy RTL_CONSTASCII_USTRINGPARAM work


2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [9ba05db1b34d91a65e6d04e37a1bf1f283b6010c]

remove spurious commented out misuse of createFromAscii


2010-12-13  Michael Meeks  <michael.meeks@novell.com>  [8faa1b3ced340116e764f6992842af89fd8ebee2]

make image count more accurate.


2010-12-13  Andy Holder  <andy.m.holder@gmail.com>  [87f4392c41a09c4d1cc36d5bafb4f1b0e8a772b3]

Change unnamespaced file.hxx macros


2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [591a23968df87c1c86fb16167a453e553dc20ae3]

referenced after use still


2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [0fc7f9ec1c25dc18e8f610178b51b5a4e5702e22]

release fontconfig on exit


2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [86950e016d966c1bde6539ee1870af10510b19b8]

release fontinfo on exit


2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [57c83f1b43cdad8d1c004cc81d797e80253183e8]

release printinfo on exit


2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [d9e50ee760868af1659eea89ebf7af53cadee29a]

tidy this up and just use references


2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [a41d3142f5070e9cb917c4818a546714fb5f10ca]

cppcheck: init member variable


2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [aaac7ce464c11ed05f91570c4f0463017ba6dd10]

check for env variable of headless plugin in desktop detect


2010-12-13  Michael Meeks  <michael.meeks@novell.com>  [889477473b5e66dca363e0f5163fe861b43b5104]

remove missing images


2010-12-13  Michael Meeks  <michael.meeks@novell.com>  [679379e1d820682d457307b318d1c39a16d17e64]

remove obsolete img_s in list


2010-12-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [858425d6af63169489c1384927a78c581a01c5a2]

xlastovi: #i91990# use generic service implementations for clipboard, drag and drop in headless case


2010-12-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [78d2dad5a5d79ed145a6f569147184c56754edf8]

xlastovi: #i91990# virtual devices need to have a context to draw on


2010-12-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [46f850cecf0ccc2880a2f5e2e54bdd7cc368e6c0]

xlastovi: #i91990# let get windows their delegate messages


2010-12-13  Thomas Lange [tl]  <tl@openoffice.org>  [01c0c78cba9713955a94b2962236be57424e2c4d]

cws tl84: merge with DEV300_m95


2010-12-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [040da2b50cb77731473cc510d1ff819d042a8256]

vcl118: #i116048# improve shutdown behavior of unix clipboard (thanks sb !)


2010-12-13  Juergen Schmidt  <jsc@openoffice.org>  [5ccae96b89cdb7144854d6de3860ec69445b10cf]

spc01: improve error handling, catch exception in copy_file


2010-12-13  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [6e274283a3cc132667ded59946c93fa4891f8cc3]

Update from master repository (DEV300_m95).


2010-12-12  Caolán McNamara  <caolanm@redhat.com>  [a1b8fa30d9ff6b662394da2bbc68c440b3be68d9]

cppcheck: can reduce the scope of these variables


2010-12-12  Caolán McNamara  <caolanm@redhat.com>  [5f2659d8f013078de247c68cca6ee0eb448c12d5]

Resolves: fdo#32236# #i115825# Regression in wmf text rendering

Regression in rendering chunks out of multipart text lines
(cherry picked from commit c512e7f3bc299f57dc2500c21e0f81f5a2072e80)

2010-12-12  Caolán McNamara  <caolanm@redhat.com>  [c512e7f3bc299f57dc2500c21e0f81f5a2072e80]

Resolves: fdo#32236# #i115825# Regression in wmf text rendering

Regression in rendering chunks out of multipart text lines

2010-12-12  Gert Faller  <gertfaller@aliceadsl.fr>  [28274c945acb8b6eac1bd318674eb12b7e1bd126]

cleaning of __EXPORT define


2010-12-12  Gert Faller  <gertfaller@aliceadsl.fr>  [402434b22ab75f63caa6a27f392be5f14e211b98]

change of __READONLY_DATA define to const


2010-12-11  Gert Faller  <gertfaller@aliceadsl.fr>  [222e70d75901202d62ab6425c993a6741c3e1eeb]

cleaning of __EXPORT define


2010-12-10  Caolán McNamara  <caolanm@redhat.com>  [593dbec1edb54874078fe02096100db82e3281a9]

propogate exit code out to main


2010-12-10  Muthu Subramanian K  <sumuthu@novell.com>  [4d6cb7adef33e083ced554045212176574545a64]

XLSX VML Export fixes.

Make generation of xml header optional.

2010-12-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [e4d5c2468cbd3ef684c3d538e03870415e7cc836]

vcl118: #i65970# increase gradient quality especially in ghostscript


2010-12-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [6736962786ef8cd1cbd8e40c8dff16f98e9bb08d]

Use FONTCONFIG_LIBS rather than -lfontconfig

And add some spaces.

2010-12-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [2ce9d37fc3ae1ffe1482233aab245329140d766f]

Add FONTCONFIG_CFLAGS to CFLAGS


2010-12-10  sb  <sb@openoffice.org>  [af2e07cda8af65d78bf854a07e67d786533a8349]

sb135: #i116041# make sure MutableTreeDataModel is disposed, to avoid leaks


2010-12-10  Caolán McNamara  <caolanm@redhat.com>  [f5b342164e855c4b5a548331cea73c2f35cbf7cf]

valgrind: uninit varible in binfilter tests


2010-12-10  pavel  <pavel@BUILD.kancl.blue-point.cz>  [40977e873012474a87cf4d07350e675f1aa369fd]

xlastovi: #i91990#: fixed the issue


2010-12-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ff5156745bae81be0d96b25d2ad5dfefde4285fd]

gnumake2: fixing ::rtl::Reference/::com::sun::star::uno::Reference collision, which broke PCH


2010-12-10  Jesús Corrius  <jesus@softcatala.org>  [d70de4872ead035fff121d1d187d3a02f42d1a38]

Link directly to version.lib


2010-12-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [861aaeb9f8ab21db8d52c417c4a753e063f7a448]

vcl117: more help id woes


2010-12-10  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [c9a30a0eb85b94379026488a445987318408707d]

Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300


2010-12-10  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [e2580a033f3abcc220d2c4dc82743a80d3f4983d]

tabcontrol: put helpurl


2010-12-10  Thorsten Behrens  <tbehrens@novell.com>  [7bf47170db1b9b4451a23d1e0c8a52391ef5886f]

Cleanup: removed unused method


2010-12-10  Thorsten Behrens  <tbehrens@novell.com>  [c5bcf5b7fdd7cf1c2d398b234b2e0064bbb52bad]

Cleanup: removed no-op virtual function


2010-12-10  Thorsten Behrens  <tbehrens@novell.com>  [edb301cf7c211c5dcc03d5461ade0e322ebba37d]

Removed dead code - old BigInt-based MapMode


2010-12-09  Kevin Hunter  <hunteke@earlham.edu>  [42ee24dd1cfa2cead79268c42a40ada41105ebe3]

Remove unused variables.


2010-12-09  Joachim Tremouroux  <joachim.tremouroux@gmail.com>  [ff7bc816785ec34ea3fc16c03e41d8754cd94c91]

finish cleanup of missing icon handling code


2010-12-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [555da515d7346b80738c115acdc537198481b110]

vcl118: #i65970# use shadings for gradients to increase efficiency and avoid paint problems


2010-12-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [fb72098ad01e420c47cb54559e953146c5488a18]

#i115788# fix file specs vs. URI


2010-12-09  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [e9293a30a3958f55e7f965139dad52d5fe8ddd9b]

fdo#32258: Be a little more gentle with Inet params and simply skip duplicates


2010-12-09  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [73cb3aa2b76ac0635747b713c14e8ccb8d651526]

gnumake2: #i105735# removed obsolete defines


2010-12-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [ceeb8d38c1e72e6fc6da36208f67424637a53226]

vcl118: #i115788# fix file specs vs. URI


2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [b2aec1683e83bd295941da409a7aae2343cf8c15]

WaE, unused variable


2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [69f88f2d01a927e782431a23578644791362988f]

cppcheck: can reduce the scope of these variables


2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [8376ca05b66279be7397d1941578bb03081759c7]

cppcheck: can reduce the scope of this variable


2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [e7e86dbafccadf7b3ed2af29a5fc9f1b3431ad9e]

great hunks of this are unused


2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [36256eb83ac4cafc74afe79bac5e163922d53b62]

cppcheck: scope of these variables can be reduced


2010-12-09  Muthu Subramanian K  <sumuthu@novell.com>  [b0e90c6561dcf3697b680ea81b5733f073cbcf24]

New number formats (?/4, ?/100 and ?/[n]). n#655214

?/4 is for quarters representation
?/100 is for hunderds representation
?/[n] is for forcing the divisor to be 'n' e.g. ?/5

2010-12-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [bb3d4745b0ba99ed0076ea7bda066d0be05e708a]

vcl117: more HelpID cleanup


2010-12-09  obo  <obo@openoffice.org>  [f7a8cd0c613ff85a3436ccfec18755c38eeeb196]

CWS-TOOLING: integrate CWS impress205


2010-12-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [6b9fd95e6292d03bfe3c78c8e98bc6775d270b12]

mib19: rebase to DEV300m95


2010-12-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2e19f3dbe886792a46bcb2cabc61782321925fad]

vcl118: #i115837# add a murphy factor to checkbox width


2010-12-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b7fe7adb86be3b6a2518f3138651aed1b0d5cb7a]

vcl117: clean up helpid mismatch


2010-12-08  Caolán McNamara  <caolanm@redhat.com>  [b4de90a7249b29720e5ad39d96768aec7920a02e]

cppunit: survice missing config and default sanely


2010-12-08  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [50cf0439eba7662136bdb014074a8916111a2871]

vcl118: Octree and InverseColorMap are vcl-internal only


2010-12-08  Release Engineering  <releng@openoffice.org>  [439648ba248cc9c150943f9ee1640fc937c37012]

ause128: remove target file before copy over it


2010-12-08  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [3c6db61c1c9648a11a68d0ce8bdb09ab3a5d3ddc]

vcl118: yet another round of vcl-plugin-only export restricts


2010-12-08  Thomas Lange [tl]  <tl@openoffice.org>  [447c28f42f6b9e36d308c13831c9bdebc466d696]

cws tl84: #i89042# word count fix


2010-12-08  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [8d87aa82663038d3a200a3ae378118412bcac6a2]

gnumake2: resync to DEV300_m95


2010-12-08  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [74f2455698cf859484f5d98d90137ba178004279]

vcl118: export more sal-symbols to vcl-plugins only


2010-12-08  os  <os@openoffice.org>  [7d2f2bace5c23c70a6c125b283c70bdbb5236aca]

DEV300 m95 merged


2010-12-07  Caolán McNamara  <caolanm@redhat.com>  [c4efc7e6920a3d9e47b9434d5e688e94f71ce58b]

This PathService isn't connected to anything, its a dup of the real one in svl


2010-12-07  sb  <sb@openoffice.org>  [5155db882689d127014e706a08ddd862e3fb52b1]

sb135: merged in DEV300_m95


2010-12-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [bb5ddf6d0a298815e9f78c2b29f62bfe77936b61]

merge with DEV300_m95


2010-12-07  David Tardon  <dtardon@redhat.com>  [d7d829aabef776ab3b710eb7654cb45434f80572]

initialize session client when SalSession is created

This avoids crash on end of desktop session if quickstarter is running
and no window has been opened yet.

2010-12-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [79e0dddfceba2381889faa71fd18be6f59f66ec5]

gridsort: introduced container listeners at the grid model, reworked and fixed listener relationship between grid model/control/peer


2010-12-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4308506369203864bbe6f719ae4e4cbd443abc42]

undoapi: allow to clear the Redo stack on the top level (needed for Writer's migration to SfxUndoManager)


2010-12-07  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [840b95b8f689448e16caf9ce93d83d2c63a1b1c9]

vcl118: restrict more dll exports to vcl-plugins only

This should help to prevent more false positives like those mentioned in
http://www.openoffice.org/servlets/ReadMsg?list=dev&msgNo=28195
2010-12-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [19dc26163dd9ce824734c57e54bbf2cf9774f8fa]

gridsort: no reason to burden each and every client with creating a default Data/Column model - do this in the ctor of the grid model. If clients want to override this, they of course still can do


2010-12-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4bbd9b1e359823ecdf7bda1135c4dd9a9a4b5e9a]

gridsort: re-enabled those tests


2010-12-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [7635b88ab72b171da98e5ec6785079fabc7cf1a3]

vcl118: fix dll exports


2010-12-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [3a6a2702ab2a181334c1fc07d681813cff9d5442]

vcl118: fix a warning


2010-12-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [85ecac77d35f3d0a5b43cb79cadcd6f1010d7cc3]

vcl118: #i115905# improved clip region interface on SAL layer (part 4, OS2 implementation)


2010-12-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [ca8147a714ad3a8ceb067830c5d459d06b81653d]

vcl118: #i115905# improved clip region interface on SAL layer (part 3, X11 implementation)


2010-12-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fa61fee72746be5561a3878829f456c50cafae98]

gridsort: give the UnoControl(Model/Base) classes a ctor taking a service factory, so we have access to the factory which created us, and don't need to resort to the process'es service factory


2010-12-06  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [89628d803e445194e4629cc55462338bf3444ce8]

rebased to OOO330m17


2010-12-06  Michael Callahan  <callahan@xmission.com>  [6883bb0a7c0d3c3995e8dabb60b6ff702061547d]

remove obsolete __FAR_DATA


2010-12-05  Takeshi Abe  <tabe@fixedpoint.jp>  [2ebfbf57882007458549f7f6c269d71aab485c16]

Replace all occured, occurance etc.


2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [472070b7ac12ab8db81af5d4904ddfac75786526]

cppcheck: can reduce the scope of this variable


2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [06e0790b7dbf6d50a7b74a07ff5ab118379a1f00]

cppcheck: can reduce the scope of this variable


2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [987d1ac818ee0fd572f497707cc495973563868b]

stray ; at the end of inlines


2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [dfd710815b96a381066c94eb32f6e270bce5dcd4]

cppcheck: can reduce the scope of these variables


2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [e2b7db184e7c0c15b49a9cfa67b32d0e0bf468fe]

cppcheck: scope of these variables can be reduced


2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [bd4b7c12312240bfbd54f2826678ddd487086e6d]

cppcheck: Can reduce the scope of this variable


2010-12-03  Thorsten Behrens  <tbehrens@novell.com>  [9abd185f9226b65c45ea77b47ae4ff1a0e937a54]

Export FileChangedChecker symbols

forgot to annotate with public dll api

2010-12-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [839cc3fb3903d6bf9820fe378dbd235a64d41a5b]

vcl118: #i115905# improved clip region interface on SAL layer (part 2, mac implementation)


2010-12-03  Mikhail Voytenko  <mav@openoffice.org>  [0efecfa8ffd5890a16c726aaba9e85011fbe32c4]

fwk162: #i115836# fix assertion


2010-12-03  Mikhail Voytenko  <mav@openoffice.org>  [c5d004724221d50b4de1c6bbe0e6694b416f8709]

fwk162: #i115836# avoid crash


2010-12-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [dbe20b9c82f1c1cb8d4e91fb416c191df4d99ccb]

vcl118: #i115905# improved clip region interface on SAL layer (part 1, windows implementation)


2010-12-03  Surendran Mahendran  <surenspost@gmail.com>  [3cedb3ee719afa2443507f3797f45e18db091c35]

First cuts for edit with external tool method

Moves FileChangedChecker to svtools, for reuse in other applications

2010-12-03  Petr Mladek  <pmladek@suse.cz>  [a59b2654ea02b058a6ab60e30be517713d8758e1]

use BrOffice name only with --enable-broffice (fdo#31770)

reviewed by Michael Meeks <mmeeks@novell.com>

2010-12-03  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [4a43aae278aa003aedec2b34e1b0049773bb2f58]

gnumake2: adding undo resources in svt


2010-12-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [49b3a5405845ade67cd8874549d4adde94eca6c1]

undoapi: merge after pulling selected changeset from CWS fwk162


2010-12-03  Caolán McNamara  <caolanm@redhat.com>  [f3dd48059efe1321c58718b4d7a220b94fbc4a2e]

Related: fdo#31243 remove shadowed variable names (cherry picked from commit 4a95223e49e5967472ff6ee68659c4ff87298e4d)


2010-12-03  Caolán McNamara  <caolanm@redhat.com>  [1fada0bf264d7c5e37087c31bbfe11955ed5b782]

Resolves: fdo#31243 glyph fallback for cairo-canvas (cherry picked from commit cbd99e3bdd8a2bb887fb3eeb1e8d0a90f7576234)


2010-12-03  Caolán McNamara  <caolanm@redhat.com>  [9f79f618431af939efbb2cc223d38227dbce692f]

Resolves: #i115788# URIs must be exported as 7bit ASCII (cherry picked from commit 8b074d17a7e81f075dfe30236dfcd1b0e9f36ad2)


2010-12-03  Caolán McNamara  <caolanm@redhat.com>  [4a95223e49e5967472ff6ee68659c4ff87298e4d]

Related: fdo#31243 remove shadowed variable names


2010-12-03  Caolán McNamara  <caolanm@redhat.com>  [cbd99e3bdd8a2bb887fb3eeb1e8d0a90f7576234]

Resolves: fdo#31243 glyph fallback for cairo-canvas


2010-12-03  Mikhail Voytenko  <mav@openoffice.org>  [7003ca7598e4b680b12138f5451edf712a0c06a1]

fwk162: #i115726# support activation of object from other threads


2010-12-03  Juergen Schmidt  <jsc@openoffice.org>  [2a210d86f6c679f1fcef1cc6508b6918a83f5baa]

spc01: sync with master ooo330m17


2010-12-03  Christian Lippka  <christian.lippka@oracle.com>  [42c4b20a174a785cf7e0323b23d610ec85b3d8c6]

impressdefaults1: fixed linux compile error


2010-12-02  Christian Lippka  <christian.lippka@oracle.com>  [8f9881a315be4b0a4bd94cf585a0721b23f61c34]

impressdefaults1: fixed compile warnings on unix


2010-12-02  Radek Doulik  <rodo@novell.com>  [51c1386285632f188a2f875f71606f2730990b84]

fix invalid read in doubleSequenceToColor, fixes crash in n#654065

Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2010-12-02  Caolán McNamara  <caolanm@redhat.com>  [f1d5bbb4bee9e388b93d288805f1b6281ae122be]

convert archaic String types to rtl


2010-12-02  Radek Doulik  <rodo@novell.com>  [67be5829944758dec070710521cd86ae49e00aa9]

fix invalid read in doubleSequenceToColor, fixes crash in n#654065


2010-12-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9e0d9e1471848755ba14ac59524187f47fec11b0]

dba34b InitImageList: corrected condition for early exit


2010-12-02  sj  <sj@openoffice.org>  [dc6983fdeb44160d3ae826bc00d0b00288926cd1]

impress205: #i115825# fixed metatextarray issues


2010-12-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c0c7df960b4382b9405722fc302c822120c4b78e]

vcl117: #i115056# fix dialog HelpID


2010-12-02  Christian Lippka  <cl@openoffice.org>  [c7604d69d5d5b3192b1b1f3e25940de3a424e6bf]

impressdefaults1: #i113019# lazy delete static canvas factory


2010-12-02  Caolán McNamara  <caolanm@redhat.com>  [9eb63bc87f7eded9bcbf6e44478c0973ece944bc]

cppcheck: uninit member


2010-12-02  Caolán McNamara  <caolanm@redhat.com>  [8b074d17a7e81f075dfe30236dfcd1b0e9f36ad2]

Resolves: #i115788# URIs must be exported as 7bit ASCII


2010-12-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2c0848116938267793360f7f6c2e3afc1c38be32]

Automated merge with ssh://hg.services.openoffice.org/cws/gridcontrol07


2010-12-01  Caolán McNamara  <caolanm@redhat.com>  [82a83e49999ad1797c4388ef179deb03a2564d7f]

cppcheck: uninit member


2010-12-01  Petr Mladek  <pmladek@suse.cz>  [efc1e1ba1adbbe583cdbe639652184900eea3a12]

Version 3.3.0.1, tag LIBREOFFICE_3_3_0_1 (3.3-rc1)


2010-12-01  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [97c6bea95f045bf0f6ed578b41e21efbe57340f0]

undoapi: clear the redo stack when leaving an Undo context resp. list action, not when entering it. This is a pre-requisite for Writer's upcoming migratin to SfxUndoManager


2010-12-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [10c1675a56c89c9e64094f02306fee5b3991cd7e]

vcl118: #i115838# improve region with respect to polygonal regions


2010-12-01  Petr Mladek  <pmladek@suse.cz>  [9352c8a1a0bb8f878b84773803d69f0fee56d1de]

use BrOffice in pt_BR locale (fdo#31770)


2010-12-01  Henning Brinkmann  <hbrinkm@openoffice.org>  [636478368f44c83e1e5f2d19ea84e82052b569b6]

merged DEV300_m94


2010-12-01  Carsten Driesner  <cd@openoffice.org>  [9dbec42b22c04a314efd770160456228d0d25a5f]

fwk160: Sync to DEV300_m94


2010-12-01  Mikhail Voytenko  <mav@openoffice.org>  [b8192efb72677b5b7797f50ec2b4c16371b4c9cb]

fwk160: #i74950# let imported links be readonly


2010-12-01  Christian Lippka  <cl@openoffice.org>  [014269e824e037a888b3ebe31129b54a6199d6bf]

impressdefaults1: merge


2010-11-30  Petr Mladek  <pmladek@suse.cz>  [d8300d4a7d8985fea9fa7987d06d2bf5e86731f7]

use BrOffice in pt_BR locale (fdo#31770)


2010-11-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [01108a77bca464bd78c4ed35145ceaed6c7599e9]

undoapi: Undo/Redo: do not take ownership of a (derivee-provided) SfxUndoContext, since it acts as out parameter, too. Instead, introduce a Undo/Redo which takes the context as parameter


2010-11-30  Ivo Hinkelmann  <ihi@openoffice.org>  [46ea7fde4560b87bd704da53aa51ad40963f6630]

CWS-TOOLING: integrate CWS pl08


2010-11-30  Ivo Hinkelmann  <ihi@openoffice.org>  [c0bfbf875e66dd69e5f889825237117cae1b5b69]

OOO330


2010-11-30  Ivo Hinkelmann  <ihi@openoffice.org>  [18497f36a0b0bf8d0cd039e736cac20bddda98fc]

CWS-TOOLING: integrate CWS impress202


2010-11-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [82be828025d8aff67c16788fdcd1a3060134bc7e]

vcl118: #i115838# enable OutDevSupport_B2DClip on Windows


2010-12-06  caolanm  <caolanm@redhat.com>  [be8ab40cae45a1fafe7369bd4c3cc6d930aedeab]

fix glyph fallback for cairocanvas (thanks cmc)

* set font fallback info on glyph vector inside vcl
* pick actual fallback font when rendering glyphs in cairocanvas
2010-12-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [0cc3ae09a678e33cfbf40235ed3c38a78f29c0b0]

vcl118: #i115871# include proper header


2010-12-01  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [8fbdb3c9897dc367835b772720d934d364685944]

#i51583# avoid text clipping in MsgBox


2010-12-01  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [74efaef1bf83735a933176613fe0ef5ae6dcb4b6]

#i105655# fix LineInfo::operator==


2010-11-30  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [190268aa91c7a3ca66ac8e362e68d59538459e7c]

ffwd merge


2010-11-30  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [0787c0b95a167fa18a554e400ebe796a8c174a60]

#i96685# removed not-yet active code to help comment+deadcode removing devs


2010-11-30  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [dd31f9b26d0089d1bd8bf86344c2ece5bbc0a408]

#i96685# implement b2d-drawing of poly-gradients in vcl-canvas


2010-11-30  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [a4f025392e17dc9b3f95b332c3109b085b7e7a87]

#i96685# fix drawing of gradients in vcl-canvas


2010-11-30  sj  <sj@openoffice.org>  [c4d55cce165b9e375c1fa0e1638bfd2cf7c19c04]

impress205: #i115825# fixed copy&paste problem of metafiles


2010-11-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [657cd1dad1230f01345ac92cf8f5ce3e9c970a4f]

dba34b: include limits header


2010-11-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5ad6d6829920014680e19d2bebaf12382d15e929]

undoapi: introduced an (optional) SfxUndoContext for SfxUndoAction::Undo/Redo


2010-11-30  Miklos Vajna  <vmiklos@frugalware.org>  [0a1ab9d035f947b5e5e687de9d32c050cc39d71f]

RTF: port last changes from CWS


2010-11-29  Mathias Bauer  <mba@openoffice.org>  [0866405a787b2bc387b9c1c44b9cfdd16d3370b1]

CWS gnumake2: warning on Windows fixed


2010-11-29  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [d3d1cc58a73ceadfacfe1a5c8fa393095a0d86d0]

impressdefaults1: merge


2010-11-29  Mathias Bauer  <mba@openoffice.org>  [098f70ed3621b4ff71b0fb68017d1efb9103e9c9]

CWS gnumake2: fix some build breakers in svtools, xmloff and framework


2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [8f3b07ce2a569dedd1c15c746023949e134a2aa9]

cppcheck: init some members in ctor


2010-11-28  J. Graeme Lingard  <jgraeme+git@gmail.com>  [739f7b5f6495fbd4f6b66764193ecbe23664e241]

Remove dated comment


2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [e143ee99b6871c864e409d31ac7b025f77b3a298]

cppcheck: use prefix variant


2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [fa4a93076913ec7c0d1a376691c3e0d11788946c]

cppcheck: can use prefix variant


2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [b2f65a22e91280bf662c6a0259dbe5c9e56aa77c]

cppcheck: uninit member variable


2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [7678168bda17a58c747942cbff8db2d4c03aeb18]

cppcheck: reduce the scope of this variable


2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [3ba165f9804ba9c68d3d2e686178148814b9b462]

bogus cppcheck warning, simplify it anyway


2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [52c52134d825d5093d417e78cd562662c9d93e7e]

cppcheck: uninitialized member


2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [3718feb2ce0fa75b808f5f1ff365db519ea6d9ae]

cppcheck: can reduce the scope of these variables


2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [ce562d24d52bcaf9d98fbf71c7a382adf9f516f6]

cppcheck: init member variable in ctor


2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [06ae822757f4a02e082247f76c00a44a8a1fe375]

cppcheck: use prefix form


2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [15c8e9e9894882524936c7fffdaf5243b06934be]

cppcheck: use prefix form


2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [f39cd5afc2d020ee768967f35c1c92d72b78023b]

cppcheck: use prefix form


2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [278f2bc44bc53f814d387c79f804bf1a86051b6c]

cppcheck: use prefix form


2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [4d88394b85b21111210585308f94678a329c1fc3]

cppcheck: use prefix form


2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [af9cb859669a85187060a4dbec588c4811fbe390]

cppcheck: the scope of this variable can be reduced


2010-11-27  David Tardon  <dtardon@redhat.com>  [98cc017027a330cd80a2d64b469629b631a7f761]

fix debug build with dbglevel=3


2010-11-27  David Tardon  <dtardon@redhat.com>  [ed488d7d80e226c93356a9b257862137ac792f68]

fix debug build with dbglevel=3


2010-11-27  David Tardon  <dtardon@redhat.com>  [b8dc4e2fa92ada997ca8fe0700e71383c313e4db]

fix debug build with dbglevel=3


2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [bedc31cb0660c2c075dbe5a1be92b5ec6c25a339]

cppcheck: use prefix variant


2010-11-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [efe33ee560c4b883a6ddcab96a6df69bf1a25d93]

dba34b: unxsoli4 WaE


2010-11-26  Rene Engelhard  <rene@debian.org>  [d7e44eeabaadebd8d0d1a274495bd6c3bdb28405]

Merge branch 'libreoffice-3-3'


2010-11-26  Rene Engelhard  <rene@debian.org>  [ab88cd6451351ad518f82d5faedc3a1576016e85]

Merge commit 'ooo/OOO330_m17' into libreoffice-3-3


2010-11-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [802dae1cd30ae349a44dd71a20861159621264e1]

vcl118: #i111868# fix an assertion


2010-11-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [f5ffd6daf760f7bc2f21f2ec893ae4c0d5b3d7b5]

vcl118: #i111868# clean up MapModeVDev, reuse MapModeVDev


2010-11-26  Mathias Bauer  <mba@openoffice.org>  [2b3d93b78419bbb6928cd05d53c597c9582649bb]

CWS gnumake2: resync to m94


2010-11-26  Florian Reuter  <freuter@novell.com>  [99c03fe565292b5fbbbd8b24cd10f2b3b08f7a0e]

tools-qa-urlobj-unittest.diff: migrated to git

n#261623
process relative SMB paths (in hyperlinks) correctly

2010-11-26  Florian Reuter  <freuter@novell.com>  [da0fd5c999fc6f8b5e2d4ecccbf66e1034a03ed9]

tools-urlobj-smb-scheme-patch.diff: migrated

process relative SMB paths (in hyperlinks) correctly

2010-11-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6bd681cebca980679ec2147d0043d2c4c6cd40d3]

undoapi: removed unused TextUndo IDs, for purpose of simplification


2010-11-26  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [d8c4b49935f38cdec60bebfe000711bf0729cc77]

gnumake2: sorting all lists in makefiles


2010-11-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0dfcf76ef74cc0aa5d84b8ed1ab1aac05148f9a7]

undoapi: +RemoveOldestUndoActions


2010-11-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [86c35b6fb162b127f6b79685cd9ad6fa239a9398]

undoapi: support for (simple) marks on the Undo stack


2010-11-25  Gert Faller  <gertfaller@aliceadsl.fr>  [f5866e451242d8ba7c887d8f85b1ae9c8b640d94]

RTL_CONSTASCII_USTRINGPARAM in libs-gui 22


2010-11-25  Gert Faller  <gertfaller@aliceadsl.fr>  [538b08b2e1b12daa18126aea2dfe23892801b939]

RTL_CONSTASCII_USTRINGPARAM in libs-gui 21


2010-11-25  Gert Faller  <gertfaller@aliceadsl.fr>  [3efd0cfe3a481fd4c02c1f563f2cbe484e0e7aaa]

RTL_CONSTASCII_USTRINGPARAM in libs-gui 20


2010-11-25  Gert Faller  <gertfaller@aliceadsl.fr>  [e7e8f85c830cf4ae1a413797544cf2f4a3d98676]

RTL_CONSTASCII_USTRINGPARAM in libs-gui 19


2010-11-25  Gert Faller  <gertfaller@aliceadsl.fr>  [6b4402b9866e38bf9740b1069045bd925bbf38c9]

RTL_CONSTASCII_USTRINGPARAM in libs-gui 18


2010-11-25  Gert Faller  <gertfaller@aliceadsl.fr>  [bc25bf99853910e7bbc1cc1c86edc0c36e24584d]

RTL_CONSTASCII_USTRINGPARAM in libs-gui 17


2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [56b2d48cfe847ef3e0fea6d5d8dae0341d0cfb02]

Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-gui


2010-11-25  Gert Faller  <gertfaller@aliceadsl.fr>  [96d63792628903cbb94cff70d71520e074cb382e]

RTL_CONSTASCII_USTRINGPARAM in libs-gui 16


2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [efe6ea38489d5e9c3f7fa1717d67964db74207d2]

Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-gui


2010-11-25  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [cb5a4964754ebe00e0e5315d6bb8738758877251]

Update from sibling repository.


2010-11-25  Mikhail Voytenko  <mav@openoffice.org>  [59e15629d060ff2257755faa7b5d118aa1e8e313]

pl08: #163778# fix buildbot - use rtl functions


2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [a53e3991d5365333ca6f3972309a8e7348f27bea]

cppcheck: methods can be const


2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [802a5b7239916d660bf58e27f640517cd1b6d0c6]

cppcheck: methods can be const


2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [749c4a8b4eaa380a04b8742b5bebd0d2974e2004]

cppcheck: methods can be const


2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [7895b10484bf2f34e5496530840d9d521b12564d]

cppcheck: methods can be const


2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [bf63df4c9aec3bfb706b4c04b5f429360e04dc91]

cppcheck: methods can be const


2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [ed4751d3833336f5ebe45f71872ab453eb057c69]

cppcheck: methods can be const


2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [a89d0330103a5301f4edad36a377a3550f7d79bd]

cppcheck: methods can be const


2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [07f88d3da01a3dcefdf53ca3cb760c0dfbf228fe]

cppcheck: methods can be const


2010-11-25  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [ad8f6f409fd2103c862a557aac33eba6621b0780]

Update from sibling repository.


2010-11-25  Michael Stahl  <mst@openoffice.org>  [b32c0579b77ff1a72a9155b057bce246046b9680]

udoapi: merge sw refactoring with undoapi stuff


2010-11-25  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [ad3f201c39faaa68206f2bf4b02a17d9b935e9e9]

Automated merge with http://hg.services.openoffice.org/cws/dba34b


2010-11-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a3f58c27cdeb81e5fca8ab144b9557ced0762a07]

undoapi: fix Reset


2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [7c0e8598fb941022396fdf32b499c9beaa9dff6f]

Merge remote branch 'origin/libreoffice-3-3'


2010-11-25  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [73a101fe72151d38dd75e516a0b54a368e192b67]

#i115784# rsc: fix memory errors uncovered by valgrind and other tools.


2010-11-25  Joachim Trémouroux  <joachim.tremouroux@gmail.com>  [7b0c28fb28e65c156dbad6d1fbe700c54a751ed0]

Add a 'loadMissing' parameter for loading a special icon if necessary


2010-11-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a13eafd41a1eac214821bcb6066e758718f44449]

vcl117: #i114937# fix DeInitVCL


2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [221bce48b6ef106da49446d8e90f41966b683015]

cppcheck: methods can be const


2010-11-24  Joseph Powers  <jpowers27@cox.net>  [7becdb61adc14ed8c73aeaab03c608f6dd3b0919]

White spacess cleanup


2010-11-25  Thorsten Behrens  <tbehrens@novell.com>  [87ae510658ecfa4ebfa08381482ac0ee3f27cb40]

Make toolbar icon size native-widget controlled

This improves on the gui-toolbox-large-icons.diff, in that the
icon size is set to 'auto', and the native widget code decides which
size to pick. This was chiefly triggered by Mac user complaints, not
so much liking the large icons there.

2010-11-24  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [3ea79ee7ff73f84c2765784f55355dc42c9fe5b6]

gnumake2: merging minibranches


2010-11-24  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [bd8c6129536810a1c557fb667db8ddf81af71819]

gnumake2: using set_defs instead of set_cxxflags in library tl as we should


2010-11-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [751edf705c3cce7b2e150a471bd9cc92f3a153f6]

merge with DEV300_m94


2010-11-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [cb1da9778c52d40b47e2acb8790cba4104e26673]

vcl117: #i115686# remove old unused style setting


2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [5f6381099e4385e5457d5884bafba570e2411c75]

cppcheck: unused variable


2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [b2bbd77583a4810ec12f77333e3ea3a8331f6655]

cppcheck: The scope of this variable can be reduced


2010-11-24  obo  <obo@openoffice.org>  [6b4f105b8284ba89b0ffa33f9b0d8cd8d57c3600]

#i115761# Impress freezes opening the attached odp file(s)


2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [4f21e6712a3a611b659448fc3dac2f13e5a8bd58]

make possible to build with c++0x


2010-11-24  David Tardon  <dtardon@redhat.com>  [c867cc37c7e77a676449cd4ba2b7d53ba6041e81]

fix invalid XML


2010-11-24  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [4c5d0c488c0d50f4e90c1a547557ab34fed378cf]

dba34b: merge


2010-11-24  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [8e776da279d1822d17f47710dee62d4b48b38458]

#i95645# fix obvious snafu with bitwise manipulation


2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [978506246610b16094174b40499fb28c855cc619]

cppcheck: silence bogus warning


2010-11-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [93eecbcd521433f00fc0d2145319a2449f8bf35d]

dba34b: #i115760#: expand macros for template paths


2010-11-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [cb88c2205f95700db5400cf2fe7e71d255ed983e]

dba34b: #i115760#: added ExpandMacros


2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [7aedfcad48fc814d88616f4551893be6cfd62476]

cppcheck: Unused private functions


2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [6251fe7c53a9678193b54f7c6756b088961cfd68]

cppcheck: Unused private functions


2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [98485d33a595b4eb5dd7a80ef6f2a0fa2a79b02f]

cppcheck: Unused private function


2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [e2df92299b8891077f7c77c578944f000784cbb8]

cppcheck: Unused private function


2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [69c5c4ce96561923935d04810875e97dfd11392e]

cppcheck: Unused private function


2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [8079b79d11b792cef4fcca9692b96ed191bede70]

cppcheck: Unused private function


2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [225744c69e4d84327141aee6ef1522ca5b04a55e]

cppcheck: Unused private function


2010-11-24  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [c6ec6199376fa370c57d5d3e7efa0b00ea3ddadd]

dba34b: merge


2010-11-23  Caolán McNamara  <caolanm@redhat.com>  [e2adad68b105778410121426240e13e93c6bc025]

cppcheck: This function can be const


2010-11-23  Gert Faller  <gertfaller@aliceadsl.fr>  [9fbbf75b7ce4f6f14c7a15381e1bb1131abf1323]

RTL_CONSTASCII_USTRINGPARAM in libs-gui 15


2010-11-23  Gert Faller  <gertfaller@aliceadsl.fr>  [c758fb94d451052c2f47c706bdd2682db870a13c]

RTL_CONSTASCII_USTRINGPARAM in libs-gui 14


2010-11-23  Gert Faller  <gertfaller@aliceadsl.fr>  [dd5f5d08e650b900b3290cbb193d03721fac70d8]

RTL_CONSTASCII_USTRINGPARAM in libs-gui 13


2010-11-23  Gert Faller  <gertfaller@aliceadsl.fr>  [4a17f69eeb142f7f135cfbcb0f2130c7d09b687f]

RTL_CONSTASCII_USTRINGPARAM in libs-gui 12


2010-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [4d0e93832e3ba8a359d6e113dffa8786107d1fd7]

vcl117: reduce duplication of enums


2010-11-23  Gert Faller  <gertfaller@aliceadsl.fr>  [d43643059a71f61616594f3b54b563c434303ae2]

RTL_CONSTASCII_USTRINGPARAM in libs-gui 11


2010-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [d538b98a92543fbe39f3369e1e38aa1b88fb6d38]

vcl117: removed obsolete header


2010-11-23  Caolán McNamara  <caolanm@redhat.com>  [3a15b6e1782a9f1482ad00219969e8abe659ce37]

silence cppcheck warning


2010-11-23  Kurt Zenker  <kz@openoffice.org>  [a2c8496f5d2d5db46f64e7c34d9fcf8c70ddf3d3]

CWS-TOOLING: integrate CWS os145


2010-11-23  Kurt Zenker  <kz@openoffice.org>  [cc6ad25bf82098db768fdbddaa90422039045745]

CWS-TOOLING: integrate CWS pdffix03


2010-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [de54a834f8c4f044958401a33b7185fca60689bd]

vcl117: removed useless header


2010-11-23  Caolán McNamara  <caolanm@redhat.com>  [c54ff0f2cd3cd28839b1053ff72c6f79e99da5bc]

make possible to build with c++0x


2010-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [38657efb1f2dbace2279ba06a32ea019624edc8d]

vcl117: removed useless header


2010-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [6447b041074c0850941370914d458c6f22eacf51]

vcl117: removed useless header


2010-11-23  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [2b3fa2b432b04f1ad59aa606b80816290c9824cb]

gnumake2: fix for really ugly pathutils hack to register delivered object in for gb_deliver.log


2010-11-23  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [f433486659eb033819f00da5562d5655a4979f24]

gnumake2: merging minibranches


2010-11-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d349b454092bd04cb5dc7b28475ff0e231b33f90]

gnumake2: enable packmodule in setsolar mws builds


2010-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [48e8382d5151b25ad98d38b317bc6410c092f0a9]

vcl117: removed useless header


2010-11-23  sb  <sb@openoffice.org>  [1df4ec0e438ff33c92bfe9d2abbdc287c41b5861]

sb135: merged in DEV300_m94


2010-11-23  Gert Faller  <gertfaller@aliceadsl.fr>  [6a1b7dbbd7d8a1e1faec07f1f3864b7c5ab3bfc2]

RTL_CONSTASCII_USTRINGPARAM in libs-gui 11


2010-11-22  Joseph Powers  <jpowers27@cox.net>  [ca86d3b0e06647aca481581fa4e1cf64866d0234]

Fix .gitignore for mac


2010-11-22  Joseph Powers  <jpowers27@cox.net>  [35b033d1ce2dca15461bc4d6a17f977ad66bc59e]

Remove last of the HC icons from libs-gui

Auto HC detection will set the icons to the HC set; since we no longer have
HC icons in the normal sets.

2010-11-22  Gert Faller  <gertfaller@aliceadsl.fr>  [00fd251f44377dda80988401593e20d7a2c2e646]

RTL_CONSTASCII_USTRINGPARAM in libs-gui 10


2010-11-22  Gert Faller  <gertfaller@aliceadsl.fr>  [19cf8e40d3f5eba520b9ac2de66cb0eed3716a04]

RTL_CONSTASCII_USTRINGPARAM in libs-gui 09


2010-11-22  Gert Faller  <gertfaller@aliceadsl.fr>  [e2b5a6de6421e0d55cb44f24b20cca6ab6d5549e]

RTL_CONSTASCII_USTRINGPARAM in libs-gui 08


2010-11-22  Gert Faller  <gertfaller@aliceadsl.fr>  [f65b2707be8f153d85936a7aa297f31c65561e48]

RTL_CONSTASCII_USTRINGPARAM in libs-gui 07


2010-11-22  Gert Faller  <gertfaller@aliceadsl.fr>  [7eca62cccd0638f4a5f8db0f43aa449354032846]

RTL_CONSTASCII_USTRINGPARAM in libs-gui 06


2010-11-22  sj  <sj@openoffice.org>  [4367320ccdc56db3f08164faeeb15e1727a0cadf]

os145: #b7001886# fixing small ppt import problem, improving png reader


2010-11-22  sj  <sj@openoffice.org>  [5771d00a7afe8d3e6744bfed8a4c66722e3e930a]

os145: #b7001888# fixing small svm problem


2010-11-22  Gert Faller  <gertfaller@aliceadsl.fr>  [df82afa8456947b73370b30566f3b831e5ae0841]

RTL_CONSTASCII_USTRINGPARAM in libs-gui 05


2010-11-22  Gert Faller  <gertfaller@aliceadsl.fr>  [f1975882a763f1fd5d50c20166f2f6f263e32455]

RTL_CONSTASCII_USTRINGPARAM in libs-gui 04


2010-11-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [33001c13536f3fe96e2bdbb47a701e38b6cedc73]

gnumake2: merging minibranches


2010-11-22  Gert Faller  <gertfaller@aliceadsl.fr>  [1046ea3e016130512e3e8dad337063f6d0970724]

RTL_CONSTASCII_USTRINGPARAM in libs-gui 03


2010-11-22  Gert Faller  <gertfaller@aliceadsl.fr>  [41416241db299347cad9517addb3fde3c9e281c5]

RTL_CONSTASCII_USTRINGPARAM in libs-gui 02


2010-11-22  Gert Faller  <gertfaller@aliceadsl.fr>  [9ce1010ee6abeec08b4e842911b8e0f998eb75a3]

RTL_CONSTASCII_USTRINGPARAM in libs-gui 01


2010-11-22  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [5de1d916dd40bcf8366e6b8f903db75554572e57]

#i115718# fix IFCM refcounting while subsetting fonts on OSX


2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e2c4a894b25e5c1c108a74f79e41e063afa7f359]

dba34b: merge after pulling DEV300.m94


2010-11-22  Caolán McNamara  <caolanm@redhat.com>  [2110f94b223621601a0a536910a0aa500b1a45a5]

tweak this to make it easy to compiler with c++0x


2010-11-22  Caolán McNamara  <caolanm@redhat.com>  [9a1adbcd542ce2e11cfebed065e1aa2bab895b19]

tweak this to make it easy to compiler with c++0x


2010-11-22  Caolán McNamara  <caolanm@redhat.com>  [a188e9694512284a385236a553602291381e741a]

rename this to make it easy to compiler with c++0x


2010-11-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [24fea281be6871772a88c1d22fbf8f2dde480654]

gnumake2: getting rid of obsolete install and uninstall targets


2010-11-22  Caolán McNamara  <caolanm@redhat.com>  [1de4a5a7853f7b0dcb3d6b1e5fb2eb08bab9faaf]

WaE, && ||


2010-11-22  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [9503af7802dfc29b77ffe5be30a43ac8356ec686]

#i108584# workaround unexpected ATSUBreakLine error result


2010-11-22  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [e34edfc437b112f5c0f2c90d00d3103f001f9060]

#i108584# workaround unexpected ATSUBreakLine error result


2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [cb54b5b73e9b48acdb9a05c7f2559dc1e7578e18]

undoapi: merge after pulling DEV300.m94


2010-11-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [88a8e76db77915129c2489d69e7d3abcbd9e1043]

gnumake2: merging minibranches


2010-11-20  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [f18a992301e2ac564a7bb80cc74c731cf91f5fa4]

gnumake2: more missing headers from toolkit


2010-11-20  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [1e04fd40861ef7187f90645cd3ccd21f2bf8c9a7]

gnumake2: added missing header for windows in toolkit


2010-11-20  Kevin Hunter  <hunteke@earlham.edu>  [7b2a8cdd5157e6fde3ec03ac7dcee3dec953e0ec]

EasyHack: RTL conversion from createFromAscii


2010-11-19  Kohei Yoshida  <kyoshida@novell.com>  [b44cfbbf6ed9bc53310dcb37507f534800572fb5]

Allow the dropdown list of a combo box to be scrollable. (fdo#31710)

This change makes the dropdown list of a combo box control to be
horizontally scrollable in case the longest text in the list box
is wider than the maximum allowed width of the dropdown list.

Also, previously the dropdown list would become wider than the
desktop width when the longest text exceeded the desktop width.
This change caps the max width of the dropdown list to be the width
of the desktop width.

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ccb7ba34aa2da3579fcaa716cd5779bb352e6a8b]

gnumake2: cleared migrated build.lst


2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [c7dba9e747fb4064ed4cb4ad0cdc9ae8fa862dd2]

gnumake2: merging minibranches


2010-11-19  Kohei Yoshida  <kyoshida@novell.com>  [662f4ed28849b1f2de8d40cf4b9136b09b4397a3]

Removed non-printable characters.


2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [badfbb837d799af4e0cc7302bc8c3b842f23acfd]

gnumake2: removing old dmake file in migrated modules


2010-11-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d4574eca37bf1a66f25aa0668807fb08399663d3]

gnumake2: last bunch of missing headers


2010-11-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f100c9e971c2c40f37d85e2c22bfcf54a576735e]

vcl117: #i115607# support NWF for menus on Windows


2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [9f92e947620d7ea057790cd0cf3e3f2f7e4e3b1b]

gnumake2: merging minibranches


2010-11-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [910d321814005c3a176da9a65ce5870697fc44f8]

gnumake2: undo toolpanel header move


2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ec444475c0d8a1924b9d632953edc59a04904e3f]

gnumake2: merging minibranches


2010-11-19  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [1524ed903c0a8aa3ab57c7c20d53ad5654258850]

#i115618# fix bad PDF export regression for simple RTL cases


2010-11-19  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f2892528ac2a4ade68ad18da9dc8da02079e2e8e]

dba34b: #i115291# when cloning a ListBoxModel, also copy the string items


2010-11-19  Caolán McNamara  <caolanm@redhat.com>  [dea820a9fe648562a3d89a2bb99280d925b4dab3]

extra ::


2010-11-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [31ad74a1577d6fffd8ae6fec0798478b144770d7]

gnumake2: move svtools toolpanel header


2010-11-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [071484f527866291e41986227ec0d953a68fb897]

gnumake2: clean up d.lst of switched modules; fix svl/Package_inc.mk


2010-11-19  sb  <sb@openoffice.org>  [7e3b22ea52dcd218f9781e8725689bb98f3f9d6b]

sb131: merged in re/DEV300_next towards DEV300_m94


2010-11-19  Kevin Hunter  <hunteke@earlham.edu>  [8a11d28a08dd8d3ed928840142697d1b5d0ccac6]

EasyHack: RTL_CONST macro from createFromAscii


2010-11-19  Caolán McNamara  <caolanm@redhat.com>  [65411bad149c1a517d107688d2030bb7d9f2efa8]

extra bracket


2010-11-19  Kevin Hunter  <hunteke@earlham.edu>  [17dbabe9e1ce077d7fa50833096dc3092685fbb4]

EasyHack: RTL_CONST macro from createFromAscii


2010-11-19  Kevin Hunter  <hunteke@earlham.edu>  [7eacf8b6189647b6df015a9daa2b523759f8b4c4]

Easy Hack: RTL_CONST macro from createFromAscii


2010-11-19  Thomas Lange [tl]  <tl@openoffice.org>  [e5054965660844dd6e9260f07d5614cf48aeb71f]

cws tl84: merge with DEV300_m93


2010-11-18  Mikhail Voytenko  <mav@openoffice.org>  [11e2d41c7d9126f0fc6911a276e2d5d03ca3c704]

fwk160: #i107511# do not lock the file without necessity


2010-11-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [451268a7a07b9bec75087d4a26d243c5f469a788]

vcl117: #i114937# give application a hint for cleanup, call DeInitVCL


2010-11-18  Caolán McNamara  <caolanm@redhat.com>  [fe14d09179231f64cfd3337d4487f4dad0f6ebdc]

remove 64bit warnings in debug mode


2010-11-18  Caolán McNamara  <caolanm@redhat.com>  [1546287294ba9cce1c1c9cba44eccb44330e1f1d]

use printf size_t modifier on all platforms


2010-11-18  Caolán McNamara  <caolanm@redhat.com>  [c5827cd5ef54c189eadbc12ff2f971fe1235723d]

Resolves: rhbz#654203# crash after unhandled exception (cherry picked from commit 4af5d4b6be76231c0db1a0f5dcbfdd5dab293f2c)


2010-11-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ae4feacd66d9f608147cbdc77cf90988ddcf9b43]

vcl117: solve some compilation issues


2010-11-17  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [a2603a2edb54f78a746e5edfba181d429727dea7]

Fixed remaining use of HighContrast defines


2010-11-17  Joseph Powers  <jpowers27@cox.net>  [ca38da60a3a69bcc55849e442dc4f7dd18b15721]

libs-gui HC cleanup and .bmp fix


2010-11-17  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [9187f38f3d03ef954eabddd1514c2d638cf65622]

#i115635# finish of remainders of xprint usage


2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [a512301015886c56a64a1f62c9a943feaf1d6dca]

drop unused methods


2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [33913a0485655e2bd38f8bda3171202a8965ff5e]

unused header


2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [da3cb99c4d74e7179a50d5d4b5ee404ad4158916]

micro-optimize, drop unused headers and lose some unused symbols


2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [f3f789e4b5accf325f1a6bfa6dd3dc590023d3d4]

remove archaic SGI header guards


2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [111a7d10fde1ba8737b4e3cd104d8fce2ce97f19]

remove archaic SGI header guards


2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [4b2977baa565a0edd8f91747952cf706f62a69e6]

remove archaic SGI header guards


2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [2e3fe36c4fa205018ad41701d120d0ac4eb647b4]

remove archaic SGI header guards


2010-11-17  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [66d96985e6957f3af65dce8268ed6c8116f31097]

#i110171# remove obsoleted fwd-decls and dbg-utils


2010-11-17  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [be307056035898327d22efa88689f14a3568d2ca]

gnumake2: updated license headers


2010-11-17  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [dc4449790e12a4da443c951af08ea9e8c666f840]

gnumake2: updated license headers


2010-11-17  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [572f8ceaf20639ab7853e55cf5f5919349bccf3f]

gnumake2: updated license headers


2010-11-17  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [e33af92f5c3986e1434e580a0a9d188b8641e210]

Remove HC throbber image usage


2010-11-17  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [355d978a345c6393305c3cc4422c530b75011384]

#i110171# FontGC is still needed for clipping/forcedAA/gtk/kde-plugins


2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [4af5d4b6be76231c0db1a0f5dcbfdd5dab293f2c]

Resolves: rhbz#654203# crash after unhandled exception


2010-11-16  Joseph Powers  <jpowers27@cox.net>  [a28d80615c8a82280d5b97fd372ce2332fd58581]

HC Cleanup - libs-gui


2010-11-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [561bb19b9819c321493d558252b029f4c3aaa05d]

undoapi: make reset an explicit, atomar operation at the IUndoManager, instead of simulating it in a higher layer


2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [edfc360e8d658d5f67ad587096352b7b01a47b38]

Fix RTL_CONSTASCII_STRINGPARAM -> RTL_CONSTASCII_USTRINGPARAM


2010-11-16  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [ccef049ef48e738d7ee659439a8bf30bd8b739f4]

#i110171# RIP XLFD


2010-11-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2aa797e6134453c649fa60c8b5444a7b61b0b1be]

vcl117: add debug clarity


2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [5c66a71f4e8d40cddac41b16ad8b2c15f39f1caa]

fix this to build again


2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [cbc77bfb78192a7b298ceee3d33a73aead42b026]

fix this to build again


2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [247e4d86b634c83649f0a9b452ce5c45875ca8fe]

Remove some more _HC uses in padmin


2010-11-16  Vladimir Glazunov  <vg@openoffice.org>  [e7456d77d0f1966277dc31f70021eb4d3461ff0d]

CWS-TOOLING: integrate CWS kso46


2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [df4f92fec44b884b58d4b439d01001e8aec12e86]

Remove highcontrast usage where definitions have been deleted

Makes svtool compile again for me.

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [58ed37fa4749878080037bcdb5d2487c447f1a52]

remove the usage of a HIGH CONTRAST image whose definition I just deleted


2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [a18080284b7b5d96908268cd6dc76cd524f01d22]

Remove defines for the removed high contrast image lists


2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [8b427b62fbd5e20660d8d4e649318005a8bc11af]

Remove another high contrast image list


2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [9171779cec240119afbfe373d611f51d6d8b4281]

remove high contrast imagelist


2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [1a78364cc2993d62beda3cc8822f7eb6f5b31220]

Remove reference to _HC.hrc file that has just been removed


2010-11-16  Jan Holesovsky  <kendy@suse.cz>  [87a93b438435cb49c77356caa1bdaba0ed9923fd]

Merge remote branch 'origin/libreoffice-3-3'


2010-11-16  Vladimir Glazunov  <vg@openoffice.org>  [96a8591c4d3110a3a4acc86f324905b4ded999fa]

#i10000# changes from OOO330 m15


2010-11-16  Jan Holesovsky  <kendy@suse.cz>  [1b2ea84af9d575c6246df1512b1393970d4d6b69]

Merge commit 'ooo/OOO330_m15' into libreoffice-3-3


2010-11-15  Thorsten Behrens  <tbehrens@novell.com>  [6fbfcb7125cb4e2158a1b3c3ccd9347cb34fa664]

Change ODF creator to LibreOffice (cherry picked from commit 329074b862aa085191ffc2451d18972cfb2182fd)


2010-11-15  Thorsten Behrens  <tbehrens@novell.com>  [fcd0ce8ad3420587fd404902153febf6cb9ee3a6]

Change ODF creator to LibreOffice


2010-11-15  sj  <sj@openoffice.org>  [873e333b5c7a38332d2d3f9a1eecdfb1819a1c57]

impress202: rebasing


2010-11-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5e8a437ce5fb7dc0ed2db7d44e2d747856c74c53]

vcl117: #i115133# catch an XError in gtk_im_context_set_cursor_location


2010-11-15  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [a513a996b3e5365a1e576289cc46644b6770cfc1]

#i112446# win-port baseline nowdays assumes SalShlData::mbWNT==true


2010-11-15  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e86e0e1b46cb02171afeb3564b39dec32662466b]

gnumake2: fixes for solaris


2010-11-15  Carsten Driesner  <cd@openoffice.org>  [957887365c38f9ab3ea6587802d6bd798de27212]

Rebase to DEV300m93


2010-11-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [559051657d56e6d184b3b8b314bcd2b0fd749639]

undoapi: implement an EmbeddedObject property for (OLE) shapes, to be consistent with the shape implementations of the other applications, and allow access to the XEmbeddedObject


2010-11-15  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [56f9f77f2190b92e07114e593b417385088f7afe]

Docx Export: fixed some elements ordering problem

Nested elements that weren't in the order sequence weren't appended to
the parent... and then skipped.

2010-11-15  sb  <sb@openoffice.org>  [23822a353b9a40dc615e7887e0a84e94ff28e0ae]

sb135: merged in DEV300_m93


2010-11-15  Thomas Lange [tl]  <tl@openoffice.org>  [debd83946f471f9de9388be867b0d8ff074f7ccf]

cws tl84: #ii71192# paper size A6 adde to Format/Page


2010-11-14  Caolán McNamara  <caolanm@redhat.com>  [3566b43a033730ab533cc4453a3703c689b82052]

Misuse of RTL_CONSTASCII_STRINGPARAM instead of RTL_CONSTASCII_USTRINGPARAM


2010-11-14  Caolán McNamara  <caolanm@redhat.com>  [41093dde140275cccef14ecef32c37d20f3f45d9]

Make it harder to use the wrong constructor and pass strlen and encoding

i.e compile-time detect use of RTL_CONSTASCII_STRINGPARAM instead of
RTL_CONSTASCII_USTRINGPARAM

2010-11-14  Caolán McNamara  <caolanm@redhat.com>  [efb7091eb917ed63dcdb618c8003fb9807024d94]

RTL_CONSTASCII_USTRINGPARAM instead of RTL_CONSTASCII_STRINGPARAM


2010-11-14  Miklos Vajna  <vmiklos@frugalware.org>  [8ab5695e8aebf0070704ff5bbf855447dbed2746]

RTF: port last changes from CWS


2010-11-13  Caolán McNamara  <caolanm@redhat.com>  [5faaa80392975c899c6e561ab75a39901af15014]

remove unused _bHiContrast arg


2010-11-13  J. Graeme Lingard  <jgraeme+git@gmail.com>  [6133c8a44085f7a90ae7db299bb5016767c586a9]

Remove unused dated comments


2010-11-13  J. Graeme Lingard  <jgraeme+git@gmail.com>  [3b2637ad787e94169b50ef16537e74ac8e918a52]

Remove empty Beschreibung (Description) comments


2010-11-13  Joseph Powers  <jpowers27@cox.net>  [659c57b40a031a4be7d72e1e4a6ecbf35d3a81ba]

Purged BmpColorMode from libs-gui - libs-gui


2010-11-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [656556f1e4b1e508e5c06f06a556a01a9dc12546]

gnumake2: merging minibranches


2010-11-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [60589f9d17676e55b2312d01e3b767bb2bcf9ee7]

gnumake2: #i115558# svl needs to depend on libxslt for xsltproc


2010-11-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [fe1b4be7d9c889b95e57ec8ced8488d1fbcdda80]

pl08: #i115553# fix a PDF/A and transparencies again


2010-11-12  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d955472376359a0acd31cc1c41811a5bedd76702]

undoapi: delegate UndoManagerHelper's (modifying) API calls into a dedicated thread, serializing them this way


2010-11-12  Jan Holesovsky  <kendy@suse.cz>  [c370caf895eeac3cf8e2d765d0e57e268bd3d90e]

Merge remote branch 'origin/libreoffice-3-3'


2010-11-12  Joseph Powers  <jpowers27@cox.net>  [86030e1ad6d9d3951083fb939534368492646efa]

Removed BmpColorMode (SvLBoxContextBmp_Impl and SvLBoxButtonData) - libs-gui


2010-11-12  Alexander O. Anisimov  <alenyashka@gmail.com>  [5a59476559c3706e592bd7afa8cf0ccc95f57c46]

Remove bogus comments


2010-11-12  obo  <obo@openoffice.org>  [36ef734fd1f84bf94d7c4d27f22274940efd5373]

CWS-TOOLING: integrate CWS sw33bf12


2010-11-12  obo  <obo@openoffice.org>  [6b215da7a888c0d156b83d134c86fe20428c3e5a]

CWS-TOOLING: integrate CWS calc63


2010-11-12  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [fc37d077ab52da260fdd3218f6826380c51c3ee5]

gnumake2: merging minibranches


2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [027d90a5b78bf0c27d528a068b6e2d8f885944f1]

gnumake2: fix naming for partial build vars


2010-11-11  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [f9adf248deb96de179103b611c30ae23933bc577]

Remove more traces of _HC (high contrast)

This patch needs to go hand in hand with the similar one in libs-core,
I believe.

2010-11-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [15d8d30beb72c25ecbd8095ab0c4a4a540021709]

calc63: #i115504# cleanup image tree to prevent static destructor troubles


2010-11-11  Petr Mladek  <pmladek@suse.cz>  [436411c3e16a0124e33be45073a7f4a9b52f2cff]

Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)


2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [60330f43d485c7e2575bfb3883c2491eb83ed75e]

gnumake2: merging minibranches, updating all module makefiles


2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [c9c57930611193c1dc033103d92a54e680bc1330]

gnumake2: fixing module makefile


2010-11-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [86958ff461137250e8b06e3c853e472f5c64d999]

gnumake2: mergeing minibranches


2010-11-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [1aa934d98369042b8272c14a106bd0bbca62301e]

gnumake2: first try at local build dirs


2010-11-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [edfd9967fc9acc3467b8e48b50828ae4b66a97ee]

rebase to DEV300_m92


2010-11-10  Oliver-Rainer Wittmann  <od@openoffice.org>  [981263e8fa2daa6c906bb60c4d72121152a852fd]

sw33bf12: #i115437# method <OutputDevice::DrawLine(..)> - correct initialisation of LineColor Pen for fat or dashed lines - patch provided by AW


2010-11-10  Joseph Powers  <jpowers27@cox.net>  [d367c6e100f7cbcbf5203a88289d818a61bcc385]

Bitmap Tree Cleanup - libs-gui

Removed all references to HIGHCONTRAST mode from svtools classes:
	SvImpLBox
	SvTreeListBox

The reset is just fall out.

2010-11-10  Caolán McNamara  <caolanm@redhat.com>  [4d6dfa9f75ea63c58730f634374e666af4c5b17f]

make this build


2010-11-10  David Tardon  <dtardon@redhat.com>  [0c8d334fadcdbcb0e8b0e4bc9d8cbd8e6fcfadb3]

remove unused includes


2010-11-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a455e31032999ccd770dbe1a1ff38972de9304fb]

undoapi: fixed GCC-reported error


2010-11-10  David Tardon  <dtardon@redhat.com>  [ada637c9bd1603e47266ae283c43d4fa5c5e2d7f]

remove commented-out leftovers from testshl2


2010-11-10  Kevin Hunter  <hunteke@earlham.edu>  [bc4ff2986c92ec1ce7d40d6e18964091b80f9553]

EasyHack: RTL conversion from createFromAscii


2010-11-10  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [21280f833a72f367bf98830e765049fe1af51395]

 removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from xmloff, linguistic, vcl, svtools, accessibility, fpicker, uui and framework


2010-11-10  Kohei Yoshida  <kyoshida@novell.com>  [d0b78ac3509a52efc5ff5e268b35754c7e8e64ec]

Import mal-formed csv files gracefully.

When importing a document with mal-formed rows, try our best to keep
them from damaging, other, well-formed rows.  Previously calc would
eat other well-formed rows occurring after the mal-formed row.
(n#507322)

2010-11-09  Kevin Hunter  <hunteke@earlham.edu>  [8cc362da73c599a905a6f3dc9d4a8cdc0e049990]

EasyHack: RTL macro converted from createFromAscii


2010-11-09  Kevin Hunter  <hunteke@earlham.edu>  [84d30654e7f61ac2506cd313cf8c3daf4c19955e]

EasyHack: RTL macro converted from createFromAscii


2010-11-09  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6d6f3438f462ee03f9e6fa9edb8183b64f47b83a]

undoapi: give SfxUndoManager an own mutex, and ensure it is released before calling into SfxUndoAction::Un/Redo This allows clients to delegate the MT thread safety to the SfxUndoManager, calling into it without an own mutex locked. Which will hopefully allow us to get rid of some deadlocks.


2010-11-09  Mihaela Kedikova  <misheto@openoffice.org>  [373710cca73d8221db10b8e1225e431be46d37cb]

gridcontrol07: some comments added


2010-11-09  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [e1b9f68045170c312186ba24aa5acbf671f40552]

enable optimized drawing for NSWindows


2010-11-09  Vladimir Glazunov  <vg@openoffice.org>  [797ea1e440662b8369b59519b0e3f89216c7eaf5]

CWS-TOOLING: integrate CWS fwk149


2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [d916cd505149fcdfc949f95b73af4e1e8f9f288d]

dr77: rebase to DEV300m92


2010-11-09  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [19a052fb834bf0a1beb9a3aba71708da2806520b]

dba34b: #i115468# ImplInit: don't set a HelpId if there already is one (previously loaded from a resource)


2010-11-09  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [2be5aa8e89194c2e58c04283ba1801c4ef99684f]

minor cleanup in outfont.hxx: prefer fwd-decls and explicit conversions


2010-11-09  Kevin Hunter  <hunteke@earlham.edu>  [a9ee5ec4adf8ee1347c77ef72882e4b442d8e958]

EasyHack: RTL conversion from createFromAscii


2010-11-09  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [3e12ec1759893883ffab6717dc1cf681e047c648]

DOCX export: order pPr children according to specs

This is still a first attempt: the base is present and all the
exported properties needs to be checked. rPr properties order needs to
be checked as well.

2010-11-09  Mattias Johnsson  <m.t.johnsson@gmail.com>  [cb9aa439fbb0a85829b1e61e292b1553512b0cb5]

An opening quote should not be counted as a word by word count tool


2010-11-08  Robert Nagy  <robert@openbsd.org>  [b123b71ca0fdd6ad62100abddcc23aed9a2bc4ce]

add DLLPOSTFIX for OpenBSD


2010-11-08  Robert Nagy  <robert@openbsd.org>  [69e403abd495ffb06b60311ff450ecb71c6862a1]

add DLLPOSTFIX for OpenBSD


2010-11-08  Mihaela Kedikova  <misheto@openoffice.org>  [124ab4598bcd024da31ef1beece0b03aa1ad4566]

gridcontrol07: bugfixes for gridcontrol


2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [8e25cbc31eddfff626415c00b994b6b9be7c4111]

CWS-TOOLING: integrate CWS os143


2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [54f708cdf3a3646fdf49b4275719d1d0d984b969]

CWS-TOOLING: integrate CWS dba34a


2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [c3017dcae5771cbe58243ebf3aea5fffa96666e5]

CWS-TOOLING: integrate CWS vmiklos01


2010-11-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [7d71fc5d9f51338bd7f52416a3e3639215e7e90b]

vcl117: #i115469# activate application if termination was canceled


2010-11-08  Robert Nagy  <robert@openbsd.org>  [1590ff012c6e301ff6d48d2666a8c365935edffc]

define __XKeyboardExtension__ 1 on OpenBSD too


2010-11-08  Robert Nagy  <robert@openbsd.org>  [0870d89e1a4c3fad9ad5c917c5c7bbc1c3f5e54c]

Add OpenBSD ifdefs for vcl too


2010-11-08  Robert Nagy  <robert@openbsd.org>  [06f9c63e8f111c6064009bb32bd122e1eb4415c2]

add needed OpenBSD ifdefs


2010-11-08  Robert Nagy  <robert@openbsd.org>  [5530854224557e69a19215cba4d43c00ec4e4aeb]

Define OpenBSD as a supported system.


2010-11-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [49022d643ab1ca5a212467f2732db106a0f5ce9a]

Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b


2010-11-08  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [99d211e6b911ec2dc3d66e161baa183d15e2bae3]

removetooltypes01: #i112600# remove tooltypes from toolkit, svtools and framework


2010-11-07  Robert Nagy  <robert@openbsd.org>  [3c5d236a71bbd561a58250dba2ec36f88e4c1539]

revert this part for now, accidental push


2010-11-07  Robert Nagy  <robert@openbsd.org>  [c5418f74eac239513ee0128e984209fb10badef7]

define __XKeyboardExtension__ 1 on OpenBSD too


2010-11-07  Robert Nagy  <robert@openbsd.org>  [20b5aa0eed85a950914607f6002613a57cb023e0]

use LIBTARGET=NO to avoid multiple definition of target recipe


2010-11-06  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ce06ba13d0a133d0954e0deef7e48e0db0ada398]

gnumake2: added component registration


2010-11-06  Joseph Powers  <jpowers27@cox.net>  [736ffc25622ba739194b637c742652e94bd7fb7e]

High-Contrast Cleanup Phase #1


2010-11-05  Caolán McNamara  <caolanm@redhat.com>  [be560bd2d70cc285d2737600b601edd9ae9cfd9d]

can undo this now with fix in compiler settings (cherry picked from commit 0dae6332bca70fab5930654a0dae641af1c76acc)


2010-11-05  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [922b662a957a876de1c3988191e540cdee2cd922]

#i115432# less is more since CWS pbfinal01


2010-11-05  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [cb23ef0a1e3a453ad4df2254b784585ff1d4220e]

#i115432# fix test string for UI-font check


2010-11-05  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [6d7b18c028a5c88e7d4280410f20305a24eaff8f]

remove ignored help strings


2010-11-05  Noel Power  <noel.power@novell.com>  [9925cb109248657aec7703d11c36bae40f0dbc68]

Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-gui


2010-11-05  Caolán McNamara  <caolanm@redhat.com>  [0dae6332bca70fab5930654a0dae641af1c76acc]

can undo this now with fix in compiler settings


2010-11-05  Noel Power  <noel.power@novell.com>  [bab91e8cc05f494755af96445625b5f3d4b9e681]

fixup embedded graphic url handling


2010-11-05  Robert Nagy  <robert@openbsd.org>  [837995e47eb2e82515bfcff570434c743439d3d8]

Add OpenBSD ifdefs for vcl too


2010-11-05  Robert Nagy  <robert@openbsd.org>  [50f5c3b960a0b18b3c39cb4b8db15211d7abdcab]

add needed OpenBSD ifdefs


2010-11-05  Robert Nagy  <robert@openbsd.org>  [c04bc10a3827ee7d35ab9d069c5bb7273010cc21]

Define OpenBSD as a supported system.


2010-11-05  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [d902d19ef43055b72652a41822f9e85c3cf1b840]

removetooltypes01: #i112600# remove tooltypes from toolkit, svtools and framework


2010-11-04  Niko Rönkkö  <ronkko@iki.fi>  [3f8f68ae256f0d04b0d33d96f393f141b155d07d]

Elide all "SO:" and "OOo:" build.lst prefixes


2010-11-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [fcc224ae2268e62f86ded81b17fa4006ae482163]

merge with DEV300_m92


2010-11-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [75046e221a77cddffc38fe5cedf91edd6c911684]

vcl117: #i115056# remove now unused svtools PrintDialog


2010-11-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [3cc598f1fc5f90ba79595286bca167c3939f287d]

vcl117: #i115056# clean up functions no longer used


2010-11-04  Mikhail Voytenko  <mav@openoffice.org>  [f210bb3346849a4e9c7b6c7875eb47910eb84620]

pl08: #163778# use EncryptionData from MediaDescriptor


2010-11-04  Caolán McNamara  <caolanm@redhat.com>  [5e304209b6c0ca3b9a4aab6181d3c832055811ef]

latest libX11 changed header guards (cherry picked from commit cd10b146b67f7329f699e48e74d2961dbcceb123)


2010-11-04  Caolán McNamara  <caolanm@redhat.com>  [cd10b146b67f7329f699e48e74d2961dbcceb123]

latest libX11 changed header guards


2010-11-04  os  <os@openoffice.org>  [859c3c93693bd98692d1a7e265747d61871f845a]

DEV300:m92 merged


2010-11-04  sb  <sb@openoffice.org>  [5d4d34a19b0b18fc3cca3a8a5d13c2699d9ca175]

sb135: merged in DEV300_m92


2010-11-03  Noel Power  <noel.power@novell.com>  [a65e159724078a07ac901ce7b2bbfae78fddbebe]

separation of new container controls and existing Dialog control & model


2010-11-03  Nigel Hawkins  <n.hawkins@gmx.com>  [ec0419a1c7d81bf54bb92c405d80c2c44e2c819b]

vcl: fix fprintf compile warnings in cff.cxx


2010-11-03  Nigel Hawkins  <n.hawkins@gmx.com>  [4a6280a7c3d054a42dfbb9159413a63536cd0f65]

vcl: fix fprintf compile warnings in sft.cxx


2010-11-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c6a353df53969bf596f3b7e1699638e97c95300e]

vcl117: #i115304# read printer options from configuration


2010-11-03  Mikhail Voytenko  <mav@openoffice.org>  [54d482d766f1f2a9fd64213325e9f1426c07212d]

removetooltypes01: #i112600# remove tooltypes from idl, and other small changes


2010-11-03  Luboš Luňák  <l.lunak@suse.cz>  [d42051f432e18a9fef601dba50b873740ce15258]

use sane scrollbar sizes when drawing

bnc#619772 leads to a crash because maximum = minimum = 0, and this
strange (but for whatever reason needed) '- mnVisibleSize' hack
makes maximum be -1, eventually leading to a crash

2010-11-03  Noel Power  <noel.power@novell.com>  [566287fb9cb7480a6512ac530ddf9ba703785d73]

tweak after rebase from master


2010-11-03  Thorsten Behrens  <tbehrens@novell.com>  [8c9ddb2b37b2614d70bc863dbb1421f4bc0af7cf]

Changing a few more strings to read "LibreOffice" (cherry picked from commit d69179723a2f8f72d344b884647fd106221a1391)


2010-11-03  Thorsten Behrens  <tbehrens@novell.com>  [d69179723a2f8f72d344b884647fd106221a1391]

Changing a few more strings to read "LibreOffice"


2010-11-03  Caolán McNamara  <caolanm@redhat.com>  [72244e6e6035ffc211ea7a4fce9aa96de8bc1f76]

abort doesn't gain us anything here.

abort doesn't gain us anything here except to force abrt automatic bugreports kick
in, and XIOErrors can't be worked around

2010-11-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [39cb4ace8791d5d06534c544970f74a0668a9143]

undoapi: argh, the last changeset was never intended to be 'qfinish'ed, or even pushed. Reverted.


2010-11-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [462ba3d3aeb5b4c3fa242a5be2c6661af4f2c69b]

undoapi: IUndoManager::GetUndoAction/Id/Comment/Count and IUndoManager::GetRedoActionCount/Comment now, by definition, work on the top level, not on the current level (in case of a list action being active)


2010-11-02  Noel Power  <noel.power@novell.com>  [bdcbce6e2e6737eb1eb3b6244e6e8dbe13fba7f0]

initial import of latest cws container_controls


2010-11-02  Mihaela Kedikova  <misheto@openoffice.org>  [12b502fa135dffe805645fd2999b26e43bf40587]

tabcontrol: merge with DEV300_m91


2010-11-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [4747b9b1d34d7bd18a8fb133f5ab3a265055da7c]

vcl117: #i115056# change direct help texts to help ids to allow for proper help content


2010-11-02  Mihaela Kedikova  <misheto@openoffice.org>  [62828d1b82d5a30c537db87bd985575fc3e4402f]

tabcontrol: changes regarding version and services


2010-11-02  Vladimir Glazunov  <vg@openoffice.org>  [3ee74529390eb1cc1720cf77fb34d8a3788193e2]

CWS-TOOLING: integrate CWS vcl116


2010-11-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [104e6b257483d1b8e00e6eb94966c2671646d150]

fix a merge problem


2010-11-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d32e6329f99a303e49cfdf28ed59b492e4113c27]

undoapi: allow retrieving the count/comments of Undo/Redo actions both on the current and the top level


2010-11-02  Caolán McNamara  <caolanm@redhat.com>  [946f6fe36abf895947484f5d0cb70181c72b3862]

better backport this to stable


2010-11-02  Caolán McNamara  <caolanm@redhat.com>  [32ebd71bcac54315e70d5477b00f80bc9a6813ee]

fix system-cppunit on x86 for this test


2010-11-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [52edb808b12d514ed5eb64721fd5f86759d97e72]

we don't need a typedef for FASTBOOL anymore


2010-11-01  Kohei Yoshida  <kyoshida@novell.com>  [a3fa25f72a846bef918f927e3adf370c51bdf388]

Remove unnecessary coping of i18n::Currency2 instance.

Without this, loading Calc fails with segmentation fault on SLED 11 x64
platform.  The object is used read-only, so it's perfectly safe to
treat it as such.

2010-11-01  Kohei Yoshida  <kyoshida@novell.com>  [624fa9a6af03d60e1b3f7efb394c16ff26903bff]

Remove unnecessary coping of i18n::Currency2 instance.

Without this, loading Calc fails with segmentation fault on SLED 11 x64
platform.  The object is used read-only, so it's perfectly safe to
treat it as such.

2010-11-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [bf5898758c60f1e2c35d99fb720a2b57ceaefd46]

remove a confusing use of GetMutex() when a SolarMutexGuard is really meant

VCLXDevice, VCLXGraphics and derived class use a mutex that is really
a reference to the SolarMutex. They declare a function GetMutex() to
access tis reference to the SolarMutex, and the implementation
use
osl::SolarGuard aGuard(GetMutex())
to take a guad on the solar mutex.

This is confusing because some other class in that framework also implement
a GetMutex() function, but which this time return a regular Mutex.

Since this particular use of GetMutex() is to get the SolarMutex, and
invariably this is then used to take a Guard on the SolarMutex,
all these uses are replaced by a SolarMutexGuard object, which encapsulate
that behavior.

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [d9743bf106c4c984db29fa7eccc4382b13e10d29]

CWS-TOOLING: integrate CWS pdfextfix04


2010-11-01  Thorsten Behrens  <tbehrens@novell.com>  [cf45be502ffb6e997cf47f6a810a548b7fc097ed]

Make envvar SAL_NO_MOUSEGRABS avoid mouse grabs on X11

When debugging UI code, mouse grabs can really get in the way -
so just set SAL_NO_MOUSEGRABS=1 and LibO will stop blocking your
X11 session, when a gdb breakpoint hits.

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [b5fd0f95252ee6ebbfbfbc2031af683dd8854cef]

CWS-TOOLING: integrate CWS sw34bf01


2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [c48439360df2980b27f675049a666ecf6db0fba0]

CWS-TOOLING: integrate CWS svarray


2010-11-01  Jan Holesovsky  <kendy@suse.cz>  [4862c21773b5e92a285312a9a769ea28d652aedd]

Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-gui


2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [cfe7324a993ec7399237d30ddee6af45daf04628]

#i10000# changes from OOO330 m13


2010-11-01  Luboš Luňák  <l.lunak@suse.cz>  [1acb87ea88c27bd23f84490f5c5acaa9771e6e2f]

using Qt4's Glib-based event loop should work now

Qt commit http://qt.gitorious.org/qt/qt/merge_requests/2492 , should
be in 4.8.

2010-11-01  Jan Holesovsky  <kendy@suse.cz>  [7d552cc1cf946b6af14918b21fa3b0341aafdd4f]

Merge commit 'ooo/OOO330_m13'

Conflicts:
	vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx

2010-11-01  Caolán McNamara  <caolanm@redhat.com>  [a9827442e73d466e0fef809f9c1f21620e00b118]

always build this tools cppunit test


2010-11-01  os  <os@openoffice.org>  [5051aef61e2dcaa4199b16bf512f6024809e9519]

rebase to m91


2010-10-30  Caolán McNamara  <caolanm@redhat.com>  [d5368b20175405a82ecceec4a60a90cf5476d9ac]

small startup optimization


2010-10-30  Caolán McNamara  <caolanm@redhat.com>  [456a3b00822227f7b1f34db6b1e010fbd23180ee]

small startup optimization


2010-10-30  Caolán McNamara  <caolanm@redhat.com>  [32c28e39c0a1cf78f242c0eecacf5a35738f0e67]

small startup optimization


2010-10-30  Caolán McNamara  <caolanm@redhat.com>  [4a5140dbf6fd0effaecf4967343c5cae1d969fdf]

small startup optimization


2010-10-30  Caolán McNamara  <caolanm@redhat.com>  [14ee0af8a8e125f399843a6d3048ef4c5d7538c1]

small startup optimization


2010-10-30  Caolán McNamara  <caolanm@redhat.com>  [66d1860365bee20a73328712873a6515bf7e346f]

small startup optimization


2010-10-30  Caolán McNamara  <caolanm@redhat.com>  [113c93077c6ab3effb74d972cf603eabfed6b39f]

small startup optimization


2010-10-30  David Tardon  <dtardon@redhat.com>  [53cb376d74b108d783f4a40c8e23ce54b5f4fd90]

fix building of tests


2010-10-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [69d7c97ecc0b12edd1db6dbcda23217794a853b0]

vcl116: #i97830# new ellipsis text style for menus


2010-10-29  Rene Engelhard  <rene@debian.org>  [6559d60992c5d67ee3632f5ce8c6b92f69ea06e8]

bin agg


2010-10-29  David Tardon  <dtardon@redhat.com>  [280a6945a9b03ab3ddd987253ed14816d96b24f9]

skip reserved operators


2010-10-29  Caolán McNamara  <caolanm@redhat.com>  [94ca9e19fac016c08d2d7dff674786110adc8f0e]

some small startup optimizations


2010-10-29  Caolán McNamara  <caolanm@redhat.com>  [fa20188e05b01877d6a52d005ec982ed4bcf008b]

microopt


2010-10-29  Caolán McNamara  <caolanm@redhat.com>  [ad6ef83a44872afeaf635d66ca0526f995b8964c]

if we're not going to check for failure, make sure default is sane


2010-10-29  Mathias Bauer  <mba@openoffice.org>  [146171dfdf5b0b62af0b3c9c74f486ea4b47c4d6]

CWS gnumake2: resolve conflicts and make sources buildable on Linux


2010-10-29  sb  <sb@openoffice.org>  [809e161dad15f169194d147d32b293fe2e189c6a]

sb135: merged in CWS sb131


2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [04e46197e45fa21d34c53f31d94c287120e32f9c]

dba34b: <stl/limits> => <limits>


2010-10-29  Jan Holesovsky  <kendy@suse.cz>  [11fbb85b7378bf1f97b9873bf661796d93333705]

Show Java error just once by default.

Improves n#628806, where the user is presented with an amount of the same
dialogs.

2010-10-29  Caolán McNamara  <caolanm@redhat.com>  [fb467c3548dc0cc70ca32892ce3b819d8d9f1153]

avoid linking against wrong libstlport by accident when linking against kde


2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [456d5f95494479c08f095e610608eacc3ad5c906]

merge after pulling DEV300.m91


2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [277bdebed4a74cace884ed25cdf07aff2d1a1d62]

merge after pulling DEV300.m91


2010-10-29  sb  <sb@openoffice.org>  [43d557ef9e0574e80a3b38b9f5fae98ec593df1d]

sb132: merged in DEV300_m91


2010-10-29  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [3c72f48c7e8a1f02f3410eaf0522afa9792736b4]

libs-gui: Remove emacs modelines in the middle of the file

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-10-28  Joseph Powers  <jpowers27@cox.net>  [84ff059e3cb58e3c78550a44c9b7502d06631c17]

Mac OS9 Cleanup #6


2010-10-28  Mathias Bauer  <mba@openoffice.org>  [d107f58ba610ee6b587df3b0494b03a67a3a3715]

CWS gnumake: resync to m91; conflicts unresolved


2010-10-28  Michael Meeks  <michael.meeks@novell.com>  [480ea7cfc9fac72cc8c478ec2809ecda58c8a2eb]

add experimental config option


2010-10-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [fe3d221fdb1336cb7741fa8d19e172e3585db427]

vcl116: #i97830# take accelerator sign (tilde) into account when checking for ellipsis string


2010-10-28  Caolán McNamara  <caolanm@redhat.com>  [bdf5c4af4cbb95bc0d7e1bdb3850fab66ce88b04]

add modelines to .h and .c files as well


2010-10-28  Caolán McNamara  <caolanm@redhat.com>  [c5bdd8eeae096477f83692f8642b77f2140ab104]

remove duplicate modelines


2010-10-28  Caolán McNamara  <caolanm@redhat.com>  [dbcf34578fdced46c224249cdf524b85026d34b0]

remove duplicate modelines


2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [0bff0fbd894feceb1e882d1fb328e75d27938a91]

Automated merge with http://hg.services.openoffice.org/cws/dba34b


2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [f2be15e7a069d974eb6e7acc2eaa23a7beb3430f]

Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300


2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [85a689600a96c5f35a9895c9cb98337035de3104]

dba34b: #i115284# clear hdlentry when it going to be removed


2010-10-27  Caolán McNamara  <caolanm@redhat.com>  [8bb4853fe6d4e858f89616c9294d9f5ae00e2e79]

fdo#632229# provide some support for a per-windowframe ApplicationID/WM_CLASS


2010-10-27  Tor Lillqvist  <tlillqvist@novell.com>  [c3d2ee777147d58edd06dcb7b246c780d843bd03]

Fix mutex related compilation errors


2010-10-27  Michael Stahl  <mst@openoffice.org>  [30d48c74340da1002cda4232e68e10bb13988b9e]

merge DEV300_m90


2010-10-27  Vladimir Glazunov  <vg@openoffice.org>  [3fca69b72bd8b14a86f6fd728a47025da9757e42]

#i115204#,#i115131# HDU: avoid problem on systems with older fontconfig libs,ignore fonts worse than outline fonts


2010-10-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [cebac490be7b6111dc2d2d0f6cfecc367bd02e15]

undoapi: detailed the error handling


2010-10-27  Mattias Johnsson  <m.t.johnsson@gmail.com>  [a3174e47363129e5c691464b4c911024c9507b0a]

Add character count exclusive of whitespace to document statistics part 2


2010-10-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [8e70ae6f23eec737ab95cc1205c24aca7d990cfd]

remove vos reference from uno xml descriptions


2010-10-26  Thorsten Behrens  <tbehrens@novell.com>  [2f6d56c470e7e2a31d4b2e1d58751bca36222bdb]

Speed up wmf clipping

Make use of basegfx rect clipper in wmf import. Greatly speeds
up reading WMFs with lots of clip actions. Fixes n#535304, applies
patches/dev300/svtools-wmf-clipperf.diff

2010-10-26  Thorsten Behrens  <tbehrens@novell.com>  [9d56280e616424294c35af504eccd429fdd182be]

Fix refresh of OLE object previews

A fix for n#411855, to make preview object refresh in all cases.
Applied patch svtools-update-ole.diff

2010-10-26  Radek Doulik  <rodo@novell.com>  [896a69c1053be0a686acc4ae13f4958e6c856586]

Fix round corner bug in canvas

 * cppcanvas/source/mtfrenderer/implrenderer.cxx: fixed round
   corners rectangle drawing (basegfx tools use portion of width and
   height to specify the corners width and height)

2010-10-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [22af755d7dcf72364178ba3c9f935e67d9c8a250]

USE_BUILTIN_RASTERIZER needs to be taken into account on Windows after all


2010-10-26  Caolán McNamara  <caolanm@redhat.com>  [26793f9761c3108770f1af8a043662a47e420db1]

make these not leak and safe to use


2010-10-26  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [b562940e75af0e6ffb1f99cec3871e7f6d76412d]

#i115204# avoid problem on systems with older fontconfig libs


2010-10-25  Joseph Powers  <jpower27@cox.net>  [0e2cb893be5e51489e23771a8bfbf27127580388]

compile error inducing typo in aqua salinst.cxx


2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [3eae8bfacc69a42d6a0420e68f4ab0d2e1bc95a6]

missing include for build on aqua

Thanks to Joseph Powers for reporting this.

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [cb275f36fead2e8fb8cdbef6d545d068c3149a50]

Finally, gut the vos module out of the build


2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [3c8caf125f306bd925d923cf462f35b5fcbe39f9]

convert vos/process.hxx and related API


2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [1c5e57d021eb5f29182013081d55e81b6d32a8df]

remvove vos/macros.h usage


2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [79cd70e28bcf0e7f47298409868dd957c7389f2c]

rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguity


2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [2e05b52a8b0af80e264055fd7223f06f08e62c14]

fix missing vos::Guard creeping back-up after rebase


2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [ab4ed0c49f92c63c82efbd4ae9be6a125db49fec]

fix a mishap during the OGuard migration for aqua.


2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [760e829b539f3d8ee4c9e99246c586848f7e3e5f]

remove vos::OModule


2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [74f2f9518f2858a44f1c805a57e728cb79ba87f3]

merge vosremoval-mutex.diff

In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [e0808b262bc8bc5fe715f917fbd065024e295d66]

merge vosremoval-reference.diff


2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [20241f2ac08f78e341188e04bf042b4a5b3fb10c]

use SolarMutexGuard instead of LocalGuard in canvas

LocalGuard is a wrapper guard around the SolarMutex.
SolarMutexGuard already provide this function.

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [829cdd2e1746594a71e99a7746f9b0acf67d11bb]

migrate OClearableGuard(SoalrMutex) to SolarMutexGuard

Factorized the Guarded piece of code to locate the TopWindow under a
given Point, which was repeated verbatim in 4 different functions
That allowed as a bonus to remove the need for a ClearableGuard, and
allow the use of a straight SolarMutexGuard.

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [a90125a9ed7c13072c0626aec79af153239c97e4]

Add a new class SolarMutexClearbleGuard

Few place in the code use vos::OClearbleGuard aGuard(Application::GetSolarMutex());
or something similar.
This new class hide this ugliness into
SolarMutexClearableGuard aGuard;

This also has the merit to push down the vos:: dependency down into one location
for this kind of access, which will simplify the vos dependency removal.

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [e43337278bc104998a94d3af0a56de942af4430e]

Use SolarMutexGuard where appropriate


2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [d2bc47826f24fa7905877866bfe705e6a419f1be]

use SolarMutexGuard to guard the SolarMutex


2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [0aa58c9e06b7829cc09a59cf8d84e423a37f5150]

create a class SolarMutexGuard to take a Guard on the SolarMutex

Most user of OGuard, use it to guard the SolarMutex.
using something like
vos::OGuard aGuard(Application::GetSolarMutex())

Which will now be written
vcl::SolarMutexGuard aGuard;

This will also, as a side effect remove the use of vos::Guard in many
sources, simplifying the migration out of ::vos

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [ed318a616ac37857422b18f1464981dc4e500003]

merge vosremoval-pipe.diff


2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [345b64d490afc17c058ddf700dcddf1db7596307]

merge vosremoval-timer.diff


2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [58402bce391fd35cae2c12e306fb48049d8bd416]

merge vosremoval-conditn patch


2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [d9d3f2877a9cc1b8df9b3e7e87d018bab068d503]

merge vosremoval-signal patch


2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [af8a21ced61a31e3c696d2da8ced55b0eabdefa8]

merge vosremoval-security patch


2010-10-25  Caolán McNamara  <caolanm@redhat.com>  [a4e3f1711e5f9cc57173a5e8278d968f2dd58f31]

fix typo


2010-10-25  Caolán McNamara  <caolanm@redhat.com>  [c9f414b2e667baf924b1026697718ab2f0b7a64a]

micro optimization


2010-10-25  Caolán McNamara  <caolanm@redhat.com>  [7f081d5dabd43aa4fbec147e494a989df6986584]

micro optimization


2010-10-25  Caolán McNamara  <caolanm@redhat.com>  [2776dfa4f3e5de82d6ca7d7fe6ca4f011f5b7f9f]

micro optimization


2010-10-25  Caolán McNamara  <caolanm@redhat.com>  [c91a60450930d4b55d1d1775c37b26636bcf2ed7]

micro opts


2010-10-25  John LeMoyne Castle  <jlc@mail2lee.com>  [bc0d00745fc2fade52b5345b860c1d18288960c6]

fix 32 bit overflow with 64 bit constants


2010-10-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5c065bd80b570b5dbffb32faaffee13b1b09884b]

vcl116: #i96684# optionally do not switch workspaces of WM


2010-10-25  obo  <obo@openoffice.org>  [c09c529cbe20a9915c2ca8d50b4b5a804b999715]

CWS-TOOLING: integrate CWS ooo33gsl12


2010-10-25  Mathias Bauer  <mba@openoffice.org>  [ec483fd1735451fb42bb4ee364552908906b17df]

CWS monogolianlayout: resync to m90


2010-10-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0dc58dfc3c0c4a8cc3e33b74bec5c70e9a2b2869]

undoapi: implementation/tests for hidden Undo contexts


2010-10-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [388fd908a956ba1b4dc7f67e667e8efb19e672dd]

undoapi: moved Flag/RestorationGuard into dedicated header file comphelper/flagguard.hxx


2010-10-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f3824952232794aceb3e0a117786d501c9795dfd]

undoapi: defined, implemented, and tested the exception handling for XUndoAction/Manager::Undo


2010-10-24  Andras Timar  <timar@fsf.hu>  [c43ab71f999f94331ec54e13e0f7af1835e1053b]

do not extract non en-US files for localization from dictionaries/


2010-10-24  Caolán McNamara  <caolanm@redhat.com>  [56a335e163b24ff7bfb5b032769f2a0a54af4796]

micro opts


2010-10-24  Andras Timar  <timar@fsf.hu>  [d7420d7251b52a31d8048c170c9fff5a29cdc60a]

typo fix


2010-10-24  Jan Holesovsky  <kendy@suse.cz>  [7daa87fd94314b3839b69bfc091cb0e645006c8b]

Merge commit 'ooo/OOO330_m12'


2010-10-24  Caolán McNamara  <caolanm@redhat.com>  [49c2936e7a1b6e90d1c8c62f0ca9227d06ecca78]

micro optimization, remove startup global


2010-10-24  Caolán McNamara  <caolanm@redhat.com>  [0de79ff441e3efc998746f97665442a07da9aca7]

micro optimization


2010-10-23  Michael Stahl  <mst@openoffice.org>  [be8c67c1bea3720dddca4e034510e13e1ab92a5d]

svarray: #i112395#: fix warnings, enable exceptions, etc.


2010-10-23  Jesús Corrius  <jesus@softcatala.org>  [c27524ebccff93dc8504c744c064ecf47208820e]

Make for_each less ambiguous for VC++ 10


2010-10-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5cf45c9a72627d36eb3df7b23a60c0e771eff54d]

undoapi: yet more Undo API tests (will this ever end?)


2010-10-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [989114adace08412e04cf2dd3a81f4046445ac3e]

undoapi: tweaked notifications


2010-10-22  Caolán McNamara  <caolanm@redhat.com>  [9e1f941b72dd93b217321c93122e4e536c4d5bdf]

move global sSilfMap to be a local sSilfMap to defer ctor until first use


2010-10-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [77eaf38dc978812e4564cd16ad4e93932f988637]

undoapi: added locking support to the XUndoManager


2010-10-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f4c6acd9331799c59c5dc4f95837700ed7963124]

undoapi: more I/SfxUndoManager changes in preparation of new Undo API features


2010-10-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f03ff623e97f0d76b6908e0e0fb9226c312b33f0]

undoapi: allow compiling with VERBOSE being set


2010-10-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9f7c8981519814f8dd986091b78cda98d62e0ed5]

undoapi: FlagRestorationGuard


2010-10-22  Carsten Driesner  <cd@openoffice.org>  [a66b6c54caf1f75e681637976de65d058d46f932]

fwk149: Merge changes from DEV300_m90


2010-10-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [94c5e414d6df9348540aaf94b179b046aa18d6bc]

ooo33gsl12: #i115107# do not call getNativeControlRegion during paint on gtk


2010-10-22  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [94079d97bd9e34b77df24dfdf71952ff5978c2e2]

#i115131# ignore fonts worse than outline fonts


2010-10-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [9cce719fce28ac4517bd663cb60e38e7c78967cf]

rebase to DEV300_m90


2010-10-22  sb  <sb@openoffice.org>  [dacb0c0c4fe7635bf002d21e54d7b49c47452634]

sb131: #i115124# $(XSLTPROC) implies LIBXSLT:libxslt


2010-10-22  David Tardon  <dtardon@redhat.com>  [b064b889b95c166361147a9be62599e79320db9a]

fix comparison of key events for IM


2010-10-22  David Tardon  <dtardon@redhat.com>  [8a362c58f56a65030d9fc1afbd0f0192d8bd179c]

fix IM input


2010-10-21  Bartosz Kosiorek  <gang65@openoffice.org>  [9ff32143ccdf72fd0f21ec4d8fb33facb27bd4f8]

svarray: merge with DEV300 m90 again


2010-10-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [845e3136f1f166c0d84eb0dde286b0e4a94e4e0e]

fix a merge conflict


2010-10-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [0c2c15258a83129819e38d0893431cc9228dc5e2]

rebase to DEV300_m90


2010-10-21  sb  <sb@openoffice.org>  [90370fdb45c3e44d3d0c603b81961745873c28e8]

sb131: merged in DEV300_m90


2010-10-21  Mathias Bauer  <mba@openoffice.org>  [3b1288da0b97133687f5adc855c0e0c109841d37]

CWS changehid: resync to m90


2010-10-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2377f52f68910ccdc33dfb383ecc05833d082395]

undoapi: specified (and implemented and tested) what should happen when you leave an Undo context which does not have any elements


2010-10-21  sb  <sb@openoffice.org>  [3171109e8b77229a9358d84642c3253b33597e24]

sb132: merged in DEV300_m90


2010-10-21  Kai Sommerfeld  <kso@openoffice.org>  [e4a2034ceb214edda29516761135e8982b37938e]

rebased to m90.


2010-10-20  Bartosz Kosiorek  <gang65@openoffice.org>  [26b4bcd46cc90f873ddf1d9c8f4784a9e5fa735b]

svarray: merge with DEV300 m90


2010-10-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [58d24cdb2ee480437967b3489432b1a0dab7b27f]

fix a warning


2010-10-20  Kurt Zenker  <kz@openoffice.org>  [7f78d6456fd5038e042565ca23cf69a991796620]

CWS-TOOLING: integrate CWS ivo99


2010-10-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4eeddad9c61bf3f9a08a1b013f07a4c7880e5b67]

undoapi: made SfxUndoManager an implementation of the new, abstract ::svl::IUndoManager interface. Change the SfxShell's UndoManager attribute to be an IUndoManager. Did all the resulting changes up the source tree. This way, we'll hopefully be able to provide an IUndoManager implementation in Writer, which is not based on the SfxUndoManager, but on Writer's own Undo implementation.


2010-10-20  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [5fbf05c1c68ebb8189bd070aa22683da7ea08005]

Fixed fdo#30899 and n#610921: MetricFields SetUnit conversions


2010-10-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [e1efa14c63807204d4cc1af129c66acbf42db7d6]

 #i90800# export GetMirroredChar via UNO service


2010-10-20  Mathias Bauer  <mba@openoffice.org>  [e9879d48ea19e5aa738d9e86e042046a686a4cfc]

CWS changehid: #i115137#: no hid.lst used in help linking


2010-10-20  Kai Sommerfeld  <kso@openoffice.org>  [dddde6836787b075a27db4c8c3ba743db3518522]

#i111756# - optimized compileExtensionHelp() (patch contributed by dtardon).


2010-10-20  Kai Sommerfeld  <kso@openoffice.org>  [d499b87a220af37bf111dea8139c690566b07942]

whitespace cleanup.


2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [6f6c0415d983e100aeb939c883ef0ac901e966e7]

remove memory leaks to make this a handy valgrind test case


2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [a46b3139eef61005be1dbe552531b3dd8fa616f1]

fdo#30773 Kabyle swap , and . as decimal seperator


2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [a8ea685c6396344f2fc36dee0a894479ad688ee9]

fdo#30773 Kabyle swap , and . as decimal seperator


2010-10-20  Vladimir Glazunov  <vg@openoffice.org>  [5a125ebc9e3ec4c1927b8b789e97d773aa78fe67]

#i10000# temporarily disable assertion to get smoketest running


2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [d563a6d994243619594ad58cb9ab84613b171660]

WaE unused parameter


2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [5c5c01d2c514aa12828679f079f12e5e22c0d842]

remove unused method


2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [3f7fd418648861712530902f5f3ca24eb59e2d65]

fdo#30773 Kabyle swap , and . as decimal seperator


2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [b4f66faea24f5ed488f046d5bcfc90474e788ca0]

#i101100# strict-alias clean


2010-10-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [6e9c2e93b40aa97099e06a7f431a156d0998a580]

remove dead-code


2010-10-20  David Tardon  <dtardon@redhat.com>  [362a83dde18e114b817c53459b76b953e3fb89a5]

replace sizeof(foo)/sizeof(foo[0]) with SAL_N_ELEMENTS(foo)


2010-10-19  Bartosz Kosiorek  <gang65@openoffice.org>  [c2c2486d0e25fc565aaad090223991ab76b338d5]

svarray: #i112395#: #i84159# new const: SFX_ITEMS_DEFAULT


2010-10-19  Thorsten Behrens  <tbehrens@novell.com>  [35c617f5e37ef09b7e89ce594760a9f46f3ccfbc]

Switch all urls from TDF to LibreOffice

Additionally, fixes fdo#30667 with new about dialog text, and a
link to http://libreoffice.org/credits.html

2010-10-19  Caolán McNamara  <caolanm@redhat.com>  [63fabb2979c6b7a78026ed5f49a40e8e461eb0fe]

fdo#30773# add Kabyle locale data


2010-10-19  Thomas Klausner  <wiz@NetBSD.org>  [7af031c884c3d651c8d849035ddfff633e447669]

Add more files to EXCEPTIONSFILES to fix build on NetBSD.


2010-10-19  Caolán McNamara  <caolanm@redhat.com>  [8db952ef531b7aa61e8882fda356f4cc1f1ed541]

survive missing configuration entries for paths


2010-10-19  Caolán McNamara  <caolanm@redhat.com>  [171a9d590848ca7e9058743d141b96309816fac3]

survive a missing history


2010-10-19  Thomas Klausner  <wiz@NetBSD.org>  [d958516643d22ee21839d828678310a2030a71ff]

Add more files to EXCEPTIONSFILES, sort.


2010-10-19  Povilas Kanapickas  <povilas.kanapickas@gmail.com>  [4900ba6128294f4f5c18c0f6720e03b77b34304e]

Cleanse non-compiled code

Removed if-deffed code from LibO libs, enabled if-deffed code again
in test/playground files

2010-10-18  Bartosz Kosiorek  <gang65@openoffice.org>  [425a947c25027db7c749a445aa4e772b55dd92c0]

svarray: #i112395# #i84159# increase max number of pools to 2^32


2010-10-18  Thomas Klausner  <wiz@NetBSD.org>  [6529e97db136ec6828a15408b2c0f00d3ffce164]

Sort EXCEPTIONFILES and make sure all are in SLOFILES.

Noted by Caolán McNamara <caolanm@redhat.com>.

2010-10-18  Povilas Kanapickas  <povilas.kanapickas@gmail.com>  [6831e22e068397899f26f40da92e5ca5aee35cda]

remove non-compiled code


2010-10-18  Thomas Klausner  <wiz@NetBSD.org>  [830e71ba7d6dd419c7d5d0805489cd47ff13f2fa]

Mark many more files as EXCEPTIONFILES.

Needed at least on NetBSD with system boost.

2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [b8bade71f4cc61d54a8fc07eb388df8be5535308]

#i112656# add osl_setEnvironment and osl_clearEnvironment


2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [dc9f029404156d91fcbcba3215d47d6888f0e45e]

CLang++ Dead assignment


2010-10-18  Vladimir Glazunov  <vg@openoffice.org>  [75490d700a070f3cd2df2de86ae34b664737038c]

#i114935#


2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [b91c280d3680af2b164b8640425a2435d99bc2c8]

WaE, silence warning


2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [98eb383972886a35cd22b33f77931ba2700745ff]

remove dups


2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [52c1662ed1ac2cdc3611df4767d643f80c311be2]

add matching undefs


2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [e438034071b352e4fe3b42e25d3d63dcefb1f76d]

same ifdef inside itself


2010-10-18  Thomas Klausner  <wiz@NetBSD.org>  [c18f190f0be019e37d1cfad122530ad1f2260bc4]

Add more files to EXCEPTIONSFILES, needed on NetBSD with system boost.

Ok: Caolán McNamara <caolanm@redhat.com>

2010-10-18  Vladimir Glazunov  <vg@openoffice.org>  [8232c496b7ba97a6f85ef8b28d9dabd22058ba5c]

CWS-TOOLING: integrate CWS vcl115


2010-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [5330736b57db9f83ee966b66e31a3c2593a952b9]

ivo99: fixed path


2010-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [4fcf9fee42b4390f6005d768f29974aef08ba206]

ivo99: #107407# exchange <> by []


2010-10-18  Michael Stahl  <mst@openoffice.org>  [d59135bdbb977746640357f40c48da1cb1516097]

sw34bf01: merge fix for #i114999#


2010-10-18  Kenneth Venken  <kenneth.venken@gmail.com>  [bc49ab7509812b643a0b4792cfefc57e91632dc7]

replace sizeof(foo)/sizeof(foo[0]) by SAL_N_ELEMENTS


2010-10-16  Bartosz Kosiorek  <gang65@openoffice.org>  [53e79e8793cead1d474e1ce0b144c7c05e9888ee]

svarray: #i112395# #i84159# handle 2^32 numbers


2010-10-15  Michael Meeks  <michael.meeks@novell.com>  [333cdc483c76753bdb9d310c2a556659aca65169]

reduce large realloc / realloc thrash for image reading.


2010-10-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c263d98563da681934c8b0933f9d19a3a5d4ca48]

vcl116: #i113839# twiddling again with the transparency values in DrawSelectionBackground


2010-10-15  Luboš Luňák  <l.lunak@suse.cz>  [53d6829b4b3d727a0723129719b3066a1c4c577f]

try to process Qt events even when not using Qt event loop


2010-10-15  Noel Power  <noel.power@novell.com>  [789077c297894979e120aab8dc52ec7f3ab69b3c]

fix fdo#30856 remove VBAForm property and associated geometry hack


2010-10-15  Luboš Luňák  <l.lunak@suse.cz>  [6c744838c353198441e413cb86d8eb6d293801c9]

disable KDE's crash handler


2010-10-15  Jan Holesovsky  <kendy@suse.cz>  [84cf24d8a258f2fc0053668c2c8f64d9c20d5cde]

Fix saving tempfiles when locking is not supported.

unotools-tempfile-nonlocking.diff, n#560877, i#107511

2010-10-15  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [ec25eff1a3720abed176cc8268a8c254c3a9f058]

obo55: #163912# fix hairline drawing related artifacts obo55: #163911# update visible range when switching sheets Authors: Herbert Duerr [hdu] <herbert.duerr@oracle.com> Niklas Nebel <nn@openoffice.org>


2010-10-15  sj  <sj@openoffice.org>  [807fc468575f6012e8260cdf3c41d87f2799a2d8]

merged heads


2010-10-14  Luboš Luňák  <l.lunak@suse.cz>  [2d70b300ed7900327d8f4cb0e2050b4a53ab6105]

Qt event loop integration (when Glib is used) for KDE4 vclplug

So far disabled because of a pending bugfix for Qt, and support
for Qt's own event loop (without Glib) needs a missing feature
in Qt.

2010-10-14  Luboš Luňák  <l.lunak@suse.cz>  [d8801c86f1e7ced83db9a0343f3a2625cbb564b7]

make KDE4 vclplug use Qt event loop as the event loop


2010-10-14  Luboš Luňák  <l.lunak@suse.cz>  [1e0f460e3cb934998c1b60fd331fd4247a646205]

proper accessor for SalKDEDisplay instead of random public vars


2010-10-14  Luboš Luňák  <l.lunak@suse.cz>  [30b94bcdbef992b265046430fd4ee13cb9e79382]

newline at end of files


2010-10-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [750dcd2a7ccdbfbb4aebd0339c36832132ad2a1d]

vcl116: #i112421# use correct index (thanks cmc!)


2010-10-14  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [0d4c3fa9b3a8dcc46478063bf893c2023e3f5ef6]

Add vim/emacs modelines to all source files

Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-10-14  Jan Holesovsky  <kendy@suse.cz>  [cb71e329f3cf3775fecb95625526c3412ed3c01c]

dos2unix on svlibrary.cxx


2010-10-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3d2a70d5e447d54e4c6141e7a0bbb203dccb8ff9]

undoapi: first sketch of the listener API - not sure this will survive 'til the final version


2010-10-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5e1803a084d4a3cd2a1a4a10dcdf1c3b3b367283]

undoapi: moved members into an IMPL structure


2010-10-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [220de08440121b6622c6db42c09f9b914abb8309]

undoapi: some flesh on the initial skeleton


2010-10-14  Caolán McNamara  <caolanm@redhat.com>  [ea80defa61e6ef2a3b2b6df3cb7453dada2dab6e]

micro optimization, including iostream adds globals to your code


2010-10-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5ef472ea2758c7f050bafa62974e9ffcd270ee3a]

vcl116: #i112421# use gdk default monitor if available (thanks cmc!)


2010-10-14  Caolán McNamara  <caolanm@redhat.com>  [b51eaf4c5083ec35366d18c522a7dd50f9c9b3c0]

fdo#30773# add support for Kabyle

Stuff Kabyle in as the default member for collective Berber languages using
Latin. Distinguish it from the LANGUAGE_TAMAZIGHT_LATIN families

2010-10-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b514ded632b13725156d0e7d2b4902a65b0f9b77]

undoapi: FlagGuard: for convenience, set the flag to TRUE in the ctor


2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [6eefe02342d4624e0b9131df0667c3ed6e7e8589]

CWS-TOOLING: integrate CWS impress201


2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [e61c815e456d4ba7e6e77bf18710e8fbbfb5cf2f]

CWS-TOOLING: integrate CWS pdfprint


2010-10-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a742f311770805f40e5ffbd9d209bf9d84036a26]

vcl116: #i115053# spelling


2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [76a759f88da174162f46a09784148e65dbb41c2d]

CWS-TOOLING: integrate CWS sb123


2010-10-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [419477297c0033e0ae84635066ee2bf972d8045b]

vcl116: #i115053# save work in EndJob if there is no page in the job


2010-10-14  Mihaela Kedikova  <misheto@openoffice.org>  [c0056f5993d0442c86dafab4ddae11133be8661c]

tabcontrol: merge with DEV300_m89


2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [85dae581a824395f86b4aa1ab2c97e30520b958b]

#i10000# changes from OOO330 m10


2010-10-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2607cde1b5d835bfb823d284d1105215c1210bcd]

dba34b: adjust workbench code to ImageControl changes


2010-10-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9eb47b673838a5eecac2ead3d02de032012ffec0]

dba34b: GCC WaE


2010-10-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [596dbeaefea575989aaf5e2d7a5f6f2f800d08a9]

vcl116: #i88218# cleanup, make field unit strings more robust


2010-10-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b6c417313225ae249f1338fb8215efb5078a5d9f]

vcl116: #157567# print an error message on a completly broken system


2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [e9bcdc225d05ac6afe6ac16e335a53f5cc24737d]

tweaks for AIX


2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [2f6c52290594fa8fc15e28cb564d129f9d053487]

fixes for AIX


2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [4e498609410348cdb67675d58523012c64ffc3c1]

tweak this for AIX


2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [e5c8ed4e7c05f980be4093c085c15f72088649a5]

hackaround for AIX


2010-10-13  Noel Power  <noel.power@novell.com>  [f58bfd38df7ccc80cd6abce3b69a75e86cb5e863]

Merge branch 'master' of ssh://noelp@git.freedesktop.org/git/libreoffice/libs-gui


2010-10-13  Noel Power  <noel.power@novell.com>  [3e1bb901d307619e7d9ddd9d8ea08e0c0193db04]

Merge commit 'origin/master'


2010-10-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [1e7872fa8e8a85ee4bef77ce4450db6a559bfe94]

vcl116: #i114476# implement maximize/minimize states in SetWindowSate


2010-10-13  Noel Power  <noel.power@novell.com>  [3a48a38e269185a7a114d540ecb79587cd3d58d0]

Merge branch 'vba' fix conflics, trailing ws & tab issues

Conflicts:
	unotools/source/config/fltrcfg.cxx

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [faf640e02afbe5b1d1dc889c194482c52ed4ca3d]

Merge commit 'ooo/OOO330_m10'

Conflicts:
	vcl/unx/source/fontmanager/fontconfig.cxx

2010-10-13  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [5f8220f3d6573319ef7015a5d0fa347ce900f69e]

#i114938# fix extremum parameter calculation


2010-10-13  Kohei Yoshida  <kyoshida@novell.com>  [ce8ec7ea608fd7933781140798f280f537d5149e]

Delay setting the flag for insert tab.

The client code needs to be able to change the "insert tab" flag so
that, when switching between read-only and editable mode the insert
tab reflects that mode change. (fdo#30678)

2010-10-12  Bartosz Kosiorek  <gang65@openoffice.org>  [6fd339380fa4a02869cba7175f8550f3ac4197d5]

svarray: #i112395#: #i84159# SfxPoolItemArrayBase_Impl


2010-10-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [490904b0fec25d9468a64765f353fb7a460cf085]

vcl116: fix a warning


2010-10-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b9d4cf33dd8b603a5d362e9f32828de5d419e78b]

vcl116: #i115035# fix a snafu (thanks dr !)


2010-10-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [dd2d7b0a522f50b2481c5a2453a3cf93ffdd1a44]

vcl116: #i115035# use correct bounding box for action (thanks aw!)


2010-10-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [d0cd68fd56013d8e9111ddc1d1cdf25a37d5eb68]

vcl116: #i107331# show papersize in print preview


2010-10-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [236f72777d992d8f4369d8a0f1d426e150ca4cc4]

vcl116: #i107331# allow vertical FixedLine with text, allow centered text in FixedLine


2010-10-12  Caolán McNamara  <caolanm@redhat.com>  [71acd122ad5e34208a7bb873b28bf73170ff7721]

WaE, add extra brackets


2010-10-12  Caolán McNamara  <caolanm@redhat.com>  [6179c18c4e0c3d413d919e1d97577cb871cd2584]

WaE, add extra brackets


2010-10-12  Jan Holesovsky  <kendy@suse.cz>  [a961c948e59af15c07f09c844d35e01c693e6875]

Implement hooks for unix quickstarter


2010-10-12  Caolán McNamara  <caolanm@redhat.com>  [824b7fbefdf081dd2ebb2e14f68c127b5fe28d95]

#i112786# make ConfigManager a well-behaved singleton


2010-10-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2423b133d06fe536ea5fd25499cda14e83282f47]

vcl116: improve MatrixArranger


2010-10-12  Mathias Bauer  <mba@openoffice.org>  [a8c51785170b6ab70ba17718144b0f5f80a5dab2]

CWS changehid: no HID for macro


2010-10-12  Kai Sommerfeld  <kso@openoffice.org>  [1eebefda33091f6a5a2bce6232c5394dd8476df2]

#i98699# - Reintroduced support for base installation directory.


2010-10-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [f49028b1bd734cb7ccfcad82df0acf8a950454ae]

missing OThread ocnversion in aqua


2010-10-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1a60351582744d1e3f84e3a7638beeddee1d25ee]

dba34b: #i112779# auto-HC for the VCL-Throbber, too


2010-10-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b37a28d3ef8bb250c24137dd4de022fef3f972a0]

dba34b: #i112779# don't search for the best image set if there is only one (or even none)


2010-10-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c470f4b969b7dacd679c905d97c7d98fbc89e1c4]

dba34b: #i112779# move throbber images from res/shared/* to shared/*, and add HC versions in hicontrast/shared/*


2010-10-11  Mathias Bauer  <mba@openoffice.org>  [4a0174c98af667777a39bbad46ebf7ba40b0c7e8]

CWS changehid: generate former auto hids into src files


2010-10-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [423a2c6d0689d1a29451d0be2568d59f0992caa1]

vcl116: #i114958# callbacks should lock SolarMutex


2010-10-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [de4eb2aee24ece827a2e671244a61b5cb394c2ae]

vcl116: #i101255# remove autocompletion cycling with tab


2010-10-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [96ac4899816522fc0e28f2d6758810b0a8b45a90]

vcl116: #i114405# add more n-Up options


2010-10-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4728f5df27fdc056db9a265b2b338013f50560e7]

dba34b: #i112779# support automatic HC theme in AnimatedImagesPeer


2010-10-11  Kai Sommerfeld  <kso@openoffice.org>  [128b19e336de833fc9664200a04c13f3e05dae79]

#i98699# - Now works with 3 layer office.


2010-10-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [190aeb2b756d8c65f43c174fc2168154ecdd77cb]

vcl116: #i112525# do not prepend segment extension to html data for outgoing data


2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [cb46dd3fb220be2c70914128a5662e2df6661c68]

file I forgot


2010-10-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [467d8cba3e0eea3cbb8f92aed911553b038b1249]

dba34b: during #i112779#: don't hold an extra BitmapEx in ImageControl, use base classes Image instead


2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [ff7c8d18ab72a08e4b74de8f8ace4d84f79d6cb3]

move the branded bitmap locator down the stack - for framework use


2010-10-11  David Tardon  <dtardon@redhat.com>  [c2e86c5eb908477cbbc3cbfb13619fa55f6fa845]

#i111756# copy arguments directly to vector


2010-10-11  David Tardon  <dtardon@redhat.com>  [d368a35d51b9efc3e3a026c65c7a6130609c2f8f]

#i114706# fix adding font aliases


2010-10-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [a0a5d11e659db81ed798c20658e09b3208821b43]

merge vosremoval-socket patch


2010-10-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [57ba3a55b9a9c7668cbc30a8ea7ffcadd162e9b4]

merge vosremoval-thread patch


2010-10-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [8a572e7ee2556d307e008303e57d3908eab58361]

merge vosremoval-diagnoses patch


2010-10-10  Caolán McNamara  <caolanm@redhat.com>  [de278ae27a7692cfc120b7f7ed3c3da64766c8f7]

add GetDefaultMonitorNumber back in

add GetDefaultMonitorNumber back in, but take care for the gener^C vclplug code
route

2010-10-10  Keith Stribley  <kstribley@openoffice.org>  [1fb088f412168e0070c010207026a7a3821c77e2]

fix of underlining problem with Graphite fonts #i114765#


2010-10-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [195e3c856035ecf0efb512ce44fa679203224984]

squash misc warnings


2010-10-09  Mathias Bauer  <mba@openoffice.org>  [692d552f8bef8ecff1342b02b5b6129755fd1ae4]

CWS changehid: resync to m89


2010-10-09  Thomas Klausner  <wiz@NetBSD.org>  [47ba3de71d9ac5564389399d1d38934be32e6f3b]

Handle NetBSD in the same way as FreeBSD.


2010-10-09  Thomas Klausner  <wiz@NetBSD.org>  [da917dfdca4a22d738530f67308565a2702ba8d5]

Handle NetBSD same as FreeBSD, Linux, and Mac OS X wrt __XKeyboardExtension__.


2010-10-09  Thomas Klausner  <wiz@NetBSD.org>  [c3156d15db906535a223e2d7071c7cfd6ceff988]

Define symbol and suffix for NetBSD/amd64.


2010-10-09  Thomas Klausner  <wiz@NetBSD.org>  [97c6040a2e790f7043e2a43b9ee37b1ea06cf4f2]

Improve NetBSD platform strings, and add x86_64.


2010-10-09  jgraeme  <jgraeme+lists@gmail.com>  [08556248e379fe5398641c768053d682c44d751c]

A patch to remove some unused directives.

Graeme

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [2941d52758dd15b23191fb6b6a1bd1ea6809d414]

Merge branch 'master' of ssh://pmladek@git.freedesktop.org/git/libreoffice/libs-gui


2010-10-08  Petr Mladek  <pmladek@suse.cz>  [97cba961d8a4577b65fd83782fea5da3e6bab344]

Version 3.2.99.2, tag LIBREOFFICE_3_2_99_2 (3.3-beta2)


2010-10-08  Luboš Luňák  <l.lunak@suse.cz>  [350d4c21de8d159d5817087ec59dbfb5591d6495]

Revert "i#112421# make Presenter Screen default to the laptop, not projector"

This reverts commit dbbfe692dfbde95f0a21997dd8f88fd009286964.

This crashes with anything but GNOME (try OOO_FORCE_DESKTOP=none).

2010-10-08  Luboš Luňák  <l.lunak@suse.cz>  [c2dadf8389f69d0a8529e02452c0eefa77e76821]

Revert "gdk_screen_get_monitor_plug_name needs at least 2.14"

This reverts commit d53ac3474f8aa7596f34af67ff2be316e26a1542.

2010-10-08  Luboš Luňák  <l.lunak@suse.cz>  [fb2b195e859c544e2642bd51873af321daaac199]

Revert "i#112421# make Presenter Screen default to the laptop, not projector"

This reverts commit dbbfe692dfbde95f0a21997dd8f88fd009286964.

This crashes with anything but GNOME (try OOO_FORCE_DESKTOP=none).

2010-10-08  Luboš Luňák  <l.lunak@suse.cz>  [6dc30926ffee208a2aa1a103d95f45b9327f2131]

Revert "gdk_screen_get_monitor_plug_name needs at least 2.14"

This reverts commit d53ac3474f8aa7596f34af67ff2be316e26a1542.

2010-10-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a2ea417ac9f7839ce73a370d3930dee6b817b6fb]

vcl116: #i97830# limit maximum menu width


2010-10-08  Michael Meeks  <michael.meeks@novell.com>  [356764e80463c81c69e47a0d121b7a3d4f6e6e0b]

fix horrible use of FASTBOOL as a loop iterator


2010-10-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [b996df0c86eec28ae168bc8f6a68aa431bef2a4b]

FASTBOOL to bool conversion


2010-10-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [41b7c9c76aea292f0210fa8397f30f9fca95d686]

vcl116: #i114958# callbacks should lock SolarMutex


2010-10-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e5cec9164d21792e9288d575e55c783d6a5b26b0]

vcl116: #i114993# fix assertion, native menu cleanup


2010-10-08  Luboš Luňák  <l.lunak@suse.cz>  [0a0973fe5f198aad2bb5e2d6286b6043132e6bab]

Revert "remove filtering of Qt's X11 events by our core"

This reverts commit 84def8400a146ba815d5e6cb6dc22496c9411a27.
My mistake, there is just one X connection, created by Qt in this case.

2010-10-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f06496c351565ee16ba2f6ed4421c0715f8f1c24]

vcl116: #i114958# implement DBG_TESTSOALRMUTEX on all platforms


2010-10-08  Thorsten Behrens  <tbehrens@novell.com>  [f1cdc9f388ea33312a43a3a4fc07269aa90d706f]

Update license text of new files

Using license as per
http://www.freedesktop.org/wiki/Software/LibreOffice/LicenseHeader

2010-10-08  obo  <obo@openoffice.org>  [3b08f031d4fdb4832a4f09d43b4f5e271254c752]

CWS-TOOLING: integrate CWS hb22


2010-10-08  obo  <obo@openoffice.org>  [6e42a6c23e2b94192b85f51e771e55da51452467]

CWS-TOOLING: integrate CWS ooo330l10n4


2010-10-08  obo  <obo@openoffice.org>  [2ec453e5f15e36a4fd73bebb3debd76c66565d59]

CWS-TOOLING: integrate CWS sw33bf10


2010-10-08  obo  <obo@openoffice.org>  [e5e7418030aae96799f7156439edf03c2efcaff4]

CWS-TOOLING: integrate CWS ooo33gsl10


2010-10-08  obo  <obo@openoffice.org>  [a5c3a2c3f2602348bbe1f18d84eea1cfbbabb9ee]

CWS-TOOLING: integrate CWS dba33j


2010-10-07  J. Graeme Lingard  <jgraeme+git@gmail.com>  [00c889d777492a5e4c08b9fd82e17450af1ec101]

Remove redundant #include directives & comments


2010-10-07  Bartosz Kosiorek  <gang65@openoffice.org>  [a96d68d19e022749e6ac57d2c09e3dbe047009a7]

svarray: #i112395#: fix bug, remove SvXub_StrLensSort and plains


2010-10-07  Caolán McNamara  <caolanm@redhat.com>  [d53ac3474f8aa7596f34af67ff2be316e26a1542]

gdk_screen_get_monitor_plug_name needs at least 2.14


2010-10-07  Petr Mladek  <pmladek@suse.cz>  [17e01644e042e19ee5ccd216bbb35c304919eb33]

more removed include guards using fixguard.py


2010-10-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3a3d7d21a64122992707dad7424f4e83501fdd41]

dba34b: #i112779# moved the new throbber resources from toolkit to VCL (forgot those when moving the code)


2010-10-07  Caolán McNamara  <caolanm@redhat.com>  [cf1fbd62efb8dd3c20529b41ebae49c1e52558f5]

#i113141# show all appropiate formats by default on save as


2010-10-07  Caolán McNamara  <caolanm@redhat.com>  [dbbfe692dfbde95f0a21997dd8f88fd009286964]

i#112421# make Presenter Screen default to the laptop, not projector

Do the right thing, and make Presenter Screen default to displaying on the
laptop, not the projector via gdk_screen_get_primary_monitor where
available, falling back to a similar impl if not

2010-10-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [60c2230106d442819236ba45fb68035e16e4eab4]

dba34b: outsourced the Throbber_Impl from toolkit to VCL, promoted to a 'real' control


2010-10-07  Caolán McNamara  <caolanm@redhat.com>  [233d37cdeab78e501c396d29a2abad6ad3dcc4ad]

#i114702# fix an off by one


2010-10-07  Caolán McNamara  <caolanm@redhat.com>  [709846db310f407ded29084af35fa7463c1328b1]

#i113856# sync the window manager fix


2010-10-07  Thorsten Behrens  <tbehrens@novell.com>  [745ee04b088d79849ff0499dcdd0b538413b4079]

Webservice URLs now point to documentfoundation

Changed places referencing OOo webservices to refer to
*.documentfoundation.org instead. Also, append coutry string to URL.
Consolidated all places that did this country string appending into
svtools/langhelp helper method.

2010-10-06  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [ffb6f62ac9575de5367cb95a618ad45a00c585a8]

fate#307731, fate#307730: Adds dotted and dashed border lines


2010-10-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [35a390734c090e42a23db0a9481b8f2cba91aef6]

dba34b: GCC WaE


2010-10-06  Ivo Hinkelmann  <ihi@openoffice.org>  [546faf9e6c5f55496b84a828028f046bc76ef2b3]

ooo330l10n4: removed *.py from source tree


2010-10-06  Ivo Hinkelmann  <ihi@openoffice.org>  [9259e3258c2dc1171234b21b42a48a67f19b3297]

ooo330l10n4: revert last change + added 2 missing pyc


2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [0fd7109b1f7152786081cc34e3bdc3baa6cf7c01]

#i94007# #i111758# fix RenderBadPicture on multihead setups and cairo


2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [c6d91ca4136c5966ae6ef66d4f8a581e481fe27c]

Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-gui


2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [323014394a706aa2738472e9df6cc096247bb44d]

Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-gui


2010-10-06  Luboš Luňák  <l.lunak@suse.cz>  [ceffdb55dd4d8b9ab39fcdf507b670c33f2faa73]

Merge commit 'ooo/OOO330_m9'

Conflicts:
	toolkit/source/awt/vclxwindow.cxx

2010-10-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [617c145dd9bc026548c2f7c560b0852a5d5896b9]

dba34b: #i112779# new 'animated images' UNO control, superseding the (X)SimpleAnimation and Throbber controls


2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [a4502629e393d35f31b10d6e4dd2545193c789bd]

#i113503# cppunit stl wrapper headers


2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [a3289e6e0efd29d13af1d3f79d653c9428563832]

#i113503# cppunit stl wrapper headers


2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [cdc0a9469bd8175bbee3d6e45f71ab206d73837f]

#i113503# cppunit stl wrapper headers


2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [0bff9cd3b417dd4be7b8e2ce9863e92828e55af1]

#i113503# cppunit stl wrapper headers


2010-10-06  Kai Sommerfeld  <kso@openoffice.org>  [4b888c97b6ac89cc2e90ecee5e69d9efd64f75c0]

rebased to m89


2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [db06926389e9860898e910dd1802e14e8fdd199c]

#i114148# unused copy of menuoptions.cxx, real one is in svtools


2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [3c34a95f584e4af60f17a02b1fb40dc6a935d696]

use rtl::ByteSequence instead of Sequence

For trivial pre-main sequences use rtl::ByteSequence instead of uno::Sequence<
sal_Int8 >, see #i113054#. Advantages are its slightly faster, but more
importantly uno::Sequence needs the cppu infrastructure to be working during
destruction, and global uno::Sequences cause difficulties on shutdown, because
their lifecycle is difficult to control and ensure that they die *before* the
cppu infrastructure

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [7fe956c481322d76e174edacdef10b78596dfb10]

#i113910# fix frame effect around images in cairo on some drivers


2010-10-06  Tor Lillqvist  <tlillqvist@novell.com>  [9b48ade77a41fbdf14cc447cc3a23060352b9508]

Drop unneeded and incorrect #include <impdel.hxx>

Should be <vcl/impdel.hxx>, and it has already been included through
some other header anyway.

2010-10-06  Noel Power  <noel.power@novell.com>  [e7afd1fc02b1800a65efa2ecb087e70c249ba5b8]

initial commit for vba blob ( not including container_control stuff )


2010-10-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [a6e94527df6b97f72ff76944d200abe98a903029]

ooo33gsl10: #i97556# fix ImplDrawAlpha in RTL case


2010-10-06  Noel Power  <noel.power@novell.com>  [9a765074bb7cd5d7fbe94e84f50ebbb5ec07ccfd]

initial commit for vba blob ( not including container_control stuff )


2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [272d3dbe124efa7760ec35e9c2ceb749fc3c5564]

#i113069# fix useless dereference


2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [9caf2020cdcdb98d879878930824935ba2f44aa3]

#i113054# WaE


2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [34959eb39e3f32bd8a56575e948e411b6da45364]

silence warning


2010-10-05  Bartosz Kosiorek  <gang65@openoffice.org>  [aebe7625f4d10b346fcf553cd8ff98622c0c4ccc]

svarray: #i112395#: SvShorts


2010-10-05  Bartosz Kosiorek  <gang65@openoffice.org>  [2b43322d0a67c41e9239b81bab5e55193a642d99]

svarray: #i112395#: SvXub_StrLens


2010-10-05  Ivo Hinkelmann  <ihi@openoffice.org>  [f47055a4de10a330ae7c3ed67a319a962c8ce063]

ooo330l10n4: fixed encoding, windows path issue


2010-10-05  Ivo Hinkelmann  <ihi@openoffice.org>  [432eb2b0ac4836bf1ff4dc49117c28c6eb83d52b]

ooo330l10n4: deliver *.py


2010-10-05  Ivo Hinkelmann  <ihi@openoffice.org>  [cde9999f61516688cd4478540f84ad0cd677071b]

ooo330l10n4: changed SRC_ROOT -> SOURCE_ROOT_DIR, misc cleanup


2010-10-05  Ivo Hinkelmann  <ihi@openoffice.org>  [79e4fe12231d867946e5670be805e5c2a3e0fe5a]

ooo330l10n4: utf8 encoding issue


2010-10-05  Petr Mladek  <pmladek@suse.cz>  [fd1667f30d471ea81ac42a4075950270b2e4e08e]

fixed vcl includes after removing the guards


2010-10-05  Petr Mladek  <pmladek@suse.cz>  [ba95b4237674f533c4b7827f27a29e1a3c17f608]

more removed include guards using fixguard.py


2010-10-05  Petr Mladek  <pmladek@suse.cz>  [c5ed39e2a6d897116e87a9afa027a93be4c577b5]

include rtl/ustring.hxx instead of non-existing rtl/OUString.hxx

the wrong include file was newer included because of include guards

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [00b06052243f8f0cd93974db9b3ab98af12ada93]

remove include guards using fixguard.py


2010-10-05  Mathias Bauer  <mba@openoffice.org>  [d24077519858593f95e45b7bcdede5e0085ec7a8]

CWS changehid: remove duplicated definitions of HIDs


2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [87445a38c96c9ebb7d0ed8d47533fe0bba1a3cc6]

Ported always-save-option-svtools.diff from ooo-build.

Loading and saving of the new configuration option related to the
"Allow document save even when the document has not been modified"
option.

2010-10-05  Luboš Luňák  <l.lunak@suse.cz>  [84def8400a146ba815d5e6cb6dc22496c9411a27]

remove filtering of Qt's X11 events by our core

It doesn't seem to be necessary and it looks like a bad idea
to filter X events in Qt's X connection using the core which uses
another X connection.

2010-10-05  Luboš Luňák  <l.lunak@suse.cz>  [e3227b74763e83d3f76a9c34c204a64f1daa3e97]

refactor several SolarMutex releaser classes into one


2010-10-05  Luboš Luňák  <l.lunak@suse.cz>  [26597c72fe28aae88d33eb9995a768eb2616f9e6]

use proper type instead of void* and casting


2010-10-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2ba28af94d701aeae51e3c36ae1e2a56b982075b]

ooo33gsl10: #i112076# fix MetaFloatTransparentAction


2010-10-05  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [cc14aa6f78d864c1b5ef2909572d74b0a319080f]

#i102807# adjust magnify event sensitivity to app expectations


2010-10-05  os  <os@openoffice.org>  [48b6a3ce57483ce60ca615d0afd1628708dbda62]

m89 merged


2010-10-05  Christian Lippka  <christian.lippka@oracle.com>  [ebdc85e37ad0ca88b0f731d79dec5b8412de2a32]

impress201: rebase m89


2010-10-05  Christian Lippka  <christian.lippka@oracle.com>  [7f9c0462c48934ca7284ee266fd3168abf4dc72d]

impress201: merge


2010-10-05  Christian Lippka  <christian.lippka@oracle.com>  [a7d067f5099c5bd1f62b5009f77f695cbdc41afa]

impress201: merge


2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [74dff8ebf7e7ca28812a01d4c9bbd8f10f36ee85]

add some configure options to control external libtextcat and libtextcat data


2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [dfdb40b698f3c4fb1af22c027ce3cf91d99e0915]

#i113400# Maths brackets misformed in presentation mode


2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [84483c730813fdb49b7b30290ad0c71189650621]

silence this annoying warning


2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6438929aa1740607e794c80fc1b423c5eb0d7784]

Automated merge with ssh://hg@hg.services.openoffice.org/cws/sb123


2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [c4afbff751b1bd2b4dbb898a5261ab6d7a683682]

fixup show menus in icons


2010-10-04  Kohei Yoshida  <kyoshida@novell.com>  [abb7100875ce74b1b80362357ff1812315d0ac31]

Ported calc-insert-current-time-vcl.diff from ooo-build.

This is part of the feature that allows the users to insert current
date and time in Calc via single key stroke.

2010-10-04  Kohei Yoshida  <kyoshida@novell.com>  [40a5f8043366c14996288085eec8a5c54f281f86]

Ported calc-insert-new-sheet-tab-*.diff from ooo-build.

Parts of the work that enables display of a '+' button at the right
end of the tab bar.

2010-10-04  Bartosz Kosiorek  <gang65@openoffice.org>  [7c4550c16613133d84370e68d17f24e77654bf44]

svarray: #i112395#: SvBytes replace with STL


2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4fd03d19bdcebb34ab6aef4568718cc5ae7ce7ba]

dba34b: pulled DEV300:m89


2010-10-04  Michael Stahl  <mst@openoffice.org>  [3cfecb0cfd6eb739677b15f098d9438baad6fbe2]

merge DEV300_m89


2010-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [ed324dd38e2f7574c5b0aa058d0778542c75f7bc]

harmonized BOOL vs sal_Bool usage


2010-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [fb8b06c7ca99cd49112fac02e9db1766688ffb05]

native bool support in SvXMLUnitConverter


2010-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [652b14d1c554ca0f5ea930ac0fd6d78f5bbe50c1]

Convert all Query/Put Value() to bool


2010-10-04  sb  <sb@openoffice.org>  [f094a75a14f36dda7ac82e593be2ffbeda1b93a5]

sb132: merged in DEV300_m89


2010-10-04  sb  <sb@openoffice.org>  [22566a6efa899f2d6c1140e01a8392f6f3607736]

sb132: merged in DEV300_m89


2010-10-04  sb  <sb@openoffice.org>  [743188145e3d7f114c253c6e11d5d2d54153dd2b]

sb131: merged in DEV300_m89


2010-10-04  David Hobley  <davidh@sharpblue.org>  [56e30dd7f910ee37b7f85b11859c975e0f8b7991]

More of OD style's comments removal


2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [cd1462a5f69e938e5b556bc413679fc8e678d710]

dba34b: merge after pulling sb123


2010-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [c8214003c239fad93d4a79696958223768421cdb]

printf without format considered harmful

 svtools/bmpmaker/bmp.cxx    |    2 +-
 svtools/bmpmaker/bmpsum.cxx |    2 +-
 svtools/bmpmaker/g2g.cxx    |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

 basic/source/app/msgedit.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

2010-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [ea4c93ece9ca46710a263d62919817d933a72410]

security issue: using an un-sanitized string as format of a fprintf

security issue: using an un-sanitized string as format of a fprintf

the argument of fprintf, from aSrsName, come from a command line.
It can contain %s or any other kind of formatting instruction that
could be use to do evil things at run-time

2010-10-02  Mathias Bauer  <mba@openoffice.org>  [028b47f3977332956aa33f968a8752f7b929164b]

CWS changehid: another typo in control names


2010-10-02  Andras Timar  <timar@fsf.hu>  [ebb2e78096f04deefd5ebb3b7c4e85588f79ac61]

make CustomUnitText "Pixel" localisable, #i35956#


2010-10-01  Caolán McNamara  <caolanm@redhat.com>  [5ecf56c7547cf238d3846c9a29b865135465cf89]

Mutter needs this fix as well as compiz


2010-10-01  Caolán McNamara  <caolanm@redhat.com>  [c7b7ece5ebe4ce1a0d4fe4ee7613bc8f67f368e0]

gtk_init_check sets XError/XIOError handlers, we want our own one


2010-10-01  Caolán McNamara  <caolanm@redhat.com>  [e508a9cb758fc1cd35ede231b19c6a8ba24d9ca3]

make a11y checks safer


2010-10-01  Tor Lillqvist  <tlillqvist@novell.com>  [296bc0e30cf0044e1fac6a8240e8e785258fa72d]

Need to include <com/sun/star/rendering/PanoseProportion.hpp>

Thanks to caolan for the hint.

2010-10-01  Tor Lillqvist  <tlillqvist@novell.com>  [e766f5c2a9a9327a1a836800fd94ca263a81d020]

Fix Windows build


2010-10-01  Vladimir Glazunov  <vg@openoffice.org>  [0d31950788b3b7e919cc497c81319a230739af9d]

#i10000#


2010-10-01  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [187ff545e30c57095c5fc0887e32e6c71f0eb59b]

Fixed some encoding issues in tools used by localize


2010-10-01  Vladimir Glazunov  <vg@openoffice.org>  [d91915b4ac2a39f7b135b08dd06aa5049f120326]

CWS-TOOLING: integrate CWS ause123


2010-10-01  Mathias Bauer  <mba@openoffice.org>  [85b4d80a795419caa8a3fe13a5794e902701e1d3]

CWS changehid: error in conversion to string HIDs


2010-10-01  Caolán McNamara  <caolanm@redhat.com>  [581a5c83f7c90ab0895acb2e2538b54d7ea5a939]

#i112247# Fix this up for os2 as well


2010-10-01  Caolán McNamara  <caolanm@redhat.com>  [0fa4d20067a94020e07d8c22053d96ff16526e07]

#i112247# Fix this up for aqua as well


2010-10-01  Caolán McNamara  <caolanm@redhat.com>  [194afa4b0edb4601905a6fd156a3f8510d5d5056]

#i112247# Fix this up for windows as well


2010-10-01  Caolán McNamara  <caolanm@redhat.com>  [0c51a005e3948df3932d69fa402af8528d92369b]

#i76649#, default to UTF-8 for HTML unless we know differently


2010-09-30  Thorsten Behrens  <thb@openoffice.org>  [3e349f44f2b580e83a995144d69ebf9d83bf77df]

Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-gui


2010-09-30  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [c6f1b65cca41fb527d2568bea82c08d1e8d26cf7]

Fix for display error in ruler

Depending on zoom factor, ruler display generates artifacts. This
was fixed as http://www.openoffice.org/issues/show_bug.cgi?id=84723

Fixes i#84723

2010-09-30  Bartosz Kosiorek  <gang65@openoffice.org>  [28a31427f883de06bd383b7d3f21df8d30e0db01]

svarray: #i112395#: small fix


2010-09-30  Bartosz Kosiorek  <gang65@openoffice.org>  [8d65000e093aad0dc0945be6186253bcd0bbc566]

svarray: #i112395#: change SvBools from vector to deque


2010-09-30  Bartosz Kosiorek  <gang65@openoffice.org>  [f1cf1f490d6ed26a1dd8d67b35bf7bf63113d03a]

svarray: #i112395#: SvArray update


2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [ef6a354c11e2e0499a8c9c4115c506d0aefd2865]

#i114703# better font-name localization, i.e. en fallback


2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [b54ec0d1a7c536f0065e143be24a794093225493]

shrink replacement glyphs when they wouldn't fit on the line


2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [810019264c7a22d8aa5383e163bcca075294e3e6]

fix up FT_LOAD_NO_BITMAP flag


2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [c5e98b24dbca2ef6921efc5849c3286d25e83e09]

#i64671# transfer VCL's FontPitch through DrawingLayer to Canvas


2010-09-30  Mathias Bauer  <mba@openoffice.org>  [710e1c3abf11393ffbc725eecc1f4068818121e5]

CWS changehid: make sure that resource isn't closed when ImplAutoHelpId is called


2010-09-30  Mathias Bauer  <mba@openoffice.org>  [0c9afd8492b28d69e02257711d552ae35ec6e417]

CWS changehid: typos in control names for autohids


2010-09-30  Mikhail Voytenko  <mav@openoffice.org>  [ca05f9f821375382d1f6448dc55807c47a80e00b]

removetooltypes01: #i112600# replace BYTE with sal_uInt8


2010-09-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [8f8d9b3e84b9c6041395eeaf4809c1d6001397c9]

pdfprint: #i94173# handle MAP_PIXEL appropriately on printer


2010-09-30  Vladimir Glazunov  <vg@openoffice.org>  [a3bab2e02a55be9e981a4e2a83ffa3ba20ce2861]

CWS-TOOLING: integrate CWS impress198


2010-09-29  Kohei Yoshida  <kyoshida@novell.com>  [eb660a1b9ecbdae6535d521be545910adff4e9f2]

Ported fontconfig-cache-pre-substitution.diff from ooo-build.


2010-09-29  Kohei Yoshida  <kyoshida@novell.com>  [0adac7d98c6e3d1b01bc943f0d99d7f4141fe59f]

Ported autocorrect-accidental-caps-lock-vcl.diff from ooo-build.


2010-09-29  Bartosz Kosiorek  <gang65@openoffice.org>  [10125558dd45717bf7c90cdc8176eb6dbde5fb9b]

svarray: #i112395#: change vector to deque - possible memory bug (pointer address to vector could change)


2010-09-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [4742f05760099e778f6c8a0483be1a21f0e438be]

fix a merge problem


2010-09-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [0858a077ff0620dd3061bf375d0bf6a0e2c175b3]

rebase to DEV300_m88


2010-09-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [63634f608663e9da8b109e3f773dfd6a94821abd]

fix a warning


2010-09-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1e76e1d5e18f6e0beb2905ea3c208e4126d28a0a]

dba34a: #i31275# findMatchingEntry: start with the 'current + 1st' entry


2010-09-29  Vladimir Glazunov  <vg@openoffice.org>  [6d672e12ae79c1e41363e89b1a07258475fe245b]

CWS-TOOLING: integrate CWS sb129


2010-09-29  Vladimir Glazunov  <vg@openoffice.org>  [0ddb58b0c882eaac9977480562c25f70f3b571dd]

CWS-TOOLING: integrate CWS tl82


2010-09-29  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [34ad9eaad784b98ca123906cf6618be92c5258cc]

removetooltypes: #i112600# some more changes in vcl and tools, reverted config strings in l10ntools and rsc


2010-09-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [79377915667f8dee70a50282c30a2ab85c1b3892]

vcl115: #i89397# update state rect also in maximized case


2010-09-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [9073c1db044437c9a77c649f9ceecfb8506abe21]

vcl115: #i89397# SetWindowState now maximizes again on the correct screen


2010-09-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [f909de4c4723e95f467dfc2cc99308a5d3c5b140]

dr77: rebase to DEV300_m88


2010-09-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [093d142767dd913bf5e032968a4d6800f790e94b]

fix a warning


2010-09-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b209297174dedeef4fc15431260a2aaf9fd820a2]

remove warning


2010-09-28  Kohei Yoshida  <kyoshida@novell.com>  [fc6bfdf298d8180c71c2ecb23f6a0da62819d7b0]

Ported calc-find-replace-skip-filtered-svl.diff from ooo-build.


2010-09-28  Vladimir Glazunov  <vg@openoffice.org>  [ad4ca0ef1df12448c75fbfbd40af6c9174ff50d2]

CWS-TOOLING: integrate CWS ifcmap01


2010-09-28  Kohei Yoshida  <kyoshida@novell.com>  [cda98a7d967e2049a38606cc0c21e49ed6fc6533]

Ported calc-ods-sheet-protection-svtools.diff from ooo-build.


2010-09-28  Mikhail Voytenko  <mav@openoffice.org>  [b921f8eb04a5c7d60111dad8fb6c2122bbccac24]

fwk149: #i114668# check whether the directory can be opened


2010-09-28  Vladimir Glazunov  <vg@openoffice.org>  [19e66522fd1f80b96747472f764c0b041a8f1f24]

#i10000# changes from OOO330 m9


2010-09-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4d838e6c6a3afc6f02ad330ff40c47df287ecb46]

ause123: #163579# cleanup baseline usage


2010-09-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [45316c4c094893c398e913cd215595374fb5976c]

divide pdfwriter_impl.cxx


2010-09-28  Rene Engelhard  <rene@debian.org>  [3c26a9b39c34f136c023e4964de442d593da7bda]

remove undistributable .PS files from psprint_config


2010-09-28  Mikhail Voytenko  <mav@openoffice.org>  [fe92eecf0b4deb84d915dbf169987721e9372ebd]

fwk149: #i105142# avoid the crash in case of broken file


2010-09-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [acbee73f7799ba2b254348d14b98326d645182d3]

Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300


2010-09-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b96022b8beea96267de53beb4a20d743a4478eba]

dba34a: GCC WaE


2010-09-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [48f98a5beb2603c75d2dba8c0819c0b90adbb71f]

dba34a: #i31275# allow 'select as you type' aka 'quick selection' for tree list boxes (SvLBox derivees, to be precise), and enable this for Base main window, and the stylist


2010-09-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [614f2b5596d6ef713eea768d5b7723a815ff7d6e]

limit password life time


2010-09-27  Mikhail Voytenko  <mav@openoffice.org>  [a6b0566372ff5e42986e6064e56e66c63242b020]

fwk149: rebase to DEV300_m88


2010-09-27  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [14063a5dea89e585ab75bfea45889ba52a9b6d4f]

#i114765# fix calculation of justified graphite text width (thanks kstribley)


2010-09-24  Mathias Bauer  <mba@openoffice.org>  [0f61341561b58fccca088ebb9b0046428222666f]

CWS changehid: wrong strlen for helpids; autohelpid treatment was different to old version and so testtool got confused


2010-09-24  sj  <sj@openoffice.org>  [83e2ed079f45d3f0f6da66e27b929ab391c7570f]

impress201: #114721# applied patch... improved detection of pict graphics


2010-09-24  Kurt Zenker  <kz@openoffice.org>  [c3564137074ac8ba2412521d86489b34d006b03a]

CWS-TOOLING: integrate CWS ooo33gsl09


2010-09-24  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9cfc801dec71808ebafe39b6b1a849b4a346a2ea]

dba34a: #i114733# SearchFile: expand vnd.sun.star.expand URLs before processing them further


2010-09-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [564a60b45e21cc39bb33c36798ecdc9109fd1d3e]

step1: put encrpytion parameters into PDFContext


2010-09-24  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [aba683e252530fcd7e68d8f9c0377a7ddda71447]

#i114703# better selection of localized fontnames (thanks cmc)


2010-09-24  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [1386dbb8c68f41cd6b902fa0ad61fe6ca50c9aec]

#i114703# better selection of localized fontnames (thanks cmc)


2010-09-24  Kurt Zenker  <kz@openoffice.org>  [a9b9dfdd3e9be597515980a94115e1e81504cb0e]

CWS-TOOLING: integrate CWS tl85


2010-09-24  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [54a5fe6d63472e40096baa79bfc462b1474a0849]

dba34a: #i114698# when a property is present in both the aggregate and the delegatee, expose it only once, and route access to it to the delegatee


2010-09-24  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [69218957dfb11c420a1e7e718d70a863edf250e3]

#i114706# fix registration of alternative font names (thanks cmc)


2010-09-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [0c39a3580acf67612b55a15e695a2e982d473c2d]

vcl115: #i114702# fix an off by one (thanks cmc!)


2010-09-23  os  <os@openoffice.org>  [fd340f09d47ca4d9d714c41627b2c4584c801c61]

shape properties wzDescription and wzName support added


2010-09-23  os  <os@openoffice.org>  [427c220d24c5027ee8e58f29b23857eb34c1e263]

merged


2010-09-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0fa40d272d4ff70caf570e97c1b38996842fd586]

dba34a: +assign(Any) / +getNames


2010-09-22  Kai Sommerfeld  <kso@openoffice.org>  [4e48bdf4446e6fd1214c44d7b696711ca5471971]

rebased to m88.


2010-09-22  sb  <sb@openoffice.org>  [6e5ccbcc2897c87f7dd59a246b9ac51c7e114163]

sb123: merged in DEV300_m88


2010-09-22  sb  <sb@openoffice.org>  [673cfc2eb927773fcf02fac7d030ea6501fb2ffb]

sb123: #i114636# disabled toolkit.AccessibleScrollBar::com::sun::star::accessibility::XAccessibleContext for now


2010-09-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [01fa0092142b5f8a2e5e1d63ab4dd85e58598293]

dba34a: pulled DEV300.m88


2010-09-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [ac7e4b26d0a09b186bd6e172b4d6ebc862e1d427]

vcl115: #i114666# fix some warnings (thanks pjanik!)


2010-09-22  Tobias Krause  <tkr@openoffice.org>  [c7c08de1d0881c95e186ba44f2d6b22c3402e1b5]

ooo33gsl09: #i114639# label by editbox is now found even a docking window is docked.


2010-09-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [f58b02698d0b34639f12d1839982784bafbb3320]

rebase to DEV300_m88


2010-09-22  sb  <sb@openoffice.org>  [415dc3787d158a527c7e56bc93dfc1907f06f89c]

sb132: merged in DEV300_m88


2010-09-22  sb  <sb@openoffice.org>  [849926762239ca2a54fa4f0db8e4789437adadd2]

sb129: merged in DEV300_m88


2010-09-22  Bartosz Kosiorek  <gang65@openoffice.org>  [735b3748ca265dc06f308790fa2e8e9dfac846a3]

svarray: #i112395#: replace svarray with <stack> from STL


2010-09-21  Bartosz Kosiorek  <gang65@openoffice.org>  [c1b8a8073688340631081ef55e40d33ae4078ef5]

svarray: #i112395#: replace SV_DECL_PTRARR_STACK with deque


2010-09-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3399913ded27f85968c2131ad5e321f16b37c486]

dba34a: merge


2010-09-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a29d31ff3cd77683a7258ef8da06a958d4a44c96]

dba34a: merged latest changes from CWS dba33j


2010-09-21  sb  <sb@openoffice.org>  [23c17159e0f7f55f92f6423bfc030dad0a560942]

sb123: #i114636# disabled toolkit.AccessibleScrollBar::com::sun::star::accessibility::XAccessibleAction for now


2010-09-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5ee11644b91eb798fb000b515c9257511328c342]

dba33j: merge after pulling OOO330.m8


2010-09-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [f84365856bfda60d9d55aef53e8dab2620993cdf]

ooo33gsl09: #i114311# fix a q Q imbalance


2010-09-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [c0a2922fc6e90000785a0a20591f25da7890e832]

merged OOO330_m8


2010-09-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [057c1e250d4ce2cfcf2ef491c68d0bd9c41a71cc]

dba34a: #i108357# complement existing PrePaint with new PostPaint


2010-09-17  Bartosz Kosiorek  <gang65@openoffice.org>  [c14786a8332cf42e56f5666fc296233157879a07]

svarray


2010-09-17  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [1c10b61459edadd49b19983021517a4e1d172f49]

mib19: branch merge


2010-09-17  Christian Lippka  <christian.lippka@oracle.com>  [74462a3b34e9ed6ff26e5a2ae4cb8ab49bb2a8de]

mib19: merge


2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [958f07dd4f87503195204f608fa6a927a60664a6]

CWS-TOOLING: integrate CWS oooimprovement6


2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9aea182928f551c37a94112522a649cb4591f5c6]

CWS-TOOLING: integrate CWS impress186


2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d3f4ad95b34ce101c1cc38136605605cef34aec1]

CWS-TOOLING: integrate CWS cmcfixes78


2010-09-17  Christian Lippka  <cl@openoffice.org>  [129d8c6df7eb433b0e6e9b6d9c205352593e312c]

mib19: #163566# do not throw assertion if node is not available


2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5e981604f2c12c2943756e4dc599361acbe52e3a]

DEV300: changesets OOO330 up to m8


2010-09-17  Miklos Vajna  <vmiklos@frugalware.org>  [6b4a72ce1d14f20fafc024ce6e2379f040b0ce80]

cws-vmiklos01.diff: Better RTF export filter


2010-09-17  Jan Holesovsky  <kendy@suse.cz>  [a65459ed90b2f4dd6407d4ffdb2dde4bc769f8fa]

The 'Industrial' theme is dead.


2010-09-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e93ef98b8d932306dc3415d54486a9c427b72c5b]

dba34a: added FlagGuard, a specialization of ScopeGuard


2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d5d16f045745d0a4fd1c3e6392b4cae37be56192]

undoapi: pulled DEV300.m89 and sb123


2010-09-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b2d9dec9b0254c582731da645f156b1dcd0a7918]

dba34a: added FlagGuard, a specialization of ScopeGuard


2010-09-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0de6c8b63ad0c881295b909e97c7ae6e2aa395ea]

dba34a: remove comphelper/optionalvalue.hxx, and the only client it had (replaced with boost/optional.hpp)


2010-09-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [067d7da764bbed4d111aabdb630f5c373534cb18]

dba34a: querydeep.* is not used anymore


2010-09-16  Tor Lillqvist  <tlillqvist@novell.com>  [6769bc749132c9415a0e0925499760c78d21fc19]

Update .gitignore for Windows builds


2010-09-16  Radek Doulik  <rodo@novell.com>  [f0d9cd593ca44f1cae3508255501db9fe8904d24]

patches/gstreamer/gstreamer-vcl.diff: gstreamer

- make it possible to forward key events to child window so that gstreamer receives them

2010-09-16  Radek Doulik  <rodo@novell.com>  [887eb32cee3f930f2abd3f338634bf21b2d00dc0]

patches/gstreamer/gstreamer-svtools-content-types.diff: gstreamer

- let OOo know about ogg mime types

2010-09-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e2530528d6d60f216521166cde4b4a7ec7da1c37]

dba34a: #i111148# do not call setPropertyValue from within setFastPropertyValue_NoBroadcast, this is prone to deadlocks. Instead, use the newly introduced setDependentFastPropertyValue, which postpones the notifications to a more appropriate point in time


2010-09-16  Herbert Duerr [hdu]  <duerr@sun.com>  [7c0fa3515c742fc5a992797e58ac35c506e7c1dd]

#i113861# cleanup minor commit snafus


2010-09-16  Kohei Yoshida  <kyoshida@novell.com>  [4b79877964660882ba16d5200d53136aad3d7a8a]

svtools-uninitialized-member-fix.diff: initialize data members for sure


2010-09-16  Kohei Yoshida  <kyoshida@novell.com>  [5f05da9b430458e2de7e42426b41e215bb9e1f58]

calc-jump-on-formula-ref-vcl.diff: Migrated

n#464359, i#101018

allow ctrl-[ and ctrl-] to jump to references used in a formula expression.

2010-09-16  Herbert Duerr [hdu]  <duerr@sun.com>  [f8a95bf36ae3a25e3bb153209c771642259c4033]

#i113861# minor cleanup in WinSalGraphics header


2010-09-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [94058b76524588568fdb1acb4c726efed8ef297e]

dba34a: ensure the newly introduced WinBits for TreeListBoxes do not overlap with existing win bits also used by this class


2010-09-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c02b4dd8adf2c17c8470a843a91d5478ad485d36]

dba34a: merge after pulling impress197


2010-09-15  Radek Doulik  <rodo@novell.com>  [f4eef390c79e965271541f086d2625a5e209a505]

svtools-wmf-clean-warnings.diff: emf+ import - clean the code a bit

to avoid compiler warnings

2010-09-15  Radek Doulik  <rodo@novell.com>  [86647d4ee808f8c62fc556241bf4bf9647924022]

wmf-pattern-brush.diff: emf+ import - added pattern brushes support to wmf

n#232232

2010-09-15  Radek Doulik  <rodo@novell.com>  [69665388094d8ee9795242ef1d712e4650b8a0b2]

emf+-cppcanvas-replace-poly-factory-and-clean.diff: emf+ import

- replace deprecated polygon factory and clean the code a bit

2010-09-15  Radek Doulik  <rodo@novell.com>  [661cb04104bda3f55dc43cd5df16827068bd273f]

emf+-canvas-vcl-clear.diff: emf+ import - fix vcl canvas clearing

of empty canvas

2010-09-15  Radek Doulik  <rodo@novell.com>  [7ba7fcdc38f03a787252dfe41bded0b97b61365c]

emf+-driver-string.diff: emf+ import - extended string rendering\n\nn#519715


2010-09-15  Thorsten Behrens  <tbehrens@novell.com>  [c2fe2127a24b349e87e62e7b4a2556ee3cffdb05]

vcl-pluggable-mtf-renderer.diff: emf+ import - checks for valid input

in emf+ renderer, small changes to the patch by Radek (rodo@novell.com)

2010-09-15  Thorsten Behrens  <tbehrens@novell.com>  [d75e9cc6d0f4d1356d35779e3ad9e53fd359f527]

vcl-pluggable-mtf-renderer.diff: emf+ import - pluggable renderer

Added a way to delegate mtf action rendering to external
services. plan to add a librsvg-based SVG renderer this way.

Limit exposure to arbitrary binary data to zero existing services,
some cleanup.

2010-09-15  Radek Doulik  <rodo@novell.com>  [a52ec5e5f67e453c5a9ddf90eb04bd6e06487a55]

emf+-embedded-mf-image.diff: emf+ import - support for embedded MF images


2010-09-15  Radek Doulik  <rodo@novell.com>  [cbf46b7779a5aca70dbd7842c5be3690fa69eb92]

emf+-use-canvas-only-for-emf+.diff: emf+ import

- use canvas rendering only for emf+

2010-09-15  Radek Doulik  <rodo@novell.com>  [b594d3e1724bfc42b2e13390d421087a48119b2e]

emf+-multipart-objects.diff: emf+ import - support multipart objects


2010-09-15  Radek Doulik  <rodo@novell.com>  [831622453c1e612a06199929d94872a5814ab48f]

vcl-grey-alpha-unix-sal-bitmap.diff: emf+ import

support 8bit alph bitmaps vcl(unx)

2010-09-15  Radek Doulik  <rodo@novell.com>  [cd9daa72d13a3b059c667d5b60f9f06e2608a180]

emf+-crash-fix.diff: emf+ import - fix crash

n#361534

2010-09-15  Radek Doulik  <rodo@novell.com>  [bc78f289c47b54e1f0cbfb00ab6ba40ca1a1423c]

emf+-svtools.diff: emf+ import - parse emf+, pass it along in comments


2010-09-15  Radek Doulik  <rodo@novell.com>  [c5bc73cb1d50181de339d108e1181aabe6aefad7]

emf+-vcl-renderer.diff: emf+ import - use cppcanvas renderer in vcl


2010-09-15  Radek Doulik  <rodo@novell.com>  [9bf0a742366659d7945383592fc4c59f64579f87]

emf+-vcl-bitmap.diff: emf+ import - create vcl bitmap from XBitmap


2010-09-15  Radek Doulik  <rodo@novell.com>  [832f4090ae3bd1da905ff2406987f373bfac8a5b]

added copyright notice


2010-09-15  Radek Doulik  <rodo@novell.com>  [8ea7702677e4a55b224323429d22fc687cfd7b6f]

emf+-cppcanvas-renderer.diff: emf+ import - rendering implementation


2010-09-15  Radek Doulik  <rodo@novell.com>  [6221312fd9ab6672cc7d5e625e416408fe69f580]

emf+-cppcanvas-renderer.diff: emf+ import - rendering part in cppcanvas


2010-09-15  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [73d9e766b971baa0c578a95f89d499c7d9b421cb]

#i113861# fix ref-counts of default-charmaps


2010-09-15  Ivo Hinkelmann  <ihi@openoffice.org>  [8d3cc3cae1e6cdda89ce4da942ab3ca907eba15d]

masterfix OOO330: #i10000# store lid in gid


2010-09-15  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [ed704b5491449c809ebd8dafd14135c0fb06a995]

#i113861# support forced-GC in FreetypeManager destructor


2010-09-15  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [695e201959fe7b2455dee168fd712d7f33d420df]

#i113861# make ImplFontCharMap ref-counting consistent on all platforms


2010-09-15  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [64675cf482f02fbe87b89730b8a89dff3c6dec57]

#i113861# for platforms where ImplFontCharMap objects are cached in lower layers the cache in OutputDevice is no longer beneficial


2010-09-15  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [9caa533623699a5af7541d0f1c0372fbfcb60800]

#i113861# shared ImplFontCharMap objects better be constant


2010-09-15  Jonathan Pryor  <jpryor@novell.com>  [9e97cb2f8240331fb247fe3d97c747ae63778e20]

sc-date-fix.diff: Parse 'june-2007' as June 1 2007 in en-US locales

 n#358750

2010-09-15  sb  <sb@openoffice.org>  [77aafed06bad8f6bac41ec65241a354d8510d94f]

sb129: #i113189# cleaned up makefile rules; deliver services.input to have it modifiable for special one-off products


2010-09-14  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [0d5aa08642520d2818e490fcf1b56fb7506b5fd1]

cjk-default-compatibility.diff: Don't expand spaces with manual breaks

i#54320

2010-09-14  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [51736b82e7c3c184b32b5d0c024ed141f8228050]

#i113861# cache ImplFontCharMap objects on UNX too


2010-09-14  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [5632c7456144b13f586a6b2a5708901768ef4e51]

fields-enable.diff: Activate fields changes


2010-09-14  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [202340c5a166188adf961168816966136d907b5a]

metric-field-limits.diff: maximum values were wrong when changing unit


2010-09-14  Florian Reuter  <freuter@novell.com>  [e530d77937c1b21db1d0f4e7406343899c465ea3]

svtools-svrtf-token-ignore-case.diff:

n#417814

2010-09-14  Jan Holesovsky  <kendy@suse.cz>  [fe8cc3e5e63a98b863056c68f92f4bc967c7f3b9]

toolbar-decorations-vcl.diff: Improved toolbar popups.


2010-09-14  Jan Holesovsky  <kendy@suse.cz>  [e95610564f098bfb5bb5942d8ae05290d423f28c]

toolbar-decorations-rsc.diff: Improved toolbar popups.


2010-09-14  Florian Reuter  <freuter@novell.com>  [dfc0ee2aea3d17792513db8d12154b1d0087e585]

vcl-bitmap2-negative-height.diff: Load bitmaps even when height is negative

n#228839

2010-09-14  Jan Holesovsky  <kendy@suse.cz>  [79ceee2d88d777bf4872ca4b9f4a669b0dab9530]

vcl-better-fallback.diff: Try all when some of the plugins are not available

i#50857

2010-09-14  Tor Lillqvist  <tlillqvist@novell.com>  [09078e71ad7b0f271fe39cd4a53528fbf8fecaff]

accept-underscores-in-hostnames.diff: Accept underscores in hostnames

n#182422

2010-09-14  Thorsten Behrens  <tbehrens@novell.com>  [194ef7b36700ebd9200c3be6746407743ab0f2c5]

win32-vs2005-compat.diff: Fix build with Visual Studio 2005


2010-09-14  obo  <obo@openoffice.org>  [8db12b9e93ed769170c472d5999347e33013586a]

CWS-TOOLING: integrate CWS jl158


2010-09-14  Thorsten Behrens  <tbehrens@novell.com>  [2c6930268e023ab0d74543168d754701fcce8112]

win32-force-version-fix.diff: force WINVER when using non-std win api


2010-09-14  obo  <obo@openoffice.org>  [4e1a1aa215a5d5cfc05f872cfee28cb5d1aaff8e]

CWS-TOOLING: integrate CWS ooo33gsl08


2010-09-14  Tor Lillqvist  <tlillqvist@novell.com>  [b3593ab95757d5caee760d9dcc6faae2f593627b]

win32-dxsdk-200908.diff: Build also against DirectX SDK August 2009.


2010-09-14  obo  <obo@openoffice.org>  [29c2cdb7aa5eca921d7264f28f4ed10e8752c42b]

CWS-TOOLING: integrate CWS fwk156


2010-09-14  sb  <sb@openoffice.org>  [6b11e98b664693bb51e70fb7e97052dd444699dc]

sb129: #i113189# adapted tests; improved subsequenttests


2010-09-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7cf7bd6104c336cebd8fb6f7549eddc0dc06ca29]

dba34a: merge after pulling changes from CWS dba33j


2010-09-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e68bd068ae969f4b6b009ad7c33ff35054b9d65b]

dba33j: #i111125# Resize: do not leave the method prematurely, the more not depending on a condition whose state is about to be changed a few lines below


2010-09-14  obo  <obo@openoffice.org>  [a480e618c6d7dc2473517d972e94d5311f4e900a]

CWS-TOOLING: integrate CWS dba33i


2010-09-14  obo  <obo@openoffice.org>  [2d37ff4be958fa79a1b055332c8ef432fa36b746]

CWS-TOOLING: integrate CWS dba33h


2010-09-14  obo  <obo@openoffice.org>  [a0eb9e76d20f0651e5ee889b5978e68da178df89]

CWS-TOOLING: integrate CWS impress200


2010-09-14  obo  <obo@openoffice.org>  [51ef7a7a731962a83c51106cb72542249a5cc966]

CWS-TOOLING: integrate CWS obo50


2010-09-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c3d0297a2ffea2014452bc31e7df813cb2f70d87]

dba34a: merge after pulling latest changes from CWS dba33i


2010-09-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2b8da4a7908d5df535edbc45dbbc7c1c7da146f6]

dba34a: #i100000#


2010-09-13  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [d361fd2fb0e5debd68b0a260017324c8fe4d9c97]

#i114460 workaround a bad printing problem with graphite layouted text


2010-09-13  Amelia Wang  <amwang@novell.com>  [193232ca21162235981610c9af88e635e404f76d]

cjk-character-units-fix-376788.diff: add a new character unit

i#376788

2010-09-13  Amelia Wang  <amwang@novell.com>  [9ff34bff63efe1d3f034feaec59d7e9ee5adf83b]

cjk-character-units-rulers-sync-with-pggrid-fix.diff:


2010-09-13  Amelia Wang  <amwang@novell.com>  [80c912a380b819bc994e31b62ef81b4b0309bb17]

cjk-character-units-ui.diff: add a new unit 'character unit'


2010-09-13  Amelia Wang  <amwang@novell.com>  [6c0d47b27adc0e5f23dae84ef954b56636a68cb5]

cjk-character-units-imp.diff: add a new unit 'character unit'


2010-09-10  Henning Brinkmann  <hbrinkm@openoffice.org>  [209a37874326d662d8a9c266b298feb0e842d7ae]

merged changes by sb


2010-09-10  sb  <sb@openoffice.org>  [ce4e9e469225d93b3b172336e139c853ae0664cb]

sb129: #i113189# change UNO components to use passive registration


2010-09-09  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [48e2f94016943324b0b123168fa472356ac153af]

tabcontrol: fix graphic objedct for dialog


2010-09-09  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [256f65444465ea66c64e969dd1ec76c382c1c694]

tabcontrol: enable graphics for dialogs again


2010-09-09  sb  <sb@openoffice.org>  [4c99ca33ecafb66c7576aa61dc5bdb8970ada311]

hb22: #b6982587# treat null LD_LIBRARY_PATH like unset one


2010-09-08  Carsten Driesner  <cd@openoffice.org>  [c2a06f89939ba312a5de9d419a93c6e9fb7a15fb]

fwk156: Merge changes


2010-09-08  Jan Holesovsky  <kendy@suse.cz>  [7f328a480a4522e45cbb5209136254dd80fdab4f]

Merge commit 'ooo/OOO330_m7'


2010-09-08  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [b32e11514713a04310cc0f17a2ad0eedce5c69c7]

#i114245# fix debug warnings in CTL glyph fallback


2010-09-08  os  <os@openoffice.org>  [dcc5d21359918d6d76e7892060c62f0d54cceb39]

OOO330 m7 merged


2010-09-07  Ivo Hinkelmann  <ihi@openoffice.org>  [98e841916955ef1cffb76f630f581796e6517d3b]

#i10000# open file mode r+ -> r


2010-09-07  Carsten Driesner  <cd@openoffice.org>  [c801bc9213244ff577687bef022f587f063d5e91]

fwk149: #i113055# Fixed suspicious self assignment


2010-09-07  obo  <obo@openoffice.org>  [00fc7b63f199cbea15ddd12db0dce833eecb9857]

obo50: #i114363# Don't create *.pyc files on solver


2010-09-07  Jan Holesovsky  <kendy@suse.cz>  [1b9832bae32bd13cbb94383c5937cd8a9a0192c3]

Merge commit 'ooo/OOO330_m6'


2010-09-06  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [705f2dc7b317adb4daf8c43a5903831f2851e9d6]

merge


2010-09-06  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [8411526a308c938566c1729cd715a5507673cf7b]

#i114222# fix UniscribeLayout::GetCaretPositions() for glyph fallback (thanks kstribley)


2010-09-06  Caolán McNamara  <cmc@openoffice.org>  [61af749dcf7d91caad79177954047013d5e38abc]

cmcfixes78: #i114344# fix up this odd LINUXX pointless looking thing


2010-09-06  Tobias Krause  <tkr@openoffice.org>  [e0ff09f017d2dcccf8316c46cbd93fd54f98692d]

fwk156: #114340# keyboard navigation fixed


2010-09-06  Tobias Krause  <tkr@openoffice.org>  [264549b178b1b749cc37611b574774fe2bd880f0]

fwk156: #114339# selection listener fixed


2010-09-06  Caolán McNamara  <cmc@openoffice.org>  [9e8b96e5e3dc2b250c2d4e0e43caaa68ed7d7bcd]

cmcfixes78: #i113054# use rtl::ByteSequence instead of Sequence< sal_Int8 > for trivial pre-main sequences


2010-09-06  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [0098e0f71660aefaa83f19b072a304a23d87ddfd]

tabcontrol: notify tab listener


2010-09-06  Thomas Lange [tl]  <tl@openoffice.org>  [0336f14bfba315f3a96d9f50165245e5c77bd8cf]

cws tl82: #i114160# SimplePasswordRequest and respective dialog


2010-09-04  Caolán McNamara  <cmc@openoffice.org>  [514190458c0ecf636670a82851e5cd6a966358d6]

cmcfixes78: #i113054# WaE


2010-09-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [59bea3dabdfb7dc7f1db204151930f1ec21b251d]

dba34a: removed SvLBox'es (and friends) Set/GetWindowBits. They were used in parallel to Window's Set/GetStyle, with WB_* values which overlapped with existing (generic) WB_* bits. Since this overlapping has been removed, there's no need to have both Style and WindowBits at those classes. Should remove some source of confusion and error (and, well, perhaps introduce some new errors :) ).


2010-09-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [73228b6c1ee994697539391dbd506f13dc6f7443]

dba33i: #163542# VCLXWindow::OnProcessCallbacks: process window events while attempting to re-acquire the solar mutex - this prevents deadlocks with other threads trying to SendMessage into the main thread


2010-09-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5e151cdb8180239114ff8a9b11363784476a1fac]

merged in latest changes from CWS dba33i


2010-09-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [94605148471d1d01e4681d21cead9c56f3226bf8]

merged in latest changes from CWS dba33h


2010-09-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [db4411390838cbb1c83f9108975f57719e693301]

merged latest changes from CWS fs33a


2010-09-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b0ffb9a5006331750d8997020061f104ab7fb10c]

fs33a: revert the original fix for HideInactiveSelection support in the tree list box, causing too much regressions. Fix it by using SetWindowBits instead of SetStyle


2010-09-03  Kurt Zenker  <kz@openoffice.org>  [4bf68acd0615ec6b49945753104831bee9366df0]

CWS-TOOLING: integrate CWS fs33a


2010-09-03  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [0b712d55f2ce1fa5202ca42dd4f7d7cc818a5b0c]

tabcontrol: change default of border


2010-09-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [20cdfd14e5f362a8b1d6a23cb531f6488fe0bdf8]

pl08: #i114277# enhance SfxPasswordDialog


2010-09-02  Rene Engelhard  <rene@openoffice.org>  [fea5d9a2e2718fa1070597c229058c5fcf804e8b]

gnumake2: move make 3.81 check into configure


2010-09-02  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [187ea96b4c6ef58e346c989bd2884fa190f44054]

tabcontrol: fix some compile errors


2010-09-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c102a77aad8c5d903ef99a8fcc62c72441a0bae3]

dba34a: merged in CWS dba33i


2010-09-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [59e29b5c6fe1059c492a72681070d251eeaff1eb]

dba33i: #i112694# care for mouse handlers which tamper with the tree: survive this


2010-09-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [6e0c6a3ecdc105a9800f2824f63319c1f96334d8]

workaround a compiler warning with boost::shared_ptr


2010-09-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [3887f66e4e5ae1ce9226d54983549a85b42a5e8b]

pdfprint: #i94173# start new job if input slot changes


2010-09-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [722343e606cc2eede8783bff518d3a1484b15ab4]

vcl115: #i89397# update state rect also in maximized case


2010-09-01  Kai Sommerfeld  <kso@openoffice.org>  [03a55d7e2faea3bfea66f7996d22822be44f1718]

Fixed typos in documantation.


2010-09-01  Kai Sommerfeld  <kso@openoffice.org>  [e01c7a6cf9223a91d721e0a2d99d15ebc09c994a]

Rebased to m87.


2010-09-01  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [15d231221fdac0a57f76a7bc11c3df7e43362176]

dba33h: merge


2010-09-01  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [eab5e8f07f43b3a0a5c53488b056136769d9c554]

dba33h: commit after merging latest changes from CWS fs33a


2010-09-01  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [de2b714c3af13c57358fe3a1f38d1e5ad7a164e8]

fs33a: +i114247# sync WindowBits and Style


2010-08-31  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [538cf8d3b7d99d90e7e9a4965f8fb3a6f359ec77]

pl08: merge in improvements for vcl::WindowArranger


2010-08-31  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [9d5e22d630238c972414d2d51d686cf4d2d2296d]

vcl115: #i89397# SetWindowState now maximizes again on the correct screen


2010-08-31  Kurt Zenker  <kz@openoffice.org>  [1f6f539f3fa9add2db31059479f34409c7343628]

CWS-TOOLING: integrate CWS impress197


2010-08-31  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [a8a7ed6c9eda221fbd71c442428a308938e8cd95]

Automated merge with http://hg.services.openoffice.org/cws/dba33i


2010-08-31  Kurt Zenker  <kz@openoffice.org>  [6a6bf7a0befd6216e847e557ceb80aec6639d15b]

masterfix: #i114215# builderror in canvas/source/vcl fixed


2010-08-31  Daniel Rentz  <dr@openoffice.org>  [ca4dba2147ef242ded67c1c82b27588dc2de63c0]

mib19: missing implementations of abstract function


2010-08-31  sj  <sj@openoffice.org>  [e749fd841b94aba4e74985158a725f52e2b35039]

impress198: #!73654# fixed crash (only happening on windows platform if 1 bit bitmap graphics are having a palette with more than 2 entries)


2010-08-30  Kurt Zenker  <kz@openoffice.org>  [d4f79cfa71f641845ef3c0f51a47f4d1d9953ead]

masterfix: #i114025# WaE fixes


2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [20669ca2a9b4d82639357c34710f715c77f220a2]

dr77: rebase to DEV300m87


2010-08-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [4e9689b67987a6257167173946d10ec4d8989f79]

vcl115: #163153# we need to release the clipboard after flush and ignore further requests for data.


2010-08-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [97ae1d2f867f8a6cc9cbbcb17d3f1a6706d5b3ce]

vcl115: #163153# we need to release the clipboard after flush and ignore further requests for data.


2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [3d77352de0d72f174a66506dea57665f96c22dc2]

mib19: rebase to OOO330m6


2010-08-30  sb  <sb@openoffice.org>  [2887dc1c5bf6b88eef35e3608d0844f1aa818131]

sb123: #i114213# disabled toolkit.AccessibleMenu::com::sun::star::accessibility::XAccessibleSelection for now


2010-08-30  Caolán McNamara  <cmc@openoffice.org>  [bff589f80b60b7291b9354deb9af9763b60fbdba]

cmcfixes78: merge with DEV300 m87


2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [425733b5523f1b5fa3f89355e31734478d42aa63]

dr77: change all exported services in oox module from MultiServiceFactory to ComponentContext


2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [479f7a6144bd716e08f8f5fc11df82868ca0aaea]

mib19: #163429# switch off form design mode in new documents created with VBA symbol Workbooks.Add


2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [658a2107eb864bb514d8ca6f7a7e5e7ce6f4590e]

dba33h: merge after pulling DEV300.m87


2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9b6ab7e1681844a26181606d757a13fddb6e7445]

dba33h: merge after pulling OOO330.m6


2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [91d99d49121f5f14e7ff8919609976c2a6d283dd]

dba33h: #i114161#


2010-08-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c71cfd678cf2ac49f9043b186c9f5e2bef6eb98d]

rebase to DEV300_m87


2010-08-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [65a8d2a2a0710b64b6081fdb123fc4c1bcaa7ca2]

dba34a: #i113551# fixed documentation (thanks to simonaw)


2010-08-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [72884973b8795921ce55d3661afe26c478b16e69]

dba34a: #i112876# fixed warnings (thanks to CMC)


2010-08-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [dcd75964e9b24fbfd28b6eab55004ccf10a087dc]

#dba33h: #i114147# catch an access to an empty interface


2010-08-27  Caolán McNamara  <cmc@openoffice.org>  [449c40ee8a236bf4c3afbb2a00f3e7177cdbf08b]

cmcfixes78: #i114148# duplicate unbuilt menuoptions.cxx in unotools thats also in svtools


2010-08-27  Jan Holesovsky  <kendy@suse.cz>  [eaeb7865a8d84ca0a7a3ebc867e0fbd5001f1fde]

vcl-menu-fixes.diff: Make menu layout prettier.

i#67123, n#523852

2010-08-27  Kai Sommerfeld  <kso@openoffice.org>  [133cc4dda848b90ea5b1d7c878fb3f6b1430d240]

#i114146# - auto completion must match url schemes case insensitive.


2010-08-27  Michael Meeks  <michael.meeks@novell.com>  [e53a92ac01e909fad26deb5504d7e0f5224a7823]

debug-bits.diff: Make debugging nicer under unix.

i#35336

2010-08-27  Kai Sommerfeld  <kso@openoffice.org>  [5fcee110279402e6b532e16c1d05bd51a6d24b01]

whitespace cleanup.


2010-08-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [94f6978e2bed913326c496bb99dbfe20c0ab1328]

dba33h: #i111396# fix getNativeControlRegion


2010-08-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [70f6e537797a4b559446a9aabd62933ecf1cb74e]

dba33h: merge after pulling in fs33a


2010-08-27  Michael Stahl  <mst@openoffice.org>  [8e784a351b212774b0979991fdc10cc26541b0fc]

sw34bf01: SFX_ASSERT: do not use DbgOut directly


2010-08-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2d86b619dba15de72b0575369ebc589dca91eef3]

dba33h: #i111396# fix getNatvieControlRegion


2010-08-27  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [d78476edc5fbc6ba09d25f72035f45f0f953139c]

tabcontrol: #i113362# impl tabcontrol in awt


2010-08-27  obo  <obo@openoffice.org>  [52e4cfdc872e0f93a438e4fb88232caefbd889e0]

masterfix OOO330:  #i10000# unknown -B option for Python (Windows)


2010-08-27  obo  <obo@openoffice.org>  [06d271053f9a8bb44e209f0c1569f181fe838a41]

masterfix OOO330:  #i10000# unknown -B option for Python (Windows)


2010-08-26  Christian Lippka  <christian.lippka@oracle.com>  [f0c8aff64ba26179dd33db0b22c729f506ab56f2]

impress200: merge


2010-08-26  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [6e8b73bb9b6d268fefbd3fd524d87c32521e13f7]

oooimprovement6: #i99729# collecting ruler interaction, allow .special: urls to the log


2010-08-26  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2d1b74b33bd8ed8f77d6a4af8ea12b89b06d6f7b]

Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33h


2010-08-26  Ivo Hinkelmann  <ihi@openoffice.org>  [8ee844e7949ab8fa8b98b20b16b59c1fd87f4539]

CWS-TOOLING: integrate CWS ooo33gsl07


2010-08-26  Ivo Hinkelmann  <ihi@openoffice.org>  [0d77427a63dd2c4cec551a26a8e1039bcf9daaa2]

masterfix: #i10000# modify extract date and dummy fields for string database


2010-08-26  Ivo Hinkelmann  <ihi@openoffice.org>  [24d67300bfbfb9e0b21d7fe9661203bee5486a0a]

CWS-TOOLING: integrate CWS fwk152


2010-08-26  sj  <sj@openoffice.org>  [aafd147ff0e760c62fb942a118114dc6d1ca9f36]

impress186: #i4499# fixed compile error


2010-08-26  Vladimir Glazunov  <vg@openoffice.org>  [5ccae791ffecae84a8c15c84afde31b5d3153b82]

CWS-TOOLING: integrate CWS renaissance1


2010-08-25  Michael Meeks  <michael.meeks@novell.com>  [a14c3ed9ab507d03bc2625c63b17c976ecf8c2d9]

ui-desktop-integration.diff: Disable UI [toolbars, menus] customization.


2010-08-25  Thorsten Behrens  <thb@openoffice.org>  [f69f6612f30392043e22cae227abadcf4ffa3d03]

linkwarn-svtools-miscopts-bits.diff: Link warning dialog.

n#348149

2010-08-25  Tor Lillqvist  <tlillqvist@novell.com>  [6a58927a5a56d552631fa113d1887341041d3d7f]

novell-win32-odma.diff: ODMA dialog implementation.

i#6885, i#32741

2010-08-25  sj  <sj@openoffice.org>  [7ebe43814355e53dcbf45ef368cb07752e3e99df]

impress186: #i4499# fixed compile error


2010-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [7dead7277caad9323d8ca703ec58f356ae20e0fd]

#i10000# set dummy fields to 0 for string DB


2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [05289a807c4bce668d4579f09e7a6d9281f2b44a]

CWS-TOOLING: integrate CWS vcl114


2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [bdb77eb93b7c07a607bb0cd14f140bcddf3e33bb]

CWS-TOOLING: integrate CWS pl07


2010-08-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [09f1fbcadfce2291f1ebc6cf96bc787bc98903a5]

vcl115: #i113987# fix SetSelectEntry before visible for entry counts > 100, fix positioning on resize


2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [eac61a0da199cd545e1d45c6f36c90fc75616a6c]

CWS-TOOLING: integrate CWS codecleanup02


2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [d297c4837d4bd6cf94c0ff1851188a17ee247a09]

CWS-TOOLING: integrate CWS cmcfixes77


2010-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [b7b56d2ab9270e70a04c68cae8f048831c00579d]

#i10000# removed obsolete switch


2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [3f48c15dff3cb75d2f8d3255e2d6aa2f31b456b8]

DEV300: changesets OOO330 up to m5


2010-08-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [05e0725b9617c3bb1cb03f0df0141db4c4c2f16c]

fs33a: merge after pulling OOO330.m5's changes


2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [358812bf24e3083bcca2629613e7ff7cdddbb5ab]

DEV300: merge 000330 till r. b727f1beb700


2010-08-25  Michael Stahl  <mst@openoffice.org>  [3d072fe290c7a0d19dc7af16f8dc426a4f971958]

sw34bf01: #i114100#: tempfile.cxx: generate more than 17576 names, and  do not loop infinitely


2010-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [9d61d166812c88dae5f6ecf953f6a6e543d8f734]

CWS-TOOLING: integrate CWS ext004


2010-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [c1d27f1fad023c97dea944edb147b47d5297d6dd]

CWS-TOOLING: integrate CWS ooo33gsl06


2010-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [7141fb62d8d2f1a682d160d48764527fbda263fe]

CWS-TOOLING: integrate CWS sw33bf08


2010-08-25  Jan Holesovsky  <kendy@suse.cz>  [3fe1bae1c7de204a39c09307a580e0d2ff7b522f]

tango-icons-default-w32.diff: Use Tango icons by default on Windows too.

n#254855.

2010-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [4c6e3156a6d04b7d44ca56b57dc9d74b38bf2b7b]

CWS-TOOLING: integrate CWS mib18


2010-08-25  Jan Holesovsky  <kendy@suse.cz>  [f007bdbfd3ee0eb6079d24f016644129cc5d0ed8]

tango-prefer-over-industrial.diff: Kill the Industrial theme.

Jimmac, the author of the theme, recommended that, and use Tango instead - n#304615.

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [238afd2a41fd242e91243e1a4681701e5ee13695]

Update .gitignore.


2010-08-24  Thomas Lange [tl]  <tl@openoffice.org>  [57d16a552e345a0113b5953009e989c10ab5750d]

cws tl82: #i113785# ligatures for spell checking will no longer break words


2010-08-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [52cc37ff83da8356c6d3f65b9d04e015c1e55d6c]

ooo33gsl07: #i110881# fix fullscreen mode with compiz and metacity ... again


2010-08-24  Kai Sommerfeld  <kso@openoffice.org>  [f2faeaa9d28dea7a66e07d62a9d2f60ba6d07584]

#i107134# - add support for https proxy server.


2010-08-24  Joachim Lingner  <jl@openoffice.org>  [85b218684a1f7692d302cec7261e7705eb173ff5]

jl158 merging with OOO330_m5


2010-08-24  Kai Sommerfeld  <kso@openoffice.org>  [95974144429b27b43748a7fd57fb1a5a55ed74d9]

whitespace cleanup.


2010-08-23  Mikhail Voytenko  <mav@openoffice.org>  [faadbd3c1e4ce3b698c5760d406f74315e60f92c]

mib19: #163018# adjust other platforms


2010-08-23  Mikhail Voytenko  <mav@openoffice.org>  [1e77590c67e83627040da0587947a49899bb8b45]

mib19: #163018# allow to intercept the messages to the system child windows


2010-08-23  Joachim Lingner  <jl@openoffice.org>  [b2c536d359006d72ab901f142cb7fd2618f6ce22]

jl158 #i114008# HelpIndexerTool -extension ... implemented. This allows processing of the extension help files by using the java class in the build environment


2010-08-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [ec404a1834a06a0b066a384d40944efecd667421]

ooo33gsl07: #i113253# use paper bin from user setup when appropriate


2010-08-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fc52053c256f492bc92886c140a17b7a6635b043]

fs33a: expose the WB_HIDESELECTION but of the tree control at its UNO API


2010-08-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [75afc968ed3ae41a2d8a9ea996cbff75fdf9a68c]

ooo33gsl07: #i110881# workaround compiz (mwm hints should have no effect whatsoever on fullscreen)


2010-08-23  Joachim Lingner  <jl@openoffice.org>  [608684c90dba03294a1f8f18d125e7309eb18b69]

jl158 #i114008# helplinker -extlangsrc -extlangdest implemented. This allows processing of the extension help files by using the helplinker executable.


2010-08-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b1de5dcd138d4c1892f24eed96faf4e8bdce9635]

ooo33gsl07: #i113898# catch a NULL ptr


2010-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f92fa871502a8adc1345ff6cdc8e42f9588ea4de]

ext004: just copy en-US file without modifications


2010-08-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [1e1330485489168ec5bc4e6aded8cf01ae15b2ae]

pdfprint: #i94173# handle multiple page formats, collation


2010-08-20  Release Engineering  <releng@openoffice.org>  [e2060d42d0267729888d68448e668a7f9df83c3b]

#i10000# supress bytecode generation


2010-08-20  Release Engineering  <releng@openoffice.org>  [d6559d76b04c867fba04c1399fa746dff23b2f18]

#i10000# supress bytecode generation


2010-08-20  Jan Holesovsky  <kendy@suse.cz>  [0dded106652944a9b7f48d4083ab5bbfd3fe51c0]

Create .gitignore.


2010-08-19  sj  <sj@openoffice.org>  [2e7c7904e4c2defb057f07deec7fab7530dce761]

impress186: #i4499# added default resolution unit (metric/non-metric) depending to the tools/options setting


2010-08-19  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [874476f2c3865a51561c40d9612ae60baf09fa9f]

fs33a: #i113988# properly retrieve standard images


2010-08-19  Herbert Duerr [hdu]  <duerr@sun.com>  [cddb741a6e756148bf1a6641aaa63b51d0ff7b55]

fast-forward merging of heads


2010-08-18  Christian Lippka  <christian.lippka@sun.com>  [d551942e83dc6d401208445e50fa9fedfe6ee2d9]

#i113857# disable right mouse button to trigger a range selection


2010-08-18  Kurt Zenker  <kz@openoffice.org>  [5eb8c5eee80e82dcf8e7369463940ecab8d2d6c3]

CWS-TOOLING: integrate CWS txtl10n


2010-08-18  Kurt Zenker  <kz@openoffice.org>  [3f59a6af5940320b20e7ba86de74c75aaa379f72]

CWS-TOOLING: integrate CWS graphite04


2010-08-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [0909608a5b99cb7dfdbbe1d93b2a4fe016ec578e]

pdfprint: additional debug traces


2010-08-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [3ffc588c29834def944443ccad002ecdac2fb981]

pdfprint: #i94173# printer name


2010-08-18  Kurt Zenker  <kz@openoffice.org>  [e2ac629a815044ecb7f5e53dab5436c9792c6a6a]

CWS-TOOLING: integrate CWS ooo33gsl05


2010-08-18  Kurt Zenker  <kz@openoffice.org>  [92d15b0246d60a89a84970557cb04db98d2436c2]

CWS-TOOLING: integrate CWS mav56


2010-08-18  Kurt Zenker  <kz@openoffice.org>  [0b1999e55938fc466d6ab8c543857629273fad7c]

CWS-TOOLING: integrate CWS fwk151


2010-08-18  Kurt Zenker  <kz@openoffice.org>  [c8dc8eb8f62944c76f0c0ad9a5e7fba432742e94]

CWS-TOOLING: integrate CWS jl154


2010-08-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2d52bc14b9422e7965b2eabcc62decb84d882c61]

vcl115: #i113908# improve some border cases for recent file manager


2010-08-17  Thomas Lange [tl]  <tl@openoffice.org>  [148e51518f3876d02987548b1a5a53fd62808225]

cws sw33bf08: #i113584#, #i113587# transliteration fixed


2010-08-17  Herbert Duerr [hdu]  <duerr@sun.com>  [ffcffa3426cf32b6a3d8cba2a5fe6cd1149b0965]

#i113604# allow refcounting for const ImplFontCharMap objects


2010-08-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [8ee988f496d0ac1288758567249ce7663ff8a3c2]

pdfprint: #i94173# #i113802# send print jobs in PDF instead of PostScript


2010-08-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [eaacfe2754c0b533daf258383b128258b9b909d0]

pdfprint: fix a warning


2010-08-16  Caolán McNamara  <cmc@openoffice.org>  [a680a985f2513f3489e7b120a6d9265744bf5c11]

cmcfixes78: #i113910# get rid of frame effect in cairo-canvas


2010-08-16  Herbert Duerr [hdu]  <duerr@sun.com>  [571578cb119dc9c5353dbde38895a05bd1a44461]

#i113861# prepare caching of ImplFontCharMap objects on UNX


2010-08-16  Herbert Duerr [hdu]  <duerr@sun.com>  [d45460b0532aedff00cbc89f6676f7d53042646e]

#i113604# allow forced garbage-collection on exit


2010-08-13  sj  <sj@openoffice.org>  [44a442c83079f3928a34d9e7818696d2c72a529f]

pdfprint: merge


2010-08-13  sj  <sj@openoffice.org>  [356f4d36802df14c8c352f900110260b1ef939c0]

pdfprint: #i113625# using GraphicProvider instead of svtools filter


2010-08-13  Joachim Lingner  <jl@openoffice.org>  [b30526445fb931b5194715e307025e934373f43b]

jl158 merging with jl154


2010-08-13  Herbert Duerr [hdu]  <duerr@sun.com>  [4892328041d9dd2b82ece9ab4e9cd50560cf2ed1]

#i113604# fix some charmap refcounting issues


2010-08-13  sj  <sj@openoffice.org>  [c621bedf758fce93a0fd345462960c620053bbb3]

impress186: merge with DEV300m86


2010-08-13  Herbert Duerr [hdu]  <duerr@sun.com>  [7ac2ab884e054df1a6affb2eecde320fdb9f6b43]

#i113800# wrap more fontconfig symbols


2010-08-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [f39699b75a4b4c2deb99e2bbd3767423ea830436]

vcl115: #i113856# another WM workaround (thanks cmc!)


2010-08-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6a421e2af3e030074ac25e29dd14e491e3aac21b]

fs33a: merge after pulling OOO330.m4's change sets


2010-08-13  Daniel Rentz  <dr@openoffice.org>  [121b87931236e1f71623ad39f8edf9c88775fa77]

mib18: rebase to OOO330m4


2010-08-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [44417ffdf0f2380173eea808d00cafa047b9ecdc]

ooo33gsl05: fix a typo


2010-08-13  Herbert Duerr [hdu]  <duerr@sun.com>  [ce185aaab5a56e3fd00c0065e16dd79de5bc8abd]

#i113776# avoid default adaptive subdivision for now


2010-08-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [bb902b67cf279b8b185200a9d83d7ba160ebfffb]

jl154: Local merge


2010-08-12  Mihaela Kedikova  <misheto@openoffice.org>  [45060c58612026aceb0473e67b53cbca720ea37c]

tabcontrol: new source code for tabcontrol added


2010-08-12  Mihaela Kedikova  <misheto@openoffice.org>  [c12e8210ed734588f0bf3a87f2cf2a568bc03411]

tabcontrol: new source code for tabcontrol added


2010-08-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [ad0a5ff9fa25c1f14677e92d6897c4301aac14c1]

merge with OOO330m4


2010-08-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [4a1daa71ee512b8f2b4624c9a680f681d34317f5]

ooo33gsl05: #i113025# fix GDIMetaFile handlng of MapMode MAP_PIXEL


2010-08-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [3cef44dceef901fee54734075d78165a8c88113c]

ooo33gsl05: #i113821# ensure last page renders when aborting job


2010-08-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [881771a0b46600ce7fc537f8697e17d5187cc04c]

merge with ooo33gsl04


2010-08-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c1e5a39e2ace2b9c446cff0f9eb086ec2310a2d8]

vcl115: #i113809# do not set an empty max size (thanks cmc!)


2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [de47bc63de1bcae880d66ec2f71407c8477339bf]

writerfilter09: merged DEV300_m86


2010-08-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [53e07e73175e96b61383757fd80083829ae6a26e]

vcl114: fix  snafu


2010-08-11  Herbert Duerr [hdu]  <duerr@sun.com>  [2c1e6f6f737a533981a108c555e5f8dc7057033c]

#i113800 remove fontconfig pseudo-dupe patterns as early as possible


2010-08-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a81be1c9f61ab28432d79d9e24d3e8fc78923f20]

remove dead file


2010-08-11  Kurt Zenker  <kz@openoffice.org>  [d0fa316883fe71e5125e38302cfe45d2ca86d073]

CWS-TOOLING: integrate CWS calc57


2010-08-11  Kurt Zenker  <kz@openoffice.org>  [66c072d89a54989d4c78e64691e1c3e9d35ac66e]

CWS-TOOLING: integrate CWS ooo33gsl04


2010-08-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [fff4be8b2ea3f89b77d65e8cb13389ff4466980a]

jl154: Local merge


2010-08-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e95d2093942bd783336c08249f0cc8ebd29bdb2b]

merging in latest changes from OOO330(m3)


2010-08-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [67ceba07198128db6b42cdfd3a8c878a2af4fdee]

merging in latest changes from CWS unoawt2


2010-08-10  Mikhail Voytenko  <mav@openoffice.org>  [cc4d2e80d521077ccd0fb730a89f812b570d2fe6]

mav56: #163253# tread invalid path segments correctly


2010-08-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [1343f78b6945587e2ee4cfb65b250ab146e696ea]

vcl114: #i113755# remove unused svp resource


2010-08-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [312719381af9a6adfd8116f29d4878cdb6a98d75]

vcl114: #i113753# fix ResId assertion


2010-08-09  sj  <sj@openoffice.org>  [65913d33daa99c701d289698201ba7884d475748]

impress197: #163250# fixed string handling, improved polygon splitting


2010-08-09  Herbert Duerr [hdu]  <duerr@sun.com>  [e3e2a2ca3ed94c8088a2102c7b44ea5ef22d1d53]

#i113731# fix compile warning on an pre-4.0-release gcc version


2010-08-09  Mikhail Voytenko  <mav@openoffice.org>  [ad3a06b88f0256ed3ed270074132ba51956d95f5]

fwk152: #i108004# check the URLs correctly


2010-08-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c03f20679709045667928e280befe4225c1daf71]

vcl114: #i96895# fix toolbar buttons, control state is actually misleading here


2010-08-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a82c40b0d809709e16ef90438003e0744bb44d07]

vcl114: #i79083# use correct paint method for inconsistent checkbox


2010-08-06  Caolán McNamara  <cmc@openoffice.org>  [db7275454dc1d67174fa0d7b2a7142c4c4a73b53]

cmcfixes77: #i113400# Maths brackets misformed in presentation mode


2010-08-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2fc444de0491c522ed6cd5de50df4e55db6ea9ed]

vcl114: #i62101# filter whitespace from outline entries


2010-08-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [d94fe191ddbf258c3107734294f33c41335d4cf5]

vcl114: #i40812# implement ShowNativeMessageBox on Mac


2010-08-05  Ivo Hinkelmann  <ihi@openoffice.org>  [590cbc89cb26c45c13aedeeb7a4cca61cdec1991]

#i10000# remove returns


2010-08-05  Thomas Lange [tl]  <tl@openoffice.org>  [565ce1619d17f488e6142056eea2c53c9e2c6b06]

cws tl82: merge with DEV300_m86


2010-08-05  Herbert Duerr [hdu]  <duerr@sun.com>  [1d9962a790b41487825c0d901f73dc5ebcc3947a]

#i106817# fix rotated textline drawing also for CTL text


2010-08-05  Daniel Rentz  <dr@openoffice.org>  [836c05a1fe07369b60e8e88970bf7519503b1da6]

dr77: rebase to m86


2010-08-05  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [7d3847ebaee4b4e2afd804b38dc9f9fa6a36d1f7]

removetooltypes01: #i112600#: Merging with the old head


2010-08-04  Release Engineering  <releng@openoffice.org>  [849afc138d5c37c30245f7411769535249db32d1]

#i10000# workaround gtk xerror handler


2010-08-04  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [c73a2086d69e9ece4b33c53029fd9aeb904c0d74]

gnumake2: added static ooopathutils lib


2010-08-04  Herbert Duerr [hdu]  <duerr@sun.com>  [fbede821c367e9b0466b930f480ae434ea84dec1]

#i106817# fix rotated textline drawing also in mirrored mode


2010-08-04  Herbert Duerr [hdu]  <duerr@sun.com>  [0d1fb4fb543476e44b45250c1ab62ed5027482e0]

#i106817# fix rotated textline drawing also in mirrored mode


2010-08-04  Mikhail Voytenko  <mav@openoffice.org>  [c0d572366b519adde7e105174cec1944b243ba00]

mib18: #163185# avoid crash when document is closed and a modal dialog is active


2010-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [5680f25db1bde69b0936ed441a2d5ffa92cd9577]

#i10000# JAVA_HOME check restored


2010-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [656c5ccf0b3c6e8b0206e4a0128a84661b9470c1]

#i10000# JAVA_HOME check removed


2010-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [c2c22be927971d0a1c06fc469d65bbf49fd67810]

#i10000# quote issue


2010-08-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [794f9b40e013c719c9937927156425145551e830]

vcl114: #i113627# enable full drag as default


2010-08-03  Michael Stahl  <mst@openoffice.org>  [4da3b8789f65c01ee8b1aa610e6d7fe372e983b7]

sw33bf08: #i113623#: stgio.cxx: fix operator delete mismatch


2010-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [93ef92be57ec355a62c51307f591425dc2e82405]

CWS-TOOLING: integrate CWS impress196


2010-08-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [e6f0c4ce815e1241c21b9986af5da83601fe92ab]

merge with DEV300_m86


2010-08-03  Caolán McNamara  <cmc@openoffice.org>  [346049ee914b580d2cbbf56fa4ddbb8ea60e1fb1]

cmcfixes77: merge with DEV300 m86


2010-08-03  Caolán McNamara  <cmc@openoffice.org>  [ebc6b951212e051a75e03bbad524eeecf444cffe]

cmcfixes77: #i113503# system non-stlport cppunit with OOo stlport


2010-08-03  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [4d8b78658542ab67738fe46b5215d3fab4c4b064]

removetooltypes01: #i112600#: TortoiseHg failed to commit these files


2010-08-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [6c0b4023122b52687e58117f2710e5b991a403ad]

vcl114: #i113593# flat buttons need transparency handling also in non NWF case


2010-08-02  Daniel Rentz  <dr@openoffice.org>  [7dd9f4556b718431a01e888c86a44e07540224e5]

calc57: #i113446# reduce indentation of child elements to make the words fit into the available space


2010-08-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [4e4fe96ee2845a2484f82e7e5e862da12492b1e5]

vcl114: #i113470# fix a signed/unsigned problem


2010-08-02  Ivo Hinkelmann  <ihi@openoffice.org>  [3b80da1cb1bc3ef1be6f264dfdb29c7afd4659ce]

CWS-TOOLING: integrate CWS ooo33gsl03


2010-08-02  Herbert Duerr [hdu]  <duerr@sun.com>  [6fd378fdeea70fb6e79cb7871d7717f716bc7210]

#i106817# clarify relative and absolute positions in textline drawing to fix word-wise decorations


2010-08-02  Ivo Hinkelmann  <ihi@openoffice.org>  [e08522c6df90297ee56d8f5a39dcec28e45a9d6e]

CWS-TOOLING: integrate CWS fwk150


2010-08-02  Ivo Hinkelmann  <ihi@openoffice.org>  [e47ff0a73fef26448022708f137fd802bbe1a71a]

CWS-TOOLING: integrate CWS calc56


2010-08-02  Joachim Lingner  <jl@openoffice.org>  [235a4402d956c52a2f8e8f6bed82ab7eff9170fe]

jl154 merging with OOO330m2


2010-08-02  Herbert Duerr [hdu]  <duerr@sun.com>  [866fd517608220b892d215d12f1ea28e0a2f8ebc]

#i113563# fix compile with system-graphite (thanks cmc)


2010-07-30  Eike Rathke [er]  <eike.rathke@oracle.com>  [6fa509d4bd056499221ce3b3735a829084d2f56f]

calc57: #i113485# Uyghur is CTL


2010-07-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a7282397c44fdb5165870e938d219f3ab55f19d3]

ooo33gsl04: #i113479# fix collate handling with not native dialog


2010-07-30  Caolán McNamara  <cmc@openoffice.org>  [c7c85d80ac3447cb513bdd9b303c455065787c1c]

cmcfixes77: #i113543# automatic icons in menus entry stuck


2010-07-30  Henning Brinkmann  <hbrinkm@openoffice.org>  [705ff5196cd5bcc2bea5e6ce9814fefb8e9bf324]

writerfilter09: merged DEV300_m85


2010-07-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [bd866fc925a7cbade883c274d30b18ff5f275e4b]

ooo33gsl04: #i113479# handle collation correctly on printers supporting only a copycount of 1


2010-07-30  obo  <obo@openoffice.org>  [8006b8fdc18abbe327370f12d610348f349e1d1b]

DEV300 masterfix: #i10000# fix merge problem


2010-07-29  Miklos Vajna  <vmiklos@openoffice.org>  [1f5fda8c877a2a29659255c8c24dd284931f33d8]

vmiklos01: #i113532# add defines for new rtf keywords


2010-07-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b1236e9d51a93841d06338a8939fc677053e06a7]

vcl114: #113502# do not use Alt-F6


2010-07-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a820535ec4cfd8e29487fb1357be142371758b4e]

vcl114: #i111139# symbol style was missing from style settings comparison operator


2010-07-29  obo  <obo@openoffice.org>  [6560737ce986b925b2809e7c2c9c97b1de6c6a09]

CWS-TOOLING: integrate CWS avmedia102


2010-07-29  obo  <obo@openoffice.org>  [0c6c5f817870796af1cd51b9ec68aaa5662291f9]

CWS-TOOLING: integrate CWS vcl113


2010-07-29  obo  <obo@openoffice.org>  [421e14392d387930ee40a81675953c676ecdfe3a]

CWS-TOOLING: integrate CWS unxlngxnewbaseline


2010-07-29  obo  <obo@openoffice.org>  [8c695b441c0f57a841d751d9000ba3f95471fb01]

Integrate OOO330_m2 into DEV300 (merge)


2010-07-29  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [db1931233c244d852d8f6e76e358ddad9f66238f]

#i112600#: clean up l10ntools, rsc, sot, svl, tools and unotools


2010-07-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [145e3e41fdb65353fc09b25addd7e38ee5c34ece]

vcl114: #i113499# fix an erroneous assertion


2010-07-28  Herbert Duerr [hdu]  <duerr@sun.com>  [da5fd52c6a206565fd671a5e0e03511b1519c926]

#i113301# avoid problems with hyphenation within graphite ligature (thanks kstribley)


2010-07-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2d642b1290be27217f50f17530d204c5f4626dc7]

vcl114: #i113490# avoid accessing a possible NULL ptr (thanks cmc!)


2010-07-28  os  <os@openoffice.org>  [a6102b2ca0aad32685292b48e862e1621d919681]

#i84723# overlapping in ruler prevented (from gang65)


2010-07-28  sb  <sb@openoffice.org>  [45615e9affd4a1f7c45513e6821ff0431afa36b6]

sb123: #i113489# disabled failing toolkit.AccessibleMenu... tests for now


2010-09-16  sb  <sb@openoffice.org>  [99245ac71022bf83ba916906eb3b1f6cdeefc973]

sb123: merged in cws/oooimprovement6, to get fix for i100159


2010-09-10  sb  <sb@openoffice.org>  [5685b58c8fb7ceaf54e4a2ca9359727c649138e1]

sb123: merged in DEV300_m87


2010-08-23  Lars Langhans  <lla@openoffice.org>  [26979464359a2c0e0b6eada8a527437ee661fa83]

sb123:#i111449# remove all subdirs in complex tests


2010-07-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [dfa101c6b5a02755571de1037610cd7e1e5945fa]

vcl114: #i89515# add a print selection button to print accessory view


2010-07-27  Carsten Driesner  <cd@openoffice.org>  [8fc80ea840ec20632b3055ab72350b7bff6a3fde]

fwk151: Fixed problems that configuration changes notifications were not correctly sent/processed


2010-07-27  Daniel Rentz  <dr@openoffice.org>  [2f0d8a0ab77dca9d133dd30d7aa197f9fd023eae]

mib17: rebase to OOO330_m2


2010-07-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b50642db4ad54f4bddf312cf2bd8a73890b8d062]

vcl114: #i113304# cleanup


2010-07-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [cdcf361f8ffbb1cd2509fbcd8b2acc5253d1c250]

vcl114: #i113304# optionally do not draw menubutton separator for flat menu button


2010-07-27  Herbert Duerr [hdu]  <duerr@sun.com>  [cda11055b48ab78146d728cde2bf3bd5e98cc2a8]

#i113472# more consistent glyph fallback on non-fc platforms


2010-07-27  Daniel Rentz  <dr@openoffice.org>  [0df00c17e14d1e01dbb483fa330591ba8c3a3229]

mib17: rebase to DEV300_m84


2010-07-27  Ivo Hinkelmann  <ihi@openoffice.org>  [6c56d7b2470c3a0e3e1ce65d0608369c493e0f4b]

merged OOO330 m2


2010-07-27  Michael Stahl  <mst@openoffice.org>  [16735de3c46b8053886b0e6323f95703852d3ac8]

sw34bf01: merge DEV300_m85


2010-07-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c78676d1ca556f4e895906c1b9d61a72276b17a1]

merge with DEV300_m85


2010-07-26  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [133786e9d44cedbd39bc88a0c2e8c6796210f18e]

gnumake2: fixing rscdep on windows, delivering manifests for executables on windows


2010-07-26  Henning Brinkmann  <hbrinkm@openoffice.org>  [1b10d0c28257bc5b92d10ab88729d8e20ad014bc]

writerfilter08: merged DEV300_m85


2010-07-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [8a3cf1c299cc2701f74af1be3c6a76c512f3cb92]

pl07: #i111047# workaround modal behavior of mac native menus


2010-07-26  Thomas Lange [tl]  <tl@openoffice.org>  [66aabc0bab93199fbd07c89db8fd2e408652261b]

cws tl82: #i106993# thesaurus code clean-up


2010-07-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [ba2ded13619df21cfe3530547286fa3570ec2089]

pl07: #i111076# catch a dragsource being destroyed after its frame


2010-07-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [29f1caff624b225cac166096910cb8f96a471994]

pl07: #i113170# make more AquaSalFrame entry points safe agains missing thread autorelease pool


2010-07-23  Mathias Bauer  <mba@openoffice.org>  [9ceecebea65bc638f3d04e377209587b007d37fe]

CWS changehid: #i111874#: use '.' instead of ':' as separator for autohelpids; ':' may cause confusion with URL detection


2010-07-23  Vladimir Glazunov  <vg@openoffice.org>  [d8c25cd9ff7c1154c85f7f057e7529d2ae043d6d]

unxlngxnewbaseline: #162926# use another condition to determine build environment


2010-07-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [f13bdc943026c615d63f26f5b504c384d55c19b6]

pl07: #i113170# ensure autorelease pool in ::Show


2010-07-23  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ec3cd1b3b004611004b68d214c6da542f0c93282]

gnumake2: some more checks for module makefiles


2010-07-23  Lars Langhans  <lla@openoffice.org>  [39ed873d5695e09562564de489481203207be9fd]

sb123:#i111449# fix all run through problems for qa/complex tests


2010-07-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c13737c21b4b41e9da7bde4999e6f6ca39db69b0]

vcl114: #i48666# allow input of arbitrary unicode characters


2010-07-22  sj  <sj@openoffice.org>  [0fa8d5b83615063beb4c892e4fc9b08f07ebccb1]

impress196: #161749# if a wmf is containing an embedded emf graphic, than this graphic is no longer lost after swapout/swapin


2010-07-22  Ivo Hinkelmann  <ihi@openoffice.org>  [aed54d08061d13bf20c60e024dddc8692576706a]

txtl10n: cleanup / remove all -QQ and quiet parts


2010-07-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [4bcc0009da9a1744c864a1258e80dcc045e5e6a2]

ooo33gsl03: #i113333# work around a double pointer grab


2010-07-22  Ivo Hinkelmann  <ihi@openoffice.org>  [57fecfc6087e45bebe215610dc428c8b2df42ddb]

txtl10n: #i113008# #i113125# cleanup / removed unused lines


2010-07-22  Ivo Hinkelmann  <ihi@openoffice.org>  [a981050e5d79f9544115feb8d4d2803630ebb954]

txtl10n: removed obsolete dir


2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3e26f870f1713b8fec32a75196f96f46fe430d2]

CWS-TOOLING: integrate CWS graphite03_OOO330


2010-07-22  sj  <sj@openoffice.org>  [e923f79b5bcd2e416a8bc0e81c23a83597371db7]

impress196: #i111356# applied patch (uninitialized buffer)


2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [388e7fc2dc829fd9d7d2289cbd8edf54f4c4a3e0]

CWS-TOOLING: integrate CWS impress194


2010-07-22  Vladimir Glazunov  <vg@openoffice.org>  [e641f1b509032f29d0f9472bc368cbe4ae6bef08]

unxlngxnewbaseline: #162926# some fixes for 64 bit linux baseline, disactivated old, not-buildable debug code


2010-07-22  Mathias Bauer  <mba@openoffice.org>  [bc5aee4a26c70b39958c62ca0542f1d6b4d97eb7]

CWS changehid: resync to m85


2010-07-22  Ivo Hinkelmann  <ihi@openoffice.org>  [b790123f00389348a627d0720c62489fbe9deacc]

txtl10n: #i113008# #i113125# don't die by empty sdf file


2010-07-21  Ivo Hinkelmann  <ihi@openoffice.org>  [52488dc18e74dbcb2007d9beb362a81b1ed95aea]

txtl10n: #i113008# #i113125# don't die by empty sdf file


2010-07-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [97d73acb29ec780439175c0f75ff197578cbd8e0]

ooo33gsl03: #i113333# make D&D to certain ListBoxes possible


2010-07-21  Mathias Bauer  <mba@openoffice.org>  [80e29045fb436cff924f5164a29764669b4b7da5]

CWS changehid: #i111784#: rework keyword search


2010-07-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [043e0e6e2a329387a81328f5842fdb9127c7d22c]

vcl114: #i113239# check mimetype of data in dragEnter


2010-07-21  Herbert Duerr [hdu]  <duerr@sun.com>  [75cb344f85ad31e69848c5958eb4b896af30ca93]

ooo33gsl03: #i113342# fix stlport-assertion when calling drawFilledTrapezoids()


2010-07-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [408e9f2192d62aed2ebf558c7f32b8746c8273f3]

vcl114: #i105434# solve a scaling issue


2010-07-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [959a84b6b6733d6d20f1c3459daf0d207ccd30cf]

CWS-TOOLING: integrate CWS impress193


2010-07-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [709ea80b7c27dcb7718bedaa97218e44b56a2f6f]

CWS-TOOLING: integrate CWS unoawt2


2010-07-21  Herbert Duerr [hdu]  <duerr@sun.com>  [48a09d3ebe7d99b33a1b92bad820c6bb8c6fbc2a]

vcl114: #i106127# fix numeric problems


2010-07-21  Carsten Driesner  <cd@openoffice.org>  [75ab18bb58732acadd6c6499754748ea621f5b2f]

fwk150: Fix problem that 'Icons in menus' doesn't work anymore


2010-07-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [847d4675a3b2fe8b1053628618ba696423779cb8]

vcl114: #i113259# refine gtk plugins XIOError handling (thanks cmc!)


2010-07-20  Michael Stahl  <mst@openoffice.org>  [7e590774e8fd3f7a91e7511c6984c3c98605b243]

sw34bf01: #i77438#: xmloff: apply patch by cyhawk


2010-07-20  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [cb3b27ccee6f0dd0402ec8c298ef9d27e16cfcdb]

CWS gnumake2: using GNUMAKE variable from configure


2010-07-20  Mathias Bauer  <mba@openoffice.org>  [aeffc387bff414e4c74952ed6e01a6e3a57e62f5]

CWS changehid: #i111784#: consolidate usage of HID schema; remove unused SetDialogHelpId methods


2010-07-20  Ivo Hinkelmann  <ihi@openoffice.org>  [2b8063c2d254a5bc479cfb5977524c5ec6ae386c]

txtl10n: #i113008# #i113125# rename .xht to .tree


2010-07-19  Mathias Bauer  <mba@openoffice.org>  [0fe4473016161de61d7d6378bb063be921aeaf52]

CWS changehid: #i111784#: SetDialogHelpId changed


2010-07-19  Mathias Bauer  <mba@openoffice.org>  [dce83a3ea00022c530b4f8b2a2e19e7dbab8833b]

CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs


2010-07-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [1af3e43b2fe96e9f5a3172586b5acae92e5391c2]

pl07: #i111256# MacOS calls unexecptectedly out of NSApplication:nextEventMatchingMask: without us securing the solar mutex


2010-07-19  Eike Rathke [er]  <erAck@sun.com>  [e20c6d14f00b73074e82d7aa4f6a6f87f7c22e30]

calc56: merge


2010-07-19  Niklas Nebel  <nn@openoffice.org>  [8443f7b078ebedff59131d0d4dbe5939ac8588a5]

calc56: merge with OOO330_m1


2010-07-16  Eike Rathke [er]  <erAck@sun.com>  [c487fe3ad41ddfc3c3355a6fb117df518fb4ba2f]

calc56: #i108385# make TEXT return text if text was passed, handling text formats that include a @ code


2010-07-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [1ea32bd7ac4edd482930bb45660be6842afba1d3]

vcl113: fix missing isblank on Windows


2010-07-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [752fde0615b8d422a44564ef628160004ce36c41]

vcl113: undo previous change


2010-07-16  Mathias Bauer  <mba@openoffice.org>  [6195812e09b65212a96418185f819b64c108eaad]

CWS changehid: #i111784#: remove superfluous PatchResIds


2010-07-16  Mathias Bauer  <mba@openoffice.org>  [69aca5d6b2726af88f87e39385416b9eb4000b63]

CWS changehid: #i111784#: corrected mistake


2010-07-16  Joachim Lingner  <jl@openoffice.org>  [977745fd68d0af57f5e952fab5ab2ac97bc299b5]

jl154 merging with OOO300_m1


2010-07-16  Vladimir Glazunov  <vg@openoffice.org>  [15aa0c4e46285906b810f6426daa8b4b4ea5dec9]

unxlngxnewbaseline: #162926# some fixes for 64 bit linux baseline


2010-07-16  Herbert Duerr [hdu]  <duerr@sun.com>  [17de1eb3b758c6ff3a99c95e9e7296c64939c81f]

#i109651# PDF-builtin fonts disabled on OSX to allow glyph-fallback


2010-07-16  Caolán McNamara  <cmc@openoffice.org>  [5ecfba7d01dc507593c2965e5c2ff54d1f0eb4cd]

cmcfixes77: #i113146# afms build type


2010-07-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [4e78cdb2cb81447700908ee996a0b72f3ec5067e]

pl07: #i113170# ensure existance of NSAutoreleasePool


2010-07-15  Mathias Bauer  <mba@openoffice.org>  [1e8f5d3e1c23980734292f31682fdaf3a4de7088]

CWS changehid: #i111874#: handle HID protocol in URLObject


2010-07-15  Mathias Bauer  <mba@openoffice.org>  [6c12990d34876b6b79ffca88825a0f4b1373e9d5]

CWS changehid: #i111874#: HelpIds now are byte strings


2010-07-15  sj  <sj@openoffice.org>  [c987c1aa67d8b87a48369d30a7a520a5e8ac3444]

merged heads


2010-07-15  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [c1d5e0e57ad70a1fdd0bd8cb59e1f2bf5b7a72ff]

#i112959# corrected comparison


2010-07-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f1f79409592755ff1d128b1e524531a385c37d82]

txtl10n: #i113008# #i113125# skip on empty string


2010-07-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d3bf2074b6592f951b0ee0d2f9e0025ea3796cf6]

txtl10n: #i113008# #i113125# skip on empty string


2010-07-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b421b9f1273771be01b8f3e2f68c4fbb45dbab1d]

txtl10n: #i113008# #i113125# cleanup


2010-07-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ea8f71e491b9c9952660c2cf17ae23c301c85461]

txtl10n: #i113008# #i113125# cleanup


2010-07-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cf25bd558226fdbb189c522d91baa779bed4e307]

txtl10n: #i113008# #i113125# Python 2.3.x compatible


2010-07-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6b719dd847ae6ac148f2f20f56d4bffaf5a6dd86]

txtl10n: #i113008# #i113125# Python 2.3.x compatible


2010-07-14  sj  <sj@openoffice.org>  [c6ff2712ce1c0357215aa374a046420eb1c63167]

merged heads


2010-07-14  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [a2328429522d777e77657a74349e20b09a7d4b42]

#i112959# enhanced bad handling of DrawTransparent in printer case


2010-07-14  Daniel Rentz  <dr@openoffice.org>  [aba806a6488f5beb299aa65f10e3435e2b9a61f1]

dr77 #i113097# new c'tors should be explicit too, of course


2010-07-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [27084caa7b863ab929609dacacdc15c4c1eaacd0]

vcl113: #i43066# handle string concatenations in lexer


2010-07-14  sj  <sj@openoffice.org>  [d6f66548da8a92b4ce0a8dbe2c0669880efeee22]

impress194: #i111380# applied patch (fixed typo)


2010-07-14  Vladimir Glazunov  <vg@openoffice.org>  [4cfb2bbd6897d6b1348a58b7b3e43e966d8b0be1]

unxlngxnewbaseline: #162926# some fixes for 64 bit linux baseline


2010-07-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [1e015c5874dba637fdc425e9fdab91e12e5e1302]

sb123: #i113115# cleanup PrinterInfoManager


2010-07-13  Daniel Rentz  <dr@openoffice.org>  [87609543fdcb609aca44135b8a08505fb9dc2988]

dr77: #i113097# make Sequence(sal_Int32) explicit


2010-07-13  Ivo Hinkelmann  <ihi@openoffice.org>  [4455cba6763a7502c29b0766d81852adc9a5fc88]

txtl10n: #i113008# #i113125# Support of help tree files and single txt files in the L10N process


2010-07-13  Ivo Hinkelmann  <ihi@openoffice.org>  [e50721477707032c3e647b9ce5c536e014f2e253]

txtl10n: #i113008# #i113125# Support of help tree files and single txt files in the L10N process


2010-07-13  Ivo Hinkelmann  <ihi@openoffice.org>  [1211f7ca6c60882421e02f9489c9b4e7d706a44c]

txtl10n: #i113008# #i113125# Support of help tree files and single txt files in the L10N process


2010-07-13  Ivo Hinkelmann  <ihi@openoffice.org>  [e3c277fb2371dda6c5defa931d54275767e96a7a]

txtl10n: #113125# Support of help tree files in the L10N process


2010-07-13  Kurt Zenker  <kz@openoffice.org>  [ae63ab34fdc3e6f771e3fb1d49c44a120cb07d8e]

masterfix: #i112911# localize doesn't export files fixed


2010-07-13  Kurt Zenker  <kz@openoffice.org>  [7379e177e932dd89ecdf3b7df536fcf08581144c]

CWS-TOOLING: integrate CWS sw33bf06_OOO330


2010-07-13  Kurt Zenker  <kz@openoffice.org>  [4b1bf73600d67bc9f73876ea03cfcf8f54f030c6]

CWS-TOOLING: integrate CWS ooo33gsl02_OOO330


2010-07-13  Mathias Bauer  <mba@openoffice.org>  [d6e01f1f7d36964867e10a68250c42ecd8c4a3c8]

CWS changehid: resync to m84


2010-07-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [c4730030a0c6b2b9e6e224890c8c79594a81428d]

CWS gnumake2: resync to DEV300_m84


2010-07-13  Kurt Zenker  <kz@openoffice.org>  [f457455b7698bfa5e2cfd2a5270aa55fefd3b6ce]

CWS-TOOLING: integrate CWS ooo30gsl01_OOO330


2010-07-13  Christian Lippka  <christian.lippka@sun.com>  [a9d17d6b5ac72e2fb9990019a4ec8bc6525fda25]

impress194: merge


2010-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [7aa4356766adb50238c1a0f626abeec888c4cd83]

txtl10n: #i113008# add support for xtx files (single text files)


2010-07-12  Lars Langhans  <lla@openoffice.org>  [7a258874030ccdae3f1b0cad18870fa6dfd09440]

sb123:merge


2010-07-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [a2f9c966ccf8a4d4aac6d4c454c9c4a35746b148]

vcl113: #i113069# fix useless dereference (thanks cmc!)


2010-07-10  Mathias Bauer  <mba@openoffice.org>  [69353a6f837cf7264c501dc6e34772bf1724b17c]

CWS changehid: #i111874#: change code to support HelpIds as byte strings


2010-07-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [eee52ca828db9f65e5006ec414f0b520525baf71]

vcl113: #i63604# make inputwin for sw and sc adjust to font from system settings


2010-07-08  sj  <sj@openoffice.org>  [82b7e9f0ea982a1090498022dd55432a852d2f89]

impress194: #i112166# always removing tempfile (now removing file via osl_removeFile instead of ucb::content - delete)


2010-07-08  Lars Langhans  <lla@openoffice.org>  [2240d601844c31cc06ebd54bda4f0fac6be3beb2]

sb123:#i111449# make clear buildable.


2010-07-08  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [6561c73f4de71972635d72172df3b363d403b1e4]

CWS gnumake2: using gnu make directly from build.pl


2010-07-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6bb0c9935a7483cb20e15f63d42874d4148d260b]

vcl113: fix a PEBCAD


2010-07-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [17e4f31f0fd2cf5051d01db1091c26c7fce5943c]

fix a warning


2010-07-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [441e44a69f7408018d536c8991262db2faf611de]

rebase to DEV300_m84


2010-07-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e2cbd688a085cd303e13027a954497eddb5f7bd7]

vcl113: #i110453# support disabled options in a choice


2010-07-07  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [123d120c997d3797e4d221fedfe890a37a8c05af]

CWS gnumake2: fixing all module makefiles (copy from tools)


2010-07-07  Niklas Nebel  <nn@openoffice.org>  [27cac363be487ec02bb2a30095d3587460a87b0e]

#i112250# #i113022# better handling of automatic decimals for small values or equal cells


2010-07-07  Ivo Hinkelmann  <ihi@openoffice.org>  [dcc8cf442b3a1a7dd324369973bcdf6545ecd7f1]

l10ntxt: #i113008# add support for xtx files (single text files)


2010-07-07  Ivo Hinkelmann  <ihi@openoffice.org>  [070c78d5022a960d001f5d9c76edcd7eec4ce334]

l10ntxt: #i113008# add support for xtx files (single text files)


2010-07-07  Ivo Hinkelmann  <ihi@openoffice.org>  [2a17cfbbea42287dda8161db3e21efd5537afda9]

txtl10n: remove some noisy output / code cleanup


2010-07-07  Ivo Hinkelmann  <ihi@openoffice.org>  [2860220263e5eaa63f1652b66e3e9146d1d64185]

txtl10n: #i113008# add support for xtx files


2010-07-07  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [62b8a2edcc91ce21e6bb6fa29161d351d1bb2f88]

CWS gnumake2: resolved dep generation dep cycle


2010-07-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0b7cca853def51bf7ab8d91dddd698fdcfb37cf7]

ooo33gsl02: #i112873# fix a SNAFU


2010-07-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [19e65515b76e2eb7795dda8a6e0c36b17f5e6b86]

Automated merge with ssh://hg@hg.services.openoffice.org/cws/unoawt2


2010-07-06  Caol?n McNamara  <cmc@openoffice.org>  [db3dbb2461e9207a0e23ee7a55882b5f99be619c]

cmcfixes76: #i112969# WaE


2010-07-06  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [5dfb638fddc12b21cca8af040a88e4c7229ff9b6]

CWS gnumake2: more multi-repo work


2010-07-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [7d6ae811769ce1b27306153efd9ae8ed0ce9a1f7]

merge


2010-07-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0d8205bbff6c3a3265b3932e97bf74e044065df2]

ooo33gsl02: #i112873# change NativeWidget methods to be prepared for mapmodes (KDE4)


2010-07-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d77cb1c94586e447d85c23d9e1741cfec294566e]

ooo33gsl02: #i112857# do not mess up the resource stack if a string is not found


2010-07-05  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [77ecf77a930357c422d0ccbd73f8ff411389f31e]

CWS gnumake2: more multi-repo work for modules


2010-07-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [2cc207e82ee6e99154cfeea855d9ace4903731f8]

ooo33gsl02: #i112846# text alignment, separator for menu button


2010-07-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [a0626a06ef3b9b8699b703fee578114eb3e7c362]

ooo33gsl02: #i112873# windows part


2010-07-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [38fcd729567cf65d1682f9dc46423a2de502440d]

ooo33gsl02: #i112873# fix warnings, exceptions


2010-07-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f7e2e1ed7eb2240ee49ff3fa683ab1931150b4b0]

ooo33gsl02: #i112873# change NativeWidget methods to be prepared for mapmodes (improve constness)


2010-07-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c12f43f510300246dd111263b8d490f4ad494fd3]

ooo33gsl02: #i112873# change NativeWidget methods to be prepared for mapmodes (gtk, KDE)


2010-07-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0261bd3e649a921e12692a5be4da8dfe7308a936]

ooo33gsl02: #i112873# change NativeWidget methods to be prepared for mapmodes


2010-07-05  Christian Lippka  <christian.lippka@sun.com>  [414b28ebd699ed628ccf2cf7df781428bc97ca99]

impress193: rebase m84


2010-07-05  Christian Lippka  <christian.lippka@sun.com>  [256333c7e61a095d50f579ea001972f5fc374ea3]

impress193: merging changes


2010-07-05  Herbert Duerr [hdu]  <duerr@sun.com>  [894c61591a6520f54e642c388131ffede729c4f2]

#i112731# incidential substring matching is not very valuable


2010-07-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [868dbd2ce9089327b1a9e4128a7290b9b2c0ad84]

vcl113: #i111834# support pasting HBITMAP


2010-07-05  Herbert Duerr [hdu]  <duerr@sun.com>  [71a14e725bd248df03fdc5202e897985e6a9d633]

#i112731# incidential substring matching is not very valuable


2010-07-02  Herbert Duerr [hdu]  <duerr@sun.com>  [1227384044a9e78028a76cf7c851f2bdfee5f296]

#i112731# fix off-by-one


2010-07-02  Herbert Duerr [hdu]  <duerr@sun.com>  [9bd49fa1f61aa56317cf5b7f85709d57d7976486]

#i112731# fix off-by-one


2010-07-02  Herbert Duerr [hdu]  <duerr@sun.com>  [6d7637a53772d5b71796b3bf35d1ef9f70bcb318]

#i112731# a searchname must fully contain the keyname to be considered a match


2010-07-02  Herbert Duerr [hdu]  <duerr@sun.com>  [106c6efdcd8cd715ddd19a7c915b92c24202d1ab]

#i112731# a searchname must fully contain the keyname to be considered a match


2010-07-02  sj  <sj@openoffice.org>  [e3edfafd27ead925442c5c161951d4e1ea4cf095]

merged heads


2010-07-02  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [fb90a08cedf7d9976ab06a146a358edef1d5f2e8]

codecleanup02: merge with DEV300_m84


2010-07-02  Herbert Duerr [hdu]  <duerr@sun.com>  [222cc165f6a0ccfe857792fef21cd4234f324bd6]

merge


2010-07-02  Herbert Duerr [hdu]  <duerr@sun.com>  [1347edb3b89ad0e798c827d39a9de073192b3294]

#i112144# ignore trivial fontname substring matches


2010-07-02  Herbert Duerr [hdu]  <duerr@sun.com>  [e686492c0ea46ba7b2ebd73dbc9aa8ca748f7d5f]

#i112144# ignore trivial fontname substring matches


2010-07-02  Malte Timmermann  <Malte.Timmermann@sun.com>  [2ab9597af6b15dcb776efb26a8d05f512e40331f]

codecleanup02: #i51441# Removed old classes and files


2010-07-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [3ae55addf47fcca449a48b14d434ac203aafb596]

vcl113: small cleanup


2010-07-01  Michael Stahl  <mst@openoffice.org>  [418a4d5d543ef671ffdf8e3d5e322002a99df7b5]

sw33bf06: valgrind: SvUnoImageMapObject: initialize members


2010-07-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d21107f705f8e50d34f8a0ac13de87114f617766]

vcl113: #i95420# when drawing native controls, also take their native sizes into account


2010-07-01  Herbert Duerr [hdu]  <duerr@sun.com>  [93e98ee28c9f80b70420df091c146f318baacb56]

#i112731# use known fontsubst attributes for better font fallback


2010-07-01  Mikhail Voytenko  <mav@openoffice.org>  [6f6207ed0805eb596fe3268bdf1f141cac2324f3]

writerfilter08: rebase to DEV300_m84


2010-07-01  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [a90fcced2402207e54ceda937736e094d2e67734]

unoawt2: do not inline methods of exported classes


2010-07-01  Andre Fischer  <af@openoffice.org>  [7400df77af586c6d8e9a58dac0c612c6ef6468db]

impress193 #i112841# Prevent marquee text from crashing when too wide.


2010-07-01  Lars Langhans  <lla@openoffice.org>  [d8476e50f2fac8461b924bed43fb7a6657258116]

sb123:#i111449# cleanups in build.lst for qa/complex tests


2010-07-01  sb  <sb@openoffice.org>  [5cffce31910b85b6938275193ff9165fb8f944d0]

jl154: #i112673# ensure that client-facing PID remains the same across internal OOo restart on Mac OS X


2010-07-01  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [573f844a558e1d14102c7dcf00668737e82e85fb]

unoawt2: add XItemList to combobox as well, the sma eas for listbox


2010-07-01  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [c2fe85a25059e99e02c5e54cf1fe4c09041cd9b3]

unoawt2: add missing GetEntryImage, same as listbox


2010-07-01  Malte Timmermann  <Malte.Timmermann@sun.com>  [cca62c717dd7e76e5c874c4525eae76277178b37]

codecleanup02: #i52551# Removed old stuff: VOS_NAMESPACE, use vos:: directly


2010-07-01  Malte Timmermann  <Malte.Timmermann@sun.com>  [c46e51ed8b6afbe254fff3b226a09d514fd2f155]

codecleanup02: #i112685# Removed old stuff: #define SYSTEM_PLATFROMANDCOMPILER


2010-06-30  Joachim Lingner  <jl@openoffice.org>  [11c334fc51976347b71226f202c2d1201cdded97]

jl154 merge with DEV300_m84


2010-06-30  Herbert Duerr [hdu]  <duerr@sun.com>  [4be4ea8816000944e9f49186c5cba259946cf4a2]

#i112815# fix ImplFontCharmap::GetDefaultMap (thanks cmc)


2010-06-30  Herbert Duerr [hdu]  <duerr@sun.com>  [dfd0886823fdb05ad34848a31bfdd23c3f067945]

#i112365# ignore missing fc_local.conf files but complain about parse error in them


2010-06-30  Malte Timmermann  <Malte.Timmermann@sun.com>  [343a8ec1727212e6007d4dfd46cee60f52514797]

codecleanup02: #i112685# Removed old stuff: NOOLDSTRING


2010-06-30  Malte Timmermann  <Malte.Timmermann@sun.com>  [4281fec321b516b5270276255631b25675100228]

codecleanup02: #i112685# Removed old stuff: SvSharedMemoryStream


2010-06-30  Malte Timmermann  <Malte.Timmermann@sun.com>  [8edcc526ebdfc512f9a6b4358347ea2173813877]

codecleanup02: #i112685# Removed ifdefs and code for MAC


2010-06-29  Lars Langhans  <lla@openoffice.org>  [3516edff4d1396be0312e6d34308e050c1c9962a]

sb123:#i111449# makefile cleanups for qa/complex tests


2010-06-29  Keith Stribley  <devel@thanlwinsoft.org>  [867ccd4bb20a5c461092cd46d678ace627ce446f]

graphite03: #i112730# updated graphite patch and improvements to glyph metric caching


2010-06-28  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [dfa29f1ea27d0d96825efb665f5b264ca2f63308]

unoawt2: add missing TOOLKIT_DLLPUBLIC to access classes


2010-06-28  Malte Timmermann  <Malte.Timmermann@sun.com>  [82f7f6afe3769eecd958ce2447605e447edb1f1a]

codecleanup02: #i112685# Removed ifdefs and code for DOS


2010-06-28  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [58c65613784e75e716cd38bb59249564c5bc5c7f]

removetooltypes01: #i112600#: removing BOOL from tools module


2010-06-28  obo  <obo@openoffice.org>  [476fcc6c58be10198ac8ffa3047bcba3e241c636]

masterfix: #i10000# build breaks in shell,crashrep


2010-06-26  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [90cc54d4fcd11a7ca2840343afdddc34d0a09a0f]

CWS gnumake2: reaching through verbosity and max processes


2010-06-26  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [3277561d3922892c754033caadb62d98ce98bb81]

CWS gnumake2: module reorg


2010-06-25  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [f3a3ca7900ca418d11242138218b2788c956b4e1]

CWS gnumake2: intermediate commit (module rework)


2010-06-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [34da43f639d2ba5282933f02ec6381d269caa3b7]

unoawt2: #i10000# removed unused local variable


2010-06-25  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [b4bee05ac7e4af2286e0d70ea120c485819b8858]

Update from master repository (DEV300_m83).


2010-06-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [25373a69ed7b026b71362114f92c603c5f480597]

unoawt2: #i112684# let UNO Controls implement the (newly introduced) XStyleSettingsSupplier, giving access to their style, in particular, to the HC flag


2010-06-25  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [1b12f1d2c513af4b3642e6ecf6f8f3f129a5a5fb]

unoawt2: #i112683 localize string list


2010-06-25  Malte Timmermann  <Malte.Timmermann@sun.com>  [f858c279cdc3aaba3b048254a04aeae7e5e7a655]

codecleanup02: #i112685# Removed ifdefs and code for WIN,W30,W31


2010-06-25  obo  <obo@openoffice.org>  [875ea7199a6958cb1e5623f1ed77e9a9e6fa4427]

masterfix: #i10000#,#i112674# prevent restarting on Mac


2010-06-24  Caol?n McNamara  <cmc@openoffice.org>  [97cd4a463dfaf06bc4fd3f5a74652379c933a474]

cmcfixes76: #i112656# osl_setEnvironment/osl_clearEnvironment


2010-06-24  Mathias Bauer  <mba@openoffice.org>  [a9b2fcb8fb76fc6168492115e0d9365e1eacaf94]

CWS mongolianlayout: merge with m83; resolve easy conflicts


2010-06-24  obo  <obo@openoffice.org>  [3a37d557e71dcc8a900afcab580ef9f97ba6ab95]

mastefix: #i10000# Merge problem BASEPROPERTY_BACKGROUNDCOLOR


2010-06-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [2d0779c349dd103bc12503396a050c837723c842]

vcl113: #i3909# issue a warning if no printer config is writable


2010-06-23  obo  <obo@openoffice.org>  [bc39c6474a784c73e56daadb89f710fa958b55e2]

masterfix: #i112512# [l10ntools] transex3 crashes if /tmp not defined


2010-06-23  obo  <obo@openoffice.org>  [34da786304fc6d817feeefe64b9ef0dbf49fd43d]

masterfix: #i112573# [vcl] fonconfig.cxx fails to build with debug=t


2010-06-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d26690c5f591190671bac34a8c103e6842fb299f]

vcl113: #i25982# do not highlight disabled items


2010-06-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4fb94e74538f208c70a42abaf94a1244be59bc8e]

unoawt2: ImplBlendWithAlpha: properly calculate the destination color value


2010-06-22  obo  <obo@openoffice.org>  [5ead67e4636d73a482fd234060f3204375ad9f1d]

CWS-TOOLING: integrate CWS mingwport30


2010-06-22  obo  <obo@openoffice.org>  [3d3b7b60acb14055a4877dfae7a385951329d485]

CWS-TOOLING: integrate CWS cmcfixes75


2010-06-22  obo  <obo@openoffice.org>  [edd74a580e55243ae73a33b4cea686c9258cbd1f]

CWS-TOOLING: integrate CWS jpropenable


2010-06-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [c7effc820a1dcb3957cd49673586f18b282e2da8]

CWS gnumake2: fixing dep generation, pch flags


2010-06-22  Christian Lippka  <christian.lippka@sun.com>  [7536d87087416f3d942b185502858adc7563ece3]

cws avmedia102: rebase m83


2010-06-22  obo  <obo@openoffice.org>  [1482d68f90208bb72110aee82a9c2479c0c49337]

CWS-TOOLING: integrate CWS fwk143


2010-06-22  obo  <obo@openoffice.org>  [6e1636e004683670fbf088927e1c5004534b3d8e]

CWS-TOOLING: integrate CWS jl152


2010-06-22  obo  <obo@openoffice.org>  [c429e0783f3af94458d5ece6fd1c428b8501e010]

CWS-TOOLING: integrate CWS mba33issues01


2010-06-22  obo  <obo@openoffice.org>  [f6405256fb45feb2e5eb9bc80005ba66602c0400]

CWS-TOOLING: integrate CWS dr76


2010-06-22  Joachim Lingner  <jl@openoffice.org>  [d3021db50baf6200bfe71b9e81c7c5caea3cae6d]

jl152 merge with DEV300_m83


2010-06-22  obo  <obo@openoffice.org>  [1503f79d70d31e3d0a2bd7f725c4c276fd9f2561]

CWS-TOOLING: integrate CWS impress191


2010-06-22  obo  <obo@openoffice.org>  [8566201473c9042e3d3dc919f854b305ab154261]

CWS-TOOLING: integrate CWS sw33bf05


2010-06-22  obo  <obo@openoffice.org>  [07eb3cf45ca8f9e930778fdc1bebcaf00416f9db]

CWS-TOOLING: integrate CWS mib16


2010-06-21  Daniel Rentz  <dr@openoffice.org>  [5bf2de273917f73668918e7cc605ac14161466b1]

dr76: rebase to m83


2010-06-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [aac93d9fee148e26c3892a8c90e387b98ab6364d]

vcl113: #i59236# fix completely dysfunctional ImplUpdateSeparators function


2010-06-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [688050f507092ead95525e9177c915b8889d97bc]

CWS gnumake2: pch for debug builds, fixing header package deps


2010-06-21  obo  <obo@openoffice.org>  [30429b114ef1bfddbc1297ff382490cb1e416610]

CWS-TOOLING: integrate CWS locales33a


2010-06-21  obo  <obo@openoffice.org>  [e214c2e658d52021c3994079676101ef07bd0676]

CWS-TOOLING: integrate CWS vcl112


2010-06-21  Daniel Rentz  <dr@openoffice.org>  [0c55873cdf714799936fedae185b4fff1d184b79]

mib16: rebase to m83


2010-06-21  obo  <obo@openoffice.org>  [dbfca2888d361711cbfec5b7697c69cc7bcfceba]

CWS-TOOLING: integrate CWS systemlibc


2010-06-21  obo  <obo@openoffice.org>  [fedf6077eadfd4a9b6ecb12327b14293b26878ed]

CWS-TOOLING: integrate CWS mtclip01


2010-06-21  obo  <obo@openoffice.org>  [01d81e40dcf80c5abd27d8a80580dd267b55e23c]

CWS-TOOLING: integrate CWS gridcontrol04


2010-06-21  obo  <obo@openoffice.org>  [5e577de0a6c1d3242fd9cebb3544275d33bc2dc7]

CWS-TOOLING: integrate CWS renaissance2b


2010-06-21  obo  <obo@openoffice.org>  [8c541f4b75e5e0daf9adb074972972eea85026cf]

CWS-TOOLING: integrate CWS calctabcolor


2010-06-21  Herbert Duerr [hdu]  <duerr@sun.com>  [db817f5ce5d1f31dbe61a154d528d6296c1ea70c]

#i112567# disabled embeddedbitmaps honoured in cairo-case (thanks cmc!)


2010-06-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [47beac082dd3da2e048869a0416d69fddc78dece]

unoawt2: derive the RoadmapControlModel from the GraphicControlModel base class, benefiting from that classes new image handling this way


2010-06-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [8e5c47e934eff4de139f4649f0f8a7ba587f3070]

ooo30gsl01: remove unnecessary include


2010-06-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8d265da55b6df02eed18a7c2eceec0094c2e8f87]

Automated merge with ssh://hg@hg.services.openoffice.org/cws/unoawt2


2010-06-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c9bb3e500641bce7c32ad640c2721d3ea7a60cbf]

unoawt: argh ... should remove the name of the removed file from makefile.mk, too


2010-06-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6316c07bfaaf8b52fc01e08e0d882572d34e7e10]

unoawt2: spelling


2010-06-18  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [c7c531471771e2cbbbc66490701710924de48705]

Update from cloned repository.


2010-06-18  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [8e4370e0ae02354a59be3d0c84d5a4e8b330b609]

CWS gnumake2: enabling precompiled headers where possible


2010-06-18  Herbert Duerr [hdu]  <duerr@sun.com>  [2c17e772c42333ceba82b74c0eda4f10ba9bfce8]

#i112247# adjusted WinSalGraphics::GetFontMetric() to new semantic


2010-06-18  Herbert Duerr [hdu]  <duerr@sun.com>  [7da5963d3f1a6a6e70f8cfdda1fa51aa8c5eb032]

#i112247# adjust AquaSalGraphics::GetFontMetric() signature


2010-06-18  tono  <tono@openoffice.org>  [087a9ab161938e824467236424a51702dee64232]

Merge backout


2010-06-18  tono  <tono@openoffice.org>  [16f3df6c97d0b563699962b982a989d957965239]

Backed out changeset: f63af3433bcb


2010-06-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [df4e341bf3613664309028c1c88a7bf5a0d4806b]

unoawt2: get rid of the ImageConsumer class - it has no clients anymore


2010-06-18  tono  <tono@openoffice.org>  [e09b70ec4da054a6ac4541eb7f4f9b5b6425a692]

Backed out changeset: d80a58fd55d9


2010-06-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3b2ff2cc1320ce5bb56a75736c61e7a646ae91e1]

unoawt2: get rid of the ImageConsumer/Producer connection between image-rendering controls and their models - this channel doesn't correctly transport transparency. The connection via the 'Graphic' property works absolutely fine here.


2010-06-18  Mikhail Voytenko  <mav@openoffice.org>  [6e44518b3394218d9415833349c1d0801fe76c5e]

rebase to m83


2010-06-18  Lars Langhans  <lla@openoffice.org>  [2f69f481a2d927df0a01598364c5826e5e49496d]

merge DEV300_m83


2010-06-18  obo  <obo@openoffice.org>  [a4de6d85443804893598f86f33d329090e9c3c71]

masterfix: #i10000# remove DOS lineends


2010-06-18  obo  <obo@openoffice.org>  [4ee5ce87b3e755b77a0d72abd3552bca9c8b35eb]

CWS-TOOLING: integrate CWS tl79


2010-06-18  Thomas Lange [tl]  <tl@openoffice.org>  [2228f6d0441ca404a567342fff8f0bcef7e5fb0b]

cws tl79: merge with DEV300_m83


2010-06-18  obo  <obo@openoffice.org>  [891e1c554c13b94315bd868714dedf5bf14eb154]

CWS-TOOLING: integrate CWS tl78v3


2010-06-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [718d38368f408bf9375ec8c4cf026bba78ff0abb]

unoawt2: don't assume URLs such as private:standardimage/... are relative


2010-06-18  Herbert Duerr [hdu]  <duerr@sun.com>  [882c7732c770c5d5e524602a388428dbe3513343]

#i112497# avoid compiler warnings


2010-06-18  obo  <obo@openoffice.org>  [8e2b6abd89b98d9cae6a9d7e0e33cd44556c0e10]

CWS-TOOLING: integrate CWS tl78


2010-06-18  Henning Brinkmann  <hbrinkm@openoffice.org>  [2699d527501eb9da16f59194d064d0a740ce279d]

writerfilter08: merged DEV300_m83


2010-06-18  obo  <obo@openoffice.org>  [21751437db1aee1b007e4ef62af37027b2595b64]

CWS-TOOLING: integrate CWS ause121


2010-06-18  obo  <obo@openoffice.org>  [4bb7d70cc8fbf4bcde95c42507cd811d368190b8]

CWS-TOOLING: integrate CWS consolidatereadme


2010-06-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4a52d01c262a2c5c0f340b60263bb56574d3e125]

fs33a: merged CWS unoawt2, implicit rebase to m83


2010-06-17  Mathias Bauer  <mba@openoffice.org>  [407289de2ed8ef1aafbaa17a6342036692081864]

CWS mba33issues01: rebase to m83


2010-06-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [86da1c9c6bf9a3c3d5e2770ee2b41414d5bc30ef]

Automated merge with http://hg.services.openoffice.org/DEV300


2010-06-17  Carsten Driesner  <cd@openoffice.org>  [f1d3be06c0291cecf653bda123ec776ed90b1324]

fwk143: #i102271# Revert changes due to bad side-effects


2010-06-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a96adff9b7381a5df558f948f49acfd7570b93ce]

fs33a: merge after pulling latest changes from DEV300 (m81)


2010-06-17  Daniel Rentz  <dr@openoffice.org>  [d0da06537e6ce8427dca9b9e72c91c79d33ebd0f]

mib16: rebase to m82


2010-06-17  Mathias Bauer  <mba@openoffice.org>  [3624731fb1ecd5c0959d2c569a6c60de7ff32622]

CWS systemlibc: #i69033#: one more fix for mingw


2010-06-17  Mathias Bauer  <mba@openoffice.org>  [c47e64257e46497cb60e51df697d5b725420c3ac]

CWS systemlibc: #i69033#: some fixes for mingw


2010-06-16  Mathias Bauer  <mba@openoffice.org>  [14eba31610b49d9218f854ee8ce0e808b38a82e2]

CWS systemlibc: #i69033#: some fixes for Windows


2010-06-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [2e4f0c00e9b13c2169af6a9f09629bc7d6bed1f7]

vcl113: #i89587# statusbar items should avoid resizer on lower right on the mac


2010-06-16  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [5a2b2e359cb315b27803df567e4ff65ec620c763]

Update from master repository (DEV300_m82).


2010-06-16  Herbert Duerr [hdu]  <duerr@sun.com>  [cccab539490c85d0ce1f34acaf459da80aa6b15d]

code-=dbg


2010-06-16  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [693e85014a95a9261d81e1bf5e124d511b507d98]

Cleanup tools workben makefile.


2010-06-16  Herbert Duerr [hdu]  <duerr@sun.com>  [c358d242865eb031b57bf3b90da0b4ffc22735f1]

#i112247# shrink glyph-fallback font if needed (thanks cmc!)


2010-06-16  sj  <sj@openoffice.org>  [40cf8e14c42d43d1601dde28d738aa7c5d11221c]

impress186: #i4499# reserving two text lines to display the estimated file size


2010-06-16  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [c1967a4b8b4e91f76381ffe16a7cdf1ed8987b16]

Added enclosing classname to FixedMemPool diagnosis.


2010-06-16  Ivo Hinkelmann  <ihi@openoffice.org>  [54ce066251eb9661d28af449a7bd58a236f04e75]

jpropenable: #i112445# remove debug output


2010-06-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f8df342df34322c089f504925fe1527143f6b2a3]

Automated merge with ssh://hg@hg.services.openoffice.org/cws/fs33a


2010-06-16  Lars Langhans  <lla@openoffice.org>  [c51a3a6fb095bf12d635a014a220c0a7376ae501]

sb123:#i111449# cleanups in svl qa/complex tests


2010-06-16  Ivo Hinkelmann  <ihi@openoffice.org>  [3d294ba7da982ac79a1558396b7ffddd4e56d1b9]

jpropenable: #i112445# remove debug output


2010-06-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [73c74cf29420448e0b68634e45f2e3b19019fdf0]

fs33a: fixed VCLXFixedText::calcAdjustedSize to respect the given size


2010-06-16  sj  <sj@openoffice.org>  [5b31c1399fe717e2d75f97ef77d2174307bf20ca]

impress186: fixed warnings


2010-06-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a0cf5796c788c672a42d82f8204b2b63d74f56bb]

jpropenable: #i112445# enable java properties


2010-06-16  Herbert Duerr [hdu]  <duerr@sun.com>  [8cde5acf0a3594b6092311223ce7ca7ae285c7e1]

merge


2010-06-16  Herbert Duerr [hdu]  <duerr@sun.com>  [cf768d660b5b6a7377be24fcc91cdb9f8f758632]

merge


2010-06-16  Herbert Duerr [hdu]  <duerr@sun.com>  [df774a86670a848bf8d1a298ae72c7177ddac3b8]

#i112379# improved symbol-flag heuristic for fonts


2010-06-16  obo  <obo@openoffice.org>  [b5b4748428b5b49749d945d8e95d05515d51f666]

masterfix: #i10000# dispatchCommand,DispatchInfo missing


2010-06-16  Release Engineering  <releng@openoffice.org>  [6606e87c60d198588afef418b80e1928b50bc798]

masterfix: #i10000# getModuleName() missing


2010-06-16  Carsten Driesner  <cd@openoffice.org>  [b8b688c3e1e17b178c3664afb9ac41aed640f87b]

fwk143: #i102271# Check parent before changing window lists


2010-06-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [14328c88d8dbaa45f61dafc3d223d6fae382915b]

writerfilter09: merged DEV300_m82


2010-06-16  sj  <sj@openoffice.org>  [f953b7345799a373f378a57a969f4a7419a162f5]

impress186: solved merge problems


2010-06-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [47e643d60cc1f516cee093134a27e75eaa10329b]

fs33a: fixed supportsService


2010-06-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [53a68c8061f0ecb77cbd74bab95349c067264118]

fs33a: fixed VCLXFixedText::calcAdjustedSize to respect the given size


2010-06-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5920212c7e74cf50089974e1ded7f87757387720]

fs33a: fixed supportsService


2010-06-16  Release Engineering  <releng@openoffice.org>  [404bd05fe2c7085918b8c607758b351e0c1b49ed]

masterfix: #i10000# resolve merge problems


2010-06-16  sj  <sj@openoffice.org>  [38f893bd4dd21a8bca54c3b185cb7c1cf2e63942]

impress186: merge with DEV300_m82


2010-06-16  sj  <sj@openoffice.org>  [114531d748cf3acf22e306eb77e8cb16bc60ee59]

impress186: #i4499# graphic dialog reorganisation - added support of bitmap resolution


2010-06-15  Mikhail Voytenko  <mav@openoffice.org>  [e1091e7dba0a9154a9346a6eded9306ab61c7249]

tl78v2: #i112427# Support password to modify in calc and writer ODF documents


2010-06-15  Mikhail Voytenko  <mav@openoffice.org>  [0ed8f2699f18964b7b1be1ffed544e257c6df3de]

tl78v2: #i112427# Support password to modify in calc and writer ODF documents


2010-06-15  Daniel Rentz  <dr@openoffice.org>  [65674137ad382c26b1f58f2bf50d70e78c583f80]

mib16: contributed bugfixes and various new symbols in VBA compatibility implementation


2010-06-15  Mihaela Kedikova  <misheto@openoffice.org>  [c0019d5afa328d4d1ef592691bcdfac5fc88d3f1]

gridcontrol04: improvement for #i112114#


2010-06-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [9415cfaa321f2361f1585f2c389dc9389eb5cfb3]

ooo30gsl01: #i112417# remove seemingly useless define (thanks cmc!)


2010-06-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6d602d48ac52feb4f892a0dfa5917b24f2f9be56]

ooo30gsl01: #i112102# fix a possible XError (thanks pmladek!), get correct frame width (thanks kendy!)


2010-06-15  tono  <tono@openoffice.org>  [eaab46b6dcc20cc456dda42f6c38388f5d310156]

i#111956: MinGW port fix: dependency to shared library: pure porting fix


2010-06-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5237f2d05e45a9119ef6fccc6824c990e8d3dd65]

ooo30gsl01: fix debug compile


2010-06-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [52338c29529b007d5857be3976ed9b0f9b765869]

ooo30gsl01: #i112229# copy jobdata to info printer on Setup


2010-06-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [10fdd5413bfcaaa2cac41704a176979c46e89576]

ooo30gsl01: #i112407# fix xinerama screen vector (thanks cmc!)


2010-06-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [881540c7e8e8345b1ad4c66080accff0076abeff]

ooo30gsl01: #i112270# need to get focus on toolwindows explicitly


2010-06-15  obo  <obo@openoffice.org>  [f9417c178f7f1a7e50b8e08a86b2e5978580c89e]

CWS-TOOLING: integrate CWS unoawt


2010-06-15  obo  <obo@openoffice.org>  [e669da79bfe2b7bfdce423320660ba031b3f8a1e]

CWS-TOOLING: integrate CWS fwk139


2010-06-15  obo  <obo@openoffice.org>  [69719b8ea701e4f89c44ff1007bb86bd35d1f1aa]

CWS-TOOLING: integrate CWS impress190


2010-06-15  Kohei Yoshida  <kyoshida@novell.com>  [7936409c32a4d6b4f15ed4234617c90327ec802f]

calctabcolor: rebased to DEV300_m82.


2010-06-14  Ivo Hinkelmann  <ihi@openoffice.org>  [40b7ce66a860155f17c66b8fb8d9ba3d96454045]

ause121: #i112091# don't stop on missing sdf file


2010-06-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c89754694aa89a8fb53f5cd2a886b2f50aad9654]

ause121: #i112091# inputfile detection


2010-06-14  Christian Lippka  <christian.lippka@sun.com>  [d6623f99cce4714e6f70696c405c2f38585aafc3]

cws impress190: rebase m82


2010-06-14  Mathias Bauer  <mba@openoffice.org>  [7ad8cf9286f5178a4024d3100c6e3bdc08a10985]

CWS mba33issues01: missing EOF


2010-06-14  obo  <obo@openoffice.org>  [7c1edd381815ccc7161addf5901db56f17b8bc11]

CWS-TOOLING: integrate CWS l10ntooling18


2010-06-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e62fc37505bcd50f80aeb3220b9987cee0cb6c13]

calctabcolor: #i5560# add: paint in HC mode


2010-06-14  obo  <obo@openoffice.org>  [88d412adff64780510e3ab7766556d9fa9e75d5b]

CWS-TOOLING: integrate CWS tl80


2010-06-14  obo  <obo@openoffice.org>  [5c3e8fbc6935a4447b50706390179a435f795326]

CWS-TOOLING: integrate CWS aw081


2010-06-14  obo  <obo@openoffice.org>  [ab1cabbef5dd1fa45795b100daa4025d11bf8ca7]

CWS-TOOLING: integrate CWS vcl111


2010-06-14  obo  <obo@openoffice.org>  [8681c5bc375f6edf169813854289e1902b70f377]

CWS-TOOLING: integrate CWS dv12


2010-06-14  Thomas Lange [tl]  <tl@openoffice.org>  [dec02b06d52eb996cb2b86ab9a7464101ae4d263]

CWS tl80: merge with DEV300_m82


2010-06-14  Christian Lippka  <christian.lippka@sun.com>  [52b1335a2e91b6b3708ab0d2c5fca779f1d97f07]

cws impress191: rebase m81


2010-06-14  Lars Langhans  <lla@openoffice.org>  [c2cd2d5e62ce7900d2e0ab6436a3b09dc6d7c043]

sb123:#i111449# cleanups in vcl qa/complex tests


2010-06-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f1ee992dc31572c592df95a4021c5ed874c2b49e]

rebase to DEV300_m82


2010-06-14  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [5822bdce486274d5778a25444b65cc15fa460902]

Update from master repository (DEV300_m82).


2010-06-12  Mathias Bauer  <mba@openoffice.org>  [20a0d157c0afbb4814e507d0ebd0025f2ef585ef]

CWS mba33issues01: typo


2010-06-12  Mathias Bauer  <mba@openoffice.org>  [7cf893b31e032838922d7c0c1a8d5b3bdf239ce3]

CWS mba33issues01: put code to load libraries on demand into class SvLibrary


2010-06-11  Caolán McNamara  <cmc@openoffice.org>  [66a82c4dd26bfc5d8813f880b41dfc3fe63d48a7]

cmcfixes75: merge with DEV300 m81


2010-06-11  Ruediger Timm  <rt@openoffice.org>  [1b4b34920405cce731e95d62f96513e16d56b93a]

masterfix #i10000#: Add precompiled header include (patch provided by gh).


2010-06-11  Mihaela Kedikova  <misheto@openoffice.org>  [6e23acd75d4063b0ab8eeceb607f57e44dbb5f09]

gridcontrol04: fix for #i112290# and some build problems


2010-06-11  Herbert Duerr [hdu]  <duerr@sun.com>  [acd2c2063bb00f617ea17d59666102349cce3c95]

#i110654# fixed typo


2010-06-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [99ebe638d030af2dfe5697515e7d03ff3ed8cef4]

unoawt: added UnoControlListBoxModel::ItemSeparatorPos, specifying the position where to draw a separator between two items


2010-06-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [2c1caff33adf58a926c8a464da8840dff66c6d54]

ooo30gsl01: #i112223# tab control with only one tab


2010-06-11  Ivo Hinkelmann  <ihi@openoffice.org>  [76893d7d3fe3a914a6f2b4e650dcff3126e45709]

l10ntooling18: idx-1 > 0 -> idx >= 1


2010-06-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6b777c0f68d3576e0670aaf0168820970367833d]

unoawt: support XDialog2 for UNO dialogs


2010-06-11  Ivo Hinkelmann  <ihi@openoffice.org>  [2d75631ab0aa1a5b7c8911957a5a2ec4f342952f]

consolidatereadme: don't extract empty strings


2010-06-11  Mihaela Kedikova  <misheto@openoffice.org>  [1eaa7b7f32b6a210841d594a2617150dcaf47bde]

gridcontrol04: i111555: change file permissions for config script


2010-06-11  Eike Rathke  <erack@openoffice.org>  [2bb5acfd2479ef89adc8391cb08ac1330246303f]

locales33a: #i110583# added Arabic_Algeria [ar-DZ] locale data; contributed by <sneetsher>


2010-06-11  Eike Rathke  <erack@openoffice.org>  [0d0a39c48054a1eea843feffb7f0a57cea54932d]

locales33a: check ordering of time separators only if both are present


2010-06-11  Eike Rathke  <erack@openoffice.org>  [f40dd4db6615db3e2a7a5e7bf4fab514eb97f029]

locales33a: #i111152# treat Indic aksaras with virama as one grapheme cluster for character iterator; patch from <cmc>


2010-06-11  Eike Rathke  <erack@openoffice.org>  [d42efba6127f948134ccf0d7a44bc74c27ff942d]

locales33a: #i101567# added Maithili_India [mai-IN] locale data; contributed by <it46>


2010-06-11  Eike Rathke  <erack@openoffice.org>  [999bbf64c33f6d5148d077f5ba48b134d9e2b54a]

locales33a: check for equalness of QuotationStart and DoubleQuotationStart or QuotationEnd and DoubleQuotationEnd


2010-06-10  Eike Rathke  <erack@openoffice.org>  [aa684755479cdca4bab2afcfff7614ca23391b72]

locales33a: #i111374# added Rusyn_Slovakia [rue-SK] locale data; contributed by <gazeb>


2010-06-10  Frank Peters  <fpe@openoffice.org>  [67879d76b477d7f65342cd61cd1d3f50712a7cc0]

consolidatereadme: merge


2010-06-10  Frank Peters  <fpe@openoffice.org>  [154fb701ec0c66123929966882f94f81637e85dc]

consolidatereadme: merge with DEV300_m81


2010-06-10  Ivo Hinkelmann  <ihi@openoffice.org>  [399f67512f25a43c88b9d950e4d95441ed1be34d]

consolidatereadme: non translation bugfix


2010-06-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b3089ff210ae27921fe80684fd866c60e2aea586]

ooo320gsl01: #i110047# decrease by CP_BORDER is unnecessary


2010-06-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7f43a07bf054251df8b9b0cd2ae9fb85af88e8d7]

unoawt: some more properties for the throbber model ... at least EnableVisible will come handy


2010-06-10  Ivo Hinkelmann  <ihi@openoffice.org>  [d01cab8aaad910ea6f1c998cefb86d18bb9bd7a2]

consolidatereadme: more quoting


2010-06-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [afebafff2c35f75be54ceb29dcec5158531f6749]

unoawt: ListBoxControl::updateFromModel: also set the SelectedItems property, after we just set a new item list via itemListChanged


2010-06-10  Ivo Hinkelmann  <ihi@openoffice.org>  [4b662deda491a8d78586e5983bd14e789ca00eda]

consolidatereadme: remove quoting of strings


2010-06-10  Eike Rathke  <erack@openoffice.org>  [15bfa3c545fa9b500fa220585bf442d57247f37b]

locales33a: merge with m81


2010-06-09  Eike Rathke  <erack@openoffice.org>  [6d197d964e956d3701524613dfe86099bd514b94]

locales33a: clean up some of the Valencian mess in case it escaped to document content


2010-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [ff2c295d0e23089a1035121da0e85e0e677f8bc5]

consolidatereadme: #i111721# parse new readme format


2010-06-09  obo  <obo@openoffice.org>  [dd298b9c584e575c1bad4ee6286b8def8794b897]

CWS-TOOLING: integrate CWS tl74


2010-06-09  obo  <obo@openoffice.org>  [127253772767033a3642a4149ba806886b34d1da]

CWS-TOOLING: integrate CWS findbar01


2010-06-09  Mihaela Kedikova  <misheto@openoffice.org>  [7510d5073d0874f012568719c143a0f442882edd]

gridcontrol04: fix for #i112217# file added


2010-06-09  Thomas Lange [tl]  <tl@openoffice.org>  [e43c2f9e39735955e28aeab5971137d55a220362]

cws tl74: merge with DEV300_m81


2010-06-09  Mihaela Kedikova  <misheto@openoffice.org>  [24486fb4a16eb7dc6d01a671b4c29a9fc4da2976]

gridcontrol04: fix for #i112217#


2010-06-09  Henning Brinkmann  <hbrinkm@openoffice.org>  [b98870ad5d3975883c58f1d61c654100ce025d9e]

writerfilter08: merged DEV300_m81


2010-06-09  Caolán McNamara  <cmc@openoffice.org>  [b0f881f6efbd6684f501f364f41ea8cd5d59f9f0]

cmcfixes75: merge with DEV300 m81


2010-06-09  Christian Lippka  <cl@openoffice.org>  [6dd52c25d1abf7156b7d67d2d765992de494f244]

#i111860# fix high contrast mode for toolbar menus


2010-06-09  obo  <obo@openoffice.org>  [ed73dc3bf2dc779049ec21e6847da392ff142c9d]

CWS-TOOLING: integrate CWS graphite02


2010-06-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [6463d1f724d8e656bf04a1288fc7f00a7bf47ea8]

Update from master repository (DEV300_m81).


2010-06-09  obo  <obo@openoffice.org>  [f9d06eb02bcb39b202475378520921e277b73b73]

CWS-TOOLING: integrate CWS kfreebsdport01v2


2010-06-09  ka  <kai.ahrens@sun.com>  [58263e41e85ad3eff59262695971d1b5fa800185]

avmedia101: rebased to DEV300_m81


2010-06-09  ka  <kai.ahrens@sun.com>  [a2bac1e83f5c15ba31e7761daa6a76b20a94b888]

avmedia101: added GStreamer backend for Unix


2010-06-08  Michael Stahl  <mst@openoffice.org>  [0958a6b48c9dd2b52b009fe0d86507f172cdc31a]

merge DEV300_m81


2010-06-08  Thomas Lange [tl]  <tl@openoffice.org>  [23dbecccb77f9bedfd09d182f488b2277f3159d0]

cws tl78: #i109634# additional dialog parameter


2010-06-08  Carsten Driesner  <cd@openoffice.org>  [c4d52925ba1bb5e4c26175483d2c650ee3cdd5b8]

fwk139: Fix warning with gcc and public/non-plublic types


2010-06-08  Kai Sommerfeld  <kso@openoffice.org>  [1df14822d5996afa798f0d81ffd5ca2438450295]

#i112173# - Handle keyinput for delete according to actual content properties.


2010-06-08  Herbert Duerr [hdu]  <duerr@sun.com>  [f7dd3d1b8281c3addb8dfcc1e3aa237107f0cbab]

#i101378# filled polygons are auto-closed by subsystems


2010-06-08  Herbert Duerr [hdu]  <duerr@sun.com>  [61f64eb31d5e4a7039fedc066202458ddb54b081]

#i101378# auto-close only filled polygons


2010-06-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b351b090e4d37d53bc0a922c37ea337439654355]

unoawt: setVisible needs to lock the SolarMutex


2010-06-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [918c892c5335cbb8c1194599fb96645b688d6ee6]

Automated merge with http://x42-so4:8009/ooo


2010-06-07  Christian Lippka  <christian.lippka@sun.com>  [e49fd6b6ea04a66db88ebdcbf088d7ffec9cef48]

cws impress190: merging


2010-06-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [177a968426255f772176e7a085dc87ae3a765b6b]

#i112187#


2010-06-07  Lars Langhans  <lla@openoffice.org>  [10f4374df59f9690bc9ce5b612159376a138b294]

sb123:#i111449# cleanups in sot qa/complex tests


2010-06-07  Thomas Lange [tl]  <tl@openoffice.org>  [94a8c5f15be6b428ea077f8cdc49c7211fd53254]

cws tl79: merge with DEV300_m80


2010-06-07  Lars Langhans  <lla@openoffice.org>  [ea27e8810192065b08b15a963ef36fc121bcb17d]

sb123:#i111449# cleanups in unotools qa/complex tests


2010-06-07  Lars Langhans  <lla@openoffice.org>  [8528714b0bd4e2799fa72668dc6848346d25b404]

sb123:#i111449# cleanups in comphelper qa complex tests


2010-06-07  Lars Langhans  <lla@openoffice.org>  [3ae22718cb39653896de42ed630a7468149b61e3]

sb123:#i111449# cleanups in comphelper qa complex tests


2010-06-07  Kai Sommerfeld  <kso@openoffice.org>  [4db85b86518cbb96124e406ed26c7922765868e3]

#i112173# - context menu items reflect actual file properties.


2010-06-07  Joachim Lingner  <jl@openoffice.org>  [8c4e92786227d237deaa3576b0963e586cd594ea]

jl152 merge with DEV300_m80


2010-06-07  Kai Sommerfeld  <kso@openoffice.org>  [6a4ddbe166ccac18d12f5bd17738636cfacb66f5]

cleanup (whitespace & exceptions).


2010-06-07  Mikhail Voytenko  <mav@openoffice.org>  [879c6996b0e31d6da7dde66596a7a203856d7482]

tl78: #i10000# fix warnings


2010-06-05  tono  <tono@openoffice.org>  [70c546d05f5c86a500d01f8b7ca29410a0daae1a]

mingwport30: merge with DEV300 m80


2010-06-04  sj  <sj@openoffice.org>  [2fb572551b4d82c0a13e36e232b3d66338b99441]

impress190: merge with dev300_m80


2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [2418c5eaddf788676675de04ad4809d4c487d358]

vcl112: #i111992# fix menubutton including image


2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [9746c27b1faacd3eed7f0cd0394c201e68890fd0]

vcl112: #i111992# prevent duplicate opening of menu by key event


2010-06-04  Carsten Driesner  <cd@openoffice.org>  [fc3b63a8befdda716751dfe9632b3177177b5260]

fwk139: Fix build problem with gcc


2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [7a36dbcf28456b0167578cadacd24a214ba83ba7]

masterfix: #i10000# transex3 -> l10ntools


2010-06-04  Mihaela Kedikova  <misheto@openoffice.org>  [540f0d4ae2fc0c79a5491a5c9eda3ee95d2aba5e]

bug fixes for #i111279#, #i111957#, #i112114#


2010-06-04  Herbert Duerr [hdu]  <duerr@sun.com>  [9535283b4b43e42393702dd67ded735e4888d08c]

#i110654# fix some WingDings2->OpenSymbol emulation translations


2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [64d74aed8ef3b7755113a3c252df4c28ca4d305b]

fix warning


2010-06-04  Mihaela Kedikova  <misheto@openoffice.org>  [373b37dd15290b49e41e599d9e86985b5b090613]

gridcontrol04: fixes for #i111279#, #i111957#, #i112114#


2010-06-04  Thomas Lange [tl]  <tl@openoffice.org>  [eacfc0697e67390803aef9a1a768a0065ab15301]

cws tl78: warning free code


2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [9b349d265e10e66784e46b93f1d795d58db6f0ed]

CWS-TOOLING: integrate CWS dba33f


2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c66b05fa718eba1a9d28ef88171cc4b5c65e0525]

changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids


2010-06-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [dd10848b829d9c6138611a9dd7f1bb2f917972ed]

unoawt: make compile on unxsols4


2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [029e5ff16eb0eca7f471e156eca2c70b5259507f]

CWS-TOOLING: integrate CWS l10ntooling17


2010-06-04  Oliver-Rainer Wittmann  <od@openoffice.org>  [32da6d9b41f3b814b75bade6a6fec83014267876]

sw33bf05: #i111768# method <GtkSalFrame::IMHandler::signalIMDeleteSurrounding(..)> - include range checking


2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [2857971f93cf7c73a71b0a3367856ece43855c4a]

CWS-TOOLING: integrate CWS slidecopy


2010-06-03  Christian Lippka  <cl@openoffice.org>  [5cee6260bac75c7a57277959809521075309351d]

#i108869# check for deleted this pointer after calling event listeners


2010-06-03  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [ce9acfb55d3774b97691508404cdb64bd02bf282]

merged CWS...


2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0153e8aadec867cecda0f11a852e0a97d3e2b792]

slidecopy: merge after copying in CWS renaissance2


2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [96c8de756ad0e9759a18e14575a06d6a1b17ffd5]

unoawt: merged in latest changes from CWS slidecopy (rebase to m80)


2010-06-03  Ivo Hinkelmann  <ihi@openoffice.org>  [72f14b64f1b59a77fed5c88d4f06d77688eea2ce]

l10ntooling17: temp. disable the parser


2010-06-03  Ivo Hinkelmann  <ihi@openoffice.org>  [1838dd0a100f4d1f6a83c33f4acd412200b83dc1]

CWS-TOOLING: integrate CWS narrow01


2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e30fc65ee216567a3819dc9a86a995ece62cff9b]

slidecopy: merged latest DEV300.m80 changes


2010-06-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6451854dacd5d4a2fed80d24ce547af5a8f4290e]

rebase to DEV300_m80


2010-06-03  Thomas Lange [tl]  <tl@openoffice.org>  [c4dd8639c70f1bc7e40cb9d24e768e691d0f09eb]

cws tl78: merge with DEV300_m80


2010-06-03  Lars Langhans  <lla@openoffice.org>  [355ec637f87f035f465681d7e585a46e90edb20b]

sb123:#111449# change toolkit complex tests


2010-06-03  Ivo Hinkelmann  <ihi@openoffice.org>  [307dea14e4439683418e38c449d9479febcb5ca3]

CWS-TOOLING: integrate CWS renaissance2


2010-06-03  Mikhail Voytenko  <mav@openoffice.org>  [4b3e47a40be843c5e27033dbc58beba71647dddb]

tl78: #i110383# password to modify support for binary types only


2010-06-02  Ivo Hinkelmann  <ihi@openoffice.org>  [f6573fd2ec699a45a211baa0c88abafe10bb8155]

consolidatereadme: #i111721# parse new readme format


2010-06-02  Herbert Duerr [hdu]  <duerr@sun.com>  [a13824108d4bb186b825e0abe0a8d7a10d804360]

#i101378# transparent line drawing now supported from system layers


2010-06-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [807e9444ee55d59dcfb9721d53239a26746fff86]

merge in CWS vcl111


2010-06-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [ca431bca7df9c74c47ea7f05ef48f40de426e7ab]

writerfilter08: merged DEV300_m80


2010-06-02  Malte Timmermann  <Malte.Timmermann@sun.com>  [9d33c0e8f6bfb9df379ae091639d395f10232bda]

mtclip01: #i112022# Allow extended clipboard creation


2010-06-02  Mikhail Voytenko  <mav@openoffice.org>  [8022d1794f12e83ab40e3923659b43ed5049ab4c]

fwk139: #i10000# adopt for solaris


2010-06-02  Mathias Bauer  <mba@openoffice.org>  [0aa2bbdc513f85980898e698a4cfbb685a4fecce]

CWS mba33issues01: merge to m80


2010-06-02  Herbert Duerr [hdu]  <duerr@sun.com>  [beff2f475821341d59d920ac59833753eda85584]

#i100925# removed superfluos translation entry for simsun family


2010-06-02  Mathias Bauer  <mba@openoffice.org>  [a204de35da152e850f04ff56453f93b66642fed3]

CWS mba33issues01: #i82086#: replace Internet with Network


2010-06-01  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [2f12bf0dfe787daaba9011f6cc1a426aa30d63a2]

Update from master repository (DEV300_m80).


2010-06-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [76cc764975c0b9fd9d357c5133360890f780fbe5]

unoawt: UNO/SVT wizzards: allow to completely reset the DefaultButton - for pages which have on own default button


2010-06-01  Ivo Hinkelmann  <ihi@openoffice.org>  [dfbab6f4bb9edc137820ada2222b56431835c6fe]

l10ntooling18: merge


2010-06-01  Ivo Hinkelmann  <ihi@openoffice.org>  [92aa99fcb39c0ec6f0969e4789f6d3c12238c231]

l10ntooling17: merge


2010-06-01  Christian Lippka  <christian.lippka@sun.com>  [5b499b16aa8b8babb205ba30965abf4a4ff9f146]

cws renaissance2: rebase m80


2010-06-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b933517586d3e5161a5d4e383a60b6625001f7df]

unoawt: StartDrag: do not release the mouse if DnD isn't enabled at all, this will confuse the SelectionEngine


2010-06-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [18b09bedb96506002767bc8d0b72de7ef6fb33b1]

unoawt: XWizardController::confirmDeactivatePage is not necessary, /me thinks


2010-06-01  Herbert Duerr [hdu]  <duerr@sun.com>  [f356ecf501ffe5a4897351a3a16d2ce142bb2170]

#i100925# added translation for some ZH-WIN font names


2010-06-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [2853a7e36b1e993cabc0a56898460cbcc2045e27]

vcl112: #i111972# avoid sshutdown problems in default ICE IO error handler (thanks cmc!)


2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [5f15f4133cfc0787434bf25ff0e1ba10c4b7b769]

cmcfixes74: merge with DEV300 m80


2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [70ed0933f04638a82bf985bf3b732a20b1b4d044]

cmcfixes75: merge with DEV300 m80


2010-05-31  Ivo Hinkelmann  <ihi@openoffice.org>  [945534539e91924c545ad18ad38f49e0734b7dc0]

l10ntooling18: #i110687# fetch cfg file from solver


2010-05-31  Joerg Skottke [jsk]  <jsk@openoffice.org>  [7af521bcd8979cec6f8692566a9af9ebbed2183b]

findbar01: Local merge with remote repo


2010-05-31  Carsten Driesner  <cd@openoffice.org>  [d7db2a77b8f3885c71f7b5d90ebc1ef953db3a7a]

fwk143: #i102271# Fixed crash docking Draw/Impress panes


2010-05-31  Ivo Hinkelmann  <ihi@openoffice.org>  [b470536584aecaf71d532db9769247c305c9de9d]

l10ntooling17: #i110687# fetch cfg file from solver


2010-05-31  tono  <tono@openoffice.org>  [cbfd28c559c092d9782f39b13330d80a00dd93a5]

i#111958: MinGW port enhancement: runtime-pseude-reloc-v2


2010-05-31  tono  <tono@openoffice.org>  [f002478747cb14cd314e014d4fab311170bdfe50]

i#111956: MinGW port fix: dependency to shared library


2010-05-31  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b73e7771ddda7d613872246a80dd9067c50e425a]

unoawt: for ill-behaved clients which do not provide a page, have an empty page as fallback


2010-05-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6fb29a08b1e35b3be92f769ca3269a7ae24ef8a8]

unoawt: XWizard now has an attribute giving access to the XWindow interface of the dialog's main window


2010-05-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [790627ac714034fd44cf9e4a19bd67f8384f74d6]

vcl111: #i108490# fix handling of greyscale jpeg images in PDF export


2010-05-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e52edb6de41aac90796553e85c1997bbb6b429ab]

unoawt: fixed assertion


2010-05-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9880c9667add4b90127ead782415e32cdb49c5b5]

unoawt: WINDOW_*BOX also do not require a parent window, so allow creating them without parent


2010-05-28  Ivo Hinkelmann  <ihi@openoffice.org>  [12dfb28315273cd1f1d0195476335cd27e3fb07b]

l10ntooling17: #i100845# add support for java properties. help() fixed


2010-05-28  Ivo Hinkelmann  <ihi@openoffice.org>  [e3ed352ff7b793a9585ca44f82989491da227dc0]

l10ntooling17: #i100845# add support for java properties. help() fixed


2010-05-28  Ivo Hinkelmann  <ihi@openoffice.org>  [14d9e0d2d733af8038259fb38c480a0311127180]

l10ntooling17: #i100845# add support for java properties


2010-05-28  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ffcf649aebf7bbecd34c645665aac3a2f65e1306]

CWS gnumake2: l10ntools cleanup to simplify fixing ---------------- CWS gnumake2: l10ntools cleanup to simplify fixing ---------------- CWS gnumake2: l10ntools cleanup to simplify fixing ---------------- CWS gnumake2: l10ntools cleanup to simplify fixing, fixing filename lookup

HG: Enter commit message.  Lines beginning with 'HG:' are removed.
HG: Remove all lines to abort the collapse operation.
2010-05-28  Daniel Rentz  <dr@openoffice.org>  [6c633a6f79952f3ffd54baedc29679b7aa794eb1]

dr76: update to DEV300_m79


2010-05-28  Vladimir Glazunov  <vg@openoffice.org>  [f34f7f3e5353aef1964d4ab83030872927b550f1]

CWS-TOOLING: integrate CWS fwk142


2010-05-28  Vladimir Glazunov  <vg@openoffice.org>  [e2024c2b53897c73ed08b654ae97e3aa9c9159bc]

CWS-TOOLING: integrate CWS koheiautodecimal


2010-05-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [a5f2752a141422c32930856601e2d1097a3d1854]

vcl112: #b6951113# be robust wrt slighly standard deviating PPD files


2010-05-27  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [b03a7dd3bd065ff249acd9e383f7d839a31fa70f]

aw081: rebased to m79


2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [17ce662b718dae9ae199018413d8a06636d2d3e5]

CWS-TOOLING: integrate CWS fwk138


2010-05-27  Ivo Hinkelmann  <ihi@openoffice.org>  [0caef93ff47e31e170bb60248a5d7ece1c355203]

l10ntooling18: fixed some windows build issues


2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [c92e741bd6bb75fdc74dd311d2b70eba42cb22b5]

CWS-TOOLING: integrate CWS sb122


2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [1534ccad60fa0683c5c7edf52825b45753cc7371]

CWS-TOOLING: integrate CWS sb120


2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [74e6f7ea6a911eae58ee2f6ad0b5b7538ecc135c]

CWS-TOOLING: integrate CWS kso44


2010-05-27  Thomas Lange [tl]  <tl@openoffice.org>  [8929d934d27f7ddca8fb5fda0621ac9457c558f8]

cws tl79: merge with DEV300_m79


2010-05-27  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [d8f10cc0d2f96f1cd7d264a9e66ad07298d6baf8]

#i111715# corrected numerical cases for polygon clipper and geometry creator


2010-05-27  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [715484a3644dda6597c64a0413c1be9e295cdafd]

Update from master repository (DEV300_m79).


2010-05-26  Ivo Hinkelmann  <ihi@openoffice.org>  [cb3c26b33057b4c74eeaa9372b6bbbc6add41907]

l10ntooling17: merge


2010-05-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d4f610ce91c276ae1ef901e1b515e26145e50408]

vcl112: #i111824# fix detached monitors case for more than two monitors (thanks thb !)


2010-05-26  Ivo Hinkelmann  <ihi@openoffice.org>  [a7949501de39e56925fa018da8253c2b82a63181]

l10ntooling18: merge


2010-05-26  Mikhail Voytenko  <mav@openoffice.org>  [57f4616bff53ef3f21c630a70e2addd3f7b6ef15]

fwk139: #i101937# integrate patch


2010-05-26  Christian Lippka  <christian.lippka@sun.com>  [d1a3fc83560dd51dbc4d20fc125a514928bd44d0]

merging


2010-05-26  Mikhail Voytenko  <mav@openoffice.org>  [46607d76fada0d320dda3b89b01fdf5a67a43455]

fwk139: #i101937# integrate patch


2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [ea03e8dbc3183b1c2460c10cdb71e7a2e70084e3]

cmcfixes74: merge with DEV300 m79


2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [df544d2a8d1629c18db2c7cdbd3e05ee1a16c0ef]

cmcfixes75: merge with DEV300 m79


2010-05-26  Carsten Driesner  <cd@openoffice.org>  [9368374ae3daa89e3a5396bcd11a6b42bafc0284]

findbar01: Merge changes from m78


2010-05-26  Oliver-Rainer Wittmann  <od@openoffice.org>  [17f2b55bb7d42f0f19a256f72cebead71fd4445e]

sw33bf04: merge with DEV300_m78


2010-05-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [453abc248ed4ea01a994ec8576da03208b395276]

vcl112: #i110881# do not set mwm hint on fullscreen window


2010-05-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [26dcbde9ea2929c1aa4dff9e6a2c3ba99cedd8cc]

unoawt: set Title as TitleBase


2010-05-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c3d3674ca2e8426ee3ff68e6d5cc66ebf8f2378e]

unoawt: set the WB_CHILDDLGCTRL bit at the tab page, this ensures proper keyboard (TAB) traveling


2010-05-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [54eabc9d73f1030ec34065ff0d4ad7a3a9974bf6]

unoawt: onFinish does not need this parameter, it's always called with RET_OK


2010-05-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9fdda1b9d20f80749e2da5bed257c069573b9f7f]

unoawt: now that we can separate the WizardPageController from the actual page, there's no need for a TabPage whose sole purpose was being a container for the externally-provided TabPage - hopefully this change will allow us fixing the keyboard traveling


2010-05-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [96280ce7f4425a85ee00a7ae46f2e6846a318ed3]

vcl112: #i111798# assert failed system() call (thanks cmc!)


2010-05-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [712320e858e82fef01cc182d433f7b85c8a1cf83]

unoawt: completely separated the controller functionality of a wizard page from the wizard page itself, by moving the canAdvance method from OWizardPage to the IWizardPage interface, which in this course has been renamed to IWizardPageController. This will later on allow to have implementations where the TabPage is provided by an external component (e.g. as UNO Service), but the controlling of those pages is still intercepted and handled internally.


2010-05-24  Caolán McNamara  <cmc@openoffice.org>  [67894eaef9e2b3732c953a7e99608f77e7a3be74]

cmcfixes75: #i111792# check fread return value


2010-05-21  Kurt Zenker  <kz@openoffice.org>  [79f483b23dd840215f16a5592604ca59ad2751d9]

CWS-TOOLING: integrate CWS gridcontrol_03


2010-05-21  Kurt Zenker  <kz@openoffice.org>  [9753afe4ee3170b30e6fda0ab49981fae22c0b82]

CWS-TOOLING: integrate CWS npower13_objectmodules


2010-05-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [993d5e3b93bbbf06392088e1201e63509c642a31]

Automated merge with ssh://hg@hg.services.openoffice.org/cws/unoawt


2010-05-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b0197ec06148b76444f60b31cafde5cb9d4ea65a]

unoawt: some SolarMutex locks in the notification methods, to prevent deadlocks


2010-05-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [60a0a794c9c7a1dc5821838753bfad6215aaed9b]

unoawt: fixed a bug found by GCC's compiler warning


2010-05-21  Michael Stahl  <mst@openoffice.org>  [1bf529af25c7c83881eab32bfda9691e152354f1]

sw33bf04: #i111747#: nranges.cxx: remove superfluous wrong memset calls


2010-05-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1cae9bd947f1f59b4a3ba737cbe7f8a3b7c676f6]

unoawt: added more functionality to XWizard


2010-05-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f54fdbae11bd570e2c99bcacc2c192f9e568f7ae]

merge to actual m78


2010-05-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [284bec5a5c9bd5dc460880813c61ef9b034ba600]

vcl112: #i111735# fix a memory leak (thanks cmc !)


2010-05-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [469218cebf669d2f129e5b55a0d0b10eef0c8c1a]

vcl112: #i111735# fix a leaked file handle (thanks cmc !)


2010-05-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6f8399d8ee4ac3fd653e3a7795253f4a48bcc047]

vcl111: #i102694# metacity and compiz need the same workaround


2010-05-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b4347080d4617961de5a09f44f99a4f398416ccb]

slidecopy: #i10000# include version.mk, so the lib can be built without the module being delivered beforehand


2010-05-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [101492812b3c2c7cf7e172b012b0cb27c43f0189]

unoawt: removed debug code used for diagnostics


2010-05-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [db175f759aacd810cb69ac436fab3412834dca07]

unoawt: evolution of the UNO-API for wizards


2010-05-21  Ivo Hinkelmann  <ihi@openoffice.org>  [d7f9babd0340ab42384702099a5bb771843d316a]

CWS-TOOLING: integrate CWS obo48


2010-05-21  Daniel Rentz  <dr@openoffice.org>  [dc20d9b844b0f42795bb346d110de4bd0a7d7ab6]

npower13_objectmodules: rebase and merge with DEV300_m78


2010-05-20  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [e7140a5c77c9633785696a3f30ea9a857b582bdd]

Update from master repository (DEV300_m78).


2010-05-20  sb  <sb@openoffice.org>  [dd9d7b3c77a53b9132516636de75abf9b63de19f]

sb123: merged in DEV300_m78 via cws/sb120


2010-05-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e34c84ce97036b3d24f887580e413ef997f91309]

l10ntooling18: merge


2010-05-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [6a99ac3a9ee53a90564937f628380e92a36f77ea]

tl78: merge


2010-05-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [bcc80b88f34bd5ebdf487b397a224de00bb05c4c]

rebase to DEV300_m78


2010-05-20  sb  <sb@openoffice.org>  [328999caf752fb975d0bbfc87502b8513f9b5691]

sb120: merged in DEV300_m78


2010-05-20  Caolán McNamara  <cmc@openoffice.org>  [2fda5d730a078aeee7144640601e7a32557ed598]

cmcfixes75: merge with DEV300 m78


2010-05-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0550230f3eb3ddc27eddd89b625c71111103a105]

unoawt: compile with GCC


2010-05-20  Carsten Driesner  <cd@openoffice.org>  [0665d1412ffdc89da142171186b6c3e00489f46b]

fwk139: #i110066# Fixed typo for Malay string


2010-05-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [784f130fa59ef8f96db939ce75c15d39287450c3]

unoawt: UNO API for generic wizards, wrapping around the existing C++ RoadmapWizard


2010-05-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [90ac40e4992796a47762a13a56b5d24aed0bcb56]

unoawt: MultiSelectionSimpleMode property for list boxes, allowing 'browser-like' multi selection (where a single click onto an entry only toggles this entry)


2010-05-20  sb  <sb@openoffice.org>  [6461537e7ec024c4549deee606e258afe09b7111]

sb122: merged in DEV300_m78


2010-05-20  Thomas Lange [tl]  <tl@openoffice.org>  [0122fb3aff109002ecb2d4f9d6d5b7dedc0c33fb]

cws tl79: #i111422# pre-notify for 'Toggle' of check box


2010-05-19  Michael Stahl  <mst@openoffice.org>  [cdf4f341a44f99d33b1ba1bd533c3456f169dbe5]

sw33bf04: #i111712#: sax: convert crude test in converter.cxx to cppunit test


2010-05-19  Herbert Duerr [hdu]  <duerr@sun.com>  [950f1ddf367497ed0323cf674c51844ebdd10d44]

#i110214# fix typo in b2dpoly drawing on aqua


2010-05-19  Herbert Duerr [hdu]  <duerr@sun.com>  [139938972e430aa48e28e4ea536c68b34821cfcd]

#i110214# fix b2dpoly drawing on aqua


2010-05-18  hb  <hbrinkm@openoffice.org>  [15f7e9d02f630c818b32723e2605466efd5fef3a]

writerfilter08: merged masterfix


2010-05-18  Herbert Duerr [hdu]  <duerr@sun.com>  [9900937e5f7651f581d9bdd2d91d104afe1e5f39]

#i111682# remove module fondu for good


2010-05-18  Rene Engelhard  <rene@openoffice.org>  [76d20d190bc2514de21f79283ab7e92361911bf3]

systemlibc: migrate systemlibc to hg; try again from scratch


2010-05-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ab9ed5606327c542e75c138c047b1ad22b0cc99e]

unoawt: call UpdateContextBmpWidthVector in the LISTACTION_INSERTED notification. This way, we'll also handle cases where somebody creates and inserts SvLBoxEntry bypassing InsertEntry (and using the base classes Insert)


2010-05-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2d5c5137a154a8b0e18ad5b6f30a6a9c91990c25]

unoawt: merge after copying latest changes from CWS slidecopy


2010-05-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5a3c91e6e82ce54c34b0fe01ff4d36d78d674c56]

slidecopy: HelpID support for tool panels


2010-05-18  Herbert Duerr [hdu]  <duerr@sun.com>  [719ccf95e2941026050f045c3cf647287e84b501]

#i111021# #i11575#desc5#b adjust B2D tesselator result to raster


2010-05-18  Herbert Duerr [hdu]  <duerr@sun.com>  [663600cf5d188844d74d39753171a9beeec52fb9]

#i107915# all TIP/SIP unicodes get the same vertical flags


2010-05-17  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ebbd3c77735748d852225cf776fbe880a35ebac7]

CWS gnumake2: hacking the LD_LIBRARY_PATH for svt when using system jpeg (ugly, but slightly better than the hack in the old build system)


2010-05-17  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c7bdc9eb16f035a2a076a7fab663dad783ae7987]

vcl111: #i111464# fix frame width (thanks kendy !)


2010-05-14  Daniel Rentz  <dr@openoffice.org>  [4257a836115179a3d65992439599541a491153d0]

dr76: #i111404# remaining problems with the FastSaxParser


2010-05-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0eb0a39614adecbf0b2c4b422736e3d51eeac746]

mongolianlayout: Merge with DEV300_m53


2010-05-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0518f7c34c7e6d9653f6eff9bc3223a10ba2177a]

mongolianlayout: Merge with DEV300_m49


2010-05-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c85e4999f88339ee940c8a3c0da959fc4c05bee]

mongolianlayout: Merge with DEV300_m45


2010-05-13  Kohei Yoshida  <kyoshida@novell.com>  [9a6bcaefeb1fffcf20500f2de53da6db7461f164]

calctabcolor: added <limits> header.


2010-05-13  Kohei Yoshida  <kyoshida@novell.com>  [86d027f633fc64c3ff8b36142bed1b9a1fe1e1a7]

calctabcolor: Removed code that was not intended.


2010-05-12  Ivo Hinkelmann  <ihi@openoffice.org>  [d733632f5e43376dc8c8c39b61b2e424a597ddaf]

#i10000# added missing variable


2010-05-12  Kohei Yoshida  <kyoshida@novell.com>  [aaa3ba9f8f9ee0264d7eec4d18a1c7685d7b0a45]

koheiautodecimal: #i111533# Adjust the default display format for general number format cells.


2010-05-12  obo  <obo@openoffice.org>  [1e9e129a28c7cec6e9fb8cd38dab3d9759e451b0]

obo48: #i109700# lucene indexer generates segments_n (n>3) files


2010-05-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0dc1a7943966804078fee92dc7b5d9f937b93903]

ext03: implement XUnitConversion for the control, too (not only for the control's peer)


2010-05-11  Kohei Yoshida  <kyoshida@novell.com>  [81a0cc08ebb7c11341f9eb1b06c68f3a96561a15]

rebased to DEV300_m77.


2010-05-11  Herbert Duerr [hdu]  <duerr@sun.com>  [0585d4b3688689aaa05ad0f8d0b756b36197e52b]

#i111077# enable fc_local config-files only for activated fonts


2010-05-11  Herbert Duerr [hdu]  <duerr@sun.com>  [9355d982f6564b3156c56c5c5369cb73290e60b5]

#i111077# support app-specific config-files for fontconfig


2010-05-11  Carsten Driesner  <cd@openoffice.org>  [132253a795f1d1936f31aba195663a2782201a1c]

fwk139: Rebase to DEV300m77


2010-05-11  Thomas Lange [tl]  <tl@openoffice.org>  [9d8d426c23dfaea4a8a84db3426ccf0315091549]

cws tl80: merge with DEV300 m77


2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [d5c53586ab41ae5b3c2f4da47ca11b3ee9a231ef]

CWS-TOOLING: integrate CWS sg01


2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [3807fa4252289f0519289cc7e87beafea56c0484]

CWS-TOOLING: integrate CWS impress188


2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [2bc3064e10a4be082a142b9dff166d3a24f10e3f]

CWS-TOOLING: integrate CWS gfb4win02


2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [9070f195e953f10154c2f5535abf4604146812c7]

CWS-TOOLING: integrate CWS sw33a11y01


2010-05-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [087bc721d4ad2a82aff5554fab2207fcee4e8c6e]

os141: make compile with GCC


2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [62f3f24f746bc9655df027ba25439a980ff1690d]

removed cygwin_path / added mkdir


2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [1ee65266f4a3ec9439731d966ea1ce6462a4a4eb]

CWS-TOOLING: integrate CWS dr73


2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [b86b2e8f1851c089510eb41c3266e1def4fd2cbb]

CWS-TOOLING: integrate CWS vcl110


2010-05-10  Mikhail Voytenko  <mav@openoffice.org>  [a9151b4ec79f1e6b56ce317814cfdc9fdaef1b62]

jl152: #i108704# allow to restart the office


2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [c8174cd7c28aa92bd96eb8b194d3c74dd4965094]

CWS-TOOLING: integrate CWS linuxaxp01


2010-05-10  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [74b5f19a87dd70ec128c498a85fd5de15640fd0a]

#i110768# use better subdivision for fat beziers when printing


2010-05-10  Christian Lippka  <christian.lippka@sun.com>  [1d4ca5d24243d4823c45249c29749545aca40520]

#i107213# enable reading of toolbar menu entries on mac


2010-05-10  Carsten Driesner  <cd@openoffice.org>  [6bb432a5591d44b8b50a8b4712464b992e2f8b09]

fwk142: #i104468# Ensure that focus is set to a floating window created by a toolbar controller


2010-05-07  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [c80f17aa81d344303cabb3d1a6ad2e8f44084db1]

CWS gnumake2: merging minibranches


2010-05-07  Joachim Lingner  <jl@openoffice.org>  [2f698d0b34c9d19fbd0fdf42460792b9ac7ecca0]

jl152 #i77196# adapting configuration backend to changes introduced by SB on DEV300 branch concering different handling of configuration files in extensions, also fixed writing of compiled help files into the user installation


2010-05-07  Caolán McNamara  <cmc@openoffice.org>  [d9ac45a640dfd8bd215939f4734190d2086d7f6f]

cmcfixes75: #i111459# sync paper defaults with CLDR 1.8.1


2010-05-07  Mathias Bauer  <mba@openoffice.org>  [aa668b7a3c584437fd4bd32d3d05e078ebe4e4f4]

CWS gnumake2: adapt gbuild makefiles to changes in tools/bootstrp


2010-05-07  Thomas Lange [tl]  <tl@openoffice.org>  [9398c20c52ec60a77b9884869e95de740575abea]

cws tl78: fixing windows specific build problems after merging with DEV300_m77


2010-05-07  Herbert Duerr [hdu]  <duerr@sun.com>  [cc6c5478b199fe50f043c6700633133455054147]

#100000# fix compile warning and assertion


2010-05-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f2601e0392a1d3f1a80c813b4d09ed255f115b22]

os141: removed debug code which slipped in with some recent change ...


2010-05-06  Mathias Bauer  <mba@openoffice.org>  [05cfca1f0bb5e494b03e30f11f5eaf62c8e98ab6]

CWS gnumake2: don't create static libs in tools


2010-05-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [dace2314f3ecb90083027e4e88a5c65e7cb31fed]

os141: ensure the VCLXWindow is not destroyed while the callback event is underway


2010-05-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e3ce6b3b56d80bf67ee94359cade64cdde40cd20]

os141: windowEnabled/Disabled events now also using the new mechanism, implies the SolarMutex is not locked when they're called


2010-05-06  Kai Sommerfeld  <kso@openoffice.org>  [c973a6f6d903274dd38c3244e05f4a0796154a2c]

#i110213# - setup master password container on demand.


2010-05-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [153c8e0f22f764c8c6e01f54cb57806d1795f45d]

os141: notify mouse events without a locked SolarMutex


2010-05-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [988dd07709d12e533587030e71358eb0b4eba5ea]

os141: before accessing the VCL menu in any public API method, lock the SolarMutex


2010-05-06  Joachim Lingner  <jl@openoffice.org>  [183d0799448250a37de0e00a0644b19cbbfd9346]

jl152 merging with sb122


2010-05-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6e96987326d525a63dc65509cb3f2d6e409392fb]

os141: allow the VCLXWindow to process arbitrary callbacks asynchronously, without a locked SolarMutex. Intended for UNO listeners. Employ this mechanism for VCLXButton's actionPerformed callbacks, so we don't get threading problems in those callbacks. Normally, *each and every* UNO notification would need to happen without a SolarMutex, like VCLXWindow itself already does this for mouse events and window enabled/disabled events. However, for each and every event which we migrate to this new mechanism, we need to carefully evaluate which C++ clients might need to be adjusted. Java clients don't have a problem with this, of course.


2010-05-06  Herbert Duerr [hdu]  <duerr@sun.com>  [d0b42df69aa1b2b47a22e24bd88b00513e645ef1]

#i11054# #i111272# fix graphite line breaking and expanded/condensed text (thanks kstribley)


2010-05-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5844848d089fce68264572c0d4403028a10f4cb1]

slidecopy: set the WB_DIALOGCONTROL and WB_CHILDLDGCTRL bits both at the generic panel anchor window, and the panel window provided by the XToolPanel


2010-05-05  Daniel Rentz  <dr@openoffice.org>  [4d239620cafc7f2c650a3da87e5748d314ff2595]

dr76: #i111404# make FastSaxParser reentrant


2010-05-05  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [24394a6916e0562b11a9e5a30670404bafa611af]

aw081 resync to m77


2010-05-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7fa685fba3dbee4bdd84e308093328b35ddf495e]

os141: also accept the brand-new vnd.sun.star.ext:// URL scheme


2010-05-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fee2a60691795de02be7f412a1a3a57b1a62e80a]

os141: added XTreeControl::getNodeRect


2010-05-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [886cdcf4053966fd36c1351932d781df7a490119]

os141: do not crash on NULL Windows passed to ::Execute


2010-05-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [aaece21b1c7c50f4b714c626f6b37cb71f98a1dd]

os141: do not consume COMMAND_CONTEXTMENU command events when not handled, otherwise they will not be propagated to the VCLXwindow, which means UNO listeners cannot handle them


2010-05-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d20459a2ef920fa94ca3c3d86b9dce29ca79eb6e]

os141: background handling: ue a reasonable default background (so we don not rely on the magic in Window::ImplInit), and propagate background changes from the TableControl to its DataWindow


2010-05-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [be6d559ed667ab20b4fff6f8482437ef841d0469]

os141: background handling: ue a reasonable default background (so we don not rely on the magic in Window::ImplInit), and propagate background changes from the TableControl to its DataWindow


2010-05-05  Eike Rathke  <erack@openoffice.org>  [0b364d32e7aa585deee4e55ee09d2b616f9d56bd]

locales33a: add globals.pm and msi-encodinglist.txt


2010-05-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [663e17ed5a9414c3c7d94016495f4d6c68b8cf0a]

merge


2010-05-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [05d73aabbc5569d574a19cdc44bb092c418963a0]

vcl111: #i42282# do not position dialogs outside the screen just because the screen existed in the last session


2010-05-04  Herbert Duerr [hdu]  <duerr@sun.com>  [c0db1f8df0777b24b2f7de83fd840306ccddb143]

#i95867# avoid GDI-internal integer overflow for extremely anisotropic text


2010-05-04  Eike Rathke  <erack@openoffice.org>  [716817b82cbcfe741b7d057a6f5b0cadd5a22596]

locales33a: #i111003# add support for known glibc modifiers; patch from <cmc>


2010-05-04  Eike Rathke  <erack@openoffice.org>  [dce06d55dbc987b981ae197f9f8198f526ce0c7c]

locales33a: #i110903# added Rusyn (Ukraine) [rue-UA] and Rusyn (Slovakia) [rue-SK]


2010-05-04  Eike Rathke  <erack@openoffice.org>  [d2fb41de19582fcd59b227a2ca21211a857ec378]

locales33a: #i106822# added Yoruba [yo-NG] to language list


2010-05-04  Eike Rathke  <erack@openoffice.org>  [4792680aa5e00b26950f379952fcf78d35d0fb5c]

locales33a: #i110484# add Gikuyu [ki-KE] to language list


2010-05-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7fdb56bcf6bd051e29c565e918667b30dba7d5a0]

os141: getPhysicalLocation: do not destroy valid non-file URLs


2010-05-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [461ace814de524b04b329e465817ea7c8ab4bfcb]

os141: accept more URL schemes which are supported by the GraphicsProvider


2010-05-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [13a6707b4603cfba776b0652a7a6b89cfc57ee2e]

vcl111: #i106125# do not limit the system scrollbarsize anymore


2010-05-03  Thomas Lange [tl]  <tl@openoffice.org>  [f9e3436ae006f56187da750503ad438071e290b1]

cws tl78: build issues after merging with DEV300_m77


2010-05-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [bad03a3adc15827cf7879c30f7d97d906bcb2b47]

fs33a: compile errors on unxlngi6.pro / unxmacxi.pro


2010-05-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0b44ca8151e933e1a2015386484539bc893926c6]

fs33a: compile errors on unxlngi6.pro / unxmacxi.pro


2010-04-30  Mathias Bauer  <mba@openoffice.org>  [574b58def8c31bc4eaa336eebbee2ec9054540bd]

CWS gnumake2: tools cleanup


2010-04-30  Michael Stahl  <mst@openoffice.org>  [6a339ca029684904dcf8cf5074d1d5982a9f553f]

gnumake2: toolkit: must compile with Objective-C++ with AQUA GUI


2010-04-30  Michael Stahl  <mst@openoffice.org>  [4deca0825676ba357a34162c7bd92e650b037a26]

gnumake2: g2g on linux needs X11 (patch by ause)


2010-04-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [72bc5553e238b3b957cded2c6d1846a43066d4af]

vcl111: #i103999# fix menu text color


2010-04-30  Mihaela Kedikova  <misheto@openoffice.org>  [4dbaf09c6e9446d5d8ffb3d2bfbdf40759e81bff]

gridcontrol_03: bug fixes


2010-04-29  Michael Stahl  <mst@openoffice.org>  [355d31b259304c3d5cca2d3e3472300735c54614]

gnumake2: tools: support for SYSTEM_ZLIB not LINUX specific


2010-04-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [41bf2eaaae12bdf7ee318599a7c34a751b7b7f07]

fs33a: #i111238# [s|g]etUserData -> [s|g]etItemData


2010-04-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4f541558980cdeabf0175fa79c52e4dba125455c]

fs33a: #i111238# [s|g]etUserData -> [s|g]etItemData


2010-04-29  Thomas Lange [tl]  <tl@openoffice.org>  [3ab853515203abf5444f1a8e54121d2d454c8bb7]

cws tl78: merge with DEV300 m77


2010-04-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [cf2b1f10c0e7bbd9db8fe1b265a614ebb8b983ff]

fs33a: #i111238# now with UserData support


2010-04-29  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [1f01a901ce6bc6041b9b8d0d7be883136bca9256]

Update from master repository (DEV300 masterfix).


2010-04-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [57e2a2c59a923fbf6efaeb17adec076a7264e33d]

fs33a: #i111238# add support for images to AWT's ListBoxControl/Model


2010-04-28  Christian Lippka  <christian.lippka@sun.com>  [2a8517146143b78145c0e837ec5ffb40c31e3618]

renaissance2: rebase m77


2010-04-28  Christian Lippka  <christian.lippka@sun.com>  [7beea088cceea3cec1cd848792a5d36ef9b2cab8]

#i107213# finaly got orca to read the toolbar menu!


2010-04-28  Christian Lippka  <christian.lippka@sun.com>  [a20fd7c965754f42ebeed49aa65738513732811b]

#i107213# possible solution for the missing a11y focus


2010-04-28  sb  <sb@openoffice.org>  [1317250a3b5fe685b4a9c950b56e79383bbd3b19]

sb120: #i111225# disabled failing tests for now


2010-04-28  Thomas Lange [tl]  <tl@openoffice.org>  [b797d64480c5b944e342f5219bf749bc3b233e3a]

cws tl79: warning free code


2010-04-28  Christian Lippka  <christian.lippka@sun.com>  [4b25f83c1c87d708577e2316a326a40693b2f38c]

#i107213# use toolbox item window as parent for popup menu


2010-04-28  Wu Yan  <wuy@openoffice.org>  [9c5320955bc8f7b4bdb77394f5d12ecc99d56714]

findbar01: enhancements for findbar


2010-04-28  Herbert Duerr [hdu]  <duerr@sun.com>  [f1d780569c7653bf7428d187cfd641e89d3b3a7e]

#i161963# fix indirect glyphid array access for aliased symbol codepoints


2010-04-28  Thomas Lange [tl]  <tl@openoffice.org>  [bb5e47c42695f3bef9a6cee01797e564ccf0073d]

cws tl79: merge


2010-04-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3137662917e31310a769dfebf76a37bfc6c59b59]

slidecopy: make compile on unxsol[i|s]4.pro and unxmacxi[.pro]


2010-04-27  Mihaela Kedikova  <misheto@openoffice.org>  [e94bbeea413392cdb80a313e96bc732eb8a0a78f]

gridcontrol_03: merge with DEV300_m77


2010-04-27  sb  <sb@openoffice.org>  [a95fd1e9371689bf483646a0504e15cc4c82ac8e]

sb120: #i111195# disabled failing tests for now


2010-04-27  Mihaela Kedikova  <misheto@openoffice.org>  [26e2ce0845b71b2d4c544c80fcea9858c7608274]

gridcontrol_03:bug fixes for resizing columns


2010-04-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [aee3e8aa38192fcce403b549bcb2d4cc0a8e5ea3]

vcl111: #i105472# add style to omit pointer evasion of help window


2010-04-27  Thomas Lange [tl]  <tl@openoffice.org>  [f314767ccc306bf402e0f8d2b6c0152e654c2fd5]

cws tl79: merge with DEV300_m77


2010-04-27  Herbert Duerr [hdu]  <duerr@sun.com>  [e146a243f3de67c71e87450222a3cec87edb3893]

#161963# use modulo-2 arithmetic for access into indirect glyphid array


2010-04-27  Christian Lippka  <christian.lippka@sun.com>  [8a20241413a548497278c267c9aba464b7dd632d]

#i107213# notify a11y api if a toolbar popup window is opened


2010-04-27  Herbert Duerr [hdu]  <duerr@sun.com>  [370c0452e4521ef0892063319fb4bfc67605c867]

vcl: use language in glyph fallback lookup through fontconfig


2010-04-27  Mikhail Voytenko  <mav@openoffice.org>  [cee799bf951ceb2e1d5aff7a08d26ca400b9d7aa]

Merge to DEV300_m77


2010-04-27  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [784c7c3d69fdbc301a97da1049caf883dda81b4d]

CWS gnumake2: refactoring


2010-04-27  Thomas Lange [tl]  <tl@openoffice.org>  [ba45ced23c0fcd5f183e74dd9f04ce489a7af2c4]

cws tl80: #i103552# Japanese word for 'shutdown' added to ja.dic


2010-04-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [8a57967fc2d785a63f148c22a2673f75458e9063]

vcl111: #i103999# fix problem with moblin theme (thanks tml)


2010-04-26  sb  <sb@openoffice.org>  [b75a66c4dc8888c473b44b4060c9b820566c965e]

sb120: #i111159# made XMessageBoxFactory test code more robust


2010-04-26  sb  <sb@openoffice.org>  [b86f3f4cd0a68af3d20458c7a29d46113c3eaddf]

sb120: #i111159# disabled failing tests for now


2010-04-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [41171428228a8e49a6509d714ec538f7e0605705]

vcl111: #i111106# simplify XIOErrorHandler (thanks cmc)


2010-04-24  Mathias Bauer  <mba@openoffice.org>  [5dc08cca3e0ee119b9149d854b0915dc1c3d2380]

CWS gnumake2: small error in makefil


2010-04-23  Michael Stahl  <mst@openoffice.org>  [0cbeb181f05f183be968b5abdd20777c8b8836dc]

gnumake2: tools: always link zlib statically


2010-04-23  Michael Stahl  <mst@openoffice.org>  [150f9804de9840df2403fd6892e0d9d8b43eaca6]

gnumake2: svtools: always link against stl


2010-04-23  Michael Stahl  <mst@openoffice.org>  [bb1587c88027df94f99bae23cc47abc0ff1c2ed0]

gnumake2: rscdb.cxx: fix format string


2010-04-23  Mihaela Kedikova  <misheto@openoffice.org>  [0ddf5d049ba0e3340ac24ff9f660bc4ce8da8574]

gridcontrol_03:bug fix for #i111107#, added update methods to xgriddatamodel


2010-04-23  sb  <sb@openoffice.org>  [dd603cc3e9f1e7ef6890754b8b7791d326448871]

sb120: #i111113# disabled failing tests for now


2010-04-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [3e7a9fad0d376487c1705d58ab6896e229679a1a]

writerfilter08: merged DEV300_m77


2010-04-23  Herbert Duerr [hdu]  <duerr@sun.com>  [7318a882cdb722f05023745aeeebc03c6a121b75]

#i111108# do not prefer fontconfig familyname because of i79878


2010-04-23  sb  <sb@openoffice.org>  [4ce6ec4ef0663f8169bbe95b7b287a18dd31f92f]

sb122: merged in DEV300_m77 via cws/sb121


2010-04-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [811ae1d07919756da747ca4d3470815772902d17]

vcl111: #i59974# improve single key commit hack


2010-04-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [07cad6a1731769abd2fc034d588898e90911d1bf]

vcl111: #i108490# condition for error message was to broad


2010-04-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [3d6a1c49bf2e272afb015da14e18c8b40692b360]

Update from master repository (DEV300m77).


2010-04-22  sb  <sb@openoffice.org>  [15256035ac53cd98a5fefc1911ede65654f41b9e]

sb120: #i111076# disabled failing test for now


2010-04-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fc2e376e273966afcaf69cb2b2d1610d0a0a2fee]

slidecopy: proper include (the undelivered version of ctrlbox.hxx is not below 'svtools')


2010-04-22  Caolán McNamara  <cmc@openoffice.org>  [ecc721f3ba9cecd47f6c87e334f79f1db06d9013]

cmcfixes74: #i110989# make sure preextstl.h will work even if the namespace std hasn't been opened yet


2010-04-22  sb  <sb@openoffice.org>  [3323c51bb66191522321a11c95a836f76036c483]

sb121: merged in DEV300_m77


2010-04-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6eeb38c38f4eba8eb759d65a85253c7a51fa4f84]

slidecopy: make the visualization window mouse-transparent


2010-04-22  Dirk Voelzke  <dv@openoffice.org>  [1a226777731ad5c9e4ad820ff3dd6717415cf85f]

dv12: merge with DEV300_m77


2010-04-22  Dirk Voelzke  <dv@openoffice.org>  [17097318c002da91543492472ff6dee7a6e03e73]

dv12: merge with DEV300_m76


2010-04-21  Caolán McNamara  <cmc@openoffice.org>  [971b487c7f03813c8fe4adba4b1706ce99225311]

cmcfixes74: merge with DEV300 m75


2010-04-21  sb  <sb@openoffice.org>  [f43f2fabd2d8621afa2dbb1e0bfe29addadaced0]

sb120: merged in DEV300_m77


2010-04-21  Michael Stahl  <mst@openoffice.org>  [95513947be39aaa879a6e64e13163490005f1984]

gnumake2: value of $GUI is uppercase UNX


2010-04-21  Mathias Bauer  <mba@openoffice.org>  [59945cfec91fe8d65a28b5cb7b31571802f38cac]

CWS gnumake2: small fixes in makefiles


2010-04-21  sb  <sb@openoffice.org>  [0259fc910fc4db97781ee3f2ab01a21b509fe8b6]

sb120: #i111047# disabled failing tests for now


2010-04-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [cf962a597ffd2f6634e9d2c9b13f9f2ed31d48f5]

CWS gnumake2: merging minibranches


2010-04-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [fdeb5df7ce60a94db422af5911d403809d71de42]

CWS gnumake2: not using implicit rules


2010-04-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [a882af09361fea73ca316e2a69b3a161df26a32d]

CWS gnumake2: various fixes after merging with DEV300_m76


2010-04-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e48779f181beb424811e3d638dcc3797063eedf4]

sllidecopy: inject an artifical A11Y component into the A11Y object hierarchy, for ZoomText to actually read the tool panel deck drawers


2010-04-21  Ivo Hinkelmann  <ihi@openoffice.org>  [32142fbd92053d30d13511cbb9845ab8776636ae]

#i100845# let -o switch write several files into one directory


2010-04-21  Mihaela Kedikova  <misheto@openoffice.org>  [49eae35292ea29f02e2ec9e06ab57b95e2a99d35]

gridcontrol_03:fix for #i110947#


2010-04-20  Herbert Duerr [hdu]  <duerr@sun.com>  [9284e4de1afcd25ed9c7f17f352804ac168cc490]

remove compile warning


2010-04-20  Mathias Bauer  <mba@openoffice.org>  [087e97ac818825d176d8dabaef28402dc44b944b]

CWS gnumake2: move all delivered headers in svx to inc/svx; remove unused or useless headers


2010-04-20  Herbert Duerr [hdu]  <duerr@sun.com>  [a3c4ada3d45f53887987f2ab42c688d897f623c1]

#i108743# destructor of ImplFontCharMap becomes public


2010-04-20  Herbert Duerr [hdu]  <duerr@sun.com>  [ea73c8fbd912ded64e0d403084ce02a2c7e5ac28]

#i107360# moved trapezoid tesselation into basegfx


2010-04-20  Mathias Bauer  <mba@openoffice.org>  [699219e542048ee8b1647122b313d919e0ecf2f3]

CWS gnumake2: move all delivered sot headers to inc/sot


2010-04-20  Mathias Bauer  <mba@openoffice.org>  [8f2039d74fef9bf72218b380a103e88b09b4fdc2]

CWS gnumake2: move all delivered rsc headers to inc/rsc


2010-04-19  Mathias Bauer  <mba@openoffice.org>  [8d830d4c3a17bc49c69a8625bfe90d1644b3b050]

CWS gnumake2: remove duplicate header in solver: vcl/imagebtn.hxx is just a copy of vcl/button.hxx


2010-04-19  Mathias Bauer  <mba@openoffice.org>  [cc775b7c379ab6cb18335be0bc3857fc52f7e4d7]

CWS gnumake2: removed files in svl; typo in svtools makefile; missing include in sfx2 makefile


2010-04-19  Christian Lippka  <christian.lippka@sun.com>  [4a94d4423f6a5a65ebcc9995b3d7460469608cb3]

do not show icons in menu if this is disabled


2010-04-19  sb  <sb@openoffice.org>  [0585baeac6e6a8ac4d037d509b0f0948372646e0]

sb120: #i110988# disable failing tests for now


2010-04-19  Kohei Yoshida  <kyoshida@novell.com>  [387f2053714fe872a09407d2128b2dbda95b1eb7]

koheiautodecimal: rebased to DEV300_m76.


2010-04-19  Release Engineering  <releng@openoffice.org>  [651210de6c80ae79903c0025459737659e578feb]

DEV300 masterfix: #i10000#: adapt to cppunit changes by CWS sb118, fix license headers


2010-04-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [d6e4850dbdd39a0117b7b6e28b551e57ab89fbee]

CWS gnumake2: made resource location in default_images customizable for nonconforming modules (toolkit,framework,sfx2)


2010-04-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [149caf468bfab859a92fcc6d2dfb6a49d37b1c68]

slidecopy: when pressing RETURN on the drawer of the active panel, focus this panel


2010-04-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [127177164b5f3c3079646b3c37e59027613bfd0f]

slidecopy: proper Z-Order for the single drawers, so TABbing works as expected


2010-04-17  Mathias Bauer  <mba@openoffice.org>  [9337953fbe8866cda5b6a2877195fc74a0274e8e]

CWS gnumake2: rebase to DEV300_m76; fix build problems


2010-04-17  Mathias Bauer  <mba@openoffice.org>  [1a06d15e1d5a83b248a888854722c883713f7413]

CWS gnumake2: new gbuild system


2010-04-17  Eike Rathke  <erack@openoffice.org>  [a938925949e7a56d60c96e9f5bbf0ecc89ed1ab9]

locales33a: #i110235# correction to Latvian locale data; patch from <tranzistors>


2010-04-16  Mathias Bauer  <mba@openoffice.org>  [703b9515a7cb12c8aa0b9072afba7602c465caa9]

CWS gnumake2: enable rsc to use cygwin compatible syntax in cmdline on Windows


2010-04-16  Mathias Bauer  <mba@openoffice.org>  [ef076bd3b5908b09a386a5f09f51888e23ed4a2f]

CWS gnumake2: move delivered header files from sfx2/inc to sfx2/inc/sfx2; removed unused code; avoid delivering sfx.srs to solver


2010-04-16  Mathias Bauer  <mba@openoffice.org>  [0a632b8ca49054253fa849aae4f31d90b5c78668]

CWS gnumake2: move delivered header files in from svtools/inc to svtools/inc/svtools; remove ununsed files; remove svp.res


2010-04-16  Mathias Bauer  <mba@openoffice.org>  [809eeaaaec8c3b16bddc52a05e25a0fe1c90d27d]

CWS gnumake2: move delivered header files in from svl/inc to svl/inc/svl; remove ununsed files; rename svs.res to svl.res


2010-04-16  Mihaela Kedikova  <misheto@openoffice.org>  [7d4bb1597ed90018b3a2c76021e1a55bfd860ac1]

gridcontrol_03:fixes for #i110947#, #i110521#


2010-04-16  Christian Lippka  <cl@openoffice.org>  [ebe0caadbd047cb9455477ec2dcb9076127c0bf4]

#i108132# dispose stylesheets to avoid dangling references


2010-04-16  Daniel Rentz  <dr@openoffice.org>  [da62b5149516d17b9989481b5196e5a7b58d9b4e]

npower13_objectmodules: use document frame from media descriptor


2010-04-16  Herbert Duerr [hdu]  <duerr@sun.com>  [35c7b3e238776d6b9b17405f1ec216afc8d7db21]

#i108743# fix psp\'s getGlyphWidths() for non-type1 fonts


2010-04-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [564e655230e8b1e1611484cf4d202b3f7e763a7d]

dba33f: merge with m76-branch


2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [84f2ea49d18a2bdf517457ce6d53faac698478d8]

DEV300: merge masterfix ea9085d6db4c@DEV300


2010-04-16  Rene Engelhard  <rene@openoffice.org>  [dcd040383766c99221db7e5d8407e634a4e2e48f]

kfreebsdport01: add kFreeBSD port patches from http://bugs.debian.org/578023


2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e4ce2ce9789b5a380d5a7ad2f32f66940a480b7]

CWS-TOOLING: integrate CWS sb118


2010-04-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b871564801153ef49fdc75a6b7c75d3e7dbd80ff]

nativeb: #i110915# adjust image/text alignment for flat buttons


2010-04-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c067b6499173624ff8d8a7b86998903d12111584]

nativeb: #i110915# make flat buttons even more flat


2010-05-07  Ivo Hinkelmann  <ihi@openoffice.org>  [69798ebfbb2708350394d9819479ec49c0c37e15]

CWS-TOOLING: integrate CWS tkr33


2010-05-07  Ivo Hinkelmann  <ihi@openoffice.org>  [47ff5f36ce9893ecd2cca5669eed121aa364c213]

CWS-TOOLING: integrate CWS sb121


2010-05-06  Ivo Hinkelmann  <ihi@openoffice.org>  [82e2ffa7b0d4b90c5c62955dd43d2272eaea6872]

ooo321gsl05: #i110980# prevent wmf import filter to resolve too many clip actions


2010-05-06  Ivo Hinkelmann  <ihi@openoffice.org>  [20b17feaa4ef32b3138610d9a3619e5d0691b21a]

ooo321gsl05: fix wrong order of initializers


2010-04-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [06f5a168a728ba333d40265efd2c2500b11325c9]

ooo321gsl05: #i107249# update fullscreen handling


2010-05-06  Ivo Hinkelmann  <ihi@openoffice.org>  [6cb1e6a0a5003e9e4efba781563992ac2a19ee42]

ooo321l10n: added support for hi qcv-ES sq, removed hi-IN


2010-04-15  sb  <sb@openoffice.org>  [3c757e0dd17760172593dca280801142dd4274c8]

sb120: merged in backout from cws/sb118


2010-04-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [06063cc02611b392f7e05c2d9c4936ff1b33093b]

slidecopy: #i10000# (unxlngi6)


2010-04-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [dd177642e5f3848c4ecfce369db851d1fc893182]

merge


2010-04-14  Daniel Rentz  <dr@openoffice.org>  [8eafeab4e3da852fb68316818d09c5400a043ad9]

npower13_objectmodules: make vba import available in oox filters


2010-04-14  sb  <sb@openoffice.org>  [c27d2f576b39c6687e026593d49e9e2d670a2daa]

sb118: merged in backout


2010-04-14  Herbert Duerr [hdu]  <duerr@sun.com>  [a231a4f259159543f1f9e5503c3ce8a65b229185]

#i110240# fix emulation of hflex/hflex1 type2ops for type1 subset


2010-04-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4ccd3e6b2d6ff4aec7b36dc5dd483bce0992db8a]

slidecopy: re-implemented the TaskPane's "View" menu in SFX, using the code formerly found in SD


2010-04-14  Thomas Lange [tl]  <tl@openoffice.org>  [a9714256bd4e3186f964cd2f6afd121756535c3d]

cws tl74: merge with DEV300 m76


2010-04-14  Herbert Duerr [hdu]  <duerr@sun.com>  [48db99ebfdb1554e69fe25d9af61a9adaba9b9c9]

#i107915# fix vertical writing for non-BMP CJK chars


2010-04-13  Ivo Hinkelmann  <ihi@openoffice.org>  [0c28d4e56158a41a4e9d68483ef1a1e1c925f3f4]

l10ntooling18: #i109378# set path to gsicheck in localize.pl


2010-04-13  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3489adfb19d748fb13f2bdd7c63b30538eda31a1]

slidecopy: moved SD's task pane implementation to the new base implementation from SFX. Still not all previous functionality restored.


2010-04-13  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8924e00cb8f4d0c7c22d0769267108e33534974f]

slidecopy: make compile with GCC


2010-04-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [be6a64a8234ee807fcbc492e1d7c192eae6416df]

slidecopy: merge


2010-04-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e148aa867597dee4ea289325b8e3deab09625f54]

merge with DEV300_m76


2010-04-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6ff1f2cf02e02c532ab8f5767a06433d5bf9dd5f]

merge


2010-04-12  Steffen Grund  <Steffen.Grund@sun.com>  [1ff2ea227e3c891000d0d2c71cd9779cbda380e5]

sg01: merge with DEV300_m76


2010-04-12  Ivo Hinkelmann  <ihi@openoffice.org>  [da9717e913e6f8c31993cc24ba8bd644a8272179]

#i110810# rename output files


2010-04-12  sb  <sb@openoffice.org>  [8a3423fe0021dba9dda08abb185ff9d3a9a81717]

sb122: merged in DEV300_m76 via cws/sb121


2010-04-12  Herbert Duerr [hdu]  <duerr@sun.com>  [03983e84937003b0fc0f8bbb96c1f96486975771]

#i110806# fix stlport debug assertion (thanks dtardon)


2010-04-12  Christian Lippka  <christian.lippka@sun.com>  [31b93d306507cab621508c789a23a77bac162362]

impress188: rebase m76


2010-04-12  sb  <sb@openoffice.org>  [91d627c438a6bfae32ea9b5d96a6f51c94bb1dfa]

sb121: merged in DEV300_m76


2010-04-12  sb  <sb@openoffice.org>  [1711e014bca779fe5d7f17544d14bf5ffc18b5c1]

sb122: merged in cws/sb121


2010-04-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [26e8443a4ac36ffb8f67c56fe1e0b0bbf46cc332]

slidecopy: proper deletion of 'argv[iXhp + 3]', will cause assertions otherwise, which break the build in instsetoo_native


2010-04-12  Christian Lippka  <christian.lippka@sun.com>  [fc78ea60e82bf611248092106588e12b4e28e51d]

renaissance2: rebase m76


2010-04-09  sj  <sj@openoffice.org>  [5ce5740715459be9ceb94144f606572532fda339]

impress190: #110673# applied patch (removed some Boundchecker warnings)


2010-04-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [473f4219dd5b3b8e86cb5dbff846be4939580c7b]

Update from master repository (DEV300_m76).


2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ad66d899052c0e35c09347d63e7929a1c493f306]

slidecopy: separate resource ID number circles for svl and svtools (thanks to MBA for the patch)


2010-04-09  Caolán McNamara  <cmc@openoffice.org>  [288a2c2e5364b7ae34e1b11e7de1304d00bb5cf9]

cmcfixes74: merge with DEV300 m76


2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2d3809457d87f235b607be3e3bb4a0cfc9835325]

slidecopy: merge CWS wth MWS-m76


2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2ae860f3463f3956e489696456777aa973ffc8e1]

slidecopy: do nothing in GetFocus if we're just dying


2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d53df55c443bd9aa3f4af7e684f9a98d3be6c76d]

slidecopy: why is the SvBorder class duplicated in sfx2/viewfrm.hxx, when it is (nearly) exactly the same way declared in tools/svborder.hxx? removed the duplicate


2010-04-08  npower Developer  <npower@openoffice.org>  [7c1980c9f60130582b4096419b0fbc3b4c2c5c4d]

npower13_objectmodule: merge heads ( from merge to DEV300_m75 )


2010-04-08  Carsten Driesner  <cd@openoffice.org>  [d9613b10f149b73fe970911dc570f5784315ddeb]

fwk139: #i100512# Eliminate flicker when toolbar buttons make themselves invisible


2010-04-08  Caolán McNamara  <cmc@openoffice.org>  [adaf0dbeefa02ce5d103442326f55ec7463ccf54]

cmcfixes74: #i110050# make tools headers strict-aliasing safe


2010-04-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d1abfdecdd0e99658e0fb687c9af3fe44483b109]

slidecopy: default WinBits to WB_DIALOGCONTROL


2010-04-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c9fce42e813818a7e53a553abf12eecdc3ae6c78]

slidecopy: +getNodePath


2010-04-08  Mikhail Voytenko  <mav@openoffice.org>  [ee0f1793b2a2718b497292400cd19181823bce72]

fwk138: #161971# open the OpOfXML documents in repair mode always


2010-04-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [708794516ea760cead0c579e3567cb6ecaf92360]

slidecopy: WB_TABSTOP


2010-04-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [bf364d3f4f60b33c0287f713a99925c57619f279]

slidecopy: added non-ASCII version of the new convenience-ctor


2010-04-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f53fbecf99803ee56cb7903aef43b2aa874f0624]

slidecopy: VCLEVENT_LISTBOX_ENTRY_EXPANDED/COLLAPSED => VCLEVENT_ITEM_EXPANDED/COLLAPSED (to allow re-using it in the tool panel drawer items)


2010-04-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [36a53c10ca745765f515437de92bc56e3fbbc91e]

slidecopy: A11Y implementation for single ToolPanelDrawer instances


2010-04-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3892aebe2f3cd6e7aa0c9aa1c2d91a5290fb02aa]

slidecopy: outsourced the TaskPane/ToolPanel's drawer (TitleBar, type TBT_CONTROL_TITLE) from sd to svtools, to be used with generic tool panel decks, not only within sd

diff -r b53c58c139b0 -r 348318a2bab4 default_images/sd/res/triangle_down.png
Binary file default_images/sd/res/triangle_down.png has changed
diff -r b53c58c139b0 -r 348318a2bab4 default_images/sd/res/triangle_down_hc.png
Binary file default_images/sd/res/triangle_down_hc.png has changed
diff -r b53c58c139b0 -r 348318a2bab4 default_images/sd/res/triangle_right.png
Binary file default_images/sd/res/triangle_right.png has changed
diff -r b53c58c139b0 -r 348318a2bab4 default_images/sd/res/triangle_right_hc.png
Binary file default_images/sd/res/triangle_right_hc.png has changed
diff -r b53c58c139b0 -r 348318a2bab4 default_images/svtools/res/triangle_down.png
Binary file default_images/svtools/res/triangle_down.png has changed
diff -r b53c58c139b0 -r 348318a2bab4 default_images/svtools/res/triangle_down_hc.png
Binary file default_images/svtools/res/triangle_down_hc.png has changed
diff -r b53c58c139b0 -r 348318a2bab4 default_images/svtools/res/triangle_right.png
Binary file default_images/svtools/res/triangle_right.png has changed
diff -r b53c58c139b0 -r 348318a2bab4 default_images/svtools/res/triangle_right_hc.png
Binary file default_images/svtools/res/triangle_right_hc.png has changed
2010-04-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [63aff8d17c674247359e7afc0f696000747e94c6]

slidecopy: if there's no active panel, focus the panel selector, when getting the focus


2010-04-07  Carsten Driesner  <cd@openoffice.org>  [4caf2c40555a698286700079ef7d25e41f83840c]

fwk127: #i105851# arguments to memset are the wrong way around


2010-04-07  sb  <sb@openoffice.org>  [25c45bb852f1cad4f242924d11331d5ed5052214]

sb120: merged in re/DEV300_next towards DEV300_m76 via cws/sb118


2010-04-07  sb  <sb@openoffice.org>  [0193342f55dfe812f982d7ecd79f09eab71339cc]

sb118: merged in re/DEV300_next towards DEV300_m76


2010-04-06  Joachim Lingner  <jl@openoffice.org>  [56d034c526fff7a5ae3529ff05ddfe4fe67f09e2]

jl152 import 263445 from native0jl:#i77196# supporting extension help


2010-04-06  sb  <sb@openoffice.org>  [203348c0dcb76767fa77835ee2fd461c4bb38abf]

sb122: #i110548# extension native libraries linking against basis layer; new extension dependency deployment-repositories


2010-04-06  Martin Hollmichel  <mh@openoffice.org>  [decdfe9c0b4a8160c9b178dae218c3fcdf2092ee]

nativea: #i110249# chg copyright


2010-04-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [05ada2dd9edd5076b3ec1869d3bb0123aa8d6231]

slidecopy: merge


2010-04-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7a12e47b61c1fb2c656313a88c6b198f6fe0b912]

slidecopy: when activating a panel, also resize it. Cannot guarantee it has been done before ...


2010-04-06  Daniel Rentz  <dr@openoffice.org>  [b6561a31ff391b90a83a0b0c9ecfde7b24ecc740]

tl78: compiler warning


2010-04-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [cbd9410a21462e7322e927dff28857afbaf98174]

slidecopy: Load: when reporting a failure as assertion, also display the name of the image which could not be loaded


2010-04-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [df71470dd66762ebccea384476d02a987143af7f]

slidecopy: silence warning 'bout unused parameters


2010-04-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f2d97180b2c993ae3e4f6640c205f61b1fe9159e]

slidecopy: when notifying listeners, loop through a copy of m_aListeners, to show a little tolerance against listeners being removed during the notification


2010-04-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d0227cfaa661e6800c286612854fa79cc1fabaab]

slidecopy: the A11Y API for the PanelTabBar now also includes the scroll buttons


2010-04-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [12aa5cbaaa4a7782540653aa113aa052583abddc]

slidecopy: removed unused resource file


2010-04-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9f03d4afec661c2cd3e7edfa58f54092857158fd]

slidecopy: typo, relayout did reset the wrong button rect


2010-04-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [963d98bdb1fbcd7f010faf0d91d61e0b7030a973]

slidecopy: make Get(CLient)WindowExtentsRelative const


2010-04-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a0cb719524d02fbff4f502a0ebe3f851a0f802df]

slidecopy: improved A11Y API implementations for the ToolPanelDeck items left: - A11Y representation of the scroll buttons of the PanelTabBar - AccessibleToolPanelTabBar event notifications - consolidate AccessibleToolPanelDeck/TabBar/Item?


2010-04-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6da25b1402cba9f9db0b05144a61092ee5b448a5]

slidecopy: initial version of the A11Y API for the tool panel deck's tab layouter. Effectively, the implementation showed that the current appraoch of the Deck having n+1 children (n panel selector items, plus one active panel) doesn't work. So, a next step will be a re-factoring so that the PanelDeck has 1+x children, where x children are provided by the layouter.


2010-04-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [acfa2fcccbe1d70f1848bda46c292b6ace9c591e]

gozer1: #161853# provide access to Window class and WindowArranger through XPropertySet


2010-04-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ce539827fbb0b04a82ae7a29eef5f0a01efd66a0]

slidecopy: #i10000# (unxlngi6)


2010-03-31  Eike Rathke [er]  <erAck@sun.com>  [450c35e9386d86ea9c469414e4348ccd1a446b70]

OOO321l10n: #i110522# added qcv-ES for Catalan Valencian l10n


2010-04-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f50dfaf87b3279753ecffa6c84b9dbb377d9dbf2]

fwk140: #i110769# fix highlight issue with new flat buttons


2010-04-12  Herbert Duerr [hdu]  <duerr@sun.com>  [ad6196423171e36b9444f285c08c4982972e910b]

#i110387# use strhelper\'s implementation for dbl2str


2010-04-12  Herbert Duerr [hdu]  <duerr@sun.com>  [f501d65caee94bba8592b50b603a2312c13367ec]

#i110387# replace dummy implementation of cff dbl2str


2010-04-12  Herbert Duerr [hdu]  <duerr@sun.com>  [9afb7a07dbf1f564443c1af62533e657dd9b0ae3]

#i110387# avoid libc localization for strings in font subset


2010-05-03  Ivo Hinkelmann  <ihi@openoffice.org>  [971e201f89587a3139831119e0b7408f35aa509e]

CWS-TOOLING: integrate CWS cloph14


2010-04-23  Christian Lohmaier  <cloph@openoffice.org>  [49c3201b684f2770ed3349e6871491bc286b2599]

cloph14: merge with DEV300_m77


2010-03-31  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [80818835eacdee9b2b7b04a4a4bf3dcd2f26b1e9]

slidecopy: Dying: care for multiple listeners being removed during calling into one listener's Dying


2010-03-31  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5314ef52c566d9758be982692e6331647eb660dc]

vcl111: #102694# more hacking for metacity and tool windows


2010-03-31  Vladimir Glazunov  <vg@openoffice.org>  [d1013afeaea3a44c485f77f4fce1c79f802366bf]

CWS-TOOLING: integrate CWS mingwport29


2010-03-31  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [379b089e1d1cf7b13ad87ad5cae032bc430cda49]

Automated merge with ssh://hg@hg.services.openoffice.org/cws/slidecopy


2010-03-31  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3996dba90a87c498612a7191382b04c9b060b8b2]

slidecopy: #i10000#


2010-03-30  Mikhail Voytenko  <mav@openoffice.org>  [973342b3ec13c12db4af67d6646976efb61a6d87]

tl78: #i110383# support password to modify


2010-03-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [21412e8cc6606e76b32ede6c04f5b2294669f68f]

slidecopy: more A11Y implementations for the ToolPanelDeck


2010-03-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2a43bfd37035d130f8ffc9b99eae76258cc2e0b2]

slidecopy: A11Y for the ToolPanelDeck VCL control


2010-03-30  Christian Lippka  <christian.lippka@sun.com>  [d1ff8076addb017401677fa8ba538fbd00dfaaea]

fixed compile warnings


2010-03-27  Christian Lohmaier  <cloph@openoffice.org>  [3bff72df137cb5406090b8b5f8d5e1645f2b294f]

cloph14: #i110441# remove obsolete files no longer needed for Aqua version of OOo


2010-03-26  Christian Lippka  <cl@openoffice.org>  [61891e2c46f470b7f273c75827aa9a4280ef1f76]

removed unused code


2010-03-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [83ea4ec6079af2b892ff8d4596898429ba30c5e3]

vcl111: #i92094# use current event for GetPointerState


2010-03-25  Ivo Hinkelmann  <ihi@openoffice.org>  [d7fb010900aeecf23722e287d87476aae7fed9db]

cws l10ntooling18: #i110394# Introduce the variable %OOOVENDOR


2010-03-25  Ivo Hinkelmann  <ihi@openoffice.org>  [a89205177f0381be4704c0d58ee2beac592327fe]

cws l10ntooling18: #i109622# try to auto fix bad quote


2010-03-25  Christian Lippka  <cl@openoffice.org>  [8a483c0af199322f144f1540814ced68bb27270a]

fixed unix compile warning


2010-03-25  Christian Lippka  <christian.lippka@sun.com>  [210856d5bfe4ae745013a94a00c6daa6078e3446]

merging


2010-03-25  Christian Lippka  <cl@openoffice.org>  [e72616eca50e105f8d1b765240ba75cce5c0a2dc]

reworked toolbar menu painting


2010-03-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [a8dad31f981e80c922a8b99a95571bbcdc245f8a]

gozer1: #161853# add hierarchichal named children


2010-03-24  Thomas Lange [tl]  <tl@openoffice.org>  [25025f36e375a4417ce5ae0ef9934294b18b7750]

cws tl78: merge with DEV300_m75


2010-03-24  Thomas Lange [tl]  <tl@openoffice.org>  [4fa929e6db63cdc0280fe8c45ea8e060b47d75f3]

cws tl74: merge with DEV300_m75


2010-03-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [cc7fe1b66e0d6bdf20ef7ee701ff10c495cd8787]

vcl110: #i110356# spelling


2010-03-24  Oliver-Rainer Wittmann  <od@openoffice.org>  [62aa3ac9b8b575639d8f7527d219176fdc5378a4]

sw321bf01: fix compiler warning


2010-03-24  tono  <tono@openoffice.org>  [30a8377c7a101bb78cc28647a193674079ff8db4]

mingwport29: merge with DEV300 m75


2010-03-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [fbb63ca1099a69a721de262325298fda19515d11]

vcl110: #i60481# fix HasGreyPalette for 1 bit


2010-03-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c29f30d03a8128d5bd43c164be5556b12d27dbd1]

vcl110: #i103162# avoid busy loop in non mainthread execute


2010-03-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [87f332b47cf49eb1cbf4dec03ccf53b8fb20d297]

vcl110: #i103162# avoid busy loop in non mainthread execute


2010-03-23  Christian Lippka  <christian.lippka@sun.com>  [4ab0cc2fa6d781638572e23a60863169113ef700]

merge


2010-03-23  Christian Lippka  <christian.lippka@sun.com>  [6c49feeaeb0125d47570618300cdd109e0b5744c]

adjusted spacing of menu items


2010-03-23  Christian Lippka  <christian.lippka@sun.com>  [dd63ec6e5a5bdc908a6241656e831d3d99bfcd56]

fixing build problems on unix


2010-03-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b47c46d6129e92210c787889e628bddd27252975]

gozer1: #161853# put an on demand WindowArranger on Window


2010-03-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [bc3f0effe920ead420c79c4cda9889ed75f96b3b]

Update from local repository.


2010-03-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [3a788dfb7f6aaecea0eebbfadb2ddf5871b91c07]

Update from master repository (DEV300_m75).


2010-03-22  Herbert Duerr [hdu]  <duerr@sun.com>  [ab748a74bd29d374cf6d681538bff03a197647a0]

rebased to DEV300_m75


2010-03-22  Herbert Duerr [hdu]  <duerr@sun.com>  [da3f4df9b0c61b6a006a1a208b715bf583b9971e]

#i101552# minor finishing touches on CWS gfb4win02


2010-03-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0ffcf879e06a2ef76be690d87e168a8986d177ea]

merge with CWS ppp02


2010-03-22  Herbert Duerr [hdu]  <duerr@sun.com>  [23881caf177ff7f6aed2497ab019d7ade22b7cd9]

#i101552 update the win-gfb unicode->language list


2010-03-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [8ea5423286eac2745f7846b3e91d8f2a70d52da2]

merge


2010-03-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f1ec16c4d92d1bb741e0efbe1b7dc27e42b4ab96]

vcl110: #i110227# fix default wheel behavior


2010-03-22  sb  <sb@openoffice.org>  [efee99844a5c68d21ce74fec9f88e5bea72ec5a7]

sb121: acquire solar mutex around Application::Reschedule


2010-03-22  Mikhail Voytenko  <mav@openoffice.org>  [3eefe100febcb3ec6482b35de3a831bb29e9ca3a]

sw321bf01: #i106861# encode the display name


2010-03-21  Christian Lippka  <cl@openoffice.org>  [04b233b62c02915783fbe0862d743f0b94f4b6fb]

Adding PopupMenuController to allow PopupMenuControllerBase dervivates to be used in toolbars


2010-03-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [aad61b8671bc8386dc4780eb6a81a2027268cc14]

vcl110: #i93672# hide fonts button in fontconfig case


2010-03-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [3928bd0936bb31ab4d4eab49090d218b58e5d99f]

gozer1: #161853# add default border depending on App font


2010-03-19  Thomas Lange [tl]  <tl@openoffice.org>  [8c32c1b89dcdd5ddfe49f16d689a514082bdc76b]

cws tl79: merge


2010-03-19  Thomas Lange [tl]  <tl@openoffice.org>  [27b61519e57807d2ea340746d90abebb76698d0f]

cws tl79: #i110254# new 'Security' tab page


2010-03-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [77fee66060e1968de7c3d6c8dd9091d8e77ec90c]

vcl110: #i110219# remove unnecessary beep


2010-03-18  Mikhail Voytenko  <mav@openoffice.org>  [2f373b526f13a21aa25330a4f6202aa6560a7099]

merge


2010-03-18  Kai Sommerfeld  <kso@openoffice.org>  [a2f5ef51a296b07bb179e7396897c87de552bc82]

#i110213# - credentials handling improvements.


2010-03-17  Kai Sommerfeld  <kso@openoffice.org>  [78ac277dc9b49816c0fe9222fe6deb589cc959b8]

whitespace cleanup.


2010-03-17  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6cd3ea89cadb2b762f143411d0c9796444412441]

vcl110: #i103230# add row/columns attributes to tables


2010-03-17  Steffen Grund  <Steffen.Grund@sun.com>  [5368c5f116fc4151d70a34805620216d5926fafe]

sg01: merge with DEV300_m75


2010-03-17  Niklas Nebel  <nn@openoffice.org>  [2c2d3f2af85e327b8a453c20b77faceed9dafaca]

dr73: merge with DEV300_m75


2010-03-17  Herbert Duerr [hdu]  <duerr@sun.com>  [d308617edf842a70717a5ecf3d3c2fc93d555776]

#i110023# fix attribute based font matching


2010-03-17  Herbert Duerr [hdu]  <duerr@sun.com>  [2a527acffc66003978207a5476a3a4d9879a3422]

#i110078# cache dynamic font options


2010-03-17  Herbert Duerr [hdu]  <duerr@sun.com>  [04ff29b7626ea55594625b66f2b150c5eba3e2d6]

#i110165# prevent NULL option for cairo_ft_font_options_substitute()


2010-03-17  Christian Lippka  <cl@openoffice.org>  [2c464bf2b10864a3aa0a7f5630eae944c9341a30]

renaissance2: rebase m75


2010-03-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d9cd6e4e9c4f3d68919e0583df5ddecc215c4d94]

merge with DEV300_m75


2010-03-16  Thomas Lange [tl]  <tl@openoffice.org>  [ce89cee3eaff7d4cd42b96e07e2b0e25cdaeb5da]

cws tl79: #i110053# remove old svtools LoginDialog


2010-03-16  Thomas Lange [tl]  <tl@openoffice.org>  [6e13c2cd3d801d021af74988d66f55344b119270]

cws tl79: #i110053# remove old svtools LoginDialog


2010-03-15  Caolán McNamara  <cmc@openoffice.org>  [56a3ed4b64825d321eaef1132ecb0e3c157f7718]

linuxaxp01: #i110145# first cut


2010-03-15  sb  <sb@openoffice.org>  [84ff89e8f80fdd72f9ebc2506595dd91639fd6d3]

sb121: #i109146# further fix in assertion logic (see <http://www.openoffice.org/servlets/ReadMsg?list=dev&msgNo=26776>)


2010-03-15  sb  <sb@openoffice.org>  [fdaccb1a85122d47b7e33b78a55ffa05a862271c]

sb121: merged in DEV300_m75


2010-03-15  Thomas Lange [tl]  <tl@openoffice.org>  [7498509b51abcf349dff975684359b0ded12bd50]

cws sw321bf01: #i107843# em-dash/en-dash breakiterator fix for spell checking


2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd3d4aceb179ba48d169b8de01a4aabe73ab70fd]

CWS-TOOLING: integrate CWS dtardon02


2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [587e19577d6b3db249ab4ea37118b14eb2df4fb4]

CWS-TOOLING: integrate CWS cmcfixes73


2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [20eec1db58bf499793c0d84f924131a6353996f0]

CWS-TOOLING: integrate CWS writerfilter07


2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9bf56ef223355b0d1fd912a55215d1b5ada1edf]

CWS-TOOLING: integrate CWS thbfixes10


2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c01134eee1af67fbb5f4ad9b42bcff02ca72a89]

CWS-TOOLING: integrate CWS ppp02


2010-04-12  thb  <thb@openoffice.org>  [e59d8bae8cadeea926b4fbcf0ab411aedf7b982d]

Merged DEV300_m76


2010-04-02  Caolán McNamara  <cmc@openoffice.org>  [e839bb75e6053d189112e6dc0f7c96c14d70359c]

cmcfixes73: merge with DEV300 m75


2010-03-31  thb  <thb@openoffice.org>  [d3b78b7b17c35e6d49670a932a325bd5adadb2af]

Merge DEV300_m75

 * resolved two conflicts caused by lineend changes in
   canvashelper_texturefill.cxx and implrenderer.cxx. Took the cws
   version, which uses new texture fill semantics, and fixes clipping
   bug
 * binned file header changes from head for deleted files
2010-03-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [2f57d4f46e8bb44190fd3c6ee371c17a336d1e9c]

writerfilter07: merged DEV300_m75


2010-03-18  Caolán McNamara  <cmc@openoffice.org>  [673fd390f377648c497a68e361fe8eabb8f2aec1]

cmcfixes73: #i110069# remove platform-dependent test


2010-03-12  Christian Lippka  <christian.lippka@sun.com>  [a133e63c6f9be3758f3dd8f62052dd5681c28b04]

renaissance2: merge to m73


2010-03-12  sb  <sb@openoffice.org>  [3580bb527f8f0a53acf4909d55a8ff365d48d31f]

sb121: #i109146# fixed assertion logic


2010-03-12  Caolán McNamara  <cmc@openoffice.org>  [179ce0ea0172594c2f4f16bf9a8e452769994680]

cmcfixes73: #i110069# add 61 count for ia64 as well


2010-03-12  Caolán McNamara  <cmc@openoffice.org>  [b398776583428bc78c631d4bffb2288729ef39e3]

cmcfixes73: #i110068# unify headers in one place


2010-03-11  sb  <sb@openoffice.org>  [86ef513dd19b32f26be86b6de88da8feac8bdbc7]

merged in re/DEV300_next towards DEV300_m75


2010-03-11  Christian Lippka  <cl@openoffice.org>  [62c7cf9346b5e7749db525d4b9a39dff9048ea52]

moved toolbarmenu to svtools and reworked to non sfx2 code


2010-03-11  Christian Lippka  <cl@openoffice.org>  [2e9c2323b8eb3d76cde95175be4847264b37799c]

allow popup windows without tear off


2010-03-11  Ivo Hinkelmann  <ihi@openoffice.org>  [7d593aeaad1bd03d4509d54cf1427f2732ab9f8d]

masterfix DEV300: #i10000# gtk version workaround


2010-03-11  sb  <sb@openoffice.org>  [ebd7328fadc73b10cf76a508189ef0c3af77c2c1]

tkr33: fixed spurious merge error


2010-03-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [649da052eb89a1a81e1549137e572418cd7ae2ba]

dba33f: #i110044#: when calculating entry heights, also care for entries without text and image


2010-03-11  David Tardon  <dtardon@openoffice.org>  [0d567c075989cb8348b426a1e2755d5cef48cef4]

dtardon02: #i108509# remove empty files in l10ntools


2010-03-10  Henning Brinkmann  <hbrinkm@openoffice.org>  [f512f1bdf1c2e6c0d88164d496471faf0f43aad8]

writerfilter08: merged DEV300_m74


2010-03-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b5fdf35d754c87041f683e88bc849b9ccc263cd8]

vcl110: #i109855# grow printer listbox if possible


2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [07e1014ebb4a2da274d06aeb18ea94588724fd07]

CWS-TOOLING: integrate CWS fchints01


2010-03-10  Oliver-Rainer Wittmann  <od@openoffice.org>  [de2152a2d1a2d2e42d0595c234674dc6210ddf14]

sw33a11y01: merge with DEV300_m74


2010-03-10  sb  <sb@openoffice.org>  [cab33299b216c0acb41df90d05529ff9afa08305]

tkr33: merged in DEV300_m74


2010-03-10  Steffen Grund  <Steffen.Grund@sun.com>  [3a9866140889c5f7467685363b14bee851690dcf]

sg01: merge with DEV300_m73


2010-03-10  Caolán McNamara  <cmc@openoffice.org>  [4a7d0abab0939a34c494e280c4cc7c6aef7319f0]

cmcfixes73: #i109922# fix new[]/delete mismatch


2010-03-09  Christian Lippka  <christian.lippka@sun.com>  [5e41e31eab14b082824a8cf488ec01fd03e9aaab]

rebase m74


2010-03-09  sb  <sb@openoffice.org>  [a96f2802236112bd4d2c82df3e88b6e764f69ed0]

sb120: #i109978# removed --disable-qadevooo


2010-03-09  Christian Lippka  <christian.lippka@sun.com>  [d0e0e84c2cb515a50121ce70c0dc12f2f32d6995]

rebase to m73


2010-03-09  Oliver-Rainer Wittmann  <od@openoffice.org>  [71d213c3ce5dc444f73f415f978d6a22ce3f1fb0]

sw33a11y01 #i92233# - provide mm to pixel ratio as default paragraph attribute at Writer's implementation of <XAccessibleTextAttributes> for paragraphs


2010-03-09  Herbert Duerr [hdu]  <duerr@sun.com>  [83f7f681bd2c5d1a896ed25aa76007d551bd96a5]

##i101552# use default CJK language determined from the registry


2010-03-08  Herbert Duerr [hdu]  <duerr@sun.com>  [90569b5251051e59e525a724e0e6ebb12f30fec2]

#i101552# use current screenfont list for dynamic glyph fallback


2010-03-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [4f2d42edbd070a83402feef5edd42f5f833fad21]

vcl110: #i109924# remove uninitialized and unused return value (thanks cmc)


2010-03-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [8d91ae55abf2254607c43cfc72d8139374f1c18d]

vcl110: #i109913# use NoToglleOff bit (thanks dtardon)


2010-03-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [581558191b89f2cf443d5c09392b380c914dbdd2]

vcl110: #i109912# removed unused funtion (thanks cmc)


2010-03-07  tono  <tono@openoffice.org>  [d83e3d75ea19812e0964d63d8532fc727d282001]

mingwport29: Windows API version check fix (see i108416 and cws ause113)


2010-03-05  Oliver-Rainer Wittmann  <od@openoffice.org>  [94cac3c6f7218c90469de63acba03f51ecc727b9]

sw33a11y01: #i92232# - provide tracked changes text markups as text attributes in ATK bridge.


2010-03-05  Thomas Lange [tl]  <tl@openoffice.org>  [25eb9292437ea81eb8c2ff8167d047586670977b]

cws tl78: merge


2010-03-05  Eike Rathke [er]  <erAck@sun.com>  [92df3dc6c77ac33d728ca473b4811186e94a3ce2]

dr73: branch merge


2010-03-05  Eike Rathke [er]  <erAck@sun.com>  [2752a678b8aa0900ea1aea72b6e3fa92ec50ff62]

dr73: #i109823# uninitialized variable; patch from <cmc>


2010-03-04  sb  <sb@openoffice.org>  [86187fab0bc14992cb0629a2d6d0acf8cc60f2d9]

merged in re/DEV300_next towards DEV300_m74


2010-03-04  sb  <sb@openoffice.org>  [d8a8558beca84679dea3d07401bd1aa5ac0f4e7c]

sb118: #i109791# improved CPPUNIT_CFLAGS handling


2010-03-04  Thomas Lange [tl]  <tl@openoffice.org>  [ebccd813901ed62b8db2b3776dea624463b73cde]

#i109634# password to open/modify dialog


2010-03-04  Steffen Grund  <Steffen.Grund@sun.com>  [2a66002b6fc8f269b010a4ff4c57c5569654807c]

#161491# further support for own generic schemes


2010-03-04  Steffen Grund  <Steffen.Grund@sun.com>  [0dd652fd8e73fbe2314b709e8fef8a10b4e89e64]

#161491# further support for own generic schemes


2010-03-04  Herbert Duerr [hdu]  <duerr@sun.com>  [1b6ec989a9e8d1f104cbc267a32d016ca086b258]

#i101552# adjust language detection for CJK unified chars


2010-03-04  Daniel Rentz  <dr@openoffice.org>  [d75997c057337aafbe4fd7152cce789eafcf077f]

tl78: #i109779# move new functionality to comphelper::MediaDescriptor


2010-03-04  Rene Engelhard  <rene@openoffice.org>  [9921895b6dce4ea24ea20a122a5096240214c258]

sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too


2010-03-03  Rene Engelhard  <rene@openoffice.org>  [ef8d78860ac70eb08ba5f230a0ce149601032702]

sb118: add forgotten CPPUNIT: in o3tl


2010-03-03  Rene Engelhard  <rene@openoffice.org>  [df1c3f3e1c230567495641ccc177cca6dfd4f74e]

sb118: add --with-system-cppunit


2010-03-03  Daniel Rentz  <dr@openoffice.org>  [5e60020f49f7b0026e64718bd699f53db21289e5]

tl78: #i109779# password2modify: merged from master


2010-03-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e4b1e2bbca07531e513fd37c29782a9ac06424d1]

native0: #161727# implement latest UX changes


2010-03-26  Vladimir Glazunov  <vg@openoffice.org>  [b86072558d437dd08311b514be66d2974a858abe]

#161669# fix WB_HIDE/WB_HYPHENATION clash - transplanted from d7da10da6a44@native0


2010-03-03  Herbert Duerr [hdu]  <duerr@sun.com>  [0613b32e1755ac7162f02f1aa3373fe71f23307c]

"#i101552# avoid fonts with obsolete CMAP tables for glyph fallback" and some minor changes


2010-03-03  Thomas Lange [tl]  <tl@openoffice.org>  [3e834b9e5f99e54243f86707658f7605fc88987b]

#109634# password to modify dialog


2010-03-03  sb  <sb@openoffice.org>  [6ea5fd9143db1186f91aac41840cdf6c6ac5cdfa]

sb118: #i109643# further test disabled


2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [2667b9e7a60814943f112fbda63f52314b06cc33]

CWS-TOOLING: integrate CWS cmcfixes70


2010-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [7ee0f022ff46c2bb8a43ed4a34c30cb75c9e099c]

CWS-TOOLING: integrate CWS cbosdo02


2010-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [3b05d44f6d3cb2d69e1704bcef633657d31d7597]

CWS-TOOLING: integrate CWS sb111


2010-03-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [3991951017cd5c9fa69138e7f2e8a97d45cee07a]

vcl110: #i106575# fix erase from list (thanks thb)


2010-03-01  Christian Lippka  <christian.lippka@sun.com>  [fdb535f7cba3f28ca8946c832c5a50adc224df66]

merge changes from aw079


2010-03-01  sb  <sb@openoffice.org>  [c4052a81f814ad9e5393ac41bcea8d47e95e6137]

sb118: release DisplayConnection::m_aMutex before calling event handlers


2010-02-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5e10688fba22e2f881059614a7d098fa78aad8de]

fix a layout problem


2010-02-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [049ed4d03ca389e0e686c238e3f410312aca94ec]

ppp02: #i108326# missing mac implementation


2010-02-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [051eac1f03fa5f39ad5ac5f74ca0c50ef58b43a0]

vcl110: #i101458# silence warning


2010-02-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [96984e4d773db2d9d354405da048e9fb24a1169f]

vcl110: #i90907# rework mac wheel events, prepare wheel event for pixel scroll data


2010-02-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b22f7a693169e239157b6463b40ec94327481fe0]

vcl110: #i47904# support WM_CLIENT_MACHING, _NET_WM_PID and _NET_WM_PING


2010-02-26  Herbert Duerr [hdu]  <duerr@sun.com>  [b120b66dc07e74cb1066c75ede69fcbf43f2f726]

#i87970# use UCS4+weight as GFB-result cache keys


2010-02-26  sb  <sb@openoffice.org>  [9b24623f7c15db5fa41a25a4d13bbc78496345c3]

sb118: #i109643# disable tests that fail when run in parallel with other applications


2010-02-26  Herbert Duerr [hdu]  <duerr@sun.com>  [2ff69889e36e0be501b5ae9f814520a99de34eb2]

#i87970# better debug printing for FC substitutions


2010-02-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [4c11ba8652f59c60ffd83f9d3b24ec79bdbf31f6]

vcl110: #i45043# draw native list nodes


2010-02-26  Kohei Yoshida  <kyoshida@novell.com>  [c3d724b3564e1f4ca3e606a13074d629fe879e64]

calctabcolor: resynced with the repository to get more recent changes in.


2010-02-26  Kohei Yoshida  <kyoshida@novell.com>  [9ffc4862cc51541f7d06ed33011a4d1fe2e1a3b9]

calctabcolor: rebased to m72.


2010-02-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b7492aa9d290df5ebce4f3a66373812a5ab60080]

fix a warning


2010-02-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b5e2d87928f1738f72054d6f661787643e12dd89]

merge


2010-02-26  Thomas Lange [tl]  <tl@openoffice.org>  [3f86001973649dfe3c80bfa5c36f1e3a08f57bf7]

cws tl74: merge with DEV300_m72


2010-02-25  Oliver-Rainer Wittmann  <od@openoffice.org>  [a11b743e8ea2d88acc0f3d5226bde6c8cc94841b]

sw33a11y01: merge with DEV300_m72, resolution of merge conflicts, adjustments due to changes on master


2010-02-25  Herbert Duerr [hdu]  <duerr@sun.com>  [07b72f96a3ca25d3837e2ac975581c6dc808caf6]

ppp02: #i104784# fix misleading comments


2010-02-25  sb  <sb@openoffice.org>  [4ea00b22538d64887b92f464d71443166456e655]

sb118: merged in to-the-side sb118 changes


2010-02-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [42c271c7a927d60c0845161fca93f4cae97b062c]

ppp02: #i104784# workaround limitations in our text subsystem


2010-02-25  sb  <sb@openoffice.org>  [a9b106b438614d4f56b782f2309624c4ee0ef760]

sb118: #i109607# do not call back listeners from DesktopTerminationObserver::revokeTerminationListener


2010-02-25  sb  <sb@openoffice.org>  [e4262fa3e9f2a1f4546b2a9023b820ad1e842688]

sb111: merged in DEV300_m72


2010-02-25  sb  <sb@openoffice.org>  [dbb4b53853de0e4ce3b6a5583bc26554d4beac86]

sb118: merged in DEV300_m72


2010-02-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [dc086f3df237ad8dc69d70eead8e2a1e2103589a]

merge


2010-02-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d2ab26792178f03edd4184a37258b0cc17279179]

vcl110: #i103596# add a state change showing for tool tips (workaround)


2010-02-24  sb  <sb@openoffice.org>  [c27c69d37a4947de571c4c211993d874eab2c397]

sb118: #i80788# second part of fix for Toolkit test


2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [9296a1cf7a2702b89a2d0b7a8c4501d4f5f09e5d]

calctabcolor: Use static constant values instead of macro define for more type safety.


2010-02-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [643299fa29535c83c038969469b321e297335a98]

vcl110: #i109453# fix degenerate drawLine case


2010-02-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f4c39c7c8d8375d605be48a54cd6e23fc50f2370]

vcl110: #i109007# workaround atexit handler in kde3 plugin


2010-02-22  Kohei Yoshida  <kyoshida@novell.com>  [f3377c0485fdd8379a2b071edefc9cb3544683de]

calctabcolor: COL_AUTO should be of type ColorData, not of UINT32.


2010-02-22  hdu  <duerr@sun.com>  [e19618e6304b5138a1dd930fc9197d1f47f13dfd]

#i101552# implement dynamic glyph fallback for WIN (thanks yanminjia!)


2010-02-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [38523d7960216c5dace6b1e76c933cca9ca39795]

changes to help for print dialog


2010-02-19  Ivo Hinkelmann  <ihi@openoffice.org>  [dfc7206458c38e3679056b10c9d188e57761d684]

l10ntooling17: #i100845# support for java properties


2010-02-19  thb  <thb@openoffice.org>  [633ebbf56e2ff0624176d572289db34b756cac16]

Merged with dev300_m71


2010-02-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [289b26ba56c7ba9d107bdf46292cf7ff52b8a4de]

ppp02: #i108327# set papertray if necessary


2010-02-19  thb  <thb@openoffice.org>  [9b69462a4376984189ded052192251a1f34e5a46]

Fix rgb2hsl miscalculation + add according test case

 * the fourth quadrant hue calculation had a typo for the rgb2hsl
   function. fixed now.
 * added testcase that break before, and works now
2010-02-19  thb  <thb@openoffice.org>  [c21687275078bfaa9153756578b04765251732b6]

Fix dxcanvas gradient glitches

 * moved common gradient step size code
   out to canvastools to share
 * reverted back to manual polygon rendering
   for anisotrophic rect and ellipse gradients
 * fixed tilemode==none case for bitmap fills
2010-02-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [aecc1899cf9bf98ed9c64e45e989be53c40ee804]

ppp02: #i108327# set requested paper bin


2010-02-18  hdu  <duerr@sun.com>  [efbfd92371dcd8083914188f4f4ed3a31e9165c4]

fix build of CWS fchints01 in padmin


2010-02-17  Vladimir Glazunov  <vg@openoffice.org>  [3f7378aed0d84eef9e7cc8d26dcbdc57dbf1a5ac]

CWS-TOOLING: integrate CWS changefileheader2


2010-02-17  Kohei Yoshida  <kyoshida@novell.com>  [ee72e46a0d68fea9a1f0b103449aa749b54f2d68]

calctabcolor: rebased to m71.


2010-02-16  hdu  <duerr@sun.com>  [3217fc3ebc43e0dd0f12cc96ff77e2ba283d8895]

#i88303# adjust WIN build to removed X11-only members


2010-02-16  hdu  <duerr@sun.com>  [8118cd4223d730ac4c95e726f9a9337f7ef66da2]

#i88303# added GlyphCache::InvalidateAllGlyphs(), dummy for now


2010-02-16  hdu  <duerr@sun.com>  [45d42091f7b4a2e5aab5d439b8daa49ba0c22819]

#i88303# fix compile on OSX and WIN and move that code from event handling to font handling


2010-02-16  sb  <sb@openoffice.org>  [34a69c1f6d57c7c8a2336e83bc9bc14ed8ee3438]

sb118: adapted remaining */qa/unoapi tests to new framework


2010-02-16  hdu  <duerr@sun.com>  [52234478bcb2368f9d3dcf9150b2175da1e7115d]

#i88303# allow compilation on even older baselines without cairo.h


2010-02-16  hdu  <duerr@sun.com>  [2728b1edd0ecec860b235e49406c1aab363af20b]

#i88303# adjust OSX build to removed X11-only members


2010-02-15  hdu  <duerr@sun.com>  [c98c9857f6ae7899af4a3d9237264fd1dc80b9fa]

merged with DEV300_m71


2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [f13174eb1481ceddbc20645232d3be665f2902e7]

CWS-TOOLING: integrate CWS ooo321gsl02_DEV300


2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [57aff298c8e4c9cb75b0f1a30a6412fec3e91c20]

CWS-TOOLING: integrate CWS cmcfixes71


2010-02-15  Thomas Lange [tl]  <tl@openoffice.org>  [708df82f13b0283ab72ad597758d1c02c572c3f7]

cws tl74: merge


2010-02-12  hdu  <duerr@sun.com>  [2b07afffd9a1222b26e066da26351842b6510e35]

#i64508# exclamation dropped accidentially


2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [5db1c55c9999cc23ae07f629573a08ab5665ab05]

changefileheader2: #i10000#: convert files with CR/LF characters to CR only


2010-02-12  Thomas Lange [tl]  <tl@openoffice.org>  [e1768e8028bdffd059983c9805c96560ea7712b3]

cws tl74: merge


2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [d33a06fbb989bbf53b5098fe42a1754459975332]

#i10000#: remove obsolete empty files; trim duplicated header content


2010-02-12  hdu  <duerr@sun.com>  [c7c0c637d4722810f48e49e4f7b5faefbb23abad]

#i64508# new code should avoid fruitless vclenum<->pspenum conversions now that psp finally moved into vcl these conversions became even more redundant

Which of the enumerations for the same thing should survive? The original stuff or the new ones? My vote is on keeping the original ones unless the new ones provide any real value-add.
2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [24c0d3d0b095c61f2c0667ebbf6f95178c65cc4b]

changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)


2010-02-12  Thomas Lange [tl]  <tl@openoffice.org>  [dc6574dbefb320c45d52fb8f75691b36bf4e4d13]

cws tl74: merge


2010-02-12  hdu  <duerr@sun.com>  [fcdf8d23493bc50f06726e30e14c395dedab790b]

#i108914# get rid of superfluos header includes


2010-02-12  hdu  <duerr@sun.com>  [ce187be61353f3484c112423cf240710c03edf4c]

#i64508# cleanup empty GetFontOptions() changes


2010-02-12  hdu  <duerr@sun.com>  [63b3af728defd924aa1e0b9f0540c086413fc345]

#i64508# #i108914# adapt X11SalGraphics to both preceding changes


2010-02-12  hdu  <duerr@sun.com>  [83b94325ec686339b778cb70783d51ee1ef365e8]

#i108914# avoid construction of OutputDevice in SalGraphics layers by splitting off ServerFont::SetFontOptions() from ServerFont constructor


2010-02-12  hdu  <duerr@sun.com>  [bbb622ed81f0b7a2548d1311ed186fefae46c95a]

#i64508# rename class ImplFontHints to ImplFontOptions as the class already contains embedded-bitmap settings and could/should be extended for other platform specific font options


2010-02-12  Thomas Lange [tl]  <tl@openoffice.org>  [a81ccd30bb1207ad08b7e2d18be424bd6683695a]

cws tl74: switching from DBG_ASSERT to OSL_ENSURE (don't use 'tools')


2010-02-12  Thomas Lange [tl]  <tl@openoffice.org>  [07313426bb83a106be6831756c3e1e0f03c53b79]

cws tl74: merge with DEV300_m71


2010-02-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [030c86ddf7f1bf954cb255ebe3b0669c014c0f20]

autorecovery: +ENSURE_OR_RETURN_VOID


2010-04-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b6568736672e3162527ae0334f9b4684346c2e61]

fs33a: #i111238# now with UserData support


2010-04-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d8f3bf037a5d76c3d08cd6778ad799663d42642a]

fs33a: #i111238# add support for images to AWT's ListBoxControl/Model


2010-03-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [087ee64ad980158ab2d63f8428a519b0fe318dce]

os141: allow tabstop also for treecontrols


2010-03-18  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [62d3f0b11831953a0b2b5c0ea7a4384a90bf3c65]

os141: when all rows are removed clear also the current selection


2010-03-16  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [b2c0604f67c89c5b0700eea083368cb6b6f0331d]

os141: fix order of calls


2010-05-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [729efacb8cacf2b969fe988e2c40536aab0dc71b]

unoawt: merge after pulling from CWS slidecopy


2010-02-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [67f68e9de710d8db7a4d5dc218b0b0cad0df1f39]

writefilter07: merged DEV300_m71


2010-02-11  sb  <sb@openoffice.org>  [e8512f3ac43d22abed6082abd7bae062812175c0]

sb118: #i109112# re-purpose EXTRAJARFILES


2010-02-11  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [e0a5d714f10b20c4eaa0fce64f89cbcc252cb235]

automated merge from dba33e


2010-02-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5359f8f1d0a0ff98e333e4b33fed44d1131add44]

ppp02: #i109022# create automnemonics before layouting


2010-02-10  Oliver-Rainer Wittmann  <od@openoffice.org>  [b949b50a03a3dff60107014ab6e6db2e48c4e16a]

sw33a11y01: #i88070# - accessible Writer comments - part 3


2010-02-10  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [297063cae0945145b0c56bf128e8ec1120b5e7e0]

aw079: changes after resync (linux)


2010-02-09  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [5466a8c96bdaecc8b79a33cabbf67420b7511f32]

cbosdo02: merging changesets up to DEV300_m71


2010-02-09  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [5ec2a4504fd068c2676bf0102ad4b67be49c073c]

aw069 changes after resync to m71#


2010-02-08  sb  <sb@openoffice.org>  [cd168df4d07141aae3148113d334f75bb2f4d070]

sb118: merged in DEV300_m71


2010-02-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [604dc851551bc1f602bcde8030aaa21cda06b2bf]

fix an initialization problem


2010-02-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b7f502bb60b3a3698d816cc82f928f4618c50096]

#161623# get rid of some assertions


2010-02-05  Thomas Lange [tl]  <tl@openoffice.org>  [3af4c7f1f587cf8015f57963afe1c11752eba9a5]

#161586# allowing for thesaurus vendor images


2010-02-05  Daniel Rentz  <dr@openoffice.org>  [b968465e16847b34ee0e5f99b2b575700bc4e2bb]

writerfilter07: #i108047# do not throw through C code


2010-02-05  Vladimir Glazunov  <vg@openoffice.org>  [c64d3b2ef999fdca4ac28c8648ebea04ae81cf23]

CWS-TOOLING: integrate CWS svxsplit


2010-02-05  sb  <sb@openoffice.org>  [218218135c3e6cb3855d2fe021842ecc43b3050b]

sb111: merged in DEV300_m71


2010-02-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b18b4ef9f85eef12b1092a4562a1c0112d5a6ce3]

merge with DEV300_m71


2010-02-04  Mathias Bauer  <mba@openoffice.org>  [c52b719e317fa99260d76ae6ccc721a49dc63056]

CWS svxsplit: merge with m71


2010-02-04  Vladimir Glazunov  <vg@openoffice.org>  [3b2e2bcabd5075529cea25aac84450bfd0cacd7b]

CWS-TOOLING: integrate CWS ab71


2010-02-04  Niklas Nebel  <nn@openoffice.org>  [beff0bfb238a1803b1646894c15694e8c6f48ecc]

dr73: #i108935# prevent error from debug STL: don't calculate position behind end of vector


2010-02-04  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [697b69d5329e6461aaf64a907d5a2751cd905621]

Merge from DEv300:m71


2010-02-03  Kohei Yoshida  <kyoshida@novell.com>  [93b3ae0852d101f07dd066d526f0b01b92158107]

koheiautodecimal: #i26826# Prefer scientific notation for values less than 1.0E-4.


2010-02-03  Kohei Yoshida  <kyoshida@novell.com>  [383e7d1bf3548c04f83d3f9dc0f2e658d96d8ad0]

rebased to m71.


2010-02-03  Vladimir Glazunov  <vg@openoffice.org>  [b722ae3c46ad868d3ef38fe3f40313c21bd4c26b]

CWS-TOOLING: integrate CWS mingwport27


2010-02-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [a5701fa910f54a1248c7ac3646b7b1c9207ed06d]

ppp02: #i108740# distibguish between preferred and formatting paper size


2010-02-03  Caolán McNamara  <cmc@openoffice.org>  [ece0ebd4435ab984f8c39d9f2d9f1f217a17ee69]

cmcfixes71: merge with DEV300 m71


2010-02-03  sb  <sb@openoffice.org>  [839339d832425c80b9530a35f779be3662ad9153]

sb118: reverted parts of HG -c 160b248247a0 again: the "static code executing before SAL_MAIN" problem was too severe; instead, globally set DBGSV_INIT build env var to new solenv/bin/dbgsv.ini


2010-02-03  sb  <sb@openoffice.org>  [e958bd87d775d2a6e2643d5ad4fb965f365af0f8]

sb118: additional main -> SAL_MAIN adaptions (to ensure osl_setCommandArgs is called)


2010-02-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b189cace2ce73acf7a996f7ff2ab5e6facae116c]

#i107751# #i89119# focused flat image buttons show as buttons


2010-03-26  Vladimir Glazunov  <vg@openoffice.org>  [ec5b54225f09f1e2a9620abc8bb3e9314ee6eee0]

#i107751# #i89119# flat image buttons - transplanted from 7854e4fde73a@native0


2010-02-03  Christian Lippka  <cl@openoffice.org>  [b2c738a0a11309ef67853f2963ecd89102afb097]

hg resync m70


2010-02-02  Mathias Bauer  <mba@openoffice.org>  [a16e240dc1ec5fb6c6ca8a1ec645bc430fc22d9f]

rollback last change


2010-02-02  Mathias Bauer  <mba@openoffice.org>  [905fe2b9657728f16dac16b3eb9770edfc31f4fd]

errorneously added file removed


2010-02-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [134a7b233b907b014d0312a69cac97cd709def92]

merge


2010-02-01  Release Engineering  <releng@openoffice.org>  [35d3ba9e9159607aabadac4c10abfc24c57a8a48]

#i10000# tools api changed


2010-02-01  Release Engineering  <releng@openoffice.org>  [d84594eb7acb970c2e3f7c4a8c709f93c9d094ad]

#i10000# windows build fix, rearranged ifdef


2010-01-29  Kohei Yoshida  <kyoshida@novell.com>  [811c2635335f3b91f77c3d5ccf79de83e2612720]

rebased to m70


2010-01-29  mb93783  <mb93783@v60x-so16.Germany.Sun.COM>  [e026a71bf8df1ca88967fa1802593c25ca3288a9]

#i108450#: some fuzz with OWN_ATTRs


2010-01-29  sb  <sb@openoffice.org>  [5024f6773b00fd868480853069ed3fe9a4e38726]

sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates


2010-01-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a972562433e4091eeabcf7b32179c126f9933432]

ab71: merge with DEV300_m63


2010-01-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [33e479946105cedf4552ab5b49f6325f6d075b48]

ab71: merge with DEV300_m54


2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [a0f3da9968ca09b6dac0ab04d5f2e6e74309606e]

CWS-TOOLING: integrate CWS l10ntools


2010-01-29  sb  <sb@openoffice.org>  [874b4300715ade1478fc2dde3081b6c03126fe44]

sb118: additional main -> SAL_MAIN adaption (to ensure osl_setCommandArgs is called)


2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [3d2ef922e03d9db5a400570c5a938f85be404181]

CWS-TOOLING: integrate CWS eraser01


2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [656784dc402cb15da57153ba4b9ebf5274c5ceca]

CWS-TOOLING: integrate CWS koheidatapilot03


2010-01-29  Philipp Lohmann  <pl@openoffice.org>  [7fc2718af7e9a10a7bbc099c67d8f5cdaaa80a91]

#i107763# avoid strange visuals on X11 platforms


2010-01-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [40706d27646bfdf292694b47db72a26131adc361]

merge


2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [85c65e4701ba588ea355843a3ff0dccfba3f0106]

koheidatapilot03: merge with DEV300_m63


2010-01-28  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [58d93b994bc71038622e2ef5870a323f5cfc4db2]

aw079: #i99147# corrected diverse aspects of invisible object visualisation and interaction


2010-01-28  Henning Brinkmann  <hbrinkm@openoffice.org>  [f155394eca7837d5a4ba5babf257f14c191b5b38]

writerfilter07: merged CWS swunolocking1


2010-01-28  thb  <thb@openoffice.org>  [e07c48a04ad14a8855d2c6f27ec0646916d6accf]

eraser01: merge with DEV300 m70


2010-01-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [360fec497a4ed7d0d54ca72ab7a3e4e88c808186]

ppp02: #i108686# do not forget direct print


2010-01-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [fa71ea3855fb43f1da1474efcb1838854499a1ad]

ppp02: #i108686# make last used printer persistent for UI print jobs


2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [d90fb664447b847d3fd8828afe7433070ac9e88c]

CWS-TOOLING: integrate CWS s390xport02


2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [8f6626478066e51fbc50052b07fd7f2e91d6862a]

CWS-TOOLING: integrate CWS cmcfixes69


2010-01-27  sb  <sb@openoffice.org>  [582e326afea126eec21f96cd38bb9685b67147dc]

sb118: changed tools/debug to never fall back from writing to shell to writing to file, and read DBGSV_INIT from rtl::Bootstrap; the latter causes problems if tools/debug is called from static code executing before SAL_MAIN has called osl_setCommandArgs -> removed statics from code and added assertions to osl/process; various improvements to smoketests.cxx (incl. passing an appropriate dbgsv.ini for non-pro builds)


2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [8398907f046331fc5a6bca045d5fe3106c297938]

CWS-TOOLING: integrate CWS swunolocking1


2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [55e407c37a40c9a75c34240bf55252461383eee4]

CWS-TOOLING: integrate CWS dba33d


2010-01-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [b82d6951217b30d7dda740df1bd8f822cab139fe]

writerfilter07: merged DEV300_m70


2010-01-27  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [0da7b91856acdff7691a9bbf39f36f27ad43de9e]

aw079: #i99147# attribute rework and others


2010-01-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [89cfe443b4fcda8086aa3e21db29c60af5781ef5]

ppp02: #i107481# change replacement visualization


2010-01-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [63fbb06fa11aff87ba5a563abc6dd5f4f9c43202]

ppp02: #i106560# use IsForPagePreviews accessibility setting


2010-01-26  sb  <sb@openoffice.org>  [8ab15d8ccb094ce4319204ea243dbdccde6ea2df]

sb118: #i108681# hack by pl to not process events for removed frames


2010-01-26  Ivo Hinkelmann  <ihi@openoffice.org>  [a213d3416697fcce4aec060ddf26ee4f84d42f0e]

CWS-TOOLING: integrate CWS vcl108


2010-01-26  Ivo Hinkelmann  <ihi@openoffice.org>  [b645d09ffc91cfb432477787ff568329751a8dac]

CWS-TOOLING: integrate CWS impress181


2010-01-26  Michael Stahl  <mst@openoffice.org>  [610911c6ef423f9ad3777cca4377aeb83b79df60]

merge DEV300_m70


2010-01-26  tono  <tono@openoffice.org>  [19dc121f1044b17f34114a64540c070c682e8f56]

i#108618: mingw port: Getting PATH in unicode - fixed typo


2010-01-26  Ivo Hinkelmann  <ihi@openoffice.org>  [5deac58aa2299b7c8dab08a2f1f5f16906893b90]

CWS-TOOLING: integrate CWS kso42


2010-01-26  hdu  <duerr@sun.com>  [856b04bef4a7ad4ecab6bd71b4af544878b4389f]

#i64508# allow compile on current baseline with fontconfig 2.2.0


2010-01-25  thb  <thb@openoffice.org>  [13c76fe8ea5b43f7f51e58eee7e4979f3fb4e418]

#i105937# Removed demo-quality java canvas. no longer maintained.


2010-01-25  Ivo Hinkelmann  <ihi@openoffice.org>  [282d42b81a5ae3f9f7be1a70218ae8df91d256a3]

l10ntools: #i108657# rename transex3 to l10ntools


2010-01-25  tono  <tono@openoffice.org>  [d78b6cf165faa15c54ef39ed56cfd8b28350bd9d]

i#108618: mingw port: Getting PATH in unicode


2010-01-24  tono  <tono@openoffice.org>  [dee09c468028c1c629b5ad1ab73ac514a601dc7b]

i#108619: New visual style for mingw port


2010-01-24  tono  <tono@openoffice.org>  [18ba0c3226d0b5ebc89f78f9a81d03fec3563b8c]

i#108618: mingw port: Getting PATH in unicode


2010-01-23  Caolán McNamara  <cmc@openoffice.org>  [e41f032fba74d6ef4ddff30cc15837786dfd4b7a]

cmcfixes71: #i108597# fix uninit warnings


2010-01-22  Ivo Hinkelmann  <ihi@openoffice.org>  [60e367c8168aa3193df0ba4d64a803e909c18f11]

cws l10ntools: #i107386# #i107993# #ii107992# #i107991# #i108587# Added some buildtypes , fix for broken localize_sl regarding UPDMINOREXT , pmladeks localize.pl ooo enforcer patch


2010-01-22  Steffen Grund  <Steffen.Grund@sun.com>  [0c43f9634cb7ec4e80a8afa6e9218429752188ad]

#161491# bugfixes and additional tests


2010-01-22  Steffen Grund  <Steffen.Grund@sun.com>  [16d9e92e6373f00b081de9e2a8c33133d597876f]

#161491# bugfixes and additional tests


2010-01-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [fdee9439769505d4e31791e99b1622806035e0d5]

cbosdo02: #i107658# disabling enhanced fields for now


2010-01-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [65f1d81af790533a60573b4947ff6e27da5681af]

cbosdo02: merging changesets up to DEV300_m69


2010-01-22  thb  <thb@openoffice.org>  [608b37f92fdf0fe1d87dc8af8874be8e93ee75f2]

#i10000# help msvc to find the right one of an overloaded func


2010-01-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [46578fa77eabb4d37ebef523bf87847da79c0a9c]

ppp02: #i108326# create single print jobs on request


2010-01-21  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [3647050971d417b8767a88b14d6a63a6a3e77c66]

Update from master repository (to m70).


2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [b850cd68dcf998069bb493c56e52ebe09723d72e]

Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo


2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [f2ade750e50c02af2dc95c1ef81638c63a6f122d]

Automated merge with http://hg.services.openoffice.org/cws/dba33e


2010-01-21  Mathias Bauer  <mba@openoffice.org>  [9150c116315698d9b3039833f3050cd393907147]

resync to DEV300_m70


2010-01-21  sb  <sb@openoffice.org>  [d52ce7cc1df56e0359024057fe4e49ce9435c05f]

sb118: merged in DEV300_m70


2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [7aa810fbff9101b51df5443a273cffb5959c5e7f]

dba33e: merge to m70


2010-01-21  thb  <thb@openoffice.org>  [0ac88426c9e4174b70a30c32a8d5885fcb169dd1]

#i10000# Disable fp-fragile unit tests; fix build on win32


2010-01-21  sb  <sb@openoffice.org>  [a4b99a65d250a7af66666c5cffe9fb423fe39eaf]

sb111: merged in DEV300_m70


2010-01-20  Steffen Grund  <Steffen.Grund@sun.com>  [1f24e9d8e1a02606252445a04825c145ceef6145]

#161490# removed one commented line


2010-01-20  Steffen Grund  <Steffen.Grund@sun.com>  [3be0cdc0b3e2958a024adb1a65332c7b44814cf1]

#161490# removed one commented line


2010-01-20  thb  <thb@openoffice.org>  [f065fddb337d63270491ac6bf82685ae50c6c955]

#i105937# Finalized gradient rework in dxcanvas


2010-01-19  Kohei Yoshida  <kyoshida@novell.com>  [f630b43f6aa4c7544291747c08f0273c0f8c55b7]

rebased to DEV300_m69.


2010-01-19  thb  <thb@openoffice.org>  [3cd38a2356b5eb65dbd9b030b649b69075c2f24e]

#i10000# win32: forgot precomplied header


2010-01-19  Mathias Bauer  <mba@openoffice.org>  [b6b4743a74cf4098d94bdfc550735fc71d675f50]

#i107450#: some problems with the dialog factory


2010-01-19  hb  <hbrinkm@openoffice.org>  [f26cf3c5ec41207cf141ec9e438f587f44f2ffd3]

merged DEV300_m69


2010-01-19  Steffen Grund  <Steffen.Grund@sun.com>  [056d45a1a4efb3987417cef3e9e29b92d1dc6468]

#161491# fixed handling of generic schemes


2010-01-19  Steffen Grund  <Steffen.Grund@sun.com>  [adbb5030b895b1855ea297c5bbac7769cb44f69e]

#161491# fixed handling of generic schemes


2010-01-19  Steffen Grund  <Steffen.Grund@sun.com>  [aa8c312b6175cbcf4b7fdbdf2364b2c2bbf44669]

#161490# removed scheme vnd.sun.star.wfs


2010-01-19  Steffen Grund  <Steffen.Grund@sun.com>  [3a9eeda08d0e03a439a231515927e0bab2c4bede]

#161490# removed scheme vnd.sun.star.wfs


2010-01-19  Steffen Grund  <Steffen.Grund@sun.com>  [1b1f41b3dcb2cd6e64caa9980e965510d845e509]

#161490# removed scheme vnd.sun.star.wfs


2010-03-24  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8e236af86e9a26c300188de923046e7cc9fbce84]

slidecopy: appendFoo: convenience: overload with versions taking strings/ascii-char


2010-03-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8bfce2fe69d649e9bde9b91aa5b38b5140e4cca3]

slidecopy: make compile on unxlngi6


2010-03-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a90528465f47b6aa0cbe2c4694c87382ca5ab2d1]

slidecopy: use a minimal size when a panel uses neither text nor image / properly calculate scroll button visibility


2010-03-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [da32c96e40ee0af1b708934ad7eb1ae71ff6fddd]

slidecopy: +ENSURE_OR_CONTINUE/BREAK


2010-03-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ee8207a16691d039def487b5f1fdd7332cbdc88d]

slidecopy: reworked the ToolPanelDeck to have a dedicated anchor window for the panel's windows. This will ease some later changes


2010-03-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [75c98c0b88127802e0661737f8ae2c6963154dbf]

slidecopy: convenience ctor for OConfigurationTreeRoot / removed the CM_PREFER_UPDATABLE value, role taken over by CM_UPDATABLE


2010-03-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0acf8c884fdd76af733dbdbb567ec84174e8f293]

slidecopy: when asserting living Child/System in the dtor, use typeid (additional to the Window's text) to get more information what kind of Window is leaking


2010-03-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [95d8dc3ef7782bbbcce96c717b4a96a9a8c136e1]

slidecopy: removed the old TaskPane implementation, now completely superseded by the new one carrying both implementations was only temporary, to be able to easily compare both. The new implementation still has not A11Y API implementation, that's on the TODO list.


2010-03-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9a071fee1d71343fa099f0e00d6d642be2fdf1ac]

slidecopy: no need for the Inset class, SvBorder exists ...


2010-03-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c97adfa6f1b19541149a54367699a76ac5ad9871]

slidecopy: SetLayouter: properly destroy the old layouter


2010-03-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8a1d383368f2a5d0ac3cdf79b0832f6f34af2a6c]

slidecopy: export the class


2010-03-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ecd70ee6cc9445a67400b92837c6b1c77e0c50ca]

slidecopy: de/activate panels via the drawing framework Instead of simply letting svtool's ToolPanelDeck decide on panel activation, requests are re-routed through the view's ConfigurationController. So, clicking onto a tab just requests the activation of the respective resource, which in turn - when the requested configuration becomes the active configuration - will activate the ToolPanel.


2010-03-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [daa60a056ad9451ce8138384e7fbade89b8058ff]

slidecopy: KeyInput: call the base class only when not having handled the key input myself. Otherwise, it will be tempted to send a Notify event, which in turn might lead to our focus being lost, which will corrupt our internal state


2010-03-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9da9cd8fb1baa28514f30be0407c872f92c8d923]

slidecopy: showing and hiding of panels in the new ToolPanel implementation


2010-03-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0cefa980a694fc4ef4d6033b9950d9935fceaec6]

slidecopy: initial version of a "Tool Panel" At the moment, this implementation is parallel to the existing TaskPane implementation, but on the medium term, it is intended to replace it. No change in functionality is planned for the moment, just the panel selection is done via a tab bar, instead of the the "jumping drawers". Pending tasks (as known so far): - Accessibility. No implementation at all, yet. - showing/hiding tool panels from the "View" drop down menu - connection to the resource framework. At the moment, de/activating panels completely bypasses the resource   framework. - alternative implementation of the PanelDeckLayouter which mimics the old design. To be activated by default, for   the moment. - removal of the (old, by then) TaskPane implementation. Care needs to be taken that the framework API stays   unchanged, i.e., the current ToolPanel resource must be renamed back to RightPane when RightPane is not   occupied anymore by the old implementation. Same for other resource names.


2010-03-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5364d3d2916e89fed3e3fa5c9112f90e380ac2dc]

slidecopy: misc adjustments


2010-02-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fb388cb4fa9d3ad4ab5ac8fc09452b08aab22e46]

autorecovery: +ENSURE_OR_RETURN_VOID


2010-03-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3f93248913cee6b9ba0851bc8a7614f5e6e4d8f8]

slidecopy: merge


2010-03-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [62fe631bf3eaa766f878cbe6cd1db683df0f3359]

slidecopy: prefix include guards with project shortcut


2010-03-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [355f11b8ba6799d8d9c6578ac52e521d94666e27]

slidecopy: for toolbox items, CTRL_STATE_PRESSED is needed in case of ITEM_STATE_FOCUSED


2010-03-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e436d84ab95092214289b7b516692b29b0b0b9c9]

slidecopy: better NWF tab item rendering. Not yet tested with the NWF toolbox item renderer


2010-03-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e55918f5237ff070f2b13089a68717c29148d1ad]

slidecopy: silence 'unused parameter' warning


2010-03-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8fe5e882ce545c033a0a0856eda52c8b3b0a6aa4]

slidecopy: fixed ItemContentType handling


2010-03-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [95765d4022641c392eb23f1c6650f3a77ca4e468]

slidecopy: top and bottom tabs


2010-03-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0a160765c1f859a3f9bc0af74515a7d655e39bd3]

slidecopy: misc fine tuning


2010-03-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b656edf1fcaba63b92836228a3bbc0b3be055aa2]

slidecopy: re-enable the NWF tab bar item drawing, now also completely rendering to the virtual device


2010-03-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [90f4c39a9432d0ef416d4709668733787840200b]

slidecopy: re-enabled the toolbox item NWF code, now completely rendering on the virtual device


2010-03-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7c5a99b974b85ad0539eb8108db40aa90c62324d]

slidecopy: hold a render-device (normalized, i.e. as if top-aligned), on which all items are rendered the same. This hopefully opens the door for future changes, i.e. proper native tab item rendering (without spacing between the tabs). Not finished, yet. Only VCL-based rendering has been implemented by now, tab item and toolbox item rendering to follow.


2010-03-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [baeaeb5397548786555784dc919f989a60d127a9]

slidecopy: less colors


2010-03-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0ada07c1a2ccd944f5e0d0eeb2aab0545ead8402]

slidecopy: make TabDeckLayouter class non-copyable, to be able to compile the whole thing with MSVC


2010-03-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7860ffbbe4e906451e56fb79989ac73cccb84a7f]

slidecopy: visibility


2010-03-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [aa2c0d5b45951fd8043a9a003caf2f86ccee265f]

slidecopy: link the toolpanel lib into the svtools lib


2010-03-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e7bbdc0e7e68192e27ec5da1edab83bb6a85b5be]

slidecopy: fixed color names


2010-03-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [cf0d64ccbb0f9ada24e02ab8146216a1231d762c]

slidecopy: test program support for interactive insertion of panels


2010-03-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7ff49b0e165c120cc9e45050f97b028b46c6b3cd]

slidecopy: also relayout when panels are inserted/removed, this might affect the availability of scroll buttons / changed the data structure to an impl class


2010-03-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f6f07e8824b1c8d2a4b47688427408f734616a5e]

slidecopy: properly update scroll position when a panel is removed


2010-03-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [96c8614180a209149fcf148cd6c58605d59831e7]

slidecopy: update scroll buttons upon panel insertion/removal


2010-03-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0b56d3a28cbad450f892d60836f314958eb513e6]

slidecopy: when calculating the item insets, take the tab bar alignment into account


2010-03-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [089aa480dd0c688e3e0a2ea6016b77be5aa0fcb4]

slidecopy: do not draw a background at the tab bar in NWF_TABBAR_ITEM mode, VCL's default behaviour is better here


2010-03-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [81d6504343f7a762760a6b3195b467bc1f906a9d]

slidecopy: buttons for scrolling tab items when they do not fit


2010-03-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [dead03f6b8624596ad3eef76e53d77994e80b4b3]

slidecopy: make compile on unxlngi6.pro


2010-03-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2c7033814aec624a2df3eff8aec388de04b362eb]

add a tab control for comparison


2010-03-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9e8831154d2332bb6aa55d32559c4099e9f8ba4f]

slidecopy: tool panel deck now supports removal of panels


2010-03-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6ec8305c78dd77d925df6130f73ad0e55c9a5018]

slidecopy: reverted a previous change to ImplDrawNativeControl( CTRL_TAB_ITEM ), had some side effects ...


2010-03-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [21228f35d8df0144b3468d0b585c4b6fc14b8b95]

slidecopy: introduced TABITEM_AUTO value for TabItemContent, do the automatic adjustment of the tab's contents only when this is set, in all other cases, do not tamper with what our client gave us.


2010-03-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [52e6d5e59e39b9b926d5e64ef1121d211aa829bb]

slidecopy: implement getNativeControlRegion( CTRL_TAB_ITEM, PART_ENTIRE_CONTROL ) for Luna. Adjust TabControl::ImplGetItemSize to cope with this change


2010-03-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1ff3947ac9e341892aa887c589efadafdc1c77c3]

slidecopy: made the tab bar control independent from the concret PanelDeckImplementation In this course, IToolPanelDeck has been introduced, merging the previous IToolPanelContainer functionality with administration of the active panel.


2010-03-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f29f107b40ef0c3a2e066af50295bbe3ce273c3d]

slidecopy: TAB_BAR_OUTER_SPACE replaced with alignment dependent, non-uniform values


2010-03-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [14cd3761c9a6b4dcfd5ced460069f6f16905de2d]

slidecopy: allow to toggle whether the tab bar items contain images and text, images only, or text only


2010-03-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9468b2c2d5783a7969687c01d8f393023d6ad43f]

slidecopy: use native theming for tab's background, too


2010-03-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [111392531bf8bc4f149ed036296bb77215c333dc]

slidecopy: more native theming for the tool panel deck tabs. On Windows, they would look like rotated tab dialog tabs now, if salnativewidgets-luna.cxx had its change committed. Which it hasn't, since the TabControl tabs would look ugly then ... still need to investigate this.


2010-03-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f9f5ab0c248bb5404c647df47611eafde66edc63]

slidecopy: +Rectangle::Transpose


2010-03-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [79408f7d0a90fc57593c3e38ed3fdc42c9538176]

slidecopy: moved the native widget rendering functions from Window to OutputDevice This allows to render native widgets onto a virtual device (on platform/theme combinations where this is possible). At the same time, removed the SalControlHandle parameter from all thos functions. It was nowehere used, and all callers always passed *NULL, anyway.


2010-03-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d665330cee3bca3be9e077a50002c813a8362027]

slidecopy: draw tab bar items with toolbar's NWF


2010-03-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [356dee9fe291e5f691e698a9353ab67e0cb39255]

slidecopy: going forward with the VCL ToolPanelDeck. Keyboard control, focus handling, moved from shared_ptr to IReference, enhancements to the test program, misc improvements


2010-03-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [05929cac1d018c5138be505c31a14e1ecd76ebdb]

slidecopy: make compile with GCC


2010-03-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4f38b5b103e443a70960e7b9e7a64a6c121dc241]

slidecopy: initial version of the tab bar layout still quite some work ahead, but we have a tab bar now, and can click the tabs to select panes


2010-02-26  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3d1d1c942b6efe78591ebd6bbad648d377dd86f2]

slidecopy: initial, rudimentary implementation of a ToolPanelDeck, along with a small test program


2010-01-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [227c0608268b3a06a679c1a946dcee501e68132a]

autorecovery: ENSURE_OR_RETURN => ENSURE_OR_RETURN_FALSE, added new ENSURE_OR_RETURN taking a return value


2010-03-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6681d5e01828a7783c90a941b881d2ea3bb21897]

slidecopy: silenced GCC compiler warnings


2010-01-19  Steffen Grund  <Steffen.Grund@sun.com>  [827cf078264948da5b26506d5e60fc630ceadf3f]

#161490# removed scheme vnd.sun.star.wfs


2010-01-18  thb  <thb@openoffice.org>  [d94f78a931c7fd889f32fd060a7ceb2c9ded6d35]

#i107137# fix wrong colorspace calculations

 * applied patch from i107137
2010-01-18  thb  <thb@openoffice.org>  [35c1c3112d14d6cd597f1b9e4c0b238f045a22f8]

#i105834# Fix cairo link flags

 * applied patch, kudos to Petr for the fix
2010-01-18  thb  <thb@openoffice.org>  [20d3dc3875ffb9903232754db3353a5672e549d3]

#i10000# buildbots fretted out another breakage - no axial grads


2010-01-18  Christian Lippka  <cl@openoffice.org>  [8c89f876b950ab53312e6706e771d0c24ae2da40]

put drag grip at the bottom


2010-01-18  thb  <thb@openoffice.org>  [ad7a01c64b89ce2f2bd10b83bc1623d39532a657]

#i105937# Post-merge fixes

 * nicer gradient poly setup, made code more self-explanatory
 * corrected order of rotation matrix multiplication
 * fixed build breakage in presenter screen, type only implicitely
   included
2010-01-18  thb  <thb@openoffice.org>  [50bfd20489ce49cc3a1d3acda6eb85ed01f1ac1f]

#i107271# need that here, too, office crashes otherwise


2010-01-18  hdu  <duerr@sun.com>  [3c1ff6536bdaf7b08591dedae094b243744f5159]

#i87970# fix problem with glyph fallback to same font-family (patch by CMC, thanks)


2010-01-18  Caolán McNamara  <cmc@openoffice.org>  [2a1e9fd856ae46a00f4c199744ca1e2e09ded74e]

s390xport02: #i108410# different results for s390x


2010-01-18  thb  <thb@openoffice.org>  [f47ae47f7e213d8713fb565026d552d891383342]

#i108160# #i10000# backport cairocanvas build fix & more build fixes

 * adapted tests to use new testshl include dir
 * took P1 masterfix also for this cws
 * more tweaks to get build done
2010-01-18  Kurt Zenker  <kz@openoffice.org>  [cd8256e9eb8baf05aef1b7285b334bab9ed6c449]

masterfix: #i10000# use SvMemoryStream::GetEndOfData() instead of SvMemoryStream::GetSize()


2010-01-18  Kurt Zenker  <kz@openoffice.org>  [d44931e723ead78c59e16f5e40f580077572469f]

masterfix: #i10000# use typeinfo instead of typeinfo.h which cause an error on mac


2010-01-18  hdu  <duerr@sun.com>  [def468dc7ef6bc462f7ea3f8bfa3f335e1b3c8d7]

#i88303# allow compile on ancient baseline (gtk<2.8.1)


2010-01-18  Kurt Zenker  <kz@openoffice.org>  [16cc62e9c4bfc83d03ac1265848c0bfbaef54415]

CWS-TOOLING: integrate CWS menuincustomtoolbar


2010-01-18  Tobias Krause  <tkr@openoffice.org>  [833bf0ff4f26e731b7f6dfa7e250e2e3835526c5]

tkr33: merged to m69


2010-01-18  thb  <thb@openoffice.org>  [0ee50ccbff2c6aa865a649f2717ca0172c8ee2fd]

thbfixes10: merge with DEV300 m69


2010-01-18  thb  <thb@openoffice.org>  [d69844f3022ae1743510f0a71a92cb2739a99351]

#i52325# #i108250# removed B3DGeometry, fixed gradient/fill bitmap

 * removed unused & broken B3DGeometry class
 * fixed bug in basegfx::tools::isRectangle for polygons with curves
 * fixed cairocanvas gradient and bitmap fill rendering
 * fixed vclcanvas bitmap fill rendering (not clipping properly)
 * added TextureMode::NONE, adapted all client code
 * fixed snafu in XGraphicDevice.idl, with missing include
2010-01-17  Christian Lippka  <cl@openoffice.org>  [9e2ff3565d8f529de6e67185a22c4f1172359101]

added DockingManager::EndPopupMode( const Window *pWin )


2010-01-16  thb  <thb@openoffice.org>  [848a0e4688749b19ac6e94c8d5c88d8c40aeac2d]

#i105937# Fixed a few remaining gradient glitches

 * linear/axial gradient were f*cked up when border and rotation
   was given
 * found another place where drawinglayer was generating helper
   polygons for gradients (vclgradienthelper.cxx), adapted to new
   value ranges
 * fixed build breakage in debug build in oox
 * fixed order of gradient color generation
2010-01-15  Kurt Zenker  <kz@openoffice.org>  [457b639844208ac53496781bee95151c228ec32f]

CWS-TOOLING: integrate CWS printerpullpages


2010-01-15  Kurt Zenker  <kz@openoffice.org>  [141a9f3b68fa963368d8fba294e8223eab389a3b]

CWS-TOOLING: integrate CWS fwk120


2010-01-15  mb93783  <mb93783@so-dumbo>  [b3bf00d9b3ac27085e1e685dba5f40a6f1b46061]

#i107450#: forgotten const lead to linking problem on Solaris


2010-01-15  Kurt Zenker  <kz@openoffice.org>  [79b6d7a4e24f59af228b5454b8016c629c0c2316]

CWS-TOOLING: integrate CWS dba33b


2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [10eff09e4e2807e77559838680c813c6b390bd76]

Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo


2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [f7b2f4df354522391bdec31eceb1bd473ae8a414]

Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo


2010-01-15  sb  <sb@openoffice.org>  [21cd8e6495bf8540d721fb2d644bff48b4690d6e]

sb118: merged in masterfix


2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [9522874dd5e7b3690142072bde822fd4005ff3aa]

dba33b: merge


2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [dfcf7b47942bc86f875e0bc9ec678f42679a29a0]

dba33b: merge m69


2010-01-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [fff763d10d14c9e9d8f9c82a302c6955c71c4ce4]

solve some merge problems


2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [fb01b2d1f04f89a372f51d0bd8145865c5c150d5]

undo previous erroneous change, solar.hrc belongs to svl instead vcl now


2010-01-14  Kurt Zenker  <kz@openoffice.org>  [a49a00b51e7cd3f2712c6bbb57d10e4bdf4f783d]

CWS-TOOLING: integrate CWS exchgcmtdoc2


2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [305dfeea342fbd4e03458bd73523aff70f8ef62d]

solar.hrc moved to vcl


2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [9dca955c448f17fa864f24cc18290822572e6fcc]

rebase to DEV300_m69


2010-01-14  Kurt Zenker  <kz@openoffice.org>  [14111146c6cbbc104e2785fbf6dc71e7df4eb300]

CWS-TOOLING: integrate CWS impress185_DEV300


2010-01-14  Kurt Zenker  <kz@openoffice.org>  [f2520e33fd39a399348b1cf1ee9f6d805718f5de]

CWS-TOOLING: integrate CWS fwk135_DEV300


2010-01-14  Kurt Zenker  <kz@openoffice.org>  [b66b6efe1e1b9577d8f67bcb64a2828d8ba2aaa0]

CWS-TOOLING: integrate CWS dba32k_DEV300


2010-01-14  Kurt Zenker  <kz@openoffice.org>  [5d8df6733982d5994146032f641a3a4a0cadc8f3]

masterfix: #i108160# build error fixed


2010-01-14  Caolán McNamara  <cmc@openoffice.org>  [7ad1acd44e5b9cffd09b02a83f8b08c170a91d5d]

cmcfixes70: #i80674# use default jpeg config and source and move extra feature-impl into svtools


2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [f864c9b8930592406333ff9ef9984cbc7b8f217d]

Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo


2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [5b0b7bcfbc82ef25fa1bd840af6d16d328ee85c1]

Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo


2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [941a6e3559799499b454416e0209c160d7a35204]

Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo


2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [81d33cdec983b142a9682bf1cd5847f8a6ce53ce]

Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo


2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [089cf331193ba8b4340f9ce7c4d24ab89e8d3d01]

Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo


2010-01-13  Mathias Bauer  <mba@openoffice.org>  [6fd8727a8e792566f16a76574a557fed97562eb9]

#i107450#: move more code out of svx


2010-01-13  sb  <sb@openoffice.org>  [8da2d72f626e77c7d4ee87a012a35142dbe3a559]

sb118: adapted cppunit.mk to cppunittester and no longer require "dmake test" to run tests; changed places back to include _cppunit.mk where it had been taken out before


2010-01-13  Michael Stahl  <mst@openoffice.org>  [e630819aac229f1574bfba6f3e93dd21e08778cc]

swunolocking1: #i108161#: WeakReferenceHelper:  Apple g++ 4.0.1 erroneously believes that it is ambiguous to use  WeakReference<XInterface>::operator=(Reference<XInterface>).  as a workaround, introduce WeakReferenceHelper::clear(), and fix all users.


2010-01-13  sb  <sb@openoffice.org>  [53bbea4503e1592bfb4bf0a00eadb7aed83ea577]

sb118: fixed aqua_clipboard mutex lock scope


2010-01-13  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [de7569db0c730172e073dc548d3428fa1292cb37]

dba33f: include typeinfo, not typeinfo.h


2010-01-13  Tobias Krause  <tkr@openoffice.org>  [0edf8e384358c1bae0f65e3f97d3e6d6d6ba97b5]

tkr33: #107136# deliver the right header file to solver


2010-01-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3dd39b40524fe77f3b7c6aaada4ae127c6676dcd]

dba33f: remove BROWSER_HIGHLIGHT_AUTO/MANU - they're not used at all


2010-01-12  sb  <sb@openoffice.org>  [60e5a7a7a8db1429d01d5d93a2ee9a6349411047]

sb118: #i108269# first step of removing tcsh support


2010-01-12  Caolán McNamara  <cmc@openoffice.org>  [17fc17fa86f5a3144f0c3d2be1636fa4b9764769]

cmcfixes69: #i108259# fix possible leaks


2010-01-12  Caolán McNamara  <cmc@openoffice.org>  [55abcec2a1cb8a5809dfcd9f112a804226da3550]

cmcfixes69: #i108258# fix mismatch new[]/delete


2010-01-12  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a5e5f4014bda241704c9d5ec8bd287c28e21e758]

sb111: Local merge


2010-01-12  Caolán McNamara  <cmc@openoffice.org>  [48bd1c755290429b6a8e450df6ef47e8222f0fba]

cmcfixes69: #i106157# support system graphite, even with a different stlport


2010-01-12  Mathias Bauer  <mba@openoffice.org>  [42217e9dc85c57de9cc6175dc0701a9b1a638098]

#i107450#: code from svx/source/options moved to other libs


2010-01-11  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [d058ebddba02e44d3ea4500f9ec46986b7663681]

Update from master repository (to m69).


2010-01-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e8e7405aa22a18d246254bf6015580c53e4dd2e2]

Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33d


2010-01-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5f877a4c083c2ad1ef94abc008d5b899fcc8b5fc]

Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33b


2010-01-11  sj  <sj@openoffice.org>  [f0428d8469d06fdeba69ef8243db6fc0c66011ed]

impress181: #i74384# correctly interpreting maxcolor value vor ppm (taking care also for pbp)


2010-01-11  Thomas Lange [tl]  <tl@openoffice.org>  [27d07a3b8f09173eb299ed7af344cdfa06053090]

cws tl74: warning-free code


2010-01-11  sb  <sb@openoffice.org>  [5f0be7d887880fad1fd70239e75a69e3f95508f0]

sb118: introduced AUGMENT_LIBRARY_PATH_LOCAL, used by CPPUNITTESTER so that tests within a module pick up shared libs from that module in the local output tree


2010-01-11  Thomas Lange [tl]  <tl@openoffice.org>  [79f8b7898aeda5215c738e406096e1cae1e3c6e8]

cws tl74: case error in include statement fixed


2010-01-09  sb  <sb@openoffice.org>  [bfe2638806e1bb24ba40f65b702843565edd15d0]

sb118: merged in DEV300_m69


2010-01-08  Mathias Bauer  <mba@openoffice.org>  [e36676acce017e99ee847272e49b450f34dc1911]

#i107450#: build all other modules with new editeng lib


2010-01-08  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [047b7fcbdaa0239449f406f66730e418744668df]

Update from master repository (to m69).


2010-01-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [b8ca4008d7253a21741cef6abcb0e5846fef1a21]

dba33f: merge from dba33e


2010-01-08  sb  <sb@openoffice.org>  [d2f7aeddda55d8f171e9367005a4c3bd9837a582]

sb111: merged in DEV300_m69


2010-01-08  hdu  <duerr@sun.com>  [c07d20aec5268433108b84012dc328d3c3eb2f9e]

#i108138# fix printing crash which happens since DEV300_m66


2010-01-08  Caolán McNamara  <cmc@openoffice.org>  [76efb26dfa6007e5d50637eb22a8764231839989]

cmcfixes69: merge with DEV300 m69


2010-01-08  Caolán McNamara  <cmc@openoffice.org>  [5d7f818253eff922d25a84e77ae72b294064f8d4]

exchgcmtdoc2: merge with DEV300 m69


2010-01-07  Mathias Bauer  <mba@openoffice.org>  [63d1c5e19d8197af60bc8b562277014ea5ace921]

#i107450#: make svx buildable with new editeng lib


2010-01-07  Kai Sommerfeld  <kso@openoffice.org>  [21e684ee7d974e8e55f9a03b761ed8d2d3742159]

rebase to dev300 m69.


2010-01-07  Stephan Bergmann  <sb@openoffice.org>  [fb49d6978108baf92b19c8caecc787e02a0efaa0]

#i53184# further fix in INetURLObject::setAbsURIRef for UNC server names containing underscores


2010-01-07  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [1220a5be8f5d82d9b35919ebf0614e6270d68eb3]

aw079: changes for resync


2010-01-07  thb  <thb@openoffice.org>  [51aa77224844a4d6b71a0e9884f845fca5a8690a]

eraser01: merged with erics additional fixes


2010-01-07  thb  <thb@openoffice.org>  [7cdb105d83c92938b5b2ba912396a54b857a91c6]

eraser01: merge with DEV300 m68


2010-01-07  Christian Lippka  <cl@openoffice.org>  [94b1e4951ae99ae8870d805f51236bf0a48d99a8]

reverted previous patch


2010-01-07  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [9e81c13d891467d687d1d12425811bb518239e4b]

Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33e


2010-01-07  sb  <sb@openoffice.org>  [c6b6277d5ff051a70d7f0693326cb08c5bba37fe]

sb118: make test libraries RPATH=NONE


2010-01-07  ericb  <ericb@ordinateur-de-eric-b-2.local>  [2faee86b43d929518eb2338df79602e9bf414a65]

eraser01: #i103174# fix missing changes due to rebase from external repository


2010-01-06  Mathias Bauer  <mba@openoffice.org>  [e95291cd104c503848a368b7563eee6ac4857870]

#i107450#: move code from svx to new module editeng


2010-01-06  Kai Sommerfeld  <kso@openoffice.org>  [d4a251ceccd2770d5e04cd758ba4126457c7acb3]

#i61429# - Adapted UCB clients to deprecated XContentCreator interface.


2010-01-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [005cb19fe342f9afcbe51d539f687743a5447a33]

Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33d


2010-01-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [800b8736403913fab990aca3b823669b689090cc]

DEV300 masterfix: #i10000#: lineinfo.cxx: enable exceptions (corrected)


2010-01-06  Thomas Lange [tl]  <tl@openoffice.org>  [536d5dde2a66c233cbad733969383679f57f95e3]

cws tl74: merge with DEV300_m68; AND Unix LF conversion for some files!


2010-01-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [90091ffbf4dfb8070b3e631985fb5f836d1717de]

merge from CWS dba33b


2010-01-06  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [f9f2d027e4dad5b042c1548b3024131376c80439]

aw079: #i107360# Added functionality for edges, polygons and polypolygons


2010-01-06  Kai Sommerfeld  <kso@openoffice.org>  [b311521099d990f2fffeb75062e84ec3424425ba]

whitespace cleanup.


2010-01-06  Kai Sommerfeld  <kso@openoffice.org>  [eb6192a3f9ceb1bfdf80d9183e9b3c288ce01705]

compiles again, but not yet working.


2010-01-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1706bf8f1042bc4463c9393309b928ce2f3eafb0]

use proper delete operator


2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e38b2716d2558e73a7c22fda87ba81c770ca866]

DEV300 masterfix: #i10000#: lineinfo.cxx: enable exceptions


2010-01-05  Kai Sommerfeld  <kso@openoffice.org>  [c71e1617376d467b40994bcc840584ab80b7c6da]

whitespace cleanup.


2010-01-05  Philipp Lohmann  <pl@openoffice.org>  [0a98eb1767249a23dfc18fb6be23a559a2564b0e]

#i108068# always release solar mutex before calling into UNO


2010-01-05  Kai Sommerfeld  <kso@openoffice.org>  [fad6b814c4b087c561a142f59ed220bf5fc12a8f]

whitespace cleanup.


2010-01-05  hdu  <duerr@sun.com>  [70e9361063db80c2a8e13cbec7f9e64e394b8423]

#i88303# dynamically match the system's font options (thanks cmc!)


2010-01-05  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [1deacec603a362fdb60b11fa56ad39d46635c317]

writerfilter07: merged DEV300_m68


2010-01-05  Kai Sommerfeld  <kso@openoffice.org>  [a4f40e69c39bdd909ac24e3e29c9d982ad44f9b7]

whitespace cleanup.


2010-01-05  Kai Sommerfeld  <kso@openoffice.org>  [b1664d0c00e1b5552bd714c0104a414556bb11c0]

whitespace cleanup.


2010-01-05  Kai Sommerfeld  <kso@openoffice.org>  [be5b9e9f152fd2e5b19c143a022284af881dea29]

whitespace cleanup.


2010-01-05  Mathias Bauer  <mba@openoffice.org>  [98709008eaebb293922d0b79dc72f89179998197]

merge commit for m68


2010-01-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [275f5806645f2a6d1219511dfa36e5a49fd987bf]

vcl108: #i107875# fix an assertion with debug stdc++ lib (thanks dtardon)


2010-01-05  sb  <sb@openoffice.org>  [52ed15562c6b036fd6ea564695dcf6604efb4438]

sb118: merged in DEV300_m68


2010-01-05  sb  <sb@openoffice.org>  [962d7e219a821f3f3ed48e5e16da77266f91ae41]

sb111: merged in DEV300_m68


2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c990b0e73460aad5558cb2cac64e33372423665]

CWS-TOOLING: integrate CWS sb116


2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [c840651963740f6ae03e1ae6986e51b8a6543574]

CWS-TOOLING: integrate CWS d2v02


2010-01-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ef44af89f2c666c640970616a120b3fb718381f3]

vcl108: #i107878# reenable accidentally lost environment variable SAL_USE_VCLPLUGIN


2010-01-05  Christian Lippka  <christian.lippka@sun.com>  [93109460e284e023e009a45c698e77bf15d1d75b]

fixed compile error on linux


2010-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [519323b592930aa6123708f6bb603906edae4b14]

CWS-TOOLING: integrate CWS aw078


2010-01-04  Christian Lippka  <christian.lippka@sun.com>  [1a86140dd56b95dfd938b4a8be7c40ec4e244870]

merging m68


2010-01-04  Caolán McNamara  <cmc@openoffice.org>  [7c7df061ddb158d06288d5f39a7c9448203ff99c]

cmcfixes69: #i106157#: workaround more graphite stl/stlport issues


2010-01-04  Christian Lippka  <christian.lippka@sun.com>  [2fd0d6c557354bd82630bb4cd8a84754ef87620c]

merge to m68


2010-01-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5140dc0a271f02c5d4b7b901d2bd9c0f6f8222fb]

fix a merge accident


2010-01-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d500a44a9dd4a57ac0d71f5a0ef8feb94762bedf]

clean up merge in copied file


2010-01-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c873ad67e5104ec69a10d6185dad9f4265d30fbd]

merge with DEV300_m68


2010-01-04  Caolán McNamara  <cmc@openoffice.org>  [5f9c2bbca1d251494b255e0e9b71610fd4ee5dc8]

exchgcmtdoc2: #i72096#: fix imagemagick convert usage under windows


2010-01-04  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [6e357c7d1793bd774108cda25b312c7be48a3eb5]

Update from master repository (to m68).


2009-12-28  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [298ef3d93c67187315af141a64b456553d834b9e]

aw078: changes after resync


2009-12-28  Christian Lippka  <cl@openoffice.org>  [f782d274e89606f1d2006cc0337f7de37d8a3678]

#i107965# report rectangles with 0 or negative width or height as empty


2009-12-23  hdu  <duerr@sun.com>  [5810ca509817693be0dd7eecdd94ae83ffba954d]

#i64508# honor fontconfig hinting settings (patch by cmc)


2009-12-21  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [113bb5cb49d6992bcf08638de7bad77322fbfa64]

aw078: resync to DEV300m68for integration


2009-12-21  sj  <sj@openoffice.org>  [3ff8b69929cc3ec1fd7f4f1ac502cd6559617b96]

impress181: #i87410#: now writing greyscale jpgs if possible


2009-12-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [669b70f7fa83d6b6fb63e9de3f69716a50d7b9e5]

vcl108: #i2446# add prominent entry style to listbox and combobox


2009-12-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [bc9dc3eb2053eb91f38aae328e958c625401f221]

#vcl108: #i106704# use shared_array as is more appropriate


2009-12-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e7d69ee633def63f1458327d802818294ea78a8f]

vcl108: #i107254# copy with arbitrary length ligatures


2009-12-18  Tobias Krause  <tkr@openoffice.org>  [4210ce1cf5af07ba5562992f93d45810de31bcea]

tkr33: #i107136# The UCB now considers configuration changes (new UCPs) of UCPs during runtime.


2009-12-17  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [fa06e5e0ae373fce4c4265bf7f422be44fed9a97]

vcl108: #i106704# fix error handling, avoid memory leaks


2009-12-17  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d83fd0a1f1033dd5276e50732945105cd5783547]

vcl108: #i106704# fix PFA case of Length3


2009-12-17  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [41b9f4d3199dbf8cb69f16c5628075264c7723c2]

vcl108: #i107254# add toUnicode map entries mapping from one glyph to multiple unicodes


2009-12-17  Caolán McNamara  <cmc@openoffice.org>  [758a900bd102eb5e58f9e451c8829d8d841e5338]

cmcfixes69: #i106157#: workaround graphite stl/stlport issues


2009-12-17  Caolán McNamara  <cmc@openoffice.org>  [5a359cb5df9e5543a8eb6c93de251183c71f64d6]

cmcfixes69: #i106157#: workaround graphite stl/stlport issues


2009-12-17  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [33f71c4cf5d27606042a3744c42eefd072f42cc6]

writerfilter07: merged DEV300_m67


2009-12-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c2d6e6fcda296831257410e8542c5404cc48db30]

vcl108: #i26535# make Ctrl-Tab work in TabDialogs if focus is not in TabControl hierarchy


2009-12-16  sj  <sj@openoffice.org>  [62800014a92695941bdaa8c0e74acf0faf6a4d32]

impress181: #i74384# fixed max value color handling


2009-12-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [391b7420da0391862a98100dedfe6cbc553b83de]

vcl108: #i107260# avoid waiting for an event that may never come


2009-12-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b79d8fcbe755d63dc20a03f0c4c636f5a397b71d]

vcl108: #i94111# support globalized PPDs


2009-12-16  Release Engineering  <releng@openoffice.org>  [8dfabc5f3d0721be0593012c5d5040c8c75eff0d]

#100000# fix for SO build environment


2009-12-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [49a307e5e54f961b309bfc61bf742c3c57efd964]

vcl108: #i107271# fix invalid iterator access (thanks cmc)


2009-12-16  Release Engineering  <releng@openoffice.org>  [f452ceb80a315960fea2d589075dd111b69de831]

#i107025# fix for WaE


2009-12-15  Mathias Bauer  <mba@openoffice.org>  [b48e729279a35b05d38d856b2d253a0dc95b8e0a]

#i107706#: liquidate goodies module


2009-12-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [4f1d8e96a4e46075542217286c9d3c2de2279858]

vcl108: #i102696# make menubar behave more gtk like in case of gtk plugin


2009-12-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [023875329f7c3bfff7acab6317ec9906f82ba9fa]

remove a debug remnant


2009-12-15  Vladimir Glazunov  <vg@openoffice.org>  [468ae81185435755888d9c8ae718c0133c6a1253]

CWS-TOOLING: integrate CWS jl146_DEV300


2009-12-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [01233e5b7a5b98a07f0224a55dbef7276f7f5713]

vcl108: #i95682# omit JobPatch entries in CUPS case as CUPS adds them itself


2009-12-15  Vladimir Glazunov  <vg@openoffice.org>  [39df9daa7203d584879ea660a02903097c4eddf6]

CWS-TOOLING: integrate CWS ooo32gsl10_DEV300


2009-12-15  Vladimir Glazunov  <vg@openoffice.org>  [f1d2afa8be25492e635cc9d5916be37efff04fa2]

CWS-TOOLING: integrate CWS communitypatches320_DEV300


2009-12-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6009d7c88c35130cd39ebbe91fadde969dc971d2]

vcl108: #i100644# be prepared for empty invocation values


2009-12-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [715e70f22d00bcd5f7ab84e494e3bab9eb837fba]

dba33e: Merge from dba33d


2009-12-14  Carsten Driesner  <cd@openoffice.org>  [c2fa016f0886dddd8c4b91eae7e3412e2de65435]

Support png instead of bmp file format for splash/about images


2010-01-15  Mikhail Voitenko  <mav@openoffice.org>  [fa48b920994e331e6b901b58428ca9a8c8dc6c7d]

#i108159# ODF-Icons for OOo build


2010-03-25  Vladimir Glazunov  <vg@openoffice.org>  [580ba4ba12b573a716bbf9500fb444b46508143a]

CWS-TOOLING: integrate CWS ooo321gsl04_DEV300


2010-03-25  Vladimir Glazunov  <vg@openoffice.org>  [2c3ccd14f3fa59d51bd6b7db5db6d1b9ae20b656]

CWS-TOOLING: integrate CWS ooo321gsl03_DEV300


2010-03-25  Vladimir Glazunov  <vg@openoffice.org>  [18832680d620a2baad3452afff7bafe30345374f]

CWS-TOOLING: integrate CWS ooo321gsl01_DEV300


2010-03-24  Vladimir Glazunov  <vg@openoffice.org>  [29638da50a951483019a426ed477738d1657bb2c]

#i108917# fixed confusing behaviour of context menu and meta drop down menu in impress comments window - transplanted from 263351@impresscomments1


2010-03-24  Vladimir Glazunov  <vg@openoffice.org>  [886879ca73b0d7ad05b2e8e489cd8493108185e9]

CWS-TOOLING: integrate CWS mtaccfixes


2010-03-24  Vladimir Glazunov  <vg@openoffice.org>  [1b9f28d2e5fa46a41ed9b8ff2c271abfd8f4dd12]

CWS-TOOLING: integrate CWS ause113


2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [c7f7087304afafe48cbf8b653d8ef6f0cbdb9bfc]

CWS-TOOLING: integrate CWS locales33


2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [8f9961b7b0eb20e5c4f1ac15c17a1f80c764e555]

CWS-TOOLING: integrate CWS autorecovery


2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [ba8c546bcd68435ce1004b02e251f6c159afa651]

CWS-TOOLING: integrate CWS sw33bf02


2010-03-22  Vladimir Glazunov  <vg@openoffice.org>  [8843c62484fb3362022f06080b1a5ea3f3406bbf]

CWS-TOOLING: integrate CWS vcl109


2010-03-22  Vladimir Glazunov  <vg@openoffice.org>  [bb270e01d0c3840fc7a2681ec0193c07f317bf42]

CWS-TOOLING: integrate CWS kohei04


2010-03-22  Vladimir Glazunov  <vg@openoffice.org>  [04c1c6bf373ed0671069953af3d9e558063c5ac9]

CWS-TOOLING: integrate CWS aw079


2010-03-18  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [57fc1dffb1f6a2a627fc84604b02af6d7a2de54d]

aw079: rebase to m75


2010-03-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4ce4c86fd8db512e41df40324a236f9366647cee]

autorecovery: merged changes from m74. Still need to find out how to re-do two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore.


2010-03-10  Oliver-Rainer Wittmann  <od@openoffice.org>  [a551e4630b7259c56df96af70d05a15fa58b05f0]

sw33bf02: merge with DEV300_m74


2010-03-06  Eike Rathke  <erack@openoffice.org>  [1901b2ba997f99505e29126ccb1ff4bd669e171a]

locales33: leading whitespace is not mandatory in postset.mk


2010-03-03  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [3bc0f36650ac760823ad196f18ef6cd157c36d4e]

mtaccfixes: undo some changes from vcl108, which I solved differenlty with mtaccfixes (tab control)


2010-03-02  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [65059ca0fa529270a520c78bf36a6f244bf66d73]

mtaccfixes: merge with DEV300_m73


2010-03-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1779eb19ab26eb74b6acea36c6fdd4adba87109b]

update to DEV300_m73


2010-03-02  Eike Rathke  <erack@openoffice.org>  [91fb0d227e0fce1ebf782557c71b4117156338a6]

locales33: merge with DEV300 m73


2010-03-01  Eike Rathke  <erAck@openoffice.org>  [c174cd7035e5f8ac382deac7ae6c03afd8e92740]

locales33: #i109687# added Bafia_Cameroon [ksf-CM] to language list


2010-03-01  Malte Timmermann  <Malte.Timmermann@sun.com>  [7a0a2ed6594a59db557e99646d8e128dcd7ee873]

mtaccfixes: #i50760 BASEPROPERTY_HIGHCONTRASTMODE


2010-02-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8f755c04171493ff9939fe4a97bcc99d85349be9]

ause113: upgrade to DEV300_m72


2010-02-24  Eike Rathke  <erAck@openoffice.org>  [0c103e0c7eab2e118c7b3d7be8aabfa7f61ab41a]

locales33: #i108675# refer to lv_LV for LC_NumberingLevel and LC_OutLineNumberingLevel


2010-02-23  Eike Rathke  <erack@openoffice.org>  [f72971f7632b1cdd07ef59624fbd0a72fa341594]

locales33: #i105121# added U+0218 Ș and U+021A Ț to IndexKey, UnicodeScript 3


2010-02-22  Eike Rathke  <erack@openoffice.org>  [9184f10eb1a4fd03c9dbe00119db818419575acc]

"locales33: #i106992# Canada uses ISO 8601 YYYY-MM-DD date format"


2010-02-21  Eike Rathke  <erack@openoffice.org>  [534f7720e1cc0c3d6d58b6f084ef75aff400878b]

locales33: #i108675# * adapted quotation marks and currency formats to lv_LV + added UnicodeScript 2


2010-02-21  Eike Rathke  <erack@openoffice.org>  [3965ce709411e40a4468764cb566a81b11565aed]

locales33: indent, cleanup, sort FormatElement by formatindex for diff


2010-02-21  Eike Rathke  <erack@openoffice.org>  [dbb4db33a34e2166916aee8ecda6167ff7d6212a]

locales33: some more documentation


2010-02-21  Eike Rathke  <erack@openoffice.org>  [31e52e67476ff1ffe5e463f574818f452d4edc79]

locales33: changed validation instruction's doctype URLs from SVN trunk to HG tip


2010-02-21  Eike Rathke  <erack@openoffice.org>  [a5719f00e747aba3d04dbba5b0542e4b5c111897]

locales33: #i107017# added Sorbian,Upper [hsb-DE] locale data; contributed by <bernhard_b>


2010-02-21  Eike Rathke  <erack@openoffice.org>  [8fd9f7a3d157f226444362042e17b3ea9fd7672b]

locales33: #i107288# added Sardinian,Campidanese [sro-IT], Sardinian,Gallurese [sdn-IT], Sardinian,Logudorese [src-IT] and Sardinian,Sassarese [sdc-IT] to language list


2010-02-21  Eike Rathke  <erack@openoffice.org>  [d193a719b0f9fd27be577424999c63b11d6cf484]

locales33: #i107230# added Papiamentu (Netherlands Antilles) [pap-AN] and Papiamento (Aruba) [pap-AW] to language list


2010-02-21  Eike Rathke  <erack@openoffice.org>  [cf663fc938142155dbb20ac8b763a26b7aab7d98]

locales33: #i95769# added Malagasy,Plateau_Madagascar [plt-MG]; locale data contributed by <peterroots>


2010-02-21  Eike Rathke  <erack@openoffice.org>  [86b3d346223b847e424a8a10e761f8da9aaefe61]

locales33: #i108600# added Maore [swb-YT], Bushi [buc-YT] and Tahitian [ty-PF] to language list


2010-02-21  Eike Rathke  <erack@openoffice.org>  [10d99e8d42c357acac78d90033b9aa9a22aefb76]

locales33: #i108675# added Latgalian_Latvia [ltg-LV]; locale data contributed by <jancs>


2010-02-21  Eike Rathke  <erack@openoffice.org>  [af47da8b09cdc3865e1a485d3b700a2cd6f12e06]

locales33: additional check for ]) currency symbol with parentheses negative format code


2010-02-20  Eike Rathke  <erack@openoffice.org>  [31ca334d057397ae8acbb36b1dd6f1c9a89712bd]

locales33: #i109095# added Unicode 5.1.0 mappings to Simplified/Traditional Chinese character conversion table; patch from <timothyl>


2010-02-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b592bf05c10d50975c2adf15631b4b2a8bbd1b36]

Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33e


2010-02-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0e36df86e503f8c6f5a5eb40207b37fb305c55e7]

workaround deprecation warning for KillPicture


2010-02-19  Malte Timmermann  <Malte.Timmermann@sun.com>  [b1425c6ee4aab030967be6727c892444797968d0]

mtaccfixes: #100833# FixedLine and GroupBox can also lable a FixedText


2010-02-19  hdu  <duerr@sun.com>  [fd565a857b8d60940a87f57b8891d1d95e2d79c5]

merging


2010-02-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [30bb4077ce3f5b44a9669a0c6888eeee7507baa8]

autorecovery: #i109405#


2010-02-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [244dcceb6512bfe37ad57e1cb8d319edce98c5e6]

vcl109: #i82785# support full/partial field names, allow spaces in partial field names


2010-02-18  hdu  <duerr@sun.com>  [60a04c234874ab9202b6a1faad3ba074056d8376]

#i109400# no special handling required when textlen matches with strlen


2010-02-17  Malte Timmermann  <Malte.Timmermann@sun.com>  [7aca52f74b99fc29093056594b5ff40866acf2f1]

mtaccfixes #i104290# removed some code which shouldn't be needed anymore


2010-02-17  Malte Timmermann  <Malte.Timmermann@sun.com>  [296dc6cd0cf4b3fe3641d6fadb342d57b0d1a72d]

mtaccfixes #i104290# FOCUSED state for compund controls


2010-02-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [19f0547e3e65526b0b8d392b9e642c4d20b79080]

autorecovery: +clear


2010-02-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7a43bb6a4751c738603157a7367bbcba385eb0f0]

autorecovery: +ENSURE_OR_RETURN_VOID


2010-02-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f8e8cfaee88a896adf2529329d9968f494e226c6]

vcl109: #i109085# fix CTRL_STATE_SELECTED for menu item


2010-02-10  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [da2271023f2fe611580baf270edc63ccf72d73cd]

mtaccfixes: #i102694# and #i102803#: removed MetaCity focus hack


2010-02-08  Malte Timmermann  <Malte.Timmermann@sun.com>  [b105f4b5873be06701ff5bc6c8e5592e1f3b2c02]

mtaccfixes: #i87415 Mnemonics need to be unambiguous


2010-02-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9e1d939e8c9ec1f50654494551f375e28563e0e0]

autorecovery: merge after pulling CWS dba33e


2010-02-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [aa4e81ff7641678f5f64ed750da464ac82285fc3]

fix a warning


2010-02-04  Oliver-Rainer Wittmann  <od@openoffice.org>  [8154d229a5b92c01e5d5d832ebfd1080a61aa87e]

sw33bf02: merge with DEV300_m71


2010-02-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [993dbbbaaa75f3b6eb6d80ac9bd4921ed03343a6]

autorecovery: commit resolved merge (after rebase to m71)


2010-02-03  Kohei Yoshida  <kyoshida@novell.com>  [7b0c33a0be0bb412c2fab7931d3d4547a5303c2d]

rebased to m71.


2010-02-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7370a91feae99dc06c960704a3d00b49eee13701]

ause113: #i108416# update windows version defines


2010-02-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [199d45067be0f22a1662abcbaa90a0a53287634d]

merge with DEV300_m71


2010-02-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0dc27633bb7eb287fad6d2680029bc1128cee16d]

autorecovery: add assignment operator


2010-02-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [df2ec22436d0c549ac8b9dd8af898a1f23ff95ae]

autorecovery: more sophisticated configuration data for interaction handlers The generic css.task.InteractionHandler implementation in module uui is now able to instantiate "sub handlers", i.e. components to delegate a request to, based on the type of the request, and some configuration data.

The "old" (and now deprecated) configuration scheme at org.openoffice.ucb.InteractionHandler did not contain type
information, so any handlers registered there were always called when no default implementation for a given request
was available.

The "new" configuration scheme at org.openoffice.Interaction contains UNO type information. That is, a given handler
implementation can declare itself responsible for an arbitrary set of UNO types, and for each of those types, whether
it is also responsible for sub types.
The generic interaction handler implementation uses this configuration data, when it encounteres an interaction
request it cannot fullfill itself, to instantiate a component to delegate the request to.

As with the "old" data, such a component is required to support the css.task.XInteractionHandler2 interface. Also,
if it supports css.lang.XInitialization, then it will be initialized with a name-value pair, the name being
"Parent", the value being the XWindow interface of the parent window for any message boxes.

As an examplary implementation for this feature, the css.sdb.InteractionHandler has been deprecated. Now the
css.sdb.DatabaseInteractionHandler is reponsible for database-related interactions, and the new configuration scheme
is pre-filled with data assigning this responsibility.

Consequently, a lot of places previously creating an css.sdb.InteractionHandler have been modified to create the
default css.task.InteractionHandler.
2010-02-01  Malte Timmermann  <Malte.Timmermann@sun.com>  [5d9b0aee45fccbedc60e921dbafb2ccc0962e516]

mtaccfixes: #110353 Handle Ctrl+Tab and Key-Up/Down for parent events if it's a dialog


2010-01-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1c87e9c857924dfed58f6340212fb901a4a93b77]

autorecovery: ENSURE_OR_RETURN => ENSURE_OR_RETURN_FALSE, added new ENSURE_OR_RETURN taking a return value


2010-01-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ac78ed2f695bee3a47c7ce9a90ebf710d3c0f3bd]

vcl109: #i108518# recognize OTF files


2010-01-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [3ad8e80fdf72b190b3b1726461dfe2e6e7bf6b47]

merge


2010-01-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [eff1e502856fd7d70a76d2b1363a9cabb0413a7b]

vcl109: #i108454# do not depend on onsolete PICT format as image clipboard content


2010-01-25  hdu  <duerr@sun.com>  [38edae3f57b7d0585ed69a5641cc4aea37571c24]

add missing precompiled header include


2010-01-25  hdu  <duerr@sun.com>  [3dc8c7d756e288bce1b5960108e9f7c114280f92]

#i108630# allow compile with Xrender.h older than v0.9


2010-01-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [40b3c908b593829be9066524bf9db53b1f77ab7d]

fix some compile problems


2010-01-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [95d7aca8c0c96816bbf58d9d67bc48e4006fb8b3]

rebase to DEV300m70


2010-01-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d6af39e2613aee7551ec01916b4b5eafe5e1ce6d]

vcl109: #i108510# remove unused files


2010-01-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [4edbc3f0223e1ca81230831d3b02f14e12a1ff78]

vcl109: #i108501# remove unused files (thanks dtardon !)


2010-01-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0aa8c0c22a556ca5809429c86ca989f66274909c]

vcl109: #i108459# fix a crash when deleting the current focus frame (thanks mst)


2010-01-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [48f0cb835d3420bfff62a0f37f8fac653d573495]

vcl109: #i108451# fix unitialized member (thanks dtardon !)


2010-01-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [a8c90e615ac2393254ecc4550bfe04a4a77d3be6]

vcl109: #i65128# avoid breaking polygonal clip regions into rectangles in PDF export


2010-01-19  Michael Stahl  <mst@openoffice.org>  [1c1db7cf3388da3b14b7a5d7e588ebeaf58a6040]

sw33bf02: #i108347#: change util::Duration to support MilliSeconds:  SfxDocumentMetaData: adapt.  dinfdlg.src: adapt dialog to milliseconds.  sax::Converter: adapt.  sax::Converter::convertDuration(): fix a bug in parsing fractional seconds.


2010-01-18  Michael Stahl  <mst@openoffice.org>  [ab941d3c61d30447eefc2ba1056bff832ceeb368]

sw33bf02: #i107437#: sax::Converter: support XMLSchema-2 "dateTime" better:  reimplement convertDateOrDateTime() to parse all "dateTime" features.  also fix serialization function to write leading zeros if year < 1000.


2010-01-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [1ca2fcc171c00e38a9e10674d4e5a0fc9f69dffc]

vcl109: #i108321# change status bar to optionally use separators instead of item boxes


2010-01-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [3945e7e6c2dbb2e3bb93768f004b5506047d0618]

#vcl109: #i108368# catch broken AFM files (thanks thb !)


2010-01-16  Kohei Yoshida  <kyoshida@novell.com>  [ceed08e09c05490211194bddf04c5693bc4850d8]

kohei04: #i108374# added in-line comment for the line I added.


2010-01-15  Kohei Yoshida  <kyoshida@novell.com>  [fcab9cd5380a212c686b818689a981812d0288c9]

kohei04: #i108374# fixed a memory corruption during ods export.


2010-01-15  Kohei Yoshida  <kyoshida@novell.com>  [94b89a9f68f379d7620d00674b64e4df197dbdf4]

kohei04: #i108373# Initialize StatusBar::mnItemsWidth before it gets used.

valgrind reports that in class StatusBar, mnItemsWidth is used uninitialized
for branching in SetItemText().
2010-01-15  Kohei Yoshida  <kyoshida@novell.com>  [cf69870dd67a3a19f395898621e9cb5ea738120e]

kohei04: rebased to DEV300_m69.


2010-01-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6c00741f444e9365e934b77f35536b0a0f6c3dcd]

vcl109: #i107945# status bar including native borders


2010-01-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f53f8885f2fe4e03cae23ce7482c16026f3f6ad7]

vcl109: #i108290# KDE4 integration updates from shtylman


2010-01-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [35b0707680cdf29516af04d3416219e7bbafd2f6]

vcl109: #i33688# NWF slider (gtk)


2010-01-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0d0873bec1b74d637ef1b27740bbf3c6d3d9badd]

vcl109: #i33688# NWF slider (gtk)


2010-01-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [88c9e2afb4e5a0b08ab39d3cc376f8d277f55a24]

vcl109: #i108256# fix typo (thanks cmc)


2010-01-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [fe40f7c245dfec949c155a5e8f780e2b0917d382]

vcl109: #i33688# NWF slider (KDE4)


2010-01-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [bf0e4f5e889fcc2f287fcc321e71aa090c83412d]

vcl109: #i33688# NWF slider (windows)


2010-01-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [569dfdc29bac8cf6ce4677d401fcdde266be969b]

autorecovery: merge after rebase to m69


2010-01-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b3bb296a2a8a9e8173214ac17561f021a5c58910]

vcl109: #i33688# NWF slider implementation (mac)


2010-01-08  hdu  <duerr@sun.com>  [1c584cc5c2a2ebc489597a94f4d2898b1516c538]

#i107915# fix vertical writing for non-BMP CJK chars


2010-01-06  hdu  <duerr@sun.com>  [27586fd660e896ce092d675b7d3d5cbcfd2ab1da]

vcl109: remove unused debug code


2010-01-04  Oliver-Rainer Wittmann  <od@openoffice.org>  [0f9d1f7a3b56c0efb5bdd3dac801f39745694275]

sw33bf02: #i105243# Output of graphic in Writer with corresponding PDF handling


2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [69a34a6f8959ecec69fab95b3e9397cbd8e574f7]

CWS-TOOLING: integrate CWS calc32stopper6_DEV300


2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [174e02f46710106c60353b5239c8bff94b4b0d5e]

CWS-TOOLING: integrate CWS ooo32gsl09_DEV300


2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [908c790e426223dc166715c2a6b1e4db9c410cfe]

CWS-TOOLING: integrate CWS ooo32gsl08_DEV300


2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [04d3082a734faddfde6ba49b807ce16af99502dc]

CWS-TOOLING: integrate CWS fwk131_DEV300


2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [8b1fa66a7817a6ebf7227683ca7fb571514cbb33]

CWS-TOOLING: integrate CWS fwk128_DEV300


2009-12-14  Kai Ahrens  <ka@openoffice.org>  [3cce66c981498466f8bff95ac9eb83799e368ba4]

added community patches


2009-12-11  Mathias Bauer  <mba@openoffice.org>  [bdb71d2a4b68704e5abba4f07b34c2efdb544696]

#i107450#: memberid.hrc now delivered


2009-12-11  Mathias Bauer  <mba@openoffice.org>  [7ae70cb9cb9a3644eaff12543ea66e4a2c4eb752]

#i107450#: error in rename


2009-12-11  Mathias Bauer  <mba@openoffice.org>  [3393a23c4222907e9312729c2f019cc9f7ccb176]

#i107450#: error in rename


2009-12-11  Vladimir Glazunov  <vg@openoffice.org>  [5ed856b846d24bc1230230fd25bef53f299242d5]

CWS-TOOLING: integrate CWS fwk129_DEV300


2009-12-11  Vladimir Glazunov  <vg@openoffice.org>  [1a10fd66a60c0f6f353662bdef3ce5f829c4b64f]

CWS-TOOLING: integrate CWS expat201_DEV300


2009-12-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [15b9e0493b88c26c7d382f97d11e44523a454959]

vcl108: #i107595# fix debug compile (thanks arielch)


2009-12-11  sb  <sb@openoffice.org>  [15cf66cfef6cbbe315666b76413207fb76bc2515]

sb118: Replace (heavily modified) CppUnit 1.8.0 with (unmodified) latest 1.12.1. - Old modifications were necessary for testshl2, which has simply been excluded   from the build for now. - Tests in basebmp, basegfx, o3tl (that are executed during build) have been   converted from using modified CppUnit/testshl2 to using unmodified CppUnit. - CppUnit's DllPlugInTester has problems with OOo tests on Windows, see   #i107562#, so for now a new cppunittester from sal is used instead.


2009-12-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f1b3b0481314bcbb3b27d6d023f7d4f0e0782383]

merge with DEV300m67


2009-12-11  sj  <sj@openoffice.org>  [2ef962880f87cdf73b53f0f21cc218c106e9ccd1]

impress181: #i107614#: fixed build error, dxerr9.h has been renamed to dxerr.h in the latest DirectX SDK from August 2009


2009-12-11  Thomas Lange [tl]  <tl@openoffice.org>  [ec14f23256ace63f1f97daefe287ae2c589e3649]

#i106926# fixed hidden text in view when cancelling print to file


2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3a30a5da1f0bd405bda851c74b8cfa87b5216389]

dba33e: removed wrong assertion (thanks to dtardon for the investigations and the fix)


2009-12-11  Mathias Bauer  <mba@openoffice.org>  [2fde404745b78716549adc4e4c95f3cf6ea46017]

#i107450#: HelpAgent now can be started without linking against sfx2


2009-12-10  Mathias Bauer  <mba@openoffice.org>  [b913c3fa2e5756293d6e91361281cd16c2d7c74e]

#i107450#: move two methods needed in EditEngine from SfxHTMLParser to HTMLParser


2009-12-10  Mathias Bauer  <mba@openoffice.org>  [9bf4c86d483bbfc70c60006e265d0ee6d5ade01c]

#i107450#: move SvxSearchIten to svl


2009-12-10  Mathias Bauer  <mba@openoffice.org>  [a18d437b83cbd89ae3719c656ad6871b36504d10]

#i107450#: move method CreateGraphicObjectFromURL to class GraphicObject


2009-12-10  Vladimir Glazunov  <vg@openoffice.org>  [8edcbb3cbcd9ed62d7766eaee3137cd995e947dd]

CWS-TOOLING: integrate CWS cmcfixes67


2009-12-10  Mathias Bauer  <mba@openoffice.org>  [d57c596217307a19e05b4dba77693d2b58d70f5e]

#i107450#: move GetLanguageString to class SvtLanguageTable


2009-12-10  Vladimir Glazunov  <vg@openoffice.org>  [598b058f3c676724a5ac4bae0c40237bc392a3b0]

CWS-TOOLING: integrate CWS vcl107


2009-12-10  Vladimir Glazunov  <vg@openoffice.org>  [5c47eb447d69dd14930449bc8f75bed2f6a3e34c]

CWS-TOOLING: integrate CWS os137


2009-12-10  sb  <sb@openoffice.org>  [1b17ab76ca3262f9ccb1baeae41cc2f01dd4d2e9]

sb111: merged in DEV300_m67


2009-12-10  Mikhail Voitenko  <mav@openoffice.org>  [2d2ab47b20f9b5eb52103ef3897de22d7c05defc]

#i107512# let the singleton be registered


2009-12-10  Kai Sommerfeld  <kso@openoffice.org>  [cad7722a5120e07e27fe53a26a1ade7b9cdeedc2]

merged with DEV300_m67


2009-12-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [dd1c26c613eaec64293f8df34b9c22f7516d8b15]

dba33d: merge with DEV300_m67


2009-12-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2791782d6168df1c2dfca0f5350b7848e5abc49e]

dba33b: merge CWS head with head resulting from pulling DEV300_m67


2009-12-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [78024cbec10662eeb1a5984ed8953f4e16a7043a]

Update from master repository (to m67).


2009-12-09  Vladimir Glazunov  <vg@openoffice.org>  [fe6ac19f779517092255821bfd45329a52bb0a61]

CWS-TOOLING: integrate CWS killnonpro


2009-12-09  Andreas Bregas  <ab@openoffice.org>  [99e0432d2c6ae08bd0a25a89285a2cd5f1433022]

#i107075# Check any type in getTextMarkup()


2009-12-09  Philipp Lohmann  <pl@openoffice.org>  [37063c65cc96d5182dfbd5289ff7c3cc4d7ab5fc]

#i107554# protect against stack underflow


2009-12-09  hdu  <duerr@sun.com>  [d116ed930cdb08aec831cd9e211012328e2a3a61]

#i107552# ignore SFNT fonts with broken name table (thanks cmc!)


2009-12-09  Mathias Bauer  <mba@openoffice.org>  [2ef45c90ffeb3bce832dbd2fc6977139bbbf2f7a]

missing dependency on rsc


2009-12-08  Mathias Bauer  <mba@openoffice.org>  [eda6ab75468cf7faaa49a68c03f349a8ba452750]

another resolved merge conflict


2009-12-08  Philipp Lohmann  <pl@openoffice.org>  [4fb1ef843ce292d3ce508200ddc491860432ed13]

#i107529# change fallback mechanism


2009-12-08  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [d5c6f29e123e7d93516c7f17c9e49dce6770409b]

aw079: #i107360# numerical precision


2009-12-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [74509159338be481db0128a7b9dd7721b5e804b3]

vcl108: #i104264# use caret width setting from system


2009-12-08  sj  <sj@openoffice.org>  [364e205ba834a50cd2a7d78c4de20ff4c2b79a9f]

impress181: #i97966#: fixed resource problem, now the error message is notifying a read error instead of "Move background page assignment" when trying to load an encrypted PPT document


2009-12-08  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [f7baaa5ecab65817c08c6a4af51e01918da7f43f]

writerfilter07: merged DEV300_m66


2009-12-08  Thomas Lange [tl]  <tl@openoffice.org>  [a24816a89c3b8ecb85088ec45f49b893e0d5f44e]

merge


2009-12-08  Thomas Lange [tl]  <tl@openoffice.org>  [47b3188593021ff0d65a8eea266f735faee6eece]

#i105728#, #i105730#, #i105727# intelli UI thingies


2009-12-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0e3cb4fa377da53087c8edeef0aefe0ce28452e6]

printerpullpages: #i91478# fix a scaling issue in native mac dialog


2009-12-07  Mathias Bauer  <mba@openoffice.org>  [65a0c8d99504152fe00e85d5880998115fceb59e]

next merge


2009-12-07  Mathias Bauer  <mba@openoffice.org>  [cdcd8af59e7952ab0609b4ee53b5527d84f3cc2e]

some fixes after resync


2009-12-07  Kurt Zenker  <kz@openoffice.org>  [f2ccd4f3504bfc6804698925585bb6951b46ac48]

masterfix: #i10000# type fixed


2009-12-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [2dec96cd1d7894031445b85e91f5aeed0c7414a0]

vcl108: #b6906380# fix desktop switch logic


2009-12-07  Thomas Lange [tl]  <tl@openoffice.org>  [c61e3dd780f07efe8770e736aa1cd1e832709257]

merge


2009-12-07  Mathias Bauer  <mba@openoffice.org>  [ca55fca7a6aa8b346a846c6c501741fc02671e70]

#i106367#: typo again


2009-12-07  sj  <sj@openoffice.org>  [6a281894004c7ca2366105f496c575353c84861b]

impress181: #i107457#: applied patch (WMF/EMF import, text background is now correctly set)


2009-12-07  hdu  <duerr@sun.com>  [bd0fcecaea17634f31bc4cdd9907dbfcf7707c44]

#i107415# fix caching problem for big-sized graphite fonts (thanks kstribley!)


2009-12-07  sb  <sb@openoffice.org>  [c36f1a79a76eb0cf223229c2e4a617bf58b1e8a9]

merged in DEV300_m66


2009-12-06  Christian Lippka  <cl@openoffice.org>  [ab145095eda7c67f99cdaf7207ba82788ddd012d]

renaissance01: #i107213# ignore grip on mouse move


2009-12-05  Mathias Bauer  <mba@openoffice.org>  [969825650c612028b05c236497e6447bd73b9351]

merge to m67


2009-12-04  Kurt Zenker  <kz@openoffice.org>  [4a9322a8929407822855ca6acaffe8f21c9f7fca]

CWS-TOOLING: integrate CWS ooo32gsl07_DEV300


2009-12-04  sj  <sj@openoffice.org>  [526e04aa898d276295699e355b3cb26f0331c16b]

impress181: #i105480#: applied patch (using HeaderExtionsion2 now, fixed EMR_EOF record, added bounding rectangle to EMR_FILLPATH and EMR_STROKEPATH, now closing pathes properly, resolution changed from pixel to 100th_mm)


2009-12-04  Kurt Zenker  <kz@openoffice.org>  [65af6132623345dea7957669facf94b3cacf01c0]

CWS-TOOLING: integrate CWS ooo32gsl06_DEV300


2009-12-04  Philipp Lohmann  <pl@openoffice.org>  [78d7560af10c8869c8c90e43f3895176a1ebe02e]

#i107358# fix uninitialized value (thanks cmc)


2009-12-04  Philipp Lohmann  <pl@openoffice.org>  [7b282f803f5ce859cf2427d7dcaed080de93eed2]

#i106833# fix subset font encoding


2009-12-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b14e350d6678d82606a3618fe6f93c8a9c82da27]

d2v02: #161005# do not crash on a badly linked libXrandr


2009-12-04  Kurt Zenker  <kz@openoffice.org>  [ef8fdf080e30ae3ac68cc68147d3585286177018]

CWS-TOOLING: integrate CWS localization37_DEV300


2009-12-04  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [e3a33b2638baa9fcd898decffa2597f85762d706]

Merge


2009-12-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6806f2f8724a61ec418f184b57fc60d7432991a6]

printerpullpages: #i92516# print to file option not persistent anymore


2009-12-03  Kurt Zenker  <kz@openoffice.org>  [20b523d004107002fbed766318f59a29ae5dabc6]

CWS-TOOLING: integrate CWS ooo32gsl04_DEV300


2009-12-03  Kurt Zenker  <kz@openoffice.org>  [4449fad6f96f01c508433d91dd852d7eaf457a74]

CWS-TOOLING: integrate CWS fwk125_DEV300


2009-12-03  Andreas Bregas  <ab@openoffice.org>  [1d77cba6a71798514c84c862ed512eeb9d417bbd]

#i107283# Pass config help path as argument to compileExtensionHelp()


2009-12-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [223dc4c6872a861ed85db01c367b161f1eb20d76]

vcl108: #i106833# sort encoding to get correct subsetted font


2009-12-03  Kurt Zenker  <kz@openoffice.org>  [f5d5a3ea05525938ded5434077640f58f948b258]

CWS-TOOLING: integrate CWS validityref


2009-12-03  sj  <sj@openoffice.org>  [802bfa40e6a8dc146ca431f68004b0afe990d479]

impress181: #i107292#: Applied patch, wmf filter is now supporting embedded EMF data from the META_ESCAPE action.


2009-12-03  Kurt Zenker  <kz@openoffice.org>  [721617f04654d354abd32a3c57806c22a7b12c39]

update to current version


2009-12-03  Thomas Lange [tl]  <tl@openoffice.org>  [6ef889e14ef88acdec97e01f62b796a5b6128cea]

#i106926# printing of hidden text fixed


2009-12-03  skotti  <skotti@buster.gleitmeier.de>  [5662a41a02e7d6eadf4a4abc9ea33cc05470c135]

Merge with external changes


2009-12-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [54149ac4b86f0955dd1369ee92837cb6a7a3e946]

merge with DEV300m66


2009-12-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1b265907899c188f921fff46f18c95ee4abe1d12]

diagnostics


2009-12-03  Kurt Zenker  <kz@openoffice.org>  [15c2be11a2a54e9a1faa5ddaf6f7f2e5d6c271a4]

CWS-TOOLING: integrate CWS gridcontrol_02


2009-12-03  sb  <sb@openoffice.org>  [1afc741efe29b968a4d506702b9b3f6f5dd289b1]

sb111: #i107400# do not use hex numbers (0x) in oor:value; improved assertions at one place in unotools


2009-12-03  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [24201695a5d8b39128c1ecad6ba9cb18a1fe807f]

aw078: corrected small VCL Linux error for non-AA cases


2009-12-03  Kurt Zenker  <kz@openoffice.org>  [6b604eefa0ef927086e0772f6291618879e52580]

CWS-TOOLING: integrate CWS slideshow1


2009-12-03  Mikhail Voitenko  <mav@openoffice.org>  [16d3a3b7fd90a0c453ac093a38ec58f50978c086]

#i105172# PL:extend session management


2009-12-03  Mathias Bauer  <mba@openoffice.org>  [e462c57ec4a7af6e32a3d15feea8b535a0063c3d]

more resync fixes


2009-12-02  Kurt Zenker  <kz@openoffice.org>  [96a5ee87bf3c22e2bb051b8bfd09ed401da32917]

CWS-TOOLING: integrate CWS npower12


2009-12-02  Kurt Zenker  <kz@openoffice.org>  [23bcad44e79400681416d30219cf450f21bc5895]

CWS-TOOLING: integrate CWS ooo32gsl03_DEV300


2009-12-02  Mathias Bauer  <mba@openoffice.org>  [2e981cd2bbd9bbe921d63cf023c19da0790ab021]

merge with db33a


2009-12-02  Mathias Bauer  <mba@openoffice.org>  [ec8f3f5fdb483c29e98580189beedb5ea5cd929e]

correct wrong hg copy


2009-12-02  Mathias Bauer  <mba@openoffice.org>  [ddbe1457045921bdd3a79fe7e83418fc23c541cc]

correct wrong hg copy


2009-12-02  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [77828794decf6a5775894aa6a60cb59bcf3cafab]

merge to m66


2009-12-02  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [193429a28bcced697de9fe951bcdbe2e16325b18]

Merge


2009-12-01  Kohei Yoshida  <kyoshida@novell.com>  [23786f8a9591a2de5250445d9aabfdaaabbafc7d]

#i46511# Fixed one bug where the standard percent format incorrectly got unlimited precision.


2009-12-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b3977e884b92b4be2d3b1ba48f42f0aeb415f78c]

vcl108: #i107358# fix uninitialized member (thanks cmc!)


2009-12-01  Kurt Zenker  <kz@openoffice.org>  [3b2bd4f1b06f349d5364793b6198149acd438e2d]

CWS-TOOLING: integrate CWS sconfigl10n


2009-12-01  sb  <sb@openoffice.org>  [3dcd46e3740f3d2323844eb4c2f48edd88e5a2a9]

sb111: merged in to-the-side QA fixes


2009-12-01  Kurt Zenker  <kz@openoffice.org>  [bd882c14f7224a0135db475135d014ecf8ea6b7d]

CWS-TOOLING: integrate CWS dba33a


2009-12-01  hdu  <duerr@sun.com>  [ef9cf3cd08c46e4968bad2dc2c713950a86c2743]

#i106264# prevent ushort-overflow in GSUB.cov2


2009-11-30  Philipp Lohmann  <pl@openoffice.org>  [910c3a12871d39eb3cd0402d2740877911a8581a]

#i107248# cleanup updateGraphics


2009-11-30  Philipp Lohmann  <pl@openoffice.org>  [bf34c76e937e60ec11111a3d72cf8a1cb2a0aa7f]

#i107080# invalidate is needed


2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9d8f499c71686b3e06f99b5ac3eb14a04cd43e5]

slideshow1: merge with DEV300 m63


2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [40c7fd2f422a376c3166c035bbd243a2a3ed86e0]

slideshow1: merge with DEV300 m61


2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [48d64c20db41bb4ce2a01aff5e72818f0625e546]

slideshow1: merge with DEV300 m56


2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [58b54e4c39268c262cfaceb05dad2e36eb124e1c]

slideshow1: merge with DEV300 m49


2009-11-27  Thorsten Behrens  <thb@openoffice.org>  [2d081295d73b64e05859eea6458e787bee71ec2b]

#i107248# Free render Picture before killing underlying drawable


2009-11-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [1a778a50dfc791dd35425bf76cb659731e7f993e]

vcl108: #i107260# clipboard shutdown (thanks cmc)


2009-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d579f8226796c0cb6e7b3f31d1870245f60241c]

dba33a: summary migration from SVN

2009-11-06 13:10:39 +0000 msc  r277387 : minor fix for automatic test
2009-11-06 13:09:33 +0000 msc  r277385 : minor fix for automatic test
2009-11-06 12:30:57 +0000 fs  r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ...
2009-11-06 12:13:34 +0000 fs  r277382 : this diagnostic code should not have slipped in
2009-11-05 13:21:06 +0000 fs  r277369 : SHL2NOCHECK=TRUE (requested by hjs)
2009-11-04 14:09:46 +0000 msc  r277355 : minor fix for automatic testing
2009-11-04 13:23:02 +0000 msc  r277352 : minor fix for automatic testing
2009-11-04 10:53:28 +0000 msc  r277341 : minor fix for automated testscript
2009-11-04 08:30:58 +0000 msc  r277333 : minor fix for automatic test
2009-11-04 08:15:43 +0000 msc  r277332 : minor fix for automatic test
2009-11-03 14:25:44 +0000 fs  r277324 : #i10000#
2009-11-03 09:47:47 +0000 fs  r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs
2009-11-03 08:50:24 +0000 fs  r277312 : use createTempFileURL, which cares for some more specialities ...
2009-11-03 08:44:55 +0000 fs  r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM)
2009-10-22 13:06:17 +0000 fs  r277126 : removed wrong assertion
2009-10-21 08:10:35 +0000 fs  r277077 : reverted the previous change, which was nonsense
2009-10-21 07:19:43 +0000 fs  r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE
2009-10-21 07:08:35 +0000 fs  r277075 : spare useless call
2009-10-20 21:26:31 +0000 fs  r277072 : #i10000#
2009-10-20 08:06:04 +0000 fs  r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62)
2009-10-16 09:55:25 +0000 fs  r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch
2009-10-15 13:18:52 +0000 fs  r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks.
2009-10-15 13:06:51 +0000 fs  r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk)
2009-10-15 12:52:39 +0000 fs  r276939 : #i10000#
2009-10-15 12:44:26 +0000 fs  r276938 : #i10000#
2009-10-15 12:00:33 +0000 fs  r276936 : #i10000#
2009-10-15 10:31:37 +0000 fs  r276934 : #i105259# prepare for the Hidden arg
2009-10-15 10:31:05 +0000 fs  r276933 : IsMaximized -> const
2009-10-15 09:50:15 +0000 fs  r276932 : during #i105259#:
introduce an option to the layout manager to preserve, if possible, the size of the content window
when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing.
(the option is incompatible with in-place editing, anyway)
This is because such embedded objects couple the (content) window size to the VisAreaSize, in that
both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize,
and restores it upon next open. This, however, leads to different content window sizes when the
window is closed with another toolbar set than used during opening.
This patch here prevents those different content window sizes. Also, now the content window size
doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content
window size stays the same, and the container window size is adjusted.
2009-10-15 09:32:41 +0000 fs  r276931 : during #i105259#: UNO access to more attributes of top windows
2009-10-15 09:30:28 +0000 fs  r276930 : indention corrected (better readable)
2009-10-15 09:26:46 +0000 fs  r276929 : during #i105259#: access to more attributes of top windows
2009-10-14 10:04:39 +0000 fs  r276889 : connecting via services manager, not naming service
2009-10-12 11:31:08 +0000 fs  r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist
2009-10-12 11:24:44 +0000 fs  r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties
2009-10-08 08:20:58 +0000 fs  r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified
2009-10-07 19:19:42 +0000 fs  r276770 : #i105198# do not pass an CommandType if we do not have a command
2009-10-07 17:39:36 +0000 fs  r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol
2009-10-07 12:59:17 +0000 fs  r276754 : #i87693#
2009-10-07 11:19:22 +0000 fs  r276752 : #i10000#
2009-10-07 10:21:08 +0000 fs  r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller)
2009-10-07 10:04:08 +0000 fs  r276747 : copying the changes from CWS fwk121 herein, in particular the fix for
issue #i105371#
2009-10-07 09:58:30 +0000 fs  r276746 : copying the changes from CWS fwk121 herein, in particular the fix for
issue #i105371#
2009-10-07 09:48:14 +0000 fs  r276744 : removed (now) pointless assertion
2009-10-07 06:59:19 +0000 fs  r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol
2009-10-07 06:44:43 +0000 fs  r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release:
when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing
the ref count, again. This ensures that our adapter cannot create references to the dying object anymore.
(A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous
release/dispose/destroy pattern, namely WeakComponentImplHelperBase)
2009-10-07 06:37:20 +0000 fs  r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying
2009-10-06 21:58:24 +0000 fs  r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool)
2009-10-06 21:51:16 +0000 fs  r276733 : log the name of the data source which cannot be revoked
2009-10-06 21:50:41 +0000 fs  r276732 : more detailed error message when cleanup fails
2009-10-06 21:50:01 +0000 fs  r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet
revealed some inconsistencies, in whether the objects are cached by their URL, or by their
registration name. This has been changed to caching by registration name.
2009-10-06 13:50:34 +0000 fs  r276714 : print diagnostics when we cannot clean up the test case
2009-10-06 13:45:02 +0000 fs  r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed
2009-10-06 12:52:46 +0000 fs  r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable
(timing-dependent) results/failures. Instead, every test sets up a new odb file.
Also, did some re-factoring, improved the cleanup code, and caught a few more errors.
2009-10-06 12:51:07 +0000 fs  r276710 : DBTools taking a logger now
2009-10-06 12:50:42 +0000 fs  r276709 : taking a PrintWriter for logging purpose
2009-10-06 12:50:03 +0000 fs  r276708 : DBTools taking a logger now
2009-10-06 12:49:22 +0000 fs  r276707 : typo
2009-10-06 12:49:03 +0000 fs  r276706 : typo
2009-10-06 12:48:52 +0000 fs  r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class
2009-10-06 12:48:02 +0000 fs  r276704 : typo
2009-10-06 12:38:42 +0000 fs  r276702 : some better diagnostics, done during getting the API tests to work more reliably
2009-10-06 10:35:51 +0000 fs  r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence
2009-10-05 12:47:52 +0000 oj  r276677 : #i105607# check for read moved into if scope
2009-10-05 11:37:06 +0000 fs  r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create
2009-10-05 10:04:23 +0000 oj  r276673 : #i105607# check for read moved into if scope
2009-10-05 09:46:17 +0000 fs  r276671 : #i10000#
2009-10-05 08:43:58 +0000 fs  r276664 : #i105505#
release: dispose the (base classes) weak connection point before disposing ourself,
and in particular before temporarily incrementing our ref count, again.
This way, we prevent that a separate thread re-surrects us (using the weak connection
point's queryAdapted) while we're in the process of destruction
2009-10-05 08:41:49 +0000 fs  r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release)
2009-10-05 08:40:26 +0000 fs  r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead
2009-10-05 08:39:38 +0000 fs  r276661 : #i105505# diagnostics
2009-10-05 08:39:16 +0000 fs  r276660 : #i105505# +testDocumentRevenants
2009-10-05 08:36:01 +0000 fs  r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign
2009-10-04 19:53:30 +0000 fs  r276657 : #105560#
remove unused code
thanks to cmc@openoffice.org for submitting the patch
2009-10-04 19:50:28 +0000 fs  r276656 : #i105550# remove unused 'fire' method (thanks to cmc)
2009-10-03 16:13:15 +0000 fs  r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60)
2009-10-02 19:20:48 +0000 fs  r276651 : #i104117# lotta changed IDs ...
2009-10-02 10:52:24 +0000 fs  r276634 : #i105505#
If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized.
In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl
call attachResource. This ensures that the model is initialized completely, including firing the necessary
events.
2009-10-02 10:51:08 +0000 fs  r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document
2009-10-01 11:10:13 +0000 fs  r276597 : do not rely on the name 'Standard' for the one and only form in a document
2009-10-01 10:36:29 +0000 fs  r276590 : #i105509# don't rely on default form component names, use indexes
2009-10-01 09:12:20 +0000 fs  r276582 : #i105505#
2009-09-30 07:55:21 +0000 fs  r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion
2009-09-30 07:53:22 +0000 fs  r276541 : removed unneeded methods
2009-09-30 06:35:59 +0000 fs  r276538 : #i10000#
2009-09-29 13:45:02 +0000 fs  r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113#
2009-09-29 10:27:10 +0000 fs  r276520 : #i105367#
2009-09-29 08:46:45 +0000 fs  r276510 : #i104956# cleaned up the makefiles
2009-09-28 21:00:07 +0000 fs  r276505 : #i104117# sourced those IDs out from extension.hrc
2009-09-28 20:59:05 +0000 fs  r276504 : no need to let one FREE...
2009-09-28 20:53:36 +0000 fs  r276503 : #i104117#
cleaned up the mess with help IDs in module extensions.
Formerly, extensions used to use help IDs which were declared in module svx, and vice versa.
Also, help ID ranges were not respected.
2009-09-28 11:25:36 +0000 fs  r276489 : typo
2009-09-28 11:25:10 +0000 fs  r276488 : #i105235#
2009-09-24 11:53:16 +0000 fs  r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document)
2009-09-24 09:42:28 +0000 fs  r276415 : #i105234# proper zoom handling for the nav bar
2009-09-24 09:42:19 +0000 fs  r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double
2009-09-16 11:11:43 +0000 fs  r276195 : #i105082#
consolidated the sub storage handling, by delegating more functionality into
the DocumentStorageAccess class. As a result, there won't be that many unnecessary
commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages
and DocumentStorageAccess::m_aExposedStorages) have been consolidated.
This is not really part of the fix of issue 105082, but it helped reducing the
calls to the storage/package implementation.
2009-09-15 21:42:27 +0000 fs  r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures)
2009-09-15 20:20:23 +0000 fs  r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved
2009-09-15 20:19:29 +0000 fs  r276187 : do not continue loading when the controller initialization throws an error
2009-09-14 12:25:57 +0000 fs  r276119 : oops, this patch was not intended for this CWS
2009-09-14 12:13:57 +0000 fs  r276114 : #cr6875455# introduce a ReferenceDevice property for various control models
2009-09-14 10:33:02 +0000 fs  r276106 : removed dead file
2009-09-09 08:37:31 +0000 fs  r275972 : remove OSL_TRACE in VCLXButton dtor
2009-09-08 11:19:17 +0000 oj  r275926 : i76534# remove mnemonic from fixed text
2009-09-07 08:39:37 +0000 fs  r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [97e3087a98dbd83d42cac35a6d0a03770ccd3341]

merge


2009-11-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [4e6b38fcd730656ba302d5526d43500def9ad9c3]

printerpullpages: #i107119# add a tooltip to the preview window


2009-11-26  Mikhail Voitenko  <mav@openoffice.org>  [dcdccd723715f0ea52c71b59a84cdc82e5cfacd8]

#i105172# PL: implement cancelShutdown


2009-11-26  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [c34186cf730fd02ae8c873c0d6b0a963f2dc0a9a]

writefilter07: merged DEV300_m65


2009-11-26  Philipp Lohmann  <pl@openoffice.org>  [df5e119664b3be20ae38fd071b2cbc4b902a961c]

#i107204# fix some native shortcuts on Snow Leopard


2009-11-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b0dc28cb3e912f53528d75a157609882450193ea]

merge


2009-11-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [620e8fe59df88ebf3ed62685ff84eeb8015ea57f]

vcl108: #i107228# fix an uninitalized warning from valgrind (thanks cmc)


2009-11-26  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [8adbd68fdae298ccf23e889ce7e27f8eb8852cb7]

dba33b: defines for debug was missing


2009-11-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ecd3becd1f420c65dda31fb1eaa8869914da8c43]

vcl108: #i106547# active/inactive scrollbars


2009-11-25  Thomas Lange  <tl@openoffice.org>  [f6b7ada2f0e4758311ccb2082ab814214d42d736]

#i51258# thesaurus for right click context menu


2009-12-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [8038a38d50a3937e4a3adccae6b1ac4bed31285b]

tl74: merge with DEV300 m60


2009-11-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [60ad21bf37158e46b51ac09614b1c0c81e8856ef]

merge with DEV300m65


2009-11-25  Philipp Lohmann  <pl@openoffice.org>  [4b9a26144820d5b686f64f425fea33d440236e2b]

revert earlier ineffective change


2009-11-25  Vladimir Glazunov  <vg@openoffice.org>  [c19cf41065ca3f319cba6d7bcc47f7acb64c2f88]

CWS-TOOLING: integrate CWS controltextrendering


2009-11-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [3ad6da01c97ff9c3df7ef9542194f3753e6ca89b]

printerpullpages: #i107065# ensure correct mapmode for borders on subpages


2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [a525bb71dd7bc5176cf3825d9cfd54888635fcbd]

CWS-TOOLING: integrate CWS calc32stopper4_DEV300


2009-11-24  Ivo Hinkelmann  <ihi@openoffice.org>  [6376d436669842bfe807862484e7ec3d30783716]

CWS-TOOLING: integrate CWS localization37 2009-11-20 17:34:04 +0100 ihi  r277585 : not yet the best solution 2009-11-19 14:34:34 +0100 ihi  r277560 : #i103247# updated Luxembourgish autocorrect data 2009-11-16 16:58:56 +0100 ihi  r277525 : added ast to no_ms_lang 2009-11-16 16:57:23 +0100 ihi  r277524 : added ast 2009-11-16 16:41:22 +0100 ihi  r277523 : #i106900# updated identifier ShowAnnotation -> ShowAnnotations 2009-11-16 16:39:34 +0100 ihi  r277522 : small helper script 2009-11-16 15:24:34 +0100 ihi  r277520 : Fixed german and removed ln ti pap ur 2009-11-11 14:27:38 +0100 releng  r277457 : added ug, om, si, oc, or, ml, as to non ms langs 2009-11-11 14:23:30 +0100 releng  r277456 : Fix for merging more then just one 2009-11-11 14:12:52 +0100 ihi  r277455 : #i106775# Merge of OOo 3.2 l10n cws localization37 nb nn he ga uk my bg ja uz fi bn kid fr nl vi ca pt-BR ru ka oc gl cs km kn ko sh si om gu sk sl zh-CN ku or da sr de sv hi-IN pa-IN ta te pl th hu dz lv pt tr en-GB id el ar as eo es ml et eu zh-TW is ug it mr 2009-11-05 23:07:09 +0100 ihi  r277375 : added om kid , removed dupe ta-IN 2009-11-03 18:09:39 +0100 ihi  r277327 : removed dupe 2009-11-02 19:02:55 +0100 ihi  r277303 : #i105973 obsolete sdf files removed 2009-11-02 19:02:16 +0100 ihi  r277302 : #i105973 obsolete sdf files removed 2009-10-13 19:19:06 +0200 ihi  r276871 : CWS-TOOLING: rebase CWS localization37 to branches/OOO320@276773 (milestone: OOO320:m1) 2009-10-01 13:19:45 +0200 ihi  r276598 : key -> ky ... this one triggered a bad crash in rsc 2009-09-09 17:02:20 +0200 ihi  r276004 : added some langs 2009-09-09 13:17:16 +0200 ihi  r275986 : lucky local cygwin fix 2009-09-03 18:47:45 +0200 ihi  r275769 : #104328# deal with l10nless src files 2009-09-03 15:58:51 +0200 ihi  r275760 : added some new langs 2009-09-03 15:54:16 +0200 ihi  r275759 : old localize.pl tool used as a helper 2009-09-03 15:53:48 +0200 ihi  r275758 : do not merge not wellformated sdf files 2009-09-03 15:51:59 +0200 ihi  r275757 : old localize.pl tool used as a helper 2009-09-03 15:50:03 +0200 ihi  r275756 : some small helpers added 2009-09-01 18:22:04 +0200 ihi  r275681 : update DEV300 code line with OOO310 strings 2009-09-01 13:45:43 +0200 ihi  r275658 : #i104680# prevent that self defined or dupe ms ids are merged


2009-11-24  Daniel Rentz  <dr@openoffice.org>  [74611114ca89633eb81cb7059f2550e937f7dffe]

#i107075# check interface pointer, XAxccessibleTextMarkup is not implemented in Calc


2009-11-24  Caolán McNamara  <cmc@openoffice.org>  [bd092cc4c1c5ad40f4e1f88791d5552db3d777db]

cmcfixes67: #i101158# fix parallel build with system lucene, and remove unused copy of MANIFEST.MK


2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [61dd4c9a12f4b0b5abbfd09e7acd45f58a5b8063]

CWS-TOOLING: integrate CWS c07v026_DEV300


2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [05308c53193a3e05c7ec39fe632ae9e3b494044f]

CWS-TOOLING: integrate CWS ooo32gsl02_DEV300


2009-11-24  Philipp Lohmann  <pl@openoffice.org>  [8af4bce667f2907b1298b54b7db4772167abde74]

#i107080# autorelease pool only on first yield


2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [036cc9a0df7641cdbfce5d374bd4d5ca7dc92543]

CWS-TOOLING: integrate CWS linuxhppa1


2009-11-24  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [7dfa78d8007f4e0fef6382f46928105723bf4e9e]

#i103340# added MaskPrimitive2D::getB2DRange implementation


2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [bd894464331d0dc0032dad228feb5251c7aa0783]

CWS-TOOLING: integrate CWS ooo32gsl01_DEV300


2009-11-24  Herbert Duerr  <hdu@openoffice.org>  [82d274f227c899e4a5e3dfdca882f4703e8d67b4]

#i107076# device DPI also gets a maximum limit


2009-11-24  sb  <sb@openoffice.org>  [097974aff58d43f20537ad6083f434b478c33142]

sb111: merged in DEV300_m65


2009-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [072a1a4d3d33dcfb4fb2a85fe0955973a710a7fa]

vcl108: #i106704# fix Length3 entry for Type1 fonts, also merge fix for issue 106572


2009-11-23  Mathias Bauer  <mba@openoffice.org>  [7d3829e5c0094abb6e29bcd9520070ed75434675]

merge commit for m65


2009-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [f02db6039cd8b1a2ea069d7d89d012898527a86e]

CWS-TOOLING: integrate CWS fwk125 2009-11-19 08:11:20 +0100 jsk  r277554 : fwk125: #i105760# - removed warnlog, re-enabled autotest e_help.bas 2009-11-16 16:21:49 +0100 tl  r277521 : #i106571# fixed locale list for dictionaries to get rid of duplicate entries 2009-11-12 08:47:31 +0100 hde  r277469 : rework of hyphenation 2009-11-11 15:25:16 +0100 hde  r277462 : rework of hyphenation 2009-11-11 15:24:09 +0100 hde  r277461 : rework of hyphenation 2009-11-11 13:52:02 +0100 hde  r277453 : new include for hyphenation tools 2009-11-10 12:28:51 +0100 tl  r277427 : #i102304# fix for hyphenation dialog 2009-11-10 12:00:10 +0100 mav  r277425 : #i10000# A workaround for pch and windows headers conflict 2009-11-10 11:58:32 +0100 mav  r277424 : #i10000# A workaround for pch and windows headers conflict 2009-11-09 15:47:59 +0100 kso  r277414 : #i16732# fixed url matching. 2009-11-09 11:51:40 +0100 mav  r277406 : #i10000# use precompiled headers 2009-11-08 23:53:03 +0100 mav  r277399 : #i10000# fix warning 2009-11-08 23:50:23 +0100 mav  r277398 : #i10000# adapt for unix 2009-11-08 23:49:52 +0100 mav  r277397 : #i10000# adapt for unix 2009-11-08 21:26:06 +0100 mav  r277396 : CWS-TOOLING: rebase CWS fwk125 to branches/OOO320@277373 (milestone: OOO320:m4) 2009-11-06 16:30:27 +0100 ab  r277394 : #i106100# Hold references to packages to speed up further calls to getDeployedPackages() 2009-11-06 15:58:48 +0100 mav  r277392 : #i102464# check the Windows ACL 2009-11-06 15:58:23 +0100 mav  r277391 : #i102464# check the Windows ACL 2009-11-04 11:54:06 +0100 tl  r277342 : #i106497# incorrectly found 'supported languages' fixed 2009-11-04 10:40:51 +0100 tl  r277335 : #i106571# dictionary updates for Polish and Swedish. 2009-10-28 09:54:41 +0100 tl  r277236 : #i106100# context menu performance 2009-10-27 15:47:05 +0100 tl  r277213 : #i106100# context menu performance 2009-10-23 17:31:56 +0200 mav  r277170 : #i106075# use correct path to inprocserv.dll 2009-10-23 16:07:27 +0200 mav  r277168 : #i105760# seek the temporary file to beginning also for URL case 2009-10-23 11:03:58 +0200 mav  r277134 : CWS-TOOLING: rebase CWS fwk125 to branches/OOO320@276942 (milestone: OOO320:m2)


2009-11-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4c73fd0a42114506ea68d279384ef7ac60f6b460]

[CWS autorecovery] SFX_HINT_CANCELLABLE is not used anymore


2009-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [7d517d97b4040e3281f7d85cd94876a54340d333]

printerpullpages: #i91478# proper word breaking


2009-11-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8ae28283729aafc39493b164f149f8f20e40d089]

merge


2009-11-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3e295282595a1ca105bdfe011fd45ea25d06bdee]

[CWS autorecovery] removed SfxCancellable/SfxCancelManager, and (part of) its transitive closure No real-life use cases for this exist anymore, since nowadays document loading happens synchronously all the time.


2009-11-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [19454ad197726271d1a1306db0b2784d2034396c]

[CWS autorecovery] during #i65597#: removed some unused SFX_HINT_*


2009-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5f6d76d90ed24d29824d418c6b831c65d6975f20]

printerpullpages: #i106836# allow less strict parsing of passed ranges string


2009-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [11a2f74d68d69f4f74438df3287f2ab9feb33544]

printerpullpages: #i91478# base dialog layout on HIG


2009-11-23  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [8f7f9c8701ed7a403bf05284c79bbb270318fbe0]

aw078: #i106541# MetaTextRectAction implementation added, corrected/changed FontHandling when no FontSize is given


2009-11-23  Herbert Duerr  <hdu@openoffice.org>  [c4f5f8defb0b2c53e2db4e87797e5e13e1991187]

#i107076# device DPI now gets a minimum limit


2009-11-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3b1bd168faadfeac4abec1a86825d556d153fdd1]

[CWS autorecovery] removed the unused "Save Window State with Document" option This happened in further preparation for issue #i65597#, where the current phase aims at changing the SFX-Document-Loader to be completely UNO-based, by introducing a UNO-ViewFactory in SFX.


2009-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [83c35859e6fa43052dbef7cf3f9d0bf51fa0724d]

sconfigl10n: #i107009#:  source_config file / multiple repository support in l10n tools


2009-11-20  Herbert Duerr  <hdu@openoffice.org>  [752e9c996801f07de692070b4f47257aabdac577]

#ii107076# limit minimal device resolution


2009-11-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d28a18973da313975acf0edffab7001fc3b0b674]

printerpullpages: #i91478# improvements for mac native print dialog


2009-11-20  Herbert Duerr  <hdu@openoffice.org>  [7e89b6e7fe0a0c226562b0e53ed714899be982bf]

 #i107006# text justification invalidates previous measurements of a layout


2009-11-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b056edae77fca1b34e207a868a0954f2b287ddd7]

printerpullpages: #i106192# evaluate error state after failed StartJob


2009-11-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [3268a69a38fb501fccc5cac589b51499e9164b75]

printerpullpages: #i106560# fix theming / HC


2009-11-19  Mathias Bauer  <mba@openoffice.org>  [176128e78039b37e7af5c4267d24a1d2189d766e]

#i106367#: typo prevents correct asian language fallback


2009-11-19  Caolán McNamara  <cmc@openoffice.org>  [7997aa5b38027ea3f28723b0effd86dcee9732bc]

linuxhppa1: #i107051#: port to linux hppa (parisc)


2009-11-19  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [7553b416f863e0fdec7f7512a10aea20b068cd08]

aw078: changes after resync


2009-11-19  Michael Stahl  <mst@openoffice.org>  [fb8d438d3f9c64612d65751397029aa7abd9b1ea]

#i97029#: sax::Converter: properly support XMLSchema-2 "duration" type:  replace convertTime() funtions with convertDuration().  reimplement convertDuration(util::Duration) to be free of rounding error.


2009-11-19  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [7494bbe2265790369f5f0d7e18140f28049136c4]

Update from master repository to m65.


2009-11-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ffd647ccae07b3c4c80dae59f9c473821b40bb1c]

printerpullpages: #i107010# fix persistency issue


2009-11-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [1e61f06045eff1dae53b161a59ceb4dff4d4861c]

printerpullpages: #i106423# show a warning in case of empty direct print job


2009-11-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b6bebfd47b9896fa8de98ebd2c8cf940d9c0bb08]

printerpullpages: #i106507# remove layout page for math


2009-11-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5fbe73cb8a764ecd4c33dd118118bef5245e82e3]

printerpullpages: #i106506# disable Pages radio button where unused


2009-11-18  Ivo Hinkelmann  <ihi@openoffice.org>  [4528aeff8efb7f7c53cdc5437db2032eed1b6863]

sconfigl10n: #i107009#:  source_config file / multiple repository support in l10n tools. Solaris build fix


2009-11-18  Ivo Hinkelmann  <ihi@openoffice.org>  [18b2a9aa3e7b6fdb8aa73781e4861faee6e239ae]

#i107009#  source_config file / multiple repository support in l10n tools


2009-11-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [98fafa679ca85d213a9788dd378e1ba02d13c616]

printerpullpages: #i106559# warn about missing default printer


2009-11-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [3bf96a4166935d6f77ec21c1f0da18d2412f8617]

printerpullpages: #i106555# layout preview control row if pages text changes to accomodat new text length


2009-11-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f3998af39297ab4eb96ac2e92af17eb56821c92e]

printerpullpages: #i106762# hide properties button instead of disabling it when no printer setup dialog is available


2009-11-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0e9553cfb4d90c9d0f9d5108e273c0e33559d9af]

printerpullpages: #i94718# fix brochure printing, better paper match


2009-11-18  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [00ec5d524c571150a2d0b40c0672db3932308b7c]

aw078: changes after resync to DEV300m64


2009-11-18  npower Developer  <npower@openoffice.org>  [8ea91705b4806bbf39ef1fa78ebce584faa9d121]

menuincustomtoolbar: #i105626#: implement menu for custom toolbar ( and some item style override capability )


2009-11-18  Herbert Duerr  <hdu@openoffice.org>  [d035c166ef5bb2e9d0613a1f3c9df0a9ddcdc7bb]

#i106980# fix psprinting of hairline beziers (thanks thb!)


2009-11-18  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [352f2b06a04c0a45b79711adf1ff827a46fb0ed7]

commit pull


2009-11-17  Philipp Lohmann  <pl@openoffice.org>  [5ea8e37b80b7f2a7b464e460598756520005d5cc]

#i106901# work around a crash when getting input from keyboard viewer


2009-11-17  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [f5ab85dd00d1d34caa56d078508cc9b3c7c13d3a]

#i106541# commit afer merge


2009-11-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [555a6eb32a5fe76cafa76826d13094ca532a351a]

#i10000#


2009-11-17  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [cfc260b5691a214bfa23872d6e798e02178520d1]

cbosdo02: field patch to upstream applied


2009-11-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7a35ef9ab6551c225d5992c2b11581d827cd73da]

merge


2009-11-16  Kohei Yoshida  <kyoshida@novell.com>  [62934f61d59974872e3a2e8b34d47f2df73cc467]

#i26826# #i46511# initial implementation of automatic decimal adjustment.

Just applied patches from ooo-build.  There still may be issues that need
to be worked out.
2009-11-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c1b35035c80bce1edf7d68e49af86af6a4f1908a]

#i84012# +getLocalName


2009-11-16  Niklas Nebel  <nn@openoffice.org>  [ab9ed3fc7d4e959a6fa74856abba329419ec57a9]

validityref: merge with DEV300_m64


2009-11-16  Niklas Nebel  <nn@openoffice.org>  [4944f08946fb405fb7467d590cbfe881deff9b74]

validityref: #i103899# manual migration from svn (contribution from PengYunQuan)


2009-11-16  Herbert Duerr  <hdu@openoffice.org>  [8831e6aaa2ab19bf09dd8400073d325205b2e078]

#i106941# register app-specific fonts again after the 3-layer changes for OOo32


2009-11-16  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [2011e2e8dc2ed39e59065a71d6bc76790cb7d737]

dba33d: pull from dba33b


2009-11-13  Kurt Zenker  <kz@openoffice.org>  [ad01b267dcf8302318b4f57528e0d7b63a88e678]

CWS-TOOLING: integrate CWS cmcfixes66


2009-11-13  Kurt Zenker  <kz@openoffice.org>  [74f52827c1bc78e9a81d27bc7d8c51493843d9fe]

CWS-TOOLING: integrate CWS cmcfixes65


2009-11-13  Kurt Zenker  <kz@openoffice.org>  [ceec8acf53787d163c538d8653c28f6167f2a7fa]

CWS-TOOLING: integrate CWS changehc02


2009-11-13  Kurt Zenker  <kz@openoffice.org>  [ef06ebc6e21ee65ed05f2e7a7d126dca07c614df]

CWS-TOOLING: integrate CWS impress178_DEV300


2009-11-13  Kurt Zenker  <kz@openoffice.org>  [d49d8a44e220edde98db7e610329388b28d1c5bd]

CWS-TOOLING: integrate CWS vcl106


2009-11-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [a148591c5775e8119661cbf52a877ae99bd516a8]

merge with DEV300_m64


2009-11-13  Caolán McNamara  <cmc@openoffice.org>  [c067783ff1deada8817cac62f81bd1371e8c74df]

#i106889# upgrade expat to 2.0.1


2009-11-13  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [55cec398e504b1ac20b515918b96cbe38db92936]

writerfilter07: merged DEV300_m64


2009-11-13  sb  <sb@openoffice.org>  [6418cfcad5ed0f00e89778b48226350e49949945]

sb116: #i106845# removed obsolete IRIX port


2009-11-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f31ee68a953e111ed526eba014bbdda9470ae415]

vcl107: #i103482# support oxygen theme also in config item


2009-11-12  Kai Sommerfeld  <kso@openoffice.org>  [d9e04c1e2671898df433ed251198bd2f44e67b5e]

Rebased to DEV300 m64.


2009-11-12  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [f3436c67d17017a94b12c57725926c847c477362]

aw078 #i106541# commited in-between stable version with already advanced metafile decomposition for security reasons


2009-11-11  Herbert Duerr  <hdu@openoffice.org>  [b1a4b6dca0555bf79f75bafb112b69c2b49448e3]

#i106572# fix PDF-export with type1 fonts on win


2009-11-11  sb  <sb@openoffice.org>  [17a17b7285132d198a3626be0c10a2c06599dfc0]

sb116: merged in DEV300_m64


2009-11-11  sb  <sb@openoffice.org>  [f406aa4d47dd6c41070812c1b1e3acb69444507c]

sb111: merged in DEV300_m64


2009-11-11  Mathias Bauer  <mba@openoffice.org>  [98e909c19eab29b381b0db2cc45a6328cddf2543]

#i103496#: sandbox removed


2009-11-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [80706ae256c4e2bb07d207dde87f7c898b65407f]

merge with DEV300_m64


2009-11-10  Matthias Huetsch  <matthias.huetsch@sun.com>  [20f6ee6d1670ccad652d5caefd722f7e3d904903]

Update from master repository to m64.


2009-11-10  os  <os@openoffice.org>  [6697c343d8f17603d9afbdea673cd66da9049a30]

rebase


2009-11-10  Herbert Duerr  <hdu@openoffice.org>  [1ce9e3462734ebcd240599ec1aa428892497c383]

#i106572# fixed typo


2009-11-10  Caolán McNamara  <cmc@openoffice.org>  [95ccf161e14fa42a538835b4658ea0b6bb4501da]

cmcfixes66: merge with DEV300 m64


2009-11-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b0461b8e2b3020690e7d4dd353b87aee112f4e14]

vcl107: #i91205# add document path menu on Mac


2009-11-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f114c204cd9d50aac43adebd4f231395931df7e6]

#i103482# add oxygen icon theme


2009-11-09  Mathias Bauer  <mba@openoffice.org>  [4f93cab34fa632b0234e629d23388f4c5ad87db7]

wrong assertion


2009-11-09  Caolán McNamara  <cmc@openoffice.org>  [5582cf6c385802a22b11f65648041adbfeda256b]

cmcfixes66: #i106673# arrays don't fit in windows default stack


2009-11-09  Herbert Duerr  <hdu@openoffice.org>  [c498de5063c07c159b844e0718c4fe3642c51b60]

#i105880# reset clip region of recycled render pictures


2009-11-06  Herbert Duerr  <hdu@openoffice.org>  [8140df59a6e4023849861a153aea0cd95b06e5cb]

#i106572# explicitly distinguish between PFA/PFB result also in GetEmbedFontData()


2009-11-06  Herbert Duerr  <hdu@openoffice.org>  [d5c52c0f765d642a66f69f8a3d9703493f7178be]

#i106572# explicitly distinguish between PFA/PFB in DoGetEmbedFontData() result


2009-11-06  Herbert Duerr  <hdu@openoffice.org>  [cf2ab1586859cc7da30af123d9e4d63f8a20711e]

#i106572# PDF-export: fix FontDescriptor for embedded Type1 fonts


2009-11-06  Caolán McNamara  <cmc@openoffice.org>  [5d6254990fab177641e8cc04059d79afacd3da82]

cmcfixes66: #i106674# fix remaining new[]/delete mismatches


2009-11-06  Caolán McNamara  <cmc@openoffice.org>  [22b8365bf71281fe1a1a8542bd8c718e1fbfa53b]

cmcfixes66: #i106673# fix memleak


2009-11-05  Mihaela Kedikova  <misheto@openoffice.org>  [d3ceb5266c7fda5ac7dbab274ad8610dee192cf6]

fixes for i106470


2009-11-04  Mathias Bauer  <mba@openoffice.org>  [41871d893f9e40ccccdccc9654d4469e4383d43e]

#i196421#: some problems with pch on Windows


2009-11-04  Herbert Duerr  <hdu@openoffice.org>  [4e276ee964fe62567247e5d03f5ae487b436cccb]

#i105769# final cleanup of the trapezoid converter for OOO320


2009-11-04  Herbert Duerr  <hdu@openoffice.org>  [5ae996fef9a7bbe49302f5b76b1f620dc6ca6f7a]

#i105769# force intersection point to be bit-identical on each involved segment


2009-11-04  Dirk Völzke  <dv@openoffice.org>  [97b475fb54ccff051bdb8347b82713f3950b7a3e]

#i105452# Added Throbber to list of available service names of the dialog


2010-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bd1f79808f25dc5fa47cc9b48a79e0d832a3244]

dv12: Merge with DEV300_m63


2009-11-03  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [b3c0a4ec7237df89c0c50f4f3509bcbbeed608c1]

some fixes for warnings and errors found while building on more platforms


2009-11-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f1c0e952d0d91e2d4da1ef3a9375efb5bf92f871]

#i104678# use high contrast mode setting instead of IsDark (paradigm shift begun with issue i35482)


2009-11-03  Mihaela Kedikova  <misheto@openoffice.org>  [bec266659da9e3638df7521458859b96f575b9cb]

fixes for i106470


2009-11-03  Mihaela Kedikova  <misheto@openoffice.org>  [c308c8b49caede9cf1e2ce65b55755ce09c4e033]

fixes for i106470


2009-12-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7998589625bdb1666decfb68da208f442d61981]

gridcontrol_02: merge with DEV300 m63


2009-11-03  Herbert Duerr  <hdu@openoffice.org>  [16cfa56ddfcc4feb8575c7b8d6a7b66d6f579bab]

#i105769# remove elimination of horizontal segments out of intersection solver again


2009-11-02  Michael Stahl  <mst@openoffice.org>  [abafb4bbd4526f9b6c5c98eaa2d951048f0fd7d9]

#i105745#: tools/stream.hxx: API change:  make SvMemoryStream::GetSize() private  introduce new public SvMemoryStream::GetEndOfData()


2009-11-02  Herbert Duerr  <hdu@openoffice.org>  [301393e6eef5df73136e2497c44f4c4a8ad2fa88]

#i105769# adjust my intersection-solver for the needs of the trapezoid converter


2009-11-02  Frank SchÃ¶nheit [fs]  <frank.schoenheit@sun.com>  [b6dd391a0951f26986634cdfccce5221f72b8086]

add the implementation name to the assertion text if copying a property fails


2009-11-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e7167885cc218e78c6f245d38fd6cd351d70918e]

printerpullpages: #i106435# fix a division by zero error


2009-11-02  Vladimir Glazunov  <vg@openoffice.org>  [b6e74bb020d65a5f8273c5a6216d58d194cbad86]

CWS-TOOLING: integrate CWS oooimprovement5_DEV300


2009-11-02  Herbert Duerr  <hdu@openoffice.org>  [895e0046d5e45d1662279a527d246012122628d6]

#i105769# start integrating my intersection-solver


2009-11-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [cd1ff4f88b2413331ffac19d3d6e97b6023cde99]

vcl107: #i106450# fix aliasing warning (thanks cmc)


2009-11-02  Mihaela Kedikova  <misheto@openoffice.org>  [4eacb98ada2c92e2e825a16e62cc2fde998ca4a6]

fixes for i106470


2009-11-01  Mathias Bauer  <mba@openoffice.org>  [a45d0b22a92543e0846c0eb6a972a611332852d9]

merge commit for DEV300_m63


2009-10-31  Mathias Bauer  <mba@openoffice.org>  [6c29f77b8026f77c7004ad68614311ea7c43f9f1]

#i106421#: move svx/source/cui to cui


2009-10-30  Michael Stahl  <mst@openoffice.org>  [d477ab735c3062d559bc52aae6d53e9bd0d4c0ac]

#i105295#: fix various uninitialized variables reported by valgrind in:  IMapObject::IMapObject() [incompatible interface change!]


2009-10-30  Michael Stahl  <mst@openoffice.org>  [cde9d8549a8ff604ef773c7a629aa5cf64ce5737]

#i93514#: really fix locking for PropertyBag::setModified()


2009-10-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [9efaca8308db1d6b931c7ae56ba0411359420a21]

vcl107: #i89505# use Close asynchronously in Key handler


2009-10-30  Vladimir Glazunov  <vg@openoffice.org>  [4040aa5db35c9f06928631b8a8aca482f53139c4]

CWS-TOOLING: integrate CWS gsminhibit


2009-10-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0e5e9bda3f86c3525b17db3944324c9d0fe86019]

vcl107: #i104701# use builtin symbol font with correct encoding


2009-10-30  Mihaela Kedikova  <misheto@openoffice.org>  [4d5f5bdeb0018488c161df5d36018950a646266a]

fixes for i106470


2009-10-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [cecf18753b5668272323bb7b130e328a793aaba2]

vcl107: #i105197# avoid enless loop on premature EOF


2009-10-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [2ba00ee683558183126c285c4ddb2186194bcd9d]

#i106475# alias patch (thanks cmc)


2009-10-30  Caolán McNamara  <cmc@openoffice.org>  [0a45ca560c4132e584aace80fc2959f26ab117ae]

#cmcfixes65: #i106469# fix fortify warnings


2009-10-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [9062394ac2aef82f69832bf75985a39b2d6da38a]

printerpullpages: #i106363# fix mouse over on disclosure button


2009-10-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b4f8c7ff89d9aab4d880bc0c43a0446f8e0aa339]

printerpullpages: #i106398# fix HC mode


2009-10-29  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [2a0f4a92d17c6ffab118fe9263b2c2aa3e5de7b1]

#i90599# fix a case of incomplete accel sequences (thanks cmc and dtardon)


2009-10-29  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [5f1ba2a39904475a27c19ad1d777090b60e9567e]

#i106400# DisclosureButton should react on +/- keys


2009-10-29  Ivo Hinkelmann  <ihi@openoffice.org>  [a6c764ab953a78023e2a7580ac33dc8fd865f4c7]

CWS-TOOLING: integrate CWS c07v026_OOO320 2009-10-19 10:26:11 +0200 mav  r277008 : #b6886425# use standard solution to encode the URL for the Gnome 2009-10-19 08:38:28 +0200 mav  r276998 : #b6886425# encode the URL correctly for the Gnome 2009-10-07 12:49:32 +0200 os  r276749 : #b6887668# resize items depending on the item text length 2009-09-28 18:42:32 +0200 dr  r276499 : #b6883075# shrink print ranges to Excel sheet limits 2009-09-28 16:50:25 +0200 od  r276497 : #b6882166# method <SwSectionFrm::SimpleFormat(..)>            - assure notification on position changes, otherwise the layout will not be correct. 2009-09-15 18:31:37 +0200 dr  r276185 : #b6872823# check cursor before using, patch by aw 2009-09-09 10:52:52 +0200 od  r275975 : #b6879723# correct handling of new list level attributes regarding paragraph indent values, 	   especially in case of OOo 2.0 and former hidden compatibility option "Ignore first line 	   indent on numbering" 2009-09-08 11:10:31 +0200 od  r275918 : #b6876367# method <lcl_SetTxtFmtColl(..)> 	   - do not reset list attributes at paragraph, if its applied list style 	     will not change due to the newly applied paragraph style. 2009-09-07 12:48:58 +0200 obo  r275890 : Merge from c07v025 into this CWS


2009-10-29  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [f96e9759b6cd25b0cade775a470b8e9da03ab766]

#i106341# catch division by zero in exotic case


2009-10-29  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [9e65a53468af2cd58ae6af9e852c883f5861423d]

#i106402# tab order of preview cycle buttons


2009-10-29  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [d5b6cc2b39415bee0b2a3e92a375085564353a33]

#i106427# fill in page range


2009-10-28  Matthias Huetsch  <matthias.huetsch@sun.com>  [60bed8bcb0578ebeef48441ffd540b50fcdce214]

#i10000# Fixed operator new[]/delete mismatch.


2009-10-28  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [f3f8d2a95ced171431ff7cf2891a0080267b67c8]

#i42985# use system fonts for fields


2009-10-28  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [c48ec65bba9d443dede4fce3c059e8d5354efeb3]

#i105062# improve icon theme fallback (thanks pmladek)


2009-10-28  caolan  <caolan@localhost.localdomain>  [e3c25222707fadd8cac85d6bf02118781a6617e2]

gsminhibit: #i106372#: move to org.gnome.SessionManager


2009-10-27  Philipp Lohmann  <pl@openoffice.org>  [ee8987cf250943fe2538292ae1684a4f1f3ea9cc]

#i106351# avoid early exits when changing state


2009-10-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [013eaeceb9d2099f35de239e1634176cb6c9518d]

merged last changes


2009-10-27  Ivo Hinkelmann  <ihi@openoffice.org>  [7b14e5b49a968bef9af8facf1e8dd9a22a522826]

CWS-TOOLING: integrate CWS ooo32gsl01 2009-10-13 15:59:25 +0200 hdu  r276868 : #i100000# fix remaining merge conflict 2009-10-12 16:08:38 +0200 hdu  r276837 : CWS-TOOLING: rebase CWS ooo32gsl01 to branches/OOO320@276773 (milestone: OOO320:m1) 2009-09-15 10:09:52 +0200 hdu  r276150 : #i104861# adjust metrics to pseudo-emUnits==1000 expectation for better precision allow non-integer charwidth/stemwidth 2009-09-15 09:58:00 +0200 hdu  r276149 : #i104861# prepare to fix by updating cff.cxx to latest version from CWS vcl105 2009-09-14 16:06:46 +0200 hdu  r276130 : #i104221# treat judeo-spanish varika as diacritic also in problematic fonts (thanks yoramg) 2009-09-14 15:27:14 +0200 hdu  r276126 : #i104221# fix regression with he/ar diacritics 2009-09-10 15:39:58 +0200 aw  r276038 : #i104867# added a GraphicVersion number to EmbeddedObjectRef to allow Grahic chamge checks without fetching the graphic 2009-09-10 15:38:41 +0200 aw  r276037 : #i104867# added GraphicVersionNumber to SdrOleContentPrimitive to detect OLE content change without getting the Graphic 2009-09-09 17:16:43 +0200 hdu  r276006 : #i104886# Aqua: fix for 101491 only applies to non-hairlines 2009-09-09 16:39:05 +0200 hdu  r276002 : #i99849# don't give up on ScriptItemize too early


2009-10-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [5cf4ffc0a951218ee1777c51a2eea2b3e99f57cc]

merged DEV300_m62


2009-10-27  Ivo Hinkelmann  <ihi@openoffice.org>  [5b103f504a0d3c2a76b1810798232d0bc9edcb9d]

CWS-TOOLING: integrate CWS impress178 2009-10-16 19:54:41 +0200 sj  r276995 : removed warning 2009-10-16 17:46:12 +0200 sj  r276993 : #i103757# applied patch (fixed crash if model changes) 2009-10-16 16:06:07 +0200 sj  r276985 : CWS-TOOLING: rebase CWS impress178 to branches/OOO320@276942 (milestone: OOO320:m2) 2009-10-08 13:51:23 +0200 sj  r276790 : #i105654# fixed closing of line geometry 2009-10-07 17:26:56 +0200 sj  r276762 : #i105606# fixed object shadow 2009-10-07 17:25:39 +0200 sj  r276761 : minor improvements 2009-10-07 11:48:26 +0200 af  r276745 : #i103047# Prevent context menu of LayoutMenu from being shown when user clicks on background. 2009-10-07 11:33:59 +0200 af  r276743 : #i99866# Set position of the design control manually. 2009-10-06 17:18:23 +0200 sj  r276721 : minor improvements 2009-10-05 18:34:23 +0200 sj  r276692 : #105606# fixed fontsize problem 2009-10-05 17:26:21 +0200 af  r276691 : #i105354# Never process more than one request in a row. 2009-10-02 13:24:25 +0200 af  r276639 : #i94242# Taking insertion position of slide sorter correctly into account. 2009-10-01 13:46:47 +0200 aw  r276602 : #i102224# some Polygon/PolyPolygon usages in SVMConverter ignored the possible curve status of tools::Polygon; added at least an AdaptiveSubdivide 2009-10-01 12:33:56 +0200 aw  r276588 : #i102224# ImplWritePolyPolygon killed the curve information at the PolyPolygon by NOT copying the flags 2009-09-30 17:48:56 +0200 aw  r276567 : #i102224# removed GetSimple() from Polygon and PolyPolygon, replaced completely with AdaptiveSubdivide 2009-09-30 15:45:46 +0200 aw  r276559 : #i102048# secured primitive creation for dimension lines with linestyle none 2009-09-30 14:56:41 +0200 af  r276556 : #i105471# Reordered statements in ~SdModule. 2009-09-30 14:47:12 +0200 aw  r276555 : #i105373# corrected curve ignoring places in MetaFile export


2009-10-27  Frank Schönheit  <fs@openoffice.org>  [e0bd2d2dc0b8a917ebe616861b22e02369a719c4]

#i105717# draw without reference device if the target device equals the reference device. This catches the case where the Writer sets a PIXEL-based ref device, and draws onto it - the usual 'draw using ref device' code doesn't allow for PIXELs


2009-10-27  skotti  <skotti@wintermute>  [257a4932ebc29891215e6b728d4049a589b519c6]

Merge latest DEV300 and CWS sb111


2009-10-27  Frank Schönheit  <fs@openoffice.org>  [f1454c3b7e5eb7d13445dfd07dd5e28bfbfe9760]

unix line ends


2009-10-27  Release Engineers  <releng@openoffice.org>  [d4889356a8bf7834837163cab2859fe7ae2837d1]

Create DEV300_m63 milestone tag from trunk@277194


2009-10-26  Mathias Bauer  <mba@openoffice.org>  [67de9266473cbebe6727b9e61317b09645ac5114]

merge commit for m62


2009-10-26  Mathias Bauer  <mba@openoffice.org>  [e80c05a152d021d8976d4e1037f8660307e168bc]

#i103496#: shorten timespan when locale settings are inconsistent as they are stored at three different locations


2009-10-26  hdu  <duerr@sun.com>  [6000579275dbf010b12bbdb199529d994fb34b6b]

#i106087# inconsistent freetype tests/workaround for old versions


2009-10-23  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [44cae2347684f30d8da4cdc21804297c48d368dc]

merge


2009-10-23  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [9060799df4787aa646a99dcd1d6b0b2002f06292]

#i103932# allow duplicate field names


2009-10-23  Frank Schönheit  <frank.schoenheit@sun.com>  [870b9577e9a7351ad22843c0ba4afcaaf092977a]

#i106184# introduce a 'VerticalAlign' property for edit-like form controls


2009-10-23  hdu  <duerr@sun.com>  [e2ec504dd223367afae175d77be7b5841d420f8f]

#i106127# perf: ignore multiplicit solutions in maxdist calculation


2009-10-22  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [3f3f03ef5745c89e86b947f9e44f86a7ddb93757]

commit after rebase to DEV300m62


2009-10-22  hdu  <duerr@sun.com>  [d8d80dbe4caedc2cc1f7e5986d7fe48cbeb295fe]

#i106127# perf: using vector.push_back() instead of the generic vector.insertAtWithCount() is worth it when it gets called a gazillion times


2009-10-22  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [401885c312b5f368bc8d9022f8352770b1178ef2]

merge


2009-10-22  hdu  <duerr@sun.com>  [d74b25dd4215c4a22baa2f201939fb2d39f1ca26]

#i106127# more pre-allocations to prevent reallocations


2009-10-22  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [e6f7fb4a2c1de447b83b0b3ad2bd91a3812689eb]

#i106052# call close handler asynchronously


2009-10-22  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [acc6b5ff308dc5707c4b1b9d0cf402e9c7ada2f9]

#i105655# Last MetaFile changes; moved GDI_LINEDASHDOT_ACTION to the more common part in SVM export to also have it available for non-fat lines


2009-10-22  hdu  <duerr@sun.com>  [803c5c23ebb7ade5de134f8b410c963c0cec6e4f]

#i106127# perf: consecutive polygon segments always touch so costly decisions based only on the touch-criterion should be avoided for this case


2009-10-22  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [6bc71cc6a866a72047db3284821c62d8dab8fd92]

#i105655# most changes for MetaFile consumers done


2009-10-22  hdu  <duerr@sun.com>  [04675db1df4358299055c2921b4a4c6b9ea71084]

#i106127# fix typo in new method getMaxDistancePositions()


2009-10-22  hdu  <duerr@sun.com>  [10ba532d2e14902db5d150332f5828d59d217f47]

#i106127# perf: free roaming curve-subdivision also benefit from pre-allocation


2009-10-22  Mathias Bauer  <mba@openoffice.org>  [04f03a5c7f1165c3d6e00604d3610d0e7f4d8d7a]

#i103496#: forgot to add lib to svl


2009-10-21  Mathias Bauer  <mba@openoffice.org>  [d470a9b2407e4220411367afd2549d2499406739]

#i104396#: some warnings, PCH and windows only fixes


2009-10-21  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [19872446512b021316c375ffcf713ba552075eb0]

#i105152# fix border painting


2009-10-21  hdu  <duerr@sun.com>  [f03f2df4d48b614dbd47bf96ea3f8d7fea4737e2]

#i106127# perf: add B2DCubicBezier::getMaxDistancePositions ( ) to allow better bezier-subdivisions


2009-10-21  sb  <sb@openoffice.org>  [b230f6673fa46aab3e6538678249eabb8d05f7d4]

merged in DEV300_m62


2009-10-21  Vladimir Glazounov  <vg@openoffice.org>  [898eddec487d970747de433f01964b051b24ec19]

CWS-TOOLING: integrate CWS fwk123 2009-10-14 10:18:49 +0200 cd  r276885 : #i99971# Use AttachThreadInput to force SetForegroundWindow 2009-10-14 08:56:20 +0200 mav  r276881 : #i105476# let the allocated memory live long anough 2009-10-14 08:53:51 +0200 mav  r276880 : #i105476# let ZipFile use mutex while creating the requested stream 2009-10-14 08:51:52 +0200 mav  r276879 : #i105476# let buffered IO use mutex ( patch from MHU ) 2009-10-09 12:20:22 +0200 cd  r276803 : #i99971# Use configuration to control window to front/focus handling 2009-10-09 12:19:22 +0200 cd  r276802 : #i99971# New configuration item to force set focus and window to front for new document windows 2009-10-09 12:18:23 +0200 cd  r276801 : #i99971# Introduction of a new show flag to force window to front 2009-10-06 11:04:16 +0200 ab  r276695 : #i105386# Call xmlInitParser() before registering input callbacks


2009-10-21  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [0d3b406bea9326039a25cd7e5b81d9c88ad7f01c]

merge


2009-10-21  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [da046c00f7c235601e4b0b2c28388447de4f297c]

#i103932# allow duplicate field names in PDF export on request


2009-10-21  hdu  <duerr@sun.com>  [0146c8ca45381c7f6da103fd55f58701cb57af96]

#i106127# perf: make self-intersection-test of bezier curve much cheaper


2009-10-21  Vladimir Glazounov  <vg@openoffice.org>  [8315109e9d316a6519d128aadc01d7a18517dff9]

CWS-TOOLING: integrate CWS calc32stopper3 2009-10-12 14:26:09 +0200 er  r276833 : disable dump again 2009-10-12 13:46:57 +0200 er  r276832 : #i102294# setValue: yet another DST glitch 2009-10-12 13:21:48 +0200 iha  r276828 : #i105767# Y axis vanishes in case of zero rotated axis title 2009-10-08 01:49:20 +0200 er  r276772 : NextSymbol: actually do reset ODF reference detection on file/sheet separator 2009-10-08 00:18:58 +0200 er  r276771 : #i101639# use TabIDs in cached RangeArrays, not RefData Tabs 2009-10-07 19:25:47 +0200 er  r276767 : #i105200# UpdateBroadcastAreas: hash key changes, remove area from all slots and reinsert 2009-10-05 17:20:44 +0200 er  r276690 : #i105365# SI prefixes for ang, ang3, m/h, m/hr 2009-10-05 16:21:29 +0200 er  r276686 : #i105161 intersection has higher precedence than union


2009-10-21  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [9221589e5d7f1e718c4b7b17cd82eb3942d86112]

#i105131# initialization (thanks mst!)


2009-10-21  Vladimir Glazounov  <vg@openoffice.org>  [c211ff26b9395a8ad9d400c43427f6f2fedcce06]

CWS-TOOLING: integrate CWS buildverbosity 2009-10-13 15:51:48 +0200 fs  r276867 : allow building with 'nodep'=='' 2009-10-11 22:39:56 +0200 fs  r276820 : silence a compiler warning in a file only used when VERBOSE!="" 2009-10-09 14:37:43 +0200 fs  r276807 : let not override the non-presence of $VERBOSE the given command line arguments 2009-10-09 14:36:25 +0200 fs  r276806 : also deliver spirit/home/classic/debug/impl 2009-10-08 13:38:07 +0200 fs  r276789 : not that many line feeds in --show mode 2009-10-08 13:13:01 +0200 fs  r276788 : minor adjustments requested by hjs: - replaced space/tab mixes at beginning of lines with mere tab - made "nothing to update" message for the ZIPALLTARGET target more prominent - removed useless "echo > /dev/nul" statements 2009-10-07 13:32:12 +0200 fs  r276753 : #i105585# 2009-10-07 11:31:59 +0200 fs  r276742 : #i10000# missing dependency between stoc/security and stoc/util 2009-10-06 22:59:59 +0200 fs  r276729 : CWS-TOOLING: rebase CWS buildverbosity to trunk@276699 (milestone: DEV300:m61) 2009-09-29 12:04:58 +0200 fs  r276518 : #i10000# 2009-09-29 12:04:25 +0200 fs  r276517 : oops 2009-09-29 12:01:07 +0200 fs  r276516 : #i84497# removed some more (non-diagnostic) 'echo ------' directives 2009-09-29 11:59:29 +0200 fs  r276515 : #i84497# removed some more (non-diagnostic) 'echo ------' directives 2009-09-29 11:52:32 +0200 fs  r276514 : #i84497# removed the various 'echo ------------' directives from verbose mode, as per hjs' request 2009-09-29 11:44:16 +0200 fs  r276513 : do not duplicate IDLC call commands with different verbosity switches 2009-09-28 21:43:50 +0200 thb  r276502 : #i84497# fixed potential recursive macro def + extra ls  * solenv/inc/settings.mk: now setting via VERBOSE!:=, removes warning    and my spurious "recursive macro definition" error  * solenv/inc/tg_app.mk: one extra ls silenced for app target (and    quiet mode, that goes without saying) 2009-09-23 08:57:01 +0200 fs  r276366 : use ULFEX_VERBOSITY instead of duplicating the ULFEX call 2009-09-21 11:42:26 +0200 fs  r276320 : ignore output paths 2009-09-21 11:04:27 +0200 fs  r276318 : silence another compiler warning, which only hits us when actually using this (debug) file, which is the case only when slideshow is compiled with a env variable VERBOSE, thus came up in CWS buildverbosity 2009-09-21 10:30:14 +0200 fs  r276313 : make some output depend on VERBOSE==TRUE, not COMMAND_ECHO="" While both are equivalent at the moment, COMMAND_ECHO finally is an implementation default of the VERBOSE flag only, so better rely on VERBOSE as the primary verbosity flag 2009-09-21 09:56:57 +0200 fs  r276311 : forgot to re-generate from tg_zip before committing 2009-09-21 09:52:11 +0200 fs  r276310 : #i84497# even less verbosity 2009-09-17 11:02:47 +0200 fs  r276232 : #i84497# verbose implies VERBOSE nowadays, and VERBOSE==FALSE should not lead to -DVERBOSE 2009-09-15 22:59:37 +0200 fs  r276189 : #i105022# copy fix for this P1 into this CWS 2009-09-15 11:56:35 +0200 fs  r276165 : CWS-TOOLING: rebase CWS buildverbosity to trunk@276043 (milestone: DEV300:m58) 2009-09-14 17:45:10 +0200 fs  r276137 : #i84497# don't duplicate zip lines w/ and w/o -q switch, use a variable instead (maintenance) 2009-09-14 15:01:33 +0200 fs  r276124 : #i10000# 2009-09-11 23:58:46 +0200 thb  r276083 : #i84497#: More quiet-build fine tuning  - silenced rsc for real (properly filtering options for    cpp, and a pretty brutal amputation of the tool blurp,    which would have needed cmd opt parser duplication)  - silenced deliver.pl  - silenced checkdll.sh  - silenced zip via -q (in quiet mode)  - silenced various idl, resource, transex whatever tool,    passing appropriate options down to them '-QQ' sometimes  - silenced dmake, pointless blurb that something does *not*    need update removed  - silenced the old starview idl compiler, to not output    tool's name & progress chars in quiet mode 2009-09-11 21:13:59 +0200 thb  r276081 : #i84497#: More bits on the quiet mode of the build. The bulk of the changes is disabling those annoying "echo ------------------" lines for the quiet build, which has the stretch goal of outputting *exactly* one line per file compiled/linked/processed. Apart from that, silenced a few especialy annoying module-specific makefiles (basically adding $(COMMAND_ECHO) in front of a gazillion rules). Additionally, slightly tweaked what idlc regards verbose, normal, and quiet mode; this was to have it echo exactly one line per idl file processed (the fact that quiet mode did not echo *anything* for idl files was a bit too much for my taste) 2009-09-04 09:14:35 +0200 fs  r275777 : don't emit the link parameters if VERBOSE!=TRUE 2009-09-02 10:31:15 +0200 fs  r275700 : #i10000# 2009-09-02 08:44:14 +0200 fs  r275697 : update svn:ignore to ignore the output paths 2009-09-02 08:40:54 +0200 fs  r275695 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given 2009-09-02 08:40:28 +0200 fs  r275694 : GRAPHITE is missing in the BUILD_TYPE 2009-09-02 08:40:05 +0200 fs  r275693 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given 2009-09-02 08:39:25 +0200 fs  r275692 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given 2009-09-02 08:39:02 +0200 fs  r275691 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given 2009-09-02 08:38:09 +0200 fs  r275690 : #i84497# less verbose output during build 2009-09-02 08:37:06 +0200 fs  r275689 : #i84497# don't emit that much noise, unless a '-verbose' switch is given


2009-10-21  Philipp Lohmann  <pl@openoffice.org>  [0a38b730b18bd23c4afdb4d04906f01a1df5e518]

fix a compile problem


2009-10-21  hdu  <duerr@sun.com>  [f8940461a202e79b13477f1e0f11dcf83f9d07a6]

#i106127# perf: add and use B2DPolygon::reserve() to prevent many reallocations


2009-10-21  Mathias Bauer  <mba@openoffice.org>  [c9be8933be83f43ba91eb14dde4c5235763a2a2e]

#i103496#: some warnings, pch and windows only fixes


2009-10-20  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [78b61577d5f31b12ee7d119c50badc7141e318ab]

#i106113# update from shtylman and kendy (thanks !)


2009-10-20  Philipp Lohmann  <pl@openoffice.org>  [f1ffc1e0f5b721becbf9989d3993e5ae2f8cb86e]

#i106068# add missing SAL_FRAME_STYLE_FLOAT_FOCUSABLE handling


2009-10-20  Armin Weiss  <aw@openoffice.org>  [be00d9078a666fe4ac6afffa7ba09313655343e8]

#i105065# speedup 3D/FontWork


2009-10-20  Armin Weiss  <aw@openoffice.org>  [e5c155ef6c885f0bf0fc25c4b168cc33642cadbd]

#i105065# speedup 3D/FontWork


2009-10-20  tl93732  <tl93732@x42-so3.germany.sun.com>  [231a3278039001d688875a0d58d1c0b83079c5c3]

merge


2009-10-20  Release Engineers  <releng@openoffice.org>  [e82bf13c4c1bb23ce28269ac02fbdacad0371468]

Create DEV300_m62 milestone tag from trunk@277034


2009-10-19  Mathias Bauer  <mba@openoffice.org>  [ed1be3943696e40ceadb6118429cc192605ab62b]

#i103496#: forgotten commit


2009-10-19  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [8f780fda9317b01ecf91925edf9e5a4c8323fbfc]

#i105729# for convenience allow to modify disabled dependencies thereby automatically changing the dependent value appropriately


2009-10-19  Mathias Bauer  <mba@openoffice.org>  [8fd5a599d81f133c7f6731651f98dd0ca5b82f2f]

#i103496#: move some fontsubstitution stuff from vcl to unotools to get xmloff vcl free


2009-10-18  Mathias Bauer  <mba@openoffice.org>  [a4902e150daab70cc37be6edb965a270b5c35404]

#i103496#: move some enums, defines and inlines from vcl to tools to get xmloff free of vcl stuff


2009-10-16  thb  <thb@openoffice.org>  [61464b40b64061b9fd00f4dea1a4bf62ee031f81]

#i105939# Decided returning by const ref was a bad idea, coupling- and in terms of unwanted side effects (think vector re-allocating the mem). Fixed iterator-to-ptr conversion for obvious oversights.


2009-10-16  Niklas Nebel  <nn@openoffice.org>  [cbb0d8ecaae69d2a0ecc8b73bccdaf711b1c504f]

#i105945# no optimization for textsearch on unxsoli


2009-10-16  thb  <thb@openoffice.org>  [6ffbe97727691a22b38f16e738c4771db19c9eb9]

#i105939# Side-tracked by extensive unit test slowness - fixed by properly using strbuf in svg exporter


2009-10-16  thb  <thb@openoffice.org>  [a475abf6e1828056961ff7621a09e09f4c793553]

#i105939# Adds clip state handling class to basegfx; makes use of that also from slideshow


2009-10-16  thb  <thb@openoffice.org>  [f981f670f65c8b652241ef20353f2cf7f1457990]

#i105939# Adds special box clipping support to basegfx


2009-10-16  thb  <thb@openoffice.org>  [29a4b95c2cc56ea60fdaf0120ac4f91cab935e40]

#i105938# Provides simplistic pool memory from a std::vector


2009-10-16  thb  <thb@openoffice.org>  [7a60051b19b139753ecc38604506cb03ad486e3b]

#i105937# Much improved gradient support for canvas/basegfx/drawinglayer.

See http://blog.thebehrens.net/2009/07/28/hackweek-iv-canvas-convwatch/ for more background information
2009-10-16  Mathias Bauer  <mba@openoffice.org>  [fc53feb5ceb73617735faaad854ad8a90c6d8816]

#i103496#: split svtools; improve ConfitItems


2009-10-15  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [108c5ee8c97ab40133f39ed390a0028c86cac7f1]

#i105731# sort printerlist


2009-10-15  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [eb1d15a87a29c8e0e845d946092fe6c2a55f31a3]

#i105655# commiting changes2 so far for preparing linux version


2009-10-14  Kurt Zenker  <kz@openoffice.org>  [44712f6dea093a002c07b3e592a8260bd43e0027]

CWS-TOOLING: integrate CWS dba32h 2009-10-12 12:21:44 +0200 msc  r276827 : remove warning for issue 102712 because the issue is fixed 2009-10-05 07:14:20 +0200 oj  r276658 : #105585# add missing dependency for OOO_UI 2009-10-02 12:50:19 +0200 fs  r276632 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 12:46:12 +0200 fs  r276631 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 13:09:07 +0200 fs  r276596 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 12:35:56 +0200 fs  r276589 : #i105509# don't rely on default form component names, use indexes 2009-10-01 11:19:18 +0200 fs  r276584 : copying the fix for #i105082# into this CWS 2009-10-01 11:13:22 +0200 fs  r276583 : improved logs 2009-10-01 11:10:44 +0200 fs  r276581 : #i105505# 2009-10-01 08:07:57 +0200 fs  r276575 : manual merge of trunk, to allow cwslocalize to run 2009-09-30 22:48:30 +0200 fs  r276574 : removed that strange ONLOAD definition 2009-09-30 12:58:18 +0200 fs  r276553 : copy fix for #i105387# into this CWS, as the issue prevents us from finalizing the CWS 2009-09-30 12:56:45 +0200 fs  r276552 : copy fix for #i105387# into this CWS, as the issue prevents us from finalizing the CWS 2009-09-30 11:47:45 +0200 fs  r276549 : #i105235# 2009-09-29 12:27:40 +0200 fs  r276521 : #i105367# 2009-09-28 12:08:17 +0200 oj  r276485 : #i105371# export version in manifest.xml as well 2009-09-28 12:07:02 +0200 oj  r276484 : #i105371# export version in manifest.xml as well 2009-09-28 09:48:01 +0200 oj  r276481 : #i105366# init drivers when not empty 2009-09-25 14:31:27 +0200 fs  r276466 : CWS-TOOLING: rebase CWS dba32h to trunk@276429 (milestone: DEV300:m60) 2009-09-24 13:52:54 +0200 fs  r276422 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 11:42:03 +0200 fs  r276413 : #i105234# proper zoom handling for the nav bar 2009-09-24 11:41:40 +0200 fs  r276412 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-23 12:21:22 +0200 oj  r276377 : remove dos lineends 2009-09-23 11:44:52 +0200 oj  r276376 : #i105216# load config on demand 2009-09-23 11:44:19 +0200 oj  r276375 : #i105216# load config on demand 2009-09-23 11:43:35 +0200 oj  r276374 : #i105216# load config on demand 2009-09-21 09:13:03 +0200 oj  r276307 : #i105158# use Thread support 2009-09-18 13:06:50 +0200 fs  r276277 : #i105147# 2009-09-18 11:48:23 +0200 oj  r276271 : #i105158# new method for thread safety 2009-09-18 10:42:56 +0200 fs  r276266 : CWS-TOOLING: rebase CWS dba32h to trunk@276192 (milestone: DEV300:m59) 2009-09-18 08:30:03 +0200 oj  r276263 : #i105016# load correct ldap so 2009-09-17 13:42:31 +0200 oj  r276240 : change count of check boxes 2009-09-17 13:32:59 +0200 oj  r276239 : revert false to true for currency 2009-09-17 09:14:46 +0200 oj  r276220 : #i104901# add patch for every issue 2009-09-17 09:10:29 +0200 oj  r276219 : #i104901# add patch for every issue 2009-09-11 13:47:49 +0200 oj  r276060 : #i104901# fix for indentity 2009-09-11 12:14:14 +0200 fs  r276056 : #i104594# allow to render controls without an SdrPageView 2009-09-11 11:49:31 +0200 fs  r276055 : CWS-TOOLING: rebase CWS dba32h to trunk@276043 (milestone: DEV300:m58) 2009-09-10 08:41:40 +0200 oj  r276021 : #i104911# export variable-set not for repeating sections


2009-10-14  Kurt Zenker  <kz@openoffice.org>  [f0ace0221aaa677dea91f15464b3486152a41398]

CWS-TOOLING: integrate CWS impress177 2009-10-07 13:02:12 +0200 sj  r276751 : #i104579# fixed horz and vert adjustment for master styles (excluding notes master) 2009-10-06 18:09:14 +0200 sj  r276724 : #i104579# fixed horz and vert adjustment for master styles 2009-10-05 15:02:38 +0200 sj  r276679 : #i104685# fixed text color problem 2009-10-02 14:01:22 +0200 aw  r276641 : #i105508# added own flag for ClipOnBounds to SdrBlockTextPrimitive2D and the helper createTextPrimitive; adapted usages; corrected VerticalText stuff; corrected ClipOnBounds for CustomShapes 2009-09-30 11:55:44 +0200 cl  r276550 : CWS-TOOLING: rebase CWS impress177 to trunk@276429 (milestone: DEV300:m60) 2009-09-28 17:57:37 +0200 cl  r276498 : #i94900# after a paste special make sure the stylesheets for outline shapes are correct 2009-09-24 17:36:29 +0200 af  r276425 : #i103464# Restore device more reliably. 2009-09-24 12:29:31 +0200 sj  r276417 : #i104685# fixed text color propblem 2009-09-22 16:48:06 +0200 sj  r276360 : #i104682# fixed table border line thickness 2009-09-22 16:46:29 +0200 sj  r276359 : #i104682# fixed table border line thickness 2009-09-22 10:29:30 +0200 sj  r276346 : #104579# fixed horz and vert adjustment for master styles 2009-09-21 14:18:29 +0200 af  r276330 : #i100905# Fixed crash when region is split into bands. 2009-09-15 15:44:30 +0200 cl  r276181 : #i103179# always hide presentation shapes from master page if rendered as slide background 2009-09-15 10:44:52 +0200 cl  r276155 : #i104579# return correct IsEmptyPresObj state 2009-09-14 16:51:41 +0200 cl  r276132 : #i96538# restored OOo 3.0 numbering behaviour


2009-10-14  Björn Michaelsen  <b_michaelsen@openoffice.org>  [e77baa69a10fa288bab229b8114411bb7c451ab7]

#i105835# removing explict flushes in comphelper as logging::Logger handles flushing


2009-10-14  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [d51466ec622cd74dbe7ab62b0cb8fd3911b45e44]

#i104877# handle MetaFloatTransparentAction better in flat transparency case


2009-10-14  Björn Michaelsen  <b_michaelsen@openoffice.org>  [fa792f87e847f7902c0879695a7b9b2c7be37b95]

#i105835# flushing filehandler in uieventslogger after each logged record because of buffered i/o


2009-10-14  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [cacd596308a2ad3595474a54769d906f5060f94a]

#i105655# commiting changes so far for preparing linux version


2009-10-13  Frank Schönheit  <fs@openoffice.org>  [af1264a6f9b6c66567543e11b358de40f41e0235]

remove obsolete files, instead of fixing newly introduced warnings in them


2009-10-13  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [fac08b3a2c715d982302a18ea03190c15b6bc512]

#i105876# check fgets return (thanks cmc)


2009-10-13  hdu  <duerr@sun.com>  [5c0650e60188efc6248d9f8b23adc59d890f518e]

#i92671# fix parsing of GSUB.cov2 subtables (thanks cmc!)


2009-10-13  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [b841e286027e7bcd60b89f4474714e35865c0099]

#i105822# leave printer in correct state in both cached and uncached case of getFilteredPageFile


2009-10-13  Frank Schönheit  <fs@openoffice.org>  [d9d3a24943a12b8e721d0ed467cf72ec600bc94a]

#i10000#


2009-10-13  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [92644f4923c484a9721d505d9992ee6ad3f92eb8]

#i65491# move first page features to document setup


2009-10-13  Frank Schönheit  <fs@openoffice.org>  [38015aee829bd37e6cccdbd5e91e459904d88e74]

#i10000#


2009-10-13  Frank Schönheit  <fs@openoffice.org>  [c8a5ccd02e79e15f04cb3c0d0c1b8b37b6232545]

#i10000#


2009-11-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebc46deb22a61f58ae2d25d9ea4ca352ce77ba39]

controltextrendering: merge changes from DEV300_m61


2009-10-13  Daniel Rentz  <dr@openoffice.org>  [f308cf2a5dc5bdc95feca2c6b156f2499795f096]

missing virtual dtor


2009-10-13  Daniel Rentz  <dr@openoffice.org>  [1640b2bf6c03e035afc8261f6045ed69772a38ce]

missing virtual dtor


2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e341f1914b841dba362ec17d2fcbe0633323dad]

koheidatapilot03: merge with DEV300_m60


2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d03ef3d1b28f7b9c921556b209a99b3e6c5f0e1c]

koheidatapilot03: merge with DEV300_m57


2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ec1aa0a3eee2e5ae4a5230828b4c2c595a81464]

koheidatapilot03: merge with DEV300_m56


2009-10-12  Mathias Bauer  <mba@openoffice.org>  [7d3bc477b8be1bdbb34a7794858b0010cbc6ca16]

#i103496#: move SysLocale stuff to unotools


2009-10-12  os  <os@openoffice.org>  [2db06348524a765aaf2cff77ff34429c477500e9]

date time order fixed


2009-10-09  Mathias Bauer  <mba@openoffice.org>  [027624199faf7f77fc7f0e555016175793bf51b9]

#i103496#: SolarMutex in tools


2009-10-09  Mathias Bauer  <mba@openoffice.org>  [dd6c5c2081da9e7946c188a079e9932a3d65958c]

#i103496#: unused code removed


2009-10-09  Mathias Bauer  <mba@openoffice.org>  [69d51ce5479001681ef20ca6cc7fb877f48a4733]

#i103496#: forgot include


2009-10-09  Michael Stahl  <mst@openoffice.org>  [68cd76a896ed7b201d847f8e82596e8cd3203ecd]

#i97029#: sax::Converter: add convertDateOrDateTime() and convertDate()


2009-10-09  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [3952d5b64543260658c680ca984e82e1725a24eb]

merge with m61


2009-10-08  Mathias Bauer  <mba@openoffice.org>  [37a39553b92ed062177a94da2a2414bf3e94e91a]

#i103496#: have SolarMutex in tools


2009-10-08  Mathias Bauer  <mba@openoffice.org>  [9c94ebf1ce5a32f1f4d798f2178b275436061209]

#i103496#: make svtools buildable


2009-10-08  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [b1579eec9e8962c62285111f422f89091a34dd57]

#i105459# enhanced circles/ellipes for more mathematical correctness


2009-10-08  Mathias Bauer  <mba@openoffice.org>  [a6aefe611f76b43c8cee1568b1a1f426649469a5]

#i103496#: make svl buildable with internal inc/svl directory


2009-10-08  Mathias Bauer  <mba@openoffice.org>  [0e86e5b6cb07ac5503c8e6636793796bbb582b8c]

#i103496#: make svl buildable


2009-10-08  os  <os@openoffice.org>  [071f2842dcac22b12ea1b535cddc4d1d5f0cd47b]

#i105687# enable number format for custom date/datetime/time data


2009-10-08  sb  <sb@openoffice.org>  [b9f41a090d068ff19db282ecc0d14019fdac58ae]

merged in DEV300_m61


2009-10-08  Mathias Bauer  <mba@openoffice.org>  [9336ae67f074856fd2e8423ff6a866c2c342d47f]

#i103496#: split svtools in two libs, depending on whether the code needs vcl or not


2009-10-07  Dirk Völzke  <dv@openoffice.org>  [0942ec4c5e29a322771d224d3a637607c3d777b2]

#i105452# Added alternative service names for the throbber


2010-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [542ccf2335efafc8039e17aca4a0ac7d63c707e5]

dv12: Merge with DEV300_m56


2009-10-07  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [1a2a5b31b6928cbd8a4f79b624007a3a8f9939d6]

#i105323# added FastPath for 3D scene HitTest for 3d CustomShapes by re-using the buffered last render result from the ScenePrimitive2D


2009-10-06  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [e77f3a21740478501ed6dc06e3ce3d0c8ce0858e]

rebase to m61


2009-10-06  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [85de41becdae914289a37ff19ceea7d7e6295a1c]

#i105613# catch exceptions in accessibility event handler (thanks cmc)


2009-10-06  Mathias Bauer  <mba@openoffice.org>  [918cc49079c1e4f1c759d9f010b1ac9cadabe7e0]

#i103496#: move kde_headers.h from vcl to shell


2009-10-06  mathias  <mathias@mba-tecra>  [308242921355e89f1255d162b2a463cfc3993f55]

warnings fixed


2009-10-06  Release Engineers  <releng@openoffice.org>  [0e311c2f6bd8a6c2ad30fa6be7ca8751b069fe82]

Create DEV300_m61 milestone tag from trunk@276697


2009-10-06  Mathias Bauer  <mba@openoffice.org>  [73479632fcae6e2152d5f30dee13999f7dd03016]

#103496#: move VCL free ConfigItems to unotools


2009-10-01  Vladimir Glazounov  <vg@openoffice.org>  [6b8d097ecb105437e2b06ed0d6615e0b6571e7e9]

CWS-TOOLING: integrate CWS cmcfixes62 2009-09-22 21:19:24 +0200 cmc  r276365 : #i100000# that's the most plausible explanation, -D$(CVER) is needed by scp2 under windows 2009-09-19 16:10:36 +0200 cmc  r276303 : #i100000# revert this for no partically good reason 2009-09-18 14:16:47 +0200 cmc  r276279 : remove extra build depend 2009-09-18 08:56:15 +0200 cmc  r276265 : #i100000# rerun autoconf 2009-09-17 14:59:38 +0200 cmc  r276245 : CWS-TOOLING: rebase CWS cmcfixes62 to trunk@276192 (milestone: DEV300:m59) 2009-09-10 16:40:49 +0200 pl  r276041 : fix warning 2009-09-10 11:34:55 +0200 pl  r276026 : disable warning from system header 2009-09-09 19:30:45 +0200 pl  r276013 : use osl_getAsciiFunctionSymbol instead of strange cast 2009-09-09 19:25:32 +0200 pl  r276012 : add some casting hacks to make compile on solaris cc 2009-09-09 19:10:48 +0200 pl  r276009 : add missing Configure option for solaris sparce 32bit 2009-09-09 18:37:05 +0200 pl  r276008 : merge fix for #i104525# into moved code 2009-09-07 13:28:08 +0200 cmc  r275894 : CWS-TOOLING: rebase CWS cmcfixes62 to trunk@275801 (milestone: DEV300:m57) 2009-08-28 12:36:27 +0200 cmc  r275523 : CWS-TOOLING: rebase CWS cmcfixes62 to trunk@275331 (milestone: DEV300:m56) 2009-08-26 12:56:18 +0200 cmc  r275413 : #i104088# use the right headers in the right place 2009-08-25 17:07:50 +0200 cmc  r275372 : #i104500# make openssl build on linux that isn't x86 or x86_64 2009-08-25 13:08:48 +0200 cmc  r275347 : #i89237# pretty picswitch up 2009-08-25 10:58:09 +0200 cmc  r275342 : #i104489# remove last unused code in starmath 2009-08-25 10:23:33 +0200 cmc  r275338 : #i104088# clean up the define post-move 2009-08-24 13:46:57 +0200 cmc  r275310 : #i104088# 64bit odbc api changes 2009-08-24 13:42:52 +0200 cmc  r275309 : #i89237# unify linux platform mks under a generic parent 2009-08-24 13:19:52 +0200 cmc  r275307 : #i104455# remove unused code 2009-08-24 13:10:56 +0200 cmc  r275306 : #i104088# 64bit odbc api changes 2009-08-24 10:07:50 +0200 cmc  r275293 : #i104306# move recent-used to vcl 2009-08-24 09:32:08 +0200 cmc  r275291 : #i104306# move recent-used to vcl 2009-08-23 22:01:07 +0200 cmc  r275286 : #i104306# move recently-used to vcl 2009-08-22 15:25:25 +0200 cmc  r275285 : #i104088# 64bit odbc api changes 2009-08-21 17:52:40 +0200 cmc  r275268 : #i104306# move recently-used to vcl 2009-08-21 14:38:26 +0200 cmc  r275257 : #i104408 make these headers ready for c++0x 2009-08-21 14:20:19 +0200 cmc  r275251 : #i104406# avoid overlapping strcpy to avoid bustage on recent toolchains 2009-08-21 14:14:25 +0200 cmc  r275250 : #i104385# silence 64bit warnings


2009-09-30  Kohei Yoshida  <kyoshida@novell.com>  [3e140864e2cf3031424051acf2fdb6379d8f2e87]

rebased to DEV300_m60.


2009-09-29  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [b57a34ea199f844853ea400f1510885d4beb2ce9]

#i105323# speedup of 3D handling mostly for CustomShapes; HitTest and interactions optimized


2009-09-29  Vladimir Glazounov  <vg@openoffice.org>  [dde3bf1292a591e18ed5f8d0217fc6cda1f04127]

#i105433# fix for build breaker with system lucene


2009-09-28  Kurt Zenker  <kz@openoffice.org>  [9d32713887bb706f49ad04c2caef385ff4977b08]

#i105388# patch applied


2009-09-25  Mathias Bauer  <mba@openoffice.org>  [d6ceaacac6d07081ba9f292b0e8a4cb6c3cc7f30]

merge commit


2009-09-25  sb  <sb@openoffice.org>  [250dfe5e18139c22a163cccbcfe2875c21a01572]

merged in DEV300_m60


2009-09-25  Frank Schönheit  <fs@openoffice.org>  [0ecd915ed3265bc03ab077f1e2c30d296525640a]

#b6875455# when drawing/painting a check box or radio button, then take the zoom into account when calculating the distance between the radio/check image, and the actual text. This ensures that in contexts where controls can and will be zoomed (i.e. in documents), the text doesn't 'jump' relative to other text surrounding the control.


2009-09-25  Frank Schönheit  <fs@openoffice.org>  [cfa14361106c6d996ccee8193a84b27e7d3f6522]

#b6875455# for the target device, always use the ref-device MapUnit during drawing, to have less rounding errors in case the ref device does not use TWIP. Also, implement filling the MetricVector


2009-09-25  Frank Schönheit  <fs@openoffice.org>  [962c91cdc17f330869e6a12f635d49e754fdff44]

diagnostics


2009-09-25  Frank Schönheit  <fs@openoffice.org>  [742761d838a2c3a9b4a755d6d31a834ac8c97128]

merging changes from DEV300.m60 herein


2009-09-25  Frank Schönheit  <fs@openoffice.org>  [81149f0b8f109f2298abc899ba3cbc088515f22a]

#b6875455# use the RTL-ness of the control we work for to determine the TextLayoutMode of the reference/target device


2009-09-25  Frank Schönheit  <fs@openoffice.org>  [591bdddd4f283f3d01f2e724110f137acb732393]

don't maintain the exception files twice, base SLOFILES on EXCEPTIONSFILES


2009-09-25  Frank Schönheit  <fs@openoffice.org>  [98675c9b07076bc5dceb60dd691dc41058dcda91]

getProperty( RefDevice ) implemented now


2009-09-24  Release Engineers  <releng@openoffice.org>  [12bf63875a1074475cba0dfd69056bfc40859a9b]

Create DEV300_m60 milestone tag from trunk@276428


2009-09-24  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [ce58804c6c88aee0457e73a5d99167203afb90ea]

#i97509# optimized createRotateAroundPoint


2009-09-23  Thomas Lange  <tl@openoffice.org>  [44e91e05ba18c7c73b56b1d0c2416a619dc4792b]

#i1601# transliteration for sentence case, title case and toggle case


2009-09-23  Thomas Lange  <tl@openoffice.org>  [4372678912c947e4cd6d93ae3c31fcfc4daa5f21]

#i1601# transliteration for sentence case, title case and toggle case


2009-09-22  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [53ed38ac9bb872c6123dd12b90d960eb6768dfa2]

#i97509# continued matrix tooling and adapting the usages now to all the ooo code


2009-09-21  hdu  <duerr@sun.com>  [4f5efb41d8dc69d1eee44ae7969c63301021fe68]

#i105240# bitmap fonts are neither subsettable nor embeddable


2009-09-21  Frank Schönheit  <fs@openoffice.org>  [116e9bcc45ee4c021c4d372df05a11fc5d316883]

#b6875455# allow OutputDevice::DrawText to "decompose" the MetaTextRectAction. That is, if the given ITextLayout says that "decomposition" should be used, then do not add a MetaTextRectAction, but delegate creation/adding of MetaActions to ImplDrawText. Effectively, this means that if a Control is painted to a virtual device with output disabled, the proper meta actions - those for the DrawTextArray - are generated, instead of just one big MetaTextRectAction, which doesn't know anything about the reference device.


2009-09-21  Frank Schönheit  <fs@openoffice.org>  [e7f337a8aff9b38621fed258d8f09cb379404d88]

#b6875455# always use TWIP as target device map unit during drawing text, this saves us some rounding errors


2009-09-21  Frank Schönheit  <fs@openoffice.org>  [415f4dd0ae17a1f3652615de1ecc2bf09b41ea89]

DrawText( Rect, ...): properly calculate the to-be-returned text rect even in edge cases ...


2009-09-21  Frank Schönheit  <fs@openoffice.org>  [980ca9271f9bd3cfa56022ae9276f342c1a3d00f]

#i10000#


2009-09-21  Frank Schönheit  <fs@openoffice.org>  [ea08ac92612c3d2604e7f939fe1c8712e1250461]

#i10000#


2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [a26de1af2ba49390fa3a02204d7934317ed50cc8]

#i10000#  build  fix


2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [79888a39b2dfc442e2e0981659d7ecac1490955a]

CWS-TOOLING: integrate CWS impressaccessibility3 2009-09-18 16:10:59 +0200 af  r276289 : #i102525# Fixed some minor compilation problems. 2009-09-17 14:11:23 +0200 af  r276243 : #i102525# Fixed F1 shortcut for help view. 2009-09-16 16:20:58 +0200 af  r276205 : #i102525# Removing const to make Solaris linker happy. 2009-09-16 16:13:25 +0200 af  r276204 : #i90690# Initializing variable to avoid compilation problem. 2009-09-15 19:10:04 +0200 af  r276186 : #i90825# Replace edit source proxy when an outliner object is set. 2009-09-15 11:12:07 +0200 af  r276160 : #i90690# Broadcast accessibility events when the current slide is changed. 2009-09-15 09:37:48 +0200 af  r276148 : #i102525# Fixed Solaris compilation problem. 2009-09-14 18:12:40 +0200 af  r276142 : #i102525# Added missing implementation for some font related functions. 2009-09-14 18:02:05 +0200 af  r276139 : #i102525# Added accessibility support. 2009-09-14 17:30:13 +0200 af  r276136 : #i102525# Added support for interface XPane2 to panes. 2009-09-14 17:00:27 +0200 af  r276133 : #i102525# Added XPane2 interface. 2009-09-14 16:13:04 +0200 af  r276131 : #i50376# Make the focus indicator visible when the slide sorter has the focus.


2009-09-18  Noel Power  <npower@openoffice.org>  [18fff568c18a527e0386debe71aff0da6ce0352d]

initial commit of code reorg, existing files that are modified


2009-09-18  Frank Schönheit  <fs@openoffice.org>  [394bf39a8209ee2d5b4d1d1ad025758f88f461ed]

#b6875455# - introduced (static) ImplGetEllipsesString, taking an OutputDevice and an ITextLayout - introduced ITextLayout::GetTextBreak => with this change, all text-related operations in OutputDevice::ImplDrawText and OutputDevice::ImplGetTextLines should be routed through the ITextLayout interface


2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [da5a7cdba3619193606155c139972c097d004017]

CWS-TOOLING: integrate CWS impressaccessibility4 2009-09-16 19:30:19 +0200 af  r276217 : #i80994# Fixed the triggering of accessibility initialization. 2009-09-16 18:43:57 +0200 af  r276214 : #i93083# ValueSet now handles the FOCUSED and FOCUSABLE states correctly.


2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [e37bbda6b8e60a4449049b0a1b408f83ec59ae9c]

CWS-TOOLING: integrate CWS calc32stopper1 2009-09-15 15:43:23 +0200 dr  r276180 : newpic 2009-09-15 15:41:13 +0200 dr  r276179 : newpic 2009-09-15 14:58:14 +0200 dr  r276178 : #i104905# fixed note handling while importing from external data 2009-09-15 13:47:43 +0200 dr  r276173 : #i104905# fixed note handling while importing from database 2009-09-15 11:56:00 +0200 dr  r276164 : #i104155# prevent crash loading docx 2009-09-15 10:40:43 +0200 dr  r276154 : #i104990# 2009-09-15 10:27:31 +0200 dr  r276152 : #i104990# enable saving BIFF8 with password/encryption 2009-09-15 10:26:40 +0200 dr  r276151 : #i104990# enable saving BIFF8 with password/encryption 2009-09-14 19:13:11 +0200 dr  r276145 : #i105007# missing cleanup for deleted headers 2009-09-14 19:06:57 +0200 dr  r276144 : #i105007# missing cleanup for deleted headers 2009-09-14 18:53:39 +0200 dr  r276143 : #i104915# prevent crashes and misbehaviour when dealing with note cells: enter matrix, enter mult.op 2009-09-14 13:57:00 +0200 dr  r276109 : #160184# make drilldown working in exported pivottables, ported to DEV300 2009-09-11 15:16:08 +0200 nn  r276068 : #i104987# MoveBlock: pass bCut parameter 2009-09-11 15:15:22 +0200 nn  r276067 : #i104986# CopyToClip: correct order of parameters 2009-09-11 09:45:59 +0200 dr  r276053 : correct milestone


2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [d04c98e638e44b5d065f217061c3fe8952afb044]

CWS-TOOLING: integrate CWS dtrans2vcl 2009-09-09 19:47:56 +0200 pl  r276016 : merge fix for #i104390# into moved code 2009-09-07 12:50:47 +0200 pl  r275891 : remove nonexistant header 2009-09-04 16:47:05 +0200 pl  r275819 : forgot calling convention for Windoze 2009-09-04 13:27:36 +0200 pl  r275800 : #150926# remove X11 dependency 2009-09-04 13:19:08 +0200 pl  r275799 : #150926# move mac dtrans service to vcl to be used in service implementation 2009-09-03 21:19:01 +0200 pl  r275774 : fix warning, adjust comment 2009-09-03 18:36:01 +0200 pl  r275768 : no more sjlib 2009-09-03 17:56:49 +0200 pl  r275767 : remove unused X11 link dependency 2009-09-03 17:43:35 +0200 pl  r275766 : headless not used in X11 case 2009-09-03 17:34:36 +0200 pl  r275765 : #150926# bye bye sj2 2009-09-03 16:19:04 +0200 pl  r275761 : #150926# bye bye sj2, x11 dependenices removed where not necessary 2009-09-01 17:22:54 +0200 pl  r275674 : #150926# step 1: move X11 code from dtrans to vcl, adapt glue code


2009-09-18  Frank Schönheit  <fs@openoffice.org>  [55576a140c7ad09ca421769f6b17722aa52268e5]

#b6875455# - made ImplDrawText and ImplGetTextLines static   This way, we find all places where both methods access the target device (which is now explicit   instead of implicit), and can make sure that everything is routed through the ITextLayout interface,   if necessary. - also, made both methods take ITextLayout& instead of a ITextLayout* - added a default implementation for ITextLayout, which simply delegates all calls to a target device,   without any magic - added GetCaretPositions to the ITextLayout interface, since this clearly is controlled by the text   layout. Implement the new method for both DefaultTextLayout and ReferenceDeviceTextLayout - let the ReferenceDeviceTextLayout calculate more precise, when zooming/unzooming geometry   data - let the ReferenceDeviceTextLayout do less actions on the reference device - pushing and popping the   Font is necessary only once, not for every DrawText(Point) action


2009-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [7012fcd4448faa74608b48bd8a51f1f56dc60dc4]

CWS-TOOLING: integrate CWS mba32issues02 2009-09-17 mb93783 merge commit 2009-09-03 tb121644 #i104748 - slot unification to .uno:PasteSpecial 2009-09-01 mba #101455#: code simplification 2009-08-31 mb93783 iso locales for norwegian builds are nb and nn, not no 2009-08-25 mba merge to m55 2009-07-29 mba cleanup after rebase 2009-07-29 mba #i103200#: wrong order of first and last name in CJK UI 2009-07-27 mba adding dictionary changes from broken svn CWS 2009-07-27 mba adding dictionary changes from broken svn CWS 2009-07-27 mba apply patch from broken svn CWS


2009-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c91fc08ad850969103681f79ff0ff913ca34b9c]

#i10000#: files added (and removed) missing from integration of CWS kso32fixes2


2009-09-17  Kohei Yoshida  <kyoshida@novell.com>  [0a23c5fe400e2238f8799779621a538af3bfcc34]

Fixed build breakages.  Now the whole thing builds.


2009-09-17  Frank Schönheit  <fs@openoffice.org>  [4f37121eb34e67071951614f44c3ca2591913529]

consolidate DrawText and GetText - we do need versions with and without ITextLayout parameter


2009-09-17  Frank Schönheit  <fs@openoffice.org>  [64b7249bb7fe424dc6cefcdbf787d6a78ffc0762]

#b6875455# refactor the Control's "draw with reference device" functionality In particular, use the existing DrawText/ImplGetTextLines methods, but provide them with an optional ITextLayout interface, which replaces the usage of GetTextWidth and DrawText( Point, ... ) This way, the ref-device-rendering benefits from the existing implementations in DrawText( Rectangle, ... ), in particular, it now respects all kind of TEXT_DRAW_ flags, i.e. alignment, word breaks, multi line text, disabled drawing, etc.


2009-09-17  Frank Schönheit  <fs@openoffice.org>  [4b0241bfec38835956ec7f9e9883c6a564110c37]

setZoom: care for rounding errors which occur during implicit conversion from float to double


2009-09-17  Kohei Yoshida  <kyoshida@novell.com>  [cb5a2522aa44d43102abe9ab64e1fbb4c860a9c2]

#i5560# Applied & adjusted for the latest codebase the patches from go-oo. The original patches were contributed by Daniel Watson.


2009-09-17  Ivo Hinkelmann  <ihi@openoffice.org>  [64f2a312dadbf560861a59272768f1a2cd935141]

CWS-TOOLING: integrate CWS a11y32 2009-09-08 11:46:26 +0200 tl  r275921 : #i74816# use hi-contrast for all but for printer; namely use it for virtual devices as well 2009-08-25 10:14:46 +0200 tl  r275337 : CWS-TOOLING: rebase CWS a11y32 to trunk@274622 (milestone: DEV300:m54) 2009-08-17 11:13:19 +0200 ab  r275036 : #i71360# Added attribute support for misspelled 2009-07-24 14:28:11 +0200 tl  r274306 : #i48354# fixed hierarchy order in SvHeaderTabListBox 2009-07-24 13:47:40 +0200 mav  r274305 : #i102870# let roadmap control behave as a monolite tabstop control 2009-07-24 13:47:06 +0200 mav  r274304 : #i102870# let roadmap control behave as a monolite tabstop control 2009-07-24 13:46:33 +0200 mav  r274303 : #i102870# let roadmap control behave as a monolite tabstop control 2009-07-24 09:41:16 +0200 tl  r274289 : #i74816# fixed evaluation of high-contrast-mode 2009-07-22 15:46:50 +0200 tl  r274246 : warning-free-code fix when build with debug=t 2009-07-22 15:28:59 +0200 tl  r274243 : #i74816# fixed evaluation of high-contrast-mode


2009-09-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [62d793e2595b69d299cb192dd8cc03d2fa496f64]

CWS-TOOLING: integrate CWS vcl105 2009-09-07 Philipp Lohmann fix path issues 2009-09-07 hdu #i104525# Aqua: workaround OSX problem in RecentlyUsed list 2009-09-07 Philipp Lohmann add missing dollar sign 2009-09-07 Philipp Lohmann remove warnings 2009-09-07 hdu #i104011# need to use real-vals in cff-subsetter for some fonts 2009-09-05 Philipp Lohmann #i103674# less noise 2009-09-05 Philipp Lohmann #i103674# add garmin communicator to list of crashing plugins 2009-09-05 Philipp Lohmann #i103674# confiuration option to disable plugin support 2009-09-05 Philipp Lohmann merge #i102735# 2009-09-05 Philipp Lohmann #i88802# enable transparency resolution for PDF/A 2009-09-04 Philipp Lohmann rebase to DEV300m57 2009-09-03 Philipp Lohmann #i90083# fix a typo 2009-09-03 Philipp Lohmann merge 2009-09-03 Philipp Lohmann #i90083# workaround for application frame switching 2009-09-03 hdu #i104720# better description for --without-fonts configure option 2009-09-02 hdu #i104723# update third-party fonts 2009-09-02 hdu #i104723# update default-installed Liberation fonts from 1.04->1.05.1.20090721 2009-09-02 hdu #i104720# update default-installed DejaVu fonts from 2.21->2.30 2009-09-02 hdu #i89682# add Gentium fonts to default installation 2009-09-02 hdu #i89682# add Gentium fonts to default installation 2009-09-01 hdu #i104011# fix vertical offset in PDF-export of USP-layouted text 2009-08-27 Philipp Lohmann #i102033# ignore transients 2009-08-27 Philipp Lohmann merge 2009-08-27 Philipp Lohmann fix warning, remove crappy early exits 2009-08-26 Philipp Lohmann #i63494# user event time for generic plugin always regotten to work around metacity 2009-08-26 Philipp Lohmann merge 2009-08-26 Philipp Lohmann #i104526# fix string conversion 2009-08-25 Philipp Lohmann #b6855541# show newly added driver, repair remove driver 2009-08-25 Philipp Lohmann #i104469# maximizing issue (thanks haggai)


2009-09-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f12aa08bce80c647a925006180f48adfe074c926]

CWS-TOOLING: integrate CWS kso32fixes2 2009-09-14 kso #i104767# - 64 bit build breaker 2009-09-14 kso #i14767# - compiler warning 2009-09-08 kso i104767# - Removed obsolete header. 2009-09-08 kso i104767# - Removed obsolete header include. 2009-09-08 kso #i104767# - Fixed build breaker. 2009-09-07 kso #i104767# - merged in dev300 m57. 2009-09-07 kso #i104767# - support for system credentials usage 2009-09-07 kso #i104767# - support for system credentials usage 2009-09-07 kso #i104767# - support for system credentials usage 2009-09-07 kso #i104767# - support for system credentials usage 2009-09-07 kso #i104767# - support for system credentials usage 2009-09-07 Kai Sommerfeld #i104767# - support for system credentials usage 2009-09-07 Kai Sommerfeld #i104767# - support for system credentials usage 2009-09-07 ks93798 #i104767# - adaptions for NTLM SSO


2009-09-17  Ivo Hinkelmann  <ihi@openoffice.org>  [5b406c6493462095fed35b135be06ebdb8e2198b]

CWS-TOOLING: integrate CWS os136 2009-09-08 08:51:21 +0200 os  r275915 : #i104757# dropdown events also for key events 2009-09-04 13:13:14 +0200 os  r275798 : #i104757# send event before opening a drop down list 2009-09-04 13:11:48 +0200 os  r275797 : #i104757# dynamically load sub-regions in format/sections dialog


2009-09-17  Ivo Hinkelmann  <ihi@openoffice.org>  [5f6c00655332d9327d0eda5e16249916c716bb97]

CWS-TOOLING: integrate CWS ab74 2009-09-10 10:13:43 +0200 jsk  r276023 : Test Cases for #i103691, #i103697, #i103990 2009-09-03 15:42:36 +0200 ab  r275754 : #i103990# Removed warning 2009-09-03 09:02:32 +0200 ab  r275744 : CWS-TOOLING: rebase CWS ab74 to trunk@275331 (milestone: DEV300:m56) 2009-09-02 17:14:42 +0200 ab  r275724 : #i103697# Applied patch 2009-08-27 15:11:50 +0200 ab  r275488 : #i103354# Check Lucene index file to be named _0.cfs, fail otherwise 2009-08-26 08:57:21 +0200 ab  r275393 : #i104354# Changed loop variable type to avoid Solaris Intel compiler optimizer bug 2009-08-17 14:17:32 +0200 ab  r275053 : #i73263# Adapted breakpoint dialog to longer strings 2009-08-13 17:09:30 +0200 ab  r274951 : #i103691# Fix empty comparison behaviour 2009-08-13 13:03:28 +0200 ab  r274935 : #i103948# Applied patch 2009-08-13 12:31:15 +0200 ab  r274931 : #i103134# Patch: Always set default property 2009-08-13 11:02:50 +0200 ab  r274926 : #i103990# Support arrays in user types 2009-07-21 11:16:54 +0200 ab  r274171 : #i102816# Make sure LocaleItem is loaded before copying from it 2009-07-20 14:56:35 +0200 ab  r274139 : #i102816# Use default language as final fallback in service implementation


2009-09-17  Ivo Hinkelmann  <ihi@openoffice.org>  [332f285c33b5e2ee25676a66affc9041c646752e]

CWS-TOOLING: integrate CWS encsig09 2009-09-14 15:11:29 +0200 oc  r276125 : #i105049# MacroSignatur needs Macro 2009-09-09 17:09:46 +0200 jl  r276005 : #i103989# could not signe encrypted doc containing a formular object 2009-09-09 13:11:24 +0200 jl  r275985 : #i103989# could not signe encrypted doc containing a formular object 2009-09-08 15:54:02 +0200 mav  r275934 : #i103906# fix the automation test scenario ( tempfile should be writable for the user ) 2009-09-07 14:01:39 +0200 mav  r275895 : #i103906# fix the problem with reload 2009-09-07 09:34:48 +0200 mav  r275871 : #i104786# do the ODF version check only for ODF documents 2009-09-07 08:19:06 +0200 mav  r275870 : #i104389# fix text 2009-09-06 22:24:21 +0200 mav  r275867 : #i104786# check the consistency of ODF version 2009-09-06 22:23:24 +0200 mav  r275866 : #i104786# check the consistency of ODF version 2009-09-06 22:23:00 +0200 mav  r275865 : #i104786# check the consistency of ODF version 2009-09-06 22:22:36 +0200 mav  r275864 : #i104786# check the consistency of ODF version 2009-09-06 22:22:03 +0200 mav  r275863 : #i104786# check the consistency of ODF version 2009-09-02 17:09:30 +0200 mav  r275722 : #i104715# let repairing mechanics use the streams correctly 2009-09-01 16:52:49 +0200 mav  r275670 : #i104389# notify user not to trust the corrupted document 2009-09-01 16:31:37 +0200 mav  r275668 : #i104389# use vnd.sun.star.zip: protocol to access zip files 2009-09-01 16:30:32 +0200 mav  r275667 : #i104389# use vnd.sun.star.zip: protocol to access zip files 2009-09-01 16:22:13 +0200 jl  r275666 : #i104339# small content change 2009-09-01 14:20:42 +0200 jl  r275660 : #i103519# remove some debug output 2009-09-01 13:51:52 +0200 jl  r275659 : #i103519# NSS uses '\' for escaping in distinguished names 2009-09-01 12:49:47 +0200 mav  r275655 : #i104389# use zip-mode to read from jar files 2009-09-01 12:40:22 +0200 mav  r275653 : #i104389# use zip-mode to read from jar files 2009-09-01 12:32:29 +0200 mav  r275652 : #i104389# use constants 2009-08-31 21:58:00 +0200 mav  r275637 : #i10000# fix warning 2009-08-31 21:11:17 +0200 mav  r275636 : #i104227# adding of scripting signature removes the document signature 2009-08-31 20:55:05 +0200 mav  r275635 : #i103905# ZipStorage supports Compressed property 2009-08-31 20:53:55 +0200 mav  r275634 : #i103905# adjust macro signature transfer to usage of ZipStorage 2009-08-31 15:30:49 +0200 jl  r275609 : #i103989# warning is shown as long the user does not click 'OK' 2009-08-31 14:36:10 +0200 jl  r275608 : #i103989# changed warning text when signing macro and there is a document signature. This warning is only displayed once 2009-08-31 13:34:41 +0200 mav  r275603 : #i104452# disable macros in repaired documents 2009-08-31 13:33:42 +0200 mav  r275602 : #i104452# disable macros in repaired documents 2009-08-31 13:03:56 +0200 jl  r275600 : #i45212# signature dialog could not be started when using read-only documents 2009-08-31 09:26:13 +0200 mav  r275583 : #i104578# store the additional entry as the last one to workaround parsing problem in OOo3.1 and later 2009-08-30 20:54:25 +0200 mav  r275562 : #i10000# adopt for unix 2009-08-30 10:56:00 +0200 mav  r275561 : CWS-TOOLING: rebase CWS encsig09 to trunk@275331 (milestone: DEV300:m56) 2009-08-28 16:34:00 +0200 mav  r275539 : #i104578# write necessary info in manifest.xml for ODF1.2 encrypted document 2009-08-28 14:04:22 +0200 mav  r275533 : #104587# fix handling of readonly streams 2009-08-28 13:58:10 +0200 mav  r275531 : #i104389# fix the broken document handling 2009-08-28 11:40:39 +0200 mav  r275522 : #i104389# fix the signature streams check 2009-08-27 21:48:12 +0200 mav  r275509 : #i103927# show the warning 2009-08-27 21:47:48 +0200 mav  r275508 : #i103927# show the warning 2009-08-27 16:45:59 +0200 jl  r275495 : #i45212# remove unused variable 2009-08-27 16:34:00 +0200 jl  r275494 : #i103989# 2009-08-27 13:54:28 +0200 jl  r275482 : #i103519# fixed replacement of 'S' by 'ST' 2009-08-27 12:32:21 +0200 mav  r275472 : #i10000# fix warning 2009-08-27 11:58:11 +0200 mav  r275467 : #i104389# handle the entry path correctly 2009-08-26 17:18:35 +0200 jl  r275438 : #i103519# subject and issuer distinguished names were not properly displayed. The strings were obtained by system functions (Windows, NSS), which use quotes to escape the values, when they contain special characters 2009-08-26 11:00:20 +0200 mav  r275403 : #i10000# fix warnings 2009-08-26 08:25:45 +0200 mav  r275392 : #i10000# fix warning 2009-08-26 08:02:22 +0200 mav  r275391 : #i10000# adopt for linux 2009-08-26 07:40:30 +0200 mav  r275390 : #i10000# fix warning 2009-08-26 07:35:28 +0200 mav  r275389 : #i10000# use correct include file name 2009-08-25 15:01:41 +0200 jl  r275356 : #i103989# better check for mimetype of streams 2009-08-25 09:07:09 +0200 mav  r275335 : CWS-TOOLING: rebase CWS encsig09 to trunk@274622 (milestone: DEV300:m54) 2009-08-24 18:17:02 +0200 mav  r275329 : #i103927# check the nonencrypted streams 2009-08-24 18:14:14 +0200 mav  r275328 : #i103927# check the nonencrypted streams 2009-08-24 17:59:34 +0200 mav  r275327 : #i103927#,#i104389# check the package consistency and nonencrypted streams 2009-08-24 16:18:28 +0200 jl  r275323 : #i103989# added comment 2009-08-24 13:08:47 +0200 jl  r275305 : #i45212# #i66276# only write the X509Certificate element once and allow to add remove several certificates at a time 2009-08-21 12:57:28 +0200 ufi  r275239 : 104339 2009-08-21 08:39:05 +0200 jl  r275213 : #i10398# comparing URIs of signed files with the 'element list' 2009-08-20 13:39:47 +0200 jl  r275178 : #i10398# displaying 'new partially signed' status in the status bar 2009-08-20 13:35:39 +0200 jl  r275177 : #i10398# displaying 'new partially signed' status in the status bar 2009-08-20 13:29:06 +0200 jl  r275176 : #i10398# displaying 'new partially signed' status in the status bar 2009-08-20 13:26:21 +0200 jl  r275175 : #i10398# displaying 'new partially signed' status in the status bar 2009-08-20 12:05:09 +0200 ufi  r275170 : i104339 2009-08-19 12:24:54 +0200 jl  r275146 : #i10398# displaying 'old signature' icon and status in signature dialog 2009-08-18 15:18:48 +0200 jl  r275111 : #i103989# document signatures containing manifest.xml are now validated according to the final ODF1.2 spec 2009-08-18 11:41:06 +0200 mav  r275087 : #i103927# detect if encrypted ODF1.2 document contains nonencrypted streams 2009-08-18 11:35:13 +0200 mav  r275085 : #i103927# detect if encrypted ODF1.2 document contains nonencrypted streams 2009-08-14 17:32:41 +0200 jl  r274999 : #i103989# using c14n tranformation for XML streams 2009-08-14 15:27:43 +0200 jl  r274987 : #i103989# remove special handling for encrypted document streams in UriBindingHelper::OpenInputStream, since we use zip storage this is not necessary anymore 2009-08-14 15:08:10 +0200 jl  r274983 : #i103989# Showing a message when adding or removing a macro signature, that the document signature will be removed 2009-08-14 14:57:27 +0200 jl  r274982 : #i103989# accesing Sequence at invalid index 2009-08-11 08:55:02 +0200 mav  r274846 : #i103905# let signing service know if there is already a valid document signature 2009-08-10 11:33:37 +0200 jl  r274799 : #i103905# do not truncate the stream 2009-08-10 10:43:47 +0200 mav  r274797 : #i103905# provide the storage version 2009-08-07 16:58:46 +0200 jl  r274780 : #i103989# 2009-08-07 16:56:19 +0200 jl  r274779 : #i103989# using odf version string etc. 2009-08-07 15:20:53 +0200 mav  r274771 : #i103905# provide the storage version 2009-08-07 15:19:12 +0200 mav  r274770 : #i103905# provide the storage version 2009-08-07 12:41:45 +0200 mav  r274758 : #103930# do not store thumbnail in case of encrypted document 2009-08-07 12:36:52 +0200 mav  r274757 : #i103905# provide the storage version 2009-08-07 12:15:54 +0200 mav  r274754 : #i103760# the signed state is not lost on saving 2009-08-07 12:06:19 +0200 mav  r274753 : #i103760# avoid warning regarding signature removal on export 2009-08-07 12:06:01 +0200 mav  r274752 : #i103760# avoid warning regarding signature removal on export 2009-08-06 08:47:34 +0200 mav  r274703 : #i103905# allow to transport ODF version to the signing component 2009-08-05 21:34:42 +0200 mav  r274701 : #i103905# allow to transport ODF version to the signing component 2009-08-05 15:48:17 +0200 mav  r274683 : #i103905# allow to transport ODF version to the signing component 2009-08-05 14:58:12 +0200 jl  r274673 : #i103989# documentsignature now signes all streams except documentsignatures.xml, all streams are processed as binary files 2009-08-05 12:00:32 +0200 mav  r274648 : #i103905# allow to transport ODF version to the signing component 2009-08-04 10:57:04 +0200 jl  r274612 : #i103989# added XInitialization 2009-07-31 10:32:27 +0200 mav  r274516 : #i103905# use zip storage to sign documents 2009-07-30 14:01:33 +0200 mav  r274489 : #i103906# optimize the usage of temporary medium 2009-07-30 14:00:28 +0200 mav  r274488 : #i103906# optimize the usage of temporary medium 2009-07-30 13:59:09 +0200 mav  r274487 : #i103906# optimize the usage of temporary medium 2009-07-30 13:50:44 +0200 mav  r274485 : #i103906# optimize the usage of temporary medium 2009-07-30 13:49:53 +0200 mav  r274484 : #i103906# optimize the usage of temporary medium 2009-07-30 13:49:13 +0200 mav  r274483 : #i103906# optimize the usage of temporary medium 2009-07-30 13:47:09 +0200 mav  r274482 : #i103905#,#i103906# let the signing process use zip-storage; optimize the usage of temporary medium 2009-07-21 09:10:31 +0200 mav  r274159 : CWS-TOOLING: rebase CWS encsig09 to trunk@273468 (milestone: DEV300:m51) 2009-05-05 08:39:01 +0200 mav  r271496 : #i100832# allow to sign macros only when there are any


2009-09-17  hdu  <duerr@sun.com>  [c065579c3fb926e52521d74b4dfe784b27db88d0]

.


2009-09-17  hdu  <duerr@sun.com>  [dd30b883921966167596b31b1bbcd40c42e56db7]

#i104121# fix text-justification of all-spaces line


2009-09-17  Ivo Hinkelmann  <ihi@openoffice.org>  [a41209db3214290f8c21aea7a5294e75a73ff196]

CWS-TOOLING: integrate CWS defaultdoclang 2009-08-21 14:44:21 +0200 cmc  r275260 : CWS-TOOLING: rebase CWS defaultdoclang to trunk@275001 (milestone: DEV300:m55) 2009-08-10 17:43:32 +0200 cmc  r274833 : CWS-TOOLING: rebase CWS defaultdoclang to trunk@274622 (milestone: DEV300:m54) 2009-07-24 11:46:58 +0200 cmc  r274297 : CWS-TOOLING: rebase CWS defaultdoclang to trunk@274203 (milestone: DEV300:m53) 2009-07-10 12:22:16 +0200 cmc  r273884 : #i99577# tweak the widths a bit 2009-07-08 15:17:58 +0200 cmc  r273834 : #i99577 tidy up indentation 2009-07-04 16:09:18 +0200 cmc  r273721 : #i99577# a "default" document language that reflects what the locale language is


2009-09-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4f008ac6f8daf9ae94345726e3824a94827b358]

CWS-TOOLING: integrate CWS aw077 2009-09-17 Armin Le Grand #resolved conflicts for integration 2009-09-07 Armin Le Grand #i103058# re-added handling of StatusBar texts for DrawObject creation, added FullDrag for circle-similar shapes (all in the ellipse toolbar) 2009-09-03 Armin Le Grand #i100514# extended TextAttributes and handling, adapted for super/subscript, adapted WordBreaking (again) 2009-09-02 Armin Le Grand #i104432# secured TextLayouterDevice::getTextBoundRect implementation and usage 2009-09-02 Armin Le Grand #i104232#, #i100514# Mainly solved 1st one, no more local SpellCheck remembering, but adding to compare op's where needed 2009-08-19 Armin Le Grand #i100514# commited in-between version due to 2week holiday 2009-08-13 Armin Le Grand #i99157# applied changes to BitmapEx and SdrHdlBitmapSet 2009-08-06 Armin Le Grand #i100357# added clipping for too big MetaFiles


2009-09-17  Ivo Hinkelmann  <ihi@openoffice.org>  [4b6b18b8619de3acdd4b34f18c59396771813425]

CWS-TOOLING: integrate CWS boost134 2009-09-09 10:30:24 +0200 fs  r275970 : #i100127# provided by rene: check whether system-boost's function.hpp compiles without exception support 2009-09-04 21:58:00 +0200 fs  r275832 : indention 2009-09-04 21:57:10 +0200 fs  r275831 : #i10000# type in boost/spirit check. Thanks to thb 2009-09-04 10:58:54 +0200 fs  r275787 : #i100127# provided by tono@openoffice.org: mingw needs using directives for std::min/max 2009-09-04 10:31:54 +0200 fs  r275782 : #i100127# (approved by hjs) on Solaris, set GNUTAR to /usr/sfw/bin/gtar, this is available on baseline machines (Solaris 10.x), but not necessarily available in LD_LIBRARY_PATH 2009-08-19 21:47:55 +0200 rene  r275161 : #i10000# check for the header actually used now 2009-08-17 21:55:31 +0200 fs  r275073 : CWS-TOOLING: rebase CWS boost134 to trunk@275001 (milestone: DEV300:m55) 2009-07-16 09:39:25 +0200 fs  r274031 : #i100127# extract download/% with GNUTAR instead of TAR 2009-07-14 09:18:15 +0200 fs  r273960 : CWS-TOOLING: rebase CWS boost134 to trunk@273858 (milestone: DEV300:m52) 2009-07-13 09:55:14 +0200 fs  r273919 : #i100127# use boost 1.39, not 1.34 2009-07-13 09:45:57 +0200 fs  r273918 : use GNUTAR when extracting download/%.tar.gz, not TAR (necessary with boost 1.39 tarball) 2009-07-10 21:10:52 +0200 fs  r273905 : #i100127# spirit now part of boost 2009-07-06 12:12:13 +0200 fs  r273732 : #i10000# lngconvex, used in src/wizards, is built in shell => added missing module dependency 2009-07-02 15:34:51 +0200 fs  r273660 : #i100127# 2009-07-02 13:35:24 +0200 fs  r273645 : #i100127# MSVC needs some hinting when using boost::bind on (some) member functions 2009-07-02 10:33:59 +0200 fs  r273625 : removed unused include (lead to an internal compiler error with MSVC and boost 1.34+) 2009-07-02 09:44:35 +0200 fs  r273619 : change some include orders, prevents 'internal compiler errors' with MSVC 2009-07-01 09:19:25 +0200 fs  r273547 : #i100127# who the heck is defining max as something unusable? 2009-07-01 09:17:28 +0200 fs  r273546 : #i100127# defining min/max is causing trouble now 2009-07-01 09:15:40 +0200 fs  r273545 : #i100127# reverted previous patch, and properly fixed the problem by defining BOOST_MEM_FN_ENABLE_CDECL, and disabling warning 4180 2009-07-01 09:14:23 +0200 fs  r273544 : #i100127# re-disable warning 4180, still needed for some files 2009-07-01 09:07:33 +0200 fs  r273543 : #i100127# reverted previous patch, and properly fixed the problem by defining BOOST_MEM_FN_ENABLE_CDECL 2009-06-24 11:00:32 +0200 fs  r273319 : oops, re-introduced some inc locations 2009-06-23 22:10:02 +0200 fs  r273304 : #i100127# disable warning C4180 2009-06-23 22:08:36 +0200 fs  r273303 : #i100127# disable warning C4180 2009-06-16 12:26:49 +0200 fs  r273015 : #i10000# (provided by mst@openoffice.org) 2009-06-15 09:10:27 +0200 fs  r272962 : #i10000# use -r instead of -a when copying the include files, this prevents the spurious 'failed to preserve ownership' errors 2009-06-11 23:55:06 +0200 fs  r272902 : #i100127# 2009-06-11 23:54:47 +0200 fs  r272901 : #i100127# 2009-06-11 23:54:05 +0200 fs  r272900 : make compile on unxsol[i|s]4 2009-06-10 10:12:22 +0200 fs  r272798 : #i100127# don't deliver from within unxlngi6/misc/build/boost, but from a 'normalized' location unxlngi6/inc 2009-06-10 09:48:00 +0200 fs  r272795 : #i100127# use 1.34.1 unconditionally on all platforms


2009-09-17  hb137859  <hb137859@x42-so34>  [a1cf1679de620eca67854e4ba87570367546cde3]

merged DEV300_m59


2009-09-17  Thomas Lange  <tl@openoffice.org>  [28077d921fdcbad139a6046c57e62c780089dcf8]

#i1601# Sentence case, Title case, and Toggle case transliteration added


2009-09-17  Thomas Lange  <tl@openoffice.org>  [47fae7cb4c9ccf650ff05558f6296d2dad058afb]

#i1601# Sentence case, Title case, and Toggle case transliteration added


2009-09-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [80994b531c17a3095570fc0cacc8de43e8ad9f8b]

CWS-TOOLING: integrate CWS fwk116 2009-09-03 Mikhail Voytenko #i101453# write the default values for old entries 2009-09-03 Mikhail Voytenko #i101453# let the new default value be used 2009-09-03 Mikhail Voytenko #i101453# revert the change for xslt-transformation, the duplicate nodes should not be allowed 2009-09-03 Mikhail Voytenko #i101453# allow duplicate nodes for different modules 2009-09-03 Mikhail Voytenko #i101453# fix the special mac installation 2009-09-02 Mikhail Voytenko #i101453# correct the usage of configuration files 2009-09-02 Mikhail Voytenko #i10000# fix warning 2009-09-02 Mikhail Voytenko #i10000# fix warning 2009-09-02 Mikhail Voytenko #i96918# try to open the file for editing always 2009-09-02 Mikhail Voytenko #i51058# remove unused strings 2009-09-02 Mikhail Voytenko #i51058# remove unused strings 2009-09-01 Mikhail Voytenko #i10000# fix typo 2009-08-30 Mikhail Voytenko Rebase on DEV300_m56 2009-08-19 Mikhail Voytenko #i101732# do not generate a transparent bitmap for thumbnail 2009-08-13 Mikhail Voytenko #i101453# do not use system temporary location on Mac 2009-08-13 Mikhail Voytenko #i101453# do not use system temporary location on Mac 2009-08-07 Mikhail Voytenko #i103617# fix warning 2009-07-31 Carsten Driesner #i103924# Fix wrong number of arguments 2009-07-31 Mikhail Voytenko #i101207# integrate the patch 2009-07-31 Mikhail Voytenko #i103783# integrate the patch; get rid of CRLF 2009-07-31 Mikhail Voytenko #i97969# integrate the patch 2009-07-27 Carsten Driesner #i103423# Use correct request count in the ctor. Don't descrease value before checking the request count


2009-09-16  sb  <sb@openoffice.org>  [bda17668f387fef1a8428aa5fe8e120ddafc323b]

merged in DEV300_m59


2009-09-16  Ivo Hinkelmann  <ihi@openoffice.org>  [efc4d4247e3bf8d77d5b1f2e5ba76b94a708c54e]

CWS-TOOLING: integrate CWS locales32 2009-09-06 19:13:15 +0200 er  r275860 : #i104308# Lower and Upper Sorbian 2009-09-03 01:40:09 +0200 erack  r275732 : CWS-TOOLING: rebase CWS locales32 to trunk@275331 (milestone: DEV300:m56) 2009-08-17 21:48:26 +0200 erack  r275072 : * #i102920# use OUString::iterateCodePoints() in xdictionary; patch from <cmc> * Adapted local iterateCodePoints() in breakiteratorImpl.cxx to cope with   surrogates at text end. * Use OUString::iterateCodePoints() in BreakIterator_CJK::getLineBreak() 2009-08-09 23:14:39 +0200 erack  r274792 : mergeinfo 2009-08-09 23:09:31 +0200 erack  r274791 : re-adding this again, merge from tag didn't work; SVN IS A PIECE OF CRAP 2009-08-09 22:45:02 +0200 erack  r274790 : don't re-add file, merge instead 2009-08-09 22:09:49 +0200 erack  r274789 : cws rebase ERRONEOUSLY REMOVED THIS FILE! 2009-08-09 22:01:02 +0200 erack  r274788 : adapt to new postset.mk completelangiso content; get rid of /i modifier uglyness 2009-08-09 19:40:46 +0200 erack  r274787 : #i99823# sort currency list ISO,symbol,language/country; removed unused STR_EUROPE 2009-08-09 01:23:35 +0200 erack  r274786 : make AZM currency legacyOnly to avoid duplicate listing in number formatter because of the identical 'man.' currency symbol 2009-08-09 01:11:38 +0200 erack  r274785 : #i94445# make ROL currency legacyOnly to avoid duplicate listing in number formatter because of the identical 'lei' currency symbol 2009-08-06 19:10:34 +0200 erack  r274743 : CWS-TOOLING: rebase CWS locales32 to trunk@274622 (milestone: DEV300:m54) 2009-08-04 21:26:24 +0200 erack  r274634 : #i94445# new currency RON 2009-08-04 21:06:55 +0200 erack  r274633 : #i103193# corrected data; from <calibaashi> 2009-07-18 23:56:55 +0200 erack  r274104 : #i103408# ignore an empty LANGUAGE variable; patch from <cmc> 2009-07-07 00:21:02 +0200 erack  r273764 : Langpack.ulf is gone 2009-07-07 00:02:39 +0200 erack  r273763 : #i103358# add 'is' Icelandic 2009-07-04 02:10:55 +0200 erack  r273720 : #i101173# typographic quotation marks 2009-07-04 01:07:44 +0200 erack  r273719 : #i65127# make it compile with OSL_DEBUG_LEVEL>2 again 2009-06-26 22:50:49 +0200 erack  r273444 : #i97602# add Asturian_Spain [ast-ES]; locale data contributed by <astur>/<it46> 2009-06-26 22:01:25 +0200 erack  r273443 : #i101173# add Oromo [om-ET] locale data; contributed by <barreessaa> 2009-06-26 21:55:41 +0200 erack  r273442 : #i101173# add Oromo [om-ET] locale data; contributed by <barreessaa> 2009-06-26 21:11:46 +0200 erack  r273441 : #i102991# linguistic corrections 2009-06-26 21:02:45 +0200 erack  r273440 : #i102986# add Somali 'so' 2009-06-22 00:04:35 +0200 erack  r273190 : #i101235# add Uyghur_China [ug-CN] locale; contributed by <sahran>/<it46> 2009-06-21 23:35:21 +0200 erack  r273189 : blah 2009-06-21 23:22:40 +0200 erack  r273188 : #i99972# add Quechua (Ecuador) [qu-EC] 2009-06-21 21:57:29 +0200 erack  r273187 : #i97791# add Yiddish [yi-IL] 2009-06-21 21:24:29 +0200 erack  r273186 : #i102186# add Greek, Ancient [grc-GR] 2009-06-21 21:00:59 +0200 erack  r273185 : #i98489# add Arabic (Oman) [ar-OM] locale data; contributed by <zayed2001>/<it46> 2009-06-21 20:54:07 +0200 erack  r273184 : check ListSeparator for ';' semicolon, for consistency 2009-06-21 20:20:13 +0200 erack  r273183 : ISO 4217 checks only if not legacy (e.g. Macau Pound 'P') 2009-06-21 20:00:27 +0200 erack  r273182 : check CurrencyID and BankSymbol vor ISO 4217 2009-06-21 19:10:36 +0200 erack  r273181 : #i73118# Bokmål instead of Bokmal 2009-06-21 19:00:47 +0200 erack  r273180 : #i99827# add Sardinian locale data; contributed by <valterubuntu> 2009-06-21 18:20:05 +0200 erack  r273179 : give URL of svn instead of legacy cvs 2009-06-21 17:45:31 +0200 erack  r273178 : #i87907# add Oromo [om-ET] 2009-06-21 17:23:14 +0200 erack  r273177 : grep in completelangiso of postset.mk 2009-03-24 00:22:16 +0100 erack  r269901 : #i100368# parentheses, parentheses, parentheses ... 2009-03-23 23:31:22 +0100 erack  r269899 : #i99712# call OutlineNumberingLevel_Impl dtor 2009-03-23 22:37:31 +0100 erack  r269897 : #i98347# register NumToCharHalfwidth 2009-03-22 18:07:40 +0100 erack  r269852 : definitely ignore any output resulting from the cd command in list of rules, which may have lead to a spurious rule file


2009-09-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7df149d06851ac494e08c47d3606ed0676e50d3]

CWS-TOOLING: integrate CWS cloph13 2009-09-01  #i104566# also use syslibroot/isysroot for external components 2009-08-28  #i104568# clean up duplicated definitions of OBJCXXFLAGS 2009-08-28  #i104567# add ccache-detection to configure (to skip to objcxx-flags) 2009-08-28  #i104566# use Mac OS X 10.4-SDK to ensure backwards compatibility use MACOSX_DEPLOYMENT_TARGET and sysroot/syslibroot switches ignore "-isysroot /Developer/..." arguments for OOo's cpp


2009-09-16  Ivo Hinkelmann  <ihi@openoffice.org>  [8e16a785866a87d49f5c3aaf7d627e5c90080851]

CWS-TOOLING: integrate CWS impressnotes01 2009-09-11 13:52:41 +0200 cl  r276061 : CWS-TOOLING: rebase CWS impressnotes01 to trunk@276043 (milestone: DEV300:m58) 2009-09-10 15:44:57 +0200 cl  r276039 : #i103139# continued work on the impress annotation feature 2009-09-10 14:52:31 +0200 cl  r276032 : #i103139# continued work on the impress annotation feature 2009-09-10 14:50:32 +0200 cl  r276031 : #i103139# continued work on the impress annotation feature 2009-09-10 14:48:29 +0200 cl  r276030 : #i103139# continued work on the impress annotation feature 2009-09-10 11:36:11 +0200 cl  r276027 : #i103139# continued work on the impress annotation feature 2009-09-09 20:22:41 +0200 cl  r276018 : #i103139# continued work on the impress annotation feature 2009-09-09 20:21:45 +0200 cl  r276017 : #i103139# continued work on the impress annotation feature 2009-09-09 19:32:29 +0200 sj  r276015 : #i103139# added import of comments (ppt binary) 2009-09-09 19:31:07 +0200 sj  r276014 : #i103139# added import of comments (ppt binary) 2009-09-09 19:16:41 +0200 cl  r276011 : #i103139# continued work on the impress annotation feature 2009-09-09 19:15:19 +0200 cl  r276010 : #i103139# continued work on the impress annotation feature 2009-09-09 16:27:19 +0200 cl  r276001 : #i104579# fixed isEmptyPresObj() 2009-09-09 15:12:02 +0200 cl  r275997 : #i103139# continued work on the impress annotation feature 2009-09-09 15:06:29 +0200 sj  r275996 : #i103139# added import of comments (ppt binary) 2009-09-09 14:53:01 +0200 cl  r275995 : #i103139# continued work on the impress annotation feature 2009-09-09 14:51:32 +0200 cl  r275994 : #i103139# continued work on the impress annotation feature 2009-09-09 12:11:17 +0200 cl  r275982 : #i103139# continued work on the impress annotation feature 2009-09-09 11:47:55 +0200 cl  r275981 : #i103139# continued work on the impress annotation feature 2009-09-09 11:47:23 +0200 cl  r275980 : #i103139# continued work on the impress annotation feature 2009-09-09 11:44:47 +0200 cl  r275978 : #i104315# added missing tab pages 2009-09-08 16:04:44 +0200 cl  r275936 : #i103139# continued work on the impress annotation feature 2009-09-08 16:03:28 +0200 cl  r275935 : #i103139# continued work on the impress annotation feature 2009-09-08 11:45:47 +0200 cl  r275920 : #i103139# continued work on the impress annotation feature 2009-09-08 11:41:51 +0200 cl  r275919 : #i103139# continued work on the impress annotation feature 2009-09-07 18:30:55 +0200 cl  r275910 : #i103139# continued work on the impress annotation feature 2009-09-07 18:29:37 +0200 cl  r275909 : #i103139# continued work on the impress annotation feature 2009-09-07 17:25:43 +0200 cl  r275905 : #i103139# continued work on the impress annotation feature 2009-09-07 12:00:28 +0200 cl  r275884 : #i103139# continued work on the impress annotation feature 2009-09-06 14:14:00 +0200 cl  r275859 : #i103139# continued work on the impress annotation feature 2009-09-05 20:57:24 +0200 cl  r275854 : #i103139# continued work on the impress annotation feature 2009-09-05 20:56:29 +0200 cl  r275853 : #i103139# continued work on the impress annotation feature 2009-09-05 20:55:27 +0200 cl  r275852 : #i103139# continued work on the impress annotation feature 2009-09-05 20:11:42 +0200 cl  r275851 : #i103139# continued work on the impress annotation feature 2009-09-05 20:11:09 +0200 cl  r275850 : #i103139# continued work on the impress annotation feature 2009-09-05 17:43:33 +0200 cl  r275845 : #i103139# continued work on the impress annotation feature 2009-09-05 17:04:41 +0200 cl  r275843 : #i103139# continued work on the impress annotation feature 2009-09-05 17:03:26 +0200 cl  r275842 : #i103139# continued work on the impress annotation feature 2009-09-05 17:02:53 +0200 cl  r275841 : #i103139# continued work on the impress annotation feature 2009-09-05 13:15:04 +0200 pl  r275839 : #i104823# WB_NEEDSFOCUS 2009-09-05 13:14:41 +0200 pl  r275838 : #i104823# WB_NEEDSFOCUS 2009-09-04 17:48:21 +0200 cl  r275826 : #i103139# continued work on the impress annotation feature 2009-09-04 17:35:03 +0200 cl  r275825 : #i103139# continued work on the impress annotation feature 2009-09-04 17:15:46 +0200 cl  r275824 : #i103139# continued work on the impress annotation feature 2009-09-04 17:12:54 +0200 cl  r275823 : #i103139# continued work on the impress annotation feature 2009-09-04 17:05:23 +0200 cl  r275822 : #i103139# continued work on the impress annotation feature 2009-09-04 16:48:28 +0200 cl  r275820 : #i103139# continued work on the impress annotation feature 2009-09-04 16:44:02 +0200 cl  r275818 : #i103139# continued work on the impress annotation feature 2009-09-04 16:43:23 +0200 cl  r275817 : #i103139# continued work on the impress annotation feature 2009-09-04 16:06:04 +0200 cl  r275812 : #i103139# continued work on the impress annotation feature 2009-09-04 16:05:45 +0200 cl  r275811 : #i103139# continued work on the impress annotation feature 2009-09-04 15:04:33 +0200 cl  r275806 : #i103139# continued work on the impress annotation feature 2009-09-04 11:43:14 +0200 cl  r275795 : #i103139# continued work on the impress annotation feature 2009-09-04 11:27:10 +0200 cl  r275793 : #i103139# continued work on the impress annotation feature 2009-09-04 11:10:02 +0200 cl  r275792 : #i103139# continued work on the impress annotation feature 2009-09-04 11:07:05 +0200 cl  r275790 : #i103139# continued work on the impress annotation feature 2009-09-04 11:05:01 +0200 cl  r275789 : #i103139# continued work on the impress annotation feature 2009-09-04 10:55:51 +0200 cl  r275785 : #i103139# renamed notes to comments 2009-09-04 10:54:57 +0200 cl  r275784 : #i103139# renamed notes to comments 2009-09-03 20:37:35 +0200 cl  r275772 : #i103139# continued work on the impress annotation feature 2009-09-03 20:35:31 +0200 cl  r275771 : #i103139# continued work on the impress annotation feature 2009-09-01 18:17:55 +0200 cl  r275680 : #i103139# continued work on the impress annotation feature 2009-09-01 18:15:08 +0200 cl  r275678 : #i103139# continued work on the impress annotation feature 2009-09-01 18:13:38 +0200 cl  r275677 : #i103139# continued work on the impress annotation feature 2009-08-18 12:35:42 +0200 cl  r275089 : fixed merge error 2009-08-18 11:39:58 +0200 cl  r275086 : CWS-TOOLING: rebase CWS impressnotes01 to trunk@275001 (milestone: DEV300:m55) 2009-07-30 13:45:10 +0200 cl  r274481 : fixed merge errrors 2009-07-30 13:41:21 +0200 cl  r274480 : fixed merge errrors 2009-07-30 13:39:40 +0200 cl  r274478 : fixed merge errrors 2009-07-22 18:07:30 +0200 cl  r274256 : CWS-TOOLING: rebase CWS impressnotes01 to trunk@273858 (milestone: DEV300:m52) 2009-07-21 17:21:31 +0200 cl  r274208 : merging 2009-07-20 14:28:34 +0200 cl  r274137 : #i103139# annotation support for impress 2009-07-20 14:28:04 +0200 cl  r274136 : #i103139# annotation support for impress 2009-07-20 14:27:20 +0200 cl  r274135 : #i103139# annotation support for impress 2009-07-20 14:21:17 +0200 cl  r274134 : #i103139# annotation support for impress 2009-07-20 14:20:56 +0200 cl  r274133 : #i103139# annotation support for impress 2009-07-20 14:20:09 +0200 cl  r274132 : #i103139# annotation support for impress 2009-07-20 14:19:00 +0200 cl  r274131 : #i103139# annotation support for impress 2009-07-20 14:17:50 +0200 cl  r274130 : #i103139# annotation support for impress 2009-07-20 14:12:24 +0200 cl  r274129 : #i103139# annotation support for impress 2009-07-20 13:52:03 +0200 cl  r274128 : #i103139# annotation support for impress 2009-07-20 13:51:11 +0200 cl  r274127 : #i103139# annotation support for impress 2009-07-20 13:48:59 +0200 cl  r274126 : #i103139# annotation support for impress 2009-07-20 13:43:56 +0200 cl  r274125 : #i103139# annotation support for impress 2009-07-20 13:31:55 +0200 cl  r274123 : #i103139# annotation support for impress 2009-07-20 13:30:45 +0200 cl  r274122 : #i103139# annotation support for impress


2009-09-16  Frank Schönheit  <fs@openoffice.org>  [27abdcc565fba17591a0f5dc19436e316e66fc8b]

ooops, DrawControlText of course needs to merge the actual ControlFont into the canonical font


2009-09-16  Ivo Hinkelmann  <ihi@openoffice.org>  [e90847d54d7d53df624322317b8e7c361fba01e4]

CWS-TOOLING: integrate CWS l10nframework01


2009-09-16  Release Engineers  <releng@openoffice.org>  [874e884e3be8bb6eb7ac697378b51d00f3a55c4e]

Create DEV300_m59 milestone tag from trunk@276191


2009-09-14  Philipp Lohmann  <pl@openoffice.org>  [b02dcc4742e1deb26f264f990670ace08292b77a]

#i104662# fix IsLastPage handling


2009-09-14  Mathias Bauer  <mba@openoffice.org>  [7eaa3542a45671ac9ea7212492753913d6186b1c]

#i103496#: split cppunit in a pure external lib and a lib depending on sal -> testshl2


2009-09-14  Philipp Lohmann  <pl@openoffice.org>  [3452967db6251624617a0e01c2fe79f335a5e132]

#i104933# enhance RemoveTransparenciesFromMetafile for N-Up printing


2009-09-14  Frank Schönheit  <fs@openoffice.org>  [d86e11abf780d49f30e6c246ea99261ba0296bc7]

#b6875455# impl-data for Control instances


2009-09-14  Frank Schönheit  <fs@openoffice.org>  [8a0b5727c6ab61d755e5969674efa4b6718c2a92]

#cr6875455# introduce a ReferenceDevice property for various control types


2009-09-14  Frank Schönheit  <fs@openoffice.org>  [a2a6dcdeb5ec02c04f9ef585351b68bb8172be4d]

#cr6875455# mpLayoutData not directly accessible anymore


2009-09-14  Frank Schönheit  <fs@openoffice.org>  [6442ba4cc4c84565d7f7ad7e68d6124fb73b9639]

#cr6875455# - introduce impl-data (ControlData) for a control - move Control::mpLayoutData to an impl structure - introduce Control::GetCanonicalFont/TextColor - introduce Control::ImplInitSettings, which collects the duplicated code in all kind of derived   classes, relying on GetCanonical* now - introduce a reference device for a Control, which can be used to render text - introduce Control::DrawControlText, which delegates to DrawText if no reference device is set,   or renders the text using the reference device - let static (i.e. non-input) Control classes use DrawControlText instead of DrawText

missing items (at least):
- text layout data in DrawControlText (needed for A11Y)
- respect vertical and horizontal alignments
- respect various other TEXT_DRAW_* flags
- word breaks
2009-09-14  Kurt Zenker  <kz@openoffice.org>  [61094c45e75a0b6c678562511dfb6ad68a587d98]

#i105025# patch


2009-09-14  Kurt Zenker  <kz@openoffice.org>  [aba1a91594a97ed6020e27677c713f2f4a2ef544]

CWS-TOOLING: integrate CWS dba32g 2009-09-09 07:53:55 +0200 oj  r275964 : replace strlen with rtl_str_getLength 2009-09-07 20:59:10 +0200 fs  r275913 : disable the CopyTableWizard test until issue 104869 is fixed 2009-09-07 12:17:31 +0200 oj  r275885 : #i104810# remove de as lang 2009-09-05 22:26:21 +0200 fs  r275857 : protect StateChanged against re-entrance 2009-09-05 22:25:52 +0200 fs  r275856 : don't attempt to classify the parent of a form as control 2009-09-05 22:25:29 +0200 fs  r275855 : protect against re-entrance 2009-09-05 00:11:40 +0200 fs  r275835 : #i10000# 2009-09-04 23:25:50 +0200 fs  r275834 : #i10000# 2009-09-04 23:23:47 +0200 fs  r275833 : #i10000# 2009-09-04 21:49:37 +0200 fs  r275830 : #i10000# correct wrong conflict resolution 2009-09-04 20:59:51 +0200 fs  r275829 : CWS-TOOLING: rebase CWS dba32g to trunk@275801 (milestone: DEV300:m57) 2009-09-04 11:08:32 +0200 oj  r275791 : #i104780# new version 1.2.0 2009-09-03 22:29:21 +0200 fs  r275775 : OSL_TRACE doesn't need \n anymore 2009-09-03 08:33:21 +0200 fs  r275743 : CWS-TOOLING: rebase CWS dba32g to trunk@275331 (milestone: DEV300:m56) 2009-09-02 13:48:12 +0200 fs  r275708 : removed useless include 2009-09-02 13:45:43 +0200 fs  r275707 : more since tags, which are used across offapi/udkapi 2009-09-02 13:23:04 +0200 fs  r275705 : should *not* have the dtor, copy ctor, and assignment operator compiler-generated, else we run into trouble as soon as the compiler creates different versions of our singleton member's static data in different libraries 2009-09-02 12:32:45 +0200 fs  r275704 : AutoIncrementIsPrimaryKey is a driver setting, not a data source setting 2009-09-02 11:42:49 +0200 fs  r275701 : URL meta data are meta data which are valid for all connections of this type, not per-data-source properties. Settings them as data source properties is a hack. 2009-09-02 08:43:34 +0200 fs  r275696 : 3.x.x is not a valid 'since' tag 2009-09-01 16:05:24 +0200 fs  r275665 : #i104686# don't treat controls bound to read-only columns as required 2009-09-01 13:10:22 +0200 fs  r275657 : #i104574# use PageUp/Down to scroll through the complete page 2009-09-01 07:04:48 +0200 oj  r275641 : #i104104# correct line ends 2009-08-31 15:52:34 +0200 fs  r275612 : #i104410# 2009-08-31 12:29:05 +0200 fs  r275596 : #i104364# 2009-08-31 12:28:56 +0200 fs  r275595 : #i104364# 2009-08-31 11:43:09 +0200 fs  r275593 : #i104649# JavaDriverClassPath is also a known JDBC-bridge setting 2009-08-31 11:41:37 +0200 fs  r275592 : #i104649# 2009-08-28 21:48:27 +0200 fs  r275552 : during #i96862#: renamed the configuration data which controls availability of certain DBA-related UI 2009-08-28 21:48:17 +0200 fs  r275551 : #i96862# do not show the 'Create a new database' option when a) no embedded/dBase driver is installed or b) the configuration requests to hide the option 2009-08-28 21:47:19 +0200 fs  r275550 : during #i96862#: renamed the configuration data which controls availability of certain DBA-related UI 2009-08-28 21:46:41 +0200 fs  r275549 : #i96862# renamed and extended the configuration data which controls availability of certain DBA-related UI 2009-08-28 15:10:19 +0200 fs  r275535 : #i96862# if no embedded driver is installed, use dBase for creating new DBs. If no dBase driver is installed, too, do not offer the 'Create new database' option 2009-08-28 14:03:04 +0200 fs  r275532 : #i104454# allow multiple fields to display the same column 2009-08-28 13:14:00 +0200 fs  r275528 : #i104584# driver meta data do not belong into a data source's settings 2009-08-28 13:09:57 +0200 fs  r275527 : properly chech the MySQL type buttons (else next/back in the wizard leads to state with two buttons checked) 2009-08-28 13:09:17 +0200 fs  r275526 : #i104584# driver meta data do not belong into a data source's settings 2009-08-28 13:07:18 +0200 fs  r275525 : BooleanComparisonMode is a property, or a feature - but not a driver meta data 2009-08-28 11:00:31 +0200 fs  r275521 : #i104580# 2009-08-28 10:40:05 +0200 fs  r275519 : #i104577# correct assertion: If the template node type is ANY, then any value type is allowed 2009-08-28 10:09:30 +0200 fs  r275518 : #i104575# implement Named Pipe UI 2009-08-28 10:09:07 +0200 fs  r275517 : pass the trigger-event to IWindowOperator::operateOn / work with VclWindowEvents, not VclSimpleEvents 2009-08-27 14:27:36 +0200 fs  r275484 : ImplPosTabPage: respect mbEmptyViewMargin for WINDOWALIGN_LEFT 2009-08-27 13:43:56 +0200 fs  r275480 : merging latest changes from CWS dba32f herein 2009-08-27 13:23:07 +0200 fs  r275475 : #i103882# 2009-08-27 11:56:55 +0200 fs  r275466 : #i104544# SetState: Do not call Update at the window which we just set text for. It should (sic\!) not be needed, but causes trouble 2009-08-27 11:55:34 +0200 fs  r275465 : #i104544# do not allow re-entrance for impl_ensureControl_nothrow Actually, this is part of the fix only. I also removed the code which triggered this re-entrance (from the grid control implementation), but to ensure it won't happen, again, I added some safety herein. 2009-08-27 10:14:11 +0200 fs  r275459 : preparations for supporting a 'NamedPipe' parameter for the MySQL Connector/OOo 2009-08-27 10:13:21 +0200 fs  r275458 : preparations for supporting a 'NamedPipe' setting for the MySQL Connector/OOo 2009-08-27 10:11:14 +0200 fs  r275456 : outsourced the MySQLNative settings into a dedicated class, to not duplicate all the code in two tab page implementations 2009-08-26 14:18:13 +0200 fs  r275422 : #i10000# 2009-08-26 13:26:36 +0200 fs  r275419 : ignore output paths 2009-08-26 13:23:38 +0200 fs  r275417 : support the LocalSocket property for the MySQL native driver 2009-08-26 13:17:05 +0200 fs  r275416 : some re-factoring, to outsource the tab page for setting up the MySQLNative connection, into a dedicated class (needed later) 2009-08-26 13:15:15 +0200 fs  r275415 : support a NoThousandSep property for NumericFormatters - I'm tired of correcting this at runtime, instead of controlling it in the resource 2009-08-26 11:45:08 +0200 fs  r275410 : oops, 'flat' shouldn't have got lost 2009-08-26 09:38:57 +0200 fs  r275398 : #i102631# when saving the document fails, ensure that the interaction handler really can handle/display the error 2009-08-26 09:37:05 +0200 fs  r275397 : #i102631# don't let non-IO/RuntimeExceptions escape from DatabaseDocument::store*, wrap them into an IOException 2009-08-26 09:35:39 +0200 fs  r275395 : let the default interaction handler implement XInteractionHandler2 2009-08-25 13:51:34 +0200 fs  r275352 : #i102631# createTempFile: pass URL through FileHelper.getOOoCompatibleFileURL 2009-08-25 13:49:23 +0200 fs  r275351 : #i102631# createTempFileURL: immediately delete the file implicitly created by createTempFile, we really only need the URL 2009-08-24 14:49:07 +0200 fs  r275318 : #i10000# 2009-08-24 14:36:03 +0200 fs  r275315 : properly terminate message with 0 character 2009-08-24 14:35:45 +0200 fs  r275314 : trace method concepts in non-pro, if special flag is enabled 2009-08-24 14:24:17 +0200 fs  r275312 : #i98973# filter some more events for grid control columns 2009-08-24 14:15:23 +0200 fs  r275311 : #i98973# implement XComboBox for combo box cells 2009-08-24 13:39:24 +0200 fs  r275308 : #i98973# do not display the 'actionPerformed' event for grid combo box columns 2009-08-24 12:52:03 +0200 fs  r275303 : #i98973# implement XCheckBox and XButton for check box cells 2009-08-24 11:56:05 +0200 oj  r275300 : #i104447# wrong default for orientation 2009-08-24 10:51:21 +0200 fs  r275296 : in the script selector dialog, interpret a double click onto a function as OK 2009-08-24 10:50:56 +0200 fs  r275295 : localize some to-be-displayed names, consolidate some code regarding form/control naming 2009-08-21 14:28:05 +0200 fs  r275255 : #i98973# implement KeyListeners 2009-08-21 14:27:20 +0200 fs  r275254 : #i98973# move the conversion VCL[Mouse|Key]Event->Awt[Mouse|Key]Event from vclxwindow.cxx to VCLUnoHelper 2009-08-21 14:08:50 +0200 fs  r275248 : #i98973# implement Mouse- and MouseMotion-broadcasting 2009-08-21 13:31:08 +0200 fs  r275244 : #i98973# implement text and change listeners at text cells 2009-08-21 12:47:38 +0200 fs  r275234 : #i104399# some refactoring: If the MySQL Connector/OOo is installed, it registers for the sdbc:mysqlc: protocol (now known as DST_MYSQL_NATIVE_DIRECT). However, we do not want to display this in the UI, instead we display "MySQL" only, which collects DST_MYSQL_ODBC, DST_MYSQL_JDBC, and DST_MYSQL_NATIVE. 2009-08-21 12:45:18 +0200 fs  r275232 : #i104399# also register for the sdbc:mysql:mysqlc protocol, decide at runtime (depending on the availability of sdbc:mysqlc:), whether it is really accepted. This prevents that the C/OOo extension needs to register *our* implementation name for the sdbc:mysql:mysqlc: protocol, which would be somewhat weird 2009-08-20 16:18:48 +0200 fs  r275190 : merging the latest changes from CWS dba32f (which this CWS was created from) 2009-08-19 20:19:59 +0200 fs  r275160 : add some spacing between the radios 2009-08-19 14:50:15 +0200 fs  r275150 : #i98973# slightly refactoring the grid cell implementations, to prepare for proper events being fired. Implement focus events for the moment, more to come. 2009-08-19 10:53:38 +0200 fs  r275142 : #i99936# initialize newly created models 2009-08-18 23:03:48 +0200 fs  r275132 : merging latest changes from CWS dba32f 2009-08-18 15:14:08 +0200 fs  r275110 : #i102819# SetColumnPos: SCROLL_CLIP is deadly here


2009-09-14  Kurt Zenker  <kz@openoffice.org>  [02267008656c2a589c736a477fd435ccd437731a]

CWS-TOOLING: integrate CWS chart41 2009-09-07 11:17:59 +0200 iha  r275880 : #i104854# ODF: Fallback to bar chart for surface charts as long as surface charts are not implemented 2009-09-03 10:07:24 +0200 iha  r275745 : #i104020# Y axis scaling  problem with stock chart 2009-09-02 17:11:42 +0200 iha  r275723 : #i103984# XChartDataArray / setDataArray broken 2009-09-02 17:05:16 +0200 iha  r275721 : #i103984# XChartDataArray / setDataArray broken 2009-08-31 18:18:21 +0200 iha  r275629 : #i103076# ODF, chart from MS-Office2007sp2 doesn't load  caused be different  xlink:href syntax 2009-08-28 18:35:52 +0200 iha  r275548 : #i103460# ODF charts without svg:width and svg:height are not imported correctly 2009-08-28 18:35:25 +0200 iha  r275547 : #i103460# ODF charts without svg:width and svg:height are not imported correctly 2009-08-28 18:25:45 +0200 iha  r275546 : #i103460# ODF charts without svg:width and svg:height are not imported correctly 2009-08-28 18:23:21 +0200 iha  r275544 : #i103460# ODF charts without svg:width and svg:height are not imported correctly 2009-08-28 18:18:34 +0200 iha  r275543 : #i103460# ODF charts without svg:width and svg:height are not imported correctly 2009-08-27 15:57:20 +0200 iha  r275490 : #i104160# report designer broken


2009-09-12  Philipp Lohmann  <pl@openoffice.org>  [9925041ae09a827520807086e6ad80764c5ed28e]

solve problems with transparency and N-Up


2009-09-11  Kurt Zenker  <kz@openoffice.org>  [d39ef5922ffa1d044066d1a11774afc92699201c]

CWS-TOOLING: integrate CWS odff06 2009-09-10 18:58:49 +0200 dr  r276042 : #i104954# excel export: fixed broken handling of unary operators 2009-09-06 19:30:43 +0200 er  r275861 : warnings 2009-09-05 19:48:41 +0200 er  r275849 : warnings; wntmsci12 tries to be too smart 2009-09-05 19:37:47 +0200 er  r275848 : warnings 2009-09-03 22:45:42 +0200 er  r275776 : #i5658# GetCellValueOrZero: missed the formula cell case 2009-09-03 14:28:41 +0200 er  r275752 : #i90759# better description of ZTEST 2009-09-03 03:34:03 +0200 er  r275739 : warnings 2009-09-03 03:31:19 +0200 er  r275738 : warnings 2009-09-03 03:16:46 +0200 er  r275737 : warnings 2009-09-03 03:11:42 +0200 er  r275736 : CELLTYPE_DESTROYED only if DBG_UTIL 2009-09-03 03:06:31 +0200 er  r275735 : warnings 2009-09-03 03:00:30 +0200 er  r275734 : warnings 2009-09-03 02:32:35 +0200 er  r275733 : fix broken rebase merge 2009-09-02 22:27:53 +0200 er  r275730 : CWS-TOOLING: rebase CWS odff06 to trunk@275331 (milestone: DEV300:m56) 2009-09-02 14:45:05 +0200 er  r275712 : #i5658# calculate with string operands as long as they unambiguously represent an integer or ISO 8601 date and/or time value 2009-08-29 22:05:31 +0200 er  r275559 : #i99140# CONVERT_ADD new conversions as per ODFF; patch from <lvyue>, slightly changed 2009-08-25 13:23:59 +0200 er  r275349 : #i90759# rewording of ZTEST description 2009-08-21 00:10:22 +0200 er  r275204 : #i82007# correct description of POWER and parameters; patch from <regina> 2009-08-20 23:58:20 +0200 er  r275203 : #i74704# B correct calculation for SP arguments 0 and 1; patch from <regina> 2009-08-20 22:58:57 +0200 er  r275201 : #i90759# ZTEST correct calculation using the 3rd parameter sigma 2009-08-14 17:55:45 +0200 er  r275000 : #i81214# LOOKUP with single values, data arrays and result arrays; based on a patch from <lvyue> 2009-08-11 00:47:48 +0200 er  r274845 : unxlngi6 compiler warnings 2009-08-11 00:43:06 +0200 er  r274844 : unxlngi6 compiler warnings 2009-08-10 23:59:05 +0200 er  r274843 : #91351# make HYPERLINK accept and return numeric values, propagate errors 2009-07-08 18:46:00 +0200 dr  r273846 : #i102022# export 3D refs to cond. formats and data validation 2009-07-02 17:59:40 +0200 dr  r273667 : #i102702# adapt changes from sc/source/filter/excel 2009-07-02 15:20:37 +0200 dr  r273656 : #i102702# reimplementation of formula token class export 2009-07-02 14:41:02 +0200 er  r273653 : a surrogate with value 0x10000 is also valid (ran into when testing #i99900# Calc's UNICHAR function), and Unicode ends at 0x10ffff 2009-07-01 00:10:16 +0200 er  r273536 : #i99900# iterateCodePoints: check index against string length to avoid assertion; caught this when testing Calc's new UNICHAR function, with the result of a surrogate pair forming one character. 2009-07-01 00:03:57 +0200 er  r273535 : #i99900# new UNICODE and UNICHAR functions; patch from <tanchengbiao> 2009-06-15 16:42:06 +0200 er  r272999 : merge patch from #i102701 2009-06-15 11:15:16 +0200 dr  r272970 : #i102702# in BIFF, the SKIP flag may be missing for the tAttrSkip token 2009-06-11 13:27:46 +0200 er  r272867 : CWS-TOOLING: rebase CWS odff06 to trunk@272827 (milestone: DEV300:m50) 2009-04-30 18:28:02 +0200 er  r271423 : #i94618# on status bar, ignore error of cell for COUNT and COUNTA if selection; patch from <kohei> 2009-04-30 13:58:44 +0200 er  r271413 : get rid of that ugly mail address thingie in RTL_LOGFILE_CONTEXT_AUTHOR introduced by CWS frmdlg ... 2009-04-30 12:32:44 +0200 er  r271411 : #i94618# do not display error of cell for COUNT and COUNTA status bar functions 2009-04-30 01:32:38 +0200 er  r271399 : #i101316# improve accuracy of STDEV on equal values; patch from <regina> 2009-04-30 01:18:54 +0200 er  r271398 : #i97605# improve accuracy of ASINH and ACOSH; patch from <regina> 2009-04-30 00:46:00 +0200 er  r271397 : #i59153# improve accuracy of MOD; patch from <regina> 2009-04-30 00:29:43 +0200 er  r271396 : #i69069# improve accuracy of NORMSDIST and POISSON; patch from <regina> 2009-04-29 23:53:28 +0200 er  r271395 : #i100119# NORMDIST and LOGNORMDIST optional parameters, plus improvement in accuracy also of NORMSDIST (part of i69069); patch from <regina> 2009-04-28 18:22:07 +0200 er  r271337 : #i97052# REPLACE with no length of text to be removed simply inserts new text; patch from <lvyue>, slightly modified 2009-03-24 17:29:36 +0100 er  r269982 : #i97091# moved implementation of erf() and erfc() from scaddins to sal to provide C99 functions for compilers lacking it


2009-09-11  Kurt Zenker  <kz@openoffice.org>  [14c90efbc02c39c04208f4d876d3f424255f0f17]

CWS-TOOLING: integrate CWS dv14 2009-09-10 15:16:32 +0200 sg  r276035 : #160513# updated wfs scheme to accept ports 2009-09-10 07:41:47 +0200 dv  r276019 : #i104942# Better renaming algorithmen 2009-08-31 13:41:11 +0200 dv  r275604 : #160505# Setting APP1PRODUCTNAME must not overwrite APP1PRODUCTDEF


2009-09-11  Kurt Zenker  <kz@openoffice.org>  [4a935bb17c4ea801f074d3db303055fe216075a0]

CWS-TOOLING: integrate CWS changehc 2009-08-31 19:38:50 +0200 pl  r275633 : remove dbug printf 2009-08-31 17:41:50 +0200 pl  r275623 : CWS-TOOLING: rebase CWS changehc to trunk@275331 (milestone: DEV300:m56) 2009-07-15 19:45:46 +0200 pl  r274028 : #i35482# use HC flag to decide high contrast mode 2009-07-15 17:40:52 +0200 pl  r274020 : #i35482# use HC flag to decide high contrast mode 2009-07-15 17:39:50 +0200 pl  r274019 : #i35482# update autohc correctly in MergeSystemSettings 2009-07-15 17:38:57 +0200 pl  r274018 : #i35482# update autohc correctly in MergeSystemSettings


2009-09-11  sb  <sb@openoffice.org>  [b90603234b21e4bc92e35a5687e777c9a92d93d8]

merged in DEV300_m58


2009-09-10  Kurt Zenker  <kz@openoffice.org>  [bcb3d0ed98355ed9f66b0c1e5db2983879caa5de]

CWS-TOOLING: integrate CWS mingwport23 2009-08-29 07:07:53 +0200 tono  r275555 : i#104522: mingw port graphite 2009-08-29 07:07:26 +0200 tono  r275554 : i#104522: mingw port printf format fix


2009-09-10  Release Engineers  <releng@openoffice.org>  [c28bf48716cf58956497ff9ca76f972f45dc5aa6]

Create DEV300_m58 milestone tag from trunk@276042


2009-09-10  Philipp Lohmann  <pl@openoffice.org>  [b02ac86d6e0c84ed7466ee4a5e10a660141632a5]

#i104932# take page offset into account in N-Up printing


2009-09-09  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [bc6f8146508e63fe837c5ad6c71e4c9cf9681f73]

#i98036# draw contros inactive on lost focus


2009-09-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1625fbc7a90075b1ea12096aeca96acabb416f7d]

#i10000# dependency missing: source/component on inc (pch)


2009-09-09  Rüdiger Timm  <rt@openoffice.org>  [a7f05894f02f4d9b6f03694f715fe48506c012be]

#i10000# vcl/source/gdi/outdev3.cxx: Avoid duplicate declaration of aStrikeoutTest


2009-09-09  Oliver Bolte  <obo@openoffice.org>  [c1fc7698cb6062b5393f750b564026a935b48a85]

#i10000# pChars -> aChars by HDU


2009-09-09  Mathias Bauer  <mba@openoffice.org>  [0ade3cea663369f98f0d6f30148ec0c16f314e2f]

merge commit to DEV300_m57


2009-09-09  Oliver Bolte  <obo@openoffice.org>  [f3d1d09b3977ec133ba70023f7fcd6a80bdcf86a]

CWS-TOOLING: integrate CWS impress174 2009-08-27 18:21:38 +0200 af  r275502 : #i73289# Fixed detection of the cases when the layout menu is be disabled. 2009-08-24 17:45:50 +0200 sj  r275326 : #i103360# only setting filltype if there is also a correct fill element 2009-08-24 16:11:06 +0200 cl  r275322 : #i73871# only remove replaced objects from mark list if replaced by SdrEditView::ReplaceObjectAtView(). see issue for reason 2009-08-24 15:03:33 +0200 cl  r275319 : fixed merge error 2009-08-20 12:45:29 +0200 sj  r275174 : CWS-TOOLING: rebase CWS impress174 to trunk@275001 (milestone: DEV300:m55) 2009-08-19 15:54:47 +0200 sj  r275153 : #158486# text of flipped shapes is not flipped in word 2009-08-17 17:30:16 +0200 sj  r275063 : #158486# also correcting text bound for additional text rotation 2009-08-05 11:09:32 +0200 sj  r274643 : #i102797# adapted customshape coloring (fixed fontwork) 2009-08-04 14:17:36 +0200 sj  r274620 : #i99501# pdf export: fixed export of rotated graphics 2009-07-30 16:15:44 +0200 sj  r274494 : #158653# binary ppt import: fixed table border lines 2009-07-27 18:28:02 +0200 sj  r274376 : added shape text clipping for customshapes 2009-07-20 18:09:14 +0200 sj  r274154 : #i101918# fixed gallery preview (now taking the correct mapmode) 2009-07-13 18:00:58 +0200 cl  r273948 : #i103238# clear hard set attributes only if new style set is manually applied 2009-07-13 17:58:07 +0200 cl  r273947 : #i73289# do not expand a toolpanel when it gets enabled 2009-07-08 12:39:49 +0200 sj  r273827 : #i101566# applied patch from cmc to solve font width inconsistencies 2009-07-08 12:11:13 +0200 sj  r273826 : #i87727# added PDFDialog service 2009-07-06 17:22:40 +0200 sj  r273755 : #i103360# fixed a merge problem, no more looping when loading transparence gradients on background page 2009-07-03 14:42:07 +0200 sj  r273701 : #102797# added patch from thb (Adapted customshape coloring) 2009-07-03 14:09:44 +0200 sj  r273696 : #102797# removed warning 2009-07-03 14:01:47 +0200 sj  r273695 : #102797# added patch from thb (Adapted customshape coloring) 2009-07-03 13:13:39 +0200 sj  r273688 : #102797# added patch from thb (Adapted customshape coloring) 2009-07-03 11:25:30 +0200 sj  r273684 : #i103278# fixed import of lines 2009-07-01 16:23:47 +0200 cl  r273599 : #i96820# correctly call setChanged on model if table is modified 2009-07-01 14:43:09 +0200 cl  r273588 : #i8770# Patch: fix missing type provider for pdf export dialog 2009-07-01 14:40:28 +0200 cl  r273586 : #i73871# activate picture bar after converting shape to bitmap 2009-07-01 14:39:05 +0200 cl  r273584 : #i73871# activate picture bar after converting shape to bitmap 2009-07-01 14:04:53 +0200 cl  r273578 : #i73289# PATCH: Disable layout pane on the masterslide


2009-09-08  Philipp Lohmann  <pl@openoffice.org>  [5f0d6e69945f67ad975d0f4ccf87b5dbce1a0985]

fix warning


2009-09-08  Philipp Lohmann  <pl@openoffice.org>  [87be4b4b5f43c9f55d731a54b942b6a2bd8ccaac]

themed disclosure button


2009-09-08  Philipp Lohmann  <pl@openoffice.org>  [0be0906114e2527309d8b80d2f951fb886650c1c]

merge strings from string review


2009-09-08  Philipp Lohmann  <pl@openoffice.org>  [5de1fef632bd148a80c52b741289c34b82d99796]

catch wrong page number in sfx


2009-09-08  Philipp Lohmann  <pl@openoffice.org>  [d479f3cb7463883ad4d0c49d63aa3ace92559d69]

#i104662# reverse page order affects sheets now instead of doc pages


2009-09-08  Philipp Lohmann  <pl@openoffice.org>  [1918c6ab7cbf3ec05bb0f5b9b2c093043b90198c]

#i104664# resize on collpsing details


2009-09-08  Philipp Lohmann  <pl@openoffice.org>  [c8596ca7564682291b8cac04d2c5bf850a0a92e1]

#i104693# nearest paper matching


2009-09-08  Philipp Lohmann  <pl@openoffice.org>  [1e2a3fdbe44362d4868778aac8078e0011e959f4]

#i104763# inform app about need to reformat


2009-09-08  Oliver Bolte  <obo@openoffice.org>  [29e16c9bbda28157f839267acb4a1b18e44e2444]

CWS-TOOLING: integrate CWS vcl104


2009-09-08  Oliver Bolte  <obo@openoffice.org>  [9b57178e98e3e568841fc1514d5b7ac150a4d89f]

CWS-TOOLING: integrate CWS dba32f 2009-08-31 10:43:51 +0200 msc  r275590 : #no issuezilla available# make the testcase more error proof 2009-08-31 10:43:28 +0200 msc  r275589 : #no issuezilla available# make the testcase more error proof 2009-08-31 10:40:33 +0200 msc  r275588 : i85993 remove bugid 2009-08-31 10:38:28 +0200 msc  r275587 : i100000 2009-08-27 13:27:32 +0200 fs  r275476 : #i103882# 2009-08-27 12:47:54 +0200 fs  r275474 : #i104544# do not allow re-entrance for impl_ensureControl_nothrow Actually, this is part of the fix only. I also removed the code which triggered this re-entrance (from the grid control implementation), but to ensure it won't happen, again, I added some safety herein. 2009-08-27 12:47:16 +0200 fs  r275473 : #i104544# SetState: Do not call Update at the window which we just set text for. It should (sic\!) not be needed, but causes trouble 2009-08-27 10:18:05 +0200 mav  r275461 : #i103266# do not allow any stream operation on package streams while commiting the package 2009-08-20 15:25:48 +0200 fs  r275184 : #i104362# fall back to a ViewObjectContactOfSdrObj in case we don't have a page view 2009-08-20 15:25:06 +0200 fs  r275183 : AUGMENT_LIBRARY_PATH 2009-08-20 15:10:34 +0200 fs  r275182 : AUGMENT_LIBRARY_PATH 2009-08-20 09:50:36 +0200 oj  r275167 : #i104266# notify propertyforward when new dest was created 2009-08-19 08:01:28 +0200 mav  r275133 : #i103266# fix the typo 2009-08-18 22:45:34 +0200 fs  r275131 : #i10000# 2009-08-18 13:53:07 +0200 oj  r275105 : #i104266# set column settings after alter columns 2009-08-18 13:41:49 +0200 fs  r275103 : #i102550# do not interpret names of existing data sources as system path 2009-08-18 13:13:05 +0200 oj  r275097 : #i103882# use correct number Format 2009-08-18 12:59:13 +0200 fs  r275094 : #i104181# 2009-08-18 09:07:48 +0200 fs  r275079 : updated readme to refer to proper 1.1.14 2009-08-18 08:32:31 +0200 oj  r275077 : #i104187# wrong default for FirstCellAsLabel corrected 2009-08-18 08:10:00 +0200 oj  r275076 : #i104187# dispose status controller to avoid access of dead statusBar in sfx 2009-08-17 21:56:19 +0200 fs  r275074 : merge fix for issue #102564# from dba32e 2009-08-17 15:34:40 +0200 fs  r275058 : don't set MaxFieldSize to 0 unconditionally 2009-08-17 14:33:57 +0200 oj  r275054 : #i103528# patch for bitxtor 2009-08-17 14:12:26 +0200 oj  r275051 : #i104160# fix VerticalAlignment 2009-08-17 14:11:47 +0200 oj  r275050 : #i104160# fix VerticalAlignment 2009-08-14 15:54:04 +0200 mav  r274989 : #i103266# avoid possibility for race condition 2009-08-13 13:52:43 +0200 fs  r274939 : improved diagnostics 2009-08-13 13:52:28 +0200 fs  r274938 : typo 2009-08-13 12:51:03 +0200 fs  r274934 : #i103763# provided by cloph: correct libIDL check when compiling Mozilla 2009-08-13 12:43:23 +0200 fs  r274933 : #i103763# provided by cloph: allow to cross-compile prebuilt zips on Mac 2009-08-13 12:41:15 +0200 fs  r274932 : #i103371# fire PREPARECLOSEDOC even for embedded objects (why not?) 2009-08-13 12:24:49 +0200 fs  r274930 : #i99890# remove 'Insert Control' from the popup menu 2009-08-13 12:23:38 +0200 fs  r274929 : #i99890# DoToolboxAction: assert unknown/unimplemented actions 2009-08-13 09:32:07 +0200 fs  r274923 : #i103721# 2009-08-13 09:26:32 +0200 fs  r274922 : #i99894# provided by dtardon: xforms_nowFunction: use proper memory allocation function 2009-08-13 09:20:21 +0200 fs  r274921 : #i103938# provided by cmc: pass proper arguments to OUString::intern 2009-08-12 22:34:28 +0200 fs  r274916 : #i104139# when executing a PopupMenu, pass the POPUPMENU_NOMOUSEUPCLOSE flag


2009-09-08  Oliver Bolte  <obo@openoffice.org>  [09b4450b12d35e71a01b9591f873e991d16d6097]

CWS-TOOLING: integrate CWS oj18 2009-08-21 15:08:49 +0200 oj  r275263 : wrong check 2009-08-21 08:56:01 +0200 oj  r275215 : missing not 2009-08-20 07:27:13 +0200 oj  r275164 : use new method from global 2009-08-19 10:22:35 +0200 oj  r275138 : call GetLocale instead of pLocale 2009-08-18 10:39:32 +0200 oj  r275082 : missing header include 2009-08-18 10:09:44 +0200 oj  r275081 : new methods at global 2009-08-18 10:09:00 +0200 oj  r275080 : unused var 2009-08-18 08:59:04 +0200 oj  r275078 : move files from classes to xml 2009-08-17 14:58:16 +0200 oj  r275056 : CWS-TOOLING: rebase CWS oj18 to trunk@275001 (milestone: DEV300:m55) 2009-08-17 13:29:44 +0200 oj  r275047 : compile error 2009-08-17 13:27:47 +0200 oj  r275045 : compile error 2009-08-17 11:44:54 +0200 oj  r275040 : add dep 2009-07-22 14:26:05 +0200 oj  r274240 : move unused services into fwl 2009-07-22 14:25:35 +0200 oj  r274239 : move unused services into fwl 2009-07-22 13:47:45 +0200 oj  r274233 : remove some unused code 2009-07-22 09:06:20 +0200 oj  r274219 : export dbtoolsclient dbcharsethelper for sc 2009-07-22 08:48:58 +0200 oj  r274218 : create NumberFormatter on demand 2009-07-22 08:39:23 +0200 oj  r274217 : change char to sal_Char 2009-07-22 07:33:34 +0200 oj  r274214 : export dbtoolsclient dbcharsethelper for sc 2009-07-22 07:30:04 +0200 oj  r274213 : late init of numberformatter and breakiterator 2009-07-22 07:28:55 +0200 oj  r274212 : export dbtoolsclient dbcharsethelper for sc 2009-07-21 13:43:28 +0200 oj  r274196 : check if quick start is enbaled 2009-07-21 13:40:09 +0200 oj  r274195 : check config entry for UiEventsLogger 2009-07-21 13:37:40 +0200 oj  r274194 : code refactoring, remove of duplicate code and some late inits and removale of not needed files 2009-07-21 13:35:38 +0200 oj  r274193 : code refactoring, remove of duplicate code and some late inits and removale of not needed files 2009-07-21 13:33:41 +0200 oj  r274192 : doc meta data will now be created on demand 2009-07-21 13:13:40 +0200 oj  r274187 : load ldap functions on demand 2009-07-21 13:03:17 +0200 oj  r274183 : late init of TransliterationImpl 2009-07-21 12:36:10 +0200 oj  r274180 : late init of charClass


2009-09-07  Oliver Bolte  <obo@openoffice.org>  [3ab6742336b61dd40e673b0af8a3127978ca6a32]

CWS-TOOLING: integrate CWS calcsheetdata 2009-08-13 16:18:48 +0200 nn  r274950 : #i102616# shared/remote files, better handling of formula results 2009-08-12 11:17:30 +0200 nn  r274884 : CWS-TOOLING: rebase CWS calcsheetdata to trunk@274622 (milestone: DEV300:m54) 2009-08-12 10:30:47 +0200 nn  r274881 : #i102616# some clean-up 2009-08-11 19:01:18 +0200 nn  r274876 : #i102616# store loaded namespaces, so prefixes remain valid 2009-08-11 19:00:49 +0200 nn  r274875 : #i102616# store loaded namespaces, so prefixes remain valid 2009-08-10 19:12:04 +0200 nn  r274835 : #i102616# detective, notes, encoding, error handling 2009-08-07 11:18:46 +0200 nn  r274751 : #i102616# use new method SvXMLAutoStylePoolP::AddNamed 2009-08-07 11:18:15 +0200 nn  r274750 : #i102616# new method SvXMLAutoStylePoolP::AddNamed 2009-08-06 18:02:42 +0200 nn  r274740 : #i102616# modification: shapes, notes, pending row heights; skip sheets in export iterator 2009-08-05 18:41:59 +0200 nn  r274694 : #i102616# handle text styles in notes 2009-08-03 18:55:59 +0200 nn  r274594 : #i102616# handle text styles in cells 2009-07-31 19:00:06 +0200 nn  r274548 : #i102616# handle styles for notes 2009-07-28 16:46:20 +0200 nn  r274414 : missed a conflict 2009-07-28 14:01:56 +0200 nn  r274404 : CWS-TOOLING: rebase CWS calcsheetdata to trunk@274203 (milestone: DEV300:m53) 2009-07-23 18:28:47 +0200 nn  r274278 : #i102616# handle table styles 2009-07-22 15:40:24 +0200 nn  r274244 : #i102616# handle row styles 2009-07-21 20:09:37 +0200 nn  r274211 : #i102616# handle column styles 2009-07-16 13:00:18 +0200 nn  r274043 : #i102616# invalidate all stream positions when inserting/deleting sheets 2009-07-15 17:41:15 +0200 nn  r274021 : #i102616# don't collect cell styles twice for copied sheets 2009-07-14 18:36:11 +0200 nn  r273985 : #i102616# allow to query stream position, clear buffer 2009-07-14 18:32:10 +0200 nn  r273984 : #i102616# allow to specify a name for an autostyle 2009-07-09 22:01:23 +0200 nn  r273870 : #i102616# copy stream for unchanged sheets 2009-07-08 18:11:42 +0200 nn  r273844 : #i102616# store stream positions of sheets 2009-06-24 19:08:18 +0200 nn  r273363 : #i102616# detect changed sheets since loading 2009-06-09 15:53:32 +0200 nn  r272774 : #i102616# store automatic cell style information after loading


2009-09-07  Oliver Bolte  <obo@openoffice.org>  [f7214dbd04e03f2ea7e4d1b19a549d0a1b6c51a5]

CWS-TOOLING: integrate CWS dr72 2009-08-26 10:24:00 +0200 dr  r275402 : #i92645# CODEPAGE is encrypted... 2009-08-24 14:37:36 +0200 dr  r275316 : #i10000# enable exceptions for xlroot.cxx 2009-08-24 14:33:15 +0200 dr  r275313 : #i10000# link openssl under solaris correctly 2009-08-21 17:41:16 +0200 dr  r275267 : #i10000# unxlngi6 warning 2009-08-21 15:35:56 +0200 dr  r275265 : #i10000# remove files again, already deleted in previous milestone... 2009-08-21 11:24:57 +0200 dr  r275227 : #160401# port to DEV300 2009-08-21 09:53:45 +0200 dr  r275221 : #i92645# full support for encrypted Word2007 files 2009-08-21 09:50:52 +0200 dr  r275219 : #i92645# final changes for decryption 2009-08-20 19:48:40 +0200 dr  r275195 : #i104370# missing parentheses, patch from cmc 2009-08-20 18:28:22 +0200 dr  r275193 : #i92645# rework package decryption to repair 'Reload Document' functionality 2009-08-20 13:55:14 +0200 dr  r275179 : #i92645# add new property names 2009-08-19 19:24:21 +0200 dr  r275159 : #160401# open writeprotected files read-only, merged to DEV300 2009-08-18 14:41:47 +0200 dr  r275109 : #i92645# add 'Aborted' property 2009-08-18 11:20:34 +0200 dr  r275084 : #i92645# write back password to medium 2009-08-17 17:52:51 +0200 dr  r275066 : #i92645# detect Word2007 docs with oox detection impl, this adds support of encryped Word2007; correct detection of templates and macro-enabled docs 2009-08-17 17:51:31 +0200 dr  r275065 : #i92645# detect Word2007 docs with oox detection impl, this adds support of encryped Word2007; correct detection of templates and macro-enabled docs 2009-08-17 11:06:39 +0200 dr  r275035 : #i92645# more password handling 2009-08-17 11:05:21 +0200 dr  r275034 : #i92645# use new password input mechanism for BIFF filter and dumper in oox 2009-08-14 16:33:53 +0200 nn  r274996 : #i104228# DelBroadcastAreasInRange: remove area from hash_set before deleting 2009-08-14 16:27:12 +0200 nn  r274995 : #i104059# restore a change lost in the integration of fhawfixes1 2009-08-14 16:24:00 +0200 dr  r274994 : #i92645# adapt BIFF import to latest changes 2009-08-14 16:21:30 +0200 dr  r274993 : #i92645# adapt BIFF import to latest changes 2009-08-14 16:20:43 +0200 dr  r274992 : #i92645# do not add default passwords to media descriptor 2009-08-13 19:20:45 +0200 dr  r274965 : #i92645# add a helper to request a document password 2009-08-13 19:09:35 +0200 dr  r274964 : #i92645# add a helper to request a document password 2009-08-13 19:09:03 +0200 dr  r274963 : #i92645# add a helper to request a document password 2009-08-13 14:35:01 +0200 dr  r274946 : #i92645# comment typo 2009-08-13 14:33:47 +0200 dr  r274945 : #i92645# add a helper to request a document password 2009-08-13 14:04:47 +0200 dr  r274941 : #i92645# add a helper to request a document password 2009-08-13 14:04:22 +0200 dr  r274940 : #i92645# add a helper to request a document password 2009-08-13 11:16:27 +0200 dr  r274927 : #i42303# show quick help if field name too long for button 2009-08-13 10:55:48 +0200 dr  r274925 : #i31600# cut field name and add ellipsis, if too long for button 2009-08-12 18:47:26 +0200 dr  r274914 : #i92645# ask user for a password 2009-08-12 18:02:39 +0200 dr  r274909 : #i104183# move svtools/DocPasswordRequest to comphelper to be able to use it in oox 2009-08-12 16:59:11 +0200 dr  r274906 : #i104183# move svtools/DocPasswordRequest to comphelper to be able to use it in oox 2009-08-12 16:41:18 +0200 dr  r274905 : #i104183# move svtools/DocPasswordRequest to comphelper to be able to use it in oox 2009-08-12 16:40:33 +0200 dr  r274904 : #i104183# move svtools/DocPasswordRequest to comphelper to be able to use it in oox 2009-08-12 16:40:08 +0200 dr  r274903 : #i104183# move svtools/DocPasswordRequest to comphelper to be able to use it in oox 2009-08-12 16:39:30 +0200 dr  r274902 : #i104183# move svtools/DocPasswordRequest to comphelper to be able to use it in oox 2009-08-12 16:15:28 +0200 dr  r274899 : #i104183# move svtools/DocPasswordRequest to comphelper to be able to use it in oox 2009-08-11 19:51:12 +0200 dr  r274877 : #i92645# open encrypted MSOOXML package protected with standard XL password 'VelvetSweatshop'


2009-09-07  Oliver Bolte  <obo@openoffice.org>  [934d833085d663b0c0c5882fcef576071caa128c]

CWS-TOOLING: integrate CWS c07v025_DEV300 2009-08-13 14:55:50 +0200 od  r274947 : #b6863593# method <SwXPrintSettings::_getSingleValue(..)> 	   - handle <PrintProspect_RTL>, <TextPlaceholder> and <HiddenText> 2009-08-11 11:45:48 +0200 kz  r274850 : #i10000# warning fixed 2009-08-10 10:35:07 +0200 od  r274796 : #i103839#, #b6855246# method <SwTextShell::StateInsert(..)> 	- do not call <SwCrsrShell::Pop(..)> with 1st parameter = <FALSE> in order to 	  avoid that the view jumps to the visible cursor. 2009-08-05 13:58:33 +0200 os  r274663 : #b6863593# print options ProspectRTL, HiddenText, Placeholder added to SwXPrintSettings 2009-08-05 13:04:30 +0200 os  r274652 : #b6858652# find linked sections/bookmarks case sensitively first 2009-08-05 09:04:23 +0200 hdu  r274638 : #i104000# fix strikeout-X text decoration for printer-builtin fonts 2009-08-04 09:53:34 +0200 obo  r274606 : #i103936# from CWS gciteratorfix (TL) 2009-08-04 09:30:55 +0200 obo  r274602 : #b6796174# from CWS c07v023 2009-08-03 16:22:26 +0200 obo  r274584 : #b6851994# fixes from CWS filepicker01


2009-09-04  Release Engineers  <releng@openoffice.org>  [caf76b500ab48e086adf601124457439515f9dae]

Create DEV300_m57 milestone tag from trunk@275796


2009-09-04  sb  <sb@openoffice.org>  [bc384196e3bdc7659a75165cc02ffe16731603b3]

merged in DEV300_m57


2009-09-01  Philipp Lohmann  <pl@openoffice.org>  [f7abcc981011fbb74e6a29c5a9a2190917f620e8]

#i104668# fix IsLasPage handling


2009-08-31  Philipp Lohmann  <pl@openoffice.org>  [8650f0ccec7a29e4338c86183ad6610ff551cbe6]

#i92516# make formula editor look a little better


2009-08-31  Philipp Lohmann  <pl@openoffice.org>  [24cb96a05b7ba0a39efd8a1adef0f6e81699cdbb]

#i92516# margin logic in dialog


2009-08-31  Philipp Lohmann  <pl@openoffice.org>  [cb8898ad85a48619fe5aef6f7b112fad75b1dacc]

#i92516# set page marging to 0 in 1 page case


2009-08-31  Philipp Lohmann  <pl@openoffice.org>  [8a234d770aec6fa3cdf3e7d0ffe715f6dd5b85cc]

#i92516# imporve CalcMinimumSize


2009-08-31  Philipp Lohmann  <pl@openoffice.org>  [cb1e2baea8d454c9e3301ed2273264175dbcce62]

#i92516# no progress on api print


2009-08-31  Philipp Lohmann  <pl@openoffice.org>  [fcad7b3ccd80599357ad9df4ca93b5589c379acf]

#i92516# IsFirstPage property


2009-08-27  Release Engineers  <releng@openoffice.org>  [054971919575a6c20c2934ff9163e25fac0f46e0]

CWS-TOOLING: integrate CWS bjm02 2009-08-12 Bjoern Michaelsen #i101879# moved officeversion from envelope body to requestbody 2009-08-11 Bjoern Michaelsen #i103732# reverting changeset f3f527950572 2009-08-10 Bjoern Michaelsen cws bjm02: merging local minibranches 2009-08-10 Bjoern Michaelsen #i104128# remove additional duplication in svx headers, remove license header merge conflicts in svx headers 2009-08-10 Bjoern Michaelsen #i100484# fixed buildbreaker on win32 2009-08-10 Bjoern Michaelsen #i104128# remove duplication in svx headers 2009-08-04 Bjoern Michaelsen #i103913# fixed bookmark updating when moving numbered para 2009-08-03 Bjoern Michaelsen #i101879# include officeversion/productname in soaprequest 2009-07-31 Bjoern Michaelsen #i84926# Selecting all in blockmode automatically falls back to std mode 2009-07-31 Bjoern Michaelsen #i100484# operation on 'pCmpLine' may be undefined, thanks cmc 2009-07-29 Bjoern Michaelsen #i103059# fixing crash on empty enumeration 2009-07-29 Bjoern Michaelsen #i98659# fixing typo in usagetracking option tabpage 2009-07-29 Bjoern Michaelsen #i103732# not triggering loading of oooimprovement dll if usage tracking is disabled 2009-07-29 Bjoern Michaelsen #i103036# stlunosequence can be use simple array-pointers as iterators, fixing used type in xmloff 2009-07-29 Bjoern Michaelsen #i103036# stlunosequence can be use simple array-pointers as iterators 2009-07-29 Bjoern Michaelsen #i103182# completely removing unused functions in extensions/oooimprovement 2009-07-28 Bjoern Michaelsen cws bjm02: merged changes from master up to milestone DEV300_m53 2009-06-29 Bjoern Michaelsen #i103182# commenting out getFailedAttempts(..) for future use 2009-06-29 Bjoern Michaelsen #i103183# removed unused function sw::mark::CrossRefBookmark::IsLegalName(..) 2009-06-29 Bjoern Michaelsen #i103182# removing unused functions in extensions/oooimprovement 2009-06-24 Bjoern Michaelsen #i103059# not using enumeration for getByName/getByIndex 2009-06-24 Bjoern Michaelsen #i103059# not using enumeration for hasByName/GetCount/hasElements for performance reasons 2009-06-24 Bjoern Michaelsen #i103036# stlunosequence can be use simple array-pointers as iterators 2009-08-27 releng CWS-TOOLING: integrate CWS hr65 2009-08-26 Jens-Heiner Rechtien #i104521#: implement 'setcurrent'; document --hg option to 'create' 2009-08-26 Jens-Heiner Rechtien #i104521#: SOAP method setSCMName() doesn't return a value 2009-08-26 Jens-Heiner Rechtien #i104521#: implement [set|get]_scm() 2009-08-26 Jens-Heiner Rechtien #i104521#: implement --hg switch to 'cws create' 2009-08-27 vg CWS-TOOLING: integrate CWS hr64_DEV300 2009-07-21 13:24:57 +0200 hr  r274189 : #i99576#: re-enable optimization for tabcont.cxx 2009-07-21 13:17:18 +0200 hr  r274188 : #i99592: disable -xspace optimization for Solaris x86 and SunStudio 12, due to some mis-optimzation in sc and elsewhere. SunStudio 12 update 1 is OK, but needs a few unrelated changes which will be implemented in DEV300 code line 2009-08-27 releng CWS-TOOLING: integrate CWS sw32bf02 2009-08-25 15:52:04 +0200 hde  r275366 : reactived testcases hit by issue 102752 2009-08-21 13:52:17 +0200 od  r275245 : #i102921# delete files whose deletion has been forgotten in cws impress172 2009-08-21 11:20:47 +0200 od  r275225 : CWS-TOOLING: rebase CWS sw32bf02 to trunk@275001 (milestone: DEV300:m55) 2009-08-20 16:21:30 +0200 od  r275191 : #i92511# method <lcl_MoveAllLowerObjs(..)> 	 - invalidation of cache for object rectangle inclusive spaces is needed. 2009-08-20 15:50:40 +0200 od  r275188 : #i96726# method <SwPagePreView::DocSzChgd(..)> 	 - trigger recalculation of page preview layout even if the count of pages is not changing 2009-08-20 12:37:32 +0200 od  r275172 : #i100466# correction for showing and hiding redlines 2009-08-18 13:25:18 +0200 od  r275100 : #i103817# method <XMLTextImportHelper::SetStyleAndAttrs(..)           - assure that a heading applies the outline style, if no other list style is applied. 2009-08-18 13:21:38 +0200 od  r275098 : #i103817# allow the outline style - list style for outline numbering - to be set directly at the paragraph 2009-08-17 14:13:02 +0200 od  r275052 : #i103684# add missing documentation for new optional OutlineLevel attribute introduced in OOo 3.1 2009-08-17 14:00:25 +0200 od  r275049 : #i100481# method <XMLTextFrameContext_Impl::CreateChildContext(..)># 	  - correct condition for handling embedded documents and embedded math objects 2009-08-12 14:11:34 +0200 od  r274891 : #i97379# assure that columns are not applied to fly frames, which represent graphics or embedded objects 2009-08-12 12:51:43 +0200 od  r274889 : #i101870# method <SwTxtNode::_MakeNewTxtNode(..)> 	  - perform action on different paragraph styles before applying new paragraph style 2009-08-12 12:24:44 +0200 od  r274888 : #i101092# method <ViewShell::Paint(..)> 	  - encapsulate paint of document background and document into pre and post drawing layer paint calls 2009-08-12 11:38:48 +0200 od  r274886 : #i98766# minor adjustment in order to be warning free under Mac port builds 2009-08-12 11:33:54 +0200 od  r274885 : #i99267# method <SwTabFrm::MakeAll()> 	 - reset <bSplit> after forward move to assure that follows can be joined, if further space is available. 2009-08-12 11:11:49 +0200 od  r274882 : #i98766# method <ViewShell::SmoothScroll(..) 	 - disable smooth scroll for Mac port builds 2009-08-10 12:17:58 +0200 od  r274801 : CWS-TOOLING: rebase CWS sw32bf02 to trunk@274622 (milestone: DEV300:m54) 2009-07-21 16:56:45 +0200 od  r274206 : #i103685# method <SwTxtFormatter::NewTabPortion(..)> 	  - adjust condition to apply automatic tab stop at left margin correctly 	    in case that tab stops are not relative to indent 2009-07-10 11:53:53 +0200 od  r273883 : #i102752 method <SwDrawContact::Modify(..)> 	 - assure that a ShapePropertyChangeNotifier exists 2009-07-07 12:01:58 +0200 mst  r273788 : #i103304# apply patch by dtardon to fix bogus conditional 2009-07-07 09:01:13 +0200 od  r273767 : CWS-TOOLING: rebase CWS sw32bf02 to trunk@273468 (milestone: DEV300:m51) 2009-08-27 vg CWS-TOOLING: integrate CWS native264_DEV300 2009-08-13 11:58:58 +0200 is  r274928 : #i104200# update to jre6u16 2009-08-27 vg CWS-TOOLING: integrate CWS automationdev300m54tables 2009-08-14 13:01:05 +0200 wg  r274976 : i104224 2009-08-14 13:00:28 +0200 wg  r274975 : i104224 2009-08-14 12:12:34 +0200 wg  r274974 : i104222 2009-08-13 14:28:13 +0200 wg  r274944 : i104205 2009-08-13 14:27:40 +0200 wg  r274943 : i104205 2009-08-13 14:26:36 +0200 wg  r274942 : i104205


2009-08-27  Release Engineers  <releng@openoffice.org>  [1bf558e823849c2448167ad0f4cc8504bacc668e]

CWS-TOOLING: integrate CWS c28v001_DEV300 2009-06-11 09:57:13 +0200 pl  r272848 : #160046# make product and welcome text have transparent background to allow for more flexibility of the background bitmap 2009-06-11 09:54:27 +0200 pl  r272847 : #160045# add edition search path for images.zip


2009-08-27  Release Engineers  <releng@openoffice.org>  [a7b3ec998bf86e04b518e8205732fcb2602649b0]

CWS-TOOLING: integrate CWS otf01 2009-08-26 15:25:19 +0200 hdu  r275426 : #i10000# make ubuntu-8.10 buildbot happy 2009-08-21 11:58:07 +0200 hdu  r275230 : #i43029# another compile fix for 64bit platforms 2009-08-21 09:00:26 +0200 hdu  r275216 : #i43029# sal_Int32 is defined differently on some platforms 2009-08-19 13:41:07 +0200 hdu  r275149 : #i43029# fix use of sft-based subsetting in centralized code 2009-08-19 10:42:23 +0200 hdu  r275140 : #i43029# --amend previous commit with omitted files 2009-08-19 10:14:54 +0200 hdu  r275137 : #i43029# finishing touches for CWS otf01 start to centralize the previously open-coded font-subset/font-embed requests do the rest when the SCM allows source-file moves and commits with finer granularity 2009-08-17 15:11:24 +0200 hdu  r275057 : CWS-TOOLING: rebase CWS otf01 to trunk@275001 (milestone: DEV300:m55) 2009-08-14 17:07:06 +0200 hdu  r274998 : #i43029# CFF-subsetting now works on all platforms for PDF-export and PS-printing 2009-08-14 15:13:23 +0200 hdu  r274984 : #i43029# OOo-build-baseline allows avoiding brute-forcing codepoint coverage calculation 2009-08-14 14:33:36 +0200 hdu  r274981 : #i43029# CmapResult becomes a class 2009-08-13 15:57:55 +0200 hdu  r274948 : #i43029# start implementing glue-code for CFF-subsetting on WIN 2009-08-10 17:10:46 +0200 hdu  r274828 : #100000# WAE: signedness-warning 2009-08-10 14:08:05 +0200 hdu  r274810 : #100000# 2009-08-10 13:34:55 +0200 hdu  r274807 : #i43029# update ParseCmap() as we need to handle glyph-mapping ourselves on win for non-sft-supported fonts 2009-07-11 11:32:37 +0200 hdu  r273909 : CWS-TOOLING: rebase CWS otf01 to trunk@273858 (milestone: DEV300:m52) 2009-07-03 17:14:55 +0200 hdu  r273714 : #i43029# last step before centralizing UNX fontsubset code into platform independent layer 2009-07-03 17:00:14 +0200 hdu  r273712 : #i10000# remove compile warning when debug=t 2009-07-03 16:28:29 +0200 hdu  r273710 : #i43029# another step to centralize fontsubset code 2009-07-03 15:23:45 +0200 hdu  r273705 : #i43029# PDF-export on UNX now starts to support OTF/CFF 2009-07-02 16:19:46 +0200 hdu  r273663 : #i43029# warn when subsetting encounters glyph with deprecated SEAC-like endchar 2009-06-25 11:40:55 +0200 hdu  r273372 : #i43029# ensure validity of cff-subsetted glyph name 2009-06-24 10:22:13 +0200 hdu  r273318 : #i43029# check validity of exported sfnt subtable 2009-06-23 16:25:54 +0200 hdu  r273292 : #i43029# use direct CFF->PFA font subsetting 2009-06-23 16:24:33 +0200 hdu  r273289 : #i43029# allow font subset directly into a provided FILE handle 2009-06-23 16:22:44 +0200 hdu  r273286 : #i43029# implement direct CFF->PFA font subsetting 2009-06-19 17:13:02 +0200 hdu  r273171 : #i43029# CFF subsetting starts to work for psprinting 2009-06-18 15:48:42 +0200 hdu  r273122 : #i43029# psprint requires explicit control of font subset name 2009-06-18 15:43:21 +0200 hdu  r273121 : #i43029# psprint requires explicit control of font subset name 2009-06-16 18:15:43 +0200 hdu  r273033 : #i43029# minor reshuffling to prepare CFF->PS font uploading 2009-06-16 16:25:21 +0200 hdu  r273025 : #i43029# minimal-invasive change to sft.cxx to access a SFNT's CFF subtable 2009-06-12 15:51:42 +0200 hdu  r272925 : #i43029# support OT/CFF subsetting for our PDF export on MacOSX 2009-06-12 15:43:26 +0200 hdu  r272924 : #i43029# provide subset metrics as required by subset requesters 2009-05-27 13:58:59 +0200 hdu  r272342 : #i43029# TripleInt is already reserved by OSX Carbon 2009-05-27 13:41:12 +0200 hdu  r272339 : #i43029# fix warnings and make it compile on different platforms 2009-05-26 18:18:38 +0200 hdu  r272315 : #i43029# start moving font subsetting into specialized class 2009-05-26 17:23:55 +0200 hdu  r272312 : #i43029# improve name for CFF->PFB subsetted font 2009-05-25 17:12:27 +0200 hdu  r272264 : #i43029# PDF-export: get type1-subsetting of the ground 2009-05-25 11:15:39 +0200 hdu  r272227 : #i43029# fix BlueValues/FontBBox topdict entries 2009-05-25 10:59:16 +0200 hdu  r272222 : #i43029# better PFB-DICT entries for FontBBox and BlueValues 2009-05-25 10:26:46 +0200 hdu  r272219 : #i43029# emit other PRIVDICT hints for CFF->PFB subsetting 2009-05-25 10:10:25 +0200 hdu  r272218 : #i43029# sign-extend shortint/longint typeopts/dictops 2009-05-25 09:38:33 +0200 hdu  r272217 : #i43029# better glyph names for CFF-subsetted PFB 2009-05-20 18:57:11 +0200 hdu  r272147 : #i43029# a CFF-subsetter gets the Blues 2009-05-20 14:05:35 +0200 hdu  r272127 : #i43029# implement CreateFontSubsetFromCff() 2009-05-18 12:33:05 +0200 hdu  r272012 : #i43029# add and use CffSubsetterContext::writeCurveTo() 2009-05-15 11:38:08 +0200 hdu  r271931 : CffTable: allow charwidth parameter for type2 endchar operator 2009-05-14 18:55:25 +0200 hdu  r271916 : #i43029# implement flex/flex1/hflex/hflex1 typeop conversion, fix type1val writing 2009-05-11 09:53:26 +0200 hdu  r271750 : #i101695# improve import of ghostscript-PDF font names 2009-05-07 11:35:12 +0200 hdu  r271644 : #i43029# adusted whitespace conventions from previously private code 2009-05-06 12:33:11 +0200 hdu  r271579 : #i43029# change copyright header, fix warnings on some compilers 2009-05-06 10:50:50 +0200 hdu  r271576 : improve whitespace and constness in some POS code 2009-05-05 16:10:56 +0200 hdu  r271532 : #i43029# makefile support for new cff subsetter code 2009-05-05 14:56:29 +0200 hdu  r271519 : #i43029# start integrating my CFF->Type1 subsetter code 2009-05-04 17:07:14 +0200 hdu  r271474 : #i100140# remove obsoleted tables used for encoding conversion 2009-05-04 17:05:20 +0200 hdu  r271473 : #i100140# use generic encoding converters in xlat.cxx 2009-04-15 11:58:25 +0200 hdu  r270829 : #i101102# remove build dependency to removed module psprint 2009-04-14 15:57:13 +0200 hdu  r270788 : CWS-TOOLING: rebase CWS otf01 to trunk@270723 (milestone: DEV300:m46) 2009-03-11 14:49:56 +0100 hdu  r269335 : CWS-TOOLING: rebase CWS otf01 to trunk@269297 (milestone: DEV300:m43) 2009-02-06 12:32:22 +0100 hdu  r267451 : resync CWS across CVS->SVN change 2009-02-06 12:32:04 +0100 hdu  r267450 : resync CWS across CVS->SVN change


2009-08-27  Kohei Yoshida  <kohei@openoffice.org>  [f5bae107e1cdde5e851b71108f901fde6847df82]

Added a new child class of FloatingWindow to separate popup menu specific stuff to it.  Let's leave the existing FloatingWindow alone.


2009-08-27  Vladimir Glazounov  <vg@openoffice.org>  [45fd5509728a17c6bc5ce93ceaeae31e68bd8b27]

CWS-TOOLING: integrate CWS gpc100 2009-08-07 20:21:15 +0200 ka  r274784 : CWS-TOOLING: rebase CWS gpc100 to trunk@274622 (milestone: DEV300:m54) 2009-08-07 14:11:35 +0200 ka  r274764 : #i75026#: removal of GPC dependency


2009-08-26  Kohei Yoshida  <kohei@openoffice.org>  [5730c5dbbcc4dff0fab38a00a3cca8cb0c4356be]

added the concept of "fake focus" to simulate focus inside floating windows.  I need this because floating windows don't get system focus, but focus handling is needed for tab stops.


2009-08-26  Philipp Lohmann  <pl@openoffice.org>  [5baf908a76419206c68570925eb0f7bb568a7959]

more cosmetics


2009-08-26  Thomas Lange  <tl@openoffice.org>  [633e326eaf4eab894a1e9521495753f4fb02703a]

#i92516# user paper override not functional in all cases


2009-08-26  Philipp Lohmann  <pl@openoffice.org>  [a675158bfab3031606a2b4cfe61c3128cbb8bb1b]

details with nicer indentation


2009-08-26  Philipp Lohmann  <pl@openoffice.org>  [0e41c065472d4e5f5e45c37c9b4866aa067d7dd4]

size preview decently


2009-08-26  Release Engineers  <releng@openoffice.org>  [ba2723de98e85639eaeb13a05a7cce9a79b9886c]

CWS-TOOLING: integrate CWS aw075 2009-08-12 18:26:05 +0200 aw  r274912 : #i97672# use SelectionMaximumLuminancePercent to limit the hilight color to be not too invisible 2009-08-12 18:25:53 +0200 aw  r274911 : #i97672# use SelectionMaximumLuminancePercent to limit the hilight color to be not too invisible 2009-08-12 18:25:20 +0200 aw  r274910 : #i97672# Added SelectionMaximumLuminancePercent to decide which maximum luminance for the selection color to accept from the system 2009-08-12 18:00:17 +0200 aw  r274908 : #i97672# added SelectionMaximumLuminancePercent which limits the luminance of the system's selection color to a maximum luminance (default is 70) 2009-08-11 14:01:07 +0200 aw  r274859 : #i104150# take over values from transparence percent field even when disabled 2009-08-11 13:59:33 +0200 aw  r274858 : #i103500# corrected the transparent SC overlay pixel alignment 2009-08-11 12:42:46 +0200 jsk  r274854 : #i103937# Added two new controls to options/view page for transparency and opacity 2009-08-10 16:20:02 +0200 aw  r274823 : #i97672# Adapting MF_SELECTION to #i35956# 2009-08-04 17:50:42 +0200 aw  r274626 : #i102109# need to use AlphaMask instead of Bitmap 2009-08-04 17:03:25 +0200 aw  r274624 : #i103982# corrected OutlinerParaObject owvership in GetBackgroundTextForwarder() 2009-08-04 12:18:11 +0200 aw  r274614 : #i97672# corrected warning due to member initialisation 2009-08-03 11:54:16 +0200 aw  r274571 : #i99268# corrected SdrExchangeView::GetObjGraphic 2009-07-31 14:22:57 +0200 aw  r274529 : #i101520# added support for not correct 3d polygons for 3D polygon object which is used over API from chart directly 2009-07-31 13:25:20 +0200 aw  r274527 : #i97672# added disabling selection options when system does not support them; slightly corrected positions 2009-07-31 13:20:32 +0200 aw  r274526 : #i102706# Do not merge closed polygons when converting MetaFiles to SdrObjects 2009-07-30 18:03:07 +0200 aw  r274499 : #i102175# corrected 1870 degree rotation situation for MetaFile paints 2009-07-30 17:06:31 +0200 aw  r274496 : #i103709# corrected HitTest for callouts and DrawingLayer text objects 2009-07-29 18:55:22 +0200 aw  r274465 : #i102956# corrected CutFindProcessor to back-transform all found cuts to the starting 3D coordinate system 2009-07-29 13:38:40 +0200 aw  r274448 : #i103720# corrected mpAsynchLoadEvent usage 2009-07-29 12:48:12 +0200 aw  r274447 : #i96762# cleanup: spaces 2009-07-28 19:11:31 +0200 aw  r274427 : #97672# first version of reworked selection with changeable transparency and frame 2009-07-28 19:09:39 +0200 aw  r274425 : #97672# first version of reworked selection with changeable transparency and frame 2009-07-28 19:09:27 +0200 aw  r274424 : #97672# first version of reworked selection with changeable transparency and frame 2009-07-28 19:09:14 +0200 aw  r274423 : #97672# first version of reworked selection with changeable transparency and frame 2009-07-28 19:08:59 +0200 aw  r274422 : #97672# first version of reworked selection with changeable transparency and frame 2009-07-28 19:08:47 +0200 aw  r274421 : #97672# first version of reworked selection with changeable transparency and frame 2009-07-28 15:44:50 +0200 aw  r274411 : #i102556# corrected TextLayouterDevice::getTextBoundRect implementation and usage; empty Rectangles were not handled correctly 2009-07-23 17:48:36 +0200 aw  r274277 : #i102063# implemented in-between OLE content holder (SdrOleContentPrimitive2D) and it's decomposition. Cleaned up diverse OLE graphic preparations 2009-07-22 12:55:12 +0200 aw  r274227 : #i102109# extended OutputDevice::DrawTransparent (the version with TransparenceGradient) to work correctly with AntiAliased content 2009-07-21 13:31:12 +0200 aw  r274191 : #i102611# changed scaling of Z-Range for Z-Buffer for ZBufferProcessor3D 2009-07-20 20:06:46 +0200 aw  r274155 : #i103500# moved OverlayObjectCell back to use discrete coordinates for rectangle list 2009-07-16 17:33:26 +0200 aw  r274065 : #i103530# corrected parameter preparation for MetaFile::Rotate call


2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [4a38b7d0b58c62585b7e11b82c9fd50d999c7f09]

CWS-TOOLING: integrate CWS mh132 2009-08-06 12:20:52 +0200 mh  r274712 : corrected error handling 2009-08-05 13:41:20 +0200 mh  r274661 : #i93040# NetBSD compile issue 2009-08-05 13:40:32 +0200 mh  r274660 : #i93040# NetBSD compile issue 2009-08-05 13:38:46 +0200 mh  r274659 : #i93040# NetBSD compile issue 2009-08-05 13:29:15 +0200 mh  r274658 : #i95193# increase includes limit 2009-08-05 13:22:07 +0200 mh  r274657 : #i96811# honor return values of read calls 2009-08-05 13:16:47 +0200 mh  r274654 : #i96802# honor return values of write calls 2009-08-05 13:07:06 +0200 mh  r274653 : #i99835# do DestroyData 2009-08-05 13:01:42 +0200 mh  r274651 : #i68557#: allow more dpi resolutions in scanner dialogue 2009-07-24 14:46:04 +0200 mh  r274307 : #i103770# missing fclose added


2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [cdbea0025f8aaf634ba9f74a3e5f3cad421d8123]

CWS-TOOLING: integrate CWS swa11y32_2nd 2009-08-13 13:04:09 +0200 mav  r274936 : #i104204# remove support for Ctrl-Tab 2009-08-13 09:59:22 +0200 od  r274924 : #i93269# method <atk_wrapper_focus_idle_handler(..)> 	 - emit also object:state-changed:focus, if cursor is inside <XAccessibleText> object 2009-08-11 12:15:11 +0200 tl  r274851 : CWS-TOOLING: rebase CWS swa11y32_2nd to trunk@274622 (milestone: DEV300:m54) 2009-07-14 17:35:03 +0200 tl  r273982 : 2009-07-10 10:46:39 +0200 tl  r273879 : CWS-TOOLING: rebase CWS swa11y32 to trunk@273468 (milestone: DEV300:m51) 2009-07-01 14:00:25 +0200 mav  r273577 : #i102879# the text of the button should not change 2009-07-01 13:16:19 +0200 od  r273574 : #159496# method <GetHelpAnchor_Impl(..)> 	 - do not release the solar mutex 2009-06-29 15:29:10 +0200 od  r273476 : #i95042# method <CreateXWindow(..)> 	 - return instance <VCLXComboBox> for <Window> instance of type <MetricBox>. 	   note: <MetricBox> is inherited from <ComboBox> 2009-06-23 15:49:32 +0200 mav  r273283 : #i101967# fix tab-control implementation 2009-06-22 13:56:22 +0200 od  r273229 : #i100938# method <text_wrapper_get_run_attributes(..)> 	  - always provide start_offset and end_offset 	  - do _not_ increment the end_offset provide by <accessibility::TextSegment> instance 2009-06-02 12:09:03 +0200 mav  r272492 : #i101959# Let the additional dialog window add its childred to the parents tab-hierarchy 2009-06-02 09:55:39 +0200 mav  r272484 : #i102015# allow to have indirect child windows in tab-hierarchy 2009-06-02 09:49:42 +0200 mav  r272482 : #i102015# Let the windows containing the extension dialog controls add controls to the tab hierarchy 2009-05-27 15:45:33 +0200 od  r272354 : #i101012# method <SvxIconChoiceCtrl_Impl::EntrySelected(..)> 	  - emit vcl event LISTBOX_SELECT only in case that the given entry is selected. 2009-05-27 09:54:36 +0200 od  r272333 : #i92103# map UNO-API accessible events list box entry expanded/collapsed 	 to corresponding atk events. 2009-05-27 09:52:15 +0200 od  r272331 : #i92103# process list box entry expanded/collapsed events 2009-05-27 09:49:19 +0200 od  r272330 : #i92103# emit vcl event list box entry expanded/collapsed 2009-05-26 10:42:05 +0200 od  r272283 : #i93269# correct fix: check success of <queryInterface> call 2009-05-04 15:52:04 +0200 od  r271469 : #i92103# new vcl event ids VCLEVENT_LISTBOX_ENTRY_EXPANDED and VCLEVENT_LISTBOX_ENTRY_COLLAPSED 2009-05-04 15:10:20 +0200 od  r271460 : #i92103# refine definition of new constants 2009-05-04 14:36:44 +0200 od  r271454 : #i92103# new constants for indicating that a list box entry is 	 expanded respectively collapsed. 2009-04-30 16:09:40 +0200 od  r271421 : #i93269# method <atk_wrapper_focus_idle_handler(..)> 	 - emit text_caret_moved event for <XAccessibleText> object, 	   if cursor is inside the <XAccessibleText> object. 2009-04-22 14:00:10 +0200 tl  r271105 : warning-free code 2009-04-22 09:17:30 +0200 tl  r271073 : CWS-TOOLING: rebase CWS swa11y32 to trunk@270723 (milestone: DEV300:m46) 2009-04-20 12:53:03 +0200 cd  r270974 : #i83639# Check extendedhelp state to provide correct tool tip text 2009-04-03 13:07:13 +0200 tl  r270471 : #i63983# changed accessible object names to empty strings 2009-04-01 15:52:09 +0200 tl  r270336 : #i90991# accessible names and description for paragraphs should be empty 2009-04-01 15:12:42 +0200 tl  r270333 : #i90991# accessible names and description for paragraphs should be empty 2009-04-01 15:10:34 +0200 tl  r270331 : warning-free code 2009-04-01 12:54:44 +0200 tl  r270319 : #i89176# Implementation of XAccessibleMultiLineText in EditEngine 2009-04-01 12:52:56 +0200 tl  r270318 : #i89176# Implementation of XAccessibleMultiLineText in EditEngine 2009-03-27 18:31:01 +0100 tbe  r270166 : #i92143# text getRangeExtents reports incorrect 'x' values for spreadsheet cells 2009-03-13 13:43:54 +0100 tl  r269476 : #i94322# ImpEditView::ShowCursor and nPara == USHRT_MAX problem fixed 2009-03-12 10:27:30 +0100 tl  r269366 : warning-free code; unresolved external dbg_out when compiling with debug=t 2009-03-11 12:40:31 +0100 tl  r269312 : warning-free code Solaris x86 2009-03-10 15:49:01 +0100 tl  r269279 : #i86443# handle GetColumnCount() == 0 2009-03-10 10:48:32 +0100 cl  r269254 : #i91742# name cells for accessibility 2009-03-09 17:06:33 +0100 cl  r269203 : #i91742# call init on accessible cells


2009-08-26  Release Engineers  <releng@openoffice.org>  [999f38b326e869d421bde0da75f33303a0676990]

CWS-TOOLING: integrate CWS gridcontrol_01 2009-08-13 07:53:28 +0200 tkr  r274919 : #103210# remove mixed-line-endings 2009-08-13 07:36:19 +0200 tkr  r274918 : #103210# remove mixed-line-endings 2009-08-06 14:02:11 +0200 tkr  r274725 : #103210# build issues fixed 2009-08-06 12:11:52 +0200 tkr  r274711 : #103210# build issues fixed 2009-08-06 12:03:32 +0200 tkr  r274710 : #103210# add grid directory to d.lst 2009-08-05 17:00:11 +0200 misheto  r274689 : CWS-TOOLING: rebase CWS gridcontrol_01 to trunk@274622 (milestone: DEV300:m54) 2009-08-05 14:31:42 +0200 tkr  r274668 : #103210# remove add/removeMouseListener from XGridControl and use XWindow 2009-08-05 14:30:06 +0200 tkr  r274667 : #103210# remove add/removeMouseListener from XGridControl and use XWindow 2009-08-05 14:29:09 +0200 tkr  r274666 : #103210# remove add/removeMouseListener from XGridControl and use XWindow 2009-08-05 12:02:15 +0200 misheto  r274649 : fox for HScroll problem 2009-08-05 11:37:22 +0200 misheto  r274644 : CWS-TOOLING: rebase CWS gridcontrol_01 to trunk@274203 (milestone: DEV300:m53) 2009-08-03 10:12:50 +0200 tkr  r274568 : #103210# Method getItemIndexPos() added 2009-07-31 18:25:42 +0200 misheto  r274547 : fixed bug no cursor with NONE-selection, arrow keys cause selection disappear 2009-07-31 16:36:34 +0200 tkr  r274541 : #103210# MouseListener added 2009-07-31 16:35:48 +0200 tkr  r274540 : #103210# MouseListener added 2009-07-31 14:37:45 +0200 misheto  r274533 : event handlers 2009-07-31 09:43:52 +0200 tkr  r274513 : #103210# MouseListener added 2009-07-31 09:42:46 +0200 tkr  r274512 : #103210# MouseListenerMultiplexer exported 2009-07-30 18:19:55 +0200 misheto  r274501 : 2009-07-30 18:15:00 +0200 misheto  r274500 : mouselistener changes 2009-07-30 15:23:03 +0200 tkr  r274491 : #i103210# remove XItemListener and add XMouseListener 2009-07-30 15:22:01 +0200 tkr  r274490 : #i103210# remove XItemListener and add XMouseListener 2009-07-28 16:47:37 +0200 misheto  r274415 : fixed text left intented, removeAllScroll mode, selection mode, single selection 2009-07-28 16:45:32 +0200 misheto  r274413 : 2009-07-28 14:56:33 +0200 tkr  r274407 : #i103210# build issue fixed 2009-07-28 12:49:23 +0200 tkr  r274397 : #i103210# use HScroll and VScroll for Scrolbarmode 2009-07-28 12:24:14 +0200 tkr  r274396 : #i103210# use HScroll and VScroll for Scrolbarmode 2009-07-28 11:33:46 +0200 tkr  r274393 : ##i103210# api changes 2009-07-28 11:32:48 +0200 tkr  r274392 : ##i103210# add ItemListener 2009-07-28 11:31:49 +0200 tkr  r274391 : ##i103210# add ItemListener 2009-07-28 08:30:30 +0200 tkr  r274388 : #i103210# paint background color 2009-07-24 17:22:10 +0200 misheto  r274314 : focus problem solved, single selection with keys UP DOWN 2009-07-22 11:43:24 +0200 misheto  r274226 : removed vclxcontrol dependencies 2009-07-22 10:23:34 +0200 misheto  r274220 : 2009-07-21 15:04:26 +0200 misheto  r274200 : tablecontrol added items 2009-07-21 15:00:44 +0200 misheto  r274198 : tablecontrol 2009-07-17 09:58:59 +0200 misheto  r274082 : changes mihaela 2009-07-15 11:04:27 +0200 tkr  r273999 : #i103210# api documentation added 2009-07-15 11:03:18 +0200 tkr  r273998 : #i103210# adapt idl changes 2009-07-14 08:47:32 +0200 tkr  r273959 : #i103210# Method removeRow added 2009-07-14 08:46:52 +0200 tkr  r273958 : #i103210# Method removeRow added 2009-07-13 08:20:11 +0200 tkr  r273914 : #i103210# XGridSelectionModel removed 2009-07-10 13:50:01 +0200 tkr  r273888 : #i103210# selection support and listener added 2009-07-10 13:42:17 +0200 tkr  r273887 : #i103210# selection support added 2009-07-06 10:21:51 +0200 tkr  r273724 : #i103210# implement listener 2009-07-06 10:13:25 +0200 tkr  r273723 : #i103210# remove wrong interfaces 2009-07-06 10:11:47 +0200 tkr  r273722 : #i103210# interface changes 2009-07-02 15:28:50 +0200 tkr  r273659 : #i103210# create new services 2009-07-02 15:26:21 +0200 tkr  r273658 : #i103210# create new services 2009-07-02 12:00:39 +0200 tkr  r273633 : #i103210# defaultgriddatamodel works now 2009-07-02 11:59:24 +0200 tkr  r273631 : #i103210# now XGridDataModel inherits XComponent 2009-07-01 14:07:31 +0200 tkr  r273579 : #i103210# initial implementation of the grid control data model 2009-07-01 13:14:21 +0200 tkr  r273571 : #i103210# adding new service and some methods 2009-06-30 12:15:13 +0200 tkr  r273500 : #i103210# change attribute names 2009-06-30 10:55:07 +0200 tkr  r273496 : #i103210# create services and interfaces for the grid control 2009-06-30 10:47:26 +0200 tkr  r273495 : #i103210# create services and interfaces for the grid control


2009-08-26  Henning Brinkmann  <hbrinkm@openoffice.org>  [e2c129c0af5c2d40f347529e280bb4e32de2875f]

merged DEV300_m56


2009-08-26  Kohei Yoshida  <kohei@openoffice.org>  [3babe6ee314990758c4fe33b0342f067c4316c9f]

added a new vcl event type that carries accessible object so that it can be used from the new menu popup window.


2009-08-25  Vladimir Glazounov  <vg@openoffice.org>  [d5bd17ee756aa063ff16072700d7bad7d8056e5b]

CWS-TOOLING: integrate CWS sb110 2009-08-05 15:28:43 +0200 sb  r274677 : CWS-TOOLING: rebase CWS sb110 to trunk@274622 (milestone: DEV300:m54) 2009-08-05 11:46:36 +0200 sb  r274646 : #i104018# fixed previous svn changeset 271712 (from issue 101244) 2009-07-20 14:41:56 +0200 sb  r274138 : CWS-TOOLING: rebase CWS sb110 to trunk@273858 (milestone: DEV300:m52) 2009-06-02 11:42:17 +0200 sb  r272489 : CWS-TOOLING: rebase CWS sb110 to trunk@272291 (milestone: DEV300:m49) 2009-05-08 12:46:51 +0200 sb  r271712 : #i101244# after DLLs have been moved from basis to brand layer on Windows, code that used SvtPathOptions::GetModulePath to located libraries had to be adapted 2009-05-08 10:10:43 +0200 sb  r271703 : #i101244# for performance reasons, on Windows move DLLs from basis to brand layer (i.e., next to executables); consequently eliminated some library duplications across the layers; adapted various code to the move 2009-05-08 09:54:44 +0200 sb  r271702 : #i101244# hardwire Python dynamic libraries and script files into base layer (even if other dynamic libraries will move to brand layer on Windows), mainly because the pyuno dynamic library is both linked against from other dynamic libraries (pythonloader.uno) and accessed via "import pyuno" from Python scripts 2009-05-07 17:18:30 +0200 sb  r271686 : #i101244# support NativeServicesURLPrefix on individual files; to implement that, changed meaning of global unomaxservices 2009-05-07 17:15:24 +0200 sb  r271685 : #i101244# take legacy_binfilters.rdb explicitly from $OOO_BASE_DIR/program (instead of implicitly next to some dynamic library); cleaned up dead code 2009-05-07 17:12:12 +0200 sb  r271684 : #i101244# take senddoc.exe explicitly from $OOO_BASE_DIR/program (instead of implicitly next to some dynamic library) 2009-05-07 17:11:33 +0200 sb  r271683 : #i101244# take odbcconfig.exe explicitly from $OOO_BASE_DIR/program (instead of implicitly next to some dynamic library) 2009-05-07 17:09:44 +0200 sb  r271682 : #i101244# read configmgr ini file explicitly from $OOO_BASE_DIR/program (instead of next to configmgr dynamic library)


2009-08-25  Release Engineers  <releng@openoffice.org>  [7f2f86dd0157610f353592ac6ffc99e65d8fd313]

CWS-TOOLING: integrate CWS ooxml03 2009-08-11 12:16:50 +0200 kendy  r274852 : CWS-TOOLING: rebase CWS ooxml03 to trunk@274622 (milestone: DEV300:m54) 2009-07-17 17:55:14 +0200 hbrinkm  r274100 : resolved warning on unxlngi6.pro 2009-07-15 17:11:09 +0200 kendy  r274015 : #i96319# With the disabled docx pieces, libmsword is not a UNO library. 2009-07-15 13:38:36 +0200 hbrinkm  r274010 : removed unresolved symbols 2009-07-13 16:06:11 +0200 hbrinkm  r273943 : resolved warnings 2009-07-10 14:01:03 +0200 hbrinkm  r273889 : changes to make compile on Windows 2009-06-22 19:46:17 +0200 kendy  r273252 : #i96319# Disable the DOCX export, it's not perfect yet... 2009-06-22 13:04:32 +0200 kendy  r273219 : CWS-TOOLING: rebase CWS ooxml03 to trunk@272827 (milestone: DEV300:m50) 2009-06-11 17:11:39 +0200 kendy  r272890 : #i96319# Fix regression in the Word 95 output of hyperlinks. 2009-06-05 17:53:08 +0200 kendy  r272710 : #i96319# Fix regression in Word 95 output (wrong style number when nodes recurse). 2009-06-03 00:19:27 +0200 kendy  r272529 : #i96319# Fix regression in output of the section breaks. 2009-05-29 18:30:19 +0200 kendy  r272475 : CWS-TOOLING: rebase CWS ooxml03 to trunk@272291 (milestone: DEV300:m49) 2009-05-29 09:58:02 +0200 kendy  r272435 : #i102354# Don't write the debug info directly to the document. 2009-05-28 15:57:01 +0200 kendy  r272411 : #i102260# Revert another trivial fix. 2009-05-26 16:43:07 +0200 kendy  r272310 : #i102260# Disable fix of FILLIN fields. 2009-05-26 14:14:09 +0200 kendy  r272302 : #i96319# Fix regression in the calculation of size of cells. 2009-05-26 01:42:29 +0200 kendy  r272274 : #i96319# Fix a regression - don't export RES_PARATR_LINESPACING and RES_UL_SPACE with every style. [And additionally some beautification.] 2009-05-23 00:37:44 +0200 thb  r272212 : #i102156# added XFastSAXSerializable plus implementation 2009-05-22 16:43:09 +0200 kendy  r272201 : CWS-TOOLING: rebase CWS ooxml03 to trunk@271830 (milestone: DEV300:m48) 2009-05-14 23:37:02 +0200 thb  r271924 : #i10000# post-filter split fixes - make non-pro compile again 2009-05-14 22:35:54 +0200 thb  r271923 : #i10000# post-svx split fixes - both librpt and librptui need libsvx 2009-05-14 21:39:08 +0200 thb  r271922 : #i10000# post-svx split work - getting nonpro build working again 2009-05-11 09:11:23 +0200 kendy  r271740 : #i99638# svxcore library is not a UNO library. 2009-04-29 17:31:45 +0200 kendy  r271389 : #i96319# Fixed a corner case in docx export of nested tables. Actually, this even simplifies the code a bit :-) 2009-04-29 12:10:08 +0200 kendy  r271364 : #i96319# Fix output of spacing in docx. 2009-04-29 10:56:43 +0200 kendy  r271357 : #i96319# Fix an endless loop in the docx export of bookmarks. 2009-04-29 01:06:21 +0200 kendy  r271348 : #i96319# Fix output of cell width and height. 2009-04-27 13:29:02 +0200 kendy  r271264 : #i96319# Fix output of section columns (their number + widths) for docx. 2009-04-24 15:51:23 +0200 kendy  r271219 : #i96319# Fix output of dates - xsi:type=... should be there only for dcterms. 2009-04-23 18:27:28 +0200 kendy  r271190 : #i96319# Fix output of gridCol's. 2009-04-23 17:13:44 +0200 kendy  r271184 : #i96319# Avoid incorrect double output of tcPr. 2009-04-22 15:58:10 +0200 kendy  r271125 : #i96319# Fix the output of the nested tables after all the rebases. 2009-04-20 15:16:48 +0200 kendy  r270989 : #i96319# More correct output of the nodes. 2009-04-20 13:27:06 +0200 kendy  r270976 : #i96319# Make it build after the rebase to m46 again; maybe does not run yet. 2009-04-10 23:00:46 +0200 kendy  r270725 : CWS-TOOLING: rebase CWS ooxml03 to trunk@270723 (milestone: DEV300:m46) 2009-04-09 17:31:44 +0200 kendy  r270716 : #i96319# Fix output of headers/footers. 2009-04-09 16:42:13 +0200 kendy  r270715 : #i99638# Fix visibility for the debug build of svx. 2009-04-03 10:27:50 +0200 kendy  r270466 : #i99683# One forgotten gid_File_Filter_Emp -> gid_File_Filter_Sdfilt. 2009-03-06 16:19:03 +0100 kendy  r269013 : #i99638# Remove SpecialProgress-related methods and members, not used any more, and breaks linking on Win32. 2009-03-06 09:43:55 +0100 kendy  r268974 : #i99638# Resolve some more unresolved symbols on Win32. 2009-03-05 23:01:39 +0100 kendy  r268946 : #i99638# Export less SdStyleSheetPool symbols. 2009-03-05 15:31:23 +0100 kendy  r268910 : #i99638# MSVC needs struct WW8_PdAttrDesc declared, otherwise fails to link. 2009-03-04 14:15:23 +0100 kendy  r268826 : #i99638# More Win32-related build fixes. 2009-03-04 13:47:48 +0100 kendy  r268823 : #i99638# Disable pptx export again, brougth in by mistake. 2009-03-04 09:54:00 +0100 kendy  r268786 : #i99638# Deliver also isvxcore.lib and isvxmsfilter.lib. 2009-03-03 17:42:25 +0100 kendy  r268773 : #i99638# SdrModel::setUnoModel() should not be inline. 2009-03-03 17:25:59 +0100 kendy  r268770 : #i99638# Ugh, revert. 2009-03-03 17:05:16 +0100 kendy  r268765 : #i99638# Make ObjectContact dll private. 2009-03-03 15:35:41 +0100 kendy  r268733 : #i99638# More destructors visible for Win32 linking. 2009-03-03 14:26:23 +0100 kendy  r268726 : #i99638# Make some destructors visible, and change one static inline to static to Win32 linking happy. 2009-03-03 10:42:12 +0100 kendy  r268712 : #i99638# More moving stuff around to make Win32 linking happy. 2009-03-03 09:48:17 +0100 kendy  r268708 : #i99638# Reduce the includes, needed for Win32 linking. 2009-03-03 08:48:00 +0100 kendy  r268705 : #i99638# ImpGetResStr() visibility markup moved to the header. 2009-03-02 16:30:17 +0100 kendy  r268664 : #i99638# Fix visibility problems that appeared on x86. 2009-02-27 22:25:57 +0100 kendy  r268618 : #i96319# Better definition of DBG in utils.hxx. 2009-02-27 21:53:17 +0100 kendy  r268616 : #i96319# License for utils.hxx, define DBG only for the debug builds. 2009-02-27 21:44:25 +0100 kendy  r268615 : #i96319# Fixed types for printf etc. parameters. 2009-02-27 17:23:17 +0100 kendy  r268607 : #i96319# Fix build after the rebase. 2009-02-27 15:12:49 +0100 kendy  r268597 : CWS-TOOLING: rebase CWS ooxml03 to trunk@268395 (milestone: DEV300:m42) 2009-02-27 12:37:57 +0100 kendy  r268580 : #i96319# Fix build dependency in oox. 2009-02-26 22:02:06 +0100 kendy  r268547 : #i99683# Move ppt import to a separate library. The ppt export is already separate, so it makes sense to give there the import as well.  The current library 'emp' was renamed to 'scfilt', it links against svxmsfilter, and few symbols had to be made visible (28 of them). 2009-02-26 14:36:25 +0100 kendy  r268520 : #i99638# Whitespace fixes. 2009-02-26 14:31:35 +0100 kendy  r268518 : #i99638# Split svx into svxcore, svxmsfilter and the rest. SvxImportMSVBasic's SaveOrDelMSVBAStorage(), GetSaveWarningOfMSVBAStorage(), and GetMSBasicStorageName() must go to svxcore (because of Writer). 2009-02-26 00:16:32 +0100 kendy  r268471 : #i99638# Split libsvx into 3 pieces - svxcore, svxmsfilter, and svx (the rest). This contains: - the split (based on inter-object dependencies)   - svxcore is actually a closure on a graph where the objects are     vertexes, and where there's an edge between 2 vertexes when one needs     symbol from the second ;-) - maybe still could be split, but that     will be most probably harder to achieve   - svxmsfilter is a subset that is needed just by the filters of the MS     Office formats   - the new svx contains the rest that did not fit the above 2 - visibility for svxcore   - some svxcore symbols had to be exposed for svxmsfilter or svx - adaption of modules linking against svx   - in some cases, linking just against svxcore is enough 2009-02-25 23:35:03 +0100 kendy  r268470 : #i99545# Get rid of struct ConstAsciiString, and use simple #define's instead - it's a pre-requisite for a svx split, and also saves memory on x86-64, and some symbol names. 2009-02-25 22:39:02 +0100 kendy  r268468 : #i96319# Get rid of the now unneecessary debug class DOCX. 2009-02-17 20:35:29 +0100 kendy  r268190 : #i96319# WW8 filter rework + docx export License header + whitespace fixes. 2009-02-17 20:02:39 +0100 kendy  r268189 : #i96319# WW8 filter rework + docx export Add license header to preset-definitions-to-shape-types.pl. 2009-02-17 19:58:11 +0100 kendy  r268188 : #i96319# WW8 filter rework + docx export oox does not have to depend on FASTSAXLIB. 2009-02-17 17:05:34 +0100 kendy  r268182 : #i96319# WW8 filter rework + docx export Fix the sax compilation, apparently some of the changes were missing. 2009-02-17 13:04:14 +0100 kendy  r268163 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Fix output of shape paths (point components can be either 16 or 32 bit). [And also implement a fallback for the missing shapes - treated as rectangle.] 2009-02-17 13:03:56 +0100 kendy  r268162 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Correction of some values. Now the shapes seem to be good enough; time to abandon them ;-) 2009-02-17 13:03:37 +0100 kendy  r268161 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Better detection of consts. 2009-02-17 13:03:19 +0100 kendy  r268160 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Fixed the 'sun' shape. 2009-02-17 13:03:00 +0100 kendy  r268159 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Better check for unneeded 'prod's. 2009-02-17 13:02:42 +0100 kendy  r268158 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Fix the adj values. 2009-02-17 13:02:23 +0100 kendy  r268157 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Fix pentagon and star5 shapes. 2009-02-17 13:02:04 +0100 kendy  r268156 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Fix most of the 'star' shapes by preventing an overflow. 2009-02-17 13:01:41 +0100 kendy  r268155 : #i96319# WW8 filter rework + docx export From: Radek Doulik <rodo@novell.com> * fixed build after resolving conflicts 2009-02-17 13:01:19 +0100 kendy  r268154 : #i96319# WW8 filter rework + docx export From: Radek Doulik <rodo@novell.com> * added TODO comment 2009-02-17 13:00:59 +0100 kendy  r268153 : #i96319# WW8 filter rework + docx export From: Radek Doulik <rodo@novell.com> * implemented adjustments export in custom shapes 2009-02-17 13:00:40 +0100 kendy  r268152 : #i96319# WW8 filter rework + docx export From: Radek Doulik <rodo@novell.com> * partially refactored EscherPropertyContainer::CreateCustomShapeProperties    extracted 3 helper functions, which are now used in ooxml export 2009-02-17 13:00:17 +0100 kendy  r268151 : #i96319# WW8 filter rework + docx export From: Radek Doulik <rodo@novell.com> * make mAny member of DrawingML protected, so that ShapeExport can access it  * export connector shape  * added DrawingML::WriteConnectorConnections  * fixed bezier shape outline export (regression fix) 2009-02-17 12:59:54 +0100 kendy  r268150 : #i96319# WW8 filter rework + docx export From: Radek Doulik <rodo@novell.com> * make EscherConnectorListEntry structure public, so that it can be used by ooxml export 2009-02-17 12:59:34 +0100 kendy  r268149 : #i96319# WW8 filter rework + docx export From: Radek Doulik <rodo@novell.com> * added mapping of shapes to shape IDs  * cleaned a bit shape name generation 2009-02-17 12:59:13 +0100 kendy  r268148 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Fixed some of the text shapes, 166/202. In the 202, I counted even shapes that are marked 'should not be used' (and their definition is missing) even in the documentation.  The only really missing shapes are those that use general arcTo... 2009-02-17 12:58:53 +0100 kendy  r268147 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Found missing shapes, now 159/202. 2009-02-17 12:58:36 +0100 kendy  r268146 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Optimize the amount of formulas a bit. Adds one more shape that previously reached the top amount of formulas ;-) 2009-02-17 12:58:15 +0100 kendy  r268145 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Implemented quadratic beziers, 144/202 now. I was unable to use 'qb', it did not produce good results, no idea why :-( Instead used 'c' - cubic bezier - and recounted the control points (mathematically equivalent representation).  The downside is that for some shapes I run out of formulas :-( - TODO later. 2009-02-17 12:57:56 +0100 kendy  r268144 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Fix presetShapeDefinitions.xml, there's an error there. 2009-02-17 12:57:31 +0100 kendy  r268143 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Implemented cubicBezTo + few formulas, now 136/202. 2009-02-17 12:57:11 +0100 kendy  r268142 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Fixed units of sin/cos, which makes it now 118/202. Realized that some of the shapes are 'too small' - like <10 units, insetad of ~21600; have to look at that. 2009-02-17 12:56:43 +0100 kendy  r268141 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: More arcTo shapes, 116/202 now. 2009-02-17 12:56:21 +0100 kendy  r268140 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Better conversion of */ (fixes some shapes).  Implemented nostroke/nofill. 2009-02-17 12:56:01 +0100 kendy  r268139 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: More formulas, and partially implemented 'arcTo' - 93/202 shapes now. 2009-02-17 12:55:39 +0100 kendy  r268138 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Radically changed the conversion of formulas to be able to implement +/. [...and actually implemented it ;-), 60/202 shapes now.] 2009-02-17 12:55:19 +0100 kendy  r268137 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Shape types generation plugged to the build, 53/202 shapes now. 2009-02-17 12:54:57 +0100 kendy  r268136 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: More predefined shapes generated (thanks to 'pin' translation). 2009-02-17 12:54:36 +0100 kendy  r268135 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Script that creates the predefined shape types + the definitions. The shape types themselves come from the OOXML documentation; the script just converts them from DrawingML to a VML representation in a C++ file. The converter is not feature-complete yet, resulting in some missing shapes. Also it is not yet part of the build (makefile.mk not modified yet). 2009-02-17 12:54:10 +0100 kendy  r268134 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> docx export:     + Fixed a regression on sections output     + Columns break has to be postponed to the next paragraph     + Implemented sections properly     + Columns formatting properties exported 2009-02-17 12:53:49 +0100 kendy  r268133 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> haven't I fixed those problems? 2009-02-17 12:53:29 +0100 kendy  r268132 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> docx export:      + table alignment is now exported 2009-02-17 12:53:07 +0100 kendy  r268131 : #i96319# WW8 filter rework + docx export From: Jonathan Pryor <jpryor@novell.com> Integrate VMLExport with Calc for Comment export. Few minor changes needed to VMLExport so that Calc could customize the behavior.  Specifically, Calc needed to be able to:   - Explicitly specify the //v:shape/@type attribute value so that Excel     wouldn't show a diagonal "arrow" underneath the note text instead of     showing an actual box.   - Add custom Escher properties such as "hidden", etc.   - Insert the //v:shape/x:ClientData element before //v:shape is closed. 	* oox/inc/oox/export/vmlexport.hxx, oox/source/export/vmlexport.cxx: 	  - Make Commit(), StartShape(), and EndShape() protected so that Calc 	    can override those methods 	    - StartShape() is needed to add //v:shape/@type 	    - Commit() is needed to add new Escher properties 	    - EndShape() is needed to generate //v:shape/x:ClientData. 	  - Add AddShapeAttribute() method, so Calc can set the 	    //v:shape/@type value. 	  - Output "visibility:hidden" for the ESCHER_Prop_fHidden property. 2009-02-17 12:52:46 +0100 kendy  r268130 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Finish the transition of VMLExport from 'sw' to 'oox' + few trivial fixes. The VML export code is now accessible as oox::vml::VMLExport. The (not that related) fixes include SAL_DLLPUBLIC_EXPORT -> OOX_DLLPUBLIC change and few warning fixes. 2009-02-17 12:52:24 +0100 kendy  r268129 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Moved vmlexport.[hc]xx to oox. 2009-02-17 12:52:04 +0100 kendy  r268128 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Cleanup before we move to oox. 2009-02-17 12:51:41 +0100 kendy  r268127 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> docx export: Some more features for tables export 2009-02-17 12:51:21 +0100 kendy  r268126 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> docx export:      + nested tables export refinement      + export row height and table headers 2009-02-17 12:50:58 +0100 kendy  r268125 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Initialize a local variable. 2009-02-17 12:50:34 +0100 kendy  r268124 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> docx export:      fixed table layout for nested tables.      Fixed nested tables output 2009-02-17 12:50:13 +0100 kendy  r268123 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> docx export:      added support of nested tables. Still needs to be heavily      tested. Some problems are occuring with the grid layout. 2009-02-17 12:49:49 +0100 kendy  r268122 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Change SAL_DLLPUBLIC_EXPORT to SW_DLLPUBLIC which is more appropriate here. 2009-02-17 12:49:28 +0100 kendy  r268121 : #i96319# WW8 filter rework + docx export From: Jonathan Pryor <jpryor@novell.com> Fix line-callout-3 translation. The `line-callout-3' callout was being mapped to the `accentBorderCallout90' OOXML callout, which Excel didn't like at all.  Changing this to `borderCallout3' produces OOXML that Excel will load. Not sure what mso-spt49 is supposed to be, but given the other mso-spt* values I think accentBorderCallout90 makes more sense (but cannot find such a value in the OOXML XSD files). 2009-02-17 12:49:05 +0100 kendy  r268120 : #i96319# WW8 filter rework + docx export From: Jonathan Pryor <jpryor@novell.com> Fix refactoring of DrawingML::WritePolyPolygon(). The original version only checked rPoly.GetFlags() for every item *after* the first item -- i.e. the first item was skipped.  Change the `for' loop start index to follow this behavior. 2009-02-17 12:48:42 +0100 kendy  r268119 : #i96319# WW8 filter rework + docx export From: Jonathan Pryor <jpryor@novell.com> Fix Bezier output. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit The //a:cubicBezTo element (?5.1.11.7) requires that there be *three* //a:pt child elements.  Ensure that this is the case (otherwise Excel yells at me about invalid DrawingML if I export a free-form shape). This also cleans up the code slightly, by moving out a `if(j==0)` block to before the for loop, and re-indenting the code to simplify understanding. 2009-02-17 12:48:22 +0100 kendy  r268118 : #i96319# WW8 filter rework + docx export From: Jonathan Pryor <jpryor@novell.com> Flush documentation. 2009-02-17 12:48:00 +0100 kendy  r268117 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> docx export:      + implemented table cell margins and fixed grid layout      + reapplied missing patch from m34 about default spacing of  paragraphs 2009-02-17 12:47:40 +0100 kendy  r268116 : #i96319# WW8 filter rework + docx export From: Jonathan Pryor <jpryor@novell.com> Migrate Calc to use ShapeExport. Minor snafu here: XML_nvPr is valid only within Impress, so if Calc exports it Excel doesn't like the resulting documents.  Remove XML_nvPr output from ShapeExport and replace with calls to ShapeExport::WriteNonVisualProperties(). PowerPointShapeExport can thus override ShapeExport::WriteNonVisualProperties() to generate the required //p:nvPr elements. 	* oox/inc/oox/export/shapes.hxx: Declare 	  ShapeExport::WriteNonVisualProperties(). 	* oox/source/export/shapes.cxx: 	* - Replace XML_nvPr generation with calls to 	    WriteNonVisualProperties(). 	  - Get the GraphicObject name property from the shape instead of 	    generating "Picture N" values (if the shape has a Name property). 	  - Generate a GraphicObject Description attribute, if present. 	  - Remove unused method parameter names (to remove warnings). 2009-02-17 12:47:15 +0100 kendy  r268114 : #i96319# WW8 filter rework + docx export From: Radek Doulik <rodo@novell.com> * fixed few shape names, which were missing Shape at the end  * fixed mso-spt202 custom shape translation, which was causing problems with word wrapping  * enabled wrap attribure for bodyPr tag  * fixed 2 compiler warnings 2009-02-17 12:46:55 +0100 kendy  r268113 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> docx export: column spans in tables are now exported 2009-02-17 12:46:33 +0100 kendy  r268112 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> docx:    + Fixed table structure output    + Output table borders    + Fixed borders output 2009-02-17 12:46:11 +0100 kendy  r268111 : #i96319# WW8 filter rework + docx export From: Jonathan Pryor <jpryor@novell.com> Excercise ShapeExport::WriteShape(). Refactor PowerPointExport::WriteShapeTree() to use ShapeExport::WriteShape(), overloading ShapeExport virtual Write* methods as appropriate to insert support for additional shapes. 	* oox/source/export/shapes.cxx: Correct the shape names (often by 	  appending "Shape") so that the table lookup works as expected. 2009-02-17 12:45:49 +0100 kendy  r268110 : #i96319# WW8 filter rework + docx export From: Jonathan Pryor <jpryor@novell.com> Implement multiplexing ShapeExport::WriteShape(). What got me started on this whole "migrate large fractions of sd into oox" binge was PowerPointExport::WriteShapeTree(), which included a "multiplexer" -- a method that took the XShape's shape type and translated it into a (set of) member function(s) to call to convert the shape. I needed just such a multiplexer for Calc, and was loathe to copy/paste it. However, PowerPointExport::WriteShapeTree() is far more complicated for something to go into oox, dealing as it does with grouping and myriad other sd-specific details.  Thus, an overhaul: All the ShapeExport::Write* methods are now virtual.  The multiplexing ShapeExport::WriteShape() method will consult a string type -> member function lookup table, and if a matching member function is found it will be invoked. This allows subclasses to customize behavior. If no matching conversion member function is found, then ShapeExport::WriteUnknownShape() is invoked, allowing subclasses to transparently handle additional shapes w/o special-casing the WriteShape() call. 	* oox/inc/oox/export/shapes.hxx, oox/source/export/shapes.cxx: Make 	  Write* methods virtual; Add WriteUnknownShape(); Replace the 	  (non-functional) WriteShapeTree() with the multiplexing 	  WriteShape(), and provide a hashtable mapping shape type to 	  conversion method. 2009-02-17 12:45:28 +0100 kendy  r268109 : #i96319# WW8 filter rework + docx export From: Jonathan Pryor <jpryor@novell.com> Move Impress DrawingML Export code into oox::drawingml::ShapeExport. Begin moving sharable sd/source/filter/eppt/epptooxml.cxx DrawingML code into oox::drawingml::ShapeExport, so that DrawingML elements (w/ different namespaces) can use the same export code. WARNING: the migration makes the assumption that mXPropSet comes from mXShape, that is:     Reference< XPropertySet > mXPropSet( mXShape, UNO_QUERY ); If this is wrong, things will obviously break. This *should* be correct, as the altered code path rooted in PowerPointExport::WriteShapeTree() calls PPTWriterBase::GetShapeByIndex(), which ensures that mXPropSet is the XPropertySet for the mXShape instance:     Any aAny( mXShape->queryInterface( ::getCppuType( (const Reference< XPropertySet >*) 0 ) ));     aAny >>= mXPropSet; 	* oox/inc/oox/export/shapes.hxx, oox/source/export/shapes.cxx: Sync 	  with the above removed PowerPointExport methods. 2009-02-17 12:45:11 +0100 kendy  r268108 : #i96319# WW8 filter rework + docx export From: Jonathan Pryor <jpryor@novell.com> Deliver inc/oox/export/shapes.hxx. 2009-02-17 12:44:51 +0100 kendy  r268107 : #i96319# WW8 filter rework + docx export From: Jonathan Pryor <jpryor@novell.com> Abstract out sd's shape export code. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit DrawingML is an evil, evil thing -- it's highly duplicative.  For example, the <cNvPr/> element has been duplicated no less than four times into different XML namespaces: ?4.4.1.12, ?5.1.2.1.8, ?5.2.2.3, ?5.6.2.8, i.e. in the following XML namespaces (from the XSD files):     http://schemas.openxmlformats.org/drawingml/2006/chartDrawing     http://schemas.openxmlformats.org/drawingml/2006/main     http://schemas.openxmlformats.org/drawingml/2006/picture     http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing     http://schemas.openxmlformats.org/presentationml/2006/main In all these cases, they all have the same attributes, the same parent elements, and the same child elements.  They are, for all intents and purposes, identica EXCEPT for the XML namespace. Instead of rampantly duplicating sd's shape export code and doing s/XML_p/XML_???/g (i.e. replace the namespace), I'm refactoring sd's export code into oox::drawingml::ShapeExport.  The ShapeExport constructor takes the target XML namespace as a parameter, and generates all XML relative to this namespace. 	* inc/oox/export/drawingml.hxx: Add DrawingML::GetFB() and 	  DrawingML::GetFS() accessor methods, which are needed by 	  ShapeExport. 	* source/export/makefile.mk: Add shapes.cxx to the build. 	* inc/oox/export/shapes.hxx, source/export/shapes.cxx: Declare and 	  implement oox::drawingml::ShapeExport. 2009-02-17 12:44:32 +0100 kendy  r268106 : #i96319# WW8 filter rework + docx export From: Radek Doulik <rodo@novell.com> * extracted paragraph adjustment translation  * added text wrap (commented out as it doesn't work flawlessly yet) 2009-02-17 12:44:12 +0100 kendy  r268105 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> docx export: now able to export the tables structures 2009-02-17 12:43:53 +0100 kendy  r268104 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> Fixed a bug in doc table export. 2009-02-17 12:43:34 +0100 kendy  r268103 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> Fixed several build bugs:      + strange integer conversion      + unexported symbol dbg_out      + Reintegrated missing patches from m34      + Reupdated scp2 module to flag libmsword as a uno component 2009-02-17 12:43:15 +0100 kendy  r268102 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Change hardcoded numbers into sprm constants. 2009-02-17 12:42:58 +0100 kendy  r268101 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Make the tables build even with the docx-related changes. 2009-02-17 12:42:38 +0100 kendy  r268100 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Write shapes defined by paths. 2009-02-17 12:42:14 +0100 kendy  r268099 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> docx export: implemented paraSnapToGrid & suppressAutoHyphens 2009-02-17 12:41:54 +0100 kendy  r268098 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> docx export: Implemented ParaScriptSpace and its friends 2009-02-17 12:41:32 +0100 kendy  r268097 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> docx export: Keep with next paragraph 2009-02-17 12:41:11 +0100 kendy  r268096 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> docx: Fixed tab position export, left margin was missing 2009-02-17 12:40:48 +0100 kendy  r268095 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> TOX export:    + fixed export fields expression containing tabs    + fixed the begin element of fields like TOX, Hyperlinks and index marks    + implemented export of index marks (same missing things than binary filter) 2009-02-17 12:40:28 +0100 kendy  r268094 : #i96319# WW8 filter rework + docx export From: Jonathan Pryor <jpryor@novell.com> Export the core revision document property. The mapping between revision and getEditingCycles() was found by perusing the existing OLE Structured Storage output source. 2009-02-17 12:40:10 +0100 kendy  r268093 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Preparations for the predefined shape types. 2009-02-17 12:39:50 +0100 kendy  r268092 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Implemented the most interesting stroke properties. 2009-02-17 12:39:31 +0100 kendy  r268091 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> Minimal working TOX export, not fully tested yet.  Implemented DocxExport::AppendBookmark method 2009-02-17 12:39:11 +0100 kendy  r268090 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Implemented the most interesting fill properties. 2009-02-17 12:38:53 +0100 kendy  r268089 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> VML: Output of lines. 2009-02-17 12:38:35 +0100 kendy  r268088 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> Thanks to kendy, dateToW3CDTF is now useless 2009-02-17 12:38:16 +0100 kendy  r268087 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> Uncomplete merge + change the timestamp generation with the use of strftime 2009-02-17 12:37:58 +0100 kendy  r268086 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> + Fixes in core properties export:      - the first keyword was duplicated,      - the CreationTime in apps.xml was written several times  + Refactored the fields output to prepare the place for TOX: now    using a stack of fields to output  + Refactored the Hyperlink export implementation to handle links with    anchors in documents 2009-02-17 12:37:36 +0100 kendy  r268085 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> MS Word begins to like the VML generated by the docx export :-) We can export basic groups, rects and ellipses now; TODO other shapes and lots of properties. 2009-02-17 12:37:18 +0100 kendy  r268084 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Propagate bounding rectangle in EscherEx::Commit(). Ignored in EscherEx itself, but mandatory for the VML export. 2009-02-17 12:36:59 +0100 kendy  r268083 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Comment out output of XML_TotalTime (xProperties->getEditingDuration()), breaks here. #i96319# WW8 filter rework + docx export confuses MS Office terribly. 2009-02-17 12:36:42 +0100 kendy  r268082 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> The boost datetime conversion broke from time to time, no idea why :-( Now using the most trivial approach... 2009-02-17 12:36:24 +0100 kendy  r268081 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Implementation of few basic VML shapes and properties. 2009-02-17 12:36:06 +0100 kendy  r268080 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Add EscherPropertyContainer::GetOpts() to be able to get all the options at once. 2009-02-17 12:35:48 +0100 kendy  r268079 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Include "tokens.hxx" instead of <oox/core/tokens.hxx>. The latter attempts to take the version from solver which is not there yet when building from scratch ;-) 2009-02-17 12:35:28 +0100 kendy  r268078 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> Forgot to remove an include. Compiler didn't crash on it... strange 2009-02-17 12:35:10 +0100 kendy  r268077 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> Merged the properties export code with the one of jonp.  In fact, only the date formatting code of mine has been  kept to replace jon's one. 2009-02-17 12:34:49 +0100 kendy  r268076 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> Export of core properties migrated to oox module 2009-02-17 12:34:23 +0100 kendy  r268075 : #i96319# WW8 filter rework + docx export From: Jonathan Pryor <jpryor@novell.com> Add some trace/debugging information. Some of the app/core properties are #ifdef'd, as I don't know what XDocumentProperties attribute is the appropriate mapping. My suspicion is that many of the remaining app/core properties may be found within the DocumentStatistics attribute, and thus I print out the document statistics found. (So far, I'm not seeing any from Calc, but this may bear some fruit with .docx or .pptx export...) 2009-02-17 12:34:01 +0100 kendy  r268074 : #i96319# WW8 filter rework + docx export From: Jonathan Pryor <jpryor@novell.com> Document Properties: skip empty elements. 	* xmlfilterbase.cxx (writeElement): Don't generate an element if the 	  element has no value. 2009-02-17 12:33:35 +0100 kendy  r268073 : #i96319# WW8 filter rework + docx export From: Jonathan Pryor <jpryor@novell.com> Initial stab at exporting document properties. Short, short version: to export document properties call XmlFilterBase::exportDocumentProperties(Reference<XDocumentProperties>). 	* oox/inc/oox/core/xmlfilterbase.hxx, oox/source/core/xmlfilterbase.cxx: 	  Add and implement XmlFilterBase::exportDocumentProperties(), which 	  generates docProps/core.xml and docProps/app.xml. 	* oox/source/token/tokens.txt: Add XML_vt element. 	* sc/source/filter/excel/excdoc.cxx: call 	  XmlFilterBase::exportDocumentProperties(). 	* sc/source/filter/excel/expop2.cxx: Remove sfx2::SaveOlePropertySet() 	  call, as it isn't useful for OOXML output. 2009-02-17 12:33:17 +0100 kendy  r268072 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Beginnings of the VML export. The shapes are exported, but with no attributes - so their position is not written yet, etc. 2009-02-17 12:32:54 +0100 kendy  r268070 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Do more EscherEx methods virtual. We want to re-use EscherEx for the export of VML.  For this, some of the methods have to be made virtual so that we can change them to do what we need ;-) 2009-02-17 12:32:26 +0100 kendy  r268069 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> Removed debug fprintf's 2009-02-17 12:32:09 +0100 kendy  r268068 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> docx: bookmarks now exported 2009-02-17 12:31:52 +0100 kendy  r268067 : #i96319# WW8 filter rework + docx export From: Radek Doulik <rodo@novell.com> * export polypolygons  * export transformation defined by rectangle 2009-02-17 12:31:35 +0100 kendy  r268066 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> Split text runs to be able to insert bookmark tags 2009-02-17 12:31:18 +0100 kendy  r268065 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Enum for specifying the document type to DrawingML. Various document types need it differently... 2009-02-17 12:30:57 +0100 kendy  r268064 : #i96319# WW8 filter rework + docx export From: Jonathan Pryor <jpryor@novell.com> Provide an appropriate //Relationship/@Target value. 	* oox/source/export/drawingml.cxx: The //Relationship/@Target value 	  needs to be a path relative to the DrawingML document.  For Excel, 	  the DrawingML is in xl/drawings/drawing*.xml, while the embedded 	  media is in xl/media/image*.  Thus, to get from 	  xl/drawings/drawing*.xml to xl/media/image*, we need 	  "../media/image", not "media/image". 	  Without this change, Excel throws an error when loading the 	  Spreadsheet, as it can't find the resource. 2009-02-17 12:30:35 +0100 kendy  r268063 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Fixed output of the properties that are written at </pPr> or </rPr> time. Fixes the most annoying "the first run has strange properties" bug, and generally improves the quality of output of styles a lot. 2009-02-17 12:30:16 +0100 kendy  r268062 : #i96319# WW8 filter rework + docx export From: Jonathan Pryor <jpryor@novell.com> Generate valid DrawingML. The DrawingML is a hack, with hard-coded values in various places that have no business being hardcoded, but it is valid, and Excel does load the DrawingML without error.  (It instead errors out because xl/drawings/_rels/drawing1.xml.rels contains an invalid file path. :-( 	* oox/inc/oox/export/drawingml.hxx, oox/source/export/drawingml.cxx: 	  Add a WriteBlipFill() overload which takes the XML namespace as an 	  argument.  This is necessary because Excel wants a <xdr:blipFill/> 	  element, not <a:blipFill/>, and I don't want to have to duplicate 	  the rest of the WriteBlipFill() logic within sc. 2009-02-17 12:29:59 +0100 kendy  r268061 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Remove one of the 2 fixes of the same problem ;-) 2009-02-17 12:29:32 +0100 kendy  r268060 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Few whitespace fixes. 2009-02-17 12:29:12 +0100 kendy  r268059 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Basic output of images works, both embedded as well as linked. Still some TODOs in FlyFrameGraphic(), to be solved later... 2009-02-17 12:28:51 +0100 kendy  r268058 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Add TwipsToEMU() to oox/export/utils.hxx. 2009-02-17 12:28:30 +0100 kendy  r268057 : #i96319# WW8 filter rework + docx export From: Jonathan Pryor <jpryor@novell.com> Fix the build. DrawingML::WriteImage(const Graphic&) needs to have a Graphic type in scope. 2009-02-17 12:28:10 +0100 kendy  r268056 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Change define FSEND -1 to const sal_Int32 FSEND = -1. The former can hide errors, like startElementNS( ..., "xyz" FSEND ), because it compiles without warning, but then gets part of the string, and we end up without a sentinel. 2009-02-17 12:27:50 +0100 kendy  r268055 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> Docx export: Dropdown field now exported 2009-02-17 12:27:28 +0100 kendy  r268054 : #i96319# WW8 filter rework + docx export From: Jonathan Pryor <jpryor@novell.com> Add the xdr token. The `xdr' token is used as the XML namespace in Spreadsheet DrawingML documents. 2009-02-17 12:27:08 +0100 kendy  r268053 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> With a bit of cheating, images can be written... Everything (but the image itself) is hardcoded so far. 2009-02-17 12:26:47 +0100 kendy  r268052 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Write the location of the image as media/image, not ../media/image. Hopefully it does not break pptx - but for docx it's necessary. 2009-02-17 12:26:24 +0100 kendy  r268051 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Improved mergeTopMarks(). - instead of bool, it accepts MergeMarksEnum with values MERGE_MARKS_APPEND,   MERGE_MARKS_PREPEND, and MERGE_MARKS_POSTPONE, which should be more readable - MERGE_MARKS_POSTPONE is a new thing, it allows to write output that is   written with the next mergeTopMarks() - useful when you get some data too   early and need to write them after the end of data that you are just   writing. 2009-02-17 12:26:05 +0100 kendy  r268050 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Output of images; framework is mostly done, but disabled due to problems with order. [So far it would be output inside rPr which is not what we want ;-)] 2009-02-17 12:25:41 +0100 kendy  r268049 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Intoduced OUString DrawingML::WriteImage( const Graphic& rGraphic ). Additionally - added the possibility to write images to word/ subdir in the zip container,   not just ppt/ - added 'wp' to the known tokens - fixed Graphic::GetLink() in vcl to be 'const' - added svx and vcl to the dependencies of oox 2009-02-17 12:25:18 +0100 kendy  r268048 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> merged binary and ooxml filters export. 2009-02-17 12:24:55 +0100 kendy  r268047 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> Core properties created (still have to write the dates) 2009-02-17 12:24:32 +0100 kendy  r268046 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> Added support for GetExpression and SetExpression fields (only in text format). 2009-02-17 12:24:09 +0100 kendy  r268045 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> Some more fields supported 2009-02-17 12:23:49 +0100 kendy  r268044 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> Some more fields 2009-02-17 12:23:27 +0100 kendy  r268043 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Write also numbering type "none". 2009-02-17 12:23:07 +0100 kendy  r268041 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Numbering finished, implemented the rest of the level information. 2009-02-17 12:22:45 +0100 kendy  r268040 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> docx fields exports: the start of the way 2009-02-17 12:22:23 +0100 kendy  r268039 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Write abstract numbering definitions including the levels. Not all of the information is written yet, but will be soon ;-) 2009-02-17 12:22:00 +0100 kendy  r268038 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Implementation of the abstract numbering definitions, not yet finished. 2009-02-17 12:21:39 +0100 kendy  r268037 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Output numbering definition instances. Abstract numbering definitions are still TODO. 2009-02-17 12:21:21 +0100 kendy  r268036 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Rename OutListTab() -> NumberingDefinitions(), and OutListTabLevels() -> AbstractNumberingDefinitions(). This is better aligned with what is used in the docx documentation. 2009-02-17 12:21:00 +0100 kendy  r268035 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> Changed the ColorToHex to support the "auto" value  Code cleaning according to kendy's remarks 2009-02-17 12:20:37 +0100 kendy  r268034 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> table horizontal merge 2009-02-17 12:20:15 +0100 kendy  r268033 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> impl_convertColor() is not necessary, we already have impl_ColorToHex(). 2009-02-17 12:19:52 +0100 kendy  r268032 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> docx Line numbering 2009-02-17 12:19:31 +0100 kendy  r268031 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> docx: Implemented Section Types 2009-02-17 12:19:09 +0100 kendy  r268030 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> FIX for borders: documents with no section border didn't wrote completely 2009-02-17 12:18:50 +0100 kendy  r268029 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> Fixed some output errors for paragraphs borders 2009-02-17 12:18:31 +0100 kendy  r268028 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> Fixed docx page border export problems and added color support 2009-02-17 12:18:13 +0100 kendy  r268027 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> Beginning of page borders implementation 2009-02-17 12:17:54 +0100 kendy  r268026 : #i96319# WW8 filter rework + docx export From: Radek Doulik <rodo@novell.com> * export line arrow ends 2009-02-17 12:17:34 +0100 kendy  r268025 : #i96319# WW8 filter rework + docx export From: Radek Doulik <rodo@novell.com> * make helper function GetLineArrow public so that it can be used in ooxml export    put it in EscherPropertyContainer class (static method) 2009-02-17 12:17:16 +0100 kendy  r268024 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> renamed AppendRelation to AddRelation. 2009-02-17 12:16:58 +0100 kendy  r268023 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> Fixed hyperlinks style. Fixed having a run of text before the hyperlink 2009-02-17 12:16:39 +0100 kendy  r268022 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Initialize m_pHyperlinkAttrList to NULL. 2009-02-17 12:16:17 +0100 kendy  r268021 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> Fixed the Hyperlink output  Partly fixed the language Id output 2009-02-17 12:15:54 +0100 kendy  r268020 : #i96319# WW8 filter rework + docx export From: Radek Doulik <rodo@novell.com> * fix type mismatch in gradient code  * add flip and rotation parameters to shape transformation 2009-02-17 12:15:29 +0100 kendy  r268019 : #i96319# WW8 filter rework + docx export From: Radek Doulik <rodo@novell.com> * finished gradient fill 2009-02-17 12:15:07 +0100 kendy  r268018 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com>  + docx URL export: output is still wrong 2009-02-17 12:14:44 +0100 kendy  r268017 : #i96319# WW8 filter rework + docx export From: Radek Doulik <rodo@novell.com> * export linear and axial gradients 2009-02-17 12:14:27 +0100 kendy  r268016 : #i96319# WW8 filter rework + docx export From: Radek Doulik <rodo@novell.com> * export line joint type 2009-02-17 12:14:05 +0100 kendy  r268015 : #i96319# WW8 filter rework + docx export From: Radek Doulik <rodo@novell.com> * export dashed lines 2009-02-17 12:13:48 +0100 kendy  r268014 : #i96319# WW8 filter rework + docx export From: Cedric Bosdonnat <cbosdonnat@novell.com> cast problems fixed 2009-02-17 12:13:25 +0100 kendy  r268013 : #i96319# WW8 filter rework + docx export From: Radek Doulik <rodo@novell.com> * added outline export  * wrapped debug printfs in DBG  * fix text color and typeface placement  * do not write empty runs  * do not write empty paragraph properties  * added end paragraph properties - need to be filled later 2009-02-17 12:13:02 +0100 kendy  r268012 : #i96319# WW8 filter rework + docx export From: Radek Doulik <rodo@novell.com> export language and fonts are now accepted by msppt 2009-02-17 12:12:44 +0100 kendy  r268011 : #i96319# WW8 filter rework + docx export From: Radek Doulik <rodo@novell.com> re-enable pptx export - it was disabled by ooxml02 changes committed to git repo 2009-02-17 12:12:22 +0100 kendy  r268010 : #i96319# WW8 filter rework + docx export From: Radek Doulik <rodo@novell.com> fix build 2009-02-17 12:12:04 +0100 kendy  r268009 : #i96319# WW8 filter rework + docx export From: Jonathan Pryor <jpryor@novell.com> Merge ooxml02 fixes. 2009-02-17 12:11:43 +0100 kendy  r268008 : #i96319# WW8 filter rework + docx export From: Radek Doulik <rodo@novell.com> move drawingml export to oox/ from sd/ 2009-02-17 12:11:20 +0100 kendy  r268007 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Revert commit 8b63649bf0a5d14703459bbf31e1599d592a5dff. It was already fixed easier way. 2009-02-17 12:11:00 +0100 kendy  r268006 : #i96319# WW8 filter rework + docx export From: Jonathan Pryor <jpryor@novell.com> oox fixes to help sc compile... 	* inc/oox/core/contexthandler2.hxx, 	  inc/oox/drawingml/chart/modelbase.hxx, 	  inc/oox/drawingml/customshapeproperties.hxx, 	  inc/oox/helper/attributelist.hxx, inc/oox/ppt/pptimport.hxx, 	  inc/oox/ppt/slidepersist.hxx: #include <oox/core/tokens.hxx> not 	  "tokens.hxx" as these files are deployed into solver, and there is 	  no "tokens.hxx" in other modules (such as sc). 	* prj/d.lst: Deliver enough header files to let sc build some more... 2009-02-17 12:10:34 +0100 kendy  r268005 : #i96319# WW8 filter rework + docx export From: Jonathan Pryor <jpryor@novell.com> Deliver tablestylelist.hxx. 	* d.lst: Deliver inc/oox/drawingml/table/tablestylelist.hxx, as it's 	  needed by sc export. 2009-02-17 12:10:13 +0100 kendy  r268004 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Fix few warnings in sw, and disable DocxExport::WriteNumbering() for now. 2009-02-17 12:09:56 +0100 kendy  r268003 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Add empty implementations of 2 abstract import XmlFilterBase methods. To be able to instantiate DocxExportFilter again... 2009-02-17 12:09:35 +0100 kendy  r268002 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Resolve an unresolved, forgotten chunk [GetAttr() -> GetFmtAttr()]. 2009-02-17 12:09:08 +0100 kendy  r268001 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Field work seems to compile now. Contains also a rename of OutField() to OutputField() to match better the other changes. 2009-02-17 12:08:46 +0100 kendy  r268000 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Fix build, WriteOutliner() is now in WW8Export. 2009-02-17 12:08:26 +0100 kendy  r267999 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> OutListTab() split into 2 methods [OutListTab() and OutListTabLevels()]. Also introduced a general WW8Export::WriteNumbering() which calls the needed methods.  OutListTabLevels() is planned to be reused in docx export as well. 2009-02-17 12:08:09 +0100 kendy  r267998 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> DupNumRuleWithLvlStart() renamed to DuplicateNumRule(). 2009-02-17 12:07:40 +0100 kendy  r267997 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Check for max numbering level can be in ParaNumRule(). 2009-02-17 12:07:20 +0100 kendy  r267996 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Few whitespace changes. 2009-02-17 12:06:49 +0100 kendy  r267995 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> GetId( const SwNumRule& rNumRule ) should not be const. If the first thing it does is a const_cast<...>( this ), then something is wrong ;-) 2009-02-17 12:06:29 +0100 kendy  r267994 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Redlining: Save author and date. 2009-02-17 12:06:07 +0100 kendy  r267993 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Output redlining. So far just insertion and deletion of text, and without author and timestamp. 2009-02-17 12:05:45 +0100 kendy  r267992 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Write the font table. 2009-02-17 12:05:27 +0100 kendy  r267991 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Get ready to output the fonts. 2009-02-17 12:05:06 +0100 kendy  r267990 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Fix namespace of relation id, and output of headers and footers works now... It's r:id, not w:id ;-) 2009-02-17 12:04:40 +0100 kendy  r267988 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Write actual headers and footers in docx. #i96319# WW8 filter rework + docx export 2009-02-17 12:04:17 +0100 kendy  r267987 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> A small cleanup. 2009-02-17 12:04:00 +0100 kendy  r267986 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Fix the regression, caused by SetupSectionPositions() not being virtual (accidentally). 2009-02-17 12:03:40 +0100 kendy  r267985 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> another iteration of numbering, utterly broken, but not crashing anything 2009-02-17 12:03:18 +0100 kendy  r267984 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> SectionProperties() code is now common for binary and docx. Unfortunately binary output does not pass the tests now. 2009-02-17 12:02:49 +0100 kendy  r267983 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Improving the SectionProperties() method to be shared between ww8 and docx. Not there yet, but getting closer ;-)  The docx code is still a placeholder only. 2009-02-17 12:02:29 +0100 kendy  r267982 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> some more work towards the numbering.xml 2009-02-17 12:02:08 +0100 kendy  r267981 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Get rid of rLnNumInfo and aLineNum. 2009-02-17 12:01:44 +0100 kendy  r267980 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> We are in attribute output already. 2009-02-17 12:01:21 +0100 kendy  r267979 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Get rid of unsigned int nHdFtGroup. 2009-02-17 12:01:03 +0100 kendy  r267978 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Introduce WW8AttributeOutput::SectionProperties(). The goal is to share this between ww8 and docx. 2009-02-17 12:00:45 +0100 kendy  r267977 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Be careful, m_pSections/CurrentSectionInfo() might be NULL. 2009-02-17 12:00:22 +0100 kendy  r267976 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Write section properties even for the last section. 2009-02-17 11:59:59 +0100 kendy  r267975 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Output sections (w:sectPr) and columns. 2009-02-17 11:59:34 +0100 kendy  r267974 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> WW8_SepInfo: Move to constructor, what belongs there. 2009-02-17 11:59:14 +0100 kendy  r267973 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Remove an obsolete commented out piece. 2009-02-17 11:58:53 +0100 kendy  r267972 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Output columns break (when the section has more columns). 2009-02-17 11:58:35 +0100 kendy  r267971 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Hook the output of the docx sections to the right place. 2009-02-17 11:58:17 +0100 kendy  r267970 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Rename OutputSfxBreakItems() to OutputSectionBreaks(). 2009-02-17 11:57:58 +0100 kendy  r267969 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Remove an non-needed comment, add an interesting one. 2009-02-17 11:57:39 +0100 kendy  r267968 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Get rid of OutputPageSectionBreaks(), dissolve it into other methods. 2009-02-17 11:57:19 +0100 kendy  r267967 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Fix regression in AttributeOutputBase::FormatBreak(). git bisect, thank you so much! :-) 2009-02-17 11:57:00 +0100 kendy  r267966 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Move pDop and pFib to WW8Export. 2009-02-17 11:56:42 +0100 kendy  r267965 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Implement DocxExport::PrepareNewPageDesc(). 2009-02-17 11:56:24 +0100 kendy  r267964 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Improve WW8Export::PrepareNewPageDesc(). 2009-02-17 11:56:04 +0100 kendy  r267963 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Move part of WW8_WrPlcSepx::OutHeaderFooter() to MSWordExportBase::WriteHeaderFooterText(). 2009-02-17 11:55:27 +0100 kendy  r267961 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Share OutHeader() nad OutFooter() (remove copy'n'paste). 2009-02-17 11:55:06 +0100 kendy  r267960 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Rename WriteKFTxt1() to WriteHeaderFooterText() and move it to MSWordExportBase. 2009-02-17 11:54:41 +0100 kendy  r267959 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> extracting the ParaNumRule to MSWordExportBase 2009-02-17 11:54:20 +0100 kendy  r267958 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> write out w:numPr node into document.xml + converting some tabs to 4 spaces 2009-02-17 11:53:56 +0100 kendy  r267957 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> MSWordSections split into the base and WW8 specific (WW8_WrPlcSepx). [WW8_WrPlcSepx was the original name of MSWordSections - let it there to decrease confusion ;-)] 2009-02-17 11:53:31 +0100 kendy  r267956 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Fix docx export crash by initializing pSepx. 2009-02-17 11:53:11 +0100 kendy  r267955 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> MSWordExportBase::OutputPageSectionBreaks() is now common for binary and docx. 2009-02-17 11:52:48 +0100 kendy  r267954 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> AttributeOutputBase::FormatPageDescription() is now common for binary and docx. 2009-02-17 11:52:28 +0100 kendy  r267953 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> write an empty numbering stream 2009-02-17 11:52:06 +0100 kendy  r267952 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> some more of the spacing 2009-02-17 11:51:39 +0100 kendy  r267951 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Rename WW8_WrPlcSepx to MSWordSections. 2009-02-17 11:51:19 +0100 kendy  r267950 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Move pSepx initialization to the WW8_WrPlcSepx constructor. 2009-02-17 11:50:53 +0100 kendy  r267949 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Fixed styles id's (in styles.xml). Now the styles seem to work pretty well. 2009-02-17 11:50:33 +0100 kendy  r267948 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Rename AttributeOutput's Style() to ParagraphStyle(), that is more correct. 2009-02-17 11:50:11 +0100 kendy  r267947 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> FormatBreak() is now in the common AttributeOutputBase. And pageBreakBefore works now... 2009-02-17 11:49:49 +0100 kendy  r267946 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Few obvious m_rWW8Export -> GetExport() in WW8AttributeOutput::FormatBreak(). 2009-02-17 11:49:28 +0100 kendy  r267945 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Add PageBreakBefore() to AttrbuteOutput's. It's a preparation for moving FormatBreak() to the generic AttributeOutputBase, and also kills some copy and paste. 2009-02-17 11:49:08 +0100 kendy  r267944 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Debug output of attributes is not needed any more, remove. 2009-02-17 11:48:46 +0100 kendy  r267943 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Don't create a new AttributeOutput in WW8_WrPlcSepx::WriteKFTxt(). 2009-02-17 11:48:25 +0100 kendy  r267942 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Move pEnd and pFtn from MSWordExportBase to WW8Export. 2009-02-17 11:48:03 +0100 kendy  r267941 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Now outputting footnotes and endnotes. Their styles are not output correctly yet, thus the number of the footnote resp. endnote is not distinguished from the text of the paragraph. Another problem that <w:endnoteRef/> is missing. 2009-02-17 11:47:42 +0100 kendy  r267940 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Output of footnote/endnote references. And it's prepared for the output of footnote.xml resp. endnote.xml as well. 2009-02-17 11:47:21 +0100 kendy  r267939 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> some more para properties: widows control, para-splitting and incomplete implementation of spacing 2009-02-17 11:46:59 +0100 kendy  r267938 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Make a bit more obvious what's happenning with AttributeLists. 2009-02-17 11:46:38 +0100 kendy  r267937 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Part of the footnote/endnote stuff is shared now between binary and docx. It is just a small part, but better than nothing ;-)  I'm not sure that sharing more is possible/reasonable at all... 2009-02-17 11:46:16 +0100 kendy  r267936 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> adding paragraph indentation 2009-02-17 11:45:56 +0100 kendy  r267935 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Rename AddWordBookmark() -> AppendWordBookmark(). 2009-02-17 11:45:36 +0100 kendy  r267934 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Remove 2nd param from AppendBookmark(), nobody was using that anyway. 2009-02-17 11:45:19 +0100 kendy  r267933 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Readability improvements in WW8_WrPlcSubDoc::WriteGenericPlc(). 2009-02-17 11:44:53 +0100 kendy  r267932 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Better readable WW8_WrPlcSubDoc::WriteGenericTxt(). 2009-02-17 11:44:35 +0100 kendy  r267931 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Move WriteSpecialText() from WW8Export to MSWordExportBase. 2009-02-17 11:44:12 +0100 kendy  r267930 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Support for color value 'auto' - used often in the styles. 2009-02-17 11:43:48 +0100 kendy  r267929 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Comment the mark()/mergeTopMarks() magic for paragraphs + par. properties. 2009-02-17 11:43:31 +0100 kendy  r267928 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Remove the styles debug output. 2009-02-17 11:43:14 +0100 kendy  r267927 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Output of styles reworked. The ooxml stuff is implemented as well, but not tested yet. 2009-02-17 11:42:54 +0100 kendy  r267926 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Output word/styles.xml - empty one for now. 2009-02-17 11:42:36 +0100 kendy  r267925 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> Paragraph properties framework + tab stop + paragraph justification + converting some tabs to 4 spaces 2009-02-17 11:42:18 +0100 kendy  r267924 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> More preparations for outputting the styles table in docx. 2009-02-17 11:41:56 +0100 kendy  r267923 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Initialize pStyles even for docx. MSWordStyles was changed so that it can be initialized from any pDoc, it needs WW8Export just for writing ww8 styles. 2009-02-17 11:41:36 +0100 kendy  r267922 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Rename WW8WrtStyle to MSWordStyles. 2009-02-17 11:41:14 +0100 kendy  r267921 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Uncomment nStyleBeforeFly = GetId( lcl_getFormatCollection( *this, &rNode ) ); 2009-02-17 11:40:50 +0100 kendy  r267920 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> oops, write actually the lang property 2009-02-17 11:40:24 +0100 kendy  r267919 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> character kerning and character language 2009-02-17 11:40:06 +0100 kendy  r267918 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> implement font names and also the asian layout part of run properties 2009-02-17 11:39:41 +0100 kendy  r267917 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> this looks like a typo, it should be EndBracket for this one, I assume 2009-02-17 11:39:21 +0100 kendy  r267916 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> removing some unnecessary warnings 2009-02-17 11:38:56 +0100 kendy  r267915 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> OutputTableNode() finally moved to MSWordExportBase. EndTableRow() from *AttributeOutput gets too much parameters now, but unfortunately, at the moment it was the easiest solution.  As more functionality will move to the actuall cell output, this will get a bit nicer I hope ;-) 2009-02-17 11:38:36 +0100 kendy  r267913 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Trivial output of table cells. Still not complete, OutputTableNode() still contains some WW8-only stuff. 2009-02-17 11:38:10 +0100 kendy  r267912 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Reduced code in DocxAttributeOutput::RunText()/impl_RunText(). 2009-02-17 11:37:51 +0100 kendy  r267911 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> handle also tabs :) 2009-02-17 11:37:28 +0100 kendy  r267910 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> generically filter out any character that is ascii < 0x20 from the string we write to the file 2009-02-17 11:37:10 +0100 kendy  r267909 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> wrap debug output in #if #endif statements 2009-02-17 11:36:48 +0100 kendy  r267908 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> StartTableRow(), EndTableRow(), and TableRowProperties() for *AttributeOutput. And the appropriate rework in OutputTableNode() (still no ooxml output yet, but getting closer. 2009-02-17 11:36:29 +0100 kendy  r267907 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> StartTable() and EndTable() for *AttributeOutput. And the appropriate rework in OutputTableNode() [which is still let in WW8Export, but it's move to MSWordExportBase is close ;-)]. 2009-02-17 11:36:09 +0100 kendy  r267906 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Improve readability in OutputTableNode; Out_SfxBreakItems -> MSWordExportBase. Out_SfxBreakItems was also renamed to OutputSfxBreakItems. 2009-02-17 11:35:50 +0100 kendy  r267905 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Cosmetic change: OutputFlyFrameImpl() -> OutputFlyFrame_Impl(). 2009-02-17 11:35:30 +0100 kendy  r267904 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Change WW8SaveData into SaveData() and RestoreData() methods. WW8SaveData was hard to extend to be able to handle WW8Export and DocxExport at the same time; so instead there are now SaveData() and RestoreData() virtual methods in MSWordExportBase, and the appropriate additions are solved directly in WW8Export (nothing for DocxExport [yet?]). 2009-02-17 11:35:12 +0100 kendy  r267903 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Write line breaks. 2009-02-17 11:34:54 +0100 kendy  r267902 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> More from WW8Export::ExportDocument_Impl() to MSWordExportBase::ExportDocument(). 2009-02-17 11:34:36 +0100 kendy  r267901 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Rename StoreDoc() to ExportDocument(), and move it to MSWordExportBase. The format-dependant parts were moved to a virtual ExportDocument_Impl(). 2009-02-17 11:34:19 +0100 kendy  r267900 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Explicitely default construct maMarkStack [to be safe ;-)]. 2009-02-17 11:34:01 +0100 kendy  r267899 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Fix few crashes in DocAttributeOutput.cxx (missing FSNS() in vararg). 2009-02-17 11:33:43 +0100 kendy  r267898 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Rename writeMarked() to mergeTopMarks() and improve the implementation. Just writing the top mark is not enough; in more complex scenarios it would destroy the order completely.  This way we have better control over what's happening, and can nest the mark()/mergeTopMarks()/mergeTopMarks( true ) as necessary directly in the start/end tags. 2009-02-17 11:33:25 +0100 kendy  r267897 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Use serializer's mark() and writeMarked() to change order of <t> and <rPr> ... instead of using m_aText to remember the content of the text.  That wouldn't work later anyway - we will probably need to change the order of the paragraph properties and text runs as well which will be done easily using mark() and writeMarked() as well. 2009-02-17 11:33:06 +0100 kendy  r267896 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Outputting docx runs with attributes works now. 2009-02-17 11:32:48 +0100 kendy  r267895 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> The msword filter compiles again. Added empty implementations of the virtual methods to DocxExport and DocxAttributeBase [printing 'TODO Blah::bleh()' ;-)].  The thing binary output still passes the testsuite, yay! 2009-02-17 11:32:30 +0100 kendy  r267894 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> OutputTextNode() is not virtual any more and sits in MSWordExportBase. Lots of stuff has been moved around again - mostly from WW8Export to MSWordExportBase (for the gerenalized stuff) and to WW8AttributeOutput (for the 'hardcore' output of bytes/sprms/data/...)  At the moment, it compiles, but the docx part of the filter does not link thanks to the missing implementation of DocxAttributeOutput methods (the new ones). 2009-02-17 11:32:11 +0100 kendy  r267893 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Documentation updates. 2009-02-17 11:31:48 +0100 kendy  r267892 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Change harcoded sprm ids to consts (reused from writerfilter). This adds a build dependency of sw on writerfilter - hopefully it's OK. 2009-02-17 11:31:28 +0100 kendy  r267891 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Get rid of *NodeOutput classes, the code belongs directly to *Export. The callbacks I moved to newly created classes NodeOutputBase, WW8NodeOutput, or DocxNodeOutput respectively in fact should not be in separate classes, but directy in MSWordExportBase, WW8Export, or DocxExport respectively.  This commit moves them accordingly. 2009-02-17 11:31:06 +0100 kendy  r267890 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> bUnicode -> m_rWW8Export.bWrtWW8; it's the same in this context. 2009-02-17 11:30:44 +0100 kendy  r267889 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Remove unnecessary {} block. 2009-02-17 11:30:24 +0100 kendy  r267888 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Several German comments to English. 2009-02-17 11:30:08 +0100 kendy  r267887 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Move pO cleanup directly into aAttrIter.OutAttr(). 2009-02-17 11:29:44 +0100 kendy  r267886 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Shorten WW8NodeOutput::TextNode() by moving SwFmtDrop output to a separate method. 2009-02-17 11:29:22 +0100 kendy  r267885 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Unified the use of m_rWW8Export.pO in WW8NodeOutput::TextNode(). In some cases, it was used as m_rWW8Export.pO, in the others as only pO (but meaning the same thing).  Changed all the occurences to the simple pO to improve readability. 2009-02-17 11:29:00 +0100 kendy  r267884 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> and other attributes coming in; we start to have all the more or less easy ones covered now 2009-02-17 11:28:43 +0100 kendy  r267883 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> some more attributes are comming in 2009-02-17 11:28:26 +0100 kendy  r267882 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Create DocxNodeOutput. The basic one with a trivial implementation of TexNode() method so that it at least outputs all the paragraphs as one text run. 2009-02-17 11:28:03 +0100 kendy  r267881 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> WriteText() moved from WW8Export do MSWordExportBase. And some refactoring implied by the move. 2009-02-17 11:27:35 +0100 kendy  r267880 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> some more character attributes implemented 2009-02-17 11:27:18 +0100 kendy  r267879 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> some text attributes + build fixes (not very informative, but it is me) 2009-02-17 11:26:57 +0100 kendy  r267878 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> WW8Export holds an instance of WW8NodeOutput. Instead of creating a new one with every call of WW8Export::WriteText(). 2009-02-17 11:26:35 +0100 kendy  r267877 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Get rid of aWW8NodeFnTab callbacks. Introduce NodeOutputBase/WW8NodeOutput instead, and change the OutWW8_* functions to the WW8NodeOutput methods. 2009-02-17 11:26:13 +0100 kendy  r267876 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> pCurPam and pOrigPam back to MSWordExportBase. Looks necessary there... 2009-02-17 11:25:52 +0100 kendy  r267875 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> DocxAttributeOutput implementation. So far just bare bones printing TODO's to stderr + output of real <w:b/> and <w:i/>; also nothing instantiates it yet. 2009-02-17 11:25:30 +0100 kendy  r267874 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Fixed a problem that more attributes were exported than necessary. 2009-02-17 11:25:10 +0100 kendy  r267873 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Moving more stuff from MSWordExportBase to WW8Export. pCurPam and pOrigPam, pO, and pTableStream and pDataStream.  Hopefully I won't have to move them back at some stage ;-) 2009-02-17 11:24:49 +0100 kendy  r267872 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Cosmetic. 2009-02-17 11:24:27 +0100 kendy  r267871 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> fix nondebug build too 2009-02-17 11:24:07 +0100 kendy  r267870 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> After rework - even saves a trivial document :-) 2009-02-17 11:23:45 +0100 kendy  r267869 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> SwWW8Writer and the attributes rework compiles now. Of course, no idea yet if it works at all. 2009-02-17 11:23:25 +0100 kendy  r267868 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Ancestor of MSWordExportBase for docx. Just a dump of the work, still just writing the 'Hello, world!' document [if it compiled, which it does not ;-)] 2009-02-17 11:23:03 +0100 kendy  r267867 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Instead of callbacks, use virtual functions to output attributes. This is just a dump of the rewrite, for sure does not compile.  All the SwWW8Out_ callbacks were moved to a class dedicated for output - WW8AttributeOutput.  It is a descendant of AttributeOutputBase; there will be a separate implementation for the docx case. 2009-02-17 11:22:43 +0100 kendy  r267866 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Partial split of SwWW8Writer. Introduced a new structure - the logic of the filter will be in class MSWordExportBase, from which we will derive WW8Export and DocxExport. SwWW8Writer has been split into WW8Export (for the logic) and SwWW8Writer (for the actual access to the stream).  For most of the methods it means renaming SwWW8Writer::MethodName() to WW8Export::MethodName() + cleaning access to the attributes/other methods. All this is not finished yet, and does not even compile - but it is necessary to dump the current status ;-) 2009-02-17 11:22:25 +0100 kendy  r267865 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> do the filter forwarding the pure UNO way (hell expensive, but no build dependency on anything) 2009-02-17 11:22:06 +0100 kendy  r267864 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> yay, we have the same component doing the import and export for word 2007 2009-02-17 11:21:46 +0100 kendy  r267863 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> more work towards having the import and export in the same component 2009-02-17 11:21:20 +0100 kendy  r267862 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> starting to forward export in writerfilter 2009-02-17 11:20:58 +0100 kendy  r267860 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> trying to fix some of the registration stuff 2009-02-17 11:20:35 +0100 kendy  r267859 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Exporting a real document. So far just a hardcoded 'Hello, world!' of course ;-) 2009-02-17 11:20:13 +0100 kendy  r267858 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Renamed DocxWriter to DocxExportFilter. (...and also the files that contain it) 2009-02-17 11:19:52 +0100 kendy  r267857 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> The initial exporter. Can be chosen from the menu, but so far we can just get a SwDoc* in the exportDocument() method, and consequently the exported file has zero size. 2009-02-17 11:19:30 +0100 kendy  r267854 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Simple output of the styles. As just the <w:b/> and <w:i/> attributes work for now, the output is not much helpful ;-) - but as a proof-of-concept, this must be enough... 2009-02-17 11:15:14 +0100 kendy  r267852 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> The fonts are between <w:fonts> and </w:fonts>. 2009-02-17 11:11:06 +0100 kendy  r267851 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Proof-of-concept saving the fonts (word/fontTable.xml). As with the previous commits, it is just dumped to stderr. 2009-02-17 11:08:36 +0100 kendy  r267850 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Proof-of-concept saving attributes of the text runs. Still using the DOCX debug class, which will be gone in the real implementation. 2009-02-17 11:04:40 +0100 kendy  r267848 : #i96319# WW8 filter rework + docx export From: Jan Holesovsky <kendy@suse.cz> Proof-of-concept save of paragraphs/runs/text. The paragraph pieces of DOCX just get dumped to stdout while saving the 'normal' DOC.  This is just a hacky way of doing it, will be cleaned up (and converted to actual output to a stream) when I get the attributes, and distinction between main document/headers/footers/etc. right. 2009-02-17 11:02:54 +0100 kendy  r267847 : #i96319# WW8 filter rework + docx export From: Fridrich Strba <fstrba@novell.com> Make writerfilter export filter too (at least formally) 2009-02-16 22:48:29 +0100 kendy  r267840 : CWS-TOOLING: rebase CWS ooxml03 to trunk@267171 (milestone: DEV300:m41)


2009-08-25  Philipp Lohmann  <pl@openoffice.org>  [57d5adb103925a34976342f037dcddb709c0beed]

#i92516# cosmetics


2009-08-24  Release Engineers  <releng@openoffice.org>  [d0f7377c46eef041f2afa836ad1d558d2ed7e657]

Create DEV300_m56 milestone tag from trunk@275330


2009-08-24  Philipp Lohmann  <pl@openoffice.org>  [8210170cd7227f7fb87225368a013f04b0d5b2a9]

#i92516# HELP_DEBUG for non static controls


2009-08-24  Philipp Lohmann  <pl@openoffice.org>  [3a6ad61df905dbfea3e44679a71fd089443e70bc]

#i92516# protect against setting the clip region between printed pages


2009-10-08  hg  <hg@oosvn01.>  [8e796c8b7d5e1cb27a9d8a76169e940c181d8d58]

merge with m55


2009-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [1db0b6ea9e1a18889a10c3abaa1a0d90588b7ce2]

#i10000# build fix


2009-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [a40daa3db75e43e8af6ee73703333c7cad0cdf23]

#i10000# build fix


2009-08-21  Philipp Lohmann  <pl@openoffice.org>  [8009685caeaee320bf7dca6661c768ad9d981986]

resolve conflicts


2009-08-20  Kohei Yoshida  <kohei@openoffice.org>  [d3616c87d7687b8d17251b72d3759a198810be39]

Check if the FloatingWindow instance is used as a popup menu, and if yes, instantiate the accessible object from it, instead of its parent border window instance.


2009-08-20  Kohei Yoshida  <kohei@openoffice.org>  [dff98f0190308cf62dc638214aa6e3582ee91a7e]

Add a new data member to FloatingWindow, and use it to see if the window instance is used as a pop-up menu.  If yes, and it it's a top-level menu, assign an appropriate accessible role.


2009-08-20  Kohei Yoshida  <kohei@openoffice.org>  [8c3d0ca232d37c48d62200ce63cf162d23eea2b0]

Some code fragment for debugging accessible state set changes.


2009-08-20  Philipp Lohmann  <pl@openoffice.org>  [3465967342a6b0d879075462d965d819eba308bd]

#i92516# clean up graphics state at end of page


2009-08-20  Kohei Yoshida  <kohei@openoffice.org>  [72e1bf0763f9f849bd981c99879a207c575e4d04]

A little hack to get border floating window to be recognized by accessibility framework.  I'll come back to clean this up later.


2009-08-19  Henning Brinkmann  <hbrinkm@openoffice.org>  [09a8ae513385894dabe19001a6249f55408da8c7]

merged DEV300_m55


2009-08-19  Thomas Lange  <tl@openoffice.org>  [6b23c2791364c0d5ed6ce67ae3c60e61dad97d5e]

#i92516# new print UI


2009-08-19  Philipp Lohmann  <pl@openoffice.org>  [68b14209c89a0ebc78916dc5b8664b8415fe5b11]

fix a warning


2009-08-18  Philipp Lohmann  <pl@openoffice.org>  [80a772ad998c6b8bff8ac1a5925b58b0bc05f9dc]

#i92516# align radio buttons and dependencies properly


2009-08-18  Philipp Lohmann  <pl@openoffice.org>  [88da058e4e69dacb96e80bf03ac7d32b2d2b18ac]

#i92516# getNativeControlRegion for edits and spinboxes


2009-08-18  Ivo Hinkelmann  <ihi@openoffice.org>  [0f1f7a11567086527e307b5c9882887cbe54f77e]

#i10000# build fix


2009-08-18  Ivo Hinkelmann  <ihi@openoffice.org>  [5071fef70e461f2cced5bf4ed263795386d74cbc]

#i10000# build fix


2009-08-17  Philipp Lohmann  <pl@openoffice.org>  [550ff59f151b4ba39f22d72f2374f32358918dd8]

#i92516# handle pageoffset in vcl instead of application


2009-08-17  Philipp Lohmann  <pl@openoffice.org>  [a5a94cc1315f0a4a8eff73bd5561c2d953b79a81]

dispatch HID_PRINTDLG on help button


2009-08-17  Philipp Lohmann  <pl@openoffice.org>  [457e8fee6a7ae5ec4665f319529f9baf98b13ffd]

#i92516# fix several small issues (helpids, taborder, property names)


2009-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [b7e34c7ff46610e89febe417156098247d47e61a]

CWS-TOOLING: integrate CWS graphite01 2009-08-06 11:09:01 +0200 hdu  r274708 : #i10000# fix build breaker for SYSTEM_GRAPHITE=NO 2009-07-21 12:01:52 +0200 hdu  r274174 : #i93645# fix include files for EXT_USE_STLPORT 2009-07-21 11:51:07 +0200 hdu  r274173 : #i93645# convert line-endings of files to be patched 2009-07-21 10:49:01 +0200 hdu  r274170 : #i93645# adjust makefile.vc8 for HH-RelEng env (thanks ause) 2009-07-20 05:21:32 +0200 kstribley  r274105 : attempt to fix Windows build error caused by NULL variable in nmake file 2009-07-16 10:22:36 +0200 hdu  r274032 : #i69129# also use solar minor version to find graphite lib 2009-07-16 05:36:06 +0200 kstribley  r274029 : allow windows build to have Graphite disabled with SAL_DISABLE_GRAPHITE 2009-07-15 13:59:22 +0200 hdu  r274011 : #i69129# default to ENABLE_GRAPHITE=TRUE 2009-07-15 13:19:54 +0200 hdu  r274008 : #i93645# ignore compile warnings for graphite 2009-07-15 13:18:25 +0200 hdu  r274006 : #i93645# stlport needs libmath, use solar minor version to find matching libs 2009-07-15 09:21:13 +0200 hdu  r273989 : #i100000# avoid compile warning 2009-07-14 12:19:08 +0200 hdu  r273963 : CWS-TOOLING: rebase CWS graphite01 to trunk@273858 (milestone: DEV300:m52) 2009-07-13 06:54:56 +0200 kstribley  r273912 : change to use standard file headers 2009-07-13 05:39:14 +0200 kstribley  r273911 : Remove unnecessary change to configure.in as reported by Rene 2009-07-10 16:58:44 +0200 hdu  r273902 : #i100000# fix compile for precompiled-header support 2009-07-02 13:48:26 +0200 kstribley  r273647 : #69129# fix a graphite bug which could crash with fonts containing obscure GDL positioning rules 2009-07-02 01:44:02 +0200 rene  r273616 : #i10000# we need to link with -licuuc 2009-07-01 04:02:20 +0200 kstribley  r273540 : restore missing sdf files from base 2009-07-01 04:01:40 +0200 kstribley  r273539 : restore missing sdf files from base 2009-07-01 04:01:12 +0200 kstribley  r273538 : restore missing sdf files from base 2009-07-01 03:59:41 +0200 kstribley  r273537 : restore missing sdf files from base 2009-06-29 10:16:51 +0200 kstribley  r273456 : #i69129# fixes a bug which caused occasional incorrect linebreaking when graphite is asked to render a part of a cluster not containing a base 2009-06-27 10:43:58 +0200 kstribley  r273445 : #i69129# added kashida support for justified RTL text 2009-06-01 12:57:06 +0200 kstribley  r272476 : CWS-TOOLING: rebase CWS graphite01 to trunk@272291 (milestone: DEV300:m49) 2009-05-26 10:50:06 +0200 kstribley  r272286 : #i69129# fixes a build error when NDEBUG is not defined 2009-05-25 13:14:06 +0200 kstribley  r272237 : #i69129# enable debugging by fixing compile warnings 2009-05-25 13:07:47 +0200 kstribley  r272234 : #i69129#  added env variable to disable GRAPHITE at run time on linux and fixed a bug with a rare attachment sequence 2009-04-20 17:39:25 +0200 kstribley  r271001 : CWS-TOOLING: rebase CWS graphite01 to trunk@270723 (milestone: DEV300:m46) 2009-04-18 07:11:33 +0200 kstribley  r270957 : #i101178# attempt to fix buildbot builds by reordering configure.in 2009-04-14 17:37:07 +0200 kstribley  r270801 : #i93645# tweak configure to enable graphite by default on windows and linux to assist testing with tinderbox build 2009-04-14 16:33:17 +0200 kstribley  r270796 : #i96925# another fix for rtl fallback and add optional debug info in MultiSalLayout 2009-04-08 13:27:55 +0200 kstribley  r270641 : #i69129# fix features after a bad merge 2009-04-08 13:26:34 +0200 kstribley  r270640 : #i69129# add a patch for WinFont 2009-03-24 12:37:54 +0100 kstribley  r269937 : #i69129# fix build error due to locale being included in method for features 2009-03-24 12:36:10 +0100 kstribley  r269936 : #i93645# change patch variable and fix configure 2009-03-20 04:18:56 +0100 kstribley  r269776 : CWS-TOOLING: rebase CWS graphite01 to trunk@269297 (milestone: DEV300:m43) 2009-03-01 13:10:59 +0100 kstribley  r268622 : added a patch to improve handling of a font with bad graphite language feature tables #i93645# 2009-02-12 04:50:51 +0100 kstribley  r267631 : #i93645# fix windows build for graphite 2.3.1 and remove unnecessary patch 2009-02-10 04:48:50 +0100 kstribley  r267535 : #i93645# fix a build error with stlport on Ubuntu 8.10 x86 2009-02-10 03:51:10 +0100 kstribley  r267534 : #i69129# remove legacy config_office 2009-02-07 19:12:54 +0100 kstribley  r267482 : #i93645# upgrade to using silgraphite-2.3.1 2009-02-02 18:17:57 +0100 kstribley  r267290 : #i69129# backout unwanted checkin 2009-02-02 17:44:03 +0100 kstribley  r267281 : #i69129# backout erroneous update to aclocal.m4 2009-02-01 10:05:03 +0100 kstribley  r267236 : #i69129# fix build error due to locale being added to set font attributes 2009-02-01 06:02:52 +0100 kstribley  r267235 : #i69129# fix erroneous merge 2009-01-31 16:24:56 +0100 kstribley  r267234 : #i69129# update configure.in solenv.in in their new locations with enable graphite 2009-01-31 10:53:18 +0100 kstribley  r267232 : CWS-TOOLING: rebase CWS graphite01 to trunk@267171 (milestone: DEV300:m41) 2008-12-17 04:17:33 +0100 kstribley  r265577 : #i93645# remove superfluous autoreconf check and autoconf patch 2008-12-16 10:07:20 +0100 rene  r265529 : fix aclocal.m4 breakage 2008-12-16 05:13:29 +0100 kstribley  r265520 : #i93645# change to autoconf && configure 2008-12-16 04:39:48 +0100 kstribley  r265519 : #i93645# modified LD_FLAGS so that system graphite isn't pulled in by accident and fixed autoconf problem 2008-12-15 14:16:25 +0100 rene  r265497 : check for working STL 2008-12-15 12:53:39 +0100 rene  r265473 : revert broken check 2008-12-15 11:59:21 +0100 kstribley  r265472 : #i93645# added check for system STL, since this is a requirement for system graphite to work correctly and moved the position of the check further down 2008-12-15 11:55:34 +0100 kstribley  r265471 : #i93645# remove references to gr3ooo to allow system graphite to be used 2008-12-12 18:48:18 +0100 rene  r265437 : fix link for system-graphite 2008-12-12 18:46:45 +0100 rene  r265436 : the tarball is in graphite, remove obsolete check 2008-12-12 18:22:22 +0100 rene  r265433 : typo; re-autoconf 2008-12-12 17:35:26 +0100 rene  r265432 : actually implement SYSTEM_GRAPHIT checks (as already checked for in makefile.mks) but remove the checks in graphit itself and move to BUILD_TYPE 2008-12-12 08:08:33 +0100 kstribley  r265387 : #i69129# 2 of the patched files need windows line endings so patch works on linux as well as windows 2008-12-12 08:04:41 +0100 kstribley  r265386 : #i69129# rtl fallback fix which prevents caching of segments with fallback 2008-12-08 04:28:12 +0100 kstribley  r264969 : results of running autoconf with graphite config changes #i69129# 2008-12-05 08:12:47 +0100 kstribley  r264886 : backout unintential change at r264884 2008-12-05 06:26:33 +0100 kstribley  r264884 : #i96925# fixes for uniscribe fallback 2008-12-05 06:11:37 +0100 kstribley  r264883 : #i69129# improvements to windows graphite code, including caching of sila table lookup 2008-12-02 13:28:51 +0100 kstribley  r264694 : #i93645# add graphite library and append to patch 2008-11-27 06:47:10 +0100 kstribley  r264445 : #69129# fix rtl loop bug and rtl caching problem 2008-11-27 06:42:20 +0100 kstribley  r264444 : add caching for GraphiteFontAdaptor 2008-11-14 15:57:03 +0100 kstribley  r263681 : #69129# add graphite addtional files from cvs 2008-11-14 15:54:47 +0100 kstribley  r263680 : #69129# fix for modified resolution api 2008-11-13 16:24:09 +0100 kstribley  r263652 : #69129# add skeleton to build graphite module library 2008-11-13 16:22:19 +0100 kstribley  r263651 : #69129# add skeleton to build graphite module library 2008-11-13 16:16:10 +0100 kstribley  r263650 : #69129# migrate from cvs 2008-11-13 15:26:54 +0100 kstribley  r263646 : #69129# add a module for the graphite library


2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [22532484c9bb6fb37d1548fbbe5f4c41b773a6a9]

#i92516# move solar.hrc to vcl


2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [2838fd724f9c17a05868197da3b96bbdacc0e608]

#92516# hid for vcl dialog


2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [a8b8f050ca9285dd23e5c882d30bb6a6e0bce279]

#92516# hid for vcl dialog


2009-08-14  Release Engineers  <releng@openoffice.org>  [f71ebf72fb2564d50a50b5042c47993d240b1b75]

Create DEV300_m55 milestone tag from trunk@275000


2009-08-13  Philipp Lohmann  <pl@openoffice.org>  [8d10a9b4191eb3294dd8e95d3acfb89f3db6d3fc]

#i92516# handle MAP_PIXEL in preview


2009-08-13  Philipp Lohmann  <pl@openoffice.org>  [684324be2109aa18fdfbb99de477f5d83130a221]

#i92516# set correct page size for N-Up in getFilteredPage()


2009-08-12  Philipp Lohmann  <pl@openoffice.org>  [d0a7a2b99196c305b6172a17802eab29b790d944]

#i92516# corrected paper size handling


2009-08-12  Philipp Lohmann  <pl@openoffice.org>  [2e3da4410a1375d49c28ac74f3a3fffe719c0af6]

#i92516# set smart helpid on parent like old help ids


2009-08-12  Philipp Lohmann  <pl@openoffice.org>  [4693827328784d0a8950fa2fd1ea6bc16e4f3b89]

#i96402# set duplex mode from API


2009-08-12  Philipp Lohmann  <pl@openoffice.org>  [1d8bcea3e46741b8dd13887add4765f5ae90fee9]

#i92516# add missing help ids


2009-08-11  Philipp Lohmann  <pl@openoffice.org>  [868b3daad151da3ba2d517d90768a422c232a020]

#i92516# add: PrinterOptionsHelper::setValue


2009-08-11  Philipp Lohmann  <pl@openoffice.org>  [8de4a181ab41127be76dbcd419f25d4c24a9d88c]

#i92516# final UI changes


2009-08-10  Philipp Lohmann  <pl@openoffice.org>  [fc75cf3b5fe60295239a6132e2d8274c9e5c5a07]

#i92516# more changes for final UI spec


2009-08-10  Philipp Lohmann  <pl@openoffice.org>  [8a4e7806725cd413c6bf77181dd9e1490932e222]

#i92516# more changes for final UI spec


2009-08-07  Philipp Lohmann  <pl@openoffice.org>  [9c6de16a6b8cbabeb9365dfd1a73e9f39f4e9626]

#i99162# override paper format with driver dialog


2009-08-07  Release Engineers  <releng@openoffice.org>  [c825f3d99f77f386c906ab71f99ec381b5ed2c9f]

CWS-TOOLING: integrate CWS gciteratorfix_DEV300 2009-08-04 10:23:19 +0200 od  r274608 : add missing patch flags for libaries swui, msword and xo 2009-08-03 16:42:48 +0200 mav  r274586 : #i101899# workaround the wrong error code on MAC 2009-08-03 13:24:44 +0200 tl  r274575 : #i103936# fix for grammar checking loop 2009-08-03 12:37:37 +0200 tl  r274573 : #i103936# fix for grammar checking loop 2009-08-03 12:10:01 +0200 tl  r274572 : #i103936# fix for grammar checking loop 2009-08-03 09:06:49 +0200 tl  r274565 : #i103936# fix for grammar checking loop 2009-08-03 09:04:50 +0200 tl  r274564 : #i103936# fix for grammar checking loop 2009-07-31 17:52:45 +0200 tl  r274545 : #i103936# fix for grammar checking loop


2009-08-07  Philipp Lohmann  <pl@openoffice.org>  [79bacf1cb22191446dbb058136d3890682b85626]

#i92516# fix a layout problem


2009-08-07  Philipp Lohmann  <pl@openoffice.org>  [bf29b2a41a05ae3e2fb61d1c9d6297b26b9b824c]

#i92516# fix some more layout problems


2009-08-07  Release Engineers  <releng@openoffice.org>  [da4e7e9629d03d0c0507f7e29114b175bd18966e]

CWS-TOOLING: integrate CWS kde4int 2009-07-15 10:40:52 +0200 pl  r273993 : #i103288# configure 2009-07-09 14:57:24 +0200 pl  r273867 : #i103284# spin fields 2009-07-09 13:49:13 +0200 pl  r273864 : #i103284# min size for dropdown comboboxes 2009-07-09 13:46:11 +0200 pl  r273860 : #i103284# min size fro dropdown listboxes 2009-07-09 13:01:48 +0200 pl  r273857 : #i103284# fix most radiobuttons and checboxes, also on tabpages 2009-07-08 19:38:12 +0200 pl  r273847 : #i103290# clean up, enable KDE4 fpicker 2009-07-08 15:54:06 +0200 pl  r273837 : #i103284# background mode opaque doesn't look that good 2009-07-07 19:29:01 +0200 pl  r273814 : add kde4 directory and deliverables 2009-07-07 11:18:08 +0200 pl  r273786 : make compile with Qt 4.1 2009-07-02 19:20:47 +0200 pl  r273673 : #i103290# add: KDE4 file picker (thanks Roman Shtylman) 2009-07-02 19:16:07 +0200 pl  r273672 : #i103289# add: KDE4integration (thanks Roman Shtylman) 2009-07-02 19:01:20 +0200 pl  r273671 : #i103286# add: KDE4 checks (thanks Roman Shtylman) 2009-07-02 18:58:15 +0200 pl  r273670 : #i103286# initial import for KDE4 backend (thanks Roman Shtylman) 2009-07-02 18:08:06 +0200 pl  r273668 : #i103284# initial import for KDE4 plugin (thanks Roman Shtylman)


2009-08-06  Philipp Lohmann  <pl@openoffice.org>  [7684187a4308626a8a1cbd97ea98556cfdbde7ab]

#i92516# fix some more layout problems


2009-08-06  Release Engineers  <releng@openoffice.org>  [f7144b16bc066c6fbff3a5a883f0c76cf977f9f6]

CWS-TOOLING: integrate CWS tl73 2009-07-31 15:29:33 +0200 tl  r274535 : #i64400# dash/hyphen should not break words


2009-08-06  Release Engineers  <releng@openoffice.org>  [065bb6217363a28638e7c31036abcc1dec4f7b1c]

CWS-TOOLING: integrate CWS os132 2009-07-21 15:24:18 +0200 os  r274201 : #i103696# SwXTextPortion/SwXParagraph excluded 2009-07-15 13:19:17 +0200 os  r274007 : #i103564# typo 2009-07-15 13:09:30 +0200 os  r274005 : #i103564# SwFrames::hasElements 2009-07-15 13:02:16 +0200 os  r274003 : #i103564# SwXBookmark::getPropertySetInfo fixed 2009-06-26 10:11:00 +0200 os  r273395 : CWS-TOOLING: rebase CWS os132 to trunk@272827 (milestone: DEV300:m50) 2009-06-23 08:52:24 +0200 os  r273256 : #i102764# patch: attribute ListBoxes correctly handled in ::Reset() 2009-06-23 08:51:31 +0200 os  r273255 : #i102764# ResetColor() added to remove background color 2009-06-22 14:57:38 +0200 os  r273233 : #i102619# prevent access to already destroyed shell 2009-06-18 13:26:51 +0200 os  r273112 : #i99508# ::insertTextContent: re-route to ::attach() 2009-06-18 10:59:53 +0200 os  r273107 : #i85405# patch to enable 'Print grid' CheckBox correctly 2009-06-18 10:54:02 +0200 os  r273106 : #i85133# dispose connection in GetColumnFmt to prevent connection locking 2009-06-18 10:24:31 +0200 os  r273104 : #99535# ExportGraphic changed 2009-06-18 10:24:03 +0200 os  r273103 : #99535# ExportGraphic changed 2009-06-18 10:23:11 +0200 os  r273102 : #i102841# redlining mode switches to insert mode (cmc) 2009-06-17 14:05:42 +0200 os  r273070 : #i102111# do not save already saved HTML documents before switching to source veiw 2009-06-17 13:18:20 +0200 os  r273063 : #i101825# set rembered start position at the real start not at the initial start 2009-06-17 08:24:10 +0200 os  r273048 : #99535# no dierect access to the file picker interface 2009-06-16 15:00:12 +0200 os  r273020 : #i99937# notification of user options changes re-introduced 2009-06-15 14:36:03 +0200 os  r272987 : #i98032# unreplaced text in protected areas must not be attributed either 2009-06-15 14:20:26 +0200 os  r272985 : #i98032# replace list has to be initialised 2009-06-04 13:29:02 +0200 os  r272624 : #i97810# set focus into column page 2009-06-04 11:01:14 +0200 os  r272617 : #i98164# dialog resize to ease localisation 2009-06-04 10:59:44 +0200 os  r272616 : #i98164# dialog resize to ease localisation 2009-05-28 16:05:03 +0200 os  r272413 : #i98172# ConvertFieldsToText: take care of tabs with attributes 2009-05-28 11:12:45 +0200 os  r272385 : #i59361# dialog controls resized 2009-05-28 11:03:14 +0200 os  r272383 : #i59174# dialog controls moved


2009-08-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [f844a78b70d92c0d9dcadff4874a62b63c91fe45]

merged DEV300_m54


2009-08-06  Philipp Lohmann  <pl@openoffice.org>  [0a1a3baef60ce2b12fbaf5ffad85a4c0e3dc8756]

#i92516# fix a layout problem, fix a warning


2009-08-05  Release Engineers  <releng@openoffice.org>  [8df38192672c85d22fceeeaf04b8238500380dc5]

CWS-TOOLING: integrate CWS impress172 2009-07-30 15:29:39 +0200 cl  r274492 : #i102921# remove reference to inssrc.obj which was moved to svx 2009-07-29 11:40:35 +0200 wg  r274445 : i103869 2009-07-22 14:39:13 +0200 sj  r274241 : #i102713# fixed cloud shape 2009-07-07 15:28:04 +0200 sj  r273800 : fixed build problem 2009-07-07 13:27:13 +0200 cl  r273792 : #i102921# moved insert col/rows dialog to svx 2009-07-07 10:36:05 +0200 cl  r273782 : fixed compiler warnings 2009-07-02 10:40:21 +0200 sj  r273626 : fixed build problem 2009-07-02 10:27:56 +0200 cl  r273624 : fixed merge problem 2009-07-02 10:27:19 +0200 cl  r273623 : fixed compiler warning 2009-07-01 10:04:58 +0200 cl  r273550 : CWS-TOOLING: rebase CWS impress172 to trunk@273468 (milestone: DEV300:m51) 2009-06-30 16:22:02 +0200 cl  r273518 : #i102921# added insert table row/col dialog for impress tables 2009-06-30 16:20:46 +0200 cl  r273517 : #i102921# added insert table row/col dialog for impress tables 2009-06-30 16:20:28 +0200 cl  r273516 : #i102921# added insert table row/col dialog for impress tables 2009-06-30 16:19:49 +0200 cl  r273515 : #i102921# added insert table row/col dialog for impress tables 2009-06-30 16:19:28 +0200 cl  r273514 : #i102921# added insert table row/col dialog for impress tables 2009-06-30 16:17:38 +0200 cl  r273513 : #i102921# added insert table row/col dialog for impress tables 2009-06-30 15:45:44 +0200 cl  r273511 : #i102921# added insert table row/col dialog for impress tables 2009-06-30 15:37:16 +0200 cl  r273510 : #i102921# added insert table row/col dialog for impress tables 2009-06-30 15:33:47 +0200 cl  r273509 : #i102921# added insert table row/col dialog for impress tables 2009-06-30 15:32:10 +0200 cl  r273508 : #i102921# added insert table row/col dialog for impress tables 2009-06-30 15:30:05 +0200 cl  r273507 : #i102921# added insert table row/col dialog for impress tables 2009-06-29 12:32:42 +0200 sj  r273465 : #158632# fixed textrange hyperlinks to specific pages, added slide names 2009-06-24 15:17:59 +0200 sj  r273349 : #158636# fixed text range hyperlink to first/last slide 2009-06-22 13:18:30 +0200 sj  r273224 : #158651# fixed header footer import 2009-06-19 15:18:24 +0200 sj  r273160 : #158614# default text of presentation objects now cleared 2009-06-16 15:54:19 +0200 sj  r273023 : #i101545# fixed crash - bracketing of graphic links has been done twice leading to a broken graphic state stack 2009-06-15 16:26:26 +0200 sj  r272998 : #158635# importing bookmark interactions: firstslide, lastslide, nextslide, previousslide 2009-06-15 16:25:26 +0200 sj  r272997 : #158635# added bookmark interactions: firstslide, lastslide, nextslide, previousslide 2009-06-12 13:17:32 +0200 sj  r272915 : #i102713# fixed cloud shape 2009-06-10 18:36:58 +0200 sj  r272833 : #158674# fixed curvedleftarrow, curvedrightarrow, curveddownarrow, curveduparrow 2009-06-08 19:52:28 +0200 sj  r272746 : #158674# fixed curvedleftarrow, curvedrightarrow, curveddownarrow, curveduparrow 2009-06-04 15:28:32 +0200 cl  r272640 : #i102358# applied patch to remove warnings 2009-06-04 14:39:45 +0200 cl  r272630 : #i99423# applied path to change impress wizard create button to open when opening exisitng documents 2009-06-03 18:21:26 +0200 sj  r272601 : #158635# now using the correct paragraph bottom spacing. using font independent linespacing for impress text objects 2009-06-03 15:47:27 +0200 cl  r272583 : #i101817# added color collection based on scribus 2009-06-03 14:43:59 +0200 cl  r272580 : #i102163# use weak ref to SdrObject instead of listening to the model 2009-06-03 12:39:29 +0200 cl  r272556 : #i93308# correct namespace for com.sun.star.text.textfields 2009-06-03 12:27:00 +0200 cl  r272555 : #i93308# correct namespace for com.sun.star.text.textfields 2009-06-03 11:33:44 +0200 cl  r272553 : #i23221# allow all settings (that make sense) for presentation styles 2009-06-03 11:30:59 +0200 cl  r272552 : #i23221# allow all settings (that make sense) for presentation styles 2009-06-03 11:30:22 +0200 cl  r272551 : #i23221# allow all settings (that make sense) for presentation styles 2009-06-02 18:41:07 +0200 sj  r272527 : #i28358# applied patch (better conversion of dotted lines) 2009-06-02 11:52:13 +0200 cl  r272491 : #i98668# applied patch to fix possible endless loop if exception occours 2009-05-28 17:02:55 +0200 sj  r272416 : #i102336# retaining graphic file names unchanged 2009-05-28 17:00:25 +0200 sj  r272415 : #i102336# retaining graphic file names unchanged 2009-05-28 17:00:10 +0200 sj  r272414 : #i102336# retaining graphic file names unchanged 2009-05-25 12:43:58 +0200 sj  r272232 : #i102069# added patch from thb (fixed rotated group objects)


2009-08-05  Philipp Lohmann  <pl@openoffice.org>  [64f010882765f05da737f248a7be9fc781a2716b]

get rid of old cruft


2009-08-05  Philipp Lohmann  <pl@openoffice.org>  [4625e254fa5a2ea7e064c4aea2f87d1455db666c]

get rid of old cruft


2009-08-05  Philipp Lohmann  <pl@openoffice.org>  [baa91dc43a8eafd8a66ee0ed3cc90e5b69421aaa]

#i96606# fix API print (no dialogs)


2009-08-05  Philipp Lohmann  <pl@openoffice.org>  [ad4e80b895c8dd9fa4a8f9e8c302aae0cdedccc2]

#i103253# #i103252# fix headless printing, duplicate free


2009-08-05  sb  <sb@openoffice.org>  [ca30b0a0010f81692fc50e2b051b6b76a9b3c424]

merged in DEV300_m54


2009-08-04  Release Engineers  <releng@openoffice.org>  [d045a5344ee7001fd55abbb7f05b8e5392cc6f53]

Create DEV300_m54 milestone tag from trunk@274621


2009-08-03  Philipp Lohmann  <pl@openoffice.org>  [7ce4d36ee3129e4716f5aaa0801232007d77c2c7]

#i92518# latest fashion updates


2009-08-03  Philipp Lohmann  <pl@openoffice.org>  [03775ff8ada1728a5bac3ce7d12dcf47c9094520]

#i92518# latest fashion updates


2009-08-03  Philipp Lohmann  <pl@openoffice.org>  [ff3cf60514853cf9dc90d6c215a8c648d42032a0]

#i92518# latest fashion updates


2009-08-01  Philipp Lohmann  <pl@openoffice.org>  [8c2aab530e7b8f350f00d1fb575cb618bbb0b351]

#i92518# lates UI changes


2009-08-01  Philipp Lohmann  <pl@openoffice.org>  [f89b6661d3104da177857c961d3757156f140665]

#i92518# lates UI changes


2009-08-01  Philipp Lohmann  <pl@openoffice.org>  [06e59d588d91743eada5a1eac56553e3812da8db]

#i92518# special handle PrintRange subgroups


2009-08-01  Philipp Lohmann  <pl@openoffice.org>  [9a19431c98c753608324dde206f90b8c10482a38]

#i92518# label layout, set correct tab page size


2009-08-01  Philipp Lohmann  <pl@openoffice.org>  [c56d2d89a19c19a57f56f9067274a8ba5ca2be03]

#i92518# border for page preview


2009-08-01  Philipp Lohmann  <pl@openoffice.org>  [42a39a5a594a4c9e79f041ee4b776d98740b8b59]

#i92518# adjust button line margin


2009-08-01  Philipp Lohmann  <pl@openoffice.org>  [0168859fa3e6243b96eaeea5e4528fbb4182dfd2]

fix a warning


2009-07-30  Philipp Lohmann  <pl@openoffice.org>  [e70898cca102a405d9731accce680a6fa2219bfd]

fix a warning


2009-07-30  Philipp Lohmann  <pl@openoffice.org>  [c21735a2ed4504ea3908a66afb51ebcf4a7810b2]

#i92518# label cleanup


2009-07-30  Philipp Lohmann  <pl@openoffice.org>  [cb74635cb321089c4b3f00e4914e9a33b2cf9e2d]

#i92518# reverse print


2009-07-30  Philipp Lohmann  <pl@openoffice.org>  [e4f7baa9bcd584351ab691931b3c0705ee210518]

#i92518# n-up ordering


2009-07-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6ff776ede114535b93491040f161fc7e797c97a]

CWS-TOOLING: integrate CWS fwk114 2009-07-08 Mikhail Voytenko #i102448# fix typo 2009-07-08 Mikhail Voytenko #i102448# detect the document of new format correctly 2009-07-03 Mikhail Voytenko #i101418# adjust header 2009-07-02 Mikhail Voytenko #i103001# Integrate the patch 2009-07-01 Mikhail Voytenko rebase to DEV300_m51 2009-06-25 Mikhail Voytenko #i71512# integrate the patch 2009-06-19 Mikhail Voytenko #i102931# check whether the file was changed even in case of system file locking 2009-06-10 Mikhail Voytenko #i102448# allow to turn the office update dialog off 2009-06-10 Mikhail Voytenko #i102448# allow to turn the office update dialog off 2009-06-09 Mikhail Voytenko #i96091# the disposed frame should throw DisposedException 2009-06-09 Mikhail Voytenko #i100835# commit the patch 2009-05-26 Mikhail Voytenko #i89514# integrate the patch 2009-05-26 Mikhail Voytenko #i30373# integrate the patch 2009-05-26 Mikhail Voytenko #i101418# fix the error handling


2009-07-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [405f3e1b5a29249f53842bddfc8be484bdae7be6]

CWS-TOOLING: integrate CWS aw074_DEV300 2009-07-06 13:21:50 +0200 aw  r273737 : CWS-TOOLING: rebase CWS aw074 to branches/OOO310@273700 (milestone: OOO310:m15) 2009-07-06 11:12:35 +0200 aw  r273728 : #i102637# corrected condition to add gray frame to page visualisation objects 2009-07-03 14:43:00 +0200 aw  r273702 : #i102380# always swap n GrafObjects on MasterPages synchronously 2009-07-03 12:14:57 +0200 aw  r273686 : #i102548# corrected SdrPathPrimitive2D's usage of unit polygon 2009-07-02 16:06:16 +0200 aw  r273662 : #i103255# added control when to show the draft graphic visualisation (in VOC, of course) and when not. Changed text visualisation to BlockText 2009-07-01 17:36:55 +0200 aw  r273609 : #i103116# clear GaphicLink for interaction clone of graphic objets 2009-07-01 16:42:09 +0200 aw  r273601 : #i101491# corrected some minor glitches in line geometry creation 2009-06-30 18:47:44 +0200 aw  r273532 : #i102380# committed the cleanups/additions for the fix 2009-06-26 13:16:17 +0200 aw  r273404 : #i101491# finetuning changes 2009-06-26 13:15:57 +0200 aw  r273403 : #i101491# finetuning changes 2009-06-25 16:31:26 +0200 aw  r273387 : #i101491# first version checkin for linux/mac tests 2009-06-25 16:31:04 +0200 aw  r273386 : #i101491# first version checkin for linux/mac tests 2009-06-24 15:35:05 +0200 aw  r273350 : #i101734# corrected VclMetafileProcessor2D::impTryToCreateSvtGraphicStroke to use the current ObjectTransformation 2009-06-24 15:01:58 +0200 aw  r273348 : #i101811# added ViewInformation2D to renderChartPrimitive2D to allow embedding of object transformation to target MapMode 2009-06-24 12:27:05 +0200 aw  r273328 : #i101980# use a hairline LineWitdth for SdrObject::TakeContour() calculation (like the old implementation did) 2009-06-24 11:29:43 +0200 aw  r273321 : #i101781# corrected creation fallback for FullDrag for circle objects 2009-06-23 17:26:58 +0200 aw  r273300 : #i101556# made primitive text attributes take versioned base text attribute sets into account


2009-07-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad92bc5f232d29fb4ff05256693aaaf5a1a6566a]

CWS-TOOLING: integrate CWS wordencryption 2009-07-10 09:42:25 +0200 mav  r273872 : resolve merge problem 2009-07-08 07:46:13 +0200 mav  r273815 : CWS-TOOLING: rebase CWS wordencryption to trunk@273468 (milestone: DEV300:m51) 2009-07-03 10:38:03 +0200 mav  r273682 : #i10000# resolve conflict 2009-07-02 08:47:35 +0200 steve_yin  r273618 : Removed IBM(C) from modified files. 2009-06-22 04:34:44 +0200 steve_yin  r273191 : Based on Mikhail suggestions, I changed some code. 2009-06-18 09:37:14 +0200 mav  r273100 : #i10000# get rid of windows warnings 2009-06-17 08:18:33 +0200 mav  r273047 : #i10000# adopt for linux build


2009-07-29  Philipp Lohmann  <pl@openoffice.org>  [e9301ee5e9e4f4ae1f923b82c07f2e318828153b]

#i92516# make native implementation more palatable


2009-07-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [89198f24acb0720399cabd9a473fb7df300ce3ae]

CWS-TOOLING: integrate CWS cmcfixes61 2009-07-22 10:53:14 +0200 cmc  r274224 : #i103714# duplicate patch 2009-07-22 10:45:26 +0200 cmc  r274223 : #i103715# fix up m68k makefile.mk 2009-07-22 10:32:16 +0200 cmc  r274222 : #i103714# || && new gcc warnings 2009-07-21 13:29:17 +0200 cmc  r274190 : #i103651# fix for subpixel gray line in cairo canvas animations 2009-07-20 17:35:58 +0200 cmc  r274151 : #i103668# WaE over use of const 2009-07-20 15:53:51 +0200 cmc  r274146 : #i103664# use boost::addressof instead 2009-07-20 15:38:40 +0200 cmc  r274145 : #i103451# long -> INT32 for these streamable values 2009-07-20 15:33:15 +0200 cmc  r274144 : #i103663 clear low-hanging aliasing warnings 2009-07-20 15:28:23 +0200 cmc  r274143 : #i103662 clear low-hanging aliasing warnings 2009-07-20 15:21:46 +0200 cmc  r274142 : #i103661 clear low-hanging aliasing warnings 2009-07-20 15:16:05 +0200 cmc  r274141 : #i103660 clear low-hanging aliasing warnings


2009-07-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [288087b71850ddbd308b51ba9098040254131b0f]

CWS-TOOLING: integrate CWS dba311b_DEV300 2009-07-08 11:52:32 +0200 fs  r273825 : #i101701# always Draw (instead of PaintToDevice) when exporting to PDF, there's no reason to care for IsExportFormFields, this is done in higher layers


2009-07-29  Philipp Lohmann  <pl@openoffice.org>  [2fe1cc7ea929baed43d2f9a727bb3313e0250688]

#i92516# resize dialog if details get to large


2009-07-29  Philipp Lohmann  <pl@openoffice.org>  [da584ffdfde2a3e42f1155b2153d16058b83a3b7]

fix a warning


2009-07-28  Philipp Lohmann  <pl@openoffice.org>  [4fbebcdf32ad5300f73c84323e857f370ca73d40]

#i92518# adapt UI spec


2009-07-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e66b3f1766e755b2472358f27c291678d3bad16]

CWS-TOOLING: integrate CWS thaical311_DEV300 2009-07-21 12:42:57 +0200 er  r274181 : #i102356# init: force Gregorian calendar in spite of what ICU may default to for a locale


2009-07-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6993536628f2d3739214f4147147212264cf5fa4]

CWS-TOOLING: integrate CWS filepicker01 2009-07-03 13:21:25 +0200 cd  r273690 : #i102319# Use GetSelectedFiles() instead of GetMPath() to retrieve a set of selected files 2009-07-01 14:27:56 +0200 cd  r273582 : #i64800# Use ParseDisplayName correctly and don't allocate memory for an output parameter 2009-07-01 10:47:47 +0200 cd  r273553 : #i102701# Make P1 fix for CWS filepicker01, too. 2009-06-29 11:58:09 +0200 cd  r273463 : i102319# File picker should NOT set multi selection as a default. 2009-06-29 11:49:10 +0200 cd  r273461 : #i102319# Use XFilePicker2 interface to retrieve files from multi selection 2009-06-26 15:42:43 +0200 cd  r273423 : #i99759# Release solar mutex before blocking on execute() when using system file picker 2009-06-26 15:35:50 +0200 cd  r273422 : #i99759# Don't release solar mutex in shutdown(). Must be done before calling execute() 2009-06-23 11:40:02 +0200 cd  r273267 : #i95425# Fixed wrong initialization of TimeValue members 2009-06-23 10:35:20 +0200 cd  r273262 : #i99759# Fix deadlock on Windows XP/2000 because of removing Picker Thread from sfx2. Now CAsyncEventNotifierThread releases the solar mutex before blocking 2009-06-22 11:59:15 +0200 cd  r273209 : #i102948# Remove links from toolbar object when using lazy delete as the toolbar manager is now destroyed before the toolbar 2009-06-22 11:22:14 +0200 cd  r273204 : #i99759# Don't use a new thread to call the file picker. As a consequence this thread is also calling Application::Yield() and therefore is fighting with the main thread for messages 2009-06-22 11:13:32 +0200 cd  r273203 : #i99759# Solar mutex must be locked before calling Application::Yield() 2009-06-19 15:23:01 +0200 cd  r273161 : #i102948# Remove/add decorated window from/into old/new parent decorated window list 2009-06-19 12:49:37 +0200 cd  r273156 : #i101843# Use new COM based dialog implementation from Windows Vista on


2009-07-28  Philipp Lohmann  <pl@openoffice.org>  [b46bfa67b7ce06a97a4068ee6cc97e3d8d533412]

#i92518# need sensible defaults for N-Up printing


2009-07-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [92b37ac70561ccf1320c5ab8e04ddc947ddf3298]

CWS-TOOLING: integrate CWS ooo311gsl06_DEV300 2009-07-21 16:30:28 +0200 hdu  r274204 : #i102486# right align text one pixel left of right edge 2009-07-20 16:47:50 +0200 hdu  r274150 : #i103446# fix use case of GetTextBreak() when there is no room at all for the text


2009-07-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad5c88fcc8744d52b0e1100cf8eb98a81f6a6474]

CWS-TOOLING: integrate CWS fwk112 2009-07-17 08:54:15 +0200 cd  r274075 : #i102094# MinGW needs additional path info for linking 2009-07-13 15:09:07 +0200 cd  r273938 : #i102094# Add special part for MinGW linking to imagehlp.lib 2009-07-10 08:05:14 +0200 cd  r273871 : #i102094# Use size_t for constant values to fix warnings 2009-07-09 13:45:27 +0200 cd  r273859 : #i102094# MinGW needs include malloc.h for function alloca 2009-07-09 12:37:39 +0200 cd  r273856 : #i102094# Fix problem with signed/unsigned comparision warning 2009-06-19 11:34:40 +0200 cd  r273154 : #i102094# Added comment for future maintenance 2009-06-19 11:34:11 +0200 cd  r273153 : #i102094# Added comment for future maintenance 2009-06-16 17:25:03 +0200 cd  r273032 : #i102094# Extend md5.cxx to detect Windows PE images and ignore PE header date+time/checksum to have the same MD5 checksum 2009-06-16 17:22:47 +0200 cd  r273031 : #i102094# Added rebase custom action 2009-06-16 17:01:12 +0200 cd  r273030 : #i102094# Use rebaseoo.exe instead of rebase.exe to prevent clash with build tool 2009-06-16 17:00:34 +0200 cd  r273029 : #i102094# Execute rebase custom action for administrative installations 2009-06-16 16:59:11 +0200 cd  r273028 : #i102094# Small changes for rebaseoo/rebasegui tools 2009-06-16 16:58:29 +0200 cd  r273027 : i102094# Deliver rebase tool as rebaseoo.exe as build env already use a rebase.exe 2009-06-16 16:57:15 +0200 cd  r273026 : i102094# Crash reporter should not use PE header date+time/checksum data for MD5 checksum 2009-05-29 17:03:26 +0200 cd  r272474 : #i102094# Fix wrong deliver statement 2009-05-29 14:55:35 +0200 cd  r272459 : #i102904# Make executables more robust. Add error message if installation cannot be found 2009-05-28 17:41:07 +0200 cd  r272422 : CWS-TOOLING: rebase CWS fwk112 to trunk@272291 (milestone: DEV300:m49) 2009-05-28 17:31:27 +0200 cd  r272421 : #i10000# Resolve conflict on merge 2009-05-28 15:32:09 +0200 cd  r272409 : #i102094# Added resource and localization files for rebasegui tool 2009-05-27 13:56:33 +0200 cd  r272341 : #i102094# Added new command line tool to rebase libraries to a default virtual load address. Additional GUI tool to check the state of an installation 2009-05-26 10:49:20 +0200 cd  r272285 : #i102094# New command line tool to rebase libraries to a default virtual load address 2009-05-26 10:40:02 +0200 cd  r272282 : #i102094# New command line tool to rebase libraries to a default virtual load address 2009-05-26 08:57:24 +0200 cd  r272280 : #i102094# Fixed wrong variable usage 2009-05-26 08:41:29 +0200 cd  r272278 : #i102094# New command line tool to rebase libraries to a default virtual load address 2009-05-20 16:47:24 +0200 cd  r272141 : #102094# Added missing include statement for debug build 2009-05-20 15:39:21 +0200 is  r272136 : #102094# rebase to default value in installation 2009-05-20 15:38:38 +0200 is  r272135 : #102094# rebase to default value in installation 2009-05-20 15:37:45 +0200 is  r272134 : #102094# rebase to default value in installation


2009-07-27  Philipp Lohmann  <pl@openoffice.org>  [1b743894e25b70c76fcb38419f849d2451383824]

#i92518# adapting new UX spec


2009-07-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e820a7993feec123688826246a0391a1f6582aff]

CWS-TOOLING: integrate CWS cmcfixes60 2009-07-03 21:56:04 +0200 cmc  r273718 : #i103313# org.openoffice.System not org.openoffice.Setup for looking up default locale 2009-07-01 17:15:31 +0200 cmc  r273606 : #i102636# extra rounding precision 2009-07-01 11:04:47 +0200 cmc  r273556 : #i100000# workaround build issue 2009-06-30 17:27:41 +0200 cmc  r273525 : #i102636# extra rounding precision 2009-06-30 09:42:46 +0200 cmc  r273491 : #i102634# numbers got mixed up somehow 2009-06-30 09:19:56 +0200 cmc  r273490 : CWS-TOOLING: rebase CWS cmcfixes60 to trunk@273468 (milestone: DEV300:m51) 2009-06-22 12:54:45 +0200 cmc  r273217 : #i103000# micro-optimization to remove unused symbols from fpicker etc. 2009-06-19 10:06:21 +0200 cmc  r273148 : #i102932# put same type into an Any as we take out of that Any, affect 64bit 2009-06-13 17:38:42 +0200 cmc  r272957 : #i102742# gcc44 warnings, return of const primitive type doesn't mean anything 2009-06-13 16:22:40 +0200 cmc  r272955 : #i102737# keep existing logic and silence new gcc44 warnings 2009-06-13 16:06:25 +0200 cmc  r272954 : #i102736# confirm existing logic to be gcc44 warnings free 2009-06-10 19:40:24 +0200 cmc  r272837 : #i87461# 64bit color lossage 2009-06-10 19:23:38 +0200 cmc  r272836 : #i102636# tidy up UI rounding errors


2009-07-27  Philipp Lohmann  <pl@openoffice.org>  [461e6e50a8c567fff98827e94637d741d79b9fd2]

#i92518# adapting new UX spec


2009-07-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [482e0b562d9944093e3058c7cd05184fc5fd8b99]

CWS-TOOLING: integrate CWS aw073 2009-07-16 11:21:19 +0200 aw  r274036 : corrections after resync 2009-07-15 13:34:18 +0200 aw  r274009 : CWS-TOOLING: rebase CWS aw073 to trunk@273858 (milestone: DEV300:m52) 2009-07-01 20:04:27 +0200 aw  r273613 : CWS-TOOLING: rebase CWS aw073 to trunk@273468 (milestone: DEV300:m51) 2009-06-24 11:51:03 +0200 aw  r273324 : #i102062# added using statement for solaris compiler 2009-06-23 12:53:50 +0200 aw  r273278 : #i100158# force filled polygons to closed state 2009-06-23 12:28:33 +0200 aw  r273276 : #i100158#, #i102371# corrected all (mnAntialiasing & ANTIALIASING_ENABLE_B2DDRAW) shortcuts to support line/fill and to be not used when FillMode is not overpaint 2009-06-23 12:15:14 +0200 aw  r273274 : #i100158# added PolyPolygon support for snapPointsOfHorizontalOrVerticalEdges helper 2009-06-22 17:28:33 +0200 aw  r273244 : #i101508# added taking care of cell's distance-to-border values for cell text primitive creation 2009-06-22 12:59:10 +0200 aw  r273218 : #i102253# applied patch from OD (see task) 2009-06-18 17:00:52 +0200 aw  r273125 : #i102251# added EE_CNTRL_ONLINESPELLING switch off at DrawOutliner during GraphicExporter::GetGraphic 2009-06-18 14:35:57 +0200 aw  r273120 : #i102241# added mergeToSinglePolyPolygon usage to SdrObject::ImpConvertToContourObj 2009-06-18 14:35:20 +0200 aw  r273119 : #i102241# improved PolygonStrokePrimitive2D::createLocalDecomposition 2009-06-18 14:34:49 +0200 aw  r273118 : #i102241# Made B2DCubicBezier::testAndSolveTrivialBezier() numerically more stable 2009-06-17 16:11:21 +0200 aw  r273078 : #i102062# added compare support for OutlireParaObject's WrongList in an extra method; using in primitive comparators 2009-06-16 19:10:18 +0200 aw  r273037 : #i101957# corrected: offset needs to be added before rotation and shear 2009-06-16 18:58:43 +0200 aw  r273035 : #i101957# added needed offset by object width to SdrTextObj::impDecomposeStretchTextPrimitive for vertical texts 2009-06-16 18:35:55 +0200 aw  r273034 : #i101941# corrected object initialisation for 3D Scenes on Clone operator 2009-06-16 16:07:30 +0200 aw  r273024 : #i101811# extended renderChartPrimitive2D to create a correct embedding in a new MapMode 2009-06-12 19:38:07 +0200 aw  r272940 : #i101734# added test code to experiment on demand with more complex transformations for virtual objects than only translations 2009-06-12 19:37:07 +0200 aw  r272939 : #i101734# corrected SvtGraphicStroke preparation in MetaFile renderer (AFAP) 2009-06-12 16:31:55 +0200 aw  r272931 : #i101648# re-enabled object creation with objecttype OBJ_NONE for SW Frame creation 2009-06-12 13:59:05 +0200 aw  r272917 : #i101598# supported AAed single line paint in VCL 2009-06-12 11:34:25 +0200 aw  r272907 : #i101598# adapted Graphic::GetBitmap() usage 2009-06-10 16:34:19 +0200 aw  r272830 : #i101598# added VCL_DLLPUBLIC to parameter class 2009-06-10 16:30:27 +0200 aw  r272829 : #i101598# extended calls to Graphic::GetBitmap/Ex where conversions to Bitmap objects is needed to user defined parameters like AntiAlisasing 2009-06-10 16:28:44 +0200 aw  r272828 : #i101598# extended Graphic::GetBitmap/Ex interfaces to transport raster conversion parameters since these calls potentially need to rasterconvert a contained MetaFile 2009-06-09 16:26:40 +0200 aw  r272781 : #i100945# checked in proposed patch for now 2009-06-08 18:01:42 +0200 aw  r272742 : #i101239# teached BinTextObject to register at EditEngineItemPool sub-pool, not on given pool directly


2009-07-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0f351803e75b28f50f1a124126a5149058d4232]

CWS-TOOLING: integrate CWS kso32fixes 2009-07-10 15:25:24 +0200 kso  r273899 : #i53184# - fix probs with UNC server names containing underscores. 2009-07-10 14:31:59 +0200 kso  r273893 : CWS-TOOLING: rebase CWS kso32fixes to trunk@273858 (milestone: DEV300:m52) 2009-07-09 13:46:16 +0200 kso  r273861 : #i53184# - withdrew patch. 2009-07-08 13:39:00 +0200 kso  r273829 : #i63159# - added license header 2009-07-08 11:44:08 +0200 kso  r273824 : i53184 - cannot open files from shell if UNC server has a _ (underscore) 2009-07-08 11:21:12 +0200 kso  r273822 : #i93271# - mingw build error 2009-07-08 11:13:48 +0200 kso  r273821 : #i91247 - Adhere to one more xdg spec 2009-07-08 11:02:53 +0200 kso  r273820 : #i89017# - osl_trace now emits trailing line feed to the debugger 2009-07-08 10:55:04 +0200 kso  r273819 : #i88663# - not waiting on successful forks but subsequent process failure 2009-07-07 17:05:27 +0200 kso  r273810 : #i88382# - It's nice to leave the modal mode in gtk+ too ;-) 2009-07-07 16:53:34 +0200 kso  r273808 : i88331# - Typo in include guard 2009-07-07 16:48:17 +0200 kso  r273807 : i82831# - crashrep: warnings when size_t != int 2009-07-07 16:39:49 +0200 kso  r273806 : i63159# - Patch to use d_type field in dirent structure if possible 2009-06-24 12:52:27 +0200 kso  r273333 : #i100274# - solved win2k missing symbol problem (again). 2009-05-20 13:58:48 +0200 kso  r272124 : CWS-TOOLING: rebase CWS kso32fixes to trunk@271830 (milestone: DEV300:m48) 2009-04-17 14:50:54 +0200 kso  r270950 : CWS-TOOLING: rebase CWS kso32fixes to trunk@270723 (milestone: DEV300:m46) 2009-03-26 09:27:28 +0100 kso  r270054 : #i100274# NTLM code cleanup. 2009-03-20 14:13:38 +0100 kso  r269807 : #i100274# - Fixed potential buffer overflow in NTLM code. 2009-03-19 14:53:03 +0100 kso  r269748 : #i100274. Added NTLM support for Non-Windows platforms. 2009-03-17 15:52:44 +0100 kso  r269613 : CWS-TOOLING: rebase CWS kso32fixes to trunk@269297 (milestone: DEV300:m43)


2009-07-25  Philipp Lohmann  <pl@openoffice.org>  [846a021d26eb6e8d65e756e76441d2ee8e191ad3]

solve some rebase problems


2009-10-08  hg  <hg@oosvn01.>  [a2c69e421904148fe4299a27d748273c312aa284]

merge with m53


2009-07-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1506d5bd7f3046b280969472c2d16fb24d5d1f7]

CWS-TOOLING: integrate CWS vcl103 2009-07-24 Jens-Heiner Rechtien #i10000#: merge with m53 2009-07-10 Philipp Lohmann merge 2009-07-10 hdu #i103417# ignore non-standard font styles 2009-07-07 Philipp Lohmann #i98789# add: Invalidate on StateChanged( STATE_CHANGE_ENABLE ) 2009-07-07 Philipp Lohmann #i102501# ExportFormFields should be persistent 2009-07-07 Philipp Lohmann merge 2009-07-07 Philipp Lohmann #i103319# there is no platform currently where we should beep on disabled controls 2009-07-02 Philipp Lohmann merge 2009-07-01 Philipp Lohmann #i93100# handle ListBox with no border a little more graceful on MacOSX 2009-07-01 Philipp Lohmann #i101307# don't crash due to unfortunate timing 2009-07-03 thb #i103145# Swapped HINT_DOCK for HINT_TOOLBAR for the presentation fullscreen window; anecdotal evidence suggests it works much better then for wide-spread window managers 2009-06-30 Philipp Lohmann #i103102# evaluate Cmd-Option key combinations 2009-06-29 Philipp Lohmann #i103148# catch exception from missing UCB (thanks thb) 2009-06-29 hdu #i102378# fix PDF-export on PPC (thanks cloph!) 2009-06-25 Philipp Lohmann fix another link problem 2009-06-24 Philipp Lohmann use correct method signature 2009-06-24 Philipp Lohmann fix a warning 2009-06-24 Philipp Lohmann fix a warning 2009-06-24 Philipp Lohmann #i100357# add: GDIMetaFile::GetBoundRect 2009-06-24 Philipp Lohmann merge 2009-06-24 hdu #i100357# extend GetTextBoundRect() to measure justified text too 2009-06-23 Philipp Lohmann #i101108# protect writer from itself, no one could ever use paper of size (0,0) 2009-06-22 Philipp Lohmann merge 2009-06-22 Philipp Lohmann #i92356# treat windows running a popup menu as modal 2009-06-22 hdu #i100000# remove sft.h again (CWS dba32b accidentially reintroduced it) 2009-06-17 Philipp Lohmann merge 2009-06-17 Philipp Lohmann remove warnings (thanks ericb) 2009-06-17 Philipp Lohmann merge 2009-06-17 Philipp Lohmann #i102133# free cursors (thanks cmc) 2009-06-17 Philipp Lohmann #i97293# catch exception 2009-06-17 Philipp Lohmann #i91240# fix images in menus, again 2009-06-15 Philipp Lohmann #i100586# fix a pure virtual method (thanks cmc) 2009-06-15 Philipp Lohmann fix an array delete issue 2009-06-15 Philipp Lohmann #i102228# fix a cleanup issue 2009-06-15 Philipp Lohmann #i97218# solve duplicate accelerator 2009-06-12 hdu #i102219# avoid void*->oslGenericFunction cast for MingW (thanks tono!)


2009-07-24  Philipp Lohmann  <pl@openoffice.org>  [05678bd76de1506abd70246e1df507aac585b3ff]

#i92516# adapt new print UI spec


2009-07-23  Philipp Lohmann  <pl@openoffice.org>  [1abe2b1717218a936b23e6c7ef7e65326197dab1]

#i92516# adapt new UX spec


2009-07-23  Ivo Hinkelmann  <ihi@openoffice.org>  [439fd1ef324a4bb1d97f7c99d8b6ae41a3f433e8]

#i10000# #i103730# ooo vs. so env fix


2009-07-22  Philipp Lohmann  <pl@openoffice.org>  [e9328d49efc72a565ff11a837238f8cd0ea24a71]

#i92516# adapt to new UI spec


2009-07-22  sb  <sb@openoffice.org>  [dfcd665a1898a0294b817eb1d3da736060cd4ef1]

merged in DEV300_m53


2009-07-21  Release Engineers  <releng@openoffice.org>  [e01bb819acb5be8d2107aa29e315675947b218ac]

Create DEV300_m53 milestone tag from trunk@274201


2009-07-17  Philipp Lohmann  <pl@openoffice.org>  [b5f32d39a0bac4279442728dbf692a0ddc78b239]

add exceptions for stl


2009-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [88dc081eeabd3d463f1c39eae6ab35a6e98fb4a5]

CWS-TOOLING: integrate CWS mav53_DEV300 2009-06-29 13:42:56 +0200 hbrinkm  r273471 : #i101593# switched off optimization in table layout, that caused frames to be layouted incorrectly 2009-06-25 12:29:11 +0200 cd  r273376 : #i101774# Don't rely on initialize call for VistaFilePicker 2009-06-25 11:48:33 +0200 tl  r273373 : #i101420# Gnome accessibility fix 2009-06-24 18:16:49 +0200 od  r273361 : #i97309 method <XMLTextParagraphExport::exportListChange(..)> 	- export text:start-value at correct list item. 2009-06-23 14:11:44 +0200 b_michaelsen  r273281 : #i103032#: cutting of URL-parameters for usage tracking 2009-06-22 11:49:12 +0200 b_michaelsen  r273207 : #i102805#: Added usage tracking to SfxToolboxControl 2009-06-22 11:46:00 +0200 b_michaelsen  r273205 : whitespace fixes 2009-06-05 14:21:12 +0200 mav  r272683 : #i101741# check the file date only in document file locking context


2009-07-16  Philipp Lohmann  <pl@openoffice.org>  [425b93adddbd7159de31fc6df27882f5132eeb15]

#i101973# add configuration setting for administrator to switch off collation UI


2009-07-16  Philipp Lohmann  <pl@openoffice.org>  [eacf466e3cd05d64e7d3f12a5b2a04c3862a17f6]

#i92516# collation support


2009-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [0eaff65d4568dc78c878be014b795d6bf3834e97]

CWS-TOOLING: integrate CWS ooo311gsl05_DEV300 2009-06-30 17:18:18 +0200 pl  r273524 : add patch flags for CWS ooo311gsl05 2009-06-30 16:22:06 +0200 pl  r273519 : #i102485# correct landscape printing 2009-06-30 08:45:25 +0200 hdu  r273486 : #i102378# fix PDF-export on PPC (thanks cloph!)


2009-07-16  Philipp Lohmann  <pl@openoffice.org>  [7d19ff0c6f9954dc0da0bd94db994c81876351a4]

#i92516# support wheel for preview forward/backward


2009-07-14  Frank Schönheit  <fs@openoffice.org>  [62c98e7bf78a1bc93f487e4cb6ce43f407f4cd41]

merging selected changes from tags/DEV300_m52


2009-07-14  Philipp Lohmann  <pl@openoffice.org>  [ceed31eedb7589030c5ac10d93df073e737f9f6b]

#i92516# make dialog maximizable, fix a paint issue


2009-07-13  Philipp Lohmann  <pl@openoffice.org>  [8bfc2b0cc011bdadf085ca8cc08b7a3c1243a9fb]

fix number at end, change behaviour for empty string


2009-07-10  Philipp Lohmann  <pl@openoffice.org>  [47f3d03c02cbf7b07bc4710352d0dd034776c2a5]

#i92516# fix count


2009-07-10  Philipp Lohmann  <pl@openoffice.org>  [f2e4553c07359803082e1637d3e79ab65f602279]

#i92516# new parser for ranges


2009-07-10  Mathias Bauer  <mba@openoffice.org>  [53235e8f4f07ebfe180c98580a7bfc86bec1f7a3]

#i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where possible


2009-07-13  Thomas Lange  <tl@openoffice.org>  [49c9cdc7485782426fc9e5b57b13340d2c65d1cf]

undoing r273933 which was accidently commited on master m51


2009-07-13  Thomas Lange  <tl@openoffice.org>  [e6e225514058b2c7928a6a1af54a4b6dc4371529]

undoing r273932 which was accidently commited on the master m51


2009-07-13  Thomas Lange  <tl@openoffice.org>  [f2fdb43843e6b0e59dd185e3ad4f232783720c6c]

#i1601# sentence case transliteration


2009-07-13  Thomas Lange  <tl@openoffice.org>  [48c3eca82b19660e9c8d94d03b05dbcf73f057aa]

#i64400# hyphen should be part of word by default


2009-07-09  Philipp Lohmann  <pl@openoffice.org>  [5a27bb2aa624ee3b510a61b5f5a34b4222a2e89d]

add: set of possible values


2009-07-09  Release Engineers  <releng@openoffice.org>  [b8c294687d774d2190163d366050cd6e33721d36]

Create DEV300_m52 milestone tag from trunk@273857


2009-07-08  Philipp Lohmann  <pl@openoffice.org>  [87507e1061571d0a66235ab55b1d38971b71df55]

#i95216# get a new enumerator that parsers a page range


2009-07-07  Philipp Lohmann  <pl@openoffice.org>  [2c6d1256d0c86450a94b213c048ed6c7bd421820]

PrinterController API change


2009-07-07  Vladimir Glazounov  <vg@openoffice.org>  [aeb579fede018112ab535026fe88937b3fd17eae]

CWS-TOOLING: integrate CWS ooo311gsl04_DEV300 2009-06-25 18:59:25 +0200 pl  r273391 : add forgotten patch flags for cws: ooo311gsl01,ooo311gsl02,ooo311gsl03,ooo311gsl04,svp02,c28v001 2009-06-25 18:05:10 +0200 pl  r273388 : CWS-TOOLING: rebase CWS ooo311gsl04 to branches/OOO310@272865 (milestone: OOO310:m13) 2009-06-15 16:57:19 +0200 pl  r273001 : #i98804# check for nil 2009-06-11 07:14:52 +0200 hdu  r272842 : #i102603# make rotated+shuffled text export work again


2009-07-06  Vladimir Glazounov  <vg@openoffice.org>  [b995fb8f5d09c7a271c964283fb6e0161f849ae1]

CWS-TOOLING: integrate CWS impress173_DEV300 2009-06-16 15:50:22 +0200 sj  r273022 : #i101545# fixed crash - bracketing of graphic links has been done twice leading to a broken graphic state stack 2009-06-05 10:37:58 +0200 cl  r272669 : #i102298# prevent export of multiple writing-mode attributes for cell styles 2009-06-05 10:29:42 +0200 cl  r272667 : #i98403# fixed editing of motion path


2009-07-06  Ivo Hinkelmann  <ihi@openoffice.org>  [94bb79ea6ea934593b9d69464b8d6f6d37d1fdcf]

#i10000# localize.cxx is in a weird state


2009-07-06  Vladimir Glazounov  <vg@openoffice.org>  [8c7612e945d55711da17dfff2c1bd4b73a11b1c9]

CWS-TOOLING: integrate CWS ooo311gsl03_DEV300 2009-06-08 19:08:54 +0200 pl  r272745 : #159965# add missing link dependency 2009-06-08 18:14:12 +0200 pl  r272743 : #159965# join svp02, fix copyArea, copyBits and getBitmap from subsetted devices 2009-06-05 14:55:00 +0200 pl  r272689 : #i101082# adjust GetClientSize to behavior on other platforms 2009-06-04 20:21:35 +0200 pl  r272658 : #i96031# try key event if special key codes fail


2009-07-06  Philipp Lohmann  <pl@openoffice.org>  [f28c54b642c6da72715db8cbdb4803858eedd37b]

#i92516# rename PrinterListener


2009-07-06  Philipp Lohmann  <pl@openoffice.org>  [4ed8923bb7ff3e9c8727a92b6d16206d5241c8b2]

rename PrinterListener, add: getValues, abortJob


2009-07-03  Release Engineers  <releng@openoffice.org>  [58f6154e6cbf43acc6bf7f445e3b616cb4a5f41b]

CWS-TOOLING: integrate CWS dba32c 2009-06-29 20:53:25 +0200 fs  r273484 : #i103138# Rectangle conversion 2009-06-29 20:51:50 +0200 fs  r273483 : #i103138# yet more refactoring, now also setting the proper zoom level at the proper point in time 2009-06-29 13:40:26 +0200 fs  r273470 : added svn:ignore to ignore output paths 2009-06-29 10:08:54 +0200 fs  r273455 : #i103138# refactored the code for positioning/zooming the control Basically, we now allow adjustControlGeometry_throw (formerly known as positionControl_throw and setControlZoom) to take an additional ViewTransformation parameter, describing the transformation to obtain the actual control position/size. Consequently, positionControl itself also allows for a ViewTransformation parameter. This has become necessary since during painting, the device which we created our control for might not necessarily have a proper MapMode set. In this case, if we would use this map mode for calculating the control's position/size, this would lead to wrong results. Note that this problem was introduced by the fix for #i101398#: During the fix, we postponed the control creation to a later time (when it is really needed). At this later time, the MapMode at the device is broken, at the earlier time where we formerly crearted the control (createPrimitive2DSequence), it is not yet broken. Whether or not the MapMode is defined as "broken" might depend on one's point of view, however ... I consider it broken, since: - we need the map mode to obtain the proper zoom level, which is to be forwarded to the control - there are scenarios where the MapMode is *not* set to MAP_PIXEL (in those scenarios, everything works   fine), and there are scenarios where it *is* set to MAP_PIXEL (in those the bug 103138 appears). It somehow feels wrong that one cannot rely on the device's map mode this way, but on the other hand one has no possibility to obtain the current zoom by other means. Note that one issue (still to be submitted) is left: In the page pane of a Draw/Impress document, controls have a wrong text size. This is because in this pane, the above-mentioned "broken" map mode is used, which means the controls have a zoom of "1:1" set, which is wrong here. 2009-06-25 13:41:35 +0200 msc  r273380 : #100000# the tabs changed die to new properties 2009-06-24 12:42:40 +0200 msc  r273330 : #102082# remove issue warning 2009-06-22 10:43:14 +0200 fs  r273201 : createPrimitive2DSequence: care for being disposed 2009-06-18 12:35:13 +0200 oj  r273109 : #i102305# make nooptfiles for gcc 2009-06-17 12:14:37 +0200 oj  r273056 : #i102305# fix for linux 2009-06-17 07:20:22 +0200 oj  r273046 : #i102305# move ValueTransfer into the for loop to avoid a crash under Linux 2009-06-17 07:17:28 +0200 oj  r273045 : #i102305# use varchar 2009-06-15 14:11:27 +0200 fs  r272983 : added since tag 2009-06-15 12:11:39 +0200 oj  r272973 : #i102305# SAL_DLLPUBLIC_EXPORT inserted 2009-06-15 11:08:53 +0200 fs  r272969 : #i10000# 2009-06-15 09:25:13 +0200 fs  r272963 : merging fix for P1 issue #i102701# 2009-06-11 11:31:24 +0200 fs  r272858 : #i10000# copied the fix which before the rebase was done in ../dialog/macropg.src 2009-06-11 09:38:14 +0200 fs  r272846 : CWS-TOOLING: rebase CWS dba32c to trunk@272827 (milestone: DEV300:m50) 2009-06-02 09:53:10 +0200 fs  r272483 : #i10000# 2009-05-29 15:55:03 +0200 fs  r272465 : #i100818# 2009-05-29 12:58:43 +0200 fs  r272452 : don't apply comphelper::getString on possibly VOID any 2009-05-29 10:38:35 +0200 oj  r272437 : #i101519# handle where condition 2009-05-29 09:53:39 +0200 fs  r272434 : #i100818# call into releaseStubs /without/ locked GlobalMutex 2009-05-28 07:53:44 +0200 oj  r272375 : #i101369# parse tree changed 2009-05-27 14:53:36 +0200 fs  r272347 : #i10000# 2009-05-27 09:29:15 +0200 oj  r272327 : #i101626# check for double before hard cast 2009-05-27 09:13:58 +0200 oj  r272326 : #i101626# handle void correctly 2009-05-27 08:04:39 +0200 oj  r272321 : #i102256# wrong method signature used 2009-05-27 07:55:52 +0200 oj  r272320 : #i101519# look up parameter typ if used in function 2009-05-27 06:49:07 +0200 oj  r272319 : #i101519# set parameter from rowset as well 2009-05-26 13:30:56 +0200 oj  r272297 : #i101987# impl XBatchExecution 2009-05-26 12:44:34 +0200 oj  r272293 : #i101700# check if group is not set 2009-05-26 12:16:53 +0200 oj  r272290 : #i101369# resolved some reduce7reduce problems with boolean_term and search_condition 2009-05-26 12:12:42 +0200 oj  r272289 : #i101369# fix for or on one line criteria 2009-05-25 16:02:25 +0200 fs  r272257 : #i999704# +PROPERTY_MOUSE_WHEEL_BEHAVIOR 2009-05-25 16:01:55 +0200 fs  r272256 : merging the changes from CWS dba32b herein 2009-05-25 15:49:57 +0200 fs  r272254 : #i999704# 2009-05-25 15:32:57 +0200 fs  r272252 : #i99704# grid columns also to respect the MouseWheelBehavior property 2009-05-25 15:23:43 +0200 fs  r272251 : don't pass empty Anys to ::comphelper::getString 2009-05-25 14:48:43 +0200 fs  r272248 : merged changes from CWS dba32b herein 2009-05-25 14:44:40 +0200 fs  r272247 : #i99704# support new MouseWheelBehavior property 2009-05-25 14:43:18 +0200 fs  r272246 : #i99704# WheelWithoutFocus (peer property) superseded by MouseWheelBehavior (model property) 2009-05-25 14:41:03 +0200 fs  r272245 : #i99704# no need to set the mouse wheel behavior at the peer, this is now a model property, having the right default 2009-05-25 14:39:31 +0200 fs  r272243 : removed dead import 2009-05-25 14:35:36 +0200 fs  r272242 : the new EnableVisible doesn't make sense for grid columns 2009-05-25 14:34:33 +0200 fs  r272241 : #i99704# +MouseWheelBehavior - allow to enable/disable the mouse wheel for the control, or make it focus-dependent 2009-05-25 14:26:11 +0200 fs  r272240 : #i99704# change MouseSettings wheel flag (NoWheelActionWithoutFocus) to a three-state option, allowing to completely ignore the mouse wheel 2009-05-23 21:35:59 +0200 fs  r272213 : localize 'sub component opened/closed' event 2009-05-22 21:42:47 +0200 fs  r272211 : #i102003# 2009-05-22 21:42:20 +0200 fs  r272210 : grammar 2009-05-22 21:36:10 +0200 fs  r272209 : #i102140# load only once, not twice, and show error messages during loading (and during any form action, that is) asynchronously 2009-05-22 21:35:11 +0200 fs  r272208 : #i102140# +clear 2009-05-22 14:50:30 +0200 fs  r272194 : #i102139# for newly created DB docs, set the MacroExecutionMode to USE_CONFIG 2009-05-22 12:03:42 +0200 fs  r272180 : #i88878# provided by noel.power@novell.com implement a visibility property (EnableVisible) for toolkit controls, and usage in forms and UNO dialogs 2009-05-15 15:37:31 +0200 fs  r271942 : #i100671# corrected some @since tags, so autodoc has better chances of correctly reading them 2009-05-15 15:33:11 +0200 fs  r271940 : don't call comphelper::getFOO for VOID values 2009-05-15 15:08:31 +0200 fs  r271937 : includes 2009-05-15 13:39:22 +0200 fs  r271934 : #i101398# createPrimitive2DSequence: when we already have a control, use the old code. In particular, call positionControlForPaint 2009-05-15 12:33:48 +0200 fs  r271933 : make the geometry a part of the ControlPrimitive2D's identity 2009-05-15 10:15:44 +0200 fs  r271928 : #i10000# 2009-05-14 20:55:38 +0200 fs  r271921 : #i101398# don't reuse the name PRIMITIVE_ID_CONTROLPRIMITIVE2D, make the name of our own ControlPrimitive2D unique 2009-05-14 20:55:31 +0200 fs  r271920 : #i101398# don't reuse the name PRIMITIVE_ID_CONTROLPRIMITIVE2D, make the name of our own ControlPrimitive2D unique 2009-05-14 20:23:23 +0200 fs  r271919 : #i101622# 2009-05-14 16:04:38 +0200 fs  r271898 : don't use comphelper::getInt32 on voids 2009-05-14 16:04:12 +0200 fs  r271897 : merge fix for issue whose number just slipped my memory ... (originally fixed in CWS dba32b) 2009-05-14 15:36:55 +0200 fs  r271895 : merging changes from DEV300:m48 2009-05-07 14:43:19 +0200 fs  r271670 : #i101477# 2009-05-07 14:37:30 +0200 fs  r271668 : #i101477# 2009-05-07 09:27:30 +0200 oj  r271628 : #i101343# remove pch 2009-05-06 09:36:02 +0200 fs  r271568 : getFoo: diagnostics 2009-05-04 09:23:06 +0200 oj  r271438 : CWS-TOOLING: rebase CWS dba32c to trunk@271427 (milestone: DEV300:m47) 2009-04-29 23:18:13 +0200 fs  r271394 : #i101398# use a dedicated 2DPrimitive for UNO Controls, which is able to provide the B2DRange *without* actually creating the control 2009-04-29 13:52:25 +0200 fs  r271366 : #i101308#


2009-07-03  Release Engineers  <releng@openoffice.org>  [11c9d94b33f663773348db804641cdbb11e0aac0]

CWS-TOOLING: integrate CWS dbaperf2 2009-06-22 11:04:36 +0200 msc  r273202 : #100000# fix to run this test 2009-06-22 09:41:04 +0200 msc  r273200 : #100000# correct case 2009-06-22 09:02:42 +0200 msc  r273199 : new SRB 2009-06-22 08:53:26 +0200 msc  r273198 : #100000 2009-06-15 12:36:32 +0200 oj  r272976 : test 2009-06-12 14:23:23 +0200 msc  r272918 : #101587# unused feature was removed 2009-06-12 06:45:17 +0200 oj  r272903 : use GUI instead of OS 2009-06-11 09:12:30 +0200 oj  r272845 : remove unused dep 2009-06-11 09:11:09 +0200 oj  r272844 : ColumnAliasInOrderBy not supported 2009-06-11 08:27:00 +0200 oj  r272843 : CWS-TOOLING: rebase CWS dbaperf2 to trunk@272827 (milestone: DEV300:m50) 2009-06-10 15:30:17 +0200 msc  r272822 : #100000 2009-06-10 15:27:40 +0200 msc  r272820 : #102515# new function for the database type list 2009-06-10 15:26:09 +0200 msc  r272818 : move file to dbaccess/tools/dbcreatetools.inc 2009-06-10 15:20:10 +0200 msc  r272816 : #102515# new function for the database type list 2009-06-10 12:34:46 +0200 oj  r272803 : #i101587# check extension 2009-06-10 11:53:45 +0200 oj  r272800 : remove unused code 2009-06-09 09:57:25 +0200 oj  r272752 : #i101587# EscapeDateTime moved into features section 2009-06-09 09:56:26 +0200 oj  r272751 : enable finish 2009-06-08 11:50:37 +0200 oj  r272726 : #i102588# move convert tzo saveDataSource 2009-06-05 11:54:20 +0200 jsk  r272676 : #i102515# - NEW: Functions to retrieve Database names from API 2009-06-05 10:52:22 +0200 jsk  r272671 : NEW: Functions to retrieve Database names from API 2009-06-05 09:36:54 +0200 oj  r272666 : handle win and unx differently 2009-06-05 09:36:28 +0200 oj  r272665 : handle win and unx differently 2009-06-04 13:41:56 +0200 oj  r272625 : #i101268# make use of stringbuffer instead of oustring 2009-06-04 10:18:14 +0200 oj  r272612 : add SAL_DLLPUBLIC_EXPORT 2009-05-28 10:56:33 +0200 oj  r272381 : #i101587# create langpacks 2009-05-28 10:41:59 +0200 oj  r272380 : #i101587# create langpacks 2009-05-28 10:29:30 +0200 oj  r272379 : #i101587# create langpacks 2009-05-07 10:11:46 +0200 oj  r271635 : fix compile warnings 2009-05-07 07:01:31 +0200 oj  r271619 : change type from int32 to PathID 2009-05-07 06:53:19 +0200 oj  r271618 : add all 2009-05-06 14:57:02 +0200 oj  r271595 : add missing lib 2009-05-06 14:56:54 +0200 oj  r271594 : no used anymore 2009-05-06 14:56:08 +0200 oj  r271593 : no used anymore 2009-05-06 14:54:25 +0200 oj  r271592 : no used anymore 2009-05-06 14:45:59 +0200 oj  r271591 : add missing lib 2009-05-06 14:41:54 +0200 oj  r271590 : change wnt 2009-05-06 14:22:21 +0200 oj  r271589 : #i101587# use config for the drivers 2009-05-06 14:21:39 +0200 oj  r271588 : #i101587# add new set for metadata and config data for driver 2009-05-06 14:19:36 +0200 oj  r271587 : #i101587# handle metadata and props of driver 2009-05-06 10:11:11 +0200 oj  r271570 : #i101587# correct wrong use of reference 2009-05-06 09:24:33 +0200 oj  r271567 : #i101587# add new set for metadata 2009-05-06 08:52:06 +0200 oj  r271563 : #i101587# add driver configuration 2009-05-06 08:51:04 +0200 oj  r271562 : #i101587# add driver configuration 2009-05-04 10:24:41 +0200 oj  r271442 : CWS-TOOLING: rebase CWS dbaperf2 to trunk@271427 (milestone: DEV300:m47) 2009-04-28 07:06:22 +0200 oj  r271303 : compile error 2009-04-27 14:12:48 +0200 oj  r271270 : #i101268# make use of stringbuffer instead of oustring 2009-04-27 14:12:27 +0200 oj  r271269 : #i101268# make use of stringbuffer instead of oustring 2009-04-27 09:30:10 +0200 oj  r271255 : use string buffer when possible 2009-04-24 11:56:01 +0200 oj  r271207 : #i101268# remove end() call from loop 2009-04-23 14:24:03 +0200 oj  r271171 : add dep 2009-04-23 13:25:25 +0200 oj  r271164 : #i101268# add config entries for database drivers 2009-04-23 13:07:13 +0200 oj  r271161 : #i101268# add config entries for database drivers 2009-04-23 13:06:33 +0200 oj  r271160 : #i101268# add parent url pattern entry for driver node 2009-04-23 13:05:39 +0200 oj  r271159 : #i101268# add config entry for driver node 2009-04-23 13:04:09 +0200 oj  r271157 : #i101268# add config entry for driver node 2009-04-23 06:41:32 +0200 oj  r271142 : #i101268# add new configuration file Drivers 2009-04-22 13:49:19 +0200 oj  r271103 : convert EOL 2009-04-22 13:29:17 +0200 oj  r271101 : #i101268# use of driver configuration entries for features and properties 2009-04-22 13:28:08 +0200 oj  r271100 : #i101268# use of driver configuration entries for features and properties 2009-04-22 13:15:26 +0200 oj  r271098 : #i101268# add new configuration file Drivers 2009-04-22 13:14:43 +0200 oj  r271097 : #i101268# use of driver configuration entries for features and properties


2009-07-03  Release Engineers  <releng@openoffice.org>  [45d0d68efcb6c224ed54a6ff909e5b5c139706d2]

CWS-TOOLING: integrate CWS fwk108 2009-05-27 09:53:38 +0200 cd  r272332 : CWS-TOOLING: rebase CWS fwk108 to trunk@272291 (milestone: DEV300:m49) 2009-05-26 15:31:26 +0200 cd  r272307 : CWS-TOOLING: rebase CWS fwk108 to trunk@271830 (milestone: DEV300:m48) 2009-04-08 12:56:05 +0200 cd  r270636 : #i100910# Check for exact type for SfxVoidItem 2009-04-03 16:18:17 +0200 tl  r270499 : #i100828# avoid loading library for language guessing at start-up


2009-07-02  sb  <sb@openoffice.org>  [c6ef333f3f9337770a4d7bf575b270b85459442a]

merged in DEV300_m51


2009-07-02  sb  <sb@openoffice.org>  [e556ebb7c5fafb979032aa0f1ede5e233ad362c8]

#i101955# XStringEscape is optional, so should not trigger OSL_ENUSREs


2009-07-02  Release Engineers  <releng@openoffice.org>  [ed05394c30d27cdf42c4e732f1d3f35714f82e64]

CWS-TOOLING: integrate CWS odfmetadata2 2009-06-22 11:48:36 +0200 mst  r273206 : - connectivity/source/drivers/mozab/mozillasrc/MNSInclude.hxx:   + add "include ustrbuf.hxx" to work around warning caused by     solaris <sys/kstat.h> declaring a global "long l ;" 2009-06-19 14:25:25 +0200 mst  r273159 : - scp2/source/ooo/file_library_ooo.scp:   + fix MinGW build 2009-06-08 12:52:33 +0200 mst  r272727 : - redland/raptor-1.4.18.patch.mingw, redland/raptor/makefile.mk:   + disable parsers that do not build on MinGW (thanks for patch by tono) 2009-05-15 17:31:07 +0200 mst  r271957 : fix typos 2009-05-15 17:28:57 +0200 mst  r271956 : #i101965# - offapi/com/sun/star/text/TextPortion:   + add missing properties:     SoftPageBreak, DocumentIndexMark, ReferenceMark, Footnote, TextField   + fix read-only status of properties: Bookmark, IsStart, IsCollapsed - offapi/type_reference/{typelibrary_history.txt,types.rdb}:   + update reference types.rdb 2009-05-07 14:41:38 +0200 mst  r271669 : - sw/inc/{fmtftn.hxx,unocoll.hxx,doc.hxx,editsh.hxx,ftninfo.hxx},   sw/source/core/layout/{flowfrm.cxx,ftnfrm.cxx},   sw/source/core/doc/docftn.cxx, sw/source/core/edit/edattr.cxx,   sw/source/core/txtnode/atrftn.cxx, sw/source/core/unocore/unocoll.cxx,   sw/source/ui/fldui/fldref.cxx:   + fix warning ... the hard way   + also fix signature of SwDoc::SetCurFtn 2009-05-05 19:52:55 +0200 mst  r271556 : - sw/inc/undobj.hxx:   + make some members const 2009-05-05 19:34:40 +0200 mst  r271555 : - sw/inc/rolbck.hxx, sw/source/core/undo/rolbck.cxx:   + make some members const 2009-05-05 19:13:14 +0200 mst  r271553 : - sw/inc/{undobj.hxx,rolbck.hxx},   sw/source/core/undo/{unbkmk.cxx,rolbck.cxx}:   + fix rebase merge error   + rename SwHstryBookmark to SwHistoryBookmark   + clean up SwUndoBookmark 2009-05-05 19:05:53 +0200 mst  r271552 : - sw/source/core/unocore/unoportenum.cxx:   + fix annoying assertion 2009-05-05 15:34:48 +0200 mst  r271522 : CWS-TOOLING: rebase CWS odfmetadata2 to trunk@271427 (milestone: DEV300:m47) 2009-05-04 12:37:01 +0200 mst  r271444 : trivial 2009-04-22 13:30:37 +0200 mst  r271102 : - sfx2/inc/sfx2/dinfdlg.hxx:   + trivial change 2009-04-21 16:46:58 +0200 mst  r271043 : - sw/inc/hintids.hxx:   + introduce some predicates for the various hints, and use them 2009-04-21 16:19:03 +0200 mst  r271041 : - sw/inc/undobj.hxx,   sw/source/core/doc/{docfly.cxx,docfmt.cxx,docftn.cxx,doctxm.cxx},   sw/source/core/undo/{unattr.cxx,unins.cxx}:   + clean up unattr.cxx:     remove/fix casts, prefix members, use auto_ptr, etc. 2009-04-21 15:34:23 +0200 mst  r271039 : - sw/inc/{rolbck.hxx,undobj.hxx},   sw/source/core/doc/docfmt.cxx,   sw/source/core/txtnode/{thints.cxx,txtedt.cxx},   sw/source/core/undo/{rolbck.cxx,undel.cxx,undobj.cxx,unins.cxx,unmove.cxx,     unovwr.cxx,unsect.cxx,unspnd.cxx,untbl.cxx,untblk.cxx,unattr.cxx}:   + clean up SwHistory, SwRegHistory and SwHistoryHint etc.:     remove/fix casts, prefix members, remove wrong const annotations,     use auto_ptr, remove unused members, etc. 2009-04-20 19:17:36 +0200 mst  r271013 : - sw/inc/ndhints.hxx,   sw/source/core/text/{itrtxt.cxx,txtftn.cxx,itratr.cxx,porfly.cxx,     txtfrm.cxx,txtdrop.cxx,frmform.cxx},   sw/source/core/txtnode/{ndtxt.cxx,ndhints.cxx,thints.cxx,txtedt.cxx},   sw/source/core/edit/acorrect.cxx,   sw/source/core/doc/{docedt.cxx,docfmt.cxx},   sw/source/filter/html/swhtml.cxx:   + clean up SwHintsArray and its subclasses: remove/fix casts, prefix members 2009-04-20 18:42:07 +0200 mst  r271007 : - sw/source/core/text/txtio.cxx, sw/source/core/edit/edattr.cxx,   sw/source/core/undo/rolbck.cxx:   + remove JP_NEWCORE dead code 2009-04-20 18:38:09 +0200 mst  r271006 : - sw/source/core/unocore/unochart.cxx:   + silence unxlngi warning (debug=t) 2009-04-20 16:36:13 +0200 mst  r270991 : - sfx2/inc/sfx2/dinfdlg.hxx, sfx2/source/dialog/dinfdlg.cxx,   sfx2/source/doc/objserv.cxx, sw/source/ui/fldui/flddinf.hxx:   + trivial cleanups 2009-04-20 15:28:52 +0200 mst  r270990 : - sfx2/inc/sfx2/dinfdlg.hxx, sfx2/source/dialog/dinfdlg.cxx,   sfx2/source/doc/objserv.cxx:   + fix bug: replaying a macro with a DocumentInfoItem removes all     user-defined properties 2009-03-10 15:08:20 +0100 mst  r269273 : - sfx2/source/doc/Metadatable.cxx:   + add missing SolarMutex guards 2009-03-10 14:46:29 +0100 mst  r269272 : - unoxml/source/rdf/librdf_repository.cxx:   + never free rdf_world because that would call libxm2 xmlCleanupParser     (and, to add insult to injury, other libxml2 functions later...) 2009-03-06 19:02:44 +0100 mst  r269041 : argh! undo... 2009-03-06 19:00:58 +0100 mst  r269040 : fix #i99931# - sw/source/ui/uno/unomod.cxx:   + SwXViewSettings::_getSingleValue returns uninitialized memory     for the ZoomType property if the value is PAGE_WIDTH_EXACT 2009-03-06 18:59:28 +0100 mst  r269039 : - sw/inc/ndtxt.hxx, sw/source/core/txtnode/ndtxt.cxx,   sw/source/core/unocore/unoportenum.cxx:   + fix some more wntmsci12 warnings... 2009-03-06 18:56:46 +0100 mst  r269038 : - sd/source/ui/slidesorter/model/SlsPageEnumerationProvider.cxx:   + work around spurious warning on unxsoli4 debug=t 2009-03-05 14:02:01 +0100 mst  r268902 : - sw/inc/txatbase.hxx:   + back to c-style casts, they also compile on wntmsci12... 2009-03-05 10:23:25 +0100 mst  r268882 : - comphelper/inc/comphelper/processfactory.hxx,   comphelper/source/processfactory/processfactory.cxx:   + revert change of return type of comphelper_getProcessComponentContext     to Reference: does not build on wntmsci12 2009-03-04 19:08:09 +0100 mst  r268861 : - sw/source/core/txtnode/{atrtox.cxx,ndtxt.cxx}:   + fix initialization 2009-03-04 14:37:30 +0100 mst  r268831 : - solenv/inc/target.mk:   + fix CLASSPATH so complex tests run (fix by sb) 2009-03-04 14:36:30 +0100 mst  r268830 : - sw/inc/unoobj.hxx,   sw/source/core/unocore/{unoparagraph.cxx,unoobj.cxx,unoobj2.cxx}:   + SwXParaFrameEnumeration constructor now takes SwPaM, not SwUnoCrsr   + move SwParaSelection into unoparagraph.cxx, as it is only used there   + bugfix: replace SwUnoCrsrs on stack with SwCursors 2009-03-04 14:34:46 +0100 mst  r268829 : - sw/inc/pam.hxx, sw/source/core/crsr/pam.cxx,   sw/source/core/edit/eddel.cxx, sw/source/core/doc/docredln.cxx,   sw/source/core/undo/{untbl.cxx,undel.cxx}, sw/source/filter/rtf/swparrtf.cxx:   + clean up SwPaM: prefix members   + new constructor SwPosition(SwCntntNode&, xub_StrLen)   + fix several broken SwPosition and SwPaM constructors   + SwPam::DeleteMark now actually resets the unused position to default 2009-03-02 12:07:09 +0100 mst  r268646 : - sw/inc/fmtcol.hxx:   + fix annoying warning (gcc 4) 2009-03-02 12:06:27 +0100 mst  r268645 : - odk/util/check.pl, odk/examples/DevelopersGuide/Text/TextDocuments.java:   + rename module from FieldMaster to fieldmaster 2009-02-27 19:49:56 +0100 mst  r268614 : - sfx2/inc/sfx2/Metadatable.hxx, sfx2/prj/d.lst,   sfx2/source/doc/{Metadatable.cxx,makefile.mk},   sw/inc/{SwMetadatable.hxx,unoobj.hxx,undobj.hxx,ndtxt.hxx},   sw/source/core/doc/{SwMetadatable.cxx,makefile.mk,docnew.cxx},   sw/source/core/undo/{untbl.cxx,unins.cxx},   sw/source/core/unocore/unoparagraph.cxx, sw/source/ui/app/docsh.cxx:   + move Metadatable implementation from sw to sfx2 2009-02-27 17:58:55 +0100 mst  r268608 : - sw/inc/{SwMetadatable.hxx,undobj.hxx}, sw/source/core/doc/SwMetadatable.cxx,   sw/source/core/undo/{untbl.cxx,unins.cxx,undel.cxx}:   + CreateUndo now returns an opaque MetadatableUndo object 2009-02-27 13:15:44 +0100 mst  r268587 : - sw/inc/ndtxt.hxx, sw/source/core/doc/docfmt.cxx,   sw/source/core/text/{itratr.cxx,porlay.cxx},   sw/source/core/txtnode/{txtedt.cxx,ndtxt.cxx,thints.cxx}:   + clean up SwTxtNode: fix casts, prefix members   + factor out inline function SwTxtNode::TryDeleteSwpHints() 2009-02-27 13:14:30 +0100 mst  r268586 : - svx/inc/svx/emphitem.hxx:   + fix borken header guard 2009-02-27 13:13:56 +0100 mst  r268585 : - sfx2/source/bastyp/progress.cxx:   + fix use of compiler specific macro 2009-02-27 11:00:32 +0100 mst  r268564 : - sw/inc/{txatbase.hxx,txtatr.hxx,txtinet.hxx,txtfld.hxx,txtftn.hxx,     txtflcnt.hxx,txttxmrk.hxx,txtrfmrk.hxx},   sw/source/core/txtnode/{atrtox.cxx,atrref.cxx,atrflyin.cxx,atrftn.cxx,     txtatr2.cxx,txatbase.cxx,atrfld.cxx,txtedt.cxx},   sw/source/core/text/atrstck.cxx, sw/source/core/access/acchyperlink.cxx,   sw/source/core/doc/visiturl.cxx, sw/source/ui/wrtsh/wrtsh2.cxx:   + clean up SwTxtAttr and its subclasses: remove/fix casts, prefix members   + SwTxtINetFmt: remove unused member bColor - sw/source/core/text/txtfld.cxx:   + move SwTxtFld methods to atrfld.cxx 2009-02-27 10:58:44 +0100 mst  r268563 : - sfx2/inc/sfx2/sfxbasemodel.hxx:   + don't privately inherit BaseMutex, ScModelObj wants to access it 2009-02-27 10:58:02 +0100 mst  r268562 : - xmloff/source/core/{RDFaExportHelper.cxx,RDFaImportHelper.cxx}:   + arrrgh!!! someone thought it would be a good idea to have 2 different     versions of boost in external! and they're NOT compatible!!!     insert an ugly fragile hack that maybe works with both... 2009-02-26 17:42:26 +0100 mst  r268544 : - comphelper/inc/comphelper/storagehelper.hxx.   sfx2/source/doc/DocumentMetadataAccess.cxx:   +  someone made IsValidZipEntryFileName a static method and didn't tell me 2009-02-26 15:52:56 +0100 mst  r268529 : redland: split up patches 2009-02-26 13:17:56 +0100 mst  r268509 : migration of cws odfmetadata2 from CVS (resync to m42): module sw #i95863# - sw/inc/segdefs{,_}.hxx:   + remove obsolete files - sw/source/ui/inc/itemdef.hxx:   + remove itemdef.hxx - sw/source/ui/app/[apphdl.cxx,docsh.cxx}, sw/source/ui/misc/glshell.cxx,   sw/source/ui/shells/*.cxx, sw/source/ui/uiview/*.cxx, sw/source/ui/web/*.cxx:   + use sfx2/msg.hxx instead of itemdef.hxx - sw/source/core/edit/eddel.cxx:   + @ JP: SwEditShell::Replace:     you're right, deleting the text to be replaced first, and then inserting     a space, and then replacing that space is unnecessary.     whew, i'm so happy that we finally answered that question after 11 years. - sw/inc/edimp.hxx:   + remove FOREACHCURSOR_START, FOREACHCURSOR_END - sw/inc/{swcrsr.hxx,unocrsr.hxx,viscrs.hxx},   sw/source/core/crsr/{crsrsh.cxx,swcrsr.cxx,trvlreg.cxx,trvltbl.cxx,     unocrsr.cxx,viscrs.cxx},   sw/source/core/doc/{docbm.cxx,doccorr.cxx},   sw/source/core/docnode/{ndtbl.cxx,ndtbl1.cxx},   sw/source/core/edit/editsh.cxx,   sw/source/core/frmedt/{fefly1.cxx,fetab.cxx,tblsel.cxx},   sw/source/core/layout/trvlfrm.cxx,   sw/source/core/unocore/{unochart.cxx,unoobj2.cxx,unoparagraph.cxx,     unoportenum.cxx,unotbl.cxx},   sw/source/core/view/vprint.cxx:   + remove the hideous  virtual operator SwFooCursor*   + make SwCursor::IsReadOnlyAvailable() virtual   + make SwUnoCrsr::Clone() virtual   + refactor SwCursor methods IsSelOver(), LeftRight(), UpDown(), GotoTable():     replace dynamic_cast<...>(this) with new virtual methods 2009-02-26 13:14:58 +0100 mst  r268508 : migration of cws odfmetadata2 from CVS (resync to m42): module sw - sw/source/filter/xml/swxml.cxx:   + XMLReader::Read: load RDF metadata of the ODF document - sw/source/filter/xml/wrtxml.cxx:   + SwXMLWriter::_Write: write RDF metadata of the ODF document if ODF >= 1.2 #i90620#: import xml:id in text tables (does not actually work yet) - sw/source/filter/xml/xmltbli{.hxx,.cxx}:   + SwXMLTableCellAttrTokens,aTableCellAttrTokenMap: add XML_TOK_TABLE_XMLID   + SwXMLTableCellContext_Impl::SwXMLTableCellContext_Impl:  attribute xml:id   + SwXMLTableCellContext_Impl::CreateChildContext:  attribute xml:id   + SwXMLTableColContext_Impl::SwXMLTableColContext_Impl:  attribute xml:id   + SwXMLTableContext::SwXMLTableContext:  attribute xml:id fix #i98530# - sw/inc/unoport.hxx, sw/source/core/unocore/unoport.cxx:   + SwXTextPortion: make constructor params const& - sw/source/core/unocore/unoportenum.cxx:   + refactor to remove some code duplication   + fix bug: paragraph w/out hints: bookmark before frame gets lost #i97274# handle invalid tables - sw/source/core/layout/tabfrm.cxx, sw/source/filter/xml/xmltbli.cxx:   + SwXMLTableContext::MakeTable():     check that the table actually contains cells,     and abort (removing the inserted table nodes) if not 2009-02-26 13:11:48 +0100 mst  r268507 : migration of cws odfmetadata2 from CVS (resync to m42): module sw refactor SwXTextRange and SwXParagraph - sw/inc/unoobj.hxx, sw/source/core/unocore/unoobj2.cxx:   + remove 3 constructors of SwXTextRange   + new method SwXTextRange::CreateParentXText   + refactor SwXTextRange::CreateTextRangeFromPosition and     SwXTextRange::getText - sw/inc/unoobj.hxx, sw/source/core/unocore/unoparagraph.cxx:   + SwXParagraph no longer uses a cursor; it registers directly at SwTxtNode   + replace SwXParagraph::GetCrsr with SwXParagraph::GetTxtNode - sw/source/core/unocore/unotext.cxx, sw/source/ui/uno/unotxvw.cxx:   + adapt to new SwXParagraph #i90620# - sw/inc/SwMetadatable.hxx,   sw/source/core/doc/SwMetadatable.cxx:   + new files: base classes sw::Metadatable and sw::MetadatableMixin;     also, 2 implementations of IXmlIdRegistry:     sw::XmlIdRegistryDocument and sw::XmlIdRegistryClipboard   + setMetadataReference: handle empty stream name as auto-detect - sw/source/core/doc/makefile.mk:   + add SwMetadatable add a XmlIdRegistry to SwDoc - sw/inc/doc.hxx:   + SwDoc: add member m_pXmlIdRegistry, method GetXmlIdRegistry() - sw/source/core/doc/docnew.cxx:   + initialize XmlIdRegistry in SwDoc::GetXmlIdRegistry, not in constructor,     because the constructor is not told whether the SwDoc is a clipboard - sw/inc/docsh.hxx, sw/source/ui/app/docsh.cxx:   + SwDocShell: override GetXmlIdRegistry() #i91563#: make the SwTxtNode metadatable - sw/inc/ndtxt.hxx   + SwTxtNode inherits sw::Metadatable - sw/inc/unoobj.hxx, sw/source/core/unocore/unoparagraph.cxx:   + SwXParagraph inherits sw::MetadatableMixin #i91563#: handle SwTxtNode's metadata for delete - sw/source/core/txtnode/ndtxt.cxx:   + SwTxtNode::SplitCntntNode: handle XmlId   + SwTxtNode::JoinNext: merge XmlIds - sw/source/core/doc/docedt.cxx:   + lcl_GetJoinFlags: document postcondition   + SwDoc::Delete: remove XmlId only if SwTxtNode _becomes_ empty #i91563#: handle SwTxtNode's metadata for delete with undo - sw/inc/undobj.hxx   + SwUndoDelete: new members m_pMetadataUndoStart, m_pMetadataUndoEnd - sw/source/core/undo/undel.cxx:   + SwUndoDelete::SaveCntnt: save XmlIds for start and end SwTxtNode   + SwUndoDelete::SaveCntnt: remove XmlId only if SwTxtNode _becomes_ empty   + SwUndoDelete::Undo: restore saved XmlIds for start and end SwTxtNode - sw/source/core/docnode/ndcopy.cxx:   + SwTxtNode::MakeCopy: register copy at XmlIdRegistry #i91563#: handle SwTxtNode's metadata for find/replace with undo - sw/source/core/undo/unins.cxx:   + _UnReplaceData: rename members: add prefix m_   + _UnReplaceData: new members m_pMetadataUndoStart, m_pMetadataUndoEnd   + _UnReplaceData::_UnReplaceData: save XmlIds for start and end SwTxtNode   + _UnReplaceData::Undo: restore saved XmlIds for start and end SwTxtNode #i91563#: handle SwTxtNode's metadata for table-to-text with undo - sw/source/core/undo/untbl.cxx:   + SwTblToTxtSave: rename members: add prefix m_   + SwTblToTxtSave: new members m_pMetadataUndoStart, m_pMetadataUndoEnd   + SwTblToTxtSave::SwTblToTxtSave: save XmlIds for start and end SwTxtNode   + SwTblToTxtSave::SwTblToTxtSave, SwNodes::UndoTableToText:     always store the index of the first SwTxtNode in the cell, instead of     the index of the first SwTxtNode in case of the first cell in a row,     and the cell start node in other cases   + SwNodes::UndoTableToText: restore saved XmlIds for start and end SwTxtNode - sw/source/core/docnode/ndtbl.cxx:   + lcl_DelBox: simplify for refactored start index handling in SwTblToTxtSave 2009-02-26 13:02:28 +0100 mst  r268505 : migration of cws odfmetadata2 from CVS (resync to m42): module sd - sd/source/ui/table/tableobjectbar.cxx,sd/source/ui/view/*.cxx:   + remove invocations of SFX_DECL_TYPE - sd/source/ui/slideshow/SlideShowRestarter.cxx,   sd/source/ui/toolpanel/LayoutMenu.cxx,   sd/source/ui/unoidl/DrawController.cxx,   sd/source/ui/view/{ViewShellBase.cxx,ViewTabBar.cxx,frmview.cxx}:   + fix abuses of comphelper_getProcessComponentContext (missing release) 2009-02-26 13:01:24 +0100 mst  r268504 : migration of cws odfmetadata2 from CVS (resync to m42): module starmath - starmath/source/document.cxx:   + don't touch SfxObjectShell's privates 2009-02-26 13:00:37 +0100 mst  r268503 : migration of cws odfmetadata2 from CVS (resync to m42): module sfx2 #i90620# - sfx2/inc/sfx2/XmlIdRegistry.hxx:   + new file: interfaces sfx2::IXmlIdRegistry and sfx2::IXmlIdRegistrySupplier     and a couple of utility functions - sfx2/inc/sfx2/DocumentMetadataAccess.hxx,   sfx2/source/doc/DocumentMetadataAccess.cxx:   + new class sfx2::DocumentMetadataAccess, implements XDocumentMetadataAccess   + the URI of the DocumentMetadataAccess is now the URI from which the     document was loaded; for a new document, use a vnd.sun.star.tdoc URI   + add new function sfx2::createBaseURI()   + prevent using reserved file names   + try not to recurse into embedded subdocuments - sfx2/source/doc/makefile.mk:   + add DocumentMetadataAccess - sfx2/util/makefile.mk:   + link libsfx2 against libxml2 (needed for xmlValidateNCName) - sfx2/source/doc/makefile.mk:   + add LIBXML_CFLAGS to CFLAGS - sfx2/prj/build.lst:   + add dependence on libxml2 - sfx2/prj/d.lst:   + add XmlIdRegistry.hxx, DocumentMetadataAccess.hxx - sfx2/inc/sfx2/objsh.hxx, sfx2/source/doc/objxtor.cxx:   + make SfxObjectShell's members private   + new method SfxObjectShell::GetAutoStyleFilterIndex   + SfxObjectShell inherits sfx2::IXmlIdRegistrySupplier - sfx2/source/dialog/templdlg.cxx, sfx2/source/doc/sfxbasemodel.cxx:   + don't touch SfxObjectShell's privates - sfx2/inc/sfx2/sfxbasemodel.hxx, sfx2/source/doc/sfxbasemodel.cxx:   + SfxBaseModel inherits BaseMutex instead of IMPL_SfxBaseModel_MutexContainer   + SfxBaseModel implements additional interface XDocumentMetadataAccess   + IMPL_SfxBaseModel_DataContainer has new member:     a sfx2::DocumentMetadataAccess   + implementation of XDocumentMetadataAccess forwards to     the sfx2::DocumentMetadataAccess member - sfx2/qa/complex/DocumentMetadataAccessTest.java,   sfx2/qa/complex/{tests.sce,makefile.mk},   sfx2/qa/complex/testdocuments/TESTRDFA.odt:   + add complex test: DocumentMetadataAccessTest   + add RDFa test document #i95863# - sfx2/inc/sfx2/dinfdlg.hxx, sfx2/source/dialog/dinfdlg.cxx:   + refactor SfxDocumentItem so it no longer requires a XDocumentInfo   + move struct CustomProperty to implementation file   + remove class SfxDocumentUserPage   + QueryValue,PutValue: remove MID_DOCINFO_FIELD* - sfx2/source/doc/objserv.cxx:   + adapt to SfxDocumentItem change - sfx2/inc/sfx2/sfx.hrc, sfx2/sdi/sfxslots.sdi, sfx2/inc/sfx2/msg.hxx:   + remove MID_DOCINFO_FIELD*   + put all invocations of SFX_DECL_TYPE in msg.hxx, and undef SFX_DECL_TYPE - sfx2/source/doc/objxtor.cxx:   + fix abuses of comphelper_getProcessComponentContext (missing release) - sfx2/source/doc/docfile.cxx:   + SfxMedium::SfxMedium: don't dereference NULL, throw exception instead - sfx2/source/doc/objstor.cxx:   + SfxObjectShell::DoLoad: fix bug: DocumentBaseURI is not initialized 2009-02-26 12:58:07 +0100 mst  r268502 : migration of cws odfmetadata2 from CVS (resync to m42): module xmloff #i90620#: implement RDFa import (interface change) - xmloff/inc/xmloff/xmlimp.hxx. xmloff/source/core/xmlimp.cxx:   + make SvXMLImport::GetAbsoluteReference() const   + add SvXMLImport::GetComponentContext()   + SvXMLImport::_InitCtor(): add RDFa namespace   + add SvXMLImport::AddRDFa()   + SvXMLImport::endDocument() inserts RDFa into document repository - xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/core/xmltoken.cxx:   + new tokens for RDFa: XML_ABOUT, XML_DATATYPE - xmloff/inc/RDFaImportHelper.hxx, xmloff/source/core/RDFaImportHelper.cxx:   + new class RDFaImportHelper   + adapt the code to the bleak reality of broken C++ implementations   + handle empty xhtml:about attributes properly, which are actually     valid relative URIs   + work around broken SvXMLImport::GetAbsoluteReference - xmloff/source/core/makefile.mk:   + add RDFaImportHelper.cxx #i90620#: implement RDFa export - xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:   + add SvXMLExport::EnsureNamespace(), and a stack of namespace maps   + add SvXMLExport::GetComponentContext()   + add SvXMLExport::AddAttributesRDFa() - xmloff/inc/RDFaExportHelper.hxx, xmloff/source/core/RDFaExportHelper.cxx:   + new class RDFaExportHelper   + don't use std::map::data_type, which is actually called     std::map::mapped_type by libstdc++ - xmloff/source/core/makefile.mk:   + add RDFaExportHelper.cxx #i91563# - xmloff/inc/xmloff/txtimp.hxx, xmloff/source/text/txtimp.cxx:   + XMLTextPAttrTokens: add RDFa tokens - xmloff/source/text/txtparai{.hxx,.cxx}:   + import RDFa for text:p - xmloff/source/text/txtparae.cxx:   + export RDFa for text:p interface change: use XHTML namespace instead of RDFA - xmloff/inc/xmlnmspe.hxx, xmloff/inc/xmloff/xmltoken.hxx,   xmloff/source/core/{xmltoken.cxx,xmlimp.cxx,xmlexp.cxx,RDFaExportHelper.cxx},   xmloff/source/text/txtimp.cxx:   + use XHTML namespace instead of RDFA #i91565#, #i91566#: (preliminary) import for text:meta, text:meta-field - xmloff/source/text/txtparai.cxx:   + new class XMLMetaImportContextBase with subclasses to import     text:meta and text:meta-field - xmloff/source/text/XMLTextMarkImportContext.cxx:   + change XMLTextMarkImportContext::CreateAndInsertMark to handle marks     with no name (text:meta) #i91565#, #i91566#: (preliminary) export for text:meta, text:meta-field - xmloff/inc/txtflde.hxx, xmloff/source/text/txtflde.cxx:   + add FIELD_ID_META to FieldIdEnum   + new method XMLTextFieldExport::ExportMetaField()   + change XMLTextFieldExport::ExportField{,AutoStyle,Helper}     to take additional parameter for progress bar - xmloff/inc/xmloff/txtparae.hxx, xmloff/source/text/txtparae.cxx:   + make XMLTextParagraphExport::exportTextRangeEnumeration() public   + new method XMLTextParagraphExport::exportMeta() #i90620# - xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx,   xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:   + rename SvXML{Im,Ex}port::GetStreamPath() to GetStreamName()   + fix xml:id {im,ex}port for embedded documents and non-packages   + adapt to API change: XMetadatable #i90620# GRDDL - xmloff/inc/xmlnmspe.hxx, xmloff/inc/xmloff/xmltoken.hxx,   xmloff/source/core/{xmltoken.cxx,xmlexp.cxx}:   + add GRDDL namespace   + add token XML_TRANSFORMATION   + add grddl:transformation attribute to root elements for meta.xml,     content.xml and styles.xml 2009-02-26 12:54:40 +0100 mst  r268501 : migration of cws odfmetadata2 from CVS (resync to m42): module unoxml #i90620# - unoxml/source/rdf/librdf_repository.cxx:   + librdf_Repository::importGraph: allocate buffer sized length of stream   + switch from one librdf_world per repository to a single static world     because redland has global variables with a brain-damaged life-cycle...   + exportGraph: use new raptor 1.4.18 feature to disable writing     an xml:base attribute in RDF/XML files - unoxml/source/rdf/librdf_repository.cxx:   unoxml/qa/complex/RDFRepositoryTest.java:   + adapt to predicate is URI change   + adapt to RDFa API change   + adapt to API change: RDFa has multiple predicates...   + adapt to API change: XMetadatable derives from XURI   + allow xhtml:datatype without xhtml:content   + adapt to API change: attribute MetadataReference is StringPair - unoxml/source/rdf/CURI.cxx:   + add some more URI constants 2009-02-26 12:53:32 +0100 mst  r268500 : migration of cws odfmetadata2 from CVS (resync to m42): module package - package/inc/ImplValidCharacters.hxx:   + remove (moved to comphelper) 2009-02-26 12:52:49 +0100 mst  r268499 : migration of cws odfmetadata2 from CVS (resync to m42): module comphelper - comphelper/inc/comphelper/processfactory.hxx,   comphelper/source/processfactory/processfactory.cxx:   + add getProcessComponentContext()   + change return type of comphelper_getProcessComponentContext to Reference - comphelper/inc/comphelper/stl_types.hxx:   + add OUStringBufferAppender   + add algorithm intersperse - comphelper/source/misc/string.cxx:   + rewrite convertCommaSeparated with intersperse and OUStringBufferAppender - comphelper/inc/comphelper/stlunosequence.hxx:   + fix bug: begin() on empty sequence != end() 2009-02-26 12:50:47 +0100 mst  r268498 : migration of cws odfmetadata2 from CVS (resync to m42): module offapi #i96209# - offapi/com/sun/star/text/fieldmaster/*.idl:   + rename module from FieldMaster to fieldmaster - offapi/type_reference/{typelibrary_history.txt,types.rdb}:   + update reference types.rdb #i90620# - offapi/com/sun/star/rdf/{XMetadatable.idl,XDocumentMetadataAccess.idl}:   + API change: XMetadatable derives from XURI   + API change: replace XmlId (string) with MetadataReference (StringPair) - offapi/com/sun/star/rdf/{Statement.idl,XDocumentRepository.idl,   XNamedGraph.idl,XRepository.idl}:   + the predicate of a statement is a URI, not a Resource - offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl:   + rename: s/Package/Document/   + remove uuid   + remove everything related to mapping   + graph names are now generated from base URI and file names   + load methods: improve error handling with XInteractionHandler - offapi/com/sun/star/rdf/XDocumentRepository.idl:   + change: RDFa permits using multiple predicates in one attribute   + setStatementRDFa: subject is now XResource, object is now XMetadatable - offapi/com/sun/star/rdf/URIs.idl:   + add some more URI constants - offapi/com/sun/star/rdf:   + fix @since tags and replace <method> with <member> 2009-02-26 12:47:24 +0100 mst  r268497 : migration of cws odfmetadata2 from CVS (resync to m42): module redland fix #i93768# - redland/raptor-1.4.17.patch, redland/raptor/makefile.mk:   + disable GRDDL parser to prevent call to libxslt     xsltSetDefaultSecurityPrefs, which breaks xmlhelp - redland/raptor/makefile.mk, redland/raptor-1.4.17.patch,   redland/raptor-1.4.18.patch:   + upgrade raptor to 1.4.18   + deactivate serializer for RSS/Atom (does not build) - redland/rasqal/makefile.mk, redland/rasqal-0.9.15.patch,   redland/rasqal-0.9.16.patch,   + upgrade rasqal to 0.9.16 - redland/redland/makefile.mk, redland/redland-1.0.7.patch,   redland/redland-1.0.8.patch:   + upgrade redland to 1.0.8 - redland/redlandversion.mk:   + the librasqal SONAME has changed


2009-07-01  Ivo Hinkelmann  <ihi@openoffice.org>  [dfe5229af096cb5ef3dd7bae287621fb9b0d61d0]

#i10000# typo fix


2009-07-01  Ivo Hinkelmann  <ihi@openoffice.org>  [05d52eeaa5495be048b0197ac00c64d6dd18d0f0]

#i10000# to 'honor' the lost path variable ...


2009-07-01  Ivo Hinkelmann  <ihi@openoffice.org>  [ba639add4eb09ca46ea1f6f26d99915460da3776]

#i10000# to 'honor' the lost path variable ...


2009-06-29  Philipp Lohmann  <pl@openoffice.org>  [679fb91e32678a3703415d86cc2b12bfad1645ae]

#i92516# replace missing preview in native mac dialog by our own


2009-06-29  thb  <thb@openoffice.org>  [25efafd6640c04c4a59514f9e9806d6cb09d098a]

#103174# Code from the ecntablet and eraser CWS; optionally improves user paint interactions in slideshow


2009-06-29  Release Engineers  <releng@openoffice.org>  [2ce52a572fab9a693f960f51eec2da03d415492e]

Create DEV300_m51 milestone tag from trunk@273467


2009-06-26  Philipp Lohmann  <pl@openoffice.org>  [c54a6b1ab4a512314cb99abeb57a4bc0c49a6412]

#i92516# add: JobName


2009-06-26  Philipp Lohmann  <pl@openoffice.org>  [82751474e0f1921d0a07ae040b9e91865473a7d6]

#i92516# add: Pages, Wait


2009-06-26  Philipp Lohmann  <pl@openoffice.org>  [dce98e84edafb0b2b0bb3b377e2552badbd31704]

#i92516# add: MonitorVisible


2009-06-26  Philipp Lohmann  <pl@openoffice.org>  [b47b4cdf1da4115a8511cab594d2a1ce12c1582a]

#i92516# add: LocalFileName


2009-06-26  Philipp Lohmann  <pl@openoffice.org>  [6ed0d2b7ca1ab039992246342c462e55e1c8003e]

#i92516# add: jobStarted, PrintableState


2009-06-24  Philipp Lohmann  <pl@openoffice.org>  [dca09f46a1925567296958208101cd49ab2055cb]

prepare for more properties from the outside (e.g. API printing)


2009-06-24  Philipp Lohmann  <pl@openoffice.org>  [d5b1c2ecfd820a213fe423f14a900b0b6f769cbd]

save to file should be PDF


2009-06-24  Philipp Lohmann  <pl@openoffice.org>  [ef28a3867b16f9dcfa5778ab1cdf7d6964184c9b]

add: PrinterListener::setValue


2009-06-18  Philipp Lohmann  <pl@openoffice.org>  [9b4a43a526ba5330bb08988b062fdbc1db7a98e7]

#i92516# autoarrange of N-Up page


2009-06-18  Release Engineers  <releng@openoffice.org>  [f611a32cb2f421fe645ca3d0e7d7d93d73f7744a]

#i10000# removed conflict


2009-06-17  Philipp Lohmann  <pl@openoffice.org>  [09ea458d2b00146223a3daca40496f766a479d58]

#i92516# copy state to metafile


2009-06-17  Philipp Lohmann  <pl@openoffice.org>  [0ffe7d9e3af8f9c821c880ff20f7f7d23e4d8cea]

#i92516# adapt old deprecated interface to new API


2009-06-17  Ivo Hinkelmann  <ihi@openoffice.org>  [6214bf0521fd88f5b27d1746e01463da97e4a87e]

#i10000# add missing files from fwk103


2009-06-17  Andreas Bregas  <ab@openoffice.org>  [5de82e86100c46bde9ca98f3fb3107e65a94af4a]

#i102261# OLE control event handler support


2009-06-17  Ivo Hinkelmann  <ihi@openoffice.org>  [c692be22c1b6585d76f7b64af373a2a18258f6c7]

CWS-TOOLING: integrate CWS l10ncleanup04 2009-05-28 13:46:54 +0200 ihi  r272407 : remove forgotten sdf's 2009-05-25 22:32:35 +0200 ihi  r272273 : no WITH_LANG fix 2009-05-25 20:45:58 +0200 ihi  r272272 : remove some comments 2009-05-25 19:55:21 +0200 ihi  r272271 : svx dialog -> cui l10n move 2009-05-25 18:30:58 +0200 ihi  r272268 : build fix 2009-05-18 16:32:02 +0200 ihi  r272033 : bash fix 2009-05-18 16:31:32 +0200 ihi  r272032 : bash fix 2009-05-14 16:23:39 +0200 ihi  r271901 : #i79750# Translation moved to l10n module 2009-05-11 23:36:05 +0200 ihi  r271793 : #i79750# Translation moved into own module


2009-06-17  Ivo Hinkelmann  <ihi@openoffice.org>  [e1cdbcf8b8cc828bad33b52b17da413ebd782903]

CWS-TOOLING: integrate CWS impress171 2009-06-02 16:32:02 +0200 cl  r272511 : fixed build error 2009-05-29 16:40:09 +0200 cl  r272471 : CWS-TOOLING: rebase CWS impress171 to trunk@272291 (milestone: DEV300:m49) 2009-05-19 15:14:08 +0200 sj  r272082 : #i101459# applied patch (writing out StyleTextProperties even if no chars given) 2009-05-19 15:09:31 +0200 sj  r272081 : #i101459# applied patch (writing out StyleTextProperties even if no chars given) 2009-05-19 15:09:14 +0200 sj  r272080 : #i101459# applied patch (writing out StyleTextProperties even if no chars given) 2009-05-18 13:34:05 +0200 sj  r272015 : #i47689# fixed rectangles toolbar 2009-05-13 14:59:08 +0200 sj  r271862 : #i101563# fixed crash when loading pptx document 2009-05-12 19:31:58 +0200 sj  r271835 : #101684# fixed rotation of customshapes 2009-05-08 16:37:01 +0200 sj  r271724 : #i101683,i101584,i48160# added shearing of customshapes, fixed rotation problem 2009-04-28 17:32:14 +0200 sj  r271335 : #i48160# fixed gluepoint rotation of customshapes 2009-04-27 16:31:54 +0200 cl  r271291 : #i100138# applied patch for japanese reconversion feature 2009-04-27 16:30:52 +0200 cl  r271290 : #i100138# applied patch for japanese reconversion feature 2009-04-27 16:28:55 +0200 cl  r271289 : #i100138# applied patch for japanese reconversion feature 2009-04-23 14:22:59 +0200 cl  r271170 : #i95342# #i96820# #i97298# multiple table handling fixes 2009-04-23 14:18:54 +0200 sj  r271169 : #i60368# ignoring gamma values for toolbar/menu icons 2009-04-23 11:54:28 +0200 cl  r271146 : #i97298# set style to text even during text edit 2009-04-23 11:46:38 +0200 cl  r271145 : fixed compiler error with debug 2009-04-22 19:09:37 +0200 sj  r271135 : #i101051# applied patch (proper import of notes page object) 2009-04-22 11:07:54 +0200 cl  r271082 : #i96820# modify doc after merging cells 2009-04-22 10:57:35 +0200 cl  r271081 : #i100307# applied patch from jlcheng to correctly set modfiy state 2009-04-22 10:31:11 +0200 cl  r271079 : #i96736# copy merge information on clone 2009-04-21 08:27:22 +0200 cl  r271016 : #i89541# use SfxErrorContext to make the ErrorHandler dialog modal 2009-04-20 17:52:56 +0200 cl  r271003 : #i98480# removed 'EndPosition' and 'StartPosition' from styles 2009-04-20 16:41:55 +0200 cl  r270994 : #i98403# fixed state handling for selected motion path 2009-04-17 11:35:25 +0200 cl  r270931 : #i61274# export to pdf should behave like printing considering layer visibility 2009-04-17 10:00:17 +0200 cl  r270924 : #i98967# set default style on any new shape except a page obj 2009-04-16 16:28:20 +0200 cl  r270893 : #i98859# use percentage type for relative font height


2009-06-16  Ivo Hinkelmann  <ihi@openoffice.org>  [e4a97143261f60084ce53e14cd36b3a5dc63ccb6]

CWS-TOOLING: integrate CWS ause102 2009-06-16 19:22:59 +0200 hjs  r273039 : #i102607# don't kill mingw 2009-06-12 15:17:22 +0200 ihi  r272921 : #i102607# add path before calling l10n tool 2009-06-11 14:25:20 +0200 hjs  r272873 : #i102607# on EPM=internal call binary with full path 2009-06-10 13:35:48 +0200 hjs  r272807 : #i102607# remove solver PATH entry from OOo env. 2009-06-10 12:10:44 +0200 hjs  r272802 : #i102635# correct dependencies for all 2009-06-10 11:58:53 +0200 hjs  r272801 : #i102607# call tools from solver with absolute path


2009-06-16  Ivo Hinkelmann  <ihi@openoffice.org>  [c2c979f8886365e2be9be969c3b53856b79ca044]

CWS-TOOLING: integrate CWS mingwport20 2009-06-13 05:03:46 +0200 tono  r272946 : i102723: Set WINVER abd _WIN32_IE to 0x500 in mingw build


2009-06-16  Ivo Hinkelmann  <ihi@openoffice.org>  [2a2235304a8b7bb566705bb4278dc1584f89ed28]

CWS-TOOLING: integrate CWS fwk103 2009-05-26 12:44:25 +0200 mst  r272292 : #i100727# - svtools/inc/svtools/parhtml.hxx, svtools/source/svhtml/parhtml.cxx:   + fix warning: rename method to prevent overloading 2009-05-19 13:42:31 +0200 mav  r272075 : #i101356# add comment 2009-05-19 10:56:24 +0200 mav  r272062 : #i101356# register the singleton correctly 2009-05-19 10:25:42 +0200 mav  r272060 : #i101356# register the singleton correctly 2009-05-18 12:48:48 +0200 mav  r272013 : #i91306# fix the typo 2009-05-14 08:50:06 +0200 mav  r271871 : #i101356# reduce the amount of macros 2009-05-13 13:26:08 +0200 mav  r271858 : #i101356# reduce the amount of macros 2009-05-13 11:29:16 +0200 mav  r271849 : #i101356# reduce the amount of macros 2009-05-12 12:09:42 +0200 mav  r271815 : #i101356# allow to generate a small log if a document can not be stored 2009-05-12 12:03:20 +0200 mav  r271814 : #i101356# allow to generate a small log if a document can not be stored 2009-05-12 11:58:48 +0200 mav  r271813 : #i101356# allow to generate a small log if a document can not be stored 2009-05-12 11:53:05 +0200 mav  r271812 : #i101356# allow to generate a small log if a document can not be stored 2009-05-12 11:48:36 +0200 mav  r271810 : #i101356# allow to generate a small log if a document can not be stored 2009-05-12 11:43:45 +0200 mav  r271809 : #i101356# allow to generate a small log if a document can not be stored 2009-05-12 11:39:38 +0200 mav  r271808 : #i101356# allow to generate a small log if a document can not be stored 2009-05-12 11:37:38 +0200 mav  r271806 : #i101356# allow to generate a small log if a document can not be stored 2009-05-12 11:33:58 +0200 mav  r271805 : #i101356# allow to generate a small log if a document can not be stored 2009-05-12 11:30:01 +0200 mav  r271804 : #i101356# allow to generate a small log if a document can not be stored 2009-05-06 17:43:38 +0200 mst  r271607 : #i100727# - svtools/source/svhtml/parhtml.cxx:   + adapt code to renaming of HTML constants (sb107) 2009-05-05 11:14:18 +0200 mav  r271507 : #i101222# avoid warning 2009-05-05 10:27:23 +0200 mav  r271505 : #i101426# send the modified() notification only when the document can be modified 2009-05-05 10:25:07 +0200 mav  r271504 : #i101426# send the modified() notification only when the document is modified 2009-05-05 08:42:48 +0200 mav  r271497 : CWS-TOOLING: rebase CWS fwk103 to trunk@271427 (milestone: DEV300:m47) 2009-04-30 13:32:11 +0200 mav  r271412 : #i100518# check the template folders quietly 2009-04-29 20:04:25 +0200 mst  r271393 : - sw/source/filter/html/swhtml.cxx:   + fix wrong initialization order in constructor 2009-04-28 12:28:46 +0200 mav  r271319 : #i99142# set the error correctly 2009-04-28 08:44:48 +0200 mav  r271305 : #i99050# clear hidden flag if necessary 2009-04-28 08:40:10 +0200 mav  r271304 : #i99050# avoid crash 2009-04-22 07:40:11 +0200 mav  r271056 : #i101093# lets not affect the performance 2009-04-15 09:30:47 +0200 cd  r270820 : #i99771# Fix warnings for gcc 4.4 2009-04-15 09:19:52 +0200 cd  r270819 : #i99771# Fix warnings for gcc 4.4 2009-04-15 08:42:34 +0200 cd  r270817 : #i99771# Fix warnings for gcc 4.4 2009-04-14 14:31:01 +0200 mav  r270768 : #i99493# fix typo 2009-04-01 12:45:43 +0200 mst  r270317 : fix #i100727# - svtools/inc/svtools/svparser.hxx, svtools/source/svrtf/svparser.cxx,   sfx2/inc/sfx2/docfile.hxx, sfx2/source/doc/{objmisc.cxx,docfile.cxx}:   + move SvKeyValue stuff from sfx2 to svtools - svtools/inc/svtools/parhtml.hxx, svtools/source/svhtml/parhtml.cxx,   sfx2/inc/sfx2/sfxhtml.hxx, sfx2/source/bastyp/sfxhtml.cxx:   + move ParseMetaOptions() and GetEncodingByMIME() from SfxHTMLParser (sfx2)     to HTMLParser (svtools)   + make HTMLParser::ParseMetaOptions() a virtual function   + HTMLParser::ParseMetaOptions() calls GetExtendedCompatibilityTextEncoding()   + new template method HTMLParser::AddMetaUserDefined() - svtools/source/svhtml/makefile.mk:   + enable exceptions for parhtml.cxx - dbaccess/source/ui/misc/HtmlReader.cxx,   sc/source/filter/html/htmlpars.cxx:   + remove encoding related code duplication - sw/source/filter/html/{swhtml{.hxx,.cxx},htmlfld.cxx}:   + new SwHTMLParser::AddMetaUserDefined() for import of     DOCINFO field subtypes INFO[1-4]   + do not use DocumentInfo for import of DOCINFO field subtypes INFO[1-4] 2009-03-31 17:01:35 +0200 mav  r270288 : #i91214# fix typo 2009-03-31 15:19:41 +0200 mav  r270285 : #i100123# allow to turn OOo locking mechanics off 2009-03-31 15:00:36 +0200 mav  r270284 : #i100123# allow to turn OOo locking mechanics off 2009-03-31 12:19:13 +0200 mav  r270270 : #i100123# taking the lock file over throws no exception 2009-03-30 13:57:21 +0200 mav  r270227 : #i100351# fix the typo 2009-03-30 13:47:26 +0200 mav  r270225 : #i99885# let OK be default button 2009-03-29 19:38:55 +0200 mav  r270190 : CWS-TOOLING: rebase CWS fwk103 to trunk@270033 (milestone: DEV300:m45) 2009-03-16 16:39:48 +0100 mav  r269558 : #i93558# convert the attributes as well 2009-03-13 15:35:55 +0100 mav  r269488 : #i93558# improve manifest.xml parsing 2009-03-13 08:47:00 +0100 mav  r269454 : #i96205# allow to remove password on SaveAs 2009-03-12 13:36:07 +0100 mav  r269398 : #i91306# show special error in case of shared document 2009-03-12 13:33:35 +0100 mav  r269397 : #i91306# introduce the new error-message 2009-03-12 11:40:42 +0100 mst  r269378 : fix #i90877# - svtools/source/uno/unoevent.cxx:   + use proper operator delete[] 2009-02-26 15:23:10 +0100 mav  r268526 : #i91214# do not use ATL 2009-02-26 14:19:06 +0100 mav  r268516 : #i98909# integrate the patch 2009-02-10 17:29:52 +0100 cd  r267568 : #i98649# Make sure that we catch the NoSuchElementException when a module is not installed.


2009-06-15  Ivo Hinkelmann  <ihi@openoffice.org>  [2f285e0c9121420570f9521870044681f964794a]

CWS-TOOLING: integrate CWS ooo311gsl02_DEV300 2009-05-25 16:07:55 +0200 pl  r272260 : #b6843142# #i102226# do not acquire own mutex during outside UNO calls 2009-05-25 16:05:06 +0200 pl  r272259 : #b6843142# #i102226# do not acquire solar mutex during UNO calls


2009-06-15  Ivo Hinkelmann  <ihi@openoffice.org>  [25c9c1d2cdb1c0d7eee78d439a53e14961281989]

CWS-TOOLING: integrate CWS svp02_DEV300 2009-04-29 16:59:46 +0200 pl  r271386 : #159621# defined palette for 1 bit VDevs


2009-06-13  Philipp Lohmann  <pl@openoffice.org>  [a166875ecaecbabbf59ad31020a77fc15eb8cd61]

add missing precompiled header


2009-06-12  Ivo Hinkelmann  <ihi@openoffice.org>  [41373fc6e2f924cb111489f99992bfc732ff31f6]

CWS-TOOLING: integrate CWS mav54_P1 2009-06-12 16:28:38 +0200 mav  r272930 : #i102701# adjust memory stream implementation


2009-06-12  Philipp Lohmann  <pl@openoffice.org>  [94a900d2591fa18c20328d8c10a1f2141ee9cfe7]

fix a warning


2009-06-12  Philipp Lohmann  <pl@openoffice.org>  [83b9af4445f0ff3b70ef750fe7eb7fa0ba72f6eb]

#i92516# helper class to fix old style printing routines


2009-06-12  Philipp Lohmann  <pl@openoffice.org>  [b765c9cbe4e919431c767fda2683fa5062522294]

#i92516# remove old StartPage/EndPage API


2009-06-12  Ivo Hinkelmann  <ihi@openoffice.org>  [23931b4d937983f30d51f51add6c9554a2d2340b]

CWS-TOOLING: integrate CWS unifypaper01 2009-05-27 17:14:41 +0200 cmc  r272362 : #i92819#, psprint moved into vcl 2009-05-19 15:45:46 +0200 cmc  r272083 : #i92819# having difficultly in getting this right under windows 2009-05-18 18:04:22 +0200 cmc  r272043 : #i92819# missing some export magic somewhere 2009-05-18 15:34:18 +0200 cmc  r272028 : #i92819# get depends right 2009-05-18 11:50:43 +0200 cmc  r272010 : ##i92819# fix import/export stuff 2009-05-18 10:07:00 +0200 cmc  r272000 : #i92819# fix window imp name 2009-05-16 15:17:23 +0200 cmc  r271975 : #i92819# fix win paper names 2009-05-16 11:11:29 +0200 cmc  r271974 : #i92819# std::abs prolematic for msvc 2009-05-15 15:36:56 +0200 cmc  r271941 : #i92819# handle missing setting, at least on mac 2009-05-15 10:13:44 +0200 cmc  r271927 : #i92819# adjust for moved page dialog 2009-05-14 13:47:14 +0200 cmc  r271887 : remove dead files that reappeared 2009-05-14 09:57:17 +0200 cmc  r271872 : CWS-TOOLING: rebase CWS unifypaper01 to trunk@271830 (milestone: DEV300:m48) 2009-05-11 12:27:18 +0200 cmc  r271763 : #i92819# check return value 2009-05-06 17:28:25 +0200 cmc  r271602 : #i92819# these B4/B5s are the JIS ones according to their dimensions 2009-05-06 17:17:03 +0200 cmc  r271601 : #i92819# micro-optimization 2009-05-03 18:20:48 +0200 cmc  r271434 : #i92819# paper libs 2009-05-03 16:08:32 +0200 cmc  r271433 : CWS-TOOLING: rebase CWS unifypaper01 to trunk@271427 (milestone: DEV300:m47) 2009-04-06 15:33:37 +0200 cmc  r270556 : CWS-TOOLING: rebase CWS unifypaper01 to trunk@270033 (milestone: DEV300:m45) 2009-03-12 14:36:35 +0100 cmc  r269415 : #i92819# merge paper utilities 2009-03-11 13:44:27 +0100 cmc  r269328 : CWS-TOOLING: rebase CWS unifypaper01 to trunk@269297 (milestone: DEV300:m43) 2009-03-09 14:42:07 +0100 cmc  r269190 : remove config_office from synced version 2009-03-09 14:34:50 +0100 cmc  r269187 : CWS-TOOLING: rebase CWS unifypaper01 to trunk@268395 (milestone: DEV300:m42) 2009-03-09 12:11:29 +0100 cmc  r269077 : CWS-TOOLING: rebase CWS unifypaper01 to trunk@265758 (milestone: DEV300:m38) 2009-03-06 17:17:39 +0100 cmc  r269027 : #i92819# paper goo 2008-12-04 11:29:30 +0100 cmc  r264826 : CWS-TOOLING: rebase CWS unifypaper01 to trunk@264807 (milestone: DEV300:m37) 2008-11-26 10:33:06 +0100 cmc  r264357 : CWS-TOOLING: rebase CWS unifypaper01 to trunk@264325 (milestone: DEV300:m36) 2008-11-21 14:09:36 +0100 cmc  r264138 : #i92819# paper consolidation


2009-06-11  Philipp Lohmann  <pl@openoffice.org>  [53bb5b5bd00cc29528d23dfe38b69b057cf01933]

fix warning


2009-06-11  Philipp Lohmann  <pl@openoffice.org>  [564bca7bb8d30027e8b3386921b07f6dc066ea30]

make compile, need to build an adaptor to new print API


2009-10-08  hg  <hg@oosvn01.>  [bb0fbe0959e4fceeb105f1d943ac6a70430d4723]

merge with m50


2009-06-11  Philipp Lohmann  <pl@openoffice.org>  [bb5a5598fea5f01a62a2e5acfb97660f51eb5645]

make old Start/EndJob Start/EndPage dll private


2009-06-10  Philipp Lohmann  <pl@openoffice.org>  [24022eaf48a67f38ed55f6016c84c9a2f15cde6c]

page cache for faster preview


2009-06-10  Release Engineers  <releng@openoffice.org>  [ddc57fd87a561ebe99fb106df0f2f05c77c90533]

Create DEV300_m50 milestone tag from trunk@272824


2009-06-10  Philipp Lohmann  <pl@openoffice.org>  [38399530a866bf2522b474ea140b366e78067858]

add: page repeat for N-Up


2009-06-10  Philipp Lohmann  <pl@openoffice.org>  [59fcf3e50150e968e297894257af9a83adbd054a]

avoid overpainting of border


2009-06-10  Philipp Lohmann  <pl@openoffice.org>  [e998628e371df5b5481987e26bce70e9106dfae5]

locale dependent metric field unit


2009-06-09  Philipp Lohmann  <pl@openoffice.org>  [862b2d97656cffc139c91449dd47eb8ad9b4f7de]

#i92516# additional N-Up functionality


2009-06-09  Philipp Lohmann  <pl@openoffice.org>  [11a967ffac6bd58256bf0be1ba7d2db58d780bef]

#i92516# allow for already available printer


2009-06-09  Philipp Lohmann  <pl@openoffice.org>  [c792031ec6330204da8c6e050f64c29d6b11f15a]

#i92516# adapt to new printer API


2009-06-08  Philipp Lohmann  <pl@openoffice.org>  [6c3b78625fb790ddbca81a4df42ddbfb2647ad59]

#i92516# move preview and corresponding controls into an own border


2009-06-05  Philipp Lohmann  <pl@openoffice.org>  [90ee4aeb675208ce375545c827b42c78caa2f224]

improve control arrangement, small UI changes


2009-06-05  Kurt Zenker  <kz@openoffice.org>  [048f6173c123aaed03c9b642d04ce684593242df]

CWS-TOOLING: integrate CWS c06v7_DEV300 2009-05-13 14:39:35 +0200 obo  r271861 : #158157# resync to OOO310_m11


2009-06-05  Kurt Zenker  <kz@openoffice.org>  [50b8d664ce28d56e889df88bc7ebc341500c252d]

CWS-TOOLING: integrate CWS dba32b 2009-06-03 14:58:08 +0200 fs  r272581 : #i102439# 2009-05-29 13:56:18 +0200 fs  r272456 : remove the sub form when the 'add subform' setting changes from <true/> to <false/>, not only its controls 2009-05-29 13:19:27 +0200 fs  r272454 : display '(Default)' instead of an empty string when a control has the default font 2009-05-28 20:49:18 +0200 fs  r272428 : #i98162# getFirstSelectedValue: do not return reference to a temporary 2009-05-27 15:30:22 +0200 msc  r272353 : #102303# 2009-05-26 13:03:06 +0200 fs  r272295 : spelling 2009-05-26 12:59:54 +0200 fs  r272294 : merge m48 version to get latest cygwin related fixes 2009-05-25 14:02:06 +0200 fs  r272239 : remove references to local files, needed for debugging sessions only 2009-05-25 14:01:16 +0200 fs  r272238 : #i102021# ensure members such as bNumberFormat are initialized before actually returning them 2009-05-25 13:10:20 +0200 fs  r272236 : #i10000# reset ENABLE_EVOAB2 2009-05-22 06:44:45 +0200 oj  r272167 : #i99104# add import handler for calc-sett 2009-05-22 06:42:27 +0200 oj  r272166 : #i99104# impl NullDate as member 2009-05-22 06:36:22 +0200 oj  r272165 : #i99104# handle nulldate from parent model 2009-05-22 06:33:13 +0200 oj  r272164 : #i99104# export and import calculation-settings and nulldate 2009-05-22 06:27:50 +0200 oj  r272163 : #i99104# export and import calculation-settings and nulldate 2009-05-20 13:29:58 +0200 oj  r272118 : #i99911# handle invalid name 2009-05-20 13:28:49 +0200 oj  r272117 : #i101261# handle different rowsets 2009-05-20 11:29:55 +0200 msc  r272111 : #i100000# 2009-05-20 11:28:27 +0200 msc  r272110 : merge in change from dba32a 2009-05-20 11:27:38 +0200 msc  r272109 : #102082# CTRL + C does not work 2009-05-20 09:43:36 +0200 oj  r272106 : clean up includes 2009-05-20 09:32:15 +0200 oj  r272105 : #i99060# merge error resovled now VERTICAL_ALIGN is in both stmt 2009-05-20 08:37:21 +0200 msc  r272104 : add workaround for issue #102010# 2009-05-20 08:10:12 +0200 oj  r272103 : #i99104# use numberformatkey 2009-05-20 08:07:02 +0200 oj  r272102 : #i99104# use column info from rowset 2009-05-20 08:04:43 +0200 oj  r272101 : #i102032# use a special column type where prec and scale are the values currently set at the column 2009-05-20 08:03:04 +0200 oj  r272100 : #i102032# correct type info, we have to use SQL defined type names 2009-05-19 10:27:02 +0200 oj  r272061 : #i99104# export null-date 2009-05-19 08:26:53 +0200 oj  r272056 : #i99104# export null-date 2009-05-18 13:15:10 +0200 msc  r272014 : add issue #102019# 2009-05-18 11:33:07 +0200 msc  r272005 : add issue #102019# 2009-05-18 08:59:45 +0200 msc  r271996 : add workaroud for issue #102010# 2009-05-15 10:21:24 +0200 msc  r271929 : #101944# 2009-05-11 21:18:30 +0200 fs  r271792 : #i99914# 2009-05-08 13:52:06 +0200 oj  r271715 : #i96423# remember column span 2009-05-08 11:26:19 +0200 oj  r271708 : #i98605# impl new scale mode 2009-05-08 10:33:35 +0200 fs  r271706 : SendUserCall: only call into the shape notification routine for UserCall types where this is necessary (performance issue) 2009-05-07 20:52:44 +0200 fs  r271698 : outsource ShapeProperty from shapepropertynotifier.hxx 2009-05-07 20:43:33 +0200 fs  r271697 : #i99056# use notifyShapePropertyChange, instead of getShapePropertyChangeNotifier - the latter throws if no shape exists, yet 2009-05-07 20:33:58 +0200 fs  r271696 : #i99056# +notifyShapePropertyChange: allow notifying chages without checking whether there actually already exists an SvxShape 2009-05-07 16:22:15 +0200 fs  r271679 : #i10000# cygwin needs quotes around the classpath 2009-05-07 16:21:37 +0200 fs  r271678 : #i10000# cygwin needs quotes around the classpath 2009-05-07 16:01:11 +0200 oj  r271677 : #i99914# notify parent handler 2009-05-07 15:54:54 +0200 fs  r271676 : #i10000# cygwin needs some quoting 2009-05-07 14:49:48 +0200 oj  r271672 : #i99277# quote alias name 2009-05-07 14:48:12 +0200 oj  r271671 : #i92538# add ~ in front of type 2009-05-07 14:37:13 +0200 oj  r271667 : #i99118# change type from char to varchar 2009-05-07 14:36:23 +0200 oj  r271666 : #i99118# clear dest columns when changing to create new table 2009-05-07 13:35:32 +0200 oj  r271657 : #i94467# handle type 0 as double as well 2009-05-07 13:20:49 +0200 oj  r271655 : i99743# setNull when varchar is no text 2009-05-07 12:58:06 +0200 fs  r271651 : initialize the SdrObject's property change notifier after the ctor, if necessary 2009-05-07 11:47:18 +0200 fs  r271647 : #i10000# 2009-05-07 10:57:16 +0200 fs  r271639 : OPropertyBrowserController::propertyChange: care for the current property state, too, and properly forward it to the UI 2009-05-07 10:18:14 +0200 fs  r271636 : onNewComponent: do not ask the map for grid columns, it will throw 2009-05-07 10:09:55 +0200 fs  r271634 : #i101623# 2009-05-07 09:53:44 +0200 fs  r271631 : #i101622# 2009-05-06 21:55:53 +0200 fs  r271615 : #i10000# 2009-05-06 21:10:42 +0200 fs  r271611 : #i10000# 2009-05-06 13:11:48 +0200 fs  r271583 : #i10000# 2009-05-05 22:29:31 +0200 fs  r271559 : proper assertion message 2009-05-05 22:29:03 +0200 fs  r271558 : diagnostics 2009-05-05 22:16:16 +0200 fs  r271557 : #i10000# 2009-05-05 13:50:32 +0200 fs  r271513 : #i10000# 2009-05-05 10:21:50 +0200 fs  r271503 : #i10000# 2009-05-05 09:30:26 +0200 fs  r271501 : why did those survive the rebase -C step? 2009-05-05 09:18:12 +0200 fs  r271500 : #i10000# 2009-05-04 17:08:17 +0200 fs  r271475 : CWS-TOOLING: rebase CWS dba32b to trunk@271427 (milestone: DEV300:m47) 2009-05-04 14:51:26 +0200 fs  r271456 : line ends 2009-04-30 15:55:27 +0200 fs  r271418 : NewURL -> PublicConnectionURL 2009-04-22 21:18:34 +0200 fs  r271141 : #i100944# 2009-04-22 09:12:26 +0200 oj  r271071 : #i101261# little code change 2009-04-22 09:11:43 +0200 oj  r271070 : #i101261# only ask for parameters which aren't set before 2009-04-22 09:11:25 +0200 oj  r271069 : #i101261# new grabage container for nodes 2009-04-22 09:11:02 +0200 oj  r271068 : #i101261# new grabage container for nodes 2009-04-22 09:10:44 +0200 oj  r271067 : #i101261# new grabage container for nodes 2009-04-22 09:10:21 +0200 oj  r271066 : #i101261# only ask for parameters which aren't set before 2009-04-22 09:08:24 +0200 oj  r271065 : #i101261# only ask for parameters which aren't set before 2009-04-22 09:07:25 +0200 oj  r271064 : #i101261# only ask for parameters which aren't set before 2009-04-22 08:49:07 +0200 oj  r271062 : #i77501# preview only when needed 2009-04-22 08:45:44 +0200 oj  r271061 : #i101261# new prop max rows 2009-04-22 08:44:18 +0200 oj  r271060 : #i101261# create dataprovider earlier to avoid the wrong legend in chart 2009-04-22 08:42:48 +0200 oj  r271059 : #i101261# handle parameter 2009-04-17 21:00:23 +0200 fs  r270954 : #i98350# 2009-04-17 13:54:19 +0200 fs  r270942 : #i99565# 2009-04-17 13:51:34 +0200 fs  r270940 : #i101153# only localize the (potentially) localizable properties when there really is support at the control model 2009-04-17 11:43:14 +0200 fs  r270932 : removed superfluous include 2009-04-17 10:10:15 +0200 fs  r270926 : #i10000# 2009-04-17 10:02:36 +0200 fs  r270925 : #i10000# 2009-04-17 09:15:13 +0200 fs  r270918 : #i99056# some more refactoring of the recently introduced property change notification mechanism for UNO shapes 2009-04-17 09:14:56 +0200 fs  r270917 : #i99056# some more refactoring of the recently introduced property change notification mechanism for UNO shapes 2009-04-17 09:13:25 +0200 fs  r270915 : #i99056# some more refactoring of the recently introduced property change notification mechanism for UNO shapes 2009-04-17 08:30:34 +0200 fs  r270914 : removed unotools/servicehelper.hxx in favour of the (duplicated) comphelper/servicehelper.hxx 2009-04-16 21:05:25 +0200 fs  r270903 : #i10000# 2009-04-16 20:43:43 +0200 fs  r270902 : #i99056# shape notification outsourced to the SdrObject, this is what all other shape implementations (which only aggregate an SvxShape) have access to, too 2009-04-16 15:57:36 +0200 fs  r270891 : #i99056# make SetUnoControlModel virtual 2009-04-16 15:44:02 +0200 fs  r270890 : #i99056# let the ScShapeObj notify changes in its Anchor property 2009-04-16 15:36:47 +0200 fs  r270889 : #i99056# enable the sheet anchor type property, too 2009-04-16 15:33:45 +0200 fs  r270887 : #i99056# shape notification outsourced to the SdrObject, this is what all other shape implementations (which only aggregate an SvxShape) have access to, too 2009-04-15 14:53:13 +0200 fs  r270844 : #i10000# 2009-04-15 13:08:29 +0200 fs  r270836 : #i10000# 2009-04-15 12:28:14 +0200 fs  r270832 : #i10000# 2009-04-15 10:59:14 +0200 fs  r270827 : #i10000# 2009-04-15 09:41:08 +0200 oj  r270823 : fix issues found with findbugs and pmd 2009-04-14 21:08:04 +0200 fs  r270808 : #i99056# implement SheetAnchorType - now the only thing missing to enable it is the proper notification when it is modified 2009-04-14 17:09:00 +0200 fs  r270799 : #i99056# implement XServiceInfo for the ScShapeObj 2009-04-14 17:07:55 +0200 fs  r270798 : #i99056# implement TextAnchorType, partially implement SheetAnchorType 2009-04-14 15:54:05 +0200 fs  r270786 : #i99056# SwXShape: notify changes of the AnchorType property 2009-04-14 15:47:32 +0200 fs  r270785 : #i99056# deliver shapepropertynotifier.hxx 2009-04-14 15:46:54 +0200 fs  r270784 : diagnostics 2009-04-14 15:08:28 +0200 fs  r270781 : #i99056# outsourced the SvxShape's property change notification code into a dedicated class 2009-04-14 14:41:09 +0200 fs  r270773 : #i99056# outsourced the SvxShape's property change notification code into a dedicated class 2009-04-14 14:37:23 +0200 fs  r270772 : in dtor, remove the properties from the temporary component context 2009-04-14 14:36:34 +0200 fs  r270771 : getWeakUnoShape made const 2009-04-14 12:23:08 +0200 oj  r270757 : #i101064# add missing braces 2009-04-14 12:21:25 +0200 oj  r270756 : #i101065# add braces for gcc 4.3.2 2009-04-14 12:17:45 +0200 oj  r270755 : #i101059# add dep for manifest 2009-04-09 12:06:58 +0200 oj  r270686 : #i93100# use OptimalSize from control to get height 2009-04-08 09:56:55 +0200 oj  r270619 : #i92537# handle calculations in the select columns as well 2009-04-08 09:30:39 +0200 oj  r270615 : #i96657# throw error message when the key doesn't have any columns 2009-04-07 12:08:26 +0200 oj  r270592 : #i77501# impl preview of the executed report 2009-04-07 12:01:56 +0200 oj  r270591 : #i77501# impl preview of the executed report 2009-04-07 11:41:03 +0200 oj  r270590 : #i77501# impl preview of the executed report 2009-04-07 11:39:32 +0200 oj  r270589 : #i77501# impl preview of the executed report 2009-04-07 11:29:25 +0200 oj  r270588 : #i77501# convert dos to unix lineends 2009-04-07 11:28:23 +0200 oj  r270587 : #i77501# impl preview of the executed report 2009-04-07 11:16:50 +0200 oj  r270586 : #i77501# impl preview of the executed report 2009-04-07 11:16:00 +0200 oj  r270585 : #i77501# impl preview of the executed report 2009-04-07 11:15:44 +0200 oj  r270584 : #i77501# impl preview of the executed report 2009-04-07 11:15:28 +0200 oj  r270583 : #i77501# impl preview of the executed report 2009-04-07 11:15:04 +0200 oj  r270582 : #i77501# impl preview of the executed report 2009-04-06 15:38:54 +0200 fs  r270559 : merge changes from CWS dba32a herein 2009-04-03 15:56:16 +0200 fs  r270494 : ImpSvMEdit::Resize: do multiple iterations, if necessary 2009-04-03 14:35:49 +0200 fs  r270487 : #i10000# 2009-04-03 13:17:16 +0200 fs  r270476 : #i99056# display geometry information for controls, too 2009-04-03 13:16:37 +0200 fs  r270475 : #i99056# better ordering of the geometry properties 2009-04-03 13:16:07 +0200 fs  r270473 : #i99056# now that SvxShape supports property change listeners, forward add/remove requests to it 2009-04-03 13:13:18 +0200 fs  r270472 : #i99056# at SvxShape, allow for PropertyChangeListeners for Size/Position 2009-04-03 09:29:27 +0200 oj  r270456 : #i94571# use correct prop name 2009-04-03 09:14:54 +0200 fs  r270451 : merge changes from CWS dba32a herein 2009-04-02 17:00:51 +0200 fs  r270424 : better diagnostics 2009-04-02 16:35:19 +0200 fs  r270421 : diagnostics 2009-04-02 16:34:50 +0200 fs  r270420 : #i99056# mxUnoShape not accessible anymore, use impl_setUnoShape instead 2009-04-02 16:32:48 +0200 fs  r270419 : #i99056# make getUnoShape cheaper: keep the pointer to the SvxShape all the time, so there's no need to ask for it in getUnoShape. As a consequence, we will later be able to use the pointer in scenarious where performance (potentially) matters 2009-04-02 16:31:13 +0200 fs  r270417 : merge changes from CWS dba32a herein 2009-04-02 16:23:16 +0200 fs  r270414 : merge changes from CWS dba32a herein 2009-04-02 14:10:35 +0200 fs  r270405 : #i10000# 2009-04-02 14:06:26 +0200 fs  r270404 : merge changes from CWS dba32a herein 2009-04-02 14:03:03 +0200 fs  r270401 : #i10000# 2009-04-02 13:58:13 +0200 fs  r270400 : #i10000# 2009-04-02 12:59:44 +0200 fs  r270397 : merge changes from CWS dba32a herein 2009-04-02 12:46:30 +0200 fs  r270396 : #i99056# let the form page maintain a mapping between control models and control shapes 2009-04-02 12:44:07 +0200 fs  r270395 : merge changes from CWS dba32a herein 2009-04-02 12:42:06 +0200 fs  r270394 : merge changes from CWS dba32a herein 2009-04-02 12:35:20 +0200 fs  r270393 : #i10000# precompiled header 2009-04-02 12:05:31 +0200 fs  r270392 : merge changes from CWS dba32a herein 2009-04-02 12:00:42 +0200 fs  r270391 : merge changes from CWS dba32a herein 2009-04-02 11:47:26 +0200 fs  r270390 : merge changes from CWS dba32a herein 2009-04-02 11:39:15 +0200 oj  r270389 : #i94467# foxpro impl several new types 2009-04-02 11:35:58 +0200 fs  r270387 : merge changes from CWS dba32a herein 2009-04-01 14:10:51 +0200 fs  r270329 : merge changes from CWS dba32a herein 2009-03-31 17:29:50 +0200 fs  r270290 : merge changes from CWS dba32a herein 2009-03-30 14:53:56 +0200 fs  r270233 : #i100417# don't set grid column widths to 0, but to <void/> 2009-03-30 12:31:03 +0200 oj  r270213 : #i100552# wrong orb used 2009-03-30 12:19:20 +0200 oj  r270212 : #i98303# convertlike corrected to sal_Unicode 2009-03-30 11:58:25 +0200 fs  r270210 : merge changes from CWS dba32a herein 2009-03-30 11:38:16 +0200 oj  r270205 : remove duplicate code from merge 2009-03-30 11:02:27 +0200 fs  r270202 : merge changes from CWS dba32a herein 2009-03-30 11:02:19 +0200 fs  r270201 : merge changes from CWS dba32a herein 2009-03-30 10:31:26 +0200 oj  r270200 : #i100665# only throw exception and do not drop table 2009-03-30 09:36:24 +0200 fs  r270195 : assertion text 2009-03-28 20:21:58 +0100 fs  r270187 : #ii10000# 2009-03-28 20:19:54 +0100 fs  r270186 : removed unused help ids 2009-03-28 20:19:40 +0100 fs  r270185 : removed unused help ids 2009-03-28 20:19:10 +0100 fs  r270184 : #i100237# +DefaultState/XReset 2009-03-28 00:29:29 +0100 fs  r270177 : CWS-TOOLING: rebase CWS dba32b to trunk@270033 (milestone: DEV300:m45) 2009-03-27 22:56:46 +0100 fs  r270173 : #i100237# DEFAULT_CHECKED -> DEFAULT_STATE 2009-03-27 22:55:52 +0100 fs  r270172 : #i100237# DefaultState property for buttons, enabled only when Toggle=Yes 2009-03-27 22:54:15 +0100 fs  r270171 : #i100237# DEFAULT_CHECKED -> DEFAULT_STATE 2009-03-27 22:53:54 +0100 fs  r270170 : #i100237# introduce a DefaultState property for buttons, which implies buttongs supporting XReset, which needed some refactoring 2009-03-27 13:31:41 +0100 fs  r270152 : ignore output paths 2009-03-27 11:23:44 +0100 fs  r270139 : tuned behavior with respect to invalid keys/values 2009-03-27 09:57:14 +0100 fs  r270136 : don't allow Double.NaN 2009-03-27 09:56:16 +0100 fs  r270135 : talk about Double.NaN 2009-03-26 12:14:30 +0100 fs  r270067 : removed unused parameter 2009-03-26 12:14:02 +0100 fs  r270066 : removed widening conversion when checking keys 2009-03-26 09:17:34 +0100 fs  r270053 : separated the enumerator functionality into a dedicated interface, this way not burdening XMap with it 2009-03-26 09:17:11 +0100 fs  r270052 : separated the enumerator functionality into a dedicated interface, this way not burdening XMap with it 2009-03-26 09:16:49 +0100 fs  r270051 : separated the enumerator functionality into a dedicated interface, this way not burdening XMap with it 2009-03-25 21:55:20 +0100 fs  r270044 : #i100541# properly calculat bNeedScrollBox 2009-03-25 12:56:17 +0100 fs  r270019 : renamed the previously introduced error condition 2009-03-25 12:11:48 +0100 fs  r270015 : #i100095# when the error messages contain non-trivial details (SQLState/ErrorCode), then always display the 'Details' button 2009-03-25 12:10:05 +0100 fs  r270012 : renamed the previously introduced error condition 2009-03-25 12:01:04 +0100 fs  r270011 : #i100095# when no address book (or respective profile) can be found, then use a dedicated ErrorCondition 2009-03-25 10:29:07 +0100 fs  r270003 : add missing localization 2009-03-25 10:23:12 +0100 fs  r270001 : in preparation of #i1000095#: rework the error handling, allow using css.sdb.ErrorCondition values, plus allow propagating the nsresult 2009-03-25 10:21:55 +0100 fs  r270000 : in preparation of #i1000095#: rework the error handling, allow using css.sdb.ErrorCondition values, plus allow propagating the nsresult 2009-03-20 23:05:38 +0100 fs  r269829 : XMap::getSize removed 2009-03-20 23:05:19 +0100 fs  r269828 : changes as suggested by sb 2009-03-20 23:04:56 +0100 fs  r269827 : enhanced documentation 2009-03-20 15:31:40 +0100 fs  r269815 : changes as suggested by sb 2009-03-20 13:23:52 +0100 oj  r269804 : #i92538# correct the zorder that fixedtext is infront of control 2009-03-20 12:59:38 +0100 oj  r269801 : #i94571# paraadjust now supports BLOCK 2009-03-20 12:58:11 +0100 oj  r269800 : #i94571# export style with data style 2009-03-20 12:57:05 +0100 oj  r269799 : #i94571# text align is now paraadjust 2009-03-20 12:37:02 +0100 fs  r269797 : enum keys only accepted if they have the exact type, not if they have *any* enum type 2009-03-20 12:28:31 +0100 fs  r269794 : some changes requested by sb 2009-03-20 08:52:47 +0100 fs  r269780 : doc 2009-03-20 07:37:31 +0100 oj  r269779 : #i99913# only notifiy when values are different 2009-03-20 07:36:58 +0100 oj  r269778 : #i99913# add undoenv as listener at the dataprovider 2009-03-19 22:52:52 +0100 fs  r269771 : added comment 2009-03-19 22:40:06 +0100 fs  r269770 : +testEnumeration 2009-03-19 22:39:41 +0100 fs  r269769 : implemented enumeration, getKeySet, and getValues. Should be finished now. 2009-03-19 14:01:01 +0100 oj  r269743 : #i99913# reset the modified state when selecting an object 2009-03-19 12:19:54 +0100 lla  r269739 : #i72390# cleanups 2009-03-19 09:25:27 +0100 fs  r269727 : #i10000# 2009-03-18 23:37:02 +0100 fs  r269708 : extended checks for value type acceptance 2009-03-18 23:36:41 +0100 fs  r269707 : fixed value type checks 2009-03-18 14:59:56 +0100 fs  r269678 : initial complex test case for the new css.container.Map implementation 2009-03-18 14:59:24 +0100 fs  r269677 : verifyExpectedException moved to base class (in complexlib), and renamed to assureException for consistency 2009-03-18 14:58:35 +0100 fs  r269676 : removed unused imports 2009-03-18 14:58:03 +0100 fs  r269675 : first implementation of the new css.container.Map service (not completed, yet) 2009-03-18 14:57:17 +0100 fs  r269674 : base class for UNO components, freeing you from some repeating work 2009-03-18 14:55:53 +0100 fs  r269672 : +assureException: call a given method with given parameters on a given object, ensure that a given exception is thrown by the method implementation 2009-03-18 14:54:58 +0100 fs  r269671 : +getComponentContext 2009-03-18 14:54:00 +0100 fs  r269670 : isEmpty returns a boolean, not a long 2009-03-18 14:14:43 +0100 oj  r269663 : #i99743# now text also supports null 2009-03-18 13:54:14 +0100 oj  r269660 : #i99223# remove check for 2 params 2009-03-18 13:33:35 +0100 oj  r269659 : #i99060# replace text::ParagraphVertAlign with style::VerticalAlignment 2009-03-18 13:32:18 +0100 oj  r269658 : #i99060# don't set void property when void isn't allowed 2009-03-18 13:31:11 +0100 oj  r269657 : #i99060# handle vertical alignment 2009-03-18 13:28:28 +0100 oj  r269656 : #i99060# remove unused elements from sytle 2009-03-18 09:35:42 +0100 lla  r269639 : #i72390# cleanups 2009-03-18 09:31:20 +0100 lla  r269638 : #i72390# add ButtonList 2009-03-18 09:30:46 +0100 lla  r269637 : #i72390# renamed interface 2009-03-18 09:30:15 +0100 lla  r269636 : #i72390# use ButtonList instead of ImageList 2009-03-18 09:29:05 +0100 lla  r269635 : #i72390# new ButtonList, cleanups 2009-03-18 09:26:34 +0100 lla  r269634 : #i72390# cleanups 2009-03-17 12:21:20 +0100 oj  r269590 : #i99222# remove assertion 2009-03-17 12:17:22 +0100 oj  r269589 : #i98605# impl scale mode 2009-03-17 12:10:42 +0100 oj  r269588 : #i98605# impl scale mode 2009-03-17 11:40:15 +0100 oj  r269584 : #i96944# doesn't create equation for shapes 2009-03-17 11:33:16 +0100 oj  r269583 : #i96423# switch calc from float to long 2009-03-16 15:19:18 +0100 fs  r269550 : #i41930# enable zoom for embedded/outplace documents 2009-03-16 14:25:54 +0100 oj  r269542 : #i93734# remove ContextSensitive 2009-03-16 14:21:58 +0100 oj  r269541 : #i99274# page header before group header 2009-03-16 14:18:23 +0100 oj  r269539 : #i99110# fix value type 2009-03-16 14:14:16 +0100 fs  r269537 : line ends 2009-03-16 14:11:06 +0100 fs  r269535 : line ends 2009-03-16 14:08:34 +0100 fs  r269534 : #i100087# (provided my np): allow for polymorphic types with more than one parameter 2009-03-16 12:30:31 +0100 oj  r269521 : compile error 2009-03-16 12:19:12 +0100 oj  r269519 : compile error 2009-03-16 10:39:28 +0100 oj  r269511 : compile error under linux with swap 2009-03-13 10:33:04 +0100 oj  r269462 : CWS-TOOLING: rebase CWS dba32b to trunk@269297 (milestone: DEV300:m43) 2009-03-12 14:37:25 +0100 fs  r269416 : interface SequenceOutputStreamTest is unneeded, and pollutes the namespace here :) 2009-03-12 14:35:07 +0100 fs  r269414 : not needed 2009-03-12 14:34:15 +0100 fs  r269413 : preparation for multiple tests in this module 2009-03-12 14:33:02 +0100 fs  r269412 : ShowTargets was moved from module integration.forms to module complexlib 2009-03-12 14:32:48 +0100 fs  r269411 : helper class for projects containing multiple complex test cases (and following a certain structure) 2009-03-12 14:00:14 +0100 fs  r269407 : proper module after the move 2009-03-12 13:59:10 +0100 fs  r269406 : superseded by ../makefile.mk 2009-03-12 13:47:38 +0100 fs  r269403 : not needed anymore 2009-03-12 13:45:46 +0100 fs  r269402 : moved, in preparation of adding more test cases here, with a common infrastructure 2009-03-12 13:45:07 +0100 fs  r269401 : moved from ../ 2009-03-12 13:43:59 +0100 fs  r269400 : moved to ./comphelper, in preparation of adding more test cases here, with a common infrastructure 2009-03-12 13:29:47 +0100 oj  r269396 : #i99914# set parent on dataprovider 2009-03-12 13:10:35 +0100 oj  r269393 : #i99832# check thrown exception and show error 2009-03-12 13:08:10 +0100 fs  r269392 : reorganizing tests 2009-03-12 12:52:55 +0100 oj  r269390 : #i99118# convert formatkey in numberformat 2009-03-12 12:34:53 +0100 fs  r269388 : new API tests 2009-03-12 12:29:05 +0100 fs  r269386 : Map not yet committed 2009-03-12 12:28:36 +0100 fs  r269385 : oops, forgot the SequenceInputStream during the previous refactoring 2009-03-12 12:12:39 +0100 oj  r269384 : #i99104# set HasCategories prop 2009-03-12 12:12:08 +0100 oj  r269383 : #i99104# check HasCategories even for internal dataprovider 2009-03-12 12:10:40 +0100 oj  r269382 : #i99104# set HasCategories prop 2009-03-12 10:51:49 +0100 fs  r269373 : #i10000# exception specifications 2009-03-12 10:49:18 +0100 fs  r269372 : #i10000# exception specifications 2009-03-12 10:44:02 +0100 fs  r269371 : #i10000# exception specifications 2009-03-12 10:30:55 +0100 fs  r269368 : refactored the UNO service registration in this module, using the helper classes provided by comphelper itself, so you have less effort when extending the list of to-be-registered components 2009-03-12 10:30:37 +0100 fs  r269367 : module-local includes 2009-03-12 07:05:54 +0100 oj  r269357 : #i99104# database dataprovider doesn't need dataranges and diagramdata 2009-03-11 10:58:28 +0100 oj  r269306 : #i99911# check if name of the report is a valid file name 2009-03-11 10:03:23 +0100 oj  r269299 : #i99666# the report is new when the HierarchicalDocumentName is empty 2009-03-10 11:32:45 +0100 oj  r269258 : #i99221# use fallback for language 2009-03-10 10:48:40 +0100 oj  r269255 : #i99433# now use OStringBuffer 2009-03-10 10:36:21 +0100 fs  r269252 : initial version of (X)Map 2009-03-10 09:52:23 +0100 oj  r269246 : #i99433# now use OStringBuffer 2009-03-10 08:56:13 +0100 oj  r269240 : #i99655# patch applied 2009-03-09 07:35:33 +0100 lla  r269058 : #i10000# wrong variable assignment fixed 2009-03-06 17:20:40 +0100 fs  r269030 : some explicit defaults 2009-03-06 17:20:30 +0100 fs  r269029 : #i98600# 2009-03-06 14:40:34 +0100 fs  r269009 : #i87692# during reload, prevent the document being modified just because of some control content changes ... 2009-03-06 12:52:20 +0100 lla  r268997 : #i10000# ambigous problem with FontWeight fixed 2009-03-06 11:39:32 +0100 fs  r268989 : #i10000# (approved by pl): use --without-t1-library configure option 2009-03-06 10:55:43 +0100 fs  r268986 : #i99953# depends on xmlscript module now 2009-03-06 10:54:04 +0100 fs  r268985 : #i99953# also adjust the event names found in dialogs embedded in the forms 2009-03-06 09:53:41 +0100 fs  r268977 : #i10000# 2009-03-06 09:30:41 +0100 lla  r268973 : #i10000# merge problems 2009-03-05 17:52:34 +0100 fs  r268932 : #i98593# for sub components which are actually controlled by a DocumentDefinition (aka XComponentSupplier aka XCommandProcessor), close them by executing the 'close' command, not by suspending/closing the controller (which cannot be intercepted) 2009-03-05 11:41:56 +0100 fs  r268889 : default the drop down line count for list/combo boxes to 20 2009-03-05 11:39:10 +0100 fs  r268887 : do not display empty error messages 2009-03-02 10:13:57 +0100 lla  r268639 : #i91541# CWS rebase m41 to m42 2009-03-02 09:06:27 +0100 lla  r268635 : #i10000# add ';' to strings 2009-02-26 11:18:00 +0100 fs  r268492 : reportdesign depends on REPORTBUILDER, not REPORTDESIGN 2009-02-26 10:11:38 +0100 lla  r268489 : CWS-TOOLING: rebase CWS dba32b to trunk@268395 (milestone: DEV300:m42) 2009-02-26 09:04:11 +0100 lla  r268488 : CWS-TOOLING: rebase CWS dba32b to trunk@268395 (milestone: DEV300:m42) 2009-02-24 12:09:13 +0100 lla  r268392 : #i91541# #i91542# cleanups 2009-02-24 08:08:06 +0100 lla  r268382 : merge all dba32a changes into dba32b 2009-02-24 07:14:55 +0100 lla  r268381 : merge all dba32a changes into dba32b 2009-02-23 21:44:28 +0100 fs  r268377 : oops ... don't tamper with m_aListSourceValues at the end of loadData 2009-02-23 20:57:05 +0100 fs  r268376 : #i98162# don't hold the values as strings, but as ORowSetValue, this way preserving their type, and being agnostic to different result/rowset implementations doing different to-string-conversations 2009-02-23 20:55:44 +0100 fs  r268375 : getObject: throwFunctionNotSupportedException, instead of silently returning NULL 2009-02-23 20:55:20 +0100 fs  r268374 : #i98162# some more supported types 2009-02-23 20:54:43 +0100 fs  r268373 : #i98162# +operator != 2009-02-20 09:35:39 +0100 fs  r268306 : #i99422# for a font, display the font name, the style, and the size 2009-02-20 09:33:45 +0100 fs  r268305 : #i99422# in the property browser, FONT supersedes CHARFONTNAME: the aggregated FormComponentHandler displays them more nicely now 2009-02-19 16:12:06 +0100 fs  r268293 : #i99372# recognize DataType::FLOAT as numeric 2009-02-19 15:43:12 +0100 fs  r268291 : #i99415# 2009-02-19 15:40:15 +0100 fs  r268290 : #i99242# lcl_firstFocussableControl: take disabled controls into account 2009-02-19 15:34:36 +0100 fs  r268289 : #i99396# properly decode the base name of the URL when using it as title 2009-02-19 15:19:05 +0100 fs  r268287 : #i98247#


2009-06-04  Kurt Zenker  <kz@openoffice.org>  [ba607cfbde79d03b2cb527cc49b749ecf485f910]

CWS-TOOLING: integrate CWS clnoundo 2009-05-18 09:40:22 +0200 wg  r271998 : i102011 2009-04-28 12:20:24 +0200 cl  r271318 : CWS-TOOLING: rebase CWS clnoundo to trunk@270723 (milestone: DEV300:m46) 2009-04-02 11:37:14 +0200 cl  r270388 : #i100371# check valid positions all the time to avoid crashes during model lock 2009-03-30 13:02:27 +0200 cl  r270219 : #i100371# do not create undo actions in drawing layer during load 2009-03-30 12:59:41 +0200 cl  r270218 : #i100371# do not create undo actions in drawing layer during load 2009-03-30 12:55:06 +0200 cl  r270217 : #i100371# do not create undo actions in drawing layer during load 2009-03-30 12:53:27 +0200 cl  r270216 : #i100371# do not create undo actions in drawing layer during load 2009-03-30 12:49:28 +0200 cl  r270215 : #i100371# added EnableUndo() and IsUndoEnabled()


2009-06-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [27e117928e82510762ab2a524b056c107e7afd24]

CWS-TOOLING: integrate CWS vcl102 pl: resync to m49 pl: #i102082# correct index access pl: #i102082# correct index access pl: merge tag pl: #i101674# update selection background markers for toolbars and menus pl: fix debug compile pl: #i101461# improve xdg functionality (thanks oblin) pl: #i100501# get IsAddStream from configuration setting in direct export case pl: #i100725# check for null ptr pl: #i100617# fix got lost in merge


2009-06-04  Philipp Lohmann  <pl@openoffice.org>  [c8627db6efd10b8da8499ee3d75b305510999b9d]

get correct page count


2009-06-03  Philipp Lohmann  <pl@openoffice.org>  [ce2caea2584b9575bb48d5e3c3a9a407f25a2903]

fix a warning


2009-06-03  Philipp Lohmann  <pl@openoffice.org>  [2d22c6d219e68945719602e866715deb71df53a6]

fix a warning


2009-06-03  Philipp Lohmann  <pl@openoffice.org>  [e1d3e7606211ab21c15a5ea2cd9c8ef5b3ef9694]

#i92516# latest changes according to UX


2009-06-03  Kurt Zenker  <kz@openoffice.org>  [5ef9f77136fd35ea55d60f52ef945cc84c9a1933]

CWS-TOOLING: integrate CWS tkr20 2009-05-08 08:31:10 +0200 tkr  r271700 : ##i97329# fixed merge conflict during rebase 2009-05-07 08:30:15 +0200 tkr  r271622 : CWS-TOOLING: rebase CWS tkr20 to trunk@271427 (milestone: DEV300:m47) 2009-04-17 14:36:42 +0200 tkr  r270947 : #i73893# implemented the XCommandProcessor:Abort method 2009-03-20 14:08:15 +0100 tkr  r269806 : #i96392# use $(CPU) variable to determine if openssl should build with 64 bit 2009-03-19 16:15:26 +0100 tkr  r269754 : #i96392# use $(CPU) variable to determine if openssl should build with 64 bit 2009-03-19 16:09:04 +0100 tkr  r269753 : #i96392# use $(CPU) variable to determine if openssl should build with 64 bit 2009-03-19 15:57:05 +0100 tkr  r269752 : #i97003# Ask password container if persistent storage should be used 2009-03-19 15:53:18 +0100 tkr  r269751 : #i97003# ask if password container should use the persistent storage 2009-03-19 09:08:18 +0100 tkr  r269726 : #i99774# ucb: patch to silence warnings in gcc 4.4 2009-03-19 09:05:38 +0100 tkr  r269725 : #i99046# remove mime-type 2009-03-19 09:04:56 +0100 tkr  r269724 : #i97329# fixed truncated text on buttons 2009-03-19 09:03:50 +0100 tkr  r269723 : #i97542# Warning errors in uui / empty bodys in for loops


2009-06-03  Kurt Zenker  <kz@openoffice.org>  [1cbd6bd7f0e55956b657454614537d2be1d43f4f]

CWS-TOOLING: integrate CWS vcl101 2009-04-30 16:05:34 +0200 pl  r271420 : #i95591# need a poll timer so XtTimers work properly 2009-04-30 11:25:52 +0200 hdu  r271406 : #i100929# avoid unneeded colormap reallocation 2009-04-30 11:21:16 +0200 hdu  r271405 : #i100929# use improved SetDrawable() also for salframe updates 2009-04-30 11:12:41 +0200 hdu  r271404 : i100929# invalidate cached renderpic also for changed vdev 2009-04-29 14:31:40 +0200 hdu  r271375 : i100929# use cached renderpic also for alpha-rect/bitmap drawing 2009-04-29 14:16:51 +0200 hdu  r271370 : i100929# notify only GtkSalFrame's valid X11SalFrames 2009-04-29 13:58:10 +0200 hdu  r271369 : i100929# notify GtkSalFrame's X11SalGraphics that their drawables will become obsolete 2009-04-29 13:53:48 +0200 hdu  r271367 : #i100929# release cached renderpic whenever the corresponding drawable changes 2009-04-28 11:56:07 +0200 pl  r271317 : fix a snafu 2009-04-27 16:52:29 +0200 hdu  r271293 : #i100000# WAE fix for debug=true compilation 2009-04-27 12:38:11 +0200 hdu  r271260 : #i101367# disable vdev mapmode when measuring pixel size 2009-04-27 12:28:37 +0200 hdu  r271259 : #i101367# speedup svclcanvas::CanvasBitmapHelper::getSize() 2009-04-23 15:11:25 +0200 hdu  r271175 : #i91685# ignore trailing space in last cell 2009-04-23 12:55:14 +0200 pl  r271156 : #i101032# check for empty bitmap 2009-04-23 11:04:50 +0200 pl  r271144 : #101184# add a paranoia check 2009-04-21 19:12:25 +0200 pl  r271055 : #i101184# add: recognize added/removed monitors in xinerama configuration for gtk plugin (thanks cmc) 2009-04-21 17:04:44 +0200 pl  r271046 : #i101089# remove unused method (thanks cmc) 2009-04-21 16:41:38 +0200 hdu  r271042 : #i99842# set text decoration color 2009-04-20 22:57:37 +0200 pl  r271015 : #i101063# fix warnings 2009-04-20 22:55:39 +0200 pl  r271014 : #i101063# fix warnings 2009-04-20 11:35:24 +0200 hdu  r270968 : #i1001102# remove dependency to psprint module 2009-04-20 11:31:08 +0200 hdu  r270967 : #i100929# keep cached render Picture in X11SalGraphics removes 2009-04-20 11:24:57 +0200 hdu  r270966 : #i100929# cache render Picture in X11SalGraphics 2009-04-18 14:53:22 +0200 hdu  r270959 : CWS-TOOLING: rebase CWS vcl101 to trunk@270723 (milestone: DEV300:m46) 2009-04-17 12:00:50 +0200 hdu  r270934 : #i100951# b2d-polygon clipping handles bezier-segments nowadays => performance opt possible 2009-04-17 11:50:49 +0200 hdu  r270933 : #i100922# count b2d-polypoly-points to avoid priority-queue reallocations 2009-04-17 11:07:03 +0200 hdu  r270930 : #i101145# match dpi-sanity check with gnome-UI (thanks Caolan!) 2009-04-17 10:44:41 +0200 hdu  r270929 : #i100603# dingbats-encoded PDF-builtin fonts are symbol fonts too 2009-04-17 10:36:10 +0200 hdu  r270928 : #i101145# check sanity of resolution reported by Xft-dpi (thanks CMC!) 2009-04-08 13:53:35 +0200 hdu  r270644 : #i100951# avoid expensive calls to basegfx::tools::clipPolygonOnRange() if possible 2009-04-08 13:19:26 +0200 hdu  r270637 : #i100922# prevent needless stl::priority_queue reallacations by reserving 2009-04-08 11:14:30 +0200 hdu  r270627 : #i100929# use X11SalGraphics::GetXRenderPicture() also for text drawing 2009-04-08 10:00:42 +0200 hdu  r270620 : #i100929# add and use X11SalGraphics::GetXRenderPicture() for polygon drawing 2009-04-06 15:52:47 +0200 hdu  r270563 : #i100885# add and use AquaSalGraphics::copyResolution() to speed up virdev creation 2009-04-02 14:39:06 +0200 pl  r270408 : #i95873# do not set LD_LIBRARY_PATH for external apps 2009-03-31 18:43:19 +0200 pl  r270292 : #i99783# transparency of closer image changed to mask in the meantime 2009-03-27 15:42:37 +0100 hdu  r270158 : #i100591# fix binary search in dingbats encoding converter 2009-03-27 13:06:34 +0100 hdu  r270151 : #i100603# only PDF builtin text fonts use WinAnsiEncoding 2009-03-27 12:05:35 +0100 hdu  r270147 : #i100603# use correct encoding for all PDF builtin fonts 2009-03-27 09:04:07 +0100 hdu  r270133 : #i100603# use proper encoding for PDF builtin symbol fonts 2009-03-26 17:19:38 +0100 hdu  r270090 : #i100591# support RTL_TEXTENCODING_ADOBE_DINGBATS encoding 2009-03-25 09:02:18 +0100 hdu  r269995 : #i100521# prefer osl_getAsciiFunctionSymbol() when dynloading SAGE and extra USER32 symbols 2009-03-25 08:55:49 +0100 hdu  r269994 : #i100521# prefer osl_getAsciiFunctionSymbol() when dynloading LUNA symbols 2009-03-24 16:15:54 +0100 hdu  r269965 : #i100521# prefer osl_getAsciiFunctionSymbol() when dynloading vclplugin symbols 2009-03-24 16:10:29 +0100 hdu  r269963 : #i100521# prefer osl_getAsciiFunctionSymbol() when dynloading USP symbols 2009-03-24 15:54:30 +0100 hdu  r269962 : #i100521# prefer osl_getAsciiFunctionSymbol() when dynloading xrender symbols 2009-03-24 10:46:55 +0100 hdu  r269920 : #i100506# fix WAE build breakers on unxsols4 for debug=true 2009-03-23 16:36:43 +0100 hdu  r269884 : #159477# fix crash for PDFs with big zlib-chunks 2009-03-20 17:36:56 +0100 pl  r269821 : #i96568# add recent files to mac quickstarter 2009-03-20 14:39:41 +0100 pl  r269809 : #i35482# no HC mode detection, automatically done in independent part 2009-03-19 20:01:37 +0100 pl  r269768 : #i95591# do not reuse UnxPloginComm because of connection loss problems 2009-03-19 18:08:23 +0100 pl  r269765 : #i95588# change default visibility that was ignored everywhere but unix anyway


2009-06-03  Philipp Lohmann  <pl@openoffice.org>  [0f8bbce8480a3b32178b9734f9df974a565de23b]

#i92516# enable WB_DROPDOWN on TabControl


2009-06-03  Philipp Lohmann  <pl@openoffice.org>  [965c2d025637fc95335d68f466c22c2cba28a024]

#i92516# enable WB_DROPDOWN on TabControl


2009-06-03  Kurt Zenker  <kz@openoffice.org>  [45f4c02ff33862f848f33e9debd45b1a90c382e2]

CWS-TOOLING: integrate CWS os128 2009-04-22 12:58:26 +0200 b_michaelsen  r271093 : #i101084# using the frames enumeration for other SwXFrames-queries; also added a complex test to ensure the behavior to be the same 2009-04-20 14:53:03 +0200 mav  r270987 : #i101219# adjust the testcases to test memory cache and temporary file cache 2009-04-20 14:52:09 +0200 mav  r270986 : #i101219#,#i99077# use memory to cache data; no precopying on commit 2009-04-20 14:39:21 +0200 mav  r270984 : #i101219# use memory to cache data 2009-04-20 14:39:08 +0200 mav  r270983 : #i101219# use memory to cache data 2009-04-20 14:38:45 +0200 mav  r270982 : #i101219# use memory to cache data 2009-04-17 07:37:52 +0200 os  r270912 : CWS-TOOLING: rebase CWS os128 to trunk@270723 (milestone: DEV300:m46) 2009-04-15 14:54:18 +0200 b_michaelsen  r270845 : #i101084# using frame enumerations for paragraph export for better performance 2009-04-15 14:52:54 +0200 b_michaelsen  r270843 : #i101084# implemented XEnumerationAccess interface on framesets 2009-04-03 17:08:10 +0200 mav  r270504 : #i100722# do not compress streams of known compressed types per default 2009-04-03 13:49:50 +0200 os  r270484 : resync error fixed 2009-04-03 12:55:32 +0200 mav  r270470 : #i100722# do not compress streams of known compressed types per default 2009-04-03 10:00:58 +0200 os  r270463 : resync error fixed 2009-04-03 09:52:53 +0200 os  r270462 : resync error fixed 2009-04-03 09:10:14 +0200 os  r270449 : #i99568# string compare operator of hash_map changed 2009-04-03 09:03:49 +0200 os  r270446 : #i100683# normalize file URLs 2009-04-02 11:09:27 +0200 os  r270381 : #i100683# making URLs relative without file access 2009-04-02 09:04:42 +0200 os  r270366 : CWS-TOOLING: rebase CWS os128 to trunk@270033 (milestone: DEV300:m45) 2009-03-31 08:08:37 +0200 os  r270258 : #i100683# reducing calls to URIHelper::simpleNormalizeMakeRelative() 2009-03-19 17:06:22 +0100 os  r269756 : #i99568# XTolerantMultiPropertySet activated 2009-03-16 11:46:14 +0100 os  r269517 : wrong commit to #i97471# removed 2009-03-16 11:36:50 +0100 os  r269514 : #i97471# SwDrawTextShell::Init(): mouse double click and key input in group objects at the same time: prevent crash 2009-03-13 11:08:54 +0100 os  r269464 : #i99568# static SfxItemPropertySet 2009-03-13 11:03:22 +0100 os  r269463 : #i99568# static SfxItemPropertySet 2009-03-11 12:59:27 +0100 os  r269320 : #i99568# WhichId of properties handled from ScDocOptionsObj added 2009-03-06 09:09:58 +0100 os  r268972 : #i99568# SfxItemPropertySet improvements 2009-03-05 20:54:43 +0100 os  r268942 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 20:19:52 +0100 os  r268941 : #i99568# SfxItemPropertySet improvements 2009-03-05 20:05:03 +0100 os  r268940 : #i99568# SfxItemPropertySet improvements 2009-03-05 18:54:47 +0100 os  r268936 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 17:51:38 +0100 os  r268931 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 17:33:03 +0100 os  r268930 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 15:53:00 +0100 os  r268920 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 15:52:50 +0100 os  r268919 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 15:50:41 +0100 os  r268918 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 15:41:04 +0100 os  r268916 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 15:40:40 +0100 os  r268915 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 10:16:20 +0100 os  r268881 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 10:15:55 +0100 os  r268880 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-03 08:40:09 +0100 os  r268704 : ScTableSheetObj::GetItemPropertyMap fixed 2009-03-03 07:50:00 +0100 os  r268703 : SfxItemProperty set as pointer 2009-03-03 07:49:46 +0100 os  r268702 : SfxItemProperty set as pointer 2009-03-02 08:15:37 +0100 os  r268631 : minor fix 2009-03-02 07:58:38 +0100 os  r268630 : minor fix 2009-02-27 13:03:25 +0100 os  r268584 : exports 2009-02-27 11:17:04 +0100 os  r268567 : debug code removed 2009-02-27 11:04:07 +0100 os  r268565 : duplicate return removed 2009-02-27 10:17:37 +0100 os  r268558 : syntax fixed 2009-02-27 09:56:14 +0100 os  r268554 : #i99568# type mix fixed 2009-02-27 09:40:56 +0100 os  r268553 : #i99568# exports changes reverted 2009-02-25 12:50:54 +0100 os  r268433 : #i99568# SfxItemPropertySet rework 2009-02-25 12:13:39 +0100 os  r268432 : #i99568# SfxItemPropertySet rework 2009-02-25 12:12:47 +0100 os  r268431 : #i99568# SfxItemPropertySet rework 2009-02-25 12:10:27 +0100 os  r268430 : #i99568# SfxItemPropertySet rework 2009-02-25 12:09:36 +0100 os  r268429 : #i99568# SfxItemPropertySet rework 2009-02-25 12:07:39 +0100 os  r268428 : #i99568# SfxItemPropertySet rework 2009-02-25 11:59:35 +0100 os  r268427 : #i99568# SfxItemPropertySet rework 2009-02-25 11:52:52 +0100 os  r268425 : #i99568# SfxItemPropertySet rework 2009-02-25 11:49:17 +0100 os  r268424 : #i99568# SfxItemPropertySet rework 2009-02-25 11:45:17 +0100 os  r268423 : #i99568# SfxItemPropertySet rework 2009-02-11 11:39:04 +0100 os  r267587 : #i57008# use registration of index marks at SwUnoCallback


2009-06-02  Philipp Lohmann  <pl@openoffice.org>  [dbdfc97a85b6b41cb273383aa19399dd7dd6636e]

#i92516# add missing controls, fix some minor issues


2009-06-02  Philipp Lohmann  <pl@openoffice.org>  [1d3e29a0cc574dbbbc1f144fc82241409688598b]

#i92516# restart on correct page


2009-06-02  Philipp Lohmann  <pl@openoffice.org>  [d1429846bd754fd7ba0f1879e86d2c00eeda21dc]

#i92516# persistency for print dialog


2009-05-29  Philipp Lohmann  <pl@openoffice.org>  [03dded8130566c42a1b14e76a5d142442ccd7412]

correct restarting


2009-05-29  Philipp Lohmann  <pl@openoffice.org>  [02311f13800153156416a16a5970064643be84bd]

filter out group for internal dialog


2009-05-28  Philipp Lohmann  <pl@openoffice.org>  [97c69672c454832877fa30fe31533d8324052cd0]

#i96402# SetDuplexMode


2009-05-27  Philipp Lohmann  <pl@openoffice.org>  [4e87f357220f8a44d17fdf70fa7f439cc52fd6e0]

print range changes for basic ide


2009-05-27  Philipp Lohmann  <pl@openoffice.org>  [5616af81325d869dc0d56d1b13b23af578e7c734]

print range changes, dependency UI


2009-05-27  Philipp Lohmann  <pl@openoffice.org>  [bbab9c79a04e2c9ed16db93853e302284fb0b78f]

fix last page in preview missing


2009-05-27  Philipp Lohmann  <pl@openoffice.org>  [80ad78b709f3219d42736e4876d76d9b4c29b85b]

make WindowArranger API safer


2009-05-27  sb  <sb@openoffice.org>  [5d4e8708196a90ff18b587417acf44aa718a4725]

merged in DEV300_m49


2009-05-26  Philipp Lohmann  <pl@openoffice.org>  [6a2c70596abed4b9f5ee3594ac2362e8e1321d9c]

add completely useless PCH directive to satisfy stupid windows compiler


2009-05-26  Release Engineers  <releng@openoffice.org>  [8a4161b7ba3cfdc02c97903142c077b3e1d1740b]

Create DEV300_m49 milestone tag from trunk@272290


2009-05-25  Philipp Lohmann  <pl@openoffice.org>  [ac24dcbd6116e04b03f7a92fd754d3b7843924c2]

fix some warnings


2009-05-25  Philipp Lohmann  <pl@openoffice.org>  [c761817ed0b9e3b3e0c6459a05a42f37b247fe4c]

use shared ptr, newline


2009-05-22  Philipp Lohmann  <pl@openoffice.org>  [25b20b9edac0b43d1fa9872f197f7fb77af2fbd0]

simplify code


2009-05-22  Philipp Lohmann  <pl@openoffice.org>  [5a8a750761c3efe9e4a0b4de1da866649bb6d2d2]

use autoarranging


2009-05-22  Philipp Lohmann  <pl@openoffice.org>  [f3830523fedf4de5d932c0e1b206615d69080d10]

#i101309# need the page range controls app specific


2009-05-21  Philipp Lohmann  <pl@openoffice.org>  [f6653ba7b6627503742322f99296b14117cb776f]

helper class for layouting child controls


2009-05-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e89f035936470d96ee60f46e32ed11ddd8627923]

#i10000#: fix CRLF. Sigh


2009-05-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [add1dfb3a7b07dea518612690a0aa8b6323e8ead]

CWS-TOOLING: integrate CWS impress169 2009-05-13 17:37:21 +0200 sj  r271865 : #i100942# applied patch, removed oversafe buffer check (now without warnings on 64 bit platform) 2009-05-13 12:27:18 +0200 sj  r271855 : #i101769# fixed line/fill attributes for graphic objects 2009-05-12 10:25:17 +0200 cl  r271799 : report correct minimum cell hight for empty cells 2009-04-28 17:29:46 +0200 cl  r271334 : fixed merge error 2009-04-28 16:18:01 +0200 cl  r271330 : fixed build error 2009-04-28 12:38:09 +0200 cl  r271320 : #i100129# images for new layouts 2009-04-27 19:12:06 +0200 cl  r271302 : CWS-TOOLING: rebase CWS impress169 to trunk@270723 (milestone: DEV300:m46) 2009-04-20 19:13:28 +0200 sj  r271012 : #i100942# applied patch, removed oversafe buffer check 2009-04-09 18:00:01 +0200 sj  r270719 : #158488# added rectangular gradient support 2009-04-09 17:49:52 +0200 sj  r270718 : #158488# added rectangular gradient support 2009-04-09 17:46:24 +0200 sj  r270717 : #158488# added rectangular gradient support 2009-03-26 18:16:34 +0100 cl  r270098 : #i99867# applied patch from jlcheng to correctly register table design pane 2009-03-26 18:12:11 +0100 cl  r270097 : #i100220# leave some items default so they are not overridden if a new table style is set 2009-03-26 18:11:10 +0100 cl  r270096 : #i100220# clear only those items that are also in the style when assigning a new table layout 2009-03-26 15:56:24 +0100 cl  r270085 : #i99977# listen to outliner and dispose if outliner dies 2009-03-26 15:47:29 +0100 cl  r270084 : #i99977# made the Outliner a SfxBroadcaster so others can listen for its death 2009-03-24 19:10:05 +0100 sj  r269991 : #i100490# fixed text resize problem 2009-03-23 14:31:11 +0100 sj  r269872 : #i96083# added patch, (dubious && and ||) 2009-03-19 17:55:11 +0100 sj  r269764 : #i100275# applied patch, row height is now correct even for rows containing no text 2009-03-18 18:10:52 +0100 sj  r269701 : #i93616# solved performance problem when loading document 2009-03-18 16:20:40 +0100 sj  r269688 : removing unused code 2009-03-18 16:19:22 +0100 sj  r269687 : removing unused code 2009-03-18 16:17:54 +0100 sj  r269686 : removing unused code 2009-03-18 10:28:07 +0100 cl  r269643 : #i100029# let cells be disposed as soon as the table model is disposed 2009-03-17 15:56:50 +0100 cl  r269614 : #i99984# new impress photo layouts 3x2 and 2x2 2009-03-17 15:36:35 +0100 cl  r269611 : #i99984# adding new impress photo layouts 3x2 and 2x2 2009-03-16 18:43:48 +0100 cl  r269564 : #i55224# correct internal links if pages are changed 2009-03-16 16:40:38 +0100 cl  r269559 : #i55224# correct internal hyperlinks if slides are changed/renamed 2009-03-16 15:34:12 +0100 cl  r269553 : #i99427# invalidate slots after promote/demote 2009-03-13 18:18:20 +0100 sj  r269492 : #i92421# fixed loop if loading encrypted ppt file 2009-03-13 14:51:58 +0100 sj  r269481 : #i93002# fixed crash if saving presentation without master title placeholder 2009-03-13 12:26:21 +0100 sj  r269468 : #i100147# do not exceed the max point count if creating simple polygon via ::GetSimple 2009-03-12 17:00:45 +0100 sj  r269427 : #i82518# justifying rectangles for arc/pie and chord actions, fixed round rectangle problem


2009-05-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [57c2443dcd65667bba450fa968202ef8a4f0b073]

CWS-TOOLING: integrate CWS tl66 2009-05-15 12:28:55 +0200 tl  r271932 : #i91812# include fixed 2009-05-07 16:52:41 +0200 tl  r271680 : #i97200# one more MathML export problem to fix 2009-05-05 08:33:29 +0200 tl  r271494 : #i99401# positiv user-dicts vs negativ user-dicts 2009-05-04 14:14:03 +0200 tl  r271452 : #i97200# warning free code; MathML 2.0 export 2009-05-04 13:26:30 +0200 tl  r271448 : #i97200# write valid MathML 2.0 on export 2009-04-29 14:21:54 +0200 tl  r271371 : #i97200# new MathML token 2009-04-29 11:12:07 +0200 tl  r271360 : #i97200# inroducing separate files for import and export 2009-04-28 16:47:42 +0200 tl  r271331 : #i97200# better MathML pretty printing 2009-04-28 11:21:57 +0200 tl  r271315 : #i97200# MathML attributes and default namespace for MathML 2009-04-28 11:21:24 +0200 tl  r271314 : #i97200# MathML attributes and default namespace for MathML 2009-04-23 12:44:18 +0200 tl  r271154 : #i97200# math.dtd removed 2009-04-23 12:31:56 +0200 tl  r271151 : #i97200# MathML: don't use namespace on attributes 2009-04-22 13:21:11 +0200 tl  r271099 : warning-free code 2009-04-22 12:20:13 +0200 tl  r271092 : #i100757# loop fixed 2009-04-22 11:29:51 +0200 tl  r271086 : #97327# adding mongolian fingerprint for language guessing 2009-04-22 11:25:56 +0200 tl  r271083 : #97327# adding mongolian fingerprint for language guessing 2009-04-21 10:39:21 +0200 tl  r271025 : #99599# code fix for LRE/RLE embedding 2009-04-20 16:36:33 +0200 tl  r270992 : #i99604# HasDigits fixed 2009-04-20 14:44:19 +0200 tl  r270985 : #i99604# warning-free code for Windows 2009-04-20 13:48:13 +0200 tl  r270980 : #i99604# HasDigits fix for non-ASCII characters 2009-04-20 13:47:50 +0200 tl  r270979 : #i99604# HasDigits fix for non-ASCII characters 2009-04-20 12:28:15 +0200 tl  r270973 : warning-free code after merging 2009-04-20 10:16:19 +0200 tl  r270964 : warning-free code after merging 2009-04-17 14:43:36 +0200 tl  r270948 : #i96846# 2009-04-16 13:09:15 +0200 tl  r270883 : CWS-TOOLING: rebase CWS tl66 to trunk@270723 (milestone: DEV300:m46) 2009-04-14 14:34:08 +0200 tl  r270770 : #101067# warning-free code 2009-04-02 09:07:44 +0200 tl  r270368 : #i100757# performance patch for start-up (initialize language guessing on demand only) 2009-03-11 10:37:59 +0100 tl  r269301 : #i100083# fixed system dictionary lookup 2009-03-06 13:10:23 +0100 tl  r268998 : warning-free code for Windows non-pro 2009-02-23 14:01:23 +0100 tl  r268355 : #i99401# winning rules for user-dictionaries changed 2009-02-19 14:05:57 +0100 tl  r268281 : #i98644# suggestion improvement when first checker does not know any suggestions 2009-02-19 14:05:02 +0100 tl  r268280 : #i98644# suggestion improvement when first checker does not know any suggestions 2009-02-19 13:58:51 +0100 tl  r268279 : #i98644# suggestion improvement when first checker does not know any suggestions 2009-02-19 11:38:03 +0100 tl  r268266 : #i98644# suggestion improvement when first checker does not know any suggestions 2009-02-12 11:58:34 +0100 tl  r267642 : #i96846# some properties declared as maybevoid 2009-02-06 12:43:55 +0100 tl  r267454 : #i98644# provide sugestions from secondary spell checkers if the primary does not provide ones 2009-02-05 13:02:26 +0100 tl  r267418 : #i98880# a bit clean-up in the grammar checking framework 2009-02-04 12:15:37 +0100 tl  r267363 : #i91812# remove unused/duplicate code 2009-02-04 12:09:34 +0100 tl  r267362 : #i91812# remove unused/duplicate code 2009-02-04 11:07:57 +0100 tl  r267355 : #i91812# remove unused code 2009-02-04 11:06:48 +0100 tl  r267354 : #i91812# remove unused code 2009-02-03 14:52:43 +0100 tl  r267331 : #i91812# remove unused code 2009-02-03 14:26:00 +0100 tl  r267324 : #i91198# adding fingerprint for luxembourgish 2009-02-03 14:20:58 +0100 tl  r267323 : #i91198# adding fingerprint for luxembourgish 2009-02-03 14:18:33 +0100 tl  r267322 : #i91198# adding fingerprint for luxembourgish 2009-02-03 13:56:39 +0100 tl  r267319 : #i91812# remove unused code 2009-02-03 12:41:50 +0100 tl  r267314 : #i48400# auto-spellcheck improvement when deleting wrong chars 2009-02-03 11:48:51 +0100 tl  r267310 : #i91812# remove unused code 2009-02-03 11:14:29 +0100 tl  r267307 : warning free code 2009-02-03 10:45:21 +0100 tl  r267306 : #i91812# remove unused code 2009-02-03 10:37:04 +0100 tl  r267304 : #i33387# name change for 'View/Selection' 2009-02-03 10:36:17 +0100 tl  r267303 : #i33387# name change for 'View/Selection' 2009-02-03 10:32:12 +0100 tl  r267302 : #i30642# spelling error in context menu fixed 2009-02-03 10:27:34 +0100 tl  r267301 : #i92210# remove unused code types.cxx cfgitem.*


2009-05-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [07b30ef9ff11680ef56a1c5cb4d28b4b0e2c3e0f]

CWS-TOOLING: integrate CWS smoketest22 2009-05-18 15:25:11 +0200 ihi  r272027 : l10n fix 2009-05-13 16:50:47 +0200 kz  r271864 : #i101889# adjust installpath


2009-05-18  sb  <sb@openoffice.org>  [3f1d7a40aa8a9319aa43e1040c5f64fdc86b79f7]

#i101955# improved error reporting (improving previous -c acee60ce43e6)


2009-05-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [725c1b13f51d4ce4757a9a826a769c1f9208ed5d]

CWS-TOOLING: integrate CWS cairocanvastext01 2009-05-12 07:10:00 +0200 mox  r271795 : Rename ::GetLayoutData() to ::GetSysTextLayoutData() to avoid build breakage in sc module. 2009-05-11 23:40:57 +0200 mox  r271794 : merge fixes (again). These files should have been removed by the rebase. 2009-05-11 20:17:44 +0200 mox  r271791 : fix build breakage on UNX 2009-05-11 16:53:15 +0200 mox  r271779 : Documentation fix 2009-05-11 16:49:16 +0200 mox  r271778 : merge fixes 2009-05-11 14:10:36 +0200 mox  r271769 : CWS-TOOLING: rebase CWS cairocanvastext01 to trunk@271427 (milestone: DEV300:m47) 2009-05-11 10:55:11 +0200 mox  r271760 : merge fixes 2009-05-11 10:49:44 +0200 mox  r271759 : manual merge to DEV300_m47 2009-05-11 10:42:11 +0200 mox  r271758 : merge fixes 2009-05-11 10:29:16 +0200 mox  r271757 : Manual merge to DEV300_m47 2009-05-11 10:21:13 +0200 mox  r271756 : manual merge to DEV300_m47 2009-05-11 10:10:29 +0200 mox  r271755 : manual merge to DEV300_m47 2009-05-11 10:01:33 +0200 mox  r271754 : Manual merge to DEV300_m47 2009-05-11 09:59:30 +0200 mox  r271753 : manual merge to DEV300_m47 2009-05-11 09:57:33 +0200 mox  r271752 : merge fixes 2009-05-11 09:56:05 +0200 mox  r271751 : merge fixes 2009-05-11 09:53:26 +0200 mox  r271749 : Manual merge to DEV300_m47 2009-05-11 09:49:34 +0200 mox  r271748 : manual merge to DEV300_m47 2009-05-11 09:43:20 +0200 mox  r271747 : manual merge to DEV300_m47 2009-05-11 09:30:10 +0200 mox  r271745 : Manual merge to DEV300_m47 2009-05-11 09:28:59 +0200 mox  r271744 : manual merge to DEV300_m47 2009-05-11 09:24:49 +0200 mox  r271743 : Fix to merge 2009-05-11 09:21:55 +0200 mox  r271742 : Manual merge to DEV300_m47 2009-05-11 09:18:13 +0200 mox  r271741 : merge fixes 2009-05-11 09:00:50 +0200 mox  r271739 : Manual merge to DEV300_m47 2009-05-09 13:26:10 +0200 mox  r271734 : cleanup 2009-05-09 13:17:22 +0200 mox  r271733 : WNT build fixes 2009-05-09 09:23:59 +0200 mox  r271732 : Implement proper cross-platform font width calculation Implement faux bold support 2009-02-21 19:47:08 +0100 mox  r268339 : CWS-TOOLING: rebase CWS cairocanvastext01 to trunk@267171 (milestone: DEV300:m41) 2009-01-19 21:51:21 +0100 mox  r266530 : Fix compilation on win32 2009-01-19 21:37:20 +0100 mox  r266529 : Fix typo 2009-01-19 21:35:28 +0100 mox  r266528 : Better debug 2009-01-19 21:13:30 +0100 mox  r266527 : Win32 fixes for proper text rendering 2009-01-19 21:12:56 +0100 mox  r266526 : Win32 fixes for proper text rendering 2008-12-27 13:04:05 +0100 mox  r265814 : configure fixes 2008-12-27 11:37:00 +0100 mox  r265813 : x86_64 works only with system-cairo 2008-12-26 20:02:32 +0100 mox  r265809 : Use the fix for 64bit builds 2008-12-25 16:58:11 +0100 mox  r265802 : Fix build breaker on WNT 2008-12-24 23:04:58 +0100 mox  r265801 : Unbreak build after rebase. 2008-12-23 18:52:32 +0100 mox  r265790 : CWS-TOOLING: rebase CWS cairocanvastext01 to trunk@265758 (milestone: DEV300:m38) 2008-12-23 18:23:09 +0100 mox  r265789 : Fix the fix 2008-12-23 18:21:27 +0100 mox  r265788 : Fix OS2 stuff 2008-12-11 19:50:40 +0100 mox  r265354 : Fix build breaker on Mac 2008-12-09 22:00:53 +0100 mox  r265139 : CWS-TOOLING: rebase CWS cairocanvastext01 to trunk@264807 (milestone: DEV300:m37) 2008-12-08 23:02:32 +0100 thb  r265052 : Removed outdated parts from readme 2008-12-08 22:26:54 +0100 mox  r265051 : cleanup 2008-12-07 19:55:31 +0100 mox  r264967 : Fix for non-intel processors. 2008-12-07 19:47:11 +0100 mox  r264963 : sysdata fixes 2008-12-07 19:23:27 +0100 mox  r264959 : Sysdata fixes 2008-12-07 19:01:48 +0100 mox  r264958 : Fix sysdata usage 2008-12-07 11:41:33 +0100 mox  r264951 : sysdata fixes 2008-12-07 11:38:32 +0100 mox  r264950 : sysdata fixes 2008-12-06 23:15:06 +0100 mox  r264947 : Try to fix error: __sync_val_compare_and_swap_4 2008-12-06 23:09:30 +0100 mox  r264945 : Revert unnecessary change. 2008-12-06 23:04:40 +0100 mox  r264944 : Use pre/postx from tools module. 2008-12-06 22:49:08 +0100 mox  r264943 : Use proper pre/post includes. 2008-12-06 22:48:03 +0100 mox  r264942 : Use pre/postx from tools module. 2008-12-06 22:24:10 +0100 mox  r264941 : Fix build breaker. 2008-12-06 21:55:46 +0100 mox  r264940 : Make pre/postx.h properly available 2008-12-06 21:54:23 +0100 mox  r264939 : Make pre/postx.h properly available. 2008-12-06 21:43:09 +0100 mox  r264938 : Try to fix error: __sync_val_compare_and_swap_4 2008-12-06 21:12:18 +0100 mox  r264937 : Remove obsolete pre-built binaries 2008-12-06 21:07:40 +0100 mox  r264936 : WNT: do not hardcode pixman version in cairo build 2008-12-06 19:26:44 +0100 mox  r264934 : Revert pixman upgrade. 2008-12-06 18:35:14 +0100 mox  r264933 : Fix build breaker 2008-12-06 18:31:11 +0100 mox  r264932 : Use static pixman lib on unx/32bit to avoid linking problems 2008-12-06 17:22:52 +0100 mox  r264930 : Update pixman to 0.13.2 2008-12-06 13:30:41 +0100 mox  r264928 : Fix accidentally changed property 2008-12-06 13:09:00 +0100 mox  r264927 : Fix accidental prop changes 2008-12-06 12:40:08 +0100 mox  r264926 : Fix build breaker on Win32 2008-12-06 12:39:22 +0100 mox  r264925 : Fix build breaker on Win32 2008-12-06 12:30:23 +0100 mox  r264924 : Fix build breakers on win32 2008-12-06 11:45:33 +0100 mox  r264923 : revert. 2008-12-06 11:43:05 +0100 mox  r264922 : Try to fix header include problems on WNT 2008-12-06 09:57:35 +0100 mox  r264921 : Cleanup accidental props 2008-11-29 14:43:51 +0100 mox  r264580 : Move headers around to make all platforms compile 2008-11-29 14:41:59 +0100 mox  r264579 : WaE fixes for X11 2008-11-29 13:13:49 +0100 mox  r264578 : Fix build breaker on linux 2008-11-29 12:21:03 +0100 mox  r264577 : Fix build breaker 2008-11-29 12:13:50 +0100 mox  r264576 : Try to fix build breaker 2008-11-28 22:51:27 +0100 mox  r264573 : Revert header includes to common style 2008-11-18 18:59:15 +0100 mox  r263794 : Fix build breaker. 2008-11-17 20:28:19 +0100 mox  r263740 : Revert most configure hacks 2008-11-17 20:12:51 +0100 mox  r263739 : CWS-TOOLING: rebase CWS cairocanvastext01 to trunk@263288 (milestone: DEV300:m35) 2008-11-14 21:22:22 +0100 mox  r263698 : ZLIB_FIX define set 2008-11-14 18:48:22 +0100 mox  r263694 : hardcode zlib paths 2008-11-14 16:23:07 +0100 mox  r263683 : Fix typo 2008-11-13 20:16:13 +0100 mox  r263662 : WaE fix 2008-11-13 19:44:29 +0100 mox  r263661 : Properly include zlib headers for win32 2008-11-12 20:05:51 +0100 mox  r263610 : Add debugging code. 2008-11-10 19:44:35 +0100 mox  r263537 : Try to fix build breaker 2008-11-09 22:34:35 +0100 mox  r263504 : Remove accidentally added svn:ignore properties. 2008-11-09 22:33:21 +0100 mox  r263503 : prop should be actually deleted. 2008-11-09 22:30:06 +0100 mox  r263502 : props should be empty. 2008-11-09 22:23:22 +0100 mox  r263501 : Try fix props again... 2008-11-09 22:11:26 +0100 mox  r263500 : try to fix svn:ignore 2008-11-09 21:30:01 +0100 mox  r263499 : CWS-TOOLING: rebase CWS cairocanvastext01 to trunk@262620 (milestone: DEV300:m34) 2008-11-09 20:30:55 +0100 mox  r263498 : add missing cairo patch 2008-11-09 10:56:33 +0100 mox  r263494 : Resync cairo module with cws cairosource01 2008-11-01 09:32:19 +0100 mox  r262870 : CWS-TOOLING: rebase CWS cairocanvastext01 to trunk@262620 (milestone: DEV300:m34) 2008-10-26 20:55:48 +0100 mox  r262663 : Fix build breaker 2008-10-25 13:10:00 +0200 mox  r262662 : CWS rebase to m33 2008-10-12 19:47:56 +0200 mox  r262170 : Migrate CWS cairocanvastext01 to SVN.


2009-05-15  Philipp Lohmann  <pl@openoffice.org>  [22b4854163750e741e2cb31822e6bdf2e5f5da7e]

#i92516# improved paper handling


2009-05-14  Philipp Lohmann  <pl@openoffice.org>  [b07f64b62730387aab2f3f12ca1318f2a338746f]

#i92516# implement GetLandscapeAngle, InitPaperFormats


2009-05-14  Philipp Lohmann  <pl@openoffice.org>  [d0e790a6c424ef731b12ed8ac13816299c4a304e]

#i92516# do not access dead CGContextRef


2009-05-14  Philipp Lohmann  <pl@openoffice.org>  [071c5ba3688d83a8c9493fcebd2a57c9a82c9b72]

#i92516# fix 0 pages case


2009-05-14  Philipp Lohmann  <pl@openoffice.org>  [98c6f25fa82acca9b9843fa10c58b92739307522]

#i92516# filter accelerators from texts (not used on MacOS)


2009-05-14  Philipp Lohmann  <pl@openoffice.org>  [315762bbb7268c03902a9903f1998f0accb6e604]

#i92516# add: hasProperty


2009-05-12  Release Engineers  <releng@openoffice.org>  [c78e76f5895c080360dd95f5c88561928200adb4]

Create DEV300_m48 milestone tag from trunk@271829


2009-05-07  Release Engineers  <releng@openoffice.org>  [0e48743a7868c5effe6b8a7d71fecca17163798c]

CWS-TOOLING: integrate CWS cmcfixes58 2009-05-04 13:51:10 +0200 cmc  r271450 : #i101533# latest sw warnings 2009-05-04 00:02:46 +0200 cmc  r271436 : #i101517# silence new warnings 2009-05-03 23:13:53 +0200 cmc  r271435 : #i101305# add that one back in 2009-05-02 16:30:42 +0200 cmc  r271431 : #i101493# get it to build, and remove some warnings 2009-05-02 16:12:37 +0200 cmc  r271430 : CWS-TOOLING: rebase CWS cmcfixes58 to trunk@271427 (milestone: DEV300:m47) 2009-04-23 13:19:33 +0200 cmc  r271163 : #i101305# remove annoying import foo is unused warnings 2009-04-21 17:10:34 +0200 cmc  r271048 : #i101246# remove AVMEDIA_MANAGER_SERVICE_NAME defines again 2009-04-21 17:07:41 +0200 cmc  r271047 : #i86323# remove xml2cmp unused methods


2009-05-06  Release Engineers  <releng@openoffice.org>  [439ac35730b6996f545bf779057a63ffd9e41537]

CWS-TOOLING: integrate CWS impress168 2009-04-24 11:26:33 +0200 wg  r271204 : i101157 2009-04-24 10:17:59 +0200 wg  r271200 : i101157 2009-04-23 15:50:12 +0200 wg  r271178 : i101157 2009-04-23 15:16:58 +0200 wg  r271176 : i101157 2009-04-23 13:04:41 +0200 wg  r271158 : i101157 2009-04-22 15:39:32 +0200 wg  r271123 : i101157 2009-04-22 14:27:24 +0200 wg  r271111 : i101157 2009-04-22 14:14:02 +0200 wg  r271109 : i101157 2009-04-17 14:34:19 +0200 wg  r270946 : i101157 2009-04-17 13:49:15 +0200 wg  r270939 : i101157 2009-03-31 14:54:52 +0200 sj  r270281 : CWS-TOOLING: rebase CWS impress168 to trunk@270033 (milestone: DEV300:m45) 2009-03-26 16:56:44 +0100 sj  r270089 : removed invalid file names 2009-03-24 14:02:54 +0100 sj  r269944 : CWS-TOOLING: rebase CWS impress168 to trunk@269781 (milestone: DEV300:m44) 2009-03-06 16:32:14 +0100 sj  r269020 : #i99970# importing customshapes without group object, taking care of the correct text alignment 2009-02-27 13:53:24 +0100 sj  r268591 : #158501,158483# fixed positioning problem of 3d customshapes 2009-02-19 16:02:00 +0100 sj  r268292 : #76543# fixed interactive hyperlink program action with relativ url 2009-02-18 15:36:52 +0100 sj  r268233 : #158503# added import of circular gradients for ellipse shapes 2009-02-16 19:51:54 +0100 sj  r267836 : #i99146# calculating correct text bounds 2009-02-12 13:59:46 +0100 sj  r267654 : #i96179# fixed bullet problem 2009-02-10 17:26:41 +0100 sj  r267566 : #158476# fixed import of the ribbon shape 2009-02-10 17:10:27 +0100 cl  r267561 : #i95364# fixed type detection of linked images 2009-02-09 18:31:59 +0100 cl  r267531 : #i98352# removed assertion 2009-02-09 18:31:17 +0100 cl  r267530 : #i98355# fixed alien attribute import for sd in binfilter 2009-02-09 18:30:53 +0100 cl  r267529 : #i98355# fixed alien attribute import for sd in binfilter 2009-02-09 09:52:15 +0100 cl  r267501 : #i98573# fixed build error 2009-02-06 17:02:21 +0100 sj  r267476 : #i96179# fixed bullet problem 2009-02-06 14:58:39 +0100 cl  r267466 : #i14832# fixed page count field for handout printing 2009-02-06 10:23:01 +0100 cl  r267447 : #i98573# fixed GetEditOutlinerParaObject() memory leak 2009-02-05 18:03:34 +0100 cl  r267435 : #i98573# fixed GetEditOutlinerParaObject() memory leak 2009-02-05 18:03:08 +0100 cl  r267434 : #i85481# added XMultiPropertyStates to text implementations 2009-02-05 18:02:54 +0100 cl  r267433 : #i85481# added XMultiPropertyStates to text implementations 2009-02-05 18:02:42 +0100 cl  r267432 : #i85481# added XMultiPropertyStates to text implementations 2009-02-04 18:54:46 +0100 sj  r267400 : #i33630# fixed arrow size of word import 2009-02-04 15:40:16 +0100 cl  r267389 : #i58702# fixed tiled bitmap fill for vcl canvas 2009-02-04 15:39:07 +0100 cl  r267388 : #i58702# fixed tiled bitmap fill for vcl canvas 2009-02-04 14:23:27 +0100 cl  r267382 : #i98573# fixed memory leaks caused by wron usage of GetEditOutlinerParaObject() 2009-02-04 14:22:34 +0100 cl  r267381 : #i98573# fixed memory leaks caused by wron usage of GetEditOutlinerParaObject() 2009-02-04 12:51:50 +0100 cl  r267371 : #i14832# added Page Count field to impress 2009-02-04 12:41:31 +0100 cl  r267368 : #i14832# added Page Count field to impress


2009-05-06  Ocke Janssen  <oj@openoffice.org>  [96524609577a5e886d9845e2b8ad96e3f373c22a]

revert change


2009-05-06  Ocke Janssen  <oj@openoffice.org>  [69a43882113632b353243570ac7cb2c63951f344]

#i101587# fix illegal handle access


2009-05-05  Philipp Lohmann  <pl@openoffice.org>  [6f2c6b065fd66d1562ae57c1075238010a39ad96]

#i92516# catch a corner case (0 pages)


2009-05-04  Ivo Hinkelmann  <ihi@openoffice.org>  [633a845b2e6252099453f3805b59e049a5e4d7c5]

#101489# exlude strings from workben


2009-04-30  Ivo Hinkelmann  <ihi@openoffice.org>  [fbefd5f72c39f9587304ca0754443dddb157d69a]

#i10000# remove silly error messages


2009-04-30  Philipp Lohmann  <pl@openoffice.org>  [ec8f29a0644cdfb3bd12990e0270767cebbce6d9]

#i92516# pass selection or whole document to XRenderable interface


2009-04-29  Ivo Hinkelmann  <ihi@openoffice.org>  [bfc9134118cbfd2674a353217dc7bc2c10e436b8]

#i10000# build fix


2009-04-29  Ivo Hinkelmann  <ihi@openoffice.org>  [9ba49782f9931b0eebb68c967c40391d9402d128]

#i10000# build fix


2009-04-29  Ivo Hinkelmann  <ihi@openoffice.org>  [639b4aa6d273b1e7b26becd4f8065859081c71c4]

#i10000# build fix


2009-04-29  Ivo Hinkelmann  <ihi@openoffice.org>  [647b7b5c2ea31c17125da96fee89a1b15c209bf4]

#i10000# build fix


2009-04-29  Ivo Hinkelmann  <ihi@openoffice.org>  [b9a5d3e2d740c9a22d33dbe76afddbc495392fe2]

#i10000# build fix


2009-04-29  Ivo Hinkelmann  <ihi@openoffice.org>  [58c1f01e7140b83c901d358560850403bbd558dd]

#i10000# build fix


2009-04-29  Ivo Hinkelmann  <ihi@openoffice.org>  [a9d7e3ac1e73f98ddbb8dc990763f7ee0fc81243]

#i10000# build fix


2009-04-28  Ivo Hinkelmann  <ihi@openoffice.org>  [8a7180848d9d9e9aaa4421762e7d2fe933b84a05]

#i10000# added missing dependency


2009-04-28  Ivo Hinkelmann  <ihi@openoffice.org>  [8c7dbff0e1319e3b132adc6817453dd625cec46c]

CWS-TOOLING: integrate CWS sb109 2009-04-21 13:42:45 +0200 sb  r271035 : removed obsolete psprint dependency 2009-04-21 10:33:31 +0200 sb  r271024 : changes to previous -c270971 so that build does not break for USE_SHELL!=bash (but instead resulting bridgetest_xxx scripts are nonfunctional) 2009-04-21 08:56:48 +0200 sb  r271017 : merged in cws/sb107 -c 268250 (avoid warnings about format specifier and argument mismatch (on 64bit debug builds)) 2009-04-20 16:42:27 +0200 sb  r270995 : #i98625# add make_xxx functions for C++ representations of UNO polystructs; fixed and adapted tests (patch by thb, slightly adapted) 2009-04-20 14:23:45 +0200 sb  r270981 : #i84751# selective performance improvements (patch by mmeeks, slightly adapted) 2009-04-20 13:39:50 +0200 sb  r270978 : #i99711# removed dead code (patch by cmc, slightly modified) 2009-04-20 11:59:39 +0200 sb  r270972 : #i97975# avoid crashes during shutdown (patch by cmc, slightly modified) 2009-04-20 11:57:52 +0200 sb  r270971 : made tests work again after LD_LIBRARY_PATH clean up 2009-04-20 09:49:32 +0200 sb  r270963 : #i95593# made tests work again after LD_LIBRARY_PATH cleanup 2009-04-17 13:52:33 +0200 sb  r270941 : merged in cws/sb107 -c 270023 (added svn:ignore) 2009-04-15 13:46:24 +0200 sb  r270841 : #i92131# dead code elimination (based on a patch by cmc) 2009-04-15 13:29:27 +0200 sb  r270839 : #i100743# use a FastLess for the Data map (based on a patch my mmeeks) 2009-04-15 13:12:11 +0200 sb  r270837 : #i100583# dead code elimination (patch by cmc) 2009-04-15 13:02:19 +0200 sb  r270835 : avoid bogus Solaris C++ compiler warning when building with debug=x 2009-04-15 11:49:46 +0200 sb  r270828 : adapted to cleared LD_LIBRARY_PATH 2009-04-15 10:49:48 +0200 sb  r270826 : #i101101# for performance reasons, do not put ComponentContext in unsafe appartment 2009-04-15 10:08:20 +0200 sb  r270824 : #i99113# removed duplicated stocservices.uno lib from basis layer


2009-04-27  Philipp Lohmann  <pl@openoffice.org>  [37821d4b9e61a338b22908ed1e58776de332bada]

#i92516# HelpTexts for new print UI


2009-04-27  Ivo Hinkelmann  <ihi@openoffice.org>  [18ac3e398eb7f94160b8888afdb250d8efe97360]

CWS-TOOLING: integrate CWS sb107 2009-04-14 13:09:13 +0200 sb  r270758 : CWS-TOOLING: rebase CWS sb107 to trunk@270723 (milestone: DEV300:m46) 2009-04-06 14:11:54 +0200 sb  r270545 : #i100884# improve pagein effectiveness: wrap system libs in --as-needed on unxlngi6/unxlngx6 to avoid needing them where unneeded; link pagein as C program to avoid unneeded C++ runtime dependency; reorder pagein and javaldx in soffice startup script so that javaldx benefits from pagein 2009-03-31 16:40:23 +0200 sb  r270287 : decrease collisions in hashCode computation 2009-03-30 11:48:39 +0200 sb  r270207 : #i100668# corrected explicit template instantiation 2009-03-26 14:16:26 +0100 sb  r270078 : #i100408# inadvertently dropped libexslt dynamic library in previous rev 269789 2009-03-26 10:52:51 +0100 sb  r270058 : #i100576# fixed erroneous modification of RPM in previous rev 270057 2009-03-26 10:46:36 +0100 sb  r270057 : #i100576# Enable HAVE_LD_HASH_STYLE in sdev300.ini for unxlgni6 and unxlngx6; corrected unxlngx6.mk so that HAVE_LD_HASH_STYLE actually has an effect on ultimate LINKFLAGS value. 2009-03-25 16:53:39 +0100 sb  r270038 : #i85679# applied speed-symbolic-functions.diff provided by pmladek; re-ran autoconf; enabled HAVE_LD_BSYMBOLIC_FUNCTIONS for unxlngi6 and unxlngx6 in sdev300.ini 2009-03-25 15:29:12 +0100 sb  r270031 : #i100408# missing fixes in addition to -c 269789 (to actually only put single instances of certain libraries into installation sets) 2009-03-25 15:17:10 +0100 sb  r270029 : #i10084# revert masterfix additions of libraries to APPnSTDLIBs (during -r269000:269199) and instead use -rpath-link to avoid linker warnings on unxlngi6 and unxlngx6 2009-03-25 14:15:23 +0100 sb  r270023 : added svn:ignore 2009-03-25 10:25:08 +0100 sb  r270002 : #i10000# copied over trunk -c 269820 2009-03-23 10:16:00 +0100 sb  r269858 : CWS-TOOLING: rebase CWS sb107 to trunk@269781 (milestone: DEV300:m44) 2009-03-20 11:22:27 +0100 sb  r269789 : #i100408# reduce (multiple copies of) libraries delivered to solver; for that to work fine, deliver symlink feature got improved to only create a symlink if the original file exists 2009-03-20 09:21:32 +0100 sb  r269782 : #i100396# replace s(HTML|RTF)_xxx declarations with OOO_STRING_SVTOOLS_(HTML|RTF)_xxx macros to reduce symbolic relocations at load time (at least on ELF systems). 2009-03-19 11:34:56 +0100 sb  r269734 : #i100348# added VISIBILITY_HIDDEN=TRUE so that symbols from the resulting archive are not erroneously exported from dynamic libraries including the archive 2009-03-19 11:32:20 +0100 sb  r269733 : #i100348# as a prerequisite for following changes, brought jpeg-6b.patch into "dmake create_patch" format and removed application/octet-stream svn:mime-type 2009-03-12 10:39:08 +0100 sb  r269370 : duplicated cws/odfmetadata2/solenv/inc/target.mk -c 268831 2009-03-04 17:25:16 +0100 sb  r268849 : #i99880# missing AUGMENT_LIBRARY_PATH 2009-02-25 17:54:34 +0100 sb  r268459 : CWS-TOOLING: rebase CWS sb107 to trunk@268395 (milestone: DEV300:m42) 2009-02-25 09:23:15 +0100 sb  r268413 : #i99584# avoid undefined operations on nOffset (patch by cmc) 2009-02-23 10:02:25 +0100 sb  r268344 : #i99519 removed unnecessary library dependencies 2009-02-18 17:54:24 +0100 sb  r268250 : avoid warnings about format specifier and argument mismatch (on 64bit debug builds) 2009-02-18 17:50:34 +0100 sb  r268249 : avoid erroneous warning that control reaches end of non-void function 2009-02-18 17:33:53 +0100 sb  r268248 : sdext/source/pdfimport/misc/pdfihelper.cxx: #include <vcl/canvastools.hxx>


2009-04-27  Philipp Lohmann  <pl@openoffice.org>  [64ff59d31c98c130c2473fb5bc3c6a3f0bb8d911]

#i92516# add help ids


2009-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [dc176ebbf2349bab8b51d9e3462e231432e09650]

CWS-TOOLING: integrate CWS fwk110_DEV300 2009-04-03 11:16:33 +0200 pl  r270467 : fix the vanishing form contro problem 2009-04-03 09:26:00 +0200 cd  r270455 : #159523# Use build id to check for showing the registration dialog again 2009-04-03 09:22:55 +0200 od  r270454 : #i100732# method <SwTxtFormatter::NewTabPortion(..)> 	  - correction of condition for applying automatic tab stop at left margin


2009-04-24  Philipp Lohmann  <pl@openoffice.org>  [4666c1bca64736f82d9128cdf072ee8cb4b2ef6c]

#i92516# help ids for fixed controls


2009-04-24  Philipp Lohmann  <pl@openoffice.org>  [be55fa86245f65b63ea87f92802f02f39a99905a]

#i101241# IsPrinter property


2009-04-24  Philipp Lohmann  <pl@openoffice.org>  [cf268acbc1053ddb3da2129fcf30d333bad37627]

#i101242# release options helper on last page


2009-04-24  Philipp Lohmann  <pl@openoffice.org>  [9e716d91ce229feb668869c5f1fb7804147badbe]

#i92516# avoid unnecessary calls to render the current page


2009-04-23  Philipp Lohmann  <pl@openoffice.org>  [5657e9e177733058523ec559255cbbb602744d94]

#101241# IntValue can be from NumericField which is a sal_Int64


2009-04-23  Ivo Hinkelmann  <ihi@openoffice.org>  [c47648f3ab0d3c35daa524c4d2350db0c02c84f4]

CWS-TOOLING: integrate CWS aw070_DEV300 2009-04-14 15:12:41 +0200 hdu  r270783 : #i100951# avoid expensive calls to basegfx::tools::clipPolygonOnRange() if possible 2009-04-14 15:04:05 +0200 hdu  r270780 : #i100922# prevent needless stl::priority_queue reallacations by reserving 2009-04-14 14:44:18 +0200 aw  r270776 : #i100851# corrected unxlngi4 warning 2009-04-14 14:41:44 +0200 aw  r270774 : #i100851# applied suggested patch from task 2009-04-14 14:32:30 +0200 aw  r270769 : #i101075# corrected offset usage for wrong spell and transformation mapping for page preview primitives with aspect ratio 2009-04-14 13:56:13 +0200 aw  r270763 : #i101075# changed to empty range usage when collecting page conent for page preview object


2009-04-23  Ivo Hinkelmann  <ihi@openoffice.org>  [48e3186beea8fc6f53fbb4f962665646128122a0]

CWS-TOOLING: integrate CWS ooo31gsl10_DEV300 2009-04-20 17:22:17 +0200 pl  r270996 : #i101210# reset maps in case of wrong index 2009-04-20 16:40:17 +0200 pl  r270993 : #i101092# do not dispatch events twice


2009-04-23  Ivo Hinkelmann  <ihi@openoffice.org>  [9eb440409b9c62b10f5cf25d1a03b84c0c172a6f]

CWS-TOOLING: integrate CWS aw071_DEV300 2009-04-15 16:59:01 +0200 aw  r270855 : #i101016# copy constructor and assignment operator for GraphicObject extended to not need to calculate the ObjectID, but to add to cache directly


2009-04-23  Ivo Hinkelmann  <ihi@openoffice.org>  [001e7fcbacbaf2715ce8560ab92dcd04ab321755]

CWS-TOOLING: integrate CWS cmcfixes57 2009-04-16 14:44:54 +0200 cmc  r270885 : #i101062# add in uui fix and stray ^M fixes 2009-04-16 10:57:50 +0200 cmc  r270872 : #i101127# remove && || warnings 2009-04-15 17:04:23 +0200 cmc  r270857 : #i101112# remove trivial new gcc warnings 2009-04-15 17:01:01 +0200 cmc  r270856 : #i101111# remove trivial new warnings 2009-04-15 16:56:53 +0200 cmc  r270854 : #i101110# make methods consts 2009-04-15 16:52:37 +0200 cmc  r270853 : #i100225# fix visibility of component_getImplementationEnvironment and friends 2009-04-15 16:49:16 +0200 cmc  r270852 : #i101109# ? : promotion rules


2009-04-23  Ivo Hinkelmann  <ihi@openoffice.org>  [b6cf6fecfc7e655fe5d0f81099b21b1bdf3d8d80]

CWS-TOOLING: integrate CWS dbaperf1 2009-04-02 09:12:25 +0200 oj  r270372 : CWS-TOOLING: rebase CWS dbaperf1 to trunk@270033 (milestone: DEV300:m45) 2009-03-17 10:20:34 +0100 oj  r269577 : add parameter 2009-03-17 10:20:05 +0100 oj  r269576 : add parameter 2009-03-12 12:32:24 +0100 oj  r269387 : add missing ++ 2009-03-11 12:53:35 +0100 oj  r269315 : compile error 2009-03-06 08:52:11 +0100 oj  r268968 : #i99264# remove duplicate code 2009-03-06 08:20:08 +0100 oj  r268966 : add missingheader 2009-03-06 08:17:41 +0100 oj  r268965 : add header 2009-03-06 08:15:07 +0100 oj  r268964 : #i99708# remove duplicate code 2009-03-06 07:24:11 +0100 oj  r268963 : #i99708# remove duplicate code 2009-03-06 07:22:24 +0100 oj  r268962 : #i99708# use tenary operator 2009-03-06 07:19:21 +0100 oj  r268961 : remove unused rtl_logs 2009-03-06 07:15:55 +0100 oj  r268960 : #i99708# extract getLength from for loop 2009-03-06 07:15:35 +0100 oj  r268959 : #i99708# extract getLength from for loop 2009-03-06 07:14:57 +0100 oj  r268958 : remove unused rtl_logs 2009-03-06 07:13:01 +0100 oj  r268957 : insert DBG_ helper 2009-03-06 07:12:17 +0100 oj  r268956 : remove unused rtl_logs 2009-03-06 07:10:26 +0100 oj  r268955 : remove unused rtl_logs 2009-03-06 07:04:51 +0100 oj  r268954 : #i99708# use tenary operator 2009-03-05 12:04:46 +0100 oj  r268895 : comment RTL_LOG out 2009-03-05 09:05:07 +0100 oj  r268874 : add rtl logfile 2009-03-04 14:21:18 +0100 oj  r268828 : #i99708# make static inplace and some method calls in for loop removed 2009-03-04 14:20:34 +0100 oj  r268827 : #i99708# impl double check pattern for getInfohelper 2009-03-02 09:31:42 +0100 oj  r268636 : add rtl logfile 2009-03-02 08:18:37 +0100 oj  r268633 : add rtl logfile 2009-02-27 11:22:16 +0100 oj  r268570 : #i99709# change algorithm for marking objects 2009-02-27 11:17:04 +0100 oj  r268568 : #i99708# some improvements to load forms, controls faster and replacement of size() call with !empty() which is much faster 2009-02-24 10:09:35 +0100 sb  r268383 : #i99290# no longer care to set a sensible context class loader for native threads attached to the VM 2009-02-23 13:44:04 +0100 oj  r268354 : #i76606# seekrow changes 2009-02-23 12:27:30 +0100 oj  r268349 : deleted 2009-02-20 15:14:23 +0100 oj  r268325 : #i76606# some code changes 2009-02-19 14:15:25 +0100 oj  r268284 : #i76606# use of simple prep stmt instead of full blown rowset, when source and dest connection are the same use insert into ... ( select ... ) 2009-02-19 11:27:55 +0100 oj  r268265 : #i76606# insert some RTL_LOG and setObject impl 2009-02-18 14:45:37 +0100 oj  r268222 : #i99363# insert RTL_LOG 2009-02-18 14:45:18 +0100 oj  r268221 : #i99363# insert RTL_LOG 2009-02-18 11:14:54 +0100 oj  r268207 : #i99363# call some impl_ methods to avoid duplicate cechCache calls 2009-02-18 11:10:47 +0100 oj  r268206 : #i99363# make isCount inline 2009-02-18 10:33:22 +0100 oj  r268203 : #i99363# use bookmarkable if available and inserted some RTL_LOG 2009-02-18 10:32:57 +0100 oj  r268202 : #i99363# use bookmarkable if available and inserted some RTL_LOG 2009-02-17 07:29:05 +0100 oj  r267843 : #i96897# remove some dll public 2009-02-16 15:01:04 +0100 oj  r267816 : #i96897# remove some dll public 2009-02-16 14:25:53 +0100 oj  r267810 : #i99264# remove duplicate code 2009-02-16 14:25:33 +0100 oj  r267809 : #i99264# remove duplicate code 2009-02-16 14:24:59 +0100 oj  r267808 : #i99264# remove duplicate code 2009-02-13 10:56:17 +0100 oj  r267703 : #i99191# comment the contextclassloader 2009-02-13 10:32:40 +0100 oj  r267700 : reduce call to resultset meta data 2009-02-13 10:27:31 +0100 oj  r267699 : reduce call to resultset meta data 2009-02-13 10:27:08 +0100 oj  r267698 : reduce call to resultset meta data


2009-04-22  Ivo Hinkelmann  <ihi@openoffice.org>  [8ba26cfa6d0fe923a8cc3ef4e6e011b0a0352f6e]

CWS-TOOLING: integrate CWS dba32a 2009-04-16 13:08:19 +0200 oj  r270882 : #i14538# set property at control 2009-04-16 13:04:28 +0200 oj  r270881 : #i98557# remove binary string for SRB 2009-04-15 13:19:10 +0200 oj  r270838 : #i96782# use type set at view 2009-04-14 14:53:20 +0200 oj  r270778 : #i96782# set initialize size for custom shape 2009-04-06 14:19:14 +0200 oj  r270546 : #i88432# correct pos when < 0 while resizing 2009-04-06 13:36:13 +0200 oj  r270541 : #i96782# handle toolbar and menubar differently 2009-04-06 13:33:54 +0200 oj  r270540 : #i96782# handle toolbar and menubar differently 2009-04-06 12:28:23 +0200 oj  r270534 : #i96782# handle toolbar and menubar differently 2009-04-06 12:27:44 +0200 oj  r270533 : #i96782# handle toolbar and menubar differently 2009-04-06 12:24:32 +0200 oj  r270532 : #i96782# handle toolbar and menubar differently 2009-04-06 12:15:15 +0200 oj  r270531 : do not initialze when field is empty 2009-04-06 10:06:08 +0200 oj  r270528 : #i96782# clean up of menubar and remove duplicates 2009-04-06 09:47:49 +0200 oj  r270527 : #i96519# adjust help text dynamic 2009-04-03 13:43:20 +0200 oj  r270482 : do not need to remove section from observer they are already disposed 2009-04-03 13:27:28 +0200 fs  r270479 : #i97356# 2009-04-02 11:30:39 +0200 fs  r270386 : UNX line ends 2009-04-02 10:54:51 +0200 fs  r270379 : UNX line ends 2009-04-02 10:39:57 +0200 fs  r270378 : UNX line ends 2009-04-02 10:37:24 +0200 fs  r270377 : why did this survive the rebase? was removed on trunk ... 2009-03-31 13:31:12 +0200 fs  r270277 : component_foo should be public 2009-03-28 00:21:01 +0100 fs  r270176 : manuallly merged the changes which happened in CWS before resync to m45, where the directory had been moved from reportdesign/registry to reportbuilder/registry 2009-03-27 23:01:20 +0100 fs  r270174 : CWS-TOOLING: rebase CWS dba32a to trunk@270033 (milestone: DEV300:m45) 2009-03-11 12:23:35 +0100 fs  r269310 : #i99958# ensure the ControlModelLock doesn't release twice 2009-03-06 09:07:32 +0100 fs  r268970 : ignore output paths in SVN's status 2009-03-06 09:07:08 +0100 fs  r268969 : ignore output paths in SVN's status 2009-03-04 11:28:02 +0100 oj  r268800 : copy and paste error, check correct end now 2009-03-03 15:49:11 +0100 fs  r268736 : #i10000# those merges were lost during the rebase (m38->m42) 2009-03-03 13:25:27 +0100 lla  r268720 : #i99652# fix wrong refactoring 2009-02-27 11:12:56 +0100 fs  r268566 : beautified 2009-02-27 10:53:47 +0100 fs  r268561 : doFormListening(false) only when actually isFormListening() (found during complex test case XMLFormSettings with assertions) 2009-02-26 20:55:31 +0100 fs  r268546 : #i96530# set the Label property of the bound control, if we didn't create a dedicated label control 2009-02-26 11:53:09 +0100 fs  r268494 : #i10000# 2009-02-26 11:27:50 +0100 fs  r268493 : #i10000# 2009-02-26 11:17:08 +0100 fs  r268490 : reportdesign depends on REPORTBUILDER, not REPORTDESIGN 2009-02-25 11:39:48 +0100 fs  r268422 : #i10000# post-resync: INFO_ESCAPE_DATETIME got lost during rebase 2009-02-24 23:24:10 +0100 fs  r268411 : CWS-TOOLING: rebase CWS dba32a to trunk@268395 (milestone: DEV300:m42) 2009-02-20 15:09:48 +0100 fs  r268324 : respect ImplicitCatalog/SchemaRestriction in all necessary places 2009-02-20 13:48:10 +0100 oj  r268318 : order of initialize corrected 2009-02-14 15:07:52 +0100 fs  r267759 : #i98975# when an image does not have a bitmap, but a text, draw this (as placeholder) 2009-02-14 15:02:40 +0100 fs  r267758 : consolidated and removed some duplicate code 2009-02-14 13:52:23 +0100 fs  r267756 : #i10000# 2009-02-13 22:08:34 +0100 fs  r267750 : #i100000# 2009-02-13 22:07:25 +0100 fs  r267749 : #i10000# 2009-02-13 21:55:36 +0100 fs  r267747 : #i10000# 2009-02-13 21:54:27 +0100 fs  r267746 : use const_cast 2009-02-13 21:29:10 +0100 fs  r267745 : #i10000# 2009-02-13 21:27:39 +0100 fs  r267744 : #i10000# 2009-02-13 20:59:13 +0100 fs  r267742 : #i10000# 2009-02-13 13:21:30 +0100 fs  r267717 : better diagnostics 2009-02-13 13:17:24 +0100 fs  r267715 : #i58313# support Catalog/SchemaRestriction settings, which are applied in getTables when 'all catalogs/schemas' are to be retrieved 2009-02-13 13:16:14 +0100 fs  r267714 : filter out some more known global settings 2009-02-13 12:39:43 +0100 fs  r267713 : #i58313# ImplicitCatalog/SchemaRestriction 2009-02-13 12:36:50 +0100 fs  r267712 : when exporting data source settings, allow for properties which have a VOID default value, but are currently not VOID 2009-02-13 12:35:57 +0100 fs  r267711 : implement XSet, to allow inserting properties which have a default value of VOID 2009-02-13 12:35:03 +0100 fs  r267710 : +addVoidProperty 2009-02-13 10:20:08 +0100 fs  r267697 : removed unused variable 2009-02-13 09:46:46 +0100 fs  r267695 : refactored the table filtering code, to have a better base for introducing additional low level filters 2009-02-10 09:23:07 +0100 lla  r267537 : #i10000# wrong line feed, double named variable 2009-02-09 12:13:08 +0100 oj  r267508 : #i98605# notify hanlder 2009-02-09 11:50:34 +0100 oj  r267507 : #i98926# solve refcount problem 2009-02-09 11:50:05 +0100 oj  r267506 : #i98971# fix for simple html 2009-02-09 11:49:24 +0100 oj  r267505 : #i98971# fix for simple html 2009-02-09 11:47:27 +0100 oj  r267504 : invoke on copy 2009-02-09 09:51:00 +0100 fs  r267500 : #i98316# 2009-02-09 09:46:10 +0100 fs  r267499 : setCurrentSelection: don't reset the current form when we de-select everything 2009-02-09 09:43:45 +0100 fs  r267498 : #i98316# 2009-02-08 21:25:18 +0100 fs  r267496 : #i98272# introduce late ctor for cloning 2009-02-07 21:08:39 +0100 fs  r267485 : #i98272# when copy-constructing a FmFormPageImpl, use the XCloneable of the forms collection, instead of XPersistObject (which is incompletely implemented) 2009-02-07 21:07:26 +0100 fs  r267484 : removed obsolete include guards 2009-02-07 21:05:22 +0100 fs  r267483 : #i98272# implement XCloneable 2009-02-06 15:02:48 +0100 lla  r267467 : #i96523# add XImageControl 2009-02-06 14:41:38 +0100 oj  r267463 : #i98926# late init when connection disposed but only when asked for 2009-02-06 13:49:57 +0100 lla  r267457 : #i92860# bigint in forms doesn't allow input of values > 1, fixed 2009-02-06 13:03:55 +0100 oj  r267455 : ImageScaleMode 2009-02-05 14:48:19 +0100 lla  r267424 : #i89335# dropdown listboxes are 14 instead of 7 lines high 2009-02-05 13:40:00 +0100 oj  r267423 : #i96945# insert new prop Opaque 2009-02-05 13:39:19 +0100 oj  r267422 : #i96945# insert layer handling for hell and heaven 2009-02-05 13:29:32 +0100 lla  r267420 : #i89335# add is null, is not null, is not like filter condition 2009-02-04 12:23:02 +0100 oj  r267364 : #i98821# load table font settings 2009-02-04 10:05:27 +0100 oj  r267351 : #i98821# load table font settings 2009-02-04 09:23:22 +0100 fs  r267350 : checking persistency of UI settings in database documents - for the moment, capture table formattings (which is issue 98821) 2009-02-04 09:22:15 +0100 fs  r267349 : moved some methods which are of wider interest from DatabaseDocument to FileHelper resp. TestCase 2009-02-04 08:56:27 +0100 oj  r267347 : #i97586# UcbStreamHelper::CreateStream doesn't check all streamModes use different method 2009-02-04 08:23:26 +0100 oj  r267346 : #i98701# check key size is >= 3 and some redesign 2009-02-03 23:29:24 +0100 fs  r267345 : return the component (controller), not the frame 2009-02-03 23:28:53 +0100 fs  r267344 : openExisting returns a controller now, not the frame (this was a bug) 2009-02-03 23:28:25 +0100 fs  r267343 : openElement: properly return the component in the table/query case 2009-02-02 12:48:17 +0100 oj  r267261 : #i96013# fix for relative path 2009-02-02 10:33:28 +0100 lla  r267253 : #i98557# cleanups and consolidation 2009-02-02 09:37:23 +0100 lla  r267250 : #i88432# resize will no longer move components to other sections 2009-02-02 09:08:24 +0100 oj  r267245 : #i97475# write 0x1A at the end of the file 2009-01-30 19:39:20 +0100 lla  r267230 : #i10000# unused parameters 2009-01-30 09:51:09 +0100 fs  r267181 : onsolete 2009-01-30 09:49:27 +0100 fs  r267180 : onsolete 2009-01-29 14:28:22 +0100 oj  r267139 : #i96825# import cell style 2009-01-29 14:23:12 +0100 oj  r267137 : #i98601# export imagescalehandler 2009-01-29 14:19:57 +0100 lla  r267135 : #i98601# add ImageScaleMode 2009-01-29 13:21:08 +0100 oj  r267124 : #i98601# impl ScaleMode 2009-01-29 13:20:56 +0100 oj  r267123 : #i98601# impl ScaleMode 2009-01-29 08:46:40 +0100 oj  r267095 : new property: ScaleMode 2009-01-29 08:45:23 +0100 oj  r267094 : new ScaleMode from UnControlImageModel 2009-01-29 08:28:12 +0100 oj  r267093 : #i87930# close all sub forms/reports when the desktop is going to be terminated and no db frame exists 2009-01-28 19:54:34 +0100 lla  r267082 : #i98557# pictures in report wizard 2009-01-28 15:06:25 +0100 oj  r267060 : #i87930# close all sub forms/reports when the desktop is going to be terminated and no db frame exists 2009-01-28 11:38:41 +0100 lla  r267046 : #i76783# handle binary fields in forms 2009-01-28 09:24:43 +0100 lla  r267025 : #i10000# 2009-01-28 08:40:04 +0100 fs  r267024 : #i10000# 2009-01-28 08:04:43 +0100 oj  r267023 : #i93456# use resource strings for function names 2009-01-27 13:26:05 +0100 oj  r266988 : check data field is type field or expression 2009-01-27 13:07:17 +0100 oj  r266985 : check data field length 2009-01-27 11:48:19 +0100 oj  r266974 : #i96823# return dll string as column name when no alias exists 2009-01-27 09:53:11 +0100 fs  r266958 : display the message of a caught exception 2009-01-27 09:44:13 +0100 fs  r266957 : #i58313# when retrieving all tables, just set an empty table type filter - the connection will care for translating this, by respecting the TableTypeFilterMode setting 2009-01-27 09:36:09 +0100 fs  r266956 : #i58313# getTables: per JDBC spec,  is not a valid table type filter. Translate it to 'null'. 2009-01-26 11:24:49 +0100 lla  r266912 : #i97865# cleanups (AddField viewable in remote mode) 2009-01-26 07:49:27 +0100 lla  r266897 : #i97865# AddField opens in remote case 2009-01-26 07:48:58 +0100 lla  r266896 : #i97865# AddField opens in remote case 2009-01-26 07:48:42 +0100 lla  r266895 : #i97865# AddField opens in remote case 2009-01-23 15:04:40 +0100 fs  r266825 : consolidate the usage of OSQLMessageBox with MessageType==Warning into OSQLWarningBox 2009-01-23 10:47:33 +0100 fs  r266787 : +supportsUserAdministration 2009-01-23 10:47:11 +0100 fs  r266784 : use DatabaseMetaData.supportsUserAdministration 2009-01-23 07:55:59 +0100 lla  r266767 : #i10000# fix gcc compiler failures 2009-01-21 15:08:55 +0100 lla  r266673 : #i97265# Labels in HC (IsDark) with other color (viewable) 2009-01-19 14:58:54 +0100 lla  r266504 : #i96523# last problems with FormatKey and '0' values fixed 2009-01-19 14:58:00 +0100 lla  r266503 : #i96519# AddField help text 2009-01-19 11:59:02 +0100 fs  r266485 : #i96523# for formatted field models, init them with TreatAsNumber = false 2009-01-16 10:31:49 +0100 lla  r266405 : #i96793# add shrink to popup menu 2009-01-16 09:21:44 +0100 lla  r266401 : #i96519# AddField contains a help text 2009-01-15 11:21:49 +0100 lla  r266357 : #i96523# problem with XVclWindowPeer not fixed now 2009-01-15 09:19:20 +0100 lla  r266335 : #i96523# more crashes fixed. 2009-01-14 13:08:34 +0100 lla  r266291 : #i96523# problems with crashes fixed 2009-01-13 10:54:24 +0100 lla  r266199 : #i96523# show datasource in formattedfields new files 2009-01-13 10:52:39 +0100 lla  r266198 : #i96523# show datasource in formattedfields 2009-01-13 09:41:50 +0100 lla  r266197 : #i96526# handling none existance default.otr 2009-01-12 12:55:49 +0100 fs  r266151 : don't expect the control model to be a BoundComponent before adding as modify listener 2009-01-12 12:51:33 +0100 fs  r266149 : #i88458# let the ImageControl be an XModifyBroadcaster, so the forms runtime can notice when the user changes the control content while it does not have the focus 2009-01-09 13:41:22 +0100 fs  r266080 : doc 2009-01-09 13:14:14 +0100 fs  r266077 : #i97377# SetModified when order is changed via DnD 2009-01-07 09:55:40 +0100 oj  r265951 : merge from master 2009-01-07 09:55:24 +0100 oj  r265950 : removed observer 2009-01-07 09:55:06 +0100 oj  r265949 : merge from master 2009-01-07 07:29:11 +0100 oj  r265945 : shadow var changed 2009-01-06 07:25:57 +0100 oj  r265893 : CWS-TOOLING: rebase CWS dba32a to trunk@265758 (milestone: DEV300:m38) 2009-01-05 13:18:22 +0100 oj  r265865 : convert to unix le 2009-01-05 09:13:52 +0100 lla  r265857 : #i79423# lc_ sc_ permutation fix 2009-01-02 19:40:59 +0100 lla  r265847 : #i79423# section shrink icons 2008-12-22 11:37:57 +0100 lla  r265749 : #i97484# move component to negative Y-position 2008-12-22 11:37:05 +0100 lla  r265748 : #i97484# move component to negative Y-position 2008-12-22 11:35:33 +0100 lla  r265747 : #i97484# move component to negative Y-position 2008-12-22 11:25:07 +0100 lla  r265745 : #i96757# changes via property browser was not undoable 2008-12-18 15:10:38 +0100 fs  r265694 : corrected an condition in doFormListening, which otherwise leads to uncommitable grid columns in documents which are loaded from disc (not in documents which are newly created) 2008-12-18 14:54:39 +0100 fs  r265692 : Hide Columns text slightly changed 2008-12-18 13:44:15 +0100 fs  r265683 : #i94068# properly display erros happening during a form operation - at least once, and at most once 2008-12-18 11:28:29 +0100 fs  r265677 : document the new InputRequired property 2008-12-18 11:04:15 +0100 fs  r265676 : #i96530# createControlLabelPair: don't actually create a label for a checkbox 2008-12-18 10:35:53 +0100 fs  r265674 : #i95226# when a column is replaced, and it's the selected column, update the selection 2008-12-18 10:34:42 +0100 fs  r265673 : #i95226# refactoring of the implReplaced method 2008-12-18 10:34:28 +0100 fs  r265672 : #i95226# when replacing a grid column, update the property browser 2008-12-18 10:33:17 +0100 fs  r265671 : when an element is removed, remove it from m_aCurrentSelection, too (if necessary) 2008-12-18 10:31:57 +0100 fs  r265670 : Hide Columns text slightly changed 2008-12-18 10:15:56 +0100 lla  r265669 : #i14538# do not allow to press finish button twice 2008-12-18 08:56:33 +0100 lla  r265665 : #i10000# build depend=t problem hacked. 2008-12-17 20:59:10 +0100 fs  r265656 : #i89821# don't let a MultiLineEdit select all text when it receives the focus 2008-12-17 12:10:54 +0100 fs  r265594 : #i97356# 2008-12-17 12:06:29 +0100 fs  r265593 : #i97355# Print -> Printable 2008-12-17 11:59:31 +0100 fs  r265591 : #i97350# combo boxes comment on list selection (as list boxes already do) 2008-12-16 09:53:57 +0100 lla  r265527 : #i96526# handling none existance default.otr 2008-12-15 14:48:39 +0100 lla  r265500 : #i79423# reparing, was wrong implemented 2008-12-12 15:08:33 +0100 lla  r265424 : #i10000# remove wrong carridge returns 2008-12-12 15:07:55 +0100 lla  r265423 : #i10000# remove wrong carridge returns 2008-12-12 15:06:41 +0100 lla  r265422 : #i10000# remove wrong carridge returns 2008-12-12 10:23:13 +0100 lla  r265395 : #i95234# reset DragDelta 2008-12-12 10:11:02 +0100 lla  r265393 : #i79423# pre versions of shrink buttons 2008-12-11 15:32:13 +0100 fs  r265318 : prevent a deadlock during complex.dbaccess.DatabaseDocument test 2008-12-11 15:30:06 +0100 fs  r265316 : prevent a deadlock during complex.dbaccess.DatabaseDocument test 2008-12-11 15:07:05 +0100 fs  r265307 : removed superfluous text 2008-12-11 12:29:54 +0100 lla  r265282 : #i96757# cleanup second try 2008-12-11 12:09:15 +0100 lla  r265278 : #i96757# cleanup 2008-12-11 12:07:56 +0100 lla  r265277 : #i95234# 2008-12-10 14:04:39 +0100 lla  r265183 : #i93472# D&D fixes 2008-12-10 12:29:33 +0100 lla  r265168 : #i94067# add (APP|SYS)FONT to XUnitConversion 2008-12-10 12:15:02 +0100 lla  r265166 : #i94067# add APPFONT, SYSFONT to MeasureUnit 2008-12-10 11:52:10 +0100 lla  r265163 : #i94067# add comments 2008-12-06 20:33:05 +0100 fs  r264935 : #i10000# precompiled header 2008-12-05 09:29:26 +0100 fs  r264889 : #i10000# 2008-12-05 09:07:31 +0100 fs  r264888 : #i10000# 2008-12-04 13:25:46 +0100 fs  r264838 : CWS-TOOLING: rebase CWS dba32a to trunk@264807 (milestone: DEV300:m37) 2008-12-03 23:49:13 +0100 fs  r264808 : merge changes from trunk, to be able to do a rebase 2008-12-03 17:13:09 +0100 lla  r264801 : #i91041# update documentation 2008-12-03 16:57:04 +0100 lla  r264799 : #i94067# allow convert(Point|Size)ToLogic as pixel also 2008-12-02 12:36:32 +0100 lla  r264687 : #i96782# bring toolbar objects to menu structure 2008-12-02 10:32:44 +0100 lla  r264667 : #i86255# make property work 2008-12-02 09:22:47 +0100 lla  r264659 : #i79423# add section shrink toolbar 2008-12-02 07:41:22 +0100 lla  r264657 : #i86255# add check box for Escape DateTime property 2008-12-02 07:37:17 +0100 lla  r264656 : #i79423# new shrink buttons 2008-11-26 11:55:28 +0100 fs  r264362 : #i96541# FillPropertySet: do not only catch UnknownPropertyException when setting the Char/ParaAutoStyleName, but also care for the other exceptions which can be thrown by XPropertySet::setPropertyValue. This is actually not the real fix for #i96541#, but only a follow-up. The root cause of the issue was fixed in CWS dba301b, but this here was another (potential) bug which popped up during investigations. 2008-11-25 09:04:40 +0100 lla  r264273 : #i82083# new toolbox in GroupsSorting dialog 2008-11-25 08:56:08 +0100 lla  r264272 : #i94729# change token strings into string list, move class out of function 2008-11-24 15:52:22 +0100 fs  r264251 : #i96532# do not set AppendTableAlias, NameLengthLimit, etc., if the OXMLDataSourceInstance is used for elements at which those attributes never appear 2008-11-24 15:51:45 +0100 fs  r264249 : #i96532# do not set AppendTableAlias, NameLengthLimit, etc., if the OXMLDataSourceInstance is used for elements at which those attributes never appear 2008-11-24 15:45:21 +0100 fs  r264244 : #i96532# the API default for ParamNameSubst is false 2008-11-24 15:45:04 +0100 fs  r264243 : #i96532# do not set AppendTableAlias, NameLengthLimit, etc., if the OXMLDataSourceInstance is used for elements at which those attributes never appear 2008-11-24 15:44:14 +0100 fs  r264241 : #i96532# slight refactoring of exporting properties which have a XML default different from the API default 2008-11-24 10:50:01 +0100 lla  r264216 : #i82083# icons for new toolbox 2008-11-24 09:38:45 +0100 lla  r264205 : #i82083# new toolbox in GroupsSorting dialog 2008-11-24 09:32:20 +0100 lla  r264201 : #i96501# cleanup assertions 2008-11-24 09:12:55 +0100 lla  r264198 : #i83082# enhancement for toolboxes, better HC comfort 2008-11-24 08:46:43 +0100 lla  r264197 : #i96501# fix problem with negative positions 2008-11-21 11:44:47 +0100 fs  r264118 : #i57042# introduce a counter for suspending change notifications of a given property, so recursive calls are possible 2008-11-21 11:02:17 +0100 fs  r264116 : #i96388# don't call ExecuteContextMenuAction when no action was chosen by the user 2008-11-21 10:36:53 +0100 fs  r264114 : #i47384# assertion was wrong 2008-11-14 12:33:15 +0100 fs  r263673 : #i47318# XRowSetChangeBroadcaster/Listener, to be able to listen for changes in an XRowSetSupplier's RowSet 2008-11-14 12:30:29 +0100 fs  r263672 : #i47318# more refactoring - BoundControlModels now listen at the XRowSetSupplier for changes in the supplied   RowSet, to properly revoke/register old/new listeners at the RowSet - replaced ::osl::Mutex in various places with a ControlModelLock 2008-11-14 12:20:55 +0100 fs  r263671 : when BUILD_TYPE includes QADEVOOO, the BUILD_QADEVOOO needs to bet set, too 2008-11-14 12:19:21 +0100 fs  r263670 : oops, this was not intended to be committed 2008-11-12 11:08:10 +0100 fs  r263579 : #i96096# new ctors taking UNO_QUERY_THROW 2008-11-12 09:15:54 +0100 fs  r263576 : no need to load the complete dialog just to get a string which the dialog itself loads from resource 2008-11-10 17:55:45 +0100 fs  r263535 : spelling in comment 2008-11-10 15:51:14 +0100 fs  r263523 : #i47318# various refactorings 1. don't forward syntetic XLoadListener events from the grid control to    the grid columns. Instead, forward GridColumn::XChild::setParent to    the base class, which then can add itself as load listener 2. removed various occurances of XMultiServiceFactory, instead use the    ::comphelper::ComponentContext 3. in O(Bound)ControlModel, have a mechanism to lock the instance (using    ControlModelLock) and fire property changes when the last lock dies. 2008-11-10 12:49:24 +0100 oj  r263513 : #i94729# change token strings into string list 2008-11-10 12:13:15 +0100 oj  r263512 : #i95222# export chart:title style as well 2008-11-10 08:55:25 +0100 oj  r263507 : #i93471# show the correct tabpage when selecting a different object 2008-11-07 23:38:29 +0100 fs  r263490 : #i95977# for the event input controls, add a component extending their functionality so they're reset when the users presses DEL 2008-11-07 23:35:39 +0100 fs  r263489 : during #i95977#: When a VCL Window is deleted from within VCL code, the respective WindowPeer was never disposed. Corrected this. 2008-11-07 14:57:07 +0100 fs  r263420 : #i95963# human-readable display names for event bindings 2008-11-06 10:34:52 +0100 fs  r263366 : #i95865# don't use library names containing InvalidZipEntryFileNames - workaround until i95409 is fixed 2008-11-06 10:33:28 +0100 fs  r263365 : #i95865# copied the following change from CWS odfmetadata2 (not yet integrated) into CWS dba31d   - comphelper/inc/comphelper/storagehelper.hxx,     comphelper/source/misc/storagehelper.cxx:     + add function IsValidZipEntryFileName (moved from module package)


2009-04-22  Philipp Lohmann  <pl@openoffice.org>  [08880ed25dc77b4ebeb50c16648369f0cb9b93e4]

fix a warning


2009-04-21  Ivo Hinkelmann  <ihi@openoffice.org>  [e3c10516ac5e7094105200bcd44d8ad025e808bb]

CWS-TOOLING: integrate CWS layoutdialogs2 2009-04-09 10:11:14 +0200 mba  r270680 : defective merge sets seem to have brought config_office back 2009-04-02 18:00:52 +0200 mba  r270429 : #i100503#: make tralay work without LD_LIBRARY_PATH 2009-04-01 13:27:58 +0200 mba  r270320 : warning on Solaris fixed 2009-03-31 22:15:03 +0200 mba  r270293 : CWS-TOOLING: rebase CWS layoutdialogs2 to trunk@270033 (milestone: DEV300:m45) 2009-03-16 13:05:08 +0100 mba  r269526 : fixed some compiler warnings of the Sun compiler 2009-03-11 15:32:42 +0100 mba  r269337 : some problems for ENABLE_LAYOUT fixed 2009-03-09 16:05:32 +0100 mba  r269197 : merge conflict solved 2009-03-09 15:09:55 +0100 mba  r269194 : merge conflict solved 2009-03-09 15:09:35 +0100 mba  r269193 : merge conflict solved 2009-03-06 22:12:47 +0100 mba  r269052 : compilation error fixed 2009-03-06 17:36:37 +0100 mba  r269033 : integer warning fixed 2009-03-06 10:31:19 +0100 mba  r268983 : CWS-TOOLING: rebase CWS layoutdialogs2 to trunk@268395 (milestone: DEV300:m42) 2009-03-03 20:03:59 +0100 jcn  r268777 : Add Notes checkbox to find-and-replace dialog in anticipation of m40 resync. 2009-03-03 15:56:20 +0100 jcn  r268737 : Apply layout-find-dialog-crash-fix.diff -- fixes crasher. From http://svn.gnome.org/viewvc/ooo-build?view=revision&revision=15378 2009-02-06 17:41:24 +0100 mba  r267479 : arrrrgh - svx headers must be included behind the magic define 2009-02-05 19:44:42 +0100 mba  r267439 : seems that msvc preprocessor is thick as a brick 2009-02-05 15:15:16 +0100 mba  r267425 : pch added 2009-02-05 08:14:01 +0100 mba  r267409 : double defined symbols fixed 2009-02-05 08:13:14 +0100 mba  r267408 : compile Languagebox and FontListbox with ENABLE_LAYOUT 2009-02-05 08:07:35 +0100 mba  r267406 : warning fixed 2009-02-05 08:06:42 +0100 mba  r267405 : warnings and errors fixed 2009-01-30 15:51:52 +0100 mba  r267206 : export Container class to compile code in sfx2 2009-01-30 15:51:14 +0100 mba  r267205 : remove LAYOUT_EXPERIMENTAL from sfx2, everything now compiles with ENABLE_LAYOUT 2009-01-28 17:01:27 +0100 mba  r267069 : fixed namespace problems in sfx2 2009-01-28 16:59:48 +0100 mba  r267068 : fixed namespace problems 2009-01-24 13:57:06 +0100 mba  r266877 : move svx stuff to experimental 2009-01-24 13:56:11 +0100 mba  r266876 : move svx stuff to experimental 2009-01-24 13:52:09 +0100 mba  r266875 : put sfx stuff into experimental 2009-01-24 13:28:08 +0100 mba  r266874 : put sfx stuff into experimental 2009-01-24 13:26:38 +0100 mba  r266873 : help msvc++ compiler a bit 2009-01-24 13:24:43 +0100 mba  r266872 : warning removed 2009-01-24 13:23:21 +0100 mba  r266871 : moved svx stuff to svx; put sfx stuff into experimental 2009-01-24 13:22:04 +0100 mba  r266870 : moved svx stuff to svx 2009-01-05 16:35:34 +0100 jcn  r265879 : config_office/configure: Regenerate.  Fixes naive builds. 2008-12-17 16:06:25 +0100 jcn  r265638 : Wordcount: minor HIG tweaks. 2008-12-17 16:06:21 +0100 jcn  r265637 : Zoom: minor HIG spacing tweaks. 2008-12-17 16:06:16 +0100 jcn  r265636 : Zoom: fix align-test and update zoom.xml. 2008-12-17 16:06:12 +0100 jcn  r265635 : Zoom: add align-test.xml to illustrate zoom alignment bug. 2008-12-17 16:06:07 +0100 jcn  r265634 : Find-and-Replace: request font-style-name="Bold", does not seem to work. 2008-12-17 16:06:03 +0100 jcn  r265633 : Find-and-Replace: Add alignment for combobox labels. 2008-12-17 16:05:59 +0100 jcn  r265632 : Find-and-Replace: Replace pairs of <flow> with <align>. Fixes ugly non-emptiness of more-<hbox>. 2008-12-17 16:05:56 +0100 jcn  r265631 : Find-and-Replace: add nice 12pt border. 2008-12-17 16:05:51 +0100 jcn  r265630 : Find-and-Replace: also add rowsep at lower fixedline. 2008-12-17 16:05:47 +0100 jcn  r265629 : Find-and-Replace: Add poor man's colsep and rowsep substitute spaces. 2008-12-17 16:05:43 +0100 jcn  r265628 : Find-and-Replace: use <vbox cnt:x-expand="false"> for buttons. 2008-12-17 16:05:40 +0100 jcn  r265627 : Find-and-Replace: add <vbox>s and use cnt:expand="false" to stop vertical button expansion. 2008-12-17 16:05:36 +0100 jcn  r265626 : Find-and-Replace: use sc icon. Fixes FIND button height. 2008-12-17 16:05:31 +0100 jcn  r265625 : Bugfix have empty/invisible containers not take up space. 2008-12-17 16:05:27 +0100 jcn  r265624 : Find-and-replace: Fix/remove most property errors. 2008-12-17 16:05:23 +0100 jcn  r265623 : Table: make x, y expand default. 2008-12-17 16:05:18 +0100 jcn  r265622 : Use OSL_TRACE rather than printf. Fixes warning visibility. 2008-12-17 16:05:14 +0100 jcn  r265621 : Boxtest: add <vbox><table x-expand="true"> pair to trigger property errors. 2008-12-17 16:05:10 +0100 jcn  r265620 : Junk extra <table> from boxtest. Fixes visual output. 2008-12-17 16:05:05 +0100 jcn  r265619 : Eradicate PROPHELPER_SET_INFO: junk static caching. 2008-12-17 16:05:01 +0100 jcn  r265618 : Update awk+sed localize generation rules. Fixes multiple (wrong) titles in Find & Replace. 2008-12-17 16:04:56 +0100 jcn  r265617 : Use dash (-) instead of underscore (_) to separate language modifiers. Fixes en_GB etc. 2008-12-17 16:04:51 +0100 jcn  r265616 : Add "defbutton=true" to dialogs. Fixes ENTER doing default action: n#439222. 2008-12-17 16:04:45 +0100 jcn  r265615 : Michael's new table-based find and replace. 2008-12-17 16:04:40 +0100 jcn  r265614 : Apply Michael's boxtest patch. 2008-12-17 16:04:36 +0100 jcn  r265613 : Make sort-options experimental. Part II. Fixes crasher n-44.patch. Fixes crasher: n#442036. 2008-12-17 16:04:31 +0100 jcn  r265612 : Make sort-options experimental. Part I. 2008-12-17 16:04:26 +0100 jcn  r265611 : Add --enable-layout-experimental configure switch. Part II. Typo in configure.in, add set_soenv entry. 2008-12-17 16:04:21 +0100 jcn  r265610 : Add --enable-layout-experimental configure switch. Default off. 2008-11-26 16:25:18 +0100 mba  r264417 : fixed compiler warnings 2008-11-26 15:52:02 +0100 mba  r264407 : fixed compiler warnings 2008-11-26 15:40:44 +0100 mba  r264402 : fixed compiler warnings 2008-11-26 14:50:47 +0100 mba  r264395 : fixed compiler warnings 2008-11-26 14:39:12 +0100 mba  r264393 : fixed compiler warnings 2008-11-26 14:38:49 +0100 mba  r264392 : fixed compiler warnings 2008-11-26 14:38:31 +0100 mba  r264391 : fixed compiler warnings 2008-11-26 14:38:13 +0100 mba  r264390 : fixed compiler warnings 2008-11-26 14:37:38 +0100 mba  r264389 : fixed compiler warnings 2008-11-26 10:11:17 +0100 mba  r264352 : fixed compiler warnings 2008-11-26 10:06:12 +0100 mba  r264351 : fixed compiler warnings 2008-11-26 09:58:28 +0100 mba  r264347 : fixed compiler warnings 2008-11-26 09:50:41 +0100 mba  r264345 : fixed compiler warnings 2008-11-26 09:46:10 +0100 mba  r264343 : fixed compiler warnings 2008-10-22 10:57:09 +0200 mba  r262584 : fixed small error resulting from resolved merged conflicts 2008-10-22 10:56:21 +0200 mba  r262583 : fixed some small errors resulting from resolved merged conflicts 2008-10-20 19:29:27 +0200 jcn  r262557 : layoutdialogs2: Remove stray patches. 2008-10-20 19:29:22 +0200 jcn  r262556 : layoutdialogs2: Force resize also on second show after hiding. 2008-10-20 19:29:17 +0200 jcn  r262555 : layoutdialogs2: Do not trigger handlers for api calls. 2008-10-20 19:29:13 +0200 jcn  r262554 : layoutdialogs2: Use disable/enable instead of hide/show for currency box. Fixes monster lisbox. 2008-10-20 19:29:09 +0200 jcn  r262553 : layoutdialogs2: Use line-count instead of linecount. Fixes sizing of listboxes. 2008-10-20 19:29:04 +0200 jcn  r262552 : layoutdialogs2: vcl: respect line-count also for non-dropdown listbox. 2008-10-20 19:28:59 +0200 jcn  r262551 : layoutdialogs2: Update to svn:r14142 patched. 2008-10-20 19:28:51 +0200 jcn  r262550 : layoutdialogs2: Manual tweaks in number-format.xml. 2008-10-20 19:28:45 +0200 jcn  r262549 : layoutdialogs2: Integrate Number Format tabpage into Format Cell dialog. 2008-10-20 19:28:36 +0200 jcn  r262548 : layoutdialogs2: Windows build fixes. Thanks Noel. 2008-10-20 19:28:31 +0200 jcn  r262547 : layoutdialogs2: Layout Format Cells/Number Format tabpage. 2008-10-20 19:28:24 +0200 jcn  r262546 : layoutdialogs2: Remove sc/uiconfig/layout/localize.sdf. 2008-10-20 19:28:20 +0200 jcn  r262545 : layoutdialogs2: --enable-debug link fix 2008-10-20 19:28:16 +0200 jcn  r262544 : layoutdialogs2: Add missing localize.sdf dependency. Thanks, Petr. 2008-10-20 19:28:12 +0200 jcn  r262543 : layoutdialogs2: svx linx fixlet. 2008-10-20 19:28:06 +0200 jcn  r262542 : layoutdialogs2: Move layout/* to layout/core, vclcompat to layout/vcl. Distribute layout headers. Fixes sfx2 layout core includes. 2008-10-20 19:27:58 +0200 jcn  r262541 : layoutdialogs2: Build fix for --enable-layout. 2008-10-20 19:27:54 +0200 jcn  r262540 : layoutdialogs2: Generate localize.sdf files in uiconfig. 2008-10-20 19:27:47 +0200 jcn  r262539 : layoutdialogs2: Minimalize deprecated String use further by using OUString. 2008-10-20 19:27:42 +0200 jcn  r262538 : layoutdialogs2: Implement LocalizedString.GetToken and use it for aCalcBtn. Fixes empty label. 2008-10-20 19:27:36 +0200 jcn  r262537 : layoutdialogs2: Add layout::Sfx*Dialog wrapper. 2008-10-20 19:27:29 +0200 jcn  r262536 : layoutdialogs2: Introduce Closing*Dialog wrappers fixing closing with ESC. 2008-10-20 19:27:24 +0200 jcn  r262535 : layoutdialogs2: Support <sfxmodelessdialog> from sfx2. 2008-10-20 19:27:17 +0200 jcn  r262534 : layoutdialogs2: Rename find-&-replace.xml to find-and-replace.xml. Fixes split build with failing solenv patch. 2008-10-20 19:27:12 +0200 jcn  r262533 : layoutdialogs2: Do not build sfx2 when --disable-layout. 2008-10-20 19:27:08 +0200 jcn  r262532 : layoutdialogs2: Ignore ja/ too. 2008-10-20 19:27:04 +0200 jcn  r262531 : layoutdialogs2: Add destructors for VCLXButton, VCLXComboBox. 2008-10-20 19:26:58 +0200 jcn  r262530 : layoutdialogs2: Make dialogs closable with ESC: wordcount, zoom, message-box, move-copy-sheet, insert-sheet. 2008-10-20 19:26:52 +0200 jcn  r262529 : layoutdialogs2: Move some implementations to .cxx. 2008-10-20 19:26:47 +0200 jcn  r262528 : layoutdialogs2: Fix simple editor crasher. 2008-10-20 19:26:43 +0200 jcn  r262527 : layoutdialogs2: Further cleanup: remove clean & delete from wrapperGone. 2008-10-20 19:26:38 +0200 jcn  r262526 : layoutdialogs2: Add reset logic to ~WindowImpl, plugs ComboBox and Dialog leaks. 2008-10-20 19:26:34 +0200 jcn  r262525 : layoutdialogs2: Interesting hack: only leaks ::ComboBox and ::Dialog. 2008-10-20 19:26:29 +0200 jcn  r262524 : layoutdialogs2: Build fix. 2008-10-20 19:26:24 +0200 jcn  r262523 : layoutdialogs2: Find&Replace duplicate disposal workaround inside layout. 2008-10-20 19:26:19 +0200 jcn  r262522 : layoutdialogs2: Revert "Terrible crasher-fix hack. Do not dispose Dialog or any FocusHandler owners." This reverts commit 5222b5b123a2e6c88494983bd875de574f365bae. 2008-10-20 19:26:14 +0200 jcn  r262521 : layoutdialogs2: Terrible crasher-fix hack. Do not dispose Dialog or any FocusHandler owners. 2008-10-20 19:26:08 +0200 jcn  r262520 : layoutdialogs2: Revert "ComboBox: crash down to (Dialog's) VCLXWindowImpl::DestroyOutputDevice();" This reverts commit b423129aca295e84ef5986149b6ee71eb7ba0aa3. 2008-10-20 19:26:03 +0200 jcn  r262519 : layoutdialogs2: ComboBox: crash down to (Dialog's) VCLXWindowImpl::DestroyOutputDevice(); 2008-10-20 19:25:57 +0200 jcn  r262518 : layoutdialogs2: Handler and debug cleanup. 2008-10-20 19:25:52 +0200 jcn  r262517 : layoutdialogs2: Minimally remove FixedText workaround. 2008-10-20 19:25:47 +0200 jcn  r262516 : layoutdialogs2: Preparations for FocusHdl fix. 2008-10-20 19:25:42 +0200 jcn  r262515 : layoutdialogs2: Remove vclxwindows patch by using handler hackery. 2008-10-20 19:25:38 +0200 jcn  r262514 : layoutdialogs2: Don't call deleted dialog. Hdler reset tweaks. Fixes Find&Replace. 2008-10-20 19:25:34 +0200 jcn  r262513 : layoutdialogs2: Hdler and disposing cleanups. 2008-10-20 19:25:29 +0200 jcn  r262512 : layoutdialogs2: Prevent Find&Replace window from being deleted twice. 2008-10-20 19:25:24 +0200 jcn  r262511 : layoutdialogs2: Add destructor to SvxSearchDialogWrapper. Fixes second invocation crasher. 2008-10-20 19:25:19 +0200 jcn  r262510 : layoutdialogs2: Make Find&Replace work (once) with minimal client code changes. 2008-10-20 19:25:13 +0200 jcn  r262509 : layoutdialogs2: Add ComboBox/FixedText debug switching. 2008-10-20 19:25:08 +0200 jcn  r262508 : layoutdialogs2: Add destructors resetting handlers. 2008-10-20 19:25:03 +0200 jcn  r262507 : layoutdialogs2: Static cast fixes. 2008-10-20 19:24:59 +0200 jcn  r262506 : layoutdialogs2: Always set button handler. Fixes pushbuttons. 2008-10-20 19:24:55 +0200 jcn  r262505 : layoutdialogs2: Revert "Move FocusHandlers from Control down to ListBox, ComboBox, FixedText." This reverts commit 8bc4b991539a74373bfb1ef8792276ada8c958e4. 2008-10-20 19:24:50 +0200 jcn  r262504 : layoutdialogs2: Disable Timer for ENABLE_LAYOUT. 2008-10-20 19:24:45 +0200 jcn  r262503 : layoutdialogs2: Move FocusHandlers from Control down to ListBox, ComboBox, FixedText. 2008-10-20 19:24:40 +0200 jcn  r262502 : layoutdialogs2: Wider small symbol. 2008-10-20 19:24:36 +0200 jcn  r262501 : layoutdialogs2: Listener and SetHandler cleanup. 2008-10-20 19:24:31 +0200 jcn  r262500 : layoutdialogs2: Clear mxWindow upon deletion. Fixes Find&Replace crasher. 2008-10-20 19:24:27 +0200 jcn  r262499 : layoutdialogs2: Typo, fixes build. 2008-10-20 19:24:22 +0200 jcn  r262498 : layoutdialogs2: Ignore .log files too. 2008-10-20 19:24:19 +0200 jcn  r262497 : layoutdialogs2: By default, work around #define protected public Resource hack. 2008-10-20 19:24:15 +0200 jcn  r262496 : layoutdialogs2: Sw:Find&Replace: Remove wrong static cast. Fixes crasher. 2008-10-20 19:24:10 +0200 jcn  r262495 : layoutdialogs2: Find&Replace: do not vertically expand buttons, add title. 2008-10-20 19:24:06 +0200 jcn  r262494 : layoutdialogs2: Find&Replace: Remove need for ResId, set help id. 2008-10-20 19:24:01 +0200 jcn  r262493 : layoutdialogs2: MoreButton: redraw upon resize, fix labels, use small symbol. 2008-10-20 19:23:57 +0200 jcn  r262492 : layoutdialogs2: Support setting and querying small symbol on vcl:button. 2008-10-20 19:23:52 +0200 jcn  r262491 : layoutdialogs2: Support redrawing of only this, make parent optional. 2008-10-20 19:23:48 +0200 jcn  r262490 : layoutdialogs2: Add Kohei's wfield patch https://bugzilla.novell.com/attachment.cgi?id=235398. Fixes n#417840. 2008-10-20 19:23:44 +0200 jcn  r262489 : layoutdialogs2: Redraw [parent] upon first time visibility. Fixes weird listbox dropdown sizing in Find & Replace. 2008-10-20 19:23:39 +0200 jcn  r262488 : layoutdialogs2: Add manual layouting for Find & Replace. 2008-10-20 19:23:35 +0200 jcn  r262487 : layoutdialogs2: src2xml: use label instead of text for buttons. Run on Find & Replace; fixes button texts. 2008-10-20 19:23:31 +0200 jcn  r262486 : layoutdialogs2: Add initial auto-translated find-&-replace-.xml. 2008-10-20 19:23:26 +0200 jcn  r262485 : layoutdialogs2: layout importer: handle ModelessDialog. Fixes Find & Replace parsing error. 2008-10-20 19:23:22 +0200 jcn  r262484 : layoutdialogs2: src2xml: Handle multiple widgets at same x,y. Fixes silent removal of widgets in Find & Replace dialog. 2008-10-20 19:23:18 +0200 jcn  r262483 : layoutdialogs2: src2xml: Handle hide= attribute, translate to show=. 2008-10-20 19:23:14 +0200 jcn  r262482 : layoutdialogs2: Only use __PRETTY_FUNCTION__ on gcc. Fixes Windows build. Thanks Tor! 2008-10-20 19:23:10 +0200 jcn  r262481 : layoutdialogs2: Add two missing SAL_CALL decorations. Fixes Windows build. Thanks Tor! 2008-10-20 19:23:05 +0200 jcn  r262480 : layoutdialogs2: Build fixes for layout'ed Find & Replace dialog. 2008-10-20 19:22:54 +0200 jcn  r262479 : layoutdialogs2: Do not use layout::SfxTabDialog for now. 2008-10-20 19:22:47 +0200 jcn  r262478 : layoutdialogs2: Crufty sizing tweaks. 2008-10-20 19:22:42 +0200 jcn  r262477 : layoutdialogs2: More debugging cleanups. 2008-10-20 19:22:37 +0200 jcn  r262476 : layoutdialogs2: More cleanups that result in constant manual resizing... 2008-10-20 19:22:33 +0200 jcn  r262475 : layoutdialogs2: Tabdlg cleanups. 2008-10-20 19:22:28 +0200 jcn  r262474 : layoutdialogs2: Add GetOptimalSize () to InPlug. Fixes auto-sizing of tabcontrol. 2008-10-20 19:22:21 +0200 jcn  r262473 : layoutdialogs2: Get VCLXTabControl to resize automatically (too tall), not mousable. 2008-10-20 19:22:13 +0200 jcn  r262472 : layoutdialogs2: Respect show=false property; do not show everything. 2008-10-20 19:22:09 +0200 jcn  r262471 : layoutdialogs2: Add show=false on buttons. Fixes displaying everything. 2008-10-20 19:22:05 +0200 jcn  r262470 : layoutdialogs2: Move some code to reduce namespace and #if hacking. 2008-10-20 19:22:00 +0200 jcn  r262469 : layoutdialogs2: Cleanup, remove unneeded #defines. 2008-10-20 19:21:56 +0200 jcn  r262468 : layoutdialogs2: Replace static casts with dynamic_cast, fixes layout::SfxTabDialog. Explicitly add 2 tabpages while adding tabpages, instead of relying on ResId. 2008-10-20 19:21:51 +0200 jcn  r262467 : layoutdialogs2: Use cpp hacking to remove layout-tabdialog.hxx duplication. 2008-10-20 19:21:45 +0200 jcn  r262466 : layoutdialogs2: Minimize diff between layout-tabdialog.hxx and tabdlg.hxx. 2008-10-20 19:21:41 +0200 jcn  r262465 : layoutdialogs2: Remove copy of SfxTabDialog; use cpp logic to create both flavours. 2008-10-20 19:21:36 +0200 jcn  r262464 : layoutdialogs2: Minimize diff between layout/sfxtabdialog.cxx and source/tabdlg.cxx. This enables the next step: use cpp logic instead of code duplication. 2008-10-20 19:21:31 +0200 jcn  r262463 : layoutdialogs2: Hello world on layout::SfxTabDialog. 2008-10-20 19:21:24 +0200 jcn  r262462 : layoutdialogs2: Nice `Compiling:' message that shows the file being compiled. 2008-10-20 19:21:20 +0200 jcn  r262461 : layoutdialogs2: Use layout::SfxTabDialog for sort options. 2008-10-20 19:21:15 +0200 jcn  r262460 : layoutdialogs2: Update sort options tab. 2008-10-20 19:21:10 +0200 jcn  r262459 : layoutdialogs2: Add layout::SfxTabDialog. 2008-10-20 19:21:04 +0200 jcn  r262458 : layoutdialogs2: Cleanup previous attempt using layout::SfxTabPage == layout::TabPage. 2008-10-20 19:20:57 +0200 jcn  r262457 : layoutdialogs2: Windows 2003 compile fixes, i#92397. 2008-10-20 19:20:52 +0200 jcn  r262456 : layoutdialogs2: Set default radiogroup when none provided. 2008-10-20 19:20:48 +0200 jcn  r262455 : layoutdialogs2: Add radiogroup to sort-options. Fixes crasher. 2008-10-20 19:20:43 +0200 jcn  r262454 : layoutdialogs2: Cleanup ParentSet fix. 2008-10-20 19:20:36 +0200 jcn  r262453 : layoutdialogs2: Add debugging in ParentSet. Works standalone, not integrated. 2008-10-20 19:20:31 +0200 jcn  r262452 : layoutdialogs2: Revert "Have InPlug not derive from Window, but have as member." This reverts commit 50ea26eec3fe14943f24900081ad923e72550345. 2008-10-20 19:20:25 +0200 jcn  r262451 : layoutdialogs2: Have InPlug not derive from Window, but have as member. 2008-10-20 19:20:20 +0200 jcn  r262450 : layoutdialogs2: Move layout plugin implementation from layout::SfxTabPage to InPlug. 2008-10-20 19:20:14 +0200 jcn  r262449 : layoutdialogs2: Get all widgets to display in sfxtabpage plugin with Window::SetParent hack. 2008-10-20 19:20:09 +0200 jcn  r262448 : layoutdialogs2: Two-button manual hello world with sfxtabpage plugin. 2008-10-20 19:20:03 +0200 jcn  r262447 : layoutdialogs2: WIP: layout::SfxTabPage derived from SfxTabPage. 2008-10-20 19:19:55 +0200 jcn  r262446 : layoutdialogs2: Always set parent after construction, fixes listbox dropdown. 2008-10-20 19:19:51 +0200 jcn  r262445 : layoutdialogs2: Fix radio button crasher. 2008-10-20 19:19:47 +0200 jcn  r262444 : layoutdialogs2: Implement ListBox method wrappers. Fixes filling of listbox. 2008-10-20 19:19:42 +0200 jcn  r262443 : layoutdialogs2: Convert Move/Copy sheet to layout engine. 2008-10-20 19:19:35 +0200 jcn  r262442 : layoutdialogs2: Also hide yes/no buttons if not used. 2008-10-20 19:19:31 +0200 jcn  r262441 : layoutdialogs2: Elaborate on changing client code. 2008-10-20 19:19:26 +0200 jcn  r262440 : layoutdialogs2: Implement winbits client-code compatibility for Message Boxes. 2008-10-20 19:19:21 +0200 jcn  r262439 : layoutdialogs2: Add localize.sdf to toolkit uiconfig. Fixes build. 2008-10-20 19:19:17 +0200 jcn  r262438 : layoutdialogs2: Do not use ti_layout twice in toolkit build.lst. Fixes build. 2008-10-20 19:19:13 +0200 jcn  r262437 : layoutdialogs2: Oops, also dist toolkit-layout.zip. 2008-10-20 19:19:09 +0200 jcn  r262436 : layoutdialogs2: Move layout.mk to solenv. 2008-10-20 19:19:03 +0200 jcn  r262435 : layoutdialogs2: Add handy TEST file. 2008-10-20 19:18:58 +0200 jcn  r262434 : layoutdialogs2: Implement MessageBox and wrappers ErrorBox, InfoBox, QueryBox, WarningBox. 2008-10-20 19:18:52 +0200 jcn  r262433 : layoutdialogs2: QueryBox without image used for Delete Sheet dialog. 2008-10-20 19:18:46 +0200 jcn  r262432 : layoutdialogs2: WIP QueryBox. 2008-10-20 19:18:39 +0200 jcn  r262431 : layoutdialogs2: Add insert-sheet localization. 2008-10-20 19:18:34 +0200 jcn  r262430 : layoutdialogs2: Run indent-region on zoom.xml, distribute it. 2008-10-20 19:18:30 +0200 jcn  r262429 : layoutdialogs2: Dist xml files too. 2008-10-20 19:18:26 +0200 jcn  r262428 : layoutdialogs2: Add insert-sheet.xml to workben. 2008-10-20 19:18:22 +0200 jcn  r262427 : layoutdialogs2: Update layout TODO. 2008-10-20 19:18:18 +0200 jcn  r262426 : layoutdialogs2: Cleanups and add comments. 2008-10-20 19:18:13 +0200 jcn  r262425 : layoutdialogs2: Keep RadioButtons::RadioButton callback at HEAD of list. Fixes radiobutton grouping. 2008-10-20 19:18:07 +0200 jcn  r262424 : layoutdialogs2: Remove IMPORT_RADIOGROUP cruft. 2008-10-20 19:18:02 +0200 jcn  r262423 : layoutdialogs2: Have code check fire event for radio button. Fixes radio button grouping. 2008-10-20 19:17:58 +0200 jcn  r262422 : layoutdialogs2: Enable IMPORT_RADIOGROUP flag. 2008-10-20 19:17:54 +0200 jcn  r262421 : layoutdialogs2: Add radio groups to zoom.xml. 2008-10-20 19:17:50 +0200 jcn  r262420 : layoutdialogs2: Move RadioGroup implementation to cxx file. 2008-10-20 19:17:45 +0200 jcn  r262419 : layoutdialogs2: Manually set help id for insert table. 2008-10-20 19:17:41 +0200 jcn  r262418 : layoutdialogs2: Cosmetic fixes for insert-sheet. 2008-10-20 19:17:37 +0200 jcn  r262417 : layoutdialogs2: FindAndRemove now also skips translation prefix. Fixes setting of title etc. from nontranslated xml. 2008-10-20 19:17:32 +0200 jcn  r262416 : layoutdialogs2: Manually set help id for zoom and wordcount dialogs. 2008-10-20 19:17:27 +0200 jcn  r262415 : layoutdialogs2: Set help-id from xml. 2008-10-20 19:17:21 +0200 jcn  r262414 : layoutdialogs2: Move -DENABLE_LAYOUT from stray makefiles to settings.mk. 2008-10-20 19:17:13 +0200 jcn  r262413 : layoutdialogs2: Initial conversion of insert-sheet dialog. 2008-10-20 19:17:08 +0200 jcn  r262412 : layoutdialogs2: Add wrappers for {Get,Set}{Pointer,Text}. 2008-10-20 19:17:04 +0200 jcn  r262411 : layoutdialogs2: Toolkit layout dialog copy updates. 2008-10-20 19:16:59 +0200 jcn  r262410 : layoutdialogs2: Cleanup #include <layout*> disaster. Fixes multiple inclusions of layout-pre, layout-post. 2008-10-20 19:16:53 +0200 jcn  r262409 : layoutdialogs2: Implement Get,Set{,Smart}HelpId (). 2008-10-20 19:16:49 +0200 jcn  r262408 : layoutdialogs2: Make some getters const. 2008-10-20 19:16:45 +0200 jcn  r262407 : layoutdialogs2: Manual tweaks for string-input.xml. 2008-10-20 19:16:40 +0200 jcn  r262406 : layoutdialogs2: Add string-input.xml. 2008-10-20 19:16:36 +0200 jcn  r262405 : layoutdialogs2: Add dummy implementation for SetHelpId etc. 2008-10-20 19:16:32 +0200 jcn  r262404 : layoutdialogs2: Actually say *what* file cannot be copied *where*. Sigh. 2008-10-20 19:16:27 +0200 jcn  r262403 : layoutdialogs2: Thinko in macro name. Fixes compilation of strindlg.cxx. 2008-10-20 19:16:22 +0200 jcn  r262402 : layoutdialogs2: Add layout includes to stringdlg and makefile. 2008-10-20 19:16:17 +0200 jcn  r262401 : layoutdialogs2: Add sc/uiconfig/layout/localize.sdf 2008-10-20 19:16:13 +0200 jcn  r262400 : layoutdialogs2: Oops, build sc/uiconfig/layout. 2008-10-20 19:16:09 +0200 jcn  r262399 : layoutdialogs2: Have virtual destructor on Context, delete TabPage when deleting TabDialog. 2008-10-20 19:16:04 +0200 jcn  r262398 : layoutdialogs2: Actually delete layout::TabPage objects when deleting SfxTabdialog. 2008-10-20 19:16:00 +0200 jcn  r262397 : layoutdialogs2: Workaround for second invocation crash of sort dialog options tab. 2008-10-20 19:15:56 +0200 jcn  r262396 : layoutdialogs2: Handle Reset button. 2008-10-20 19:15:51 +0200 jcn  r262395 : layoutdialogs2: Also install sc xml zip file. 2008-10-20 19:15:46 +0200 jcn  r262394 : layoutdialogs2: Integrate sort-options into sc. 2008-10-20 19:15:41 +0200 jcn  r262393 : layoutdialogs2: Revert "Fix sfx2 compile warnings." This reverts commit 8b55d402af7bd217db35f67b02dc92f93f3ada5d. 2008-10-20 19:15:34 +0200 jcn  r262392 : layoutdialogs2: Remove debuging. 2008-10-20 19:15:30 +0200 jcn  r262391 : layoutdialogs2: Pass set argument to layout::TabPage. Fixes OO.o integration crasher. 2008-10-20 19:15:24 +0200 jcn  r262390 : layoutdialogs2: Ignore more. 2008-10-20 19:15:20 +0200 jcn  r262389 : layoutdialogs2: Oops, make just one (1) sort-options tab. 2008-10-20 19:15:15 +0200 jcn  r262388 : layoutdialogs2: Revert macroconf compile warnings. 2008-10-20 19:15:09 +0200 jcn  r262387 : layoutdialogs2: Fix sfx2 compile warnings. 2008-10-20 19:15:01 +0200 jcn  r262386 : layoutdialogs2: Collapsed tabpage and sort-options development. 2008-10-20 19:14:51 +0200 jcn  r262385 : layoutdialogs2: Make dev300/src680 install layout switchable at compile time. 2008-10-20 19:14:47 +0200 jcn  r262384 : layoutdialogs2: Update README, add README. 2008-10-20 19:14:43 +0200 jcn  r262383 : layoutdialogs2: Repainting, hiding stuff. 2008-10-20 19:14:38 +0200 jcn  r262382 : layoutdialogs2: Add allocateArea to VCLXTabPage. 2008-10-20 19:14:34 +0200 jcn  r262381 : layoutdialogs2: Revert "Use VCLXContainer as base for VCLXTabPage." This reverts commit 06a984434d0d2c356fd0cdaf96d6d613d5147b7c. 2008-10-20 19:14:30 +0200 jcn  r262380 : layoutdialogs2: Use VCLXContainer as base for VCLXTabPage. 2008-10-20 19:14:26 +0200 jcn  r262379 : layoutdialogs2: Revert "Derive VCLXTabPage from VBox." This reverts commit 8ab66364bdc08151ce2c982c1aa03f7881d86b84. 2008-10-20 19:14:22 +0200 jcn  r262378 : layoutdialogs2: Derive VCLXTabPage from VBox. 2008-10-20 19:14:17 +0200 jcn  r262377 : layoutdialogs2: More cleanups and testing. 2008-10-20 19:14:12 +0200 jcn  r262376 : layoutdialogs2: Get layout tabpage to nicely select. No content visible, though. 2008-10-20 19:14:07 +0200 jcn  r262375 : layoutdialogs2: Support ScTabPageSortOptions in standalone test. 2008-10-20 19:14:02 +0200 jcn  r262374 : layoutdialogs2: Support tabpage creation from xml. 2008-10-20 19:13:56 +0200 jcn  r262373 : layoutdialogs2: Remove most TEST_LAYOUT conditionals. 2008-10-20 19:13:52 +0200 jcn  r262372 : layoutdialogs2: Remove Args effort. 2008-10-20 19:13:48 +0200 jcn  r262371 : layoutdialogs2: Attempt to create ArgSet. 2008-10-20 19:13:44 +0200 jcn  r262370 : layoutdialogs2: Compile more. 2008-10-20 19:13:39 +0200 jcn  r262369 : layoutdialogs2: Add sortdlg. 2008-10-20 19:13:35 +0200 jcn  r262368 : layoutdialogs2: Oops, ID fix. 2008-10-20 19:13:30 +0200 jcn  r262367 : layoutdialogs2: Build fix. 2008-10-20 19:13:26 +0200 jcn  r262366 : layoutdialogs2: Revert "Use ::Window for plugin base iso ::Control." This reverts commit 919ddaf2f52ad5e4df877a094cd1e336888d6210. 2008-10-20 19:13:21 +0200 jcn  r262365 : layoutdialogs2: Plugin dialog cleanups. 2008-10-20 19:13:17 +0200 jcn  r262364 : layoutdialogs2: Use ::Window for plugin base iso ::Control. 2008-10-20 19:13:12 +0200 jcn  r262363 : layoutdialogs2: Use cstdio, remove cruft. 2008-10-20 19:13:07 +0200 jcn  r262362 : layoutdialogs2: Remove cruft. 2008-10-20 19:13:02 +0200 jcn  r262361 : layoutdialogs2: Remove sizing mess. 2008-10-20 19:12:57 +0200 jcn  r262360 : layoutdialogs2: Trigger [re]draw of DialControl. 2008-10-20 19:12:53 +0200 jcn  r262359 : layoutdialogs2: DialControl window behaves nicely and invisible. 2008-10-20 19:12:48 +0200 jcn  r262358 : layoutdialogs2: Revert adding of setparent. 2008-10-20 19:12:43 +0200 jcn  r262357 : layoutdialogs2: Add dialog::setparent to plugin. 2008-10-20 19:12:39 +0200 jcn  r262356 : layoutdialogs2: Add a setProperty for VCLXPlugin. 2008-10-20 19:12:34 +0200 jcn  r262355 : layoutdialogs2: Unhide plugin. 2008-10-20 19:12:30 +0200 jcn  r262354 : layoutdialogs2: Revert. 2008-10-20 19:12:25 +0200 jcn  r262353 : layoutdialogs2: Use window instead of control. 2008-10-20 19:12:20 +0200 jcn  r262352 : layoutdialogs2: Lots of plugin settings. 2008-10-20 19:12:16 +0200 jcn  r262351 : layoutdialogs2: More hacks. 2008-10-20 19:12:11 +0200 jcn  r262350 : layoutdialogs2: Compile fixes. 2008-10-20 19:12:05 +0200 jcn  r262349 : layoutdialogs2: Use c++ includes. 2008-10-20 19:12:00 +0200 jcn  r262348 : layoutdialogs2: Junk UnoTunnel nonsense. 2008-10-20 19:11:55 +0200 jcn  r262347 : layoutdialogs2: Remove more cruft. 2008-10-20 19:11:50 +0200 jcn  r262346 : layoutdialogs2: Remove cruft. 2008-10-20 19:11:44 +0200 jcn  r262345 : layoutdialogs2: Rename wrap to plugin. 2008-10-20 19:11:39 +0200 jcn  r262344 : layoutdialogs2: All sorry tries. 2008-10-20 19:11:33 +0200 jcn  r262343 : layoutdialogs2: Rename plugin to wrap. 2008-10-20 19:11:28 +0200 jcn  r262342 : layoutdialogs2: Add ifdefs, no UNOTUNNEL, no crash on exit. 2008-10-20 19:11:23 +0200 jcn  r262341 : layoutdialogs2: Redo all kind of Uno and XIface weirdness. 2008-10-20 19:11:17 +0200 jcn  r262340 : layoutdialogs2: Remove extra UnoTunnel. 2008-10-20 19:11:12 +0200 jcn  r262339 : layoutdialogs2: Plugin hello world. TODO: parenting/owning/sizing, ... etc. 2008-10-20 19:11:06 +0200 jcn  r262338 : layoutdialogs2: Zoom updates. 2008-10-20 19:11:01 +0200 jcn  r262337 : layoutdialogs2: Add missing controls. 2008-10-20 19:10:56 +0200 jcn  r262336 : layoutdialogs2: Add .gitignore.


2009-04-20  Philipp Lohmann  <pl@openoffice.org>  [4a62189080aec92a3844fafc6e870c89f9e961cb]

CWS-TOOLING: rebase CWS printerpullpages to trunk@270723 (milestone: DEV300:m46)


2009-04-16  Andre Fischer  <af@openoffice.org>  [dbbf2c06f762f745982e27cd84a8eee3359fd3fa]

#i100905# Handle bottom most band that is only 1 pixel high.


2009-04-16  Andre Fischer  <af@openoffice.org>  [b0ef3e519e11db108cb89008b6ee9b0cc2153cf7]

#i95319# Fixed copying of points in copy constructor.


2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e03e49216815ebef10b7e4950876b8aff5fa19be]

slideshow1: merge with DEV300 m45


2009-04-16  Philipp Lohmann  <pl@openoffice.org>  [d0205a75e90a141ec84da0f415f342affbefbae0]

#i92516# adjust positions


2009-04-15  Philipp Lohmann  <pl@openoffice.org>  [781343972c45c59511a55d3b10e32497807ef567]

#i92516# vcl helper for new print ui options


2009-04-14  Release Engineers  <releng@openoffice.org>  [6810b5fb0bd767507eb0d457a993f716d8d5037c]

CWS-TOOLING: integrate CWS gtkmenuimages 2009-04-03 14:02:10 +0200 jsk  r270485 : #i100820 2009-04-02 17:03:55 +0200 pl  r270425 : CWS-TOOLING: rebase CWS gtkmenuimages to trunk@270033 (milestone: DEV300:m45) 2009-03-06 16:39:53 +0100 cmc  r269021 : #i95318# pretty dialog up 2009-03-05 21:01:40 +0100 cmc  r268944 : #i95318# pretty dialog up 2009-03-03 15:03:28 +0100 cmc  r268731 : #i95318# pretty dialog up 2009-03-03 15:02:52 +0100 cmc  r268730 : #i95318# pretty dialog up 2009-02-04 18:09:37 +0100 cmc  r267397 : #i95318# follow system theme for defaults for icons on or off in menus


2009-04-12  Release Engineers  <releng@openoffice.org>  [b919f346a6889e6ca414a763916fe59552532bb3]

CWS-TOOLING: integrate CWS macshortcuts01 2009-04-02 18:13:38 +0200 pl  r270430 : CWS-TOOLING: rebase CWS macshortcuts01 to trunk@270033 (milestone: DEV300:m45) 2009-03-04 13:02:01 +0100 pl  r268816 : make compile with oldish gtk headers 2009-03-04 11:23:41 +0100 rvojta  r268799 : Remove #ifndef MACOSX as Mac OS X X11 port is obsolote, no need to check for non Mac OS X 2009-03-03 16:33:34 +0100 rvojta  r268764 : Meta/Super to MOD3 on all Unix platforms except Mac OS X 2009-03-03 16:08:46 +0100 rvojta  r268744 : Map GDK_Meta_L/R and GDK_Super_L/R keys to KEY_MOD3 on Unix systems except Mac OS X 2009-03-03 16:04:23 +0100 rvojta  r268742 : IsMod3(), IsLeftMod3(), IsRightMod3() added 2009-03-03 16:03:48 +0100 rvojta  r268741 : MODKEY_LMOD3, MODKEY_RMOD3, MODKEY_MOD3 support 2009-02-28 00:09:26 +0100 rvojta  r268620 : New KeyCode constructors support, by default MOD3 is not used here (probably temporary solution) 2009-02-25 22:53:02 +0100 rvojta  r268469 : MOD3 support (META_DOWN_MASK) 2009-02-25 13:22:13 +0100 rvojta  r268435 : Cmd-M to minimize window, Cmd-Option-M to minimize all windows 2009-02-25 11:09:20 +0100 rvojta  r268417 : Add back F11 for non Mac OS X platforms (removed by accident in r268405) 2009-02-24 18:32:31 +0100 rvojta  r268405 : F11 replaced by Cmd-T on Mac OS X 2009-02-23 15:21:53 +0100 sb  r268358 : #i99296# support values with both xml:lang and install:module (which are moved into the spool tree, not the res tree) 2009-02-16 22:45:34 +0100 rvojta  r267839 : Multiplatform shortcuts support 2009-02-16 22:41:03 +0100 rvojta  r267838 : Use install:module instead of separate xcu file 2009-02-16 18:35:36 +0100 rvojta  r267833 : Removed accelerators target 2009-02-16 09:27:42 +0100 rvojta  r267776 : MOD3 added 2009-02-16 09:18:32 +0100 rvojta  r267775 : MOD3 support 2009-02-16 09:17:11 +0100 rvojta  r267774 : MOD3 support 2009-02-15 22:11:37 +0100 rvojta  r267773 : Check for MOD3 too 2009-02-15 22:11:15 +0100 rvojta  r267772 : Check for MOD3 too 2009-02-15 22:10:37 +0100 rvojta  r267771 : Check for MOD3 too 2009-02-15 22:10:15 +0100 rvojta  r267770 : Check for MOD3 during mouse event too 2009-02-15 22:09:54 +0100 rvojta  r267769 : IsMod3() added 2009-02-15 19:34:59 +0100 rvojta  r267768 : MOD3 added (Ctrl on Mac OS X) 2009-02-15 19:33:43 +0100 rvojta  r267767 : Cmd-M -> Ctrl-M for default format 2009-02-15 19:32:19 +0100 rvojta  r267766 : MOD3 added (Ctrl on Mac OS X) 2009-02-15 19:31:30 +0100 rvojta  r267765 : MOD3 added (Ctrl on Mac OS X) 2009-02-15 19:31:04 +0100 rvojta  r267764 : MOD3 added (Ctrl on Mac OS X) 2009-02-15 19:30:33 +0100 rvojta  r267763 : MOD3 added (Ctrl on Mac OS X) 2009-02-15 19:30:09 +0100 rvojta  r267762 : MOD3 added (Ctrl on Mac OS X) 2009-02-13 22:11:22 +0100 rvojta  r267751 : Cmd-Shift-Z for .uno:Redo 2009-02-13 22:04:19 +0100 rvojta  r267748 : F11 -> Cmd-T for .uno:DesignerDialog 2009-02-13 21:09:11 +0100 rvojta  r267743 : F11 -> Cmd-T (all occurences) 2009-02-13 19:47:21 +0100 rvojta  r267741 : accelerators target added for Mac OS X shortcuts 2009-02-13 19:46:58 +0100 rvojta  r267740 : Spreadsheet - replace F11 with Cmd-T 2009-02-13 19:24:19 +0100 rvojta  r267739 : Remove Accelerators-Mac.xcs 2009-02-13 18:50:01 +0100 rvojta  r267738 : Accelerators-Mac.xcs test 2009-02-13 18:48:10 +0100 rvojta  r267737 : Accelerators-Mac.xcu added 2009-02-13 18:46:48 +0100 rvojta  r267736 : F11 -> Cmd-T for stylist in Spreadsheet


2009-04-09  Release Engineers  <releng@openoffice.org>  [3ff1f30193bca365c7cf8d14af6b7d39c119d1d8]

Create DEV300_m46 milestone tag from trunk@270722


2009-04-09  Kurt Zenker  <kz@openoffice.org>  [0ad43a4fca184dc4b07cca1c3ed365517757e70e]

#i10000# typo fixed


2009-04-03  Ivo Hinkelmann  <ihi@openoffice.org>  [5f9a4ea54b767341deb8401660758af330a23ab9]

CWS-TOOLING: integrate CWS ooo31gsl9_DEV300 2009-03-31 15:55:38 +0200 af  r270286 : #i100618# Correctly restoring graphics state. 2009-03-30 16:04:16 +0200 pl  r270239 : CWS-TOOLING: rebase CWS ooo31gsl9 to branches/OOO310@270181 (milestone: OOO310:m8) 2009-03-30 11:28:39 +0200 pl  r270204 : #i100617# workaround some multiscreen / resolution change issues


2009-04-03  Ivo Hinkelmann  <ihi@openoffice.org>  [ec3bac799f302fb4158e16fe19a11a40b39ae5f0]

CWS-TOOLING: integrate CWS dba31l_DEV300 2009-03-31 10:49:37 +0200 fs  r270265 : #i100541#


2009-04-03  Ivo Hinkelmann  <ihi@openoffice.org>  [42e10c33ef79eb151dc2451f6ab248d9dd2c7152]

CWS-TOOLING: integrate CWS automation31gsl1_DEV300 2009-03-26 13:40:22 +0100 wg  r270076 : i100579 2009-03-25 18:28:18 +0100 pl  r270042 : #i100359# work around a focus problem in testtools case, too risky to change this completely now


2009-04-03  Philipp Lohmann  <pl@openoffice.org>  [e8ef90ea70e2506cca19d149b734a7e8a977351e]

#i92516# keep initialized printer for job if present


2009-04-02  Ivo Hinkelmann  <ihi@openoffice.org>  [209050e603b2190da818f10dc32dae6d64697a10]

CWS-TOOLING: integrate CWS ooo31gsl7_DEV300 2009-03-25 16:03:41 +0100 hdu  r270032 : #i100522# workaround for PDF-export problem with 180-rotated text 2009-03-25 13:42:11 +0100 hdu  r270022 : #i100406# fix xrender resource leak in polygon drawing


2009-04-01  Philipp Lohmann  <pl@openoffice.org>  [d86c158efd1d03a10dccc05748f2a86d37ae91c7]

select correct paper size in n-up printing, minor fixes


2009-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [f1ade93812f2bc5682a648d5ec647f4afaae9db9]

CWS-TOOLING: integrate CWS aw066_DEV300 2009-03-19 17:20:55 +0100 aw  r269762 : #i99662# enhanced MetaFile paint by avoiding single pixel scalings due to MapMode errors 2009-03-19 17:20:18 +0100 aw  r269761 : #i99662# enhanced 3D AA by using the SnapHorVerLinesToDiscrete options flag to unify the hor/ver hairlines


2009-04-01  Philipp Lohmann  <pl@openoffice.org>  [c1701698ead6cdd45f9bd52eababfd55e42ae0af]

rearrange buttons


2009-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [73e5d33f3e2cb0755525bfd5251511201dbc77dd]

CWS-TOOLING: integrate CWS ooo31gsl6_DEV300 2009-03-23 16:20:42 +0100 pl  r269882 : #i99567# support also Alt-Shift combinations


2009-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [6e3a99bd1bc072e296d1db09123aba5ad7059b11]

CWS-TOOLING: integrate CWS cmcfixes56 2009-03-26 14:46:13 +0100 cmc  r270080 : #i100517# merge changes of locales32 to match 2009-03-26 14:31:32 +0100 cmc  r270079 : #i100517# add some brackets and remove stray ; 2009-03-25 13:30:36 +0100 cmc  r270021 : #i100503# make tralay work again 2009-03-25 10:13:35 +0100 cmc  r269999 : #i100536# remove last unused method 2009-03-24 15:13:50 +0100 cmc  r269955 : #i100517# fix straight-forward warnings 2009-03-24 14:36:37 +0100 cmc  r269947 : #i100469# keep ia64 and arm alignments after fork-exec to signal change, but hackaround for arm to keep userlevel qemu-arm working 2009-03-24 14:02:27 +0100 cmc  r269943 : #i100223# make stl headers warning free for extra gcc 4.3 warnings 2009-03-24 13:58:15 +0100 cmc  r269942 : #i100504# drawinglayer is warning free on ix86 linux 2009-03-24 13:56:15 +0100 cmc  r269940 : #i100469# keep ia64 and arm alignments after fork-exec to signal change


2009-04-01  Philipp Lohmann  <pl@openoffice.org>  [1beb97f616e92235a4e90e5512f7485dc6c69f42]

#i92516# add: quick job


2009-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [efa7a71b4d7eac958579fe4cf5a9cce7abf90ce6]

CWS-TOOLING: integrate CWS vcl100 2009-03-26 21:27:56 +0100 pl  r270106 : #i10000# fix an include path missing when using configure 2009-03-16 12:18:24 +0100 pl  r269518 : #i98963# revert change 2009-03-13 14:56:47 +0100 pl  r269483 : #i98980# work around a mysterious crash 2009-03-12 20:02:48 +0100 pl  r269440 : resolve some warnings 2009-03-12 19:30:32 +0100 pl  r269439 : resolve some warnings 2009-03-12 18:07:47 +0100 pl  r269432 : solve some warnings 2009-03-12 09:07:33 +0100 hdu  r269358 : #i100134# remove obsolete RCS/CVS keywords from source 2009-03-11 21:18:28 +0100 pl  r269355 : #i100134# change sft.h and ttcr.h to c++ headers 2009-03-11 20:19:15 +0100 pl  r269353 : #i100134# remove some ugly C style lists 2009-03-11 18:19:35 +0100 hdu  r269347 : #i100134# make psprint.fontsubset source C++ and make it compile 2009-03-11 14:44:35 +0100 hdu  r269334 : #i99862# fix justification of vocalized hebrew (thanks hennerdrewes) 2009-03-11 13:40:35 +0100 pl  r269327 : CWS-TOOLING: rebase CWS vcl100 to trunk@269297 (milestone: DEV300:m43) 2009-03-10 16:49:34 +0100 hdu  r269284 : #i1000020# add style-matching heuristics for single-char stylenames 2009-03-10 15:42:53 +0100 hdu  r269278 : use fast ASCII-matching for extracting attributes from PSName 2009-03-09 16:29:08 +0100 pl  r269200 : #i98980# skip bundles that are not NP plugins 2009-03-09 13:26:14 +0100 hdu  r269083 : #i99868# fix text breaking for large nCharExtra 2009-03-09 12:20:01 +0100 hdu  r269078 : #i99868# fix text breaking for large nCharExtra 2009-03-06 17:35:27 +0100 pl  r269032 : #i98980# mouse events 2009-03-06 17:10:14 +0100 pl  r269024 : #i98980# flash animations, initial paint problem 2009-03-05 20:00:21 +0100 pl  r268939 : #i98980# more plugin support 2009-03-05 15:35:06 +0100 pl  r268914 : #i98980# first twitches of a live plugin 2009-03-05 15:34:10 +0100 pl  r268913 : #i98980# access to carbon headers 2009-03-04 15:46:29 +0100 pl  r268839 : #i98980# generalize vcl SystemChildWindow from QTMovieView to NSView 2009-03-04 15:40:20 +0100 pl  r268838 : #i98980# generalize vcl SystemChildWindow from QTMovieView to NSView 2009-03-04 11:30:49 +0100 hdu  r268801 : #i99722# for OSX any anisotropy reported for the display resolution is best ignored 2009-03-02 15:52:21 +0100 pl  r268655 : #i99770# fix ambiguous looking if statements (thanks cmc) 2009-03-02 13:28:17 +0100 pl  r268649 : #i99770# fix ambiguous looking if statements (thanks cmc) 2009-02-27 15:39:30 +0100 pl  r268603 : #i97512# omit degenrate current matrix 2009-02-27 12:37:29 +0100 pl  r268579 : #i99716# remove unused code (thanks cmc) 2009-02-27 11:21:18 +0100 pl  r268569 : #i99705 remove unused code (thanks cmc) 2009-02-23 10:42:00 +0100 pl  r268345 : #i99492# remove a typo (thanks tono) 2009-02-19 12:46:21 +0100 pl  r268274 : #i99411# add new mimetype 2009-02-10 12:57:59 +0100 pl  r267548 : #i98980# more aqua plugin changes 2009-02-06 16:50:34 +0100 pl  r267475 : #i98980# plugin detection 2009-02-06 16:46:48 +0100 pl  r267474 : #i98980# make debug compilation work 2009-02-06 12:16:37 +0100 pl  r267449 : #98963# add missing wrapper 2009-02-04 20:06:59 +0100 pl  r267402 : #i97135# work around a gcc x64 optimizer bug 2009-02-04 13:45:36 +0100 pl  r267380 : #159153# do not emit empty glyph vector 2009-02-03 17:47:16 +0100 pl  r267338 : #i98533# recent gtk versions do not support GTK_MODULES for accessibility anymore 2009-02-03 10:39:46 +0100 pl  r267305 : #i97146# check if the idle formatted view is still valid 2009-01-28 11:23:23 +0100 pl  r267045 : #i42227# #i48965# refinement of check markings images 2009-01-27 19:40:01 +0100 pl  r267016 : #i42227# #i48965# change menus wrt checkmarks and images


2009-04-01  Philipp Lohmann  <pl@openoffice.org>  [8fe61edca2972a10b41ddf360096a2a7d5928e79]

add missing newline at EOF


2009-03-31  Philipp Lohmann  <pl@openoffice.org>  [de76f2ceff05e8fe464e56e74d827acbb77be60b]

remove warnings


2009-03-31  Philipp Lohmann  <pl@openoffice.org>  [decd85199e490e4f3cf4841f4e5476ddd2059cf9]

add: clip metafiles on rectangles


2009-03-28  Philipp Lohmann  <pl@openoffice.org>  [276795359a6faa1690832eb7cbb40741dea12362]

N-Up printing


2009-03-28  Philipp Lohmann  <pl@openoffice.org>  [8dc67086591039a25eccf5b9d2a7912721e4c5b1]

remove warning


2009-03-27  Philipp Lohmann  <pl@openoffice.org>  [4027f1e531793224f5102ec9d734a4b32c4256ee]

n-up printing preparations


2009-03-27  Philipp Lohmann  <pl@openoffice.org>  [bdebbaf2d5f496d1b5c28e901fca11e3cd8896a1]

unify page metafiles


2009-03-27  Andre Fischer  <af@openoffice.org>  [ab31ce58e02efa69cb63ed47739772024b1007dd]

Added missing file.


2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab02222b164583a257e57e521a8454b1042dd41d]

slideshow1: merge with DEV300 m44


2009-03-26  Philipp Lohmann  <pl@openoffice.org>  [9560c9fb04e0a92281b663930229276e8b902486]

#i92516# dependency indenting


2009-03-26  Philipp Lohmann  <pl@openoffice.org>  [1da3cc578ab707462a0a4b88bd4ee9da5154ad97]

#i92516# sizing issues


2009-03-26  Philipp Lohmann  <pl@openoffice.org>  [0a25ef1e6c4bcd666fdbcb47a94425766210458a]

#i92516# handle page count 0


2009-03-26  Philipp Lohmann  <pl@openoffice.org>  [b2799c0650f7cc1730f88d50a2eb5f84b1ea5734]

#i92516# selection notification


2009-03-26  Philipp Lohmann  <pl@openoffice.org>  [f188c6597a885ae0cbc38ace13187f2f07ab05d0]

#i92516# print ranges, accessory view


2009-03-25  Release Engineers  <releng@openoffice.org>  [a6d43de69355e8270ca26e83658a25de80043b4e]

Create DEV300_m45 milestone tag from trunk@270031


2009-03-24  Philipp Lohmann  <pl@openoffice.org>  [eebc6f084b1a7275f7780789c4fd3ee29fdef415]

#i91478# change to latest property changes


2009-03-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [93819b1d1b8b64a00c2d9ee1679305102a2dcdbc]

#i10000#- missing dependency


2009-03-24  Philipp Lohmann  <pl@openoffice.org>  [ed29156a289bc7fb313ba0674dd5fcaf8c994d6a]

#i92516# paper orientation, free resource of progress dialog


2009-03-24  Philipp Lohmann  <pl@openoffice.org>  [7056e147b18d9414c5d18dd26bcb64d3dd00e65a]

#i92516# page selection needs to be handled by application


2009-03-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [271f6246b29dbca4a5dbf3e8f8803022f2d89a84]

CWS-TOOLING: integrate CWS cygwin03 2009-03-19 13:36:29 +0100 hjs  r269742 : #i100180# - fix one remaining problem with zip dependencies 2009-03-18 17:05:51 +0100 kz  r269691 : #i100180# improvements for setsolar on cygwin 2009-03-18 16:54:08 +0100 kz  r269690 : #i100180# improvements for setsolar on cygwin 2009-03-13 15:29:53 +0100 kz  r269486 : #i100180# improvements for setsolar on cygwin 2009-03-13 15:28:56 +0100 kz  r269485 : #i100180# improvements for setsolar on cygwin 2009-03-13 15:28:29 +0100 kz  r269484 : #i100180# improvements for setsolar on cygwin


2009-03-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [765523470100795155a34b89dee04b6003a8a812]

CWS-TOOLING: integrate CWS ooo31gsl5_DEV300 2009-03-12 11:47:20 +0100 cd  r269379 : #i100110# Reset deleted flag in Execute_Impl to prevent dtor to write to stack 2009-03-11 18:03:43 +0100 pl  r269346 : #i100116# fix accept focus behavior of tool windows (thanks cmc)


2009-03-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [688d0a6eebc60dabb55015625fa91c9c7f41b457]

CWS-TOOLING: integrate CWS dba31j_DEV300 2009-03-11 12:24:24 +0100 iha  r269311 : #i100102# report donut charts crash on load 2009-03-11 10:44:35 +0100 oj  r269302 : #i100102# export meta.xml 2009-03-11 07:35:03 +0100 oj  r269296 : #i99686# not used anymore 2009-03-11 07:34:27 +0100 oj  r269295 : #i99686# not used anymore 2009-03-11 07:33:57 +0100 oj  r269294 : #i99686# change storage usage 2009-03-10 15:21:41 +0100 mav  r269275 : #i99686# test additional scenario 2009-03-10 08:37:10 +0100 mav  r269239 : #i100040# calculate the name length correctly 2009-03-10 08:25:16 +0100 mav  r269236 : #i99686# workaround to prevent crash while disposing the hierarchical stream 2009-03-10 07:14:05 +0100 oj  r269235 : #i99686# fix usage of storage api 2009-03-10 07:13:17 +0100 oj  r269234 : #i99686# fix usage of storage api 2009-03-09 13:33:26 +0100 fs  r269085 : #i100012# 2009-03-09 13:11:08 +0100 fs  r269081 : #i100036# don't store sub documents which have not been touched 2009-03-09 11:21:17 +0100 fs  r269070 : #i100040# don't silence errors in impl_storeToStorage_throw 2009-03-09 10:28:48 +0100 oj  r269065 : #i100036# throw exception when no activeConnection exists


2009-03-21  Philipp Lohmann  <pl@openoffice.org>  [877bc2a88071d4aeb806b77213a69789c47d7d00]

solve a warning


2009-10-08  hg  <hg@oosvn01.>  [41e2a00997f6f9f8fd4581b756b44fd5fb7e4332]

merge with m44


2009-03-20  Release Engineers  <releng@openoffice.org>  [3d3975c4f4cb2c632668500b3fd15b4e217942b5]

Create DEV300_m44 milestone tag from trunk@269780


2009-03-18  Philipp Lohmann  <pl@openoffice.org>  [8129dc7d94e7c9f45ea53a4ef11d55ba29520639]

#i92516# avoid warning


2009-03-18  Philipp Lohmann  <pl@openoffice.org>  [d92b963ac67afad20e266bfbce39dc8601b4cbce]

#i92516# less flicker


2009-03-18  Philipp Lohmann  <pl@openoffice.org>  [3d61b6cc81673c59d39985ba750ebed38cbbdc81]

#i92516# filter transparencies, react on user cancel


2009-03-18  Philipp Lohmann  <pl@openoffice.org>  [8386b1cbefd5908eafe040f0c5e1ff4e8cfce786]

#i92516# add progress during printing


2009-03-18  Philipp Lohmann  <pl@openoffice.org>  [c807ddc5f7a8f721c010361981393ba9484f45ae]

fix some warnings


2009-03-18  Philipp Lohmann  <pl@openoffice.org>  [875feb6ba57dce689e8c259a09d11243de5c123e]

#i92516# add progress during printing


2009-03-18  Vladimir Glazounov  <vg@openoffice.org>  [48ff91061dca29d50c8616d188c67ada154c8e10]

CWS-TOOLING: integrate CWS oooimprovement3_DEV300 2009-02-26 16:28:11 +0100 jsk  r268533 : #i99197# 2009-02-26 15:03:06 +0100 jsk  r268524 : #i99197# 2009-02-26 15:00:34 +0100 jsk  r268522 : i99187# 2009-02-23 13:37:17 +0100 b_michaelsen  r268353 : #i99491# fixing OStringBuffer construction. thanks, tono 2009-02-18 17:31:06 +0100 b_michaelsen  r268247 : cleaned mixup between base and brand layer 2009-02-17 15:00:48 +0100 b_michaelsen  r268172 : fixed treeopt.cxx 2009-02-17 14:59:04 +0100 b_michaelsen  r268171 : catching all exceptions 2009-02-16 14:06:33 +0100 jsk  r267805 : #i99197# 2009-02-16 14:05:30 +0100 jsk  r267804 : #i99197# 2009-02-16 14:04:35 +0100 jsk  r267803 : #i99197# 2009-02-13 17:45:43 +0100 b_michaelsen  r267735 : #i98981# ensure logging of accelerators 2009-02-13 16:53:59 +0100 b_michaelsen  r267732 : #i98741# deploying usage tracking enabling xcu with BUILD SPECIAL 2009-02-13 16:52:40 +0100 b_michaelsen  r267731 : #i98741# delivering usage tracking enabling xcu 2009-02-13 16:43:55 +0100 b_michaelsen  r267730 : #i98981# adding abbrevation for accerators 2009-02-12 16:53:59 +0100 b_michaelsen  r267678 : #i98981# diasble logging of key events 2009-02-12 16:11:23 +0100 b_michaelsen  r267673 : #i98981# reliable way to toggle usage tracking 2009-02-12 16:10:13 +0100 b_michaelsen  r267672 : #i98981# reliable way to toggle usage tracking


2009-03-17  Philipp Lohmann  <pl@openoffice.org>  [c794514e83431f05c0801e28451d3e2ad2f1b3b6]

#i92516# make dialog resizeable


2009-03-16  Vladimir Glazounov  <vg@openoffice.org>  [c538d80a2ef32cbabfd32a0bb1e7a6e057f3ae87]

CWS-TOOLING: integrate CWS ooo31gsl4_DEV300 2009-03-11 16:07:53 +0100 gh  r269340 : missed compile on bigendian system (OSL_BIGENDIAN defined) 2009-03-11 10:22:27 +0100 pl  r269300 : #i100057# one more case 2009-03-10 15:10:01 +0100 pl  r269274 : #i100057# filter formatting marks in vcl i18n helper 2009-03-10 13:31:01 +0100 gh  r269269 : #i100044#remove BiDi markers before sending to VCLTestTool 2009-03-10 10:16:05 +0100 hdu  r269248 : #i100057# fix casefolding::getNextChar() end-of-string behaviour 2009-03-10 09:51:36 +0100 hdu  r269245 : #i100044# add TransliterationModules_IGNORE_FORMATTING option 2009-03-09 14:30:00 +0100 pl  r269176 : #i99360# workaround XIfEvent never returning


2009-03-16  Philipp Lohmann  <pl@openoffice.org>  [2f0da2145ef84deb8809ca60cdc4a480066fdcc8]

#i92516# reorder jobsetup and printer controls for better usability


2009-03-16  Philipp Lohmann  <pl@openoffice.org>  [0a752e55c27d7de21cea2d0db59222e04fb089e6]

#i92516# add range control


2009-03-16  Philipp Lohmann  <pl@openoffice.org>  [516e73c7bcbf77cf2cad2d2b2a21736a990445a0]

#i92516# call handler only once for radio button change


2009-03-16  Philipp Lohmann  <pl@openoffice.org>  [09d22d50daa968518b57f4ba5ab72b47f99dc84f]

#i92516# add: control dependencies (round 1)


2009-03-16  Andre Fischer  <af@openoffice.org>  [66ac2bfc60d92b5240303c7319a61f8be87ff325]

#i92516# Fixed minor compilation problem.


2009-03-16  Philipp Lohmann  <pl@openoffice.org>  [9b7e467e80b03b34e3a4b54c771f27ed6082cd3b]

#i92516# UI property value for lists and radio button groups is now numerical index in value list


2009-03-16  Andre Fischer  <af@openoffice.org>  [259a5f288f2132d96323e4bc4739ecaee22c63ab]

#i92516# Added handlers and propery map.


2009-10-08  hg  <hg@oosvn01.>  [ca252dd85118cbaeec05538098699439c5ead9d9]

merge with m40


2009-03-14  Vladimir Glazounov  <vg@openoffice.org>  [7f20cce7cd455565306453d0538067e6e5c4193a]

CWS-TOOLING: integrate CWS cmcfixes55 2009-03-03 10:04:14 +0100 cmc  r268711 : #i99765# silence warning 2009-03-02 12:18:48 +0100 cmc  r268647 : #i99772# silence warnings under >= python 2.6 and gcc 4.4 2009-03-02 10:51:12 +0100 cmc  r268641 : #i99767# fix up trivial && || 2009-03-02 10:32:02 +0100 cmc  r268640 : #i99766 remove && || warning 2009-03-02 10:01:05 +0100 cmc  r268638 : #i99764# easy && || warnings 2009-02-27 13:03:08 +0100 cmc  r268583 : #i96059# fix dodgy code 2009-02-27 12:57:38 +0100 cmc  r268582 : #i99718# don't leave unused methods on non-win platform


2009-03-13  Oliver Bolte  <obo@openoffice.org>  [947ced3778c5b3730d77c5d5abca783581bd8904]

#i100163# remove psprint


2009-03-09  Oliver Bolte  <obo@openoffice.org>  [d0a7d53f4df23a899e279c690dd05d60f0b5d365]

#i10000# librarys missing


2009-03-09  Oliver Bolte  <obo@openoffice.org>  [a1de88e4d9c447defda1e6d7165a3b04ff07b790]

#i10000# librarys missing


2009-03-09  Oliver Bolte  <obo@openoffice.org>  [cd5f62b7b1b572f68127e483fe7389ced691dd2d]

#i10000# librarys missing


2009-03-09  Oliver Bolte  <obo@openoffice.org>  [6ee9b95d7ccb3360499bd7728929a0d03a5a80d9]

#i10000# printergfx.lib missing


2009-03-09  Release Engineers  <releng@openoffice.org>  [d74efe5f3a4aaa54fcf65f617999f7ed353dd43c]

#i10000# missing librarys


2009-03-06  Release Engineers  <releng@openoffice.org>  [857f2aa81598b704ae484d265e93722d740642bf]

#i10000# missing librarys


2009-03-06  Release Engineers  <releng@openoffice.org>  [793452c7ff94909891f4d34fd15a82f9bad7370d]

#i10000# missing librarys


2009-03-06  Release Engineers  <releng@openoffice.org>  [c063efdaeeb85a055f1c24880bfe5e1350430b15]

#i10000# missing librarys


2009-03-06  Release Engineers  <releng@openoffice.org>  [c6303926ef8ba4bbe8d8c0eb9e0a499a787e125b]

#i10000# missing SALHELPERLIB


2009-03-06  Oliver Bolte  <obo@openoffice.org>  [1fb9fdda39730ed645fdd616835f8f5e4f5417d8]

#i99741# fix for LD_LIBRARY_PATH


2009-03-06  Oliver Bolte  <obo@openoffice.org>  [477009774d4db97088bf52b8802b8634f93d891b]

CWS-TOOLING: integrate CWS movepsprint 2009-02-27 10:42:24 +0100 pl  r268559 : #i99633# remove X11 build for mac 2009-02-26 16:38:01 +0100 pl  r268535 : #i97898# move psprint to vcl: no more linking psprint 2009-02-26 16:36:35 +0100 pl  r268534 : #i97898# move psprint to vcl: tentative os2 changes 2009-02-26 16:20:36 +0100 pl  r268532 : #i97898# move psprint to vcl: make compile again, round 5 2009-02-26 15:53:12 +0100 pl  r268530 : #i97898# psprint removed 2009-02-26 13:43:40 +0100 pl  r268513 : #i97898# use proper X display in PrintFontManager::initialize 2009-02-26 12:39:05 +0100 pl  r268496 : #i99633# remove unsused header 2009-02-25 19:12:54 +0100 pl  r268467 : #i99633# get rid of special casing for the now discontinued Mac X11 port 2009-02-25 18:25:37 +0100 pl  r268466 : #i97898# move psprint to vcl: make compile again, round 4 2009-02-25 17:38:55 +0100 pl  r268458 : #i97898# move psprint to vcl: make compile again, round 3 2009-02-25 16:55:15 +0100 pl  r268452 : #i97898# move psprint to vcl: remove psp lib from install set 2009-02-25 16:50:25 +0100 pl  r268451 : #i97898# move psprint to vcl: make compile again, round 2 2009-02-25 16:10:50 +0100 pl  r268448 : #i97898# move psprint to vcl: make compile again, round 1 2009-02-25 14:38:12 +0100 pl  r268440 : #i97898# move psprint to vcl: remove references to psprint in solenv 2009-02-25 14:22:22 +0100 pl  r268437 : #i97898# move psprint to vcl, first step: move in svn


2009-03-05  Oliver Bolte  <obo@openoffice.org>  [603d88b75c5e12b7e126a8d3dadba287405f5697]

CWS-TOOLING: integrate CWS ooo31gsl3_DEV300 2009-02-26 17:02:24 +0100 hdu  r268540 : #i99293# gtk-font-height is non-absolute per default 2009-02-24 12:13:17 +0100 pl  r268393 : #i99567# fix key handling with Alt combinations


2009-03-05  Oliver Bolte  <obo@openoffice.org>  [095f4a827f20762c2229494c24930fbd57a57d7c]

CWS-TOOLING: integrate CWS ooo31gsl2_DEV300 2009-02-18 16:57:37 +0100 hdu  r268244 : #i99367# force logical-width of diacritic glyphs to zero 2009-02-18 14:51:18 +0100 pl  r268224 : #i98525# correct popup menu position on right side in RTL UI 2009-02-18 13:17:20 +0100 pl  r268213 : #i99299# check for NULL ptr 2009-02-18 10:51:48 +0100 pl  r268204 : #i99167# revert change from issue 93173 2009-02-17 16:56:47 +0100 hdu  r268181 : #i99295# src-=debug 2009-02-17 16:43:40 +0100 hdu  r268180 : #i99295# retarget unresolved pLogCluster[n] to a glyph inside the cluster 2009-02-17 16:15:45 +0100 sj  r268178 : #i94831# fixed performance of table import, no longer looping 2009-02-17 13:19:00 +0100 hdu  r268165 : #i97304# reapplied SJ's fix for OOo31 2009-02-17 12:04:53 +0100 hdu  r267989 : #i99241# revert upstream change from icu-trac issue 6249 2009-02-16 18:35:07 +0100 pl  r267832 : #i99166# convolute the already convoluted RTL positioning code some more 2009-02-16 17:25:24 +0100 hdu  r267828 : #i99227# do not export the glyph-flags for the i97326-workaround 2009-02-13 16:26:10 +0100 pl  r267729 : #i98525# remove unused typeinfo header 2009-02-13 16:25:02 +0100 pl  r267728 : #i98525# fix scrolling and native menu issues in RTL UI 2009-02-13 11:18:37 +0100 pl  r267705 : #i98525# merge from CWS vcl99


2009-03-05  Oliver Bolte  <obo@openoffice.org>  [02bd4c86e85a006d575ca6c305947a7d4ea2ec6b]

CWS-TOOLING: integrate CWS gfbcrash 2009-02-12 14:30:55 +0100 hdu  r267660 : #i99081# alternate solution: start each glyph fallback level from base-level font 2009-02-12 10:12:37 +0100 hdu  r267636 : #i99081# fallback FontEntry was released too early (thanks CMC!)


2009-03-05  Oliver Bolte  <obo@openoffice.org>  [5187c2ea635bc008476f30a688669a2283a501cd]

CWS-TOOLING: integrate CWS ooo31gsl1 2009-02-05 16:51:42 +0100 hdu  r267430 : #i95259# apply BiDi-defaults to layout-control instead of line-control 2009-02-05 10:37:46 +0100 hdu  r267411 : #i98876# fix subportion draw offsets for rotated case 2009-02-03 13:14:19 +0100 hdu  r267317 : #i95259# apply BiDi-defaults to layout 2009-02-03 13:10:38 +0100 pl  r267316 : #i98784# fix GetLastVisibleEntry, page down handling 2009-02-02 13:59:27 +0100 pl  r267264 : #i98610# update metrics of MRU entry


2009-03-04  Oliver Bolte  <obo@openoffice.org>  [e71197fec54d484054630963f8d743b4fc8f59e1]

CWS-TOOLING: integrate CWS aw063 2009-02-12 13:10:24 +0100 aw  r267649 : #i99123# when a primitive is invisible, it is not sufficient to produce no output when decomposing, but to add invisible data using HitTestPrimitive2D. This is needed for the slideshow which relies on geometry data in MetaFiles when painting invisible objects 2009-02-12 13:08:39 +0100 aw  r267648 : #i99123# do not ignore HitTestPrimitive2D, but draw empty rectangles instead. This is needed since Slideshow is based on getting MetaFile content when painting invisible objects 2009-02-11 16:04:28 +0100 aw  r267620 : #i98788# made SfxItemPool destructor protected, added static ::Free method 2009-02-11 16:04:10 +0100 aw  r267619 : #i98788# made SfxItemPool destructor protected, added static ::Free method 2009-02-11 16:03:56 +0100 aw  r267618 : #i98788# made SfxItemPool destructor protected, added static ::Free method 2009-02-11 16:03:39 +0100 aw  r267617 : #i98788# made SfxItemPool destructor protected, added static ::Free method 2009-02-11 16:03:21 +0100 aw  r267615 : #i98788# made SfxItemPool destructor protected, added static ::Free method 2009-02-11 16:02:48 +0100 aw  r267614 : #i98788# made SfxItemPool destructor protected, added static ::Free method 2009-02-11 16:02:24 +0100 aw  r267613 : #i98788# made SfxItemPool destructor protected, added static ::Free method 2009-02-11 16:02:01 +0100 aw  r267612 : #i98788# made SfxItemPool destructor protected, added static ::Free method 2009-02-11 16:01:32 +0100 aw  r267611 : #i98788# made SfxItemPool destructor protected, added static ::Free method 2009-02-11 16:01:05 +0100 aw  r267610 : #i98788# made SfxItemPool destructor protected, added static ::Free method 2009-02-11 16:00:15 +0100 aw  r267608 : #i98788# made SfxItemPool destructor protected, added static ::Free method 2009-02-11 11:27:33 +0100 aw  r267585 : #i98788# added missing include for STL 2009-02-10 17:46:50 +0100 aw  r267570 : #i98788# added reaction on pool destruction 2009-02-10 17:11:58 +0100 aw  r267562 : #i98788# added messaging mechanism to register for pool destruction 2009-02-10 13:35:35 +0100 aw  r267549 : #i98788# removing changes, too complicated and risky for 3.1 2009-02-10 12:13:48 +0100 aw  r267546 : #i98788# 4th round 2009-02-10 12:13:37 +0100 aw  r267545 : #i98788# 4th round 2009-02-10 12:13:26 +0100 aw  r267544 : #i98788# 4th round 2009-02-10 12:13:14 +0100 aw  r267543 : #i98788# 4th round 2009-02-10 12:13:03 +0100 aw  r267542 : #i98788# 4th round 2009-02-10 12:12:50 +0100 aw  r267541 : #i98788# 4th round 2009-02-10 12:12:37 +0100 aw  r267540 : #i98788# 4th round 2009-02-08 14:38:22 +0100 aw  r267495 : #i98788# 3rd round of changes to SfxItemPool handling 2009-02-08 14:38:06 +0100 aw  r267494 : #i98788# 3rd round of changes to SfxItemPool handling 2009-02-08 14:37:48 +0100 aw  r267493 : #i98788# 3rd round of changes to SfxItemPool handling 2009-02-08 14:37:17 +0100 aw  r267492 : #i98788# 3rd round of changes to SfxItemPool handling 2009-02-08 14:36:56 +0100 aw  r267491 : #i98788# 3rd round of changes to SfxItemPool handling 2009-02-08 14:36:44 +0100 aw  r267490 : #i98788# 3rd round of changes to SfxItemPool handling 2009-02-08 14:36:29 +0100 aw  r267489 : #i98788# 3rd round of changes to SfxItemPool handling 2009-02-08 14:36:16 +0100 aw  r267488 : #i98788# 3rd round of changes to SfxItemPool handling 2009-02-08 14:36:02 +0100 aw  r267487 : #i98788# 3rd round of changes to SfxItemPool handling 2009-02-08 14:35:46 +0100 aw  r267486 : #i98788# 3rd round of changes to SfxItemPool handling 2009-02-05 12:20:39 +0100 aw  r267415 : #i98788# 2nd batch of adaptions for SfxItemPoolHolder addition 2009-02-04 15:12:54 +0100 aw  r267385 : #i98788# added newline at EOF 2009-02-04 13:26:04 +0100 aw  r267379 : #i98788# make SfxItemPool holdable 2009-02-04 13:25:40 +0100 aw  r267378 : #i98788# make SfxItemPool holdable 2009-02-04 13:25:08 +0100 aw  r267377 : #i98788# make SfxItemPool holdable 2009-02-04 13:24:42 +0100 aw  r267376 : #i98788# make SfxItemPool holdable 2009-02-04 13:23:14 +0100 aw  r267375 : #i98788# make SfxItemPool holdable 2009-02-04 13:23:02 +0100 aw  r267374 : #i98788# make SfxItemPool holdable 2009-01-29 17:08:31 +0100 aw  r267159 : #i97628# completed the fix 2009-01-29 17:08:15 +0100 aw  r267158 : #i97628# completed the fix 2009-01-29 14:09:07 +0100 aw  r267132 : #i97628# Corrected usage of ParagraphData in headers 2009-01-29 14:06:58 +0100 iha  r267131 : #i98344# incorrect font size in charts 2009-01-29 12:13:46 +0100 aw  r267115 : #i97628# back to old state; triggers too many errors in other modules 2009-01-29 12:03:51 +0100 aw  r267114 : #i97628# enabled exceptions due to STL vector include 2009-01-29 11:21:37 +0100 aw  r267107 : #i97628# added needed include 2009-01-28 17:58:29 +0100 aw  r267077 : #i97628# first version of newly implemented OutlinerParaObject and adaptions 2009-01-28 17:58:12 +0100 aw  r267076 : #i97628# first version of newly implemented OutlinerParaObject and adaptions 2009-01-28 17:57:51 +0100 aw  r267074 : #i97628# first version of newly implemented OutlinerParaObject and adaptions 2009-01-28 17:57:21 +0100 aw  r267073 : #i97628# first version of newly implemented OutlinerParaObject and adaptions 2009-01-27 17:07:33 +0100 aw  r267011 : #i98402# added support for ViewRange when exporting MetaFiles in ObjectContactOfPageView::DoProcessDisplay to avoid to paint too much 2009-01-27 11:45:48 +0100 aw  r266973 : #i98404# Added a warning to a place where a conversion to rectangle should not be copied from 2009-01-26 21:44:36 +0100 iha  r266949 : #i98497# 3D charts are rendered with wrong size 2009-01-26 20:47:07 +0100 aw  r266947 : #i98404# handle BackgroundColorPrimitive2D directly in PixelRenderers and avoid AA under all circumstances 2009-01-26 14:50:36 +0100 aw  r266926 : #i98386# secured cloning of SdrObject in IMapUserData by boost::shared_prt usage 2009-01-26 12:51:30 +0100 aw  r266916 : #i96581# added separated FontStretching and fallback for small X!=Y scale differences 2009-01-23 16:14:55 +0100 aw  r266834 : #i96475# added missing implementation of TextDecoratedPortionPrimitive2D::getB2DRange 2009-01-23 15:24:34 +0100 aw  r266826 : #i98405# fixed fallback to DrawAlphaRect to use the correctly sized rectangle 2009-01-23 13:34:43 +0100 aw  r266813 : #i96474# fixed impSplitSingleWords for an unexpected case 2009-01-23 10:47:31 +0100 aw  r266786 : #i98289#,#i96474# tooling and new flags for tasks 2009-01-23 10:47:20 +0100 aw  r266785 : #i98289#,#i96474# tooling and new flags for tasks 2009-01-23 10:47:09 +0100 aw  r266783 : #i98289#,#i96474# tooling and new flags for tasks 2009-01-23 10:46:58 +0100 aw  r266782 : #i98289#,#i96474# tooling and new flags for tasks 2009-01-23 10:46:48 +0100 aw  r266781 : #i98289#,#i96474# tooling and new flags for tasks


2009-03-03  Oliver Bolte  <obo@openoffice.org>  [abcc31a6005fb72786fe55b693c11e5064832b24]

CWS-TOOLING: integrate CWS chart35 2009-02-20 12:33:54 +0100 nn  r268312 : correct line ends 2009-01-19 12:50:45 +0100 iha  r266491 : #i91800# style:text-position='0' is wrongly imported 2009-01-19 11:59:09 +0100 iha  r266486 : #i91037# Position of Datalabels in 3D Bar-Charts are crossing the edge 2009-01-16 16:45:50 +0100 iha  r266435 : #i93802# clockwise does not work on solars sparc 2009-01-16 13:23:37 +0100 iha  r266414 : #i91037# Position of Datalabels in 3D Bar-Charts are crossing the edge 2009-01-15 14:09:27 +0100 iha  r266370 : #i98102# checkbox show equation should not be checked initially 2009-01-14 17:41:33 +0100 iha  r266323 : #i97133# #i97318# chart type is not detected correctly in case of invisible series 2009-01-14 16:23:06 +0100 iha  r266316 : #i97133# #i97318# chart type is not detected correctly in case of invisible series 2009-01-14 13:43:38 +0100 iha  r266298 : #i84417# Unable to edit existing chart title with clipboard 2009-01-14 13:43:04 +0100 iha  r266297 : #i84417# Unable to edit existing chart title with IME 2009-01-14 13:14:15 +0100 dr  r266293 : do not set CharEscapement property if not needed 2009-01-14 00:48:46 +0100 er  r266262 : #i81383# changed ASC and JIS to use transliteration provided by i18n transliteration; patch from <bluedwarf> 2009-01-14 00:28:06 +0100 er  r266261 : #i97536# silence gcc's unbracketed && || warnings 2009-01-13 22:43:45 +0100 er  r266259 : #i97905# corrected IndexKey order 2009-01-13 20:36:15 +0100 er  r266254 : #i97905# add SKK/EUR conversion (plus MTL/EUR and CYP/EUR) 2009-01-13 20:31:17 +0100 er  r266253 : #i97905# updated locale data; contributed by <brko> 2009-01-13 11:57:08 +0100 iha  r266204 : #i84103# cannot set data in xy diagram in draw 2009-01-12 20:29:37 +0100 nn  r266181 : #i97680# GetStylesContainer: handle non-available style family 2009-01-12 19:53:19 +0100 nn  r266180 : #i98000# don't get initial zoom value via SfxViewFrame::Current 2009-01-12 16:11:19 +0100 iha  r266166 : #i71686# XY charts without valid x values are not imported correctly from Excel 2009-01-09 17:10:20 +0100 iha  r266102 : #i95051# truncated asian strings on scale tabpage 2009-01-09 15:58:46 +0100 iha  r266094 : #i89430# truncated asian strings in smooth lines dialog 2009-01-09 13:09:14 +0100 iha  r266076 : #i94813# importing pie chart with multiline categories crashes


2009-03-03  Oliver Bolte  <obo@openoffice.org>  [f50af43b6c09096548532ac3e33044200463b3b8]

CWS-TOOLING: integrate CWS cmis01 2009-02-03 20:05:24 +0100 tkr  r267341 : #i95301# fixed crash due wrong array length + resolve merge conflicts 2009-01-12 08:35:39 +0100 tkr  r266134 : #158978# support unescaped whitespaces in webdav 2009-01-12 08:33:10 +0100 tkr  r266133 : #i95307# build error after rebasing fixed 2009-01-07 09:47:09 +0100 tkr  r265948 : #159046# Add new path to the wntmsci12 search path 2009-01-05 15:34:19 +0100 tkr  r265873 : CWS-TOOLING: rebase CWS cmis01 to trunk@265758 (milestone: DEV300:m38) 2008-12-23 09:38:53 +0100 tkr  r265774 : #158537# new property 2008-12-23 09:36:25 +0100 tkr  r265773 : #158537# new property 2008-10-29 13:08:30 +0100 mav  r262791 : #i94273# let the interaction handler be used for authentication 2008-10-24 15:56:26 +0200 tkr  r262649 : #i95310# NTLM support 2008-10-22 18:14:02 +0200 mav  r262611 : #i94273# fix the http scenario 2008-10-22 12:41:12 +0200 tkr  r262596 : #i95310# NTLM support repaired (new neon version) 2008-10-22 12:38:47 +0200 tkr  r262595 : #i95310# NTLM support repaired (new neon version) 2008-10-22 12:38:31 +0200 tkr  r262594 : #i95310# NTLM support repaired (new neon version) 2008-10-22 12:29:43 +0200 tkr  r262593 : #i95307# Add blacklist support 2008-10-22 12:29:24 +0200 tkr  r262592 : #i95307# Add blacklist support 2008-10-22 12:29:07 +0200 tkr  r262591 : #i95307# Add blacklist support 2008-10-22 12:28:44 +0200 tkr  r262590 : #i95307# Add blacklist support 2008-10-22 12:25:01 +0200 tkr  r262589 : #i95307# Add blacklist support 2008-10-22 12:24:28 +0200 tkr  r262588 : #i95307# Add blacklist support 2008-10-22 12:22:36 +0200 tkr  r262587 : #i95307# Add blacklist support 2008-10-21 12:46:34 +0200 mav  r262568 : #i94273# allow to specify the suggested on IO SaveAs directory and filename 2008-10-21 12:44:49 +0200 mav  r262566 : #i94273# allow to specify the suggested on IO SaveAs directory and filename


2009-03-02  Oliver Bolte  <obo@openoffice.org>  [20359390d9a6684c660e030be041d3a718d85bf8]

CWS-TOOLING: integrate CWS dr66 2009-01-22 15:51:40 +0100 dr  r266730 : #i98028# moved to CWS dr66 2009-01-22 15:50:28 +0100 dr  r266729 : #i98028# moved to CWS dr66 2009-01-20 16:25:49 +0100 dr  r266595 : #i98282# resolve palette colors while loading chart gradients (convert back to unx lineends...) 2009-01-20 16:23:19 +0100 dr  r266594 : #i98282# resolve palette colors while loading chart gradients 2009-01-19 15:43:57 +0100 dr  r266507 : #i97900# move fix to CWS dr66 2009-01-19 15:40:28 +0100 dr  r266506 : #i97900# move fix to CWS dr66 2009-01-19 15:20:14 +0100 dr  r266505 : #i98141# correctly update note position while switching LTR/RTL mode of sheet 2009-01-06 10:28:02 +0100 dr  r265899 : CWS-TOOLING: rebase CWS dr66 to trunk@265758 (milestone: DEV300:m38) 2008-11-13 13:59:02 +0100 dr  r263644 : #i10000# merge problems 2008-11-13 13:25:15 +0100 dr  r263639 : #i10000# merge problems 2008-11-13 13:22:58 +0100 dr  r263638 : #i10000# merge problems 2008-11-13 13:22:25 +0100 dr  r263637 : #i10000# merge problems 2008-11-12 13:40:46 +0100 dr  r263595 : #i10000# merge problem 2008-11-12 11:34:51 +0100 dr  r263583 : CWS-TOOLING: rebase CWS dr66 to trunk@263288 (milestone: DEV300:m35) 2008-11-11 16:58:11 +0100 dr  r263568 : CWS-TOOLING: rebase CWS dr66 to trunk@262087 (milestone: DEV300:m33) 2008-10-27 14:38:34 +0100 dr  r262675 : migrate CWS dr66 to SVN


2009-03-02  Oliver Bolte  <obo@openoffice.org>  [74d50b91b45120dd7ec4bc8875bf0fdf3f648384]

CWS-TOOLING: integrate CWS os2port05 2009-02-05 19:23:48 +0100 ydario  r267438 : i98084: add quotes to paths, required to properly set libpath when installation directory has spaces in it. Fixes ticket:135. 2009-01-22 13:24:00 +0100 ydario  r266715 : i98084: use native code to set readonly-hidden flags (see w32), fixes lock files set as readonly and not removable. 2009-01-22 13:22:45 +0100 ydario  r266714 : i98084: fix build error with gcc432, requires os2 headers now. 2009-01-21 23:42:58 +0100 ydario  r266707 : i98084: properly generates rtti names for unknown symbols, see ticket:138. 2009-01-21 23:41:27 +0100 ydario  r266706 : i98084: if xmlsec is not built, certificate is not valid, fixes ticket:138. 2009-01-15 23:39:09 +0100 ydario  r266396 : i98084: convert unicode to char for panic dialog messages. 2009-01-15 23:36:13 +0100 ydario  r266395 : i98084: use dmake build system instead of configure scripts. 2009-01-15 23:32:05 +0100 ydario  r266394 : i98084: add senddoc/open-url integration. changeset 865-866.


2009-02-27  Oliver Bolte  <obo@openoffice.org>  [f606fea99e5e76ee2de75f8413c3ba3e2b721fef]

CWS-TOOLING: integrate CWS impress162 2009-02-19 13:02:17 +0100 af  r268275 : #i93945# Stop forcing long into sal_Int32. 2009-01-16 15:24:01 +0100 af  r266424 : CWS-TOOLING: rebase CWS impress162 to trunk@265758 (milestone: DEV300:m38) 2008-11-21 15:17:22 +0100 af  r264143 : CWS-TOOLING: rebase CWS impress162 to trunk@263288 (milestone: DEV300:m35) 2008-11-20 16:29:33 +0100 af  r264067 : Merge in latest fixes to the cws command. 2008-11-20 16:25:36 +0100 af  r264066 : Merge in latest fixes to the cws command. 2008-11-20 14:37:15 +0100 af  r264054 : Merge in latest fixes to the cws command. 2008-11-20 14:01:36 +0100 af  r264051 : Resolved merge conflicts. 2008-11-20 14:01:16 +0100 af  r264050 : Resolved merge conflicts. 2008-11-19 15:45:05 +0100 af  r263998 : Migrate CWS impress162 to SVN.


2009-02-27  Oliver Bolte  <obo@openoffice.org>  [c1847a968d07710cbbe6b7ddf0285023c952e021]

CWS-TOOLING: integrate CWS sw31a11y01 2009-01-09 11:36:08 +0100 ab  r266069 : #i97891# NSAccessibilityRoleDescription 2009-01-07 11:01:19 +0100 od  r265955 : #i88069# emit accessibility event TEXT_ATTRIBUTE_CHANGED on change of paragraph attributes 2009-01-06 11:50:21 +0100 od  r265904 : #i81824# methods <SwWrtShell::_FwdPara()> and <SwWrtShell::_BwdPara()> 	 - avoid unnecessary cursor movements due avoid unnecessary            accessibility events.


2009-02-23  Release Engineers  <releng@openoffice.org>  [5726b70b7ee112ba8ee93118cc26ecc14f5d38b4]

#i10000# rename nTrailingSpaceWidth into mnTrailingSpaceWidth


2009-02-20  Oliver Bolte  <obo@openoffice.org>  [4959c52c9cbd561e16a0a49fb4694246e389c9e8]

#i99305#,#i99132# remove DOS lineends, remove solenv/unxmacxp/inc/poll.h


2009-02-19  Philipp Lohmann  <pl@openoffice.org>  [ab0078375e3044fbe311add2aa9695f4b37905f4]

#i98792# add post yield handler


2009-02-19  Oliver Bolte  <obo@openoffice.org>  [aa8e6a189c9a6e0de0ac8361062f5bca232e2416]

CWS-TOOLING: integrate CWS sb104 2009-01-27 13:09:06 +0100 sb  r266986 : #i97992# cws rebase: merged cws/sb104/config_office/set_soenv.in with moved tags/DEV300_m40/set_soenv.in 2009-01-27 10:56:40 +0100 sb  r266966 : CWS-TOOLING: rebase CWS sb104 to trunk@266944 (milestone: DEV300:m40) 2009-01-20 14:37:00 +0100 sb  r266581 : #i97992# missing treatment of Solaris-only adjustvisibility as build-internal tool 2009-01-20 09:32:38 +0100 sb  r266554 : CWS-TOOLING: rebase CWS sb104 to trunk@266428 (milestone: DEV300:m39) 2009-01-14 13:40:45 +0100 sb  r266296 : #i97992# do not pass comment lines to shell 2009-01-14 12:50:34 +0100 sb  r266290 : #i97992# avoid problems with checkdll not finding AWTLIB and its dependents 2009-01-14 12:49:20 +0100 sb  r266289 : #i97992# on Linux and Solaris, regxpcom apparently needs to be called with the libxpcom.so directory on the LD_LIBRARY_PATH 2009-01-13 09:41:37 +0100 sb  r266196 : #i97992# fixed AUGMENT_LIBRARY_PATH definitions 2009-01-12 18:02:03 +0100 sb  r266177 : #i97992# get rid of LD_LIBRARY_PATH in build environment


2009-02-18  Oliver Bolte  <obo@openoffice.org>  [087898ac14967edaa8e4d6f75a48c374d007cbdf]

CWS-TOOLING: integrate CWS mba31issues01 2009-01-28 12:14:00 +0100 mba  r267052 : #i97267#: wrong license file 2009-01-28 11:52:05 +0100 mba  r267048 : #i97267#: add dependency to readlicense_oo as some dicts use the OOo license files 2009-01-26 15:47:05 +0100 mba  r266934 : correct mistake 2009-01-26 15:42:20 +0100 mba  r266933 : #i97403#: new english dictionaries 2009-01-26 15:40:20 +0100 mba  r266931 : #i97403#: new english dictionaries 2009-01-26 15:37:32 +0100 mba  r266930 : #i92532#: new dictionaries and hyphenation 2009-01-26 15:36:10 +0100 mba  r266929 : #i97403#: new canadian dictionaries; remove bogus dependencies 2009-01-26 15:34:38 +0100 mba  r266928 : #i97403#: new canadian dictionaries 2009-01-26 09:58:18 +0100 mba  r266907 : fixed warning 2009-01-26 09:53:09 +0100 mba  r266906 : fixed warning 2009-01-25 20:22:32 +0100 mba  r266892 : #i87495#: new property 2009-01-25 18:29:54 +0100 mba  r266891 : #i96422#: new serbian dictionary 2009-01-25 00:37:28 +0100 mba  r266886 : added include 2009-01-24 18:13:17 +0100 mba  r266884 : CWS-TOOLING: rebase CWS mba31issues01 to trunk@266428 (milestone: DEV300:m39) 2009-01-24 11:34:07 +0100 mba  r266869 : #i69705#: make nPageCnt a member 2009-01-24 11:30:44 +0100 mba  r266868 : #i97490#: harmonize treatment of different protocols in hyperlinks 2009-01-24 11:16:07 +0100 mba  r266867 : #i96422#: serbian dictionary 2009-01-21 17:29:33 +0100 mba  r266693 : #i94743#: wrong return value after importing meta data 2009-01-16 18:49:21 +0100 mba  r266451 : #i87495#: remove last change 2009-01-16 18:49:04 +0100 mba  r266450 : #i87495#: remove last change 2009-01-16 18:47:43 +0100 mba  r266448 : #i87495#: support for setting PaperBin via API 2009-01-16 18:36:10 +0100 mba  r266446 : #i87495#: support for setting PaperBin via API 2009-01-16 18:35:53 +0100 mba  r266445 : #i87495#: support for setting PaperBin via API 2009-01-16 18:34:56 +0100 mba  r266444 : #159083#: set additional printoptions before printing 2009-01-16 17:00:48 +0100 mba  r266437 : #159083#: always create printhelper 2009-01-16 15:39:41 +0100 mba  r266427 : prevent adding of OOo licence file 2009-01-15 14:47:08 +0100 mba  r266374 : #i84010#: check for missing clipboarddoc 2008-12-05 18:11:04 +0100 mba  r264913 : #i92871#: update of swedish dictionary 2008-12-05 18:08:41 +0100 mba  r264912 : #i92871#: update of swedish dictionary 2008-12-03 14:56:16 +0100 mba  r264788 : #i69705#: nPageCnt must be a member variable 2008-12-03 14:55:40 +0100 mba  r264787 : #i69705#: nPageCnt must be a member variable 2008-12-03 12:13:52 +0100 mba  r264765 : #i96422#: serbian dictionaries 2008-12-03 12:13:36 +0100 mba  r264764 : #i96422#: serbian dictionaries 2008-12-03 11:59:10 +0100 mba  r264763 : #i96422#: serbian dictionaries 2008-12-03 11:26:19 +0100 mba  r264757 : #i94562#: australian dictionary 2008-12-03 11:22:39 +0100 mba  r264756 : #i94562#: australian dictionary; #i88025#: canadian spell checking 2008-12-03 11:21:03 +0100 mba  r264755 : #i94562#: australian dictionary 2008-12-03 11:20:00 +0100 mba  r264754 : #i94562#: australian dictionary 2008-12-03 10:56:29 +0100 mba  r264751 : #i75458#: added optional service 2008-12-03 10:39:54 +0100 mba  r264750 : #i96058#: missing parenthesis


2009-02-17  Oliver Bolte  <obo@openoffice.org>  [0083529bb6ebb06cc83585e4871a794927f80205]

CWS-TOOLING: integrate CWS dba31h 2009-01-29 10:47:07 +0100 oj  r267102 : decl OpCodeMap as friend 2009-01-26 09:41:21 +0100 fs  r266905 : #i97137# 2009-01-26 09:10:39 +0100 fs  r266903 : #i10000 2009-01-26 09:00:17 +0100 fs  r266901 : re-enable user admin for MySQL native 2009-01-23 21:56:08 +0100 fs  r266851 : #i97137# 2009-01-23 21:32:40 +0100 fs  r266850 : #i97042# 2009-01-23 11:23:59 +0100 msc  r266800 : #i98387# 2009-01-23 11:17:05 +0100 msc  r266798 : #i98387# 2009-01-23 10:56:33 +0100 fs  r266795 : for the moment, disable user administration for MySQL native 2009-01-21 15:08:54 +0100 fs  r266672 : removed some advanced settings for MySQL native - letting the user control them does not make sense for this particular type 2009-01-21 13:55:13 +0100 oj  r266668 : #i98317# wrong var set 2009-01-21 13:41:22 +0100 fs  r266664 : #i98315# 2009-01-21 13:13:09 +0100 oj  r266661 : #i97032# enable locking for OOo 2009-01-21 13:11:26 +0100 oj  r266660 : #i97032# enable locking for OOo 2009-01-21 10:10:50 +0100 oj  r266634 : #i98174# merge conflict resolved 2009-01-21 08:48:58 +0100 fs  r266628 : CWS-TOOLING: rebase CWS dba31h to trunk@266428 (milestone: DEV300:m39) 2009-01-20 12:54:32 +0100 fs  r266570 : #i98277# 2009-01-19 10:46:31 +0100 fs  r266480 : #i97995# 2009-01-19 08:42:09 +0100 fs  r266470 : #i97042# provided my mod@openoffice.org: support more SQL comment styles 2009-01-19 07:55:43 +0100 oj  r266468 : #i98115# check function name as well 2009-01-16 10:21:28 +0100 oj  r266404 : #i97861# remove invalid assertion 2009-01-16 10:18:31 +0100 oj  r266403 : #i97861# ini var with false 2009-01-15 14:09:50 +0100 oj  r266371 : #i97810# saveas fix 2009-01-15 11:54:18 +0100 oj  r266360 : remove : from mysql 2009-01-15 11:07:46 +0100 oj  r266355 : insert JNI fixes for method names 2009-01-15 10:54:44 +0100 oj  r266351 : fix for parameter subst 2009-01-14 14:41:34 +0100 oj  r266308 : parameter subst 2009-01-14 14:40:20 +0100 oj  r266307 : add missing try catch 2009-01-14 14:38:34 +0100 oj  r266306 : new service for parameter subst 2009-01-14 14:37:52 +0100 oj  r266305 : missing types for hyper 2009-01-09 15:28:36 +0100 fs  r266090 : #i97889# 2009-01-09 14:16:15 +0100 fs  r266082 : #i97892# provided by npower: when reading the xlink:href attrib, use the graphic resolver only if appropriate 2009-01-08 21:31:21 +0100 fs  r266041 : #i97346# 2009-01-08 14:51:56 +0100 fs  r266012 : #i97871# showPreviewFor: bail out if preview is disabled


2009-02-17  Oliver Bolte  <obo@openoffice.org>  [d8a9b7596985f85c0bddb736cca607c33c3e39f3]

CWS-TOOLING: integrate CWS vcl99 2009-01-29 15:34:04 +0100 hdu  r267149 : #i77520# fix AquaSalGraphics::GetGlyphBoundRect() result y-sign 2009-01-29 10:14:23 +0100 hdu  r267099 : #i77520# implement AquaSalGraphics::GetGlyphBoundRect() 2009-01-28 17:31:17 +0100 hdu  r267071 : #i79046# restore MultiSalLayout components after drawing them 2009-01-28 12:02:19 +0100 tl  r267050 : #78466# default curreny listbox for Arabic builds fixed 2009-01-28 11:54:21 +0100 tl  r267049 : #78466# default curreny listbox for Arabic builds fixed 2009-01-28 11:43:44 +0100 tl  r267047 : #78466# default curreny listbox for Arabic builds fixed 2009-01-28 11:17:42 +0100 tl  r267041 : #78466# default curreny listbox for Arabic builds fixed 2009-01-28 11:14:30 +0100 tl  r267038 : #78466# default curreny listbox for Arabic builds fixed 2009-01-28 10:33:03 +0100 tl  r267032 : #i72073# auto spellcheck markups in RTL context fixed 2009-01-28 09:26:00 +0100 tl  r267027 : #78466# default curreny listbox for Arabic builds fixed 2009-01-28 09:25:31 +0100 tl  r267026 : #78466# default curreny listbox for Arabic builds fixed 2009-01-27 16:55:14 +0100 tl  r267009 : #78466# default curreny listbox for Arabic builds fixed 2009-01-27 16:54:46 +0100 tl  r267008 : #78466# default curreny listbox for Arabic builds fixed 2009-01-27 16:52:23 +0100 tl  r267007 : #78466# default curreny listbox for Arabic builds fixed 2009-01-27 16:46:52 +0100 tl  r267006 : #i72073# auto spellcheck markups in RTL context fixed 2009-01-27 11:53:53 +0100 pl  r266975 : #i98515# fix a buffer overflow 2009-01-26 19:13:28 +0100 pl  r266946 : #i98119# add static vcl object helper 2009-01-26 18:11:06 +0100 pl  r266940 : #i94040# catch a corner case (thanks af) 2009-01-23 10:54:42 +0100 pl  r266793 : #i92102# fix some RTL UI issues 2009-01-23 10:53:35 +0100 pl  r266790 : #i98169# one more case of DrawWaveLine 2009-01-23 08:38:32 +0100 hdu  r266768 : #i98139# prefer Tools->Options->FontSubstitution over PreMatchHook 2009-01-21 17:30:57 +0100 pl  r266694 : #i92102# adjust spin buttons 2009-01-21 13:54:16 +0100 pl  r266667 : #i97130# add Click handler 2009-01-21 13:32:47 +0100 os  r266662 : #158646# set SwWrtShell in C'tor of SwIndexMarkDlg 2009-01-21 12:14:03 +0100 pl  r266649 : #i98196# fix autospellchecking in writer 2009-01-19 14:25:28 +0100 pl  r266497 : #i97130# implement functionality of ExplainButton


2009-02-16  Oliver Bolte  <obo@openoffice.org>  [2677a795216ae60a0118f43f6f4531e1758ca990]

CWS-TOOLING: integrate CWS kashidafix02 2009-01-27 13:52:43 +0100 hdu  r266989 : #i98522# fix position of fallback glyph in RTL-contexts 2009-01-27 11:22:08 +0100 hdu  r266969 : minor source layout 2009-01-27 11:18:36 +0100 hdu  r266968 : #i98453# prevent kashida-injection for blank-justified text 2009-01-26 11:12:01 +0100 hdu  r266911 : #i98454# simplified lcl_ConnectToPrev(), fixed spurious chars in source 2009-01-26 10:53:58 +0100 hdu  r266910 : #i98453# handle arabic justification when no valid kashida positions are available 2009-01-26 10:44:30 +0100 hdu  r266909 : #i98410# prevent kashida-expansion at ZWNJ 2009-01-23 16:08:17 +0100 hdu  r266832 : #i93210# in RTL-contexts the trailing-spaces can be leftmost-spaces 2009-01-23 14:00:24 +0100 hdu  r266814 : #i98399# add FARSI support for digit conversion 2009-01-21 15:35:03 +0100 hdu  r266675 : #i97108# sub-portion adjustment of RTL-text is not needed yet 2009-01-21 13:40:21 +0100 hdu  r266663 : no workaround needed for newer versions of ICU bidi 2009-01-20 09:32:11 +0100 hdu  r266553 : #i85089# better cluster detection for UniscribeLayout 2009-01-19 12:39:08 +0100 hdu  r266490 : silence escaped fprintf to stderr 2009-01-19 12:23:45 +0100 hdu  r266488 : #i85074# improve cluster handling for justified CTL-text on UNX 2009-01-19 10:14:43 +0100 fme  r266478 : #i97108# hennerdrewes: Writer's kashida justification has problems with vocalized text


2009-02-13  Oliver Bolte  <obo@openoffice.org>  [b1062d5d2eee6a5a082c48afc994c525b4819e75]

CWS-TOOLING: integrate CWS notes8 2009-01-23 17:44:41 +0100 mba  r266842 : #i98275#: start speller before setting text 2009-01-23 10:19:47 +0100 mod  r266776 : minor cleanup 2009-01-22 16:45:38 +0100 mod  r266742 : no looping through notes while saving 2009-01-22 16:40:55 +0100 mod  r266741 : #i98055# 2009-01-22 15:56:27 +0100 os  r266731 : #98358# dummy strings now hidden 2009-01-22 09:31:16 +0100 mod  r266713 : correct hiding and layout order 2009-01-22 09:21:23 +0100 mod  r266712 : need a speller 2009-01-21 17:21:33 +0100 mod  r266691 : notes config 2009-01-21 17:18:23 +0100 mod  r266690 : fix for editing states 2009-01-21 17:18:14 +0100 mod  r266689 : fix for editing states 2009-01-20 14:15:16 +0100 mod  r266578 : undo fix, mba will fix it by importing the props 2009-01-20 00:36:01 +0100 mod  r266537 : do not show ankor of top reply note if we are still inside a note inside the same stack 2009-01-20 00:33:48 +0100 mod  r266536 : fix typo which does not need to be translated 2009-01-20 00:17:19 +0100 mod  r266535 : correct replacment of reply text 2009-01-19 23:36:12 +0100 mod  r266534 : #i97693# 2009-01-19 23:32:26 +0100 mod  r266533 : #i97380# 2009-01-19 23:30:05 +0100 mod  r266532 : #i97380# 2009-01-19 23:21:35 +0100 mod  r266531 : #i97299#


2009-02-13  Oliver Bolte  <obo@openoffice.org>  [e204adbe3620455e877e7ac00e89d8c1caaaf325]

CWS-TOOLING: integrate CWS oooimprovement2 2009-01-28 14:35:33 +0100 b_michaelsen  r267059 : #i98555# fixed help url 2009-01-27 12:47:40 +0100 b_michaelsen  r266982 : #159112# fixed enabling vcl part of usage tracking in an running session 2009-01-27 12:28:58 +0100 b_michaelsen  r266980 : #159129# deiniting eventlogger in vcl if it was inited, not if it was enabled (the logger can be disabled inbetween 2009-01-27 12:22:45 +0100 b_michaelsen  r266978 : whitespace fixes 2009-01-27 10:32:02 +0100 b_michaelsen  r266962 : #i94949# disposing of uploader thread 2009-01-23 17:00:57 +0100 b_michaelsen  r266839 : #159112# enabling/disabling of usage tracking takes effect without restart 2009-01-23 16:58:59 +0100 b_michaelsen  r266837 : #159112# enabling/disabling of usage tracking takes effect without restart 2009-01-23 01:08:49 +0100 b_michaelsen  r266761 : #159081# fixed buildid in oooimprovement 2009-01-22 22:51:16 +0100 b_michaelsen  r266759 : #i90370# including build id 2009-01-22 15:37:05 +0100 b_michaelsen  r266727 : #i90370# fixing precompiled headers for win32 2009-01-22 15:34:05 +0100 b_michaelsen  r266722 : #i90370# initializing startup counter 2009-01-22 15:30:52 +0100 b_michaelsen  r266720 : #i90370# enabling startup counter 2009-01-21 13:52:56 +0100 b_michaelsen  r266666 : #i98143# adjusted smoketest for usage tracking 2009-01-20 18:34:12 +0100 b_michaelsen  r266617 : #i90370# 2009-01-20 15:08:45 +0100 is  r266587 : #i90370# new improvement feature 2009-01-20 14:42:39 +0100 b_michaelsen  r266583 : #i90370# changing delivered job registration location 2009-01-20 12:35:31 +0100 is  r266567 : #i90370# new improvement feature 2009-01-20 12:33:51 +0100 is  r266566 : #i90370# new improvement feature 2009-01-20 12:33:20 +0100 is  r266565 : #i90370# new improvement feature 2009-01-20 11:47:13 +0100 b_michaelsen  r266559 : #i90370# updating Usage Tracking Info Url 2009-01-20 11:28:37 +0100 b_michaelsen  r266558 : #i90370# packing Usage Tracking config schema (xcs) 2009-01-20 11:19:00 +0100 b_michaelsen  r266557 : #i90370# adding Usage Tracking config schema (xcs) 2009-01-19 18:16:34 +0100 b_michaelsen  r266518 : #i90370# adding job registration (xcu) 2009-01-19 17:26:02 +0100 b_michaelsen  r266513 : #i90370# adding liboooimprovement


2009-02-13  Oliver Bolte  <obo@openoffice.org>  [38b95f763d7431dfbf91a20b5d43a3f3e6650144]

CWS-TOOLING: integrate CWS dba31g 2009-02-06 09:31:37 +0100 fs  r267443 : line ends 2009-02-06 09:31:16 +0100 fs  r267442 : line ends 2009-01-26 09:21:13 +0100 msc  r266904 : #i10000# reactive tests 2009-01-21 12:38:53 +0100 msc  r266657 : #i98316# add bugid 2009-01-20 14:49:04 +0100 msc  r266584 : i97307 2009-01-20 13:43:22 +0100 oj  r266572 : #i978i97860# merge changes from dba31h 2009-01-19 12:12:27 +0100 oj  r266487 : #i97307# wrong shortcuts 2009-01-12 11:45:03 +0100 fs  r266139 : #i97867# ImplPaint: don't paint if there are not items (yet) 2009-01-08 20:34:46 +0100 fs  r266039 : ignore output paths 2009-01-08 20:25:45 +0100 fs  r266038 : spelling: unxols4 -> unxsols4 2009-01-08 20:16:10 +0100 fs  r266037 : BUILD_QADEVOOO 2009-01-08 20:15:35 +0100 fs  r266036 : ignore output paths 2009-01-07 22:47:01 +0100 fs  r265978 : close the document after the test 2009-01-07 22:40:22 +0100 fs  r265977 : tweak the test, some behavior worked in a timing-dependent fashion only 2009-01-07 13:21:48 +0100 lla  r265961 : #i96526# need FileAccess instead of File due to URL incompatibity 2009-01-07 12:27:19 +0100 lla  r265959 : #i96526# need FileAccess instead of File due to URL incompatibity 2009-01-06 13:30:04 +0100 fs  r265917 : #158964# GetFormControl: don't accept requests for model which do not belong to the page displayed in the given view 2009-01-06 13:30:04 +0100 fs  r265916 : #158964# GetUnoControl: don't accept requests for a view where a foreign page is displayed 2009-01-06 13:26:37 +0100 fs  r265915 : #158964# FmXPageViewWinRec::dispose: catch exceptions (fixes the symptom, the root cause is fixed elsewhere) 2009-01-06 09:52:38 +0100 oj  r265897 : #i97307# shortcuts 2009-01-06 09:41:26 +0100 fs  r265896 : #i10000# 2009-01-05 13:40:38 +0100 fs  r265866 : CWS-TOOLING: rebase CWS dba31g to trunk@265758 (milestone: DEV300:m38) 2008-12-18 11:35:43 +0100 fs  r265678 : document the new InputRequired property 2008-12-17 07:25:18 +0100 oj  r265578 : #i97307# insert new Accelerators handling in configuration 2008-12-16 09:52:27 +0100 lla  r265526 : #i96526# error message is a problem with no existance default.otr occur 2008-12-16 09:33:14 +0100 oj  r265525 : #i96948# remove merge conflict with StreamName 2008-12-16 09:22:12 +0100 oj  r265524 : #i96935# set reportcomponent for custom shape 2008-12-15 10:32:38 +0100 oj  r265463 : #i96965# do not add connection for selfreferencing table 2008-12-12 14:00:56 +0100 fs  r265416 : #i97044# EnableFocusSelectionHide=FALSE => don't hide selection when not focused (this is more of a side effect), and preserve the selection when gaining the focus (this is the desired effect) 2008-12-11 15:32:32 +0100 fs  r265319 : prevent a deadlock during complex.dbaccess.DatabaseDocument test 2008-12-11 15:31:25 +0100 fs  r265317 : prevent a deadlock during complex.dbaccess.DatabaseDocument test 2008-12-11 13:45:06 +0100 fs  r265296 : #i97137# 2008-12-11 12:43:00 +0100 fs  r265285 : #i97134# 2008-12-10 13:20:28 +0100 lla  r265175 : #94067# add (APP|SYS)FONT to XUnitConversion interface implementation 2008-12-10 13:08:22 +0100 lla  r265173 : #i94067# add (APP|SYS)FONT 2008-12-10 09:21:39 +0100 fs  r265151 : #i95010# implement a non-hacky solution for #i94033#, by making Begin/Do/EndCompleteRedraw virtual 2008-12-09 17:29:32 +0100 fs  r265120 : #i96636#


2009-02-12  Oliver Bolte  <obo@openoffice.org>  [01e8cf6f48759064a596bea44a00279ee86a5b49]

CWS-TOOLING: integrate CWS fwk100 2009-01-20 15:34:21 +0100 as  r266589 : #159095# dont activate tab pages if they will be created automaticaly; activate already created tab pages if its requested 2009-01-20 13:52:07 +0100 fs  r266575 : #i87330# JavaCompatibleTextNotifications is not supported anymore 2009-01-20 13:51:36 +0100 fs  r266574 : #i87330# in a multi line edit control's setText, use the proper notification method (which is disabled elsewhere when setText is called as part of setting the model's Text property)


2009-02-12  Oliver Bolte  <obo@openoffice.org>  [465eeb84cd4cd64d1b1f1e2d6017b8988d4d81ab]

CWS-TOOLING: integrate CWS fwk99 2009-01-20 17:39:31 +0100 pb  r266605 : fix: #i98280# new 'More templates'-URL 2009-01-15 20:17:58 +0100 mst  r266391 : #i95702# convert wizards to DocumentProperties (partially based on patch by cmc) 2009-01-12 07:35:44 +0100 pb  r266131 : fix: #i96851# HID_PASTE_DLG and HID_LINKDLG_TABLB added 2009-01-09 10:40:48 +0100 pb  r266061 : fix: #i97386# Execute_Impl() while sub-dialog is open this could be deleted; #i68415# patch from cmc 2009-01-09 10:35:24 +0100 pb  r266059 : fix: #i97386# struct Deleted added 2009-01-09 10:05:17 +0100 pb  r266057 : fix: #i97365# ModalDialog RID_SVXPAGE_IMPROVEMENT removed 2009-01-09 10:02:39 +0100 pb  r266056 : fix: #i97841# new: set InfoURL and HandleHyperLink() 2009-01-09 09:59:13 +0100 pb  r266053 : fix: #i97391# MinWidth re-calculated; #i97365# SvxImprovementDialog2 removed 2009-01-09 09:55:00 +0100 pb  r266051 : fix: #i97841# new: HandleHyperLink(); #i97365# SvxImprovementDialog2 removed 2009-01-06 14:24:24 +0100 cd  r265921 : #i96831# Fix build problem with gcc 4.3.2 using the return value of link correctly. 2009-01-06 12:18:41 +0100 cd  r265907 : #i96831# Fix build problem with gcc 4.3.2 2009-01-06 12:02:59 +0100 mst  r265905 : fix #i97775# - xmloff/source/core/nmspmap.cxx:   + SvXMLNamespaceMap::GetQNameByKey does not handle default namespace     correctly


2009-02-12  Oliver Bolte  <obo@openoffice.org>  [eaf84d605e52626e5ddac4b070cdfa44a8ef7476]

CWS-TOOLING: integrate CWS mav44 2009-01-18 22:39:43 +0100 mav  r266467 : #i97073# the soffice file should be a shell script, adjust the plugin 2009-01-18 22:35:15 +0100 mav  r266466 : #i97073# the soffice file should be a shell script, integrate fix from hro41 cws 2009-01-16 15:32:10 +0100 mav  r266426 : #i96456# fix link resolving 2009-01-16 12:21:39 +0100 mav  r266413 : #i97073# the soffice file is no more a shell script 2009-01-16 09:58:05 +0100 mav  r266402 : #i95409# add complex test using unicode names 2009-01-15 20:27:03 +0100 mav  r266392 : #i95408# fix include list 2009-01-15 20:09:28 +0100 mav  r266390 : #i95408# deliver new header 2009-01-15 16:16:33 +0100 mav  r266382 : #i95408# rebase to m38 2009-01-15 16:11:16 +0100 mav  r266380 : #i95408# rebase to m38 2009-01-15 15:38:16 +0100 mav  r266376 : CWS-TOOLING: rebase CWS mav44 to trunk@265758 (milestone: DEV300:m38) 2009-01-14 13:23:55 +0100 mav  r266294 : #i97073# let the presentation slideshow be started in window mode in plugin 2009-01-13 17:27:52 +0100 mav  r266241 : #i95409#,#i95408# support UTF8 encoding for entry names, check the validity of the entries 2009-01-13 16:35:39 +0100 mav  r266236 : #i95408# function to check whether a zip entry name is acceptable 2009-01-13 12:00:18 +0100 mav  r266205 : #i94003# a readonly document can not be modified 2009-01-09 13:24:49 +0100 mav  r266078 : #i95951# let the title be changed 2009-01-09 11:34:49 +0100 mav  r266068 : #i80862# close the link only if was closed by the container, othewise leave it open 2009-01-08 11:30:13 +0100 mav  r265989 : #i97071# disable Toolbars during window-based slide show in ActiveX control 2009-01-08 08:23:23 +0100 mav  r265983 : #i97071# setVisible does not trigger layout in case there is not MenuBar 2009-01-06 12:39:39 +0100 mav  r265908 : #i96185# let the MediaDescriptor get the target URL 2009-01-05 08:46:45 +0100 mav  r265856 : #i93473# integrate the patch 2009-01-02 17:45:17 +0100 mav  r265845 : #i94468#,#i96456# try to follow links 2009-01-02 16:53:41 +0100 mav  r265841 : #i94468#,#i96456# use the same parsing mechanics in sharing control file and document lock file 2009-01-02 16:51:24 +0100 mav  r265839 : #i94468#,#i96456# use the same parsing mechanics in sharing control file and document lock file


2009-02-12  Oliver Bolte  <obo@openoffice.org>  [81b9415738f1b2501651c6ea40acd7c03ac1939b]

CWS-TOOLING: integrate CWS sb103 2009-01-15 15:28:08 +0100 sb  r266375 : #i97629# set UNO_PATH in python start program and use it in bootstrap function in officehelper.py (and do not erroneously encode a vnd.sun.star.pathname URE_BOOTSTRAP value in tools::extendApplicationEnvironment) 2009-01-15 10:40:17 +0100 sb  r266338 : #i97424# explicit shut down of ImplImageTree singleton in DeInitVCL still required 2009-01-14 12:07:15 +0100 sb  r266276 : CWS-TOOLING: rebase CWS sb103 to trunk@265758 (milestone: DEV300:m38) 2009-01-14 08:53:02 +0100 sb  r266266 : #i96284# remove implementation of unused (but expensive) link feature; plus some general cleanup 2009-01-08 14:42:59 +0100 sb  r266010 : #i96683# enable dlclose for GCC 3 (based on a patch by cmc) 2009-01-06 14:18:23 +0100 sb  r265920 : #i97424# spurious unreferenced local variables 2008-12-19 15:33:39 +0100 sb  r265727 : #i57359# no need for a special glibc 2.2.4 based libgcc_s.so.1 for URE any more as the general one used for OOo is guaranteed to be based on at least glibc 2.2.4, anyway 2008-12-19 13:54:37 +0100 sb  r265724 : #i97424# clean up and speed up vcl ImplImageTree 2008-12-18 14:28:10 +0100 sb  r265690 : #i97132# spread usage of the rtl::Static pattern (patch by cmc) 2008-12-15 14:33:00 +0100 sb  r265499 : #i90492# generate UTF-8 encoded output (patch by tora) 2008-12-15 11:45:05 +0100 sb  r265469 : #i95593# -Djava.library.path to find libtest_javauno_any.so 2008-12-15 11:23:14 +0100 sb  r265468 : #i93769# it appears that Java nowadays expects file URIs in UTF-8, so ExternalUriReferenceTranslator.toExternal must not be called 2008-12-10 12:02:50 +0100 sb  r265164 : #i93219# use (corrected) signal handling instead of forking again (to avoid unintended generation of core files)


2009-02-12  Rüdiger Timm  <rt@openoffice.org>  [dc52990f2e7abf802c4bf6e4932332647861bc1b]

#i10000# Fix potential build breaker: remove unused parameter.


2009-02-12  Oliver Bolte  <obo@openoffice.org>  [dbb165c9a4871393bec67af6ce65d0cf49c10bc7]

CWS-TOOLING: integrate CWS i18n49 2008-12-16 19:40:01 +0100 khong  r265572 : CWS-TOOLING: rebase CWS i18n49 to trunk@264807 (milestone: DEV300:m37)


2009-02-11  Oliver Bolte  <obo@openoffice.org>  [c1819ebc249291241d172cac3b1cb4a32ca2cd1f]

CWS-TOOLING: integrate CWS vcl98 2009-01-16 15:17:38 +0100 pl  r266422 : #i93515# add fix for compiz (thanks cmc) 2009-01-15 10:55:36 +0100 thb  r266352 : #i97399# start==end angle means no arc at all 2009-01-14 18:54:37 +0100 pl  r266327 : #i96536# #i96396# add: pagescroll for wheel events (thanks mod) 2009-01-14 18:21:06 +0100 pl  r266325 : #i96536# #i96396# add: gestures, bracket matching (thanks mod) 2009-01-13 12:03:29 +0100 hdu  r266206 : #i98024# preserve glyph zero-advance for artificial bold and vertical layout (thanks CMC!) 2009-01-12 16:32:20 +0100 hdu  r266167 : #i97991# fix rotated text: temporary workaround for #i87686# 2009-01-08 17:16:17 +0100 hdu  r266028 : #159054# ignore empty ATSULayout 2009-01-08 16:59:05 +0100 hdu  r266026 : #159054# prevent invalid ATSUStyle 2009-01-07 19:04:06 +0100 pl  r265976 : #158288# add extraction of fonts and individual object streams to pdfunzip 2009-01-07 14:42:17 +0100 pl  r265969 : #i93011# workaround our ancient accelerator mechanisms to have deeper child window hirearchies working 2009-01-07 14:39:15 +0100 pl  r265967 : #i93011# workaround our ancient accelerator mechanisms to have deeper child window hirearchies working 2009-01-07 11:10:58 +0100 hdu  r265956 : #i97522# getPixel() returns COL_BLACK on printers or when out of bounds 2009-01-06 18:41:48 +0100 pl  r265938 : #i97696# do not force user password to owner password after all 2009-01-06 18:00:52 +0100 pl  r265934 : #i97157# fix a snafu 2009-01-06 13:23:38 +0100 pl  r265914 : #i93515# support for _NET_WM_USER_TIME (thanks cmc) 2009-01-06 12:50:37 +0100 hdu  r265912 : #i97538# get rid of compiler warnings for complex logical expressions 2009-01-06 12:49:09 +0100 hdu  r265911 : #i97538# get rid of compiler warnings for complex logical expressions 2009-01-06 12:14:07 +0100 hdu  r265906 : #i97522# implemented AquaSalGraphics::getPixel() 2008-12-18 16:46:59 +0100 pl  r265706 : #i96343# reset quick job flag 2008-12-18 16:44:22 +0100 pl  r265705 : #i96343# reset quick job flag 2008-12-18 14:08:22 +0100 pl  r265688 : #i93241# fix bit field query 2008-12-18 12:41:52 +0100 pl  r265682 : #i93241# eliminate useless static locale variable 2008-12-17 19:23:07 +0100 pl  r265654 : #i97064# set language to OOo user configured UI language (thanks cmc) 2008-12-17 17:44:38 +0100 hdu  r265651 : #i97326# debug-helper: print cairo version 2008-12-17 17:43:15 +0100 hdu  r265650 : #i97326# ignore cairo changing the transformation of our FT_FACE 2008-12-17 14:44:32 +0100 pl  r265604 : #i93631# refine control positioning 2008-12-17 12:40:39 +0100 hdu  r265596 : #i97167# update VCL.xcu for MacOSX for Japanese (thanks maho!) 2008-12-17 11:59:51 +0100 hdu  r265592 : #i97317# code movement to prevent needless and expensive construction/destruction in error path 2008-12-17 11:54:43 +0100 hdu  r265590 : #i97317# workaround QUARTZ bug with drawing small polygons 2008-12-16 17:57:02 +0100 pl  r265567 : #i97138# select num copies when grabbing focus 2008-12-16 17:15:11 +0100 pl  r265561 : #i93173# lazy deletion of toolbars 2008-12-16 16:33:51 +0100 pl  r265558 : #i93173# lazy deletion of toolbars: reparent floating DockingWindows in doLazyDelete 2008-12-16 13:23:17 +0100 pl  r265536 : #i97196# ensure style engine has been loaded (thanks cmc)


2009-02-11  Oliver Bolte  <obo@openoffice.org>  [d8f7313b14d5d6a3f836a941768bcb79e2565575]

CWS-TOOLING: integrate CWS ab61 2009-01-29 09:39:19 +0100 jsk  r267096 : #i97038 2009-01-20 12:35:31 +0100 ab  r266568 : #i94994# Applied patch 2009-01-19 17:50:55 +0100 ab  r266514 : #i97038# Applied patch 2009-01-13 14:47:20 +0100 ab  r266226 : #i96087# Applied patch 2009-01-13 12:24:30 +0100 ab  r266207 : #i95200# Applied patch 2008-12-19 16:37:32 +0100 ab  r265735 : #i93214# Applied patch 2008-12-19 16:21:38 +0100 ab  r265730 : #i57749# Applied patch


2009-01-30  Release Engineers  <releng@openoffice.org>  [fa34f079507b7c28fd69671a41a30bc8c689f6e3]

Create DEV300_m41 milestone tag from trunk@267170


2009-01-29  Rüdiger Timm  <rt@openoffice.org>  [ffa6f5f97fe42319837e657bb028ef4d9b885d11]

CWS-TOOLING: integrate CWS metropatch01_DEV300


2009-01-29  Kurt Zenker  <kz@openoffice.org>  [78da751fb5337bfb9014cbaa7bd67a11a356213f]

CWS-TOOLING: integrate CWS cmcfixes52 2009-01-05 10:49:04 +0100 cmc  r265860 : #i97763# remove low-hanging warnings


2009-01-26  Release Engineers  <releng@openoffice.org>  [921a679db6e24c3c9f1b948ef158b9c4cfd35b51]

Create DEV300_m40 milestone tag from trunk@266942


2009-01-21  Vladimir Glazounov  <vg@openoffice.org>  [1dbbe6b3626b82e49143ee73e5a2ae8dde4a25f0]

CWS-TOOLING: integrate CWS fwk95 2009-01-15 13:24:14 +0100 cd  r266366 : #i96390# Change method name to use UNO AWT style for mnemonics 2009-01-15 13:23:30 +0100 cd  r266365 : #i96390# Change method name to use UNO AWT style for mnemonics 2009-01-12 17:25:13 +0100 cd  r266174 : #i97983# Check pointer returned by dynamic_cast 2009-01-12 15:31:40 +0100 cd  r266162 : #i97983# Create toolkit popup menus via service manager instead of implementation class 2008-12-11 15:04:34 +0100 cd  r265305 : #i95863# Remove user defined properties 2008-12-11 14:56:45 +0100 cd  r265302 : #i95606# Update documentation for textfields 2008-12-11 10:06:20 +0100 cd  r265250 : #i96390# Fix warning on Solaris compiler 2008-12-09 17:27:32 +0100 cd  r265119 : CWS-TOOLING: rebase CWS fwk95 to trunk@264807 (milestone: DEV300:m37) 2008-12-01 13:29:43 +0100 cd  r264597 : #i96390# New interfaces and structures for complete UNO AWT menu API 2008-12-01 13:25:22 +0100 cd  r264596 : #i96390# Added implementation of the new UNO AWT interfaces and structures for menus 2008-11-28 13:55:19 +0100 cd  r264553 : #i96640# Fixed wrong property type for MenuBarCloser 2008-11-28 13:53:56 +0100 cd  r264552 : #i96621# Fixed ambiguous usage of && and || 2008-11-18 16:05:45 +0100 cd  r263781 : #i95316# Initialize SvtTabAppearanceCfg to enable system settings changed notiifcation code 2008-11-18 16:05:43 +0100 cd  r263780 : #i96155# Fix wrong statement to check for enabled argument 2008-10-20 16:54:37 +0200 cd  r262328 : #i10000# migrate CWS fwk95 to SVN.


2009-01-21  Vladimir Glazounov  <vg@openoffice.org>  [2aee183140fa91e554edd22e1cce95ba4ba257e5]

CWS-TOOLING: integrate CWS jl111 2009-01-13 13:36:03 +0100 jl  r266218 : #i91642# do not localize the error message, just print out the changed text in plain English 2009-01-09 12:54:03 +0100 jl  r266075 : Committing changes which have been originally made on cws jl105 but which were not integrated on the master, due to a failed integration procedured. Then only three files were integrated. The files committed fix i80449, i83134, i86079, i91204, i92869 2009-01-07 15:10:52 +0100 jl  r265970 : CWS-TOOLING: rebase CWS jl111 to trunk@265758 (milestone: DEV300:m38) 2009-01-06 10:38:21 +0100 jl  r265900 : #i93235# #i93946# migrating to svn


2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [582d041d552a7449121b25c903d0ff9bec9a7e7f]

CWS-TOOLING: integrate CWS mingwport16 2009-01-15 13:11:20 +0100 releng  r266363 : tidy-up tabs 2008-11-28 15:33:23 +0100 tono  r264557 : i95203: mingw build without stlport 2008-11-22 07:19:50 +0100 tono  r264180 : i96436: make mingw bridge conform with reg-struct-return 2008-11-22 05:14:58 +0100 tono  r264179 : i96436: make mingw bridge conform with reg-struct-return 2008-11-21 17:09:04 +0100 tono  r264153 : i95203: mingw build without stlport 2008-11-21 16:59:55 +0100 tono  r264152 : i96436: make mingw bridge conform with reg-struct-return 2008-11-21 16:59:18 +0100 tono  r264151 : i96436: make mingw bridge conform with reg-struct-return 2008-11-21 16:57:01 +0100 tono  r264150 : i96436: make mingw bridge conform with reg-struct-return 2008-11-21 16:53:19 +0100 tono  r264149 : i96100: mingw port for icu 4.0 2008-11-13 13:41:13 +0100 tono  r263643 : i95203: mingw: Build without stlport 2008-11-13 13:29:38 +0100 tono  r263640 : i96100: MinGW port for icu 4.0 2008-11-13 13:17:10 +0100 tono  r263634 : i96098: MinGW port fix for new Windows API 2008-11-09 15:22:59 +0100 tono  r263497 : i95198: mingwport do not interfere with Cygwin 2008-11-09 14:44:54 +0100 tono  r263496 : i95190: mingwport avoid use of MS assembler 2008-11-09 14:32:26 +0100 tono  r263495 : i95190: mingwport trivial build fixes


2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [c51bbf63e03bc914aab1fa0e5041b98acb766314]

CWS-TOOLING: integrate CWS appleremote02 2009-01-11 00:33:34 +0100 ericb  r266127 : #i97925# start the presentation if and only if an Impress document is focused 2009-01-10 00:02:19 +0100 ericb  r266124 : #i96978# cosmetic changes 2009-01-09 23:56:02 +0100 ericb  r266123 : #i96978# simplify the code, and make the remote work in windowed mode 2009-01-08 21:25:52 +0100 ericb  r266040 : #i96978# avoid to add the eventlistener several times 2009-01-08 14:54:38 +0100 ericb  r266013 : #i96978# keep the MEDIA_COMMAND_VOLUME cases for QUARTZ only for the moment 2009-01-08 14:49:17 +0100 ericb  r266011 : #i96978# fix wrong comments 2009-01-03 01:42:02 +0100 cloph  r265848 : CWS-TOOLING: rebase CWS appleremote02 -> DEV300_m38 (manually, module was left out when using the tooling) 2008-12-30 00:11:30 +0100 ericb  r265827 : CWS-TOOLING: rebase CWS appleremote02 to trunk@265758 (milestone: DEV300:m38) 2008-12-29 21:42:14 +0100 ericb  r265825 : #i96978# comment the menu in appleremote02 2008-12-29 10:30:40 +0100 ericb  r265816 : #i97195# remove the event listener in the dtor 2008-12-23 23:39:55 +0100 ericb  r265794 : #i96978# cleanup 2008-12-23 08:49:49 +0100 ericb  r265771 : #i96978# add MEDIA_COMMAND_VOLUME_UP and MEDIA_COMMAND_VOLUME_DOWN and the kRemoteButtonMenu (temporarly) 2008-12-23 08:47:27 +0100 ericb  r265769 : #i96978# add all cases, for future use 2008-12-20 13:38:25 +0100 ericb  r265743 : #i96978# fix a potential breaker (causing warning) 2008-12-20 12:22:15 +0100 ericb  r265742 : #i97195# implement the new event listener + callback in Impress, to detect play 2008-12-20 12:20:42 +0100 ericb  r265741 : #i97195# add the event listener in SdModule 2008-12-20 12:19:02 +0100 ericb  r265740 : #i97195# add the nCommand for MEDIA_COMMAND_PLAY 2008-12-14 18:32:52 +0100 ericb  r265456 : #i96978# add the possibility to switch the way to send the PLAY event in debug mode (will be removed once i97195 will be fixed) 2008-12-08 22:18:29 +0100 ericb  r265050 : #i96978# removing Carbon dependancy and simplify 2008-12-07 19:54:18 +0100 ericb  r264966 : #i96978# implement the new MEDIA_COMMAND events in salinst 2008-12-07 19:53:10 +0100 ericb  r264965 : #i96978# add new event type for the Apple Remote on Mac OS X 2008-12-07 19:51:21 +0100 ericb  r264964 : #i96978# add gotoLastSlide with MEDIA_COMMAND events (was missing) 2008-12-07 19:46:35 +0100 ericb  r264962 : #i96992# fix an error when building with debug enabled 2008-12-07 19:45:04 +0100 ericb  r264961 : #i96978# Implement a new event mangement for the Apple remote 2008-12-07 18:59:58 +0100 ericb  r264957 : #i96554# fix wrong argument causing warnings 2008-12-07 18:57:56 +0100 ericb  r264956 : #i96554# fix wrong argument type 2008-12-07 18:55:22 +0100 ericb  r264955 : #i96978# adding a new event type


2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [d9b88e41e248413cd0d8b4dac8eec5cdd5f68c33]

CWS-TOOLING: integrate CWS ooo301gsl4_DEV300


2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [9adb17c7a22e0c9597f68a41cacf321e1cb47b62]

CWS-TOOLING: integrate CWS aw061 2009-01-13 19:18:08 +0100 aw  r266250 : #i96669# changed initialisation order in Embedded3DPrimitive2D::Embedded3DPrimitive2D due to TinderBox 2009-01-13 19:15:37 +0100 aw  r266249 : #i96669# changed initialisation order in Embedded3DPrimitive2D::Embedded3DPrimitive2D due to TinderBox 2009-01-12 11:53:37 +0100 aw  r266141 : #i97874# corrected include for TinderBox build 2009-01-08 17:48:23 +0100 aw  r266029 : #i97874# extended SdrTextObj::ImpConvertAddText to copy needed attributes from original object 2009-01-08 14:59:08 +0100 aw  r266015 : #i96350# added fallback to solid fill in shadow TabPage when no fill is defined to get a reasonable shadow preview 2009-01-08 12:40:49 +0100 aw  r265995 : #i94832# remuved not needed E3DModifySceneSnapRectUpdater usages 2009-01-08 01:53:46 +0100 thb  r265982 : #i94860# Blacklisting another ATI card/driver that causes blank screens 2009-01-08 01:46:38 +0100 thb  r265981 : #i97853# Changed all gradient texture methods to use basegfx gradienttools. consolidated quite some code 2009-01-08 01:45:09 +0100 thb  r265980 : #i97853# Added lerp methods, slight changes to have everything necessary contained in the ODFGradientInfo struct 2009-01-08 00:01:54 +0100 thb  r265979 : #i97853# First part of the move - duplicated the stuff to basegfx 2009-01-06 16:23:09 +0100 aw  r265930 : #i97197# Changed SwDrawVirtObj to work well with changed aOutRect and bBoundRectValid functionality 2009-01-06 12:41:24 +0100 aw  r265909 : #i97784# corrected regression with connectors 2009-01-05 17:30:31 +0100 aw  r265881 : #i97772# added missing usage of reduce factor for BitmapPrimitive creation 2009-01-05 12:24:01 +0100 aw  r265863 : #i97321# added direct handling of HatchTexturePrimitive3D to not use it's decomposition for HitTest 2008-12-23 13:57:27 +0100 aw  r265782 : #i96669# changed SW's FlyFrame paint fallback with primitives to use createLocalDecomposition since get2Decomposition does not have to stay virtual on the long run 2008-12-23 13:47:59 +0100 aw  r265781 : #i96669# optimized impCreateTextPortionPrimitive to only create TextDecoratedPortionPrimitive2D when needed 2008-12-23 13:44:45 +0100 aw  r265780 : #i96669# added B2DRange buffering to some primitive implementations where it is most necessary 2008-12-19 15:45:45 +0100 aw  r265729 : #i96669# prepared TextPrimitives to work without DXarray, too. Had to rework impSplitSingleWords which gets active when a text portion has some word-wise decorations. Tested before committing 2008-12-19 15:44:16 +0100 aw  r265728 : #i96669# corrected error in createPolygonFromUnitEllipseSegment which popped up when investigating 2008-12-18 17:45:58 +0100 aw  r265708 : #i97149# added ActionChanged() call when visualisation object is modified 2008-12-18 15:34:42 +0100 aw  r265695 : #i96598# corrected SdrPageObj's usage of aOutRect 2008-12-17 16:59:37 +0100 aw  r265647 : #i96537# exchanged the marker for point number in string with correct one 2008-12-16 17:50:33 +0100 aw  r265566 : #i93170# added a bool to EndDrawLayer() and corresponding mechanisms to allow to end without drawing FormLayer 2008-12-16 17:50:17 +0100 aw  r265565 : #i93170# added a bool to EndDrawLayer() and corresponding mechanisms to allow to end without drawing FormLayer 2008-12-16 17:50:00 +0100 aw  r265564 : #i93170# added a bool to EndDrawLayer() and corresponding mechanisms to allow to end without drawing FormLayer 2008-12-16 17:49:48 +0100 aw  r265563 : #i93170# added a bool to EndDrawLayer() and corresponding mechanisms to allow to end without drawing FormLayer 2008-12-16 17:49:35 +0100 aw  r265562 : #i93170# added a bool to EndDrawLayer() and corresponding mechanisms to allow to end without drawing FormLayer


2009-01-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [29bd10e2ae2f82684f36fd550a3d339985afb6ab]

#i10000#: fix assertion


2009-01-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [71d4fc9b5119566968c837811ed54d52eb2edd81]

#i10000#: delete mergeinfo on trunk


2009-01-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5174d418671208ed7a8a4f2dddf3cee149bad4fc]

CWS-TOOLING: integrate CWS frmdlg 2008-12-18 09:13:09 +0100 oj  r265667 : merge from odff05 2008-12-18 07:58:16 +0100 oj  r265658 : #i94555# patch from <regina>, ODFF: Add GAMMA, CHISQDIST, CHISQINV. Make the 'cumulative' parameter of GAMMADIST optional. Adapt the domain of CHIDIST to allow negative x. Remove the constraint "degrees of freedom < 1.0E5" from CHIDIST and CHIINV. Plus a mechanism to write the now optional parameter of GAMMADIST to PODF and ODFF if omitted, for backwards compatibility. 2008-12-15 14:06:11 +0100 oj  r265490 : CWS-TOOLING: rebase CWS frmdlg to trunk@264807 (milestone: DEV300:m37) 2008-12-15 13:55:28 +0100 oj  r265488 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C' CWS: frmdlg New MWS: DEV300 New milestone: m37 2008-12-15 13:55:07 +0100 oj  r265487 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C' CWS: frmdlg New MWS: DEV300 New milestone: m37 2008-12-15 13:54:48 +0100 oj  r265486 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C' CWS: frmdlg New MWS: DEV300 New milestone: m37 2008-12-15 13:54:36 +0100 oj  r265485 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C' CWS: frmdlg New MWS: DEV300 New milestone: m37 2008-12-15 13:54:24 +0100 oj  r265484 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C' CWS: frmdlg New MWS: DEV300 New milestone: m37 2008-12-15 13:48:11 +0100 oj  r265483 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C' CWS: frmdlg New MWS: DEV300 New milestone: m37 2008-12-15 13:31:12 +0100 oj  r265479 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C' CWS: frmdlg New MWS: DEV300 New milestone: m37 2008-12-15 13:13:58 +0100 oj  r265477 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C' CWS: frmdlg New MWS: DEV300 New milestone: m37 2008-12-15 13:10:09 +0100 oj  r265476 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C' CWS: frmdlg New MWS: DEV300 New milestone: m37 2008-12-15 13:05:11 +0100 oj  r265475 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C' CWS: frmdlg New MWS: DEV300 New milestone: m37 2008-12-15 10:47:17 +0100 oj  r265467 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C' CWS: frmdlg New MWS: DEV300 New milestone: m37 2008-12-15 10:46:19 +0100 oj  r265466 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C' CWS: frmdlg New MWS: DEV300 New milestone: m37 2008-12-15 10:45:47 +0100 oj  r265465 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C' CWS: frmdlg New MWS: DEV300 New milestone: m37 2008-12-15 07:35:07 +0100 oj  r265458 : add dependency to formula 2008-12-15 07:34:24 +0100 oj  r265457 : add dependency to formula 2008-12-12 13:22:00 +0100 msc  r265413 : #i97089# 2008-12-12 13:20:25 +0100 msc  r265412 : #i97089# 2008-12-12 12:35:12 +0100 msc  r265406 : #i97089# 2008-12-12 12:34:16 +0100 msc  r265405 : #i97089# 2008-12-12 12:33:05 +0100 msc  r265404 : #i97089# 2008-12-12 12:31:11 +0100 msc  r265403 : #i97089# 2008-12-08 11:59:10 +0100 oj  r264981 : insert RTL_LOG 2008-12-08 11:50:17 +0100 oj  r264980 : some small changes 2008-12-05 12:57:57 +0100 oj  r264902 : eof changed 2008-12-05 12:56:46 +0100 oj  r264901 : eof changed 2008-12-05 12:28:47 +0100 oj  r264899 : wrong var used 2008-12-05 10:08:57 +0100 oj  r264890 : token order reversed 2008-12-04 13:49:22 +0100 oc  r264843 : #i96688: Adapt autotests because of outsourced functionwizard 2008-12-04 13:45:27 +0100 oc  r264842 : #i96688: Adapt autotests because of outsourced functionwizard 2008-12-04 13:42:54 +0100 oc  r264841 : #i96688: Adapt autotests because of outsourced functionwizard 2008-12-04 13:37:41 +0100 oc  r264840 : #i96688: Adapt autotests because of outsourced functionwizard 2008-12-04 13:34:11 +0100 oc  r264839 : #i96688: Adapt autotests because of outsourced functionwizard 2008-12-04 12:35:31 +0100 oj  r264835 : new help ids for struct and function tabpage 2008-12-04 12:00:35 +0100 oj  r264828 : set explicit help id 2008-12-03 14:53:27 +0100 oj  r264786 : #i96845# change ref button 2008-12-03 14:51:49 +0100 oj  r264785 : #i96845# change ref button 2008-12-03 08:51:57 +0100 oj  r264746 : convert dos to unix lineends 2008-12-03 08:50:45 +0100 oj  r264745 : convert dos to unix lineends 2008-12-03 08:50:05 +0100 oj  r264744 : convert dos to unix lineends 2008-12-02 12:28:33 +0100 oj  r264686 : clear help text when new helpid is set 2008-12-02 12:28:02 +0100 oj  r264685 : set help id for listbox category 2008-12-02 07:15:56 +0100 oj  r264655 : remove define to auto generate help ids 2008-12-01 14:36:43 +0100 oj  r264604 : use temp var 2008-12-01 14:18:31 +0100 oj  r264601 : moved ScJumpToken to formula 2008-12-01 14:18:11 +0100 oj  r264600 : moved ScJumpToken to formula 2008-12-01 14:14:35 +0100 oj  r264599 : moved ScJumpToken from sc 2008-12-01 10:48:51 +0100 oj  r264589 : change quickhelptext from Shrink to Select 2008-12-01 10:28:41 +0100 oj  r264588 : fix opcode data, has to be Any.Void 2008-11-28 11:16:48 +0100 oj  r264532 : add help ids 2008-11-28 10:16:56 +0100 oj  r264529 : set help id 2008-11-28 10:16:43 +0100 oj  r264528 : set help id 2008-11-26 13:55:04 +0100 oj  r264381 : #94535# use of optional instead of deleting a string myself and some small changes 2008-11-26 09:53:20 +0100 oj  r264346 : compile error with debug/without debug 2008-11-25 07:41:28 +0100 oj  r264271 : put static into the method which make use of them 2008-11-24 08:16:07 +0100 oj  r264196 : removed not needed classes for op code 2008-11-24 08:13:44 +0100 oj  r264195 : removed not needed classes for op code 2008-11-21 14:05:53 +0100 oj  r264135 : make GetOpCode inline 2008-11-21 12:35:27 +0100 oj  r264124 : hold symbols 2008-11-20 09:27:27 +0100 oj  r264028 : merged code from DEV300_m35 which got lost 2008-11-19 20:42:12 +0100 oj  r264022 : more changes for formula dialog remove 2008-11-19 20:37:41 +0100 oj  r264021 : removed unused var 2008-11-19 20:35:35 +0100 oj  r264020 : some more changes at token 2008-11-19 10:59:47 +0100 oj  r263967 : deleted 2008-11-19 10:58:24 +0100 oj  r263966 : add forui and for res files 2008-11-18 15:27:36 +0100 oj  r263777 : unused para removed 2008-11-18 15:23:23 +0100 oj  r263775 : add insert button to add field dlg 2008-11-18 13:39:53 +0100 oj  r263764 : enable the formula dialog as well for conditional print as for conditional formatting 2008-11-18 12:03:25 +0100 oj  r263760 : rename isRef in IsRef 2008-11-17 11:46:16 +0100 oj  r263711 : patches for function handling 2008-11-17 11:36:22 +0100 oj  r263710 : add new for forui and res file 2008-11-17 09:21:12 +0100 oj  r263704 : patches for some resource for libformula 2008-11-15 12:45:30 +0100 oj  r263701 : changes for formula editor extraction 2008-11-07 08:23:27 +0100 oj  r263416 : merge from DEV300:m35 2008-11-07 08:22:35 +0100 oj  r263415 : merge from DEV300:m35 2008-11-07 08:22:16 +0100 oj  r263414 : merge from DEV300:m35 2008-11-07 08:21:41 +0100 oj  r263413 : merge from DEV300:m35 2008-11-07 08:21:31 +0100 oj  r263412 : merge from DEV300:m35 2008-11-07 08:20:38 +0100 oj  r263411 : merge from DEV300:m35 2008-11-07 08:20:00 +0100 oj  r263410 : merge from DEV300:m35 2008-11-07 08:18:50 +0100 oj  r263409 : merge from DEV300:m35 2008-11-07 08:18:19 +0100 oj  r263408 : merge from DEV300:m35 2008-11-07 08:10:27 +0100 oj  r263407 : merge from DEV300:m35 2008-10-21 07:43:46 +0200 oj  r262560 : some compile errors resolved 2008-10-17 16:40:01 +0200 oj  r262291 : dep for 1st target 2008-10-07 10:08:39 +0200 oj  r262077 : copy 2008-10-07 09:45:31 +0200 oj  r262076 : #i94535# 2008-10-07 09:44:26 +0200 oj  r262075 : #i94535# new base class 2008-10-07 09:43:21 +0200 oj  r262074 : moved to formula 2008-10-07 09:41:51 +0200 oj  r262073 : new images 2008-10-07 09:03:01 +0200 oj  r262072 : new ids for formula 2008-10-02 08:46:27 +0200 oj  r262024 : #i94535# move the formula compiler to formula 2008-10-02 08:08:54 +0200 oj  r262023 : #i94535# 2008-10-02 08:06:28 +0200 oj  r262022 : #i94535# 2008-10-02 08:05:52 +0200 oj  r262021 : #i94535# 2008-10-01 17:15:29 +0200 oj  r262014 : #i94535# 2008-10-01 17:12:40 +0200 oj  r262013 : new module formula 2008-10-01 17:04:55 +0200 oj  r262012 : #i94535# 2008-10-01 16:49:03 +0200 oj  r262010 : #i94535# 2008-10-01 16:46:59 +0200 oj  r262009 : #i94535#


2009-01-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [feeab7b47cd5094cfec5dc986677a2ec1ca928e4]

CWS-TOOLING: integrate CWS rt36 2009-01-05 11:19:40 +0100 rt  r265862 : #i97690# Patch by kohei for writer2latex. Enable bundling writer2latex extension (undo revision 265756). 2009-01-02 16:37:54 +0100 rt  r265837 : #159017# Move content of 'officenames' to 'so_prereq'.


2009-01-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [305ea12c1d3663ca1c2ab76a1f9579bb810646c5]

CWS-TOOLING: integrate CWS fwk98 2008-12-12 22:28:04 +0100 pb  r265444 : fix: #i44211# precompiled directive was missed 2008-12-11 10:43:34 +0100 pb  r265262 : fix: #i87952# #i84982# SID_INSERT_APPLET and SID_CHAR_DLG_FOR_PARAGRAPH not configurable any longer 2008-12-11 10:40:05 +0100 pb  r265261 : fix: #i64346# SID_MAIL_SENDDOCASFORMAT not configurable any longer 2008-12-11 10:36:53 +0100 pb  r265260 : fix: #i41265# #i64346# ui name for MacroOrganizer and SendMailDocAs... 2008-12-11 10:29:07 +0100 pb  r265258 : fix: #i60617# #i92080# ui name for ContinueNumbering and SaveGraphic 2008-12-11 10:25:52 +0100 pb  r265256 : fix: #i80850# ui name for ToggleFormula and AssignMacro 2008-12-08 14:16:20 +0100 pb  r264996 : fix: #i44211# querytemplate.obj added 2008-12-08 12:54:02 +0100 pb  r264992 : fix: #i44211# use the new query template box 2008-12-08 12:50:45 +0100 pb  r264991 : fix: #i44211# STR_QRYTEMPL_... added 2008-12-08 12:48:21 +0100 pb  r264990 : fix: #i44211# new query box 2008-12-02 11:06:54 +0100 pb  r264681 : fix: #i88478# ScStyleFamilyObj: XPropertySet support added 2008-12-02 11:05:29 +0100 pb  r264680 : fix: #i88478# STR_STYLE_FAMILY_... added 2008-12-02 11:03:22 +0100 pb  r264679 : fix: #i88478# ScStyleFamilyObj: XPropertySet support added 2008-12-02 10:54:27 +0100 pb  r264678 : fix: #i88478# STR_STYLE_FAMILY_... added 2008-12-02 10:50:16 +0100 pb  r264677 : fix: #i88478# SwXStyleFamily: XpropertySet support added 2008-12-02 10:48:12 +0100 pb  r264676 : fix: #i88478# STR_STYLE_FAMILY_... added 2008-12-02 10:45:46 +0100 pb  r264674 : fix: #i88478# SwXStyleFamily: XpropertySet support added 2008-12-02 10:43:44 +0100 pb  r264673 : fix: #i88478# STR_STYLE_FAMILY_... added 2008-12-02 10:40:45 +0100 pb  r264671 : fix: #i88478# table.srs added 2008-12-02 10:37:45 +0100 pb  r264669 : fix: #i88478# dummy text of DisplayName replaced 2008-12-02 10:35:26 +0100 pb  r264668 : fix: #i88478# RID_SVXSTR_STYLEFAMILY_TABLEDESIGN added 2008-12-02 10:30:24 +0100 pb  r264666 : fix: #i88478# RID_SVXSTR_STYLEFAMILY_TABLEDESIGN added 2008-11-24 10:42:03 +0100 pb  r264214 : fix: #i92765# set search algorithm with sense 2008-11-24 07:02:31 +0100 pb  r264194 : fix: #i61775# dont display more than 100 fonts 2008-11-24 06:15:20 +0100 pb  r264193 : fix: #i96418# map module swxform to swriter for help 2008-11-20 11:34:21 +0100 pb  r264035 : fix: #i93453# map 'swform' and 'swreport' to 'sdatabase' 2008-11-20 09:55:30 +0100 pb  r264030 : fix: #i94023# after copy a ResId dont forget to set RT correctly


2009-01-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [10478b15ac99372671615a45e6b3cb2dc1289a97]

CWS-TOOLING: integrate CWS mav43 2008-12-17 14:42:56 +0100 tbo  r265602 : #i97269# changed hid.lst and etab.win 2008-12-15 15:36:04 +0100 mav  r265508 : #i95809# remove the stream as well 2008-12-12 13:20:09 +0100 mav  r265411 : #i95809# small fixes 2008-12-12 13:12:07 +0100 mav  r265410 : #i95809# fix streams handling 2008-12-12 10:45:29 +0100 mav  r265397 : #i95809# close the stream if there is no storage 2008-12-12 10:24:38 +0100 mav  r265396 : #i95809# close the stream if there is no temporary file 2008-12-12 00:56:13 +0100 mav  r265383 : #i95809# adopt for linux 2008-12-12 00:51:25 +0100 mav  r265382 : #i95809# adopt for linux 2008-12-12 00:38:31 +0100 mav  r265381 : #i95809# check timestamp only if fs locking not active 2008-12-12 00:35:32 +0100 mav  r265380 : #i95809# small fixes 2008-12-12 00:29:33 +0100 mav  r265379 : #i95809# small fixes 2008-12-11 22:30:15 +0100 mav  r265374 : #i97092# allow to use default master password 2008-12-11 22:20:56 +0100 mav  r265372 : #i95809# avoid storage closing 2008-12-11 21:11:37 +0100 mav  r265368 : #i97092# do not publish for now 2008-12-11 21:08:22 +0100 mav  r265366 : #i95809# fix typo 2008-12-11 21:06:49 +0100 mav  r265364 : #i95809# small fixes 2008-12-11 21:05:13 +0100 mav  r265363 : #i95809# small fixes 2008-12-11 20:40:05 +0100 mav  r265360 : #i95809# show warning if the document was touched 2008-12-11 20:39:44 +0100 mav  r265359 : #i95809# show warning if the document was touched 2008-12-11 19:54:45 +0100 mav  r265355 : #i95809# small fixes 2008-12-11 19:42:52 +0100 mav  r265353 : #i95809# small fixes 2008-12-11 19:30:30 +0100 mav  r265351 : #i95809# small fixes 2008-12-11 19:16:40 +0100 mav  r265349 : #i95809# small fixes 2008-12-11 19:05:56 +0100 mav  r265348 : #i95809# small fixes 2008-12-11 18:26:03 +0100 mav  r265346 : #i95809# ignore the exception 2008-12-11 18:19:28 +0100 mav  r265345 : #i95809# pure imput stream in case of local file URL means opening of document readonly 2008-12-11 17:41:56 +0100 mav  r265341 : #i95809# unfortunately SfxMedium can not take the decision 2008-12-11 17:37:07 +0100 mav  r265340 : #i95809# fix typo 2008-12-11 17:33:47 +0100 mav  r265339 : #i95809# pure imput stream in case of local file URL means opening of document readonly 2008-12-11 16:12:26 +0100 mav  r265330 : #i95809# let dialogs look better 2008-12-11 15:50:43 +0100 mav  r265322 : #i97092# allow to use default master password 2008-12-11 13:35:39 +0100 mav  r265295 : #i97092# allow to use default master password 2008-12-11 13:04:28 +0100 mav  r265290 : #i97092# allow to use default master password 2008-12-11 12:34:52 +0100 mav  r265284 : #i97092# allow to use default master password 2008-12-11 11:21:33 +0100 mav  r265267 : #i95809# adopt for linux 2008-12-11 10:25:22 +0100 mav  r265255 : #i97092# allow to use default master password 2008-12-11 10:24:35 +0100 mav  r265254 : #i97092# allow to use default master password 2008-12-10 17:02:32 +0100 pb  r265207 : fix: #i97092# more info text 2008-12-10 16:40:53 +0100 mav  r265205 : #i95809# integrate new file locking UI in sfx workflow 2008-12-10 16:38:55 +0100 mav  r265204 : #i95809# allow to ignore own lock on saving 2008-12-10 14:52:12 +0100 pb  r265192 : fix: #i97092# new master password behavior 2008-12-10 14:51:22 +0100 pb  r265191 : fix: #i97092# new master password bahavior 2008-12-10 14:49:46 +0100 pb  r265189 : fix: #i97092# new master password bahavior 2008-12-10 10:55:19 +0100 mav  r265155 : #i95809# allow to ignore own lock on saving 2008-12-09 17:47:51 +0100 mav  r265124 : #i95809# allow to ignore own lock on saving 2008-12-07 11:24:57 +0100 mav  r264949 : #i95809# let the request be derived from IOException 2008-12-05 18:31:35 +0100 mav  r264915 : #i95809# use the locking related dialogs from InteractionHandler 2008-12-04 18:33:36 +0100 mav  r264867 : #i95809# the requests for the new locking UI 2008-12-04 10:26:52 +0100 pb  r264822 : fix: #i95809# new message boxes for locking 2008-12-04 10:23:51 +0100 pb  r264821 : fix: #i95809# STR_OPENLOCKED_UNKNOWNUSER replaced by STR_UNKNOWNUSER 2008-12-04 10:18:23 +0100 pb  r264820 : fix: #i95809# new message boxes for locking 2008-12-04 10:15:56 +0100 pb  r264819 : fix: #i95809# new message boxes for locking 2008-12-03 16:06:46 +0100 mav  r264796 : #i95809# system file locking support 2008-12-02 16:19:30 +0100 mav  r264717 : #i95809# system file locking support 2008-12-02 16:07:10 +0100 mav  r264716 : #i95809# system file locking support 2008-12-02 15:58:53 +0100 mav  r264714 : #i95809# change the name 2008-12-02 15:58:06 +0100 mav  r264713 : #i95809# do not allow to change ReadOnly flag in TypeDetection 2008-12-02 15:56:00 +0100 mav  r264712 : #i95809# system file locking support 2008-12-02 15:43:20 +0100 mav  r264708 : #i95809# change the name 2008-12-02 15:38:08 +0100 mav  r264706 : #i95809# an options to control system file locking usage


2009-01-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [62456afb43c461927680a9298fb94d0f130b407e]

CWS-TOOLING: integrate CWS locales31 2008-12-10 14:56:44 +0100 er  r265193 : calling convention mismatch 2008-12-08 12:04:56 +0100 er  r264984 : #i96840# classify some extra languages as CTL 2008-12-05 19:54:02 +0100 erack  r264916 : ImpSvNumberformatScan::ScanType: do not miscategorize as automtic currency if currency symbol in General string, such as R in Standard 2008-12-04 12:07:05 +0100 erack  r264831 : CWS-TOOLING: rebase CWS locales31 to trunk@264807 (milestone: DEV300:m37) 2008-12-03 16:14:17 +0100 erack  r264797 : #i93694# update script+language -> unicode digit mapping; patch from <hdu> 2008-11-25 02:01:18 +0100 erack  r264270 : #i83349# apply remaining parts of the patch, now that we use ICU 4.0; contributed by <kstribley> 2008-11-25 01:38:20 +0100 erack  r264269 : #i93694# test the bit, not the constant ... 2008-11-24 10:34:58 +0100 erack  r264211 : #i93694# LANGUAGE_ARABIC is gone 2008-11-24 01:39:25 +0100 erack  r264192 : #i94435# LANGUAGE_SPANISH now is an alias of LANGUAGE_SPANISH_MODERN, need LANGUAGE_SPANISH_DATED in switch case if both are to be used 2008-11-23 22:54:17 +0100 erack  r264190 : CWS-TOOLING: rebase CWS locales31 to trunk@263288 (milestone: DEV300:m35) 2008-11-23 20:23:28 +0100 erack  r264189 : migrate CWS locales31 to SVN


2009-01-06  Rüdiger Timm  <rt@openoffice.org>  [68f1f7d0272260f8247540b7a46906325f662cfc]

CWS-TOOLING: integrate CWS ooxml02 2008-12-18 06:12:51 +0100 jpryor  r265657 : Remove valgrind warning about "Conditional jump or move depends on uninitialised value(s)" within XclFontData::SetApiEscapement(short), as nApiEscapement isn't set by maHlpChCommon>>nApiEscapement.  Instead, provide a default value. 2008-12-16 21:50:23 +0100 jpryor  r265575 : Remove warnings from Mac OSX gcc-4.0.1. 2008-12-11 20:13:08 +0100 jpryor  r265356 : Remove warning so that ooxml02 can build on Ubuntu build bots. 2008-12-11 17:18:47 +0100 jpryor  r265336 : CWS-TOOLING: rebase CWS ooxml02 to trunk@264807 (milestone: DEV300:m37) 2008-12-10 17:03:09 +0100 kohei  r265208 : take out the xls english opcode bits from sc.  We'll decide what to do later. 2008-12-10 16:34:30 +0100 kohei  r265202 : removed the xls english formula language entry. 2008-12-10 07:03:56 +0100 jpryor  r265144 : Generate the PROT4REV, PROT4REVPASS, BACKUP, and HIDEOBJ records. 2008-12-10 05:16:23 +0100 jpryor  r265143 : Undo BIFF record reordering. This was originally done to increase code sharing between the BIFF & OOXML export code, and was tested as being compatible between several .xls-supporting apps, but it is now felt that the change in ordering will complicate testing more than is desirable. 2008-12-08 19:37:27 +0100 kohei  r265036 : 1) reverted the localized separator bits, to keep the core functionality intact. 2) introduced English XL A1 and R1C1 grammars, which can be used for OOXML export filter (and later for VBA formula parsing). 3) use the English XL A1 grammar for OOXML export. 2008-12-08 19:33:13 +0100 kohei  r265030 : added XL_ENGLISH formula language, which is used in OOXML export (and probably useful in the import as well).  This will also be used in VBA formulas as well. 2008-12-03 04:23:54 +0100 jpryor  r264737 : Revert -Werror changes; these will be handled in a separate CWS. 2008-12-03 04:21:10 +0100 jpryor  r264736 : Revert -Werror fixes; these are being handled in a separate CWS. 2008-12-02 15:48:04 +0100 kendy  r264709 : Fix even the visibility warnings. 2008-12-02 09:57:16 +0100 kendy  r264661 : Deliver also scfiltmi.dll. 2008-12-02 05:19:37 +0100 jpryor  r264654 : -Werror fixes... 2008-12-02 05:14:53 +0100 jpryor  r264653 : -Werror fixes... 2008-12-02 05:10:36 +0100 jpryor  r264652 : -Werror fixes... 2008-12-02 04:07:52 +0100 jpryor  r264651 : -Werror fixes... 2008-12-02 04:00:54 +0100 jpryor  r264650 : Further -Werror god appeasement... 2008-12-01 20:23:04 +0100 kendy  r264637 : Deliver ioox.lib. 2008-12-01 20:13:38 +0100 kendy  r264635 : More visibility fixes in sc. 2008-12-01 20:12:09 +0100 kendy  r264634 : Fix build in sax, thanks to Tor :-) 2008-12-01 20:03:36 +0100 kendy  r264631 : Define OOXLIB even on Windows. 2008-12-01 15:07:45 +0100 kendy  r264609 : More visibilility fixes - sc links now even on Win32. 2008-12-01 12:28:18 +0100 kendy  r264594 : Fix visibility markup so that it [nearly ;-)] builds on Windows. It should also save some good amount of symbols... 2008-12-01 12:18:21 +0100 kendy  r264593 : Add TYPEINFO_VISIBILITY() - it is the same as TYPEINFO(), but you can specify what visibility markup should it use. 2008-11-27 16:34:23 +0100 mmeeks  r264504 : revert ppt bits that slipped in by accident. 2008-11-27 16:32:38 +0100 kendy  r264503 : Fix visibility markup in oox (SAL_DLLPUBLIC_EXPORT -> OOX_DLLPUBLIC). 2008-11-27 16:10:16 +0100 mmeeks  r264502 : revert un-necessary filter changes ... 2008-11-27 15:52:28 +0100 mmeeks  r264498 : revert un-intended evoab2 fixes ... 2008-11-27 15:17:59 +0100 mmeeks  r264494 : revert apparently unrelated evoab2 fixups that crept in here. 2008-11-27 11:18:26 +0100 mmeeks  r264468 : Rename ComplRefData -> ScComplexRefData for dr #96652# 2008-11-26 23:05:57 +0100 kendy  r264437 : #i96634# Fix build with --disable-mozilla. 2008-11-26 22:43:25 +0100 kendy  r264435 : #i96316# Fix filter signature to fix Win32 build. 2008-11-25 17:05:35 +0100 mmeeks  r264316 : distribute new scfilt library 2008-11-25 17:04:56 +0100 mmeeks  r264315 : Add visibility markup to allow all filters to be built as a separate module, and tweak the build to build that way. Fix some existing instances of daft symbol naming around the place. Move headers that are now internal into source/filter/inc Saves ~1.4Mb on a normal calc, on Linux 2008-11-21 22:51:08 +0100 jpryor  r264178 : Disable OOXML .xlsx export. 2008-11-21 22:49:26 +0100 jpryor  r264177 : More -Werror fixes... 2008-11-21 22:05:42 +0100 jpryor  r264175 : Appease the great -Werror god. And cry. Warnings fixed:   - Duplicate definition of CREATE_OUSTRING.  This is caused because of the     use of oox within sc/source/filter/excel, and oox has it's own version of     CREATE_OUSTRING.  Fix things by ensuring that the oox version is always     included first, thus allowing the ftools.hxx version to #undef it and     provide it's own version.   - Addition of braces for `if` blocks, parenthesis to disambiguate & | && ||.   - One s/==/&&/ in dpoutput.cxx (as it's the only thing that makes sense).   - Changing parameter names so that they don't hide member variables with the     same name. 2008-11-21 13:33:25 +0100 jpryor  r264131 : Fix the Win32 build by moving the UnknownAttribute declaration into fastattribs.hxx (lest MSVC complain about vector<UnknownAttribute>). 2008-11-20 19:05:27 +0100 jpryor  r264095 : fastsax was originally a UNO component, and then turned into a hybrid UNO/C++ library.  Undo this hybridization, reverting it to a normal UNO component, and place the C++ classes into saxinstead. Update project references to use $(SAXLIB) instead of $(FASTSAXLIB).     * oox/util/makefile.mk, sc/util/makefile.mk: Remove $(FASTSAXLIB) and       use $(SAXLIB) instead.     * sax/prj/build.lst: Don't build sax\util, as sax\source\tools now       builds the sax library.     * sax/source/fastparser/exports.map: Remove; no longer needed.     * sax/source/fastparser/facreg.cxx: Change path for       fastserializer.hxx.     * sax/source/fastparser/fastattribs.cxx,       sax/source/fastparser/fastserializer.cxx,       sax/source/fastparser/fastserializer.hxx,       sax/source/fastparser/fshelper.cxx: Moved to sax/source/tools.     * sax/source/fastparser/makefile.mk: Use appropriate UNO naming       convention; link against $(SAXLIB) (which now contains       FastSaxSerializer, etc.); don't compile fastserializer.obj/etc. (now       built by tools); use component.map instead of export.map (removed).     * sax/source/tools/makefile.mk: Build sax library instead of building       a saxtools.lib file.  The sax library now contains       FastAttributeList, FastSaxSerializer, and FastSerializerHelper.     * scp2/source/ooo/file_library_ooo.scp: Install fastsax.uno, not       libfastsax. 2008-11-20 19:04:06 +0100 jpryor  r264094 :     * oox/source/core/xmlfilterbase.cxx: Remove warning. 2008-11-19 22:26:16 +0100 kendy  r264025 : #i96333# A better fix for the evoab2 installation problem Actually, it should be built as evoab2, not evoab; it should be possible to have both at the same time... 2008-11-19 21:52:12 +0100 jpryor  r264024 : Shouldn't export symbols by-glob anymore, as we're using SAX_DLLPUBLIC now. 2008-11-19 21:50:30 +0100 jpryor  r264023 : Fix Win32 linker error as FastAttributeList and FastSerializerHelper need to be accessible from other shared libraries. (Hopefully this'll work...) 	* sax/inc/sax/fastattribs.hxx, sax/inc/sax/fshelper.hxx: Add 	  SAX_DLLPUBLIC to class declarations so that they'll be visible from 	  other shared libraries. 2008-11-19 06:47:51 +0100 jpryor  r263961 : Cope with oox::core::FilterBase changes. 	* xestream.cxx: FilterBase now requires that an XModel be provided so 	  that FilterBase::filter() will actually _do_ anything useful, so 	  call FilterBase::setSourceDocument() so that it has one. 2008-11-19 06:37:34 +0100 jpryor  r263960 : make sure evoab lib is not installed twice (because it breaks install process as 2nd installation try fails). Thanks to Radek Doulik <rodo@novell.com> for the patch. 2008-11-19 01:53:27 +0100 jpryor  r263959 : Fix build break under Linux. 	* connectivity/source/drivers/evoab2/NResultSetMetaData.cxx: Use a 	  proper type declaration (`:.connectivity::SharedResource'?  wtf?!), 	  and use a type that actually exists. 	  /me suspects that this was a bad case of regex search & replace 	  without actually making sure things compiled... 	* connectivity/source/drivers/evoab2/NStatement.cxx: 	  - #include <resource/common_res.hrc> so that the symbol 	    STR_QUERY_TOO_COMPLEX can be found. 	  - Use a variable that actually has the throwGenericSQLException() 	    method... 2008-11-18 21:37:46 +0100 kendy  r263956 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> getTableStyles() needs to be a member of XclExpXmlStream... 2008-11-18 21:37:12 +0100 kendy  r263955 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix runtime crash due to sending a non-POD type through a ... function. 	* sc/source/filter/excel/xestyle.cxx: Stupid fix: 	  s/.getStr() FSEND/.getStr(), FSEND/g (commas are important!). 2008-11-18 21:36:47 +0100 kendy  r263954 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix sc build problems... 	* excel/excdoc.cxx, excel/excrecds.cxx: Remove ScTableProtection, 	  XclExpProtection references (these don't exist here); remove 	  compiler warnings & errors (AddSdrPage prototype changed?!). 	* excel/expop2.cxx: XclEscher constructor changed; deal. 	* excel/xestream.cxx, inc/xestream.hxx: XmlFilterBase added some 	  additional abstract members; implement them so we're a concrete 	  type. 2008-11-18 21:36:25 +0100 kendy  r263953 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:36:00 +0100 kendy  r263952 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Flush, Flush, Flush... 2008-11-18 21:35:38 +0100 kendy  r263951 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/numFmts/numFmt support. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/numFmts/numFmt. 2008-11-18 21:35:08 +0100 kendy  r263950 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/colors/indexedColors/rgbColor. Also generates /worksheet//col/@style. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/colors/indexedColors/rgbColor. 	* sc/source/filter/excel/xetable.cxx: Generate /worksheet//col/@style. 2008-11-18 21:34:46 +0100 kendy  r263949 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct /worksheet//row/@s and /worksheet//row/@ht logic. We need an actual /styleSheet/cellXfs index for //row/@s, which mnIndex most certainly was not, and XclExpRow::mnHeight is a value in twips, while OOXML //row/@ht is a value in points, resulting in _huge_ row heights when opening the document in Excel.  Oops. 	* sc/source/filter/excel/xetable.cxx: Fix //row/@s, //row/@ht. 2008-11-18 21:34:15 +0100 kendy  r263948 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/cellXfs/xf/@xfId. Now that I understand what this field is supposed to contain... 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate /styleSheet/cellXfs/xf/@xfId. 2008-11-18 21:33:52 +0100 kendy  r263947 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Document current state of style support. 2008-11-18 21:33:22 +0100 kendy  r263946 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Style Index Support, Take 3! The problem is XclExpCellTable and XclExpRkCell: when XclExpCellTable creates XclExpRkCell instances, it sets their style to EXC_XFID_NOTFOUND, which seems to persist for quite some time, and is later "corrected" to the correct style index in XclExpXFBuffer::GetXFIndex(). This leads to all sorts of problems for me, though, as XclExpXFBuffer::maCellIndexes and maStyleIndexes were a nXFId::index map, and it wasn't easy to get a "valid" nXFId value. Hence, Take 3: maCellIndexes and maStyleIndexes aren't nXFId::index maps, but nXFIndex::index maps. (nXFId is the "original" XF index into XclExpXFBuffer::maXFList, while nXFIndex is the index into XclExpXFBuffer::maSortedXFList, which is the order that BIFF Excel export uses.) Since the nXFId::nXFIndex map logic must work (it's required for BIFF support), we can rely on this logic via a nXFIndex::xml-index map, allowing us to export correct style indexes. Now things Just Work (at least until I find another set of bugs...). 	* sc/source/filter/excel/xestyle.cxx: Rewrite (and simplify) 	  maCellIndexes and maStyleIndexes initialization, so that 	  XclExpRkCell can get proper style indexes. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Rewrite XclExpBlankCell and XclExpRkCell XML generation to more 	  closely mimic BIFF generation (thus allowing us to more sanely deal 	  with the XclExpMultiCellBase "chaining" semantics). 2008-11-18 21:33:01 +0100 kendy  r263945 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Correct font export within xl/styles.xml. The problem is that BIFF export inserts a "blind" font to appease older versions of Excel, but Excel/OOXML does not want the blind font.  So instead of making XclExpBlindFont do nothing -- which causes all //*/@fontId values to be wrong because the @fontId is counting a font that isn't present -- we just don't use XclExpBlindFont with OOXML output. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Don't override+implement XclExpBlindFont::SaveXml(), and instead 	  don't add a XclExpBlindFont() record for OOXML export. 2008-11-18 21:32:30 +0100 kendy  r263944 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable export of blank cells. Blank cells can contain formatting information (background color, borders, etc.), and XclExpBlankCell was previously overlooked. :-( 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Export /worksheet//c elements for blank cells. 2008-11-18 21:32:08 +0100 kendy  r263943 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Start implementing /worksheet/cols/col/c/@s attribute. This allows Style information to be set for cells.  It currently works for background color on cells with text; still needs work to support ~everything. 	* sc/source/filter/excel/xetable.cxx: Generate the 	  /worksheet/cols/col/c/@s attribute so that it contains the Cell XF 	  which contains the appropriate formatting information. 2008-11-18 21:31:41 +0100 kendy  r263942 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix "Excel yells when importing a document that sets cell background color." i.e. styles weren't quite right (shock!). In this case, the issues were:   - I wasn't distinguishing between *Cell* XFs and *Style* XFs.   - //cellStyle/@xfId refers to an index into //cellStyleXfs, and I wasn't     generating //cellStyleXfs.  Thus, if //cellStyle was present, Excel     yelled.   - "Indexes" were *completely* wrong.  BIFF only has a single set of indexes     to track, nicely kept in XclExpXFBuffer::maXFIndexVec.  OOXML has _two_     sets: //cellXfs and //cellStyleXfs, each of which are referenced "by     index" from other XML parts (and from _this_ XML part, via     //cellStyle/@xfId - above).   - We needed to export builtin styles. So *now*, if you create an empty Calc document, set a cell background color, save, and load into Excel, it will load without error. You *still* won't see the proper cell background color in Excel, but at least it loads w/o error (which wasn't previously true). 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Add XclExpXFBuffer::GetXmlCellIndex(); lots of other changes (see 	  above for the details). 2008-11-18 21:31:19 +0100 kendy  r263941 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Er, yeah. 2008-11-18 21:30:54 +0100 kendy  r263940 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove deliberate segfault-inducing code. 2008-11-18 21:30:29 +0100 kendy  r263939 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open a document that changes a cell background. Note: it still doesn't *work* yet (as we don't set the cell's @s property so Excel reads the appropriate style), but it does LOAD w/o error now.  This is progress. 	* sc/source/filter/excel/xestyle.cxx: Lots 'o changes; 	  - Exclude the <bgColor/> and <fgColor/> children of //patternFill if 	    the colors aren't actually set. 	  - Don't export //xf/@xfId, as I'm not sure wtf this is supposed to 	    contain yet. 	  - Enhance the Border/Fill lists created last time so it behaves 	    properly: use custom predicates to check for equality (no idea 	    what the default operator== does; it's probably wrong); don't use 	    AddBorderAndFill() at all the "entry" points as this misses cells, 	    instead process all cells within XclExpXFBuffer::Finalize() and 	    add borders/fills there (thus ensuring we hit all cells); 	    Assert that the border/fill id values are valid. 	  - Add a default set of fills.  Excel complains loudly if you're 	    missing these fills, so make sure they're always present. 	  - //borders/@count should contain the *Borders* count, not the Fills 	    count.  Oops. 2008-11-18 21:30:04 +0100 kendy  r263938 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Continue style support. Excel can now (again!) open Calc-generated spreadsheets. Compared to other parts, this was a mess, mostly because (for the first time) the XML format did NOT closely match the pre-existing binary format.  It's reasonably close, but some additional mapping is necessary.  In particular, in BIFF the XF records contain "inline" the border and fill information.  In OOXML this information is referred to "by-index"; consequently we need to create an internal table of borders & fills so that we can then determine the by-index value for borders and fills. :-( Furthermore, my previous `font support` commit was broken: it removed duplicate fonts.  While this *sounds* like a good idea (look ma, smaller files!), it's not (currently) a good idea as the XclExpXF::mnXclFont value is an index into this font list (_with_ duplicate values).  Removing the duplicates results in invalid /styleSheet/cellXfs/xf/@fontId values, which causes Excel to complain (and no end of grief for me). All told, this adds support for: /styleSheet/borders, /styleSheet/borders/border, /styleSheet/borders/border/bottom, /styleSheet/borders/border/diagonal, /styleSheet/borders/border/left, /styleSheet/borders/border/right, /styleSheet/borders/border/top, /styleSheet/cellXfs, /styleSheet/cellXfs/xf, /styleSheet/cellXfs/xf/alignment, /styleSheet/cellXfs/xf/protection, /styleSheet/fills, /styleSheet/fills/fill, /styleSheet/fills/fill/patternFill, /styleSheet/fills/fill/patternFill/bgColor, and /styleSheet/fills/fill/patternFill/fgColor. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Get xl/styles.xml into an actual Excel-loadable condition. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(Color). 2008-11-18 21:29:41 +0100 kendy  r263937 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /styleSheet/fonts/font. This generates: /styleSheet/fonts/font/b, /styleSheet/fonts/font/charset, /styleSheet/fonts/font/color, /styleSheet/fonts/font/condense, /styleSheet/fonts/font/extend, /styleSheet/fonts/font/family, /styleSheet/fonts/font/i, /styleSheet/fonts/font/name, /styleSheet/fonts/font/outline, /styleSheet/fonts/font/shadow, /styleSheet/fonts/font/strike, /styleSheet/fonts/font/sz, /styleSheet/fonts/font/u, and /styleSheet/fonts/font/vertAlign. Missing is: /styleSheet/fonts/font/scheme, 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change WriteFontData() to take 	  a `sal_Int32 nFontId' parameter, which is the element to write to 	  contain the font name.  This is necessary as the shared string table 	  wants to use XML_rFont for the font name, while //fonts/font wants 	  XML_name for the font name. 	* sc/source/filter/excel/xestring.cxx: WriteFontData() change. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Generate </styleSheet> element (oops), and generate 	  /styleSheet/fonts/font/** for all unique fonts. 2008-11-18 21:29:12 +0100 kendy  r263936 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Rename XclExpXmlStream::WriteCurrentStreamAttributes() to WriteAttributes(). Also adds XclExpXmlStream::WriteFontData().  The WriteCurrentStreamAttributes() to WriteAttributes() change was done so that method names would have a reasonable length, and adding WriteCurrentStreamFontData() was looking like an ugly pattern continuation. XclExpXmlStream::WriteFontData() is to support code sharing of XclFontData generation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestring.cxx: 	  s/WriteCurrentStreamAttributes/WriteAttributes/g, add 	  WriteFontData() ("moved" from xestring.cxx). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Deal with above changes. 2008-11-18 21:28:50 +0100 kendy  r263935 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Begin style support. 	* sc/source/filter/excel/excdoc.cxx: For OOXML output, create an 	  XclExpXmlStyleSheet instance instead of generating FONTLIST, 	  FORMATLIST, XFLIST, and PALETTE separately, as these need to be 	  written to a separate .zip part. 	* sc/source/filter/inc/xestyle.hxx, sc/source/filter/excel/xestyle.cxx: 	  Begin generating the xl/styles.xml part. 2008-11-18 21:28:25 +0100 kendy  r263934 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Partially=20implement=20Comments=20(=C2=A73.7).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit This generates the /xl/commentsN.xml files (N == sheet index number). This is only a partial generation because Excel requires that a drawing object be associated with the comment in order to display it.  No drawing object, and instead Excel displays a dialog warning that the comments could not be displayed. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Create a XclExpComments object to 	  generate the appropriate commentsN.xml file, as the commentsN.xml 	  file needs to write information about *all* of the comments (author 	  information), so we can't just write out the XclExpNotes individually. 	* sc/source/filter/xcl97/xcl97rec.cxx, 	* sc/source/filter/excel/xecontent.cxx: Cope with 	  XclExpXmlStream::CreateOutputStream() changes. 	* sc/source/filter/inc/xeescher.hxx, 	  sc/source/filter/excel/xeescher.cxx: Add and implement 	  XclExpComments, and add XML generation to XclExpNote. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclExpXmlStream::CreateOutputStream() to take full and relative 	  paths (instead of trying to cosntruct a full/relative path based on 	  the parameters).  This was necessary because commentsN.xml needs to 	  insert a relative path of e.g. "../comments1.xml", which the 	  previous implementation would have made difficult.  I think this 	  makes things clearer and less magical as well. 2008-11-18 21:28:01 +0100 kendy  r263933 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement most of the Shared String Table support. Previously we generated /sst/si/t, which supports non-formatted text. Now we support formatting within a cell -- AS LONG AS the formatting isn't applied to the first character/token.  (The first character/token requires formal styles support, which is lacking; everything after character position 1 can be handled within the shared string table.) Now we have: /sst/si/r/rPr/b, /sst/si/r/rPr/charset, /sst/si/r/rPr/color, /sst/si/r/rPr/family, /sst/si/r/rPr/i, /sst/si/r/rPr/outline, /sst/si/r/rPr/rFont, /sst/si/r/rPr/scheme, /sst/si/r/rPr/shadow, /sst/si/r/rPr/strike, /sst/si/r/rPr/sz, /sst/si/r/rPr/u, /sst/si/r/rPr/vertAlign, and /sst/si/r/t. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx: Use XclExpString::WriteXml() 	  to generate string values, instead of assuming everything is 	  unformatted /sst/si/t elements. 	* sc/source/filter/inc/xestring.hxx, 	  sc/source/filter/excel/xestring.cxx: Add and implement 	  XclExpString::WriteXml(), which now handles formatted text runs. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Change 	  XclXmlUtils::ToOUString(ScfUInt16Vec) to 	  XclXmlUtils::ToOUString(ScfUInt16Vec,int,int) so that it can be 	  easily used for substrings; add asserts to 	  XclXmlUtils::To*String(XclExpString) to ensure that we're not 	  dealing with formatted text there (as formatted text needs to go 	  through XclExpString::WriteXml(), but these methods are often used 	  for attribute values which cannot have formatted text). 2008-11-18 21:27:35 +0100 kendy  r263932 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Update of TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:27:14 +0100 kendy  r263931 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* sc/source/filter/excel/xecontent.cxx: Generate "External" for the 	  hyperlink's TargetMode property, so that Excel will load the 	  generated spreadsheet without error. 2008-11-18 21:26:39 +0100 kendy  r263930 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> I think this was what was meant 2008-11-18 21:26:18 +0100 kendy  r263929 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open documents w/ all contents selected. Previously, if you selected all cells (Ctrl+A) then saved, the //selection/@sqref attribute would contain "A:IV", which Excel didn't like. 	* sc/source/filter/excel/xestream.cxx: Don't allow a MAXROW or MAXCOL 	  value to hit ScRange::Format(), thus avoiding the "missing row 	  numbers" issue. 2008-11-18 21:25:46 +0100 kendy  r263928 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Mostly) Implement /worksheet/hyperlinks/hyperlink. The only piece missing is error-free Excel import, and in order for Excel to import a generated document error-free is for the sheetN.xml.rels document to contain a /Relationships/Relationship/@TargetMode attribute, e.g. 	<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" Target="http://www.example.com/" TargetMode="External"/> I'm not sure how to add this functionality yet. 	* sc/source/filter/excel/excdoc.cxx: Generate the 	  /worksheet/hyperlinks start and end elements, if appropriate. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate the 	  /worksheet/hyperlinks/hyperlink element 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOUString(XclExpString). 2008-11-18 21:25:24 +0100 kendy  r263927 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement AutoFilter support. This includes /worksheet/autoFilter, /worksheet/autoFilter/filterColumn, /worksheet/autoFilter/filterColumn/top10, /worksheet/autofilter/filterColumn/customFilters, and /worksheet/autofilter/filterColumn/customFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate //autoFilter/*. 	* sc/source/filter/excel/xename.cxx: Apparently adding an AutoFilter 	  adds a "defined name" with an empty string (!), so change 	  XclExpName::SaveXml() to skip entries with empty names. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement a 	  specialization for XclExpValueRecord<double>::SaveXml().  This is 	  necessary because Fridrich's change to XclExpValueRecord::SaveXml() 	  (to case maValue to sal_Int32) broke double exports (as it cast the 	  double to a sal_Int32, thus truncating the value).  Since we don't 	  want to re-add the ambiguity warning, we need to specialize so that 	  `double' output uses the correct rtl::OString::valueOf() method. 2008-11-18 21:24:55 +0100 kendy  r263926 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix OOXML Calc export so that documents containing > 1 feature work. While most previous features worked -- you could create a document using the feature, save it, and open it in Excel w/o issue -- they worked in isolation.  So in trying to create a single test document to test as many features as possible, things (expectedly) broke, so this fixes things up. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/excrecds.cxx: Reorder element output to 	  conform to the OOXML XSD (and allow Excel to read features.xlsx). 2008-11-18 21:24:34 +0100 kendy  r263925 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/autoFilter. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate the 	  /worksheet/autoFilter element. 2008-11-18 21:24:07 +0100 kendy  r263924 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate OUString::valueOf calls 2008-11-18 21:23:45 +0100 kendy  r263923 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> (Hopefully) Make Formula Export Locale-Independent. Nice as Kohei's patch was, it relied on formula export being in the same locale as the user's locale.  So import into Excel would work for *me* (en-US user), but fail for ~everyone else (i.e. not very useful). This patch is a hack, but has the added benefit that it appears to work: create an ScCompiler::OpCodeMapPtr that's specific to OOXML output, and not cache the results.  Not ideal, but enough to progress further... 	* sc/inc/grammar.hxx: Add GRAM_OOXML_A1, which is a locale-independent 	  grammar value (forces ENGLISH, which is what Excel expects). 	* sc/source/core/tool/compiler.cxx: When dealing with GRAM_OOXML_A1, 	  create a new/unique OpCodeMap that always uses ',' for SC_OPCODE_SEP. 	* sc/source/filter/excel/xestream.cxx: Use GRAM_OOXML_A1 for output. 2008-11-18 21:23:20 +0100 kendy  r263922 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix formula export to use ',' to separate parameters instead of ';'. This is just Kohei's calc-formula-variable-separators-sc.diff patch, but it works quite nicely for this. :-) 	* sc/inc/compiler.hxx, sc/source/core/tool/compiler.cxx: Allow 	  characters other than ';' to be used as the parameter separator 	  within functions.  We don't care so much about permitting people to 	  *enter* such formulas, but this also gives us the ability to 	  *export* such formulas using ',' instead of ';', which Excel 	  requires. 2008-11-18 21:22:55 +0100 kendy  r263921 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Finish initial support for /worksheet/sheetData/row/c. Support for some attributes is missing (such as those storing formatting information), but we now (almost completely) save cell values, errors, boolean cells, and formulas. The only missing feature is for > 1 formula argument, e.g. "SUM(A1;B1)". This needs to be exported as "SUM(A1,B1)" (note the comma). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Add formula support for /worksheet/sheetData/row/c.  Remove 	  XclExpBlankCell::SaveXml(), as I can't think of anything it would 	  actually need to do. 2008-11-18 21:22:30 +0100 kendy  r263920 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement partial support for /worksheet/sheetData/row/c. This is take 1 of string and value support (//c[@t='s' or @t='n']). Boolean (//c[@t='b']) and error (//c[@t='e']) support is also there, but I have no idea how to test bool and error output without formula support. TESTING: Numbers have two serialization paths:   - "RK" numbers, which go through XclExpRkCell.   - non-RK numbers, which go thorugh XclExpNumberCell. RK numbers are integers or numbers evenly divisible by 100.  All other floating point values (e.g. Pi) are non-RK values. Strings are, well, strings. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row/c for strings and numeric values, 	  and stub out support for the other //c types (formulas, errors, 	  boolean values, blank values...). 2008-11-18 21:22:08 +0100 kendy  r263919 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetData/row. 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Generate /worksheet/sheetData/row; generate <sheetData/> instead of 	  <sheetData></sheetData> if there are no rows. 2008-11-18 21:21:40 +0100 kendy  r263918 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> =?utf-8?q?Flush=20sc/source/filter/excel/ooxml-export-TODO.txt;=20completed=20first=20passs=20of=20=C2=A73.3.1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 2008-11-18 21:21:15 +0100 kendy  r263917 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView. 	* sc/source/filter/excel/xeview.cxx: Generate attributes for 	  /worksheet/sheetViews/sheetView. 2008-11-18 21:20:54 +0100 kendy  r263916 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetPr/pageSetUpPr. This also partially implements /worksheet/sheetPr, but most of it is TODO. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter XclExpWsbool initialization 	  for XML output so we can output additional information. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Generate /worksheet/sheetPr and 	  /worksheet/sheetPtr/pageSetUpPr elements. 2008-11-18 21:20:28 +0100 kendy  r263915 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Fix /worksheet/sheetViews/sheetView/selection/@sqref for multi-selection. When multiple cells are selected, //selection/@sqref needs to be space separated ("A1 A3 B2") not comma-separated ("A1,A3,B2"). 	* sc/source/filter/excel/xestream.cxx: Use space as the separator 	  character between ScRanges. 2008-11-18 21:20:06 +0100 kendy  r263914 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/sheetViews/sheetView/selection. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclRangeList). 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Generate /workbook/sheetViews/sheetView/selection. 2008-11-18 21:19:39 +0100 kendy  r263913 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> *Actually* implement /worksheet/printOptions. Previously I was emitting /worksheet/printOptions, but neglected to actually emit any attributes for that element.  Oops. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/xepage.cxx: 	  Use the new 3-argument XclExpBoolRecord constructor to specify the 	  OOXML attribute to generate from SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add a `nAttribute' parameter to 	  the constructor (default is disabled) so that the caller can specify 	  which attribute to generate instead of having a horrible 	  special-case HACK in XclExpBoolRecord::SaveXml() (which wasn't a 	  very scalable solution; this is much better).  This isn't perfect, 	  as XclExpBoolRecord::SaveXml() still has some special logic, but 	  it's better than it was... 2008-11-18 21:19:17 +0100 kendy  r263912 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/sheetViews/sheetView/pane. Slightly more complicated than you'd think, as //pane needs to be after //dimension but *before* //sheetData, and previously //dimension was being generated as part of the //sheetData processing (thus making it difficult to interrupt the generation for //sheetViews). 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/excdoc.hxx, sc/source/filter/excel/excdoc.cxx: 	  Add FillAsXmlTable(); aRecList now gets filled either as a BINARY 	  (FillAsXmlTable) or "XML" (FillAsXmlTable), because trying to juggle 	  eBiff<= BIFF5, ==BIFF8, and GetOutput()!=EXC_OUTPUT_BINARY (XML) was 	  straining my head, and OOXML record ordering is looking to be quite 	  different from BIFF.  "Create" a EXC_ID3_DIMENSIONS record so that 	  //dimension is generated before //sheetViews. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Add XclExpDelegatingRecord. 	  This is needed because I need an ScfRef<XclExpRecordBase> (to insert 	  the DIMENSION record into the correct location), but XclExpDimension 	  is located within another object and thus can't be heap-allocated 	  itself (at least not w/o changing how it works).  Thus I instead 	  create an XclExpDelegatingRecord instance which points to the 	  XclExpDimension instance I care about w/o worrying about double 	  freeing or `delete`ing non-`new`d memory... 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::ToOString(XclAddress). 	* sc/source/filter/inc/xetable.hxx, sc/source/filter/excel/xetable.cxx: 	  Don't generate //dimension from XclExpRowBuffer::SaveXml(), as this 	  needs to be done earlier; add XclExpRowBuffer::GetDimensions(), used 	  by XclExpCellTable::CreateRecord() to return an XclExpRecordRef to 	  the already existing XclExpDimensions instance; change 	  XclExpCellTable::CreateRecord() to (a) make it non-const, and (b) 	  return the appropriate XclExpDimension instance for the 	  EXC_ID3_DIMENSIONS record type. 	* sc/source/filter/inc/xeview.hxx, sc/source/filter/excel/xeview.cxx: 	  Implement /worksheet/sheetViews and 	  /worksheet/sheetViews/sheetView/pane, and partially implement 	  /worksheet/sheetViews/sheetView. 	* sc/source/filter/xcl97/xcl97rec.cxx: Don't emit the 	  /workbook/workbookProtection/@revisionsPassword attribute, as this 	  causes xmllint XSD Schema validation to fail. 2008-11-18 21:18:48 +0100 kendy  r263911 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet[pageMargins and pageSetup and printOptions]. Note: this change alters the ordering of records in (binary) .xls files as well as .xlsx files.  This change does not seem to cause any repercussions; Excel 2007 and Calc 2.4 still open generated .xls files w/o complaint. (The records were reordered to simplify generation of OOXML, as otherwise we'd either have a conditional mess or we'd have code duplication.  This seems to work, but can be worked around if deemed necessary.) 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate /worksheet/pageMargins, /worksheet/pageSetup, and 	  /worksheet/printOptions elements. 	* sc/source/filter/inc/xerecord.hxx: Add ExlExpValueRecord<T>::SaveXml() 	  and ExlExpValueRecord<T>::SetAttribute() (needed to generate 	  attributes for some of the above elements). 2008-11-18 21:18:26 +0100 kendy  r263910 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/mergeCells/mergeCell. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/inc/xecontent.hxx, 	  sc/source/filter/excel/xecontent.cxx: Generate 	  /worksheet/mergeCells and /worksheet/mergeCells/mergeCell elements. 2008-11-18 21:17:58 +0100 kendy  r263909 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/scenarios, //scenario, //inputCells. "Minor" implementation difficulty (making this patch larger than would normally be required): Scenarios implicitly add a new invisible worksheet (as is noticable if you look at the Calc status bar after clicking Tools->Scenarios...->OK; status goes from "Sheet 1/3" to "Sheet 1/4"). This extra sheet foiled my (stupid) resource ID mapping which "just happened" to work, allowing rId1::sheet1 mappings.  The problem was that it worked only by "luck" (and I'm not exporting too much), and it was bound to break at some point...like now. Consequently in addition to exporting //scenarios et. al, this also adds additional infrastructure to deal with creating and storing Resource Ids, in particular so that sheet's get valid resource Ids and Excel will still deign to open our files w/o generating errors. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Change the ordering of 	  ExcEScenarioManager & FilterManager to follow the OOXML XSD; 	  ExcTable::WriteXml() no longer creates the sheet stream (this is 	  done by ExcBundlesheet8::SaveXml()), so lookup the correct stream 	  to use instead. 	* sc/source/filter/excel/xepage.cxx: Flush comments. 	* sc/source/filter/excel/xetable.cxx: Cleanup. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Change 	  ExcBundlesheet8::WriteXml() to open the appropriate sheet output 	  stream (so that we can get a valid ResourceId for this output stream 	  to use in //sheet[@r:id]); implement //scenarios, //scenario, and 	  //inputCells for scenario generation. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add 	  XclXmlUtils::GetStreamName(), XclXmlUtils::ToOString(ScAddress), 	  XclXmlUtils::ToOString(ScRange), 	  XclXmlUtils::ToOString(XclExpString), 	  XclExpXmlStream::GetIdForPath(), 	  XclExpXmlStream::GetStreamForPath().  The XclXmlUtils methods are 	  helper routines (code cleanup), while the XclExpXmlStream methods 	  are to permit "registration" of a Path to both a RelationshipId and 	  a FSHelperPtr for later output.  This allows e.g. 	  ExcBundlesheet8::SaveXml() to open the output stream, and have 	  ExcTable::WriteXml() grab and use this output stream later. 	  Changed CreateOutputStream() to (optionally) return the ResourceId 	  as an output parameter. 2008-11-18 21:17:35 +0100 kendy  r263908 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepage.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use writeEscaped() instead of 	  write() in places that require escaping. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Remove XclXmlUtils::Escape(). 2008-11-18 21:17:10 +0100 kendy  r263907 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/headerFooter[oddHeader, oddFooter]. Excel distinguishes between left, right, and front page sets, while Calc doesn't (at least, the .xls output doesn't make that distinction). Consequently, we generate "all pages have these headers/footers" output. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Alter record ordering so that the 	  //headerFooter element is inserted into the correct position to 	  allow Excel to open generated documents. 	* sc/source/filter/inc/xepage.hxx, sc/source/filter/excel/xepage.cxx: 	  Generate the /worksheet/headerFooter, 	  /worksheet/headerFooter/oddHeader, and 	  /worksheet/headerFooter/evenHeader elements. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Extend the 	  XclExpStartXmlElementRecord and XclExpStartSingleXmlElementRecord 	  types to accept a callback function which is invoked after starting 	  the element.  This allows us to ~easily provide the 	  /worksheet/headerFooter attributes w/o creating new XclExpRecordBase 	  subclasses. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::Escape() 	  functions which perform XML character escaping (e.g. s/</&lt;/g) so 	  that we don't generate invalid XML.  In particular, the header/footer 	  contains a "formatting code" which contains '&', which must be 	  escaped within the generated XML. 2008-11-18 21:16:47 +0100 kendy  r263906 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dimensions. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/dimensions. 2008-11-18 21:16:21 +0100 kendy  r263905 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/dataValidations/dataValidation[formula1, formula2]. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Implement 	  /worksheet/dataValidations, 	  /worksheet/dataValidations/dataValidation, //formula1, //formula2. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add XESTRING_TO_PSZ(), 	  XclXmlUtils::ToOString(ScRangeList), 	  XclXmlUtils::ToOUString(ScDocument&,ScAddress,ScTokenArray*). 2008-11-18 21:15:58 +0100 kendy  r263904 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/conditionalFormatting. Note that Excel will NOT currently open files containing this element, as the XML is incomplete: the XSD requires at least one nested /worksheet/conditionalFormatting/cfRule element, which we're not yet generating.  We do properly generate //conditionalFormatting/@sqref. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/inc/xecontent.hxx: Generate 	  /worksheet/conditionalFormatting. 2008-11-18 21:15:31 +0100 kendy  r263903 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/cols/col; unstub /worksheet/sheetData. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Remove <sheetData/> stub, as 	  //col needs to come _before_ //sheetData, and emitting //sheetData 	  here makes that impossible (and keeps Excel from loading our files). 	* sc/source/filter/excel/xetable.cxx, sc/source/filter/inc/xetable.hxx: 	  Implement /worksheet/cols (XclExpColinfoBuffer), 	  /worksheet/cols/col (XclExpColinfo), and stub out 	  /worksheet/sheetData in the correct position to appease Excel. 2008-11-18 21:15:06 +0100 kendy  r263902 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/xepage.cxx, sc/source/filter/inc/xepage.hxx: 	  Add XclExpPageSettings::SaveXml() and XclExpPageBreaks::SaveXml() -- 	  the former to call the latter, and the latter to generate 	  /worksheet/colBreaks, /worksheet/rowBreaks, and /worksheet//brk. 2008-11-18 21:14:44 +0100 kendy  r263901 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:14:19 +0100 kendy  r263900 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/calcPr support.  Cleanup. Previously, /workbook/calcPr was generated by filling a temporary XclExpXmlCalculationProperties instance, and generating the //calcPr element at the ~end of generation.  This was not ideal, as it involved more code (the class to hold the intermediate values, etc.), and it could potentially place the //calcPr element into the wrong position (the XSD requires that it be before //oleSize, //customWorkbookViews, and //pivotCaches, while the previous approach would have placed it after ~everything). 	* sc/source/filter/excel/excdoc.cxx: Follow the pattern of 	  //workbookProtection and insert the //calcPr BIFF records into the 	  appropriate position based on file type.  One minor quirk: the 	  records move from the per-SHEET array into the workbook array. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Remove unnecessary code. 	* sc/source/filter/xcl97/xcl97rec.cxx: Directly emit the attributes 	  instead of filling an intermediate object. 2008-11-18 21:13:56 +0100 kendy  r263899 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Enable /workbook/workbookProtection. /workbook/workbookProtection was previously disabled as emitting it would cause Excel to generate an error message.  The problem has been resolved: /workbook/workbookProtection *must* be before /workbook/bookviews (which in turn must be before /workbook/sheets), and this wasn't previously the case. Placing the element into the proper location makes Excel happy. 	* sc/source/filter/excel/excdoc.cxx: Place the 	  workbookProtection-related BIFF records into the correct position to 	  appease the Excel gods. 	* sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Enable output of the various 	  /workbook/workbookProtection attributes. 2008-11-18 21:13:29 +0100 kendy  r263898 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement /workbook/bookviews/workbookView. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Remove implemented elements. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xlroot.cxx, sc/source/filter/inc/xlroot.hxx, 	  sc/source/filter/inc/xlconst.hxx: The WINDOW1 record needs to be in 	  one of two different locations, depending on output format.  Add a 	  new XclOutput enumeration to contain the output format (we do NOT 	  want to reuse XclBiff for this purpose, as otherwise XML output is a 	  superset of BIFF8, and we don't want to update every existing check 	  for BIFF8 to check for both BIFF8 and XML), and check for this flag 	  so that the WINDOW1 record is created in the appropriate place. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add GetRoot() method and change 	  constructor to take a `const XclExpRoot&`, as 	  XclExpWindow::SaveXml() requires this information. 	* sc/source/filter/excel/xeview.cxx, sc/source/filter/inc/xeview.hxx: 	  XclExpWindow1::SaveXml() generates the //workbookView element. 	* sc/source/filter/xcl97/xcl97rec.cxx: Cleanup. 2008-11-18 21:13:04 +0100 kendy  r263897 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Remove SIGILL from ExcBundlesheet8::SaveXml(). 	* sc/source/filter/excel/xestream.cxx: Add some asserts. 	* sc/source/filter/xcl97/xcl97rec.cxx: Non-POD types cause a SIGILL 	  when passed as a "..." argument to a function.  Doh! 2008-11-18 21:12:42 +0100 kendy  r263896 : #i96320# xlsx export From: Fridrich Strba <fstrba@novell.com> disambiguate 2008-11-18 21:12:17 +0100 kendy  r263895 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> /workbook/workbookProtection, mostly cancelled during rebase. This isn't actually implemented -- the ::SaveXml() methods are `#if 0`d out -- as Excel barfs when this element + attributes are emitted. Funnier, even <workbookProtection/> causes Excel to barf, so until all the semantics are worked out it all needs to be uncommented out. What is useful here is the mapping from BIFF record -> OOXML attribute. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/excrecds.cxx, 	  sc/source/filter/inc/excrecds.hxx, sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add method stubs to generate 	  the /workbook/workbookProtection element & attributes. 2008-11-18 21:11:55 +0100 kendy  r263894 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/workbookPr implementation. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sc/source/filter/excel/excdoc.cxx: Add records to start/end the 	  <workbookPr/> element; cleanup & document TODOs. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Declare & Implement 	  Xcl1904::SaveXml(). 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and implement 	  XclExpXmlStartSingleElementRecord, XclExpXmlEndSingleElementRecord, 	  both used to single-style XML elements instead of the "full" 	  start/end XML created by XclExpXmlStartElementRecord and 	  XclExpXmlEndElementRecord, and add XclExpBoolRecord::SaveXml(), 	  which generates some <workbookPr/> attributes. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Declare & implement 	  XclExpXmlStream::WriteCurrentStreamAttributes(). 2008-11-18 21:11:30 +0100 kendy  r263893 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement (more-) proper /workbook/sheets support.  Refactor. Instead of hacking around "limitations" in NameBuffer to generate /workbook/sheets/sheet elements, use ExcBundlesheet8 to generate the /workbook/sheets/sheet elements.  This also allows us to emit the //sheet/@state attribute, which is private to ExcBundlesheet8. In order to generate the /workbook/sheets elements, XclExpXmlStartElementRecord and XclExpXmlEndElementRecord were added around the ExcBundlesheet8 record entries, so that the existing record-based infrastructure could automagically generate the structural XML tags.  These records do nothing for existing BIFF output. Finally, XclExpXmlStream::GetWorkbook() has been replaced with XclExpXmlStream::GetCurrentStream(), and PushStream()/PopStream() methods were added.  This is hoped to permit nesting of streams, and is currently being used to generate the xl/worksheets/sheetN.xml files (to no effect, as not enough records are generate XML for the results to be visible). 	* sc/source/filter/excel/excdoc.cxx: Undo the pTabNames/NameBuffer 	  changes, as we no longer use pTabNames to generate //sheets/; add 	  records to emit the <sheets/> element; place the sheet stream on top 	  of the XclExpXmlStream stack. 	* sc/source/filter/inc/excrecds.hxx, 	  sc/source/filter/excel/excrecds.cxx: Save the tab that 	  ExcBundlesheetBase was constructed for -- needed for <sheet/> 	  generation within ExcBundlesheet8. 	* sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xename.cxx, sc/source/filter/excel/xepivot.cxx: 	  s#GetWorkbook#GetCurrentStream#g; don't emit empty collections. 	* sc/source/filter/inc/xerecord.hxx, 	  sc/source/filter/excel/xerecord.cxx: Declare and Implement 	  XclExpXmlElementRecord, XclExpXmlStartElementRecord, 	  XclExpXmlEndElementRecord. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Add stream stack methods; 	  remove warning about unused parameter. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Add ExcBundlesheet8::SaveXml() 	  and generate /workbook/sheets/sheet elements from it. 2008-11-18 21:11:08 +0100 kendy  r263892 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Add Calc OOXML TODO list. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Added.  I'm going through ECMA-376 Part 4 Section 3 in a 	  breadth-first fashion (i.e. top-down), and implementing each element 	  as I'm able.  I'm not always able to immediately implement an 	  element (frequently because I can't find the equivalent binary 	  export code) within a short period of time, so any such elements are 	  recorded here for later passes. 	  Just because an element isn't here doesn't mean it's been fully 	  implemented; any elements with associated code will have OOXTODO 	  comments specifying what's missing/needed for that particular code. 2008-11-18 21:10:36 +0100 kendy  r263891 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial /workbook/pivotCaches/pivotCache implementation. 	* sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/inc/xepivot.hxx: Declare and implement *Xml() 	  methods so that PivotCaches are saved into xl/workbook.xml. 2008-11-18 21:10:09 +0100 kendy  r263890 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <definedName/> implementation. 	* sc/source/filter/excel/xename.cxx: Generate <definedName/>. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::ToPsz(bool). 	* sc/source/filter/inc/xename.hxx: Declare 	  XclExpNameManager::SaveXml() so we can emit <definedName/> elements. 	* sc/source/filter/inc/xestream.hxx: Declare XclXmlUtils::ToPsz(bool). 2008-11-18 21:09:47 +0100 kendy  r263889 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Initial <calcPr/> implementation; provide count, uniqueCount <sst/> attributes. 	* sc/source/filter/excel/excdoc.cxx: Initial /workbook/calcPr 	  generation implementation. 	* sc/source/filter/excel/xecontent.cxx: Provide the count and 	  uniqueCount attributes for the <sst/> element. 	* sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/excel/xestream.cxx: Provide/implement a 	  XclExpXmlStream::GetWorkbookCalculationProperties() method which 	  keeps track of data used by excdoc.cxx for <calcPr/> generation. 	* sc/source/filter/inc/xcl97rec.hxx, 	  sc/source/filter/xcl97/xcl97rec.cxx: Override SaveXml() for select 	  types to cache the information needed to write <calcPr/>. 2008-11-18 21:09:22 +0100 kendy  r263888 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Simplify addRelation/openOutputStream use within sc. 	* sc/source/filter/excel/excdoc.cxx, 	  sc/source/filter/excel/xecontent.cxx: Use CreateOutputStream() to 	  create sub-streams. 	* sc/source/filter/excel/xestream.cxx: Implement CreateOutputStream(); 	  use CreateOutputStream() to create xl/workbook.xml. 	* sc/source/filter/inc/xestream.hxx: Add CreateOutputStream() methods 	  which merge addRelation() w/ openOutputStreamWithSerializer(). 2008-11-18 21:08:59 +0100 kendy  r263887 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Allow Excel to open an empty spreadsheet. 	* sc/source/filter/excel/excdoc.cxx: Use proper sheet names in the 	  relations file so that correct relative paths are present within the 	  .rels file; Use the correct content type when creating sheetN.xml; 	  Insert a <sheetData/> element into the worksheet.xml files; insert 	  the sheetN.xml relational data into the correct .rels file. 	* sc/source/filter/excel/xestream.cxx: Use the correct content type 	  when creating xl/workbook.xml. 2008-11-18 21:08:28 +0100 kendy  r263886 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> More Excel export cleanup. 	* sc/source/filter/excel/excdoc.cxx: Use addRelation(XOutputStream...) 	  so that the added relation is (hopefully) inserted into the 	  appropriate xl/_rels/workbook.xml.rels file; extra tracing. 	* sc/source/filter/excel/xecontent.cxx: Cleanup/simplification. 	* sc/source/filter/excel/xestream.cxx, 	  sc/source/filter/inc/xestream.hxx: Add more ToOString() and 	  ToOUString() helper methods. 2008-11-18 21:08:06 +0100 kendy  r263885 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Current work-in-progress for minimal Excel support. 	* sc/source/filter/excel/excdoc.cxx: Implement ExcTable::WriteXml() to 	  write xl/worksheets/sheetN.xml or the workbook.xml <sheets/> 	  elements, depending on whether we're the header or not.  Implement 	  ExcDocument::WriteXml() to stub out xl/workbook.xml. 	* sc/source/filter/excel/xecontent.cxx: Use the XML Ids instead of 	  strings to speed up XML creation. 	* sc/source/filter/excel/xestream.cxx: Add XclXmlUtils::To*String() 	  helpers to simplify XML writing; open the xl/workbook.xml file so 	  that it can be written to from multiple locations. 	* sc/source/filter/inc/xestream.hxx: Add XclXmlUtils class to hold 	  various To*String() helpers; add XclExpXmlStream::GetWorkbook(). 2008-11-18 21:07:41 +0100 kendy  r263884 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Generate a correct shared string table. 	* sc/source/filter/excel/xecontent.cxx: Write proper shared string 	  table entries. 	* sc/source/filter/inc/xestream.hxx: Include <sax/fshelper.hxx> so we 	  can easily use XmlFilterBase::openOutputStreamWithSerializer(). 2008-11-18 21:07:18 +0100 kendy  r263883 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Write an actual ZIP package for .xlsx output, including a (stubbed) shared  string table.     * sc/prj/build.lst: We now depend on oox to build.     * sc/source/filter/inc/xestream.hxx, sc/source/filter/excel/xestream.cxx:       XclExpXmlStream how inherits from XmlFilterBase, which produces ZIP       package files.  This allows increased code sharing.     * sc/source/filter/excel/excdoc.cxx: Update XclExpXmlStream construction.     * sc/source/filter/excel/excel.cxx: Don't create a SotStorage() instance       over pMedStrm (this makes ZipStorage very angry); don't call       lcl_ExportExcelBiff(), as we want to preserve our generated file.     * sc/source/filter/excel/xecontent.cxx: Write out the XML forr the shared       string table (incomplete, as I need to find an easier/more elegant way       of inserting strings into the XML, but it'll need updating anyway  to       use the FastSaxSerializer).     * sc/util/makefile.mk: Link against $(OOXLIB) and $(FASTSAXLIB) as well. 2008-11-18 21:06:54 +0100 kendy  r263882 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Trace output for the shared string table. This is step forward as we're hooking into the new XclExpRecordBase::SaveXml() to invoke the string table SaveXml() routine.  It's still largely proof-of-concept, but we can actually invoke the appropriate code now. 	* oox/workben/ooxml-export-notes.txt: Flush. 	* sc/source/filter/inc/exp_op.hxx, sc/source/filter/excel/expop2.cxx: 	  Add and implement the new ExportXml2007 type. 	* sc/source/filter/excel/excdoc.cxx, sc/source/filter/excel/excel.cxx, 	  sc/source/filter/excel/xecontent.cxx, 	  sc/source/filter/excel/xepivot.cxx, 	  sc/source/filter/excel/xerecord.cxx, 	  sc/source/filter/excel/xestream.cxx, sc/source/filter/inc/excdoc.hxx, 	  sc/source/filter/inc/xecontent.hxx, sc/source/filter/inc/xepivot.hxx, 	  sc/source/filter/inc/xerecord.hxx, sc/source/filter/inc/xestream.hxx, 	  sc/source/filter/inc/xestring.hxx: Implement enough glue to allow 	  XclExpSstImpl::SaveXml() to be invoked from the XML export context 	  and print useful information to the screen. 2008-11-18 21:06:28 +0100 kendy  r263881 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Implement support for writing .xlsx files. The .xlsx file written is still a BIFF8 (.xls) file, but a file is now written instead of generating an error message. 	* sc/inc/filter.hxx: Change the prototype of ScExportExcel5 so that we 		can specify Excel 2007 XML (Exp2007Xml) as a file format. 	* sc/source/filter/excel/excel.cxx: Refactor ScExportExcel5() so that 		Exp2007Xml is a supported format, and stub out Exp2007Xml support so 		that BIFF8 output is currently generated. 	* sc/source/ui/docshell/docsh.cxx: Add support for the "MS Excel 2007 		XML" filter and the new ScExportExcel5() semantics. 2008-11-18 21:06:03 +0100 kendy  r263880 : #i96320# xlsx export From: Jonathan Pryor <jpryor@novell.com> Make the filter names consistent with other filters used in sc/.../docsh.cxx. 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template_ui.xcu, 	  filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_ui.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_Binary.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML.xcu, 	  filter/source/config/fragments/types/MS_Excel_2007_XML_Template.xcu: 	  Remove 'Calc ' from the filter names (as none of the other filters 	  mentioned in sc/source/ui/docshell.cxx use that convention), and 	  remove 3RDPARTYFILTER from the filter's Flags property, as this flag 	  causes objstor.cxx to use ExportTo() instead of ConvertTo(), and the 	  existing Calc->Export logic is all within ConvertTo(). 2008-11-18 21:05:41 +0100 kendy  r263879 : #i96320# xlsx export From: Radek Doulik <rodo@novell.com> Initial work on ooxml export (xlsx) 	* filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu: 	ditto 	* filter/source/config/fragments/types/MS_Excel_2007_XML.xcu: 	reverse extensions order so that xlsx is shown in Save dialog as 	default 2008-11-18 20:53:43 +0100 kendy  r263877 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Deliver tablestylelist.hxx so that we can use xmlfilterbase.hxx. And also just do forward declaration of TableStyle instead of including the header - it includes too much in that case. 2008-11-18 20:53:21 +0100 kendy  r263876 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Fix build break. 	* source/ppt/pptimport.cxx: getServiceFactory() was renamed to 	  getGlobalFactory(). 2008-11-18 20:52:49 +0100 kendy  r263875 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add some namespaces so that sax builds again. 2008-11-18 20:52:27 +0100 kendy  r263874 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Cleanup in sax (wrt. escaping attribute values). FastSaxSerializer::writeFastAttributeList() didn't properly escape attribute values, which broke number format export if the number format included e.g. '"' (double quote), e.g.:     [$$-409]#,##0.00;[RED]-[$$-409]#,##0.00;"" which shows numbers with a currency type, negative numbers in red, and 0 values as the empty string. 	* sc/source/filter/excel/ooxml-export-TODO.txt: Flush. 	* sax/source/fastparser/fshelper.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fastserializer.cxx: Move fshelper.cxx's 	  lcl_Escape() to FastSaxSerializer::escapeXml(), and use escapeXml() 	  when writing attribute values. 2008-11-18 20:51:59 +0100 kendy  r263873 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Make a bit more obvious what's happenning with AttributeLists. 2008-11-18 20:51:37 +0100 kendy  r263872 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> a from-scratch-build reveals some missed changes in include files :( 2008-11-18 20:51:11 +0100 kendy  r263871 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> deliver the header too 2008-11-18 20:50:48 +0100 kendy  r263870 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> public visibility of FastAttributeList class + some more convenience functions in fshelper 2008-11-18 20:50:26 +0100 kendy  r263869 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add /Relationships/Relationship/@TargetMode support. This also fixes Calc hyperlink export, allowing Excel to properly read documents containing a hyperlink. 	* oox/inc/oox/core/xmlfilterbase.hxx, oox/source/core/xmlfilterbase.cxx: 	  Add a rTargetMode parameter to XmlFilterBase::addRelation(). 2008-11-18 20:50:04 +0100 kendy  r263868 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> add string.h 2008-11-18 20:49:42 +0100 kendy  r263867 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Explicitely default construct maMarkStack [to be safe ;-)]. 2008-11-18 20:49:13 +0100 kendy  r263866 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Rename writeMarked() to mergeTopMarks() and improve the implementation. Just writing the top mark is not enough; in more complex scenarios it would destroy the order completely.  This way we have better control over what's happening, and can nest the mark()/mergeTopMarks()/mergeTopMarks( true ) as necessary directly in the start/end tags. 2008-11-18 20:48:51 +0100 kendy  r263865 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Add mark() and writeMarked() methods. These are to be able to change the order of the data being written. If you need to write eg.   p, r, rPr, [something], /rPr, t, [text], /r, /p, but get it in order   p, r, t, [text], /t, rPr, [something], /rPr, /r, /p, simply do   p, r, mark(), t, [text], /t, mark(), rPr, [something], /rPr,   writeMarked(), writeMarked(), /r, /p and you are done. 2008-11-18 20:48:24 +0100 kendy  r263864 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Move XML character escape logic into FastSerializerHelper. 	* sax/inc/sax/fshelper.hxx, sax/source/fastparser/fshelper.cxx: Add 	  and implement FastSerializerHelper::writeEscaped(), which escapes 	  any XML characters within the string before writing. 2008-11-18 20:48:02 +0100 kendy  r263863 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Introduce writeId(). 	* sax/inc/sax/fshelper.hxx sax/source/fastparser/fastserializer.cxx, 	  sax/source/fastparser/fastserializer.hxx, 	  sax/source/fastparser/fshelper.cxx: Add/implement 	  FastSerializerHelper::writeId(), which does the "usual" 	  sal_Int32->string conversion but manually, outside of any automatic 	  context.  This is done so that 	  XclExpXmlStream::WriteCurrentStreamAttributes() can write element 	  attributes "piecemeal"/on-demand, without needing to store the 	  relevant information into a separate object to generate all the 	  attributes at once. 2008-11-18 20:47:36 +0100 kendy  r263862 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Change the semantics of startElement() and singleElement(). 	* sax/source/fastparser/fshelper.cxx: Change the semantics of 	  startElement() and singleElement(), so that attributes with values 	  that are NULL are _skipped_, instead of ending all attributes.  This 	  allows us to have "optional" attributes, in which the attribute 	  won't be generated if the value is null.  This is needed so that the 	  //definedName/@localSheetId attribute is only emitted for non-global 	  sheet-specific names. 2008-11-18 20:47:14 +0100 kendy  r263861 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call our pptx export filter from oox/pptimport when needed (yup, it is not only import filter from now ;-) 2008-11-18 20:46:51 +0100 kendy  r263860 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> How to install the stuff. 2008-11-18 20:46:29 +0100 kendy  r263859 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> Change 'core::addRelation' to 'static addRelation_impl'. To be better readable, and no symbol for that. 2008-11-18 20:46:04 +0100 kendy  r263858 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> generate document wide unique Id's 2008-11-18 20:45:40 +0100 kendy  r263857 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added standalone="yes" to xml document beginning  removed unneccessary ::rtl:: prefix in one case 2008-11-18 20:45:18 +0100 kendy  r263856 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added FSHelperPtr here as well 2008-11-18 20:44:56 +0100 kendy  r263855 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> call commit on StorageBase substorages rather than only on XStorage of these substorages so that the commit propagates recursively to all substorages 2008-11-18 20:44:34 +0100 kendy  r263854 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Implement getOutputStream(), some cleanup. 	* sax/inc/sax/fshelper.hxx: Add a getOutputStream() method so that 	  excdoc.cxx can easily use the addRelation(XOutputStream, ...) method. 	* sax/source/fastparser/fastserializer.cxx: Code refactor to remove 	  useless string duplication -- 	  Sequence<byte>(ToString(s).getStr(), ToString(s).getLength()) == bad. 	* sax/source/fastparser/fastserializer.hxx: Add getOutputStream() (for 	  use in fshelper.cxx); cleanupl. 	* sax/source/fastparser/fshelper.cxx: Implement getOutputStream(). 2008-11-18 20:44:12 +0100 kendy  r263853 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Add write() methods to write inside elements. 	* sax/inc/sax/fshelper.hxx: Add write() methods to write content to the 	  string inside of elements. 	* sax/source/fastparser/fshelper.cxx: Implement write() methods. 2008-11-18 20:43:50 +0100 kendy  r263852 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> making singleUnknownElement and singleFastElement be a uno method 2008-11-18 20:43:27 +0100 kendy  r263851 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added NS versions of fast methods 2008-11-18 20:43:05 +0100 kendy  r263850 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> support namespaces in attribute names as well 2008-11-18 20:42:44 +0100 kendy  r263849 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix content types writting after it got broken somewhere between m4 and m19 when Version was added to properties between MediaType and FullPath 2008-11-18 20:42:21 +0100 kendy  r263848 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed FastAttributeList::getUnknownAttributes where a std::for_each wasn't working properly (because of ++ in bind) 2008-11-18 20:41:55 +0100 kendy  r263847 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fix attributes list and its reference creation so that the instance can be freed in Reference::release 2008-11-18 20:41:33 +0100 kendy  r263846 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export tokens  added xmlns to tokens 2008-11-18 20:41:08 +0100 kendy  r263845 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> instantiate token handler  support xml namespaces 2008-11-18 20:40:45 +0100 kendy  r263844 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added method to XmlFilterBase which opens stream with media type and returns newly created fast serializer shared ptr 2008-11-18 20:40:23 +0100 kendy  r263843 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com>     * oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:40:01 +0100 kendy  r263842 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> beefing up the fshelper 2008-11-18 20:39:40 +0100 kendy  r263841 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export ChartConverterClass - it is now needed in XmlFilterBase 2008-11-18 20:39:17 +0100 kendy  r263840 : #i96316# OPC for export filters From: Jan Holesovsky <kendy@suse.cz> fastsax.uno.so was renamed to libfastsaxlx.so 2008-11-18 20:38:54 +0100 kendy  r263839 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to do some useful stuff with the serializer 2008-11-18 20:38:26 +0100 kendy  r263838 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> use relation id names similar to ms office 2008-11-18 20:38:03 +0100 kendy  r263837 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> fixed typo in namespace url 2008-11-18 20:37:38 +0100 kendy  r263836 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added 2 new methods to XmlFilterBase for adding relations to base storage and to output streams 2008-11-18 20:37:15 +0100 kendy  r263835 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> let writable stream handle relation id's  new id can be queried by asking for property "RelId"  fixed another issue with writing relations of writable stream - the same one I fixed lately for storages - looks like another cut'n'pasted code :( 2008-11-18 20:36:48 +0100 kendy  r263834 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to avoid char* -> OUString and back conversions 2008-11-18 20:36:26 +0100 kendy  r263833 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added commit methods to StorageBase and FilterBase to make things easier 2008-11-18 20:35:58 +0100 kendy  r263832 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added new openOutputStream method to XmlFilterBase to open output stream of given mediat type (which is then saved to [Content_Types.xml]  updated pptx export filter 2008-11-18 20:35:36 +0100 kendy  r263831 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some casts to make compiler happy 2008-11-18 20:35:13 +0100 kendy  r263830 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> trying to make the fast serializer a bit less bloated 2008-11-18 20:34:51 +0100 kendy  r263829 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> do not get out of bounds of sequence  do not overwrite the id tag 2008-11-18 20:34:29 +0100 kendy  r263828 : #i96316# OPC for export filters From: Jonathan Pryor <jpryor@novell.com> Notes for trace output for the shared string table. 	* oox/workben/ooxml-export-notes.txt: Flush. 2008-11-18 20:34:07 +0100 kendy  r263827 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added ifdefs to fshelper.hxx to avoid problems when including more than once  fixed the constructor namespace  added export.map and made FastSerializerHelper class global 2008-11-18 20:33:44 +0100 kendy  r263826 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> defined OOXLIB and FASTSAXLIB variables to be used in makefiles 2008-11-18 20:33:18 +0100 kendy  r263825 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added constructor and added fshelper.obj to the makefile.mk 2008-11-18 20:32:56 +0100 kendy  r263824 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> added fast serializer helper files (not implemented yet)  make the fastsax a shared library (fastsax.uno.so --> libfastsaxlx.so)  deliver the fast serializer header 2008-11-18 20:32:34 +0100 kendy  r263823 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> add fast serializer to the uno component 2008-11-18 20:32:12 +0100 kendy  r263822 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> moved uno service and implementation names to headers 2008-11-18 20:31:46 +0100 kendy  r263821 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> split fastparser.cxx to fastparser.hxx with class declaration, fastparser.cxx with implementation and facreg.cxx with uno component implementation 2008-11-18 20:31:19 +0100 kendy  r263820 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> export storage base class,  remove old proof code from xml filter base 2008-11-18 20:30:57 +0100 kendy  r263819 : #i96316# OPC for export filters From: Radek Doulik <rodo@novell.com> exported filter base and zipstorage to be used in other module's filters 2008-11-18 20:30:35 +0100 kendy  r263818 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> make the FastSerializer as UNO service 2008-11-18 20:30:13 +0100 kendy  r263817 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> write out the attributes too 2008-11-18 20:29:51 +0100 kendy  r263816 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> some more changes to the fastserializer Originally this also duplicated the offapi changes in unoxml; but the unoxml files were removed recently ;-) 2008-11-18 20:29:24 +0100 kendy  r263815 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> move the fastserializer from oox module to sax module 2008-11-18 20:29:01 +0100 kendy  r263814 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> Adding a method to XFastAttributeList, in order to get the fast attributes along with unknown ones 2008-11-18 20:28:38 +0100 kendy  r263813 : #i96316# OPC for export filters From: Fridrich Strba <fstrba@novell.com> refactor the serializer 2008-11-18 20:28:16 +0100 kendy  r263812 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> stuffing the serializer a bit more 2008-11-18 20:25:31 +0100 kendy  r263811 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> More explicit pointers to the export code. 2008-11-18 20:25:04 +0100 kendy  r263810 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding and removing files up and down 2008-11-18 20:24:42 +0100 kendy  r263809 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adding fastserializer dummy inplementation 2008-11-18 20:24:19 +0100 kendy  r263808 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Escher pointers. 2008-11-18 20:23:56 +0100 kendy  r263807 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> removing the unnecessary FastSerializer service 2008-11-18 20:23:34 +0100 kendy  r263806 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> XStream instead of XOutputStream for OOXML export filter. 2008-04-25  Radek Doulik  <rodo@novell.com> 	* oox/workben/ooxml-export-notes.txt: added odp export trace 	* oox/source/core/xmlfilterbase.cxx (implCreateStorage): added 	test code to create test storage and stream, also committing 	changes here 	* oox/inc/oox/helper/olestorage.* (class OleStorage): as below 	* oox/inc/oox/helper/zipstorage.*: as below 	* oox/inc/oox/helper/storagebase.* (class StorageBase): let 	export constructor use XStream instead of XOutputStream, change 	member type as well 	* oox/inc/oox/core/xmlfilterbase.* (class XmlFilterBase): as 	below 	* oox/inc/oox/core/binaryfilterbase.* (class BinaryFilterBase): 	as below 	* oox/inc/oox/core/filterbase.*: changed 	implCreateStorage method to get XStream instead of XOutputStream 	* sfx2/source/doc/objstor.cxx (ExportTo): added StreamForOutput 	XStream to media descriptor properties for OOXML export filter 	* comphelper/source/misc/mediadescriptor.cxx 	(PROP_STREAMFOROUTPUT): added StreamForOutput property 	* oox/source/helper/zipstorage.cxx (ZipStorage): open storage with 	OFOPXMLFormat 	* oox/source/helper/zipstorage.cxx (implOpenSubStorage): added 	implementation for export 	* oox/source/core/filterbase.cxx (setMediaDescriptor): add input 	stream only on import 2008-11-18 20:23:07 +0100 kendy  r263805 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer Service 2008-11-18 20:22:45 +0100 kendy  r263804 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> add FastSerializer service 2008-11-18 20:22:23 +0100 kendy  r263803 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> adapting the makefile.mk to build the XFastSerializer 2008-11-18 20:22:02 +0100 kendy  r263802 : #i95759# docx/xlsx/pptx export filters From: Fridrich Strba <fstrba@novell.com> Adding the XFastSerializer interface 2008-11-18 20:21:39 +0100 kendy  r263801 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Added pointers to export code of binary filters. 2008-11-18 20:21:13 +0100 kendy  r263800 : #i95759# docx/xlsx/pptx export filters From: Jan Holesovsky <kendy@suse.cz> Implementation notes: affected modules. [Started the implementation notes by asking Fridrich ;-)] 2008-11-18 20:20:51 +0100 kendy  r263799 : #i95759# docx/xlsx/pptx export filters From: Radek Doulik <rodo@novell.com> Initial work on ooxml export 	* oox/source/helper/zipstorage.cxx (implOpenOutputStream): added 	prototype implementation 	(ZipStorage): this constructor needs to be implemented (on output stream)


2009-01-06  Rüdiger Timm  <rt@openoffice.org>  [794c7a2b443924e2541d5aba09991ea59e954884]

#i95875# Patch by thb to avoid generated files in basegfx/test source directory.


2009-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [2026ef4d455c76c7a648071a031fa20f39aa1273]

CWS-TOOLING: integrate CWS overline3 2008-12-11 15:24:46 +0100 fredrikh  r265314 : i97099 2008-12-11 15:20:37 +0100 fredrikh  r265313 : i97099 2008-12-11 15:18:00 +0100 fredrikh  r265312 : i97099 2008-12-11 15:17:00 +0100 fredrikh  r265311 : i97099 2008-12-11 15:13:20 +0100 fredrikh  r265309 : i97144 2008-12-11 15:06:24 +0100 fredrikh  r265306 : i97099 2008-11-24 10:41:42 +0100 fme  r264213 : #i5991# Overline support 2008-11-24 10:39:53 +0100 fme  r264212 : #i5991# Overline support 2008-11-24 10:02:13 +0100 fme  r264209 : #5991# Overline support 2008-11-24 10:01:26 +0100 fme  r264208 : #5991# Overline support 2008-11-24 09:59:11 +0100 fme  r264207 : #5991# Overline support 2008-11-24 09:57:11 +0100 fme  r264206 : #5991# Overline support 2008-11-14 10:36:44 +0100 fme  r263667 : CWS-TOOLING: rebase CWS overline3 to trunk@263288 (milestone: DEV300:m35) 2008-11-13 16:12:13 +0100 fme  r263649 : #i5991# migrate CWS overline3 to SVN.


2009-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [4acba560ddb89e7cb8d0d005d0b8584d62342eff]

CWS-TOOLING: integrate CWS kashidafix 2008-12-15 15:31:40 +0100 hde  r265507 : #i97098# 2008-12-15 15:30:52 +0100 hde  r265506 : #i97098# 2008-12-10 14:08:07 +0100 fredrikh  r265184 : i97098 2008-11-27 15:07:01 +0100 hdu  r264493 : #i60594# only determine GetNextGlyphs() charpos if requested+available 2008-11-27 14:09:42 +0100 hdu  r264487 : #i60594# simplify RTL-glyph-injection also for manual-cell-aligned cases 2008-11-26 13:25:08 +0100 fme  r264379 : #i60594# Kashida fixes - syntax error 2008-11-26 13:16:22 +0100 hdu  r264374 : #i60594# allow glyph injection even if there is not enough room if they can overlap 2008-11-25 16:40:20 +0100 hdu  r264314 : #i60594# fix glyph-injection for PDF-export for usp>=1.6 2008-11-24 16:17:11 +0100 hdu  r264254 : #i71804# adjust glyph-fallback usp-methods for new glyph-injection infrastructure 2008-11-24 16:15:30 +0100 hdu  r264253 : #i71804# disable glyph-injection for glyph-fallback mixing 2008-11-20 08:29:15 +0100 fme  r264027 : #i60594# Fix correction 2008-11-14 10:10:54 +0100 fme  r263666 : CWS-TOOLING: rebase CWS kashidafix to trunk@263288 (milestone: DEV300:m35) 2008-10-30 16:35:30 +0100 fme  r262834 : #i60594# migrate cws kashidafix to SVN.


2009-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e2fe583e6f56f02b8ec5d866f2061a467775c35]

CWS-TOOLING: integrate CWS aw059 2008-12-16 16:15:40 +0100 aw  r265557 : #i95645# avoid expensive tries to stream in graphic data when stream is at end anyways 2008-12-15 16:49:58 +0100 wg  r265512 : i97278 2008-12-12 16:02:15 +0100 aw  r265427 : #i95645# new formulation was wrong in two places; thanks go to THB. Thanks! 2008-12-12 15:49:06 +0100 aw  r265425 : #i95645# refined formulation of AA on/off constraints for VCLCanvas 2008-12-12 14:51:26 +0100 aw  r265420 : #i95645# workaround for DrawTransparent of button hilighting when remote displayed; somehow GDI+ does bad dithering in that case 2008-12-12 13:23:00 +0100 aw  r265414 : removed temporary build hack; it made it's way in using the rebase; with SVN the rebase is not based on pure checkouts, but uses local changes. 2008-12-11 19:35:59 +0100 aw  r265352 : #i95645# need to switch off AA for WNT and UNX, the VCLCanvas is currently not able to handle AA correctly 2008-12-11 16:05:17 +0100 thb  r265327 : #i95645# Changed defaults to on; as for the while svx dialog is not changed 2008-12-10 13:40:38 +0100 aw  r265180 : #i95645# changed pixel snap to basegfx::fround 2008-12-10 13:25:45 +0100 aw  r265177 : corrected linux warning 2008-12-10 12:28:02 +0100 aw  r265167 : #i95645# added support for pixel snap/linux resp. no AA for mac (also pixel snap) when AA is switched off to the basegfx::B2DPolyPolygon painting VCL methods; needed for e.g. selection in SC and SW 2008-12-09 18:44:39 +0100 aw  r265136 : #i95645# corrected filled path construction 2008-12-09 18:12:40 +0100 aw  r265133 : #i95645# added support for non-AAd transparent paints 2008-12-09 18:11:58 +0100 aw  r265132 : #i95645# forced selection without AA 2008-12-09 18:11:29 +0100 aw  r265131 : #i88893# smoothed/corrected SW selection rects for transparent selection, forced selection without AA 2008-12-09 15:21:39 +0100 aw  r265094 : #i95645# corrected FormControl full drag 2008-12-09 15:11:26 +0100 aw  r265093 : #i95645# make gdiplus usages more safe when no line or fill color is selected 2008-12-09 14:30:09 +0100 aw  r265085 : #i95645# added GDIPlus support 2008-12-09 13:41:06 +0100 aw  r265081 : #i95645# added simple AA using GDIPlis to VCL 2008-12-09 13:40:46 +0100 aw  r265080 : #i95645# added simple AA using GDIPlis to VCL 2008-12-09 13:40:29 +0100 aw  r265079 : #i95645# added simple AA using GDIPlis to VCL 2008-12-09 13:33:16 +0100 aw  r265078 : #i95645# changes to requirements, discussed with FPE 2008-12-08 14:11:39 +0100 aw  r264995 : #i95646# added missing extra-wireframe for SdrDragObjOwn implementations when object has no border 2008-12-08 14:11:00 +0100 aw  r264994 : #i95646# corrected RenderMarkerArrayPrimitive2D OutDev usage in VclProcessor2D 2008-12-08 12:15:10 +0100 ufi  r264987 : aw059 2008-12-08 12:14:40 +0100 ufi  r264986 : aw059 2008-12-05 13:16:18 +0100 aw  r264905 : CWS-TOOLING: rebase CWS aw059 to trunk@264807 (milestone: DEV300:m37) 2008-12-04 11:29:48 +0100 aw  r264827 : #i95645# corrected warning 2008-12-03 14:43:39 +0100 aw  r264783 : #i95645# simplified overlay manager and objects to stl vector; added stuff to render some more overlay to primitive renderer to get AA support for WIN32 2008-12-03 14:42:43 +0100 aw  r264782 : #i95645# added test for WIN32 for AA if cairo canvas is available 2008-12-03 14:42:13 +0100 aw  r264781 : #i95645# removed unused options for writer selection overlay 2008-12-03 14:41:51 +0100 aw  r264780 : #i95645# removed unused options for calc overlay 2008-12-03 14:41:21 +0100 aw  r264779 : #i95645# small corrections in canvas renderer 2008-12-02 18:32:31 +0100 aw  r264730 : #i95646# merged cairo version from THB's CWS cairosource01 2008-12-02 15:25:45 +0100 aw  r264705 : #i95645# added helpers for the MarkerArrayPrimitive2D change which support buffered creation of the most used markers 2008-12-02 12:50:01 +0100 aw  r264690 : #i95645# added a non-saved method IsAAPossibleOnThisSystem to SvtOptionsDrawinglayer to quickly test if AA can be offered on the system, added buffering of that check. 2008-12-02 12:48:51 +0100 aw  r264689 : #i95645# unified MarkerArrayPrimitive2D to work bitmap-orientated, adapted usages. Added buffered preparation for needed markers. Minor adaptions for AA 2008-12-02 12:47:53 +0100 aw  r264688 : #i95645# unified MarkerArrayPrimitive2D to no longer work on a enum and types of markers, but to use a BitmapEx (or any other Bitmap object) which will be displayed centerd and in discrete coordinates at positions. Adapted decomposition and all usages. Corrected minor stuff with grid primitive 2008-11-28 17:11:12 +0100 thb  r264565 : #i95645# Added two more lists to config; to be able to differentiate canvas capabilities 2008-11-28 17:03:27 +0100 thb  r264563 : #i95645# Added two more lists to config; to be able to differentiate canvas capabilities 2008-11-28 17:00:07 +0100 thb  r264562 : #i95645# Added two more lists to config; to be able to differentiate canvas capabilities 2008-11-28 16:59:51 +0100 thb  r264561 : #i95645# Added two more lists to config; to be able to differentiate canvas capabilities 2008-11-27 19:13:42 +0100 aw  r264519 : #i95646# optimized getLength() a little bit 2008-11-27 19:12:50 +0100 aw  r264518 : #i95646# corrected AA expansion of invalidate frame; buffered discrete distance at OM 2008-11-27 18:50:05 +0100 aw  r264516 : #i95646# corrected fit to frame texts for WIN32 2008-11-27 15:32:15 +0100 aw  r264496 : #i95646# helplines corrected 2008-11-27 15:32:05 +0100 aw  r264495 : #i95646# helplines corrected 2008-11-27 15:01:30 +0100 aw  r264492 : #i95646# enable AA support for old polygons, especially to get support for MetaFile output 2008-11-27 14:33:28 +0100 aw  r264489 : #i95646# AA support for wireframe overlays 2008-11-27 13:40:54 +0100 aw  r264485 : #i95646# added full repaint when AA option changes 2008-11-27 13:29:19 +0100 aw  r264482 : #i95646# corrected handling of bSolidDragging config entries 2008-11-27 13:29:08 +0100 aw  r264481 : #i95646# corrected handling of bSolidDragging config entries 2008-11-27 11:30:12 +0100 aw  r264469 : #i95646# corrected IsAAPossibleOnThisSystem implementation 2008-11-26 16:33:04 +0100 aw  r264420 : #i95646# adapted OfaViewTabPage to use disable mechanism for AA and HWAccel 2008-11-26 15:49:19 +0100 aw  r264406 : #i95646# added DlgEdObj::getFullDragClone() to create specialized simple SdrUnoObj clones for solid dragging 2008-11-26 15:48:11 +0100 aw  r264405 : #i95646# changed derivation of ViewObjectContactOfUnoControl to get a valid isPrimitiveVisible() implementation 2008-11-26 14:11:37 +0100 aw  r264385 : #i88893# added new look for selection in sw 2008-11-26 11:32:33 +0100 aw  r264360 : corrected compiler warning 2008-11-25 18:46:29 +0100 aw  r264328 : #i95646# snapshot with FullDrag clones 2008-11-25 18:46:07 +0100 aw  r264327 : #i95646# snapshot with FullDrag clones 2008-11-25 18:45:43 +0100 aw  r264326 : #i95646# snapshot with FullDrag clones 2008-11-25 18:19:04 +0100 thb  r264324 : #i96585# Added missing inline specifier 2008-11-25 13:16:25 +0100 aw  r264285 : #i95646# next snapshot 2008-11-25 13:15:33 +0100 aw  r264284 : #i95646# next snapshot 2008-11-25 13:15:12 +0100 aw  r264283 : #i95646# next snapshot 2008-11-25 13:14:51 +0100 aw  r264282 : #i95646# next snapshot 2008-11-20 13:40:49 +0100 aw  r264045 : #i95646# stable snapshot 2008-11-20 13:40:29 +0100 aw  r264044 : #i95646# stable snapshot 2008-11-20 13:40:06 +0100 aw  r264043 : #i95646# stable snapshot 2008-11-20 13:39:45 +0100 aw  r264042 : #i95646# stable snapshot 2008-11-18 11:53:39 +0100 aw  r263758 : #i95646# snapshot for linux test build 2008-11-18 11:52:54 +0100 aw  r263757 : #i95646# snapshot for linux test build 2008-11-18 11:52:02 +0100 aw  r263756 : #i95646# snapshot for linux test build 2008-11-14 18:17:49 +0100 aw  r263692 : #i95646# snapshot with most stuff working 2008-11-14 18:14:26 +0100 aw  r263691 : #i95646# snapshot with most stuff working 2008-11-14 18:12:50 +0100 aw  r263690 : #i95646# snapshot with most stuff working 2008-11-14 18:12:16 +0100 aw  r263689 : #i95646# snapshot with most stuff working 2008-11-14 18:11:41 +0100 aw  r263688 : #i95646# snapshot with most stuff working 2008-11-07 18:44:22 +0100 aw  r263479 : #i95968# better support PrefMapMode; special for MAP_PIXEL was missing 2008-11-05 17:39:15 +0100 aw  r263356 : #i95644# #i95645# #i95646# bigger change done, saving for another experiment 2008-11-05 17:39:02 +0100 aw  r263355 : #i95644# #i95645# #i95646# bigger change done, saving for another experiment 2008-11-05 12:28:32 +0100 aw  r263350 : #i95644# #i95645# #i95646# in-between state before bigger change 2008-11-05 12:27:51 +0100 aw  r263349 : #i95644# #i95645# #i95646# in-between state before bigger change 2008-11-05 12:26:58 +0100 aw  r263348 : #i95644# #i95645# #i95646# in-between state before bigger change 2008-11-05 12:26:17 +0100 aw  r263347 : #i95644# #i95645# #i95646# in-between state before bigger change 2008-11-05 12:25:55 +0100 aw  r263346 : #i95644# #i95645# #i95646# in-between state before bigger change


2009-01-05  Rüdiger Timm  <rt@openoffice.org>  [c47ed39dab0f01869d3dc4ab6e764f2bf98daaff]

#i95875#, #i10000#  Do not create signalfiles in in working directory.


2009-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d7a67a185298a6f5d9d7fe5346ecaa37f938da7]

CWS-TOOLING: integrate CWS notes7 2008-12-29 19:45:08 +0100 mod  r265824 : CWS-TOOLING: rebase CWS notes7 to trunk@265758 (milestone: DEV300:m38) 2008-12-16 14:54:42 +0100 mod  r265544 : #i97239# 2008-12-16 14:53:18 +0100 mod  r265543 : #i97239# 2008-12-16 13:36:43 +0100 mod  r265537 : 96602 2008-12-13 13:02:54 +0100 mba  r265452 : warning fixed 2008-12-13 08:20:21 +0100 mod  r265448 : search inside notes 2008-12-13 00:11:47 +0100 mod  r265447 : search inside notes 2008-12-13 00:11:09 +0100 mod  r265446 : search inside notes 2008-12-13 00:10:52 +0100 mod  r265445 : search inside notes 2008-12-12 19:39:14 +0100 mod  r265439 : search inside notes 2008-12-12 19:02:44 +0100 mod  r265438 : search inside notes 2008-12-12 16:42:07 +0100 mba  r265431 : #i80135#: search in notes 2008-12-12 16:11:54 +0100 mba  r265429 : #i80135#: search in notes 2008-12-12 16:11:02 +0100 mba  r265428 : #i80135#: search in notes 2008-12-11 20:24:20 +0100 pb  r265358 : fix: #i80135# fixes for aNotesBtn 2008-12-11 20:23:19 +0100 pb  r265357 : fix: #i80135# fixes for aNotesBtn 2008-12-11 07:42:17 +0100 pb  r265241 : fix: #i80135# CB_NOTES added 2008-12-11 07:40:36 +0100 pb  r265240 : fix: #i80135# CB_NOTES added 2008-12-11 07:32:03 +0100 pb  r265239 : fix: #i80135# CheckBox aNotesBtn added 2008-12-11 07:24:45 +0100 pb  r265238 : fix: #i80135# CheckBox aNotesBtn added 2008-12-10 15:41:31 +0100 mod  r265198 : crash using replies 2008-12-10 15:21:23 +0100 mod  r265195 : crash using replies 2008-12-10 13:45:14 +0100 mba  r265181 : warning fixed 2008-12-10 13:26:45 +0100 mba  r265178 : warning fixed 2008-12-10 11:48:23 +0100 mba  r265162 : fixed compilation error on Linux 2008-12-03 18:39:07 +0100 mod  r264806 : we don't get the Ctrl-Alt-N on mac inside a note, let's do the whole reply thing using the shell, cleaner anyway 2008-12-03 17:13:59 +0100 mod  r264802 : search dialog can be started and closed when focus is inside a note 2008-12-03 00:07:08 +0100 mod  r264733 : search inside notes 2008-12-02 18:06:08 +0100 mod  r264729 : WaE 2008-12-02 15:01:26 +0100 mod  r264703 : WaE 2008-12-02 00:20:14 +0100 mod  r264644 : WaE 2008-12-01 10:06:14 +0100 mod  r264587 : WaE 2008-12-01 01:28:34 +0100 mod  r264585 : WaE 2008-11-30 22:51:19 +0100 mod  r264584 : search inside notes 2008-11-30 17:03:04 +0100 mod  r264583 : search inside notes 2008-11-28 16:30:05 +0100 mod  r264560 : #i96602# 2008-11-28 16:14:50 +0100 mod  r264559 : test 2008-11-28 16:11:37 +0100 mod  r264558 : test 2008-11-17 17:46:10 +0100 mod  r263735 : WaE 2008-11-17 17:45:56 +0100 mod  r263734 : WaE 2008-11-17 17:37:35 +0100 mod  r263733 : revert manual fix for icu 2008-11-17 15:03:55 +0100 mod  r263726 : manual fix for icu 2008-11-17 11:17:49 +0100 mod  r263707 : manual fix for icu 2008-11-14 15:51:19 +0100 mod  r263679 : fix 2008-11-14 14:48:02 +0100 mod  r263676 : some more cleanup, redline comments not in the margin for 3.1 2008-11-14 08:37:07 +0100 mod  r263664 : end of line missing 2008-11-13 18:36:53 +0100 mod  r263660 : WaE 2008-11-13 18:20:04 +0100 mod  r263659 : #i94374# 2008-11-13 15:51:28 +0100 mod  r263648 : CWS-TOOLING: rebase CWS notes7 to trunk@263288 (milestone: DEV300:m35) 2008-11-13 08:33:19 +0100 mod  r263622 : typos 2008-11-02 23:18:19 +0100 mod  r263278 : changes notes, replies 2008-11-01 11:48:35 +0100 mod  r262873 : replies, comments 2008-11-01 11:44:57 +0100 mod  r262872 : notes search button 2008-10-10 14:34:34 +0200 mod  r262150 : migration from cvs to svn 2008-10-10 14:33:39 +0200 mod  r262149 : migration from cvs to svn


2009-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0536be20e3a9eaee456e68c33eaab1618b6fb02]

CWS-TOOLING: integrate CWS vcl97 2008-12-11 20:47:52 +0100 pl  r265361 : #i93173# revert change, event listeners on the toolbar can lead to crashes 2008-12-11 17:55:54 +0100 pl  r265344 : #i92715# fix some border cases 2008-12-11 16:36:01 +0100 pl  r265334 : remove forgotten debug printf 2008-12-11 15:54:25 +0100 pl  r265323 : add missing pointer initializer 2008-12-11 14:08:44 +0100 as  r265297 : #i86520# dont show start module twice 2008-12-11 12:56:34 +0100 as  r265289 : #i86520# dont show start module twice 2008-12-11 12:22:18 +0100 pl  r265280 : fix a snafu 2008-12-11 12:15:27 +0100 hdu  r265279 : #i96549# change some dbg_assert to dbg_warn 2008-12-11 11:57:22 +0100 pl  r265276 : #i86520# startcenter on dock item click for mac 2008-12-11 11:31:47 +0100 pl  r265271 : #i96964# fix a wrong condition 2008-12-11 11:21:49 +0100 as  r265268 : #i86520# new framework slot for ShowStartModule 2008-12-11 10:17:32 +0100 hdu  r265251 : #i97127# use fontconfig fallbacks for psprinting too (thanks CMC!) 2008-12-09 10:18:41 +0100 hdu  r265060 : #i96549# workaround MAC_OS_X_VERSION_* macros not defined in older SDKs 2008-12-09 09:39:47 +0100 hdu  r265057 : #i89650# workaround bogus device resolutions 2008-12-09 09:14:23 +0100 hdu  r265054 : #i96549# set MAC_OS_X_VERSION_MIN_REQUIRED=1040 2008-12-08 19:17:42 +0100 pl  r265016 : CWS-TOOLING: rebase CWS vcl97 to trunk@264807 (milestone: DEV300:m37) 2008-12-08 16:06:58 +0100 hdu  r265004 : #i96549# set MAC_OS_X_VERSION_MIN_REQUIRED=1040 only for the Aqua port 2008-12-08 12:16:26 +0100 hdu  r264988 : #i96549# prepare for MAC_OS_X_VERSION_MIN_REQUIRED>=1050 2008-12-08 11:59:25 +0100 hdu  r264982 : #i96549# set MAC_OS_X_VERSION_MIN_REQUIRED=1040 2008-12-04 18:19:43 +0100 pl  r264866 : #i86520# install a handler to be called on dock icon clicked 2008-12-03 13:04:32 +0100 pl  r264769 : #i96551# on quartz build neither gtk nor cups in psprint is needed 2008-11-26 15:07:07 +0100 hdu  r264400 : #i96317# adjust to extented SAL_DISABLE_FC_SUBST semantic 2008-11-21 16:15:31 +0100 pl  r264147 : #i94443# generalize focus behavior when a child window becomes invisible 2008-11-21 15:45:03 +0100 pl  r264144 : #i96433# improve torn off toolbar behavior 2008-11-21 11:50:01 +0100 pl  r264119 : #i90083# improve key event dispatching 2008-11-20 17:28:03 +0100 pl  r264076 : #i92715# do not execute app events during document recovery 2008-11-20 15:04:32 +0100 pl  r264057 : #i92224# #i93249# more aqua key codes 2008-11-20 14:03:00 +0100 pl  r264052 : #i92224# #i93249# remove debug printf 2008-11-20 14:00:29 +0100 pl  r264049 : #i92224# #i93249# more aqua key codes 2008-11-20 13:59:34 +0100 pl  r264048 : #i92224# #i93249# more aqua key codes 2008-11-20 13:52:38 +0100 pl  r264047 : #i92224# #i93249# more aqua key codes 2008-11-19 18:42:17 +0100 pl  r264017 : #i93249# support some mac specifc key codes: select to line end/begin 2008-11-19 18:40:26 +0100 pl  r264016 : #i93249# support some mac specifc key codes: select to line end/begin 2008-11-19 18:32:31 +0100 pl  r264014 : #i92224# support some mac specifc key codes: select to line end/begin 2008-11-19 17:34:50 +0100 pl  r264009 : #i92224# some more needed keycodes 2008-11-19 16:11:33 +0100 pl  r264003 : #i93249# support some mac specifc key codes 2008-11-19 16:10:31 +0100 pl  r264002 : #i93249# support some mac specifc key codes 2008-11-19 15:50:03 +0100 pl  r264000 : #i93249# support some mac specifc key codes 2008-11-19 14:17:41 +0100 pl  r263993 : #i90015# strip appended parenthese entries from menubar 2008-11-17 18:30:37 +0100 pl  r263737 : #i94601# emulate menu functionality for non vcl dialogs 2008-11-17 17:31:12 +0100 pl  r263731 : #i95263# set inactive tab color on mac more distinct from the active tab color 2008-11-17 17:13:38 +0100 pl  r263729 : #i93173# delete toolbar window in a more stack aware manner


2008-12-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b8537218e03e5fe9effb33f1c4e115db3e48e2f]

CWS-TOOLING: integrate CWS hr58 2008-12-29 16:47:08 +0100 hr  r265821 : #i97331#: changes for compiling with SunStudio12 on Solaris 10 (x86) 2008-12-18 16:16:11 +0100 hr  r265701 : #i97331#: revert to revision r265576 2008-12-18 16:00:41 +0100 hr  r265699 : #i97331#: fix typo in last change 2008-12-17 18:16:18 +0100 hr  r265653 : #i97331#: add comment 2008-12-17 18:11:11 +0100 hr  r265652 : #i97331#: make -xc99=all again dependend on SYSBASEROOT being set 2008-12-17 01:54:23 +0100 hr  r265576 : #i97331#: changes for compiling with SunStudio12 on Solaris 10 (Sparc)


2008-12-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [9dc43d71d0fb69ddab46e19cce2542ae5f408114]

CWS-TOOLING: integrate CWS sb102 2008-12-11 16:18:12 +0100 sb  r265332 : #i95065# cleanup, to make Windows linking work 2008-12-11 16:16:03 +0100 sb  r265331 : #i95065# missing SAL_DLLPUBLIC_EXPORT 2008-12-09 17:40:28 +0100 sb  r265122 : #i94469# move CJK specific configuration data to brand layer 2008-12-09 16:09:08 +0100 sb  r265112 : #i96959# use PTHREAD_MUTEX_RECURSIVE on all platforms 2008-12-09 15:54:31 +0100 sb  r265110 : #i95065# do not derive apphelper::LifeTimeGuard from osl::ResettableMutexGuard to avoid problems with VISIBILITY_HIDDEN=TRUE on MSC 2008-12-09 15:40:51 +0100 sb  r265104 : #i95065# add VISIBILITY_HIDDEN=TRUE to connectivity/source/drivers/mozab 2008-12-09 15:36:21 +0100 sb  r265102 : #i95501# updated SDK_HOME 2008-12-09 15:31:46 +0100 sb  r265099 : typo (temppath vs. tmppath) 2008-12-08 11:48:08 +0100 sb  r264979 : #i95065# removed spurious ExplicitCategoriesProvider.obj (ExplicitCategoriesProvider.cxx is not in this directory) 2008-12-07 19:41:07 +0100 sb  r264960 : #i96994# erroneously doubled backslash caused visibility feature to be disabled for all GCC versions on Mac OS X 2008-12-06 23:54:49 +0100 sb  r264948 : changes from trunk that CWS-TOOLING's rebase to DEV300:m37 (r264891) had missed, as files had been moved around on this CWS 2008-12-05 20:29:23 +0100 sb  r264919 : #i85508# versions of flex apparently differ in whether input() resp. yyinput() returns zero or EOF upon end of file 2008-12-05 15:37:23 +0100 sb  r264908 : #i95315# removed obsolete jut 2008-12-05 15:34:59 +0100 sb  r264907 : #i95531# removed empty obsolete directories 2008-12-05 10:09:23 +0100 sb  r264891 : CWS-TOOLING: rebase CWS sb102 to trunk@264807 (milestone: DEV300:m37) 2008-12-04 14:50:20 +0100 sb  r264845 : #i95065# introduced VISIBILITY_HIDDEN makefile flag to reduce duplications; made additional libraries use VISIBILITY_HIDDEN=TRUE to avoid warnings with recent GCC 4 versions (had to split certain code directories to make changes that would otherwise erroneously affect multiple libraries built in the same makefile); changed connectivity::ORefVector to no longer derive from std::vector, as that caused problems with the MSC implementation of VISIBILITY_HIDDEN=TRUE; replaced uses of JNIEXPORT with SAL_DLLPUBLIC_EXPORT, as the former does not expand to visibility attributes on some platforms where the latter does 2008-12-03 11:29:38 +0100 sb  r264759 : #i94583# remove unnecessary (and wrong) assertion check for rtl_getAppCommandArg return value (which is guaranteed to return osl_Process_E_None or not return at all) 2008-12-02 17:18:31 +0100 sb  r264724 : #i96809# silenced GCC 4.3.2 warning 2008-12-02 13:29:34 +0100 sb  r264695 : #i96797# make get_tmp_dir fail less often 2008-11-28 17:19:24 +0100 sb  r264566 : #i95691# inadvertently missing from -c 264564 2008-11-28 17:07:50 +0100 sb  r264564 : #i95691# only structs of exactly 1, 2, 4, or 8 bytes are returned through registers 2008-11-25 13:28:08 +0100 sb  r264291 : #i96427# support for SAL_EXCEPTION_DLLPUBLIC_EXPORT (patch by np) 2008-11-21 14:45:22 +0100 sb  r264140 : #i95428# added SAL_EXCEPTION_DLLPUBLIC_EXPORT and SAL_EXCEPTION_DLLPRIVATE 2008-11-19 13:19:37 +0100 sb  r263984 : #i95525# removed erroneous application/octet-stream svn:mime-type properties


2008-12-22  Rüdiger Timm  <rt@openoffice.org>  [08855519644f32b6e7bc7637c917654e527a184d]

#i10000# Do not create signalfiles in in working directory. On failure they dont get removed and afterwards pollute the source tree.


2008-12-18  Rüdiger Timm  <rt@openoffice.org>  [94051fcf7bcbcd2562f9127fe1405347518b3c07]

#i10000# Cast rWriteAcc->GetBestPaletteIndex to BYTE.


2008-12-17  Rüdiger Timm  <rt@openoffice.org>  [2e877260fcc733db07edbc40d73c02dd15bfa088]

#i10000# comphelper/source/property/propagg.cxx include 'typeinfo' instead of 'typeinfo.h'.


2008-12-16  Rüdiger Timm  <rt@openoffice.org>  [e71d670abf75beffdcc6b8c5953f1ed19bd35328]

CWS-TOOLING: integrate CWS alf01 2008-12-10 09:35:35 +0100 as  r265152 : #158798# hide internal service 2008-12-09 15:29:11 +0100 cd  r265098 : #158857# Check index correctly, must be zero 2008-12-09 12:06:21 +0100 mhu  r265075 : #158857# Fixed compiler warning(s). 2008-12-09 11:09:34 +0100 cd  r265064 : #158857# Added access to the window state configuration to support setting title of internal docking windows via <Module>WindowState.xcu files 2008-12-09 10:43:53 +0100 as  r265063 : #158798# make resizes working better 2008-12-08 17:08:05 +0100 mhu  r265010 : #158857# Fixed compiler warning(s). 2008-12-08 15:19:04 +0100 as  r264999 : #158857# make WindowContentFactories.xcs part of installation set 2008-12-08 13:23:37 +0100 as  r264993 : #158857# actualize size on child window 2008-12-08 10:14:05 +0100 cd  r264977 : #158857# More helper functions and support to show/hide internal docking windows 2008-12-08 10:13:08 +0100 cd  r264976 : #158857# SfxTitleDockingWindow now uses a factory for content window. Additional documentation for special IDs 2008-12-05 07:58:07 +0100 as  r264885 : remove obsolete code (not referenced inside makefile any longer) 2008-12-04 18:57:08 +0100 mhu  r264871 : #158857# Fixed compiler warning. 2008-12-04 16:13:12 +0100 mhu  r264851 : #158857# Fixed compiler warning. 2008-12-04 15:46:45 +0100 as  r264849 : solve merge conflicts right 2008-12-04 09:20:26 +0100 cd  r264818 : 2008-12-04 09:19:32 +0100 cd  r264817 : 2008-12-04 09:19:07 +0100 cd  r264816 : Resolved conflicts 2008-12-04 09:13:27 +0100 cd  r264815 : New window content factory manager with configuration support added. 2008-12-03 15:15:50 +0100 as  r264791 : #158798# make sure tab window will show its content the first time its made visible 2008-12-03 10:59:30 +0100 as  r264752 : #158798# new helper service for a dockable tab control window 2008-12-02 15:39:48 +0100 as  r264707 : #158798# fix crash in MouseButtonDown for TabControl 2008-12-02 10:28:20 +0100 cd  r264665 : #158857# Resolved conflicts on merge 2008-12-02 09:58:36 +0100 cd  r264662 : #158857# Added predefined slots for the internal docking windows. Currently only ten predefined docking windows are possible 2008-12-01 09:44:49 +0100 cd  r264586 : #158857# Fix problem with close the floated docking window with closer 2008-11-28 13:42:34 +0100 cd  r264550 : #158857# First additional code to create a docking window. Very preliminary and not near to final code 2008-11-28 11:53:51 +0100 cd  r264538 : #158857# First additional code to create a docking window. Very preliminary and not near to final code 2008-11-28 11:32:38 +0100 cd  r264534 : #158857# First version of docking window factory and additional helper classes 2008-11-21 09:46:36 +0100 jsc  r264110 : #158798# remove warnings 2008-11-20 17:59:07 +0100 pb  r264090 : fix: #158798# tabcontainerwindow.obj and tabdialog.obj added 2008-11-20 17:55:57 +0100 pb  r264089 : fix: #i158798# implementation of service TabContainerWindow 2008-11-20 17:52:52 +0100 pb  r264088 : fix: #158798# implementation of the TabDialog and its Pages for the TabContainerWindow service 2008-11-20 17:51:26 +0100 pb  r264087 : fix: #i158798# TabContainerWindow added 2008-11-20 17:50:11 +0100 pb  r264086 : fix: #158798# tabcontainerwindow.obj and tabdialog.obj added 2008-11-20 17:47:16 +0100 pb  r264085 : fix: #158798# new resource: TabDialog DLG_TABCONTAINER 2008-11-20 17:46:06 +0100 pb  r264084 : fix: #i158798# added ids for TABCONTAINER... 2008-11-20 17:43:19 +0100 pb  r264082 : fix: #158798# IMPLEMENTATION/SERVICENAME_TABCONTAINERWINDOW added 2008-11-20 17:43:00 +0100 pb  r264081 : fix: #i158798# implementation of service TabContainerWindow 2008-11-20 17:40:42 +0100 pb  r264080 : fix: #158798# TabContainerWindow.idl added 2008-11-20 17:36:57 +0100 pb  r264079 : fix: #158798# new service TabContainerWindow 2008-11-20 17:33:05 +0100 pb  r264077 : fix: #158798# show tooltip if only a image is shown 2008-11-18 15:10:08 +0100 jsc  r263770 : CWS-TOOLING: rebase CWS alf01 to trunk@263288 (milestone: DEV300:m35) 2008-11-18 09:55:21 +0100 jsc  r263749 : merge from trunk 2008-11-18 09:54:30 +0100 jsc  r263748 : merge from trunk 2008-11-13 17:01:17 +0100 pl  r263655 : fix some warnings 2008-10-21 15:38:37 +0200 pl  r262572 : #i95201# add: EnablePage 2008-10-20 18:57:53 +0200 pl  r262335 : #i95201# add: images for tab items 2008-10-20 17:26:50 +0200 pl  r262330 : #i95201# remove old tools list


2008-12-16  Rüdiger Timm  <rt@openoffice.org>  [07ebc2c78b43e0afe4bedce2d02b88b2ebe41750]

CWS-TOOLING: integrate CWS rtlcontrols 2008-12-11 21:08:49 +0100 fs  r265367 : CONTEXT_WRITING_MODE is transient 2008-12-11 21:08:00 +0100 fs  r265365 : REGISTER_PROP_3 2008-12-11 20:53:44 +0100 fs  r265362 : ContextWritingMode is not MAYBEVOID 2008-12-11 15:29:08 +0100 fs  r265315 : prevent a deadlock during complex.dbaccess.DatabaseDocument test 2008-12-11 15:01:13 +0100 fs  r265304 : manual RESYNC to m37 2008-12-10 20:04:38 +0100 pl  r265230 : #i30631# fix a snafu in mirroring 2008-12-10 19:14:45 +0100 pl  r265229 : #i30631# rework PaintToDevice for RTL controls 2008-12-05 10:19:13 +0100 fs  r264893 : #i10000# ImplInitSettings => ImplInitWindow (ImplInitSettings clashed with base classes ImplInitSettings on unxsols4) 2008-12-03 12:55:24 +0100 fs  r264768 : #i100000# 2008-12-03 07:11:48 +0100 fs  r264741 : #i10000# 2008-12-02 10:37:51 +0100 fs  r264670 : CWS-TOOLING: rebase CWS rtlcontrols to trunk@264325 (milestone: DEV300:m36) 2008-12-02 09:27:50 +0100 fs  r264660 : merge from trunk 2008-11-25 10:28:36 +0100 ama  r264277 : Fix #i94572# 2008-11-24 11:46:48 +0100 fs  r264218 : #i30631# proper context writing mode 2008-11-24 09:38:04 +0100 fs  r264204 : #i30631# (approved by PL) 2008-11-24 09:35:47 +0100 fs  r264203 : #i30631# Context/WritingMode 2008-11-24 09:33:36 +0100 fs  r264202 : #i30631# Context/WritingMode 2008-11-24 09:31:53 +0100 fs  r264200 : #i30631# RTL 2008-11-19 08:51:48 +0100 fs  r263963 : #i10000# 2008-11-18 20:58:11 +0100 fs  r263878 : #i10000# 2008-11-18 15:30:44 +0100 fs  r263778 : migrate the CWS from CVS to SVN the CVS changes contained in this change set are the ones between the following two CVS tags: CWS_DEV300_RTLCONTROLS_ANCHOR CWS_DEV300_RTLCONTROLS_PRE_MIGRATION 2008-11-18 12:29:04 +0100 ama  r263762 : Fix #i94572#: Context direction for drawing objects 2008-11-18 12:25:50 +0100 ama  r263761 : Fix #i94572#: Context direction for drawing objects 2008-11-18 12:02:30 +0100 ama  r263759 : Fix #i94572#: Context direction for drawing objects


2008-12-16  Rüdiger Timm  <rt@openoffice.org>  [63ed6e71eaf8335aa2a161b915aef50a1ea8205e]

CWS-TOOLING: integrate CWS odfp30_DEV300


2008-12-16  Rüdiger Timm  <rt@openoffice.org>  [f6c631dce366cd219e49ea9323b20e6324a4324c]

CWS-TOOLING: integrate CWS sw301bf05_DEV300


2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [c677efda69a0c638ff125fa64c28daac310a60c3]

#i96909# Do not translate officecfg/data/org/openoffice/Office/Accelerators.xcu


2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [9ca9c88a5d8417e4a10cefaeeff0e37844e2014b]

CWS-TOOLING: integrate CWS ooo301gsl3_DEV300


2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [085d3679f3e174878244305d8f4bd8a19f9ec755]

CWS-TOOLING: integrate CWS tl56_DEV300


2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [3099e93bfdf9cba9fda9fee89b430b9694154c1f]

CWS-TOOLING: integrate CWS ooo301gsl2_DEV300


2008-12-14  Eric Bachard  <ericb@openoffice.org>  [143d9afde7eecedf50b5a32c2c437752e77bdb6b]

#i10000# reverting bad commit


2008-12-14  Eric Bachard  <ericb@openoffice.org>  [8fffd9cca7c111668d6ad849935cfa76a34a222e]

#i96978# add the possibility to switch the way to send the PLAY event in debug mode (will be removed once i97195 will be fixed)


2008-12-12  Rüdiger Timm  <rt@openoffice.org>  [4ddbb8c163482aff6c3b3f39f252d0bf683d12e7]

CWS-TOOLING: integrate CWS fwk92 2008-12-04 14:43:28 +0100 oc  r264844 : #i96788# 2008-12-03 02:15:17 +0100 fredrikh  r264734 : i96817 2008-12-02 16:42:46 +0100 tbo  r264720 : #i96763# changes to password dialog for framework, math, global 2008-11-26 16:26:28 +0100 mav  r264418 : #i93617# fix typo 2008-11-26 16:13:03 +0100 mav  r264411 : #i93617# fix the linux scenario 2008-11-25 17:58:01 +0100 mav  r264323 : #i93617# fix the windows problems 2008-11-25 17:51:33 +0100 mav  r264321 : #i93617# fix the windows problems 2008-11-21 16:01:18 +0100 mav  r264145 : #i78753# integrate the patch 2008-11-21 14:08:32 +0100 mav  r264136 : #i93617# integrate the patch 2008-11-21 13:01:56 +0100 mav  r264127 : #i82947# integrate the patch 2008-11-20 18:14:19 +0100 mav  r264092 : #i95793# look for import filter 2008-11-18 15:23:44 +0100 pb  r263776 : fix: #i92579# #i92583# SvxSecurity/SearchPage: more space for controls 2008-11-18 15:21:39 +0100 pb  r263774 : fix: #i92579# #i92583# SvxSecurity/SearchPage: more space for controls 2008-11-18 15:18:54 +0100 pb  r263772 : fix: #i92583# SvxSearchPage::InitControls_Impl() added 2008-11-18 15:16:07 +0100 pb  r263771 : fix: #i92579# columns calculated newly 2008-11-18 11:09:28 +0100 mav  r263751 : #i21923# small fixes 2008-11-17 17:22:04 +0100 mav  r263730 : #i21923# integrate the patch 2008-11-17 14:29:02 +0100 mav  r263723 : #i21923# integrate the patch 2008-11-13 16:46:08 +0100 mav  r263653 : #i88127# integrate the patch 2008-11-13 14:46:56 +0100 mav  r263645 : #i54638# integrate the patch 2008-11-11 13:11:03 +0100 pb  r263554 : fix: #i93142# disable maRecommReadOnlyCB on read-only documents 2008-11-10 13:30:58 +0100 pb  r263516 : fix: #i93833# Mozilla Plug-in -> Browser Plug-in 2008-11-10 13:29:10 +0100 pb  r263515 : fix: #i93833# Mozilla Plug-in -> Browser Plug-in 2008-11-10 06:10:11 +0100 pb  r263505 : fix: #i94937# now .uno.ExtendedHelp without image 2008-11-04 20:52:50 +0100 mav  r263337 : migrate cws fwk92 to svn


2008-12-12  Rüdiger Timm  <rt@openoffice.org>  [9123806e0989b9459010880922efcdb8c09bae01]

CWS-TOOLING: integrate CWS dba301b_DEV300


2008-12-12  Rüdiger Timm  <rt@openoffice.org>  [25a4ae873294bf17f34c4e3ba6ecdff601f530c0]

CWS-TOOLING: integrate CWS mooxlsc 2008-12-12 09:32:19 +0100 dr  r265390 : #i10000# warning 2008-12-11 14:54:26 +0100 dr  r265301 : add strings from dr66 to meet ui freeze 2008-12-11 14:53:20 +0100 dr  r265300 : add strings from dr66 to meet ui freeze 2008-12-08 14:43:25 +0100 er  r264997 : DBG_... need semicolon 2008-12-04 19:16:50 +0100 er  r264872 : DBG_... needs semicolon 2008-12-04 11:09:27 +0100 er  r264824 : DBG_ERROR needs semicolon 2008-12-03 13:29:46 +0100 er  r264770 : CWS-TOOLING: rebase CWS mooxlsc to trunk@264325 (milestone: DEV300:m36) 2008-12-02 16:49:09 +0100 er  r264722 : disable code for named references #i4385# import as long as #i3740# isn't fully implemented 2008-12-02 16:45:04 +0100 er  r264721 : some compilers attempt to be too smart; persuade them it's really meant what was written 2008-12-02 16:04:56 +0100 er  r264715 : #i3740# no storage in ODF for external name references 2008-11-29 02:20:50 +0100 er  r264575 : some huge performance improvement when reading repeated empty rows for the external references cache from ODF, as they often occur in the sparse matrix 2008-11-29 01:14:55 +0100 er  r264574 : WriteExternalRefCaches: for table:number-columns-repeated write used columns instead of MAXCOLCOUNT 2008-11-28 18:30:04 +0100 er  r264570 : #i3740# write/read external name references as bracketed references, as proposed on the ODFF list 2008-11-27 20:36:54 +0100 er  r264521 : merge i95068 from cws calc46 for code correctness 2008-11-21 20:39:34 +0100 kohei  r264174 : fixed a crash when importing a BIFF8 document with per-sheet external names. For now, we don't support per-sheet external names.  Let's throw in NoName error until they are supported. 2008-11-21 18:47:27 +0100 kohei  r264168 : I forgot to process cached range references in the EXTERNNAME record, which prevented cached external names with range references from being imported correctly. P.S. I swear I thought I had covered this.... 2008-11-20 23:07:22 +0100 er  r264104 : #i4385# parse external defined names in MOOXML import 2008-11-14 23:18:54 +0100 er  r263700 : #i92797# parse external sheet references under aspects of MOOXML import and new ScExternalRefManager 2008-11-14 18:49:48 +0100 er  r263696 : remove infinity assertion, leftover from binary file format; coded double error may occur via filter import 2008-11-12 13:29:44 +0100 er  r263593 : make references to entire rows/columns, such as A:A or 3:3, actually work in MOOXML import 2008-11-03 12:35:11 +0100 er  r263282 : a struct is a struct is a ... 2008-10-31 00:30:59 +0100 er  r262843 : aTableRowCellAttrTokenMap needed 2008-10-31 00:26:07 +0100 er  r262842 : GetTableRowCellAttrTokenMap() is not unused 2008-10-31 00:13:53 +0100 er  r262841 : merge error 2008-10-31 00:05:39 +0100 er  r262840 : merge error 2008-10-30 23:17:48 +0100 er  r262839 : unresolved merge conflict!?! 2008-10-30 22:59:11 +0100 er  r262838 : merge error 2008-10-30 16:31:04 +0100 hr  r262833 : CWS-TOOLING: rebase CWS mooxlsc to trunk@262620 (milestone: DEV300:m34) 2008-10-16 21:57:51 +0200 er  r262272 : migrate CWS mooxlsc to SVN


2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [f0e25a55fc05909d32a9c4412d92b764fc80087f]

CWS-TOOLING: integrate CWS cwscheckapi5_DEV300


2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [1558c19f48abc8d31ff307566a8564a55b37451e]

CWS-TOOLING: integrate CWS cmcfixes51 2008-12-08 10:12:55 +0100 cmc  r264975 : #i96203# protect with ifdefs to avoid unused symbol on mac 2008-12-05 12:23:47 +0100 cmc  r264898 : CWS-TOOLING: rebase CWS cmcfixes51 to trunk@264807 (milestone: DEV300:m37) 2008-12-01 14:45:17 +0100 cmc  r264606 : #i76655# ehlos apparently required 2008-11-28 17:49:30 +0100 cmc  r264567 : #i96655# remove newly unused method 2008-11-28 10:41:28 +0100 cmc  r264531 : #i96647# better ppc-bridges flushCode impl 2008-11-27 12:58:40 +0100 cmc  r264478 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 12:32:49 +0100 cmc  r264476 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 12:26:02 +0100 cmc  r264475 : #i96655# redundant old table export helpers 2008-11-27 11:49:06 +0100 cmc  r264473 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 11:38:35 +0100 cmc  r264471 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 11:14:21 +0100 cmc  r264467 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 11:06:22 +0100 cmc  r264464 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 10:58:18 +0100 cmc  r264462 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 10:41:44 +0100 cmc  r264461 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 10:19:24 +0100 cmc  r264460 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 10:13:39 +0100 cmc  r264459 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 10:06:14 +0100 cmc  r264458 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 09:59:54 +0100 cmc  r264457 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 09:52:51 +0100 cmc  r264456 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 09:48:26 +0100 cmc  r264454 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 09:40:20 +0100 cmc  r264452 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 09:35:26 +0100 cmc  r264451 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 09:31:00 +0100 cmc  r264450 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 09:24:08 +0100 cmc  r264449 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 00:26:15 +0100 cmc  r264443 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 00:21:01 +0100 cmc  r264442 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 00:09:40 +0100 cmc  r264441 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 23:51:56 +0100 cmc  r264440 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 23:49:09 +0100 cmc  r264439 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 18:09:54 +0100 cmc  r264432 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 18:07:40 +0100 cmc  r264431 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 17:28:02 +0100 cmc  r264429 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 17:27:39 +0100 cmc  r264428 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 17:18:36 +0100 cmc  r264426 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 16:22:16 +0100 cmc  r264415 : #i96624# make implicit braces and brackets explicit to avoid warnings 2008-11-26 16:00:23 +0100 cmc  r264409 : #i90426# remove warnings from svtools 2008-11-26 15:59:17 +0100 cmc  r264408 : #i90426# remove warnings 2008-11-26 15:47:32 +0100 cmc  r264404 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 14:46:57 +0100 cmc  r264394 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 14:19:50 +0100 cmc  r264387 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 14:15:26 +0100 cmc  r264386 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 14:11:26 +0100 cmc  r264384 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 13:44:23 +0100 cmc  r264380 : #i96084# comfirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 13:12:24 +0100 cmc  r264372 : #i96604# silence new warnings 2008-11-26 12:35:02 +0100 cmc  r264369 : #i96203# make qstarter work in 3-layer land 2008-11-26 12:33:04 +0100 cmc  r264368 : #i96170# ensure gtypes are up and running


2008-12-10  Rüdiger Timm  <rt@openoffice.org>  [9cb988cf30551d7192574699e27d92e201154fd6]

CWS-TOOLING: integrate CWS dba31f 2008-12-10 14:16:09 +0100 oj  r265185 : #i96658# remove is 2008-12-10 08:46:07 +0100 oj  r265147 : remove duplicate ids 2008-12-10 08:35:02 +0100 oj  r265146 : #i96658# remove is 2008-12-09 11:44:35 +0100 oj  r265072 : use of tools::StringresourceList 2008-12-09 11:43:41 +0100 oj  r265071 : new class to read string elements from a Resource 2008-12-09 11:41:56 +0100 oj  r265070 : export StringListResource 2008-12-09 11:38:17 +0100 oj  r265068 : change string ; to more string objects 2008-12-08 12:11:43 +0100 oj  r264985 : change default-license-id to lic-en-US 2008-12-05 12:06:09 +0100 oj  r264896 : disable check to uncheck 2008-12-04 08:58:50 +0100 oj  r264814 : #i96517,i96520,i96522# d&d, background, state fixed 2008-12-04 08:53:29 +0100 oj  r264813 : #i96434# use document ui name from filter 2008-12-04 08:41:06 +0100 oj  r264812 : #i96434# use document ui name from filter 2008-12-02 13:48:49 +0100 lla  r264697 : #i96526# extra string for default otr wasn't found 2008-11-28 11:46:31 +0100 oj  r264536 : move toolbar and resize add field dlg 2008-11-28 08:38:22 +0100 oj  r264526 : load string resources 2008-11-27 19:28:52 +0100 oj  r264520 : unsigned 2008-11-27 19:10:19 +0100 oj  r264517 : move class into unnamed namespace 2008-11-27 18:33:38 +0100 oj  r264514 : wrong param 2008-11-27 16:52:39 +0100 oj  r264510 : #i96622# wrong string replacement 2008-11-27 16:46:03 +0100 oj  r264509 : remove unused var 2008-11-27 13:37:16 +0100 oj  r264484 : #i96432# notify only when not in special mode of the page 2008-11-27 13:16:47 +0100 oj  r264479 : #i95224# accept alias in group by 2008-11-27 12:35:19 +0100 oj  r264477 : #i95416# always show localized strings in the start marker 2008-11-27 09:49:29 +0100 oj  r264455 : #i93460# set split pos 2008-11-27 09:05:27 +0100 oj  r264447 : #i96453# use extension from mimetype / mediatype 2008-11-26 16:24:43 +0100 oj  r264416 : #i96520# #i96522# #i96519# some changes at the add field dialog 2008-11-26 16:20:27 +0100 oj  r264414 : #i93420# prevent to register a none system file  url 2008-11-26 16:19:02 +0100 oj  r264413 : #i96522# new class to paste multiple objects 2008-11-26 10:06:12 +0100 oj  r264349 : #i96191# introduce new error message and check if type was defined aand should not be changed 2008-11-26 10:06:12 +0100 oj  r264348 : #i96191# throw error when decimal is to big 2008-11-25 12:08:59 +0100 oj  r264281 : #i96431# correct state for align and move 2008-11-25 11:54:47 +0100 oj  r264280 : #i96428# when new bind to first table 2008-11-25 11:49:55 +0100 oj  r264279 : #i96434# add report output format to inspection 2008-11-25 11:49:05 +0100 oj  r264278 : #i96434# add report output format to inspection 2008-11-24 10:46:23 +0100 oj  r264215 : #i96458# size width for controls 2008-11-24 09:28:56 +0100 oj  r264199 : #i96459# mark detail section when nothing is selected 2008-11-20 12:02:35 +0100 oj  r264038 : #i96191# fix check for prec 2008-11-20 08:06:32 +0100 oj  r264026 : #i90949# patch MID function 2008-11-11 13:14:58 +0100 oj  r263555 : #i96086# apply patch 2008-11-11 11:34:46 +0100 oj  r263549 : #i94128# correct height of section when controls moved outside 2008-11-11 07:52:08 +0100 oj  r263544 : #i94729# fix string with ; as sep 2008-11-11 07:45:27 +0100 oj  r263543 : #i95222# export chart title style 2008-11-11 07:43:37 +0100 oj  r263542 : #i92541# fix line height


2008-12-09  Rüdiger Timm  <rt@openoffice.org>  [fe2214d845dabbdfca6d63d4e36e44749ddebeb9]

CWS-TOOLING: integrate CWS canvas06 2008-11-14 18:59:03 +0100 thb  r263697 : Reverted fAlpha setup to previous state, as this was bogus as well - code path is apparently not taken for test, but anyway 2008-11-13 21:32:45 +0100 thb  r263663 : WaE fix (and a bad bug as well - int color would have overflown) 2008-11-13 16:51:37 +0100 pl  r263654 : remove warnings 2008-11-13 09:46:28 +0100 thb  r263623 : #i95317# Fixed typo (thx WaE for finding) 2008-11-12 21:25:19 +0100 thb  r263617 : #i96047# call update() on hidden sprite shape as well, to force actual hiding 2008-11-12 21:23:31 +0100 thb  r263616 : #i95209# Merge from CWS thb11 - revives canvasbitmap unit tests, fixes nasty corner case in x11 salbmp (for 16bpp) 2008-11-12 21:21:46 +0100 thb  r263615 : #i95197# Shuffled code to make valgrind quiet during bmp loading 2008-11-12 21:18:06 +0100 thb  r263614 : #i93382# Make --disable-moz build work 2008-11-12 21:16:55 +0100 thb  r263613 : #i95317# Fixed mis-named traits methods for min and max numbers 2008-11-12 20:59:01 +0100 thb  r263612 : #i95317#, #i92902#: migrate CWS canvas06 to SVN.


2008-12-09  Rüdiger Timm  <rt@openoffice.org>  [21e01b3b70002b06a9e12296c2f06a2abd48daa9]

CWS-TOOLING: integrate CWS sjfixes11_DEV300


2008-12-09  Rüdiger Timm  <rt@openoffice.org>  [34b481f05a1dcaa5a35e47c80cb608b202694a10]

CWS-TOOLING: integrate CWS configitems02_svn 2008-12-02 10:22:34 +0100 as  r264664 : #i5114# truncate list also in case list size was changed externaly 2008-11-28 10:25:56 +0100 as  r264530 : make gcc happy with new line at end of file 2008-11-21 09:44:40 +0100 jsk  r264109 : #i96409# 2008-11-21 08:03:30 +0100 jsk  r264106 : #i96409# 2008-11-21 07:55:59 +0100 jsk  r264105 : #i96409# 2008-11-10 13:42:44 +0100 as  r263518 : make code warning free (linux) 2008-10-21 16:38:44 +0200 as  r262573 : #i51626# refactor svtools config items (at least some of them)


2008-12-09  Rüdiger Timm  <rt@openoffice.org>  [8d6486b540609b79d5d5cbb972f8113dacf7da8a]

CWS-TOOLING: integrate CWS os2port04 2008-11-27 13:22:38 +0100 ydario  r264480 : #i96439#: fix build for unix platforms. 2008-11-26 18:32:42 +0100 ydario  r264433 : #i96439#: os2 systemshell code (dummy code). 2008-11-26 16:33:48 +0100 ydario  r264421 : #i96439#: vcl fix for pdf export of truetype fonts. 2008-11-26 15:04:44 +0100 ydario  r264399 : #i96439#: build macros fix scripts, gcc specific flags. 2008-11-26 15:00:15 +0100 ydario  r264398 : #i96439#: vcl source code updates. 2008-11-26 13:21:37 +0100 ydario  r264378 : #i96439#: os2 build system fixes. 2008-11-26 13:20:27 +0100 ydario  r264377 : #i96439#: configuration and build macros updates. 2008-11-26 13:16:35 +0100 ydario  r264375 : #i96439#: new launcher code, build system updates. 2008-11-26 13:12:49 +0100 ydario  r264373 : #i96439#: use OSL endian macro. 2008-11-26 12:54:50 +0100 ydario  r264371 : #i96439#: os2 build system fixes. 2008-11-26 12:30:46 +0100 ydario  r264367 : #i96439#: os2 build system fixes. 2008-11-26 12:09:33 +0100 ydario  r264365 : #i96439#: _Export is a reserved keyword under gcc for os2. 2008-11-26 12:08:12 +0100 ydario  r264364 : #i96439#: new libpath handling. 2008-11-26 11:57:51 +0100 ydario  r264363 : #i96439#: use C call, generates proper stabs; fix rtti names.


2008-12-09  Rüdiger Timm  <rt@openoffice.org>  [c27a2e3d78d8c423d8b694cf6e06c3aa33347961]

CWS-TOOLING: integrate CWS dba31d 2008-12-08 16:22:07 +0100 rt  r265005 : Remove DOS lineends 2008-12-05 13:56:24 +0100 fs  r264906 : #i10000# removed unreachable statement 2008-11-20 11:41:26 +0100 fs  r264037 : merged in the fix for #i95865# (it was wrongly committed to CWS dba32a, should have been here) 2008-11-20 11:34:24 +0100 fs  r264036 : line ends 2008-11-14 08:44:50 +0100 lla  r263665 : #i10000# comparsion between int and uint fixed 2008-11-13 13:31:12 +0100 lla  r263641 : #i10000# build problem fixed 2008-11-13 11:20:01 +0100 lla  r263625 : #i96130# hard code name of extension 2008-11-12 11:13:41 +0100 fs  r263582 : #i96096# when opening a SRB-report fails due to the missing SRB extension, log this as warning only, and proceed with the migration 2008-11-12 11:11:35 +0100 fs  r263581 : #i96096# ContentType handling. Now all contents deliver proper results in XContent::getContentType 2008-11-12 11:10:11 +0100 fs  r263580 : #i96096# new ctors taking UNO_QUERY_THROW 2008-11-11 10:10:13 +0100 lla  r263546 : CWS-TOOLING: rebase CWS dba31d to trunk@263288 (milestone: DEV300:m35) 2008-11-06 15:55:39 +0100 oj  r263393 : #i93452# get field from model fallbackis the name 2008-11-06 15:31:47 +0100 oj  r263392 : #i93465# remeber location of floating windows 2008-11-06 13:36:24 +0100 oj  r263381 : #i93450# check typemap for null 2008-11-06 13:28:49 +0100 oj  r263379 : #i93020# empty column list boxes when new relation should be created 2008-11-06 12:33:53 +0100 oj  r263377 : #i93012# set border to default : flat 2008-11-06 12:26:54 +0100 oj  r263375 : #i74927# do some less calls for odbc 2008-11-06 09:34:01 +0100 oj  r263362 : #i93383# grabFocus in suspend to get allmodified cells 2008-11-03 21:01:39 +0100 oj  r263308 : #i86739# check if slash can be valid for tables 2008-11-03 14:40:21 +0100 oj  r263287 : #i86739# check if slash can be valid for tables 2008-11-03 14:32:17 +0100 oj  r263286 : #i95227# column width 2008-11-03 14:27:26 +0100 oj  r263285 : link fwe 2008-11-03 14:24:54 +0100 oj  r263284 : #i95235# changed to hold no ref only weak 2008-10-31 11:21:48 +0100 oj  r262859 : #i93459# set images add menu entry 2008-10-31 09:06:37 +0100 oj  r262851 : #i88629# correct fileopen filter for database odb files 2008-10-30 15:01:04 +0100 oj  r262828 : #i95229# set filter at the composer 2008-10-29 15:57:41 +0100 oj  r262817 : #i95235# changed to hold no ref only weak 2008-10-29 15:57:19 +0100 oj  r262816 : #i95235# changed to hold no ref only weak 2008-10-29 15:57:03 +0100 oj  r262815 : #i95235# changed to hold no ref only weak 2008-10-29 15:56:15 +0100 oj  r262814 : #i95235# filtermanger changed to hold no ref only weak 2008-10-29 10:32:39 +0100 oj  r262773 : #i93474# use correct table name 2008-10-28 13:49:33 +0100 lla  r262744 : #i95524# make an Invalidate and refresh on Tables 2008-10-28 10:45:02 +0100 fs  r262707 : line ends 2008-10-28 10:34:42 +0100 fs  r262706 : #i95522# don't expect the component to live in a TopWindow 2008-10-28 08:30:40 +0100 lla  r262696 : #i93176# set preview mode on view 2008-10-28 07:56:57 +0100 oj  r262694 : merge cvs svn 2008-10-27 14:13:51 +0100 oj  r262673 : #i94129# use dummy data 2008-10-27 12:38:45 +0100 fs  r262669 : #i94125# rework ScrollColumns 2008-10-23 15:53:57 +0200 oj  r262624 : #i94568# do not load the embeddedobj just copy the storage 2008-10-23 14:39:14 +0200 oj  r262622 : #i94129# handle chart correctly 2008-10-22 10:51:19 +0200 lla  r262582 : #i94115# problem with left walk chart shape fixed 2008-10-22 07:47:48 +0200 oj  r262576 : #i94455# rename now do not use remove insert 2008-10-22 07:47:27 +0200 oj  r262575 : #i94455# rename now do not use remove insert 2008-10-21 12:46:26 +0200 lla  r262567 : #i93845# extra check if default schema doesn't exists, fix assertion


2008-12-08  Rüdiger Timm  <rt@openoffice.org>  [460a54234e8fad4bebd8661c7c01210469a08ae4]

CWS-TOOLING: integrate CWS rt35 2008-12-02 08:25:35 +0100 rt  r264658 : Do not print useless outdated version info. checkdeliver: store errors to file to ease later analysis. 2008-12-01 17:40:03 +0100 rt  r264622 : #i96749# Only copy when file exists 2008-12-01 15:28:07 +0100 rt  r264610 : #i96749# Avoid collisions when creating zip archive of files delivered into common tree. 2008-11-28 13:20:52 +0100 rt  r264545 : #i90846# Old 'cmake' makefile, must be obsolete since ages. 2008-11-28 13:18:12 +0100 rt  r264544 : #i90846# Remove old StarDivision copyright notices.


2008-12-03  Release Engineers  <releng@openoffice.org>  [160428f0e61357453d7e9aeb9699f1b9c6e0e53d]

Create DEV300_m37 milestone tag


2008-12-02  Release Engineers  <releng@openoffice.org>  [1f40673bc094d64edf2c52b77966ad6b17d86b81]

#i10000# removed additional function declaration


2008-12-01  Release Engineers  <releng@openoffice.org>  [cc45b0cfe1b4dcc813c55de969e6af82a1ad8050]

CWS-TOOLING: integrate CWS sw301bf03_DEV300


2008-12-01  Release Engineers  <releng@openoffice.org>  [4175afb12c04474e91ea9fd0d9fccb05987670b7]

CWS-TOOLING: integrate CWS ooo301gsl1_DEV300


2008-12-01  Release Engineers  <releng@openoffice.org>  [4769d78bd6d73156b697ae73d995cd7e79efa8f4]

CWS-TOOLING: integrate CWS accelerators01svn 2008-11-26 10:12:06 +0100 as  r264354 : #i96383# use new snapshot of accelerator configuration retrieved from latest master 2008-11-21 12:45:17 +0100 as  r264125 : handle missing module configurations right (create them on demand) 2008-11-21 11:37:37 +0100 as  r264117 : #i96383# add missing shortcuts for writer 2008-11-03 10:46:17 +0100 as  r263280 : fix warning regarding unreachable code 2008-10-23 11:07:04 +0200 as  r262616 : #i87737# move shortcut configuration to XCU/S based configuration


2008-12-01  Release Engineers  <releng@openoffice.org>  [5534278a1065339784770e88088fb51e5bada176]

CWS-TOOLING: integrate CWS vcl96 2008-11-27 15:56:56 +0100 pl  r264499 : #i95488# fix a snafu 2008-11-17 12:05:23 +0100 pl  r263713 : #158795# catch bad_alloc 2008-11-14 17:26:25 +0100 pl  r263687 : #i93018# new msgbox images 2008-11-14 17:00:28 +0100 pl  r263686 : #i95488# treat chinese font heights like korean 2008-11-14 14:59:17 +0100 pl  r263677 : #i92102# RTL fixes: toolbox selection, popup menus 2008-11-14 11:40:22 +0100 pl  r263669 : #i75035# move tear off panels correctly also in RTL case (thanks ayaniger) 2008-11-13 18:15:51 +0100 pl  r263658 : #i93018# message box images, add hc version 2008-11-13 15:49:41 +0100 pl  r263647 : #b6726794# add: UNC paths (windows specific) 2008-11-13 12:51:37 +0100 pl  r263632 : #i95803# do not dereference empty interface 2008-11-12 18:13:55 +0100 pl  r263609 : #b6727144# fix and speed up xor mode for special case invert on MacOSX 2008-11-12 15:07:47 +0100 pl  r263599 : #i95392# add csv to calc mimetypes (thanks cmc) 2008-11-12 14:52:13 +0100 pl  r263598 : #i87633# paste strings larger than 64k in the hope that each contained line is shorter 2008-11-12 13:37:29 +0100 pl  r263594 : #i96141# fix if statement (thanks cmc) 2008-11-12 13:06:22 +0100 pl  r263588 : #i93831# remove windows from static set again 2008-11-11 18:15:06 +0100 pl  r263571 : #i96089# fix some wrong parentheses (thanks cmc) 2008-11-04 20:50:40 +0100 pl  r263336 : #i95388# do not confuse imageable area and margin 2008-11-03 18:39:25 +0100 pl  r263304 : CWS-TOOLING: rebase CWS vcl96 to trunk@263288 (milestone: DEV300:m35) 2008-11-03 16:18:48 +0100 pl  r263290 : #i92701# truncation warning only on paste 2008-11-03 15:53:42 +0100 pl  r263289 : #i95296# use gtk plugin in more cases 2008-10-31 11:15:34 +0100 pl  r262858 : #i94258# fix some PDF/A compatibility issues (thanks beppec56) 2008-10-30 14:24:24 +0100 pl  r262825 : #i62033# do not read imcomplete resources (again) 2008-10-29 17:21:29 +0100 pl  r262821 : #i95536# do not use deprecated gtk_draw_expander function 2008-10-21 18:00:29 +0200 pl  r262574 : #i95220# use large icons for nicer display on KDE as well as Gnome taskbar 2008-10-17 16:01:43 +0200 pl  r262290 : #i92822# build warning free on MacOSX 10.5


2008-12-01  Release Engineers  <releng@openoffice.org>  [caf1299303ce6c664ade79f2490820fd14e47c3b]

CWS-TOOLING: integrate CWS dba31e 2008-11-19 12:36:23 +0100 msc  r263980 : i96104 2008-11-19 12:31:19 +0100 msc  r263979 : i96104 2008-11-19 12:21:55 +0100 msc  r263977 : i96104 2008-11-19 12:18:53 +0100 msc  r263976 : i96104 2008-11-18 09:09:45 +0100 oj  r263746 : disable color entry when area is set 2008-11-18 08:37:52 +0100 oj  r263741 : #remove sub report entry 2008-11-17 11:20:25 +0100 fs  r263708 : #i10000# 2008-11-17 11:06:52 +0100 fs  r263706 : minimal version now is 3.1 2008-11-12 22:25:59 +0100 fs  r263621 : #i96150# 2008-11-12 22:20:02 +0100 fs  r263620 : rebased to m34 2008-11-12 21:39:41 +0100 fs  r263618 : MANUAL REBASE: rebase CWS dba31d to DEV300_m34 2008-11-12 13:54:58 +0100 fs  r263597 : #i96134# MediaDescriptor.URL is to be preferred over MediaDescriptor.FileName. Nonetheless, ensure both are handled 2008-11-12 13:53:40 +0100 fs  r263596 : #i96134# re-enabled the code for #i41897#, a better fix is to come 2008-11-12 12:48:21 +0100 fs  r263585 : #i96134# disable saving URLs of file-base databases relatively 2008-11-11 16:11:11 +0100 msc  r263566 : #i96104# 2008-11-05 09:09:47 +0100 oj  r263342 : #i88727# color noe added 2008-11-05 08:41:43 +0100 oj  r263341 : #i77916# zoom added 2008-11-04 21:24:15 +0100 fs  r263339 : disposing: call disposeAndClear without own mutex locked - some of our listeners insist on locking the SolarMutex, which sometimes led to deadlocks on the complex test cases 2008-11-04 21:23:15 +0100 fs  r263338 : remove SolarMutex locking - this happned in CWS dba31c (in the CVS version), which this CWS was created from, but seems to got lost during resync 2008-11-04 20:49:50 +0100 fs  r263335 : docu formatting 2008-11-04 20:06:39 +0100 fs  r263334 : #i95826# use m_aMutex, not a DocumentGuard (wrongly resolved merge conflicts) 2008-11-04 17:36:29 +0100 fs  r263332 : #i92688# properly revoke as XEventListener from m_xActiveController when disposing 2008-11-04 14:49:34 +0100 fs  r263324 : #i92322# enable Input Required if EmptyIsNULL does not exist at the control 2008-10-31 11:10:04 +0100 oj  r262857 : merge from cvs to svn 2008-10-31 09:46:45 +0100 oj  r262853 : merge from cvs to svn 2008-10-31 08:46:37 +0100 oj  r262849 : merge from cvs to svn 2008-10-31 08:44:24 +0100 oj  r262848 : merge from cvs to svn 2008-10-31 08:43:33 +0100 oj  r262847 : merge from cvs to svn 2008-10-31 08:42:28 +0100 oj  r262846 : merge from cvs to svn 2008-10-31 08:41:58 +0100 oj  r262845 : merge from cvs to svn 2008-10-31 08:41:32 +0100 oj  r262844 : merge from cvs to svn 2008-10-28 12:19:50 +0100 oj  r262733 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:42 +0100 oj  r262732 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:36 +0100 oj  r262731 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:31 +0100 oj  r262730 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:22 +0100 oj  r262729 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:18 +0100 oj  r262728 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:10 +0100 oj  r262727 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:06 +0100 oj  r262726 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:05 +0100 oj  r262725 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:01 +0100 oj  r262724 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:50 +0100 oj  r262723 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:41 +0100 oj  r262722 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:40 +0100 oj  r262721 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:27 +0100 oj  r262720 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:10 +0100 oj  r262719 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:01 +0100 oj  r262718 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:17:39 +0100 oj  r262717 : #iXXXXX#: migrate CWS dba31e to SVN


2008-11-30  Release Engineers  <releng@openoffice.org>  [c57605ddf005e0f870ec7816eb72a073e475aed5]

CWS-TOOLING: integrate CWS cairosource01 2008-11-28 13:29:24 +0100 rene  r264546 : i96634# add patch from kendy fixing --disable-mozilla with the new mozbootstrap stuff 2008-11-28 12:43:54 +0100 rene  r264540 : revert commit to wrong branch 2008-11-28 11:52:54 +0100 rene  r264537 : #ii10000# work around gcc taking hours/OOMing with qnametostr.cxx 2008-11-24 21:40:36 +0100 mox  r264268 : Remove the support for pre-built binaries, now that cairo can be built from source 2008-11-24 21:39:01 +0100 mox  r264267 : Remove the support for pre-built binaries, now that cairo can be built from source 2008-11-14 22:25:27 +0100 mox  r263699 : Fix build breakers on vanilla Win32 2008-11-10 19:45:48 +0100 mox  r263538 : Try to fix build breaker 2008-11-09 10:48:43 +0100 mox  r263493 : Full pixman_CFLAGS and pixman_LIBS are needed for configure to work properly on UNX. 2008-11-08 20:24:06 +0100 mox  r263491 : Patch for pixman is still needed to fix build breakers in VM with Linux/FreeBSD 2008-11-05 21:29:44 +0100 mox  r263358 : CWS-TOOLING: rebase CWS cairosource01 to trunk@263288 (milestone: DEV300:m35) 2008-11-03 20:36:48 +0100 mox  r263306 : Update cairo sources missing from migration. 2008-11-03 20:33:17 +0100 mox  r263305 : Migrate CWS cairosource01 to SVN.


2008-11-28  Release Engineers  <releng@openoffice.org>  [b7bf9e5d0ba08bb9f0e0fc36ae86e124ddc2e8d0]

CWS-TOOLING: integrate CWS sqlsyntaxhighlighting 2008-11-20 17:23:29 +0100 mod  r264074 : new colors by UX 2008-11-17 17:37:19 +0100 mod  r263732 : revert manual fix for icu 2008-11-17 15:03:39 +0100 mod  r263725 : manual fix for icu 2008-11-17 11:26:39 +0100 mod  r263709 : manual fix for icu 2008-11-16 18:19:16 +0100 mod  r263702 : `fix 2008-11-12 22:11:50 +0100 mod  r263619 : CWS-TOOLING: rebase CWS sqlsyntaxhighlighting to trunk@263288 (milestone: DEV300:m35) 2008-11-12 11:04:33 +0100 mod  r263578 : minor cleanup 2008-11-12 11:03:02 +0100 mod  r263577 : seperate MulitLineEditSyntaxHighlighter into new file 2008-11-06 15:13:27 +0100 fs  r263391 : merged from trunk 2008-11-06 15:09:20 +0100 fs  r263390 : merged from trunk 2008-11-06 15:07:06 +0100 fs  r263388 : reverted the change c262599. This seems to be a merge from trunk, but without properly setting svn:mergeinfo, thus it results in conflicts when doing a real 'svn merge'. 2008-11-06 15:03:19 +0100 fs  r263387 : merged rev. 262769 2008-11-03 17:58:19 +0100 mod  r263297 : little fixes 2008-11-03 17:56:49 +0100 mod  r263296 : little fixes 2008-11-03 17:12:41 +0100 mod  r263295 : new entry SQL comment for Tools-Appearance 2008-11-03 17:12:13 +0100 mod  r263294 : different tokenizer based on language 2008-11-03 17:11:40 +0100 mod  r263293 : new entry for Tools-Appearance: SQL Comment 2008-11-03 17:11:14 +0100 mod  r263292 : get notification about color changes for sql view 2008-10-29 00:01:40 +0100 mod  r262768 : string listbox 2008-10-28 23:57:45 +0100 mod  r262767 : string listbox 2008-10-22 18:38:07 +0200 mod  r262614 : source alignment fix 2008-10-22 18:37:23 +0200 mod  r262613 : '' as string as well 2008-10-22 18:36:45 +0200 mod  r262612 : get syntax highlighting in tools-sql... 2008-10-22 14:11:12 +0200 mod  r262605 : formatting fix 2008-10-22 13:30:42 +0200 mod  r262599 : additional entries for Tools-Options-Appearance 2008-10-19 22:53:50 +0200 mod  r262302 : migration from cvs to svn 2008-10-19 22:37:45 +0200 mod  r262301 : migration from cvs to svn 2008-10-19 22:36:04 +0200 mod  r262300 : migration from cvs to svn


2008-11-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [8eade63b60ac8c31192a566276f90d15d8aee635]

#i10000#,#i96584#: in case of timeout do not access dead object


2008-11-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [adea2f24ed7566a40b6946972c4c36c178bfb203]

#i10000# remove not needed DBG() macro which broke Solaris non-pro builds


2008-11-21  Release Engineers  <releng@openoffice.org>  [110ec79601cd37a2b4411d34113f06d34adde3a6]

#i10000# Signalfile changed again: on mac the previous solution failed.


2008-11-21  Rüdiger Timm  <rt@openoffice.org>  [98c465b0455bc264dee3f3d1ef2668680495a005]

#i10000# Do not create signalfiles in in working directory. On failure they dont get removed and afterwards pollute the source tree.


2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ad71ef3c02e65016063abe1500456c839c70e61]

CWS-TOOLING: integrate CWS i18n48_DEV300


2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc6f3feb283d65d992b7c47d6a5912219d7440f8]

CWS-TOOLING: integrate CWS fix30autorecovery_DEV300


2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [903d2b838bcc3cda86f443cc8a978a71f99574b7]

CWS-TOOLING: integrate CWS buildid301_DEV300


2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7804297843d256c6c80e05ab5bfb93c055b54f89]

CWS-TOOLING: integrate CWS impress163_DEV300


2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c035090e781c05ee1934aa6c93ed9f63eab44cd6]

CWS-TOOLING: integrate CWS calc46_DEV300


2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [912b16b9a4960c7229c57b260420ea4728ee5b54]

CWS-TOOLING: integrate CWS onlineupdate7_DEV300


2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb25ef77397fc838c4c438642791bbc6cae5b6b9]

CWS-TOOLING: integrate CWS oooimprovementcorefixes_DEV300


2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [84ef0fe6c2a428a6d13647965544125470bcabb4]

CWS-TOOLING: integrate CWS aw058 2008-11-19 14:27:57 +0100 aw  r263994 : #i95264# corrected line primitive range calculation for hairlines 2008-11-18 11:31:52 +0100 wg  r263754 : i96156 2008-11-18 11:22:38 +0100 wg  r263752 : i96156 2008-11-13 11:46:49 +0100 aw  r263626 : #i93169# used flag the wrong way; true means that nothing was done yet 2008-11-12 15:33:41 +0100 wg  r263601 : i96156 2008-11-12 13:22:38 +0100 wg  r263592 : i95527 2008-11-12 13:18:51 +0100 wg  r263591 : i95527 2008-10-29 13:22:02 +0100 aw  r262794 : #i93485# identified reason and with PL's help changed problem accordingly with usage of an old fallback. This will need to be optimized again by HDU when he finds the time. 2008-10-28 18:23:04 +0100 aw  r262763 : unxmacxi compiler warning fixed 2008-10-28 18:17:01 +0100 aw  r262762 : unxmacxi compiler warning fixed 2008-10-28 17:55:18 +0100 aw  r262761 : unxmacxi compiler warning fixed 2008-10-28 13:48:22 +0100 aw  r262743 : #i93485# added UnifiedAlphaPrimitive2D to VclRenderer; corrected getB2DRange implementations for hairlines which are view-dependent 2008-10-28 12:40:55 +0100 aw  r262735 : #i93485# had to move Pre/PostPaint to LocalPre/PostPaint since PrePaint is a virtual window method 2008-10-27 15:54:10 +0100 aw  r262679 : #i19871# adapted the call order to parent implementations in some Nbc methods in SdrPathObj due to errors in SnapRect recalculation when GluePoints are involved 2008-10-24 18:31:48 +0200 aw  r262661 : #i77187# disable all buttons in bezier toolbar when move and/or resize protected object is involved 2008-10-24 18:30:16 +0200 aw  r262660 : #i77187# simplified and secured model changers, added toolbar update, disabled move drag start when polygon point is selected 2008-10-24 12:57:50 +0200 hdu  r262635 : #i93485# use device transformation for SAL layer 2008-10-24 12:41:37 +0200 hdu  r262634 : #i93485# use device transformation for SAL layer 2008-10-23 19:46:12 +0200 aw  r262630 : mac compiler warning fixed 2008-10-23 18:15:02 +0200 aw  r262628 : #i93485# modified dialog previews to use prerendering 2008-10-23 18:14:27 +0200 aw  r262627 : #i93485# added assert when render helper uses Window as copy source 2008-10-22 18:07:30 +0200 aw  r262610 : #i95264# fixes assertion 2008-10-22 14:31:51 +0200 aw  r262606 : #i89661# also enabling DrawTransparent shortcut for VCL-Renderer 2008-10-22 14:10:31 +0200 aw  r262604 : #i89661# new HitTest 2D primitive to support BoundRect and HitTest calculations/tests 2008-10-22 14:09:22 +0200 aw  r262603 : #i89661# new HitTest tolerance, new TextFrame selection overlay, support for HitTest geometry 2008-10-22 14:08:16 +0200 aw  r262602 : #i89661# correcting old HitTest tolerance expansion 2008-10-20 15:31:48 +0200 aw  r262321 : #i89661# added patch to test it 2008-10-20 11:50:31 +0200 aw  r262310 : #i87762# removed no longer used icons (aw053) 2008-10-17 15:41:48 +0200 aw  r262288 : #i93169#, #i93180# FormControl corrections for Primitive handling 2008-10-17 15:40:54 +0200 aw  r262287 : #i93169#, #i93180# FormControl corrections for Primitive handling 2008-10-16 11:12:44 +0200 aw  r262253 : #i93595# removed superfluous grid interface 2008-10-16 11:11:20 +0200 aw  r262252 : #i93595# changed grid display to sub-grid usage and new defaults 2008-10-15 15:09:40 +0200 aw  r262234 : #i93597# moved flag for only vertical PageBorder, added reacting on it to primitive creation 2008-10-15 15:09:09 +0200 aw  r262233 : #i93597# moved flag for only vertical PageBorder 2008-10-15 15:08:46 +0200 aw  r262232 : #i93597# moved flag for only vertical PageBorder, added reacting on it to primitive creation 2008-10-14 16:27:07 +0200 aw  r262207 : #i93648# (flushViewObjectContacts) and #i93318# (propertyChange) 2008-10-14 16:25:10 +0200 aw  r262206 : #i93318# back to old state since detecting a change is not placed well at the primitive (which is a graphical information at the itme it was fetched). Instead i will add the needed check and flush at the FormControl's VOC 2008-10-14 13:47:38 +0200 aw  r262201 : #i93318# added a change listener to the XControlModel and code to make the operator== at control primitive fail


2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [29c84e42cfdf2e5caed1d6eecc022811ac22ddc7]

CWS-TOOLING: integrate CWS fwk94_DEV300


2008-11-10  Philipp Lohmann  <pl@openoffice.org>  [fd02c13fd5bbbfec645611c38b4e307eb86d441c]

#i91478# aqua implementation (continued)


2008-11-10  Rüdiger Timm  <rt@openoffice.org>  [31530d952ece12018399626293b376526c630e40]

CWS-TOOLING: integrate CWS cmcfixes50 2008-11-10 13:31:50 +0100 cmc  r263517 : gio doesn't do anything useful for remote stuff wrt info 2008-11-06 00:11:47 +0100 cmc  r263359 : #i93436# pile of other 64bit new gcc warnings 2008-11-05 00:39:03 +0100 cmc  r263340 : i95856 let a ppc64 vanilla build succeed 2008-11-04 14:00:25 +0100 cmc  r263320 : #i93436# useless const 2008-11-04 11:53:10 +0100 cmc  r263314 : #i93436# ambiguous 2008-11-04 11:48:05 +0100 cmc  r263313 : #i93436# add some braces 2008-11-04 11:29:24 +0100 cmc  r263312 : #i93436# ambiguous 2008-11-04 10:53:46 +0100 cmc  r263311 :


2008-11-06  Philipp Lohmann  <pl@openoffice.org>  [339c91ae3a2d5b932bc4771d7a9457b9d614b2d5]

fix a warning


2008-11-06  Philipp Lohmann  <pl@openoffice.org>  [1f5f0d52b01df61f0f22c9b5b905b10a793c965d]

fix a warning


2009-10-08  hg  <hg@oosvn01.>  [5bcad5e640e4c5bfae3ebfbf018330b36bd766df]

merge


2008-11-06  Kurt Zenker  <kz@openoffice.org>  [e05476209f7a4abbc5a0e3c43c4a27a07c3183f4]

CWS-TOOLING: integrate CWS rt34


2008-11-05  Philipp Lohmann  <pl@openoffice.org>  [ee7a790144372bcb101b98569b8efcbf50794437]

#i92516# begin sd work


2008-11-05  Philipp Lohmann  <pl@openoffice.org>  [f10a5ba46bc88748f35bb90aa06469c05e566d36]

#i92516# fix some up prop issues, add put back values


2008-11-03  Release Engineers  <releng@openoffice.org>  [eb525b75a5d839b5281ce0844091a293ec5f10d4]

Create DEV300_m35 milestone tag


2008-10-31  Rüdiger Timm  <rt@openoffice.org>  [7defb31163e073ef27da76d99ccf74ea99fa1b8c]

#i95536# Use gtk_paint_expander instead of gtk_draw_expander (patch by pl).


2008-10-31  Rüdiger Timm  <rt@openoffice.org>  [b8cba02553794f448a96a214dde177079bdcb14e]

#i10000# Do not use '-xalias_level=compatible' for old Sun Studio 8 compiler.


2008-10-30  Philipp Lohmann  <pl@openoffice.org>  [517dbb7d6673c04d665b18723f8cf32c339aa702]

#i92516# prepare app specific print dialog elements


2008-10-30  Rüdiger Timm  <rt@openoffice.org>  [b6f6790e86f383359f98f429307dec104100dbb8]

#i10000# Do not use '-xalias_level=compatible' for old Sun Studio 8 compiler.


2008-10-29  Rüdiger Timm  <rt@openoffice.org>  [17860e9b6e46874a363896afd964a78c92c84980]

CWS-TOOLING: integrate CWS cli003


2008-10-29  Rüdiger Timm  <rt@openoffice.org>  [d4d4f3b21526f41712d48b54d34bd34e2c738bc6]

CWS-TOOLING: integrate CWS bmpsum1


2008-10-29  Rüdiger Timm  <rt@openoffice.org>  [d208f9a6f4399f3ea30a6bca7e6c554be31abb1b]

CWS-TOOLING: integrate CWS appleremote01


2008-10-29  Rüdiger Timm  <rt@openoffice.org>  [e92476e29d17b417d3e073788024abba603dfdde]

CWS-TOOLING: integrate CWS vcl95


2008-10-28  Rüdiger Timm  <rt@openoffice.org>  [97838f345c32e461d34276a6ecd09130eee6ab48]

CWS-TOOLING: integrate CWS basebmpunittestfix


2008-10-28  Rüdiger Timm  <rt@openoffice.org>  [1dfd9557328ee39a6c60677cdb908b9de9f0ff14]

CWS-TOOLING: integrate CWS cli002


2008-10-28  Oliver Bolte  <obo@openoffice.org>  [2c2aa89ca683ccc3fb3c61441ad91aba62b28e9a]

#i10000# clean up files with zero byte size


2008-10-17  Oliver Bolte  <obo@openoffice.org>  [5d1b1984e9b53fa9b2642ee2ffc09fb6a3826a4b]

CWS-TOOLING: integrate CWS svnl10nmerge


2008-10-17  Oliver Bolte  <obo@openoffice.org>  [ba47f47829cb2a15767d29f5c68a16c8d0e2af98]

CWS-TOOLING: integrate CWS aw057


2008-10-16  Oliver Bolte  <obo@openoffice.org>  [d32e51a25e1446a2620dd3769c6c6b40d24c7b7c]

CWS-TOOLING: integrate CWS odbmacros3


2008-10-15  Oliver Bolte  <obo@openoffice.org>  [256b2b10b26e25bde4decd9797deeb7bc0f8bdbc]

CWS-TOOLING: integrate CWS ause098


2008-10-14  Oliver Bolte  <obo@openoffice.org>  [6ca7dacf064159c44b23f2ed6f45b3dd2eb684cc]

CWS-TOOLING: integrate CWS mba30fixes02


2008-10-10  Oliver Bolte  <obo@openoffice.org>  [1c80636559c7f3119ee4de01d542b319b50d039d]

CWS-TOOLING: integrate CWS cmcfixes49


2008-10-06  Vladimir Glazounov  <vg@openoffice.org>  [c7a6658409751eb32193f5f8e64f1e8f3134a31a]

#100000#


2008-10-02  Release Engineers  <releng@openoffice.org>  [3d878edbb5feafb460780022cabf2a62041d658a]

#i80412#


2008-10-01  Philipp Lohmann  <pl@openoffice.org>  [386ff309c50a4230d9a2c4393f3fc3e823788c7c]

#i92516# migrate CWS printerpullpages to svn


2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [fd04761130e534c5ba7c95e02565f707abba70a4]

CWS-TOOLING: integrate CWS vcl94


2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [3850c305c8c05df5075a43cc5150217bc235a6d0]

CWS-TOOLING: integrate CWS vcl92


2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [0c15c2795f0f9a935ebc442e41c57151399767cb]

CWS-TOOLING: integrate CWS dba31b


2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [60fb17c3111e24c02e1c163c138896a0d0f55e1c]

CWS-TOOLING: integrate CWS sb93


2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [88715ff2a88aa4648e50c270b9a8b33727107010]

CWS-TOOLING: integrate CWS cloph11


2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [72d50e50afadd934f445944918dfe97300aaaf47]

CWS-TOOLING: integrate CWS i18n45


2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [a44b79aaf0fec95fadd6f3bcdb16b17da6a65283]

CWS-TOOLING: integrate CWS mingwport15


2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [759dbcf257fab9c72d80a92dd52f474c35e76212]

CWS-TOOLING: integrate CWS impress149


2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [e0350be90c1bd48b9271dc2043807bd55524870f]

CWS-TOOLING: integrate CWS os117


2008-09-30  Vladimir Glazounov  <vg@openoffice.org>  [0d6a682851506e6141caa5beeca6c398feb053f9]

CWS-TOOLING: integrate CWS dr63


2008-09-30  Vladimir Glazounov  <vg@openoffice.org>  [f9aaaa96d25c1b93958c603e3bb53830b5fc4e8c]

CWS-TOOLING: integrate CWS sfxnotifyremoval


2008-09-29  Rüdiger Timm  <rt@openoffice.org>  [662f55c3cd8ec384e92d5760d4a6da43899195ec]

CWS-TOOLING: integrate CWS sjfixes09_DEV300


2008-09-29  Rüdiger Timm  <rt@openoffice.org>  [220181d9ecad7ee004a0c4769bc73cab9ce57d3f]

CWS-TOOLING: integrate CWS sjfixes06_DEV300


2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [bc1e507aa15b18f84075668eac86b179ca93e75f]

CWS-TOOLING: integrate CWS i93555_DEV300


2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [dc71c5b679d3e436a122e4a1163cf5d3abc46007]

CWS-TOOLING: integrate CWS i93386_DEV300


2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [d218304891cf47b45fe154da97b6984401e2ae60]

CWS-TOOLING: integrate CWS i93512_DEV300


2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [c783f4d770b3c337378fe94ce032ab7b49d4806d]

Create DEV300_m32 milestone tag


2008-09-19  Rüdiger Timm  <rt@openoffice.org>  [1c2cdff639fd4b69d0ce333704fffd3fda17eebd]

No old windows def files needed any more.


2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [335a48b4c7d56b74ea22b65f88eaccd7af26ca74]

#i10000# Avoid warning about 'unreachable statement'.


2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [3b60b701b6c19e926c95019749df1a02dc092fcf]

INTEGRATION: CWS swenhancedfields2 (1.7.440); FILE MERGED 2008/08/11 09:44:59 b_michaelsen 1.7.440.3: disabling enhanced fields for now 2008/08/04 12:33:33 b_michaelsen 1.7.440.2: RESYNC: (1.7-1.10); FILE MERGED 2008/04/23 07:44:46 ama 1.7.440.1: #i33737#: Enhanced fields


2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [2085f0b23fafa021a7e8f824b1c7c10db348ebc2]

INTEGRATION: CWS swenhancedfields2 (1.5.658); FILE MERGED 2008/08/04 12:33:27 b_michaelsen 1.5.658.2: RESYNC: (1.5-1.8); FILE MERGED 2008/04/23 07:39:27 ama 1.5.658.1: #i33737#: Enhanced fields


2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [9782c24cb2dd77fd5ad3cdb6e03e1512eee89012]

INTEGRATION: CWS dba30j_DEV300 (1.11.16.1.10); FILE MERGED 2008/09/01 10:50:16 hdu 1.11.16.1.10.1: #93155# fix input of composite chars with ASCII keys (thanks ekato!)


2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [1696e436589a3deedef7aa251ca07ca6b6e6b1c3]

INTEGRATION: CWS mh30f_DEV300 (1.82.96); FILE MERGED 2008/08/27 13:11:08 mh 1.82.96.1: chg: url redirect, i92167#


2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [3d2c14ea525dcdbcb3e86bccabe96fc8e6b7c47e]

INTEGRATION: CWS sb91 (1.42.8); FILE MERGED 2008/07/11 08:34:41 sb 1.42.8.1: #i91042# #include <cXXX> vs. <XXX.h> and using identifiers without std:: prefix (which is necessary for old MSVC versions)


2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [8f728e6bc8187fcb5c69f7af30b640c30d58275a]

INTEGRATION: CWS sb91 (1.9.2); FILE MERGED 2008/07/11 08:30:18 sb 1.9.2.1: #i91042# #include <cXXX> vs. <XXX.h> and using identifiers without std:: prefix (which is necessary for old MSVC versions)


2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [4b19eea2d1666b41f4eaba8409a5377ecf6bdaa4]

INTEGRATION: CWS sb91 (1.9.2); FILE MERGED 2008/07/21 09:47:41 sb 1.9.2.1: #i91567# adapted to unxsolu4


2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [01aafbaaeb5b157063da3b79ea783e9c6033fbe8]

INTEGRATION: CWS sb91 (1.110.22); FILE MERGED 2008/07/24 08:40:46 sb 1.110.22.2: #i91567# improved previous fix 2008/07/14 15:20:50 sb 1.110.22.1: #i91567# adapt to unxsolu4


2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [4dae203944fd56e07d428de64f80093d0600abfc]

INTEGRATION: CWS vcl93 (1.114.60); FILE MERGED 2008/08/19 15:17:37 hdu 1.114.60.1: #i92648# fix PDF export of vertically substituted glyphs


2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [ef82d86d7997f64a26564ba7cdc472c5e83f9767]

INTEGRATION: CWS vcl93 (1.96.56); FILE MERGED 2008/08/19 15:17:36 hdu 1.96.56.2: #i92648# fix PDF export of vertically substituted glyphs 2008/08/12 15:45:22 hdu 1.96.56.1: #i92648# limiting GetFontData() requests like in i56745 to fix vertical writing emulation for huge fonts


2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [b5eabdc8b2e006d00a85c61dcf10da1da12d8074]

INTEGRATION: CWS vcl93 (1.155.24); FILE MERGED 2008/08/11 13:54:10 hdu 1.155.24.1: make empty env-vars work as expected


2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [6a8cc6647756e8634e0ea7d1018bb9cb4bde5d6d]

INTEGRATION: CWS vcl93 (1.43.118); FILE MERGED 2008/08/15 08:54:25 hdu 1.43.118.2: #i88376# ignore most uses of obsolete member meFamily in OutputDevice layer already 2008/08/13 12:04:49 hdu 1.43.118.1: #i88376# a quick fix for meFamily aliasing, TODO: remove all meFamily uses


2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [f97aa8dccd657d59a0859e1d52c889808c887971]

INTEGRATION: CWS vcl93 (1.150.28); FILE MERGED 2008/08/22 08:03:15 hdu 1.150.28.1: #i88376# revert the patch from i72129 to fix a bad regression


2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [173581ecbf76d887837a6be564b542e973429155]

INTEGRATION: CWS vcl93 (1.55.118); FILE MERGED 2008/08/19 15:17:36 hdu 1.55.118.1: #i92648# fix PDF export of vertically substituted glyphs


2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [726f0676d3a18a9f1fab03961ad63b4ec5bbb0a2]

INTEGRATION: CWS vcl93 (1.132.56); FILE MERGED 2008/08/19 15:17:36 hdu 1.132.56.3: #i92648# fix PDF export of vertically substituted glyphs 2008/08/12 15:40:41 hdu 1.132.56.2: #i92671# only registerGlyphs() needs the extra glyph flags stripped 2008/08/11 13:48:05 hdu 1.132.56.1: #i92648# do not strip glyph rotation flags too early


2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [6f8983fafec48924f0c3e7abc433ac8ebf899eac]

INTEGRATION: CWS vcl93 (1.242.20); FILE MERGED 2008/08/15 08:54:25 hdu 1.242.20.1: #i88376# ignore most uses of obsolete member meFamily in OutputDevice layer already


2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [a819dc57d4d04d085b07ba0b8f0da010cd1ae35c]

INTEGRATION: CWS tl61 (1.13.32); FILE MERGED 2008/08/19 12:03:09 tl 1.13.32.1: #i92804# potential problem with SvtLinguConfig fixed


2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [240c9e9ef7f96a72cc1c5d3acbe53ac90ab748e0]

INTEGRATION: CWS tl61 (1.5.32); FILE MERGED 2008/08/19 12:03:09 tl 1.5.32.1: #i92804# potential problem with SvtLinguConfig fixed


2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [7e8c7dd098f0a053a44ec5d4408f4e9da94838d6]

INTEGRATION: CWS chart31_DEV300 (1.4.8); FILE MERGED 2008/08/19 13:09:03 dr 1.4.8.1: #158414# first process all namespace definitions in an element, then other attributes which may preceed the namespace definition but make use of the namespace


2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [55ce0b951d30c331e6975cc02174f9c9ef2c0c88]

INTEGRATION: CWS vcl30stop5_DEV300 (1.66.16.2.4); FILE MERGED 2008/08/13 14:33:22 pl 1.66.16.2.4.1: #i92674# work around cocoa mapping invisible parents implicitly


2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [c7f316a0f6378035878eb01512cd44109c7febf2]

INTEGRATION: CWS vcl30stop5_DEV300 (1.8.42); FILE MERGED 2008/08/13 18:12:57 pl 1.8.42.1: #i92766# workaround a weird crash involving a wrong retain count


2008-08-21  Vladimir Glazounov  <vg@openoffice.org>  [d7f952984d902c8f1b2e1b44590ed2d2c2b63625]

#100000#


2008-08-20  Vladimir Glazounov  <vg@openoffice.org>  [b271861f40f6ae3320b405dacafb122c55805440]

INTEGRATION: CWS aw033 (1.68.14); FILE MERGED 2008/08/19 16:00:18 cl 1.68.14.11: RESYNC: (1.77-1.79); FILE MERGED 2008/07/11 11:43:21 aw 1.68.14.10: RESYNC: (1.75-1.77); FILE MERGED 2008/07/02 13:05:31 pl 1.68.14.9: solve a merge problem 2008/06/25 13:10:45 aw 1.68.14.8: RESYNC: (1.71-1.75); FILE MERGED 2008/05/14 15:07:54 aw 1.68.14.7: RESYNC: (1.68-1.71); FILE MERGED 2008/03/19 13:40:04 hdu 1.68.14.6: #i87185# save old CGContext state before adding a CGPath 2008/03/19 13:28:50 hdu 1.68.14.5: #i77518# implement AquaSalGraphics::GetGlyphOutline() 2008/03/18 14:32:39 hdu 1.68.14.4: #i87185# Aqua: use CGPath bounds instead of B2DPolygon bounds 2008/03/18 13:58:37 hdu 1.68.14.3: #i87185# Aqua: add utility method AddPolygonToPath() 2008/03/18 12:09:38 hdu 1.68.14.2: #i87185# Aqua: use even-odd rule for B2D polygon drawing 2008/03/18 11:09:54 hdu 1.68.14.1: #i87185# Aqua: support B2D polygons in VCL


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6e7e5028a8a9107317d11162f0f17945511bcbdc]

INTEGRATION: CWS aw033 (1.7.10); FILE MERGED 2008/05/14 15:31:00 aw 1.7.10.5: RESYNC: (1.10-1.11); FILE MERGED 2008/03/14 14:47:56 cl 1.7.10.4: RESYNC: (1.9-1.10); FILE MERGED 2007/01/19 12:52:25 aw 1.7.10.3: RESYNC: (1.8-1.9); FILE MERGED 2006/11/28 17:33:04 aw 1.7.10.2: RESYNC: (1.7-1.8); FILE MERGED 2006/05/16 14:13:22 aw 1.7.10.1: handish adaptions after resync


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [18df8d554062199e39d9e59839cffa349feb6459]

INTEGRATION: CWS aw033 (1.16.10); FILE MERGED 2008/05/14 15:31:04 aw 1.16.10.2: RESYNC: (1.16-1.17); FILE MERGED 2007/01/22 11:00:49 aw 1.16.10.1: changes after resync


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0a36fa977b71f701c06667a505ddfec21cff1893]

INTEGRATION: CWS aw033 (1.12.10); FILE MERGED 2008/05/14 15:31:11 aw 1.12.10.2: RESYNC: (1.12-1.13); FILE MERGED 2007/01/22 11:00:49 aw 1.12.10.1: changes after resync


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [20eea7cc2f32151127a3059b13f4b446375c693e]

INTEGRATION: CWS aw033 (1.6.10); FILE MERGED 2008/05/14 15:31:17 aw 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED 2007/01/22 11:00:49 aw 1.6.10.1: changes after resync


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [cbdcfebeafb8d3ff22003255bc83ecb0a47084c6]

INTEGRATION: CWS aw033 (1.11.10); FILE MERGED 2008/05/14 15:31:14 aw 1.11.10.3: RESYNC: (1.12-1.13); FILE MERGED 2007/03/20 17:45:05 aw 1.11.10.2: RESYNC: (1.11-1.12); FILE MERGED 2007/01/22 11:00:48 aw 1.11.10.1: changes after resync


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8ab6f3f33506d1d83ad149e25e90931efae2d038]

INTEGRATION: CWS aw033 (1.7.32); FILE MERGED 2008/05/14 15:31:21 aw 1.7.32.2: RESYNC: (1.7-1.8); FILE MERGED 2007/01/22 11:00:48 aw 1.7.32.1: changes after resync


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [168678135db1c120e787a2c8d903e31f9db5ef28]

INTEGRATION: CWS aw033 (1.32.10); FILE MERGED 2008/07/11 11:47:14 aw 1.32.10.5: RESYNC: (1.35-1.36); FILE MERGED 2008/05/14 15:31:08 aw 1.32.10.4: RESYNC: (1.34-1.35); FILE MERGED 2008/03/14 14:47:53 cl 1.32.10.3: RESYNC: (1.33-1.34); FILE MERGED 2007/05/24 00:54:48 aw 1.32.10.2: RESYNC: (1.32-1.33); FILE MERGED 2007/01/22 11:00:47 aw 1.32.10.1: changes after resync


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [391377e2ea8b173f52cb30b14871fb7fa98bf2dd]

INTEGRATION: CWS aw033 (1.17.10); FILE MERGED 2008/07/11 11:45:08 aw 1.17.10.7: RESYNC: (1.21-1.22); FILE MERGED 2008/06/25 13:13:40 aw 1.17.10.6: RESYNC: (1.19-1.21); FILE MERGED 2008/05/14 15:20:50 aw 1.17.10.5: RESYNC: (1.17-1.19); FILE MERGED 2008/02/06 15:34:02 thb 1.17.10.4: #i10000# Fix build break for vanilla OOo 2007/12/12 13:28:18 aw 1.17.10.3: #i39532# clipping changes 2007/12/04 17:20:33 aw 1.17.10.2: #i39532# changes after resync 2007/11/22 15:04:41 aw 1.17.10.1: #i39532# wntmsci10 correction


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a08bbd411b6f640537ce7845a3c7acf410bae359]

INTEGRATION: CWS aw033 (1.2.20); FILE MERGED 2008/05/14 15:20:46 aw 1.2.20.3: RESYNC: (1.3-1.4); FILE MERGED 2008/03/14 14:42:23 cl 1.2.20.2: RESYNC: (1.2-1.3); FILE MERGED 2007/05/24 10:08:32 aw 1.2.20.1: applied patches to migrated headers


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f35ef9909707bd34fd2320527b801aada1307ebe]

INTEGRATION: CWS aw033 (1.66.120); FILE MERGED 2008/05/14 15:17:15 aw 1.66.120.4: RESYNC: (1.71-1.72); FILE MERGED 2008/03/14 14:41:42 cl 1.66.120.3: RESYNC: (1.70-1.71); FILE MERGED 2007/08/09 21:37:00 aw 1.66.120.2: RESYNC: (1.66-1.70); FILE MERGED 2007/02/06 10:39:15 aw 1.66.120.1: #i39532# include adaptions due to M_PI_2 and friends


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [38ee50fe7da97d826a0a46cb544938107c97c4a6]

INTEGRATION: CWS aw033 (1.41.20); FILE MERGED 2008/05/14 15:16:58 aw 1.41.20.3: RESYNC: (1.42-1.44); FILE MERGED 2008/03/14 14:41:25 cl 1.41.20.2: RESYNC: (1.41-1.42); FILE MERGED 2008/03/05 07:47:21 aw 1.41.20.1: #i39532# prettyprinter support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [715814a395f62d5838fd2d8a5fb0610097d32da9]

INTEGRATION: CWS aw033 (1.8.140); FILE MERGED 2008/05/14 15:17:02 aw 1.8.140.3: RESYNC: (1.10-1.11); FILE MERGED 2007/08/09 21:31:50 aw 1.8.140.2: RESYNC: (1.8-1.10); FILE MERGED 2007/02/06 10:39:15 aw 1.8.140.1: #i39532# include adaptions due to M_PI_2 and friends


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b689be68bf5a7b42a3894d429f4638702f340d05]

INTEGRATION: CWS aw033 (1.7.140); FILE MERGED 2008/05/14 15:16:55 aw 1.7.140.3: RESYNC: (1.9-1.10); FILE MERGED 2007/08/09 21:31:43 aw 1.7.140.2: RESYNC: (1.7-1.9); FILE MERGED 2007/02/06 10:39:15 aw 1.7.140.1: #i39532# include adaptions due to M_PI_2 and friends


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2f918b54d000e79d56ea3e072eb7794e3c438532]

INTEGRATION: CWS aw033 (1.25.12); FILE MERGED 2008/07/11 11:44:50 aw 1.25.12.4: RESYNC: (1.26-1.27); FILE MERGED 2008/05/14 15:17:06 aw 1.25.12.3: RESYNC: (1.25-1.26); FILE MERGED 2008/03/19 05:44:16 aw 1.25.12.2: #i39532# workaround for embedhlp.hxx 2008/03/18 07:38:54 aw 1.25.12.1: #i39532# changes after resync


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [02b8d8eb4d8f16df92398a5dbdc09a536712325a]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:04 cl 1.1.2.4: fixed license files 2008/07/12 10:46:24 aw 1.1.2.3: #i39532# changes after resync 2008/03/19 05:44:16 aw 1.1.2.2: #i39532# workaround for embedhlp.hxx 2008/03/05 07:46:47 aw 1.1.2.1: #i39532# prettyprinter support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [bd41c2e7ff5bb48e25f4a74f05178df294c6f7d1]

INTEGRATION: CWS aw033 (1.32.98); FILE MERGED 2008/05/14 15:17:38 aw 1.32.98.3: RESYNC: (1.33-1.34); FILE MERGED 2007/08/09 21:18:00 aw 1.32.98.2: RESYNC: (1.32-1.33); FILE MERGED 2007/02/06 10:39:14 aw 1.32.98.1: #i39532# include adaptions due to M_PI_2 and friends


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [87acdfe022590cc63b1614c41e1f8395e563b418]

INTEGRATION: CWS aw033 (1.10.120); FILE MERGED 2008/05/14 15:17:34 aw 1.10.120.4: RESYNC: (1.12-1.13); FILE MERGED 2007/10/16 15:44:57 aw 1.10.120.3: #i39532# Added AA and other values to DrawingLayer settings 2007/08/09 21:16:52 aw 1.10.120.2: RESYNC: (1.10-1.12); FILE MERGED 2007/02/06 10:39:14 aw 1.10.120.1: #i39532# include adaptions due to M_PI_2 and friends


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f74716808a6fd0fae1f933163040b9b154c50387]

INTEGRATION: CWS aw033 (1.16.120); FILE MERGED 2008/05/14 15:17:29 aw 1.16.120.4: RESYNC: (1.18-1.19); FILE MERGED 2007/10/16 15:44:57 aw 1.16.120.3: #i39532# Added AA and other values to DrawingLayer settings 2007/08/09 21:16:35 aw 1.16.120.2: RESYNC: (1.16-1.18); FILE MERGED 2007/02/06 10:39:14 aw 1.16.120.1: #i39532# include adaptions due to M_PI_2 and friends


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [dc4f823b618e98a10605cf96bd49dd86166b4a6d]

INTEGRATION: CWS aw033 (1.9.26); FILE MERGED 2008/05/14 15:17:43 aw 1.9.26.2: RESYNC: (1.9-1.11); FILE MERGED 2007/10/16 15:44:57 aw 1.9.26.1: #i39532# Added AA and other values to DrawingLayer settings


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [779acebe9512dac11159138f040121bcfa71a4db]

INTEGRATION: CWS aw033 (1.150.20); FILE MERGED 2008/07/11 11:44:40 aw 1.150.20.7: RESYNC: (1.154-1.155); FILE MERGED 2008/06/25 13:12:32 aw 1.150.20.6: RESYNC: (1.153-1.154); FILE MERGED 2008/05/14 15:16:46 aw 1.150.20.5: RESYNC: (1.152-1.153); FILE MERGED 2008/03/19 05:44:00 aw 1.150.20.4: #i39532# workaround for embedhlp.hxx 2008/03/18 07:38:45 aw 1.150.20.3: #i39532# changes after resync 2008/03/14 14:41:18 cl 1.150.20.2: RESYNC: (1.150-1.152); FILE MERGED 2008/03/05 07:47:09 aw 1.150.20.1: #i39532# prettyprinter support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2edb1af162b7a72ff7864862c78cfbb75fe96c0f]

INTEGRATION: CWS aw033 (1.4.32); FILE MERGED 2008/05/14 15:16:42 aw 1.4.32.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/16 15:44:49 aw 1.4.32.1: #i39532# Added AA and other values to DrawingLayer settings


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d760c889a05efa8c5367f2616a4f67b19eb7d3fc]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:04 cl 1.1.2.3: fixed license files 2008/03/19 05:43:49 aw 1.1.2.2: #i39532# workaround for embedhlp.hxx 2008/03/05 07:46:24 aw 1.1.2.1: #i39532# prettyprinter support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b782d48e6c3ca526a754a0cf080f0845c6668ad7]

INTEGRATION: CWS aw033 (1.17.60); FILE MERGED 2008/05/14 15:16:38 aw 1.17.60.3: RESYNC: (1.17-1.18); FILE MERGED 2007/08/13 15:29:48 aw 1.17.60.2: #i39532# changes after resync 2007/06/29 10:37:31 aw 1.17.60.1: changes after resyc


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [3b8cb0c3b2b7b4b850a59c0bc607b0b2e871233e]

INTEGRATION: CWS aw033 (1.23.8); FILE MERGED 2008/07/11 11:44:23 aw 1.23.8.4: RESYNC: (1.24-1.25); FILE MERGED 2008/05/14 15:12:31 aw 1.23.8.3: RESYNC: (1.23-1.24); FILE MERGED 2007/12/18 14:59:58 aw 1.23.8.2: #i39532# corrected clipping changes 2007/12/12 13:22:53 aw 1.23.8.1: #i39532# clipping changes


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [34408dee51b85fc56dbabd6fde2bd60af93a3827]

INTEGRATION: CWS aw033 (1.4.22); FILE MERGED 2008/05/14 15:06:40 aw 1.4.22.4: RESYNC: (1.6-1.7); FILE MERGED 2007/08/09 20:38:05 aw 1.4.22.3: RESYNC: (1.5-1.6); FILE MERGED 2007/06/27 18:51:13 aw 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2007/03/28 08:48:12 hdu 1.4.22.1: #i75669# remove ambiguity to now overloaded methods


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [475b322b03908e053e49924f33b8dd870409d11e]

INTEGRATION: CWS aw033 (1.32.10); FILE MERGED 2008/07/11 11:41:44 aw 1.32.10.6: RESYNC: (1.34-1.35); FILE MERGED 2008/06/25 13:10:10 aw 1.32.10.5: RESYNC: (1.33-1.34); FILE MERGED 2008/05/14 15:09:27 aw 1.32.10.4: RESYNC: (1.32-1.33); FILE MERGED 2007/12/13 16:44:30 aw 1.32.10.3: #i39532# AA work for unxlngi6 2007/11/07 17:21:18 aw 1.32.10.2: #i39532# checking in to create a working version for HDU 2007/05/29 14:50:31 hdu 1.32.10.1: #i75669# fix warnings after RESYNC to SRC680_m212


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a605545f44ea90e22b758a1a27491930d2e2ad50]

INTEGRATION: CWS aw033 (1.25.70); FILE MERGED 2008/07/11 11:41:39 aw 1.25.70.8: RESYNC: (1.30-1.31); FILE MERGED 2008/06/25 13:10:13 aw 1.25.70.7: RESYNC: (1.29-1.30); FILE MERGED 2008/05/14 15:09:24 aw 1.25.70.6: RESYNC: (1.27-1.29); FILE MERGED 2008/03/14 14:38:30 cl 1.25.70.5: RESYNC: (1.26-1.27); FILE MERGED 2007/12/13 16:44:29 aw 1.25.70.4: #i39532# AA work for unxlngi6 2007/11/07 17:21:17 aw 1.25.70.3: #i39532# checking in to create a working version for HDU 2007/08/09 20:33:54 aw 1.25.70.2: RESYNC: (1.25-1.26); FILE MERGED 2007/05/29 14:50:31 hdu 1.25.70.1: #i75669# fix warnings after RESYNC to SRC680_m212


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [06d2126110250c26eecc9258d8247aca2f314492]

INTEGRATION: CWS aw033 (1.85.46); FILE MERGED 2008/08/19 15:59:58 cl 1.85.46.12: RESYNC: (1.110-1.111); FILE MERGED 2008/07/11 11:43:02 aw 1.85.46.11: RESYNC: (1.109-1.110); FILE MERGED 2008/05/14 15:08:07 aw 1.85.46.10: RESYNC: (1.106-1.109); FILE MERGED 2008/03/14 14:38:14 cl 1.85.46.9: RESYNC: (1.104-1.106); FILE MERGED 2008/02/12 11:36:47 aw 1.85.46.8: RESYNC: (1.103-1.104); FILE MERGED 2008/01/29 13:15:33 aw 1.85.46.7: RESYNC: (1.100-1.103); FILE MERGED 2007/12/03 16:42:23 aw 1.85.46.6: RESYNC: (1.99-1.100); FILE MERGED 2007/10/08 18:40:01 aw 1.85.46.5: RESYNC: (1.98-1.99); FILE MERGED 2007/08/09 20:32:37 aw 1.85.46.4: RESYNC: (1.92-1.98); FILE MERGED 2007/06/27 18:49:41 aw 1.85.46.3: RESYNC: (1.89-1.92); FILE MERGED 2007/05/23 22:17:42 aw 1.85.46.2: RESYNC: (1.85-1.89); FILE MERGED 2007/03/28 09:00:37 hdu 1.85.46.1: #i75669# support render accelerated b2d-polygon drawing


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [945fc8e86726588e58645297a33fb92fcc0fe109]

INTEGRATION: CWS aw033 (1.3.38); FILE MERGED 2008/05/14 15:07:32 aw 1.3.38.9: RESYNC: (1.4-1.5); FILE MERGED 2007/12/13 16:44:20 aw 1.3.38.8: #i39532# AA work for unxlngi6 2007/12/12 15:33:24 hdu 1.3.38.7: #i75669# prepare use of xrender alpha color 2007/10/17 15:29:16 hdu 1.3.38.6: #i75669# simplify color handling for xrender targets 2007/05/23 22:17:36 aw 1.3.38.5: RESYNC: (1.3-1.4); FILE MERGED 2007/03/26 13:44:19 hdu 1.3.38.4: #i75669# use common 8bit-alpha render mask format 2007/03/23 09:29:46 hdu 1.3.38.3: #i75669# fix compilation when XRENDER_LINK is defined 2007/03/23 09:23:38 hdu 1.3.38.2: #i75669# prepare use of XRenderAddTraps 2007/03/23 08:53:05 hdu 1.3.38.1: #i75669# prepare use of XRenderCompositeTrapezoids


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b551d77ffcaf944a2d04978da55768f3c31003e0]

INTEGRATION: CWS aw033 (1.3.38); FILE MERGED 2008/06/25 13:09:36 aw 1.3.38.7: RESYNC: (1.5-1.6); FILE MERGED 2008/05/14 15:07:20 aw 1.3.38.6: RESYNC: (1.4-1.5); FILE MERGED 2007/12/13 16:44:20 aw 1.3.38.5: #i39532# AA work for unxlngi6 2007/05/23 22:17:30 aw 1.3.38.4: RESYNC: (1.3-1.4); FILE MERGED 2007/03/26 13:44:19 hdu 1.3.38.3: #i75669# use common 8bit-alpha render mask format 2007/03/23 09:23:38 hdu 1.3.38.2: #i75669# prepare use of XRenderAddTraps 2007/03/23 08:53:05 hdu 1.3.38.1: #i75669# prepare use of XRenderCompositeTrapezoids


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [93c4af69f97a80d1fe55039104afdbaa0abba42c]

INTEGRATION: CWS aw033 (1.148.20); FILE MERGED 2008/08/19 15:59:55 cl 1.148.20.5: RESYNC: (1.154-1.155); FILE MERGED 2008/05/14 15:07:43 aw 1.148.20.4: RESYNC: (1.151-1.154); FILE MERGED 2008/02/12 11:36:42 aw 1.148.20.3: RESYNC: (1.149-1.151); FILE MERGED 2008/01/29 13:15:27 aw 1.148.20.2: RESYNC: (1.148-1.149); FILE MERGED 2007/10/17 15:29:17 hdu 1.148.20.1: #i75669# simplify color handling for xrender targets


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d90a497c5ca721c4f497f65b15b5637f4984f73b]

INTEGRATION: CWS aw033 (1.38.6); FILE MERGED 2008/05/14 15:07:16 aw 1.38.6.7: RESYNC: (1.44-1.46); FILE MERGED 2008/03/14 14:38:07 cl 1.38.6.6: RESYNC: (1.42-1.44); FILE MERGED 2008/02/12 11:36:38 aw 1.38.6.5: RESYNC: (1.41-1.42); FILE MERGED 2007/10/10 16:33:28 hdu 1.38.6.4: #i75669# fix X11SalGraphics::drawBitmap() for non-alpha masking 2007/08/09 20:30:06 aw 1.38.6.3: RESYNC: (1.39-1.41); FILE MERGED 2007/05/23 22:16:58 aw 1.38.6.2: RESYNC: (1.38-1.39); FILE MERGED 2007/03/26 13:44:19 hdu 1.38.6.1: #i75669# use common 8bit-alpha render mask format


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a79d15ab004ed419e50518cb28ef51339a04477e]

INTEGRATION: CWS aw033 (1.47.70); FILE MERGED 2008/08/12 13:25:28 aw 1.47.70.19: #i39532# corrected compiler warning about uninitialized code 2008/07/12 11:52:57 aw 1.47.70.18: #i39532# changes after resync 2008/07/11 11:43:44 aw 1.47.70.17: RESYNC: (1.50-1.52); FILE MERGED 2008/06/26 12:22:51 aw 1.47.70.16: corrections after resync 2008/06/25 13:09:27 aw 1.47.70.15: RESYNC: (1.48-1.50); FILE MERGED 2008/05/14 15:07:29 aw 1.47.70.14: RESYNC: (1.47-1.48); FILE MERGED 2007/12/13 16:44:20 aw 1.47.70.13: #i39532# AA work for unxlngi6 2007/12/12 16:26:40 aw 1.47.70.12: #i39532# clipping changes 2007/12/12 13:30:00 aw 1.47.70.11: #i39532# clipping changes 2007/11/28 12:48:22 hdu 1.47.70.10: #i75669# improve performance by clipping b2dpolygons with view area 2007/11/22 15:07:54 aw 1.47.70.9: #i39532# polygon bezier changes 2007/11/07 17:21:16 aw 1.47.70.8: #i39532# checking in to create a working version for HDU 2007/10/24 11:19:24 hdu 1.47.70.7: #i75669# allow DrawPolyLine for B2DPolygon to change the LineJoin attribute 2007/10/17 15:29:16 hdu 1.47.70.6: #i75669# simplify color handling for xrender targets 2007/10/15 12:08:37 hdu 1.47.70.5: #i75669# no alpha-blended polygons for 1bit-depths (e.g. masks) 2007/05/29 14:50:30 hdu 1.47.70.4: #i75669# fix warnings after RESYNC to SRC680_m212 2007/04/16 12:06:53 hdu 1.47.70.3: #i75669# support B2D line drawing on anisometric graphics 2007/03/28 09:20:26 hdu 1.47.70.2: #i75669# use SALCOLOR_NONE instead of magic number 2007/03/28 08:58:12 hdu 1.47.70.1: #i75669# support render accelerated b2d-polygon drawing


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [fe7ca26b5b359ce46ac37ec6d34f1c1c1c444946]

INTEGRATION: CWS aw033 (1.23.70); FILE MERGED 2008/07/11 11:43:40 aw 1.23.70.9: RESYNC: (1.30-1.32); FILE MERGED 2008/06/25 13:09:32 aw 1.23.70.8: RESYNC: (1.29-1.30); FILE MERGED 2008/05/14 15:07:38 aw 1.23.70.7: RESYNC: (1.27-1.29); FILE MERGED 2008/03/14 14:38:01 cl 1.23.70.6: RESYNC: (1.26-1.27); FILE MERGED 2007/12/13 16:44:19 aw 1.23.70.5: #i39532# AA work for unxlngi6 2007/12/04 17:18:06 aw 1.23.70.4: #i39532# changes after resync 2007/08/09 20:29:49 aw 1.23.70.3: RESYNC: (1.24-1.26); FILE MERGED 2007/06/27 18:49:07 aw 1.23.70.2: RESYNC: (1.23-1.24); FILE MERGED 2007/05/29 14:50:30 hdu 1.23.70.1: #i75669# fix warnings after RESYNC to SRC680_m212


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b03f641f9bebbff7fa25ecef82e6bc7068a159e8]

INTEGRATION: CWS aw033 (1.21.18); FILE MERGED 2008/05/14 15:07:24 aw 1.21.18.4: RESYNC: (1.24-1.25); FILE MERGED 2008/03/14 14:37:54 cl 1.21.18.3: RESYNC: (1.22-1.24); FILE MERGED 2008/02/12 11:36:35 aw 1.21.18.2: RESYNC: (1.21-1.22); FILE MERGED 2007/05/29 14:50:30 hdu 1.21.18.1: #i75669# fix warnings after RESYNC to SRC680_m212


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [724f8f24c8ba36a0ef021954b990710991d0272c]

INTEGRATION: CWS aw033 (1.87.10); FILE MERGED 2008/07/11 11:43:35 aw 1.87.10.8: RESYNC: (1.97-1.100); FILE MERGED 2008/06/25 13:09:43 aw 1.87.10.7: RESYNC: (1.96-1.97); FILE MERGED 2008/05/14 15:07:12 aw 1.87.10.6: RESYNC: (1.93-1.96); FILE MERGED 2008/02/12 11:36:32 aw 1.87.10.5: RESYNC: (1.92-1.93); FILE MERGED 2008/01/29 13:15:24 aw 1.87.10.4: RESYNC: (1.91-1.92); FILE MERGED 2007/08/09 20:27:53 aw 1.87.10.3: RESYNC: (1.88-1.91); FILE MERGED 2007/05/23 22:16:25 aw 1.87.10.2: RESYNC: (1.87-1.88); FILE MERGED 2007/03/28 09:20:25 hdu 1.87.10.1: #i75669# use SALCOLOR_NONE instead of magic number


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2cdd52df3a648cc92cb3202add4d3d7eac6dd459]

INTEGRATION: CWS aw033 (1.39.18); FILE MERGED 2008/07/11 11:43:25 aw 1.39.18.14: RESYNC: (1.46-1.48); FILE MERGED 2008/06/26 12:22:50 aw 1.39.18.13: corrections after resync 2008/06/25 13:09:53 aw 1.39.18.12: RESYNC: (1.45-1.46); FILE MERGED 2008/05/14 15:07:01 aw 1.39.18.11: RESYNC: (1.42-1.45); FILE MERGED 2008/03/14 14:37:18 cl 1.39.18.10: RESYNC: (1.41-1.42); FILE MERGED 2007/12/13 16:44:19 aw 1.39.18.9: #i39532# AA work for unxlngi6 2007/12/12 15:35:39 hdu 1.39.18.8: #i75669# extend B2D polygon drawing with transparency parameter 2007/11/28 12:48:22 hdu 1.39.18.7: #i75669# improve performance by clipping b2dpolygons with view area 2007/11/07 17:21:16 aw 1.39.18.6: #i39532# checking in to create a working version for HDU 2007/11/02 07:47:21 hdu 1.39.18.5: #i75669# allow DrawPolyLine for B2DPolygon to change the LineJoin attribute (thanks thb) 2007/08/09 20:23:01 aw 1.39.18.4: RESYNC: (1.40-1.41); FILE MERGED 2007/05/23 22:15:41 aw 1.39.18.3: RESYNC: (1.39-1.40); FILE MERGED 2007/04/16 12:06:52 hdu 1.39.18.2: #i75669# support B2D line drawing on anisometric graphics 2007/03/28 08:58:12 hdu 1.39.18.1: #i75669# support render accelerated b2d-polygon drawing


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ab41317362fc50751fda3a4e75cba150729b8b81]

INTEGRATION: CWS aw033 (1.13.70); FILE MERGED 2008/07/11 11:43:28 aw 1.13.70.9: RESYNC: (1.19-1.20); FILE MERGED 2008/06/25 13:09:50 aw 1.13.70.8: RESYNC: (1.18-1.19); FILE MERGED 2008/05/14 15:07:04 aw 1.13.70.7: RESYNC: (1.16-1.18); FILE MERGED 2008/03/14 14:37:14 cl 1.13.70.6: RESYNC: (1.15-1.16); FILE MERGED 2007/12/13 16:44:19 aw 1.13.70.5: #i39532# AA work for unxlngi6 2007/12/04 17:18:06 aw 1.13.70.4: #i39532# changes after resync 2007/08/09 20:22:02 aw 1.13.70.3: RESYNC: (1.14-1.15); FILE MERGED 2007/06/27 18:48:33 aw 1.13.70.2: RESYNC: (1.13-1.14); FILE MERGED 2007/05/29 14:50:30 hdu 1.13.70.1: #i75669# fix warnings after RESYNC to SRC680_m212


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [84b99861b2afc90482a1fda3c56acb087e5d6d08]

INTEGRATION: CWS aw033 (1.2.20); FILE MERGED 2008/07/11 11:43:47 aw 1.2.20.6: RESYNC: (1.6-1.7); FILE MERGED 2008/06/25 13:10:02 aw 1.2.20.5: RESYNC: (1.5-1.6); FILE MERGED 2008/05/14 15:06:57 aw 1.2.20.4: RESYNC: (1.3-1.5); FILE MERGED 2008/03/14 14:37:07 cl 1.2.20.3: RESYNC: (1.2-1.3); FILE MERGED 2007/12/13 16:44:19 aw 1.2.20.2: #i39532# AA work for unxlngi6 2007/12/04 17:18:06 aw 1.2.20.1: #i39532# changes after resync


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0a8f74794d0cd6c4f24b5ddeeb044be7d3787eda]

INTEGRATION: CWS aw033 (1.2.20); FILE MERGED 2008/07/11 11:43:58 aw 1.2.20.6: RESYNC: (1.6-1.8); FILE MERGED 2008/06/25 13:09:56 aw 1.2.20.5: RESYNC: (1.5-1.6); FILE MERGED 2008/05/14 15:06:50 aw 1.2.20.4: RESYNC: (1.3-1.5); FILE MERGED 2008/03/14 14:37:04 cl 1.2.20.3: RESYNC: (1.2-1.3); FILE MERGED 2007/12/13 16:44:19 aw 1.2.20.2: #i39532# AA work for unxlngi6 2007/12/04 17:18:06 aw 1.2.20.1: #i39532# changes after resync


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f66f645361978c80cfcd03ce7eebcb04bbc750f3]

INTEGRATION: CWS aw033 (1.2.20); FILE MERGED 2008/07/11 11:43:50 aw 1.2.20.6: RESYNC: (1.6-1.7); FILE MERGED 2008/06/25 13:09:59 aw 1.2.20.5: RESYNC: (1.5-1.6); FILE MERGED 2008/05/14 15:06:53 aw 1.2.20.4: RESYNC: (1.3-1.5); FILE MERGED 2008/03/14 14:36:57 cl 1.2.20.3: RESYNC: (1.2-1.3); FILE MERGED 2007/12/13 16:44:19 aw 1.2.20.2: #i39532# AA work for unxlngi6 2007/12/04 17:18:05 aw 1.2.20.1: #i39532# changes after resync


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6db829064d1af882989686c49b716ac295ff2a71]

INTEGRATION: CWS aw033 (1.3.44); FILE MERGED 2008/07/11 11:43:54 aw 1.3.44.6: RESYNC: (1.6-1.7); FILE MERGED 2008/06/25 13:10:06 aw 1.3.44.5: RESYNC: (1.5-1.6); FILE MERGED 2008/05/14 15:06:44 aw 1.3.44.4: RESYNC: (1.4-1.5); FILE MERGED 2008/03/14 14:36:53 cl 1.3.44.3: RESYNC: (1.3-1.4); FILE MERGED 2007/12/13 16:44:19 aw 1.3.44.2: #i39532# AA work for unxlngi6 2007/12/04 17:18:05 aw 1.3.44.1: #i39532# changes after resync


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [09c1249e9abda080af53cfcbb1393bd4fbc39860]

INTEGRATION: CWS aw033 (1.279.18); FILE MERGED 2008/08/19 16:00:01 cl 1.279.18.3: RESYNC: (1.282-1.285); FILE MERGED 2008/07/11 11:41:59 aw 1.279.18.2: RESYNC: (1.279-1.282); FILE MERGED 2008/07/01 14:42:30 pl 1.279.18.1: #i90844# add PrePaint method


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f68860052a4dc9d797e340560849ba79ead9ab3b]

INTEGRATION: CWS aw033 (1.99.22); FILE MERGED 2008/07/11 11:42:09 aw 1.99.22.6: RESYNC: (1.105-1.107); FILE MERGED 2008/05/14 15:08:21 aw 1.99.22.5: RESYNC: (1.103-1.105); FILE MERGED 2008/02/12 11:36:29 aw 1.99.22.4: RESYNC: (1.102-1.103); FILE MERGED 2007/08/09 20:14:23 aw 1.99.22.3: RESYNC: (1.100-1.102); FILE MERGED 2007/05/23 22:13:47 aw 1.99.22.2: RESYNC: (1.99-1.100); FILE MERGED 2007/01/19 17:11:58 aw 1.99.22.1: changes after resync, problems with math includes


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [24171ce50a40b8293306f8b267c6eb5ab9a5f3b9]

INTEGRATION: CWS aw033 (1.8.22); FILE MERGED 2008/05/14 15:08:10 aw 1.8.22.5: RESYNC: (1.13-1.14); FILE MERGED 2007/08/09 20:12:36 aw 1.8.22.4: RESYNC: (1.11-1.13); FILE MERGED 2007/06/27 18:47:06 aw 1.8.22.3: RESYNC: (1.10-1.11); FILE MERGED 2007/05/23 22:13:24 aw 1.8.22.2: RESYNC: (1.8-1.10); FILE MERGED 2007/01/19 17:11:58 aw 1.8.22.1: changes after resync, problems with math includes


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ad9dc2ddafa2c392565ebc66ab40868b3821dd7f]

INTEGRATION: CWS aw033 (1.26.18); FILE MERGED 2008/06/26 12:22:31 aw 1.26.18.10: corrections after resync 2008/06/25 13:10:35 aw 1.26.18.9: RESYNC: (1.29-1.30); FILE MERGED 2008/05/14 15:08:30 aw 1.26.18.8: RESYNC: (1.28-1.29); FILE MERGED 2007/12/13 16:44:09 aw 1.26.18.7: #i39532# AA work for unxlngi6 2007/11/07 17:21:16 aw 1.26.18.6: #i39532# checking in to create a working version for HDU 2007/10/24 11:19:24 hdu 1.26.18.5: #i75669# allow DrawPolyLine for B2DPolygon to change the LineJoin attribute 2007/08/09 20:03:58 aw 1.26.18.4: RESYNC: (1.26-1.28); FILE MERGED 2007/05/29 14:50:31 hdu 1.26.18.3: #i75669# fix warnings after RESYNC to SRC680_m212 2007/04/16 13:53:38 hdu 1.26.18.2: #i75669# support B2D line drawing on anisometric graphics 2007/03/28 08:49:34 hdu 1.26.18.1: #i75669# add stubs for b2d-polygon mirroring


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [cd2af915a3535408c881f80af6e4905540305f3f]

INTEGRATION: CWS aw033 (1.17.20); FILE MERGED 2008/07/21 18:31:04 aw 1.17.20.1: #i39532# fixed an error when constructing region from polygon with bezier segments


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [fa36f795667d6decf68d99b1186a9ea6511dfecf]

INTEGRATION: CWS aw033 (1.114.10); FILE MERGED 2008/07/11 11:42:26 aw 1.114.10.10: RESYNC: (1.129-1.132); FILE MERGED 2008/06/25 13:10:31 aw 1.114.10.9: RESYNC: (1.127-1.129); FILE MERGED 2008/05/14 15:09:14 aw 1.114.10.8: RESYNC: (1.123-1.127); FILE MERGED 2008/03/14 14:36:49 cl 1.114.10.7: RESYNC: (1.122-1.123); FILE MERGED 2008/02/12 11:36:25 aw 1.114.10.6: RESYNC: (1.120-1.122); FILE MERGED 2008/01/29 13:15:19 aw 1.114.10.5: RESYNC: (1.118-1.120); FILE MERGED 2007/12/03 16:42:19 aw 1.114.10.4: RESYNC: (1.114-1.118); FILE MERGED 2007/11/22 15:07:39 aw 1.114.10.3: #i39532# polygon bezier changes 2007/11/20 10:28:52 aw 1.114.10.2: #i39532# adaptions to bezier 2007/11/07 14:59:52 aw 1.114.10.1: #i39532# committing to have a base for HDU


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d2ae3e6a2686c234caf34d15bd61cffdae29aaf8]

INTEGRATION: CWS aw033 (1.20.22); FILE MERGED 2008/06/25 13:10:27 aw 1.20.22.10: RESYNC: (1.26-1.28); FILE MERGED 2008/05/14 15:08:36 aw 1.20.22.9: RESYNC: (1.25-1.26); FILE MERGED 2008/03/14 14:36:08 cl 1.20.22.8: RESYNC: (1.24-1.25); FILE MERGED 2007/12/03 16:42:14 aw 1.20.22.7: RESYNC: (1.23-1.24); FILE MERGED 2007/10/17 09:52:38 aw 1.20.22.6: #i82615# added this task from CWS vcl83 early 2007/08/09 20:01:52 aw 1.20.22.5: RESYNC: (1.21-1.23); FILE MERGED 2007/07/06 13:36:12 aw 1.20.22.4: #i39532# smaller errors corrected 2007/05/23 22:09:49 aw 1.20.22.3: RESYNC: (1.20-1.21); FILE MERGED 2007/04/12 14:00:59 hdu 1.20.22.2: #i75669# add B2D OutputDevice::GetView*Transformation() method 2007/03/26 11:02:46 hdu 1.20.22.1: #i75669# add support for basegfx polygon transformations


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [56d881d3a4e64f8ece100d933004b96f3b80febe]

INTEGRATION: CWS aw033 (1.18.18); FILE MERGED 2008/08/19 16:00:12 cl 1.18.18.8: RESYNC: (1.28-1.29); FILE MERGED 2008/06/26 12:22:31 aw 1.18.18.7: corrections after resync 2008/05/14 15:09:21 aw 1.18.18.6: RESYNC: (1.27-1.28); FILE MERGED 2008/02/12 11:36:22 aw 1.18.18.5: RESYNC: (1.26-1.27); FILE MERGED 2007/12/13 16:44:09 aw 1.18.18.4: #i39532# AA work for unxlngi6 2007/08/09 20:01:45 aw 1.18.18.3: RESYNC: (1.19-1.26); FILE MERGED 2007/06/27 18:44:48 aw 1.18.18.2: RESYNC: (1.18-1.19); FILE MERGED 2007/01/19 17:11:57 aw 1.18.18.1: changes after resync, problems with math includes


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [801ff701846804f2ba649da49319ee4caa217823]

INTEGRATION: CWS aw033 (1.23.22); FILE MERGED 2008/08/19 16:00:05 cl 1.23.22.6: RESYNC: (1.29-1.30); FILE MERGED 2008/06/25 13:10:38 aw 1.23.22.5: RESYNC: (1.27-1.29); FILE MERGED 2008/05/14 15:08:41 aw 1.23.22.4: RESYNC: (1.26-1.27); FILE MERGED 2008/03/14 14:35:56 cl 1.23.22.3: RESYNC: (1.25-1.26); FILE MERGED 2007/08/09 20:01:27 aw 1.23.22.2: RESYNC: (1.23-1.25); FILE MERGED 2007/01/19 17:11:57 aw 1.23.22.1: changes after resync, problems with math includes


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4ecbb73e4233ccc289011623433bcacde6214f54]

INTEGRATION: CWS aw033 (1.226.38); FILE MERGED 2008/08/19 16:00:09 cl 1.226.38.11: RESYNC: (1.241-1.242); FILE MERGED 2008/07/11 11:42:39 aw 1.226.38.10: RESYNC: (1.240-1.241); FILE MERGED 2008/05/14 15:08:56 aw 1.226.38.9: RESYNC: (1.237-1.240); FILE MERGED 2008/03/14 14:35:50 cl 1.226.38.8: RESYNC: (1.236-1.237); FILE MERGED 2008/02/12 11:36:18 aw 1.226.38.7: RESYNC: (1.234-1.236); FILE MERGED 2008/01/29 13:15:14 aw 1.226.38.6: RESYNC: (1.233-1.234); FILE MERGED 2007/12/03 16:42:10 aw 1.226.38.5: RESYNC: (1.231-1.233); FILE MERGED 2007/10/08 18:36:36 aw 1.226.38.4: RESYNC: (1.230-1.231); FILE MERGED 2007/08/09 20:01:20 aw 1.226.38.3: RESYNC: (1.227-1.230); FILE MERGED 2007/05/23 22:09:42 aw 1.226.38.2: RESYNC: (1.226-1.227); FILE MERGED 2007/01/19 17:11:57 aw 1.226.38.1: changes after resync, problems with math includes


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2235e5743034df220b979487e53c50a779ca384f]

INTEGRATION: CWS aw033 (1.46.92); FILE MERGED 2008/07/11 11:42:45 aw 1.46.92.26: RESYNC: (1.57-1.59); FILE MERGED 2008/06/26 12:22:31 aw 1.46.92.25: corrections after resync 2008/06/25 13:10:42 aw 1.46.92.24: RESYNC: (1.55-1.57); FILE MERGED 2008/05/14 15:09:18 aw 1.46.92.23: RESYNC: (1.54-1.55); FILE MERGED 2008/03/14 14:35:19 cl 1.46.92.22: RESYNC: (1.53-1.54); FILE MERGED 2008/02/12 11:36:14 aw 1.46.92.21: RESYNC: (1.52-1.53); FILE MERGED 2008/01/29 13:15:09 aw 1.46.92.20: RESYNC: (1.51-1.52); FILE MERGED 2007/12/13 16:44:08 aw 1.46.92.19: #i39532# AA work for unxlngi6 2007/12/03 14:19:14 aw 1.46.92.18: #i39532# saved polygon paint against empty polygons 2007/11/07 17:45:38 aw 1.46.92.17: #i39532# checking in to create a working version for HDU 2007/11/07 17:38:25 aw 1.46.92.16: #i39532# prep version for HDU 2007/11/07 17:21:16 aw 1.46.92.15: #i39532# checking in to create a working version for HDU 2007/10/24 11:19:24 hdu 1.46.92.14: #i75669# allow DrawPolyLine for B2DPolygon to change the LineJoin attribute 2007/10/17 12:51:23 aw 1.46.92.13: #i39532# relocated misplaced #endif 2007/10/11 13:07:57 hdu 1.46.92.12: #i39532# implement disabling polygon antialiasing on demand 2007/10/08 18:36:29 aw 1.46.92.11: RESYNC: (1.50-1.51); FILE MERGED 2007/08/09 20:01:02 aw 1.46.92.10: RESYNC: (1.48-1.50); FILE MERGED 2007/07/10 15:57:17 aw 1.46.92.9: #ii39532# no ImplLogicToDevicePixel for OutputDevice::DrawPolyLine with basegfx::B2DPolygon& 2007/07/10 11:53:33 hdu 1.46.92.8: #i75668# fix b2dpoly mapmode when falling back to non-b2dpoly mode 2007/07/06 13:36:12 aw 1.46.92.7: #i39532# smaller errors corrected 2007/05/29 15:01:17 hdu 1.46.92.6: #i75669# fix empty-semicolon warning again on unxsols-platform 2007/05/29 14:50:31 hdu 1.46.92.5: #i75669# fix warnings after RESYNC to SRC680_m212 2007/05/23 22:09:27 aw 1.46.92.4: RESYNC: (1.46-1.48); FILE MERGED 2007/04/16 13:53:38 hdu 1.46.92.3: #i75669# support B2D line drawing on anisometric graphics 2007/04/12 14:01:00 hdu 1.46.92.2: #i75669# add B2D OutputDevice::GetView*Transformation() method 2007/03/26 12:37:31 hdu 1.46.92.1: #i75669# add support for drawing basegfx area- and line-polygons


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [cddfbf39f7b6b58fdabf932a978b6df56efbdee9]

INTEGRATION: CWS aw033 (1.23.22); FILE MERGED 2008/05/14 15:08:27 aw 1.23.22.6: RESYNC: (1.28-1.29); FILE MERGED 2008/03/14 14:35:07 cl 1.23.22.5: RESYNC: (1.27-1.28); FILE MERGED 2007/12/03 16:42:05 aw 1.23.22.4: RESYNC: (1.26-1.27); FILE MERGED 2007/08/09 19:46:53 aw 1.23.22.3: RESYNC: (1.24-1.26); FILE MERGED 2007/05/23 22:06:33 aw 1.23.22.2: RESYNC: (1.23-1.24); FILE MERGED 2007/01/19 17:11:56 aw 1.23.22.1: changes after resync, problems with math includes


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8021152d2f9933fd276ff905e77ad1ca758bce63]

INTEGRATION: CWS aw033 (1.8.36); FILE MERGED 2008/07/11 11:42:50 aw 1.8.36.2: RESYNC: (1.8-1.9); FILE MERGED 2008/07/01 14:42:29 pl 1.8.36.1: #i90844# add PrePaint method


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d98180e5ceffda7e8474deabb22b4c74228e6f40]

INTEGRATION: CWS aw033 (1.2.68); FILE MERGED 2008/05/14 15:09:40 aw 1.2.68.2: RESYNC: (1.2-1.3); FILE MERGED 2007/05/24 10:07:47 aw 1.2.68.1: applied patches to migrated headers


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [3297b204f76a6e277411424cc1539329ffd60584]

INTEGRATION: CWS aw033 (1.2.68); FILE MERGED 2008/07/11 11:42:59 aw 1.2.68.10: RESYNC: (1.6-1.7); FILE MERGED 2008/06/25 13:11:02 aw 1.2.68.9: RESYNC: (1.5-1.6); FILE MERGED 2008/05/14 15:09:31 aw 1.2.68.8: RESYNC: (1.3-1.5); FILE MERGED 2008/03/14 14:34:58 cl 1.2.68.7: RESYNC: (1.2-1.3); FILE MERGED 2007/12/13 16:43:59 aw 1.2.68.6: #i39532# AA work for unxlngi6 2007/11/07 17:21:15 aw 1.2.68.5: #i39532# checking in to create a working version for HDU 2007/10/24 11:19:24 hdu 1.2.68.4: #i75669# allow DrawPolyLine for B2DPolygon to change the LineJoin attribute 2007/05/29 14:50:30 hdu 1.2.68.3: #i75669# fix warnings after RESYNC to SRC680_m212 2007/05/25 11:23:54 hdu 1.2.68.2: #i75669# fixed merge conflict SRC680_m207->SRC680_m212 2007/05/24 10:07:47 aw 1.2.68.1: applied patches to migrated headers


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [99335adba800e99e81548d251d540158e42e3eca]

INTEGRATION: CWS aw033 (1.2.68); FILE MERGED 2008/06/25 13:10:59 aw 1.2.68.3: RESYNC: (1.3-1.4); FILE MERGED 2008/05/14 15:09:37 aw 1.2.68.2: RESYNC: (1.2-1.3); FILE MERGED 2007/05/24 10:07:47 aw 1.2.68.1: applied patches to migrated headers


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [940bb563d4f636aaebf41eddec1dc8618d954a95]

INTEGRATION: CWS aw033 (1.3.14); FILE MERGED 2008/07/11 11:42:55 aw 1.3.14.10: RESYNC: (1.8-1.9); FILE MERGED 2008/06/25 13:10:55 aw 1.3.14.9: RESYNC: (1.6-1.8); FILE MERGED 2008/05/14 15:09:34 aw 1.3.14.8: RESYNC: (1.5-1.6); FILE MERGED 2008/03/14 14:34:54 cl 1.3.14.7: RESYNC: (1.3-1.5); FILE MERGED 2007/12/13 16:43:59 aw 1.3.14.6: #i39532# AA work for unxlngi6 2007/11/07 17:21:15 aw 1.3.14.5: #i39532# checking in to create a working version for HDU 2007/10/24 11:19:23 hdu 1.3.14.4: #i75669# allow DrawPolyLine for B2DPolygon to change the LineJoin attribute 2007/10/04 13:03:35 aw 1.3.14.3: #i39532# added ANTIALIASING_DISABLE_POLYGONS for supporting AA on/off for B2DPolygons in aw033 2007/05/25 11:23:54 hdu 1.3.14.2: #i75669# fixed merge conflict SRC680_m207->SRC680_m212 2007/05/24 10:07:47 aw 1.3.14.1: applied patches to migrated headers


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7c77e1b2544a2509ce02cd109068bc0f548b971e]

INTEGRATION: CWS aw033 (1.7.14); FILE MERGED 2008/07/11 11:43:15 aw 1.7.14.3: RESYNC: (1.9-1.10); FILE MERGED 2008/05/14 15:07:58 aw 1.7.14.2: RESYNC: (1.7-1.9); FILE MERGED 2008/03/18 14:32:40 hdu 1.7.14.1: #i87185# Aqua: use CGPath bounds instead of B2DPolygon bounds


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2517ec195d74a5c837c908023ccae1c353cca3c6]

INTEGRATION: CWS aw033 (1.35.38); FILE MERGED 2008/08/19 16:00:15 cl 1.35.38.9: RESYNC: (1.43-1.44); FILE MERGED 2008/07/11 11:43:06 aw 1.35.38.8: RESYNC: (1.41-1.43); FILE MERGED 2008/07/02 13:57:16 pl 1.35.38.7: solve a merge problem 2008/07/02 13:05:31 pl 1.35.38.6: solve a merge problem 2008/06/25 13:10:52 aw 1.35.38.5: RESYNC: (1.37-1.41); FILE MERGED 2008/05/14 15:07:47 aw 1.35.38.4: RESYNC: (1.35-1.37); FILE MERGED 2008/03/18 14:32:41 hdu 1.35.38.3: #i87185# Aqua: use CGPath bounds instead of B2DPolygon bounds 2008/03/18 13:58:37 hdu 1.35.38.2: #i87185# Aqua: add utility method AddPolygonToPath() 2008/03/18 11:09:54 hdu 1.35.38.1: #i87185# Aqua: support B2D polygons in VCL


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [5bcf167e7c6f1577feb6d35c7f87a465e281d2ba]

INTEGRATION: CWS aw033 (1.9.2); FILE MERGED 2008/05/14 14:40:00 aw 1.9.2.5: RESYNC: (1.12-1.14); FILE MERGED 2008/03/14 13:55:40 cl 1.9.2.4: RESYNC: (1.11-1.12); FILE MERGED 2007/10/08 19:02:57 aw 1.9.2.3: RESYNC: (1.10-1.11); FILE MERGED 2007/03/20 15:21:48 aw 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED 2006/05/12 11:39:50 aw 1.9.2.1: code changes for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c6c8f8754e789c6b707ffe647d31915d3c6eb020]

INTEGRATION: CWS aw033 (1.8.14); FILE MERGED 2008/07/11 11:38:01 aw 1.8.14.7: RESYNC: (1.12-1.13); FILE MERGED 2008/05/14 14:39:57 aw 1.8.14.6: RESYNC: (1.10-1.12); FILE MERGED 2008/03/14 13:55:37 cl 1.8.14.5: RESYNC: (1.9-1.10); FILE MERGED 2007/11/19 10:17:13 aw 1.8.14.4: #i39532# Lot of changes to make polygon stuff bezier-able 2007/11/07 14:24:30 aw 1.8.14.3: #i39532# committing to have a base for HDU 2007/08/09 22:05:30 aw 1.8.14.2: RESYNC: (1.8-1.9); FILE MERGED 2007/04/11 14:32:08 hdu 1.8.14.1: #i75669# cubic bezier curves can be loopy/spiky/complex: just splitting them up into simpler curves instead going all the way of splitting them up into line segments is preferable in many situations


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [de01c9abffa5b1a1b3f5eb6a14217094aeae924e]

INTEGRATION: CWS aw033 (1.7.6); FILE MERGED 2008/05/14 14:41:10 aw 1.7.6.2: RESYNC: (1.7-1.8); FILE MERGED 2008/04/16 04:51:24 aw 1.7.6.1: #i39532# moved 3D default raster converter to basegfx


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d88028adeb7e32a48d232f585fbc8504564b0daa]

INTEGRATION: CWS aw033 (1.13.2); FILE MERGED 2008/05/14 14:41:13 aw 1.13.2.5: RESYNC: (1.16-1.17); FILE MERGED 2007/12/17 09:52:16 aw 1.13.2.4: #i39532# minor primitive corrections 2007/08/09 22:05:22 aw 1.13.2.3: RESYNC: (1.15-1.16); FILE MERGED 2006/09/26 14:53:46 aw 1.13.2.2: RESYNC: (1.14-1.15); FILE MERGED 2005/10/28 11:23:33 aw 1.13.2.1: #i39532#


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4242345f66aa8f6a2e452a13c69542a4f46973cb]

INTEGRATION: CWS aw033 (1.7.6); FILE MERGED 2008/06/10 09:26:44 aw 1.7.6.4: #i39532# adapted missing tooling conversion 2008/05/14 14:41:43 aw 1.7.6.3: RESYNC: (1.9-1.11); FILE MERGED 2007/08/09 22:04:54 aw 1.7.6.2: RESYNC: (1.7-1.9); FILE MERGED 2006/10/19 10:05:50 aw 1.7.6.1: #i39532# added some tools for UNO API/basegfx conversions


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a9b7d64a4f8d7004b878722dd5a173703b899b23]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:43:45 cl 1.1.2.2: fixed license files 2008/05/14 09:12:22 aw 1.1.2.1: #i39532# aw033 progresses


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [dbcf5f98b3224caf0a8d9bc9b3cee22a4f642aa1]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:43:45 cl 1.1.2.5: fixed license files 2008/05/15 14:39:57 aw 1.1.2.4: changes after resync 2008/05/14 09:16:33 aw 1.1.2.3: #i39532# aw033 progresses from git 2008/04/16 04:51:23 aw 1.1.2.2: #i39532# moved 3D default raster converter to basegfx 2006/05/12 11:33:16 aw 1.1.2.1: code for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [adf7a4f24210e963e3656bc7318c2030aeb8982d]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:43:45 cl 1.1.2.4: fixed license files 2008/05/27 14:08:46 aw 1.1.2.3: #i39532# changes DEV300 m12 resync corrections 2007/01/22 17:32:06 aw 1.1.2.2: changes after resync 2006/05/12 11:33:06 aw 1.1.2.1: code for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a5f74c4fc9f985d7c1ce62bb21439d0c1cb3d22e]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:43:45 cl 1.1.2.4: fixed license files 2008/05/27 14:08:46 aw 1.1.2.3: #i39532# changes DEV300 m12 resync corrections 2007/01/22 17:32:06 aw 1.1.2.2: changes after resync 2006/05/12 11:32:56 aw 1.1.2.1: code for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [65ea167761fcad401d962549ea7f134ce37274b6]

INTEGRATION: CWS aw033 (1.6.2); FILE MERGED 2008/05/27 14:08:46 aw 1.6.2.5: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:41:21 aw 1.6.2.4: RESYNC: (1.8-1.9); FILE MERGED 2006/09/26 14:51:59 aw 1.6.2.3: RESYNC: (1.7-1.8); FILE MERGED 2006/05/12 14:36:48 aw 1.6.2.2: RESYNC: (1.6-1.7); FILE MERGED 2006/05/12 11:36:08 aw 1.6.2.1: code changes for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [dba2cd59d143ac603818355d2ab899b82ad067ce]

INTEGRATION: CWS aw033 (1.6.2); FILE MERGED 2008/06/10 09:26:44 aw 1.6.2.5: #i39532# adapted missing tooling conversion 2008/05/14 14:41:17 aw 1.6.2.4: RESYNC: (1.9-1.10); FILE MERGED 2006/09/26 14:51:42 aw 1.6.2.3: RESYNC: (1.7-1.8); FILE MERGED 2006/05/12 14:36:32 aw 1.6.2.2: RESYNC: (1.6-1.7); FILE MERGED 2006/05/12 11:36:08 aw 1.6.2.1: code changes for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [3892183b9b9b189ad175b2f3ec74522d050e3c96]

INTEGRATION: CWS aw033 (1.6.6); FILE MERGED 2008/05/27 14:08:46 aw 1.6.6.3: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:41:24 aw 1.6.6.2: RESYNC: (1.6-1.7); FILE MERGED 2007/12/12 13:13:34 aw 1.6.6.1: #i39532# clipping changes


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a1be6f74d70be3b4d0f6bc3cadbb0b374f3e4856]

INTEGRATION: CWS aw033 (1.8.2); FILE MERGED 2008/05/14 14:40:07 aw 1.8.2.6: RESYNC: (1.10-1.11); FILE MERGED 2007/12/12 13:15:27 aw 1.8.2.5: #i39532# clipping changes 2007/12/12 13:13:34 aw 1.8.2.4: #i39532# clipping changes 2006/09/26 14:51:16 aw 1.8.2.3: RESYNC: (1.9-1.10); FILE MERGED 2006/05/12 11:36:08 aw 1.8.2.2: code changes for primitive support 2005/10/28 11:24:16 aw 1.8.2.1: #i39532#


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7c14783e2be361c71bebd53165bb069d2c699271]

INTEGRATION: CWS aw033 (1.4.2); FILE MERGED 2008/05/15 14:36:28 aw 1.4.2.8: changes after resync 2008/05/14 14:41:06 aw 1.4.2.7: RESYNC: (1.5-1.7); FILE MERGED 2008/05/14 09:16:32 aw 1.4.2.6: #i39532# aw033 progresses from git 2007/11/07 14:24:30 aw 1.4.2.5: #i39532# committing to have a base for HDU 2006/12/12 10:15:10 aw 1.4.2.4: #i39532# changes after resync 2006/09/27 16:29:23 aw 1.4.2.3: #i39532# changes after resync to m185 2006/09/26 14:51:09 aw 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2006/05/12 11:36:07 aw 1.4.2.1: code changes for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1379bee29ef98e28705a6adf52e63ab902efc863]

INTEGRATION: CWS aw033 (1.5.2); FILE MERGED 2008/05/14 14:40:33 aw 1.5.2.6: RESYNC: (1.9-1.11); FILE MERGED 2006/11/28 16:13:34 aw 1.5.2.5: RESYNC: (1.8-1.9); FILE MERGED 2006/09/27 16:29:23 aw 1.5.2.4: #i39532# changes after resync to m185 2006/09/26 14:51:00 aw 1.5.2.3: RESYNC: (1.6-1.8); FILE MERGED 2006/05/12 11:36:07 aw 1.5.2.2: code changes for primitive support 2005/10/28 11:24:15 aw 1.5.2.1: #i39532#


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8fe16bd8df825203596aef822c53fdaaf47ca141]

INTEGRATION: CWS aw033 (1.6.2); FILE MERGED 2008/05/27 14:08:46 aw 1.6.2.9: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:41:03 aw 1.6.2.8: RESYNC: (1.8-1.10); FILE MERGED 2007/11/07 17:38:49 aw 1.6.2.7: #i39532# prep version for HDU 2007/11/07 14:24:30 aw 1.6.2.6: #i39532# committing to have a base for HDU 2006/09/26 14:50:53 aw 1.6.2.5: RESYNC: (1.7-1.8); FILE MERGED 2006/05/16 14:09:46 aw 1.6.2.4: handish adaptions after resync 2006/05/12 14:35:58 aw 1.6.2.3: RESYNC: (1.6-1.7); FILE MERGED 2006/05/12 11:36:07 aw 1.6.2.2: code changes for primitive support 2005/10/28 11:24:15 aw 1.6.2.1: #i39532#


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [27466bbd293837bbdeb9cf60c209fdd5ce7598ea]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:43:45 cl 1.1.2.4: fixed license files 2008/05/27 14:08:46 aw 1.1.2.3: #i39532# changes DEV300 m12 resync corrections 2007/01/22 17:32:05 aw 1.1.2.2: changes after resync 2006/05/12 11:34:51 aw 1.1.2.1: code for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9a6b59ff521ecf24b967f5741280591944f22e4b]

INTEGRATION: CWS aw033 (1.6.2); FILE MERGED 2008/05/27 14:08:45 aw 1.6.2.8: #i39532# changes DEV300 m12 resync corrections 2008/05/15 14:59:21 aw 1.6.2.7: adaptions after resync 2008/05/15 14:32:39 aw 1.6.2.6: adaptions after resync 2008/05/14 14:40:54 aw 1.6.2.5: RESYNC: (1.10-1.12); FILE MERGED 2006/11/28 16:13:27 aw 1.6.2.4: RESYNC: (1.9-1.10); FILE MERGED 2006/09/27 16:29:23 aw 1.6.2.3: #i39532# changes after resync to m185 2006/09/26 14:50:46 aw 1.6.2.2: RESYNC: (1.6-1.9); FILE MERGED 2006/05/12 11:36:07 aw 1.6.2.1: code changes for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [61ea610d1ab8e8144e1432fb2c9a03d4cbdc3e09]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:43:45 cl 1.1.2.3: fixed license files 2008/05/27 14:08:45 aw 1.1.2.2: #i39532# changes DEV300 m12 resync corrections 2006/05/12 11:34:34 aw 1.1.2.1: code for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e4b70dbde33c8c3d95d0f275ddc10c82a5d331bd]

INTEGRATION: CWS aw033 (1.12.2); FILE MERGED 2008/05/14 14:40:10 aw 1.12.2.13: RESYNC: (1.16-1.18); FILE MERGED 2007/12/12 13:13:34 aw 1.12.2.12: #i39532# clipping changes 2007/11/26 11:21:59 aw 1.12.2.11: #i39532# reworked B2DPolygon default decomposition 2007/11/22 14:56:58 aw 1.12.2.10: #i39532# polygon bezier changes 2007/11/19 10:17:03 aw 1.12.2.9: #i39532# Lot of changes to make polygon stuff bezier-able 2007/11/07 14:24:30 aw 1.12.2.8: #i39532# committing to have a base for HDU 2007/10/17 10:41:29 aw 1.12.2.7: #i39532# support for reSegmentPolygonEdges 2007/08/09 22:04:35 aw 1.12.2.6: RESYNC: (1.15-1.16); FILE MERGED 2006/09/27 16:29:23 aw 1.12.2.5: #i39532# changes after resync to m185 2006/09/26 14:50:29 aw 1.12.2.4: RESYNC: (1.13-1.15); FILE MERGED 2006/05/12 14:35:51 aw 1.12.2.3: RESYNC: (1.12-1.13); FILE MERGED 2006/05/12 11:36:07 aw 1.12.2.2: code changes for primitive support 2005/10/28 11:24:15 aw 1.12.2.1: #i39532#


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [452e579f375332d135ce9deafc48e12eddcbf4a6]

INTEGRATION: CWS aw033 (1.9.2); FILE MERGED 2008/06/24 15:26:48 aw 1.9.2.12: #i39532# corrections 2008/05/27 14:08:45 aw 1.9.2.11: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:40:58 aw 1.9.2.10: RESYNC: (1.15-1.16); FILE MERGED 2008/03/14 13:55:21 cl 1.9.2.9: RESYNC: (1.14-1.15); FILE MERGED 2007/12/17 09:52:16 aw 1.9.2.8: #i39532# minor primitive corrections 2007/12/12 13:15:27 aw 1.9.2.7: #i39532# clipping changes 2007/12/12 13:13:33 aw 1.9.2.6: #i39532# clipping changes 2007/12/03 13:53:24 aw 1.9.2.5: #i39532# checkin for resync 2007/08/09 22:04:27 aw 1.9.2.4: RESYNC: (1.13-1.14); FILE MERGED 2006/09/26 14:50:13 aw 1.9.2.3: RESYNC: (1.11-1.13); FILE MERGED 2006/05/12 14:35:32 aw 1.9.2.2: RESYNC: (1.9-1.11); FILE MERGED 2005/10/28 11:24:15 aw 1.9.2.1: #i39532#


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a433883ea6f5a50b8d977a6270b3a804f49b716c]

INTEGRATION: CWS aw033 (1.13.2); FILE MERGED 2008/05/14 14:40:25 aw 1.13.2.9: RESYNC: (1.18-1.20); FILE MERGED 2007/12/03 13:53:24 aw 1.13.2.8: #i39532# checkin for resync 2007/11/26 11:21:59 aw 1.13.2.7: #i39532# reworked B2DPolygon default decomposition 2007/08/09 22:04:20 aw 1.13.2.6: RESYNC: (1.17-1.18); FILE MERGED 2006/11/28 16:13:20 aw 1.13.2.5: RESYNC: (1.16-1.17); FILE MERGED 2006/09/26 14:50:05 aw 1.13.2.4: RESYNC: (1.14-1.16); FILE MERGED 2006/05/12 11:36:06 aw 1.13.2.3: code changes for primitive support 2005/10/28 12:10:21 aw 1.13.2.2: #i39532# 2005/10/28 11:24:15 aw 1.13.2.1: #i39532#


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6ea8c62091e2c52033c8fc87afc807b72dc41e8a]

INTEGRATION: CWS aw033 (1.5.6); FILE MERGED 2008/05/14 14:40:46 aw 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2007/12/18 15:07:07 aw 1.5.6.1: #i39532# automatic subdivide for triangulation


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [32bbb25e8b0fe1bbd69513ac095d93f55d800173]

INTEGRATION: CWS aw033 (1.20.2); FILE MERGED 2008/06/24 15:26:47 aw 1.20.2.24: #i39532# corrections 2008/05/27 14:08:45 aw 1.20.2.23: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:40:21 aw 1.20.2.22: RESYNC: (1.26-1.28); FILE MERGED 2007/12/18 15:07:16 aw 1.20.2.21: #i39532# cleanup 2007/12/17 09:52:16 aw 1.20.2.20: #i39532# minor primitive corrections 2007/12/12 13:13:33 aw 1.20.2.19: #i39532# clipping changes 2007/11/27 11:57:02 aw 1.20.2.18: #i39532# added GetRange() to B2DPolygon 2007/11/26 11:21:59 aw 1.20.2.17: #i39532# reworked B2DPolygon default decomposition 2007/11/22 14:56:58 aw 1.20.2.16: #i39532# polygon bezier changes 2007/11/20 11:26:30 aw 1.20.2.15: #i39532# warning adaptions for unxlngi6 2007/11/19 10:17:02 aw 1.20.2.14: #i39532# Lot of changes to make polygon stuff bezier-able 2007/11/07 17:38:48 aw 1.20.2.13: #i39532# prep version for HDU 2007/11/07 14:24:29 aw 1.20.2.12: #i39532# committing to have a base for HDU 2007/10/22 10:41:56 aw 1.20.2.11: #i39523# changes for SD primitive usage 2007/10/17 10:41:29 aw 1.20.2.10: #i39532# support for reSegmentPolygonEdges 2007/09/20 09:48:21 aw 1.20.2.9: #i39532# added Waveline support and tiled polygon 2007/08/13 15:28:43 aw 1.20.2.8: #i39532# changes after resync 2007/08/09 22:04:12 aw 1.20.2.7: RESYNC: (1.24-1.26); FILE MERGED 2007/04/23 07:09:52 hdu 1.20.2.6: add basegfx::tools::createSimplifiedPolygon() method 2006/11/28 16:13:13 aw 1.20.2.5: RESYNC: (1.23-1.24); FILE MERGED 2006/09/26 14:49:47 aw 1.20.2.4: RESYNC: (1.21-1.23); FILE MERGED 2006/05/12 14:35:17 aw 1.20.2.3: RESYNC: (1.20-1.21); FILE MERGED 2006/05/12 11:36:06 aw 1.20.2.2: code changes for primitive support 2005/10/28 11:24:14 aw 1.20.2.1: #i39532#


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9dbb0b4bf743de4feea2431baa6ed9aabc40a10a]

INTEGRATION: CWS aw033 (1.3.2); FILE MERGED 2008/05/14 14:40:43 aw 1.3.2.7: RESYNC: (1.6-1.7); FILE MERGED 2007/12/03 13:53:24 aw 1.3.2.6: #i39532# checkin for resync 2007/11/22 14:56:58 aw 1.3.2.5: #i39532# polygon bezier changes 2007/11/07 14:24:29 aw 1.3.2.4: #i39532# committing to have a base for HDU 2007/08/09 22:04:05 aw 1.3.2.3: RESYNC: (1.5-1.6); FILE MERGED 2006/09/26 14:49:40 aw 1.3.2.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/28 11:24:14 aw 1.3.2.1: #i39532#


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ef5e47963de6753adb6a2b8eac9198923815cecf]

INTEGRATION: CWS aw033 (1.1.8); FILE MERGED 2008/05/14 14:40:14 aw 1.1.8.9: RESYNC: (1.5-1.6); FILE MERGED 2007/12/12 13:13:33 aw 1.1.8.8: #i39532# clipping changes 2007/12/04 10:36:36 aw 1.1.8.7: #i39532# changes after resync 2007/12/03 13:53:24 aw 1.1.8.6: #i39532# checkin for resync 2007/08/09 22:03:57 aw 1.1.8.5: RESYNC: (1.4-1.5); FILE MERGED 2006/12/12 16:24:09 hr 1.1.8.4: RESYNC; 2006/05/16 14:09:46 aw 1.1.8.3: handish adaptions after resync 2006/05/12 11:36:06 aw 1.1.8.2: code changes for primitive support 2005/10/28 11:24:02 aw 1.1.8.1: #i39532#


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [51890f7a5c948337d51ba07c381ca58d9ab4fedf]

INTEGRATION: CWS aw033 (1.13.2); FILE MERGED 2008/05/14 14:40:37 aw 1.13.2.9: RESYNC: (1.19-1.21); FILE MERGED 2007/11/27 11:57:02 aw 1.13.2.8: #i39532# added GetRange() to B2DPolygon 2007/11/26 11:21:59 aw 1.13.2.7: #i39532# reworked B2DPolygon default decomposition 2007/11/23 09:43:05 aw 1.13.2.6: #i39532# warning corrections 2007/11/22 14:56:58 aw 1.13.2.5: #i39532# polygon bezier changes 2007/08/09 22:03:50 aw 1.13.2.4: RESYNC: (1.18-1.19); FILE MERGED 2006/09/26 14:49:33 aw 1.13.2.3: RESYNC: (1.14-1.17); FILE MERGED 2006/05/12 11:36:05 aw 1.13.2.2: code changes for primitive support 2005/10/28 11:24:14 aw 1.13.2.1: #i39532#


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [3954dabfd9f65cbe599a4f2ebc6f59583ff5004e]

INTEGRATION: CWS aw033 (1.5.6); FILE MERGED 2008/05/14 14:40:29 aw 1.5.6.11: RESYNC: (1.5-1.6); FILE MERGED 2008/05/14 09:16:32 aw 1.5.6.10: #i39532# aw033 progresses from git 2007/11/23 09:43:05 aw 1.5.6.9: #i39532# warning corrections 2007/11/22 14:56:58 aw 1.5.6.8: #i39532# polygon bezier changes 2007/11/19 10:17:02 aw 1.5.6.7: #i39532# Lot of changes to make polygon stuff bezier-able 2007/11/07 14:24:29 aw 1.5.6.6: #i39532# committing to have a base for HDU 2007/10/18 09:27:00 hdu 1.5.6.5: #i75669# fix typo 2007/10/18 09:23:10 hdu 1.5.6.4: #i75669# resegment polygon with curves before line->area conversion 2007/10/17 12:22:53 hdu 1.5.6.3: #i75669# fix createAreaGeometryForSimplePolygon() after resync changes 2007/08/13 15:28:43 aw 1.5.6.2: #i39532# changes after resync 2007/04/26 14:30:26 hdu 1.5.6.1: #i75669# added method createAreaGeometryForSimplePolygon()


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2fe1fc6c8c0f875217a429432f6674353bfd9278]

INTEGRATION: CWS aw033 (1.6.2); FILE MERGED 2008/05/14 14:41:35 aw 1.6.2.4: RESYNC: (1.8-1.9); FILE MERGED 2008/04/16 04:51:23 aw 1.6.2.3: #i39532# moved 3D default raster converter to basegfx 2006/09/26 14:48:42 aw 1.6.2.2: RESYNC: (1.7-1.8); FILE MERGED 2005/10/28 11:23:16 aw 1.6.2.1: #i39532#


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b5ff2ea08be5bb8e5a5ed3509f20d1083038ba32]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:43:45 cl 1.1.2.2: fixed license files 2006/05/12 11:32:28 aw 1.1.2.1: code for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [737ae07873806a2bc58ffd6425223239e5883d0e]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:43:45 cl 1.1.2.4: fixed license files 2008/05/27 14:08:45 aw 1.1.2.3: #i39532# changes DEV300 m12 resync corrections 2007/01/22 17:32:05 aw 1.1.2.2: changes after resync 2006/05/12 11:32:17 aw 1.1.2.1: code for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0dc91b3bb8118ebb942986b895a664db2a2fe063]

INTEGRATION: CWS aw033 (1.2.2); FILE MERGED 2008/05/14 14:42:00 aw 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2007/09/26 11:32:44 aw 1.2.2.1: #i73860# matrixtools added


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [fb51b3ec5b3f058481df729ffb2b14b52d36cbd7]

INTEGRATION: CWS aw033 (1.8.2); FILE MERGED 2008/06/10 09:26:43 aw 1.8.2.8: #i39532# adapted missing tooling conversion 2008/05/14 14:42:03 aw 1.8.2.7: RESYNC: (1.13-1.14); FILE MERGED 2007/05/23 23:35:55 aw 1.8.2.6: RESYNC: (1.12-1.13); FILE MERGED 2006/11/28 16:12:59 aw 1.8.2.5: RESYNC: (1.11-1.12); FILE MERGED 2006/09/27 16:29:22 aw 1.8.2.4: #i39532# changes after resync to m185 2006/09/26 14:48:15 aw 1.8.2.3: RESYNC: (1.9-1.11); FILE MERGED 2006/05/12 11:36:05 aw 1.8.2.2: code changes for primitive support 2005/10/28 11:22:54 aw 1.8.2.1: #i39532#


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1b8b34d2ca6751dfbedad2156fec78c6a00bc5e2]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:43:45 cl 1.1.2.3: fixed license files 2008/05/27 14:08:45 aw 1.1.2.2: #i39532# changes DEV300 m12 resync corrections 2007/09/26 11:30:52 aw 1.1.2.1: #73860# matriox tooling to hold a amtrix in decomposed form


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2d9f3504ddcedcb490af652a523799dcca2e1ff6]

INTEGRATION: CWS aw033 (1.18.6); FILE MERGED 2008/05/27 14:08:45 aw 1.18.6.1: #i39532# changes DEV300 m12 resync corrections


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [07d97838e52cdaa57dcecf8498ef3cc7e58ac97b]

INTEGRATION: CWS aw033 (1.3.2); FILE MERGED 2008/05/14 14:41:49 aw 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2007/12/04 10:48:23 aw 1.3.2.1: #i39532# changes after resync


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [387d3c575799b643b5e0fd232d208a9bb21a0a86]

INTEGRATION: CWS aw033 (1.10.2); FILE MERGED 2008/05/14 14:41:53 aw 1.10.2.13: RESYNC: (1.14-1.15); FILE MERGED 2007/12/12 13:13:33 aw 1.10.2.12: #i39532# clipping changes 2007/11/22 14:56:58 aw 1.10.2.11: #i39532# polygon bezier changes 2007/11/19 10:17:02 aw 1.10.2.10: #i39532# Lot of changes to make polygon stuff bezier-able 2007/11/07 14:24:29 aw 1.10.2.9: #i39532# committing to have a base for HDU 2007/08/09 22:03:43 aw 1.10.2.8: RESYNC: (1.13-1.14); FILE MERGED 2007/04/13 06:57:07 hdu 1.10.2.7: #i75669# 101 2007/04/13 06:52:23 hdu 1.10.2.6: #i75669# fix brackets in the numerical stability improvement to make it work in all situations 2007/04/12 10:11:12 hdu 1.10.2.5: #i75669# improve numerical stability in B2DCubicBezier::getNextExtremumPos() (thanks THB) 2007/04/11 14:32:07 hdu 1.10.2.4: #i75669# cubic bezier curves can be loopy/spiky/complex: just splitting them up into simpler curves instead going all the way of splitting them up into line segments is preferable in many situations 2007/03/20 15:21:32 aw 1.10.2.3: RESYNC: (1.12-1.13); FILE MERGED 2006/09/26 14:47:22 aw 1.10.2.2: RESYNC: (1.11-1.12); FILE MERGED 2005/10/28 11:22:44 aw 1.10.2.1: #i39532#


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a8dcb0f229d2fb59ad5b5bc0763f3a7942d6f232]

INTEGRATION: CWS aw033 (1.12.12); FILE MERGED 2008/05/14 14:41:46 aw 1.12.12.2: RESYNC: (1.12-1.13); FILE MERGED 2007/11/07 14:24:29 aw 1.12.12.1: #i39532# committing to have a base for HDU


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [02bdf32c3744d6bb280b462d3eac7ac0edd58599]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:43:44 cl 1.1.2.3: fixed license files 2006/06/02 13:52:57 aw 1.1.2.2: #i39532# added colorModifier 2006/05/12 11:31:53 aw 1.1.2.1: code for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [25c09fc5fba98c9ae3e16c3ab4f8dd6f883f6480]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:43:44 cl 1.1.2.5: fixed license files 2008/05/27 14:08:44 aw 1.1.2.4: #i39532# changes DEV300 m12 resync corrections 2007/01/22 17:28:18 aw 1.1.2.3: changes after resync 2006/12/12 10:15:10 aw 1.1.2.2: #i39532# changes after resync 2006/06/02 13:51:31 aw 1.1.2.1: #i39523# added standard colorModifier


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [218ae4cd7c75fb2aa61d53637bc5956e82b4202b]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:43:44 cl 1.1.2.4: fixed license files 2008/05/27 14:08:44 aw 1.1.2.3: #i39532# changes DEV300 m12 resync corrections 2007/01/22 16:20:51 aw 1.1.2.2: changes after resync 2006/05/12 11:31:42 aw 1.1.2.1: code for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [094cfafe90de7838a24e1dadb25d2d01f661497f]

INTEGRATION: CWS aw033 (1.26.20); FILE MERGED 2008/05/14 14:40:04 aw 1.26.20.12: RESYNC: (1.30-1.32); FILE MERGED 2008/05/14 09:16:45 aw 1.26.20.11: #i39532# aw033 progresses from git 2008/04/16 04:51:32 aw 1.26.20.10: #i39532# moved 3D default raster converter to basegfx 2008/03/14 13:55:14 cl 1.26.20.9: RESYNC: (1.29-1.30); FILE MERGED 2007/11/07 14:24:29 aw 1.26.20.8: #i39532# committing to have a base for HDU 2007/10/08 19:02:50 aw 1.26.20.7: RESYNC: (1.28-1.29); FILE MERGED 2007/09/26 11:32:31 aw 1.26.20.6: #i73860# matrixtools added 2006/09/26 14:46:57 aw 1.26.20.5: RESYNC: (1.27-1.28); FILE MERGED 2006/06/02 13:54:11 aw 1.26.20.4: #i39532# added colr, pixel and raster 2006/05/12 14:34:15 aw 1.26.20.3: RESYNC: (1.26-1.27); FILE MERGED 2006/05/12 11:39:42 aw 1.26.20.2: code changes for primitive support 2005/10/28 11:24:45 aw 1.26.20.1: #i39532#


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0553dd505adfff720556f57d7d88d7214500e1ba]

INTEGRATION: CWS aw033 (1.8.60); FILE MERGED 2008/03/14 13:55:10 cl 1.8.60.4: RESYNC: (1.10-1.11); FILE MERGED 2006/11/28 16:12:43 aw 1.8.60.3: RESYNC: (1.9-1.10); FILE MERGED 2006/09/26 14:47:04 aw 1.8.60.2: RESYNC: (1.8-1.9); FILE MERGED 2006/05/12 11:39:42 aw 1.8.60.1: code changes for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [942e0aaa6caa983a27c5b70885534b7fcb6b16b4]

INTEGRATION: CWS aw033 (1.9.2); FILE MERGED 2008/05/14 14:43:16 aw 1.9.2.5: RESYNC: (1.10-1.11); FILE MERGED 2008/05/14 09:16:13 aw 1.9.2.4: #i39532# aw033 progresses from git 2008/04/16 04:50:23 aw 1.9.2.3: #i39532# moved 3D default raster converter to basegfx 2007/03/20 15:21:24 aw 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED 2006/05/12 11:39:25 aw 1.9.2.1: code changes for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [956a1e7542f5bc241962996381f53b6bd5912dc0]

INTEGRATION: CWS aw033 (1.3.2); FILE MERGED 2008/05/14 14:43:20 aw 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2007/11/07 14:24:28 aw 1.3.2.1: #i39532# committing to have a base for HDU


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [700228d73ed8a197c6d3381109a412b0ed4ecf3b]

INTEGRATION: CWS aw033 (1.15.2); FILE MERGED 2008/05/27 14:08:44 aw 1.15.2.1: #i39532# changes DEV300 m12 resync corrections


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9146f73dd8b2d11691b1d85ea82cb72ae32a0f70]

INTEGRATION: CWS aw033 (1.3.4); FILE MERGED 2008/05/27 14:08:44 aw 1.3.4.1: #i39532# changes DEV300 m12 resync corrections


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2f7c3a4526fe0262760da590a16cd6c22fc1d6a0]

INTEGRATION: CWS aw033 (1.4.6); FILE MERGED 2008/05/27 14:08:44 aw 1.4.6.1: #i39532# changes DEV300 m12 resync corrections


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [262d7a0f3543b10c18e3c57ad4615fcf1db2d6bd]

INTEGRATION: CWS aw033 (1.7.20); FILE MERGED 2008/06/10 09:26:21 aw 1.7.20.3: #i39532# adapted missing tooling conversion 2008/05/14 14:43:12 aw 1.7.20.2: RESYNC: (1.7-1.9); FILE MERGED 2006/10/19 10:05:35 aw 1.7.20.1: #i39532# added some tools for UNO API/basegfx conversions


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [bff1fe3b938a299f417076063a07502a53b056d7]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:43:44 cl 1.1.2.3: fixed license files 2008/05/27 19:05:14 thb 1.1.2.2: #i10000# Build breaker fixed 2008/05/14 09:12:00 aw 1.1.2.1: #i39532# aw033 progresses


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [36d74c97c36f14ae7b6ede653662711493470e2f]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:43:44 cl 1.1.2.4: fixed license files 2008/08/13 09:34:39 aw 1.1.2.3: #i39532# exchanged memcpy with rtl_zeroMemory for fedora build 2008/05/27 14:08:44 aw 1.1.2.2: #i39532# changes DEV300 m12 resync corrections 2006/05/12 11:29:59 aw 1.1.2.1: code for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [61a2a31d15e3ec052044b090715b74b209675312]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:43:44 cl 1.1.2.5: fixed license files 2008/08/12 13:35:19 aw 1.1.2.4: #i39532# changed from  to trl_zeroMemory usage 2008/05/27 14:08:44 aw 1.1.2.3: #i39532# changes DEV300 m12 resync corrections 2006/05/16 14:09:24 aw 1.1.2.2: handish adaptions after resync 2006/05/12 11:29:50 aw 1.1.2.1: code for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d3b0535f7b363d3f794e1533904dbf6d7d8048d7]

INTEGRATION: CWS aw033 (1.11.2); FILE MERGED 2008/05/27 14:08:43 aw 1.11.2.5: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:43:41 aw 1.11.2.4: RESYNC: (1.13-1.14); FILE MERGED 2007/08/09 22:03:16 aw 1.11.2.3: RESYNC: (1.12-1.13); FILE MERGED 2006/05/12 14:33:56 aw 1.11.2.2: RESYNC: (1.11-1.12); FILE MERGED 2006/05/12 11:39:25 aw 1.11.2.1: code changes for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2c49643ba21f1c904163842bfea93627c84d69cc]

INTEGRATION: CWS aw033 (1.8.2); FILE MERGED 2008/05/14 14:43:44 aw 1.8.2.2: RESYNC: (1.8-1.9); FILE MERGED 2006/05/12 11:39:24 aw 1.8.2.1: code changes for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [611924244ac3f2247f0d2770ceb0fb3093c6d640]

INTEGRATION: CWS aw033 (1.14.2); FILE MERGED 2008/05/14 14:43:51 aw 1.14.2.3: RESYNC: (1.15-1.16); FILE MERGED 2007/08/09 22:03:09 aw 1.14.2.2: RESYNC: (1.14-1.15); FILE MERGED 2006/05/12 11:39:24 aw 1.14.2.1: code changes for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9e3f438a5bf69ed7e6ef24ab8c027816bfdf06b5]

INTEGRATION: CWS aw033 (1.8.2); FILE MERGED 2008/05/27 14:08:43 aw 1.8.2.4: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:43:47 aw 1.8.2.3: RESYNC: (1.9-1.10); FILE MERGED 2006/05/12 14:33:28 aw 1.8.2.2: RESYNC: (1.8-1.9); FILE MERGED 2006/05/12 11:39:24 aw 1.8.2.1: code changes for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [12f42f440bce2ee225da6600a045394454e22c9e]

INTEGRATION: CWS aw033 (1.3.6); FILE MERGED 2008/05/27 14:08:43 aw 1.3.6.1: #i39532# changes DEV300 m12 resync corrections


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2c3346b8be67ed6e3c028be761a28764028909e9]

INTEGRATION: CWS aw033 (1.14.2); FILE MERGED 2008/05/27 14:08:43 aw 1.14.2.6: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:43:54 aw 1.14.2.5: RESYNC: (1.17-1.18); FILE MERGED 2007/08/09 22:03:01 aw 1.14.2.4: RESYNC: (1.16-1.17); FILE MERGED 2006/11/28 16:12:33 aw 1.14.2.3: RESYNC: (1.15-1.16); FILE MERGED 2006/05/12 14:33:10 aw 1.14.2.2: RESYNC: (1.14-1.15); FILE MERGED 2006/05/12 11:39:24 aw 1.14.2.1: code changes for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [cf8324bd7a795bcd4da55321e4c7114fa83d6352]

INTEGRATION: CWS aw033 (1.5.6); FILE MERGED 2008/05/27 14:08:43 aw 1.5.6.1: #i39532# changes DEV300 m12 resync corrections


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e5840f3e9a738c9c7b2c5aeb0d723e5c33f48019]

INTEGRATION: CWS aw033 (1.6.2); FILE MERGED 2008/05/14 14:43:37 aw 1.6.2.2: RESYNC: (1.6-1.7); FILE MERGED 2006/05/12 11:39:24 aw 1.6.2.1: code changes for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8aa7b3d626867d6d54ef22b212d2b4d08647e016]

INTEGRATION: CWS aw033 (1.12.2); FILE MERGED 2008/05/14 14:43:57 aw 1.12.2.3: RESYNC: (1.13-1.14); FILE MERGED 2007/08/09 22:02:54 aw 1.12.2.2: RESYNC: (1.12-1.13); FILE MERGED 2006/05/12 11:39:24 aw 1.12.2.1: code changes for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [5cb7f724c5e5b2875e35a2a98094957b984de4c3]

INTEGRATION: CWS aw033 (1.5.2); FILE MERGED 2008/05/27 14:08:43 aw 1.5.2.4: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:42:46 aw 1.5.2.3: RESYNC: (1.5-1.7); FILE MERGED 2007/11/07 14:24:28 aw 1.5.2.2: #i39532# committing to have a base for HDU 2006/05/12 11:38:01 aw 1.5.2.1: code changes for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ed8ce578f8892dbfa7ae6b3ce520b55c06d984d2]

INTEGRATION: CWS aw033 (1.5.2); FILE MERGED 2008/05/14 14:42:10 aw 1.5.2.4: RESYNC: (1.7-1.9); FILE MERGED 2006/09/26 14:46:07 aw 1.5.2.3: RESYNC: (1.6-1.7); FILE MERGED 2006/05/12 11:38:01 aw 1.5.2.2: code changes for primitive support 2005/10/28 11:21:57 aw 1.5.2.1: #i39532#


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4b9267b319c758b750bc4057fb824726e30d1579]

INTEGRATION: CWS aw033 (1.6.2); FILE MERGED 2008/05/27 14:08:43 aw 1.6.2.6: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:42:20 aw 1.6.2.5: RESYNC: (1.7-1.9); FILE MERGED 2007/11/07 14:24:28 aw 1.6.2.4: #i39532# committing to have a base for HDU 2006/05/12 14:32:36 aw 1.6.2.3: RESYNC: (1.6-1.7); FILE MERGED 2006/05/12 11:38:01 aw 1.6.2.2: code changes for primitive support 2005/10/28 11:21:56 aw 1.6.2.1: #i39532#


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [80bb6aa4fd1d8dfce69a4e190a7ac1263fd9c8c7]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:43:44 cl 1.1.2.3: fixed license files 2008/05/27 14:08:43 aw 1.1.2.2: #i39532# changes DEV300 m12 resync corrections 2006/05/12 11:37:39 aw 1.1.2.1: code for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [86e1c3cca540d5387e8194efc72dd8d73c6bb600]

INTEGRATION: CWS aw033 (1.5.2); FILE MERGED 2008/05/14 14:42:14 aw 1.5.2.4: RESYNC: (1.6-1.8); FILE MERGED 2007/11/01 16:43:10 thb 1.5.2.3: #i10000# gcc 4.2.1 build fixes 2006/09/26 14:45:59 aw 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2006/05/12 11:38:00 aw 1.5.2.1: code changes for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d03d7d5c3719416e12fa916d9e76f4dd5079f3e4]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:43:44 cl 1.1.2.2: fixed license files 2006/05/12 11:37:28 aw 1.1.2.1: code for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [34d32ae8ecb73a21e510d41f9f59b467319aefc7]

INTEGRATION: CWS aw033 (1.13.2); FILE MERGED 2008/07/11 11:38:06 aw 1.13.2.14: RESYNC: (1.18-1.19); FILE MERGED 2008/05/27 14:08:43 aw 1.13.2.13: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:42:23 aw 1.13.2.12: RESYNC: (1.16-1.18); FILE MERGED 2007/12/12 13:13:23 aw 1.13.2.11: #i39532# clipping changes 2007/11/26 11:18:22 aw 1.13.2.10: #i39532# reworked B2DPolygon default decomposition 2007/11/22 14:56:49 aw 1.13.2.9: #i39532# polygon bezier changes 2007/11/19 10:16:48 aw 1.13.2.8: #i39532# Lot of changes to make polygon stuff bezier-able 2007/11/07 14:24:28 aw 1.13.2.7: #i39532# committing to have a base for HDU 2007/10/17 10:41:19 aw 1.13.2.6: #i39532# support for reSegmentPolygonEdges 2007/08/09 22:02:46 aw 1.13.2.5: RESYNC: (1.15-1.16); FILE MERGED 2007/01/19 11:15:25 aw 1.13.2.4: RESYNC: (1.14-1.15); FILE MERGED 2006/05/12 14:32:28 aw 1.13.2.3: RESYNC: (1.13-1.14); FILE MERGED 2006/05/12 11:38:00 aw 1.13.2.2: code changes for primitive support 2005/10/28 11:21:56 aw 1.13.2.1: #i39532#


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [538f793a09ee0688977361bade4de7cb92fd1ada]

INTEGRATION: CWS aw033 (1.4.6); FILE MERGED 2008/05/27 14:08:43 aw 1.4.6.1: #i39532# changes DEV300 m12 resync corrections


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [bb50c6ae2691c0539450e34c3a5d81bf523ee7e2]

INTEGRATION: CWS aw033 (1.7.2); FILE MERGED 2008/05/14 14:42:30 aw 1.7.2.4: RESYNC: (1.8-1.9); FILE MERGED 2007/12/12 13:13:23 aw 1.7.2.3: #i39532# clipping changes 2007/12/03 13:53:13 aw 1.7.2.2: #i39532# checkin for resync 2005/10/28 11:21:56 aw 1.7.2.1: #i39532#


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [63ba490279aa74c168608fbb70e0faabd84abb8d]

INTEGRATION: CWS aw033 (1.13.12); FILE MERGED 2008/05/27 14:08:43 aw 1.13.12.4: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:42:17 aw 1.13.12.3: RESYNC: (1.13-1.15); FILE MERGED 2007/12/03 13:53:13 aw 1.13.12.2: #i39532# checkin for resync 2007/11/26 11:18:22 aw 1.13.12.1: #i39532# reworked B2DPolygon default decomposition


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a5915c77281e4e32a362f3a401bec4eb3194899e]

INTEGRATION: CWS aw033 (1.18.2); FILE MERGED 2008/06/24 15:26:17 aw 1.18.2.18: #i39532# corrections 2008/05/27 14:08:43 aw 1.18.2.17: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:42:43 aw 1.18.2.16: RESYNC: (1.21-1.23); FILE MERGED 2007/12/18 15:06:24 aw 1.18.2.15: #i39532# cleanup 2007/12/12 13:13:23 aw 1.18.2.14: #i39532# clipping changes 2007/11/27 11:56:54 aw 1.18.2.13: #i39532# added GetRange() to B2DPolygon 2007/11/26 11:18:22 aw 1.18.2.12: #i39532# reworked B2DPolygon default decomposition 2007/11/22 14:56:49 aw 1.18.2.11: #i39532# polygon bezier changes 2007/11/19 10:16:47 aw 1.18.2.10: #i39532# Lot of changes to make polygon stuff bezier-able 2007/11/07 14:24:28 aw 1.18.2.9: #i39532# committing to have a base for HDU 2007/10/17 10:41:19 aw 1.18.2.8: #i39532# support for reSegmentPolygonEdges 2007/09/20 09:48:16 aw 1.18.2.7: #i39532# added Waveline support and tiled polygon 2007/08/09 22:02:26 aw 1.18.2.6: RESYNC: (1.20-1.21); FILE MERGED 2007/04/23 07:09:52 hdu 1.18.2.5: add basegfx::tools::createSimplifiedPolygon() method 2006/11/28 16:12:21 aw 1.18.2.4: RESYNC: (1.19-1.20); FILE MERGED 2006/05/12 14:32:16 aw 1.18.2.3: RESYNC: (1.18-1.19); FILE MERGED 2006/05/12 11:38:00 aw 1.18.2.2: code changes for primitive support 2005/10/28 11:21:55 aw 1.18.2.1: #i39532#


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d70c10997f08b44df50998396132bb4551d676ab]

INTEGRATION: CWS aw033 (1.3.2); FILE MERGED 2008/05/14 14:42:35 aw 1.3.2.3: RESYNC: (1.4-1.5); FILE MERGED 2007/12/03 13:53:13 aw 1.3.2.2: #i39532# checkin for resync 2005/10/28 11:21:55 aw 1.3.2.1: #i39532#


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [5e8aeede3196eaf0764ae0874ba1ccfe11589429]

INTEGRATION: CWS aw033 (1.1.8); FILE MERGED 2008/05/14 14:42:26 aw 1.1.8.4: RESYNC: (1.2-1.3); FILE MERGED 2007/12/03 13:53:13 aw 1.1.8.3: #i39532# checkin for resync 2006/05/16 14:09:24 aw 1.1.8.2: handish adaptions after resync 2005/10/28 11:21:19 aw 1.1.8.1: #i39532#


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [bb6d1bde06eb6b1a50bae47f6333ac07fd909f80]

INTEGRATION: CWS aw033 (1.12.12); FILE MERGED 2008/05/27 14:08:43 aw 1.12.12.6: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:42:58 aw 1.12.12.5: RESYNC: (1.12-1.13); FILE MERGED 2007/12/03 13:53:13 aw 1.12.12.4: #i39532# checkin for resync 2007/11/27 11:56:54 aw 1.12.12.3: #i39532# added GetRange() to B2DPolygon 2007/11/26 11:18:22 aw 1.12.12.2: #i39532# reworked B2DPolygon default decomposition 2007/11/22 14:56:49 aw 1.12.12.1: #i39532# polygon bezier changes


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [66301010a2697cdce15c8cafa7ee0d326576a813]

INTEGRATION: CWS aw033 (1.3.2); FILE MERGED 2008/05/14 14:42:38 aw 1.3.2.5: RESYNC: (1.3-1.4); FILE MERGED 2007/11/22 14:56:49 aw 1.3.2.4: #i39532# polygon bezier changes 2007/11/19 10:16:47 aw 1.3.2.3: #i39532# Lot of changes to make polygon stuff bezier-able 2007/11/07 14:24:28 aw 1.3.2.2: #i39532# committing to have a base for HDU 2007/04/26 14:30:25 hdu 1.3.2.1: #i75669# added method createAreaGeometryForSimplePolygon()


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c1f0d268eb13d469c13cf89df32d07f860a45f3c]

INTEGRATION: CWS aw033 (1.10.2); FILE MERGED 2008/05/14 14:43:28 aw 1.10.2.3: RESYNC: (1.10-1.11); FILE MERGED 2008/05/14 09:16:13 aw 1.10.2.2: #i39532# aw033 progresses from git 2008/04/16 04:50:22 aw 1.10.2.1: #i39532# moved 3D default raster converter to basegfx


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c67847b879c55dc306691a800eff8db5fe0123eb]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:43:44 cl 1.1.2.3: fixed license files 2008/05/27 14:08:42 aw 1.1.2.2: #i39532# changes DEV300 m12 resync corrections 2006/05/12 11:28:09 aw 1.1.2.1: code for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f20cdb272f877e7d5e0d3871c6001834a25b22cd]

INTEGRATION: CWS aw033 (1.9.2); FILE MERGED 2008/05/16 09:22:42 aw 1.9.2.5: adaptions after resync 2008/05/14 14:44:00 aw 1.9.2.4: RESYNC: (1.11-1.13); FILE MERGED 2007/08/09 22:02:07 aw 1.9.2.3: RESYNC: (1.10-1.11); FILE MERGED 2007/01/19 11:15:18 aw 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED 2006/05/16 14:09:23 aw 1.9.2.1: handish adaptions after resync


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d9ca3ff5945d6773f1774d180ba5be102ecf78b9]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:43:43 cl 1.1.2.3: fixed license files 2008/05/27 14:08:42 aw 1.1.2.2: #i39532# changes DEV300 m12 resync corrections 2007/09/26 11:30:33 aw 1.1.2.1: #73860# matriox tooling to hold a amtrix in decomposed form


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6e6ea3f495ee028cd670c2baa4320922e4f2af66]

INTEGRATION: CWS aw033 (1.9.2); FILE MERGED 2008/05/14 14:43:05 aw 1.9.2.9: RESYNC: (1.11-1.12); FILE MERGED 2007/12/12 13:13:23 aw 1.9.2.8: #i39532# clipping changes 2007/11/22 14:56:49 aw 1.9.2.7: #i39532# polygon bezier changes 2007/11/19 10:16:47 aw 1.9.2.6: #i39532# Lot of changes to make polygon stuff bezier-able 2007/11/07 14:24:28 aw 1.9.2.5: #i39532# committing to have a base for HDU 2007/08/13 15:28:34 aw 1.9.2.4: #i39532# changes after resync 2007/08/09 22:01:58 aw 1.9.2.3: RESYNC: (1.10-1.11); FILE MERGED 2007/04/11 14:32:07 hdu 1.9.2.2: #i75669# cubic bezier curves can be loopy/spiky/complex: just splitting them up into simpler curves instead going all the way of splitting them up into line segments is preferable in many situations 2005/10/28 11:22:06 aw 1.9.2.1: #i39532#


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7c79ad8545541e200395f999d654e6a3f4c36b82]

INTEGRATION: CWS aw033 (1.9.12); FILE MERGED 2008/05/27 14:08:42 aw 1.9.12.3: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:43:01 aw 1.9.12.2: RESYNC: (1.9-1.10); FILE MERGED 2007/11/07 14:24:28 aw 1.9.12.1: #i39532# committing to have a base for HDU


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [15df9f25361ff62f4c264ada6cb858ad08485019]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:43:43 cl 1.1.2.4: fixed license files 2008/05/27 14:08:42 aw 1.1.2.3: #i39532# changes DEV300 m12 resync corrections 2007/11/01 16:43:09 thb 1.1.2.2: #i10000# gcc 4.2.1 build fixes 2006/06/02 13:51:56 aw 1.1.2.1: #i39523# added standard colorModifier


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b5aad8071cd0b6b52d6595ab2b6ed9e744a293f6]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:43:43 cl 1.1.2.8: fixed license files 2008/05/27 14:08:42 aw 1.1.2.7: #i39532# changes DEV300 m12 resync corrections 2008/05/16 09:22:42 aw 1.1.2.6: adaptions after resync 2008/05/14 09:16:12 aw 1.1.2.5: #i39532# aw033 progresses from git 2008/04/16 04:50:22 aw 1.1.2.4: #i39532# moved 3D default raster converter to basegfx 2007/12/18 15:05:59 aw 1.1.2.3: #i39532# added colorToDoubleSequence support for cancas 2007/09/26 11:32:12 aw 1.1.2.2: #i73860# constructor with luminosity added 2006/05/12 11:27:12 aw 1.1.2.1: code for primitive support


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c8993585c1bb20678fa29b07a72e26b3c8b4de62]

INTEGRATION: CWS aw033 (1.11.26); FILE MERGED 2008/05/14 13:43:38 aw 1.11.26.5: RESYNC: (1.13-1.14); FILE MERGED 2008/02/13 11:01:39 aw 1.11.26.4: formpdfexport re-added 2008/02/12 11:25:38 aw 1.11.26.3: RESYNC: (1.12-1.13); FILE MERGED 2007/08/09 13:40:54 aw 1.11.26.2: RESYNC: (1.11-1.12); FILE MERGED 2007/08/07 15:41:42 aw 1.11.26.1: #i39532# migrated describePDFControl to toolkit


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [49a58de1c9eeaff852c0b043778a188b37e81552]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:47 cl 1.1.2.2: fixed license files 2007/08/07 15:40:47 aw 1.1.2.1: #i39532# migrated describePDFControl to toolkit


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1d1541ac2d76949d856cb16ef42a0710469b9df8]

INTEGRATION: CWS aw033 (1.20.300); FILE MERGED 2008/08/19 15:54:08 cl 1.20.300.5: RESYNC: (1.23-1.24); FILE MERGED 2008/03/14 13:35:31 cl 1.20.300.4: RESYNC: (1.22-1.23); FILE MERGED 2008/02/12 11:25:35 aw 1.20.300.3: RESYNC: (1.21-1.22); FILE MERGED 2007/08/09 13:29:29 aw 1.20.300.2: RESYNC: (1.20-1.21); FILE MERGED 2007/08/07 15:41:25 aw 1.20.300.1: #i39532# migrated describePDFControl to toolkit


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [80fea0b82c23da1e82640c216faf94e75e309c48]

INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:47 cl 1.1.2.2: fixed license files 2007/08/07 15:40:13 aw 1.1.2.1: #i39532# migrated describePDFControl to toolkit


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ee81c74f7da8d06899854de76bdc115c501446a3]

INTEGRATION: CWS aw033 (1.13.14); FILE MERGED 2008/07/11 11:31:06 aw 1.13.14.5: RESYNC: (1.17-1.18); FILE MERGED 2008/05/14 13:29:14 aw 1.13.14.4: RESYNC: (1.15-1.17); FILE MERGED 2007/12/03 16:30:52 aw 1.13.14.3: RESYNC: (1.13-1.15); FILE MERGED 2007/11/22 15:08:12 aw 1.13.14.2: #i39532# polygon bezier changes 2007/11/20 12:56:29 aw 1.13.14.1: #i39532# adaptions to basegfx changes in aw033


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [697ef9867fad4f97a1c3812037514d417131d406]

INTEGRATION: CWS aw033 (1.13.14); FILE MERGED 2008/07/11 11:30:55 aw 1.13.14.5: RESYNC: (1.14-1.15); FILE MERGED 2008/05/14 13:29:20 aw 1.13.14.4: RESYNC: (1.13-1.14); FILE MERGED 2007/12/18 14:56:23 aw 1.13.14.3: #i39532# corrected clipping changes 2007/12/12 13:17:26 aw 1.13.14.2: #i39532# clipping changes 2007/12/04 11:11:38 aw 1.13.14.1: #i39532# changes after resync


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8c7d8e279e1f9f4d935dac052ac569dff0720fc2]

INTEGRATION: CWS aw033 (1.15.10); FILE MERGED 2008/07/11 11:30:46 aw 1.15.10.2: RESYNC: (1.15-1.16); FILE MERGED 2008/05/28 06:30:48 thb 1.15.10.1: Merge from canvas05 - fixing display of closed curves


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [38d8ee683b78154d21ecc0b49a6da2253e6320dc]

INTEGRATION: CWS dba31a (1.11.26); FILE MERGED 2008/07/04 20:39:27 fs 1.11.26.1: improved diagnostics for unknown value types


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f266b11f1beb0d93cb340c239fb95508f123cb29]

INTEGRATION: CWS dba31a (1.54.78); FILE MERGED 2008/06/06 07:51:20 oj 1.54.78.1: #i48161# rename button for address configure


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8294b0cf9ac121304cf6c0d01f90b400b54f7519]

INTEGRATION: CWS dba31a (1.27.78); FILE MERGED 2008/07/15 08:47:08 fs 1.27.78.1: #i91574#


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9a9617ffa7337b799b080f51ba76b07993bd161d]

INTEGRATION: CWS dba31a (1.240.62); FILE MERGED 2008/07/30 12:08:05 fs 1.240.62.3: RESYNC: (1.241-1.242); FILE MERGED 2008/07/16 06:15:45 fs 1.240.62.2: RESYNC: (1.240-1.241); FILE MERGED 2008/06/09 10:20:50 oj 1.240.62.1: #i88506# insert new flag to offer word boundary breaks


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [5eaac2e1951f7f9fe82bcf04f76faa22e7fc8d03]

INTEGRATION: CWS dba31a (1.23.64); FILE MERGED 2008/07/30 12:08:01 fs 1.23.64.2: RESYNC: (1.23-1.24); FILE MERGED 2008/06/09 10:20:50 oj 1.23.64.1: #i88506# insert new flag to offer word boundary breaks


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e6d719e3ce164bd2dcf0fd75d941f5b7d182929c]

INTEGRATION: CWS dba31a (1.29.62); FILE MERGED 2008/07/02 04:21:46 fs 1.29.62.1: better initial size for the DbgWindow


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [24de836ee451f97b60bca721e090d1883c6b7884]

INTEGRATION: CWS dba31a (1.7.64); FILE MERGED 2008/07/02 09:18:17 oj 1.7.64.2: RESYNC: (1.7-1.8); FILE MERGED 2008/06/09 10:20:50 oj 1.7.64.1: #i88506# insert new flag to offer word boundary breaks


2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [07ee0116ec31db4f375872449e85d4c5a0ba3e76]

INTEGRATION: CWS dba31a (1.7.14); FILE MERGED 2008/07/02 09:18:11 oj 1.7.14.3: RESYNC: (1.8-1.9); FILE MERGED 2008/06/24 12:13:42 oj 1.7.14.2: RESYNC: (1.7-1.8); FILE MERGED 2008/06/09 10:20:50 oj 1.7.14.1: #i88506# insert new flag to offer word boundary breaks


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [8e9fdc96951b3006b6d51bee7883c94a7ad23530]

INTEGRATION: CWS aquaupdateicon (1.126.42); FILE MERGED 2008/07/29 17:39:20 pl 1.126.42.1: #i92043# add: native menubar add buttons


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [a9fba553b3f770cd1b8cb391a2f916e533052105]

INTEGRATION: CWS aquaupdateicon (1.164.48); FILE MERGED 2008/07/31 14:18:51 pl 1.164.48.4: fix a warning 2008/07/31 13:57:06 pl 1.164.48.3: #i92043# tooltips for addmenu buttons on the mac 2008/07/30 12:17:58 pl 1.164.48.2: #i92043# implement native menu buttons 2008/07/29 17:39:20 pl 1.164.48.1: #i92043# add: native menubar add buttons


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [72f67df08d8593d86be2cad7d165b1ccdcc04069]

INTEGRATION: CWS aquaupdateicon (1.13.78); FILE MERGED 2008/07/31 14:06:25 pl 1.13.78.3: fix a warning 2008/07/30 12:17:58 pl 1.13.78.2: #i92043# implement native menu buttons 2008/07/29 17:39:19 pl 1.13.78.1: #i92043# add: native menubar add buttons


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [9307658dc02f5b856c8ae2b968ce9b908e508067]

INTEGRATION: CWS aquaupdateicon (1.6.110); FILE MERGED 2008/07/29 17:39:18 pl 1.6.110.1: #i92043# add: native menubar add buttons


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [bb653d62a63e9a1d8433a0df21bf93e5a660394c]

INTEGRATION: CWS aquaupdateicon (1.4.78); FILE MERGED 2008/07/31 13:57:06 pl 1.4.78.3: #i92043# tooltips for addmenu buttons on the mac 2008/07/30 12:17:58 pl 1.4.78.2: #i92043# implement native menu buttons 2008/07/29 17:39:18 pl 1.4.78.1: #i92043# add: native menubar add buttons


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [fb9c8708020c30eb0216cb917d2894042906de77]

INTEGRATION: CWS aquaupdateicon (1.5.78); FILE MERGED 2008/07/31 13:57:06 pl 1.5.78.2: #i92043# tooltips for addmenu buttons on the mac 2008/07/29 17:39:18 pl 1.5.78.1: #i92043# add: native menubar add buttons


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [ed6bdc8862949f387fa4af3ea19186e626e226d2]

INTEGRATION: CWS aquaupdateicon (1.5.42); FILE MERGED 2008/07/31 13:55:07 pl 1.5.42.2: #i92043# refactor for tiger, which has problems with NSStatusItems at exit, so use one and only one 2008/07/29 17:39:19 pl 1.5.42.1: #i92043# add: native menubar add buttons


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [b6495347c00751b248c8849ad92552b8308dea4c]

INTEGRATION: CWS aquaupdateicon (1.13.4); FILE MERGED 2008/07/31 13:55:07 pl 1.13.4.3: #i92043# refactor for tiger, which has problems with NSStatusItems at exit, so use one and only one 2008/07/30 12:17:58 pl 1.13.4.2: #i92043# implement native menu buttons 2008/07/29 17:39:19 pl 1.13.4.1: #i92043# add: native menubar add buttons


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [12b8c56eeeae068c25b85612ce2f06cd966ae767]

INTEGRATION: CWS aquaupdateicon (1.66.18); FILE MERGED 2008/07/30 12:35:29 pl 1.66.18.1: #i92043# do not forget to mirror


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [62c7ffa94d41e404cdf8113904f4f5454a24032e]

INTEGRATION: CWS aquaupdateicon (1.52.40); FILE MERGED 2008/07/31 13:55:07 pl 1.52.40.2: #i92043# refactor for tiger, which has problems with NSStatusItems at exit, so use one and only one 2008/07/29 17:39:19 pl 1.52.40.1: #i92043# add: native menubar add buttons


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [c39af8e72e276ef0da04a5dcb8ad6a307745e07a]

INTEGRATION: CWS aquaupdateicon (1.13.42); FILE MERGED 2008/07/31 13:55:06 pl 1.13.42.1: #i92043# refactor for tiger, which has problems with NSStatusItems at exit, so use one and only one


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [40eff6b8982b7e82cba461edc80d20863552f4c9]

INTEGRATION: CWS aquaupdateicon (1.4.78); FILE MERGED 2008/07/31 13:55:06 pl 1.4.78.2: #i92043# refactor for tiger, which has problems with NSStatusItems at exit, so use one and only one 2008/07/29 17:39:18 pl 1.4.78.1: #i92043# add: native menubar add buttons


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [a35eecfa58b0407e105727c4313ef209095f6ed2]

INTEGRATION: CWS aquaupdateicon (1.10.42); FILE MERGED 2008/07/31 13:55:06 pl 1.10.42.3: #i92043# refactor for tiger, which has problems with NSStatusItems at exit, so use one and only one 2008/07/30 12:17:58 pl 1.10.42.2: #i92043# implement native menu buttons 2008/07/29 17:39:18 pl 1.10.42.1: #i92043# add: native menubar add buttons


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [2865f9e2818ba68bce9fe89f151be47e6b24044c]

INTEGRATION: CWS aquaupdateicon (1.19.42); FILE MERGED 2008/07/29 17:39:18 pl 1.19.42.1: #i92043# add: native menubar add buttons


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [bd9585d155411a0d8b72993aff07ab8d794c1024]

INTEGRATION: CWS aquaupdateicon (1.22.42); FILE MERGED 2008/07/31 13:55:06 pl 1.22.42.1: #i92043# refactor for tiger, which has problems with NSStatusItems at exit, so use one and only one


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [e3602321ec3f5725db1d6ee8b534ef7ef5979377]

INTEGRATION: CWS vcl30stop2 (1.28.36); FILE MERGED 2008/07/25 09:03:20 pl 1.28.36.1: #i92121# make XInitThreads optional (but on by default)


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [4e23aebac20a543ecee851259ce404c06248df16]

INTEGRATION: CWS vcl30stop2 (1.154.102); FILE MERGED 2008/07/25 12:40:30 hdu 1.154.102.3: #i88973# PlanB: disable cairo for vertical text mode 2008/07/25 12:19:12 hdu 1.154.102.2: #i88973# WIP: vertical text mode for cairo 2008/07/25 11:03:15 hdu 1.154.102.1: #i88973# extract correct glyph index for cairo


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [e04113146a1431e2ae05186c15c792b7dcc78a06]

INTEGRATION: CWS vcl30stop2 (1.99.2); FILE MERGED 2008/07/24 13:26:37 pl 1.99.2.1: #i92081# MOD1 and MOD3 also should not create input in an Edit field


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [13508e1dc0e37d6d5c5739de1d6813e20a55345d]

INTEGRATION: CWS vcl30stop2 (1.62.70); FILE MERGED 2008/07/25 07:59:42 pl 1.62.70.1: #i92101# fix a typo (thanks dr)


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [4adbbdd50c20a056bab39c39a6b372c2ee3ce9c2]

INTEGRATION: CWS vcl30stop2 (1.66.14); FILE MERGED 2008/07/28 10:16:32 pl 1.66.14.1: #i92075# deadlocks fixed ?


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [66d7e2a59a88043b693fdda08e4cbaceaae1ea57]

INTEGRATION: CWS vcl30stop2 (1.26.38); FILE MERGED 2008/07/24 13:27:46 pl 1.26.38.1: #i92075# another place that needs to ensure an autorelease pool


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [77c6a3ea28f3004485ad4d76bb2ff80e67a8648e]

INTEGRATION: CWS vcl30stop2 (1.19.74); FILE MERGED 2008/07/28 09:54:13 pl 1.19.74.1: #i92075# protect timer call with solarmutex


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [0ebf9d162d8dc03b3bda09e7de4dd080b4d2b96b]

INTEGRATION: CWS vcl30stop3 (1.29.2); FILE MERGED 2008/08/01 12:45:50 pl 1.29.2.1: #i92367# fix some outline problems


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [cfa2ea7d6514d6bf69dcfc5d7b173282d673b8bf]

INTEGRATION: CWS vcl30stop3 (1.79.2); FILE MERGED 2008/08/01 12:45:49 pl 1.79.2.1: #i92367# fix some outline problems


2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [913af9a9d6c186a4737982eaeff80c7601fe12ab]

INTEGRATION: CWS vcl30stop3 (1.10.44); FILE MERGED 2008/08/04 10:44:18 hdu 1.10.44.3: #i92342# adjust the comments in GetTextBreak() 2008/08/04 09:07:44 hdu 1.10.44.2: #i92342# faster emulation of ATSUI based naive GetTextBreak() 2008/08/04 08:45:52 hdu 1.10.44.1: #i92342# emulate naive GetTextBreak() using ATSUI


2008-08-15  Kurt Zenker  <kz@openoffice.org>  [855580025d4f4aeeaedb2b420b49aaa9824a56d7]

INTEGRATION: CWS vcl30stop4_DEV300 (1.35.58); FILE MERGED 2008/08/08 10:09:36 hdu 1.35.58.1: #i92585# release cached image when context gets destroyed


2008-08-14  Kurt Zenker  <kz@openoffice.org>  [9cb80099790823bb5936bd73d10d889736552b2b]

INTEGRATION: CWS i18n44 (1.2.132); FILE MERGED 2008/07/23 23:07:46 khong 1.2.132.1: #i85411# Apply patch for ZWSP


2008-08-14  Kurt Zenker  <kz@openoffice.org>  [5c95518e10eac1ec0aae159d6aed99f1737e7526]

INTEGRATION: CWS i18n44 (1.2.230); FILE MERGED 2008/07/23 23:07:46 khong 1.2.230.1: #i85411# Apply patch for ZWSP


2008-08-14  Kurt Zenker  <kz@openoffice.org>  [309311264a8226c4d3898f0ffdee3a10df820d9a]

INTEGRATION: CWS i18n44 (1.3.314); FILE MERGED 2008/07/23 23:07:46 khong 1.3.314.1: #i85411# Apply patch for ZWSP


2008-08-14  Kurt Zenker  <kz@openoffice.org>  [9611cfd4508a6863ea99a7f4c73ef6e11fc972b9]

INTEGRATION: CWS i18n44 (1.5.214); FILE MERGED 2008/07/23 23:07:45 khong 1.5.214.1: #i85411# Apply patch for ZWSP


2008-08-14  Kurt Zenker  <kz@openoffice.org>  [401b8488e8c145a04033bb7106859edb05f19f9b]

INTEGRATION: CWS i18n44 (1.3.214); FILE MERGED 2008/07/23 23:07:45 khong 1.3.214.1: #i85411# Apply patch for ZWSP


2008-08-14  Kurt Zenker  <kz@openoffice.org>  [cae1f7eb5789076cca1eb390780f577aedf1433a]

INTEGRATION: CWS i18n44 (1.2.184); FILE MERGED 2008/07/23 23:07:45 khong 1.2.184.1: #i85411# Apply patch for ZWSP


2008-08-14  Kurt Zenker  <kz@openoffice.org>  [42610becb58370f7f5964ef4940fb73fb701e524]

INTEGRATION: CWS i18n44 (1.2.114); FILE MERGED 2008/07/23 23:07:45 khong 1.2.114.1: #i85411# Apply patch for ZWSP


2008-08-14  Kurt Zenker  <kz@openoffice.org>  [e0dc6d2828b2d4516005cd4050eae07f72ecc056]

INTEGRATION: CWS i18n44 (1.4.214); FILE MERGED 2008/07/23 23:07:45 khong 1.4.214.1: #i85411# Apply patch for ZWSP


2008-08-14  Kurt Zenker  <kz@openoffice.org>  [c7a195daf638663c3807ac00fe49132afa8253dc]

INTEGRATION: CWS i18n44 (1.5.214); FILE MERGED 2008/07/23 23:07:45 khong 1.5.214.2: #i85411# Apply patch for ZWSP 2008/07/23 07:35:04 khong 1.5.214.1: #i85411# Apply patch for ZWSP


2008-08-14  Kurt Zenker  <kz@openoffice.org>  [e7ca005ea0f8ef4c4019586e8a1ecff961006495]

INTEGRATION: CWS i18n44 (1.3.18); FILE MERGED 2008/07/23 23:07:45 khong 1.3.18.1: #i85411# Apply patch for ZWSP


2008-08-14  Kurt Zenker  <kz@openoffice.org>  [efaa49b0db923e7dd9e306ff51b652e79c1a0249]

INTEGRATION: CWS i18n44 (1.27.6); FILE MERGED 2008/07/24 16:12:44 khong 1.27.6.2: #i85411# Apply patch for ZWSP 2008/07/23 23:07:44 khong 1.27.6.1: #i85411# Apply patch for ZWSP


2008-08-06  Ivo Hinkelmann  <ihi@openoffice.org>  [2360757e6d747b9ce49e8e63cb12d29ba5b2c48c]

#i10000# #i92363# build fix


2008-08-06  Ivo Hinkelmann  <ihi@openoffice.org>  [751840ee3dc9e948125e2431b14d09c46f5415f1]

#i10000# #i92397# windows 2003 build fixes


2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [57d72a2e818c16ceda8bbeac0c7625e5033e5596]

INTEGRATION: CWS rmfreetype (1.13.60); FILE MERGED 2008/07/28 11:01:37 obr 1.13.60.1: #i52025#,#i52026# system freetype no longer optional


2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [cf8a32afa1081820e9692ce98b6a9ade07c5df50]

INTEGRATION: CWS rmfreetype (1.60.56); FILE MERGED 2008/06/04 04:59:47 obr 1.60.56.1: #i52025#,#i52026# freetype no longer in external


2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [70d740f89ee5bd70ed4322601ef79f01a0653b4b]

INTEGRATION: CWS rmfreetype (1.10.16); FILE MERGED 2008/07/28 11:01:14 obr 1.10.16.1: #i52025#,#i52026# system freetype no longer optional


2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [bf85bf98ec62dfd4472133ea6d0d49d1ea0b9a7b]

INTEGRATION: CWS register30 (1.9.98); FILE MERGED 2008/07/15 08:52:02 obr 1.9.98.2: #158122# moved from XDispatchProvider to XJobExecutor 2008/07/04 10:26:51 obr 1.9.98.1: #158122# new style registration added


2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [8b52c8b4771c1de3d4c5359d61d47f9202de96b1]

INTEGRATION: CWS vcl30stop1 (1.107.32); FILE MERGED 2008/07/21 17:47:07 pl 1.107.32.1: #i91917# fix ImplCalcLines


2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [e68a8204a4d200eed4d107aebbf9ffd9ac5ea7ce]

INTEGRATION: CWS vcl30stop1 (1.4.4); FILE MERGED 2008/07/22 14:54:28 pl 1.4.4.1: #i90747# more consistent Drop operations inside OOo


2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [2f794002ac9844b82ee9d687822f666a1fb8f6d4]

INTEGRATION: CWS vcl30stop1 (1.5.4); FILE MERGED 2008/07/22 14:53:50 pl 1.5.4.1: #i90747# generalize the fix for i89462


2008-07-31  Ivo Hinkelmann  <ihi@openoffice.org>  [1f250ddba90b4a63751de9ea2dc63403cf8efd60]

#i10000# masterfix build break


2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [532e40a76fc46aa8f5b997bc3c709e318759f174]

INTEGRATION: CWS layoutdialogs (1.2.2); FILE MERGED 2008/04/04 09:11:45 jcn 1.2.2.1: Remove comments from template and add generated marker.


2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [ba0e0fb6d4a4592b18a3d6cb9a3383a4466aad56]

INTEGRATION: CWS layoutdialogs (1.2.2); FILE MERGED 2008/07/30 11:29:33 rt 1.2.2.8: Update license header. 2008/04/04 09:11:45 jcn 1.2.2.7: Remove comments from template and add generated marker. 2008/04/01 07:44:09 jcn 1.2.2.6: Remove mRoot remark. 2008/03/31 19:55:33 cl 1.2.2.5: fixed console output under windows and made relativ path work with osl now 2008/03/30 13:36:56 cl 1.2.2.4: removed /root as a default for mRoot since it causes problems on windows 2008/03/28 10:12:37 cl 1.2.2.3: fixed file url 2008/03/27 13:09:53 jcn 1.2.2.2: Substitute TABs with 4 spaces. 2008/03/26 13:05:21 cl 1.2.2.1: fixing warnings


2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [52237e346e8ad7040479e074623fc12cf2385cb5]

INTEGRATION: CWS layoutdialogs (1.2.2); FILE MERGED 2008/07/30 11:29:33 rt 1.2.2.5: Update license header. 2008/05/22 07:14:01 jcn 1.2.2.4: Putting the expatlibs after the toolslibs fixes MacOsX ppc build.

build breaks on Mac/PPC X11 because of the linker-bug static libraries
must appear after the libs that use symbols from them.  (aqua is not
affected, since the added -lobjc misteriously "disables" that bug)

Thanks cloph!
2008/03/30 13:36:03 cl 1.2.2.3: build tralay by default
2008/03/26 15:29:33 jcn 1.2.2.2: Fix makefile header thinko.
2008/03/26 13:05:21 cl 1.2.2.1: fixing warnings

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [b300d87716028b81b3d816b72c30b30f2b4db14c]

INTEGRATION: CWS layoutdialogs (1.2.2); FILE MERGED 2008/07/30 11:29:33 rt 1.2.2.3: Update license header. 2008/03/27 13:09:53 jcn 1.2.2.2: Substitute TABs with 4 spaces. 2008/03/26 13:05:21 cl 1.2.2.1: fixing warnings


2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [ce7a0d79c6d911c28535c0970264da7a804fc324]

INTEGRATION: CWS layoutdialogs (1.2.2); FILE MERGED 2008/07/30 11:29:33 rt 1.2.2.4: Update license header. 2008/04/04 09:11:45 jcn 1.2.2.3: Remove comments from template and add generated marker. 2008/03/27 13:09:52 jcn 1.2.2.2: Substitute TABs with 4 spaces. 2008/03/26 13:05:21 cl 1.2.2.1: fixing warnings


2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [21852d3ee578bdeb734de611983ba8a5b5aa3328]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:18:03 rt 1.2.6.2: Update license header. 2008/03/20 11:56:32 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [97054d45df7214439e031445a80dddbba34696ab]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/04/04 09:13:34 jcn 1.2.6.2: Add template marker to XML dialog sources. 2008/03/20 11:56:32 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [1f4dac6109c2523bf6dd47ad41ea19e1356bcabf]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 12:36:31 jcn 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 11:56:32 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [e150878919300d4cc0e5a382b3c0d36d708e1beb]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 12:36:22 jcn 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 11:56:32 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [32dae7033013bafbd3bb85fe7c896922b4712756]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 12:36:25 jcn 1.2.6.4: RESYNC: (1.2-1.3); FILE MERGED 2008/03/27 13:08:19 jcn 1.2.6.3: Substitute TAB by 4 spaces. 2008/03/26 13:46:01 cl 1.2.6.2: fixing warnings 2008/03/20 11:56:32 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [11ec78b776d2c4cbdebc8cb2967f71933e861339]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:17:58 rt 1.2.6.2: Update license header. 2008/03/20 11:56:32 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [4faa31ee292ea598d022a8ae2497396925e03185]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:17:52 rt 1.2.6.3: Update license header. 2008/03/26 13:46:01 cl 1.2.6.2: fixing warnings 2008/03/20 11:56:32 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [b2fcdafb34d7c85b41fafe8d3153f94772b7b412]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/04/14 13:01:03 jcn 1.2.6.1: Remove stray -.  Fixes running of tabcontrol test.


2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [1d66266d93602d6cdacd10c2e3c43e0904799117]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:17:47 rt 1.2.6.2: Update license header. 2008/03/20 11:56:32 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [dd1434c830ab3dde72a8c9e7831cf8d42366caa9]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 12:36:28 jcn 1.2.6.3: RESYNC: (1.2-1.3); FILE MERGED 2008/07/30 11:17:41 rt 1.2.6.2: Update license header. 2008/03/20 11:56:32 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [e991b00eb38f4e9e1188ef9dd0a17630efc0ca09]

INTEGRATION: CWS layoutdialogs (1.1.2); FILE ADDED 2008/04/04 09:13:34 jcn 1.1.2.2: Add template marker to XML dialog sources. 2008/03/20 11:56:32 jcn 1.1.2.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [9ee2bc8d63fe766d80ad8d6a9a3b04f4426e1bee]

INTEGRATION: CWS layoutdialogs (1.1.2); FILE ADDED 2008/07/30 11:17:36 rt 1.1.2.2: Update license header. 2008/03/20 11:56:32 jcn 1.1.2.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [20cdb99ec08a8b2aa7b2673f6ea304d937b43ae4]

INTEGRATION: CWS layoutdialogs (1.1.2); FILE ADDED 2008/07/30 11:17:31 rt 1.1.2.2: Update license header. 2008/03/20 11:56:31 jcn 1.1.2.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [af5486edf37719c487cef3fc3cfad91033bdb957]

INTEGRATION: CWS layoutdialogs (1.1.2); FILE ADDED 2008/03/20 11:56:31 jcn 1.1.2.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [2e45a21c63c219874fb022f0f6d612e2c254bcf5]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:17:25 rt 1.2.6.5: Update license header. 2008/03/28 14:55:41 jcn 1.2.6.4: Workben build fix: do not link to removed libtklayout. Add error box for missing xml file. 2008/03/28 11:17:42 jcn 1.2.6.3: Move translation and installation of xml files to their svx and sw modules. 2008/03/20 12:59:35 jcn 1.2.6.2: Compile fix for WITH_LANG empty or ALL. 2008/03/20 11:56:31 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [7312b77996d8ddf3a04ff44b944a872ba604cd7a]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:17:20 rt 1.2.6.2: Update license header. 2008/03/20 11:56:31 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [92feb3e1c0c3056eb50809b9ac431913d515fcbe]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:17:14 rt 1.2.6.5: Update license header. 2008/03/28 09:53:22 cl 1.2.6.4: merged tklayout into tk lib 2008/03/27 13:08:19 jcn 1.2.6.3: Substitute TAB by 4 spaces. 2008/03/26 13:46:01 cl 1.2.6.2: fixing warnings 2008/03/20 11:56:31 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [46036609ef8477dddf6ee7e53abd586ec196d192]

INTEGRATION: CWS layoutdialogs (1.4.6); FILE MERGED 2008/07/30 12:35:59 jcn 1.4.6.3: RESYNC: (1.4-1.6); FILE MERGED 2008/03/28 09:39:07 cl 1.4.6.2: merged tklayout into tk lib 2008/03/20 11:56:29 jcn 1.4.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [cd70a4196190e74a328cdaaf396534d360a1ae72]

INTEGRATION: CWS layoutdialogs (1.23.6); FILE MERGED 2008/07/30 12:36:02 jcn 1.23.6.4: RESYNC: (1.23-1.25); FILE MERGED 2008/03/28 09:39:07 cl 1.23.6.3: merged tklayout into tk lib 2008/03/26 13:45:13 cl 1.23.6.2: fixed itklayout.lib name 2008/03/20 11:56:29 jcn 1.23.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [b21b1e93c6157bd58e8445a70a258858898d7240]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/04/04 09:13:34 jcn 1.2.6.1: Add template marker to XML dialog sources.


2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [c712b75ceb3da8fc85dc99cddd5e503a4635a7ad]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:17:08 rt 1.2.6.2: Update license header. 2008/03/20 11:56:29 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [3c4faefb34de3389d1ad698f6d9d4e89ae571dbd]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:17:03 rt 1.2.6.4: Update license header. 2008/03/28 09:50:42 cl 1.2.6.3: merged tklayout into tk lib 2008/03/26 13:42:01 cl 1.2.6.2: fixing warnings 2008/03/20 11:56:29 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [49e920f2ade8d63587643d201ac36b0c773283c7]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:16:57 rt 1.2.6.4: Update license header. 2008/03/27 13:08:19 jcn 1.2.6.3: Substitute TAB by 4 spaces. 2008/03/26 13:42:01 cl 1.2.6.2: fixing warnings 2008/03/20 11:56:29 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [eeff45c87539805c54efbfb8d148c09c43728314]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:16:51 rt 1.2.6.3: Update license header. 2008/03/28 09:50:42 cl 1.2.6.2: merged tklayout into tk lib 2008/03/20 11:56:29 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [84eafb77ab6bbaea0b8124de17ad2fa93a21a831]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:16:45 rt 1.2.6.4: Update license header. 2008/03/28 09:50:42 cl 1.2.6.3: merged tklayout into tk lib 2008/03/26 13:42:01 cl 1.2.6.2: fixing warnings 2008/03/20 11:56:29 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [effc640157a0ec3aafb1fee55687ed9dc953ffc3]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:16:38 rt 1.2.6.3: Update license header. 2008/03/28 09:50:42 cl 1.2.6.2: merged tklayout into tk lib 2008/03/20 11:56:29 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [fef12a23c1169a73efbef500e976ea896d7cfedf]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:16:33 rt 1.2.6.2: Update license header. 2008/03/20 11:56:28 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [bc92d32048a395df3184284409e6c1b1eee8b7c7]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 12:36:19 jcn 1.2.6.3: RESYNC: (1.2-1.3); FILE MERGED 2008/07/30 11:16:27 rt 1.2.6.2: Update license header. 2008/03/20 11:56:28 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [a129c3a2068e9e5aed53cc17d4cfe14d3d8a5438]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:16:22 rt 1.2.6.2: Update license header. 2008/03/20 11:56:28 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [5a088673fa0ecd71aba97a6830e625324354eb44]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:16:16 rt 1.2.6.2: Update license header. 2008/03/20 11:56:28 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [a53ad7f8e460e080329db2e65b156655b432b207]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:16:10 rt 1.2.6.3: Update license header. 2008/03/28 13:44:29 cl 1.2.6.2: fixed solaris compiler errors 2008/03/20 11:56:28 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [4ff0f6fbaa30888ed3dc386653313f7ea9a93545]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:16:05 rt 1.2.6.2: Update license header. 2008/03/20 11:56:28 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [2d6fde1cb115dda38c0f32692451a3cf8a3fe9ab]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:15:59 rt 1.2.6.5: Update license header. 2008/04/14 13:00:10 jcn 1.2.6.4: Make LayoutRoot and LayoutWidget public.  Fixes building of workben/layout/test. 2008/03/28 14:55:40 jcn 1.2.6.3: Workben build fix: do not link to removed libtklayout. Add error box for missing xml file. 2008/03/26 13:39:00 cl 1.2.6.2: fixing warnings 2008/03/20 11:56:28 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [cde35fb9fe4dc8acad584f9be3682010e9513721]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:15:53 rt 1.2.6.8: Update license header. 2008/04/03 08:03:18 jcn 1.2.6.7: Add missing include.  Fixes build with gcc 4.1.2. 2008/03/28 16:31:30 jcn 1.2.6.6: Add developer's error box with print for missing sax parser. 2008/03/28 16:20:46 jcn 1.2.6.5: Add error box for sax parse errors, for developers. 2008/03/28 15:34:42 jcn 1.2.6.4: Nitpick 2008/03/28 14:55:40 jcn 1.2.6.3: Workben build fix: do not link to removed libtklayout. Add error box for missing xml file. 2008/03/26 13:39:00 cl 1.2.6.2: fixing warnings 2008/03/20 11:56:28 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [09728f1b10b1fe3aa0155f2adf8b69a862454091]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:15:46 rt 1.2.6.2: Update license header. 2008/03/20 11:56:28 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [89012da424fa7770d2a3fcf07eaf24576b44afb0]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:15:40 rt 1.2.6.4: Update license header. 2008/03/28 09:49:54 cl 1.2.6.3: merged tklayout into tk lib 2008/03/26 13:39:00 cl 1.2.6.2: fixing warnings 2008/03/20 11:56:28 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [a5bec620f0cb61827b5e0a41965de1e64d1232ba]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:15:34 rt 1.2.6.2: Update license header. 2008/03/20 11:56:28 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [c534ec8b5f37eb6399dd56988237182e827656de]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:15:28 rt 1.2.6.3: Update license header. 2008/03/28 09:49:53 cl 1.2.6.2: merged tklayout into tk lib 2008/03/20 11:56:28 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [f8e43b4e7bec618104d775e0c6b774c8248fe771]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:15:22 rt 1.2.6.2: Update license header. 2008/03/20 11:56:28 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [3dacdaf7bbe8b87e169c93ff5bcbfce1727d3eb6]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:15:17 rt 1.2.6.3: Update license header. 2008/03/28 09:49:53 cl 1.2.6.2: merged tklayout into tk lib 2008/03/20 11:56:28 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [16d4e0c12388af4132623f168f8a4bc8e3b47268]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:15:10 rt 1.2.6.4: Update license header. 2008/03/27 13:07:56 jcn 1.2.6.3: Make ActionListenerMultiplexer and createWidget public. 2008/03/26 13:39:00 cl 1.2.6.2: fixing warnings 2008/03/20 11:56:28 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [16506389e5b5747fc52ae5d91d56b83e7a1cd72e]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:15:04 rt 1.2.6.5: Update license header. 2008/04/07 20:06:56 cl 1.2.6.4:  commented anoying assertion 2008/03/28 09:49:53 cl 1.2.6.3: merged tklayout into tk lib 2008/03/26 13:38:59 cl 1.2.6.2: fixing warnings 2008/03/20 11:56:28 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [94be76d73c0e79882b65d1f59ce2cfbfc2ee88a7]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:14:58 rt 1.2.6.3: Update license header. 2008/03/28 13:44:29 cl 1.2.6.2: fixed solaris compiler errors 2008/03/20 11:56:28 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [38f6571c24df9ed1f9cbd3aefcdf7027eda5c382]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:14:53 rt 1.2.6.2: Update license header. 2008/03/20 11:56:27 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [55f4cef002a1f9c68ab5a803d1daed5f8a1f4e8b]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:14:47 rt 1.2.6.2: Update license header. 2008/03/20 11:56:27 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [cef551a93c120b8bb5f6058f09874408ebf98d13]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:14:42 rt 1.2.6.3: Update license header. 2008/03/28 09:48:25 cl 1.2.6.2: merged tklayout into tk lib 2008/03/20 11:56:27 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [cd93c5b977aee3a3d202a67831382815619b321b]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:14:36 rt 1.2.6.2: Update license header. 2008/03/20 11:56:27 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [dab1e117c51eb48fbd4c0cb30366d561250d56d3]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:14:31 rt 1.2.6.3: Update license header. 2008/04/14 19:37:20 ericb 1.2.6.2: fix typo in dialogbuttonhbox.cxx (build was broken on Mac OS X) 2008/03/20 11:56:27 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [fa0a3b9cffc89af090021c4ec8df104d7751604c]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:14:26 rt 1.2.6.2: Update license header. 2008/03/20 11:56:27 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [14a4022e9ad8f2aaecfb0988c1829656ba4a88e0]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:14:20 rt 1.2.6.3: Update license header. 2008/04/07 20:05:46 cl 1.2.6.2: commented strange assertion 2008/03/20 11:56:27 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [2f984c34a7e754dbc88426e8bb522701d58dc487]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 12:36:16 jcn 1.2.6.6: RESYNC: (1.2-1.3); FILE MERGED 2008/04/07 20:04:55 cl 1.2.6.5: do not fail if given path is already a valid file url 2008/03/28 09:46:07 cl 1.2.6.4: fixed file url 2008/03/27 13:08:18 jcn 1.2.6.3: Substitute TAB by 4 spaces. 2008/03/26 13:38:59 cl 1.2.6.2: fixing warnings 2008/03/20 11:56:27 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [08c40fd725c3a2d98dd91a5a4dfdb1e6fb421907]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:14:15 rt 1.2.6.3: Update license header. 2008/03/28 13:44:29 cl 1.2.6.2: fixed solaris compiler errors 2008/03/20 11:56:27 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [61ef0aa90e84b8aff32d86b320d7fb670453ee48]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:14:08 rt 1.2.6.2: Update license header. 2008/03/20 11:56:27 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [f7fd1886593012ac85fa630e2144bd62256c04e8]

INTEGRATION: CWS layoutdialogs (1.1.2); FILE ADDED 2008/07/30 11:14:02 rt 1.1.2.3: Update license header. 2008/03/28 13:44:29 cl 1.1.2.2: fixed solaris compiler errors 2008/03/21 07:47:07 jcn 1.1.2.1: Oops, add missing box-base.


2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [09a244a1895da985821c5a369f35af92e549b5a1]

INTEGRATION: CWS layoutdialogs (1.1.2); FILE ADDED 2008/07/30 11:13:57 rt 1.1.2.2: Update license header. 2008/03/21 07:47:07 jcn 1.1.2.1: Oops, add missing box-base.


2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [b41797479aca5732051cfa216dee175b94e31894]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:13:51 rt 1.2.6.2: Update license header. 2008/03/20 11:56:27 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [9bd58dedd3c57fa8c5ba00fde4fca51a7630af71]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:13:46 rt 1.2.6.2: Update license header. 2008/03/20 11:56:27 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [0a56b1cdf786aebfdf7189cf63664ef8aa6623a8]

INTEGRATION: CWS layoutdialogs (1.18.26); FILE MERGED 2008/07/30 12:36:13 jcn 1.18.26.2: RESYNC: (1.18-1.19); FILE MERGED 2008/03/28 09:40:51 cl 1.18.26.1: merged tklayout into tk lib


2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [e4d3b179704fe7c756d2e1fab66ee5df30dcf47e]

INTEGRATION: CWS layoutdialogs (1.67.26); FILE MERGED 2008/07/30 12:29:07 jcn 1.67.26.2: Resync to m28. 2008/03/20 11:56:27 jcn 1.67.26.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [49cdfc27aeff13e69664296646efba2600c596a1]

INTEGRATION: CWS layoutdialogs (1.85.26); FILE MERGED 2008/07/30 12:29:07 jcn 1.85.26.2: Resync to m28. 2008/03/20 11:56:26 jcn 1.85.26.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [c6a40c91c6656cee2d27ceec452e33efd1359c3c]

INTEGRATION: CWS layoutdialogs (1.12.30); FILE MERGED 2008/07/30 12:29:07 jcn 1.12.30.4: Resync to m28. 2008/03/28 13:04:07 cl 1.12.30.3: fixed a solaris build problem 2008/03/26 13:32:18 cl 1.12.30.2: fixing warnings 2008/03/20 11:56:26 jcn 1.12.30.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [ba50189165e96d2be0a0c9e4ea5d61e0a0794dac]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:13:41 rt 1.2.6.6: Update license header. 2008/03/28 13:45:13 cl 1.2.6.5: fixed solaris compiler errors 2008/03/28 13:28:51 cl 1.2.6.4: fixed a solaris build problem 2008/03/28 13:14:18 cl 1.2.6.3: fixed a solaris build problem 2008/03/26 13:32:18 cl 1.2.6.2: fixing warnings 2008/03/20 11:56:26 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [93f48426bf6c9d5eebc5fbfa73bcc8915de0a8a2]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:13:35 rt 1.2.6.4: Update license header. 2008/03/27 13:08:18 jcn 1.2.6.3: Substitute TAB by 4 spaces. 2008/03/26 13:32:18 cl 1.2.6.2: fixing warnings 2008/03/20 11:56:26 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [4692fc613aa477722ed6e686705b17ec61ed29e6]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:13:29 rt 1.2.6.5: Update license header. 2008/03/28 13:45:13 cl 1.2.6.4: fixed solaris compiler errors 2008/03/28 13:28:51 cl 1.2.6.3: fixed a solaris build problem 2008/03/28 13:14:18 cl 1.2.6.2: fixed a solaris build problem 2008/03/20 11:56:26 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [b916df50ee27f6ea6723d1cde02ddfb5427087c5]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:13:24 rt 1.2.6.4: Update license header. 2008/03/27 13:08:18 jcn 1.2.6.3: Substitute TAB by 4 spaces. 2008/03/26 13:32:18 cl 1.2.6.2: fixing warnings 2008/03/20 11:56:26 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [4482796434ccbb5ce288a7b152eb6a8c5e91480d]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:13:18 rt 1.2.6.3: Update license header. 2008/03/28 13:14:18 cl 1.2.6.2: fixed a solaris build problem 2008/03/20 11:56:26 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [d47b331a0a587d137186f83db5a03b1bb9c40352]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:13:13 rt 1.2.6.5: Update license header. 2008/03/28 13:45:13 cl 1.2.6.4: fixed solaris compiler errors 2008/03/27 13:08:18 jcn 1.2.6.3: Substitute TAB by 4 spaces. 2008/03/26 13:32:17 cl 1.2.6.2: fixing warnings 2008/03/20 11:56:26 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [ca04a2850206377335aab8875e38b091aab838be]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:13:07 rt 1.2.6.3: Update license header. 2008/03/28 13:14:17 cl 1.2.6.2: fixed a solaris build problem 2008/03/20 11:56:26 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [76c14d8cc4c05cdebde57355a4c37b97dd4a5f7b]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:13:02 rt 1.2.6.5: Update license header. 2008/03/28 13:45:13 cl 1.2.6.4: fixed solaris compiler errors 2008/03/27 13:08:18 jcn 1.2.6.3: Substitute TAB by 4 spaces. 2008/03/26 13:32:17 cl 1.2.6.2: fixing warnings 2008/03/20 11:56:26 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [3d032abcb3ba0be4f6e837ce24cd56e3928bccb4]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:12:56 rt 1.2.6.4: Update license header. 2008/03/28 13:19:45 cl 1.2.6.3: fixed a solaris build problem 2008/03/28 13:14:17 cl 1.2.6.2: fixed a solaris build problem 2008/03/20 11:56:26 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [84db8d72faa326da798da0a8e21506819918e629]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:12:50 rt 1.2.6.6: Update license header. 2008/03/28 13:45:13 cl 1.2.6.5: fixed solaris compiler errors 2008/03/28 13:19:45 cl 1.2.6.4: fixed a solaris build problem 2008/03/27 13:08:17 jcn 1.2.6.3: Substitute TAB by 4 spaces. 2008/03/26 13:32:17 cl 1.2.6.2: fixing warnings 2008/03/20 11:56:26 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [c6f9559308e8bd6fcebba091f6750dd6c1b1779d]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:12:44 rt 1.2.6.3: Update license header. 2008/03/26 13:32:17 cl 1.2.6.2: fixing warnings 2008/03/20 11:56:26 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [264ea46102705f925450bd6f562f0a223e331f15]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:12:38 rt 1.2.6.3: Update license header. 2008/03/28 09:40:05 cl 1.2.6.2: merged tklayout into tk lib 2008/03/20 11:56:26 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [6cb506a1cd95321f476b4d80199b697514872de8]

INTEGRATION: CWS layoutdialogs (1.33.6); FILE MERGED 2008/07/30 12:29:06 jcn 1.33.6.3: Resync to m28. 2008/03/28 09:40:05 cl 1.33.6.2: merged tklayout into tk lib 2008/03/20 11:56:26 jcn 1.33.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [b6126a4b034f5914ed14bd8e4c6cc2309e898195]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:12:32 rt 1.2.6.2: Update license header. 2008/03/20 11:56:25 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [219fb11667c4d6e8f4bb54d8537a43c40760da02]

INTEGRATION: CWS layoutdialogs (1.23.4); FILE MERGED 2008/03/28 11:17:42 jcn 1.23.4.3: Move translation and installation of xml files to their svx and sw modules. 2008/03/28 09:37:09 cl 1.23.4.2: merged tklayout into tk lib 2008/03/26 13:44:43 cl 1.23.4.1: fixed itklayout.lib name


2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [c7e36f959c10f5e06b5cd84992239c21fd12837f]

INTEGRATION: CWS layoutdialogs (1.5.6); FILE MERGED 2008/03/26 13:45:00 cl 1.5.6.1: removed workben/layout from build for now


2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [38cc13f01c51a2e89f51484995f403a661111480]

INTEGRATION: CWS layoutdialogs (1.39.26); FILE MERGED 2008/07/30 12:36:39 jcn 1.39.26.3: RESYNC: (1.39-1.40); FILE MERGED 2008/03/28 14:54:34 jcn 1.39.26.2: Remove unneeded DLL_PUBLICs now that libtklayout is dissolved into libtk. 2008/03/20 11:56:25 jcn 1.39.26.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [ad19217c0a8c59a229554fac1ab808ab79476afb]

INTEGRATION: CWS layoutdialogs (1.5.30); FILE MERGED 2008/07/30 12:36:45 jcn 1.5.30.5: RESYNC: (1.5-1.6); FILE MERGED 2008/03/28 13:04:27 cl 1.5.30.4: fixed a solaris build problem 2008/03/27 13:08:17 jcn 1.5.30.3: Substitute TAB by 4 spaces. 2008/03/26 13:14:00 cl 1.5.30.2: fixing warnings 2008/03/20 11:56:25 jcn 1.5.30.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [65a65dcc5f199d6962982e7b1c8261df6c821b5f]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:12:27 rt 1.2.6.3: Update license header. 2008/03/26 13:11:40 cl 1.2.6.2: fixing warnings 2008/03/20 11:56:25 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [25b0202ced47a18c88a250f9a2b3830ce70dd083]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:12:22 rt 1.2.6.3: Update license header. 2008/03/28 09:51:22 cl 1.2.6.2: merged tklayout into tk lib 2008/03/20 11:56:25 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [06080891acb255218d5c8fca47571146325e1345]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:11:39 rt 1.2.6.2: Update license header. 2008/03/20 11:56:25 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [261c85872ec0df02cd768a5e08e030f9451f697c]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/07/30 11:12:10 rt 1.2.6.2: Update license header. 2008/03/20 11:56:24 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [90c08ee7b13f77939761e34733c526d10339dc23]

INTEGRATION: CWS layoutdialogs (1.2.6); FILE MERGED 2008/03/20 11:56:24 jcn 1.2.6.1: Update from http://lilypond.org/~janneke/vc/toolkit.git/.git

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxwindow.cxx: Fix compile warning.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Revert obsolete VERSION addition.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/controls/dialogcontrol.cxx,
	source/controls/unocontrol.cxx, source/helper/tkresmgr.cxx,
	util/defs/wntmsci11: Revert weird initial patch.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Doc update.

2008-03-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.xml: Implement
	MoreButton.  TODO: images.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
	redrawAlready to redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, source/vclcompat/wbutton.cxx: Step
	towards cleaner redraw.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/layout/helper.cxx,
	source/vclcompat/wbutton.cxx, workben/layout/recover.cxx,
	workben/layout/recover.hxx: Extract AdvancedButton implementation
	from recover.cxx into new widget.

2008-03-19  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Update recover dialog, make
	advanced/simple switching work.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx: In test mode, enable everything.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/localize.sdf: Manually add new translatable strings
	and translations for de, nl.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.xml: Update zoom to have hbox of Zoom factor
	and View layout alongside each other.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/zoom.cxx, workben/layout/zoom.hxx,
	workben/layout/zoom.xml: Merge upstream's zoom.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/vclcompat/wbutton.cxx, source/vclcompat/wrapper.hxx:
	Nitpick, debugging aid.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/vclcompat/wrapper.cxx: Implement
	FixedLine.IsEnabled().

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* util/makefile.mk: Build lib name fix.

2008-03-14  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/vclcompat/wcontainer.cxx,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml: Complete VBox/HBox wrappers.  Not use
	them in recover, spacing still wrong.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/recover.cxx,
	workben/layout/recover.hxx, workben/layout/recover.xml: More
	recovery dialog mockuping.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.cxx: Implement visibility of
	elements/containers better.

2008-03-13  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/layout/import.cxx, source/layout/proplist.cxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx:
	Implement FixedImage.  Needed for recovery dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/box-base.hxx, workben/layout/editor.cxx: Give
	ChildData virtual distructor.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, source/layout/helper.cxx,
	source/vclcompat/makefile.mk, source/vclcompat/wrapper.cxx,
	util/makefile.mk, workben/layout/makefile.mk,
	workben/layout/recover.cxx, workben/layout/recover.hxx,
	workben/layout/recover.xml, workben/layout/test.cxx: Stab at new
	recover dialog.

2008-02-28  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/editor.cxx: Do not clear fresh container.  Disable
	debug printing.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
	wordcount.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
	ID for displaying dialogs.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, workben/layout/localize.sdf,
	workben/layout/wordcount.xml, workben/layout/zoom.xml: Add strings
	for all languages.

2008-02-27  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/box-base.cxx,
	source/layout/box-base.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/flow.cxx, source/layout/helper.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/root.cxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx: Clean-up
	code duplication from layout: new Box_Base class implements
	addChild, removeChild, getChildren, getChildProperties for Box,
	Table, VCLXSplitter, VCLXTabControl.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/root.cxx: Document more fixmes.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/proplist.cxx: Remove m237
	workaround.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/layout/helper.cxx: More comment cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxtabcontrol.cxx, source/layout/box.cxx,
	source/layout/container.cxx, source/vclcompat/wrapper.cxx:
	Commented-out code cleanups.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout-post.hxx, inc/layout/layout-pre.hxx,
	inc/layout/layout.hxx, inc/layout/layoutcore.hxx,
	source/awt/forward.hxx, source/awt/vclxbutton.cxx,
	source/awt/vclxbutton.hxx, source/awt/vclxdialog.cxx,
	source/awt/vclxdialog.hxx, source/awt/vclxfixedline.cxx,
	source/awt/vclxfixedline.hxx, source/awt/vclxscroller.cxx,
	source/awt/vclxscroller.hxx, source/awt/vclxsplitter.cxx,
	source/awt/vclxsplitter.hxx, source/awt/vclxtabcontrol.cxx,
	source/awt/vclxtabcontrol.hxx, source/layout/bin.cxx,
	source/layout/bin.hxx, source/layout/box.cxx,
	source/layout/box.hxx, source/layout/container.cxx,
	source/layout/container.hxx, source/layout/dialogbuttonhbox.cxx,
	source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
	source/layout/factory.hxx, source/layout/flow.cxx,
	source/layout/flow.hxx, source/layout/helper.cxx,
	source/layout/helper.hxx, source/layout/import.cxx,
	source/layout/import.hxx, source/layout/makefile.mk,
	source/layout/precompiled_xmlscript.hxx,
	source/layout/proplist.cxx, source/layout/proplist.hxx,
	source/layout/root.cxx, source/layout/root.hxx,
	source/layout/table.cxx, source/layout/table.hxx,
	source/layout/timer.cxx, source/layout/timer.hxx,
	source/layout/translate.cxx, source/layout/translate.hxx,
	source/vclcompat/makefile.mk, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wfield.cxx,
	source/vclcompat/wrapper.cxx, source/vclcompat/wrapper.hxx,
	workben/layout/editor.cxx, workben/layout/editor.hxx,
	workben/layout/makefile.mk, workben/layout/simple-paragraph.cxx,
	workben/layout/simple-paragraph.hxx, workben/layout/test.cxx,
	workben/layout/uno.hxx, workben/layout/zoom_def.hxx: Add licence
	headers.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* workben/layout/meekfile.mk: Junk meekfile.mk

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO: Update TODO.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx, source/awt/vclxwindow.cxx,
	source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
	from VCLXWindow's switch to method.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, inc/toolkit/awt/vclxtopwindow.hxx,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxtopwindow.cxx: Remove code duplication from
	VCLXDialog.

2008-02-26  Jan Nieuwenhuizen <janneke@gnu.org>

	* source/awt/vclxdialog.cxx, source/vclcompat/wbutton.cxx,
	source/vclcompat/wcontainer.cxx, source/vclcompat/wrapper.hxx:
	Comment cleanup.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/layout/helper.hxx,
	workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
	remaining SUN warnings.

2008-02-21  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/layout/layout.hxx, source/awt/vclxfixedline.hxx,
	source/layout/byteseq.cxx, source/layout/helper.hxx,
	source/layout/import.cxx, source/layout/makefile.mk,
	source/layout/proplist.cxx, source/layout/translate.hxx,
	source/vclcompat/wbutton.cxx, source/vclcompat/wcontainer.cxx,
	source/vclcompat/wfield.cxx, source/vclcompat/wrapper.cxx,
	source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
	sunstudio12 warnings.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* doc/layout/TODO, source/awt/makefile.mk,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxproxy.cxx, source/awt/vclxproxy.hxx,
	source/layout/helper.cxx: Junk VCLXProxy.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* inc/toolkit/awt/vclxwindows.hxx,
	inc/toolkit/helper/listenermultiplexer.hxx,
	source/awt/vclxbutton.cxx, source/awt/vclxbutton.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/helper.cxx: Hello world on AWTVCLXCancelButton() label
	and images.

2008-02-20  Jan Nieuwenhuizen <janneke@gnu.org>

	* .gitignore, source/awt/forward.hxx, source/awt/makefile.mk,
	source/awt/vclxdialog.cxx, source/awt/vclxdialog.hxx,
	source/awt/vclxfixedline.cxx, source/awt/vclxfixedline.hxx,
	source/awt/vclxscroller.cxx, source/awt/vclxscroller.hxx,
	source/awt/vclxsplitter.cxx, source/awt/vclxsplitter.hxx,
	source/awt/vclxtabcontrol.cxx, source/awt/vclxtabcontrol.hxx,
	source/layout/makefile.mk, workben/layout/localize-de.sdf,
	workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
	headers in awt.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [cca5aa8745d30a1b89e1232143168ea1af117f32]

INTEGRATION: CWS vcl91 (1.14.84); FILE MERGED 2008/07/21 11:14:00 cl 1.14.84.1: #i91410# fixed windows builds for older compilers


2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [95ef17b7ee5a118924d557f8f8c1200857c23cd2]

INTEGRATION: CWS vcl91 (1.14.2); FILE MERGED 2008/07/11 17:07:48 thb 1.14.2.1: #i91496# Correctly setup struct size for SystemChildData


2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [c48ae39b92b09a2873adb0d4d723648bebdee252]

INTEGRATION: CWS vcl91 (1.83.2); FILE MERGED 2008/07/11 17:07:48 thb 1.83.2.1: #i91496# Correctly setup struct size for SystemChildData


2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [e28ebf85f4a8c0f24fa9de00369e567a04855c0b]

INTEGRATION: CWS vcl91 (1.28.82); FILE MERGED 2008/07/21 12:19:13 hdu 1.28.82.7: #i90639# fully support SAL_DISABLE_NATIVE_ALPHA debugging in OutputDevice::DrawTransparent() 2008/07/18 11:25:40 hdu 1.28.82.6: OutputDevice::DrawTransparentColor(): another round of minor cleanups 2008/07/18 10:34:44 hdu 1.28.82.5: OutputDevice::DrawTransparentColor(): get rid of stupid compiler warnings 2008/07/18 10:29:17 hdu 1.28.82.4: OutputDevice::DrawTransparentColor(): remove some redundancies 2008/07/18 10:05:18 hdu 1.28.82.3: OutputDevice::DrawTransparentColor(): short circuit for painting opaque or invisible polygons 2008/07/18 09:58:00 hdu 1.28.82.2: OutputDevice::DrawTransparentColor() seems to assume that the border should NOT be drawn as transparent??? 2008/07/17 18:42:33 hdu 1.28.82.1: OutputDevice::DrawTransparentColor(): prevent use of the slow and complex emulation layers if possible


2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [17f952219ec6aae53ea6c9a15e5261da8df36bd2]

INTEGRATION: CWS vcl91 (1.29.22); FILE MERGED 2008/07/21 12:16:00 pl 1.29.22.1: #158236# solve clipping problems


2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [e346fffe2366e6a9ae8e475ac448c017e174c0ab]

INTEGRATION: CWS vcl91 (1.12.8); FILE MERGED 2008/07/21 12:16:00 pl 1.12.8.1: #158236# solve clipping problems


2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [07c84eb899e6fb149fd02ebdbb1f12ae4638ab48]

INTEGRATION: CWS vcl91 (1.10.8); FILE MERGED 2008/07/21 12:56:25 pl 1.10.8.1: #i91865# prevent recursion


2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [00c1b736fcc4dea8282be5dd65dc831d9d013591]

INTEGRATION: CWS vcl91 (1.14.8); FILE MERGED 2008/07/21 12:16:01 pl 1.14.8.1: #158236# solve clipping problems


2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [14547fcd3b1e2070ab7d527fc56fe85ae78801ff]

INTEGRATION: CWS vcl91 (1.20.8); FILE MERGED 2008/07/21 12:16:01 pl 1.20.8.1: #158236# solve clipping problems


2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [debf47ceb985dc6ee15c9cad6be294f06bedb364]

INTEGRATION: CWS vcl91 (1.77.8); FILE MERGED 2008/07/21 12:16:01 pl 1.77.8.1: #158236# solve clipping problems


2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [2b7c775e3d5dc0e5b970eb303845ad0c920e52e4]

INTEGRATION: CWS vcl91 (1.52.8); FILE MERGED 2008/07/21 12:16:01 pl 1.52.8.1: #158236# solve clipping problems


2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [43031a040015b7babe5e041b3b9a6ce55ab36a10]

INTEGRATION: CWS vcl91 (1.43.8); FILE MERGED 2008/07/21 12:16:00 pl 1.43.8.1: #158236# solve clipping problems


2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [e0861ab858166d2725892adec9ceec58eec73afc]

INTEGRATION: CWS vcl91 (1.9.8); FILE MERGED 2008/07/21 12:56:25 pl 1.9.8.1: #i91865# prevent recursion


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [047c73290f11312b3ea8b378b943ba800f53bf6e]

INTEGRATION: CWS cmcfixes46 (1.154.46); FILE MERGED 2008/07/14 09:24:42 cmc 1.154.46.2: add in thbs fix 2008/06/04 08:20:31 cmc 1.154.46.1: use a maxed out input value to be used for future cairo clipping extents to future-proof this


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [6e0e9dcaedbb1f3886b87a8112e008eed3101a77]

INTEGRATION: CWS cmcfixes46 (1.149.48); FILE MERGED 2008/06/12 08:56:22 cmc 1.149.48.3: #i90037# better to leave the transform alone, but just ignore it when we want to extract an outline 2008/06/04 08:18:01 cmc 1.149.48.2: #i90037# ensure that transforms are cleared 2008/05/27 15:50:06 cmc 1.149.48.1: #i89002# always consider our own symbols fonts as symbol fonts to try and avoid misery


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [2d479351b66a1d5d4038a9093dafe5df6824dbb5]

INTEGRATION: CWS cmcfixes46 (1.240.46); FILE MERGED 2008/07/14 08:35:58 cmc 1.240.46.2: RESYNC: (1.240-1.241); FILE MERGED 2008/05/27 15:49:43 cmc 1.240.46.1: #i89002# recognize that recoding symbol fonts for different target fonts and different even if using the same real font for display


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [1a5a96662ac112f41462bcf764e164a8cdf586cc]

INTEGRATION: CWS cmcfixes46 (1.5.20); FILE MERGED 2008/06/04 08:14:03 cmc 1.5.20.1: #i90178# ensure we get the same expansion rules as originally


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [cf27ccf3c6fb9fa8ca6046e11d5ad040a45ef25c]

INTEGRATION: CWS aqua11y02 (1.26.34); FILE MERGED 2008/07/11 09:02:20 obr 1.26.34.3: RESYNC: (1.27-1.28); FILE MERGED 2008/06/18 18:04:39 fne 1.26.34.2: RESYNC: (1.26-1.27); FILE MERGED 2008/06/06 10:19:20 obr 1.26.34.1: #i85292# wrapper now cache the name, suppress unload of gtk plugin when atk-bridge module gets loaded as the shutdown symbol is no longer in global address space


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [05b847680aff33aed23746a6e01fe309a33de93f]

INTEGRATION: CWS aqua11y02 (1.4.34); FILE MERGED 2008/06/12 13:32:40 obr 1.4.34.2: #i86659# add support for XAccessibleMultiLineText 2008/06/06 10:19:20 obr 1.4.34.1: #i85292# wrapper now cache the name, suppress unload of gtk plugin when atk-bridge module gets loaded as the shutdown symbol is no longer in global address space


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [e003c472b6db4305b18e364083ae3ccd585417ba]

INTEGRATION: CWS aqua11y02 (1.8.34); FILE MERGED 2008/06/12 13:32:40 obr 1.8.34.3: #i86659# add support for XAccessibleMultiLineText 2008/06/06 10:19:20 obr 1.8.34.2: #i85292# wrapper now cache the name, suppress unload of gtk plugin when atk-bridge module gets loaded as the shutdown symbol is no longer in global address space 2008/06/02 04:32:34 obr 1.8.34.1: #i88047# role mapping reworked


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [7620596ce587e6afe5ff59b234220f197baaeb1a]

INTEGRATION: CWS aqua11y02 (1.8.6); FILE MERGED 2008/06/06 10:19:20 obr 1.8.6.1: #i85292# wrapper now cache the name, suppress unload of gtk plugin when atk-bridge module gets loaded as the shutdown symbol is no longer in global address space


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [054a1f1808b292474dab9adb3b348b18d6e2b6e1]

INTEGRATION: CWS aqua11y02 (1.9.34); FILE MERGED 2008/06/19 11:30:45 obr 1.9.34.3: linux build fixes 2008/06/06 13:41:06 obr 1.9.34.2: #i70872# new VCLEVENT_COMBOBOX_SETTEXT triggers creation of atk object wrappers 2008/06/06 10:19:20 obr 1.9.34.1: #i85292# wrapper now cache the name, suppress unload of gtk plugin when atk-bridge module gets loaded as the shutdown symbol is no longer in global address space


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [63e16718662a619b88d312d8e4970bc9595689ee]

INTEGRATION: CWS aqua11y02 (1.8.34); FILE MERGED 2008/06/18 16:04:07 obr 1.8.34.1: #i88513# introduced tab-stops and tab-interval mapping


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [f691f681dab05eefc642a163486769b337602b3a]

INTEGRATION: CWS aqua11y02 (1.9.34); FILE MERGED 2008/06/18 16:04:07 obr 1.9.34.2: #i88513# introduced tab-stops and tab-interval mapping 2008/06/12 13:32:40 obr 1.9.34.1: #i86659# add support for XAccessibleMultiLineText


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [3d5ac798d89a26589f97c8550fee3126636ca834]

INTEGRATION: CWS aqua11y02 (1.3.34); FILE MERGED 2008/06/06 10:19:20 obr 1.3.34.1: #i85292# wrapper now cache the name, suppress unload of gtk plugin when atk-bridge module gets loaded as the shutdown symbol is no longer in global address space


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [13794fb526639638f6ad8622c7d4aef2f9be6ce2]

INTEGRATION: CWS aqua11y02 (1.8.34); FILE MERGED 2008/06/06 10:19:20 obr 1.8.34.1: #i85292# wrapper now cache the name, suppress unload of gtk plugin when atk-bridge module gets loaded as the shutdown symbol is no longer in global address space


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [9c166db23845db5322ebf9a60b39616f037581ac]

INTEGRATION: CWS aqua11y02 (1.8.34); FILE MERGED 2008/06/19 11:30:45 obr 1.8.34.2: linux build fixes 2008/06/06 10:19:20 obr 1.8.34.1: #i85292# wrapper now cache the name, suppress unload of gtk plugin when atk-bridge module gets loaded as the shutdown symbol is no longer in global address space


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [4da9711c3062bda3c02dec5c4ca262f11983f3c4]

INTEGRATION: CWS aqua11y02 (1.278.32); FILE MERGED 2008/07/11 09:02:15 obr 1.278.32.3: RESYNC: (1.279-1.282); FILE MERGED 2008/06/18 18:04:35 fne 1.278.32.2: RESYNC: (1.278-1.279); FILE MERGED 2008/06/06 10:19:19 obr 1.278.32.1: #i85292# wrapper now cache the name, suppress unload of gtk plugin when atk-bridge module gets loaded as the shutdown symbol is no longer in global address space


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [d928365a5bf6d02328991d8b444f12909f0e8e2f]

INTEGRATION: CWS aqua11y02 (1.96.34); FILE MERGED 2008/06/06 20:25:14 obr 1.96.34.1: #i70872# programmatic text changes in edit control need to emit events as well


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [85c7724c7fe32344a6d6641db7046e6da6b9528e]

INTEGRATION: CWS aqua11y02 (1.48.34); FILE MERGED 2008/07/11 09:01:56 obr 1.48.34.3: RESYNC: (1.48-1.49); FILE MERGED 2008/06/06 20:25:14 obr 1.48.34.2: #i70872# programmatic text changes in edit control need to emit events as well 2008/06/06 13:41:06 obr 1.48.34.1: #i70872# new VCLEVENT_COMBOBOX_SETTEXT triggers creation of atk object wrappers


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [967e10994d4333882531b5f226ff0ba92a70237b]

INTEGRATION: CWS aqua11y02 (1.5.34); FILE MERGED 2008/06/06 13:41:06 obr 1.5.34.1: #i70872# new VCLEVENT_COMBOBOX_SETTEXT triggers creation of atk object wrappers


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [dd9842a4264c966600d19460efdbc9660ce02ac0]

INTEGRATION: CWS aqua11y02 (1.10.4); FILE MERGED 2008/07/11 09:01:51 obr 1.10.4.3: RESYNC: (1.11-1.12); FILE MERGED 2008/06/18 18:04:08 fne 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/06/11 09:15:55 fne 1.10.4.1: #i90575# guard NSAccessibility API against unwanted access from NSPopUp


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [efe68ebf4d43ca0fe1b202f5b7be5c2baa91363f]

INTEGRATION: CWS aqua11y02 (1.2.30); FILE MERGED 2008/07/16 09:39:20 fne 1.2.30.1: #i90575# added guarding if


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [abe1fc17b0ebda0f88f87ead5188a5a07f1f28ba]

INTEGRATION: CWS aqua11y02 (1.2.30); FILE MERGED 2008/07/22 07:52:08 fne 1.2.30.11: #i90575# fixed new found crash 2008/07/17 09:09:34 fne 1.2.30.10: #i88045# workaround 2008/06/19 12:29:51 fne 1.2.30.9: #i90525# resolved conflict with another issue 2008/06/11 09:15:56 fne 1.2.30.8: #i90575# guard NSAccessibility API against unwanted access from NSPopUp 2008/06/05 08:21:49 fne 1.2.30.7: #i85851# attributes are now supported 2008/05/27 08:55:52 fne 1.2.30.6: #i89131# fix so that VO can read selected entries while traversing through the comboboxes menu 2008/05/26 14:05:03 fne 1.2.30.5: #i89131# set focus correctly for toolbox-comboboxes 2008/05/22 08:17:06 fne 1.2.30.4: #i88045# added special treatment for role description 2008/05/21 08:33:59 fne 1.2.30.3: #i88045# support grouping of radio buttons 2008/05/19 11:16:18 fne 1.2.30.2: #i87833# when wrapper has been disposed it is unwise to access its data 2008/05/15 12:08:33 fne 1.2.30.1: #i87833# when caret pos is -1, VO tries to access invalid memory position


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [a9f72b31e3bd105ea82104762c4d0d665d6d7b72]

INTEGRATION: CWS aqua11y02 (1.2.30); FILE MERGED 2008/06/05 08:21:49 fne 1.2.30.2: #i85851# attributes are now supported 2008/05/15 12:08:33 fne 1.2.30.1: #i87833# when caret pos is -1, VO tries to access invalid memory position


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [3db51e4004ad1b048bf27510d5d8b66833d6af48]

INTEGRATION: CWS aqua11y02 (1.2.30); FILE MERGED 2008/06/05 08:21:49 fne 1.2.30.1: #i85851# attributes are now supported


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [48de9c8df3bb964153aae5b64209ddabf013adf1]

INTEGRATION: CWS aqua11y02 (1.2.30); FILE MERGED 2008/06/10 08:41:14 fne 1.2.30.6: #i90525# changed role, so VO speaks title of cells 2008/05/29 12:43:29 fne 1.2.30.5: #i88046# distinguish between combobox and popup menu button 2008/05/29 10:32:49 fne 1.2.30.4: #i88047# menu button role added 2008/05/27 09:01:41 fne 1.2.30.3: #i88047# added role description for menu button 2008/05/26 11:40:10 fne 1.2.30.2: #i88047# temporary solution until new role is added 2008/05/15 13:57:44 fne 1.2.30.1: #i88043# TEXT_FRAME is a group


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [47b69af6b60297479a5a86d029a9c445d94509ce]

INTEGRATION: CWS aqua11y02 (1.2.30); FILE MERGED 2008/05/15 11:33:02 fne 1.2.30.1: #i88044# notifications for  BOUNDRECT_CHANGED and CHILD


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [b21ac59747b2c3f23d3f376fef51c3c9b7ab128e]

INTEGRATION: CWS aqua11y02 (1.2.30); FILE MERGED 2008/06/09 09:48:38 fne 1.2.30.1: #i87816# when toolbox open floating window, set focus to content of that window for VO


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [ebbe1a4db5e0bf01e6d9e5313e8116ad6c88bb7f]

INTEGRATION: CWS aqua11y02 (1.2.30); FILE MERGED 2008/05/21 08:33:59 fne 1.2.30.1: #i88045# support grouping of radio buttons


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [0f1b9ed7819961971b23f2b37aad001dd95995fd]

INTEGRATION: CWS aqua11y02 (1.2.30); FILE MERGED 2008/05/26 14:05:04 fne 1.2.30.1: #i89131# set focus correctly for toolbox-comboboxes


2008-07-25  Oliver Bolte  <obo@openoffice.org>  [b007f8d7bf62f42f91cbe82ddca61755ba816cd4]

INTEGRATION: CWS aqua11y02 (1.2.30); FILE MERGED 2008/06/19 12:29:51 fne 1.2.30.4: #i90525# resolved conflict with another issue 2008/06/11 09:15:55 fne 1.2.30.3: #i90575# guard NSAccessibility API against unwanted access from NSPopUp 2008/06/05 08:21:49 fne 1.2.30.2: #i85851# attributes are now supported 2008/05/21 08:33:59 fne 1.2.30.1: #i88045# support grouping of radio buttons


2008-07-23  Oliver Bolte  <obo@openoffice.org>  [0ae73351758ea45e535bb9e048d9a9bbea7ec921]

#i10000# undo last change, build breaks in soldep


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [5002a605f2a08112d590f6b241a26c406b4f6da0]

INTEGRATION: CWS os2port03 (1.3.8); FILE MERGED 2008/07/17 05:27:53 obr 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2008/01/14 16:27:33 ydario 1.3.8.1: remove old os2 directory Issue number:i85203 Submitted by:ydario


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [1fc2550c6153199ecce53d6026f1565b4decc39a]

INTEGRATION: CWS os2port03 (1.1.2); FILE ADDED 2008/04/15 10:28:01 ydario 1.1.2.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [acb242dc9135547882f5526f76084d31c6ca67ad]

INTEGRATION: CWS os2port03 (1.16.26); FILE MERGED 2008/07/17 05:24:51 obr 1.16.26.4: RESYNC: (1.16.18.1-1.20); FILE MERGED 2008/04/16 19:06:43 obr 1.16.26.3: build fix for WaE on Windows 2008/02/08 08:52:05 obr 1.16.26.2: RESYNC: (1.16-1.16.18.1); FILE MERGED 2008/01/14 16:29:35 ydario 1.16.26.1: Use 8.3 name for def file Issue number:i85203 Submitted by:ydario


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [5b3bcbc9941f0cfeefa78cf7a32a0504e96bfc4a]

INTEGRATION: CWS os2port03 (1.9.94); FILE MERGED 2008/07/16 13:46:10 obr 1.9.94.2: RESYNC: (1.9-1.10); FILE MERGED 2008/04/15 14:41:29 ydario 1.9.94.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [6591eec27d1bd06420b9e9e9062a669d927bb739]

INTEGRATION: CWS os2port03 (1.4.24); FILE MERGED 2008/07/16 13:46:06 obr 1.4.24.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/15 14:41:15 ydario 1.4.24.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [67b2090461682ba24819ee77875eb77b14121270]

INTEGRATION: CWS os2port03 (1.48.22); FILE MERGED 2008/07/16 13:46:01 obr 1.48.22.4: RESYNC: (1.49.6.1-1.52); FILE MERGED 2008/02/08 08:32:11 obr 1.48.22.3: RESYNC: (1.49-1.49.6.1); FILE MERGED 2008/01/15 14:34:56 obr 1.48.22.2: RESYNC: (1.48-1.49); FILE MERGED 2008/01/14 17:03:52 ydario 1.48.22.1: restored os2 code. Issue number:i85203 Submitted by:ydario


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [4a9e6293a7f16333fc858f25eebdd88e38f4e632]

INTEGRATION: CWS os2port03 (1.10.54); FILE MERGED 2008/07/16 13:45:49 obr 1.10.54.2: RESYNC: (1.10-1.12); FILE MERGED 2008/01/29 16:33:12 ydario 1.10.54.1: More os2 fixes from 2.0 tree. Issue number:i85203 Submitted by:ydario


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [c09cbd543339d5deb63eb4dfd4a69f86fe5bee7a]

INTEGRATION: CWS os2port03 (1.4.24); FILE MERGED 2008/07/16 13:45:45 obr 1.4.24.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/15 14:41:15 ydario 1.4.24.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [df9e1238a2be536d4bb73ef7a5eaf1c91d29c161]

INTEGRATION: CWS os2port03 (1.6.24); FILE MERGED 2008/07/16 13:45:42 obr 1.6.24.2: RESYNC: (1.6-1.7); FILE MERGED 2008/04/15 14:41:15 ydario 1.6.24.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [128415a8b7096ee5297fa4433b20039512fdc4db]

INTEGRATION: CWS os2port03 (1.8.54); FILE MERGED 2008/07/16 13:45:37 obr 1.8.54.2: RESYNC: (1.8-1.9); FILE MERGED 2008/04/15 14:41:15 ydario 1.8.54.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [6f2cf2268638f05382ae051aa3c13a288dfe1e81]

INTEGRATION: CWS os2port03 (1.15.24); FILE MERGED 2008/07/16 13:45:54 obr 1.15.24.2: RESYNC: (1.15-1.16); FILE MERGED 2008/04/15 14:41:14 ydario 1.15.24.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [686569e23b2328744963aa717a2931c19881a22c]

INTEGRATION: CWS os2port03 (1.48.44.1.4); FILE MERGED 2008/07/16 13:45:33 obr 1.48.44.1.4.2: RESYNC: (1.48.44.1-1.52); FILE MERGED 2008/04/15 14:40:57 ydario 1.48.44.1.4.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [23d52948c5f203b8c668be7b226f7ec328d292b8]

INTEGRATION: CWS os2port03 (1.2.2); FILE ADDED 2008/07/18 11:32:18 rt 1.2.2.3: License header updated. 2008/01/14 17:03:52 ydario 1.2.2.2: restored os2 code. Issue number:i85203 Submitted by:ydario 2003/10/20 15:40:22 ydario 1.2.2.1: file toolsdll.cxx was added on branch cws_src680_os2port03 on 2008-01-14 17:03:52 +0000


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [7005cc73c260baf75824a1be7c7608fca4890b27]

INTEGRATION: CWS os2port03 (1.2.2); FILE ADDED 2008/07/18 11:32:17 rt 1.2.2.3: License header updated. 2008/01/14 17:03:52 ydario 1.2.2.2: restored os2 code. Issue number:i85203 Submitted by:ydario 2003/10/20 15:40:12 ydario 1.2.2.1: file makefile.mk was added on branch cws_src680_os2port03 on 2008-01-14 17:03:52 +0000


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [7ff665f7e22a2eaddb0d9c72f95d2298e2ab99cf]

INTEGRATION: CWS os2port03 (1.2.2); FILE ADDED 2008/07/18 11:32:17 rt 1.2.2.3: License header updated. 2008/01/14 17:03:52 ydario 1.2.2.2: restored os2 code. Issue number:i85203 Submitted by:ydario 2003/10/20 15:39:29 ydario 1.2.2.1: file dll.hxx was added on branch cws_src680_os2port03 on 2008-01-14 17:03:52 +0000


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [d09eae0d46236c586f8ebc5494beed9a479d091c]

INTEGRATION: CWS os2port03 (1.103.70); FILE MERGED 2008/07/16 13:39:49 obr 1.103.70.3: RESYNC: (1.103.8.1-1.110); FILE MERGED 2008/02/08 08:17:44 obr 1.103.70.2: RESYNC: (1.103-1.103.8.1); FILE MERGED 2008/01/29 15:21:52 ydario 1.103.70.1: os2 compile fixes. Issue number:i85203 Submitted by:ydario


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [8769124138b44c75cd05f9c576f3e0bc774d81e4]

INTEGRATION: CWS os2port03 (1.270.8.1.2); FILE MERGED 2008/07/16 13:39:02 obr 1.270.8.1.2.4: RESYNC: (1.270.8.3-1.282); FILE MERGED 2008/04/15 14:42:29 ydario 1.270.8.1.2.3: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario 2008/02/08 08:17:41 obr 1.270.8.1.2.2: RESYNC: (1.270.8.1-1.270.8.3); FILE MERGED 2008/01/29 15:21:52 ydario 1.270.8.1.2.1: os2 compile fixes. Issue number:i85203 Submitted by:ydario


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [11a10aea5f9f01de7613ad44d0d7fd79c70f345b]

INTEGRATION: CWS os2port03 (1.5.116); FILE MERGED 2008/07/16 13:38:57 obr 1.5.116.3: RESYNC: (1.5-1.6); FILE MERGED 2008/04/15 14:42:28 ydario 1.5.116.2: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario 2008/01/29 15:21:51 ydario 1.5.116.1: os2 compile fixes. Issue number:i85203 Submitted by:ydario


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [71c0ec2e327c5a9a87d9fb8606da8a493c6cd4a4]

INTEGRATION: CWS os2port03 (1.6.116); FILE MERGED 2008/07/16 13:38:54 obr 1.6.116.2: RESYNC: (1.6-1.7); FILE MERGED 2008/04/15 14:42:28 ydario 1.6.116.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [aefe909bb1a8ddafaec93d362a798265a1edf4fb]

INTEGRATION: CWS os2port03 (1.5.116); FILE MERGED 2008/07/16 13:38:50 obr 1.5.116.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/15 14:42:28 ydario 1.5.116.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [3d47910d7d1cec1d0e37f7d0e5e84a359cc9ab3f]

INTEGRATION: CWS os2port03 (1.5.116); FILE MERGED 2008/07/16 13:38:47 obr 1.5.116.2: RESYNC: (1.5-1.9); FILE MERGED 2008/04/15 14:42:28 ydario 1.5.116.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [853415c9f7824fb446e5f2b5c9b969db55409767]

INTEGRATION: CWS os2port03 (1.5.116); FILE MERGED 2008/07/16 13:38:45 obr 1.5.116.2: RESYNC: (1.5-1.6); FILE MERGED 2008/01/29 15:21:51 ydario 1.5.116.1: os2 compile fixes. Issue number:i85203 Submitted by:ydario


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [b9c6a06bf645604af21271e147d7c64b4436f958]

INTEGRATION: CWS os2port03 (1.66.4.1.6); FILE MERGED 2008/07/16 12:09:39 obr 1.66.4.1.6.3: RESYNC: (1.66.4.2-1.70); FILE MERGED 2008/02/08 08:15:30 obr 1.66.4.1.6.2: RESYNC: (1.66.4.1-1.66.4.2); FILE MERGED 2008/01/29 14:55:50 ydario 1.66.4.1.6.1: os2 compile fixes. Issue number:i85203 Submitted by:ydario


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [dd14f8b102abb8c0b6afc3dc21ebfbd1e839da38]

#i91961# automation of extensionmanager broken


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [8ff67dab6d96d43347c1abbc4bcaf7c6a1c51c72]

INTEGRATION: CWS pba11y01 (1.96.66); FILE MERGED 2008/06/24 05:32:19 pb 1.96.66.1: fix: #i63979# new Ctor() with bool bDisableAccessibleLabeledByRelation


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [5b487b9c3d8acab385f0b23c6c70efd022dcbd76]

INTEGRATION: CWS pba11y01 (1.9.14); FILE MERGED 2008/06/23 12:25:40 obr 1.9.14.1: #i71430# new relation type node_child_of


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [8eccefdbc6513f7c7c417d7e46a424804bd30c0a]

INTEGRATION: CWS pba11y01 (1.278.64); FILE MERGED 2008/07/15 04:14:21 pb 1.278.64.2: RESYNC: (1.278-1.282); FILE MERGED 2008/06/24 05:38:22 pb 1.278.64.1: fix: #i63979# set disable-flag for Accessible[LabelFor/LabeledBy]Releation initially to FALSE


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [7208712be4ef12bf1097234cc50b743cfefe9246]

INTEGRATION: CWS pba11y01 (1.54.66); FILE MERGED 2008/06/24 05:19:37 pb 1.54.66.1: fix: #i34751# IsItemReallyVisible() added


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [40dfb3071cf14016e1c89008c2e90e68e43938a4]

INTEGRATION: CWS pba11y01 (1.27.62); FILE MERGED 2008/06/24 05:34:22 pb 1.27.62.1: fix: #i63979# Get[LabelFor/LabeledBy]() returns NULL if intern disable-flag is set


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [46c1b7913bca411cb67cd623bb878b66dec8d9fd]

INTEGRATION: CWS pba11y01 (1.23.66); FILE MERGED 2008/06/24 05:31:27 pb 1.23.66.1: fix: #i63979# new Ctor() with bool bDisableAccessibleLabelForRelation


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [25f9f889c4a1970ad2453974b77687882fb9c75a]

INTEGRATION: CWS pba11y01 (1.6.66); FILE MERGED 2008/06/24 05:27:28 pb 1.6.66.1: fix: #i63979# mbDisableAccessible[LabelFor/LabeledBy]Relation added


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [b6f63d60d9d5f53066cd8a1b706b66ffe3013af6]

INTEGRATION: CWS pba11y01 (1.5.66); FILE MERGED 2008/07/14 10:46:06 pb 1.5.66.1: fix: #i37177# VCLEVENT_TABLECELL_NAMECHANGED added


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [af19717d202fa65659bfa04aec403f35294da160]

INTEGRATION: CWS pba11y01 (1.4.62); FILE MERGED 2008/06/24 05:16:43 pb 1.4.62.1: fix: #i34751# IsItemReallyVisible() added


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [290e845078fe2e28b0b28be6abf31138434974f3]

INTEGRATION: CWS pba11y01 (1.4.66); FILE MERGED 2008/06/24 05:30:00 pb 1.4.66.1: fix: #i63979# new Ctor() with bool bDisableAccessibleLabelForRelation


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [761b89ce916f4f390764a7f1b97d952fb03eb76e]

INTEGRATION: CWS pba11y01 (1.7.66); FILE MERGED 2008/06/24 05:29:02 pb 1.7.66.1: fix: #i63979# new Ctor() with bool bDisableAccessibleLabeledByRelation


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [22fed59f60bb5c3a54b01bdd6208f3e4f8b6bf63]

INTEGRATION: CWS pba11y01 (1.29.84); FILE MERGED 2008/07/14 10:52:54 pb 1.29.84.1: fix: #i37177# SvTabListBox::SetEntryText() now notifies changes


2008-07-22  Oliver Bolte  <obo@openoffice.org>  [8ccb7aa835621d7ea87e06a2bd6fabc0511bf513]

INTEGRATION: CWS pba11y01 (1.4.84); FILE MERGED 2008/07/14 10:49:06 pb 1.4.84.1: fix: #i37177# struct TabListBoxEventData added


2008-07-21  Oliver Bolte  <obo@openoffice.org>  [8b13328568c573d8bfb8eb6488620cbbdc1684d7]

INTEGRATION: CWS chart29 (1.96.88); FILE MERGED 2008/07/08 07:45:21 iha 1.96.88.1: #i88825# correct behavior of update timer


2008-07-18  Rüdiger Timm  <rt@openoffice.org>  [0ff4d17f46c875c749238a9a614f4ab8118a416c]

#i10000# Add precompiled header include directive.


2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [0277b448b15e366a27dcc9249d08615a5e5a869e]

INTEGRATION: CWS logger2 (1.1.4); FILE ADDED 2008/07/14 08:58:15 b_michaelsen 1.1.4.18: initializing result variable, fixing tinderbox warning 2008/07/11 08:01:14 b_michaelsen 1.1.4.17: initializing timeoutminutes variable, fixing tinderbox warning 2008/07/09 13:47:58 b_michaelsen 1.1.4.16: #i76683# not using an own component context 2008/07/09 10:36:19 b_michaelsen 1.1.4.15: #i88653# locking the global mutex as short as possible 2008/07/03 15:57:48 b_michaelsen 1.1.4.14: #i88653# made logfilenames windows compatible 2008/07/03 14:28:24 b_michaelsen 1.1.4.13: #i88653# only log .uno: urls 2008/06/27 16:04:49 b_michaelsen 1.1.4.12: #i88653# removed eventtrigger in uieventlogger - using an onFirstVisibleTask event for now 2008/06/17 15:13:13 b_michaelsen 1.1.4.11: #i88653# triggering the event via job executor 2008/06/17 12:45:58 b_michaelsen 1.1.4.10: #i88653# enabling by configuration and extension 2008/06/17 12:01:14 b_michaelsen 1.1.4.9: #i88653# enabling by configuration and extension 2008/06/06 10:37:09 b_michaelsen 1.1.4.8: #i88653# fixed hot rotation on startup 2008/06/06 10:04:56 b_michaelsen 1.1.4.7: #i88653# simplified code 2008/06/06 09:47:22 b_michaelsen 1.1.4.6: #i88653# eventcount and discarding inconvenient exceptions 2008/06/06 08:22:57 b_michaelsen 1.1.4.5: #i88653# hot rotation and threadsafty 2008/06/05 09:33:30 b_michaelsen 1.1.4.4: #i88653 removed inline 2008/05/19 11:24:46 b_michaelsen 1.1.4.3: #i88653# logrotation 2008/05/13 14:42:49 b_michaelsen 1.1.4.2: merged logger cws 2008/04/30 10:35:16 b_michaelsen 1.1.4.1: file uieventslogger.cxx was added on branch cws_dev300_logger2 on 2008-05-13 14:42:49 +0000


2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [cadb4703f103e07d92780916a70d378b88b24b36]

INTEGRATION: CWS logger2 (1.45.20); FILE MERGED 2008/07/03 14:28:24 b_michaelsen 1.45.20.3: #i88653# only log .uno: urls 2008/06/30 12:34:15 b_michaelsen 1.45.20.2: RESYNC: (1.45-1.47); FILE MERGED 2008/05/13 14:42:49 b_michaelsen 1.45.20.1: merged logger cws


2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [9570d5f2c9937e54a9e60def62b88280bc0e5866]

INTEGRATION: CWS logger2 (1.1.4); FILE ADDED 2008/07/10 08:15:26 b_michaelsen 1.1.4.6: #i88653# fixed extra qualification on member error on gcc4 2008/06/17 12:45:58 b_michaelsen 1.1.4.5: #i88653# enabling by configuration and extension 2008/06/06 09:47:22 b_michaelsen 1.1.4.4: #i88653# eventcount and discarding inconvenient exceptions 2008/05/19 11:24:46 b_michaelsen 1.1.4.3: #i88653# logrotation 2008/05/13 14:42:49 b_michaelsen 1.1.4.2: merged logger cws 2008/04/30 10:35:14 b_michaelsen 1.1.4.1: file uieventslogger.hxx was added on branch cws_dev300_logger2 on 2008-05-13 14:42:49 +0000


2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [df5b386e193d6c65b20e8d93074e48cf465790ca]

INTEGRATION: CWS logger2 (1.26.12); FILE MERGED 2008/05/21 11:51:37 gh 1.26.12.1: #i88653# load VCL Logger on startup


2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [13ceb838700d713c8869b8c3d0eb39788320278b]

INTEGRATION: CWS logger2 (1.9.10); FILE MERGED 2008/06/30 12:33:24 b_michaelsen 1.9.10.2: RESYNC: (1.9-1.10); FILE MERGED 2008/05/21 11:51:37 gh 1.9.10.1: #i88653# load VCL Logger on startup


2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [81f5e7ab195df6af7042c3cc76389248f3547466]

INTEGRATION: CWS logger2 (1.6.96); FILE MERGED 2008/06/30 10:57:02 pb 1.6.96.1: fix: #i90370# new class FixedHyperlinkImage


2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [a60c7f26e645391a9ff9d6ef805d8522f5e4e832]

INTEGRATION: CWS logger2 (1.5.96); FILE MERGED 2008/06/30 10:56:32 pb 1.5.96.1: fix: #i90370# new class FixedHyperlinkImage


2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [a47e5d21e013d9ecde773a4547701d06d9dd1d82]

INTEGRATION: CWS aquavcl09 (1.96.82); FILE MERGED 2008/07/09 14:29:46 pl 1.96.82.1: #b6720603# do not draw white text on white background


2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [f9de1db5a3f981ecdfbc418f560f8e0da1af3949]

INTEGRATION: CWS aquavcl09 (1.10.2); FILE MERGED 2008/07/07 14:54:41 pl 1.10.2.2: #i90440# refine fullscreen mode 2008/07/07 14:12:33 pl 1.10.2.1: #i91267# make enter and shift-enter work by evaluating the modifiers


2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [d3f22fe8281a5d9ad1765c7742f5ca2b38cd0137]

INTEGRATION: CWS aquavcl09 (1.63.42); FILE MERGED 2008/07/10 14:27:37 pl 1.63.42.4: #i90440# work around focus policy 2008/07/07 14:54:41 pl 1.63.42.3: #i90440# refine fullscreen mode 2008/07/06 06:39:25 pl 1.63.42.2: RESYNC: (1.63-1.65); FILE MERGED 2008/06/27 14:46:39 pl 1.63.42.1: #i90522# prevent a deadlock


2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [3419a1fbd3e73c1eeae49dbe7dbf1ddd3394e773]

INTEGRATION: CWS aquavcl09 (1.77.2); FILE MERGED 2008/07/08 11:25:33 pl 1.77.2.1: #i91301# revert to one resolution for all screens; too many side effects otherwise


2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [c013f95d87cbe5081e0c45632b3db2d3eab6ae3c]

INTEGRATION: CWS aquavcl09 (1.7.2); FILE MERGED 2008/07/10 10:30:04 pl 1.7.2.1: #i89611# do not special case Cmd-Option combinations


2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [abc722110e7916f516bcf3a7b1ab8643646e8013]

INTEGRATION: CWS aquavcl09 (1.25.44); FILE MERGED 2008/07/10 14:27:36 pl 1.25.44.1: #i90440# work around focus policy


2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [e3903390f656cefa2f2652e8786a587e0d369300]

INTEGRATION: CWS aquavcl09 (1.88.16); FILE MERGED 2008/07/09 12:03:09 pl 1.88.16.1: #i91512# do not access disposed object internals


2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [b9b9198b6330eca894b0e4a8f19f9b2148c355b7]

INTEGRATION: CWS tl55 (1.12.42); FILE MERGED 2008/07/02 07:39:57 os 1.12.42.6: i85999# reference counting fixed 2008/06/29 09:22:59 tl 1.12.42.5: #i85999# grammar checking framework 2008/06/27 12:15:01 tl 1.12.42.4: #i85999# grammar checking framework 2008/06/27 12:12:11 tl 1.12.42.3: #i85999# grammar checking framework 2008/06/26 13:19:51 tl 1.12.42.2: #i85999# grammar checking framework 2008/06/19 09:30:41 os 1.12.42.1: #i85999# grammar checking config added


2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [bd47460a01b43a457bd7644fc3ee00ab98a1d17b]

INTEGRATION: CWS tl55 (1.4.42); FILE MERGED 2008/06/27 12:11:47 tl 1.4.42.3: #i85999# grammar checking framework 2008/06/26 13:19:50 tl 1.4.42.2: #i85999# grammar checking framework 2008/06/19 09:30:40 os 1.4.42.1: #i85999# grammar checking config added


2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [fe82b6fdc84f9e4b7236a209e9885350cd7779ca]

INTEGRATION: CWS tl55 (1.9.42); FILE MERGED 2008/06/19 09:30:41 os 1.9.42.1: #i85999# grammar checking config added


2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [c506bd33c897d9191512b6a585406c1ce6797c03]

#i10000# Fix wrong include.


2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [38db72eeb44b8721d5bbc80a1e52334960bb678c]

INTEGRATION: CWS tkr14 (1.5.24); FILE MERGED 2008/06/20 06:25:46 tkr 1.5.24.2: #i88104# move XTitle check to the end of the methode 2008/06/05 09:57:36 tkr 1.5.24.1: #i88104# use of XTitle to get the title


2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [cbadabb6537e4b9791dcd405a9cc1bec53819656]

#i10000# Typo corrected: 'XInputStream.hpp' instead of 'XInputStrem.hpp'.


2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [bacb789e72066db7e46ecaf89c05a7b2cdc02119]

INTEGRATION: CWS thb30fixes (1.20.6); FILE MERGED 2008/06/25 10:18:25 thb 1.20.6.3: #i74202# Shrinked outline stroke width a bit; moved rendering of underline geometry in front of glyph outlines 2008/06/23 12:30:07 thb 1.20.6.2: #i10000# Fixed build breakage 2008/06/20 15:43:49 thb 1.20.6.1: #i74202# Fixed underline rendering for outline text


2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [8a627bd69c3720db98b5674dfdc4ccb33eab023c]

INTEGRATION: CWS thb30fixes (1.18.74); FILE MERGED 2008/06/20 15:22:28 thb 1.18.74.1: #i48108# More accuracy in calculating logical resolution


2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [ffe66f0bcde23591d680c068a42f9574aed3cf09]

INTEGRATION: CWS fwk91 (1.4.88); FILE MERGED 2008/06/20 11:56:58 mav 1.4.88.1: #i87796# let the sharing- and lock-control files be hidden


2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [34d209350f02055127996756a6f7f42feeb1d336]

INTEGRATION: CWS fwk91 (1.2.88); FILE MERGED 2008/06/20 11:56:58 mav 1.2.88.1: #i87796# let the sharing- and lock-control files be hidden


2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [c793b0a5da850bf634dc89f4d678e23cfb9b7fc9]

INTEGRATION: CWS fwk90 (1.3.68); FILE MERGED 2008/06/09 06:47:44 cd 1.3.68.1: #i90010# Remove unused code from svtools


2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [be2b1b4cb5fdcc69fe80e80b5a367e3bfb8971a1]

INTEGRATION: CWS fwk90 (1.11.66); FILE MERGED 2008/06/02 06:25:38 mav 1.11.66.1: #i88288# move embedhlp.hxx to svtools/inc/svtools


2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [69b88d092263a14abc151fc98f06aa1d32fa1062]

INTEGRATION: CWS fwk90 (1.26.66); FILE MERGED 2008/06/02 06:25:38 mav 1.26.66.1: #i88288# move embedhlp.hxx to svtools/inc/svtools


2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [caa1ae1e0cb82372d87e35c4f15c1bc757d77f40]

INTEGRATION: CWS fwk90 (1.7.68); FILE MERGED 2008/06/09 06:47:44 cd 1.7.68.1: #i90010# Remove unused code from svtools


2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [52416f9fd960b7c8231533db9b8b0b0b4db73894]

INTEGRATION: CWS fwk90 (1.8.68); FILE MERGED 2008/06/11 08:18:51 mav 1.8.68.2: #i87033# fix object moving 2008/06/09 06:47:44 cd 1.8.68.1: #i90010# Remove unused code from svtools


2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [930f30c3f0820e8f3b7bb1af21518f7df8c97329]

INTEGRATION: CWS fwk90 (1.9.68); FILE MERGED 2008/06/09 06:47:44 cd 1.9.68.1: #i90010# Remove unused code from svtools


2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [803734b1224d316937fd0c33bb65ac483cec0833]

INTEGRATION: CWS fwk90 (1.1.2); FILE ADDED 2008/07/02 09:25:30 rt 1.1.2.2: Correct licens header to LGPLv3. 2008/05/28 15:09:56 mav 1.1.2.1: #i86496# integrate the tests


2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [d4cd3f14c3bdc57c8cb2bc513936885bcdaa52af]

INTEGRATION: CWS fwk90 (1.1.2); FILE ADDED 2008/07/02 09:25:29 rt 1.1.2.2: Correct licens header to LGPLv3. 2008/05/28 15:11:15 mav 1.1.2.1: #i86496# integrate the tests


2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [c871f71b4df5b883f7c711f7ae3954563e5c642a]

INTEGRATION: CWS fwk90 (1.1.2); FILE ADDED 2008/07/02 09:25:28 rt 1.1.2.2: Correct licens header to LGPLv3. 2008/05/28 15:11:05 mav 1.1.2.1: #i86496# integrate the tests


2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [b3f097acbc80a67e2177412d231cc8029918d6a9]

INTEGRATION: CWS fwk90 (1.1.2); FILE ADDED 2008/07/02 09:25:28 rt 1.1.2.2: Correct licens header to LGPLv3. 2008/05/28 15:10:55 mav 1.1.2.1: #i86496# integrate the tests


2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [6d23ef1134391277a757416737db9cb6db5fb1bd]

INTEGRATION: CWS fwk90 (1.1.2); FILE ADDED 2008/07/02 09:25:27 rt 1.1.2.2: Correct licens header to LGPLv3. 2008/05/28 15:10:46 mav 1.1.2.1: #i86496# integrate the tests


2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [a3ad9b42f2b948832a18957ac135a1f1d0b9a8aa]

INTEGRATION: CWS fwk90 (1.1.2); FILE ADDED 2008/07/02 09:25:26 rt 1.1.2.2: Correct licens header to LGPLv3. 2008/05/28 15:10:35 mav 1.1.2.1: #i86496# integrate the tests


2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [9cc541ce6e04383a107e68aff1309bd1d1d17649]

INTEGRATION: CWS fwk90 (1.1.2); FILE ADDED 2008/07/02 09:25:26 rt 1.1.2.2: Correct licens header to LGPLv3. 2008/05/28 15:10:25 mav 1.1.2.1: #i86496# integrate the tests


2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [90c0f24dbd608c5a42fcdfec705a230ed9933795]

INTEGRATION: CWS fwk90 (1.1.2); FILE ADDED 2008/05/28 15:10:14 mav 1.1.2.1: #i86496# integrate the tests


2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [b8d8211339d626be6b87d58565a49c72752bc683]

INTEGRATION: CWS fwk90 (1.154.10); FILE MERGED 2008/06/02 06:22:45 mav 1.154.10.1: #i88288# move embedhlp.hxx to svtools/inc/svtools


2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [c659b277fa9ce0d4a5cd1e14f7b38fe22ddc77d3]

INTEGRATION: CWS fwk90 (1.1.2); FILE ADDED 2008/06/02 06:21:37 mav 1.1.2.1: #i88288# move the header from svtools/inc to svtools/inc/svtools


2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [8f653ff5ce34244efe3fa1b5db8936e707b09f4e]

INTEGRATION: CWS fwk90 (1.83.52); FILE MERGED 2008/05/30 09:55:22 as 1.83.52.1: #156532# provide native error box for use cases where no Application::Yield() should be used


2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [2cd9db57c176f4568e913af3aebc0e3751343cc8]

INTEGRATION: CWS fwk90 (1.7.52); FILE MERGED 2008/05/30 09:55:22 as 1.7.52.1: #156532# provide native error box for use cases where no Application::Yield() should be used


2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [fe69ff55a25215e4f4784077ccf203d8923a0b6b]

INTEGRATION: CWS impressa11y (1.64.58); FILE MERGED 2008/05/29 12:41:30 af 1.64.58.6: RESYNC: (1.70-1.72); FILE MERGED 2008/01/22 15:24:48 af 1.64.58.5: RESYNC: (1.68-1.70); FILE MERGED 2007/06/18 17:25:40 af 1.64.58.4: RESYNC: (1.67-1.68); FILE MERGED 2007/04/19 18:23:38 af 1.64.58.3: RESYNC: (1.65-1.67); FILE MERGED 2007/01/08 15:36:01 af 1.64.58.2: RESYNC: (1.64-1.65); FILE MERGED 2006/10/18 13:00:08 af 1.64.58.1: #i70548# Reordered code in DeInitVCL to avoid crash on leaving Office after turning on accessibility.


2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [a1b69776d028a84495475bcfb417a34289cdb72c]

INTEGRATION: CWS tl53 (1.51.82); FILE MERGED 2008/06/10 08:07:40 tl 1.51.82.1: #i67789# warning-free code corrected


2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [fc41143a2b5e8828ef43a70570de01c8a2a0ed52]

INTEGRATION: CWS extensionl10nfix01 (1.12.16); FILE MERGED 2008/06/26 13:54:17 ihi 1.12.16.1: Wildcards updated


2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [33ee8dc0e42afe05c203753727af5d822cc0411a]

INTEGRATION: CWS extensionl10nfix01 (1.23.6); FILE MERGED 2008/06/26 13:56:03 ihi 1.23.6.1: #i90987# windows rename -> MoveFileEx


2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [e5fc007360dd62afbc93ced276bad322f05f1644]

INTEGRATION: CWS extensionl10nfix01 (1.11.6); FILE MERGED 2008/06/26 13:56:03 ihi 1.11.6.1: #i90987# windows rename -> MoveFileEx


2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [3130faed3ebf3e0d2b546e5d4d6f3f60ca42196f]

INTEGRATION: CWS iconupdate300u1 (1.74.26); FILE MERGED 2008/05/14 14:38:45 ka 1.74.26.1: #i89469#: added Classic theme


2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [ba68e57ff6183f7f1e79d844dbd21fcbe076dd3a]

INTEGRATION: CWS iconupdate300u1 (1.24.26); FILE MERGED 2008/05/30 14:34:23 ka 1.24.26.2: using AlphaMasks instead of B/W masks 2008/05/29 16:50:27 ka 1.24.26.1: #i80705#: using alpha blending/greyscaling to display disabled icons


2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [7ae1293a4191dbb9fb0fbcfb4503d98d5fbfc305]

INTEGRATION: CWS iconupdate300u1 (1.5.26); FILE MERGED 2008/05/14 14:32:48 ka 1.5.26.1: #i89469#: added Classic theme


2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [674f49c513d9258a7ef0089235274273c838229b]

INTEGRATION: CWS iconupdate300u1 (1.3.26); FILE MERGED 2008/05/29 16:47:27 ka 1.3.26.1: #i80705#: using alpha blending/greyscaling to display disabled icons


2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [9d33451ae6539949dd94cda8c111ef5f9de7a1db]

INTEGRATION: CWS iconupdate300u1 (1.25.48); FILE MERGED 2008/05/14 14:40:31 ka 1.25.48.1: #i89469#: added Classic theme


2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [8063cd7e1937313a7bc89c1d32439fafda089d02]

INTEGRATION: CWS iconupdate300u1 (1.7.48); FILE MERGED 2008/05/14 14:39:45 ka 1.7.48.1: #i89469#: added Classic theme


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [cfd85f0e9a043173ee12256166fa67550795bdcd]

INTEGRATION: CWS impress145 (1.156.22); FILE MERGED 2008/06/16 13:28:44 cl 1.156.22.1: #i71026# added support for windows media application commands


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [ca5714b6bab8ddd761ae40f7bea833df801045ef]

INTEGRATION: CWS impress145 (1.26.68); FILE MERGED 2008/06/20 11:40:49 sj 1.26.68.1: #i90913# added patch preventing invalid memory access


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [95e7d1d09bcf8dbc13e4aa87f7b1f65811a49aa5]

INTEGRATION: CWS impress145 (1.5.68); FILE MERGED 2008/06/16 13:28:14 cl 1.5.68.1: #i71026# added support for windows media application commands


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [486a4b8a75762a840f8f627a3f17f126703c07fe]

INTEGRATION: CWS vcl90 (1.128.12); FILE MERGED 2008/06/04 16:45:36 pl 1.128.12.1: remove warnings


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [29d41bd0622c629cbb67eb27ce242a044e698276]

INTEGRATION: CWS vcl90 (1.3.58); FILE MERGED 2008/06/24 09:01:04 pl 1.3.58.2: #i90809# Xrandr link modifications (thanks thb) 2008/06/04 16:45:37 pl 1.3.58.1: remove warnings


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [9b2508151abbf4f1bdd1b0205ef8d0111e575ce0]

INTEGRATION: CWS vcl90 (1.40.54); FILE MERGED 2008/06/18 18:36:07 pl 1.40.54.2: RESYNC: (1.40-1.41); FILE MERGED 2008/06/03 16:02:18 pl 1.40.54.1: #i88744# catch a problem with the scale reduction trick


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [bfd39d86496e4fdb01e48ec0d8f78a5716edf508]

INTEGRATION: CWS vcl90 (1.95.54); FILE MERGED 2008/06/19 06:56:50 hdu 1.95.54.2: #i56745# fix calculation of stripe size for GetFontData() 2008/06/06 10:58:58 hdu 1.95.54.1: #i56745# limit GetFontData() requests


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [7e6a379df21ca10fa2ab665447c2f14035e86718]

INTEGRATION: CWS locdat30 (1.12.16); FILE MERGED 2008/06/15 11:55:36 erack 1.12.16.1: changed CurrencyID MoP to P in legacyOnly Currency, for future compatibility


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [83ab1d8b2605f5fae8cd354718f5493e9ec515e5]

INTEGRATION: CWS vcl90 (1.109.48); FILE MERGED 2008/06/24 09:01:05 pl 1.109.48.1: #i90809# Xrandr link modifications (thanks thb)


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [bc2a5db6c25c739644525eb21371de96d22e135c]

INTEGRATION: CWS locdat30 (1.20.16); FILE MERGED 2008/06/14 19:08:00 erack 1.20.16.1: CurrencyID is ISO 4217 code!


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [8d72d2478f500fba1f56082b4b6a0513e8d34234]

INTEGRATION: CWS vcl90 (1.26.54); FILE MERGED 2008/06/18 18:36:12 pl 1.26.54.2: RESYNC: (1.26-1.27); FILE MERGED 2008/05/30 15:14:04 pl 1.26.54.1: #i90094# call XInitThreads


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [fc2abce6d851118f4b819553b7d5f712ea07a542]

INTEGRATION: CWS locdat30 (1.5.22); FILE MERGED 2008/06/14 19:07:59 erack 1.5.22.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [e085cf3de3312102401d259437699240b337ec91]

INTEGRATION: CWS locdat30 (1.7.88); FILE MERGED 2008/06/14 19:07:59 erack 1.7.88.1: CurrencyID is ISO 4217 code!


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [8163fffcfca477023f73265020b206fa542c7402]

INTEGRATION: CWS vcl90 (1.51.54); FILE MERGED 2008/06/03 16:53:10 pl 1.51.54.1: #i57260# find ppd key case insensitive


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [c8e6110dc57ec0ec71111fbd139ed3fbf8d8a365]

INTEGRATION: CWS locdat30 (1.16.182); FILE MERGED 2008/06/14 19:07:59 erack 1.16.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [b75ae048f009aab8ab2a0749e7496252a982ec2c]

INTEGRATION: CWS vcl90 (1.48.50); FILE MERGED 2008/06/18 18:36:18 pl 1.48.50.3: RESYNC: (1.48-1.50); FILE MERGED 2008/06/04 16:45:37 pl 1.48.50.2: remove warnings 2008/05/30 14:02:40 pl 1.48.50.1: #i88359# fix an ancient bug in drawPolyPolgon


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [ffb957370c3c3828afb0f01555125ad514dd3120]

INTEGRATION: CWS vcl90 (1.70.54); FILE MERGED 2008/06/06 14:58:56 pl 1.70.54.1: #i61446# workaround icewms halfhearted EWMH support


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [16599d81cea424e0c86da584e43e151397ac2ef1]

INTEGRATION: CWS locdat30 (1.8.182); FILE MERGED 2008/06/14 19:07:59 erack 1.8.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [0cb0213f641d3b4f23ed00620e2aa8568b9c0c12]

INTEGRATION: CWS vcl90 (1.97.28); FILE MERGED 2008/06/24 09:01:04 pl 1.97.28.1: #i90809# Xrandr link modifications (thanks thb)


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [be32eef85f0986b0e94addd21bac460e3d560c9d]

INTEGRATION: CWS locdat30 (1.7.182); FILE MERGED 2008/06/14 19:07:59 erack 1.7.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [00909dd01b9b37ea91a7ac3a6802806073522c08]

INTEGRATION: CWS locdat30 (1.2.44); FILE MERGED 2008/06/15 13:26:43 erack 1.2.44.1: #i87665# Serbian currencies


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [04796a7037ff042a99d88a77c75384cb48938048]

INTEGRATION: CWS vcl90 (1.33.14); FILE MERGED 2008/06/24 09:01:04 pl 1.33.14.1: #i90809# Xrandr link modifications (thanks thb)


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [4d8e13a55dfa51f75d84224155e75131f8e3d28e]

INTEGRATION: CWS vcl90 (1.9.54); FILE MERGED 2008/06/05 12:19:47 pl 1.9.54.1: #158056# workaround crash at exit


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [1ec40bdaa36e693916e95ad04f45fe251af8da6f]

INTEGRATION: CWS locdat30 (1.2.44); FILE MERGED 2008/06/15 13:26:42 erack 1.2.44.2: #i87665# Serbian currencies 2008/06/11 23:12:13 erack 1.2.44.1: #i86765# collation tailoring


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [a14b1cc6593c3d9339ec65e2c32f6b9e8a914991]

INTEGRATION: CWS vcl90 (1.20.54); FILE MERGED 2008/06/05 12:19:47 pl 1.20.54.1: #158056# workaround crash at exit


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [3c1cf4ea91fac60cf7c9665fde32608f3bd48209]

INTEGRATION: CWS locdat30 (1.15.182); FILE MERGED 2008/06/18 21:01:46 erack 1.15.182.2: #i90775# space between amount and currency symbol; patch from <rail> 2008/06/14 18:39:11 erack 1.15.182.1: make usedInCompatibleFormatCodes match reality


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [006e2f9dc986ece16563555e2752ce17662d98c0]

INTEGRATION: CWS vcl90 (1.45.50); FILE MERGED 2008/06/18 18:36:26 pl 1.45.50.2: RESYNC: (1.45-1.46); FILE MERGED 2008/05/30 14:02:40 pl 1.45.50.1: #i88359# fix an ancient bug in drawPolyPolgon


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [3c0afb62dc42c86c6ea22c58a4731239ac61d2ee]

INTEGRATION: CWS vcl90 (1.39.50); FILE MERGED 2008/06/04 16:45:36 pl 1.39.50.1: remove warnings


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [859040bee66e52bf0076fceceac8ecf473107ae0]

INTEGRATION: CWS locdat30 (1.9.182); FILE MERGED 2008/06/14 19:07:59 erack 1.9.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [8e2c272a0cf2880420b51348246ac43c0dd0395b]

INTEGRATION: CWS vcl90 (1.13.14); FILE MERGED 2008/06/03 14:50:50 pl 1.13.14.1: #i88744# catch more allocation problems


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [20a7d954146e5d7dc45228b67532a3bd49a1f99f]

INTEGRATION: CWS vcl90 (1.92.54); FILE MERGED 2008/06/27 10:19:34 hdu 1.92.54.1: #i90389# apply CJK punctuation compression for more code points (thanks ameliawang!)


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [54e3756b05ca8fd28e0d6fc7b0df40a2fb1c090d]

INTEGRATION: CWS locdat30 (1.3.182); FILE MERGED 2008/06/14 19:07:59 erack 1.3.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [2e1865ed132b475d0774163101b9971ef4bf68a7]

INTEGRATION: CWS locdat30 (1.12.182); FILE MERGED 2008/06/14 19:07:59 erack 1.12.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [52949c2f2125c9e91121d17b977be49bc36b8838]

INTEGRATION: CWS vcl90 (1.240.52); FILE MERGED 2008/06/06 12:12:23 hdu 1.240.52.1: #i66277# add muktinarrow as glyph fallback font


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [c73be9709ff887e03b927044e375de6496bc0b3f]

INTEGRATION: CWS locdat30 (1.11.22); FILE MERGED 2008/06/14 19:07:59 erack 1.11.22.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [ff5a3d4dd322a09f0bf89125ab1d6c7d69fe3763]

INTEGRATION: CWS locdat30 (1.4.182); FILE MERGED 2008/06/14 19:07:59 erack 1.4.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [13d45849d3cee4b6b911385eff471cb5dd024e06]

INTEGRATION: CWS vcl90 (1.36.54); FILE MERGED 2008/06/19 18:15:05 pl 1.36.54.1: #i70905# avoid painting in layout only case


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [971cc192f76b56715d6dc166e7159ccce863b6ad]

INTEGRATION: CWS locdat30 (1.6.182); FILE MERGED 2008/06/14 19:07:59 erack 1.6.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [27f600907b66ef0efabdf30ca91927f98f420baa]

INTEGRATION: CWS locdat30 (1.4.178); FILE MERGED 2008/06/14 19:07:59 erack 1.4.178.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [aa21cedc97ca78db084aa75a561d1651bcf80d40]

INTEGRATION: CWS locdat30 (1.4.88); FILE MERGED 2008/06/14 19:07:59 erack 1.4.88.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [ebc3fad8c0d3f45667f0f54d0e9afed6c0834cca]

INTEGRATION: CWS locdat30 (1.11.182); FILE MERGED 2008/06/14 19:07:59 erack 1.11.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [0719686c1d8efd4d4673bf11a4a32067ba94f93d]

INTEGRATION: CWS locdat30 (1.10.182); FILE MERGED 2008/06/14 19:07:59 erack 1.10.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [0db630c92592f533212d958596adc59c9b27606e]

INTEGRATION: CWS locdat30 (1.5.182); FILE MERGED 2008/06/14 19:07:59 erack 1.5.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [325141b03b0add4e66bd9655f2f554a98894d46c]

INTEGRATION: CWS vcl90 (1.25.12); FILE MERGED 2008/06/03 16:52:31 pl 1.25.12.1: #i57260# find ppd key case insensitive


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [8cb764b5cb0e94c8d787401cbf4c9aaceaa083b2]

INTEGRATION: CWS locdat30 (1.13.182); FILE MERGED 2008/06/14 19:07:59 erack 1.13.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [5685bf9ebb7f484ce79e99eb84307f102df1afd8]

INTEGRATION: CWS vcl90 (1.10.12); FILE MERGED 2008/06/03 16:52:30 pl 1.10.12.1: #i57260# find ppd key case insensitive


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [2f74758a93d7e82e0a981cfbc242f23609a673e4]

INTEGRATION: CWS locdat30 (1.5.106); FILE MERGED 2008/06/14 19:07:59 erack 1.5.106.2: CurrencyID is ISO 4217 code! 2008/06/11 23:12:13 erack 1.5.106.1: #i86765# collation tailoring


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [ed03bb7cc0e97846d50c9681673c0089611ebfb1]

INTEGRATION: CWS vcl90 (1.48.80); FILE MERGED 2008/06/06 11:30:14 pl 1.48.80.1: #i89161# a little more space for japanese text


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [7b9939756ff01932fa4e3d150a6389bbacb251a0]

INTEGRATION: CWS locdat30 (1.17.182); FILE MERGED 2008/06/14 19:07:59 erack 1.17.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [9fc7273b72e9a3610218e1cf774474c8e9352ce8]

INTEGRATION: CWS sb90 (1.26.2); FILE MERGED 2008/06/25 12:17:27 sb 1.26.2.1: #157787# removed no longer needed utl::Bootstrap::getLogoData


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [af5a499a94f0684617c5a0aad48c0bf18d9e1260]

INTEGRATION: CWS locdat30 (1.4.182); FILE MERGED 2008/06/14 19:07:58 erack 1.4.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [7195c954c8589a5e036aa7dbd10a68af992dfc40]

INTEGRATION: CWS locdat30 (1.5.140); FILE MERGED 2008/06/14 19:07:58 erack 1.5.140.1: CurrencyID is ISO 4217 code!


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [36e33588a02c11217945132b954b2bf4c2ea675c]

INTEGRATION: CWS sb90 (1.13.12); FILE MERGED 2008/06/25 12:17:26 sb 1.13.12.1: #157787# removed no longer needed utl::Bootstrap::getLogoData


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [18afd822d8c6f2d98733cb65a725a43b5a23ec9e]

INTEGRATION: CWS locdat30 (1.14.182); FILE MERGED 2008/06/14 19:07:58 erack 1.14.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [6aafaadbcf5f0d0fcdff52c0655e7d18ea6c686c]

INTEGRATION: CWS locdat30 (1.9.22); FILE MERGED 2008/06/18 21:14:32 erack 1.9.22.1: #i85262# collator tailoring


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [2e9f0ee41962870723977ab2b1ba87db13c60aec]

INTEGRATION: CWS locdat30 (1.10.44); FILE MERGED 2008/06/14 19:07:58 erack 1.10.44.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [f654f69d9ea0b37b4b538745b8c6efce07d8b79d]

INTEGRATION: CWS locdat30 (1.11.182); FILE MERGED 2008/06/14 19:07:58 erack 1.11.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [ee127e6acc0ccc70949295abd18de9bb70304ee8]

INTEGRATION: CWS locdat30 (1.8.182); FILE MERGED 2008/06/14 19:07:58 erack 1.8.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [6218363ce42478597c25a16c69bb6dbf3e6ae304]

INTEGRATION: CWS locdat30 (1.9.182); FILE MERGED 2008/06/14 19:07:58 erack 1.9.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [24fda10d2a823a8a9bba72f3dd6bca1b109834d9]

INTEGRATION: CWS locdat30 (1.10.182); FILE MERGED 2008/06/14 19:07:58 erack 1.10.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [54ede1d8b8bf2054cf768128b69497fc07283491]

INTEGRATION: CWS locdat30 (1.14.182); FILE MERGED 2008/06/11 22:39:55 erack 1.14.182.1: #i87873# IndexKey order


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [59164db9e30824a3871c1f4fc69f8446cdc56424]

INTEGRATION: CWS locdat30 (1.13.182); FILE MERGED 2008/06/14 19:07:58 erack 1.13.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [e69236037f122bf3b57e333f4f55f3b9f69e6879]

INTEGRATION: CWS locdat30 (1.4.182); FILE MERGED 2008/06/14 19:07:58 erack 1.4.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [a8c21bea4beb6132eda614369078f7ae6bb328d7]

INTEGRATION: CWS calcshare3 (1.4.68); FILE MERGED 2008/05/30 14:02:34 tbe 1.4.68.1: #i87870# [Collaboration] No warning if other user disables and enables the shared mode


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [8d7a8a2e85b7cd613f2f4a8094a203ec48482751]

INTEGRATION: CWS locdat30 (1.6.182); FILE MERGED 2008/06/14 19:07:58 erack 1.6.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [f0d2885b6663ab7c7c70e2410af211136f96a768]

INTEGRATION: CWS calcshare3 (1.3.70); FILE MERGED 2008/05/30 14:01:20 tbe 1.3.70.1: #i87870# [Collaboration] No warning if other user disables and enables the shared mode


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [9578f6e280681e745131ba4dee86c0edb8380dee]

INTEGRATION: CWS calcshare3 (1.2.68); FILE MERGED 2008/05/30 14:00:25 tbe 1.2.68.1: #i87870# [Collaboration] No warning if other user disables and enables the shared mode


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [8daccce24617787298d1a9fa02adb3ed6b70e3fe]

INTEGRATION: CWS locdat30 (1.7.182); FILE MERGED 2008/06/14 19:07:58 erack 1.7.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [7bb243358318adfb45683350d1458688db2bfdd7]

INTEGRATION: CWS locdat30 (1.5.182); FILE MERGED 2008/06/14 19:07:58 erack 1.5.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [1be03815ddb7fed61ca5750fe86be0617bc932a4]

INTEGRATION: CWS locdat30 (1.11.182); FILE MERGED 2008/06/14 19:07:58 erack 1.11.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [e41bfce1e22010baeefb1b5f681faf57388c7e3f]

INTEGRATION: CWS locdat30 (1.12.182); FILE MERGED 2008/06/14 19:07:58 erack 1.12.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [16535a7ffa929c0d43b2fba7f8e78590cefda05e]

INTEGRATION: CWS locdat30 (1.14.160); FILE MERGED 2008/06/14 19:07:58 erack 1.14.160.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [f4512656a8c79b8fb3c5ea9bff40bf8037ee5e56]

INTEGRATION: CWS locdat30 (1.6.20); FILE MERGED 2008/06/15 11:51:30 erack 1.6.20.2: check if CurrencyID resembles ISO 4217 code and equals BankSymbol 2008/06/14 18:46:37 erack 1.6.20.1: continue lookup for compatible symbol


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [d4a6f253588327fb289781e4378abfa60d0a4bcc]

INTEGRATION: CWS locdat30 (1.15.126); FILE MERGED 2008/06/14 19:07:58 erack 1.15.126.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [ce9ac2aa57d98b4662859277e3e10621b1ad7f12]

INTEGRATION: CWS locdat30 (1.6.182); FILE MERGED 2008/06/14 19:07:57 erack 1.6.182.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [2b8237a7b4c3b26bca03921c75c18de88055d112]

INTEGRATION: CWS locdat30 (1.4.178); FILE MERGED 2008/06/14 19:07:57 erack 1.4.178.1: CurrencyID is ISO 4217 code!


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [6c9e7cd90ca46865bb3478be71ac89cbb823fee9]

INTEGRATION: CWS locdat30 (1.4.88); FILE MERGED 2008/06/14 19:07:57 erack 1.4.88.1: CurrencyID is ISO 4217 code!


2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [29ea82d6ab02f9fcd57827d3b51163fffb013010]

INTEGRATION: CWS sb90 (1.46.12); FILE MERGED 2008/06/26 11:28:55 sb 1.46.12.2: #157787# to allow for cross-platform edition data, consistently name the ini-file edition.ini (not editionrc) 2008/06/25 12:16:34 sb 1.46.12.1: #157787# as something of a hack (ultimately to avoid having to change resource strings after localization freeze), for now EDITIONNAME from potential editionrc overrides PRODUCTEXTENSION


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [045e5f0d197ed19c894ae119dd236045da96d221]

INTEGRATION: CWS i18n41 (1.1.2); FILE ADDED 2008/04/25 17:06:26 khong 1.1.2.3: i55063, make period a sentence delimiter 2008/04/25 06:40:50 khong 1.1.2.2: i55063, make space as Thai sentence delimiter 2008/04/24 03:19:10 khong 1.1.2.1: i55063, set Thai letters as sentence delimiter for Thai and English mixed text


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [68cd786e501efda2237265278dbf5bbd522ba886]

INTEGRATION: CWS i18n41 (1.9.12); FILE MERGED 2008/06/17 20:22:30 khong 1.9.12.2: i83229 fix the problem of leading hyphen for nubmers 2008/04/23 06:20:16 khong 1.9.12.1: i72868, i80891, i83229, fix Chinese punctuations and hyphen for line breakiterator


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [3f64da7b157b31c14b5f64ed4d356027aed6083a]

INTEGRATION: CWS i18n41 (1.33.36); FILE MERGED 2008/06/05 22:18:29 khong 1.33.36.2: RESYNC: (1.33-1.35); FILE MERGED 2008/04/23 06:11:55 khong 1.33.36.1: i55063, enable language specific sentence breakiterator


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [b8cddb74ddbdeb1e01e40775359e8aa7a28d03e7]

INTEGRATION: CWS i18n41 (1.12.140); FILE MERGED 2008/06/05 22:18:26 khong 1.12.140.2: RESYNC: (1.12-1.13); FILE MERGED 2008/04/23 06:04:53 khong 1.12.140.1: i87530 avoid breaking line before un-completed cell


2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [4dc8e240ebb411f7e2f7d404e0de45dda35944a3]

INTEGRATION: CWS i18n41 (1.25.2); FILE MERGED 2008/06/05 22:18:23 khong 1.25.2.2: RESYNC: (1.25-1.26); FILE MERGED 2008/04/23 06:09:02 khong 1.25.2.1: i88041: avoid startPos goes back to nStartPos when switching between Latin and CJK scripts


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [5f6f89e06c1480ad3a4cd75126b375c46bf77053]

INTEGRATION: CWS aquavcl08 (1.125.16); FILE MERGED 2008/06/05 15:19:33 pl 1.125.16.1: #i87663# trigger pending size events before immediate paint


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [73a57adbd513d8b45a11865b9464d1252bf8c80c]

INTEGRATION: CWS aquavcl08 (1.105.34); FILE MERGED 2008/05/28 17:55:50 pl 1.105.34.1: #i89962# prevent ImplHideFocus/ImplShowFocus problem


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [aae28104918b7a5cca425c4d0354578203395260]

INTEGRATION: CWS aquavcl08 (1.129.6); FILE MERGED 2008/06/19 12:06:51 hdu 1.129.6.1: #100000# get rid of WAE errors for debug=t


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a227b6f4502e391bba415f60d0301a3f370e217b]

INTEGRATION: CWS aquavcl08 (1.18.40); FILE MERGED 2008/05/15 13:26:31 pl 1.18.40.1: #i87249# support multiple page format print jobs on Mac/Aqua


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [baae5c087e912b235f26eaab33504d49aeac2039]

INTEGRATION: CWS aquavcl08 (1.36.40); FILE MERGED 2008/06/13 20:29:28 pl 1.36.40.1: #i90716# fix bouncing tab item text


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [d26d1985be461f9aa566539ca850727fda72bfe6]

INTEGRATION: CWS aquavcl08 (1.11.4); FILE MERGED 2008/06/13 20:29:28 pl 1.11.4.1: #i90716# fix bouncing tab item text


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [dcc3f6e77a793652cfe68b6c03a57cb1648ee049]

INTEGRATION: CWS impress143 (1.10.18); FILE MERGED 2008/05/26 12:12:24 sj 1.10.18.1: #i89579# applied patch from cmc (removed unused code)


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [230630e94ae0772773d071d6251df8bc419eae60]

INTEGRATION: CWS aquavcl08 (1.5.40); FILE MERGED 2008/05/15 13:26:31 pl 1.5.40.1: #i87249# support multiple page format print jobs on Mac/Aqua


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ee17e0c3e0796e82d5e8585d343416c498eb35b4]

INTEGRATION: CWS impress143 (1.9.18); FILE MERGED 2008/05/26 12:12:24 sj 1.9.18.1: #i89579# applied patch from cmc (removed unused code)


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f86a59c15a93fe1feed54670e32e2aac2dbdcae4]

INTEGRATION: CWS aquavcl08 (1.3.40); FILE MERGED 2008/06/02 09:05:26 pl 1.3.40.2: RESYNC: (1.3-1.4); FILE MERGED 2008/05/26 15:44:18 pl 1.3.40.1: #i89860# fix a mysterious crash


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [353d57d55c96eb015ff4352330f20da0e61bd50b]

INTEGRATION: CWS impress143 (1.13.18); FILE MERGED 2008/05/26 12:12:23 sj 1.13.18.1: #i89579# applied patch from cmc (removed unused code)


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [6aad4cb3d128acf0ade67245a897326e0679c347]

INTEGRATION: CWS aquavcl08 (1.9.34); FILE MERGED 2008/06/05 14:31:01 pl 1.9.34.7: #i90343# show images in menus if requested 2008/06/05 12:36:54 pl 1.9.34.6: join aquabmpfix02 2008/06/02 09:05:37 pl 1.9.34.5: RESYNC: (1.9-1.10); FILE MERGED 2008/05/26 15:44:18 pl 1.9.34.4: #i89860# fix a mysterious crash 2008/05/23 14:57:07 pl 1.9.34.3: #i84427# set default menubar when documents without menubar become key window 2008/05/20 11:25:50 pl 1.9.34.2: #i89600# revamp setting the default menubar 2008/05/19 18:53:41 ericb 1.9.34.1: use pString only when not NULL


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [0bcc5b066df0f2bafeb42c1d8eb7ca3377f278a9]

INTEGRATION: CWS impress143 (1.3.18); FILE MERGED 2008/05/26 12:12:23 sj 1.3.18.1: #i89579# applied patch from cmc (removed unused code)


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [91622870525fe3d342f8bc9bf9404992906ee8ef]

INTEGRATION: CWS aquavcl08 (1.8.32); FILE MERGED 2008/06/24 15:01:34 pl 1.8.32.12: #i86434# update resolution on screen change 2008/06/21 21:39:17 ericb 1.8.32.11:  better name for MacOSBOOL 2008/06/21 21:22:18 ericb 1.8.32.10: #i100000# use Cocoa API to detect whether an event is really in a given frame 2008/06/02 16:10:35 pl 1.8.32.9: #i80485# add moveWordRight and moveWordBackward 2008/06/02 16:02:29 pl 1.8.32.8: #i88582# dispatch key events to super for non handled key events 2008/06/02 09:05:23 pl 1.8.32.7: RESYNC: (1.8-1.9); FILE MERGED 2008/05/23 14:57:07 pl 1.8.32.6: #i84427# set default menubar when documents without menubar become key window 2008/05/20 09:04:49 ericb 1.8.32.5: #i89600# reverse windoShouldClose change 2008/05/20 08:30:52 pl 1.8.32.4: system version is not a pointer 2008/05/20 08:09:37 ericb 1.8.32.3: #i89600# use constant instead of magic 2008/05/19 18:52:05 ericb 1.8.32.2: #i89600# try to fix the defaultmenu issue for Tiger only 2008/05/18 07:12:00 ericb 1.8.32.1: #i89600# a try to fix the empty menu


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [574fb205e347b3f057cb19783f68a093957b33d4]

INTEGRATION: CWS impress143 (1.5.18); FILE MERGED 2008/05/26 12:12:23 sj 1.5.18.1: #i89579# applied patch from cmc (removed unused code)


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [16985ee14686ec092a4ee15b074d6cb2f48724d0]

INTEGRATION: CWS aquavcl08 (1.62.32); FILE MERGED 2008/06/25 17:50:42 pl 1.62.32.4: check for NULL ptr 2008/06/03 10:13:49 pl 1.62.32.3: #i90296# fix an assertion 2008/06/02 09:05:32 pl 1.62.32.2: RESYNC: (1.62-1.63); FILE MERGED 2008/05/20 11:25:50 pl 1.62.32.1: #i89600# revamp setting the default menubar


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [dc3d631b1fb1d9d8cba16a6b99966902080096bf]

INTEGRATION: CWS impress143 (1.6.18); FILE MERGED 2008/05/26 12:12:23 sj 1.6.18.1: #i89579# applied patch from cmc (removed unused code)


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [e39bd39e9243eab77364922c6a07d548da78da6d]

INTEGRATION: CWS aquavcl08 (1.25.4); FILE MERGED 2008/06/24 15:01:34 pl 1.25.4.1: #i86434# update resolution on screen change


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [bddd17d14acc60e5c9e9f57e6ed322afc15e0510]

INTEGRATION: CWS impress143 (1.11.18); FILE MERGED 2008/05/26 12:12:23 sj 1.11.18.1: #i89579# applied patch from cmc (removed unused code)


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [0e95453bfbd3fe85e871e5fa39963bfe66166ce2]

INTEGRATION: CWS aquavcl08 (1.15.40); FILE MERGED 2008/05/15 17:30:39 pl 1.15.40.2: #i89520# do not dispatch additional cocoa events during printing 2008/05/15 13:26:30 pl 1.15.40.1: #i87249# support multiple page format print jobs on Mac/Aqua


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f1845481cb178621302fca23cd542b0877ca32a0]

INTEGRATION: CWS aquavcl08 (1.13.4); FILE MERGED 2008/06/18 17:16:35 pl 1.13.4.3: #i90063# avoid clipping of focus rings on PushButton 2008/06/18 17:01:27 pl 1.13.4.2: #i90063# correct clipping of spinfield subedit 2008/06/03 17:40:59 pl 1.13.4.1: #i90291# do not invalidate the whole window all the time


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [d99551dc14209f671b5ce4d4d5b62e785b0da2d3]

INTEGRATION: CWS impress143 (1.7.18); FILE MERGED 2008/05/26 12:12:23 sj 1.7.18.1: #i89579# applied patch from cmc (removed unused code)


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [78ef0b2719dff24d27fa3e930de70c215a56e6d1]

INTEGRATION: CWS aquavcl08 (1.18.4); FILE MERGED 2008/06/24 15:01:34 pl 1.18.4.3: #i86434# update resolution on screen change 2008/06/19 09:48:34 pl 1.18.4.2: join aquabmpfix03 2008/06/03 10:13:49 pl 1.18.4.1: #i90296# fix an assertion


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [4ad5284fa9b258d5ce85bfe2b1dcea0c3d893e47]

INTEGRATION: CWS aquavcl08 (1.71.32); FILE MERGED 2008/06/26 07:12:48 hdu 1.71.32.10: #i90879# fix opened/closed polygon path creation 2008/06/25 17:50:39 pl 1.71.32.9: check for NULL ptr 2008/06/25 17:19:31 pl 1.71.32.8: #i91012# one small error by pl, one big disaster for whole office 2008/06/25 15:37:06 pl 1.71.32.7: mpFrame is set on vdevs also 2008/06/19 12:14:59 hdu 1.71.32.6: #i90879# polylines should stay open 2008/06/19 09:48:34 pl 1.71.32.5: join aquabmpfix03 2008/06/05 12:36:53 pl 1.71.32.4: join aquabmpfix02 2008/06/03 13:58:30 hdu 1.71.32.3: #i90273# fix vertical writing 2008/06/02 09:05:49 pl 1.71.32.2: RESYNC: (1.71-1.73); FILE MERGED 2008/05/19 13:04:16 hdu 1.71.32.1: #i89545# Aqua: fix font descent and extleading calculation


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [41139c4053458dd52ac672f7bcbfa297efd937cb]

INTEGRATION: CWS aquavcl08 (1.9.38); FILE MERGED 2008/05/31 11:51:06 ericb 1.9.38.3: fix a warning caused by nBreakPos 2008/05/23 06:40:44 hdu 1.9.38.2: #i89789# improved comments and fixed copyNpasto in ATSLayout::Gettextbreak() 2008/05/22 12:55:51 hdu 1.9.38.1: #i89789# OOo application layers expect STRING_LEN if everything fits


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [4ba94bede0342516764ed2faccc5c7aae92cfbfb]

INTEGRATION: CWS aquavcl08 (1.4.40); FILE MERGED 2008/05/15 13:26:30 pl 1.4.40.1: #i87249# support multiple page format print jobs on Mac/Aqua


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [6e64b5efa6f14525b0f1f24cedcb90c7485c5690]

INTEGRATION: CWS aquavcl08 (1.5.34); FILE MERGED 2008/06/21 22:28:36 ericb 1.5.34.8: #i89655# fix a typo in the implementation 2008/06/02 16:02:29 pl 1.5.34.7: #i88582# dispatch key events to super for non handled key events 2008/06/02 09:05:16 pl 1.5.34.6: RESYNC: (1.5-1.6); FILE MERGED 2008/05/31 08:00:12 ericb 1.5.34.5: #i89600# make comment more consistent 2008/05/31 07:59:12 ericb 1.5.34.4: #i89600# use constant instead of magic 2008/05/20 08:30:52 pl 1.5.34.3: system version is not a pointer 2008/05/20 08:08:53 ericb 1.5.34.2: #i89600# use constant instead of magic 2008/05/19 18:50:27 ericb 1.5.34.1: #i89655# implement SystemVersion for aqua


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [facfb6673a4ee87afee3191d4b279da4b5ac7429]

INTEGRATION: CWS aquavcl08 (1.48.32); FILE MERGED 2008/06/19 10:34:42 pl 1.48.32.7: RESYNC: (1.49-1.51); FILE MERGED 2008/06/13 20:29:29 pl 1.48.32.6: #i90716# fix bouncing tab item text 2008/06/07 14:31:23 pl 1.48.32.5: join aquabmpfix02 2008/06/02 09:05:12 pl 1.48.32.4: RESYNC: (1.48-1.49); FILE MERGED 2008/05/20 08:30:52 pl 1.48.32.3: system version is not a pointer 2008/05/19 18:50:27 ericb 1.48.32.2: #i89655# implement SystemVersion for aqua 2008/05/15 17:30:38 pl 1.48.32.1: #i89520# do not dispatch additional cocoa events during printing


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [2698cf528b4624ec2ee042d52ab103737856922e]

INTEGRATION: CWS impress143 (1.6.18); FILE MERGED 2008/05/26 12:12:22 sj 1.6.18.1: #i89579# applied patch from cmc (removed unused code)


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f4d35b13c76ea4590639ac49a13aecdd1b208c07]

INTEGRATION: CWS impress143 (1.15.18); FILE MERGED 2008/05/26 12:12:22 sj 1.15.18.1: #i89579# applied patch from cmc (removed unused code)


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [664686f4b3d6e3ab10b933885544e8414547df80]

INTEGRATION: CWS aquavcl08 (1.11.40); FILE MERGED 2008/06/02 10:36:41 pl 1.11.40.5: solve a merge problem 2008/06/02 09:05:02 pl 1.11.40.4: RESYNC: (1.11-1.12); FILE MERGED 2008/05/20 08:30:52 pl 1.11.40.3: system version is not a pointer 2008/05/20 08:08:53 ericb 1.11.40.2: #i89600# use constant instead of magic 2008/05/19 18:50:27 ericb 1.11.40.1: #i89655# implement SystemVersion for aqua


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [83a43ae0680588f46a7d886240b0618e25ce7975]

INTEGRATION: CWS aquavcl08 (1.4.40); FILE MERGED 2008/06/02 16:02:29 pl 1.4.40.3: #i88582# dispatch key events to super for non handled key events 2008/06/02 09:04:57 pl 1.4.40.2: RESYNC: (1.4-1.5); FILE MERGED 2008/05/19 18:48:54 ericb 1.4.40.1: #i89655# implement SystemVersion for aqua


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a742fe6e224cfa13a7ec489335365b6c619e8c83]

INTEGRATION: CWS impress143 (1.8.18); FILE MERGED 2008/05/26 12:12:22 sj 1.8.18.1: #i89579# applied patch from cmc (removed unused code)


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [9a42c6cea8e3d547372191cd0d1489beb0317314]

INTEGRATION: CWS aquavcl08 (1.11.40); FILE MERGED 2008/05/15 13:26:30 pl 1.11.40.1: #i87249# support multiple page format print jobs on Mac/Aqua


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [d1da9c384b0242b098b1a7942900b10751801e93]

INTEGRATION: CWS impress143 (1.35.16); FILE MERGED 2008/05/26 12:12:22 sj 1.35.16.1: #i89579# applied patch from cmc (removed unused code)


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [117e9793e7a7d4ccb909908eca867d66adb64cfd]

INTEGRATION: CWS aquavcl08 (1.8.40); FILE MERGED 2008/06/02 09:04:53 pl 1.8.40.2: RESYNC: (1.8-1.9); FILE MERGED 2008/05/26 15:44:18 pl 1.8.40.1: #i89860# fix a mysterious crash


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [51c380cdf1375a311538173f3e64741d521d8771]

INTEGRATION: CWS aquavcl08 (1.18.40); FILE MERGED 2008/05/15 17:30:38 pl 1.18.40.1: #i89520# do not dispatch additional cocoa events during printing


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [207796f49f10bc49511a63c5c60d42737fdf51e1]

INTEGRATION: CWS impress143 (1.11.18); FILE MERGED 2008/05/26 12:12:22 sj 1.11.18.1: #i89579# applied patch from cmc (removed unused code)


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c45212a63f21935d49442747f3a6eb0f55c1460b]

INTEGRATION: CWS impress143 (1.22.18); FILE MERGED 2008/05/26 12:12:22 sj 1.22.18.1: #i89579# applied patch from cmc (removed unused code)


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [1a4915a88eaa45d65978738ad4359d85b8793050]

INTEGRATION: CWS aquavcl08 (1.40.4); FILE MERGED 2008/06/24 15:01:34 pl 1.40.4.2: #i86434# update resolution on screen change 2008/06/19 09:48:33 pl 1.40.4.1: join aquabmpfix03


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [2a72a0cbd40aad02902be2ed68a0046ab2dd16fd]

INTEGRATION: CWS aquavcl08 (1.8.4); FILE MERGED 2008/06/02 16:02:29 pl 1.8.4.1: #i88582# dispatch key events to super for non handled key events


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [966167c64f20dabdada4a354566c303a18efb182]

INTEGRATION: CWS impress143 (1.11.18); FILE MERGED 2008/05/26 12:12:21 sj 1.11.18.1: #i89579# applied patch from cmc (removed unused code)


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [6298d09c993949d9720f9051409bee08a307fcfe]

INTEGRATION: CWS aquavcl08 (1.20.40); FILE MERGED 2008/06/02 09:04:50 pl 1.20.40.4: RESYNC: (1.20-1.21); FILE MERGED 2008/05/20 08:30:51 pl 1.20.40.3: system version is not a pointer 2008/05/20 08:06:40 ericb 1.20.40.2: #i89655# add constants for Mac OS X version detection 2008/05/19 18:48:44 ericb 1.20.40.1: #i89655# implement SystemVersion for aqua


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [2a05eb08575a2b148539e371dad86137306aeb2b]

INTEGRATION: CWS impress143 (1.20.18); FILE MERGED 2008/05/26 12:12:21 sj 1.20.18.1: #i89579# applied patch from cmc (removed unused code)


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [476144433956dd1dc0c31c09726ef23a6bf2f62d]

INTEGRATION: CWS aquavcl08 (1.3.6); FILE MERGED 2008/06/24 16:34:12 pl 1.3.6.1: #i89329# cover the drop unsuccessful case of OOo datatransfer::dnd API


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [1a4dde0895ce24e4405279c4ea78e31bf0580b81]

INTEGRATION: CWS aquavcl08 (1.4.6); FILE MERGED 2008/05/21 14:58:36 pl 1.4.6.2: #i89462# always have at least one mimetype to transfer 2008/05/20 14:18:01 pl 1.4.6.1: #i88532# ole objects no longer supported since the datatype is basically undefined and private to mso


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [e3f22bc9ca31d2f85528bfeb8efbf98b9c5f0614]

INTEGRATION: CWS impress143 (1.66.52); FILE MERGED 2008/05/16 16:06:27 sj 1.66.52.1: #i85715# added patch (wmf/emf export of rtl text)


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [5a9e4e6c82e9d6828213f8a93968688bf0d91e10]

INTEGRATION: CWS impress143 (1.13.52); FILE MERGED 2008/05/16 16:07:15 sj 1.13.52.1: #i85715# added patch (wmf/emf export of rtl text)


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [2b9c65b7d1bb901db919f85c01ce0c89d60330b2]

INTEGRATION: CWS impress143 (1.30.52); FILE MERGED 2008/05/28 14:06:40 af 1.30.52.2: Fixed build problems (shadowed variables). 2008/05/16 16:07:15 sj 1.30.52.1: #i85715# added patch (wmf/emf export of rtl text)


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [05cabd64b7f7ef0233393808930279b9070538fa]

INTEGRATION: CWS impress143 (1.8.52); FILE MERGED 2008/05/16 16:07:15 sj 1.8.52.1: #i85715# added patch (wmf/emf export of rtl text)


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [aa9a91cf78bf806fcf3660b92463ce7cb176e142]

INTEGRATION: CWS impress143 (1.20.52); FILE MERGED 2008/05/16 16:07:15 sj 1.20.52.1: #i85715# added patch (wmf/emf export of rtl text)


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c71d092e6601bd247b66cada327bcc2517b48d81]

INTEGRATION: CWS odfmetadata (1.12.34); FILE MERGED 2008/06/11 16:26:59 mst 1.12.34.1: - comphelper/inc/comphelper/storagehelper.hxx,   comphelper/source/misc/storagehelper.cxx:   + new static methods GetFileSystemStorageFactory, GetStorageFromURL2


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [7734680a8f5013b4d02bf7c46392c1078ec53b69]

INTEGRATION: CWS odfmetadata (1.7.34); FILE MERGED 2008/06/11 16:26:59 mst 1.7.34.1: - comphelper/inc/comphelper/storagehelper.hxx,   comphelper/source/misc/storagehelper.cxx:   + new static methods GetFileSystemStorageFactory, GetStorageFromURL2


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [47816e0b1fd7674486175da66992597e0b0c2351]

INTEGRATION: CWS ubuntusoclient (1.12.12); FILE MERGED 2008/06/23 15:15:24 vg 1.12.12.1: #158126# added new platform


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [36effaf6d18f04aa844e13793091b06182fabb58]

INTEGRATION: CWS ubuntusoclient (1.12.86); FILE MERGED 2008/06/20 14:43:27 vg 1.12.86.1: #158126# fixes for WEA


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [8ce79e6b376e56e02111618fcb1a4b2c714bbb36]

INTEGRATION: CWS ubuntusoclient (1.35.54); FILE MERGED 2008/06/20 14:43:27 vg 1.35.54.1: #158126# fixes for WEA


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [2a6700ef41ef7b255e4368e5e9c8b5f5535aa5e4]

INTEGRATION: CWS ubuntusoclient (1.9.86); FILE MERGED 2008/06/20 14:43:27 vg 1.9.86.1: #158126# fixes for WEA


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [830c38396c41156904302a595e90fea76d090642]

#100000# New license


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [d530ddb3a277daa35d7ecf59b856e4849e1e0f99]

INTEGRATION: CWS newkeyid1 (1.27.4); FILE MERGED 2008/05/28 15:32:58 gh 1.27.4.5: #i89566# adapted gsicheck to allow 250 chars for GID and LID 2008/05/21 12:53:26 gh 1.27.4.4: RESYNC: (1.27-1.28); FILE MERGED 2008/05/21 12:30:30 gh 1.27.4.3: #i89720 implement new KeyIDs 2008/04/16 09:36:42 gh 1.27.4.2: change delimiter of KeyID from . (dot) to | (pipe) and fix some errors in detection of KeyIDs 2008/04/03 10:46:11 gh 1.27.4.1: gsicheck now recognizes the new KeyIDs as well as the old ones. version 1.9


2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c90a61cf4faeb772f94617d2389d554d0777f171]

INTEGRATION: CWS newkeyid1 (1.1.2); FILE ADDED 2008/05/28 15:24:07 gh 1.1.2.5: #i90075#hardcode one KeyID to keyid1 2008/05/21 12:30:28 gh 1.1.2.4: #i89720 implement new KeyIDs 2008/04/16 09:34:02 gh 1.1.2.3: change delimiter of KeyID from . (dot) to | (pipe) 2008/04/03 10:44:23 gh 1.1.2.2: force KeyIDs to 6 Digits and generate keyIDs for fileds containing a zero 2008/03/13 12:20:15 gh 1.1.2.1: calculate KeyIDs for KeyID Build and Database import


2008-07-01  Rüdiger Timm  <rt@openoffice.org>  [c21498e44e590e68ef44f9278242b7d506a9e1b5]

#i91203# Patch by tono to make this build with mingw.


2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [21d5b2c75374e06d1cdc6ab4bb9afdd28335eed1]

INTEGRATION: CWS extmgrui04 (1.2.52); FILE MERGED 2008/06/18 08:40:17 dv 1.2.52.1: #i90143# Allowed access to publisher text and link for automatic testing


2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [8659549a49d01ced9e85f0dd8d2a25d85732e4cb]

INTEGRATION: CWS m68kport01 (1.8.22); FILE MERGED 2008/06/11 08:05:07 cmc 1.8.22.1: #i90600#  tools support for m68k


2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [2febb63c4be2a74d92a374d3ba029764801efbd5]

INTEGRATION: CWS i91009 (1.34.40); FILE MERGED 2008/06/25 08:48:20 hdu 1.34.40.1: #i91009# from CWS aquavcl08: fix ImplPixelFormat32::ReadPixel()


2008-06-30  Kurt Zenker  <kz@openoffice.org>  [e7f21ecc59b394fb716a58028e897dce20ba8324]

#i10000# take version form canvas05 (thb)


2008-06-30  Kurt Zenker  <kz@openoffice.org>  [5dcd316b07f51c8c122ce1154d57979f1b79dc10]

#i10000# take version form canvas05 (thb)


2008-06-27  Thorsten Behrens  <thb@openoffice.org>  [a22b0625b99c29ead4b0821f143156bc24e200c2]

#i10000# To please SunCC, had to implement isAccelerated/getDeviceHandle on most derived device helper classes


2008-06-27  Vladimir Glazounov  <vg@openoffice.org>  [dd22a76cb6cec30379a0a1953e1b30d210a45025]

#i10000# buildbreak on solaris fixed


2008-06-27  Kurt Zenker  <kz@openoffice.org>  [3912afadc6aa4327ff6831ff44acccfd6ae3c61d]

#i10000 buildbreak on solaris


2008-06-26  Kurt Zenker  <kz@openoffice.org>  [3a3757634ca765d0a8470357a98941c4489c32e3]

#i10000# warning fixes


2008-06-26  Kurt Zenker  <kz@openoffice.org>  [a36b846da94aa6f2c006fb9427753cce17bcfe68]

#i10000# warning fixed


2008-06-26  Kurt Zenker  <kz@openoffice.org>  [46b7cf0962320662630b782c25ace74b1f7bf1c6]

#i10000# fixed warnings


2008-06-26  Kurt Zenker  <kz@openoffice.org>  [ea697a958ed32b85aec805d7cac7fbb0fe401a47]

#i10000# add missing include


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [170b6858a1b52d09f16f8c664a25ebef3ba168cd]

INTEGRATION: CWS vcl89 (1.278.14); FILE MERGED 2008/05/08 15:24:39 pl 1.278.14.1: #i86645# gradient background style setting


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [6d471ae8576b6f88af62df5ea095ba4cf9ce0ab2]

INTEGRATION: CWS vcl89 (1.15.4); FILE MERGED 2008/05/07 19:44:47 pl 1.15.4.2: #i72327# support for system ppd dir 2008/05/07 17:40:12 pl 1.15.4.1: #i72327# support for gzipped PPD files


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [da83760981eb43fa42af6a3b7a5c388e9873cd11]

INTEGRATION: CWS vcl89 (1.23.4); FILE MERGED 2008/05/07 19:44:47 pl 1.23.4.1: #i72327# support for system ppd dir


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [59cb0533eab61cbc1a720c285653d2f9d0832e81]

INTEGRATION: CWS vcl89 (1.23.4); FILE MERGED 2008/05/07 19:44:47 pl 1.23.4.2: #i72327# support for system ppd dir 2008/05/07 17:40:12 pl 1.23.4.1: #i72327# support for gzipped PPD files


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [b41311e4d08c66af0b33b31d8b2cad39d5f916d6]

INTEGRATION: CWS vcl89 (1.3.4); FILE MERGED 2008/05/07 19:57:23 pl 1.3.4.1: #i72327# use switch WITH_SYSTEM_PPD_DIR


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [baffd26932a7962faa9bca71270b0db30c75bc23]

INTEGRATION: CWS vcl89 (1.76.20); FILE MERGED 2008/05/07 12:08:57 pl 1.76.20.1: #i89111# remove static member abomination


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [d0c6b5ef5d8bc89400e814367c7e666461c490ba]

INTEGRATION: CWS vcl89 (1.6.20); FILE MERGED 2008/04/25 12:13:12 pl 1.6.20.1: #i76095# enable tabstop for keyboard accessibility


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [2578a775f66a730599446cbbc917880ab32e7471]

INTEGRATION: CWS vcl89 (1.112.8); FILE MERGED 2008/06/05 14:37:38 hdu 1.112.8.1: #i90389# fix CJK punctuation compression on WIN (thanks ameliawang)


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [620aa266cd6f8f3353d07bff4a36fd43366f998f]

INTEGRATION: CWS vcl89 (1.35.16); FILE MERGED 2008/05/26 17:16:14 pl 1.35.16.1: #157966# catch bad driver in ImplCreateSalPrnIC


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [edfb071319240bfe8b8d51cd9bbba5c3ac75524e]

INTEGRATION: CWS vcl89 (1.31.16); FILE MERGED 2008/06/04 11:33:37 hdu 1.31.16.1: #i28610# where did this special handling of ITC come from?


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [2d798a7a27ebf0111f6bd0359d22f5e2b42b0eca]

INTEGRATION: CWS vcl89 (1.51.16); FILE MERGED 2008/05/16 13:01:37 pl 1.51.16.1: #i88799# fix a remnant of threelayer office


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [b5997fa3abcf1058458fb08b7e176d79c6590b2e]

INTEGRATION: CWS vcl89 (1.29.12); FILE MERGED 2008/06/04 11:33:37 hdu 1.29.12.1: #i28610# where did this special handling of ITC come from?


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [ddde6455051c31cf4e8e96ea50208d6cd0bee88f]

INTEGRATION: CWS vcl89 (1.96.2); FILE MERGED 2008/05/27 16:29:24 pl 1.96.2.1: #i89718# use gdk signal for screen size changes to avoid problems using multiple libXRandR instances


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [d7e55f326dba4e460b5316f523d95e48c1bd1123]

INTEGRATION: CWS vcl89 (1.3.16); FILE MERGED 2008/05/27 16:29:24 pl 1.3.16.1: #i89718# use gdk signal for screen size changes to avoid problems using multiple libXRandR instances


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [d37a00dc8a873b69e2923953adb7e08f40ca586d]

INTEGRATION: CWS vcl89 (1.10.16); FILE MERGED 2008/05/27 16:29:24 pl 1.10.16.1: #i89718# use gdk signal for screen size changes to avoid problems using multiple libXRandR instances


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [3c91ed017a2e1d68bbce647b60f685fe24609b26]

INTEGRATION: CWS vcl89 (1.46.16); FILE MERGED 2008/05/27 16:29:24 pl 1.46.16.1: #i89718# use gdk signal for screen size changes to avoid problems using multiple libXRandR instances


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [596589376221cf8acfa02c461255221be6f7682d]

INTEGRATION: CWS vcl89 (1.5.14); FILE MERGED 2008/06/04 11:33:37 hdu 1.5.14.1: #i28610# where did this special handling of ITC come from?


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [5ab30d61378bfbc20a5bc28f68b23063a234be38]

INTEGRATION: CWS vcl89 (1.80.12); FILE MERGED 2008/05/06 14:03:32 pl 1.80.12.2: #i73863# reset input context (thanks cmc) 2008/05/06 10:28:48 pl 1.80.12.1: #i86302# fix a hen and egg problem with configure events


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [f53eeb6e22ba7a9ae4b9592dc29ee567280f8fa8]

INTEGRATION: CWS vcl89 (1.39.10); FILE MERGED 2008/05/27 16:29:23 pl 1.39.10.1: #i89718# use gdk signal for screen size changes to avoid problems using multiple libXRandR instances


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [2fa341fe32c290ba51da3b818215ced3c5edc91c]

INTEGRATION: CWS vcl89 (1.105.12); FILE MERGED 2008/04/30 11:34:00 pl 1.105.12.1: #i88813# force tab cycling in toolbox


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [a69828edf698cb7dc4233a7c3868d9acb0143e39]

INTEGRATION: CWS vcl89 (1.28.14); FILE MERGED 2008/05/29 08:32:33 pl 1.28.14.2: RESYNC: (1.28-1.29); FILE MERGED 2008/05/28 13:20:35 pl 1.28.14.1: #i87238# play with status bar height


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [025fa60f0e1d9c936e8439fc6261b08753692b2a]

INTEGRATION: CWS vcl89 (1.161.16); FILE MERGED 2008/05/09 08:44:02 pl 1.161.16.2: RESYNC: (1.161-1.162); FILE MERGED 2008/04/23 17:38:35 pl 1.161.16.1: #i87559# highcontrast should not draw black to white gradient


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [41ed4ba3286d43b1c87dd33c24ec9a7cf6ff3749]

INTEGRATION: CWS vcl89 (1.9.16); FILE MERGED 2008/04/23 17:38:34 pl 1.9.16.1: #i87559# highcontrast should not draw black to white gradient


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [c183007b9325d5811cab65692da5f90010f24b17]

INTEGRATION: CWS vcl89 (1.92.16); FILE MERGED 2008/06/05 03:53:38 hdu 1.92.16.2: #i90332# SalLayout::GetFallbackFontData() returning NULL implies that no fallback is needed 2008/06/04 14:48:03 hdu 1.92.16.1: #i90332# fix base layer font for glyph fallback


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [8ce45dda6636b15d3135a54629d5c65b3d8889f6]

INTEGRATION: CWS vcl89 (1.26.16); FILE MERGED 2008/05/07 12:08:21 pl 1.26.16.1: #i89111# remove static member abomination


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [cfeb24f3ac27961d7dd26991093f90bd1a64406f]

INTEGRATION: CWS vcl89 (1.127.2); FILE MERGED 2008/05/29 08:33:15 pl 1.127.2.2: RESYNC: (1.127-1.128); FILE MERGED 2008/05/21 16:04:19 pl 1.127.2.1: #i55736# not relative URIs should be properly encoded


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [ffdb487cb5cfb8b973bb7a2ffe555ad856da8074]

INTEGRATION: CWS vcl89 (1.40.16); FILE MERGED 2008/04/29 09:03:16 pl 1.40.16.1: #i88818# catch negative sizes


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [a08864514167f760f4757a90bd6ec3844e52017e]

INTEGRATION: CWS vcl89 (1.66.12); FILE MERGED 2008/05/23 10:19:11 pl 1.66.12.1: #i89393# do not swallow unmodified KEY_A


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [e410687079ec256b517ea20b866c99f092ae25c9]

INTEGRATION: CWS vcl89 (1.48.16); FILE MERGED 2008/05/22 13:07:10 pl 1.48.16.2: #i71064# translate german comment 2008/05/22 13:04:23 pl 1.48.16.1: #i71064# case insensitive autocomplete should be case insensitive


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [ff52e2bbfb8523aaa0906d3a4507b9dd583037d2]

INTEGRATION: CWS vcl89 (1.74.16); FILE MERGED 2008/05/29 08:32:26 pl 1.74.16.2: RESYNC: (1.74-1.75); FILE MERGED 2008/05/08 15:24:39 pl 1.74.16.1: #i86645# gradient background style setting


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [d99109d61f5ac6af4a972d3dfd6cd75316bd0fde]

INTEGRATION: CWS vcl89 (1.7.16); FILE MERGED 2008/04/30 11:33:59 pl 1.7.16.1: #i88813# force tab cycling in toolbox


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [a042deeb6ab89417cad3e2053b728e44ffa4cb49]

INTEGRATION: CWS vcl89 (1.5.16); FILE MERGED 2008/05/08 15:24:38 pl 1.5.16.1: #i86645# gradient background style setting


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [562e14c1202bdae7e1fa41e9bdd3263089ecfe0b]

INTEGRATION: CWS vcl89 (1.7.16); FILE MERGED 2008/06/05 03:53:37 hdu 1.7.16.2: #i90332# SalLayout::GetFallbackFontData() returning NULL implies that no fallback is needed 2008/06/04 14:48:03 hdu 1.7.16.1: #i90332# fix base layer font for glyph fallback


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [01be36d518dab369381909365e2f677fcb64c637]

INTEGRATION: CWS vcl89 (1.3.16); FILE MERGED 2008/05/07 12:08:20 pl 1.3.16.1: #i89111# remove static member abomination


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [bb60ba7e94c7b2512018cf4502c04c6cbd80355c]

INTEGRATION: CWS rptwizard01 (1.17.88); FILE MERGED 2008/05/21 10:12:02 lla 1.17.88.4: RESYNC: (1.17-1.18); FILE MERGED 2008/04/14 09:06:16 lla 1.17.88.3: #i86925# better exception description 2008/03/17 13:31:51 lla 1.17.88.2: #i86925# throw clause forgotten 2008/03/14 13:47:16 lla 1.17.88.1: #i86925# Unit Converter


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [5e7ae2372c2e62ae912fd92f917683f797c60817]

INTEGRATION: CWS vcl89 (1.3.70); FILE MERGED 2008/05/29 11:47:09 pl 1.3.70.1: #i89625# unused code removal


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [51276da46d062163f3186f0c3b209d4ae0c76d40]

INTEGRATION: CWS rptwizard01 (1.6.190); FILE MERGED 2008/05/21 10:11:57 lla 1.6.190.3: RESYNC: (1.6-1.7); FILE MERGED 2008/03/14 14:00:22 lla 1.6.190.2: #i86925# cleanup 2008/03/14 13:47:16 lla 1.6.190.1: #i86925# Unit Converter


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [eddcf82f72f33a6808a8e4602a6bf8ca9c1c3ad5]

INTEGRATION: CWS vcl89 (1.25.8); FILE MERGED 2008/05/07 19:47:59 pl 1.25.8.3: #i72327# add getKnownPPDDrivers 2008/05/07 19:06:47 pl 1.25.8.2: #i72327# support for system cups dir 2008/05/07 17:41:51 pl 1.25.8.1: #i72327# support for gzipped PPD files


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [3ca75bd08779ace999596d9eb2fc58e59cab77e1]

INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/12 08:06:37 lla 1.1.2.1: #i86925# add tests for com.sun.star.awt.XUnitConversion


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [096dc503aeb4c643a8396ca2b59ee8a04d0bcd66]

INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/12 08:06:48 lla 1.1.2.1: #i86925# add tests for com.sun.star.awt.XUnitConversion


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [61bca64451a7e40cd39d432ba2e790c78534d7f2]

INTEGRATION: CWS vcl89 (1.5.8); FILE MERGED 2008/05/07 19:06:47 pl 1.5.8.1: #i72327# support for system cups dir


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [341d19b949639f9fdaa64331b17ad61eb816a992]

INTEGRATION: CWS rptwizard01 (1.7.88); FILE MERGED 2008/05/21 10:11:54 lla 1.7.88.4: RESYNC: (1.7-1.8); FILE MERGED 2008/03/17 13:31:04 lla 1.7.88.3: #i86925# include for throw clause forgotten 2008/03/17 12:07:26 lla 1.7.88.2: #i86925# wrong throws clause fixed 2008/03/14 13:47:15 lla 1.7.88.1: #i86925# Unit Converter


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [e32bd8ff6f4af6d2de695e4542aebfa74fca9ee2]

INTEGRATION: CWS vcl89 (1.33.8); FILE MERGED 2008/05/07 19:06:47 pl 1.33.8.1: #i72327# support for system cups dir


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [45f65a291088c9d2471af4b937bf9c6d73b25c9c]

INTEGRATION: CWS rptwizard01 (1.6.320); FILE MERGED 2008/05/21 10:11:51 lla 1.6.320.4: RESYNC: (1.6-1.7); FILE MERGED 2008/03/14 14:06:08 lla 1.6.320.3: #i86925# cleanup 2008/03/14 14:02:46 lla 1.6.320.2: #i86925# cleanup 2008/03/14 13:47:15 lla 1.6.320.1: #i86925# Unit Converter


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [4c75da12f2684e84811e76c02b8841347c2175db]

INTEGRATION: CWS vcl89 (1.20.6); FILE MERGED 2008/05/19 09:12:06 pl 1.20.6.1: #i89625# remove unused code


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [8f680d12cf4d58a4b301a61a6481d25413c6d617]

INTEGRATION: CWS vcl89 (1.46.6); FILE MERGED 2008/05/19 09:12:06 pl 1.46.6.1: #i89625# remove unused code


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [896168778d43f7ed4af42c3abae964dddfe61513]

INTEGRATION: CWS vcl89 (1.3.8); FILE MERGED 2008/05/19 09:12:06 pl 1.3.8.1: #i89625# remove unused code


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [89101e7759a99c91dafa2d4498c53dfde225f23a]

INTEGRATION: CWS vcl89 (1.7.8); FILE MERGED 2008/05/19 09:12:06 pl 1.7.8.1: #i89625# remove unused code


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [617a8f00f495bd9e4fe0691e343c05ddca485a44]

INTEGRATION: CWS vcl89 (1.10.8); FILE MERGED 2008/05/07 19:47:58 pl 1.10.8.2: #i72327# add getKnownPPDDrivers 2008/05/07 19:06:46 pl 1.10.8.1: #i72327# support for system cups dir


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [38f031d5f5dab32e732bf33e6b9fcc685a27cfac]

INTEGRATION: CWS dba30d (1.5.32); FILE MERGED 2008/06/15 19:07:33 fs 1.5.32.1: #i90757#


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [20b445f7eb56740f0d30e4276d36991d48dbcafb]

INTEGRATION: CWS dba30d (1.7.32); FILE MERGED 2008/06/04 12:23:09 fs 1.7.32.1: correct supportsService


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [d46ad6f6bb88ea2feed8a584f233b92e4c90adf5]

INTEGRATION: CWS dba30d (1.15.64); FILE MERGED 2008/05/27 11:21:10 oj 1.15.64.1: #i89693# check return value of Search


2008-06-25  Kurt Zenker  <kz@openoffice.org>  [792b49c2840e15a6aef983ba22b924ce51f5d49a]

INTEGRATION: CWS dba30d (1.22.64); FILE MERGED 2008/06/02 08:28:20 fs 1.22.64.1: #i84924# proper font initialization


2008-06-25  Rüdiger Timm  <rt@openoffice.org>  [460ec010a7e6f03873e1767d3d915664b42c6913]

#i90810# For now undo changes made by CWS hr51 to get this compiled by .Net2003 compiler again. Has of course to be cleaned up later on.


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [1b8cc7ccef7ef1f1b60ff101b6a115b1230148b8]

INTEGRATION: CWS canvas05 (1.10.20); FILE MERGED 2008/04/21 07:56:10 thb 1.10.20.2: RESYNC: (1.10-1.11); FILE MERGED 2007/10/01 13:50:40 thb 1.10.20.1: #i80285# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [95b04303a2edcf289428e08ccae4b9e5fe85b8fc]

INTEGRATION: CWS canvas05 (1.4.78); FILE MERGED 2008/04/21 07:56:04 thb 1.4.78.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/01 13:50:39 thb 1.4.78.1: #i80285# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [407d3620199ed664a08c790eb259c2cf74ec497a]

INTEGRATION: CWS canvas05 (1.8.164); FILE MERGED 2008/04/21 07:56:07 thb 1.8.164.2: RESYNC: (1.8-1.9); FILE MERGED 2007/10/01 13:50:39 thb 1.8.164.1: #i80285# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [f2552942f31603b0d770446b8259a3b847f1f96f]

INTEGRATION: CWS canvas05 (1.5.110); FILE MERGED 2008/04/21 07:52:18 thb 1.5.110.3: RESYNC: (1.6-1.7); FILE MERGED 2007/11/06 12:37:28 thb 1.5.110.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/01 13:47:58 thb 1.5.110.1: #i79339# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d2ecab06fca24881556db5702935b85bf56480f9]

INTEGRATION: CWS canvas05 (1.13.26); FILE MERGED 2008/04/21 07:52:21 thb 1.13.26.4: RESYNC: (1.16-1.17); FILE MERGED 2008/04/07 14:41:12 thb 1.13.26.3: RESYNC: (1.14-1.16); FILE MERGED 2007/11/06 12:37:25 thb 1.13.26.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/01 13:47:58 thb 1.13.26.1: #i79339# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [668492483c8f9d82732ea868ef64eb582c3a6759]

INTEGRATION: CWS canvas05 (1.2.74); FILE MERGED 2008/04/21 07:51:52 thb 1.2.74.3: RESYNC: (1.3-1.4); FILE MERGED 2008/04/07 14:41:04 thb 1.2.74.2: RESYNC: (1.2-1.3); FILE MERGED 2007/10/01 13:45:51 thb 1.2.74.1: #i79258# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [ed4f3d33c743dc4c91d746fe20df9e5470906af0]

INTEGRATION: CWS canvas05 (1.2.132); FILE MERGED 2008/01/07 23:01:24 thb 1.2.132.1: #i81092# Filtering more internal symbols; dont filter getImplementationName


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d38409fc1748adb4c298c951023911286a209091]

INTEGRATION: CWS canvas05 (1.12.2); FILE MERGED 2008/06/03 15:54:00 thb 1.12.2.1: Upstreaming elliptical arc import for svg:d parser


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [6a526d6fc601d8676c8f0502250e8da1f16e5365]

INTEGRATION: CWS canvas05 (1.9.4); FILE MERGED 2008/06/03 15:54:00 thb 1.9.4.1: Upstreaming elliptical arc import for svg:d parser


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [6e132431de49d95dedd6ab361150a6cfe8d27d75]

INTEGRATION: CWS canvas05 (1.18.2); FILE MERGED 2008/06/03 15:54:00 thb 1.18.2.1: Upstreaming elliptical arc import for svg:d parser


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [638bdf57941f8d17b12e036449b81ccbf76861f3]

INTEGRATION: CWS canvas05 (1.30.4); FILE MERGED 2008/04/21 07:51:13 thb 1.30.4.2: RESYNC: (1.30-1.31); FILE MERGED 2007/10/01 12:21:25 thb 1.30.4.1: #i80285# Merged nonzero winding rule feature from picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [3dcce8e217f6cba67b05bd693a80d412a4adce7e]

INTEGRATION: CWS canvas05 (1.3.34); FILE MERGED 2008/04/21 07:51:10 thb 1.3.34.2: RESYNC: (1.3-1.4); FILE MERGED 2007/10/01 12:21:24 thb 1.3.34.1: #i80285# Merged nonzero winding rule feature from picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d35cc628702122bd66959fc55a7a5ea7ef6cbfdc]

INTEGRATION: CWS canvas05 (1.10.34); FILE MERGED 2008/04/21 07:50:54 thb 1.10.34.2: RESYNC: (1.10-1.11); FILE MERGED 2007/12/20 16:41:43 thb 1.10.34.1: #i81092# Now distinguishing between normal and sprite canvas


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [7962b7e7eb760f676a37cfc81db0303f88ebe6c5]

INTEGRATION: CWS canvas05 (1.9.10); FILE MERGED 2008/04/21 07:50:48 thb 1.9.10.2: RESYNC: (1.9-1.10); FILE MERGED 2007/10/01 13:41:45 thb 1.9.10.1: #i79258# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c6d91e04c480739a4f54acac32dcd38831bec60f]

INTEGRATION: CWS canvas05 (1.8.38); FILE MERGED 2008/04/21 07:50:51 thb 1.8.38.2: RESYNC: (1.8-1.9); FILE MERGED 2007/10/01 13:41:45 thb 1.8.38.1: #i79258# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [2bd7231c701fe1580e2c0b1b10805fe8c9148707]

INTEGRATION: CWS canvas05 (1.8.38); FILE MERGED 2008/04/21 07:50:39 thb 1.8.38.2: RESYNC: (1.8-1.9); FILE MERGED 2007/10/01 13:41:45 thb 1.8.38.1: #i79258# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [4f5d9b33614e1f0e93e7c86492402aaf646eb06d]

INTEGRATION: CWS canvas05 (1.9.10); FILE MERGED 2008/04/21 07:50:42 thb 1.9.10.2: RESYNC: (1.9-1.10); FILE MERGED 2007/10/01 13:41:45 thb 1.9.10.1: #i79258# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c9471a129374b66e5c5faadcde4bafd26cad7e41]

INTEGRATION: CWS canvas05 (1.8.38); FILE MERGED 2008/04/21 07:50:33 thb 1.8.38.2: RESYNC: (1.8-1.9); FILE MERGED 2007/10/01 13:41:45 thb 1.8.38.1: #i79258# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [3f6b3d494bec63359ffe0749a385b553c1ab344d]

INTEGRATION: CWS canvas05 (1.9.38); FILE MERGED 2008/04/21 07:50:45 thb 1.9.38.2: RESYNC: (1.9-1.10); FILE MERGED 2007/10/01 13:41:45 thb 1.9.38.1: #i79258# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [dbf852e92c6f739b237b8a2a4e1538f8f98a1d5d]

INTEGRATION: CWS canvas05 (1.7.38); FILE MERGED 2008/04/21 07:50:36 thb 1.7.38.2: RESYNC: (1.7-1.8); FILE MERGED 2007/10/01 13:41:45 thb 1.7.38.1: #i79258# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [2be8f910b46e76d7b9ddf0dec24d69891733d7b9]

INTEGRATION: CWS canvas05 (1.9.10); FILE MERGED 2008/04/21 07:50:57 thb 1.9.10.2: RESYNC: (1.9-1.10); FILE MERGED 2007/10/01 13:41:45 thb 1.9.10.1: #i79258# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [3c086209d6b33fa77947481d94c17f6ad455ff81]

INTEGRATION: CWS canvas05 (1.10.14); FILE MERGED 2008/04/21 07:50:17 thb 1.10.14.2: RESYNC: (1.10-1.11); FILE MERGED 2007/10/01 13:41:45 thb 1.10.14.1: #i79258# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [533af927b64d262283bb97d8208ae4ec2b0b36a4]

INTEGRATION: CWS canvas05 (1.18.14); FILE MERGED 2008/04/21 07:50:30 thb 1.18.14.3: RESYNC: (1.19-1.20); FILE MERGED 2008/04/07 14:40:34 thb 1.18.14.2: RESYNC: (1.18-1.19); FILE MERGED 2007/10/01 13:41:44 thb 1.18.14.1: #i79258# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c0063326de94bda2c1330aed60fc58eb50a776c9]

INTEGRATION: CWS canvas05 (1.12.12); FILE MERGED 2008/04/21 07:50:26 thb 1.12.12.2: RESYNC: (1.12-1.13); FILE MERGED 2007/12/20 16:42:53 thb 1.12.12.1: #i84784# Fixes to polygon output + enhancements for gradients kindly provided by rodo


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [b1239f1b61bd0f3be5ae5d6053a4d17d2aca9110]

INTEGRATION: CWS canvas05 (1.10.14); FILE MERGED 2008/04/21 07:50:11 thb 1.10.14.2: RESYNC: (1.10-1.11); FILE MERGED 2007/10/01 13:41:44 thb 1.10.14.1: #i79258# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [3ae70f84511f48aae9335a216f2ff68c5c5f5dc6]

INTEGRATION: CWS canvas05 (1.12.14); FILE MERGED 2008/04/21 07:50:14 thb 1.12.14.2: RESYNC: (1.12-1.13); FILE MERGED 2007/10/01 13:41:44 thb 1.12.14.1: #i79258# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [67bae3b77b41df8517edbfab5c45d2dda78b3ea5]

INTEGRATION: CWS canvas05 (1.23.6); FILE MERGED 2008/04/21 07:50:08 thb 1.23.6.4: RESYNC: (1.23-1.24); FILE MERGED 2008/04/15 15:04:55 thb 1.23.6.3: #i66425# Fixing missing strikeout text feature in slideshow. fix courtesy liujl. 2007/12/20 16:42:53 thb 1.23.6.2: #i84784# Fixes to polygon output + enhancements for gradients kindly provided by rodo 2007/10/01 13:41:44 thb 1.23.6.1: #i79258# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [7baa7dd7cd20f04cc1eb96bb493cd797db209cc2]

INTEGRATION: CWS canvas05 (1.32.246); FILE MERGED 2008/04/21 07:47:14 thb 1.32.246.3: RESYNC: (1.32-1.33); FILE MERGED 2008/04/06 19:35:20 mox 1.32.246.2: Change headers to GetGraphicsData() const, Build fixes for VCL aqua 2008/01/24 16:50:10 thb 1.32.246.1: #i85559# Added OutputDevice::GetCanvas method (and necessary ground work)


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [b5c2e20cea367675750fccd02527a008f39aeb4a]

INTEGRATION: CWS canvas05 (1.26.90); FILE MERGED 2008/04/21 07:47:07 thb 1.26.90.4: RESYNC: (1.28-1.29); FILE MERGED 2008/04/07 14:38:09 thb 1.26.90.3: RESYNC: (1.26-1.28); FILE MERGED 2008/04/06 19:35:20 mox 1.26.90.2: Change headers to GetGraphicsData() const, Build fixes for VCL aqua 2008/01/24 16:50:10 thb 1.26.90.1: #i85559# Added OutputDevice::GetCanvas method (and necessary ground work)


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a577c6d57701c314b59be361a55f063b5c60ad25]

INTEGRATION: CWS canvas05 (1.224.8); FILE MERGED 2008/06/09 08:19:40 thb 1.224.8.2: Replaced screen ptr with screen number, which should be more reliable 2008/04/28 23:19:33 thb 1.224.8.1: Passing along screen ptr with SystemData objects


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [07389e1acb3b68a388b2603f9782d681c0a1c5c5]

INTEGRATION: CWS canvas05 (1.47.304); FILE MERGED 2008/06/09 08:19:40 thb 1.47.304.6: Replaced screen ptr with screen number, which should be more reliable 2008/04/28 23:19:32 thb 1.47.304.5: Passing along screen ptr with SystemData objects 2008/04/21 07:48:29 thb 1.47.304.4: RESYNC: (1.47-1.48); FILE MERGED 2008/04/06 19:35:20 mox 1.47.304.3: Change headers to GetGraphicsData() const, Build fixes for VCL aqua 2008/03/31 10:51:42 thb 1.47.304.2: Extending amount of information for X11 SystemGraphicsData 2008/01/24 16:50:09 thb 1.47.304.1: #i85559# Added OutputDevice::GetCanvas method (and necessary ground work)


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [aca7ff694690e109b571e13c724bf4bc83733ba1]

INTEGRATION: CWS canvas05 (1.26.62); FILE MERGED 2008/04/21 07:48:26 thb 1.26.62.4: RESYNC: (1.28-1.29); FILE MERGED 2008/04/07 14:39:14 thb 1.26.62.3: RESYNC: (1.26-1.28); FILE MERGED 2008/04/06 19:35:20 mox 1.26.62.2: Change headers to GetGraphicsData() const, Build fixes for VCL aqua 2008/02/28 12:46:25 thb 1.26.62.1: Added missing implementation for GetGraphicsData


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [7741cd96bf7b116ec7ddfb64ad6fcb2a4573dd25]

INTEGRATION: CWS canvas05 (1.95.8); FILE MERGED 2008/05/23 23:03:46 thb 1.95.8.2: RESYNC: (1.95-1.96); FILE MERGED 2008/04/28 22:29:10 thb 1.95.8.1: Enable xinerama support also for 64bit (kudos to rodo for the fix)


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [3bdb151f0be663edb4c84947dffe852c09c8ab21]

INTEGRATION: CWS canvas05 (1.41.90); FILE MERGED 2008/04/21 07:48:09 thb 1.41.90.4: RESYNC: (1.44-1.45); FILE MERGED 2008/04/07 14:38:51 thb 1.41.90.3: RESYNC: (1.41-1.44); FILE MERGED 2008/04/06 19:35:19 mox 1.41.90.2: Change headers to GetGraphicsData() const, Build fixes for VCL aqua 2008/01/24 16:50:09 thb 1.41.90.1: #i85559# Added OutputDevice::GetCanvas method (and necessary ground work)


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [00f58e61b5e381fc8effc331d1266301dc4edb40]

INTEGRATION: CWS canvas05 (1.15.90); FILE MERGED 2008/04/21 07:48:06 thb 1.15.90.4: RESYNC: (1.17-1.18); FILE MERGED 2008/04/07 14:38:48 thb 1.15.90.3: RESYNC: (1.15-1.17); FILE MERGED 2008/04/06 19:35:19 mox 1.15.90.2: Change headers to GetGraphicsData() const, Build fixes for VCL aqua 2008/02/21 21:16:47 thb 1.15.90.1: Added GetGraphicsData for headless plugin as well


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d0e2bc2771f8ac981a3b65a0757d0f4d6877fba8]

INTEGRATION: CWS canvas05 (1.2.64); FILE MERGED 2008/04/21 07:48:16 thb 1.2.64.4: RESYNC: (1.4-1.5); FILE MERGED 2008/04/08 12:15:48 thb 1.2.64.3: Fixing post-resync build breakers 2008/04/07 14:39:00 thb 1.2.64.2: RESYNC: (1.2-1.4); FILE MERGED 2008/02/21 21:07:33 thb 1.2.64.1: Added GetGraphicsData for headless plugin as well


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [4786ceb6ac4ac080248a9871f83d6badbf8a2c81]

INTEGRATION: CWS canvas05 (1.2.64); FILE MERGED 2008/04/21 07:48:22 thb 1.2.64.4: RESYNC: (1.4-1.5); FILE MERGED 2008/04/07 14:39:11 thb 1.2.64.3: RESYNC: (1.2-1.4); FILE MERGED 2008/04/06 19:35:19 mox 1.2.64.2: Change headers to GetGraphicsData() const, Build fixes for VCL aqua 2008/02/21 21:07:33 thb 1.2.64.1: Added GetGraphicsData for headless plugin as well


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [f09acb4158aee8d36da4a9ae9be84624c95e9072]

INTEGRATION: CWS canvas05 (1.2.64); FILE MERGED 2008/04/21 07:48:12 thb 1.2.64.4: RESYNC: (1.4-1.5); FILE MERGED 2008/04/08 12:15:48 thb 1.2.64.3: Fixing post-resync build breakers 2008/04/07 14:38:57 thb 1.2.64.2: RESYNC: (1.2-1.4); FILE MERGED 2008/02/18 16:10:06 thb 1.2.64.1: Also adding new getgraphicsdata method for headless


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [ba15aafe4a1c65db6f7e97151b765ef83e64f007]

INTEGRATION: CWS canvas05 (1.3.2); FILE MERGED 2008/04/21 07:48:19 thb 1.3.2.5: RESYNC: (1.4-1.5); FILE MERGED 2008/04/07 14:39:08 thb 1.3.2.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/06 19:35:19 mox 1.3.2.3: Change headers to GetGraphicsData() const, Build fixes for VCL aqua 2008/02/21 21:07:33 thb 1.3.2.2: Added GetGraphicsData for headless plugin as well 2008/02/18 16:10:06 thb 1.3.2.1: Also adding new getgraphicsdata method for headless


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [f4bb9e51c4acc183921d3431438db7d752e1f0ad]

INTEGRATION: CWS canvas05 (1.13.8); FILE MERGED 2008/06/18 21:51:45 thb 1.13.8.2: #i10000# Fixed tinderbox build breakage 2008/04/28 23:19:32 thb 1.13.8.1: Passing along screen ptr with SystemData objects


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [f19f09e94dc246dc8250d5dec0ff60259afe11e6]

INTEGRATION: CWS canvas05 (1.80.6); FILE MERGED 2008/06/18 21:51:45 thb 1.80.6.2: #i10000# Fixed tinderbox build breakage 2008/04/28 23:19:32 thb 1.80.6.1: Passing along screen ptr with SystemData objects


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [b3129d69bced33af5a78025006abbdc01e675f3e]

INTEGRATION: CWS canvas05 (1.8.12); FILE MERGED 2008/04/21 07:48:00 thb 1.8.12.3: RESYNC: (1.9-1.10); FILE MERGED 2008/01/22 00:52:28 thb 1.8.12.2: RESYNC: (1.8-1.9); FILE MERGED 2007/10/01 13:40:14 thb 1.8.12.1: #i78888# #i78925# #i79258# #i79437# #i79846# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [616efe299cee968cb952d1097d399b453c7133c2]

INTEGRATION: CWS canvas05 (1.4.90); FILE MERGED 2008/04/21 07:48:03 thb 1.4.90.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/01 13:40:14 thb 1.4.90.1: #i78888# #i78925# #i79258# #i79437# #i79846# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c605791933185d39c703804035bba81d5c22f49f]

INTEGRATION: CWS canvas05 (1.1.4); FILE ADDED 2008/05/23 22:05:35 thb 1.1.4.3: Moving all remaining new files to LGPL 3 2007/10/01 13:40:14 thb 1.1.4.2: #i78888# #i78925# #i79258# #i79437# #i79846# Merge from CWS picom 2007/07/25 13:40:31 thb 1.1.4.1: file canvasbitmaptest.cxx was added on branch cws_src680_canvas05 on 2007-10-01 13:40:13 +0000


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [8cd1932f591a2985c2ca4cfe72b0d0f76d9a6344]

INTEGRATION: CWS canvas05 (1.264.12); FILE MERGED 2008/04/21 07:47:51 thb 1.264.12.5: RESYNC: (1.277-1.278); FILE MERGED 2008/04/07 14:38:42 thb 1.264.12.4: RESYNC: (1.271-1.277); FILE MERGED 2008/01/24 16:50:09 thb 1.264.12.3: #i85559# Added OutputDevice::GetCanvas method (and necessary ground work) 2008/01/22 00:52:25 thb 1.264.12.2: RESYNC: (1.264-1.271); FILE MERGED 2007/12/20 16:39:40 thb 1.264.12.1: #i81092# Now distinguishing between normal and sprite canvas


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a6d35801e639c8d575f6285cf52b9a4ff691b2f3]

INTEGRATION: CWS canvas05 (1.13.56); FILE MERGED 2008/04/21 07:47:36 thb 1.13.56.5: RESYNC: (1.13-1.14); FILE MERGED 2008/04/04 22:06:55 thb 1.13.56.4: Fixed typo in alpha channel sequence index 2008/03/13 16:56:55 thb 1.13.56.3: Adapting VCL ColorSpace impls to API change; implementing some cheap paths for color space conversions 2007/10/02 11:03:26 thb 1.13.56.2: #i10000# WaE fix for Solaris 2007/10/01 13:40:13 thb 1.13.56.1: #i78888# #i78925# #i79258# #i79437# #i79846# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [7ef678093309d9a687aac88153b334e6b4fad9cb]

INTEGRATION: CWS canvas05 (1.9.64); FILE MERGED 2008/04/21 07:47:33 thb 1.9.64.5: RESYNC: (1.9-1.10); FILE MERGED 2008/03/13 16:55:21 thb 1.9.64.4: Adapting VCL ColorSpace impls to API change; implementing some cheap paths for color space conversions 2007/10/02 11:03:25 thb 1.9.64.3: #i10000# WaE fix for Solaris 2007/10/02 10:32:51 thb 1.9.64.2: #i79437# Beefed up CanvasBitmap 2007/10/01 13:40:13 thb 1.9.64.1: #i78888# #i78925# #i79258# #i79437# #i79846# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [7127f3bfd16cf9d5d32effef50fd3ff545d86747]

INTEGRATION: CWS canvas05 (1.32.8); FILE MERGED 2008/04/21 10:12:22 thb 1.32.8.1: #88535# Adding missing member init


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [058b248d92b6c9050d3ab3c09277c0a8f92497ce]

INTEGRATION: CWS canvas05 (1.52.50); FILE MERGED 2008/04/21 07:47:40 thb 1.52.50.5: RESYNC: (1.54-1.55); FILE MERGED 2008/04/14 14:17:59 thb 1.52.50.4: Fetch graphics if not yet there - adapted to rest-of-gdi conventions 2008/04/14 06:59:40 mox 1.52.50.3: Fix crash. 2008/04/07 14:38:38 thb 1.52.50.2: RESYNC: (1.52-1.54); FILE MERGED 2008/01/24 16:50:08 thb 1.52.50.1: #i85559# Added OutputDevice::GetCanvas method (and necessary ground work)


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [ebaf9d47f2c4ff01ca53299aa6d94c6ae46d5b31]

INTEGRATION: CWS canvas05 (1.6.2); FILE MERGED 2008/04/21 07:47:57 thb 1.6.2.3: RESYNC: (1.6-1.7); FILE MERGED 2008/04/06 19:35:19 mox 1.6.2.2: Change headers to GetGraphicsData() const, Build fixes for VCL aqua 2008/01/24 16:50:08 thb 1.6.2.1: #i85559# Added OutputDevice::GetCanvas method (and necessary ground work)


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [8f6ee8d58892596335cfb50314a3772164d6c364]

INTEGRATION: CWS canvas05 (1.5.2); FILE MERGED 2008/04/21 07:47:54 thb 1.5.2.4: RESYNC: (1.7-1.8); FILE MERGED 2008/04/07 14:38:46 thb 1.5.2.3: RESYNC: (1.5-1.7); FILE MERGED 2008/04/06 19:35:19 mox 1.5.2.2: Change headers to GetGraphicsData() const, Build fixes for VCL aqua 2008/01/24 16:50:08 thb 1.5.2.1: #i85559# Added OutputDevice::GetCanvas method (and necessary ground work)


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [7803b94161ad9ca72dadfe3b021c1bc164df00ad]

INTEGRATION: CWS canvas05 (1.3.54); FILE MERGED 2008/04/21 07:47:01 thb 1.3.54.4: RESYNC: (1.7-1.8); FILE MERGED 2008/04/07 14:38:00 thb 1.3.54.3: RESYNC: (1.5-1.7); FILE MERGED 2008/01/22 00:52:18 thb 1.3.54.2: RESYNC: (1.3-1.5); FILE MERGED 2007/12/20 16:39:40 thb 1.3.54.1: #i81092# Now distinguishing between normal and sprite canvas


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [7d22fa5d98d4d7eefd36e96f2d37adbc578f3e1e]

INTEGRATION: CWS canvas05 (1.7.10); FILE MERGED 2008/06/23 13:26:08 thb 1.7.10.11: RESYNC: (1.8-1.9); FILE MERGED 2008/06/09 08:19:40 thb 1.7.10.10: Replaced screen ptr with screen number, which should be more reliable 2008/04/29 18:37:37 mox 1.7.10.9: pre-declare also CGContextRef (and prepare for the CGLayer changes in cws aquabmpfix01) 2008/04/29 05:28:49 mox 1.7.10.8: Actually, there is a Better Way (tm). Use native class directly, but predeclare it. This restores void* to NSView* on Mac. 2008/04/29 04:43:15 mox 1.7.10.7: All SystemxxxData members have been changed to void* on Mac OS X / Quartz INTENTIONALLY. This avoids header/include problems while compiling. 2008/04/28 23:19:32 thb 1.7.10.6: Passing along screen ptr with SystemData objects 2008/04/28 21:17:51 ericb 1.7.10.5:  pView is NSView* not void* on Aqua 2008/04/21 07:47:04 thb 1.7.10.4: RESYNC: (1.7-1.8); FILE MERGED 2008/04/06 17:59:02 mox 1.7.10.3: Need to change the Mac OS X pointers to opaque, so that including sysdata.hxx does not require including Cocoa.h 2008/04/03 20:01:39 thb 1.7.10.2: Added some more data members for GraphicsData (needed for non-Window canvas surfaces) 2008/03/31 10:51:41 thb 1.7.10.1: Extending amount of information for X11 SystemGraphicsData


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [375b441cb69b46dc984fd2f5a3312f7c39725bfb]

INTEGRATION: CWS canvas05 (1.2.168); FILE MERGED 2008/04/21 07:46:58 thb 1.2.168.4: RESYNC: (1.4-1.5); FILE MERGED 2008/04/07 14:37:57 thb 1.2.168.3: RESYNC: (1.2-1.4); FILE MERGED 2008/04/06 19:35:18 mox 1.2.168.2: Change headers to GetGraphicsData() const, Build fixes for VCL aqua 2008/01/24 16:50:08 thb 1.2.168.1: #i85559# Added OutputDevice::GetCanvas method (and necessary ground work)


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [8aec97096636fffe6d0089319479382514f2d488]

INTEGRATION: CWS canvas05 (1.3.140); FILE MERGED 2008/04/21 07:46:48 thb 1.3.140.3: RESYNC: (1.5-1.6); FILE MERGED 2008/04/07 14:37:51 thb 1.3.140.2: RESYNC: (1.3-1.5); FILE MERGED 2008/01/24 16:50:08 thb 1.3.140.1: #i85559# Added OutputDevice::GetCanvas method (and necessary ground work)


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [39e880b76d0cbc5dc4dc71adcb4b4ccb2c79652b]

INTEGRATION: CWS canvas05 (1.2.168); FILE MERGED 2008/04/21 07:46:45 thb 1.2.168.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/08 08:15:29 mox 1.2.168.3: Remove duplicate toDouble / toByte -functions 2008/04/07 14:37:48 thb 1.2.168.2: RESYNC: (1.2-1.3); FILE MERGED 2007/10/01 13:40:13 thb 1.2.168.1: #i78888# #i78925# #i79258# #i79437# #i79846# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [316b1f0940a661f07f5367812dfc977ebec7e825]

INTEGRATION: CWS canvas05 (1.2.64); FILE MERGED 2008/04/21 07:46:55 thb 1.2.64.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/13 16:55:21 thb 1.2.64.2: Adapting VCL ColorSpace impls to API change; implementing some cheap paths for color space conversions 2007/10/02 10:32:51 thb 1.2.64.1: #i79437# Beefed up CanvasBitmap


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [8f69e724baeb82809f937ac7f87b8294173c270d]

INTEGRATION: CWS canvas05 (1.3.142); FILE MERGED 2008/04/21 07:46:52 thb 1.3.142.2: RESYNC: (1.3-1.4); FILE MERGED 2007/10/01 13:40:13 thb 1.3.142.1: #i78888# #i78925# #i79258# #i79437# #i79846# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [466f847c59c00926dc0792244b561e749fdfdb21]

INTEGRATION: CWS canvas05 (1.5.2); FILE MERGED 2008/04/21 07:46:42 thb 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/06 17:59:01 mox 1.5.2.1: Need to change the Mac OS X pointers to opaque, so that including sysdata.hxx does not require including Cocoa.h


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [28fac936132900c55e8be377b0cff2eff58aab96]

INTEGRATION: CWS canvas05 (1.13.60); FILE MERGED 2008/04/29 05:33:46 mox 1.13.60.3: Remove the now-unnecessary casts of (NSView*). 2008/04/21 07:47:27 thb 1.13.60.2: RESYNC: (1.13-1.14); FILE MERGED 2008/04/06 19:35:18 mox 1.13.60.1: Change headers to GetGraphicsData() const, Build fixes for VCL aqua


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a577f38dd3b2051886b6142d58d2139a4ab85acf]

INTEGRATION: CWS canvas05 (1.59.2); FILE MERGED 2008/04/21 07:47:30 thb 1.59.2.2: RESYNC: (1.59-1.62); FILE MERGED 2008/04/14 06:52:34 mox 1.59.2.1: Cleanup obsolete code.


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [0d04565537772f2e850ba07e2e966a4f8e7e7ab1]

INTEGRATION: CWS canvas05 (1.66.10); FILE MERGED 2008/06/23 13:32:28 thb 1.66.10.5: RESYNC: (1.71-1.75); FILE MERGED 2008/04/21 07:47:23 thb 1.66.10.4: RESYNC: (1.70-1.71); FILE MERGED 2008/04/07 14:38:29 thb 1.66.10.3: RESYNC: (1.66-1.70); FILE MERGED 2008/04/06 19:35:17 mox 1.66.10.2: Change headers to GetGraphicsData() const, Build fixes for VCL aqua 2008/01/24 16:50:07 thb 1.66.10.1: #i85559# Added OutputDevice::GetCanvas method (and necessary ground work)


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a308e1ef1b4512b820e391dbe2f113f43a9cc37a]

INTEGRATION: CWS canvas05 (1.34.10); FILE MERGED 2008/06/23 13:29:05 thb 1.34.10.5: RESYNC: (1.37-1.41); FILE MERGED 2008/04/21 07:47:17 thb 1.34.10.4: RESYNC: (1.36-1.37); FILE MERGED 2008/04/07 14:38:20 thb 1.34.10.3: RESYNC: (1.34-1.36); FILE MERGED 2008/04/06 19:35:17 mox 1.34.10.2: Change headers to GetGraphicsData() const, Build fixes for VCL aqua 2008/01/24 16:50:07 thb 1.34.10.1: #i85559# Added OutputDevice::GetCanvas method (and necessary ground work)


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [502de4fb564abcb27bc9bc1e3b2f2549ff74ec86]

INTEGRATION: CWS canvas05 (1.5.26); FILE MERGED 2008/06/03 11:11:24 thb 1.5.26.7: Cleaned up image debugging stuff; fixed a few d3d debug warnings; fixed one deadlock rendering a bitmap from the same surface to itself; fixed premature ReleaseDC call in GraphicsProvider::getGraphics() 2008/05/30 16:03:39 thb 1.5.26.6: Added test of VirtualDevice::GetCanvas(); corrected one tiny bit in cairocanvas::clear 2008/04/21 07:32:56 thb 1.5.26.5: RESYNC: (1.5-1.6); FILE MERGED 2008/04/20 23:36:08 thb 1.5.26.4: Made canvasdemo work again on dev300; made sure GDIPlusUser is always destroyed _last_ (as it kills all other GDIPlus objects); made cairocanvas sensitive to outdev size 2008/04/04 13:39:04 thb 1.5.26.3: Fixed invalid polygon access; checking for the correct argument sequence now in Canvas::initialize; a few tweaks to canvasdemo 2008/04/03 21:26:11 thb 1.5.26.2: Made canvasdemo work again 2007/10/01 13:02:04 thb 1.5.26.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [924b93ffe34e279be4b642598b92daf9c0e4d280]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/05/23 22:03:45 thb 1.1.2.2: Moving all remaining new files to LGPL 3 2007/12/20 22:19:00 thb 1.1.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [5c91f748e8fe17929b6a895057dd944c0e451aaf]

INTEGRATION: CWS canvas05 (1.5.110); FILE MERGED 2008/04/21 07:27:55 thb 1.5.110.2: RESYNC: (1.5-1.6); FILE MERGED 2007/12/20 22:19:00 thb 1.5.110.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [bf4964f49800245f837600e4eda3a3f93c49dfe2]

INTEGRATION: CWS canvas05 (1.8.68); FILE MERGED 2008/04/21 07:28:56 thb 1.8.68.3: RESYNC: (1.8-1.9); FILE MERGED 2007/12/20 22:19:00 thb 1.8.68.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/10/01 13:02:04 thb 1.8.68.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [0cd40c982a03654fc696ac70e08f744aee5c0c7f]

INTEGRATION: CWS canvas05 (1.4.26); FILE MERGED 2008/04/21 07:27:43 thb 1.4.26.2: RESYNC: (1.4-1.5); FILE MERGED 2007/12/20 22:19:00 thb 1.4.26.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [e475e988842e3c939d34866d373f247d6e9b57ea]

INTEGRATION: CWS canvas05 (1.10.26); FILE MERGED 2008/04/21 07:28:40 thb 1.10.26.3: RESYNC: (1.10-1.11); FILE MERGED 2007/12/20 22:19:00 thb 1.10.26.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/10/01 13:02:04 thb 1.10.26.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [967f096f098d200c1927798aa7101ae2be190eea]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/05/23 22:03:45 thb 1.1.2.5: Moving all remaining new files to LGPL 3 2008/04/09 14:33:12 thb 1.1.2.4: Gave back vclcanvas the window surface; made cairocanvas consistent with rest (regarding setWindow) 2008/01/05 00:53:10 thb 1.1.2.3: #i78925# Added back modify() method, still needed in dx canvas; narrowing down sun cc workaround 2008/01/05 00:28:41 thb 1.1.2.2: #i10000# Solaris breaker (name lookup sillyness) 2007/12/20 22:19:00 thb 1.1.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [cfe098fdf3197369c4b6640428d4d3d54a8ac12b]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/06/23 13:50:50 thb 1.1.2.3: Moved stuff from devicehelper.cxx to spritedevicehelper.cxx after resync 2008/05/23 22:03:45 thb 1.1.2.2: Moving all remaining new files to LGPL 3 2007/12/20 22:19:00 thb 1.1.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [da42781b066a583fe596390d73263f59a70f52a3]

INTEGRATION: CWS canvas05 (1.2.112); FILE MERGED 2008/04/21 07:28:04 thb 1.2.112.2: RESYNC: (1.2-1.3); FILE MERGED 2007/12/20 22:19:00 thb 1.2.112.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [197cca00a508fc7b62e7b6568748550286e2ac46]

INTEGRATION: CWS canvas05 (1.10.26); FILE MERGED 2008/04/21 07:28:59 thb 1.10.26.4: RESYNC: (1.10-1.11); FILE MERGED 2008/04/09 14:33:12 thb 1.10.26.3: Gave back vclcanvas the window surface; made cairocanvas consistent with rest (regarding setWindow) 2007/12/20 22:19:00 thb 1.10.26.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/10/01 13:02:04 thb 1.10.26.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [7e806ce60dd395f3c51f69b2907363fc0a33c269]

INTEGRATION: CWS canvas05 (1.10.56); FILE MERGED 2008/06/09 12:51:48 thb 1.10.56.6: #i88081# Join from CWS impress144 (fixing the dxcanvas crash), extended for the other canvas impls 2008/04/21 07:28:07 thb 1.10.56.5: RESYNC: (1.11-1.12); FILE MERGED 2008/04/09 14:33:12 thb 1.10.56.4: Gave back vclcanvas the window surface; made cairocanvas consistent with rest (regarding setWindow) 2007/12/20 22:19:00 thb 1.10.56.3: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/11/06 12:37:04 thb 1.10.56.2: RESYNC: (1.10-1.11); FILE MERGED 2007/10/01 13:02:04 thb 1.10.56.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [dfecb125118893209b06efb7ce20659f9a2caf4e]

INTEGRATION: CWS canvas05 (1.13.56); FILE MERGED 2008/06/09 12:51:48 thb 1.13.56.7: #i88081# Join from CWS impress144 (fixing the dxcanvas crash), extended for the other canvas impls 2008/04/21 07:28:29 thb 1.13.56.6: RESYNC: (1.14-1.15); FILE MERGED 2008/04/09 14:33:12 thb 1.13.56.5: Gave back vclcanvas the window surface; made cairocanvas consistent with rest (regarding setWindow) 2008/04/09 09:35:12 thb 1.13.56.4: Improved log output, fixed wrong arg check for vclcanvas 2007/12/20 22:19:00 thb 1.13.56.3: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/11/06 12:37:01 thb 1.13.56.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/01 13:02:04 thb 1.13.56.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [7986ea8b10df8b138618b87ec30f9d662d82b04a]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/06/09 12:51:48 thb 1.1.2.3: #i88081# Join from CWS impress144 (fixing the dxcanvas crash), extended for the other canvas impls 2008/05/23 22:03:45 thb 1.1.2.2: Moving all remaining new files to LGPL 3 2007/12/20 22:19:00 thb 1.1.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [127645507e87b85e01541be591db47ffa5007a8d]

INTEGRATION: CWS canvas05 (1.8.44); FILE MERGED 2008/04/21 07:27:46 thb 1.8.44.2: RESYNC: (1.8-1.9); FILE MERGED 2007/12/20 22:19:00 thb 1.8.44.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [09899ec6466318403cfcd075d78cfc2529af2218]

INTEGRATION: CWS canvas05 (1.12.44); FILE MERGED 2008/04/21 07:28:44 thb 1.12.44.3: RESYNC: (1.12-1.13); FILE MERGED 2007/12/20 22:19:00 thb 1.12.44.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/10/01 13:02:04 thb 1.12.44.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [889b4a3c47eb596eafed9ff6eff5caf0c62187aa]

INTEGRATION: CWS canvas05 (1.3.56); FILE MERGED 2008/04/21 07:28:23 thb 1.3.56.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/09 14:33:12 thb 1.3.56.3: Gave back vclcanvas the window surface; made cairocanvas consistent with rest (regarding setWindow) 2007/12/20 22:18:59 thb 1.3.56.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/10/01 13:02:04 thb 1.3.56.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [5d2a957121f611f9e59b258c7b8ab27144e17159]

INTEGRATION: CWS canvas05 (1.5.56); FILE MERGED 2008/06/23 13:49:27 thb 1.5.56.5: RESYNC: (1.6-1.7); FILE MERGED 2008/06/03 15:13:47 thb 1.5.56.4: #i85116# Change default fill rule for polygons generated from vclcanvas 2008/04/21 07:28:14 thb 1.5.56.3: RESYNC: (1.5-1.6); FILE MERGED 2007/12/20 22:18:59 thb 1.5.56.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/10/01 13:02:04 thb 1.5.56.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [8bddb3e55ee11fd659c25dc20b032e28f8437b69]

INTEGRATION: CWS canvas05 (1.11.26); FILE MERGED 2008/04/21 07:28:10 thb 1.11.26.3: RESYNC: (1.11-1.12); FILE MERGED 2007/12/20 22:18:59 thb 1.11.26.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/10/01 13:02:03 thb 1.11.26.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [53628b6df0c4b8629e39dc583f41a33d700f6f28]

INTEGRATION: CWS canvas05 (1.8.26); FILE MERGED 2008/04/21 07:28:50 thb 1.8.26.4: RESYNC: (1.9-1.10); FILE MERGED 2007/12/20 22:18:59 thb 1.8.26.3: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/11/06 12:36:58 thb 1.8.26.2: RESYNC: (1.8-1.9); FILE MERGED 2007/10/01 13:02:03 thb 1.8.26.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [94eeb638930a15f7b6e65c555c51ccf73b2d63d2]

INTEGRATION: CWS canvas05 (1.13.4); FILE MERGED 2008/04/21 07:28:47 thb 1.13.4.9: RESYNC: (1.16-1.17); FILE MERGED 2008/04/07 14:33:40 thb 1.13.4.8: RESYNC: (1.15-1.16); FILE MERGED 2008/04/04 22:08:34 thb 1.13.4.7: Fixed output of bezier polygons for cairo; fixed missing surfaces here and there; removed useless refcounted SurfaceProvider arguments (that lead to premature canvas death, as called during ctor) 2008/04/04 13:39:03 thb 1.13.4.6: Fixed invalid polygon access; checking for the correct argument sequence now in Canvas::initialize; a few tweaks to canvasdemo 2008/01/22 12:28:04 thb 1.13.4.5: #i10000# Post-resync build breaker 2008/01/22 00:51:14 thb 1.13.4.4: RESYNC: (1.14-1.15); FILE MERGED 2007/12/20 22:18:59 thb 1.13.4.3: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/11/06 12:36:55 thb 1.13.4.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/01 13:02:03 thb 1.13.4.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d5d348e771e7d9ec05feb405334b5d815d0e1445]

INTEGRATION: CWS canvas05 (1.6.112); FILE MERGED 2008/04/21 07:29:02 thb 1.6.112.2: RESYNC: (1.6-1.7); FILE MERGED 2007/12/20 22:18:59 thb 1.6.112.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a1c321ae8e3503d6344adf4d30a681693a7f132a]

INTEGRATION: CWS canvas05 (1.8.68); FILE MERGED 2008/04/21 07:28:37 thb 1.8.68.2: RESYNC: (1.8-1.9); FILE MERGED 2007/12/20 22:18:59 thb 1.8.68.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [712399b9d624f8b6ad0920a5c1ecb1c7ef866cd1]

INTEGRATION: CWS canvas05 (1.10.2); FILE MERGED 2008/04/21 07:27:52 thb 1.10.2.2: RESYNC: (1.10-1.11); FILE MERGED 2007/12/20 22:18:59 thb 1.10.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [7954b2502cb10ce58e91bbe351708cde5b24c0be]

INTEGRATION: CWS canvas05 (1.12.26); FILE MERGED 2008/04/21 07:27:58 thb 1.12.26.4: RESYNC: (1.13-1.14); FILE MERGED 2007/12/20 22:18:59 thb 1.12.26.3: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/11/06 12:36:52 thb 1.12.26.2: RESYNC: (1.12-1.13); FILE MERGED 2007/10/01 13:02:03 thb 1.12.26.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [b74bb61e83d5d7149f46afcb46759ec04f6166ef]

INTEGRATION: CWS canvas05 (1.5.112); FILE MERGED 2008/05/21 13:32:04 thb 1.5.112.4: Made vcl and cairo canvas work with emf+ patches; smoothed out internal cairo makefile changes; corrected cairocanvas sprite update 2008/04/21 07:28:32 thb 1.5.112.3: RESYNC: (1.5-1.6); FILE MERGED 2007/12/20 22:18:59 thb 1.5.112.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/10/01 13:02:03 thb 1.5.112.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [47260b5363fa622b5cfb25056313d90d2ea673e2]

INTEGRATION: CWS canvas05 (1.10.24); FILE MERGED 2008/05/21 13:32:04 thb 1.10.24.5: Made vcl and cairo canvas work with emf+ patches; smoothed out internal cairo makefile changes; corrected cairocanvas sprite update 2008/04/21 07:28:26 thb 1.10.24.4: RESYNC: (1.11-1.12); FILE MERGED 2008/01/22 00:51:17 thb 1.10.24.3: RESYNC: (1.10-1.11); FILE MERGED 2007/12/20 22:18:59 thb 1.10.24.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/10/01 13:02:03 thb 1.10.24.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [cd2a4997748d9767ee5a32ddb1794af05cafc0f5]

INTEGRATION: CWS canvas05 (1.8.2); FILE MERGED 2008/04/21 07:28:17 thb 1.8.2.2: RESYNC: (1.8-1.9); FILE MERGED 2007/12/20 22:18:59 thb 1.8.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a5c42e752119e79043db2151acbdde88ca786903]

INTEGRATION: CWS canvas05 (1.8.68); FILE MERGED 2008/04/21 07:27:49 thb 1.8.68.4: RESYNC: (1.9-1.10); FILE MERGED 2007/12/20 22:18:59 thb 1.8.68.3: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/11/06 12:36:49 thb 1.8.68.2: RESYNC: (1.8-1.9); FILE MERGED 2007/10/01 13:02:03 thb 1.8.68.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [6d56328a88eb8fdf53f5573c7f37ce301b062a46]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/06/09 12:51:48 thb 1.1.2.3: #i88081# Join from CWS impress144 (fixing the dxcanvas crash), extended for the other canvas impls 2008/05/23 22:03:45 thb 1.1.2.2: Moving all remaining new files to LGPL 3 2007/12/20 22:18:59 thb 1.1.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [5c46fea883b8b496fa5b74ec3b33ab9e0d004bfa]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/06/09 12:51:48 thb 1.1.2.6: #i88081# Join from CWS impress144 (fixing the dxcanvas crash), extended for the other canvas impls 2008/05/23 22:03:45 thb 1.1.2.5: Moving all remaining new files to LGPL 3 2008/04/04 22:08:34 thb 1.1.2.4: Fixed output of bezier polygons for cairo; fixed missing surfaces here and there; removed useless refcounted SurfaceProvider arguments (that lead to premature canvas death, as called during ctor) 2008/04/04 13:39:03 thb 1.1.2.3: Fixed invalid polygon access; checking for the correct argument sequence now in Canvas::initialize; a few tweaks to canvasdemo 2008/01/25 14:27:08 thb 1.1.2.2: Intermediate dump 2007/12/20 22:18:59 thb 1.1.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [99141197895197adf4f3237285c0dd3ea3a3aa7a]

INTEGRATION: CWS canvas05 (1.6.68); FILE MERGED 2008/04/21 07:29:05 thb 1.6.68.3: RESYNC: (1.7-1.8); FILE MERGED 2007/11/06 12:36:46 thb 1.6.68.2: RESYNC: (1.6-1.7); FILE MERGED 2007/10/01 13:02:03 thb 1.6.68.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [640378ac7ceb4f5c2e6dc4c0ad4c6bb4bdc1bb7c]

INTEGRATION: CWS canvas05 (1.5.112); FILE MERGED 2008/05/21 13:32:04 thb 1.5.112.3: Made vcl and cairo canvas work with emf+ patches; smoothed out internal cairo makefile changes; corrected cairocanvas sprite update 2008/04/21 07:28:35 thb 1.5.112.2: RESYNC: (1.5-1.6); FILE MERGED 2007/12/20 22:18:59 thb 1.5.112.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [6c4ced974e661cb475000e421b67b014aba58753]

INTEGRATION: CWS canvas05 (1.6.68); FILE MERGED 2008/05/21 13:32:04 thb 1.6.68.3: Made vcl and cairo canvas work with emf+ patches; smoothed out internal cairo makefile changes; corrected cairocanvas sprite update 2008/04/21 07:28:20 thb 1.6.68.2: RESYNC: (1.6-1.7); FILE MERGED 2007/12/20 22:18:59 thb 1.6.68.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [31fd5c7195b7d7207f078e3a00f88cd9e73274d0]

INTEGRATION: CWS canvas05 (1.5.112); FILE MERGED 2008/04/21 07:28:53 thb 1.5.112.2: RESYNC: (1.5-1.6); FILE MERGED 2007/12/20 22:18:59 thb 1.5.112.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [95cede94f031cfed5ac9760272405ab912f16e4f]

INTEGRATION: CWS canvas05 (1.6.68); FILE MERGED 2008/04/21 07:28:01 thb 1.6.68.2: RESYNC: (1.6-1.7); FILE MERGED 2007/12/20 22:18:59 thb 1.6.68.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [7a3b37b03e74e91862a1d44e1f490b70b3d61ba2]

INTEGRATION: CWS canvas05 (1.5.26); FILE MERGED 2008/04/21 07:31:19 thb 1.5.26.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/01 13:02:02 thb 1.5.26.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [9c538eff12249218df9ef8774aee9da67db730fc]

INTEGRATION: CWS canvas05 (1.7.26); FILE MERGED 2008/04/21 07:31:28 thb 1.7.26.2: RESYNC: (1.7-1.8); FILE MERGED 2007/10/01 13:02:02 thb 1.7.26.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [1557f146433a23a15e3caa82648876ce8b619fda]

INTEGRATION: CWS canvas05 (1.4.68); FILE MERGED 2008/04/21 07:31:22 thb 1.4.68.2: RESYNC: (1.4-1.5); FILE MERGED 2007/12/20 22:18:58 thb 1.4.68.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c7c766f58b31b8ee0420e84c317167ee529d6ee2]

INTEGRATION: CWS canvas05 (1.13.42); FILE MERGED 2008/04/21 07:31:06 thb 1.13.42.3: RESYNC: (1.14-1.15); FILE MERGED 2008/04/07 14:33:46 thb 1.13.42.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/01 13:02:02 thb 1.13.42.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [bf9cbc67aee806835f60e082f0435cb0745f1a54]

INTEGRATION: CWS canvas05 (1.13.2); FILE MERGED 2008/04/21 07:31:09 thb 1.13.2.3: RESYNC: (1.13-1.14); FILE MERGED 2007/12/20 22:18:58 thb 1.13.2.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/10/01 13:02:02 thb 1.13.2.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d5fc7f28a590f5905e1413c02e253f7a5b7d2103]

INTEGRATION: CWS canvas05 (1.12.56); FILE MERGED 2008/04/21 07:31:16 thb 1.12.56.5: RESYNC: (1.12-1.13); FILE MERGED 2008/03/13 22:48:50 thb 1.12.56.4: merging in remaining ooo-build cairocanvas fixes; completing std color space implementation 2008/03/13 14:57:21 thb 1.12.56.3: Finishing touches to StdColorSpace; move cairocanvas to new color space mechanisms 2007/10/02 13:24:07 thb 1.12.56.2: #i10000# WaE fixes for Solaris 2007/10/01 13:02:02 thb 1.12.56.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [7cd2c062ea1632415499d6dc2fdad6c3a1dfcbe9]

INTEGRATION: CWS canvas05 (1.4.26); FILE MERGED 2008/04/21 07:31:25 thb 1.4.26.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/01 13:02:02 thb 1.4.26.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [0df32d9c869895855583c4bf4b97fa69c1f049d3]

INTEGRATION: CWS canvas05 (1.5.68); FILE MERGED 2008/04/21 07:31:13 thb 1.5.68.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/01 13:02:02 thb 1.5.68.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [f49fbbe4d5b6eaf37decd8c618e7e4e6513c80e0]

INTEGRATION: CWS canvas05 (1.4.68); FILE MERGED 2008/04/21 07:27:19 thb 1.4.68.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/01 13:02:02 thb 1.4.68.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [301cb75d87c38587d290534fb4be0bdf128db166]

INTEGRATION: CWS canvas05 (1.5.26); FILE MERGED 2008/04/21 07:27:40 thb 1.5.26.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/01 13:02:02 thb 1.5.26.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [30009ef1587efa2621aea1e39caca24bd75b085d]

INTEGRATION: CWS canvas05 (1.3.56); FILE MERGED 2008/06/09 12:51:48 thb 1.3.56.4: #i88081# Join from CWS impress144 (fixing the dxcanvas crash), extended for the other canvas impls 2008/04/21 07:27:22 thb 1.3.56.3: RESYNC: (1.3-1.4); FILE MERGED 2007/12/20 22:18:58 thb 1.3.56.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/10/01 13:02:02 thb 1.3.56.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [9a8f01848dc09e3a93691ed667fa43203713e8c0]

INTEGRATION: CWS canvas05 (1.5.56); FILE MERGED 2008/06/09 12:51:48 thb 1.5.56.3: #i88081# Join from CWS impress144 (fixing the dxcanvas crash), extended for the other canvas impls 2008/04/21 07:27:25 thb 1.5.56.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/01 13:02:02 thb 1.5.56.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [63411adcf6818a1b8389e6613052958b875e7fcd]

INTEGRATION: CWS canvas05 (1.2.112); FILE MERGED 2008/04/21 07:27:31 thb 1.2.112.3: RESYNC: (1.2-1.3); FILE MERGED 2007/12/20 22:18:58 thb 1.2.112.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/10/01 13:02:02 thb 1.2.112.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [6636e604956afa8d97456b8b30c10b4c294c8d38]

INTEGRATION: CWS canvas05 (1.4.68); FILE MERGED 2008/04/21 07:27:28 thb 1.4.68.3: RESYNC: (1.4-1.5); FILE MERGED 2007/12/20 22:18:58 thb 1.4.68.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/10/01 13:02:02 thb 1.4.68.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [62001688c2ec023c9fbb5f8ad1aef2e924480729]

INTEGRATION: CWS canvas05 (1.5.26); FILE MERGED 2008/04/21 07:27:34 thb 1.5.26.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/01 13:02:02 thb 1.5.26.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [35784775a86e4f96974974ae3990a232c28d6c4d]

INTEGRATION: CWS canvas05 (1.3.68); FILE MERGED 2008/04/21 07:27:37 thb 1.3.68.2: RESYNC: (1.3-1.4); FILE MERGED 2007/10/01 13:02:02 thb 1.3.68.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a52f92d6108eb001ff4d1ef044a8f4b3e0689c41]

INTEGRATION: CWS canvas05 (1.3.68); FILE MERGED 2008/04/21 07:27:16 thb 1.3.68.2: RESYNC: (1.3-1.4); FILE MERGED 2007/10/01 13:02:02 thb 1.3.68.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d3f4ec0323c2650ef573fb641ccc89b7b6e94605]

INTEGRATION: CWS canvas05 (1.3.44); FILE MERGED 2008/04/21 07:27:13 thb 1.3.44.2: RESYNC: (1.3-1.4); FILE MERGED 2007/10/01 13:02:02 thb 1.3.44.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [329c8579cf3ec5858f9c25d5b46ef42758c328d6]

INTEGRATION: CWS canvas05 (1.7.112); FILE MERGED 2008/04/21 07:31:31 thb 1.7.112.2: RESYNC: (1.7-1.8); FILE MERGED 2007/11/05 09:16:04 thb 1.7.112.1: #i10000# Adapted to changed API


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [b9baaaa95159e012156ed35ec30411fdb4d2445a]

INTEGRATION: CWS canvas05 (1.6.112); FILE MERGED 2008/04/21 07:31:34 thb 1.6.112.2: RESYNC: (1.6-1.7); FILE MERGED 2007/11/05 09:16:03 thb 1.6.112.1: #i10000# Adapted to changed API


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [948fa428de3722b47c2c6f40ec138fc5f0d4b6b5]

INTEGRATION: CWS canvas05 (1.11.56); FILE MERGED 2008/04/21 07:31:03 thb 1.11.56.2: RESYNC: (1.11-1.12); FILE MERGED 2007/12/20 22:18:58 thb 1.11.56.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d3de157dfb6b4c453ad016ff65f27db790cab32f]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/06/03 13:05:56 thb 1.2.2.8: Made DX5 work again as well 2008/05/23 23:02:34 thb 1.2.2.7: RESYNC: (1.6-1.7); FILE MERGED 2008/05/02 17:11:34 thb 1.2.2.6: Missing bits to make dxcanvas actually work again 2008/04/21 07:29:08 thb 1.2.2.5: RESYNC: (1.5-1.6); FILE MERGED 2008/02/08 00:26:39 thb 1.2.2.4: #81092# Finishing cooperative canvas output stuff 2008/01/22 00:51:11 thb 1.2.2.3: RESYNC: (1.2-1.5); FILE MERGED 2008/01/22 00:25:24 thb 1.2.2.2: #i81092# Making gdiplus and dx canvas more independent 2007/12/20 22:18:58 thb 1.2.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [749724e450a1cfd002338d7cb14a07f372b79a09]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/06/02 22:20:50 thb 1.2.2.4: Removed obsolete XTunnel now for real; re-added size getter for BitmapCanvas; smallish cleanups 2008/06/02 16:32:53 thb 1.2.2.3: removing cruft; removing xtunnel hack 2008/04/21 07:29:48 thb 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 00:25:24 thb 1.2.2.1: #i81092# Making gdiplus and dx canvas more independent


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [0f44df2be9a14319a985dcfe44fd2087ee61cbeb]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/06/02 22:20:50 thb 1.2.2.5: Removed obsolete XTunnel now for real; re-added size getter for BitmapCanvas; smallish cleanups 2008/06/02 16:32:53 thb 1.2.2.4: removing cruft; removing xtunnel hack 2008/04/21 07:29:39 thb 1.2.2.3: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 00:25:24 thb 1.2.2.2: #i81092# Making gdiplus and dx canvas more independent 2007/12/20 22:18:58 thb 1.2.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [12f21718f8e11cafda5dbc72ff1eb9df51421ecb]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/04/21 07:29:14 thb 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 00:25:24 thb 1.2.2.1: #i81092# Making gdiplus and dx canvas more independent


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [bd66b9463f1e8a0a2573c668e41d0deb88163877]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/06/03 23:52:24 thb 1.2.2.4: Removed extra level of indirection for getting a graphics for a surface; removed some unused code 2008/04/21 07:29:45 thb 1.2.2.3: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 00:25:24 thb 1.2.2.2: #i81092# Making gdiplus and dx canvas more independent 2007/12/20 22:18:57 thb 1.2.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [505fa2d0afce70b2b77a456523af6033000ffb0a]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/04/21 07:30:48 thb 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 00:25:24 thb 1.2.2.1: #i81092# Making gdiplus and dx canvas more independent


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [bdcf06422d66415a91ea61f5f38d9884547e5432]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/04/21 07:30:20 thb 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 00:25:24 thb 1.2.2.1: #i81092# Making gdiplus and dx canvas more independent


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [14c6c45d2b9e84f30f3868ea7e658b5b65b8b6cf]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/06/03 23:52:24 thb 1.2.2.4: Removed extra level of indirection for getting a graphics for a surface; removed some unused code 2008/04/21 07:30:45 thb 1.2.2.3: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 00:25:24 thb 1.2.2.2: #i81092# Making gdiplus and dx canvas more independent 2007/12/20 22:18:57 thb 1.2.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d790ee4640ed6a6c9d26ee1e26cc187dfbf02329]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/06/03 23:52:24 thb 1.2.2.4: Removed extra level of indirection for getting a graphics for a surface; removed some unused code 2008/06/03 11:11:24 thb 1.2.2.3: Cleaned up image debugging stuff; fixed a few d3d debug warnings; fixed one deadlock rendering a bitmap from the same surface to itself; fixed premature ReleaseDC call in GraphicsProvider::getGraphics() 2008/04/21 07:29:11 thb 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 00:25:24 thb 1.2.2.1: #i81092# Making gdiplus and dx canvas more independent


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [fde38e173d9709e3ec12e0e564d98811cdbf4588]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/06/03 23:52:24 thb 1.1.2.4: Removed extra level of indirection for getting a graphics for a surface; removed some unused code 2008/06/03 11:11:24 thb 1.1.2.3: Cleaned up image debugging stuff; fixed a few d3d debug warnings; fixed one deadlock rendering a bitmap from the same surface to itself; fixed premature ReleaseDC call in GraphicsProvider::getGraphics() 2008/05/23 22:03:45 thb 1.1.2.2: Moving all remaining new files to LGPL 3 2008/01/22 00:25:24 thb 1.1.2.1: #i81092# Making gdiplus and dx canvas more independent


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [28729732eb6de4648763d82e760b7d70981786d6]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/06/03 23:52:24 thb 1.1.2.5: Removed extra level of indirection for getting a graphics for a surface; removed some unused code 2008/06/03 11:11:24 thb 1.1.2.4: Cleaned up image debugging stuff; fixed a few d3d debug warnings; fixed one deadlock rendering a bitmap from the same surface to itself; fixed premature ReleaseDC call in GraphicsProvider::getGraphics() 2008/05/23 22:03:45 thb 1.1.2.3: Moving all remaining new files to LGPL 3 2008/02/08 00:26:39 thb 1.1.2.2: #81092# Finishing cooperative canvas output stuff 2008/01/22 00:25:24 thb 1.1.2.1: #i81092# Making gdiplus and dx canvas more independent


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [0589c01e1d555776dcb0973d3e86b5b323efc03b]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/04/21 07:30:42 thb 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 00:25:24 thb 1.2.2.1: #i81092# Making gdiplus and dx canvas more independent


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c200aa23fdf7fa79b922b86a50937797c19bb80f]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/06/03 23:52:24 thb 1.2.2.4: Removed extra level of indirection for getting a graphics for a surface; removed some unused code 2008/04/21 07:30:54 thb 1.2.2.3: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 00:25:24 thb 1.2.2.2: #i81092# Making gdiplus and dx canvas more independent 2007/12/20 22:18:57 thb 1.2.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [92e904eb61b2ee6aad28696f45591cbd931e897b]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/05/23 22:03:45 thb 1.1.2.3: Moving all remaining new files to LGPL 3 2008/01/22 00:25:24 thb 1.1.2.2: #i81092# Making gdiplus and dx canvas more independent 2007/12/20 22:18:57 thb 1.1.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [9715fa7297046df327b6f538becc101b3cf31161]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/05/23 22:03:45 thb 1.1.2.4: Moving all remaining new files to LGPL 3 2008/01/25 14:27:08 thb 1.1.2.3: Intermediate dump 2008/01/22 00:25:24 thb 1.1.2.2: #i81092# Making gdiplus and dx canvas more independent 2007/12/20 22:18:57 thb 1.1.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [029adbbf5a9d804e2d67efab2d585f1919fae24d]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/04/21 07:29:17 thb 1.2.2.4: RESYNC: (1.2-1.3); FILE MERGED 2008/02/08 00:26:39 thb 1.2.2.3: #81092# Finishing cooperative canvas output stuff 2008/01/22 00:25:23 thb 1.2.2.2: #i81092# Making gdiplus and dx canvas more independent 2007/12/20 22:18:57 thb 1.2.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a6b534f4fc257dc78fffc852a78a88712377c125]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/06/03 11:11:24 thb 1.2.2.4: Cleaned up image debugging stuff; fixed a few d3d debug warnings; fixed one deadlock rendering a bitmap from the same surface to itself; fixed premature ReleaseDC call in GraphicsProvider::getGraphics() 2008/04/21 07:30:17 thb 1.2.2.3: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 00:25:23 thb 1.2.2.2: #i81092# Making gdiplus and dx canvas more independent 2007/12/20 22:18:57 thb 1.2.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [8f1c39e24995dd1974aacaeb6240a60892b43e23]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/06/09 12:51:48 thb 1.2.2.4: #i88081# Join from CWS impress144 (fixing the dxcanvas crash), extended for the other canvas impls 2008/04/21 07:29:26 thb 1.2.2.3: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 00:25:23 thb 1.2.2.2: #i81092# Making gdiplus and dx canvas more independent 2007/12/20 22:18:57 thb 1.2.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c13528032f6e60e1c7721243d10d216555f7c505]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/06/11 06:45:16 thb 1.2.2.8: #i10000# Fixed typo 2008/06/09 12:51:47 thb 1.2.2.7: #i88081# Join from CWS impress144 (fixing the dxcanvas crash), extended for the other canvas impls 2008/05/02 17:11:34 thb 1.2.2.6: Missing bits to make dxcanvas actually work again 2008/04/21 07:30:57 thb 1.2.2.5: RESYNC: (1.3-1.4); FILE MERGED 2008/01/25 14:27:08 thb 1.2.2.4: Intermediate dump 2008/01/22 16:01:51 thb 1.2.2.3: #i10000# Post merge build breaker 2008/01/22 00:25:23 thb 1.2.2.2: #i81092# Making gdiplus and dx canvas more independent 2007/12/20 22:18:57 thb 1.2.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [790136af9760c81a64d775e78a41c8a0d29ca139]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/04/21 07:30:51 thb 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/05 00:53:10 thb 1.2.2.1: #i78925# Added back modify() method, still needed in dx canvas; narrowing down sun cc workaround


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [5f9dc958ecef30ac5e2dcbcb10c9c52e342f0fba]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/04/21 07:31:00 thb 1.2.2.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/07 14:33:43 thb 1.2.2.3: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 00:25:23 thb 1.2.2.2: #i81092# Making gdiplus and dx canvas more independent 2008/01/05 00:53:10 thb 1.2.2.1: #i78925# Added back modify() method, still needed in dx canvas; narrowing down sun cc workaround


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [b84f55a68d5c2c15df10e591cdcb003c240174b6]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/06/03 11:11:24 thb 1.2.2.3: Cleaned up image debugging stuff; fixed a few d3d debug warnings; fixed one deadlock rendering a bitmap from the same surface to itself; fixed premature ReleaseDC call in GraphicsProvider::getGraphics() 2008/04/21 07:30:36 thb 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 00:25:23 thb 1.2.2.1: #i81092# Making gdiplus and dx canvas more independent


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [3f35c054333cbbd6396f6b55c134d374380ed4e2]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/06/03 11:11:24 thb 1.2.2.6: Cleaned up image debugging stuff; fixed a few d3d debug warnings; fixed one deadlock rendering a bitmap from the same surface to itself; fixed premature ReleaseDC call in GraphicsProvider::getGraphics() 2008/06/02 22:20:50 thb 1.2.2.5: Removed obsolete XTunnel now for real; re-added size getter for BitmapCanvas; smallish cleanups 2008/04/21 07:29:23 thb 1.2.2.4: RESYNC: (1.3-1.4); FILE MERGED 2008/01/22 00:51:07 thb 1.2.2.3: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 00:25:23 thb 1.2.2.2: #i81092# Making gdiplus and dx canvas more independent 2007/12/20 22:18:57 thb 1.2.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [e9eb20b19163271d6531f41119a355378e5cde16]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/06/03 23:52:24 thb 1.1.2.3: Removed extra level of indirection for getting a graphics for a surface; removed some unused code 2008/05/23 22:03:44 thb 1.1.2.2: Moving all remaining new files to LGPL 3 2008/01/22 00:25:23 thb 1.1.2.1: #i81092# Making gdiplus and dx canvas more independent


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [b94b2bcbbce797f713c5161920fb0e4fa71ed037]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/06/03 23:52:23 thb 1.1.2.4: Removed extra level of indirection for getting a graphics for a surface; removed some unused code 2008/05/23 22:03:44 thb 1.1.2.3: Moving all remaining new files to LGPL 3 2008/02/08 00:26:39 thb 1.1.2.2: #81092# Finishing cooperative canvas output stuff 2008/01/22 00:25:23 thb 1.1.2.1: #i81092# Making gdiplus and dx canvas more independent


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [fc3bbc39bcfbc1f403058d360b6233f76119592d]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/04/21 07:29:32 thb 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 00:25:23 thb 1.2.2.1: #i81092# Making gdiplus and dx canvas more independent


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [0ff63fff7bd1724c46c4ec14af27b78b2f73c55c]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/04/21 07:30:14 thb 1.2.2.4: RESYNC: (1.2-1.3); FILE MERGED 2008/03/18 22:00:57 thb 1.2.2.3: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code 2008/01/25 14:27:08 thb 1.2.2.2: Intermediate dump 2007/12/20 22:18:57 thb 1.2.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [50cee1d162b74811f1aeb5ac6cbadbde44481374]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/04/21 07:29:29 thb 1.2.2.5: RESYNC: (1.2-1.3); FILE MERGED 2008/02/08 00:26:39 thb 1.2.2.4: #81092# Finishing cooperative canvas output stuff 2008/01/25 14:27:08 thb 1.2.2.3: Intermediate dump 2008/01/22 00:25:23 thb 1.2.2.2: #i81092# Making gdiplus and dx canvas more independent 2007/12/20 22:18:57 thb 1.2.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [17b5701d550b5b1b16f1dbd0e3a985a1d4884d60]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/04/21 07:30:00 thb 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 00:25:23 thb 1.2.2.1: #i81092# Making gdiplus and dx canvas more independent


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [0d5830eda272024ebca580358fa688181af97ad2]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/06/03 23:52:23 thb 1.2.2.5: Removed extra level of indirection for getting a graphics for a surface; removed some unused code 2008/04/21 07:29:54 thb 1.2.2.4: RESYNC: (1.2-1.3); FILE MERGED 2008/04/04 09:00:13 thb 1.2.2.3: Merging emf+ changes for dx canvas 2008/01/22 00:25:23 thb 1.2.2.2: #i81092# Making gdiplus and dx canvas more independent 2007/12/20 22:18:57 thb 1.2.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c1f652321c74e5e80630d77a1bf70b62b62dab6c]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/04/21 07:30:39 thb 1.2.2.5: RESYNC: (1.2-1.3); FILE MERGED 2008/04/20 23:36:08 thb 1.2.2.4: Made canvasdemo work again on dev300; made sure GDIPlusUser is always destroyed _last_ (as it kills all other GDIPlus objects); made cairocanvas sensitive to outdev size 2008/02/08 00:26:39 thb 1.2.2.3: #81092# Finishing cooperative canvas output stuff 2008/01/22 00:25:23 thb 1.2.2.2: #i81092# Making gdiplus and dx canvas more independent 2007/12/20 22:18:57 thb 1.2.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [580b807fef5646b8e30bc25dbc6f9530df0c5241]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/06/03 11:11:24 thb 1.2.2.7: Cleaned up image debugging stuff; fixed a few d3d debug warnings; fixed one deadlock rendering a bitmap from the same surface to itself; fixed premature ReleaseDC call in GraphicsProvider::getGraphics() 2008/04/21 07:29:20 thb 1.2.2.6: RESYNC: (1.3-1.4); FILE MERGED 2008/04/20 23:36:08 thb 1.2.2.5: Made canvasdemo work again on dev300; made sure GDIPlusUser is always destroyed _last_ (as it kills all other GDIPlus objects); made cairocanvas sensitive to outdev size 2008/02/08 00:26:38 thb 1.2.2.4: #81092# Finishing cooperative canvas output stuff 2008/01/22 00:51:05 thb 1.2.2.3: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 00:25:23 thb 1.2.2.2: #i81092# Making gdiplus and dx canvas more independent 2007/12/20 22:18:57 thb 1.2.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [f30ee5bf847fc57d7fbd2f1dd262aa0e281f2831]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/04/21 07:30:23 thb 1.2.2.3: RESYNC: (1.3-1.4); FILE MERGED 2008/01/22 00:51:02 thb 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 00:25:23 thb 1.2.2.1: #i81092# Making gdiplus and dx canvas more independent


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [bb1d57db49c14ce1d3bd452fd63702459acb3da7]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/04/21 07:30:33 thb 1.2.2.3: RESYNC: (1.2-1.3); FILE MERGED 2008/02/11 00:11:30 thb 1.2.2.2: #i81092# Cleaned up some more 2008/01/22 00:25:23 thb 1.2.2.1: #i81092# Making gdiplus and dx canvas more independent


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d1f0aaea2a8272c9d4b802eecf9de9d34a4144f1]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/04/21 07:30:11 thb 1.2.2.3: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 00:25:23 thb 1.2.2.2: #i81092# Making gdiplus and dx canvas more independent 2007/12/20 22:18:57 thb 1.2.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a877b5d86a2eafcecc453ebf0b0edc5787db7eb4]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/04/21 07:29:42 thb 1.2.2.4: RESYNC: (1.2-1.3); FILE MERGED 2008/04/04 09:00:13 thb 1.2.2.3: Merging emf+ changes for dx canvas 2008/02/08 00:26:38 thb 1.2.2.2: #81092# Finishing cooperative canvas output stuff 2008/01/22 00:25:23 thb 1.2.2.1: #i81092# Making gdiplus and dx canvas more independent


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [9d2427c21899a3c843ffa9b191652c1efb9ce398]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/04/21 07:29:51 thb 1.2.2.5: RESYNC: (1.2-1.3); FILE MERGED 2008/04/06 23:48:37 thb 1.2.2.4: Fixing build breakage under Win32 2008/04/04 09:00:13 thb 1.2.2.3: Merging emf+ changes for dx canvas 2008/01/22 00:25:23 thb 1.2.2.2: #i81092# Making gdiplus and dx canvas more independent 2007/12/20 22:18:57 thb 1.2.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [dccd394d9041faa96785128e223706e4f0e522c0]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/06/11 06:45:16 thb 1.1.2.7: #i10000# Fixed typo 2008/06/09 12:51:47 thb 1.1.2.6: #i88081# Join from CWS impress144 (fixing the dxcanvas crash), extended for the other canvas impls 2008/05/23 22:03:44 thb 1.1.2.5: Moving all remaining new files to LGPL 3 2008/02/11 00:11:29 thb 1.1.2.4: #i81092# Cleaned up some more 2008/02/08 00:26:38 thb 1.1.2.3: #81092# Finishing cooperative canvas output stuff 2008/01/22 00:25:23 thb 1.1.2.2: #i81092# Making gdiplus and dx canvas more independent 2007/12/20 22:18:57 thb 1.1.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [dbc45843cb89ab21e195944b41d013590bd5568e]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/06/09 12:51:47 thb 1.1.2.9: #i88081# Join from CWS impress144 (fixing the dxcanvas crash), extended for the other canvas impls 2008/06/03 23:52:23 thb 1.1.2.8: Removed extra level of indirection for getting a graphics for a surface; removed some unused code 2008/06/02 23:25:37 thb 1.1.2.7: Made the XBitmapCanvas variant of gdipluscanvas actually work (that one is used when rendering to a MemDC, e.g. VirDev) 2008/05/23 22:03:44 thb 1.1.2.6: Moving all remaining new files to LGPL 3 2008/04/20 23:36:08 thb 1.1.2.5: Made canvasdemo work again on dev300; made sure GDIPlusUser is always destroyed _last_ (as it kills all other GDIPlus objects); made cairocanvas sensitive to outdev size 2008/02/08 00:26:38 thb 1.1.2.4: #81092# Finishing cooperative canvas output stuff 2008/01/25 14:27:08 thb 1.1.2.3: Intermediate dump 2008/01/22 00:25:23 thb 1.1.2.2: #i81092# Making gdiplus and dx canvas more independent 2007/12/20 22:18:57 thb 1.1.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [2e473d0127b66dbf950fbea00b529e094965ccbf]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/05/23 22:03:44 thb 1.1.2.2: Moving all remaining new files to LGPL 3 2008/01/22 00:25:23 thb 1.1.2.1: #i81092# Making gdiplus and dx canvas more independent


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [089d8cbc7f42b05e6875f61006d3dd9f2a61a163]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/06/02 22:20:50 thb 1.1.2.3: Removed obsolete XTunnel now for real; re-added size getter for BitmapCanvas; smallish cleanups 2008/05/23 22:03:44 thb 1.1.2.2: Moving all remaining new files to LGPL 3 2008/02/08 00:26:38 thb 1.1.2.1: #81092# Finishing cooperative canvas output stuff


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [92145418ef9867574c453e964ce7c3c619954d8a]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/06/03 23:52:23 thb 1.1.2.4: Removed extra level of indirection for getting a graphics for a surface; removed some unused code 2008/06/02 22:20:50 thb 1.1.2.3: Removed obsolete XTunnel now for real; re-added size getter for BitmapCanvas; smallish cleanups 2008/05/23 22:03:44 thb 1.1.2.2: Moving all remaining new files to LGPL 3 2008/02/08 00:26:38 thb 1.1.2.1: #81092# Finishing cooperative canvas output stuff


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [7045be1355e8bf72b0a2ff55dcf4f01407dd7e53]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/06/03 23:52:23 thb 1.2.2.4: Removed extra level of indirection for getting a graphics for a surface; removed some unused code 2008/04/21 07:30:26 thb 1.2.2.3: RESYNC: (1.2-1.3); FILE MERGED 2008/02/08 00:26:38 thb 1.2.2.2: #81092# Finishing cooperative canvas output stuff 2008/01/22 00:25:23 thb 1.2.2.1: #i81092# Making gdiplus and dx canvas more independent


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [bc5edc57e5d3936c3a2c003df9c2e474dcb10b3b]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/06/03 23:52:23 thb 1.2.2.6: Removed extra level of indirection for getting a graphics for a surface; removed some unused code 2008/06/03 11:11:24 thb 1.2.2.5: Cleaned up image debugging stuff; fixed a few d3d debug warnings; fixed one deadlock rendering a bitmap from the same surface to itself; fixed premature ReleaseDC call in GraphicsProvider::getGraphics() 2008/04/21 07:29:57 thb 1.2.2.4: RESYNC: (1.2-1.3); FILE MERGED 2008/02/08 00:26:38 thb 1.2.2.3: #81092# Finishing cooperative canvas output stuff 2008/01/22 00:25:23 thb 1.2.2.2: #i81092# Making gdiplus and dx canvas more independent 2007/12/20 22:18:57 thb 1.2.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [b8f667a3e36a8665b1e1ec27ec6bd3dde28d9582]

INTEGRATION: CWS canvas05 (1.3.2); FILE MERGED 2008/06/03 23:52:23 thb 1.3.2.5: Removed extra level of indirection for getting a graphics for a surface; removed some unused code 2008/06/03 11:11:24 thb 1.3.2.4: Cleaned up image debugging stuff; fixed a few d3d debug warnings; fixed one deadlock rendering a bitmap from the same surface to itself; fixed premature ReleaseDC call in GraphicsProvider::getGraphics() 2008/04/21 07:29:36 thb 1.3.2.3: RESYNC: (1.3-1.4); FILE MERGED 2008/01/22 00:25:22 thb 1.3.2.2: #i81092# Making gdiplus and dx canvas more independent 2007/12/20 22:18:57 thb 1.3.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [58175446ce585190869732c4d96122045554a9b6]

INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/06/03 23:52:23 thb 1.2.2.6: Removed extra level of indirection for getting a graphics for a surface; removed some unused code 2008/06/03 11:11:24 thb 1.2.2.5: Cleaned up image debugging stuff; fixed a few d3d debug warnings; fixed one deadlock rendering a bitmap from the same surface to itself; fixed premature ReleaseDC call in GraphicsProvider::getGraphics() 2008/04/21 07:30:30 thb 1.2.2.4: RESYNC: (1.3-1.4); FILE MERGED 2008/01/22 00:50:59 thb 1.2.2.3: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 00:25:22 thb 1.2.2.2: #i81092# Making gdiplus and dx canvas more independent 2007/12/20 22:18:57 thb 1.2.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [8d8f5f4bb0076e4f7de7399059f6f694e35f8d16]

INTEGRATION: CWS canvas05 (1.5.44); FILE MERGED 2008/06/04 14:57:40 thb 1.5.44.16: #i10000# Fixed build breakage on X11 w/o cairo 2008/06/04 14:46:00 thb 1.5.44.15: #i10000# Fixed build breakage on X11 w/o cairo 2008/06/02 21:57:31 thb 1.5.44.14: Disabling cairocanvas build for mac x11 the hard way 2008/05/21 13:32:03 thb 1.5.44.13: Made vcl and cairo canvas work with emf+ patches; smoothed out internal cairo makefile changes; corrected cairocanvas sprite update 2008/05/20 09:17:12 thb 1.5.44.12: Made cairocanvas work with internal cairo for Linux (fix courtesy of Fridrich) 2008/04/21 07:31:46 thb 1.5.44.11: RESYNC: (1.6-1.7); FILE MERGED 2008/04/16 13:47:39 thb 1.5.44.10: Made cairocanvas build on Win32 again 2008/04/14 17:51:23 mox 1.5.44.9: Seems like TARGETTYPE=GUI fully works only on Mac/Quartz (re-adding Win32 libs) 2008/04/14 14:45:30 thb 1.5.44.8: Made the thing compile under Linux again 2008/04/13 14:50:14 mox 1.5.44.7: Cairo Quartz build-fixes (builds ok now) 2008/04/10 21:18:37 mox 1.5.44.6: Making cairo quartz buildable. Some pieces still missing. 2008/04/10 20:49:31 mox 1.5.44.5: Use TARGETTYPE=GUI instead of manual GUI library includes 2008/04/07 14:33:58 thb 1.5.44.4: RESYNC: (1.5-1.6); FILE MERGED 2008/04/03 16:02:26 thb 1.5.44.3: Merged in cairoquartz01 changes, reworked into the polymorphic Surface concept now 2008/04/02 22:56:28 thb 1.5.44.2: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII 2008/03/18 22:00:57 thb 1.5.44.1: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c91530aaf75825e53264c22f36ea932ad5b92b69]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/06/09 08:41:46 thb 1.1.2.7: Replaced screen ptr with screen number, which should be more reliable. Binned manual fill-out of X11SysData structs in favor of ctor 2008/05/23 22:03:44 thb 1.1.2.6: Moving all remaining new files to LGPL 3 2008/04/28 23:20:27 thb 1.1.2.5: Using the screen ptr from the sysdata struct, to avoid BadMatch errors 2008/04/04 22:08:34 thb 1.1.2.4: Fixed output of bezier polygons for cairo; fixed missing surfaces here and there; removed useless refcounted SurfaceProvider arguments (that lead to premature canvas death, as called during ctor) 2008/04/04 09:00:13 thb 1.1.2.3: Merging emf+ changes for dx canvas 2008/04/03 16:02:26 thb 1.1.2.2: Merged in cairoquartz01 changes, reworked into the polymorphic Surface concept now 2008/04/02 22:56:28 thb 1.1.2.1: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [44b3b0d20263f9609c64a5b4b95abd910b237cae]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/05/23 22:03:44 thb 1.1.2.4: Moving all remaining new files to LGPL 3 2008/04/16 13:47:39 thb 1.1.2.3: Made cairocanvas build on Win32 again 2008/04/14 07:52:57 mox 1.1.2.2: Unbreak cairo win32 2008/04/03 16:02:26 thb 1.1.2.1: Merged in cairoquartz01 changes, reworked into the polymorphic Surface concept now


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [8a22803970489a725c8560b3da3048a1994d3c1b]

INTEGRATION: CWS canvas05 (1.3.62); FILE MERGED 2008/04/21 07:32:22 thb 1.3.62.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/18 22:00:57 thb 1.3.62.1: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [2493b5e39956484d9649390af049ca5bcfb081fa]

INTEGRATION: CWS canvas05 (1.5.24); FILE MERGED 2008/04/21 07:32:34 thb 1.5.24.4: RESYNC: (1.5-1.6); FILE MERGED 2008/03/18 22:00:57 thb 1.5.24.3: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code 2007/12/20 22:18:57 thb 1.5.24.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/10/01 13:02:01 thb 1.5.24.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [012d21cabf452f2948f3e82364a53d2fd62a674b]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/05/23 22:03:44 thb 1.1.2.3: Moving all remaining new files to LGPL 3 2008/04/02 22:56:28 thb 1.1.2.2: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII 2008/03/28 23:38:46 thb 1.1.2.1: Backbuffer-less canvas implementation on top of cairo


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d9ec0f1e3c3050542346610f2262817ddff9afbc]

INTEGRATION: CWS canvas05 (1.3.26); FILE MERGED 2008/04/21 07:32:46 thb 1.3.26.3: RESYNC: (1.3-1.4); FILE MERGED 2008/04/02 22:56:28 thb 1.3.26.2: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII 2008/03/18 22:00:57 thb 1.3.26.1: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [2e65bb5a701df2b7685a4fbb5fd45e526713730a]

INTEGRATION: CWS canvas05 (1.5.24); FILE MERGED 2008/06/03 15:39:06 thb 1.5.24.10: #i85116# Revived lost changes in cairocanvas 2008/04/21 07:31:43 thb 1.5.24.9: RESYNC: (1.7-1.8); FILE MERGED 2008/04/07 14:33:55 thb 1.5.24.8: RESYNC: (1.6-1.7); FILE MERGED 2008/04/03 16:02:26 thb 1.5.24.7: Merged in cairoquartz01 changes, reworked into the polymorphic Surface concept now 2008/04/02 22:56:28 thb 1.5.24.6: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII 2008/03/28 23:38:46 thb 1.5.24.5: Backbuffer-less canvas implementation on top of cairo 2008/03/18 22:00:57 thb 1.5.24.4: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code 2008/01/22 00:50:55 thb 1.5.24.3: RESYNC: (1.5-1.6); FILE MERGED 2007/12/20 22:18:56 thb 1.5.24.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/10/01 13:02:01 thb 1.5.24.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [de0e02eb714f1794c665aad0f30c1fda447c2f11]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/05/23 22:03:43 thb 1.1.2.6: Moving all remaining new files to LGPL 3 2008/05/13 14:51:48 thb 1.1.2.5: removed redundant extra surface from spritecanvas; removed silly conditional that always resolved to true from X11Surface ctor 2008/04/10 21:18:37 mox 1.1.2.4: Making cairo quartz buildable. Some pieces still missing. 2008/04/03 20:12:36 thb 1.1.2.3: Improved the system-dependent passing-around of the OS handles - now much more opaque 2008/04/02 22:56:28 thb 1.1.2.2: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII 2008/03/28 23:38:46 thb 1.1.2.1: Backbuffer-less canvas implementation on top of cairo


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [ac5b4c3e7a7c9817b63c8368783926210cdcb7ff]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/05/23 22:03:43 thb 1.1.2.9: Moving all remaining new files to LGPL 3 2008/05/13 14:51:48 thb 1.1.2.8: removed redundant extra surface from spritecanvas; removed silly conditional that always resolved to true from X11Surface ctor 2008/04/09 14:33:12 thb 1.1.2.7: Gave back vclcanvas the window surface; made cairocanvas consistent with rest (regarding setWindow) 2008/04/04 22:08:34 thb 1.1.2.6: Fixed output of bezier polygons for cairo; fixed missing surfaces here and there; removed useless refcounted SurfaceProvider arguments (that lead to premature canvas death, as called during ctor) 2008/04/03 20:12:36 thb 1.1.2.5: Improved the system-dependent passing-around of the OS handles - now much more opaque 2008/04/03 16:02:26 thb 1.1.2.4: Merged in cairoquartz01 changes, reworked into the polymorphic Surface concept now 2008/04/02 23:07:06 thb 1.1.2.3: And now with all missing functions 2008/04/02 22:56:28 thb 1.1.2.2: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII 2008/03/28 23:38:46 thb 1.1.2.1: Backbuffer-less canvas implementation on top of cairo


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [9164243cab262f3d0a68914ca8dd9a5f571a0990]

INTEGRATION: CWS canvas05 (1.2.94); FILE MERGED 2008/05/21 13:32:03 thb 1.2.94.3: Made vcl and cairo canvas work with emf+ patches; smoothed out internal cairo makefile changes; corrected cairocanvas sprite update 2008/04/21 07:32:37 thb 1.2.94.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/18 22:00:57 thb 1.2.94.1: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [abeaf4ad9a14f89dfcc9d0bf1906e71cd85ea1a1]

INTEGRATION: CWS canvas05 (1.3.68); FILE MERGED 2008/05/21 13:32:03 thb 1.3.68.11: Made vcl and cairo canvas work with emf+ patches; smoothed out internal cairo makefile changes; corrected cairocanvas sprite update 2008/04/21 07:32:50 thb 1.3.68.10: RESYNC: (1.5-1.6); FILE MERGED 2008/04/09 09:35:12 thb 1.3.68.9: Improved log output, fixed wrong arg check for vclcanvas 2008/04/09 09:06:52 thb 1.3.68.8: cairo SpriteCanvasHelper was recursive in disposing; argument order changed for init 2008/04/07 14:34:18 thb 1.3.68.7: RESYNC: (1.4-1.5); FILE MERGED 2008/04/03 16:02:26 thb 1.3.68.6: Merged in cairoquartz01 changes, reworked into the polymorphic Surface concept now 2008/04/02 22:56:28 thb 1.3.68.5: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII 2008/03/18 22:00:57 thb 1.3.68.4: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code 2008/01/22 00:50:52 thb 1.3.68.3: RESYNC: (1.3-1.4); FILE MERGED 2007/12/20 22:18:56 thb 1.3.68.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/10/01 13:02:01 thb 1.3.68.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [11c3842efceb9353bb7159bf10ea911cf68afd47]

INTEGRATION: CWS canvas05 (1.3.56); FILE MERGED 2008/06/09 12:51:47 thb 1.3.56.7: #i88081# Join from CWS impress144 (fixing the dxcanvas crash), extended for the other canvas impls 2008/05/13 14:51:48 thb 1.3.56.6: removed redundant extra surface from spritecanvas; removed silly conditional that always resolved to true from X11Surface ctor 2008/04/21 07:31:37 thb 1.3.56.5: RESYNC: (1.4-1.5); FILE MERGED 2008/04/07 14:33:49 thb 1.3.56.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/02 22:56:28 thb 1.3.56.3: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII 2008/03/18 22:00:57 thb 1.3.56.2: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code 2007/12/20 22:18:56 thb 1.3.56.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [06dff38652723722ccdfce7a985cfaeaf09eec06]

INTEGRATION: CWS canvas05 (1.5.24); FILE MERGED 2008/06/09 12:51:47 thb 1.5.24.14: #i88081# Join from CWS impress144 (fixing the dxcanvas crash), extended for the other canvas impls 2008/05/13 14:51:48 thb 1.5.24.13: removed redundant extra surface from spritecanvas; removed silly conditional that always resolved to true from X11Surface ctor 2008/04/21 07:32:19 thb 1.5.24.12: RESYNC: (1.9-1.10); FILE MERGED 2008/04/09 14:33:12 thb 1.5.24.11: Gave back vclcanvas the window surface; made cairocanvas consistent with rest (regarding setWindow) 2008/04/09 09:35:12 thb 1.5.24.10: Improved log output, fixed wrong arg check for vclcanvas 2008/04/09 09:06:51 thb 1.5.24.9: cairo SpriteCanvasHelper was recursive in disposing; argument order changed for init 2008/04/07 14:34:06 thb 1.5.24.8: RESYNC: (1.7-1.9); FILE MERGED 2008/04/03 20:12:36 thb 1.5.24.7: Improved the system-dependent passing-around of the OS handles - now much more opaque 2008/04/02 22:56:28 thb 1.5.24.6: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII 2008/03/18 22:00:57 thb 1.5.24.5: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code 2008/01/22 00:50:49 thb 1.5.24.4: RESYNC: (1.5-1.7); FILE MERGED 2007/12/20 22:18:56 thb 1.5.24.3: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/12/18 10:05:52 thb 1.5.24.2: #i84049# Applying patch from jnavrati to fix a crash when xrender is not available 2007/10/01 13:02:01 thb 1.5.24.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [7509c40da4abd05946c14c55aa6a6f24a1b67bf4]

INTEGRATION: CWS canvas05 (1.3.56); FILE MERGED 2008/04/21 07:32:25 thb 1.3.56.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/02 22:56:28 thb 1.3.56.1: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a23f23c8d18c320894690fc4f32abecec25d6352]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/06/09 12:51:47 thb 1.1.2.3: #i88081# Join from CWS impress144 (fixing the dxcanvas crash), extended for the other canvas impls 2008/05/23 22:03:43 thb 1.1.2.2: Moving all remaining new files to LGPL 3 2008/03/28 23:38:46 thb 1.1.2.1: Backbuffer-less canvas implementation on top of cairo


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [439995a416a7cdcced9cd6996648dff8f1ddf366]

INTEGRATION: CWS canvas05 (1.2.94); FILE MERGED 2008/04/21 07:31:40 thb 1.2.94.3: RESYNC: (1.3-1.4); FILE MERGED 2008/04/07 14:33:52 thb 1.2.94.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/02 22:56:28 thb 1.2.94.1: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [155e38dede707c60600460ef0c53f73a837c803f]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/05/23 22:03:43 thb 1.1.2.5: Moving all remaining new files to LGPL 3 2008/04/14 07:20:41 mox 1.1.2.4: Proper indentation (no code changes). 2008/04/13 14:50:14 mox 1.1.2.3: Cairo Quartz build-fixes (builds ok now) 2008/04/10 21:18:37 mox 1.1.2.2: Making cairo quartz buildable. Some pieces still missing. 2008/04/03 16:02:26 thb 1.1.2.1: Merged in cairoquartz01 changes, reworked into the polymorphic Surface concept now


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [9c8bd6159df562cc07be9981e04c3de076479911]

INTEGRATION: CWS canvas05 (1.2.94); FILE MERGED 2008/05/13 14:51:48 thb 1.2.94.10: removed redundant extra surface from spritecanvas; removed silly conditional that always resolved to true from X11Surface ctor 2008/04/21 07:31:58 thb 1.2.94.9: RESYNC: (1.4-1.5); FILE MERGED 2008/04/10 21:18:37 mox 1.2.94.8: Making cairo quartz buildable. Some pieces still missing. 2008/04/07 14:34:01 thb 1.2.94.7: RESYNC: (1.2-1.4); FILE MERGED 2008/04/04 22:08:34 thb 1.2.94.6: Fixed output of bezier polygons for cairo; fixed missing surfaces here and there; removed useless refcounted SurfaceProvider arguments (that lead to premature canvas death, as called during ctor) 2008/04/03 20:12:36 thb 1.2.94.5: Improved the system-dependent passing-around of the OS handles - now much more opaque 2008/04/02 22:56:27 thb 1.2.94.4: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII 2008/03/18 22:00:56 thb 1.2.94.3: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code 2007/12/20 22:18:56 thb 1.2.94.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/12/18 10:05:52 thb 1.2.94.1: #i84049# Applying patch from jnavrati to fix a crash when xrender is not available


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [cb0342ee7964e9589a33b0ff6fb07c63fc471a6d]

INTEGRATION: CWS canvas05 (1.7.24); FILE MERGED 2008/05/13 14:51:48 thb 1.7.24.10: removed redundant extra surface from spritecanvas; removed silly conditional that always resolved to true from X11Surface ctor 2008/04/21 07:32:43 thb 1.7.24.9: RESYNC: (1.9-1.10); FILE MERGED 2008/04/07 14:34:15 thb 1.7.24.8: RESYNC: (1.7-1.9); FILE MERGED 2008/04/04 22:08:34 thb 1.7.24.7: Fixed output of bezier polygons for cairo; fixed missing surfaces here and there; removed useless refcounted SurfaceProvider arguments (that lead to premature canvas death, as called during ctor) 2008/04/03 20:12:36 thb 1.7.24.6: Improved the system-dependent passing-around of the OS handles - now much more opaque 2008/04/02 23:07:06 thb 1.7.24.5: And now with all missing functions 2008/04/02 22:56:27 thb 1.7.24.4: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII 2008/03/18 22:00:56 thb 1.7.24.3: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code 2007/12/20 22:18:56 thb 1.7.24.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/12/18 10:05:52 thb 1.7.24.1: #i84049# Applying patch from jnavrati to fix a crash when xrender is not available


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d5cb326fbd3a9019769b02158848867d035cc450]

INTEGRATION: CWS canvas05 (1.4.56); FILE MERGED 2008/04/21 07:31:52 thb 1.4.56.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/01 13:02:01 thb 1.4.56.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [11ebc74045ea90d86284e8f2e49bc316c364b871]

INTEGRATION: CWS canvas05 (1.6.24); FILE MERGED 2008/04/21 07:32:40 thb 1.6.24.8: RESYNC: (1.7-1.8); FILE MERGED 2008/04/16 13:47:38 thb 1.6.24.7: Made cairocanvas build on Win32 again 2008/04/07 14:34:13 thb 1.6.24.6: RESYNC: (1.6-1.7); FILE MERGED 2008/04/03 16:02:26 thb 1.6.24.5: Merged in cairoquartz01 changes, reworked into the polymorphic Surface concept now 2008/04/02 22:56:27 thb 1.6.24.4: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII 2008/03/18 22:00:56 thb 1.6.24.3: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code 2007/12/20 22:18:56 thb 1.6.24.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/10/01 13:02:01 thb 1.6.24.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [f8ebb5c2e2a15e70709ed6585a29ee572d7112da]

INTEGRATION: CWS canvas05 (1.5.18); FILE MERGED 2008/06/23 13:38:55 thb 1.5.18.7: RESYNC: (1.6-1.7); FILE MERGED 2008/06/03 15:39:06 thb 1.5.18.6: #i85116# Revived lost changes in cairocanvas 2008/04/21 07:32:04 thb 1.5.18.5: RESYNC: (1.5-1.6); FILE MERGED 2008/04/04 22:08:33 thb 1.5.18.4: Fixed output of bezier polygons for cairo; fixed missing surfaces here and there; removed useless refcounted SurfaceProvider arguments (that lead to premature canvas death, as called during ctor) 2008/04/02 22:56:27 thb 1.5.18.3: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII 2008/03/28 23:38:46 thb 1.5.18.2: Backbuffer-less canvas implementation on top of cairo 2008/03/18 22:00:56 thb 1.5.18.1: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [b3ac951c084bfc285a29798fba4065c42c26330e]

INTEGRATION: CWS canvas05 (1.9.14); FILE MERGED 2008/06/03 15:39:06 thb 1.9.14.17: #i85116# Revived lost changes in cairocanvas 2008/05/30 16:03:39 thb 1.9.14.16: Added test of VirtualDevice::GetCanvas(); corrected one tiny bit in cairocanvas::clear 2008/05/21 13:32:03 thb 1.9.14.15: Made vcl and cairo canvas work with emf+ patches; smoothed out internal cairo makefile changes; corrected cairocanvas sprite update 2008/04/21 07:32:31 thb 1.9.14.14: RESYNC: (1.14-1.15); FILE MERGED 2008/04/20 23:36:08 thb 1.9.14.13: Made canvasdemo work again on dev300; made sure GDIPlusUser is always destroyed _last_ (as it kills all other GDIPlus objects); made cairocanvas sensitive to outdev size 2008/04/07 14:34:10 thb 1.9.14.12: RESYNC: (1.12-1.14); FILE MERGED 2008/04/04 22:08:33 thb 1.9.14.11: Fixed output of bezier polygons for cairo; fixed missing surfaces here and there; removed useless refcounted SurfaceProvider arguments (that lead to premature canvas death, as called during ctor) 2008/04/03 16:02:25 thb 1.9.14.10: Merged in cairoquartz01 changes, reworked into the polymorphic Surface concept now 2008/04/02 22:56:27 thb 1.9.14.9: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII 2008/03/28 23:38:46 thb 1.9.14.8: Backbuffer-less canvas implementation on top of cairo 2008/03/18 22:00:56 thb 1.9.14.7: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code 2008/03/13 22:48:50 thb 1.9.14.6: merging in remaining ooo-build cairocanvas fixes; completing std color space implementation 2008/03/13 14:57:21 thb 1.9.14.5: Finishing touches to StdColorSpace; move cairocanvas to new color space mechanisms 2008/01/22 00:50:46 thb 1.9.14.4: RESYNC: (1.10-1.12); FILE MERGED 2007/12/20 22:18:56 thb 1.9.14.3: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/11/06 12:36:43 thb 1.9.14.2: RESYNC: (1.9-1.10); FILE MERGED 2007/10/01 13:02:01 thb 1.9.14.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d793831267b118ec73c9c0de2ce0daa24b8b15a1]

INTEGRATION: CWS canvas05 (1.3.56); FILE MERGED 2008/04/21 07:31:55 thb 1.3.56.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/18 22:00:56 thb 1.3.56.1: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [e7d8ecea07ff4806f5f91c179af9aeb3fe9bf936]

INTEGRATION: CWS canvas05 (1.6.24); FILE MERGED 2008/04/21 07:31:49 thb 1.6.24.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/18 22:00:56 thb 1.6.24.1: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [56451c38d52c87e7b6f583b774db2182944cede3]

INTEGRATION: CWS canvas05 (1.2.94); FILE MERGED 2008/04/21 07:32:01 thb 1.2.94.4: RESYNC: (1.2-1.3); FILE MERGED 2008/04/02 22:56:27 thb 1.2.94.3: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII 2008/03/28 23:38:46 thb 1.2.94.2: Backbuffer-less canvas implementation on top of cairo 2008/03/18 22:00:56 thb 1.2.94.1: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [806a124d80143940b0ef767b6ade03ba2e22390a]

INTEGRATION: CWS canvas05 (1.5.26); FILE MERGED 2008/04/21 07:32:53 thb 1.5.26.7: RESYNC: (1.5-1.6); FILE MERGED 2008/04/04 22:08:33 thb 1.5.26.6: Fixed output of bezier polygons for cairo; fixed missing surfaces here and there; removed useless refcounted SurfaceProvider arguments (that lead to premature canvas death, as called during ctor) 2008/04/02 22:56:27 thb 1.5.26.5: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII 2008/03/28 23:38:46 thb 1.5.26.4: Backbuffer-less canvas implementation on top of cairo 2008/03/18 22:00:56 thb 1.5.26.3: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code 2007/12/20 22:18:56 thb 1.5.26.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/10/01 13:02:01 thb 1.5.26.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [6660817c3f6a49d3a20eece14acf86784f62e4d4]

INTEGRATION: CWS canvas05 (1.2.94); FILE MERGED 2008/04/21 07:32:16 thb 1.2.94.4: RESYNC: (1.2-1.3); FILE MERGED 2008/04/02 22:56:27 thb 1.2.94.3: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII 2008/03/18 22:00:55 thb 1.2.94.2: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code 2007/12/20 22:18:56 thb 1.2.94.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [3bf9f158bfb0786e0fcb20e69de6e224ec8463f9]

INTEGRATION: CWS canvas05 (1.3.68); FILE MERGED 2008/05/21 13:32:03 thb 1.3.68.10: Made vcl and cairo canvas work with emf+ patches; smoothed out internal cairo makefile changes; corrected cairocanvas sprite update 2008/04/21 07:32:10 thb 1.3.68.9: RESYNC: (1.3-1.4); FILE MERGED 2008/04/16 13:47:38 thb 1.3.68.8: Made cairocanvas build on Win32 again 2008/04/10 21:18:37 mox 1.3.68.7: Making cairo quartz buildable. Some pieces still missing. 2008/04/04 22:08:33 thb 1.3.68.6: Fixed output of bezier polygons for cairo; fixed missing surfaces here and there; removed useless refcounted SurfaceProvider arguments (that lead to premature canvas death, as called during ctor) 2008/04/02 22:56:26 thb 1.3.68.5: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII 2008/03/18 22:00:55 thb 1.3.68.4: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code 2008/03/13 22:48:50 thb 1.3.68.3: merging in remaining ooo-build cairocanvas fixes; completing std color space implementation 2007/12/20 22:18:56 thb 1.3.68.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/10/01 13:02:01 thb 1.3.68.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [4f836e76e2276869fb2b89f80db85d5449d95416]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/06/09 12:51:47 thb 1.1.2.5: #i88081# Join from CWS impress144 (fixing the dxcanvas crash), extended for the other canvas impls 2008/05/23 22:03:43 thb 1.1.2.4: Moving all remaining new files to LGPL 3 2008/04/04 22:08:33 thb 1.1.2.3: Fixed output of bezier polygons for cairo; fixed missing surfaces here and there; removed useless refcounted SurfaceProvider arguments (that lead to premature canvas death, as called during ctor) 2008/04/02 22:56:26 thb 1.1.2.2: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII 2008/03/28 23:38:45 thb 1.1.2.1: Backbuffer-less canvas implementation on top of cairo


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [abdbea93ee6aab6dd69272fe7ae988ce42376875]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/06/09 12:51:47 thb 1.1.2.9: #i88081# Join from CWS impress144 (fixing the dxcanvas crash), extended for the other canvas impls 2008/05/23 22:03:43 thb 1.1.2.8: Moving all remaining new files to LGPL 3 2008/05/13 14:51:47 thb 1.1.2.7: removed redundant extra surface from spritecanvas; removed silly conditional that always resolved to true from X11Surface ctor 2008/04/20 23:36:07 thb 1.1.2.6: Made canvasdemo work again on dev300; made sure GDIPlusUser is always destroyed _last_ (as it kills all other GDIPlus objects); made cairocanvas sensitive to outdev size 2008/04/16 13:47:38 thb 1.1.2.5: Made cairocanvas build on Win32 again 2008/04/04 22:08:33 thb 1.1.2.4: Fixed output of bezier polygons for cairo; fixed missing surfaces here and there; removed useless refcounted SurfaceProvider arguments (that lead to premature canvas death, as called during ctor) 2008/04/03 20:12:35 thb 1.1.2.3: Improved the system-dependent passing-around of the OS handles - now much more opaque 2008/04/02 22:56:26 thb 1.1.2.2: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII 2008/03/28 23:38:45 thb 1.1.2.1: Backbuffer-less canvas implementation on top of cairo


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a4b7fa6b7f36bdf4f306557ed20935e0c639bd1c]

INTEGRATION: CWS canvas05 (1.4.24); FILE MERGED 2008/05/23 22:03:43 thb 1.4.24.9: Moving all remaining new files to LGPL 3 2008/04/10 21:18:37 mox 1.4.24.8: Making cairo quartz buildable. Some pieces still missing. 2008/04/07 14:34:21 thb 1.4.24.7: RESYNC: (1.4-1.6); FILE MERGED 2008/04/03 20:12:35 thb 1.4.24.6: Improved the system-dependent passing-around of the OS handles - now much more opaque 2008/04/03 16:02:25 thb 1.4.24.5: Merged in cairoquartz01 changes, reworked into the polymorphic Surface concept now 2008/04/02 23:07:06 thb 1.4.24.4: And now with all missing functions 2008/04/02 22:56:26 thb 1.4.24.3: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII 2007/12/20 22:18:56 thb 1.4.24.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/12/18 10:05:52 thb 1.4.24.1: #i84049# Applying patch from jnavrati to fix a crash when xrender is not available


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [98333ef6a5bd2e06afc9c7cc618734118da4e72b]

INTEGRATION: CWS canvas05 (1.5.24); FILE MERGED 2008/04/21 07:32:13 thb 1.5.24.8: RESYNC: (1.7-1.8); FILE MERGED 2008/04/16 13:47:38 thb 1.5.24.7: Made cairocanvas build on Win32 again 2008/04/07 14:34:03 thb 1.5.24.6: RESYNC: (1.5-1.7); FILE MERGED 2008/04/03 20:12:35 thb 1.5.24.5: Improved the system-dependent passing-around of the OS handles - now much more opaque 2008/04/03 16:02:25 thb 1.5.24.4: Merged in cairoquartz01 changes, reworked into the polymorphic Surface concept now 2008/04/02 22:56:26 thb 1.5.24.3: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII 2008/03/18 22:00:55 thb 1.5.24.2: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code 2007/12/18 10:05:52 thb 1.5.24.1: #i84049# Applying patch from jnavrati to fix a crash when xrender is not available


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [7afe06bfb1cc9cdc52c7923fd25fb1d4e963c670]

INTEGRATION: CWS canvas05 (1.2.94); FILE MERGED 2008/04/21 07:32:28 thb 1.2.94.3: RESYNC: (1.2-1.3); FILE MERGED 2008/04/02 22:56:26 thb 1.2.94.2: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII 2008/03/18 22:00:55 thb 1.2.94.1: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d7f8c507923e32786c0f2f4cfdf7fa00af4e4442]

INTEGRATION: CWS canvas05 (1.4.24); FILE MERGED 2008/04/21 07:32:07 thb 1.4.24.4: RESYNC: (1.4-1.5); FILE MERGED 2008/04/02 22:56:26 thb 1.4.24.3: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII 2007/12/20 22:18:56 thb 1.4.24.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/10/01 13:02:01 thb 1.4.24.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [59f86d22463b06ed8b5447a43c4ef17373ac187c]

INTEGRATION: CWS canvas05 (1.12.2); FILE MERGED 2008/01/22 00:25:22 thb 1.12.2.1: #i81092# Making gdiplus and dx canvas more independent


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [076eeae52cf3926bf3f4ed010a56d380eb22367a]

INTEGRATION: CWS canvas05 (1.13.2); FILE MERGED 2008/05/21 13:32:02 thb 1.13.2.1: Made vcl and cairo canvas work with emf+ patches; smoothed out internal cairo makefile changes; corrected cairocanvas sprite update


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a7e1d90dcf187a69b508ee3131f6b4643d178c61]

INTEGRATION: CWS canvas05 (1.3.36); FILE MERGED 2008/04/21 07:26:51 thb 1.3.36.2: RESYNC: (1.3-1.4); FILE MERGED 2007/12/20 22:18:56 thb 1.3.36.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [cf3d0a7dd2d9945f04a094c0c17678deb95634f7]

INTEGRATION: CWS canvas05 (1.2.112); FILE MERGED 2008/04/21 07:27:09 thb 1.2.112.2: RESYNC: (1.2-1.3); FILE MERGED 2007/10/01 13:02:01 thb 1.2.112.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [ee08d398d9f45add279dfa720f2454272ea8edc1]

INTEGRATION: CWS canvas05 (1.6.26); FILE MERGED 2008/04/21 07:27:06 thb 1.6.26.3: RESYNC: (1.6-1.7); FILE MERGED 2007/12/20 22:18:56 thb 1.6.26.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/10/01 13:02:01 thb 1.6.26.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [56047bc0d0fe5033300f2710bd707a783fb5e84e]

INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED 2008/06/09 12:51:46 thb 1.1.2.3: #i88081# Join from CWS impress144 (fixing the dxcanvas crash), extended for the other canvas impls 2008/05/23 22:03:43 thb 1.1.2.2: Moving all remaining new files to LGPL 3 2007/12/20 22:18:56 thb 1.1.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a0166b62753e210ffd532c93a74dd73c187ccecf]

INTEGRATION: CWS canvas05 (1.2.112); FILE MERGED 2008/04/21 07:27:03 thb 1.2.112.2: RESYNC: (1.2-1.3); FILE MERGED 2007/10/01 13:02:01 thb 1.2.112.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [df1954e6eb50e07fe0a0446d054ecdbe3c93c788]

INTEGRATION: CWS canvas05 (1.2.112); FILE MERGED 2008/04/21 07:26:57 thb 1.2.112.2: RESYNC: (1.2-1.3); FILE MERGED 2007/12/20 22:18:55 thb 1.2.112.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [6a2c0dc6bf838f845f9119a1aa1792a7864940dd]

INTEGRATION: CWS canvas05 (1.6.112); FILE MERGED 2008/04/21 07:27:00 thb 1.6.112.2: RESYNC: (1.6-1.7); FILE MERGED 2007/10/01 13:02:00 thb 1.6.112.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-24  Kurt Zenker  <kz@openoffice.org>  [5dff0e3fd55977a4d1862f5d05bb564dff1f6fad]

INTEGRATION: CWS canvas05 (1.13.56); FILE MERGED 2008/04/21 07:26:54 thb 1.13.56.3: RESYNC: (1.13-1.14); FILE MERGED 2008/03/13 14:57:21 thb 1.13.56.2: Finishing touches to StdColorSpace; move cairocanvas to new color space mechanisms 2007/10/01 13:02:00 thb 1.13.56.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom


2008-06-23  Rüdiger Timm  <rt@openoffice.org>  [869319e9461cd60d4d4c53a40e34e9c6c3d4f51f]

#i89973# Fix build breaker for msvc8. Patch by thb.


2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [bfdef91eea30f0b86e35a95cbfcb43ab5ecc1994]

INTEGRATION: CWS aquabmpfix03 (1.18.26); FILE MERGED 2008/06/18 14:13:34 hdu 1.18.26.1: #i90638# #i90785# Aqua: fix scrolling for XorEmulation


2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [698a3f70446aed9b823686be61fd3424a2bdc64e]

INTEGRATION: CWS aquabmpfix03 (1.73.24); FILE MERGED 2008/06/18 15:50:10 hdu 1.73.24.3: #i90785# fix AquaSalGraphics::copyBits() for XOR copying 2008/06/18 14:13:33 hdu 1.73.24.2: #i90638# #i90785# Aqua: fix scrolling for XorEmulation 2008/06/18 09:51:17 hdu 1.73.24.1: merged CWS aquabmpfix02 into DEV300_m19 as base for aquabmpfix03


2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [4bfa5d6b229c7f31e18ef1adc53e2d102158ab24]

INTEGRATION: CWS aquabmpfix03 (1.40.26); FILE MERGED 2008/06/18 14:13:33 hdu 1.40.26.1: #i90638# #i90785# Aqua: fix scrolling for XorEmulation


2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [1fde3bfd5fb7107fd7e2ff0f6d5ff069cd24766d]

INTEGRATION: CWS fwk88 (1.45.4); FILE MERGED 2008/06/02 10:22:01 pb 1.45.4.2: RESYNC: (1.45-1.46); FILE MERGED 2008/05/28 10:01:40 mav 1.45.4.1: #i63661# integrate the patch


2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [f241ed39916c38f4acb56d49d41cac6986a3867e]

INTEGRATION: CWS fwk88 (1.1.2); FILE ADDED 2008/06/20 06:48:15 rt 1.1.2.2: Correct license header to LGPL v. 3 2008/05/28 10:01:08 mav 1.1.2.1: #i63661# integrate the patch


2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [d0e42ac5a1f2ceb84f197ad407db82a3e7fb1760]

INTEGRATION: CWS fwk88 (1.1.2); FILE ADDED 2008/06/20 06:44:43 rt 1.1.2.2: Correct license header to LGPL v. 3 2008/05/28 10:00:51 mav 1.1.2.1: #i63661# integrate the patch


2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [22ff0a3a08105fd11563420619aca3487d2ffb9f]

INTEGRATION: CWS fwk88 (1.25.6); FILE MERGED 2008/05/26 11:38:29 pb 1.25.6.1: fix: #i89054# new: getProductSource()


2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [67971233f3477e0103d69c51d635779f5d38e188]

INTEGRATION: CWS fwk88 (1.13.8); FILE MERGED 2008/05/26 11:36:51 pb 1.13.8.1: fix: #i89054# new: getProductSource()


2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [ece5ed2f68abe07b4fea043a158b4b4cbbea2204]

INTEGRATION: CWS fwk88 (1.55.54); FILE MERGED 2008/05/02 14:16:41 pb 1.55.54.2: RESYNC: (1.55-1.56); FILE MERGED 2008/04/22 10:49:53 pb 1.55.54.1: fix: #i68418# valgrind error fixed


2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [c04ee23108eab487755e586d1bdb4bae2e677cad]

INTEGRATION: CWS fwk88 (1.14.32); FILE MERGED 2008/05/22 07:53:46 pb 1.14.32.1: fix: #i88176# swap work- and userdictionarypath


2008-06-18  Rüdiger Timm  <rt@openoffice.org>  [619a76440267072b1400763d5ba4b22d3a1221f2]

#i90810# Do not include cmath for MS .Net2003 compiler.


2008-06-18  Rüdiger Timm  <rt@openoffice.org>  [afebf73d393bd840af5c9794c8978c293db6a721]

#i90819# Remove '::std' for memmove


2008-06-18  Rüdiger Timm  <rt@openoffice.org>  [93629dc72f575374ccefe6c83b0619eb820a1c81]

#i90819# Remove '::std' for memcpy, fprintf, and fflush


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [c172ffe4157312fd4c7d2bea26d8bf32f4af0295]

INTEGRATION: CWS hr51 (1.10.4); FILE MERGED 2008/06/06 15:08:09 hr 1.10.4.1: #i88947#: std namespace


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [89b5fa27bfd32c983a16f21bb6decc31db2f19c3]

INTEGRATION: CWS hr51 (1.26.42); FILE MERGED 2008/06/06 14:56:12 hr 1.26.42.1: #i88947#: includes; std namespace; WaE


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [db29cd3e4c861ce53557203a72ac5c7795f20135]

INTEGRATION: CWS hr51 (1.5.40); FILE MERGED 2008/06/06 14:56:12 hr 1.5.40.1: #i88947#: includes; std namespace; WaE


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [c4fa9af59c0cd1646790dbf634e7699dda120e38]

INTEGRATION: CWS hr51 (1.48.38); FILE MERGED 2008/06/06 16:25:33 hr 1.48.38.2: RESYNC: (1.48-1.49); FILE MERGED 2008/06/06 14:56:12 hr 1.48.38.1: #i88947#: includes; std namespace; WaE


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [ebec335a9cea1d778dcb6c343ff35c21b6d67dce]

INTEGRATION: CWS hr51 (1.32.42); FILE MERGED 2008/06/06 14:56:12 hr 1.32.42.1: #i88947#: includes; std namespace; WaE


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [a5fd5064ebec06a63d2851c54f07efdcb337c9f3]

INTEGRATION: CWS hr51 (1.57.42); FILE MERGED 2008/06/06 14:56:11 hr 1.57.42.1: #i88947#: includes; std namespace; WaE


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [423de7a564abb2925b8a5ba43daeac180aead8f4]

INTEGRATION: CWS hr51 (1.5.42); FILE MERGED 2008/06/06 14:56:11 hr 1.5.42.1: #i88947#: includes; std namespace; WaE


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [36863b33b679a34578101dcbd9b31957cd0182c8]

INTEGRATION: CWS hr51 (1.44.40); FILE MERGED 2008/06/06 16:25:24 hr 1.44.40.2: RESYNC: (1.44-1.46); FILE MERGED 2008/06/06 14:56:11 hr 1.44.40.1: #i88947#: includes; std namespace; WaE


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [cb72ec5c69ae19a105cce4aae8eedd5222ae07ce]

INTEGRATION: CWS hr51 (1.7.42); FILE MERGED 2008/06/06 14:56:11 hr 1.7.42.1: #i88947#: includes; std namespace; WaE


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [30c4df7fe399975f653dbbe700bb0533e55bdec8]

INTEGRATION: CWS hr51 (1.39.38); FILE MERGED 2008/06/06 14:56:10 hr 1.39.38.1: #i88947#: includes; std namespace; WaE


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [13374a9d156b3236b031a4a61c9dfd7775f9332d]

INTEGRATION: CWS hr51 (1.127.20); FILE MERGED 2008/06/06 16:25:20 hr 1.127.20.2: RESYNC: (1.127-1.128); FILE MERGED 2008/06/06 14:56:10 hr 1.127.20.1: #i88947#: includes; std namespace; WaE


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [8900c148243cf7d6afec1f3aadb5c1f7710fe93a]

INTEGRATION: CWS hr51 (1.18.32); FILE MERGED 2008/05/16 13:57:56 hr 1.18.32.1: #i88947# fix crash without uno environment, namespace for printf


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [c6fef2e30ef42625926e0d06014b6495be51deeb]

INTEGRATION: CWS hr51 (1.7.8); FILE MERGED 2008/06/06 14:36:04 hr 1.7.8.1: #i88947#: Solaris 64 bit support


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [4ca3331cd69c6db27ef7348b5ba264c1da4157ff]

INTEGRATION: CWS hr51 (1.31.6); FILE MERGED 2008/06/06 14:36:04 hr 1.31.6.1: #i88947#: Solaris 64 bit support


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [9f43b7f0de5ecbb97443ee7f41521ed3e524f606]

INTEGRATION: CWS hr51 (1.40.2); FILE MERGED 2008/06/06 14:15:32 hr 1.40.2.1: #i88947#: std namespace


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [568dd6c14ee9df7e27b85906584cd6c512d20fd2]

INTEGRATION: CWS hr51 (1.19.6); FILE MERGED 2008/06/06 14:13:38 hr 1.19.6.1: #i88947#: includes; namespaces


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [92d0941212bd70c8b145efa8fd0587e017d2b790]

INTEGRATION: CWS hr51 (1.6.16); FILE MERGED 2008/06/06 14:13:38 hr 1.6.16.1: #i88947#: includes; namespaces


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [74424f5457c85ee6cd18735ae07f40b70b54e8c3]

INTEGRATION: CWS hr51 (1.11.16); FILE MERGED 2008/06/06 14:13:38 hr 1.11.16.1: #i88947#: includes; namespaces


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [fa49c5730d5d9c8e0080f767dfb4932b48ce37ab]

INTEGRATION: CWS hr51 (1.3.16); FILE MERGED 2008/06/06 14:13:37 hr 1.3.16.1: #i88947#: includes; namespaces


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [c05d91730afd1ccfecd23c49466b0f3ef8168e4b]

INTEGRATION: CWS rptchart02 (1.24.4); FILE MERGED 2008/04/16 06:36:18 oj 1.24.4.2: RESYNC: (1.24-1.25); FILE MERGED 2008/03/12 09:30:03 oj 1.24.4.1: check if storage is readonly


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [17de008576e7ea8905521d2372a36b00cd9b1bed]

INTEGRATION: CWS rptchart02 (1.6.76); FILE MERGED 2008/04/16 06:36:15 oj 1.6.76.2: RESYNC: (1.6-1.7); FILE MERGED 2008/04/04 08:58:05 oj 1.6.76.1: add chart for report


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [8899e6064942b24987f53565a99a119062c83742]

INTEGRATION: CWS rptchart02 (1.7.10); FILE MERGED 2008/04/18 08:45:51 oj 1.7.10.1: #i86850# use of ComponentContext


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [f8c3e3335f042f63660d89c060066f81d2817989]

INTEGRATION: CWS rptchart02 (1.14.10); FILE MERGED 2008/04/18 08:45:51 oj 1.14.10.1: #i86850# use of ComponentContext


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [a1d2ad40758ff4fa00eb311112203cd1172843bb]

INTEGRATION: CWS rptchart02 (1.7.10); FILE MERGED 2008/04/18 08:46:18 oj 1.7.10.1: some restructing


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [bca94dcc2f3b73382db0e35f88b2f7abc1370a99]

INTEGRATION: CWS rptchart02 (1.4.10); FILE MERGED 2008/04/18 08:45:50 oj 1.4.10.1: #i86850# use of ComponentContext


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [cb66b565cd46996087c4fbf7a2fdf4c25aab93de]

INTEGRATION: CWS hr51 (1.12.10); FILE MERGED 2008/06/06 13:56:35 hr 1.12.10.1: #i88947#: fixes for compiling with SunStudio12 (WaE, compiler provided STL)


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [d67968c96f7c6282eae5e1eb6dba2e2f8c57f71d]

INTEGRATION: CWS hr51 (1.33.10); FILE MERGED 2008/06/06 13:56:35 hr 1.33.10.1: #i88947#: fixes for compiling with SunStudio12 (WaE, compiler provided STL)


2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [46ad7a465eaf0c80097209c2b1bdc24707451b74]

INTEGRATION: CWS hr51 (1.4.10); FILE MERGED 2008/06/06 13:56:35 hr 1.4.10.1: #i88947#: fixes for compiling with SunStudio12 (WaE, compiler provided STL)


2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [1d5b44a34fed10542378a84433c1fa8069b892f2]

INTEGRATION: CWS qadev32 (1.6.24); FILE MERGED 2008/05/05 10:53:27 cn 1.6.24.2: #i87216# update lists 2008/04/16 18:10:33 cn 1.6.24.1: #i87216# update lists


2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [ee23de7ed2c79c7a039ade56fcdb64e44f2dd7f3]

INTEGRATION: CWS qadev32 (1.7.24); FILE MERGED 2008/05/05 10:53:20 cn 1.7.24.2: #i87216# update lists 2008/04/16 18:10:33 cn 1.7.24.1: #i87216# update lists


2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [99ce27f4c44dcb5fcce7be900133621f95ad3039]

INTEGRATION: CWS qadev32 (1.4.6); FILE MERGED 2008/05/05 10:51:57 cn 1.4.6.2: #i87216# update lists 2008/04/16 18:03:19 cn 1.4.6.1: #i87216# update lists


2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [5902d7ac501d025a32deed3e754e6c94a9ad528d]

INTEGRATION: CWS qadev32 (1.5.6); FILE MERGED 2008/06/04 12:37:48 cn 1.5.6.4: #i87216# add issue 2008/05/13 20:10:01 cn 1.5.6.3: #i87389# update lists 2008/05/05 10:51:51 cn 1.5.6.2: #i87216# update lists 2008/04/16 18:03:19 cn 1.5.6.1: #i87216# update lists


2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [e2d76a3cb83a84bd8877af88cf06fb7661c03ac5]

INTEGRATION: CWS swlists01 (1.7.70); FILE MERGED 2008/06/10 07:19:25 od 1.7.70.6: RESYNC: (1.8-1.9); FILE MERGED 2008/05/08 16:10:22 od 1.7.70.5: RESYNC: (1.7-1.8); FILE MERGED 2008/05/08 15:12:04 od 1.7.70.4: #i86923# - integrate fix for issue i87808 	 - correction of made enhancement due to fix for issue i87808 2008/03/11 14:30:55 od 1.7.70.3: #i86923# sorry, I have commited the previous changes this the wrong issue ID 2008/03/11 14:11:35 od 1.7.70.2: #i86932# <StylePoolImpl::StylePoolImpl(..)> 	 - correction: clone provided item set for ignorable items to 	   assure that the style pool works with an empty item set for 	   the ignorable items. 2008/03/11 13:21:38 od 1.7.70.1: #i86932# enhance <StylePool> and its iterator to handle ignorable items and 	 to skipped unused item set on the iteration.


2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [643f3b0092d9dc271a65a6d0c52e178d026e292c]

INTEGRATION: CWS swlists01 (1.3.306); FILE MERGED 2008/05/08 16:10:18 od 1.3.306.3: RESYNC: (1.3-1.4); FILE MERGED 2008/03/11 14:32:37 od 1.3.306.2: #i86923# sorry, I have commited the previous changes with the wrong issue ID 2008/03/11 13:12:47 od 1.3.306.1: #i86932# class <StylePool> 	 - a item set with ignorable items can be now passed to a <StylePool> 	   instance 	 - method <createIterator(..)> has no two optional parameters 	   in order to control, if unused item sets have to be skipped 	   and if ignorable items have to be skipped by the created iterator


2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [76028ba56ef58a4b00883ff97375fd8b1215334c]

INTEGRATION: CWS aquabmpfix02 (1.28.58); FILE MERGED 2008/06/02 10:20:48 hdu 1.28.58.1: #i90247# cleanup OutputDevice::ImplSelectClipRegion() signature


2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [cda397e984f92d4aaa6ab3134362496bda7520ca]

INTEGRATION: CWS aquabmpfix02 (1.278.56); FILE MERGED 2008/06/02 10:20:47 hdu 1.278.56.1: #i90247# cleanup OutputDevice::ImplSelectClipRegion() signature


2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [4653dca380198b48a2b3c7b2d796bd6f601e7214]

INTEGRATION: CWS aquabmpfix02 (1.16.2); FILE MERGED 2008/06/05 07:50:14 hdu 1.16.2.1: #i90363# fix assertion about Region invalid rectcount


2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [bc32ca2ff3efed0a9d8ed21b65034b06ec4de106]

INTEGRATION: CWS aquabmpfix02 (1.27.2); FILE MERGED 2008/06/02 08:44:39 hdu 1.27.2.1: #i89828# add and use OutputDevice::ImplGetDeviceTransformation() method


2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [29fb0bd74cf5a780649fecd104991c20974fd5c7]

INTEGRATION: CWS aquabmpfix02 (1.28.2); FILE MERGED 2008/06/02 08:44:40 hdu 1.28.2.1: #i89828# add and use OutputDevice::ImplGetDeviceTransformation() method


2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [57cf130ddb9cb3ee109dda2c9375d522e21607ad]

INTEGRATION: CWS aquabmpfix02 (1.40.58); FILE MERGED 2008/06/02 10:20:47 hdu 1.40.58.1: #i90247# cleanup OutputDevice::ImplSelectClipRegion() signature


2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [64530563b6e36aaa240e3424b875ca9c101b9e9a]

INTEGRATION: CWS aquabmpfix02 (1.56.2); FILE MERGED 2008/06/05 13:37:30 hdu 1.56.2.4: #100000# WAE: tools-polygon hopefully has an USHORT life 2008/06/02 10:20:46 hdu 1.56.2.3: #i90247# cleanup OutputDevice::ImplSelectClipRegion() signature 2008/06/02 09:02:39 hdu 1.56.2.2: #i89828# reconstruct the correct polygon from OutputDevice::ImplSetTriangleClipRegion() argument 2008/06/02 08:44:39 hdu 1.56.2.1: #i89828# add and use OutputDevice::ImplGetDeviceTransformation() method


2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [bd06d9db171b5d0d5590ec85591d49540ce1c235]

INTEGRATION: CWS aquabmpfix02 (1.7.2); FILE MERGED 2008/06/02 10:20:46 hdu 1.7.2.2: #i90247# cleanup OutputDevice::ImplSelectClipRegion() signature 2008/06/02 08:44:39 hdu 1.7.2.1: #i89828# add and use OutputDevice::ImplGetDeviceTransformation() method


2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [786b2fae3c3f1f3cdb1fc546dab075fe3e157b56]

INTEGRATION: CWS aquabmpfix02 (1.10.2); FILE MERGED 2008/06/05 07:26:16 pl 1.10.2.1: #i89860# use autorelease instead of release


2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [0fc72a2889a552ec5f22b6e505d9027e897efacb]

INTEGRATION: CWS aquabmpfix02 (1.73.2); FILE MERGED 2008/06/05 08:56:13 hdu 1.73.2.2: #i90310# fix scroll offsets for now (TODO: optimize non-bitmap case even more) 2008/06/03 16:00:58 hdu 1.73.2.1: #i90310# drawing a layer onto its own context is problematic for Quartz (especially on OSX10.4)


2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [c1509c2c427299653e5dd52058d5384c2959b598]

INTEGRATION: CWS aquabmpfix02 (1.49.2); FILE MERGED 2008/06/06 15:31:08 pl 1.49.2.1: #i89860# fix a crash on tiger


2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [a58f5e1662256158e091b63795c204723952f2fe]

INTEGRATION: CWS impress141 (1.7.462); FILE MERGED 2008/04/21 09:20:52 cl 1.7.462.3: RESYNC: (1.7-1.8); FILE MERGED 2008/04/15 15:15:45 sj 1.7.462.2: #i67371# added possibility to disable/enable previews when exporting to ppt,excel and or word 2008/04/15 14:51:35 sj 1.7.462.1: #i67371# added possibility to disable/enable previews when exporting to ppt,excel and or word


2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [ab63bc09ee04094e84c6dfb5e781c6a768a61f87]

INTEGRATION: CWS impress141 (1.10.12); FILE MERGED 2008/04/24 14:26:49 sj 1.10.12.1: #b6244077# fixed crash when importing xpm file (added support of 2bit graphics)


2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [65655eaa27442d9f7459a4fb0d973ec9ee44d3e5]

INTEGRATION: CWS impress141 (1.5.680); FILE MERGED 2008/04/21 09:20:48 cl 1.5.680.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/15 14:50:43 sj 1.5.680.1: #i67371# added possibility to disable/enable previews when exporting to ppt,excel and or word


2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [f26844992760bbc888f321aa1735574d24299f81]

INTEGRATION: CWS impress141 (1.5.8); FILE MERGED 2008/04/28 16:03:20 cl 1.5.8.1: #155614# fix possible null pointer access


2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [202158924cddb2852093a71da599294abfcbefd6]

INTEGRATION: CWS sb87 (1.24.6); FILE MERGED 2008/04/24 13:17:08 sb 1.24.6.2: RESYNC: (1.24-1.25); FILE MERGED 2008/04/10 07:27:19 sb 1.24.6.1: #i87730# use tools::getProcessWorkingDir instead of osl_getProcessWorkingDir


2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [5044846906923b826261f07070ad850c4f8623b5]

INTEGRATION: CWS sb87 (1.1.2); FILE ADDED 2008/04/11 13:27:51 sb 1.1.2.2: #i88166# remove .. segments in tools::buildPath to avoid filepaths that grow too long; removed comments duplicated from tools/pathutils.hxx 2008/04/04 12:27:12 sb 1.1.2.1: #i87548# extracted tools/pathutils from desktop extendloaderenvironment, because it is also needed by extensions nsplugin code


2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [e6262f99e3c0328091862a0a9461e54d36d53e2c]

INTEGRATION: CWS sb87 (1.3.8); FILE MERGED 2008/04/24 13:15:17 sb 1.3.8.3: RESYNC: (1.3-1.4); FILE MERGED 2008/04/09 13:50:20 sb 1.3.8.2: #i87730# added tools::getProcessWorkingDir; fixed LIB1FILES/LIB1OBJFILES confusion 2008/04/04 12:26:20 sb 1.3.8.1: #i87548# extracted tools/pathutils from desktop extendloaderenvironment, because it is also needed by extensions nsplugin code


2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [f0f36367ad5c363b8202082065945eadaa6d9aa5]

INTEGRATION: CWS sb87 (1.1.2); FILE ADDED 2008/04/09 13:51:32 sb 1.1.2.1: #i87730# added tools::getProcessWorkingDir


2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [62ba405dbcf7736488c33285cbe175f0d8668dbe]

INTEGRATION: CWS sb87 (1.3.8); FILE MERGED 2008/04/24 13:15:20 sb 1.3.8.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/21 09:42:00 sb 1.3.8.3: #i88211# use new rtl_bootstrap_encode 2008/04/11 13:24:56 sb 1.3.8.2: #i87730# ${.verb:...} not needed after all, fixed now with individual backslash escapes instead 2008/04/09 13:48:57 sb 1.3.8.1: #i87730# use ${.verb:...} when setting URE_BOOTSTRAP (the URL might contain verbatim $)


2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [2a4ca68ca4e96796921dc2a19313ab67b46b973e]

INTEGRATION: CWS sb87 (1.1.2); FILE ADDED 2008/04/11 13:30:25 sb 1.1.2.1: #i88166# remove .. segments in tools::buildPath to avoid filepaths that grow too long


2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [4eb1962b0d42e58d46dbdd54cb19fd944250a9af]

INTEGRATION: CWS sb87 (1.1.2); FILE ADDED 2008/04/11 13:30:12 sb 1.1.2.1: #i88166# remove .. segments in tools::buildPath to avoid filepaths that grow too long


2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [50dcf3b88312aa8c9ce96796f6b8007dc36847ba]

INTEGRATION: CWS sb87 (1.1.2); FILE ADDED 2008/04/11 13:29:57 sb 1.1.2.1: #i88166# remove .. segments in tools::buildPath to avoid filepaths that grow too long


2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [14a5fe7545af096c4735de3926460b830c6d3cfd]

INTEGRATION: CWS sb87 (1.51.8); FILE MERGED 2008/04/09 13:50:38 sb 1.51.8.2: #i87730# added tools::getProcessWorkingDir 2008/04/04 12:26:19 sb 1.51.8.1: #i87548# extracted tools/pathutils from desktop extendloaderenvironment, because it is also needed by extensions nsplugin code


2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [9e29d4ea8a8706af5fa3136849f1f129e1f782c3]

INTEGRATION: CWS sb87 (1.1.2); FILE ADDED 2008/04/11 13:26:38 sb 1.1.2.2: #i88166# remove .. segments in tools::buildPath to avoid filepaths that grow too long 2008/04/04 12:27:22 sb 1.1.2.1: #i87548# extracted tools/pathutils from desktop extendloaderenvironment, because it is also needed by extensions nsplugin code


2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [a458ed2f397c530da99a852fffd5e2c64870d59a]

INTEGRATION: CWS sb87 (1.1.2); FILE ADDED 2008/04/09 13:51:20 sb 1.1.2.1: #i87730# added tools::getProcessWorkingDir


2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [cbed4c6d89f3d3989177bea7c9a8435508eace05]

INTEGRATION: CWS sb87 (1.46.40); FILE MERGED 2008/04/24 13:10:56 sb 1.46.40.2: RESYNC: (1.46-1.48); FILE MERGED 2008/04/10 07:40:05 sb 1.46.40.1: #i87730# use tools::getProcessWorkingDir instead of osl_getProcessWorkingDir


2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [d143b5e84e4d570f5d51ae27cca4f1d014737c8b]

INTEGRATION: CWS sb87 (1.3.6); FILE MERGED 2008/05/09 14:57:52 sb 1.3.6.1: #i88211# introduced vnd.sun.star.pathname pseudo URL feature for INIFILENAME and URE_BOOTSTRAP, dropped INIFILEPATH feature again in return


2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [d3c3d7d689dd7690af712d9927f0a45c8b44757d]

INTEGRATION: CWS sb87 (1.2.14); FILE MERGED 2008/04/10 07:25:27 sb 1.2.14.1: #i87730# use tools::getProcessWorkingDir instead of osl_getProcessWorkingDir (in TEST_LAYOUT code; enabling it would require to link against TOOLSLIB)


2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [14d968c467eb6b146500deedf001c41a1c173c76]

INTEGRATION: CWS mingwport13 (1.2.352); FILE MERGED 2008/05/05 13:27:46 vg 1.2.352.1: #i88772# MinGW fixes for DEV300


2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [597cd0b4c3a13d0e67927153ac7c0faf8bf5d0ed]

INTEGRATION: CWS mingwport13 (1.5.26); FILE MERGED 2008/05/05 13:27:46 vg 1.5.26.1: #i88772# MinGW fixes for DEV300


2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [ce7e0d347e48ad88aa4325d6cbcbb8a6059a3e7c]

INTEGRATION: CWS mingwport13 (1.111.20); FILE MERGED 2008/06/02 10:40:20 vg 1.111.20.2: RESYNC: (1.111-1.112); FILE MERGED 2008/05/05 12:05:17 vg 1.111.20.1: #i88772# MinGW fixes for DEV300


2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [aaebc9b7bd3b30b002ced16cf656d4c5ab66fe2b]

INTEGRATION: CWS dba30c (1.5.20); FILE MERGED 2008/05/13 06:53:56 fs 1.5.20.1: joining changes from CWS odbmacros3 to CWS dba30c 2008/04/16 20:54:43 fs 1.5.8.1: searchAndReplaceAllAsciiWithAscii


2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [65578d33b96d9f69d6bf39086a5ba6985c82229e]

INTEGRATION: CWS dba30c (1.19.14); FILE MERGED 2008/05/13 06:53:28 fs 1.19.14.1: joining changes from CWS odbmacros3 to CWS dba30c 2008/05/07 08:16:31 fs 1.18.8.1: during #i49133#: +PROP_VIEWCONTROLLERNAME / addInputStream: respect the SalvagedFile property in the media descriptor, if present 2008/05/09 09:29:00 fs 1.18.8.2: RESYNC: (1.18-1.19); FILE MERGED


2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [38038ba03366092879315a468829eb10e1b5f916]

INTEGRATION: CWS dba30c (1.7.20); FILE MERGED 2008/05/13 06:52:52 fs 1.7.20.1: joining changes from CWS odbmacros3 to CWS dba30c 2008/05/11 21:02:36 fs 1.7.8.1: +OInteractionPassword


2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [7d1a430d5c9d07cc6d3d3a7117f52d30c20eafc7]

INTEGRATION: CWS dba30c (1.5.20); FILE MERGED 2008/05/13 06:51:45 fs 1.5.20.1: joining changes from CWS odbmacros3 to CWS dba30c 2008/04/16 20:54:38 fs 1.5.8.1: searchAndReplaceAllAsciiWithAscii


2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [318a23513f61f0a8a6ca23746aea4bcdd6954bea]

INTEGRATION: CWS dba30c (1.10.2); FILE MERGED 2008/05/13 06:51:16 fs 1.10.2.1: joining changes from CWS odbmacros3 to CWS dba30c 2008/05/07 08:17:14 fs 1.9.6.1: #i49133# +wrap: wrap into a sequence of Anys 2008/05/09 09:28:56 fs 1.9.6.2: RESYNC: (1.9-1.10); FILE MERGED


2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [06263a3d6d9580c67dc5e11b500ece0f35cef5de]

INTEGRATION: CWS dba30c (1.14.14); FILE MERGED 2008/05/13 06:50:40 fs 1.14.14.1: joining changes from CWS odbmacros3 to CWS dba30c 2008/05/07 08:15:29 fs 1.13.8.1: during #i49133#: +PROP_VIEWCONTROLLERNAME 2008/05/09 09:28:53 fs 1.13.8.2: RESYNC: (1.13-1.14); FILE MERGED


2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [0985d4b01f98c681a265051e934367fa301a5339]

INTEGRATION: CWS dba30c (1.6.20); FILE MERGED 2008/05/13 06:50:00 fs 1.6.20.1: joining changes from CWS odbmacros3 to CWS dba30c: 2008/05/11 20:59:01 fs 1.6.8.1: +OInteractionPassword


2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [cb8bfdcc3c82cd088bad418e5664448d51ea5e40]

INTEGRATION: CWS dba30c (1.22.38); FILE MERGED 2008/05/13 11:20:01 fs 1.22.38.1: joining changes from CWS odbmacros3 to CWS dba30c: 2008/04/14 11:16:39 fs 1.21.10.1: #i49133# +getStateHistory 2008/04/15 13:07:38 fs 1.21.10.2: RESYNC: (1.21-1.22); FILE MERGED


2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [b0232f39ee471d6951542835ec7f69c7c2452d23]

INTEGRATION: CWS dba30c (1.20.38); FILE MERGED 2008/05/13 11:22:33 fs 1.20.38.1: joining changes from CWS odbmacros3 to CWS dba30c: 2008/04/14 11:17:43 fs 1.19.10.1: #i49133# canAdvance: be smarter if we did not yet explicitly decide for a path: if there is only one path possible at this point, then allow advancing 2008/04/15 13:07:34 fs 1.19.10.2: RESYNC: (1.19-1.20); FILE MERGED


2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [79a1d1af0047a1c58c3459c42bb2ec7046c3f3c1]

INTEGRATION: CWS dba30c (1.5.38); FILE MERGED 2008/05/13 11:19:25 fs 1.5.38.1: joining changes from CWS odbmacros3 to CWS dba30c: 2008/04/14 11:14:43 fs 1.4.10.1: #i49133# +getStateHistory 2008/04/15 13:07:30 fs 1.4.10.2: RESYNC: (1.4-1.5); FILE MERGED


2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [760b59aa2f5745bda8b354e43c7cdf8cb44a4916]

INTEGRATION: CWS dba30c (1.60.32); FILE MERGED 2008/05/13 07:03:22 fs 1.60.32.1: joining changes from CWS odbmacros3 to CWS dba30c 2008/04/22 11:09:38 fs 1.60.14.1: (approved by pl) when the WB_DEFBUTTON style of a PushButton changes, call ImplSetDefButton to update the display


2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [88f5177db476cbe2311942a4711e5473245b3edb]

INTEGRATION: CWS dateinput (1.50.74); FILE MERGED 2008/06/02 21:43:21 er 1.50.74.1: #155535# GetDateRef: also in MDY order accept two number x/y as valid MY date if MD was not valid, similar to DMY DM MY and YMD MD YM


2008-06-04  Rüdiger Timm  <rt@openoffice.org>  [27260594aabb9d20c450f680bf847082ec32d893]

#i10000# Take controldims.hrc from here and not from where it gets delivered to.


2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [3038807bf3c92bdd78746e3c4f31051f1ad49e47]

INTEGRATION: CWS touchpoints01 (1.63.66); FILE MERGED 2008/05/30 07:10:33 pb 1.63.66.1: fix: #i90034# new control FT_DOCTEMPLATE_LINK


2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [8272b91e351156d097803b4bb740c132015b50b3]

INTEGRATION: CWS touchpoints01 (1.7.66); FILE MERGED 2008/05/30 07:05:25 pb 1.7.66.1: fix: #i90034# new id FT_DOCTEMPLATE_LINK


2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [e18009fd13fbe051b87880250e3fa742f79d831f]

INTEGRATION: CWS touchpoints01 (1.81.66); FILE MERGED 2008/06/03 08:56:34 pb 1.81.66.3: fix: #i89981# syntax error fixed 2008/06/02 07:57:10 pb 1.81.66.2: fix: #i90034# close dialog after dispatching link 2008/05/30 07:04:13 pb 1.81.66.1: fix: #i90034# new control aMoreTemplatesLink and its call method


2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [11ff4c81dd36178733b329fc13f8eb40857e4c0b]

INTEGRATION: CWS touchpoints01 (1.15.66); FILE MERGED 2008/05/30 07:02:40 pb 1.15.66.1: fix: #i89981# new control aMoreTemplatesLink


2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [aa7f712039230bca403d5dff3a65ac63e341e470]

INTEGRATION: CWS l10nfix26 (1.23.8); FILE MERGED 2008/05/26 16:13:44 ihi 1.23.8.1: #158069# Write full file path in error message


2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [bc3e080e3d6bd20c5a34bd8459538fa9e5a6d1d2]

INTEGRATION: CWS l10nfix26 (1.22.8); FILE MERGED 2008/05/26 16:13:44 ihi 1.22.8.1: #158069# Write full file path in error message


2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [06b55c292d22edd7c803f081d9c3856e86b7e354]

INTEGRATION: CWS l10nfix26 (1.45.8); FILE MERGED 2008/05/26 16:13:44 ihi 1.45.8.1: #158069# Write full file path in error message


2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [3562df118f79ada102b203a7c895b67d837db19a]

INTEGRATION: CWS l10nfix26 (1.14.8); FILE MERGED 2008/06/02 15:03:11 ihi 1.14.8.1: Better error message output


2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [9b148fe5d5281fdf294ac5f03dd28d361c4b8a98]

INTEGRATION: CWS l10nfix26 (1.10.8); FILE MERGED 2008/06/02 15:03:11 ihi 1.10.8.1: Better error message output


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [22b33b71b11adb57553d2aa83ccb2b18297e495d]

#i10000# initResolution( NSWindow* ) declaration missing


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [ead384c3d0394adcb968f63db5a20ca946a854c1]

#i10000# compare signed unsigned warning


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [7463671f6b0454f424810ae94a9abb02d450104b]

INTEGRATION: CWS aquabmpfix01 (1.68.12); FILE MERGED 2008/05/16 08:44:30 hdu 1.68.12.9: #i87002# minor code cleanups 2008/05/15 12:15:58 hdu 1.68.12.8: i87002# cleanup some AquaSalGraphics color handling 2008/05/09 11:08:43 hdu 1.68.12.7: RESYNC: (1.68-1.71); FILE MERGED 2008/05/09 10:29:43 hdu 1.68.12.6: #i88759# use b2d polygon drawing if possible 2008/05/09 07:09:24 hdu 1.68.12.5: #i87689# fix monochrome vdev handling and minor cleanups 2008/05/05 09:04:11 hdu 1.68.12.4: #i88795# implement AquaSalGraphics::unionClipRegion(B2D) 2008/04/25 15:42:05 hdu 1.68.12.3: #i87689# refactor AquaSalGraphic to avoid excessive Quartz bitmap operations 2008/04/03 15:20:01 hdu 1.68.12.2: #i87689# cache image of bitmap based AquaSalGraphics 2008/04/01 10:53:12 hdu 1.68.12.1: Aqua: avoid expensive pixel-by-pixel accesses in copyArea() and copyBits() methods


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [d8cb95022f3024a0d4128c93f5c4031413cad695]

INTEGRATION: CWS aquabmpfix01 (1.154.30); FILE MERGED 2008/05/13 14:03:25 hdu 1.154.30.1: #100000# remove compile warnings


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [4907f0121d3a5cea019a732b4d78bfa1f2f8b90b]

INTEGRATION: CWS aquabmpfix01 (1.33.28); FILE MERGED 2008/05/13 14:03:29 hdu 1.33.28.1: #100000# remove compile warnings


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [20cbdbccf7ff53edc95b2b5bd510c007d9cc3843]

INTEGRATION: CWS aquabmpfix01 (1.29.28); FILE MERGED 2008/05/13 14:03:25 hdu 1.29.28.1: #100000# remove compile warnings


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [53270c082cd869fe0ff1d2b7b99c00e89d99c2d9]

INTEGRATION: CWS aquabmpfix01 (1.35.36); FILE MERGED 2008/05/16 08:47:42 hdu 1.35.36.9: #i87002# minor code cleanups2 2008/05/16 08:44:30 hdu 1.35.36.8: #i87002# minor code cleanups 2008/05/15 12:15:58 hdu 1.35.36.7: i87002# cleanup some AquaSalGraphics color handling 2008/05/09 11:08:23 hdu 1.35.36.6: RESYNC: (1.35-1.37); FILE MERGED 2008/05/09 10:29:44 hdu 1.35.36.5: #i88759# use b2d polygon drawing if possible 2008/05/05 09:04:11 hdu 1.35.36.4: #i88795# implement AquaSalGraphics::unionClipRegion(B2D) 2008/04/25 15:42:05 hdu 1.35.36.3: #i87689# refactor AquaSalGraphic to avoid excessive Quartz bitmap operations 2008/04/03 15:20:00 hdu 1.35.36.2: #i87689# cache image of bitmap based AquaSalGraphics 2008/04/01 10:53:12 hdu 1.35.36.1: Aqua: avoid expensive pixel-by-pixel accesses in copyArea() and copyBits() methods


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [7d1d80b0d4259b9545f0d7aadf0e6178f2e679b7]

INTEGRATION: CWS aquabmpfix01 (1.48.28); FILE MERGED 2008/05/13 14:03:26 hdu 1.48.28.1: #100000# remove compile warnings


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [5785f906590cce9382b2f72820a34bc7c22fb90b]

INTEGRATION: CWS aquabmpfix01 (1.29.26); FILE MERGED 2008/05/13 14:03:26 hdu 1.29.26.1: #100000# remove compile warnings


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [044ec26f85d4526a7e6861fc63f569c4cd4941c5]

INTEGRATION: CWS aquabmpfix01 (1.14.30); FILE MERGED 2008/05/13 14:03:28 hdu 1.14.30.1: #100000# remove compile warnings


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [c347c66cf3d09cdc8994df772bfe021da9029614]

INTEGRATION: CWS aquabmpfix01 (1.45.28); FILE MERGED 2008/05/13 14:03:27 hdu 1.45.28.1: #100000# remove compile warnings


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [a796001c81c3044c9d8010e4e130e49c3fab3538]

INTEGRATION: CWS aquabmpfix01 (1.18.28); FILE MERGED 2008/05/13 14:03:27 hdu 1.18.28.1: #100000# remove compile warnings


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [af40205ce7611d48e5bc744a5641db00b22fe4d6]

INTEGRATION: CWS aquabmpfix01 (1.5.28); FILE MERGED 2008/05/13 14:03:26 hdu 1.5.28.1: #100000# remove compile warnings


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [d3d86d7e9db7a7729a9fedbd577bf970afa97ba1]

INTEGRATION: CWS aquabmpfix01 (1.5.28); FILE MERGED 2008/05/13 14:03:27 hdu 1.5.28.1: #100000# remove compile warnings


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [2e4473cf7485131b1a8129e7f204b6a94e3c5489]

INTEGRATION: CWS aquabmpfix01 (1.44.28); FILE MERGED 2008/05/13 14:03:28 hdu 1.44.28.1: #100000# remove compile warnings


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [9540521b2221784e0242572727bc1d8ca8761052]

INTEGRATION: CWS aquabmpfix01 (1.28.220); FILE MERGED 2008/05/09 12:59:58 hdu 1.28.220.4: #100000# remove compile warnings 2008/05/09 11:08:04 hdu 1.28.220.3: RESYNC: (1.28-1.29); FILE MERGED 2008/05/09 10:29:45 hdu 1.28.220.2: #i88759# use b2d polygon drawing if possible 2008/05/05 09:03:02 hdu 1.28.220.1: #i88795# add SalGraphics::UnionClipRegion(B2D)


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [bacb2677bc6c2ab66eaefdc2d2503d43e2471bd1]

INTEGRATION: CWS aquabmpfix01 (1.14.222); FILE MERGED 2008/05/09 12:59:58 hdu 1.14.222.3: #100000# remove compile warnings 2008/05/09 11:07:57 hdu 1.14.222.2: RESYNC: (1.14-1.15); FILE MERGED 2008/05/05 12:58:28 hdu 1.14.222.1: #i88795# extend Region class with B2D too


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [c37c8ca0d26c55b63f510fc2e7f23158a3c352e1]

INTEGRATION: CWS aquabmpfix01 (1.25.12); FILE MERGED 2008/05/09 11:08:01 hdu 1.25.12.2: RESYNC: (1.25-1.26); FILE MERGED 2008/05/05 12:58:28 hdu 1.25.12.1: #i88795# extend Region class with B2D too


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [1652733e4734bf19a9ea1ebf2a744829a7e30bc6]

INTEGRATION: CWS aquabmpfix01 (1.26.12); FILE MERGED 2008/05/09 11:08:13 hdu 1.26.12.2: RESYNC: (1.26-1.27); FILE MERGED 2008/05/05 09:06:18 hdu 1.26.12.1: #i88795# use SalGraphics::UnionClipRegion(B2D) if available


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [0c26d1f3ce5581bdacdd082630d7974a33a8b47d]

INTEGRATION: CWS aquabmpfix01 (1.54.38); FILE MERGED 2008/05/09 11:08:10 hdu 1.54.38.5: RESYNC: (1.54-1.55); FILE MERGED 2008/05/09 10:29:44 hdu 1.54.38.4: #i88759# use b2d polygon drawing if possible 2008/05/05 12:58:28 hdu 1.54.38.3: #i88795# extend Region class with B2D too 2008/05/05 10:41:02 hdu 1.54.38.2: #i88795# OutputDevice::ImplSelectClipRegion() coordinates are already transformed 2008/05/05 09:06:18 hdu 1.54.38.1: #i88795# use SalGraphics::UnionClipRegion(B2D) if available


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [9e3145ea9f722a38b227541ecdaff2618153f0b8]

INTEGRATION: CWS aquabmpfix01 (1.21.218); FILE MERGED 2008/05/13 14:03:24 hdu 1.21.218.4: #100000# remove compile warnings 2008/05/09 11:08:07 hdu 1.21.218.3: RESYNC: (1.21-1.22); FILE MERGED 2008/04/25 15:42:07 hdu 1.21.218.2: #i87689# refactor AquaSalGraphic to avoid excessive Quartz bitmap operations 2008/03/13 15:42:18 hdu 1.21.218.1: #i87002# allow grey-only AquaSalBitmaps to avoid unneeded conversions


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [fd1a706f54f13a3874af43648643a9df97287a73]

INTEGRATION: CWS aquabmpfix01 (1.4.38); FILE MERGED 2008/05/09 11:08:58 hdu 1.4.38.2: RESYNC: (1.4-1.5); FILE MERGED 2008/05/05 09:03:02 hdu 1.4.38.1: #i88795# add SalGraphics::UnionClipRegion(B2D)


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [f2f87ab7e20f9e177d949fcf5e0a0527e6b9e742]

INTEGRATION: CWS aquabmpfix01 (1.7.74); FILE MERGED 2008/05/15 08:26:06 hdu 1.7.74.4: #i89495# Aqua: better integration with quartz-cairo-canvas 2008/05/09 11:09:05 hdu 1.7.74.3: RESYNC: (1.7-1.8); FILE MERGED 2008/04/26 05:43:16 mox 1.7.74.2: Follow the sysdata.hxx naming conventions (and distinguish from internal mxLayer variable) 2008/04/25 15:42:06 hdu 1.7.74.1: #i87689# refactor AquaSalGraphic to avoid excessive Quartz bitmap operations


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [df3aea6bbbd1a794525b9bcdcd2d516cfcb11299]

INTEGRATION: CWS aquabmpfix01 (1.3.36); FILE MERGED 2008/05/13 14:03:24 hdu 1.3.36.5: #100000# remove compile warnings 2008/05/09 12:59:58 hdu 1.3.36.4: #100000# remove compile warnings 2008/05/09 11:08:48 hdu 1.3.36.3: RESYNC: (1.3-1.5); FILE MERGED 2008/05/09 10:29:45 hdu 1.3.36.2: #i88759# use b2d polygon drawing if possible 2008/05/05 09:03:02 hdu 1.3.36.1: #i88795# add SalGraphics::UnionClipRegion(B2D)


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [bd5b8f51366a0a5eaee36adf7e8d51ea2e31f25d]

INTEGRATION: CWS aquabmpfix01 (1.2.318); FILE MERGED 2008/05/09 11:08:55 hdu 1.2.318.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/13 15:42:17 hdu 1.2.318.1: #i87002# allow grey-only AquaSalBitmaps to avoid unneeded conversions


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [863841b54228420e4f9b8c156851df41421d5e06]

INTEGRATION: CWS aquabmpfix01 (1.2.318); FILE MERGED 2008/05/09 11:08:51 hdu 1.2.318.2: RESYNC: (1.2-1.3); FILE MERGED 2008/05/05 12:58:28 hdu 1.2.318.1: #i88795# extend Region class with B2D too


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [d4268acb7ac0375e9231a0853cd575f6bd7df0ce]

INTEGRATION: CWS aquabmpfix01 (1.2.222); FILE MERGED 2008/05/09 11:09:01 hdu 1.2.222.2: RESYNC: (1.2-1.3); FILE MERGED 2008/05/05 12:58:28 hdu 1.2.222.1: #i88795# extend Region class with B2D too


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [0703a32daf5bb3b39ac5b5216e9ccdec6be0e45f]

INTEGRATION: CWS aquabmpfix01 (1.5.12); FILE MERGED 2008/05/09 11:09:10 hdu 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2008/05/09 10:29:45 hdu 1.5.12.1: #i88759# use b2d polygon drawing if possible


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [1c01fced234a23ed7f010326d0963d1b7b5474b8]

INTEGRATION: CWS aquabmpfix01 (1.6.28); FILE MERGED 2008/05/13 14:03:24 hdu 1.6.28.1: #100000# remove compile warnings


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [b652da300a08ea2a997365dd4be8955c45c02bfb]

INTEGRATION: CWS aquabmpfix01 (1.22.12); FILE MERGED 2008/05/15 09:59:51 hdu 1.22.12.6: #i89495# fix bad crash in Quartz-Cairo-Canvas 2008/05/15 08:26:06 hdu 1.22.12.5: #i89495# Aqua: better integration with quartz-cairo-canvas 2008/05/09 11:08:36 hdu 1.22.12.4: RESYNC: (1.22-1.23); FILE MERGED 2008/05/09 07:09:25 hdu 1.22.12.3: #i87689# fix monochrome vdev handling and minor cleanups 2008/04/26 05:43:16 mox 1.22.12.2: Follow the sysdata.hxx naming conventions (and distinguish from internal mxLayer variable) 2008/04/25 15:42:06 hdu 1.22.12.1: #i87689# refactor AquaSalGraphic to avoid excessive Quartz bitmap operations


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [f77070fc027c8309b3cfc05d8a0d76865a42e475]

INTEGRATION: CWS aquabmpfix01 (1.9.12); FILE MERGED 2008/05/09 11:08:33 hdu 1.9.12.2: RESYNC: (1.9-1.11); FILE MERGED 2008/04/25 15:42:06 hdu 1.9.12.1: #i87689# refactor AquaSalGraphic to avoid excessive Quartz bitmap operations


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [2212f88191815155c606c9e801b83979ac71dad7]

INTEGRATION: CWS aquabmpfix01 (1.14.12); FILE MERGED 2008/05/15 12:15:58 hdu 1.14.12.8: i87002# cleanup some AquaSalGraphics color handling 2008/05/15 08:26:06 hdu 1.14.12.7: #i89495# Aqua: better integration with quartz-cairo-canvas 2008/05/09 11:08:26 hdu 1.14.12.6: RESYNC: (1.14-1.15); FILE MERGED 2008/05/09 07:09:24 hdu 1.14.12.5: #i87689# fix monochrome vdev handling and minor cleanups 2008/05/05 09:04:11 hdu 1.14.12.4: #i88795# implement AquaSalGraphics::unionClipRegion(B2D) 2008/04/28 10:10:13 hdu 1.14.12.3: #i87689# avoid dangling pointer to deleted object 2008/04/25 15:42:06 hdu 1.14.12.2: #i87689# refactor AquaSalGraphic to avoid excessive Quartz bitmap operations 2008/04/03 15:20:01 hdu 1.14.12.1: #i87689# cache image of bitmap based AquaSalGraphics


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [eba228c1f8caecae774f160f6b2f446df5d680be]

INTEGRATION: CWS aquabmpfix01 (1.30.10); FILE MERGED 2008/05/15 13:00:43 hdu 1.30.10.15: i87002# WAE: improve const correctness and minor cleanups 2008/05/15 12:30:22 hdu 1.30.10.14: i87002# remove unused methods 2008/05/15 09:55:22 hdu 1.30.10.13: #i87002# change default palette 2008/05/13 17:19:40 mox 1.30.10.12: Additional check for the cairo hack... 2008/05/09 13:07:08 hdu 1.30.10.11: #100000# remove compile warnings 2008/05/09 11:08:29 hdu 1.30.10.10: RESYNC: (1.30-1.33); FILE MERGED 2008/05/09 07:09:24 hdu 1.30.10.9: #i87689# fix monochrome vdev handling and minor cleanups 2008/05/06 07:58:37 hdu 1.30.10.8: #i87002# some application-layer bitmap handling really wants a palette 2008/05/06 07:25:18 hdu 1.30.10.7: #i87002# cache bitmap buffer backed CGImageRefs 2008/04/25 15:42:05 hdu 1.30.10.6: #i87689# refactor AquaSalGraphic to avoid excessive Quartz bitmap operations 2008/03/17 08:12:54 hdu 1.30.10.5: #i86922# fix short-cirucit condition in AquaSalBitmap::CreateCroppedImage() 2008/03/14 11:38:57 hdu 1.30.10.4: #i87002# accelerate important BGR->RGBA conversion 2008/03/13 16:25:31 hdu 1.30.10.3: #i87002# avoid unneeded colorspace conversion for mask creation 2008/03/13 15:42:17 hdu 1.30.10.2: #i87002# allow grey-only AquaSalBitmaps to avoid unneeded conversions 2008/03/13 13:00:03 hdu 1.30.10.1: #86922# fix vertically bug with cropped images that are vertically mirrored


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [b62ec6f37e5f5595c4d02dd298b651efd14a34af]

INTEGRATION: CWS aquabmpfix01 (1.14.166); FILE MERGED 2008/05/09 11:08:16 hdu 1.14.166.2: RESYNC: (1.14-1.15); FILE MERGED 2008/04/25 15:42:05 hdu 1.14.166.1: #i87689# refactor AquaSalGraphic to avoid excessive Quartz bitmap operations


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [aaf95f21aab210882d282a3e4a14e5d64f6dbbb2]

INTEGRATION: CWS aquabmpfix01 (1.4.166); FILE MERGED 2008/05/15 13:00:43 hdu 1.4.166.6: i87002# WAE: improve const correctness and minor cleanups 2008/05/15 12:30:22 hdu 1.4.166.5: i87002# remove unused methods 2008/05/09 11:08:20 hdu 1.4.166.4: RESYNC: (1.4-1.5); FILE MERGED 2008/05/06 07:25:18 hdu 1.4.166.3: #i87002# cache bitmap buffer backed CGImageRefs 2008/04/25 15:42:05 hdu 1.4.166.2: #i87689# refactor AquaSalGraphic to avoid excessive Quartz bitmap operations 2008/03/13 13:00:04 hdu 1.4.166.1: #86922# fix vertically bug with cropped images that are vertically mirrored


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [27455ff012d45ebc66be3db96ef73af6c872c2f0]

INTEGRATION: CWS aquabmpfix01 (1.10.56); FILE MERGED 2008/05/09 11:06:51 hdu 1.10.56.2: RESYNC: (1.10-1.11); FILE MERGED 2008/04/22 09:36:22 hdu 1.10.56.1: #i87002# Aqua: avoid expensive and superfluos mask conversion


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [e2690db2ddcdbcfae76806b9dc0b606e4f63593d]

INTEGRATION: CWS aquabmpfix01 (1.5.86); FILE MERGED 2008/05/09 11:06:44 hdu 1.5.86.2: RESYNC: (1.5-1.6); FILE MERGED 2008/05/09 10:32:42 hdu 1.5.86.1: #i88759# canvas allows b2d drawing


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [453d428a2449eb4ca320fb6b64b7a0bed5467fd9]

INTEGRATION: CWS aquabmpfix01 (1.6.98); FILE MERGED 2008/05/09 11:06:54 hdu 1.6.98.2: RESYNC: (1.6-1.7); FILE MERGED 2008/05/09 10:32:42 hdu 1.6.98.1: #i88759# canvas allows b2d drawing


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [2d52dc871b7e230718e08ab56794ad64894d4b13]

INTEGRATION: CWS aquabmpfix01 (1.6.98); FILE MERGED 2008/05/09 11:06:47 hdu 1.6.98.2: RESYNC: (1.6-1.7); FILE MERGED 2008/05/09 10:32:42 hdu 1.6.98.1: #i88759# canvas allows b2d drawing


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [8e1e8262657326c3b12000487f88c094d84a87d5]

INTEGRATION: CWS aquabmpfix01 (1.6.8); FILE MERGED 2008/05/14 13:41:01 hdu 1.6.8.1: #100000# fix cairocanvas compilation


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [45f69abe08072b03f9fe962cfebf71fd8c0afb26]

INTEGRATION: CWS notes4 (1.154.24); FILE MERGED 2008/04/29 15:44:25 mod 1.154.24.1: i87651


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [f6f38a2fa6bc9815c108b5c80e2356df47ce838e]

INTEGRATION: CWS notes4 (1.95.24); FILE MERGED 2008/04/29 15:44:25 mod 1.95.24.1: i87651


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [98895896901d54f8ad3bfefe4220c1043b8720fc]

INTEGRATION: CWS uaa06 (1.34.20); FILE MERGED 2008/05/08 12:39:09 obr 1.34.20.1: #i87426# repaired broken a11y hierarchy of a number of dialogs


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [dc9bbc8b512cb02bb83307b9672fad7c14f1a226]

INTEGRATION: CWS uaa06 (1.80.16); FILE MERGED 2008/05/08 12:39:09 obr 1.80.16.1: #i87426# repaired broken a11y hierarchy of a number of dialogs


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [faa78fe1754d58baab807a5350a3d7e93e9dde86]

INTEGRATION: CWS uaa06 (1.8.20); FILE MERGED 2008/05/08 11:51:54 obr 1.8.20.1: #i88070# map AtkRole IMAGE to uno role GRAPHIC


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [b08358f74488d2c24e2ad066656ad31373cb3b5e]

INTEGRATION: CWS uaa06 (1.7.20); FILE MERGED 2008/05/16 05:20:58 obr 1.7.20.2: #i87426# replace FILLER role with option pane again for dialogs and alerts 2008/05/08 12:39:09 obr 1.7.20.1: #i87426# repaired broken a11y hierarchy of a number of dialogs


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [74c47d9ba4f34d7fa63706ffa8619494ad63a651]

INTEGRATION: CWS uaa06 (1.5.20); FILE MERGED 2008/05/08 12:39:09 obr 1.5.20.1: #i87426# repaired broken a11y hierarchy of a number of dialogs


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [0e3afcab9d0485fde807498ee6d6c61a5bd4e1d2]

INTEGRATION: CWS uaa06 (1.58.46); FILE MERGED 2008/05/14 13:12:23 obr 1.58.46.1: #i86659# new method needed for XAccessibleMultiLineText


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [b37481bafb4cc9b0d831d819a32b2997253ca1cf]

INTEGRATION: CWS uaa06 (1.4.46); FILE MERGED 2008/05/14 13:12:23 obr 1.4.46.1: #i86659# new method needed for XAccessibleMultiLineText


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [2c6db67b069f15662618615af77b9524c5a39143]

INTEGRATION: CWS aquavcl07 (1.53.4); FILE MERGED 2008/04/29 16:16:43 pl 1.53.4.1: #i88865# do not save backgrounds on Mac, windows already are backbuffered


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [2c8627acdaa3de94d038771fb902ced54822fffb]

INTEGRATION: CWS aquavcl07 (1.161.4); FILE MERGED 2008/05/14 20:23:09 pl 1.161.4.7: #i78832# event propagation for native popup menus 2008/05/14 12:15:29 pl 1.161.4.6: #i78832# do not keep pointer to destroyed window 2008/05/13 17:48:38 pl 1.161.4.5: #i78832# do not derefrence NULL pointer 2008/05/13 13:50:44 fne 1.161.4.4: #i78832# return correct selected item id 2008/05/13 09:51:26 fne 1.161.4.3: #i78832# correctly shut down popup window 2008/05/09 09:07:23 pl 1.161.4.2: RESYNC: (1.161-1.162); FILE MERGED 2008/05/08 12:24:32 fne 1.161.4.1: #i78832# implementation of native context menus for aqua


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [fd9a6bd64911c684e7b92582ac081f4a5d60a675]

INTEGRATION: CWS aquavcl07 (1.51.176); FILE MERGED 2008/04/17 05:40:28 pl 1.51.176.2: RESYNC: (1.51-1.52); FILE MERGED 2008/04/16 16:03:19 pl 1.51.176.1: #i87998# implement setscren number, lcoalized screen name on mac


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [762580fd62259eb4cf1dc2c51b97dbb638639268]

INTEGRATION: CWS aquavcl07 (1.60.4); FILE MERGED 2008/04/28 15:28:15 pl 1.60.4.1: #i86431# improve bevel <-> pushbutton heuristic


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [28b793e4a78ccc49d1977c4a513ef5eb6dba19a2]

INTEGRATION: CWS aquavcl07 (1.6.4); FILE MERGED 2008/05/14 20:21:13 pl 1.6.4.1: #i78832# protect window event handlers against handler destroying the window


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [57541c8612760afe1a2b84719aa2e0c18d50c3dd]

INTEGRATION: CWS aquavcl07 (1.12.4); FILE MERGED 2008/05/09 12:29:15 pl 1.12.4.1: fix warnings


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [1dd09314c8216f7769291ef910a23a9a421ee29c]

INTEGRATION: CWS aquavcl07 (1.5.176); FILE MERGED 2008/04/17 05:40:00 pl 1.5.176.3: RESYNC: (1.5-1.6); FILE MERGED 2008/04/16 16:03:18 pl 1.5.176.2: #i87998# implement setscren number, lcoalized screen name on mac 2008/04/10 11:44:07 pl 1.5.176.1: #i87004# menu translations on mac


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [1c0f10b252828bd17e424530f97f1b1f320db390]

INTEGRATION: CWS aquavcl07 (1.10.4); FILE MERGED 2008/04/29 16:16:42 pl 1.10.4.1: #i88865# do not save backgrounds on Mac, windows already are backbuffered


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [68025b6e11875652baa2f8e1d54b3baa4bc32def]

INTEGRATION: CWS aquavcl07 (1.9.4); FILE MERGED 2008/04/28 15:28:15 pl 1.9.4.1: #i86431# improve bevel <-> pushbutton heuristic


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [3997cd2453b90260fb6e506a35d531a52b38e1ab]

INTEGRATION: CWS aquavcl07 (1.3.4); FILE MERGED 2008/05/09 12:29:15 pl 1.3.4.2: fix warnings 2008/05/08 12:24:32 fne 1.3.4.1: #i78832# implementation of native context menus for aqua


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [510d7e90d03b17947f3027629ea60cf700ce5e2f]

INTEGRATION: CWS aquavcl07 (1.4.4); FILE MERGED 2008/05/14 20:23:08 pl 1.4.4.2: #i78832# event propagation for native popup menus 2008/05/08 12:24:32 fne 1.4.4.1: #i78832# implementation of native context menus for aqua


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [0bbf9bb5f38e08acaa0abc0b9b0f3fdfb2035221]

INTEGRATION: CWS aquavcl07 (1.3.4); FILE MERGED 2008/05/14 20:23:07 pl 1.3.4.3: #i78832# event propagation for native popup menus 2008/05/14 14:19:11 pl 1.3.4.2: #i78832# do not trigger menu items twice 2008/05/08 12:24:32 fne 1.3.4.1: #i78832# implementation of native context menus for aqua


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [ad130c3bf038739c0eb45ba699bab61e1cfd72cb]

INTEGRATION: CWS aquavcl07 (1.7.34); FILE MERGED 2008/05/19 11:33:04 pl 1.7.34.8: switch off native menus for testtool 2008/05/14 13:55:55 pl 1.7.34.7: #i78832# work on a copy of menu 2008/05/13 14:39:42 fne 1.7.34.6: #i78832# remove leading separator 2008/05/08 12:24:32 fne 1.7.34.5: #i78832# implementation of native context menus for aqua 2008/04/17 05:40:09 pl 1.7.34.4: RESYNC: (1.7-1.8); FILE MERGED 2008/04/10 11:44:06 pl 1.7.34.3: #i87004# menu translations on mac 2008/04/07 16:10:09 pl 1.7.34.2: #i86435# remap Command to MOD1 and Ctrl to MOD3 2008/04/04 12:33:44 pl 1.7.34.1: #i87044# localized menu entries


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [db0589c08d36e65d614c3a7b65ae95b5d7e2abcf]

INTEGRATION: CWS aquavcl07 (1.4.32); FILE MERGED 2008/05/14 09:54:49 pl 1.4.32.16: #i88737# fix shift-tab 2008/05/13 18:50:47 pl 1.4.32.15: #i87830# mapping for KEY_DELETE went missing 2008/05/09 13:33:21 pl 1.4.32.14: solve a merge problem 2008/05/09 09:07:28 pl 1.4.32.13: RESYNC: (1.7-1.8); FILE MERGED 2008/05/08 13:54:32 pl 1.4.32.12: add mapping for KEY_DELETE 2008/05/08 13:52:54 pl 1.4.32.11: add mapping for KEY_DELETE 2008/05/08 12:15:42 pl 1.4.32.10: #i89174# fix a peculiarity with private use area 2008/05/05 16:54:39 pl 1.4.32.9: fix a SNAFU 2008/04/29 15:23:30 pl 1.4.32.8: add key mapping for delete 2008/04/28 10:56:38 pl 1.4.32.7: #i88737# differentiate between text input and non text input for key events 2008/04/17 18:25:41 pl 1.4.32.6: #i87830# support more selectors of NSResponder, use new key codes 2008/04/17 11:55:07 hdu 1.4.32.5: #i88383# merge pending scrollwheel events 2008/04/17 05:40:12 pl 1.4.32.4: RESYNC: (1.5-1.7); FILE MERGED 2008/04/10 12:58:53 pl 1.4.32.3: RESYNC: (1.4-1.5); FILE MERGED 2008/04/07 16:10:09 pl 1.4.32.2: #i86435# remap Command to MOD1 and Ctrl to MOD3 2008/04/03 16:36:17 pl 1.4.32.1: #i87287# deleteWordForward/Backward


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [7c89e2a281ddfeaf7d198e5350d409990cedbd5d]

INTEGRATION: CWS aquavcl07 (1.57.32); FILE MERGED 2008/04/29 18:14:35 pl 1.57.32.6: #i88447# add dockmenu entries from quickstarter 2008/04/28 10:56:38 pl 1.57.32.5: #i88737# differentiate between text input and non text input for key events 2008/04/17 05:40:06 pl 1.57.32.4: RESYNC: (1.59-1.61); FILE MERGED 2008/04/16 16:03:18 pl 1.57.32.3: #i87998# implement setscren number, lcoalized screen name on mac 2008/04/10 12:58:49 pl 1.57.32.2: RESYNC: (1.57-1.59); FILE MERGED 2008/04/07 16:10:08 pl 1.57.32.1: #i86435# remap Command to MOD1 and Ctrl to MOD3


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [e15b7dd8187c304b13105e4453d578bdf4743674]

INTEGRATION: CWS aquavcl07 (1.23.4); FILE MERGED 2008/04/29 14:45:50 pl 1.23.4.1: #i86434# use resolution from current screen for windows and reference window screen for vdev


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [6a15a42b20e284a5c356d1a922f7ed7850cdaf53]

INTEGRATION: CWS aquavcl07 (1.11.4); FILE MERGED 2008/04/28 16:18:50 pl 1.11.4.2: #i85513# better look for normal buttons 2008/04/28 15:28:16 pl 1.11.4.1: #i86431# improve bevel <-> pushbutton heuristic


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [593420655e246b7c6f45fc562a27777f92bc8b9f]

INTEGRATION: CWS aquavcl07 (1.15.4); FILE MERGED 2008/05/05 13:18:54 pl 1.15.4.1: #i86581# fix a timer issue


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [8a1970d622013f5cec183e5932a1a579269535c3]

INTEGRATION: CWS aquavcl07 (1.68.32); FILE MERGED 2008/05/08 16:13:47 pl 1.68.32.6: #i89187# update comments, remove useless mutex 2008/05/08 16:07:30 pl 1.68.32.5: #i89187# three layer office adaption 2008/04/29 14:45:50 pl 1.68.32.4: #i86434# use resolution from current screen for windows and reference window screen for vdev 2008/04/17 05:40:15 pl 1.68.32.3: RESYNC: (1.70-1.71); FILE MERGED 2008/04/10 12:58:59 pl 1.68.32.2: RESYNC: (1.68-1.70); FILE MERGED 2008/04/09 07:52:27 hdu 1.68.32.1: #i77518# implement AquaSalGraphics::GetGlyphOutline() also in CWS for OOo3


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [1f73a9e014b6da109dc6000bd332646e302c9255]

INTEGRATION: CWS aquavcl07 (1.3.34); FILE MERGED 2008/04/29 18:14:34 pl 1.3.34.4: #i88447# add dockmenu entries from quickstarter 2008/04/17 05:40:18 pl 1.3.34.3: RESYNC: (1.3-1.4); FILE MERGED 2008/04/10 12:50:21 pl 1.3.34.2: #i86519# #i86522# cmd-w hack 2008/04/07 16:10:08 pl 1.3.34.1: #i86435# remap Command to MOD1 and Ctrl to MOD3


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [d5aedbd221e0306cdcd0ecc7e9a5feef13eb176a]

INTEGRATION: CWS aquavcl07 (1.18.4); FILE MERGED 2008/05/05 13:18:54 pl 1.18.4.2: #i86581# fix a timer issue 2008/04/24 10:14:57 pl 1.18.4.1: fix leak


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [c30ffdbdb9c629e53ea8df32fc92b53a55f04b6e]

INTEGRATION: CWS aquavcl07 (1.9.84); FILE MERGED 2008/04/17 05:40:21 pl 1.9.84.2: RESYNC: (1.9-1.10); FILE MERGED 2008/04/16 16:03:18 pl 1.9.84.1: #i87998# implement setscren number, lcoalized screen name on mac


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [be57e197bb1876d73fedd7b7aec3317845455da9]

INTEGRATION: CWS aquavcl07 (1.46.32); FILE MERGED 2008/05/19 11:33:02 pl 1.46.32.5: switch off native menus for testtool 2008/05/05 13:18:54 pl 1.46.32.4: #i86581# fix a timer issue 2008/04/29 16:16:43 pl 1.46.32.3: #i88865# do not save backgrounds on Mac, windows already are backbuffered 2008/04/17 05:40:25 pl 1.46.32.2: RESYNC: (1.46-1.48); FILE MERGED 2008/04/16 10:49:46 pl 1.46.32.1: #i88336# make applicationn active in testtool case


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [3b070b744183768ed5b8c887a736d0b633bc93fe]

INTEGRATION: CWS aquavcl07 (1.11.4); FILE MERGED 2008/05/19 11:33:02 pl 1.11.4.1: switch off native menus for testtool


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [498431ecb7642f6c35bdd1c2f390c424cf07cb18]

INTEGRATION: CWS aquavcl07 (1.4.4); FILE MERGED 2008/04/29 18:14:33 pl 1.4.4.1: #i88447# add dockmenu entries from quickstarter


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [20263a7989b94182674956ef613105de5fbae40b]

INTEGRATION: CWS aquavcl07 (1.3.4); FILE MERGED 2008/05/14 14:19:10 pl 1.3.4.1: #i78832# do not trigger menu items twice


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [f0437bddd89eaf2ed44d4587d9f69874b5b210cb]

INTEGRATION: CWS aquavcl07 (1.8.4); FILE MERGED 2008/05/08 12:24:33 fne 1.8.4.1: #i78832# implementation of native context menus for aqua


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [001ecd5018dc4f0ca1a3225abfaf1e10d31de7e0]

INTEGRATION: CWS aquavcl07 (1.37.4); FILE MERGED 2008/04/29 14:45:49 pl 1.37.4.1: #i86434# use resolution from current screen for windows and reference window screen for vdev


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [c8dc29f42d0f0c43dc43c109e8fca35bdc92f6e8]

INTEGRATION: CWS aquavcl07 (1.3.50); FILE MERGED 2008/04/17 18:25:41 pl 1.3.50.4: #i87830# support more selectors of NSResponder, use new key codes 2008/04/17 05:40:03 pl 1.3.50.3: RESYNC: (1.4-1.6); FILE MERGED 2008/04/10 12:59:03 pl 1.3.50.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/03 16:36:17 pl 1.3.50.1: #i87287# deleteWordForward/Backward


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [49c193a25c3b826ae36f1751b5099b5b020cc9a1]

INTEGRATION: CWS aquavcl07 (1.24.4); FILE MERGED 2008/04/28 10:56:37 pl 1.24.4.1: #i88737# differentiate between text input and non text input for key events


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [182381daa6906779fdaef427706797c6af6b8a9e]

INTEGRATION: CWS aquavcl07 (1.20.4); FILE MERGED 2008/05/19 11:33:01 pl 1.20.4.1: switch off native menus for testtool


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [61f6de9a26786337815815cccbcbe549da5b7dd6]

INTEGRATION: CWS aquavcl07 (1.7.8); FILE MERGED 2008/04/17 05:39:42 pl 1.7.8.2: RESYNC: (1.7-1.8); FILE MERGED 2008/04/16 12:07:10 pl 1.7.8.1: #i87595# don not call on destroyed objects


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [b6e3b84aa6ebc8b816718a81468c0e06e0e1f38a]

INTEGRATION: CWS aquavcl07 (1.6.8); FILE MERGED 2008/04/17 05:39:39 pl 1.6.8.2: RESYNC: (1.6-1.7); FILE MERGED 2008/04/16 12:07:10 pl 1.6.8.1: #i87595# don not call on destroyed objects


2008-05-30  Oliver Bolte  <obo@openoffice.org>  [93e4e84ff2b1fc8498eee0338e82230214bd8a0d]

INTEGRATION: CWS aquavcl07 (1.13.8); FILE MERGED 2008/04/18 09:43:20 pl 1.13.8.1: #i87830# support some additional keys


2008-05-28  Oliver Bolte  <obo@openoffice.org>  [2bcb3220d1e5075c7a01190da50f75634d7f3878]

INTEGRATION: CWS pj90 (1.2.268); FILE MERGED 2008/04/19 08:44:55 pjanik 1.2.268.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/19 08:38:37 pjanik 1.2.268.1: #i85735#: Use long instead of USHORT.


2008-05-28  Oliver Bolte  <obo@openoffice.org>  [c832d44c38d0ff73598be9536996692118a70d9e]

INTEGRATION: CWS pj90 (1.3.186); FILE MERGED 2008/04/19 08:44:52 pjanik 1.3.186.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/19 08:36:13 pjanik 1.3.186.1: #i85735#: Use long instead of USHORT.


2008-05-28  Oliver Bolte  <obo@openoffice.org>  [2b1894e9ab0ffa47012bd6321741c317e2591d03]

INTEGRATION: CWS pj90 (1.8.80); FILE MERGED 2008/04/19 08:44:50 pjanik 1.8.80.2: RESYNC: (1.8-1.9); FILE MERGED 2008/04/19 08:39:29 pjanik 1.8.80.1: #i85735#: Use long instead of USHORT.


2008-05-28  Oliver Bolte  <obo@openoffice.org>  [1f866c135498097ed8bef1c88530f14585e961a2]

INTEGRATION: CWS pj90 (1.3.186); FILE MERGED 2008/04/19 08:44:47 pjanik 1.3.186.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/19 08:35:49 pjanik 1.3.186.1: #i85735#: Use long instead of USHORT.


2008-05-28  Oliver Bolte  <obo@openoffice.org>  [c7d1d18ea09b78bb6047beea17854d1dee4d5bcd]

INTEGRATION: CWS pj90 (1.5.160); FILE MERGED 2008/04/19 08:44:44 pjanik 1.5.160.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/19 08:39:45 pjanik 1.5.160.1: #i85735#: Use long instead of USHORT.


2008-05-28  Oliver Bolte  <obo@openoffice.org>  [f9c476ef49aa57d9e0a79f49f1891295fbe8fe4e]

INTEGRATION: CWS pj90 (1.7.160); FILE MERGED 2008/04/19 08:44:41 pjanik 1.7.160.2: RESYNC: (1.7-1.8); FILE MERGED 2008/04/19 08:40:54 pjanik 1.7.160.1: #i85735#: Use long instead of USHORT.


2008-05-21  Kurt Zenker  <kz@openoffice.org>  [782f29cd90772c4a5ea9a224f2f934e3657adbfa]

INTEGRATION: CWS extmgrui01 (1.8.10); FILE MERGED 2008/04/28 10:52:23 dv 1.8.10.2: RESYNC: (1.8-1.9); FILE MERGED 2008/04/22 09:25:28 gh 1.8.10.1: load automation lib with SAL_LOADMODULE_GLOBAL instead of SAL_LOADMODULE_DEFAULT to get RTTI to for IExtensionListBox work


2008-05-21  Kurt Zenker  <kz@openoffice.org>  [2906a8ba5c73ffaba48eb321829c2f3b3715c5bc]

INTEGRATION: CWS extmgrui01 (1.150.8); FILE MERGED 2008/04/28 10:49:56 dv 1.150.8.3: RESYNC: (1.152-1.153); FILE MERGED 2008/03/25 08:05:00 dv 1.150.8.2: RESYNC: (1.150-1.152); FILE MERGED 2008/03/19 10:14:38 dv 1.150.8.1: #i86913# Added extensionlistbox.hxx (needed for automatic testing)


2008-05-21  Kurt Zenker  <kz@openoffice.org>  [c2eca7f501941daa5a3aa323c1ecdd1b37c720f4]

INTEGRATION: CWS extmgrui01 (1.1.2); FILE ADDED 2008/05/21 11:23:40 kz 1.1.2.4: license updated 2008/03/25 14:38:50 dv 1.1.2.3: Added typecast to define 2008/03/20 07:44:36 dv 1.1.2.2: Updated some comments 2008/03/19 10:15:34 dv 1.1.2.1: #i86913# Added extensionlistbox.hxx (needed for automatic testing)


2008-05-21  Kurt Zenker  <kz@openoffice.org>  [2ca20da258171119851b1aee746ced74e2b27e74]

INTEGRATION: CWS late241bf01_DEV300 (1.119.54.2.14); FILE MERGED 2008/05/16 11:06:52 pl 1.119.54.2.14.1: #i85450# shift wheel interpreted as horizontal wheel event


2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7a5488d0536087f132ccb2b5df18c0dc369cc241]

INTEGRATION: CWS fwk89_DEV300 (1.9.50.1.2); FILE MERGED 2008/04/23 15:47:48 mav 1.9.50.1.2.1: #i87635# the size has no sence for substorages


2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3cc79e907a25f4fd538e85721227eb8fbbc0c362]

INTEGRATION: CWS nofsnames_DEV300 (1.17.228); FILE MERGED 2008/05/08 13:16:58 hdu 1.17.228.2: #i89077# remove unused fontsize names 2008/05/08 13:13:54 hdu 1.17.228.1: #i89077# disable some fontsize names


2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9ec7bc07d85ff7dc8886c85d7d2906f8575aaecd]

INTEGRATION: CWS i18n43_DEV300 (1.33.38); FILE MERGED 2008/04/29 21:51:51 khong 1.33.38.1: #i88411# apply the patch from Coleman Kane to fix icu setBreakType issue


2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b59b6a3487610230d7114af3e5105c8c3a45606a]

INTEGRATION: CWS sw241bf02_DEV300 (1.6.96.1.22); FILE MERGED 2008/04/30 09:18:44 od 1.6.96.1.22.1: #i87808# if the style access iterator is used to retrieve stored styles, 	 try to provide used styles, if at a certain style pool node 	 are stored more than one style due to non-poolable items


2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0deb80a580326a4f828562038d9c4620b2efdee9]

INTEGRATION: CWS fwk89_DEV300 (1.34.6.2.8); FILE MERGED 2008/04/16 15:47:07 cd 1.34.6.2.8.1: #i87028# Fixed duplicate BASEPROPERTY IDs


2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f36335c8d72a3fa53829b8ddca98a1031495159b]

INTEGRATION: CWS ab51 (1.8.32); FILE MERGED 2008/05/06 15:27:00 ab 1.8.32.1: #i88690# Support option to load Excel VBA code executable


2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2c3bffd95a0311f5b5ffd2b2414469e8a9ebccb1]

INTEGRATION: CWS ab51 (1.6.32); FILE MERGED 2008/05/06 15:21:49 ab 1.6.32.1: #i88690# Support option to load Excel VBA code executable


2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [913969679f1c5cef4edec9665763bef32216adfd]

INTEGRATION: CWS oxtsysint01 (1.1.2); FILE ADDED 2008/04/24 13:31:50 dv 1.1.2.3: #i85856# SynchronousDispatch helper should throw an exception, when no synchon dispatch is available 2008/04/18 10:52:38 dv 1.1.2.2: #i85856# new SynchronousDispatch helper for replacing loadComponentFromURL 2008/04/15 11:50:20 dv 1.1.2.1: #i85856# new SynchronousDispatch helper for replacing loadComponentFromURL


2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [5b137a7d9153af4931517197de726272475d8ef9]

INTEGRATION: CWS oxtsysint01 (1.43.20); FILE MERGED 2008/04/15 13:30:49 dv 1.43.20.2: RESYNC: (1.43-1.45); FILE MERGED 2008/04/15 11:50:40 dv 1.43.20.1: #i85856# new SynchronousDispatch helper for replacing loadComponentFromURL


2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [1d7aba091665c6961d5fb44a14096543d0931c35]

INTEGRATION: CWS oxtsysint01 (1.1.2); FILE ADDED 2008/04/15 11:49:57 dv 1.1.2.1: #i85856# new SynchronousDispatch helper for replacing loadComponentFromURL


2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [4b859e25c2f9ff1444fc4f17fbc46f22074f000d]

INTEGRATION: CWS jl93 (1.9.22); FILE MERGED 2008/05/05 13:26:45 jl 1.9.22.2: RESYNC: (1.9-1.11); FILE MERGED 2008/04/08 15:44:18 mav 1.9.22.1: #i86651# add Version property


2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [954c50b671d47f0c883d2f279778a85c34d9fe51]

INTEGRATION: CWS vcl88 (1.108.226); FILE MERGED 2008/04/17 05:51:14 pl 1.108.226.3: RESYNC: (1.110-1.111); FILE MERGED 2008/04/10 12:59:52 pl 1.108.226.2: RESYNC: (1.108-1.110); FILE MERGED 2008/04/10 11:53:51 hdu 1.108.226.1: #i88128# fix UniscribeLayout when all glyph fallbacks fail (thanks kstribley!)


2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [cde84ff6df2dd7ab0bc4ea85b1f36f068831765d]

INTEGRATION: CWS vcl88 (1.30.26); FILE MERGED 2008/04/17 05:52:11 pl 1.30.26.3: RESYNC: (1.31-1.32); FILE MERGED 2008/04/10 12:59:17 pl 1.30.26.2: RESYNC: (1.30-1.31); FILE MERGED 2008/04/03 13:57:56 pl 1.30.26.1: remove unneeded files


2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [4448e4410a896a180aeb6f508c9378fec901dc06]

INTEGRATION: CWS vcl88 (1.43.28); FILE MERGED 2008/04/21 16:54:11 pl 1.43.28.3: #i88434# link colors from system 2008/04/17 05:52:08 pl 1.43.28.2: RESYNC: (1.43-1.44); FILE MERGED 2008/04/09 11:55:40 pl 1.43.28.1: #i85691# set help text color (thanks cmc)


2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [3219249716370ef308adb6f589738f685caadaff]

INTEGRATION: CWS vcl88 (1.27.78); FILE MERGED 2008/04/17 05:51:57 pl 1.27.78.2: RESYNC: (1.27-1.28); FILE MERGED 2008/04/16 16:38:32 pl 1.27.78.1: #i88266# correct mirroring in UserDraw


2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [cb693d89ebc2af15f27e3a10914ca89d33ad11bb]

INTEGRATION: CWS vcl88 (1.8.250); FILE MERGED 2008/04/17 05:51:17 pl 1.8.250.3: RESYNC: (1.8-1.9); FILE MERGED 2008/04/08 08:02:09 hdu 1.8.250.2: #i88005# 101 2008/04/07 14:15:14 hdu 1.8.250.1: #i88005# prevent reading one byte too much in ImplRotate1_180() (thanks CMC!)


2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [db9c74a8a38f572ec49366f87dfad18b039db707]

INTEGRATION: CWS vcl88 (1.11.226); FILE MERGED 2008/04/17 05:51:20 pl 1.11.226.2: RESYNC: (1.11-1.12); FILE MERGED 2008/04/09 15:16:43 pl 1.11.226.1: #b6686028# catch allocation exception


2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [81a65b2393ce00c332b9361dafd4bb92afebb33a]

INTEGRATION: CWS vcl88 (1.123.22); FILE MERGED 2008/04/17 05:51:47 pl 1.123.22.6: RESYNC: (1.125-1.126); FILE MERGED 2008/04/16 16:36:01 pl 1.123.22.5: fix a typo 2008/04/12 13:14:39 pl 1.123.22.4: #i88013# fix relative links with spaces (thanks beppec56) 2008/04/12 13:03:41 pl 1.123.22.3: #i88123# do not add transparent group in PDF/A case 2008/04/10 12:59:44 pl 1.123.22.2: RESYNC: (1.123-1.125); FILE MERGED 2008/04/08 13:55:00 pl 1.123.22.1: #i88040# always create a field name


2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [dfd86e6032a775cc2fc7f56596f1760b132dad73]

INTEGRATION: CWS vcl88 (1.31.272); FILE MERGED 2008/04/17 05:51:23 pl 1.31.272.2: RESYNC: (1.31-1.32); FILE MERGED 2008/04/09 15:16:43 pl 1.31.272.1: #b6686028# catch allocation exception


2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [abcca9db9f82fff76c54d5f9ea8824e617b398bf]

INTEGRATION: CWS vcl88 (1.47.222); FILE MERGED 2008/04/17 05:51:52 pl 1.47.222.2: RESYNC: (1.47-1.48); FILE MERGED 2008/04/02 11:28:38 hdu 1.47.222.1: #i87735# avoid exceptions if there are better alternatives


2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [c36d7bcc1ad503f8922a09d921c57d8c3ecd24de]

INTEGRATION: CWS vcl88 (1.74.6); FILE MERGED 2008/04/21 16:54:11 pl 1.74.6.1: #i88434# link colors from system


2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [98470c2e1bbb89bf5591ee125de547c50324bfb1]

INTEGRATION: CWS vcl88 (1.47.8); FILE MERGED 2008/04/17 05:50:53 pl 1.47.8.3: RESYNC: (1.48-1.49); FILE MERGED 2008/04/10 12:59:08 pl 1.47.8.2: RESYNC: (1.47-1.48); FILE MERGED 2008/03/31 17:21:45 pl 1.47.8.1: #i86558# mute paperconf assertions on all platforms


2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [aa59340daf33e2992e9751dfea5d311c790e969e]

INTEGRATION: CWS vcl88 (1.85.24); FILE MERGED 2008/04/17 05:50:27 pl 1.85.24.2: RESYNC: (1.85-1.86); FILE MERGED 2008/03/19 16:05:56 pl 1.85.24.1: #i87204# event ids are ULONGs (thanks cmc)


2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [e1a4a6a2b417e69e4c78af1db964a1f66dfb1222]

INTEGRATION: CWS vcl88 (1.19.16); FILE MERGED 2008/04/21 16:53:35 pl 1.19.16.1: #i88434# link colors from system


2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [91c7f02952b58a2dd68a12e502f8f402fbda57a7]

INTEGRATION: CWS stliterators (1.1.2); FILE ADDED 2008/05/08 16:41:45 b_michaelsen 1.1.2.4: made ::comphelper::StlUnoSequence const-correct 2008/05/08 11:08:02 b_michaelsen 1.1.2.3: taking parameters by reference, not a pointer 2008/05/08 10:38:51 b_michaelsen 1.1.2.2: added convenience functions ::comphelper::stl_begin and ::comphelper::stl_end in stlunosequence.hxx and updated some tests 2008/05/08 09:08:13 b_michaelsen 1.1.2.1: simple testcase for ::comphelper::StlUnoSeuqence


2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [0c03252124d4bd5991774dd59ad7c1eb4597d4b8]

INTEGRATION: CWS stliterators (1.1.2); FILE ADDED 2008/05/08 10:38:51 b_michaelsen 1.1.2.2: added convenience functions ::comphelper::stl_begin and ::comphelper::stl_end in stlunosequence.hxx and updated some tests 2008/05/08 09:09:04 b_michaelsen 1.1.2.1: simple testcase for ::comphelper::StlUnoSequence


2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [d1215c1f1af43c59ef641cd0ded11bbcf5e83188]

INTEGRATION: CWS stliterators (1.5.18); FILE MERGED 2008/05/08 11:08:02 b_michaelsen 1.5.18.2: taking parameters by reference, not a pointer 2008/05/08 10:38:50 b_michaelsen 1.5.18.1: added convenience functions ::comphelper::stl_begin and ::comphelper::stl_end in stlunosequence.hxx and updated some tests


2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [5d14a50fefe65c5ac6b32995a6e03ae7e385aa9c]

INTEGRATION: CWS stliterators (1.1.2); FILE ADDED 2008/05/13 08:32:06 mst 1.1.2.10: - comphelper/inc/comphelper/stlunosequence.hxx:   + class StlSequenceIterator inherits from std::iterator 2008/05/09 15:57:37 b_michaelsen 1.1.2.9: removing unneeded bounds checking - not required by the stl 2008/05/09 09:51:07 b_michaelsen 1.1.2.8: formatting fixes 2008/05/09 09:42:25 b_michaelsen 1.1.2.7: removed dep on non-std random_access_iterator<> base class 2008/05/08 16:58:19 b_michaelsen 1.1.2.6: minor formatting fixes 2008/05/08 16:41:45 b_michaelsen 1.1.2.5: made ::comphelper::StlUnoSequence const-correct 2008/05/08 11:08:02 b_michaelsen 1.1.2.4: taking parameters by reference, not a pointer 2008/05/08 10:46:47 b_michaelsen 1.1.2.3: fixed empty declarations 2008/05/08 10:38:50 b_michaelsen 1.1.2.2: added convenience functions ::comphelper::stl_begin and ::comphelper::stl_end in stlunosequence.hxx and updated some tests 2008/05/08 09:03:25 b_michaelsen 1.1.2.1: new header-only template class StlUnoIterator providing a stl-like interface to ::com::sun::star::uno::Sequence


2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [4b3bfc6a4e8783d339dc7e3395bdf50fc02fc3d7]

INTEGRATION: CWS cmcfixes44 (1.3.176); FILE MERGED 2008/04/23 18:56:23 cmc 1.3.176.1: #i76424# treat Bengali digits the same as all other indic language digits


2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [cbe10529cf4ca9832f56d0e6ff67cd5b0eddcb24]

INTEGRATION: CWS cmcfixes44 (1.19.10); FILE MERGED 2008/04/24 07:25:38 cmc 1.19.10.1: #i88676# osl_freeProcessHandle is missing after a successful call to osl_executeProcess


2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [211c8638571ce0e85a013e0c84c64ad1a075b87b]

INTEGRATION: CWS fwk86 (1.50.30); FILE MERGED 2008/04/30 15:29:47 pb 1.50.30.2: RESYNC: (1.50-1.51); FILE MERGED 2008/04/07 11:43:19 pb 1.50.30.1: fix: #i86924# reset image lists if symbols style has changed


2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [f9e3f88e129c7f1098f82b24192333c4b66bcbec]

INTEGRATION: CWS fwk86 (1.31.46); FILE MERGED 2008/04/30 15:29:43 pb 1.31.46.3: RESYNC: (1.33-1.34); FILE MERGED 2008/03/26 07:31:46 pb 1.31.46.2: RESYNC: (1.31-1.33); FILE MERGED 2008/03/26 06:50:27 pb 1.31.46.1: fix: #i87059# unreal assertion removed


2008-05-05  Kurt Zenker  <kz@openoffice.org>  [a5f4705779c9f54f8189cd1aa035fc790b464f53]

INTEGRATION: CWS dba30b (1.9.8); FILE MERGED 2008/04/15 22:19:48 fs 1.9.8.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/16 14:00:38 fs 1.9.8.1: #i86996# added: copy ctor / 'merge'


2008-05-05  Kurt Zenker  <kz@openoffice.org>  [4a0666911a77d7f2bf5daf1a05dbb2078ceb326d]

INTEGRATION: CWS dba30b (1.8.8); FILE MERGED 2008/04/15 22:19:45 fs 1.8.8.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/16 14:00:35 fs 1.8.8.1: #i86996# added: copy ctor / 'merge'


2008-05-05  Kurt Zenker  <kz@openoffice.org>  [d1410a62a95963d43aa122dfdef33c76ba35b0ee]

INTEGRATION: CWS dba30b (1.31.216); FILE MERGED 2008/04/15 21:50:39 fs 1.31.216.2: RESYNC: (1.31-1.32); FILE MERGED 2008/03/05 12:34:20 oj 1.31.216.1: #ii53310# replace shift+space with ctrl+shift+space to select a column


2008-05-05  Kurt Zenker  <kz@openoffice.org>  [ce43b7441a7b24ee3b7d6603b680304728dc4603]

INTEGRATION: CWS dba30b (1.45.54); FILE MERGED 2008/04/15 21:50:36 fs 1.45.54.2: RESYNC: (1.45-1.46); FILE MERGED 2008/03/11 20:59:21 fs 1.45.54.1: #i86099# pass SCROLL_NOCHILDREN to Window::Scroll


2008-05-05  Kurt Zenker  <kz@openoffice.org>  [f6396710857d2b66a57d532a42124fd295cd2588]

INTEGRATION: CWS obo28_DEV300 (1.6.4); FILE MERGED 2008/04/25 10:08:31 obo 1.6.4.1: #i88518# directxcanvas.uno.dll missing


2008-05-05  Kurt Zenker  <kz@openoffice.org>  [52ecf300f4cdccea5808dd30a790702a57ef57d6]

INTEGRATION: CWS l10nfixooo3b (1.49.4); FILE MERGED 2008/04/22 16:14:45 ihi 1.49.4.1: #i88444# #i88441# Added to _tmpl.hrcs


2008-05-05  Kurt Zenker  <kz@openoffice.org>  [b32d4950340eb17cebb3f123430110472861f0ac]

INTEGRATION: CWS l10nfixooo3b (1.17.4); FILE MERGED 2008/04/22 17:36:07 ihi 1.17.4.3: #i88464# Fixed nonescaped character ... 2008/04/22 17:33:36 ihi 1.17.4.2: #i88464# Fixed nonescaped character 2008/04/22 17:30:58 ihi 1.17.4.1: #i88464# Fixed nonescaped character


2008-04-30  Vladimir Glazounov  <vg@openoffice.org>  [3483be0a5694afe9e2c81bd533df50e3805bebef]

#i88756# PI fixed


2008-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e71e330cedd3b5315e8185a04eaa9748d4bf5dbf]

#i10000#: fixed gcc-4.2.3 warning: 'comphelper::OPropertyBag' has a field 'comphelper::OPropertyBag::m_aAllowedTypes' whose type uses the anonymous namespace


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [1233a2e56ee3371bf96851852020518353284675]

INTEGRATION: CWS pdfimportfix (1.12.10); FILE MERGED 2008/04/14 08:43:08 akhva 1.12.10.1: #i88073


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [9da39a1dd808fee63def6ca3dc4f7b59ae04ff15]

INTEGRATION: CWS pdfimportfix (1.5.16); FILE MERGED 2008/04/14 17:52:51 akhva 1.5.16.1:  fix for unit test conflict pidfimport vs. basegfx


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [7687643686bb454baafc5c28b8ea596a0d19a8f9]

INTEGRATION: CWS pdfimportfix (1.31.4); FILE MERGED 2008/04/14 08:45:13 akhva 1.31.4.1: #i88073


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [f1c1bb4264125a6f5dc2a582222a8f385a4e5750]

INTEGRATION: CWS aw055 (1.10.8); FILE MERGED 2008/04/11 12:50:33 thb 1.10.8.1: #i86456# Added a unit test for the bezier closed polygon case


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [257b7fc0cb90e211b294283acc40bd10cc621f29]

INTEGRATION: CWS aw055 (1.12.30); FILE MERGED 2008/02/29 04:32:01 aw 1.12.30.1: removed op equal at polygons, added to tooling. Done for 2D and 3D


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [33755de30c863947981f72cd1a9134fced29d812]

INTEGRATION: CWS aw055 (1.5.56); FILE MERGED 2008/02/29 04:32:01 aw 1.5.56.1: removed op equal at polygons, added to tooling. Done for 2D and 3D


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [732d4d4765c9e311c3e087bfd6b38c5dcd30928c]

INTEGRATION: CWS aw055 (1.9.48); FILE MERGED 2008/02/29 04:32:01 aw 1.9.48.2: removed op equal at polygons, added to tooling. Done for 2D and 3D 2008/02/28 08:04:56 aw 1.9.48.1: finetuning for SVG im/export


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [112ca5635febd83d138f574a4a2f7b7f841961f3]

INTEGRATION: CWS aw055 (1.8.54); FILE MERGED 2008/02/29 04:32:01 aw 1.8.54.1: removed op equal at polygons, added to tooling. Done for 2D and 3D


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [07e19b3364b010bd0a37cc2154ba3c310e86ac62]

INTEGRATION: CWS aw055 (1.10.48); FILE MERGED 2008/02/29 04:32:01 aw 1.10.48.2: removed op equal at polygons, added to tooling. Done for 2D and 3D 2008/02/28 08:04:56 aw 1.10.48.1: finetuning for SVG im/export


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [e68b8c225db6e9f36c1856857071fdf9f20adfd5]

INTEGRATION: CWS aw055 (1.7.30); FILE MERGED 2008/02/29 04:32:01 aw 1.7.30.2: removed op equal at polygons, added to tooling. Done for 2D and 3D 2008/02/28 08:04:56 aw 1.7.30.1: finetuning for SVG im/export


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [f876bb2bbea4b686dc63a39288c4973da2944484]

INTEGRATION: CWS aw055 (1.16.28); FILE MERGED 2008/02/29 04:32:01 aw 1.16.28.1: removed op equal at polygons, added to tooling. Done for 2D and 3D


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [e0371feae0d8eed8d91b429e64de01b42cdd1fca]

INTEGRATION: CWS aw055 (1.18.28); FILE MERGED 2008/02/29 04:32:01 aw 1.18.28.2: removed op equal at polygons, added to tooling. Done for 2D and 3D 2008/02/28 08:04:56 aw 1.18.28.1: finetuning for SVG im/export


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [def8e2b853c0622789f7f00cafcc6ddca40cb813]

INTEGRATION: CWS aw055 (1.26.26); FILE MERGED 2008/02/29 04:32:01 aw 1.26.26.1: removed op equal at polygons, added to tooling. Done for 2D and 3D


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [d233e9ec023d256fb6488032b80f0900285b7e37]

INTEGRATION: CWS aw055 (1.19.28); FILE MERGED 2008/02/29 04:32:01 aw 1.19.28.2: removed op equal at polygons, added to tooling. Done for 2D and 3D 2008/02/28 08:04:56 aw 1.19.28.1: finetuning for SVG im/export


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [9856c78d15b987263dbf5e7e97af3749b7b4adbe]

INTEGRATION: CWS aw055 (1.13.30); FILE MERGED 2008/02/29 04:31:27 aw 1.13.30.1: removed op equal at polygons, added to tooling. Done for 2D and 3D


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [bc39212de15a3dd6adffa0c69639451b534bba18]

INTEGRATION: CWS aw055 (1.13.50); FILE MERGED 2008/02/29 04:31:27 aw 1.13.50.1: removed op equal at polygons, added to tooling. Done for 2D and 3D


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [95e590ec688885ae5865bb2c242c4e1396a29a2d]

INTEGRATION: CWS aw055 (1.5.86); FILE MERGED 2008/02/29 04:31:27 aw 1.5.86.1: removed op equal at polygons, added to tooling. Done for 2D and 3D


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [c28cd5bad9c5e544d2e3476c031e6e329383b2c8]

INTEGRATION: CWS aw055 (1.7.64); FILE MERGED 2008/02/29 04:31:27 aw 1.7.64.2: removed op equal at polygons, added to tooling. Done for 2D and 3D 2008/02/28 08:04:30 aw 1.7.64.1: finetuning for SVG im/export


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [0115eb48d43945574f853b9c39c4cf2523416824]

INTEGRATION: CWS aw055 (1.7.78); FILE MERGED 2008/02/29 04:31:27 aw 1.7.78.1: removed op equal at polygons, added to tooling. Done for 2D and 3D


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [1c57dfd830a586360eb187dff990c041bbd5df09]

INTEGRATION: CWS aw055 (1.6.66); FILE MERGED 2008/02/29 04:31:27 aw 1.6.66.2: removed op equal at polygons, added to tooling. Done for 2D and 3D 2008/02/28 08:04:30 aw 1.6.66.1: finetuning for SVG im/export


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [e35779e2607f264b9885a0572b360116ca038686]

INTEGRATION: CWS aw055 (1.16.28); FILE MERGED 2008/02/29 04:31:26 aw 1.16.28.1: removed op equal at polygons, added to tooling. Done for 2D and 3D


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [41f921c3fee65ac3064060ad73b5a82871eea407]

INTEGRATION: CWS aw055 (1.13.30); FILE MERGED 2008/02/29 04:31:26 aw 1.13.30.2: removed op equal at polygons, added to tooling. Done for 2D and 3D 2008/02/28 08:04:30 aw 1.13.30.1: finetuning for SVG im/export


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [9bd8350af29fa2313e2a06ea76bf06fb39c21bf8]

INTEGRATION: CWS aw055 (1.21.28); FILE MERGED 2008/02/29 04:31:26 aw 1.21.28.1: removed op equal at polygons, added to tooling. Done for 2D and 3D


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [46bce32f7932e10265a9093ec800e6438f4f7a46]

INTEGRATION: CWS aw055 (1.11.28); FILE MERGED 2008/02/29 04:31:26 aw 1.11.28.1: removed op equal at polygons, added to tooling. Done for 2D and 3D


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [88ecf6869760fe04f7d0a5c78b172bb2bc0f0172]

INTEGRATION: CWS aw055 (1.9.136); FILE MERGED 2008/02/12 14:13:11 aw 1.9.136.1: #i81809# maximum paper width/height fix


2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [b2d7684045a4bc356b023452a0b9a75dc988207d]

INTEGRATION: CWS mib07 (1.19.16); FILE MERGED 2008/01/02 13:28:48 mib 1.19.16.1: #i66693#: applied patch for resolving issue with surrogates


2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a1c1d679572bdb3d718c1adaf31e5d1f3f81a60]

INTEGRATION: CWS hr50 (1.95.26); FILE MERGED 2008/03/03 13:58:17 hr 1.95.26.1: #i86574#: fix warning (gcc-4.2.3)


2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [c107dddba1f2c20ff4c27304122354f2bac0412a]

INTEGRATION: CWS hr50 (1.8.26); FILE MERGED 2008/03/03 13:58:17 hr 1.8.26.1: #i86574#: fix warning (gcc-4.2.3)


2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [29d10c3593a5fa69532a051158b4bd5a29b4afe9]

INTEGRATION: CWS hr50 (1.43.18); FILE MERGED 2008/03/03 17:38:32 hr 1.43.18.1: #i86574#: fix warning (gcc-4.2.3)


2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a673ff17382bfc968e3e651946b384272769484]

INTEGRATION: CWS hr50 (1.93.48); FILE MERGED 2008/03/03 15:29:18 hr 1.93.48.1: #i86574#: fix warning (gcc-4.2.3)


2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9145603172abd01ab04eaf3e15f68b33b073408]

INTEGRATION: CWS hr50 (1.3.476); FILE MERGED 2008/03/07 10:56:45 hr 1.3.476.1: #i86574#: remove mistaken semicolon in if-statement


2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f8ace3b3e269ed8ceccae18f89755388c387d25]

INTEGRATION: CWS hr50 (1.160.46); FILE MERGED 2008/03/03 14:38:07 hr 1.160.46.1: #i86574#: fix warning (gcc-4.2.3)


2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fcc7227a241c7d7f11d948824414dee93a12034]

INTEGRATION: CWS hr50 (1.122.46); FILE MERGED 2008/03/03 14:38:07 hr 1.122.46.1: #i86574#: fix warning (gcc-4.2.3)


2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [957bc7e22923f67f3bb8e6f355bec791d75efc56]

INTEGRATION: CWS hr50 (1.6.78); FILE MERGED 2008/03/03 13:06:21 hr 1.6.78.1: #i86574#: fix warning (gcc-4.2.3)


2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f43ab1f7b86b85b6ee36e7679cfbdbff3d90159]

INTEGRATION: CWS hr50 (1.58.20); FILE MERGED 2008/03/03 13:46:31 hr 1.58.20.1: #i86574#: fix warning (gcc-4.2.3)


2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2615244b6d21bb119230e14d53b17c4313b2d8a]

INTEGRATION: CWS hr50 (1.37.60); FILE MERGED 2008/03/03 13:44:00 hr 1.37.60.1: #i86574#: fix warning (gcc-4.2.3)


2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad45476bb1f782c72ab1057a17ea1df2ace808f2]

INTEGRATION: CWS hr50 (1.7.80); FILE MERGED 2008/03/03 13:46:30 hr 1.7.80.1: #i86574#: fix warning (gcc-4.2.3)


2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [a283dd17986220c0df630ab754f30d38fefdeaf4]

INTEGRATION: CWS hr50 (1.7.78); FILE MERGED 2008/03/03 13:39:14 hr 1.7.78.1: #i86574#: fix warning (gcc-4.2.3)


2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [10f618582e9042780bff8a9ebfde7e9d4c205124]

INTEGRATION: CWS hr50 (1.9.78); FILE MERGED 2008/03/03 13:35:03 hr 1.9.78.1: #i86574#: fix warning (gcc-4.2.3)


2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff08fe3b2b1354b9a4c0ac3c05e499619438e133]

INTEGRATION: CWS hr50 (1.9.114); FILE MERGED 2008/03/03 13:41:14 hr 1.9.114.1: #i86574#: fix warning (gcc-4.2.3)


2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3d6e2b8857c86d960d3e55e05b96abe1184382c]

INTEGRATION: CWS hr50 (1.85.22); FILE MERGED 2008/03/10 17:34:32 hr 1.85.22.1: #i86574#: fix warning (gcc-4.2.3)


2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [56af7c727f5d131b448143c87694993898ae81ec]

INTEGRATION: CWS xmlfilter04 (1.14.72); FILE MERGED 2008/02/22 11:47:36 os 1.14.72.1: #i86262# TableBorderDistances added


2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [40cac102e5ddd1daea9b25c379c3e4c8a2846caf]

INTEGRATION: CWS xmlfilter04 (1.2.20); FILE MERGED 2008/02/25 13:05:05 sj 1.2.20.1: fixed color in colorChange


2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [2102968b4f46f7357f92bb8653ec1f460ad16550]

INTEGRATION: CWS xmlfilter04 (1.13.72); FILE MERGED 2008/02/22 11:47:36 os 1.13.72.1: #i86262# TableBorderDistances added


2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [81eb25eb501aed1bd131b6f3ac7e4295c1034f26]

INTEGRATION: CWS iconupdate04 (1.16.2); FILE MERGED 2008/04/10 08:04:43 ka 1.16.2.2: #i87567#: allow usage of multilayer icon themes 2008/04/08 15:35:09 ka 1.16.2.1: multilayer image handling


2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [77b4803bebb3073e494adf962dbc996e35768a3c]

INTEGRATION: CWS iconupdate04 (1.2.204); FILE MERGED 2008/04/10 06:35:38 ka 1.2.204.2: #i87567#: allow usage of multilayer icon themes 2008/04/08 15:34:54 ka 1.2.204.1: multilayer image handling


2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [d0360749a3c9eacc4137fd3b6c0b25f7bb8b166d]

INTEGRATION: CWS startcenterfix02 (1.13.92); FILE MERGED 2008/04/12 12:10:46 pl 1.13.92.1: #i88200# joining key and menu handling changes from aquavcl07


2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [c9bd9251918121f0598e1e204c57b09625b350f9]

INTEGRATION: CWS startcenterfix02 (1.31.240); FILE MERGED 2008/04/12 12:10:46 pl 1.31.240.1: #i88200# joining key and menu handling changes from aquavcl07


2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [ea9ba2cf93289c3fbc1dcfb0788c6966bac24b5c]

INTEGRATION: CWS startcenterfix02 (1.5.184); FILE MERGED 2008/04/12 12:10:46 pl 1.5.184.1: #i88200# joining key and menu handling changes from aquavcl07


2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [bd8ca843d9379a8bd015a4d9fe4b8935f3b4eaf7]

INTEGRATION: CWS startcenterfix02 (1.7.46); FILE MERGED 2008/04/12 12:10:45 pl 1.7.46.1: #i88200# joining key and menu handling changes from aquavcl07


2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [d8f63b508317060470c62e5bddc3396408567641]

INTEGRATION: CWS startcenterfix02 (1.5.8); FILE MERGED 2008/04/12 12:10:45 pl 1.5.8.1: #i88200# joining key and menu handling changes from aquavcl07


2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [52ebe2795bb16e1a571b07b97e376cdded5c3ccf]

INTEGRATION: CWS startcenterfix02 (1.59.8); FILE MERGED 2008/04/12 12:10:45 pl 1.59.8.1: #i88200# joining key and menu handling changes from aquavcl07


2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [9cbda570a89254fd2d2af3cfc8c8e28d0ce6bee8]

INTEGRATION: CWS startcenterfix02 (1.3.46); FILE MERGED 2008/04/12 12:10:45 pl 1.3.46.1: #i88200# joining key and menu handling changes from aquavcl07


2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [3d1f92276899feb7adc45376012c11e1f1301631]

INTEGRATION: CWS startcenterfix02 (1.4.8); FILE MERGED 2008/04/12 12:10:44 pl 1.4.8.1: #i88200# joining key and menu handling changes from aquavcl07


2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [80cf28afcc8060520316cbbd46f9671aeed09b96]

INTEGRATION: CWS jl94 (1.36.64); FILE MERGED 2008/04/02 15:21:09 pl 1.36.64.1: #i87748# fix deadlock


2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [2112045e857587cc6b35e759f6516470531428dc]

#i88369# Avoid 'uninitialized' warning.


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c1b735b86cbdfebf7dd10e0e46cd0fe91974dda8]

INTEGRATION: CWS calcshare2 (1.17.78); FILE MERGED 2008/03/14 19:36:21 mav 1.17.78.1: #i85794# new file locking prototype


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3250abc2adf6ba42eecddc77feb246554eaa22c3]

INTEGRATION: CWS calcshare2 (1.12.78); FILE MERGED 2008/03/14 19:36:21 mav 1.12.78.1: #i85794# new file locking prototype


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [315be14c55efd48e917c6ff73a793e653be31091]

INTEGRATION: CWS calcshare2 (1.36.40); FILE MERGED 2008/03/14 21:40:20 mav 1.36.40.1: #i85794# new file locking prototype


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [50cd9ce71ea4e115bc0d3ef078a2ec762570d65b]

INTEGRATION: CWS calcshare2 (1.10.76); FILE MERGED 2008/03/14 21:40:04 mav 1.10.76.1: #i85794# new file locking prototype


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a7ce0464c97b70b4dd88dcc018e798b0eca85936]

INTEGRATION: CWS calcshare2 (1.18.12); FILE MERGED 2008/03/14 21:40:03 mav 1.18.12.1: #i85794# new file locking prototype


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [799c9a00f80a3e2a6b589054b40a3e82ee800ee9]

INTEGRATION: CWS calcshare2 (1.2.8); FILE MERGED 2008/03/25 14:11:50 mav 1.2.8.2: #i85794# insert space only when required 2008/03/14 20:25:03 mav 1.2.8.1: #i85794# new file locking prototype


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [fbdf964b10b70e542476beed68567dcc40b9a179]

INTEGRATION: CWS calcshare2 (1.42.8); FILE MERGED 2008/03/14 20:25:03 mav 1.42.8.1: #i85794# new file locking prototype


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9c711f1a685e43489354af323c2aec302861ff12]

INTEGRATION: CWS calcshare2 (1.1.2); FILE ADDED 2008/04/15 07:08:51 rt 1.1.2.5: Udate license header 2008/03/31 13:09:34 mav 1.1.2.4: #i85794# workaround for automated testing 2008/03/25 14:11:50 mav 1.1.2.3: #i85794# insert space only when required 2008/03/16 13:19:40 mav 1.1.2.2: #i85794# remove unused variable 2008/03/14 20:25:40 mav 1.1.2.1: #i85794# new file locking prototype


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3307566b9936da86407a8b544f7d48fbd844df72]

INTEGRATION: CWS calcshare2 (1.152.8); FILE MERGED 2008/03/14 20:25:02 mav 1.152.8.1: #i85794# new file locking prototype


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [fac889874a8b89eb365729fa5e8b975cf0347bd2]

INTEGRATION: CWS calcshare2 (1.1.2); FILE ADDED 2008/04/15 07:08:51 rt 1.1.2.4: Udate license header 2008/03/31 13:09:34 mav 1.1.2.3: #i85794# workaround for automated testing 2008/03/29 14:50:28 mav 1.1.2.2: #i86677# fix recovery of shared documents 2008/03/14 20:25:29 mav 1.1.2.1: #i85794# new file locking prototype


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [66539ead418cb63185fd0a9daf4366e4f698fb6f]

INTEGRATION: CWS aqua11y01 (1.99.34); FILE MERGED 2008/03/12 12:16:48 obr 1.99.34.5: RESYNC: (1.104-1.106); FILE MERGED 2008/02/19 09:39:47 obr 1.99.34.4: RESYNC: (1.103-1.104); FILE MERGED 2008/01/23 09:34:52 obr 1.99.34.3: RESYNC: (1.100-1.103); FILE MERGED 2007/11/19 13:06:46 obr 1.99.34.2: RESYNC: (1.99-1.100); FILE MERGED 2007/10/23 09:21:34 fne 1.99.34.1: #i82877#


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [739d776c623afb9829754679353500b1ce78602c]

INTEGRATION: CWS aqua11y01 (1.74.32); FILE MERGED 2008/03/12 12:16:05 obr 1.74.32.2: RESYNC: (1.74-1.75); FILE MERGED 2008/02/19 21:53:23 obr 1.74.32.1: #i85830# check parent instead of child window for filtering


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c911280a41c42cbc822193e5e1f7734955cd4691]

INTEGRATION: CWS aqua11y01 (1.103.30); FILE MERGED 2008/03/13 08:36:03 obr 1.103.30.2: make argument of ChangeHighlight of type USHORT to be more consistant with other methods and to avoid conversion warnings 2008/03/11 14:48:14 fne 1.103.30.1: #i82877# make toolbox respond to focus changes through a11y


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7182b244b575f60dacc6e79ed0007a81f51541d9]

INTEGRATION: CWS aqua11y01 (1.25.80); FILE MERGED 2008/04/03 12:35:35 fne 1.25.80.1: #i87751# uninitialized values were leading to infinite loop if window could not be found


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6ac2a9711d3caf8c87d61e232313aaa162c2beed]

INTEGRATION: CWS aqua11y01 (1.61.40); FILE MERGED 2008/02/19 09:39:42 obr 1.61.40.3: RESYNC: (1.62-1.63); FILE MERGED 2008/01/23 09:34:46 obr 1.61.40.2: RESYNC: (1.61-1.62); FILE MERGED 2008/01/14 21:16:38 obr 1.61.40.1: #i82877# use dedicated subclass of vclxaccessiblecomponent for the listbox/combobox floater


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b89e12a88beaa4bb3f1c4d82e99197792e55da85]

INTEGRATION: CWS aqua11y01 (1.55.38); FILE MERGED 2008/03/12 12:15:50 obr 1.55.38.4: RESYNC: (1.58-1.59); FILE MERGED 2008/02/19 09:39:19 obr 1.55.38.3: RESYNC: (1.56-1.58); FILE MERGED 2008/01/23 09:34:43 obr 1.55.38.2: RESYNC: (1.55-1.56); FILE MERGED 2007/10/23 09:21:39 fne 1.55.38.1: #i82877#


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [70d1a02e071593febb772e369fe5dc0d832958d5]

INTEGRATION: CWS aqua11y01 (1.2.182); FILE MERGED 2008/03/13 08:36:02 obr 1.2.182.2: make argument of ChangeHighlight of type USHORT to be more consistant with other methods and to avoid conversion warnings 2008/03/11 14:48:14 fne 1.2.182.1: #i82877# make toolbox respond to focus changes through a11y


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [592668f5f4a366662d4a6ab398fb51b77f474a7f]

INTEGRATION: CWS aqua11y01 (1.2.80); FILE MERGED 2008/01/14 21:16:37 obr 1.2.80.1: #i82877# use dedicated subclass of vclxaccessiblecomponent for the listbox/combobox floater


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6e3ab46298fefcb31a5dce235fe29afab71a471b]

INTEGRATION: CWS aqua11y01 (1.2.18); FILE MERGED 2008/03/12 12:15:37 obr 1.2.18.7: RESYNC: (1.2-1.4); FILE MERGED 2008/02/22 09:39:42 fne 1.2.18.6: #i82877# last change was superfluent 2008/02/22 08:22:40 fne 1.2.18.5: #i82877# fix for floating windows 2008/02/19 12:17:30 obr 1.2.18.4: fixed a bunch of memory leaks 2008/02/15 07:55:40 obr 1.2.18.3: removed mpParent 2008/02/15 07:41:42 obr 1.2.18.2: objects now create a wrapper for their parent objects on demand 2008/01/23 11:55:02 obr 1.2.18.1: #i82877# moved modifications from salframe.[ch]xx here


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ea616c53c334f03af56be80d68009d76ff0d537e]

INTEGRATION: CWS aqua11y01 (1.53.8); FILE MERGED 2008/03/12 12:15:30 obr 1.53.8.12: RESYNC: (1.55-1.57); FILE MERGED 2008/02/18 06:08:55 obr 1.53.8.11: make sure the SalFrameView gets inserted to the wrapper repository early enough and make the listener objects own their wrappers 2008/01/23 09:34:36 obr 1.53.8.10: RESYNC: (1.53-1.55); FILE MERGED 2007/12/13 13:23:38 fne 1.53.8.9: #i82877# hit test for floating windows 2007/11/12 12:44:24 fne 1.53.8.8: #i82877# wrapper repository moved to factory as static methods 2007/11/12 12:33:04 fne 1.53.8.7: #i82877# wrapper repository moved to factory as static methods 2007/11/01 09:59:52 fne 1.53.8.6: #i82877# window attribute 2007/10/31 15:38:10 fne 1.53.8.5: #i82877# parent attribute 2007/10/29 15:43:22 fne 1.53.8.4: #i82877# store Reference instead of Pointer 2007/10/26 08:51:46 fne 1.53.8.3: #i82877# basic hierarchy 2007/10/26 08:04:38 fne 1.53.8.2: #i82877# basic hierarchy 2007/10/23 09:21:29 fne 1.53.8.1: #i82877#


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4bcca8c44615926e162aa6bdf77d1ccdb9b2ab8a]

INTEGRATION: CWS aqua11y01 (1.2.14); FILE MERGED 2008/02/19 22:05:16 obr 1.2.14.1: do not include NFS lock files


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6785edec03c894f001e7519b182fc89f1c057dba]

INTEGRATION: CWS aqua11y01 (1.40.8); FILE MERGED 2008/03/12 12:15:23 obr 1.40.8.4: RESYNC: (1.43-1.46); FILE MERGED 2008/02/19 09:39:12 obr 1.40.8.3: RESYNC: (1.42-1.43); FILE MERGED 2008/01/23 09:34:33 obr 1.40.8.2: RESYNC: (1.40-1.42); FILE MERGED 2008/01/03 11:48:04 fne 1.40.8.1: #i82877# activating NSAccessibility Logging when building with Debug


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f9d78d73a79b17c653f3c51a67dc76c2074ab2fe]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2007/11/29 14:11:38 fne 1.1.2.1: #i82877# subclassing depending on native role and some minor changes


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0d103fcb57999ddb66ecc435a7553a1d1a091809]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:40 rt 1.1.2.24: Update license header to LGPL 3. 2008/02/21 10:46:25 obr 1.1.2.23: keep a reference on the currently focused object (needed for transient object like table cells) 2008/02/15 07:41:41 obr 1.1.2.22: objects now create a wrapper for their parent objects on demand 2008/02/10 08:27:41 fne 1.1.2.21: #i82877# fixes for text areas 2008/02/04 11:08:24 fne 1.1.2.20: #i82877# generalized orientation attribute 2008/01/30 15:21:04 fne 1.1.2.19: #i82877# more parameterized attributes 2007/12/10 14:38:07 fne 1.1.2.18: #i82877# reporting available actions 2007/12/05 14:46:27 fne 1.1.2.17: #i82877# new wrappers for special roles 2007/12/04 15:12:46 fne 1.1.2.16: #i82877# wrapper for checkbox 2007/11/30 16:18:19 fne 1.1.2.15: #i82877# fixes for scrollarea and scrollbar 2007/11/29 14:11:39 fne 1.1.2.14: #i82877# subclassing depending on native role and some minor changes 2007/11/22 05:46:46 obr 1.1.2.13: #i82877# support for selectedChidren 2007/11/21 12:23:55 fne 1.1.2.12: #i82877# reflection when getting attribute values, setting some text attributes, minor changes 2007/11/19 10:02:44 fne 1.1.2.11: #i82877# wrapper for extended component 2007/11/16 14:19:12 obr 1.1.2.10: #i82877# title/selected children changed events 2007/11/16 12:45:32 fne 1.1.2.9: #i82877# some polishing, new component wrapper 2007/11/15 15:21:40 obr 1.1.2.8: #i82877# further focus tracking 2007/11/15 14:14:57 fne 1.1.2.7: #i82877# interface special behaviours are now done in static wrappers, new hierarchy helper class 2007/11/15 10:08:12 fne 1.1.2.6: #i82877# query interfaces during init, new role helper class 2007/11/14 14:45:57 obr 1.1.2.5: #i82877# initial support for notifications 2007/11/06 12:10:41 fne 1.1.2.4: #i82877# basic text wrapper and value attribute for text 2007/11/05 12:25:48 fne 1.1.2.3: #i82877# wrapper factory 2007/10/26 08:04:34 fne 1.1.2.2: #i82877# basic hierarchy 2007/10/23 09:21:50 fne 1.1.2.1: #i82877#


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [deae98f863520e9133fb08169fd9dede65380482]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:40 rt 1.1.2.3: Update license header to LGPL 3. 2007/11/16 14:19:12 obr 1.1.2.2: #i82877# title/selected children changed events 2007/11/15 15:21:40 obr 1.1.2.1: #i82877# further focus tracking


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b65a562f401c5190d5841d24cf582ca630e4d9b4]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:39 rt 1.1.2.3: Update license header to LGPL 3. 2007/11/16 14:19:12 obr 1.1.2.2: #i82877# title/selected children changed events 2007/11/15 15:21:40 obr 1.1.2.1: #i82877# further focus tracking


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [221680155501d628137780021766f73830ada4bb]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:39 rt 1.1.2.2: Update license header to LGPL 3. 2008/02/06 07:55:47 fne 1.1.2.1: #i82877# renamed cxx to mm


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9f56311256c15ee217900dc351d6743772c65779]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:39 rt 1.1.2.2: Update license header to LGPL 3. 2007/11/29 14:11:39 fne 1.1.2.1: #i82877# subclassing depending on native role and some minor changes


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [03814370297b3e3b38823cbf5c6db2c6f0255f85]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:39 rt 1.1.2.2: Update license header to LGPL 3. 2008/02/06 07:55:48 fne 1.1.2.1: #i82877# renamed cxx to mm


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [612ea23ebc871b335146d516950bfa49171f2193]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:39 rt 1.1.2.2: Update license header to LGPL 3. 2008/02/06 07:55:46 fne 1.1.2.1: #i82877# renamed cxx to mm


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3ed7c6dfe8734a0bec92edc9699e5966036f89c3]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:39 rt 1.1.2.4: Update license header to LGPL 3. 2007/12/04 15:02:27 fne 1.1.2.3: #i82877# filter title, not value 2007/11/29 16:10:47 fne 1.1.2.2: #i82877# minor improvments 2007/11/29 14:11:39 fne 1.1.2.1: #i82877# subclassing depending on native role and some minor changes


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [63bad54d68983ec46c1093cc343070fc801721cc]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:39 rt 1.1.2.2: Update license header to LGPL 3. 2008/02/04 11:08:23 fne 1.1.2.1: #i82877# generalized orientation attribute


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7c16cd0d32b0cbef47fa40da8aa66485dece5346]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:38 rt 1.1.2.2: Update license header to LGPL 3. 2008/02/04 11:08:23 fne 1.1.2.1: #i82877# generalized orientation attribute


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7d776ef27a78a8d4619752e289ea59eea7b086a9]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:38 rt 1.1.2.2: Update license header to LGPL 3. 2008/02/06 07:55:45 fne 1.1.2.1: #i82877# renamed cxx to mm


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4676b8a13b42396176633e315da3e0f803a70504]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:38 rt 1.1.2.3: Update license header to LGPL 3. 2008/02/04 11:08:24 fne 1.1.2.2: #i82877# generalized orientation attribute 2007/11/30 16:18:19 fne 1.1.2.1: #i82877# fixes for scrollarea and scrollbar


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c600e66d3aef55e6f48d0febca942be8f8e4fe90]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:38 rt 1.1.2.3: Update license header to LGPL 3. 2007/11/30 16:18:19 fne 1.1.2.2: #i82877# fixes for scrollarea and scrollbar 2007/11/29 14:11:39 fne 1.1.2.1: #i82877# subclassing depending on native role and some minor changes


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bec0fc8b8a7514695ee9063f839bec538e8dd727]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:38 rt 1.1.2.2: Update license header to LGPL 3. 2008/02/06 07:55:47 fne 1.1.2.1: #i82877# renamed cxx to mm


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c22bdbe08ff78ecbc79ce885945bf399cf5f7b2a]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:38 rt 1.1.2.3: Update license header to LGPL 3. 2007/12/06 15:29:52 fne 1.1.2.2: #i82877# minor changes 2007/12/05 14:46:27 fne 1.1.2.1: #i82877# new wrappers for special roles


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [008eb7047a538e29ddc11ff1a0878f4c48542852]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:38 rt 1.1.2.2: Update license header to LGPL 3. 2008/02/06 07:55:46 fne 1.1.2.1: #i82877# renamed cxx to mm


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [67974f4bcc391cf9cc1b1482daac8b5b36302032]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:38 rt 1.1.2.2: Update license header to LGPL 3. 2007/12/05 14:46:27 fne 1.1.2.1: #i82877# new wrappers for special roles


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [53edd61bc645b4ed98aff67232a175f98c688619]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:38 rt 1.1.2.3: Update license header to LGPL 3. 2008/02/15 07:41:41 obr 1.1.2.2: objects now create a wrapper for their parent objects on demand 2008/02/06 07:55:47 fne 1.1.2.1: #i82877# renamed cxx to mm


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bc2d3cfb3a70f2b80b535eca665e6180dcf2c44f]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:37 rt 1.1.2.2: Update license header to LGPL 3. 2007/12/05 14:46:27 fne 1.1.2.1: #i82877# new wrappers for special roles


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e3505ac3bce9ed4aa2fc67a7bc2d5b4b1c1afdd4]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:37 rt 1.1.2.2: Update license header to LGPL 3. 2008/02/04 11:08:23 fne 1.1.2.1: #i82877# generalized orientation attribute


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [645168f14b87a81a520952838512fd8f8b048323]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:37 rt 1.1.2.2: Update license header to LGPL 3. 2008/02/06 07:55:48 fne 1.1.2.1: #i82877# renamed cxx to mm


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ded8ac32ee380778c0912a6a8fb332c7664a42e3]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:37 rt 1.1.2.3: Update license header to LGPL 3. 2007/11/29 16:10:47 fne 1.1.2.2: #i82877# minor improvments 2007/11/29 14:11:39 fne 1.1.2.1: #i82877# subclassing depending on native role and some minor changes


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1c50bb8409744703c0c51f1ccd8567eccfff048d]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:37 rt 1.1.2.2: Update license header to LGPL 3. 2008/02/06 07:55:47 fne 1.1.2.1: #i82877# renamed cxx to mm


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0b2767b9e263deaf63aa6039446a8cd7d8d2de8c]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:37 rt 1.1.2.6: Update license header to LGPL 3. 2007/12/18 14:29:28 fne 1.1.2.5: #i82877# initial support for floating windows 2007/12/11 15:23:50 fne 1.1.2.4: #i82877# call actions 2007/11/30 09:25:08 fne 1.1.2.3: #i82877# fixes for comboboxes 2007/11/29 16:10:47 fne 1.1.2.2: #i82877# minor improvments 2007/11/29 14:11:39 fne 1.1.2.1: #i82877# subclassing depending on native role and some minor changes


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5f310583cb2fbacbb4bcbb7fea6e3f0ec08591d2]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:36 rt 1.1.2.2: Update license header to LGPL 3. 2007/12/04 15:12:47 fne 1.1.2.1: #i82877# wrapper for checkbox


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a889b717d9b611605232e2f28e596dc31666079e]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:36 rt 1.1.2.2: Update license header to LGPL 3. 2008/02/06 07:55:45 fne 1.1.2.1: #i82877# renamed cxx to mm


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5d1f718606ad1eabf33b483a3c4660da53e5cdb0]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:36 rt 1.1.2.4: Update license header to LGPL 3. 2007/12/10 14:38:07 fne 1.1.2.3: #i82877# reporting available actions 2007/12/03 10:30:58 fne 1.1.2.2: #i82877# moved action methods to button subclass 2007/11/29 14:11:38 fne 1.1.2.1: #i82877# subclassing depending on native role and some minor changes


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [76305bb8e036bf80c556bf98f881db8f28391cb7]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:36 rt 1.1.2.19: Update license header to LGPL 3. 2008/02/28 14:58:26 fne 1.1.2.18: #i82877# fix: do not manually hit test lists 2008/02/28 11:40:22 fne 1.1.2.17: #i82877# corrected relations label_for and labeled_by 2008/02/26 11:31:01 fne 1.1.2.16: #i82877# linkedUIElements attribute and some small fixes 2008/02/25 11:46:14 fne 1.1.2.15: #i82877# small fixes 2008/02/22 14:23:59 fne 1.1.2.14: #i82877# fix for floating windows mk2 2008/02/22 08:22:40 fne 1.1.2.13: #i82877# fix for floating windows 2008/02/21 20:07:01 fne 1.1.2.12: #i82877# redesigned hittest 2008/02/21 10:46:25 obr 1.1.2.11: keep a reference on the currently focused object (needed for transient object like table cells) 2008/02/21 05:50:48 obr 1.1.2.10: keep reference to hitChild for transient objects 2008/02/19 19:29:38 obr 1.1.2.9: release only when using factory directly 2008/02/19 12:17:29 obr 1.1.2.8: fixed a bunch of memory leaks 2008/02/18 22:43:04 obr 1.1.2.7: simulate focus notifications for active descendant changed events 2008/02/18 06:08:55 obr 1.1.2.6: make sure the SalFrameView gets inserted to the wrapper repository early enough and make the listener objects own their wrappers 2008/02/15 07:55:40 obr 1.1.2.5: removed mpParent 2008/02/15 07:41:41 obr 1.1.2.4: objects now create a wrapper for their parent objects on demand 2008/02/12 15:40:01 fne 1.1.2.3: #i82877# support for the following text attributes: fontname, fontsize, bold, italic, underline 2008/02/10 08:27:41 fne 1.1.2.2: #i82877# fixes for text areas 2008/02/06 07:55:46 fne 1.1.2.1: #i82877# renamed cxx to mm


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c80e54793be761f1518430393f5f258f32cc7c14]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:36 rt 1.1.2.2: Update license header to LGPL 3. 2008/02/06 07:55:46 fne 1.1.2.1: #i82877# renamed cxx to mm


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [49d67210d310a49a3bfdfa56a3e3ff8ab133a24b]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:36 rt 1.1.2.4: Update license header to LGPL 3. 2007/12/10 14:38:07 fne 1.1.2.3: #i82877# reporting available actions 2007/12/04 15:01:24 fne 1.1.2.2: #i82877# added min/max value 2007/11/30 16:18:19 fne 1.1.2.1: #i82877# fixes for scrollarea and scrollbar


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ecb76137383557d37d392bf28f33050d895a9b0f]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:36 rt 1.1.2.2: Update license header to LGPL 3. 2008/01/30 15:21:04 fne 1.1.2.1: #i82877# more parameterized attributes


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [198e1e543234bead360036684df1947227a5b068]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:35 rt 1.1.2.2: Update license header to LGPL 3. 2008/01/30 15:21:04 fne 1.1.2.1: #i82877# more parameterized attributes


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5da1993eab231af1d64b01c562234764658b8365]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:35 rt 1.1.2.5: Update license header to LGPL 3. 2008/02/13 12:20:09 fne 1.1.2.4: #i82877# fix for AXBoundsForRange 2008/02/12 15:40:01 fne 1.1.2.3: #i82877# support for the following text attributes: fontname, fontsize, bold, italic, underline 2008/02/10 08:27:41 fne 1.1.2.2: #i82877# fixes for text areas 2008/02/06 07:55:47 fne 1.1.2.1: #i82877# renamed cxx to mm


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a55dbb15d784919060e17fde58b861b17acf2c87]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:35 rt 1.1.2.13: Update license header to LGPL 3. 2008/02/01 14:37:17 fne 1.1.2.12: #i82877# deleted voiceover imitation 2008/01/31 12:52:27 fne 1.1.2.11: #i82877# new attributes 2008/01/30 15:21:04 fne 1.1.2.10: #i82877# more parameterized attributes 2008/01/29 14:33:56 fne 1.1.2.9: #i82877# disabled voiceover imitation and started true voiceover support for text components 2008/01/23 15:27:37 fne 1.1.2.8: #i82877# voiceover imitation regarding typing feedback word-wise 2008/01/22 15:54:14 fne 1.1.2.7: #i82877# further voiceover imitation 2008/01/16 14:46:17 fne 1.1.2.6: #i82877# initial support for contents of document 2007/11/29 14:11:39 fne 1.1.2.5: #i82877# subclassing depending on native role and some minor changes 2007/11/23 15:04:42 fne 1.1.2.4: #i82877# set attributes via reflection 2007/11/21 12:23:55 fne 1.1.2.3: #i82877# reflection when getting attribute values, setting some text attributes, minor changes 2007/11/16 14:08:06 fne 1.1.2.2: #i82877# some polishing, new component wrapper 2007/11/16 12:45:32 fne 1.1.2.1: #i82877# some polishing, new component wrapper


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [04777de96f0422cdc40e81ddc25c333770db470b]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:35 rt 1.1.2.7: Update license header to LGPL 3. 2008/04/03 15:11:10 fne 1.1.2.6: #i87817# dirty fix for now, should be adressed in svx 2008/02/18 15:10:59 fne 1.1.2.5: #i82877# small fix 2008/02/14 14:00:24 fne 1.1.2.4: #i82877# almost done with text attributes 2008/02/13 09:48:25 fne 1.1.2.3: #i82877# check for textattributes-interface to be present 2008/02/12 15:40:01 fne 1.1.2.2: #i82877# support for the following text attributes: fontname, fontsize, bold, italic, underline 2008/02/10 08:27:41 fne 1.1.2.1: #i82877# fixes for text areas


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f475c90e904531d6698ba9ac5cb52bcdbfa0ffd7]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:35 rt 1.1.2.3: Update license header to LGPL 3. 2008/02/12 15:40:01 fne 1.1.2.2: #i82877# support for the following text attributes: fontname, fontsize, bold, italic, underline 2008/02/10 08:27:41 fne 1.1.2.1: #i82877# fixes for text areas


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bed8c7ccd7dd6aafa282032059cdffd39d9ec94a]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:35 rt 1.1.2.4: Update license header to LGPL 3. 2008/02/19 12:17:29 obr 1.1.2.3: fixed a bunch of memory leaks 2008/02/15 07:41:41 obr 1.1.2.2: objects now create a wrapper for their parent objects on demand 2008/02/06 07:55:46 fne 1.1.2.1: #i82877# renamed cxx to mm


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ef15eb1c085e53bcce04f985c14fde3f73b7ff7c]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:35 rt 1.1.2.2: Update license header to LGPL 3. 2007/11/16 12:45:32 fne 1.1.2.1: #i82877# some polishing, new component wrapper


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f68d64b8fccff070ddc64257946c07124bc0a4c9]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:35 rt 1.1.2.2: Update license header to LGPL 3. 2008/02/06 07:55:45 fne 1.1.2.1: #i82877# renamed cxx to mm


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [fe25a412632a27f9abad932aa529526304b20156]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:35 rt 1.1.2.3: Update license header to LGPL 3. 2007/11/23 15:04:42 fne 1.1.2.2: #i82877# set attributes via reflection 2007/11/22 05:47:15 obr 1.1.2.1: #i82877# support for selectedChidren


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d94dd9938425a81cef3fc98e841fc78eb0fdb431]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:34 rt 1.1.2.6: Update license header to LGPL 3. 2008/03/04 10:05:06 fne 1.1.2.5: #i82877# TOGGLE_BUTTONS is now reported as a checkbox, so VO does read the status (checked or unchecked) 2008/02/28 11:39:23 fne 1.1.2.4: #i82877# fixed potential infinite loop 2008/02/19 12:17:28 obr 1.1.2.3: fixed a bunch of memory leaks 2008/02/10 08:27:41 fne 1.1.2.2: #i82877# fixes for text areas 2008/02/06 07:55:47 fne 1.1.2.1: #i82877# renamed cxx to mm


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c656143e1586c23aecbe4a963b60fee11241b459]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:34 rt 1.1.2.4: Update license header to LGPL 3. 2008/01/04 16:30:05 fne 1.1.2.3: #i82877# fix for tree 2007/12/05 14:46:27 fne 1.1.2.2: #i82877# new wrappers for special roles 2007/11/16 12:45:32 fne 1.1.2.1: #i82877# some polishing, new component wrapper


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [396129cd95424a7df5df8bc17e3ea133072bc7b5]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:34 rt 1.1.2.17: Update license header to LGPL 3. 2008/02/25 11:46:14 fne 1.1.2.16: #i82877# small fixes 2008/02/19 12:13:19 fne 1.1.2.15: #i82877# notification for caret movement in calc 2008/02/18 22:43:03 obr 1.1.2.14: simulate focus notifications for active descendant changed events 2008/02/18 06:08:55 obr 1.1.2.13: make sure the SalFrameView gets inserted to the wrapper repository early enough and make the listener objects own their wrappers 2008/02/04 14:34:40 fne 1.1.2.12: #i82877# remove wrapper when the corresponding uno ui element is destroyed 2008/02/01 14:37:17 fne 1.1.2.11: #i82877# deleted voiceover imitation 2008/01/31 12:51:22 fne 1.1.2.10: #i82877# send notification when caret moves 2008/01/29 14:33:56 fne 1.1.2.9: #i82877# disabled voiceover imitation and started true voiceover support for text components 2008/01/28 09:20:33 fne 1.1.2.8: #i82877# minor fix 2008/01/24 14:01:31 fne 1.1.2.7: #i82877# voiceover imitation only when voiceover is actually running 2008/01/23 15:27:37 fne 1.1.2.6: #i82877# voiceover imitation regarding typing feedback word-wise 2008/01/22 15:54:14 fne 1.1.2.5: #i82877# further voiceover imitation 2008/01/18 14:05:08 fne 1.1.2.4: #i82877# enhanced text speaking 2008/01/17 14:05:57 fne 1.1.2.3: #i82877# speak typed character 2008/01/16 14:46:16 fne 1.1.2.2: #i82877# initial support for contents of document 2007/11/16 14:19:12 obr 1.1.2.1: #i82877# title/selected children changed events


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [fa7f22dccbf122f0d4288539cfdd0c5bc16eff84]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:34 rt 1.1.2.6: Update license header to LGPL 3. 2008/02/21 10:46:25 obr 1.1.2.5: keep a reference on the currently focused object (needed for transient object like table cells) 2008/02/19 12:17:28 obr 1.1.2.4: fixed a bunch of memory leaks 2007/11/16 14:19:12 obr 1.1.2.3: #i82877# title/selected children changed events 2007/11/15 15:21:40 obr 1.1.2.2: #i82877# further focus tracking 2007/11/14 14:45:57 obr 1.1.2.1: #i82877# initial support for notifications


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5acd03f841cd88874d962898ed506297b643fed6]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:34 rt 1.1.2.2: Update license header to LGPL 3. 2008/02/21 10:46:25 obr 1.1.2.1: keep a reference on the currently focused object (needed for transient object like table cells)


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4842379e005f6fa9f124ad09922990855844c9ce]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:34 rt 1.1.2.2: Update license header to LGPL 3. 2008/02/21 10:46:24 obr 1.1.2.1: keep a reference on the currently focused object (needed for transient object like table cells)


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [fbd0d6ef583f8ae7c4fefa0da72291b2d82fc921]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:34 rt 1.1.2.7: Update license header to LGPL 3. 2008/02/21 10:46:24 obr 1.1.2.6: keep a reference on the currently focused object (needed for transient object like table cells) 2008/02/19 12:17:28 obr 1.1.2.5: fixed a bunch of memory leaks 2008/02/18 06:08:55 obr 1.1.2.4: make sure the SalFrameView gets inserted to the wrapper repository early enough and make the listener objects own their wrappers 2008/02/15 07:46:15 fne 1.1.2.3: #i82877# do not store wrapper for transient objects in the dictionary 2008/02/14 15:43:38 fne 1.1.2.2: #i82877# debug code 2008/02/06 07:55:48 fne 1.1.2.1: #i82877# renamed cxx to mm


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0a68aa4a9a50db92efb9bccb997bb718f88b9f96]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:34 rt 1.1.2.3: Update license header to LGPL 3. 2008/03/12 12:27:41 fne 1.1.2.2: #i82877# make toolbox respond to focus changes through a11y, fix for comboboxes 2008/02/06 07:55:46 fne 1.1.2.1: #i82877# renamed cxx to mm


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [964b3ae04ac673fd55f065aa4ccb1bde58f22b7d]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:34 rt 1.1.2.5: Update license header to LGPL 3. 2007/11/23 15:04:42 fne 1.1.2.4: #i82877# set attributes via reflection 2007/11/21 12:23:55 fne 1.1.2.3: #i82877# reflection when getting attribute values, setting some text attributes, minor changes 2007/11/16 14:08:06 fne 1.1.2.2: #i82877# some polishing, new component wrapper 2007/11/16 12:45:32 fne 1.1.2.1: #i82877# some polishing, new component wrapper


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1f47f63362f4d9f167c16298656ff79a1cc28e6a]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:34 rt 1.1.2.3: Update license header to LGPL 3. 2008/02/10 08:27:41 fne 1.1.2.2: #i82877# fixes for text areas 2008/02/06 07:55:46 fne 1.1.2.1: #i82877# renamed cxx to mm


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [db73989c334fbc0f712d495cbb43b301d18c4efd]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 07:58:33 rt 1.1.2.3: Update license header to LGPL 3. 2007/12/11 15:23:50 fne 1.1.2.2: #i82877# call actions 2007/12/10 14:38:07 fne 1.1.2.1: #i82877# reporting available actions


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ef9e6b43f3b234ed83e3e239373ff2add31130bc]

INTEGRATION: CWS aqua11y01 (1.2.18); FILE MERGED 2008/03/12 12:15:15 obr 1.2.18.3: RESYNC: (1.2-1.3); FILE MERGED 2008/02/15 07:41:41 obr 1.2.18.2: objects now create a wrapper for their parent objects on demand 2008/01/23 11:55:02 obr 1.2.18.1: #i82877# moved modifications from salframe.[ch]xx here


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b37168cf798c1d1dfce6a336e4abe9c7fbbbcab9]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 08:08:54 rt 1.1.2.2: Update license header to LGPL 3. 2007/11/15 15:21:40 obr 1.1.2.1: #i82877# further focus tracking


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f409f66502180c665e42c94217a3f8bb46998424]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 08:08:54 rt 1.1.2.31: Update license header to LGPL 3. 2008/02/21 20:07:01 fne 1.1.2.30: #i82877# redesigned hittest 2008/02/18 06:08:55 obr 1.1.2.29: make sure the SalFrameView gets inserted to the wrapper repository early enough and make the listener objects own their wrappers 2008/02/15 07:55:40 obr 1.1.2.28: removed mpParent 2008/02/15 07:41:41 obr 1.1.2.27: objects now create a wrapper for their parent objects on demand 2008/02/12 15:40:01 fne 1.1.2.26: #i82877# support for the following text attributes: fontname, fontsize, bold, italic, underline 2008/02/10 08:27:41 fne 1.1.2.25: #i82877# fixes for text areas 2008/02/04 14:34:40 fne 1.1.2.24: #i82877# remove wrapper when the corresponding uno ui element is destroyed 2008/02/04 11:08:24 fne 1.1.2.23: #i82877# generalized orientation attribute 2007/12/11 15:23:50 fne 1.1.2.22: #i82877# call actions 2007/12/10 14:38:07 fne 1.1.2.21: #i82877# reporting available actions 2007/12/03 10:30:59 fne 1.1.2.20: #i82877# moved action methods to button subclass 2007/11/30 16:18:19 fne 1.1.2.19: #i82877# fixes for scrollarea and scrollbar 2007/11/30 09:25:08 fne 1.1.2.18: #i82877# fixes for comboboxes 2007/11/29 16:10:48 fne 1.1.2.17: #i82877# minor improvments 2007/11/29 14:11:39 fne 1.1.2.16: #i82877# subclassing depending on native role and some minor changes 2007/11/22 05:46:45 obr 1.1.2.15: #i82877# support for selectedChidren 2007/11/21 12:23:55 fne 1.1.2.14: #i82877# reflection when getting attribute values, setting some text attributes, minor changes 2007/11/15 14:14:57 fne 1.1.2.13: #i82877# interface special behaviours are now done in static wrappers, new hierarchy helper class 2007/11/15 10:08:11 fne 1.1.2.12: #i82877# query interfaces during init, new role helper class 2007/11/14 13:47:55 fne 1.1.2.11: #i82877# description and help attribute 2007/11/12 12:33:04 fne 1.1.2.10: #i82877# wrapper repository moved to factory as static methods 2007/11/08 15:23:58 fne 1.1.2.9: #i82877# some minor changes and reorganisations 2007/11/06 12:10:46 fne 1.1.2.8: #i82877# basic text wrapper and value attribute for text 2007/11/05 15:53:49 fne 1.1.2.7: #i82877# filter visible cells in tables 2007/11/01 14:07:37 fne 1.1.2.6: #i82877# size attribute 2007/11/01 10:00:01 fne 1.1.2.5: #i82877# window attribute 2007/10/31 16:11:19 fne 1.1.2.4: #i82877# parent attribute 2007/10/31 15:38:19 fne 1.1.2.3: #i82877# parent attribute 2007/10/29 15:43:34 fne 1.1.2.2: #i82877# store Reference instead of Pointer 2007/10/26 08:04:43 fne 1.1.2.1: #i82877# basic hierarchy


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ce8b204856ab60e52e763a5e0c7ace2ee1550165]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 08:08:54 rt 1.1.2.4: Update license header to LGPL 3. 2008/02/18 22:43:03 obr 1.1.2.3: simulate focus notifications for active descendant changed events 2008/02/18 06:08:55 obr 1.1.2.2: make sure the SalFrameView gets inserted to the wrapper repository early enough and make the listener objects own their wrappers 2008/02/04 14:34:40 fne 1.1.2.1: #i82877# remove wrapper when the corresponding uno ui element is destroyed


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a12e8f147a3e18444b05318d8528243101a72606]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 08:08:54 rt 1.1.2.4: Update license header to LGPL 3. 2007/11/16 14:19:12 obr 1.1.2.3: #i82877# title/selected children changed events 2007/11/15 15:21:40 obr 1.1.2.2: #i82877# further focus tracking 2007/11/14 14:45:57 obr 1.1.2.1: #i82877# initial support for notifications


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [413ad8f77ff44420410ca4ec12f1e74c205e020f]

INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 08:08:53 rt 1.1.2.10: Update license header to LGPL 3. 2008/02/18 06:08:55 obr 1.1.2.9: make sure the SalFrameView gets inserted to the wrapper repository early enough and make the listener objects own their wrappers 2008/02/04 14:34:40 fne 1.1.2.8: #i82877# remove wrapper when the corresponding uno ui element is destroyed 2007/11/22 05:46:45 obr 1.1.2.7: #i82877# support for selectedChidren 2007/11/13 09:29:04 fne 1.1.2.6: #i82877# new method in factory for checking if wrapper exists 2007/11/13 09:14:47 fne 1.1.2.5: #i82877# new method in factory existsWrapper 2007/11/12 13:17:55 fne 1.1.2.4: #i82877# cleanup in interface 2007/11/12 12:44:24 fne 1.1.2.3: #i82877# wrapper repository moved to factory as static methods 2007/11/12 12:33:04 fne 1.1.2.2: #i82877# wrapper repository moved to factory as static methods 2007/11/05 12:25:53 fne 1.1.2.1: #i82877# wrapper factory


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [692d9503822fb8c3b33fc6706f2c2461cd7899e9]

INTEGRATION: CWS aqua11y01 (1.8.76); FILE MERGED 2008/02/27 09:21:43 fne 1.8.76.2: #i82877# small fix 2008/02/26 10:47:55 fne 1.8.76.1: #i82877# fixed problem with getRelationByType


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c0d30ebda5d7f621bda2b502da519e94d4beb5f9]

INTEGRATION: CWS sb86 (1.37.80); FILE MERGED 2008/03/26 12:05:34 sb 1.37.80.1: #i80134# accept netbios names in addition to host names when smart-parsing unc paths


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [83f94e61aba6c3a445d8ebf01d9bba2e3f00a8e9]

INTEGRATION: CWS sb86 (1.61.24); FILE MERGED 2008/03/26 12:05:33 sb 1.61.24.1: #i80134# accept netbios names in addition to host names when smart-parsing unc paths


2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [80e1d53b18ab1f70b219585b46858aab9de7c850]

INTEGRATION: CWS reglater3_DEV300 (1.5.378.1.4); FILE MERGED 2008/04/02 18:15:31 pb 1.5.378.1.4.1: fix: #155679# consider ReminderDate == 'Patch'


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ba8f7f0d51adaf62c5c3ceb9f831c2302d983be0]

INTEGRATION: CWS changefileheader (1.8.28); FILE MERGED 2008/03/31 12:49:59 rt 1.8.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8573748bea17abd0696448e699f41d55aab3a1a3]

INTEGRATION: CWS changefileheader (1.3.48); FILE MERGED 2008/03/31 12:49:59 rt 1.3.48.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3bdd003012a0802df59fe67c1af3bc9f4cf4d49]

INTEGRATION: CWS changefileheader (1.5.4); FILE MERGED 2008/03/31 12:49:59 rt 1.5.4.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c3a9113f5747e31986bef68b8fe935c8e9f1324d]

INTEGRATION: CWS changefileheader (1.22.2); FILE MERGED 2008/03/31 12:49:59 rt 1.22.2.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d9ca7425494efe3fefa6be8aed3da4504fa36293]

INTEGRATION: CWS changefileheader (1.8.14); FILE MERGED 2008/04/01 15:41:35 thb 1.8.14.3: #i85898# Stripping all external header guards 2008/04/01 12:41:28 thb 1.8.14.2: #i85898# Stripping all external header guards 2008/03/31 12:49:59 rt 1.8.14.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [be3eca9a9491c1b354dfd5da67387845f8776590]

INTEGRATION: CWS changefileheader (1.10.14); FILE MERGED 2008/04/01 12:41:28 thb 1.10.14.2: #i85898# Stripping all external header guards 2008/03/31 12:49:59 rt 1.10.14.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7545fb3070f170945819046190a69f231822d34c]

INTEGRATION: CWS changefileheader (1.6.66); FILE MERGED 2008/04/01 15:41:35 thb 1.6.66.3: #i85898# Stripping all external header guards 2008/04/01 12:41:27 thb 1.6.66.2: #i85898# Stripping all external header guards 2008/03/31 12:49:59 rt 1.6.66.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dd6d6ac839c06dfafe26625583930d6443d74ec4]

INTEGRATION: CWS changefileheader (1.5.90); FILE MERGED 2008/03/31 12:49:58 rt 1.5.90.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3f46115a9079e25a304df6c54d3699253cce50db]

INTEGRATION: CWS changefileheader (1.4.28); FILE MERGED 2008/04/01 15:41:35 thb 1.4.28.3: #i85898# Stripping all external header guards 2008/04/01 12:41:27 thb 1.4.28.2: #i85898# Stripping all external header guards 2008/03/31 12:49:58 rt 1.4.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [535c2578178451d58efd7b4397dc6ce8fd0cc575]

INTEGRATION: CWS changefileheader (1.7.66); FILE MERGED 2008/04/01 15:41:34 thb 1.7.66.3: #i85898# Stripping all external header guards 2008/04/01 12:41:27 thb 1.7.66.2: #i85898# Stripping all external header guards 2008/03/31 12:49:58 rt 1.7.66.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [57b1a91acb74464c621137e6409c668f91555d1a]

INTEGRATION: CWS changefileheader (1.95.28); FILE MERGED 2008/04/01 15:41:34 thb 1.95.28.3: #i85898# Stripping all external header guards 2008/04/01 12:41:27 thb 1.95.28.2: #i85898# Stripping all external header guards 2008/03/31 12:49:58 rt 1.95.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6bae21bb007ce4ff5459d296437c43c50427fc72]

INTEGRATION: CWS changefileheader (1.7.28); FILE MERGED 2008/03/31 12:49:58 rt 1.7.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da9057dfb70c4ac956b4931819bed5d586fe1ead]

INTEGRATION: CWS changefileheader (1.49.20); FILE MERGED 2008/04/01 15:41:34 thb 1.49.20.3: #i85898# Stripping all external header guards 2008/04/01 12:41:27 thb 1.49.20.2: #i85898# Stripping all external header guards 2008/03/31 12:49:58 rt 1.49.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5ca790348b5c929367d50137cf7f8b074c65c5f1]

INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/31 12:49:58 rt 1.3.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d53d1c81329d79178ae9aa5f2ac748be02f274e]

INTEGRATION: CWS changefileheader (1.10.66); FILE MERGED 2008/03/31 12:49:58 rt 1.10.66.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea1182f4ba6dc6fa480477453e10ecd64017816c]

INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED 2008/03/31 12:49:58 rt 1.4.92.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ac680648efb0fbc737b5e2813547651231cada88]

INTEGRATION: CWS changefileheader (1.10.64); FILE MERGED 2008/03/31 12:49:58 rt 1.10.64.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4930f4cb665e07ffa37548366269b225e333a706]

INTEGRATION: CWS changefileheader (1.3.118); FILE MERGED 2008/04/01 15:41:34 thb 1.3.118.3: #i85898# Stripping all external header guards 2008/04/01 12:41:27 thb 1.3.118.2: #i85898# Stripping all external header guards 2008/03/31 12:49:58 rt 1.3.118.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d59f9fb1e87fe0afd45d49d13987863a141829c]

INTEGRATION: CWS changefileheader (1.6.66); FILE MERGED 2008/04/01 15:41:34 thb 1.6.66.2: #i85898# Stripping all external header guards 2008/03/31 12:49:58 rt 1.6.66.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c59c5b8c73a4100badc9265ac6231bbd3e862b97]

INTEGRATION: CWS changefileheader (1.5.118); FILE MERGED 2008/03/31 12:49:58 rt 1.5.118.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9c63b98a46290bb47e2b99001c79765ca11fc14d]

INTEGRATION: CWS changefileheader (1.10.12); FILE MERGED 2008/03/31 12:49:58 rt 1.10.12.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d48eea9121e41f186c1834dce6df2919dc6cd577]

INTEGRATION: CWS changefileheader (1.3.118); FILE MERGED 2008/04/01 12:41:27 thb 1.3.118.2: #i85898# Stripping all external header guards 2008/03/31 12:49:58 rt 1.3.118.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee35a88654568abd92c41728cf5f972773f45246]

INTEGRATION: CWS changefileheader (1.11.14); FILE MERGED 2008/03/31 12:49:58 rt 1.11.14.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e724446a11ae51bab1f470f44043291abab165a]

INTEGRATION: CWS changefileheader (1.6.118); FILE MERGED 2008/04/01 15:41:34 thb 1.6.118.3: #i85898# Stripping all external header guards 2008/04/01 12:41:27 thb 1.6.118.2: #i85898# Stripping all external header guards 2008/03/31 12:49:58 rt 1.6.118.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b61cfff2c09323ac85004ecf14c3069981dd15c]

INTEGRATION: CWS changefileheader (1.12.22); FILE MERGED 2008/04/01 15:41:33 thb 1.12.22.2: #i85898# Stripping all external header guards 2008/03/31 12:49:58 rt 1.12.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6511d1ab48f82907f6920b1b6b653ad640b86b16]

INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/03/31 12:49:58 rt 1.5.66.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [91ead964bf2a5f3961ec9a496674ddb432e63c66]

INTEGRATION: CWS changefileheader (1.17.40); FILE MERGED 2008/04/01 15:41:33 thb 1.17.40.2: #i85898# Stripping all external header guards 2008/03/31 12:49:58 rt 1.17.40.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ef183fc77ffdce67048f3e8c404c86a8cf1626d4]

INTEGRATION: CWS changefileheader (1.11.80); FILE MERGED 2008/03/31 12:49:58 rt 1.11.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8fcd7fd56364692467b9065d332269fef3fe55a8]

INTEGRATION: CWS changefileheader (1.8.28); FILE MERGED 2008/03/31 12:49:57 rt 1.8.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3232b1ab0d8822a3cdb024d6b9ea1904f95c1a85]

INTEGRATION: CWS changefileheader (1.8.90); FILE MERGED 2008/03/31 12:49:57 rt 1.8.90.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bccdc32d10fe04d3b24dfafe8dc47bdba66e84ab]

INTEGRATION: CWS changefileheader (1.23.28); FILE MERGED 2008/04/01 15:41:33 thb 1.23.28.3: #i85898# Stripping all external header guards 2008/04/01 12:41:26 thb 1.23.28.2: #i85898# Stripping all external header guards 2008/03/31 12:49:57 rt 1.23.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b385fa74c71efb3baba6370cc2928d97b56ad57]

INTEGRATION: CWS changefileheader (1.10.28); FILE MERGED 2008/04/01 15:41:33 thb 1.10.28.2: #i85898# Stripping all external header guards 2008/03/31 12:49:57 rt 1.10.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [505a2d5ae3941e195160109b221158eb1d44ad85]

INTEGRATION: CWS changefileheader (1.12.28); FILE MERGED 2008/04/01 15:41:33 thb 1.12.28.3: #i85898# Stripping all external header guards 2008/04/01 12:41:26 thb 1.12.28.2: #i85898# Stripping all external header guards 2008/03/31 12:49:57 rt 1.12.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [78e57670933a0159ae9a283dfd605d408442cc5c]

INTEGRATION: CWS changefileheader (1.42.28); FILE MERGED 2008/04/01 15:41:33 thb 1.42.28.3: #i85898# Stripping all external header guards 2008/04/01 12:41:26 thb 1.42.28.2: #i85898# Stripping all external header guards 2008/03/31 12:49:57 rt 1.42.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7485367c9b79a2e8b06a92b7e492992acc4c7d5e]

INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/03/31 12:49:57 rt 1.2.14.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [33738c2955e33a4ca9e4d057a80853549982034a]

INTEGRATION: CWS changefileheader (1.4.2); FILE MERGED 2008/04/01 15:41:32 thb 1.4.2.3: #i85898# Stripping all external header guards 2008/04/01 12:41:26 thb 1.4.2.2: #i85898# Stripping all external header guards 2008/03/31 12:49:57 rt 1.4.2.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [29f56b6ae5338261be5a916d0495c29bdee17167]

INTEGRATION: CWS changefileheader (1.2.42); FILE MERGED 2008/03/31 12:49:57 rt 1.2.42.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [868824a3d9570204572d42659c56fd01793f17fa]

INTEGRATION: CWS changefileheader (1.3.118); FILE MERGED 2008/04/01 15:41:32 thb 1.3.118.2: #i85898# Stripping all external header guards 2008/03/31 12:49:57 rt 1.3.118.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [30a96a04c921e4f2d527fcf446f4056a3667a5f1]

INTEGRATION: CWS changefileheader (1.2.42); FILE MERGED 2008/04/01 12:41:26 thb 1.2.42.2: #i85898# Stripping all external header guards 2008/03/31 12:49:57 rt 1.2.42.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5df8ce9c254fac724a23c915247f32def488fcda]

INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/04/01 12:41:26 thb 1.3.22.2: #i85898# Stripping all external header guards 2008/03/31 12:49:56 rt 1.3.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2b550cf681fcab21fd0f60cb61b1b5a5a40a0dde]

INTEGRATION: CWS changefileheader (1.2.42); FILE MERGED 2008/04/01 12:41:26 thb 1.2.42.2: #i85898# Stripping all external header guards 2008/03/31 12:49:56 rt 1.2.42.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0f8cf4bdddc17e34ea1d9051bc31bf4d821598f1]

INTEGRATION: CWS changefileheader (1.2.42); FILE MERGED 2008/04/01 15:41:32 thb 1.2.42.3: #i85898# Stripping all external header guards 2008/04/01 12:41:26 thb 1.2.42.2: #i85898# Stripping all external header guards 2008/03/31 12:49:56 rt 1.2.42.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c539b01c8eb6f813251bd5f0cb123fe1e2a976a6]

INTEGRATION: CWS changefileheader (1.2.66); FILE MERGED 2008/03/31 12:49:56 rt 1.2.66.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [402ea89179ddc0362fb7d80aad4c81faf90c6d4b]

INTEGRATION: CWS changefileheader (1.4.118); FILE MERGED 2008/04/01 15:41:32 thb 1.4.118.3: #i85898# Stripping all external header guards 2008/04/01 12:41:25 thb 1.4.118.2: #i85898# Stripping all external header guards 2008/03/31 12:49:56 rt 1.4.118.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a3dfb7418f3b806fd332d634c72bb215988a9b7e]

INTEGRATION: CWS changefileheader (1.26.36); FILE MERGED 2008/04/01 15:41:32 thb 1.26.36.3: #i85898# Stripping all external header guards 2008/04/01 12:41:25 thb 1.26.36.2: #i85898# Stripping all external header guards 2008/03/31 12:49:56 rt 1.26.36.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0e8bbf107d02980605e8bf9893991c077b1d5a88]

INTEGRATION: CWS changefileheader (1.2.60); FILE MERGED 2008/03/31 12:49:56 rt 1.2.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2d4332ddafafe1e7aa27378d014fbd17fd45d37]

INTEGRATION: CWS changefileheader (1.3.116); FILE MERGED 2008/04/01 15:41:31 thb 1.3.116.3: #i85898# Stripping all external header guards 2008/04/01 12:41:25 thb 1.3.116.2: #i85898# Stripping all external header guards 2008/03/31 12:49:56 rt 1.3.116.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8a88a9fb650bd48b63706719219ed9af6269e89a]

INTEGRATION: CWS changefileheader (1.12.118); FILE MERGED 2008/03/31 12:49:56 rt 1.12.118.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5ef03e8de9a48101e7e3271eb403b5275363813a]

INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/04/01 15:41:31 thb 1.3.80.2: #i85898# Stripping all external header guards 2008/03/31 12:49:56 rt 1.3.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dacd07ae0bb1b84f057bb5382367399e851924f0]

INTEGRATION: CWS changefileheader (1.2.118); FILE MERGED 2008/03/31 12:49:56 rt 1.2.118.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6b61c46cce78272efbd9fc9c9094635d010b97fc]

INTEGRATION: CWS changefileheader (1.37.84); FILE MERGED 2008/04/01 16:01:35 thb 1.37.84.3: #i85898# Stripping all external header guards 2008/04/01 12:57:30 thb 1.37.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:36 rt 1.37.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [041b6aef26575bde654de82e732bfc9cfda01fcc]

INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/03/28 15:41:35 rt 1.4.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [988be42010eea9954b89b10dae4aa9d36a5a20c3]

INTEGRATION: CWS changefileheader (1.6.58); FILE MERGED 2008/03/28 15:41:35 rt 1.6.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e6b1dfe48e80507e3b4582dbee2637e2bd1ecdf]

INTEGRATION: CWS changefileheader (1.9.124); FILE MERGED 2008/03/28 15:41:35 rt 1.9.124.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [531945da36071b4705f5d00228c2d3bf0185d497]

INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/28 15:41:35 rt 1.5.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [30eef569a9e4bc57409d3c0d0dea5a9e036dee3a]

INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/03/28 15:41:35 rt 1.2.292.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [60b414491bfcbd17a77b861f32a95450c550aa50]

INTEGRATION: CWS changefileheader (1.4.180); FILE MERGED 2008/03/28 15:41:35 rt 1.4.180.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3883634c418acd96c6e9ba6721e4bb786360bbc7]

INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/04/01 16:01:34 thb 1.4.84.3: #i85898# Stripping all external header guards 2008/04/01 12:57:30 thb 1.4.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:35 rt 1.4.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [61c7895e09de290aa5950548e000c68a35ade726]

INTEGRATION: CWS changefileheader (1.3.136); FILE MERGED 2008/03/28 15:41:34 rt 1.3.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [41e36f45bfc81db87b766b79424fdf565dc39c70]

INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/04/01 12:57:30 thb 1.5.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:34 rt 1.5.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [318af3b4a1f01612c5bd6aa25b8cadaaedead3bb]

INTEGRATION: CWS changefileheader (1.6.136); FILE MERGED 2008/03/28 15:41:34 rt 1.6.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [41d732c6bf0112a7d89060c6aca5e85d0d4592e0]

INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/03/28 15:41:33 rt 1.4.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8bb6f5d0848c593fa10afff290bac6e5446849b5]

INTEGRATION: CWS changefileheader (1.3.84); FILE MERGED 2008/04/01 12:57:29 thb 1.3.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:33 rt 1.3.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0ee56cb76dc0a315c958d77278adbca4a5509693]

INTEGRATION: CWS changefileheader (1.3.220); FILE MERGED 2008/03/28 15:41:33 rt 1.3.220.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4be6dc9c1a8d7fa3e513fb21175451fe5e0322c5]

INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/03/28 15:41:33 rt 1.2.292.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [11bfca17030a97fcbf3935b89d82822b7da57c76]

INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/04/01 12:57:29 thb 1.5.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:33 rt 1.5.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d5aae1e5effcb675adf87316ab145c50d11dc42b]

INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 15:41:32 rt 1.3.292.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f04fdf76248f4f390e0a689aa4e394a3aaf215e9]

INTEGRATION: CWS changefileheader (1.25.2); FILE MERGED 2008/03/28 15:41:32 rt 1.25.2.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8d4999a6ed7aebef0ec7b4ef7f78d5027b20b52f]

INTEGRATION: CWS changefileheader (1.4.120); FILE MERGED 2008/04/01 12:57:29 thb 1.4.120.2: #i85898# Stripping all external header guards 2008/03/28 15:41:32 rt 1.4.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [073d5e6bb257f909a899d52905d0248f248b126f]

INTEGRATION: CWS changefileheader (1.4.136); FILE MERGED 2008/03/28 15:41:32 rt 1.4.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aec732de572b013ab95b1e301bdc62fda2628b00]

INTEGRATION: CWS changefileheader (1.2.84); FILE MERGED 2008/03/28 15:41:31 rt 1.2.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [73d99b82d2c83d77b1cc5292fffdf91989b4aac4]

INTEGRATION: CWS changefileheader (1.10.84); FILE MERGED 2008/04/01 16:01:34 thb 1.10.84.3: #i85898# Stripping all external header guards 2008/04/01 12:57:29 thb 1.10.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:31 rt 1.10.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7873b8a8cd3de026e0cacec142c3f6d7ab394155]

INTEGRATION: CWS changefileheader (1.5.136); FILE MERGED 2008/03/28 15:41:31 rt 1.5.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [88a03e997e77527258054bc46e5c182a739fa42e]

INTEGRATION: CWS changefileheader (1.8.6); FILE MERGED 2008/04/01 16:01:34 thb 1.8.6.3: #i85898# Stripping all external header guards 2008/04/01 12:57:29 thb 1.8.6.2: #i85898# Stripping all external header guards 2008/03/28 15:41:30 rt 1.8.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3551ec87291dad19dc68c3df7f8a92d6f4a0779a]

INTEGRATION: CWS changefileheader (1.5.136); FILE MERGED 2008/03/28 15:41:30 rt 1.5.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b4309611a0891188f2aeb6bcaa9cb110593495f]

INTEGRATION: CWS changefileheader (1.9.84); FILE MERGED 2008/04/01 16:01:34 thb 1.9.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:29 rt 1.9.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a7d8cf210b1bb4c7309a50bef6b8f7aee8eb89d]

INTEGRATION: CWS changefileheader (1.10.84); FILE MERGED 2008/04/01 16:01:34 thb 1.10.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:29 rt 1.10.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d557499cd581b2946a7e4055a7fe82a53c834f0c]

INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/04/01 16:01:33 thb 1.4.84.3: #i85898# Stripping all external header guards 2008/04/01 12:57:28 thb 1.4.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:29 rt 1.4.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8f7d392de1e86dbd78a8712a3034cd57d63a2c6e]

INTEGRATION: CWS changefileheader (1.15.84); FILE MERGED 2008/04/01 12:57:28 thb 1.15.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:29 rt 1.15.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6aec505dc82f9880f9f08843f3f3dffdc37e51fc]

INTEGRATION: CWS changefileheader (1.11.106); FILE MERGED 2008/03/28 15:41:29 rt 1.11.106.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5fa1fba0af8aab3757a6da3b977f92c8ebe0f1f5]

INTEGRATION: CWS changefileheader (1.11.108); FILE MERGED 2008/03/28 15:41:28 rt 1.11.108.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f00abcb3f6a49713159b2ab9d5cc01878f570ae5]

INTEGRATION: CWS changefileheader (1.8.108); FILE MERGED 2008/03/28 15:41:28 rt 1.8.108.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ec167a8bb689ca2872d08b3767bd8426f1c7ea07]

INTEGRATION: CWS changefileheader (1.7.172); FILE MERGED 2008/03/28 15:41:28 rt 1.7.172.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6495e7b9099882874cd3fe1f8700c015089cc6b3]

INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/28 15:41:28 rt 1.5.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [181f0cedca6c514c09d8390a5e0bd84fb8a39f15]

INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/04/01 12:57:28 thb 1.4.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:28 rt 1.4.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [47924ec62ea7f7b3667dedd8ad52c968c40e94b6]

INTEGRATION: CWS changefileheader (1.8.84); FILE MERGED 2008/04/01 16:01:33 thb 1.8.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:27 rt 1.8.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [84b9a8aebd145414c84ac38542ffed7ea08982c7]

INTEGRATION: CWS changefileheader (1.14.84); FILE MERGED 2008/04/01 16:01:33 thb 1.14.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:27 rt 1.14.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [532610ba11f4a536874c1943d579db3b88385c64]

INTEGRATION: CWS changefileheader (1.6.58); FILE MERGED 2008/03/28 15:41:27 rt 1.6.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [88190e6d8bf80af74fd0143db772af6b2877c12d]

INTEGRATION: CWS changefileheader (1.4.58); FILE MERGED 2008/04/01 16:01:33 thb 1.4.58.2: #i85898# Stripping all external header guards 2008/03/28 15:41:27 rt 1.4.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d0ae63de0157b9fbaed7330d362bf6b4450cf0c]

INTEGRATION: CWS changefileheader (1.26.84); FILE MERGED 2008/03/28 15:41:27 rt 1.26.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e7e000670700b34769f4a72580b885f543a4672f]

INTEGRATION: CWS changefileheader (1.9.58); FILE MERGED 2008/03/28 15:41:26 rt 1.9.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3f44a7b84ebd7223b7d2d3f79913634b9be2e7b4]

INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/28 15:41:26 rt 1.5.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [150de53b7fef2652345d1c4bf6977e05aaff172b]

INTEGRATION: CWS changefileheader (1.5.290); FILE MERGED 2008/03/28 15:41:25 rt 1.5.290.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [670c632f7142e571547654f01a2991ddc3a2b67a]

INTEGRATION: CWS changefileheader (1.7.136); FILE MERGED 2008/03/28 15:41:25 rt 1.7.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d5da7f32579339d48bea83f2b5f34bc2ff60d27]

INTEGRATION: CWS changefileheader (1.6.78); FILE MERGED 2008/03/28 15:41:24 rt 1.6.78.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f8b0669e5b47dae6144ed8527e1838be431f15d9]

INTEGRATION: CWS changefileheader (1.8.84); FILE MERGED 2008/03/28 15:41:24 rt 1.8.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9393475a472d5b32e57b81dd58eebc2afbd8635f]

INTEGRATION: CWS changefileheader (1.6.136); FILE MERGED 2008/03/28 15:41:24 rt 1.6.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f02f752f2946ec6f5f6e994abc74162d16cd113]

INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/03/28 15:41:24 rt 1.6.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f8aeea3e68715683a8332df1a3921cef8b7348bd]

INTEGRATION: CWS changefileheader (1.7.84); FILE MERGED 2008/03/28 15:41:24 rt 1.7.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9a1f3bac46fd619a9a518458531725a8c73ee6b0]

INTEGRATION: CWS changefileheader (1.51.6); FILE MERGED 2008/04/01 16:01:32 thb 1.51.6.3: #i85898# Stripping all external header guards 2008/04/01 12:57:27 thb 1.51.6.2: #i85898# Stripping all external header guards 2008/03/28 15:41:24 rt 1.51.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [320d8bb480eefd7088e0801cc6d9ad6c32bbe530]

INTEGRATION: CWS changefileheader (1.7.84); FILE MERGED 2008/04/01 12:57:27 thb 1.7.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:24 rt 1.7.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14c1008bd72d5b8c633438210ba1aa5a4b4a36cc]

INTEGRATION: CWS changefileheader (1.11.16); FILE MERGED 2008/04/01 16:01:32 thb 1.11.16.3: #i85898# Stripping all external header guards 2008/04/01 12:57:27 thb 1.11.16.2: #i85898# Stripping all external header guards 2008/03/28 15:41:24 rt 1.11.16.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2614066383553683a3a75e7d5120fab32aad8eba]

INTEGRATION: CWS changefileheader (1.10.136); FILE MERGED 2008/03/28 15:41:23 rt 1.10.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe89424bb156b6667da434ff1fff99886fe35fa6]

INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/28 15:41:23 rt 1.5.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [282396096385cd7ed4ffdce7d817323616c64b67]

INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/28 15:41:23 rt 1.3.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [558402c43c317e1ffe3230f138fb003635cbd34e]

INTEGRATION: CWS changefileheader (1.2.6); FILE MERGED 2008/03/28 15:41:23 rt 1.2.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5a048215cb96dfb5a2a58da80ed2609fd0fa37a0]

INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/04/01 12:57:27 thb 1.5.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:23 rt 1.5.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [346b4360bfa7c415b325b2281e409c70394fae13]

INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/04/01 16:01:32 thb 1.5.84.3: #i85898# Stripping all external header guards 2008/04/01 12:57:27 thb 1.5.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:22 rt 1.5.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [582c0f1973fc5bb8349537ddd64ec24ed1c1e8fa]

INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/28 15:41:22 rt 1.5.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [13b037e4aeae37e5a46e784047e9633a2084a5fc]

INTEGRATION: CWS changefileheader (1.8.84); FILE MERGED 2008/04/01 16:01:32 thb 1.8.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:22 rt 1.8.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [613c00bc9bb0a5577c09cea0ac16a031818505fb]

INTEGRATION: CWS changefileheader (1.5.136); FILE MERGED 2008/03/28 15:41:22 rt 1.5.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bece9f3246bb4a08c72acc7fd920be35d86f8af5]

INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/04/01 16:01:32 thb 1.6.84.3: #i85898# Stripping all external header guards 2008/04/01 12:57:27 thb 1.6.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:22 rt 1.6.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7bbf37bd1fed26ba1fcb128c94bcd7a92271c840]

INTEGRATION: CWS changefileheader (1.9.84); FILE MERGED 2008/04/01 16:01:32 thb 1.9.84.3: #i85898# Stripping all external header guards 2008/04/01 12:57:26 thb 1.9.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:22 rt 1.9.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6664d14de2eba3cc6a48897c15cb7474a8c94a80]

INTEGRATION: CWS changefileheader (1.11.84); FILE MERGED 2008/04/01 16:01:31 thb 1.11.84.3: #i85898# Stripping all external header guards 2008/04/01 12:57:26 thb 1.11.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:21 rt 1.11.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [35ed1dbe2b01fccaba298478bd00b497066e8ac0]

INTEGRATION: CWS changefileheader (1.13.84); FILE MERGED 2008/04/01 12:57:26 thb 1.13.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:21 rt 1.13.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d63180e4d50d190ebcf581245df0f1ed6aed8e96]

INTEGRATION: CWS changefileheader (1.8.58); FILE MERGED 2008/04/01 16:01:31 thb 1.8.58.3: #i85898# Stripping all external header guards 2008/04/01 12:57:26 thb 1.8.58.2: #i85898# Stripping all external header guards 2008/03/28 15:41:21 rt 1.8.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [44d489c869b03e0c8ca90c7afe869374517769e4]

INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/28 15:41:21 rt 1.5.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d279981b29c794ea763afd1ec43c192e78f5ad6f]

INTEGRATION: CWS changefileheader (1.17.76); FILE MERGED 2008/04/01 16:01:31 thb 1.17.76.3: #i85898# Stripping all external header guards 2008/04/01 12:57:26 thb 1.17.76.2: #i85898# Stripping all external header guards 2008/03/28 15:41:21 rt 1.17.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e6613ea3d9d515d8f23263429198af57467f1531]

INTEGRATION: CWS changefileheader (1.16.76); FILE MERGED 2008/04/01 16:01:31 thb 1.16.76.3: #i85898# Stripping all external header guards 2008/04/01 12:57:26 thb 1.16.76.2: #i85898# Stripping all external header guards 2008/03/28 15:41:21 rt 1.16.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80adbb8377cf06f5bfc8db49200e7d657dd0b0c0]

INTEGRATION: CWS changefileheader (1.14.136); FILE MERGED 2008/03/28 15:41:21 rt 1.14.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b29321f4050cd838518aed538566503c9406c88e]

INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/04/01 12:57:26 thb 1.4.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:20 rt 1.4.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [56ddcb93fe2f121076fa33253fc3ec04a371790c]

INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/04/01 16:01:31 thb 1.5.84.3: #i85898# Stripping all external header guards 2008/04/01 12:57:26 thb 1.5.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:20 rt 1.5.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d9744b520ee171e9af36e412cd7a94144909dcbb]

INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/04/01 12:57:25 thb 1.4.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:20 rt 1.4.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c2aa134d8b568f1a34c88ea4f18b2516a786f81]

INTEGRATION: CWS changefileheader (1.8.84); FILE MERGED 2008/04/01 16:01:31 thb 1.8.84.3: #i85898# Stripping all external header guards 2008/04/01 12:57:25 thb 1.8.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:20 rt 1.8.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1c587eb195f5b869b66039b58661e2015d9e4e94]

INTEGRATION: CWS changefileheader (1.17.84); FILE MERGED 2008/04/01 16:01:31 thb 1.17.84.3: #i85898# Stripping all external header guards 2008/04/01 12:57:25 thb 1.17.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:20 rt 1.17.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a5fff9f7f80676bd84cb1cd4fe62639afd77d80b]

INTEGRATION: CWS changefileheader (1.13.84); FILE MERGED 2008/04/01 16:01:31 thb 1.13.84.3: #i85898# Stripping all external header guards 2008/04/01 12:57:25 thb 1.13.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:20 rt 1.13.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80f576b6a3f36f0a2091040f0a6bf9be9b42214f]

INTEGRATION: CWS changefileheader (1.7.84); FILE MERGED 2008/04/01 16:01:30 thb 1.7.84.3: #i85898# Stripping all external header guards 2008/04/01 12:57:25 thb 1.7.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:20 rt 1.7.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [45c1d7a88dd26284a41039f98c30518341b71def]

INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/03/28 15:41:19 rt 1.5.66.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c90deb19d8cc41162d6f59b8ec34a8918874758]

INTEGRATION: CWS changefileheader (1.9.66); FILE MERGED 2008/04/01 16:01:30 thb 1.9.66.3: #i85898# Stripping all external header guards 2008/04/01 12:57:25 thb 1.9.66.2: #i85898# Stripping all external header guards 2008/03/28 15:41:19 rt 1.9.66.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9b982ebb6c8ebef00d2d62b100587112b8df41f8]

INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/04/01 12:57:25 thb 1.4.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:19 rt 1.4.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [88b37904bb31ad683c4107e89844c803e3c08b49]

INTEGRATION: CWS changefileheader (1.61.28); FILE MERGED 2008/04/01 16:01:30 thb 1.61.28.3: #i85898# Stripping all external header guards 2008/04/01 12:57:24 thb 1.61.28.2: #i85898# Stripping all external header guards 2008/03/28 15:41:19 rt 1.61.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9a7f27f636496d9ac6767c7314cbc7a1b2362f28]

INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/28 15:41:18 rt 1.5.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [141859a67613f52e4c458f8e26caadc0aa2334a2]

INTEGRATION: CWS changefileheader (1.11.84); FILE MERGED 2008/04/01 16:01:30 thb 1.11.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:18 rt 1.11.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9bd2c9a554c59a988be317b8e606603d70e67528]

INTEGRATION: CWS changefileheader (1.11.84); FILE MERGED 2008/04/01 16:01:30 thb 1.11.84.3: #i85898# Stripping all external header guards 2008/04/01 12:57:24 thb 1.11.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:18 rt 1.11.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b69e5fcc453fae5717ba70624ea5b4425ea3a0fb]

INTEGRATION: CWS changefileheader (1.10.84); FILE MERGED 2008/04/01 16:01:30 thb 1.10.84.3: #i85898# Stripping all external header guards 2008/04/01 12:57:24 thb 1.10.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:18 rt 1.10.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [085b807a570879fd020d35a694476fbee145f1db]

INTEGRATION: CWS changefileheader (1.4.58); FILE MERGED 2008/03/28 15:41:18 rt 1.4.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d4a011f4feb4a43febad488653870c2ad6057386]

INTEGRATION: CWS changefileheader (1.6.58); FILE MERGED 2008/04/01 16:01:30 thb 1.6.58.3: #i85898# Stripping all external header guards 2008/04/01 12:57:24 thb 1.6.58.2: #i85898# Stripping all external header guards 2008/03/28 15:41:18 rt 1.6.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [71ff9358e2b49c30282c932daa666cbbcac97161]

INTEGRATION: CWS changefileheader (1.11.174); FILE MERGED 2008/03/28 15:41:17 rt 1.11.174.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [79dc2db73683fad173d1a41c86b4b0ca298a8b55]

INTEGRATION: CWS changefileheader (1.6.58); FILE MERGED 2008/03/28 15:41:17 rt 1.6.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d4a001f89542d2bc8c74bbcae2a0cd4ca7930c85]

INTEGRATION: CWS changefileheader (1.8.84); FILE MERGED 2008/04/01 16:01:29 thb 1.8.84.3: #i85898# Stripping all external header guards 2008/04/01 12:57:24 thb 1.8.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:17 rt 1.8.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df0a5fd52fb23532554a08207453ba559631b5aa]

INTEGRATION: CWS changefileheader (1.26.58); FILE MERGED 2008/04/01 16:01:29 thb 1.26.58.3: #i85898# Stripping all external header guards 2008/04/01 12:57:24 thb 1.26.58.2: #i85898# Stripping all external header guards 2008/03/28 15:41:17 rt 1.26.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e879b763149985fc0ff88e9f25c3a316598f1f7e]

INTEGRATION: CWS changefileheader (1.5.58); FILE MERGED 2008/03/28 15:41:17 rt 1.5.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [251d273d59815d69586b57c876487ae092cb8b02]

INTEGRATION: CWS changefileheader (1.6.58); FILE MERGED 2008/04/01 16:01:29 thb 1.6.58.3: #i85898# Stripping all external header guards 2008/04/01 12:57:24 thb 1.6.58.2: #i85898# Stripping all external header guards 2008/03/28 15:41:17 rt 1.6.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1af8a2404cc8e77f041aa265e56711e4ae5a8ff9]

INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/28 15:41:17 rt 1.5.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b5b1666798f8a971e980dd92cb85b1e09a30ada7]

INTEGRATION: CWS changefileheader (1.6.136); FILE MERGED 2008/03/28 15:41:17 rt 1.6.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab8dc250ca312d830fe68d818ea585ade89e0013]

INTEGRATION: CWS changefileheader (1.15.58); FILE MERGED 2008/03/28 15:41:17 rt 1.15.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1699d71b4073b3abac34e1a98b652b849176498c]

INTEGRATION: CWS changefileheader (1.15.58); FILE MERGED 2008/03/28 15:41:16 rt 1.15.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ac440845bd202000279371b565002924a9100b12]

INTEGRATION: CWS changefileheader (1.8.58); FILE MERGED 2008/03/28 15:41:16 rt 1.8.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [11847d22f87108d5784262ff4d70832dd5ae93d8]

INTEGRATION: CWS changefileheader (1.5.136); FILE MERGED 2008/03/28 15:41:16 rt 1.5.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [10f206410fc751412dcd0a068720d33dd0f8b660]

INTEGRATION: CWS changefileheader (1.9.84); FILE MERGED 2008/03/28 15:41:16 rt 1.9.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a8155cfb8d9bf0cf73ebd3eb6143ca25e69238a0]

INTEGRATION: CWS changefileheader (1.18.120); FILE MERGED 2008/03/28 15:41:16 rt 1.18.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8bb3fac40c78ed559ca2e4e63d6dc74d73da7e35]

INTEGRATION: CWS changefileheader (1.13.136); FILE MERGED 2008/03/28 15:41:16 rt 1.13.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8fe8c8fc7913194628b4109f88518afe0bd87d11]

INTEGRATION: CWS changefileheader (1.11.120); FILE MERGED 2008/03/28 15:41:16 rt 1.11.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f997428fbbfa2f27ad0f8dc25daa8ee8298aaf56]

INTEGRATION: CWS changefileheader (1.4.136); FILE MERGED 2008/03/28 15:41:15 rt 1.4.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8b6b680fe8c3624873d9b4c98a1a6f47671802f6]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/04/01 12:57:23 thb 1.2.120.2: #i85898# Stripping all external header guards 2008/03/28 15:41:15 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9af562df2aaae7068f719b74b6d7a6906db10c40]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/04/01 16:01:29 thb 1.2.120.3: #i85898# Stripping all external header guards 2008/04/01 12:57:23 thb 1.2.120.2: #i85898# Stripping all external header guards 2008/03/28 15:41:15 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aedd18f39bca09c1825071c2db6f0cb94760d813]

INTEGRATION: CWS changefileheader (1.3.140); FILE MERGED 2008/03/31 13:03:42 rt 1.3.140.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [970788e691ddb2eecb70167bae49e16cf0f9a93b]

INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/04/01 12:57:23 thb 1.4.70.2: #i85898# Stripping all external header guards 2008/03/28 15:41:15 rt 1.4.70.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8badf1087d0a46635db46d886679f82bf570880e]

INTEGRATION: CWS changefileheader (1.20.2); FILE MERGED 2008/03/31 13:03:42 rt 1.20.2.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ad35eed02a79d54eff244181528d6f149edf7365]

INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/04/01 16:01:29 thb 1.4.70.2: #i85898# Stripping all external header guards 2008/03/28 15:41:15 rt 1.4.70.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c8006063fc31669126ad06bbff4a0aa918a21f8e]

INTEGRATION: CWS changefileheader (1.15.24); FILE MERGED 2008/04/01 16:03:36 thb 1.15.24.3: #i85898# Stripping all external header guards 2008/04/01 12:59:59 thb 1.15.24.2: #i85898# Stripping all external header guards 2008/03/31 13:03:42 rt 1.15.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2240034466c565e515f8d85a1ae7d3f42a3f44e0]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/03/28 15:41:15 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4066b0e9b55c92eaa879fd74edef4cd3ae307958]

INTEGRATION: CWS changefileheader (1.20.54); FILE MERGED 2008/04/01 12:59:59 thb 1.20.54.2: #i85898# Stripping all external header guards 2008/03/31 13:03:42 rt 1.20.54.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4866966c67eb228809d1801012ee0f834608cc21]

INTEGRATION: CWS changefileheader (1.58.24); FILE MERGED 2008/04/01 16:03:36 thb 1.58.24.3: #i85898# Stripping all external header guards 2008/04/01 12:59:58 thb 1.58.24.2: #i85898# Stripping all external header guards 2008/03/31 13:03:41 rt 1.58.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d7a77f4a6f55b5ad8a1a6173b436133e37c1cab7]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/04/01 16:01:29 thb 1.2.120.3: #i85898# Stripping all external header guards 2008/04/01 12:57:23 thb 1.2.120.2: #i85898# Stripping all external header guards 2008/03/28 15:41:14 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [332a58523d8f8336951a4416db9df10a0c988773]

INTEGRATION: CWS changefileheader (1.23.54); FILE MERGED 2008/04/01 16:03:36 thb 1.23.54.3: #i85898# Stripping all external header guards 2008/04/01 12:59:58 thb 1.23.54.2: #i85898# Stripping all external header guards 2008/03/31 13:03:41 rt 1.23.54.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3a5af21717d577e5eec07db109e6e002e4883129]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/03/28 15:41:14 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6b308b1a6630ae0005e37f6e8bb6b0fb4da30804]

INTEGRATION: CWS changefileheader (1.27.36); FILE MERGED 2008/04/01 16:03:36 thb 1.27.36.2: #i85898# Stripping all external header guards 2008/03/31 13:03:41 rt 1.27.36.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e22e0b10d37cff68ab3ebba0e6ad9226a418c64d]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/04/01 12:57:23 thb 1.2.120.2: #i85898# Stripping all external header guards 2008/03/28 15:41:14 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e309cd8e47d795303fe35bbfc18a87de8ad53642]

INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/04/01 16:03:36 thb 1.4.84.2: #i85898# Stripping all external header guards 2008/03/31 13:03:41 rt 1.4.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7f60ec85fa34d9bee6de5d6e3a77c5e00b1b7e68]

INTEGRATION: CWS changefileheader (1.16.100); FILE MERGED 2008/03/31 13:03:41 rt 1.16.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a1dec52ac03e290ddf2c1ab89ef738d805b2bb54]

INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/04/01 16:01:29 thb 1.3.292.2: #i85898# Stripping all external header guards 2008/03/28 15:41:14 rt 1.3.292.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d04bf64566418976887e6620a59b4ad55bd0fbd8]

INTEGRATION: CWS changefileheader (1.18.54); FILE MERGED 2008/04/01 12:59:57 thb 1.18.54.2: #i85898# Stripping all external header guards 2008/03/31 13:03:41 rt 1.18.54.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [19f1a58b121e13852146d619c2c076b21db6240e]

INTEGRATION: CWS changefileheader (1.10.24); FILE MERGED 2008/04/01 16:03:35 thb 1.10.24.3: #i85898# Stripping all external header guards 2008/04/01 12:59:57 thb 1.10.24.2: #i85898# Stripping all external header guards 2008/03/31 13:03:41 rt 1.10.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5cd224f65d163ae5ed8115fecf940d6c81aa09e5]

INTEGRATION: CWS changefileheader (1.7.84); FILE MERGED 2008/04/01 16:03:35 thb 1.7.84.2: #i85898# Stripping all external header guards 2008/03/31 13:03:41 rt 1.7.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cf58f2d570a12e73f7a8aa58248ac8ae53df2a58]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/04/01 12:57:23 thb 1.2.120.2: #i85898# Stripping all external header guards 2008/03/28 15:41:13 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cf86eabef725c713951cae90f552da94c8e50ffa]

INTEGRATION: CWS changefileheader (1.7.100); FILE MERGED 2008/03/31 13:03:41 rt 1.7.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6f80a3f4121ca772c579650a2ddcf1b5ba1befbb]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/03/28 15:41:13 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc41d42546e36d781968afd5dae5b291da7bc019]

INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/04/01 16:03:34 thb 1.4.84.2: #i85898# Stripping all external header guards 2008/03/31 13:03:40 rt 1.4.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d9f28794830e5b801ec801c1f56589563d91bc28]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/04/01 16:01:29 thb 1.2.120.3: #i85898# Stripping all external header guards 2008/04/01 12:57:22 thb 1.2.120.2: #i85898# Stripping all external header guards 2008/03/28 15:41:13 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5651d561290807de5b02a1bf50445a74827190a1]

INTEGRATION: CWS changefileheader (1.5.52); FILE MERGED 2008/04/01 16:03:34 thb 1.5.52.2: #i85898# Stripping all external header guards 2008/03/31 13:03:40 rt 1.5.52.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6a92cd63c231e0befa59cba6566bfae2d268e9d5]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/04/01 16:01:28 thb 1.2.120.3: #i85898# Stripping all external header guards 2008/04/01 12:57:22 thb 1.2.120.2: #i85898# Stripping all external header guards 2008/03/28 15:41:13 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e08533a1185be9eb6529242dd41c61915df45d0]

INTEGRATION: CWS changefileheader (1.9.100); FILE MERGED 2008/03/31 13:03:40 rt 1.9.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [571b551d77d92cfb4e6ff67d5daae701f48f159f]

INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/04/01 16:03:34 thb 1.4.84.3: #i85898# Stripping all external header guards 2008/04/01 12:59:56 thb 1.4.84.2: #i85898# Stripping all external header guards 2008/03/31 13:03:40 rt 1.4.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee5953a754ad4e87a4051d0d133d39d5113e0bd1]

INTEGRATION: CWS changefileheader (1.5.100); FILE MERGED 2008/03/31 13:03:40 rt 1.5.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a7fba58637a7b27ddf6a760d040c37209127fa56]

INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/04/01 12:59:56 thb 1.4.84.2: #i85898# Stripping all external header guards 2008/03/31 13:03:40 rt 1.4.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5da6676dbc7dbb1d169e16a76588e44384e03d0b]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/04/01 12:57:22 thb 1.2.120.2: #i85898# Stripping all external header guards 2008/03/28 15:41:13 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [27e4c77b8327a2b85c49c0ad8191be93ffb7e5b6]

INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/04/01 16:03:33 thb 1.6.84.3: #i85898# Stripping all external header guards 2008/04/01 12:59:55 thb 1.6.84.2: #i85898# Stripping all external header guards 2008/03/31 13:03:40 rt 1.6.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c6b07179e31f3d4697770e7d7bf1ceef121ac591]

INTEGRATION: CWS changefileheader (1.17.100); FILE MERGED 2008/03/31 13:03:40 rt 1.17.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [78c3049dba2ae5bf45b82365cc8cd744609e0660]

INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/04/01 16:03:33 thb 1.4.84.2: #i85898# Stripping all external header guards 2008/03/31 13:03:40 rt 1.4.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e3c6900840b129f1d95ce5706e120ed77b2cb219]

INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/04/01 16:03:33 thb 1.5.84.3: #i85898# Stripping all external header guards 2008/04/01 12:59:54 thb 1.5.84.2: #i85898# Stripping all external header guards 2008/03/31 13:03:40 rt 1.5.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [daa4930fac5022823358f533345e8edc657607e2]

INTEGRATION: CWS changefileheader (1.7.16); FILE MERGED 2008/04/01 16:01:28 thb 1.7.16.2: #i85898# Stripping all external header guards 2008/03/28 15:41:13 rt 1.7.16.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14fa866f1b5dfb2b5933caff625eac71fd5523ed]

INTEGRATION: CWS changefileheader (1.3.84); FILE MERGED 2008/04/01 16:03:33 thb 1.3.84.2: #i85898# Stripping all external header guards 2008/03/31 13:03:39 rt 1.3.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8f187779a87043ca68e316dc16d2942d0faafb22]

INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/04/01 12:57:22 thb 1.4.12.2: #i85898# Stripping all external header guards 2008/03/28 15:41:13 rt 1.4.12.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc52d6109f114fa8631dcfcf5504447079a03a6b]

INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/04/01 16:03:33 thb 1.4.10.3: #i85898# Stripping all external header guards 2008/04/01 12:59:54 thb 1.4.10.2: #i85898# Stripping all external header guards 2008/03/31 13:03:39 rt 1.4.10.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [131853207d6eb6966385b105719f7d4823b3026e]

INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED 2008/04/01 16:01:28 thb 1.4.16.3: #i85898# Stripping all external header guards 2008/04/01 12:57:22 thb 1.4.16.2: #i85898# Stripping all external header guards 2008/03/28 15:41:12 rt 1.4.16.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [02aa25dcb101c4213363a26d4f63bc6081eba55e]

INTEGRATION: CWS changefileheader (1.9.84); FILE MERGED 2008/03/31 13:03:39 rt 1.9.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3df2382143b09f1d74ee5239c0519c53a7e5746]

INTEGRATION: CWS changefileheader (1.3.108); FILE MERGED 2008/04/01 16:01:28 thb 1.3.108.3: #i85898# Stripping all external header guards 2008/04/01 12:57:22 thb 1.3.108.2: #i85898# Stripping all external header guards 2008/03/28 15:41:12 rt 1.3.108.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b255e7e053e25fa3dbfff7a1ab544762f858082]

INTEGRATION: CWS changefileheader (1.3.108); FILE MERGED 2008/04/01 12:57:22 thb 1.3.108.2: #i85898# Stripping all external header guards 2008/03/28 15:41:12 rt 1.3.108.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [076660553bb873c96112a91eb972e73b3605234d]

INTEGRATION: CWS changefileheader (1.16.84); FILE MERGED 2008/04/01 16:03:33 thb 1.16.84.3: #i85898# Stripping all external header guards 2008/04/01 12:59:53 thb 1.16.84.2: #i85898# Stripping all external header guards 2008/03/31 13:03:39 rt 1.16.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6698e0b13103590c586c2cd5cc440d44621b5065]

INTEGRATION: CWS changefileheader (1.3.78); FILE MERGED 2008/04/01 12:57:22 thb 1.3.78.2: #i85898# Stripping all external header guards 2008/03/28 15:41:12 rt 1.3.78.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6529d9ae5c434b96ac595d2b2f4533f0fdc895c6]

INTEGRATION: CWS changefileheader (1.17.18); FILE MERGED 2008/04/01 16:03:33 thb 1.17.18.3: #i85898# Stripping all external header guards 2008/04/01 12:59:52 thb 1.17.18.2: #i85898# Stripping all external header guards 2008/03/31 13:03:39 rt 1.17.18.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce60c64bdac56e2455c3b1fa50aa54961c0b12f5]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/04/01 12:57:21 thb 1.2.120.2: #i85898# Stripping all external header guards 2008/03/28 15:41:12 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2939f3f1967c22270d99040897767bb4bf027cbb]

INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/04/01 16:03:33 thb 1.4.84.3: #i85898# Stripping all external header guards 2008/04/01 12:59:52 thb 1.4.84.2: #i85898# Stripping all external header guards 2008/03/31 13:03:39 rt 1.4.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d33fa6c7a35d9167d75f72283fe35fb0431da241]

INTEGRATION: CWS changefileheader (1.3.108); FILE MERGED 2008/04/01 16:01:28 thb 1.3.108.3: #i85898# Stripping all external header guards 2008/04/01 12:57:21 thb 1.3.108.2: #i85898# Stripping all external header guards 2008/03/28 15:41:12 rt 1.3.108.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [77d6006cfbb5a46a6a1e47a1e875a3d61d325830]

INTEGRATION: CWS changefileheader (1.11.84); FILE MERGED 2008/04/01 16:03:32 thb 1.11.84.3: #i85898# Stripping all external header guards 2008/04/01 12:59:52 thb 1.11.84.2: #i85898# Stripping all external header guards 2008/03/31 13:03:39 rt 1.11.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b624202c2d69968819e18a813ebeeeabbde17695]

INTEGRATION: CWS changefileheader (1.3.14); FILE MERGED 2008/04/01 12:57:21 thb 1.3.14.2: #i85898# Stripping all external header guards 2008/03/28 15:41:12 rt 1.3.14.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [519de9a8c2177bda133d7a65e32e18cc8fe11217]

INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/04/01 16:03:32 thb 1.5.84.3: #i85898# Stripping all external header guards 2008/04/01 12:59:51 thb 1.5.84.2: #i85898# Stripping all external header guards 2008/03/31 13:03:39 rt 1.5.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6c464012984602f0c7241bc781dfa4552aa45a25]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/04/01 12:57:21 thb 1.2.120.2: #i85898# Stripping all external header guards 2008/03/28 15:41:11 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [15cfc46b6de9d2121a69b58880b125046d78e7fd]

INTEGRATION: CWS changefileheader (1.20.100); FILE MERGED 2008/03/31 13:03:39 rt 1.20.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b6d40cb0770e6fe10de3ebc7cb530130ed5d7915]

INTEGRATION: CWS changefileheader (1.38.8); FILE MERGED 2008/04/01 16:03:32 thb 1.38.8.3: #i85898# Stripping all external header guards 2008/04/01 12:59:51 thb 1.38.8.2: #i85898# Stripping all external header guards 2008/03/31 13:03:39 rt 1.38.8.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ec67a966e5bfce83a071922a050fcb94e154e4fa]

INTEGRATION: CWS changefileheader (1.3.66); FILE MERGED 2008/03/28 15:41:11 rt 1.3.66.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d3941a078b950a31ec04296f5a28126954d09590]

INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/04/01 16:03:32 thb 1.6.84.3: #i85898# Stripping all external header guards 2008/04/01 12:59:50 thb 1.6.84.2: #i85898# Stripping all external header guards 2008/03/31 13:03:39 rt 1.6.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc5bb84d9e2c6d1347e5f311c8b4a290a83b354c]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/03/28 15:41:11 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a29d855716858a9b08e9457fc061861e141e442b]

INTEGRATION: CWS changefileheader (1.7.84); FILE MERGED 2008/04/01 16:03:32 thb 1.7.84.3: #i85898# Stripping all external header guards 2008/04/01 12:59:50 thb 1.7.84.2: #i85898# Stripping all external header guards 2008/03/31 13:03:39 rt 1.7.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd9100250f667a9edc88d97ff5bd917365697990]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/03/28 15:41:10 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df09ed81d2d1c98416c28ef074acb3eb9d4915e2]

INTEGRATION: CWS changefileheader (1.12.84); FILE MERGED 2008/04/01 16:03:32 thb 1.12.84.3: #i85898# Stripping all external header guards 2008/04/01 12:59:49 thb 1.12.84.2: #i85898# Stripping all external header guards 2008/03/31 13:03:39 rt 1.12.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1503ea0e95c22655e5b35252b40f6859de820cba]

INTEGRATION: CWS changefileheader (1.14.38); FILE MERGED 2008/04/01 16:03:31 thb 1.14.38.3: #i85898# Stripping all external header guards 2008/04/01 12:59:49 thb 1.14.38.2: #i85898# Stripping all external header guards 2008/03/31 13:03:38 rt 1.14.38.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cb8be4b61916828b1489af9d9a3da8e77477cf61]

INTEGRATION: CWS changefileheader (1.3.108); FILE MERGED 2008/04/01 16:01:28 thb 1.3.108.3: #i85898# Stripping all external header guards 2008/04/01 12:57:21 thb 1.3.108.2: #i85898# Stripping all external header guards 2008/03/28 15:41:10 rt 1.3.108.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a1faf936d96fae06ffdf393c3c90753e10420b8d]

INTEGRATION: CWS changefileheader (1.14.24); FILE MERGED 2008/03/31 13:03:38 rt 1.14.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e5df2c066392c4855501d1bd8fec73fe6633caad]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/04/01 16:01:28 thb 1.2.120.3: #i85898# Stripping all external header guards 2008/04/01 12:57:21 thb 1.2.120.2: #i85898# Stripping all external header guards 2008/03/28 15:41:09 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fece97a9fd7ea929c18d2ea62cc553e220f95bff]

INTEGRATION: CWS changefileheader (1.2.24); FILE MERGED 2008/03/31 13:03:38 rt 1.2.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f169a906f75b4b2acead4a030616eb54421d7c74]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/04/01 12:57:21 thb 1.2.120.2: #i85898# Stripping all external header guards 2008/03/28 15:41:09 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e33cb3bd6acf393fbb648d76fad794f98dbfcbc]

INTEGRATION: CWS changefileheader (1.7.84); FILE MERGED 2008/04/01 16:03:31 thb 1.7.84.3: #i85898# Stripping all external header guards 2008/04/01 12:59:48 thb 1.7.84.2: #i85898# Stripping all external header guards 2008/03/31 13:03:38 rt 1.7.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3dde369fef60e96d37fb8b580f42276667c42213]

INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/04/01 16:03:31 thb 1.4.84.2: #i85898# Stripping all external header guards 2008/03/31 13:03:38 rt 1.4.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c93daf01eea1e8109821ad3c8289ff63fe6e7ec]

INTEGRATION: CWS changefileheader (1.11.52); FILE MERGED 2008/04/01 16:03:31 thb 1.11.52.3: #i85898# Stripping all external header guards 2008/04/01 12:59:48 thb 1.11.52.2: #i85898# Stripping all external header guards 2008/03/31 13:03:38 rt 1.11.52.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [530c14dc4857ba86f8bddea2c54269f74e4051ae]

INTEGRATION: CWS changefileheader (1.45.70); FILE MERGED 2008/04/01 16:03:30 thb 1.45.70.3: #i85898# Stripping all external header guards 2008/04/01 12:59:47 thb 1.45.70.2: #i85898# Stripping all external header guards 2008/03/31 13:03:38 rt 1.45.70.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b13d71fc3bbfcc46b092931716329eb0a3ac716a]

INTEGRATION: CWS changefileheader (1.51.84); FILE MERGED 2008/04/01 16:03:30 thb 1.51.84.3: #i85898# Stripping all external header guards 2008/04/01 12:59:47 thb 1.51.84.2: #i85898# Stripping all external header guards 2008/03/31 13:03:38 rt 1.51.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b4f27a00e4c7533c1c766acda003b42e17159637]

INTEGRATION: CWS changefileheader (1.24.4); FILE MERGED 2008/04/01 16:03:30 thb 1.24.4.2: #i85898# Stripping all external header guards 2008/03/31 13:03:38 rt 1.24.4.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2000381b0756d0a862651cbc57ae1cfb5c11dce1]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/04/01 16:01:28 thb 1.2.120.3: #i85898# Stripping all external header guards 2008/04/01 12:57:20 thb 1.2.120.2: #i85898# Stripping all external header guards 2008/03/28 15:41:09 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1bebfb8bfb73e01fe6f6a9d09a5e6767c447f4b1]

INTEGRATION: CWS changefileheader (1.9.100); FILE MERGED 2008/03/31 13:03:37 rt 1.9.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5ed17e815ecf3caa7c21fe399cef23741a6d16b9]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/04/01 16:01:27 thb 1.2.120.3: #i85898# Stripping all external header guards 2008/04/01 12:57:20 thb 1.2.120.2: #i85898# Stripping all external header guards 2008/03/28 15:41:09 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee073f6b0e3aa9cdef767fb1b3119af0defb48cf]

INTEGRATION: CWS changefileheader (1.14.84); FILE MERGED 2008/04/01 16:03:30 thb 1.14.84.2: #i85898# Stripping all external header guards 2008/03/31 13:03:37 rt 1.14.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d6829e69fb3d0f727a0633b32125529a74bae9a]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/04/01 16:01:27 thb 1.2.120.3: #i85898# Stripping all external header guards 2008/04/01 12:57:20 thb 1.2.120.2: #i85898# Stripping all external header guards 2008/03/28 15:41:08 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [268cfede4811304ceebe4c84bb19e1ab432affd6]

INTEGRATION: CWS changefileheader (1.8.84); FILE MERGED 2008/04/01 16:03:30 thb 1.8.84.2: #i85898# Stripping all external header guards 2008/03/31 13:03:37 rt 1.8.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [01cb4b4308023c484f4aef08da7f7cd26f72d716]

INTEGRATION: CWS changefileheader (1.3.58); FILE MERGED 2008/03/28 15:41:08 rt 1.3.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6006b1bb05590bb55d2e4091497d4be9cb398a56]

INTEGRATION: CWS changefileheader (1.2.24); FILE MERGED 2008/03/31 13:03:37 rt 1.2.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc93bb704680aa09cfa46225438e74b38f6e664f]

INTEGRATION: CWS changefileheader (1.3.4); FILE MERGED 2008/03/31 13:03:37 rt 1.3.4.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59bfd60488c1ca950dc8cdcf8e99098d35bed4cf]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/04/01 12:57:20 thb 1.2.120.2: #i85898# Stripping all external header guards 2008/03/28 15:41:08 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a021d7384c3f8874b079696c9f4694c54e2b429f]

INTEGRATION: CWS changefileheader (1.3.108); FILE MERGED 2008/04/01 12:57:20 thb 1.3.108.2: #i85898# Stripping all external header guards 2008/03/28 15:41:08 rt 1.3.108.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3a33fc7121e72fdf036f3367057e6b6cd766698]

INTEGRATION: CWS changefileheader (1.2.42); FILE MERGED 2008/04/01 16:01:27 thb 1.2.42.3: #i85898# Stripping all external header guards 2008/04/01 12:57:20 thb 1.2.42.2: #i85898# Stripping all external header guards 2008/03/28 15:41:08 rt 1.2.42.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e80ce7dfdf2ad7c8cf524685abffbe70b9e6787]

INTEGRATION: CWS changefileheader (1.3.100); FILE MERGED 2008/04/01 16:03:29 thb 1.3.100.3: #i85898# Stripping all external header guards 2008/04/01 12:59:46 thb 1.3.100.2: #i85898# Stripping all external header guards 2008/03/31 13:03:36 rt 1.3.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce1b2a1b7992b0ff5dff924c9e3eeb38bab44549]

INTEGRATION: CWS changefileheader (1.3.140); FILE MERGED 2008/04/01 16:03:29 thb 1.3.140.2: #i85898# Stripping all external header guards 2008/03/31 13:03:36 rt 1.3.140.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [08b2833cef186ec5e3dc87f9eadc73ac314498c5]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/03/28 15:41:08 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4561187b626acc917795c1e0d543734c6c49a3a1]

INTEGRATION: CWS changefileheader (1.10.4); FILE MERGED 2008/04/01 16:03:29 thb 1.10.4.3: #i85898# Stripping all external header guards 2008/04/01 12:59:46 thb 1.10.4.2: #i85898# Stripping all external header guards 2008/03/31 13:03:36 rt 1.10.4.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a075ed7743b23920fe8363d483bc827adab62b4c]

INTEGRATION: CWS changefileheader (1.26.4); FILE MERGED 2008/04/01 16:03:29 thb 1.26.4.3: #i85898# Stripping all external header guards 2008/04/01 12:59:45 thb 1.26.4.2: #i85898# Stripping all external header guards 2008/03/31 13:03:36 rt 1.26.4.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [93b1d013a57d76783b25bb4aaba14d63ad467ff8]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/04/01 12:57:20 thb 1.2.120.2: #i85898# Stripping all external header guards 2008/03/28 15:41:07 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d49ad4a0721c4791dbee4511c46079365a2ccfea]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/03/28 15:41:07 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b557c70868b244ff32080667657b61ae0c3b29f]

INTEGRATION: CWS changefileheader (1.10.54); FILE MERGED 2008/04/01 16:03:29 thb 1.10.54.3: #i85898# Stripping all external header guards 2008/04/01 12:59:45 thb 1.10.54.2: #i85898# Stripping all external header guards 2008/03/31 13:03:36 rt 1.10.54.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ccdc65cb617072b0b366f101c121f86c90c915dc]

INTEGRATION: CWS changefileheader (1.3.14); FILE MERGED 2008/03/28 15:41:07 rt 1.3.14.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [67aeae1b5758be846d0c7d9c9fd4f81cfd03fb21]

INTEGRATION: CWS changefileheader (1.14.140); FILE MERGED 2008/04/01 16:03:28 thb 1.14.140.3: #i85898# Stripping all external header guards 2008/04/01 12:59:44 thb 1.14.140.2: #i85898# Stripping all external header guards 2008/03/31 13:03:36 rt 1.14.140.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [57ff2d7240bc6619c006d60a8325b0b8438e5ef8]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/04/01 12:57:19 thb 1.2.120.2: #i85898# Stripping all external header guards 2008/03/28 15:41:07 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d5e21b8d0c48f650ca1350c3f04588c2c866cd01]

INTEGRATION: CWS changefileheader (1.10.20); FILE MERGED 2008/04/01 16:03:28 thb 1.10.20.3: #i85898# Stripping all external header guards 2008/04/01 12:59:44 thb 1.10.20.2: #i85898# Stripping all external header guards 2008/03/31 13:03:36 rt 1.10.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f339035ff1864253f83096208aabf86b8ac50fa3]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/04/01 16:01:27 thb 1.2.120.3: #i85898# Stripping all external header guards 2008/04/01 12:57:19 thb 1.2.120.2: #i85898# Stripping all external header guards 2008/03/28 15:41:07 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1c538aea22ce6d0a430f31d1d91e67225941821c]

INTEGRATION: CWS changefileheader (1.9.36); FILE MERGED 2008/04/01 12:59:44 thb 1.9.36.2: #i85898# Stripping all external header guards 2008/03/31 13:03:36 rt 1.9.36.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4d45e425c49cee6f2baed644b86a75f70ca41f8b]

INTEGRATION: CWS changefileheader (1.3.108); FILE MERGED 2008/04/01 12:57:19 thb 1.3.108.2: #i85898# Stripping all external header guards 2008/03/28 15:41:07 rt 1.3.108.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6eece3932b19766bfcbbb2274879ee24c50ad936]

INTEGRATION: CWS changefileheader (1.9.100); FILE MERGED 2008/04/01 16:03:28 thb 1.9.100.3: #i85898# Stripping all external header guards 2008/04/01 12:59:43 thb 1.9.100.2: #i85898# Stripping all external header guards 2008/03/31 13:03:36 rt 1.9.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb2403e73aca76ef9cf8a7f628be8bc76c570e6d]

INTEGRATION: CWS changefileheader (1.2.140); FILE MERGED 2008/04/01 12:59:43 thb 1.2.140.2: #i85898# Stripping all external header guards 2008/03/31 13:03:36 rt 1.2.140.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ccdb686ac41bedd739d0719a83d98bb095108cab]

INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/04/01 12:57:19 thb 1.3.22.2: #i85898# Stripping all external header guards 2008/03/28 15:41:07 rt 1.3.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7176f6679a9971fa7af1decd370b33483bd542c7]

INTEGRATION: CWS changefileheader (1.5.128); FILE MERGED 2008/04/01 16:03:28 thb 1.5.128.3: #i85898# Stripping all external header guards 2008/04/01 12:59:42 thb 1.5.128.2: #i85898# Stripping all external header guards 2008/03/31 13:03:36 rt 1.5.128.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8834b21577c0f4aed6874bc18ceab47c66d3965d]

INTEGRATION: CWS changefileheader (1.6.20); FILE MERGED 2008/04/01 16:03:28 thb 1.6.20.3: #i85898# Stripping all external header guards 2008/04/01 12:59:41 thb 1.6.20.2: #i85898# Stripping all external header guards 2008/03/31 13:03:36 rt 1.6.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5ae0c1f8832dcf950a45781ac1139d5adb80b507]

INTEGRATION: CWS changefileheader (1.4.100); FILE MERGED 2008/03/31 13:03:35 rt 1.4.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d15484e9fe95956da49cb791f7fa77c649c04f7]

INTEGRATION: CWS changefileheader (1.2.6); FILE MERGED 2008/03/28 15:41:07 rt 1.2.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [517928882320907ba262ac0a065f38ff841c2a1d]

INTEGRATION: CWS changefileheader (1.2.140); FILE MERGED 2008/04/01 16:03:28 thb 1.2.140.2: #i85898# Stripping all external header guards 2008/03/31 13:03:35 rt 1.2.140.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e8fe5bfca4c1a17a545f04748cbeb2da9fd26afd]

INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/04/01 12:57:19 thb 1.2.120.2: #i85898# Stripping all external header guards 2008/03/28 15:41:06 rt 1.2.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b3a69b8c5973e2093b4fc90be276c78bbde9332]

INTEGRATION: CWS changefileheader (1.2.140); FILE MERGED 2008/04/01 16:03:27 thb 1.2.140.2: #i85898# Stripping all external header guards 2008/03/31 13:03:35 rt 1.2.140.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bf84ac7a0ca23b608bff25294db4a282a08eb46a]

INTEGRATION: CWS changefileheader (1.2.140); FILE MERGED 2008/04/01 16:03:27 thb 1.2.140.3: #i85898# Stripping all external header guards 2008/04/01 12:59:41 thb 1.2.140.2: #i85898# Stripping all external header guards 2008/03/31 13:03:35 rt 1.2.140.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [037bb3da7a76aef0e9f4e12954860ada989a21f7]

INTEGRATION: CWS changefileheader (1.3.108); FILE MERGED 2008/03/28 15:41:06 rt 1.3.108.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [837c012a8bb15514e877c84bd9f7a20c19938441]

INTEGRATION: CWS changefileheader (1.2.180); FILE MERGED 2008/03/28 15:41:06 rt 1.2.180.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [afb9e9b4ec2d1b97edf7022942b62b39f0423832]

INTEGRATION: CWS changefileheader (1.4.120); FILE MERGED 2008/03/28 15:41:05 rt 1.4.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a05b2b77467aa82bd993832845f0e4594982f1db]

INTEGRATION: CWS changefileheader (1.4.58); FILE MERGED 2008/04/01 12:57:18 thb 1.4.58.2: #i85898# Stripping all external header guards 2008/03/28 15:41:05 rt 1.4.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f52011a53f1be553cc2406d7e67ddfd42e28e04]

INTEGRATION: CWS changefileheader (1.2.140); FILE MERGED 2008/04/01 12:59:40 thb 1.2.140.2: #i85898# Stripping all external header guards 2008/03/31 13:03:35 rt 1.2.140.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d8eb0c3b12b491f6d01231f53997eed89e5ba65]

INTEGRATION: CWS changefileheader (1.4.140); FILE MERGED 2008/04/01 16:03:27 thb 1.4.140.3: #i85898# Stripping all external header guards 2008/04/01 12:59:40 thb 1.4.140.2: #i85898# Stripping all external header guards 2008/03/31 13:03:35 rt 1.4.140.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [53b804802fc18a23853f4cd2ea09ef42904f1a3d]

INTEGRATION: CWS changefileheader (1.3.120); FILE MERGED 2008/04/01 12:57:18 thb 1.3.120.2: #i85898# Stripping all external header guards 2008/03/28 15:41:05 rt 1.3.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2a3fb255a4173640700572794805c039b8691e45]

INTEGRATION: CWS changefileheader (1.4.140); FILE MERGED 2008/04/01 16:03:27 thb 1.4.140.3: #i85898# Stripping all external header guards 2008/04/01 12:59:39 thb 1.4.140.2: #i85898# Stripping all external header guards 2008/03/31 13:03:35 rt 1.4.140.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [002bda85bfb22ab983f871de18020b2729fad1aa]

INTEGRATION: CWS changefileheader (1.2.220); FILE MERGED 2008/03/28 15:41:05 rt 1.2.220.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5818575e924e055e9e673bb5d3180b40b93aeb1f]

INTEGRATION: CWS changefileheader (1.6.140); FILE MERGED 2008/04/01 12:59:39 thb 1.6.140.2: #i85898# Stripping all external header guards 2008/03/31 13:03:35 rt 1.6.140.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [628637fcc97203977dc6b1d54aeae7a1c32288b3]

INTEGRATION: CWS changefileheader (1.3.120); FILE MERGED 2008/03/28 15:41:04 rt 1.3.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5458d4d5a36bd049831e92aab47eff4dbc1d180f]

INTEGRATION: CWS changefileheader (1.4.140); FILE MERGED 2008/04/01 12:59:38 thb 1.4.140.2: #i85898# Stripping all external header guards 2008/03/31 13:03:35 rt 1.4.140.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d20243cd105d52756a3b9f7f55ec2904fac0e887]

INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/03/28 15:41:04 rt 1.5.26.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2601d5058b0faf4ab1849b8c95b845405656accf]

INTEGRATION: CWS changefileheader (1.8.100); FILE MERGED 2008/04/01 16:03:27 thb 1.8.100.3: #i85898# Stripping all external header guards 2008/04/01 12:59:38 thb 1.8.100.2: #i85898# Stripping all external header guards 2008/03/31 13:03:35 rt 1.8.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b30b777fd2602449e71f091962c6a6c6d90c22bb]

INTEGRATION: CWS changefileheader (1.3.16); FILE MERGED 2008/03/28 15:41:04 rt 1.3.16.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a67ebb4e593ef0500097d91bf2c516a9ba484cf9]

INTEGRATION: CWS changefileheader (1.30.8); FILE MERGED 2008/04/01 16:03:26 thb 1.30.8.3: #i85898# Stripping all external header guards 2008/04/01 12:59:38 thb 1.30.8.2: #i85898# Stripping all external header guards 2008/03/31 13:03:35 rt 1.30.8.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f347755d3280e5b4689e0ae297bf4976c34a4ac6]

INTEGRATION: CWS changefileheader (1.3.84); FILE MERGED 2008/04/01 12:57:18 thb 1.3.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:04 rt 1.3.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9087802e5e48829847ff046120ccd8ec5c8ef176]

INTEGRATION: CWS changefileheader (1.4.108); FILE MERGED 2008/04/01 16:03:26 thb 1.4.108.3: #i85898# Stripping all external header guards 2008/04/01 12:59:37 thb 1.4.108.2: #i85898# Stripping all external header guards 2008/03/31 13:03:35 rt 1.4.108.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1cb4da7a39a3f94ab2c804cb9f375028512f231b]

INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/04/01 16:01:27 thb 1.5.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:04 rt 1.5.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [76f1b457e1e77a05043fc115893f3f06c27a48fd]

INTEGRATION: CWS changefileheader (1.4.100); FILE MERGED 2008/04/01 16:03:26 thb 1.4.100.3: #i85898# Stripping all external header guards 2008/04/01 12:59:37 thb 1.4.100.2: #i85898# Stripping all external header guards 2008/03/31 13:03:35 rt 1.4.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [77896608984b46e99e1c2e8b202412cbc6e504cc]

INTEGRATION: CWS changefileheader (1.2.158); FILE MERGED 2008/03/28 15:41:04 rt 1.2.158.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c03e7f42388b9ab14acd7d4616546aac50441d3f]

INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/04/01 12:59:36 thb 1.5.92.2: #i85898# Stripping all external header guards 2008/03/31 13:03:35 rt 1.5.92.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ce51bf88c40fc1edfba5aabc0b0b334a382ede5]

INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/04/01 12:57:18 thb 1.5.84.2: #i85898# Stripping all external header guards 2008/03/28 15:41:04 rt 1.5.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1e971e81c22bc48c49257996dd12f27c7cbee2d5]

INTEGRATION: CWS changefileheader (1.2.24); FILE MERGED 2008/03/31 13:03:35 rt 1.2.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [66d8f76d7c50d0f1ce61711ce3756830bf0125c8]

INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/04/01 16:03:26 thb 1.2.8.2: #i85898# Stripping all external header guards 2008/03/31 13:03:35 rt 1.2.8.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1029fc2d4b71732ac4ade727dd7ca6604030f56e]

INTEGRATION: CWS changefileheader (1.9.120); FILE MERGED 2008/03/28 15:41:03 rt 1.9.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3bf7303cdd9db039d17bae79b1041e4ea57ecf92]

INTEGRATION: CWS changefileheader (1.4.140); FILE MERGED 2008/04/01 12:59:36 thb 1.4.140.2: #i85898# Stripping all external header guards 2008/03/31 13:03:35 rt 1.4.140.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a5aef85c2fb4133f76ee0d5db66a8f4f737ec3a]

INTEGRATION: CWS changefileheader (1.13.124); FILE MERGED 2008/03/28 15:41:03 rt 1.13.124.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e0aabca3acf86c97b904b0505b3985f83e3a9a85]

INTEGRATION: CWS changefileheader (1.7.84); FILE MERGED 2008/03/28 15:41:03 rt 1.7.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [baf0d62d6cb9e1d27cd58b981895b1aa0fdd7aa2]

INTEGRATION: CWS changefileheader (1.5.140); FILE MERGED 2008/04/01 12:59:36 thb 1.5.140.2: #i85898# Stripping all external header guards 2008/03/31 13:03:35 rt 1.5.140.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0a86caebdc6cd09538c2b374fe58ebd3473915d7]

INTEGRATION: CWS changefileheader (1.9.292); FILE MERGED 2008/03/28 15:41:03 rt 1.9.292.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3490ffbbe4c578656838de4fc71b0e99878927a]

INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED 2008/04/01 16:03:26 thb 1.4.92.3: #i85898# Stripping all external header guards 2008/04/01 12:59:35 thb 1.4.92.2: #i85898# Stripping all external header guards 2008/03/31 13:03:34 rt 1.4.92.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [73edd2b718b99b7181db58fe6dbfee2f176c8177]

INTEGRATION: CWS changefileheader (1.9.84); FILE MERGED 2008/03/28 15:41:02 rt 1.9.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f0ebd1e49a369f4436da1169f7033d65f3c61b69]

INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED 2008/04/01 16:03:26 thb 1.4.92.3: #i85898# Stripping all external header guards 2008/04/01 12:59:34 thb 1.4.92.2: #i85898# Stripping all external header guards 2008/03/31 13:03:34 rt 1.4.92.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4f6b0152e1c7eea0d9cd368284b9fb2d06c16be5]

INTEGRATION: CWS changefileheader (1.9.8); FILE MERGED 2008/04/01 16:03:26 thb 1.9.8.3: #i85898# Stripping all external header guards 2008/04/01 12:59:34 thb 1.9.8.2: #i85898# Stripping all external header guards 2008/03/31 13:03:34 rt 1.9.8.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [60dfb899a824184704301b84dae64b07fa95a20e]

INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/03/28 15:41:02 rt 1.4.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b19f4fae69db0929638b3373e708bef9e6bf5fb]

INTEGRATION: CWS changefileheader (1.21.70); FILE MERGED 2008/04/01 16:03:25 thb 1.21.70.3: #i85898# Stripping all external header guards 2008/04/01 12:59:34 thb 1.21.70.2: #i85898# Stripping all external header guards 2008/03/31 13:03:34 rt 1.21.70.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b497f00a82c66bff36329f11c47d474fb9095dd]

INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/03/28 15:41:02 rt 1.6.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4f0a5fef6024c52c654f10438d032bcf0f40a1e1]

INTEGRATION: CWS changefileheader (1.24.58); FILE MERGED 2008/03/28 15:41:02 rt 1.24.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3de57a83b5086ceaa1563127c7e32b2f9851668d]

INTEGRATION: CWS changefileheader (1.25.100); FILE MERGED 2008/04/01 16:03:25 thb 1.25.100.3: #i85898# Stripping all external header guards 2008/04/01 12:59:33 thb 1.25.100.2: #i85898# Stripping all external header guards 2008/03/31 13:03:34 rt 1.25.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1855da9b345a85427d8c34258832267be1c9151b]

INTEGRATION: CWS changefileheader (1.28.58); FILE MERGED 2008/03/28 15:41:02 rt 1.28.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [41660fe09e0aa54d3e4c7f8584805550c66eb1cd]

INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/04/01 16:03:25 thb 1.4.20.3: #i85898# Stripping all external header guards 2008/04/01 12:59:33 thb 1.4.20.2: #i85898# Stripping all external header guards 2008/03/31 13:03:34 rt 1.4.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [46be0ea830167e24e2c4ef86b5201ccc438a3b0d]

INTEGRATION: CWS changefileheader (1.17.58); FILE MERGED 2008/03/28 15:41:02 rt 1.17.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [23277376a18bd8c0bd8079a4779dc916edfc4dde]

INTEGRATION: CWS changefileheader (1.4.140); FILE MERGED 2008/04/01 12:59:32 thb 1.4.140.2: #i85898# Stripping all external header guards 2008/03/31 13:03:34 rt 1.4.140.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a4d04ab6e8774bb306f279275c0089e94ee1a93d]

INTEGRATION: CWS changefileheader (1.12.100); FILE MERGED 2008/04/01 16:03:25 thb 1.12.100.3: #i85898# Stripping all external header guards 2008/04/01 12:59:32 thb 1.12.100.2: #i85898# Stripping all external header guards 2008/03/31 13:03:34 rt 1.12.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b98b6f45f51bcf33f1e3fe4492ee713f76bd15f9]

INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 15:41:02 rt 1.3.292.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce22f43b2bb74ea55777592f8b1e5d26773c9462]

INTEGRATION: CWS changefileheader (1.9.140); FILE MERGED 2008/04/01 16:03:25 thb 1.9.140.3: #i85898# Stripping all external header guards 2008/04/01 12:59:31 thb 1.9.140.2: #i85898# Stripping all external header guards 2008/03/31 13:03:34 rt 1.9.140.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d644eac417caf11299268d828ed477c0da0fc3b]

INTEGRATION: CWS changefileheader (1.7.84); FILE MERGED 2008/03/28 15:41:02 rt 1.7.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bb865c43e6e79634de9c597bedfc902ece2fa9b5]

INTEGRATION: CWS changefileheader (1.23.58); FILE MERGED 2008/03/28 15:41:02 rt 1.23.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [715dfc15c66e7e35ef085cf861f668c1ce6cc24b]

INTEGRATION: CWS changefileheader (1.12.54); FILE MERGED 2008/04/01 12:59:31 thb 1.12.54.2: #i85898# Stripping all external header guards 2008/03/31 13:03:34 rt 1.12.54.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b564e94580ff1fb284ffc44d3e33f8a6b2f3f93]

INTEGRATION: CWS changefileheader (1.8.140); FILE MERGED 2008/04/01 16:03:25 thb 1.8.140.3: #i85898# Stripping all external header guards 2008/04/01 12:59:30 thb 1.8.140.2: #i85898# Stripping all external header guards 2008/03/31 13:03:34 rt 1.8.140.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [46e4a99701f1b9dbfab7ebe4afaca9a243e1ea78]

INTEGRATION: CWS changefileheader (1.9.58); FILE MERGED 2008/03/28 15:41:01 rt 1.9.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a1cda7c6143c23c30f6bff6fac5cc9dd71205d24]

INTEGRATION: CWS changefileheader (1.12.140); FILE MERGED 2008/04/01 16:03:25 thb 1.12.140.3: #i85898# Stripping all external header guards 2008/04/01 12:59:30 thb 1.12.140.2: #i85898# Stripping all external header guards 2008/03/31 13:03:34 rt 1.12.140.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a43f72f64ac80b8b4caecbbdb242d13e2897281e]

INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/03/28 15:41:01 rt 1.6.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [17823a8fc2965e9aa08602c7cf6b091b35c16a8d]

INTEGRATION: CWS changefileheader (1.5.140); FILE MERGED 2008/04/01 16:03:24 thb 1.5.140.3: #i85898# Stripping all external header guards 2008/04/01 12:59:29 thb 1.5.140.2: #i85898# Stripping all external header guards 2008/03/31 13:03:34 rt 1.5.140.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4813c97be8f3857c583a306846dedae867531b3b]

INTEGRATION: CWS changefileheader (1.15.74); FILE MERGED 2008/03/28 15:41:01 rt 1.15.74.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5bd9c457516a0c2370678c77ba0aeaf7874d6f7b]

INTEGRATION: CWS changefileheader (1.2.84); FILE MERGED 2008/03/31 13:03:33 rt 1.2.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [891373e61e49122ea5f9a85150211c4dd5ea6aaf]

INTEGRATION: CWS changefileheader (1.17.58); FILE MERGED 2008/03/28 15:41:01 rt 1.17.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8d460c03d177d6384756bb0134fbff480d492a26]

INTEGRATION: CWS changefileheader (1.8.20); FILE MERGED 2008/03/31 07:26:57 rt 1.8.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [08230f2901e87373bf976229872fe3f17995c839]

INTEGRATION: CWS changefileheader (1.3.38); FILE MERGED 2008/04/01 13:02:14 thb 1.3.38.2: #i85898# Stripping all external header guards 2008/03/31 07:26:56 rt 1.3.38.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [733e183ae3f03952b96b96da65779fde8596bc28]

INTEGRATION: CWS changefileheader (1.2.78); FILE MERGED 2008/03/31 13:03:33 rt 1.2.78.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b0cff1249e247fada4549527dad7bb603c49d3c7]

INTEGRATION: CWS changefileheader (1.7.2); FILE MERGED 2008/04/01 16:06:09 thb 1.7.2.2: #i85898# Stripping all external header guards 2008/03/31 07:26:56 rt 1.7.2.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c92b6c6f10a9380e47e3cae49b17d6c12583205c]

INTEGRATION: CWS changefileheader (1.8.38); FILE MERGED 2008/04/01 16:06:08 thb 1.8.38.2: #i85898# Stripping all external header guards 2008/03/31 07:26:56 rt 1.8.38.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9104c53062a40f616f427a06bfeefbd474d94b83]

INTEGRATION: CWS changefileheader (1.5.180); FILE MERGED 2008/03/28 15:41:01 rt 1.5.180.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a74b4a70fddb9029cafbd24b9316452351400b88]

INTEGRATION: CWS changefileheader (1.4.38); FILE MERGED 2008/03/31 07:26:56 rt 1.4.38.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [249eebc4bf6ddddb76e25312fd04b7665298a9cd]

INTEGRATION: CWS changefileheader (1.17.16); FILE MERGED 2008/04/01 16:06:08 thb 1.17.16.2: #i85898# Stripping all external header guards 2008/03/31 07:26:56 rt 1.17.16.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee7da3fc57c905021f033f6effa99561df900a9b]

INTEGRATION: CWS changefileheader (1.3.38); FILE MERGED 2008/03/31 07:26:56 rt 1.3.38.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd9f9dd08db7a9d212456e955e6c52f37b9a6080]

INTEGRATION: CWS changefileheader (1.13.38); FILE MERGED 2008/04/01 16:06:08 thb 1.13.38.2: #i85898# Stripping all external header guards 2008/03/31 07:26:56 rt 1.13.38.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [252dc13c680af9e4aef57a2bb638b0d3a9b0b67c]

INTEGRATION: CWS changefileheader (1.6.38); FILE MERGED 2008/03/31 07:26:56 rt 1.6.38.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [198e801aeca1649b4c7f78d215994f1cf2733a4c]

INTEGRATION: CWS changefileheader (1.7.38); FILE MERGED 2008/03/31 07:26:56 rt 1.7.38.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ca6e5e707dff20ad92ad4b7887c7c5d86e748d22]

INTEGRATION: CWS changefileheader (1.13.40); FILE MERGED 2008/03/31 07:26:56 rt 1.13.40.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1e843f29bb41ad9a56c62af6f22b659cf8c3dd18]

INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 07:26:56 rt 1.2.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [71697461241175fa7435efed5872e85fc955535f]

INTEGRATION: CWS changefileheader (1.4.38); FILE MERGED 2008/04/01 16:06:08 thb 1.4.38.2: #i85898# Stripping all external header guards 2008/03/31 07:26:56 rt 1.4.38.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [28925b3cd3ea6d1412ad35d2044428d9995c2870]

INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/04/01 13:02:13 thb 1.6.10.2: #i85898# Stripping all external header guards 2008/03/31 07:26:56 rt 1.6.10.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f038e1e8cd54170c4547774457fed62556d790de]

INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 07:26:56 rt 1.3.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [96ed96c75628468e2331accc1b77c88bdbec03be]

INTEGRATION: CWS changefileheader (1.3.38); FILE MERGED 2008/04/01 16:06:08 thb 1.3.38.2: #i85898# Stripping all external header guards 2008/03/31 07:26:56 rt 1.3.38.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9ba982ca04d5d72f76644ce7c6635e8fecd7fc65]

INTEGRATION: CWS changefileheader (1.7.38); FILE MERGED 2008/04/01 16:06:08 thb 1.7.38.2: #i85898# Stripping all external header guards 2008/03/31 07:26:56 rt 1.7.38.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8feb8c78009bd7cc1d4ee25d64464c5dc50422db]

INTEGRATION: CWS changefileheader (1.6.38); FILE MERGED 2008/04/01 16:06:07 thb 1.6.38.2: #i85898# Stripping all external header guards 2008/03/31 07:26:56 rt 1.6.38.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3a71bf18274960e5d828988647d5ca44be698498]

INTEGRATION: CWS changefileheader (1.3.38); FILE MERGED 2008/04/01 16:06:07 thb 1.3.38.2: #i85898# Stripping all external header guards 2008/03/31 07:26:56 rt 1.3.38.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [79d83d6534b0fcc9792d6655da7eefa998d040e3]

INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 07:26:55 rt 1.2.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cd2faf24d3a16f30845c2c6a22d2adab0a7d2410]

INTEGRATION: CWS changefileheader (1.3.38); FILE MERGED 2008/04/01 16:06:07 thb 1.3.38.2: #i85898# Stripping all external header guards 2008/03/31 07:26:55 rt 1.3.38.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1aac232729bf43cff07897db0239c949a643d3cd]

INTEGRATION: CWS changefileheader (1.2.60); FILE MERGED 2008/03/31 07:26:55 rt 1.2.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0f1c8b1fb0b930f36eaa524dbdf5166ef5698b30]

INTEGRATION: CWS changefileheader (1.10.38); FILE MERGED 2008/04/01 16:06:07 thb 1.10.38.2: #i85898# Stripping all external header guards 2008/03/31 07:26:55 rt 1.10.38.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [be53fed4159d83c5133a4558a1490e14cadac83e]

INTEGRATION: CWS changefileheader (1.8.38); FILE MERGED 2008/04/01 16:06:07 thb 1.8.38.2: #i85898# Stripping all external header guards 2008/03/31 07:26:55 rt 1.8.38.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cd4b224a99883406049efda4c320da789bc43509]

INTEGRATION: CWS changefileheader (1.5.38); FILE MERGED 2008/04/01 16:06:07 thb 1.5.38.2: #i85898# Stripping all external header guards 2008/03/31 07:26:55 rt 1.5.38.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd8e23893f5ca1d559c1e548f24e0233a3cf5c3f]

INTEGRATION: CWS changefileheader (1.4.38); FILE MERGED 2008/04/01 16:06:07 thb 1.4.38.2: #i85898# Stripping all external header guards 2008/03/31 07:26:55 rt 1.4.38.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd2cb98676857161c3c446f2b27fd43cc5982ecb]

INTEGRATION: CWS changefileheader (1.6.38); FILE MERGED 2008/04/01 16:06:07 thb 1.6.38.2: #i85898# Stripping all external header guards 2008/03/31 07:26:55 rt 1.6.38.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5f68faf92cef30e0ee586bb4d13f5721d556a380]

INTEGRATION: CWS changefileheader (1.4.40); FILE MERGED 2008/03/31 07:26:55 rt 1.4.40.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f6ff835f538dc8eafaac38ff04a96edf8aed0942]

INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 07:26:55 rt 1.3.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b266b59f6ed04488adc65d6d70ff9a46be348e28]

INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 12:33:52 rt 1.2.8.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2ad4f54a4edfa84ee8637f915e313ab3357699f5]

INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 12:33:51 rt 1.3.8.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd07cf6dcdff2cf816c9203c5b5d1c3820f921f2]

INTEGRATION: CWS changefileheader (1.1.32); FILE MERGED 2008/03/31 12:33:51 rt 1.1.32.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [13c3b0971a31686a66b6cf1a538709236cc1612b]

INTEGRATION: CWS changefileheader (1.3.30); FILE MERGED 2008/03/31 12:33:51 rt 1.3.30.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [479d1375ebdf75e7175c072a2f382bf05785dedb]

INTEGRATION: CWS changefileheader (1.4.30); FILE MERGED 2008/03/31 12:33:51 rt 1.4.30.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8b7332d1f14744824876aa703802cc678f875124]

INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 12:33:51 rt 1.2.8.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f31784fde1ae1d268d85566fdb0f719737c7b29c]

INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/31 12:33:51 rt 1.2.10.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [babd44dd7de95355fc52a84e686ce86d0c7b9186]

INTEGRATION: CWS changefileheader (1.5.32); FILE MERGED 2008/03/31 12:33:51 rt 1.5.32.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [61e519551f6f627f7f2d7ac1b30c1db233a27bf2]

INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/03/31 12:19:39 rt 1.4.72.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0f88ff9530055ded9132f22ac5e6334fec0f5f1e]

INTEGRATION: CWS changefileheader (1.14.2); FILE MERGED 2008/03/31 12:19:38 rt 1.14.2.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [04d2fb60c3ae6740abfa41d29e8a60054dc79ee7]

INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/31 12:19:38 rt 1.4.56.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [688734d37ee758adc87eb2b6ebe82e5047d7e808]

INTEGRATION: CWS changefileheader (1.2.152); FILE MERGED 2008/03/31 12:19:38 rt 1.2.152.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [89962a4f4bedb6072f5342141e65ad85484fca91]

INTEGRATION: CWS changefileheader (1.3.142); FILE MERGED 2008/04/01 15:05:33 thb 1.3.142.2: #i85898# Stripping all external header guards 2008/03/31 12:19:38 rt 1.3.142.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2287c2088fc73e175f6989f14abb9ebb61331d09]

INTEGRATION: CWS changefileheader (1.6.160); FILE MERGED 2008/04/01 15:05:32 thb 1.6.160.3: #i85898# Stripping all external header guards 2008/04/01 12:26:33 thb 1.6.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:38 rt 1.6.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c0c82659fbf4b2872126b96ca51a0b0f5857b57f]

INTEGRATION: CWS changefileheader (1.10.50); FILE MERGED 2008/04/01 12:26:33 thb 1.10.50.2: #i85898# Stripping all external header guards 2008/03/31 12:19:38 rt 1.10.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7a0a8c801d8ec6cd738129c7f9cb86805f2509f]

INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/03/31 12:19:38 rt 1.2.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a3947a8b257e1c56a19e732472d246959586c632]

INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/03/31 12:19:38 rt 1.3.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [26de18cbb97a7b6de056d981771c36689ab70ca6]

INTEGRATION: CWS changefileheader (1.2.148); FILE MERGED 2008/04/01 15:22:34 thb 1.2.148.3: #i85898# Stripping all external header guards 2008/04/01 12:32:22 thb 1.2.148.2: #i85898# Stripping all external header guards 2008/03/31 13:15:11 rt 1.2.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce6dc2300706c24680f2d5e46757d27282fd3d6b]

INTEGRATION: CWS changefileheader (1.5.160); FILE MERGED 2008/04/01 12:26:33 thb 1.5.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:38 rt 1.5.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b889b685fd57e99f5b8d4b0d49dd183b6cda084a]

INTEGRATION: CWS changefileheader (1.5.160); FILE MERGED 2008/04/01 15:05:32 thb 1.5.160.3: #i85898# Stripping all external header guards 2008/04/01 12:26:33 thb 1.5.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:38 rt 1.5.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [71f2af45f9e2742d95a0d8feb989ecd16b10c530]

INTEGRATION: CWS changefileheader (1.4.160); FILE MERGED 2008/04/01 12:26:33 thb 1.4.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:38 rt 1.4.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c089926911f5d795133759083bcccddf3fb5b6bb]

INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/31 12:19:38 rt 1.2.12.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bffdbe32d0b0ab651fea40e315c2919b0d25107a]

INTEGRATION: CWS changefileheader (1.11.12); FILE MERGED 2008/03/31 12:19:38 rt 1.11.12.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f58b541ca6c2336c086c4d76b3e54fd1daff35ff]

INTEGRATION: CWS changefileheader (1.108.224); FILE MERGED 2008/04/01 16:05:59 thb 1.108.224.3: #i85898# Stripping all external header guards 2008/04/01 13:02:08 thb 1.108.224.2: #i85898# Stripping all external header guards 2008/03/28 15:45:52 rt 1.108.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d929012c90c8870ad2f531ccb2b5fc6ee8245fbb]

INTEGRATION: CWS changefileheader (1.9.24); FILE MERGED 2008/04/01 15:05:31 thb 1.9.24.3: #i85898# Stripping all external header guards 2008/04/01 12:26:33 thb 1.9.24.2: #i85898# Stripping all external header guards 2008/03/31 12:19:37 rt 1.9.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [99239b235daa5541867d4f1a89eede9ab332a9f6]

INTEGRATION: CWS changefileheader (1.11.76); FILE MERGED 2008/04/01 16:05:42 thb 1.11.76.3: #i85898# Stripping all external header guards 2008/04/01 13:01:50 thb 1.11.76.2: #i85898# Stripping all external header guards 2008/03/28 15:45:05 rt 1.11.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0c76d5fe032c8ee57cc32a206e97aeccb6146bee]

INTEGRATION: CWS changefileheader (1.10.160); FILE MERGED 2008/04/01 15:05:31 thb 1.10.160.3: #i85898# Stripping all external header guards 2008/04/01 12:26:33 thb 1.10.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:37 rt 1.10.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fb7e2dd58c3908f317d857f183de683d4c819261]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:14 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 13:01:06 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:10 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b2dae86769f46bfa00167867c5c9a2f3df2df21f]

INTEGRATION: CWS changefileheader (1.6.160); FILE MERGED 2008/04/01 15:05:31 thb 1.6.160.3: #i85898# Stripping all external header guards 2008/04/01 12:26:33 thb 1.6.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:37 rt 1.6.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b093a20de8db743baa768d5b4f969efef8d0d1b6]

INTEGRATION: CWS changefileheader (1.5.160); FILE MERGED 2008/03/31 12:19:36 rt 1.5.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [13911d5fa848307b11b23e9ac463ccb918362e2f]

INTEGRATION: CWS changefileheader (1.11.96); FILE MERGED 2008/03/31 12:19:36 rt 1.11.96.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d15f2fc9db21acba48bb9d12bba7dbc6eefbd77d]

INTEGRATION: CWS changefileheader (1.11.126); FILE MERGED 2008/04/01 15:05:30 thb 1.11.126.3: #i85898# Stripping all external header guards 2008/04/01 12:26:33 thb 1.11.126.2: #i85898# Stripping all external header guards 2008/03/31 12:19:36 rt 1.11.126.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fdaa86068ba9472fbd785bea044a3c1f2346283e]

INTEGRATION: CWS changefileheader (1.18.160); FILE MERGED 2008/04/01 15:05:30 thb 1.18.160.3: #i85898# Stripping all external header guards 2008/04/01 12:26:32 thb 1.18.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:36 rt 1.18.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [be84bf04dc31bd5ac8d8758b1e9b8affffca94a2]

INTEGRATION: CWS changefileheader (1.3.84); FILE MERGED 2008/04/01 12:26:32 thb 1.3.84.2: #i85898# Stripping all external header guards 2008/03/31 12:19:36 rt 1.3.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b5571541a8e5ca1cd170606cd933fa56b8fd4b9a]

INTEGRATION: CWS changefileheader (1.10.82); FILE MERGED 2008/04/01 15:05:30 thb 1.10.82.3: #i85898# Stripping all external header guards 2008/04/01 12:26:32 thb 1.10.82.2: #i85898# Stripping all external header guards 2008/03/31 12:19:36 rt 1.10.82.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab784d0f1aa2c60b0ba786dc9a0d0be314dbd098]

INTEGRATION: CWS changefileheader (1.16.96); FILE MERGED 2008/04/01 15:05:30 thb 1.16.96.3: #i85898# Stripping all external header guards 2008/04/01 12:26:32 thb 1.16.96.2: #i85898# Stripping all external header guards 2008/03/31 12:19:36 rt 1.16.96.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8db4ad16ee714343868901b757fb762f44c25447]

INTEGRATION: CWS changefileheader (1.2.24); FILE MERGED 2008/03/31 12:19:36 rt 1.2.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b02f5898bd435bc70a008e03dc78cbcf22b3f736]

INTEGRATION: CWS changefileheader (1.16.24); FILE MERGED 2008/03/31 12:19:36 rt 1.16.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5c96b1860fb826cda7a458a426c3cf6bd7959e47]

INTEGRATION: CWS changefileheader (1.6.96); FILE MERGED 2008/04/01 15:05:30 thb 1.6.96.3: #i85898# Stripping all external header guards 2008/04/01 12:26:32 thb 1.6.96.2: #i85898# Stripping all external header guards 2008/03/31 12:19:36 rt 1.6.96.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3a9de3b1a1967a0077d6a97de4383facd425607f]

INTEGRATION: CWS changefileheader (1.6.160); FILE MERGED 2008/04/01 15:05:29 thb 1.6.160.3: #i85898# Stripping all external header guards 2008/04/01 12:26:32 thb 1.6.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:36 rt 1.6.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8f9afb6a67756224e64189e5352feb327598f1f4]

INTEGRATION: CWS changefileheader (1.14.84); FILE MERGED 2008/04/01 12:26:32 thb 1.14.84.2: #i85898# Stripping all external header guards 2008/03/31 12:19:36 rt 1.14.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [58c97f75ac542e952729f3566bf517de6fabc38b]

INTEGRATION: CWS changefileheader (1.6.160); FILE MERGED 2008/04/01 12:26:32 thb 1.6.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:36 rt 1.6.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [03a4b5c8f5a0366ee64b8cd569ab80d5849a2240]

INTEGRATION: CWS changefileheader (1.8.84); FILE MERGED 2008/04/01 15:05:29 thb 1.8.84.3: #i85898# Stripping all external header guards 2008/04/01 12:26:32 thb 1.8.84.2: #i85898# Stripping all external header guards 2008/03/31 12:19:36 rt 1.8.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e493d233278de501425d8e9e32ad9fd8a4ef623]

INTEGRATION: CWS changefileheader (1.7.160); FILE MERGED 2008/04/01 12:26:32 thb 1.7.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:35 rt 1.7.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [731dac90902d3702ae044bc726e6614612ef1a2e]

INTEGRATION: CWS changefileheader (1.6.160); FILE MERGED 2008/04/01 15:05:29 thb 1.6.160.3: #i85898# Stripping all external header guards 2008/04/01 12:26:31 thb 1.6.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:35 rt 1.6.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d0e69e4fc1cdf4e8c4d991517faf29eb32d7af3f]

INTEGRATION: CWS changefileheader (1.7.160); FILE MERGED 2008/04/01 15:05:28 thb 1.7.160.3: #i85898# Stripping all external header guards 2008/04/01 12:26:31 thb 1.7.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:35 rt 1.7.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f9ed6c7b7fdb38e9a61c19e0d72eeb04837aeb3c]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/03/31 12:19:35 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fac951c6c440cf0f10ea9391566dd3d8b00787f0]

INTEGRATION: CWS changefileheader (1.6.160); FILE MERGED 2008/04/01 15:05:28 thb 1.6.160.3: #i85898# Stripping all external header guards 2008/04/01 12:26:31 thb 1.6.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:35 rt 1.6.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8b293b73c7535417debb76db1ac1d2c147db9003]

INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/03/31 12:19:35 rt 1.3.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3aed15225aa617316be4bc58dc79f1769eafee48]

INTEGRATION: CWS changefileheader (1.8.4); FILE MERGED 2008/03/31 12:19:35 rt 1.8.4.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fea318297dda9d7877df3912a7e59b7258829858]

INTEGRATION: CWS changefileheader (1.4.160); FILE MERGED 2008/04/01 15:05:28 thb 1.4.160.3: #i85898# Stripping all external header guards 2008/04/01 12:26:31 thb 1.4.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:34 rt 1.4.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [813fc11c3d01243c0e0dcb5651ac29d2a74be3cc]

INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/31 12:19:34 rt 1.2.12.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c033165801d18968f8b8ece90460cd84042bcb40]

INTEGRATION: CWS changefileheader (1.11.136); FILE MERGED 2008/04/01 15:05:28 thb 1.11.136.3: #i85898# Stripping all external header guards 2008/04/01 12:26:31 thb 1.11.136.2: #i85898# Stripping all external header guards 2008/03/31 12:19:34 rt 1.11.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fff6c6d036508e5accdf973e4ba7d70c761c24ee]

INTEGRATION: CWS changefileheader (1.4.18); FILE MERGED 2008/03/31 12:19:34 rt 1.4.18.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [66499464e99c431d4d3ce24335aee957504b9874]

INTEGRATION: CWS changefileheader (1.11.18); FILE MERGED 2008/04/01 12:26:31 thb 1.11.18.2: #i85898# Stripping all external header guards 2008/03/31 12:19:34 rt 1.11.18.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d99d427d034d7ad5af33fd811eed491bfe988900]

INTEGRATION: CWS changefileheader (1.3.160); FILE MERGED 2008/03/31 12:19:34 rt 1.3.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d52577dcf6d25f8992915ef210ed72479d179b9]

INTEGRATION: CWS changefileheaderm6 (1.2.4); FILE MERGED 2008/04/09 16:08:45 rt 1.2.4.1: #i87884# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b16f1276653ba4ff19d682b15aa7d485bbfb5d86]

INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/04/01 12:26:31 thb 1.7.58.2: #i85898# Stripping all external header guards 2008/03/31 12:19:33 rt 1.7.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [530325139722f4e5e574c389b29006bde84cabe1]

INTEGRATION: CWS changefileheader (1.5.96); FILE MERGED 2008/04/01 12:26:31 thb 1.5.96.2: #i85898# Stripping all external header guards 2008/03/31 12:19:33 rt 1.5.96.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [19a85f6e9c24be44dfffb26163f3266a13fe70ba]

INTEGRATION: CWS changefileheader (1.6.160); FILE MERGED 2008/03/31 12:19:33 rt 1.6.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8caee1eb62537575524fc0b5a191ba6b82c5a416]

INTEGRATION: CWS changefileheader (1.16.160); FILE MERGED 2008/04/01 15:05:28 thb 1.16.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:33 rt 1.16.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [684130b93b74dacec9819ec88d88300e6d640912]

INTEGRATION: CWS changefileheader (1.3.160); FILE MERGED 2008/04/01 15:05:28 thb 1.3.160.3: #i85898# Stripping all external header guards 2008/04/01 12:26:31 thb 1.3.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:33 rt 1.3.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b4ec102ab456bc6d7ec65696cd3340c1ed214124]

INTEGRATION: CWS changefileheader (1.7.160); FILE MERGED 2008/04/01 12:26:30 thb 1.7.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:33 rt 1.7.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d85580d900cbcf048f6570ffabf327d2cd1f0c92]

INTEGRATION: CWS changefileheader (1.4.58); FILE MERGED 2008/04/01 15:05:28 thb 1.4.58.3: #i85898# Stripping all external header guards 2008/04/01 12:26:30 thb 1.4.58.2: #i85898# Stripping all external header guards 2008/03/31 12:19:33 rt 1.4.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2c63e4879837a13a2f4d2ad207804f1e347b2ce3]

INTEGRATION: CWS changefileheader (1.5.160); FILE MERGED 2008/04/01 15:05:28 thb 1.5.160.3: #i85898# Stripping all external header guards 2008/04/01 12:26:30 thb 1.5.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:33 rt 1.5.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6ffa667545f9d21202db835a87d7139fbe97b621]

INTEGRATION: CWS changefileheader (1.9.18); FILE MERGED 2008/04/01 12:26:30 thb 1.9.18.2: #i85898# Stripping all external header guards 2008/03/31 12:19:33 rt 1.9.18.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [317452cfbaefb9561ff6e7dee50bffaad59a3ea3]

INTEGRATION: CWS changefileheader (1.2.96); FILE MERGED 2008/04/01 12:26:30 thb 1.2.96.2: #i85898# Stripping all external header guards 2008/03/31 12:19:33 rt 1.2.96.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2ba8fedbde64eb9ebed65f776e1a9536d164d834]

INTEGRATION: CWS changefileheader (1.17.84); FILE MERGED 2008/04/01 15:05:27 thb 1.17.84.3: #i85898# Stripping all external header guards 2008/04/01 12:26:30 thb 1.17.84.2: #i85898# Stripping all external header guards 2008/03/31 12:19:33 rt 1.17.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e63ada9843e27e8ed7d5ddfc443f75e3811a0346]

INTEGRATION: CWS changefileheader (1.43.12); FILE MERGED 2008/03/31 12:19:33 rt 1.43.12.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0de34909794ebe8626cb0b8c2c6d99c7a5488381]

INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/04/01 12:26:30 thb 1.2.102.2: #i85898# Stripping all external header guards 2008/03/31 12:19:33 rt 1.2.102.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [07b2b82d1a5debe6f2793dc0e98e454b3f75ff97]

INTEGRATION: CWS changefileheaderm6 (1.2.2); FILE MERGED 2008/04/09 16:06:58 rt 1.2.2.1: #i87884# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9e4f731eccb7fa6b48048a09f4f2caea6656cb7e]

INTEGRATION: CWS changefileheader (1.7.160); FILE MERGED 2008/04/01 15:05:27 thb 1.7.160.3: #i85898# Stripping all external header guards 2008/04/01 12:26:30 thb 1.7.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:33 rt 1.7.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2a89b94486e8ab87308c42a39e4734abcf004e07]

INTEGRATION: CWS changefileheader (1.9.58); FILE MERGED 2008/04/01 12:26:30 thb 1.9.58.2: #i85898# Stripping all external header guards 2008/03/31 12:19:33 rt 1.9.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7feb7d17cedf4a3ea5e6ad327197e0f928c89a71]

INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/03/31 12:19:33 rt 1.2.36.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a030846f8594615af35940fc03b7af600e73a94e]

INTEGRATION: CWS changefileheader (1.6.160); FILE MERGED 2008/04/01 15:05:27 thb 1.6.160.3: #i85898# Stripping all external header guards 2008/04/01 12:26:30 thb 1.6.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:33 rt 1.6.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a8bee527b2266f4055d877da53b4099a9e59dc35]

INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED 2008/04/01 15:05:27 thb 1.4.50.3: #i85898# Stripping all external header guards 2008/04/01 12:26:30 thb 1.4.50.2: #i85898# Stripping all external header guards 2008/03/31 12:19:33 rt 1.4.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c980c5f62ba005f7f2e270822313a342f11147d7]

INTEGRATION: CWS changefileheader (1.7.50); FILE MERGED 2008/04/01 12:26:30 thb 1.7.50.2: #i85898# Stripping all external header guards 2008/03/31 12:19:33 rt 1.7.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c92a8c36116423935374aa0d4403e91798c441b]

INTEGRATION: CWS changefileheader (1.14.12); FILE MERGED 2008/04/01 15:05:27 thb 1.14.12.3: #i85898# Stripping all external header guards 2008/04/01 12:26:30 thb 1.14.12.2: #i85898# Stripping all external header guards 2008/03/31 12:19:33 rt 1.14.12.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [33856dd9e7ed886f16d6881a1a06f1ba23619a4c]

INTEGRATION: CWS changefileheader (1.3.160); FILE MERGED 2008/04/01 12:26:30 thb 1.3.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:33 rt 1.3.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f4f7558025801978e2f0459ea562e93ff339f70f]

INTEGRATION: CWS changefileheader (1.4.18); FILE MERGED 2008/03/31 12:19:33 rt 1.4.18.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7ed50965e04ca4deb53852ff4c14972c3f5cab60]

INTEGRATION: CWS changefileheader (1.6.160); FILE MERGED 2008/04/01 12:26:30 thb 1.6.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:33 rt 1.6.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c7e741e018838e524dfa2d87d505d692888c092]

INTEGRATION: CWS changefileheader (1.6.100); FILE MERGED 2008/04/01 15:05:27 thb 1.6.100.3: #i85898# Stripping all external header guards 2008/04/01 12:26:30 thb 1.6.100.2: #i85898# Stripping all external header guards 2008/03/31 12:19:33 rt 1.6.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3bcee5c289cc7fe383384108d918d1995af5ce46]

INTEGRATION: CWS changefileheader (1.6.58); FILE MERGED 2008/04/01 12:26:30 thb 1.6.58.2: #i85898# Stripping all external header guards 2008/03/31 12:19:33 rt 1.6.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [45e26c958fac465ac581588ff14984ddab300f4e]

INTEGRATION: CWS changefileheader (1.8.160); FILE MERGED 2008/04/01 15:05:27 thb 1.8.160.3: #i85898# Stripping all external header guards 2008/04/01 12:26:29 thb 1.8.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:32 rt 1.8.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6900b025a7fbd5448c11a9010935d879dedf4e74]

INTEGRATION: CWS changefileheader (1.7.160); FILE MERGED 2008/03/31 12:19:32 rt 1.7.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d22b3bbbd00a03a54a688bae970b9dc3bee23b9]

INTEGRATION: CWS changefileheader (1.14.118); FILE MERGED 2008/04/01 12:26:29 thb 1.14.118.2: #i85898# Stripping all external header guards 2008/03/31 12:19:32 rt 1.14.118.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [68909715399f0c7e2521cd3d9e75f0b91d9651cf]

INTEGRATION: CWS changefileheader (1.8.160); FILE MERGED 2008/04/01 12:26:29 thb 1.8.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:32 rt 1.8.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f6c751b31cf968c55ea5e24bd78051bd86f2fa01]

INTEGRATION: CWS changefileheader (1.7.160); FILE MERGED 2008/04/01 12:26:29 thb 1.7.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:32 rt 1.7.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [89e2f9aed6e8c28187114032e17cb07420a5f036]

INTEGRATION: CWS changefileheader (1.5.160); FILE MERGED 2008/04/01 12:26:29 thb 1.5.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:32 rt 1.5.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b454d0976b184ef02b72870a3ca993cfec02abcd]

INTEGRATION: CWS changefileheader (1.10.160); FILE MERGED 2008/04/01 15:05:27 thb 1.10.160.3: #i85898# Stripping all external header guards 2008/04/01 12:26:29 thb 1.10.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:32 rt 1.10.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [015b0a95e412f5998ea4ffa79e81f42f0603ec1a]

INTEGRATION: CWS changefileheader (1.4.160); FILE MERGED 2008/03/31 12:19:32 rt 1.4.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [caa8b3e6b6d3786d4b9c8a4b47f1358817426b49]

INTEGRATION: CWS changefileheader (1.15.160); FILE MERGED 2008/04/01 15:05:26 thb 1.15.160.3: #i85898# Stripping all external header guards 2008/04/01 12:26:29 thb 1.15.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:32 rt 1.15.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [65ed60c6b5afad23c0f0e452ab4e60f7b8550a1a]

INTEGRATION: CWS changefileheader (1.2.96); FILE MERGED 2008/04/01 15:05:26 thb 1.2.96.2: #i85898# Stripping all external header guards 2008/03/31 12:19:32 rt 1.2.96.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a12bf937b789caf726486b6e4a5a229157b59a17]

INTEGRATION: CWS changefileheader (1.7.246); FILE MERGED 2008/03/31 12:19:32 rt 1.7.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9af41b3cac66b29865bb6ca576f5b86eaaa50474]

INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/04/01 15:05:26 thb 1.9.92.3: #i85898# Stripping all external header guards 2008/04/01 12:26:29 thb 1.9.92.2: #i85898# Stripping all external header guards 2008/03/31 12:19:32 rt 1.9.92.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [db69e12d9545021408edef5327afb33af83a43c0]

INTEGRATION: CWS changefileheader (1.5.160); FILE MERGED 2008/04/01 15:05:26 thb 1.5.160.3: #i85898# Stripping all external header guards 2008/04/01 12:26:28 thb 1.5.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:32 rt 1.5.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a594f21cb9de949004fab25887875ac61e7de382]

INTEGRATION: CWS changefileheader (1.10.96); FILE MERGED 2008/03/31 12:19:31 rt 1.10.96.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [63401d142ac2c59d5313f5fe3994c1f4efbc71c3]

INTEGRATION: CWS changefileheader (1.8.114); FILE MERGED 2008/04/01 12:26:28 thb 1.8.114.2: #i85898# Stripping all external header guards 2008/03/31 12:19:31 rt 1.8.114.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [db39f37e0417daa53230bef4949ee5f9e24f0898]

INTEGRATION: CWS changefileheader (1.24.18); FILE MERGED 2008/04/01 12:26:28 thb 1.24.18.2: #i85898# Stripping all external header guards 2008/03/31 12:19:31 rt 1.24.18.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8622c6ae8cba921b23b9d19a8eb28e78497d343a]

INTEGRATION: CWS changefileheader (1.3.86); FILE MERGED 2008/04/01 15:05:26 thb 1.3.86.3: #i85898# Stripping all external header guards 2008/04/01 12:26:28 thb 1.3.86.2: #i85898# Stripping all external header guards 2008/03/31 12:19:31 rt 1.3.86.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ddc63e482b48290b02012b1cb68be50bbff3a86a]

INTEGRATION: CWS changefileheader (1.6.160); FILE MERGED 2008/04/01 15:05:26 thb 1.6.160.3: #i85898# Stripping all external header guards 2008/04/01 12:26:28 thb 1.6.160.2: #i85898# Stripping all external header guards 2008/03/31 12:19:31 rt 1.6.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [43f192f176ef34086daaccbde7c7a0201ca6fbbe]

INTEGRATION: CWS changefileheader (1.7.50); FILE MERGED 2008/04/01 15:05:25 thb 1.7.50.3: #i85898# Stripping all external header guards 2008/04/01 12:26:28 thb 1.7.50.2: #i85898# Stripping all external header guards 2008/03/31 12:19:31 rt 1.7.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a687e5d9bf86a4a5ed085fcaf103bc43790c8393]

INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/03/31 12:19:31 rt 1.3.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c59e9e7666d238cadbb1a3c866d3eaa39408a362]

INTEGRATION: CWS changefileheader (1.6.50); FILE MERGED 2008/04/01 15:05:25 thb 1.6.50.3: #i85898# Stripping all external header guards 2008/04/01 12:26:27 thb 1.6.50.2: #i85898# Stripping all external header guards 2008/03/31 12:19:31 rt 1.6.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4e748f15e788dc36931ec35f247355999f2200d2]

INTEGRATION: CWS changefileheader (1.5.80); FILE MERGED 2008/03/28 15:45:56 rt 1.5.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4bf6c29d0c91db5f81377058dd28a3bd0677ee41]

INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/03/31 12:19:31 rt 1.2.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [093a5409d21a6824ed1ebf2e46132f4997bf0e53]

INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 15:45:56 rt 1.3.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b62b4abc0ee4905c0b4f1010aab150ab2e85ac4a]

INTEGRATION: CWS changefileheader (1.19.80); FILE MERGED 2008/03/28 15:45:55 rt 1.19.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e986205c5c12e44cd70334c3562d4da6e8c3e8fd]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/03/28 15:45:55 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [15599648e8823d7163f04a50dd488a4e27bd0942]

INTEGRATION: CWS changefileheader (1.22.80); FILE MERGED 2008/03/28 15:45:55 rt 1.22.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [87c2c424fd16b161a0dd9e28ecda08f514409516]

INTEGRATION: CWS changefileheader (1.2.64); FILE MERGED 2008/03/31 12:19:30 rt 1.2.64.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b834ca21ac686522bf72239f443feb49f8ebd91]

INTEGRATION: CWS changefileheader (1.10.394); FILE MERGED 2008/04/01 16:06:00 thb 1.10.394.3: #i85898# Stripping all external header guards 2008/04/01 13:02:09 thb 1.10.394.2: #i85898# Stripping all external header guards 2008/03/28 15:45:53 rt 1.10.394.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b10959b7416282c3ac9c85dd5e6567618a3b23f1]

INTEGRATION: CWS changefileheader (1.13.224); FILE MERGED 2008/04/01 16:06:00 thb 1.13.224.3: #i85898# Stripping all external header guards 2008/04/01 13:02:09 thb 1.13.224.2: #i85898# Stripping all external header guards 2008/03/28 15:45:53 rt 1.13.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0692c7ecec39e47868da03dd46f1155f3745c2a6]

INTEGRATION: CWS changefileheader (1.2.58); FILE MERGED 2008/03/31 12:19:30 rt 1.2.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [36dc8dfe0a8ec104328e1eb5a9b7847ca1c4ff6a]

INTEGRATION: CWS changefileheader (1.152.20); FILE MERGED 2008/04/01 16:06:00 thb 1.152.20.3: #i85898# Stripping all external header guards 2008/04/01 13:02:09 thb 1.152.20.2: #i85898# Stripping all external header guards 2008/03/28 15:45:53 rt 1.152.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [72d6f3e02799f0bbb3349af768b952e28ada7137]

INTEGRATION: CWS changefileheader (1.13.286); FILE MERGED 2008/03/28 15:45:53 rt 1.13.286.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [74b66dd585892d7f44dbdee29029bff84914df17]

INTEGRATION: CWS changefileheader (1.2.160); FILE MERGED 2008/03/31 12:19:30 rt 1.2.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2c0131cb6face25b64e77e8f16a7b96e4da3d5c7]

INTEGRATION: CWS changefileheader (1.5.846); FILE MERGED 2008/03/28 15:45:53 rt 1.5.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [00285ab865c5ccce91e05225ca228eccf7a64ee7]

INTEGRATION: CWS changefileheader (1.9.344); FILE MERGED 2008/03/28 15:45:53 rt 1.9.344.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f9a89825f39f27f785eb7dc8e53bab45dc63d4e3]

INTEGRATION: CWS changefileheader (1.5.190); FILE MERGED 2008/04/01 15:05:25 thb 1.5.190.3: #i85898# Stripping all external header guards 2008/04/01 12:26:27 thb 1.5.190.2: #i85898# Stripping all external header guards 2008/03/31 12:19:30 rt 1.5.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cdeeef9d3da1f7cc19a6f8491a2f5685562fdfd4]

INTEGRATION: CWS changefileheader (1.4.484); FILE MERGED 2008/03/28 15:45:53 rt 1.4.484.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b1ad67856aa1ac2fb86827b019a46878b8e757a4]

INTEGRATION: CWS changefileheader (1.2.64); FILE MERGED 2008/04/01 15:05:25 thb 1.2.64.2: #i85898# Stripping all external header guards 2008/03/31 12:19:30 rt 1.2.64.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eef44c3bb7edb6a4b2deb34004b7ef0cf0c96c4d]

INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/31 12:19:30 rt 1.2.12.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d41d753c84cda3d5b221fc3077cc779a6db029a8]

INTEGRATION: CWS changefileheader (1.13.224); FILE MERGED 2008/04/01 16:05:59 thb 1.13.224.3: #i85898# Stripping all external header guards 2008/04/01 13:02:08 thb 1.13.224.2: #i85898# Stripping all external header guards 2008/03/28 15:45:52 rt 1.13.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [437b5a8aeb870d558ab1a1e7f6073a50016616c1]

INTEGRATION: CWS changefileheader (1.3.176); FILE MERGED 2008/04/01 15:05:24 thb 1.3.176.2: #i85898# Stripping all external header guards 2008/03/31 12:19:30 rt 1.3.176.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [448156326dbf0552d307bf387886173fd223521a]

INTEGRATION: CWS changefileheader (1.34.120); FILE MERGED 2008/04/01 16:05:58 thb 1.34.120.3: #i85898# Stripping all external header guards 2008/04/01 13:02:08 thb 1.34.120.2: #i85898# Stripping all external header guards 2008/03/28 15:45:52 rt 1.34.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d428daedad9e78453c3d8f6fc886ed126af8b9f1]

INTEGRATION: CWS changefileheader (1.8.236); FILE MERGED 2008/04/01 15:05:24 thb 1.8.236.3: #i85898# Stripping all external header guards 2008/04/01 12:26:27 thb 1.8.236.2: #i85898# Stripping all external header guards 2008/03/31 12:19:30 rt 1.8.236.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [993bbd0c353c9ef402382527a76665ea27cec047]

INTEGRATION: CWS changefileheader (1.9.326); FILE MERGED 2008/04/01 16:05:58 thb 1.9.326.3: #i85898# Stripping all external header guards 2008/04/01 13:02:08 thb 1.9.326.2: #i85898# Stripping all external header guards 2008/03/28 15:45:52 rt 1.9.326.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fb6a8e1db01ba7000b33c28dcff756a8c2eb58ca]

INTEGRATION: CWS changefileheader (1.11.22); FILE MERGED 2008/03/28 15:45:52 rt 1.11.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a24e3cd479a5d9bf0bbcb85f41409e6f93a8db80]

INTEGRATION: CWS changefileheader (1.10.190); FILE MERGED 2008/04/01 15:05:24 thb 1.10.190.3: #i85898# Stripping all external header guards 2008/04/01 12:26:27 thb 1.10.190.2: #i85898# Stripping all external header guards 2008/03/31 12:19:30 rt 1.10.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [24a3982508c006fe16eb75ecb54242504204dfb3]

INTEGRATION: CWS changefileheader (1.93.6); FILE MERGED 2008/04/01 16:05:57 thb 1.93.6.3: #i85898# Stripping all external header guards 2008/04/01 13:02:07 thb 1.93.6.2: #i85898# Stripping all external header guards 2008/03/28 15:45:52 rt 1.93.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e38f1b693dd262ff0f1989dbf4a3f8bbf6443e55]

INTEGRATION: CWS changefileheader (1.4.18); FILE MERGED 2008/04/01 15:05:24 thb 1.4.18.3: #i85898# Stripping all external header guards 2008/04/01 12:26:27 thb 1.4.18.2: #i85898# Stripping all external header guards 2008/03/31 12:19:30 rt 1.4.18.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2dd0ea9f6b506d3c6e9809acf5c2ee981994816f]

INTEGRATION: CWS changefileheader (1.14.44); FILE MERGED 2008/04/01 16:05:57 thb 1.14.44.3: #i85898# Stripping all external header guards 2008/04/01 13:02:07 thb 1.14.44.2: #i85898# Stripping all external header guards 2008/03/28 15:45:52 rt 1.14.44.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [27d9352288e728fa27275aded1933b47924745c9]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/04/01 12:26:27 thb 1.4.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:30 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4677ff84820e83f58e651f69705aa9ba2df654b3]

INTEGRATION: CWS changefileheader (1.32.396); FILE MERGED 2008/04/01 16:05:57 thb 1.32.396.3: #i85898# Stripping all external header guards 2008/04/01 13:02:07 thb 1.32.396.2: #i85898# Stripping all external header guards 2008/03/28 15:45:52 rt 1.32.396.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ede69d7dd566c2278c1ed16365826c86e7c508ed]

INTEGRATION: CWS changefileheader (1.6.152); FILE MERGED 2008/04/01 15:05:24 thb 1.6.152.3: #i85898# Stripping all external header guards 2008/04/01 12:26:27 thb 1.6.152.2: #i85898# Stripping all external header guards 2008/03/31 12:19:29 rt 1.6.152.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d245d6a0b408da35dcc5ff6eecd012ad245bf512]

INTEGRATION: CWS changefileheader (1.12.60); FILE MERGED 2008/04/01 16:05:57 thb 1.12.60.3: #i85898# Stripping all external header guards 2008/04/01 13:02:07 thb 1.12.60.2: #i85898# Stripping all external header guards 2008/03/28 15:45:52 rt 1.12.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0ee35a38ac595ef245a4dd02564679ddf9f3b580]

INTEGRATION: CWS changefileheader (1.13.36); FILE MERGED 2008/04/01 15:05:24 thb 1.13.36.3: #i85898# Stripping all external header guards 2008/04/01 12:26:27 thb 1.13.36.2: #i85898# Stripping all external header guards 2008/03/31 12:19:29 rt 1.13.36.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [018dde0de184287e942376181fc5e5bc887a58a7]

INTEGRATION: CWS changefileheader (1.12.286); FILE MERGED 2008/03/28 15:45:52 rt 1.12.286.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6abcf6756f966e8d3b9b3ba0f10537bad9ec584b]

INTEGRATION: CWS changefileheader (1.11.326); FILE MERGED 2008/04/01 16:05:56 thb 1.11.326.3: #i85898# Stripping all external header guards 2008/04/01 13:02:07 thb 1.11.326.2: #i85898# Stripping all external header guards 2008/03/28 15:45:51 rt 1.11.326.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eccf5360b373b095b486a5cf6995bb1047b3fd1e]

INTEGRATION: CWS changefileheader (1.4.190); FILE MERGED 2008/03/31 12:19:29 rt 1.4.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7f8c35fb2d0ffdecf577b43745f2ee5c5c0ec173]

INTEGRATION: CWS changefileheader (1.7.326); FILE MERGED 2008/04/01 16:05:56 thb 1.7.326.3: #i85898# Stripping all external header guards 2008/04/01 13:02:07 thb 1.7.326.2: #i85898# Stripping all external header guards 2008/03/28 15:45:51 rt 1.7.326.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [24682090a14aad350a7731d2c4c38b0faa218ddd]

INTEGRATION: CWS changefileheader (1.4.136); FILE MERGED 2008/03/31 12:19:29 rt 1.4.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a2a4ab61f6ed9b73ab2d1a1ac084b06df67b5897]

INTEGRATION: CWS changefileheader (1.5.246); FILE MERGED 2008/04/01 15:05:24 thb 1.5.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:29 rt 1.5.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c0225a23cc2440ea520bf37ede447257106bf29a]

INTEGRATION: CWS changefileheader (1.41.22); FILE MERGED 2008/04/01 21:58:29 thb 1.41.22.4: #i85898# Corrected misspelled header name; removed misspelled include guard 2008/04/01 16:05:56 thb 1.41.22.3: #i85898# Stripping all external header guards 2008/04/01 13:02:06 thb 1.41.22.2: #i85898# Stripping all external header guards 2008/03/28 15:45:51 rt 1.41.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a763b853a14563d6b1f4765b219d23657d8d7027]

INTEGRATION: CWS changefileheader (1.8.58); FILE MERGED 2008/04/01 15:05:24 thb 1.8.58.3: #i85898# Stripping all external header guards 2008/04/01 12:26:26 thb 1.8.58.2: #i85898# Stripping all external header guards 2008/03/31 12:19:29 rt 1.8.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3649c71488f5a99fb1b0829a509ae26d7b0cad8f]

INTEGRATION: CWS changefileheader (1.17.120); FILE MERGED 2008/03/28 15:45:51 rt 1.17.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da30c50bab7343b744a035ba470c64732a284ffb]

INTEGRATION: CWS changefileheader (1.11.94); FILE MERGED 2008/04/01 15:05:24 thb 1.11.94.3: #i85898# Stripping all external header guards 2008/04/01 12:26:26 thb 1.11.94.2: #i85898# Stripping all external header guards 2008/03/31 12:19:29 rt 1.11.94.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [42bbfaaea04875007953e78cee60857dc1189af4]

INTEGRATION: CWS changefileheader (1.8.248); FILE MERGED 2008/04/01 16:05:55 thb 1.8.248.3: #i85898# Stripping all external header guards 2008/04/01 13:02:06 thb 1.8.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:51 rt 1.8.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de912fe9e34a09cc88ea393ec8f5fae36453a722]

INTEGRATION: CWS changefileheader (1.10.20); FILE MERGED 2008/03/28 15:45:51 rt 1.10.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a62ac7f093e5631070b028f3771680dd6f433aca]

INTEGRATION: CWS changefileheader (1.5.246); FILE MERGED 2008/04/01 15:05:24 thb 1.5.246.3: #i85898# Stripping all external header guards 2008/04/01 12:26:26 thb 1.5.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:29 rt 1.5.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c08d17f8bed5b37b6ae9b668e6443f1a2df8fde5]

INTEGRATION: CWS changefileheader (1.4.248); FILE MERGED 2008/04/01 13:02:06 thb 1.4.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:49 rt 1.4.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [90f0581d5ca017d882e4c9dcb336ed70abcb4951]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/04/01 15:05:24 thb 1.4.246.3: #i85898# Stripping all external header guards 2008/04/01 12:26:26 thb 1.4.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:29 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [efb32cd677440e4fb64ae6a14fde4e1c872cc79c]

INTEGRATION: CWS changefileheader (1.2.846); FILE MERGED 2008/04/01 16:05:55 thb 1.2.846.2: #i85898# Stripping all external header guards 2008/03/28 15:45:49 rt 1.2.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a04161403a27f34e9f2f4b4d566b2a0c977864b9]

INTEGRATION: CWS changefileheader (1.5.246); FILE MERGED 2008/03/31 12:19:29 rt 1.5.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a61599e5bd95896d0a4078306f9057f6327d3f2]

INTEGRATION: CWS changefileheader (1.6.248); FILE MERGED 2008/04/01 13:02:06 thb 1.6.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:49 rt 1.6.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ca7448c7454793ce565f1b8573afd53bd97dbe3f]

INTEGRATION: CWS changefileheader (1.2.246); FILE MERGED 2008/04/01 15:05:23 thb 1.2.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:29 rt 1.2.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb0c6152c886b4999aaac0671b974d8582fcf0ec]

INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/04/01 15:05:23 thb 1.3.246.3: #i85898# Stripping all external header guards 2008/04/01 12:26:26 thb 1.3.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:29 rt 1.3.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [79d572ab4122356645ed9fd7a616c4602f92a041]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/03/28 15:45:49 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8fc406f65ee5f957f318de281b92f372960d2119]

INTEGRATION: CWS changefileheader (1.6.190); FILE MERGED 2008/04/01 15:05:23 thb 1.6.190.3: #i85898# Stripping all external header guards 2008/04/01 12:26:26 thb 1.6.190.2: #i85898# Stripping all external header guards 2008/03/31 12:19:29 rt 1.6.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d7dcb124c90f7887e06c97606a8bccbb2932273c]

INTEGRATION: CWS changefileheader (1.8.120); FILE MERGED 2008/04/01 13:02:06 thb 1.8.120.2: #i85898# Stripping all external header guards 2008/03/28 15:45:49 rt 1.8.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cca126889ca169598f85d3c3639c191a9075966c]

INTEGRATION: CWS changefileheader (1.7.24); FILE MERGED 2008/04/01 15:05:23 thb 1.7.24.3: #i85898# Stripping all external header guards 2008/04/01 12:26:26 thb 1.7.24.2: #i85898# Stripping all external header guards 2008/03/31 12:19:29 rt 1.7.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6b64ef6235b30c4b2cfb21da1745ac0f2bab9a15]

INTEGRATION: CWS changefileheader (1.3.248); FILE MERGED 2008/04/01 16:05:55 thb 1.3.248.3: #i85898# Stripping all external header guards 2008/04/01 13:02:06 thb 1.3.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:49 rt 1.3.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [99ff5c1d07b411d60283be4ed20c6c3460654336]

INTEGRATION: CWS changefileheader (1.9.246); FILE MERGED 2008/04/01 15:05:23 thb 1.9.246.3: #i85898# Stripping all external header guards 2008/04/01 12:26:26 thb 1.9.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:29 rt 1.9.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [87af26f1de6f69ab2ebfc6c055556c9d36fa772d]

INTEGRATION: CWS changefileheader (1.5.248); FILE MERGED 2008/04/01 16:05:55 thb 1.5.248.3: #i85898# Stripping all external header guards 2008/04/01 13:02:06 thb 1.5.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:49 rt 1.5.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [10e91c45bd912131cc5ba5ac4a847220057fc103]

INTEGRATION: CWS changefileheader (1.5.168); FILE MERGED 2008/04/01 15:05:23 thb 1.5.168.3: #i85898# Stripping all external header guards 2008/04/01 12:26:26 thb 1.5.168.2: #i85898# Stripping all external header guards 2008/03/31 12:19:29 rt 1.5.168.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b2137d36e1837da8a130a61b06191fbddf84acf9]

INTEGRATION: CWS changefileheader (1.4.248); FILE MERGED 2008/04/01 21:58:28 thb 1.4.248.3: #i85898# Corrected misspelled header name; removed misspelled include guard 2008/04/01 13:02:05 thb 1.4.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:49 rt 1.4.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [99fd8742ea927189d5508af4a4fcf96ac835d252]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/04/01 15:05:23 thb 1.4.246.3: #i85898# Stripping all external header guards 2008/04/01 12:26:26 thb 1.4.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:29 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b96f6eced3d1550fed0123f5c941464885d1a02]

INTEGRATION: CWS changefileheader (1.4.248); FILE MERGED 2008/04/01 13:02:05 thb 1.4.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:48 rt 1.4.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f7e1e0333b6971d774cc3c7f44b0ace294d5f6d9]

INTEGRATION: CWS changefileheader (1.5.246); FILE MERGED 2008/04/01 12:26:26 thb 1.5.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:29 rt 1.5.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [977051c0e1c917908b63c83f714a10dabfb161b2]

INTEGRATION: CWS changefileheader (1.6.224); FILE MERGED 2008/04/01 13:02:05 thb 1.6.224.2: #i85898# Stripping all external header guards 2008/03/28 15:45:48 rt 1.6.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [95d2de99b4ffb86bac2bf7d4e5172eaf9b5c2feb]

INTEGRATION: CWS changefileheader (1.5.36); FILE MERGED 2008/04/01 15:05:22 thb 1.5.36.3: #i85898# Stripping all external header guards 2008/04/01 12:26:26 thb 1.5.36.2: #i85898# Stripping all external header guards 2008/03/31 12:19:29 rt 1.5.36.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ff0195f6f31e65a979f358a4f3f147a464a51b03]

INTEGRATION: CWS changefileheader (1.15.22); FILE MERGED 2008/04/01 13:02:05 thb 1.15.22.2: #i85898# Stripping all external header guards 2008/03/28 15:45:48 rt 1.15.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [586cebe11189882d9c2687b14558b90100ee2418]

INTEGRATION: CWS changefileheader (1.5.846); FILE MERGED 2008/03/28 15:45:48 rt 1.5.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [15e913f7acfa11b33514ebdc0bf58b5c903b98fb]

INTEGRATION: CWS changefileheader (1.8.190); FILE MERGED 2008/04/01 15:05:22 thb 1.8.190.3: #i85898# Stripping all external header guards 2008/04/01 12:26:26 thb 1.8.190.2: #i85898# Stripping all external header guards 2008/03/31 12:19:29 rt 1.8.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [276be3a89c0194436dd13eb3632389c71281c72a]

INTEGRATION: CWS changefileheader (1.27.40); FILE MERGED 2008/04/01 13:02:05 thb 1.27.40.2: #i85898# Stripping all external header guards 2008/03/28 15:45:48 rt 1.27.40.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d6ab20e1a8d16533c0d093e104c1b246cfc0e6b7]

INTEGRATION: CWS changefileheader (1.3.118); FILE MERGED 2008/04/01 12:26:26 thb 1.3.118.2: #i85898# Stripping all external header guards 2008/03/31 12:19:29 rt 1.3.118.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3bbcce996c5b3f88ef72be305657592aa10296d2]

INTEGRATION: CWS changefileheader (1.20.20); FILE MERGED 2008/04/01 13:02:05 thb 1.20.20.2: #i85898# Stripping all external header guards 2008/03/28 15:45:48 rt 1.20.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [44dec9db2d0f74d88c52440fc168c76cbb17d0d7]

INTEGRATION: CWS changefileheader (1.8.222); FILE MERGED 2008/04/01 15:05:22 thb 1.8.222.3: #i85898# Stripping all external header guards 2008/04/01 12:26:26 thb 1.8.222.2: #i85898# Stripping all external header guards 2008/03/31 12:19:29 rt 1.8.222.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a63e21c76c680d1c96d5a605daf13bee29514644]

INTEGRATION: CWS changefileheader (1.29.22); FILE MERGED 2008/04/01 13:02:05 thb 1.29.22.2: #i85898# Stripping all external header guards 2008/03/28 15:45:48 rt 1.29.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d5c27e7d4bf1daf153dcfa51bf28e2e97f2e8803]

INTEGRATION: CWS changefileheader (1.5.248); FILE MERGED 2008/04/01 16:05:55 thb 1.5.248.3: #i85898# Stripping all external header guards 2008/04/01 13:02:05 thb 1.5.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:48 rt 1.5.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0ec4b1c1ac9dc8875c43916e6b4a1e59ab3ea3a0]

INTEGRATION: CWS changefileheader (1.9.152); FILE MERGED 2008/04/01 15:05:22 thb 1.9.152.3: #i85898# Stripping all external header guards 2008/04/01 12:26:25 thb 1.9.152.2: #i85898# Stripping all external header guards 2008/03/31 12:19:29 rt 1.9.152.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [271e90eec587cc2a44d83f6301ee3ecb936f6dc6]

INTEGRATION: CWS changefileheader (1.4.32); FILE MERGED 2008/03/28 15:45:48 rt 1.4.32.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f29342f48a2d41719d798482783c6e410d31e20e]

INTEGRATION: CWS changefileheader (1.7.34); FILE MERGED 2008/03/28 15:45:48 rt 1.7.34.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f94543ac36ac4cf06cdd4116396187c10e2571bb]

INTEGRATION: CWS changefileheader (1.9.246); FILE MERGED 2008/04/01 12:26:25 thb 1.9.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:29 rt 1.9.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e75af604b046a1791f2140d2aace94e5c6788bf3]

INTEGRATION: CWS changefileheader (1.4.168); FILE MERGED 2008/03/28 15:45:48 rt 1.4.168.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ad3ccdb81935b44397c9fa77b25596e8f9a307de]

INTEGRATION: CWS changefileheader (1.6.190); FILE MERGED 2008/04/01 15:05:22 thb 1.6.190.3: #i85898# Stripping all external header guards 2008/04/01 12:26:25 thb 1.6.190.2: #i85898# Stripping all external header guards 2008/03/31 12:19:29 rt 1.6.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea0ca85f69f39042ca2cb98aba3633385bd41d28]

INTEGRATION: CWS changefileheader (1.19.22); FILE MERGED 2008/03/28 15:45:47 rt 1.19.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9fb056169aa264e6b987eff31e5a08f634c8b95c]

INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/04/01 15:05:22 thb 1.3.246.3: #i85898# Stripping all external header guards 2008/04/01 12:26:25 thb 1.3.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:29 rt 1.3.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [515c5029e650366da9c09c6b3ea86341f147b55f]

INTEGRATION: CWS changefileheader (1.107.4); FILE MERGED 2008/03/28 15:45:47 rt 1.107.4.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b804ae7f0f7cd9d81868f164888ba0a9b534eccc]

INTEGRATION: CWS changefileheaderm6 (1.2.4); FILE MERGED 2008/04/09 16:08:06 rt 1.2.4.1: #i87884# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e0e678920b793384dcb834fcc0b2dd4337b6f235]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/04/01 15:05:22 thb 1.4.246.3: #i85898# Stripping all external header guards 2008/04/01 12:26:25 thb 1.4.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:28 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7ba794c24e0ede518bad4ab6cd9c00ebc10d54fe]

INTEGRATION: CWS changefileheader (1.23.60); FILE MERGED 2008/04/01 13:02:04 thb 1.23.60.2: #i85898# Stripping all external header guards 2008/03/28 15:45:44 rt 1.23.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [38fd3a58af2a6f2bb55452d328fcd417eb950f77]

INTEGRATION: CWS changefileheaderm6 (1.2.2); FILE MERGED 2008/04/09 16:08:06 rt 1.2.2.1: #i87884# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ae5567f371a7e2a44e44ccb331b5b7c25f48b64d]

INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/04/01 15:05:22 thb 1.4.242.2: #i85898# Stripping all external header guards 2008/03/31 12:19:28 rt 1.4.242.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c20e75ed72834af862dcbf79c1dda28192a874f4]

INTEGRATION: CWS changefileheader (1.8.484); FILE MERGED 2008/04/01 13:02:04 thb 1.8.484.2: #i85898# Stripping all external header guards 2008/03/28 15:45:44 rt 1.8.484.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f29be54c3cdd55678494cead4c2b39ba1113dce5]

INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/03/31 12:19:28 rt 1.5.242.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd64778726cb7a044cf22380791fda83349218c5]

INTEGRATION: CWS changefileheader (1.222.58); FILE MERGED 2008/04/01 20:09:45 thb 1.222.58.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 16:05:54 thb 1.222.58.3: #i85898# Stripping all external header guards 2008/04/01 13:02:04 thb 1.222.58.2: #i85898# Stripping all external header guards 2008/03/28 15:45:44 rt 1.222.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1efc4e7ab3643b7efda2620093a9eca4145a8a67]

INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED 2008/04/01 15:05:22 thb 1.3.56.3: #i85898# Stripping all external header guards 2008/04/01 12:26:25 thb 1.3.56.2: #i85898# Stripping all external header guards 2008/03/31 12:19:28 rt 1.3.56.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d552227befd8c10a9ce4552bd05fd25833853804]

INTEGRATION: CWS changefileheader (1.9.344); FILE MERGED 2008/03/28 15:45:44 rt 1.9.344.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4e96122897b595d439060a6c85dbc42f3637f414]

INTEGRATION: CWS changefileheader (1.3.58); FILE MERGED 2008/04/01 15:05:21 thb 1.3.58.3: #i85898# Stripping all external header guards 2008/04/01 12:26:25 thb 1.3.58.2: #i85898# Stripping all external header guards 2008/03/31 12:19:28 rt 1.3.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b315517bd050e54d40d438687645a74f9c531148]

INTEGRATION: CWS changefileheader (1.3.846); FILE MERGED 2008/03/28 15:45:44 rt 1.3.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8bdb59141dec55689d0100c89da4daa737aa19a3]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/04/01 12:26:25 thb 1.4.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:28 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0a3aa7aed02de32caadc2a016cb099ec504b6808]

INTEGRATION: CWS changefileheader (1.6.484); FILE MERGED 2008/04/01 13:02:04 thb 1.6.484.2: #i85898# Stripping all external header guards 2008/03/28 15:45:43 rt 1.6.484.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aa70340d4cee411141f14524dec6d0d29c596a2e]

INTEGRATION: CWS changefileheader (1.8.18); FILE MERGED 2008/04/01 15:05:21 thb 1.8.18.3: #i85898# Stripping all external header guards 2008/04/01 12:26:25 thb 1.8.18.2: #i85898# Stripping all external header guards 2008/03/31 12:19:28 rt 1.8.18.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ec54d373deed5dde849aa101f491956d399c5881]

INTEGRATION: CWS changefileheader (1.25.34); FILE MERGED 2008/03/28 15:45:43 rt 1.25.34.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d02aa7a54da45cdbd7b2775d5c6a9c22f8e0613a]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/04/01 15:05:21 thb 1.4.246.3: #i85898# Stripping all external header guards 2008/04/01 12:26:25 thb 1.4.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:28 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [83e6436846060162bbc515bf548ecdb91bbdf47a]

INTEGRATION: CWS changefileheader (1.7.80); FILE MERGED 2008/03/28 15:45:43 rt 1.7.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0e2d8d7febae426e891a9534a46b0f9dbbd90d7d]

INTEGRATION: CWS changefileheader (1.2.96); FILE MERGED 2008/04/01 15:05:21 thb 1.2.96.3: #i85898# Stripping all external header guards 2008/04/01 12:26:25 thb 1.2.96.2: #i85898# Stripping all external header guards 2008/03/31 12:19:28 rt 1.2.96.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f6fd346f54d07a036f93fd9452fe315b8616c3c5]

INTEGRATION: CWS changefileheader (1.2.846); FILE MERGED 2008/03/28 15:45:37 rt 1.2.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [65b15ac0fb9ffe85d394ed0ad696ec308bc8c48b]

INTEGRATION: CWS changefileheader (1.12.84); FILE MERGED 2008/04/01 15:05:21 thb 1.12.84.3: #i85898# Stripping all external header guards 2008/04/01 12:26:25 thb 1.12.84.2: #i85898# Stripping all external header guards 2008/03/31 12:19:28 rt 1.12.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0ea8ba18d36dc97295574b185a584ee28a25cb2b]

INTEGRATION: CWS changefileheader (1.2.206); FILE MERGED 2008/04/01 15:05:21 thb 1.2.206.2: #i85898# Stripping all external header guards 2008/03/31 12:19:28 rt 1.2.206.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b003174c073401798776928c05c0e78e8ca0bee]

INTEGRATION: CWS changefileheader (1.2.242); FILE MERGED 2008/03/31 12:19:28 rt 1.2.242.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc65805c996c96068aa09d977fc533b0b0f6f8cf]

INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/04/01 12:26:25 thb 1.2.102.2: #i85898# Stripping all external header guards 2008/03/31 12:19:28 rt 1.2.102.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b1f10ab1b61c6acd92254e691041cb31fe128e7]

INTEGRATION: CWS changefileheader (1.5.846); FILE MERGED 2008/03/28 15:45:37 rt 1.5.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [68ca47d406ac82f0b994f1b5625c3f7c88eb7e7d]

INTEGRATION: CWS changefileheader (1.7.246); FILE MERGED 2008/04/01 15:05:21 thb 1.7.246.3: #i85898# Stripping all external header guards 2008/04/01 12:26:25 thb 1.7.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:28 rt 1.7.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25fc3262f4e69ea11048ca975537275301bf9f1d]

INTEGRATION: CWS changefileheader (1.10.56); FILE MERGED 2008/04/01 15:05:21 thb 1.10.56.3: #i85898# Stripping all external header guards 2008/04/01 12:26:25 thb 1.10.56.2: #i85898# Stripping all external header guards 2008/03/31 12:19:28 rt 1.10.56.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [36a7508d8b8ee56f3afcc6f12da1e54fd68f2b40]

INTEGRATION: CWS changefileheader (1.3.846); FILE MERGED 2008/03/28 15:45:37 rt 1.3.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e81a0734f3f42067378c2f4faa1f4a41a2ea6da4]

INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/03/31 12:19:28 rt 1.2.36.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [052fa4e84a1fbb6079e83cf46c3839f1b3e17921]

INTEGRATION: CWS changefileheader (1.5.246); FILE MERGED 2008/04/01 15:05:20 thb 1.5.246.3: #i85898# Stripping all external header guards 2008/04/01 12:26:24 thb 1.5.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:28 rt 1.5.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b203dc44320e2121098c1d305bb4d7e5860baf7]

INTEGRATION: CWS changefileheader (1.5.136); FILE MERGED 2008/04/01 15:05:20 thb 1.5.136.3: #i85898# Stripping all external header guards 2008/04/01 12:26:24 thb 1.5.136.2: #i85898# Stripping all external header guards 2008/03/31 12:19:28 rt 1.5.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f17cf675aed5becac667d93d9fd34e819bde754e]

INTEGRATION: CWS changefileheader (1.2.846); FILE MERGED 2008/03/28 15:45:36 rt 1.2.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8cfd0d0192ed0347108f0672fe360213f8972d8c]

INTEGRATION: CWS changefileheader (1.4.18); FILE MERGED 2008/03/31 12:19:28 rt 1.4.18.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [48522ce0d3837e2e6104ee124b2848ef01e4c414]

INTEGRATION: CWS changefileheader (1.3.846); FILE MERGED 2008/03/28 15:45:36 rt 1.3.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2923e259c8abb76b03fb3930dc27cf3d02f9cc42]

INTEGRATION: CWS changefileheader (1.4.228); FILE MERGED 2008/04/01 15:05:20 thb 1.4.228.2: #i85898# Stripping all external header guards 2008/03/31 12:19:28 rt 1.4.228.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3420241dc86b9e236f7c7d2fab325cb9cbeb681e]

INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/04/01 12:26:24 thb 1.3.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:28 rt 1.3.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c1aca293b3d8c3f422b1ed0965bf5de080638dcd]

INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/03/31 12:19:28 rt 1.3.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2cbec71b9e97e026b3b29b2d6d5734415b11c599]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/04/01 15:05:20 thb 1.4.246.3: #i85898# Stripping all external header guards 2008/04/01 12:26:24 thb 1.4.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:28 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [22d3963b01e4f56a7582ee224bb7af0298420a47]

INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/04/01 15:05:20 thb 1.3.246.3: #i85898# Stripping all external header guards 2008/04/01 12:26:24 thb 1.3.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:27 rt 1.3.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [be44f47c60bad170c89cd0aa3f5f289292ee13e5]

INTEGRATION: CWS changefileheader (1.7.114); FILE MERGED 2008/04/01 15:05:19 thb 1.7.114.3: #i85898# Stripping all external header guards 2008/04/01 12:26:24 thb 1.7.114.2: #i85898# Stripping all external header guards 2008/03/31 12:19:27 rt 1.7.114.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a537e59ee0afd42f24435c749d3b04f7570b73c9]

INTEGRATION: CWS changefileheader (1.14.18); FILE MERGED 2008/04/01 15:05:19 thb 1.14.18.3: #i85898# Stripping all external header guards 2008/04/01 12:26:24 thb 1.14.18.2: #i85898# Stripping all external header guards 2008/03/31 12:19:27 rt 1.14.18.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [11104c51a02fd67441b71ed65d87ba71e3b31d75]

INTEGRATION: CWS changefileheader (1.2.68); FILE MERGED 2008/03/31 12:19:27 rt 1.2.68.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cd81abd1949efccab014ac0ac1f7a37803a68f3c]

INTEGRATION: CWS changefileheader (1.9.18); FILE MERGED 2008/04/01 15:05:19 thb 1.9.18.2: #i85898# Stripping all external header guards 2008/03/31 12:19:27 rt 1.9.18.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [adc2941e5ff7dab3b76ff8ab727af6f5ac8ae248]

INTEGRATION: CWS changefileheader (1.3.86); FILE MERGED 2008/04/01 15:05:19 thb 1.3.86.3: #i85898# Stripping all external header guards 2008/04/01 12:26:24 thb 1.3.86.2: #i85898# Stripping all external header guards 2008/03/31 12:19:27 rt 1.3.86.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9d4b38551129f3cf4988e3ed117f1b88a3298ff8]

INTEGRATION: CWS changefileheader (1.7.152); FILE MERGED 2008/04/01 15:05:19 thb 1.7.152.3: #i85898# Stripping all external header guards 2008/04/01 12:26:24 thb 1.7.152.2: #i85898# Stripping all external header guards 2008/03/31 12:19:27 rt 1.7.152.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [48e67fce1abcfbe4d55e7699c2d90c0738ff1303]

INTEGRATION: CWS changefileheader (1.5.244); FILE MERGED 2008/04/01 15:05:19 thb 1.5.244.3: #i85898# Stripping all external header guards 2008/04/01 12:26:24 thb 1.5.244.2: #i85898# Stripping all external header guards 2008/03/31 12:19:27 rt 1.5.244.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [65da9adc668de2ca91526d496be2e27da08eff63]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/04/01 15:05:19 thb 1.4.246.3: #i85898# Stripping all external header guards 2008/04/01 12:26:24 thb 1.4.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:27 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5f15816ad819ac0bdb41451c4fd9967ab7d0c1a8]

INTEGRATION: CWS changefileheader (1.6.36); FILE MERGED 2008/04/01 15:05:19 thb 1.6.36.3: #i85898# Stripping all external header guards 2008/04/01 12:26:24 thb 1.6.36.2: #i85898# Stripping all external header guards 2008/03/31 12:19:27 rt 1.6.36.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7dbb5a2a683762ab042764be62ce7212d4ce6cf0]

INTEGRATION: CWS changefileheader (1.5.24); FILE MERGED 2008/04/01 15:05:18 thb 1.5.24.3: #i85898# Stripping all external header guards 2008/04/01 12:26:24 thb 1.5.24.2: #i85898# Stripping all external header guards 2008/03/31 12:19:27 rt 1.5.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9e5834544c9c9a1f0840e5dd08b5f49277ad9f29]

INTEGRATION: CWS changefileheader (1.22.8); FILE MERGED 2008/03/28 15:38:33 rt 1.22.8.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [45271ba9b3ca0e898e4dfbf40dacad76f4b7afb4]

INTEGRATION: CWS changefileheader (1.2.846); FILE MERGED 2008/03/28 15:45:35 rt 1.2.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b4a15fcc813b550a00a42cabe5bd5ddb6e3384b]

INTEGRATION: CWS changefileheader (1.5.58); FILE MERGED 2008/04/01 12:26:24 thb 1.5.58.2: #i85898# Stripping all external header guards 2008/03/31 12:19:27 rt 1.5.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c80089175d3815129e41860b843965169f994f7]

INTEGRATION: CWS changefileheader (1.30.90); FILE MERGED 2008/04/01 15:22:46 thb 1.30.90.3: #i85898# Stripping all external header guards 2008/04/01 11:00:36 thb 1.30.90.2: #i85898# Stripping all external header guards 2008/03/28 15:38:32 rt 1.30.90.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2dc6928ab298847731d3af74de5d817d5d0ed6f1]

INTEGRATION: CWS changefileheader (1.2.298); FILE MERGED 2008/04/01 15:05:18 thb 1.2.298.1: #i85898# Stripping all external header guards


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c0a631a9574bb74fa5a9480e7b8b78a9b74e3962]

INTEGRATION: CWS changefileheader (1.3.190); FILE MERGED 2008/04/01 15:22:46 thb 1.3.190.2: #i85898# Stripping all external header guards 2008/03/28 15:38:32 rt 1.3.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c3a5bfd7b84212f97db9ee9c5d7177c6cd8823d2]

INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/03/31 12:19:27 rt 1.6.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a5d2bab53c15d84ac26a0614cdaaa2a83ff2cbad]

INTEGRATION: CWS changefileheader (1.5.108); FILE MERGED 2008/04/01 11:00:36 thb 1.5.108.2: #i85898# Stripping all external header guards 2008/03/28 15:38:32 rt 1.5.108.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d2b1e732ad2e664ccb1b9056f860bb8611344fd8]

INTEGRATION: CWS changefileheader (1.6.238); FILE MERGED 2008/04/01 15:05:18 thb 1.6.238.2: #i85898# Stripping all external header guards 2008/03/31 12:19:27 rt 1.6.238.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [076d330043cc563d9f43957074b4a28ef6f63ad9]

INTEGRATION: CWS changefileheader (1.6.190); FILE MERGED 2008/03/28 15:38:32 rt 1.6.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [722b1185c92befb9efce6bb161b4a42c68cf6880]

INTEGRATION: CWS changefileheader (1.3.846); FILE MERGED 2008/03/28 15:45:35 rt 1.3.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1fd8d16e936aa2096393a01cf3311079300a9010]

INTEGRATION: CWS changefileheader (1.7.4); FILE MERGED 2008/03/31 13:07:10 rt 1.7.4.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e80be65255ae57bf6d5f3bb9400283d6c274ed3b]

INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/04/01 12:26:23 thb 1.3.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:27 rt 1.3.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3f75fea62264d1e511a50db03d91993d053d26a8]

INTEGRATION: CWS changefileheader (1.46.6); FILE MERGED 2008/04/01 15:22:46 thb 1.46.6.3: #i85898# Stripping all external header guards 2008/04/01 11:00:36 thb 1.46.6.2: #i85898# Stripping all external header guards 2008/03/28 15:38:32 rt 1.46.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a4bc573d0492370c4657ca971514fa82a7e949e5]

INTEGRATION: CWS changefileheader (1.10.46); FILE MERGED 2008/04/01 15:10:08 thb 1.10.46.3: #i85898# Stripping all external header guards 2008/04/01 12:27:52 thb 1.10.46.2: #i85898# Stripping all external header guards 2008/03/31 13:07:09 rt 1.10.46.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6f7c74c9e83aad7043b31619ec862d5819527bfd]

INTEGRATION: CWS changefileheader (1.2.152); FILE MERGED 2008/04/01 15:05:18 thb 1.2.152.3: #i85898# Stripping all external header guards 2008/04/01 12:26:23 thb 1.2.152.2: #i85898# Stripping all external header guards 2008/03/31 12:19:27 rt 1.2.152.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e4723a95dfd687eb7da7bd7bc5a1c03bb3db30d8]

INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED 2008/03/28 15:38:32 rt 1.7.72.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [84288200a343219513eb239c455eb5f114fbbd51]

INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/31 13:07:09 rt 1.3.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d0364f6d6f3ffd5ca38825fb618a4fea1ba625c]

INTEGRATION: CWS changefileheader (1.6.190); FILE MERGED 2008/04/01 15:05:18 thb 1.6.190.3: #i85898# Stripping all external header guards 2008/04/01 12:26:23 thb 1.6.190.2: #i85898# Stripping all external header guards 2008/03/31 12:19:27 rt 1.6.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [320ce4633ec245dbfd12d59d882427fb70ee97b0]

INTEGRATION: CWS changefileheader (1.9.190); FILE MERGED 2008/04/01 15:22:46 thb 1.9.190.3: #i85898# Stripping all external header guards 2008/04/01 11:00:36 thb 1.9.190.2: #i85898# Stripping all external header guards 2008/03/28 15:38:32 rt 1.9.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7cc5b3623cd435fa07481d3bb92afb03b52c0a14]

INTEGRATION: CWS changefileheader (1.5.80); FILE MERGED 2008/03/31 13:07:09 rt 1.5.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [652b6c10fcaf7ddb6c94c6cc7c58981407d9c2ee]

INTEGRATION: CWS changefileheader (1.5.246); FILE MERGED 2008/04/01 15:05:18 thb 1.5.246.3: #i85898# Stripping all external header guards 2008/04/01 12:26:23 thb 1.5.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:27 rt 1.5.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8256a2a5a790bf29bc50ef19c6077bf52ebe97fe]

INTEGRATION: CWS changefileheader (1.23.64); FILE MERGED 2008/04/01 15:22:46 thb 1.23.64.3: #i85898# Stripping all external header guards 2008/04/01 11:00:36 thb 1.23.64.2: #i85898# Stripping all external header guards 2008/03/28 15:38:32 rt 1.23.64.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5381c1fc9baf12cb10fc6e870c02fd0862a42e0d]

INTEGRATION: CWS changefileheader (1.8.50); FILE MERGED 2008/04/01 15:10:08 thb 1.8.50.2: #i85898# Stripping all external header guards 2008/03/31 13:07:09 rt 1.8.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [986b7dd2e232efa505c2380fb1087b8b7bf6cda3]

INTEGRATION: CWS changefileheader (1.7.246); FILE MERGED 2008/04/01 15:05:18 thb 1.7.246.3: #i85898# Stripping all external header guards 2008/04/01 12:26:23 thb 1.7.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:27 rt 1.7.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [49465259875c27521e7c48f87e23b297a2e7fe92]

INTEGRATION: CWS changefileheader (1.19.102); FILE MERGED 2008/04/01 11:00:35 thb 1.19.102.2: #i85898# Stripping all external header guards 2008/03/28 15:38:32 rt 1.19.102.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dfd834cad7d73b8c805b5b113f533c2fae1e7378]

INTEGRATION: CWS changefileheader (1.10.190); FILE MERGED 2008/04/01 15:05:18 thb 1.10.190.3: #i85898# Stripping all external header guards 2008/04/01 12:26:23 thb 1.10.190.2: #i85898# Stripping all external header guards 2008/03/31 12:19:27 rt 1.10.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [353f89740249ffc40812aa2178fa81803d82104f]

INTEGRATION: CWS changefileheader (1.7.76); FILE MERGED 2008/04/01 15:10:08 thb 1.7.76.3: #i85898# Stripping all external header guards 2008/04/01 12:27:52 thb 1.7.76.2: #i85898# Stripping all external header guards 2008/03/31 13:07:09 rt 1.7.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fea2497ee7c2d69a230b994303b1d0defe9b1499]

INTEGRATION: CWS changefileheader (1.11.108); FILE MERGED 2008/04/01 11:00:35 thb 1.11.108.2: #i85898# Stripping all external header guards 2008/03/28 15:38:31 rt 1.11.108.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [af811e1b20cb04c04a88cd016aed80754f9b36a8]

INTEGRATION: CWS changefileheader (1.9.46); FILE MERGED 2008/04/01 15:10:07 thb 1.9.46.3: #i85898# Stripping all external header guards 2008/04/01 12:27:52 thb 1.9.46.2: #i85898# Stripping all external header guards 2008/03/31 13:07:09 rt 1.9.46.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [82858c2152a13224c91b9d2f4803df148a18b6a9]

INTEGRATION: CWS changefileheader (1.8.190); FILE MERGED 2008/04/01 15:05:18 thb 1.8.190.3: #i85898# Stripping all external header guards 2008/04/01 12:26:23 thb 1.8.190.2: #i85898# Stripping all external header guards 2008/03/31 12:19:27 rt 1.8.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [75901c5116238e7b65996f23403f0a7c946f823e]

INTEGRATION: CWS changefileheader (1.47.4); FILE MERGED 2008/03/28 15:38:31 rt 1.47.4.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [359338eade881bb261a95e1c69c4581722ef32ec]

INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/04/01 15:10:07 thb 1.8.22.3: #i85898# Stripping all external header guards 2008/04/01 12:27:52 thb 1.8.22.2: #i85898# Stripping all external header guards 2008/03/31 13:07:09 rt 1.8.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2df44ef8917a6182f00f0e388c05a69bd9c85498]

INTEGRATION: CWS changefileheader (1.7.246); FILE MERGED 2008/04/01 15:05:17 thb 1.7.246.3: #i85898# Stripping all external header guards 2008/04/01 12:26:23 thb 1.7.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:27 rt 1.7.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8a99d61a17f95c35c9957012fba38995c22608ea]

INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 15:38:31 rt 1.8.10.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [61299b1d76ad4ea2f23c579ddef52e9d65d63e9c]

INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/04/01 15:10:07 thb 1.9.22.3: #i85898# Stripping all external header guards 2008/04/01 12:27:52 thb 1.9.22.2: #i85898# Stripping all external header guards 2008/03/31 13:07:09 rt 1.9.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [95e76993edab8c42f0bb261b875f0be3fd4b39ce]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/04/01 15:05:17 thb 1.4.246.3: #i85898# Stripping all external header guards 2008/04/01 12:26:23 thb 1.4.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:27 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9cf572b32e4cb34b282ab32ae5ea0fb9684a4949]

INTEGRATION: CWS changefileheader (1.9.90); FILE MERGED 2008/03/28 15:38:31 rt 1.9.90.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [307a61fbd341c0d37ee4f7df925e0141eabdbd03]

INTEGRATION: CWS changefileheader (1.5.80); FILE MERGED 2008/04/01 15:10:07 thb 1.5.80.2: #i85898# Stripping all external header guards 2008/03/31 13:07:09 rt 1.5.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e7e69a3c89eec8c747c2e1f809df495db5604e8]

INTEGRATION: CWS changefileheader (1.7.246); FILE MERGED 2008/04/01 15:05:17 thb 1.7.246.3: #i85898# Stripping all external header guards 2008/04/01 12:26:23 thb 1.7.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:26 rt 1.7.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3773b0255e0c70f2d5e8cb9fe22b690f016327d]

INTEGRATION: CWS changefileheader (1.26.4); FILE MERGED 2008/03/28 15:38:30 rt 1.26.4.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9a06f3c95ac6ebf55d4de8263d5707ab5943713b]

INTEGRATION: CWS changefileheader (1.8.50); FILE MERGED 2008/04/01 15:10:07 thb 1.8.50.3: #i85898# Stripping all external header guards 2008/04/01 12:27:51 thb 1.8.50.2: #i85898# Stripping all external header guards 2008/03/31 13:07:09 rt 1.8.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1cbc2797c335816e3fd12c4984ec1e3e5ae9baa1]

INTEGRATION: CWS changefileheader (1.15.48); FILE MERGED 2008/03/28 15:38:30 rt 1.15.48.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [39873f6bdbfd8df4d93f5cfb581e6e9830510748]

INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/03/31 12:19:26 rt 1.3.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ef8206559b3d75ff2a930f5c873f13a983b8a5be]

INTEGRATION: CWS changefileheader (1.5.80); FILE MERGED 2008/04/01 15:10:07 thb 1.5.80.3: #i85898# Stripping all external header guards 2008/04/01 12:27:51 thb 1.5.80.2: #i85898# Stripping all external header guards 2008/03/31 13:07:09 rt 1.5.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [74b25195757ce403e9db3af3e96ce7102af32f6e]

INTEGRATION: CWS changefileheader (1.24.76); FILE MERGED 2008/03/28 15:38:30 rt 1.24.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd44300ed30dd67f46ad4097207261dddfd08736]

INTEGRATION: CWS changefileheader (1.13.190); FILE MERGED 2008/04/01 15:05:17 thb 1.13.190.3: #i85898# Stripping all external header guards 2008/04/01 12:26:23 thb 1.13.190.2: #i85898# Stripping all external header guards 2008/03/31 12:19:26 rt 1.13.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b6e11077d72d8501afd42702886c0f1e91961c5]

INTEGRATION: CWS changefileheader (1.7.50); FILE MERGED 2008/03/31 13:07:09 rt 1.7.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8b7968e2b8cec154a746921a95902a0b4ef15c01]

INTEGRATION: CWS changefileheader (1.4.190); FILE MERGED 2008/03/28 15:38:30 rt 1.4.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [78a3cccc936bf7fc13353ac6e927390f7b8e6832]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/04/01 15:05:17 thb 1.6.246.3: #i85898# Stripping all external header guards 2008/04/01 12:26:23 thb 1.6.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:26 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aaca32ec8494b24c45cc226dc5165fdf80be2bb3]

INTEGRATION: CWS changefileheader (1.6.80); FILE MERGED 2008/04/01 15:10:07 thb 1.6.80.3: #i85898# Stripping all external header guards 2008/04/01 12:27:51 thb 1.6.80.2: #i85898# Stripping all external header guards 2008/03/31 13:07:09 rt 1.6.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d1efeb8c342c2312179098f7d6f0e6bc9655b022]

INTEGRATION: CWS changefileheader (1.31.2); FILE MERGED 2008/03/28 15:38:30 rt 1.31.2.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [abfa6260e1b3956af0abfc11cc56ddd2b8b49bba]

INTEGRATION: CWS changefileheader (1.13.84); FILE MERGED 2008/04/01 15:05:17 thb 1.13.84.3: #i85898# Stripping all external header guards 2008/04/01 12:26:23 thb 1.13.84.2: #i85898# Stripping all external header guards 2008/03/31 12:19:26 rt 1.13.84.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a8bced88d127f863a5c1393b87603d35a50e434c]

INTEGRATION: CWS changefileheader (1.8.50); FILE MERGED 2008/04/01 15:10:07 thb 1.8.50.2: #i85898# Stripping all external header guards 2008/03/31 13:07:09 rt 1.8.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b135d1b42e3c54c5d50745c8fa019a1cbbe9890]

INTEGRATION: CWS changefileheader (1.2.846); FILE MERGED 2008/03/28 15:45:34 rt 1.2.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8faa02d9dfd6e10fd8ff0bc7caf0751564553ac0]

INTEGRATION: CWS changefileheader (1.3.190); FILE MERGED 2008/03/28 15:38:29 rt 1.3.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [38b653b7e25ec7398e21fa7be39df2ca716a6a0a]

INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/04/01 15:05:17 thb 1.3.246.3: #i85898# Stripping all external header guards 2008/04/01 12:26:23 thb 1.3.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:26 rt 1.3.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [163547b71f958411342077318f6e4d168771e34f]

INTEGRATION: CWS changefileheader (1.5.80); FILE MERGED 2008/04/01 15:10:06 thb 1.5.80.3: #i85898# Stripping all external header guards 2008/04/01 12:27:51 thb 1.5.80.2: #i85898# Stripping all external header guards 2008/03/31 13:07:09 rt 1.5.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d559326c2f0524f4e542e8582bed482a14d507e9]

INTEGRATION: CWS changefileheader (1.2.96); FILE MERGED 2008/04/01 15:05:17 thb 1.2.96.3: #i85898# Stripping all external header guards 2008/04/01 12:26:23 thb 1.2.96.2: #i85898# Stripping all external header guards 2008/03/31 12:19:26 rt 1.2.96.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6be4a8ea74816cef199ec9d982a168505e3cdf8d]

INTEGRATION: CWS changefileheader (1.2.246); FILE MERGED 2008/04/01 15:05:16 thb 1.2.246.3: #i85898# Stripping all external header guards 2008/04/01 12:26:23 thb 1.2.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:26 rt 1.2.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a4eb5af9b97ed0b3f79bba68df408b6f6c55b91b]

INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/03/31 13:07:09 rt 1.8.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6a6a827a704ce596919e90b7b64d280a01ee2d8f]

INTEGRATION: CWS changefileheader (1.3.190); FILE MERGED 2008/03/28 15:38:28 rt 1.3.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ad247893963a7a8f77f3a31d53d5c5207d730cf5]

INTEGRATION: CWS changefileheader (1.4.190); FILE MERGED 2008/04/01 15:05:16 thb 1.4.190.3: #i85898# Stripping all external header guards 2008/04/01 12:26:22 thb 1.4.190.2: #i85898# Stripping all external header guards 2008/03/31 12:19:26 rt 1.4.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9b47997d2f3dcefee92d1a51004e7bcd8013b50f]

INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/04/01 15:10:06 thb 1.9.22.3: #i85898# Stripping all external header guards 2008/04/01 12:27:51 thb 1.9.22.2: #i85898# Stripping all external header guards 2008/03/31 13:07:09 rt 1.9.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [83da1bdc10c488b1b6d3e518baf885ff1552a44f]

INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/04/01 12:26:22 thb 1.3.246.2: #i85898# Stripping all external header guards 2008/03/31 12:19:26 rt 1.3.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [75b1f9d6c32e015429f133fdfe656377077a97a2]

INTEGRATION: CWS changefileheader (1.6.80); FILE MERGED 2008/04/01 15:10:06 thb 1.6.80.3: #i85898# Stripping all external header guards 2008/04/01 12:27:51 thb 1.6.80.2: #i85898# Stripping all external header guards 2008/03/31 13:07:09 rt 1.6.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [54e68c0f070fc27a9982451b26c6870ee2fc98b3]

INTEGRATION: CWS changefileheader (1.3.110); FILE MERGED 2008/03/31 12:19:26 rt 1.3.110.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [246c2805e5b0d0a19557c4fc13b8ef97928a891e]

INTEGRATION: CWS changefileheader (1.8.50); FILE MERGED 2008/04/01 15:10:06 thb 1.8.50.2: #i85898# Stripping all external header guards 2008/03/31 13:07:09 rt 1.8.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [af377c9445daf378a530ee14247f861cc39ad130]

INTEGRATION: CWS changefileheader (1.9.222); FILE MERGED 2008/04/01 15:05:16 thb 1.9.222.3: #i85898# Stripping all external header guards 2008/04/01 12:26:22 thb 1.9.222.2: #i85898# Stripping all external header guards 2008/03/31 12:19:26 rt 1.9.222.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [96e6ebee18018c9ce9944714c90aa8a9c6729b64]

INTEGRATION: CWS changefileheader (1.5.80); FILE MERGED 2008/04/01 15:10:06 thb 1.5.80.2: #i85898# Stripping all external header guards 2008/03/31 13:07:09 rt 1.5.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [63611b6cc187b0a3d3e414c734b5a1eb4b7f61e8]

INTEGRATION: CWS changefileheader (1.9.50); FILE MERGED 2008/04/01 15:10:05 thb 1.9.50.2: #i85898# Stripping all external header guards 2008/03/31 13:07:09 rt 1.9.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [39bb6308bb908c6fc37b8cbaace16500c45fc1cb]

INTEGRATION: CWS changefileheader (1.7.50); FILE MERGED 2008/04/01 15:10:05 thb 1.7.50.3: #i85898# Stripping all external header guards 2008/04/01 12:27:51 thb 1.7.50.2: #i85898# Stripping all external header guards 2008/03/31 13:07:09 rt 1.7.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [67dbe5a6d5d1fa4dc675cf98214826f97bf7f1e7]

INTEGRATION: CWS changefileheader (1.2.148); FILE MERGED 2008/03/31 12:19:26 rt 1.2.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ec1addf378be3813ba63c3024551fe69573d397a]

INTEGRATION: CWS changefileheader (1.3.190); FILE MERGED 2008/03/28 15:38:27 rt 1.3.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4eee4a4b4e90e26d26ace3c76d17b6ffa0dbc33c]

INTEGRATION: CWS changefileheader (1.7.46); FILE MERGED 2008/03/31 13:07:08 rt 1.7.46.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [294ab424d7017524b5e550286031e68942f402d2]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/03/31 12:19:26 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a1a77ffc52e3622cc84cf0c708132ec0f32cfebd]

INTEGRATION: CWS changefileheader (1.10.32); FILE MERGED 2008/03/28 15:38:27 rt 1.10.32.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7963eb347368059fbe5aaf30cbb4f6842aa0baaf]

INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/31 13:07:08 rt 1.3.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [17ace56453fc32c2fb91cfc3da47ae0d05f8bcdd]

INTEGRATION: CWS changefileheader (1.19.34); FILE MERGED 2008/03/28 15:38:27 rt 1.19.34.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a8d70d6ef5777ad8b0cf0c5cd663abd769518b99]

INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/03/31 13:07:08 rt 1.9.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7570ea826123f2bd7ae1427bacfdb74a73d87e63]

INTEGRATION: CWS changefileheader (1.45.30); FILE MERGED 2008/03/28 15:38:27 rt 1.45.30.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7234a693fced3d15f30e5f5a37f9c103c64a0bad]

INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED 2008/03/31 13:07:08 rt 1.6.26.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b5f716335d1daeae986a509167f153cfbe34c80a]

INTEGRATION: CWS changefileheader (1.10.26); FILE MERGED 2008/03/31 13:07:08 rt 1.10.26.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7037474f6b36de3ee7664b707e4fcdbf232aa6e4]

INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 15:38:26 rt 1.5.132.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ca77ac465f5d8e2b8f206a0c7cc3e8e4daefd1af]

INTEGRATION: CWS changefileheader (1.2.190); FILE MERGED 2008/03/28 15:38:26 rt 1.2.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c6866cc31229c3074af18c892154ee7ded9678d]

INTEGRATION: CWS changefileheader (1.6.190); FILE MERGED 2008/03/28 15:38:26 rt 1.6.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [286fbe373318e830592525867808cedb274bd875]

INTEGRATION: CWS changefileheader (1.8.80); FILE MERGED 2008/04/01 15:10:04 thb 1.8.80.2: #i85898# Stripping all external header guards 2008/03/31 13:07:08 rt 1.8.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7de17dc041dacc2d83844535011f1065cfd9e0ac]

INTEGRATION: CWS changefileheader (1.11.108); FILE MERGED 2008/03/28 15:38:26 rt 1.11.108.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d405345451a65abcd9329a3b0c93ae34684d585]

INTEGRATION: CWS changefileheader (1.19.6); FILE MERGED 2008/03/31 13:07:08 rt 1.19.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a8adc72f52f07764d2fafd00bd467cc721f9550]

INTEGRATION: CWS changefileheader (1.3.190); FILE MERGED 2008/03/28 15:38:26 rt 1.3.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9b9bd2016ac7afa5481df419a170e129fedd2fb2]

INTEGRATION: CWS changefileheader (1.7.26); FILE MERGED 2008/03/31 13:07:08 rt 1.7.26.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [356306d5e3b613f8c69f291d94e7a412dd036a2a]

INTEGRATION: CWS changefileheader (1.2.190); FILE MERGED 2008/03/28 15:38:25 rt 1.2.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d9222470e325f95b544053c88c8ca250a7099858]

INTEGRATION: CWS changefileheader (1.2.846); FILE MERGED 2008/03/28 15:45:33 rt 1.2.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8f972a0f958864d7d39af8db135f028578072a4a]

INTEGRATION: CWS changefileheader (1.12.24); FILE MERGED 2008/03/31 13:07:08 rt 1.12.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e8db01e67ccdb84145ee1551c7c0b45be29b3eb0]

INTEGRATION: CWS changefileheader (1.9.30); FILE MERGED 2008/03/28 15:38:25 rt 1.9.30.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12e2cef0dcd9ab6231486846ce61e699556659c1]

INTEGRATION: CWS changefileheader (1.80.12); FILE MERGED 2008/04/01 15:22:45 thb 1.80.12.3: #i85898# Stripping all external header guards 2008/04/01 11:00:35 thb 1.80.12.2: #i85898# Stripping all external header guards 2008/03/28 15:38:25 rt 1.80.12.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [92bb2d3603ec084d6d3932d6e8fe12e497a742c6]

INTEGRATION: CWS changefileheader (1.29.12); FILE MERGED 2008/04/01 15:22:45 thb 1.29.12.3: #i85898# Stripping all external header guards 2008/04/01 11:00:35 thb 1.29.12.2: #i85898# Stripping all external header guards 2008/03/28 15:38:24 rt 1.29.12.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a4910488bca33bc10cec289d974b76f67eeb6927]

INTEGRATION: CWS changefileheader (1.8.26); FILE MERGED 2008/04/01 15:10:04 thb 1.8.26.2: #i85898# Stripping all external header guards 2008/03/31 13:07:08 rt 1.8.26.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b1717926a0c9434742787319bd3405e63e25569]

INTEGRATION: CWS changefileheader (1.25.28); FILE MERGED 2008/04/01 15:22:45 thb 1.25.28.2: #i85898# Stripping all external header guards 2008/03/28 15:38:24 rt 1.25.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [299e9f5f1920e8d8137937ef7c763aa21826e9c5]

INTEGRATION: CWS changefileheader (1.8.26); FILE MERGED 2008/03/31 13:07:08 rt 1.8.26.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [656c610132ca06a7d575f78a5f316d3c0b1747be]

INTEGRATION: CWS changefileheader (1.3.190); FILE MERGED 2008/03/28 15:38:24 rt 1.3.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [67ed2c47f3b06f240fab6e98ede878432c4e8178]

INTEGRATION: CWS changefileheader (1.12.26); FILE MERGED 2008/03/31 13:07:08 rt 1.12.26.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d5e1e17c5f3c63332d3618ae3c254380bf0fa5c]

INTEGRATION: CWS changefileheader (1.3.48); FILE MERGED 2008/04/01 15:22:45 thb 1.3.48.2: #i85898# Stripping all external header guards 2008/03/28 15:38:24 rt 1.3.48.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4720845360fcee7ef7e84902c78a711a1a841317]

INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 13:07:08 rt 1.6.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6a160d3c0c6f171dd4a673cb7f24280c5b470034]

INTEGRATION: CWS changefileheader (1.11.6); FILE MERGED 2008/04/01 15:22:45 thb 1.11.6.3: #i85898# Stripping all external header guards 2008/04/01 11:00:35 thb 1.11.6.2: #i85898# Stripping all external header guards 2008/03/28 15:38:24 rt 1.11.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [efc912ff77dcd47b973984b7e93860b3033958fc]

INTEGRATION: CWS changefileheader (1.19.6); FILE MERGED 2008/04/01 15:22:45 thb 1.19.6.3: #i85898# Stripping all external header guards 2008/04/01 11:00:35 thb 1.19.6.2: #i85898# Stripping all external header guards 2008/03/28 15:38:23 rt 1.19.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [521b520ca7c4e2918e32b5ff0c7ae1d77bca785c]

INTEGRATION: CWS changefileheader (1.18.102); FILE MERGED 2008/04/01 15:22:45 thb 1.18.102.3: #i85898# Stripping all external header guards 2008/04/01 11:00:35 thb 1.18.102.2: #i85898# Stripping all external header guards 2008/03/28 15:38:23 rt 1.18.102.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d91c9b7e1f3730f165704893c4e6c9a9e4c09d5b]

INTEGRATION: CWS changefileheader (1.9.190); FILE MERGED 2008/04/01 15:22:45 thb 1.9.190.3: #i85898# Stripping all external header guards 2008/04/01 11:00:34 thb 1.9.190.2: #i85898# Stripping all external header guards 2008/03/28 15:38:23 rt 1.9.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b761277bafddaa361f4e6bcce5342d8937b9e512]

INTEGRATION: CWS changefileheader (1.4.90); FILE MERGED 2008/04/01 11:00:34 thb 1.4.90.2: #i85898# Stripping all external header guards 2008/03/28 15:38:23 rt 1.4.90.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b2c314cee0c91993b22f992e2a268c5d01fe0203]

INTEGRATION: CWS changefileheader (1.23.18); FILE MERGED 2008/03/31 13:07:08 rt 1.23.18.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ebb53b083f7547a6e421c13a96ebfb3c31a389ed]

INTEGRATION: CWS changefileheader (1.10.150); FILE MERGED 2008/04/01 15:22:45 thb 1.10.150.2: #i85898# Stripping all external header guards 2008/03/28 15:38:23 rt 1.10.150.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8bc896d9c520280d9f56382d0239649f80ee0458]

INTEGRATION: CWS changefileheader (1.3.46); FILE MERGED 2008/03/31 13:07:08 rt 1.3.46.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4f1fbabe8d428268eeb535f2ab7fdefc961135bb]

INTEGRATION: CWS changefileheader (1.35.28); FILE MERGED 2008/04/01 11:00:34 thb 1.35.28.2: #i85898# Stripping all external header guards 2008/03/28 15:38:23 rt 1.35.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f67a3c66e62052626dc1a136120662899015c25c]

INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/03/31 13:07:08 rt 1.3.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f8240369650a58025a20707d5baa92b1762671cc]

INTEGRATION: CWS changefileheader (1.8.132); FILE MERGED 2008/04/01 15:22:44 thb 1.8.132.3: #i85898# Stripping all external header guards 2008/04/01 11:00:34 thb 1.8.132.2: #i85898# Stripping all external header guards 2008/03/28 15:38:23 rt 1.8.132.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [63e50c8decd597fba9c1677c52a80895aab37846]

INTEGRATION: CWS changefileheader (1.11.26); FILE MERGED 2008/03/31 13:07:07 rt 1.11.26.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [42724bb0b3b07758f650ebf83cd00fbb8d3be1bb]

INTEGRATION: CWS changefileheader (1.2.108); FILE MERGED 2008/03/28 15:38:22 rt 1.2.108.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7e65246007218d59b53aa1bcf419aa59cffafb66]

INTEGRATION: CWS changefileheader (1.4.80); FILE MERGED 2008/04/01 15:10:03 thb 1.4.80.3: #i85898# Stripping all external header guards 2008/04/01 12:27:51 thb 1.4.80.2: #i85898# Stripping all external header guards 2008/03/31 13:07:07 rt 1.4.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e9fb0b46cf946e3fd84181c81b71d84d5b2f4a34]

INTEGRATION: CWS changefileheader (1.2.100); FILE MERGED 2008/03/28 15:38:22 rt 1.2.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c0e8c720840679524ffb2fc511500968b0ddabe8]

INTEGRATION: CWS changefileheader (1.2.846); FILE MERGED 2008/03/28 15:45:32 rt 1.2.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e00476e4aa5d5b3b5c503d7f30d6a1ca4ab5607d]

INTEGRATION: CWS changefileheader (1.11.26); FILE MERGED 2008/04/01 15:10:03 thb 1.11.26.3: #i85898# Stripping all external header guards 2008/04/01 12:27:51 thb 1.11.26.2: #i85898# Stripping all external header guards 2008/03/31 13:07:07 rt 1.11.26.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4f90901dde1fa88246ad272f8077dc02f3446036]

INTEGRATION: CWS changefileheader (1.10.30); FILE MERGED 2008/03/28 15:38:22 rt 1.10.30.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ddb83d2c37e50ca98b6fb787d8301f3e9b5d941b]

INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/31 13:07:07 rt 1.6.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [42b689661528e281defc83daf64d19dc2a78b285]

INTEGRATION: CWS changefileheader (1.7.80); FILE MERGED 2008/04/01 15:10:03 thb 1.7.80.2: #i85898# Stripping all external header guards 2008/03/31 13:07:07 rt 1.7.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [71fcc16b763f84274e8ca0b9bc7dbe7ed4a3307a]

INTEGRATION: CWS changefileheader (1.2.148); FILE MERGED 2008/04/01 15:22:34 thb 1.2.148.2: #i85898# Stripping all external header guards 2008/03/31 13:15:12 rt 1.2.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a7e8d10a29001f7e1021a09d5940d9c90358f00]

INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/03/31 13:07:07 rt 1.2.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c1f8040592036fd6d87e9538327b6e8cb9b18af1]

INTEGRATION: CWS changefileheader (1.3.92); FILE MERGED 2008/03/31 13:15:12 rt 1.3.92.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [200492a383923ad9f62d6a4c251065f53d38c5e7]

INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/03/31 13:15:12 rt 1.2.2.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [33a611b12bfe17c02238265fdc75943950a75950]

INTEGRATION: CWS changefileheader (1.5.80); FILE MERGED 2008/04/01 12:27:50 thb 1.5.80.2: #i85898# Stripping all external header guards 2008/03/31 13:07:07 rt 1.5.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [abb490c91b29fbed46aed91d8f0eb524b00057b3]

INTEGRATION: CWS changefileheader (1.45.6); FILE MERGED 2008/03/31 13:15:12 rt 1.45.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e20c67300338596eaac7120f3ad5a082560e6c11]

INTEGRATION: CWS changefileheader (1.4.80); FILE MERGED 2008/04/01 15:10:02 thb 1.4.80.3: #i85898# Stripping all external header guards 2008/04/01 12:27:50 thb 1.4.80.2: #i85898# Stripping all external header guards 2008/03/31 13:07:07 rt 1.4.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [82ba2bc2a512e1fd3b98f21fde0ee46d59a297e5]

INTEGRATION: CWS changefileheader (1.6.6); FILE MERGED 2008/03/31 13:15:12 rt 1.6.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [28f2b252e121554799b7ad4c7a39219a4be0ab88]

INTEGRATION: CWS changefileheader (1.6.80); FILE MERGED 2008/04/01 15:10:02 thb 1.6.80.3: #i85898# Stripping all external header guards 2008/04/01 12:27:50 thb 1.6.80.2: #i85898# Stripping all external header guards 2008/03/31 13:07:07 rt 1.6.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c1147a9cb0f4d08c771ea1f2ebb38c6180f7fcb3]

INTEGRATION: CWS changefileheader (1.2.148); FILE MERGED 2008/03/31 13:15:12 rt 1.2.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e6e4d949fdf179d06276b3693fb2251b3a0f68b7]

INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/04/01 15:10:02 thb 1.8.22.2: #i85898# Stripping all external header guards 2008/03/31 13:07:07 rt 1.8.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6f64e0d0523767ed9922572ef3206ca386a86417]

INTEGRATION: CWS changefileheader (1.4.68); FILE MERGED 2008/04/01 15:22:34 thb 1.4.68.3: #i85898# Stripping all external header guards 2008/04/01 12:32:22 thb 1.4.68.2: #i85898# Stripping all external header guards 2008/03/31 13:15:12 rt 1.4.68.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [91517a1f6f22808007ccd8809871cbbf9558c016]

INTEGRATION: CWS changefileheader (1.7.80); FILE MERGED 2008/04/01 15:10:02 thb 1.7.80.3: #i85898# Stripping all external header guards 2008/04/01 12:27:50 thb 1.7.80.2: #i85898# Stripping all external header guards 2008/03/31 13:07:07 rt 1.7.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a2a57c4f05aef11957ac252bbb13e62cf8af08c8]

INTEGRATION: CWS changefileheader (1.13.6); FILE MERGED 2008/04/01 15:22:34 thb 1.13.6.3: #i85898# Stripping all external header guards 2008/04/01 12:32:22 thb 1.13.6.2: #i85898# Stripping all external header guards 2008/03/31 13:15:12 rt 1.13.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [51d24ee6ad5407d5065f238d68323a8012208fae]

INTEGRATION: CWS changefileheader (1.5.80); FILE MERGED 2008/04/01 15:10:02 thb 1.5.80.3: #i85898# Stripping all external header guards 2008/04/01 12:27:50 thb 1.5.80.2: #i85898# Stripping all external header guards 2008/03/31 13:07:07 rt 1.5.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [346763d6523f4348df08667ba3c440b03c846d77]

INTEGRATION: CWS changefileheader (1.5.80); FILE MERGED 2008/04/01 15:10:02 thb 1.5.80.2: #i85898# Stripping all external header guards 2008/03/31 13:07:07 rt 1.5.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b473721a8cdf727c24fed02ba6b011b77bd9f1c6]

INTEGRATION: CWS changefileheader (1.4.148); FILE MERGED 2008/04/01 15:22:33 thb 1.4.148.3: #i85898# Stripping all external header guards 2008/04/01 12:32:22 thb 1.4.148.2: #i85898# Stripping all external header guards 2008/03/31 13:15:11 rt 1.4.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [011bda5dfdeb99813e7113c0df446450be99c2b2]

INTEGRATION: CWS changefileheader (1.2.846); FILE MERGED 2008/03/28 15:45:31 rt 1.2.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ef308e5c10fdc4f6e0042f3b955c8461ad454dea]

INTEGRATION: CWS changefileheader (1.16.6); FILE MERGED 2008/03/31 13:15:11 rt 1.16.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8d10bb5545b7931d4901b0b172f9b8883d32cc21]

INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/04/01 15:10:02 thb 1.6.22.3: #i85898# Stripping all external header guards 2008/04/01 12:27:50 thb 1.6.22.2: #i85898# Stripping all external header guards 2008/03/31 13:07:07 rt 1.6.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9209b5972c6a4967b75b78cc29e395e1f92e649d]

INTEGRATION: CWS changefileheader (1.59.6); FILE MERGED 2008/03/31 13:15:11 rt 1.59.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2c77775aba5bdceec71eba24145606514844e1fe]

INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/04/01 15:10:02 thb 1.9.22.3: #i85898# Stripping all external header guards 2008/04/01 12:27:50 thb 1.9.22.2: #i85898# Stripping all external header guards 2008/03/31 13:07:07 rt 1.9.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ccfb2185acfea62e2035d5a272f7f342e8cdcf9]

INTEGRATION: CWS changefileheader (1.11.6); FILE MERGED 2008/04/01 15:22:33 thb 1.11.6.3: #i85898# Stripping all external header guards 2008/04/01 12:32:22 thb 1.11.6.2: #i85898# Stripping all external header guards 2008/03/31 13:15:11 rt 1.11.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [65095cced7edb847ae34648e6343fc2096a6f12b]

INTEGRATION: CWS changefileheader (1.12.6); FILE MERGED 2008/03/31 13:15:11 rt 1.12.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [74f9045af44e2d8afdd9b1c5fca38116adf66406]

INTEGRATION: CWS changefileheader (1.6.80); FILE MERGED 2008/04/01 15:10:01 thb 1.6.80.3: #i85898# Stripping all external header guards 2008/04/01 12:27:50 thb 1.6.80.2: #i85898# Stripping all external header guards 2008/03/31 13:07:06 rt 1.6.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b954b65b24ee15b6cd3baaac5cda696a7a5a8f7e]

INTEGRATION: CWS changefileheader (1.24.6); FILE MERGED 2008/04/01 15:22:33 thb 1.24.6.3: #i85898# Stripping all external header guards 2008/04/01 12:32:22 thb 1.24.6.2: #i85898# Stripping all external header guards 2008/03/31 13:15:11 rt 1.24.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3810068d23e5afca12a268fb5a7b86e8ed8e9524]

INTEGRATION: CWS changefileheader (1.4.80); FILE MERGED 2008/04/01 15:10:01 thb 1.4.80.3: #i85898# Stripping all external header guards 2008/04/01 12:27:49 thb 1.4.80.2: #i85898# Stripping all external header guards 2008/03/31 13:07:06 rt 1.4.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [763c5737b725eefb928dff2e2a80e24a49aa4161]

INTEGRATION: CWS changefileheader (1.3.148); FILE MERGED 2008/04/01 15:22:33 thb 1.3.148.2: #i85898# Stripping all external header guards 2008/03/31 13:15:11 rt 1.3.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ba8e3e17593f8f9efbdaee684b9dfd2963429813]

INTEGRATION: CWS changefileheader (1.2.42); FILE MERGED 2008/03/31 13:07:06 rt 1.2.42.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f26774a1ee18b8fcd34d737917e10359a0b50974]

INTEGRATION: CWS changefileheader (1.14.92); FILE MERGED 2008/04/01 15:22:33 thb 1.14.92.3: #i85898# Stripping all external header guards 2008/04/01 12:32:22 thb 1.14.92.2: #i85898# Stripping all external header guards 2008/03/31 13:15:11 rt 1.14.92.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aa0580b40f53e0eb5d33ca2652d0cc46e72d931a]

INTEGRATION: CWS changefileheader (1.22.2); FILE MERGED 2008/03/31 13:15:11 rt 1.22.2.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f6b6baaf1e6ded7323564167bb7abe4c740d56ec]

INTEGRATION: CWS changefileheader (1.5.50); FILE MERGED 2008/03/28 16:35:18 rt 1.5.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f17d6d11c179bcb6adb0ccf170d647c455653d6e]

INTEGRATION: CWS changefileheader (1.2.846); FILE MERGED 2008/03/28 15:45:30 rt 1.2.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c94da5f66650e9d6cf70b97af3310e0f453dc543]

INTEGRATION: CWS changefileheader (1.5.134); FILE MERGED 2008/03/28 16:35:18 rt 1.5.134.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8d02d144957c4ea97e1f18e71a56085d990c01db]

INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/03/28 16:35:18 rt 1.8.92.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2c786b6e6a3448aca9a0013e6c473392ba1ca83]

INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/04/01 15:22:33 thb 1.8.92.2: #i85898# Stripping all external header guards 2008/03/31 13:15:09 rt 1.8.92.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14bc33648971a9ed6ce1ec60d4c7a30303f02f69]

INTEGRATION: CWS changefileheader (1.22.6); FILE MERGED 2008/04/01 15:22:33 thb 1.22.6.3: #i85898# Stripping all external header guards 2008/04/01 12:32:22 thb 1.22.6.2: #i85898# Stripping all external header guards 2008/03/31 13:15:09 rt 1.22.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bdd0d5ab359bccbb5cd6091cac1b88111a84b172]

INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED 2008/03/28 16:35:18 rt 1.4.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6674f8ed5975e957ba4b441271688ae92063b164]

INTEGRATION: CWS changefileheader (1.10.50); FILE MERGED 2008/03/28 16:35:17 rt 1.10.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [383c5f8e4b5778a4d7527d481467626bbf46fcb1]

INTEGRATION: CWS changefileheader (1.9.148); FILE MERGED 2008/04/01 15:22:33 thb 1.9.148.3: #i85898# Stripping all external header guards 2008/04/01 12:32:22 thb 1.9.148.2: #i85898# Stripping all external header guards 2008/03/31 13:15:09 rt 1.9.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a8d42d571145028600c3452ae9b765a0e3ea4470]

INTEGRATION: CWS changefileheader (1.16.92); FILE MERGED 2008/04/01 15:22:33 thb 1.16.92.3: #i85898# Stripping all external header guards 2008/04/01 12:32:22 thb 1.16.92.2: #i85898# Stripping all external header guards 2008/03/31 13:15:09 rt 1.16.92.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f7fc9ad226d1bacbb7c233c528c4dea8dcdf20d]

INTEGRATION: CWS changefileheader (1.2.136); FILE MERGED 2008/03/28 16:35:17 rt 1.2.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9cd16dfc466e544d8ad05bf53eea7dcf542bee85]

INTEGRATION: CWS changefileheader (1.3.148); FILE MERGED 2008/04/01 15:22:32 thb 1.3.148.2: #i85898# Stripping all external header guards 2008/03/31 13:15:08 rt 1.3.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea74c58c48ee199e587c847912617affc8e35c47]

INTEGRATION: CWS changefileheader (1.3.148); FILE MERGED 2008/04/01 12:32:21 thb 1.3.148.2: #i85898# Stripping all external header guards 2008/03/31 13:15:08 rt 1.3.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [356ada221c00a42decc2c72ae4b07b61b55f4606]

INTEGRATION: CWS changefileheader (1.5.6); FILE MERGED 2008/04/01 15:22:32 thb 1.5.6.2: #i85898# Stripping all external header guards 2008/03/31 13:15:08 rt 1.5.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25179e27ea1cf7d8d9298bb4856d5b7de7745450]

INTEGRATION: CWS changefileheader (1.2.846); FILE MERGED 2008/03/28 15:45:29 rt 1.2.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a5bbeaeba3424b7ed1a2bf6a250d2ae381f65c4]

INTEGRATION: CWS changefileheader (1.11.24); FILE MERGED 2008/03/28 16:35:17 rt 1.11.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [743f3dace3ab49aa2e9f9f03de267c18e151d952]

INTEGRATION: CWS changefileheader (1.14.6); FILE MERGED 2008/04/01 15:22:32 thb 1.14.6.3: #i85898# Stripping all external header guards 2008/04/01 12:32:21 thb 1.14.6.2: #i85898# Stripping all external header guards 2008/03/31 13:15:08 rt 1.14.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [61293e9303c524925b1e7fbf400c76af953b0172]

INTEGRATION: CWS changefileheader (1.4.304); FILE MERGED 2008/03/28 15:45:29 rt 1.4.304.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f764fd19405de8a2d756ab385d7c38848a157792]

INTEGRATION: CWS changefileheader (1.14.24); FILE MERGED 2008/03/28 16:35:17 rt 1.14.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb626e3dc5897a052fa5be997d84080a43722b43]

INTEGRATION: CWS changefileheader (1.11.248); FILE MERGED 2008/04/01 13:02:03 thb 1.11.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:29 rt 1.11.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b23834b29b28c4a7834e7fcc0a098e758cee3c5]

INTEGRATION: CWS changefileheader (1.6.136); FILE MERGED 2008/04/01 15:22:32 thb 1.6.136.3: #i85898# Stripping all external header guards 2008/04/01 12:32:21 thb 1.6.136.2: #i85898# Stripping all external header guards 2008/03/31 13:15:08 rt 1.6.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [61c1c0482821b88de1c406a486cd49b5a121522d]

INTEGRATION: CWS changefileheader (1.6.248); FILE MERGED 2008/04/01 16:05:53 thb 1.6.248.3: #i85898# Stripping all external header guards 2008/04/01 13:02:03 thb 1.6.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:29 rt 1.6.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [27c195f8fb1fc4fe85956905f6a188e75866b8fa]

INTEGRATION: CWS changefileheader (1.7.136); FILE MERGED 2008/03/28 16:35:17 rt 1.7.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c84325315bffe42e6a0b361affc60a8ad922f8d0]

INTEGRATION: CWS changefileheader (1.9.484); FILE MERGED 2008/04/01 13:02:03 thb 1.9.484.2: #i85898# Stripping all external header guards 2008/03/28 15:45:29 rt 1.9.484.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0eec5963e67a5a2234dd8527af59b02174e4cf1c]

INTEGRATION: CWS changefileheader (1.22.68); FILE MERGED 2008/04/01 15:22:32 thb 1.22.68.3: #i85898# Stripping all external header guards 2008/04/01 12:32:21 thb 1.22.68.2: #i85898# Stripping all external header guards 2008/03/31 13:15:08 rt 1.22.68.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b8ad7881e21cca1a63bbf11c6a8f4c712ca5ca0]

INTEGRATION: CWS changefileheader (1.4.28); FILE MERGED 2008/04/01 15:03:08 thb 1.4.28.2: #i85898# Stripping all external header guards 2008/03/28 16:35:17 rt 1.4.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [56247599d2a954382ef23aa79df88f0ad57fb305]

INTEGRATION: CWS changefileheader (1.5.136); FILE MERGED 2008/03/28 16:35:16 rt 1.5.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5e9c26f04a4139b9c1e23dbe9e1d2907a70ce4d0]

INTEGRATION: CWS changefileheader (1.16.248); FILE MERGED 2008/04/01 13:02:03 thb 1.16.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:29 rt 1.16.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [be164fb4b67f4545c500da75007198e8c5879f38]

INTEGRATION: CWS changefileheader (1.8.68); FILE MERGED 2008/03/28 16:35:16 rt 1.8.68.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dbc495324fd6ed538b00669fd9acb0d581d99278]

INTEGRATION: CWS changefileheader (1.30.248); FILE MERGED 2008/04/01 16:05:53 thb 1.30.248.3: #i85898# Stripping all external header guards 2008/04/01 13:02:03 thb 1.30.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:29 rt 1.30.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6161951422ce0a7e8313b1e24f0ac9f417c7d308]

INTEGRATION: CWS changefileheader (1.7.136); FILE MERGED 2008/03/28 16:35:16 rt 1.7.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [51827bf4fdfb0aa51ba5cc5545649beb644c8a53]

INTEGRATION: CWS changefileheader (1.8.588); FILE MERGED 2008/04/01 16:05:52 thb 1.8.588.3: #i85898# Stripping all external header guards 2008/04/01 13:02:03 thb 1.8.588.2: #i85898# Stripping all external header guards 2008/03/28 15:45:29 rt 1.8.588.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab5f2c4d27945dc1e0ef019e211639d852c47230]

INTEGRATION: CWS changefileheader (1.12.68); FILE MERGED 2008/03/28 16:35:16 rt 1.12.68.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cd53d63a73e99adc5fa25530635c32b0eb171b2f]

INTEGRATION: CWS changefileheader (1.23.248); FILE MERGED 2008/04/01 16:05:52 thb 1.23.248.3: #i85898# Stripping all external header guards 2008/04/01 13:02:03 thb 1.23.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:28 rt 1.23.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [96ae8d05525356a3a60d1dad3f82c0f9490862ed]

INTEGRATION: CWS changefileheader (1.49.220); FILE MERGED 2008/04/01 16:05:51 thb 1.49.220.3: #i85898# Stripping all external header guards 2008/04/01 13:02:02 thb 1.49.220.2: #i85898# Stripping all external header guards 2008/03/28 15:45:28 rt 1.49.220.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cba59f43655b5967ca700540df43cd050efd100e]

INTEGRATION: CWS changefileheader (1.20.224); FILE MERGED 2008/04/01 13:02:02 thb 1.20.224.2: #i85898# Stripping all external header guards 2008/03/28 15:45:28 rt 1.20.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e7202be588963237010e004eecbe8683dee08063]

INTEGRATION: CWS changefileheader (1.50.120); FILE MERGED 2008/04/01 16:05:51 thb 1.50.120.3: #i85898# Stripping all external header guards 2008/04/01 13:02:02 thb 1.50.120.2: #i85898# Stripping all external header guards 2008/03/28 15:45:28 rt 1.50.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [04f3722857a4b1d498067fbc0494a2b86d41edf7]

INTEGRATION: CWS changefileheader (1.21.246); FILE MERGED 2008/04/01 13:02:02 thb 1.21.246.2: #i85898# Stripping all external header guards 2008/03/28 15:45:28 rt 1.21.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d4f747e172479bc2f8e2649d32ae37a70a46d042]

INTEGRATION: CWS changefileheader (1.152.4); FILE MERGED 2008/04/01 16:05:50 thb 1.152.4.3: #i85898# Stripping all external header guards 2008/04/01 13:02:01 thb 1.152.4.2: #i85898# Stripping all external header guards 2008/03/28 15:45:28 rt 1.152.4.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [371128156d50a6e37a4e0071bb0e13aada28d173]

INTEGRATION: CWS changefileheader (1.44.32); FILE MERGED 2008/04/01 13:02:01 thb 1.44.32.2: #i85898# Stripping all external header guards 2008/03/28 15:45:28 rt 1.44.32.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea6e07e5b425074375c5c482a956f521fbd7da2c]

INTEGRATION: CWS changefileheader (1.47.454); FILE MERGED 2008/04/01 13:02:00 thb 1.47.454.2: #i85898# Stripping all external header guards 2008/03/28 15:45:27 rt 1.47.454.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3be19826616ba6f8c641e636dab8d90d34b329d8]

INTEGRATION: CWS changefileheader (1.4.846); FILE MERGED 2008/04/01 16:05:50 thb 1.4.846.3: #i85898# Stripping all external header guards 2008/04/01 13:02:00 thb 1.4.846.2: #i85898# Stripping all external header guards 2008/03/28 15:45:27 rt 1.4.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0fd18e765f5a8bc6cd860d8412937c78adb9ad58]

INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:35:16 rt 1.3.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d45984c95ee24bfec5b09ed4657eaa50ecf4c7e]

INTEGRATION: CWS changefileheader (1.15.484); FILE MERGED 2008/04/01 13:02:00 thb 1.15.484.2: #i85898# Stripping all external header guards 2008/03/28 15:45:27 rt 1.15.484.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed749c6d5f703d28071d1e4d3643399dd033ca82]

INTEGRATION: CWS changefileheader (1.5.80); FILE MERGED 2008/03/28 16:35:16 rt 1.5.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8163fccbf3b9b6dbcfcb7edd0533fa1cb6fa2e7f]

INTEGRATION: CWS changefileheader (1.31.34); FILE MERGED 2008/04/01 16:05:50 thb 1.31.34.3: #i85898# Stripping all external header guards 2008/04/01 13:02:00 thb 1.31.34.2: #i85898# Stripping all external header guards 2008/03/28 15:45:27 rt 1.31.34.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2dfc4fe8ec2bae2eae4bbc15568f98fc463b29f8]

INTEGRATION: CWS changefileheader (1.27.38); FILE MERGED 2008/03/28 15:45:27 rt 1.27.38.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [08fa7a95158669a709cccf527acf734fac1bf230]

INTEGRATION: CWS changefileheader (1.11.50); FILE MERGED 2008/03/28 16:35:16 rt 1.11.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cde038f14e624e72f2f448592edbd78ea886f962]

INTEGRATION: CWS changefileheader (1.24.32); FILE MERGED 2008/03/28 15:45:27 rt 1.24.32.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4b6b34305a95b5b1f5029c17668433b781bc877b]

INTEGRATION: CWS changefileheader (1.4.248); FILE MERGED 2008/03/28 15:45:27 rt 1.4.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [69d6af9ad76d4d88600caf6e1b873bfee5152e70]

INTEGRATION: CWS changefileheader (1.13.248); FILE MERGED 2008/04/01 13:02:00 thb 1.13.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:26 rt 1.13.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2ad17dae88ca16c762afda9db49587a757642604]

INTEGRATION: CWS changefileheader (1.49.220); FILE MERGED 2008/03/28 15:45:26 rt 1.49.220.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2af6b8d82e7e404a078ecf561894f87ad38f6dd7]

INTEGRATION: CWS changefileheader (1.9.24); FILE MERGED 2008/03/28 16:35:16 rt 1.9.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df7b91151c4d5410a77dd6b3e2079945e2639b7d]

INTEGRATION: CWS changefileheader (1.3.846); FILE MERGED 2008/03/28 15:45:26 rt 1.3.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dd26f64856f84563d9c2eb819535a993a091e7af]

INTEGRATION: CWS changefileheader (1.30.248); FILE MERGED 2008/03/28 15:45:26 rt 1.30.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64a966b9a1263e3ac2169758fed31bbb71c1ed19]

INTEGRATION: CWS changefileheader (1.15.20); FILE MERGED 2008/03/28 16:35:16 rt 1.15.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6bd1017b0b5d3d04af20fcfcde2dd96a5a6f6114]

INTEGRATION: CWS changefileheader (1.14.248); FILE MERGED 2008/03/28 15:45:26 rt 1.14.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd5bc178115772027931406a123a2b64a75d38ae]

INTEGRATION: CWS changefileheader (1.68.58); FILE MERGED 2008/04/01 20:09:45 thb 1.68.58.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 16:05:49 thb 1.68.58.3: #i85898# Stripping all external header guards 2008/04/01 13:01:59 thb 1.68.58.2: #i85898# Stripping all external header guards 2008/03/28 15:45:25 rt 1.68.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0a88a00db0b170a8b871944a21c3fba3da385f2a]

INTEGRATION: CWS changefileheader (1.24.224); FILE MERGED 2008/04/01 13:01:59 thb 1.24.224.2: #i85898# Stripping all external header guards 2008/03/28 15:45:25 rt 1.24.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5ec79da4944092dcf49901cf587a1a434361c297]

INTEGRATION: CWS changefileheader (1.31.248); FILE MERGED 2008/04/01 13:01:59 thb 1.31.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:25 rt 1.31.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [23a1ae0c8441ad5b8aa74dd241f0f7bb956893fb]

INTEGRATION: CWS changefileheader (1.6.136); FILE MERGED 2008/03/28 16:35:16 rt 1.6.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [21d8e4bc11e0123877cadcf4590729958b735315]

INTEGRATION: CWS changefileheader (1.12.484); FILE MERGED 2008/04/01 13:01:59 thb 1.12.484.2: #i85898# Stripping all external header guards 2008/03/28 15:45:25 rt 1.12.484.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d6141bf4dda41afa30cae833e91025083eb7183]

INTEGRATION: CWS changefileheader (1.18.248); FILE MERGED 2008/03/28 15:45:25 rt 1.18.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a4388c264d09c68af64152c27370575b9037a75]

INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/03/28 16:35:15 rt 1.8.92.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [722ee65d2217d639d103a28944b0ffc6441351e9]

INTEGRATION: CWS changefileheader (1.33.22); FILE MERGED 2008/04/01 13:01:58 thb 1.33.22.2: #i85898# Stripping all external header guards 2008/03/28 15:45:25 rt 1.33.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59dcb6a3678660fb9bfc97ff4ebd69c0ea4b9df6]

INTEGRATION: CWS changefileheader (1.10.28); FILE MERGED 2008/03/28 16:35:15 rt 1.10.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b57e8ed3c856737f0fc6b5c7d2aeb87dda4bbb12]

INTEGRATION: CWS changefileheader (1.93.58); FILE MERGED 2008/04/01 16:05:49 thb 1.93.58.3: #i85898# Stripping all external header guards 2008/04/01 13:01:58 thb 1.93.58.2: #i85898# Stripping all external header guards 2008/03/28 15:45:25 rt 1.93.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d4dc5dcc3e275464f2d3ed4beb32734fccc43da]

INTEGRATION: CWS changefileheader (1.13.24); FILE MERGED 2008/03/28 16:35:15 rt 1.13.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f7854a030d9924f50e724df7e9e5368b673e6cc9]

INTEGRATION: CWS changefileheader (1.56.6); FILE MERGED 2008/04/01 16:05:49 thb 1.56.6.3: #i85898# Stripping all external header guards 2008/04/01 13:01:58 thb 1.56.6.2: #i85898# Stripping all external header guards 2008/03/28 15:45:25 rt 1.56.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cfc84661ce6abf1579aa9b64eb8541f95a815956]

INTEGRATION: CWS changefileheader (1.5.136); FILE MERGED 2008/03/28 16:35:15 rt 1.5.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c72d16eaa212b8856d890638f755dacee386d53f]

INTEGRATION: CWS changefileheader (1.30.20); FILE MERGED 2008/03/28 15:45:24 rt 1.30.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [09f05b85515966793fd06407f896231d7787a908]

INTEGRATION: CWS changefileheader (1.11.24); FILE MERGED 2008/03/28 16:35:15 rt 1.11.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fbe644ae7a571a577de83d0b1c30e66b7aba9adb]

INTEGRATION: CWS changefileheader (1.21.138); FILE MERGED 2008/03/28 15:45:24 rt 1.21.138.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f0d349e80abbd1e5899374e19af23dab955e3abf]

INTEGRATION: CWS changefileheader (1.9.246); FILE MERGED 2008/04/01 13:01:58 thb 1.9.246.2: #i85898# Stripping all external header guards 2008/03/28 15:45:24 rt 1.9.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [83ff830cf96c7d7b5db6c57a5ba5547ef058fa30]

INTEGRATION: CWS changefileheader (1.14.350); FILE MERGED 2008/03/28 15:45:24 rt 1.14.350.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [42b3c7894046f267f8c5d7040bdbb1dca67f3414]

INTEGRATION: CWS changefileheader (1.8.28); FILE MERGED 2008/03/28 16:35:15 rt 1.8.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c977c89d5fc1f98e876c621152dc302841bc6f2]

INTEGRATION: CWS changefileheader (1.39.224); FILE MERGED 2008/03/28 15:45:24 rt 1.39.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [843ef710c176b95b39ab2d3cec4a79a476249941]

INTEGRATION: CWS changefileheader (1.9.24); FILE MERGED 2008/03/28 16:35:15 rt 1.9.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c834e48559b0ba8d2b71bc09640c20e180490bac]

INTEGRATION: CWS changefileheader (1.5.484); FILE MERGED 2008/03/28 15:45:24 rt 1.5.484.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9af5246449863df298283d10bce24d13c2b339df]

INTEGRATION: CWS changefileheader (1.38.58); FILE MERGED 2008/04/01 16:05:48 thb 1.38.58.3: #i85898# Stripping all external header guards 2008/04/01 13:01:58 thb 1.38.58.2: #i85898# Stripping all external header guards 2008/03/28 15:45:24 rt 1.38.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc8b7adb81aef6c801da4f367f967ae1d46aaadd]

INTEGRATION: CWS changefileheader (1.5.28); FILE MERGED 2008/03/28 16:35:14 rt 1.5.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [62eb309bd531d1e74776160cc54ec3ca555f2810]

INTEGRATION: CWS changefileheader (1.38.484); FILE MERGED 2008/04/01 20:09:45 thb 1.38.484.3: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 13:01:57 thb 1.38.484.2: #i85898# Stripping all external header guards 2008/03/28 15:45:24 rt 1.38.484.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dd6b4e8b859692c443ee7ca8e09dedfcbb67889e]

INTEGRATION: CWS changefileheader (1.7.24); FILE MERGED 2008/03/28 16:35:14 rt 1.7.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3a6f9979dadf951661ac876b1c210670f6ebdec8]

INTEGRATION: CWS changefileheader (1.31.248); FILE MERGED 2008/04/01 13:01:57 thb 1.31.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:23 rt 1.31.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc97402cd52e5b0306655ba1ede79c908e224d25]

INTEGRATION: CWS changefileheader (1.5.136); FILE MERGED 2008/03/28 16:35:14 rt 1.5.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4b84f9a88db046cb8a89f96d3411c16292608000]

INTEGRATION: CWS changefileheader (1.25.22); FILE MERGED 2008/04/01 16:05:48 thb 1.25.22.3: #i85898# Stripping all external header guards 2008/04/01 13:01:57 thb 1.25.22.2: #i85898# Stripping all external header guards 2008/03/28 15:45:23 rt 1.25.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6f6dd2ad424be7bf0168db2c91f157c5864b7ef7]

INTEGRATION: CWS changefileheader (1.6.92); FILE MERGED 2008/03/28 16:35:14 rt 1.6.92.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64b16639098127fd8955468bbed37361e17e38a5]

INTEGRATION: CWS changefileheader (1.8.530); FILE MERGED 2008/03/28 15:45:23 rt 1.8.530.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2ee45a8b768c97945e55e38bbdab9e117600600]

INTEGRATION: CWS changefileheader (1.19.60); FILE MERGED 2008/04/01 16:05:48 thb 1.19.60.3: #i85898# Stripping all external header guards 2008/04/01 13:01:57 thb 1.19.60.2: #i85898# Stripping all external header guards 2008/03/28 15:45:23 rt 1.19.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [388419efd13cdc6596d8c9b9026b3b12104529fe]

INTEGRATION: CWS changefileheader (1.7.464); FILE MERGED 2008/03/28 15:45:19 rt 1.7.464.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2cacdb9005c5bb60d4d8d1b26aa99bd12c0aab3e]

INTEGRATION: CWS changefileheader (1.5.50); FILE MERGED 2008/03/28 16:35:14 rt 1.5.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [faa26415fc0c90d4cc346f8c2830ae769a341ab7]

INTEGRATION: CWS changefileheader (1.7.60); FILE MERGED 2008/04/01 13:01:56 thb 1.7.60.2: #i85898# Stripping all external header guards 2008/03/28 15:45:19 rt 1.7.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4708d06293d71ce982242103f1911fc3e9eb34ab]

INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/04/01 16:01:03 thb 1.2.10.2: #i85898# Stripping all external header guards 2008/03/28 15:40:24 rt 1.2.10.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d524b24892e48f93bdbc53f325bbbb5f31de9eca]

INTEGRATION: CWS changefileheader (1.8.60); FILE MERGED 2008/03/28 15:45:19 rt 1.8.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [97da2a73a7fd45d358e82c43acaa487b91c7559c]

INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/04/01 16:01:03 thb 1.2.10.3: #i85898# Stripping all external header guards 2008/04/01 12:56:56 thb 1.2.10.2: #i85898# Stripping all external header guards 2008/03/28 15:40:24 rt 1.2.10.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bae197d03dd988eb3b6a03119b478b72dc65a434]

INTEGRATION: CWS changefileheader (1.13.22); FILE MERGED 2008/04/01 13:01:56 thb 1.13.22.2: #i85898# Stripping all external header guards 2008/03/28 15:45:19 rt 1.13.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0099201225c37467d3716d46bdf7d9e9ea8e504b]

INTEGRATION: CWS changefileheader (1.32.20); FILE MERGED 2008/04/01 13:01:55 thb 1.32.20.2: #i85898# Stripping all external header guards 2008/03/28 15:45:19 rt 1.32.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fca47a05793fb59dd537eb6e3279a1b757142647]

INTEGRATION: CWS changefileheader (1.9.248); FILE MERGED 2008/03/28 15:45:19 rt 1.9.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [87b9af908c69966ed77705102fc3899c15977a42]

INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/04/01 16:01:03 thb 1.2.10.1: #i85898# Stripping all external header guards


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d7a858b59bc77f414c088027c7922396c3b75bd9]

INTEGRATION: CWS changefileheader (1.4.28); FILE MERGED 2008/04/01 15:03:07 thb 1.4.28.2: #i85898# Stripping all external header guards 2008/03/28 16:35:13 rt 1.4.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc94563d6dd5ab8653d66fe5670f16aa77ae3d4c]

INTEGRATION: CWS changefileheader (1.4.248); FILE MERGED 2008/04/01 13:01:55 thb 1.4.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:19 rt 1.4.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [19d205517d4dd5b58f4b879dea31589a1437984a]

INTEGRATION: CWS changefileheader (1.3.248); FILE MERGED 2008/03/28 15:45:17 rt 1.3.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [78a869338f3b159606a91ceadaab7e18061aff44]

INTEGRATION: CWS changefileheader (1.3.92); FILE MERGED 2008/03/28 16:35:13 rt 1.3.92.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e97b4de8475f52baa937a450673ae35ddc78217]

INTEGRATION: CWS changefileheader (1.18.248); FILE MERGED 2008/04/01 16:05:48 thb 1.18.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:55 thb 1.18.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:17 rt 1.18.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1509b20ae2a306e827777eb1f04d7a979335117a]

INTEGRATION: CWS changefileheader (1.2.136); FILE MERGED 2008/04/01 10:49:27 thb 1.2.136.2: #i85898# Stripping all external header guards 2008/03/28 16:35:13 rt 1.2.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b5d0a1b62901549ff7804d001699f1797ff18ff3]

INTEGRATION: CWS changefileheader (1.27.184); FILE MERGED 2008/04/01 16:05:48 thb 1.27.184.3: #i85898# Stripping all external header guards 2008/04/01 13:01:55 thb 1.27.184.2: #i85898# Stripping all external header guards 2008/03/28 15:45:17 rt 1.27.184.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2bb0400ce7654f80d5c03cfa2580491eef1f038a]

INTEGRATION: CWS changefileheader (1.4.80); FILE MERGED 2008/03/28 16:35:13 rt 1.4.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [474c7923247d254d0a875e18fdabd4b68fd752ab]

INTEGRATION: CWS changefileheader (1.3.846); FILE MERGED 2008/04/01 13:01:55 thb 1.3.846.2: #i85898# Stripping all external header guards 2008/03/28 15:45:17 rt 1.3.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1107362414d3d46434ed6f8fcfc5ead2fecd8e0a]

INTEGRATION: CWS changefileheader (1.2.136); FILE MERGED 2008/04/01 15:03:07 thb 1.2.136.3: #i85898# Stripping all external header guards 2008/04/01 10:49:27 thb 1.2.136.2: #i85898# Stripping all external header guards 2008/03/28 16:35:13 rt 1.2.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [03678dfb726f351a7acf7118d8654cd20ecfea21]

INTEGRATION: CWS changefileheader (1.2.846); FILE MERGED 2008/04/01 13:01:55 thb 1.2.846.2: #i85898# Stripping all external header guards 2008/03/28 15:45:17 rt 1.2.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [982970193c6ccae337ef1baf43ed37ea1138a910]

INTEGRATION: CWS changefileheader (1.14.210); FILE MERGED 2008/04/01 16:01:02 thb 1.14.210.3: #i85898# Stripping all external header guards 2008/04/01 12:56:55 thb 1.14.210.2: #i85898# Stripping all external header guards 2008/03/28 15:40:23 rt 1.14.210.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [90cf081e741b478c5c11662cffa7ef24b292f42f]

INTEGRATION: CWS changefileheader (1.4.846); FILE MERGED 2008/04/01 16:05:47 thb 1.4.846.2: #i85898# Stripping all external header guards 2008/03/28 15:45:17 rt 1.4.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [19d6e1c5486aa2e4d575e66326f36a8834165dc7]

INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED 2008/03/28 16:35:13 rt 1.4.92.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [855e74888d84be5ccd25b4edf71556f220dfc3d0]

INTEGRATION: CWS changefileheader (1.7.146); FILE MERGED 2008/03/28 15:40:23 rt 1.7.146.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [10bba392436d7c34f1bfd8a2b0db5489137eb5bf]

INTEGRATION: CWS changefileheader (1.5.464); FILE MERGED 2008/03/28 15:45:16 rt 1.5.464.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [252ea909432940dc10df5d6beb345b4820207230]

INTEGRATION: CWS changefileheader (1.5.210); FILE MERGED 2008/03/28 15:40:22 rt 1.5.210.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [90590252a20fa7f1c7801e4ff284ca3fc074f4f5]

INTEGRATION: CWS changefileheader (1.10.224); FILE MERGED 2008/03/28 15:45:16 rt 1.10.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0c9b25dc1ad6045a77c80ba239a5373b905c7763]

INTEGRATION: CWS changefileheader (1.7.50); FILE MERGED 2008/03/28 16:35:13 rt 1.7.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3062dcb527fa40a7b03057ae278a52409e605911]

INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 15:40:22 rt 1.4.10.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a66dc5a5ab33970dcf55e870890c3d93d98339f7]

INTEGRATION: CWS changefileheader (1.9.248); FILE MERGED 2008/04/01 13:01:55 thb 1.9.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:16 rt 1.9.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f46988f7c2c540de412029690deb211272f6b772]

INTEGRATION: CWS changefileheaderm6 (1.2.4); FILE MERGED 2008/04/09 16:07:56 rt 1.2.4.1: #i87884# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [220fa285a785faf21908d38334349de95ef0442f]

INTEGRATION: CWS changefileheader (1.7.532); FILE MERGED 2008/04/01 13:01:55 thb 1.7.532.2: #i85898# Stripping all external header guards 2008/03/28 15:45:16 rt 1.7.532.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b97d1ae332c41af779c9983d578c210cae3a9b5]

INTEGRATION: CWS changefileheader (1.24.2); FILE MERGED 2008/03/28 15:40:22 rt 1.24.2.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1ae4801ba7b456537ecc3c5af21d5992047809a8]

INTEGRATION: CWS changefileheader (1.4.248); FILE MERGED 2008/04/01 13:01:55 thb 1.4.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:16 rt 1.4.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e092c09550f0795bb41d920ec452eb5dfb05a50d]

INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 15:40:21 rt 1.2.10.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f66f402fe9cc54eff3ebe5301610c6f95a323905]

INTEGRATION: CWS changefileheader (1.17.104); FILE MERGED 2008/04/01 16:01:02 thb 1.17.104.3: #i85898# Stripping all external header guards 2008/04/01 12:56:55 thb 1.17.104.2: #i85898# Stripping all external header guards 2008/03/28 15:40:21 rt 1.17.104.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b96dbb3157a93184165c6973f2a01ac78ebb386]

INTEGRATION: CWS changefileheader (1.6.88); FILE MERGED 2008/03/28 16:35:12 rt 1.6.88.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [49c7acdd644172fc26efb584cb614abb08fe1461]

INTEGRATION: CWS changefileheader (1.5.248); FILE MERGED 2008/04/01 16:05:47 thb 1.5.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:54 thb 1.5.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:16 rt 1.5.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2165ab1ba6e7355b70049eea917ae4155a2811c]

INTEGRATION: CWS changefileheader (1.33.32); FILE MERGED 2008/04/01 16:01:02 thb 1.33.32.3: #i85898# Stripping all external header guards 2008/04/01 12:56:55 thb 1.33.32.2: #i85898# Stripping all external header guards 2008/03/28 15:40:20 rt 1.33.32.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a68c6f894a96d85f868f96242e18358d799f989]

INTEGRATION: CWS changefileheader (1.17.168); FILE MERGED 2008/04/01 16:05:47 thb 1.17.168.3: #i85898# Stripping all external header guards 2008/04/01 13:01:54 thb 1.17.168.2: #i85898# Stripping all external header guards 2008/03/28 15:45:16 rt 1.17.168.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [622f3479c80e76d602b8c69a94269163d41c1587]

INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED 2008/03/28 16:35:12 rt 1.4.92.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d8016155d846bbc50b5a0df6ed9f74a5f680b66]

INTEGRATION: CWS changefileheader (1.6.32); FILE MERGED 2008/03/28 15:40:20 rt 1.6.32.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d26b8c90e6d55248842f27c5954cd59b1164340]

INTEGRATION: CWS changefileheader (1.7.248); FILE MERGED 2008/04/01 13:01:54 thb 1.7.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:16 rt 1.7.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fbe47a3eeccab7d4ac143b35af537ff4ab6c20ac]

INTEGRATION: CWS changefileheader (1.2.136); FILE MERGED 2008/04/01 15:03:07 thb 1.2.136.3: #i85898# Stripping all external header guards 2008/04/01 10:49:27 thb 1.2.136.2: #i85898# Stripping all external header guards 2008/03/28 16:35:12 rt 1.2.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6356e16ef7306d79fbdc3f8887a1a4718c3eeca4]

INTEGRATION: CWS changefileheader (1.7.210); FILE MERGED 2008/03/28 15:40:20 rt 1.7.210.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [92f1a14f2334ade772503d007d95e73ef2b2972a]

INTEGRATION: CWS changefileheader (1.9.60); FILE MERGED 2008/04/01 13:01:54 thb 1.9.60.2: #i85898# Stripping all external header guards 2008/03/28 15:45:16 rt 1.9.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [103b481610a5299fa2e6ef3b7b693a8d60f33416]

INTEGRATION: CWS changefileheader (1.7.14); FILE MERGED 2008/04/01 16:01:02 thb 1.7.14.3: #i85898# Stripping all external header guards 2008/04/01 12:56:55 thb 1.7.14.2: #i85898# Stripping all external header guards 2008/03/28 15:40:20 rt 1.7.14.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab5e7c5eda3919d6a042ceaca94fada7f9b30cee]

INTEGRATION: CWS changefileheader (1.6.224); FILE MERGED 2008/04/01 13:01:54 thb 1.6.224.2: #i85898# Stripping all external header guards 2008/03/28 15:45:16 rt 1.6.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8ad87e1cfe53f82544d22f28defd814671c91491]

INTEGRATION: CWS changefileheader (1.4.148); FILE MERGED 2008/04/01 12:56:55 thb 1.4.148.2: #i85898# Stripping all external header guards 2008/03/28 15:40:20 rt 1.4.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [927c06441a44ee12f5d8ef18fe6d1a8c84584bd7]

INTEGRATION: CWS changefileheader (1.4.28); FILE MERGED 2008/03/28 16:35:12 rt 1.4.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7318bab87ced8adfcef296fda385b219fa83b1fb]

INTEGRATION: CWS changefileheader (1.16.22); FILE MERGED 2008/04/01 13:01:54 thb 1.16.22.2: #i85898# Stripping all external header guards 2008/03/28 15:45:16 rt 1.16.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [22b8ee87f6130b1570d0e70b99e763a7d2e00039]

INTEGRATION: CWS changefileheader (1.12.28); FILE MERGED 2008/04/01 16:01:01 thb 1.12.28.2: #i85898# Stripping all external header guards 2008/03/28 15:40:20 rt 1.12.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bfa307a0c156b6d1737b4769cc7533538efc3c3e]

INTEGRATION: CWS changefileheader (1.14.10); FILE MERGED 2008/03/28 16:35:12 rt 1.14.10.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2ef89fae8058009a8aa60f28f7f30190cc6dfdf]

INTEGRATION: CWS changefileheader (1.43.4); FILE MERGED 2008/03/28 15:45:16 rt 1.43.4.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe2bdf185967a57a80e68f41ddf99f7cf072c766]

INTEGRATION: CWS changefileheader (1.18.28); FILE MERGED 2008/04/01 16:01:01 thb 1.18.28.3: #i85898# Stripping all external header guards 2008/04/01 12:56:55 thb 1.18.28.2: #i85898# Stripping all external header guards 2008/03/28 15:40:20 rt 1.18.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ec344b6392e8a93b6229345438802822ca560dc8]

INTEGRATION: CWS changefileheader (1.56.20); FILE MERGED 2008/04/01 13:01:54 thb 1.56.20.2: #i85898# Stripping all external header guards 2008/03/28 15:45:16 rt 1.56.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9cf4a8e07bd2d5b3bbf5328b4622f06465d7e9e5]

INTEGRATION: CWS changefileheader (1.41.28); FILE MERGED 2008/04/01 16:01:01 thb 1.41.28.3: #i85898# Stripping all external header guards 2008/04/01 12:56:55 thb 1.41.28.2: #i85898# Stripping all external header guards 2008/03/28 15:40:20 rt 1.41.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ccae1795f38f0bdc8579adfa411d2342ec295e0f]

INTEGRATION: CWS changefileheader (1.2.136); FILE MERGED 2008/03/28 16:35:12 rt 1.2.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [589a47bdfd75d572978e08e9a2ecbd028defa85a]

INTEGRATION: CWS changefileheader (1.5.248); FILE MERGED 2008/04/01 13:01:54 thb 1.5.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:16 rt 1.5.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fca6a3a993846a4d5b3a1098f00bed0163478555]

INTEGRATION: CWS changefileheader (1.13.26); FILE MERGED 2008/03/28 15:40:19 rt 1.13.26.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [52ed6d6e8276e3ec20c0b62761b0e115a952a064]

INTEGRATION: CWS changefileheader (1.3.100); FILE MERGED 2008/03/28 16:35:12 rt 1.3.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b589da6e316f5faeb9af35729c6ac0151fd2bb57]

INTEGRATION: CWS changefileheader (1.44.32); FILE MERGED 2008/04/01 16:05:47 thb 1.44.32.3: #i85898# Stripping all external header guards 2008/04/01 13:01:54 thb 1.44.32.2: #i85898# Stripping all external header guards 2008/03/28 15:45:15 rt 1.44.32.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1a0c94648478b20cbd54468272dec09bfcc35793]

INTEGRATION: CWS changefileheader (1.8.106); FILE MERGED 2008/04/01 12:56:55 thb 1.8.106.2: #i85898# Stripping all external header guards 2008/03/28 15:40:19 rt 1.8.106.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a02430b6af694aa1909e105b641086376cce7bea]

INTEGRATION: CWS changefileheader (1.5.108); FILE MERGED 2008/04/01 15:03:06 thb 1.5.108.3: #i85898# Stripping all external header guards 2008/04/01 10:49:27 thb 1.5.108.2: #i85898# Stripping all external header guards 2008/03/28 16:35:12 rt 1.5.108.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b9fe4d1b69a74cd771ce17975ef86697cf4b0b10]

INTEGRATION: CWS changefileheader (1.17.168); FILE MERGED 2008/04/01 13:01:54 thb 1.17.168.2: #i85898# Stripping all external header guards 2008/03/28 15:45:15 rt 1.17.168.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [87f17f4fa680becfc52f68d225826dd119fbe988]

INTEGRATION: CWS changefileheader (1.4.210); FILE MERGED 2008/04/01 12:56:54 thb 1.4.210.2: #i85898# Stripping all external header guards 2008/03/28 15:40:19 rt 1.4.210.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [33789c5cb88b78193680a7234d815779b7fe6bd0]

INTEGRATION: CWS changefileheader (1.13.32); FILE MERGED 2008/03/28 16:35:11 rt 1.13.32.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d1c5c320535c914b8a77f8e7f8b809e36495f06]

INTEGRATION: CWS changefileheader (1.11.248); FILE MERGED 2008/04/01 13:01:54 thb 1.11.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:15 rt 1.11.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [029c79dd656f3e49ca04401346cbf67f6ba101de]

INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/03/28 15:40:19 rt 1.2.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe67a2b121e2acb4edb266b962c7642b1cf379ce]

INTEGRATION: CWS changefileheader (1.16.40); FILE MERGED 2008/04/01 13:01:53 thb 1.16.40.2: #i85898# Stripping all external header guards 2008/03/28 15:45:15 rt 1.16.40.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f308f350f1ee843669dba9f102b483e7254eab1b]

INTEGRATION: CWS changefileheader (1.10.50); FILE MERGED 2008/03/28 16:35:11 rt 1.10.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [294d63d930c889301f32e004bd5e30f721d306a7]

INTEGRATION: CWS changefileheader (1.3.210); FILE MERGED 2008/04/01 16:01:01 thb 1.3.210.3: #i85898# Stripping all external header guards 2008/04/01 12:56:54 thb 1.3.210.2: #i85898# Stripping all external header guards 2008/03/28 15:40:19 rt 1.3.210.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b8dd65ecb6e33f2ffbebff50126d90d9db18ea4f]

INTEGRATION: CWS changefileheader (1.16.20); FILE MERGED 2008/03/28 15:45:15 rt 1.16.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d960f87538589cbd4ec09594e7b428e6fc5f359]

INTEGRATION: CWS changefileheader (1.12.80); FILE MERGED 2008/03/28 16:35:11 rt 1.12.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5f6cf126c41035bd4d00dfb1a04c90416e5a5ec1]

INTEGRATION: CWS changefileheader (1.6.20); FILE MERGED 2008/03/28 15:45:15 rt 1.6.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3f3bb90a11933fe8cfeec699d94ec80e842bbf5]

INTEGRATION: CWS changefileheader (1.5.28); FILE MERGED 2008/04/01 16:01:01 thb 1.5.28.3: #i85898# Stripping all external header guards 2008/04/01 12:56:54 thb 1.5.28.2: #i85898# Stripping all external header guards 2008/03/28 15:40:19 rt 1.5.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [758b11f7fe3e8284e5e98eb95d33184ee415e901]

INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED 2008/03/28 16:35:11 rt 1.4.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3bcd5866b67a33259f475d33d045bbb0d9ae6375]

INTEGRATION: CWS changefileheader (1.2.684); FILE MERGED 2008/04/01 16:05:46 thb 1.2.684.3: #i85898# Stripping all external header guards 2008/04/01 13:01:53 thb 1.2.684.2: #i85898# Stripping all external header guards 2008/03/28 15:45:15 rt 1.2.684.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [47181362e8ebb5c59fa6ee71fcdaf5e4132e9039]

INTEGRATION: CWS changefileheader (1.3.92); FILE MERGED 2008/03/28 16:35:11 rt 1.3.92.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d1dc2f58b6547d3282b6ba417c5de0e4cc3df7c]

INTEGRATION: CWS changefileheader (1.3.60); FILE MERGED 2008/04/01 16:01:00 thb 1.3.60.3: #i85898# Stripping all external header guards 2008/04/01 12:56:54 thb 1.3.60.2: #i85898# Stripping all external header guards 2008/03/28 15:40:18 rt 1.3.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0e396053b34ca77ec61f3297c9781c3ecb69f1c3]

INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/04/01 16:05:46 thb 1.5.22.2: #i85898# Stripping all external header guards 2008/03/28 15:45:15 rt 1.5.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [98cfda719ae874833a750c5b2713f982c1c5e51a]

INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/03/28 16:35:11 rt 1.5.92.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eaa22e056677ebf79ca277dc7a9b3dbe553909bb]

INTEGRATION: CWS changefileheader (1.2.106); FILE MERGED 2008/04/01 16:01:00 thb 1.2.106.3: #i85898# Stripping all external header guards 2008/04/01 12:56:54 thb 1.2.106.2: #i85898# Stripping all external header guards 2008/03/28 15:40:18 rt 1.2.106.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c803804b5325c334fedccf7c04ba94b73cad1e5]

INTEGRATION: CWS changefileheader (1.5.248); FILE MERGED 2008/04/01 16:05:46 thb 1.5.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:53 thb 1.5.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:15 rt 1.5.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [39917285c71b0103a273a9c2086b6c47644e9b61]

INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/03/28 16:35:10 rt 1.2.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [842d6005f43a9b90e67bfcaaca4851dc2e55a3c1]

INTEGRATION: CWS changefileheader (1.3.86); FILE MERGED 2008/04/01 16:01:00 thb 1.3.86.3: #i85898# Stripping all external header guards 2008/04/01 12:56:54 thb 1.3.86.2: #i85898# Stripping all external header guards 2008/03/28 15:40:18 rt 1.3.86.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [443a393b94f442734c72b6c8789d85bc5bfb430e]

INTEGRATION: CWS changefileheader (1.9.26); FILE MERGED 2008/04/01 10:48:15 thb 1.9.26.2: #i85898# Stripping all external header guards 2008/03/28 16:05:56 rt 1.9.26.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [626201a1b98e9ecc56248df9472f8d5996a6f93a]

INTEGRATION: CWS changefileheader (1.11.248); FILE MERGED 2008/04/01 16:05:46 thb 1.11.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:53 thb 1.11.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:15 rt 1.11.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d8a8362855892bbaa3f0fb4842564bb61b4cbf61]

INTEGRATION: CWS changefileheader (1.2.106); FILE MERGED 2008/03/28 15:40:18 rt 1.2.106.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [088573b59df9aa39954f70346e4334eba275e5c4]

INTEGRATION: CWS changefileheader (1.2.846); FILE MERGED 2008/03/28 15:45:15 rt 1.2.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a867f216d3afaef773af11d80cef2ed927fd6b18]

INTEGRATION: CWS changefileheader (1.2.136); FILE MERGED 2008/03/28 16:35:10 rt 1.2.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7342f538674bb217d4c07f5d86374f384e5f3509]

INTEGRATION: CWS changefileheader (1.86.28); FILE MERGED 2008/04/01 16:01:00 thb 1.86.28.3: #i85898# Stripping all external header guards 2008/04/01 12:56:53 thb 1.86.28.2: #i85898# Stripping all external header guards 2008/03/28 15:40:18 rt 1.86.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd5a0f9b28b03c292e042dc196e1cf74ffea5ed4]

INTEGRATION: CWS changefileheader (1.14.248); FILE MERGED 2008/04/01 13:01:53 thb 1.14.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:15 rt 1.14.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd58be6c3c347250f3fb2a238a416da1ffe6eb2c]

INTEGRATION: CWS changefileheader (1.12.654); FILE MERGED 2008/04/01 16:05:46 thb 1.12.654.3: #i85898# Stripping all external header guards 2008/04/01 13:01:53 thb 1.12.654.2: #i85898# Stripping all external header guards 2008/03/28 15:45:15 rt 1.12.654.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [664433553b9b94a12f984fd96554575d3f8b9759]

INTEGRATION: CWS changefileheader (1.10.248); FILE MERGED 2008/04/01 13:01:53 thb 1.10.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:14 rt 1.10.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [476452bfabeae84923200f25069759708cdcce93]

INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED 2008/03/28 16:35:09 rt 1.4.92.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d3190f9f6eb9bd44d3954dd665dde915ba6e223d]

INTEGRATION: CWS changefileheader (1.16.248); FILE MERGED 2008/04/01 16:05:46 thb 1.16.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:14 rt 1.16.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6f3db0fa0836ffd9fb6218088fa5166592216f2f]

INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED 2008/03/28 16:35:09 rt 1.4.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f93450ada434d249e8ceaa4bd6d9eaeed9894bb]

INTEGRATION: CWS changefileheader (1.61.28); FILE MERGED 2008/04/01 16:01:00 thb 1.61.28.3: #i85898# Stripping all external header guards 2008/04/01 12:56:53 thb 1.61.28.2: #i85898# Stripping all external header guards 2008/03/28 15:40:17 rt 1.61.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b0beaec13cb8534c479260ed8fbe241ae47a939f]

INTEGRATION: CWS changefileheader (1.6.846); FILE MERGED 2008/04/01 13:01:53 thb 1.6.846.2: #i85898# Stripping all external header guards 2008/03/28 15:45:14 rt 1.6.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4e6bec889df804653d2d34025f408721dc7598b5]

INTEGRATION: CWS changefileheader (1.5.50); FILE MERGED 2008/03/28 16:35:09 rt 1.5.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e8b9f1a8868a57e059396ac47519a945f5daa91c]

INTEGRATION: CWS changefileheader (1.2.546); FILE MERGED 2008/04/01 16:05:45 thb 1.2.546.2: #i85898# Stripping all external header guards 2008/03/28 15:45:14 rt 1.2.546.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0973ba076a9017aa338e1183362803b91e52d9ca]

INTEGRATION: CWS changefileheader (1.2.136); FILE MERGED 2008/03/28 16:35:09 rt 1.2.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ceb2909e960ec0aa1e1edb84390169de4965f22c]

INTEGRATION: CWS changefileheader (1.2.846); FILE MERGED 2008/03/28 15:45:14 rt 1.2.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0f9a9af431dbdd85f393f5e41e0a2da4b469301a]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/03/28 15:45:13 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5bfda82eeb53f77bddebb4ef0105aeb6a6dfa7e4]

INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:35:09 rt 1.3.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d98ba60946a13b3f7992588a8f2f3a2144478eb]

INTEGRATION: CWS changefileheader (1.5.210); FILE MERGED 2008/03/28 15:40:17 rt 1.5.210.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [93d557488f2d591306330028b075b242c2d743ba]

INTEGRATION: CWS changefileheader (1.5.80); FILE MERGED 2008/03/28 16:35:09 rt 1.5.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e9178e670f5dace364a820aeeefccfbf686b7dce]

INTEGRATION: CWS changefileheader (1.19.120); FILE MERGED 2008/04/01 16:01:00 thb 1.19.120.3: #i85898# Stripping all external header guards 2008/04/01 12:56:52 thb 1.19.120.2: #i85898# Stripping all external header guards 2008/03/28 15:40:17 rt 1.19.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [edd28075f445fce2600dde1046acca55983a4421]

INTEGRATION: CWS changefileheader (1.3.40); FILE MERGED 2008/04/01 13:01:52 thb 1.3.40.2: #i85898# Stripping all external header guards 2008/03/28 15:45:12 rt 1.3.40.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [043022249614119d5597a5fff8c15934da2eb6e9]

INTEGRATION: CWS changefileheader (1.2.136); FILE MERGED 2008/03/28 16:35:08 rt 1.2.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8d844c4b4fab22bce12b0a8f2c921c8d64d52d43]

INTEGRATION: CWS changefileheader (1.3.40); FILE MERGED 2008/03/28 15:45:12 rt 1.3.40.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9a1987d9cf3655cd580de94f37d9dbc509ea6c25]

INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED 2008/03/28 16:35:08 rt 1.4.92.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0742f50bf11ba455e894a416d5919344b2767f62]

INTEGRATION: CWS changefileheader (1.3.168); FILE MERGED 2008/04/01 16:05:45 thb 1.3.168.3: #i85898# Stripping all external header guards 2008/04/01 13:01:52 thb 1.3.168.2: #i85898# Stripping all external header guards 2008/03/28 15:45:12 rt 1.3.168.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ccd9090e6b01ebc94e29d4b052141986614c6a24]

INTEGRATION: CWS changefileheader (1.3.120); FILE MERGED 2008/03/28 15:45:12 rt 1.3.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [83f7ee91591718e5169f4cb5b145bd2586ecfa7c]

INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/03/28 16:35:08 rt 1.3.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a41bc5d09976332479891c9a57f3cf6c078d84f6]

INTEGRATION: CWS changefileheader (1.9.146); FILE MERGED 2008/04/01 12:56:52 thb 1.9.146.2: #i85898# Stripping all external header guards 2008/03/28 15:40:17 rt 1.9.146.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d538e35b54ead7e0fa9c495c1d693b05b1639791]

INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 15:45:12 rt 1.4.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a105afacf904350e2ffb61a8123c594ef41d78a0]

INTEGRATION: CWS changefileheader (1.53.14); FILE MERGED 2008/04/01 16:00:59 thb 1.53.14.3: #i85898# Stripping all external header guards 2008/04/01 12:56:52 thb 1.53.14.2: #i85898# Stripping all external header guards 2008/03/28 15:40:17 rt 1.53.14.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [261b2d580cd505c031ee581468fa82f83ac9d733]

INTEGRATION: CWS changefileheader (1.3.40); FILE MERGED 2008/04/01 16:05:45 thb 1.3.40.3: #i85898# Stripping all external header guards 2008/04/01 13:01:52 thb 1.3.40.2: #i85898# Stripping all external header guards 2008/03/28 15:45:12 rt 1.3.40.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2ed44564d6a4765a0286480d2011acbcd75ce77e]

INTEGRATION: CWS changefileheader (1.5.50); FILE MERGED 2008/03/28 16:35:08 rt 1.5.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [57a5d8f442e14aa6768564c663552791f66ace72]

INTEGRATION: CWS changefileheader (1.4.42); FILE MERGED 2008/03/28 15:45:12 rt 1.4.42.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [366a7b08ad806da5a6f026b2ee0e563d7005f192]

INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/03/28 15:45:12 rt 1.3.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ac522cde2362195f6341f7dd0b05ed3c68827c03]

INTEGRATION: CWS changefileheader (1.3.148); FILE MERGED 2008/04/01 16:00:59 thb 1.3.148.3: #i85898# Stripping all external header guards 2008/04/01 12:56:52 thb 1.3.148.2: #i85898# Stripping all external header guards 2008/03/28 15:40:17 rt 1.3.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a58894b9721478ed066b398c980d541d34574c28]

INTEGRATION: CWS changefileheader (1.3.218); FILE MERGED 2008/03/28 15:45:12 rt 1.3.218.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8c6ac7308d9dfb8a4c0737363cef0cc59ae7d130]

INTEGRATION: CWS changefileheader (1.5.210); FILE MERGED 2008/04/01 16:00:59 thb 1.5.210.3: #i85898# Stripping all external header guards 2008/04/01 12:56:51 thb 1.5.210.2: #i85898# Stripping all external header guards 2008/03/28 15:40:17 rt 1.5.210.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [195b249f5cf01c55ccdabe69ce310ae49937db4f]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/04/01 16:05:45 thb 1.2.224.2: #i85898# Stripping all external header guards 2008/03/28 15:45:12 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [05903d6ca07f09b3c3e422a59f91bfdf28abbd5b]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/03/28 15:45:12 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2984ff0b5955f2a5bfe5e59a28c234d08895df2]

INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 15:45:12 rt 1.3.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [63fdec6de311e202e4a351d8304464dbd7ff8282]

INTEGRATION: CWS changefileheader (1.2.178); FILE MERGED 2008/04/01 16:00:59 thb 1.2.178.3: #i85898# Stripping all external header guards 2008/04/01 12:56:51 thb 1.2.178.2: #i85898# Stripping all external header guards 2008/03/28 15:40:16 rt 1.2.178.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7deb266b5e3ab6d1e2fbcecf82dbbce9366b1136]

INTEGRATION: CWS changefileheader (1.3.92); FILE MERGED 2008/03/28 16:35:08 rt 1.3.92.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da16ef772f5089bc6f250fcef67c3e1e195b19c9]

INTEGRATION: CWS changefileheader (1.8.32); FILE MERGED 2008/04/01 16:00:59 thb 1.8.32.3: #i85898# Stripping all external header guards 2008/04/01 12:56:51 thb 1.8.32.2: #i85898# Stripping all external header guards 2008/03/28 15:40:16 rt 1.8.32.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d1d37cbb6858f150814b2f02125f7b9c5ee93fa]

INTEGRATION: CWS changefileheader (1.5.210); FILE MERGED 2008/04/01 12:56:51 thb 1.5.210.2: #i85898# Stripping all external header guards 2008/03/28 15:40:16 rt 1.5.210.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12c17f8adf7e729b865818b3be77ef8b06e9284a]

INTEGRATION: CWS changefileheader (1.3.148); FILE MERGED 2008/03/28 15:45:12 rt 1.3.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8809ef4cd819500899d1c1c72e65989acf272ce4]

INTEGRATION: CWS changefileheader (1.11.210); FILE MERGED 2008/04/01 16:00:58 thb 1.11.210.3: #i85898# Stripping all external header guards 2008/04/01 12:56:51 thb 1.11.210.2: #i85898# Stripping all external header guards 2008/03/28 15:40:16 rt 1.11.210.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9b52409a68ed85285fd59d3013ae4d07db4a63dc]

INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/03/28 15:45:12 rt 1.4.126.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [84f149702ccc60cf9e6ba16d47978c296e265144]

INTEGRATION: CWS changefileheader (1.3.68); FILE MERGED 2008/03/28 16:35:07 rt 1.3.68.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c132bc9a29960115edb1ec1dd08f35a890e4899]

INTEGRATION: CWS changefileheader (1.4.210); FILE MERGED 2008/04/01 12:56:51 thb 1.4.210.2: #i85898# Stripping all external header guards 2008/03/28 15:40:16 rt 1.4.210.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e3571c5a1a3f8565cbb08b196c9a826c60bf2591]

INTEGRATION: CWS changefileheader (1.11.184); FILE MERGED 2008/03/28 15:45:11 rt 1.11.184.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9b9d9de0446022fde2d2ced91ebaf5fd034822ae]

INTEGRATION: CWS changefileheader (1.4.142); FILE MERGED 2008/03/28 16:35:07 rt 1.4.142.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc0103447a2dc49edf18378058611a1fb4b76ba8]

INTEGRATION: CWS changefileheader (1.10.184); FILE MERGED 2008/04/01 16:00:58 thb 1.10.184.3: #i85898# Stripping all external header guards 2008/04/01 12:56:50 thb 1.10.184.2: #i85898# Stripping all external header guards 2008/03/28 15:40:16 rt 1.10.184.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [76519637ae1f3a4fe75f589bb1c2867f83b9608b]

INTEGRATION: CWS changefileheader (1.12.60); FILE MERGED 2008/03/28 15:45:11 rt 1.12.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [16476be43c33b34a2709d1e67caff02ba9348bb8]

INTEGRATION: CWS changefileheader (1.3.142); FILE MERGED 2008/03/28 16:35:07 rt 1.3.142.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [11c0699f2d8d0cf7d13e2e95e45ca30567949ff3]

INTEGRATION: CWS changefileheader (1.14.146); FILE MERGED 2008/03/28 15:40:16 rt 1.14.146.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd0f5fc74c43e18c323a8c535b7777208fbfe6c2]

INTEGRATION: CWS changefileheader (1.75.18); FILE MERGED 2008/03/28 15:45:11 rt 1.75.18.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8c5ce338c2102c548bb7d6b87bc7314363ec160e]

INTEGRATION: CWS changefileheader (1.5.142); FILE MERGED 2008/03/28 16:35:07 rt 1.5.142.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64e0fd01967bb816d4918d795c335cc5088e1cce]

INTEGRATION: CWS changefileheader (1.24.172); FILE MERGED 2008/04/01 16:00:58 thb 1.24.172.3: #i85898# Stripping all external header guards 2008/04/01 12:56:50 thb 1.24.172.2: #i85898# Stripping all external header guards 2008/03/28 15:40:16 rt 1.24.172.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [575eef478456242eb4854107eb15d672a8cbba95]

INTEGRATION: CWS changefileheader (1.43.22); FILE MERGED 2008/03/28 15:45:11 rt 1.43.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5600e9fab615a2281d127ba053b834460ae4c0fc]

INTEGRATION: CWS changefileheader (1.3.142); FILE MERGED 2008/03/28 16:35:06 rt 1.3.142.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ec9eec4be622c8622e57005876d8afaee01cf4e3]

INTEGRATION: CWS changefileheader (1.13.104); FILE MERGED 2008/04/01 12:56:50 thb 1.13.104.2: #i85898# Stripping all external header guards 2008/03/28 15:40:16 rt 1.13.104.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7470eefefefcb8dddee93096db499bc957653489]

INTEGRATION: CWS changefileheader (1.7.588); FILE MERGED 2008/03/28 15:45:11 rt 1.7.588.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c70841b125e03240434d600ae1e42e35059f414c]

INTEGRATION: CWS changefileheader (1.5.210); FILE MERGED 2008/04/01 16:00:58 thb 1.5.210.2: #i85898# Stripping all external header guards 2008/03/28 15:40:16 rt 1.5.210.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9d020d0eb4a7a5d3c5cd4483f801835726e537ba]

INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/03/28 16:35:06 rt 1.2.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2bee57fddcca9ebdfe5e8754ab98ff2032bd5ff]

INTEGRATION: CWS changefileheader (1.9.846); FILE MERGED 2008/03/28 15:45:10 rt 1.9.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f6f963e0d13c299cc6fb77759c0f01d0e357c0b]

INTEGRATION: CWS changefileheader (1.26.10); FILE MERGED 2008/04/01 16:00:58 thb 1.26.10.3: #i85898# Stripping all external header guards 2008/04/01 12:56:50 thb 1.26.10.2: #i85898# Stripping all external header guards 2008/03/28 15:40:15 rt 1.26.10.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64beb808049c69e3ccff875d434cde01f7814f01]

INTEGRATION: CWS changefileheader (1.10.50); FILE MERGED 2008/03/28 16:35:06 rt 1.10.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e1c743be03b5e4b94f138040ffd8f000f500a8f3]

INTEGRATION: CWS changefileheader (1.6.248); FILE MERGED 2008/03/28 15:45:10 rt 1.6.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5cac436c1c3a2ba35d35d40456bf9a0a8e7e062e]

INTEGRATION: CWS changefileheader (1.9.210); FILE MERGED 2008/04/01 16:00:57 thb 1.9.210.3: #i85898# Stripping all external header guards 2008/04/01 12:56:50 thb 1.9.210.2: #i85898# Stripping all external header guards 2008/03/28 15:40:15 rt 1.9.210.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f7e25a34851e16a2af5e3a8ddd469bda664df865]

INTEGRATION: CWS changefileheader (1.5.142); FILE MERGED 2008/03/28 16:35:06 rt 1.5.142.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9b49338a618c74095d60aad699b73680792071cf]

INTEGRATION: CWS changefileheader (1.18.60); FILE MERGED 2008/03/28 15:45:10 rt 1.18.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f2b33c2d08f6befd11fd66cb513f37b18dd223e1]

INTEGRATION: CWS changefileheader (1.3.148); FILE MERGED 2008/03/28 15:40:15 rt 1.3.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [56b970a5b7e26249d44e6705b33777c7326463e7]

INTEGRATION: CWS changefileheader (1.6.142); FILE MERGED 2008/03/28 16:35:05 rt 1.6.142.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [283b83f5379e9640df21dbe854c2cadd94ca714a]

INTEGRATION: CWS changefileheader (1.36.60); FILE MERGED 2008/04/01 16:05:44 thb 1.36.60.3: #i85898# Stripping all external header guards 2008/04/01 13:01:52 thb 1.36.60.2: #i85898# Stripping all external header guards 2008/03/28 15:45:10 rt 1.36.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc26e47e69df13210fb11e4f1e19b079f255ca51]

INTEGRATION: CWS changefileheader (1.7.6); FILE MERGED 2008/03/28 15:45:08 rt 1.7.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [484595fd09c101c4f959e65bf60325996a6f5775]

INTEGRATION: CWS changefileheader (1.5.142); FILE MERGED 2008/03/28 16:35:05 rt 1.5.142.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [29e908d1a50b676d2a47a279bd55312acf9bd00e]

INTEGRATION: CWS changefileheader (1.3.522); FILE MERGED 2008/04/01 13:01:51 thb 1.3.522.2: #i85898# Stripping all external header guards 2008/03/28 15:45:08 rt 1.3.522.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d6b654a24a2a83f7f97d5bfb0b182d91848de39f]

INTEGRATION: CWS changefileheader (1.3.148); FILE MERGED 2008/04/01 16:00:57 thb 1.3.148.3: #i85898# Stripping all external header guards 2008/04/01 12:56:49 thb 1.3.148.2: #i85898# Stripping all external header guards 2008/03/28 15:40:15 rt 1.3.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [218865067c767d1680a69b5d21b018e53cbd3ad7]

INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/03/28 15:45:08 rt 1.7.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [184297afacbc465ce40a6678f588bcbc2181614b]

INTEGRATION: CWS changefileheader (1.2.178); FILE MERGED 2008/04/01 16:00:57 thb 1.2.178.3: #i85898# Stripping all external header guards 2008/04/01 12:56:49 thb 1.2.178.2: #i85898# Stripping all external header guards 2008/03/28 15:40:15 rt 1.2.178.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f5c3ae24e19d2c072447a8b04a59a98f6e660fc0]

INTEGRATION: CWS changefileheader (1.7.136); FILE MERGED 2008/03/28 16:35:05 rt 1.7.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1af7d6ac16a7b17157ae173db0fe4acee79dce18]

INTEGRATION: CWS changefileheader (1.3.614); FILE MERGED 2008/03/28 15:45:08 rt 1.3.614.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc4a754c6e296d6a1ac4287c3d197c8daed6e34e]

INTEGRATION: CWS changefileheader (1.67.28); FILE MERGED 2008/04/01 16:00:57 thb 1.67.28.3: #i85898# Stripping all external header guards 2008/04/01 12:56:49 thb 1.67.28.2: #i85898# Stripping all external header guards 2008/03/28 15:40:15 rt 1.67.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [725c827e74120a24f5bdc90a429cf7f84382c3f4]

INTEGRATION: CWS changefileheader (1.6.60); FILE MERGED 2008/03/28 15:45:08 rt 1.6.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [490c2590b73d9fb016706d6d7982c570ed7cecae]

INTEGRATION: CWS changefileheader (1.8.52); FILE MERGED 2008/04/01 16:00:56 thb 1.8.52.3: #i85898# Stripping all external header guards 2008/04/01 12:56:49 thb 1.8.52.2: #i85898# Stripping all external header guards 2008/03/28 15:40:14 rt 1.8.52.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [45478ffe863f08cc28e367d909c1791d392d462d]

INTEGRATION: CWS changefileheader (1.4.296); FILE MERGED 2008/03/28 15:45:08 rt 1.4.296.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [69d21b4aafdff30eaacba0f42014769ab91283ed]

INTEGRATION: CWS changefileheader (1.85.28); FILE MERGED 2008/04/01 16:00:56 thb 1.85.28.3: #i85898# Stripping all external header guards 2008/04/01 12:56:48 thb 1.85.28.2: #i85898# Stripping all external header guards 2008/03/28 15:40:14 rt 1.85.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [36a28900e844ede1f39bff3d4079596a5f5f8542]

INTEGRATION: CWS changefileheader (1.2.630); FILE MERGED 2008/03/28 15:45:08 rt 1.2.630.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [06ebce1f14e95afe3f7185c89911b2a9678b15d8]

INTEGRATION: CWS changefileheader (1.12.32); FILE MERGED 2008/04/01 12:56:48 thb 1.12.32.2: #i85898# Stripping all external header guards 2008/03/28 15:40:14 rt 1.12.32.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9ab7fc429efffe7774b2c074ed3f060c5280544e]

INTEGRATION: CWS changefileheader (1.7.136); FILE MERGED 2008/03/28 16:35:04 rt 1.7.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c5e17d937d4d563f3a84e4119a1a61dba3640628]

INTEGRATION: CWS changefileheader (1.8.58); FILE MERGED 2008/04/01 16:05:44 thb 1.8.58.3: #i85898# Stripping all external header guards 2008/04/01 13:01:51 thb 1.8.58.2: #i85898# Stripping all external header guards 2008/03/28 15:45:08 rt 1.8.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e7869dd2cd7261b7b51c837cf8b480854a6f54ad]

INTEGRATION: CWS changefileheader (1.69.10); FILE MERGED 2008/04/01 16:00:56 thb 1.69.10.3: #i85898# Stripping all external header guards 2008/04/01 12:56:48 thb 1.69.10.2: #i85898# Stripping all external header guards 2008/03/28 15:40:14 rt 1.69.10.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6432fc8578b2dbccadfc6841b0317daf8285b689]

INTEGRATION: CWS changefileheader (1.6.142); FILE MERGED 2008/03/28 16:35:04 rt 1.6.142.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [76c11e4e72c7b4806db4ad8c0a74e56bbcc5c7af]

INTEGRATION: CWS changefileheader (1.4.346); FILE MERGED 2008/04/01 16:05:44 thb 1.4.346.3: #i85898# Stripping all external header guards 2008/04/01 13:01:51 thb 1.4.346.2: #i85898# Stripping all external header guards 2008/03/28 15:45:08 rt 1.4.346.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [06c5ce1fc626be57f66db2663e6d6ca07497ff5a]

INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/04/01 16:00:56 thb 1.2.10.2: #i85898# Stripping all external header guards 2008/04/01 12:56:48 thb 1.2.10.1: #i85898# Stripping all external header guards


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e83e52a47532876ed06db65fd715082664ab400c]

INTEGRATION: CWS changefileheader (1.7.218); FILE MERGED 2008/03/28 15:45:07 rt 1.7.218.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8dcc5034c73665e57fb1200e2623e4d7d0f8aeab]

INTEGRATION: CWS changefileheader (1.8.58); FILE MERGED 2008/03/28 15:45:07 rt 1.8.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5da64fd171713c9760c79000386381f53cca6ca8]

INTEGRATION: CWS changefileheader (1.7.52); FILE MERGED 2008/04/01 12:56:48 thb 1.7.52.2: #i85898# Stripping all external header guards 2008/03/28 15:40:14 rt 1.7.52.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b2b0331645f40910d99565816d0d717953e6f23d]

INTEGRATION: CWS changefileheader (1.6.136); FILE MERGED 2008/03/28 16:35:04 rt 1.6.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1a732d1f5d400d2cf38fc3f11104080bae7cf3ce]

INTEGRATION: CWS changefileheader (1.3.484); FILE MERGED 2008/03/28 15:45:07 rt 1.3.484.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [af46727a929e5ea2a364fc6f6cf92b71c517f6bb]

INTEGRATION: CWS changefileheader (1.7.50); FILE MERGED 2008/03/28 16:35:04 rt 1.7.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df663348416eba8b9419ccbb0dbb18ce22ac5256]

INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/04/01 16:00:56 thb 1.2.10.2: #i85898# Stripping all external header guards 2008/04/01 12:56:47 thb 1.2.10.1: #i85898# Stripping all external header guards


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e77f8f6c4866422698a00ce085cd701d3ad9c3ca]

INTEGRATION: CWS changefileheader (1.3.142); FILE MERGED 2008/03/28 16:35:04 rt 1.3.142.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d14f4a917be2d1fdc7c6f5f266f9ec69b85c9e54]

INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/04/01 16:00:55 thb 1.2.10.2: #i85898# Stripping all external header guards 2008/04/01 12:56:47 thb 1.2.10.1: #i85898# Stripping all external header guards


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4e4709225a600048ce376fb190db63b42f0a2384]

INTEGRATION: CWS changefileheader (1.2.60); FILE MERGED 2008/03/28 15:45:07 rt 1.2.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b107cd5ecf18c8009ac7ade95f66c3887ce8edd]

INTEGRATION: CWS changefileheader (1.5.142); FILE MERGED 2008/03/28 16:35:04 rt 1.5.142.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f5797a3a0cf28fb02b3679c5f6a4baa7bdc91f3c]

INTEGRATION: CWS changefileheader (1.6.210); FILE MERGED 2008/04/01 16:00:55 thb 1.6.210.3: #i85898# Stripping all external header guards 2008/04/01 12:56:47 thb 1.6.210.2: #i85898# Stripping all external header guards 2008/03/28 15:40:14 rt 1.6.210.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8571b93038d308523699b4a59a741feb17edaf66]

INTEGRATION: CWS changefileheader (1.2.630); FILE MERGED 2008/04/01 16:05:44 thb 1.2.630.3: #i85898# Stripping all external header guards 2008/04/01 13:01:51 thb 1.2.630.2: #i85898# Stripping all external header guards 2008/03/28 15:45:07 rt 1.2.630.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b1085290373ac4e697ab3685a891558a1dfa5a35]

INTEGRATION: CWS changefileheader (1.5.142); FILE MERGED 2008/03/28 16:35:03 rt 1.5.142.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d656bdc5ee7e160447dec97a166b7bd3209cd1c]

INTEGRATION: CWS changefileheader (1.7.60); FILE MERGED 2008/03/28 15:45:07 rt 1.7.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c6ab9eab11d88412020db803a63385c31a98d3ea]

INTEGRATION: CWS changefileheader (1.3.142); FILE MERGED 2008/03/28 16:35:03 rt 1.3.142.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8aa688d7ab292e6a61311daae3b7742a506fe308]

INTEGRATION: CWS changefileheader (1.3.484); FILE MERGED 2008/03/28 15:45:06 rt 1.3.484.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5ae9d608eb7d7c4319a4b8a96f05007b196cd1c2]

INTEGRATION: CWS changefileheader (1.3.210); FILE MERGED 2008/03/28 15:40:13 rt 1.3.210.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9999dc19d38acfae4e44115f58a12238dd275095]

INTEGRATION: CWS changefileheader (1.11.80); FILE MERGED 2008/03/28 16:35:03 rt 1.11.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bb5404faa79fa416daabe7edb6c90d1af71ebda0]

INTEGRATION: CWS changefileheader (1.9.180); FILE MERGED 2008/03/28 15:40:13 rt 1.9.180.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4eb1c41428019ee1c7e73626959b43b7d0513714]

INTEGRATION: CWS changefileheader (1.5.16); FILE MERGED 2008/03/28 16:35:03 rt 1.5.16.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [914381b255077377cdd1f3092113dacc5464ee59]

INTEGRATION: CWS changefileheader (1.2.630); FILE MERGED 2008/03/28 15:45:06 rt 1.2.630.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fc567ef29b6b1dc31c50f41a40d58c4e8dd0ff98]

INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/03/28 16:35:03 rt 1.2.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [502db87de1688c40d442ae4efa43591375ad7417]

INTEGRATION: CWS changefileheader (1.4.60); FILE MERGED 2008/03/28 15:45:06 rt 1.4.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e568321ab6c7a350ddf2e5f845444e3b0d78497]

INTEGRATION: CWS changefileheader (1.12.28); FILE MERGED 2008/03/28 15:40:13 rt 1.12.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f7c07c5b08ecd17f14ccbddfe1fb4cb529126d46]

INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/04/01 15:03:06 thb 1.2.28.3: #i85898# Stripping all external header guards 2008/04/01 10:49:26 thb 1.2.28.2: #i85898# Stripping all external header guards 2008/03/28 16:35:03 rt 1.2.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [88b3d4a909d3e09b9ce72f5ce6a0c95612871ca0]

INTEGRATION: CWS changefileheader (1.4.210); FILE MERGED 2008/03/28 15:40:13 rt 1.4.210.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9d18d6af8c2f77ce153aaf4bbf69b5caf8288e1e]

INTEGRATION: CWS changefileheader (1.7.32); FILE MERGED 2008/03/28 15:40:13 rt 1.7.32.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d638cea228493f0a8aaa26d36a368ef71e804d94]

INTEGRATION: CWS changefileheader (1.7.350); FILE MERGED 2008/03/28 15:45:06 rt 1.7.350.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a3de7435fe187b38da536878b811c34f1c085c64]

INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/03/28 16:35:02 rt 1.2.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c7fd0c2dd5ca87804822703f973391fc43962c5d]

INTEGRATION: CWS changefileheader (1.9.76); FILE MERGED 2008/03/28 15:45:06 rt 1.9.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c69637b114a0311b357ab120dc9109b7469c457a]

INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/04/01 16:00:55 thb 1.2.10.2: #i85898# Stripping all external header guards 2008/04/01 12:56:46 thb 1.2.10.1: #i85898# Stripping all external header guards


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a71d2440d20272b3fa487c6a705116a9c94805e4]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/04/01 16:05:43 thb 1.4.246.3: #i85898# Stripping all external header guards 2008/04/01 13:01:51 thb 1.4.246.2: #i85898# Stripping all external header guards 2008/03/28 15:45:05 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c5875de3d59e98e3b707b4c42bed234f59afecb9]

INTEGRATION: CWS changefileheader (1.20.224); FILE MERGED 2008/04/01 16:05:43 thb 1.20.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:50 thb 1.20.224.2: #i85898# Stripping all external header guards 2008/03/28 15:45:05 rt 1.20.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f0fd3a4aa5538b20b76942e3cd08a5e70ebd7ed]

INTEGRATION: CWS changefileheader (1.122.44); FILE MERGED 2008/04/01 16:05:43 thb 1.122.44.3: #i85898# Stripping all external header guards 2008/04/01 13:01:50 thb 1.122.44.2: #i85898# Stripping all external header guards 2008/03/28 15:45:05 rt 1.122.44.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [922646a77b9af2d7522c0ed52edc00b63372a04c]

INTEGRATION: CWS changefileheader (1.6.206); FILE MERGED 2008/04/01 12:56:46 thb 1.6.206.2: #i85898# Stripping all external header guards 2008/03/28 15:40:13 rt 1.6.206.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [646dc8ddf0650bcab52aa06c21dfddffbe8edb5a]

INTEGRATION: CWS changefileheader (1.27.44); FILE MERGED 2008/04/01 16:05:42 thb 1.27.44.3: #i85898# Stripping all external header guards 2008/04/01 13:01:50 thb 1.27.44.2: #i85898# Stripping all external header guards 2008/03/28 15:45:05 rt 1.27.44.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5757ae464e66ce3915b18b07586e357d506fcc0a]

INTEGRATION: CWS changefileheader (1.276.20); FILE MERGED 2008/04/01 16:05:42 thb 1.276.20.3: #i85898# Stripping all external header guards 2008/04/01 13:01:49 thb 1.276.20.2: #i85898# Stripping all external header guards 2008/03/28 15:45:04 rt 1.276.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9364cf2d3c5bd92d43a87548b2e75a92facf24bc]

INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/04/01 15:03:06 thb 1.2.28.2: #i85898# Stripping all external header guards 2008/03/28 16:35:02 rt 1.2.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e058cec1c58bfed8eeb968c3ba2fef489728b1be]

INTEGRATION: CWS changefileheader (1.53.58); FILE MERGED 2008/04/01 16:05:42 thb 1.53.58.3: #i85898# Stripping all external header guards 2008/04/01 13:01:49 thb 1.53.58.2: #i85898# Stripping all external header guards 2008/03/28 15:45:04 rt 1.53.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c4565fb1517292d82cd7ef09bdb9822608a94289]

INTEGRATION: CWS changefileheader (1.58.198); FILE MERGED 2008/04/01 16:00:54 thb 1.58.198.3: #i85898# Stripping all external header guards 2008/04/01 12:56:46 thb 1.58.198.2: #i85898# Stripping all external header guards 2008/03/28 15:40:13 rt 1.58.198.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [747bf079b5f296b93cd09488d6ec0cf108a57ba6]

INTEGRATION: CWS changefileheader (1.103.58); FILE MERGED 2008/04/01 16:05:41 thb 1.103.58.3: #i85898# Stripping all external header guards 2008/04/01 13:01:49 thb 1.103.58.2: #i85898# Stripping all external header guards 2008/03/28 15:45:04 rt 1.103.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [472fa7319b494b9660d22559a7d0eaeb5f7ba4bc]

INTEGRATION: CWS changefileheader (1.23.76); FILE MERGED 2008/04/01 16:05:41 thb 1.23.76.3: #i85898# Stripping all external header guards 2008/04/01 13:01:48 thb 1.23.76.2: #i85898# Stripping all external header guards 2008/03/28 15:45:04 rt 1.23.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [890c2dcffc1818357fdf61aec15097b0832a8076]

INTEGRATION: CWS changefileheader (1.16.138); FILE MERGED 2008/04/01 13:01:48 thb 1.16.138.2: #i85898# Stripping all external header guards 2008/03/28 15:45:04 rt 1.16.138.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8fbebe36b9a9ce0989437410aa7ab850b799679c]

INTEGRATION: CWS changefileheader (1.33.10); FILE MERGED 2008/03/28 15:40:13 rt 1.33.10.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8a89bb911f74c46b8803726ebaa35b0e740bb8f2]

INTEGRATION: CWS changefileheader (1.8.248); FILE MERGED 2008/04/01 13:01:48 thb 1.8.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:03 rt 1.8.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b15c2d6b7fbc2a61d04bda9e6daf5ea9878abc5a]

INTEGRATION: CWS changefileheader (1.3.16); FILE MERGED 2008/03/28 16:35:01 rt 1.3.16.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d4afe544e69a4cd0ae3bff80256370e8ec5c2c5f]

INTEGRATION: CWS changefileheader (1.51.118); FILE MERGED 2008/04/01 16:05:41 thb 1.51.118.3: #i85898# Stripping all external header guards 2008/04/01 13:01:48 thb 1.51.118.2: #i85898# Stripping all external header guards 2008/03/28 15:45:03 rt 1.51.118.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a7261152f56acc449ba958ef023cd2bd773bf8ce]

INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/03/28 16:35:01 rt 1.2.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d429e672932a1bf1b75968ecf13b0383d94cce16]

INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/04/01 16:00:54 thb 1.2.10.1: #i85898# Stripping all external header guards


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e1725fb4092928d68594c265c635ab02b2c87fd5]

INTEGRATION: CWS changefileheader (1.12.60); FILE MERGED 2008/04/01 13:01:48 thb 1.12.60.2: #i85898# Stripping all external header guards 2008/03/28 15:45:03 rt 1.12.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [127165aa799a9eec5c4ba23842e6bd6ca5019c12]

INTEGRATION: CWS changefileheader (1.2.60); FILE MERGED 2008/03/28 15:40:13 rt 1.2.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0f99057d52be8f98276951e3d693f82bbb21df65]

INTEGRATION: CWS changefileheader (1.27.76); FILE MERGED 2008/04/01 16:05:41 thb 1.27.76.3: #i85898# Stripping all external header guards 2008/04/01 13:01:48 thb 1.27.76.2: #i85898# Stripping all external header guards 2008/03/28 15:45:03 rt 1.27.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [707091c283fa6db49a65eb3743da0d3844441031]

INTEGRATION: CWS changefileheader (1.19.224); FILE MERGED 2008/04/01 16:05:41 thb 1.19.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:48 thb 1.19.224.2: #i85898# Stripping all external header guards 2008/03/28 15:45:03 rt 1.19.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd97d0e4ba5c12116d0f5b33a17d66afdab799c6]

INTEGRATION: CWS changefileheader (1.5.88); FILE MERGED 2008/03/28 15:40:12 rt 1.5.88.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b4ca724ea76541f88e99543bdbddee55fbd909ed]

INTEGRATION: CWS changefileheader (1.4.60); FILE MERGED 2008/03/28 15:40:12 rt 1.4.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4f370fe3eedc5958bf17376f2fb0d107379ff6ac]

INTEGRATION: CWS changefileheader (1.22.60); FILE MERGED 2008/04/01 16:05:41 thb 1.22.60.3: #i85898# Stripping all external header guards 2008/04/01 13:01:48 thb 1.22.60.2: #i85898# Stripping all external header guards 2008/03/28 15:45:02 rt 1.22.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [557fcdc2f7f41128b9840b984541ba330bcf7968]

INTEGRATION: CWS changefileheader (1.2.60); FILE MERGED 2008/03/28 15:40:12 rt 1.2.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f9ba6a3e8f551926ba04c26a6132587b636887ee]

INTEGRATION: CWS changefileheader (1.6.248); FILE MERGED 2008/03/28 15:45:02 rt 1.6.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f45460f90c07f9a6fbf2e64de8d896169076fd09]

INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/03/28 15:40:12 rt 1.3.88.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a8c9539553a1613e68fece55f3bc1d83a79c9410]

INTEGRATION: CWS changefileheader (1.5.248); FILE MERGED 2008/03/28 15:45:02 rt 1.5.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a570d89cbd662c6fbde2869c27eabad8125f6992]

INTEGRATION: CWS changefileheader (1.13.222); FILE MERGED 2008/04/01 16:05:41 thb 1.13.222.3: #i85898# Stripping all external header guards 2008/04/01 13:01:48 thb 1.13.222.2: #i85898# Stripping all external header guards 2008/03/28 15:45:02 rt 1.13.222.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c835f25e132fc38885662a2b51a53c36239a0d42]

INTEGRATION: CWS changefileheader (1.24.76); FILE MERGED 2008/04/01 13:01:47 thb 1.24.76.2: #i85898# Stripping all external header guards 2008/03/28 15:45:02 rt 1.24.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b90ab57fdf1f02b1a93ab9583da6025afe6aeb0f]

INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/04/01 15:03:06 thb 1.2.28.2: #i85898# Stripping all external header guards 2008/03/28 16:35:01 rt 1.2.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8495e9c57c3852738c0608857aaae3ec4926429f]

INTEGRATION: CWS changefileheader (1.2.16); FILE MERGED 2008/04/01 16:05:41 thb 1.2.16.2: #i85898# Stripping all external header guards 2008/03/28 15:45:02 rt 1.2.16.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed377161b26290840e1ccd062226ec80f544a96e]

INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/03/28 16:35:00 rt 1.2.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1737c40ad9b1caecccc5bb796771bc2a0bcfd379]

INTEGRATION: CWS changefileheader (1.3.248); FILE MERGED 2008/04/01 13:01:47 thb 1.3.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:02 rt 1.3.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e0c72c22e44cc926799e229bef24a9fe2793759e]

INTEGRATION: CWS changefileheader (1.21.248); FILE MERGED 2008/04/01 13:01:47 thb 1.21.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:02 rt 1.21.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [751c69614d00f3c7557fdc959c1d7fabe8135e29]

INTEGRATION: CWS changefileheader (1.160.58); FILE MERGED 2008/04/01 16:05:41 thb 1.160.58.3: #i85898# Stripping all external header guards 2008/04/01 13:01:47 thb 1.160.58.2: #i85898# Stripping all external header guards 2008/03/28 15:45:01 rt 1.160.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe26824cb12f23d8c715df90b88809151d7f309e]

INTEGRATION: CWS changefileheader (1.24.16); FILE MERGED 2008/03/28 15:45:01 rt 1.24.16.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12c8432f6334930fcc8b94b2403ec4daa0fe0a06]

INTEGRATION: CWS changefileheader (1.7.16); FILE MERGED 2008/04/01 16:05:41 thb 1.7.16.2: #i85898# Stripping all external header guards 2008/03/28 15:45:01 rt 1.7.16.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ca1b83bd1aad44324f2527cbf9b70c0a30790268]

INTEGRATION: CWS changefileheader (1.13.76); FILE MERGED 2008/04/01 13:01:47 thb 1.13.76.2: #i85898# Stripping all external header guards 2008/03/28 15:45:01 rt 1.13.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64629ac0690f8863ba68f9b7572dfcf8c43c3755]

INTEGRATION: CWS changefileheader (1.11.128); FILE MERGED 2008/04/01 16:05:41 thb 1.11.128.3: #i85898# Stripping all external header guards 2008/04/01 13:01:47 thb 1.11.128.2: #i85898# Stripping all external header guards 2008/03/28 15:45:01 rt 1.11.128.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [29a8fc9b27ce428f45638bf6e8d096463f555704]

INTEGRATION: CWS changefileheader (1.4.60); FILE MERGED 2008/03/28 15:40:11 rt 1.4.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b3d7bc300d73d7fac477bc0171d07f59f2adec9]

INTEGRATION: CWS changefileheader (1.10.224); FILE MERGED 2008/04/01 16:05:41 thb 1.10.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:47 thb 1.10.224.2: #i85898# Stripping all external header guards 2008/03/28 15:45:01 rt 1.10.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8ed37e5fa1c84c4c51ce7adf831de59a2e4692a6]

INTEGRATION: CWS changefileheader (1.2.60); FILE MERGED 2008/03/28 15:40:11 rt 1.2.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da2cf0b919971579f87c73b384f201ca22d1d5e9]

INTEGRATION: CWS changefileheader (1.39.224); FILE MERGED 2008/04/01 16:05:40 thb 1.39.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:46 thb 1.39.224.2: #i85898# Stripping all external header guards 2008/03/28 15:45:01 rt 1.39.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4af5c6c4a2b77a6b92500713cfd69b7645f7a83f]

INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/03/28 15:40:11 rt 1.3.88.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [11762bc750e5e8ee162c5922740592d89c90e28e]

INTEGRATION: CWS changefileheader (1.28.224); FILE MERGED 2008/04/01 16:05:40 thb 1.28.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:46 thb 1.28.224.2: #i85898# Stripping all external header guards 2008/03/28 15:45:01 rt 1.28.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9883db267b7908277adb3d74cefe27f08ed972eb]

INTEGRATION: CWS changefileheader (1.23.224); FILE MERGED 2008/04/01 16:05:40 thb 1.23.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:46 thb 1.23.224.2: #i85898# Stripping all external header guards 2008/03/28 15:45:01 rt 1.23.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b928a4f7f97cbe67b8450d51a644f232add438fd]

INTEGRATION: CWS changefileheader (1.9.248); FILE MERGED 2008/04/01 16:05:40 thb 1.9.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:46 thb 1.9.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:01 rt 1.9.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f77baf378037a8fdd94686d307ac574cad35806f]

INTEGRATION: CWS changefileheader (1.7.248); FILE MERGED 2008/04/01 16:05:40 thb 1.7.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:46 thb 1.7.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:00 rt 1.7.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0c953c0dda33d891445477d59bfe23cd66f1a14e]

INTEGRATION: CWS changefileheader (1.10.484); FILE MERGED 2008/03/28 15:45:00 rt 1.10.484.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c62569eff15349aed1c5e33a0f05bdb9b26546f1]

INTEGRATION: CWS changefileheader (1.3.16); FILE MERGED 2008/03/28 16:35:00 rt 1.3.16.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d13c6311019c9a92f7a98b2a0b034cf99525388]

INTEGRATION: CWS changefileheader (1.7.104); FILE MERGED 2008/04/01 16:00:54 thb 1.7.104.3: #i85898# Stripping all external header guards 2008/04/01 12:56:46 thb 1.7.104.2: #i85898# Stripping all external header guards 2008/03/28 15:40:11 rt 1.7.104.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b3368c31f5c4d1ecb4eb139c8325c32ea3e7ae8]

INTEGRATION: CWS changefileheader (1.20.138); FILE MERGED 2008/04/01 13:01:46 thb 1.20.138.2: #i85898# Stripping all external header guards 2008/03/28 15:45:00 rt 1.20.138.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ec32bd4b981945f7f83077a64f7b8c1e963d0cf]

INTEGRATION: CWS changefileheader (1.10.106); FILE MERGED 2008/04/01 12:56:46 thb 1.10.106.2: #i85898# Stripping all external header guards 2008/03/28 15:40:10 rt 1.10.106.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [796cf4ce3ad35045f2c5a4b5a42c83d3b795212d]

INTEGRATION: CWS changefileheader (1.25.224); FILE MERGED 2008/04/01 16:05:40 thb 1.25.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:46 thb 1.25.224.2: #i85898# Stripping all external header guards 2008/03/28 15:45:00 rt 1.25.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [786d9318bee20b90a8941e6d26c884fd94f2e203]

INTEGRATION: CWS changefileheader (1.4.32); FILE MERGED 2008/03/28 15:40:10 rt 1.4.32.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [88fc832a9f6d56818dd71b743b2eb393752b0e70]

INTEGRATION: CWS changefileheader (1.44.60); FILE MERGED 2008/04/01 16:05:40 thb 1.44.60.3: #i85898# Stripping all external header guards 2008/04/01 13:01:45 thb 1.44.60.2: #i85898# Stripping all external header guards 2008/03/28 15:45:00 rt 1.44.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [81fa22742ce06f30e938f91508bab752470047f6]

INTEGRATION: CWS changefileheader (1.3.338); FILE MERGED 2008/04/01 16:00:54 thb 1.3.338.3: #i85898# Stripping all external header guards 2008/04/01 12:56:45 thb 1.3.338.2: #i85898# Stripping all external header guards 2008/03/28 15:40:10 rt 1.3.338.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [722661739c75eb5f9ca3aa87575fcf02348396f5]

INTEGRATION: CWS changefileheader (1.16.218); FILE MERGED 2008/04/01 16:05:40 thb 1.16.218.3: #i85898# Stripping all external header guards 2008/04/01 13:01:45 thb 1.16.218.2: #i85898# Stripping all external header guards 2008/03/28 15:45:00 rt 1.16.218.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a446103307c83c22665b1d652545265e850247d0]

INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/03/28 16:34:59 rt 1.2.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6de6a916e3607b023c4691607f7fcd9875cf5708]

INTEGRATION: CWS changefileheader (1.3.176); FILE MERGED 2008/04/01 16:00:54 thb 1.3.176.2: #i85898# Stripping all external header guards 2008/03/28 15:40:10 rt 1.3.176.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [06ea661e5010964650070d20dee4db3a4f4bce53]

INTEGRATION: CWS changefileheader (1.12.224); FILE MERGED 2008/04/01 16:05:40 thb 1.12.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:45 thb 1.12.224.2: #i85898# Stripping all external header guards 2008/03/28 15:45:00 rt 1.12.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [799ef8854ed6e070d46900e8a5f3bd81eb38a39b]

INTEGRATION: CWS changefileheader (1.3.16); FILE MERGED 2008/03/28 16:34:59 rt 1.3.16.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [716c5131bfc6fbaaac4dc3351063a09c205778bc]

INTEGRATION: CWS changefileheader (1.3.148); FILE MERGED 2008/04/01 16:00:54 thb 1.3.148.3: #i85898# Stripping all external header guards 2008/04/01 12:56:45 thb 1.3.148.2: #i85898# Stripping all external header guards 2008/03/28 15:40:10 rt 1.3.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9d66ff1af75326a874e916240888bb1d61b6516c]

INTEGRATION: CWS changefileheader (1.9.248); FILE MERGED 2008/03/28 15:45:00 rt 1.9.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0bf5c65378b1c8a136e4dd34ef29fb643b51537d]

INTEGRATION: CWS changefileheader (1.3.336); FILE MERGED 2008/04/01 16:00:53 thb 1.3.336.2: #i85898# Stripping all external header guards 2008/03/28 15:40:10 rt 1.3.336.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [069983e14e654659f6b1118c46229ba0b1e0cea9]

INTEGRATION: CWS changefileheader (1.8.248); FILE MERGED 2008/04/01 16:05:40 thb 1.8.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:45 thb 1.8.248.2: #i85898# Stripping all external header guards 2008/03/28 15:45:00 rt 1.8.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1e4a70d84fa11cdbdfd4a147e2b41321a44cb3dc]

INTEGRATION: CWS changefileheader (1.11.28); FILE MERGED 2008/04/01 16:00:53 thb 1.11.28.2: #i85898# Stripping all external header guards 2008/03/28 15:40:10 rt 1.11.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [060b3d963f7719f169343d93106324b68978dc51]

INTEGRATION: CWS changefileheader (1.34.20); FILE MERGED 2008/04/01 13:01:45 thb 1.34.20.2: #i85898# Stripping all external header guards 2008/03/28 15:45:00 rt 1.34.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea80c5feb646c7aef0080a2fd784290c5700497c]

INTEGRATION: CWS changefileheader (1.8.224); FILE MERGED 2008/04/01 16:05:39 thb 1.8.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:45 thb 1.8.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:59 rt 1.8.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [443bc7b9bfc3f62dafcb5357d2771bfc10a96738]

INTEGRATION: CWS changefileheader (1.36.28); FILE MERGED 2008/04/01 12:56:45 thb 1.36.28.2: #i85898# Stripping all external header guards 2008/03/28 15:40:10 rt 1.36.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e8593bfd3706e9454a297edbc984369cdd2a014f]

INTEGRATION: CWS changefileheader (1.10.224); FILE MERGED 2008/04/01 16:05:39 thb 1.10.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:45 thb 1.10.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:59 rt 1.10.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0cbe8a12493c06c07a814c3cda01655233a202e1]

INTEGRATION: CWS changefileheader (1.8.160); FILE MERGED 2008/03/28 15:44:59 rt 1.8.160.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e84510eba6b311706b6b6e59a33c563d778fdc56]

INTEGRATION: CWS changefileheader (1.2.338); FILE MERGED 2008/04/01 16:00:53 thb 1.2.338.2: #i85898# Stripping all external header guards 2008/03/28 15:40:09 rt 1.2.338.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1474fedadf0f8d9876d58414dd5ec79627ae5ad8]

INTEGRATION: CWS changefileheader (1.19.224); FILE MERGED 2008/03/28 15:44:56 rt 1.19.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [55032f550514874d1fc9e05d46143c4108681f5f]

INTEGRATION: CWS changefileheader (1.51.168); FILE MERGED 2008/03/28 15:44:56 rt 1.51.168.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [70184c8f0ff799cb59900fa2aa515abda1b41b30]

INTEGRATION: CWS changefileheader (1.31.224); FILE MERGED 2008/03/28 15:44:56 rt 1.31.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d4b5b465d2226ccf558703dcc23102453bc0b934]

INTEGRATION: CWS changefileheader (1.12.106); FILE MERGED 2008/03/28 15:40:09 rt 1.12.106.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b298238cfb0c8194d30d9303b4706871f56db769]

INTEGRATION: CWS changefileheader (1.7.846); FILE MERGED 2008/03/28 15:44:56 rt 1.7.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [091b3b4072e16a82e24cb7d49ab2ea4f450c327b]

INTEGRATION: CWS changefileheader (1.6.106); FILE MERGED 2008/04/01 16:00:53 thb 1.6.106.3: #i85898# Stripping all external header guards 2008/04/01 12:56:45 thb 1.6.106.2: #i85898# Stripping all external header guards 2008/03/28 15:40:09 rt 1.6.106.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4f2520eea5ba6740b9bae3d71ccd5e571e8b7e76]

INTEGRATION: CWS changefileheader (1.3.28); FILE MERGED 2008/03/28 16:34:59 rt 1.3.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2c6d0077a29127bb0f23a82397e6de2e68575701]

INTEGRATION: CWS changefileheader (1.6.224); FILE MERGED 2008/03/28 15:44:55 rt 1.6.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee476a08f5857325cd0af56a0c1a62e33356d2d1]

INTEGRATION: CWS changefileheader (1.3.338); FILE MERGED 2008/04/01 16:00:53 thb 1.3.338.2: #i85898# Stripping all external header guards 2008/03/28 15:40:09 rt 1.3.338.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7895cebef1db7e3ed3c41f8d0d2bb8102f71e512]

INTEGRATION: CWS changefileheader (1.41.224); FILE MERGED 2008/03/28 15:44:55 rt 1.41.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [28eeb6890eb55419980413187c5ec2b50079a58d]

INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/04/01 12:56:45 thb 1.2.28.2: #i85898# Stripping all external header guards 2008/03/28 15:40:08 rt 1.2.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b12716b1844b2ee4b6a9d6710e3c8843dce90057]

INTEGRATION: CWS changefileheader (1.40.224); FILE MERGED 2008/03/28 15:44:54 rt 1.40.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d10313d3705a8cd1234af7a7c33f53f5d0d7b52c]

INTEGRATION: CWS changefileheader (1.3.338); FILE MERGED 2008/04/01 16:00:52 thb 1.3.338.3: #i85898# Stripping all external header guards 2008/04/01 12:56:45 thb 1.3.338.2: #i85898# Stripping all external header guards 2008/03/28 15:40:08 rt 1.3.338.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [063ac3fdf1d3c762ffaf3639510432d31f9e4c5c]

INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 15:44:54 rt 1.2.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2b4f827b52e33c90ce80cccfc531cd50814c0deb]

INTEGRATION: CWS changefileheader (1.2.338); FILE MERGED 2008/04/01 12:56:45 thb 1.2.338.2: #i85898# Stripping all external header guards 2008/03/28 15:40:08 rt 1.2.338.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ced75b94c41865e1e506505e0fa46cbbf2aea932]

INTEGRATION: CWS changefileheader (1.3.16); FILE MERGED 2008/03/28 16:34:58 rt 1.3.16.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [46c6b3c178aebe66aca6d3620d9e4b980d8e682d]

INTEGRATION: CWS changefileheader (1.6.104); FILE MERGED 2008/04/01 12:56:45 thb 1.6.104.2: #i85898# Stripping all external header guards 2008/03/28 15:40:08 rt 1.6.104.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de9fb37aa3072befe65f2eac794069816f95e062]

INTEGRATION: CWS changefileheader (1.11.178); FILE MERGED 2008/04/01 13:01:44 thb 1.11.178.2: #i85898# Stripping all external header guards 2008/03/28 15:44:53 rt 1.11.178.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [991dd046bb814467076091d0d90e3715a1c024ab]

INTEGRATION: CWS changefileheader (1.9.248); FILE MERGED 2008/03/28 15:44:53 rt 1.9.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e722c41ee684e96b94786030752f89a1410be7a5]

INTEGRATION: CWS changefileheader (1.4.28); FILE MERGED 2008/03/28 15:40:07 rt 1.4.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2a04a26c6cb6d458d1803d3d416c88187a28f8f7]

INTEGRATION: CWS changefileheader (1.6.248); FILE MERGED 2008/04/01 13:01:44 thb 1.6.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:52 rt 1.6.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [030fd32cb1356aa3a4cd55d15da2078ab1a5a6fa]

INTEGRATION: CWS changefileheader (1.3.96); FILE MERGED 2008/04/01 12:56:45 thb 1.3.96.2: #i85898# Stripping all external header guards 2008/03/28 15:40:07 rt 1.3.96.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b08e3f72ddd8030bedcc7024ab6eb45c28a6f09d]

INTEGRATION: CWS changefileheader (1.19.344); FILE MERGED 2008/03/28 15:44:52 rt 1.19.344.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2760b265185264e7afa350243c2ce2fbdae15734]

INTEGRATION: CWS changefileheader (1.40.28); FILE MERGED 2008/04/01 16:00:52 thb 1.40.28.3: #i85898# Stripping all external header guards 2008/04/01 12:56:45 thb 1.40.28.2: #i85898# Stripping all external header guards 2008/03/28 15:40:07 rt 1.40.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [74f492061d3aa6302baec70dc3d0e3d9e835784b]

INTEGRATION: CWS changefileheader (1.5.224); FILE MERGED 2008/03/28 15:44:52 rt 1.5.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [097d303a9bd5366962c8f66fd353f3f7d18cbfac]

INTEGRATION: CWS changefileheader (1.7.248); FILE MERGED 2008/03/28 15:44:52 rt 1.7.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [353e0863098e0890ac06dc36263d1c40cb98cad9]

INTEGRATION: CWS changefileheader (1.13.216); FILE MERGED 2008/04/01 16:05:39 thb 1.13.216.2: #i85898# Stripping all external header guards 2008/03/28 15:44:52 rt 1.13.216.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aedfbec850c9bab809e91a60e0dd15ae7580da22]

INTEGRATION: CWS changefileheader (1.5.68); FILE MERGED 2008/03/28 16:34:58 rt 1.5.68.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e5df02b5fb4023d6e770064a9c29034bbfb0aab8]

INTEGRATION: CWS changefileheader (1.9.222); FILE MERGED 2008/04/01 13:01:44 thb 1.9.222.2: #i85898# Stripping all external header guards 2008/03/28 15:44:52 rt 1.9.222.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4d3528b73c1ae3f6f5cffae03f44f55dad2e8a25]

INTEGRATION: CWS changefileheader (1.3.86); FILE MERGED 2008/03/28 16:34:58 rt 1.3.86.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9e4d64905fc9d00451f27a90d282d5d65c77124b]

INTEGRATION: CWS changefileheader (1.12.444); FILE MERGED 2008/03/28 15:44:52 rt 1.12.444.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25188afd08f3c2fa73e5ba9d631b19e3dc38139a]

INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED 2008/03/28 16:34:58 rt 1.5.48.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [93b47554a57fa699614681a954c741c7853ee4c3]

INTEGRATION: CWS changefileheader (1.42.248); FILE MERGED 2008/03/28 15:44:51 rt 1.42.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1181591c7fcfb055a669d84b8d4851ea1b2beaae]

INTEGRATION: CWS changefileheader (1.10.248); FILE MERGED 2008/03/28 15:44:51 rt 1.10.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e09dbffbebb1a57a7a9627038db484cf67fc170b]

INTEGRATION: CWS changefileheader (1.9.32); FILE MERGED 2008/04/01 16:00:52 thb 1.9.32.3: #i85898# Stripping all external header guards 2008/04/01 12:56:44 thb 1.9.32.2: #i85898# Stripping all external header guards 2008/03/28 15:40:07 rt 1.9.32.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [92bc301883fef652bb078433c3a8330accaa4f48]

INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/04/01 15:03:05 thb 1.3.80.2: #i85898# Stripping all external header guards 2008/03/28 16:34:58 rt 1.3.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5c46a2b91ec38b4ba5617640115b40131f3811e6]

INTEGRATION: CWS changefileheader (1.19.248); FILE MERGED 2008/03/28 15:44:51 rt 1.19.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dec4003b09b447fa0ac9073ca210767bf8112b77]

INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/03/28 16:34:58 rt 1.3.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3dbf4f663b42f94194622df5653e7977c7fc44a3]

INTEGRATION: CWS changefileheader (1.8.248); FILE MERGED 2008/03/28 15:44:51 rt 1.8.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0cb0e4ed273352ddc397aa923afb64b4f3209950]

INTEGRATION: CWS changefileheader (1.4.338); FILE MERGED 2008/03/28 15:40:07 rt 1.4.338.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [925fc31ec2e21e6ce747f55ebda64b7540b87650]

INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:34:58 rt 1.6.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2876dcbd7fbd7fe7ad4b845476b9b15d884d2413]

INTEGRATION: CWS changefileheader (1.45.120); FILE MERGED 2008/04/01 16:05:39 thb 1.45.120.3: #i85898# Stripping all external header guards 2008/04/01 13:01:44 thb 1.45.120.2: #i85898# Stripping all external header guards 2008/03/28 15:44:51 rt 1.45.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5826f8b926f1dad82edac63ce4b3f0386a3db923]

INTEGRATION: CWS changefileheader (1.9.190); FILE MERGED 2008/04/01 12:56:44 thb 1.9.190.2: #i85898# Stripping all external header guards 2008/03/28 15:40:07 rt 1.9.190.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc859b9f06e6764c93287f98409ceb4942089f0b]

INTEGRATION: CWS changefileheader (1.2.118); FILE MERGED 2008/03/28 16:34:58 rt 1.2.118.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b904e7342ce309c0134ed1148e911cf8be4d5bc]

INTEGRATION: CWS changefileheader (1.40.4); FILE MERGED 2008/03/28 15:44:51 rt 1.40.4.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2960f822e4f3524c03153642c57305ce380b26bb]

INTEGRATION: CWS changefileheader (1.4.146); FILE MERGED 2008/04/01 12:56:44 thb 1.4.146.2: #i85898# Stripping all external header guards 2008/03/28 15:40:06 rt 1.4.146.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d755c988fbf3ce80a9486f09b9df64b4478ad803]

INTEGRATION: CWS changefileheader (1.148.4); FILE MERGED 2008/04/01 16:05:38 thb 1.148.4.2: #i85898# Stripping all external header guards 2008/03/28 15:44:51 rt 1.148.4.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cbb2a361d835a19bc9750d2988918d8aef3802fb]

INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:34:57 rt 1.4.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a0fdd2cfe5f8068428226fb91cb6b84336b6ed6e]

INTEGRATION: CWS changefileheader (1.17.146); FILE MERGED 2008/04/01 16:00:52 thb 1.17.146.3: #i85898# Stripping all external header guards 2008/04/01 12:56:44 thb 1.17.146.2: #i85898# Stripping all external header guards 2008/03/28 15:40:06 rt 1.17.146.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3e52b40f257b9d2bdb9af8c832704bc4a2a3a2b5]

INTEGRATION: CWS changefileheader (1.8.224); FILE MERGED 2008/04/01 16:05:38 thb 1.8.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:43 thb 1.8.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:51 rt 1.8.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a14b8f408a68346501066894124bc621dcd39104]

INTEGRATION: CWS changefileheader (1.2.178); FILE MERGED 2008/04/01 16:00:52 thb 1.2.178.3: #i85898# Stripping all external header guards 2008/04/01 12:56:44 thb 1.2.178.2: #i85898# Stripping all external header guards 2008/03/28 15:40:06 rt 1.2.178.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [26934a419e04c07c202702c4ce8b344f933dfb19]

INTEGRATION: CWS changefileheader (1.31.156); FILE MERGED 2008/04/01 16:05:38 thb 1.31.156.3: #i85898# Stripping all external header guards 2008/04/01 13:01:43 thb 1.31.156.2: #i85898# Stripping all external header guards 2008/03/28 15:44:51 rt 1.31.156.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2dc2dfc7d30d6ff40ec3cd5ae4f88c23069b6a7f]

INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:34:57 rt 1.3.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d13f6fe08547f973ee582443722dbde04d99e87]

INTEGRATION: CWS changefileheader (1.3.338); FILE MERGED 2008/04/01 16:00:52 thb 1.3.338.3: #i85898# Stripping all external header guards 2008/04/01 12:56:44 thb 1.3.338.2: #i85898# Stripping all external header guards 2008/03/28 15:40:06 rt 1.3.338.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bfbca74089048a9818d873abf205ddaba7afebac]

INTEGRATION: CWS changefileheader (1.4.484); FILE MERGED 2008/04/01 16:05:38 thb 1.4.484.3: #i85898# Stripping all external header guards 2008/04/01 13:01:43 thb 1.4.484.2: #i85898# Stripping all external header guards 2008/03/28 15:44:51 rt 1.4.484.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0fb7e2ccc3a894e4b57a755333ee198a3fa6f601]

INTEGRATION: CWS changefileheader (1.6.248); FILE MERGED 2008/03/28 15:44:51 rt 1.6.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3535816c70c8701f9807ef51212f7416650aafb1]

INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:34:57 rt 1.8.10.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [434a0e9fa12135db54636467461027209d609bc0]

INTEGRATION: CWS changefileheader (1.2.178); FILE MERGED 2008/04/01 16:00:51 thb 1.2.178.3: #i85898# Stripping all external header guards 2008/04/01 12:56:44 thb 1.2.178.2: #i85898# Stripping all external header guards 2008/03/28 15:40:06 rt 1.2.178.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cd6740a44bab8025aa52b4c40943f0058d6fd996]

INTEGRATION: CWS changefileheader (1.11.224); FILE MERGED 2008/04/01 16:05:38 thb 1.11.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:50 rt 1.11.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b645f43a5752e32ec726bc71ca96277413898bae]

INTEGRATION: CWS changefileheader (1.3.338); FILE MERGED 2008/04/01 12:56:43 thb 1.3.338.2: #i85898# Stripping all external header guards 2008/03/28 15:40:05 rt 1.3.338.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c4d4ee9c6357d6c7818cefc333c9348e50a7731]

INTEGRATION: CWS changefileheader (1.90.120); FILE MERGED 2008/04/01 16:05:37 thb 1.90.120.3: #i85898# Stripping all external header guards 2008/04/01 13:01:43 thb 1.90.120.2: #i85898# Stripping all external header guards 2008/03/28 15:44:50 rt 1.90.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [91f66dd8ceab8fdfaf5a78422bccbc767d64133b]

INTEGRATION: CWS changefileheader (1.2.118); FILE MERGED 2008/04/03 09:08:12 rt 1.2.118.3: RESYNC: (1.2-1.3); FILE MERGED 2008/04/01 15:03:05 thb 1.2.118.2: #i85898# Stripping all external header guards 2008/03/28 16:34:57 rt 1.2.118.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [735df1fe78024d307c73b371b0a7a4370bc4b205]

INTEGRATION: CWS changefileheader (1.28.222); FILE MERGED 2008/04/01 16:05:37 thb 1.28.222.3: #i85898# Stripping all external header guards 2008/04/01 13:01:43 thb 1.28.222.2: #i85898# Stripping all external header guards 2008/03/28 15:44:50 rt 1.28.222.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [55e005779ecb57ceffb7694c149c6b9169b0eeac]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/04/01 16:00:51 thb 1.6.246.3: #i85898# Stripping all external header guards 2008/04/01 12:56:43 thb 1.6.246.2: #i85898# Stripping all external header guards 2008/03/28 15:40:05 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [45451ae404d70b96bc93251cbdf5b285bfad8138]

INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:34:57 rt 1.3.10.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b5b4d88b7a73c9fbd47790dc74c000ba81044059]

INTEGRATION: CWS changefileheader (1.14.224); FILE MERGED 2008/04/01 16:05:37 thb 1.14.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:43 thb 1.14.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:50 rt 1.14.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [77f61b9f1a8a859cbecd2501c22ee0009b72113b]

INTEGRATION: CWS changefileheader (1.6.338); FILE MERGED 2008/04/01 20:08:11 thb 1.6.338.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 16:00:51 thb 1.6.338.3: #i85898# Stripping all external header guards 2008/04/01 12:56:43 thb 1.6.338.2: #i85898# Stripping all external header guards 2008/03/28 15:40:05 rt 1.6.338.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8a52f44b961ec2acfc7386187353a62a8ac73ddf]

INTEGRATION: CWS changefileheader (1.8.248); FILE MERGED 2008/04/01 16:05:37 thb 1.8.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:43 thb 1.8.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:50 rt 1.8.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e7e8a0cbffebc59dbf2942288e5636d34125a9a3]

INTEGRATION: CWS changefileheader (1.3.338); FILE MERGED 2008/04/01 16:00:51 thb 1.3.338.3: #i85898# Stripping all external header guards 2008/04/01 12:56:43 thb 1.3.338.2: #i85898# Stripping all external header guards 2008/03/28 15:40:05 rt 1.3.338.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0cbfaba0325e39376ae4f29d9c1746be8d4e7b52]

INTEGRATION: CWS changefileheader (1.23.248); FILE MERGED 2008/04/01 16:05:37 thb 1.23.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:42 thb 1.23.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:50 rt 1.23.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f75035af65f409c61374d83606144d95751f705f]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/04/01 16:00:51 thb 1.4.246.3: #i85898# Stripping all external header guards 2008/04/01 12:56:43 thb 1.4.246.2: #i85898# Stripping all external header guards 2008/03/28 15:40:05 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1ba52148358452d8df48fbf5c24617bc651f1a86]

INTEGRATION: CWS changefileheader (1.4.80); FILE MERGED 2008/03/28 16:34:56 rt 1.4.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f7c629d756fea121ebdf6907836d4c08c7ff3191]

INTEGRATION: CWS changefileheader (1.64.118); FILE MERGED 2008/04/01 16:05:36 thb 1.64.118.3: #i85898# Stripping all external header guards 2008/04/01 13:01:42 thb 1.64.118.2: #i85898# Stripping all external header guards 2008/03/28 15:44:50 rt 1.64.118.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c95e6ada34b3a52c8effcabd90a8b2c9d6681805]

INTEGRATION: CWS changefileheader (1.6.232); FILE MERGED 2008/03/28 15:40:05 rt 1.6.232.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d1844045196d18aab753360b575e43e922a0641b]

INTEGRATION: CWS changefileheader (1.6.48); FILE MERGED 2008/03/28 16:34:56 rt 1.6.48.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ec7591fef3731cc2acdd830d0e5f3ecd8fb5e9ff]

INTEGRATION: CWS changefileheader (1.5.248); FILE MERGED 2008/04/01 16:05:36 thb 1.5.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:50 rt 1.5.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2c72fbebec55eb289cb1eb95d20c854de7b86913]

INTEGRATION: CWS changefileheader (1.19.172); FILE MERGED 2008/04/01 16:00:51 thb 1.19.172.3: #i85898# Stripping all external header guards 2008/04/01 12:56:43 thb 1.19.172.2: #i85898# Stripping all external header guards 2008/03/28 15:40:04 rt 1.19.172.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [28f44d2dab6327cbe6224efb5e61ff1f9fd1ee9a]

INTEGRATION: CWS changefileheader (1.13.248); FILE MERGED 2008/04/01 16:05:36 thb 1.13.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:49 rt 1.13.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6bc3447f6fe4946e9a4f2a301af6359ae1da3906]

INTEGRATION: CWS changefileheader (1.5.28); FILE MERGED 2008/03/28 16:34:56 rt 1.5.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a16228df0a44d05f1ff516f55077a4c9627782b]

INTEGRATION: CWS changefileheader (1.5.146); FILE MERGED 2008/04/01 12:56:43 thb 1.5.146.2: #i85898# Stripping all external header guards 2008/03/28 15:40:04 rt 1.5.146.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [16a4ddc0cfdfdfe36f7931944e82dc4c4a8b8de7]

INTEGRATION: CWS changefileheader (1.25.138); FILE MERGED 2008/04/01 16:05:36 thb 1.25.138.2: #i85898# Stripping all external header guards 2008/03/28 15:44:49 rt 1.25.138.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b7be1debad285427cd13256e3fc2046462100f6]

INTEGRATION: CWS changefileheader (1.53.22); FILE MERGED 2008/03/28 15:44:49 rt 1.53.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a47acec256a0f72efe7e5b9fa9787ef53c05bccd]

INTEGRATION: CWS changefileheader (1.6.146); FILE MERGED 2008/03/28 15:40:04 rt 1.6.146.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [90915c6282ab2e7a3ab3d720842edfd0e62c9100]

INTEGRATION: CWS changefileheader (1.123.18); FILE MERGED 2008/04/01 16:05:35 thb 1.123.18.2: #i85898# Stripping all external header guards 2008/03/28 15:44:49 rt 1.123.18.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d90932e0a9c3eb4344fae1562295b0c043645d4]

INTEGRATION: CWS changefileheader (1.8.96); FILE MERGED 2008/04/01 16:00:51 thb 1.8.96.3: #i85898# Stripping all external header guards 2008/04/01 12:56:43 thb 1.8.96.2: #i85898# Stripping all external header guards 2008/03/28 15:40:04 rt 1.8.96.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9a008b322a4f781473a81898f7d39bfccfa7dffa]

INTEGRATION: CWS changefileheader (1.12.22); FILE MERGED 2008/03/28 16:34:56 rt 1.12.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2d1d6917dd6c6eb2f18bf85a4c6f98c69b650d5]

INTEGRATION: CWS changefileheader (1.23.22); FILE MERGED 2008/03/28 15:44:49 rt 1.23.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [30d26c93d4f719f7d38740fced6421b7dd1329a4]

INTEGRATION: CWS changefileheader (1.2.322); FILE MERGED 2008/03/28 15:44:48 rt 1.2.322.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4386669559e796069209083afcb9ecc986d472b6]

INTEGRATION: CWS changefileheader (1.7.246); FILE MERGED 2008/04/01 16:00:51 thb 1.7.246.3: #i85898# Stripping all external header guards 2008/04/01 12:56:42 thb 1.7.246.2: #i85898# Stripping all external header guards 2008/03/28 15:40:04 rt 1.7.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1fcf12aa6b277f56443d8c12db1dd59104a5a1af]

INTEGRATION: CWS changefileheader (1.5.138); FILE MERGED 2008/03/28 15:44:48 rt 1.5.138.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a30ee1f15aad871e747952b0d237daf185f70ec9]

INTEGRATION: CWS changefileheader (1.3.148); FILE MERGED 2008/04/01 16:00:50 thb 1.3.148.3: #i85898# Stripping all external header guards 2008/04/01 12:56:42 thb 1.3.148.2: #i85898# Stripping all external header guards 2008/03/28 15:40:04 rt 1.3.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [31f1dd6a8814f093de7df1fa57aa68bd41979b5e]

INTEGRATION: CWS changefileheader (1.13.60); FILE MERGED 2008/04/01 13:01:42 thb 1.13.60.2: #i85898# Stripping all external header guards 2008/03/28 15:44:48 rt 1.13.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [73d92320722adde1cc3d99f55227f39bae1bb8ae]

INTEGRATION: CWS changefileheader (1.2.178); FILE MERGED 2008/04/01 16:00:50 thb 1.2.178.3: #i85898# Stripping all external header guards 2008/04/01 12:56:42 thb 1.2.178.2: #i85898# Stripping all external header guards 2008/03/28 15:40:03 rt 1.2.178.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8413a54787fdc6b46649951c0483db337d3b4542]

INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:34:56 rt 1.3.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59bc61532b1b8551e5670c1c457583cc77b05f00]

INTEGRATION: CWS changefileheader (1.25.20); FILE MERGED 2008/04/01 16:05:35 thb 1.25.20.3: #i85898# Stripping all external header guards 2008/04/01 13:01:42 thb 1.25.20.2: #i85898# Stripping all external header guards 2008/03/28 15:44:48 rt 1.25.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c6c86c1219140ea12d717b5b35e9ebd3958590ab]

INTEGRATION: CWS changefileheader (1.39.28); FILE MERGED 2008/04/01 16:00:50 thb 1.39.28.3: #i85898# Stripping all external header guards 2008/04/01 12:56:42 thb 1.39.28.2: #i85898# Stripping all external header guards 2008/03/28 15:40:03 rt 1.39.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [992ebcb0c8a6078e0ff91ab1dddaa4a2fa2a3148]

INTEGRATION: CWS changefileheader (1.27.58); FILE MERGED 2008/04/01 16:05:34 thb 1.27.58.3: #i85898# Stripping all external header guards 2008/04/01 13:01:42 thb 1.27.58.2: #i85898# Stripping all external header guards 2008/03/28 15:44:48 rt 1.27.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee28bcd9a5a21cf14596b8a2b61cc987702c3ddc]

INTEGRATION: CWS changefileheader (1.11.224); FILE MERGED 2008/04/01 16:05:34 thb 1.11.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:42 thb 1.11.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:48 rt 1.11.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [edcbfe65f18615edf538508c182e0d36bee7cfa8]

INTEGRATION: CWS changefileheader (1.2.118); FILE MERGED 2008/03/28 16:34:56 rt 1.2.118.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f33ba08ca08672981e3425fcbd35f94f39f00eac]

INTEGRATION: CWS changefileheader (1.26.20); FILE MERGED 2008/04/01 16:05:34 thb 1.26.20.3: #i85898# Stripping all external header guards 2008/04/01 13:01:42 thb 1.26.20.2: #i85898# Stripping all external header guards 2008/03/28 15:44:48 rt 1.26.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14954351d7389f285b42628c3aa3e75cfdc46539]

INTEGRATION: CWS changefileheader (1.5.50); FILE MERGED 2008/03/28 16:34:55 rt 1.5.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c1c73ab1ac6a9f201b08aa957e39b6fe608ec291]

INTEGRATION: CWS changefileheader (1.237.18); FILE MERGED 2008/04/01 16:05:33 thb 1.237.18.3: #i85898# Stripping all external header guards 2008/04/01 13:01:41 thb 1.237.18.2: #i85898# Stripping all external header guards 2008/03/28 15:44:47 rt 1.237.18.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a95a1ec840c1180480484e22b11b91f1c3064d09]

INTEGRATION: CWS changefileheader (1.2.118); FILE MERGED 2008/03/28 16:34:55 rt 1.2.118.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c45f4ab31e76bd489d2d02b12eb7a86db11a70bb]

INTEGRATION: CWS changefileheader (1.27.32); FILE MERGED 2008/04/01 16:00:50 thb 1.27.32.3: #i85898# Stripping all external header guards 2008/04/01 12:56:42 thb 1.27.32.2: #i85898# Stripping all external header guards 2008/03/28 15:40:03 rt 1.27.32.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fa4ad6a99a5b576fc2ce7c5cf67a7ba9914a76b3]

INTEGRATION: CWS changefileheader (1.3.92); FILE MERGED 2008/03/28 16:34:55 rt 1.3.92.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f71f340189c0ade34254496c6bd29fc931f5b1b7]

INTEGRATION: CWS changefileheader (1.39.58); FILE MERGED 2008/04/01 16:05:33 thb 1.39.58.3: #i85898# Stripping all external header guards 2008/04/01 13:01:41 thb 1.39.58.2: #i85898# Stripping all external header guards 2008/03/28 15:44:47 rt 1.39.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ac37b349ad87ee833125cc528c6ce1cf0ad00408]

INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:34:55 rt 1.6.10.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8b6cdcc30d2fdc729b41c26957773b7c082eca8b]

INTEGRATION: CWS changefileheader (1.54.42); FILE MERGED 2008/04/01 16:05:33 thb 1.54.42.3: #i85898# Stripping all external header guards 2008/04/01 13:01:40 thb 1.54.42.2: #i85898# Stripping all external header guards 2008/03/28 15:44:47 rt 1.54.42.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [feb5049d390cb0505e9daa2898aee6ec0a908f9f]

INTEGRATION: CWS changefileheader (1.5.32); FILE MERGED 2008/04/01 16:00:50 thb 1.5.32.3: #i85898# Stripping all external header guards 2008/04/01 12:56:42 thb 1.5.32.2: #i85898# Stripping all external header guards 2008/03/28 15:40:03 rt 1.5.32.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab70807f8d5c09ff166cb81ef2d029b19d700086]

INTEGRATION: CWS changefileheader (1.15.224); FILE MERGED 2008/04/01 13:01:40 thb 1.15.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:47 rt 1.15.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dae8a1d08ba34e4790b1834f0cd3bdf18c78ac38]

INTEGRATION: CWS changefileheader (1.19.10); FILE MERGED 2008/04/01 16:00:50 thb 1.19.10.3: #i85898# Stripping all external header guards 2008/04/01 12:56:42 thb 1.19.10.2: #i85898# Stripping all external header guards 2008/03/28 15:40:03 rt 1.19.10.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c946f376532e5655446b19a9183764f46719bd5f]

INTEGRATION: CWS changefileheader (1.4.48); FILE MERGED 2008/03/28 16:34:55 rt 1.4.48.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1433990579ec464a8ce4e45ef6d598c76578f52c]

INTEGRATION: CWS changefileheader (1.7.224); FILE MERGED 2008/04/01 13:01:40 thb 1.7.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:47 rt 1.7.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dfd407aa181bd0a8cbe7ba7686f1fdc8505f43f6]

INTEGRATION: CWS changefileheader (1.3.338); FILE MERGED 2008/04/01 16:00:50 thb 1.3.338.3: #i85898# Stripping all external header guards 2008/04/01 12:56:42 thb 1.3.338.2: #i85898# Stripping all external header guards 2008/03/28 15:40:03 rt 1.3.338.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e9c3661dbe67046930dd115eacbdcb12890b6c4d]

INTEGRATION: CWS changefileheader (1.3.60); FILE MERGED 2008/03/28 16:34:55 rt 1.3.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0c6319dcfbe2c74e41c98578572e0c8d31315b8d]

INTEGRATION: CWS changefileheader (1.22.220); FILE MERGED 2008/03/28 15:44:47 rt 1.22.220.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e624934802c1cd48312dedbd3dc4df1ba0523736]

INTEGRATION: CWS changefileheader (1.3.338); FILE MERGED 2008/04/01 16:00:50 thb 1.3.338.3: #i85898# Stripping all external header guards 2008/04/01 12:56:41 thb 1.3.338.2: #i85898# Stripping all external header guards 2008/03/28 15:40:03 rt 1.3.338.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [49ca9a7c595539a533d5e6bf6bf2bb9e4e43e307]

INTEGRATION: CWS changefileheader (1.2.92); FILE MERGED 2008/03/28 16:34:54 rt 1.2.92.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4db8c7be13078ff6533cc9559454bd31a6cf3a8e]

INTEGRATION: CWS changefileheader (1.20.248); FILE MERGED 2008/04/01 16:05:33 thb 1.20.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:40 thb 1.20.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:47 rt 1.20.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [663ce8826847ea3cbf95f134a0df401c05d3d238]

INTEGRATION: CWS changefileheader (1.2.136); FILE MERGED 2008/04/01 10:49:26 thb 1.2.136.2: #i85898# Stripping all external header guards 2008/03/28 16:34:54 rt 1.2.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7e651b0c0c7a9a2896ab7704cfa115e805781f04]

INTEGRATION: CWS changefileheader (1.9.248); FILE MERGED 2008/04/01 16:05:33 thb 1.9.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:40 thb 1.9.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:47 rt 1.9.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [be72f856d4206a28045559d62426c293faa4919d]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/04/01 16:00:50 thb 1.4.246.3: #i85898# Stripping all external header guards 2008/04/01 12:56:41 thb 1.4.246.2: #i85898# Stripping all external header guards 2008/03/28 15:40:02 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7aff101ee66c81ff32d33eae1757c76076995714]

INTEGRATION: CWS changefileheader (1.31.270); FILE MERGED 2008/03/28 15:44:46 rt 1.31.270.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f6a2fedd1a3ab5d4faf32d30f6d68ca22708f85c]

INTEGRATION: CWS changefileheader (1.2.136); FILE MERGED 2008/04/01 15:03:04 thb 1.2.136.2: #i85898# Stripping all external header guards 2008/03/28 16:34:54 rt 1.2.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9d85af5ea1d70d0db2aaba188c7fd6abbe6ff21e]

INTEGRATION: CWS changefileheader (1.3.338); FILE MERGED 2008/04/01 16:00:50 thb 1.3.338.3: #i85898# Stripping all external header guards 2008/04/01 12:56:41 thb 1.3.338.2: #i85898# Stripping all external header guards 2008/03/28 15:40:02 rt 1.3.338.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [56c60333794fdcaec03650416dcead14dc4fccb2]

INTEGRATION: CWS changefileheader (1.6.248); FILE MERGED 2008/04/01 16:05:32 thb 1.6.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:40 thb 1.6.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:46 rt 1.6.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a5bfbe27e45c0667ae4f8ca523429c367d426bdd]

INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/04/01 15:03:04 thb 1.3.80.2: #i85898# Stripping all external header guards 2008/03/28 16:34:54 rt 1.3.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3e2ca43540ea2586dc5b32e2521ba9af8786b900]

INTEGRATION: CWS changefileheader (1.8.246); FILE MERGED 2008/04/01 16:00:50 thb 1.8.246.3: #i85898# Stripping all external header guards 2008/04/01 12:56:41 thb 1.8.246.2: #i85898# Stripping all external header guards 2008/03/28 15:40:02 rt 1.8.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [edb0e5ae56dd8c9143929da978a449e47e3609fd]

INTEGRATION: CWS changefileheader (1.13.248); FILE MERGED 2008/04/01 16:05:32 thb 1.13.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:40 thb 1.13.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:46 rt 1.13.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [21dc0b76e3df6dc68bfcad9c55bb9b76fecf6204]

INTEGRATION: CWS changefileheader (1.4.336); FILE MERGED 2008/04/01 16:00:50 thb 1.4.336.3: #i85898# Stripping all external header guards 2008/04/01 12:56:41 thb 1.4.336.2: #i85898# Stripping all external header guards 2008/03/28 15:40:02 rt 1.4.336.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1eda9d97c63aa6846636350473781523736a8139]

INTEGRATION: CWS changefileheader (1.4.248); FILE MERGED 2008/04/01 16:05:32 thb 1.4.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:40 thb 1.4.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:46 rt 1.4.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2fcad91b8a24c6660ddb257a27bf8909625034e]

INTEGRATION: CWS changefileheader (1.5.32); FILE MERGED 2008/04/01 16:00:50 thb 1.5.32.3: #i85898# Stripping all external header guards 2008/04/01 12:56:41 thb 1.5.32.2: #i85898# Stripping all external header guards 2008/03/28 15:40:02 rt 1.5.32.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2b03894063809e2e163ab81e98f19c19d5766287]

INTEGRATION: CWS changefileheader (1.9.248); FILE MERGED 2008/04/01 16:05:32 thb 1.9.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:40 thb 1.9.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:46 rt 1.9.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1863c821d5d0d280ea7999110f7f11eb3cb646bc]

INTEGRATION: CWS changefileheader (1.2.136); FILE MERGED 2008/04/01 15:03:04 thb 1.2.136.3: #i85898# Stripping all external header guards 2008/04/01 10:49:26 thb 1.2.136.2: #i85898# Stripping all external header guards 2008/03/28 16:34:54 rt 1.2.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d3ec05e938cc3560603d0bae23f5b23a43559c28]

INTEGRATION: CWS changefileheader (1.6.336); FILE MERGED 2008/04/01 16:00:50 thb 1.6.336.3: #i85898# Stripping all external header guards 2008/04/01 12:56:41 thb 1.6.336.2: #i85898# Stripping all external header guards 2008/03/28 15:40:01 rt 1.6.336.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [34263cdf443db415fea777ae489f3b0e079436ed]

INTEGRATION: CWS changefileheader (1.17.22); FILE MERGED 2008/04/01 16:05:32 thb 1.17.22.3: #i85898# Stripping all external header guards 2008/04/01 13:01:40 thb 1.17.22.2: #i85898# Stripping all external header guards 2008/03/28 15:44:46 rt 1.17.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [841e1a3c6e9f59c59a41e5fb7e595e7d91a90176]

INTEGRATION: CWS changefileheader (1.4.248); FILE MERGED 2008/04/01 16:05:32 thb 1.4.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:39 thb 1.4.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:46 rt 1.4.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8fb8bb76da2ebaf1d73cba73edecfdc9665e4ad3]

INTEGRATION: CWS changefileheader (1.4.32); FILE MERGED 2008/04/01 16:00:50 thb 1.4.32.3: #i85898# Stripping all external header guards 2008/04/01 12:56:41 thb 1.4.32.2: #i85898# Stripping all external header guards 2008/03/28 15:40:01 rt 1.4.32.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a049ecf531c1ae9a0fe0f6d6c04e75a35708785e]

INTEGRATION: CWS changefileheader (1.3.108); FILE MERGED 2008/04/01 10:49:26 thb 1.3.108.2: #i85898# Stripping all external header guards 2008/03/28 16:34:53 rt 1.3.108.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f5ce57957e7e850814416fa9d3d1a317bb3b0ec4]

INTEGRATION: CWS changefileheader (1.9.248); FILE MERGED 2008/04/01 13:01:39 thb 1.9.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:46 rt 1.9.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [547e28a5f1c6a28ad1cf34436215334620db17ec]

INTEGRATION: CWS changefileheader (1.3.338); FILE MERGED 2008/04/01 16:00:49 thb 1.3.338.3: #i85898# Stripping all external header guards 2008/04/01 12:56:41 thb 1.3.338.2: #i85898# Stripping all external header guards 2008/03/28 15:40:01 rt 1.3.338.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [47c52d69f2022856a5be3f575c467fc82da4801c]

INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/04/01 15:03:03 thb 1.3.80.3: #i85898# Stripping all external header guards 2008/04/01 10:49:25 thb 1.3.80.2: #i85898# Stripping all external header guards 2008/03/28 16:34:53 rt 1.3.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df4bb4219490a442d3448adfbf7e2e3cef906830]

INTEGRATION: CWS changefileheader (1.16.6); FILE MERGED 2008/04/01 16:05:32 thb 1.16.6.3: #i85898# Stripping all external header guards 2008/04/01 13:01:39 thb 1.16.6.2: #i85898# Stripping all external header guards 2008/03/28 15:44:46 rt 1.16.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cde5f581c5fd8be6343cefd0e4532373d3acf136]

INTEGRATION: CWS changefileheader (1.24.338); FILE MERGED 2008/04/01 16:00:49 thb 1.24.338.3: #i85898# Stripping all external header guards 2008/04/01 12:56:40 thb 1.24.338.2: #i85898# Stripping all external header guards 2008/03/28 15:40:01 rt 1.24.338.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12e6756fbb864c20ceba7693e48d8b1a53a5b873]

INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED 2008/04/01 19:54:51 thb 1.4.50.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 15:03:03 thb 1.4.50.3: #i85898# Stripping all external header guards 2008/04/01 10:49:25 thb 1.4.50.2: #i85898# Stripping all external header guards 2008/03/28 16:34:53 rt 1.4.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [11e9287babba06d619bd2f31144700339a76e086]

INTEGRATION: CWS changefileheader (1.23.224); FILE MERGED 2008/04/01 13:01:39 thb 1.23.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:46 rt 1.23.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [89c2e5233ae17dcef9573c85596f3efab9e74599]

INTEGRATION: CWS changefileheader (1.3.338); FILE MERGED 2008/04/01 16:00:49 thb 1.3.338.2: #i85898# Stripping all external header guards 2008/03/28 15:40:01 rt 1.3.338.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb95d8c2e3fbd18fcd8d740b700f82346265cb41]

INTEGRATION: CWS changefileheader (1.31.224); FILE MERGED 2008/04/01 16:05:31 thb 1.31.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:39 thb 1.31.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:45 rt 1.31.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2d6bf20b5344beda0420a3f5190322389b2330e]

INTEGRATION: CWS changefileheader (1.4.106); FILE MERGED 2008/03/28 15:40:00 rt 1.4.106.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5361409bcaacc40d302a62da89396f8e1b88e04f]

INTEGRATION: CWS changefileheader (1.2.136); FILE MERGED 2008/04/01 10:49:25 thb 1.2.136.2: #i85898# Stripping all external header guards 2008/03/28 16:34:53 rt 1.2.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [67ebbe3c6bb17448a165092dd484676af7f02a45]

INTEGRATION: CWS changefileheader (1.11.224); FILE MERGED 2008/04/01 16:05:31 thb 1.11.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:39 thb 1.11.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:45 rt 1.11.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1fe4feb6b850e2c2592c58a56b04816898e37430]

INTEGRATION: CWS changefileheader (1.2.210); FILE MERGED 2008/03/28 15:40:00 rt 1.2.210.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c89f1511a7ab0475da3acf5464f63418fecac613]

INTEGRATION: CWS changefileheader (1.6.50); FILE MERGED 2008/04/01 15:03:03 thb 1.6.50.3: #i85898# Stripping all external header guards 2008/04/01 10:49:25 thb 1.6.50.2: #i85898# Stripping all external header guards 2008/03/28 16:34:53 rt 1.6.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [53ca781ac0499acafb669c0a30dd867024616a21]

INTEGRATION: CWS changefileheader (1.3.248); FILE MERGED 2008/03/28 15:44:45 rt 1.3.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c980b3a4d63c62faeffc31ca66d2753d2c5a3b97]

INTEGRATION: CWS changefileheader (1.2.200); FILE MERGED 2008/03/28 15:40:00 rt 1.2.200.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc424892e05d3dea4bbafc7edd99558c4ba00eff]

INTEGRATION: CWS changefileheader (1.7.248); FILE MERGED 2008/03/28 15:44:45 rt 1.7.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d0cd534742e9de9f9a7057579bc8c91189471f1]

INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/04/01 15:03:03 thb 1.3.50.3: #i85898# Stripping all external header guards 2008/04/01 10:49:25 thb 1.3.50.2: #i85898# Stripping all external header guards 2008/03/28 16:34:53 rt 1.3.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [67f80b356ef510d7fec306d19da421480df317ac]

INTEGRATION: CWS changefileheader (1.5.222); FILE MERGED 2008/04/01 13:01:39 thb 1.5.222.2: #i85898# Stripping all external header guards 2008/03/28 15:44:45 rt 1.5.222.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [867275e3a0b8b4706a4176592382a40fbe544bcf]

INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/04/01 15:03:02 thb 1.3.50.3: #i85898# Stripping all external header guards 2008/04/01 10:49:25 thb 1.3.50.2: #i85898# Stripping all external header guards 2008/03/28 16:34:53 rt 1.3.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de2061546f752888f07c6d07cff8ca213734916a]

INTEGRATION: CWS changefileheader (1.34.138); FILE MERGED 2008/04/01 16:05:31 thb 1.34.138.3: #i85898# Stripping all external header guards 2008/04/01 13:01:39 thb 1.34.138.2: #i85898# Stripping all external header guards 2008/03/28 15:44:45 rt 1.34.138.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e4798bcab8bf3da81f0d081d28c19955fee30aa]

INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED 2008/04/01 15:03:02 thb 1.4.50.3: #i85898# Stripping all external header guards 2008/04/01 10:49:25 thb 1.4.50.2: #i85898# Stripping all external header guards 2008/03/28 16:34:52 rt 1.4.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5eb550671502fe1c2959bac9b9ba8585b96a3e6e]

INTEGRATION: CWS changefileheader (1.6.248); FILE MERGED 2008/04/01 16:05:31 thb 1.6.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:45 rt 1.6.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ae60db3d7ba41c0c47591518e7b06f7d6ef20410]

INTEGRATION: CWS changefileheader (1.2.136); FILE MERGED 2008/04/01 15:03:02 thb 1.2.136.3: #i85898# Stripping all external header guards 2008/04/01 10:49:25 thb 1.2.136.2: #i85898# Stripping all external header guards 2008/03/28 16:34:52 rt 1.2.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b5b0a475ab73a4b93207c0adf51a4f4abb2b8495]

INTEGRATION: CWS changefileheader (1.4.248); FILE MERGED 2008/04/01 16:05:31 thb 1.4.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:45 rt 1.4.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe7e21c40cfd116239327c3e724b0d2a362d8d1b]

INTEGRATION: CWS changefileheader (1.2.136); FILE MERGED 2008/04/01 10:49:25 thb 1.2.136.2: #i85898# Stripping all external header guards 2008/03/28 16:34:52 rt 1.2.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [85c5f42a38fea3d66928f108277a59136fc70d84]

INTEGRATION: CWS changefileheader (1.15.218); FILE MERGED 2008/04/01 16:05:31 thb 1.15.218.3: #i85898# Stripping all external header guards 2008/04/01 13:01:38 thb 1.15.218.2: #i85898# Stripping all external header guards 2008/03/28 15:44:45 rt 1.15.218.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [11fad1dcd75d430e6f8cd64994a6e1015ada0530]

INTEGRATION: CWS changefileheader (1.2.136); FILE MERGED 2008/04/01 15:03:02 thb 1.2.136.2: #i85898# Stripping all external header guards 2008/03/28 16:34:52 rt 1.2.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ca10d9575136b5b6b63411d501dcaa1b91c05088]

INTEGRATION: CWS changefileheader (1.6.248); FILE MERGED 2008/04/01 16:05:30 thb 1.6.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:38 thb 1.6.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:45 rt 1.6.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2ecdd03261159d6344b67db114b422611df8d56b]

INTEGRATION: CWS changefileheader (1.3.108); FILE MERGED 2008/04/01 15:03:02 thb 1.3.108.3: #i85898# Stripping all external header guards 2008/04/01 10:49:25 thb 1.3.108.2: #i85898# Stripping all external header guards 2008/03/28 16:34:52 rt 1.3.108.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7d162ed649183aa1ada190ecd88ac55cf2861f1c]

INTEGRATION: CWS changefileheader (1.18.248); FILE MERGED 2008/04/01 13:01:38 thb 1.18.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:45 rt 1.18.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [05b08d20583c9687f66a1e67e94cfe2055488d6a]

INTEGRATION: CWS changefileheader (1.23.248); FILE MERGED 2008/04/01 16:05:30 thb 1.23.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:38 thb 1.23.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:45 rt 1.23.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [460595249bcde8c579175e708d3cab2777b0e90a]

INTEGRATION: CWS changefileheader (1.23.224); FILE MERGED 2008/04/01 13:01:38 thb 1.23.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:44 rt 1.23.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [65e37c64e4576a0de425b2e2e52cf76a6e337696]

INTEGRATION: CWS changefileheader (1.5.80); FILE MERGED 2008/03/28 16:34:52 rt 1.5.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [41cb8f3715f0f03b4a08a7e30bb43a896315dc8a]

INTEGRATION: CWS changefileheader (1.47.220); FILE MERGED 2008/04/01 16:05:30 thb 1.47.220.3: #i85898# Stripping all external header guards 2008/04/01 13:01:37 thb 1.47.220.2: #i85898# Stripping all external header guards 2008/03/28 15:44:44 rt 1.47.220.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8f42f5de6f55d570d3461c7c08901e10af3a7c25]

INTEGRATION: CWS changefileheader (1.5.80); FILE MERGED 2008/04/01 15:03:02 thb 1.5.80.2: #i85898# Stripping all external header guards 2008/03/28 16:34:52 rt 1.5.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6b2c22a623b584d5351ad1b8de883c0e23114070]

INTEGRATION: CWS changefileheader (1.18.222); FILE MERGED 2008/04/01 16:05:30 thb 1.18.222.3: #i85898# Stripping all external header guards 2008/04/01 13:01:37 thb 1.18.222.2: #i85898# Stripping all external header guards 2008/03/28 15:44:44 rt 1.18.222.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc16bb49625148dd4356223333cbb53a212035da]

INTEGRATION: CWS changefileheader (1.4.112); FILE MERGED 2008/04/01 15:03:01 thb 1.4.112.3: #i85898# Stripping all external header guards 2008/04/01 10:49:24 thb 1.4.112.2: #i85898# Stripping all external header guards 2008/03/28 16:34:52 rt 1.4.112.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d05aab31753a48ffff8c35da94be8392486de5a]

INTEGRATION: CWS changefileheader (1.5.248); FILE MERGED 2008/04/01 16:05:30 thb 1.5.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:37 thb 1.5.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:44 rt 1.5.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59aaecc27e1fa2daad5f1abf12b7ed6761eaa2ca]

INTEGRATION: CWS changefileheader (1.15.6); FILE MERGED 2008/04/01 16:05:30 thb 1.15.6.3: #i85898# Stripping all external header guards 2008/04/01 13:01:37 thb 1.15.6.2: #i85898# Stripping all external header guards 2008/03/28 15:44:44 rt 1.15.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [583953ac15c13a38e530b7c09203f07716d12105]

INTEGRATION: CWS changefileheader (1.7.248); FILE MERGED 2008/04/01 13:01:37 thb 1.7.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:44 rt 1.7.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ebbac7582ac7bfac3dc4e32908a9d0d79c4ac854]

INTEGRATION: CWS changefileheader (1.9.224); FILE MERGED 2008/03/28 15:44:44 rt 1.9.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d0fc851d460ded389bb1c5df4f682243d44b2665]

INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/04/01 10:49:24 thb 1.3.50.2: #i85898# Stripping all external header guards 2008/03/28 16:34:52 rt 1.3.50.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0bd8649f9e688861dea6fd7331ba2ba13c4add7e]

INTEGRATION: CWS changefileheader (1.7.224); FILE MERGED 2008/04/01 16:05:30 thb 1.7.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:37 thb 1.7.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:44 rt 1.7.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [410a39049382572324133bd4dd6e1538628e07da]

INTEGRATION: CWS changefileheader (1.4.80); FILE MERGED 2008/04/01 15:03:01 thb 1.4.80.2: #i85898# Stripping all external header guards 2008/03/28 16:34:51 rt 1.4.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0198b55b02ba1c288cc1b7aece876a1fb7f2a577]

INTEGRATION: CWS changefileheader (1.10.224); FILE MERGED 2008/04/01 16:05:30 thb 1.10.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:37 thb 1.10.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:44 rt 1.10.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c821ab217e7654943d247d95ed9d7b5faa0717d]

INTEGRATION: CWS changefileheader (1.2.136); FILE MERGED 2008/04/01 15:03:01 thb 1.2.136.3: #i85898# Stripping all external header guards 2008/04/01 10:49:24 thb 1.2.136.2: #i85898# Stripping all external header guards 2008/03/28 16:34:51 rt 1.2.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b613c9275768a0086035ffa04b3bcc8af00f2d21]

INTEGRATION: CWS changefileheader (1.8.248); FILE MERGED 2008/04/01 13:01:37 thb 1.8.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:43 rt 1.8.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4d494a99e58d849746c6b04beb4ed1cfcf579e24]

INTEGRATION: CWS changefileheader (1.6.80); FILE MERGED 2008/04/01 15:03:01 thb 1.6.80.2: #i85898# Stripping all external header guards 2008/03/28 16:34:51 rt 1.6.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f85b6a5fbe90beb7f08ac1402277a86be9052332]

INTEGRATION: CWS changefileheader (1.16.224); FILE MERGED 2008/04/01 13:01:36 thb 1.16.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:43 rt 1.16.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2485da8a2fdba117582e59a005af30e826ac1e73]

INTEGRATION: CWS changefileheader (1.6.136); FILE MERGED 2008/04/01 15:03:01 thb 1.6.136.3: #i85898# Stripping all external header guards 2008/04/01 10:49:24 thb 1.6.136.2: #i85898# Stripping all external header guards 2008/03/28 16:34:51 rt 1.6.136.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [265d4f57d2de7af14dce810c7ef279e8c82451ff]

INTEGRATION: CWS changefileheader (1.26.224); FILE MERGED 2008/04/01 16:05:30 thb 1.26.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:36 thb 1.26.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:43 rt 1.26.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b8e7a34ba972560aa0b59ed7f2b3ac1a6e238089]

INTEGRATION: CWS changefileheader (1.13.80); FILE MERGED 2008/04/01 15:03:01 thb 1.13.80.3: #i85898# Stripping all external header guards 2008/04/01 10:49:24 thb 1.13.80.2: #i85898# Stripping all external header guards 2008/03/28 16:34:51 rt 1.13.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [85befd34c27bd52fe9326557ff91247091747262]

INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/03/28 16:34:51 rt 1.2.86.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc6a892f8cb8c185aed368e51e732e5da0f6d213]

INTEGRATION: CWS changefileheader (1.11.220); FILE MERGED 2008/04/01 13:01:36 thb 1.11.220.2: #i85898# Stripping all external header guards 2008/03/28 15:44:43 rt 1.11.220.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [60907ad8f1c79f7721a314e63821677894bd58c0]

INTEGRATION: CWS changefileheader (1.10.224); FILE MERGED 2008/04/01 13:01:36 thb 1.10.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:43 rt 1.10.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1048d6e803e4effcdea344ecd00f8c5e27b8b6b1]

INTEGRATION: CWS changefileheader (1.17.218); FILE MERGED 2008/04/01 13:01:36 thb 1.17.218.2: #i85898# Stripping all external header guards 2008/03/28 15:44:43 rt 1.17.218.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [72427c0819c4c4092d77a80f9834e18d562aff7b]

INTEGRATION: CWS changefileheader (1.21.220); FILE MERGED 2008/04/01 16:05:30 thb 1.21.220.3: #i85898# Stripping all external header guards 2008/04/01 13:01:36 thb 1.21.220.2: #i85898# Stripping all external header guards 2008/03/28 15:44:43 rt 1.21.220.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [98325a4697e010975d363d1db91452040c12fca8]

INTEGRATION: CWS changefileheader (1.4.2); FILE MERGED 2008/03/31 13:07:58 rt 1.4.2.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [01b06464dc8028c5365c4119f7abf57a668d3894]

INTEGRATION: CWS changefileheader (1.10.138); FILE MERGED 2008/03/28 15:44:43 rt 1.10.138.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2dd663d9dba5060415842ba3e54b4ae2dcd0c808]

INTEGRATION: CWS changefileheader (1.1.46); FILE MERGED 2008/03/31 13:07:58 rt 1.1.46.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59776446e4b675c945d5d3ff8c1be56f6d2820b4]

INTEGRATION: CWS changefileheader (1.10.248); FILE MERGED 2008/04/01 16:05:30 thb 1.10.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:36 thb 1.10.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:43 rt 1.10.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c639652bd261ec4296bdf043319d2355d892ede]

INTEGRATION: CWS changefileheader (1.10.248); FILE MERGED 2008/04/01 16:05:29 thb 1.10.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:35 thb 1.10.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:43 rt 1.10.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [60bd97c08c6c32fd24e0fe75d5efbbfd81886a6b]

INTEGRATION: CWS changefileheader (1.2.24); FILE MERGED 2008/03/31 13:07:58 rt 1.2.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e0e13f9e027ddcce541f6c3c60b1f108b0bc8b71]

INTEGRATION: CWS changefileheader (1.35.76); FILE MERGED 2008/04/01 16:05:29 thb 1.35.76.3: #i85898# Stripping all external header guards 2008/04/01 13:01:35 thb 1.35.76.2: #i85898# Stripping all external header guards 2008/03/28 15:44:42 rt 1.35.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b2c9d43fcd185142970718fc1c8ecf96a9644c1c]

INTEGRATION: CWS changefileheader (1.4.24); FILE MERGED 2008/03/31 13:07:58 rt 1.4.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a68ab995eca20decbb999fc9c14f55a4ecd56233]

INTEGRATION: CWS changefileheader (1.27.22); FILE MERGED 2008/03/28 15:44:42 rt 1.27.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d9691f4811d3f85bf4ab2ae48fdd96541fc02ede]

INTEGRATION: CWS changefileheader (1.8.24); FILE MERGED 2008/03/31 13:07:57 rt 1.8.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f6bd40fd16c49524beeaf05a253b3ab43a375169]

INTEGRATION: CWS changefileheader (1.12.248); FILE MERGED 2008/04/01 16:05:29 thb 1.12.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:35 thb 1.12.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:42 rt 1.12.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [74e5dd1c01fa71b8a2ec20d646c802ad4c1c4fe3]

INTEGRATION: CWS changefileheader (1.5.46); FILE MERGED 2008/03/31 13:07:57 rt 1.5.46.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a77ea7b956e5a3798d248b1daeb161bd03e133c9]

INTEGRATION: CWS changefileheader (1.9.248); FILE MERGED 2008/04/01 13:01:35 thb 1.9.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:42 rt 1.9.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [98eeb9967af5ed73951b3f7c1298a48bac370d97]

INTEGRATION: CWS changefileheader (1.24.22); FILE MERGED 2008/03/28 15:44:41 rt 1.24.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cce02acba1f410f82ef2d3d589a6583772400552]

INTEGRATION: CWS changefileheader (1.1.46); FILE MERGED 2008/03/31 13:07:57 rt 1.1.46.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [90e1a6e026e848fa43740335421ccc6a01ae33f3]

INTEGRATION: CWS changefileheader (1.9.248); FILE MERGED 2008/04/01 13:01:35 thb 1.9.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:41 rt 1.9.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b7f0ae47e0397c3c9a9347be829249d09a7e11b]

INTEGRATION: CWS changefileheader (1.5.24); FILE MERGED 2008/03/31 13:07:57 rt 1.5.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd95f9d96f33e6cdc6b11187eb8e86ee3a3d8a2e]

INTEGRATION: CWS changefileheader (1.11.60); FILE MERGED 2008/03/28 15:44:41 rt 1.11.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4e1d2aa03228821582446a64ee2f53010e85d69f]

INTEGRATION: CWS changefileheader (1.42.76); FILE MERGED 2008/04/01 16:05:29 thb 1.42.76.3: #i85898# Stripping all external header guards 2008/04/01 13:01:35 thb 1.42.76.2: #i85898# Stripping all external header guards 2008/03/28 15:44:41 rt 1.42.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4373224862c16356027e6e5a27ceb6103e4d8547]

INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 13:07:57 rt 1.2.46.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5a49992de5c1d8df85c94ab059565dc723c48519]

INTEGRATION: CWS changefileheader (1.15.248); FILE MERGED 2008/04/01 16:05:29 thb 1.15.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:41 rt 1.15.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [608856da67fb276ad41cf9ed0976c45031611e85]

INTEGRATION: CWS changefileheader (1.13.42); FILE MERGED 2008/03/31 13:07:57 rt 1.13.42.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a771378514e4ca51cec8551e964305c7a588e90]

INTEGRATION: CWS changefileheader (1.11.248); FILE MERGED 2008/04/01 13:01:34 thb 1.11.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:41 rt 1.11.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [35e0157b51d3733872fec6fd0d941119c3ca0caa]

INTEGRATION: CWS changefileheader (1.63.56); FILE MERGED 2008/04/01 16:05:29 thb 1.63.56.3: #i85898# Stripping all external header guards 2008/04/01 13:01:34 thb 1.63.56.2: #i85898# Stripping all external header guards 2008/03/28 15:44:40 rt 1.63.56.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e192215e3ed0fbbd59d944bdbe3caab8a9e711d0]

INTEGRATION: CWS changefileheader (1.8.248); FILE MERGED 2008/04/01 13:01:34 thb 1.8.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:40 rt 1.8.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc067b9628812118361d1dfb8b9f18c4b7c95918]

INTEGRATION: CWS changefileheader (1.22.76); FILE MERGED 2008/04/01 13:01:34 thb 1.22.76.2: #i85898# Stripping all external header guards 2008/03/28 15:44:40 rt 1.22.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d3a239f5d7389142301a9fc05400082ea267a02]

INTEGRATION: CWS changefileheader (1.11.46); FILE MERGED 2008/03/31 13:07:57 rt 1.11.46.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [616795eb585a0af4406ab8554d13c013fcc26936]

INTEGRATION: CWS changefileheader (1.26.58); FILE MERGED 2008/04/01 16:05:29 thb 1.26.58.3: #i85898# Stripping all external header guards 2008/04/01 13:01:34 thb 1.26.58.2: #i85898# Stripping all external header guards 2008/03/28 15:44:40 rt 1.26.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc3f1e0493db72b51a01e9bda49033afe2862eb6]

INTEGRATION: CWS changefileheader (1.25.58); FILE MERGED 2008/04/01 16:05:28 thb 1.25.58.2: #i85898# Stripping all external header guards 2008/03/28 15:44:40 rt 1.25.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd6ea12a5341c9223211b87565960bddee6366cb]

INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED 2008/03/31 13:07:57 rt 1.6.42.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab3565b868d95885417b23925f3fa68b404cfb9b]

INTEGRATION: CWS changefileheader (1.95.22); FILE MERGED 2008/04/01 16:05:28 thb 1.95.22.3: #i85898# Stripping all external header guards 2008/04/01 13:01:34 thb 1.95.22.2: #i85898# Stripping all external header guards 2008/03/28 15:44:40 rt 1.95.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [44108162ada87eeb1ee3d72b59acf1205a7448ef]

INTEGRATION: CWS changefileheader (1.7.42); FILE MERGED 2008/03/31 13:07:57 rt 1.7.42.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cf796674e1da516072e3ffb363e524fb420f98db]

INTEGRATION: CWS changefileheader (1.24.76); FILE MERGED 2008/04/01 13:01:34 thb 1.24.76.2: #i85898# Stripping all external header guards 2008/03/28 15:44:39 rt 1.24.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b6390c32fb9be10cc3b8a019bf058e568a460db]

INTEGRATION: CWS changefileheader (1.47.76); FILE MERGED 2008/04/01 16:05:28 thb 1.47.76.3: #i85898# Stripping all external header guards 2008/04/01 13:01:33 thb 1.47.76.2: #i85898# Stripping all external header guards 2008/03/28 15:44:39 rt 1.47.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [08ffdd1ecfda2e5f49356f555d8ae3fe64b4d2df]

INTEGRATION: CWS changefileheader (1.30.16); FILE MERGED 2008/03/31 13:07:57 rt 1.30.16.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [999aac167cdbd954c32e07abbfab9de91f38c814]

INTEGRATION: CWS changefileheader (1.58.22); FILE MERGED 2008/04/01 16:05:28 thb 1.58.22.3: #i85898# Stripping all external header guards 2008/04/01 13:01:33 thb 1.58.22.2: #i85898# Stripping all external header guards 2008/03/28 15:44:39 rt 1.58.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4103fede9f76f124605dab07221254aabf2c403e]

INTEGRATION: CWS changefileheader (1.2.464); FILE MERGED 2008/03/28 15:44:39 rt 1.2.464.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c21186245b8f80fa5416876b7356ce11930b105b]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/04/01 16:05:28 thb 1.4.246.3: #i85898# Stripping all external header guards 2008/04/01 13:01:33 thb 1.4.246.2: #i85898# Stripping all external header guards 2008/03/28 15:44:39 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [216900646a1d4c0e1c1e88e01ba8ecfb73d01efa]

INTEGRATION: CWS changefileheader (1.5.248); FILE MERGED 2008/04/01 13:01:33 thb 1.5.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:39 rt 1.5.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [07d8ea5afffc637cbf1165befeef4dcff16979ee]

INTEGRATION: CWS changefileheader (1.5.248); FILE MERGED 2008/03/28 15:44:38 rt 1.5.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [88eb7cf4545b6a4451ebd11312f889b1c2e36071]

INTEGRATION: CWS changefileheader (1.6.248); FILE MERGED 2008/04/01 16:05:27 thb 1.6.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:32 thb 1.6.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:38 rt 1.6.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [34ac1672806010c8ee714787f3eb8920b24e1e60]

INTEGRATION: CWS changefileheader (1.37.34); FILE MERGED 2008/04/01 16:05:27 thb 1.37.34.3: #i85898# Stripping all external header guards 2008/04/01 13:01:32 thb 1.37.34.2: #i85898# Stripping all external header guards 2008/03/28 15:44:38 rt 1.37.34.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [09e1ca9813addfa64f919cf728a4a782c7457e10]

INTEGRATION: CWS changefileheader (1.9.248); FILE MERGED 2008/04/01 16:05:27 thb 1.9.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:32 thb 1.9.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:38 rt 1.9.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aa526afd29a2915b372a9f022d6c4d4040c69c49]

INTEGRATION: CWS changefileheader (1.5.24); FILE MERGED 2008/03/31 13:07:57 rt 1.5.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b5b724afb499e4aba4f80f2a152d104a20720c7]

INTEGRATION: CWS changefileheader (1.7.168); FILE MERGED 2008/04/01 16:05:27 thb 1.7.168.2: #i85898# Stripping all external header guards 2008/03/28 15:44:38 rt 1.7.168.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [746281e0cf621f99b71a1c0b360635a9b397b3f5]

INTEGRATION: CWS changefileheader (1.9.24); FILE MERGED 2008/04/01 15:00:51 thb 1.9.24.2: #i85898# Stripping all external header guards 2008/03/31 13:07:57 rt 1.9.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2a4470b9981721d64f2368722dd3a37eb05e56e4]

INTEGRATION: CWS changefileheader (1.71.22); FILE MERGED 2008/04/01 16:05:27 thb 1.71.22.3: #i85898# Stripping all external header guards 2008/04/01 13:01:32 thb 1.71.22.2: #i85898# Stripping all external header guards 2008/03/28 15:44:38 rt 1.71.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5aa1f2f6b26877912766df7295ff5b9885831490]

INTEGRATION: CWS changefileheader (1.4.24); FILE MERGED 2008/03/31 13:07:57 rt 1.4.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c4f18cb67e10607b88d4f3854b400169ed12172c]

INTEGRATION: CWS changefileheader (1.55.34); FILE MERGED 2008/04/01 16:05:27 thb 1.55.34.3: #i85898# Stripping all external header guards 2008/04/01 13:01:32 thb 1.55.34.2: #i85898# Stripping all external header guards 2008/03/28 15:44:38 rt 1.55.34.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c373174aa1e294bece53d10ec6f26c2f5118e884]

INTEGRATION: CWS changefileheader (1.3.24); FILE MERGED 2008/03/31 13:07:57 rt 1.3.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8eb76b9c29c3b169bd13364409390e0067b5f07b]

INTEGRATION: CWS changefileheader (1.82.22); FILE MERGED 2008/04/01 16:05:26 thb 1.82.22.3: #i85898# Stripping all external header guards 2008/04/01 13:01:32 thb 1.82.22.2: #i85898# Stripping all external header guards 2008/03/28 15:44:38 rt 1.82.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd91d75514042246569bcd6ca22699e9d94fa03b]

INTEGRATION: CWS changefileheader (1.9.224); FILE MERGED 2008/04/01 13:01:32 thb 1.9.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:38 rt 1.9.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [72add94043407e3bbedf58faf910d72f182beb19]

INTEGRATION: CWS changefileheader (1.3.46); FILE MERGED 2008/03/31 13:07:57 rt 1.3.46.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ac4fbd547685b91545e2e5f660f2870dc966ba04]

INTEGRATION: CWS changefileheader (1.15.22); FILE MERGED 2008/04/01 16:05:26 thb 1.15.22.3: #i85898# Stripping all external header guards 2008/04/01 13:01:32 thb 1.15.22.2: #i85898# Stripping all external header guards 2008/03/28 15:44:37 rt 1.15.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e58633738231adcc5737e0058aa18cb7b208b1de]

INTEGRATION: CWS changefileheader (1.73.22); FILE MERGED 2008/04/01 16:05:26 thb 1.73.22.3: #i85898# Stripping all external header guards 2008/04/01 13:01:32 thb 1.73.22.2: #i85898# Stripping all external header guards 2008/03/28 15:44:37 rt 1.73.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6fbe36458c952f608cf2ea5f3d9d5d6f5ad8bfb6]

INTEGRATION: CWS changefileheader (1.10.224); FILE MERGED 2008/04/01 16:05:26 thb 1.10.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:31 thb 1.10.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:37 rt 1.10.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [28b7055a95b22dae3a5fe1f23f89d2617c6b00b2]

INTEGRATION: CWS changefileheader (1.11.22); FILE MERGED 2008/03/28 15:44:37 rt 1.11.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [27fb35d44c404c4da418fd2a1f5ec89a4e9c7882]

INTEGRATION: CWS changefileheader (1.8.46); FILE MERGED 2008/03/31 13:07:57 rt 1.8.46.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4b40f2a00acc7c5c8c53ba0e2e916d7c154cfaba]

INTEGRATION: CWS changefileheader (1.22.22); FILE MERGED 2008/03/28 15:44:37 rt 1.22.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [794eb0d3f9058a66c5a2fb2a895dd96fea8fa0cb]

INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 13:07:57 rt 1.2.46.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5918c2f7778839349d37269d23dd1b211fc9b53a]

INTEGRATION: CWS changefileheader (1.7.224); FILE MERGED 2008/04/01 16:05:26 thb 1.7.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:31 thb 1.7.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:37 rt 1.7.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7db40d24322d9d423888ce4509beec1fb9a2b9c4]

INTEGRATION: CWS changefileheader (1.10.24); FILE MERGED 2008/03/31 13:07:56 rt 1.10.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b421d9da1c7934efd51acd20f0d6b0986550a268]

INTEGRATION: CWS changefileheader (1.8.248); FILE MERGED 2008/04/01 16:05:26 thb 1.8.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:31 thb 1.8.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:37 rt 1.8.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d504a88c46bb51704da537a8e5041d732758f491]

INTEGRATION: CWS changefileheader (1.1.46); FILE MERGED 2008/03/31 13:07:56 rt 1.1.46.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [87c0480e958288d53372e8544c079655587fc8f7]

INTEGRATION: CWS changefileheader (1.8.24); FILE MERGED 2008/03/31 13:07:56 rt 1.8.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee185a27c9cb7f78deddd2977756c06879b274db]

INTEGRATION: CWS changefileheader (1.39.60); FILE MERGED 2008/03/28 15:44:36 rt 1.39.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe2e0036085896eeadd4490f3aaa6c8d08d36783]

INTEGRATION: CWS changefileheader (1.7.42); FILE MERGED 2008/04/01 15:00:51 thb 1.7.42.2: #i85898# Stripping all external header guards 2008/03/31 13:07:56 rt 1.7.42.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e012ba4f08e6a29ad27e2a46a72fa505a402bc6f]

INTEGRATION: CWS changefileheader (1.8.248); FILE MERGED 2008/03/28 15:44:36 rt 1.8.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a71368c5bee343442f8062ec7c483e8f8b01b964]

INTEGRATION: CWS changefileheader (1.28.20); FILE MERGED 2008/04/01 16:05:26 thb 1.28.20.3: #i85898# Stripping all external header guards 2008/04/01 13:01:31 thb 1.28.20.2: #i85898# Stripping all external header guards 2008/03/28 15:44:36 rt 1.28.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [24bfbcc784609f4b44beea0548dff7abfc782338]

INTEGRATION: CWS changefileheader (1.4.350); FILE MERGED 2008/03/28 15:44:36 rt 1.4.350.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e7c9987e179007514dd9df344be1c3e997bd8e1a]

INTEGRATION: CWS changefileheader (1.3.846); FILE MERGED 2008/03/28 15:44:36 rt 1.3.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9ac8576daa63ec984f20448b3b53f9dc9e75bdfb]

INTEGRATION: CWS changefileheader (1.2.24); FILE MERGED 2008/03/31 13:07:56 rt 1.2.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8a9cbc936fbdb06066c7030d90209a4e32ec95db]

INTEGRATION: CWS changefileheader (1.3.46); FILE MERGED 2008/03/31 13:07:56 rt 1.3.46.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6c77b863da23f73cb962669082b22c80c2e3bc9f]

INTEGRATION: CWS changefileheader (1.4.350); FILE MERGED 2008/03/28 15:44:35 rt 1.4.350.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [44e5287d89b5a573d71f4ed1876c1b0e06a6fe9f]

INTEGRATION: CWS changefileheader (1.4.42); FILE MERGED 2008/03/31 13:07:56 rt 1.4.42.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2bcbc344e19bf91a644aabc00e998c82a79ffcd0]

INTEGRATION: CWS changefileheader (1.3.846); FILE MERGED 2008/03/28 15:44:35 rt 1.3.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc333a2cbbbebdfed7cfd5decb77a73277709c8c]

INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 13:07:56 rt 1.2.46.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b8e7e1f7014a74950bfb0fa4fddd6b2d61464fe0]

INTEGRATION: CWS changefileheader (1.4.178); FILE MERGED 2008/04/01 13:01:31 thb 1.4.178.2: #i85898# Stripping all external header guards 2008/03/28 15:44:35 rt 1.4.178.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3dc54516605980d045b7d07772d53c18a9f210cb]

INTEGRATION: CWS changefileheader (1.4.24); FILE MERGED 2008/04/01 15:00:51 thb 1.4.24.2: #i85898# Stripping all external header guards 2008/03/31 13:07:56 rt 1.4.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c1ce93183e40a3fd6b4059338d8c8690624aa8fa]

INTEGRATION: CWS changefileheader (1.3.178); FILE MERGED 2008/04/01 13:01:31 thb 1.3.178.2: #i85898# Stripping all external header guards 2008/03/28 15:44:35 rt 1.3.178.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [18d665d9ea65e9527c21e34c804b67edbb949c14]

INTEGRATION: CWS changefileheader (1.5.148); FILE MERGED 2008/04/01 13:01:31 thb 1.5.148.2: #i85898# Stripping all external header guards 2008/03/28 15:44:35 rt 1.5.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bef0069f2cc1e917b62cc440563d69f8e6c1aac7]

INTEGRATION: CWS changefileheader (1.6.24); FILE MERGED 2008/03/31 13:07:56 rt 1.6.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7381d978604a2779aa37778a4e9c793972032675]

INTEGRATION: CWS changefileheader (1.6.148); FILE MERGED 2008/03/28 15:44:35 rt 1.6.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [35b9c5f23c884b4f19fb2a14bb33e2d2c1b23213]

INTEGRATION: CWS changefileheader (1.3.178); FILE MERGED 2008/03/28 15:44:35 rt 1.3.178.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9778fa27484faa443a06ad7f54dfe3c55df0d6dd]

INTEGRATION: CWS changefileheader (1.16.38); FILE MERGED 2008/04/01 15:00:51 thb 1.16.38.2: #i85898# Stripping all external header guards 2008/03/31 13:07:56 rt 1.16.38.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1c4bb200936e4fd6b695aee9d295c14c6479b37c]

INTEGRATION: CWS changefileheader (1.4.178); FILE MERGED 2008/03/28 15:44:33 rt 1.4.178.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d53ad2a19793bcafdad11445d9398a120fad5292]

INTEGRATION: CWS changefileheader (1.9.42); FILE MERGED 2008/04/01 15:00:50 thb 1.9.42.2: #i85898# Stripping all external header guards 2008/03/31 13:07:56 rt 1.9.42.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [041c6c81a8f4f486613b01532d4e603682b356f0]

INTEGRATION: CWS changefileheader (1.6.148); FILE MERGED 2008/03/28 15:44:33 rt 1.6.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [384d7a12f5e56c37ede6b22e4aafe1e04021bcba]

INTEGRATION: CWS changefileheader (1.9.42); FILE MERGED 2008/04/01 15:00:50 thb 1.9.42.3: #i85898# Stripping all external header guards 2008/04/01 12:26:00 thb 1.9.42.2: #i85898# Stripping all external header guards 2008/03/31 13:07:56 rt 1.9.42.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [783244dd87a4eeef9a508e3e10594ca7d21a33a9]

INTEGRATION: CWS changefileheader (1.4.178); FILE MERGED 2008/04/01 13:01:30 thb 1.4.178.2: #i85898# Stripping all external header guards 2008/03/28 15:44:33 rt 1.4.178.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2bdd3643eb2c7fb2f2cdd97678bbedc81d598e04]

INTEGRATION: CWS changefileheader (1.4.46); FILE MERGED 2008/03/31 13:07:56 rt 1.4.46.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7f282473e3699e9fd78ef236d652a6072a5eb739]

INTEGRATION: CWS changefileheader (1.5.148); FILE MERGED 2008/04/01 16:05:25 thb 1.5.148.3: #i85898# Stripping all external header guards 2008/04/01 13:01:30 thb 1.5.148.2: #i85898# Stripping all external header guards 2008/03/28 15:44:33 rt 1.5.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [31f889da9ab6cbdff5d8cc9e44d28988ee5f4dfb]

INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/03/31 13:07:56 rt 1.4.12.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f5c38ec797edd0408b447ce5ea0c4ca2b54870cc]

INTEGRATION: CWS changefileheader (1.12.46); FILE MERGED 2008/03/31 13:07:56 rt 1.12.46.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da350e685c5c2c84257226f89887752fb3f82121]

INTEGRATION: CWS changefileheader (1.6.148); FILE MERGED 2008/04/01 16:05:25 thb 1.6.148.3: #i85898# Stripping all external header guards 2008/04/01 13:01:30 thb 1.6.148.2: #i85898# Stripping all external header guards 2008/03/28 15:44:32 rt 1.6.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e943a77db492b4e2e0e8feb7793c898e009cb7b5]

INTEGRATION: CWS changefileheader (1.6.44); FILE MERGED 2008/04/01 13:01:30 thb 1.6.44.2: #i85898# Stripping all external header guards 2008/03/28 15:44:32 rt 1.6.44.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [22d4011c09469e7423aa7f5db221007f8dcc73e2]

INTEGRATION: CWS changefileheader (1.4.148); FILE MERGED 2008/04/01 16:05:25 thb 1.4.148.3: #i85898# Stripping all external header guards 2008/04/01 13:01:30 thb 1.4.148.2: #i85898# Stripping all external header guards 2008/03/28 15:44:32 rt 1.4.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e83b4f6240b3054fd741022b70c38e06f36b297a]

INTEGRATION: CWS changefileheader (1.6.148); FILE MERGED 2008/03/28 15:44:32 rt 1.6.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5208494c575d0468abaab1df00d0d59e6eae9c77]

INTEGRATION: CWS changefileheader (1.4.178); FILE MERGED 2008/04/01 13:01:28 thb 1.4.178.2: #i85898# Stripping all external header guards 2008/03/28 15:44:32 rt 1.4.178.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [413fada3722064a36e237fabaf02ec383fb6f494]

INTEGRATION: CWS changefileheader (1.4.178); FILE MERGED 2008/04/01 13:01:28 thb 1.4.178.2: #i85898# Stripping all external header guards 2008/03/28 15:44:31 rt 1.4.178.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f55622750bee47c2a39a42f6e51f610212b35eb0]

INTEGRATION: CWS changefileheader (1.4.178); FILE MERGED 2008/04/01 16:05:25 thb 1.4.178.3: #i85898# Stripping all external header guards 2008/04/01 13:01:28 thb 1.4.178.2: #i85898# Stripping all external header guards 2008/03/28 15:44:31 rt 1.4.178.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f122c343b94f27e2f6cadf83edab643a83b5cae3]

INTEGRATION: CWS changefileheader (1.6.148); FILE MERGED 2008/04/01 16:05:24 thb 1.6.148.3: #i85898# Stripping all external header guards 2008/04/01 13:01:28 thb 1.6.148.2: #i85898# Stripping all external header guards 2008/03/28 15:44:31 rt 1.6.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [93b9b395d20ed704e1cc125c6d752e0e618c8e2b]

INTEGRATION: CWS changefileheader (1.4.148); FILE MERGED 2008/03/28 15:44:31 rt 1.4.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e3042d1cf55df25f58c730a352632fdf54b44f1f]

INTEGRATION: CWS changefileheader (1.7.80); FILE MERGED 2008/03/28 15:44:31 rt 1.7.80.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6dc94b5d6cd7bed05fd2a4e94825aba12447a101]

INTEGRATION: CWS changefileheader (1.4.178); FILE MERGED 2008/03/28 15:44:28 rt 1.4.178.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59752201a386b625973486fc69c4015830e5c5ff]

INTEGRATION: CWS changefileheader (1.5.148); FILE MERGED 2008/04/01 13:01:28 thb 1.5.148.2: #i85898# Stripping all external header guards 2008/03/28 15:44:28 rt 1.5.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [417c34d872faec2e51614b118f8bcf56f8fe8136]

INTEGRATION: CWS changefileheader (1.4.148); FILE MERGED 2008/04/01 13:01:28 thb 1.4.148.2: #i85898# Stripping all external header guards 2008/03/28 15:44:28 rt 1.4.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c278adcd3d6e446a217046f3fc2ec7c2d81e0e02]

INTEGRATION: CWS changefileheader (1.5.148); FILE MERGED 2008/04/01 13:01:27 thb 1.5.148.2: #i85898# Stripping all external header guards 2008/03/28 15:44:28 rt 1.5.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [18e8112478c1ad815cc27b662989d2f47d81b80f]

INTEGRATION: CWS changefileheader (1.4.178); FILE MERGED 2008/04/01 16:05:24 thb 1.4.178.3: #i85898# Stripping all external header guards 2008/04/01 13:01:27 thb 1.4.178.2: #i85898# Stripping all external header guards 2008/03/28 15:44:28 rt 1.4.178.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [01f4ed7aef3370e473f1e0fae961cb7cea5cb6af]

INTEGRATION: CWS changefileheader (1.4.148); FILE MERGED 2008/04/01 16:05:24 thb 1.4.148.3: #i85898# Stripping all external header guards 2008/04/01 13:01:27 thb 1.4.148.2: #i85898# Stripping all external header guards 2008/03/28 15:44:28 rt 1.4.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3637223e191f6a1858c3e80c17ddaedfb3545e86]

INTEGRATION: CWS changefileheader (1.4.148); FILE MERGED 2008/04/01 13:01:27 thb 1.4.148.2: #i85898# Stripping all external header guards 2008/03/28 15:44:28 rt 1.4.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e23146017cf4f7aac26cd6464fe495262a6c25ad]

INTEGRATION: CWS changefileheader (1.3.178); FILE MERGED 2008/04/01 13:01:27 thb 1.3.178.2: #i85898# Stripping all external header guards 2008/03/28 15:44:27 rt 1.3.178.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d7a2f33f3412262a23697640e135e28f5d5832f]

INTEGRATION: CWS changefileheader (1.4.178); FILE MERGED 2008/04/01 16:05:24 thb 1.4.178.2: #i85898# Stripping all external header guards 2008/03/28 15:44:27 rt 1.4.178.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a136f2428325f44b7662757d10769ddb9a27f0aa]

INTEGRATION: CWS changefileheader (1.5.148); FILE MERGED 2008/04/01 13:01:27 thb 1.5.148.2: #i85898# Stripping all external header guards 2008/03/28 15:44:27 rt 1.5.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [183ccf410891b99e3ebc288d729bc11ac5a66b73]

INTEGRATION: CWS changefileheader (1.4.178); FILE MERGED 2008/03/28 15:44:27 rt 1.4.178.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5c07985c4bdcca0f3e9d39c22545df84acbcfd07]

INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED 2008/04/01 13:01:27 thb 1.6.42.2: #i85898# Stripping all external header guards 2008/03/28 15:44:27 rt 1.6.42.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2c1045a55ffd9f1e9d8f39ecb4db768271c2d924]

INTEGRATION: CWS changefileheader (1.4.148); FILE MERGED 2008/04/01 16:05:24 thb 1.4.148.3: #i85898# Stripping all external header guards 2008/04/01 13:01:26 thb 1.4.148.2: #i85898# Stripping all external header guards 2008/03/28 15:44:27 rt 1.4.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0a2dd82e001800447e1e0842afdffc5e5b298321]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/04/01 16:05:24 thb 1.2.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:19 thb 1.2.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:19 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5cc28f0670159d97a6e3ca8b055ff19ad49495a7]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 13:01:19 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:19 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [99ebb7f80a8a283ba1e7631901b05e2ca2ebe74f]

INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/04/01 16:05:24 thb 1.5.22.3: #i85898# Stripping all external header guards 2008/04/01 13:01:19 thb 1.5.22.2: #i85898# Stripping all external header guards 2008/03/28 15:44:19 rt 1.5.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1e6903fb53507ae8097890055cfcda27f58445cb]

INTEGRATION: CWS changefileheader (1.6.44); FILE MERGED 2008/04/01 16:05:23 thb 1.6.44.3: #i85898# Stripping all external header guards 2008/04/01 13:01:19 thb 1.6.44.2: #i85898# Stripping all external header guards 2008/03/28 15:44:19 rt 1.6.44.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [830aadb9b9dcffdf348783adde2113b43fab9362]

INTEGRATION: CWS changefileheader (1.5.44); FILE MERGED 2008/04/01 16:05:23 thb 1.5.44.3: #i85898# Stripping all external header guards 2008/04/01 13:01:19 thb 1.5.44.2: #i85898# Stripping all external header guards 2008/03/28 15:44:19 rt 1.5.44.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e982fb8be90d825e2f88c5d790ed9055f02249cc]

INTEGRATION: CWS changefileheader (1.3.168); FILE MERGED 2008/04/01 13:01:19 thb 1.3.168.2: #i85898# Stripping all external header guards 2008/03/28 15:44:19 rt 1.3.168.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d2eb49245d1af95f4ad04ba7bb79b66311813b9b]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/04/01 13:01:19 thb 1.2.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:19 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f849229e0db77426ba8c60762c9e32b89dded9b6]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:23 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 13:01:19 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:19 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [949e87581291830037f812efc21c05454745be51]

INTEGRATION: CWS changefileheader (1.4.58); FILE MERGED 2008/04/01 16:05:23 thb 1.4.58.3: #i85898# Stripping all external header guards 2008/04/01 13:01:18 thb 1.4.58.2: #i85898# Stripping all external header guards 2008/03/28 15:44:19 rt 1.4.58.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0749d8ff53468bca4cf0b27d92810722b712182e]

INTEGRATION: CWS changefileheader (1.4.44); FILE MERGED 2008/03/28 15:44:19 rt 1.4.44.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5ad3f04f0836f33ffbdce3a1edd510240a15d08c]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:23 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 13:01:18 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:19 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8bed5a358946d810171ffcd01e6b27b1790ca25d]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/03/28 15:44:19 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bfe9545f803f302ee883b0cda18210aacacc800e]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 13:01:18 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:19 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f36528c8a56591b9af5ab90c8f8aa9874976f6cb]

INTEGRATION: CWS changefileheader (1.3.60); FILE MERGED 2008/04/01 16:05:23 thb 1.3.60.3: #i85898# Stripping all external header guards 2008/04/01 13:01:18 thb 1.3.60.2: #i85898# Stripping all external header guards 2008/03/28 15:44:18 rt 1.3.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cfdc314e05cf9aefc8f29261ea9c288eb939fe9e]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:23 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 13:01:18 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:18 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b5f1c6813cfed63be5d1c74f7fad89b41dd3b7f1]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 13:01:18 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:18 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9ab4eec3cd01085aeeafdc80f89f95423d133dac]

INTEGRATION: CWS changefileheader (1.3.260); FILE MERGED 2008/04/01 13:01:18 thb 1.3.260.2: #i85898# Stripping all external header guards 2008/03/28 15:44:18 rt 1.3.260.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4aa40e432cec54f8bd1e0645f20186b7dbe8e9e7]

INTEGRATION: CWS changefileheader (1.3.218); FILE MERGED 2008/04/01 13:01:17 thb 1.3.218.2: #i85898# Stripping all external header guards 2008/03/28 15:44:18 rt 1.3.218.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b7f0de335e015f9ff03b264a9f39fea476b214d]

INTEGRATION: CWS changefileheader (1.3.118); FILE MERGED 2008/04/01 13:01:17 thb 1.3.118.2: #i85898# Stripping all external header guards 2008/03/28 15:44:18 rt 1.3.118.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3126a61b1f26d69d4e188a3901b2df5e9c74b9a0]

INTEGRATION: CWS changefileheader (1.7.76); FILE MERGED 2008/03/28 15:44:18 rt 1.7.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4beb228e98418d23c07a20df79dafbc15226678a]

INTEGRATION: CWS changefileheader (1.3.60); FILE MERGED 2008/04/01 13:01:17 thb 1.3.60.2: #i85898# Stripping all external header guards 2008/03/28 15:44:18 rt 1.3.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c155db4abdf0ee4fa3019650e83f3c946a1c4e79]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 13:01:17 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:18 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7652d1bc5e88d041ba9c2e02143b5629e53a9a4]

INTEGRATION: CWS changefileheader (1.5.168); FILE MERGED 2008/03/28 15:44:18 rt 1.5.168.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e231cbfb0fdc0951201ca59f1689ddad6bd00209]

INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/04/01 16:05:23 thb 1.9.22.3: #i85898# Stripping all external header guards 2008/04/01 13:01:17 thb 1.9.22.2: #i85898# Stripping all external header guards 2008/03/28 15:44:18 rt 1.9.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4516a41b33bd77321d71cbc320ab351679adf7c1]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/04/01 13:01:17 thb 1.2.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:18 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [22299750da929527ff19126e773810a10c78be6c]

INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/04/01 16:05:22 thb 1.6.22.3: #i85898# Stripping all external header guards 2008/04/01 13:01:17 thb 1.6.22.2: #i85898# Stripping all external header guards 2008/03/28 15:44:18 rt 1.6.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [74901dcedf210c2bdbb6c885aef9c8efa8d806f2]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:22 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:18 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [464e933209a0a7387094071b6451ab7e2d98e951]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:22 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 13:01:17 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:18 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ef427de48a12a155065a9d17f1ba8443a5553907]

INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/04/01 13:01:17 thb 1.3.246.2: #i85898# Stripping all external header guards 2008/03/28 15:44:18 rt 1.3.246.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3f009d621947ffb1adbb258696f8449a5f8b552c]

INTEGRATION: CWS changefileheader (1.3.76); FILE MERGED 2008/04/01 13:01:17 thb 1.3.76.2: #i85898# Stripping all external header guards 2008/03/28 15:44:17 rt 1.3.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7e7e1d2e67cdc8f640526540d37d5acc074544a9]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 13:01:16 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:17 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ddf3c7d072adec7592e94e42e75522fe0efe955]

INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/04/01 16:05:22 thb 1.3.22.3: #i85898# Stripping all external header guards 2008/04/01 13:01:16 thb 1.3.22.2: #i85898# Stripping all external header guards 2008/03/28 15:44:17 rt 1.3.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b494e9f66b6bd41fabea3f84a8e0d2f7b47ce86]

INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/04/01 16:05:22 thb 1.4.22.3: #i85898# Stripping all external header guards 2008/04/01 13:01:16 thb 1.4.22.2: #i85898# Stripping all external header guards 2008/03/28 15:44:17 rt 1.4.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5f89742145412f3bc9e02a4411927aa6d907bafc]

INTEGRATION: CWS changefileheader (1.5.168); FILE MERGED 2008/04/01 16:05:22 thb 1.5.168.3: #i85898# Stripping all external header guards 2008/04/01 13:01:16 thb 1.5.168.2: #i85898# Stripping all external header guards 2008/03/28 15:44:17 rt 1.5.168.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6161c7151520d79a534d51c14cf93981c58f99e8]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:22 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 13:01:15 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:17 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2b08abd473674f730247f2a709c9784d27cbd8b2]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/04/01 13:01:15 thb 1.2.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:17 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6ca2915927b53ef70a5349c3f1f333eced8866c8]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 13:01:15 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:17 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e4ea7366099295d64a3effd29b224005f90f4526]

INTEGRATION: CWS changefileheader (1.4.168); FILE MERGED 2008/04/01 16:05:22 thb 1.4.168.3: #i85898# Stripping all external header guards 2008/04/01 13:01:15 thb 1.4.168.2: #i85898# Stripping all external header guards 2008/03/28 15:44:17 rt 1.4.168.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b30a91fb8028263ed7a4611727630150a748fd6]

INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/04/01 16:05:21 thb 1.8.22.3: #i85898# Stripping all external header guards 2008/04/01 13:01:15 thb 1.8.22.2: #i85898# Stripping all external header guards 2008/03/28 15:44:17 rt 1.8.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [44270d990adce55084a5ce4e5d96600b474954b7]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/04/01 13:01:15 thb 1.2.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:16 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b6047cf41a99364eb696408bf154c1a6a8e39104]

INTEGRATION: CWS changefileheader (1.4.120); FILE MERGED 2008/04/01 16:05:21 thb 1.4.120.3: #i85898# Stripping all external header guards 2008/04/01 13:01:15 thb 1.4.120.2: #i85898# Stripping all external header guards 2008/03/28 15:44:16 rt 1.4.120.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e031bf0da2e3a0a5331f8db205bc321b56c8e719]

INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/04/01 16:05:21 thb 1.4.22.3: #i85898# Stripping all external header guards 2008/04/01 13:01:14 thb 1.4.22.2: #i85898# Stripping all external header guards 2008/03/28 15:44:16 rt 1.4.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [710a39cd37cebeef27f31890a48f2e1c5af045f1]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 13:01:14 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:16 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [46d661395887068d86e4f180401b8e808f437ef1]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/03/28 15:44:16 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [89a7ca60c3653cd24fb4b314f9adec14310df2c8]

INTEGRATION: CWS changefileheader (1.3.40); FILE MERGED 2008/03/28 15:44:16 rt 1.3.40.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e8f69e27248343e18e38bf8a4ea4fc2e307404c7]

INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/04/01 16:05:21 thb 1.4.20.3: #i85898# Stripping all external header guards 2008/04/01 13:01:14 thb 1.4.20.2: #i85898# Stripping all external header guards 2008/03/28 15:44:16 rt 1.4.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1aba30251a53e2511ea500b5176b540eaf228db5]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:21 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 13:01:14 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:16 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e88345f2d197c2642e033c43b6dc8d27057ec6d5]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/04/01 20:09:44 thb 1.2.224.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 16:05:21 thb 1.2.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:14 thb 1.2.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:16 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb4fbbaf9e7a8d0d11d6a80fda8d7895a7eaa814]

INTEGRATION: CWS changefileheader (1.15.16); FILE MERGED 2008/03/31 13:09:05 rt 1.15.16.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eddb4b2e9485075ed3235cede02a7caa3da369e1]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:21 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 13:01:13 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:16 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b2ee018c67e4ae403ce428def7514c2aa7763c66]

INTEGRATION: CWS changefileheader (1.4.76); FILE MERGED 2008/04/01 15:13:37 thb 1.4.76.3: #i85898# Stripping all external header guards 2008/04/01 12:28:36 thb 1.4.76.2: #i85898# Stripping all external header guards 2008/03/31 13:09:05 rt 1.4.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [85c57f7b80ae90b879a13323474ad9386a2c470b]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 13:01:13 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:16 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b93126d66b00a5d2bcb27157f301f8c0821bf057]

INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 13:09:05 rt 1.3.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a2696344a4c39cccc8b7b4e6d0eda8a9e3ef6412]

INTEGRATION: CWS changefileheader (1.3.118); FILE MERGED 2008/04/01 16:05:21 thb 1.3.118.3: #i85898# Stripping all external header guards 2008/04/01 13:01:13 thb 1.3.118.2: #i85898# Stripping all external header guards 2008/03/28 15:44:15 rt 1.3.118.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [71272a52ff8e76ddb4f1bf2a751bd8b82bf95265]

INTEGRATION: CWS changefileheader (1.5.76); FILE MERGED 2008/03/31 13:09:05 rt 1.5.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9df2536da3c5fc15ae15b9cd706baec2e905f760]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 13:01:13 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:15 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25f7caa086afe3bde0cba55f53978991d40cbe4d]

INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/31 13:09:05 rt 1.7.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [79f7de9d546f28bdca0f3a2940ecde011802c694]

INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/04/01 16:05:20 thb 1.5.22.3: #i85898# Stripping all external header guards 2008/04/01 13:01:13 thb 1.5.22.2: #i85898# Stripping all external header guards 2008/03/28 15:44:15 rt 1.5.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [968384319bdfeff9080c24bbf2a08a5f41477ddc]

INTEGRATION: CWS changefileheader (1.3.118); FILE MERGED 2008/04/01 16:05:20 thb 1.3.118.3: #i85898# Stripping all external header guards 2008/04/01 13:01:13 thb 1.3.118.2: #i85898# Stripping all external header guards 2008/03/28 15:44:15 rt 1.3.118.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bf17d61eafeab7c2b137122a061ec5febcc16c19]

INTEGRATION: CWS changefileheader (1.3.98); FILE MERGED 2008/03/31 13:09:05 rt 1.3.98.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a88797c531040d9c110d4b2a5b5363c4c0d11c3c]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/04/01 16:05:20 thb 1.2.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:15 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b8b15256ed648e1f2d4996c7d88012766fe2db9c]

INTEGRATION: CWS changefileheader (1.15.34); FILE MERGED 2008/03/31 13:09:05 rt 1.15.34.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d5e951f940c21e0e9790afe982b769caad79156e]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:20 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 13:01:13 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:15 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9cc5b48ead70be659c0b73d5cf1cdfd44b77f8b6]

INTEGRATION: CWS changefileheader (1.11.62); FILE MERGED 2008/03/31 13:09:05 rt 1.11.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1136cb79e3a3bee17c157c88e14161e35b7541e7]

INTEGRATION: CWS changefileheader (1.6.98); FILE MERGED 2008/03/31 13:09:05 rt 1.6.98.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dec2feb9c892fd2d97dd8f0fd28fd30af3455d5f]

INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 15:44:15 rt 1.7.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5ac0658596e6b85ed8f33e6bfbcd25e0b86a66f8]

INTEGRATION: CWS changefileheader (1.4.60); FILE MERGED 2008/04/01 16:05:20 thb 1.4.60.3: #i85898# Stripping all external header guards 2008/04/01 13:01:13 thb 1.4.60.2: #i85898# Stripping all external header guards 2008/03/28 15:44:15 rt 1.4.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e443af21db6a29d79dc310b467b4de0bb93cfe9d]

INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/04/01 15:13:37 thb 1.7.62.2: #i85898# Stripping all external header guards 2008/03/31 13:09:04 rt 1.7.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d3143ed958b4e5603552d5f9ce4a102cd216a641]

INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/04/01 16:05:20 thb 1.4.22.3: #i85898# Stripping all external header guards 2008/04/01 13:01:13 thb 1.4.22.2: #i85898# Stripping all external header guards 2008/03/28 15:44:15 rt 1.4.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c769ccad99f4b5e1da6354f3a070c143e3c30d2d]

INTEGRATION: CWS changefileheader (1.11.48); FILE MERGED 2008/04/01 15:13:37 thb 1.11.48.3: #i85898# Stripping all external header guards 2008/04/01 12:28:35 thb 1.11.48.2: #i85898# Stripping all external header guards 2008/03/31 13:09:04 rt 1.11.48.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f44f936ce1ec3bd62dd1645053f829352daab9b2]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 13:01:12 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:15 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df6d55d4e8aafcc3362f0bdd5f0e644cb5d38b8d]

INTEGRATION: CWS changefileheader (1.10.34); FILE MERGED 2008/03/31 13:09:04 rt 1.10.34.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a40e22bf22ad3c2d7f7891f9478eb57779f8868e]

INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/04/01 16:05:20 thb 1.5.20.3: #i85898# Stripping all external header guards 2008/04/01 13:01:12 thb 1.5.20.2: #i85898# Stripping all external header guards 2008/03/28 15:44:15 rt 1.5.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8eb20639b7cc81ff46f1675f0f8b27d4bd750e84]

INTEGRATION: CWS changefileheader (1.4.76); FILE MERGED 2008/03/31 13:09:04 rt 1.4.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [241eda61f5eebbc64e65e74558980c1b15483441]

INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/04/01 13:01:12 thb 1.4.22.2: #i85898# Stripping all external header guards 2008/03/28 15:44:15 rt 1.4.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [abb9c7a77c36cbc868c6f7a787741ce0647237e6]

INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/04/01 15:13:37 thb 1.5.62.2: #i85898# Stripping all external header guards 2008/03/31 13:09:04 rt 1.5.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [33c5231705e8930e2e099f49232727345a895441]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/04/01 16:05:20 thb 1.2.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:12 thb 1.2.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:15 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8566e009ad4b1329a8025b896cdeae81decbf3e7]

INTEGRATION: CWS changefileheader (1.5.28); FILE MERGED 2008/03/31 13:09:04 rt 1.5.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1fd5a4bdb1f6fcda05fc9776cf111b3c99578e2b]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:20 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 13:01:12 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:15 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e262bfc1c63995a0754b5ca9c7f5ef1f8fb76e28]

INTEGRATION: CWS changefileheader (1.28.18); FILE MERGED 2008/04/01 15:13:37 thb 1.28.18.2: #i85898# Stripping all external header guards 2008/03/31 13:09:04 rt 1.28.18.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [107bdd6d0ec459a279ada91b310f7a1720697ffb]

INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 13:09:04 rt 1.3.34.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d4144e42c0f9320eb70b6b7823c7b02c484658f0]

INTEGRATION: CWS changefileheader (1.3.76); FILE MERGED 2008/04/01 13:01:12 thb 1.3.76.2: #i85898# Stripping all external header guards 2008/03/28 15:44:15 rt 1.3.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d3e12bc4371c9f54caa5e802dceab8ba043c1730]

INTEGRATION: CWS changefileheader (1.3.98); FILE MERGED 2008/04/01 15:13:37 thb 1.3.98.2: #i85898# Stripping all external header guards 2008/03/31 13:09:03 rt 1.3.98.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ec8071f8b4922c00a6a124229459b28cdfc5417d]

INTEGRATION: CWS changefileheader (1.7.76); FILE MERGED 2008/04/01 15:13:36 thb 1.7.76.2: #i85898# Stripping all external header guards 2008/03/31 13:09:03 rt 1.7.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aa9190c0fa5c9bec9293c9f961ee3bfc1ab6b2ef]

INTEGRATION: CWS changefileheader (1.2.268); FILE MERGED 2008/03/28 15:44:14 rt 1.2.268.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0847b50fcf3d32992e91d7b3b9fcc0f77d0d263f]

INTEGRATION: CWS changefileheader (1.17.34); FILE MERGED 2008/04/01 15:13:36 thb 1.17.34.3: #i85898# Stripping all external header guards 2008/04/01 12:28:35 thb 1.17.34.2: #i85898# Stripping all external header guards 2008/03/31 13:09:03 rt 1.17.34.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e1be1ff215798f6e9376f965abd190187157f51]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:19 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 13:01:12 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:14 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [45006397ec8c34f04635eca3b8455046069c9f0a]

INTEGRATION: CWS changefileheader (1.6.78); FILE MERGED 2008/03/31 13:09:03 rt 1.6.78.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a4646279b134f324de64ac39e357130227e89c53]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 13:01:12 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:14 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e52c97ff9db75c5e65ac3f54c7f567816f1d39df]

INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/04/01 15:13:36 thb 1.6.62.3: #i85898# Stripping all external header guards 2008/04/01 12:28:35 thb 1.6.62.2: #i85898# Stripping all external header guards 2008/03/31 13:09:03 rt 1.6.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f448a7a3dd4e821f1feaadbf009e29f1b07f2313]

INTEGRATION: CWS changefileheader (1.6.76); FILE MERGED 2008/04/01 15:13:36 thb 1.6.76.3: #i85898# Stripping all external header guards 2008/04/01 12:28:35 thb 1.6.76.2: #i85898# Stripping all external header guards 2008/03/31 13:09:03 rt 1.6.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1c2ca3609c30b37f92325d0d4637119d4557cd11]

INTEGRATION: CWS changefileheader (1.17.62); FILE MERGED 2008/04/01 15:13:36 thb 1.17.62.3: #i85898# Stripping all external header guards 2008/04/01 12:28:34 thb 1.17.62.2: #i85898# Stripping all external header guards 2008/03/31 13:09:03 rt 1.17.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a74e4fe63f5aa11e35be81e104dc75c6210549c2]

INTEGRATION: CWS changefileheader (1.3.248); FILE MERGED 2008/04/01 16:05:19 thb 1.3.248.3: #i85898# Stripping all external header guards 2008/04/01 13:01:12 thb 1.3.248.2: #i85898# Stripping all external header guards 2008/03/28 15:44:14 rt 1.3.248.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f4b37db34061e7aa1e46baadaafb29fc888b17c]

INTEGRATION: CWS changefileheader (1.14.34); FILE MERGED 2008/03/31 13:09:03 rt 1.14.34.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6a0878d4fab1294c761f2ae5fca10d4bba2a7e73]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/03/28 15:44:14 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f6f44e503f89be07fc9ee1f27410eea439ef84ff]

INTEGRATION: CWS changefileheader (1.12.76); FILE MERGED 2008/04/01 12:28:34 thb 1.12.76.2: #i85898# Stripping all external header guards 2008/03/31 13:09:03 rt 1.12.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [75763af6d52de85182b405ea69f4802e4a83ace0]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:19 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 13:01:11 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:14 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dfed843d92077fc8ae6b8a040542a2ed155bbb85]

INTEGRATION: CWS changefileheader (1.24.34); FILE MERGED 2008/04/01 15:13:35 thb 1.24.34.3: #i85898# Stripping all external header guards 2008/04/01 12:28:34 thb 1.24.34.2: #i85898# Stripping all external header guards 2008/03/31 13:09:03 rt 1.24.34.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bfa7e9fe2f8b01819796bdbe2feed89be5c4d026]

INTEGRATION: CWS changefileheader (1.3.76); FILE MERGED 2008/04/01 13:01:11 thb 1.3.76.2: #i85898# Stripping all external header guards 2008/03/28 15:44:14 rt 1.3.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [92dee1a8bdbedd2ac155981394258d443cca964f]

INTEGRATION: CWS changefileheader (1.5.76); FILE MERGED 2008/04/01 12:28:34 thb 1.5.76.2: #i85898# Stripping all external header guards 2008/03/31 13:09:02 rt 1.5.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fb704431f3389585ce5564164fc10833d55e7129]

INTEGRATION: CWS changefileheader (1.1.320); FILE MERGED 2008/03/28 15:44:14 rt 1.1.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f5d0e3d7a65f1d830f528c08b585ad38bbc36f0c]

INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/04/01 15:13:35 thb 1.6.34.3: #i85898# Stripping all external header guards 2008/04/01 12:28:34 thb 1.6.34.2: #i85898# Stripping all external header guards 2008/03/31 13:09:02 rt 1.6.34.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ca357c9dca45a5a7789d8134aef4d1d9ee4009a9]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 13:01:11 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:14 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e1a3cbd6d08e6491804bcde40c92ff20e2d4e275]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/03/28 15:44:14 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [19d11476e96d37ceb4bb5d679e7f0f379f4ca7da]

INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/04/01 15:13:35 thb 1.5.62.3: #i85898# Stripping all external header guards 2008/04/01 12:28:34 thb 1.5.62.2: #i85898# Stripping all external header guards 2008/03/31 13:09:02 rt 1.5.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d6afa9993410ab58a5318fddf8c4ad37ea10033f]

INTEGRATION: CWS changefileheader (1.5.76); FILE MERGED 2008/04/01 15:13:35 thb 1.5.76.2: #i85898# Stripping all external header guards 2008/03/31 13:09:02 rt 1.5.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a8a4f7b8224726aba748874b97de90a1d399e328]

INTEGRATION: CWS changefileheader (1.3.76); FILE MERGED 2008/04/01 16:05:19 thb 1.3.76.3: #i85898# Stripping all external header guards 2008/04/01 13:01:11 thb 1.3.76.2: #i85898# Stripping all external header guards 2008/03/28 15:44:14 rt 1.3.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f16726d6c9d73363c059164efea6db48be7f83d9]

INTEGRATION: CWS changefileheader (1.10.76); FILE MERGED 2008/04/01 15:13:35 thb 1.10.76.2: #i85898# Stripping all external header guards 2008/03/31 13:09:02 rt 1.10.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f30dc0db82b165f135cf0262ddeebbbc9f479e3f]

INTEGRATION: CWS changefileheader (1.15.62); FILE MERGED 2008/04/01 15:13:35 thb 1.15.62.3: #i85898# Stripping all external header guards 2008/04/01 12:28:34 thb 1.15.62.2: #i85898# Stripping all external header guards 2008/03/31 13:09:02 rt 1.15.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4032c5df73d071686bf9f0b7151e7aae726ee500]

INTEGRATION: CWS changefileheader (1.10.76); FILE MERGED 2008/04/01 15:13:35 thb 1.10.76.3: #i85898# Stripping all external header guards 2008/04/01 12:28:34 thb 1.10.76.2: #i85898# Stripping all external header guards 2008/03/31 13:09:02 rt 1.10.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6f376e62d0f566be2d581e0af92b8218ee1551c6]

INTEGRATION: CWS changefileheader (1.3.128); FILE MERGED 2008/04/01 13:01:11 thb 1.3.128.2: #i85898# Stripping all external header guards 2008/03/28 15:44:13 rt 1.3.128.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [935839bf2576aca31f13c1432162b5efc7881a87]

INTEGRATION: CWS changefileheader (1.17.62); FILE MERGED 2008/04/01 15:13:35 thb 1.17.62.3: #i85898# Stripping all external header guards 2008/04/01 12:28:33 thb 1.17.62.2: #i85898# Stripping all external header guards 2008/03/31 13:09:02 rt 1.17.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6312a79d2be0ae2da18998d1d816c1008a7d4fd5]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 13:01:11 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:13 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b40ca5953b2a393d2b1cfa7a10914cbbd5ed0e57]

INTEGRATION: CWS changefileheader (1.6.76); FILE MERGED 2008/04/01 15:13:35 thb 1.6.76.2: #i85898# Stripping all external header guards 2008/03/31 13:09:02 rt 1.6.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2b89613cb46b39569955f225facba8ef623d14d3]

INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/04/01 15:13:35 thb 1.3.62.3: #i85898# Stripping all external header guards 2008/04/01 12:28:33 thb 1.3.62.2: #i85898# Stripping all external header guards 2008/03/31 13:09:02 rt 1.3.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4925cdad549e2e5b574bb3d938e588b838752176]

INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/04/01 13:01:11 thb 1.4.22.2: #i85898# Stripping all external header guards 2008/03/28 15:44:13 rt 1.4.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b77b3cafff0fbf9e9c22723727cee5c991f7e2ac]

INTEGRATION: CWS changefileheader (1.8.62); FILE MERGED 2008/04/01 12:28:33 thb 1.8.62.2: #i85898# Stripping all external header guards 2008/03/31 13:09:02 rt 1.8.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3fe2428e42df4b30ffd5b07bf7b5609fd4affc2]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/04/01 13:01:11 thb 1.2.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:13 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da8d639c3209a502ddd2cc843bc0d5207b78d8fb]

INTEGRATION: CWS changefileheader (1.9.76); FILE MERGED 2008/04/01 15:13:35 thb 1.9.76.3: #i85898# Stripping all external header guards 2008/04/01 12:28:33 thb 1.9.76.2: #i85898# Stripping all external header guards 2008/03/31 13:09:02 rt 1.9.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [975603738e85da40baad313690af64418f19fc78]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/04/01 16:05:19 thb 1.2.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:13 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8c9e7352bbf1cb7566ade88ce315b7fd4f5c7105]

INTEGRATION: CWS changefileheader (1.22.34); FILE MERGED 2008/04/01 15:13:34 thb 1.22.34.3: #i85898# Stripping all external header guards 2008/04/01 12:28:33 thb 1.22.34.2: #i85898# Stripping all external header guards 2008/03/31 13:09:01 rt 1.22.34.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c68792dec57d5d1ae4ea286cb3f6a143addbd300]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/04/01 16:05:18 thb 1.2.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:11 thb 1.2.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:13 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b6476a4d392d55a84830fcc5f230c214586c1351]

INTEGRATION: CWS changefileheader (1.9.76); FILE MERGED 2008/04/01 12:28:33 thb 1.9.76.2: #i85898# Stripping all external header guards 2008/03/31 13:09:01 rt 1.9.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [51032bd40708da46bf0f1028b14b8f6d75c89734]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:18 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 13:01:11 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:13 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d2e0a6f48f8374a3c4a13f00bf745796fb2438c9]

INTEGRATION: CWS changefileheader (1.5.54); FILE MERGED 2008/04/01 15:24:00 thb 1.5.54.3: #i85898# Stripping all external header guards 2008/04/01 12:33:31 thb 1.5.54.2: #i85898# Stripping all external header guards 2008/03/31 13:16:01 rt 1.5.54.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [466b6dff010aae2cb006015c56ab81d98b052609]

INTEGRATION: CWS changefileheader (1.13.34); FILE MERGED 2008/04/01 15:13:34 thb 1.13.34.3: #i85898# Stripping all external header guards 2008/04/01 12:28:33 thb 1.13.34.2: #i85898# Stripping all external header guards 2008/03/31 13:09:01 rt 1.13.34.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d5d22668a64256ff990e2e643bcdbf5a69f3a60d]

INTEGRATION: CWS changefileheader (1.16.26); FILE MERGED 2008/04/01 12:33:31 thb 1.16.26.2: #i85898# Stripping all external header guards 2008/03/31 13:16:01 rt 1.16.26.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1e38420e3889cc667aef72bec875493c141cef2c]

INTEGRATION: CWS changefileheader (1.3.178); FILE MERGED 2008/03/28 15:44:13 rt 1.3.178.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3144855366dd046fca91675972cd370409811ed3]

INTEGRATION: CWS changefileheader (1.6.54); FILE MERGED 2008/04/01 12:33:31 thb 1.6.54.2: #i85898# Stripping all external header guards 2008/03/31 13:16:01 rt 1.6.54.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab7ef00cc4f2be0ac3443c948bbd065ae6458ee4]

INTEGRATION: CWS changefileheader (1.9.98); FILE MERGED 2008/04/01 12:28:33 thb 1.9.98.2: #i85898# Stripping all external header guards 2008/03/31 13:09:01 rt 1.9.98.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5e6685ed16ecb347892f47341c281526aedffacf]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/04/01 16:05:18 thb 1.2.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:10 thb 1.2.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:13 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [35eed156b286836a81f840d55ca295228474e8e3]

INTEGRATION: CWS changefileheader (1.25.18); FILE MERGED 2008/04/01 15:13:34 thb 1.25.18.3: #i85898# Stripping all external header guards 2008/04/01 12:28:32 thb 1.25.18.2: #i85898# Stripping all external header guards 2008/03/31 13:09:01 rt 1.25.18.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a2ea5848afa3d2112fc259c28ee19aba0b4a16ab]

INTEGRATION: CWS changefileheader (1.5.76); FILE MERGED 2008/03/31 13:09:01 rt 1.5.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dd90083ecaa968872178ff76c3f5df89583ef10c]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 13:01:10 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:13 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c1642ac925379b25a574edfe8e4034b516a9dd62]

INTEGRATION: CWS changefileheader (1.6.54); FILE MERGED 2008/04/01 12:33:31 thb 1.6.54.2: #i85898# Stripping all external header guards 2008/03/31 13:16:00 rt 1.6.54.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [13f739ddb8903744f6ffd82b5d48a0d8a75e47bc]

INTEGRATION: CWS changefileheader (1.8.34); FILE MERGED 2008/04/01 15:13:34 thb 1.8.34.3: #i85898# Stripping all external header guards 2008/04/01 12:28:32 thb 1.8.34.2: #i85898# Stripping all external header guards 2008/03/31 13:09:00 rt 1.8.34.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2fb9aa87f2bb7849edf8e88bc35998bb9dbefa25]

INTEGRATION: CWS changefileheader (1.5.36); FILE MERGED 2008/03/31 13:16:00 rt 1.5.36.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [041af20d7799d90b3cab62e99c58654bc9bf711a]

INTEGRATION: CWS changefileheader (1.6.98); FILE MERGED 2008/04/01 15:13:34 thb 1.6.98.3: #i85898# Stripping all external header guards 2008/04/01 12:28:32 thb 1.6.98.2: #i85898# Stripping all external header guards 2008/03/31 13:09:00 rt 1.6.98.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f33b66cd47697ce4959ad04f7e7b5c6209df342a]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:18 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:13 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ba8aa768ffcd9ea223b56b2fa30224e235687ff2]

INTEGRATION: CWS changefileheader (1.8.20); FILE MERGED 2008/03/31 13:16:00 rt 1.8.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4d705cb02def4dd793d9bb9ea17f94df5e2a4654]

INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/04/01 15:13:34 thb 1.7.62.2: #i85898# Stripping all external header guards 2008/03/31 13:09:00 rt 1.7.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aefb34bc899ffb5b791bb4cf5977002a319fe32d]

INTEGRATION: CWS changefileheader (1.3.272); FILE MERGED 2008/04/01 16:05:18 thb 1.3.272.3: #i85898# Stripping all external header guards 2008/04/01 13:01:10 thb 1.3.272.2: #i85898# Stripping all external header guards 2008/03/28 15:44:13 rt 1.3.272.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2692e791658d66c73695aaab25b6be8a962600f0]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/04/01 13:01:10 thb 1.2.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:13 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a737a91695db0d57cc45557a77f1e19cf80130a9]

INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/04/01 15:13:34 thb 1.7.62.2: #i85898# Stripping all external header guards 2008/03/31 13:08:59 rt 1.7.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b4510604db7411770e0603909f9fe2107d484f2a]

INTEGRATION: CWS changefileheader (1.2.100); FILE MERGED 2008/03/31 13:16:00 rt 1.2.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce59eda5148fd861d6920e6d72aa23e7c44b00d4]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/04/01 13:01:10 thb 1.2.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:12 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [51b385ee4266cfcae6e7d8dc999d377a235f2eea]

INTEGRATION: CWS changefileheader (1.15.62); FILE MERGED 2008/04/01 15:13:33 thb 1.15.62.3: #i85898# Stripping all external header guards 2008/04/01 12:28:32 thb 1.15.62.2: #i85898# Stripping all external header guards 2008/03/31 13:08:59 rt 1.15.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0f2ecf617e86115865075b7f957a60e70c5e26cd]

INTEGRATION: CWS changefileheader (1.8.68); FILE MERGED 2008/03/31 13:16:00 rt 1.8.68.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c0e4fd60bc6567e9a27db38c5e5d2a0fa6c7352]

INTEGRATION: CWS changefileheader (1.27.16); FILE MERGED 2008/04/01 15:13:33 thb 1.27.16.3: #i85898# Stripping all external header guards 2008/04/01 12:28:31 thb 1.27.16.2: #i85898# Stripping all external header guards 2008/03/31 13:08:59 rt 1.27.16.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [590260e58c4c65fe41245a4d229a92adf30a06c5]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:18 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 13:01:10 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:12 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe6440f5d9adb31e2e318fb787f3e13bcf87cdac]

INTEGRATION: CWS changefileheader (1.8.54); FILE MERGED 2008/03/31 13:16:00 rt 1.8.54.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c468af1d7ed1493947b341bf526c91d78c528f10]

INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/04/01 15:13:33 thb 1.6.34.3: #i85898# Stripping all external header guards 2008/04/01 12:28:31 thb 1.6.34.2: #i85898# Stripping all external header guards 2008/03/31 13:08:59 rt 1.6.34.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3169d7315ebb151c45453fc78414300c1f92a251]

INTEGRATION: CWS changefileheader (1.3.60); FILE MERGED 2008/04/01 13:01:10 thb 1.3.60.2: #i85898# Stripping all external header guards 2008/03/28 15:44:12 rt 1.3.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7aef3ca41605a41073ef83362f374e13dab3bd4e]

INTEGRATION: CWS changefileheader (1.5.76); FILE MERGED 2008/03/31 13:16:00 rt 1.5.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dbd521b120f55357ef1e36b6822f26d1d3d7987f]

INTEGRATION: CWS changefileheader (1.9.34); FILE MERGED 2008/04/01 15:13:33 thb 1.9.34.3: #i85898# Stripping all external header guards 2008/04/01 12:28:31 thb 1.9.34.2: #i85898# Stripping all external header guards 2008/03/31 13:08:59 rt 1.9.34.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd0ed41b58c5fe66145bfc4ee28b073f0dd4dae1]

INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/04/01 16:05:17 thb 1.3.296.3: #i85898# Stripping all external header guards 2008/04/01 13:01:10 thb 1.3.296.2: #i85898# Stripping all external header guards 2008/03/28 15:44:12 rt 1.3.296.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e22b4d1bd10f4e6b3c10240f389e53d7cbb7a756]

INTEGRATION: CWS changefileheader (1.8.52); FILE MERGED 2008/03/31 13:16:00 rt 1.8.52.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5f9102b71242c680d22eec5519406f98099b5b92]

INTEGRATION: CWS changefileheader (1.13.62); FILE MERGED 2008/04/01 12:28:31 thb 1.13.62.2: #i85898# Stripping all external header guards 2008/03/31 13:08:59 rt 1.13.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [087db4c0f8ff52ccd06d18c8e48c77093891491c]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:17 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 13:01:10 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:12 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9b9e06e13765f66e6ff7dacf34f0b6a625aa59da]

INTEGRATION: CWS changefileheader (1.16.20); FILE MERGED 2008/03/31 13:16:00 rt 1.16.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c703f2efed65b575cbff82af41ba01474a6597c]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 13:01:09 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:12 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c38752d551b100063caef84fc293652e0361fef8]

INTEGRATION: CWS changefileheader (1.22.34); FILE MERGED 2008/04/01 15:13:33 thb 1.22.34.3: #i85898# Stripping all external header guards 2008/04/01 12:28:31 thb 1.22.34.2: #i85898# Stripping all external header guards 2008/03/31 13:08:58 rt 1.22.34.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6eddcd6d9a14c8958cb0409a5f110e7ded5508b1]

INTEGRATION: CWS changefileheader (1.12.78); FILE MERGED 2008/03/31 13:08:58 rt 1.12.78.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7863989c79d62732f385cb89a22b8d22e0f5026]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:17 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 13:01:09 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:12 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d2bee804be7db0032e9825ece71a72c554aa3ba]

INTEGRATION: CWS changefileheader (1.10.52); FILE MERGED 2008/03/31 13:16:00 rt 1.10.52.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b469c1879719cf091229bb9ced93380f5ad28323]

INTEGRATION: CWS changefileheader (1.3.218); FILE MERGED 2008/04/01 16:05:17 thb 1.3.218.3: #i85898# Stripping all external header guards 2008/04/01 13:01:09 thb 1.3.218.2: #i85898# Stripping all external header guards 2008/03/28 15:44:12 rt 1.3.218.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1696a8805c9be0529229d3485b4c0addf7e279ce]

INTEGRATION: CWS changefileheader (1.4.76); FILE MERGED 2008/03/31 13:08:58 rt 1.4.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [39ab11a8eb417d93261bbbc8962d09fddf31eeb7]

INTEGRATION: CWS changefileheader (1.7.76); FILE MERGED 2008/03/31 13:16:00 rt 1.7.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d5ed99dabca467c00146eed6405f9ee36b2fa1f4]

INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/03/31 13:08:58 rt 1.6.34.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2e1a0d4389ea511dcbefa7ac1ce7f51dd32fcec1]

INTEGRATION: CWS changefileheader (1.28.26); FILE MERGED 2008/04/01 12:33:31 thb 1.28.26.2: #i85898# Stripping all external header guards 2008/03/31 13:16:00 rt 1.28.26.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [061b0aea17f06c781d6aba6c8a63c391be5a6ab2]

INTEGRATION: CWS changefileheader (1.7.76); FILE MERGED 2008/03/31 13:08:58 rt 1.7.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [24a0115d89b029a926d92515a346879ecb20069f]

INTEGRATION: CWS changefileheader (1.9.62); FILE MERGED 2008/04/01 12:28:31 thb 1.9.62.2: #i85898# Stripping all external header guards 2008/03/31 13:08:58 rt 1.9.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9c0d3339d8c2e1e84fe90504814fb95825a6606d]

INTEGRATION: CWS changefileheader (1.3.2); FILE MERGED 2008/04/01 13:01:09 thb 1.3.2.2: #i85898# Stripping all external header guards 2008/03/28 15:44:12 rt 1.3.2.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c6658b092d3006ac34e1fba897ac5a57884c4308]

INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/04/01 15:13:33 thb 1.7.62.3: #i85898# Stripping all external header guards 2008/04/01 12:28:31 thb 1.7.62.2: #i85898# Stripping all external header guards 2008/03/31 13:08:58 rt 1.7.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c28ff7d1adbbd5f77d6c83046af08d6257ae669a]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:16 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 13:01:09 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:12 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5667d58e8887c982a358798499d7997749353456]

INTEGRATION: CWS changefileheader (1.6.36); FILE MERGED 2008/03/31 13:16:00 rt 1.6.36.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [800065aa1fbb52720b15b198e912e92c53b89617]

INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/04/01 15:13:32 thb 1.6.34.3: #i85898# Stripping all external header guards 2008/04/01 12:28:30 thb 1.6.34.2: #i85898# Stripping all external header guards 2008/03/31 13:08:57 rt 1.6.34.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6794da36d9a904ae4f1c341deb3a18c30ef8d3da]

INTEGRATION: CWS changefileheader (1.7.54); FILE MERGED 2008/04/01 12:33:31 thb 1.7.54.2: #i85898# Stripping all external header guards 2008/03/31 13:15:59 rt 1.7.54.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c131952564d6694ccc6e5403d6a1ae9b051ca153]

INTEGRATION: CWS changefileheader (1.8.34); FILE MERGED 2008/03/31 13:08:57 rt 1.8.34.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fea58a0212de18334c79c15b0b2d941cd7ceb7ff]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/04/01 16:05:16 thb 1.2.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:09 thb 1.2.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:12 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0e854c363f292cc6feee506c87e1eee96ad6409b]

INTEGRATION: CWS changefileheader (1.10.76); FILE MERGED 2008/04/01 15:13:32 thb 1.10.76.3: #i85898# Stripping all external header guards 2008/04/01 12:28:30 thb 1.10.76.2: #i85898# Stripping all external header guards 2008/03/31 13:08:57 rt 1.10.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e3e6e3c3a601f4b1c340440b8b1934fae8f57ddc]

INTEGRATION: CWS changefileheader (1.14.62); FILE MERGED 2008/04/01 15:13:32 thb 1.14.62.3: #i85898# Stripping all external header guards 2008/04/01 12:28:30 thb 1.14.62.2: #i85898# Stripping all external header guards 2008/03/31 13:08:57 rt 1.14.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80bfc98183def6a58ec65d279f81a976d83cc0e7]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/03/28 15:44:12 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [87dd34bfaebd6877e2858aa09443f31129748e14]

INTEGRATION: CWS changefileheader (1.11.76); FILE MERGED 2008/04/01 15:13:32 thb 1.11.76.3: #i85898# Stripping all external header guards 2008/04/01 12:28:30 thb 1.11.76.2: #i85898# Stripping all external header guards 2008/03/31 13:08:57 rt 1.11.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a7c2b973ab1f13777865bef95c5532f8f4581b5d]

INTEGRATION: CWS changefileheader (1.7.24); FILE MERGED 2008/04/01 12:33:31 thb 1.7.24.2: #i85898# Stripping all external header guards 2008/03/31 13:15:59 rt 1.7.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6a6fddbf5061d6b70d2ddfe18d4a74b602654856]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 13:01:09 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:11 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c08fe82681e95c9a610f725608d70fcbef5619c3]

INTEGRATION: CWS changefileheader (1.19.62); FILE MERGED 2008/04/01 15:13:32 thb 1.19.62.3: #i85898# Stripping all external header guards 2008/04/01 12:28:30 thb 1.19.62.2: #i85898# Stripping all external header guards 2008/03/31 13:08:57 rt 1.19.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a084cf4819abc38187f3d72959a3dd98ecaa290]

INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/04/01 12:33:31 thb 1.10.10.2: #i85898# Stripping all external header guards 2008/03/31 13:15:59 rt 1.10.10.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cdb678a0d4315f884949e5add10683974680e6c7]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/03/28 15:44:11 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5a1f26333e33c7ec5ba3e6f2dacc82ea1f6ac6ef]

INTEGRATION: CWS changefileheader (1.6.98); FILE MERGED 2008/03/31 13:08:57 rt 1.6.98.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [97ea2379bceb86c96e629e102c5971aa7c0a8336]

INTEGRATION: CWS changefileheader (1.3.76); FILE MERGED 2008/04/01 13:01:08 thb 1.3.76.2: #i85898# Stripping all external header guards 2008/03/28 15:44:11 rt 1.3.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [82833379072549fb972ab259f1faaea4570e62e7]

INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/04/01 15:13:32 thb 1.5.62.3: #i85898# Stripping all external header guards 2008/04/01 12:28:29 thb 1.5.62.2: #i85898# Stripping all external header guards 2008/03/31 13:08:56 rt 1.5.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d88e2b12c9c6af9cf7c1a44b788e576775237fd]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 13:01:08 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:11 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2670e7cccae3e58bb54ada168e10fe835eaea43]

INTEGRATION: CWS changefileheader (1.3.78); FILE MERGED 2008/03/31 13:08:56 rt 1.3.78.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b67a41bb47c7bb842afc02c13577c78ee806050c]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:16 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 13:01:08 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:11 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a5652f917a7f14bc373b21f3e3f52eeda2ec3989]

INTEGRATION: CWS changefileheader (1.8.24); FILE MERGED 2008/04/01 12:33:31 thb 1.8.24.2: #i85898# Stripping all external header guards 2008/03/31 13:15:59 rt 1.8.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3e0201d66f8d5eeca336e157cb15f6f35ecc4a8]

INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED 2008/03/31 13:08:56 rt 1.4.16.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d7c354ee56f479d68944cc3fb8245e0ac94c0df6]

INTEGRATION: CWS changefileheader (1.3.16); FILE MERGED 2008/04/01 15:13:31 thb 1.3.16.3: #i85898# Stripping all external header guards 2008/04/01 12:28:29 thb 1.3.16.2: #i85898# Stripping all external header guards 2008/03/31 13:08:56 rt 1.3.16.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2f47cb53c5e72f6e9125db874d34a1ac472cc0a]

INTEGRATION: CWS changefileheader (1.2.18); FILE MERGED 2008/04/01 12:28:29 thb 1.2.18.2: #i85898# Stripping all external header guards 2008/03/31 13:08:56 rt 1.2.18.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c42481db7144d2e8afb90d27fd4fd8b5ce2f4bd0]

INTEGRATION: CWS changefileheader (1.3.16); FILE MERGED 2008/04/01 16:05:16 thb 1.3.16.3: #i85898# Stripping all external header guards 2008/04/01 13:01:08 thb 1.3.16.2: #i85898# Stripping all external header guards 2008/03/28 15:44:11 rt 1.3.16.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8a9c13ced986eb507c685a217288caf36578d454]

INTEGRATION: CWS changefileheader (1.7.54); FILE MERGED 2008/03/31 13:15:59 rt 1.7.54.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d1e8b5ff9efa2dfef15a8993fa08f35c29397250]

INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/04/01 16:05:15 thb 1.6.22.3: #i85898# Stripping all external header guards 2008/04/01 13:01:08 thb 1.6.22.2: #i85898# Stripping all external header guards 2008/03/28 15:44:11 rt 1.6.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e5a0bfd3ac30f4e350c6b419f7c0d9d731980582]

INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED 2008/04/01 15:13:31 thb 1.4.16.3: #i85898# Stripping all external header guards 2008/04/01 12:28:29 thb 1.4.16.2: #i85898# Stripping all external header guards 2008/03/31 13:08:55 rt 1.4.16.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a727d9d3ab319ee68f69a2a69ecc376d7dd82f36]

INTEGRATION: CWS changefileheader (1.6.54); FILE MERGED 2008/04/01 12:33:30 thb 1.6.54.2: #i85898# Stripping all external header guards 2008/03/31 13:15:59 rt 1.6.54.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ba1ffbaa7625635822dda89976f8d935069eb287]

INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED 2008/04/01 12:28:28 thb 1.4.16.2: #i85898# Stripping all external header guards 2008/03/31 13:08:55 rt 1.4.16.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d1785bd63ea69fbe79bae2c2442398d446bf141d]

INTEGRATION: CWS changefileheader (1.8.76); FILE MERGED 2008/04/01 15:13:31 thb 1.8.76.2: #i85898# Stripping all external header guards 2008/03/31 13:08:55 rt 1.8.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2a65580a5d60aa4dd247ed07e53fd662e67b0ff9]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:15 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 13:01:08 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:11 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee1aeb2125dbd2a2938816cdcb3699d508f40a19]

INTEGRATION: CWS changefileheader (1.4.98); FILE MERGED 2008/04/01 15:13:31 thb 1.4.98.3: #i85898# Stripping all external header guards 2008/04/01 12:28:28 thb 1.4.98.2: #i85898# Stripping all external header guards 2008/03/31 13:08:55 rt 1.4.98.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [923c459fd984af5d5dc2620c03f7c76455fef37b]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:15 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:11 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dae08b628319b6e9ba2f9f6cb0427e4a961b56c5]

INTEGRATION: CWS changefileheader (1.6.38); FILE MERGED 2008/03/31 13:08:55 rt 1.6.38.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [acd25bbcbdd0f5ef2c1ecc21c4205f9103b1b7ef]

INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/04/01 12:33:30 thb 1.9.10.2: #i85898# Stripping all external header guards 2008/03/31 13:15:59 rt 1.9.10.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [81625a0a4a365199178bab28a86152b21e435594]

INTEGRATION: CWS changefileheader (1.4.76); FILE MERGED 2008/04/01 15:13:30 thb 1.4.76.3: #i85898# Stripping all external header guards 2008/04/01 12:28:28 thb 1.4.76.2: #i85898# Stripping all external header guards 2008/03/31 13:08:55 rt 1.4.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [56dbb4d8bfc8eaf30d56bc996a74b80382fba2af]

INTEGRATION: CWS changefileheader (1.5.54); FILE MERGED 2008/04/01 12:33:30 thb 1.5.54.2: #i85898# Stripping all external header guards 2008/03/31 13:15:59 rt 1.5.54.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0259f3176af356e87a977c3c24a35093945c242d]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 13:01:07 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:11 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ff1ac00a8c235e5a1a8729852efb204f3c8006b1]

INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/04/01 12:28:28 thb 1.6.62.2: #i85898# Stripping all external header guards 2008/03/31 13:08:55 rt 1.6.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6964e1a130226aa0b9cd4eec7a891f218f93ce87]

INTEGRATION: CWS changefileheader (1.9.54); FILE MERGED 2008/04/01 12:33:30 thb 1.9.54.2: #i85898# Stripping all external header guards 2008/03/31 13:15:59 rt 1.9.54.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f7e297ee232c4c4b9e0a967e34eb3df796ed4c5e]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/04/01 13:01:07 thb 1.2.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:10 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e4912a8089060241e7694813918ea44ebe0c6afa]

INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 13:08:55 rt 1.6.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e0648fa148155ba7e225f2ba1593dad6cde7cbbe]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 13:01:07 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:10 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a2569be7ce9d775fad702f9199aec7700bd6b748]

INTEGRATION: CWS changefileheader (1.7.54); FILE MERGED 2008/04/01 12:33:30 thb 1.7.54.2: #i85898# Stripping all external header guards 2008/03/31 13:15:59 rt 1.7.54.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9f5ddc978414325be8e4b7291104d11a952cba62]

INTEGRATION: CWS changefileheader (1.5.76); FILE MERGED 2008/04/01 15:13:30 thb 1.5.76.3: #i85898# Stripping all external header guards 2008/04/01 12:28:28 thb 1.5.76.2: #i85898# Stripping all external header guards 2008/03/31 13:08:55 rt 1.5.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [02be9a6c112f303f4e3824fecb7193bae6aa6b6f]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:15 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 13:01:07 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:10 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [386ab516aa4cf8fd5d1fd83019c4bd575a73cd2a]

INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/04/01 12:28:28 thb 1.5.62.2: #i85898# Stripping all external header guards 2008/03/31 13:08:55 rt 1.5.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0c6ab8e9bb21294ec2b8abdcb88a600419781ae9]

INTEGRATION: CWS changefileheader (1.4.14); FILE MERGED 2008/03/31 13:15:59 rt 1.4.14.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1a3eccfa5bec2ac261c5cdbe1bfae611afc7ba66]

INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/04/01 15:13:30 thb 1.6.62.3: #i85898# Stripping all external header guards 2008/04/01 12:28:27 thb 1.6.62.2: #i85898# Stripping all external header guards 2008/03/31 13:08:54 rt 1.6.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3004c0ea68334cbecfa13d408895caf02d74889f]

INTEGRATION: CWS changefileheader (1.3.76); FILE MERGED 2008/04/01 16:05:15 thb 1.3.76.3: #i85898# Stripping all external header guards 2008/04/01 13:01:07 thb 1.3.76.2: #i85898# Stripping all external header guards 2008/03/28 15:44:10 rt 1.3.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [44398ab67f4dac6a2f4bf8779568ad43de4e1aa6]

INTEGRATION: CWS changefileheader (1.12.16); FILE MERGED 2008/04/01 12:33:30 thb 1.12.16.2: #i85898# Stripping all external header guards 2008/03/31 13:15:59 rt 1.12.16.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e1312ff9429dd926919ef7f02fad94318e0b8dd8]

INTEGRATION: CWS changefileheader (1.3.78); FILE MERGED 2008/03/31 13:08:54 rt 1.3.78.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25bba1276ae14bd586bf20b5b31055eee142491b]

INTEGRATION: CWS changefileheader (1.7.20); FILE MERGED 2008/03/31 13:15:59 rt 1.7.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c093d3181c4dc0077f2eef5bf6d00dbb6bf4e630]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:14 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 13:01:07 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:10 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9433dc043f9589313c537c607e2eb817af8a7c92]

INTEGRATION: CWS changefileheader (1.6.74); FILE MERGED 2008/04/01 15:13:30 thb 1.6.74.3: #i85898# Stripping all external header guards 2008/04/01 12:28:27 thb 1.6.74.2: #i85898# Stripping all external header guards 2008/03/31 13:08:54 rt 1.6.74.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [78bac52cf7fe7b4adea7ceeacf36358a0e09618b]

INTEGRATION: CWS changefileheader (1.10.16); FILE MERGED 2008/04/01 12:33:29 thb 1.10.16.2: #i85898# Stripping all external header guards 2008/03/31 13:15:59 rt 1.10.16.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [228a19ae9b5ed96fd843835c56021aa23f7aacfc]

INTEGRATION: CWS changefileheader (1.3.76); FILE MERGED 2008/04/01 13:01:07 thb 1.3.76.2: #i85898# Stripping all external header guards 2008/03/28 15:44:10 rt 1.3.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [09cc68f0f90f2b6b9e101021c6aefd51f686ef12]

INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/04/01 12:28:27 thb 1.7.62.2: #i85898# Stripping all external header guards 2008/03/31 13:08:54 rt 1.7.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [18b3a471f03df67d7e357bc3bd3f7b4d97929b43]

INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/31 13:15:58 rt 1.11.10.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e1c452317c7d0c85b91e70619014f261697dcc9]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/03/28 15:44:10 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d205a4085bb4648eb89b529e3868a83652d6b7d]

INTEGRATION: CWS changefileheader (1.4.74); FILE MERGED 2008/04/01 15:13:30 thb 1.4.74.3: #i85898# Stripping all external header guards 2008/04/01 12:28:26 thb 1.4.74.2: #i85898# Stripping all external header guards 2008/03/31 13:08:54 rt 1.4.74.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [09c91d5caa77471bdeac8548f8db607ac0768b9c]

INTEGRATION: CWS changefileheader (1.9.54); FILE MERGED 2008/04/01 12:33:29 thb 1.9.54.2: #i85898# Stripping all external header guards 2008/03/31 13:15:58 rt 1.9.54.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [68390cef50593bbc1ff4211e6aa4121b9a1127d5]

INTEGRATION: CWS changefileheader (1.4.76); FILE MERGED 2008/04/01 16:05:14 thb 1.4.76.3: #i85898# Stripping all external header guards 2008/04/01 13:01:06 thb 1.4.76.2: #i85898# Stripping all external header guards 2008/03/28 15:44:10 rt 1.4.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [379e66c99cc411abc117c4a6503f30f55bfc7456]

INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/04/01 15:13:30 thb 1.5.62.3: #i85898# Stripping all external header guards 2008/04/01 12:28:26 thb 1.5.62.2: #i85898# Stripping all external header guards 2008/03/31 13:08:53 rt 1.5.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0917e853523c03f412d4d189ee0f7ca909ae10a4]

INTEGRATION: CWS changefileheader (1.8.54); FILE MERGED 2008/04/01 12:33:29 thb 1.8.54.2: #i85898# Stripping all external header guards 2008/03/31 13:15:58 rt 1.8.54.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab76252e770c2f757fe1625db0bc0d51fb2dd961]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/03/28 15:44:10 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b931c35f7b403482b42961a2a897dcaa48fbc0c5]

INTEGRATION: CWS changefileheader (1.7.78); FILE MERGED 2008/03/31 13:08:53 rt 1.7.78.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1df08f072be0f5e23fdd13877a0247885a032cce]

INTEGRATION: CWS changefileheader (1.5.60); FILE MERGED 2008/04/01 15:13:29 thb 1.5.60.3: #i85898# Stripping all external header guards 2008/04/01 12:28:26 thb 1.5.60.2: #i85898# Stripping all external header guards 2008/03/31 13:08:53 rt 1.5.60.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cd2e38158b18676df7405f56f70c9697535e7013]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/04/01 16:05:14 thb 1.2.224.3: #i85898# Stripping all external header guards 2008/04/01 13:01:06 thb 1.2.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:09 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [efc32f5bed8c46efc1944a7f9fe2d015c4b15d4a]

INTEGRATION: CWS changefileheader (1.2.6); FILE MERGED 2008/04/01 15:13:29 thb 1.2.6.3: #i85898# Stripping all external header guards 2008/04/01 12:28:26 thb 1.2.6.2: #i85898# Stripping all external header guards 2008/03/31 13:08:53 rt 1.2.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d18a9d16e11765ee3d728f2a7b86f5f93c9d5311]

INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/04/01 13:01:06 thb 1.5.22.2: #i85898# Stripping all external header guards 2008/03/28 15:44:09 rt 1.5.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a7499f70c9d9d61ea6fec276a2d9edee2e241529]

INTEGRATION: CWS changefileheader (1.6.52); FILE MERGED 2008/03/31 13:15:58 rt 1.6.52.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b221a2e2dce4441afaffe68ff51a3aab43f72190]

INTEGRATION: CWS changefileheader (1.13.4); FILE MERGED 2008/03/31 13:08:53 rt 1.13.4.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [db405c10ac267a339004070c73a25a80be8e30c9]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 13:01:06 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:09 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6b97452e2c4201396ee358c80eaa1dd86ad38a88]

INTEGRATION: CWS changefileheader (1.12.54); FILE MERGED 2008/04/01 12:33:29 thb 1.12.54.2: #i85898# Stripping all external header guards 2008/03/31 13:15:58 rt 1.12.54.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [18fc5c1c299b178ecc7b6fbf203c438c5b5d4eae]

INTEGRATION: CWS changefileheader (1.7.28); FILE MERGED 2008/04/01 15:13:29 thb 1.7.28.3: #i85898# Stripping all external header guards 2008/04/01 12:28:26 thb 1.7.28.2: #i85898# Stripping all external header guards 2008/03/31 13:08:53 rt 1.7.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8ec0cd5419783b09ba9377cf032192ddea94ad07]

INTEGRATION: CWS changefileheader (1.3.218); FILE MERGED 2008/04/01 13:01:06 thb 1.3.218.2: #i85898# Stripping all external header guards 2008/03/28 15:44:09 rt 1.3.218.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2cce0541ed9a6774856dda83a6698e2ab75b6f4d]

INTEGRATION: CWS changefileheader (1.6.54); FILE MERGED 2008/04/01 12:33:29 thb 1.6.54.2: #i85898# Stripping all external header guards 2008/03/31 13:15:58 rt 1.6.54.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fb319ffdb2add7d92c64b649703cdbdf541273b4]

INTEGRATION: CWS changefileheader (1.7.6); FILE MERGED 2008/04/01 15:13:29 thb 1.7.6.3: #i85898# Stripping all external header guards 2008/04/01 12:28:26 thb 1.7.6.2: #i85898# Stripping all external header guards 2008/03/31 13:08:53 rt 1.7.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9c4605f63a66ffe1b479d505cb4f8d938bac457b]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/03/28 15:44:09 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1fdd2edcab1df54060ff91f546703bf7c1f0fa24]

INTEGRATION: CWS changefileheader (1.17.4); FILE MERGED 2008/04/01 12:33:29 thb 1.17.4.2: #i85898# Stripping all external header guards 2008/03/31 13:15:58 rt 1.17.4.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6014459ca7b0087f75f2ec1a4f5e249ba0ea351d]

INTEGRATION: CWS changefileheader (1.6.6); FILE MERGED 2008/04/01 12:28:26 thb 1.6.6.2: #i85898# Stripping all external header guards 2008/03/31 13:08:53 rt 1.6.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc7dda7469c04ee3013ac9ae359c46688d5ddf93]

INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/04/01 13:01:06 thb 1.3.294.2: #i85898# Stripping all external header guards 2008/03/28 15:44:09 rt 1.3.294.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [18e28f84cbd75b54721627e777d33a22dfd91fe1]

INTEGRATION: CWS changefileheader (1.16.4); FILE MERGED 2008/04/01 12:33:29 thb 1.16.4.2: #i85898# Stripping all external header guards 2008/03/31 13:15:58 rt 1.16.4.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [24d4b905d8fb42255e980225a93dc6cf628033fb]

INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/04/01 15:13:29 thb 1.3.6.3: #i85898# Stripping all external header guards 2008/04/01 12:28:25 thb 1.3.6.2: #i85898# Stripping all external header guards 2008/03/31 13:08:53 rt 1.3.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3e13a3e9d640eab304085f64c76d6fc3abebfb8]

INTEGRATION: CWS changefileheader (1.3.272); FILE MERGED 2008/04/01 16:05:14 thb 1.3.272.3: #i85898# Stripping all external header guards 2008/04/01 13:01:06 thb 1.3.272.2: #i85898# Stripping all external header guards 2008/03/28 15:44:09 rt 1.3.272.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [150fbbd3de7239911cb73eacc0399daf713f77e5]

INTEGRATION: CWS changefileheader (1.15.10); FILE MERGED 2008/04/01 12:33:29 thb 1.15.10.2: #i85898# Stripping all external header guards 2008/03/31 13:15:58 rt 1.15.10.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b52100ae914b90ed5bf42278d0ef15b19202e5b]

INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/04/01 15:13:29 thb 1.3.6.2: #i85898# Stripping all external header guards 2008/03/31 13:08:53 rt 1.3.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e15a58c406a47e5c4be5b16bee3074498f9d7db4]

INTEGRATION: CWS changefileheader (1.5.148); FILE MERGED 2008/04/01 16:05:13 thb 1.5.148.3: #i85898# Stripping all external header guards 2008/04/01 13:01:06 thb 1.5.148.2: #i85898# Stripping all external header guards 2008/03/28 15:44:09 rt 1.5.148.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e0651d6447039188d807576640165dd93dc5c251]

INTEGRATION: CWS changefileheader (1.16.10); FILE MERGED 2008/04/01 12:33:28 thb 1.16.10.2: #i85898# Stripping all external header guards 2008/03/31 13:15:58 rt 1.16.10.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b801679f182159591123a6d5cbad3d243c217bec]

INTEGRATION: CWS changefileheader (1.2.6); FILE MERGED 2008/04/01 15:13:29 thb 1.2.6.3: #i85898# Stripping all external header guards 2008/04/01 12:28:25 thb 1.2.6.2: #i85898# Stripping all external header guards 2008/03/31 13:08:53 rt 1.2.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [edb52bdf1cc842789c5791cd0595d7c91242d651]

INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/04/01 16:05:13 thb 1.3.22.3: #i85898# Stripping all external header guards 2008/04/01 13:01:05 thb 1.3.22.2: #i85898# Stripping all external header guards 2008/03/28 15:44:09 rt 1.3.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5eaf3546dad43b38b7b3c1b788986f9899c28b17]

INTEGRATION: CWS changefileheader (1.2.100); FILE MERGED 2008/03/31 13:15:58 rt 1.2.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1854d05e11d314a5ee2d0bb4b432a56a17a0b51c]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 13:01:05 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:09 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bfe0302f92e05ba59ec24d810627d594e083b15f]

INTEGRATION: CWS changefileheader (1.3.54); FILE MERGED 2008/03/31 13:15:58 rt 1.3.54.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d5f1f58809dd25657f36c4ae9b81dcf8ac0d3769]

INTEGRATION: CWS changefileheader (1.6.76); FILE MERGED 2008/03/31 13:15:58 rt 1.6.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c52bc92c6fd0cd1069523f2083f87096761df77b]

INTEGRATION: CWS changefileheader (1.2.6); FILE MERGED 2008/04/01 15:13:28 thb 1.2.6.3: #i85898# Stripping all external header guards 2008/04/01 12:28:25 thb 1.2.6.2: #i85898# Stripping all external header guards 2008/03/31 13:08:52 rt 1.2.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f738ca962fdc1d657e4779fdca97f31049249ee7]

INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/04/01 13:01:05 thb 1.2.224.2: #i85898# Stripping all external header guards 2008/03/28 15:44:09 rt 1.2.224.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de7bc6fdba0dbc2fb537da63e1c6e36a134a5533]

INTEGRATION: CWS changefileheader (1.14.52); FILE MERGED 2008/04/01 12:33:28 thb 1.14.52.2: #i85898# Stripping all external header guards 2008/03/31 13:15:58 rt 1.14.52.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9603e540cedb7fb6a04f2ec640e526e63743ed8b]

INTEGRATION: CWS changefileheader (1.2.6); FILE MERGED 2008/04/01 23:12:58 thb 1.2.6.4: #i85898# Removed misspelled include 2008/04/01 15:13:28 thb 1.2.6.3: #i85898# Stripping all external header guards 2008/04/01 12:28:25 thb 1.2.6.2: #i85898# Stripping all external header guards 2008/03/31 13:08:52 rt 1.2.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a85cf6c7b30b59efde38ad4c15aaf69225cbb809]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 16:05:13 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 13:01:05 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/28 15:44:09 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [62247c93e2024300d69244babd83a2661130c8b5]

INTEGRATION: CWS changefileheader (1.2.6); FILE MERGED 2008/04/01 23:12:57 thb 1.2.6.4: #i85898# Removed misspelled include 2008/04/01 15:13:28 thb 1.2.6.3: #i85898# Stripping all external header guards 2008/04/01 12:28:24 thb 1.2.6.2: #i85898# Stripping all external header guards 2008/03/31 13:08:52 rt 1.2.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [70f09c70c60f53bcae8da788a6a8a37b4f7d08cc]

INTEGRATION: CWS changefileheader (1.2.6); FILE MERGED 2008/03/31 13:08:52 rt 1.2.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [655221f5f509034927196e5ebc6863c6cb0a6129]

INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED 2008/04/01 13:01:05 thb 1.4.16.2: #i85898# Stripping all external header guards 2008/03/28 15:44:09 rt 1.4.16.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [68fd8b63c22cf37da526581dea5e896a5cc01dd7]

INTEGRATION: CWS changefileheader (1.4.54); FILE MERGED 2008/04/01 12:33:28 thb 1.4.54.2: #i85898# Stripping all external header guards 2008/03/31 13:15:58 rt 1.4.54.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2e5942d14aae3d7ff94b93ef2d88117dd185663e]

INTEGRATION: CWS changefileheader (1.2.6); FILE MERGED 2008/04/01 12:28:24 thb 1.2.6.2: #i85898# Stripping all external header guards 2008/03/31 13:08:52 rt 1.2.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de0601bcbf7cd43c7a9dd881aac45d8777d3b1fc]

INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 15:44:08 rt 1.3.296.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [52834e21a13250c73e21ca43a2d50aabec1a05d3]

INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/31 13:15:58 rt 1.3.36.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce20d9635b01e1dfa1a10ef308ca34719166e3db]

INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/04/01 12:28:24 thb 1.3.6.2: #i85898# Stripping all external header guards 2008/03/31 13:08:52 rt 1.3.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [30188d96d7a8999300dc365e21b132b1578495b0]

INTEGRATION: CWS changefileheader (1.2.484); FILE MERGED 2008/03/28 15:44:08 rt 1.2.484.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc2f3cb6831bee33a0a313f864e64cf1b4a5b9d3]

INTEGRATION: CWS changefileheader (1.2.54); FILE MERGED 2008/03/31 13:15:57 rt 1.2.54.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [069288d696fae2c6a67fceb167dad5e9fb1f89f7]

INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/04/01 15:13:28 thb 1.3.6.3: #i85898# Stripping all external header guards 2008/04/01 12:28:24 thb 1.3.6.2: #i85898# Stripping all external header guards 2008/03/31 13:08:52 rt 1.3.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c60691a6266780cd1b076cbc4aed93ff417fc00e]

INTEGRATION: CWS changefileheader (1.2.426); FILE MERGED 2008/03/28 15:44:08 rt 1.2.426.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [40b5099a1351967f8d817feb160311af1dd647f0]

INTEGRATION: CWS changefileheader (1.2.98); FILE MERGED 2008/03/31 13:08:52 rt 1.2.98.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [71d4334fa6e9b534845c4bdb7deb1aef8e0472f1]

INTEGRATION: CWS changefileheader (1.13.128); FILE MERGED 2008/03/28 15:44:07 rt 1.13.128.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [88e23cc60baed3624f77690c8c959b691321194d]

INTEGRATION: CWS changefileheader (1.11.4); FILE MERGED 2008/04/01 12:33:28 thb 1.11.4.2: #i85898# Stripping all external header guards 2008/03/31 13:15:57 rt 1.11.4.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [051a5b076bb4f00badb95f0a5a2908d549cc26e7]

INTEGRATION: CWS changefileheader (1.2.76); FILE MERGED 2008/03/28 15:44:07 rt 1.2.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d31586fed051536c6a92fe8870f8a4e03104049e]

INTEGRATION: CWS changefileheader (1.5.76); FILE MERGED 2008/04/01 15:23:59 thb 1.5.76.3: #i85898# Stripping all external header guards 2008/04/01 12:33:28 thb 1.5.76.2: #i85898# Stripping all external header guards 2008/03/31 13:15:57 rt 1.5.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e9777635fb31a03ec19d08ca0cab382205072fd9]

INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 15:44:07 rt 1.7.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f6587d8d3fb8fee9ecc3606ca2516f0e8ecd7eb1]

INTEGRATION: CWS changefileheader (1.5.100); FILE MERGED 2008/04/01 12:33:28 thb 1.5.100.2: #i85898# Stripping all external header guards 2008/03/31 13:15:57 rt 1.5.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ae4870d2352938b213dbe87edef02701080e07da]

INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/03/28 15:44:07 rt 1.4.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bdd2c886a6b0e41bc87fecc97417576c2ae93bf1]

INTEGRATION: CWS changefileheader (1.6.76); FILE MERGED 2008/04/01 15:23:59 thb 1.6.76.2: #i85898# Stripping all external header guards 2008/03/31 13:15:57 rt 1.6.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9e5339e7a84e8a765cd0582b3189434a319170b1]

INTEGRATION: CWS changefileheader (1.13.4); FILE MERGED 2008/03/31 13:08:52 rt 1.13.4.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3a4c40f0776bbc33de30713a476fc98b00c3fd58]

INTEGRATION: CWS changefileheader (1.57.20); FILE MERGED 2008/03/28 15:44:07 rt 1.57.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [adef8811ad0acf3e10dcad52ec925e77ecfbc6c5]

INTEGRATION: CWS changefileheader (1.4.100); FILE MERGED 2008/04/01 12:33:28 thb 1.4.100.2: #i85898# Stripping all external header guards 2008/03/31 13:15:57 rt 1.4.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3960b0f33ca9e63bd17d6733ee025da0ca54f6b9]

INTEGRATION: CWS changefileheader (1.12.76); FILE MERGED 2008/03/28 15:44:07 rt 1.12.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [961c33e007ec61dd7f91b487ab63624dfc2ca993]

INTEGRATION: CWS changefileheader (1.3.100); FILE MERGED 2008/03/31 13:15:57 rt 1.3.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [65853c5e93a29d844ba612400d8d7999e21bb174]

INTEGRATION: CWS changefileheader (1.2.54); FILE MERGED 2008/03/28 15:44:07 rt 1.2.54.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [66f69cbb1d14eb58907dfff008bb6052ed6c3116]

INTEGRATION: CWS changefileheader (1.12.76); FILE MERGED 2008/03/31 13:15:57 rt 1.12.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c69a9cba28efd5274c2767f13258a1200b2ce8a]

INTEGRATION: CWS changefileheader (1.22.22); FILE MERGED 2008/03/28 15:44:06 rt 1.22.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [048e14e23844f3b571a406aa22c54c865fd2f1ce]

INTEGRATION: CWS changefileheader (1.14.22); FILE MERGED 2008/03/28 15:44:06 rt 1.14.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a241370f12ed219b775dfb6de2b9468ed441815d]

INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/04/01 15:13:28 thb 1.5.62.2: #i85898# Stripping all external header guards 2008/03/31 13:08:52 rt 1.5.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f9a05729483658fc7999113e3db988e81bac43c4]

INTEGRATION: CWS changefileheader (1.5.100); FILE MERGED 2008/04/01 12:33:27 thb 1.5.100.2: #i85898# Stripping all external header guards 2008/03/31 13:15:57 rt 1.5.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d12f89ba7dd1083f719c908710b5a0bb947ae240]

INTEGRATION: CWS changefileheader (1.10.168); FILE MERGED 2008/03/28 15:44:06 rt 1.10.168.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [acbae913dae304614fb55d91e1a1830fcab515b2]

INTEGRATION: CWS changefileheader (1.3.98); FILE MERGED 2008/04/01 15:13:28 thb 1.3.98.3: #i85898# Stripping all external header guards 2008/04/01 12:28:24 thb 1.3.98.2: #i85898# Stripping all external header guards 2008/03/31 13:08:52 rt 1.3.98.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c0ebb31617c19265f972233a88ff3be8bf4197bc]

INTEGRATION: CWS changefileheader (1.4.100); FILE MERGED 2008/04/01 12:33:27 thb 1.4.100.2: #i85898# Stripping all external header guards 2008/03/31 13:15:57 rt 1.4.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c824e68a496e7313bcbdcae5cbf24e3fc544431f]

INTEGRATION: CWS changefileheader (1.9.168); FILE MERGED 2008/03/28 15:44:06 rt 1.9.168.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2573bf838b303976f6be605c4d70e7eac41b885c]

INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/31 13:08:51 rt 1.7.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d76c00c898f31a10b7b1a21c922c54f492b4f02]

INTEGRATION: CWS changefileheader (1.2.100); FILE MERGED 2008/04/01 12:33:27 thb 1.2.100.2: #i85898# Stripping all external header guards 2008/03/31 13:15:57 rt 1.2.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5e52bdea06caa0db2517bedaa707fe4e042bd57c]

INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/03/28 15:44:06 rt 1.9.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fff3eb598da6e8c8fc1e1c99112092246746ca1f]

INTEGRATION: CWS changefileheader (1.4.98); FILE MERGED 2008/04/01 15:13:28 thb 1.4.98.3: #i85898# Stripping all external header guards 2008/04/01 12:28:24 thb 1.4.98.2: #i85898# Stripping all external header guards 2008/03/31 13:08:51 rt 1.4.98.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [03d9e4ab8662155855e43adec49afed4dc4ba409]

INTEGRATION: CWS changefileheader (1.7.168); FILE MERGED 2008/03/28 15:44:06 rt 1.7.168.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dca63692ca4b7d23799582ec43d2eef366972a66]

INTEGRATION: CWS changefileheader (1.8.62); FILE MERGED 2008/04/01 12:28:23 thb 1.8.62.2: #i85898# Stripping all external header guards 2008/03/31 13:08:51 rt 1.8.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bcad7460b295a7ddf64e858db1c6f98547d07755]

INTEGRATION: CWS changefileheader (1.10.62); FILE MERGED 2008/04/01 15:13:27 thb 1.10.62.3: #i85898# Stripping all external header guards 2008/04/01 12:28:23 thb 1.10.62.2: #i85898# Stripping all external header guards 2008/03/31 13:08:51 rt 1.10.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [56d8874ed061ca1345c2b954d6735f1fb44b5150]

INTEGRATION: CWS changefileheader (1.35.14); FILE MERGED 2008/04/01 15:13:27 thb 1.35.14.3: #i85898# Stripping all external header guards 2008/04/01 12:28:23 thb 1.35.14.2: #i85898# Stripping all external header guards 2008/03/31 13:08:51 rt 1.35.14.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cede8ecf8d5b94ccef50b8abf5ffe3fd4db5342e]

INTEGRATION: CWS changefileheader (1.68.22); FILE MERGED 2008/03/28 15:44:06 rt 1.68.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e302602ec2648e1067cceee54da001523a29a0c5]

INTEGRATION: CWS changefileheader (1.5.100); FILE MERGED 2008/03/31 13:15:57 rt 1.5.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1a6b20b91d89236aec036a5bf7fc519f6c1c7c59]

INTEGRATION: CWS changefileheader (1.84.14); FILE MERGED 2008/04/01 15:13:27 thb 1.84.14.3: #i85898# Stripping all external header guards 2008/04/01 12:28:23 thb 1.84.14.2: #i85898# Stripping all external header guards 2008/03/31 13:08:51 rt 1.84.14.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b36702041558f81040c7c0fd3f5502443cc42630]

INTEGRATION: CWS changefileheader (1.9.168); FILE MERGED 2008/03/28 15:44:05 rt 1.9.168.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2009da5f50594c7f8550fdb71f6449691ffdfbee]

INTEGRATION: CWS changefileheader (1.30.20); FILE MERGED 2008/03/28 15:44:05 rt 1.30.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d67aa4fc03b6a7f2f2dc22ba6302c46b548c1a0c]

INTEGRATION: CWS changefileheader (1.7.100); FILE MERGED 2008/03/31 13:15:57 rt 1.7.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [82edc667ef6614ce9606e45d23a478039d299ba7]

INTEGRATION: CWS changefileheader (1.11.22); FILE MERGED 2008/03/28 15:44:05 rt 1.11.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [20df4a6df0689dc205fa6f6eb29fe39fdf85ed3a]

INTEGRATION: CWS changefileheader (1.6.76); FILE MERGED 2008/04/01 12:33:27 thb 1.6.76.2: #i85898# Stripping all external header guards 2008/03/31 13:15:56 rt 1.6.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [65aafb2bdef47de603365144c966cc8fc918726f]

INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 15:44:05 rt 1.7.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4add9e2573e3d16fe70b879ded639ce8d3a0ea5e]

INTEGRATION: CWS changefileheader (1.16.4); FILE MERGED 2008/04/01 12:33:27 thb 1.16.4.2: #i85898# Stripping all external header guards 2008/03/31 13:15:56 rt 1.16.4.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c25391becaab5c33e5d7a3729b11c5fa604a2da]

INTEGRATION: CWS changefileheader (1.13.74); FILE MERGED 2008/03/28 15:44:05 rt 1.13.74.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9e5b1ef25218243b302ec298ed61a6dff57d78de]

INTEGRATION: CWS changefileheader (1.12.38); FILE MERGED 2008/03/31 13:08:51 rt 1.12.38.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c649e82015a0602b1ed58e27e7a0e4f2719b2198]

INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 15:44:05 rt 1.3.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [73919a5a23559aa63678add53704d329e502d971]

INTEGRATION: CWS changefileheader (1.5.100); FILE MERGED 2008/04/01 12:33:27 thb 1.5.100.2: #i85898# Stripping all external header guards 2008/03/31 13:15:56 rt 1.5.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [20b981ef9d755766258fe137e5dc4e7d1b55d5d1]

INTEGRATION: CWS changefileheader (1.3.98); FILE MERGED 2008/04/01 15:13:27 thb 1.3.98.3: #i85898# Stripping all external header guards 2008/04/01 12:28:23 thb 1.3.98.2: #i85898# Stripping all external header guards 2008/03/31 13:08:51 rt 1.3.98.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [db43c189c4e4bd10e86121c50ad51a9487c8dfb9]

INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 13:08:51 rt 1.4.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d14f68ce07088f84f116caf53343596f5081eb6]

INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/04/01 12:33:27 thb 1.7.10.2: #i85898# Stripping all external header guards 2008/03/31 13:15:56 rt 1.7.10.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b85d1e8672265165ee210e5b4292cbd69c513609]

INTEGRATION: CWS changefileheader (1.16.76); FILE MERGED 2008/03/28 15:44:05 rt 1.16.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [634d79ee1f973045d217cb6fa48c13413d813a97]

INTEGRATION: CWS changefileheader (1.8.98); FILE MERGED 2008/04/01 15:13:27 thb 1.8.98.3: #i85898# Stripping all external header guards 2008/04/01 12:28:23 thb 1.8.98.2: #i85898# Stripping all external header guards 2008/03/31 13:08:51 rt 1.8.98.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a977b791dce63a94e7fdcceb8e9b70adf53a010]

INTEGRATION: CWS changefileheader (1.9.76); FILE MERGED 2008/03/28 15:44:04 rt 1.9.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [82b1b11e1775f3b1a2b03b58269c0f3702e15712]

INTEGRATION: CWS changefileheader (1.5.76); FILE MERGED 2008/04/01 12:33:27 thb 1.5.76.2: #i85898# Stripping all external header guards 2008/03/31 13:15:56 rt 1.5.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [10b26834602a4c61058a1ddb6e603ba362fd7649]

INTEGRATION: CWS changefileheader (1.16.62); FILE MERGED 2008/04/01 15:13:27 thb 1.16.62.3: #i85898# Stripping all external header guards 2008/04/01 12:28:23 thb 1.16.62.2: #i85898# Stripping all external header guards 2008/03/31 13:08:51 rt 1.16.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [208771eeee7c02f6a6efb415a4ad732049662aa3]

INTEGRATION: CWS changefileheader (1.2.76); FILE MERGED 2008/03/28 15:44:04 rt 1.2.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [32e6ae47f92525669e32b3abc2773ceb7ccb4e5a]

INTEGRATION: CWS changefileheader (1.46.20); FILE MERGED 2008/03/28 15:44:04 rt 1.46.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c4853810c744512a2cc1741b6dcf65a21e4fc7ad]

INTEGRATION: CWS changefileheader (1.7.76); FILE MERGED 2008/04/01 12:33:27 thb 1.7.76.2: #i85898# Stripping all external header guards 2008/03/31 13:15:56 rt 1.7.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b43f2d3fa02497dd80e95777fc09528801ed5478]

INTEGRATION: CWS changefileheader (1.10.76); FILE MERGED 2008/03/28 15:44:04 rt 1.10.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [56c770297fadf7c843d834d70399869cfb507aa1]

INTEGRATION: CWS changefileheader (1.17.20); FILE MERGED 2008/03/28 15:44:04 rt 1.17.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4281a0ee52721387d1d066bb3ea651a1570c93b8]

INTEGRATION: CWS changefileheader (1.4.100); FILE MERGED 2008/04/01 15:23:59 thb 1.4.100.3: #i85898# Stripping all external header guards 2008/04/01 12:33:26 thb 1.4.100.2: #i85898# Stripping all external header guards 2008/03/31 13:15:56 rt 1.4.100.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3a778c81ddd6869fab557e2513e1180415d19266]

INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 15:44:04 rt 1.3.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc5f666b2925831327164d5bc8e78987d2bec211]

INTEGRATION: CWS changefileheader (1.4.128); FILE MERGED 2008/03/28 15:44:03 rt 1.4.128.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c6f27fefdf15f5585a414ad59117b7df4aadfb89]

INTEGRATION: CWS changefileheader (1.14.168); FILE MERGED 2008/03/28 15:44:03 rt 1.14.168.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d41def2c81c982bfbce7198f10ec9921912b4a1c]

INTEGRATION: CWS changefileheader (1.6.76); FILE MERGED 2008/03/28 15:44:03 rt 1.6.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [192787ce4d602d0d89ce8b9ba1c4570dfa1c17f4]

INTEGRATION: CWS changefileheader (1.7.168); FILE MERGED 2008/03/28 15:44:03 rt 1.7.168.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0ca31a1acc6df6d6df9f2d9d53a0582add2639ea]

INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 13:08:50 rt 1.2.62.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8eb0da5d76002c0fab74281e3c6eb474bb11b18f]

INTEGRATION: CWS changefileheader (1.10.22); FILE MERGED 2008/03/28 15:44:03 rt 1.10.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [832a2a481e74a2c7be8731e4b1f862d6fdc6d4e0]

INTEGRATION: CWS changefileheader (1.8.168); FILE MERGED 2008/03/28 15:44:03 rt 1.8.168.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b20b240ac4ae2e0fab731414c7a7238800a418e6]

INTEGRATION: CWS changefileheader (1.4.168); FILE MERGED 2008/03/28 15:44:03 rt 1.4.168.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9f4683c9819a313fcd50d7083a05db697db3a895]

INTEGRATION: CWS changefileheader (1.2.26); FILE MERGED 2008/03/28 15:36:54 rt 1.2.26.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e0505f42bb4492be4a7c095c2730c33bb349d476]

INTEGRATION: CWS changefileheader (1.11.128); FILE MERGED 2008/03/28 15:44:03 rt 1.11.128.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7492e5180434e5d77610e5e8f48d855f87d72d39]

INTEGRATION: CWS changefileheader (1.2.56); FILE MERGED 2008/03/31 13:08:50 rt 1.2.56.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d482eadb09ff534740626f6cc18dd3a07106bc7]

INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/28 15:36:54 rt 1.3.34.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4d86a1ec0f07ccef47cbd94c17168b92250c1893]

INTEGRATION: CWS changefileheader (1.2.76); FILE MERGED 2008/03/28 15:44:03 rt 1.2.76.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [76f521acfc1261eecedd9923a26bb2a64ce85dcf]

INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/03/28 15:36:54 rt 1.4.34.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f05d0186ace7f8b58844e924a6cbb575cdf796d3]

INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 15:44:03 rt 1.5.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d218608c28e2a4f424168d73d0339281a7a2b4a0]

INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 15:44:03 rt 1.7.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5419d05fe4267a2ccd0e37177b9e1c2e34ccb89c]

INTEGRATION: CWS changefileheader (1.5.846); FILE MERGED 2008/03/28 15:44:03 rt 1.5.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bb29982aa36e932b774501f0cd8bcf944b0d2a92]

INTEGRATION: CWS changefileheader (1.17.22); FILE MERGED 2008/03/28 15:44:02 rt 1.17.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [360a64f075997fd41c8b6c4163a345e90c88d6f0]

INTEGRATION: CWS changefileheader (1.35.42); FILE MERGED 2008/03/28 15:44:02 rt 1.35.42.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [98d385904cd744e1f1a21d1194a5f2dc67c26efc]

INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/03/28 15:44:02 rt 1.3.42.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [349edebcd223c4c109de9b6e35e40f949b67506c]

INTEGRATION: CWS changefileheader (1.22.20); FILE MERGED 2008/03/28 15:44:02 rt 1.22.20.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9baab5a053d5052b5e115c8c946b343418103d96]

INTEGRATION: CWS changefileheader (1.6.6); FILE MERGED 2008/03/31 13:20:20 rt 1.6.6.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [62e48cd28e04281ebeb74f57fa74a638ce2e90d1]

INTEGRATION: CWS changefileheader (1.7.168); FILE MERGED 2008/03/28 15:44:02 rt 1.7.168.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d3f354b5a8d9630c6e835d7a23eb2cbbab20a3ec]

INTEGRATION: CWS changefileheader (1.19.22); FILE MERGED 2008/03/28 15:44:02 rt 1.19.22.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [654b16e1c69fe6a4d2e8092bd49c5dfa56e9f620]

INTEGRATION: CWS changefileheader (1.3.846); FILE MERGED 2008/03/28 15:44:02 rt 1.3.846.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b860f197413b6510553649e2a3d2bf7af5e0985]

INTEGRATION: CWS changefileheader (1.8.168); FILE MERGED 2008/03/28 15:44:02 rt 1.8.168.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [790716286154354b2a211ae77ddab7e91c8e0afd]

INTEGRATION: CWS changefileheader (1.4.168); FILE MERGED 2008/03/28 15:44:02 rt 1.4.168.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f6950abbc9e3b94a040ebb5d699c727189e553d3]

INTEGRATION: CWS changefileheader (1.5.28); FILE MERGED 2008/03/31 13:20:20 rt 1.5.28.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0ea654b6891329068157cc38d2b7014004d8ed69]

INTEGRATION: CWS changefileheader (1.3.168); FILE MERGED 2008/03/28 15:44:02 rt 1.3.168.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ff97246c367d02b2b5601476547dde43ee108f8f]

INTEGRATION: CWS changefileheader (1.2.24); FILE MERGED 2008/03/31 13:20:19 rt 1.2.24.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d310d3540adea41f3713d6d5c9d13b30f514b2cb]

INTEGRATION: CWS changefileheader (1.4.168); FILE MERGED 2008/03/28 15:44:01 rt 1.4.168.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f229514dc4e8cfaa7a1bddff24c1f11b906cf908]

INTEGRATION: CWS changefileheader (1.2.18); FILE MERGED 2008/03/31 13:20:19 rt 1.2.18.1: #i87441# Change license header to LPGL v3.


2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b1d709390c0416c01399c7d95e4b07b2619bafe]

INTEGRATION: CWS changefileheader (1.2.76); FILE MERGED 2008/03/28 15:44:01 rt 1.2.76.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d5d059afcd5cbfe52345bf08ea4d3088cbe647c]

INTEGRATION: CWS changefileheader (1.10.8); FILE MERGED 2008/03/31 13:39:45 rt 1.10.8.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1455d8ef4f8055c581a9012a248fe6bddaaab32e]

INTEGRATION: CWS changefileheader (1.2.24); FILE MERGED 2008/04/01 12:31:05 thb 1.2.24.2: #i85898# Stripping all external header guards 2008/03/31 13:39:44 rt 1.2.24.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94bf6a624e9d0eda5b51730172f2fb7aa6269932]

INTEGRATION: CWS changefileheader (1.2.24); FILE MERGED 2008/04/01 15:19:37 thb 1.2.24.3: #i85898# Stripping all external header guards 2008/04/01 12:31:05 thb 1.2.24.2: #i85898# Stripping all external header guards 2008/03/31 13:39:44 rt 1.2.24.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e03b5f8fa44d1da641fb1be64ed5a315b382a07]

INTEGRATION: CWS changefileheader (1.3.268); FILE MERGED 2008/04/01 15:19:37 thb 1.3.268.3: #i85898# Stripping all external header guards 2008/04/01 12:31:05 thb 1.3.268.2: #i85898# Stripping all external header guards 2008/03/31 13:39:44 rt 1.3.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a1e88d72730474611a9ed1653726972615baaee]

INTEGRATION: CWS changefileheader (1.5.158); FILE MERGED 2008/04/01 15:19:37 thb 1.5.158.2: #i85898# Stripping all external header guards 2008/03/31 13:39:44 rt 1.5.158.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9964d23a7539063ebbe71b3d1aa9206f4a15e712]

INTEGRATION: CWS changefileheader (1.6.40); FILE MERGED 2008/04/01 12:31:05 thb 1.6.40.2: #i85898# Stripping all external header guards 2008/03/31 13:39:44 rt 1.6.40.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ee0e70ceae3cfa17efdcb52f0ae01f8e3290b36]

INTEGRATION: CWS changefileheader (1.16.8); FILE MERGED 2008/04/01 15:19:37 thb 1.16.8.3: #i85898# Stripping all external header guards 2008/04/01 12:31:05 thb 1.16.8.2: #i85898# Stripping all external header guards 2008/03/31 13:39:44 rt 1.16.8.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69860b2a243417c65836c4f9761c81c9795c7f30]

INTEGRATION: CWS changefileheader (1.5.24); FILE MERGED 2008/03/31 13:39:44 rt 1.5.24.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30b139166d303db711400e711c8750884724f07f]

INTEGRATION: CWS changefileheader (1.6.24); FILE MERGED 2008/04/01 12:31:05 thb 1.6.24.2: #i85898# Stripping all external header guards 2008/03/31 13:39:44 rt 1.6.24.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c0570a3ea1a60298717da36571879df14c6c619]

INTEGRATION: CWS changefileheader (1.6.24); FILE MERGED 2008/04/01 15:19:37 thb 1.6.24.3: #i85898# Stripping all external header guards 2008/04/01 12:31:05 thb 1.6.24.2: #i85898# Stripping all external header guards 2008/03/31 13:39:44 rt 1.6.24.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2b8e99aface91c9ca81d6a8c9792a9f71dd79d3]

INTEGRATION: CWS changefileheader (1.5.148); FILE MERGED 2008/04/01 15:19:37 thb 1.5.148.3: #i85898# Stripping all external header guards 2008/04/01 12:31:05 thb 1.5.148.2: #i85898# Stripping all external header guards 2008/03/31 13:39:44 rt 1.5.148.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d361b7af607a787edc7575c6edf84ada2505955d]

INTEGRATION: CWS changefileheader (1.9.148); FILE MERGED 2008/04/01 15:19:37 thb 1.9.148.2: #i85898# Stripping all external header guards 2008/03/31 13:39:44 rt 1.9.148.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56076a227377fd14ad33d86bd85a58fae95048ea]

INTEGRATION: CWS changefileheader (1.2.266); FILE MERGED 2008/03/31 13:39:44 rt 1.2.266.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ed7a181033e575671e1e055e88d389a8e625493]

INTEGRATION: CWS changefileheader (1.3.268); FILE MERGED 2008/03/31 13:39:44 rt 1.3.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d19548c6abfeeaa5a608cbfa94153353b9283a5]

INTEGRATION: CWS changefileheader (1.2.268); FILE MERGED 2008/03/31 13:39:44 rt 1.2.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f99b77f1c4e93397715d8dbc09a80f1ccb52243]

INTEGRATION: CWS changefileheader (1.3.184); FILE MERGED 2008/04/01 15:19:36 thb 1.3.184.2: #i85898# Stripping all external header guards 2008/03/31 13:39:44 rt 1.3.184.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9074c7958ac62602f09ed8d4e7776497c035245]

INTEGRATION: CWS changefileheader (1.6.78); FILE MERGED 2008/03/31 13:39:44 rt 1.6.78.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c11e831726f3bb1271d1f255dc4e0d596c9f844b]

INTEGRATION: CWS changefileheader (1.8.78); FILE MERGED 2008/03/31 13:39:44 rt 1.8.78.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0e6ab2bebcfa5f708539c62eb0d01b9b6efa645]

INTEGRATION: CWS changefileheader (1.5.158); FILE MERGED 2008/04/01 15:19:36 thb 1.5.158.2: #i85898# Stripping all external header guards 2008/03/31 13:39:43 rt 1.5.158.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [361d103dd3a7baeab8f2e9d3eca07f1cb10d971e]

INTEGRATION: CWS changefileheader (1.19.10); FILE MERGED 2008/03/31 13:39:43 rt 1.19.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6608e458ad3adeeba23a9acc4dd9dcf654a58c7]

INTEGRATION: CWS changefileheader (1.7.158); FILE MERGED 2008/04/01 15:19:36 thb 1.7.158.2: #i85898# Stripping all external header guards 2008/03/31 13:39:43 rt 1.7.158.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b1c03fbfad10a896f65520e6295ce18cd5bae53]

INTEGRATION: CWS changefileheader (1.4.60); FILE MERGED 2008/04/01 15:19:36 thb 1.4.60.2: #i85898# Stripping all external header guards 2008/03/31 13:39:43 rt 1.4.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13914bd4a6e4aeb7b77310f4fe7a5c5cd7880b0a]

INTEGRATION: CWS changefileheader (1.2.268); FILE MERGED 2008/03/31 13:39:43 rt 1.2.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56624a6b946bcf5384ee330152896f0273ecadf2]

INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/04/01 15:19:35 thb 1.11.10.2: #i85898# Stripping all external header guards 2008/03/31 13:39:43 rt 1.11.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21bd833a9f97aba5c5c5b67893be8086a5085f8c]

INTEGRATION: CWS changefileheader (1.3.184); FILE MERGED 2008/04/01 15:19:35 thb 1.3.184.2: #i85898# Stripping all external header guards 2008/03/31 13:39:43 rt 1.3.184.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f83ad1c92ce230278463b828f7c53c620ced186]

INTEGRATION: CWS changefileheader (1.4.158); FILE MERGED 2008/04/01 15:19:35 thb 1.4.158.2: #i85898# Stripping all external header guards 2008/03/31 13:39:43 rt 1.4.158.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [230e6f08d41fb172c238b655b9c49db638304d04]

INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/31 13:39:43 rt 1.4.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [05f2317d5d861f90cd135cdf9a256072e834fd85]

INTEGRATION: CWS changefileheader (1.25.158); FILE MERGED 2008/03/31 13:39:43 rt 1.25.158.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6b27bb5b68027ee5bed4596a5b5127137384372]

INTEGRATION: CWS changefileheader (1.35.102); FILE MERGED 2008/03/31 13:39:43 rt 1.35.102.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d7ab42d08287a4a47cffc1f78924db1318ad6e8]

INTEGRATION: CWS changefileheader (1.3.266); FILE MERGED 2008/03/31 13:39:43 rt 1.3.266.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1de6af0607bc9a0a5b80ffd8f9901588d7f43c2e]

INTEGRATION: CWS changefileheader (1.22.158); FILE MERGED 2008/03/31 13:39:43 rt 1.22.158.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [97a27af3c0716f9049888e6886c96d83d16230ad]

INTEGRATION: CWS changefileheader (1.4.158); FILE MERGED 2008/03/31 13:39:43 rt 1.4.158.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7ead97b9580d38a3ecc155509d040da471f3d23]

INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/31 13:39:43 rt 1.12.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca86588923597655a35b185fe04c9dc690b46364]

INTEGRATION: CWS changefileheader (1.2.268); FILE MERGED 2008/03/31 13:39:43 rt 1.2.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [28639a82c6948c9c009754c0e50bbc18e4f02956]

INTEGRATION: CWS changefileheader (1.6.148); FILE MERGED 2008/03/31 13:39:43 rt 1.6.148.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c609786410294fe6ff8e1bd974861756a7cadc74]

INTEGRATION: CWS changefileheader (1.15.46); FILE MERGED 2008/04/01 15:19:35 thb 1.15.46.2: #i85898# Stripping all external header guards 2008/03/31 13:39:42 rt 1.15.46.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd1be80c15e2d7d0025602f178a7e45a298205e7]

INTEGRATION: CWS changefileheader (1.2.268); FILE MERGED 2008/03/31 13:39:42 rt 1.2.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d3aef09b2fb3d8ac87eb56db7aacdb8489f4653]

INTEGRATION: CWS changefileheader (1.8.148); FILE MERGED 2008/03/31 13:39:42 rt 1.8.148.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7902a2989b22cbe671e43183069dcf21f3d7c9df]

INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/31 13:39:42 rt 1.11.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ffc6ee9ba58c078ad10ff1a0c079d695d7b4d48f]

INTEGRATION: CWS changefileheader (1.9.136); FILE MERGED 2008/03/31 13:39:42 rt 1.9.136.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ced77aeca2920a370eb14b8d9f38f74976ffda0]

INTEGRATION: CWS changefileheader (1.8.136); FILE MERGED 2008/03/31 13:39:42 rt 1.8.136.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6fd54ae5899c2bd2d9ddca17d39e31ba1bc19416]

INTEGRATION: CWS changefileheader (1.12.40); FILE MERGED 2008/03/31 13:39:42 rt 1.12.40.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd478ff956120ed56d8143aaef48e8156ffa1cfc]

INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/31 13:39:41 rt 1.12.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [308438a1448a4895d4b90d48ebd8ed5d68070d68]

INTEGRATION: CWS changefileheader (1.16.136); FILE MERGED 2008/03/31 13:39:41 rt 1.16.136.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd1489bc7e678ca6d1c14a4386dc39ef5de9cead]

INTEGRATION: CWS changefileheader (1.7.136); FILE MERGED 2008/03/31 13:39:41 rt 1.7.136.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08a71b3a66835886c66a08b7b7801d9ba92bb301]

INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/31 13:39:41 rt 1.13.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2001a98250a7ea36c70351af9995026f435277ea]

INTEGRATION: CWS changefileheader (1.8.136); FILE MERGED 2008/03/31 13:39:41 rt 1.8.136.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e83e325998e219853ad38e6612e513fb9b990dc]

INTEGRATION: CWS changefileheader (1.8.40); FILE MERGED 2008/03/31 13:39:41 rt 1.8.40.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd2ca3633b5c16218d201fb0db8cf1232bacccf6]

INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/31 13:39:40 rt 1.12.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b68b1b630b41846e0a4d86a861a5508ab8626cc]

INTEGRATION: CWS changefileheader (1.12.136); FILE MERGED 2008/03/31 13:39:40 rt 1.12.136.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6be411364046283b0ec066547cb7f1d65e3647a2]

INTEGRATION: CWS changefileheader (1.18.102); FILE MERGED 2008/03/31 13:39:40 rt 1.18.102.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [687913887e56fa6e8f64207f61edfc5b07e8133c]

INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/31 13:39:40 rt 1.13.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41e2dc1296e33235c313f462a7759bfaae233666]

INTEGRATION: CWS changefileheader (1.6.136); FILE MERGED 2008/03/31 13:39:40 rt 1.6.136.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [129e3ebec5335df6b6b1723b3fe45cf73daf35c2]

INTEGRATION: CWS changefileheader (1.2.268); FILE MERGED 2008/03/31 13:39:40 rt 1.2.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe5f3c28f1e1d52f64c07cd640707f0556db231e]

INTEGRATION: CWS changefileheader (1.3.158); FILE MERGED 2008/03/31 13:39:40 rt 1.3.158.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4fe32c22866decdb36ec54b2a1dbe215425d73c]

INTEGRATION: CWS changefileheader (1.2.268); FILE MERGED 2008/04/01 12:31:05 thb 1.2.268.2: #i85898# Stripping all external header guards 2008/03/31 13:39:40 rt 1.2.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a6453a4f7f046b9356bb309b84bce6d76b54eaa]

INTEGRATION: CWS changefileheader (1.4.158); FILE MERGED 2008/03/31 13:39:40 rt 1.4.158.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [868e4f64262859ac32610ef23b926da2f1388730]

INTEGRATION: CWS changefileheader (1.4.136); FILE MERGED 2008/04/01 12:31:05 thb 1.4.136.2: #i85898# Stripping all external header guards 2008/03/31 13:39:40 rt 1.4.136.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c7e4485f8d2fe5f93334c9c5e42dd63acd85834]

INTEGRATION: CWS changefileheader (1.8.136); FILE MERGED 2008/03/31 13:39:40 rt 1.8.136.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7043173833b507b2b4aa528f1550f9855a92741]

INTEGRATION: CWS changefileheader (1.5.136); FILE MERGED 2008/03/31 13:39:40 rt 1.5.136.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d34af7196a0b7e0f2936a29c011ca0b07614fe9e]

INTEGRATION: CWS changefileheader (1.10.136); FILE MERGED 2008/03/31 13:39:40 rt 1.10.136.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f30cf6da61245a3809629d392dc2acae5cf07c8]

INTEGRATION: CWS changefileheader (1.4.184); FILE MERGED 2008/04/01 12:31:05 thb 1.4.184.2: #i85898# Stripping all external header guards 2008/03/31 13:39:40 rt 1.4.184.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [473ea5005181b25a5e1671dab244ede12bdf259e]

INTEGRATION: CWS changefileheader (1.6.158); FILE MERGED 2008/03/31 13:39:40 rt 1.6.158.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7cb06a94b74f48f5f4922f0b81c29caf6d7a200e]

INTEGRATION: CWS changefileheader (1.2.268); FILE MERGED 2008/04/01 12:31:05 thb 1.2.268.2: #i85898# Stripping all external header guards 2008/03/31 13:39:39 rt 1.2.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3faedcaefd384de7bd18046043be4d6b15c4bcd1]

INTEGRATION: CWS changefileheader (1.4.158); FILE MERGED 2008/03/31 13:39:39 rt 1.4.158.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [751e51065e7900a1808eb7b39c5262b6945c6582]

INTEGRATION: CWS changefileheader (1.5.136); FILE MERGED 2008/03/31 13:39:39 rt 1.5.136.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [343ef900a75024514024acb1418b5e328bb528f2]

INTEGRATION: CWS changefileheader (1.12.100); FILE MERGED 2008/03/31 13:39:39 rt 1.12.100.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a43bb639da2ac1051bd1f73a626b036814da14a]

INTEGRATION: CWS changefileheader (1.5.148); FILE MERGED 2008/04/01 12:31:04 thb 1.5.148.2: #i85898# Stripping all external header guards 2008/03/31 13:39:39 rt 1.5.148.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef15cde9809851dc89448f6354d7f00e0e174111]

INTEGRATION: CWS changefileheader (1.6.148); FILE MERGED 2008/03/31 13:39:39 rt 1.6.148.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [963ef9d9d8a92d4d598516f46e507770bf837ecb]

INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/31 13:39:39 rt 1.10.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37b8141cb1edda5528b03681777c83a14e44acb9]

INTEGRATION: CWS changefileheader (1.3.184); FILE MERGED 2008/03/31 13:39:39 rt 1.3.184.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be74988e0fa132d8509a74f8aff3aaea07af798b]

INTEGRATION: CWS changefileheader (1.3.268); FILE MERGED 2008/03/31 13:39:39 rt 1.3.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eebfffa972091433d09d782d95cfaf96b9af242f]

INTEGRATION: CWS changefileheader (1.5.158); FILE MERGED 2008/03/31 13:39:39 rt 1.5.158.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb4030603eb12081ba7cc29e85cc79c1b8a6e7bd]

INTEGRATION: CWS changefileheader (1.6.78); FILE MERGED 2008/03/31 13:39:39 rt 1.6.78.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab3ea6b70b3d61f1a033c3297237d77e6fef3b42]

INTEGRATION: CWS changefileheader (1.7.148); FILE MERGED 2008/03/31 13:39:39 rt 1.7.148.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d3d55107300009fa409eb1215bec8983d9d3db6]

INTEGRATION: CWS changefileheader (1.3.158); FILE MERGED 2008/03/31 13:39:39 rt 1.3.158.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81515fc98b590a585372c1c332f844a1adaad70d]

INTEGRATION: CWS changefileheader (1.2.268); FILE MERGED 2008/03/31 13:39:39 rt 1.2.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3796fc5f16cc5910b3f02be3c74ba3bdce9a7cca]

INTEGRATION: CWS changefileheader (1.4.148); FILE MERGED 2008/03/31 13:39:39 rt 1.4.148.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4225c4582a11f958f3d8e38eb7fb315937796f5d]

INTEGRATION: CWS changefileheader (1.2.268); FILE MERGED 2008/03/31 13:39:38 rt 1.2.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [028390980ca8856c15d6d1589a84e28b6fa990fd]

INTEGRATION: CWS changefileheader (1.5.184); FILE MERGED 2008/04/01 12:31:04 thb 1.5.184.2: #i85898# Stripping all external header guards 2008/03/31 13:39:38 rt 1.5.184.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eab4324394eb4e8fcd6098788362c0987ce276bf]

INTEGRATION: CWS changefileheader (1.14.60); FILE MERGED 2008/04/01 15:19:34 thb 1.14.60.3: #i85898# Stripping all external header guards 2008/04/01 12:31:04 thb 1.14.60.2: #i85898# Stripping all external header guards 2008/03/31 13:39:38 rt 1.14.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7854fb01c23e9fff830704c2f809609ccc236a6]

INTEGRATION: CWS changefileheader (1.4.148); FILE MERGED 2008/03/31 13:39:38 rt 1.4.148.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e64c1901517f7696da04c680da1a6d01a651a937]

INTEGRATION: CWS changefileheader (1.7.158); FILE MERGED 2008/03/31 13:39:38 rt 1.7.158.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [def2d752300131672ed317b9812346dc1cc7f810]

INTEGRATION: CWS changefileheader (1.3.268); FILE MERGED 2008/03/31 13:39:38 rt 1.3.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20a507a57afeefb8ed2e2866ea91a0b9f3fc7f92]

INTEGRATION: CWS changefileheader (1.5.148); FILE MERGED 2008/03/31 13:39:38 rt 1.5.148.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c627fa5974094856ac5d0fc51f7cd087e74064b2]

INTEGRATION: CWS changefileheader (1.7.148); FILE MERGED 2008/04/01 15:19:34 thb 1.7.148.3: #i85898# Stripping all external header guards 2008/04/01 12:31:04 thb 1.7.148.2: #i85898# Stripping all external header guards 2008/03/31 13:39:38 rt 1.7.148.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3dae1243a121c3054bf244e5b48e3b05f4f72b1f]

INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/31 13:39:38 rt 1.13.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f09938d751ba518e5d146f492a76e3fc67b7273c]

INTEGRATION: CWS changefileheader (1.9.40); FILE MERGED 2008/03/31 13:39:38 rt 1.9.40.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b975d3d96e744ec216532685fd424645dbaaa576]

INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/31 13:39:37 rt 1.13.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cbe61b7fa084eb4db60e94aaf89629cf6a17df2b]

INTEGRATION: CWS changefileheader (1.9.136); FILE MERGED 2008/03/31 13:39:37 rt 1.9.136.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b000c7958096b76b30985dcb0576a0259bbb5f0d]

INTEGRATION: CWS changefileheader (1.10.136); FILE MERGED 2008/03/31 13:39:37 rt 1.10.136.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [249d27b7e98ab34366b35ba59b400b9008b966e8]

INTEGRATION: CWS changefileheader (1.5.268); FILE MERGED 2008/03/31 13:39:36 rt 1.5.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bdb96998173c9127aa50a6cedb67d5fc09e670e9]

INTEGRATION: CWS changefileheader (1.14.10); FILE MERGED 2008/03/31 13:39:36 rt 1.14.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2abd565d140f05c80000ab3f995dd9dffc1bf4cb]

INTEGRATION: CWS changefileheader (1.42.80); FILE MERGED 2008/03/31 13:39:36 rt 1.42.80.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f17699a7981b5895316509cd4d8a0aa0fbb9a7b6]

INTEGRATION: CWS changefileheader (1.34.8); FILE MERGED 2008/03/31 13:39:36 rt 1.34.8.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7dc9278e6ef01fb216301c5e214093c19b1f3612]

INTEGRATION: CWS changefileheader (1.46.80); FILE MERGED 2008/03/31 13:39:36 rt 1.46.80.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aedd5c808e76aa14b0e436df0bd1b62328f3a791]

INTEGRATION: CWS changefileheader (1.7.268); FILE MERGED 2008/03/31 13:39:36 rt 1.7.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a65da91f2a6575bd14383fbd7e97e5f68c9030c]

INTEGRATION: CWS changefileheader (1.13.78); FILE MERGED 2008/03/31 13:39:36 rt 1.13.78.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a390e5613a915f31b6c0011894571f6c3f39b8f]

INTEGRATION: CWS changefileheader (1.2.268); FILE MERGED 2008/03/31 13:39:35 rt 1.2.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc45b9a400d6c3c7e15fd1ff1c2bd57f74707b2d]

INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/31 13:39:35 rt 1.12.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e19780ac4141874902bd3e6249a81ccd9f2d214d]

INTEGRATION: CWS changefileheader (1.3.268); FILE MERGED 2008/03/31 13:39:35 rt 1.3.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [951070eada753d466347169004ce48c051f51e5b]

INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/31 13:39:35 rt 1.10.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73e63009c9e7b12cf6a513ff542972e8ccb1e28e]

INTEGRATION: CWS changefileheader (1.21.80); FILE MERGED 2008/03/31 13:39:35 rt 1.21.80.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb5059f163b8e64d4325ae0514951185422e6b9f]

INTEGRATION: CWS changefileheader (1.5.268); FILE MERGED 2008/03/31 13:39:35 rt 1.5.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9b048e901b37844d8bb0d057a41ac23c269cc1a]

INTEGRATION: CWS changefileheader (1.8.78); FILE MERGED 2008/03/31 13:39:35 rt 1.8.78.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12675aa33dde6c23a7c075f61629df48931235e7]

INTEGRATION: CWS changefileheader (1.3.268); FILE MERGED 2008/03/31 13:39:34 rt 1.3.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [300b990cbffb14fe35e2206900846278adf5a536]

INTEGRATION: CWS changefileheader (1.21.10); FILE MERGED 2008/03/31 13:39:34 rt 1.21.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0df0b5fe47cb7ab2613aafd828b65f5da6487fe3]

INTEGRATION: CWS changefileheader (1.19.80); FILE MERGED 2008/03/31 13:39:34 rt 1.19.80.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [edacdaeb6716ca1d7f2c1af9ab3437aff660fb3b]

INTEGRATION: CWS changefileheader (1.5.268); FILE MERGED 2008/03/31 13:39:34 rt 1.5.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42a2e8d66bcd3a5cc2345bc2d589a1aa67fa0292]

INTEGRATION: CWS changefileheader (1.2.268); FILE MERGED 2008/03/31 13:39:34 rt 1.2.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [706c039d91fd18df7e158834ca9451aa311d2322]

INTEGRATION: CWS changefileheader (1.8.78); FILE MERGED 2008/04/01 12:31:04 thb 1.8.78.2: #i85898# Stripping all external header guards 2008/03/31 13:39:34 rt 1.8.78.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6529589a40db40db03475817e6463e4cdca9cb9]

INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/31 13:39:34 rt 1.12.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [857319f99114ae21f73c5f8b616878914c1e93d8]

INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/31 13:39:34 rt 1.10.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4232b2c18fdd8067af49acef03a35b33f205c065]

INTEGRATION: CWS changefileheader (1.24.80); FILE MERGED 2008/03/31 13:39:34 rt 1.24.80.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [601a157914a2f5ed2a9e2f64b8e7aa1da31f4eab]

INTEGRATION: CWS changefileheader (1.8.78); FILE MERGED 2008/03/31 13:39:34 rt 1.8.78.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [efb6d2c037d9c765041355bb59126c60f646d22f]

INTEGRATION: CWS changefileheader (1.2.268); FILE MERGED 2008/03/31 13:39:33 rt 1.2.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dfd957d81095499a745102991fb97bddf9a5f67f]

INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/31 13:39:33 rt 1.12.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [296d492f4b3857f3a2ad6d991a0a3b017053b742]

INTEGRATION: CWS changefileheader (1.3.268); FILE MERGED 2008/03/31 13:39:33 rt 1.3.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35a6a6c6bb0fe038454f439f6946641341fca980]

INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/31 13:39:33 rt 1.10.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7402e7408e28a4bc59fa71dfb1dfb3ff4c4a7d5f]

INTEGRATION: CWS changefileheader (1.20.80); FILE MERGED 2008/03/31 13:39:33 rt 1.20.80.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [920fd6b4b4191614a58e496b541e4cb5651fc646]

INTEGRATION: CWS changefileheader (1.5.268); FILE MERGED 2008/03/31 13:39:33 rt 1.5.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [70459a2da8b194c4c1eecc6ce5ccb0e7acea1c60]

INTEGRATION: CWS changefileheader (1.8.78); FILE MERGED 2008/03/31 13:39:33 rt 1.8.78.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6b7e3c1fe58f51e6c2151cc139764c25d9cdcae]

INTEGRATION: CWS changefileheader (1.19.10); FILE MERGED 2008/03/31 13:39:33 rt 1.19.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3461d57ddfe915c99ef31ff25836b1bdfe635317]

INTEGRATION: CWS changefileheader (1.19.80); FILE MERGED 2008/03/31 13:39:33 rt 1.19.80.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6597bbc778f97147cbdf7e8e87ca1aaf48d51647]

INTEGRATION: CWS changefileheader (1.2.268); FILE MERGED 2008/03/31 13:39:32 rt 1.2.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3120ed3abffb36cd00f89e75fb694a19b401f26]

INTEGRATION: CWS changefileheader (1.9.78); FILE MERGED 2008/04/01 12:31:04 thb 1.9.78.2: #i85898# Stripping all external header guards 2008/03/31 13:39:32 rt 1.9.78.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8233335e1a70a6d837a4963d5f25692e1fca57a7]

INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/31 13:39:32 rt 1.13.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [039929377cf07fab06d07ccba3dbd695ce973f1a]

INTEGRATION: CWS changefileheader (1.4.148); FILE MERGED 2008/03/31 13:39:32 rt 1.4.148.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b37ad14fee07fa9739aae41fe3889aed58c67981]

INTEGRATION: CWS changefileheader (1.3.268); FILE MERGED 2008/03/31 13:39:32 rt 1.3.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [747125d87cd42649b97fb3c51eeb46f356c76c3d]

INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/31 13:39:32 rt 1.9.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec5a09035bc37e23a645f927cfe2e51af37d5114]

INTEGRATION: CWS changefileheader (1.29.80); FILE MERGED 2008/03/31 13:39:32 rt 1.29.80.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15c710d0fde86656ed8e3b5e5c3af2a19238aff1]

INTEGRATION: CWS changefileheader (1.5.268); FILE MERGED 2008/03/31 13:39:32 rt 1.5.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d71885ca46dcb99693ae4a993755aa804a87fbf]

INTEGRATION: CWS changefileheader (1.8.78); FILE MERGED 2008/03/31 13:39:32 rt 1.8.78.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce13e836274ee42bf89637c2ebf84c40951a4211]

INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/04/01 15:19:33 thb 1.5.72.3: #i85898# Stripping all external header guards 2008/04/01 12:31:03 thb 1.5.72.2: #i85898# Stripping all external header guards 2008/03/31 13:39:32 rt 1.5.72.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c82f695df8c4bb574314a919231492525119d16]

INTEGRATION: CWS changefileheader (1.5.136); FILE MERGED 2008/03/31 13:39:32 rt 1.5.136.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65013eec79f33184436fb7046fb52633655b5150]

INTEGRATION: CWS changefileheader (1.16.14); FILE MERGED 2008/04/01 15:19:33 thb 1.16.14.3: #i85898# Stripping all external header guards 2008/04/01 12:31:03 thb 1.16.14.2: #i85898# Stripping all external header guards 2008/03/31 13:39:32 rt 1.16.14.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7918dd2e21d0c066219c1307345659506430d7b]

INTEGRATION: CWS changefileheader (1.9.72); FILE MERGED 2008/04/01 15:19:32 thb 1.9.72.3: #i85898# Stripping all external header guards 2008/04/01 12:31:03 thb 1.9.72.2: #i85898# Stripping all external header guards 2008/03/31 13:39:31 rt 1.9.72.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1dc85c385818a6001205ce2d332988089d877dd3]

INTEGRATION: CWS changefileheader (1.11.60); FILE MERGED 2008/04/01 15:19:32 thb 1.11.60.3: #i85898# Stripping all external header guards 2008/04/01 12:31:03 thb 1.11.60.2: #i85898# Stripping all external header guards 2008/03/31 13:39:31 rt 1.11.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [210f9e24435d998eb66e6ceeaf1229551db1c984]

INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/04/01 15:19:31 thb 1.5.72.3: #i85898# Stripping all external header guards 2008/04/01 12:31:03 thb 1.5.72.2: #i85898# Stripping all external header guards 2008/03/31 13:39:31 rt 1.5.72.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ceef519a8d32c61c5f86b6f427f5e6700327ddab]

INTEGRATION: CWS changefileheader (1.8.72); FILE MERGED 2008/04/01 15:19:31 thb 1.8.72.3: #i85898# Stripping all external header guards 2008/04/01 12:31:03 thb 1.8.72.2: #i85898# Stripping all external header guards 2008/03/31 13:39:31 rt 1.8.72.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a3f3efe7c782de434dd7b217bb81d889a55522c0]

INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED 2008/04/01 15:19:31 thb 1.7.72.3: #i85898# Stripping all external header guards 2008/04/01 12:31:03 thb 1.7.72.2: #i85898# Stripping all external header guards 2008/03/31 13:39:31 rt 1.7.72.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0517509779d12efb2793d1890e9884023c070695]

INTEGRATION: CWS changefileheader (1.12.72); FILE MERGED 2008/04/01 15:19:31 thb 1.12.72.3: #i85898# Stripping all external header guards 2008/04/01 12:31:03 thb 1.12.72.2: #i85898# Stripping all external header guards 2008/03/31 13:39:31 rt 1.12.72.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [689e4b6e1a7345d5dbd3d945343c9095465f7e99]

INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/04/01 15:19:31 thb 1.6.72.3: #i85898# Stripping all external header guards 2008/04/01 12:31:03 thb 1.6.72.2: #i85898# Stripping all external header guards 2008/03/31 13:39:31 rt 1.6.72.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c57370b254219c284dc4756a44c46fd998f5fd02]

INTEGRATION: CWS changefileheader (1.10.78); FILE MERGED 2008/04/01 15:19:30 thb 1.10.78.3: #i85898# Stripping all external header guards 2008/04/01 12:31:03 thb 1.10.78.2: #i85898# Stripping all external header guards 2008/03/31 13:39:31 rt 1.10.78.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6d71b245bb946ca5a3516b53a97d381d516a086]

INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/04/01 15:19:29 thb 1.6.72.3: #i85898# Stripping all external header guards 2008/04/01 12:31:03 thb 1.6.72.2: #i85898# Stripping all external header guards 2008/03/31 13:39:31 rt 1.6.72.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58d9f9daeb6c3860ab6613f3300a187d156821c5]

INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/04/01 12:31:03 thb 1.5.72.2: #i85898# Stripping all external header guards 2008/03/31 13:39:31 rt 1.5.72.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8651dfff2f50e184b94880de11ab96c9cb68124b]

INTEGRATION: CWS changefileheader (1.10.136); FILE MERGED 2008/04/01 15:19:29 thb 1.10.136.3: #i85898# Stripping all external header guards 2008/04/01 12:31:03 thb 1.10.136.2: #i85898# Stripping all external header guards 2008/03/31 13:39:31 rt 1.10.136.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [962152df93aedec033cec762a9b22dbfaef17ce5]

INTEGRATION: CWS changefileheader (1.3.78); FILE MERGED 2008/03/31 13:39:31 rt 1.3.78.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18e9eed929201f565100760ed0c5a05f23259ee3]

INTEGRATION: CWS changefileheader (1.2.158); FILE MERGED 2008/03/31 13:39:31 rt 1.2.158.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c35d57290b31c0737e939e292456ccb35673ae78]

INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/04/01 15:19:28 thb 1.2.86.3: #i85898# Stripping all external header guards 2008/04/01 12:31:03 thb 1.2.86.2: #i85898# Stripping all external header guards 2008/03/31 13:39:31 rt 1.2.86.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cfcc26418d1242a12b6f0f1d7cd554a04ee7ae5c]

INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/04/01 15:19:28 thb 1.2.86.2: #i85898# Stripping all external header guards 2008/03/31 13:39:30 rt 1.2.86.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46216f310dfb744ceebe7bfe669203dc530abb88]

INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/04/01 15:19:27 thb 1.2.86.2: #i85898# Stripping all external header guards 2008/03/31 13:39:30 rt 1.2.86.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f2e37b9ec65a54f9a874759bae9353756f58de3]

INTEGRATION: CWS changefileheader (1.4.28); FILE MERGED 2008/04/01 15:19:27 thb 1.4.28.3: #i85898# Stripping all external header guards 2008/04/01 12:31:03 thb 1.4.28.2: #i85898# Stripping all external header guards 2008/03/31 13:39:30 rt 1.4.28.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49c37f5a8c1e9e2db88856177dbbb91fb16f8e15]

INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/04/01 15:19:27 thb 1.2.86.3: #i85898# Stripping all external header guards 2008/04/01 12:31:02 thb 1.2.86.2: #i85898# Stripping all external header guards 2008/03/31 13:39:30 rt 1.2.86.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8d9b807f85995f3a540d15065278585e806e6bc]

INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/04/01 15:19:26 thb 1.2.86.3: #i85898# Stripping all external header guards 2008/04/01 12:31:02 thb 1.2.86.2: #i85898# Stripping all external header guards 2008/03/31 13:39:30 rt 1.2.86.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1401bd434d743f29543f65fca76dbd88b2caf058]

INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/04/01 12:31:02 thb 1.2.86.2: #i85898# Stripping all external header guards 2008/03/31 13:39:30 rt 1.2.86.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a6191571a221137f6b78a43ee58f2f08304af7e]

INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/04/01 15:19:26 thb 1.2.86.2: #i85898# Stripping all external header guards 2008/03/31 13:39:30 rt 1.2.86.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c626d42db56f9ea0228aba7da346a29d05002b98]

INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/04/01 15:19:26 thb 1.5.132.2: #i85898# Stripping all external header guards 2008/03/31 13:39:30 rt 1.5.132.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d79a44cd7b3988d07ba3b3844952ca2de76c164a]

INTEGRATION: CWS changefileheader (1.2.140); FILE MERGED 2008/03/31 13:39:30 rt 1.2.140.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2758ca5e41468e2404e831169f27d9eec90b6d60]

INTEGRATION: CWS changefileheader (1.2.268); FILE MERGED 2008/03/31 13:39:30 rt 1.2.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a00a6f9096207fb08cf8c08c2e6701e8aff5e97b]

INTEGRATION: CWS changefileheader (1.22.86); FILE MERGED 2008/04/01 15:19:25 thb 1.22.86.2: #i85898# Stripping all external header guards 2008/03/31 13:39:30 rt 1.22.86.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [752ac22d27d7013d6f9051b19f6d92dc2c912ab5]

INTEGRATION: CWS changefileheader (1.4.268); FILE MERGED 2008/03/31 13:39:30 rt 1.4.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63672e3865fbaf55640a3ad96fa0ab395370ced3]

INTEGRATION: CWS changefileheader (1.3.60); FILE MERGED 2008/03/31 13:39:30 rt 1.3.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87f2e4ff5bef1654687d1d34c26942c1c758b39a]

INTEGRATION: CWS changefileheader (1.2.268); FILE MERGED 2008/04/01 15:19:25 thb 1.2.268.2: #i85898# Stripping all external header guards 2008/03/31 13:39:30 rt 1.2.268.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [155ed4bf3cdb997980f3b1533bee903bd8d3916c]

INTEGRATION: CWS changefileheader (1.3.28); FILE MERGED 2008/04/01 15:19:25 thb 1.3.28.2: #i85898# Stripping all external header guards 2008/03/31 13:39:30 rt 1.3.28.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7f5317e5bdd80d65d218c1df72684d9710fa10d]

INTEGRATION: CWS changefileheader (1.2.266); FILE MERGED 2008/04/01 15:19:24 thb 1.2.266.2: #i85898# Stripping all external header guards 2008/03/31 13:39:30 rt 1.2.266.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39890f04b8dc6c2dabfbeb38226f74be9fa09707]

INTEGRATION: CWS changefileheader (1.4.136); FILE MERGED 2008/04/01 15:19:23 thb 1.4.136.2: #i85898# Stripping all external header guards 2008/03/31 13:39:30 rt 1.4.136.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e75a41d0dfdfebad9f790787b3ff8abd5ce82cc1]

INTEGRATION: CWS changefileheader (1.5.136); FILE MERGED 2008/04/01 15:19:23 thb 1.5.136.2: #i85898# Stripping all external header guards 2008/03/31 13:39:30 rt 1.5.136.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23022db3852fd382616421ca59d3b8f53b392226]

INTEGRATION: CWS changefileheader (1.9.98); FILE MERGED 2008/04/01 15:19:22 thb 1.9.98.2: #i85898# Stripping all external header guards 2008/03/31 13:39:30 rt 1.9.98.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ecdd2249773c5d50dee796885e8c644c67ad3f41]

INTEGRATION: CWS changefileheader (1.2.266); FILE MERGED 2008/03/31 13:39:29 rt 1.2.266.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [975fc544e7d673e5579aac8b2944524242354f50]

INTEGRATION: CWS changefileheader (1.2.26); FILE MERGED 2008/03/31 13:02:45 rt 1.2.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fdeb7c4f7d7b0eb3b74d3b1b0bb3919cc06895aa]

INTEGRATION: CWS changefileheader (1.3.26); FILE MERGED 2008/03/31 13:02:45 rt 1.3.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b7a07aa758d3dc4c0a6a83c189c9f45533b783a]

INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/03/31 13:02:45 rt 1.3.20.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f7fec6ca1390bfea4b8144a3ed62482cd24c59c]

INTEGRATION: CWS changefileheader (1.2.246); FILE MERGED 2008/03/31 13:02:45 rt 1.2.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e41057b48094d72957813255b671fb73a664a12]

INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED 2008/03/31 13:02:44 rt 1.4.36.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3b2bbd20e50db2177243c2dbe7fb1b924985227]

INTEGRATION: CWS changefileheader (1.4.324); FILE MERGED 2008/03/31 13:02:44 rt 1.4.324.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73c98b15e09571b261f769602029e0f126ca168f]

INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/03/31 13:02:44 rt 1.4.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be911c23d0e79ae80ca1ddccaadf8311211024cd]

INTEGRATION: CWS changefileheader (1.12.128); FILE MERGED 2008/03/31 13:02:44 rt 1.12.128.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [78cc4e30e051a6c8c5e1b1ad777691f9d6e7b1d2]

INTEGRATION: CWS changefileheader (1.5.246); FILE MERGED 2008/04/01 15:45:35 thb 1.5.246.3: #i85898# Stripping all external header guards 2008/04/01 12:44:01 thb 1.5.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:44 rt 1.5.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d72f9856b35dae093c7d5d5f16099f1a6d520539]

INTEGRATION: CWS changefileheader (1.10.324); FILE MERGED 2008/03/31 13:02:44 rt 1.10.324.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc0a14f09ff788707c1bd4d4e656a463c9b4f8c7]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/04/01 15:45:34 thb 1.6.246.3: #i85898# Stripping all external header guards 2008/04/01 12:44:01 thb 1.6.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:44 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3bdc2861e140c267f835eba1e3ad2ce1922d932]

INTEGRATION: CWS changefileheader (1.2.774); FILE MERGED 2008/03/31 13:02:42 rt 1.2.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [474e75be7e8eebaa927d061ff5420904b8b1a647]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/03/31 13:02:41 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [993700b658147a8380a86105eab39fb81ebae8bd]

INTEGRATION: CWS changefileheader (1.65.2); FILE MERGED 2008/03/31 13:02:41 rt 1.65.2.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd3d5fc060ed1dc28dfb6c4f468bac0d6b07e98e]

INTEGRATION: CWS changefileheader (1.12.294); FILE MERGED 2008/03/31 13:02:41 rt 1.12.294.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [962bfa357954ff1a163de6577d7ccaa4393175ab]

INTEGRATION: CWS changefileheader (1.6.82); FILE MERGED 2008/03/31 13:02:41 rt 1.6.82.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab38c733427fcb6cb45b8f1fbc3c3e2a291447ea]

INTEGRATION: CWS changefileheader (1.6.320); FILE MERGED 2008/04/01 15:45:34 thb 1.6.320.3: #i85898# Stripping all external header guards 2008/04/01 12:44:01 thb 1.6.320.2: #i85898# Stripping all external header guards 2008/03/31 13:02:41 rt 1.6.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3a76ed28ad2481ade3b285d3c365039e46c5dd7]

INTEGRATION: CWS changefileheader (1.2.774); FILE MERGED 2008/03/31 13:02:40 rt 1.2.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [05b01c2d87ead9aba0e71ce52b41ce3a8557f273]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/04/01 15:45:34 thb 1.6.246.3: #i85898# Stripping all external header guards 2008/04/01 12:44:00 thb 1.6.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:40 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [badaa491199f792382a6e73e9658aa0daf186c2a]

INTEGRATION: CWS changefileheader (1.5.450); FILE MERGED 2008/04/01 15:45:34 thb 1.5.450.3: #i85898# Stripping all external header guards 2008/04/01 12:44:00 thb 1.5.450.2: #i85898# Stripping all external header guards 2008/03/31 13:02:40 rt 1.5.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30a0c2f8d7b2cc98375d149e77c637da98f69cb7]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/03/31 13:02:40 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f20d70801fbca5075a01b0bd8d13f2f627062b28]

INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED 2008/04/01 15:45:33 thb 1.6.26.3: #i85898# Stripping all external header guards 2008/04/01 12:44:00 thb 1.6.26.2: #i85898# Stripping all external header guards 2008/03/31 13:02:40 rt 1.6.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e24dba4bd3533ebb8f282e4352e8e0a10593ada0]

INTEGRATION: CWS changefileheader (1.4.774); FILE MERGED 2008/03/31 13:02:40 rt 1.4.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb878abd5ca33d3ad50f1a8eb1b91b5bc9e39d7b]

INTEGRATION: CWS changefileheader (1.10.450); FILE MERGED 2008/04/01 15:45:33 thb 1.10.450.2: #i85898# Stripping all external header guards 2008/03/31 13:02:40 rt 1.10.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3dc9b979e4d853587e8e5f45454e21f71a58a2fe]

INTEGRATION: CWS changefileheader (1.17.170); FILE MERGED 2008/04/01 15:45:33 thb 1.17.170.3: #i85898# Stripping all external header guards 2008/04/01 12:44:00 thb 1.17.170.2: #i85898# Stripping all external header guards 2008/03/31 13:02:38 rt 1.17.170.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e865816e18633c977e65f1a3b9d9492c89d273a6]

INTEGRATION: CWS changefileheader (1.31.26); FILE MERGED 2008/04/01 15:45:32 thb 1.31.26.3: #i85898# Stripping all external header guards 2008/04/01 12:44:00 thb 1.31.26.2: #i85898# Stripping all external header guards 2008/03/31 13:02:38 rt 1.31.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1e3ac52c32803e78dc9c170ec07759339d524c9]

INTEGRATION: CWS changefileheader (1.22.306); FILE MERGED 2008/03/31 13:02:38 rt 1.22.306.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72e5fe8752108ab8369b2ba3161b21c5db1b5f3d]

INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/03/31 13:02:38 rt 1.3.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aacd6eeee554abd68ae628ab8fb90b26f2340f1b]

INTEGRATION: CWS changefileheader (1.12.246); FILE MERGED 2008/04/01 15:45:32 thb 1.12.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:59 thb 1.12.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:38 rt 1.12.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30f5fb192a5ded98bcedb9ecd904b3e393a3fbca]

INTEGRATION: CWS changefileheader (1.3.144); FILE MERGED 2008/04/01 15:45:32 thb 1.3.144.2: #i85898# Stripping all external header guards 2008/03/31 13:02:38 rt 1.3.144.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65f10aff10032faafa659dacee3b9750fa0b655e]

INTEGRATION: CWS changefileheader (1.6.128); FILE MERGED 2008/04/01 15:45:32 thb 1.6.128.3: #i85898# Stripping all external header guards 2008/04/01 12:43:59 thb 1.6.128.2: #i85898# Stripping all external header guards 2008/03/31 13:02:38 rt 1.6.128.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3a4997297a7a2beed8a5a2a39b8334e61b8026d]

INTEGRATION: CWS changefileheader (1.13.170); FILE MERGED 2008/04/01 15:45:32 thb 1.13.170.3: #i85898# Stripping all external header guards 2008/04/01 12:43:59 thb 1.13.170.2: #i85898# Stripping all external header guards 2008/03/31 13:02:37 rt 1.13.170.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a67ff7814799514515163deb785ec0bba59ac3f8]

INTEGRATION: CWS changefileheader (1.11.26); FILE MERGED 2008/04/01 15:45:31 thb 1.11.26.3: #i85898# Stripping all external header guards 2008/04/01 12:43:58 thb 1.11.26.2: #i85898# Stripping all external header guards 2008/03/31 13:02:37 rt 1.11.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed28e2a5e19c18bf5a40aea9e396565916151080]

INTEGRATION: CWS changefileheader (1.20.450); FILE MERGED 2008/04/01 15:45:31 thb 1.20.450.3: #i85898# Stripping all external header guards 2008/04/01 12:43:58 thb 1.20.450.2: #i85898# Stripping all external header guards 2008/03/31 13:02:37 rt 1.20.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [00e98ed506dfac250376b352f4b37f307e29ff1c]

INTEGRATION: CWS changefileheader (1.20.246); FILE MERGED 2008/03/31 13:02:37 rt 1.20.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c816b9dc15857f8e10f1ccf12920004806bcbd5e]

INTEGRATION: CWS changefileheader (1.13.26); FILE MERGED 2008/03/31 13:02:37 rt 1.13.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f13761a96702c4cb19094dc2d159ad7a292797b2]

INTEGRATION: CWS changefileheader (1.8.170); FILE MERGED 2008/04/01 15:45:31 thb 1.8.170.3: #i85898# Stripping all external header guards 2008/04/01 12:43:57 thb 1.8.170.2: #i85898# Stripping all external header guards 2008/03/31 13:02:37 rt 1.8.170.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e899c5a76c05b44abeb613f88313ca9227e25db7]

INTEGRATION: CWS changefileheader (1.6.170); FILE MERGED 2008/04/01 15:45:31 thb 1.6.170.3: #i85898# Stripping all external header guards 2008/04/01 12:43:57 thb 1.6.170.2: #i85898# Stripping all external header guards 2008/03/31 13:02:37 rt 1.6.170.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7d78704a49a17c5790d9ba64c9635bcdf419867]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/03/31 13:02:37 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb98ef3bcddd7fd7445a5019e651def3aed40f72]

INTEGRATION: CWS changefileheader (1.10.246); FILE MERGED 2008/04/01 15:45:31 thb 1.10.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:36 rt 1.10.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [473fbf77541349c0016ad8e40397e2c28fad71f8]

INTEGRATION: CWS changefileheader (1.4.774); FILE MERGED 2008/03/31 13:02:36 rt 1.4.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a81397ba066372cf76d1ce3d08180267ed2bb76]

INTEGRATION: CWS changefileheader (1.10.206); FILE MERGED 2008/04/01 15:45:30 thb 1.10.206.3: #i85898# Stripping all external header guards 2008/04/01 12:43:56 thb 1.10.206.2: #i85898# Stripping all external header guards 2008/03/31 13:02:36 rt 1.10.206.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c31685c173a744e89a080f3f8677824df8e2ff5]

INTEGRATION: CWS changefileheader (1.5.774); FILE MERGED 2008/03/31 13:02:36 rt 1.5.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [578a080f66ba3059aec475ea7b5acfb23e50a892]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/04/01 15:45:30 thb 1.3.774.3: #i85898# Stripping all external header guards 2008/04/01 12:43:56 thb 1.3.774.2: #i85898# Stripping all external header guards 2008/03/31 13:02:36 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [656de046ba5130b9da9642e4479b5e14ca8a89d8]

INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/04/01 12:43:55 thb 1.3.450.2: #i85898# Stripping all external header guards 2008/03/31 13:02:36 rt 1.3.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a19bbf3ed4accebbe06b81907a305ebe5688893]

INTEGRATION: CWS changefileheader (1.16.246); FILE MERGED 2008/04/01 15:45:30 thb 1.16.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:34 rt 1.16.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2054abdc763d8acfe6f4dc56173f56bfe498a090]

INTEGRATION: CWS changefileheader (1.12.632); FILE MERGED 2008/03/31 13:02:34 rt 1.12.632.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22eb476af9a3cb8fa8215e07b1822742896a536a]

INTEGRATION: CWS changefileheader (1.5.546); FILE MERGED 2008/04/01 15:45:30 thb 1.5.546.3: #i85898# Stripping all external header guards 2008/04/01 12:43:54 thb 1.5.546.2: #i85898# Stripping all external header guards 2008/03/31 13:02:34 rt 1.5.546.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d64fcb03eebf84b5e99a72a82402f9b2ab2d3c72]

INTEGRATION: CWS changefileheader (1.10.222); FILE MERGED 2008/04/01 15:45:29 thb 1.10.222.3: #i85898# Stripping all external header guards 2008/04/01 12:43:54 thb 1.10.222.2: #i85898# Stripping all external header guards 2008/03/31 13:02:34 rt 1.10.222.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad9d054228c2fa105c54613ff6a0e65dad5aec94]

INTEGRATION: CWS changefileheader (1.12.632); FILE MERGED 2008/04/01 15:45:29 thb 1.12.632.3: #i85898# Stripping all external header guards 2008/04/01 12:43:53 thb 1.12.632.2: #i85898# Stripping all external header guards 2008/03/31 13:02:34 rt 1.12.632.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f64d64489c0007d229a761fa08572c0967b5cd3]

INTEGRATION: CWS changefileheader (1.17.450); FILE MERGED 2008/04/01 15:45:29 thb 1.17.450.3: #i85898# Stripping all external header guards 2008/04/01 12:43:53 thb 1.17.450.2: #i85898# Stripping all external header guards 2008/03/31 13:02:34 rt 1.17.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d7f5f2ede4d1ead605bf086852721e82dfe5f3f]

INTEGRATION: CWS changefileheader (1.13.450); FILE MERGED 2008/03/31 13:02:34 rt 1.13.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a9f0118218ff220c697505ad46bf4c2db241097]

INTEGRATION: CWS changefileheader (1.24.246); FILE MERGED 2008/04/01 15:45:29 thb 1.24.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:33 rt 1.24.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73b98be1bf01249e646410c9d20a966a8b885a5a]

INTEGRATION: CWS changefileheader (1.4.774); FILE MERGED 2008/03/31 13:02:33 rt 1.4.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86cb03b67eaa0ce7f5a126b073a93b1f67494fd7]

INTEGRATION: CWS changefileheader (1.15.228); FILE MERGED 2008/04/01 15:45:29 thb 1.15.228.2: #i85898# Stripping all external header guards 2008/03/31 13:02:33 rt 1.15.228.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82ae509e47c1ead600b25c61447b6122f15c6824]

INTEGRATION: CWS changefileheader (1.4.774); FILE MERGED 2008/03/31 13:02:32 rt 1.4.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a26cfe355d63cbe59564cb0fd0d0a1529b3f9b6]

INTEGRATION: CWS changefileheader (1.8.246); FILE MERGED 2008/03/31 13:02:32 rt 1.8.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0eebcbcf4bc284aca14d4dede33f73c4c421f9f1]

INTEGRATION: CWS changefileheader (1.24.10); FILE MERGED 2008/04/01 15:45:29 thb 1.24.10.3: #i85898# Stripping all external header guards 2008/04/01 12:43:52 thb 1.24.10.2: #i85898# Stripping all external header guards 2008/03/31 13:02:32 rt 1.24.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49a22f04f9fd3dc76bb78e05786e901ab3496f32]

INTEGRATION: CWS changefileheader (1.9.246); FILE MERGED 2008/03/31 13:02:32 rt 1.9.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c186a1097d7733c416246ab9b4de0e3f115ed21]

INTEGRATION: CWS changefileheader (1.8.450); FILE MERGED 2008/03/31 13:02:32 rt 1.8.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75c7ce8fe6d92b5b1afc8d01b49f7bf799a525ac]

INTEGRATION: CWS changefileheader (1.9.774); FILE MERGED 2008/03/31 13:02:32 rt 1.9.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d9fb094004428c5b544f7f1fe0c9b782c837bb8]

INTEGRATION: CWS changefileheader (1.4.324); FILE MERGED 2008/03/31 13:02:32 rt 1.4.324.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a5a6a65de5e29aa0aee46662f0d1acf2140eced]

INTEGRATION: CWS changefileheader (1.10.246); FILE MERGED 2008/04/01 15:45:28 thb 1.10.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:32 rt 1.10.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5f9761842bad68b692aa37dc044d4ced90667d9]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/03/31 13:02:32 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c84ebcea5aa0985e6135a13b953a55b8eac2261]

INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/03/31 13:02:32 rt 1.3.170.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [02416c9be22b8cabaf534bc7924300e8899a319a]

INTEGRATION: CWS changefileheader (1.2.774); FILE MERGED 2008/03/31 13:02:31 rt 1.2.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1492df3beea593ee08661a82361c8a9e241f14f]

INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/03/31 13:02:31 rt 1.3.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09f7dc69e06680272767527224f003cc39153a2b]

INTEGRATION: CWS changefileheader (1.6.170); FILE MERGED 2008/03/31 13:02:31 rt 1.6.170.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27cfdc6520672b1e2aa7be1ad4e9415bafc8c895]

INTEGRATION: CWS changefileheader (1.4.170); FILE MERGED 2008/03/31 13:02:31 rt 1.4.170.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [950fec0e94cf06943a5a77ee39cbb458c6c1ff9e]

INTEGRATION: CWS changefileheader (1.7.170); FILE MERGED 2008/03/31 13:02:31 rt 1.7.170.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58192dee6e7745d990e4e10568eff28d08ef1fd7]

INTEGRATION: CWS changefileheader (1.6.170); FILE MERGED 2008/04/01 15:45:28 thb 1.6.170.2: #i85898# Stripping all external header guards 2008/03/31 13:02:31 rt 1.6.170.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4bc1049171608f32b5efe777b09973d968dcede]

INTEGRATION: CWS changefileheader (1.8.246); FILE MERGED 2008/04/01 15:45:28 thb 1.8.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:31 rt 1.8.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3f15e1fdd250bfa882e12df5a075bb69a52d801]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/03/31 13:02:29 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c21d80c33606cf792089a1a37eca0fa12738c6f9]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/04/01 15:45:28 thb 1.3.774.2: #i85898# Stripping all external header guards 2008/03/31 13:02:29 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bec74c34974ee472849f4c2e93b6a3dee33ac968]

INTEGRATION: CWS changefileheader (1.4.498); FILE MERGED 2008/03/31 13:02:29 rt 1.4.498.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d31a7b367e7c63dea46e283f037a2c8dbe03454c]

INTEGRATION: CWS changefileheader (1.7.246); FILE MERGED 2008/04/01 15:45:27 thb 1.7.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:52 thb 1.7.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:29 rt 1.7.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f5c02edda7dbe87182d843429368f27449b6932]

INTEGRATION: CWS changefileheader (1.4.498); FILE MERGED 2008/04/01 15:45:27 thb 1.4.498.3: #i85898# Stripping all external header guards 2008/04/01 12:43:51 thb 1.4.498.2: #i85898# Stripping all external header guards 2008/03/31 13:02:29 rt 1.4.498.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61fdb2e5d870102949c2c8c93254e07ccfb72b6b]

INTEGRATION: CWS changefileheader (1.8.228); FILE MERGED 2008/04/01 15:45:27 thb 1.8.228.3: #i85898# Stripping all external header guards 2008/04/01 12:43:51 thb 1.8.228.2: #i85898# Stripping all external header guards 2008/03/31 13:02:28 rt 1.8.228.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9f1938e69981334242131bd87f54de570575acd]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/03/31 13:02:28 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [804383cf4c6efc2ccc5f71898a9f117e19b9e405]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/04/01 15:45:27 thb 1.4.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:51 thb 1.4.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:28 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [26cdea7ac3caf1c1bfa2d7774468635528844982]

INTEGRATION: CWS changefileheader (1.35.246); FILE MERGED 2008/03/31 13:02:28 rt 1.35.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae80602c80bdffdb7cf6f79c3c10c44cf8a64b65]

INTEGRATION: CWS changefileheader (1.2.774); FILE MERGED 2008/03/31 13:02:28 rt 1.2.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d80efa8cb014ba18462ef06cdcec4d54de731425]

INTEGRATION: CWS changefileheader (1.7.774); FILE MERGED 2008/03/31 13:02:28 rt 1.7.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b2feea5c93d4d1e67db8faf9168e922ca1e3d411]

INTEGRATION: CWS changefileheader (1.2.774); FILE MERGED 2008/03/31 13:02:27 rt 1.2.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b98c6dd48342e2d20dccdc430775dbf8fd1a92a9]

INTEGRATION: CWS changefileheader (1.5.450); FILE MERGED 2008/04/01 15:45:26 thb 1.5.450.2: #i85898# Stripping all external header guards 2008/03/31 13:02:27 rt 1.5.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dcbe0c77154f1a7645c4371454baec175d7e029a]

INTEGRATION: CWS changefileheader (1.16.76); FILE MERGED 2008/04/01 15:45:26 thb 1.16.76.3: #i85898# Stripping all external header guards 2008/04/01 12:43:51 thb 1.16.76.2: #i85898# Stripping all external header guards 2008/03/31 13:02:27 rt 1.16.76.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b2af03e63b94aba07c53eb6436281155b4079c5]

INTEGRATION: CWS changefileheader (1.5.774); FILE MERGED 2008/03/31 13:02:27 rt 1.5.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22e7871c30682ac1286d4682de20a925ba747a8e]

INTEGRATION: CWS changefileheader (1.23.26); FILE MERGED 2008/04/01 15:45:26 thb 1.23.26.3: #i85898# Stripping all external header guards 2008/04/01 12:43:50 thb 1.23.26.2: #i85898# Stripping all external header guards 2008/03/31 13:02:25 rt 1.23.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96af5a63bf96f22bb71ace8fd5c8622bb11d2174]

INTEGRATION: CWS changefileheader (1.48.26); FILE MERGED 2008/04/01 15:45:25 thb 1.48.26.3: #i85898# Stripping all external header guards 2008/04/01 12:43:50 thb 1.48.26.2: #i85898# Stripping all external header guards 2008/03/31 13:02:25 rt 1.48.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [111193e9e832c9420b7356243e6a7f647ca706e7]

INTEGRATION: CWS changefileheader (1.76.24); FILE MERGED 2008/04/01 15:45:25 thb 1.76.24.3: #i85898# Stripping all external header guards 2008/04/01 12:43:50 thb 1.76.24.2: #i85898# Stripping all external header guards 2008/03/31 13:02:24 rt 1.76.24.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d99d5598f2730a4a51a6b5b4591a4320cb0d71c]

INTEGRATION: CWS changefileheader (1.71.24); FILE MERGED 2008/04/01 15:45:25 thb 1.71.24.3: #i85898# Stripping all external header guards 2008/04/01 12:43:50 thb 1.71.24.2: #i85898# Stripping all external header guards 2008/03/31 13:02:24 rt 1.71.24.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9995a5127564307e02c1205003e4e501709b86d6]

INTEGRATION: CWS changefileheader (1.49.26); FILE MERGED 2008/04/01 15:45:24 thb 1.49.26.3: #i85898# Stripping all external header guards 2008/04/01 12:43:50 thb 1.49.26.2: #i85898# Stripping all external header guards 2008/03/31 13:02:24 rt 1.49.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43c5a2e5d9547dea4e1bc2cde98f4887938119a1]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/04/01 12:43:50 thb 1.6.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:24 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7f7256099c5a62d6bc64e2e45d4dadc54334e88]

INTEGRATION: CWS changefileheader (1.9.432); FILE MERGED 2008/04/01 15:45:24 thb 1.9.432.3: #i85898# Stripping all external header guards 2008/04/01 12:43:50 thb 1.9.432.2: #i85898# Stripping all external header guards 2008/03/31 13:02:24 rt 1.9.432.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c12c07c6aed6761240b8ce1edc194342cbe33481]

INTEGRATION: CWS changefileheader (1.8.246); FILE MERGED 2008/03/31 13:02:24 rt 1.8.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be7ac9407da9ba75f3f366d0073ed8ff367e537e]

INTEGRATION: CWS changefileheader (1.3.616); FILE MERGED 2008/04/01 15:45:24 thb 1.3.616.2: #i85898# Stripping all external header guards 2008/03/31 13:02:24 rt 1.3.616.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6313074af5a4406012c7d8f015d456a1d21dbfdc]

INTEGRATION: CWS changefileheader (1.8.302); FILE MERGED 2008/04/01 15:45:24 thb 1.8.302.2: #i85898# Stripping all external header guards 2008/03/31 13:02:24 rt 1.8.302.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20d31a1f6e10aa7124e499c4501a6961a629e3e0]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/04/01 15:45:24 thb 1.3.774.3: #i85898# Stripping all external header guards 2008/04/01 12:43:50 thb 1.3.774.2: #i85898# Stripping all external header guards 2008/03/31 13:02:24 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb2db5c7344065df9fe50570075fe2303f3c2c66]

INTEGRATION: CWS changefileheader (1.14.218); FILE MERGED 2008/03/31 13:02:24 rt 1.14.218.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a59f782880125eb41126e457598b983e47f3f4f]

INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/04/01 15:45:24 thb 1.3.450.2: #i85898# Stripping all external header guards 2008/03/31 13:02:24 rt 1.3.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6acc939db2c744fd9eb76dd9b431cfd5356f196]

INTEGRATION: CWS changefileheader (1.11.774); FILE MERGED 2008/03/31 13:02:24 rt 1.11.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [97a0fc3ccc6c12b4dee45bb9dc481c667822d0a1]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/03/31 13:02:23 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3288b4c38c09ac877cb43d2966ceb784289d8d9b]

INTEGRATION: CWS changefileheader (1.5.774); FILE MERGED 2008/03/31 13:02:23 rt 1.5.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [782ccaa42484a165e8b6794b3e4597df4591195a]

INTEGRATION: CWS changefileheader (1.7.246); FILE MERGED 2008/03/31 13:02:23 rt 1.7.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [746f28894e3627ae2fbe73a181ae438938aad562]

INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/04/01 15:45:23 thb 1.4.450.2: #i85898# Stripping all external header guards 2008/03/31 13:02:23 rt 1.4.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23a2fd6d68c9b627da1fe88ede5d6641cf571321]

INTEGRATION: CWS changefileheader (1.2.774); FILE MERGED 2008/03/31 13:02:23 rt 1.2.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e45c24d278c0445843921aec65e69ac00731221a]

INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/03/31 13:02:23 rt 1.4.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e4e9803e3bfd3f61a4dbc4d99fe790a64904197]

INTEGRATION: CWS changefileheader (1.5.450); FILE MERGED 2008/03/31 13:02:23 rt 1.5.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4db49f449a2cbee8fa62c1d66d34e44cf0536cfe]

INTEGRATION: CWS changefileheader (1.8.246); FILE MERGED 2008/03/31 13:02:23 rt 1.8.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30728c0166759249f3cecd1dd74c4b340cfd807b]

INTEGRATION: CWS changefileheader (1.8.246); FILE MERGED 2008/04/01 15:45:23 thb 1.8.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:23 rt 1.8.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5d8884d8aba4beb2c0aa61a2aca7acb6b86377c]

INTEGRATION: CWS changefileheader (1.5.246); FILE MERGED 2008/04/01 15:45:23 thb 1.5.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:23 rt 1.5.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a35b8ca303998eab8c515d659eadebe169bcdc6]

INTEGRATION: CWS changefileheader (1.7.246); FILE MERGED 2008/04/01 15:45:23 thb 1.7.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:22 rt 1.7.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0eb581fab8c283a17ae491feeefba6c9fe2fc940]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/04/01 15:45:22 thb 1.6.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:50 thb 1.6.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:22 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [246e69969573a6bb15609d6e18c6be0fe4b33197]

INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/04/01 15:45:22 thb 1.4.450.3: #i85898# Stripping all external header guards 2008/04/01 12:43:49 thb 1.4.450.2: #i85898# Stripping all external header guards 2008/03/31 13:02:22 rt 1.4.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11ae7d21ed8b30d04b641d2ceadc34c4386f7ad9]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/03/31 13:02:22 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0980cd0ca42b519334d25de14faa46605dd1346e]

INTEGRATION: CWS changefileheader (1.5.432); FILE MERGED 2008/03/31 13:02:22 rt 1.5.432.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e09a891a007c3f49a3981f906f9c10705342f927]

INTEGRATION: CWS changefileheader (1.5.246); FILE MERGED 2008/03/31 13:02:22 rt 1.5.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20dcbbfb04024a7a13802966a0dc7d9d424ae17f]

INTEGRATION: CWS changefileheader (1.5.450); FILE MERGED 2008/04/01 15:45:22 thb 1.5.450.3: #i85898# Stripping all external header guards 2008/04/01 12:43:49 thb 1.5.450.2: #i85898# Stripping all external header guards 2008/03/31 13:02:21 rt 1.5.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0977d9760af230faa6acf069df105a9da2b54af]

INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/04/01 15:45:22 thb 1.4.450.3: #i85898# Stripping all external header guards 2008/04/01 12:43:49 thb 1.4.450.2: #i85898# Stripping all external header guards 2008/03/31 13:02:21 rt 1.4.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ccc393ce2fd94955ecf848827641248a5edddb8b]

INTEGRATION: CWS changefileheader (1.8.246); FILE MERGED 2008/04/01 15:45:21 thb 1.8.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:49 thb 1.8.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:20 rt 1.8.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2770e73b1a8e70b3b59b6c9f0df833373f67213c]

INTEGRATION: CWS changefileheader (1.5.246); FILE MERGED 2008/04/01 15:45:21 thb 1.5.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:20 rt 1.5.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6614aa75af9281772b44c849ab8987d57974451]

INTEGRATION: CWS changefileheader (1.5.278); FILE MERGED 2008/04/01 15:45:21 thb 1.5.278.3: #i85898# Stripping all external header guards 2008/04/01 12:43:49 thb 1.5.278.2: #i85898# Stripping all external header guards 2008/03/31 13:02:20 rt 1.5.278.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b08cd39a2c566de1d94e1463b2670e9d852ccc3]

INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/04/01 15:45:21 thb 1.4.450.2: #i85898# Stripping all external header guards 2008/03/31 13:02:20 rt 1.4.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff6c699bacf6062fb65f3620cd992a134ad3ce48]

INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/04/01 15:45:21 thb 1.4.450.3: #i85898# Stripping all external header guards 2008/04/01 12:43:49 thb 1.4.450.2: #i85898# Stripping all external header guards 2008/03/31 13:02:20 rt 1.4.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3af50998e79602d13348b0c8ce94bf877197fe09]

INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/04/01 12:43:49 thb 1.4.450.2: #i85898# Stripping all external header guards 2008/03/31 13:02:20 rt 1.4.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cfa64ad9588258facb7e1afb88f49e368e22914e]

INTEGRATION: CWS changefileheader (1.5.432); FILE MERGED 2008/04/01 15:45:21 thb 1.5.432.3: #i85898# Stripping all external header guards 2008/04/01 12:43:49 thb 1.5.432.2: #i85898# Stripping all external header guards 2008/03/31 13:02:20 rt 1.5.432.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5815cff62a8373089fc936ee9fe0f357a9957d18]

INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/04/01 15:45:20 thb 1.4.450.3: #i85898# Stripping all external header guards 2008/04/01 12:43:49 thb 1.4.450.2: #i85898# Stripping all external header guards 2008/03/31 13:02:19 rt 1.4.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [954286351b7b0ed732297c77db39b17d9a1c75e5]

INTEGRATION: CWS changefileheader (1.9.228); FILE MERGED 2008/04/01 15:45:20 thb 1.9.228.3: #i85898# Stripping all external header guards 2008/04/01 12:43:49 thb 1.9.228.2: #i85898# Stripping all external header guards 2008/03/31 13:02:19 rt 1.9.228.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e047a145eeec82812ddb04748d2aa9053a2c92b7]

INTEGRATION: CWS changefileheader (1.21.278); FILE MERGED 2008/04/01 15:45:20 thb 1.21.278.3: #i85898# Stripping all external header guards 2008/04/01 12:43:49 thb 1.21.278.2: #i85898# Stripping all external header guards 2008/03/31 13:02:19 rt 1.21.278.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce99717e7b01fd9362aaf986ddf326b2b3e4dc1f]

INTEGRATION: CWS changefileheader (1.20.246); FILE MERGED 2008/04/01 15:45:20 thb 1.20.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:18 rt 1.20.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d21158cb5cce272c14e2cb6a48d5b16b2e4cb1d]

INTEGRATION: CWS changefileheader (1.80.52); FILE MERGED 2008/04/01 15:45:19 thb 1.80.52.3: #i85898# Stripping all external header guards 2008/04/01 12:43:49 thb 1.80.52.2: #i85898# Stripping all external header guards 2008/03/31 13:02:18 rt 1.80.52.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb2b8ac6724436993af4d71cf061b464bf629e2c]

INTEGRATION: CWS changefileheader (1.15.246); FILE MERGED 2008/04/01 15:45:19 thb 1.15.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:49 thb 1.15.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:18 rt 1.15.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d8516ad58ee1025a0bb0e19bb988863196e9a6b]

INTEGRATION: CWS changefileheader (1.5.156); FILE MERGED 2008/04/01 15:45:19 thb 1.5.156.3: #i85898# Stripping all external header guards 2008/04/01 12:43:49 thb 1.5.156.2: #i85898# Stripping all external header guards 2008/03/31 13:02:17 rt 1.5.156.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91e7e06efd64c8b0b6f564df17757cc73236f62a]

INTEGRATION: CWS changefileheader (1.7.246); FILE MERGED 2008/04/01 12:43:48 thb 1.7.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:17 rt 1.7.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37b08387ff2f9481e04f7841992387b832bad81c]

INTEGRATION: CWS changefileheader (1.2.26); FILE MERGED 2008/03/31 13:02:17 rt 1.2.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f09b7f6cb007f74103f6b811d1ac1819afe266d8]

INTEGRATION: CWS changefileheader (1.7.246); FILE MERGED 2008/04/01 15:45:18 thb 1.7.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:48 thb 1.7.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:17 rt 1.7.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a48476788b3e1d129b80ec42d88999acf6991ecd]

INTEGRATION: CWS changefileheader (1.5.246); FILE MERGED 2008/04/01 12:43:48 thb 1.5.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:17 rt 1.5.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e6e08c71e5e2786d42447f99f667a112ccf7e30]

INTEGRATION: CWS changefileheader (1.42.24); FILE MERGED 2008/03/31 13:02:17 rt 1.42.24.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [575114a330fca89f4075205d00ef5090ab362d00]

INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/03/31 13:02:17 rt 1.5.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b905a1d2b788c95682d7dbd690d26b1bd9cfa07b]

INTEGRATION: CWS changefileheader (1.2.128); FILE MERGED 2008/03/31 13:02:17 rt 1.2.128.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a9bd02bd701998dca8236b6f59a314849247ff81]

INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/03/31 13:02:17 rt 1.3.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [33e709498040a8a4a37542e7c730853924b0870c]

INTEGRATION: CWS changefileheader (1.26.246); FILE MERGED 2008/03/31 13:02:17 rt 1.26.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6791b459bf8ac81e793385d410ab42ef3968807]

INTEGRATION: CWS changefileheader (1.5.450); FILE MERGED 2008/04/01 15:45:18 thb 1.5.450.2: #i85898# Stripping all external header guards 2008/03/31 13:02:17 rt 1.5.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72f745a2beebe798fca4432fb6d61dc9b8584c1c]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/03/31 13:02:17 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [763e7f5d57e92ff37109b85883204991efad9de7]

INTEGRATION: CWS changefileheader (1.10.244); FILE MERGED 2008/04/01 15:45:18 thb 1.10.244.2: #i85898# Stripping all external header guards 2008/03/31 13:02:17 rt 1.10.244.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b7e0e5f798ea48b7c9e953543459579bc65d850]

INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/03/31 13:02:17 rt 1.9.242.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bef26f349586297613538203deb8d31eb3929c1e]

INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/04/01 15:45:18 thb 1.4.450.3: #i85898# Stripping all external header guards 2008/04/01 12:43:48 thb 1.4.450.2: #i85898# Stripping all external header guards 2008/03/31 13:02:16 rt 1.4.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f93834c7c7b6a5d3449618be6fb61b7251f821bc]

INTEGRATION: CWS changefileheader (1.68.246); FILE MERGED 2008/03/31 13:02:16 rt 1.68.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f30389b3c1f4d24101f6aa0a5cf059e5c2ccd198]

INTEGRATION: CWS changefileheader (1.50.36); FILE MERGED 2008/04/01 15:45:18 thb 1.50.36.3: #i85898# Stripping all external header guards 2008/04/01 12:43:48 thb 1.50.36.2: #i85898# Stripping all external header guards 2008/03/31 13:02:16 rt 1.50.36.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6fe0bea6811978aea65ff9fa0c8da810d2fdbc7c]

INTEGRATION: CWS changefileheader (1.13.20); FILE MERGED 2008/04/01 15:45:18 thb 1.13.20.3: #i85898# Stripping all external header guards 2008/04/01 12:43:48 thb 1.13.20.2: #i85898# Stripping all external header guards 2008/03/31 13:02:16 rt 1.13.20.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [78d6bd7b49f04fde34bfbc88a230a92600fd01d3]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/03/31 13:02:16 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40d74e98436507e5173492eb167d2724b302ee6d]

INTEGRATION: CWS changefileheader (1.5.246); FILE MERGED 2008/04/01 15:45:18 thb 1.5.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:48 thb 1.5.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:16 rt 1.5.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df3d473d514bc0ecbc4ffb985536208e65c14bbf]

INTEGRATION: CWS changefileheader (1.62.128); FILE MERGED 2008/03/31 13:02:16 rt 1.62.128.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fecd8ddbbc4b7627d2f1ad1de5d9860a99400571]

INTEGRATION: CWS changefileheader (1.10.246); FILE MERGED 2008/04/01 12:43:48 thb 1.10.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:16 rt 1.10.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [665d5fba85712f198c63b5d89d42ba97f14ca701]

INTEGRATION: CWS changefileheader (1.25.26); FILE MERGED 2008/04/01 15:45:17 thb 1.25.26.3: #i85898# Stripping all external header guards 2008/04/01 12:43:48 thb 1.25.26.2: #i85898# Stripping all external header guards 2008/03/31 13:02:16 rt 1.25.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c06c7c91cdde35d7c9646a6582f47a6c7f44652]

INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/03/31 13:02:16 rt 1.3.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [167c303773b282a508c5e0b4f8a16d933585a47c]

INTEGRATION: CWS changefileheader (1.11.222); FILE MERGED 2008/04/01 15:45:17 thb 1.11.222.2: #i85898# Stripping all external header guards 2008/03/31 13:02:16 rt 1.11.222.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c56c7cf4cd713556d432c2cdc6c053e45cacb2c5]

INTEGRATION: CWS changefileheader (1.2.388); FILE MERGED 2008/04/01 15:45:17 thb 1.2.388.3: #i85898# Stripping all external header guards 2008/04/01 12:43:47 thb 1.2.388.2: #i85898# Stripping all external header guards 2008/03/31 13:02:15 rt 1.2.388.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7494ce30ea57cd9614731445a67f201cc76dadc6]

INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/04/01 12:43:47 thb 1.4.300.2: #i85898# Stripping all external header guards 2008/03/31 13:02:15 rt 1.4.300.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91261d61451fa2cb09b40c85625c68afd4fd5c0b]

INTEGRATION: CWS changefileheader (1.28.246); FILE MERGED 2008/03/31 13:02:15 rt 1.28.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0dd6899365dc2a69ab0abaca067be6978f3f3b92]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/03/31 13:02:15 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46366f4a75964883417e1f4c2eedec5e5ac6ff62]

INTEGRATION: CWS changefileheader (1.12.234); FILE MERGED 2008/04/01 15:45:17 thb 1.12.234.3: #i85898# Stripping all external header guards 2008/04/01 12:43:47 thb 1.12.234.2: #i85898# Stripping all external header guards 2008/03/31 13:02:15 rt 1.12.234.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0dabcb66b3add580a5bec0875964c566dd619c97]

INTEGRATION: CWS changefileheader (1.7.222); FILE MERGED 2008/04/01 15:45:16 thb 1.7.222.2: #i85898# Stripping all external header guards 2008/03/31 13:02:15 rt 1.7.222.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [130aaf43058d7aa93295826d16be643516b7feda]

INTEGRATION: CWS changefileheader (1.4.774); FILE MERGED 2008/03/31 13:02:14 rt 1.4.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04c6c98fe7bc7033a54f53cf90b7e35b867fff61]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/03/31 13:02:14 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a7fa3c5ce535cad03886874a51465fc4f45a7b3]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/03/31 13:02:14 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3475fd62bd8d17f77691c13b7ed7a998d3cca988]

INTEGRATION: CWS changefileheader (1.6.170); FILE MERGED 2008/04/01 15:45:16 thb 1.6.170.2: #i85898# Stripping all external header guards 2008/03/31 13:02:14 rt 1.6.170.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d682131b5bb653d4eb231feaa72554d970dbdf41]

INTEGRATION: CWS changefileheader (1.8.170); FILE MERGED 2008/04/01 15:45:16 thb 1.8.170.3: #i85898# Stripping all external header guards 2008/04/01 12:43:46 thb 1.8.170.2: #i85898# Stripping all external header guards 2008/03/31 13:02:13 rt 1.8.170.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d13123297d2b61f4e0ad15422a950a0f9eb7dd81]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/03/31 13:02:12 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9db9dd68f4f1c87ad63a9d0534c81631a45af8d8]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/04/01 15:45:15 thb 1.3.774.2: #i85898# Stripping all external header guards 2008/03/31 13:02:11 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ef6361773e8c0b244901c242e8c1580acb76aed]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/04/01 15:45:15 thb 1.6.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:46 thb 1.6.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:11 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de84f8ecdaedc89bd64745fc9d29dd2b662a7fa7]

INTEGRATION: CWS changefileheader (1.5.246); FILE MERGED 2008/04/01 12:43:45 thb 1.5.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:11 rt 1.5.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5c871d5cc60502375c743a5bae8986a7ca0f70a]

INTEGRATION: CWS changefileheader (1.7.246); FILE MERGED 2008/04/01 15:45:14 thb 1.7.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:11 rt 1.7.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b4922fd98844f4f731c8d47779bbace978a1bed]

INTEGRATION: CWS changefileheader (1.7.84); FILE MERGED 2008/03/31 13:02:11 rt 1.7.84.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3dcec5ae783c5fd68b4eec8530e38bd5e417a794]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/04/01 15:45:14 thb 1.6.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:45 thb 1.6.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:11 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc7667d589a22f0ea78b899d47833eb7429c9a76]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/03/31 13:02:11 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5842cdddf23689f2a82e4da04fe329b01e3ff188]

INTEGRATION: CWS changefileheader (1.5.246); FILE MERGED 2008/04/01 15:45:14 thb 1.5.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:44 thb 1.5.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:11 rt 1.5.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0323c316a3d3cf96d70451120949f675440b2a81]

INTEGRATION: CWS changefileheader (1.10.84); FILE MERGED 2008/03/31 13:02:11 rt 1.10.84.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37101c610d3d1588e901c02c74820e9e393ba35d]

INTEGRATION: CWS changefileheader (1.6.432); FILE MERGED 2008/03/31 13:02:11 rt 1.6.432.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5cee6aa005d29b495ade4f2b87fa85ab511b4139]

INTEGRATION: CWS changefileheader (1.4.396); FILE MERGED 2008/03/31 13:02:11 rt 1.4.396.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40d10f8ca3f8dc6466eee3402475435fce37ed85]

INTEGRATION: CWS changefileheader (1.7.246); FILE MERGED 2008/04/01 15:45:14 thb 1.7.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:44 thb 1.7.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:10 rt 1.7.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10e9e374c8bd4736af03467ab12b51b61b459f45]

INTEGRATION: CWS changefileheader (1.8.246); FILE MERGED 2008/03/31 13:02:10 rt 1.8.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba97840fa8760136a822254551604f266ab8cb23]

INTEGRATION: CWS changefileheader (1.8.84); FILE MERGED 2008/04/01 12:43:43 thb 1.8.84.2: #i85898# Stripping all external header guards 2008/03/31 13:02:10 rt 1.8.84.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d0053582d7446c99a81c9014cb5081fdb92cb7b]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/03/31 13:02:10 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [563eaf043c21c4fea662011b47951ea1dac901bc]

INTEGRATION: CWS changefileheader (1.5.246); FILE MERGED 2008/03/31 13:02:10 rt 1.5.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae5a3be004096716c1d059960cc37165359461b7]

INTEGRATION: CWS changefileheader (1.7.246); FILE MERGED 2008/04/01 12:43:43 thb 1.7.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:10 rt 1.7.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22502396851b45b8e69bf0f55db5a8e3a15b3515]

INTEGRATION: CWS changefileheader (1.7.246); FILE MERGED 2008/03/31 13:02:10 rt 1.7.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [461e86620ec58f484b2318d112c715db93bed4ac]

INTEGRATION: CWS changefileheader (1.7.246); FILE MERGED 2008/04/01 15:45:13 thb 1.7.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:43 thb 1.7.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:10 rt 1.7.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01f65a15fa9f822c59df0b1c7ce6147846ab0b83]

INTEGRATION: CWS changefileheader (1.7.246); FILE MERGED 2008/04/01 15:45:13 thb 1.7.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:42 thb 1.7.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:10 rt 1.7.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3ff68bfad8e69edc409d9ee9f08927a8a6a4f8f]

INTEGRATION: CWS changefileheader (1.5.246); FILE MERGED 2008/04/01 15:45:13 thb 1.5.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:42 thb 1.5.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:10 rt 1.5.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b28b4583e39674271cf4ae94252e621f80210aeb]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/04/01 15:45:13 thb 1.6.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:42 thb 1.6.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:09 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e40d48b54352083062042108ed108e90759ee480]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/03/31 13:02:09 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [960e77ba7d6006ab8262fa3b720b85f9717fa256]

INTEGRATION: CWS changefileheader (1.8.246); FILE MERGED 2008/04/01 15:45:13 thb 1.8.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:42 thb 1.8.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:09 rt 1.8.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b1eb6b2062896df81ddf7aaca431bc0522f58b3]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/04/01 15:45:13 thb 1.6.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:09 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59068ab0adc95de513a0908c2a10b9d963e5c4e7]

INTEGRATION: CWS changefileheader (1.9.246); FILE MERGED 2008/04/01 15:45:13 thb 1.9.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:41 thb 1.9.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:09 rt 1.9.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [caf1b0169df1e9acf3420c32e0d2984d1c088628]

INTEGRATION: CWS changefileheader (1.8.246); FILE MERGED 2008/04/01 15:45:13 thb 1.8.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:41 thb 1.8.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:09 rt 1.8.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bef11b5b34928800e3dd392386fe31a308659866]

INTEGRATION: CWS changefileheader (1.7.246); FILE MERGED 2008/04/01 15:45:12 thb 1.7.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:40 thb 1.7.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:09 rt 1.7.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71f4345b7eaaee79bd5cc683bba0b653bec32920]

INTEGRATION: CWS changefileheader (1.9.246); FILE MERGED 2008/04/01 15:45:12 thb 1.9.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:40 thb 1.9.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:08 rt 1.9.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5713dd9724b3a52690e2b07329e665cc2533a1b]

INTEGRATION: CWS changefileheader (1.10.246); FILE MERGED 2008/04/01 15:45:12 thb 1.10.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:40 thb 1.10.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:08 rt 1.10.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43f44f3435743e6031cb763bcd6d6537577951d9]

INTEGRATION: CWS changefileheader (1.18.20); FILE MERGED 2008/04/01 15:45:12 thb 1.18.20.2: #i85898# Stripping all external header guards 2008/03/31 13:02:08 rt 1.18.20.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [74624011c0de9c3ee78a725c9b36e3afe5c7a18e]

INTEGRATION: CWS changefileheader (1.5.246); FILE MERGED 2008/04/01 12:43:39 thb 1.5.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:08 rt 1.5.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0dee944b99b0502f2481a1043960c499b0cc2c07]

INTEGRATION: CWS changefileheader (1.2.300); FILE MERGED 2008/03/31 13:02:07 rt 1.2.300.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60169be4455bb738f11c0d8f2aedfe55be8c5af9]

INTEGRATION: CWS changefileheader (1.11.246); FILE MERGED 2008/04/01 15:45:12 thb 1.11.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:07 rt 1.11.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54bb3978d1cc52b409dc872cd776b78325c31715]

INTEGRATION: CWS changefileheader (1.11.246); FILE MERGED 2008/04/01 15:45:12 thb 1.11.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:39 thb 1.11.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:07 rt 1.11.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96f3346a902679fab5254c870d635d96d0eebe39]

INTEGRATION: CWS changefileheader (1.11.246); FILE MERGED 2008/04/01 15:45:11 thb 1.11.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:39 thb 1.11.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:07 rt 1.11.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1989d56ccede1d8d1cc8db1476c456459c174f1e]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/03/31 13:02:07 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5746f6d0a7cb511c8a08caf4310bda1533be61c0]

INTEGRATION: CWS changefileheader (1.12.432); FILE MERGED 2008/03/31 13:02:07 rt 1.12.432.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0960c9629e5f942f7db6d4cb73c2d378f3098850]

INTEGRATION: CWS changefileheader (1.10.228); FILE MERGED 2008/04/01 15:45:11 thb 1.10.228.2: #i85898# Stripping all external header guards 2008/03/31 13:02:07 rt 1.10.228.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c93b4b9eb54dcc759ac5165a314c31c7333a8d33]

INTEGRATION: CWS changefileheader (1.8.246); FILE MERGED 2008/04/01 15:45:11 thb 1.8.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:06 rt 1.8.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f975b0613bd99cc78f662bb92e04ff6761ac330b]

INTEGRATION: CWS changefileheader (1.8.246); FILE MERGED 2008/04/01 15:45:11 thb 1.8.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:38 thb 1.8.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:06 rt 1.8.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a230b342fe424b955f497bb6a2a84d276c2adeaa]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/04/01 15:45:10 thb 1.6.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:38 thb 1.6.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:06 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6618dec8716306c2664ffa8a8a7de3e5970957aa]

INTEGRATION: CWS changefileheader (1.10.246); FILE MERGED 2008/04/01 15:45:10 thb 1.10.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:38 thb 1.10.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:06 rt 1.10.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f64b811605b4121f8afc26ad2d41564d8e21b276]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/04/01 12:43:37 thb 1.4.246.2: #i85898# Stripping all external header guards 2008/03/31 13:02:06 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49a5b7ac3eb94d4f1f76529432a21e00aebac817]

INTEGRATION: CWS changefileheader (1.10.246); FILE MERGED 2008/03/31 13:02:06 rt 1.10.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a28b9a836a6f179eddda9436103b250b8abf9b1]

INTEGRATION: CWS changefileheader (1.11.26); FILE MERGED 2008/04/01 12:43:37 thb 1.11.26.2: #i85898# Stripping all external header guards 2008/03/31 13:02:06 rt 1.11.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [00d9bbcf6844865fe3b7a42904507f5355365b44]

INTEGRATION: CWS changefileheader (1.4.222); FILE MERGED 2008/04/01 12:43:37 thb 1.4.222.2: #i85898# Stripping all external header guards 2008/03/31 13:02:06 rt 1.4.222.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27495ae3519c0659ea448b6abb4c3dabaa36fefe]

INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/03/31 13:02:05 rt 1.6.84.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa6f4e43b27d5e917d641f93ef7bb610ca0ec233]

INTEGRATION: CWS changefileheader (1.10.76); FILE MERGED 2008/04/01 15:45:10 thb 1.10.76.3: #i85898# Stripping all external header guards 2008/04/01 12:43:36 thb 1.10.76.2: #i85898# Stripping all external header guards 2008/03/31 13:02:05 rt 1.10.76.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49d73c9adc1bccba97cf18cd43c029d40e08acb9]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/04/01 12:43:36 thb 1.3.774.2: #i85898# Stripping all external header guards 2008/03/31 13:02:05 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f328cba1a11d5407efa381292f9ca8f4318fc5fc]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/04/01 15:45:09 thb 1.3.774.3: #i85898# Stripping all external header guards 2008/04/01 12:43:36 thb 1.3.774.2: #i85898# Stripping all external header guards 2008/03/31 13:02:05 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10f66af79b3325494cb0aabf74956b27c74a2e4f]

INTEGRATION: CWS changefileheader (1.5.632); FILE MERGED 2008/03/31 13:02:04 rt 1.5.632.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f42f9ef17d5a9af04c52a28363ce20f669fa1fb]

INTEGRATION: CWS changefileheader (1.6.294); FILE MERGED 2008/04/01 15:45:09 thb 1.6.294.2: #i85898# Stripping all external header guards 2008/03/31 13:02:04 rt 1.6.294.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86522fa04e50868e628d15257830b847b29ae10c]

INTEGRATION: CWS changefileheader (1.7.416); FILE MERGED 2008/04/01 12:43:35 thb 1.7.416.2: #i85898# Stripping all external header guards 2008/03/31 13:02:04 rt 1.7.416.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0dcc26dadf0314419eaa5e251d10c19f9ce251f9]

INTEGRATION: CWS changefileheader (1.6.450); FILE MERGED 2008/04/01 15:45:09 thb 1.6.450.2: #i85898# Stripping all external header guards 2008/03/31 13:02:03 rt 1.6.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3ed69d3fbe34f1891e903f65dfb7f751e1f2255]

INTEGRATION: CWS changefileheader (1.4.416); FILE MERGED 2008/04/01 12:43:35 thb 1.4.416.2: #i85898# Stripping all external header guards 2008/03/31 13:02:03 rt 1.4.416.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6274b10138696eb1d2db3450396f101d70001105]

INTEGRATION: CWS changefileheader (1.5.416); FILE MERGED 2008/04/01 12:43:35 thb 1.5.416.2: #i85898# Stripping all external header guards 2008/03/31 13:02:03 rt 1.5.416.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea2fb18d69608d94327ce46a0b53118ab4d23b1c]

INTEGRATION: CWS changefileheader (1.2.634); FILE MERGED 2008/04/01 15:45:09 thb 1.2.634.3: #i85898# Stripping all external header guards 2008/04/01 12:43:35 thb 1.2.634.2: #i85898# Stripping all external header guards 2008/03/31 13:02:03 rt 1.2.634.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf6e243c12e621fc5499b307c80d4be410659738]

INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/04/01 12:43:35 thb 1.4.450.2: #i85898# Stripping all external header guards 2008/03/31 13:02:03 rt 1.4.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ea89dbcc90b6f64dab949ce73884d523d9adb67]

INTEGRATION: CWS changefileheader (1.2.432); FILE MERGED 2008/04/01 15:45:08 thb 1.2.432.3: #i85898# Stripping all external header guards 2008/04/01 12:43:34 thb 1.2.432.2: #i85898# Stripping all external header guards 2008/03/31 13:02:03 rt 1.2.432.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83fda416289060c12fb67a5d2b1020ab713a5d62]

INTEGRATION: CWS changefileheader (1.3.396); FILE MERGED 2008/03/31 13:02:03 rt 1.3.396.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef23515c4faba8210946c011a84a904455c469bc]

INTEGRATION: CWS changefileheader (1.4.432); FILE MERGED 2008/04/01 15:45:08 thb 1.4.432.3: #i85898# Stripping all external header guards 2008/04/01 12:43:34 thb 1.4.432.2: #i85898# Stripping all external header guards 2008/03/31 13:02:03 rt 1.4.432.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb15807ddd7e47afdcdb9e8ed302e9f675eb2a8b]

INTEGRATION: CWS changefileheader (1.5.432); FILE MERGED 2008/04/01 15:45:08 thb 1.5.432.2: #i85898# Stripping all external header guards 2008/03/31 13:02:02 rt 1.5.432.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a23e1376d31406b7d79f6efb1d47f37b92a3b6c]

INTEGRATION: CWS changefileheader (1.5.432); FILE MERGED 2008/03/31 13:02:02 rt 1.5.432.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55651cf35c5350abb13d2b32c075b09cedcd92c2]

INTEGRATION: CWS changefileheader (1.5.278); FILE MERGED 2008/04/01 15:45:07 thb 1.5.278.3: #i85898# Stripping all external header guards 2008/04/01 12:43:34 thb 1.5.278.2: #i85898# Stripping all external header guards 2008/03/31 13:02:02 rt 1.5.278.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [113e2d468880248b127c435583b82e1cc7c4eaf9]

INTEGRATION: CWS changefileheader (1.10.278); FILE MERGED 2008/04/01 15:45:07 thb 1.10.278.3: #i85898# Stripping all external header guards 2008/04/01 12:43:34 thb 1.10.278.2: #i85898# Stripping all external header guards 2008/03/31 13:02:02 rt 1.10.278.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb8126cd9ef97fd33a32f9a79a009ac4beec7852]

INTEGRATION: CWS changefileheader (1.8.278); FILE MERGED 2008/04/01 15:45:07 thb 1.8.278.3: #i85898# Stripping all external header guards 2008/04/01 12:43:34 thb 1.8.278.2: #i85898# Stripping all external header guards 2008/03/31 13:02:02 rt 1.8.278.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b0590e6b13acea19fe643ceab5c4efaaf713bb8e]

INTEGRATION: CWS changefileheader (1.12.246); FILE MERGED 2008/03/31 13:02:02 rt 1.12.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf454e5a7ea484f2acdd3d1d183fa6791cb90751]

INTEGRATION: CWS changefileheader (1.29.206); FILE MERGED 2008/04/01 15:45:07 thb 1.29.206.2: #i85898# Stripping all external header guards 2008/03/31 13:02:01 rt 1.29.206.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [85dede5fd29cb7b1baaa4843476c3fde061c11ea]

INTEGRATION: CWS changefileheader (1.5.246); FILE MERGED 2008/03/31 13:02:01 rt 1.5.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [877a58b9eeaf55dd0ad13ac9ffbaca8c45a7bccc]

INTEGRATION: CWS changefileheader (1.35.206); FILE MERGED 2008/04/01 15:45:07 thb 1.35.206.2: #i85898# Stripping all external header guards 2008/03/31 13:02:01 rt 1.35.206.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51e0a70fce787cb2d58ebaece88d59eb3ee8d181]

INTEGRATION: CWS changefileheader (1.33.244); FILE MERGED 2008/04/01 15:45:07 thb 1.33.244.3: #i85898# Stripping all external header guards 2008/04/01 12:43:34 thb 1.33.244.2: #i85898# Stripping all external header guards 2008/03/31 13:02:01 rt 1.33.244.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe35490a2b670dd2093b6f67ef1faa79a0026ad5]

INTEGRATION: CWS changefileheader (1.53.412); FILE MERGED 2008/04/01 15:45:06 thb 1.53.412.2: #i85898# Stripping all external header guards 2008/03/31 13:02:01 rt 1.53.412.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e44e840f9dec3bf1d18ef538d5674c7d05995b7]

INTEGRATION: CWS changefileheader (1.4.428); FILE MERGED 2008/03/31 13:02:01 rt 1.4.428.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8added6e0da2f8ed6deb02a3557eb4d63a5fb466]

INTEGRATION: CWS changefileheader (1.38.26); FILE MERGED 2008/04/01 15:45:06 thb 1.38.26.2: #i85898# Stripping all external header guards 2008/03/31 13:02:01 rt 1.38.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dfc77a1648d5e0990221e69b91e4f4db9af832ac]

INTEGRATION: CWS changefileheader (1.7.246); FILE MERGED 2008/03/31 13:02:00 rt 1.7.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56e9236081fa5d261bab45a7658d148c54c480ef]

INTEGRATION: CWS changefileheader (1.19.412); FILE MERGED 2008/03/31 13:02:00 rt 1.19.412.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e94eb9a01b459a5ec05ba4136d4df346c59726f]

INTEGRATION: CWS changefileheader (1.6.774); FILE MERGED 2008/03/31 13:02:00 rt 1.6.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e849382a03c36b35097b1783426ccc7824ded66]

INTEGRATION: CWS changefileheader (1.5.454); FILE MERGED 2008/03/31 13:02:00 rt 1.5.454.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff36730f6565b2c38beff1fa1f6980a6a71b5b29]

INTEGRATION: CWS changefileheader (1.5.222); FILE MERGED 2008/03/31 13:01:59 rt 1.5.222.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8b43b08bc63544633eaebe7aa1364ed53eab9e1]

INTEGRATION: CWS changefileheader (1.20.246); FILE MERGED 2008/03/31 13:01:59 rt 1.20.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0cbd8cf56d8229e910798ef4e8dba0a3052befc]

INTEGRATION: CWS changefileheader (1.9.170); FILE MERGED 2008/03/31 13:01:59 rt 1.9.170.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a506913e4351176950b8fc6189db16cc8707ae21]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/03/31 13:01:59 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [343816312ffb7d573dd419c10a1917288c3def98]

INTEGRATION: CWS changefileheader (1.6.82); FILE MERGED 2008/03/31 13:01:59 rt 1.6.82.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b0a504642c2e6c94980087d622ad295e63efc3e]

INTEGRATION: CWS changefileheader (1.7.412); FILE MERGED 2008/03/31 13:01:58 rt 1.7.412.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b8dcd79763dc1cc81a7bc2efbc9404f19d5e481]

INTEGRATION: CWS changefileheader (1.5.82); FILE MERGED 2008/03/31 13:01:58 rt 1.5.82.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f11be7b50d68ecab437717bcc4defebb04142134]

INTEGRATION: CWS changefileheader (1.2.774); FILE MERGED 2008/03/31 13:01:57 rt 1.2.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7dc21efe5b3b4c73eb24ca1894e21fb8c010543c]

INTEGRATION: CWS changefileheader (1.7.432); FILE MERGED 2008/03/31 13:01:57 rt 1.7.432.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d026f31263889d29925e7063db9ed39d2eab1846]

INTEGRATION: CWS changefileheader (1.21.306); FILE MERGED 2008/03/31 13:01:57 rt 1.21.306.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db7eddfb0719d252d8afe8ad939287cfbe9fc5d2]

INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/03/31 13:01:57 rt 1.3.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef37c7d1092555e0692b00a6f599930b50254104]

INTEGRATION: CWS changefileheader (1.12.220); FILE MERGED 2008/04/01 15:45:06 thb 1.12.220.2: #i85898# Stripping all external header guards 2008/03/31 13:01:56 rt 1.12.220.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ebd4ec3e1c357aa73296933e7661185f9a859df3]

INTEGRATION: CWS changefileheader (1.12.222); FILE MERGED 2008/04/01 15:45:05 thb 1.12.222.2: #i85898# Stripping all external header guards 2008/03/31 13:01:56 rt 1.12.222.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27f6c7313c540ee1c5e657b6edc46e9bfb307e71]

INTEGRATION: CWS changefileheader (1.18.220); FILE MERGED 2008/04/01 15:45:05 thb 1.18.220.2: #i85898# Stripping all external header guards 2008/03/31 13:01:56 rt 1.18.220.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d2f319028aaac1e1f85b5343a2e3c26b1053020]

INTEGRATION: CWS changefileheader (1.9.450); FILE MERGED 2008/04/01 15:45:05 thb 1.9.450.2: #i85898# Stripping all external header guards 2008/03/31 13:01:56 rt 1.9.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53526ca65696a66294de015cbd5ceba789d6705b]

INTEGRATION: CWS changefileheader (1.12.552); FILE MERGED 2008/03/31 13:01:56 rt 1.12.552.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20aabc612ac0292f6df0c34038ace8d3fc2868b0]

INTEGRATION: CWS changefileheader (1.7.450); FILE MERGED 2008/03/31 13:01:55 rt 1.7.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b0ed4e539c614db18bc6d444b49257bd43778ecd]

INTEGRATION: CWS changefileheader (1.5.450); FILE MERGED 2008/04/01 15:45:05 thb 1.5.450.2: #i85898# Stripping all external header guards 2008/03/31 13:01:55 rt 1.5.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81f898684a152de02db3485c8f65c73a86f6d45d]

INTEGRATION: CWS changefileheader (1.19.246); FILE MERGED 2008/04/01 15:45:05 thb 1.19.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:55 rt 1.19.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [78ee625c11d99d7852fef8b114847b1f46babb25]

INTEGRATION: CWS changefileheader (1.75.36); FILE MERGED 2008/04/01 15:45:04 thb 1.75.36.3: #i85898# Stripping all external header guards 2008/04/01 12:43:34 thb 1.75.36.2: #i85898# Stripping all external header guards 2008/03/31 13:01:55 rt 1.75.36.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c23284ecf570e5da02f82f505ce383d643138ee]

INTEGRATION: CWS changefileheader (1.31.306); FILE MERGED 2008/03/31 13:01:55 rt 1.31.306.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [801e40741b6ca16de4af583f948ef35b11482ab4]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/03/31 13:01:55 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [caccc95eff7a79e77a278e8eee24f5fae8ba8ea1]

INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/03/31 13:01:55 rt 1.3.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f456ac23d891a46b6e4b27e7c6ecbb808dda8cd]

INTEGRATION: CWS changefileheader (1.12.228); FILE MERGED 2008/04/01 12:43:34 thb 1.12.228.2: #i85898# Stripping all external header guards 2008/03/31 13:01:55 rt 1.12.228.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8fcda9de468400524a7517c7e14683173e18f6fc]

INTEGRATION: CWS changefileheader (1.5.306); FILE MERGED 2008/03/31 13:01:54 rt 1.5.306.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91b6e1595b9f7012321aa3eabdf0b5c6834d5d2a]

INTEGRATION: CWS changefileheader (1.5.246); FILE MERGED 2008/04/01 12:43:33 thb 1.5.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:54 rt 1.5.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cffd65396564f04ca4e6f2c76e31694c67394dcf]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/03/31 13:01:54 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86d114a01a6707b46c9654c5493d2e5dda4ce92a]

INTEGRATION: CWS changefileheader (1.9.206); FILE MERGED 2008/03/31 13:01:54 rt 1.9.206.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [349811c7512681bfd57c8a80858664b7bc807017]

INTEGRATION: CWS changefileheader (1.28.306); FILE MERGED 2008/03/31 13:01:54 rt 1.28.306.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9567911c54f52a2755f7bb78e593b959a24b43b]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/03/31 13:01:54 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e373c8dcd90878f60c25ad1833765c747d1ec3ac]

INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/03/31 13:01:54 rt 1.3.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f321289a8dd2b237c91bf0c926e1c67d35f7b734]

INTEGRATION: CWS changefileheader (1.10.228); FILE MERGED 2008/03/31 13:01:54 rt 1.10.228.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0915024ee81da367836e4d74d976654c3ab1086]

INTEGRATION: CWS changefileheader (1.4.774); FILE MERGED 2008/04/01 15:45:04 thb 1.4.774.3: #i85898# Stripping all external header guards 2008/04/01 12:43:33 thb 1.4.774.2: #i85898# Stripping all external header guards 2008/03/31 13:01:54 rt 1.4.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ae65cdfb8034a8eea62e28077335ea034196bd6]

INTEGRATION: CWS changefileheader (1.15.36); FILE MERGED 2008/04/01 15:45:04 thb 1.15.36.3: #i85898# Stripping all external header guards 2008/04/01 12:43:33 thb 1.15.36.2: #i85898# Stripping all external header guards 2008/03/31 13:01:54 rt 1.15.36.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3f164838bade740ca2d75d6f4c80d4935dc7786]

INTEGRATION: CWS changefileheader (1.16.246); FILE MERGED 2008/04/01 15:45:04 thb 1.16.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:33 thb 1.16.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:54 rt 1.16.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47900be601b8f8620998e7425de44d1789bf3e7d]

INTEGRATION: CWS changefileheader (1.17.432); FILE MERGED 2008/04/01 15:45:04 thb 1.17.432.3: #i85898# Stripping all external header guards 2008/04/01 12:43:33 thb 1.17.432.2: #i85898# Stripping all external header guards 2008/03/31 13:01:54 rt 1.17.432.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e4747dc1a670e2d0560579fa41d25a02a787e90]

INTEGRATION: CWS changefileheader (1.23.246); FILE MERGED 2008/04/01 15:45:04 thb 1.23.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:33 thb 1.23.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:54 rt 1.23.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72204f97204907a368523970b6ebfb3973d0c944]

INTEGRATION: CWS changefileheader (1.5.82); FILE MERGED 2008/03/31 13:01:53 rt 1.5.82.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94ad66cb9187115b06675e18bb06bfe60750ed40]

INTEGRATION: CWS changefileheader (1.12.240); FILE MERGED 2008/04/01 15:45:03 thb 1.12.240.2: #i85898# Stripping all external header guards 2008/03/31 13:01:53 rt 1.12.240.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27c1b866c0277bb7ba4a1db21edec76b9cb7bd02]

INTEGRATION: CWS changefileheader (1.5.450); FILE MERGED 2008/04/01 15:45:03 thb 1.5.450.3: #i85898# Stripping all external header guards 2008/04/01 12:43:33 thb 1.5.450.2: #i85898# Stripping all external header guards 2008/03/31 13:01:53 rt 1.5.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af943377ccd81f83de2231660c9ccf0c538e77f0]

INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/04/01 15:45:03 thb 1.4.450.3: #i85898# Stripping all external header guards 2008/04/01 12:43:33 thb 1.4.450.2: #i85898# Stripping all external header guards 2008/03/31 13:01:53 rt 1.4.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e850c1242aa0f01bdf42b79bdd403e75898119fd]

INTEGRATION: CWS changefileheader (1.11.774); FILE MERGED 2008/03/31 13:01:53 rt 1.11.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7055be5294d6e6ed0a786e1697bec18f5603729]

INTEGRATION: CWS changefileheader (1.14.246); FILE MERGED 2008/04/01 12:43:32 thb 1.14.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:52 rt 1.14.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef2f3748afcfda401cf340d9084f55320e955b49]

INTEGRATION: CWS changefileheader (1.6.450); FILE MERGED 2008/03/31 13:01:52 rt 1.6.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cbfec3de8f0d3930ed9ef9ce7848f336e0edf033]

INTEGRATION: CWS changefileheader (1.6.170); FILE MERGED 2008/04/01 12:43:32 thb 1.6.170.2: #i85898# Stripping all external header guards 2008/03/31 13:01:52 rt 1.6.170.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b2ed5364458ff877f7253843fd231e14d87cd8ad]

INTEGRATION: CWS changefileheader (1.57.126); FILE MERGED 2008/04/01 15:45:03 thb 1.57.126.3: #i85898# Stripping all external header guards 2008/04/01 12:43:31 thb 1.57.126.2: #i85898# Stripping all external header guards 2008/03/31 13:01:51 rt 1.57.126.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [98c94c49e2fe78ab2c34409b5f155f4271e7d802]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/04/01 12:43:31 thb 1.4.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:51 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d0c3ba881aa76faa45c792e39cb1d4537af8982]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/03/31 13:01:51 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52502c91d7723fd58b91912f25ca47a7f95811b8]

INTEGRATION: CWS changefileheader (1.2.772); FILE MERGED 2008/03/31 13:01:51 rt 1.2.772.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40e111162a34875aa61d40f227145a702b2ff827]

INTEGRATION: CWS changefileheader (1.50.222); FILE MERGED 2008/04/01 15:45:02 thb 1.50.222.3: #i85898# Stripping all external header guards 2008/04/01 12:43:31 thb 1.50.222.2: #i85898# Stripping all external header guards 2008/03/31 13:01:51 rt 1.50.222.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82782512b31aaddd151acdbea7f463c1d161e918]

INTEGRATION: CWS changefileheader (1.5.246); FILE MERGED 2008/04/01 15:45:02 thb 1.5.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:31 thb 1.5.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:51 rt 1.5.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a3e60bb966a868999947c87c59113882f4f162db]

INTEGRATION: CWS changefileheader (1.5.432); FILE MERGED 2008/03/31 13:01:50 rt 1.5.432.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b00a9ea5bfd8eef22b8e22e9307223580f7d32f]

INTEGRATION: CWS changefileheader (1.14.246); FILE MERGED 2008/03/31 13:01:50 rt 1.14.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [00354ec6fafec23f980261d9da79d2b57f405a25]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/04/01 15:45:02 thb 1.6.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:31 thb 1.6.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:50 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f348d9b71bdcd338769af0472f4a6ac6a29e36bb]

INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/04/01 15:45:02 thb 1.4.450.3: #i85898# Stripping all external header guards 2008/04/01 12:43:31 thb 1.4.450.2: #i85898# Stripping all external header guards 2008/03/31 13:01:50 rt 1.4.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06c48f7cec8cd82e1723bb13004a31783857c5f3]

INTEGRATION: CWS changefileheader (1.7.246); FILE MERGED 2008/03/31 13:01:50 rt 1.7.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef5fdb9da574fd99543e732dc75f19b6dc09db08]

INTEGRATION: CWS changefileheader (1.43.228); FILE MERGED 2008/04/01 15:45:02 thb 1.43.228.3: #i85898# Stripping all external header guards 2008/04/01 12:43:31 thb 1.43.228.2: #i85898# Stripping all external header guards 2008/03/31 13:01:50 rt 1.43.228.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8d973abb7455546430a9889a9244b6036d8198b]

INTEGRATION: CWS changefileheader (1.14.234); FILE MERGED 2008/03/31 13:01:50 rt 1.14.234.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7c0d89a18b686d74d8227af086604021647ab97]

INTEGRATION: CWS changefileheader (1.11.26); FILE MERGED 2008/04/01 15:45:01 thb 1.11.26.3: #i85898# Stripping all external header guards 2008/04/01 12:43:31 thb 1.11.26.2: #i85898# Stripping all external header guards 2008/03/31 13:01:45 rt 1.11.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8912931cf4ab30bfa4bf432df4675df346e44fcb]

INTEGRATION: CWS changefileheader (1.36.26); FILE MERGED 2008/03/31 13:01:45 rt 1.36.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [151ea17b9923e435758cdaa08547c1a815607c28]

INTEGRATION: CWS changefileheader (1.21.26); FILE MERGED 2008/04/01 15:45:01 thb 1.21.26.3: #i85898# Stripping all external header guards 2008/04/01 12:43:30 thb 1.21.26.2: #i85898# Stripping all external header guards 2008/03/31 13:01:45 rt 1.21.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ac419760285650fb1239cedaf83b4cdd9c72a66]

INTEGRATION: CWS changefileheader (1.7.306); FILE MERGED 2008/03/31 13:01:45 rt 1.7.306.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6e926adb99d12127049b9ace39636d0eef8dbc9]

INTEGRATION: CWS changefileheader (1.19.26); FILE MERGED 2008/04/01 15:45:01 thb 1.19.26.3: #i85898# Stripping all external header guards 2008/04/01 12:43:30 thb 1.19.26.2: #i85898# Stripping all external header guards 2008/03/31 13:01:45 rt 1.19.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [77c412ecc638ef739bb883eebbfd823872071ee3]

INTEGRATION: CWS changefileheader (1.7.432); FILE MERGED 2008/03/31 13:01:45 rt 1.7.432.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [709367f27ba8a1bc577da3049761fb8cbd5f295c]

INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/03/31 13:01:44 rt 1.3.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9982669aae191852c2cd34ba54fd201ac7932c9]

INTEGRATION: CWS changefileheader (1.39.26); FILE MERGED 2008/03/31 13:01:44 rt 1.39.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a061a878e598da29de4e424107c936f0f61e8bf1]

INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/03/31 13:01:44 rt 1.5.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4d5b36d2e86e4984e77f8c18dccbde81742d593]

INTEGRATION: CWS changefileheader (1.9.26); FILE MERGED 2008/04/01 15:45:01 thb 1.9.26.2: #i85898# Stripping all external header guards 2008/03/31 13:01:44 rt 1.9.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f70e7d037ffaad1c3dd8f1ba5236aaa264538344]

INTEGRATION: CWS changefileheader (1.47.128); FILE MERGED 2008/03/31 13:01:44 rt 1.47.128.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d64feb37d85b25c96d13286e996f463e91d12747]

INTEGRATION: CWS changefileheader (1.7.128); FILE MERGED 2008/03/31 13:01:44 rt 1.7.128.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c177d1d0ef920882355bd8e8904e534aa9bb358f]

INTEGRATION: CWS changefileheader (1.31.72); FILE MERGED 2008/04/01 15:45:01 thb 1.31.72.3: #i85898# Stripping all external header guards 2008/04/01 12:43:30 thb 1.31.72.2: #i85898# Stripping all external header guards 2008/03/31 13:01:44 rt 1.31.72.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f523a8d8b0b19b7c1cf9b9bcab1d5ba18fd9849f]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/04/01 15:45:01 thb 1.3.774.2: #i85898# Stripping all external header guards 2008/03/31 13:01:44 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b8fee524b61e3be34a136aafec47561c422e8c9]

INTEGRATION: CWS changefileheader (1.4.432); FILE MERGED 2008/03/31 13:01:44 rt 1.4.432.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7876163a107a7ec4b3644c53980df020bc2087a]

INTEGRATION: CWS changefileheader (1.15.546); FILE MERGED 2008/03/31 13:01:43 rt 1.15.546.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8466d504f66a5394365fb49e5d963cb75164933]

INTEGRATION: CWS changefileheader (1.42.246); FILE MERGED 2008/03/31 13:01:43 rt 1.42.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0bfc5689164284c7147dc7ddcf9088ab9adc008b]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/03/31 13:01:43 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [514e1fd0cbba207a25d56b5fcc2dd03b05c08053]

INTEGRATION: CWS changefileheader (1.9.228); FILE MERGED 2008/04/01 15:45:00 thb 1.9.228.3: #i85898# Stripping all external header guards 2008/04/01 12:43:30 thb 1.9.228.2: #i85898# Stripping all external header guards 2008/03/31 13:01:43 rt 1.9.228.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3bdec970e0934ebd0f0ff9d4d9361f9103513cb]

INTEGRATION: CWS changefileheader (1.11.220); FILE MERGED 2008/03/31 13:01:40 rt 1.11.220.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [70344304877993fdb47afda3a3d23c3d9d5ea340]

INTEGRATION: CWS changefileheader (1.6.306); FILE MERGED 2008/03/31 13:01:40 rt 1.6.306.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [28bdcee8d985269899937de41096faa9386985d8]

INTEGRATION: CWS changefileheader (1.28.306); FILE MERGED 2008/03/31 13:01:40 rt 1.28.306.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31d5af095395ec412c3c468cd9100b75eef936d5]

INTEGRATION: CWS changefileheader (1.4.546); FILE MERGED 2008/04/01 15:45:00 thb 1.4.546.2: #i85898# Stripping all external header guards 2008/03/31 13:01:40 rt 1.4.546.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [473299a0462a416a623cf384e24a4bbe24bde5d1]

INTEGRATION: CWS changefileheader (1.2.774); FILE MERGED 2008/03/31 13:01:39 rt 1.2.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4dd49bd06d288cc7e715d4483930b42501eb25d]

INTEGRATION: CWS changefileheader (1.14.170); FILE MERGED 2008/04/01 15:45:00 thb 1.14.170.3: #i85898# Stripping all external header guards 2008/04/01 12:43:30 thb 1.14.170.2: #i85898# Stripping all external header guards 2008/03/31 13:01:39 rt 1.14.170.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47f612e005978c4d9c1d193cc55ef29fa6f2abf4]

INTEGRATION: CWS changefileheader (1.5.450); FILE MERGED 2008/03/31 13:01:39 rt 1.5.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5297458bd854ed1515aeb4e391edcb48435c254a]

INTEGRATION: CWS changefileheader (1.28.306); FILE MERGED 2008/03/31 13:01:39 rt 1.28.306.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b9f88cb99711275c4c7238980415f5cf6412d9f]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/03/31 13:01:39 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6fe6b22604d98b6a271717cdb884b61eb6b08707]

INTEGRATION: CWS changefileheader (1.9.246); FILE MERGED 2008/04/01 15:45:00 thb 1.9.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:39 rt 1.9.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca45dca5dff4bb76d27858ba8730c142eebaf91f]

INTEGRATION: CWS changefileheader (1.53.246); FILE MERGED 2008/03/31 13:01:39 rt 1.53.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d8d34df2b491eab1f09f6f8e5a632d75e14b5ba]

INTEGRATION: CWS changefileheader (1.4.774); FILE MERGED 2008/03/31 13:01:39 rt 1.4.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [78fc24c72b61a5d5e662c1a219c826e80858a2ea]

INTEGRATION: CWS changefileheader (1.26.246); FILE MERGED 2008/04/01 15:44:59 thb 1.26.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:30 thb 1.26.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:39 rt 1.26.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d713aca268b159a057dae92265f986ec93993d4f]

INTEGRATION: CWS changefileheader (1.33.206); FILE MERGED 2008/04/01 15:44:59 thb 1.33.206.3: #i85898# Stripping all external header guards 2008/04/01 12:43:29 thb 1.33.206.2: #i85898# Stripping all external header guards 2008/03/31 13:01:38 rt 1.33.206.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f50c9d0cc334f4e3a029f1f12999ba4f3b1367c6]

INTEGRATION: CWS changefileheader (1.16.294); FILE MERGED 2008/04/01 15:44:59 thb 1.16.294.3: #i85898# Stripping all external header guards 2008/04/01 12:43:29 thb 1.16.294.2: #i85898# Stripping all external header guards 2008/03/31 13:01:38 rt 1.16.294.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4bf93474060747601d597be7c74149b1b7d0fb45]

INTEGRATION: CWS changefileheader (1.24.206); FILE MERGED 2008/04/01 12:43:29 thb 1.24.206.2: #i85898# Stripping all external header guards 2008/03/31 13:01:38 rt 1.24.206.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [facb92b1e619f9378fe7d1b5501f7adb6281c21b]

INTEGRATION: CWS changefileheader (1.5.246); FILE MERGED 2008/03/31 13:01:38 rt 1.5.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de9fc281f6f6dea35233b9b79a530669d8e706be]

INTEGRATION: CWS changefileheader (1.9.246); FILE MERGED 2008/04/01 15:44:58 thb 1.9.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:38 rt 1.9.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a901af681259726c164fe88fbad056b11636524]

INTEGRATION: CWS changefileheader (1.6.432); FILE MERGED 2008/04/01 15:44:58 thb 1.6.432.2: #i85898# Stripping all external header guards 2008/03/31 13:01:38 rt 1.6.432.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16cbfe50cf03cdb437dfdc57919a6e306b13c75d]

INTEGRATION: CWS changefileheader (1.7.450); FILE MERGED 2008/04/01 15:44:58 thb 1.7.450.2: #i85898# Stripping all external header guards 2008/03/31 13:01:38 rt 1.7.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7124c60609e5ca01cf2d773b46e24fe4af55a7a]

INTEGRATION: CWS changefileheader (1.6.222); FILE MERGED 2008/04/01 15:44:58 thb 1.6.222.2: #i85898# Stripping all external header guards 2008/03/31 13:01:38 rt 1.6.222.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5932d02d9cc94b5bc3cbbdfac7f3ee44706b55f8]

INTEGRATION: CWS changefileheader (1.20.222); FILE MERGED 2008/04/01 15:44:57 thb 1.20.222.3: #i85898# Stripping all external header guards 2008/04/01 12:43:29 thb 1.20.222.2: #i85898# Stripping all external header guards 2008/03/31 13:01:37 rt 1.20.222.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e89aad64ab47d7a1e5b51bb29c0e240e9328c5f9]

INTEGRATION: CWS changefileheader (1.10.450); FILE MERGED 2008/03/31 13:01:37 rt 1.10.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3dd41638b800c74c99987495501ff6fdde59243]

INTEGRATION: CWS changefileheader (1.5.246); FILE MERGED 2008/03/31 13:01:37 rt 1.5.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [74231e8b9ad6dd3a949ddb54f41f6f8870ff5ad9]

INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/03/31 13:01:37 rt 1.4.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2c2ab98fe6577862f961594d72e08117046c22d]

INTEGRATION: CWS changefileheader (1.6.432); FILE MERGED 2008/04/01 15:44:57 thb 1.6.432.3: #i85898# Stripping all external header guards 2008/04/01 12:43:29 thb 1.6.432.2: #i85898# Stripping all external header guards 2008/03/31 13:01:37 rt 1.6.432.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3023241320c11c4c5b99ee0e95d83a9840d94c8]

INTEGRATION: CWS changefileheader (1.26.284); FILE MERGED 2008/04/01 15:44:57 thb 1.26.284.2: #i85898# Stripping all external header guards 2008/03/31 13:01:37 rt 1.26.284.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0511f290d0e4d2089e70daaa4495e0363bc4174]

INTEGRATION: CWS changefileheader (1.14.84); FILE MERGED 2008/04/01 15:44:57 thb 1.14.84.3: #i85898# Stripping all external header guards 2008/04/01 12:43:29 thb 1.14.84.2: #i85898# Stripping all external header guards 2008/03/31 13:01:37 rt 1.14.84.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6fd832d67570a2402b287f81ca2e5eaebc19eac8]

INTEGRATION: CWS changefileheader (1.7.170); FILE MERGED 2008/04/01 15:44:57 thb 1.7.170.2: #i85898# Stripping all external header guards 2008/03/31 13:01:37 rt 1.7.170.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64657079cd19c3d9be8ce01bc6fb28b046201b24]

INTEGRATION: CWS changefileheader (1.5.170); FILE MERGED 2008/04/01 12:43:29 thb 1.5.170.2: #i85898# Stripping all external header guards 2008/03/31 13:01:37 rt 1.5.170.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3dbe5e2a44b6502bccdc51f73ded8749631f7fa9]

INTEGRATION: CWS changefileheader (1.18.26); FILE MERGED 2008/03/31 13:01:37 rt 1.18.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4bf753f4c0be4f81178dc3f26b7576a55090ca07]

INTEGRATION: CWS changefileheader (1.11.246); FILE MERGED 2008/04/01 15:44:57 thb 1.11.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:29 thb 1.11.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:36 rt 1.11.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c37d89879e8beafafc8f27c9c2269aeb430ce769]

INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/04/01 12:43:29 thb 1.3.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:36 rt 1.3.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2465dcccaf613aa4593353d5a0857e62939220e]

INTEGRATION: CWS changefileheader (1.10.244); FILE MERGED 2008/04/01 15:44:57 thb 1.10.244.2: #i85898# Stripping all external header guards 2008/03/31 13:01:36 rt 1.10.244.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [927039163fb9fe824b8914048652894dbb106966]

INTEGRATION: CWS changefileheader (1.14.246); FILE MERGED 2008/04/01 15:44:57 thb 1.14.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:29 thb 1.14.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:36 rt 1.14.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [550bd939e8c3fc05b3791cf8657ff49a5b2eedff]

INTEGRATION: CWS changefileheader (1.39.170); FILE MERGED 2008/04/01 15:44:56 thb 1.39.170.3: #i85898# Stripping all external header guards 2008/04/01 12:43:28 thb 1.39.170.2: #i85898# Stripping all external header guards 2008/03/31 13:01:36 rt 1.39.170.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6fe3e32acb8b9f3a2dbe0caeaa5880da40310457]

INTEGRATION: CWS changefileheader (1.5.76); FILE MERGED 2008/03/31 13:01:36 rt 1.5.76.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b54e112e03f33ac9f4f85c62d232c95d8977e921]

INTEGRATION: CWS changefileheader (1.5.246); FILE MERGED 2008/04/01 15:44:56 thb 1.5.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:28 thb 1.5.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:36 rt 1.5.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5235f09bd5f5dec73412d8e157856f7c3cc47dc6]

INTEGRATION: CWS changefileheader (1.6.450); FILE MERGED 2008/04/01 15:44:56 thb 1.6.450.3: #i85898# Stripping all external header guards 2008/04/01 12:43:28 thb 1.6.450.2: #i85898# Stripping all external header guards 2008/03/31 13:01:36 rt 1.6.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0bc022cc0b16cd80769e7ffd1342b038b674b3f]

INTEGRATION: CWS changefileheader (1.10.306); FILE MERGED 2008/03/31 13:01:36 rt 1.10.306.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b2940798c206903e89dfdda6d001c78971a1cce]

INTEGRATION: CWS changefileheader (1.9.244); FILE MERGED 2008/04/01 15:44:56 thb 1.9.244.3: #i85898# Stripping all external header guards 2008/04/01 12:43:28 thb 1.9.244.2: #i85898# Stripping all external header guards 2008/03/31 13:01:36 rt 1.9.244.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22f2b3ec7218f8bc81a25cc3bce056ed17200c8f]

INTEGRATION: CWS changefileheader (1.35.246); FILE MERGED 2008/03/31 13:01:36 rt 1.35.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b984d6b83d5367b5cb10fe01ee13ce1337cb82b7]

INTEGRATION: CWS changefileheader (1.17.246); FILE MERGED 2008/04/01 15:44:56 thb 1.17.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:35 rt 1.17.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7c21f205969c43f371643487dab2f8bfc3323e0]

INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/04/01 15:44:56 thb 1.3.450.2: #i85898# Stripping all external header guards 2008/03/31 13:01:35 rt 1.3.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9fde18d96a56a6ee4ae2fef8b85d64eb95208a4e]

INTEGRATION: CWS changefileheader (1.58.246); FILE MERGED 2008/03/31 13:01:35 rt 1.58.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a93e561bc0573847e76aea73364fef38ee465d5]

INTEGRATION: CWS changefileheader (1.25.246); FILE MERGED 2008/04/01 15:44:56 thb 1.25.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:35 rt 1.25.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c0152c53cbdd68351461a565120cfe48709a8247]

INTEGRATION: CWS changefileheader (1.9.246); FILE MERGED 2008/04/01 12:43:28 thb 1.9.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:35 rt 1.9.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9fb259fd7946bea60b65e9e577364dce1b65d7af]

INTEGRATION: CWS changefileheader (1.11.246); FILE MERGED 2008/03/31 13:01:35 rt 1.11.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db80aa548b35532fe89e36ce432a006bf80b8720]

INTEGRATION: CWS changefileheader (1.13.222); FILE MERGED 2008/04/01 15:44:56 thb 1.13.222.3: #i85898# Stripping all external header guards 2008/04/01 12:43:28 thb 1.13.222.2: #i85898# Stripping all external header guards 2008/03/31 13:01:35 rt 1.13.222.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [046550401e83dea31259000306742c64c3ef52c0]

INTEGRATION: CWS changefileheader (1.5.450); FILE MERGED 2008/04/01 15:44:55 thb 1.5.450.2: #i85898# Stripping all external header guards 2008/03/31 13:01:35 rt 1.5.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3959dbfd7155c54fde633af706a6f4e9228b69c]

INTEGRATION: CWS changefileheader (1.12.246); FILE MERGED 2008/03/31 13:01:35 rt 1.12.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03a6a084f6e6862603402cef1780f5630e7cd153]

INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/04/01 15:44:55 thb 1.4.450.3: #i85898# Stripping all external header guards 2008/04/01 12:43:27 thb 1.4.450.2: #i85898# Stripping all external header guards 2008/03/31 13:01:35 rt 1.4.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12d45ff1b6966a366f0997a158970702c454c31d]

INTEGRATION: CWS changefileheader (1.62.246); FILE MERGED 2008/03/31 13:01:34 rt 1.62.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ab4d8ec8bd2fbdaf37ade494845f5991e5ae367]

INTEGRATION: CWS changefileheader (1.37.36); FILE MERGED 2008/04/01 15:44:55 thb 1.37.36.3: #i85898# Stripping all external header guards 2008/04/01 12:43:27 thb 1.37.36.2: #i85898# Stripping all external header guards 2008/03/31 13:01:34 rt 1.37.36.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e38b9f1062cf406974bcb80d46c58148ceaf04d4]

INTEGRATION: CWS changefileheader (1.6.774); FILE MERGED 2008/03/31 13:01:34 rt 1.6.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e96269bcb38dea0ac6905f04d27cf6a5a323e904]

INTEGRATION: CWS changefileheader (1.80.36); FILE MERGED 2008/04/01 15:44:55 thb 1.80.36.3: #i85898# Stripping all external header guards 2008/04/01 12:43:27 thb 1.80.36.2: #i85898# Stripping all external header guards 2008/03/31 13:01:34 rt 1.80.36.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4751d31ebc83b305391fce899b12d272b0e76850]

INTEGRATION: CWS changefileheader (1.55.72); FILE MERGED 2008/04/01 15:44:55 thb 1.55.72.3: #i85898# Stripping all external header guards 2008/04/01 12:43:27 thb 1.55.72.2: #i85898# Stripping all external header guards 2008/03/31 13:01:34 rt 1.55.72.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a44dfdc12cad4b525637382033cdc1f84a1f6b0c]

INTEGRATION: CWS changefileheader (1.28.36); FILE MERGED 2008/04/01 12:43:27 thb 1.28.36.2: #i85898# Stripping all external header guards 2008/03/31 13:01:34 rt 1.28.36.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30e2c8d9d92ad840abb94973f90f7df92c39474f]

INTEGRATION: CWS changefileheader (1.32.36); FILE MERGED 2008/04/01 15:44:54 thb 1.32.36.3: #i85898# Stripping all external header guards 2008/04/01 12:43:27 thb 1.32.36.2: #i85898# Stripping all external header guards 2008/03/31 13:01:34 rt 1.32.36.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2023717990b2533c169996e722acb14ff16683d4]

INTEGRATION: CWS changefileheader (1.15.162); FILE MERGED 2008/04/01 15:44:54 thb 1.15.162.2: #i85898# Stripping all external header guards 2008/03/31 13:01:34 rt 1.15.162.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cdc5f44df4b5e737985f2bd75d5b41fb142c398a]

INTEGRATION: CWS changefileheader (1.11.206); FILE MERGED 2008/04/01 15:44:54 thb 1.11.206.3: #i85898# Stripping all external header guards 2008/04/01 12:43:27 thb 1.11.206.2: #i85898# Stripping all external header guards 2008/03/31 13:01:34 rt 1.11.206.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55c96292c54f6b7d8fab3b2781e080d01088bf2d]

INTEGRATION: CWS changefileheader (1.55.76); FILE MERGED 2008/04/01 15:44:54 thb 1.55.76.3: #i85898# Stripping all external header guards 2008/04/01 12:43:27 thb 1.55.76.2: #i85898# Stripping all external header guards 2008/03/31 13:01:33 rt 1.55.76.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5dc15e8ac6819ed28527cadda395531be6721584]

INTEGRATION: CWS changefileheader (1.8.246); FILE MERGED 2008/03/31 13:01:33 rt 1.8.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b11dd60ca5ac0c9c8f27ff075a7c10377fa1112]

INTEGRATION: CWS changefileheader (1.13.246); FILE MERGED 2008/03/31 13:01:33 rt 1.13.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1456e69a90cc7dd5a23501f1d3463eb7dcad64e]

INTEGRATION: CWS changefileheader (1.11.546); FILE MERGED 2008/03/31 13:01:33 rt 1.11.546.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e95077f9cafe7475974ab17464feab3cc0fac176]

INTEGRATION: CWS changefileheader (1.23.246); FILE MERGED 2008/04/01 15:44:54 thb 1.23.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:31 rt 1.23.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db50fb646de53583ade6c332b77eaa2b86aa4f1d]

INTEGRATION: CWS changefileheader (1.6.432); FILE MERGED 2008/04/01 12:43:27 thb 1.6.432.2: #i85898# Stripping all external header guards 2008/03/31 13:01:31 rt 1.6.432.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [70c07b7115f44349e26ec6d1d3be9dc8beb8796a]

INTEGRATION: CWS changefileheader (1.31.128); FILE MERGED 2008/04/01 15:44:54 thb 1.31.128.2: #i85898# Stripping all external header guards 2008/03/31 13:01:31 rt 1.31.128.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27f587df738f3b6e6634bfb11f1064f4a50a1b89]

INTEGRATION: CWS changefileheader (1.14.246); FILE MERGED 2008/04/01 15:44:54 thb 1.14.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:27 thb 1.14.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:31 rt 1.14.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2677ac3460f25b40379b809941affca142cf8154]

INTEGRATION: CWS changefileheader (1.34.246); FILE MERGED 2008/03/31 13:01:31 rt 1.34.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [822f02a2938d8a13c0cd0afbe82370fd51974129]

INTEGRATION: CWS changefileheader (1.4.774); FILE MERGED 2008/03/31 13:01:31 rt 1.4.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f184ae63ac1e68d3e66b56afcf0473e7910b117b]

INTEGRATION: CWS changefileheader (1.72.170); FILE MERGED 2008/04/01 15:44:54 thb 1.72.170.3: #i85898# Stripping all external header guards 2008/04/01 12:43:27 thb 1.72.170.2: #i85898# Stripping all external header guards 2008/03/31 13:01:31 rt 1.72.170.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b0d31ca858c152260709e8ff3593fa3722f2bd1]

INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/04/01 15:44:53 thb 1.3.450.2: #i85898# Stripping all external header guards 2008/03/31 13:01:31 rt 1.3.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8328be73914b46ef8896576d381bba6a7141bf89]

INTEGRATION: CWS changefileheader (1.6.222); FILE MERGED 2008/04/01 15:44:53 thb 1.6.222.3: #i85898# Stripping all external header guards 2008/04/01 12:43:26 thb 1.6.222.2: #i85898# Stripping all external header guards 2008/03/31 13:01:31 rt 1.6.222.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69c5e8a06200f0b2d332fb35aa47ef59cbf70391]

INTEGRATION: CWS changefileheader (1.10.222); FILE MERGED 2008/04/01 15:44:53 thb 1.10.222.3: #i85898# Stripping all external header guards 2008/04/01 12:43:26 thb 1.10.222.2: #i85898# Stripping all external header guards 2008/03/31 13:01:30 rt 1.10.222.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb2b4dbf641228d418c25f8e9defa5bbaa389720]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/03/31 13:01:30 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9672474b0c262a0bca3d146fdec2d20a4ef6ab0c]

INTEGRATION: CWS changefileheader (1.6.246); FILE MERGED 2008/04/01 15:44:53 thb 1.6.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:26 thb 1.6.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:30 rt 1.6.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dfaf24f00a9d4b4f9b0ed7b6a928af42b5a4f792]

INTEGRATION: CWS changefileheader (1.4.324); FILE MERGED 2008/03/31 13:01:30 rt 1.4.324.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d1ff7bc7c7c366d387b545e8bb4322bf9e9a75e]

INTEGRATION: CWS changefileheader (1.7.432); FILE MERGED 2008/04/01 15:44:52 thb 1.7.432.3: #i85898# Stripping all external header guards 2008/04/01 12:43:25 thb 1.7.432.2: #i85898# Stripping all external header guards 2008/03/31 13:01:27 rt 1.7.432.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ffff6ce47bbb30e9987984f2def7df722797fae9]

INTEGRATION: CWS changefileheader (1.9.244); FILE MERGED 2008/04/01 15:44:52 thb 1.9.244.2: #i85898# Stripping all external header guards 2008/03/31 13:01:27 rt 1.9.244.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f08d7c4329a7cb4adebfb93a29a3ced9eb2efff]

INTEGRATION: CWS changefileheader (1.29.244); FILE MERGED 2008/04/01 15:44:52 thb 1.29.244.3: #i85898# Stripping all external header guards 2008/04/01 12:43:25 thb 1.29.244.2: #i85898# Stripping all external header guards 2008/03/31 13:01:27 rt 1.29.244.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7660d0b185c849e3422577e72d37ba5fb01d2a2b]

INTEGRATION: CWS changefileheader (1.24.246); FILE MERGED 2008/04/01 15:44:52 thb 1.24.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:25 thb 1.24.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:27 rt 1.24.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ee4ecf0b087f0e058fcb22e4665827b96a354ca]

INTEGRATION: CWS changefileheader (1.13.246); FILE MERGED 2008/04/01 15:44:52 thb 1.13.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:25 thb 1.13.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:26 rt 1.13.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5fd695ba60e38a4c21af3defe301737934b0b309]

INTEGRATION: CWS changefileheader (1.22.206); FILE MERGED 2008/04/01 15:44:52 thb 1.22.206.3: #i85898# Stripping all external header guards 2008/04/01 12:43:25 thb 1.22.206.2: #i85898# Stripping all external header guards 2008/03/31 13:01:26 rt 1.22.206.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ffb8426aea7ea85d11fc0a2dbbf5bd220f33d2c]

INTEGRATION: CWS changefileheader (1.15.244); FILE MERGED 2008/04/01 15:44:51 thb 1.15.244.2: #i85898# Stripping all external header guards 2008/03/31 13:01:26 rt 1.15.244.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2e5629e71f7c166088c08e3267c72c27653aec8]

INTEGRATION: CWS changefileheader (1.7.244); FILE MERGED 2008/04/01 15:44:51 thb 1.7.244.3: #i85898# Stripping all external header guards 2008/04/01 12:43:25 thb 1.7.244.2: #i85898# Stripping all external header guards 2008/03/31 13:01:26 rt 1.7.244.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [acc8133ec16c7cb8b13de880f666a22e0621c26e]

INTEGRATION: CWS changefileheader (1.32.26); FILE MERGED 2008/04/01 15:44:51 thb 1.32.26.2: #i85898# Stripping all external header guards 2008/03/31 13:01:26 rt 1.32.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3890fa58bcb88f50dbc10c8fcd32ab33a4c2a2c9]

INTEGRATION: CWS changefileheader (1.11.432); FILE MERGED 2008/04/01 15:44:51 thb 1.11.432.3: #i85898# Stripping all external header guards 2008/04/01 12:43:25 thb 1.11.432.2: #i85898# Stripping all external header guards 2008/03/31 13:01:26 rt 1.11.432.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef98d1c6841b0e2eb5f380bc41698aa849a8f1e9]

INTEGRATION: CWS changefileheader (1.33.8); FILE MERGED 2008/04/01 15:44:51 thb 1.33.8.2: #i85898# Stripping all external header guards 2008/03/31 13:01:26 rt 1.33.8.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a1259258b65b546fda8fc3b22b3fbbc66d4a4fa]

INTEGRATION: CWS changefileheader (1.6.68); FILE MERGED 2008/04/01 15:44:51 thb 1.6.68.3: #i85898# Stripping all external header guards 2008/04/01 12:43:25 thb 1.6.68.2: #i85898# Stripping all external header guards 2008/03/31 13:01:26 rt 1.6.68.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27e7863876c0d3330a457aff7a6ccd84e248e76d]

INTEGRATION: CWS changefileheader (1.7.244); FILE MERGED 2008/04/01 15:44:50 thb 1.7.244.2: #i85898# Stripping all external header guards 2008/03/31 13:01:26 rt 1.7.244.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [247620c83f854fa3ec0d5c4524c6e2ff2abb833c]

INTEGRATION: CWS changefileheader (1.14.244); FILE MERGED 2008/04/01 15:44:50 thb 1.14.244.2: #i85898# Stripping all external header guards 2008/03/31 13:01:26 rt 1.14.244.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4d1a53dbde39ced79d932e2d22c89f0fb020147]

INTEGRATION: CWS changefileheader (1.80.2); FILE MERGED 2008/04/01 15:44:50 thb 1.80.2.3: #i85898# Stripping all external header guards 2008/04/01 12:43:25 thb 1.80.2.2: #i85898# Stripping all external header guards 2008/03/31 13:01:26 rt 1.80.2.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b72ed3e97e3bd3c0238509de486f624cec96ce7e]

INTEGRATION: CWS changefileheader (1.9.170); FILE MERGED 2008/04/01 15:44:50 thb 1.9.170.3: #i85898# Stripping all external header guards 2008/04/01 12:43:25 thb 1.9.170.2: #i85898# Stripping all external header guards 2008/03/31 13:01:26 rt 1.9.170.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8cafaa69f80d252691f336f051a25a92f294dc12]

INTEGRATION: CWS changefileheader (1.5.244); FILE MERGED 2008/04/01 15:44:50 thb 1.5.244.2: #i85898# Stripping all external header guards 2008/03/31 13:01:26 rt 1.5.244.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b213ddf92256bbe0729f36ad1c4c9e63e1ba4bcd]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/03/31 13:01:26 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c26192b20ec9385a3d85061474b87566eeeed38d]

INTEGRATION: CWS changefileheader (1.35.174); FILE MERGED 2008/04/01 15:44:49 thb 1.35.174.3: #i85898# Stripping all external header guards 2008/04/01 12:43:24 thb 1.35.174.2: #i85898# Stripping all external header guards 2008/03/31 13:01:25 rt 1.35.174.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3913a651f5b89fdf8c37c5c4a00435b2e4e5cd4f]

INTEGRATION: CWS changefileheader (1.24.26); FILE MERGED 2008/04/01 15:44:49 thb 1.24.26.2: #i85898# Stripping all external header guards 2008/03/31 13:01:25 rt 1.24.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd877f94e1d5dec64b311b1acc10a522f617382f]

INTEGRATION: CWS changefileheader (1.8.246); FILE MERGED 2008/04/01 15:44:49 thb 1.8.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:24 thb 1.8.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:25 rt 1.8.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [225e2dbd2ffdfa5fd2c65fba0b7f8eaea96d614b]

INTEGRATION: CWS changefileheader (1.13.244); FILE MERGED 2008/04/01 15:44:49 thb 1.13.244.2: #i85898# Stripping all external header guards 2008/03/31 13:01:25 rt 1.13.244.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef786a791cd93453ed562dd81f6aebc63a15ba14]

INTEGRATION: CWS changefileheader (1.60.210); FILE MERGED 2008/03/31 13:01:25 rt 1.60.210.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9bf068f83fa4a98d2738d07a4b16eecf5c704f85]

INTEGRATION: CWS changefileheader (1.11.244); FILE MERGED 2008/04/01 15:44:48 thb 1.11.244.2: #i85898# Stripping all external header guards 2008/03/31 13:01:25 rt 1.11.244.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67d094e382f34e6d056d509dbc0a697cc3455022]

INTEGRATION: CWS changefileheader (1.11.2); FILE MERGED 2008/04/01 15:44:48 thb 1.11.2.3: #i85898# Stripping all external header guards 2008/04/01 12:43:24 thb 1.11.2.2: #i85898# Stripping all external header guards 2008/03/31 13:01:25 rt 1.11.2.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40806e2215d49ac3fa4b6fadd8842c92f08969ff]

INTEGRATION: CWS changefileheader (1.20.246); FILE MERGED 2008/04/01 15:44:48 thb 1.20.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:24 thb 1.20.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:25 rt 1.20.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6744724fde8cea2a373d8ce75056fb895cb5683]

INTEGRATION: CWS changefileheader (1.8.450); FILE MERGED 2008/04/01 15:44:48 thb 1.8.450.2: #i85898# Stripping all external header guards 2008/03/31 13:01:25 rt 1.8.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09a00d7e4ccf2d8094c771da7f2e6f77160a6827]

INTEGRATION: CWS changefileheader (1.6.546); FILE MERGED 2008/04/01 15:44:48 thb 1.6.546.2: #i85898# Stripping all external header guards 2008/03/31 13:01:25 rt 1.6.546.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab67a7cbc2c9638af676bb34f814e2d62f3dfa5a]

INTEGRATION: CWS changefileheader (1.4.726); FILE MERGED 2008/04/01 15:44:48 thb 1.4.726.3: #i85898# Stripping all external header guards 2008/04/01 12:43:24 thb 1.4.726.2: #i85898# Stripping all external header guards 2008/03/31 13:01:25 rt 1.4.726.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f72dca9051aa961eb8b46d7a559078eee968d68c]

INTEGRATION: CWS changefileheader (1.12.210); FILE MERGED 2008/04/01 15:44:48 thb 1.12.210.3: #i85898# Stripping all external header guards 2008/04/01 12:43:24 thb 1.12.210.2: #i85898# Stripping all external header guards 2008/03/31 13:01:25 rt 1.12.210.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b088ae9ed0c7e98db2468e0683f0771b5900011]

INTEGRATION: CWS changefileheader (1.12.210); FILE MERGED 2008/04/01 15:44:47 thb 1.12.210.3: #i85898# Stripping all external header guards 2008/04/01 12:43:24 thb 1.12.210.2: #i85898# Stripping all external header guards 2008/03/31 13:01:25 rt 1.12.210.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c0c92e109e850cc2af8d8c4651472dd3865a7caa]

INTEGRATION: CWS changefileheader (1.20.244); FILE MERGED 2008/04/01 15:44:47 thb 1.20.244.3: #i85898# Stripping all external header guards 2008/04/01 12:43:24 thb 1.20.244.2: #i85898# Stripping all external header guards 2008/03/31 13:01:25 rt 1.20.244.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49af00e15eaeaf03ef1b2fb79998227003705cf4]

INTEGRATION: CWS changefileheader (1.32.244); FILE MERGED 2008/04/01 15:44:47 thb 1.32.244.3: #i85898# Stripping all external header guards 2008/04/01 12:43:23 thb 1.32.244.2: #i85898# Stripping all external header guards 2008/03/31 13:01:24 rt 1.32.244.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73c661419efeeff7f45fb1b6807a563b1208c829]

INTEGRATION: CWS changefileheader (1.21.242); FILE MERGED 2008/04/01 15:44:47 thb 1.21.242.2: #i85898# Stripping all external header guards 2008/03/31 13:01:24 rt 1.21.242.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c67ae0f93578cd9ce1b0b735d1c25bc7873b1b94]

INTEGRATION: CWS changefileheader (1.22.246); FILE MERGED 2008/04/01 15:44:46 thb 1.22.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:24 rt 1.22.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9aa8d4cd00b448bf3d743b305baab89169079258]

INTEGRATION: CWS changefileheader (1.9.246); FILE MERGED 2008/04/01 15:44:46 thb 1.9.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:23 thb 1.9.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:24 rt 1.9.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f7cc83ed3a75082aa9e14cd488e7931ba0dd4a1]

INTEGRATION: CWS changefileheader (1.9.244); FILE MERGED 2008/04/01 15:44:46 thb 1.9.244.2: #i85898# Stripping all external header guards 2008/03/31 13:01:24 rt 1.9.244.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [231f569a3920ee89253ad7ab6b2a6d630278b08b]

INTEGRATION: CWS changefileheader (1.7.450); FILE MERGED 2008/04/01 15:44:46 thb 1.7.450.2: #i85898# Stripping all external header guards 2008/03/31 13:01:24 rt 1.7.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3f9bea446bb7ca42226ad2d8586fd0efc69d05a]

INTEGRATION: CWS changefileheader (1.8.244); FILE MERGED 2008/04/01 15:44:46 thb 1.8.244.2: #i85898# Stripping all external header guards 2008/03/31 13:01:24 rt 1.8.244.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [410e0e69b8a10126b80a4d4a30258bc152af7eb5]

INTEGRATION: CWS changefileheader (1.4.128); FILE MERGED 2008/04/01 15:44:46 thb 1.4.128.3: #i85898# Stripping all external header guards 2008/04/01 12:43:23 thb 1.4.128.2: #i85898# Stripping all external header guards 2008/03/31 13:01:24 rt 1.4.128.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [889c876f7df6773bb6d55dddbf500b0d10c037b8]

INTEGRATION: CWS changefileheader (1.6.450); FILE MERGED 2008/04/01 15:44:45 thb 1.6.450.3: #i85898# Stripping all external header guards 2008/04/01 12:43:23 thb 1.6.450.2: #i85898# Stripping all external header guards 2008/03/31 13:01:24 rt 1.6.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba60ffa90a0c113b65880457d829359bd3a10ec0]

INTEGRATION: CWS changefileheader (1.17.244); FILE MERGED 2008/04/01 15:44:45 thb 1.17.244.3: #i85898# Stripping all external header guards 2008/04/01 12:43:23 thb 1.17.244.2: #i85898# Stripping all external header guards 2008/03/31 13:01:24 rt 1.17.244.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2755ff6640f03a01a86ca59b9a7b9ff57050b98]

INTEGRATION: CWS changefileheader (1.13.2); FILE MERGED 2008/04/01 15:44:45 thb 1.13.2.2: #i85898# Stripping all external header guards 2008/03/31 13:01:24 rt 1.13.2.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [77b33f381bff6cdc8a87d2d45fd1e835d604e68d]

INTEGRATION: CWS changefileheader (1.17.246); FILE MERGED 2008/04/01 15:44:45 thb 1.17.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:23 thb 1.17.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:23 rt 1.17.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7db3ccc71361ad9d8cf9d01e33f0c8fda0abc23]

INTEGRATION: CWS changefileheader (1.15.228); FILE MERGED 2008/04/01 15:44:44 thb 1.15.228.2: #i85898# Stripping all external header guards 2008/03/31 13:01:23 rt 1.15.228.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8877e228cfad79cb697c447da4b7c71a4bb33edb]

INTEGRATION: CWS changefileheader (1.18.10); FILE MERGED 2008/04/01 15:44:44 thb 1.18.10.3: #i85898# Stripping all external header guards 2008/04/01 12:43:23 thb 1.18.10.2: #i85898# Stripping all external header guards 2008/03/31 13:01:23 rt 1.18.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45a7659ea1b3b1938df7c91d5d6c9be471d1fe26]

INTEGRATION: CWS changefileheader (1.10.244); FILE MERGED 2008/04/01 15:44:44 thb 1.10.244.2: #i85898# Stripping all external header guards 2008/03/31 13:01:23 rt 1.10.244.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c9febd060347c5e58182b2621e87acacaceffed]

INTEGRATION: CWS changefileheader (1.21.246); FILE MERGED 2008/04/01 15:44:44 thb 1.21.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:23 rt 1.21.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b282ea753174d6c09a3b47b7395ad8f16a18f9b4]

INTEGRATION: CWS changefileheader (1.7.450); FILE MERGED 2008/04/01 15:44:44 thb 1.7.450.2: #i85898# Stripping all external header guards 2008/03/31 13:01:23 rt 1.7.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86b090d003bd8e5a70abd8b0c2009fe1fedaba04]

INTEGRATION: CWS changefileheader (1.7.450); FILE MERGED 2008/04/01 15:44:43 thb 1.7.450.2: #i85898# Stripping all external header guards 2008/03/31 13:01:23 rt 1.7.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89f2c436120a4a6968ce6c96d30f01c43722fb7d]

INTEGRATION: CWS changefileheader (1.8.244); FILE MERGED 2008/04/01 15:44:43 thb 1.8.244.2: #i85898# Stripping all external header guards 2008/03/31 13:01:23 rt 1.8.244.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6166729dd8dc4131faa39c095a7957042b29622c]

INTEGRATION: CWS changefileheader (1.15.82); FILE MERGED 2008/04/01 15:44:43 thb 1.15.82.3: #i85898# Stripping all external header guards 2008/04/01 12:43:23 thb 1.15.82.2: #i85898# Stripping all external header guards 2008/03/31 13:01:23 rt 1.15.82.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4fae6ea241c31709e53d25c6989864a42941faff]

INTEGRATION: CWS changefileheader (1.8.244); FILE MERGED 2008/04/01 15:44:43 thb 1.8.244.3: #i85898# Stripping all external header guards 2008/04/01 12:43:23 thb 1.8.244.2: #i85898# Stripping all external header guards 2008/03/31 13:01:23 rt 1.8.244.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d76c534a1c8b1eb7b078c55e82395d40f9e1e135]

INTEGRATION: CWS changefileheader (1.15.246); FILE MERGED 2008/03/31 13:01:21 rt 1.15.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1910c19a3f5c6427f398c3da0cda5937d7a7a33]

INTEGRATION: CWS changefileheader (1.7.246); FILE MERGED 2008/04/01 12:43:21 thb 1.7.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:21 rt 1.7.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f74cdb6f0a01a9d7fde5ab3fa5ecc7efc0dee20]

INTEGRATION: CWS changefileheader (1.16.246); FILE MERGED 2008/04/01 15:44:42 thb 1.16.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:21 thb 1.16.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:21 rt 1.16.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe831d3565c87642a6f038b9413c89b54f083773]

INTEGRATION: CWS changefileheader (1.8.234); FILE MERGED 2008/03/31 13:01:21 rt 1.8.234.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5347d7200b4a8a41b5ea8244583c988412cecd50]

INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED 2008/03/31 13:01:21 rt 1.4.234.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01d49b0b72101263552db71a607c4f4d2c67c2c7]

INTEGRATION: CWS changefileheader (1.31.234); FILE MERGED 2008/04/01 15:44:42 thb 1.31.234.3: #i85898# Stripping all external header guards 2008/04/01 12:43:21 thb 1.31.234.2: #i85898# Stripping all external header guards 2008/03/31 13:01:21 rt 1.31.234.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9484a076b7195ccb722fdb46fd16df8ed1b2b3f8]

INTEGRATION: CWS changefileheader (1.12.246); FILE MERGED 2008/04/01 15:44:42 thb 1.12.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:21 thb 1.12.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:21 rt 1.12.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47f671eecdbd61c841b62417f5c866904c92650f]

INTEGRATION: CWS changefileheader (1.21.432); FILE MERGED 2008/03/31 13:01:20 rt 1.21.432.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08725f709003f30e894a2cd242b00310ea16fad5]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/04/01 12:43:21 thb 1.4.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:20 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [689f95681b4f05ededcdffcce3b70f0484bec6f1]

INTEGRATION: CWS changefileheader (1.7.246); FILE MERGED 2008/03/31 13:01:20 rt 1.7.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb6a12f192dcd56a165df9fa4e09cb85fbf5cee8]

INTEGRATION: CWS changefileheader (1.21.246); FILE MERGED 2008/04/01 15:44:41 thb 1.21.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:21 thb 1.21.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:20 rt 1.21.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be7c21f24c617e998213640f80285328f4b88c79]

INTEGRATION: CWS changefileheader (1.38.246); FILE MERGED 2008/04/01 15:44:41 thb 1.38.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:20 thb 1.38.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:20 rt 1.38.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63767c7a61dc8230fcd4e8cefb1a08f41d6d6019]

INTEGRATION: CWS changefileheader (1.45.76); FILE MERGED 2008/04/01 15:44:41 thb 1.45.76.3: #i85898# Stripping all external header guards 2008/04/01 12:43:20 thb 1.45.76.2: #i85898# Stripping all external header guards 2008/03/31 13:01:20 rt 1.45.76.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6fa91723660213b8210e136335c9bfe921641433]

INTEGRATION: CWS changefileheader (1.5.210); FILE MERGED 2008/03/31 13:01:20 rt 1.5.210.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08e4ab5981b77c9143dc366888c8696c02e45024]

INTEGRATION: CWS changefileheader (1.10.432); FILE MERGED 2008/03/31 13:01:19 rt 1.10.432.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32050a57f40b9f8efcf114f351d8a9f6bff03b43]

INTEGRATION: CWS changefileheader (1.4.774); FILE MERGED 2008/03/31 13:01:19 rt 1.4.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f07acf7adbbaae4a23ac7504b063d58166fc5ea8]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/03/31 13:01:19 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac814407747b8973d73313d67b2240174008df32]

INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/04/01 15:44:37 thb 1.4.26.3: #i85898# Stripping all external header guards 2008/04/01 12:43:18 thb 1.4.26.2: #i85898# Stripping all external header guards 2008/03/31 13:01:10 rt 1.4.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [255afcd8475819ed5b36c95f559db34d660de5d6]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:37 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:18 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:10 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7304ec4e8cac1e01eb86309f37ab83eefb409c44]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 12:43:17 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:10 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d582edd5150cffb7d306b5a8c3dc174035c50ed]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:37 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:17 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:10 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df3f33bc1586ecda723468d7db87c3f3db12f311]

INTEGRATION: CWS changefileheader (1.3.26); FILE MERGED 2008/04/01 12:43:17 thb 1.3.26.2: #i85898# Stripping all external header guards 2008/03/31 13:01:10 rt 1.3.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b78e56ea5c4621a8163189b7c9ee5996954a4b8c]

INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/04/01 15:44:37 thb 1.4.26.3: #i85898# Stripping all external header guards 2008/04/01 12:43:17 thb 1.4.26.2: #i85898# Stripping all external header guards 2008/03/31 13:01:10 rt 1.4.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4a9245ffc2756ea2fe96e00ec772d9ef0448dfc]

INTEGRATION: CWS changefileheader (1.4.206); FILE MERGED 2008/04/01 15:44:37 thb 1.4.206.3: #i85898# Stripping all external header guards 2008/04/01 12:43:17 thb 1.4.206.2: #i85898# Stripping all external header guards 2008/03/31 13:01:10 rt 1.4.206.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07f7796bfab7dc5b17aa6b209b09e7b0d5fdba3e]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:37 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:10 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [409fc6f9a29811305a07f7ef00785c378f399e18]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:36 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:17 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:10 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [414083f55292855e43740f5b5475f2c8f3ba92d0]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:36 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:16 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:10 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba255020a5ff6bd2deffa629b98a084c914a2daf]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:36 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:16 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:09 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f4f9525137a2ef656f0ac7e58137d270af55aec]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:36 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:09 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1005f39d52f27976a3808533d40c60df36a63d22]

INTEGRATION: CWS changefileheader (1.3.222); FILE MERGED 2008/04/01 15:44:36 thb 1.3.222.3: #i85898# Stripping all external header guards 2008/04/01 12:43:16 thb 1.3.222.2: #i85898# Stripping all external header guards 2008/03/31 13:01:09 rt 1.3.222.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f96058f41e727dd0a0fa0e47caae38f5a981c7fa]

INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/04/01 15:44:36 thb 1.3.170.3: #i85898# Stripping all external header guards 2008/04/01 12:43:16 thb 1.3.170.2: #i85898# Stripping all external header guards 2008/03/31 13:01:09 rt 1.3.170.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36528336bac45fad36e58ea0f4fa0e04b7d99497]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/04/01 12:43:16 thb 1.4.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:09 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [060153f5866c328ad494b4e42e30814e6d0b27c3]

INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED 2008/03/31 13:01:09 rt 1.6.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b2b1451eefefb0ef164f8a73e69c1ce984db740d]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/04/01 15:44:36 thb 1.3.774.2: #i85898# Stripping all external header guards 2008/03/31 13:01:09 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [460cd44149ed7948c2684303fef0c3ba2e041ae9]

INTEGRATION: CWS changefileheader (1.3.302); FILE MERGED 2008/04/01 15:44:35 thb 1.3.302.2: #i85898# Stripping all external header guards 2008/03/31 13:01:09 rt 1.3.302.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24801fc838aa574a8023d8f3e841a0ff3774fa6a]

INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/04/01 12:43:16 thb 1.3.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:09 rt 1.3.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d8450d373844f3ccff93c26fe631af0fdf2fd18]

INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/04/01 15:44:35 thb 1.3.170.3: #i85898# Stripping all external header guards 2008/04/01 12:43:16 thb 1.3.170.2: #i85898# Stripping all external header guards 2008/03/31 13:01:09 rt 1.3.170.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e891bbbb62893814156afce329fcd0ff76d1b0e]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:35 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:16 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:09 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5fd1a106c1a0a793624e0b649920f31c8a20595]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 12:43:16 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:09 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14e9479433b9057fb9e6cf458f0f58b01078f8f0]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/04/01 15:44:35 thb 1.3.774.2: #i85898# Stripping all external header guards 2008/03/31 13:01:08 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f190444e8eb12e751c0097cd5fda50fde1a04e8]

INTEGRATION: CWS changefileheader (1.3.274); FILE MERGED 2008/04/01 15:44:35 thb 1.3.274.3: #i85898# Stripping all external header guards 2008/04/01 12:43:16 thb 1.3.274.2: #i85898# Stripping all external header guards 2008/03/31 13:01:08 rt 1.3.274.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31a9f618ebbc9d0dcc73b1a1ff3d68721de08bd5]

INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 12:43:16 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 13:01:08 rt 1.3.162.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [758b0bfbf3ab9dc3d863acf78e5b70fea4fb2528]

INTEGRATION: CWS changefileheader (1.3.274); FILE MERGED 2008/04/01 12:43:16 thb 1.3.274.2: #i85898# Stripping all external header guards 2008/03/31 13:01:08 rt 1.3.274.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fecd5942eb7d90c77291fee58346ee39f7253c96]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:35 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:15 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:08 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6263da78564d1d36b43d605b89aa8757ab3eb6a7]

INTEGRATION: CWS changefileheader (1.3.284); FILE MERGED 2008/04/01 15:44:35 thb 1.3.284.3: #i85898# Stripping all external header guards 2008/04/01 12:43:15 thb 1.3.284.2: #i85898# Stripping all external header guards 2008/03/31 13:01:08 rt 1.3.284.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47898c7283c22f5d70492523245a7cad5fc499b8]

INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/04/01 15:44:35 thb 1.4.20.3: #i85898# Stripping all external header guards 2008/04/01 12:43:15 thb 1.4.20.2: #i85898# Stripping all external header guards 2008/03/31 13:01:08 rt 1.4.20.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [97b79c528a84bcffa7ef8af5d49a4ed9cd3e2381]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/03/31 13:01:08 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f9f5ba74b27961649245639462ccca3efac4faa]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 12:43:15 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:08 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f52c596528e728a9eebddebaf1e608802328ed3e]

INTEGRATION: CWS changefileheader (1.3.302); FILE MERGED 2008/04/01 12:43:15 thb 1.3.302.2: #i85898# Stripping all external header guards 2008/03/31 13:01:08 rt 1.3.302.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2011cc2ee21630d7b68f00ee3695b73e08a7d9a]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:34 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:15 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:08 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [74c74e79767be3f234a252fe4cf824f0e196c465]

INTEGRATION: CWS changefileheader (1.5.36); FILE MERGED 2008/03/31 13:01:08 rt 1.5.36.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b048d2adc03a1f6989680c9015a7382d305fda01]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:34 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:15 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:07 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f114d1106879de24221cee2a9fae55eaadae3ef]

INTEGRATION: CWS changefileheader (1.2.26); FILE MERGED 2008/03/31 13:01:07 rt 1.2.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dcd29493daff8a77242baf6e748b8954fadfdbbc]

INTEGRATION: CWS changefileheader (1.3.128); FILE MERGED 2008/04/01 15:44:34 thb 1.3.128.3: #i85898# Stripping all external header guards 2008/04/01 12:43:15 thb 1.3.128.2: #i85898# Stripping all external header guards 2008/03/31 13:01:07 rt 1.3.128.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [041f16df61565e357af024eea962adcc5d5348b5]

INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/04/01 12:43:15 thb 1.5.20.2: #i85898# Stripping all external header guards 2008/03/31 13:01:07 rt 1.5.20.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7da078d19331ffae295931370cc1cba722b56c05]

INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/04/01 12:43:15 thb 1.5.26.2: #i85898# Stripping all external header guards 2008/03/31 13:01:07 rt 1.5.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b8d527ef854a263f09be1cc0590baf458e8fb8f]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 12:43:15 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:07 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6345a75775e14d4d6f52535abf2e3ac9a69615b1]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:34 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:14 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:07 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [998fef37792a5b1fdb1a0d6aaea26d0af6974625]

INTEGRATION: CWS changefileheader (1.3.26); FILE MERGED 2008/04/01 12:43:14 thb 1.3.26.2: #i85898# Stripping all external header guards 2008/03/31 13:01:07 rt 1.3.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f59890d5a0210a1448f6b574f26d4168e7efa10]

INTEGRATION: CWS changefileheader (1.4.74); FILE MERGED 2008/04/01 12:43:14 thb 1.4.74.2: #i85898# Stripping all external header guards 2008/03/31 13:01:07 rt 1.4.74.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0fc65601a605189faf1817817edc701d8a0f0b8]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:33 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:14 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:07 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [227ca5eff76b868b44cca23538f7862e93ec2e84]

INTEGRATION: CWS changefileheader (1.4.2); FILE MERGED 2008/04/01 15:44:33 thb 1.4.2.3: #i85898# Stripping all external header guards 2008/04/01 12:43:14 thb 1.4.2.2: #i85898# Stripping all external header guards 2008/03/31 13:01:07 rt 1.4.2.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b32b58661773c9b709c52396ff064686cc0a97fc]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 12:43:14 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:07 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46f50216eb69e1f9581cfb6273d5c7d862048dc4]

INTEGRATION: CWS changefileheader (1.3.222); FILE MERGED 2008/04/01 15:44:33 thb 1.3.222.3: #i85898# Stripping all external header guards 2008/04/01 12:43:14 thb 1.3.222.2: #i85898# Stripping all external header guards 2008/03/31 13:01:07 rt 1.3.222.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee43b899a43a92daa3b8e39babfbddab33114fd1]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:33 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:14 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:06 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50119d2f0110fe4180e7475ef6f9465249c38bad]

INTEGRATION: CWS changefileheader (1.4.222); FILE MERGED 2008/04/01 15:44:33 thb 1.4.222.3: #i85898# Stripping all external header guards 2008/04/01 12:43:14 thb 1.4.222.2: #i85898# Stripping all external header guards 2008/03/31 13:01:06 rt 1.4.222.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cfd17a84a07716198aed3a2464a1f6b45c4d02eb]

INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/04/01 15:44:33 thb 1.4.84.2: #i85898# Stripping all external header guards 2008/03/31 13:01:06 rt 1.4.84.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5bb744b1a39e351ba98d5daf5523fe5655c6c21]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/03/31 13:01:06 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [897740d2840344161aee475b0cf849313684330c]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:33 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:06 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a55025d93c027b7f0418b66dccc13775945aa414]

INTEGRATION: CWS changefileheader (1.3.174); FILE MERGED 2008/04/01 15:44:32 thb 1.3.174.3: #i85898# Stripping all external header guards 2008/04/01 12:43:13 thb 1.3.174.2: #i85898# Stripping all external header guards 2008/03/31 13:01:06 rt 1.3.174.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [246d37699ccaa3bcd14035459078059d3ffd3c7a]

INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/04/01 15:44:32 thb 1.4.26.3: #i85898# Stripping all external header guards 2008/04/01 12:43:13 thb 1.4.26.2: #i85898# Stripping all external header guards 2008/03/31 13:01:06 rt 1.4.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d28e6f3e48dfb91115be475e96bf80ba7a7fc16]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 12:43:13 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:06 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43969768f91a0578295a947ba84c189fc47da708]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:32 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:13 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:06 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f8c47796caca26903048f6e1eeeb3e33d93255d]

INTEGRATION: CWS changefileheader (1.3.300); FILE MERGED 2008/04/01 15:44:32 thb 1.3.300.3: #i85898# Stripping all external header guards 2008/04/01 12:43:13 thb 1.3.300.2: #i85898# Stripping all external header guards 2008/03/31 13:01:06 rt 1.3.300.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9218344e8dd7f42a8fee16d05c4017a5c1703045]

INTEGRATION: CWS changefileheader (1.3.2); FILE MERGED 2008/04/01 15:44:32 thb 1.3.2.3: #i85898# Stripping all external header guards 2008/04/01 12:43:13 thb 1.3.2.2: #i85898# Stripping all external header guards 2008/03/31 13:01:06 rt 1.3.2.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [393421cb3428003759f6062d1444e52c5fabb341]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:31 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:13 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:05 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e48c3765d2f82a134e613b0264eabfbe923027d]

INTEGRATION: CWS changefileheader (1.2.128); FILE MERGED 2008/03/31 13:01:05 rt 1.2.128.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d3a7ee4f2d64d75d42824d6c61933bb49ffe7a2]

INTEGRATION: CWS changefileheader (1.3.84); FILE MERGED 2008/04/01 15:44:31 thb 1.3.84.3: #i85898# Stripping all external header guards 2008/04/01 12:43:13 thb 1.3.84.2: #i85898# Stripping all external header guards 2008/03/31 13:01:05 rt 1.3.84.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a3da392b6621bdf66982c87ba547ee3534bf2a9]

INTEGRATION: CWS changefileheader (1.12.2); FILE MERGED 2008/03/28 16:06:01 rt 1.12.2.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b42c7448c47e3f1a2e1c8c3eb7d3d3a3a6cafdd]

INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/28 16:06:01 rt 1.2.8.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3cc5fea3594dab877e33a113318b9e33aa3b754c]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 12:43:13 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:05 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5db13af075d649e743bf2027d772e183782e14ad]

INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/28 16:06:00 rt 1.2.8.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a37ef9be4237a39020d605d71cda16fb061fbc5]

INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/03/28 16:06:00 rt 1.5.8.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8900d763f549c0714a1a918341a17259935cfef]

INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/03/28 16:06:00 rt 1.3.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6283f6dc47a4029499ff8062c0675de1990ea6c7]

INTEGRATION: CWS changefileheader (1.2.58); FILE MERGED 2008/03/28 16:06:00 rt 1.2.58.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8eda5ff3f6b4c2683e2a1cbfade088995fcdff3]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:31 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:12 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:05 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [246b9bec132dc187868239a43e0616f9f09abf7e]

INTEGRATION: CWS changefileheader (1.10.6); FILE MERGED 2008/03/28 16:06:00 rt 1.10.6.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e85325f3705f720a34e212a6f5b30407158c8eb0]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:30 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:12 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:05 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a56ebea0576056d1ce805fc4cd065c195ab6538]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:30 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:12 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:04 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7cb1e3a459bd234cb006f55f019d9e6319f5a77b]

INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/03/28 16:05:59 rt 1.4.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e61246535aabde47a0f1403d4d7443988fec12ab]

INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/04/01 15:44:30 thb 1.3.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:12 thb 1.3.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:04 rt 1.3.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22c3b067902e1ba4968d6654a47fae2b60b90eb5]

INTEGRATION: CWS changefileheader (1.5.60); FILE MERGED 2008/03/28 16:05:59 rt 1.5.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d0b3d44dfaf24c0b140acfae34c96cc0cc5d172]

INTEGRATION: CWS changefileheader (1.5.88); FILE MERGED 2008/03/28 16:05:59 rt 1.5.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c3fd2f62e83c04607e331f66f4a6f7c08ae16d7]

INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/03/28 16:05:59 rt 1.3.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08889a06ce91e9715937f50c64d4664935d2a5cc]

INTEGRATION: CWS changefileheader (1.3.60); FILE MERGED 2008/04/01 10:48:16 thb 1.3.60.2: #i85898# Stripping all external header guards 2008/03/28 16:05:59 rt 1.3.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ddba018aa53d04cd5455e3f430c28327b907006]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 12:43:12 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:04 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [efb71fffccef1051f9acba262b01aa7bf811503a]

INTEGRATION: CWS changefileheader (1.7.60); FILE MERGED 2008/04/01 10:48:16 thb 1.7.60.2: #i85898# Stripping all external header guards 2008/03/28 16:05:58 rt 1.7.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c93eb142affeb89644d902d3f261bf5c907ef8c]

INTEGRATION: CWS changefileheader (1.6.60); FILE MERGED 2008/04/01 10:48:16 thb 1.6.60.2: #i85898# Stripping all external header guards 2008/03/28 16:05:58 rt 1.6.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f07ce206497252fbdf177ac7206c6e211b24937a]

INTEGRATION: CWS changefileheader (1.1.300); FILE MERGED 2008/04/01 15:44:30 thb 1.1.300.2: #i85898# Stripping all external header guards 2008/03/31 13:01:04 rt 1.1.300.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4629fb3cd93f9786b0d5afabc929bea8fda8a2d2]

INTEGRATION: CWS changefileheader (1.16.30); FILE MERGED 2008/04/01 10:48:16 thb 1.16.30.2: #i85898# Stripping all external header guards 2008/03/28 16:05:58 rt 1.16.30.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15f4fd2a8f2613cee68834298b2d858c12b9ce10]

INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/03/28 16:05:58 rt 1.3.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [164d23b774a83a978aec4f3c4b7dad0b7123d757]

INTEGRATION: CWS changefileheader (1.5.60); FILE MERGED 2008/04/01 15:01:17 thb 1.5.60.3: #i85898# Stripping all external header guards 2008/04/01 10:48:16 thb 1.5.60.2: #i85898# Stripping all external header guards 2008/03/28 16:05:58 rt 1.5.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15970f1c30c5374ab3966bcb09625e42dd07e940]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:29 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:12 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:04 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee2d132dbcdc7ae5a8a9c1ce160d75d88e1ad3c1]

INTEGRATION: CWS changefileheader (1.5.60); FILE MERGED 2008/04/01 15:01:17 thb 1.5.60.3: #i85898# Stripping all external header guards 2008/04/01 10:48:16 thb 1.5.60.2: #i85898# Stripping all external header guards 2008/03/28 16:05:57 rt 1.5.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82bbf048a7b4f9193a43feca9b1e45b21bb75f6a]

INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/04/01 15:01:17 thb 1.9.56.3: #i85898# Stripping all external header guards 2008/04/01 10:48:16 thb 1.9.56.2: #i85898# Stripping all external header guards 2008/03/28 16:05:57 rt 1.9.56.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d3fa5080d6be75aad720e578e453a338c9f2224]

INTEGRATION: CWS changefileheader (1.5.60); FILE MERGED 2008/04/01 15:01:16 thb 1.5.60.3: #i85898# Stripping all external header guards 2008/04/01 10:48:16 thb 1.5.60.2: #i85898# Stripping all external header guards 2008/03/28 16:05:57 rt 1.5.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23858561fb4eb02911a4383ec1fde928197c9ce4]

INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/31 13:01:04 rt 1.3.294.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9fe3adce2cafdfb3435d2647fa27a23c02186f03]

INTEGRATION: CWS changefileheader (1.4.60); FILE MERGED 2008/04/01 15:01:16 thb 1.4.60.3: #i85898# Stripping all external header guards 2008/04/01 10:48:16 thb 1.4.60.2: #i85898# Stripping all external header guards 2008/03/28 16:05:57 rt 1.4.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71dcbc55ba501ea21faf33dd0c0b03afa2cb7e27]

INTEGRATION: CWS changefileheader (1.12.32); FILE MERGED 2008/04/01 15:01:16 thb 1.12.32.3: #i85898# Stripping all external header guards 2008/04/01 10:48:16 thb 1.12.32.2: #i85898# Stripping all external header guards 2008/03/28 16:05:57 rt 1.12.32.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b75be9a8f1d66f160f6a6685ebfaf9ade7c50d3e]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:29 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:12 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:03 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7da77ad16237a2a049a7e90a34190924325eeb21]

INTEGRATION: CWS changefileheader (1.4.60); FILE MERGED 2008/03/28 16:05:57 rt 1.4.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd611802f932c14ea867a358bf0ffb635d02b55c]

INTEGRATION: CWS changefileheader (1.3.26); FILE MERGED 2008/03/31 13:01:03 rt 1.3.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e4a93f2a9e5e96ed77f93efa95cbaeb983e7822]

INTEGRATION: CWS changefileheader (1.4.52); FILE MERGED 2008/03/28 16:05:57 rt 1.4.52.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a096d961bdaf79a181d0dbe54d057670fa94c94]

INTEGRATION: CWS changefileheader (1.4.60); FILE MERGED 2008/03/28 16:05:56 rt 1.4.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a3b058086bb558c6a182875a231428bd527330f2]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:29 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:03 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb1daf075a98263c351bf71c85d63a9a57869ecf]

INTEGRATION: CWS changefileheader (1.5.32); FILE MERGED 2008/04/01 15:01:16 thb 1.5.32.2: #i85898# Stripping all external header guards 2008/03/28 16:05:56 rt 1.5.32.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6e2aef66b56127e8fea5e19470409784c5d6b06]

INTEGRATION: CWS changefileheader (1.4.170); FILE MERGED 2008/04/01 15:44:29 thb 1.4.170.3: #i85898# Stripping all external header guards 2008/04/01 12:43:12 thb 1.4.170.2: #i85898# Stripping all external header guards 2008/03/31 13:01:03 rt 1.4.170.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09685f1de4287bc7dc32034aba1d226f75c79c44]

INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/03/28 16:05:56 rt 1.5.70.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36be80a1601bd7b5bca60b4f40bd380d82727e76]

INTEGRATION: CWS changefileheader (1.8.58); FILE MERGED 2008/04/01 10:48:15 thb 1.8.58.2: #i85898# Stripping all external header guards 2008/03/28 16:05:56 rt 1.8.58.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7106ae38f82a947aeefb10f04269d602330eb73a]

INTEGRATION: CWS changefileheader (1.3.60); FILE MERGED 2008/03/28 16:05:55 rt 1.3.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c29d7623b3419033603733b1868e2899f571cd17]

INTEGRATION: CWS changefileheader (1.9.48); FILE MERGED 2008/04/01 10:48:15 thb 1.9.48.2: #i85898# Stripping all external header guards 2008/03/28 16:05:55 rt 1.9.48.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b0dfb68bac94fd5681d02c58fd3dd16864fc4e73]

INTEGRATION: CWS changefileheader (1.4.76); FILE MERGED 2008/04/01 12:43:12 thb 1.4.76.2: #i85898# Stripping all external header guards 2008/03/31 13:01:03 rt 1.4.76.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f66fe4149a373b0fddeda76ebe59e9a29d7caa86]

INTEGRATION: CWS changefileheader (1.6.60); FILE MERGED 2008/04/01 10:48:15 thb 1.6.60.2: #i85898# Stripping all external header guards 2008/03/28 16:05:55 rt 1.6.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [963905fa4f351fb3cf9a5d15a286a95a2b1b1c76]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:28 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:11 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:03 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1179538e1201b6fb8fe75f833ca8fe331bf665f1]

INTEGRATION: CWS changefileheader (1.7.60); FILE MERGED 2008/04/01 10:48:15 thb 1.7.60.2: #i85898# Stripping all external header guards 2008/03/28 16:05:55 rt 1.7.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b79011bc509833710d6d846e868ca6f46a23f207]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 12:43:11 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:03 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25a82506406c56bafefa5ce3611543c9419f49ec]

INTEGRATION: CWS changefileheader (1.10.66); FILE MERGED 2008/03/28 16:05:55 rt 1.10.66.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [808260842e66c9e4e2356eeee0dfca585c208ad1]

INTEGRATION: CWS changefileheader (1.5.58); FILE MERGED 2008/04/01 10:48:15 thb 1.5.58.2: #i85898# Stripping all external header guards 2008/03/28 16:05:54 rt 1.5.58.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1617c92db11096c60ff38365e41196c3be1719d]

INTEGRATION: CWS changefileheader (1.9.50); FILE MERGED 2008/04/01 15:01:15 thb 1.9.50.3: #i85898# Stripping all external header guards 2008/04/01 10:48:15 thb 1.9.50.2: #i85898# Stripping all external header guards 2008/03/28 16:05:54 rt 1.9.50.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23b4af46f25f04d737250ac1b723eb748be5e29e]

INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/04/01 15:01:15 thb 1.8.56.3: #i85898# Stripping all external header guards 2008/04/01 10:48:14 thb 1.8.56.2: #i85898# Stripping all external header guards 2008/03/28 16:05:54 rt 1.8.56.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87d9c630eaa016b00e5b27cde9e8f1961edffac2]

INTEGRATION: CWS changefileheader (1.3.302); FILE MERGED 2008/04/01 12:43:11 thb 1.3.302.2: #i85898# Stripping all external header guards 2008/03/31 13:01:03 rt 1.3.302.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e15e7a2234df38203f4a1bc076a13b1bb6ee6a3]

INTEGRATION: CWS changefileheader (1.10.50); FILE MERGED 2008/04/01 15:01:15 thb 1.10.50.3: #i85898# Stripping all external header guards 2008/04/01 10:48:14 thb 1.10.50.2: #i85898# Stripping all external header guards 2008/03/28 16:05:54 rt 1.10.50.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f110073a17ff6ea35718476f60bd78299a7e7ad]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/03/31 13:01:03 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2747818c50de81e92f8328971f065c1f388f2aee]

INTEGRATION: CWS changefileheader (1.7.32); FILE MERGED 2008/04/01 15:01:15 thb 1.7.32.2: #i85898# Stripping all external header guards 2008/03/28 16:05:53 rt 1.7.32.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34ca07c8e2f6eb3991192f1826b95953ade825ea]

INTEGRATION: CWS changefileheader (1.16.30); FILE MERGED 2008/04/01 15:01:14 thb 1.16.30.3: #i85898# Stripping all external header guards 2008/04/01 10:48:14 thb 1.16.30.2: #i85898# Stripping all external header guards 2008/03/28 16:05:53 rt 1.16.30.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [959a281a60d687e71f66d464b21e44b1a0bcac5a]

INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED 2008/04/01 15:44:28 thb 1.4.234.3: #i85898# Stripping all external header guards 2008/04/01 12:43:11 thb 1.4.234.2: #i85898# Stripping all external header guards 2008/03/31 13:01:03 rt 1.4.234.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [027019e5ff6872bdbcadf5565d28f1414a603835]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:28 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:11 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:02 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6ef4764902e615d770020ec22b1a4c33039ecef]

INTEGRATION: CWS changefileheader (1.8.60); FILE MERGED 2008/03/28 16:05:53 rt 1.8.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5628d044dd64940e88e7e1272be9467e1bab17c]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:28 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:02 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f731e7d89e25eab054c53cb34713ebffdd0d313f]

INTEGRATION: CWS changefileheader (1.15.6); FILE MERGED 2008/04/01 15:01:14 thb 1.15.6.3: #i85898# Stripping all external header guards 2008/04/01 10:48:14 thb 1.15.6.2: #i85898# Stripping all external header guards 2008/03/28 16:05:53 rt 1.15.6.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9dfd029806e2dd2d67335a886cf672bb82b746ab]

INTEGRATION: CWS changefileheader (1.18.30); FILE MERGED 2008/04/01 15:01:14 thb 1.18.30.3: #i85898# Stripping all external header guards 2008/04/01 10:48:14 thb 1.18.30.2: #i85898# Stripping all external header guards 2008/03/28 16:05:53 rt 1.18.30.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8dde57e97eeb0e8a2beec3bcdebbb0708f1f60b]

INTEGRATION: CWS changefileheader (1.5.60); FILE MERGED 2008/04/01 15:01:14 thb 1.5.60.3: #i85898# Stripping all external header guards 2008/04/01 10:48:14 thb 1.5.60.2: #i85898# Stripping all external header guards 2008/03/28 16:05:52 rt 1.5.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2915f8e573b7c2246d37da793439b3d9c52cc05]

INTEGRATION: CWS changefileheader (1.26.28); FILE MERGED 2008/04/01 15:01:14 thb 1.26.28.3: #i85898# Stripping all external header guards 2008/04/01 10:48:14 thb 1.26.28.2: #i85898# Stripping all external header guards 2008/03/28 16:05:52 rt 1.26.28.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4120c8ff66c26c7c90593e7e87dac7ad9c4a815c]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 12:43:11 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:02 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e08d5e39d6bc1702ad32c1a8a88d46495fa8356c]

INTEGRATION: CWS changefileheader (1.6.30); FILE MERGED 2008/04/01 15:01:14 thb 1.6.30.3: #i85898# Stripping all external header guards 2008/04/01 10:48:14 thb 1.6.30.2: #i85898# Stripping all external header guards 2008/03/28 16:05:52 rt 1.6.30.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a531a4f92234de344c8447370408c5e451874529]

INTEGRATION: CWS changefileheader (1.5.30); FILE MERGED 2008/04/01 15:01:13 thb 1.5.30.3: #i85898# Stripping all external header guards 2008/04/01 10:48:14 thb 1.5.30.2: #i85898# Stripping all external header guards 2008/03/28 16:05:52 rt 1.5.30.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f1959a01c77ec7f030635f643dde0f4578875c5]

INTEGRATION: CWS changefileheader (1.19.30); FILE MERGED 2008/04/01 15:01:13 thb 1.19.30.3: #i85898# Stripping all external header guards 2008/04/01 10:48:14 thb 1.19.30.2: #i85898# Stripping all external header guards 2008/03/28 16:05:52 rt 1.19.30.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6abdb38ca831dd599367195e86c2da3d3656bdf]

INTEGRATION: CWS changefileheader (1.5.60); FILE MERGED 2008/04/01 15:01:13 thb 1.5.60.3: #i85898# Stripping all external header guards 2008/04/01 10:48:14 thb 1.5.60.2: #i85898# Stripping all external header guards 2008/03/28 16:05:52 rt 1.5.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42ffcc1c770809f3a02e9d73cf947c7b773c6977]

INTEGRATION: CWS changefileheader (1.3.228); FILE MERGED 2008/04/01 15:44:28 thb 1.3.228.3: #i85898# Stripping all external header guards 2008/04/01 12:43:11 thb 1.3.228.2: #i85898# Stripping all external header guards 2008/03/31 13:01:02 rt 1.3.228.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [507ce833095658ee688d4d3d64f6bb011b0e269b]

INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/03/28 16:05:51 rt 1.4.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [796053a625feaa8ba5d8a6dd14919d95e8b9bc3c]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:27 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:11 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:02 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0de293bb6251673c12910fb0d941010b7cafb239]

INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/04/01 10:48:13 thb 1.4.56.2: #i85898# Stripping all external header guards 2008/03/28 16:05:51 rt 1.4.56.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac673b4c2122f68a3ed550e077430d1167ba3b1c]

INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/04/01 15:44:27 thb 1.4.10.3: #i85898# Stripping all external header guards 2008/04/01 12:43:11 thb 1.4.10.2: #i85898# Stripping all external header guards 2008/03/31 13:01:02 rt 1.4.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3d729a544892ea90144b209e0061edf43cb4c7b]

INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/04/01 10:48:13 thb 1.8.56.2: #i85898# Stripping all external header guards 2008/03/28 16:05:51 rt 1.8.56.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b28c2cdcb85deba2d4d5382e036dc045c3868503]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:27 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:10 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:02 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b138284b683049095e045c12c73824001902d423]

INTEGRATION: CWS changefileheader (1.5.60); FILE MERGED 2008/04/01 10:48:13 thb 1.5.60.2: #i85898# Stripping all external header guards 2008/03/28 16:05:51 rt 1.5.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f646f5550ea68077eb528efa46feeed989a8d3f1]

INTEGRATION: CWS changefileheader (1.9.60); FILE MERGED 2008/04/01 10:48:13 thb 1.9.60.2: #i85898# Stripping all external header guards 2008/03/28 16:05:50 rt 1.9.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2fadc9c505b63e7e718ad05c87231cd5e6291bb6]

INTEGRATION: CWS changefileheader (1.2.88); FILE MERGED 2008/03/28 16:05:50 rt 1.2.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [02e6bfd06eecae4c9a1881f40ac3437be4204e97]

INTEGRATION: CWS changefileheader (1.5.60); FILE MERGED 2008/04/01 10:48:13 thb 1.5.60.2: #i85898# Stripping all external header guards 2008/03/28 16:05:50 rt 1.5.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [98bab0f521c34c96d4c2990531396ed3bfcea45a]

INTEGRATION: CWS changefileheader (1.13.32); FILE MERGED 2008/04/01 15:01:13 thb 1.13.32.3: #i85898# Stripping all external header guards 2008/04/01 10:48:13 thb 1.13.32.2: #i85898# Stripping all external header guards 2008/03/28 16:05:49 rt 1.13.32.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea6b3cea6973d3d68fae39e7f8640b576bef5463]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 12:43:10 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:02 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d147c5bbf3953d88cd93be7d3b16afd19c4b7efd]

INTEGRATION: CWS changefileheader (1.19.6); FILE MERGED 2008/04/01 15:01:12 thb 1.19.6.3: #i85898# Stripping all external header guards 2008/04/01 10:48:13 thb 1.19.6.2: #i85898# Stripping all external header guards 2008/03/28 16:05:49 rt 1.19.6.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bdf753993670cdfcdb242a7f75cb494cd54cf47e]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/04/01 15:44:27 thb 1.4.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:10 thb 1.4.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:02 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b271d9f11d228e149662d1564c9401d34330cc95]

INTEGRATION: CWS changefileheader (1.7.88); FILE MERGED 2008/03/28 16:05:49 rt 1.7.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6fa6a93b5c66fc95656f96f97d3d31940835d1ab]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:27 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:10 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:01 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0cfcb72c8ce1db0c83d85ca7926ccb4522ce9769]

INTEGRATION: CWS changefileheader (1.17.70); FILE MERGED 2008/04/01 15:01:12 thb 1.17.70.3: #i85898# Stripping all external header guards 2008/04/01 10:48:13 thb 1.17.70.2: #i85898# Stripping all external header guards 2008/03/28 16:05:49 rt 1.17.70.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [74ee9fc0e3170ab83efb818fe74a4e052b09c7fb]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:26 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:01 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da2a8951c33babe9dcca9561c6df4b42c91e351c]

INTEGRATION: CWS changefileheader (1.8.88); FILE MERGED 2008/03/28 16:05:48 rt 1.8.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc237de967686c21cb7d784b21f27ea6f3990474]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 12:43:10 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:01 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [197aca7bef77070f57dfa8454adc4031904ecb71]

INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/03/28 16:05:48 rt 1.3.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ffdecc1a657b72b95a0cfd959926e739f7309f4]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/04/01 15:44:26 thb 1.2.320.3: #i85898# Stripping all external header guards 2008/04/01 12:43:10 thb 1.2.320.2: #i85898# Stripping all external header guards 2008/03/31 13:01:01 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07c20f9d76297da0e8c79c43fdea5a2e6b56b5e5]

INTEGRATION: CWS changefileheader (1.9.60); FILE MERGED 2008/04/01 10:48:12 thb 1.9.60.2: #i85898# Stripping all external header guards 2008/03/28 16:05:48 rt 1.9.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f06ba40ee954bc25081feffcf434d80b1dafcb52]

INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/04/01 15:44:26 thb 1.3.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:10 thb 1.3.246.2: #i85898# Stripping all external header guards 2008/03/31 13:01:01 rt 1.3.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [941befeff69329dd55d3fcbaf4bb731634f0b3af]

INTEGRATION: CWS changefileheader (1.14.30); FILE MERGED 2008/04/01 10:48:12 thb 1.14.30.2: #i85898# Stripping all external header guards 2008/03/28 16:05:48 rt 1.14.30.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a2748ff23d56c2ccb7aab954906bca781f3b5b8]

INTEGRATION: CWS changefileheader (1.3.222); FILE MERGED 2008/04/01 12:43:10 thb 1.3.222.2: #i85898# Stripping all external header guards 2008/03/31 13:01:01 rt 1.3.222.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9439c29e28c230df69a3fa2132e5d3a149e68ce0]

INTEGRATION: CWS changefileheader (1.12.32); FILE MERGED 2008/04/01 10:48:12 thb 1.12.32.2: #i85898# Stripping all external header guards 2008/03/28 16:05:48 rt 1.12.32.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e0915a1a68690d64feb379dca9885b913942f19]

INTEGRATION: CWS changefileheader (1.2.60); FILE MERGED 2008/03/28 16:05:48 rt 1.2.60.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df1e1004232092bba2d8877871f7b3d9180e7b3b]

INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/04/01 10:48:12 thb 1.4.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:47 rt 1.4.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b32acc66e861d240bf789773054cf1a058558b4b]

INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/03/31 13:01:01 rt 1.2.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9ccd0ec1e346aed017252c71beaa25b1a09cba0]

INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/04/01 10:48:12 thb 1.3.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:47 rt 1.3.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fdefdc6c33aca4eb0190c4dae9eb7f1274505f79]

INTEGRATION: CWS changefileheader (1.3.300); FILE MERGED 2008/03/31 13:01:01 rt 1.3.300.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff1f5b899a177f4623e1ecef36588344ec199015]

INTEGRATION: CWS changefileheader (1.10.38); FILE MERGED 2008/04/01 10:48:12 thb 1.10.38.2: #i85898# Stripping all external header guards 2008/03/28 16:05:47 rt 1.10.38.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [486c9cc51ac0017b7c578463fc87ff473fcf1c3f]

INTEGRATION: CWS changefileheader (1.2.450); FILE MERGED 2008/03/31 13:01:01 rt 1.2.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9fd933fd48c8caf2e94bf3562519d8d372d38f2]

INTEGRATION: CWS changefileheader (1.12.432); FILE MERGED 2008/04/01 15:44:26 thb 1.12.432.2: #i85898# Stripping all external header guards 2008/03/31 13:00:58 rt 1.12.432.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58261584a83fd6184336409ecad5978d3ca52857]

INTEGRATION: CWS changefileheader (1.5.88); FILE MERGED 2008/04/01 10:48:12 thb 1.5.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:47 rt 1.5.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e86500cfeb64ad3aa11ff6dff3e020b633fc2bba]

INTEGRATION: CWS changefileheader (1.3.412); FILE MERGED 2008/03/31 13:00:58 rt 1.3.412.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [813f17e776fd5845c44552e25bf8a6f6a9b3ac55]

INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/04/01 10:48:12 thb 1.3.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:46 rt 1.3.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8ff227912b78d005839fe69069f233b65e45469]

INTEGRATION: CWS changefileheader (1.2.774); FILE MERGED 2008/03/31 13:00:58 rt 1.2.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e79bf39ded84f2aef1cc0b7dd53d3625039901f]

INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/04/01 15:01:12 thb 1.3.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:46 rt 1.3.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3cc118d146a37c098ba775c90be7480be3793c29]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/04/01 12:43:09 thb 1.4.246.2: #i85898# Stripping all external header guards 2008/03/31 13:00:58 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f9c874f380cda11e68454313cb52509ba867131]

INTEGRATION: CWS changefileheader (1.15.88); FILE MERGED 2008/04/01 10:48:11 thb 1.15.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:46 rt 1.15.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [02c66078f6d91b31e5d7f1b4a7aac731ff271415]

INTEGRATION: CWS changefileheader (1.5.246); FILE MERGED 2008/04/01 15:44:26 thb 1.5.246.2: #i85898# Stripping all external header guards 2008/03/31 13:00:58 rt 1.5.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61a44369f5207102c5a8ab2c33a499c5096b9f8e]

INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/04/01 10:48:11 thb 1.3.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:46 rt 1.3.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9fc425ad7e6ddf1ef45475cfc1312187e36ab7b1]

INTEGRATION: CWS changefileheader (1.4.412); FILE MERGED 2008/03/31 13:00:58 rt 1.4.412.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f566df4a839d42be9683f01a34bd086227031033]

INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/04/01 15:01:11 thb 1.4.88.3: #i85898# Stripping all external header guards 2008/04/01 10:48:11 thb 1.4.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:46 rt 1.4.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab5d22739125d47f9c89fb83f81d31d82494f9ce]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/04/01 15:44:25 thb 1.3.774.3: #i85898# Stripping all external header guards 2008/04/01 12:43:09 thb 1.3.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:58 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19fde30932db982a974cb635b1100c903ce1618a]

INTEGRATION: CWS changefileheader (1.13.32); FILE MERGED 2008/04/01 15:01:11 thb 1.13.32.3: #i85898# Stripping all external header guards 2008/04/01 10:48:11 thb 1.13.32.2: #i85898# Stripping all external header guards 2008/03/28 16:05:46 rt 1.13.32.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [004dbbfe633f762dca8eba587ea903ba93b7b2bb]

INTEGRATION: CWS changefileheader (1.4.774); FILE MERGED 2008/04/01 15:44:25 thb 1.4.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:58 rt 1.4.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2705d8728dc2c55acddc4bcfd674506dbf24205b]

INTEGRATION: CWS changefileheader (1.5.88); FILE MERGED 2008/04/01 15:01:11 thb 1.5.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:46 rt 1.5.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [132b385c11eda03a12e02b57d7aa5a7c0eabd0ce]

INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/04/01 15:01:11 thb 1.4.88.3: #i85898# Stripping all external header guards 2008/04/01 10:48:10 thb 1.4.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:46 rt 1.4.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1800e05a9da80bfe61e1f9647bf8eb7c298dffb9]

INTEGRATION: CWS changefileheader (1.6.774); FILE MERGED 2008/04/01 15:44:25 thb 1.6.774.3: #i85898# Stripping all external header guards 2008/04/01 12:43:09 thb 1.6.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:58 rt 1.6.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8bc252ecc6f3d54bc73615acf7eb2b678e3e6c6]

INTEGRATION: CWS changefileheader (1.13.52); FILE MERGED 2008/04/01 15:01:10 thb 1.13.52.2: #i85898# Stripping all external header guards 2008/03/28 16:05:45 rt 1.13.52.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47ebf50145d9238865fabfcf5ef211a7c47c0f01]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/04/01 12:43:09 thb 1.3.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:57 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0e022e27d4b600c135587f3351978c08a0c6beb]

INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/04/01 15:01:10 thb 1.3.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:45 rt 1.3.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a59d86d43cc1a2a7cd3a12c112a73ee8c10a8d6f]

INTEGRATION: CWS changefileheader (1.4.546); FILE MERGED 2008/04/01 15:44:25 thb 1.4.546.3: #i85898# Stripping all external header guards 2008/04/01 12:43:09 thb 1.4.546.2: #i85898# Stripping all external header guards 2008/03/31 13:00:57 rt 1.4.546.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0333cb79d62856a80670dd5df254d63d41af3658]

INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/04/01 15:01:10 thb 1.2.62.2: #i85898# Stripping all external header guards 2008/03/28 16:05:45 rt 1.2.62.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef3246683f2551bae8b620e467c298087cf17167]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/03/31 13:00:57 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e2e48a7d23854eeb387f27d89fd31b9e02138c5]

INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/04/01 15:01:10 thb 1.3.36.3: #i85898# Stripping all external header guards 2008/04/01 10:48:10 thb 1.3.36.2: #i85898# Stripping all external header guards 2008/03/28 16:05:45 rt 1.3.36.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11833d992571d765f2b373d93b1a0928b0c92d78]

INTEGRATION: CWS changefileheader (1.10.430); FILE MERGED 2008/04/01 15:44:25 thb 1.10.430.3: #i85898# Stripping all external header guards 2008/04/01 12:43:09 thb 1.10.430.2: #i85898# Stripping all external header guards 2008/03/31 13:00:57 rt 1.10.430.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [040e8d2fe8a2ca3a7dfb1d5a8965cefcfd49440c]

INTEGRATION: CWS changefileheader (1.7.84); FILE MERGED 2008/04/01 15:01:10 thb 1.7.84.2: #i85898# Stripping all external header guards 2008/03/28 16:05:45 rt 1.7.84.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aae11d5c0919ba533a20ca85652858782d74432e]

INTEGRATION: CWS changefileheader (1.2.772); FILE MERGED 2008/04/01 15:44:25 thb 1.2.772.2: #i85898# Stripping all external header guards 2008/03/31 13:00:57 rt 1.2.772.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fdba73ee573d915f81e389e40dc5bd223ecd8098]

INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/04/01 10:48:10 thb 1.3.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:45 rt 1.3.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3f50f271ad9b5d58372afef289af7ec32f992c3]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/04/01 15:44:25 thb 1.3.774.3: #i85898# Stripping all external header guards 2008/04/01 12:43:09 thb 1.3.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:57 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54261ea5cd5d93ce1a5f6c08b8125d52f2c4e4eb]

INTEGRATION: CWS changefileheader (1.13.30); FILE MERGED 2008/04/01 15:01:09 thb 1.13.30.3: #i85898# Stripping all external header guards 2008/04/01 10:48:10 thb 1.13.30.2: #i85898# Stripping all external header guards 2008/03/28 16:05:45 rt 1.13.30.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36a485d49f6fb99a38a6055711b2c32d8db2c038]

INTEGRATION: CWS changefileheader (1.4.546); FILE MERGED 2008/04/01 15:44:25 thb 1.4.546.2: #i85898# Stripping all external header guards 2008/03/31 13:00:57 rt 1.4.546.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ca3b747be056594053de3da539b7055c0ba02ba]

INTEGRATION: CWS changefileheader (1.2.84); FILE MERGED 2008/04/01 10:48:10 thb 1.2.84.2: #i85898# Stripping all external header guards 2008/03/28 16:05:44 rt 1.2.84.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45d495f127a18e19b29166c5bc2e65998062b8aa]

INTEGRATION: CWS changefileheader (1.14.522); FILE MERGED 2008/04/01 15:44:24 thb 1.14.522.3: #i85898# Stripping all external header guards 2008/04/01 12:43:09 thb 1.14.522.2: #i85898# Stripping all external header guards 2008/03/31 13:00:57 rt 1.14.522.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [baa6778b70c4357d8c0579e636dfd50e550a3185]

INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/04/01 10:48:10 thb 1.3.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:44 rt 1.3.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c65831e298200cfb4e323aa6d3752bfa419c6013]

INTEGRATION: CWS changefileheader (1.4.774); FILE MERGED 2008/04/01 15:44:24 thb 1.4.774.3: #i85898# Stripping all external header guards 2008/04/01 12:43:09 thb 1.4.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:57 rt 1.4.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aff2a981bfdb5fc5aa78c08e62acaf8e73454299]

INTEGRATION: CWS changefileheader (1.8.88); FILE MERGED 2008/04/01 10:48:09 thb 1.8.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:44 rt 1.8.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06d6d6ed23da56050bd8c5b563fafaffa55c5614]

INTEGRATION: CWS changefileheader (1.6.546); FILE MERGED 2008/04/01 15:44:24 thb 1.6.546.3: #i85898# Stripping all external header guards 2008/04/01 12:43:09 thb 1.6.546.2: #i85898# Stripping all external header guards 2008/03/31 13:00:57 rt 1.6.546.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f004152f7d876c5f6f5ea5a53555860ca18ede95]

INTEGRATION: CWS changefileheader (1.3.84); FILE MERGED 2008/04/01 10:48:09 thb 1.3.84.2: #i85898# Stripping all external header guards 2008/03/28 16:05:44 rt 1.3.84.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [effd4d01e1a7767e95e53a61fa5e40780603e401]

INTEGRATION: CWS changefileheader (1.10.246); FILE MERGED 2008/04/01 15:44:24 thb 1.10.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:09 thb 1.10.246.2: #i85898# Stripping all external header guards 2008/03/31 13:00:57 rt 1.10.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dcca9309ee9d4e4662b74e4c8ae97fb1d1804df3]

INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/04/01 10:48:09 thb 1.3.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:44 rt 1.3.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f85a9579d6a6582cca2e423a0b65ec3125e2bd7]

INTEGRATION: CWS changefileheader (1.2.774); FILE MERGED 2008/04/01 15:44:24 thb 1.2.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:57 rt 1.2.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d77239ceff47b93be874a7dca2b139d44165ebf]

INTEGRATION: CWS changefileheader (1.15.30); FILE MERGED 2008/04/01 10:48:09 thb 1.15.30.2: #i85898# Stripping all external header guards 2008/03/28 16:05:44 rt 1.15.30.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a428ceb9129a9fd94396af597b0cea07a2caf456]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/03/31 13:00:56 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f8c06afbce70c75517ae79ee1bc7f911a4562af]

INTEGRATION: CWS changefileheader (1.2.774); FILE MERGED 2008/03/31 13:00:56 rt 1.2.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b0325b0dd097d8a43b6bcfa53e2af3ac3727477]

INTEGRATION: CWS changefileheader (1.9.82); FILE MERGED 2008/04/01 10:48:09 thb 1.9.82.2: #i85898# Stripping all external header guards 2008/03/28 16:05:44 rt 1.9.82.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2eafce0237fadc7ce69064afbc779a6f406797d]

INTEGRATION: CWS changefileheader (1.2.772); FILE MERGED 2008/03/31 13:00:56 rt 1.2.772.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [57428626c2d7d20828bb98b40fa2de7d3dae2141]

INTEGRATION: CWS changefileheader (1.2.84); FILE MERGED 2008/04/01 10:48:09 thb 1.2.84.2: #i85898# Stripping all external header guards 2008/03/28 16:05:44 rt 1.2.84.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6cac3b9da90c386b3958cf2dd5e64c6ecdae426b]

INTEGRATION: CWS changefileheader (1.4.546); FILE MERGED 2008/03/31 13:00:56 rt 1.4.546.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [28a48d9ef134a6e27013339c440057e683d55238]

INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/04/01 10:48:09 thb 1.3.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:43 rt 1.3.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aaa568d9bcb4944cc7e0ebaf04a17decd0342863]

INTEGRATION: CWS changefileheader (1.21.246); FILE MERGED 2008/04/01 15:44:24 thb 1.21.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:09 thb 1.21.246.2: #i85898# Stripping all external header guards 2008/03/31 13:00:56 rt 1.21.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e978ae2bf26ece4dff17bf470f0f364e37b1c16f]

INTEGRATION: CWS changefileheader (1.17.28); FILE MERGED 2008/04/01 10:48:09 thb 1.17.28.2: #i85898# Stripping all external header guards 2008/03/28 16:05:43 rt 1.17.28.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a985ecb07fa03ffcd9784552e34db56cde81aae]

INTEGRATION: CWS changefileheader (1.3.320); FILE MERGED 2008/04/01 12:43:09 thb 1.3.320.2: #i85898# Stripping all external header guards 2008/03/31 13:00:56 rt 1.3.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8b92771db07dd00c8b8a6822e362b44a9e9bc15]

INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/04/01 15:01:09 thb 1.4.70.2: #i85898# Stripping all external header guards 2008/03/28 16:05:43 rt 1.4.70.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61c7faaa670af25955cfb5fdbf579f9f724d9427]

INTEGRATION: CWS changefileheader (1.4.772); FILE MERGED 2008/04/01 15:44:24 thb 1.4.772.3: #i85898# Stripping all external header guards 2008/04/01 12:43:09 thb 1.4.772.2: #i85898# Stripping all external header guards 2008/03/31 13:00:56 rt 1.4.772.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ad46a367600a6ed2e88ae54c95992d081960a04]

INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/04/01 15:01:09 thb 1.4.84.3: #i85898# Stripping all external header guards 2008/04/01 10:48:09 thb 1.4.84.2: #i85898# Stripping all external header guards 2008/03/28 16:05:43 rt 1.4.84.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ade6b7bd7ca661aedea3113c1dc33edbd2a35283]

INTEGRATION: CWS changefileheader (1.7.602); FILE MERGED 2008/04/01 15:44:24 thb 1.7.602.3: #i85898# Stripping all external header guards 2008/04/01 12:43:09 thb 1.7.602.2: #i85898# Stripping all external header guards 2008/03/31 13:00:56 rt 1.7.602.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc8758110aeb9837515b72a66cfaaa6d4ab35cb3]

INTEGRATION: CWS changefileheader (1.6.88); FILE MERGED 2008/04/01 10:48:09 thb 1.6.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:43 rt 1.6.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9585d2cc43269eadec6b69757d6758b5f147b2a]

INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED 2008/04/01 15:44:24 thb 1.6.26.3: #i85898# Stripping all external header guards 2008/04/01 12:43:09 thb 1.6.26.2: #i85898# Stripping all external header guards 2008/03/31 13:00:56 rt 1.6.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41534c5d15e97afab91e03da8f10523ee92d728c]

INTEGRATION: CWS changefileheader (1.2.84); FILE MERGED 2008/04/01 10:48:09 thb 1.2.84.2: #i85898# Stripping all external header guards 2008/03/28 16:05:43 rt 1.2.84.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07232bb24703c8f435861571b0f0504fb53bbc66]

INTEGRATION: CWS changefileheader (1.13.30); FILE MERGED 2008/04/01 10:48:09 thb 1.13.30.2: #i85898# Stripping all external header guards 2008/03/28 16:05:43 rt 1.13.30.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2776f05476623319c94cce3b5158d2e89266132]

INTEGRATION: CWS changefileheader (1.5.88); FILE MERGED 2008/04/01 10:48:08 thb 1.5.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:42 rt 1.5.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c353526c0309225968f9a798e73083ca50040839]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/04/01 15:44:23 thb 1.3.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:56 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ce90bfe76e1cbd5cf8034d26ec2ddc5c2563c60]

INTEGRATION: CWS changefileheader (1.7.66); FILE MERGED 2008/04/01 15:01:08 thb 1.7.66.2: #i85898# Stripping all external header guards 2008/03/28 16:05:42 rt 1.7.66.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a947062264ea5a42df526d7f4caf8bfa8debaf15]

INTEGRATION: CWS changefileheader (1.7.80); FILE MERGED 2008/04/01 10:48:08 thb 1.7.80.2: #i85898# Stripping all external header guards 2008/03/28 16:05:42 rt 1.7.80.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [befbb345a4cf82745f31d28cba8a55c0d6a0ab67]

INTEGRATION: CWS changefileheader (1.5.546); FILE MERGED 2008/03/31 13:00:55 rt 1.5.546.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15a9d1470f34bfd61b54dee5d7001dd80b6fc1b0]

INTEGRATION: CWS changefileheader (1.6.68); FILE MERGED 2008/04/01 15:01:08 thb 1.6.68.2: #i85898# Stripping all external header guards 2008/03/28 16:05:42 rt 1.6.68.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f25029647f56385550e88846a7da8a6bb50be5f]

INTEGRATION: CWS changefileheader (1.4.774); FILE MERGED 2008/04/01 15:44:23 thb 1.4.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:55 rt 1.4.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d3983f28e4cf2071238d85569fb94b5a1bba216]

INTEGRATION: CWS changefileheader (1.16.30); FILE MERGED 2008/04/01 10:48:08 thb 1.16.30.2: #i85898# Stripping all external header guards 2008/03/28 16:05:42 rt 1.16.30.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10b688e6a98877ac99c08f3674e304b5b1575519]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/04/01 15:44:23 thb 1.3.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:55 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e81110ebddf6165429318cfcf3389610cd3f92c]

INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/04/01 10:48:08 thb 1.3.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:42 rt 1.3.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c243d5f7211b42456b50aecfbd31061051cfffc]

INTEGRATION: CWS changefileheader (1.7.306); FILE MERGED 2008/03/31 13:00:55 rt 1.7.306.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f626ccf5f7d5b74f3ed52a29a7611b6a139e12f]

INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/04/01 15:01:08 thb 1.3.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:41 rt 1.3.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ab046905ce6983871f86a5ea09dcdb290c5fe2e]

INTEGRATION: CWS changefileheader (1.3.546); FILE MERGED 2008/04/01 15:44:23 thb 1.3.546.2: #i85898# Stripping all external header guards 2008/03/31 13:00:55 rt 1.3.546.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d202f73093cd4ee0c54293117b28361025337de9]

INTEGRATION: CWS changefileheader (1.8.80); FILE MERGED 2008/04/01 10:48:08 thb 1.8.80.2: #i85898# Stripping all external header guards 2008/03/28 16:05:41 rt 1.8.80.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2a207bf4379e7b62252a1823241fd75d1879777]

INTEGRATION: CWS changefileheader (1.4.774); FILE MERGED 2008/04/01 15:44:23 thb 1.4.774.3: #i85898# Stripping all external header guards 2008/04/01 12:43:08 thb 1.4.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:55 rt 1.4.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7bf0a7472d206a84c42a4458fc715debd5794647]

INTEGRATION: CWS changefileheader (1.13.32); FILE MERGED 2008/04/01 15:01:08 thb 1.13.32.2: #i85898# Stripping all external header guards 2008/03/28 16:05:41 rt 1.13.32.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a9614ed54a6f8f22dae576d983669bd6b5b4521c]

INTEGRATION: CWS changefileheader (1.4.546); FILE MERGED 2008/04/01 12:43:08 thb 1.4.546.2: #i85898# Stripping all external header guards 2008/03/31 13:00:55 rt 1.4.546.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba65b1c1e92e5c4573dd26a3e24b33d882f936e0]

INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/04/01 10:48:08 thb 1.3.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:41 rt 1.3.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa75e7b4942e69e72e81581f563ccd61ba2af8b8]

INTEGRATION: CWS changefileheader (1.21.30); FILE MERGED 2008/04/01 10:48:08 thb 1.21.30.2: #i85898# Stripping all external header guards 2008/03/28 16:05:41 rt 1.21.30.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [784d2ba2e15b3d5ff521ef74ace3e57234e18759]

INTEGRATION: CWS changefileheader (1.12.546); FILE MERGED 2008/04/01 15:44:23 thb 1.12.546.3: #i85898# Stripping all external header guards 2008/04/01 12:43:08 thb 1.12.546.2: #i85898# Stripping all external header guards 2008/03/31 13:00:55 rt 1.12.546.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f13f4f885fda558f89bf744c6afc3862b637ebe]

INTEGRATION: CWS changefileheader (1.4.80); FILE MERGED 2008/04/01 10:48:08 thb 1.4.80.2: #i85898# Stripping all external header guards 2008/03/28 16:05:41 rt 1.4.80.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d4b6ccc47a0cf57b2e4eb586da445b1787b09ac]

INTEGRATION: CWS changefileheader (1.9.300); FILE MERGED 2008/04/01 15:44:23 thb 1.9.300.3: #i85898# Stripping all external header guards 2008/04/01 12:43:08 thb 1.9.300.2: #i85898# Stripping all external header guards 2008/03/31 13:00:55 rt 1.9.300.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ccfaf8e352e6edb13bb2ebbc744353371fb83c9a]

INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/04/01 10:48:08 thb 1.2.80.2: #i85898# Stripping all external header guards 2008/03/28 16:05:40 rt 1.2.80.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9159df903041e0c1e4e13ca1e7fad67605c662bb]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/04/01 15:44:23 thb 1.4.246.2: #i85898# Stripping all external header guards 2008/03/31 13:00:55 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2eb9660369427f964fcdecf30a922f1a243e1535]

INTEGRATION: CWS changefileheader (1.12.32); FILE MERGED 2008/04/01 15:01:08 thb 1.12.32.3: #i85898# Stripping all external header guards 2008/04/01 10:48:08 thb 1.12.32.2: #i85898# Stripping all external header guards 2008/03/28 16:05:40 rt 1.12.32.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [413d8854d48b5410796a8ef23142c0d5c41d3d94]

INTEGRATION: CWS changefileheader (1.5.68); FILE MERGED 2008/04/01 15:44:23 thb 1.5.68.3: #i85898# Stripping all external header guards 2008/04/01 12:43:08 thb 1.5.68.2: #i85898# Stripping all external header guards 2008/03/31 13:00:55 rt 1.5.68.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b55051e061e7308e37b6974a6c0b305251da7c30]

INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/04/01 15:01:08 thb 1.3.88.3: #i85898# Stripping all external header guards 2008/04/01 10:48:08 thb 1.3.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:40 rt 1.3.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c0b9330410711bef2b4b832b1081bd674e27e260]

INTEGRATION: CWS changefileheader (1.2.774); FILE MERGED 2008/04/01 15:44:23 thb 1.2.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:55 rt 1.2.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f1b1cab75ebd4cbed75534a6672ff55f5492399]

INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/04/01 10:48:08 thb 1.4.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:40 rt 1.4.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee34265334b6986004dc269b28154da26ea1dd72]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/04/01 15:44:23 thb 1.4.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:08 thb 1.4.246.2: #i85898# Stripping all external header guards 2008/03/31 13:00:55 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ebd0946c6c844f7b2731744859a4841fe5fa65d6]

INTEGRATION: CWS changefileheader (1.9.50); FILE MERGED 2008/04/01 10:48:07 thb 1.9.50.2: #i85898# Stripping all external header guards 2008/03/28 16:05:39 rt 1.9.50.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0aefc48e6b0c58d36f0e784cef917a84f6a7833]

INTEGRATION: CWS changefileheader (1.10.88); FILE MERGED 2008/04/01 10:48:07 thb 1.10.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:39 rt 1.10.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b39bae6f3dd0988c89f1098f880f4d34b946e36]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/04/01 15:44:22 thb 1.4.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:08 thb 1.4.246.2: #i85898# Stripping all external header guards 2008/03/31 13:00:55 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a51c35dd3c4203b21206428a97d536ddc9ed4c2]

INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/04/01 10:48:07 thb 1.4.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:39 rt 1.4.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a70747433d58b1d37cd4c529a89e3f31f86844b1]

INTEGRATION: CWS changefileheader (1.2.774); FILE MERGED 2008/04/01 15:44:22 thb 1.2.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:54 rt 1.2.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7cb53ff3889fd884a2730a2ad5abf1cb8491c719]

INTEGRATION: CWS changefileheader (1.5.546); FILE MERGED 2008/04/01 15:44:22 thb 1.5.546.3: #i85898# Stripping all external header guards 2008/04/01 12:43:08 thb 1.5.546.2: #i85898# Stripping all external header guards 2008/03/31 13:00:54 rt 1.5.546.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8832f4a44d47504201cd38e99d712891e0c4be0]

INTEGRATION: CWS changefileheader (1.9.88); FILE MERGED 2008/04/01 10:48:07 thb 1.9.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:39 rt 1.9.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8257a6f6ed07f81cfdc95eff67db814d02cfc3a]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/04/01 15:44:22 thb 1.3.774.3: #i85898# Stripping all external header guards 2008/04/01 12:43:08 thb 1.3.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:54 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a878b4be506b08fde4001383a4fb619358e926f]

INTEGRATION: CWS changefileheader (1.11.30); FILE MERGED 2008/04/01 15:01:07 thb 1.11.30.2: #i85898# Stripping all external header guards 2008/03/28 16:05:39 rt 1.11.30.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2718b3d7963ba196c455e5f420dd7d754bbe4f6]

INTEGRATION: CWS changefileheader (1.10.50); FILE MERGED 2008/04/01 15:01:07 thb 1.10.50.3: #i85898# Stripping all external header guards 2008/04/01 10:48:07 thb 1.10.50.2: #i85898# Stripping all external header guards 2008/03/28 16:05:38 rt 1.10.50.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8cd3d5ba5756f6f7914ae8e8e120d2177860e4c0]

INTEGRATION: CWS changefileheader (1.4.546); FILE MERGED 2008/04/01 12:43:08 thb 1.4.546.2: #i85898# Stripping all external header guards 2008/03/31 13:00:54 rt 1.4.546.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb931354a8f08eb6584281b1cb202c6d93cb441f]

INTEGRATION: CWS changefileheader (1.9.66); FILE MERGED 2008/04/01 15:01:07 thb 1.9.66.2: #i85898# Stripping all external header guards 2008/03/28 16:05:38 rt 1.9.66.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8471ca877207569bbcbb247470633e74a8a72443]

INTEGRATION: CWS changefileheader (1.4.774); FILE MERGED 2008/04/01 12:43:08 thb 1.4.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:54 rt 1.4.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6431199fca0bd8664d92f411bf0e7b2aa567e2ed]

INTEGRATION: CWS changefileheader (1.7.88); FILE MERGED 2008/04/01 10:48:07 thb 1.7.88.2: #i85898# Stripping all external header guards 2008/03/28 16:05:38 rt 1.7.88.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf624e4ef82cc44dd88de72bd9fc2037aa786d1c]

INTEGRATION: CWS changefileheader (1.11.30); FILE MERGED 2008/04/01 10:48:07 thb 1.11.30.2: #i85898# Stripping all external header guards 2008/03/28 16:05:38 rt 1.11.30.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f70038c9f7efc59db47f0f1dc19440965bb3d4e8]

INTEGRATION: CWS changefileheader (1.9.32); FILE MERGED 2008/03/28 16:05:37 rt 1.9.32.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75de22e6b7b399ff78e9f953299d5b6ae1171f5c]

INTEGRATION: CWS changefileheader (1.2.56); FILE MERGED 2008/03/28 16:05:37 rt 1.2.56.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea34a5be891ea0f6c3f9784ab9cc5e9f42108f30]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/03/31 13:00:54 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [338e11cc32f3fbb0792ddbcd65aedf1d018bc439]

INTEGRATION: CWS changefileheader (1.2.774); FILE MERGED 2008/03/31 13:00:53 rt 1.2.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [def77718fedda2e31a38bf6cc7d3807b486b7565]

INTEGRATION: CWS changefileheader (1.4.774); FILE MERGED 2008/04/01 15:44:22 thb 1.4.774.3: #i85898# Stripping all external header guards 2008/04/01 12:43:08 thb 1.4.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:53 rt 1.4.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94048a1389e053f36d15502dda8a48c682294cd6]

INTEGRATION: CWS changefileheader (1.4.774); FILE MERGED 2008/03/31 13:00:53 rt 1.4.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2eaec87d61fc1ed99f9968cd3354b578021af000]

INTEGRATION: CWS changefileheader (1.3.300); FILE MERGED 2008/03/31 13:00:53 rt 1.3.300.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba8d005828b6f1fc75978d82fafcc6ffcfeec5fd]

INTEGRATION: CWS changefileheader (1.6.428); FILE MERGED 2008/04/01 15:44:22 thb 1.6.428.2: #i85898# Stripping all external header guards 2008/03/31 13:00:53 rt 1.6.428.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9855ffa7de21dec17234850c1182257e40235289]

INTEGRATION: CWS changefileheader (1.5.774); FILE MERGED 2008/04/01 15:44:22 thb 1.5.774.3: #i85898# Stripping all external header guards 2008/04/01 12:43:08 thb 1.5.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:53 rt 1.5.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [965750eb5117ab51e73058a6143928dab1fc361b]

INTEGRATION: CWS changefileheader (1.3.772); FILE MERGED 2008/04/01 15:44:22 thb 1.3.772.3: #i85898# Stripping all external header guards 2008/04/01 12:43:07 thb 1.3.772.2: #i85898# Stripping all external header guards 2008/03/31 13:00:53 rt 1.3.772.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65d7bf9871289e5515bfd2ce88c28cf2bfda4ff6]

INTEGRATION: CWS changefileheader (1.3.772); FILE MERGED 2008/04/01 15:44:21 thb 1.3.772.3: #i85898# Stripping all external header guards 2008/04/01 12:43:07 thb 1.3.772.2: #i85898# Stripping all external header guards 2008/03/31 13:00:53 rt 1.3.772.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f0be228dd35736a75b7e67b75d9a9430d0b27a3]

INTEGRATION: CWS changefileheader (1.8.2); FILE MERGED 2008/03/31 13:00:53 rt 1.8.2.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0d77ff810fb6213311c25286c27751cad94df4e]

INTEGRATION: CWS changefileheader (1.9.246); FILE MERGED 2008/04/01 15:44:21 thb 1.9.246.3: #i85898# Stripping all external header guards 2008/04/01 12:43:07 thb 1.9.246.2: #i85898# Stripping all external header guards 2008/03/31 13:00:53 rt 1.9.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b585802b5f932c147a6c8d21e5ba97b3657ae6e]

INTEGRATION: CWS changefileheader (1.5.170); FILE MERGED 2008/04/01 15:44:21 thb 1.5.170.3: #i85898# Stripping all external header guards 2008/04/01 12:43:07 thb 1.5.170.2: #i85898# Stripping all external header guards 2008/03/31 13:00:52 rt 1.5.170.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [284e8a525b11745ce3796a8dbb91949003fb248f]

INTEGRATION: CWS changefileheader (1.19.222); FILE MERGED 2008/04/01 15:44:21 thb 1.19.222.3: #i85898# Stripping all external header guards 2008/04/01 12:43:07 thb 1.19.222.2: #i85898# Stripping all external header guards 2008/03/31 13:00:52 rt 1.19.222.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc1df9a8f8aa23520baedb56c1c726216adcc622]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/04/01 12:43:07 thb 1.3.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:52 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69022d9316b79d683c68ef3e9d0a57685489243c]

INTEGRATION: CWS changefileheader (1.9.246); FILE MERGED 2008/03/31 13:00:52 rt 1.9.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [99d4e40f23104b119fcffab18a837be3deb798cd]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/04/01 15:44:21 thb 1.3.774.3: #i85898# Stripping all external header guards 2008/04/01 12:43:07 thb 1.3.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:52 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [706aa9d5660df4ffc57be3383b758ddbde404c4d]

INTEGRATION: CWS changefileheader (1.2.772); FILE MERGED 2008/04/01 15:44:21 thb 1.2.772.2: #i85898# Stripping all external header guards 2008/03/31 13:00:52 rt 1.2.772.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c0c8bd9dbc90e6dfe39d9e91383fc96901c051c]

INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/03/31 13:00:52 rt 1.4.246.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f0cd751e74276d94fb5c664a5164c7d801054bc]

INTEGRATION: CWS changefileheader (1.2.774); FILE MERGED 2008/03/31 13:00:52 rt 1.2.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [abcf2a46be8390d72054b24c25b344d0c0466bb7]

INTEGRATION: CWS changefileheader (1.6.774); FILE MERGED 2008/04/01 15:44:21 thb 1.6.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:52 rt 1.6.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ccca1caf826e0875bfb4bd2c7431063ec4da1ca]

INTEGRATION: CWS changefileheader (1.2.774); FILE MERGED 2008/04/01 15:44:21 thb 1.2.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:52 rt 1.2.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a79d896b9713fb8f580a422a07c394721e83395d]

INTEGRATION: CWS changefileheader (1.3.546); FILE MERGED 2008/04/01 15:44:21 thb 1.3.546.2: #i85898# Stripping all external header guards 2008/04/01 12:43:07 thb 1.3.546.1: #i85898# Stripping all external header guards


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a95d9609c1e875593594751e1b2b0b783d65d43]

INTEGRATION: CWS changefileheader (1.6.278); FILE MERGED 2008/03/31 13:00:52 rt 1.6.278.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [673f0513c758dca8909fdce32b48093ea7f5be93]

INTEGRATION: CWS changefileheader (1.4.774); FILE MERGED 2008/04/01 12:43:07 thb 1.4.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:52 rt 1.4.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7468ab733cf161154d89e6fcf559e7c92c9cd00]

INTEGRATION: CWS changefileheader (1.7.774); FILE MERGED 2008/04/01 15:44:21 thb 1.7.774.3: #i85898# Stripping all external header guards 2008/04/01 12:43:07 thb 1.7.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:51 rt 1.7.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [769dc61c39ba4110cf2b2702edb686e0588d63b9]

INTEGRATION: CWS changefileheader (1.14.388); FILE MERGED 2008/03/31 13:00:51 rt 1.14.388.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eed52b4d6fd1e7fd636c168526439f925f6e46d7]

INTEGRATION: CWS changefileheader (1.4.774); FILE MERGED 2008/04/01 15:44:20 thb 1.4.774.3: #i85898# Stripping all external header guards 2008/04/01 12:43:07 thb 1.4.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:51 rt 1.4.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [054d219245c358923026db292e44191a96506031]

INTEGRATION: CWS changefileheader (1.7.774); FILE MERGED 2008/04/01 15:44:20 thb 1.7.774.3: #i85898# Stripping all external header guards 2008/04/01 12:43:07 thb 1.7.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:51 rt 1.7.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96dd280b8619d0a38149d54bc1033c192b2f3d26]

INTEGRATION: CWS changefileheader (1.4.774); FILE MERGED 2008/03/31 13:00:51 rt 1.4.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5bc0bbff53cc840cd53ca3f4d13965deb910938d]

INTEGRATION: CWS changefileheader (1.5.412); FILE MERGED 2008/03/31 13:00:50 rt 1.5.412.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c0165abb8d436208a8508fa0e1cd71ab500ecbba]

INTEGRATION: CWS changefileheader (1.5.546); FILE MERGED 2008/04/01 15:44:20 thb 1.5.546.3: #i85898# Stripping all external header guards 2008/04/01 12:43:06 thb 1.5.546.2: #i85898# Stripping all external header guards 2008/03/31 13:00:50 rt 1.5.546.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6db9b96cb9855f5e58d824bd302d787e3b220712]

INTEGRATION: CWS changefileheader (1.4.774); FILE MERGED 2008/04/01 15:44:20 thb 1.4.774.3: #i85898# Stripping all external header guards 2008/04/01 12:43:06 thb 1.4.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:50 rt 1.4.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a1c5cb6784f2fbf684fe0e97bb93bc90deb5814]

INTEGRATION: CWS changefileheader (1.5.668); FILE MERGED 2008/04/01 15:44:20 thb 1.5.668.3: #i85898# Stripping all external header guards 2008/04/01 12:43:06 thb 1.5.668.2: #i85898# Stripping all external header guards 2008/03/31 13:00:50 rt 1.5.668.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a5703a80be55a6929603fdd4bdc72bcaa695a0c]

INTEGRATION: CWS changefileheader (1.3.222); FILE MERGED 2008/04/01 15:44:20 thb 1.3.222.2: #i85898# Stripping all external header guards 2008/03/31 13:00:49 rt 1.3.222.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc8e985ab317827b7d999b74d5831a5b7b5b2325]

INTEGRATION: CWS changefileheader (1.2.772); FILE MERGED 2008/04/01 15:44:20 thb 1.2.772.2: #i85898# Stripping all external header guards 2008/03/31 13:00:49 rt 1.2.772.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [090b40fda28da1299bec94425e769dff4a5881e8]

INTEGRATION: CWS changefileheader (1.20.546); FILE MERGED 2008/04/01 15:44:19 thb 1.20.546.3: #i85898# Stripping all external header guards 2008/04/01 12:43:06 thb 1.20.546.2: #i85898# Stripping all external header guards 2008/03/31 13:00:49 rt 1.20.546.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8575d80da36a2517388abf3693e612b9507f60e4]

INTEGRATION: CWS changefileheader (1.4.774); FILE MERGED 2008/04/01 15:44:19 thb 1.4.774.3: #i85898# Stripping all external header guards 2008/04/01 12:43:06 thb 1.4.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:49 rt 1.4.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a35770fb5184b2911abcb9565854552279e9febc]

INTEGRATION: CWS changefileheader (1.4.546); FILE MERGED 2008/04/01 12:43:06 thb 1.4.546.2: #i85898# Stripping all external header guards 2008/03/31 13:00:49 rt 1.4.546.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [079b5ec85979200baf999238705f1b86422601d8]

INTEGRATION: CWS changefileheader (1.5.724); FILE MERGED 2008/04/01 15:44:19 thb 1.5.724.3: #i85898# Stripping all external header guards 2008/04/01 12:43:06 thb 1.5.724.2: #i85898# Stripping all external header guards 2008/03/31 13:00:49 rt 1.5.724.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80a29e4c786ace06254b5da0a7f9d8c5b0d8e689]

INTEGRATION: CWS changefileheader (1.2.774); FILE MERGED 2008/03/31 13:00:48 rt 1.2.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49e53dbae27ca39b1d47c78e48c7a14d036f4c56]

INTEGRATION: CWS changefileheader (1.4.128); FILE MERGED 2008/04/01 15:44:19 thb 1.4.128.3: #i85898# Stripping all external header guards 2008/04/01 12:43:06 thb 1.4.128.2: #i85898# Stripping all external header guards 2008/03/31 13:00:48 rt 1.4.128.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a56fc5fa447b40ccbb54023e0b41f0756e556878]

INTEGRATION: CWS changefileheader (1.2.774); FILE MERGED 2008/04/01 15:44:19 thb 1.2.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:48 rt 1.2.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1fb0fb9c41f44ff8f1a317e3c93ba07f5338b207]

INTEGRATION: CWS changefileheader (1.4.774); FILE MERGED 2008/04/01 15:44:19 thb 1.4.774.3: #i85898# Stripping all external header guards 2008/04/01 12:43:06 thb 1.4.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:48 rt 1.4.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7aba3e4e061ca7fb8d5bf0c8ebfa41826ece9a45]

INTEGRATION: CWS changefileheader (1.3.774); FILE MERGED 2008/04/01 15:44:19 thb 1.3.774.3: #i85898# Stripping all external header guards 2008/04/01 12:43:06 thb 1.3.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:48 rt 1.3.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2cea31b54f4b105f338fa3e9ebfb93369572fb61]

INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/03/31 13:00:48 rt 1.5.126.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66c18c6d5b9bff4e1b97c48ce90ce387aeb42e84]

INTEGRATION: CWS changefileheader (1.3.300); FILE MERGED 2008/04/01 15:44:19 thb 1.3.300.3: #i85898# Stripping all external header guards 2008/04/01 12:43:06 thb 1.3.300.2: #i85898# Stripping all external header guards 2008/03/31 13:00:47 rt 1.3.300.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [184a0ac6aebabb7a812e77907b142868c9cd7dbd]

INTEGRATION: CWS changefileheader (1.7.774); FILE MERGED 2008/04/01 15:44:18 thb 1.7.774.3: #i85898# Stripping all external header guards 2008/04/01 12:43:06 thb 1.7.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:47 rt 1.7.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7ddbc425bfeeb0432d46dc445b15fab3411f04b]

INTEGRATION: CWS changefileheader (1.14.346); FILE MERGED 2008/04/01 12:43:06 thb 1.14.346.2: #i85898# Stripping all external header guards 2008/03/31 13:00:47 rt 1.14.346.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6fde2a6fd7b7eb7e2d5927f2df910c37baf478b4]

INTEGRATION: CWS changefileheader (1.4.774); FILE MERGED 2008/03/31 13:00:47 rt 1.4.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [557bf81448aa50b375f5d73ab22ba619397d5e50]

INTEGRATION: CWS changefileheader (1.2.432); FILE MERGED 2008/03/31 13:00:47 rt 1.2.432.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20e857b50c8e232f43f9ecf3e7a138cd7a4de5aa]

INTEGRATION: CWS changefileheader (1.3.546); FILE MERGED 2008/04/01 15:44:18 thb 1.3.546.2: #i85898# Stripping all external header guards 2008/04/01 12:43:05 thb 1.3.546.1: #i85898# Stripping all external header guards


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90bd531a5885288463f0c301adad8906eb126ab5]

INTEGRATION: CWS changefileheader (1.2.774); FILE MERGED 2008/03/31 13:00:47 rt 1.2.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e48f2c562c1514f09a6e4d01c1d049afb85e310c]

INTEGRATION: CWS changefileheader (1.4.432); FILE MERGED 2008/04/01 15:44:18 thb 1.4.432.2: #i85898# Stripping all external header guards 2008/03/31 13:00:47 rt 1.4.432.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93693c37ed41f9a7d79c053688e08d553605b644]

INTEGRATION: CWS changefileheader (1.4.774); FILE MERGED 2008/04/01 15:44:18 thb 1.4.774.3: #i85898# Stripping all external header guards 2008/04/01 12:43:05 thb 1.4.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:46 rt 1.4.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3075441492267f8d8fcaeefc0fcb4d3c815d43a7]

INTEGRATION: CWS changefileheader (1.8.546); FILE MERGED 2008/04/01 15:44:18 thb 1.8.546.3: #i85898# Stripping all external header guards 2008/04/01 12:43:05 thb 1.8.546.2: #i85898# Stripping all external header guards 2008/03/31 13:00:46 rt 1.8.546.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5537dd16a8e5d0e65440768fb1fe2e0d72237f36]

INTEGRATION: CWS changefileheader (1.5.546); FILE MERGED 2008/04/01 15:44:18 thb 1.5.546.3: #i85898# Stripping all external header guards 2008/04/01 12:43:05 thb 1.5.546.2: #i85898# Stripping all external header guards 2008/03/31 13:00:46 rt 1.5.546.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46cb2cefa348089b160ce98981b7ea7626251975]

INTEGRATION: CWS changefileheader (1.3.772); FILE MERGED 2008/04/01 15:44:18 thb 1.3.772.3: #i85898# Stripping all external header guards 2008/04/01 12:43:05 thb 1.3.772.2: #i85898# Stripping all external header guards 2008/03/31 13:00:46 rt 1.3.772.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7a596261f02b9ead9cac9326e15208c863dfa05]

INTEGRATION: CWS changefileheader (1.5.774); FILE MERGED 2008/04/01 15:44:18 thb 1.5.774.3: #i85898# Stripping all external header guards 2008/04/01 12:43:05 thb 1.5.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:46 rt 1.5.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f50806a9e4145875007e5b04c917f208d4e56e30]

INTEGRATION: CWS changefileheader (1.4.546); FILE MERGED 2008/04/01 15:44:17 thb 1.4.546.3: #i85898# Stripping all external header guards 2008/04/01 12:43:05 thb 1.4.546.2: #i85898# Stripping all external header guards 2008/03/31 13:00:45 rt 1.4.546.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4c8ca8b95a7da556d489b5e434175399eb7bab2]

INTEGRATION: CWS changefileheader (1.8.546); FILE MERGED 2008/04/01 15:44:17 thb 1.8.546.3: #i85898# Stripping all external header guards 2008/04/01 12:43:05 thb 1.8.546.2: #i85898# Stripping all external header guards 2008/03/31 13:00:45 rt 1.8.546.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7b893fb4d711967b30c4e043ad4c6b14a3fc77c]

INTEGRATION: CWS changefileheader (1.12.234); FILE MERGED 2008/04/01 15:44:17 thb 1.12.234.3: #i85898# Stripping all external header guards 2008/04/01 12:43:05 thb 1.12.234.2: #i85898# Stripping all external header guards 2008/03/31 13:00:45 rt 1.12.234.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8737e7fb57c4f8e704ebe9de4b4d4b7a4a3fb35f]

INTEGRATION: CWS changefileheader (1.4.546); FILE MERGED 2008/04/01 15:44:17 thb 1.4.546.2: #i85898# Stripping all external header guards 2008/03/31 13:00:45 rt 1.4.546.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ce891d4940a067335ce8f0463f6bbd19ff094b3]

INTEGRATION: CWS changefileheader (1.5.774); FILE MERGED 2008/04/01 15:44:17 thb 1.5.774.3: #i85898# Stripping all external header guards 2008/04/01 12:43:05 thb 1.5.774.2: #i85898# Stripping all external header guards 2008/03/31 13:00:45 rt 1.5.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40e365a5839fc287529952092361dc6a740e5fa7]

INTEGRATION: CWS changefileheader (1.6.36); FILE MERGED 2008/04/01 15:44:17 thb 1.6.36.3: #i85898# Stripping all external header guards 2008/04/01 12:43:05 thb 1.6.36.2: #i85898# Stripping all external header guards 2008/03/31 13:00:44 rt 1.6.36.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f43f4bce656517266db1f5ca360401e41660253]

INTEGRATION: CWS changefileheader (1.18.132); FILE MERGED 2008/03/31 13:00:44 rt 1.18.132.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [470454dbe94caf0117c62da6c22d7405087c1b31]

INTEGRATION: CWS changefileheader (1.11.320); FILE MERGED 2008/03/31 13:00:44 rt 1.11.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [722efd4eff3b93ffb5d361ec8e2fa7abe985ed3e]

INTEGRATION: CWS changefileheader (1.12.128); FILE MERGED 2008/03/31 13:00:44 rt 1.12.128.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51539a4cd897a03f7c8267acefc40348d1bd246a]

INTEGRATION: CWS changefileheader (1.16.302); FILE MERGED 2008/04/01 15:44:16 thb 1.16.302.2: #i85898# Stripping all external header guards 2008/03/31 13:00:43 rt 1.16.302.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92e3aba7936e7c6a83a5e8f0c4602d6b860d5008]

INTEGRATION: CWS changefileheader (1.5.546); FILE MERGED 2008/03/31 13:00:43 rt 1.5.546.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5fbf04b519ca37848ceac8d05c0e79cb18627175]

INTEGRATION: CWS changefileheader (1.18.450); FILE MERGED 2008/03/31 13:00:43 rt 1.18.450.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [831607f3206163556506931dfbff3378e8829f96]

INTEGRATION: CWS changefileheader (1.2.774); FILE MERGED 2008/03/31 13:00:43 rt 1.2.774.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a712d160f5d93a5c6f9567fc4f7ab82ad7b6c4ba]

INTEGRATION: CWS changefileheader (1.17.320); FILE MERGED 2008/03/31 13:00:43 rt 1.17.320.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c8fae57270e4514a28ab9215f27bc2f55e2b80c]

INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/03/31 16:22:31 rt 1.2.14.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e999c5429aab133198f1c8749b68bcf9590923c4]

INTEGRATION: CWS changefileheader (1.8.2); FILE MERGED 2008/03/31 16:22:31 rt 1.8.2.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [391b6d6d3d55ed5b9bf904a287d0706ae7008da3]

INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/31 16:22:31 rt 1.7.62.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5d99daca789cdc3934236ee7820b8ca8fa9fb4d]

INTEGRATION: CWS changefileheader (1.5.30); FILE MERGED 2008/03/31 16:22:30 rt 1.5.30.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7236cf1342e7522b3e84bdea2de1f811ae37e418]

INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:22:30 rt 1.3.62.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62589922c34c1f970c6093a63a22a7ca36919000]

INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:22:30 rt 1.4.62.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a9fd25205cb205585ad3a6bef0f7a699f61d96ca]

INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/31 16:22:30 rt 1.7.62.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [283b4dce58e6a3cf7d254a3d62e3417859cdb36a]

INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/03/31 16:22:30 rt 1.2.14.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [756ae463856a99deec87e141150399f65669a236]

INTEGRATION: CWS changefileheader (1.3.4); FILE MERGED 2008/04/01 15:25:29 thb 1.3.4.3: #i85898# Stripping all external header guards 2008/04/01 12:34:36 thb 1.3.4.2: #i85898# Stripping all external header guards 2008/03/31 16:22:30 rt 1.3.4.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a72267dfe1b2760de6e66dd9663bef64dca071a]

INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/31 16:22:30 rt 1.3.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75c737f7c827d854b2fd6d97358952c3f75b8031]

INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/03/31 16:22:29 rt 1.2.14.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a3f142801ce25033b353dece4a5b29a323fafe65]

INTEGRATION: CWS changefileheader (1.10.26); FILE MERGED 2008/03/31 16:22:29 rt 1.10.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8553f51f6141faf68b2a37fde8d68c168681e18]

INTEGRATION: CWS changefileheader (1.19.26); FILE MERGED 2008/04/01 15:25:28 thb 1.19.26.3: #i85898# Stripping all external header guards 2008/04/01 12:34:35 thb 1.19.26.2: #i85898# Stripping all external header guards 2008/03/31 16:22:29 rt 1.19.26.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [077b14e1fb93b738b76ec19735aa1353572ee2e9]

INTEGRATION: CWS changefileheader (1.17.4); FILE MERGED 2008/03/31 16:22:29 rt 1.17.4.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f22f27e7c64837e87bb5417495f14adf906ecb2b]

INTEGRATION: CWS changefileheader (1.11.14); FILE MERGED 2008/03/31 16:22:29 rt 1.11.14.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6797b7b527841d3881659be57a5c7022fbee1ea9]

INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:22:29 rt 1.4.62.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7542efb218e99715a3bec904abc0c74d27d55ce]

INTEGRATION: CWS changefileheader (1.4.4); FILE MERGED 2008/03/31 16:22:29 rt 1.4.4.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71cf0d96eb7edf67292d0abffaf17b3a7a3a010c]

INTEGRATION: CWS changefileheader (1.7.4); FILE MERGED 2008/03/31 16:22:29 rt 1.7.4.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2891c2c47e6018773967db1200fb622cee35c970]

INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/04/01 15:25:28 thb 1.2.14.3: #i85898# Stripping all external header guards 2008/04/01 12:34:35 thb 1.2.14.2: #i85898# Stripping all external header guards 2008/03/31 16:22:29 rt 1.2.14.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b73d32a9c3b15d5eede6d2e4bd898323423a1f7c]

INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/04/01 12:34:35 thb 1.2.14.2: #i85898# Stripping all external header guards 2008/03/31 16:22:29 rt 1.2.14.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [05041dafc89265253296b59fd448245511933dbd]

INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/04/01 15:25:27 thb 1.2.14.3: #i85898# Stripping all external header guards 2008/04/01 12:34:35 thb 1.2.14.2: #i85898# Stripping all external header guards 2008/03/31 16:22:28 rt 1.2.14.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [acadc21f11f4b8a288533325942138ed537eadb9]

INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/04/01 15:25:27 thb 1.2.14.2: #i85898# Stripping all external header guards 2008/03/31 16:22:28 rt 1.2.14.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4828ce299b16257d83520ea4afd6757f28e9047]

INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/03/31 16:22:28 rt 1.2.14.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3282c1529b4951ef005b0c639f9a411d8f8071dd]

INTEGRATION: CWS changefileheader (1.3.30); FILE MERGED 2008/03/31 15:31:39 rt 1.3.30.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [747a66f798211282933de6c9eb2e35ab9f6369c4]

INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 15:31:39 rt 1.2.104.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f672b5ffdb1101d0a21f8e589246f32ea0d5962c]

INTEGRATION: CWS changefileheader (1.17.6); FILE MERGED 2008/04/01 16:02:50 thb 1.17.6.3: #i85898# Stripping all external header guards 2008/04/01 12:58:51 thb 1.17.6.2: #i85898# Stripping all external header guards 2008/03/31 15:31:39 rt 1.17.6.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dcea787b6080f6918d8af00e87ffba5d04801223]

INTEGRATION: CWS changefileheader (1.7.42); FILE MERGED 2008/03/31 15:31:39 rt 1.7.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a32a69d4502b059babbe396f7945741200d48074]

INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/03/31 15:31:39 rt 1.5.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2009e9b349d97b2745edd9f1c6e939d04060559f]

INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/03/31 15:31:38 rt 1.5.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [892426eff6370c4f9eb33ecc6d2cd33b4d3ff4a0]

INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED 2008/03/31 15:31:38 rt 1.6.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10ce994468b2652ae07c8339cd371bcc0baf2433]

INTEGRATION: CWS changefileheader (1.4.42); FILE MERGED 2008/03/31 15:31:38 rt 1.4.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76f0e6363525eac9a788395e91ac9eb8b5c8df0f]

INTEGRATION: CWS changefileheader (1.7.2); FILE MERGED 2008/03/31 15:31:38 rt 1.7.2.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e8acb5a61c0d7f654d4861ad84987b2570bea35]

INTEGRATION: CWS changefileheader (1.8.42); FILE MERGED 2008/03/31 15:31:38 rt 1.8.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e9ba70300449f31e95b68c813ebe87024181912]

INTEGRATION: CWS changefileheader (1.12.42); FILE MERGED 2008/03/31 15:31:37 rt 1.12.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9295b7f8514dc9b8133ee26d55e43242aa39614]

INTEGRATION: CWS changefileheader (1.4.42); FILE MERGED 2008/03/31 15:31:37 rt 1.4.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [094fee7e6a70aea42611153e5866b1130763d899]

INTEGRATION: CWS changefileheader (1.3.104); FILE MERGED 2008/03/31 15:31:37 rt 1.3.104.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54566d18c20fed9f4c5491f3ac3e996caf3e59b2]

INTEGRATION: CWS changefileheader (1.16.2); FILE MERGED 2008/03/31 15:31:37 rt 1.16.2.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c263b91fbe15eece67fda3f9ce32a268dd66053]

INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/04/01 12:58:51 thb 1.4.70.2: #i85898# Stripping all external header guards 2008/03/31 15:31:37 rt 1.4.70.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2102e58de7d7dd5d852846b2121503c71927607]

INTEGRATION: CWS changefileheader (1.8.70); FILE MERGED 2008/04/01 12:58:51 thb 1.8.70.2: #i85898# Stripping all external header guards 2008/03/31 15:31:36 rt 1.8.70.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [956b578341fd2e0252c335d20436459e7f9c3083]

INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/04/01 12:58:51 thb 1.5.70.2: #i85898# Stripping all external header guards 2008/03/31 15:31:36 rt 1.5.70.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35a93799d4038d933d6eaec3fd47b0061cf476bc]

INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/04/01 12:58:51 thb 1.2.22.2: #i85898# Stripping all external header guards 2008/03/31 15:31:36 rt 1.2.22.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eba6af5c05dbe0c1032dc007420a73e106b61af5]

INTEGRATION: CWS changefileheader (1.6.70); FILE MERGED 2008/04/01 12:58:50 thb 1.6.70.2: #i85898# Stripping all external header guards 2008/03/31 15:31:36 rt 1.6.70.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72373d5d44ea93bb55c95af86a6949dcc6887367]

INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/04/01 12:58:50 thb 1.5.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:36 rt 1.5.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ae0ea870e51cfb180e3bdf862d3100c4c1e6fea]

INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED 2008/04/01 16:02:49 thb 1.6.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:50 thb 1.6.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:36 rt 1.6.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50fbce503341073d52a5d77de349aa588567ad47]

INTEGRATION: CWS changefileheader (1.9.42); FILE MERGED 2008/04/01 16:02:49 thb 1.9.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:50 thb 1.9.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:36 rt 1.9.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e036fa2ce3b2f84a61540a84b9fec85eb3d2db00]

INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/04/01 16:02:49 thb 1.5.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:50 thb 1.5.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:35 rt 1.5.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b38c4337a43afd4d666c4d1374612ab8ee9821a]

INTEGRATION: CWS changefileheader (1.7.42); FILE MERGED 2008/04/01 12:58:49 thb 1.7.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:35 rt 1.7.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d77097a4628d6abd1831071695f322547ca1a7f]

INTEGRATION: CWS changefileheader (1.12.2); FILE MERGED 2008/04/01 12:58:49 thb 1.12.2.2: #i85898# Stripping all external header guards 2008/03/31 15:31:35 rt 1.12.2.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3554086660a93b641bd426cd9f49b2813fa4db1]

INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/04/01 16:02:49 thb 1.5.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:49 thb 1.5.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:35 rt 1.5.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [296b702cd32ef04e23d6070b509af694cc9fb52c]

INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED 2008/04/01 16:02:49 thb 1.6.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:49 thb 1.6.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:35 rt 1.6.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94d80b44eaf001aa0fdc9e8b86cf6fad1f1f0efa]

INTEGRATION: CWS changefileheader (1.9.42); FILE MERGED 2008/04/01 12:58:49 thb 1.9.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:34 rt 1.9.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4bc33ed36c5dced7156ad69a092172205a520d5e]

INTEGRATION: CWS changefileheader (1.20.22); FILE MERGED 2008/03/31 15:31:34 rt 1.20.22.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37e9c93b1a0fcc73f7a0b78137281aa459115063]

INTEGRATION: CWS changefileheader (1.6.70); FILE MERGED 2008/04/01 16:02:49 thb 1.6.70.3: #i85898# Stripping all external header guards 2008/04/01 12:58:49 thb 1.6.70.2: #i85898# Stripping all external header guards 2008/03/31 15:31:34 rt 1.6.70.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b2782b7ae9e7a9a34ffb9544414ffc1795c5f202]

INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/04/01 16:02:48 thb 1.5.22.3: #i85898# Stripping all external header guards 2008/04/01 12:58:49 thb 1.5.22.2: #i85898# Stripping all external header guards 2008/03/31 15:31:33 rt 1.5.22.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [143c9cc49859a45a0e3f314c8685a821b99b85f7]

INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED 2008/04/01 12:58:49 thb 1.6.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:33 rt 1.6.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60b1b841109fcf7afc8d17c373b8d0046aa9f0be]

INTEGRATION: CWS changefileheader (1.7.42); FILE MERGED 2008/04/01 16:02:48 thb 1.7.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:49 thb 1.7.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:33 rt 1.7.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d546115312fd82d3872148a7ac66790ba1b19def]

INTEGRATION: CWS changefileheader (1.15.2); FILE MERGED 2008/04/01 16:02:48 thb 1.15.2.3: #i85898# Stripping all external header guards 2008/04/01 12:58:48 thb 1.15.2.2: #i85898# Stripping all external header guards 2008/03/31 15:31:33 rt 1.15.2.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7c7e688ba55bde65e0e8484730bc14a3d74d9ae]

INTEGRATION: CWS changefileheader (1.7.42); FILE MERGED 2008/04/01 16:02:48 thb 1.7.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:48 thb 1.7.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:33 rt 1.7.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d9dd423b85c29762aaf51882d00a117d45e8e48]

INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/04/01 16:02:48 thb 1.5.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:48 thb 1.5.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:33 rt 1.5.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc7068759ad523b193c6d7140bc4d3d4bba1a1d2]

INTEGRATION: CWS changefileheader (1.13.14); FILE MERGED 2008/04/01 16:02:48 thb 1.13.14.3: #i85898# Stripping all external header guards 2008/04/01 12:58:48 thb 1.13.14.2: #i85898# Stripping all external header guards 2008/03/31 15:31:33 rt 1.13.14.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0621664035efbc34f8accffafd9c8afbd1fe59b7]

INTEGRATION: CWS changefileheader (1.10.70); FILE MERGED 2008/04/01 16:02:47 thb 1.10.70.3: #i85898# Stripping all external header guards 2008/04/01 12:58:47 thb 1.10.70.2: #i85898# Stripping all external header guards 2008/03/31 15:31:32 rt 1.10.70.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60e34ca4b180cb3b765a7fc8214f14cadcc69d06]

INTEGRATION: CWS changefileheader (1.13.50); FILE MERGED 2008/03/31 15:31:32 rt 1.13.50.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [85378d82bb8c011dc1e00a60fd1331b047b06869]

INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/04/01 12:58:47 thb 1.5.70.2: #i85898# Stripping all external header guards 2008/03/31 15:31:32 rt 1.5.70.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3dac144a6fd613052b8fbf21d0bfc99eb8a1729]

INTEGRATION: CWS changefileheader (1.8.42); FILE MERGED 2008/04/01 16:02:47 thb 1.8.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:47 thb 1.8.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:32 rt 1.8.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [78614de5bfd94faaf7d2dac33ce728fc813019ad]

INTEGRATION: CWS changefileheader (1.9.42); FILE MERGED 2008/04/01 16:02:47 thb 1.9.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:47 thb 1.9.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:32 rt 1.9.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6817a087ca74cd71f212b6d0c663520ccc4ce654]

INTEGRATION: CWS changefileheader (1.36.42); FILE MERGED 2008/04/01 16:02:47 thb 1.36.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:47 thb 1.36.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:32 rt 1.36.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [adcb264446052e086f0e4602821da4199d85e533]

INTEGRATION: CWS changefileheader (1.4.42); FILE MERGED 2008/04/01 12:58:47 thb 1.4.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:31 rt 1.4.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69a81ad3ebd797e0f516c9249768fc2b8f234f18]

INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/04/01 12:58:47 thb 1.5.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:31 rt 1.5.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f034e017d604d3cd9b29ba4868a38556ea32bb95]

INTEGRATION: CWS changefileheader (1.4.42); FILE MERGED 2008/04/01 12:58:46 thb 1.4.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:31 rt 1.4.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88af6d8699ac818d49c946095d7eb091e2b985cd]

INTEGRATION: CWS changefileheader (1.3.104); FILE MERGED 2008/04/01 16:02:46 thb 1.3.104.2: #i85898# Stripping all external header guards 2008/03/31 15:31:31 rt 1.3.104.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c66d2c1512681604293fdfb0860bc4c60157e76]

INTEGRATION: CWS changefileheader (1.3.104); FILE MERGED 2008/04/01 16:02:46 thb 1.3.104.3: #i85898# Stripping all external header guards 2008/04/01 12:58:46 thb 1.3.104.2: #i85898# Stripping all external header guards 2008/03/31 15:31:31 rt 1.3.104.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ba54530b74ddda761af355b946b73cb095f25af]

INTEGRATION: CWS changefileheader (1.5.104); FILE MERGED 2008/04/01 12:58:45 thb 1.5.104.2: #i85898# Stripping all external header guards 2008/03/31 15:31:30 rt 1.5.104.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [847d074214f0df5b9783a979506b37734d5efb9d]

INTEGRATION: CWS changefileheader (1.3.104); FILE MERGED 2008/04/01 12:58:45 thb 1.3.104.2: #i85898# Stripping all external header guards 2008/03/31 15:31:30 rt 1.3.104.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f9a0b86d0260d26881512e49234931869422d2c]

INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/04/01 16:02:46 thb 1.2.22.3: #i85898# Stripping all external header guards 2008/04/01 12:58:45 thb 1.2.22.2: #i85898# Stripping all external header guards 2008/03/31 15:31:30 rt 1.2.22.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61ca99fd775771a92ccb246aeb645a07145d1e02]

INTEGRATION: CWS changefileheader (1.5.104); FILE MERGED 2008/04/01 16:02:46 thb 1.5.104.3: #i85898# Stripping all external header guards 2008/04/01 12:58:45 thb 1.5.104.2: #i85898# Stripping all external header guards 2008/03/31 15:31:30 rt 1.5.104.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [026e7739aed5f14632283392472c9c11501484f1]

INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED 2008/04/01 16:02:46 thb 1.6.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:45 thb 1.6.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:30 rt 1.6.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20b71026137e3ac3a1934732b1ee198ec9ad451a]

INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/04/01 16:02:45 thb 1.5.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:45 thb 1.5.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:30 rt 1.5.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36cf2085b57180542b3de16f62c2c56e6c86a551]

INTEGRATION: CWS changefileheader (1.7.42); FILE MERGED 2008/04/01 16:02:45 thb 1.7.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:44 thb 1.7.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:30 rt 1.7.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f09012e972906f6f511e97eb1db194da1d7d60a8]

INTEGRATION: CWS changefileheader (1.4.78); FILE MERGED 2008/04/01 16:02:45 thb 1.4.78.3: #i85898# Stripping all external header guards 2008/04/01 12:58:44 thb 1.4.78.2: #i85898# Stripping all external header guards 2008/03/31 15:31:29 rt 1.4.78.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7b1b4977b238259cd0b695244540cbaf2332ea3]

INTEGRATION: CWS changefileheader (1.7.2); FILE MERGED 2008/04/01 16:02:45 thb 1.7.2.3: #i85898# Stripping all external header guards 2008/04/01 12:58:44 thb 1.7.2.2: #i85898# Stripping all external header guards 2008/03/31 15:31:29 rt 1.7.2.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a688673d149f7a9fe4866b1965d9990e859cd656]

INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/04/01 16:02:45 thb 1.5.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:44 thb 1.5.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:29 rt 1.5.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6895bf415292b0f37e771c9e1fddb5a740d4f09e]

INTEGRATION: CWS changefileheader (1.4.42); FILE MERGED 2008/04/01 16:02:45 thb 1.4.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:29 rt 1.4.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34367e88710e819047ab8867ded1952f5fbc6d94]

INTEGRATION: CWS changefileheader (1.4.104); FILE MERGED 2008/04/01 16:02:45 thb 1.4.104.3: #i85898# Stripping all external header guards 2008/04/01 12:58:44 thb 1.4.104.2: #i85898# Stripping all external header guards 2008/03/31 15:31:29 rt 1.4.104.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a249b2b32cb83d88a921cc09ff5417366388189]

INTEGRATION: CWS changefileheader (1.10.78); FILE MERGED 2008/04/01 16:02:44 thb 1.10.78.3: #i85898# Stripping all external header guards 2008/04/01 12:58:43 thb 1.10.78.2: #i85898# Stripping all external header guards 2008/03/31 15:31:29 rt 1.10.78.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56dcffe9452f6b3354b98b70409f33e51a0c3478]

INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/04/01 16:02:44 thb 1.3.22.3: #i85898# Stripping all external header guards 2008/04/01 12:58:43 thb 1.3.22.2: #i85898# Stripping all external header guards 2008/03/31 15:31:28 rt 1.3.22.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [485f29bb79abb75334afb74fe292a340deb32993]

INTEGRATION: CWS changefileheader (1.7.42); FILE MERGED 2008/04/01 16:02:44 thb 1.7.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:43 thb 1.7.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:28 rt 1.7.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ea93d8d56f5944cf8beeebfedc9a05b20eac46b]

INTEGRATION: CWS changefileheader (1.4.42); FILE MERGED 2008/04/01 16:02:44 thb 1.4.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:43 thb 1.4.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:28 rt 1.4.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5937a471c93eae9794b7a6b8ece8106d15c82e13]

INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/04/01 16:02:44 thb 1.5.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:43 thb 1.5.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:28 rt 1.5.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4672a07b0bc89ea1615709a0e99888431cca2d02]

INTEGRATION: CWS changefileheader (1.9.2); FILE MERGED 2008/04/01 16:02:44 thb 1.9.2.3: #i85898# Stripping all external header guards 2008/04/01 12:58:42 thb 1.9.2.2: #i85898# Stripping all external header guards 2008/03/31 15:31:28 rt 1.9.2.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c35db71f614f585a6b086a09bd4e46e16934e0fb]

INTEGRATION: CWS changefileheader (1.7.42); FILE MERGED 2008/04/01 16:02:44 thb 1.7.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:42 thb 1.7.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:28 rt 1.7.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14365271e72cd863bd76437d728e34054eeef0bd]

INTEGRATION: CWS changefileheader (1.18.14); FILE MERGED 2008/04/01 16:02:44 thb 1.18.14.3: #i85898# Stripping all external header guards 2008/04/01 12:58:42 thb 1.18.14.2: #i85898# Stripping all external header guards 2008/03/31 15:31:27 rt 1.18.14.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19286b8b61d81c635f34186f7867be5dbd511fe4]

INTEGRATION: CWS changefileheader (1.7.42); FILE MERGED 2008/04/01 16:02:43 thb 1.7.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:42 thb 1.7.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:27 rt 1.7.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ebf6031dddc941a3aad4cee35e355a10ee99b79]

INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 15:31:27 rt 1.2.104.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4450700a16adacfd2707b23b63c69863a68503d]

INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/04/01 16:02:43 thb 1.3.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:42 thb 1.3.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:27 rt 1.3.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d2d91542b967472b9ba067278d41ce033b3bd97]

INTEGRATION: CWS changefileheader (1.4.42); FILE MERGED 2008/04/01 16:02:43 thb 1.4.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:41 thb 1.4.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:27 rt 1.4.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5fa0131eb1f973646f51fbf23cb3d5be635dd93c]

INTEGRATION: CWS changefileheader (1.9.14); FILE MERGED 2008/04/01 16:02:43 thb 1.9.14.3: #i85898# Stripping all external header guards 2008/04/01 12:58:41 thb 1.9.14.2: #i85898# Stripping all external header guards 2008/03/31 15:31:27 rt 1.9.14.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd641685dfb71565a699e9ea992b1e3f256e0c7a]

INTEGRATION: CWS changefileheader (1.2.70); FILE MERGED 2008/03/31 15:31:27 rt 1.2.70.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29a41b91c9ca0cb8c364c50e3239d0982a1d0a7e]

INTEGRATION: CWS changefileheader (1.2.70); FILE MERGED 2008/03/31 15:31:26 rt 1.2.70.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a613f0753f160b673eba5740be1d753a062f997]

INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 15:31:26 rt 1.2.62.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de8788fa0776bfd6a27fdf54d819cf58fd15fda7]

INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/03/31 15:31:26 rt 1.5.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c6b8dd79d68040e03ce569edd0883adb41ab434]

INTEGRATION: CWS changefileheader (1.19.54); FILE MERGED 2008/03/28 15:42:14 rt 1.19.54.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa1485a8d09d81cba3fd11b4f37392b0045db967]

INTEGRATION: CWS changefileheader (1.22.4); FILE MERGED 2008/03/28 15:42:13 rt 1.22.4.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4de0bc0aec69af133885edb42924b7f57cf31e2a]

INTEGRATION: CWS changefileheader (1.4.86); FILE MERGED 2008/03/28 15:42:13 rt 1.4.86.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55e5d65363b2558451e7ac55a99c6d045f0ed520]

INTEGRATION: CWS changefileheader (1.3.86); FILE MERGED 2008/03/28 15:42:13 rt 1.3.86.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16f20f1747c1ea40bcf85e5c5533cec664646bb4]

INTEGRATION: CWS changefileheader (1.6.86); FILE MERGED 2008/03/28 15:42:13 rt 1.6.86.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03330edb51e8aeffa16fb4c3f741364215a48bab]

INTEGRATION: CWS changefileheader (1.7.42); FILE MERGED 2008/03/28 15:42:13 rt 1.7.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13dfe37070567ee818643b214ff135b4f669c939]

INTEGRATION: CWS changefileheader (1.19.52); FILE MERGED 2008/04/01 16:01:43 thb 1.19.52.2: #i85898# Stripping all external header guards 2008/03/28 15:42:13 rt 1.19.52.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ef1122a409a40ed9f1e0f970e2420725cb06858]

INTEGRATION: CWS changefileheader (1.11.6); FILE MERGED 2008/03/28 15:42:13 rt 1.11.6.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4e9b9aa65d70a116bbcef588e1c65f39db8aa0b]

INTEGRATION: CWS changefileheader (1.28.38); FILE MERGED 2008/03/28 15:42:12 rt 1.28.38.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ec5d0f25fddcfa4922a74eab6d8d111d58160b8]

INTEGRATION: CWS changefileheader (1.45.32); FILE MERGED 2008/03/28 15:42:12 rt 1.45.32.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f844a1209875606be5da1cc47ca1bc07d099a1db]

INTEGRATION: CWS changefileheader (1.48.34); FILE MERGED 2008/03/28 15:42:12 rt 1.48.34.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f92574048e3a942fdb3bd028526343418d349d6]

INTEGRATION: CWS changefileheader (1.28.54); FILE MERGED 2008/03/28 15:42:12 rt 1.28.54.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84b7bcae158b4c7858ae01c56e6a194ed23cfb82]

INTEGRATION: CWS changefileheader (1.17.42); FILE MERGED 2008/03/28 15:42:12 rt 1.17.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8f32003b093c7ec17193cd0c5ceede186f27fcd]

INTEGRATION: CWS changefileheader (1.3.86); FILE MERGED 2008/03/28 15:42:11 rt 1.3.86.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5b5cac42782a195111121893acd2870a47aadcd]

INTEGRATION: CWS changefileheader (1.21.4); FILE MERGED 2008/03/28 15:42:11 rt 1.21.4.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a3e21f0bdf47023cdc7b951a52724bbd48f224e5]

INTEGRATION: CWS changefileheader (1.13.4); FILE MERGED 2008/03/28 15:42:11 rt 1.13.4.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de845693b24522e363da4967366a814ed6543096]

INTEGRATION: CWS changefileheader (1.7.42); FILE MERGED 2008/03/28 15:42:11 rt 1.7.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7de6c8484a9655698ddafcb66718a2df705fe618]

INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 15:42:11 rt 1.7.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40f8e30f16d743cc91351ce0e323066617c39040]

INTEGRATION: CWS changefileheader (1.27.8); FILE MERGED 2008/03/28 15:42:10 rt 1.27.8.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87a0e33faab7844f0a3905b266faf951b0cb19a4]

INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/03/28 15:42:10 rt 1.5.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8fc5323866a8bb520912212cac7528ab9160fc38]

INTEGRATION: CWS changefileheader (1.42.8); FILE MERGED 2008/03/28 15:42:09 rt 1.42.8.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc6f317186ecbd19941376a940010aa171f49b1d]

INTEGRATION: CWS changefileheader (1.56.40); FILE MERGED 2008/03/28 15:42:09 rt 1.56.40.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2600af9c0be95a6870794a337574bc6bdb4f9ef7]

INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/03/28 15:42:09 rt 1.5.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8569647fa7af794e8076102768361a37d3329d5f]

INTEGRATION: CWS changefileheader (1.44.54); FILE MERGED 2008/03/28 15:42:08 rt 1.44.54.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3704f46450e07c15553f7f698bea2c22e54d4084]

INTEGRATION: CWS changefileheader (1.16.52); FILE MERGED 2008/03/28 15:42:08 rt 1.16.52.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39fe136775b97bff8192209e78bba05f7fcb2500]

INTEGRATION: CWS changefileheader (1.2.40); FILE MERGED 2008/03/28 15:42:07 rt 1.2.40.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2a764aa29b256868da6fb00f3f10585fa59966e]

INTEGRATION: CWS changefileheader (1.2.40); FILE MERGED 2008/03/28 15:42:06 rt 1.2.40.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2912ec114011c4f72bae52ed65e256c161c540e2]

INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/28 15:42:06 rt 1.2.52.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a57c610a395529a779ea8e319fb2080de06814c]

INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/03/28 15:42:05 rt 1.3.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce1301018031a065b5fb6e967b9c57c339a563d8]

INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/03/28 15:42:04 rt 1.3.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62c21612581dedafba7fc7a632bf57575a28e317]

INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/28 15:42:03 rt 1.2.52.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ecb679a451b059f876dc0ea8c0b674ed58bd3e13]

INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/03/28 15:42:03 rt 1.3.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9800e99b4d0e54741ed4d2601ff813d149056810]

INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/03/28 15:42:02 rt 1.3.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb205d7f911f242ee11acc11727dcd15fc28af8b]

INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/28 15:42:02 rt 1.2.52.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1570a10aee3a2cd7d76eb1e184e07713bde2bda9]

INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/28 15:42:01 rt 1.2.52.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2cc6b297f1b973cbdf31313ebeec9f4b3a9ab9a]

INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/03/28 15:42:01 rt 1.3.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb94044bdd93288d7161145e36a7d716b43834a5]

INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/03/28 15:42:00 rt 1.3.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9a3752c64fe24d22a8b2fd35597786a1cbb78d7]

INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/28 15:42:00 rt 1.2.52.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e28a3e8eba6350dcda989af8cfd348cb4ae8100]

INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/28 15:41:59 rt 1.2.52.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1c5589947c1350add5eeb9a52c070ad41731415]

INTEGRATION: CWS changefileheader (1.3.40); FILE MERGED 2008/03/28 15:41:59 rt 1.3.40.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bcc6f6215c959886e25a4a1d69885338916b5ac1]

INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/03/28 15:41:59 rt 1.2.86.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [807bdeb634f2836e9ad8c42dcb1227f30c51b7f2]

INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/03/28 15:41:59 rt 1.6.72.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d97274eae8285e8b66dfb572e2ebd76b422991ac]

INTEGRATION: CWS changefileheader (1.13.4); FILE MERGED 2008/03/28 15:41:58 rt 1.13.4.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed1b47ecfaf1a184f050a5bb77c47b1f142d4211]

INTEGRATION: CWS changefileheader (1.2.158); FILE MERGED 2008/03/28 15:41:58 rt 1.2.158.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9a1eb080f33631468a2d07377c424596ac74aed]

INTEGRATION: CWS changefileheader (1.3.116); FILE MERGED 2008/03/28 15:41:58 rt 1.3.116.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b0131097d9f24981ac7ac3e9bb2e7c508de040f]

INTEGRATION: CWS changefileheader (1.8.158); FILE MERGED 2008/03/28 15:41:58 rt 1.8.158.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e07ac70d920ccb7ef5ea83361d19d9559765c592]

INTEGRATION: CWS changefileheader (1.11.52); FILE MERGED 2008/04/01 16:01:43 thb 1.11.52.2: #i85898# Stripping all external header guards 2008/03/28 15:41:58 rt 1.11.52.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51c6d29d486b3902c50ed56f1483f74187328871]

INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED 2008/03/28 15:41:58 rt 1.6.42.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60987fbc6ded0713c9236beeae5b13186a36f95f]

INTEGRATION: CWS changefileheader (1.2.78); FILE MERGED 2008/03/28 15:41:58 rt 1.2.78.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75a17a97f2444eabcf3759ba4ac9bffbf6a99f90]

INTEGRATION: CWS changefileheader (1.8.96); FILE MERGED 2008/03/28 15:41:57 rt 1.8.96.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d966ebadd550abc430992e137c882c5cf2f127f]

INTEGRATION: CWS changefileheader (1.9.4); FILE MERGED 2008/03/28 15:41:57 rt 1.9.4.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75bea3276bb9710ccb9600ed43e0e15db863cb90]

INTEGRATION: CWS changefileheader (1.26.8); FILE MERGED 2008/03/28 15:41:57 rt 1.26.8.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d6bbd4ad1b3f8e7cdfcdcea11612dd7a26262cf]

INTEGRATION: CWS changefileheader (1.7.96); FILE MERGED 2008/03/28 15:41:57 rt 1.7.96.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2af43eaa0f63d9ba57ce9792f3bbfc78bf257518]

INTEGRATION: CWS changefileheader (1.5.2); FILE MERGED 2008/03/31 16:01:56 rt 1.5.2.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0fc457a7250b5b144a7c14dc45a886b0f5ce6af]

INTEGRATION: CWS changefileheader (1.6.2); FILE MERGED 2008/03/31 16:01:56 rt 1.6.2.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cbb6fa5ff499c4d860240c3c8189e483e1738b4e]

INTEGRATION: CWS changefileheader (1.4.14); FILE MERGED 2008/03/31 16:01:56 rt 1.4.14.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae26134e1cfe07f75d4539009aa27cceff3b1dde]

INTEGRATION: CWS changefileheader (1.5.46); FILE MERGED 2008/03/31 16:01:56 rt 1.5.46.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7fb4188317e26c1d4dd929d2cb1f6688f029b68]

INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/31 16:01:56 rt 1.4.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cfbe551f5cfe3e1ddd2a8e1d8db4a3a27592c829]

INTEGRATION: CWS changefileheader (1.6.14); FILE MERGED 2008/03/31 16:01:55 rt 1.6.14.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40031a1fa0855b6150006bf5501e35607f060e08]

INTEGRATION: CWS changefileheader (1.7.18); FILE MERGED 2008/03/31 16:01:55 rt 1.7.18.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fab15826b85cf8b1dddb9ee6ef7105c65f35a838]

INTEGRATION: CWS changefileheader (1.3.46); FILE MERGED 2008/04/01 15:20:15 thb 1.3.46.2: #i85898# Stripping all external header guards 2008/03/31 16:01:55 rt 1.3.46.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6eae9b897f74914a3f8642cbc3eace221d93e7db]

INTEGRATION: CWS changefileheader (1.4.2); FILE MERGED 2008/03/31 16:01:55 rt 1.4.2.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2840ae7bfdc5335b38aeebbfec4393f5b599171]

INTEGRATION: CWS changefileheader (1.5.46); FILE MERGED 2008/03/31 16:01:55 rt 1.5.46.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4dc772cef4f3bc19200f4c7d732389ab95fc7925]

INTEGRATION: CWS changefileheader (1.3.46); FILE MERGED 2008/04/01 15:20:14 thb 1.3.46.3: #i85898# Stripping all external header guards 2008/04/01 12:31:19 thb 1.3.46.2: #i85898# Stripping all external header guards 2008/03/31 16:01:55 rt 1.3.46.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e625a0c316ef40b3b9b59f0366d2747c7c92be18]

INTEGRATION: CWS changefileheader (1.2.174); FILE MERGED 2008/03/31 16:01:34 rt 1.2.174.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07211220f9248bfab56ffdfe794c50b97adbb3ab]

INTEGRATION: CWS changefileheader (1.22.72); FILE MERGED 2008/03/31 16:01:34 rt 1.22.72.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aed0e22ff023203ce39d5c1aa30bf7fc586dd483]

INTEGRATION: CWS changefileheader (1.6.154); FILE MERGED 2008/03/31 16:01:34 rt 1.6.154.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4353087a8615b9d70a12e019805050edd1cda5c]

INTEGRATION: CWS changefileheader (1.8.138); FILE MERGED 2008/03/31 16:01:33 rt 1.8.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e57887f3996e5d0cefd3ed3d67ef55b93363b974]

INTEGRATION: CWS changefileheader (1.10.138); FILE MERGED 2008/03/31 16:01:33 rt 1.10.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e390dbc56e3dbef4d2777da77d667871df447443]

INTEGRATION: CWS changefileheader (1.11.138); FILE MERGED 2008/03/31 16:01:33 rt 1.11.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee1079fbb4a7d9a4ba51b6f9bdeec2f03f42957c]

INTEGRATION: CWS changefileheader (1.7.138); FILE MERGED 2008/03/31 16:01:33 rt 1.7.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08c052c9d8992411f5ab7472a111424005baa605]

INTEGRATION: CWS changefileheader (1.12.138); FILE MERGED 2008/03/31 16:01:33 rt 1.12.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ee6271d33b7eac690c14d865c385d63e37416fa]

INTEGRATION: CWS changefileheader (1.16.10); FILE MERGED 2008/03/31 16:01:33 rt 1.16.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca4159348bb70f40e3c2e8645b7eb98a72bf75f5]

INTEGRATION: CWS changefileheader (1.5.138); FILE MERGED 2008/03/31 16:01:33 rt 1.5.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf238e292c897242a7ab16710849132878c00406]

INTEGRATION: CWS changefileheader (1.12.40); FILE MERGED 2008/03/31 16:01:33 rt 1.12.40.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b2c0e050c65ba4d15938ea967c93c457407b6c4e]

INTEGRATION: CWS changefileheader (1.9.138); FILE MERGED 2008/03/31 16:01:33 rt 1.9.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56e56c576981ac49e41d3f55672c0853b945d178]

INTEGRATION: CWS changefileheader (1.17.138); FILE MERGED 2008/03/31 16:01:33 rt 1.17.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eda3973ee0f0ba421adb3541b3a9a3be9b850067]

INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/03/31 16:01:33 rt 1.8.92.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e80cc2de02593a47634ecda9586ae4379228e0b]

INTEGRATION: CWS changefileheader (1.9.138); FILE MERGED 2008/03/31 16:01:32 rt 1.9.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1136c3de384ef03faaf69f624739db7b45e6b5f1]

INTEGRATION: CWS changefileheader (1.8.138); FILE MERGED 2008/03/31 16:01:32 rt 1.8.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6c96e2894b98f5e2a675774a01c56826e071642]

INTEGRATION: CWS changefileheader (1.10.138); FILE MERGED 2008/03/31 16:01:32 rt 1.10.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [879ac0d8a512a725c75064f45b374e1c39548eb7]

INTEGRATION: CWS changefileheader (1.9.138); FILE MERGED 2008/03/31 16:01:31 rt 1.9.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc49e0dc02cb003bc93a9383426f749cb6086ee4]

INTEGRATION: CWS changefileheader (1.10.138); FILE MERGED 2008/03/31 16:01:31 rt 1.10.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30dfb80e8f7bda76ad6e708ccc0b87feb1a862f8]

INTEGRATION: CWS changefileheader (1.8.138); FILE MERGED 2008/03/31 16:01:31 rt 1.8.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b16c761edb5ff8b4887472fbdc2b1a38ecd5b1f]

INTEGRATION: CWS changefileheader (1.11.138); FILE MERGED 2008/03/31 16:01:31 rt 1.11.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c555990bb11832ebbd5385310782ce94d5d9885]

INTEGRATION: CWS changefileheader (1.9.138); FILE MERGED 2008/03/31 16:01:30 rt 1.9.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6aca4b7d05fedebe1e2dc96c99b4bad60acbb378]

INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/31 16:01:30 rt 1.11.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89da09dc625aa80614f479da46888dcd84eee28a]

INTEGRATION: CWS changefileheader (1.6.138); FILE MERGED 2008/03/31 16:01:30 rt 1.6.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a021f946bcc2c7bc91a62842d12c11dd345980d]

INTEGRATION: CWS changefileheader (1.6.14); FILE MERGED 2008/03/31 16:01:30 rt 1.6.14.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6f382bb37b9d5216ec8132deb886b7c9bf478c7]

INTEGRATION: CWS changefileheader (1.10.112); FILE MERGED 2008/03/31 16:01:30 rt 1.10.112.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6583ca120843f2ec24d7a0e6d9876b046838368f]

INTEGRATION: CWS changefileheader (1.14.68); FILE MERGED 2008/03/31 16:01:30 rt 1.14.68.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11442a7d28e6e80e94b61a4a9932eea4f6769124]

INTEGRATION: CWS changefileheader (1.6.138); FILE MERGED 2008/03/31 16:01:29 rt 1.6.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5992d8d01738839c8758124788f7fe276b88352b]

INTEGRATION: CWS changefileheader (1.7.40); FILE MERGED 2008/03/31 16:01:29 rt 1.7.40.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8bc87cf5bd8ba7f08fa127ef974c090032166bd]

INTEGRATION: CWS changefileheader (1.8.14); FILE MERGED 2008/03/31 16:01:29 rt 1.8.14.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50dcc80e84119939a49178f98cdc017e6b4d7d04]

INTEGRATION: CWS changefileheader (1.11.68); FILE MERGED 2008/03/31 16:01:29 rt 1.11.68.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d6f6dfcda53d0edd671b4f0f8b610c9a424f723]

INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 15:20:08 thb 1.4.216.3: #i85898# Stripping all external header guards 2008/04/01 12:31:15 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/31 16:01:29 rt 1.4.216.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7bae30635e5404f06fc4224c3a221802865443ea]

INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/04/01 15:20:08 thb 1.11.10.3: #i85898# Stripping all external header guards 2008/04/01 12:31:15 thb 1.11.10.2: #i85898# Stripping all external header guards 2008/03/31 16:01:29 rt 1.11.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [871cd202e6791567ab76b9ca38b9629eaea3640e]

INTEGRATION: CWS changefileheader (1.8.32); FILE MERGED 2008/03/31 16:01:29 rt 1.8.32.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91d6403c2b39b15e602470e20536df1c8e40c0b7]

INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/04/01 15:20:08 thb 1.3.216.2: #i85898# Stripping all external header guards 2008/03/31 16:01:29 rt 1.3.216.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb3fd42a9c8ee566f20033300d4141c52f096e18]

INTEGRATION: CWS changefileheader (1.5.138); FILE MERGED 2008/03/31 16:01:29 rt 1.5.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4d7acc22b439cddecd43dc4323b57a86161ba75]

INTEGRATION: CWS changefileheader (1.43.10); FILE MERGED 2008/04/01 15:20:07 thb 1.43.10.3: #i85898# Stripping all external header guards 2008/04/01 12:31:15 thb 1.43.10.2: #i85898# Stripping all external header guards 2008/03/31 16:01:28 rt 1.43.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e2c88ef911f7efc4eeb3635a6656d2e4461878e]

INTEGRATION: CWS changefileheader (1.7.92); FILE MERGED 2008/03/31 16:01:28 rt 1.7.92.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19083ffc096f9559400deed08a93e56c534533ba]

INTEGRATION: CWS changefileheader (1.2.106); FILE MERGED 2008/03/31 16:01:28 rt 1.2.106.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1797ab557e8a21b5ab9e52e5b347b0504c87ab82]

INTEGRATION: CWS changefileheader (1.6.138); FILE MERGED 2008/03/31 16:01:28 rt 1.6.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41beefba327ce7fcfe1020a2156cce71241415df]

INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED 2008/03/31 16:01:28 rt 1.4.92.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f40019bfcab70fc94af3a3346ab27a04c571557a]

INTEGRATION: CWS changefileheader (1.13.30); FILE MERGED 2008/03/31 16:01:27 rt 1.13.30.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9c371e3fd846b2f785a45a88046a653d97c5e41]

INTEGRATION: CWS changefileheader (1.25.30); FILE MERGED 2008/03/31 16:01:27 rt 1.25.30.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0fc11f6fabb9245f27ee4b9e27e1330c19f57a2]

INTEGRATION: CWS changefileheader (1.3.92); FILE MERGED 2008/03/31 16:01:27 rt 1.3.92.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [99588520f67347f73d3b934dc8188d6774fc1c62]

INTEGRATION: CWS changefileheader (1.46.4); FILE MERGED 2008/03/31 16:01:26 rt 1.46.4.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1eab22084b5320e93bca90820872cd7e3e04eefe]

INTEGRATION: CWS changefileheader (1.14.10); FILE MERGED 2008/03/31 16:01:26 rt 1.14.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [222f14392524e51d28f63d9175cd31b9cfc075cc]

INTEGRATION: CWS changefileheader (1.11.14); FILE MERGED 2008/03/31 16:01:26 rt 1.11.14.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7a38bf92a0f6f79a9239d9f5dc63cea5a1453f2]

INTEGRATION: CWS changefileheader (1.58.4); FILE MERGED 2008/04/01 15:20:07 thb 1.58.4.3: #i85898# Stripping all external header guards 2008/04/01 12:31:15 thb 1.58.4.2: #i85898# Stripping all external header guards 2008/03/31 16:01:26 rt 1.58.4.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b653e6ebc20e1f873d7a2f24cff96b91e44cfb6]

INTEGRATION: CWS changefileheader (1.8.138); FILE MERGED 2008/03/31 16:01:26 rt 1.8.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d383920519b56c240ebbf68a8c8aff35b33af1b]

INTEGRATION: CWS changefileheader (1.13.74); FILE MERGED 2008/03/31 16:01:25 rt 1.13.74.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8dbd044df74c51d93560dd1076a7fb55f6b4482]

INTEGRATION: CWS changefileheader (1.28.10); FILE MERGED 2008/04/01 12:31:15 thb 1.28.10.2: #i85898# Stripping all external header guards 2008/03/31 16:01:25 rt 1.28.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e04118196e26b4386405d62fe8262d859df25ec9]

INTEGRATION: CWS changefileheader (1.9.72); FILE MERGED 2008/04/01 15:20:06 thb 1.9.72.3: #i85898# Stripping all external header guards 2008/04/01 12:31:14 thb 1.9.72.2: #i85898# Stripping all external header guards 2008/03/31 16:01:25 rt 1.9.72.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08d715ddddde91dfd68bbcf1a37a138856bd126a]

INTEGRATION: CWS changefileheader (1.2.174); FILE MERGED 2008/03/31 16:01:25 rt 1.2.174.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [152ac0224cbfa6d3fa4b2fcfe3c2cbcd2df001c5]

INTEGRATION: CWS changefileheader (1.3.30); FILE MERGED 2008/03/31 16:01:25 rt 1.3.30.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52ac9f1dc0cef74c959724e39330fd77b1736e05]

INTEGRATION: CWS changefileheader (1.15.4); FILE MERGED 2008/04/01 15:20:06 thb 1.15.4.2: #i85898# Stripping all external header guards 2008/03/31 16:01:25 rt 1.15.4.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [769e0962f69bd1cc8d1b22df6f0488395bff3cfe]

INTEGRATION: CWS changefileheader (1.6.46); FILE MERGED 2008/04/01 15:20:06 thb 1.6.46.3: #i85898# Stripping all external header guards 2008/04/01 12:31:14 thb 1.6.46.2: #i85898# Stripping all external header guards 2008/03/31 16:01:25 rt 1.6.46.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09cd8468aa9e0b1a859a4bd378ea07e5cfccd9b1]

INTEGRATION: CWS changefileheader (1.6.82); FILE MERGED 2008/04/01 15:20:06 thb 1.6.82.3: #i85898# Stripping all external header guards 2008/04/01 12:31:14 thb 1.6.82.2: #i85898# Stripping all external header guards 2008/03/31 16:01:25 rt 1.6.82.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06400187f673b8f06e0d294e9bb8cb034bc9dbfa]

INTEGRATION: CWS changefileheader (1.5.44); FILE MERGED 2008/03/31 16:01:24 rt 1.5.44.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [266b80bc15bd624bf4d549dc4e608ea56921fc54]

INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/03/31 16:01:24 rt 1.5.92.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b714d5f4d1b73f7436b449a058312f9da018b73e]

INTEGRATION: CWS changefileheader (1.6.138); FILE MERGED 2008/03/31 16:01:24 rt 1.6.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f711e222799ac8bdeccca9e17acde9cd482d962]

INTEGRATION: CWS changefileheader (1.5.138); FILE MERGED 2008/03/31 16:01:24 rt 1.5.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee02202e4d9b68c85c9c3341530afd540ad0d13b]

INTEGRATION: CWS changefileheader (1.9.138); FILE MERGED 2008/03/31 16:01:24 rt 1.9.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d11cf9807cecd7a27d46ae900f015c56924c9603]

INTEGRATION: CWS changefileheader (1.6.14); FILE MERGED 2008/03/31 16:01:24 rt 1.6.14.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c3109ac9ed8d1a96b4da5205aad3ae39c210c41]

INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/03/31 16:01:23 rt 1.4.216.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41b25f12e2aad3cf81cda65de60f44569f932588]

INTEGRATION: CWS changefileheader (1.2.216); FILE MERGED 2008/03/31 16:01:23 rt 1.2.216.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f05156fc5d7e5f5aa8c0f4b5c09137d06122a9cb]

INTEGRATION: CWS changefileheader (1.15.14); FILE MERGED 2008/03/31 16:01:23 rt 1.15.14.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30792d26d37e635db8cb77b61479ea3f21859d4d]

INTEGRATION: CWS changefileheader (1.11.138); FILE MERGED 2008/03/31 16:01:23 rt 1.11.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e6fa5600bcdb5410ab20d4ab1543663c1dca08f]

INTEGRATION: CWS changefileheader (1.13.68); FILE MERGED 2008/03/31 16:01:23 rt 1.13.68.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72a2d99aa277c7ea91f5be050429d4e3414a195c]

INTEGRATION: CWS changefileheader (1.7.68); FILE MERGED 2008/03/31 16:01:23 rt 1.7.68.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6c9376bfa2bc1d372b486792d8509f7788f0bde]

INTEGRATION: CWS changefileheader (1.13.40); FILE MERGED 2008/03/31 16:01:23 rt 1.13.40.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b583d393cc9f74b514c8e49c8e2a4a53da8a8ae0]

INTEGRATION: CWS changefileheader (1.19.138); FILE MERGED 2008/03/31 16:01:22 rt 1.19.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9eea9dea8b19fb9ac667113c452210174cc07a18]

INTEGRATION: CWS changefileheader (1.8.30); FILE MERGED 2008/03/31 16:01:22 rt 1.8.30.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9d764eb640cc4f3f3ab5b342275c2eea2add54d]

INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED 2008/03/31 16:01:22 rt 1.4.92.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49df01f0f3fa0ff71a26121995e30e472e04541a]

INTEGRATION: CWS changefileheader (1.29.10); FILE MERGED 2008/04/01 12:31:14 thb 1.29.10.2: #i85898# Stripping all external header guards 2008/03/31 16:01:22 rt 1.29.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [493193e9ebaf6f79ff66bca5ee63d13cc05f7ea4]

INTEGRATION: CWS changefileheader (1.6.14); FILE MERGED 2008/03/31 16:01:22 rt 1.6.14.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3629540105ead36aad866affea66a25ab0af82a8]

INTEGRATION: CWS changefileheader (1.17.14); FILE MERGED 2008/03/31 16:01:21 rt 1.17.14.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f96269192171c3b68ca70266b05c415dfb78a1f]

INTEGRATION: CWS changefileheader (1.11.68); FILE MERGED 2008/03/31 16:01:21 rt 1.11.68.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [363f98c28ae4b96f1736efb0769334ade479cb32]

INTEGRATION: CWS changefileheader (1.19.10); FILE MERGED 2008/03/31 16:01:21 rt 1.19.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b1d6153e08cb50680f2d9ac693862925776da7d]

INTEGRATION: CWS changefileheader (1.11.138); FILE MERGED 2008/03/31 16:01:21 rt 1.11.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16357b2c4b9646b257fa07b60c088f4c85e541de]

INTEGRATION: CWS changefileheader (1.10.138); FILE MERGED 2008/04/01 12:31:14 thb 1.10.138.2: #i85898# Stripping all external header guards 2008/03/31 16:01:21 rt 1.10.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c77c7febfbbb4ac21b12c2f8452a7488c4db46d]

INTEGRATION: CWS changefileheader (1.9.138); FILE MERGED 2008/03/31 16:01:21 rt 1.9.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa6ef2da078070510392289fda4899b7f31bcd90]

INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/03/31 16:01:21 rt 1.5.92.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [674eac8bb53c369e0595b2040e5a801830abe980]

INTEGRATION: CWS changefileheader (1.6.138); FILE MERGED 2008/04/01 15:20:05 thb 1.6.138.2: #i85898# Stripping all external header guards 2008/03/31 16:01:21 rt 1.6.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81cb3f873eb19efebdd085058ef46e9270bb7da6]

INTEGRATION: CWS changefileheader (1.14.68); FILE MERGED 2008/04/01 15:20:05 thb 1.14.68.3: #i85898# Stripping all external header guards 2008/04/01 12:31:14 thb 1.14.68.2: #i85898# Stripping all external header guards 2008/03/31 16:01:21 rt 1.14.68.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2118c2dc8761b10094f6081cbf4f5b1e77d80bd7]

INTEGRATION: CWS changefileheader (1.12.52); FILE MERGED 2008/03/31 16:01:21 rt 1.12.52.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d318d456cc6712b9cf84fff24dcd9b36a2ea43d8]

INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED 2008/03/31 16:01:20 rt 1.4.92.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1fe97f26996e27a1405397495215057f506ea121]

INTEGRATION: CWS changefileheader (1.11.138); FILE MERGED 2008/03/31 16:01:20 rt 1.11.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9e8d24b9cd8a31d7455499f274a65d72826291c]

INTEGRATION: CWS changefileheader (1.10.138); FILE MERGED 2008/03/31 16:01:20 rt 1.10.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db10ee68716debcc2169aa84cb6ee43564e91fc6]

INTEGRATION: CWS changefileheader (1.33.32); FILE MERGED 2008/03/31 16:01:20 rt 1.33.32.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8064699cfa3c249afed4266f95df4093180fc4d0]

INTEGRATION: CWS changefileheader (1.13.138); FILE MERGED 2008/03/31 16:01:20 rt 1.13.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [510474fd279e68b683caba73410d2af48d9f2745]

INTEGRATION: CWS changefileheader (1.8.30); FILE MERGED 2008/03/31 16:01:20 rt 1.8.30.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8ac82932733706fd02dccb32e273b1d42c262fe]

INTEGRATION: CWS changefileheader (1.17.40); FILE MERGED 2008/04/01 15:20:05 thb 1.17.40.2: #i85898# Stripping all external header guards 2008/03/31 16:01:19 rt 1.17.40.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95c43b7a91544524d8db969ae10529315f4240db]

INTEGRATION: CWS changefileheader (1.16.14); FILE MERGED 2008/03/31 16:01:19 rt 1.16.14.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dbc657aa1a655f7be24e2ae77a98b4ef6d31ec72]

INTEGRATION: CWS changefileheader (1.11.30); FILE MERGED 2008/03/31 16:01:19 rt 1.11.30.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf176d056f9fc772c316ba40bd4b530ee9765d97]

INTEGRATION: CWS changefileheader (1.33.34); FILE MERGED 2008/03/31 16:01:19 rt 1.33.34.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b559fa93ab1d6b88538fc09ea90cc83cf03e92db]

INTEGRATION: CWS changefileheader (1.10.138); FILE MERGED 2008/03/31 16:01:19 rt 1.10.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b8fb94a3447006dd65e3261a98dd59a6e3684d3]

INTEGRATION: CWS changefileheader (1.12.138); FILE MERGED 2008/03/31 16:01:19 rt 1.12.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [601b13d446fffa928c2ab36d7b8ed6f04943859b]

INTEGRATION: CWS changefileheader (1.16.68); FILE MERGED 2008/03/31 16:01:19 rt 1.16.68.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66cf56ace8d799803b2522653ddec3d0895683be]

INTEGRATION: CWS changefileheader (1.24.46); FILE MERGED 2008/03/31 16:01:19 rt 1.24.46.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae613826dd91653c65332c92cace100c68201ab6]

INTEGRATION: CWS changefileheader (1.2.138); FILE MERGED 2008/03/31 16:01:19 rt 1.2.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0728540adfecbfa84613f67fbc7acaec41a473f8]

INTEGRATION: CWS changefileheader (1.2.138); FILE MERGED 2008/03/31 16:01:18 rt 1.2.138.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [150f6c7a5fa4bf0fe02684b6d9d0de29cdf0d86b]

INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/04/01 15:20:05 thb 1.4.72.3: #i85898# Stripping all external header guards 2008/04/01 12:31:13 thb 1.4.72.2: #i85898# Stripping all external header guards 2008/03/31 16:01:18 rt 1.4.72.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39800b6249f4f5752b6202f1f2e6e92eade6d8dc]

INTEGRATION: CWS changefileheader (1.11.4); FILE MERGED 2008/03/31 16:01:18 rt 1.11.4.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4d7c647281d9e64f100e210fec0e3aa6423b9bf]

INTEGRATION: CWS changefileheader (1.2.174); FILE MERGED 2008/04/01 15:20:04 thb 1.2.174.2: #i85898# Stripping all external header guards 2008/03/31 16:01:18 rt 1.2.174.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa3c2e696e0e22c7c27b7d0bc6d7c59e3d7f9cac]

INTEGRATION: CWS changefileheader (1.6.68); FILE MERGED 2008/03/31 16:01:18 rt 1.6.68.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd06f7daceda4a8f3ac112b2193c08f23bb8b789]

INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/03/31 16:01:18 rt 1.3.216.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50258474b0074038a6e4f56ddc48fd03b3f8a53b]

INTEGRATION: CWS changefileheader (1.2.108); FILE MERGED 2008/03/31 16:01:18 rt 1.2.108.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b99cce0c08e75845be8c5d173037263b0461edcf]

INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/03/31 16:01:17 rt 1.6.216.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba59ce9dc33ef8bce1c58365c4e8218f5884c8f3]

INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/03/31 16:01:17 rt 1.4.216.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8695041d39a32c05ca0caaab97ca3e222c61311f]

INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/03/31 16:01:17 rt 1.5.216.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4ce0285f75dacd8cb37d4fd271f69411300acc3]

INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/31 16:01:17 rt 1.7.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [26f358ffd0920a1640a687eaa684b497a366d4fc]

INTEGRATION: CWS changefileheader (1.8.154); FILE MERGED 2008/03/31 16:01:17 rt 1.8.154.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [33107f5234bc4f7b9e625c4d707456a477f22503]

INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/03/31 16:01:17 rt 1.3.216.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29a7d01a6f98bce48f4628b491b1defa5d1235cc]

INTEGRATION: CWS changefileheader (1.4.194); FILE MERGED 2008/03/31 16:01:17 rt 1.4.194.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca0471e3d0b07f4509f6001583479ad7e40dfe82]

INTEGRATION: CWS changefileheader (1.9.154); FILE MERGED 2008/03/31 16:01:17 rt 1.9.154.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9c444da23ef94604e70405c24c4a54a2038983c]

INTEGRATION: CWS changefileheader (1.6.182); FILE MERGED 2008/03/31 16:01:17 rt 1.6.182.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6df6c37fe762cb70cee1d2392540ec68bd0a248]

INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 15:20:04 thb 1.4.216.3: #i85898# Stripping all external header guards 2008/04/01 12:31:13 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/31 16:01:17 rt 1.4.216.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c11545f4d9a3530986cbbf2237a3a0175394e1f]

INTEGRATION: CWS changefileheader (1.2.106); FILE MERGED 2008/03/31 16:01:17 rt 1.2.106.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e39da335482da212fa22a5545134e6e574b66860]

INTEGRATION: CWS changefileheader (1.10.216); FILE MERGED 2008/03/31 16:01:17 rt 1.10.216.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [697bc4677c1f9cdd1a2ddfddaaf939b4dd6ce543]

INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/03/31 16:01:17 rt 1.7.216.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15b24128675fe1713df0d8002b43eb12ee7b0801]

INTEGRATION: CWS changefileheader (1.2.114); FILE MERGED 2008/03/31 16:01:17 rt 1.2.114.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14858645381f4a5ff7621cb1a65509c272963ea4]

INTEGRATION: CWS changefileheader (1.19.10); FILE MERGED 2008/04/01 15:20:04 thb 1.19.10.3: #i85898# Stripping all external header guards 2008/04/01 12:31:13 thb 1.19.10.2: #i85898# Stripping all external header guards 2008/03/31 16:01:16 rt 1.19.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a41b65f6dc9a0510f59b13475b337a4d261ce37]

INTEGRATION: CWS changefileheader (1.4.192); FILE MERGED 2008/03/31 16:01:16 rt 1.4.192.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a75337bda22a1f97e198fdef3d3b3255448695c8]

INTEGRATION: CWS changefileheader (1.3.192); FILE MERGED 2008/03/31 16:01:16 rt 1.3.192.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa230f76693445667a341881f256671a35c24eaf]

INTEGRATION: CWS changefileheader (1.6.192); FILE MERGED 2008/03/31 16:01:16 rt 1.6.192.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c29ab793bd2d6af7831661908c2f97db5cb73af5]

INTEGRATION: CWS changefileheader (1.2.182); FILE MERGED 2008/03/31 16:01:16 rt 1.2.182.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f02518e3de27d7694c0d360e1c1944a4d0305b8a]

INTEGRATION: CWS changefileheader (1.6.168); FILE MERGED 2008/03/31 16:01:16 rt 1.6.168.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f30e8d1d4ddba7fd68c4e1737a87f97c089e763a]

INTEGRATION: CWS changefileheader (1.4.182); FILE MERGED 2008/03/31 16:01:16 rt 1.4.182.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4df0dd297eb4ce6d08de52dc4f8dfff3f5c93d8]

INTEGRATION: CWS changefileheader (1.8.182); FILE MERGED 2008/03/31 16:01:16 rt 1.8.182.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [441ab5c5e48193bf981f64c58f24d9d09f784da6]

INTEGRATION: CWS changefileheader (1.12.216); FILE MERGED 2008/03/31 16:01:16 rt 1.12.216.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5736cfddc1599baa726ad1a81a974289bfec413d]

INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 15:20:04 thb 1.7.216.3: #i85898# Stripping all external header guards 2008/04/01 12:31:13 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/31 16:01:16 rt 1.7.216.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c86068b06477e7fca82a7b23fc2ab6db5c6c14a]

INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/31 16:01:16 rt 1.12.10.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [467f79caf5fd8410a43ed2878f3d7db70c78155b]

INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 15:20:03 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/31 16:01:16 rt 1.6.216.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [acf7c2a549e1a2d7c0f9c459406045173f092761]

INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/03/31 16:01:16 rt 1.4.216.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8644de9af721cbf3bd5001586e921fe4b2c0e8e]

INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/03/31 16:01:16 rt 1.5.216.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38f882a314234ec6f2f7344569e8e8de2e3b0f36]

INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/03/31 16:01:16 rt 1.3.216.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d83bde300c92754f198af1ccdf808875ef3123a]

INTEGRATION: CWS changefileheader (1.11.68); FILE MERGED 2008/03/31 16:01:16 rt 1.11.68.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c5e6fcaaf1e7de6538003b10a51b1dad93dccd9]

INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/03/31 16:01:15 rt 1.3.216.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [996b31ceb1a4629aa0ef9636e2692794b35d41d3]

INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/03/31 16:01:15 rt 1.5.216.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b74165e6331e2fd5f9c3fcc0d1372efe6d68d69]

INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/03/31 16:01:15 rt 1.6.216.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [badfa7883d2186a6c4daa31cb0169747d6ca7173]

INTEGRATION: CWS changefileheader (1.15.32); FILE MERGED 2008/03/31 16:01:15 rt 1.15.32.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84e3bb1869237149c71fca6ab1e45c5acc44180a]

INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/03/31 16:01:15 rt 1.7.216.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de2a3da9eab0e62eb07566016a47a9400caa18d6]

INTEGRATION: CWS changefileheader (1.11.108); FILE MERGED 2008/03/31 16:01:15 rt 1.11.108.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38101b5836192d7ae86067d82c3b2571fbedf1f0]

INTEGRATION: CWS changefileheader (1.14.108); FILE MERGED 2008/03/31 16:01:15 rt 1.14.108.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [122bfee6723c1558ec1311ef4dd419a48885c5b5]

INTEGRATION: CWS changefileheader (1.7.68); FILE MERGED 2008/03/31 16:01:15 rt 1.7.68.1: #i87441# Change license header to LPGL v3.


2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7288d260ed7c6e3aeba130c605f7b25e7d378773]

INTEGRATION: CWS changefileheader (1.2.174); FILE MERGED 2008/03/31 16:01:15 rt 1.2.174.1: #i87441# Change license header to LPGL v3.


2008-04-07  Kurt Zenker  <kz@openoffice.org>  [9b7dc121a4f28b1b55d531081db3f33b648126f7]

#i87946# disable ENABLE_LAYOUT if not TRUE


2008-04-07  Kurt Zenker  <kz@openoffice.org>  [7498d2c99c07646bf5a133c34ed0a7782cd88f68]

#i87915# cast correct type


2008-04-07  Rüdiger Timm  <rt@openoffice.org>  [676aed974e91637a270face4c25c340dd47cac55]

#i87924# Add dummy for SetScreenNumber (pl).


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [90e7f61b72000957b73da42145ceb6b0691d4e49]

INTEGRATION: CWS pdfimport (1.2.422); FILE MERGED 2008/01/23 15:13:20 akhva 1.2.422.1: #80285# merge from picom


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [ed3864c272a58c12eaaa8317d347b5a5623f3db9]

INTEGRATION: CWS pdfimport (1.1.6); FILE ADDED 2008/01/23 15:13:20 akhva 1.1.6.2: #80285# merge from picom 2007/03/29 10:33:16 akhva 1.1.6.1: file fontident.cxx was added on branch cws_src680_pdfimport on 2008-01-23 15:13:20 +0000


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [cf6f42ff4530d0bd43dd830773ea51e47d69d0d0]

INTEGRATION: CWS pdfimport (1.4.202); FILE MERGED 2008/01/23 15:13:20 akhva 1.4.202.1: #80285# merge from picom


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [9ec5a40bf25df958ecc1929fbe6b0967ebeba720]

INTEGRATION: CWS pdfimport (1.2.278); FILE MERGED 2008/01/25 08:33:20 akhva 1.2.278.1: #i80825# resync


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [21b35f0784cbc3bd2eb163f29cf0f865c93415db]

INTEGRATION: CWS pdfimport (1.11.68); FILE MERGED 2008/01/25 08:30:20 akhva 1.11.68.1: #i80825# resync


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [3dd37aff3bc881009713739396e1af36f6c5f951]

INTEGRATION: CWS pdfimport (1.1.6); FILE ADDED 2008/01/25 08:32:18 akhva 1.1.6.2: #i80825# resync 2007/06/27 09:22:37 akhva 1.1.6.1: file unopolypolygon.cxx was added on branch cws_src680_pdfimport on 2008-01-25 08:32:18 +0000


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [7df18ee0ccb81eb954c4f99f0d0927eae0ab0b12]

INTEGRATION: CWS pdfimport (1.4.44); FILE MERGED 2008/01/25 08:32:18 akhva 1.4.44.1: #i80825# resync


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [87016ddfac9cac4bcdad08f350f5b050e3f7093a]

INTEGRATION: CWS pdfimport (1.9.18); FILE MERGED 2008/01/25 08:32:18 akhva 1.9.18.2: #i80825# resync 2008/01/23 14:58:57 akhva 1.9.18.1: #i79258# merge from picom


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [cd24c3072c35b70d8e207b07e4ed09bf82252885]

INTEGRATION: CWS pdfimport (1.30.4); FILE MERGED 2008/03/31 06:31:06 akhva 1.30.4.1: #i80285


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [143590a28d5f941fa9ffd5c7251e2f3dea6745a7]

INTEGRATION: CWS pdfimport (1.1.6); FILE ADDED 2008/01/25 08:32:40 akhva 1.1.6.2: #i80825# resync 2007/06/27 09:22:36 akhva 1.1.6.1: file unopolypolygon.hxx was added on branch cws_src680_pdfimport on 2008-01-25 08:32:40 +0000


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [55c76d7fd8690c92c805e27dba102579a1149031]

INTEGRATION: CWS pdfimport (1.7.76); FILE MERGED 2008/01/25 08:32:40 akhva 1.7.76.1: #i80825# resync


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [80d97e88211f62b51882e9bcefe4b1d1eeb7f8f9]

INTEGRATION: CWS titles02 (1.1.2); FILE ADDED 2007/10/12 08:50:17 as 1.1.2.1: #116375# new helper to control numbers bound to uno components with fragmentation


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [8887fa393ce4b599dba716baaeaa924eeb19a2d9]

INTEGRATION: CWS titles02 (1.39.44); FILE MERGED 2008/02/12 13:29:26 as 1.39.44.3: RESYNC: (1.41-1.42); FILE MERGED 2007/12/04 10:10:04 as 1.39.44.2: RESYNC: (1.39-1.41); FILE MERGED 2007/10/12 12:47:35 as 1.39.44.1: #116375# new helper to control numbers bound to uno components with fragmentation


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [b68bf84f0efffcc0c0fa881cb6cd281db9dee931]

INTEGRATION: CWS titles02 (1.1.2); FILE ADDED 2007/10/12 08:49:57 as 1.1.2.1: #116375# new helper to control numbers bound to uno components with fragmentation


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [d3347de66ce9e30d7e5f329e86c3504572159e89]

INTEGRATION: CWS aquavcl06 (1.11.64); FILE MERGED 2008/04/01 18:33:26 pl 1.11.64.1: #i87705# work around missing layouting


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [ec016993e50a77420d8238c1817dcef5b10934e2]

INTEGRATION: CWS aquavcl06 (1.44.46); FILE MERGED 2008/04/01 18:33:26 pl 1.44.46.1: #i87705# work around missing layouting


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [1f54c9d7a907de291e0768ff4bad9bd4a5bc9cf2]

INTEGRATION: CWS aquavcl06 (1.16.208); FILE MERGED 2008/03/19 18:29:58 pl 1.16.208.1: #i86773# better border colors


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [770cc4d0bbfbf631025191b7c3359374af843380]

INTEGRATION: CWS aquavcl06 (1.10.214); FILE MERGED 2008/04/01 16:09:48 pl 1.10.214.1: #i87702# fix conversion issue 4bit to 8bit


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [28569d8e65e07b5be6f5ec1c17554f83a4c39989]

INTEGRATION: CWS aquavcl06 (1.58.6); FILE MERGED 2008/04/01 18:33:26 pl 1.58.6.1: #i87705# work around missing layouting


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [8a642489567755e9dae523b640ef7eb3f71e798b]

INTEGRATION: CWS aquavcl06 (1.6.20); FILE MERGED 2008/04/01 18:33:25 pl 1.6.20.1: #i87705# work around missing layouting


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [aea7d58eb849f4c11f3e016178d48b09630b0e70]

INTEGRATION: CWS aquavcl06 (1.2.310); FILE MERGED 2008/03/19 18:29:58 pl 1.2.310.1: #i86773# better border colors


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [579a872060382307786293eefca7af7c6637631c]

INTEGRATION: CWS aquavcl06 (1.5.6); FILE MERGED 2008/04/01 18:33:25 pl 1.5.6.1: #i87705# work around missing layouting


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [891b08bb9e2010e5b1bdff1115a4deb1d3080f61]

INTEGRATION: CWS aquavcl06 (1.4.6); FILE MERGED 2008/04/01 09:44:50 pl 1.4.6.1: #i87239# implement noop selector


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [0a3160910379fedbecf5b0e72b6f0fcf476f3c14]

INTEGRATION: CWS aquavcl06 (1.57.6); FILE MERGED 2008/03/19 18:29:58 pl 1.57.6.1: #i86773# better border colors


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [f0d7dbc54d2e4bbc7668026d3d5657dc3eb866e7]

INTEGRATION: CWS aquavcl06 (1.9.6); FILE MERGED 2008/03/19 18:29:58 pl 1.9.6.1: #i86773# better border colors


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [af9af2c544616791d73fb5f93ee4bb92a53a2481]

INTEGRATION: CWS aquavcl06 (1.68.6); FILE MERGED 2008/04/01 11:06:53 pl 1.68.6.1: #i86726# fix transparency scaling


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [9484d260b79047139d3469f1f3a98d7887e144cb]

INTEGRATION: CWS aquavcl06 (1.30.4); FILE MERGED 2008/04/01 16:09:48 pl 1.30.4.1: #i87702# fix conversion issue 4bit to 8bit


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [d83dc125ec51c0508b4eae4c9bd7b6215b15636c]

INTEGRATION: CWS aquavcl06 (1.16.64); FILE MERGED 2008/03/18 18:25:41 pl 1.16.64.1: #i86581# timer recursion protection is not necessary on MacOS since timers get called on Yield only anyway. Moreover it was harmful since it didn not take yield levels into account


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [e71df560e0c93a061999681f9a1174fca11344ac]

INTEGRATION: CWS aquavcl06 (1.2.64); FILE MERGED 2008/03/18 18:25:41 pl 1.2.64.1: #i86581# timer recursion protection is not necessary on MacOS since timers get called on Yield only anyway. Moreover it was harmful since it didn not take yield levels into account


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [6818415c21894a4646c70778a038de6e437366b4]

INTEGRATION: CWS groupsep (1.76.34); FILE MERGED 2008/04/03 15:08:46 er 1.76.34.1: #i87320# do not display leading group separator if number is smaller than grouping


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [cc4ec8d0f3cacd141816239ac85e09a1d3ceddac]

INTEGRATION: CWS aquavcl06 (1.6.64); FILE MERGED 2008/03/18 18:25:41 pl 1.6.64.1: #i86581# timer recursion protection is not necessary on MacOS since timers get called on Yield only anyway. Moreover it was harmful since it didn not take yield levels into account


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [34690e6db228ea0dfc59639bb650cc60e2d9d504]

INTEGRATION: CWS aquavcl06 (1.3.20); FILE MERGED 2008/04/01 09:44:50 pl 1.3.20.1: #i87239# implement noop selector


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [c388bf848634a2021350d54ab8dce05f7a625434]

INTEGRATION: CWS dv03 (1.4.138); FILE MERGED 2008/04/02 13:24:26 dv 1.4.138.2: Don't try to show images, when there are none 2008/03/04 09:41:55 dv 1.4.138.1: #i86416# Removed lots of using directives


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [6de543b6236da6c2be073a6c919b081e47d79bd3]

INTEGRATION: CWS dv03 (1.3.138); FILE MERGED 2008/03/04 09:41:54 dv 1.3.138.1: #i86416# Removed lots of using directives


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [f8ba3e75ca2c85fa7a3c92270f52bfe5b58385bc]

INTEGRATION: CWS dv03 (1.2.168); FILE MERGED 2008/03/04 09:41:53 dv 1.2.168.1: #i86416# Removed lots of using directives


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [3d14c895dee3dbaabfca2bb045275f813f54bd58]

INTEGRATION: CWS dv03 (1.3.138); FILE MERGED 2008/03/04 09:41:53 dv 1.3.138.1: #i86416# Removed lots of using directives


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [e37f6afb016285af1598e4cb2e1514d2524c338f]

INTEGRATION: CWS dv03 (1.2.168); FILE MERGED 2008/03/04 09:41:52 dv 1.2.168.1: #i86416# Removed lots of using directives


2008-04-04  Kurt Zenker  <kz@openoffice.org>  [6578729585bf8cb45c59af4fab724a39340e7004]

INTEGRATION: CWS dv03 (1.3.138); FILE MERGED 2008/03/04 09:41:52 dv 1.3.138.1: #i86416# Removed lots of using directives


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [baad9617f237f2b843968f6c56a863bf7ec31ed3]

INTEGRATION: CWS vcl87 (1.2.144); FILE MERGED 2008/02/22 10:51:10 pl 1.2.144.1: #i86345# use svtools progress


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [049287356ea4097336070121a46d6057daf9961a]

INTEGRATION: CWS vcl87 (1.19.44); FILE MERGED 2008/03/12 09:41:38 pl 1.19.44.2: RESYNC: (1.19-1.21); FILE MERGED 2008/02/22 10:51:10 pl 1.19.44.1: #i86345# use svtools progress


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [09ee1eabcb33c9ff5da644b32b2acfeebff9604f]

INTEGRATION: CWS vcl87 (1.3.226); FILE MERGED 2008/03/19 09:13:31 pl 1.3.226.1: #i86345# fix dependency


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [0cb0c0cb1f650bb931c9874cf5a0bec5c88f76d4]

INTEGRATION: CWS vcl87 (1.4.74); FILE MERGED 2008/02/26 16:38:45 pl 1.4.74.1: #i86368# remove unused code


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [963ea1687d0be8dca0c41a7ac9b9f77935c14214]

INTEGRATION: CWS vcl87 (1.6.60); FILE MERGED 2008/02/26 16:38:45 pl 1.6.60.1: #i86368# remove unused code


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [fcec645c34a887ecf1f2ef589997de2b21da70e4]

INTEGRATION: CWS vcl87 (1.35.12); FILE MERGED 2008/02/26 16:38:45 pl 1.35.12.1: #i86368# remove unused code


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [c37e4cf7bc6c52b41097d6b0040d99b4c1a57222]

INTEGRATION: CWS vcl87 (1.12.36); FILE MERGED 2008/02/26 16:38:45 pl 1.12.36.1: #i86368# remove unused code


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [6be74588d4bd4ffd0d0d4d056e06c4d7a34edadc]

INTEGRATION: CWS vcl87 (1.25.218); FILE MERGED 2008/03/10 14:55:45 hdu 1.25.218.2: #i86877# disable font preview mode for fonts that cannot display their own name 2008/02/18 16:07:33 hdu 1.25.218.1: #i86199# Aqua: workaround font preview problem for common Mac symbol fonts


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [72700f4ca41d613df581459c570e34b510a7153d]

INTEGRATION: CWS vcl87 (1.108.206); FILE MERGED 2008/03/05 12:08:55 hdu 1.108.206.2: #i77976# adjust glyph positions for PDF-export on newer USP versions 2008/02/18 14:39:12 hdu 1.108.206.1: #i77976# fix BiDi glyph positioning on Vista (thank you Henner Drewes!)


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [5dbfa76df9850ac46f6c0ebf3e2a1fabc706a259]

INTEGRATION: CWS vcl87 (1.93.16); FILE MERGED 2008/03/31 16:44:44 pl 1.93.16.2: #i76650# fix crash on exit 2008/03/07 16:46:28 pl 1.93.16.1: #i76650# RandR support for screen size changes


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [31b19671ffd5a16b85f45454c2fe0e10266368d9]

INTEGRATION: CWS vcl87 (1.1.2); FILE ADDED 2008/03/15 14:29:42 pl 1.1.2.2: #i76650# get rid of command line assertions if RandR is not available in display 2008/03/07 16:46:28 pl 1.1.2.1: #i76650# RandR support for screen size changes


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [1be1ef84846c105a9a9e05fe5e61f06620d8ea9f]

INTEGRATION: CWS vcl87 (1.29.16); FILE MERGED 2008/04/01 10:31:13 pl 1.29.16.3: #i76650# seems solaris 10 has a botched libXrandr 2008/03/12 09:39:51 pl 1.29.16.2: RESYNC: (1.29-1.30); FILE MERGED 2008/03/07 16:46:28 pl 1.29.16.1: #i76650# RandR support for screen size changes


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [845fdab1a7ef52d2a26dd0adebfc922d51bbd4c7]

INTEGRATION: CWS vcl87 (1.43.16); FILE MERGED 2008/03/12 09:39:09 pl 1.43.16.2: RESYNC: (1.43-1.44); FILE MERGED 2008/03/07 17:19:55 pl 1.43.16.1: #i76650# RandR support for screen size changes


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [0c932b5f4e02bcc6a17d156a8cb3f147d1e51f04]

INTEGRATION: CWS vcl87 (1.75.8); FILE MERGED 2008/03/17 17:36:32 pl 1.75.8.1: #i83031# set utility hint on floaters


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [1c8ed37af4f17dc1fd5a942f66c588feef6692af]

INTEGRATION: CWS vcl87 (1.36.16); FILE MERGED 2008/03/07 16:59:00 pl 1.36.16.1: #i76650# RandR support for screen size changes


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [1f67308033d5d480c0dbd1c536aab6e4993a9467]

INTEGRATION: CWS vcl87 (1.122.34); FILE MERGED 2008/03/15 16:00:33 pl 1.122.34.1: #i86392# close floaters on wheel command in FLOATWIN_POPUPMODE_ALLMOUSEBUTTONCLOSE case


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [268602476569f1c78c355d9a1a3765571b33ffb4]

INTEGRATION: CWS vcl87 (1.122.16); FILE MERGED 2008/03/12 09:40:32 pl 1.122.16.2: RESYNC: (1.122-1.123); FILE MERGED 2008/02/27 17:13:24 pl 1.122.16.1: #i75941# write a media box consisting of the maximum dimensions of all pages


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [6bee60b8f6464fea795490682d261876b1b419b1]

INTEGRATION: CWS vcl87 (1.236.6); FILE MERGED 2008/03/12 09:40:26 pl 1.236.6.2: RESYNC: (1.236-1.237); FILE MERGED 2008/03/03 14:02:05 pl 1.236.6.1: #i76307# repair text background


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [36279fe61c5d8871d3f0f83319353adfce7df2da]

INTEGRATION: CWS vcl87 (1.63.6); FILE MERGED 2008/02/27 12:28:59 pl 1.63.6.1: #i40353# select all for multi listboxes


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [702c2b5c4388a2ae6fa22f1abd54bcaddad06843]

INTEGRATION: CWS vcl87 (1.4.96); FILE MERGED 2008/03/03 14:02:05 pl 1.4.96.1: #i76307# repair text background


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [5b2cae359d6599c3b5f6805d1528f0b22424a723]

INTEGRATION: CWS vcl87 (1.2.302); FILE MERGED 2008/03/11 10:43:58 pl 1.2.302.1: #i86882# use long for gemoetry like the rest of the Sal interface does


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [7cf7d6d72090c55fd8621b517fb27c1b4ea2a792]

INTEGRATION: CWS dbodf11 (1.8.76); FILE MERGED 2008/04/01 11:13:08 oj 1.8.76.2: RESYNC: (1.8-1.9); FILE MERGED 2008/01/31 07:51:38 oj 1.8.76.1: #i85757# new mimetype for database oasis


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [fcb68edaeb7b28e39bb51305b4ca665ed5dd1d4b]

INTEGRATION: CWS vcl87 (1.21.36); FILE MERGED 2008/03/12 09:37:23 pl 1.21.36.2: RESYNC: (1.21-1.22); FILE MERGED 2008/02/27 16:29:05 pl 1.21.36.1: #i56226# remove java fontpath


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [60f05684fd3101cdd67be76e9ce6f6b54b4adba4]

INTEGRATION: CWS vcl87 (1.46.26); FILE MERGED 2008/03/12 09:37:16 pl 1.46.26.2: RESYNC: (1.46-1.47); FILE MERGED 2008/03/03 10:57:08 pl 1.46.26.1: #i86196# write printer config after setDefaultPrinter


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [3ee76ddf0bb19060f387d0ca90c579608f0d8c97]

INTEGRATION: CWS vcl87 (1.25.26); FILE MERGED 2008/03/12 09:37:19 pl 1.25.26.3: RESYNC: (1.25-1.26); FILE MERGED 2008/03/11 16:57:26 pl 1.25.26.2: #155502# be prepared for really broken CUPS systems 2008/03/03 10:57:08 pl 1.25.26.1: #i86196# write printer config after setDefaultPrinter


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [f8ff03a907efa5517802ca49a43bb7169f4cb852]

INTEGRATION: CWS vcl87 (1.30.8); FILE MERGED 2008/02/27 16:29:05 pl 1.30.8.1: #i56226# remove java fontpath


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [f4f24455c4f2a3875c64a4406b20bc5eecd9cd95]

INTEGRATION: CWS presenterview (1.142.34); FILE MERGED 2008/03/31 13:30:14 af 1.142.34.12: #i87402# Do not clip child windows that are system windows. 2008/03/26 10:51:15 cl 1.142.34.11: RESYNC: (1.151-1.152); FILE MERGED 2008/02/26 09:06:36 af 1.142.34.10: RESYNC: (1.148-1.151); FILE MERGED 2008/01/29 09:50:07 pl 1.142.34.9: #i85170# do immediate painting for presentation; should change for all windows eventually 2007/11/19 16:53:15 af 1.142.34.8: #i18486# Added ToTop for system child windows. 2007/10/24 17:32:46 pl 1.142.34.7: #i82554# support SAL_FRAME_STYLE_SYSTEMCHILD 2007/10/17 15:17:35 af 1.142.34.6: RESYNC: (1.146-1.148); FILE MERGED 2007/10/12 13:25:57 pl 1.142.34.5: #i82554# add WB_SYSTEMCHILDWINDOW 2007/09/11 16:34:01 af 1.142.34.4: RESYNC: (1.144-1.146); FILE MERGED 2007/07/11 10:33:30 af 1.142.34.3: RESYNC: (1.143-1.144); FILE MERGED 2007/04/19 17:43:44 af 1.142.34.2: RESYNC: (1.142-1.143); FILE MERGED 2007/03/02 11:59:57 pl 1.142.34.1: #i74774# Get/SetScreenNumber functionality


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [53e5210c63034ae52975e5876aaaee62a3f96635]

INTEGRATION: CWS presenterview (1.3.34); FILE MERGED 2007/07/11 10:31:57 af 1.3.34.2: RESYNC: (1.3-1.4); FILE MERGED 2007/03/02 11:59:57 pl 1.3.34.1: #i74774# Get/SetScreenNumber functionality


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [ba328c4fe13f180305ce5d6887f311bf732362fd]

INTEGRATION: CWS presenterview (1.17.106); FILE MERGED 2008/03/26 10:51:01 cl 1.17.106.4: RESYNC: (1.19-1.20); FILE MERGED 2007/09/11 16:32:57 af 1.17.106.3: RESYNC: (1.18-1.19); FILE MERGED 2007/07/11 10:30:54 af 1.17.106.2: RESYNC: (1.17-1.18); FILE MERGED 2007/03/02 11:59:57 pl 1.17.106.1: #i74774# Get/SetScreenNumber functionality


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e15d3248f38b21d3959fc4facc89d7788e9ac76d]

INTEGRATION: CWS presenterview (1.214.82); FILE MERGED 2008/02/26 09:06:21 af 1.214.82.7: RESYNC: (1.219-1.222); FILE MERGED 2007/10/12 13:25:58 pl 1.214.82.6: #i82554# add WB_SYSTEMCHILDWINDOW 2007/09/11 16:31:46 af 1.214.82.5: RESYNC: (1.216-1.219); FILE MERGED 2007/07/11 10:30:05 af 1.214.82.4: RESYNC: (1.215-1.216); FILE MERGED 2007/04/19 17:39:59 af 1.214.82.3: RESYNC: (1.214-1.215); FILE MERGED 2007/03/02 11:43:20 pl 1.214.82.2: #i74774# new Get/SetScreenNumber functionality for SystemWindows 2007/03/02 10:21:34 pl 1.214.82.1: #i74774# new Get/SetScreenNumber functionality for SystemWindows


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [84e01179bcdede090aa356837b726e3210f9e427]

INTEGRATION: CWS presenterview (1.67.14); FILE MERGED 2008/02/26 09:06:10 af 1.67.14.2: RESYNC: (1.67-1.68); FILE MERGED 2007/10/12 13:25:58 pl 1.67.14.1: #i82554# add WB_SYSTEMCHILDWINDOW


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [d6337d4be737ce547639984cc0b4ba00bf7913ef]

INTEGRATION: CWS presenterview (1.25.106); FILE MERGED 2008/03/26 10:50:16 cl 1.25.106.6: RESYNC: (1.31-1.32); FILE MERGED 2008/02/26 09:06:05 af 1.25.106.5: RESYNC: (1.30-1.31); FILE MERGED 2007/10/24 09:24:08 pl 1.25.106.4: #i82554# implement SAL_FRAME_STYLE_SYSTEMCHILD 2007/09/11 16:28:40 af 1.25.106.3: RESYNC: (1.27-1.30); FILE MERGED 2007/07/11 10:26:07 af 1.25.106.2: RESYNC: (1.25-1.27); FILE MERGED 2007/03/02 10:21:34 pl 1.25.106.1: #i74774# new Get/SetScreenNumber functionality for SystemWindows


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [3db6f263d0c3f719c6c84269c7b2169a1bde118a]

INTEGRATION: CWS presenterview (1.52.106); FILE MERGED 2008/03/26 10:50:12 cl 1.52.106.5: RESYNC: (1.55-1.56); FILE MERGED 2007/10/12 13:25:58 pl 1.52.106.4: #i82554# add WB_SYSTEMCHILDWINDOW 2007/09/11 16:27:41 af 1.52.106.3: RESYNC: (1.53-1.55); FILE MERGED 2007/07/11 10:24:28 af 1.52.106.2: RESYNC: (1.52-1.53); FILE MERGED 2007/03/02 10:21:34 pl 1.52.106.1: #i74774# new Get/SetScreenNumber functionality for SystemWindows


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [81e4357706f542827ca1230a80e04a80fca797ee]

INTEGRATION: CWS presenterview (1.2.52); FILE MERGED 2008/03/26 10:50:06 cl 1.2.52.2: RESYNC: (1.2-1.3); FILE MERGED 2007/10/12 13:25:57 pl 1.2.52.1: #i82554# add WB_SYSTEMCHILDWINDOW


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [10e16b6a4fcae1c7386c165e4f7ecfdba1bbba7b]

INTEGRATION: CWS presenterview (1.59.68); FILE MERGED 2008/03/26 10:50:02 cl 1.59.68.10: RESYNC: (1.74-1.75); FILE MERGED 2008/02/26 09:06:01 af 1.59.68.9: RESYNC: (1.71-1.74); FILE MERGED 2007/10/24 09:24:08 pl 1.59.68.8: #i82554# implement SAL_FRAME_STYLE_SYSTEMCHILD 2007/10/17 15:17:31 af 1.59.68.7: RESYNC: (1.68-1.71); FILE MERGED 2007/10/12 13:25:57 pl 1.59.68.6: #i82554# add WB_SYSTEMCHILDWINDOW 2007/09/11 16:23:12 af 1.59.68.5: RESYNC: (1.64-1.68); FILE MERGED 2007/07/11 10:22:53 af 1.59.68.4: RESYNC: (1.60-1.64); FILE MERGED 2007/04/19 17:36:41 af 1.59.68.3: RESYNC: (1.59-1.60); FILE MERGED 2007/03/02 11:43:20 pl 1.59.68.2: #i74774# new Get/SetScreenNumber functionality for SystemWindows 2007/03/02 10:21:33 pl 1.59.68.1: #i74774# new Get/SetScreenNumber functionality for SystemWindows


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [47b0d33a53a0c6032f88ad81aebfb1872839ca41]

INTEGRATION: CWS presenterview (1.263.40); FILE MERGED 2008/03/26 10:49:54 cl 1.263.40.6: RESYNC: (1.274-1.276); FILE MERGED 2008/02/26 09:05:54 af 1.263.40.5: RESYNC: (1.267-1.274); FILE MERGED 2007/12/13 10:31:12 af 1.263.40.4: RESYNC: (1.264-1.267); FILE MERGED 2007/10/31 14:47:32 af 1.263.40.3: #i82554# Correct positioning of system child windows. 2007/10/17 15:17:28 af 1.263.40.2: RESYNC: (1.263-1.264); FILE MERGED 2007/10/12 13:25:56 pl 1.263.40.1: #i82554# add WB_SYSTEMCHILDWINDOW


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [03bf3b8f57cb1579163dae53c89209993bfe4e3a]

INTEGRATION: CWS presenterview (1.47.174); FILE MERGED 2008/02/26 09:05:38 af 1.47.174.5: RESYNC: (1.50-1.51); FILE MERGED 2007/12/13 10:31:08 af 1.47.174.4: RESYNC: (1.49-1.50); FILE MERGED 2007/09/11 16:20:16 af 1.47.174.3: RESYNC: (1.48-1.49); FILE MERGED 2007/07/11 10:20:34 af 1.47.174.2: RESYNC: (1.47-1.48); FILE MERGED 2007/03/02 10:21:33 pl 1.47.174.1: #i74774# new Get/SetScreenNumber functionality for SystemWindows


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b53e0fb6797398e8e0fe59b0dcb2ac612d942ac9]

INTEGRATION: CWS presenterview (1.31.42); FILE MERGED 2008/03/26 10:49:39 cl 1.31.42.4: RESYNC: (1.33-1.34); FILE MERGED 2007/12/13 10:31:05 af 1.31.42.3: RESYNC: (1.32-1.33); FILE MERGED 2007/10/17 15:17:23 af 1.31.42.2: RESYNC: (1.31-1.32); FILE MERGED 2007/10/12 13:25:56 pl 1.31.42.1: #i82554# add WB_SYSTEMCHILDWINDOW


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e177cebc2b9378b92b298e60a84a57c86faaf156]

INTEGRATION: CWS presenterview (1.4.38); FILE MERGED 2008/03/26 10:49:33 cl 1.4.38.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/12 13:25:56 pl 1.4.38.1: #i82554# add WB_SYSTEMCHILDWINDOW


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [c7cab17c8670a51cd3ff07ded3990730e52fcd79]

INTEGRATION: CWS presenterview (1.2.24); FILE MERGED 2008/02/26 09:05:31 af 1.2.24.2: RESYNC: (1.2-1.3); FILE MERGED 2007/10/12 13:25:56 pl 1.2.24.1: #i82554# add WB_SYSTEMCHILDWINDOW


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [2130c9a5583cfa384b48cf5ab7e28b39170fcfbc]

INTEGRATION: CWS presenterview (1.2.24); FILE MERGED 2007/10/12 13:25:56 pl 1.2.24.1: #i82554# add WB_SYSTEMCHILDWINDOW


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [93e6d0a55fabe92ce04e968d32d335b5c187db11]

INTEGRATION: CWS presenterview (1.2.24); FILE MERGED 2008/03/26 10:49:30 cl 1.2.24.3: RESYNC: (1.3-1.4); FILE MERGED 2007/10/17 15:17:20 af 1.2.24.2: RESYNC: (1.2-1.3); FILE MERGED 2007/10/12 13:25:56 pl 1.2.24.1: #i82554# add WB_SYSTEMCHILDWINDOW


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e24eb4f322193550fc6a2f438058d2dbe1dfd0e3]

INTEGRATION: CWS presenterview (1.13.12); FILE MERGED 2007/12/13 10:15:51 af 1.13.12.2: RESYNC: (1.13-1.15); FILE MERGED 2007/11/02 15:36:36 af 1.13.12.1: #i81089# Fixed angle when painting rotated bitmaps.


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a3927d9c71839edf6a7784d5101c156b61ffb67d]

INTEGRATION: CWS presenterview (1.2.14); FILE MERGED 2008/01/13 22:14:58 thb 1.2.14.1: #i85206# Respecting fill rule


2008-04-03  Kurt Zenker  <kz@openoffice.org>  [2ab13bd02fd62ea7caa51c2621a53da968bcf51e]

INTEGRATION: CWS presenterview (1.12.10); FILE MERGED 2008/01/13 23:25:52 thb 1.12.10.2: #i10000# Now even builds. 2008/01/13 22:16:13 thb 1.12.10.1: #i85206# Respecting fill rule


2008-04-02  Kurt Zenker  <kz@openoffice.org>  [944b6f03311f7479c612a3819585e14eaeee5617]

INTEGRATION: CWS cairoquartz01 (1.29.6); FILE MERGED 2008/03/08 12:26:55 mox 1.29.6.2: RESYNC: (1.29-1.30); FILE MERGED 2008/01/12 23:35:58 mox 1.29.6.1: Fix AquaSalBitmap::GetSystemData() to work with cairo canvas


2008-04-02  Kurt Zenker  <kz@openoffice.org>  [fcfc4336a617d83dac5febfe1b09b73480b71cdc]

INTEGRATION: CWS cairoquartz01 (1.12.20); FILE MERGED 2008/01/16 19:19:05 mox 1.12.20.2: RESYNC: (1.12-1.13); FILE MERGED 2008/01/12 23:35:57 mox 1.12.20.1: Fix AquaSalBitmap::GetSystemData() to work with cairo canvas


2008-04-02  Kurt Zenker  <kz@openoffice.org>  [c265306ed689b5b9da4d9d5a32da9e3327221898]

INTEGRATION: CWS i18n40 (1.2.314); FILE MERGED 2008/03/19 06:30:23 khong 1.2.314.2: #i80815# count dash like MS Word 2008/03/15 07:32:44 khong 1.2.314.1: #i80815# count punctuation as word


2008-04-02  Kurt Zenker  <kz@openoffice.org>  [8ca11a7271879c114b02730e2473257845e48532]

INTEGRATION: CWS i18n40 (1.24.44); FILE MERGED 2008/03/19 18:56:42 khong 1.24.44.2: i80815 make word count feature like MS Word 2008/03/15 07:31:38 khong 1.24.44.1: #i80815# count punctuation as word


2008-04-02  Kurt Zenker  <kz@openoffice.org>  [5359b493f1d4c4168e4d9c1fb674d5e97313712c]

INTEGRATION: CWS cairoquartz01 (1.1.2); FILE ADDED 2008/03/08 15:18:21 mox 1.1.2.4: Monually sync changes for prex/postx 2007/12/08 21:48:27 mox 1.1.2.3: Add prex.h / postx.h for UNX+X11 builds 2007/07/19 05:41:24 mox 1.1.2.2: Consolidating Xlib prex.h/postx.h headers to one place, same as premac.h/postmac.h 2007/06/02 23:05:33 thb 1.1.2.1: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places


2008-04-02  Kurt Zenker  <kz@openoffice.org>  [709bb99a0722afa0262144861586e44dd0681e35]

INTEGRATION: CWS cairoquartz01 (1.5.12); FILE MERGED 2008/03/27 22:50:18 thb 1.5.12.11: Cleaned up a few warnings, made this (almost) build on win32. Still missing the cairo_win32_cairo.cxx file. 2008/03/01 09:06:17 mox 1.5.12.10: Add couple of comments to clarify the ifdefs 2008/02/29 16:37:12 thb 1.5.12.9: Fixed build breakage for X11 case 2008/02/29 06:09:05 mox 1.5.12.8: Sync with latest win32 backend changes. 2008/01/14 21:04:52 mox 1.5.12.7: The pixman library is now separate from cairo library. 2007/12/10 17:32:05 mox 1.5.12.6: Updated makefile.mk, works with Cocoa 2007/12/08 21:35:31 mox 1.5.12.5: remove carbon lib include -- handled by solenv in newer milestones. 2007/07/17 22:34:43 mox 1.5.12.4: Rework cross-platform files to be separate for each platform. The <1.2 API support is now mostly in platform specific files. 2007/06/02 23:05:33 thb 1.5.12.3: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places 2007/05/01 21:21:43 mox 1.5.12.2: urther fixes: - separate X11 cairo 1.0 API to legacy file: cairo_cairolegacy.cxx. - maximize the use of crossplatform code - fix quartz bugs 2007/04/12 20:16:01 mox 1.5.12.1: Issue number:  #69066# initial Cairo Quartz implementation


2008-04-02  Kurt Zenker  <kz@openoffice.org>  [9fa050f1d52d45c4e173c024f0a633bc2122fceb]

INTEGRATION: CWS cairoquartz01 (1.1.2); FILE ADDED 2008/02/29 16:37:12 thb 1.1.2.13: Fixed build breakage for X11 case 2008/02/23 13:11:05 mox 1.1.2.12: Fix CWS resync to DEV300_m0 2008/01/18 19:02:39 mox 1.1.2.11: Fix namespace of headers on other platforms - win32 & Xlib. 2007/07/25 11:14:31 radekdoulik 1.1.2.10: Issue number:  69066 Submitted by:  radekdoulik Reviewed by:   radekdoulik

Fixed xlib build.
Removed old glitz code.
2007/07/20 10:11:48 mox 1.1.2.9: Cleanup includes and revise code comments
2007/07/19 17:25:50 mox 1.1.2.8: Cleanup - We don't need to store mpSysData inside the Surface (in 1.2 API).
2007/07/19 07:26:35 mox 1.1.2.7: Legacy cairo API support is not needed on Win32 and Mac OS X Quartz.
2007/07/19 05:41:24 mox 1.1.2.6: Consolidating Xlib prex.h/postx.h headers to one place, same as premac.h/postmac.h
2007/07/19 04:35:56 mox 1.1.2.5: Removed platform dependend code from cairo_devicehelper.cxx
2007/07/18 23:07:47 mox 1.1.2.4: Use format converter function to simplify
2007/07/18 21:32:40 radekdoulik 1.1.2.3: Issue number:  69066
Submitted by:  radekdoulik
Reviewed by:   radekdoulik

Removed platform dependend code from cairo_canvashelper_text.cxx
2007/07/18 20:48:35 radekdoulik 1.1.2.2: Issue number:  69066
Submitted by:  radekdoulik
Reviewed by:   radekdoulik

Fixed xlib backend build.
Fixed pixmap double free in xlib backend.
Fixed render format generation in xlib backend.
2007/07/17 22:34:42 mox 1.1.2.1: Rework cross-platform files to be separate for each platform.
The <1.2 API support is now mostly in platform specific files.

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [89378607b9aca7239c3f5452b1a2e0614a8e82af]

INTEGRATION: CWS cairoquartz01 (1.1.2); FILE ADDED 2008/03/27 22:58:56 thb 1.1.2.10: Nevermind, PEBKAC - fixed the last win32 build breakers now 2008/01/18 19:02:39 mox 1.1.2.9: Fix namespace of headers on other platforms - win32 & Xlib. 2008/01/12 23:52:06 mox 1.1.2.8: This time cairo actually WORKS ON MACOSX! 2007/07/29 08:19:49 mox 1.1.2.7: Rework Quartz window drawing to align with the implementation in VCL 2007/07/20 10:11:48 mox 1.1.2.6: Cleanup includes and revise code comments 2007/07/19 17:25:50 mox 1.1.2.5: Cleanup - We don't need to store mpSysData inside the Surface (in 1.2 API). 2007/07/19 16:19:02 mox 1.1.2.4: Further cairo win32 backend cleanup. 2007/07/19 07:26:35 mox 1.1.2.3: Legacy cairo API support is not needed on Win32 and Mac OS X Quartz. 2007/07/18 21:32:40 radekdoulik 1.1.2.2: Issue number:  69066 Submitted by:  radekdoulik Reviewed by:   radekdoulik

Removed platform dependend code from cairo_canvashelper_text.cxx
2007/07/17 22:34:42 mox 1.1.2.1: Rework cross-platform files to be separate for each platform.
The <1.2 API support is now mostly in platform specific files.

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [e3a7cedca4ef0d6922265f9278cce78e31d54285]

INTEGRATION: CWS cairoquartz01 (1.3.16); FILE MERGED 2007/06/02 23:05:33 thb 1.3.16.1: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places


2008-04-02  Kurt Zenker  <kz@openoffice.org>  [cf2631b52e9d82fce7c56ee2e84b5a8f697dbc5c]

INTEGRATION: CWS cairoquartz01 (1.4.22); FILE MERGED 2007/12/10 17:45:38 mox 1.4.22.3: RESYNC: (1.5-1.6); FILE MERGED 2007/07/28 15:31:00 mox 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2007/06/02 23:05:33 thb 1.4.22.1: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places


2008-04-02  Kurt Zenker  <kz@openoffice.org>  [6d9111f73f220a8cbd52ffd0f2e8221ef61d16c8]

INTEGRATION: CWS cairoquartz01 (1.3.28); FILE MERGED 2008/03/27 22:50:18 thb 1.3.28.2: Cleaned up a few warnings, made this (almost) build on win32. Still missing the cairo_win32_cairo.cxx file. 2007/06/02 23:05:33 thb 1.3.28.1: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places


2008-04-02  Kurt Zenker  <kz@openoffice.org>  [b57a71466138fdb9f92e387f080cab232f7a8a8f]

INTEGRATION: CWS cairoquartz01 (1.3.16); FILE MERGED 2008/01/18 18:48:31 mox 1.3.16.1: Remove too aggressive namespacing. Broke build with Mac OS X 10.5 Leopard.


2008-04-02  Kurt Zenker  <kz@openoffice.org>  [6248562540ec819da1473488aa4aa6ce16acea12]

INTEGRATION: CWS cairoquartz01 (1.4.16); FILE MERGED 2008/03/27 22:58:56 thb 1.4.16.8: Nevermind, PEBKAC - fixed the last win32 build breakers now 2008/03/27 22:50:18 thb 1.4.16.7: Cleaned up a few warnings, made this (almost) build on win32. Still missing the cairo_win32_cairo.cxx file. 2008/02/23 14:35:00 mox 1.4.16.6: Fix CWS Resync to DEV300_m0 2008/02/23 13:12:57 mox 1.4.16.5: RESYNC: (1.7-1.8); FILE MERGED 2007/12/15 21:37:32 mox 1.4.16.4: Fix QUARTZ classtype parameter, due to VCL Cocoa port changes 2007/12/10 17:45:35 mox 1.4.16.3: RESYNC: (1.5-1.7); FILE MERGED 2007/06/02 23:05:33 thb 1.4.16.2: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places 2007/04/12 20:16:00 mox 1.4.16.1: Issue number:  #69066# initial Cairo Quartz implementation


2008-04-02  Kurt Zenker  <kz@openoffice.org>  [09c06ecdfc3ae166b7b7c788a0d944a931b867ac]

INTEGRATION: CWS cairoquartz01 (1.2.56); FILE MERGED 2007/06/02 23:05:32 thb 1.2.56.1: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places


2008-04-02  Kurt Zenker  <kz@openoffice.org>  [bb08f62ff657c3ec9bb20a4763f09b66a5034943]

INTEGRATION: CWS cairoquartz01 (1.1.2); FILE ADDED 2008/03/10 21:42:43 mox 1.1.2.12: No need to retain the (dummy) windowsurface 2008/01/18 18:48:31 mox 1.1.2.11: Remove too aggressive namespacing. Broke build with Mac OS X 10.5 Leopard. 2008/01/12 23:52:06 mox 1.1.2.10: This time cairo actually WORKS ON MACOSX! 2007/12/10 17:33:06 mox 1.1.2.9: an updated version that builds. 2007/12/09 10:36:20 mox 1.1.2.8: Initial cairo Quartz backend port from Carbon to Cocoa. 2007/07/29 08:19:49 mox 1.1.2.7: Rework Quartz window drawing to align with the implementation in VCL 2007/07/20 10:11:48 mox 1.1.2.6: Cleanup includes and revise code comments 2007/07/19 17:25:50 mox 1.1.2.5: Cleanup - We don't need to store mpSysData inside the Surface (in 1.2 API). 2007/07/19 07:26:34 mox 1.1.2.4: Legacy cairo API support is not needed on Win32 and Mac OS X Quartz. 2007/07/19 04:35:56 mox 1.1.2.3: Removed platform dependend code from cairo_devicehelper.cxx 2007/07/18 21:32:40 radekdoulik 1.1.2.2: Issue number:  69066 Submitted by:  radekdoulik Reviewed by:   radekdoulik

Removed platform dependend code from cairo_canvashelper_text.cxx
2007/07/17 22:34:42 mox 1.1.2.1: Rework cross-platform files to be separate for each platform.
The <1.2 API support is now mostly in platform specific files.

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [134ab7d922df1f751c0aad9a0449855133e8d999]

INTEGRATION: CWS cairoquartz01 (1.2.56); FILE MERGED 2008/02/23 13:12:54 mox 1.2.56.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/18 18:48:31 mox 1.2.56.1: Remove too aggressive namespacing. Broke build with Mac OS X 10.5 Leopard.


2008-04-02  Kurt Zenker  <kz@openoffice.org>  [d63f56dbfa7beca60bba641ff41eabc0c9f7c956]

INTEGRATION: CWS cairoquartz01 (1.6.16); FILE MERGED 2008/02/23 13:12:51 mox 1.6.16.13: RESYNC: (1.7-1.8); FILE MERGED 2007/07/28 15:30:53 mox 1.6.16.12: RESYNC: (1.6-1.7); FILE MERGED 2007/07/19 17:25:50 mox 1.6.16.11: Cleanup - We don't need to store mpSysData inside the Surface (in 1.2 API). 2007/07/19 04:35:56 mox 1.6.16.10: Removed platform dependend code from cairo_devicehelper.cxx 2007/07/18 22:10:01 mox 1.6.16.9: Add couple of comments and ensure working QUARTZ build. 2007/07/18 20:48:35 radekdoulik 1.6.16.8: Issue number:  69066 Submitted by:  radekdoulik Reviewed by:   radekdoulik

Fixed xlib backend build.
Fixed pixmap double free in xlib backend.
Fixed render format generation in xlib backend.
2007/07/17 22:34:42 mox 1.6.16.7: Rework cross-platform files to be separate for each platform.
The <1.2 API support is now mostly in platform specific files.
2007/06/20 14:57:14 mox 1.6.16.6: Cleanup headers and fix compilation bugs.
2007/06/19 19:22:15 mox 1.6.16.5: Alternative "legacy" code path for Quartz.
2007/06/04 21:13:49 mox 1.6.16.4: Enable building different platforms with both Cairo 1.0 and Cairo 1.2
APIs.

Only Quartz uses the Cairo 1.2 API by default.
2007/06/02 23:05:32 thb 1.6.16.3: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places
2007/05/01 21:21:43 mox 1.6.16.2: urther fixes:
- separate X11 cairo 1.0 API to legacy file: cairo_cairolegacy.cxx.
- maximize the use of crossplatform code
- fix quartz bugs
2007/04/12 20:16:00 mox 1.6.16.1: Issue number:  #69066# initial Cairo Quartz implementation

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [fc0b05a0bb0cd0d7e78b10fd6c9355f3e070871f]

INTEGRATION: CWS cairoquartz01 (1.5.16); FILE MERGED 2008/03/10 20:54:26 mox 1.5.16.12: Win32 specific workaround, not relevant for Mac OS X/Quartz 2008/03/09 07:43:54 mox 1.5.16.11: Fix building on Mac OS X 2008/02/29 06:09:05 mox 1.5.16.10: Sync with latest win32 backend changes. 2007/07/18 21:32:40 radekdoulik 1.5.16.9: Issue number:  69066 Submitted by:  radekdoulik Reviewed by:   radekdoulik

Removed platform dependend code from cairo_canvashelper_text.cxx
2007/07/18 20:48:35 radekdoulik 1.5.16.8: Issue number:  69066
Submitted by:  radekdoulik
Reviewed by:   radekdoulik

Fixed xlib backend build.
Fixed pixmap double free in xlib backend.
Fixed render format generation in xlib backend.
2007/07/02 15:49:00 thb 1.5.16.7: #i10000# Made code compile again under Win (windows.h nastily defines macros min and max)
2007/06/20 14:57:14 mox 1.5.16.6: Cleanup headers and fix compilation bugs.
2007/06/19 19:22:15 mox 1.5.16.5: Alternative "legacy" code path for Quartz.
2007/06/04 21:13:49 mox 1.5.16.4: Enable building different platforms with both Cairo 1.0 and Cairo 1.2
APIs.

Only Quartz uses the Cairo 1.2 API by default.
2007/06/02 23:05:32 thb 1.5.16.3: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places
2007/05/01 21:21:43 mox 1.5.16.2: urther fixes:
- separate X11 cairo 1.0 API to legacy file: cairo_cairolegacy.cxx.
- maximize the use of crossplatform code
- fix quartz bugs
2007/04/12 20:15:59 mox 1.5.16.1: Issue number:  #69066# initial Cairo Quartz implementation

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [c00729aad6f7ea07a78087a2a5acd7b5fa720384]

INTEGRATION: CWS cairoquartz01 (1.7.10); FILE MERGED 2008/03/27 22:50:18 thb 1.7.10.8: Cleaned up a few warnings, made this (almost) build on win32. Still missing the cairo_win32_cairo.cxx file. 2008/01/18 18:48:31 mox 1.7.10.7: Remove too aggressive namespacing. Broke build with Mac OS X 10.5 Leopard. 2008/01/12 23:52:06 mox 1.7.10.6: This time cairo actually WORKS ON MACOSX! 2007/12/10 17:45:32 mox 1.7.10.5: RESYNC: (1.9-1.12); FILE MERGED 2007/08/11 18:09:39 mox 1.7.10.4: RESYNC: (1.8-1.9); FILE MERGED 2007/07/28 15:30:37 mox 1.7.10.3: RESYNC: (1.7-1.8); FILE MERGED Hand-merged overlapping changes 2007/06/02 23:05:32 thb 1.7.10.2: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places 2007/04/12 20:15:58 mox 1.7.10.1: Issue number:  #69066# initial Cairo Quartz implementation


2008-04-02  Kurt Zenker  <kz@openoffice.org>  [754f1ef132c1b9168c25abb9f1784a405b8f5cd2]

INTEGRATION: CWS cairoquartz01 (1.3.52); FILE MERGED 2008/03/27 22:50:18 thb 1.3.52.21: Cleaned up a few warnings, made this (almost) build on win32. Still missing the cairo_win32_cairo.cxx file. 2008/02/29 16:37:12 thb 1.3.52.20: Fixed build breakage for X11 case 2008/02/23 13:12:48 mox 1.3.52.19: RESYNC: (1.4-1.5); FILE MERGED 2008/01/18 18:48:31 mox 1.3.52.18: Remove too aggressive namespacing. Broke build with Mac OS X 10.5 Leopard. 2007/12/10 17:34:59 mox 1.3.52.17: Make buildable in Cococa 2007/07/20 10:11:48 mox 1.3.52.16: Cleanup includes and revise code comments 2007/07/19 17:25:50 mox 1.3.52.15: Cleanup - We don't need to store mpSysData inside the Surface (in 1.2 API). 2007/07/19 16:19:02 mox 1.3.52.14: Further cairo win32 backend cleanup. 2007/07/19 07:26:34 mox 1.3.52.13: Legacy cairo API support is not needed on Win32 and Mac OS X Quartz. 2007/07/19 04:35:56 mox 1.3.52.12: Removed platform dependend code from cairo_devicehelper.cxx 2007/07/18 23:07:47 mox 1.3.52.11: Use format converter function to simplify 2007/07/18 22:54:54 mox 1.3.52.10: Cleanup 2007/07/18 21:32:40 radekdoulik 1.3.52.9: Issue number:  69066 Submitted by:  radekdoulik Reviewed by:   radekdoulik

Removed platform dependend code from cairo_canvashelper_text.cxx
2007/07/18 20:48:35 radekdoulik 1.3.52.8: Issue number:  69066
Submitted by:  radekdoulik
Reviewed by:   radekdoulik

Fixed xlib backend build.
Fixed pixmap double free in xlib backend.
Fixed render format generation in xlib backend.
2007/07/17 22:34:42 mox 1.3.52.7: Rework cross-platform files to be separate for each platform.
The <1.2 API support is now mostly in platform specific files.
2007/06/19 19:22:15 mox 1.3.52.6: Alternative "legacy" code path for Quartz.
2007/06/10 19:19:21 mox 1.3.52.5: Fix to Cairo 1.2 API usage
2007/06/04 21:13:49 mox 1.3.52.4: Enable building different platforms with both Cairo 1.0 and Cairo 1.2
APIs.

Only Quartz uses the Cairo 1.2 API by default.
2007/06/02 23:05:32 thb 1.3.52.3: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places
2007/05/01 21:21:43 mox 1.3.52.2: urther fixes:
- separate X11 cairo 1.0 API to legacy file: cairo_cairolegacy.cxx.
- maximize the use of crossplatform code
- fix quartz bugs
2007/04/12 20:15:58 mox 1.3.52.1: Issue number:  #69066# initial Cairo Quartz implementation

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [ce9b80b2d89f5155f58c10f1af1d545d69b917ac]

INTEGRATION: CWS cairoquartz01 (1.4.28); FILE MERGED 2008/03/27 22:50:17 thb 1.4.28.15: Cleaned up a few warnings, made this (almost) build on win32. Still missing the cairo_win32_cairo.cxx file. 2007/07/28 15:30:19 mox 1.4.28.14: RESYNC: (1.4-1.5); FILE MERGED Fix conflicts due to code having been moved around. 2007/07/20 10:11:48 mox 1.4.28.13: Cleanup includes and revise code comments 2007/07/19 17:25:50 mox 1.4.28.12: Cleanup - We don't need to store mpSysData inside the Surface (in 1.2 API). 2007/07/19 07:26:34 mox 1.4.28.11: Legacy cairo API support is not needed on Win32 and Mac OS X Quartz. 2007/07/18 23:08:55 mox 1.4.28.10: Document the new function. 2007/07/18 21:32:40 radekdoulik 1.4.28.9: Issue number:  69066 Submitted by:  radekdoulik Reviewed by:   radekdoulik

Removed platform dependend code from cairo_canvashelper_text.cxx
2007/07/17 22:34:42 mox 1.4.28.8: Rework cross-platform files to be separate for each platform.
The <1.2 API support is now mostly in platform specific files.
2007/07/11 18:30:07 mox 1.4.28.7: Add a few comments to cairo Win32 implementation
2007/06/20 14:57:13 mox 1.4.28.6: Cleanup headers and fix compilation bugs.
2007/06/04 21:13:49 mox 1.4.28.5: Enable building different platforms with both Cairo 1.0 and Cairo 1.2
APIs.

Only Quartz uses the Cairo 1.2 API by default.
2007/06/02 23:05:32 thb 1.4.28.4: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places
2007/05/26 12:50:12 mox 1.4.28.3: Retain CGContext so that it doesn't get removed unintentionally.
2007/05/01 21:21:43 mox 1.4.28.2: urther fixes:
- separate X11 cairo 1.0 API to legacy file: cairo_cairolegacy.cxx.
- maximize the use of crossplatform code
- fix quartz bugs
2007/04/12 20:15:57 mox 1.4.28.1: Issue number:  #69066# initial Cairo Quartz implementation

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [39b543a07181290b11a779383f9538e67556a68a]

INTEGRATION: CWS cairoquartz01 (1.10.22); FILE MERGED 2007/12/10 17:45:27 mox 1.10.22.3: RESYNC: (1.11-1.12); FILE MERGED 2007/07/11 18:13:02 mox 1.10.22.2: RESYNC: (1.10-1.11); FILE MERGED 2007/06/23 22:29:59 mox 1.10.22.1: Enable building cairo backend in canvas for Windows.


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [161e976a1560a570aff938c9bb8a44ce554d3d79]

INTEGRATION: CWS pdffix02 (1.108.102); FILE MERGED 2008/03/06 09:41:59 hdu 1.108.102.2: #i85554# ImplFontData const-correctness fixes 2008/01/17 16:28:47 hdu 1.108.102.1: #i83121# adjust to recent sallayout.hxx changes


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [131ef04bd908148ace61372caef3a3547c468de6]

INTEGRATION: CWS pdffix02 (1.91.26); FILE MERGED 2008/03/31 08:29:38 hdu 1.91.26.4: RESYNC: (1.91-1.93); FILE MERGED 2008/03/06 09:41:58 hdu 1.91.26.3: #i85554# ImplFontData const-correctness fixes 2008/01/24 16:24:19 hdu 1.91.26.2: "#i85554# minor cleanups for PDF export - avoid hardcoded use of 16bit sal_Unicode, especially in interfaces - improve const correctness for subsetting/embedding font candidates 2008/01/24 12:34:06 hdu 1.91.26.1: #i85554# code cleanup to prepare for UCS4 support in PDF export


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [f502791d802281bcbf4d82b957bf2ee1445e0a02]

INTEGRATION: CWS pdffix02 (1.26.126); FILE MERGED 2008/03/06 09:41:57 hdu 1.26.126.3: #i85554# ImplFontData const-correctness fixes 2008/03/04 10:38:15 hdu 1.26.126.2: RESYNC: (1.26-1.27); FILE MERGED 2008/01/24 16:24:19 hdu 1.26.126.1: "#i85554# minor cleanups for PDF export - avoid hardcoded use of 16bit sal_Unicode, especially in interfaces - improve const correctness for subsetting/embedding font candidates


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [09acde6f28bebb1b48912a3053790acf6d06f4b5]

INTEGRATION: CWS pdffix02 (1.49.98); FILE MERGED 2008/01/17 16:28:47 hdu 1.49.98.1: #i83121# adjust to recent sallayout.hxx changes


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [1227719c48ffbe0488a8283ecce853d75ffa7a38]

INTEGRATION: CWS pdffix02 (1.149.38); FILE MERGED 2008/03/31 09:44:35 hdu 1.149.38.7: fix compilation after resync, also some minor cleanups 2008/03/31 08:29:08 hdu 1.149.38.6: RESYNC: (1.151-1.152); FILE MERGED 2008/03/06 09:41:55 hdu 1.149.38.5: #i85554# ImplFontData const-correctness fixes 2008/02/18 15:27:49 hdu 1.149.38.4: RESYNC: (1.149-1.151); FILE MERGED 2008/01/24 16:24:18 hdu 1.149.38.3: "#i85554# minor cleanups for PDF export - avoid hardcoded use of 16bit sal_Unicode, especially in interfaces - improve const correctness for subsetting/embedding font candidates 2008/01/24 12:34:06 hdu 1.149.38.2: #i85554# code cleanup to prepare for UCS4 support in PDF export 2008/01/17 16:28:46 hdu 1.149.38.1: #i83121# adjust to recent sallayout.hxx changes


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [5b169b0bd230f09f4c48336717f9dd798a8f9203]

INTEGRATION: CWS pdffix02 (1.26.100); FILE MERGED 2008/03/04 10:37:49 hdu 1.26.100.4: RESYNC: (1.26-1.27); FILE MERGED 2008/01/24 16:24:19 hdu 1.26.100.3: "#i85554# minor cleanups for PDF export - avoid hardcoded use of 16bit sal_Unicode, especially in interfaces - improve const correctness for subsetting/embedding font candidates 2008/01/24 12:34:06 hdu 1.26.100.2: #i85554# code cleanup to prepare for UCS4 support in PDF export 2008/01/17 16:28:46 hdu 1.26.100.1: #i83121# adjust to recent sallayout.hxx changes


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [88d688f99a31ed7a66c03969927e7b56ca8bfed9]

INTEGRATION: CWS pdffix02 (1.41.126); FILE MERGED 2008/03/31 08:28:30 hdu 1.41.126.3: RESYNC: (1.42-1.43); FILE MERGED 2008/03/04 10:37:57 hdu 1.41.126.2: RESYNC: (1.41-1.42); FILE MERGED 2008/01/24 16:24:18 hdu 1.41.126.1: "#i85554# minor cleanups for PDF export - avoid hardcoded use of 16bit sal_Unicode, especially in interfaces - improve const correctness for subsetting/embedding font candidates


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [983486204c011408667bf1705e32aaaa464e84e8]

INTEGRATION: CWS pdffix02 (1.15.126); FILE MERGED 2008/03/04 10:37:53 hdu 1.15.126.2: RESYNC: (1.15-1.16); FILE MERGED 2008/01/24 16:24:18 hdu 1.15.126.1: "#i85554# minor cleanups for PDF export - avoid hardcoded use of 16bit sal_Unicode, especially in interfaces - improve const correctness for subsetting/embedding font candidates


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [41d6781b6fa5c3c9d60dcfabab87d7ddda13c881]

INTEGRATION: CWS pdffix02 (1.2.102); FILE MERGED 2008/01/24 16:24:19 hdu 1.2.102.3: "#i85554# minor cleanups for PDF export - avoid hardcoded use of 16bit sal_Unicode, especially in interfaces - improve const correctness for subsetting/embedding font candidates 2008/01/24 12:35:30 hdu 1.2.102.2: #i85554# code cleanup to prepare for UCS4 support in PDF export 2008/01/17 16:28:47 hdu 1.2.102.1: #i83121# adjust to recent sallayout.hxx changes


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [0892cadcc4cc1c3b21273f14eadc13a8ba155eb9]

INTEGRATION: CWS pdffix02 (1.2.102); FILE MERGED 2008/03/04 10:37:44 hdu 1.2.102.3: RESYNC: (1.2-1.3); FILE MERGED 2008/01/24 16:24:19 hdu 1.2.102.2: "#i85554# minor cleanups for PDF export - avoid hardcoded use of 16bit sal_Unicode, especially in interfaces - improve const correctness for subsetting/embedding font candidates 2008/01/24 12:34:07 hdu 1.2.102.1: #i85554# code cleanup to prepare for UCS4 support in PDF export


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [2361e4cec7318f61b817182b24d2ff13288d1a42]

INTEGRATION: CWS pdffix02 (1.2.102); FILE MERGED 2008/03/04 10:37:40 hdu 1.2.102.4: RESYNC: (1.2-1.3); FILE MERGED 2008/01/24 16:24:19 hdu 1.2.102.3: "#i85554# minor cleanups for PDF export - avoid hardcoded use of 16bit sal_Unicode, especially in interfaces - improve const correctness for subsetting/embedding font candidates 2008/01/24 12:34:07 hdu 1.2.102.2: #i85554# code cleanup to prepare for UCS4 support in PDF export 2008/01/17 16:28:47 hdu 1.2.102.1: #i83121# adjust to recent sallayout.hxx changes


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [027eaa3cbace16df09ef7454cacab0a7dd5d19a6]

INTEGRATION: CWS pdffix02 (1.2.102); FILE MERGED 2008/03/04 10:37:35 hdu 1.2.102.3: RESYNC: (1.2-1.3); FILE MERGED 2008/01/24 16:24:19 hdu 1.2.102.2: "#i85554# minor cleanups for PDF export - avoid hardcoded use of 16bit sal_Unicode, especially in interfaces - improve const correctness for subsetting/embedding font candidates 2008/01/24 12:34:07 hdu 1.2.102.1: #i85554# code cleanup to prepare for UCS4 support in PDF export


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [38f245709e676d7d5c9027ae6fd6a5caf0b0d17b]

INTEGRATION: CWS pdffix02 (1.90.38); FILE MERGED 2008/01/25 12:44:58 hdu 1.90.38.2: #i85554# improve const correctness for PDF exports glyph fallback fonts 2008/01/17 16:28:46 hdu 1.90.38.1: #i83121# adjust to recent sallayout.hxx changes


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [231e2a69374fd2bf961419e600b034044d208b5a]

INTEGRATION: CWS pdffix02 (1.51.26); FILE MERGED 2008/03/31 08:29:12 hdu 1.51.26.5: RESYNC: (1.52-1.53); FILE MERGED 2008/02/18 15:27:55 hdu 1.51.26.4: RESYNC: (1.51-1.52); FILE MERGED 2008/01/25 12:44:58 hdu 1.51.26.3: #i85554# improve const correctness for PDF exports glyph fallback fonts 2008/01/24 16:25:55 hdu 1.51.26.2: #i85554# minor cleanups for PDF export  - avoid hardcoded use of 16bit sal_Unicode, especially in interfaces  - improve const correctness for subsetting/embedding font candidates 2008/01/17 16:28:46 hdu 1.51.26.1: #i83121# adjust to recent sallayout.hxx changes


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [36244fd047d8f87b0a316bc5b9146024cd33d2aa]

INTEGRATION: CWS pdffix02 (1.119.8.1.8); FILE MERGED 2008/03/31 08:29:17 hdu 1.119.8.1.8.6: RESYNC: (1.122-1.123); FILE MERGED 2008/02/18 15:28:34 hdu 1.119.8.1.8.5: RESYNC: (1.120-1.122); FILE MERGED 2008/01/25 12:44:58 hdu 1.119.8.1.8.4: #i85554# improve const correctness for PDF exports glyph fallback fonts 2008/01/24 16:25:55 hdu 1.119.8.1.8.3: #i85554# minor cleanups for PDF export  - avoid hardcoded use of 16bit sal_Unicode, especially in interfaces  - improve const correctness for subsetting/embedding font candidates 2008/01/24 12:35:29 hdu 1.119.8.1.8.2: #i85554# code cleanup to prepare for UCS4 support in PDF export 2008/01/17 16:20:47 hdu 1.119.8.1.8.1: #i83121# prepare PDF export for glyph fallback from Aqua port


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [1114abc8cbffd945ef582811d06d93e50a328044]

INTEGRATION: CWS pdffix02 (1.2.206); FILE MERGED 2008/01/24 16:24:20 hdu 1.2.206.3: "#i85554# minor cleanups for PDF export - avoid hardcoded use of 16bit sal_Unicode, especially in interfaces - improve const correctness for subsetting/embedding font candidates 2008/01/24 12:34:06 hdu 1.2.206.2: #i85554# code cleanup to prepare for UCS4 support in PDF export 2008/01/17 16:28:46 hdu 1.2.206.1: #i83121# adjust to recent sallayout.hxx changes


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [71a3c96be6ecd5d74837d0568f46cc43381d3ad6]

INTEGRATION: CWS pdffix02 (1.5.26); FILE MERGED 2008/01/28 10:44:16 hdu 1.5.26.4: #i85554# code cleanup to prepare for UCS4 switch for PDF export 2008/01/24 16:24:20 hdu 1.5.26.3: "#i85554# minor cleanups for PDF export - avoid hardcoded use of 16bit sal_Unicode, especially in interfaces - improve const correctness for subsetting/embedding font candidates 2008/01/24 12:34:06 hdu 1.5.26.2: #i85554# code cleanup to prepare for UCS4 support in PDF export 2008/01/17 16:28:46 hdu 1.5.26.1: #i83121# adjust to recent sallayout.hxx changes


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [fd167dc509f4518de676c5a7f416c15395c80346]

INTEGRATION: CWS pdffix02 (1.234.38); FILE MERGED 2008/03/31 08:29:22 hdu 1.234.38.4: RESYNC: (1.236-1.237); FILE MERGED 2008/03/10 12:58:15 hdu 1.234.38.3: #i85554# ImplFontData const-correctness fixes 2008/02/18 15:28:10 hdu 1.234.38.2: RESYNC: (1.234-1.236); FILE MERGED 2008/01/17 16:28:46 hdu 1.234.38.1: #i83121# adjust to recent sallayout.hxx changes


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [65638f634ccb220a22be49924a2e5ee62593dea6]

INTEGRATION: CWS pdffix02 (1.6.48); FILE MERGED 2008/01/24 16:24:20 hdu 1.6.48.1: "#i85554# minor cleanups for PDF export - avoid hardcoded use of 16bit sal_Unicode, especially in interfaces - improve const correctness for subsetting/embedding font candidates


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [0dfd31bedca67ac35dafb5e2c91e13524cefaf34]

INTEGRATION: CWS pdffix02 (1.4.48); FILE MERGED 2008/01/17 16:29:59 hdu 1.4.48.1: #i83121# adjust to recent sallayout.hxx changes


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [d6a436e44741745a258167cb67099b411ac11c1d]

INTEGRATION: CWS pdffix02 (1.5.48); FILE MERGED 2008/03/04 10:37:31 hdu 1.5.48.2: RESYNC: (1.5-1.6); FILE MERGED 2008/01/24 16:24:20 hdu 1.5.48.1: "#i85554# minor cleanups for PDF export - avoid hardcoded use of 16bit sal_Unicode, especially in interfaces - improve const correctness for subsetting/embedding font candidates


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [b54824a89e875a531963ce36c79289628d30d2ca]

INTEGRATION: CWS pdffix02 (1.4.38); FILE MERGED 2008/01/25 12:44:57 hdu 1.4.38.2: #i85554# improve const correctness for PDF exports glyph fallback fonts 2008/01/17 16:25:35 hdu 1.4.38.1: #i83121# improve usability for glyph fallback methods


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [8e28cdbd5a414931967bdc351cfec26036a20448]

INTEGRATION: CWS pdffix02 (1.2.204); FILE MERGED 2008/03/04 10:38:19 hdu 1.2.204.3: RESYNC: (1.2-1.3); FILE MERGED 2008/01/24 16:24:17 hdu 1.2.204.2: "#i85554# minor cleanups for PDF export - avoid hardcoded use of 16bit sal_Unicode, especially in interfaces - improve const correctness for subsetting/embedding font candidates 2008/01/24 12:34:06 hdu 1.2.204.1: #i85554# code cleanup to prepare for UCS4 support in PDF export


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [6072da9bbf62196d1eacd7f0b3a31c18ac3173fc]

INTEGRATION: CWS pdffix02 (1.3.38); FILE MERGED 2008/03/31 08:29:53 hdu 1.3.38.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/06 09:41:53 hdu 1.3.38.1: #i85554# ImplFontData const-correctness fixes


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [8aea7e934070a623643f9a8ef367c532144f5ccc]

INTEGRATION: CWS pdffix02 (1.66.4); FILE MERGED 2008/03/31 08:30:11 hdu 1.66.4.6: RESYNC: (1.67-1.68); FILE MERGED 2008/03/06 09:41:54 hdu 1.66.4.5: #i85554# ImplFontData const-correctness fixes 2008/03/04 10:38:07 hdu 1.66.4.4: RESYNC: (1.66-1.67); FILE MERGED 2008/01/25 10:43:27 hdu 1.66.4.3: #i81286# PDF export on Aqua: also subset hint tables 2008/01/24 16:24:18 hdu 1.66.4.2: "#i85554# minor cleanups for PDF export - avoid hardcoded use of 16bit sal_Unicode, especially in interfaces - improve const correctness for subsetting/embedding font candidates 2008/01/24 12:34:05 hdu 1.66.4.1: #i85554# code cleanup to prepare for UCS4 support in PDF export


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [6ef0878008f85c76c4408ccf10056481df020729]

INTEGRATION: CWS pdffix02 (1.9.96.1.2); FILE MERGED 2008/03/31 08:30:16 hdu 1.9.96.1.2.3: RESYNC: (1.10-1.11); FILE MERGED 2008/01/24 10:33:38 hdu 1.9.96.1.2.2: #i83121# PDF export on Aqua: implement glyph fallback 2008/01/17 16:31:30 hdu 1.9.96.1.2.1: #i83121# Aqua: add SystemFontList::GetFontDataFromId() method for glyph fallback


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [38efd74d38d5d3dd108b6b7d288b533e31a12eb7]

INTEGRATION: CWS pdffix02 (1.5.96.1.2); FILE MERGED 2008/03/31 08:30:21 hdu 1.5.96.1.2.6: RESYNC: (1.6-1.7); FILE MERGED 2008/03/06 10:37:57 hdu 1.5.96.1.2.5: #i83121# PDF glyph fallback: mention alternative method in comment 2008/01/25 12:41:55 hdu 1.5.96.1.2.4: #i83121# simplify code by encapsulating FallbackInfo 2008/01/24 11:16:44 hdu 1.5.96.1.2.3: #i83121# PDF export on Aqua: change FallbackInfo container to simple array 2008/01/24 10:33:38 hdu 1.5.96.1.2.2: #i83121# PDF export on Aqua: implement glyph fallback 2008/01/17 16:34:09 hdu 1.5.96.1.2.1: #i83121# initial commit for glyph fallback for PDF export from aqua-port


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [cdcb4daa1a7b51b0aa1830f00a9231b6bec4e866]

INTEGRATION: CWS pdffix02 (1.34.4); FILE MERGED 2008/03/04 10:38:11 hdu 1.34.4.2: RESYNC: (1.34-1.35); FILE MERGED 2008/01/24 16:24:18 hdu 1.34.4.1: "#i85554# minor cleanups for PDF export - avoid hardcoded use of 16bit sal_Unicode, especially in interfaces - improve const correctness for subsetting/embedding font candidates


2008-03-31  Kurt Zenker  <kz@openoffice.org>  [758c3a227e6d4b2bcc3b2740778c61f430dd7693]

INTEGRATION: CWS pdffix02 (1.7.38); FILE MERGED 2008/01/17 16:31:30 hdu 1.7.38.1: #i83121# Aqua: add SystemFontList::GetFontDataFromId() method for glyph fallback


2008-03-26  Oliver Bolte  <obo@openoffice.org>  [585948ed13f23087840d17f87f5833d9f19e4b2f]

INTEGRATION: CWS cairotext01_DEV300 (1.41.206); FILE MERGED 2008/01/28 08:53:49 cmc 1.41.206.2: #i85470# optimize font usage 2008/01/25 08:53:46 cmc 1.41.206.1: #i85470# render text with cairo when available


2008-03-26  Oliver Bolte  <obo@openoffice.org>  [6243b79fc2bde2e105477e7c67b3fcc3cd86d056]

INTEGRATION: CWS cairotext01_DEV300 (1.149.66); FILE MERGED 2008/02/28 18:37:07 pl 1.149.66.7: #i86552# check for render presence, else cairo will simply skip rendering text altogether 2008/02/28 18:17:13 cmc 1.149.66.6: use xrender explicitly 2008/02/06 12:40:56 cmc 1.149.66.5: #i85909# depth mismatch 2008/01/30 09:08:40 hdu 1.149.66.4: #i85470# prevent race in loading cairo lib, enable cairotext for generic and kde plugin 2008/01/28 08:53:49 cmc 1.149.66.3: #i85470# optimize font usage 2008/01/25 14:39:25 cmc 1.149.66.2: #i85470# that header isn't universally available 2008/01/25 08:53:46 cmc 1.149.66.1: #i85470# render text with cairo when available


2008-03-26  Oliver Bolte  <obo@openoffice.org>  [4799317060f4cbfda4ea4dc79d276250b929f5c6]

INTEGRATION: CWS cairotext01_DEV300 (1.39.180); FILE MERGED 2008/02/05 16:22:27 cmc 1.39.180.2: #i85470# need to have a consistent size set 2008/01/25 08:53:46 cmc 1.39.180.1: #i85470# render text with cairo when available


2008-03-26  Oliver Bolte  <obo@openoffice.org>  [5a7b4e2c5ec0aeedfe11a5f31d7257cdb32d1fe4]

INTEGRATION: CWS cairotext01_DEV300 (1.147.96); FILE MERGED 2008/02/05 16:22:27 cmc 1.147.96.1: #i85470# need to have a consistent size set


2008-03-26  Oliver Bolte  <obo@openoffice.org>  [36171abf0ff9692b897539d173832ef2f8d0092a]

INTEGRATION: CWS cairotext01_DEV300 (1.2.282); FILE MERGED 2008/01/25 08:53:45 cmc 1.2.282.1: #i85470# render text with cairo when available


2008-03-25  Oliver Bolte  <obo@openoffice.org>  [97cb527991cedb965391703aa1740b215ad395ac]

INTEGRATION: CWS tl41_DEV300 (1.79.54); FILE MERGED 2007/08/06 11:25:48 tl 1.79.54.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'


2008-03-25  Oliver Bolte  <obo@openoffice.org>  [f14808da44758ba9aee0cccd0c3c1f4306a0f220]

INTEGRATION: CWS tl41_DEV300 (1.10.54); FILE MERGED 2008/01/18 15:31:50 tl 1.10.54.6: #i80287# some changes after code review 2008/01/16 09:26:22 tl 1.10.54.5: #i80287# using 'DisabledDictionaries' now 2008/01/15 09:43:02 tl 1.10.54.4: #i80287# use list of disabled dictionaries instead of active ones 2007/12/21 09:30:40 tl 1.10.54.3: #i80287# read/write new configuration entries 2007/12/13 14:13:48 tl 1.10.54.2: #i80287# read/write for new configuration entries 2007/12/13 13:03:00 tl 1.10.54.1: #i80287# read/write new configuration entries


2008-03-25  Oliver Bolte  <obo@openoffice.org>  [78484e4288565ed2aa8e89e0f12c75472282f39b]

INTEGRATION: CWS tl41_DEV300 (1.12.54); FILE MERGED 2007/08/06 11:25:48 tl 1.12.54.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'


2008-03-25  Oliver Bolte  <obo@openoffice.org>  [bb8241f6d3b6c5f37e9c4eb62e6f963aa0a4d2b6]

INTEGRATION: CWS tl41_DEV300 (1.3.80); FILE MERGED 2007/08/06 11:25:40 tl 1.3.80.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'


2008-03-25  Oliver Bolte  <obo@openoffice.org>  [2ab0bc0dc172e03b7722c6e3ab794147e6541a57]

INTEGRATION: CWS tl41_DEV300 (1.2.138); FILE MERGED 2008/03/14 09:23:46 tl 1.2.138.8: #i81365# build problem fixed 2008/01/16 09:46:55 tl 1.2.138.7: #i80287# using 'DisabledDictionaries' now 2008/01/16 09:26:14 tl 1.2.138.6: #i80287# using 'DisabledDictionaries' now 2008/01/16 09:24:06 tl 1.2.138.5: #i80287# using 'DisabledDictionaries' now 2008/01/16 09:11:10 tl 1.2.138.4: #i80287# using 'DisabledDictionaries' now 2007/12/21 09:30:26 tl 1.2.138.3: #i80287# read/write new configuration entries 2007/12/13 14:14:03 tl 1.2.138.2: #i80287# read/write for new configuration entries 2007/12/13 13:08:36 tl 1.2.138.1: #i80287# read/write new configuration entries


2008-03-25  Oliver Bolte  <obo@openoffice.org>  [9a5722eb80830d425cb68e3b2361bf26ca39506c]

INTEGRATION: CWS tl41_DEV300 (1.7.598); FILE MERGED 2007/12/13 13:08:36 tl 1.7.598.1: #i80287# read/write new configuration entries


2008-03-25  Oliver Bolte  <obo@openoffice.org>  [c46aa9d118f7747cc4c0c65693371a1633089405]

INTEGRATION: CWS ucbfixes06 (1.6.32); FILE MERGED 2008/01/21 12:22:10 kso 1.6.32.1: #i85139# - content instance caching should be really threadsafe now.


2008-03-25  Oliver Bolte  <obo@openoffice.org>  [000110e4c4175c73fd06c1281e18df5c79432596]

INTEGRATION: CWS ucbfixes06 (1.11.32); FILE MERGED 2008/03/06 15:17:14 kso 1.11.32.2: #i86762 - Respect empty references passed to registerNewContent(). Issue number: Submitted by: Reviewed by: 2008/01/21 12:22:10 kso 1.11.32.1: #i85139# - content instance caching should be really threadsafe now.


2008-03-25  Oliver Bolte  <obo@openoffice.org>  [bf81a0ce97f0584964f25593132090ada46ae092]

INTEGRATION: CWS ucbfixes06 (1.14.30); FILE MERGED 2008/01/21 12:22:09 kso 1.14.30.1: #i85139# - content instance caching should be really threadsafe now.


2008-03-25  Oliver Bolte  <obo@openoffice.org>  [985c3631103228ec157f943f1a7c7b56a091fd00]

INTEGRATION: CWS ucbfixes06 (1.6.32); FILE MERGED 2008/01/21 12:24:08 kso 1.6.32.1: #i85139# - content instance caching now should be threadsafe.


2008-03-25  Oliver Bolte  <obo@openoffice.org>  [21674289be1ff13b0d8752185b5631f23f875e9e]

INTEGRATION: CWS ucbfixes06 (1.8.32); FILE MERGED 2008/01/21 12:24:08 kso 1.8.32.1: #i85139# - content instance caching now should be threadsafe.


2008-03-25  Oliver Bolte  <obo@openoffice.org>  [fce9d7841059b051af056642d398202f9ab50210]

INTEGRATION: CWS winordinals (1.13.62); FILE MERGED 2008/03/07 15:20:50 vg 1.13.62.1: #i86800# switch to symbol-exporting scheme


2008-03-25  Oliver Bolte  <obo@openoffice.org>  [990975584cbd1b2ab48ed0578941eee328e3f121]

INTEGRATION: CWS winordinals (1.20.38); FILE MERGED 2008/03/07 15:20:21 vg 1.20.38.1: #i86800# switch to symbol-exporting scheme


2008-03-25  Oliver Bolte  <obo@openoffice.org>  [2599ad7920019876226ae35043e54ebd6172abb5]

INTEGRATION: CWS winordinals (1.18.94); FILE MERGED 2008/03/07 15:20:15 vg 1.18.94.1: #i86800# switch to symbol-exporting scheme


2008-03-25  Oliver Bolte  <obo@openoffice.org>  [bb5cc7091b7354772a8c656393c06b1bec49d0a9]

INTEGRATION: CWS winordinals (1.15.22); FILE MERGED 2008/03/07 15:19:45 vg 1.15.22.1: #i86800# switch to symbol-exporting scheme


2008-03-25  Oliver Bolte  <obo@openoffice.org>  [08a24f5482e5c46851fc6df380121374c7b06825]

INTEGRATION: CWS winordinals (1.23.32); FILE MERGED 2008/03/07 15:19:18 vg 1.23.32.1: #i86800# switch to symbol-exporting scheme


2008-03-25  Oliver Bolte  <obo@openoffice.org>  [bd90d35eb036be73d9553c635815d846c6466bd5]

INTEGRATION: CWS winordinals (1.63.190); FILE MERGED 2008/03/07 15:19:01 vg 1.63.190.1: #i86800# switch to symbol-exporting scheme


2008-03-25  Oliver Bolte  <obo@openoffice.org>  [04ea987812dbedb84e8e235261435b98a485b653]

INTEGRATION: CWS winordinals (1.6.10); FILE MERGED 2008/03/07 15:18:29 vg 1.6.10.1: #i86800# switch to symbol-exporting scheme


2008-03-25  Oliver Bolte  <obo@openoffice.org>  [60e6f6fe828e3d80433aaad9de2ed0ad940a034c]

INTEGRATION: CWS winordinals (1.104.36); FILE MERGED 2008/03/07 15:18:22 vg 1.104.36.1: #i86800# switch to symbol-exporting scheme


2008-03-25  Oliver Bolte  <obo@openoffice.org>  [ccb08be3ddbe8907b39fd53f61d244458d859f35]

INTEGRATION: CWS winordinals (1.21.94); FILE MERGED 2008/03/07 15:16:23 vg 1.21.94.1: #i86800# switch to symbol-exporting scheme


2008-03-20  Rüdiger Timm  <rt@openoffice.org>  [a95b24e164430c7580ea22eaaabb61b4ba633c76]

License header added


2008-03-19  Vladimir Glazounov  <vg@openoffice.org>  [496fb880ff314e5ade95dd3e14949abebd8959aa]

#i10000# restore lost changes from sb83


2008-03-19  Vladimir Glazounov  <vg@openoffice.org>  [299c0993685cbf811599b815beff19446d215ce7]

#i10000# restore lost changes from sb83


2008-03-19  Vladimir Glazounov  <vg@openoffice.org>  [2871fd9c235508a3d41494304fed0120c3c43a95]

#i10000# new macro name


2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [057e900a229997cb702d69d80187bfd4f3278cf0]

INTEGRATION: CWS impress138_DEV300 (1.14.226); FILE MERGED 2008/03/10 18:00:58 sj 1.14.226.2: #i85857# #i86740# fixed some gps handling svm graphics. 2008/02/06 12:04:23 sj 1.14.226.1: #i85857# fixed gpf when tryiung to load text of svm metafiles having a text size of zero


2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [4652d4ac8621077c315b68be7aa7f061f3cbba4e]

INTEGRATION: CWS swnotescolor (1.17.140); FILE MERGED 2007/12/02 20:54:44 mod 1.17.140.1: remove note color indicator from Options - Appearance


2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [699c389b28bd818d99cfec7ba69e3b9d4a1abfd2]

INTEGRATION: CWS swnotescolor (1.3.154); FILE MERGED 2007/12/02 20:54:44 mod 1.3.154.1: remove note color indicator from Options - Appearance


2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [2d7285fd8e3b3f5eecf9833b26f0f094e09dfd3a]

INTEGRATION: CWS unoapi3 (1.5.96); FILE MERGED 2008/01/14 19:44:58 cn 1.5.96.1: #i84995 # update lists


2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [b2391e04644b42fdd1324f9ef5ba48d31cc60925]

INTEGRATION: CWS unoapi3 (1.6.96); FILE MERGED 2008/01/14 19:44:58 cn 1.6.96.1: #i84995 # update lists


2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [cdf067475cc54e4c42cf9cc4f75298064d064a68]

INTEGRATION: CWS unoapi3 (1.3.48); FILE MERGED 2008/02/28 20:32:01 cn 1.3.48.1: #i84995 update lists with issues


2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [62ac9a2cee18245b0eb7d09453aefb29818ea194]

INTEGRATION: CWS unoapi3 (1.4.48); FILE MERGED 2008/03/07 13:17:40 cn 1.4.48.3: #i84995 update issues 2008/03/04 14:45:29 cn 1.4.48.2: #i84995 update lists with issues 2008/02/28 20:32:01 cn 1.4.48.1: #i84995 update lists with issues


2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [addaf12b6987c981f53a0cf7c079b5e3186a974e]

INTEGRATION: CWS sw8u10bf05 (1.23.94); FILE MERGED 2008/01/23 15:27:01 ama 1.23.94.1: Fix #15456#: HTML export of special charracters


2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [aca52cf0abfeca37a872364eb105cd8968ac0812]

INTEGRATION: CWS sb83 (1.7.12); FILE MERGED 2008/01/23 15:29:56 sb 1.7.12.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions


2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [2784194f24725fd6947a243a13ccd6fd0833cc68]

INTEGRATION: CWS sb83 (1.91.18); FILE MERGED 2008/03/17 09:05:53 sb 1.91.18.2: RESYNC: (1.91-1.92); FILE MERGED 2008/01/23 15:33:31 sb 1.91.18.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions


2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [513947f59df72869964bc18e30afe53023cea66a]

INTEGRATION: CWS sb83 (1.54.58); FILE MERGED 2008/03/17 09:05:14 sb 1.54.58.2: RESYNC: (1.54-1.55); FILE MERGED 2008/01/23 15:33:30 sb 1.54.58.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions


2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [bb4c541c192e0302c4dfe130b15d0f4234ba0db0]

INTEGRATION: CWS sb83 (1.15.126); FILE MERGED 2008/02/06 14:12:49 sb 1.15.126.1: #i84200# moved image sets to brand layer


2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [ffab00586526147bcf0e6724bc3d13b96317c7d6]

INTEGRATION: CWS sb83 (1.23.32); FILE MERGED 2008/01/23 15:30:16 sb 1.23.32.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions


2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [17b6396b1584a6ae364cda46738179434f2852bb]

INTEGRATION: CWS sb83 (1.7.80); FILE MERGED 2008/02/19 11:04:41 sb 1.7.80.1: #i84200# look for sts lib next to tl lib


2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [efa705e44882ede795e6859508b940add7b5cb04]

INTEGRATION: CWS sb83 (1.49.8); FILE MERGED 2008/02/01 13:24:50 sb 1.49.8.2: RESYNC: (1.49-1.50); FILE MERGED 2008/01/23 15:26:14 sb 1.49.8.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions


2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [beb3c517a0dfee68c7ca647f0ba68240ef327d30]

INTEGRATION: CWS sb83 (1.1.2); FILE ADDED 2008/02/12 08:34:16 sb 1.1.2.1: #i86033# added tools::appendUnixShellWord


2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [71bc2b729c7c91d7f730a7f9831cf77be715e55b]

INTEGRATION: CWS sb83 (1.48.38); FILE MERGED 2008/03/17 08:53:58 sb 1.48.38.3: RESYNC: (1.49-1.50); FILE MERGED 2008/02/12 08:33:05 sb 1.48.38.2: #i86033# added tools::appendUnixShellWord 2007/11/22 09:40:55 sb 1.48.38.1: Merged in CWS sb80.


2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [b45dc0569e47cd42fc481650c9ce07e9283725d7]

INTEGRATION: CWS sb83 (1.1.2); FILE ADDED 2008/02/12 08:34:04 sb 1.1.2.1: #i86033# added tools::appendUnixShellWord


2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [cb62d59964524355e5c8eb2e06fd044770b8fa47]

INTEGRATION: CWS sb83 (1.1.2); FILE ADDED 2008/03/05 16:10:17 sb 1.1.2.1: #i86723# dedicated spadmin start script needed: a slightly modified desktop/scripts/unopkg.sh:1.6.34.10


2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [6292e39963f3904d68219163aaeabd66a1106bda]

INTEGRATION: CWS sb83 (1.19.46); FILE MERGED 2008/03/17 08:39:16 sb 1.19.46.2: RESYNC: (1.19-1.21); FILE MERGED 2008/03/05 16:09:11 sb 1.19.46.1: #i86723# dedicated spadmin start script needed


2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [a4217707f553e90345afdc17bc94596b39605f23]

INTEGRATION: CWS sb83 (1.3.228); FILE MERGED 2008/03/05 16:09:11 sb 1.3.228.1: #i86723# dedicated spadmin start script needed


2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [b092ed115d51bb8534c7a1a13b6e2ae37888046b]

INTEGRATION: CWS sb83 (1.29.92); FILE MERGED 2008/02/22 05:54:37 sb 1.29.92.2: RESYNC: (1.29-1.30); FILE MERGED 2008/01/23 15:34:12 sb 1.29.92.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions


2008-03-14  Rüdiger Timm  <rt@openoffice.org>  [c81c32abe93515c78f27198623c5cfa1a4828d77]

#i87043# Fix 'uninitialized'  warning.


2008-03-13  Rüdiger Timm  <rt@openoffice.org>  [f8159c081bf12dede8095e9c25a11562c283a7f5]

#i10000# No UPD in library names any more.


2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3f7d82ad2a1d06f40b9bc3edd27ce17cfa2d2fd1]

INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/03/06 17:09:25 cl 1.1.2.3: #i68103# added missing header for mac build 2008/01/30 16:07:08 cl 1.1.2.2: fixed merge conflict 2008/01/03 10:14:35 cl 1.1.2.1: new memory stream service


2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [58f8100e33ab0584a1c035356435aa1cfc32bb59]

INTEGRATION: CWS impresstables2 (1.9.30); FILE MERGED 2008/01/30 13:29:53 cl 1.9.30.2: RESYNC: (1.9-1.10); FILE MERGED 2008/01/03 10:15:24 cl 1.9.30.1: new memory stream service


2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cd0c0f6d40f9c5f78b03225471ce57460dc09d54]

INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/15 12:51:06 cl 1.1.2.2: #i68103# added c'tor and d'tor and fixed release() 2007/07/26 16:43:55 cl 1.1.2.1: #i68103# added implementation helper that supports XWeak and XTypeProvider


2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [146f83995c4a90806b88e3410ef0d3c80d02392b]

INTEGRATION: CWS impresstables2 (1.37.48); FILE MERGED 2008/02/20 17:55:14 cl 1.37.48.4: RESYNC: (1.41-1.42); FILE MERGED 2007/12/01 19:30:03 cl 1.37.48.3: RESYNC: (1.39-1.41); FILE MERGED 2007/08/01 23:00:56 cl 1.37.48.2: RESYNC: (1.37-1.39); FILE MERGED 2007/07/26 16:44:32 cl 1.37.48.1: #i68103# added implementation helper that supports XWeak and XTypeProvider


2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8acfefe771d62d1a3463d80c3917b729d56effa4]

INTEGRATION: CWS impresstables2 (1.11.30); FILE MERGED 2008/03/06 18:20:17 cl 1.11.30.4: fixing merge errors 2008/01/30 16:06:22 cl 1.11.30.3: fixed merge conflict 2008/01/30 13:29:56 cl 1.11.30.2: RESYNC: (1.11-1.12); FILE MERGED 2008/01/03 10:15:24 cl 1.11.30.1: new memory stream service


2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c8c36ba43f0ec66a5f7eb68922251a626eae5bad]

INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/15 12:50:54 cl 1.1.2.2: #i68103# added c'tor and d'tor 2007/07/26 16:43:06 cl 1.1.2.1: #i68103# added implementation helper that supports XWeak and XTypeProvider


2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [908f94760eded70160d92c84cbab0398a7762dfa]

INTEGRATION: CWS impresstables2 (1.3.30); FILE MERGED 2008/02/24 20:55:26 cl 1.3.30.2: #i68103# fixed solaris build error 2008/02/23 23:22:52 cl 1.3.30.1: added namespace binfilter to bf_svtools and bf_so3


2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6666c51bb1ab768e8b7186e2c7e644f47932c0d4]

INTEGRATION: CWS impresstables2 (1.14.24); FILE MERGED 2008/03/11 19:29:19 cl 1.14.24.2: RESYNC: (1.14-1.15); FILE MERGED 2008/01/21 13:31:41 cl 1.14.24.1: #i68103# set current file format on memory stream


2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [90df0510958040086bd1cd4c32746f0f2c80cb99]

INTEGRATION: CWS impresstables2 (1.3.46); FILE MERGED 2008/02/21 14:37:31 cl 1.3.46.1: #i68103# added application data for binfilter svtools


2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b81d4cf980b49836cd02a7bfe6bf404c0b717ac6]

INTEGRATION: CWS impresstables2 (1.11.22); FILE MERGED 2007/08/01 21:57:33 cl 1.11.22.2: RESYNC: (1.11-1.12); FILE MERGED 2007/07/26 21:33:48 cl 1.11.22.1: #i68103# reworked styles to use refcounting


2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [36141dff44f813f3050fbc8e1d071f99075a4473]

INTEGRATION: CWS impresstables2 (1.16.30); FILE MERGED 2008/01/30 12:05:43 cl 1.16.30.8: #i68103# constructor hack to make implinheritancehelper merry 2008/01/30 11:54:22 cl 1.16.30.7: #i68103# try dynamic cast first before using unotunnel 2008/01/30 11:22:04 cl 1.16.30.6: #i68103# added XUnoTunnel to SfxUnoStyleSheet for safer conversion 2008/01/29 18:01:08 cl 1.16.30.5: #i68103# added SfxUnoStyleSheet to fix a dynamic_cast issue under linux 2007/08/08 11:17:53 cl 1.16.30.4: added missing include for solaris build 2007/08/01 21:49:55 cl 1.16.30.3: RESYNC: (1.16-1.17); FILE MERGED 2007/07/31 11:24:07 cl 1.16.30.2: fixing linux build problems 2007/07/26 21:33:18 cl 1.16.30.1: #i68103# reworked styles to use refcounting


2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8db1b9e5fc6c239a76d9c255e8be1e59e0ccb0af]

INTEGRATION: CWS impresstables2 (1.38.24); FILE MERGED 2008/03/11 19:23:23 cl 1.38.24.2: RESYNC: (1.38-1.39); FILE MERGED 2008/02/24 20:54:07 cl 1.38.24.1: #i68103# svtools now depends on comphelper


2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0b9040f998acf86d2d6d0cc2f21b8c81fa43084f]

INTEGRATION: CWS impresstables2 (1.2.128); FILE MERGED 2008/01/30 13:27:43 cl 1.2.128.6: RESYNC: (1.2-1.3); FILE MERGED 2008/01/30 12:05:58 cl 1.2.128.5: #i68103# constructor hack to make implinheritancehelper merry 2008/01/30 11:52:32 cl 1.2.128.4: #i68103# export SfxUnoStyleSheet 2008/01/30 11:21:38 cl 1.2.128.3: #i68103# added XUnoTunnel to SfxUnoStyleSheet for safer conversion 2008/01/29 18:00:40 cl 1.2.128.2: #i68103# added SfxUnoStyleSheet to fix a dynamic_cast issue under linux 2007/07/26 21:32:35 cl 1.2.128.1: #i68103# reworked styles to use refcounting


2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0e3b6a6ac40c83274d746960b8fef3a53e5c7395]

INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/08/02 09:48:59 cl 1.1.2.2: fixed a merge problem 2007/03/15 16:22:38 cl 1.1.2.1: #i68103# added members to MouseEvent and KeyEvent for awt event conersions


2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8486d926fd656cd3b6a941b3e4608cdb1790ee27]

INTEGRATION: CWS impresstables2 (1.21.158); FILE MERGED 2008/03/11 19:22:10 cl 1.21.158.3: RESYNC: (1.22-1.23); FILE MERGED 2007/06/27 18:21:37 cl 1.21.158.2: RESYNC: (1.21-1.22); FILE MERGED 2007/03/15 16:20:52 cl 1.21.158.1: #i68103# added members to MouseEvent and KeyEvent for awt event conersions


2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b061aeaf62db462d51fd54a775d1f7fc5b1e52af]

INTEGRATION: CWS impresstables2 (1.5.178); FILE MERGED 2007/08/01 19:56:40 cl 1.5.178.2: RESYNC: (1.5-1.6); FILE MERGED 2007/03/15 16:20:52 cl 1.5.178.1: #i68103# added members to MouseEvent and KeyEvent for awt event conersions


2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b4cd6e05bb20a0465279954956b0c1c0a4868c69]

INTEGRATION: CWS impresstables2 (1.2.48); FILE MERGED 2007/05/31 12:44:07 cl 1.2.48.1: #i68103# merged changes from svx/inc/event.hxx


2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b714dddf708d7dff2fb00db91fa67bad3e32ad32]

INTEGRATION: CWS impresstables2 (1.3.10); FILE MERGED 2007/09/20 15:30:58 cl 1.3.10.1: #i68103# changing return type for Execute() to short


2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b27296cbb39dc7ac455920767f19784acb5e8295]

INTEGRATION: CWS odfversion12_DEV300 (1.31.48); FILE MERGED 2008/03/03 16:52:31 pb 1.31.48.2: fix: #i86209# syntax error fixed 2008/03/03 15:39:33 pb 1.31.48.1: fix: #i86209# Get/SetODFDefaultVersion() added


2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [330747c97cd44d84be83d836fb299a8e4006d862]

INTEGRATION: CWS odfversion12_DEV300 (1.4.196); FILE MERGED 2008/03/03 15:38:31 pb 1.4.196.1: fix: #i86209# Get/SetODFDefaultVersion() added


2008-03-11  Oliver Bolte  <obo@openoffice.org>  [b44b41d4b4ce1f7373941fbd804d808faac68972]

#i10000# pragma warning added for solaris


2008-03-10  Oliver Bolte  <obo@openoffice.org>  [3bdf55455190145a607ed91e75bd10dfc744c9f1]

#i86825# for macosx


2008-03-10  Oliver Bolte  <obo@openoffice.org>  [ddeabbe24f8ad13d57af3e71744dbcc72e1d9677]

#i10000# remove include salsound.h


2008-03-10  Oliver Bolte  <obo@openoffice.org>  [ce7b4fa10b4c83bac53d49beb051d78a9ca44839]

#i10000# colon removed


2008-03-10  Oliver Bolte  <obo@openoffice.org>  [6bc98c7f6e3f48654d990719bb9bcf8212f27ead]

#i10000# m_xContext added (from CWS rptchart01_DEV300, OJ)


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [b022f2886a317887bf569aa3843e6c4d34e8fb4b]

INTEGRATION: CWS unifysound01_DEV300 (1.28.16); FILE MERGED 2007/08/31 09:44:58 cmc 1.28.16.1: #i81172# death to vcl sound


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [18b16098eb58944386f8624f0ff0e3b51019d63e]

INTEGRATION: CWS unifysound01_DEV300 (1.54.20); FILE MERGED 2008/01/15 16:17:41 cmc 1.54.20.3: RESYNC: (1.55-1.56); FILE MERGED 2007/10/04 22:03:55 cmc 1.54.20.2: RESYNC: (1.54-1.55); FILE MERGED 2007/08/31 09:44:56 cmc 1.54.20.1: #i81172# death to vcl sound


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [68417daa0f69f994d7bbd5e9b78d9ed6c155abd9]

INTEGRATION: CWS unifysound01_DEV300 (1.14.56); FILE MERGED 2008/01/15 16:19:01 cmc 1.14.56.2: RESYNC: (1.14-1.15); FILE MERGED 2007/08/31 09:44:56 cmc 1.14.56.1: #i81172# death to vcl sound


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [632bb75198351a13a4f533ddef08f53ca3ca6b73]

INTEGRATION: CWS unifysound01_DEV300 (1.39.12); FILE MERGED 2007/08/31 09:44:58 cmc 1.39.12.1: #i81172# death to vcl sound


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [7f102a46551dfe15ec5bcbd0514dbd24eb00424e]

INTEGRATION: CWS unifysound01_DEV300 (1.8.160); FILE MERGED 2008/01/15 16:18:43 cmc 1.8.160.2: RESYNC: (1.8-1.9); FILE MERGED 2007/08/31 09:44:58 cmc 1.8.160.1: #i81172# death to vcl sound


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [7a77b8e7c5036f52963dcc2aa9576b0df1d472aa]

INTEGRATION: CWS unifysound01_DEV300 (1.13.60); FILE MERGED 2007/08/31 09:44:58 cmc 1.13.60.1: #i81172# death to vcl sound


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [0394533b018f66a3e9c159e154bf27ca94ab6ddf]

INTEGRATION: CWS unifysound01_DEV300 (1.28.60); FILE MERGED 2007/08/31 09:44:58 cmc 1.28.60.1: #i81172# death to vcl sound


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [7a2a5174e2476295a9b6bb9a97205762af85abcf]

INTEGRATION: CWS unifysound01_DEV300 (1.98.10); FILE MERGED 2008/01/15 16:17:34 cmc 1.98.10.4: RESYNC: (1.100-1.103); FILE MERGED 2007/10/23 09:05:48 cmc 1.98.10.3: RESYNC: (1.99-1.100); FILE MERGED 2007/10/04 22:03:31 cmc 1.98.10.2: RESYNC: (1.98-1.99); FILE MERGED 2007/08/31 10:02:06 cmc 1.98.10.1: #i81172# death to vcl sound


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [4e890134fb3958238a58dd22904e344f2e33faa3]

INTEGRATION: CWS unifysound01_DEV300 (1.32.60); FILE MERGED 2007/08/31 09:44:58 cmc 1.32.60.1: #i81172# death to vcl sound


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [5dab0a894990d273d709a4f476e05c543f8b06ae]

INTEGRATION: CWS unifysound01_DEV300 (1.14.60); FILE MERGED 2007/08/31 09:44:57 cmc 1.14.60.1: #i81172# death to vcl sound


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [30424b6af8514dd9286ba6927e9c9e5c7de86586]

INTEGRATION: CWS unifysound01_DEV300 (1.15.116); FILE MERGED 2007/08/31 09:44:57 cmc 1.15.116.1: #i81172# death to vcl sound


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [823c5943abf0f4799d6c80061cacac666477d451]

INTEGRATION: CWS unifysound01_DEV300 (1.5.408); FILE MERGED 2007/08/31 09:44:57 cmc 1.5.408.1: #i81172# death to vcl sound


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [71da7d85fa663812e5f372a3deeef1bdb642352b]

INTEGRATION: CWS unifysound01_DEV300 (1.2.22); FILE MERGED 2007/08/31 09:44:57 cmc 1.2.22.1: #i81172# death to vcl sound


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [dfb8e2a82081d5c5e7b8dfe681d9abe79d1e672a]

INTEGRATION: CWS unifysound01_DEV300 (1.67.12); FILE MERGED 2008/01/15 16:18:19 cmc 1.67.12.4: RESYNC: (1.71-1.72); FILE MERGED 2007/10/16 08:32:30 cmc 1.67.12.3: RESYNC: (1.69-1.71); FILE MERGED 2007/10/04 22:19:17 cmc 1.67.12.2: RESYNC: (1.67-1.69); FILE MERGED 2007/08/10 12:09:20 cmc 1.67.12.1: #i80572# SHUT-UP with all the extra beeping


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [65e777e643ffcccd8b43e449a989b918b4816943]

INTEGRATION: CWS unifysound01_DEV300 (1.70.22); FILE MERGED 2007/08/31 09:44:57 cmc 1.70.22.1: #i81172# death to vcl sound


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [05a2d00b01fe59a74719f9d1e875b47d4aea3456]

INTEGRATION: CWS unifysound01_DEV300 (1.72.20); FILE MERGED 2007/08/31 09:44:57 cmc 1.72.20.1: #i81172# death to vcl sound


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [95c8fe22e897353c3eeefe46ffdae1d3c8992c47]

INTEGRATION: CWS unifysound01_DEV300 (1.8.22); FILE MERGED 2007/10/16 08:32:24 cmc 1.8.22.2: RESYNC: (1.8-1.9); FILE MERGED 2007/08/31 09:44:57 cmc 1.8.22.1: #i81172# death to vcl sound


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [2119df3bf063fc59000d4e463e4cbca33d1f1808]

INTEGRATION: CWS unifysound01_DEV300 (1.21.158); FILE MERGED 2007/08/31 09:44:57 cmc 1.21.158.1: #i81172# death to vcl sound


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [19a99a81cd7b6cd98f60a4e0380fee77b5552a0d]

INTEGRATION: CWS unifysound01_DEV300 (1.2.136); FILE MERGED 2007/08/31 09:44:56 cmc 1.2.136.1: #i81172# death to vcl sound


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [46456f83231cbf1e4ce85db63f41b9f2cae97cfa]

INTEGRATION: CWS unifysound01_DEV300 (1.3.86); FILE MERGED 2007/08/31 09:44:56 cmc 1.3.86.1: #i81172# death to vcl sound


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [34974988e81a49f0a92cc2e13fe77469ba827ad4]

INTEGRATION: CWS unifysound01_DEV300 (1.38.10); FILE MERGED 2008/01/15 16:19:14 cmc 1.38.10.4: RESYNC: (1.40-1.41); FILE MERGED 2007/10/16 08:32:33 cmc 1.38.10.3: RESYNC: (1.39-1.40); FILE MERGED 2007/10/04 22:22:03 cmc 1.38.10.2: RESYNC: (1.38-1.39); FILE MERGED 2007/08/31 09:44:56 cmc 1.38.10.1: #i81172# death to vcl sound


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [0bf86cbdae0fc227923a067269d950f729ac3860]

INTEGRATION: CWS unifysound01_DEV300 (1.12.56); FILE MERGED 2007/10/16 08:32:39 cmc 1.12.56.2: RESYNC: (1.12-1.13); FILE MERGED 2007/08/31 09:44:56 cmc 1.12.56.1: #i81172# death to vcl sound


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [f9481fa8fb54cd94099a89cfec139c73419d073b]

INTEGRATION: CWS pages01_DEV300 (1.10.86); FILE MERGED 2007/12/10 08:22:55 fme 1.10.86.1: #i84413# SfxStatusBarControl::mouseButtonDown not called


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [612472adaa7c5f3589694653973fc6b08aab2d78]

INTEGRATION: CWS pages01_DEV300 (1.5.692); FILE MERGED 2007/12/10 08:22:30 fme 1.5.692.1: #i84413# SfxStatusBarControl::mouseButtonDown not called


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [3957c658fe0312f2edfaf56366f4e55ca9586570]

INTEGRATION: CWS calcshare_DEV300 (1.1.2); FILE ADDED 2008/02/25 11:30:32 mav 1.1.2.3: #i8811# fix the namespace 2008/02/25 11:28:06 mav 1.1.2.2: #i8811# fix the file format 2008/02/25 09:29:59 mav 1.1.2.1: #i8811# the helper accessing the sharing control file


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [cbb5cbae10717e0baa3f60d04f31ea6e896982a4]

INTEGRATION: CWS calcshare_DEV300 (1.41.104); FILE MERGED 2008/02/25 09:29:02 mav 1.41.104.1: #i8811# the helper accessing the sharing control file


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e27f77794ac5d57f0e649056383f1fd9b5b5f95c]

INTEGRATION: CWS calcshare_DEV300 (1.150.100); FILE MERGED 2008/02/25 09:29:02 mav 1.150.100.1: #i8811# the helper accessing the sharing control file


2008-03-07  Kurt Zenker  <kz@openoffice.org>  [fcb1c91c977aea6393024288f5f23b9fdb0ffa91]

INTEGRATION: CWS calcshare_DEV300 (1.1.2); FILE ADDED 2008/02/25 11:30:32 mav 1.1.2.3: #i8811# fix the namespace 2008/02/25 11:26:54 mav 1.1.2.2: #i8811# fix the file format 2008/02/25 09:29:40 mav 1.1.2.1: #i8811# the helper accessing the sharing control file


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0c4e093abeeeaec07e8bdb61244fb38647ce122b]

INTEGRATION: CWS odbmacros2 (1.2.10); FILE MERGED 2008/03/04 12:12:32 fs 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/23 14:18:19 fs 1.2.10.1: +searchAndReplaceAsciiI


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [135f53752ecf2c9049b02d5fd40f7d8c61047343]

INTEGRATION: CWS odbmacros2 (1.8.10); FILE MERGED 2008/01/30 13:17:33 fs 1.8.10.2: #i49133# new ctor taking an Any 2007/12/06 13:31:20 fs 1.8.10.1: #i49133# operator >>= is const


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a1241fbed83a1b561bb8991237febc171f1df5ec]

INTEGRATION: CWS odbmacros2 (1.2.24); FILE MERGED 2008/03/04 12:12:29 fs 1.2.24.3: RESYNC: (1.2-1.3); FILE MERGED 2008/02/18 21:58:15 fs 1.2.24.2: #i86207# 2008/02/18 14:25:32 fs 1.2.24.1: #i68333# ignore private:* URLs


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [02993886d1dfe5f57e7a3af6a834f4094f379972]

INTEGRATION: CWS odbmacros2 (1.2.10); FILE MERGED 2008/03/04 12:12:26 fs 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/23 14:18:07 fs 1.2.10.1: +searchAndReplaceAsciiI


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e0e544e80858b87f6124356c8c86f889a9da3975]

INTEGRATION: CWS odbmacros2 (1.7.10); FILE MERGED 2008/01/30 13:17:22 fs 1.7.10.3: #i49133# new ctor taking an Any 2007/12/12 11:29:30 fs 1.7.10.2: +getProperty/NamedValues 2007/12/06 13:30:51 fs 1.7.10.1: #i49133# operator >>= is const


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3d87ea3c10ed723fe5d578419b5fa84d6193e926]

INTEGRATION: CWS odbmacros2 (1.16.24); FILE MERGED 2008/01/23 13:57:30 fs 1.16.24.2: removed nSaveAsId/nOpenId (not needed), renamed nV/HscrollId to nV/HScrollId for consistency with the resource syntax 2008/01/16 15:26:53 fs 1.16.24.1: support for more win bits: WB_TOP, WB_VCENTER, WB_BOTTOM, WB_AUTOVSCROLL


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [979fad0fd77217cb2c649d39e65529e72f8b72b0]

INTEGRATION: CWS odbmacros2 (1.15.20); FILE MERGED 2008/01/23 13:57:14 fs 1.15.20.2: support support for a window's BorderStyle 2008/01/16 15:26:53 fs 1.15.20.1: support for more win bits: WB_TOP, WB_VCENTER, WB_BOTTOM, WB_AUTOVSCROLL


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e8586edd993c9b70bb08c8fe3ce3ea24bc81b7cb]

INTEGRATION: CWS odbmacros2 (1.9.22); FILE MERGED 2008/02/04 13:15:08 fs 1.9.22.3: RESYNC: (1.9-1.10); FILE MERGED 2008/01/23 13:56:09 fs 1.9.22.2: support for WindowBorderStyle 2008/01/16 15:02:38 fs 1.9.22.1: WB_AUTOVSCROLL


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [fb7f6cb3c186a11f18692455e7cd29af0b58d470]

INTEGRATION: CWS odbmacros2 (1.14.70); FILE MERGED 2008/02/04 13:15:04 fs 1.14.70.4: RESYNC: (1.14-1.15); FILE MERGED 2008/01/23 13:55:56 fs 1.14.70.3: removed nSaveAsId/nOpenId (not needed), renamed nV/HscrollId to nV/HScrollId for consistency with the resource syntax 2008/01/16 15:26:59 fs 1.14.70.2: support for more win bits: WB_TOP, WB_VCENTER, WB_BOTTOM, WB_AUTOVSCROLL 2008/01/16 15:02:22 fs 1.14.70.1: support for more win buts: WB_TOP, WB_VCENTER, WB_BOTTOM, WB_AUTOVSCROLL


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [110332db7c7be9a29ac5efecca88f8cdb6f8fd70]

INTEGRATION: CWS odbmacros2 (1.8.58); FILE MERGED 2008/01/30 13:28:47 fs 1.8.58.1: added ASCII versions of the various methods


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3f614ecdcf464ee248d0a76821d6c394f931264d]

INTEGRATION: CWS odbmacros2 (1.2.88); FILE MERGED 2008/01/23 14:29:42 fs 1.2.88.1: support support for a window's BorderStyle


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [9cba53a2bbf7f3b6839ed6421a9ed0baa60feb04]

INTEGRATION: CWS odbmacros2 (1.2.88); FILE MERGED 2008/01/06 21:55:55 fs 1.2.88.2: oops. Previous commit wrongly removed an include 2008/01/06 20:53:12 fs 1.2.88.1: added identification of the Context of the thrown message (Exception.Context), if present


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3931af0b3b8b4dd38baefbadaca6797704d8e856]

INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/01/21 12:27:52 fs 1.1.2.3: #i10000 2008/01/15 14:04:24 fs 1.1.2.2: extended the example with a complete roadmap wizard skeleton 2008/01/14 12:02:51 fs 1.1.2.1: sample how to use the OGenericUnoDialog class


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a0dcd7cca43b81f51f455e4737dc5fb266b0dcb1]

INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/01/14 12:02:42 fs 1.1.2.1: sample how to use the OGenericUnoDialog class


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f638785cc9b6e5f1c952afd0af8d1744152dae18]

INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/01/14 12:02:33 fs 1.1.2.1: sample how to use the OGenericUnoDialog class


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [2f113db8541241a3ad02cbaec5a014b3a86a9933]

INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/01/14 12:02:23 fs 1.1.2.1: sample how to use the OGenericUnoDialog class


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [8b6b747db36bcb8f5fe6e8bb2fc641b14ac8ee32]

INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/01/15 14:04:24 fs 1.1.2.1: extended the example with a complete roadmap wizard skeleton


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [1b52686b4439d88abbb0aabf3c48634cae9f716c]

INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/01/14 12:02:13 fs 1.1.2.1: sample how to use the OGenericUnoDialog class


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [2fa95a691f0f0a877cfd0ec771522b997cef6e68]

INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/01/15 14:04:23 fs 1.1.2.1: extended the example with a complete roadmap wizard skeleton


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [5958da1121e99f6904b1dacc7a147f60fdc1b726]

INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/01/21 12:27:52 fs 1.1.2.3: #i10000 2008/01/15 14:04:23 fs 1.1.2.2: extended the example with a complete roadmap wizard skeleton 2008/01/14 12:02:01 fs 1.1.2.1: sample how to use the OGenericUnoDialog class


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [1a1e41362af6f4a145c75555678289568097c413]

INTEGRATION: CWS odbmacros2 (1.5.370); FILE MERGED 2008/01/21 14:12:22 fs 1.5.370.1: #i10000#


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [130966a3aa1758fb3ef14d8e02c8f56f79e09203]

INTEGRATION: CWS odbmacros2 (1.11.126); FILE MERGED 2008/01/24 10:11:35 fs 1.11.126.2: #i49133# support for derived classes which actually *require* (not only allow) initialization 2008/01/21 12:33:45 fs 1.11.126.1: #i10000#


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [01eb1ef30edbd815d4cfdde544727a8101d0babb]

INTEGRATION: CWS odbmacros2 (1.10.122); FILE MERGED 2008/01/15 09:48:04 fs 1.10.122.1: some re-factoring to prepare the migration UI for #i49133#


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [10d365d508aec911695fec94f8312f381f332b49]

INTEGRATION: CWS odbmacros2 (1.35.162); FILE MERGED 2008/01/15 09:48:04 fs 1.35.162.1: some re-factoring to prepare the migration UI for #i49133#


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3140dbe38eb839f8089af85227e307d0c64c2b3e]

INTEGRATION: CWS odbmacros2 (1.20.144); FILE MERGED 2008/02/14 21:48:00 fs 1.20.144.5.2.1: #i49133# +getStateHistory 2008/02/11 11:06:25 fs 1.20.144.5: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/02/04 19:49:45 fs 1.20.144.4: more re-factoring: implUpdateNextButton superseded by update(Dialog)TravelUI 2008/01/30 13:19:01 fs 1.20.144.3: canAdvance made const 2008/01/21 12:27:03 fs 1.20.144.2: canAdvance signature changed, to be able to override it in RoadmapWizard 2008/01/15 09:48:04 fs 1.20.144.1: some re-factoring to prepare the migration UI for #i49133#


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ac947802c4059353e417ccaa022d21a72ab67842]

INTEGRATION: CWS odbmacros2 (1.17.144); FILE MERGED 2008/02/14 21:49:25 fs 1.17.144.5.2.1: #i49133# canAdvance: don't return true if we reached the last state in the only possible path / updateTravelUI: disable 'Previous' button if all states from the history are disabled 2008/02/11 11:06:59 fs 1.17.144.5: #i49133# when updating the roadmap, care for the canAdvance of the current page: if this is not TRUE, then disable all future states automatically 2008/02/04 19:49:44 fs 1.17.144.4: more re-factoring: implUpdateNextButton superseded by update(Dialog)TravelUI 2008/01/30 10:29:03 fs 1.17.144.3: canAdvance: oops, *rbegin() is better than *end() 2008/01/21 12:27:03 fs 1.17.144.2: canAdvance signature changed, to be able to override it in RoadmapWizard 2008/01/15 09:48:04 fs 1.17.144.1: some re-factoring to prepare the migration UI for #i49133#


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [6786438336172251a70a854000b3b11bcb38600f]

INTEGRATION: CWS odbmacros2 (1.17.180); FILE MERGED 2008/01/15 09:47:43 fs 1.17.180.1: last client of WizardHeader is gone


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [50f14c86edc62490aaa47c8ad62cad92ec8154a5]

INTEGRATION: CWS odbmacros2 (1.31.24); FILE MERGED 2008/01/02 12:04:17 fs 1.31.24.1: added some missing breaks


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [60178a9eb8ec1e126d2f5f881f8ee91242780750]

INTEGRATION: CWS odbmacros2 (1.150.24); FILE MERGED 2008/01/21 14:12:16 fs 1.150.24.2: #i10000# 2008/01/15 09:48:41 fs 1.150.24.1: last client of WizardHeader is gone


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3b42bd57e44eecc39f49a3df29191f564e410ac3]

INTEGRATION: CWS odbmacros2 (1.38.88); FILE MERGED 2008/01/15 09:48:22 fs 1.38.88.1: added  workbench directory to ensure it stays buildable


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f47ec1d62c7a177391f7c57914aaa6657c7a2730]

INTEGRATION: CWS odbmacros2 (1.2.238); FILE MERGED 2008/01/15 09:47:09 fs 1.2.238.1: some re-factoring to prepare the migration UI for #i49133#


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [914f8c0b72aae402ff2e180b24e5cd09d21a7f65]

INTEGRATION: CWS odbmacros2 (1.3.212); FILE MERGED 2008/02/14 21:47:59 fs 1.3.212.5.2.1: #i49133# +getStateHistory 2008/02/11 11:06:00 fs 1.3.212.5: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/02/04 19:47:07 fs 1.3.212.4: more re-factoring: implUpdateNextButton superseded by update(Dialog)TravelUI 2008/01/30 13:18:34 fs 1.3.212.3: canAdvance made const 2008/01/21 12:26:54 fs 1.3.212.2: canAdvance signature changed, to be able to override it in RoadmapWizard 2008/01/15 09:47:08 fs 1.3.212.1: some re-factoring to prepare the migration UI for #i49133#


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a37808ad8f8e89fceec40e0863b2908f841f79c6]

INTEGRATION: CWS odbmacros2 (1.4.24); FILE MERGED 2008/01/15 09:47:08 fs 1.4.24.1: some re-factoring to prepare the migration UI for #i49133#


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [cdc9887636d5cdbf27ae0a82ecd728dcebdb0cec]

INTEGRATION: CWS odbmacros2 (1.4.150); FILE MERGED 2008/02/11 11:06:12 fs 1.4.150.4: #i49133# implInsertState not needed anymore 2008/02/04 19:47:07 fs 1.4.150.3: more re-factoring: implUpdateNextButton superseded by update(Dialog)TravelUI 2008/01/21 12:26:54 fs 1.4.150.2: canAdvance signature changed, to be able to override it in RoadmapWizard 2008/01/15 09:47:08 fs 1.4.150.1: some re-factoring to prepare the migration UI for #i49133#


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [4ff033a539731c8439b2f0fb9337953aa36832c9]

INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/01/24 10:10:21 fs 1.1.2.2: #i49133# support for derived classes which actually *require* (not only allow) initialization 2008/01/21 12:26:54 fs 1.1.2.1: canAdvance signature changed, to be able to override it in RoadmapWizard


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [961ead5d8d84a8daf8cec7e25ea96eec56eb5da7]

INTEGRATION: CWS odbmacros2 (1.266.2); FILE MERGED 2008/03/04 12:08:31 fs 1.266.2.3: RESYNC: (1.273-1.274); FILE MERGED 2008/02/04 13:12:31 fs 1.266.2.2: RESYNC: (1.266-1.273); FILE MERGED 2008/01/23 14:30:15 fs 1.266.2.1: resource support for a window's BorderStyle


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [069477190031f3e3cffbfa8c1acb5c825e82c4dc]

INTEGRATION: CWS odbmacros2 (1.27.74); FILE MERGED 2008/01/16 16:08:36 fs 1.27.74.1: during #i49133#: don't assert the missing WB_IGNORETAB on multi line edits, if they're read-only (in this case tab works fine in them)


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ba3711044b58a5c44c4626d46f32284687910e57]

INTEGRATION: CWS ause084_DEV300 (1.4.62); FILE MERGED 2007/12/18 10:10:35 hjs 1.4.62.1: #i78233# remove PDBTARGET and friends


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [306f6c7c387b5a119b0d0c87c2bc071e5bd27896]

INTEGRATION: CWS ause084_DEV300 (1.18.32); FILE MERGED 2007/12/18 10:45:37 hjs 1.18.32.1: #i78233# remove PDBTARGET and friends


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a9cbb6861de7b37b33ce2eaed3b9a8e15bbc57f0]

INTEGRATION: CWS ause084_DEV300 (1.3.424); FILE MERGED 2008/02/14 16:35:05 hjs 1.3.424.4: RESYNC: (1.4-1.5); FILE MERGED 2007/12/18 12:59:08 hjs 1.3.424.3: #i79548# build better... 2007/12/05 10:41:02 hjs 1.3.424.2: RESYNC: (1.3-1.4); FILE MERGED 2007/07/13 16:24:57 hjs 1.3.424.1: #i79548# replace explicit quote; fix dependencies and useless LIB target


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ce830b312e8c400515c72e802bbe09d35fa43099]

INTEGRATION: CWS layout_DEV300 (1.19.28); FILE MERGED 2008/02/15 13:51:55 jcn 1.19.28.2: Cleanup tralay, fixing shortcomings: any and all _-prefixed attributes are translated. 2008/02/11 15:33:50 jcn 1.19.28.1: Initial import into layout cws.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [1051026b28d6dcb7c5f6a16ca9192560acc4a095]

INTEGRATION: CWS layout_DEV300 (1.18.12); FILE MERGED 2008/02/11 15:33:50 jcn 1.18.12.1: Initial import into layout cws.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f041d681817d3a5c1ff58a551b917c57c0b7608f]

INTEGRATION: CWS layout_DEV300 (1.11.36); FILE MERGED 2008/02/11 15:33:50 jcn 1.11.36.1: Initial import into layout cws.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [6543b1579644e3196cc75a9f158f46a7ed68c5a3]

INTEGRATION: CWS layout_DEV300 (1.27.20); FILE MERGED 2008/02/12 09:58:28 jcn 1.27.20.2: Move vos-based Application out to vosapp.hxx. 2008/02/11 15:33:49 jcn 1.27.20.1: Initial import into layout cws.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [209182adcd72816004ba90545f59340515fcb615]

INTEGRATION: CWS layout_DEV300 (1.5.36); FILE MERGED 2008/02/11 15:33:49 jcn 1.5.36.1: Initial import into layout cws.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e6c44e77c0b3b3394554047521e8493f22ebc00f]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/15 13:51:54 jcn 1.1.2.2: Cleanup tralay, fixing shortcomings: any and all _-prefixed attributes are translated. 2008/02/11 15:33:49 jcn 1.1.2.1: Initial import into layout cws.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [7b9a3d00f2fa71ab12e08bb396072b05c4de9f89]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/15 13:51:54 jcn 1.1.2.3: Cleanup tralay, fixing shortcomings: any and all _-prefixed attributes are translated. 2008/02/12 09:58:28 jcn 1.1.2.2: Move vos-based Application out to vosapp.hxx. 2008/02/11 15:33:49 jcn 1.1.2.1: Initial import into layout cws.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [9e1c9c41f599c061ce1445458731cf714c6acab2]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/11 15:33:49 jcn 1.1.2.1: Initial import into layout cws.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [459e5462dccf769ebe30ea55bbe67c8435333f02]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/12 09:58:28 jcn 1.1.2.1: Move vos-based Application out to vosapp.hxx.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [9699f865e083075ee7fe954ee22769f9ec4d6128]

INTEGRATION: CWS layout_DEV300 (1.12.92); FILE MERGED 2008/02/15 14:05:39 jcn 1.12.92.3: Further minimize diff.  Revert now-unnecessary changes. 2008/02/15 13:51:54 jcn 1.12.92.2: Cleanup tralay, fixing shortcomings: any and all _-prefixed attributes are translated. 2008/02/11 15:33:48 jcn 1.12.92.1: Initial import into layout cws.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [9c0e1bfd15e18419160bf7839727002e760150a6]

INTEGRATION: CWS layout_DEV300 (1.8.68); FILE MERGED 2008/02/11 15:33:48 jcn 1.8.68.1: Initial import into layout cws.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a5eeba2ac5f6a0b124cd4b814d59925d468feada]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/08 18:44:48 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [12966571e5a842fe2f03b863f151d1ce1fe7bf87]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/13 10:37:48 jcn 1.1.2.3: Oops, typo.  Fixes zoom.xml compilation. 2008/02/13 10:30:03 jcn 1.1.2.2: Use custom-unit-text="11" (was: 13) pending FIELD_UNIT additions.

Fixes display of "%" in zoom.xml (WAS: "mm").
2008/02/08 18:44:48 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [bc6937002b2361f50ecd0f410390f9cf01c11399]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/08 18:44:47 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [8800ec215b3c74057d661a764666b1d4af8ab664]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/11 15:13:38 jcn 1.1.2.2: Make layout stuff in toolkit build with --enable-layout. 2008/02/08 18:44:47 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0654c6164acbe74e04968a170c63f39b4ee272b8]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/19 09:58:53 jcn 1.1.2.3: Rename Init to IInit.  Avoids too early execution through SVapp. Fixes use of --inst. 2008/02/12 11:05:47 jcn 1.1.2.2: Annotate classes with TOOLKIT_DLLPUBLIC. Remove -fvisibility=default, -fno-visibility-inlines-hidden hack. 2008/02/08 18:44:47 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [c15bd4f83af297f8530fd31e323330d080bcbb37]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/08 18:44:46 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [7215b68c9f1153075058318c2e84c2c41aeaa9a8]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/15 09:56:41 jcn 1.1.2.2: Remove byteseq.cxx c&p from xml_byteseq.cxx. 2008/02/08 18:44:46 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ff7002f8e11c47c8173c44b77c81aa16d7165030]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/18 15:23:56 jcn 1.1.2.5: Compile fix for universal build --disable-layout: add default target. 2008/02/14 15:26:29 jcn 1.1.2.4: Do not build anything at all in workben/layout if --disable-layout.

Fixes universal build.  Thanks, Fridrich.
2008/02/12 15:54:56 jcn 1.1.2.3: Remove LAYOUTLIB definition from makefiles.
2008/02/11 15:13:38 jcn 1.1.2.2: Make layout stuff in toolkit build with --enable-layout.
2008/02/08 18:44:46 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [65782a055894a5c6a1113375f4afab6586ec216c]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/11 15:13:38 jcn 1.1.2.2: Make layout stuff in toolkit build with --enable-layout. 2008/02/08 18:44:46 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [285a7722d5148c7719ab512de71ff60a42787599]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/08 18:44:45 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [c1b6dd18e4bf9b30a324d7c345c7712b66347081]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/13 08:56:23 jcn 1.1.2.1: Import src2xml and doc/layout from GIT.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [617dd775e0a9dccec7e8a889bd78081611f393c4]

INTEGRATION: CWS layout_DEV300 (1.3.316); FILE MERGED 2008/02/12 11:05:46 jcn 1.3.316.2: Annotate classes with TOOLKIT_DLLPUBLIC. Remove -fvisibility=default, -fno-visibility-inlines-hidden hack. 2008/02/11 15:13:38 jcn 1.3.316.1: Make layout stuff in toolkit build with --enable-layout.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f2a26dea25425500b5476e9753d551b12a083771]

INTEGRATION: CWS layout_DEV300 (1.21.84); FILE MERGED 2008/02/12 15:54:55 jcn 1.21.84.3: Remove LAYOUTLIB definition from makefiles. 2008/02/12 11:05:46 jcn 1.21.84.2: Annotate classes with TOOLKIT_DLLPUBLIC. Remove -fvisibility=default, -fno-visibility-inlines-hidden hack. 2008/02/11 15:13:37 jcn 1.21.84.1: Make layout stuff in toolkit build with --enable-layout.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d23e729720d899b3ec9dafbce6e6446079afd90a]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/13 08:56:22 jcn 1.1.2.1: Import src2xml and doc/layout from GIT.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [284a9a68d08b9a1bf5291184f59832f025c4e6f9]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/08 18:44:45 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e857357168549ecf666a5a367fcb4bce4f0b8a71]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/11 15:13:37 jcn 1.1.2.2: Make layout stuff in toolkit build with --enable-layout. 2008/02/08 18:44:45 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [01dc631d5dcfb3d3424059a775af00f19f63ec5e]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/12 11:05:46 jcn 1.1.2.2: Annotate classes with TOOLKIT_DLLPUBLIC. Remove -fvisibility=default, -fno-visibility-inlines-hidden hack. 2008/02/08 18:44:45 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [9d6b249fdc3ee2edfe5fafb0a0d58bcf4c860fac]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/08 18:44:44 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [410a9dbada39fe0d507a241bbd107d78cd615ac1]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/12 11:05:46 jcn 1.1.2.2: Annotate classes with TOOLKIT_DLLPUBLIC. Remove -fvisibility=default, -fno-visibility-inlines-hidden hack. 2008/02/08 18:44:44 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [4381c5b3dafbf19a443539641ff9f79a03d61897]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/15 09:56:41 jcn 1.1.2.1: Remove byteseq.cxx c&p from xml_byteseq.cxx.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0db9e3a6e0e2f2263b3099b5b6c03f0275c04e18]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/15 09:56:41 jcn 1.1.2.3: Remove byteseq.cxx c&p from xml_byteseq.cxx. 2008/02/11 15:13:37 jcn 1.1.2.2: Make layout stuff in toolkit build with --enable-layout. 2008/02/08 18:44:44 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [72c2678bbd52ddfb4a4e446131987ff2d5a0633c]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/14 15:50:38 jcn 1.1.2.2: Make vclxtoolkit.?xx/ImplGetWinBits public.  Remove c&p duplicate from layout/helper.cxx. 2008/02/08 18:44:44 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [5beeec47077d2f21065151ce5acbc4c270015a04]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/12 11:05:46 jcn 1.1.2.2: Annotate classes with TOOLKIT_DLLPUBLIC. Remove -fvisibility=default, -fno-visibility-inlines-hidden hack. 2008/02/08 18:44:43 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f798c482cdc3f3bd6c8b3ed3db0a011e2f319b75]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/08 18:44:43 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [b6f941f932f507cd732aa7a3f37cf96304153ebb]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/15 09:56:40 jcn 1.1.2.2: Remove byteseq.cxx c&p from xml_byteseq.cxx. 2008/02/08 18:44:43 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [c4e16e3acd81390ad156a017482cb7693425a508]

INTEGRATION: CWS layout_DEV300 (1.68.6); FILE MERGED 2008/02/14 15:50:38 jcn 1.68.6.1: Make vclxtoolkit.?xx/ImplGetWinBits public.  Remove c&p duplicate from layout/helper.cxx.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [2459e8ffd9f20d35183dd29e1c0ce066c001b495]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/11 15:13:37 jcn 1.1.2.2: Make layout stuff in toolkit build with --enable-layout. 2008/02/08 18:44:43 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a8d131c656219cc1c993c59198041820b11feedf]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/11 15:13:37 jcn 1.1.2.2: Make layout stuff in toolkit build with --enable-layout. 2008/02/08 18:44:42 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [77ad0bc52be5c82d79209a0c7ed85c5925987c1a]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/08 18:44:42 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0d24c71a3a935ccb734e0d4b920f3d727ec791ed]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/19 13:36:27 thb 1.1.2.2: Corrected typo (appears only in dbgutil build) 2008/02/08 18:44:42 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [31e62bd674e7d7008ebbbb0e429bbb9f1b1af3da]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/18 15:24:45 jcn 1.1.2.2: Cleanup: do not use namespace in header, remove dead code. 2008/02/08 18:44:42 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f88ddfd643b2cea0a0d9e31a09dfb0f4a7e3da1c]

INTEGRATION: CWS layout_DEV300 (1.32.28); FILE MERGED 2008/02/11 15:13:37 jcn 1.32.28.1: Make layout stuff in toolkit build with --enable-layout.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0afa8a1990c9cbf7686d019fcb98deac81eec567]

INTEGRATION: CWS layout_DEV300 (1.21.66.1.2); FILE MERGED 2008/02/12 11:06:35 jcn 1.21.66.1.2.1: Actually install layout-related files.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [243b0924c4ab7f6704fb1a2dc54ae7399c2df97e]

INTEGRATION: CWS layout_DEV300 (1.4.84); FILE MERGED 2008/02/13 15:25:48 jcn 1.4.84.2: Concurrent build fix: have ti_util depend on ti_layout, ti_vclcompat. 2008/02/11 15:13:37 jcn 1.4.84.1: Make layout stuff in toolkit build with --enable-layout.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [c8e1dcf8ca52656b2958c7a00fed95f4d1064a73]

INTEGRATION: CWS layout_DEV300 (1.18.162); FILE MERGED 2008/02/14 15:50:38 jcn 1.18.162.1: Make vclxtoolkit.?xx/ImplGetWinBits public.  Remove c&p duplicate from layout/helper.cxx.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [1aed6e032b7c7989ad0ecda30b811a9067bad798]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/12 11:05:46 jcn 1.1.2.2: Annotate classes with TOOLKIT_DLLPUBLIC. Remove -fvisibility=default, -fno-visibility-inlines-hidden hack. 2008/02/08 18:44:42 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3e879798c11392788785ba76953f6bf2ad678aaa]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/13 08:56:21 jcn 1.1.2.1: Import src2xml and doc/layout from GIT.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [07139aa04b66f22adc59987b55565f054fce6f8e]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/15 14:28:40 jcn 1.1.2.4: Update to new tralay. 2008/02/15 09:56:40 jcn 1.1.2.3: Remove byteseq.cxx c&p from xml_byteseq.cxx. 2008/02/14 15:50:38 jcn 1.1.2.2: Make vclxtoolkit.?xx/ImplGetWinBits public.  Remove c&p duplicate from layout/helper.cxx. 2008/02/13 08:56:21 jcn 1.1.2.1: Import src2xml and doc/layout from GIT.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [7ed754c8f68e5fa88ead0da3abdf49d43b2a800c]

INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/15 09:56:40 jcn 1.1.2.2: Remove byteseq.cxx c&p from xml_byteseq.cxx. 2008/02/13 08:56:21 jcn 1.1.2.1: Import src2xml and doc/layout from GIT.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [23aa233a1ad8b44ce9146fd1219de84a442b69b6]

INTEGRATION: CWS layout_DEV300 (1.30.26); FILE MERGED 2008/02/14 14:11:12 jcn 1.30.26.1: Import layout-svtools.diff.


2008-03-06  Kurt Zenker  <kz@openoffice.org>  [85c3953e8adf2e915ff7530b91dcc18a856619ec]

INTEGRATION: CWS layout_DEV300 (1.10.216); FILE MERGED 2008/02/14 14:11:12 jcn 1.10.216.1: Import layout-svtools.diff.


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [94358dfc9f6a4a08752774e9dc111615c3a10ee6]

INTEGRATION: CWS locales30 (1.17.50); FILE MERGED 2008/01/19 16:47:52 erack 1.17.50.1: #i84741# remove milliseconds character from 100th seconds time format codes; patch by <liangweike>


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ea419ac570c9e2128bf5ebddcd1baa9d3610c011]

INTEGRATION: CWS locales30 (1.10.146); FILE MERGED 2008/01/19 16:55:18 erack 1.10.146.2: #i85261# different month character; patch by <liangweike> 2008/01/19 16:47:52 erack 1.10.146.1: #i84741# remove milliseconds character from 100th seconds time format codes; patch by <liangweike>


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0e1b38e8868770887f64968cce57927b5b937f1c]

INTEGRATION: CWS locales30 (1.11.142); FILE MERGED 2008/01/19 16:47:52 erack 1.11.142.1: #i84741# remove milliseconds character from 100th seconds time format codes; patch by <liangweike>


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c86cb5f605dcef1b337130a7049951d671677d91]

INTEGRATION: CWS locales30 (1.13.146); FILE MERGED 2008/01/19 16:47:52 erack 1.13.146.1: #i84741# remove milliseconds character from 100th seconds time format codes; patch by <liangweike>


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f8a9c9605d265a3af08842f1127631966aa17d36]

INTEGRATION: CWS locales30 (1.19.146); FILE MERGED 2008/01/19 16:55:18 erack 1.19.146.2: #i85261# different month character; patch by <liangweike> 2008/01/19 16:47:52 erack 1.19.146.1: #i84741# remove milliseconds character from 100th seconds time format codes; patch by <liangweike>


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5ba43659dd1f1aad1238fd1b6b32fc74568c91a4]

INTEGRATION: CWS locales30 (1.1.2); FILE ADDED 2008/02/28 23:35:51 erack 1.1.2.1: #i86322# add Turkmen_Turkmenistan (tk_TM) locale data; contributed by <jbayjan>


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [9bd2094de12983e80379f1df2a609707f46dd332]

INTEGRATION: CWS locales30 (1.43.10); FILE MERGED 2008/02/28 23:34:56 erack 1.43.10.4: #i86322# add Turkmen_Turkmenistan (tk_TM) locale data 2008/02/28 12:03:03 er 1.43.10.3: RESYNC: (1.44-1.45); FILE MERGED 2008/02/16 16:59:05 erack 1.43.10.2: RESYNC: (1.43-1.44); FILE MERGED 2007/12/29 17:58:16 erack 1.43.10.1: #i84582# add Guarani_Paraguay (gug_PY) locale data


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3047e7b21cbf0ef07be38171418b2a399692eb09]

INTEGRATION: CWS locales30 (1.16.10); FILE MERGED 2008/02/28 23:34:56 erack 1.16.10.2: #i86322# add Turkmen_Turkmenistan (tk_TM) locale data 2007/12/29 17:58:16 erack 1.16.10.1: #i84582# add Guarani_Paraguay (gug_PY) locale data


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2b600d73acc57dafc73b93313d1dc69087118ea9]

INTEGRATION: CWS locales30 (1.1.2); FILE ADDED 2007/12/29 17:57:30 erack 1.1.2.1: #i84582# Guarani_Paraguay locale data; contributed by Kevin Scannell <cpos>


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ede652aa6c9ef10533f7b505844ce6e4527a04d4]

INTEGRATION: CWS locales30 (1.54.8); FILE MERGED 2008/02/28 23:34:56 erack 1.54.8.5: #i86322# add Turkmen_Turkmenistan (tk_TM) locale data 2008/02/28 22:19:46 erack 1.54.8.4: merged patch from #i85944# -j1.54.14.3 -j1.54.14.4 to fix this in DEV300 again 2008/02/28 12:03:01 er 1.54.8.3: RESYNC: (1.55-1.57); FILE MERGED 2008/02/16 16:59:01 erack 1.54.8.2: RESYNC: (1.54-1.55); FILE MERGED 2007/12/29 17:58:16 erack 1.54.8.1: #i84582# add Guarani_Paraguay (gug_PY) locale data


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6254f6c61deb4367125c4a9cf9e410cff8534dfe]

INTEGRATION: CWS locales30 (1.14.6); FILE MERGED 2008/02/02 19:46:37 erack 1.14.6.4: #i64095# add tet-TL Tetun (Timor-Leste); mapping for tet-ID Tetun (Indonesia) 2008/01/19 15:50:31 erack 1.14.6.3: #i84912# add Bodo (brx-IN), Dogri (dgo-IN), Maithili (mai-IN), Santali (sat-IN) 2007/12/29 17:58:16 erack 1.14.6.2: #i84582# add Guarani_Paraguay (gug_PY) locale data 2007/12/16 20:15:44 erack 1.14.6.1: #i83565# add Sami, Kildin (Russia) to language list box


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6ddd37611fab67095d8fb54492c14566de919012]

INTEGRATION: CWS locales30 (1.10.6); FILE MERGED 2008/02/02 19:46:37 erack 1.10.6.3: #i64095# add tet-TL Tetun (Timor-Leste); mapping for tet-ID Tetun (Indonesia) 2008/01/19 15:50:31 erack 1.10.6.2: #i84912# add Bodo (brx-IN), Dogri (dgo-IN), Maithili (mai-IN), Santali (sat-IN) 2007/12/16 20:15:43 erack 1.10.6.1: #i83565# add Sami, Kildin (Russia) to language list box


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [37b535124981b6b9db4a0456cb40b28e27c25d8b]

INTEGRATION: CWS locales30 (1.37.48); FILE MERGED 2008/02/03 10:58:58 erack 1.37.48.2: #i53498# add support for digit grouping in non-thousands 2008/01/26 20:48:01 erack 1.37.48.1: #i85612# getDefaultCalendar: return boost::shared_ptr instead of uno::Reference


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d22b4f9d6d9facd2203132852c152fa18159827e]

INTEGRATION: CWS locales30 (1.29.48); FILE MERGED 2008/02/03 10:58:58 erack 1.29.48.2: #i53498# add support for digit grouping in non-thousands 2008/01/26 20:48:01 erack 1.29.48.1: #i85612# getDefaultCalendar: return boost::shared_ptr instead of uno::Reference


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e9bef351c62c56354bc5adcd187045d7afa4d30f]

INTEGRATION: CWS locales30 (1.1.2); FILE ADDED 2008/02/03 10:58:58 erack 1.1.2.1: #i53498# add support for digit grouping in non-thousands


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [aa1341f5a62510181fe0d513d7a3402fe440e469]

INTEGRATION: CWS locales30 (1.22.168); FILE MERGED 2008/02/16 16:25:57 erack 1.22.168.3: the shitty 'are we svtools or are we not' include 2008/02/03 18:15:21 erack 1.22.168.2: include svtools should be in angle brackets 2008/02/03 11:31:25 erack 1.22.168.1: #i53498# add support for digit grouping in non-thousands


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [56b03edcae126c09fc5df737ffa864ae426e4009]

INTEGRATION: CWS locales30 (1.47.168); FILE MERGED 2008/02/28 21:06:35 er 1.47.168.3: WaE: MSC implicitly converts += to int and then warns 2008/02/03 18:35:55 erack 1.47.168.2: InsertSymbol: reusing position doesn't increment overall count 2008/02/03 11:31:25 erack 1.47.168.1: #i53498# add support for digit grouping in non-thousands


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [36bd639d94b2dd04f80c85ff8389820d61c3afe0]

INTEGRATION: CWS locales30 (1.74.166); FILE MERGED 2008/02/28 20:58:28 er 1.74.166.3: WaE: MSC implicitly converts += to int and then warns 2008/02/28 12:02:10 er 1.74.166.2: RESYNC: (1.74-1.75); FILE MERGED 2008/02/03 11:31:25 erack 1.74.166.1: #i53498# add support for digit grouping in non-thousands


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1866d0193670103bb9a04620dbbf905e13254cef]

INTEGRATION: CWS locales30 (1.70.126); FILE MERGED 2008/02/28 20:50:40 er 1.70.126.2: WaE type conversion 2008/02/03 11:31:25 erack 1.70.126.1: #i53498# add support for digit grouping in non-thousands


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3780b660990844081347f541b5b7645ffdd47a40]

INTEGRATION: CWS locales30 (1.47.168); FILE MERGED 2008/02/28 12:02:13 er 1.47.168.3: RESYNC: (1.47-1.48); FILE MERGED 2008/02/03 21:01:05 erack 1.47.168.2: #i53498# GetThousandSep: fuzzy attempt to recognize grouping and not only thousands 2008/02/03 11:31:25 erack 1.47.168.1: #i53498# add support for digit grouping in non-thousands


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [46fba61fe25c49b8cedb33548e9c0adc919ef78f]

INTEGRATION: CWS locales30 (1.4.10); FILE MERGED 2008/02/28 23:05:02 er 1.4.10.5: #i86322# add Turkmen_Turkmenistan (tk_TM) 2008/02/02 19:47:55 erack 1.4.10.4: #i64095# add tet-TL Tetun (Timor-Leste); change tet-ID from Tetun to Tetun (Indonesia) 2008/01/19 15:51:42 erack 1.4.10.3: #i84912# add Bodo (brx-IN), Dogri (dgo-IN), Maithili (mai-IN), Santali (sat-IN) 2007/12/29 17:58:46 erack 1.4.10.2: #i84582# add Guarani_Paraguay (gug_PY) 2007/12/16 20:16:27 erack 1.4.10.1: #i83565# add Sami, Kildin (Russia) to language list box


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [eb7f24982dda18cf29bf57097a6683031f89dae3]

INTEGRATION: CWS locales30 (1.2.244); FILE MERGED 2008/02/16 16:58:27 erack 1.2.244.2: RESYNC: (1.2-1.3); FILE MERGED 2008/02/03 11:31:25 erack 1.2.244.1: #i53498# add support for digit grouping in non-thousands


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a30a929c6f81e29362018499a27790748e3db107]

INTEGRATION: CWS rptchart01_DEV300 (1.10.60); FILE MERGED 2008/01/24 14:33:28 oj 1.10.60.1: #i85225# new document type


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [777f2e234bb18ea7dce312c316788ef65d50be35]

INTEGRATION: CWS rptchart01_DEV300 (1.23.4); FILE MERGED 2008/02/21 12:09:02 oj 1.23.4.4: #i85225# rong default value 2008/02/19 07:26:03 oj 1.23.4.3: #i85225# rename of method 2008/01/24 14:33:28 oj 1.23.4.2: #i85225# new document type 2008/01/14 11:41:11 oj 1.23.4.1: #i85225# new methods to store obj


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [347aa99366d70660313d97d1db48316a258ec5b8]

INTEGRATION: CWS rptchart01_DEV300 (1.13.4); FILE MERGED 2008/02/18 13:00:24 oj 1.13.4.2: #85225# new Method 2008/01/14 11:41:10 oj 1.13.4.1: #i85225# new methods to store obj


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f3cbc8e7eb17ff93474d415b6a387d2d691f7564]

INTEGRATION: CWS rptchart01_DEV300 (1.8.60); FILE MERGED 2008/01/24 14:33:28 oj 1.8.60.1: #i85225# new document type


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1ed88f6821279f7bb852fe73c53e8f55411c03c6]

INTEGRATION: CWS rptchart01_DEV300 (1.11.138); FILE MERGED 2008/01/24 14:49:46 oj 1.11.138.1: #i85225# add context


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6a0a8eeb21bb4f8c133a6b1615cf651c085817a6]

INTEGRATION: CWS rptchart01_DEV300 (1.23.174); FILE MERGED 2008/01/28 06:28:15 oj 1.23.174.2: RESYNC: (1.23-1.24); FILE MERGED 2008/01/15 06:59:45 oj 1.23.174.1: #i85225# impl new interface and make use of comphelper


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7e3371008ad22610f3d27de92661d39813d0150b]

INTEGRATION: CWS aquavcl05_DEV300 (1.91.42); FILE MERGED 2008/02/15 11:25:57 pl 1.91.42.1: use correct constructor


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [9ec9e52b927fa968385651bffcf4ec760f2565f0]

INTEGRATION: CWS aquavcl05_DEV300 (1.19.146); FILE MERGED 2008/02/15 09:14:44 pl 1.19.146.1: removed warnings


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e81928367e42364806fa4c8017d9e92013312245]

INTEGRATION: CWS aquavcl05_DEV300 (1.31.22); FILE MERGED 2008/02/14 21:48:01 pl 1.31.22.1: fix warnings


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [06fba126edbe8a1a46119bdf32833ce3a896ea97]

INTEGRATION: CWS aquavcl05_DEV300 (1.55.106); FILE MERGED 2008/02/14 21:48:01 pl 1.55.106.1: fix warnings


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [cbe6a83ef9f88492fdb91deec9ea557faab7d518]

INTEGRATION: CWS aquavcl05_DEV300 (1.2.148); FILE MERGED 2008/02/14 21:48:01 pl 1.2.148.1: fix warnings


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d670fff6e277554cd98b31e1331fe71d08afff90]

INTEGRATION: CWS aquavcl05_DEV300 (1.271.6); FILE MERGED 2008/02/15 09:14:44 pl 1.271.6.7: removed warnings 2008/02/14 21:31:53 pl 1.271.6.6: optimize flush operations for e.g. gradient 2008/02/14 15:52:56 pl 1.271.6.5: RESYNC: (1.271-1.273); FILE MERGED 2008/02/14 11:41:20 hdu 1.271.6.4: #i86095# allow partial SalFrame flushes for Window flushes 2008/02/12 11:05:09 hdu 1.271.6.3: #i86038# allow font request to be subpixel-accurate 2008/02/12 09:31:26 pl 1.271.6.2: #i86000# distinguish checked and highlighted checked 2008/01/30 14:47:05 pl 1.271.6.1: #i85727# add modified state to extended win bits


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [37db2b0975a37073479143687a0d4aef3005bfbd]

INTEGRATION: CWS aquavcl05_DEV300 (1.33.64); FILE MERGED 2007/12/17 10:01:11 pl 1.33.64.1: #i77550# improve NWF spinfields on aqua


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7237de075a6f1b995e9bff835a4e8f041df50207]

INTEGRATION: CWS aquavcl05_DEV300 (1.52.22); FILE MERGED 2008/02/19 10:57:07 pl 1.52.22.1: #i85195# report potential problems during PDF export


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [549152467c300104a194e91c58794b823dc8708d]

INTEGRATION: CWS aquavcl05_DEV300 (1.122.20); FILE MERGED 2008/02/19 10:57:07 pl 1.122.20.1: #i85195# report potential problems during PDF export


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [01033c38a545b2db7837fa61d70e66d0dd3ba837]

INTEGRATION: CWS aquavcl05_DEV300 (1.22.22); FILE MERGED 2008/02/19 10:57:06 pl 1.22.22.1: #i85195# report potential problems during PDF export


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7412a687a8ffa5f5f383b0879703400d2cafd934]

INTEGRATION: CWS aquavcl05_DEV300 (1.24.40); FILE MERGED 2008/02/12 10:13:46 hdu 1.24.40.1: #i86038# added subpixel-accurate pixel<->logic conversions


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [066ba95051bd396459bf2d2404412f59b08f7d3f]

INTEGRATION: CWS aquavcl05_DEV300 (1.25.146); FILE MERGED 2008/02/18 15:46:39 pl 1.25.146.2: #i86095# better optimization of invalidate rects 2008/02/14 21:31:53 pl 1.25.146.1: optimize flush operations for e.g. gradient


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5e84e7faa4b765a6b89362ac3c6da7042dffced5]

INTEGRATION: CWS aquavcl05_DEV300 (1.234.48); FILE MERGED 2008/02/18 18:41:06 pl 1.234.48.9: compiler warning 2008/02/15 07:58:48 pl 1.234.48.8: fix a warning 2008/02/14 21:34:38 pl 1.234.48.7: fix a warning 2008/02/14 15:53:21 pl 1.234.48.6: RESYNC: (1.234-1.236); FILE MERGED 2008/02/12 15:17:37 hdu 1.234.48.5: #i85925# added hiraginomarugothicpro and meiryo name translations 2008/02/12 11:05:08 hdu 1.234.48.4: #i86038# allow font request to be subpixel-accurate 2008/02/12 09:18:41 hdu 1.234.48.3: #i85712# translation fontnames need to be normalized 2008/02/11 15:48:45 pl 1.234.48.2: correct a syntax problem 2008/02/11 13:08:37 hdu 1.234.48.1: #i85712# added japanese default fonts for MacOSX


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [df59514d4075ebf1852181229d54010f344a1f32]

INTEGRATION: CWS aquavcl05_DEV300 (1.25.140); FILE MERGED 2008/01/21 16:11:29 pl 1.25.140.2: RESYNC: (1.25-1.26); FILE MERGED 2007/12/17 10:01:11 pl 1.25.140.1: #i77550# improve NWF spinfields on aqua


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [bbb0808058f9be8ddc4b9e133a016ef5a0c5fe42]

INTEGRATION: CWS aquavcl05_DEV300 (1.23.6); FILE MERGED 2008/02/14 08:44:45 pl 1.23.6.2: #i85511# fine tune jump_to_here case 2008/01/28 14:58:35 pl 1.23.6.1: #i85511# support jump to here behavior


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [37f5529d6ac5f93f2bec1127caa07b62b5dcb45c]

INTEGRATION: CWS aquavcl05_DEV300 (1.90.100); FILE MERGED 2008/02/14 15:53:38 pl 1.90.100.3: RESYNC: (1.92-1.93); FILE MERGED 2008/01/21 16:11:25 pl 1.90.100.2: RESYNC: (1.90-1.92); FILE MERGED 2007/12/17 10:01:11 pl 1.90.100.1: #i77550# improve NWF spinfields on aqua


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2ed1fb2a43173fe0da3212156e86a567fdd67957]

INTEGRATION: CWS aquavcl05_DEV300 (1.56.6); FILE MERGED 2008/02/14 15:53:31 pl 1.56.6.6: RESYNC: (1.56-1.57); FILE MERGED 2008/02/13 10:58:24 pl 1.56.6.5: #i85963# support bevel buton hint 2008/01/29 19:12:26 pl 1.56.6.4: #i84824# improve single line detection 2008/01/28 18:28:02 pl 1.56.6.3: #i85512# focus ring problems also on radiobuttons 2008/01/28 18:19:31 pl 1.56.6.2: #i84824# better alignment for text and image of RadioButton and CheckBox 2008/01/23 15:55:38 pl 1.56.6.1: #i85512# checkbox updates


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e540479ebd51151e0eba0a209913f5231da97822]

INTEGRATION: CWS aquavcl05_DEV300 (1.81.82); FILE MERGED 2008/02/15 10:55:56 pl 1.81.82.1: add: GetModalModeCount


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e1883c1f10e4e0676d295c5c9e243647e3b7f00d]

INTEGRATION: CWS aquavcl05_DEV300 (1.9.90); FILE MERGED 2008/02/18 15:46:38 pl 1.9.90.2: #i86095# better optimization of invalidate rects 2008/02/14 21:31:53 pl 1.9.90.1: optimize flush operations for e.g. gradient


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d89f13c85def45f1fdd68683f0116c5646ee53fd]

INTEGRATION: CWS aquavcl05_DEV300 (1.4.186); FILE MERGED 2008/02/13 10:58:24 pl 1.4.186.2: #i85963# support bevel buton hint 2008/01/30 14:47:05 pl 1.4.186.1: #i85727# add modified state to extended win bits


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [bc85b59c5296620461b08f8f808d144e483f89cd]

INTEGRATION: CWS aquavcl05_DEV300 (1.7.46); FILE MERGED 2008/02/14 15:53:42 pl 1.7.46.3: RESYNC: (1.7-1.8); FILE MERGED 2008/01/28 14:58:35 pl 1.7.46.2: #i85511# support jump to here behavior 2008/01/23 15:55:37 pl 1.7.46.1: #i85512# checkbox updates


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [45cf2c578f22988f146892b397aa317aa5f68b5f]

INTEGRATION: CWS aquavcl05_DEV300 (1.5.148); FILE MERGED 2008/02/15 10:56:10 pl 1.5.148.1: add: GetModalModeCount


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [bdf04732cb22e0e7d4960cdf27f96c6e8686830c]

INTEGRATION: CWS aquavcl05_DEV300 (1.7.6); FILE MERGED 2008/02/13 10:58:24 pl 1.7.6.1: #i85963# support bevel buton hint


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [71673ff5963164c41cf9c973f04a1445f510e5e7]

INTEGRATION: CWS aquavcl05_DEV300 (1.3.90); FILE MERGED 2008/02/18 15:46:38 pl 1.3.90.4: #i86095# better optimization of invalidate rects 2008/02/14 21:31:53 pl 1.3.90.3: optimize flush operations for e.g. gradient 2008/02/14 11:41:19 hdu 1.3.90.2: #i86095# allow partial SalFrame flushes for Window flushes 2008/01/30 14:47:05 pl 1.3.90.1: #i85727# add modified state to extended win bits


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b6b5aa4b8f0dfd99f5e02a29a1bf35ec4916979a]

INTEGRATION: CWS aquavcl05_DEV300 (1.6.22); FILE MERGED 2008/02/19 10:57:06 pl 1.6.22.1: #i85195# report potential problems during PDF export


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [febc1196243ef2f3f3286f59a39f2570447b53a8]

INTEGRATION: CWS aquavcl05_DEV300 (1.3.48); FILE MERGED 2008/02/12 11:05:07 hdu 1.3.48.1: #i86038# allow font request to be subpixel-accurate


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c8afbdd494e4d164eb229cbf8f5fc5e9c9195da2]

INTEGRATION: CWS aquavcl05_DEV300 (1.3.222); FILE MERGED 2008/02/12 10:13:46 hdu 1.3.222.1: #i86038# added subpixel-accurate pixel<->logic conversions


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [9b799c0d0f0900a417c6697583b7611a1e88ee76]

INTEGRATION: CWS aquavcl05_DEV300 (1.4.100); FILE MERGED 2008/01/21 16:11:22 pl 1.4.100.2: RESYNC: (1.4-1.5); FILE MERGED 2007/12/17 10:01:11 pl 1.4.100.1: #i77550# improve NWF spinfields on aqua


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c22e029ac6b4b49d86da4f911cea0307efe1c757]

INTEGRATION: CWS aquavcl05_DEV300 (1.3.6); FILE MERGED 2008/02/14 15:53:47 pl 1.3.6.3: RESYNC: (1.3-1.4); FILE MERGED 2008/01/28 18:28:02 pl 1.3.6.2: #i85512# focus ring problems also on radiobuttons 2008/01/23 15:55:37 pl 1.3.6.1: #i85512# checkbox updates


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [97cf13d9e5f95e51f6de9fbfba79889742feacd2]

INTEGRATION: CWS aquavcl05_DEV300 (1.2.250); FILE MERGED 2008/02/07 13:28:44 pl 1.2.250.1: #i67502# new INPUT_APPEVENT to be used by Desktop::Main


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a30c1c90684d2b1536e10832e300fba8b4857d59]

INTEGRATION: CWS aquavcl05_DEV300 (1.6.6); FILE MERGED 2008/02/06 10:05:36 pl 1.6.6.3: #i67502# send application event if no frame available 2008/02/05 17:23:53 pl 1.6.6.2: #i67502# update default menu if necessary 2008/02/05 10:58:21 pl 1.6.6.1: #i67502# provide a default menu if no frame is shown


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [fbd0a058cddf121d729a0cf9ed6ebf176b868a92]

INTEGRATION: CWS aquavcl05_DEV300 (1.2.6); FILE MERGED 2008/02/21 11:40:49 pl 1.2.6.7: #i84825# tweak wheel events a little more 2008/02/18 18:12:03 pl 1.2.6.6: repair RTL mode 2008/02/04 02:06:45 ekato 1.2.6.5: #i85846# preedit attributes 2008/02/02 06:01:51 ekato 1.2.6.4: #i85815# fix setMarkedText:selectedRange: 2008/01/30 17:11:38 pl 1.2.6.3: #i84825# optimize scroll events 2008/01/23 14:11:23 pl 1.2.6.2: #i85515# remove AquaLog 2008/01/22 14:53:14 pl 1.2.6.1: #i84461# prevent crashing when closing while in preedit mode


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1d988b701c9a91998872d445cacb8398c9e84d57]

INTEGRATION: CWS aquavcl05_DEV300 (1.55.6); FILE MERGED 2008/02/21 17:16:56 pl 1.55.6.17: #i83126# found more messages needing release of the solar mutex 2008/02/18 18:12:03 pl 1.55.6.16: repair RTL mode 2008/02/18 15:46:37 pl 1.55.6.15: #i86095# better optimization of invalidate rects 2008/02/15 13:36:23 hdu 1.55.6.14: #i86095# checking if the event queue is handled is better done with AppData::mnDispatchLevel than with AppData::mbInAppExecute 2008/02/14 21:31:54 pl 1.55.6.13: optimize flush operations for e.g. gradient 2008/02/14 12:18:17 hdu 1.55.6.12: #i86095# Aqua: consolidate partial SalFrame flushes 2008/02/14 11:42:43 hdu 1.55.6.11: #i86095# implement partial SalFrame flushes for Aqua 2008/02/05 10:58:21 pl 1.55.6.10: #i67502# provide a default menu if no frame is shown 2008/02/04 14:37:41 hdu 1.55.6.9: #i85798# the IntroWindow needs to be painted synchronously 2008/02/04 12:36:12 hdu 1.55.6.8: #i85798# make AquaSalFrame::Flush() non-synchronous 2008/01/30 17:56:59 pl 1.55.6.7: #i85744# proper lock/unlockFocus in UpdateSettings 2008/01/30 17:40:47 pl 1.55.6.6: cleanup graphics handling in UpdateSettings 2008/01/30 14:47:06 pl 1.55.6.5: #i85727# add modified state to extended win bits 2008/01/28 14:58:34 pl 1.55.6.4: #i85511# support jump to here behavior 2008/01/28 12:30:10 pl 1.55.6.3: add: scrollbar size setting 2008/01/28 12:26:58 pl 1.55.6.2: #i83126# fix deadlock due to cross thread displaying 2008/01/23 14:11:23 pl 1.55.6.1: #i85515# remove AquaLog


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d81831cc08d5964fbb5ca6368310387dd764a44c]

INTEGRATION: CWS aquavcl05_DEV300 (1.21.92); FILE MERGED 2008/01/23 14:11:23 pl 1.21.92.1: #i85515# remove AquaLog


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [84f193e7b96c26f974e7cc63c38b8b6713b07e18]

INTEGRATION: CWS aquavcl05_DEV300 (1.12.6); FILE MERGED 2008/01/23 14:11:23 pl 1.12.6.1: #i85515# remove AquaLog


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [368c8d193636df89c312dc9b50e6802605910e9b]

INTEGRATION: CWS nativeprintdlg01_DEV300 (1.15.62); FILE MERGED 2007/11/26 17:39:10 pl 1.15.62.2: #i77579# fix an assertion 2007/11/26 14:48:35 pl 1.15.62.1: #i77579# changes for aqua printing system


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8b8fba6622cc3b365a627423295c9d2b8c8b7fd9]

INTEGRATION: CWS aquavcl05_DEV300 (1.7.92); FILE MERGED 2008/02/13 18:11:17 pl 1.7.92.6: #i85513# cleaned up push button drawing 2008/02/13 10:58:25 pl 1.7.92.5: #i85963# support bevel buton hint 2008/02/01 18:55:11 pl 1.7.92.4: #i84756# clip HIThemeDrawFrame to window to avoid ugly paint artifacts 2008/01/23 14:11:23 pl 1.7.92.3: #i85515# remove AquaLog 2008/01/21 16:11:16 pl 1.7.92.2: RESYNC: (1.7-1.8); FILE MERGED 2007/12/17 10:01:10 pl 1.7.92.1: #i77550# improve NWF spinfields on aqua


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ff86aea8ac9f7138f9d5ac3f430bf45e53c5a6d7]

INTEGRATION: CWS nativeprintdlg01_DEV300 (1.3.168); FILE MERGED 2007/12/17 18:34:18 pl 1.3.168.7: fix a merge problem 2007/12/17 17:17:15 ericb 1.3.168.6: RESYNC: (1.3-1.4); FILE MERGED 2007/12/12 20:07:54 ericb 1.3.168.5: solve conflict with kprinter 2007/12/12 19:36:50 ericb 1.3.168.4: solve conflict with kprinter 2007/12/12 19:08:36 ericb 1.3.168.3: solve conflict with kprinter 2007/11/26 15:54:01 pl 1.3.168.2: #i77579# further jon from CWS kprinter 2007/11/23 21:52:26 ericb 1.3.168.1: #i77579# add changes from kprinter


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8fc8c28a7641b76bc96e6e3625272bbc1c3bf4c9]

INTEGRATION: CWS aquavcl05_DEV300 (1.13.6); FILE MERGED 2008/02/18 15:46:37 pl 1.13.6.4: #i86095# better optimization of invalidate rects 2008/02/14 12:18:17 hdu 1.13.6.3: #i86095# Aqua: consolidate partial SalFrame flushes 2008/02/14 11:00:04 hdu 1.13.6.2: #i85798# reduce performance cost of AquaSalGraphics::UpdateWindow() 2008/01/23 14:11:23 pl 1.13.6.1: #i85515# remove AquaLog


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0d00fe6c943590f52f8583abb12f700be56ae203]

INTEGRATION: CWS aquavcl05_DEV300 (1.66.6); FILE MERGED 2008/02/13 12:38:37 hdu 1.66.6.4: #i86038# #i85925# better rounding for line metrics 2008/02/12 11:05:07 hdu 1.66.6.3: #i86038# allow font request to be subpixel-accurate 2008/01/31 16:56:31 hdu 1.66.6.2: #i85776# replace algorithm for horizontal/vertical display resolution adjustment 2008/01/23 14:11:23 pl 1.66.6.1: #i85515# remove AquaLog


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [df3c9513657358b9637753e14898a09cc94f6683]

INTEGRATION: CWS nativeprintdlg01_DEV300 (1.3.62); FILE MERGED 2007/12/18 10:25:54 pl 1.3.62.2: fix avisibility warning 2007/11/26 14:48:35 pl 1.3.62.1: #i77579# changes for aqua printing system


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [da739acc3066e1fd9d76f4fed898baf407047393]

INTEGRATION: CWS aquavcl05_DEV300 (1.29.92); FILE MERGED 2008/01/23 14:11:23 pl 1.29.92.1: #i85515# remove AquaLog


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c2b64f4f21216b55b98f3996342f26cb31d62084]

INTEGRATION: CWS nativeprintdlg01_DEV300 (1.11.62); FILE MERGED 2008/02/26 15:31:45 pl 1.11.62.9: #i77579# correct landscape case 2008/02/26 12:32:47 pl 1.11.62.8: #i77579# enhance page offset hack 2008/02/21 21:43:23 pl 1.11.62.7: #i86329# add system print dialog property 2008/01/21 20:12:57 ericb 1.11.62.6: #i77579# fix missing breaker (missing includes from resync) 2008/01/21 17:39:45 ericb 1.11.62.5: #i77579# fix conflict 2007/11/27 15:52:04 pl 1.11.62.4: #i77579# respect native dialog setting 2007/11/26 18:59:38 pl 1.11.62.3: #i77579# activate quick print 2007/11/26 14:48:35 pl 1.11.62.2: #i77579# changes for aqua printing system 2007/11/23 21:53:29 ericb 1.11.62.1: #i77579# first try for Aqua native print dialog box


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3cb7f00ba151c39e28e9d060655cd832b5ca2f66]

INTEGRATION: CWS aquavcl05_DEV300 (1.10.4); FILE MERGED 2008/02/13 16:06:36 hdu 1.10.4.2: #i82018# prefer names with UI-language first, then with default language and only then other languages 2008/01/23 14:11:23 pl 1.10.4.1: #i85515# remove AquaLog


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d1d596e1972de06153f0d957a11ee3ad32c477c9]

INTEGRATION: CWS nativeprintdlg01_DEV300 (1.2.8); FILE MERGED 2008/02/26 12:32:47 pl 1.2.8.2: #i77579# enhance page offset hack 2008/01/21 17:54:42 ericb 1.2.8.1: #i77579# include native print chnages, not integrated with aquavcl04 integration


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [41d347c3e6afaa899cc00fa1dc9f345e646b51ea]

INTEGRATION: CWS nativeprintdlg01_DEV300 (1.9.62); FILE MERGED 2008/02/26 12:32:47 pl 1.9.62.2: #i77579# enhance page offset hack 2007/11/26 14:48:35 pl 1.9.62.1: #i77579# changes for aqua printing system


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f81dea3457f547a15559ed93834385b7b566aab3]

INTEGRATION: CWS aquavcl05_DEV300 (1.6.4); FILE MERGED 2008/02/13 09:02:16 hdu 1.6.4.5: #i86038# add and use AtsuPix2Vcl() method 2008/02/12 11:37:44 hdu 1.6.4.4: #i86038# ignore text justification requests that were likely caused by rounding errors 2008/02/12 11:10:30 hdu 1.6.4.3: #i86038# consolidate pixel<->fixedpoint conversions, remove unused code 2008/02/04 09:12:54 hdu 1.6.4.2: #i85798# Aqua performance: short circuit simple ATSLayout::FillDXArray() queries 2008/01/23 14:11:23 pl 1.6.4.1: #i85515# remove AquaLog


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1671d1c308b5e524747205a0d3b0805e8d7e367e]

INTEGRATION: CWS aquavcl05_DEV300 (1.2.6); FILE MERGED 2008/02/14 11:35:43 pl 1.2.6.5: #i75077# prevent duplicate command line argument execution 2008/02/05 10:58:21 pl 1.2.6.4: #i67502# provide a default menu if no frame is shown 2008/01/28 16:00:57 pl 1.2.6.3: #i85511# update notifications for scrollbars 2008/01/24 17:13:18 pl 1.2.6.2: #i84732# better shutdown handling 2008/01/22 15:36:43 pl 1.2.6.1: #i78680# dispatching of command key combinations


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [9269eadcc4ed340cf6c39ceb2b512afa3a7f2721]

INTEGRATION: CWS aquavcl05_DEV300 (1.42.6); FILE MERGED 2008/02/18 15:46:37 pl 1.42.6.13: #i86095# better optimization of invalidate rects 2008/02/14 15:53:58 pl 1.42.6.12: RESYNC: (1.42-1.43); FILE MERGED 2008/02/14 11:35:43 pl 1.42.6.11: #i75077# prevent duplicate command line argument execution 2008/02/07 13:28:44 pl 1.42.6.10: #i67502# new INPUT_APPEVENT to be used by Desktop::Main 2008/02/07 09:40:15 pl 1.42.6.9: #i85558# do not send AppEvents prematurely 2008/02/05 08:49:30 hdu 1.42.6.8: #i85860# fix hang when a user-event gets posted while handling available cocoa events 2008/02/04 15:24:50 hdu 1.42.6.7: #i85798# mark mousewheel and shift-key actions as non-idling events 2008/02/04 08:08:19 hdu 1.42.6.6: #i85798# ignore simple mouse moves in AquaSalInstance::AnyInput() 2008/02/04 07:54:47 hdu 1.42.6.5: #i85798# implement AquaSalInstance::AnyInput() 2008/01/28 16:00:57 pl 1.42.6.4: #i85511# update notifications for scrollbars 2008/01/28 12:26:57 pl 1.42.6.3: #i83126# fix deadlock due to cross thread displaying 2008/01/23 15:55:37 pl 1.42.6.2: #i85512# checkbox updates 2008/01/23 14:11:22 pl 1.42.6.1: #i85515# remove AquaLog


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4b41056d2c60502c51334476a13146901db802d6]

INTEGRATION: CWS aquavcl05_DEV300 (1.2.6); FILE MERGED 2008/02/05 10:58:20 pl 1.2.6.2: #i67502# provide a default menu if no frame is shown 2008/01/28 16:00:57 pl 1.2.6.1: #i85511# update notifications for scrollbars


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [46434fa9a0028b78f8d9caaf784c816d812af61b]

INTEGRATION: CWS aquavcl05_DEV300 (1.4.102); FILE MERGED 2007/12/17 10:01:10 pl 1.4.102.1: #i77550# improve NWF spinfields on aqua


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c1ab7b880d892f617ea13f7aa93c756e21558573]

INTEGRATION: CWS vcl86_DEV300 (1.44.46); FILE MERGED 2008/02/20 16:24:30 pl 1.44.46.2: #i83676# change checkbox text 2008/01/16 17:28:41 pl 1.44.46.1: #i83676# add GUI for external dialog and resp. command line


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d9708b9b58943c97f75439a106a58cb3202e0acb]

INTEGRATION: CWS aquavcl05_DEV300 (1.6.6); FILE MERGED 2008/02/05 10:58:20 pl 1.6.6.1: #i67502# provide a default menu if no frame is shown


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4887d5ba446fa9cb7c33a12b10432f392bb7b1cb]

INTEGRATION: CWS aquavcl05_DEV300 (1.14.6); FILE MERGED 2008/02/14 15:54:01 pl 1.14.6.4: RESYNC: (1.14-1.15); FILE MERGED 2008/02/14 11:35:43 pl 1.14.6.3: #i75077# prevent duplicate command line argument execution 2008/01/28 16:00:57 pl 1.14.6.2: #i85511# update notifications for scrollbars 2008/01/28 12:26:57 pl 1.14.6.1: #i83126# fix deadlock due to cross thread displaying


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [332ddbb05c00ef926b0daa2c303dbac025136284]

INTEGRATION: CWS vcl86_DEV300 (1.5.58); FILE MERGED 2008/01/16 17:28:41 pl 1.5.58.1: #i83676# add GUI for external dialog and resp. command line


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a32d737d58acd187791a3262cba42173d08f742d]

INTEGRATION: CWS aquavcl05_DEV300 (1.21.6); FILE MERGED 2008/02/18 15:46:37 pl 1.21.6.4: #i86095# better optimization of invalidate rects 2008/02/14 21:31:54 pl 1.21.6.3: optimize flush operations for e.g. gradient 2008/02/14 11:42:43 hdu 1.21.6.2: #i86095# implement partial SalFrame flushes for Aqua 2008/02/13 18:11:17 pl 1.21.6.1: #i85513# cleaned up push button drawing


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2f1cdce998409be9bbcedf8ad279a362339032f7]

INTEGRATION: CWS vcl86_DEV300 (1.12.38); FILE MERGED 2008/02/21 13:29:18 pl 1.12.38.1: #i83676# reflect CUPS->non CUPS->CUPS switching


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ace8a766ba488bdbc26644b5f27c20b2f04d4b50]

INTEGRATION: CWS aquavcl05_DEV300 (1.18.6); FILE MERGED 2008/02/05 10:58:20 pl 1.18.6.2: #i67502# provide a default menu if no frame is shown 2008/01/23 14:11:22 pl 1.18.6.1: #i85515# remove AquaLog


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d91ddf41a44c285c349c4bbdc0428fd1700e98a5]

INTEGRATION: CWS vcl86_DEV300 (1.15.38); FILE MERGED 2008/02/20 16:24:30 pl 1.15.38.1: #i83676# change checkbox text


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0adf72bf7ecfe50757b78e873f4c18d693a8dbc7]

INTEGRATION: CWS vcl86_DEV300 (1.58.46); FILE MERGED 2008/02/20 17:38:08 pl 1.58.46.1: #i83676# add disable CUPS option for the very few people who want that


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3a104156955b463c4ee702a735adb8356e66982d]

INTEGRATION: CWS vcl86_DEV300 (1.10.82); FILE MERGED 2008/02/20 17:38:08 pl 1.10.82.1: #i83676# add disable CUPS option for the very few people who want that


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f9a0db3ce305a680fb7bf1e7214361ecd9191ee3]

INTEGRATION: CWS vcl86_DEV300 (1.11.126); FILE MERGED 2008/02/20 17:38:08 pl 1.11.126.1: #i83676# add disable CUPS option for the very few people who want that


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [104d99485144719b889207207162e6aea930be76]

INTEGRATION: CWS vcl86_DEV300 (1.23.10); FILE MERGED 2008/02/20 17:38:08 pl 1.23.10.1: #i83676# add disable CUPS option for the very few people who want that


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [bb8e542437858620a37eb72b651a384af999afe1]

INTEGRATION: CWS vcl86_DEV300 (1.19.36); FILE MERGED 2008/02/20 17:52:54 pl 1.19.36.1: #i83676# link utl


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [19b1f7dbe11cbb301b9d6ef37bc3247270cd0549]

INTEGRATION: CWS vcl86_DEV300 (1.4.138); FILE MERGED 2008/01/16 17:28:41 pl 1.4.138.1: #i83676# add GUI for external dialog and resp. command line


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [25f65f56200e3b23ba6923a52d843b8e5cc6e433]

INTEGRATION: CWS vcl86_DEV300 (1.13.82); FILE MERGED 2008/02/21 13:29:18 pl 1.13.82.2: #i83676# reflect CUPS->non CUPS->CUPS switching 2008/01/16 17:28:41 pl 1.13.82.1: #i83676# add GUI for external dialog and resp. command line


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [92c7c1d6ba6a577fe5146890282c383dda54258a]

INTEGRATION: CWS vcl86_DEV300 (1.148.98); FILE MERGED 2008/02/09 12:05:13 pl 1.148.98.2: RESYNC: (1.148-1.150); FILE MERGED 2008/02/08 08:17:36 pl 1.148.98.1: #i85893# support wheel events with small deltas


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [711a8de0b4aa315e440486bf79e3946e4b09ab23]

INTEGRATION: CWS vcl86_DEV300 (1.10.264); FILE MERGED 2008/01/07 18:12:28 pl 1.10.264.1: #i85052# add: NWF progress


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [801592767af74f47f2c3e811a8c5aa3723cef60e]

INTEGRATION: CWS vcl86_DEV300 (1.23.182); FILE MERGED 2008/02/09 12:05:25 pl 1.23.182.2: RESYNC: (1.23-1.24); FILE MERGED 2008/01/07 15:33:01 pl 1.23.182.1: #i85052# kde native progress


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [57c6129eda24c54b2209912776105e0d4ac79b2b]

INTEGRATION: CWS vcl86_DEV300 (1.12.22); FILE MERGED 2008/01/07 14:44:48 pl 1.12.22.1: #i85052# native progress


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a648ada71f87652794d8d4e6f3d78568a3b5f94e]

INTEGRATION: CWS vcl86_DEV300 (1.4.356); FILE MERGED 2008/01/07 15:33:01 pl 1.4.356.1: #i85052# kde native progress


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [78b2b4ea1858bc5e9c29fe4f7b5471b055932757]

INTEGRATION: CWS vcl86_DEV300 (1.42.22); FILE MERGED 2008/02/05 11:52:41 pl 1.42.22.2: #i85864# remove obsolete line (thanks hub) 2008/01/07 14:44:48 pl 1.42.22.1: #i85052# native progress


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a93686f3eeaf597ab165acae294936b725fb84be]

INTEGRATION: CWS vcl86_DEV300 (1.90.108); FILE MERGED 2008/02/09 12:05:09 pl 1.90.108.2: RESYNC: (1.90-1.93); FILE MERGED 2008/02/06 18:04:22 pl 1.90.108.1: #i69441# fix ImplAlign for right aligned case


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [cb3655cd6046266a214ec10d2e793d1dedc8119a]

INTEGRATION: CWS vcl86_DEV300 (1.45.6); FILE MERGED 2008/01/28 16:15:01 pl 1.45.6.1: #i85643# add orientation DSC


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c44899a21e8981b2c055ea349846c850da07f836]

INTEGRATION: CWS vcl86_DEV300 (1.46.6); FILE MERGED 2008/02/20 17:37:12 pl 1.46.6.1: #i83676# add disable CUPS api for the very few people who want that


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [dad3247e38344838803849120406d35e666ab19a]

INTEGRATION: CWS vcl86_DEV300 (1.25.6); FILE MERGED 2008/02/20 17:37:12 pl 1.25.6.1: #i83676# add disable CUPS api for the very few people who want that


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [385c642ade914beacc7f23d621a13d54cffbd854]

INTEGRATION: CWS vcl86_DEV300 (1.10.6); FILE MERGED 2008/01/28 16:15:01 pl 1.10.6.1: #i85643# add orientation DSC


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [262f3c74224e1c9d4d4e988d3281cb719c238aa2]

INTEGRATION: CWS vcl86_DEV300 (1.18.6); FILE MERGED 2008/02/20 17:37:12 pl 1.18.6.1: #i83676# add disable CUPS api for the very few people who want that


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2862e27cae69bed09a525824dd67f4af2d9415dd]

INTEGRATION: CWS aquafilepicker02_DEV300 (1.3.18); FILE MERGED 2008/02/11 17:37:46 fheckl 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2008/01/14 08:21:30 fheckl 1.3.18.1: Adding filter control label for retrieval as standard string resource


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [286ddc4a07ca4a2cce00f79db0bdf0da227cdd48]

INTEGRATION: CWS nativeprintdlg01_DEV300 (1.38.208); FILE MERGED 2008/02/22 16:25:10 pl 1.38.208.2: #i86352# move options button 2008/02/22 12:59:59 pl 1.38.208.1: #i86352# add options button


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0de6ce27f155532cf527396a325405f6e07266eb]

INTEGRATION: CWS nativeprintdlg01_DEV300 (1.4.146); FILE MERGED 2008/02/22 12:59:59 pl 1.4.146.1: #i86352# add options button


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [53dcea19d916282c4f4cf7853680fc974f40fef5]

INTEGRATION: CWS nativeprintdlg01_DEV300 (1.8.146); FILE MERGED 2008/02/22 12:59:46 pl 1.8.146.1: #i86352# add options button


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e98e55c04b0d14a8ab37deea0ff1aca16a72f127]

INTEGRATION: CWS nativeprintdlg01_DEV300 (1.23.110); FILE MERGED 2008/02/21 21:44:14 pl 1.23.110.1: #i86329# add system print dialog property


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d9dec1dd574c1d3cb0454a333876b5e871a3ffd3]

INTEGRATION: CWS nativeprintdlg01_DEV300 (1.2.222); FILE MERGED 2008/02/22 12:59:46 pl 1.2.222.1: #i86352# add options button


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [71417b6ee729b46c3ece3fb542971361212ddc81]

INTEGRATION: CWS nativeprintdlg01_DEV300 (1.3.110); FILE MERGED 2008/02/21 21:44:14 pl 1.3.110.1: #i86329# add system print dialog property


2008-03-05  Kurt Zenker  <kz@openoffice.org>  [870d9e496c319f00990210784dca41b1f9c1abfb]

INTEGRATION: CWS dlgedresizing_DEV300 (1.23.20.2.6); FILE MERGED 2008/03/04 14:42:16 fs 1.23.20.2.6.1: #i84487# windowResized: take window decoration into account when forwarding the new size to the model


2008-02-29  jobin  <jobin@openoffice.org>  [95015bbd979176be349962a113e775cde62931e8]

reverting back the changes in the file for issue 86571 by Jobin from Collabnet Support -Please ignore


2008-02-29  jobin  <jobin@openoffice.org>  [41f8acbf7b61c6bfaf1cf738e73c88879f1bfe3f]

testing by changing the alignment of an asterix in the file for issue 86571 by Jobin from Collabnet Support -Please ignore


2008-02-27  Oliver Bolte  <obo@openoffice.org>  [6861e188debb45aceb701ad096dc7c41597f3732]

INTEGRATION: CWS vclshowstop15_DEV300 (1.41.144.1.6); FILE MERGED 2008/02/25 16:25:32 pl 1.41.144.1.6.1: #i86327# fix an Xerror in drawAlphaRect, handle xerror in ImplCreate more specific


2008-02-27  Oliver Bolte  <obo@openoffice.org>  [fb5d87098d0c6823f529a105b665de7ddd8021bc]

INTEGRATION: CWS vclshowstop15_DEV300 (1.29.178.1.8); FILE MERGED 2008/02/25 16:25:31 pl 1.29.178.1.8.1: #i86327# fix an Xerror in drawAlphaRect, handle xerror in ImplCreate more specific


2008-02-27  Oliver Bolte  <obo@openoffice.org>  [b7c47ebf869752b5a73ccd0eb5bbf6750d934768]

INTEGRATION: CWS vclshowstop15_DEV300 (1.54.154); FILE MERGED 2008/02/25 16:25:31 pl 1.54.154.1: #i86327# fix an Xerror in drawAlphaRect, handle xerror in ImplCreate more specific


2008-02-27  Oliver Bolte  <obo@openoffice.org>  [ba03c393754e1493d385f7ef4a0659378ed03b25]

INTEGRATION: CWS vclshowstop15_DEV300 (1.42.112.1.8); FILE MERGED 2008/02/25 16:25:31 pl 1.42.112.1.8.1: #i86327# fix an Xerror in drawAlphaRect, handle xerror in ImplCreate more specific


2008-02-27  Oliver Bolte  <obo@openoffice.org>  [c5e9fbab6fd6a49972330bc9e6195aa5581d2975]

INTEGRATION: CWS formpdfexportfix_DEV300 (1.52.46); FILE MERGED 2008/02/25 09:48:27 fs 1.52.46.1: #i86396# ::isVisible/::isEnabled: fall back to the value known in the component infos, when we don't have a peer


2008-02-27  Oliver Bolte  <obo@openoffice.org>  [81207a234fb3a86d9b92a93159a173403e3ab8e8]

INTEGRATION: CWS fwk81_DEV300 (1.10.58); FILE MERGED 2008/01/21 13:42:03 cd 1.10.58.1: #i85363# Initialize member in ResId ctor


2008-02-27  Oliver Bolte  <obo@openoffice.org>  [5b669f6cba216bae90b560281d053c90a696d954]

INTEGRATION: CWS fwk81_DEV300 (1.27.194); FILE MERGED 2008/01/21 14:33:29 pb 1.27.194.1: fix: #i85385# use IsRowSelected() in FillAccessibleStateSetForCell()


2008-02-27  Oliver Bolte  <obo@openoffice.org>  [7a859376ccb7c546ab12baf020f38d2427be3661]

INTEGRATION: CWS fwk81_DEV300 (1.31.170); FILE MERGED 2008/01/21 14:31:34 pb 1.31.170.1: fix: #i85366# initialize eSelMode in initializer list


2008-02-27  Oliver Bolte  <obo@openoffice.org>  [0449455c5aef63f7ce9d27bd68f94dc1052f9ca6]

INTEGRATION: CWS ia64port01_DEV300 (1.5.44); FILE MERGED 2008/02/21 13:32:27 cmc 1.5.44.2: #i84999# for linux at least warn if it happens again 2008/02/21 12:52:49 cmc 1.5.44.1: #i84999# missing DLLEXTENSION


2008-02-26  Oliver Bolte  <obo@openoffice.org>  [425cbc3921268f7e30d246cc27f56e9613671cf1]

INTEGRATION: CWS custommeta (1.8.80); FILE MERGED 2008/02/04 15:25:37 mst 1.8.80.1: - comphelper/inc/comphelper/propstate.hxx,   comphelper/source/property/propstate.cxx:   + new OPropertyStateHelper constructor, taking an IEventNotificationHook


2008-02-26  Oliver Bolte  <obo@openoffice.org>  [26ff469c13272d8c996106fb8bc122584c5aded5]

INTEGRATION: CWS custommeta (1.1.2); FILE ADDED 2008/02/05 10:52:48 mst 1.1.2.1: move service Propertybag from dbaccess to comphelper - comphelper/source/property/opropertybag.{hxx,cxx}:   + move OPropertyBag here (from dbaccess) - comphelper/source/misc/facreg.cxx:   + register PropertyBag service - comphelper/source/property/makefile.mk:   + add opropertybag.cxx


2008-02-26  Oliver Bolte  <obo@openoffice.org>  [4de6ee09052b521d48dc4e4fbf21945b7d4bce85]

INTEGRATION: CWS custommeta (1.1.2); FILE ADDED 2008/02/11 09:43:58 mst 1.1.2.3: - comphelper/source/property/opropertybag.cxx:   + remove use of debug stuff from module tools 2008/02/05 16:43:45 mst 1.1.2.2: - comphelper/source/property/opropertybag.cxx:   + wntmsci11 warning fix 2008/02/05 10:52:48 mst 1.1.2.1: move service Propertybag from dbaccess to comphelper - comphelper/source/property/opropertybag.{hxx,cxx}:   + move OPropertyBag here (from dbaccess) - comphelper/source/misc/facreg.cxx:   + register PropertyBag service - comphelper/source/property/makefile.mk:   + add opropertybag.cxx


2008-02-26  Oliver Bolte  <obo@openoffice.org>  [ceb49c2b531a7b826c3786c906df622fff587434]

INTEGRATION: CWS custommeta (1.15.82); FILE MERGED 2008/02/05 10:52:48 mst 1.15.82.1: move service Propertybag from dbaccess to comphelper - comphelper/source/property/opropertybag.{hxx,cxx}:   + move OPropertyBag here (from dbaccess) - comphelper/source/misc/facreg.cxx:   + register PropertyBag service - comphelper/source/property/makefile.mk:   + add opropertybag.cxx


2008-02-26  Oliver Bolte  <obo@openoffice.org>  [900e47d95b6c38827311b5b713047cef0d0d0560]

INTEGRATION: CWS custommeta (1.2.18); FILE MERGED 2008/01/29 12:46:32 mst 1.2.18.1: - comphelper/inc/comphelper/string.hxx, comphelper/source/misc/string.cxx:   + add two functions convertCommaSeparated


2008-02-26  Oliver Bolte  <obo@openoffice.org>  [82f516e0495458c3f07661ad3d68cee3dcdbce47]

INTEGRATION: CWS custommeta (1.12.24); FILE MERGED 2008/02/05 10:52:47 mst 1.12.24.1: move service Propertybag from dbaccess to comphelper - comphelper/source/property/opropertybag.{hxx,cxx}:   + move OPropertyBag here (from dbaccess) - comphelper/source/misc/facreg.cxx:   + register PropertyBag service - comphelper/source/property/makefile.mk:   + add opropertybag.cxx


2008-02-26  Oliver Bolte  <obo@openoffice.org>  [1771cba2b851bab13ec1332602bda882154c470c]

INTEGRATION: CWS custommeta (1.2.32); FILE MERGED 2008/01/21 12:31:38 mst 1.2.32.1: - comphelper/source/misc/documentinfo.cxx:   + use XDocumentProperties instead of XDocumentInfo


2008-02-26  Oliver Bolte  <obo@openoffice.org>  [d02030cf21144a50e3da8796a6515cccd4eedee2]

INTEGRATION: CWS custommeta (1.2.18); FILE MERGED 2008/01/29 12:46:31 mst 1.2.18.1: - comphelper/inc/comphelper/string.hxx, comphelper/source/misc/string.cxx:   + add two functions convertCommaSeparated


2008-02-26  Oliver Bolte  <obo@openoffice.org>  [ebae6174d27035fd66dd382bc4bede940c621343]

INTEGRATION: CWS custommeta (1.6.158); FILE MERGED 2008/02/04 15:25:36 mst 1.6.158.1: - comphelper/inc/comphelper/propstate.hxx,   comphelper/source/property/propstate.cxx:   + new OPropertyStateHelper constructor, taking an IEventNotificationHook


2008-02-26  Oliver Bolte  <obo@openoffice.org>  [64ac8d24974bad371378dd99709fc0697ade9def]

INTEGRATION: CWS custommeta (1.36.180); FILE MERGED 2008/01/29 13:11:06 mst 1.36.180.1: iinterface change: ODocumentInfoPreview - svtools/inc/DocumentInfoPreview.hxx,   svtools/source/contnr/templwin.{hxx,cxx}:   + ODocumentInfoPreview::fill now takes a XDocumentProperties parameter     instead of XStandaloneDocumentInfo   + SvtFrameWindow_Impl: replace XStandaloneDocumentInfo member with     XDocumentProperties


2008-02-26  Oliver Bolte  <obo@openoffice.org>  [beffecdd2477a61d47c095eefe1568b7b5b8cf72]

INTEGRATION: CWS custommeta (1.79.180); FILE MERGED 2008/01/29 13:11:06 mst 1.79.180.1: iinterface change: ODocumentInfoPreview - svtools/inc/DocumentInfoPreview.hxx,   svtools/source/contnr/templwin.{hxx,cxx}:   + ODocumentInfoPreview::fill now takes a XDocumentProperties parameter     instead of XStandaloneDocumentInfo   + SvtFrameWindow_Impl: replace XStandaloneDocumentInfo member with     XDocumentProperties


2008-02-26  Oliver Bolte  <obo@openoffice.org>  [fb7026d8ca562b1bbd2890d06646cad2ac2b88c5]

INTEGRATION: CWS custommeta (1.5.180); FILE MERGED 2008/01/29 13:11:05 mst 1.5.180.1: iinterface change: ODocumentInfoPreview - svtools/inc/DocumentInfoPreview.hxx,   svtools/source/contnr/templwin.{hxx,cxx}:   + ODocumentInfoPreview::fill now takes a XDocumentProperties parameter     instead of XStandaloneDocumentInfo   + SvtFrameWindow_Impl: replace XStandaloneDocumentInfo member with     XDocumentProperties


2008-02-26  Oliver Bolte  <obo@openoffice.org>  [b9c7eebd8042aa1c777b3a27740bb5c7e4943e1b]

INTEGRATION: CWS custommeta (1.2.8); FILE MERGED 2008/02/05 10:47:26 mst 1.2.8.1: - sax/source/tools/converter.cxx:   + implement Converter::convertDateTime


2008-02-26  Oliver Bolte  <obo@openoffice.org>  [3de15f3c44b2358ca23d00c64629fea8182eeb07]

INTEGRATION: CWS custommeta (1.15.30); FILE MERGED 2008/02/26 10:39:53 mst 1.15.30.2: RESYNC: (1.15-1.16); FILE MERGED 2007/12/07 13:40:15 mst 1.15.30.1: - sax/source/expatwrap/attrlistimpl.{hxx,cxx}:   rename class AttributeListImpl to AttributeList, in preparation for export


2008-02-26  Oliver Bolte  <obo@openoffice.org>  [450aba15ed2905a1db52717d7fda748ee26ee250]

INTEGRATION: CWS custommeta (1.3.48); FILE MERGED 2007/12/07 13:40:15 mst 1.3.48.1: - sax/source/expatwrap/attrlistimpl.{hxx,cxx}:   rename class AttributeListImpl to AttributeList, in preparation for export


2008-02-26  Oliver Bolte  <obo@openoffice.org>  [f8b039f0723a0a9c4c6b1c9b510ef4f11bd35e0d]

INTEGRATION: CWS custommeta (1.6.30); FILE MERGED 2007/12/07 13:40:14 mst 1.6.30.1: - sax/source/expatwrap/attrlistimpl.{hxx,cxx}:   rename class AttributeListImpl to AttributeList, in preparation for export


2008-02-26  Oliver Bolte  <obo@openoffice.org>  [4cc7daf06b0f301448f8343c26782804a40284f7]

INTEGRATION: CWS rt26 (1.49.22); FILE MERGED 2008/02/13 11:20:49 rt 1.49.22.1: #i86065# Other modules meanwhile include apphxx from module soldep. No need to deliver this one nay more.


2008-02-26  Oliver Bolte  <obo@openoffice.org>  [07b8fd9669215dae0c1c41ab987fe9d7adddc2de]

INTEGRATION: CWS rt26 (1.2.202); FILE MERGED 2008/02/13 12:21:45 rt 1.2.202.2: #i86065# Removed quite some defines not needed here, mostly b_server related. 2008/02/13 11:39:14 rt 1.2.202.1: #icleanup path to b_server directory.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [03087422f8cc3c12e698c70624d0fe5790be228d]

INTEGRATION: CWS supdremove02 (1.4.224); FILE MERGED 2008/01/25 16:02:16 rt 1.4.224.1: #i85482# Remove UPD from library names.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [4f1b1555c5e03b8bf9ca3e812d547ff847449081]

INTEGRATION: CWS supdremove02 (1.11.24); FILE MERGED 2008/02/22 12:53:53 rt 1.11.24.2: RESYNC: (1.11-1.12); FILE MERGED 2008/01/28 14:12:52 rt 1.11.24.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [478f756c97dd68b7b3b4e812fb708c9e218d1571]

INTEGRATION: CWS supdremove02 (1.12.74); FILE MERGED 2008/01/28 14:12:51 rt 1.12.74.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [19402a8f45bc40013206d981589550e4ec6d343a]

INTEGRATION: CWS supdremove02 (1.20.34); FILE MERGED 2008/01/29 07:58:19 rt 1.20.34.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [61ae0c98e84e7ba2d82a5e9c837a816a145e67c6]

INTEGRATION: CWS supdremove02 (1.9.124); FILE MERGED 2008/01/28 15:45:04 rt 1.9.124.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [ec09e1c53dcba9800d8ed79d73bce19b47a8fb8e]

INTEGRATION: CWS supdremove02 (1.14.32); FILE MERGED 2008/01/31 13:51:06 rt 1.14.32.1: #i85482# Remove UPD from resource name.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [eb565aa994b7d223f759534f9bbd1a90b4b4a55e]

INTEGRATION: CWS supdremove02 (1.16.36); FILE MERGED 2008/01/28 15:45:04 rt 1.16.36.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [ca4db7a44e02ded43f1d4e9f4f7dd7b60f182716]

INTEGRATION: CWS supdremove02 (1.10.52); FILE MERGED 2008/01/31 13:51:06 rt 1.10.52.1: #i85482# Remove UPD from resource name.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [245b040c7fb45e1316b90f8039503862c201fd73]

INTEGRATION: CWS supdremove02 (1.3.92); FILE MERGED 2008/01/28 15:45:04 rt 1.3.92.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [d6262f909ae98b7abe9555c194cf72c33d0558d2]

INTEGRATION: CWS supdremove02 (1.11.36); FILE MERGED 2008/01/28 15:42:38 rt 1.11.36.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [05d5379ca9eae4ac0fd7adf75a4f201bc9949c67]

INTEGRATION: CWS supdremove02 (1.10.84); FILE MERGED 2008/01/28 15:42:38 rt 1.10.84.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [4c5b5f19aed3b30e2e1843a67f84ae989f49ec97]

INTEGRATION: CWS supdremove02 (1.10.84); FILE MERGED 2008/01/28 15:45:04 rt 1.10.84.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [8ed976ac545aebf4d947a99a845f8c3a20d962d8]

INTEGRATION: CWS supdremove02 (1.11.84); FILE MERGED 2008/01/28 15:42:37 rt 1.11.84.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [5b63b69a6fd020cc1557f1d3174b3f97f36674f1]

INTEGRATION: CWS supdremove02 (1.11.84); FILE MERGED 2008/01/28 15:42:38 rt 1.11.84.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [98bb4739854a56e632a5ac6837ac234dd2f69ae8]

INTEGRATION: CWS supdremove02 (1.12.84); FILE MERGED 2008/01/28 15:45:04 rt 1.12.84.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [acddbadae553a733c0ed6fba007d094e30705000]

INTEGRATION: CWS supdremove02 (1.11.84); FILE MERGED 2008/01/28 15:45:03 rt 1.11.84.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [800d435928f9d761b3e3774c1f1e5d2a6a45607b]

INTEGRATION: CWS supdremove02 (1.11.84); FILE MERGED 2008/01/28 15:42:40 rt 1.11.84.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [9122700335f95b5dfe938de3b20edfd9bdae1116]

INTEGRATION: CWS supdremove02 (1.11.84); FILE MERGED 2008/01/28 15:42:39 rt 1.11.84.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [c1b293d7092caefa8a030d769cbb27d6f0325af0]

INTEGRATION: CWS supdremove02 (1.12.84); FILE MERGED 2008/01/28 15:45:03 rt 1.12.84.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [b8e486593fbc5efec06c1a5751439248c16622b4]

INTEGRATION: CWS supdremove02 (1.9.174); FILE MERGED 2008/01/28 15:45:03 rt 1.9.174.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [e2f5a1bcbf08526413080850f873ba81f290593f]

INTEGRATION: CWS supdremove02 (1.12.84); FILE MERGED 2008/01/28 15:45:02 rt 1.12.84.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [884c1c53dff24d45ad949af143f53a8ac2d5abf0]

INTEGRATION: CWS supdremove02 (1.13.84); FILE MERGED 2008/01/28 15:42:39 rt 1.13.84.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [1bda818d0bb70a2aaae941358aa5af5a9e00e786]

INTEGRATION: CWS supdremove02 (1.33.70); FILE MERGED 2008/01/31 13:51:06 rt 1.33.70.1: #i85482# Remove UPD from resource name.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [cbb08226984fb9303b5bc30c7ab2d93ca0cdf95f]

INTEGRATION: CWS supdremove02 (1.9.130); FILE MERGED 2008/01/31 13:51:06 rt 1.9.130.1: #i85482# Remove UPD from resource name.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [68fd4ed9e92bc0e21769a64ef0acbb88f6660d64]

INTEGRATION: CWS supdremove02 (1.20.14); FILE MERGED 2008/01/31 13:51:06 rt 1.20.14.1: #i85482# Remove UPD from resource name.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [f4c7b3cb1435b3a099acf7b520ec74697c689e56]

INTEGRATION: CWS supdremove02 (1.11.84); FILE MERGED 2008/01/28 15:45:02 rt 1.11.84.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [ea8791a2279cffa4584427a2ffe2937eb6103380]

INTEGRATION: CWS supdremove02 (1.9.130); FILE MERGED 2008/01/31 13:51:05 rt 1.9.130.1: #i85482# Remove UPD from resource name.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [f56324a2dcbb95d7c14112f9b4ad30b01dda90bb]

INTEGRATION: CWS supdremove02 (1.11.84); FILE MERGED 2008/01/28 15:42:39 rt 1.11.84.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [779c1361e0c870731458dd7ce736690655981ad0]

INTEGRATION: CWS supdremove02 (1.18.130); FILE MERGED 2008/01/31 13:51:05 rt 1.18.130.1: #i85482# Remove UPD from resource name.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [8d39e95d817a51d930a90df78fe0de8b07431734]

INTEGRATION: CWS supdremove02 (1.12.84); FILE MERGED 2008/01/28 15:42:39 rt 1.12.84.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [62a0ffef8591da80ec24fb3236601c9f59f38191]

INTEGRATION: CWS supdremove02 (1.8.130); FILE MERGED 2008/01/31 13:51:05 rt 1.8.130.1: #i85482# Remove UPD from resource name.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [75d578f3b56c29280e93b8897ebbb51cd8853e80]

INTEGRATION: CWS supdremove02 (1.3.82); FILE MERGED 2008/01/28 12:15:06 rt 1.3.82.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [b429f671ed6b9f706b63ecdaf199597b120cbc02]

INTEGRATION: CWS supdremove02 (1.63.164); FILE MERGED 2008/01/28 12:15:06 rt 1.63.164.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [ae44c0b73d26410009a8371e9451212f10868e5f]

INTEGRATION: CWS supdremove02 (1.49.176); FILE MERGED 2008/01/31 13:50:47 rt 1.49.176.1: #i85482# Remove UPD from resource name.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [3fc77165cdaff572fcc05b198ac55e3bbdb99b5a]

INTEGRATION: CWS supdremove02 (1.73.94); FILE MERGED 2008/01/31 16:15:02 rt 1.73.94.2: RESYNC: (1.73-1.74); FILE MERGED 2008/01/31 13:50:47 rt 1.73.94.1: #i85482# Remove UPD from resource name.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [63a783d333ef613ba4fdc2ff0bcd4d442c8fefb8]

INTEGRATION: CWS supdremove02 (1.14.200); FILE MERGED 2008/01/31 13:50:47 rt 1.14.200.1: #i85482# Remove UPD from resource name.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [f3045047aaa3cdc3a8a79768a91aee0c46401c71]

INTEGRATION: CWS supdremove02 (1.4.160); FILE MERGED 2008/01/31 13:50:46 rt 1.4.160.1: #i85482# Remove UPD from resource name.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [fd6009ae3c730e25f82014a9da7c05eca1a8b8be]

INTEGRATION: CWS supdremove02 (1.6.26); FILE MERGED 2008/01/29 08:48:56 rt 1.6.26.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [c2de3545f9bf9ca7473d36e8557e89b8a56b0b50]

INTEGRATION: CWS supdremove02 (1.2.188); FILE MERGED 2008/01/31 16:13:23 rt 1.2.188.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/25 15:14:34 rt 1.2.188.1: #i85482# Remove UPD from library names.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [1a81fbdcbd9643e7a08f5cd0adfa65326578b747]

INTEGRATION: CWS supdremove02 (1.6.650); FILE MERGED 2008/01/25 15:14:33 rt 1.6.650.1: #i85482# Remove UPD from library names.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [5bd89890027bf2f045cb3fb7098e2af8936a0cb1]

INTEGRATION: CWS supdremove02 (1.103.66); FILE MERGED 2008/01/31 16:13:16 rt 1.103.66.2: RESYNC: (1.103-1.104); FILE MERGED 2008/01/25 15:14:33 rt 1.103.66.1: #i85482# Remove UPD from library names.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [078430f9a9c4bbc6189c4f3a6af8385bb150db7b]

INTEGRATION: CWS supdremove02 (1.24.124); FILE MERGED 2008/01/25 15:14:33 rt 1.24.124.1: #i85482# Remove UPD from library names.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [cbe3cb2e2e5593478c327579faacadbd3337bd54]

INTEGRATION: CWS supdremove02 (1.21.372); FILE MERGED 2008/02/22 12:51:23 rt 1.21.372.3: RESYNC: (1.22-1.23); FILE MERGED 2008/01/31 16:13:36 rt 1.21.372.2: RESYNC: (1.21-1.22); FILE MERGED 2008/01/25 15:14:33 rt 1.21.372.1: #i85482# Remove UPD from library names.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [80d8a8a907d1cc715b3557dcd762918b242f1eae]

INTEGRATION: CWS supdremove02 (1.22.230); FILE MERGED 2008/01/25 15:14:33 rt 1.22.230.1: #i85482# Remove UPD from library names.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [d35c9daf7503afd13d33cae356b87ade4d44f3ad]

INTEGRATION: CWS supdremove02 (1.36.142); FILE MERGED 2008/01/25 15:14:32 rt 1.36.142.1: #i85482# Remove UPD from library names.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [0058515b5ee455b51a993056977366e9940226b2]

INTEGRATION: CWS supdremove02 (1.54.188); FILE MERGED 2008/01/31 13:50:28 rt 1.54.188.1: #i85482# Remove UPD from resource name.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [89917d68280749e2e756b3b6388dad4c58db96aa]

INTEGRATION: CWS supdremove02 (1.11.18); FILE MERGED 2008/01/28 15:15:16 rt 1.11.18.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [f638f8f2c40d2afd757b36c5a0c95322aa226b5e]

INTEGRATION: CWS supdremove02 (1.3.28); FILE MERGED 2008/01/29 08:51:59 rt 1.3.28.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [8a7f10592cddb963a0e0e8c5549cf0dc9c693781]

INTEGRATION: CWS supdremove02 (1.13.62); FILE MERGED 2008/01/29 09:20:39 rt 1.13.62.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [d8ba6824a9cca7b12c2f68a47bba2e511a0e1524]

INTEGRATION: CWS supdremove02 (1.18.82); FILE MERGED 2008/01/28 14:26:34 rt 1.18.82.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [58ad6cf865246e693671fe08e67703b602d27e3c]

INTEGRATION: CWS supdremove02 (1.3.66); FILE MERGED 2008/01/31 13:48:25 rt 1.3.66.1: #i85482# Remove UPD from resource name.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [5b79d953d5e3abf45a49396c3130386ad151caff]

INTEGRATION: CWS supdremove02 (1.23.12); FILE MERGED 2008/01/28 12:17:05 rt 1.23.12.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [820cbeb5991d9332c7fd69d9712611e7c31fd1a4]

INTEGRATION: CWS supdremove02 (1.5.34); FILE MERGED 2008/01/28 12:17:05 rt 1.5.34.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [89fb5ddca3afaa325c33ee750db90fa86777820b]

INTEGRATION: CWS supdremove02 (1.3.24); FILE MERGED 2008/01/31 13:48:04 rt 1.3.24.1: #i85482# Remove UPD from resource name.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [abf9bff6ab52816015612f2bed3d8428481d0202]

INTEGRATION: CWS supdremove02 (1.19.40); FILE MERGED 2008/01/28 11:13:48 rt 1.19.40.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [1e0037fced606cc76709557f1e857e5c2af6697b]

INTEGRATION: CWS supdremove02 (1.21.50); FILE MERGED 2008/01/31 13:47:19 rt 1.21.50.1: #i85482# Remove UPD from resource name.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [1bf573f2dd241e6225aaf977864cae5f8bfbc8a6]

INTEGRATION: CWS supdremove02 (1.16.36); FILE MERGED 2008/01/31 13:47:11 rt 1.16.36.1: #i85482# Remove UPD from resource name.


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [8b877c78ed492f4f6182cc1040d37a3b702270d3]

INTEGRATION: CWS supdremove02 (1.6.6); FILE MERGED 2008/01/28 14:28:47 rt 1.6.6.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [14c2cc92e7d853f5e2bd6984e15f361b3393bc0b]

INTEGRATION: CWS supdremove02 (1.21.30); FILE MERGED 2008/01/29 08:15:18 rt 1.21.30.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [f3cb12c3783bf24e98100e0075d88240b9c6d128]

INTEGRATION: CWS supdremove02 (1.7.46); FILE MERGED 2008/01/29 08:15:18 rt 1.7.46.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [0720ec0cd45c4c967dcdcca3315b58958115532f]

INTEGRATION: CWS supdremove02 (1.21.78); FILE MERGED 2008/01/28 14:15:15 rt 1.21.78.1: #i85482# Remove UPD from library name


2008-02-25  Oliver Bolte  <obo@openoffice.org>  [057babc6aa22fb52b00546281daf454b5f21c220]

INTEGRATION: CWS supdremove02 (1.6.102); FILE MERGED 2008/01/31 13:46:07 rt 1.6.102.1: #i85482# Remove UPD from resource name.


2008-02-20  Rüdiger Timm  <rt@openoffice.org>  [d773d1556c775a13e3141e12dea3a4503cc359b2]

#i10000# OUStringToOString is namespace rtl


2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [d0da767475e2ebcfe83161de9a35c65cc09b5d0a]

INTEGRATION: CWS calcselection (1.13.382); FILE MERGED 2008/02/05 14:43:13 pl 1.13.382.1: #i85886# add: OutputDevice::supportsOperation


2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [ada986db7828961ab3c2658077ea983b9fe628e5]

INTEGRATION: CWS calcselection (1.26.222); FILE MERGED 2008/02/05 14:43:13 pl 1.26.222.1: #i85886# add: OutputDevice::supportsOperation


2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [d1449d760b4eb704afcd3247012c42f8c8fc5f38]

INTEGRATION: CWS calcselection (1.41.190); FILE MERGED 2008/02/14 14:20:18 nn 1.41.190.2: RESYNC: (1.41-1.42); FILE MERGED 2008/02/05 14:43:15 pl 1.41.190.1: #i85886# add: OutputDevice::supportsOperation


2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [6b3175f33f9722b6b1a085bb5faf0f92cc51e98d]

INTEGRATION: CWS calcselection (1.26.198); FILE MERGED 2008/02/05 14:43:15 pl 1.26.198.1: #i85886# add: OutputDevice::supportsOperation


2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [24e541f6d553a500dc2d2dcae6f36317d3ce74a4]

INTEGRATION: CWS calcselection (1.41.222); FILE MERGED 2008/02/05 14:43:15 pl 1.41.222.1: #i85886# add: OutputDevice::supportsOperation


2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [13b2d77fe722157db44186f8d7a355f5fabb9bf3]

INTEGRATION: CWS calcselection (1.15.222); FILE MERGED 2008/02/05 14:43:15 pl 1.15.222.1: #i85886# add: OutputDevice::supportsOperation


2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [541e2be9ba3986718a9f337229eec97650e4217b]

INTEGRATION: CWS calcselection (1.2.200); FILE MERGED 2008/02/05 14:43:15 pl 1.2.200.1: #i85886# add: OutputDevice::supportsOperation


2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [1d83e43e74be8612e58bc0fb7cec7d6653e7f4a7]

INTEGRATION: CWS calcselection (1.3.122); FILE MERGED 2008/02/05 14:43:15 pl 1.3.122.1: #i85886# add: OutputDevice::supportsOperation


2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [a28558bf1e85ec41daf121087eec3e410e39ad1a]

INTEGRATION: CWS calcselection (1.53.10); FILE MERGED 2008/02/05 14:43:13 pl 1.53.10.1: #i85886# add: OutputDevice::supportsOperation


2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [0f81cb269e6049fb200ab645cddc0b3d926bf378]

INTEGRATION: CWS calcselection (1.5.122); FILE MERGED 2008/02/05 14:43:14 pl 1.5.122.1: #i85886# add: OutputDevice::supportsOperation


2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [704334c22c7a0e7e83335f65271dd4174e79add6]

INTEGRATION: CWS calcselection (1.3.200); FILE MERGED 2008/02/05 14:43:13 pl 1.3.200.1: #i85886# add: OutputDevice::supportsOperation


2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [20baaac73bb5989d07fe6a824d754f9efa7f21d5]

INTEGRATION: CWS calcselection (1.2.296); FILE MERGED 2008/02/05 14:43:13 pl 1.2.296.1: #i85886# add: OutputDevice::supportsOperation


2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [062b406908d701edda070bebc67f3515e458f623]

INTEGRATION: CWS calcselection (1.3.268); FILE MERGED 2008/02/05 14:43:13 pl 1.3.268.1: #i85886# add: OutputDevice::supportsOperation


2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [520efbccfe0b8653abbf7a0937884abee8110409]

INTEGRATION: CWS calcselection (1.66.46); FILE MERGED 2008/02/05 14:43:14 pl 1.66.46.1: #i85886# add: OutputDevice::supportsOperation


2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [e9e2eeb3dc95ecb1f921b3807622986a6b6bf27e]

INTEGRATION: CWS calcselection (1.34.46); FILE MERGED 2008/02/05 14:43:14 pl 1.34.46.1: #i85886# add: OutputDevice::supportsOperation


2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [567158ed589b906019f8e222e83a2e1a20550d63]

INTEGRATION: CWS notes2 (1.119.50); FILE MERGED 2007/12/17 14:48:18 pl 1.119.50.1: #i84655# tweak SetCallHandlersOnInputDisabled


2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [03f40881ef37a89a053f8db809dc4de374708ac0]

INTEGRATION: CWS notes2 (1.26.52); FILE MERGED 2008/01/16 13:11:10 pl 1.26.52.1: #i85293# Add: AlwaysDisableInput


2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [a6e7e7cca9cac66764828e9ca1dac7b02d83f6ae]

INTEGRATION: CWS notes2 (1.270.2); FILE MERGED 2008/01/16 13:11:08 pl 1.270.2.3: #i85293# Add: AlwaysDisableInput 2007/12/17 14:59:46 pl 1.270.2.2: #i84655# fix a PEBCAD 2007/12/17 14:48:18 pl 1.270.2.1: #i84655# tweak SetCallHandlersOnInputDisabled


2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [0b63efe2b1c46247335dcb5cc6a2e36589acdabb]

INTEGRATION: CWS notes2 (1.4.50); FILE MERGED 2008/01/16 13:11:08 pl 1.4.50.2: #i85293# Add: AlwaysDisableInput 2007/12/17 14:48:18 pl 1.4.50.1: #i84655# tweak SetCallHandlersOnInputDisabled


2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [2eccf6cd09cf607f5cb0c7ee51bc6f3533b11b48]

INTEGRATION: CWS notes2 (1.4.52); FILE MERGED 2008/01/16 16:03:44 pl 1.4.52.2: #i85293# 2bit field seems to confuse windows compiler 2008/01/16 13:11:08 pl 1.4.52.1: #i85293# Add: AlwaysDisableInput


2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [b4a4a03fb0b30ab2cba04f84492d5b9b24936696]

INTEGRATION: CWS notes2 (1.2.70); FILE MERGED 2008/01/31 12:24:58 mba 1.2.70.4: warnings fixed 2007/10/06 17:15:15 mod 1.2.70.3: COL_NOTES_SIDEBAR moved to sw 2007/10/05 18:50:23 mod 1.2.70.2: new sidebar color 2007/09/25 21:39:40 mod 1.2.70.1: new colors


2008-02-18  Oliver Bolte  <obo@openoffice.org>  [bba14cf9dc9588bebce3022d0ac425d9a89de225]

#i10000# don't deliver libtests.dylib


2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [bea8c3e798baed92328c285c437067f09da6ff1c]

INTEGRATION: CWS l10ntooling11 (1.9.20); FILE MERGED 2008/02/11 16:52:29 ihi 1.9.20.1: #i85733# skip all sub dirs if the file no_localization is found


2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [2d8fd01b9f3e665a069ac31a90cd72040d19fa74]

INTEGRATION: CWS macosxdnd (1.2.12); FILE MERGED 2008/01/22 18:56:47 tra 1.2.12.2: Fixed merge oversights 2008/01/22 09:57:01 tra 1.2.12.1: #i79620# m243 merge


2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [1cbad9eca08a1c2d6185621fc8239c708ee1d07b]

INTEGRATION: CWS macosxdnd (1.52.2); FILE MERGED 2008/01/22 09:42:11 tra 1.52.2.5: RESYNC: (1.54-1.55); FILE MERGED 2008/01/02 20:40:52 tra 1.52.2.4: #i79620#implement hook methods for DnD bridge 2007/12/14 17:46:57 tra 1.52.2.3: RESYNC: (1.53-1.54); FILE MERGED 2007/11/13 12:16:28 tra 1.52.2.2: RESYNC: (1.52-1.53); FILE MERGED 2007/11/13 10:49:27 tra 1.52.2.1: #i79620# need a native window handle for D&D


2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [49ea0e3150bdb6568cda45f35470df08888dde50]

INTEGRATION: CWS macosxdnd (1.2.12); FILE MERGED 2008/01/22 18:56:46 tra 1.2.12.2: Fixed merge oversights 2008/01/22 09:57:01 tra 1.2.12.1: #i79620# m243 merge


2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [c3bebfc35064f5f25b1f28998d2852149fb696a1]

INTEGRATION: CWS macosxdnd (1.1.2); FILE ADDED 2008/01/04 20:15:38 tra 1.1.2.4: Some cleanup and removal of obsolete files 2008/01/02 20:37:31 tra 1.1.2.3: #i79620# Cocoa based DnD implementation, not perfect yet but we wanna save what we have so far 2007/12/04 21:22:50 tra 1.1.2.2: Clipboard transition to Cocoa 2007/11/13 10:12:15 tra 1.1.2.1: #i79620# experimental Carbon based D&D implementation, no need to optimize - will be replaced by Cocoa version


2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [9f08e0fb54a9e84b74facbc6362c496ad62970c5]

INTEGRATION: CWS macosxdnd (1.11.4); FILE MERGED 2007/12/04 21:22:50 tra 1.11.4.2: Clipboard transition to Cocoa 2007/11/13 10:11:19 tra 1.11.4.1: #i79620# experimental Carbon based D&D implementation, no need to optimize - will be replaced by Cocoa version


2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [ec6eedfe7a0f3d45d0ef70daf539012555a58857]

INTEGRATION: CWS macosxdnd (1.4.4); FILE MERGED 2008/01/02 20:37:31 tra 1.4.4.1: #i79620# Cocoa based DnD implementation, not perfect yet but we wanna save what we have so far


2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [23a57b0ca14d3925006bd3c916871e1bc3e5751b]

INTEGRATION: CWS macosxdnd (1.6.4); FILE MERGED 2008/01/04 20:15:38 tra 1.6.4.3: Some cleanup and removal of obsolete files 2007/12/04 21:22:50 tra 1.6.4.2: Clipboard transition to Cocoa 2007/11/13 10:11:19 tra 1.6.4.1: #i79620# experimental Carbon based D&D implementation, no need to optimize - will be replaced by Cocoa version


2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [bae2733885a8c47e7dd726693b494a3980b35e86]

INTEGRATION: CWS macosxdnd (1.5.4); FILE MERGED 2008/01/04 20:15:38 tra 1.5.4.5: Some cleanup and removal of obsolete files 2008/01/04 19:18:51 tra 1.5.4.4: correct drag action determination 2008/01/02 20:37:31 tra 1.5.4.3: #i79620# Cocoa based DnD implementation, not perfect yet but we wanna save what we have so far 2007/12/04 21:22:50 tra 1.5.4.2: Clipboard transition to Cocoa 2007/11/13 10:11:19 tra 1.5.4.1: #i79620# experimental Carbon based D&D implementation, no need to optimize - will be replaced by Cocoa version


2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [646e0e9dc6d453e7516ed6d29a1c90e8f31c31f2]

INTEGRATION: CWS macosxdnd (1.2.4); FILE MERGED 2007/12/04 21:22:50 tra 1.2.4.2: Clipboard transition to Cocoa 2007/11/13 10:11:19 tra 1.2.4.1: #i79620# experimental Carbon based D&D implementation, no need to optimize - will be replaced by Cocoa version


2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [ef8b4385f37695e705bc0138ec760161d8e39d03]

INTEGRATION: CWS macosxdnd (1.2.4); FILE MERGED 2008/01/21 19:37:48 tra 1.2.4.3: Make code warning free, add support for FileList data type 2007/12/04 21:22:50 tra 1.2.4.2: Clipboard transition to Cocoa 2007/11/13 10:11:19 tra 1.2.4.1: #i79620# experimental Carbon based D&D implementation, no need to optimize - will be replaced by Cocoa version


2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [20831fcb863a48a11c047a18e84e2241f1dc255c]

INTEGRATION: CWS macosxdnd (1.1.2); FILE ADDED 2008/01/21 19:37:48 tra 1.1.2.7: Make code warning free, add support for FileList data type 2008/01/05 14:12:12 tra 1.1.2.6: More sophisticated default action determination 2008/01/04 20:15:38 tra 1.1.2.5: Some cleanup and removal of obsolete files 2008/01/04 19:18:51 tra 1.1.2.4: correct drag action determination 2008/01/03 21:11:15 tra 1.1.2.3: Improved drag action selection 2008/01/02 20:37:31 tra 1.1.2.2: #i79620# Cocoa based DnD implementation, not perfect yet but we wanna save what we have so far 2007/11/13 10:11:19 tra 1.1.2.1: #i79620# experimental Carbon based D&D implementation, no need to optimize - will be replaced by Cocoa version


2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [e8da58ba6c54c3aceb8a78a5b305e2a6070bc766]

INTEGRATION: CWS macosxdnd (1.1.2); FILE ADDED 2008/01/30 06:02:19 obr 1.1.2.10: WaE: initialize tmp 2008/01/25 19:59:42 tra 1.1.2.9: no debug ouput on console 2008/01/21 19:37:48 tra 1.1.2.8: Make code warning free, add support for FileList data type 2008/01/05 19:57:03 tra 1.1.2.7: Finally supporting NSDragOperationGeneric (command key pressed during D&D) which now hopefully satisfies all parties 2008/01/05 14:12:12 tra 1.1.2.6: More sophisticated default action determination 2008/01/04 20:15:37 tra 1.1.2.5: Some cleanup and removal of obsolete files 2008/01/04 19:18:51 tra 1.1.2.4: correct drag action determination 2008/01/03 21:11:15 tra 1.1.2.3: Improved drag action selection 2008/01/02 20:37:31 tra 1.1.2.2: #i79620# Cocoa based DnD implementation, not perfect yet but we wanna save what we have so far 2007/11/13 10:11:19 tra 1.1.2.1: #i79620# experimental Carbon based D&D implementation, no need to optimize - will be replaced by Cocoa version


2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [bebf7958074838d8e9ad786349d5a4def0eb016b]

INTEGRATION: CWS macosxdnd (1.1.2); FILE ADDED 2007/11/13 10:11:19 tra 1.1.2.1: #i79620# experimental Carbon based D&D implementation, no need to optimize - will be replaced by Cocoa version


2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [7bb783c434b35a9dc59762315bfb9a7ad9994e42]

INTEGRATION: CWS macosxdnd (1.1.2); FILE ADDED 2008/01/21 19:37:48 tra 1.1.2.3: Make code warning free, add support for FileList data type 2008/01/02 20:37:31 tra 1.1.2.2: #i79620# Cocoa based DnD implementation, not perfect yet but we wanna save what we have so far 2007/11/13 10:11:19 tra 1.1.2.1: #i79620# experimental Carbon based D&D implementation, no need to optimize - will be replaced by Cocoa version


2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [f9cf13e4cd7f3021a4b6919b1822f208d2d57b61]

INTEGRATION: CWS macosxdnd (1.1.2); FILE ADDED 2008/01/30 06:02:18 obr 1.1.2.9: WaE: initialize tmp 2008/01/21 19:37:48 tra 1.1.2.8: Make code warning free, add support for FileList data type 2008/01/05 19:57:03 tra 1.1.2.7: Finally supporting NSDragOperationGeneric (command key pressed during D&D) which now hopefully satisfies all parties 2008/01/05 14:12:12 tra 1.1.2.6: More sophisticated default action determination 2008/01/04 20:15:37 tra 1.1.2.5: Some cleanup and removal of obsolete files 2008/01/03 21:11:15 tra 1.1.2.4: Improved drag action selection 2008/01/02 20:37:30 tra 1.1.2.3: #i79620# Cocoa based DnD implementation, not perfect yet but we wanna save what we have so far 2007/12/04 21:22:50 tra 1.1.2.2: Clipboard transition to Cocoa 2007/11/13 10:11:19 tra 1.1.2.1: #i79620# experimental Carbon based D&D implementation, no need to optimize - will be replaced by Cocoa version


2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [1703b523e46a91c051e33023e9567ac302baf23a]

INTEGRATION: CWS macosxdnd (1.1.2); FILE ADDED 2008/01/02 20:37:30 tra 1.1.2.2: #i79620# Cocoa based DnD implementation, not perfect yet but we wanna save what we have so far 2007/11/13 10:11:19 tra 1.1.2.1: #i79620# experimental Carbon based D&D implementation, no need to optimize - will be replaced by Cocoa version


2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [cda9ac91e60d93c26e79a22c9af5f8a54d8847b8]

INTEGRATION: CWS macosxdnd (1.1.2); FILE ADDED 2008/01/05 19:57:03 tra 1.1.2.4: Finally supporting NSDragOperationGeneric (command key pressed during D&D) which now hopefully satisfies all parties 2008/01/03 21:11:15 tra 1.1.2.3: Improved drag action selection 2008/01/02 20:37:30 tra 1.1.2.2: #i79620# Cocoa based DnD implementation, not perfect yet but we wanna save what we have so far 2007/11/13 10:11:18 tra 1.1.2.1: #i79620# experimental Carbon based D&D implementation, no need to optimize - will be replaced by Cocoa version


2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [69fec35b1e33b977683de7e87e8b599a1e8c83f1]

INTEGRATION: CWS macosxdnd (1.2.4); FILE MERGED 2008/01/21 19:37:48 tra 1.2.4.4: Make code warning free, add support for FileList data type 2008/01/02 20:37:30 tra 1.2.4.3: #i79620# Cocoa based DnD implementation, not perfect yet but we wanna save what we have so far 2007/12/04 21:22:50 tra 1.2.4.2: Clipboard transition to Cocoa 2007/11/13 10:11:18 tra 1.2.4.1: #i79620# experimental Carbon based D&D implementation, no need to optimize - will be replaced by Cocoa version


2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [5c67d1a9d762de398750dc3bdfb3803a008500ab]

INTEGRATION: CWS macosxdnd (1.78.22); FILE MERGED 2007/11/13 12:15:59 tra 1.78.22.2: RESYNC: (1.78-1.79); FILE MERGED 2007/11/13 10:44:31 tra 1.78.22.1: #i79620#do not release Solar mutex in StartDrag method because we have to excute 'XDragSource::startDrag' synchronously in the main thread otherwise we would not get any drag system events


2008-02-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd97618591f471c167c144246058f0ca5e4e2707]

#i10000#: fixed broken binary


2008-02-13  Vladimir Glazounov  <vg@openoffice.org>  [af9c83ee43d2e882b9047380c3c8b282be1ef33d]

#i10000# get rid of warning


2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [cd88a1c9af2e46cbc9b82d53b9783f6f0a4b942a]

INTEGRATION: CWS aw054 (1.15.34); FILE MERGED 2007/11/05 19:24:06 aw 1.15.34.1: #i82966# fallback to default renderer instead of returning NULL


2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [5bb47d463139a03bd903fa39e3c49152aae340cd]

INTEGRATION: CWS aw054 (1.1.2); FILE ADDED 2008/02/08 15:44:21 thb 1.1.2.1: #i83695# Made unit test execute during normal builds


2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [a3aaa17146199c7c499ec05a3df04029b69c07c6]

INTEGRATION: CWS aw054 (1.4.76); FILE MERGED 2008/02/11 14:02:33 thb 1.4.76.3: #i83695# Sanitized link line 2008/02/10 22:28:57 thb 1.4.76.2: #i83695# tools not yet built here - removing, and superfluous anyway 2008/02/08 15:44:21 thb 1.4.76.1: #i83695# Made unit test execute during normal builds


2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [676d42a6e1ffeaa3cef1951752e90a83f7bc5c16]

INTEGRATION: CWS aw054 (1.9.18); FILE MERGED 2007/11/16 13:50:13 aw 1.9.18.1: #i83695# added unit tests for B2DHomMatrix::decompose()


2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [2b6c4d66743e0da7b537f81436e48a7bd37042a1]

INTEGRATION: CWS aw054 (1.14.18); FILE MERGED 2007/12/03 19:27:16 aw 1.14.18.2: #i81852# re-added and extended the bezier tangent extension, added always isolating opposite-directed neutral polygons, corrected impLeftOfEdges test 2007/11/30 12:30:39 aw 1.14.18.1: #i81852# fixed topology behaviour in the polygon cutter


2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [3d531eed8e9f6db3e568f1d80a6e3bd028ec5f55]

INTEGRATION: CWS aw054 (1.17.22); FILE MERGED 2007/12/03 09:41:21 aw 1.17.22.2: RESYNC: (1.17-1.18); FILE MERGED 2007/11/16 12:11:04 aw 1.17.22.1: #i83695# new version of B2DHomMatrix::decompose()


2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [18e964cc3247fb8e4596fe291e959c06deb265d3]

INTEGRATION: CWS aw054 (1.10.42); FILE MERGED 2008/02/11 14:04:22 thb 1.10.42.2: #i83695# Missing cppunit dependency 2008/02/08 15:43:11 thb 1.10.42.1: #i#


2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [d09e71d33b11f117bdd37f80e2dcc7d3fc946e5f]

INTEGRATION: CWS obr07 (1.21.366); FILE MERGED 2008/01/24 20:29:24 obr 1.21.366.1: moved macosxrc to vcl/unx/source/gdi


2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [3ccb18bc9fc64a5c038a9ed70af68e2ce7e5c0f1]

INTEGRATION: CWS obr07 (1.1.2); FILE ADDED 2008/01/24 20:29:24 obr 1.1.2.1: moved macosxrc to vcl/unx/source/gdi


2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [9dce2e060fcce9a00570107aa611928e58ac6baf]

INTEGRATION: CWS obr07 (1.57.24); FILE MERGED 2008/01/24 20:29:24 obr 1.57.24.2: moved macosxrc to vcl/unx/source/gdi 2008/01/24 13:57:30 obr 1.57.24.1: moved MacOS X specific resources (cursor/nib) to vcl/aqua


2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [4f1260acdeb815165391fe2d75d8b3c064adaba9]

INTEGRATION: CWS obr07 (1.56.22); FILE MERGED 2008/01/24 13:57:30 obr 1.56.22.1: moved MacOS X specific resources (cursor/nib) to vcl/aqua


2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [c7f8dd3204c4d9d8fe567d001973124499e8ce93]

INTEGRATION: CWS obr07 (1.1.2); FILE ADDED 2008/01/24 13:57:30 obr 1.1.2.1: moved MacOS X specific resources (cursor/nib) to vcl/aqua


2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [30ed967448fb8dd9e9463b18c49ca370c410ecbb]

INTEGRATION: CWS obr07 (1.1.2); FILE ADDED 2008/01/24 13:57:29 obr 1.1.2.1: moved MacOS X specific resources (cursor/nib) to vcl/aqua


2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [e659ba6af7731e2d2aaca10a68cde7e3ed44877f]

INTEGRATION: CWS obr07 (1.1.2); FILE ADDED 2008/01/24 13:57:28 obr 1.1.2.1: moved MacOS X specific resources (cursor/nib) to vcl/aqua


2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [1fce54281248e2fb15581bfc6240017afc6906da]

INTEGRATION: CWS obr07 (1.1.2); FILE ADDED 2008/01/24 13:57:27 obr 1.1.2.1: moved MacOS X specific resources (cursor/nib) to vcl/aqua


2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [dddc4728a482794e318a57953cfe428fb9168aa8]

INTEGRATION: CWS obr07 (1.1.2); FILE ADDED 2008/01/24 13:57:26 obr 1.1.2.1: moved MacOS X specific resources (cursor/nib) to vcl/aqua


2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [97cb71b25365d1b4e7c898d3aa7d36bef8d25b71]

INTEGRATION: CWS sw8u10stopper_SRC680 (1.15.4.1.2); FILE MERGED 2008/01/31 08:42:09 ama 1.15.4.1.2.2: Fix #i85684#: Typo 2008/01/31 07:50:34 ama 1.15.4.1.2.1: Fix #i85684#: Loop with special chars in replacement


2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [3263ec38442d34d244417c1a620accd316cac233]

INTEGRATION: CWS vclshowstop13_SRC680 (1.148.94.1.16); FILE MERGED 2008/02/04 10:57:09 pl 1.148.94.1.16.1: #i85850# fix AltGr handling


2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [317ce4a73079447d896f4388dd4d367f6ceec8f3]

INTEGRATION: CWS xmlencl10n_SRC680 (1.39.26); FILE MERGED 2008/02/01 16:29:59 ihi 1.39.26.1: #i85797# wrong encoding from xrb to property files


2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [fc036be37a10d21e553fb2f70da15a056ec4a17d]

INTEGRATION: CWS hro29_SRC680 (1.27.2.1.2); FILE MERGED 2008/02/06 17:30:43 hdu 1.27.2.1.2.1: #i85462# avoid AppFont usage to prevent crashes on older libfontconfig versions


2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [5b8682b1fabd32fa1600fd0811ebe29c6c505b77]

INTEGRATION: CWS xmlencl10n_SRC680 (1.24.34); FILE MERGED 2008/02/01 16:29:41 ihi 1.24.34.1: #i85797# wrong encoding from xrb to property files


2008-02-06  Ivo Hinkelmann  <ihi@openoffice.org>  [8ac7cf8c9c71ac48362135c418da73b0e19c4ab1]

#i10000# master fix , build fix


2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [1d6b391b5ae7679c844b40310c9c8ff19f6b2274]

INTEGRATION: CWS l10ntooling09 (1.6.32); FILE MERGED 2007/12/27 15:12:20 gh 1.6.32.1: create output file only if needed to avoid 0 byte length files


2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [305a898dc980a17deddece7dd3c909120622feb7]

INTEGRATION: CWS l10ntooling09 (1.26.20); FILE MERGED 2007/12/27 15:12:20 gh 1.26.20.1: create output file only if needed to avoid 0 byte length files


2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [c7c72ebb0105886a81802a3b9778eee67f93d56b]

INTEGRATION: CWS l10ntooling10 (1.19.18); FILE MERGED 2008/01/04 13:11:03 ihi 1.19.18.1: #i84991# Fixed several nfs multi plattform build issues


2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e6a55577f5da1891625bf243a7b5c1554c82a21b]

INTEGRATION: CWS l10ntooling10 (1.17.12); FILE MERGED 2008/01/04 13:11:03 ihi 1.17.12.1: #i84991# Fixed several nfs multi plattform build issues


2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [5480ce3bad25da18c3a648f8ee13e89904563b65]

INTEGRATION: CWS l10ntooling10 (1.11.26); FILE MERGED 2008/01/04 13:11:03 ihi 1.11.26.1: #i84991# Fixed several nfs multi plattform build issues


2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [8e56b6fce18c2ccdff16e18d244dcba68c648b29]

INTEGRATION: CWS l10ntooling10 (1.39.18); FILE MERGED 2008/01/04 13:11:03 ihi 1.39.18.1: #i84991# Fixed several nfs multi plattform build issues


2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [973ad019be12fb09d358da3ecb3c4f1b86590b39]

INTEGRATION: CWS l10ntooling10 (1.24.26); FILE MERGED 2008/01/04 13:11:03 ihi 1.24.26.1: #i84991# Fixed several nfs multi plattform build issues


2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [3600e5976805f33efc5d2327d0ede77311d69554]

INTEGRATION: CWS fwk83_SRC680 (1.41.152); FILE MERGED 2008/01/21 12:07:42 pl 1.41.152.1: #i85321# fix a leak (thanks cmc)


2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [f1105547478a634e8345a68120ec54d2c9b7703e]

INTEGRATION: CWS fwk83_SRC680 (1.5.120); FILE MERGED 2008/01/18 09:56:22 obr 1.5.120.1: #i74943# create wrappers also for non-transient object that do not implement XAccessibleEventBroadcaster and avoid exceptions in getText


2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [9bdbdaf50b91ee4102d6d6d868b0aa2f2e7c44cf]

INTEGRATION: CWS fwk83_SRC680 (1.7.186); FILE MERGED 2008/01/30 12:40:39 obr 1.7.186.2: fix for fedora tinderbox (64bit) 2008/01/15 23:49:28 obr 1.7.186.1: #i70872# create wrapper for toolbox items that change state


2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e3bf26140e7a9915dbc34bad6bc0b859be31cdeb]

INTEGRATION: CWS fwk83_SRC680 (1.7.186); FILE MERGED 2008/01/18 09:56:22 obr 1.7.186.1: #i74943# create wrappers also for non-transient object that do not implement XAccessibleEventBroadcaster and avoid exceptions in getText


2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [f00ae0232ce193f0d517b90a39958cdbf381025f]

INTEGRATION: CWS fwk83_SRC680 (1.51.160); FILE MERGED 2008/01/14 14:35:26 cd 1.51.160.1: #i70872# Added VCLEVENT_TOOLBOX_BUTTONCHANGED to notify accessibility implementation that an action happens to a toolbox button


2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [aba797116e3a7af5fc01b10dc67b8190c40ec1a9]

INTEGRATION: CWS fwk83_SRC680 (1.2.262); FILE MERGED 2008/01/14 14:35:26 cd 1.2.262.1: #i70872# Added VCLEVENT_TOOLBOX_BUTTONCHANGED to notify accessibility implementation that an action happens to a toolbox button


2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a408be8577a452d602bcef115b4bca75bc807fdc]

INTEGRATION: CWS registerlater_SRC680 (1.5.402); FILE MERGED 2008/01/24 08:57:54 pb 1.5.402.1: fix: #i85445# added removeReminder(), hasReminderDateCome()


2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [74a6bc243a1a01f579332bb013e0b5a069fcac99]

INTEGRATION: CWS registerlater_SRC680 (1.4.726); FILE MERGED 2008/01/24 08:56:56 pb 1.4.726.1: fix: #i85445# added removeReminder(), hasReminderDateCome()


2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [42656f2024e6637a2879ec25a1e07e942747131b]

INTEGRATION: CWS vclshowstop12_SRC680 (1.157.52.2.4); FILE MERGED 2008/01/23 10:18:37 pl 1.157.52.2.4.1: merge from fwk83


2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [d897d7239bc392b144d406837c6537a654894fa7]

INTEGRATION: CWS vclshowstop12_SRC680 (1.61.106.1.8); FILE MERGED 2008/01/23 10:46:59 pl 1.61.106.1.8.1: #i85502# repair old ControlMod handling


2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [fd6ab1dec9fbff2264ab772658d9a0e6f0d6bd4f]

INTEGRATION: CWS vclshowstop12_SRC680 (1.24.178.1.8); FILE MERGED 2008/01/23 10:46:59 pl 1.24.178.1.8.1: #i85502# repair old ControlMod handling


2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [d8f6f9cf71d956b55c2ac99be4df8bd3dac7e298]

INTEGRATION: CWS vclshowstop12_SRC680 (1.22.152.1.8); FILE MERGED 2008/01/23 10:46:59 pl 1.22.152.1.8.1: #i85502# repair old ControlMod handling


2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [32fffdaa12815b7cda9ef69ea96a3f786ebd2833]

INTEGRATION: CWS vclshowstop12_SRC680 (1.90.104.2.8); FILE MERGED 2008/01/23 10:46:59 pl 1.90.104.2.8.1: #i85502# repair old ControlMod handling


2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a5a137628f885f32922d64cb04ad8ccea2bbf02e]

INTEGRATION: CWS nofc4sols_SRC680 (1.149.54); FILE MERGED 2008/01/22 16:18:10 hdu 1.149.54.1: #i85483# implement support for SAL_DISABLE_FC_SUBST


2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [110bf25682f539c0bd61351d13c6a5f8e80e013b]

INTEGRATION: CWS gfb4win_SRC680 (1.234.8.1.2); FILE MERGED 2008/01/28 16:45:11 hdu 1.234.8.1.2.1: #i85591# prevent wrong cache hits for OOo generic glyph fallback


2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [b8f93422cd45c362259cefa87323ea3efeba9b54]

INTEGRATION: CWS gcc430two (1.60.64); FILE MERGED 2008/01/28 09:53:11 rene 1.60.64.1: more gcc 4.3.0 things


2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [88dc2c7dcde10a09d2cb7875a790cc78781de5e4]

INTEGRATION: CWS gcc430two (1.4.36); FILE MERGED 2008/01/28 09:53:11 rene 1.4.36.1: more gcc 4.3.0 things


2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a6e92c8fddf3756cfc265793a20769329b96227f]

INTEGRATION: CWS gcc430two (1.37.452); FILE MERGED 2008/01/28 09:53:12 rene 1.37.452.1: more gcc 4.3.0 things


2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [282d4686c4ab9146ec317e161d263d3150bfbc6d]

INTEGRATION: CWS gcc430two (1.10.18); FILE MERGED 2008/01/28 09:53:07 rene 1.10.18.1: more gcc 4.3.0 things


2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [279e5b00ed3146a8abc2ce677f1afff6cfe53520]

INTEGRATION: CWS gcc430two (1.13.128); FILE MERGED 2008/01/28 09:53:07 rene 1.13.128.1: more gcc 4.3.0 things


2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [cab28a81c9a3dd995eff0728b26b11507b1a414b]

INTEGRATION: CWS gcc430two (1.28.22); FILE MERGED 2008/01/28 09:53:06 rene 1.28.22.1: more gcc 4.3.0 things


2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f0e4d483c082ecbfad01d9b107c2a981cf511c2f]

INTEGRATION: CWS gcc430two (1.2.4); FILE MERGED 2008/01/28 09:53:10 rene 1.2.4.1: more gcc 4.3.0 things


2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [82218805f98c327b2614f3945c4d66f2c5e4ca7f]

INTEGRATION: CWS gcc430two (1.15.38); FILE MERGED 2008/01/28 09:53:10 rene 1.15.38.1: more gcc 4.3.0 things


2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [bd6adf324867cdb22fea0fb65aff2f24911b0341]

INTEGRATION: CWS gcc430two (1.29.98); FILE MERGED 2008/01/28 09:53:09 rene 1.29.98.1: more gcc 4.3.0 things


2008-02-01  Vladimir Glazounov  <vg@openoffice.org>  [290ab0325e4608bb436e449fb9ec3e89d511fb4b]

new version for OOH680


2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [036a335288cdddde12c8a56573e414b006b9fc27]

#i10000# For now better suppress warnings.


2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [0702732e61c0961890b710a06d6bf573ca75a222]

INTEGRATION: CWS dba24d (1.40.14); FILE MERGED 2007/12/01 13:42:45 fs 1.40.14.2: RESYNC: (1.40-1.41); FILE MERGED 2007/11/22 13:05:22 fs 1.40.14.1: #i81658# +legacysingletonfactory


2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [ee35ef44bbac004e1cea81e4ba2b3101a99d8540]

INTEGRATION: CWS dba24d (1.1.2); FILE ADDED 2007/11/22 13:04:27 fs 1.1.2.1: allow to use old-style singletons together with new-style singletongs


2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [da4f5f52ddc94582b47719639ea7453cd735dc23]

INTEGRATION: CWS dba24d (1.4.126); FILE MERGED 2007/11/29 12:54:51 fs 1.4.126.1: added link to Wiki docu


2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [dcb960c3b136dae14a557a07ed580bad9da4a835]

INTEGRATION: CWS dba24d (1.1.2); FILE ADDED 2007/11/22 13:04:08 fs 1.1.2.1: allow to use old-style singletons together with new-style singletongs


2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [b6705c7689a8d421a4e382e27f7317300d6ec6af]

INTEGRATION: CWS dba24d (1.5.58); FILE MERGED 2007/11/22 13:03:25 fs 1.5.58.1: #i81658# +OLegacySingleRegistration


2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [b653e74c5c3556c640ba2c9dcef1e7ee693df922]

INTEGRATION: CWS dba24d (1.4.64); FILE MERGED 2007/11/19 09:52:29 fs 1.4.64.2: #i81658# +ctor/set taking UNO_SET_THROW 2007/11/14 08:18:25 fs 1.4.64.1: support for UNO_SET_THROW


2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [c1d70a6d13504827059b0de42ef864b5eaaa80ab]

INTEGRATION: CWS dba24d (1.3.30); FILE MERGED 2007/11/22 13:03:05 fs 1.3.30.1: #i81658# +OLegacySingleRegistration


2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [686861c572d0c4963bd59bd2249e62403d6a7407]

#i10000#: disable use of dpms on SOLARIS (as done on mws_ooh680).


2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [2598344a972583f5407129370c95fc787967eb88]

INTEGRATION: CWS dba24d (1.44.130); FILE MERGED 2007/11/19 11:53:12 fs 1.44.130.1: #i83422# InsertHandleColumn: 0 is explicitly an allowed width (the setting to a default width got introduced with the warning-free code changes, without any justification)


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [f09aadf5e071b1d6c96efe26ae9024c5b8977d37]

INTEGRATION: CWS oj30 (1.12.106); FILE MERGED 2008/01/15 06:00:42 oj 1.12.106.1: #i85085# remove std


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [d84d3faa297e6a570e8de63a0f9068f9dcaacfde]

INTEGRATION: CWS fwk82_SRC680 (1.9.52); FILE MERGED 2008/01/09 10:38:20 mav 1.9.52.1: #152841# check the size


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [809a37f0ed10dae8cb508f5e9b281710a74007a2]

INTEGRATION: CWS vcl85_SRC680 (1.2.136); FILE MERGED 2008/01/09 08:53:13 sb 1.2.136.1: #i85099# Fix silent merge conflict from CWS sb71 and CWS mergesvp.


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [dda175a256c4831899f1f68238f40334d5915b73]

INTEGRATION: CWS vcl85_SRC680 (1.100.54); FILE MERGED 2007/12/21 13:06:27 pl 1.100.54.2: RESYNC: (1.100-1.103); FILE MERGED 2007/12/03 16:40:32 pl 1.100.54.1: #i84179# remove libsn


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [5fab1d881b79db6a11d44b702f26eb545371d617]

INTEGRATION: CWS vcl85_SRC680 (1.219.94); FILE MERGED 2007/12/13 12:06:34 pl 1.219.94.2: #i81311# limit to screen size only sizeable windows 2007/12/12 15:36:41 pl 1.219.94.1: #i84399# add DPMS extension support (thanks cosine)


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [8cf4899253bebc62c88af321168d63ac180a874b]

INTEGRATION: CWS vcl85_SRC680 (1.149.16); FILE MERGED 2007/12/21 14:36:57 pl 1.149.16.1: #i84679# fix a mess


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [a674d922d3925414a35dd0e2f62f34006740cd45]

INTEGRATION: CWS vcl85_SRC680 (1.29.162); FILE MERGED 2008/01/08 16:30:59 pl 1.29.162.1: #i82997# catch bad alloc exception


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [b6e9fcce609239f0193aeeadc730c2d41512d7d8]

INTEGRATION: CWS vcl85_SRC680 (1.21.326); FILE MERGED 2008/01/08 16:30:59 pl 1.21.326.1: #i82997# catch bad alloc exception


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [144045cfec1ca9636e4cf7d87b89d7c1c3799b9c]

INTEGRATION: CWS vcl85_SRC680 (1.67.96); FILE MERGED 2008/01/08 11:26:13 pl 1.67.96.1: #i80971# protect against invalid atoms


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [68e1a3fa1e205467ea389a9581bb7ae1a63e93e2]

INTEGRATION: CWS vcl85_SRC680 (1.91.130); FILE MERGED 2007/12/03 16:40:31 pl 1.91.130.1: #i84179# remove libsn


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [4a5b35c908b8af1e40c7969401daa7f73d30ff52]

INTEGRATION: CWS vcl85_SRC680 (1.28.132); FILE MERGED 2007/12/03 16:40:31 pl 1.28.132.1: #i84179# remove libsn


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [2a4323e35a5185899aa7c91bc6eacfccc3d2c8ad]

INTEGRATION: CWS vcl85_SRC680 (1.18.316); FILE MERGED 2007/12/03 16:40:31 pl 1.18.316.1: #i84179# remove libsn


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [f3574d7cee32bdc3c93dba02a10a200ea530cd17]

INTEGRATION: CWS vcl85_SRC680 (1.30.94); FILE MERGED 2008/01/16 12:13:53 obr 1.30.94.1: #i78117# need to skip the frame window UNO accessible in any case


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [992e49e7ff0df31c28ce4cc383e31c358b772ac2]

INTEGRATION: CWS vcl85_SRC680 (1.42.96); FILE MERGED 2007/12/03 16:40:31 pl 1.42.96.1: #i84179# remove libsn


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [ad9204b7dfd792def500e2b0a58c8326d9ae9a22]

INTEGRATION: CWS vcl85_SRC680 (1.71.70); FILE MERGED 2008/01/16 12:13:53 obr 1.71.70.3: #i78117# need to skip the frame window UNO accessible in any case 2007/12/21 13:06:39 pl 1.71.70.2: RESYNC: (1.71-1.72); FILE MERGED 2007/12/13 15:30:31 pl 1.71.70.1: #i80791# use correct owner events parameter in SetPointer


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [517e4b442b4418672e1cbc6c947af21cea7e5fb9]

INTEGRATION: CWS vcl85_SRC680 (1.35.162); FILE MERGED 2007/12/03 16:40:30 pl 1.35.162.1: #i84179# remove libsn


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [696a99bb4587aef58c5318fdbc199d63465c21b1]

INTEGRATION: CWS vcl85_SRC680 (1.4.28); FILE MERGED 2007/12/04 20:47:13 obr 1.4.28.1: #i78117# multiple wrappers for root pane created


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [cf89d8dc102f22106e818f5f06ddbfdc6db91079]

INTEGRATION: CWS vcl85_SRC680 (1.5.96); FILE MERGED 2007/12/04 20:47:13 obr 1.5.96.1: #i78117# multiple wrappers for root pane created


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [421a23ad9917ced43dc6a44f891f86d0a6ef21a0]

INTEGRATION: CWS vcl85_SRC680 (1.5.336); FILE MERGED 2007/12/04 20:47:13 obr 1.5.336.1: #i78117# multiple wrappers for root pane created


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [5d1449e9c9e5304982a61f738ed08638f63faaeb]

INTEGRATION: CWS vcl85_SRC680 (1.1.2); FILE ADDED 2007/12/04 20:47:13 obr 1.1.2.1: #i78117# multiple wrappers for root pane created


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [a89e68e59e5875d666af9538b9640638e8e6575f]

INTEGRATION: CWS vcl85_SRC680 (1.6.42); FILE MERGED 2007/12/04 20:47:13 obr 1.6.42.1: #i78117# multiple wrappers for root pane created


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [2c84ee7035a94eca87455721d0f0d4a7be953f85]

INTEGRATION: CWS vcl85_SRC680 (1.3.404); FILE MERGED 2008/01/16 12:13:52 obr 1.3.404.2: #i78117# need to skip the frame window UNO accessible in any case 2007/12/04 20:47:13 obr 1.3.404.1: #i78117# multiple wrappers for root pane created


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [769298b2ccecae0ee27089354cb9b76a4402d9d0]

INTEGRATION: CWS vcl85_SRC680 (1.119.14); FILE MERGED 2007/12/04 17:20:49 pl 1.119.14.1: #i77170# better quickhelp behaviour


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [4ea465882395c8fd86644ea572ecd1a612d28dd0]

INTEGRATION: CWS vcl85_SRC680 (1.266.12); FILE MERGED 2007/12/21 14:36:56 pl 1.266.12.3: #i84679# fix a mess 2007/12/21 13:06:35 pl 1.266.12.2: RESYNC: (1.266-1.270); FILE MERGED 2007/12/04 17:20:49 pl 1.266.12.1: #i77170# better quickhelp behaviour


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [021fc2472b0520d58bb37a5fc8fb8369375494b6]

INTEGRATION: CWS vcl85_SRC680 (1.51.136); FILE MERGED 2008/01/09 17:07:08 pl 1.51.136.1: #i78975# do not rely on focus in ImplFloatControl since focus is asynchronous


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [cb08888a07ad3d788bbbdc35ce25a049fdb65871]

INTEGRATION: CWS vcl85_SRC680 (1.102.134); FILE MERGED 2008/01/09 17:07:08 pl 1.102.134.1: #i78975# do not rely on focus in ImplFloatControl since focus is asynchronous


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [10fb34d3a0d90409bd4c36cbbcf432c9e02e424f]

INTEGRATION: CWS vcl85_SRC680 (1.43.16); FILE MERGED 2007/12/07 15:51:12 pl 1.43.16.1: #i84265# do not count one modal dialog twice in modality counter


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [4fa23f13f8fc38113bc29e684315fea37841c5e7]

INTEGRATION: CWS vcl85_SRC680 (1.234.16); FILE MERGED 2008/01/11 15:31:32 hdu 1.234.16.1: #i84684# fix GetDefaultFont's behaviour for the DEFAULTFONT_FLAGS_ONLYONE option after gfbfcfg integration the logically selected font is no longer identical to the physically selected font


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [aafd7a0db086460cbe7ca9a31706a60b71891953]

INTEGRATION: CWS vcl85_SRC680 (1.52.16); FILE MERGED 2008/01/07 15:59:40 hdu 1.52.16.1: #i84553# tip BiDi preference to RTL if appropriate


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [1dce6c9ccb05ec197a9ffa2e51c967c9f3b07a94]

INTEGRATION: CWS vcl85_SRC680 (1.22.136); FILE MERGED 2007/12/14 11:47:21 pl 1.22.136.1: #150733# take precautions for bad input values


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [10d760d8a588b78370071483212e882fb74fcf41]

INTEGRATION: CWS vcl85_SRC680 (1.38.136); FILE MERGED 2007/12/04 17:20:49 pl 1.38.136.1: #i77170# better quickhelp behaviour


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [b5de60108418c8cdd804dc918bbac18f022f331c]

INTEGRATION: CWS vcl85_SRC680 (1.2.136); FILE MERGED 2008/01/09 17:07:08 pl 1.2.136.1: #i78975# do not rely on focus in ImplFloatControl since focus is asynchronous


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [9fb550c0d54c249795a85784a8e354b37f53dcd7]

INTEGRATION: CWS vcl85_SRC680 (1.6.72); FILE MERGED 2007/12/21 14:36:57 pl 1.6.72.3: #i84679# fix a mess 2007/12/21 13:06:30 pl 1.6.72.2: RESYNC: (1.6-1.7); FILE MERGED 2007/12/04 17:20:48 pl 1.6.72.1: #i77170# better quickhelp behaviour


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [94bb036b8e6f52677e33bf590b4d52a7f8e805a9]

INTEGRATION: CWS vcl85_SRC680 (1.2.136); FILE MERGED 2007/12/04 17:20:48 pl 1.2.136.1: #i77170# better quickhelp behaviour


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [c43edc8fe592ab27253d786ef0784d042af112bd]

INTEGRATION: CWS fwk82_SRC680 (1.30.22); FILE MERGED 2008/01/15 07:17:08 pb 1.30.22.1: fix: #i85103# correct order of radiobuttons


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [635a497948ff19a34c2c6c0e1f67369fd7cada0d]

INTEGRATION: CWS fwk82_SRC680 (1.3.58); FILE MERGED 2008/01/14 12:23:47 pb 1.3.58.1: fix: #i85103# correct order of radiobuttons


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [70818be198186ad1df5bbc641065f62b97e5e080]

INTEGRATION: CWS vcl85_SRC680 (1.2.32); FILE MERGED 2007/12/21 13:05:32 pl 1.2.32.2: RESYNC: (1.2-1.3); FILE MERGED 2007/12/21 12:52:31 pl 1.2.32.1: #i84481# disable font substitution per default to avoid glyph fallback in a multitude of locales


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [18609224f290147c625e5889db408b7d7357d770]

INTEGRATION: CWS vcl85_SRC680 (1.10.62); FILE MERGED 2008/01/07 16:08:41 pl 1.10.62.1: #i85055# fix a buffer overflow (thanks cmc)


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [22608dad3212a25663e705496a45611a7a2d72c7]

INTEGRATION: CWS vcl85_SRC680 (1.78.28); FILE MERGED 2007/12/21 14:35:42 pl 1.78.28.3: #i84679# fix ! ENABLE_FONTCOFIG case 2007/12/21 13:03:25 pl 1.78.28.2: RESYNC: (1.78-1.79); FILE MERGED 2007/12/05 17:22:29 pl 1.78.28.1: #i64879# add weight heavy to parseWeight


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [ade753b439ae030f5be49fad281ac6acaf1263e7]

INTEGRATION: CWS vcl85_SRC680 (1.27.4); FILE MERGED 2007/12/21 14:51:46 pl 1.27.4.2: #i84679# fix ! ENABLE_FONTCOFIG case 2007/12/21 14:35:42 pl 1.27.4.1: #i84679# fix ! ENABLE_FONTCOFIG case


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [52d506cf7017cf6b4c068d8c388053ea50f956de]

INTEGRATION: CWS vcl85_SRC680 (1.48.36); FILE MERGED 2007/12/21 13:03:17 pl 1.48.36.2: RESYNC: (1.48-1.49); FILE MERGED 2007/12/07 10:10:00 pl 1.48.36.1: #i84337# fix a typo, avoid using NULL ResMgr ptr


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [50f12225d30128fa2482cb0ca6d9c570747e5a6f]

INTEGRATION: CWS fwk80_SRC680 (1.29.152); FILE MERGED 2008/01/11 15:15:54 pb 1.29.152.1: fix: #i83756# CreateWindow(): FixedHyperlink


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [b5be6ec913d551022387da1290ce79310feb7330]

INTEGRATION: CWS fwk80_SRC680 (1.15.34); FILE MERGED 2008/01/08 11:24:07 mav 1.15.34.1: #i84822# fix the merge of runtime and persistent entries


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [06d36dad1926dcaeb5d4ca3853cdc58b0bd28a5f]

INTEGRATION: CWS fwk80_SRC680 (1.9.34); FILE MERGED 2008/01/14 10:01:37 mav 1.9.34.2: fix typo 2008/01/08 11:24:19 mav 1.9.34.1: #i84822# fix the merge of runtime and persistent entries


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [85a40ddbad592cf99e0193243b121fdf56bfa0e5]

INTEGRATION: CWS fwk80_SRC680 (1.4.34); FILE MERGED 2008/01/14 09:52:40 pb 1.4.34.2: fix: #i83756# send VCLEVENT_BUTTON_CLICK 2008/01/11 15:14:03 pb 1.4.34.1: fix: #i83756# new base ::toolkit::FixedHyperlinkBase


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [55b617291504d7d230371b66c650f46c0719ab27]

INTEGRATION: CWS fwk80_SRC680 (1.3.34); FILE MERGED 2008/01/11 15:12:37 pb 1.3.34.1: fix: #i83756# new base ::toolkit::FixedHyperlinkBase


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [29640b07493389829737b93eba377b0e294e2480]

INTEGRATION: CWS fwk80_SRC680 (1.11.62); FILE MERGED 2008/01/11 15:00:07 pb 1.11.62.1: fix: #i83756# szServiceName_UnoControlFixedHyperlink[], szServiceName_UnoControlFixedHyperlinkModel[]


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [952d678ad8c287d6bab0955cac1a031c81b1393e]

INTEGRATION: CWS fwk80_SRC680 (1.17.14); FILE MERGED 2008/01/11 14:57:09 pb 1.17.14.1: fix: #i83756# register new services


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [b0417d4a381344588a9db4a59d50835a6eb11554]

INTEGRATION: CWS fwk80_SRC680 (1.39.12); FILE MERGED 2008/01/24 07:51:00 pb 1.39.12.2: RESYNC: (1.39-1.39.18.1); FILE MERGED 2008/01/14 09:49:46 pb 1.39.12.1: fix: #i83756# new property: URL


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [1567cf7e589fee6bb57a50f8977d9ed143b2882b]

INTEGRATION: CWS fwk80_SRC680 (1.12.60); FILE MERGED 2008/01/11 15:00:30 pb 1.12.60.1: fix: #i83756# new files


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [b7594b025857458af44e91c6dd163aee5580bcb2]

INTEGRATION: CWS fwk80_SRC680 (1.1.2); FILE ADDED 2008/01/11 14:54:26 pb 1.1.2.1: fix: #i83756# class FixedHyperlinkBase


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [36be35000c214f3169c405733e53002185f3ebd9]

INTEGRATION: CWS fwk80_SRC680 (1.4.26); FILE MERGED 2008/01/11 14:52:59 pb 1.4.26.1: fix: #i83756# createAccessibleContext( VCLXFixedHyperlink* )


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [06aea2f0e1bb2e6a968db02d5d494b2a6e7d540e]

INTEGRATION: CWS fwk80_SRC680 (1.84.12); FILE MERGED 2008/01/24 07:50:57 pb 1.84.12.2: RESYNC: (1.84-1.84.18.1); FILE MERGED 2008/01/11 15:07:03 pb 1.84.12.1: fix: #i83756# class UnoControlFixedHyperlinkModel, class UnoControlFixedHyperlink


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [7b9dfe5738318c74266b329e1c1605a158fe175a]

INTEGRATION: CWS fwk80_SRC680 (1.23.14); FILE MERGED 2008/01/24 07:50:54 pb 1.23.14.3: RESYNC: (1.23-1.23.20.1); FILE MERGED 2008/01/11 15:06:00 pb 1.23.14.2: fix: #i83756# UnoControlFixedHyperlinkModel 2007/12/10 14:44:03 cd 1.23.14.1: #i79974# Use a sorted sequence inside UnoDialogControl::windowResized


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [2f6b35295131b2523a496f4e2eb0b4b730db9d37]

INTEGRATION: CWS fwk80_SRC680 (1.64.12); FILE MERGED 2008/01/24 12:27:38 pb 1.64.12.6: fix: #i83756# VCLXFixedHyperlink::ImplGetPropertyIds() added 2008/01/24 07:50:51 pb 1.64.12.5: RESYNC: (1.64-1.64.18.1); FILE MERGED 2008/01/15 09:14:01 mav 1.64.12.4: adopt for gcc 2008/01/15 08:13:04 pb 1.64.12.3: fix: #i83756# open the hyperlink if there are no action listeners 2008/01/14 09:48:30 pb 1.64.12.2: fix: #i83756# VCLXFixedHyperlink::get/setProperty() added 2008/01/11 15:04:28 pb 1.64.12.1: fix: #i83756# class VCLXFixedHyperlink


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [d14042b9395c7becf6a403537a780c0a139cc97d]

INTEGRATION: CWS fwk80_SRC680 (1.81.12); FILE MERGED 2008/01/24 07:50:48 pb 1.81.12.3: RESYNC: (1.81-1.81.18.3); FILE MERGED 2007/12/14 15:49:49 cd 1.81.12.2: #i83406# Use correct way to enable transparency and update with SetPaintTransparent() 2007/12/07 15:43:07 cd 1.81.12.1: #i83406# Text changes for transparent controls must invalidate parent to have a clear background


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [82b108751931877e221356e098eadb514ec3d1b5]

INTEGRATION: CWS fwk80_SRC680 (1.64.12); FILE MERGED 2008/01/24 07:50:44 pb 1.64.12.5: RESYNC: (1.66-1.66.4.1); FILE MERGED 2008/01/11 15:02:44 pb 1.64.12.4: fix: #i83756# DBG_ERRORFILE 2007/12/17 08:09:41 cd 1.64.12.3: #i79327# Fix build problem on Linux 2007/12/14 13:08:10 cd 1.64.12.2: RESYNC: (1.64-1.66); FILE MERGED 2007/12/10 13:07:43 cd 1.64.12.1: #i79327# Map com::sun::star::awt::DEFAULT_BUTTON_IGNORE to the correct WinBits to support it.


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [8fd44ffcab123fdc7b95064ded609e37ec456457]

INTEGRATION: CWS fwk80_SRC680 (1.21.60); FILE MERGED 2008/01/11 15:09:40 pb 1.21.60.1: fix: #i83756# fixedhyperbase.hxx


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [fba9b9eaee221f9d1f8a4fa18ad10f71a05057de]

INTEGRATION: CWS fwk80_SRC680 (1.10.62); FILE MERGED 2008/01/11 14:43:29 pb 1.10.62.1: fix: #i83756# szServiceName_UnoControlFixedHyperlink[], szServiceName_UnoControlFixedHyperlinkModel[]


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [cc0b69e9415b8e83a2e5e1b6e981017713843ebf]

INTEGRATION: CWS fwk80_SRC680 (1.34.4); FILE MERGED 2008/01/24 07:50:40 pb 1.34.4.2: RESYNC: (1.34-1.34.6.1); FILE MERGED 2008/01/11 14:41:45 pb 1.34.4.1: fix: #i83756# BASEPROPERTY_URL


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [8d8620eebff1ca6b56edf9282b09bd0d1a449947]

INTEGRATION: CWS fwk80_SRC680 (1.1.2); FILE ADDED 2008/01/11 14:37:48 pb 1.1.2.1: fix: #i83756# class FixedHyperlinkBase


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [fae1e65d099899b2faea563fa58e993244c773a3]

INTEGRATION: CWS fwk80_SRC680 (1.3.52); FILE MERGED 2008/01/11 14:39:42 pb 1.3.52.1: fix: #i83756# createAccessibleContext( VCLXFixedHyperlink* )


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [d5b9f7d341a6082c04fe6144d6cebd373eb1ad64]

INTEGRATION: CWS fwk80_SRC680 (1.39.148); FILE MERGED 2008/01/11 14:45:18 pb 1.39.148.1: fix: #i83756# class UnoControlFixedHyperlinkModel, class UnoControlFixedHyperlink


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [6916e151f76b8eefd6c8bef9c4563908e650a48e]

INTEGRATION: CWS fwk80_SRC680 (1.37.12); FILE MERGED 2008/01/24 12:26:53 pb 1.37.12.4: fix: #i83756# VCLXFixedHyperlink::ImplGetPropertyIds() added 2008/01/24 07:50:36 pb 1.37.12.3: RESYNC: (1.37-1.37.18.1); FILE MERGED 2008/01/14 09:46:25 pb 1.37.12.2: fix: #i83756# VCLXFixedHyperlink::get/setProperty() added 2008/01/11 14:46:34 pb 1.37.12.1: fix: #i83756# class VCLXFixedHyperlink


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [d0b06cb5e5f44097289cb4a6086b3adf6ebe6604]

INTEGRATION: CWS pj89 (1.16.22); FILE MERGED 2007/12/23 09:46:20 pjanik 1.16.22.1: #i84856#: goodies is completely WaE clean now.


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [602e1960e6597da62f80a0da8587f944075ba790]

INTEGRATION: CWS reportdesign02 (1.21.110); FILE MERGED 2007/11/08 13:06:44 oj 1.21.110.1: #i77063# convert pixel to logic from ref window


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [cd6ece2c0315d6d3d11592a53cade1837398310c]

INTEGRATION: CWS beppec56pdffix02 (1.118.36); FILE MERGED 2008/01/11 13:14:44 beppec56 1.118.36.2: RESYNC: (1.118-1.119.8.1); FILE MERGED 2007/12/12 09:31:29 beppec56 1.118.36.1: Issue number: #i81093 Submitted by: beppec56 Reviewed by: beppec56 PDF Export: adds module icc for ICC profile generation needed in PDF/A-1 export


2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [d8519645194b13c2e3ee9865ed5c5c4652a313eb]

INTEGRATION: CWS beppec56pdffix02 (1.55.98); FILE MERGED 2008/01/11 13:14:28 beppec56 1.55.98.2: RESYNC: (1.55-1.55.104.1); FILE MERGED 2007/12/12 09:31:28 beppec56 1.55.98.1: Issue number: #i81093 Submitted by: beppec56 Reviewed by: beppec56 PDF Export: adds module icc for ICC profile generation needed in PDF/A-1 export


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [27411da3475d7ce4bd55d47806341a0969c9954a]

INTEGRATION: CWS transogl02 (1.39.138); FILE MERGED 2008/01/15 00:15:07 thb 1.39.138.1: #i85228# Added parameter to windows CreateObject method as well


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [f503583abe57c0ff131258c107c798107c9454d7]

INTEGRATION: CWS transogl02 (1.13.170); FILE MERGED 2008/01/15 00:15:06 thb 1.13.170.1: #i85228# Added parameter to windows CreateObject method as well


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [0ec73a2b3fb6c3e31741596b09b5aa0b5a7d775f]

INTEGRATION: CWS dba24e_SRC680 (1.54.14); FILE MERGED 2007/12/03 10:16:10 fs 1.54.14.1: #i84188#


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [1c05cb8c5c8ae090587524ef21e1d2622f9468a2]

INTEGRATION: CWS transogl02 (1.22.44); FILE MERGED 2007/12/10 19:00:19 radekdoulik 1.22.44.1: add BOOL bShow parameter to SystemChildWindow constructor to allow creating of unmapped window with possibility to show it (map it) later to avoid flicker


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [46f8c5761e95af0fddc52d4375b9984a40dca98c]

INTEGRATION: CWS transogl02 (1.6.144); FILE MERGED 2007/12/10 19:00:18 radekdoulik 1.6.144.1: add BOOL bShow parameter to SystemChildWindow constructor to allow creating of unmapped window with possibility to show it (map it) later to avoid flicker


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [ca4afa9c5c19d1c845a4bd24aa6c3e16b60e2f4e]

INTEGRATION: CWS transogl02 (1.7.426); FILE MERGED 2007/12/10 19:00:18 radekdoulik 1.7.426.1: add BOOL bShow parameter to SystemChildWindow constructor to allow creating of unmapped window with possibility to show it (map it) later to avoid flicker


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [e47714fd4ef683da11a4493db7590599143b81d0]

INTEGRATION: CWS transogl02 (1.8.44); FILE MERGED 2007/12/10 19:00:18 radekdoulik 1.8.44.1: add BOOL bShow parameter to SystemChildWindow constructor to allow creating of unmapped window with possibility to show it (map it) later to avoid flicker


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [41f84256cc9cda247c0a9c697bd396bdbcbe9d1e]

INTEGRATION: CWS transogl02 (1.14.170); FILE MERGED 2007/12/10 19:00:18 radekdoulik 1.14.170.1: add BOOL bShow parameter to SystemChildWindow constructor to allow creating of unmapped window with possibility to show it (map it) later to avoid flicker


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [68b18265af388bad10dcb8f807a409617f0f18f0]

INTEGRATION: CWS transogl02 (1.2.144); FILE MERGED 2007/12/10 19:00:18 radekdoulik 1.2.144.1: add BOOL bShow parameter to SystemChildWindow constructor to allow creating of unmapped window with possibility to show it (map it) later to avoid flicker


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [a0471eed3cf54102bdea10979e0ded4e60246cc3]

INTEGRATION: CWS transogl02 (1.11.392); FILE MERGED 2007/12/10 19:00:18 radekdoulik 1.11.392.1: add BOOL bShow parameter to SystemChildWindow constructor to allow creating of unmapped window with possibility to show it (map it) later to avoid flicker


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [cf10cf6c57201ca6643f4999ad152dfedf73725f]

INTEGRATION: CWS transogl02 (1.17.104); FILE MERGED 2007/12/10 19:00:18 radekdoulik 1.17.104.1: add BOOL bShow parameter to SystemChildWindow constructor to allow creating of unmapped window with possibility to show it (map it) later to avoid flicker


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [2ee9aecdb70f699b9ded6112d581ba54b95d4d31]

INTEGRATION: CWS transogl02 (1.11.144); FILE MERGED 2007/12/10 19:00:17 radekdoulik 1.11.144.1: add BOOL bShow parameter to SystemChildWindow constructor to allow creating of unmapped window with possibility to show it (map it) later to avoid flicker


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [0e7fb34a75b68f619d56e6a4be116f5401f5ec93]

INTEGRATION: CWS transogl02 (1.2.246); FILE MERGED 2007/12/10 19:00:17 radekdoulik 1.2.246.1: add BOOL bShow parameter to SystemChildWindow constructor to allow creating of unmapped window with possibility to show it (map it) later to avoid flicker


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [2ec0460ebcdc49eb1aa87844a1d17f2b0c20d18d]

INTEGRATION: CWS transogl02 (1.41.22); FILE MERGED 2008/01/17 09:44:37 fridrich_strba 1.41.22.1: fix a breakage with macosx acqua build


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [a70c08ee03054d48d1840cf0f912b00c9390c251]

INTEGRATION: CWS transogl02 (1.13.86); FILE MERGED 2008/01/17 09:44:37 fridrich_strba 1.13.86.1: fix a breakage with macosx acqua build


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [eeaf6539ad0a3f62971a31b2ff3469f567bded8d]

INTEGRATION: CWS tagged01 (1.49.128); FILE MERGED 2008/01/08 11:52:17 fme 1.49.128.4: RESYNC: (1.49-1.51); FILE MERGED 2007/12/21 12:18:25 pl 1.49.128.3: #i84260# aliased structure element names 2007/12/20 14:24:31 pl 1.49.128.2: #i84261# add document language 2007/12/20 09:45:38 pl 1.49.128.1: #i84261# add lang tags to structure elements


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [6c016ed5beea606ada0b3fb2ee796bf9a36ee795]

INTEGRATION: CWS tagged01 (1.115.20); FILE MERGED 2008/01/11 14:51:03 pl 1.115.20.7: #i85175# Artifact markers for non struct content 2008/01/08 11:52:14 fme 1.115.20.6: RESYNC: (1.115-1.119); FILE MERGED 2008/01/07 09:27:17 fme 1.115.20.5: #i84261# Cast missing 2007/12/21 12:18:24 pl 1.115.20.4: #i84260# aliased structure element names 2007/12/20 14:24:31 pl 1.115.20.3: #i84261# add document language 2007/12/20 09:45:37 pl 1.115.20.2: #i84261# add lang tags to structure elements 2007/11/27 10:51:25 pl 1.115.20.1: #i84003# rowspan/colspan are int, not fixed int


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [e406efbb64b7ef6f89cef9147fd8222f2e2f61af]

INTEGRATION: CWS tagged01 (1.20.154); FILE MERGED 2008/01/08 11:52:09 fme 1.20.154.3: RESYNC: (1.20-1.21); FILE MERGED 2007/12/21 12:18:24 pl 1.20.154.2: #i84260# aliased structure element names 2007/12/20 14:24:31 pl 1.20.154.1: #i84261# add document language


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [cc06bb032b8d19345f090865262575dec754d2cc]

INTEGRATION: CWS tagged01 (1.11.154); FILE MERGED 2008/01/08 11:52:06 fme 1.11.154.3: RESYNC: (1.11-1.12); FILE MERGED 2007/12/21 12:18:24 pl 1.11.154.2: #i84260# aliased structure element names 2007/12/20 14:24:31 pl 1.11.154.1: #i84261# add document language


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [fe3619388bf57731752aca966b5c4fd1b17f941d]

INTEGRATION: CWS tagged01 (1.4.172); FILE MERGED 2008/01/08 11:52:03 fme 1.4.172.4: RESYNC: (1.4-1.5); FILE MERGED 2007/12/21 12:18:24 pl 1.4.172.3: #i84260# aliased structure element names 2007/12/20 14:24:31 pl 1.4.172.2: #i84261# add document language 2007/12/20 09:45:37 pl 1.4.172.1: #i84261# add lang tags to structure elements


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [49f13239584acd4e57efa92ed801509bde95970d]

INTEGRATION: CWS tagged01 (1.2.230); FILE MERGED 2008/01/08 11:52:00 fme 1.2.230.3: RESYNC: (1.2-1.3); FILE MERGED 2007/12/21 12:18:24 pl 1.2.230.2: #i84260# aliased structure element names 2007/12/20 14:24:30 pl 1.2.230.1: #i84261# add document language


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [0fb77e9ac215321a15b8257653eef94b5ee76479]

INTEGRATION: CWS impress124 (1.70.26); FILE MERGED 2008/01/08 15:46:14 af 1.70.26.3: RESYNC: (1.71-1.73); FILE MERGED 2007/10/30 13:31:39 af 1.70.26.2: RESYNC: (1.70-1.71); FILE MERGED 2007/08/28 09:41:34 sj 1.70.26.1: #i81061# fixed filter detection fallback


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [30dc6da02fb438a1bfaea3316e38e8bea6897417]

INTEGRATION: CWS thbpp10 (1.18.20); FILE MERGED 2008/01/14 14:55:16 thb 1.18.20.1: #i82103# Fix underline text on hyperlinks - patch courtesy of liujianli


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [db61f3f731b8f288eb9bac0f2e4fb624a5f30a0e]

INTEGRATION: CWS thbpp10 (1.11.188); FILE MERGED 2008/01/14 16:09:52 thb 1.11.188.1: #i79846# Wrong check for 16bpp bitmaps


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [8e65a8cdd009dcd5dcb4adedf027c31b468a274d]

INTEGRATION: CWS kohei01 (1.15.118); FILE MERGED 2007/12/16 21:34:26 kohei 1.15.118.1: Issue number: i80981 Submitted by: kohei Reviewed by: kohei


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [79b3df49524caab6fd810656465563764a34e850]

INTEGRATION: CWS thbpp10 (1.26.156); FILE MERGED 2008/01/14 14:42:38 thb 1.26.156.1: #i83087# Don't use native alpha for emulated alpha vdev cases


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [583bac44a953a2e9f0cdf8f8394b23c8a6b11eae]

INTEGRATION: CWS kohei01 (1.6.196); FILE MERGED 2007/12/16 21:34:26 kohei 1.6.196.1: Issue number: i80981 Submitted by: kohei Reviewed by: kohei


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [8ebd047baa88718475f8c2862f2b0e4b0d0561c2]

INTEGRATION: CWS thbpp10 (1.38.86); FILE MERGED 2008/01/14 14:42:38 thb 1.38.86.1: #i83087# Don't use native alpha for emulated alpha vdev cases


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [7ea5c852e34782909e56b8837783b6ac830c6824]

INTEGRATION: CWS kohei01 (1.15.2); FILE MERGED 2007/12/16 21:33:48 kohei 1.15.2.1: Issue number: i80981 Submitted by: kohei Reviewed by: kohei


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [5c1c3adc1666ab20066028d4731f7a1d337c4c20]

INTEGRATION: CWS kohei01 (1.9.2); FILE MERGED 2007/12/16 21:33:47 kohei 1.9.2.1: Issue number: i80981 Submitted by: kohei Reviewed by: kohei


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [1183d766519c676b4e5231300c71403731afc5a0]

INTEGRATION: CWS thbpp10 (1.7.14); FILE MERGED 2008/01/14 15:54:21 thb 1.7.14.1: #i84049# Checking for render existence - patch courtesy jnavrati


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [fc470c404df3440a2b338ab411f825a80d613871]

INTEGRATION: CWS thbpp10 (1.2.110); FILE MERGED 2008/01/14 15:54:21 thb 1.2.110.1: #i84049# Checking for render existence - patch courtesy jnavrati


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [1d242a9530f889b3d2e8b18a54bed0b4a070b9c2]

INTEGRATION: CWS thbpp10 (1.7.40); FILE MERGED 2008/01/14 15:54:21 thb 1.7.40.1: #i84049# Checking for render existence - patch courtesy jnavrati


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [4acc5caa3c315d7dae11dde922928db1b23c6074]

INTEGRATION: CWS thbpp10 (1.4.40); FILE MERGED 2008/01/14 15:54:21 thb 1.4.40.1: #i84049# Checking for render existence - patch courtesy jnavrati


2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [caa21babd2d76b06b1f69039dc595812852872b1]

INTEGRATION: CWS thbpp10 (1.5.40); FILE MERGED 2008/01/14 15:54:21 thb 1.5.40.1: #i84049# Checking for render existence - patch courtesy jnavrati


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [ba83513907b2f916dfac8b70d8d6e59cde9206a1]

INTEGRATION: CWS locdat24 (1.10.150); FILE MERGED 2007/12/18 23:02:18 erack 1.10.150.1: #i74756# StartDayOfWeek is Monday instead of Sunday


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [904a47f2c481257b58691dd73d84cd57121675ea]

INTEGRATION: CWS locdat24 (1.43.14); FILE MERGED 2008/01/02 14:25:17 erack 1.43.14.1: #i84206# library dependencies: move gl_ES to liblocaledata_es so liblocaledata_euro doesn't need to be linked against liblocaledata_es anymore; patch by <kendy>, plus linker map files


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [e8c3233a8a03181a06c13a7a4c0d85c56dcfce47]

INTEGRATION: CWS locdat24 (1.22.14); FILE MERGED 2008/01/02 14:25:16 erack 1.22.14.1: #i84206# library dependencies: move gl_ES to liblocaledata_es so liblocaledata_euro doesn't need to be linked against liblocaledata_es anymore; patch by <kendy>, plus linker map files


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [94b25edbc4e9433e204597c5151cb77be2259e62]

INTEGRATION: CWS locdat24 (1.6.56); FILE MERGED 2008/01/02 14:25:16 erack 1.6.56.1: #i84206# library dependencies: move gl_ES to liblocaledata_es so liblocaledata_euro doesn't need to be linked against liblocaledata_es anymore; patch by <kendy>, plus linker map files


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [79d6e5f6cae8988091e0cbd5260f8193f31c7cc7]

INTEGRATION: CWS locdat24 (1.2.56); FILE MERGED 2007/12/18 23:02:17 erack 1.2.56.1: #i74756# StartDayOfWeek is Monday instead of Sunday


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [d7a7ba70180dfffe0014e11e79c97c686170e596]

INTEGRATION: CWS locdat24 (1.8.150); FILE MERGED 2007/12/18 22:42:48 erack 1.8.150.1: #i79926# correct order of IndexKey letters, plus Latin-Extended-A Unicode script


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [536aa2ba2fcdd74d110a2a70bd3d215aaa6f76dc]

INTEGRATION: CWS locdat24 (1.5.212); FILE MERGED 2007/12/29 17:40:56 erack 1.5.212.1: joined from cws locales30


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [5d4cf525d890feac9d88ac8e3374d4fea4bfa1d7]

INTEGRATION: CWS locdat24 (1.54.12); FILE MERGED 2008/01/02 14:25:16 erack 1.54.12.1: #i84206# library dependencies: move gl_ES to liblocaledata_es so liblocaledata_euro doesn't need to be linked against liblocaledata_es anymore; patch by <kendy>, plus linker map files


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [8d484bdb870646bea07a11cba8b3b8898a483096]

INTEGRATION: CWS locdat24 (1.74.174); FILE MERGED 2008/01/02 20:09:19 erack 1.74.174.1: #i21648# GetOutputString: fraction, gcc optimization error


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [1318b01f0c1b5381400641f47945b2494b92d2fb]

INTEGRATION: CWS locdat24 (1.47.176); FILE MERGED 2008/01/02 21:32:59 erack 1.47.176.1: #i73416# GetLogical: removed wrong assumption about minimal string length


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [22c417f7cf32b90b35238d6ad2115d05fbe21a81]

INTEGRATION: CWS locdat24 (1.54.94); FILE MERGED 2008/01/02 20:01:59 erack 1.54.94.1: #i84597# patch to be able to build with gcc 3.3.x


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [622ab22908fca17dd7bf6bf6086d83242e0a3d03]

INTEGRATION: CWS i18n39 (1.10.108); FILE MERGED 2007/12/12 22:48:34 khong 1.10.108.1: #i81366# add new Japanese transliterations


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [31393b646dc1e697dece6505d5afdb06995e39f2]

INTEGRATION: CWS i18n39 (1.3.224); FILE MERGED 2007/12/08 05:57:00 khong 1.3.224.1: i65145 update Chinese conversion dictionaries


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [e5da0ba1f7ff6a49ca7e798abf6c36730fa86415]

INTEGRATION: CWS i18n39 (1.3.82); FILE MERGED 2007/12/08 05:57:00 khong 1.3.82.1: i65145 update Chinese conversion dictionaries


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [a345df74612da4a796490399182c8ce8662d8cf5]

INTEGRATION: CWS i18n39 (1.42.76); FILE MERGED 2007/12/12 22:48:34 khong 1.42.76.1: #i81366# add new Japanese transliterations


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [f164092146e76cf8b57d535186e30a0b1e4b6f02]

INTEGRATION: CWS i18n39 (1.4.44); FILE MERGED 2008/01/08 04:24:12 khong 1.4.44.1: i78054 move simple collator tailoring to localedata


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [82dde54879aa0bcf8dc4f1ede49c43424af7cc23]

INTEGRATION: CWS i18n39 (1.10.44); FILE MERGED 2008/01/08 04:25:17 khong 1.10.44.1: i80557 add tailoring and update index keys


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [36be26671ce80f87cbe313783116a2be295727d7]

INTEGRATION: CWS i18n39 (1.23.44); FILE MERGED 2008/01/08 04:27:13 khong 1.23.44.1: i78055 move simple collator tailoring to localedata


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [1fef476167287ab3f6b5d784b3df3b4763261a42]

INTEGRATION: CWS i18n39 (1.9.138); FILE MERGED 2008/01/08 04:23:02 khong 1.9.138.1: i78055 move simple collator tailoring to localedata


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [48c50001b5e4fc2ffceb16cc14d207322f1e3b85]

INTEGRATION: CWS i18n39 (1.16.138); FILE MERGED 2007/12/12 22:48:34 khong 1.16.138.1: #i81366# add new Japanese transliterations


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [1988ddf1fdcd5831622543a8afd9a294a7168444]

INTEGRATION: CWS i18n39 (1.54.6); FILE MERGED 2008/01/08 04:22:17 khong 1.54.6.1: i78055 move simple collator tailoring to localedata


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [ba27d9ec15f074dcd313dc66ba53efa5b98d5fb5]

INTEGRATION: CWS i18n39 (1.27.44); FILE MERGED 2008/01/08 04:22:17 khong 1.27.44.1: i78055 move simple collator tailoring to localedata


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [81d209b7e9c3131fecea25b37ce28ceb385b94fd]

INTEGRATION: CWS i18n39 (1.6.44); FILE MERGED 2008/01/08 04:30:55 khong 1.6.44.1: i78055 i78054 move simple collator tailoring to localedata


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [f90860335d9ba0fda5ec970297ab991735bf92b3]

INTEGRATION: CWS i18n39 (1.17.8); FILE MERGED 2008/01/11 07:30:04 khong 1.17.8.2: i78055 provide UCA as base for ICU collator constructor from image rule 2008/01/08 04:26:40 khong 1.17.8.1: i78055 move simple collator tailoring to localedata


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [699a1cf39a919455767d51ba7c1a1065d6ac476a]

INTEGRATION: CWS i18n39 (1.8.4); FILE MERGED 2007/12/12 17:45:45 khong 1.8.4.3: b6634800# fix line break problem of dot after letter and before number 2007/12/08 01:05:52 khong 1.8.4.2: #i83649# fixed the problem of line break between quotation mark and open bracket 2007/12/07 23:44:30 khong 1.8.4.1: #i83464# fix the problem of line break between letter and 1326


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [c0e5979dd96974fd51a2178e341d2159a32a0382]

INTEGRATION: CWS i18n39 (1.6.152); FILE MERGED 2007/12/12 22:44:02 khong 1.6.152.1: #i81366# add new Japanese transliterations


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [2cc25ea9689ef23a6e57d6d2f1490b6fca8863ac]

INTEGRATION: CWS i18n39 (1.17.64); FILE MERGED 2008/01/08 04:20:50 khong 1.17.64.1: i78055 move simple collator tailoring to localedata


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [bcf7b008a97dd82a508c1bd400d2854f810e96bf]

INTEGRATION: CWS i18n39 (1.11.78); FILE MERGED 2008/01/11 07:39:15 khong 1.11.78.1: i78055 provide UCA as base for ICU collator constructor from image rule


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [e45cd7fe05a62cc1e5d1dfebbe9df285636459ae]

INTEGRATION: CWS i18n39 (1.4.38); FILE MERGED 2007/12/12 22:42:25 khong 1.4.38.1: #i81366# add new Japanese transliterations


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [bfcebee684a9f26ffc36ab59f6f3018b2bd3eb19]

INTEGRATION: CWS i18n39 (1.5.38); FILE MERGED 2007/12/12 22:42:25 khong 1.5.38.1: #i81366# add new Japanese transliterations


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [71e468a8145fd48bb6af63095ef9939b5b40e0b2]

INTEGRATION: CWS i18n39 (1.3.38); FILE MERGED 2007/12/12 22:42:03 khong 1.3.38.1: #i81366# add new Japanese transliterations


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [32a3bd0b09d728d6fb5a28c849bbfe78c9d9c03f]

INTEGRATION: CWS tbe32 (1.155.56); FILE MERGED 2007/12/03 09:08:57 tbe 1.155.56.3: RESYNC: (1.156-1.157); FILE MERGED 2007/11/30 14:52:12 tbe 1.155.56.2: RESYNC: (1.155-1.156); FILE MERGED 2007/11/23 11:53:17 pl 1.155.56.1: #i34062# emit new events VCLEVENT_MENU_SHOW and VCLEVENT_MENU_HIDE


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [f92cde32e12d2b2451ea5ce43abfd00238c02e33]

INTEGRATION: CWS tbe32 (1.10.226); FILE MERGED 2007/12/03 11:39:27 tbe 1.10.226.1: #i71010# warning


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [bbc2a7c46ab7eea7ff715854828689e139880422]

INTEGRATION: CWS tbe32 (1.54.96); FILE MERGED 2007/10/31 11:40:54 tbe 1.54.96.2: #i71010# warning on wntmsci10 2007/10/30 15:29:29 pl 1.54.96.1: #i71010# add: RadioButton::GetRadioButtonGroup


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [8dde3219c43189a6c90f1995d9580f4190725e68]

INTEGRATION: CWS tbe32 (1.2.202); FILE MERGED 2007/11/23 11:53:17 pl 1.2.202.1: #i34062# emit new events VCLEVENT_MENU_SHOW and VCLEVENT_MENU_HIDE


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [5838ebd71163db46160ad4416cb2df059c5cdff3]

INTEGRATION: CWS tbe32 (1.2.202); FILE MERGED 2007/10/30 15:29:29 pl 1.2.202.1: #i71010# add: RadioButton::GetRadioButtonGroup


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [0ba3ac7f7837efc1b4b162d437d41910bf8e0475]

INTEGRATION: CWS tbe32 (1.11.158); FILE MERGED 2007/11/23 16:32:46 tbe 1.11.158.1: #i34062# state change events for SHOWING not reliably sent for menus


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [4238c9a76de09e4104359de444e2f9f077ddf598]

INTEGRATION: CWS sjfixes03_SRC680 (1.35.100); FILE MERGED 2007/11/22 15:36:50 sj 1.35.100.1: #6633029# bugfix


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [ed17beea8d531298512a50a86587aae64d6496e4]

INTEGRATION: CWS ab42 (1.267.10); FILE MERGED 2008/01/09 15:30:30 ab 1.267.10.1: #i83633# Added support for String help Ids in Window::GetHelpText()


2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [0325a6dac39d58e0fcbab2d519526445c450842f]

INTEGRATION: CWS ab42 (1.6.34); FILE MERGED 2008/01/03 14:35:50 ab 1.6.34.1: #i77442# Drop L for integer literal to solve 64 type problem


2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [666e605ac9f37aedf586c462876881cffbbd75a6]

new version for OOH680


2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [05e12d5635184ecd6da9b2a389558c1a27fa53c9]

new version for OOH680


2008-01-18  Vladimir Glazounov  <vg@openoffice.org>  [79a8938c25fcd5b8f60450605106d24ab6f9a4e1]

new version for OOH680


2008-01-18  Vladimir Glazounov  <vg@openoffice.org>  [c242969ac9a38cde56565cb15ac9155119972b82]

new version for OOH680


2008-01-18  Vladimir Glazounov  <vg@openoffice.org>  [27ae7893cd9da36abf0f5bd2937596ad2940d961]

new version for OOH680


2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ff44f358b8b84517199910c98bab730feec1c4e8]

INTEGRATION: CWS ause085 (1.5.2); FILE MERGED 2007/11/26 15:00:05 hjs 1.5.2.1: #i83981# makefile fixes


2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [eab94d869196624cbfa9f8ab23ac5934172dc308]

INTEGRATION: CWS ause085 (1.7.48); FILE MERGED 2007/09/25 11:37:43 hjs 1.7.48.1: #i81650# fix makefiles to avoid useless dependency recreation


2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [eb4e3ab93946a6a904d402e498a099bb011574a4]

INTEGRATION: CWS ause085 (1.43.2); FILE MERGED 2007/11/26 15:00:05 hjs 1.43.2.1: #i83981# makefile fixes


2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7e1d74b0594cbb309f0c80ccd8773f478e44f1f8]

INTEGRATION: CWS ause085 (1.10.48); FILE MERGED 2007/11/26 15:00:05 hjs 1.10.48.2: #i83981# makefile fixes 2007/09/25 11:37:43 hjs 1.10.48.1: #i81650# fix makefiles to avoid useless dependency recreation


2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [0a99cb82a8a8238ebf672870c49d36f9eba70861]

INTEGRATION: CWS ause085 (1.5.2); FILE MERGED 2007/11/26 15:00:04 hjs 1.5.2.1: #i83981# makefile fixes


2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [63e1362e3080c851a771794d13873b7d3ec052c0]

INTEGRATION: CWS ause085 (1.14.62); FILE MERGED 2007/11/26 15:00:04 hjs 1.14.62.2: #i83981# makefile fixes 2007/09/25 11:37:43 hjs 1.14.62.1: #i81650# fix makefiles to avoid useless dependency recreation


2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [e9b2aacb761756579c3bac78224262654dac4250]

INTEGRATION: CWS ause085 (1.16.2); FILE MERGED 2007/11/27 12:34:15 hjs 1.16.2.3: #i83988# make sure list gets updated in incremental build 2007/11/26 17:12:46 hjs 1.16.2.2: #i83988# write language list define to .hxx and include it 2007/11/26 15:00:04 hjs 1.16.2.1: #i83981# makefile fixes


2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [9805e6cf4f4fe7808a9f46420e4e555b32825879]

INTEGRATION: CWS ause085 (1.17.4); FILE MERGED 2007/11/26 17:12:46 hjs 1.17.4.1: #i83988# write language list define to .hxx and include it


2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ad59045708e32d29291137cee9f6dca88b74f6aa]

INTEGRATION: CWS ause085 (1.14.50); FILE MERGED 2007/11/26 15:00:04 hjs 1.14.50.3: #i83981# makefile fixes 2007/11/15 16:07:35 hjs 1.14.50.2: RESYNC: (1.14-1.15); FILE MERGED 2007/09/25 11:37:43 hjs 1.14.50.1: #i81650# fix makefiles to avoid useless dependency recreation


2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [6efb7303b842229caa35f6453228bfab8ad04e54]

INTEGRATION: CWS ause085 (1.3.628); FILE MERGED 2007/11/15 15:50:20 hjs 1.3.628.3: RESYNC: (1.4-1.5); FILE MERGED 2007/10/19 10:59:14 hjs 1.3.628.2: RESYNC: (1.3-1.4); FILE MERGED 2007/09/17 17:22:19 hjs 1.3.628.1: #i81650# remove CXXFILES and CFILES from makefile - cleanup


2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [43f4548e7cf2b820512e6d31111471de483dcc76]

INTEGRATION: CWS ause085 (1.5.628); FILE MERGED 2007/09/17 17:22:18 hjs 1.5.628.1: #i81650# remove CXXFILES and CFILES from makefile - cleanup


2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [92494f1b4757e042dfdb34a9844136386bacb035]

INTEGRATION: CWS ause085 (1.4.628); FILE MERGED 2007/09/17 17:22:18 hjs 1.4.628.1: #i81650# remove CXXFILES and CFILES from makefile - cleanup


2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [fe839ff136a1852643ecfef654c420c6ffe8c2d2]

INTEGRATION: CWS tkr08 (1.56.6); FILE MERGED 2007/12/17 12:08:53 tkr 1.56.6.1: #i82985# WaE on 64bit Linux


2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [d103725f908d223e5e1fdc5a2270b9a39554caaa]

INTEGRATION: CWS tkr08 (1.59.14); FILE MERGED 2007/12/10 13:04:35 tkr 1.59.14.1: #i84310# Property DIALOGSOURCEURL wasnt initialize


2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [5e501c9c86b2c7fd8f57827bf00e64571652104e]

INTEGRATION: CWS tkr08 (1.23.16); FILE MERGED 2007/12/10 13:06:34 tkr 1.23.16.1: #i84312# Property DIALOGSOURCEURL assertion if null


2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [0b0e26219a3c3acffbe35db3c406ec0efca2ffb4]

INTEGRATION: CWS obo21 (1.148.80); FILE MERGED 2007/12/05 16:14:19 obo 1.148.80.1: #i84233# change for .Net 2008


2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [e34ac1d18635989bcbefa1eacb23550390bbdbc8]

INTEGRATION: CWS obo21 (1.3.6); FILE MERGED 2007/12/06 10:22:04 obo 1.3.6.1: #i84233# change for .Net 2008 (no directx 5 available)


2008-01-15  Rüdiger Timm  <rt@openoffice.org>  [982d7b8ad707a416ab6efb5728861882ea641e47]

#i10000# Fix warning.


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f7d7d9a63759504abe35427259541a1ccbd08829]

INTEGRATION: CWS fwk79 (1.81.2); FILE MERGED 2007/12/06 14:40:16 cd 1.81.2.2: #i84193# Added missing group box and fixed line control to the set of safe controls 2007/12/04 13:09:17 cd 1.81.2.1: #i84193# Enable transparency only for safe controls. Revert to old background color code for other controls


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [393b02431037cc1ce5fcf562273105278d686309]

INTEGRATION: CWS aquavcl04 (1.148.2); FILE MERGED 2007/10/19 14:42:31 pl 1.148.2.1: #i79131# no more KEY_CONTROLMOD


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [36c2f05e23ed0142d8ad038ecb6e48593af98e79]

INTEGRATION: CWS aquavcl04 (1.219.44); FILE MERGED 2007/10/19 14:42:30 pl 1.219.44.1: #i79131# no more KEY_CONTROLMOD


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c4d924fd3555ed78e2e2dec7774e7d7cfd967851]

INTEGRATION: CWS aquavcl04 (1.91.70); FILE MERGED 2007/10/19 14:42:30 pl 1.91.70.1: #i79131# no more KEY_CONTROLMOD


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a90eb11f8a6868529b3d6b2e291cee5de83ae79c]

INTEGRATION: CWS aquavcl04 (1.23.102); FILE MERGED 2007/11/14 16:55:47 pl 1.23.102.1: #i77549# add hittest for scrolbar track


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2f73d52c923fce407a67f4ee0776426b4166ee38]

INTEGRATION: CWS aquavcl04 (1.71.2); FILE MERGED 2007/10/19 16:46:41 pl 1.71.2.2: fix a typo 2007/10/19 14:42:30 pl 1.71.2.1: #i79131# no more KEY_CONTROLMOD


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4ed01e6f6b9d0b8a3802acd918f975beaaa96fde]

INTEGRATION: CWS aquavcl04 (1.118.2); FILE MERGED 2007/12/03 10:34:00 pl 1.118.2.2: RESYNC: (1.118-1.119); FILE MERGED 2007/10/19 14:42:29 pl 1.118.2.1: #i79131# no more KEY_CONTROLMOD


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8f111295e34a795d8fddfa4f60a7425ee0c3b0db]

INTEGRATION: CWS aquavcl04 (1.264.36); FILE MERGED 2007/12/10 17:03:03 pl 1.264.36.3: RESYNC: (1.266-1.267); FILE MERGED 2007/12/03 10:33:53 pl 1.264.36.2: RESYNC: (1.264-1.266); FILE MERGED 2007/11/14 12:38:37 pl 1.264.36.1: #i83635# make some layeout space for native controls


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9fb3ff926d3d15886480c94dca83dc2d9cd387da]

INTEGRATION: CWS aquavcl04 (1.22.102); FILE MERGED 2007/11/23 16:00:04 pl 1.22.102.1: #i83908# skip invisible internal taskbar when travelling through floaters


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [50c282bde79dbc832b9bf2b00e55f16ec56a2231]

INTEGRATION: CWS aquavcl04 (1.25.70); FILE MERGED 2007/11/16 06:24:51 pl 1.25.70.2: RESYNC: (1.25-1.26); FILE MERGED 2007/10/23 11:35:26 hdu 1.25.70.1: #i82882# performance: no need to repaint an unchanged progress bar


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [dfd60119d3b27f64c35338278b91a0d8de134274]

INTEGRATION: CWS aquavcl04 (1.155.36); FILE MERGED 2007/12/03 10:33:56 pl 1.155.36.4: RESYNC: (1.156-1.157); FILE MERGED 2007/11/16 06:24:47 pl 1.155.36.3: RESYNC: (1.155-1.156); FILE MERGED 2007/10/19 14:42:29 pl 1.155.36.2: #i79131# no more KEY_CONTROLMOD 2007/10/16 15:50:34 pl 1.155.36.1: #i78832# set clipregion for native highlighting to prevent theming from overpainting


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [015f75f0fd5105ffb07222d9f0048a5652f28d0d]

INTEGRATION: CWS aquavcl04 (1.12.102); FILE MERGED 2007/10/19 14:42:29 pl 1.12.102.1: #i79131# no more KEY_CONTROLMOD


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f5355ea9f584df1310cebe7a456933c1f99f9633]

INTEGRATION: CWS aquavcl04 (1.15.2); FILE MERGED 2007/10/15 15:18:32 pl 1.15.2.1: avoid assertion


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [51812ae70316efaf1cf003a8004c20f09ba6baf4]

INTEGRATION: CWS aquavcl04 (1.34.16); FILE MERGED 2007/12/11 17:17:28 pl 1.34.16.1: #i84470# catch a division by zero


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [99fef3aea7cf4fa1da3823b0d783212700c22923]

INTEGRATION: CWS aquavcl04 (1.21.36); FILE MERGED 2007/11/22 17:20:09 pl 1.21.36.3: #i77549# allow for aqua theme drawing scrollbars not as spcified 2007/11/16 06:24:54 pl 1.21.36.2: RESYNC: (1.21-1.22); FILE MERGED 2007/11/14 16:55:47 pl 1.21.36.1: #i77549# add hittest for scrolbar track


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fd5a34d5a2cfc6e7227f5cee310c89f0905a0433]

INTEGRATION: CWS aquavcl04 (1.61.36); FILE MERGED 2007/10/19 14:42:29 pl 1.61.36.1: #i79131# no more KEY_CONTROLMOD


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [beb50869a5219b5b4050fc0d9582f1bbe2b35003]

INTEGRATION: CWS aquavcl04 (1.24.102); FILE MERGED 2007/10/19 14:42:29 pl 1.24.102.1: #i79131# no more KEY_CONTROLMOD


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [455c447ec280cbca5cb50e6f260868825f5e96c3]

INTEGRATION: CWS aquavcl04 (1.22.76); FILE MERGED 2007/10/19 14:42:29 pl 1.22.76.1: #i79131# no more KEY_CONTROLMOD


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0bb18b5b8db23bb499f7041276b952147ad73ba1]

INTEGRATION: CWS aquavcl04 (1.90.32); FILE MERGED 2007/12/07 16:14:24 hdu 1.90.32.2: #i80460# get rid of delay between invalidate and repaint for NWF on Aqua 2007/10/19 14:42:28 pl 1.90.32.1: #i79131# no more KEY_CONTROLMOD


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5cbd94cdcba1ed3a2243929dcee29cc9b9787bdb]

INTEGRATION: CWS aquavcl04 (1.6.2); FILE MERGED 2007/12/10 17:38:52 pl 1.6.2.1: fix a typo


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b50a3e1ac1e013be7c21b03ebdae2a26718750fe]

INTEGRATION: CWS aquavcl04 (1.6.2); FILE MERGED 2007/11/22 17:20:09 pl 1.6.2.1: #i77549# allow for aqua theme drawing scrollbars not as spcified


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [27685246d9d697ddd0dba99434c415d3f3642ed1]

INTEGRATION: CWS aquavcl04 (1.2.178); FILE MERGED 2007/10/19 14:42:28 pl 1.2.178.1: #i79131# no more KEY_CONTROLMOD


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0cdac4a4e3472711c12a4e4865660799f804e2ab]

INTEGRATION: CWS aquavcl04 (1.3.98); FILE MERGED 2007/10/19 14:42:28 pl 1.3.98.1: #i79131# no more KEY_CONTROLMOD


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [330f69dd5bc7720b9567de030c285e4224503fda]

INTEGRATION: CWS aquavcl04 (1.1.2); FILE ADDED 2007/10/15 13:24:26 pl 1.1.2.1: #i82627# move objective c++ implementations to own (.mm) files


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [828bb07ed3c3bbe7ad4a5bd101184666afbba961]

INTEGRATION: CWS aquavcl04 (1.5.2); FILE MERGED 2007/10/15 13:24:26 pl 1.5.2.1: #i82627# move objective c++ implementations to own (.mm) files


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d289207d373b1b772bb04bc886307658ab022a49]

INTEGRATION: CWS aquavcl04 (1.1.2); FILE ADDED 2007/11/23 16:41:44 pl 1.1.2.18: #i82684# handle backspace via selector 2007/11/23 14:39:42 pl 1.1.2.17: #i82684# take special care of ctrl-alt-shift-d 2007/11/21 20:08:48 pl 1.1.2.16: #i81645# find window under mouse for events 2007/11/21 12:45:04 pl 1.1.2.15: #i83812# fix a paint issue 2007/11/21 10:17:10 pl 1.1.2.14: #i83807# make backtab work 2007/11/09 15:08:37 pl 1.1.2.13: #i82683# check for NSNotfound before adding to loacation 2007/11/08 13:36:57 pl 1.1.2.12: #i82684# let input manager see all events first 2007/11/01 13:48:47 pl 1.1.2.11: #i83205# correction for ownderdraw windows 2007/11/01 13:36:08 pl 1.1.2.10: #i83205# some of our borderless windows can become key window 2007/10/31 14:03:53 pl 1.1.2.9: #i77489# implement shaping 2007/10/23 14:23:37 pl 1.1.2.8: #i82266# correct mouse wheel values 2007/10/23 10:27:21 pl 1.1.2.7: confused decimal and hexadecimal 32, fixed 2007/10/19 21:22:17 ericb 1.1.2.6: #i79131# replace KEY_MOD5 with KEY_MOD3 2007/10/18 15:35:45 ericb 1.1.2.5: removing PowerPC warnings 2007/10/18 06:41:57 ekato 1.1.2.4: #i82742# fix input position for NSTextInput protocol 2007/10/16 13:40:54 pl 1.1.2.3: #i82284#  emulate right click with ctrl left click 2007/10/16 13:10:08 pl 1.1.2.2: #i82266# send mouse and wheel events to correct frame 2007/10/15 13:24:26 pl 1.1.2.1: #i82627# move objective c++ implementations to own (.mm) files


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4732142f3fddf070a7d388d7a81a64757280a7e4]

INTEGRATION: CWS aquavcl04 (1.53.2); FILE MERGED 2007/12/10 17:03:00 pl 1.53.2.17: RESYNC: (1.53-1.54); FILE MERGED 2007/12/06 12:55:02 pl 1.53.2.16: #i84306# react on display changes 2007/12/06 12:28:08 pl 1.53.2.15: #i84306# multimonitor support 2007/11/22 15:25:10 pl 1.53.2.14: get rid of a deprecation warning 2007/11/19 13:17:14 pl 1.53.2.13: remove unused code 2007/11/09 10:27:48 pl 1.53.2.12: get system fonts using cocoa methods 2007/11/08 17:59:56 pl 1.53.2.11: get system colors using cocoa 2007/11/06 18:09:15 pl 1.53.2.10: #i83380#  fix Get/SetWindowState to use the same coordinates as the rest of AquaSalFrame 2007/10/31 14:03:53 pl 1.53.2.9: #i77489# implement shaping 2007/10/19 14:42:31 pl 1.53.2.8: #i79131# no more KEY_CONTROLMOD 2007/10/18 15:57:48 pl 1.53.2.7: #i77848# ESIZE/WSIZE cursors were wrong 2007/10/18 15:35:45 ericb 1.53.2.6: removing PowerPC warnings 2007/10/18 14:05:51 pl 1.53.2.5: #i77848# complete cursor mappings 2007/10/17 18:13:38 pl 1.53.2.4: #i77848# add cursor images 2007/10/16 13:10:08 pl 1.53.2.3: #i82266# send mouse and wheel events to correct frame 2007/10/15 13:24:25 pl 1.53.2.2: #i82627# move objective c++ implementations to own (.mm) files 2007/10/12 14:12:57 ericb 1.53.2.1: #i82228# fix toggle fullscreen issue


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [40a6c9cda69043fa628237b541e67964b9e187da]

INTEGRATION: CWS aquavcl04 (1.11.98); FILE MERGED 2007/10/15 13:24:25 pl 1.11.98.1: #i82627# move objective c++ implementations to own (.mm) files


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9ae7e0dd1cf6f68ddc6d41068f140417711ca8a5]

INTEGRATION: CWS aquavcl04 (1.11.2); FILE MERGED 2007/10/18 15:35:17 ericb 1.11.2.2: removing PowerPC warnings 2007/10/15 13:24:25 pl 1.11.2.1: #i82627# move objective c++ implementations to own (.mm) files


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c65e880ab25e539ded5065c5b5127e2a6b731052]

INTEGRATION: CWS aquavcl04 (1.7.2); FILE MERGED 2007/11/22 17:20:09 pl 1.7.2.4: #i77549# allow for aqua theme drawing scrollbars not as spcified 2007/11/14 16:55:47 pl 1.7.2.3: #i77549# add hittest for scrolbar track 2007/10/18 20:30:15 ericb 1.7.2.2: removing a hack (was a forgoten test) 2007/10/18 15:35:17 ericb 1.7.2.1: removing PowerPC warnings


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [93b1928404f7e4c03a9d6c4311f79f07772cc2b0]

INTEGRATION: CWS aquavcl04 (1.12.2); FILE MERGED 2007/10/31 14:03:53 pl 1.12.2.2: #i77489# implement shaping 2007/10/18 15:35:17 ericb 1.12.2.1: removing PowerPC warnings


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5dd8d27649a5e20365cab7e2bb3a0d6b2d9c59c7]

INTEGRATION: CWS aquavcl04 (1.65.2); FILE MERGED 2007/12/06 14:11:41 hdu 1.65.2.4: #i84313# fix GetFontMetric() when a stretched font is set 2007/12/06 12:55:02 pl 1.65.2.3: #i84306# react on display changes 2007/11/15 12:21:57 hdu 1.65.2.2: #i83634# tweak GetScreenFontResolution() on aqua to satisfy platform independent heuristics 2007/10/18 15:35:17 ericb 1.65.2.1: removing PowerPC warnings


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [db88904ce26b40116c747203111f6f558ce91192]

INTEGRATION: CWS aquavcl04 (1.9.2); FILE MERGED 2007/10/29 13:25:07 hdu 1.9.2.1: #i82703# prevent subsetting of PS-OTF fonts until PS-OTF subsetting is implemented


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bf1fc52115c36736654049b4b31ed44e6a230733]

INTEGRATION: CWS aquavcl04 (1.5.2); FILE MERGED 2007/12/11 15:28:10 hdu 1.5.2.3: #i83699# use inverse transformation to get rid of accumulated rounding errors in AtsLayout::FillDXArray() 2007/11/19 16:46:31 hdu 1.5.2.2: #i83699# prevent accumulation of rounding errors when converting from quartz-subpixels to vcl-pixels 2007/10/18 15:35:17 ericb 1.5.2.1: removing PowerPC warnings


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a5bf11897ba0275c5422bac68acacdc9d60a95f2]

INTEGRATION: CWS aquavcl04 (1.12.98); FILE MERGED 2007/10/15 13:24:25 pl 1.12.98.1: #i82627# move objective c++ implementations to own (.mm) files


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a0f228ca578965449586a35ceca82ce2facf820f]

INTEGRATION: CWS aquavcl04 (1.1.2); FILE ADDED 2007/10/15 13:24:25 pl 1.1.2.1: #i82627# move objective c++ implementations to own (.mm) files


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [03717518cec996608720b8d08f3a442c3a325d84]

INTEGRATION: CWS aquavcl04 (1.1.2); FILE ADDED 2007/12/06 12:55:02 pl 1.1.2.5: #i84306# react on display changes 2007/10/31 18:54:47 pl 1.1.2.4: clean up some copy and paste garbage 2007/10/31 18:51:23 pl 1.1.2.3: #i83176# detect system colors changing 2007/10/16 13:10:08 pl 1.1.2.2: #i82266# send mouse and wheel events to correct frame 2007/10/15 13:24:25 pl 1.1.2.1: #i82627# move objective c++ implementations to own (.mm) files


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d648ec883ef0671e0be17b9fcfccd875ee87fd38]

INTEGRATION: CWS aquavcl04 (1.15.2); FILE MERGED 2007/11/28 15:54:13 pl 1.15.2.2: #i84055# add timer to tracking runloop mode 2007/10/15 13:24:25 pl 1.15.2.1: #i82627# move objective c++ implementations to own (.mm) files


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [45a8259c727c9b0375c67d5513db1d84884b7cfa]

INTEGRATION: CWS aquavcl04 (1.8.2); FILE MERGED 2007/12/06 12:28:08 pl 1.8.2.2: #i84306# multimonitor support 2007/10/18 15:34:18 ericb 1.8.2.1: removing PowerPC warnings


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5d76b95fe775f7bdd012b863d39b874dae70799f]

INTEGRATION: CWS aquavcl04 (1.1.2); FILE ADDED 2007/10/23 14:05:13 pl 1.1.2.2: #i82874# timer needs to wake up a waiting Yield 2007/10/15 13:24:25 pl 1.1.2.1: #i82627# move objective c++ implementations to own (.mm) files


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [21fe8fa1f1248967926056c82059b52b49a58e7d]

INTEGRATION: CWS aquavcl04 (1.40.2); FILE MERGED 2007/12/10 17:02:57 pl 1.40.2.10: RESYNC: (1.40-1.41); FILE MERGED 2007/12/06 12:55:02 pl 1.40.2.9: #i84306# react on display changes 2007/11/27 11:24:01 pl 1.40.2.8: #i83820# an autorelease pool per yield level as suggested by documentation 2007/11/21 17:18:24 pl 1.40.2.7: #i83820# ensure release pool for frame 2007/11/21 17:09:59 pl 1.40.2.6: #i83820# release pools per thread 2007/11/21 10:59:50 pl 1.40.2.5: fix an autolrelease assertion 2007/10/31 18:51:23 pl 1.40.2.4: #i83176# detect system colors changing 2007/10/23 14:05:13 pl 1.40.2.3: #i82874# timer needs to wake up a waiting Yield 2007/10/18 15:34:18 ericb 1.40.2.2: removing PowerPC warnings 2007/10/15 13:24:25 pl 1.40.2.1: #i82627# move objective c++ implementations to own (.mm) files


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [76f0fe5d4a3c5165f3fcd4873fef63cc6f68d126]

INTEGRATION: CWS aquavcl04 (1.9.2); FILE MERGED 2007/11/27 11:24:01 pl 1.9.2.4: #i83820# an autorelease pool per yield level as suggested by documentation 2007/11/21 17:09:59 pl 1.9.2.3: #i83820# release pools per thread 2007/10/18 14:05:51 pl 1.9.2.2: #i77848# complete cursor mappings 2007/10/17 18:13:38 pl 1.9.2.1: #i77848# add cursor images


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [57e80bed31658c2c00fee5f02a94c5b5400d7f22]

INTEGRATION: CWS aquavcl04 (1.14.98); FILE MERGED 2007/10/17 18:13:38 pl 1.14.98.2: #i77848# add cursor images 2007/10/15 13:24:25 pl 1.14.98.1: #i82627# move objective c++ implementations to own (.mm) files


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [93ee1f0a44ec3f02b2d727366c667f2b776a5a82]

INTEGRATION: CWS aquavcl04 (1.1.2); FILE ADDED 2007/12/06 12:55:02 pl 1.1.2.3: #i84306# react on display changes 2007/10/31 18:51:23 pl 1.1.2.2: #i83176# detect system colors changing 2007/10/15 13:24:25 pl 1.1.2.1: #i82627# move objective c++ implementations to own (.mm) files


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0762350068148d571f59cec322d9b61fb28104bd]

INTEGRATION: CWS aquavcl04 (1.5.2); FILE MERGED 2007/10/15 13:24:24 pl 1.5.2.1: #i82627# move objective c++ implementations to own (.mm) files


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cdfcdb95f47d999b1f787f56d874899e61842a28]

INTEGRATION: CWS aquavcl04 (1.1.2); FILE ADDED 2007/10/15 13:24:24 pl 1.1.2.1: #i82627# move objective c++ implementations to own (.mm) files


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cec72352477d88ff0ce003be05ad64d2d69fd1a6]

INTEGRATION: CWS aquavcl04 (1.13.2); FILE MERGED 2007/11/27 11:24:00 pl 1.13.2.4: #i83820# an autorelease pool per yield level as suggested by documentation 2007/11/21 17:09:59 pl 1.13.2.3: #i83820# release pools per thread 2007/10/23 14:05:13 pl 1.13.2.2: #i82874# timer needs to wake up a waiting Yield 2007/10/15 13:24:24 pl 1.13.2.1: #i82627# move objective c++ implementations to own (.mm) files


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [115f95f78c88c7e3942b962ef6da93c37a811d28]

INTEGRATION: CWS aquavcl04 (1.33.2); FILE MERGED 2007/12/06 14:11:40 hdu 1.33.2.3: #i84313# fix GetFontMetric() when a stretched font is set 2007/12/06 12:55:02 pl 1.33.2.2: #i84306# react on display changes 2007/10/31 14:03:53 pl 1.33.2.1: #i77489# implement shaping


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d0fa6a678c66781ebf0335abbbe1c80c71a9272d]

INTEGRATION: CWS aquavcl04 (1.1.2); FILE ADDED 2007/11/23 14:39:42 pl 1.1.2.6: #i82684# take special care of ctrl-alt-shift-d 2007/11/21 20:08:48 pl 1.1.2.5: #i81645# find window under mouse for events 2007/11/21 17:02:59 pl 1.1.2.4: #i83807# make backtab work 2007/11/01 13:36:08 pl 1.1.2.3: #i83205# some of our borderless windows can become key window 2007/10/16 13:10:08 pl 1.1.2.2: #i82266# send mouse and wheel events to correct frame 2007/10/15 13:24:24 pl 1.1.2.1: #i82627# move objective c++ implementations to own (.mm) files


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1f996acd6fcede46d4e2b87c68ce969d8583b6d7]

INTEGRATION: CWS aquavcl04 (1.20.2); FILE MERGED 2007/12/06 12:55:02 pl 1.20.2.4: #i84306# react on display changes 2007/12/06 12:28:08 pl 1.20.2.3: #i84306# multimonitor support 2007/10/31 14:03:53 pl 1.20.2.2: #i77489# implement shaping 2007/10/15 13:24:24 pl 1.20.2.1: #i82627# move objective c++ implementations to own (.mm) files


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0d19513a238009392082a86410f9fa3562fc9a80]

INTEGRATION: CWS aquavcl04 (1.17.2); FILE MERGED 2007/11/21 17:09:58 pl 1.17.2.2: #i83820# release pools per thread 2007/10/17 18:13:38 pl 1.17.2.1: #i77848# add cursor images


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [be59722012a47f94a37da1a0aeddcdea110cad69]

INTEGRATION: CWS aquavcl04 (1.9.12); FILE MERGED 2007/10/19 14:41:39 pl 1.9.12.1: #i79131# no more KEY_CONTROLMOD


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [82c2d0c41370f7c696d87a46317abd89195525e5]

INTEGRATION: CWS chart15 (1.53.4); FILE MERGED 2007/12/14 13:00:43 bm 1.53.4.9: #i84276# commented-out code removed 2007/12/14 12:47:38 bm 1.53.4.8: #i84276# additional check, hark! 2007/12/14 12:46:00 bm 1.53.4.7: #i84276# additional check 2007/12/14 11:43:32 bm 1.53.4.6: #i84276# make cachedItem a member of the LocaleData class again 2007/12/14 10:53:09 bm 1.53.4.5: #i84276# use more safe singleton implementation 2007/12/12 09:52:56 bm 1.53.4.4: RESYNC: (1.53-1.54); FILE MERGED 2007/12/06 17:10:15 iha 1.53.4.3: #i84276# avoid repeated loading and unloading of localedata lib 2007/12/05 19:35:44 iha 1.53.4.2: #i84276# avoid repeated loading and unloading of localedata lib - reorganize for solaris compiler 2007/12/05 18:03:14 iha 1.53.4.1: #i84276# avoid repeated loading and unloading of localedata lib


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ec2278e67cc8285e66dd8c6d3e2a6e8d7b141fa1]

INTEGRATION: CWS chart15 (1.17.68); FILE MERGED 2007/12/14 11:43:22 bm 1.17.68.5: #i84276# make cachedItem a member of the LocaleData class again 2007/12/14 10:52:58 bm 1.17.68.4: #i84276# use more safe singleton implementation 2007/12/06 17:08:28 iha 1.17.68.3: #i84276# avoid repeated loading and unloading of localedata lib 2007/12/05 19:34:12 iha 1.17.68.2: #i84276# avoid repeated loading and unloading of localedata lib - reorganize for solaris compiler 2007/12/05 18:02:16 iha 1.17.68.1: #i84276# avoid repeated loading and unloading of localedata lib


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5dbf35b7c5226e52dc944a4238ffc474918b1581]

INTEGRATION: CWS chart15 (1.23.164); FILE MERGED 2008/01/02 14:54:01 iha 1.23.164.2: #i84750# Missing update of Replacement image when leaving edit mode 2007/12/12 12:15:31 iha 1.23.164.1: #i83708# #i81857# #i79578# request an ole replacement image for charts only if really necessary


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [79c363a18dbbcd477009323629def304b6ac6583]

INTEGRATION: CWS awtfixes1 (1.9.10); FILE MERGED 2007/08/17 14:56:31 mmeeks 1.9.10.2: RESYNC: (1.9-1.10); FILE MERGED 2007/08/17 13:52:58 mmeeks 1.9.10.1: Issue number: i#80754# Submitted by: mmeeks Start of virtual method for sizing ...


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d09469e04fe106da5adf77c65a3171b36030608d]

INTEGRATION: CWS awtfixes1 (1.22.10); FILE MERGED 2007/08/17 14:55:02 mmeeks 1.22.10.2: RESYNC: (1.22-1.23); FILE MERGED 2007/08/17 13:52:58 mmeeks 1.22.10.1: Issue number: i#80754# Submitted by: mmeeks Start of virtual method for sizing ...


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [80b1636445be4f2404d378fb01a2e78027ca5bfe]

INTEGRATION: CWS awtfixes1 (1.24.46); FILE MERGED 2007/11/01 21:40:58 jcn 1.24.46.3: Issue number:  i#80754# Submitted by:  jcn Reviewed by:   mmeeks Use correct width of spin button calculation.

Fixes spinfield with larger font sizes.
2007/08/17 14:46:42 mmeeks 1.24.46.2: RESYNC: (1.24-1.25); FILE MERGED
2007/08/17 13:52:57 mmeeks 1.24.46.1: Issue number: i#80754#
Submitted by: mmeeks
Start of virtual method for sizing ...

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e537587c8ab294df38a9c5a80091a1e572b8e5a0]

INTEGRATION: CWS awtfixes1 (1.38.10); FILE MERGED 2007/11/29 19:03:30 fridrich_strba 1.38.10.3: RESYNC: (1.39-1.41); FILE MERGED 2007/08/17 14:46:35 mmeeks 1.38.10.2: RESYNC: (1.38-1.39); FILE MERGED 2007/08/17 13:52:57 mmeeks 1.38.10.1: Issue number: i#80754# Submitted by: mmeeks Start of virtual method for sizing ...


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [69dffbb82b89b5053eaca256aad53f0f8757175f]

INTEGRATION: CWS awtfixes1 (1.21.66); FILE MERGED 2007/10/31 18:02:00 mmeeks 1.21.66.2: Submitted by: jcn Reviewed by:  mmeeks More sizing fixes for vcl. 2007/08/17 13:52:57 mmeeks 1.21.66.1: Issue number: i#80754# Submitted by: mmeeks Start of virtual method for sizing ...


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fd86c34bf7265e626a5a32ecf9a700a30ea77af4]

INTEGRATION: CWS awtfixes1 (1.86.10); FILE MERGED 2007/11/29 19:03:24 fridrich_strba 1.86.10.4: RESYNC: (1.88-1.90); FILE MERGED 2007/11/01 21:40:58 jcn 1.86.10.3: Issue number:  i#80754# Submitted by:  jcn Reviewed by:   mmeeks Use correct width of spin button calculation.

Fixes spinfield with larger font sizes.
2007/08/17 14:45:57 mmeeks 1.86.10.2: RESYNC: (1.86-1.88); FILE MERGED
2007/08/17 13:52:57 mmeeks 1.86.10.1: Issue number: i#80754#
Submitted by: mmeeks
Start of virtual method for sizing ...

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [216d5dbae075f5408a15da2df7c4a4e24f9dac12]

INTEGRATION: CWS awtfixes1 (1.23.66); FILE MERGED 2007/08/17 13:52:57 mmeeks 1.23.66.1: Issue number: i#80754# Submitted by: mmeeks Start of virtual method for sizing ...


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c00b6f571920ea60d640effd63f68a44e70a4ac3]

INTEGRATION: CWS awtfixes1 (1.42.10); FILE MERGED 2007/11/29 19:03:15 fridrich_strba 1.42.10.3: RESYNC: (1.44-1.46); FILE MERGED 2007/08/17 14:46:14 mmeeks 1.42.10.2: RESYNC: (1.42-1.44); FILE MERGED 2007/08/17 13:52:57 mmeeks 1.42.10.1: Issue number: i#80754# Submitted by: mmeeks Start of virtual method for sizing ...


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e03871c2f6f588afa97e501528f2b0adeea6d447]

INTEGRATION: CWS awtfixes1 (1.52.18); FILE MERGED 2007/11/01 20:06:12 jcn 1.52.18.4: Issue number: i#80754# Submitted by: jcn Reviewed by: mmeeks Put PushButton::CalcMinimumSize back.  Fixes build. 2007/10/31 18:02:00 mmeeks 1.52.18.3: Submitted by: jcn Reviewed by:  mmeeks More sizing fixes for vcl. 2007/08/17 14:46:07 mmeeks 1.52.18.2: RESYNC: (1.52-1.54); FILE MERGED 2007/08/17 13:52:57 mmeeks 1.52.18.1: Issue number: i#80754# Submitted by: mmeeks Start of virtual method for sizing ...


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [83ef60b9ab96fff9c6a1ac1dc02eb00dcaa0d821]

INTEGRATION: CWS awtfixes1 (1.2.114); FILE MERGED 2007/11/29 19:03:08 fridrich_strba 1.2.114.3: RESYNC: (1.3-1.4); FILE MERGED 2007/08/17 14:44:02 mmeeks 1.2.114.2: RESYNC: (1.2-1.3); FILE MERGED 2007/08/17 13:52:57 mmeeks 1.2.114.1: Issue number: i#80754# Submitted by: mmeeks Start of virtual method for sizing ...


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e56a17474a2f9ce423f05ddae580d76fdc330f7e]

INTEGRATION: CWS awtfixes1 (1.2.142); FILE MERGED 2007/08/17 13:52:57 mmeeks 1.2.142.1: Issue number: i#80754# Submitted by: mmeeks Start of virtual method for sizing ...


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [348f82c4c27563826facce6aada64c834b6e3d6a]

INTEGRATION: CWS awtfixes1 (1.2.142); FILE MERGED 2007/10/31 18:02:00 mmeeks 1.2.142.2: Submitted by: jcn Reviewed by:  mmeeks More sizing fixes for vcl. 2007/08/17 13:52:57 mmeeks 1.2.142.1: Issue number: i#80754# Submitted by: mmeeks Start of virtual method for sizing ...


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e1fb31b799ee762a7ef2327687237eb9d1801166]

INTEGRATION: CWS awtfixes1 (1.3.122); FILE MERGED 2007/11/29 19:03:02 fridrich_strba 1.3.122.2: RESYNC: (1.3-1.4); FILE MERGED 2007/08/17 13:52:57 mmeeks 1.3.122.1: Issue number: i#80754# Submitted by: mmeeks Start of virtual method for sizing ...


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5143ce4e7f50961e60e48b82f59d103077a1889f]

INTEGRATION: CWS awtfixes1 (1.32.4); FILE MERGED 2007/08/16 16:09:16 mmeeks 1.32.4.1: Issue number: i#78291# Submitted by: mmeeks Add default properties for the simplest widgets ...


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [39efdf30e0b8556343b15de7d35f65f2776d34a2]

INTEGRATION: CWS awtfixes1 (1.5.114); FILE MERGED 2007/07/13 17:43:53 mmeeks 1.5.114.1: Issue number: i#78291# Submitted by: mmeeks Reviewed by:  fs Add property introspection to awt/ wrappers.


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3549044aee69b3cb03c55ec720e8b29fadd0a6a9]

INTEGRATION: CWS awtfixes1 (1.37.4); FILE MERGED 2007/11/29 19:01:46 fridrich_strba 1.37.4.3: RESYNC: (1.37-1.39); FILE MERGED 2007/11/21 19:37:22 jcn 1.37.4.2: Issue number:  i#83222# Submitted by:  jcn Reviewed by:   mmeeks Change definition of "Unit" to use sal_Int16 instead of sal_uInt16. Fixes use of unsupported unsigned type. 2007/11/02 10:56:03 jcn 1.37.4.1: Issue number:  i#83222# Submitted by:  jcn Reviewed by:   mmeeks Apply layout-toolkit-metric-field.diff.  Adds VCLXMetricField implementation and use it for WINDOW_METRICFIELD instead of VCLXSpinField.


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [25b32b7f835c8850f93d158c05173a80dd6d9c06]

INTEGRATION: CWS awtfixes1 (1.81.4); FILE MERGED 2007/12/10 13:58:24 jcn 1.81.4.5: Issue number:  i#78291# Submitted by:  jcn Reviewed by:   mmeeks Move BASEPROPERTY_NOLABEL from UnoControlFixedTextModel to VCLXFixedText so that it is set using introspection. 2007/12/03 20:02:28 jcn 1.81.4.4: Issue number:  i#78291# Submitted by:  jcn Reviewed by:   mmeeks Use introspection and remove duplication of property registration in UnoControlFixedTextModel. 2007/11/29 19:01:34 fridrich_strba 1.81.4.3: RESYNC: (1.82-1.84); FILE MERGED 2007/08/16 15:59:29 mmeeks 1.81.4.2: RESYNC: (1.81-1.82); FILE MERGED 2007/07/13 17:43:52 mmeeks 1.81.4.1: Issue number: i#78291# Submitted by: mmeeks Reviewed by:  fs Add property introspection to awt/ wrappers.


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [caa491bb915321e75a90f1dcfe738549aa52a240]

INTEGRATION: CWS awtfixes1 (1.56.2); FILE MERGED 2007/11/29 19:01:41 fridrich_strba 1.56.2.3: RESYNC: (1.57-1.59); FILE MERGED 2007/08/17 14:32:04 mmeeks 1.56.2.2: RESYNC: (1.56-1.57); FILE MERGED 2007/07/13 17:43:52 mmeeks 1.56.2.1: Issue number: i#78291# Submitted by: mmeeks Reviewed by:  fs Add property introspection to awt/ wrappers.


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b16a4a422791a7e63cccbe8ab5581e22a0559910]

INTEGRATION: CWS awtfixes1 (1.7.118); FILE MERGED 2007/07/13 17:43:52 mmeeks 1.7.118.1: Issue number: i#78291# Submitted by: mmeeks Reviewed by:  fs Add property introspection to awt/ wrappers.


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [489ea9e1b2c5573224e362a9ec79cd1abe07bcfb]

INTEGRATION: CWS awtfixes1 (1.63.8); FILE MERGED 2008/01/02 11:43:30 jcn 1.63.8.6: Issue number:  i#83222# Submitted by:  jcn Reviewed by:   mmeeks Attempt to silence false-positive compiler warnings.

An unidentified compiler erroneously warns about possible use of
uninitialized values.  Cannot check this, my gcc-4.2.1 does not
produce such warnings.
2007/12/10 13:58:23 jcn 1.63.8.5: Issue number:  i#78291#
Submitted by:  jcn
Reviewed by:   mmeeks
Move BASEPROPERTY_NOLABEL from UnoControlFixedTextModel to
VCLXFixedText so that it is set using introspection.
2007/11/29 19:01:25 fridrich_strba 1.63.8.4: RESYNC: (1.63-1.64); FILE MERGED
2007/11/02 10:56:03 jcn 1.63.8.3: Issue number:  i#83222#
Submitted by:  jcn
Reviewed by:   mmeeks
Apply layout-toolkit-metric-field.diff.  Adds VCLXMetricField implementation
and use it for WINDOW_METRICFIELD instead of VCLXSpinField.
2007/10/11 10:44:13 pl 1.63.8.2: #i81371# add properties
2007/07/13 17:43:52 mmeeks 1.63.8.1: Issue number: i#78291#
Submitted by: mmeeks
Reviewed by:  fs
Add property introspection to awt/ wrappers.

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [74e4917122734a4c3728dcfc485c7c8d3bb8e83e]

INTEGRATION: CWS awtfixes1 (1.76.4); FILE MERGED 2007/11/29 19:01:15 fridrich_strba 1.76.4.5: RESYNC: (1.77-1.81); FILE MERGED 2007/11/01 20:08:05 jcn 1.76.4.4: Issue number:  i#80754# Submitted by:  jcn Reviewed by:   mmeeks 2007/08/17 14:31:57 mmeeks 1.76.4.3: RESYNC: (1.76-1.77); FILE MERGED 2007/08/16 16:09:16 mmeeks 1.76.4.2: Issue number: i#78291# Submitted by: mmeeks Add default properties for the simplest widgets ... 2007/07/13 17:43:52 mmeeks 1.76.4.1: Issue number: i#78291# Submitted by: mmeeks Reviewed by:  fs Add property introspection to awt/ wrappers.


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [25852cf0aa4f0194976b2421c15b74e453af392c]

INTEGRATION: CWS awtfixes1 (1.9.4); FILE MERGED 2007/12/10 19:22:36 jcn 1.9.4.3: RESYNC: (1.10-1.11); FILE MERGED 2007/11/29 19:01:07 fridrich_strba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2007/07/13 17:43:52 mmeeks 1.9.4.1: Issue number: i#78291# Submitted by: mmeeks Reviewed by:  fs Add property introspection to awt/ wrappers.


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [939e2452590ad79c493c9f5e6af58b0c386f3b85]

INTEGRATION: CWS awtfixes1 (1.57.24); FILE MERGED 2007/12/10 19:22:40 jcn 1.57.24.3: RESYNC: (1.64-1.66); FILE MERGED 2007/11/29 19:01:00 fridrich_strba 1.57.24.2: RESYNC: (1.57-1.64); FILE MERGED 2007/11/02 10:56:03 jcn 1.57.24.1: Issue number:  i#83222# Submitted by:  jcn Reviewed by:   mmeeks Apply layout-toolkit-metric-field.diff.  Adds VCLXMetricField implementation and use it for WINDOW_METRICFIELD instead of VCLXSpinField.


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b27eec90959445f8a09f20560bd3d117a20bfe03]

INTEGRATION: CWS awtfixes1 (1.6.118); FILE MERGED 2007/07/13 17:43:52 mmeeks 1.6.118.1: Issue number: i#78291# Submitted by: mmeeks Reviewed by:  fs Add property introspection to awt/ wrappers.


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9c78aef0613c9388a496d640a0de0bee9745e446]

INTEGRATION: CWS awtfixes1 (1.3.246); FILE MERGED 2007/07/13 17:43:52 mmeeks 1.3.246.1: Issue number: i#78291# Submitted by: mmeeks Reviewed by:  fs Add property introspection to awt/ wrappers.


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1952b0aab33e74b93d7d4268bc1f6e44e755d85c]

INTEGRATION: CWS awtfixes1 (1.31.12); FILE MERGED 2007/12/10 19:22:33 jcn 1.31.12.3: RESYNC: (1.33-1.34); FILE MERGED 2007/11/29 19:00:53 fridrich_strba 1.31.12.2: RESYNC: (1.31-1.33); FILE MERGED 2007/11/02 10:56:03 jcn 1.31.12.1: Issue number:  i#83222# Submitted by:  jcn Reviewed by:   mmeeks Apply layout-toolkit-metric-field.diff.  Adds VCLXMetricField implementation and use it for WINDOW_METRICFIELD instead of VCLXSpinField.


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [517dc76f97f27532b7031b0ed0776b1b80ad1a13]

INTEGRATION: CWS awtfixes1 (1.8.54); FILE MERGED 2007/07/13 17:43:51 mmeeks 1.8.54.1: Issue number: i#78291# Submitted by: mmeeks Reviewed by:  fs Add property introspection to awt/ wrappers.


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8ddd110cbee47fcb0816d70f23eac3988b25f3c5]

INTEGRATION: CWS awtfixes1 (1.36.114); FILE MERGED 2007/11/29 19:00:45 fridrich_strba 1.36.114.3: RESYNC: (1.36-1.37); FILE MERGED 2007/11/02 10:56:02 jcn 1.36.114.2: Issue number:  i#83222# Submitted by:  jcn Reviewed by:   mmeeks Apply layout-toolkit-metric-field.diff.  Adds VCLXMetricField implementation and use it for WINDOW_METRICFIELD instead of VCLXSpinField. 2007/07/13 17:43:51 mmeeks 1.36.114.1: Issue number: i#78291# Submitted by: mmeeks Reviewed by:  fs Add property introspection to awt/ wrappers.


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [555726c2b4cfdb2a61357201fbed23e43ae672ff]

INTEGRATION: CWS awtfixes1 (1.25.8); FILE MERGED 2007/11/29 19:00:38 fridrich_strba 1.25.8.3: RESYNC: (1.25-1.26); FILE MERGED 2007/08/16 16:09:16 mmeeks 1.25.8.2: Issue number: i#78291# Submitted by: mmeeks Add default properties for the simplest widgets ... 2007/07/13 17:43:51 mmeeks 1.25.8.1: Issue number: i#78291# Submitted by: mmeeks Reviewed by:  fs Add property introspection to awt/ wrappers.


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [629535b5b13b865ff7d129d0c77dfd2074b48b2e]

INTEGRATION: CWS awtfixes1 (1.4.246); FILE MERGED 2007/07/13 17:43:51 mmeeks 1.4.246.1: Issue number: i#78291# Submitted by: mmeeks Reviewed by:  fs Add property introspection to awt/ wrappers.


2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8756112c63fc34ec74ef94498a1fcdf034f15405]

INTEGRATION: CWS awtfixes1 (1.3.246); FILE MERGED 2007/07/13 17:43:51 mmeeks 1.3.246.1: Issue number: i#78291# Submitted by: mmeeks Reviewed by:  fs Add property introspection to awt/ wrappers.


2008-01-11  Vladimir Glazounov  <vg@openoffice.org>  [ca3e0482abc8e58a8424e117e6f5ed085e9973bf]

new version for OOH680


2008-01-11  Vladimir Glazounov  <vg@openoffice.org>  [a97e77929c0b32c3a11d6cf53fc13bd4bd1f7e9a]

new version for OOH680


2008-01-10  Oliver Bolte  <obo@openoffice.org>  [30ec0030b0b671c4866d03de22df47d297cebfc7]

INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/09/24 15:52:22 sj 1.1.2.1: initial version


2008-01-10  Oliver Bolte  <obo@openoffice.org>  [4c48b48c7295e0a4c4409fd620ea908d778c68fa]

INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/10/05 13:49:02 os 1.1.2.3: static_int_cast used 2007/10/05 13:12:15 os 1.1.2.2: sal_Int8 cast fixed 2007/09/24 15:52:10 sj 1.1.2.1: initial version


2008-01-10  Oliver Bolte  <obo@openoffice.org>  [8e14700c8df0fe74646859aa96ee2443353cc3b9]

INTEGRATION: CWS xmlfilter02 (1.4.52); FILE MERGED 2007/09/24 15:53:58 sj 1.4.52.1: added graphictransformer


2008-01-10  Oliver Bolte  <obo@openoffice.org>  [e2533b2cc7c354e45028eeb04e613fe41aae2d4b]

INTEGRATION: CWS xmlfilter02 (1.5.32); FILE MERGED 2007/09/24 15:53:58 sj 1.5.32.1: added graphictransformer


2008-01-10  Oliver Bolte  <obo@openoffice.org>  [b534a10493810ab71ad90daca91fe3d74edc0f76]

INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2006/02/14 18:42:49 cl 1.1.2.1: added initial libxml2 wrapper


2008-01-10  Oliver Bolte  <obo@openoffice.org>  [76e7439575594d84e91eb102604f6b4effc86a86]

INTEGRATION: CWS xmlfilter02 (1.4.12); FILE MERGED 2007/03/22 15:19:21 hub 1.4.12.8: remove the dependency on unotools like we removed the one on tools. This should allow to build properly 2007/03/20 14:51:37 dr 1.4.12.7: comment out tools dependent code 2007/03/15 10:46:01 dr 1.4.12.6: #i10000# 2007/03/14 18:01:10 dr 1.4.12.5: RESYNC: (1.4-1.5); FILE MERGED 2007/01/24 14:27:58 cl 1.4.12.4: added new fast parser, removed prototyp saxparser 2006/05/08 15:38:05 cl 1.4.12.3: fixed unix build problem 2006/05/08 14:27:12 cl 1.4.12.2: new token based sax implementation 2006/02/14 18:34:56 cl 1.4.12.1: added initial libxml2 wrapper


2008-01-10  Oliver Bolte  <obo@openoffice.org>  [a3ea5c8ba03edea3a09cbecc92cbf62366215641]

INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/01/24 14:31:40 cl 1.1.2.2: added new fast parser, removed prototyp saxparser 2006/02/14 18:37:42 cl 1.1.2.1: added initial libxml2 wrapper


2008-01-10  Oliver Bolte  <obo@openoffice.org>  [1e7057e71f90b4604579a4abc3e2b16e75ba73f4]

INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/05/10 15:50:14 hub 1.1.2.8: follow drr suggestion and use SAL_INT32_MAX instead of std::numeric_limits<> 2007/05/10 12:12:37 hub 1.1.2.7: Reviewed by: sj Fix a 64-bits bugs: LONG_MIN and LONG_MAX were out of range for sal_Int32. 2007/03/20 14:51:06 dr 1.1.2.6: comment out tools dependent code 2007/03/20 14:01:19 dr 1.1.2.5: remove tools/debug 2007/01/24 16:03:55 cl 1.1.2.4: fixed unix compiler warnings 2007/01/24 15:45:34 cl 1.1.2.3: fixed compiler warning 2007/01/24 14:31:40 cl 1.1.2.2: added new fast parser, removed prototyp saxparser 2006/02/14 18:38:06 cl 1.1.2.1: added initial libxml2 wrapper


2008-01-10  Oliver Bolte  <obo@openoffice.org>  [f7208b6a716adf8e1db9830daf25c6d484f8a58c]

INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/03/02 11:24:30 dr 1.1.2.3: using system expat, patch by Hubert Figuiere 2007/02/20 14:13:38 dr 1.1.2.2: remove lib prefix 2007/01/24 14:32:39 cl 1.1.2.1: initial filter framework for office open xml import


2008-01-10  Oliver Bolte  <obo@openoffice.org>  [71c2bb20679a01e6432421a48658aed3fad853fe]

INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/02/05 13:07:46 cl 1.1.2.3: know the 'xml:' namespace 2007/01/24 16:03:54 cl 1.1.2.2: fixed unix compiler warnings 2007/01/24 14:32:28 cl 1.1.2.1: initial filter framework for office open xml import


2008-01-10  Oliver Bolte  <obo@openoffice.org>  [684eff020b34f70760796938b434dc7cce038fe0]

INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/03/01 17:33:42 cl 1.1.2.2: moved Attribute.idl to namespace xml 2007/01/24 14:32:18 cl 1.1.2.1: initial filter framework for office open xml import


2008-01-10  Oliver Bolte  <obo@openoffice.org>  [4720551e5553209242f80c1fb320eb476bbb3065]

INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/03/01 17:33:41 cl 1.1.2.3: moved Attribute.idl to namespace xml 2007/01/24 16:03:54 cl 1.1.2.2: fixed unix compiler warnings 2007/01/24 14:32:07 cl 1.1.2.1: initial filter framework for office open xml import


2008-01-10  Oliver Bolte  <obo@openoffice.org>  [88a44e1b93db0df7c2572f33a2a3a2c24d842db6]

INTEGRATION: CWS xmlfilter02 (1.9.12); FILE MERGED 2007/02/20 14:13:28 dr 1.9.12.2: remove lib prefix 2006/02/14 18:35:06 cl 1.9.12.1: added initial libxml2 wrapper


2008-01-10  Oliver Bolte  <obo@openoffice.org>  [7e7ef8243a1b076e11dc9bd8e18b54dc6dcc6f85]

INTEGRATION: CWS xmlfilter02 (1.8.44); FILE MERGED 2007/05/08 14:46:22 dr 1.8.44.8: #i10000# remove hedabu 2007/02/27 12:44:45 dr 1.8.44.7: deliver all libs... 2007/02/20 14:14:01 dr 1.8.44.6: deliver all libs 2007/01/24 14:27:43 cl 1.8.44.5: added new fast parser, removed prototyp saxparser 2007/01/18 05:06:18 cl 1.8.44.4: RESYNC: (1.9-1.11); FILE MERGED 2006/05/08 14:31:49 cl 1.8.44.3: new token based sax implementation 2006/05/02 14:07:34 cl 1.8.44.2: RESYNC: (1.8-1.9); FILE MERGED 2006/02/14 18:34:46 cl 1.8.44.1: added initial libxml2 wrapper


2008-01-10  Oliver Bolte  <obo@openoffice.org>  [d4f33e8449eb583d9925de3a4a276b43a688e626]

INTEGRATION: CWS xmlfilter02 (1.6.10); FILE MERGED 2007/11/08 10:03:59 cl 1.6.10.4: #i81384# fixed build dependency 2007/07/24 12:20:12 rene 1.6.10.3: #i10000# we need to depend on comphelper 2007/01/24 14:27:42 cl 1.6.10.2: added new fast parser, removed prototyp saxparser 2006/02/14 18:34:46 cl 1.6.10.1: added initial libxml2 wrapper


2008-01-10  Oliver Bolte  <obo@openoffice.org>  [4aaaa8e8c99d1a940059e3f3a1d8886b1e560b60]

INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2006/05/10 15:39:50 cl 1.1.2.4: added comments, using OString for attributes 2006/05/08 14:25:57 cl 1.1.2.3: new token based sax implementation 2006/02/20 14:45:48 cl 1.1.2.2: added missing newline at end of file 2006/02/14 18:40:53 cl 1.1.2.1: added initial libxml2 wrapper


2008-01-10  Oliver Bolte  <obo@openoffice.org>  [5c5a226335da40a7df72dfd93c4054f3ba854abb]

INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2006/05/08 14:24:30 cl 1.1.2.1: new token based sax implementation


2008-01-10  Oliver Bolte  <obo@openoffice.org>  [c331fc06a2df227fcc370d193747f54264f5b062]

INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/05/10 15:50:14 hub 1.1.2.3: follow drr suggestion and use SAL_INT32_MAX instead of std::numeric_limits<> 2007/05/10 12:12:37 hub 1.1.2.2: Reviewed by: sj Fix a 64-bits bugs: LONG_MIN and LONG_MAX were out of range for sal_Int32. 2006/02/14 18:40:16 cl 1.1.2.1: added initial libxml2 wrapper


2008-01-10  Oliver Bolte  <obo@openoffice.org>  [e8bb272de3692b2cfc5fdbbe8c3b292fd7998bec]

INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2006/05/10 15:39:50 cl 1.1.2.4: added comments, using OString for attributes 2006/05/08 14:25:57 cl 1.1.2.3: new token based sax implementation 2006/02/20 14:45:47 cl 1.1.2.2: added missing newline at end of file 2006/02/14 18:40:05 cl 1.1.2.1: added initial libxml2 wrapper


2008-01-10  Oliver Bolte  <obo@openoffice.org>  [04f4e0a85911286217bbfc1b2b742ea74ae7a575]

INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2006/05/10 15:39:33 cl 1.1.2.4: added comments, using OString for attributes 2006/05/08 14:25:20 cl 1.1.2.3: new token based sax implementation 2006/02/20 14:49:47 cl 1.1.2.2: fixed throws decleration 2006/02/14 18:39:41 cl 1.1.2.1: added initial libxml2 wrapper


2008-01-10  Oliver Bolte  <obo@openoffice.org>  [2e8550746b4de48f0d03a9b40f7a5e335a54e76a]

INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2006/02/14 18:39:21 cl 1.1.2.1: added initial libxml2 wrapper


2008-01-10  Oliver Bolte  <obo@openoffice.org>  [fcfbe42e7dfc93b43523ce8cdfa66b0643c89dd1]

INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2006/05/08 14:23:39 cl 1.1.2.1: new token based sax implementation


2008-01-10  Oliver Bolte  <obo@openoffice.org>  [00bf55d95ad85a406fac3f99220bf80f1a0d2ead]

INTEGRATION: CWS xmlfilter02 (1.6.86); FILE MERGED 2007/04/11 09:15:35 tbe 1.6.86.2: #i74754# API: get supported script types from font 2007/03/28 08:23:57 tbe 1.6.86.1: #i74754# API: get supported script types from font


2008-01-10  Oliver Bolte  <obo@openoffice.org>  [6f359a91501254c823aebec17e5de61b06c9682b]

INTEGRATION: CWS xmlfilter02 (1.4.218); FILE MERGED 2007/04/11 09:14:44 tbe 1.4.218.2: #i74754# API: get supported script types from font 2007/03/28 08:21:59 tbe 1.4.218.1: #i74754# API: get supported script types from font


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [03c2a04e31ca942ec12d2d613662d4033fd1ea75]

INTEGRATION: CWS sb80 (1.4.54); FILE MERGED 2007/11/15 15:00:53 sb 1.4.54.1: #i81275# Consolidated the platform-specific salmain.cxx into a single platform-independent one; call new tools::extendApplicationEnvironment from main functions.


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [a7cd7793c15ae00c3c5c70f0cbdd956b16ab3f9f]

INTEGRATION: CWS sb80 (1.2.120); FILE MERGED 2007/11/15 15:00:52 sb 1.2.120.1: #i81275# Consolidated the platform-specific salmain.cxx into a single platform-independent one; call new tools::extendApplicationEnvironment from main functions.


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [60ba041a6dcb519c42ed39d18b32b38b49a43b5a]

INTEGRATION: CWS sb80 (1.2.120); FILE MERGED 2007/11/16 15:10:02 sb 1.2.120.1: #i81275# Consolidated the platform-specific salmain.cxx into a single platform-independent one; call new tools::extendApplicationEnvironment from main functions.


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [367e7cdfc794778508e7e3db4d2205ddead01a36]

INTEGRATION: CWS sb80 (1.18.144); FILE MERGED 2007/11/15 15:00:52 sb 1.18.144.1: #i81275# Consolidated the platform-specific salmain.cxx into a single platform-independent one; call new tools::extendApplicationEnvironment from main functions.


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [89c72d98d09015d603bad6d1a7e27b0a153e4d6d]

INTEGRATION: CWS sb80 (1.21.54); FILE MERGED 2007/11/15 15:00:52 sb 1.21.54.1: #i81275# Consolidated the platform-specific salmain.cxx into a single platform-independent one; call new tools::extendApplicationEnvironment from main functions.


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [6d3e58d3f2ff1a98b7ae98a794acee1bf99d0d64]

INTEGRATION: CWS sb80 (1.8.246); FILE MERGED 2007/11/15 15:00:52 sb 1.8.246.1: #i81275# Consolidated the platform-specific salmain.cxx into a single platform-independent one; call new tools::extendApplicationEnvironment from main functions.


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [f6fd59c0b8846a946b241af115baa77a9ea15d4d]

INTEGRATION: CWS sb80 (1.6.246); FILE MERGED 2007/11/15 15:00:52 sb 1.6.246.1: #i81275# Consolidated the platform-specific salmain.cxx into a single platform-independent one; call new tools::extendApplicationEnvironment from main functions.


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [65c1a3269a64e1d97278d805657b3858561449be]

INTEGRATION: CWS sb80 (1.8.72); FILE MERGED 2007/11/15 15:00:51 sb 1.8.72.1: #i81275# Consolidated the platform-specific salmain.cxx into a single platform-independent one; call new tools::extendApplicationEnvironment from main functions.


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [e730dcb9871af0781ca36bbcd9c435767dfe75c3]

INTEGRATION: CWS sb80 (1.1.2); FILE ADDED 2007/11/15 15:09:53 sb 1.1.2.1: #i81275# Consolidated the platform-specific salmain.cxx into a single platform-independent one; call new tools::extendApplicationEnvironment from main functions.


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [f99aaa3d74407e876001d47c6d2b97c4ada2fad8]

INTEGRATION: CWS sb80 (1.1.2); FILE ADDED 2007/11/15 15:09:42 sb 1.1.2.1: #i81275# Consolidated the platform-specific salmain.cxx into a single platform-independent one; call new tools::extendApplicationEnvironment from main functions.


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [702e0a1dac9ea0f9b4b17a55911eaba6c0359144]

INTEGRATION: CWS sb80 (1.56.120); FILE MERGED 2007/11/15 15:00:51 sb 1.56.120.1: #i81275# Consolidated the platform-specific salmain.cxx into a single platform-independent one; call new tools::extendApplicationEnvironment from main functions.


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [123fb2abacf6f29078b8afd9478bfa082151326f]

INTEGRATION: CWS sb80 (1.55.70); FILE MERGED 2007/11/15 15:00:51 sb 1.55.70.1: #i81275# Consolidated the platform-specific salmain.cxx into a single platform-independent one; call new tools::extendApplicationEnvironment from main functions.


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [c698734fee61a51901cd2a412a445724d2ca6b14]

INTEGRATION: CWS sb80 (1.6.14); FILE MERGED 2007/11/15 15:00:51 sb 1.6.14.1: #i81275# Consolidated the platform-specific salmain.cxx into a single platform-independent one; call new tools::extendApplicationEnvironment from main functions.


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [0093b4cc46976c0ef3542f1776a0af06f6e58be0]

INTEGRATION: CWS sb80 (1.14.142); FILE MERGED 2007/11/15 15:00:51 sb 1.14.142.1: #i81275# Consolidated the platform-specific salmain.cxx into a single platform-independent one; call new tools::extendApplicationEnvironment from main functions.


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [fdee62efdd6e523e7fef2afb666c0c8d13213190]

INTEGRATION: CWS sb80 (1.22.36); FILE MERGED 2007/11/15 13:10:12 sb 1.22.36.1: #i81275# Added tools::extendApplicationEnvironment.


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [3534bc34bf15a12ecdb3f570800aceb5851f8fa2]

INTEGRATION: CWS sb80 (1.1.2); FILE ADDED 2007/11/15 13:11:24 sb 1.1.2.1: #i81275# Added tools::extendApplicationEnvironment.


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [12061954ae9d6ca0359ab546e68ad1d257252e43]

INTEGRATION: CWS sb80 (1.1.2); FILE ADDED 2007/11/16 12:35:41 sb 1.1.2.3: #i81275# Use platform-independent SAL_CONFIGFILE macro. 2007/11/15 13:36:26 sb 1.1.2.2: #i81275# For Windows, moved setting URE_BOOTSTRAP from desktop's extendloderenvironment.cxx to tool's extendapplictionenvironment.cxx. 2007/11/15 13:11:14 sb 1.1.2.1: #i81275# Added tools::extendApplicationEnvironment.


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [ae005e05919a014b2ba4ef690678a0e216636724]

INTEGRATION: CWS sb80 (1.48.36); FILE MERGED 2007/11/15 13:10:12 sb 1.48.36.1: #i81275# Added tools::extendApplicationEnvironment.


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [7201a0aa3d0ebb73821adcc010c09f768086d72e]

INTEGRATION: CWS sb80 (1.27.4); FILE MERGED 2007/11/15 13:10:12 sb 1.27.4.1: #i81275# Added tools::extendApplicationEnvironment.


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [107b3401af8b1c98254890b740e4de31b3a677d9]

INTEGRATION: CWS sb80 (1.1.2); FILE ADDED 2007/11/15 13:10:42 sb 1.1.2.1: #i81275# Added tools::extendApplicationEnvironment.


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [7d9ef8ff1fa2eb4948f01c71e201548687e53851]

INTEGRATION: CWS supdremove (1.55.22); FILE MERGED 2007/11/16 10:25:06 vg 1.55.22.1: #i83674# cleanup: remove obsolete SUPD macro use


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [109a3aa4ff9243b7c99a17dad1e1eeb4e1969a35]

INTEGRATION: CWS supdremove (1.19.110); FILE MERGED 2007/11/16 10:25:01 vg 1.19.110.1: #i83674# cleanup: remove obsolete SUPD macro use


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [dc89b6443e2a3b45dd746d322081974a49c32aee]

INTEGRATION: CWS supdremove (1.3.50); FILE MERGED 2007/11/16 10:25:01 vg 1.3.50.1: #i83674# cleanup: remove obsolete SUPD macro use


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [8c56116208c23b402046869d643729068e2e13e2]

INTEGRATION: CWS supdremove (1.2.242); FILE MERGED 2007/11/16 10:25:01 vg 1.2.242.1: #i83674# cleanup: remove obsolete SUPD macro use


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [ddcc741619c2582e5ed87ece4193286c87f1786f]

INTEGRATION: CWS supdremove (1.7.130); FILE MERGED 2007/11/16 10:24:46 vg 1.7.130.1: #i83674# cleanup: remove obsolete SUPD macro use


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [08f8fe07c234e6e44dd30961d73b077488faef82]

INTEGRATION: CWS supdremove (1.14.128); FILE MERGED 2007/11/16 10:24:46 vg 1.14.128.1: #i83674# cleanup: remove obsolete SUPD macro use


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [5f46bf029a109579800161912d5aa05b59d72f07]

INTEGRATION: CWS supdremove (1.2.206); FILE MERGED 2007/11/16 10:24:45 vg 1.2.206.1: #i83674# cleanup: remove obsolete SUPD macro use


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [39fb317659651ae5c644cf721bbab433e3fd10a7]

INTEGRATION: CWS supdremove (1.3.106); FILE MERGED 2007/11/16 10:24:45 vg 1.3.106.1: #i83674# cleanup: remove obsolete SUPD macro use


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [ab9b56ff235b8042265ae2081f76aa4eb6222805]

INTEGRATION: CWS supdremove (1.12.48); FILE MERGED 2007/11/16 10:23:38 vg 1.12.48.1: #i83674# cleanup: remove obsolete SUPD macro use


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [dacbd311a50896351a60e722d85e3e720fc3aad1]

INTEGRATION: CWS supdremove (1.17.20); FILE MERGED 2007/11/16 10:23:37 vg 1.17.20.1: #i83674# cleanup: remove obsolete SUPD macro use


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [f4ba1890df632f8adb20f566022877366e78e025]

INTEGRATION: CWS supdremove (1.8.82); FILE MERGED 2007/11/16 10:23:37 vg 1.8.82.1: #i83674# cleanup: remove obsolete SUPD macro use


2008-01-07  Oliver Bolte  <obo@openoffice.org>  [81252838b0463f461aa7c27057482947696a47fd]

INTEGRATION: CWS supdremove (1.63.52); FILE MERGED 2007/11/16 10:22:57 vg 1.63.52.1: #i83674# cleanup: remove obsolete SUPD macro use


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [56ea3d7a9ca2a4c92a28d238ddbdd49af17f277f]

INTEGRATION: CWS fwk77 (1.9.116); FILE MERGED 2007/10/18 12:48:29 mav 1.9.116.1: #i81435# introduce SeekableOutputStream implementation; use new registration


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [72e9280f5132456cd2aae41d857d9d6954e5980c]

INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/11/24 10:36:34 pb 1.1.2.2: fix: #i81435# syntax fixed 2007/10/18 12:49:00 mav 1.1.2.1: #i81435# introduce SeekableOutputStream implementation


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [6b1afa529c0593a7bb27acccd2fc8a4a0e09793d]

INTEGRATION: CWS fwk77 (1.2.56); FILE MERGED 2007/11/24 10:36:34 pb 1.2.56.2: fix: #i81435# syntax fixed 2007/10/18 12:48:29 mav 1.2.56.1: #i81435# introduce SeekableOutputStream implementation; use new registration


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [92566cd0c98fb4da2e82521b17652ffea78bb046]

INTEGRATION: CWS fwk77 (1.9.56); FILE MERGED 2007/10/18 12:48:29 mav 1.9.56.1: #i81435# introduce SeekableOutputStream implementation; use new registration


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [249d523e55d8f479c3f4f9fcfff9665727508e5b]

INTEGRATION: CWS fwk77 (1.6.116); FILE MERGED 2007/10/18 12:48:29 mav 1.6.116.1: #i81435# introduce SeekableOutputStream implementation; use new registration


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [b615767bdcdebc80bc2a617678be2be6020a8d90]

INTEGRATION: CWS fwk77 (1.3.146); FILE MERGED 2007/10/18 12:48:29 mav 1.3.146.1: #i81435# introduce SeekableOutputStream implementation; use new registration


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [9fb08b15241d550c367ba41eaef205d83d63afce]

INTEGRATION: CWS fwk77 (1.5.116); FILE MERGED 2007/12/03 05:14:33 pb 1.5.116.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/18 12:48:29 mav 1.5.116.1: #i81435# introduce SeekableOutputStream implementation; use new registration


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [444fe37797337be4853d25fd93981759608de7a8]

INTEGRATION: CWS fwk77 (1.11.56); FILE MERGED 2007/10/18 12:48:29 mav 1.11.56.1: #i81435# introduce SeekableOutputStream implementation; use new registration


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [c65c5e111451921c288de9c57db8b41e5c528559]

INTEGRATION: CWS fwk77 (1.6.116); FILE MERGED 2007/11/24 10:33:30 pb 1.6.116.2: fix: #i81435# syntax fixed 2007/10/18 12:48:29 mav 1.6.116.1: #i81435# introduce SeekableOutputStream implementation; use new registration


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [e4fd4beb3129248ea7e62e539b59bfec13a0d3cd]

INTEGRATION: CWS fwk77 (1.6.116); FILE MERGED 2007/11/24 10:33:13 pb 1.6.116.2: fix: #i81435# syntax fixed 2007/10/18 12:48:29 mav 1.6.116.1: #i81435# introduce SeekableOutputStream implementation; use new registration


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [4eac37f005c392ddfcc214f71525e3b72bbc9931]

INTEGRATION: CWS fwk77 (1.5.116); FILE MERGED 2007/11/24 10:28:22 pb 1.5.116.2: fix: #i81435# syntax fixed 2007/10/18 12:48:28 mav 1.5.116.1: #i81435# introduce SeekableOutputStream implementation; use new registration


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [3a0e7519251c28d947480dc88d277cdfdba76afc]

INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/10/18 12:59:14 mav 1.1.2.1: #i81435# test for SequenceOutputStream


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [2cb089b3cee2759d27a5919173aff06add922398]

INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/10/18 12:59:52 mav 1.1.2.1: #i81435# test for SequenceOutputStream


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [8e2ff0c703eb5cd4d75b196e865de15d3e5c5b2e]

INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/10/18 12:59:43 mav 1.1.2.1: #i81435# test for SequenceOutputStream


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [72cb9887fd6bf27c5ca7692f69e8da4a5bdc3f2b]

INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/10/18 12:59:33 mav 1.1.2.1: #i81435# test for SequenceOutputStream


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [f66216f2419c23de123068df1f20f1c71e9471af]

INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/10/18 12:59:24 mav 1.1.2.1: #i81435# test for SequenceOutputStream


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [c658cf072642e5e80134cfce6051c8eaaff93e90]

INTEGRATION: CWS fwk77 (1.7.66); FILE MERGED 2007/10/18 11:58:30 mav 1.7.66.1: #i75848# OLESimpleStorage service


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [12db5ac11d0f72aeccbaa9780531d4ac7944b347]

INTEGRATION: CWS fwk77 (1.9.46); FILE MERGED 2007/11/26 07:01:21 mav 1.9.46.1: #i75848# implementation name is not a service name


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [6ec54351586b15dff273820bd83ebd0ff5fa054f]

INTEGRATION: CWS fwk77 (1.10.20); FILE MERGED 2007/10/29 06:32:38 mav 1.10.20.1: #i82994# integrate the patch


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [b530b31b675af64ce5599ba8bff7bce110a9616e]

INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/10/18 12:04:06 mav 1.1.2.1: #i75848# OLESimpleStorage service tests


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [540e83cbb100522d0e2f0386e469844c4afc6b4b]

INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/10/18 12:04:47 mav 1.1.2.1: #i75848# OLESimpleStorage service tests


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [5cef4266495420fd0409c6807ee749bbe99017e3]

INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/10/18 12:04:37 mav 1.1.2.1: #i75848# OLESimpleStorage service tests


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [064570911e72f12cc4fb7f7f1347ba5a6918de31]

INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/10/18 12:04:27 mav 1.1.2.1: #i75848# OLESimpleStorage service tests


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [3d34061112b8a523096958bd7c6416f21ac05fb5]

INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/10/18 12:04:16 mav 1.1.2.1: #i75848# OLESimpleStorage service tests


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [ce12d8638ac427e8c7626f980f0d609c73e7ecac]

INTEGRATION: CWS fwk77 (1.14.42); FILE MERGED 2007/11/24 11:14:28 pb 1.14.42.2: fix: #i47532# syntax fixed 2007/10/18 11:37:55 mav 1.14.42.1: #i47532# TempFile service


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [36b506e28e33c627779e310f232a1bba0db92f8f]

INTEGRATION: CWS fwk77 (1.9.58); FILE MERGED 2007/10/18 11:37:55 mav 1.9.58.1: #i47532# TempFile service


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [6d130b8a8782c517ed9b06d5dccc4db73e289d6f]

INTEGRATION: CWS fwk77 (1.13.58); FILE MERGED 2007/11/30 09:24:42 mav 1.13.58.1: #i83819# set the current Generator only after Save or SaveAs


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [50a1455f20dafaf1323f702100a8af4f3bbe1d8c]

INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/12/03 08:51:57 pb 1.1.2.2: fix: #i83819# precompiled header diective was missing 2007/11/30 09:36:09 mav 1.1.2.1: #i83819# set the current Generator only after Save or SaveAs


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [67f338cc91f9fcbf065ed0b6c268b49d8b9edde1]

INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/10/18 11:40:05 mav 1.1.2.1: #i47532# TempFile service


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [de85e59188a9572912edd9ad7852ab901e0c1a9e]

INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/10/18 11:40:54 mav 1.1.2.1: #i47532# TempFile service


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [b481dc923fd2a3ce730c93695545792e2f5acfd5]

INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/10/18 11:40:45 mav 1.1.2.1: #i47532# TempFile service


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [2d31627c4accbffec641eebea06bd1f3e6cb7d8a]

INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/10/18 11:40:35 mav 1.1.2.1: #i47532# TempFile service


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [a38c5dcb1be75f34f240b67233affbcafc2de8f5]

INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/10/18 11:40:25 mav 1.1.2.1: #i47532# TempFile service


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [68a7f177ded6ae0bd6755bd307d0351f551edf2b]

INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/10/18 11:40:15 mav 1.1.2.1: #i47532# TempFile service


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [55a99c538d13839cb01939ac472f0d9434dc450a]

INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/11/30 09:36:01 mav 1.1.2.1: #i83819# set the current Generator only after Save or SaveAs


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [3e697e52e22d04d7468fc760628b784ab77fda26]

INTEGRATION: CWS fwk77 (1.13.164); FILE MERGED 2007/10/24 07:29:17 cd 1.13.164.1: #i73964# Roadmap control should support more than 9 steps correctly


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [4511f92dba18024ce748db75b467b5334db33eeb]

INTEGRATION: CWS mingwport09 (1.3.10); FILE MERGED 2007/12/11 12:46:17 vg 1.3.10.1: #i83133# catch-up fixes for MinGW port


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [1bb3d5c331b6a999def902ea77f1d005db499e51]

INTEGRATION: CWS mingwport09 (1.2.12); FILE MERGED 2007/12/11 12:46:17 vg 1.2.12.1: #i83133# catch-up fixes for MinGW port


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [e6eb58e7d20b971bc11100f4d8c9876530bbb249]

INTEGRATION: CWS rsclangvar (1.9.44); FILE MERGED 2007/10/25 10:56:22 pl 1.9.44.1: #i82968# fix a warning (thanks pjanik)


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [9ccd2d679516af67254fdafc32916c0588930b80]

INTEGRATION: CWS rsclangvar (1.8.44); FILE MERGED 2007/11/05 15:04:06 pl 1.8.44.1: #i79665# parse on the fly languages


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [e513bc62c3a50963e101eedf1fe7f230ce1bbd3a]

INTEGRATION: CWS rsclangvar (1.14.44); FILE MERGED 2007/11/05 17:13:35 pl 1.14.44.2: #i79665# fallback lookup 2007/11/05 15:04:06 pl 1.14.44.1: #i79665# parse on the fly languages


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [47f1e8867a4cbb57bffe3f64437d89671ef941cc]

INTEGRATION: CWS rsclangvar (1.15.44); FILE MERGED 2007/11/05 17:13:35 pl 1.15.44.2: #i79665# fallback lookup 2007/11/05 15:04:06 pl 1.15.44.1: #i79665# parse on the fly languages


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [321b220d74fb5ba2b1899a122d7a4777f5d1a530]

INTEGRATION: CWS rsclangvar (1.14.66); FILE MERGED 2007/11/05 15:04:06 pl 1.14.66.1: #i79665# parse on the fly languages


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [0df7084d05d0cb98302ca3ede7d1214e7f51dad9]

INTEGRATION: CWS rsclangvar (1.6.90); FILE MERGED 2007/11/05 15:04:06 pl 1.6.90.1: #i79665# parse on the fly languages


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [b1a19407d1e2d691b47fa37bf4cf6f285cb13152]

INTEGRATION: CWS beppec56pdffix01 (1.118.28); FILE MERGED 2007/12/08 16:42:08 beppec56 1.118.28.2: Issue number: #i84274# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: this fixes a bug on PDF/A-1 export UI functionality plus scripting fixes 2007/12/06 16:39:05 beppec56 1.118.28.1: Issue number: #i84267# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: this fixes a bug on PDF/A-1 export


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [edf922208358367bc7a0eafa266316327a6de892]

INTEGRATION: CWS mba24issues01 (1.9.102); FILE MERGED 2007/11/01 10:58:06 mba 1.9.102.1: #i79179#: memory leak fixed


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [5d983d848786dcdfd84f357eccf503db8c89355f]

INTEGRATION: CWS mba24issues01 (1.5.102); FILE MERGED 2007/11/01 10:59:06 mba 1.5.102.1: #i79179#: memory leak fixed


2008-01-04  Oliver Bolte  <obo@openoffice.org>  [bc89bba284a148bd0cf07653c63cd300ba0ffceb]

INTEGRATION: CWS mba24issues01 (1.30.78); FILE MERGED 2007/11/01 10:53:40 mba 1.30.78.1: #i79971#: handle obsolete config setting to avoid assertion


2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1ca00ef1dcd6e478ad93bc4a60e67dea83223d7]

INTEGRATION: CWS sw8u10bf02 (1.6.74); FILE MERGED 2007/11/26 15:05:42 ama 1.6.74.1: Fix #i82477#: Automatic styles witn non-poolable items


2008-01-02  Vladimir Glazounov  <vg@openoffice.org>  [12af09fbd88315278f3fad099e7dbb1a7e382cac]

new version for OOH680


2007-12-17  Ivo Hinkelmann  <ihi@openoffice.org>  [e624c6ea950cad9e59492e8e7fa64589baaea770]

#i10000# helpex fix


2007-12-13  Kurt Zenker  <kz@openoffice.org>  [a9f03e4747bf1492b0dfb3695d17d61ff48aa90d]

#i84515# Mac OS X doesn't have fontconfig


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [d9dbeec2b833718d964a55a27f6329ec94d51ee6]

INTEGRATION: CWS kprinter (1.49.140); FILE MERGED 2007/11/12 13:28:22 pl 1.49.140.1: #i83505# implement external print dialog on a queue


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [aaf76b80cf1ee3966da6be783fd91ea35f061482]

INTEGRATION: CWS kprinter (1.2.114); FILE MERGED 2007/11/12 13:28:22 pl 1.2.114.1: #i83505# implement external print dialog on a queue


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [634b815dc9c41ce9dd904f7deb0dbe9c6647d3b5]

INTEGRATION: CWS kprinter (1.63.48); FILE MERGED 2007/11/26 15:40:17 pl 1.63.48.2: #i83505# remove quick job setting from jobsetup again, if SetNextJobIsQuick was used 2007/11/13 09:44:23 pl 1.63.48.1: #i83505# hint direct print to printer for not showing UI


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [b127fbee92961c98248e56c5fa7e67f63767b497]

INTEGRATION: CWS kprinter (1.2.216); FILE MERGED 2007/11/12 13:28:22 pl 1.2.216.1: #i83505# implement external print dialog on a queue


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [0a8343f483ead01fce7dc37eb94852b32ce06159]

INTEGRATION: CWS kprinter (1.3.152); FILE MERGED 2007/11/26 15:40:17 pl 1.3.152.2: #i83505# remove quick job setting from jobsetup again, if SetNextJobIsQuick was used 2007/11/13 09:44:22 pl 1.3.152.1: #i83505# hint direct print to printer for not showing UI


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [6f897f777eacf976b433242345f46930078eb623]

INTEGRATION: CWS kprinter (1.2.216); FILE MERGED 2007/11/13 09:44:22 pl 1.2.216.1: #i83505# hint direct print to printer for not showing UI


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [a7c5adb3dc23a91a380d66115ac225a68e87f66b]

INTEGRATION: CWS kprinter (1.2.30); FILE MERGED 2007/11/13 09:57:13 pl 1.2.30.1: #i83505# update psprint.conf documentation


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [2a7a5920b3f90fa42cfd908fbb85a4a59a82ff9b]

INTEGRATION: CWS kprinter (1.44.16); FILE MERGED 2007/11/12 13:27:30 pl 1.44.16.1: #i83505# implement external print dialog on a queue


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [6ec355d1fb0e606f1d5785197b4116928e935c37]

INTEGRATION: CWS kprinter (1.45.20); FILE MERGED 2007/11/12 13:27:30 pl 1.45.20.1: #i83505# implement external print dialog on a queue


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [c14110bbb05d47c6c0f5520e698c68c38f0d5d3b]

INTEGRATION: CWS kprinter (1.23.30); FILE MERGED 2007/11/12 13:27:30 pl 1.23.30.1: #i83505# implement external print dialog on a queue


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [9167a585b0425a7803a542c7b3b049729b34b4ba]

INTEGRATION: CWS kprinter (1.9.104); FILE MERGED 2007/11/12 13:27:30 pl 1.9.104.1: #i83505# implement external print dialog on a queue


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [2e9132c5149412b19d5ba3856a06aac1b6a48d3b]

INTEGRATION: CWS kprinter (1.17.30); FILE MERGED 2007/11/12 13:27:30 pl 1.17.30.1: #i83505# implement external print dialog on a queue


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [bd6081bc2c70455794a2240f4019b9bcad55b5c6]

INTEGRATION: CWS kprinter (1.9.100); FILE MERGED 2007/11/12 13:27:30 pl 1.9.100.1: #i83505# implement external print dialog on a queue


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [73e179b981b892a4ded757fda8ed6489d93be8d7]

INTEGRATION: CWS kprinter (1.28.56); FILE MERGED 2007/11/12 13:28:34 pl 1.28.56.1: #i83505# implement external print dialog on a queue


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [899b1841404e7e3323693c0dd9bc7fde037dc77d]

INTEGRATION: CWS gfbfcfg (1.98.30); FILE MERGED 2007/11/27 13:27:06 hdu 1.98.30.3: RESYNC: (1.98-1.100); FILE MERGED 2007/09/07 14:20:03 hdu 1.98.30.2: #i54603# use solenv's PSPLIB define 2007/09/05 09:58:35 hdu 1.98.30.1: #i54603# apply Caolan's fontconfig based glyph fallback patch


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [906d462057ce9dcba6075571cc9154c821b97b7d]

INTEGRATION: CWS vcl84 (1.33.54); FILE MERGED 2007/10/29 13:29:13 pl 1.33.54.1: #142425# try to catch execptions in printer driver


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [2b6499b929647b52dff433efd7bf23628b78ba47]

INTEGRATION: CWS gfbfcfg (1.148.44); FILE MERGED 2007/09/18 08:43:27 hdu 1.148.44.4: #i54603# overlooked unneeded string conversions => fixed 2007/09/17 14:03:35 hdu 1.148.44.3: #i54603# adjust to recent psprint API changes 2007/09/13 16:51:17 hdu 1.148.44.2: #i54603# use fontseldata.targetname as input to libfontconfig 2007/09/12 17:38:27 hdu 1.148.44.1: #i54603# implement platform specific font substitution hooks (by moving the issue's patches code down and adjusting it


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [db5646af834084fc6c0194790a2076f16dfca145]

INTEGRATION: CWS vcl84 (1.16.124); FILE MERGED 2007/11/22 14:05:04 pl 1.16.124.1: #i72484# differentiate monitor names


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [07dbf85190171bc24ff0ca8215bc7832448581a6]

INTEGRATION: CWS gfbfcfg (1.263.34); FILE MERGED 2007/12/03 15:51:27 hdu 1.263.34.5: RESYNC: (1.264-1.266); FILE MERGED 2007/11/27 13:22:58 hdu 1.263.34.4: RESYNC: (1.263-1.264); FILE MERGED 2007/09/12 13:36:20 hdu 1.263.34.3: #i54603# allow compilation on wntmsci 2007/09/07 15:02:23 hdu 1.263.34.2: Start to abstract font fallbacks to cleanup the previous patch The patch HAD to be applied though it was not close to ready, sorry When finished font fallback abstraction will solve these regressions - does not even compile on non-UNX platforms - introduces UNX-specific dependencies into platform-independent layers - kills the glyph- and font-fallback features on the non-UNX platforms - kills the features on UNX platforms that don't have up to date fontconfig lib or matching configuration entries - causes regressions for non-baseplane unicodes - kills the japanese EUDC feature 2007/09/05 09:58:34 hdu 1.263.34.1: #i54603# apply Caolan's fontconfig based glyph fallback patch


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [19ef2181ae9c50d60fe0ef0b8b58802d7e7c15e1]

INTEGRATION: CWS vcl84 (1.7.32); FILE MERGED 2007/10/29 13:29:13 pl 1.7.32.1: #142425# try to catch execptions in printer driver


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [c0f0b25fa64e0e3bbfdccedcb8e9b2ad0f4c05a1]

INTEGRATION: CWS vcl84 (1.11.122); FILE MERGED 2007/11/30 13:31:14 pl 1.11.122.1: #b6609610# fix workaround for blueprint to prevent errors on nimbus


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [31538488c5794612f1d4f3fb4c53f2487c18fbdd]

INTEGRATION: CWS gfbfcfg (1.44.44); FILE MERGED 2007/09/05 09:58:34 hdu 1.44.44.1: #i54603# apply Caolan's fontconfig based glyph fallback patch


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [c09d482463f7baae43e4ac642686f9e462bc41bf]

INTEGRATION: CWS gfbfcfg (1.89.44); FILE MERGED 2007/09/12 12:20:58 hdu 1.89.44.2: #i54603# allow compilation on wntmsci 2007/09/05 09:58:34 hdu 1.89.44.1: #i54603# apply Caolan's fontconfig based glyph fallback patch


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [3335293f9e1f5ca9cd2ea01bef9d3772cc57203a]

INTEGRATION: CWS vcl84 (1.71.28); FILE MERGED 2007/11/29 09:04:58 pl 1.71.28.1: #i68048# surrounding text input methods (thanks cmc)


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [db15dbb5e274dd0bf6af0449577a3cd97c281a21]

INTEGRATION: CWS gfbfcfg (1.230.42); FILE MERGED 2007/11/27 13:20:22 hdu 1.230.42.12: RESYNC: (1.230-1.233); FILE MERGED 2007/11/21 16:02:59 hdu 1.230.42.11: #i83491# fix generic glyph fallback font calculation 2007/11/20 11:43:06 hdu 1.230.42.10: #i83491# fix crash on optimized unxsols4.pro builds, use string reference to avoid needless refcounting 2007/11/14 10:09:56 hdu 1.230.42.9: #i83491# move inline methods to allow warning free compile 2007/11/13 14:48:01 hdu 1.230.42.8: #i83491# normalize fontname to increase font cache hit rate 2007/11/12 10:32:11 hdu 1.230.42.7: #i83491# improve performance of glyph fallback hook by caching results 2007/09/17 14:03:35 hdu 1.230.42.6: #i54603# adjust to recent psprint API changes 2007/09/13 17:17:50 hdu 1.230.42.5: #i54603# fix modified glyph fallback 2007/09/12 17:40:05 hdu 1.230.42.4: #i54603# fix typo in OutputDevice::GetFontSubstituteCount() 2007/09/12 15:23:57 hdu 1.230.42.3: #i54603# add hooks for non-generic font substitutions 2007/09/07 15:02:23 hdu 1.230.42.2: Start to abstract font fallbacks to cleanup the previous patch The patch HAD to be applied though it was not close to ready, sorry When finished font fallback abstraction will solve these regressions - does not even compile on non-UNX platforms - introduces UNX-specific dependencies into platform-independent layers - kills the glyph- and font-fallback features on the non-UNX platforms - kills the features on UNX platforms that don't have up to date fontconfig lib or matching configuration entries - causes regressions for non-baseplane unicodes - kills the japanese EUDC feature 2007/09/05 09:58:33 hdu 1.230.42.1: #i54603# apply Caolan's fontconfig based glyph fallback patch


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [661681b6e9ae08f5fab3837e2e680df77efaaefe]

INTEGRATION: CWS vcl84 (1.40.52); FILE MERGED 2007/12/03 10:02:31 pl 1.40.52.3: RESYNC: (1.40-1.41); FILE MERGED 2007/11/30 15:33:38 pl 1.40.52.2: #b6537662# some themes draw toolbar brackground transparent (e.g. nimbus) 2007/11/30 13:31:13 pl 1.40.52.1: #b6609610# fix workaround for blueprint to prevent errors on nimbus


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [f952ebb0e0dedcbe38bc1ef242994e816f2876ae]

INTEGRATION: CWS mav26 (1.22.50); FILE MERGED 2007/11/27 15:13:13 mav 1.22.50.1: #i79302# avoid duplicate objects


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [35db449dcab08c3e619a61b6f16e4562cb2ca9a8]

INTEGRATION: CWS mav26 (1.12.68); FILE MERGED 2007/11/27 15:13:12 mav 1.12.68.1: #i79302# avoid duplicate objects


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [5c8ed9f63d4cfd84aaff08dfb8dc261c33439a04]

INTEGRATION: CWS vcl84 (1.264.52); FILE MERGED 2007/12/03 10:02:24 pl 1.264.52.3: RESYNC: (1.264-1.266); FILE MERGED 2007/11/05 15:56:20 pl 1.264.52.2: #i83113# scroll all children to enable back/forth scrolling of windows 2007/10/29 11:13:27 pl 1.264.52.1: #i83080# prevent an error case from crashing


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [8f52d9ce51544a803b4f0e7971a7f11a53c580d3]

INTEGRATION: CWS gfbfcfg (1.50.14.1.2); FILE MERGED 2007/09/07 15:02:23 hdu 1.50.14.1.2.1: Start to abstract font fallbacks to cleanup the previous patch The patch HAD to be applied though it was not close to ready, sorry When finished font fallback abstraction will solve these regressions - does not even compile on non-UNX platforms - introduces UNX-specific dependencies into platform-independent layers - kills the glyph- and font-fallback features on the non-UNX platforms - kills the features on UNX platforms that don't have up to date fontconfig lib or matching configuration entries - causes regressions for non-baseplane unicodes - kills the japanese EUDC feature


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [b296ee6d2bc97444d68a5f4b8de8dcbcc3e34af2]

INTEGRATION: CWS gfbfcfg (1.5.34); FILE MERGED 2007/11/27 12:56:26 hdu 1.5.34.2: RESYNC: (1.5-1.6); FILE MERGED 2007/09/07 15:02:23 hdu 1.5.34.1: Start to abstract font fallbacks to cleanup the previous patch The patch HAD to be applied though it was not close to ready, sorry When finished font fallback abstraction will solve these regressions - does not even compile on non-UNX platforms - introduces UNX-specific dependencies into platform-independent layers - kills the glyph- and font-fallback features on the non-UNX platforms - kills the features on UNX platforms that don't have up to date fontconfig lib or matching configuration entries - causes regressions for non-baseplane unicodes - kills the japanese EUDC feature


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [23ebe648a60454f346a08d564fb78cd48f59ab94]

INTEGRATION: CWS vcl84 (1.49.96); FILE MERGED 2007/12/03 10:02:28 pl 1.49.96.2: RESYNC: (1.49-1.50); FILE MERGED 2007/10/29 11:12:35 pl 1.49.96.1: #i83080# protect against wrong input


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [789d409441bd372230925149746da4d86aea54a6]

INTEGRATION: CWS vcl84 (1.114.92); FILE MERGED 2007/12/03 10:02:20 pl 1.114.92.2: RESYNC: (1.114-1.118); FILE MERGED 2007/11/29 13:29:03 pl 1.114.92.1: #i38869# export type1 fonts including Length3 to satisfy ghostscript


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [8b7347c6ef1000d8e87acc593313b77c9928ffe9]

INTEGRATION: CWS gfbfcfg (1.3.44); FILE MERGED 2007/09/05 09:58:33 hdu 1.3.44.1: #i54603# apply Caolan's fontconfig based glyph fallback patch


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [b9cee05a3cbf96b2fa71bff8aab0db0ba160db9d]

INTEGRATION: CWS gfbfcfg (1.2.154); FILE MERGED 2007/11/20 11:43:06 hdu 1.2.154.6: #i83491# fix crash on optimized unxsols4.pro builds, use string reference to avoid needless refcounting 2007/11/12 10:32:11 hdu 1.2.154.5: #i83491# improve performance of glyph fallback hook by caching results 2007/09/17 14:03:36 hdu 1.2.154.4: #i54603# adjust to recent psprint API changes 2007/09/12 15:23:57 hdu 1.2.154.3: #i54603# add hooks for non-generic font substitutions 2007/09/07 15:06:49 hdu 1.2.154.2: Start to abstract font fallbacks to cleanup the previous patch The patch HAD to be applied though it was not close to ready, sorry When finished font fallback abstraction will solve these regressions - does not even compile on non-UNX platforms - introduces UNX-specific dependencies into platform-independent layers - kills the glyph- and font-fallback features on the non-UNX platforms - kills the features on UNX platforms that don't have up to date fontconfig lib or matching configuration entries - causes regressions for non-baseplane unicodes - kills the japanese EUDC feature 2007/09/05 09:58:33 hdu 1.2.154.1: #i54603# apply Caolan's fontconfig based glyph fallback patch


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [d15d12031dfd813ab94aae35d9dda95a6c4552a2]

INTEGRATION: CWS vcl84 (1.54.94); FILE MERGED 2007/11/22 12:57:04 pl 1.54.94.2: fix a typo 2007/11/13 09:04:46 pl 1.54.94.1: #i83591# fix a write over array bounds (thanks cmc)


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [f84502078232980bdffb28c285add0f2f1fcf0a7]

INTEGRATION: CWS gfbfcfg (1.2.44); FILE MERGED 2007/11/13 14:48:01 hdu 1.2.44.5: #i83491# normalize fontname to increase font cache hit rate 2007/09/17 14:03:36 hdu 1.2.44.4: #i54603# adjust to recent psprint API changes 2007/09/12 15:23:57 hdu 1.2.44.3: #i54603# add hooks for non-generic font substitutions 2007/09/07 15:02:22 hdu 1.2.44.2: Start to abstract font fallbacks to cleanup the previous patch The patch HAD to be applied though it was not close to ready, sorry When finished font fallback abstraction will solve these regressions - does not even compile on non-UNX platforms - introduces UNX-specific dependencies into platform-independent layers - kills the glyph- and font-fallback features on the non-UNX platforms - kills the features on UNX platforms that don't have up to date fontconfig lib or matching configuration entries - causes regressions for non-baseplane unicodes - kills the japanese EUDC feature 2007/09/05 09:58:33 hdu 1.2.44.1: #i54603# apply Caolan's fontconfig based glyph fallback patch


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [96d577d4b0d14f5b9d86125a989c8fb02a73674a]

INTEGRATION: CWS vcl84 (1.2.200); FILE MERGED 2007/10/29 11:12:35 pl 1.2.200.1: #i83080# protect against wrong input


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [0019825c3720e80b3e0db6fd04d30c747bbdb1ac]

INTEGRATION: CWS gfbfcfg (1.7.14); FILE MERGED 2007/11/27 12:46:19 hdu 1.7.14.2: RESYNC: (1.7-1.8); FILE MERGED 2007/09/11 06:45:06 hdu 1.7.14.1: #i80406# add make dependency to fontsubset (thanks Ause)


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [b955400bce4ad13aeb3f1e3bff9039204b74765e]

INTEGRATION: CWS gfbfcfg (1.78.20); FILE MERGED 2007/09/14 11:53:49 hdu 1.78.20.3: #i54603# delay fontconfig font enumeration until all appfonts are registered 2007/09/13 10:50:46 hdu 1.78.20.2: #i54603# register application specific fonts in libfontconfig 2007/09/05 09:58:10 hdu 1.78.20.1: #i54603# apply Caolan's fontconfig based glyph fallback back


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [879b566a2834ee6a19a2b985f2c0c3240fa209ff]

INTEGRATION: CWS gfbfcfg (1.24.68); FILE MERGED 2007/12/11 13:15:59 rt 1.24.68.18: if - endif mismatch, caused by resync-merge. 2007/12/11 10:50:40 rt 1.24.68.17: if - endif mismatch, caused by resync-merge. 2007/12/03 13:24:34 hdu 1.24.68.16: #i83370# fix size of allocation for unresolved unicodes 2007/11/27 12:46:12 hdu 1.24.68.15: RESYNC: (1.24-1.26); FILE MERGED 2007/11/14 08:34:49 hdu 1.24.68.14: #i54603# include alloca header 2007/11/10 15:42:22 hdu 1.24.68.13: #i54603# fix calculation of remaining missing codes 2007/11/07 13:19:37 hdu 1.24.68.12: #i54603# forgot to commit fix for typo 2007/11/06 11:57:05 hdu 1.24.68.11: #i83284# result of FcConfigGetFonts() must not be destroyed 2007/10/22 14:45:47 hdu 1.24.68.10: #i54603# prevent older libfontconfig from crashing by preventing Application FontSet use 2007/09/26 13:33:42 hdu 1.24.68.9: #i54603# fix buildbot errors and warnings for non-fontconfig platforms 2007/09/17 13:57:14 hdu 1.24.68.8: #i54603# switch to rtl strings, support glyph fallbacks for surrogates, reintroduce update of missing codes container 2007/09/14 11:53:50 hdu 1.24.68.7: #i54603# delay fontconfig font enumeration until all appfonts are registered 2007/09/13 16:44:00 hdu 1.24.68.6: #i56403# some tweaks for better the glue code 2007/09/13 13:44:08 hdu 1.24.68.5: #i54603# fix typo 2007/09/13 09:10:28 hdu 1.24.68.4: #i54603# add PrintFontManager::addFontconfigDir() method 2007/09/12 17:11:20 hdu 1.24.68.3: #i54603# change interface for fontconfig assisted glyph fallback substitutions to allow non-baseplane unicodes 2007/09/06 12:13:43 hdu 1.24.68.2: #i54603# fix compile for older fontconfig header, minimal cleanup 2007/09/05 09:58:10 hdu 1.24.68.1: #i54603# apply Caolan's fontconfig based glyph fallback back


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [d05a4710f10faf4e46c316e137e57ea4336ea4cc]

INTEGRATION: CWS vcl84 (1.34.62); FILE MERGED 2007/11/07 17:04:30 pl 1.34.62.1: #i83376# try image/bmp before PIXMAP


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [d2ccfcdb864d6b59cc84cab88914d622c8571e4f]

INTEGRATION: CWS gfbfcfg (1.24.28); FILE MERGED 2007/09/05 09:58:10 hdu 1.24.28.1: #i54603# apply Caolan's fontconfig based glyph fallback back


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [06c2b446ec3411cc2324a056d0ee31b20110e895]

INTEGRATION: CWS vcl84 (1.83.34); FILE MERGED 2007/11/07 17:04:30 pl 1.83.34.1: #i83376# try image/bmp before PIXMAP


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [1f60fa2019a419c4806940a3c39663f2b875e3b4]

INTEGRATION: CWS gfbfcfg (1.33.20); FILE MERGED 2007/11/27 12:46:05 hdu 1.33.20.8: RESYNC: (1.33-1.34); FILE MERGED 2007/09/26 13:33:42 hdu 1.33.20.7: #i54603# fix buildbot errors and warnings for non-fontconfig platforms 2007/09/17 13:57:14 hdu 1.33.20.6: #i54603# switch to rtl strings, support glyph fallbacks for surrogates, reintroduce update of missing codes container 2007/09/14 11:53:50 hdu 1.33.20.5: #i54603# delay fontconfig font enumeration until all appfonts are registered 2007/09/13 09:10:28 hdu 1.33.20.4: #i54603# add PrintFontManager::addFontconfigDir() method 2007/09/12 17:11:19 hdu 1.33.20.3: #i54603# change interface for fontconfig assisted glyph fallback substitutions to allow non-baseplane unicodes 2007/09/12 12:06:46 hdu 1.33.20.2: #i54603# allow compilation on wntmsci 2007/09/05 09:58:10 hdu 1.33.20.1: #i54603# apply Caolan's fontconfig based glyph fallback back


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [d826df646abd38768c96afa4d8b73c72b2c71193]

INTEGRATION: CWS resmgrnocopy (1.48.34); FILE MERGED 2007/12/05 12:50:50 pl 1.48.34.1: #i83169# noncopyable ResMgr


2007-12-12  Kurt Zenker  <kz@openoffice.org>  [43e7527ad026e2a72f746c6155179485d28b3d56]

INTEGRATION: CWS resmgrnocopy (1.2.82); FILE MERGED 2007/12/05 12:50:50 pl 1.2.82.1: #i83169# noncopyable ResMgr


2007-12-10  Vladimir Glazounov  <vg@openoffice.org>  [4c9fb1194b4b76ca5b64572823007d43d52ff11b]

#i84378#


2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [24e6c59fe9c03adeadcf1f6a661b5c5bf5de20a7]

#i100000# switch off C4748 warning (wntmsci11)


2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [513b2a4fb6f2837d45a0b4f58b76d600270b9a48]

#i84194#


2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [e1f42aeea8b6be221d2badd391c7ba77f353b5c3]

INTEGRATION: CWS macosxquicktime01 (1.58.12); FILE MERGED 2007/10/26 08:29:45 pl 1.58.12.1: #i82621# changed SystemEnvData and SystemParentData for QUARTZ


2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [f2dfb1e609d40f70f13605302eb6824b078d5ddb]

INTEGRATION: CWS macosxquicktime01 (1.5.42); FILE MERGED 2007/10/26 08:29:45 pl 1.5.42.1: #i82621# changed SystemEnvData and SystemParentData for QUARTZ


2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [49e5ca0926c05bae395f5fc2682a72e0470c28dc]

INTEGRATION: CWS macosxquicktime01 (1.99.36); FILE MERGED 2007/10/15 18:36:58 msicotte 1.99.36.1: #i82621# link libvcl with framework QTKit


2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [43c722e76813b914c98fe80ec4193ccf006227ab]

INTEGRATION: CWS macosxquicktime01 (1.3.82); FILE MERGED 2007/10/15 11:12:17 pl 1.3.82.1: #i82621# do nto build svp on MacOSX aqua


2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [4ca02503391e1cb3672588c2d1215b646e890338]

INTEGRATION: CWS macosxquicktime01 (1.264.42); FILE MERGED 2007/10/15 11:11:26 pl 1.264.42.1: #i82621# initial implementation of SalObject for MacOSX aqua


2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [8f674ea7008d561018a365e837f896a021644ca4]

INTEGRATION: CWS macosxquicktime01 (1.10.80); FILE MERGED 2007/10/26 08:29:17 pl 1.10.80.2: #i82621# change java child handle interface to sal_IntPtr 2007/10/15 11:11:26 pl 1.10.80.1: #i82621# initial implementation of SalObject for MacOSX aqua


2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [57562968003b151045e0c780c7fa9527e7a15f6e]

INTEGRATION: CWS macosxquicktime01 (1.4.52); FILE MERGED 2007/10/15 11:11:26 pl 1.4.52.1: #i82621# initial implementation of SalObject for MacOSX aqua


2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [67799654268b4edd03b2905c0c3851f7ec1259f3]

INTEGRATION: CWS macosxquicktime01 (1.2.184); FILE MERGED 2007/10/26 08:29:16 pl 1.2.184.1: #i82621# change java child handle interface to sal_IntPtr


2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [e8cb5f83814690540d16d637c0ea4eca2dee1359]

INTEGRATION: CWS macosxquicktime01 (1.12.10); FILE MERGED 2007/11/01 10:33:21 pl 1.12.10.4: #i82621# change AquaSalObject to NSClipView implementation 2007/10/30 14:45:48 pl 1.12.10.3: #i82621# implement at least one clip rectangle on AquaSalObject 2007/10/25 16:21:48 msicotte 1.12.10.2: #i82621# reverse Yes and No for AquaSalObject::Show [ QTMovieView setHidden: ] is opposite 2007/10/15 11:11:26 pl 1.12.10.1: #i82621# initial implementation of SalObject for MacOSX aqua


2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [9fd8369c06002eb7b454601e414d7d3db08a3fd8]

INTEGRATION: CWS macosxquicktime01 (1.53.10); FILE MERGED 2007/10/15 11:11:26 pl 1.53.10.1: #i82621# initial implementation of SalObject for MacOSX aqua


2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [0b4c3c068406df40b0ef71718b7307599a14a74d]

INTEGRATION: CWS macosxquicktime01 (1.40.10); FILE MERGED 2007/10/15 11:11:25 pl 1.40.10.1: #i82621# initial implementation of SalObject for MacOSX aqua


2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [87accd20ae4616b16715ae404d2e5ba5ac016d95]

INTEGRATION: CWS macosxquicktime01 (1.3.10); FILE MERGED 2007/10/15 11:11:25 pl 1.3.10.1: #i82621# initial implementation of SalObject for MacOSX aqua


2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [aebcd4ce29496f36816b98d0cc88e46836e4b9ce]

INTEGRATION: CWS macosxquicktime01 (1.10.10); FILE MERGED 2007/11/01 10:33:21 pl 1.10.10.3: #i82621# change AquaSalObject to NSClipView implementation 2007/10/30 14:45:48 pl 1.10.10.2: #i82621# implement at least one clip rectangle on AquaSalObject 2007/10/15 11:11:25 pl 1.10.10.1: #i82621# initial implementation of SalObject for MacOSX aqua


2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [69bae3d4ec0666851c0b73a2231b28b989816643]

INTEGRATION: CWS macosxquicktime01 (1.7.16); FILE MERGED 2007/10/26 08:29:45 pl 1.7.16.1: #i82621# changed SystemEnvData and SystemParentData for QUARTZ


2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [999500f2b9e6380a782b3c3255ab101ad15e5d22]

INTEGRATION: CWS macosxquicktime01 (1.9.42); FILE MERGED 2007/10/26 08:29:45 pl 1.9.42.1: #i82621# changed SystemEnvData and SystemParentData for QUARTZ


2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [9e36dd2442783927ec8ab2db42d3b65325e28bea]

INTEGRATION: CWS macosxquicktime01 (1.30.44); FILE MERGED 2007/10/26 08:29:45 pl 1.30.44.1: #i82621# changed SystemEnvData and SystemParentData for QUARTZ


2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [66d261163c580669501da9322284ea75359d3212]

INTEGRATION: CWS langtabfix (1.3.18); FILE MERGED 2007/12/04 15:03:53 er 1.3.18.2: #i84190# corrected merge glitches 2007/12/03 13:49:41 ihi 1.3.18.1: #i84190# merged diff m237 vs m238


2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [dfbe5a2552966fa145e47a8f3d3e323c65d8f3a8]

INTEGRATION: CWS soli10envfixes (1.100.46); FILE MERGED 2007/11/29 12:01:30 vg 1.100.46.1: #i84079# additional library path for checkdll


2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [78008326a5a426a6fd49f5e562d972111986fdbf]

INTEGRATION: CWS regexp02 (1.9.106); FILE MERGED 2007/11/06 12:59:10 ama 1.9.106.3: Fix #i15666#: Backward search in regular expressions 2007/11/01 14:03:51 ama 1.9.106.2: Fix #i83208#: Backward regular search in selections 2007/11/01 12:35:40 ama 1.9.106.1: Fix #i15666#i77376#: Deliver backreferences, dont treat selections as paragraphs


2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [14a072bc3ce079244cd820da681b370ee410cccd]

INTEGRATION: CWS regexp02 (1.5.18); FILE MERGED 2007/11/01 12:32:31 ama 1.5.18.1: Fix #i15666#: Deliver backreferences


2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [bdbf7845363cffe4de84d4dd93ac66bd0cd24940]

INTEGRATION: CWS regexp02 (1.13.26); FILE MERGED 2007/11/06 13:01:43 ama 1.13.26.2: Fix #i15666#: Backward references in regular expressions 2007/11/01 12:40:16 ama 1.13.26.1: Fix #i15666#: Resolve backreferences in regular expressions


2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [6e6dffa9b5fe755a6a964e1f06bd3f3c6cff6f56]

INTEGRATION: CWS regexp02 (1.8.64); FILE MERGED 2007/11/06 13:00:59 ama 1.8.64.2: Fix #i15666#: Backward references in regular expressions 2007/11/01 12:39:18 ama 1.8.64.1: Fix #i15666#: Resolve backreferences in regular expressions


2007-11-29  Ivo Hinkelmann  <ihi@openoffice.org>  [9d75f9e16929b73b9025b9c910f829a4cf5cee70]

#i10000# build fix


2007-11-28  Ivo Hinkelmann  <ihi@openoffice.org>  [1f4007be6856bac0f311ee644e1992dd6e9d0d29]

#i1000# #i84033# x64 fix


2007-11-28  Ivo Hinkelmann  <ihi@openoffice.org>  [e32386432406691651471c37561eca1582891bf5]

#i1000# #i84033# x64 fix


2007-11-27  Vladimir Glazounov  <vg@openoffice.org>  [f029b533149ee237d28880af279430a94d6b621d]

new version for SRC680


2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [e2a3f9c8c261ffe5bf1f0835bb4b060fffa4ed1b]

#i10000# moved langtab.src


2007-11-27  Rüdiger Timm  <rt@openoffice.org>  [a054295ab3b45809c9c48936101ba4fb8a3ac46b]

INTEGRATION: CWS pj88 (1.60.70); FILE MERGED 2007/11/26 09:23:13 pjanik 1.60.70.1: #i82087#: Fix typo.


2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [2a9505d1b2fcdf375179d8caed82537edd618b60]

INTEGRATION: CWS dba24lms (1.12.44); FILE MERGED 2007/11/12 12:49:41 er 1.12.44.1: #i82927# add mapping for Northern Sami Norway (the alleged 'Lappish') to se-NO


2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [ede36224b403fe06629122f8d3b0207129c3bd08]

INTEGRATION: CWS dba24lms (1.8.46); FILE MERGED 2007/11/12 12:49:41 er 1.8.46.1: #i82927# add mapping for Northern Sami Norway (the alleged 'Lappish') to se-NO


2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [52d7a3d114b375ee019b3435a82d5cd4fc08c805]

INTEGRATION: CWS fwk78 (1.59.6); FILE MERGED 2007/11/07 10:17:53 cd 1.59.6.1: #i79712# Support style NOLABEL for several controls


2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [965b50f53878a35fd1976bfb133fc1cfa035482f]

INTEGRATION: CWS fwk78 (1.16.46); FILE MERGED 2007/11/02 08:59:38 cd 1.16.46.1: #i83233# Support asynchronous callback service for uno awt


2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [f7078fb60252999d8c04d6a87afed354e9bba49b]

INTEGRATION: CWS fwk78 (1.37.44); FILE MERGED 2007/11/07 10:17:54 cd 1.37.44.1: #i79712# Support style NOLABEL for several controls


2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [d1f33c6e6ae99938765d33296841020761b01d4a]

INTEGRATION: CWS fwk78 (1.82.34); FILE MERGED 2007/11/20 09:36:39 cd 1.82.34.2: #i79712# No label property is only supported for fixed text control 2007/11/07 10:17:54 cd 1.82.34.1: #i79712# Support style NOLABEL for several controls


2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [8b07d7d1d755fedb4030bd419570af5581eff9bd]

INTEGRATION: CWS fwk78 (1.57.24); FILE MERGED 2007/11/08 11:45:04 cd 1.57.24.1: #i79712# New property NOLABEL must have the default value 'false'


2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [ee13a6ca9a0d079c56e965d7b52e61418864490b]

INTEGRATION: CWS fwk78 (1.48.44); FILE MERGED 2007/11/07 10:17:53 cd 1.48.44.1: #i79712# Support style NOLABEL for several controls


2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [4dfbaa2273447b224f44f26c215a21b6e7f96dcf]

INTEGRATION: CWS fwk78 (1.30.46); FILE MERGED 2007/11/02 09:02:48 cd 1.30.46.1: #i83233# Support asynchronous callback service for uno awt


2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [b29ee553d4afcca7cd5ee806b448006e87587530]

INTEGRATION: CWS fwk78 (1.1.2); FILE ADDED 2007/11/08 09:21:59 tkr 1.1.2.3: #i83233# precomplied header missed 2007/11/02 10:08:27 cd 1.1.2.2: #i83233# Support asynchronous callback service for uno awt 2007/11/02 08:59:04 cd 1.1.2.1: #i83233# Support asynchronous callback service for uno awt


2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [8cbaecea51e3de903bdcd73da7826fea6770359b]

INTEGRATION: CWS fwk78 (1.3.28); FILE MERGED 2007/11/02 09:01:57 cd 1.3.28.1: #i83233# Support asynchronous callback service for uno awt


2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [8932d10f4c66dd54f064589f7e624a4e25435288]

INTEGRATION: CWS fwk78 (1.1.2); FILE ADDED 2007/11/02 09:01:29 cd 1.1.2.1: #i83233# Support asynchronous callback service for uno awt - complex test case


2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [8d73ec3ecfda02b68962838446fd0942a52c11d9]

INTEGRATION: CWS fwk78 (1.1.2); FILE ADDED 2007/11/02 09:00:38 cd 1.1.2.1: #i83233# Support asynchronous callback service for uno awt - complex test case


2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [ad7a972b0cad0c8b9aa317b0a86bb4583c117308]

INTEGRATION: CWS fwk78 (1.1.2); FILE ADDED 2007/11/02 09:00:28 cd 1.1.2.1: #i83233# Support asynchronous callback service for uno awt - complex test case


2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [d12512a6ba0336349ddd07f0bd1e038273f51995]

INTEGRATION: CWS fwk78 (1.31.26); FILE MERGED 2007/11/07 10:17:53 cd 1.31.26.1: #i79712# Support style NOLABEL for several controls


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [3c6030778f6d1aea386192e00bf8679d520ebf9e]

INTEGRATION: CWS calcprintdlg (1.11.118); FILE MERGED 2007/11/06 16:25:50 pb 1.11.118.1: fix: #i82071# enhancements for calc


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [37b1e9534b472e5866e783378f2cf3642e321459]

INTEGRATION: CWS calcprintdlg (1.46.180); FILE MERGED 2007/11/12 06:04:44 pb 1.46.180.2: fix: #i82071# one fixedtext was too short 2007/11/06 15:53:41 pb 1.46.180.1: fix: #i82071# enhancements for calc


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [043af5e61dda9582b141ccad608e9be5232c4e45]

INTEGRATION: CWS calcprintdlg (1.6.118); FILE MERGED 2007/11/06 15:53:41 pb 1.6.118.1: fix: #i82071# enhancements for calc


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [7a70d3d48008d776ab39abfded39e909eca9a12f]

INTEGRATION: CWS calcprintdlg (1.28.44); FILE MERGED 2007/11/18 09:44:54 pb 1.28.44.4: fix: #i82071# wrong include resolved 2007/11/08 11:33:02 pb 1.28.44.3: fix: #i82071# SheetRange methods are improved 2007/11/07 12:55:55 pb 1.28.44.2: fix: #i82071# new methods *SheetRange*() 2007/11/06 15:53:41 pb 1.28.44.1: fix: #i82071# enhancements for calc


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [746e0b07080d7cc501a6fb39fb203a36915a1119]

INTEGRATION: CWS calcprintdlg (1.2.194); FILE MERGED 2007/11/08 11:29:13 pb 1.2.194.3: fix: #i82071# IsSheetRangeAvailable() added 2007/11/07 12:55:43 pb 1.2.194.2: fix: #i82071# new methods *SheetRange*() 2007/11/06 15:49:21 pb 1.2.194.1: fix: #i82071# enhancements for calc


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [b57102b2035d06bace8603b783642429962e58f6]

INTEGRATION: CWS impress134 (1.11.104); FILE MERGED 2007/10/31 15:45:12 sj 1.11.104.1: #i81120# added patch (signed/unsigned issue)


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [3321a188c48c7f7a6015bac38af474ff68c20db1]

INTEGRATION: CWS impress134 (1.7.104); FILE MERGED 2007/10/31 15:43:55 sj 1.7.104.1: #i81120# added patch (signed/unsigned issue)


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [29e5c42602e9809e98444fd80126b35f2e4ec544]

INTEGRATION: CWS impress134 (1.8.104); FILE MERGED 2007/10/31 15:42:37 sj 1.8.104.1: #i81120# added patch (signed/unsigned issue)


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [ed8b91eb2e588e50c19e920485853c9981c9e42a]

INTEGRATION: CWS impress134 (1.2.50); FILE MERGED 2007/11/14 15:29:40 cl 1.2.50.2: #i83313# check for self inserting 2007/11/06 11:36:52 cl 1.2.50.1: #i81648# renamed wrong 'Childs' to 'Children'


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [25b6745f38eb27ae5f1514c805b22f2a81c8f7aa]

INTEGRATION: CWS impress134 (1.4.124); FILE MERGED 2007/11/13 20:28:15 cl 1.4.124.2: RESYNC: (1.4-1.5); FILE MERGED 2007/11/06 11:40:30 cl 1.4.124.1: #i81648# renamed wrong 'Childs' to 'Children'


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [2fb27a46874cba55427208c74cff982ca2937829]

INTEGRATION: CWS impress134 (1.53.30); FILE MERGED 2007/11/06 11:42:43 cl 1.53.30.1: #i82954# fix paint of selected tree node labels


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [fcde77c9c97c5289010ce2d6cc84984bb2337d5e]

INTEGRATION: CWS tkr06 (1.14.116); FILE MERGED 2007/11/13 11:28:10 mav 1.14.116.5: #i83571# avoid double encryption 2007/11/07 16:31:27 mav 1.14.116.4: #i82892# small fixes 2007/11/07 14:10:22 mav 1.14.116.3: #i82892# allow better control over password container 2007/11/05 08:08:43 mav 1.14.116.2: #i82892# allow better control over password container 2007/10/31 16:10:10 mav 1.14.116.1: #i82884# use correct syntax for set element


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [6da6ab63b0e6884eb931774720286db5eb20608d]

INTEGRATION: CWS tkr06 (1.8.420); FILE MERGED 2007/11/05 08:08:43 mav 1.8.420.1: #i82892# allow better control over password container


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [338c3601a0810d6b841aa584c384547be70fff3d]

INTEGRATION: CWS tkr06 (1.30.114); FILE MERGED 2007/11/07 11:45:53 pb 1.30.114.1: fix: #i82892# new option: E_CTRLCLICK_HYPERLINK


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [cb00bac7cdd2fa612d86437093ff2f0275bb0e9d]

INTEGRATION: CWS tkr06 (1.2.192); FILE MERGED 2007/11/07 11:45:03 pb 1.2.192.1: fix: #i82892# new option: E_CTRLCLICK_HYPERLINK


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [08159800d023f1c975d5b042e1f36843e03ba73f]

INTEGRATION: CWS tkr06 (1.15.132); FILE MERGED 2007/11/07 09:57:22 cd 1.15.132.1: #i83238# Draw method for tabpages and dialogs must call ImplInitSettings for non-bitmap wallpapers


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [2c5bb3313badc84b815c5db0fb91a55e0d8c528b]

INTEGRATION: CWS tkr06 (1.41.22); FILE MERGED 2007/11/07 09:57:21 cd 1.41.22.2: #i83238# Draw method for tabpages and dialogs must call ImplInitSettings for non-bitmap wallpapers 2007/11/06 13:06:08 cd 1.41.22.1: #i83238# Support wallpaper bitmap for toolkit dialogs


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [3dff7ec818037b688f526dba82e40771301bea8d]

INTEGRATION: CWS tkr06 (1.37.46); FILE MERGED 2007/11/02 15:25:03 tkr 1.37.46.1: #83255# relative url


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [f0d3f93879c37b82f65c7aad70a60adf0f8ed460]

INTEGRATION: CWS tkr06 (1.82.36); FILE MERGED 2007/11/08 15:11:30 cd 1.82.36.2: #i83238# Added background color to fixed line control to support transparency 2007/11/06 13:13:25 cd 1.82.36.1: #i83238# Support wallpaper bitmap for dialogs


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [5c5ecc3ea5edf95467d3aba4b6495dec7e4e44a7]

INTEGRATION: CWS tkr06 (1.48.46); FILE MERGED 2007/11/08 10:18:58 cd 1.48.46.2: #i83238# Use PrepareWindowDescriptor to set dependent properties before the properties change loop copy the data to the peer 2007/11/08 08:56:26 cd 1.48.46.1: #i83238# New virtual method to set dependent properties before the properties change loop copy the data to the peer


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [f7f7f0f9985405306c9f23959f57e51a6efceca5]

INTEGRATION: CWS tkr06 (1.22.38); FILE MERGED 2007/11/08 10:18:58 cd 1.22.38.5: #i83238# Use PrepareWindowDescriptor to set dependent properties before the properties change loop copy the data to the peer 2007/11/08 08:56:25 cd 1.22.38.4: #i83238# New virtual method to set dependent properties before the properties change loop copy the data to the peer 2007/11/06 13:13:25 cd 1.22.38.3: #i83238# Support wallpaper bitmap for dialogs 2007/11/05 10:58:05 pb 1.22.38.2: fix: #i82892# syntax 2007/11/02 15:25:44 tkr 1.22.38.1: #83255# relative url


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [628fec2b9de9c7ad186741619800e90d2c706371]

INTEGRATION: CWS tkr06 (1.63.48); FILE MERGED 2007/11/07 09:54:53 cd 1.63.48.2: #i83238# Tabpages and dialogs should not support transparency 2007/11/06 13:13:25 cd 1.63.48.1: #i83238# Support wallpaper bitmap for dialogs


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [e368efd1792768b8e9a3ad65fe95b06866a37e60]

INTEGRATION: CWS tkr06 (1.79.20); FILE MERGED 2007/11/07 09:54:53 cd 1.79.20.2: #i83238# Tabpages and dialogs should not support transparency 2007/11/06 13:11:25 cd 1.79.20.1: #i83237# Make changes to support transparent background for non-compound controls


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [f538dba4d1df3702a78977ac3efba691ad0631d6]

INTEGRATION: CWS tkr06 (1.59.8); FILE MERGED 2007/11/07 09:54:53 cd 1.59.8.1: #i83238# Tabpages and dialogs should not support transparency


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [99c965850ee89e2285f9b1850f2db309fdfe8926]

INTEGRATION: CWS tkr06 (1.31.28); FILE MERGED 2007/11/02 15:24:17 tkr 1.31.28.1: #83255# relative url


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [3afc0edb93709bb69fdc1ce7808cb153f15ed945]

INTEGRATION: CWS tkr06 (1.36.150); FILE MERGED 2007/11/07 09:54:53 cd 1.36.150.2: #i83238# Tabpages and dialogs should not support transparency 2007/11/06 13:10:04 cd 1.36.150.1: #i83238# Implement setProperty for VCLXDialog to support wallpaper bitmaps


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [44b03e86b7bdba5744eaf52a88edee708b81cac0]

INTEGRATION: CWS vcl83 (1.22.8); FILE MERGED 2007/11/19 12:33:22 pl 1.22.8.2: #i80218# reselect previous printer after printer changed 2007/10/09 17:29:22 pl 1.22.8.1: #i80218# actively check for printer changes


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [1d5234c03c9aadc457b339577d7fa0e3d0dfa88b]

INTEGRATION: CWS vcl83 (1.20.146); FILE MERGED 2007/10/08 16:50:00 pl 1.20.146.1: #i82370# added turkish and russian key sym replacement strings


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [3bbae6a17b712e9deea8bdcf375fb20f3959e2b1]

INTEGRATION: CWS vcl83 (1.117.54); FILE MERGED 2007/10/16 14:35:40 pl 1.117.54.3: RESYNC: (1.117-1.118); FILE MERGED 2007/10/09 16:22:09 pl 1.117.54.2: #i82397# add a event handler workaround mode for input disabled windows 2007/10/09 14:36:00 pl 1.117.54.1: #i81504# do not misuse EnableInput for modality


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [2e5c862d3cc6be5dd8152acfa6c18573a9ef2a30]

INTEGRATION: CWS vcl83 (1.25.60); FILE MERGED 2007/10/09 14:36:00 pl 1.25.60.1: #i81504# do not misuse EnableInput for modality


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [8359c18740861e09733dddf3904021d81a8ad1bf]

INTEGRATION: CWS vcl83 (1.264.6); FILE MERGED 2007/10/09 16:22:09 pl 1.264.6.2: #i82397# add a event handler workaround mode for input disabled windows 2007/10/09 14:36:00 pl 1.264.6.1: #i81504# do not misuse EnableInput for modality


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [f6f294301a888a67c940ae4d936b9fe730a1d62e]

INTEGRATION: CWS vcl83 (1.49.60); FILE MERGED 2007/10/22 08:59:46 pl 1.49.60.1: #i82823# remove warnings (thanks pjanik)


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [cc1f241c1501960e808ef96a97777e4df7343cc5]

INTEGRATION: CWS vcl83 (1.155.6); FILE MERGED 2007/11/12 16:28:24 hdu 1.155.6.2: RESYNC: (1.155-1.156); FILE MERGED 2007/10/09 14:36:00 pl 1.155.6.1: #i81504# do not misuse EnableInput for modality


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [78a956156cb75ddf23b0ce931a33e5e1991bff9e]

INTEGRATION: CWS vcl83 (1.19.62); FILE MERGED 2007/10/09 14:36:00 pl 1.19.62.1: #i81504# do not misuse EnableInput for modality


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [cc05d7f405f91000eb8c01f2dca371af589ad662]

INTEGRATION: CWS vcl83 (1.40.60); FILE MERGED 2007/11/12 16:28:21 hdu 1.40.60.2: RESYNC: (1.40-1.41); FILE MERGED 2007/10/09 14:36:00 pl 1.40.60.1: #i81504# do not misuse EnableInput for modality


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [4c69f8076f95d23f97a9e2a471a62de32196bcf8]

INTEGRATION: CWS vcl83 (1.145.56); FILE MERGED 2007/10/16 14:35:37 pl 1.145.56.2: RESYNC: (1.145-1.146); FILE MERGED 2007/10/16 12:32:40 hdu 1.145.56.1: #i82612# fix regression for fonts that don't support FT's FT_ENCODING_UNICODE encoding


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [2695b5851b79a4e241001d21d9ca613c3b6fb0be]

INTEGRATION: CWS vcl83 (1.23.90); FILE MERGED 2007/10/16 14:35:34 pl 1.23.90.2: RESYNC: (1.23-1.24); FILE MERGED 2007/10/08 10:31:28 hdu 1.23.90.1: #149343# fix for invalid chunk lengths: unsignedness is not worth the trouble


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [57b0894abf9b019aecdbc88d6683b07f82faf323]

INTEGRATION: CWS vcl83 (1.114.54); FILE MERGED 2007/10/09 13:40:05 hdu 1.114.54.3: #i81970# fix regression in PDF text export for EuroSymbol/etc. for builtin fonts 2007/10/08 16:38:13 pl 1.114.54.2: #i80258# slight change to field name encoding scheme 2007/09/28 14:48:53 hdu 1.114.54.1: #i82069# PDF export: implement symbol aliasing for glyph widths


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [907e5437096db02f12d8fbd589fb2d900abcadd6]

INTEGRATION: CWS vcl83 (1.3.90); FILE MERGED 2007/11/12 16:28:18 hdu 1.3.90.3: RESYNC: (1.3-1.4); FILE MERGED 2007/10/17 14:00:13 pl 1.3.90.2: fix a conversion warning 2007/09/28 14:48:53 hdu 1.3.90.1: #i82069# PDF export: implement symbol aliasing for glyph widths


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [d9656de832b06d2d5c021baf55479ef14285ea8e]

INTEGRATION: CWS vcl83 (1.23.60); FILE MERGED 2007/10/22 08:59:46 pl 1.23.60.3: #i82823# remove warnings (thanks pjanik) 2007/10/15 10:03:08 aw 1.23.60.2: #i82615# secured OutputDevice::GetInverseViewTransformation() 2007/10/15 09:25:23 aw 1.23.60.1: #i82615# secured OutputDevice::GetInverseViewTransformation()


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [f4b5d5817ae4f6f162ff603c848f60f63bcb5a2e]

INTEGRATION: CWS vcl83 (1.8.152); FILE MERGED 2007/10/09 13:08:23 hdu 1.8.152.1: #i81970# use default weight for the regular style of builtin PDF fonts


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [1521b5ce8fb4f82f523cbcdff7f36d73429d4162]

INTEGRATION: CWS vcl83 (1.3.52); FILE MERGED 2007/10/09 16:22:09 pl 1.3.52.2: #i82397# add a event handler workaround mode for input disabled windows 2007/10/09 14:35:59 pl 1.3.52.1: #i81504# do not misuse EnableInput for modality


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [7a4cf2afc2e38913fb5abf6d2b85075ac7cecefe]

INTEGRATION: CWS vcl83 (1.3.62); FILE MERGED 2007/10/09 16:22:09 pl 1.3.62.1: #i82397# add a event handler workaround mode for input disabled windows


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [a005574d2264c5afae46231ab3ae96e0e4b1af29]

INTEGRATION: CWS vcl83 (1.23.28); FILE MERGED 2007/10/09 17:16:15 pl 1.23.28.2: #i82321# reload CUPS dests 2007/10/02 10:56:20 pl 1.23.28.1: #i74783# add comment and location


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [02acf896dcce5a4ca9e55cf068363efdc2d87d24]

INTEGRATION: CWS vcl83 (1.9.14); FILE MERGED 2007/10/22 08:57:29 pl 1.9.14.1: #i82823# remove warnings (thanks pjanik)


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [9f956d5a2f67b4676f43df8d6ad7675865211378]

INTEGRATION: CWS vcl83 (1.44.4); FILE MERGED 2007/10/22 08:57:28 pl 1.44.4.1: #i82823# remove warnings (thanks pjanik)


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [17b0d17756d7c0a538b333a3d2a3f72d60e54f9a]

INTEGRATION: CWS vcl83 (1.56.32); FILE MERGED 2007/10/17 13:10:30 pl 1.56.32.1: #i82494# respect 0 max text len meaning unlimited


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [b101546b2da68b2c01b52b2f3818eb55ade5fa5c]

INTEGRATION: CWS fwk72 (1.3.76); FILE MERGED 2007/08/06 15:18:48 mav 1.3.76.1: #i80384# support TargetMode attribute


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [88004d7793ebbefe9895d46719fc75badee5a000]

INTEGRATION: CWS fwk72 (1.2.86); FILE MERGED 2007/08/07 08:14:28 mav 1.2.86.1: #i80384# support TargetMode attribute


2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [ec00273cc2b1cc59ce05ccefab91e33b72be8ab5]

INTEGRATION: CWS fwk72 (1.48.4); FILE MERGED 2007/08/08 10:28:42 mav 1.48.4.1: #i80457# introduce missing delete


2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [54468c8936d3de7cd3c930c1675b95e823fdc035]

INTEGRATION: CWS langstatusbar (1.39.86); FILE MERGED 2007/10/01 20:07:10 tl 1.39.86.2: RESYNC: (1.39-1.40); FILE MERGED 2007/06/08 13:49:04 tl 1.39.86.1: #i77208# new language status-bar control


2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [98623fa7ad582e36e84e03fd62ab77daa89df742]

INTEGRATION: CWS langstatusbar (1.1.2); FILE ADDED 2007/11/20 08:45:13 tl 1.1.2.6: #i77208# merging language table from master 2007/10/08 15:06:04 tl 1.1.2.5: merged langtab.src with master from svx 2007/10/05 10:22:18 tl 1.1.2.4: include fixed 2007/06/26 12:08:45 tl 1.1.2.3: #i77208# copied data from old source location in svx from the master for langtab.src 2007/06/26 10:31:31 tl 1.1.2.2: #i77208# copied data from old source location in svx from the master for langtab.src 2007/06/08 13:48:06 tl 1.1.2.1: #i77208# new language status-bar control


2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [76edcd5d553fbbdb05e01a8c0e42f97c2319ecf4]

INTEGRATION: CWS langstatusbar (1.1.2); FILE ADDED 2007/10/05 09:57:59 tl 1.1.2.3: include fixed 2007/10/04 08:31:13 tl 1.1.2.2: adding missing include 2007/06/08 13:47:51 tl 1.1.2.1: #i77208# new language status-bar control


2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [f0a9930f88b65bb862a6486717f2e9ca29cfac9b]

INTEGRATION: CWS langstatusbar (1.145.2); FILE MERGED 2007/10/01 18:51:02 tl 1.145.2.3: RESYNC: (1.147-1.149); FILE MERGED 2007/06/25 14:47:08 tl 1.145.2.2: RESYNC: (1.145-1.147); FILE MERGED 2007/06/08 13:48:56 tl 1.145.2.1: #i77208# new language status-bar control


2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [65fb26b684700021dc66aa504fd17f58c4627f2c]

INTEGRATION: CWS langstatusbar (1.2.70); FILE MERGED 2007/10/01 18:50:03 tl 1.2.70.2: RESYNC: (1.2-1.3); FILE MERGED 2007/06/08 13:48:45 tl 1.2.70.1: #i77208# new language status-bar control


2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [20e26075c63171dcae9f2b930fecd662ed60c3fd]

INTEGRATION: CWS langstatusbar (1.1.2); FILE ADDED 2007/06/08 13:47:23 tl 1.1.2.1: #i77208# new language status-bar control


2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [6a5d89cceaf0c12ced560d1e43d75a5b33291d9b]

INTEGRATION: CWS native116 (1.90.100); FILE MERGED 2007/10/30 12:50:46 hro 1.90.100.2: #i76712# Load AddFontResourceEx dynamically 2007/10/12 15:38:06 hro 1.90.100.1: #i76712# Load AddFontResourceEx dinamically


2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [edfc2cc9a47e60363e4c7008448730b94291ed10]

INTEGRATION: CWS sb79 (1.39.38); FILE MERGED 2007/10/04 11:54:53 sb 1.39.38.1: #i66621# Introduced comphelper::string::searchAndReplace.


2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [08a8d1e16612a7935ca476d01fcdc5d2f7b1989c]

INTEGRATION: CWS sb79 (1.1.2); FILE ADDED 2007/10/04 12:02:50 sb 1.1.2.1: #i66621# Introduced comphelper::string::searchAndReplace.


2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [607d2a2d0c6b8dab44ab1be8853fa73bccbd3fdc]

INTEGRATION: CWS sb79 (1.1.2); FILE ADDED 2007/10/04 11:56:25 sb 1.1.2.1: #i66621# Introduced comphelper::string::searchAndReplace.


2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [62a6a0958a4dceedac3d11551d28f1bb7aeefe81]

INTEGRATION: CWS sb79 (1.1.2); FILE ADDED 2007/10/04 12:02:39 sb 1.1.2.1: #i66621# Introduced comphelper::string::searchAndReplace.


2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [8ca25912ca14f732fb507c0e9f4a0328e526153e]

INTEGRATION: CWS beppec56pdfa1b (1.49.26); FILE MERGED 2007/08/24 13:28:00 beppec56 1.49.26.5: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/22 17:02:42 beppec56 1.49.26.4: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capabilit 2007/08/21 20:22:54 beppec56 1.49.26.3: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/20 17:00:03 beppec56 1.49.26.2: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/17 21:46:57 beppec56 1.49.26.1: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability


2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [ce2c8f4ad891a1c3cea33d7f524e814b66ccccd1]

INTEGRATION: CWS beppec56pdfa1b (1.114.16); FILE MERGED 2007/10/30 18:34:44 pl 1.114.16.22: fixed a compiler warning on Windows 2007/10/30 15:33:01 beppec56 1.114.16.21: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1a export capability 2007/09/30 14:32:38 beppec56 1.114.16.20: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1a export capability 2007/09/20 16:29:56 beppec56 1.114.16.19: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1a export capability 2007/09/19 10:31:09 beppec56 1.114.16.18: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/09/18 18:50:55 beppec56 1.114.16.17: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/09/05 09:42:29 beppec56 1.114.16.16: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/09/05 09:39:56 beppec56 1.114.16.15: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/09/04 08:13:15 beppec56 1.114.16.14: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/24 13:41:33 beppec56 1.114.16.13: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/24 13:27:59 beppec56 1.114.16.12: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/23 13:15:45 beppec56 1.114.16.11: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/23 09:21:09 beppec56 1.114.16.10: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/23 07:51:38 beppec56 1.114.16.9: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/22 17:13:48 beppec56 1.114.16.8: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/22 17:02:42 beppec56 1.114.16.7: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capabilit 2007/08/22 09:45:09 beppec56 1.114.16.6: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/21 20:22:54 beppec56 1.114.16.5: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/20 20:32:26 beppec56 1.114.16.4: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/20 17:00:02 beppec56 1.114.16.3: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/17 21:46:57 beppec56 1.114.16.2: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/15 14:14:14 beppec56 1.114.16.1: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability


2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [1d2052752d3475381c39c8241c6da856f7c59ff7]

INTEGRATION: CWS jl76 (1.3.120); FILE MERGED 2007/11/02 08:45:40 pb 1.3.120.1: fix: #i81502# Set/GetURL(), SetDescription() added


2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [8911acc2b4ac894a751eb133ea7040bbc1242187]

INTEGRATION: CWS jl76 (1.2.138); FILE MERGED 2007/11/02 08:46:41 pb 1.2.138.1: fix: #i81502# Set/GetURL(), SetDescription() added


2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [bf0056fc6306b5a45f7a93f4a154e61f46cefb2a]

INTEGRATION: CWS sb81 (1.11.198); FILE MERGED 2007/11/05 08:50:15 sb 1.11.198.1: #i83263# Portable fprintf family conversion specifications.


2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [a2c22c1ea0ff2002a9c33b50f260623625f4b0ef]

#i10000 missing diff


2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [3f216052059046d4aac4dfde00b3a914ea3986c0]

INTEGRATION: CWS dba24c (1.3.100); FILE MERGED 2007/09/18 12:46:34 fs 1.3.100.1: #i81095# +hasString


2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0cda6c12eb6d18b3c08e9474004170e676494a96]

INTEGRATION: CWS dba24c (1.7.40); FILE MERGED 2007/10/09 21:10:50 fs 1.7.40.1: #i82110#: +put / +operator >>=


2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [46cea5f41d97aed99536ad7ca89cf96c8aadc0b6]

INTEGRATION: CWS dba24c (1.5.40); FILE MERGED 2007/09/20 18:29:52 fs 1.5.40.1: added createComponentWithArguments returning XInterface (analogous to createComponent)


2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0bde5b5c3d884e58ba49890fe8339b9913c2af94]

INTEGRATION: CWS dba24c (1.2.142); FILE MERGED 2007/09/18 12:46:36 fs 1.2.142.1: #i81095# +hasString


2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [f65c251d186a113e2f33cc95095a9f20a5563d86]

INTEGRATION: CWS dba24c (1.6.40); FILE MERGED 2007/10/22 08:23:23 fs 1.6.40.2: put taking an Any 2007/10/09 21:10:33 fs 1.6.40.1: #i82110#: +put / +operator >>=


2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [86465e6df39c58d444b6eb525774324357f3553c]

INTEGRATION: CWS dba24c (1.4.40); FILE MERGED 2007/09/20 18:29:47 fs 1.4.40.1: added createComponentWithArguments returning XInterface (analogous to createComponent)


2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [17bb244418fe87cbba3583372bb9988e9e04c1c7]

INTEGRATION: CWS dba24c (1.4.60); FILE MERGED 2007/10/30 06:07:03 fs 1.4.60.2: #i10000# 2007/10/29 11:31:54 fs 1.4.60.1: allow .set( ..., UNO_SET_THROW )


2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [47c1cf6aa715130a96c368e8206097b6bf080339]

INTEGRATION: CWS dba24c (1.60.12); FILE MERGED 2007/11/01 08:19:24 cd 1.60.12.1: #i83129# Change warning text to fix english grammar mistake


2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [bd8296c95d59f260b9c9fcdd41b383088d22108d]

INTEGRATION: CWS dba24c (1.29.82); FILE MERGED 2007/09/28 19:18:15 fs 1.29.82.2: RESYNC: (1.29-1.30); FILE MERGED 2007/09/04 11:46:26 fs 1.29.82.1: #i80940#


2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [de8974e2dd176da16300cdc5d191241364d51c5f]

INTEGRATION: CWS dba24c (1.4.232); FILE MERGED 2007/10/16 06:22:43 fs 1.4.232.1: doc typo


2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [677600fe3dce0873efc1f01e738e74771d6ee2a1]

INTEGRATION: CWS dba24c (1.26.66); FILE MERGED 2007/10/03 19:59:52 fs 1.26.66.1: during #i82169#: DbgPrintWindow: ensure the assertion message is added to the window in the main thread, by using a SolarThreadexecutor


2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [6473200b1bd1b84429022d9d5f06c469e0932696]

INTEGRATION: CWS dba24c (1.57.16); FILE MERGED 2007/10/03 19:32:01 fs 1.57.16.1: during #i82169#: setFastPropertyValue: release guard before forwarding the font property to setFastPropertyValues method (else we might deadlock soon)


2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [23e08f8d68d195d149192463dd31ba843f7fd2d5]

INTEGRATION: CWS dba24c (1.48.38); FILE MERGED 2007/11/14 15:32:40 fs 1.48.38.2: *** empty log message *** 2007/10/03 12:38:37 fs 1.48.38.1: during #i82169#: getPosSize: release our mutext before actually calling into the control (which might lock the SolarMutex eventually)


2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [01b62b305e120965f0067d19c40e9c62815d1aed]

INTEGRATION: CWS reportdesign01 (1.26.10); FILE MERGED 2007/10/15 06:33:11 oj 1.26.10.1: #i79214# new method to allow to start not with zero


2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [86b604870ccca1fb822fd6661c79e2dab29dd05a]

INTEGRATION: CWS reportdesign01 (1.8.56); FILE MERGED 2007/10/15 06:33:11 oj 1.8.56.1: #i79214# new method to allow to start not with zero


2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [8d8bf5f571fcffccb08d0b4545f80830a8e2095b]

INTEGRATION: CWS reportdesign01 (1.3.84); FILE MERGED 2007/09/25 10:01:21 oj 1.3.84.1: new default values


2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [b00c956eb6668c3f2a67f57392200f88b4346fb5]

INTEGRATION: CWS beppec56pdflinks (1.49.18); FILE MERGED 2007/11/04 15:51:47 beppec56 1.49.18.3: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff, contains beppec56pdfa1b for interoperability reason 2007/08/11 15:53:03 beppec56 1.49.18.2: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: add relative hyperlink and other stuff 2007/08/09 17:46:51 beppec56 1.49.18.1: Issue number: i56629 Submitted by: beppec56 Reviewed by: beppec56 Add PDF relative hyperlink


2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [a7ed7d69ef1290b6dba6fc45864f8696045959e7]

INTEGRATION: CWS beppec56pdflinks (1.114.8); FILE MERGED 2007/11/06 22:43:54 beppec56 1.114.8.8: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff, contains beppec56pdfa1b for interoperability reason 2007/11/04 15:51:47 beppec56 1.114.8.7: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff, contains beppec56pdfa1b for interoperability reason 2007/11/02 14:36:29 beppec56 1.114.8.6: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff 2007/11/02 09:33:42 pl 1.114.8.5: fixed a warning on windows 2007/10/30 22:33:58 beppec56 1.114.8.4: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff 2007/08/17 21:51:52 beppec56 1.114.8.3: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff 2007/08/11 15:53:03 beppec56 1.114.8.2: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: add relative hyperlink and other stuff 2007/08/09 17:46:51 beppec56 1.114.8.1: Issue number: i56629 Submitted by: beppec56 Reviewed by: beppec56 Add PDF relative hyperlink


2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [537df0dca8f8a472c915e792794962de96cea558]

INTEGRATION: CWS beppec56pdflinks (1.20.56); FILE MERGED 2007/08/09 17:46:51 beppec56 1.20.56.1: Issue number: i56629 Submitted by: beppec56 Reviewed by: beppec56 Add PDF relative hyperlink


2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [29721467913718936592228dd84ebffe7b89e611]

INTEGRATION: CWS beppec56pdflinks (1.11.56); FILE MERGED 2007/08/10 14:10:44 beppec56 1.11.56.2: Issue: i56629 Submitted by: beppec56 Reviewed by: beppec56 PDF relative hyperlinks 2007/08/09 17:46:51 beppec56 1.11.56.1: Issue number: i56629 Submitted by: beppec56 Reviewed by: beppec56 Add PDF relative hyperlink


2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [06199035fc40c276d5b05e44b5ef51c6bd4b287a]

INTEGRATION: CWS beppec56pdflinks (1.8.120); FILE MERGED 2007/11/04 15:51:47 beppec56 1.8.120.1: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff, contains beppec56pdfa1b for interoperability reason


2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [bf92a1b527c3ade162152cbc9204522512be8170]

INTEGRATION: CWS beppec56pdflinks (1.4.76); FILE MERGED 2007/11/04 15:51:47 beppec56 1.4.76.3: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff, contains beppec56pdfa1b for interoperability reason 2007/08/11 15:53:03 beppec56 1.4.76.2: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: add relative hyperlink and other stuff 2007/08/09 17:46:51 beppec56 1.4.76.1: Issue number: i56629 Submitted by: beppec56 Reviewed by: beppec56 Add PDF relative hyperlink


2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [986b30e6ddde9535c2b55c0e3eb7f4d7a9c872ab]

INTEGRATION: CWS beppec56pdflinks (1.2.134); FILE MERGED 2007/08/11 15:53:03 beppec56 1.2.134.2: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: add relative hyperlink and other stuff 2007/08/09 17:46:51 beppec56 1.2.134.1: Issue number: i56629 Submitted by: beppec56 Reviewed by: beppec56 Add PDF relative hyperlink


2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [102c83915d6aeb272e3c36de96e86fcbd6283b3a]

INTEGRATION: CWS fwk74 (1.5.110); FILE MERGED 2007/10/09 13:37:58 mav 1.5.110.1: #i82393# fix the typo


2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [256971af9f6557bacd888d4590f10901a238a72e]

INTEGRATION: CWS fwk74 (1.33.68); FILE MERGED 2007/10/02 06:15:51 cd 1.33.68.1: #i73355# Exchange wrong implementation of ReplaceImage with name as key.


2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6e9d3362999463b2907fab0ee562f3f4f142fcb9]

INTEGRATION: CWS as6 (1.6.40); FILE MERGED 2007/09/05 08:24:48 as 1.6.40.1: #i63263# some new import, export functions


2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2398322e15e1a65c04dbd710d295d2d3f618a4c7]

INTEGRATION: CWS as6 (1.7.40); FILE MERGED 2007/09/05 08:24:48 as 1.7.40.1: #i63263# some new import, export functions


2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [20ac40799dcee0f9fbf44fcc65da69a8cf709a96]

INTEGRATION: CWS ab38 (1.264.48); FILE MERGED 2007/11/01 14:29:38 ab 1.264.48.1: #i20164# Window::RequestHelp(): Support string help ids


2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ee778dcc8b3ec8abd6e72cd51ae87b8405189bdd]

INTEGRATION: CWS ab38 (1.79.14); FILE MERGED 2007/11/01 13:13:36 ab 1.79.14.1: #i20164# Support string help ids


2007-11-13  Vladimir Glazounov  <vg@openoffice.org>  [905277c871d36ca856a37a8d923e0c9448217a83]

new version for SRC680


2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [d8534356c9b024c390bfec443dc706984ec43655]

INTEGRATION: CWS sb82 (1.3.38); FILE MERGED 2007/11/07 12:39:06 sb 1.3.38.1: #i83412# struct/class mismatch.


2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [cd5090ec6e31f8c0233935b4f3d83f55acfa67ab]

INTEGRATION: CWS locales24 (1.12.118); FILE MERGED 2007/10/29 17:34:02 er 1.12.118.1: #i79797# Farsi/Persian native numbering; contributed by Farzaneh Sarafraz <farzanehs>


2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [93879b3d91552875d402019422e65dc8d36cd2e2]

INTEGRATION: CWS locales24 (1.24.102); FILE MERGED 2007/10/29 17:34:02 er 1.24.102.1: #i79797# Farsi/Persian native numbering; contributed by Farzaneh Sarafraz <farzanehs>


2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [2de1446aa2d45bdbe0f34ba38abfb5c70559456c]

INTEGRATION: CWS locales24 (1.7.132); FILE MERGED 2007/11/01 13:19:53 er 1.7.132.1: #i71789# Serbia ./. Montenegro


2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [57539fb7c32a9c689be89fa62248455db8a46b8d]

INTEGRATION: CWS locales24 (1.1.2); FILE ADDED 2007/11/01 13:19:53 er 1.1.2.1: #i71789# Serbia ./. Montenegro


2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [fdf4591bab51a305293f732b6e190758cd8b76cd]

INTEGRATION: CWS locales24 (1.1.2); FILE ADDED 2007/11/07 10:26:13 er 1.1.2.1: #i83369# Somali_Somalia locale data; contributed by Kevin Scannell <cpos>


2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [5157c01ecfcc5d949456f856411b0eee480f7350]

INTEGRATION: CWS locales24 (1.41.12); FILE MERGED 2007/11/07 10:28:45 er 1.41.12.3: #i83369# add Somali_Somalia (so_SO) locale data 2007/11/01 13:19:53 er 1.41.12.2: #i71789# Serbia ./. Montenegro 2007/10/26 18:16:33 er 1.41.12.1: #i82723# add Hiligaynon_Philippines (hil_PH) locale data; contributed by Kevin Scannell <cpos@ooo>


2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [a5fc782d668d8300a60fe243e1b1fbb0307ca2c9]

INTEGRATION: CWS locales24 (1.15.38); FILE MERGED 2007/11/07 10:28:45 er 1.15.38.2: #i83369# add Somali_Somalia (so_SO) locale data 2007/10/26 18:16:33 er 1.15.38.1: #i82723# add Hiligaynon_Philippines (hil_PH) locale data; contributed by Kevin Scannell <cpos@ooo>


2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [1abe7cbe2c41c0325f6eb0859b3d77bb41efb60c]

INTEGRATION: CWS locales24 (1.21.38); FILE MERGED 2007/11/01 13:19:53 er 1.21.38.1: #i71789# Serbia ./. Montenegro


2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [8ad54d61c8ae81310fb65a964d577d3ad785558e]

INTEGRATION: CWS locales24 (1.2.38); FILE MERGED 2007/10/29 17:49:58 er 1.2.38.1: #i81768# day names Wednesday, Thursday


2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [a9e2f54a089d50a753a441ef0604cfdeb436a643]

INTEGRATION: CWS locales24 (1.1.2); FILE ADDED 2007/10/26 18:16:33 er 1.1.2.1: #i82723# add Hiligaynon_Philippines (hil_PH) locale data; contributed by Kevin Scannell <cpos@ooo>


2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [1c5d710c5e30a5c577a3d3e0fe0b19417deb4b43]

INTEGRATION: CWS locales24 (1.9.38); FILE MERGED 2007/10/26 18:31:57 er 1.9.38.1: #i78601# Bolivar Fuerte VEF default curency


2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [d10ef951179ca453e2b4be84cba4135943aec601]

INTEGRATION: CWS locales24 (1.52.4); FILE MERGED 2007/11/07 10:28:45 er 1.52.4.3: #i83369# add Somali_Somalia (so_SO) locale data 2007/11/01 13:19:52 er 1.52.4.2: #i71789# Serbia ./. Montenegro 2007/10/26 18:16:32 er 1.52.4.1: #i82723# add Hiligaynon_Philippines (hil_PH) locale data; contributed by Kevin Scannell <cpos@ooo>


2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [2c424b8a66ba60ab6bfd33e6e1f1326d83942f75]

INTEGRATION: CWS locales24 (1.2.38); FILE MERGED 2007/10/26 17:59:44 er 1.2.38.1: prepare move to svtools/source/misc/langtab.src with cws langstatusbar


2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [3df34d8c7786e6006f4dc4da619665108490bbaa]

INTEGRATION: CWS locales24 (1.12.36); FILE MERGED 2007/11/01 13:19:52 er 1.12.36.2: #i71789# Serbia ./. Montenegro 2007/10/26 17:27:47 er 1.12.36.1: #i76233# #i80114# #i80432# #i82723# add locales and mappings


2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [618841e1886acadc243d022fc921b75a07cd3153]

INTEGRATION: CWS locales24 (1.7.16); FILE MERGED 2007/10/26 18:23:05 er 1.7.16.1: #i82981# x86_64 warnings


2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [525c7c925643a9d7e063866cf07adcac57e638c7]

INTEGRATION: CWS locales24 (1.27.72); FILE MERGED 2007/10/29 17:34:02 er 1.27.72.1: #i79797# Farsi/Persian native numbering; contributed by Farzaneh Sarafraz <farzanehs>


2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [77846a7665ac1a4a51568ff994f86e9425c8949b]

INTEGRATION: CWS locales24 (1.10.32); FILE MERGED 2007/10/26 18:23:05 er 1.10.32.1: #i82981# x86_64 warnings


2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [1d16d5f7266905c15a6250fbcc6674c63d4e3781]

INTEGRATION: CWS locales24 (1.8.38); FILE MERGED 2007/11/01 13:19:52 er 1.8.38.2: #i71789# Serbia ./. Montenegro 2007/10/26 17:27:47 er 1.8.38.1: #i76233# #i80114# #i80432# #i82723# add locales and mappings


2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [eaff66da585f5b9a9696b4ae7be8e347041507d7]

INTEGRATION: CWS pj87 (1.3.22); FILE MERGED 2007/10/20 19:27:10 pjanik 1.3.22.1: #i82821#: Fix wrong PRJNAME.


2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [de380a1793341a4de9a6baacd59ea80c929ce563]

INTEGRATION: CWS pj87 (1.17.20); FILE MERGED 2007/10/22 10:18:02 thb 1.17.20.1: #i82822# WaE: Silly compiler needs this initialized


2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [5b69f09b3edb324c6f8b1f3bcbd148368ed09057]

INTEGRATION: CWS pj87 (1.2.108); FILE MERGED 2007/10/20 19:50:54 pjanik 1.2.108.1: #i82821#: Fix wrong PRJNAME.


2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [72264f1f53b77d9b052a18cdd10297778fc9660f]

INTEGRATION: CWS pj87 (1.4.34); FILE MERGED 2007/10/20 19:50:41 pjanik 1.4.34.1: #i82821#: Fix wrong PRJNAME.


2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [4d696fe01167c85250f38adbfebd2dfa77016da5]

INTEGRATION: CWS pj87 (1.17.188); FILE MERGED 2007/10/20 19:50:28 pjanik 1.17.188.1: #i82821#: Fix wrong PRJNAME.


2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [39e37fea8516a396cf0b81591640ddb00aa447f2]

INTEGRATION: CWS dndthreading_SRC680 (1.26.50); FILE MERGED 2007/11/09 11:40:04 hro 1.26.50.1: #i82879# Create DND target thread not only for requested calls to RegisterDragDrop from an MTA but also if calling thread and window thread differ


2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [3bc1646184a04b7d02b53248617daf8680c9ed1c]

INTEGRATION: CWS canvas23101_SRC680 (1.5.20); FILE MERGED 2007/09/13 12:19:11 pl 1.5.20.1: #i81235# #i81236# #i81237# cairo patches (thanks radekdoulik), cleaned up some warnings


2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [8d61fd7fa7cd3af69f0b67e58aa15b096b3ee449]

INTEGRATION: CWS canvas23101_SRC680 (1.3.64); FILE MERGED 2007/09/13 12:19:11 pl 1.3.64.1: #i81235# #i81236# #i81237# cairo patches (thanks radekdoulik), cleaned up some warnings


2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [db87cb397788c087d51d50ee45d61018d7fefe20]

INTEGRATION: CWS canvas23101_SRC680 (1.9.10); FILE MERGED 2007/09/13 12:19:10 pl 1.9.10.1: #i81235# #i81236# #i81237# cairo patches (thanks radekdoulik), cleaned up some warnings


2007-11-09  Oliver Bolte  <obo@openoffice.org>  [37a1c0a91202f4977165ec71d437f7c96d3df3c2]

#i83430# use USE_DIRECTX5 switch instead of compiler version


2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [25b462b19ae1b741bdaa72aa20817ef56331dab6]

INTEGRATION: CWS transogl01 (1.19.132); FILE MERGED 2007/10/22 09:38:45 thb 1.19.132.3: #i79330# Also deleting allocated color map now 2007/07/25 17:12:39 thb 1.19.132.2: RESYNC: (1.19-1.21); FILE MERGED 2007/07/06 14:07:57 thb 1.19.132.1: #i79330# Creating a default colormap for non-standard visuals. Otherwise, XCreateWindow bad-matches.


2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [02bb337008de03f7db9bec960c853207e21e6c14]

INTEGRATION: CWS transogl01 (1.7.66); FILE MERGED 2007/10/30 17:03:51 thb 1.7.66.1: #i79330# Added member


2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [448bd5d8454a62e88333c79aa16be21f3993dabc]

INTEGRATION: CWS transogl01 (1.10.42); FILE MERGED 2007/09/30 00:18:06 thb 1.10.42.3: RESYNC: (1.11-1.13); FILE MERGED 2007/07/25 15:04:57 thb 1.10.42.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/20 15:33:41 radekdoulik 1.10.42.1: Issue number:  78745

return memory layout from getData methods

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [b04fb69f6eeb2b77846d26381f0ca27e6c388615]

INTEGRATION: CWS transogl01 (1.9.42); FILE MERGED 2007/07/25 15:05:05 thb 1.9.42.2: RESYNC: (1.9-1.10); FILE MERGED 2007/07/20 15:33:41 radekdoulik 1.9.42.1: Issue number:  78745

return memory layout from getData methods

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [6975b5d7cd7cfeaecd3054f1a172972a540dcc33]

INTEGRATION: CWS transogl01 (1.5.6); FILE MERGED 2007/08/27 14:35:48 radekdoulik 1.5.6.1: Issue number:  78745 Submitted by:  radekdoulik

fixed canvas helper getSize method, which was causing the getData called
with wrong size from client code

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [50116812ae9931b7919184d6fb9468877fec3e4b]

INTEGRATION: CWS transogl01 (1.4.6); FILE MERGED 2007/08/27 14:35:48 radekdoulik 1.4.6.1: Issue number:  78745 Submitted by:  radekdoulik

fixed canvas helper getSize method, which was causing the getData called
with wrong size from client code

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [1c90fcbac9af03ccdb0c429cece941881a599e51]

INTEGRATION: CWS transogl01 (1.7.20); FILE MERGED 2007/08/27 14:35:48 radekdoulik 1.7.20.5: Issue number:  78745 Submitted by:  radekdoulik

fixed canvas helper getSize method, which was causing the getData called
with wrong size from client code
2007/07/26 13:48:19 smmathews 1.7.20.4: Issue number:
Submitted by:
Reviewed by:
2007/07/25 16:28:43 radekdoulik 1.7.20.3: Issue number:  78745
Submitted by:  radekdoulik
Reviewed by:   radekdoulik

Fix the offset of bitmap data in getData method
2007/07/25 14:58:16 thb 1.7.20.2: RESYNC: (1.7-1.8); FILE MERGED
2007/06/21 10:45:31 radekdoulik 1.7.20.1: Issue number:  78745
Submitted by:  radekdoulik
Reviewed by:   radekdoulik
implemented XIntegerBitmap::getData

2007-11-08  Rüdiger Timm  <rt@openoffice.org>  [9ab878595e7d9246a0868d0c638488d1ed67aef6]

INTEGRATION: CWS vclxcu04 (1.231.22); FILE MERGED 2007/10/10 14:09:55 hdu 1.231.22.1: #i82288 add some common indic fonts for glyph fallback


2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [ce3425a4a4fd99235a2fd4910bcb7e9678248d31]

INTEGRATION: CWS tkr05_SRC680 (1.55.16); FILE MERGED 2007/10/24 15:05:41 tkr 1.55.16.1: #31053# HTTPS WebDAV support


2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [4570f68169a00072b1b715f2c9bd7dc84a97e67c]

INTEGRATION: CWS tkr05_SRC680 (1.1.2); FILE ADDED 2007/10/04 07:05:25 tkr 1.1.2.3: #31053# https webdav support 2007/10/01 07:41:32 tkr 1.1.2.2: #31053#: HTTPS Support 2007/09/20 11:02:48 tkr 1.1.2.1: #i31053#: WebDAV HTTPS Support


2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [80dc333fa64eaadc103482a29abbbcc114ce1f7d]

INTEGRATION: CWS tkr05_SRC680 (1.19.12); FILE MERGED 2007/09/20 11:03:55 tkr 1.19.12.1: #i31053#: WebDAV HTTPS Support


2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [a20701eb0847159f98aab4a91f92d36490419ab0]

INTEGRATION: CWS tkr05_SRC680 (1.4.12); FILE MERGED 2007/09/20 11:03:55 tkr 1.4.12.1: #i31053#: WebDAV HTTPS Support


2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [827dd2d5f216d8d31671196dda0c37d56ad1ac13]

INTEGRATION: CWS tkr05_SRC680 (1.25.12); FILE MERGED 2007/09/20 11:03:56 tkr 1.25.12.1: #i31053#: WebDAV HTTPS Support


2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [5875fca5aa44b83d7c57f4b6573c407f8ae71682]

INTEGRATION: CWS tkr05_SRC680 (1.1.2); FILE ADDED 2007/10/01 07:42:02 tkr 1.1.2.2: #31053#: HTTPS Support 2007/09/20 11:02:37 tkr 1.1.2.1: #i31053#: WebDAV HTTPS Support


2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [6cfebccdcf941507d391fce824705ce33bff99c0]

INTEGRATION: CWS tkr05_SRC680 (1.2.74); FILE MERGED 2007/09/20 11:03:55 tkr 1.2.74.1: #i31053#: WebDAV HTTPS Support


2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [aa069aae59d589c33a04aadb85e0b831b100c434]

INTEGRATION: CWS execshellmacrogone (1.3.506); FILE MERGED 2007/10/24 06:35:51 rene 1.3.506.1: #i79760# krs patches for supressing "Executing shell macro..." output


2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [8985797eba686ba775ea1c9f7a2c1eb5477c2fe6]

INTEGRATION: CWS execshellmacrogone (1.4.56); FILE MERGED 2007/10/24 06:35:41 rene 1.4.56.1: #i79760# krs patches for supressing "Executing shell macro..." output


2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [0a35f65369b812639d706b9146f6e469376ffd11]

INTEGRATION: CWS execshellmacrogone (1.13.28); FILE MERGED 2007/10/24 08:35:37 rene 1.13.28.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/24 06:35:40 rene 1.13.28.1: #i79760# krs patches for supressing "Executing shell macro..." output


2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [3462a6eef3d69ac2a41d13ab286cc6632cf14cea]

INTEGRATION: CWS execshellmacrogone (1.7.56); FILE MERGED 2007/10/24 06:35:40 rene 1.7.56.1: #i79760# krs patches for supressing "Executing shell macro..." output


2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [f9e2ed36e60c33baacad25eb78034d1c00c27771]

INTEGRATION: CWS execshellmacrogone (1.14.56); FILE MERGED 2007/10/24 06:35:40 rene 1.14.56.1: #i79760# krs patches for supressing "Executing shell macro..." output


2007-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [f11df431ecc5ef4ccd0615ecf753541ccfc8c536]

#i10000#: disambiguate call to std::max


2007-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [ded3f344d913903695aa70a6534e8f487688344d]

#i10000#: WaE: initialize pbuf


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d34c061a97d3ed91a896d23ec61c224221323ef9]

INTEGRATION: CWS os2port02 (1.14.2); FILE MERGED 2007/09/29 16:38:05 ydario 1.14.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9c1ad42ef0fd74e01f6d18cb1d1b0bd58b1d27d]

INTEGRATION: CWS os2port02 (1.2.2); FILE MERGED 2007/09/29 16:38:05 ydario 1.2.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [354470e8fbabed8f3f6e30ab0554bb8c0524d785]

INTEGRATION: CWS os2port02 (1.2.2); FILE MERGED 2007/10/08 14:26:28 obr 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2007/09/29 16:38:05 ydario 1.2.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c49b62d93401c010b4104d668b84d6a40da4ce4e]

INTEGRATION: CWS os2port02 (1.2.2); FILE MERGED 2007/10/08 14:26:25 obr 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2007/09/29 16:38:05 ydario 1.2.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec3d1220b09efeaeeaf98a07cd788ef46d355428]

INTEGRATION: CWS os2port02 (1.11.2); FILE MERGED 2007/09/30 11:48:12 ydario 1.11.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [62791be83a1fd1309efa0f0355b62fa14ae0a5d9]

INTEGRATION: CWS os2port02 (1.9.8); FILE MERGED 2007/09/30 11:48:12 ydario 1.9.8.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0f817a274f21d062b45767a1dfd695645dfe3fc]

INTEGRATION: CWS os2port02 (1.15.2); FILE MERGED 2007/09/29 16:39:01 ydario 1.15.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [059e943ab8071d95e82e7f434fbf4009dfb62b34]

INTEGRATION: CWS os2port02 (1.5.150); FILE MERGED 2007/10/04 19:45:04 ydario 1.5.150.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [05757c8b9e869b3048c9b3c2f0f3cf7e5001d63c]

INTEGRATION: CWS os2port02 (1.5.128); FILE MERGED 2007/09/30 12:08:51 ydario 1.5.128.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [537eaf1df2582f042ce3b419924839bc245ab824]

INTEGRATION: CWS os2port02 (1.3.2); FILE ADDED 2007/09/30 12:08:51 ydario 1.3.2.2: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration. 2006/06/19 13:51:31 ydario 1.3.2.1: file strmos2.cxx was added on branch cws_src680_os2port02 on 2007-09-30 12:08:51 +0000


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc07ece474508590228fde58427fd8f4b32ec7bf]

INTEGRATION: CWS os2port02 (1.8.84); FILE MERGED 2007/09/30 12:08:51 ydario 1.8.84.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f450ef645152a8613f531a245d5d0db8068726da]

INTEGRATION: CWS os2port02 (1.7.32); FILE MERGED 2007/09/30 12:08:51 ydario 1.7.32.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4633a33ee04cc715d04bb91571154c101fb5b14]

INTEGRATION: CWS os2port02 (1.3.2); FILE ADDED 2007/09/30 12:08:51 ydario 1.3.2.2: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration. 2006/06/19 13:42:10 ydario 1.3.2.1: file os2.hxx was added on branch cws_src680_os2port02 on 2007-09-30 12:08:51 +0000


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d44a7f748113da311f897089b50081131c22cc82]

INTEGRATION: CWS os2port02 (1.5.2); FILE ADDED 2007/09/30 12:08:51 ydario 1.5.2.2: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration. 2006/06/19 13:41:57 ydario 1.5.2.1: file os2.cxx was added on branch cws_src680_os2port02 on 2007-09-30 12:08:51 +0000


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b5bb609b32263cf61ba9921886fa494cb8ef796]

INTEGRATION: CWS os2port02 (1.5.32); FILE MERGED 2007/09/30 12:08:51 ydario 1.5.32.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [64db370fe0a726d9479623a5cfe7f81313b1403c]

INTEGRATION: CWS os2port02 (1.25.32); FILE MERGED 2007/09/30 12:08:50 ydario 1.25.32.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ff6a2cc880fd4d10bab5537e47fc2d08a67dd7c]

INTEGRATION: CWS os2port02 (1.4.32); FILE MERGED 2007/09/30 12:08:50 ydario 1.4.32.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [67f790c16a2a7e45b9458e901c260413f78535a7]

INTEGRATION: CWS os2port02 (1.5.32); FILE MERGED 2007/09/30 12:08:50 ydario 1.5.32.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2e072a63f6dac0cb3dc2e3d874f1ac644640544]

INTEGRATION: CWS os2port02 (1.14.8); FILE MERGED 2007/09/30 12:08:50 ydario 1.14.8.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [28e3e4d1aabc53f8846347c81963563c5d21e77b]

INTEGRATION: CWS os2port02 (1.7.8); FILE MERGED 2007/09/30 12:08:50 ydario 1.7.8.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0458d15e6448fd350d81393b86f191d9376950d]

INTEGRATION: CWS os2port02 (1.26.26); FILE MERGED 2007/09/30 12:08:50 ydario 1.26.26.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3165fc38660a6f127f3bba2f119033fa882aa2b]

INTEGRATION: CWS os2port02 (1.3.54); FILE MERGED 2007/09/30 12:08:50 ydario 1.3.54.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd5bdfb6e1ec57a1fd33459497b52748fabc12d9]

INTEGRATION: CWS os2port02 (1.2.68); FILE MERGED 2007/09/30 12:08:49 ydario 1.2.68.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [08c8e2da5f59b41aa9c35406c756a9bee7755504]

INTEGRATION: CWS os2port02 (1.3.68); FILE MERGED 2007/09/30 12:08:49 ydario 1.3.68.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [73f4e9fab76cf239556d74f3467612aa9267cc89]

INTEGRATION: CWS os2port02 (1.23.30); FILE MERGED 2007/09/30 12:08:49 ydario 1.23.30.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [316cebc0697b0d5f328feff534b00ceb4e6427c6]

INTEGRATION: CWS os2port02 (1.26.32); FILE MERGED 2007/09/30 12:08:49 ydario 1.26.32.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [43a401aaca74de963506b3ee78aafedc8e7ce330]

INTEGRATION: CWS os2port02 (1.16.32); FILE MERGED 2007/09/30 12:08:49 ydario 1.16.32.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [54e86258a0b487bfb40f841e2ae0d07ca476eb7d]

INTEGRATION: CWS os2port02 (1.8.128); FILE MERGED 2007/09/30 12:08:49 ydario 1.8.128.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [648c194f8ab622d7a60e2e65da3193b480d4276b]

INTEGRATION: CWS os2port02 (1.16.8); FILE MERGED 2007/09/30 12:08:49 ydario 1.16.8.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb1a06dbb0d776649b5425f9f58c61bbc45ad49e]

INTEGRATION: CWS os2port02 (1.25.48); FILE MERGED 2007/09/30 13:04:34 ydario 1.25.48.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d75cf9adc92f9cf4ca3fc916308f66c299ac32d5]

INTEGRATION: CWS os2port02 (1.155.2); FILE MERGED 2007/10/04 19:45:44 ydario 1.155.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [83b2d6e09e222a319895c72ed4d50988787817dc]

INTEGRATION: CWS os2port02 (1.32.8); FILE MERGED 2007/09/30 13:04:34 ydario 1.32.8.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2532a058d4bf97b2bada5ed2dc57fa7e2b8f160]

INTEGRATION: CWS os2port02 (1.33.48); FILE MERGED 2007/09/30 13:04:34 ydario 1.33.48.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [27ef0040bb0a6a9d6bffa5504b5a12950b250259]

INTEGRATION: CWS os2port02 (1.21.8); FILE MERGED 2007/09/30 13:04:34 ydario 1.21.8.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8616fa3444afeca259729fba706cc8666cd0c800]

INTEGRATION: CWS os2port02 (1.40.8); FILE MERGED 2007/09/30 13:04:34 ydario 1.40.8.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [70cf08ddb78002df616d64a0403b9ec22af4cf94]

INTEGRATION: CWS os2port02 (1.45.8); FILE MERGED 2007/09/30 13:04:34 ydario 1.45.8.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4267306128a061b1f18e90dca44bcf303c6082de]

INTEGRATION: CWS os2port02 (1.3.2); FILE MERGED 2007/10/08 14:29:14 obr 1.3.2.4: RESYNC: (1.3-1.4); FILE MERGED 2007/10/08 08:14:15 ydario 1.3.2.3: Implemented new methods for frame/graphics Issue number: i81904 Submitted by: ydario Reviewed by: ydario 2007/10/04 19:45:44 ydario 1.3.2.2: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration. 2007/09/30 13:04:33 ydario 1.3.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [34867d52493a0de1f90fe4abcde5a7a672ea39a3]

INTEGRATION: CWS os2port02 (1.3.2); FILE MERGED 2007/10/08 14:29:11 obr 1.3.2.2: RESYNC: (1.3-1.5); FILE MERGED 2007/09/30 13:04:33 ydario 1.3.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d1bdb26794f06247d7f5dbb313643a6a4abdb4a]

INTEGRATION: CWS os2port02 (1.3.2); FILE MERGED 2007/10/08 14:29:08 obr 1.3.2.2: RESYNC: (1.3-1.5); FILE MERGED 2007/09/30 13:04:33 ydario 1.3.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [921af2950a734001733763749dffa8126fd1a473]

INTEGRATION: CWS os2port02 (1.3.2); FILE MERGED 2007/10/08 14:29:05 obr 1.3.2.3: RESYNC: (1.3-1.4); FILE MERGED 2007/10/04 19:45:44 ydario 1.3.2.2: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration. 2007/09/30 13:04:33 ydario 1.3.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ade807442e6f909085945f7ab87cd86f9aca03f]

INTEGRATION: CWS os2port02 (1.4.2); FILE MERGED 2007/10/08 14:29:02 obr 1.4.2.4: RESYNC: (1.4-1.5); FILE MERGED 2007/10/08 08:14:15 ydario 1.4.2.3: Implemented new methods for frame/graphics Issue number: i81904 Submitted by: ydario Reviewed by: ydario 2007/10/04 19:45:44 ydario 1.4.2.2: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration. 2007/09/30 13:04:33 ydario 1.4.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9060ff86ee109550683b913804148bf8c092d844]

INTEGRATION: CWS os2port02 (1.3.2); FILE MERGED 2007/10/08 14:28:59 obr 1.3.2.4: RESYNC: (1.3-1.4); FILE MERGED 2007/10/08 08:14:15 ydario 1.3.2.3: Implemented new methods for frame/graphics Issue number: i81904 Submitted by: ydario Reviewed by: ydario 2007/10/04 19:45:44 ydario 1.3.2.2: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration. 2007/09/30 13:04:33 ydario 1.3.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5106800c296cd4133ffe6ca75f6f26cd9e02d84]

INTEGRATION: CWS os2port02 (1.4.2); FILE MERGED 2007/10/08 14:28:56 obr 1.4.2.3: RESYNC: (1.4-1.5); FILE MERGED 2007/10/04 19:45:44 ydario 1.4.2.2: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration. 2007/09/30 13:04:33 ydario 1.4.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [901520b2dc3ea9ce3471507e014ff6252b506875]

INTEGRATION: CWS os2port02 (1.4.2); FILE MERGED 2007/10/08 14:28:53 obr 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2007/09/30 13:04:33 ydario 1.4.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a72a48815822c9aefe18fb5837f356ab52098b5]

INTEGRATION: CWS os2port02 (1.2.2); FILE MERGED 2007/10/08 14:28:50 obr 1.2.2.3: RESYNC: (1.2-1.3); FILE MERGED 2007/10/04 19:45:43 ydario 1.2.2.2: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration. 2007/09/30 13:04:33 ydario 1.2.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [680bd05ce0a575f1a9a913b3d02cea09111d1e15]

INTEGRATION: CWS os2port02 (1.3.2); FILE MERGED 2007/10/08 14:28:47 obr 1.3.2.2: RESYNC: (1.3-1.5); FILE MERGED 2007/09/30 13:04:33 ydario 1.3.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4b3b37bb8b7c48106cb052e5a5bcc511d5d176b]

INTEGRATION: CWS os2port02 (1.4.2); FILE MERGED 2007/10/08 14:28:41 obr 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2007/09/30 13:04:32 ydario 1.4.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [af79ded4ab87e38cff28f147cd87d4e48b030f82]

INTEGRATION: CWS os2port02 (1.2.2); FILE MERGED 2007/10/08 14:28:38 obr 1.2.2.3: RESYNC: (1.2-1.3); FILE MERGED 2007/10/08 08:14:14 ydario 1.2.2.2: Implemented new methods for frame/graphics Issue number: i81904 Submitted by: ydario Reviewed by: ydario 2007/09/30 13:04:32 ydario 1.2.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [017d1f2530efebfdf47c4103510f89038017c23c]

INTEGRATION: CWS os2port02 (1.3.2); FILE MERGED 2007/10/08 14:28:35 obr 1.3.2.2: RESYNC: (1.3-1.5); FILE MERGED 2007/09/30 13:04:32 ydario 1.3.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cbd67fd2bbfedc584cadda9e3dd00bf395b7790]

INTEGRATION: CWS os2port02 (1.1.2); FILE ADDED 2007/10/04 19:45:43 ydario 1.1.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ff2a8db1e59af6c93e5453e1b48ca344fac4443]

INTEGRATION: CWS os2port02 (1.3.2); FILE MERGED 2007/10/08 14:28:32 obr 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2007/09/30 13:04:32 ydario 1.3.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a15d4130d46e55541ada245c70901d04fb66294]

INTEGRATION: CWS os2port02 (1.2.2); FILE MERGED 2007/10/08 14:28:29 obr 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2007/09/30 13:04:32 ydario 1.2.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d2611cfafe9f5052d3e749fac5ee5be39e54580]

INTEGRATION: CWS os2port02 (1.3.2); FILE MERGED 2007/10/08 14:28:26 obr 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2007/09/30 13:04:32 ydario 1.3.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f0476d1f6f58248c587491d63e777ec8ab3ccb5]

INTEGRATION: CWS os2port02 (1.2.2); FILE MERGED 2007/10/08 14:28:23 obr 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2007/09/30 13:04:32 ydario 1.2.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3f21c997b8d6d7c118e13cbb11b1e92ae3ffa06]

INTEGRATION: CWS os2port02 (1.3.2); FILE MERGED 2007/10/08 14:28:20 obr 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2007/09/30 13:04:32 ydario 1.3.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1441da6969a87c8a0a8c1791f4f76a19616fd17b]

INTEGRATION: CWS os2port02 (1.2.2); FILE MERGED 2007/10/08 14:28:17 obr 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2007/09/30 13:04:32 ydario 1.2.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6539433844cf2463f64670b2e47509f8fcbf002]

INTEGRATION: CWS os2port02 (1.3.2); FILE MERGED 2007/10/08 14:28:14 obr 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2007/09/30 13:04:32 ydario 1.3.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e1ff16b1f9f7a456f7fdfc619158cddea78db8e]

INTEGRATION: CWS os2port02 (1.2.2); FILE MERGED 2007/10/08 14:28:11 obr 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2007/09/30 13:04:32 ydario 1.2.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [42c7e199228472ccc08f6f81996148e96f18171f]

INTEGRATION: CWS os2port02 (1.3.2); FILE MERGED 2007/10/08 14:28:08 obr 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2007/09/30 13:04:32 ydario 1.3.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [98762c131370c10bb1ac25093a665498554d0ec3]

INTEGRATION: CWS os2port02 (1.3.2); FILE MERGED 2007/10/08 14:28:05 obr 1.3.2.3: RESYNC: (1.3-1.4); FILE MERGED 2007/10/08 08:14:14 ydario 1.3.2.2: Implemented new methods for frame/graphics Issue number: i81904 Submitted by: ydario Reviewed by: ydario 2007/09/30 13:04:32 ydario 1.3.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3af794613f54541a6a55fa222d99ba5f2c5b010]

INTEGRATION: CWS os2port02 (1.3.2); FILE MERGED 2007/10/08 14:28:02 obr 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2007/09/30 13:04:32 ydario 1.3.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fc2c81cb7361c1256e36b3e429a8bb04f6a420c]

INTEGRATION: CWS os2port02 (1.3.2); FILE MERGED 2007/10/08 14:27:59 obr 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2007/09/30 13:04:32 ydario 1.3.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed3a41d007381bc68d19b8004633bee3deb879c9]

INTEGRATION: CWS os2port02 (1.2.2); FILE MERGED 2007/10/08 14:27:56 obr 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2007/09/30 13:04:32 ydario 1.2.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2773be471a656c878c5e92b21fa567cbaf7a189]

INTEGRATION: CWS os2port02 (1.4.20); FILE MERGED 2007/09/30 13:04:31 ydario 1.4.20.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a4fe4365722a41556b0ebc45ad61c81a64d02cf]

INTEGRATION: CWS os2port02 (1.4.48); FILE MERGED 2007/09/30 13:04:31 ydario 1.4.48.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed477b8b35571afc53c07b702dddcfa28ffffe46]

INTEGRATION: CWS os2port02 (1.7.30); FILE MERGED 2007/09/29 16:40:31 ydario 1.7.30.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3191f23e3c487b8cac403c92fd60c66a8c63ebb7]

INTEGRATION: CWS os2port02 (1.41.2); FILE MERGED 2007/09/29 16:40:31 ydario 1.41.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f8e84e9f3a576ede5f65c73fbefeecf4d150cab]

INTEGRATION: CWS os2port02 (1.14.2); FILE MERGED 2007/09/29 16:40:30 ydario 1.14.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b1fcd66a2e9cec7edb496f12434c8ce28153dce]

INTEGRATION: CWS os2port02 (1.15.66); FILE MERGED 2007/09/29 16:40:30 ydario 1.15.66.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6891f74cc6ff718cdd16c8928b3882b7164a16ee]

INTEGRATION: CWS os2port02 (1.14.14); FILE MERGED 2007/10/04 19:45:14 ydario 1.14.14.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c5c609a528b8fdbbe3d6c1e48255e65ff628b08]

INTEGRATION: CWS os2port02 (1.11.14); FILE MERGED 2007/09/30 11:56:49 ydario 1.11.14.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc2a5066b42b92ab5342168cf94506d6e2698b7e]

INTEGRATION: CWS os2port02 (1.18.2); FILE MERGED 2007/09/30 11:45:48 ydario 1.18.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [437520eb453e3d6a92774b4d303d7d181d59c444]

INTEGRATION: CWS os2port02 (1.9.36); FILE MERGED 2007/09/30 12:04:51 ydario 1.9.36.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4efc80f685b0ef0a09ed4873b7f98b43f8d0cac9]

INTEGRATION: CWS os2port02 (1.58.4); FILE MERGED 2007/09/30 12:04:51 ydario 1.58.4.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4834e61b1c5c362d60962140e58f1dd9dfa0f4e]

INTEGRATION: CWS os2port02 (1.5.36); FILE MERGED 2007/09/30 12:04:51 ydario 1.5.36.1: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration.


2007-11-02  Vladimir Glazounov  <vg@openoffice.org>  [5fd175d24be20c1acd3743144ce2e7f8ee53f11c]

new version for OOG680


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [b75a6ac9a71cb1cca6439d755337ff675b0c407e]

INTEGRATION: CWS rt23 (1.26.10); FILE MERGED 2007/10/11 11:51:49 rt 1.26.10.1: #i82507# Deliver jar files into 'bin'.


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fbef0dec9b8315599e91228970db33d3ca1b8ec]

INTEGRATION: CWS dxliberate01 (1.3.4); FILE MERGED 2007/07/24 09:55:01 thb 1.3.4.1: #144866# Add one pixel border around textures, a bunch of drivers clobber those with dirt


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ea3199a9231b203ac7164281931340c550f0101]

INTEGRATION: CWS dxliberate01 (1.3.52); FILE MERGED 2007/07/24 09:55:01 thb 1.3.52.1: #144866# Add one pixel border around textures, a bunch of drivers clobber those with dirt


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [be73dbd9c3918ebbafd1d9f9a73806d9bd927209]

INTEGRATION: CWS dxliberate01 (1.1.2); FILE ADDED 2007/07/23 12:05:09 thb 1.1.2.1: #i48454# dxcanvas is now part of OOo


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [669069d31d08c3477b50fb3dac90e19233819f96]

INTEGRATION: CWS dxliberate01 (1.1.2); FILE ADDED 2007/07/23 12:05:08 thb 1.1.2.1: #i48454# dxcanvas is now part of OOo


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [23a01637b8a89efa386abe3e899c8676835c9d8e]

INTEGRATION: CWS dxliberate01 (1.1.2); FILE ADDED 2007/09/25 11:39:22 thb 1.1.2.2: #i81931# Early-exit for out-of-process UNO 2007/07/23 12:05:08 thb 1.1.2.1: #i48454# dxcanvas is now part of OOo


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [395b4f6404eb13cc0367e033e8c177d133abee33]

INTEGRATION: CWS dxliberate01 (1.1.2); FILE ADDED 2007/07/23 12:05:07 thb 1.1.2.1: #i48454# dxcanvas is now part of OOo


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5c0def7aa2720666f73ca39ab0e8b4e35c5ba12]

INTEGRATION: CWS dxliberate01 (1.1.2); FILE ADDED 2007/07/23 12:05:06 thb 1.1.2.1: #i48454# dxcanvas is now part of OOo


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [d85c9f95e39b2f9a42fef31abd4f103aa8c84ab6]

INTEGRATION: CWS dxliberate01 (1.1.2); FILE ADDED 2007/07/23 12:05:05 thb 1.1.2.1: #i48454# dxcanvas is now part of OOo


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9e5a6e17c17025726478cbf7a7733c19d50ff3b]

INTEGRATION: CWS dxliberate01 (1.10.6); FILE MERGED 2007/10/01 09:43:08 thb 1.10.6.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/23 12:05:56 thb 1.10.6.1: #i48454# dxcanvas is now part of OOo


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5123339e351b482f38c46cf80c95f4590724f27]

INTEGRATION: CWS dxliberate01 (1.11.4); FILE MERGED 2007/07/23 12:05:56 thb 1.11.4.1: #i48454# dxcanvas is now part of OOo


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [72baf4f32d1a98366fd481fb4d26d91dc9f1a280]

INTEGRATION: CWS pj85 (1.3.62); FILE MERGED 2007/10/13 18:59:31 pjanik 1.3.62.1: #i78467#: Comment out old Mac code.


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [2791e7c049fcbb7b1504ae0d3b7e45dfdd1b34cc]

INTEGRATION: CWS pj85 (1.3.76); FILE MERGED 2007/10/13 18:58:52 pjanik 1.3.76.1: #i78467#: Remove old Mac code.


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc18b4712748f92a81dc430d2615076d8b716217]

INTEGRATION: CWS pj85 (1.26.40); FILE MERGED 2007/10/13 18:57:47 pjanik 1.26.40.1: #i78467#: Remove old Mac code.


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6be4c8136f144ccd9b829786237585bbb3d8f14]

INTEGRATION: CWS pj85 (1.22.248); FILE MERGED 2007/10/13 18:56:31 pjanik 1.22.248.1: #i78467#: Remove old Mac code.


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [89c64531b70d4b0b74c7484de85d299b816f941f]

INTEGRATION: CWS dr59_SRC680 (1.32.72); FILE MERGED 2007/10/19 17:43:36 er 1.32.72.1: #i76623# It seems that ICU between 2.6 and 3.6 changed ZONE/DST handling, part of the workaround introduced for i17222 isn't necessary anymore but actually made things fail instead. Reworked.


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [48188abdc9d3082ba5b0e214d51382be32175066]

INTEGRATION: CWS dr59_SRC680 (1.14.68); FILE MERGED 2007/10/19 17:43:36 er 1.14.68.1: #i76623# It seems that ICU between 2.6 and 3.6 changed ZONE/DST handling, part of the workaround introduced for i17222 isn't necessary anymore but actually made things fail instead. Reworked.


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [689cfb391dd7ed89cee5b11da3874d9c854023c2]

INTEGRATION: CWS dr59_SRC680 (1.13.44); FILE MERGED 2007/10/19 17:48:59 er 1.13.44.1: #i76623# ICU now incorporates also Olson timezone transitions historical data and even the timezone may differ for different dates. Compensate.


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c8a814745c62a2152338fe2fb2a108fa3f831bd]

INTEGRATION: CWS impress131_SRC680 (1.2.104); FILE MERGED 2007/10/16 14:21:16 cl 1.2.104.1: #i81323# applied build warning patch


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a2db2d8028222c57ff91cdcf1c8bce9773399dc]

INTEGRATION: CWS impress131_SRC680 (1.4.104); FILE MERGED 2007/10/16 14:21:16 cl 1.4.104.1: #i81323# applied build warning patch


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbeaaa087d286d4bbe92b2a8c3a18860e98118d5]

INTEGRATION: CWS impress131_SRC680 (1.22.80); FILE MERGED 2007/10/17 15:05:30 cl 1.22.80.1: #i8257# use the description if there is no alternative text for an image map entry


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [91edf1c0ce9023018ea472ccb90f6c993c09dafd]

INTEGRATION: CWS pmladek07_SRC680 (1.10.52); FILE MERGED 2007/10/25 11:16:23 pmladek 1.10.52.1: #i82970# Do not crash when loading too big pictures


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [03c571e69f290b8e21b4164dd9b6e97457cb1395]

INTEGRATION: CWS pmladek07_SRC680 (1.14.18); FILE MERGED 2007/10/25 11:16:23 pmladek 1.14.18.1: #i82970# Do not crash when loading too big pictures


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2737a3d39dba093bb61a17b788ac29bea6de8aa]

INTEGRATION: CWS pmladek07_SRC680 (1.70.14); FILE MERGED 2007/10/25 11:16:23 pmladek 1.70.14.1: #i82970# Do not crash when loading too big pictures


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2e43b9d3a5d5b54f3220c771333d5a7b98d9583]

INTEGRATION: CWS thbpp9_SRC680 (1.2.84); FILE MERGED 2007/10/17 23:00:21 thb 1.2.84.1: #147378# Merging fixes from CWS basebmp01 - lost when open-sourcing the headless plugin


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a75df820f9e96caed985c00466145913a0ffbe4]

INTEGRATION: CWS thbpp9_SRC680 (1.37.84); FILE MERGED 2007/10/20 22:42:17 thb 1.37.84.1: #i81576# Now properly clipping PosAry to output area


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [addebedd4bf7868d8a8ef3ee4a6d3bb8180d392e]

INTEGRATION: CWS thbpp9_SRC680 (1.10.58); FILE MERGED 2007/10/17 21:14:36 thb 1.10.58.1: #i82485# Carry clips along, also for XCachedPrimitive repaints


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c19ccb1004050a8853b25a6d8f68b10a6515ac2]

INTEGRATION: CWS thbpp9_SRC680 (1.13.58); FILE MERGED 2007/10/17 21:14:36 thb 1.13.58.1: #i82485# Carry clips along, also for XCachedPrimitive repaints


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d03f00228cca519bfa8a3200f0158a1995b6ed5]

INTEGRATION: CWS thbpp9_SRC680 (1.3.120); FILE MERGED 2007/10/17 21:14:36 thb 1.3.120.1: #i82485# Carry clips along, also for XCachedPrimitive repaints


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [404490d9564fad40bfc349605d3c8035fd10e078]

INTEGRATION: CWS thbpp9_SRC680 (1.8.28); FILE MERGED 2007/10/17 21:14:36 thb 1.8.28.1: #i82485# Carry clips along, also for XCachedPrimitive repaints


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [ede6742e3f74a21a864a1ee27f26c05b99cd0792]

INTEGRATION: CWS thbpp9_SRC680 (1.12.2.1.6); FILE MERGED 2007/10/17 21:14:36 thb 1.12.2.1.6.1: #i82485# Carry clips along, also for XCachedPrimitive repaints


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [85d46f91f4ff2637de9632585d0bbc35410bf438]

INTEGRATION: CWS thbpp9_SRC680 (1.9.114); FILE MERGED 2007/10/17 21:14:36 thb 1.9.114.1: #i82485# Carry clips along, also for XCachedPrimitive repaints


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [44d3e294247c49797526015c0012a7640adaebf5]

INTEGRATION: CWS thbpp9_SRC680 (1.12.28); FILE MERGED 2007/10/17 21:14:36 thb 1.12.28.1: #i82485# Carry clips along, also for XCachedPrimitive repaints


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [58bfda3f0a573424a02b6ab741a3182a7b230c84]

INTEGRATION: CWS thbpp9_SRC680 (1.7.114); FILE MERGED 2007/10/17 21:14:36 thb 1.7.114.1: #i82485# Carry clips along, also for XCachedPrimitive repaints


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a12d68a12b49b841b9d57652a84b053a794384b]

INTEGRATION: CWS thbpp9_SRC680 (1.8.70); FILE MERGED 2007/10/17 21:14:36 thb 1.8.70.1: #i82485# Carry clips along, also for XCachedPrimitive repaints


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed345d00d7e215f46a160ce5293500aa4bc68cf0]

INTEGRATION: CWS thbpp9_SRC680 (1.4.114); FILE MERGED 2007/10/17 21:14:36 thb 1.4.114.1: #i82485# Carry clips along, also for XCachedPrimitive repaints


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3384a1571cd00b5864245fee39a30ffe1c786dc]

INTEGRATION: CWS thbpp9_SRC680 (1.6.70); FILE MERGED 2007/10/17 21:14:36 thb 1.6.70.1: #i82485# Carry clips along, also for XCachedPrimitive repaints


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae14e4731b009ed1acadb98ece86a46a464a6cd2]

INTEGRATION: CWS thbpp9_SRC680 (1.9.18); FILE MERGED 2007/10/17 13:50:42 thb 1.9.18.1: #i81116# Applied fix from rodo


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc3074bee05d1af7cdd4271a1686046ca2b44f33]

INTEGRATION: CWS vcl23102_SRC680 (1.39.14); FILE MERGED 2007/10/19 12:38:59 pl 1.39.14.1: #i82608# fix a leak


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [1851bcdf4fcb5173ca4b1222f6b7b5d46100eab0]

INTEGRATION: CWS atkbridge8_SRC680 (1.5.132); FILE MERGED 2007/10/12 11:40:29 obr 1.5.132.1: #b6581554# assert but handle empty child references


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [523a5fddb482f5fef98609f6734c81492e97d5be]

INTEGRATION: CWS pdffix01_SRC680 (1.114.72); FILE MERGED 2007/10/13 08:26:07 hdu 1.114.72.1: #i81970# join from CWS vcl83 to fix regression in PDF text export for EuroSymbol/etc. for PDF base fonts


2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [e17dac9477bc76f41260bb6689c7cf6887273000]

INTEGRATION: CWS pdffix01_SRC680 (1.3.104); FILE MERGED 2007/10/15 13:26:12 hdu 1.3.104.2: #i82069# get rid of compile warning on wntmsci10 2007/10/15 13:06:30 hdu 1.3.104.1: #i82069# PDF export: implement symbol aliasing for glyph widths (join from CWS vcl83)


2007-10-30  Oliver Bolte  <obo@openoffice.org>  [1a8dc8de6fcb9481076967775d880f02a483d8ed]

#150947# don't check output trees. New platforms added unxmacx etc.


2007-10-26  Vladimir Glazounov  <vg@openoffice.org>  [236944bd13dd191218964bf80975974b1caf0d7d]

INTEGRATION: CWS l10ntooling07 (1.16.28); FILE MERGED 2007/10/23 16:18:56 ihi 1.16.28.1: #ii82531# new directory creation implementation


2007-10-25  Vladimir Glazounov  <vg@openoffice.org>  [e7f0dfb8be94a56a135ba71f430ccf1407344510]

INTEGRATION: CWS c17v001_SRC680 (1.30.60); FILE MERGED 2007/09/25 09:52:17 pl 1.30.60.1: #b6603260# fix a snafu with resolutions


2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [7cafdff41044ad9b6fdbf47227b9f54b7ec78718]

INTEGRATION: CWS so3deadcorpses (1.2.64); FILE MERGED 2007/09/11 10:34:29 fs 1.2.64.1: #i81309# so3 is dead


2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [ee9f9ee740d277862396179c37141b87adfcbb04]

INTEGRATION: CWS unoapi1 (1.4.572); FILE MERGED 2007/07/19 08:33:12 cn 1.4.572.1: #i79479# update of files


2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [bb566ad92db3682a7bac3585db8f32cadd9b2a9f]

INTEGRATION: CWS unoapi1 (1.5.572); FILE MERGED 2007/07/19 08:33:12 cn 1.5.572.1: #i79479# update of files


2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [97528c0291f5d27a3ada78ba822606e919c4bbfe]

INTEGRATION: CWS unoapi1 (1.2.440); FILE MERGED 2007/10/15 15:04:34 cn 1.2.440.3: #i79479# update Lists 2007/10/15 09:27:54 cn 1.2.440.2: #i79479# update Lists 2007/08/24 15:17:25 cn 1.2.440.1: #i79479# updateLists


2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [0ed237afb825f5117dc3091047553f45c3f5fc75]

INTEGRATION: CWS unoapi1 (1.3.428); FILE MERGED 2007/10/15 15:04:34 cn 1.3.428.3: #i79479# update Lists 2007/10/15 09:27:54 cn 1.3.428.2: #i79479# update Lists 2007/08/24 15:17:25 cn 1.3.428.1: #i79479# updateLists


2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [5f5bff74db1ea0d561dee49caeb26b9a1426df25]

INTEGRATION: CWS i18n38 (1.50.18); FILE MERGED 2007/09/18 17:19:36 khong 1.50.18.1: i81314 fix a OUString concat problem


2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [aae47c53b2628f81bc7dad84736305aee235a023]

INTEGRATION: CWS i18n38 (1.7.4); FILE MERGED 2007/09/19 00:08:04 khong 1.7.4.3: i81448 fixed dot line break issue 2007/09/10 23:57:12 khong 1.7.4.2: i81440 fix the problem of line break on punctuations 2007/09/10 22:55:46 khong 1.7.4.1: i81448 fix problem of line break on symbols


2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [9a6d39a8d643468ab4b6fd45041b579ed7249d39]

INTEGRATION: CWS i18n38 (1.32.10); FILE MERGED 2007/09/18 20:32:39 khong 1.32.10.1: i81519 set break type icu breakiterator


2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [e66a73e483e9ccf6df154fe978ceacc780f9b512]

new version for MAC680


2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [ca01a78e1f74a6682aa7f675291fea656c2d23eb]

new version for MAC680


2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [9ed890bbde26ddd11482667313053434dd30d201]

new version for MAC680


2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [e70359bb533ca466b097875fb368e22b6a9ea056]

new version for MAC680


2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [89a0122c54a72c23dc481e6fcd556c9e32658450]

new version for MAC680


2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [f9d32b02e6f5eab01766e8cc4c473e7210d35040]

INTEGRATION: CWS vcl23101_SRC680 (1.40.48); FILE MERGED 2007/09/11 15:18:33 pl 1.40.48.1: #i80446# avoid side effects of SetModalInputMode if dialog is already not modal


2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [75bfc6dd553df23137508cb9173092c95bbbe7eb]

INTEGRATION: CWS sb71 (1.1.2); FILE ADDED 2007/09/17 09:43:32 sb 1.1.2.1: #i75466#


2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [fbc1f9221aa038e4c955fec5722c04bab223c71a]

INTEGRATION: CWS sb71 (1.1.2); FILE ADDED 2007/09/17 09:43:21 sb 1.1.2.1: #i75466#


2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [907e95a7ed6f5fd4cd19d413c05b7e2a36f98782]

INTEGRATION: CWS sb71 (1.1.2); FILE ADDED 2007/09/17 09:43:10 sb 1.1.2.1: #i75466#


2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [5eac0fb0746e19043e08061ed57c801d86276070]

INTEGRATION: CWS sb71 (1.1.2); FILE ADDED 2007/09/17 09:42:00 sb 1.1.2.2: #i75466# typo 2007/09/07 13:55:36 sb 1.1.2.1: #i75466#


2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [c557e77f7218ee8e3536dbcd155f47bec66283df]

INTEGRATION: CWS sb71 (1.3.16); FILE MERGED 2007/08/23 19:19:09 sb 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2007/07/23 11:34:14 sb 1.3.16.1: #i75466# Use osl_loadModuleRelative when loading with a relative path.


2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [2c5de7730296f62a3441082349c9b293f2fd9493]

INTEGRATION: CWS sb71 (1.87.6); FILE MERGED 2007/10/02 11:02:49 sb 1.87.6.7: RESYNC: (1.98-1.99); FILE MERGED 2007/08/23 19:04:18 sb 1.87.6.6: RESYNC: (1.94-1.98); FILE MERGED 2007/07/18 14:17:36 sb 1.87.6.5: RESYNC: (1.92-1.94); FILE MERGED 2007/06/15 08:38:58 sb 1.87.6.4: RESYNC: (1.89-1.92); FILE MERGED 2007/06/14 15:02:45 sb 1.87.6.3: #i75466# Adapted to new APP|SHLnRPATH. 2007/04/16 16:28:03 sb 1.87.6.2: RESYNC: (1.87-1.89); FILE MERGED 2007/04/13 14:55:46 sb 1.87.6.1: #i75466# Do not assume that the preset LINKFLAGSRUNPATH is exactly .


2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [8853ee5ba0b3ac525d91cd6b518709c49b1535b8]

INTEGRATION: CWS sb71 (1.21.196); FILE MERGED 2007/08/23 19:03:58 sb 1.21.196.3: RESYNC: (1.22-1.23); FILE MERGED 2007/07/18 14:17:04 sb 1.21.196.2: RESYNC: (1.21-1.22); FILE MERGED 2007/06/26 13:38:41 sb 1.21.196.1: #i75466# Use new osl_loadModuleRelative to locate loaded libs next to calling lib.


2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [4a1b7b2a83a14af8218b60c51706cafab398fdc8]

INTEGRATION: CWS sb71 (1.7.26); FILE MERGED 2007/10/11 15:05:40 sb 1.7.26.1: osl::Module::load without path no longer works on Mac OS X.


2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [b101ec204b1727d083b0ef9fcb0b8b471750127e]

INTEGRATION: CWS sb71 (1.77.20); FILE MERGED 2007/08/23 18:40:02 sb 1.77.20.4: RESYNC: (1.78-1.79); FILE MERGED 2007/07/18 13:32:19 sb 1.77.20.3: RESYNC: (1.77-1.78); FILE MERGED 2007/06/28 09:50:47 sb 1.77.20.2: #i75466# Improved previous fix. 2007/06/27 13:39:27 sb 1.77.20.1: #i75466# Use new osl_loadModuleRelative to locate loaded libs next to calling lib.


2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [e07c00472d776caa0ae2007271a3b1f4c6f5331d]

INTEGRATION: CWS sb71 (1.11.64); FILE MERGED 2007/10/11 16:11:54 sb 1.11.64.1: osl::Module::load without path no longer works on Mac OS X.


2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [c822c4f0addc1bc759c1d4ad417397187b761aad]

INTEGRATION: CWS sb71 (1.6.64); FILE MERGED 2007/10/11 16:11:54 sb 1.6.64.1: osl::Module::load without path no longer works on Mac OS X.


2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [9d8a8c469380a6bce441c5930d420100bf2a24bc]

INTEGRATION: CWS sb71 (1.47.20); FILE MERGED 2007/10/02 10:13:18 sb 1.47.20.5: RESYNC: (1.50-1.51); FILE MERGED 2007/08/23 17:59:58 sb 1.47.20.4: RESYNC: (1.49-1.50); FILE MERGED 2007/07/18 12:21:39 sb 1.47.20.3: RESYNC: (1.47-1.49); FILE MERGED 2007/06/28 09:51:31 sb 1.47.20.2: #i75466# Improved previous fix. 2007/06/26 13:39:20 sb 1.47.20.1: #i75466# Use new osl_loadModuleRelative to locate loaded libs next to calling lib.


2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [34188b1a2895d0f4c45d5cc73c7e14eeb8780c58]

INTEGRATION: CWS sb71 (1.12.12); FILE MERGED 2007/10/11 16:11:53 sb 1.12.12.1: osl::Module::load without path no longer works on Mac OS X.


2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [077f51fa1fb06be12f51314b9cad34d735b62f86]

INTEGRATION: CWS sb71 (1.15.34); FILE MERGED 2007/10/11 16:11:53 sb 1.15.34.1: osl::Module::load without path no longer works on Mac OS X.


2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [244ff3b424e4355a7e57dd8dab47aeb5a2a18983]

INTEGRATION: CWS sb71 (1.16.4); FILE MERGED 2007/10/11 16:11:53 sb 1.16.4.1: osl::Module::load without path no longer works on Mac OS X.


2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [1cd2e83b3d6560e4b3c1d4accde098fd8598e749]

INTEGRATION: CWS sb71 (1.2.14); FILE MERGED 2007/08/23 15:41:14 sb 1.2.14.2: RESYNC: (1.2-1.3); FILE MERGED 2007/07/23 11:33:44 sb 1.2.14.1: #i75466# Use osl_loadModuleRelative when loading with a relative path.


2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [5a62554e0790726546e4f50844e0a7a7261a8260]

INTEGRATION: CWS sb71 (1.53.38); FILE MERGED 2007/10/01 17:11:09 sb 1.53.38.5: RESYNC: (1.57-1.58); FILE MERGED 2007/07/18 07:35:49 sb 1.53.38.4: RESYNC: (1.53-1.57); FILE MERGED 2007/06/28 09:55:30 sb 1.53.38.3: #i75466# Improved previous fix. 2007/06/27 13:12:48 sb 1.53.38.2: Fixed previous change. 2007/06/27 13:03:33 sb 1.53.38.1: #i75466# Use new osl_loadModuleRelative to locate loaded libs next to calling lib.


2007-10-11  Vladimir Glazounov  <vg@openoffice.org>  [b2ba64cdf50af633d660ef7934f59711dede54dc]

new version for SRC680


2007-10-10  Kurt Zenker  <kz@openoffice.org>  [6503a6a10e418c694a4edef76ed546284914b8df]

INTEGRATION: CWS pppopt02 (1.5.80); FILE MERGED 2007/05/22 16:50:37 sj 1.5.80.1: added access to the standard toolbox images


2007-10-10  Kurt Zenker  <kz@openoffice.org>  [a83d42b4a5fbf780b9843c17728f9fa5ae5fa320]

INTEGRATION: CWS pppopt02 (1.12.4); FILE MERGED 2007/07/20 09:43:45 sj 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2007/05/22 16:50:37 sj 1.12.4.1: added access to the standard toolbox images


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [2ff390cbfe14d73f22ebe8d04a4f8bbd0003d649]

INTEGRATION: CWS basmgr03 (1.39.28); FILE MERGED 2007/08/24 05:41:31 fs 1.39.28.1: #i73331# moved documentinfo herein from unotools, to be able to use it in TDOC UCP


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [2d4a85a78ef23851c652bf2300e2ecd3eeeec5cd]

INTEGRATION: CWS basmgr03 (1.1.2); FILE ADDED 2007/08/24 11:56:25 fs 1.1.2.2: getDocumentTitle tweaked 2007/08/24 05:41:13 fs 1.1.2.1: #i73331# moved herein from unotools, to be able to use it in TDOC UCP


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [828ddfb07395cee39e1b604a44ed419012f89c64]

INTEGRATION: CWS basmgr03 (1.1.2); FILE ADDED 2007/08/24 05:41:08 fs 1.1.2.1: #i73331# moved herein from unotools, to be able to use it in TDOC UCP


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [e14edefbafdd36204b6aabe72fed112a8a848c85]

INTEGRATION: CWS aquavcl03 (1.3.4); FILE MERGED 2007/07/26 11:02:27 pl 1.3.4.1: #i80025# initial checking for carbon to cocoa migration


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [0fb2522cdf91765f7182590656c530b661e7028d]

INTEGRATION: CWS aquavcl03 (1.19.4); FILE MERGED 2007/08/07 11:17:04 pl 1.19.4.2: RESYNC: (1.19-1.20); FILE MERGED 2007/07/26 11:02:27 pl 1.19.4.1: #i80025# initial checking for carbon to cocoa migration


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [029e415b519d1f0b295f0a3e651cfb2fbb342d39]

INTEGRATION: CWS aquavcl03 (1.146.2); FILE MERGED 2007/10/02 09:11:59 pl 1.146.2.3: RESYNC: (1.146-1.147); FILE MERGED 2007/09/06 16:16:33 pl 1.146.2.2: #i80230# fix a typo 2007/09/06 15:42:39 pl 1.146.2.1: #i80230# make instance pointer of SalFrameProc a Window ptr explicitly


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [facb6e502513de3b826d84f39675adaf5f35d5fd]

INTEGRATION: CWS aquavcl03 (1.6.10); FILE MERGED 2007/09/18 08:54:33 pl 1.6.10.1: fix a build problem


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [b4c9470bbc4efbd6e0b39e64f16a2ae46367cab8]

INTEGRATION: CWS aquavcl03 (1.3.638); FILE MERGED 2007/07/26 22:17:46 ericb 1.3.638.1: #i80066# fix objective-c++ switchs in vcl ( they are only needed there)


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [dc3b3af2d5167ea4fe794fdfb6c3c90eb4d6a1a1]

INTEGRATION: CWS aquavcl03 (1.16.10); FILE MERGED 2007/09/17 18:11:37 pl 1.16.10.1: fix a build problem on Solaris


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [40dc72c4ae37eabda36bcc7704dec634ad177981]

INTEGRATION: CWS aquavcl03 (1.2.12); FILE MERGED 2007/09/17 18:11:36 pl 1.2.12.1: fix a build problem on Solaris


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [739e69ae39a094209833d610a59a9ad45adca3ad]

INTEGRATION: CWS aquavcl03 (1.67.2); FILE MERGED 2007/10/02 09:11:55 pl 1.67.2.3: RESYNC: (1.68-1.69); FILE MERGED 2007/09/17 17:27:23 pl 1.67.2.2: RESYNC: (1.67-1.68); FILE MERGED 2007/09/06 15:42:39 pl 1.67.2.1: #i80230# make instance pointer of SalFrameProc a Window ptr explicitly


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [77e18fffee9913a2449e7727dc7406f87c477e1c]

INTEGRATION: CWS aquavcl03 (1.117.2); FILE MERGED 2007/09/06 15:42:40 pl 1.117.2.1: #i80230# make instance pointer of SalFrameProc a Window ptr explicitly


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [2289ccd31ace5688668d7708ea215d47e80af241]

INTEGRATION: CWS aquavcl03 (1.49.10); FILE MERGED 2007/10/02 09:11:52 pl 1.49.10.2: RESYNC: (1.49-1.50); FILE MERGED 2007/08/08 16:07:13 pl 1.49.10.1: #i80230# enable app menu entries about an preferences again


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [6129c404b8f23a56712d11b6f65b3788b09752b1]

INTEGRATION: CWS aquavcl03 (1.62.12); FILE MERGED 2007/09/14 14:18:42 pl 1.62.12.1: #i81585# cocoa printing


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [97ddb45620a5eb5e2378a36f1849f7f659f9d9b1]

INTEGRATION: CWS aquavcl03 (1.230.12); FILE MERGED 2007/10/02 09:11:49 pl 1.230.12.2: RESYNC: (1.230-1.231); FILE MERGED 2007/08/17 15:18:27 hdu 1.230.12.1: #i80795# fix GetTextHeight during application startup


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [1fb9fee0d069d663558e3ec1c7f32d39bf6e6f7e]

INTEGRATION: CWS aquavcl03 (1.14.12); FILE MERGED 2007/09/14 14:18:42 pl 1.14.12.1: #i81585# cocoa printing


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [7fc244e747292f00aea4924e27963df4a759900a]

INTEGRATION: CWS aquavcl03 (1.5.4); FILE MERGED 2007/08/07 10:49:20 pl 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2007/08/02 16:53:20 pl 1.5.4.1: #i80026# better event loop approximation


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [efd34128c1952dbce91442f6d37024b8fa8f36eb]

INTEGRATION: CWS aquavcl03 (1.79.12); FILE MERGED 2007/09/06 15:42:40 pl 1.79.12.1: #i80230# make instance pointer of SalFrameProc a Window ptr explicitly


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [9e923d8f67f7699346c155afd76077ca1f19fb5e]

INTEGRATION: CWS aquavcl03 (1.8.12); FILE MERGED 2007/09/14 14:18:42 pl 1.8.12.1: #i81585# cocoa printing


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [e5da84649afaed1391067c0891e318059e1cb500]

INTEGRATION: CWS aquavcl03 (1.2.12); FILE MERGED 2007/09/06 15:42:39 pl 1.2.12.1: #i80230# make instance pointer of SalFrameProc a Window ptr explicitly


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [f926a5fe158a6f90c79469aa168640f61088a6e8]

INTEGRATION: CWS aquavcl03 (1.3.12); FILE MERGED 2007/10/02 09:11:45 pl 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED 2007/08/08 16:07:13 pl 1.3.12.1: #i80230# enable app menu entries about an preferences again


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [a1e4290b520c2653bdb955677b7922a4e28a3c56]

INTEGRATION: CWS aquavcl03 (1.5.2); FILE MERGED 2007/09/14 14:18:41 pl 1.5.2.1: #i81585# cocoa printing


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [26bdf0dc59f217705e7ae65c408bd8bdc3e7ed1a]

INTEGRATION: CWS aquavcl03 (1.4.2); FILE MERGED 2007/09/06 15:42:39 pl 1.4.2.1: #i80230# make instance pointer of SalFrameProc a Window ptr explicitly


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [f12d629058e1ce881a79e8fdf789dec39ab29e37]

INTEGRATION: CWS aquavcl03 (1.3.34); FILE MERGED 2007/09/14 14:18:41 pl 1.3.34.1: #i81585# cocoa printing


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [38748e76963a08ed14e305f91bd6c834ae5ffcd8]

INTEGRATION: CWS aquavcl03 (1.4.2); FILE MERGED 2007/09/17 17:25:08 pl 1.4.2.3: RESYNC: (1.4-1.5); FILE MERGED 2007/08/23 12:20:08 isma87 1.4.2.2: #i80969#: add definition of CTRL_LISTNODE and CTRL_LISTNET and native drawing for them 2007/08/20 10:40:56 isma87 1.4.2.1: #i80842# add flag CTRL_INTROPROGRESS for native progress bar in splash screen


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [1f257373a947cf3ca43b3b74d339da72ee43fe53]

INTEGRATION: CWS aquavcl03 (1.2.106); FILE MERGED 2007/09/06 15:42:39 pl 1.2.106.1: #i80230# make instance pointer of SalFrameProc a Window ptr explicitly


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [713f10a1fea4444b55d70661b81f890ce83ba87c]

INTEGRATION: CWS aquavcl03 (1.2.12); FILE MERGED 2007/09/14 14:18:41 pl 1.2.12.1: #i81585# cocoa printing


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [1fa6629a8c5ef1f1db3d99e87c7de947dc0ed2f0]

INTEGRATION: CWS aquavcl03 (1.11.4); FILE MERGED 2007/09/14 15:44:40 pl 1.11.4.1: header cleanup


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [e584cbaa833dc26a11125e7c22e9543df5042840]

INTEGRATION: CWS aquavcl03 (1.2.4); FILE MERGED 2007/10/01 13:45:55 pl 1.2.4.14: #i80230# shortcut forwarding with native menus, preparations for menu disabling in modal case 2007/09/27 13:58:42 pl 1.2.4.13: remove unused headers 2007/09/27 13:09:49 pl 1.2.4.12: #i80407# preliminary code to set the app name in the menu 2007/09/24 16:29:35 pl 1.2.4.11: #i80230# fix some leaks 2007/09/18 11:37:53 pl 1.2.4.10: #i80695# protect against calling dead objects 2007/09/10 07:28:44 ericb 1.2.4.9: #i81404# a try to fix SalNSMenuItem leaks + make code more robust against potential crashes 2007/09/06 15:43:13 pl 1.2.4.8: #i80230# prevent menuitem triggered while modal dialogs are opened 2007/08/08 16:07:13 pl 1.2.4.7: #i80230# enable app menu entries about an preferences again 2007/08/07 10:33:24 pl 1.2.4.6: RESYNC: (1.2-1.3); FILE MERGED 2007/08/06 17:04:00 pl 1.2.4.5: #i80230# try a solution for the multiple supermenu problem 2007/08/02 17:48:42 pl 1.2.4.4: #i80230# menu cleanup 2007/08/01 17:54:13 pl 1.2.4.3: #i80230# multiple documents 2007/08/01 15:26:43 pl 1.2.4.2: #i80230# life cycle of menus and menuitems 2007/07/31 19:40:38 pl 1.2.4.1: #i80230# move AquaSalMenu/AquaSalMenuItem to Cocoa


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [e69849734b17aee2747e8b72d739adfda2863ead]

INTEGRATION: CWS aquavcl03 (1.50.4); FILE MERGED 2007/10/02 14:31:37 pl 1.50.4.36: #i80027# prevent tons of empty dock menu entries in smoketest 2007/10/01 13:45:55 pl 1.50.4.35: #i80230# shortcut forwarding with native menus, preparations for menu disabling in modal case 2007/10/01 08:31:36 pl 1.50.4.34: #i80027# report command modifier 2007/09/28 15:10:15 pl 1.50.4.33: blinking default button 2007/09/28 14:52:02 pl 1.50.4.32: fix a typo 2007/09/27 18:15:47 pl 1.50.4.31: #i80027# preliminary GetKeyName implementation 2007/09/27 12:35:02 pl 1.50.4.30: #i80027# correct parent <-> child stacking 2007/09/17 17:24:50 pl 1.50.4.29: RESYNC: (1.51-1.52); FILE MERGED 2007/09/10 07:41:53 ericb 1.50.4.28: backport of getHighlightColorFromPrefs() from aquavclcarbonfixes to simplify the resync + some cosmetic change 2007/09/06 14:46:57 pl 1.50.4.27: #i80027# remove carbon event handlers 2007/09/06 14:35:56 pl 1.50.4.26: #i80027# GetPointerState slightly cocoafied 2007/09/05 17:11:04 pl 1.50.4.25: #i80027# SetPointer method using NSCursor objects 2007/08/31 14:42:37 pl 1.50.4.24: #i80027# implement pidgin mouse capture 2007/08/30 15:24:41 pl 1.50.4.23: #i80027# use tracking rect to receive mouse enter/leave events 2007/08/13 15:00:27 hdu 1.50.4.22: Aqua: correct height of system theme font for device resolution 2007/08/10 11:06:18 pl 1.50.4.21: #i80027# need shortcuts like Ctrl-a and Ctrl-Alt-Shift-d 2007/08/10 09:57:17 pl 1.50.4.20: #i80230# change menu to that of the active frame 2007/08/08 16:47:44 pl 1.50.4.19: #i80460# move cursor in ext text input event 2007/08/08 09:57:06 ekato 1.50.4.18: #i80027# fix support NSTextInputprotocol 2007/08/08 09:27:50 pl 1.50.4.17: some header cleanup 2007/08/08 07:57:15 ekato 1.50.4.16: #i80027# Support NSTextInput protocol 2007/08/07 10:33:17 pl 1.50.4.15: RESYNC: (1.50-1.51); FILE MERGED 2007/08/06 14:59:07 pl 1.50.4.14: #i80027# mod2 -> mod5 workaround only for key events 2007/08/06 14:55:56 pl 1.50.4.13: #i80027# mod2 -> mod5 workaround 2007/08/06 09:46:50 pl 1.50.4.12: #i80027# default geometry for frame 2007/08/03 12:29:02 pl 1.50.4.11: #i80027# dock menu entries for frames 2007/08/02 18:17:15 pl 1.50.4.10: #i80027# backing store type NSBackingStoreBuffered is important; also enable shadows on all our windows 2007/08/02 17:13:12 pl 1.50.4.9: #i80027# activate mouse move events 2007/08/01 17:54:13 pl 1.50.4.8: #i80230# multiple documents 2007/07/31 13:25:52 pl 1.50.4.7: #i80027# simple key handling 2007/07/30 18:24:32 pl 1.50.4.6: #i80027# key input: function keys 2007/07/30 16:01:39 pl 1.50.4.5: #i80027# wheel mouse 2007/07/30 15:37:32 pl 1.50.4.4: #i80027# very rudimentary key input implementation 2007/07/26 15:47:41 pl 1.50.4.3: #i80027# correction for window style 2007/07/26 14:06:01 pl 1.50.4.2: #i80027# correction for ShowFullScreen 2007/07/26 11:02:26 pl 1.50.4.1: #i80025# initial checking for carbon to cocoa migration


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [5a4531926e0fb745e9c8f86fb8e6fe26e124a576]

INTEGRATION: CWS aquavcl03 (1.20.2); FILE MERGED 2007/08/08 09:27:50 pl 1.20.2.1: some header cleanup


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [8a4c6f0c1880f6a3311f877595b372d0b06baf41]

INTEGRATION: CWS aquavcl03 (1.9.4); FILE MERGED 2007/09/27 11:41:02 pl 1.9.4.6: set first and last page for consistency 2007/09/27 08:52:22 pl 1.9.4.5: cleanup, copycount 2007/09/17 17:24:42 pl 1.9.4.4: RESYNC: (1.9-1.10); FILE MERGED 2007/09/14 15:44:40 pl 1.9.4.3: header cleanup 2007/09/14 14:18:42 pl 1.9.4.2: #i81585# cocoa printing 2007/08/13 11:42:03 hdu 1.9.4.1: Aqua: reintroduce device-resolution


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [474b91a966e3a2c5249d096c85a25074a8f2984f]

INTEGRATION: CWS aquavcl03 (1.9.4); FILE MERGED 2007/09/14 15:44:40 pl 1.9.4.1: header cleanup


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [90378defe6a6c4f3669cdfc8ea9df641745b1179]

INTEGRATION: CWS aquavcl03 (1.8.4); FILE MERGED 2007/09/14 15:44:40 pl 1.8.4.2: header cleanup 2007/09/14 15:21:11 pl 1.8.4.1: header cleanup


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [fbd80cacb27019577fbcbe63140a12af75d2b92b]

INTEGRATION: CWS aquavcl03 (1.3.2); FILE MERGED 2007/09/28 15:10:15 pl 1.3.2.15: blinking default button 2007/09/26 09:57:25 pl 1.3.2.14: minor cleanup 2007/09/17 17:24:34 pl 1.3.2.13: RESYNC: (1.3-1.5); FILE MERGED 2007/09/14 15:44:40 pl 1.3.2.12: header cleanup 2007/09/14 15:21:11 pl 1.3.2.11: header cleanup 2007/08/24 14:44:06 isma87 1.3.2.10: #i81011#: add support for small checkboxes and radio buttons 2007/08/23 12:20:08 isma87 1.3.2.9: #i80969#: add definition of CTRL_LISTNODE and CTRL_LISTNET and native drawing for them 2007/08/20 10:40:55 isma87 1.3.2.8: #i80842# add flag CTRL_INTROPROGRESS for native progress bar in splash screen 2007/08/16 21:21:34 ericb 1.3.2.7: #i77549# final form 2007/08/16 21:03:46 ericb 1.3.2.6: #i77549# fix leaks with isScrollBarVariantDoubleMax() 2007/08/16 13:37:36 ericb 1.3.2.5: use correct type for Rectangle coordinates (from tools/inc/tools/gen.hxx) 2007/08/14 09:37:58 ericb 1.3.2.4: better dimensions for the scrollbar 2007/08/14 09:34:48 ericb 1.3.2.3: #i77549# add CTRL_SCROLLBAR in getNativeControlRegion + a temporary workaround 2007/08/14 09:30:48 ericb 1.3.2.2: #i77549# some cleanup in IsNativeControlSupported() 2007/08/14 09:28:47 ericb 1.3.2.1: #i77549# add ImplgetCounterPart


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [72a3a9892ca8b09e74083355ad71565b9766e791]

INTEGRATION: CWS aquavcl03 (1.6.4); FILE MERGED 2007/09/14 15:44:39 pl 1.6.4.1: header cleanup


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [b1a0da4cc53889346cb249a18825edc9f9ca84bc]

INTEGRATION: CWS aquavcl03 (1.10.4); FILE MERGED 2007/09/14 15:44:39 pl 1.10.4.4: header cleanup 2007/08/13 11:42:03 hdu 1.10.4.3: Aqua: reintroduce device-resolution 2007/08/07 10:32:49 pl 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/26 11:02:26 pl 1.10.4.1: #i80025# initial checking for carbon to cocoa migration


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [9430a3817ae4ad0a7e14d89d68cf1ebcff427d98]

INTEGRATION: CWS aquavcl03 (1.63.4); FILE MERGED 2007/10/01 10:16:26 hdu 1.63.4.7: #i81810# remove dangerous workaround in AquaSalGraphics::getBitmap() 2007/09/26 09:57:04 pl 1.63.4.6: align line drawing to fill drawing like we do on the other platforms 2007/09/17 07:43:19 hdu 1.63.4.5: #i81601# do not leak glyphids from CMAP parsing 2007/09/14 15:44:39 pl 1.63.4.4: header cleanup 2007/08/13 11:42:03 hdu 1.63.4.3: Aqua: reintroduce device-resolution 2007/08/07 10:32:42 pl 1.63.4.2: RESYNC: (1.63-1.64); FILE MERGED 2007/07/26 11:02:26 pl 1.63.4.1: #i80025# initial checking for carbon to cocoa migration


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [f5e17a3d447ea54eda3ba5dd3cee9ac9913a3894]

INTEGRATION: CWS aquavcl03 (1.8.4); FILE MERGED 2007/09/14 15:44:39 pl 1.8.4.1: header cleanup


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [d61d2d72048da996935906a1dadc00fb01af68b4]

INTEGRATION: CWS aquavcl03 (1.28.2); FILE MERGED 2007/10/02 09:52:20 hdu 1.28.2.6: #i81810# remove superfluous code 2007/10/01 10:15:21 hdu 1.28.2.5: #i81810# do not copy too many bytes in AquaSalBitmap::Create() for nSrc>0 2007/10/01 09:41:38 hdu 1.28.2.4: #i81810# AquaSalBitmap's width/height unsignedness is not worth the trouble of subtle implicit conversions 2007/09/27 11:55:01 hdu 1.28.2.3: #i81810# more sanity checks for AquaSalBitmap::Create() 2007/09/27 11:09:07 hdu 1.28.2.2: #i81810# avoid signed<->unsigned madness and add sanity checks for AquaSalBitmap::Create() 2007/09/14 15:44:39 pl 1.28.2.1: header cleanup


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [988cdcaa78f41b29522102dca904fa51865437b9]

INTEGRATION: CWS aquavcl03 (1.7.4); FILE MERGED 2007/10/01 13:00:25 hdu 1.7.4.8: #i79676# simplify and fix GfbCompare::operator() 2007/09/28 15:13:38 pl 1.7.4.7: remove a debug remnant 2007/09/28 09:30:54 hdu 1.7.4.6: #i79676# prefer scalable fonts for glyph fallback 2007/09/28 09:13:17 hdu 1.7.4.5: #i82018# ignore suspicious font name encodings 2007/09/27 16:15:38 hdu 1.7.4.4: #i79676# add glyph fallback feature (ekato: thanks for the patch\!) 2007/09/27 14:48:54 hdu 1.7.4.3: #i82018# Aqua: better font names, styles and attributes 2007/09/17 17:24:24 pl 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2007/09/14 15:44:39 pl 1.7.4.1: header cleanup


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [4c144db65d8628c3422c406ace06ff3a91ed310b]

INTEGRATION: CWS aquavcl03 (1.4.2); FILE MERGED 2007/09/27 16:15:38 hdu 1.4.2.5: #i79676# add glyph fallback feature (ekato: thanks for the patch\!) 2007/09/14 15:44:39 pl 1.4.2.4: header cleanup 2007/09/14 15:21:11 pl 1.4.2.3: header cleanup 2007/08/13 11:58:30 hdu 1.4.2.2: Aqua: only the ATSUStyle is needed for ATSULayout manipulation 2007/08/13 11:42:03 hdu 1.4.2.1: Aqua: reintroduce device-resolution


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [6997c680e6dba372406da20bf67e74db3a95404d]

INTEGRATION: CWS aquavcl03 (1.14.4); FILE MERGED 2007/09/14 15:44:39 pl 1.14.4.4: header cleanup 2007/09/08 20:23:04 ericb 1.14.4.3: autorelease TimerCallbackCaller (was not released, and caused leaks) 2007/07/26 16:13:31 pl 1.14.4.2: #i80028# timers should be repeating 2007/07/26 11:02:26 pl 1.14.4.1: #i80025# initial checking for carbon to cocoa migration


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [0ce1856fe331885e6b33e5c609d52d839c342b51]

INTEGRATION: CWS aquavcl03 (1.7.4); FILE MERGED 2007/09/14 15:44:39 pl 1.7.4.1: header cleanup


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [fea202c3824f6848d4eae807bbe3c01e43a2edda]

INTEGRATION: CWS aquavcl03 (1.37.4); FILE MERGED 2007/10/02 14:03:09 pl 1.37.4.17: cleanup 2007/10/02 14:00:17 pl 1.37.4.16: #i80026# fall out of yield when posting a user event (e.g. fixes stop in smoketest) 2007/10/01 13:45:55 pl 1.37.4.15: #i80230# shortcut forwarding with native menus, preparations for menu disabling in modal case 2007/09/17 16:11:40 pl 1.37.4.14: #i80026# migrate application events to cocoa 2007/09/14 14:18:42 pl 1.37.4.13: #i81585# cocoa printing 2007/09/10 07:42:58 ericb 1.37.4.12: fix little typo 2007/08/30 17:00:29 pl 1.37.4.11: #i80026# make application work for the case of not using SVMain (e.g. in svdem) 2007/08/08 09:27:49 pl 1.37.4.10: some header cleanup 2007/08/08 08:54:56 pl 1.37.4.9: initialization, remove fprintf 2007/08/07 10:31:56 pl 1.37.4.8: RESYNC: (1.37-1.38); FILE MERGED 2007/08/03 12:29:02 pl 1.37.4.7: #i80027# dock menu entries for frames 2007/08/03 11:29:07 pl 1.37.4.6: #i80026# do not potentially wait multiple times in one Yield 2007/08/02 18:22:29 pl 1.37.4.5: #i80026# conversion to system path 2007/08/02 17:48:42 pl 1.37.4.4: #i80230# menu cleanup 2007/08/02 16:53:19 pl 1.37.4.3: #i80026# better event loop approximation 2007/07/30 15:35:05 pl 1.37.4.2: add: GetOUString( NSString* ) 2007/07/26 11:02:25 pl 1.37.4.1: #i80025# initial checking for carbon to cocoa migration


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [cef9b5e77f8947dc349689874017a5af9d6c7b07]

INTEGRATION: CWS aquavcl03 (1.8.272); FILE MERGED 2007/09/14 15:44:39 pl 1.8.272.1: header cleanup


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [92a82c88ca7e24172b8ff735271e09874273feed]

INTEGRATION: CWS aquavcl03 (1.2.638); FILE MERGED 2007/09/14 15:44:39 pl 1.2.638.1: header cleanup


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [21df46b57d054291227b5f89261d80f191ee9541]

INTEGRATION: CWS aquavcl03 (1.13.4); FILE MERGED 2007/09/14 15:44:38 pl 1.13.4.1: header cleanup


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [d0215e65f21649bd1557a495df7f3bcd6111b659]

INTEGRATION: CWS aquavcl03 (1.4.4); FILE MERGED 2007/09/14 15:44:38 pl 1.4.4.2: header cleanup 2007/07/26 11:02:25 pl 1.4.4.1: #i80025# initial checking for carbon to cocoa migration


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [2380ae133e9872cf14959086c4372ba87d436c40]

INTEGRATION: CWS aquavcl03 (1.6.4); FILE MERGED 2007/09/14 15:44:38 pl 1.6.4.1: header cleanup


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [d856882de7b8840ac97d8c9b2f1ca237c10bb8bd]

INTEGRATION: CWS aquavcl03 (1.8.4); FILE MERGED 2007/09/14 15:44:38 pl 1.8.4.2: header cleanup 2007/09/14 14:18:42 pl 1.8.4.1: #i81585# cocoa printing


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [aabe013b2a8c5c238f41d356f809a54e84e9e1be]

INTEGRATION: CWS aquavcl03 (1.7.4); FILE MERGED 2007/09/14 15:44:38 pl 1.7.4.1: header cleanup


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [1ff468f059cb9546171f36ace3db4a3966c4eec2]

INTEGRATION: CWS aquavcl03 (1.3.4); FILE MERGED 2007/09/14 15:44:38 pl 1.3.4.2: header cleanup 2007/09/14 15:21:11 pl 1.3.4.1: header cleanup


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [1fdfb9f258fe39eb46c93bdaddc72704a5d4aad4]

INTEGRATION: CWS aquavcl03 (1.9.10); FILE MERGED 2007/09/14 15:44:38 pl 1.9.10.1: header cleanup


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [c7aefb5cf49dd161b739f9f96e1bd95a85208ddb]

INTEGRATION: CWS aquavcl03 (1.3.4); FILE MERGED 2007/10/01 13:45:54 pl 1.3.4.7: #i80230# shortcut forwarding with native menus, preparations for menu disabling in modal case 2007/09/18 11:37:53 pl 1.3.4.6: #i80695# protect against calling dead objects 2007/09/14 15:44:38 pl 1.3.4.5: header cleanup 2007/08/07 10:31:16 pl 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2007/08/02 17:48:42 pl 1.3.4.3: #i80230# menu cleanup 2007/08/01 17:54:13 pl 1.3.4.2: #i80230# multiple documents 2007/07/31 19:40:38 pl 1.3.4.1: #i80230# move AquaSalMenu/AquaSalMenuItem to Cocoa


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [64951e2ef992dfa8569c9fa724d3d13c13d86464]

INTEGRATION: CWS aquavcl03 (1.12.4); FILE MERGED 2007/10/02 14:03:09 pl 1.12.4.7: cleanup 2007/10/02 14:00:17 pl 1.12.4.6: #i80026# fall out of yield when posting a user event (e.g. fixes stop in smoketest) 2007/08/08 09:27:49 pl 1.12.4.5: some header cleanup 2007/08/03 12:29:02 pl 1.12.4.4: #i80027# dock menu entries for frames 2007/08/02 16:53:19 pl 1.12.4.3: #i80026# better event loop approximation 2007/07/30 15:35:05 pl 1.12.4.2: add: GetOUString( NSString* ) 2007/07/26 11:02:25 pl 1.12.4.1: #i80025# initial checking for carbon to cocoa migration


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [e75b33700e1ea9c0fec87cf7a4b056f2d75ce536]

INTEGRATION: CWS aquavcl03 (1.31.4); FILE MERGED 2007/09/14 15:44:38 pl 1.31.4.4: header cleanup 2007/08/13 11:42:03 hdu 1.31.4.3: Aqua: reintroduce device-resolution 2007/08/07 10:31:08 pl 1.31.4.2: RESYNC: (1.31-1.32); FILE MERGED 2007/07/26 11:02:25 pl 1.31.4.1: #i80025# initial checking for carbon to cocoa migration


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [aee70b918bc1ac932e357d6b40c73b3372588ea3]

INTEGRATION: CWS aquavcl03 (1.18.4); FILE MERGED 2007/10/01 13:45:54 pl 1.18.4.12: #i80230# shortcut forwarding with native menus, preparations for menu disabling in modal case 2007/09/28 15:10:15 pl 1.18.4.11: blinking default button 2007/09/05 17:11:04 pl 1.18.4.10: #i80027# SetPointer method using NSCursor objects 2007/08/30 15:24:41 pl 1.18.4.9: #i80027# use tracking rect to receive mouse enter/leave events 2007/08/08 09:27:49 pl 1.18.4.8: some header cleanup 2007/08/08 07:57:15 ekato 1.18.4.7: #i80027# Support NSTextInput protocol 2007/08/07 10:31:01 pl 1.18.4.6: RESYNC: (1.18-1.19); FILE MERGED 2007/08/03 12:29:02 pl 1.18.4.5: #i80027# dock menu entries for frames 2007/08/01 17:54:13 pl 1.18.4.4: #i80230# multiple documents 2007/07/30 18:24:32 pl 1.18.4.3: #i80027# key input: function keys 2007/07/30 15:37:32 pl 1.18.4.2: #i80027# very rudimentary key input implementation 2007/07/26 11:02:25 pl 1.18.4.1: #i80025# initial checking for carbon to cocoa migration


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [95143aaec1e859150567e6a328e63dc2e7e14758]

INTEGRATION: CWS aquavcl03 (1.14.4); FILE MERGED 2007/09/17 17:23:59 pl 1.14.4.5: RESYNC: (1.15-1.16); FILE MERGED 2007/09/14 15:44:38 pl 1.14.4.4: header cleanup 2007/08/07 14:44:33 pl 1.14.4.3: solve a merge problem 2007/08/07 10:30:53 pl 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2007/07/26 11:02:25 pl 1.14.4.1: #i80025# initial checking for carbon to cocoa migration


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [51aa3e9a2a35057bd7a1a62a9a3a94fa8e005515]

INTEGRATION: CWS aquavcl03 (1.3.4); FILE MERGED 2007/10/01 09:41:37 hdu 1.3.4.3: #i81810# AquaSalBitmap's width/height unsignedness is not worth the trouble of subtle implicit conversions 2007/09/27 11:09:07 hdu 1.3.4.2: #i81810# avoid signed<->unsigned madness and add sanity checks for AquaSalBitmap::Create() 2007/09/14 15:44:38 pl 1.3.4.1: header cleanup


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [cf905f104af61916d5de156ebc2cc494a66b96c9]

INTEGRATION: CWS aquavcl03 (1.6.4); FILE MERGED 2007/09/27 16:15:38 hdu 1.6.4.1: #i79676# add glyph fallback feature (ekato: thanks for the patch\!)


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [8c35b59dcab44985d470356bb8c4776738982b85]

INTEGRATION: CWS aquavcl03 (1.2.4); FILE MERGED 2007/09/14 15:44:38 pl 1.2.4.4: header cleanup 2007/09/14 15:21:11 pl 1.2.4.3: header cleanup 2007/08/08 09:27:49 pl 1.2.4.2: some header cleanup 2007/07/26 11:02:25 pl 1.2.4.1: #i80025# initial checking for carbon to cocoa migration


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [b91263bf0672fa7362ba89f465045cfb341fe9c2]

INTEGRATION: CWS aquavcl03 (1.2.4); FILE MERGED 2007/09/17 17:23:51 pl 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2007/08/08 09:27:49 pl 1.2.4.1: some header cleanup


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [05179fff6819bf3d3038461d9aa7047976f62f38]

INTEGRATION: CWS aquavcl03 (1.52.72); FILE MERGED 2007/08/23 12:29:58 isma87 1.52.72.1: #i80969#: add call to native functions to draw natively (if possible) nodes and nets for listviews


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [bd953a2d1667c4c923b946b0432eada642ccdfa4]

INTEGRATION: CWS aquavcl03 (1.14.72); FILE MERGED 2007/08/24 14:15:30 isma87 1.14.72.1: #i81010#: add support for native checkboxes and radio buttons in listviews


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [20b75c48b7f07a28c5f058ecaafc9dd6faf97e2f]

INTEGRATION: CWS vclttfix (1.53.52); FILE MERGED 2007/08/08 16:18:17 pl 1.53.52.1: #i76541# workaround for testtool


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [baf5b460064e1430a4b68a03283a04fb4dc795f7]

INTEGRATION: CWS aquavcl03 (1.53.40); FILE MERGED 2007/08/23 12:29:58 isma87 1.53.40.1: #i80969#: add call to native functions to draw natively (if possible) nodes and nets for listviews


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [50355facff5d8594e75d0a49f8f3fa13508d3773]

INTEGRATION: CWS vclttfix (1.16.54); FILE MERGED 2007/08/08 16:18:17 pl 1.16.54.1: #i76541# workaround for testtool


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [b5ff0fb01d573b58f4e845d26bf92597d9c1fb30]

INTEGRATION: CWS aquavcl03 (1.2.150); FILE MERGED 2007/08/24 14:15:31 isma87 1.2.150.1: #i81010#: add support for native checkboxes and radio buttons in listviews


2007-10-09  Kurt Zenker  <kz@openoffice.org>  [d6dcac134678bc8825104813cda17ae2bc23ba1f]

INTEGRATION: CWS vclttfix (1.65.6); FILE MERGED 2007/08/08 16:18:16 pl 1.65.6.1: #i76541# workaround for testtool


2007-10-01  Oliver Bolte  <obo@openoffice.org>  [8356508552d7c7e7f78d8fec4221ce83022199fb]

#i82085# fix build for system freetype


2007-10-01  Oliver Bolte  <obo@openoffice.org>  [4f5a7486f95c34b4db2f66240336e61819cbb71e]

#i82084# fix build for system freetype


2007-09-28  Vladimir Glazounov  <vg@openoffice.org>  [2de31542119173833f0209dc46589c00c70e52b1]

#i81865# fixed license


2007-09-28  Vladimir Glazounov  <vg@openoffice.org>  [08a029042d1dc5fae68d79128c7a3b8e3e1d0a25]

#i81865# fixed license


2007-09-27  Vladimir Glazounov  <vg@openoffice.org>  [94d3be2f7c5cb0d402f5b560af79f00b9e4af728]

new version for SRC680


2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9f017ad633362a977448f5fcfd67f49ef34339a]

INTEGRATION: CWS vcl82 (1.146.6); FILE MERGED 2007/09/03 11:40:21 hdu 1.146.6.1: #146377# add dogtags in wnt's ImplSalShow()


2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ced3db3db19599488101769867bc4d5e9ec98f98]

INTEGRATION: CWS vcl82 (1.67.6); FILE MERGED 2007/09/07 14:32:01 pl 1.67.6.2: RESYNC: (1.67-1.68); FILE MERGED 2007/09/05 13:10:54 pl 1.67.6.1: #i81083# convert to 24bit/alpha icon for gtk


2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a61dac648948e3e0e39f2b7eca3dffc6303533b]

INTEGRATION: CWS vcl82 (1.39.46); FILE MERGED 2007/08/28 07:42:03 pl 1.39.46.1: #i81069# menu text color


2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6a8116def1afb4c3cd033bfc9dd1600e9bafd57]

INTEGRATION: CWS vcl82 (1.49.6); FILE MERGED 2007/08/06 13:56:58 pl 1.49.6.1: #i80073# #i73360# show warning if text is truncated due to maximum length


2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7de1d14beea432496bfea77cfe77f1d033066fb7]

INTEGRATION: CWS vcl82 (1.145.2); FILE MERGED 2007/08/22 11:32:24 hdu 1.145.2.1: #i72129# use fontconfig's FcFreeTypeCharIndex to rescue fonts with bad CMAP but got POST tables (thank you CMC for the patch!)


2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c18b7a8f65ba922ce4be5c689f7b7b2035e8500]

INTEGRATION: CWS vcl82 (1.23.48); FILE MERGED 2007/09/03 15:09:34 hdu 1.23.48.1: #149158# check for bad IHDR and GAMA table in PNGs


2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d72806c3bc2e35fc0c1ef0d0160e2730970960f5]

INTEGRATION: CWS vcl82 (1.230.8); FILE MERGED 2007/08/07 13:25:10 hdu 1.230.8.1: #i80424# fix GetDevFont() result's WidthType (CMC's patch, thank you) and fix similar problem in GetFontMetric()


2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2db44801e3468a908b6f6b363dc96d3db843236a]

INTEGRATION: CWS vcl82 (1.87.6); FILE MERGED 2007/08/07 15:45:27 pl 1.87.6.2: RESYNC: (1.87-1.88); FILE MERGED 2007/08/06 13:56:58 pl 1.87.6.1: #i80073# #i73360# show warning if text is truncated due to maximum length


2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [52fa2ea7ff49d46603886e3479f513ea27893ef6]

INTEGRATION: CWS vcl82 (1.3.8); FILE MERGED 2007/08/06 13:56:58 pl 1.3.8.1: #i80073# #i73360# show warning if text is truncated due to maximum length


2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9514a35b2baea90448da56e260d6f6fe781e9c17]

INTEGRATION: CWS vcl82 (1.2.126); FILE MERGED 2007/09/03 11:40:21 hdu 1.2.126.1: #146377# add dogtags in wnt's ImplSalShow()


2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fceb513efbf8941755401583d8df9e7b78726ff2]

INTEGRATION: CWS vcl82 (1.3.106); FILE MERGED 2007/08/06 13:56:58 pl 1.3.106.1: #i80073# #i73360# show warning if text is truncated due to maximum length


2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a9360ea4c0c0f72c01cc6e6afc9853996d02dc5]

INTEGRATION: CWS vcl82 (1.24.66); FILE MERGED 2007/09/10 12:39:21 pl 1.24.66.3: fix ! ENABLE_FONTCONFIG case 2007/09/05 14:46:56 hdu 1.24.66.2: #i54603# fix crash for old versions of fontconfig library 2007/08/22 11:27:28 hdu 1.24.66.1: #i72129# export fontconfig's FcFreeTypeCharIndex (thank you CMC for the patch!)


2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1fa8860cfccfac4d05fe13de77624b82febc5e3]

INTEGRATION: CWS vcl82 (1.33.18); FILE MERGED 2007/08/22 11:27:27 hdu 1.33.18.1: #i72129# export fontconfig's FcFreeTypeCharIndex (thank you CMC for the patch!)


2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [472a1328f5321a3976f6d00451a53d54fda4790e]

INTEGRATION: CWS vcl82 (1.55.44); FILE MERGED 2007/09/07 14:04:52 pl 1.55.44.2: #i81283# protext maStartDocPos against initialization problems 2007/08/06 14:13:07 pl 1.55.44.1: #i80073# #i73360# show warning if text is truncated due to maximum length


2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [de44812302a09c7c5d1327b68b0954c9d422aaf4]

INTEGRATION: CWS vcl82 (1.27.26); FILE MERGED 2007/09/07 10:39:07 pl 1.27.26.1: #i9521# initial focus on copies field


2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e46a38dbf24d76172f4338a19930fc197f94c54]

INTEGRATION: CWS vcl82 (1.4.4); FILE MERGED 2007/08/07 16:37:39 pl 1.4.4.1: #i80415# remove useless DBG_ERRROR


2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbfb890779e901fc48ae79aa0f17591e08e129f5]

INTEGRATION: CWS vcl82 (1.2.140); FILE MERGED 2007/08/06 14:13:07 pl 1.2.140.1: #i80073# #i73360# show warning if text is truncated due to maximum length


2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [727225030405fa844a110c19411385dae913924c]

INTEGRATION: CWS dba24a (1.78.36); FILE MERGED 2007/09/05 11:07:09 oj 1.78.36.1: #i68334# release any when formats are cleared


2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [08b7b36df6a7b7bf5b85c4ce966814379965bd42]

INTEGRATION: CWS dba24a (1.2.160); FILE MERGED 2007/08/29 12:24:15 fs 1.2.160.1: #i80796#


2007-09-25  Vladimir Glazounov  <vg@openoffice.org>  [dd9974886d385b002e807fb9313d731a09d74c35]

#i81865# actual license


2007-09-25  Vladimir Glazounov  <vg@openoffice.org>  [859a8ce3799c1a4c372f26517fb1caec05c5892f]

#i81865# actual license


2007-09-21  Vladimir Glazounov  <vg@openoffice.org>  [f1a680188c7a27bea790500652748ad1ad37722c]

new version for SRC680


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [527928a913242d0d759e65f7df75f9fa0253ba28]

INTEGRATION: CWS os2port01 (1.3.124); FILE MERGED 2006/12/28 14:52:53 ydario 1.3.124.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [2804e62a2efdb3b69c368ebac0fdba9fab22f3ef]

INTEGRATION: CWS os2port01 (1.11.18); FILE MERGED 2007/08/01 08:36:04 obr 1.11.18.2: RESYNC: (1.11-1.12); FILE MERGED 2006/12/28 14:52:52 ydario 1.11.18.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [48f6aaea7501e9bb93fe56b236a169bc4d5fdc0f]

INTEGRATION: CWS os2port01 (1.12.58); FILE MERGED 2007/08/06 06:57:30 obr 1.12.58.2: RESYNC: (1.12-1.13); FILE MERGED 2006/12/28 14:54:52 ydario 1.12.58.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [4ea24fa6c08643bb56812f2cc8426f90d38a05bd]

INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2007/01/24 16:52:25 ydario 1.1.2.1: OS/2 clipboard bitmap support.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [7b5559f9b80d192dd55905ed123dc36ce791469e]

INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2007/01/24 16:52:24 ydario 1.1.2.1: OS/2 clipboard bitmap support.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [ef86b5222bb25ca6c8b02987b569621e9f5e8a00]

INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2007/01/24 16:52:23 ydario 1.1.2.1: OS/2 clipboard bitmap support.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [38bb8454b0d791be47b466896ddb508408974363]

INTEGRATION: CWS os2port01 (1.20.26); FILE MERGED 2007/08/06 06:44:25 obr 1.20.26.2: RESYNC: (1.20-1.21); FILE MERGED 2006/12/28 14:54:52 ydario 1.20.26.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [da9a4f317fadf5efe14afb31b42d5667ce7554a2]

INTEGRATION: CWS os2port01 (1.4.16); FILE MERGED 2007/08/01 08:15:35 obr 1.4.16.2: RESYNC: (1.4-1.5); FILE MERGED 2006/12/28 15:03:15 ydario 1.4.16.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [eeea02e4a7962b35a984b42fb42f9611d20a1bca]

INTEGRATION: CWS os2port01 (1.6.44); FILE MERGED 2007/08/12 15:10:36 obr 1.6.44.2: RESYNC: (1.6-1.7); FILE MERGED 2006/12/28 15:03:42 ydario 1.6.44.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [a58b5f583009a9e78f6f8ce2621548c817552263]

INTEGRATION: CWS os2port01 (1.13.22); FILE MERGED 2007/08/12 15:10:09 obr 1.13.22.2: RESYNC: (1.13-1.15); FILE MERGED 2006/12/28 15:03:41 ydario 1.13.22.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [ed874da5d0f8929fa48d3d64003bdbbeb13384df]

INTEGRATION: CWS os2port01 (1.5.46); FILE MERGED 2007/09/05 08:36:18 obr 1.5.46.3: RESYNC: (1.9-1.10); FILE MERGED 2007/08/12 15:07:34 obr 1.5.46.2: RESYNC: (1.5-1.9); FILE MERGED 2006/12/28 15:03:41 ydario 1.5.46.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [20732c9dcaa478e055594a713924ad6e1611031c]

INTEGRATION: CWS os2port01 (1.3.42); FILE MERGED 2007/08/12 15:07:26 obr 1.3.42.2: RESYNC: (1.3-1.6); FILE MERGED 2006/12/28 15:03:41 ydario 1.3.42.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [988df4c3c47eaa3a1acf0b386fd47ce119db4b0f]

INTEGRATION: CWS os2port01 (1.7.6); FILE MERGED 2007/08/12 15:01:48 obr 1.7.6.2: RESYNC: (1.7-1.14); FILE MERGED 2006/12/28 14:59:14 ydario 1.7.6.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [2f3df402293fa044cee03cc65e84fa941998abe3]

INTEGRATION: CWS os2port01 (1.3.426); FILE MERGED 2006/12/28 15:06:05 ydario 1.3.426.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [75bd79addc3f68f4e7706f966cbb8a8f7e53bc02]

INTEGRATION: CWS os2port01 (1.2.426); FILE MERGED 2006/12/28 15:06:05 ydario 1.2.426.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [acbed17ef4db602e5f888626dcefc7b831444730]

INTEGRATION: CWS os2port01 (1.4.10); FILE MERGED 2007/08/12 14:23:33 obr 1.4.10.2: RESYNC: (1.4-1.5); FILE MERGED 2006/12/28 15:06:04 ydario 1.4.10.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [03f7fa5a263ad42dff4da84fba5dce1e44b0b375]

INTEGRATION: CWS os2port01 (1.2.10); FILE MERGED 2007/08/12 14:23:18 obr 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2006/12/28 15:06:04 ydario 1.2.10.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [793f78690eec23d73cd9be18b585297fbcd7378a]

INTEGRATION: CWS os2port01 (1.2.10); FILE MERGED 2007/08/12 14:23:11 obr 1.2.10.2: RESYNC: (1.2-1.6); FILE MERGED 2006/12/28 15:06:04 ydario 1.2.10.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [5065f7a07a16a0d539332ba525834e5a097f37ef]

INTEGRATION: CWS os2port01 (1.5.424); FILE MERGED 2006/12/28 15:06:04 ydario 1.5.424.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [66f0cbf0094880732ce1ea1afbbc46d22231f0b5]

INTEGRATION: CWS os2port01 (1.3.10); FILE MERGED 2007/08/12 14:22:55 obr 1.3.10.2: RESYNC: (1.3-1.6); FILE MERGED 2006/12/28 15:06:04 ydario 1.3.10.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [a122ffe594b4623a6c589b87818e9e6acd50e061]

INTEGRATION: CWS os2port01 (1.9.24); FILE MERGED 2007/08/12 13:41:26 obr 1.9.24.2: RESYNC: (1.9-1.12); FILE MERGED 2006/12/28 15:06:03 ydario 1.9.24.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [c7fd05c1677d7d72a122f1e0cb96754ff326f296]

INTEGRATION: CWS os2port01 (1.4.24); FILE MERGED 2007/09/05 10:12:15 obr 1.4.24.3: RESYNC: (1.5-1.6); FILE MERGED 2007/08/12 13:37:53 obr 1.4.24.2: RESYNC: (1.4-1.5); FILE MERGED 2006/12/28 15:06:03 ydario 1.4.24.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [6c4f4fd754e944e55b0444920d4ea5d09245e5bd]

INTEGRATION: CWS os2port01 (1.27.24); FILE MERGED 2007/08/12 13:31:10 obr 1.27.24.2: RESYNC: (1.27-1.29); FILE MERGED 2006/12/28 15:06:03 ydario 1.27.24.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [03070ff7fd779205e046eaebdeb6d63652ecca18]

INTEGRATION: CWS os2port01 (1.66.24); FILE MERGED 2007/09/05 10:10:37 obr 1.66.24.3: RESYNC: (1.70-1.71); FILE MERGED 2007/08/12 13:30:42 obr 1.66.24.2: RESYNC: (1.66-1.70); FILE MERGED 2006/12/28 15:06:03 ydario 1.66.24.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [c3eaf9269fb008822f525fdd26a9157d6b0a79d1]

INTEGRATION: CWS os2port01 (1.35.8); FILE MERGED 2007/08/12 13:13:31 obr 1.35.8.2: RESYNC: (1.35-1.37); FILE MERGED 2006/12/28 15:06:02 ydario 1.35.8.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [ccd12f48bdcff1f1b8a4a8b24afa8bf6b425a907]

INTEGRATION: CWS os2port01 (1.3.88); FILE MERGED 2006/12/28 14:53:34 ydario 1.3.88.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [d0637fc5690c878fe65773d21a57d7fe35f47240]

INTEGRATION: CWS os2port01 (1.3.24); FILE MERGED 2006/12/28 15:00:07 ydario 1.3.24.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [b9bb0b01fb302f2066a73890134c2c5c2609be6a]

INTEGRATION: CWS os2port01 (1.81.38); FILE MERGED 2007/09/05 12:36:39 obr 1.81.38.3: RESYNC: (1.94-1.98); FILE MERGED 2007/08/13 13:37:27 obr 1.81.38.2: RESYNC: (1.81-1.94); FILE MERGED 2006/11/29 14:34:23 ydario 1.81.38.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [cf5195e80daf5f8c8f2bb37e3e0412ca2e0664ee]

INTEGRATION: CWS os2port01 (1.5.26); FILE MERGED 2007/08/13 13:14:25 obr 1.5.26.2: RESYNC: (1.5-1.7); FILE MERGED 2006/11/29 14:34:23 ydario 1.5.26.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [557c82df38f5a51ebcd4be36cd68932bff6daf2a]

INTEGRATION: CWS os2port01 (1.241.4.1.10); FILE MERGED 2007/09/05 12:26:14 obr 1.241.4.1.10.3: RESYNC: (1.260-1.263); FILE MERGED 2007/08/13 13:13:28 obr 1.241.4.1.10.2: RESYNC: (1.241.4.1-1.260); FILE MERGED 2006/11/29 14:34:22 ydario 1.241.4.1.10.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [8bf4e7ea397bef260e925a5afdde8482926ce605]

INTEGRATION: CWS os2port01 (1.141.16); FILE MERGED 2007/09/05 12:24:36 obr 1.141.16.3: RESYNC: (1.153-1.154); FILE MERGED 2007/08/13 13:10:42 obr 1.141.16.2: RESYNC: (1.141-1.153); FILE MERGED 2006/11/29 14:34:22 ydario 1.141.16.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [5e2dc18a73f2191e158a47bc8f97b42c22efb578]

INTEGRATION: CWS os2port01 (1.6.40); FILE MERGED 2007/09/05 12:20:59 obr 1.6.40.3: RESYNC: (1.9-1.10); FILE MERGED 2007/08/13 13:05:33 obr 1.6.40.2: RESYNC: (1.6-1.9); FILE MERGED 2006/11/29 14:34:22 ydario 1.6.40.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [5117cb8d53d764fda768484f12aa856110939118]

INTEGRATION: CWS os2port01 (1.32.24); FILE MERGED 2007/08/13 12:46:12 obr 1.32.24.2: RESYNC: (1.32-1.35); FILE MERGED 2006/11/29 14:34:21 ydario 1.32.24.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [0e38fa9dbf9ec45d0c5beb32e6049845a5475e6b]

INTEGRATION: CWS os2port01 (1.45.26); FILE MERGED 2007/09/05 12:08:36 obr 1.45.26.3: RESYNC: (1.53-1.54); FILE MERGED 2007/08/13 12:42:43 obr 1.45.26.2: RESYNC: (1.45-1.53); FILE MERGED 2006/11/29 14:34:21 ydario 1.45.26.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [c98c097952abbcb5f798e49ae2b9fa07354b4141]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:34:21 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [81a8d4499939f3e61a3618976bb02f5d52a89a8a]

INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:34:20 ydario 1.1.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [7662556961ff79c5ae896299243c94744df84f0e]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:34:20 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [df2a216b10a8636ca147d9193a209b702da02d5d]

INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:34:19 ydario 1.1.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [2442d31595b8134ce1e2cb4deb70f685645cce2e]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:34:19 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [baf13d580b1631c115f309cb0e16fe183c2d41ca]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:34:18 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [1e6e08ccceff50192035713f8141bc4fe446a98d]

INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:34:18 ydario 1.1.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [ef9d650a251211e32c1761d23c99b2ba27127855]

INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:34:17 ydario 1.1.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [1a5e25364980030eae3758c430473630039b9efe]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:34:16 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [3ae4999051e978a61f6c7d69351981417c5beb67]

INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:34:16 ydario 1.1.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [ff52bdc585a394941d0a737d770787d7f619cd75]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:34:15 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [b03a0d30dbc64ddc35fcd03fc736a8ee452d3dc2]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:34:14 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [6871a769b2f3ac646b62f54e07271c8b189b74ee]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:34:13 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [5733e377b37bd1bf00b6fc564398aa20d60d6233]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:34:12 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [d51cc16d8679388d18924d5dac3a283fade3890b]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:34:11 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [242cef5a03a74d3533d84dd1eee15714bea91108]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:34:10 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [af189be10c9ea63231ccacf10bc0f3c02b5873aa]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:34:09 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [107b81a46e1a6ea3f3765729649adaee75ef935c]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:34:08 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [ee6c4fb1a4eb3ab3e75efabc41517910be2ad4d2]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:34:07 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [8940460a41ec5ceb726346cdcc74ae64cdb94678]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:34:06 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [404333e737437028ac89a349a001888121eac68e]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:34:05 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [a4879cf7023fb4fca0c97a986ee8dc4bf7469aea]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:34:04 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [6f90961857ba265dfd64772184cd09df0258bf69]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:34:03 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [ddad976cbb506a4be7544a2155011cff4c7bcf00]

INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:34:03 ydario 1.1.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [23de9fbcb21635542835b9365f7a0fe8380642f9]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:34:02 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [748dac81109d3d32d97fb7c4941dd7db202c30c7]

INTEGRATION: CWS os2port01 (1.3.2); FILE ADDED 2006/11/29 14:34:02 ydario 1.3.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [b62db70102ece8a14ac168f614dc446e79403c9c]

INTEGRATION: CWS os2port01 (1.3.2); FILE ADDED 2006/11/29 14:34:01 ydario 1.3.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [5a5a1f2c2a3be5651a5e8adc8211a700404b325a]

INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:34:01 ydario 1.1.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [0f52322397f2553b978b68bb44b5e778d0db8ad5]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:34:01 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [fc83e93428711165c761275af4014edc34220464]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:34:00 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [51de6e399caa8edb496baf9baab596afb9977e66]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:33:59 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [ab7fec3c598e25f9d27bbfd8cd429bd13bb50a1e]

INTEGRATION: CWS os2port01 (1.3.2); FILE ADDED 2006/11/29 14:33:59 ydario 1.3.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [639f4544ac9db89f2d1491cdc96f76976f97ffce]

INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:33:59 ydario 1.1.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [420adc1a2113764eeea99775285999524e2e8da9]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:33:58 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [da7e0d1fcccae0118e6451cbeabcd0b98b5bd789]

INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:33:58 ydario 1.1.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [dd77208cd1924f0adf108db6050a54dc5f6c150d]

INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:33:57 ydario 1.1.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [eb8e495da3c2e230c72b37a7b0b2acd04cf07272]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:33:57 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [e013e686d278e24b52897e0f270dc1a8437586db]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:33:56 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [256b83ac74a2240ae861ba96c2537780556f6fcc]

INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:33:56 ydario 1.1.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [cb8c2f1f67118223670ee05e7127199b7b7dc658]

INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:33:55 ydario 1.1.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [9b6a21e464957689b0a1769d71124bd810ebc333]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:33:55 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [8bff29b706805398b2806564a19d5981ddd9f7ed]

INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:33:54 ydario 1.2.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [d9e55efd5818452fe5d5374893835f41b35af89c]

INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:33:54 ydario 1.1.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [411d6ef1594076419b17dc74165c072076227cc8]

INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:33:53 ydario 1.1.2.1: Initial OS/2 import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [bcba4d3fc9b79976fbfe1f33b01681148ecd4645]

INTEGRATION: CWS os2port01 (1.35.6); FILE MERGED 2007/08/10 06:28:39 obr 1.35.6.2: RESYNC: (1.35-1.40); FILE MERGED 2006/12/28 14:59:58 ydario 1.35.6.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [db41a9b17acfbc150fabd8b1ac4e00dcbfc26655]

INTEGRATION: CWS os2port01 (1.43.6); FILE MERGED 2007/09/05 08:29:00 obr 1.43.6.3: RESYNC: (1.49-1.50); FILE MERGED 2007/08/10 06:23:32 obr 1.43.6.2: RESYNC: (1.43-1.49); FILE MERGED 2006/12/28 14:59:58 ydario 1.43.6.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [253d6cf8aacdf7434741898300163998b59574aa]

INTEGRATION: CWS os2port01 (1.2.16); FILE MERGED 2007/08/10 06:22:06 obr 1.2.16.2: RESYNC: (1.2-1.4); FILE MERGED 2006/12/28 14:59:58 ydario 1.2.16.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [25140fb717aa913834bcae9b3f698f5cfd3a08d0]

INTEGRATION: CWS os2port01 (1.12.66); FILE MERGED 2007/08/10 06:18:37 obr 1.12.66.2: RESYNC: (1.12-1.13); FILE MERGED 2006/12/28 14:59:58 ydario 1.12.66.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [3f2e3c66e52151ba309706e7b6dbfa6d140708d0]

INTEGRATION: CWS os2port01 (1.12.10); FILE MERGED 2007/08/10 06:13:38 obr 1.12.10.2: RESYNC: (1.12-1.13); FILE MERGED 2006/12/28 14:59:57 ydario 1.12.10.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [a08bcd6f56b22d436b0cf5f0672f4eca4c68117c]

INTEGRATION: CWS os2port01 (1.14.24); FILE MERGED 2007/08/08 07:08:28 obr 1.14.24.2: RESYNC: (1.14-1.18); FILE MERGED 2006/12/28 15:07:40 ydario 1.14.24.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [2269bab32c06e5e420e95a2d2d67d6104d09d6ee]

INTEGRATION: CWS os2port01 (1.41.24); FILE MERGED 2007/09/06 10:10:58 obr 1.41.24.3: build fix 2007/08/08 07:06:47 obr 1.41.24.2: RESYNC: (1.41-1.44); FILE MERGED 2006/12/28 15:07:40 ydario 1.41.24.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [576171d166c8e8be8e0772bcf93c6d764bb2f1a1]

INTEGRATION: CWS os2port01 (1.42.22); FILE MERGED 2007/09/05 11:32:57 obr 1.42.22.3: RESYNC: (1.46-1.47); FILE MERGED 2007/08/08 07:06:38 obr 1.42.22.2: RESYNC: (1.42-1.46); FILE MERGED 2006/12/28 15:07:40 ydario 1.42.22.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [49ea9a25116a2fbad18d955ad573b1b0e45dd493]

INTEGRATION: CWS os2port01 (1.34.22); FILE MERGED 2007/08/08 07:05:17 obr 1.34.22.2: RESYNC: (1.34-1.38); FILE MERGED 2006/12/28 15:07:40 ydario 1.34.22.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [4dc76ed603285043fe6158a8296364f45e6491ad]

INTEGRATION: CWS os2port01 (1.9.46); FILE MERGED 2007/07/18 12:04:21 obr 1.9.46.2: RESYNC: (1.9-1.10); FILE MERGED 2006/12/28 14:32:10 ydario 1.9.46.1: OS/2 initial import


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [e736b94ab4f2ece59c5ab52aba1af57880801a34]

INTEGRATION: CWS os2port01 (1.27.24.1.2); FILE MERGED 2006/12/28 14:32:10 ydario 1.27.24.1.2.1: OS/2 initial import


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [8d49beb21929f5e89bc4d6ca7ce866033bfea11c]

INTEGRATION: CWS os2port01 (1.7.6); FILE MERGED 2007/09/05 05:50:45 obr 1.7.6.3: RESYNC: (1.10-1.12); FILE MERGED 2007/08/09 07:21:49 obr 1.7.6.2: RESYNC: (1.7-1.10); FILE MERGED 2006/12/28 14:34:22 ydario 1.7.6.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [0b5378fcf40cb23ae9942322278086c0adf4f087]

INTEGRATION: CWS os2port01 (1.8.46); FILE MERGED 2007/08/09 07:10:16 obr 1.8.46.2: RESYNC: (1.8-1.10); FILE MERGED 2006/12/28 14:34:21 ydario 1.8.46.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [7f8896eba17874941dd3f6cbc527128af5f47435]

INTEGRATION: CWS os2port01 (1.15.68); FILE MERGED 2007/07/13 09:34:20 obr 1.15.68.2: RESYNC: (1.15-1.20); FILE MERGED 2006/12/28 15:01:45 ydario 1.15.68.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [00ef4a1a191cf9a0553aa8092727c5825ba488b4]

INTEGRATION: CWS os2port01 (1.15.50); FILE MERGED 2007/09/06 10:28:20 obr 1.15.50.3: build fix 2007/07/13 09:33:13 obr 1.15.50.2: RESYNC: (1.15-1.17); FILE MERGED 2006/12/28 15:01:45 ydario 1.15.50.1: OS/2 initial import.


2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [8bdd0ff6894dd81dd3785d3f29e45b19d5ead1b1]

INTEGRATION: CWS os2port01 (1.36.22); FILE MERGED 2007/09/05 08:35:04 obr 1.36.22.3: RESYNC: (1.42-1.43); FILE MERGED 2007/07/13 09:33:03 obr 1.36.22.2: RESYNC: (1.36-1.42); FILE MERGED 2006/12/28 15:01:45 ydario 1.36.22.1: OS/2 initial import.


2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [e571465ad43bd86ab9f643e9a44ec3d423b86d13]

INTEGRATION: CWS chart11 (1.38.88); FILE MERGED 2007/09/07 11:59:39 bm 1.38.88.3: #i81359# pass numberformat reference with correct type (sal_uInt32 instead of ULONG) in IsNumberFormat 2007/09/04 19:31:25 bm 1.38.88.2: #i81259# oops, character lost 2007/09/04 19:26:46 bm 1.38.88.1: #i81259# offer possibility to use the method GetInputLineString for filling the edit field with the formatted value instead of GetOutputString, because you want to edit the value, thus an input format makes more sense


2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [661f18508a31352cfde84832afb74bf6dd2b2920]

INTEGRATION: CWS chart11 (1.2.166); FILE MERGED 2007/09/04 19:26:55 bm 1.2.166.1: #i81259# offer possibility to use the method GetInputLineString for filling the edit field with the formatted value instead of GetOutputString, because you want to edit the value, thus an input format makes more sense


2007-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [adbcb60c3007e706d4e8f914bb0f98c2a4ec14ab]

#i10000# #i81592#


2007-09-17  Ivo Hinkelmann  <ihi@openoffice.org>  [f27fc314bc0b6b3eaaecc0f15f79abf33b5d2a67]

#i10000# #i81592# warnings = errors


2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [619dea598d57d7f5a501aee8606d081d4938582f]

INTEGRATION: CWS aquavclcarbonfixes (1.31.22); FILE MERGED 2007/08/31 14:12:40 pl 1.31.22.1: #i80701# change dropdowns, add focus ring


2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [cb269adc5f40c1d8c246067e314eb4aed1fecf93]

INTEGRATION: CWS aquavclcarbonfixes (1.20.70); FILE MERGED 2007/08/29 12:59:47 hdu 1.20.70.1: #i77549# extend native scrollbar NWF by adding PART_TRACK_*_AREA controls


2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [8b7bdf0747239dfb470821f580a7810a479f623b]

INTEGRATION: CWS aquavclcarbonfixes (1.39.30); FILE MERGED 2007/09/03 10:02:29 hdu 1.39.30.2: #i80701# fix warning on wntmsci builds 2007/08/31 14:12:40 pl 1.39.30.1: #i80701# change dropdowns, add focus ring


2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [b2706f3dd3e992f18d3643f4518c14a37160c509]

INTEGRATION: CWS aquavclcarbonfixes (1.60.32); FILE MERGED 2007/08/31 14:12:40 pl 1.60.32.1: #i80701# change dropdowns, add focus ring


2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [c05f4e7a0411b2dff7d43f76e3cf052b7a1c54be]

INTEGRATION: CWS aquavclcarbonfixes (1.88.18); FILE MERGED 2007/08/31 14:12:40 pl 1.88.18.1: #i80701# change dropdowns, add focus ring


2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [6f016d5711397d0be70aded2d5879c57d3279ba5]

INTEGRATION: CWS aquavclcarbonfixes (1.44.20); FILE MERGED 2007/08/31 14:12:40 pl 1.44.20.2: #i80701# change dropdowns, add focus ring 2007/08/24 07:44:15 hdu 1.44.20.1: #i80701# fix combobox drawing for aqua native widgets


2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [1674061bb2908a0d1b18e99c84e84ab771b16088]

INTEGRATION: CWS aquavclcarbonfixes (1.4.22); FILE MERGED 2007/08/29 12:59:46 hdu 1.4.22.2: #i77549# extend native scrollbar NWF by adding PART_TRACK_*_AREA controls 2007/08/20 22:02:27 ericb 1.4.22.1: #i80842# add CTRL_INTROPROGRESS


2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [081e3fbf363a401e10945f2a38efc29ef2aa622b]

INTEGRATION: CWS aquavclcarbonfixes (1.3.28); FILE MERGED 2007/08/24 09:24:42 ericb 1.3.28.1: #i80997# fix some little leaks


2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [b8cfa858113bb9b3c032e4b7f138ebc71a7a4f78]

INTEGRATION: CWS aquavclcarbonfixes (1.51.20); FILE MERGED 2007/08/29 15:50:37 hdu 1.51.20.3: i77549# carbonfixes review: move aqua specific scrollbar flags to aqua 2007/08/21 14:01:26 ericb 1.51.20.2: #i77549# various fixes and code cleanup for native scrollbar, and colors 2007/08/20 22:18:34 ericb 1.51.20.1: #i77549# modify scrollbar + kEventAppearanceScrollBarVariantChanged


2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [dab1e4ef7e5f71a34ecd5978c8b75a1c88c2271f]

INTEGRATION: CWS aquavclcarbonfixes (1.9.66); FILE MERGED 2007/08/24 09:25:12 ericb 1.9.66.1: #i80997# fix some little leaks


2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [4dbc5e510f3399ecd8f41c399143b24d5eee85ba]

INTEGRATION: CWS aquavclcarbonfixes (1.3.22); FILE MERGED 2007/08/31 14:12:39 pl 1.3.22.6: #i80701# change dropdowns, add focus ring 2007/08/29 15:50:37 hdu 1.3.22.5: i77549# carbonfixes review: move aqua specific scrollbar flags to aqua 2007/08/29 12:59:47 hdu 1.3.22.4: #i77549# extend native scrollbar NWF by adding PART_TRACK_*_AREA controls 2007/08/21 13:59:10 ericb 1.3.22.3: #i77549# various fixes and code cleanup for native scrollbar and native progress bar 2007/08/20 21:56:01 ericb 1.3.22.2: #i80842# add vcl part for native progressbar  (cloned from aquavcl03) 2007/08/20 13:58:47 ericb 1.3.22.1: #i80704# fix bad drawing for listboxes


2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [13599214750de2498f3c6c7f6615863e10adf331]

INTEGRATION: CWS aquavclcarbonfixes (1.7.66); FILE MERGED 2007/09/05 08:58:40 pl 1.7.66.1: fix a typo


2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [02b6ee92a2ed17f242abb78aefeff00c79da8d3d]

INTEGRATION: CWS aquavclcarbonfixes (1.38.20); FILE MERGED 2007/08/24 09:23:33 ericb 1.38.20.1: #i80997# fix some little leaks


2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [0d7eff9b0279bfd9b6f0845e30a81e7f20deaac0]

INTEGRATION: CWS aquavclcarbonfixes (1.3.22); FILE MERGED 2007/08/31 14:12:39 pl 1.3.22.2: #i80701# change dropdowns, add focus ring 2007/08/21 13:56:31 ericb 1.3.22.1: #i80842# add INTRO_PROGRESS_HEIGHT metric


2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [cbd3d6d37c6058fc1c20e27fe7ddf38516821b7f]

INTEGRATION: CWS aquavclcarbonfixes (1.15.20); FILE MERGED 2007/08/29 15:50:37 hdu 1.15.20.1: i77549# carbonfixes review: move aqua specific scrollbar flags to aqua


2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [d15b3ff3ffd6f61b877ea4c82ec9fd003725bbff]

INTEGRATION: CWS aquavclcarbonfixes (1.2.66); FILE MERGED 2007/08/20 22:10:18 ericb 1.2.66.1: #i77549# add kEventAppearanceScrollBarVariantChanged event


2007-09-06  Kurt Zenker  <kz@openoffice.org>  [0756bfcd2d68d7daa087343e9008352519336912]

INTEGRATION: CWS mingwport06 (1.27.16); FILE MERGED 2007/08/27 12:58:25 vg 1.27.16.1: #i75499# pragma for MSVC


2007-09-06  Kurt Zenker  <kz@openoffice.org>  [dcf3fa4b072d02dc5810371c84b049a5f566a178]

INTEGRATION: CWS mingwport06 (1.24.16); FILE MERGED 2007/08/24 12:58:44 vg 1.24.16.1: #i75499# pragma is for MSVC


2007-09-06  Kurt Zenker  <kz@openoffice.org>  [e1b420efbda495a91de920ea7f59ad5b5d33c60a]

INTEGRATION: CWS mingwport06 (1.11.6); FILE MERGED 2007/08/24 13:15:16 vg 1.11.6.1: #i75499# pragma is for MSVC


2007-09-06  Kurt Zenker  <kz@openoffice.org>  [50f9d6222ff5a5b7b75df2f3fb8740263d1a1470]

INTEGRATION: CWS mingwport06 (1.2.20); FILE MERGED 2007/08/27 14:28:27 vg 1.2.20.1: #i75499# pragma for MSVC


2007-09-06  Kurt Zenker  <kz@openoffice.org>  [15a0dd85832872ea7ec9d8cd0a64f5f140dccdd4]

INTEGRATION: CWS mingwport06 (1.4.24); FILE MERGED 2007/08/27 14:34:49 vg 1.4.24.1: #i75499# pragma for MSVC


2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b6122a4f9568e9a4dc639322ffa0ee140cdaa3f4]

INTEGRATION: CWS mingwport06 (1.8.24); FILE MERGED 2007/08/24 13:27:29 vg 1.8.24.1: #i75499# pragma is for MSVC


2007-09-06  Kurt Zenker  <kz@openoffice.org>  [d7f103dc7075680ea37acffd43fd36397eaea99f]

INTEGRATION: CWS mingwport06 (1.13.24); FILE MERGED 2007/08/27 14:34:49 vg 1.13.24.1: #i75499# pragma for MSVC


2007-09-06  Kurt Zenker  <kz@openoffice.org>  [fa8f4caa4f363b0c96e85891617dcec142ff28cb]

INTEGRATION: CWS mingwport06 (1.13.14); FILE MERGED 2007/08/27 14:34:48 vg 1.13.14.1: #i75499# pragma for MSVC


2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6943537bd4a748f501d75e120aaa20287ba1d78a]

INTEGRATION: CWS mingwport06 (1.6.24); FILE MERGED 2007/08/27 14:34:48 vg 1.6.24.1: #i75499# pragma for MSVC


2007-09-06  Kurt Zenker  <kz@openoffice.org>  [cc5650ac62a75ae5f18004d39f1af00b27bafa4b]

INTEGRATION: CWS mingwport06 (1.2.60); FILE MERGED 2007/08/27 14:34:48 vg 1.2.60.1: #i75499# pragma for MSVC


2007-09-06  Kurt Zenker  <kz@openoffice.org>  [199a7b306e588fc9944586b0510f49662e58de70]

INTEGRATION: CWS mingwport06 (1.15.6); FILE MERGED 2007/08/24 13:27:29 vg 1.15.6.1: #i75499# pragma is for MSVC


2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c583ff6b7cfd8425eb7f91c6908e153103f98ad8]

INTEGRATION: CWS mingwport06 (1.5.76); FILE MERGED 2007/08/24 13:18:27 vg 1.5.76.1: #i75499# pragma is for MSVC


2007-09-06  Kurt Zenker  <kz@openoffice.org>  [54c3c1cae61a2ad1c580d5d832d97065a92b2057]

INTEGRATION: CWS mingwport06 (1.8.248); FILE MERGED 2007/08/24 13:18:27 vg 1.8.248.1: #i75499# pragma is for MSVC


2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b4aa3bf9b80e58514ba2fbb81f22ca37b7b93a86]

INTEGRATION: CWS mingwport06 (1.70.18); FILE MERGED 2007/08/24 13:18:26 vg 1.70.18.1: #i75499# pragma is for MSVC


2007-09-06  Kurt Zenker  <kz@openoffice.org>  [8c31a54aacbb498eb69378cadbbfb2cad7667efa]

INTEGRATION: CWS mingwport06 (1.12.74); FILE MERGED 2007/08/24 13:18:26 vg 1.12.74.1: #i75499# pragma is for MSVC


2007-09-06  Kurt Zenker  <kz@openoffice.org>  [758f6b2e12b449feecbd706664b8a65f05b42f5e]

INTEGRATION: CWS mingwport06 (1.8.44); FILE MERGED 2007/08/24 13:18:26 vg 1.8.44.1: #i75499# pragma is for MSVC


2007-09-06  Kurt Zenker  <kz@openoffice.org>  [007645bba62bad79c34c8173452bac4bd3f36d46]

INTEGRATION: CWS mingwport06 (1.32.74); FILE MERGED 2007/08/27 16:02:02 vg 1.32.74.1: #i80359# MinGW port efforts


2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5d7152344d4d64dc250e05b25462b1ca4fefe72a]

INTEGRATION: CWS mingwport06 (1.5.30); FILE MERGED 2007/08/24 13:04:33 vg 1.5.30.1: #i75499# pragma is for MSVC


2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5e2c4543ca841921b12456c7b54711e5871d33ec]

INTEGRATION: CWS mingwport06 (1.5.28); FILE MERGED 2007/08/27 11:55:26 vg 1.5.28.2: #i75499# single ifdef for MSVC 2007/08/24 13:28:12 vg 1.5.28.1: #i75499# pragma is for MSVC


2007-09-06  Kurt Zenker  <kz@openoffice.org>  [3e1f5627f9eccd1a2295cabe208de7997d248c49]

INTEGRATION: CWS pj84 (1.59.78); FILE MERGED 2007/08/25 13:34:03 pjanik 1.59.78.1: #i53859#: Remove ifdef from resources.


2007-09-05  Kurt Zenker  <kz@openoffice.org>  [1b81648518ae7204ab8c42a28374bd2132a6606d]

INTEGRATION: CWS ause083 (1.15.20); FILE MERGED 2007/07/23 11:36:38 hjs 1.15.20.2: RESYNC: (1.15-1.16); FILE MERGED 2007/07/17 22:29:23 mba 1.15.20.1: #i79470#: ambiguous Reference class


2007-09-05  Kurt Zenker  <kz@openoffice.org>  [fced4a586578b65dbe6cd91ad6bc165a542190d3]

INTEGRATION: CWS ause083 (1.12.20); FILE MERGED 2007/07/17 22:29:23 mba 1.12.20.1: #i79470#: ambiguous Reference class


2007-09-05  Kurt Zenker  <kz@openoffice.org>  [7a8c596c9a9bd868e7182e3a3d34155b158baa37]

INTEGRATION: CWS ause083 (1.9.20); FILE MERGED 2007/07/17 22:29:23 mba 1.9.20.1: #i79470#: ambiguous Reference class


2007-09-05  Kurt Zenker  <kz@openoffice.org>  [b5aa0272a46896e691f958a59c5d6045e6b3201f]

INTEGRATION: CWS ause083 (1.7.20); FILE MERGED 2007/07/17 22:29:23 mba 1.7.20.1: #i79470#: ambiguous Reference class


2007-09-05  Kurt Zenker  <kz@openoffice.org>  [236676fbf3a593b8e54c12199b8449cb60b863e5]

INTEGRATION: CWS ause083 (1.5.246); FILE MERGED 2007/07/17 22:29:23 mba 1.5.246.1: #i79470#: ambiguous Reference class


2007-09-05  Kurt Zenker  <kz@openoffice.org>  [ac1722efb63b6303e810184e4dda316bf0aed435]

INTEGRATION: CWS ause083 (1.5.20); FILE MERGED 2007/07/17 22:14:36 mba 1.5.20.1: #i79470#: ambiguous Reference class


2007-09-05  Kurt Zenker  <kz@openoffice.org>  [8f12f4fb5630c006a826880ce98c219aa95c1ad9]

INTEGRATION: CWS ause083 (1.7.20); FILE MERGED 2007/07/17 22:14:36 mba 1.7.20.1: #i79470#: ambiguous Reference class


2007-09-05  Kurt Zenker  <kz@openoffice.org>  [fda36feff2c27b84cfa563ac132f25737507bfa4]

INTEGRATION: CWS ause083 (1.3.20); FILE MERGED 2007/07/23 11:36:57 hjs 1.3.20.2: RESYNC: (1.3-1.5); FILE MERGED 2007/07/17 22:15:20 mba 1.3.20.1: #i79470#: missing pch include


2007-09-05  Kurt Zenker  <kz@openoffice.org>  [91217e72b81d703530c17bc147d89e0df6f1131c]

INTEGRATION: CWS ause083 (1.2.112); FILE MERGED 2007/07/17 10:34:03 hjs 1.2.112.1: #i79470# remove need for activating defines


2007-09-05  Kurt Zenker  <kz@openoffice.org>  [ef896e1757dd290c83bbe6999d24fced5fe13cc2]

INTEGRATION: CWS ause083 (1.4.572); FILE MERGED 2007/07/17 10:34:03 hjs 1.4.572.1: #i79470# remove need for activating defines


2007-09-05  Kurt Zenker  <kz@openoffice.org>  [924092a6995d02513e625c1249eb115b1cc8c4d9]

INTEGRATION: CWS i18n37 (1.22.6); FILE MERGED 2007/09/03 18:27:39 khong 1.22.6.2: i8132 fixed a problem in skiping space for word breakiterator 2007/08/31 21:30:30 khong 1.22.6.1: i81158 fix skipping space problem


2007-08-31  Vladimir Glazounov  <vg@openoffice.org>  [74bdf32906823536537c85d1ae86cfb4aae213ec]

new version for SRC680


2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [9dfc131360cdd2636a7eca489a83b92087c1f33b]

INTEGRATION: CWS c05helpfix2_SRC680 (1.34.68); FILE MERGED 2007/08/21 09:26:00 pb 1.34.68.1: fix: #149941# writerweb and masterdoc now independent modules


2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [0648090d38464d3095aa7afddfc2fc6c67eb388f]

INTEGRATION: CWS c05helpfix2_SRC680 (1.2.148); FILE MERGED 2007/08/21 09:24:38 pb 1.2.148.1: fix: #149941# added E_SWEB and E_SGLOBAL to enum EModule


2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [c4d33bea264330db5f6136f973ee048eb0da8c74]

INTEGRATION: CWS tkr04 (1.2.72); FILE MERGED 2007/08/30 15:06:47 kso 1.2.72.2: #i80513# "Text =" ==> "Text [ en-US ] =" 2007/08/28 11:06:39 tkr 1.2.72.1: #i80513#: strange/old resource in the workben directory


2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [401c8f5666d52eabf5f79f1255bf40f79cb7f98f]

INTEGRATION: CWS thbpp8c_SRC680 (1.50.38); FILE MERGED 2007/08/29 14:59:02 thb 1.50.38.1: #i79850# Faking empty clip


2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [c6a8e3364eac64d9b9a4b348b32380959d3a47bf]

INTEGRATION: CWS atkbridge7_SRC680 (1.4.310); FILE MERGED 2007/08/17 12:00:49 obr 1.4.310.1: #i80589# add DEFUNCT state instead of returning NULL in ref_state_set


2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [fded6583d7579d05f4808869f617e48e582e9b82]

INTEGRATION: CWS thbpp8d_SRC680 (1.12.8); FILE MERGED 2007/08/30 10:44:46 thb 1.12.8.1: #i80779# Also repainting bitmaps to 2nd outdev


2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [326bdd18cf713496edb7682602f11c6b78c59f7a]

INTEGRATION: CWS c12v002_SRC680 (1.8.390); FILE MERGED 2007/03/12 13:53:11 pl 1.8.390.1: #b6453597# xembed for bean


2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [9945b4876654494192d75f065cf6a01f89ff3e3d]

INTEGRATION: CWS c12v002_SRC680 (1.50.10); FILE MERGED 2007/03/29 15:20:32 rt 1.50.10.2: RESYNC: (1.50-1.53); FILE MERGED 2007/03/12 13:57:29 pl 1.50.10.1: #b6453597# xembed for bean


2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [e8589521db00555d387c6bc59fa7e253b0aa90a8]

INTEGRATION: CWS c12v002_SRC680 (1.212.18); FILE MERGED 2007/03/30 15:35:47 pl 1.212.18.5: #b6453597# xembed in SetPluginParent 2007/03/30 09:06:01 pl 1.212.18.4: solve resync problem 2007/03/29 15:54:59 rt 1.212.18.3: RESYNC: (1.212-1.214); FILE MERGED 2007/03/12 14:02:38 pl 1.212.18.2: #b6453597# xembed for bean 2007/03/12 13:53:18 pl 1.212.18.1: #b6453597# xembed for bean


2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [ed20c883c2d0e0d81c14775903d7174aa756e7c6]

INTEGRATION: CWS c12v002_SRC680 (1.63.22); FILE MERGED 2007/03/29 15:51:26 rt 1.63.22.2: RESYNC: (1.63-1.64); FILE MERGED 2007/03/12 13:53:17 pl 1.63.22.1: #b6453597# xembed for bean


2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [db869e71cd09c7c2a0a6be60229c069aea3b27c7]

INTEGRATION: CWS c12v002_SRC680 (1.24.14); FILE MERGED 2007/03/29 15:49:44 rt 1.24.14.2: RESYNC: (1.24-1.25); FILE MERGED 2007/03/12 13:53:16 pl 1.24.14.1: #b6453597# xembed for bean


2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [56a7505cd2c7ae60633194e1334e575be9d3d621]

INTEGRATION: CWS c12v002_SRC680 (1.25.162); FILE MERGED 2007/03/12 13:53:15 pl 1.25.162.1: #b6453597# xembed for bean


2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [27604071e5c68faf2a0d1f635b9400ae0d644904]

INTEGRATION: CWS c12v002_SRC680 (1.51.14); FILE MERGED 2007/03/29 15:48:49 rt 1.51.14.2: RESYNC: (1.51-1.52); FILE MERGED 2007/03/12 13:53:15 pl 1.51.14.1: #b6453597# xembed for bean


2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [1886c7f9b8e56c59f19c70b11012869017929946]

INTEGRATION: CWS c12v002_SRC680 (1.38.38); FILE MERGED 2007/03/29 15:48:40 rt 1.38.38.2: RESYNC: (1.38-1.39.34.1); FILE MERGED 2007/03/12 13:53:14 pl 1.38.38.1: #b6453597# xembed for bean


2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [7d468d251f98825d861eb873aa0ab0b428db699f]

INTEGRATION: CWS c12v002_SRC680 (1.9.288); FILE MERGED 2007/04/16 13:52:34 jl 1.9.288.1: #b6453597# optimization breaks xembed behaviour on solaris, reason unknown


2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [a63527867d1adce9bc3c2725fb75170693f09a29]

INTEGRATION: CWS c12v002_SRC680 (1.56.34.1.14); FILE MERGED 2007/04/03 09:03:31 pl 1.56.34.1.14.7: #b6453597# set child framne flag also in SetPluginParent 2007/04/02 09:00:33 pl 1.56.34.1.14.6: #b6453597# fixed window position in plugin case after setting new parent 2007/04/02 08:52:44 pl 1.56.34.1.14.5: #b6453597# fix SetPluginParent for xembed 2007/03/30 09:06:01 pl 1.56.34.1.14.4: solve resync problem 2007/03/29 15:47:45 rt 1.56.34.1.14.3: RESYNC: (1.56.34.1-1.59); FILE MERGED 2007/03/12 14:02:37 pl 1.56.34.1.14.2: #b6453597# xembed for bean 2007/03/12 13:53:13 pl 1.56.34.1.14.1: #b6453597# xembed for bean


2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [400a8cdba1d449f5099294f994356baf829351e9]

INTEGRATION: CWS c12v002_SRC680 (1.16.182); FILE MERGED 2007/03/12 13:53:12 pl 1.16.182.1: #b6453597# xembed for bean


2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [98a4cef9354310cf6ccee4c39c1dc41e69df87aa]

INTEGRATION: CWS c12v002_SRC680 (1.5.82); FILE MERGED 2007/03/12 13:57:29 pl 1.5.82.1: #b6453597# xembed for bean


2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [00bac69a3350a9106199b1ad1bab80c657319e9e]

INTEGRATION: CWS c12v002_SRC680 (1.68.6); FILE MERGED 2007/03/29 15:20:40 rt 1.68.6.2: RESYNC: (1.68-1.71.14.1); FILE MERGED 2007/03/12 13:57:29 pl 1.68.6.1: #b6453597# xembed for bean


2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [87b1800dda98e0427be7ccefe80a9ee492bc767e]

INTEGRATION: CWS c12v002_SRC680 (1.24.208); FILE MERGED 2007/03/12 13:57:29 pl 1.24.208.1: #b6453597# xembed for bean


2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [bc97f7e929d612ac8ffd16a213fec2070c2ae95f]

INTEGRATION: CWS navorder (1.3.188); FILE MERGED 2007/07/25 09:31:15 af 1.3.188.2: #i68097# Added missing template declarations. 2007/07/05 09:50:02 af 1.3.188.1: #i68097# Added missing assignment operator.


2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [29f256d164be94aeae871aefaf5a3954cced222d]

INTEGRATION: CWS navorder (1.3.146); FILE MERGED 2007/07/05 09:50:44 af 1.3.146.1: #i68097# Added missing assignment operator.


2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [3f206922a030246f3dd61676661625477701143d]

INTEGRATION: CWS i18n36_SRC680 (1.10.2.1.2); FILE MERGED 2007/08/22 17:13:16 khong 1.10.2.1.2.1: i80921 fix Asian indexes problem


2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [83fbbc7032263456d1797f40af1df5476ef02f8d]

INTEGRATION: CWS i18n36_SRC680 (1.5.2.1.4); FILE MERGED 2007/08/22 17:13:16 khong 1.5.2.1.4.1: i80921 fix Asian indexes problem


2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [6d97286a82189a9cf413fc87703970cc0757735e]

INTEGRATION: CWS i18n36_SRC680 (1.5.20.1.2); FILE MERGED 2007/08/22 17:12:36 khong 1.5.20.1.2.1: i80841 fix hyphen line break problem


2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [7a43d9e42b89bb3d2ed27595466e0a4c4708156e]

INTEGRATION: CWS i18n36_SRC680 (1.21.2.1.2); FILE MERGED 2007/08/22 20:02:28 khong 1.21.2.1.2.2: i80923 fix infinite loop problem 2007/08/22 17:11:44 khong 1.21.2.1.2.1: i80923 fix a infinite loop


2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [26a8ff47148b144862f55f0f2f8874f500406996]

INTEGRATION: CWS impress128_SRC680 (1.77.10); FILE MERGED 2007/08/17 14:35:42 cl 1.77.10.1: #i80543# temporarely disable native widgets if a control is drawn on a vdev


2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [413097c97e5444b16a9f2ce354d206dd212482d0]

INTEGRATION: CWS np1 (1.1.2); FILE ADDED 2007/07/16 08:56:40 np 1.1.2.3: #i76768# adding safe_bool to heap_ptr; removing unnecessary stuff from test files. 2007/04/27 16:37:41 np 1.1.2.2: #i76769# 2007/04/27 16:24:28 np 1.1.2.1: #76768#


2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [38f6b0c029465c434eede9b619b1cae336366759]

INTEGRATION: CWS np1 (1.1.2); FILE ADDED 2007/07/16 08:56:40 np 1.1.2.2: #i76768# adding safe_bool to heap_ptr; removing unnecessary stuff from test files. 2007/04/27 16:24:18 np 1.1.2.1: #76768#


2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [540c73a2a5e65fb198e193953eba369b11f104be]

INTEGRATION: CWS np1 (1.1.2); FILE ADDED 2007/07/16 09:23:52 thb 1.1.2.1: #i76768# Aligned naming conventions to other tests; removed senseless namespace


2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [9f7079d9c8eb3dfc31bcd823ee3366ad01bdb8da]

INTEGRATION: CWS np1 (1.2.4); FILE MERGED 2007/07/16 09:23:52 thb 1.2.4.2: #i76768# Aligned naming conventions to other tests; removed senseless namespace 2007/04/27 16:38:22 np 1.2.4.1: #i76768#, #i76769#


2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e38cc412ff8eef1dbd2f7a243a5abe844c1bdafa]

INTEGRATION: CWS np1 (1.1.2); FILE ADDED 2007/07/16 09:22:22 np 1.1.2.3: Align format of internal header guard defines 2007/07/11 14:41:39 np 1.1.2.2: #i76769# 2007/04/27 16:36:44 np 1.1.2.1: #i76769#


2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [d608f5a30f8b29579a869212b918ed32c48c6576]

INTEGRATION: CWS np1 (1.1.2); FILE ADDED 2007/07/16 09:22:22 np 1.1.2.4: Align format of internal header guard defines 2007/07/16 09:07:26 thb 1.1.2.3: #i76768# Aligned header guards and whitespace to local conventions 2007/07/16 08:56:39 np 1.1.2.2: #i76768# adding safe_bool to heap_ptr; removing unnecessary stuff from test files. 2007/04/27 16:26:17 np 1.1.2.1: #76768#


2007-08-17  Vladimir Glazounov  <vg@openoffice.org>  [5b2189d46347c60c708edcb07b08b5080f5b81ac]

new version for OOG680


2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [b30fee7c4a05aedcbc24b6ab2142e780996fc0e5]

INTEGRATION: CWS i18n34 (1.10.4); FILE MERGED 2007/08/13 22:33:38 khong 1.10.4.1: i86439 fix surrogate characters handling issues


2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [121c6dc790c82b707433f54df2a58215214b7331]

INTEGRATION: CWS i18n34 (1.5.4); FILE MERGED 2007/08/13 22:33:38 khong 1.5.4.1: i86439 fix surrogate characters handling issues


2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [2aef20151cc50d94559d707cb2b70aed6ad7837f]

INTEGRATION: CWS i18n34 (1.11.4); FILE MERGED 2007/08/13 22:33:38 khong 1.11.4.1: i86439 fix surrogate characters handling issues


2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [8a7aa237a4b99f71dbfbc236ea0f316ca63eaaf0]

INTEGRATION: CWS i18n34 (1.5.22); FILE MERGED 2007/08/13 22:26:12 khong 1.5.22.1: i80548 i80645 fix dash and backslash issues in line breakiterator


2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [a209ca26a9df3eed857533bc22a034ae6f5804ff]

INTEGRATION: CWS i18n34 (1.15.4); FILE MERGED 2007/08/13 22:33:38 khong 1.15.4.1: i86439 fix surrogate characters handling issues


2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [6f36aaa95cf48deda1e94128e91e5d2cdff1aa2a]

INTEGRATION: CWS i18n34 (1.31.4); FILE MERGED 2007/08/13 22:33:37 khong 1.31.4.1: i86439 fix surrogate characters handling issues


2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [31032bfe5c06bdca44e298e3c814607fde35b35a]

INTEGRATION: CWS i18n34 (1.21.4); FILE MERGED 2007/08/14 08:38:53 khong 1.21.4.2: i86439 fix surrogate characters handling issues 2007/08/13 22:33:37 khong 1.21.4.1: i86439 fix surrogate characters handling issues


2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [6d69a677e7979e8b5a1ec515b2610e0c38edde9d]

INTEGRATION: CWS localisation21 (1.46.6); FILE MERGED 2007/08/08 13:11:50 ihi 1.46.6.2: #i80440# new tmpl file 2007/08/02 13:26:24 ihi 1.46.6.1: #i80266# New entry added


2007-08-08  Vladimir Glazounov  <vg@openoffice.org>  [b1d1b94465741e90ba9ccefac11f41927e3ab0c1]

new version for OOG680


2007-08-08  Vladimir Glazounov  <vg@openoffice.org>  [01f732e92574abf089bdaddd54991cf804034789]

new version for OOG680


2007-08-03  Vladimir Glazounov  <vg@openoffice.org>  [0bf0f004f62b6a355972ae0399cc2b330fda0558]

new version for SRC680


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [808135fc6145d258bfd6b8e8ab673eaf829a3df7]

INTEGRATION: CWS aquavcl02 (1.144.12); FILE MERGED 2007/07/31 09:22:40 pjanik 1.144.12.2: RESYNC: (1.144-1.145); FILE MERGED 2007/07/13 11:50:26 pl 1.144.12.1: #i79581# optional immediate paint handling


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [02f0248b579d842ae4b4897da2a2796c81a58e9f]

INTEGRATION: CWS aquavcl02 (1.17.630); FILE MERGED 2007/07/13 07:01:12 hdu 1.17.630.1: #i79567# the Aqua port uses the native font subsystem


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c11ef31cba1d33ff112e3c7072ca849959229a6]

INTEGRATION: CWS aquavcl02 (1.216.10); FILE MERGED 2007/07/13 11:50:25 pl 1.216.10.1: #i79581# optional immediate paint handling


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [707c5b8ec7fe6c60e2353bc4c5aa60d2a6578d93]

INTEGRATION: CWS aquavcl02 (1.40.12); FILE MERGED 2007/07/13 11:50:25 pl 1.40.12.1: #i79581# optional immediate paint handling


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a89e7c9bacc38c8cb811987b4006e9ee4bc4c47]

INTEGRATION: CWS aquavcl02 (1.2.2); FILE MERGED 2007/07/31 09:49:38 pjanik 1.2.2.1: #i10000#: Adapt to latest changes.


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dafdba2fdc7af5a15463546fe8e54a9000079918]

INTEGRATION: CWS aquavcl02 (1.64.12); FILE MERGED 2007/07/31 09:18:04 pjanik 1.64.12.2: RESYNC: (1.64-1.65); FILE MERGED 2007/07/13 11:50:25 pl 1.64.12.1: #i79581# optional immediate paint handling


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1194ce9c84a021b35dbbe53626330b3196d84342]

INTEGRATION: CWS aquavcl02 (1.112.236); FILE MERGED 2007/07/31 09:17:07 pjanik 1.112.236.6: RESYNC: (1.115-1.116); FILE MERGED 2007/07/16 16:20:05 pjanik 1.112.236.5: RESYNC: (1.114-1.115); FILE MERGED 2007/07/13 11:10:10 pl 1.112.236.4: #i79581# optional immediate paint handling 2007/07/11 10:51:23 pjanik 1.112.236.3: RESYNC: (1.112-1.114); FILE MERGED 2007/07/03 07:49:50 pl 1.112.236.2: make debug window work on mac again 2007/07/02 11:53:50 pl 1.112.236.1: join from aquavcl01


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c19d36e6c81041ec812674184f0dd52b77ece139]

INTEGRATION: CWS aquavcl02 (1.258.68); FILE MERGED 2007/07/31 09:16:48 pjanik 1.258.68.4: RESYNC: (1.260-1.261); FILE MERGED 2007/07/12 17:50:22 pl 1.258.68.3: #i79300# change in DrawProgress API, SetBorderStyle can remove border window, removed a now unneeded workaround (flush in ImplCallPaint) 2007/07/11 10:51:16 pjanik 1.258.68.2: RESYNC: (1.258-1.260); FILE MERGED 2007/07/02 11:53:50 pl 1.258.68.1: join from aquavcl01


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d2700134de7110bfba409f9c58035474e1f71d2]

INTEGRATION: CWS aquavcl02 (1.21.264); FILE MERGED 2007/07/31 09:16:14 pjanik 1.21.264.9: RESYNC: (1.23-1.24); FILE MERGED 2007/07/13 11:39:01 pl 1.21.264.8: fix a warning on Windows 2007/07/12 17:50:22 pl 1.21.264.7: #i79300# change in DrawProgress API, SetBorderStyle can remove border window, removed a now unneeded workaround (flush in ImplCallPaint) 2007/07/11 18:38:00 pl 1.21.264.6: #i79487# be more lenient to themes that draw outside their defined box 2007/07/11 17:14:32 pl 1.21.264.5: #i79487# improve native progress bar 2007/07/11 10:51:12 pjanik 1.21.264.4: RESYNC: (1.21-1.23); FILE MERGED 2007/07/06 09:01:57 pl 1.21.264.3: #i79300# no surrounding frame for NWF progress bar 2007/07/05 19:59:11 pl 1.21.264.2: #i79300# support NWF for progress bars 2007/07/02 11:53:50 pl 1.21.264.1: join from aquavcl01


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c326000faa70973aa12a9691f75bd39fd26ce97]

INTEGRATION: CWS aquavcl02 (1.15.12); FILE MERGED 2007/07/18 17:29:35 isma87 1.15.12.1: #i79764 add native borders


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8973544a4e4d5599c1c0ae80623550a3d91f5d1]

INTEGRATION: CWS aquavcl02 (1.28.46); FILE MERGED 2007/07/31 09:14:34 pjanik 1.28.46.6: RESYNC: (1.29-1.30); FILE MERGED 2007/07/18 18:09:21 pl 1.28.46.5: #i79475# enhance NWF focus for comboboxes 2007/07/18 08:23:27 pl 1.28.46.4: #i79475# disable NWF focus drawing on dropdown boxes temporarily 2007/07/17 14:28:30 pl 1.28.46.3: #i79475# enable native focus drawing for edit fields 2007/07/11 10:50:59 pjanik 1.28.46.2: RESYNC: (1.28-1.29); FILE MERGED 2007/07/08 19:57:13 isma87 1.28.46.1: add native EditBox, MultiLineEditBox and non-dropdown Listbox


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad9607738e24aa7c633196d93c2fc332fbdf7305]

INTEGRATION: CWS aquavcl02 (1.30.76); FILE MERGED 2007/07/31 09:50:37 pjanik 1.30.76.6: #i10000#: Header was moved to vcl/ subdirectory. 2007/07/11 10:50:49 pjanik 1.30.76.5: RESYNC: (1.30-1.31); FILE MERGED 2007/07/10 12:31:05 isma87 1.30.76.4: fix focused rightmost tab not being recognized as rightmost 2007/07/10 11:55:08 pl 1.30.76.3: no focus rect for native tab control on aqua 2007/07/06 11:11:23 isma87 1.30.76.2: center tabs and ask for native size 2007/07/06 10:57:26 isma87 1.30.76.1: remove bold text for focused tab


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [30e27e496d902871103f124f300aa55485a813e2]

INTEGRATION: CWS aquavcl02 (1.23.264); FILE MERGED 2007/07/11 10:50:46 pjanik 1.23.264.2: RESYNC: (1.23-1.24); FILE MERGED 2007/07/09 09:44:51 isma87 1.23.264.1: add native spinbox


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9898ee5cf81b589fd2cae7ec12da337aec02e68e]

INTEGRATION: CWS aquavcl02 (1.86.12); FILE MERGED 2007/07/31 09:08:22 pjanik 1.86.12.2: RESYNC: (1.86-1.87); FILE MERGED 2007/07/17 14:28:30 pl 1.86.12.1: #i79475# enable native focus drawing for edit fields


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [421ba857dc1f28864bb94d59b1e3baffbc893a44]

INTEGRATION: CWS aquavcl02 (1.42.12); FILE MERGED 2007/07/31 13:01:18 pl 1.42.12.3: fix a compiler warning 2007/07/31 09:08:16 pjanik 1.42.12.2: RESYNC: (1.42-1.43); FILE MERGED 2007/07/18 18:09:21 pl 1.42.12.1: #i79475# enhance NWF focus for comboboxes


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [01697293c3ab036b9aefddc99a910e6abd89cf7c]

INTEGRATION: CWS aquavcl02 (1.4.262); FILE MERGED 2007/07/12 14:23:04 hdu 1.4.262.2: #i78358# handle aqua's AppleEvents immediately in the SVMainHook 2007/07/02 11:53:48 pl 1.4.262.1: join from aquavcl01


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7af1ca9063a1331a6b13feeeab1335a6a640ccc]

INTEGRATION: CWS aquavcl02 (1.2.98); FILE MERGED 2007/07/12 17:50:22 pl 1.2.98.1: #i79300# change in DrawProgress API, SetBorderStyle can remove border window, removed a now unneeded workaround (flush in ImplCallPaint)


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3dda2b43b4bf2bb54e384628956cc609669c303b]

INTEGRATION: CWS aquavcl02 (1.2.98); FILE MERGED 2007/07/06 11:11:22 isma87 1.2.98.1: center tabs and ask for native size


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1dcc465c0da1d0d56b648a00d49100b60983681]

INTEGRATION: CWS aquavcl02 (1.3.76); FILE MERGED 2007/07/11 17:14:31 pl 1.3.76.4: #i79487# improve native progress bar 2007/07/06 11:11:22 isma87 1.3.76.3: center tabs and ask for native size 2007/07/06 10:57:26 isma87 1.3.76.2: remove bold text for focused tab 2007/07/02 11:53:48 pl 1.3.76.1: join from aquavcl01


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7fe0ad73efed68b0bc8aaa6775560e1addbb989]

INTEGRATION: CWS aquavcl02 (1.2.98); FILE MERGED 2007/07/13 11:10:10 pl 1.2.98.2: #i79581# optional immediate paint handling 2007/07/02 11:53:48 pl 1.2.98.1: join from aquavcl01


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4105bee498a6463f92d51f298b01e268ecaa036]

INTEGRATION: CWS aquavcl02 (1.2.98); FILE MERGED 2007/07/18 17:29:34 isma87 1.2.98.3: #i79764 add native borders 2007/07/05 19:59:11 pl 1.2.98.2: #i79300# support NWF for progress bars 2007/07/02 11:53:48 pl 1.2.98.1: join from aquavcl01


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [20471f48d35edfefddef6ef5e795b1386b219dd0]

INTEGRATION: CWS aquavcl02 (1.2.2); FILE MERGED 2007/07/31 09:48:10 pjanik 1.2.2.1: Bring back changes from removed inc/brdwin.hxx.


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5649d33184fc23750c927042c19ab029d13d891e]

INTEGRATION: CWS aquavcl02 (1.48.242); FILE MERGED 2007/08/01 13:19:00 pl 1.48.242.11: #i78983# disable mapping for languages that currently are not proven to profit from it, map cleanup 2007/07/28 03:18:46 ekato 1.48.242.10: #i78983# get theme fonts for ui language 2007/07/17 01:34:53 ekato 1.48.242.9: Use SAL_EXTTEXTINPUT_ATTR_HIGHLIGHT instead of SAL_EXTTEXTINPUT_ATTR_DOTTEDUNDERLINE for kTSMHiliteSelectedRawText. 2007/07/13 14:39:33 pl 1.48.242.8: #i79599# do not send useless paint events and fix an endless recursion 2007/07/13 11:10:10 pl 1.48.242.7: #i79581# optional immediate paint handling 2007/07/11 11:17:11 pjanik 1.48.242.6: #i10000#: Adapt VCL header paths. 2007/07/11 10:50:30 pjanik 1.48.242.5: RESYNC: (1.48-1.50); FILE MERGED 2007/07/10 17:04:21 ericb 1.48.242.4: #i79447# allow to use System Preferences colors for highlighted text 2007/07/06 14:27:22 pl 1.48.242.3: #i79068# RTL mirroring 2007/07/03 08:46:27 pl 1.48.242.2: #i78943# disable drawing mnemonics on aqua 2007/07/02 11:53:47 pl 1.48.242.1: join from aquavcl01


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [49a4d464354a54a92284e76e520f1787ab6660cc]

INTEGRATION: CWS aquavcl02 (1.17.262); FILE MERGED 2007/07/11 10:50:26 pjanik 1.17.262.3: RESYNC: (1.17-1.19); FILE MERGED 2007/07/10 08:14:43 pl 1.17.262.2: #i79424# reuse colorspace 2007/07/02 11:53:46 pl 1.17.262.1: join from aquavcl01


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f983b626589bc4230f0c584b181f68f4234cab61]

INTEGRATION: CWS aquavcl02 (1.1.4); FILE MERGED 2007/07/21 12:51:11 isma87 1.1.4.16: #i79748 add RTL support to tabs 2007/07/18 18:09:20 pl 1.1.4.15: #i79475# enhance NWF focus for comboboxes 2007/07/18 17:40:18 isma87 1.1.4.14: #i79765 add native check marks and radio marks to menus 2007/07/18 17:29:34 isma87 1.1.4.13: #i79764 add native borders 2007/07/17 14:28:30 pl 1.1.4.12: #i79475# enable native focus drawing for edit fields 2007/07/16 12:10:05 ericb 1.1.4.11: #i77549# simplify 2007/07/10 12:42:35 pl 1.1.4.10: #i79441# add a similar magic to window background like for menus 2007/07/09 12:17:05 pl 1.1.4.9: #i79402# fix some overpaint issues 2007/07/09 09:44:51 isma87 1.1.4.8: add native spinbox 2007/07/08 19:57:13 isma87 1.1.4.7: add native EditBox, MultiLineEditBox and non-dropdown Listbox 2007/07/08 13:05:32 isma87 1.1.4.6: AHIG dimensions for comboboxes and listboxes, and add disabled state for listboxes 2007/07/06 11:06:20 isma87 1.1.4.5: add aqua tabs 2007/07/06 09:01:57 pl 1.1.4.4: #i79300# no surrounding frame for NWF progress bar 2007/07/05 19:59:11 pl 1.1.4.3: #i79300# support NWF for progress bars 2007/07/02 11:53:46 pl 1.1.4.2: join from aquavcl01 2006/08/21 15:20:17 pl 1.1.4.1: file salnativewidgets.cxx was added on branch cws_src680_aquavcl02 on 2007-07-02 11:53:46 +0000


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [550eac84c08f525138f5181fa09fd85b141267f0]

INTEGRATION: CWS aquavcl02 (1.8.262); FILE MERGED 2007/07/11 10:50:18 pjanik 1.8.262.3: RESYNC: (1.8-1.10); FILE MERGED 2007/07/10 08:14:43 pl 1.8.262.2: #i79424# reuse colorspace 2007/07/02 11:53:46 pl 1.8.262.1: join from aquavcl01


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d61b1a7f5a8350c403d4856799f75faa36301d12]

INTEGRATION: CWS aquavcl02 (1.60.262); FILE MERGED 2007/07/17 08:31:51 ekato 1.60.262.7: #i78970# Mac-Encoding test for the heuristic with CJK fonts 2007/07/12 19:47:12 pl 1.60.262.6: #i79300# better refresh rectangles 2007/07/11 10:50:15 pjanik 1.60.262.5: RESYNC: (1.60-1.63); FILE MERGED 2007/07/10 08:14:42 pl 1.60.262.4: #i79424# reuse colorspace 2007/07/06 13:24:13 pl 1.60.262.3: fix drawAlphaRect for LineColor 2007/07/02 14:03:45 hdu 1.60.262.2: #i78970# CJK fonts require extra leading 2007/07/02 11:53:46 pl 1.60.262.1: join from aquavcl01


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7737d6309493b727ca8ecba44cd4f0abcc0f1642]

INTEGRATION: CWS aquavcl02 (1.24.262); FILE MERGED 2007/07/11 10:50:02 pjanik 1.24.262.5: RESYNC: (1.24-1.27); FILE MERGED 2007/07/10 08:50:14 pl 1.24.262.4: #i79424# use an image mask instead of an image to support native menus, too 2007/07/10 08:14:42 pl 1.24.262.3: #i79424# reuse colorspace 2007/07/10 07:48:47 pl 1.24.262.2: #i79424# new implmentation for CreateWithMask 2007/07/02 11:53:46 pl 1.24.262.1: join from aquavcl01


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [010d6e2aa2e3f5bd795e32a4a3f159cda138af6a]

INTEGRATION: CWS aquavcl02 (1.1.4); FILE MERGED 2007/07/19 14:01:43 ekato 1.1.4.5: #i79737# fix incorrect spacing with punctuations 2007/07/12 19:47:11 pl 1.1.4.4: #i79300# better refresh rectangles 2007/07/11 11:17:34 pjanik 1.1.4.3: #i10000#: Adapt VCL header paths. 2007/07/02 11:53:46 pl 1.1.4.2: join from aquavcl01 2006/07/28 18:49:40 pl 1.1.4.1: file salatslayout.cxx was added on branch cws_src680_aquavcl02 on 2007-07-02 11:53:46 +0000


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e571bfaa56b7e0b7fa5ca0ff88814c06b966ed6f]

INTEGRATION: CWS aquavcl02 (1.34.262); FILE MERGED 2007/07/22 16:41:26 pjanik 1.34.262.14: Whitespace cleanup. 2007/07/13 08:27:49 hdu 1.34.262.13: #i78358# queue new application events also while handling old application events 2007/07/12 19:31:22 ericb 1.34.262.12: #i79553# add TPT in AquaSalInstance constructor to make testtool receive events + put it in foreground 2007/07/12 14:30:37 hdu 1.34.262.11: #i78358# handle only one delayed AppleEvent at a time 2007/07/12 14:23:03 hdu 1.34.262.10: #i78358# handle aqua's AppleEvents immediately in the SVMainHook 2007/07/11 17:14:31 pl 1.34.262.9: #i79487# improve native progress bar 2007/07/11 11:18:15 pjanik 1.34.262.8: #i10000#: Adapt VCL header paths. 2007/07/11 10:49:53 pjanik 1.34.262.7: RESYNC: (1.34-1.37); FILE MERGED 2007/07/06 11:11:22 isma87 1.34.262.6: center tabs and ask for native size 2007/07/06 10:57:26 isma87 1.34.262.5: remove bold text for focused tab 2007/07/05 14:08:47 hdu 1.34.262.4: #i78358# Aqua AppleEvents: handle multiple open/print files at once 2007/07/05 11:07:18 hdu 1.34.262.3: #i78358# handle AppleEvents: OpenDoc and PrintDoc 2007/07/03 15:40:49 hdu 1.34.262.2: #i78358# handle AppleEvents: AEQuitApplication 2007/07/02 11:53:45 pl 1.34.262.1: join from aquavcl01


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [db75088810f1e9b1bb8221bcc99c83d2d6390d5e]

INTEGRATION: CWS aquavcl02 (1.1.4); FILE MERGED 2007/07/09 12:17:04 pl 1.1.4.7: #i79402# fix some overpaint issues 2007/07/09 09:44:50 isma87 1.1.4.6: add native spinbox 2007/07/08 19:57:12 isma87 1.1.4.5: add native EditBox, MultiLineEditBox and non-dropdown Listbox 2007/07/08 13:05:31 isma87 1.1.4.4: AHIG dimensions for comboboxes and listboxes, and add disabled state for listboxes 2007/07/06 11:06:19 isma87 1.1.4.3: add aqua tabs 2007/07/02 11:53:44 pl 1.1.4.2: join from aquavcl01 2007/02/04 17:19:51 pl 1.1.4.1: file salnativewidgets.h was added on branch cws_src680_aquavcl02 on 2007-07-02 11:53:44 +0000


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [285f13862d4d76382f1f95490a500a027c9186c6]

INTEGRATION: CWS aquavcl02 (1.28.630); FILE MERGED 2007/07/17 08:31:51 ekato 1.28.630.5: #i78970# Mac-Encoding test for the heuristic with CJK fonts 2007/07/11 10:49:31 pjanik 1.28.630.4: RESYNC: (1.28-1.31); FILE MERGED 2007/07/10 08:14:42 pl 1.28.630.3: #i79424# reuse colorspace 2007/07/02 14:03:45 hdu 1.28.630.2: #i78970# CJK fonts require extra leading 2007/07/02 11:53:44 pl 1.28.630.1: join from aquavcl01


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [da2db934267b2fe0d26a00a484a5d82554add886]

INTEGRATION: CWS aquavcl02 (1.12.630); FILE MERGED 2007/07/11 10:49:22 pjanik 1.12.630.3: RESYNC: (1.12-1.14); FILE MERGED 2007/07/10 08:14:42 pl 1.12.630.2: #i79424# reuse colorspace 2007/07/02 11:53:44 pl 1.12.630.1: join from aquavcl01


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f42fb40fb0d915c669ea7fc2218c82e5f669b32]

INTEGRATION: CWS aquavcl02 (1.3.248); FILE MERGED 2007/07/12 17:53:41 pl 1.3.248.1: #i79300# native progress


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d1ea16dd2230d659f2fe6e3c002656a0a4d586c]

INTEGRATION: CWS hcicons (1.12.248); FILE MERGED 2007/07/23 10:36:52 fs 1.12.248.2: RESYNC: (1.12-1.13); FILE MERGED 2007/06/08 13:34:44 pb 1.12.248.1: fix: #146850# static DrawEx() added


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0be19c6dd33f20fd983f1303295d2bf297cd2499]

INTEGRATION: CWS hcicons (1.2.94); FILE MERGED 2007/07/02 08:49:30 fs 1.2.94.1: #i10000# manual resync of a file which moved herein from ..


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae715605541e13a2e63634d737eb659194d89039]

INTEGRATION: CWS swa11y01 (1.6.30); FILE MERGED 2007/07/21 13:27:06 pb 1.6.30.3: #i71744# #i72262# warnings on linux removed 2007/07/20 12:25:41 obr 1.6.30.2: #i71744# more details for strikethrough attribute 2007/07/20 11:44:13 obr 1.6.30.1: #i72262# changed unit of measure for margins


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4058991b29a719b6c7ca4a3a5904c1a149b19dcc]

INTEGRATION: CWS swa11y01 (1.30.36); FILE MERGED 2007/07/20 21:04:13 pb 1.30.36.3: RESYNC: (1.30-1.31); FILE MERGED 2007/06/18 14:09:03 bm 1.30.36.2: #i73746# avoid ACTIVE_DESCENDANT event when transient children are disabled 2007/06/12 16:12:23 bm 1.30.36.1: #i73746# setting for disabled transient accessible children must be set in CTOR not in a method that is called after construction


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f12ba09b0df68ff5ced75ce0466defc823aa471e]

INTEGRATION: CWS swa11y01 (1.22.36); FILE MERGED 2007/07/20 21:04:04 pb 1.22.36.2: RESYNC: (1.22-1.23); FILE MERGED 2007/06/18 14:09:03 bm 1.22.36.1: #i73746# avoid ACTIVE_DESCENDANT event when transient children are disabled


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [984ad57412cbd5eec5db456bdcc96f959bef3ecf]

INTEGRATION: CWS swa11y01 (1.3.36); FILE MERGED 2007/06/12 16:11:37 bm 1.3.36.1: #i73746# setting for disabled transient accessible children must be set in CTOR not in a method that is called after construction


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [babf1a3f0dc3fdff5eaaa49ac64c9b069f442de6]

INTEGRATION: CWS cmcfixes35 (1.10.68); FILE MERGED 2007/07/03 10:42:40 cmc 1.10.68.1: #i79143# double double free failed fopened files


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e347377a93207ab7420d806be4aed9f8471ba91]

INTEGRATION: CWS cmcfixes35 (1.10.38); FILE MERGED 2007/07/24 09:58:58 cmc 1.10.38.1: #i79234# release memory correctly


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7eb4e71a3a0fad7abf963a290254a869ff55159d]

INTEGRATION: CWS cmcfixes35 (1.8.68); FILE MERGED 2007/07/03 10:42:40 cmc 1.8.68.1: #i79143# double double free failed fopened files


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4798d997c8d1a4050aa9a5b8e2470bdeaabc15e]

INTEGRATION: CWS cmcfixes35 (1.9.20); FILE MERGED 2007/07/06 12:18:35 cmc 1.9.20.1: #i79003# new[] vs delete


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd8ba5c78b7eb2d1f94f25cce3cb59ed125f6012]

INTEGRATION: CWS cmcfixes35 (1.18.20); FILE MERGED 2007/07/06 11:40:39 cmc 1.18.20.1: #i79002# expand to fit values being tested for


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a41169db5bc4b7a319680eec953dcd7585971dc3]

INTEGRATION: CWS pj83 (1.215.102); FILE MERGED 2007/07/09 13:54:26 pjanik 1.215.102.2: RESYNC: (1.215-1.216); FILE MERGED 2007/06/27 20:10:34 pjanik 1.215.102.1: #i68019#: Workaround Apple X11 bug: expose when the move was moved to  the screen when offscreen before.


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6a435a0f8a13e8e676f8d81fdd119330d5066d2]

INTEGRATION: CWS pj83 (1.25.2); FILE MERGED 2007/07/31 15:42:50 thb 1.25.2.1: #i80150# Applied er's patch to make this build for gcc3.3 again


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d84d85c8006278f00f6666361d633ab1d965e510]

INTEGRATION: CWS cmcfixes35 (1.13.100); FILE MERGED 2007/07/05 12:57:22 cmc 1.13.100.2: RESYNC: (1.13-1.14); FILE MERGED 2007/07/02 14:19:41 cmc 1.13.100.1: #i79089# missing delete


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c99ee5d89ee7058874ea3b72ff690d4cb203f057]

INTEGRATION: CWS cmcfixes35 (1.13.100); FILE MERGED 2007/07/05 12:59:20 cmc 1.13.100.2: RESYNC: (1.13-1.14); FILE MERGED 2007/07/03 15:50:01 cmc 1.13.100.1: #i79172# avoid double free


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cef66d1b281131bf3146eabae9bfa7ea1d16be5]

INTEGRATION: CWS pj83 (1.3.212); FILE MERGED 2007/06/27 20:13:31 pjanik 1.3.212.1: #i74894#: Cleanup inv, so it doesn't crash at exit.


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b8a3093c85dfa0e8dcf6a96c2f1d7d8c0085080]

INTEGRATION: CWS pj83 (1.9.18); FILE MERGED 2007/08/01 18:58:52 pjanik 1.9.18.4: Whitespace change removed. 2007/07/30 17:19:36 pjanik 1.9.18.3: #i10000#: Oops. 2007/07/30 14:35:42 pjanik 1.9.18.2: #i74894#: Quit only when running as separate application. 2007/06/27 20:14:58 pjanik 1.9.18.1: #i74894#: Cleanup inv, so it doesn't crash at exit.


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4de1cec9f51aa24e868a6cd1883857ff8fa3382]

INTEGRATION: CWS pj83 (1.2.30); FILE MERGED 2007/07/31 15:43:21 thb 1.2.30.1: #i80150# Applied er's patch to make this build for gcc3.3 again


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0449c5a98beaeb4dd62f62cc3a058b8870b044cd]

INTEGRATION: CWS cmcfixes35 (1.28.114); FILE MERGED 2007/06/29 10:57:47 cmc 1.28.114.1: #i79007# wmf: make deletes match news


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa5ece18a991652978d4d435580673443ed0f00b]

INTEGRATION: CWS cmcfixes35 (1.33.188); FILE MERGED 2007/06/29 10:57:47 cmc 1.33.188.1: #i79007# wmf: make deletes match news


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e3ef293d65379e0e06a88eea717d78e71ebf7d1]

INTEGRATION: CWS cmcfixes35 (1.8.210); FILE MERGED 2007/07/23 09:28:53 cmc 1.8.210.3: RESYNC: (1.9-1.10); FILE MERGED 2007/07/05 11:01:56 cmc 1.8.210.2: RESYNC: (1.8-1.9); FILE MERGED 2007/07/02 14:27:22 cmc 1.8.210.1: #i79092# make delete match new


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [89f0ec6576db097d5d6ba4969f06ce858a458625]

INTEGRATION: CWS pj83 (1.9.34); FILE MERGED 2007/07/30 07:54:23 pjanik 1.9.34.2: #i79492#: Walk over buttons and pages properly. Patch by fs. 2007/07/16 07:34:37 fs 1.9.34.1: #i79492# provided by pjanik@openoffice.org: prevent button/page leakage


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ed0e2ebd82f695dc1a2a11e977433a68945ac99]

INTEGRATION: CWS pj83 (1.27.2); FILE MERGED 2007/07/31 20:02:34 thb 1.27.2.2: RESYNC: (1.27-1.29); FILE MERGED 2007/07/31 15:40:29 thb 1.27.2.1: #i80150# Applied er's patch to make this build for gcc3.3 again


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fa6a74fa113c7a49440a664f1db70682e08a922]

INTEGRATION: CWS thbpp8 (1.21.6); FILE MERGED 2007/07/22 23:35:58 thb 1.21.6.7: RESYNC: (1.21-1.22); FILE MERGED 2007/07/17 08:54:03 thb 1.21.6.6: #i75339# Reverted fix here - the root cause is in vclcanvas, as the transformation already contains correct negative scale here. 2007/07/16 15:44:36 thb 1.21.6.5: #i76029# Moved setting of pref map mode, to make state transform matrix reflect true scale factor of EPS 2007/07/14 21:31:03 thb 1.21.6.4: #i75339# Keeping negative sizes to maintain correct bitmap position 2007/07/12 20:02:23 thb 1.21.6.3: #i75339# Respecting output mirror for BMP meta actions - fix courtesy to liujl 2007/07/05 14:31:31 thb 1.21.6.2: #i51150# Still need dummy impl for the actions to prevent assertions 2007/07/05 14:08:11 thb 1.21.6.1: #i51150# Handling OutputDevice::GetDigitLanguage() when outputting text on XCanvas. Fix courtesy of liujl


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [267add46c8354ee12a5640889c4806e8c9b2d699]

INTEGRATION: CWS thbpp8 (1.10.42); FILE MERGED 2007/07/05 09:57:58 thb 1.10.42.1: #i79079# Moved resource dealloc to correct place


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [676647c96ae0c018e57f71de0319735c9e0d6bb4]

INTEGRATION: CWS thbpp8 (1.33.216); FILE MERGED 2007/07/16 15:04:22 thb 1.33.216.1: #i73608# Catching the case start==end during import. WMF interprets this as a close circle, OutputDevice as an empty one


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [25ae445ee9933f9d44b93fa878e9cf84d353fc1c]

INTEGRATION: CWS thbpp8 (1.34.200); FILE MERGED 2007/07/16 18:51:48 thb 1.34.200.2: #i73608# Fixed typo 2007/07/16 15:04:22 thb 1.34.200.1: #i73608# Catching the case start==end during import. WMF interprets this as a close circle, OutputDevice as an empty one


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0c0eda6c90a7f412b522305f26c24ddd99930d1]

INTEGRATION: CWS thbpp8 (1.10.46); FILE MERGED 2007/07/22 22:10:54 thb 1.10.46.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/17 08:52:44 thb 1.10.46.1: #i75339# Avoid duplicate mirroring (GraphicObject already mirrors according to negative sizes)


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [29f046f5fc4e016ef856f88bca3066a789c19f35]

INTEGRATION: CWS rpt23fix02 (1.5.12); FILE MERGED 2007/07/24 09:45:44 oj 1.5.12.1: #i79794# correct class id for report definition


2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8a06d0b0cb65000ff7f03d07953196ee14ae9ba]

INTEGRATION: CWS ab34 (1.30.18); FILE MERGED 2007/07/25 10:05:38 ab 1.30.18.1: #i80019# Fixed ID conflict


2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5fe81945a0b7942fbaa2ad79d71d20c5dc44ac6]

INTEGRATION: CWS impress123 (1.37.98); FILE MERGED 2007/07/12 17:01:25 cl 1.37.98.2: RESYNC: (1.37-1.38); FILE MERGED 2007/07/12 07:50:33 cl 1.37.98.1: #i78659# AnyInput now also honors move and resize events for paint


2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a748cd97e8f4a37612519387360d589dd7d23d58]

INTEGRATION: CWS impress123 (1.15.122); FILE MERGED 2007/07/12 16:18:37 cl 1.15.122.2: RESYNC: (1.15-1.16); FILE MERGED 2007/07/06 10:20:18 sj 1.15.122.1: #i76488# fixed crash when trying to load bitmaps having a negative size


2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5545d2b16f0f4793371ee976316fd8c73dcac895]

INTEGRATION: CWS impress123 (1.2.102); FILE MERGED 2007/07/12 16:09:38 cl 1.2.102.2: RESYNC: (1.2-1.3); FILE MERGED 2007/07/06 10:21:18 sj 1.2.102.1: #i76488# fixed crash when trying to load bitmaps having a negative size


2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [96feddeff0c37c240ce413daa9f94b8f069cc411]

INTEGRATION: CWS impress123 (1.13.102); FILE MERGED 2007/07/03 15:01:13 sj 1.13.102.1: #i79094# added patch: new[]/delete mismatch


2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a40dbbbfeb5446629c658dd44c64b3df1380e5d1]

INTEGRATION: CWS impress123 (1.2.212); FILE MERGED 2007/07/04 11:02:30 cl 1.2.212.1: #i78462# removed dead Mac OS System 9 code


2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2796d3c37666d299b50c2c2ea84fe007bd040b0a]

INTEGRATION: CWS impress123 (1.67.14); FILE MERGED 2007/07/17 11:10:57 cl 1.67.14.3: RESYNC: (1.68-1.69); FILE MERGED 2007/07/12 10:33:58 cl 1.67.14.2: RESYNC: (1.67-1.68); FILE MERGED 2007/07/03 15:54:58 sj 1.67.14.1: #i78953# fixed pict detection even if the stream is lower than 525 bytes


2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8666d7e1892e23101aa8f20121ae848a28fd22d9]

INTEGRATION: CWS impress123 (1.7.78); FILE MERGED 2007/07/17 11:10:36 cl 1.7.78.2: RESYNC: (1.7-1.8); FILE MERGED 2007/07/03 15:25:49 sj 1.7.78.1: #I79099# added patch, taking care of configuration values (compression) that don|t fit into the allowed range


2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe54de0055bd60c1cec2e7fa73bee7b84c37edc2]

INTEGRATION: CWS aw052 (1.11.42); FILE MERGED 2007/07/27 17:31:03 aw 1.11.42.1: #i79917# Mapped usages of tools Polygon and tools PolyPolygon to B2DPolygon usages for safety. Also removed some no longer needed toolings in anonymous namespace


2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [01308d04641f94882b0e131897cadacb104ef946]

INTEGRATION: CWS aw052 (1.8.6); FILE MERGED 2007/07/27 17:29:45 aw 1.8.6.1: #i79917# Two errors in polygonFromBezier2DSequencepolygonFromBezier2DSequence; use first segment for start point (not last) and one x/y typo for 2nd control point


2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a816aa85a6a1c3e41b822167ac7d8e5289e982d6]

INTEGRATION: CWS fwk69 (1.16.30); FILE MERGED 2007/07/24 08:46:27 as 1.16.30.1: #i66598# new property DocumentBaseURL


2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c6bff6080fc710629a8075b4565f812e0313263]

INTEGRATION: CWS fwk69 (1.11.38); FILE MERGED 2007/07/24 08:46:27 as 1.11.38.1: #i66598# new property DocumentBaseURL


2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ef14e9ba456d0876fdd46e55f4151aa46d90baa]

INTEGRATION: CWS kendy18 (1.8.8); FILE MERGED 2007/07/26 12:48:15 kendy 1.8.8.1: #i80039# Fix cairo canvas according to the basegfx API change.


2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd0dcffc319152cbcc4be6240d4173ad9eba7b14]

INTEGRATION: CWS cmcfixes37 (1.3.6); FILE MERGED 2007/07/27 10:25:11 cmc 1.3.6.1: #i80057# add VIGRA buildtype


2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [eed9ff27d523e7b40928a28cac37c28c158cc2b3]

INTEGRATION: CWS vcl81 (1.21.48); FILE MERGED 2007/07/19 13:24:06 pl 1.21.48.1: #i79787# wait for initial printer discovery


2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d20713f333290fb721697bda57ec4b27517332c8]

INTEGRATION: CWS vcl81 (1.94.12); FILE MERGED 2007/07/24 12:35:45 pl 1.94.12.1: #i79953# use dbus to disable screen saver (thanks cmc)


2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d3f11309885c48f03ff3a9ff9bec1eff42c98ce]

INTEGRATION: CWS vcl81 (1.27.20); FILE MERGED 2007/07/24 12:35:46 pl 1.27.20.1: #i79953# use dbus to disable screen saver (thanks cmc)


2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0af3b3f02944e0c1acbf60b653f4ab918a948087]

INTEGRATION: CWS vcl81 (1.9.382); FILE MERGED 2007/07/24 12:35:45 pl 1.9.382.1: #i79953# use dbus to disable screen saver (thanks cmc)


2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [928fc7e9f9ad0bed33eb000e6fd3f394e39dd05f]

INTEGRATION: CWS vcl81 (1.64.20); FILE MERGED 2007/07/24 12:35:45 pl 1.64.20.2: #i79953# use dbus to disable screen saver (thanks cmc) 2007/07/19 12:33:15 pl 1.64.20.1: #i78887# windows without parents are not really dialogs


2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [85821597d6f9b011a2193161db5c7ef802c1874a]

INTEGRATION: CWS vcl81 (1.112.20); FILE MERGED 2007/07/13 12:48:53 pl 1.112.20.1: #i76879# add a missing endstream


2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c8536287568ee7fa390dcadf1704afa04d27c5d]

INTEGRATION: CWS vcl81 (1.43.20); FILE MERGED 2007/07/19 14:17:25 pl 1.43.20.1: #i57011# emit empty invocations for the benefit of print managers


2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [07d00db7cc8713feee9b076898732d4c76722b8c]

INTEGRATION: CWS hropatches (1.16.24); FILE MERGED 2007/07/11 12:47:29 hro 1.16.24.1: #i79056# Close osl socket member only once


2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [122cad786803c17af8d1987a6c65fe8bd4ba0cfb]

INTEGRATION: CWS rpt23fix01 (1.76.8); FILE MERGED 2007/07/16 09:37:06 oj 1.76.8.1: #i77181# change order of calling


2007-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [580e6861e6a46794f9f6c7308472f7c4f7bada0f]

INTEGRATION: CWS tipatch8_SRC680 (1.13.72); FILE MERGED 2007/06/20 14:21:15 sj 1.13.72.1: #b6571633# added patch


2007-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [33ada76ee2a3984973d10f73d350c711a6609731]

INTEGRATION: CWS fwk68 (1.9.6); FILE MERGED 2007/07/05 10:36:01 cd 1.9.6.1: #i77768# Fixed crash on Windows at Office shutdown. Static reference release calls code that uses destructed static objects in svtools code.


2007-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [97fdddaeeb342cfa7ee51f31e4089d9a4d871b73]

INTEGRATION: CWS fwk68 (1.67.6); FILE MERGED 2007/07/05 10:36:01 cd 1.67.6.1: #i77768# Fixed crash on Windows at Office shutdown. Static reference release calls code that uses destructed static objects in svtools code.


2007-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [df78f58bcb4bbd78031747a64d71ed3f58d08aab]

INTEGRATION: CWS fwk68 (1.21.6); FILE MERGED 2007/07/05 10:36:01 cd 1.21.6.1: #i77768# Fixed crash on Windows at Office shutdown. Static reference release calls code that uses destructed static objects in svtools code.


2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [98da4d6b7bb74c148c00d0d6e79e3d5851c2806e]

INTEGRATION: CWS i18n32 (1.29.14); FILE MERGED 2007/07/24 20:39:44 khong 1.29.14.1: #i79148# fix a local word breakiterator rules loading issue


2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [53ffd052faf6406a72d37305c1293515a14c71db]

INTEGRATION: CWS vcl80 (1.46.166); FILE MERGED 2007/07/12 09:14:38 pl 1.46.166.2: RESYNC: (1.46-1.47); FILE MERGED 2007/07/02 12:17:34 pl 1.46.166.1: #i79024# fix a leak (thanks cmc)


2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8cb0b37468f897ea15a89cea133a13255135ae0]

INTEGRATION: CWS vcl80 (1.48.126); FILE MERGED 2007/07/11 09:43:47 hdu 1.48.126.1: #i79369# use the empty pixmap for invisible glyphs


2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b095d0d5dcf1edff580060ed4666bb7bf0097f7]

INTEGRATION: CWS vcl80 (1.88.72); FILE MERGED 2007/07/12 09:14:32 pl 1.88.72.2: RESYNC: (1.88-1.90); FILE MERGED 2007/07/02 12:19:48 pl 1.88.72.1: #i79070# correct range check (thanks cmc)


2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5f9bea411e428cdd8da973c8c3c7eeab3c5f8dd]

INTEGRATION: CWS vcl80 (1.260.10); FILE MERGED 2007/07/12 12:07:31 pl 1.260.10.2: #i79491# fix a leak (thanks pjanik) 2007/07/12 10:51:42 pl 1.260.10.1: #i79491# fix a leak (thanks pjanik)


2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f89052c4dff5393bca32a31907e8b773cc3ab76]

INTEGRATION: CWS vcl80 (1.37.166); FILE MERGED 2007/07/12 09:14:28 pl 1.37.166.2: RESYNC: (1.37-1.38); FILE MERGED 2007/07/11 17:08:17 hdu 1.37.166.1: #i78023# insanely stretched font instances mustn't impact the font face


2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbbeddbf0e227d73b736688f6d9c7a9cea0ccb78]

INTEGRATION: CWS vcl80 (1.143.74); FILE MERGED 2007/07/12 09:14:25 pl 1.143.74.2: RESYNC: (1.143-1.144); FILE MERGED 2007/07/11 17:08:17 hdu 1.143.74.1: #i78023# insanely stretched font instances mustn't impact the font face


2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [3628ec7a4bf73106086731858a53a2932442d2ca]

INTEGRATION: CWS vcl80 (1.20.74); FILE MERGED 2007/07/12 09:14:22 pl 1.20.74.2: RESYNC: (1.20-1.21); FILE MERGED 2007/07/02 13:55:15 pl 1.20.74.1: #i79088# fix some academic leak cases (thanks cmc)


2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [0628f6a32009879dded70fab02b6d8be63f1ba49]

INTEGRATION: CWS vcl80 (1.44.174); FILE MERGED 2007/07/12 09:14:19 pl 1.44.174.2: RESYNC: (1.44-1.45); FILE MERGED 2007/07/11 16:36:58 pl 1.44.174.1: #141913# small performance improvement


2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcf4ff5598a4d3f42a0984d651aa9355f0c360b8]

INTEGRATION: CWS vcl80 (1.9.262); FILE MERGED 2007/07/12 09:14:15 pl 1.9.262.2: RESYNC: (1.9-1.10); FILE MERGED 2007/07/04 15:53:48 pl 1.9.262.1: #i79227# fix some edge cases (thanks cmc)


2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [6611936a0ca3ba3eddee86bc189e8820273584f7]

INTEGRATION: CWS vcl80 (1.18.262); FILE MERGED 2007/07/12 09:14:12 pl 1.18.262.2: RESYNC: (1.18-1.19); FILE MERGED 2007/07/02 13:55:15 pl 1.18.262.1: #i79088# fix some academic leak cases (thanks cmc)


2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [08737eb3604fee4bde998adc2bdbaff390e2e6d1]

INTEGRATION: CWS vcl80 (1.30.74); FILE MERGED 2007/07/12 09:14:09 pl 1.30.74.2: RESYNC: (1.30-1.31); FILE MERGED 2007/07/04 15:53:34 pl 1.30.74.1: #i79227# fix some edge cases (thanks cmc)


2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [217f51cac0956b760eb40a2304adf6fae36ecf90]

INTEGRATION: CWS vcl80 (1.6.30); FILE MERGED 2007/07/10 09:38:49 pl 1.6.30.1: #i79411# coverity warnings (thanks cmc)


2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2e26ed2cea6fbbe3800f2ecbfabdb1cd3b39619]

INTEGRATION: CWS vcl80 (1.7.30); FILE MERGED 2007/07/10 09:38:49 pl 1.7.30.1: #i79411# coverity warnings (thanks cmc)


2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [d35736eaef99565c04e4116ba69e8420725e8b8b]

INTEGRATION: CWS vcl80 (1.8.8); FILE MERGED 2007/07/12 09:12:51 pl 1.8.8.2: RESYNC: (1.8-1.9); FILE MERGED 2007/07/10 09:38:49 pl 1.8.8.1: #i79411# coverity warnings (thanks cmc)


2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [a920d8fdde43ab2f58766b49ba7cd6ba8b820cd4]

INTEGRATION: CWS vcl80 (1.8.88); FILE MERGED 2007/07/03 09:14:45 pl 1.8.88.1: #i79136# fix potential leaks (thanks cmc)


2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7f36f5cb158807370238587adfd1e5fecff5520]

INTEGRATION: CWS vcl80 (1.42.16); FILE MERGED 2007/07/03 09:14:45 pl 1.42.16.1: #i79136# fix potential leaks (thanks cmc)


2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5a7043255cc26c53a1cc61983b0ae8460b0326f]

INTEGRATION: CWS vcl80 (1.54.12); FILE MERGED 2007/07/12 09:12:28 pl 1.54.12.2: RESYNC: (1.54-1.56); FILE MERGED 2007/07/02 12:58:57 pl 1.54.12.1: #i79078# fix a leak (thanks cmc)


2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [7010523273f63e30faaa8d51b50c341f3d28a028]

INTEGRATION: CWS vcl80 (1.45.26); FILE MERGED 2007/07/12 09:08:37 pl 1.45.26.2: RESYNC: (1.45-1.47); FILE MERGED 2007/07/04 11:17:11 pl 1.45.26.1: #i79178# fix a leak (thanks cmc)


2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [6995ac32fcab8728aaff750025c092697584a57a]

INTEGRATION: CWS updchk07 (1.3.10); FILE MERGED 2007/07/12 06:09:48 obr 1.3.10.1: #i79161# assimilated HID_EXTBROWSER range


2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [af667859a137d7551cb1f2db42e4008819323cdb]

INTEGRATION: CWS dba23c (1.9.42); FILE MERGED 2007/07/17 19:56:38 fs 1.9.42.1: #149583# copyProperties: don't crash on NULL arguments


2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [603e5d6443b839ab4f97a6ccb659212cc2db2bc5]

INTEGRATION: CWS jsc18 (1.7.66); FILE MERGED 2007/07/02 08:34:01 jsc 1.7.66.1: #i79019# integrate patch, use array delete operator


2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [2bd42d1537c9dd64efe45b02070835db2c77ec12]

INTEGRATION: CWS configure21 (1.89.30); FILE MERGED 2007/07/24 12:38:32 rene 1.89.30.5: #i10000# patch from ause for some variable sillinesses/Sun environment 2007/07/11 08:16:13 rene 1.89.30.4: RESYNC: (1.93-1.94); FILE MERGED 2007/07/05 18:58:53 rene 1.89.30.3: RESYNC: (1.92-1.93); FILE MERGED 2007/06/27 15:17:22 rene 1.89.30.2: RESYNC: (1.89-1.92); FILE MERGED 2007/04/23 21:03:13 rene 1.89.30.1: #i73936# use pkg-config for sndfile detection


2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [5aca213b0eb1b10cff07292f0d3a63556faaed35]

INTEGRATION: CWS configure21 (1.27.74); FILE MERGED 2007/05/06 15:36:50 rene 1.27.74.2: #i76717# make --with-xulrunner et al. to --wioth-mozilla=xulrunner and make xulrunner default #i10000# fix internal sndfile build #i79396# add $(SNDFILE_CFLAGS) 2007/04/23 21:34:24 rene 1.27.74.1: #i76354# support portaudio v19


2007-07-30  Rüdiger Timm  <rt@openoffice.org>  [cf7fa10396eb14cba3f46a2820b454f9acd42182]

#i80172# Removed unnecessary assertion (patch by aw).


2007-07-27  Rüdiger Timm  <rt@openoffice.org>  [7e0325554fd28766c3a06efd367094b2acd799d7]

#i80092# linking of libvclplug_gtk680lx.so changed. Patch by pl.


2007-07-27  Rüdiger Timm  <rt@openoffice.org>  [21a905a37a83b2643e7ce2241c8b76fc553dddd3]

#i80090# SalLayout class not meant to be used by applications. Patch by pl.


2007-07-27  Rüdiger Timm  <rt@openoffice.org>  [f68eaa6919399b308f2f32107a6b31c3ad6db716]

#i80091# Remove SISSL license.


2007-07-27  Rüdiger Timm  <rt@openoffice.org>  [fd54700528d4c4e130a948749c4261ede76a63ed]

#i80086# vcl headers moving, bring back lost changes (patch by pjanik).


2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [83db1b1f2320e12ca2a3200ae628d5effcb41fe0]

INTEGRATION: CWS i18n31 (1.13.60); FILE MERGED 2007/07/13 20:37:56 khong 1.13.60.1: #i75632# use ICU characters properties


2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [b3456d64d3f218b99c8391309add14adb276f39a]

INTEGRATION: CWS i18n31 (1.12.60); FILE MERGED 2007/07/04 01:17:48 khong 1.12.60.1: i75631 i75632 i75633 i75412 handle surrogate pair characters


2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [3feda0b21fce3d0533f509fce648f7d57997a012]

INTEGRATION: CWS i18n31 (1.6.60); FILE MERGED 2007/07/04 01:17:48 khong 1.6.60.1: i75631 i75632 i75633 i75412 handle surrogate pair characters


2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [ed3386c4ca39458980ca48002794543479e4a79d]

INTEGRATION: CWS i18n31 (1.9.60); FILE MERGED 2007/07/04 01:17:48 khong 1.9.60.2: i75631 i75632 i75633 i75412 handle surrogate pair characters 2007/06/27 04:33:12 khong 1.9.60.1: i75631 i75632 i75633 i75412 handle surrogate pair characters


2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [e6f4c27cfff27fcb2369e112c377ada7e71fbc29]

INTEGRATION: CWS i18n31 (1.4.60); FILE MERGED 2007/07/13 20:39:09 khong 1.4.60.3: #i75633# fix a compiling warning 2007/06/27 17:27:02 khong 1.4.60.2: #i75633 handle surrogate pair characters 2007/06/27 04:33:12 khong 1.4.60.1: i75631 i75632 i75633 i75412 handle surrogate pair characters


2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [e70177899f12940e8fa53d41fa9481da2e9d019c]

INTEGRATION: CWS i18n31 (1.13.60); FILE MERGED 2007/07/13 20:37:07 khong 1.13.60.1: #i75632# use ICU characters properties


2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [8242599c3c680e9587eda653e89e05680b25ad8e]

INTEGRATION: CWS i18n31 (1.10.60); FILE MERGED 2007/07/17 18:21:27 khong 1.10.60.2: Convert ICU BlockCode to UnicodeScript 2007/07/13 20:37:07 khong 1.10.60.1: #i75632# use ICU characters properties


2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [94021965df0253604d2dc2e17cc84500caa507a1]

INTEGRATION: CWS i18n31 (1.14.60); FILE MERGED 2007/07/16 22:18:44 khong 1.14.60.4: i75631 i75632 i75633 i75412 handle surrogate pair characters 2007/07/13 20:37:32 khong 1.14.60.3: #i75632# use ICU characters properties 2007/07/04 01:17:22 khong 1.14.60.2: i75631 i75632 i75633 i75412 handle surrogate pair characters 2007/06/27 04:33:11 khong 1.14.60.1: i75631 i75632 i75633 i75412 handle surrogate pair characters


2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [08e6d5ea4b41de1be36dc44a813044a41c7a6530]

INTEGRATION: CWS i18n31 (1.8.60); FILE MERGED 2007/06/27 04:33:11 khong 1.8.60.1: i75631 i75632 i75633 i75412 handle surrogate pair characters


2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [5d01ad865f3c9e36f02c6d3e66c34724def423b3]

INTEGRATION: CWS i18n31 (1.28.14); FILE MERGED 2007/07/13 20:37:32 khong 1.28.14.5: #i75632# use ICU characters properties 2007/07/04 01:17:22 khong 1.28.14.4: i75631 i75632 i75633 i75412 handle surrogate pair characters 2007/06/27 23:25:58 khong 1.28.14.3: i75412 handle surrogate pair characters 2007/06/27 05:33:20 khong 1.28.14.2: RESYNC: (1.28-1.29); FILE MERGED 2007/06/27 04:33:11 khong 1.28.14.1: i75631 i75632 i75633 i75412 handle surrogate pair characters


2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [804dd33f8e7d58bd6627896a7a9251e635f3ed61]

INTEGRATION: CWS i18n31 (1.14.42); FILE MERGED 2007/06/27 05:33:03 khong 1.14.42.2: RESYNC: (1.14-1.15); FILE MERGED 2007/06/27 04:33:11 khong 1.14.42.1: i75631 i75632 i75633 i75412 handle surrogate pair characters


2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [2db25af4b3d9323d60028e2d31600df7e7d2715c]

INTEGRATION: CWS i18n31 (1.19.60); FILE MERGED 2007/07/13 20:37:32 khong 1.19.60.4: #i75632# use ICU characters properties 2007/07/04 01:17:22 khong 1.19.60.3: i75631 i75632 i75633 i75412 handle surrogate pair characters 2007/06/27 05:00:48 khong 1.19.60.2: i75231 handle surrogate pair characters 2007/06/27 04:33:11 khong 1.19.60.1: i75631 i75632 i75633 i75412 handle surrogate pair characters


2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [d4db88cbbe29927f3ad64d248067aed6a401170f]

INTEGRATION: CWS i18n31 (1.5.140); FILE MERGED 2007/07/04 01:18:08 khong 1.5.140.2: i75631 i75632 i75633 i75412 handle surrogate pair characters 2007/06/27 04:33:11 khong 1.5.140.1: i75631 i75632 i75633 i75412 handle surrogate pair characters


2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [e6275aedfeb2e05cff9d07423a3718534f3027d9]

INTEGRATION: CWS i18n31 (1.10.120); FILE MERGED 2007/07/13 20:36:27 khong 1.10.120.1: #i75632# use ICU characters properties


2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [0bef2a3729ecfdfaa8cf70285048726cbb37b045]

INTEGRATION: CWS i18n31 (1.6.140); FILE MERGED 2007/07/04 01:18:08 khong 1.6.140.2: i75631 i75632 i75633 i75412 handle surrogate pair characters 2007/06/27 04:33:11 khong 1.6.140.1: i75631 i75632 i75633 i75412 handle surrogate pair characters


2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [84b1277283f883fa297b7f272035e7c63c7af482]

INTEGRATION: CWS jl67 (1.61.98); FILE MERGED 2007/07/11 15:19:11 jl 1.61.98.2: RESYNC: (1.61-1.62); FILE MERGED 2007/07/05 15:22:26 jl 1.61.98.1: #i77886# remove dependency on vcl in svl


2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [7c7f982debb5ddad68e4ee8dbd4387a3449943bc]

INTEGRATION: CWS jl67 (1.21.46); FILE MERGED 2007/07/11 14:21:32 jl 1.21.46.3: RESYNC: (1.21-1.22); FILE MERGED 2007/07/05 15:22:25 jl 1.21.46.2: #i77886# remove dependency on vcl in svl 2007/07/05 12:43:25 jl 1.21.46.1: #i77886# remove dependency on vcl in svl


2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [221ef2c2af5d09a22b989156541d4a4c21974eaa]

INTEGRATION: CWS jl67 (1.58.192); FILE MERGED 2007/07/11 14:21:01 jl 1.58.192.3: RESYNC: (1.58-1.59); FILE MERGED 2007/07/05 15:22:24 jl 1.58.192.2: #i77886# remove dependency on vcl in svl 2007/07/05 12:43:25 jl 1.58.192.1: #i77886# remove dependency on vcl in svl


2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [83ccd8f1dbf4a85858dcd769dd2ed2dccdef62f9]

INTEGRATION: CWS jl67 (1.10.230); FILE MERGED 2007/07/12 11:23:07 jl 1.10.230.3: #i77886 removed error introduced while solving conflicts during resync 2007/07/11 14:20:21 jl 1.10.230.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/05 15:22:24 jl 1.10.230.1: #i77886# remove dependency on vcl in svl


2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [7847cc54b57b0d61d40dda19217d6d7526f60715]

INTEGRATION: CWS jl67 (1.10.230); FILE MERGED 2007/07/11 14:20:12 jl 1.10.230.4: RESYNC: (1.10-1.11); FILE MERGED 2007/07/06 06:16:01 jl 1.10.230.3: #i77886# remove dependency on vcl in svl 2007/07/05 15:22:24 jl 1.10.230.2: #i77886# remove dependency on vcl in svl 2007/07/05 12:43:25 jl 1.10.230.1: #i77886# remove dependency on vcl in svl


2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [39c23c57e1c24cdab3a50a7b9c29435cc7d28847]

INTEGRATION: CWS jl67 (1.2.100); FILE MERGED 2007/07/05 15:22:23 jl 1.2.100.2: #i77886# remove dependency on vcl in svl 2007/07/05 12:43:24 jl 1.2.100.1: #i77886# remove dependency on vcl in svl


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [953e65ec77205ca5f7fd5b288e30c05d751bf813]

INTEGRATION: CWS complextest1 (1.4.116); FILE MERGED 2007/06/28 16:07:39 cn 1.4.116.1: #i78349# fix bug in makefile


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [408cfea1dd1a86dfc80edc8051c2a8758b3286b1]

INTEGRATION: CWS complextest1 (1.4.44); FILE MERGED 2007/06/28 16:13:36 cn 1.4.44.1: #i78349# fix bug in makefile


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [8621041e04b3b46bc2129c0bae8aceaa341451b5]

INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 15:07:24 sg 1.1.2.1: #i78662# distributed tests for toolkit


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [b84a8b6d5fa5e4bd03f8bb4a5edc2975008ae5dc]

INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 15:07:14 sg 1.1.2.1: #i78662# distributed tests for toolkit


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [b56151489d39a218857a52c7a7b0841377899b43]

INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 15:07:04 sg 1.1.2.1: #i78662# distributed tests for toolkit


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [32f1ee81d1e43c3cf293a9b3294c74dc90ceef29]

INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 15:06:54 sg 1.1.2.1: #i78662# distributed tests for toolkit


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [68078fd90267b7136c63bb0b296d05dbcfd1e89a]

INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 15:06:44 sg 1.1.2.1: #i78662# distributed tests for toolkit


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [28125cda9e883eebdeee8af2e0da89a938d5f434]

INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 15:06:34 sg 1.1.2.1: #i78662# distributed tests for toolkit


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [c37daafa6edd35462a91e6f7ae2e6bb7a5b8d56b]

INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 15:05:57 sg 1.1.2.1: #i78662# distributed tests for toolkit


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [b1c780ed3d81a9569397808ccc9c5bff25eb9f93]

INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 15:05:47 sg 1.1.2.1: #i78662# distributed tests for toolkit


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [6809396060ba8ec942b4ead7a5a0e76283d800df]

INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 15:05:37 sg 1.1.2.1: #i78662# distributed tests for toolkit


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [6d0ff0a5b014fa5953a4ad2d0076c1fa5ef1264b]

INTEGRATION: CWS dba23b (1.48.10); FILE MERGED 2007/07/11 11:55:17 fs 1.48.10.2: RESYNC: (1.48-1.52); FILE MERGED 2007/07/02 19:53:05 fs 1.48.10.1: #i78664#


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [9c1993cbcb7b1dedc45a8268f807e6accad59e5f]

INTEGRATION: CWS dba23b (1.2.30); FILE MERGED 2007/07/07 19:15:05 fs 1.2.30.1: in preparation of #i78593#: removeProperty: also forget the default value


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [adb8128c3435f73c57fa558e47d5f21c79772e9c]

INTEGRATION: CWS dba23b (1.10.222); FILE MERGED 2007/07/09 18:58:34 fs 1.10.222.1: assert unhandled exception


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [463a339dc2beaed988a96732757472092a5aa8ca]

INTEGRATION: CWS dba23b (1.76.186); FILE MERGED 2007/07/11 11:47:10 fs 1.76.186.2: RESYNC: (1.76-1.77); FILE MERGED 2007/06/18 13:37:00 fs 1.76.186.1: #i76824# contentChanged: lock SolarMutex before calling into pListener->Rebind (which will lock it, anyway)


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [eaadd7d06b2085d60bab2f881238c484031457c6]

INTEGRATION: CWS mergesvp (1.18.102); FILE MERGED 2007/06/28 16:22:01 pl 1.18.102.1: #i78931# add svp test programs


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [aa38c786acd20bedbfe24f843b6ef56658cdefed]

INTEGRATION: CWS mergesvp (1.52.22); FILE MERGED 2007/06/29 15:47:55 pl 1.52.22.2: #78931# link svp in a separate directory o avoid linking libX11 2007/06/29 15:10:03 pl 1.52.22.1: #i78931# remove dummy plugin since we have headless now


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [709f77b548a688f16dcaf2d96f09a01e759d4cad]

INTEGRATION: CWS mergesvp (1.1.2); FILE ADDED 2007/06/28 16:22:01 pl 1.1.2.1: #i78931# add svp test programs


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [40fe176a158d2745d63fb69d37beeb5fe3411ab3]

INTEGRATION: CWS mergesvp (1.12.2); FILE MERGED 2007/07/04 15:32:42 pl 1.12.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [688242707fb769db1e359b23c8e84ae0473a4816]

INTEGRATION: CWS mergesvp (1.144.2); FILE MERGED 2007/07/04 15:32:41 pl 1.144.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [09b5a4476b152bbd7715c677ecee12b74f0634c4]

INTEGRATION: CWS mergesvp (1.12.24); FILE MERGED 2007/07/04 15:32:41 pl 1.12.24.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [492dc5381709a6dcd7713f94597558faf5efac23]

INTEGRATION: CWS mergesvp (1.5.2); FILE MERGED 2007/07/04 15:32:41 pl 1.5.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [12a99da9c91ac20c52bdcbeae87ec5ecc6ff93dc]

INTEGRATION: CWS mergesvp (1.18.2); FILE MERGED 2007/07/04 15:32:41 pl 1.18.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [45e3443c8e26a8274b8f4c0b2c808cb7b1fa632a]

INTEGRATION: CWS mergesvp (1.1.2); FILE ADDED 2007/06/29 15:46:11 pl 1.1.2.1: #78931# link svp in a separate directory o avoid linking libX11


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [7f76766c3c7e25df0b3d9a72ccca37f66f1376b8]

INTEGRATION: CWS mergesvp (1.92.16); FILE MERGED 2007/07/04 15:32:33 pl 1.92.16.4: #i79023# header moving 2007/06/29 15:46:26 pl 1.92.16.3: #78931# link svp in a separate directory o avoid linking libX11 2007/06/29 15:10:03 pl 1.92.16.2: #i78931# remove dummy plugin since we have headless now 2007/06/29 13:37:31 pl 1.92.16.1: #i78931# link svp plugin in vcl/util, header move


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [329954de5786f3247548e99a004ca99a7118b1be]

INTEGRATION: CWS mergesvp (1.21.258); FILE MERGED 2007/07/04 11:05:03 pl 1.21.258.2: RESYNC: (1.21-1.22); FILE MERGED 2007/06/29 15:06:46 pl 1.21.258.1: #i78931# remove dummy plugin since we have headless now


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [258848b031b040b619f687d4c5d3b4fce0db6ba4]

INTEGRATION: CWS mergesvp (1.19.2); FILE MERGED 2007/07/04 15:32:43 pl 1.19.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [e62e49723a348b87cd9038c97c23250726ff7d9b]

INTEGRATION: CWS mergesvp (1.147.2); FILE MERGED 2007/07/04 15:32:43 pl 1.147.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [d7eacf3ecacaa39b99dc756d723525c35f08492f]

INTEGRATION: CWS mergesvp (1.24.14); FILE MERGED 2007/07/04 11:00:55 pl 1.24.14.2: RESYNC: (1.24-1.25); FILE MERGED 2007/07/02 12:28:07 pl 1.24.14.1: #i79058# join from vcl80


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [6613e848707f6347b9dd0b6c2d293ddb8749f75b]

INTEGRATION: CWS mergesvp (1.23.2); FILE MERGED 2007/07/04 15:32:43 pl 1.23.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [09ad3d788c2d7c288516387ce4e8d87b38efda67]

INTEGRATION: CWS mergesvp (1.38.2); FILE MERGED 2007/07/04 15:32:43 pl 1.38.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [7ef35d5ecfbf0cccde47dd3a6ccdd84de4cd93b2]

INTEGRATION: CWS mergesvp (1.5.2); FILE MERGED 2007/07/04 15:32:43 pl 1.5.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [1055869e3466211cb28c86d24df3f7f446d7e1a3]

INTEGRATION: CWS mergesvp (1.27.2); FILE MERGED 2007/07/04 15:32:43 pl 1.27.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [baef0f8291514d64688b983cf4a76ebba99e6762]

INTEGRATION: CWS mergesvp (1.9.566); FILE MERGED 2007/07/04 15:32:42 pl 1.9.566.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [0cfd7cd444e2ea885c3b094d55ce80561bbbca59]

INTEGRATION: CWS mergesvp (1.6.2); FILE MERGED 2007/07/04 15:32:42 pl 1.6.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [7bef3d26894ba853d76261406af75ffcc44ef378]

INTEGRATION: CWS mergesvp (1.5.2); FILE MERGED 2007/07/04 15:32:42 pl 1.5.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [c9f86a966f1217d2c7f49d3ac1548031a6809602]

INTEGRATION: CWS mergesvp (1.53.2); FILE MERGED 2007/07/04 15:32:42 pl 1.53.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [e73293d9d2d824c4f2f092946c325e5f5599b04f]

INTEGRATION: CWS mergesvp (1.1.2); FILE ADDED 2007/06/27 11:10:53 pl 1.1.2.1: #i78931# contribute svp sources


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [cd2090c173340e9c044e1e79d3defad0737f7b38]

INTEGRATION: CWS mergesvp (1.1.2); FILE ADDED 2007/06/27 11:10:52 pl 1.1.2.1: #i78931# contribute svp sources


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [e4f00331e947d4511c8445cf7951a27f3e4f14e5]

INTEGRATION: CWS mergesvp (1.1.2); FILE ADDED 2007/07/02 12:29:38 pl 1.1.2.2: #i79058# similar fix for svp 2007/06/27 11:10:52 pl 1.1.2.1: #i78931# contribute svp sources


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [7ed3567535cc4129c5686f44e1ef55241c4dfcff]

INTEGRATION: CWS mergesvp (1.1.2); FILE ADDED 2007/06/27 11:10:51 pl 1.1.2.1: #i78931# contribute svp sources


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [c60f0ad1441d546eb3240a0bb14834583d6a6c29]

INTEGRATION: CWS mergesvp (1.2.44); FILE MERGED 2007/06/29 13:36:47 pl 1.2.44.2: #i78931# link svp plugin in vcl/util 2007/06/27 11:10:51 pl 1.2.44.1: #i78931# contribute svp sources


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [bb4c9331f730dd4207ebb776fe256293b70c19dd]

INTEGRATION: CWS mergesvp (1.64.2); FILE MERGED 2007/07/04 15:32:42 pl 1.64.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [3c208d3f4b55ddcff074083f6b34010007f33775]

INTEGRATION: CWS mergesvp (1.19.2); FILE MERGED 2007/07/04 15:32:41 pl 1.19.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [6a4102d1f85fc504286824f7ece21b30be170d50]

INTEGRATION: CWS mergesvp (1.113.2); FILE MERGED 2007/07/04 15:32:41 pl 1.113.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [c68d0d765c7ed3158767a706f58d5e227a1f0356]

INTEGRATION: CWS mergesvp (1.9.2); FILE MERGED 2007/07/04 15:32:41 pl 1.9.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [3e56c9d1f9e5a3701711cc0ebd05b933c1f32ce6]

INTEGRATION: CWS mergesvp (1.23.2); FILE MERGED 2007/07/04 15:32:41 pl 1.23.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [eab9d27895955a7ed8d900c038bab67e8e0588d5]

INTEGRATION: CWS mergesvp (1.259.2); FILE MERGED 2007/07/04 15:32:40 pl 1.259.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [9bf692c0abe17923c1e83bb4f0a0e57528a0dd96]

INTEGRATION: CWS mergesvp (1.50.2); FILE MERGED 2007/07/04 15:32:40 pl 1.50.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [3d918ba8dd0fd6293605f7913e7db87bdf08d170]

INTEGRATION: CWS mergesvp (1.101.2); FILE MERGED 2007/07/04 15:32:40 pl 1.101.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [ddd1a138c7ebe3517964e3a638b4536140b9db94]

INTEGRATION: CWS mergesvp (1.48.2); FILE MERGED 2007/07/04 15:32:40 pl 1.48.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [7b975c042f5e6d552d917808663672f546305ff7]

INTEGRATION: CWS mergesvp (1.10.2); FILE MERGED 2007/07/04 15:32:40 pl 1.10.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [8c2e4637f12605e220f45d0de2e36eecf95fd0fb]

INTEGRATION: CWS mergesvp (1.18.2); FILE MERGED 2007/07/04 15:32:40 pl 1.18.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [42aaf99a220bfe71c1a55551ba08adbb51212c8f]

INTEGRATION: CWS mergesvp (1.19.2); FILE MERGED 2007/07/04 15:32:40 pl 1.19.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [4e323e251ee6f88aad8a84651f88f1252a168c20]

INTEGRATION: CWS mergesvp (1.12.2); FILE MERGED 2007/07/04 15:32:40 pl 1.12.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [7b2657a2a555392d9290998273e906f206eac9b4]

INTEGRATION: CWS mergesvp (1.22.2); FILE MERGED 2007/07/04 15:32:40 pl 1.22.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [ac76d31757e09b614a8ad4be37cba3e32061d37d]

INTEGRATION: CWS mergesvp (1.152.2); FILE MERGED 2007/07/04 15:32:40 pl 1.152.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [810db48187d86c0804f75518fbb4f4f868ea40c7]

INTEGRATION: CWS mergesvp (1.8.2); FILE MERGED 2007/07/04 15:32:40 pl 1.8.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [23a28f8b175e1d3eb043a54c597f54dfb5bcf8c2]

INTEGRATION: CWS mergesvp (1.9.2); FILE MERGED 2007/07/04 15:32:40 pl 1.9.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [dbe8e4026eb81a9c522e64ef8931a987e8a8d90e]

INTEGRATION: CWS mergesvp (1.38.2); FILE MERGED 2007/07/04 15:32:39 pl 1.38.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [f9fce1bf54c9c1c65b3cc29e4d8e2b639509945f]

INTEGRATION: CWS mergesvp (1.27.2); FILE MERGED 2007/07/04 15:32:39 pl 1.27.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [1a37adb2ace76cb1d31cd145309e68b279aebe2f]

INTEGRATION: CWS mergesvp (1.22.2); FILE MERGED 2007/07/04 15:32:39 pl 1.22.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [9e21eaba746a9dc38a87a078503188f851f20855]

INTEGRATION: CWS mergesvp (1.18.2); FILE MERGED 2007/07/04 15:32:39 pl 1.18.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [cc30d7dbc409dfe986e76e1aec5bfce3c24e4dca]

INTEGRATION: CWS mergesvp (1.24.2); FILE MERGED 2007/07/04 15:32:39 pl 1.24.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [b23cb54ba12edd978174d64eea17384511e8e752]

INTEGRATION: CWS mergesvp (1.11.2); FILE MERGED 2007/07/04 15:32:39 pl 1.11.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [2a09c82998ff9057bf56641b8920a83bbb711cc0]

INTEGRATION: CWS mergesvp (1.29.2); FILE MERGED 2007/07/04 15:32:39 pl 1.29.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [87a7d78f2126dba66019fa1557b8318dd91bc7ab]

INTEGRATION: CWS mergesvp (1.7.2); FILE MERGED 2007/07/04 15:32:39 pl 1.7.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [20327ad9f9545b3bfbdd6b21f542d5f409833979]

INTEGRATION: CWS mergesvp (1.9.2); FILE MERGED 2007/07/04 15:32:39 pl 1.9.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [373d5662dab6b2121cdb2b3d63c3fbbceed63fa8]

INTEGRATION: CWS mergesvp (1.18.74); FILE MERGED 2007/07/04 15:32:39 pl 1.18.74.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [802728b01e667e87668e5d2abc5e9e7dbad27684]

INTEGRATION: CWS mergesvp (1.47.74); FILE MERGED 2007/07/04 15:32:39 pl 1.47.74.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [1804d9b12bc77efc97ed6880a9531102ebd12b2d]

INTEGRATION: CWS mergesvp (1.30.74); FILE MERGED 2007/07/04 15:32:39 pl 1.30.74.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [99ea4334b6ebf1e34f8ca95b08fafad1f77d82f7]

INTEGRATION: CWS mergesvp (1.5.624); FILE MERGED 2007/07/04 15:32:39 pl 1.5.624.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [13e76bdf26e2fad546c5d482ab2d0e74578f7f2b]

INTEGRATION: CWS mergesvp (1.40.74); FILE MERGED 2007/07/04 15:32:39 pl 1.40.74.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [d4158980aafb334d31c1a3db075c1a2056494d5c]

INTEGRATION: CWS mergesvp (1.39.74); FILE MERGED 2007/07/04 15:32:38 pl 1.39.74.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [96e1ffa8b9a44bac3f40bf19895e9021f3a460eb]

INTEGRATION: CWS mergesvp (1.9.2); FILE MERGED 2007/07/04 15:32:38 pl 1.9.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [bf9d50946f025eeab48d8784b78d6650ceb110a9]

INTEGRATION: CWS mergesvp (1.4.2); FILE MERGED 2007/07/04 15:32:38 pl 1.4.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [c1358b689cfe46354437a22483102212bcbd6fdd]

INTEGRATION: CWS mergesvp (1.11.2); FILE MERGED 2007/07/04 15:32:38 pl 1.11.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [d995091a21aac18d35931f5aa30e151f9d453e70]

INTEGRATION: CWS mergesvp (1.8.2); FILE MERGED 2007/07/04 15:32:38 pl 1.8.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [6297fbd36a08b0847c8db1b5e31b987c86c0f542]

INTEGRATION: CWS mergesvp (1.7.2); FILE MERGED 2007/07/04 15:32:38 pl 1.7.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [531365b1ffcd841555085312bd5f9b46fd285d6b]

INTEGRATION: CWS mergesvp (1.29.2); FILE MERGED 2007/07/04 15:32:38 pl 1.29.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [65d030fa9bcbefe022c43b6b5cb7e97975916abb]

INTEGRATION: CWS mergesvp (1.10.2); FILE MERGED 2007/07/04 15:32:38 pl 1.10.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [225128f664f919a17748f80a625ec46aa6b8b325]

INTEGRATION: CWS mergesvp (1.27.2); FILE MERGED 2007/07/04 15:32:38 pl 1.27.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [6c4a395cca83b0a1ff63b247d4c2418d8bc8f99c]

INTEGRATION: CWS mergesvp (1.13.2); FILE MERGED 2007/07/04 15:32:38 pl 1.13.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [46aac2c1419a46925bb6f7f65d1477ef7695a0e7]

INTEGRATION: CWS mergesvp (1.61.2); FILE MERGED 2007/07/04 15:32:38 pl 1.61.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [fa624d1324ad7ae4890fcf7ac1e76618c8cea505]

INTEGRATION: CWS mergesvp (1.48.2); FILE MERGED 2007/07/04 15:32:38 pl 1.48.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [8643b5fe06f6ba66438d0f73bdaf4704b83af1a8]

INTEGRATION: CWS mergesvp (1.111.2); FILE MERGED 2007/07/04 15:32:37 pl 1.111.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [7522f08824c0903146c39823b9fbc97e2212ee26]

INTEGRATION: CWS mergesvp (1.22.2); FILE MERGED 2007/07/04 15:32:37 pl 1.22.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [cb490be51e71747864b58a0e2b1bc9bcebc0e090]

INTEGRATION: CWS mergesvp (1.20.2); FILE MERGED 2007/07/04 15:32:37 pl 1.20.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [cfde24b542f0ec67cb8e2e8c521c0b6ce192364e]

INTEGRATION: CWS mergesvp (1.10.2); FILE MERGED 2007/07/04 15:32:37 pl 1.10.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [127ddea6f2e6cb0c181a16d0732ea28cf35efc2a]

INTEGRATION: CWS mergesvp (1.24.2); FILE MERGED 2007/07/04 15:32:37 pl 1.24.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [975054b3b009abab79aeffac547e70ed84034f9a]

INTEGRATION: CWS mergesvp (1.228.2); FILE MERGED 2007/07/04 15:32:37 pl 1.228.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [b750cdbeddb303ffe2901155fdaed154ee05da2a]

INTEGRATION: CWS mergesvp (1.36.2); FILE MERGED 2007/07/04 15:32:37 pl 1.36.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [edc0f806148f5be4690a5bf662f0b82fd1494334]

INTEGRATION: CWS mergesvp (1.49.2); FILE MERGED 2007/07/04 15:32:37 pl 1.49.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [71810c2098dacf3276c3dba98d726074db9f8406]

INTEGRATION: CWS mergesvp (1.14.2); FILE MERGED 2007/07/04 15:32:37 pl 1.14.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [6392b2d58a858cebeccb912c3fc21284bc774f42]

INTEGRATION: CWS mergesvp (1.6.2); FILE MERGED 2007/07/04 15:32:36 pl 1.6.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [5ec0fc56c199ce8075eff292c9707ed1fd504550]

INTEGRATION: CWS mergesvp (1.13.2); FILE MERGED 2007/07/04 15:32:36 pl 1.13.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [f999ffa60602a42e8be6e0d9e84c3048ac051dac]

INTEGRATION: CWS mergesvp (1.14.2); FILE MERGED 2007/07/04 15:32:36 pl 1.14.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [87641e3ccb86a27915deac840911217ccfd4055f]

INTEGRATION: CWS mergesvp (1.22.2); FILE MERGED 2007/07/04 15:32:36 pl 1.22.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [79b465f655c81553eeb0aac40dc8a023dd0205ed]

INTEGRATION: CWS mergesvp (1.30.2); FILE MERGED 2007/07/04 15:32:36 pl 1.30.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [34bdbcb012b259d952630278ee089a5de8bae7a5]

INTEGRATION: CWS mergesvp (1.10.2); FILE MERGED 2007/07/04 15:32:36 pl 1.10.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [b1c7d0d3af02a237a7115f983c25cf161c241542]

INTEGRATION: CWS mergesvp (1.4.2); FILE MERGED 2007/07/04 15:32:36 pl 1.4.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [d01bf499adac989e4cf542261c01126584941b5f]

INTEGRATION: CWS mergesvp (1.31.2); FILE MERGED 2007/07/04 15:32:36 pl 1.31.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [25f0f95e7cbdb32b575e9798492979f955f57803]

INTEGRATION: CWS mergesvp (1.45.2); FILE MERGED 2007/07/04 15:32:36 pl 1.45.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [fe4124a4bbcad3eb12c8c89fb1273c38976c012c]

INTEGRATION: CWS mergesvp (1.16.2); FILE MERGED 2007/07/04 15:32:36 pl 1.16.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [88ecd1a03ca2f670fd191d55f480412f9216812a]

INTEGRATION: CWS mergesvp (1.8.2); FILE MERGED 2007/07/04 15:32:36 pl 1.8.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [2b63aaf821904ff7ce5dfcff503ef10515e152db]

INTEGRATION: CWS mergesvp (1.9.2); FILE MERGED 2007/07/04 15:32:36 pl 1.9.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [86f4d63f54391cd6fb0b9bccb18d9f9b273a3e34]

INTEGRATION: CWS mergesvp (1.15.2); FILE MERGED 2007/07/04 15:32:36 pl 1.15.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [14c4175b9365f02f975169a69d12f73efdc73193]

INTEGRATION: CWS mergesvp (1.25.2); FILE MERGED 2007/07/04 15:32:36 pl 1.25.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [7e476beebc1eb5e7513a36f3a36101a796ea4f04]

INTEGRATION: CWS mergesvp (1.19.2); FILE MERGED 2007/07/04 15:32:36 pl 1.19.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [6d32f1d54ff30e414e902af7b69317b41220700b]

INTEGRATION: CWS mergesvp (1.38.2); FILE MERGED 2007/07/04 15:32:35 pl 1.38.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [e7d60c2af4ab315ac490741db0573df6d1024bb9]

INTEGRATION: CWS mergesvp (1.59.2); FILE MERGED 2007/07/04 15:32:35 pl 1.59.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [a9234ccc4d8d50e0c4942ed962d056b880789212]

INTEGRATION: CWS mergesvp (1.21.2); FILE MERGED 2007/07/04 15:32:35 pl 1.21.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [4d1d712cc5a248c9b4c8c1f5bc5745c5edeac4dd]

INTEGRATION: CWS mergesvp (1.86.2); FILE MERGED 2007/07/04 15:32:35 pl 1.86.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [1cff01c9a7e778998a93b503a198470bfe069a85]

INTEGRATION: CWS mergesvp (1.42.2); FILE MERGED 2007/07/04 15:32:35 pl 1.42.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [96b8e5e0dbd454cf796e466555d1b80fd1c50878]

INTEGRATION: CWS mergesvp (1.50.2); FILE MERGED 2007/07/04 15:32:35 pl 1.50.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [885a4015144fa93b0cbd178304a6a462251259df]

INTEGRATION: CWS mergesvp (1.69.2); FILE MERGED 2007/07/04 15:32:35 pl 1.69.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [8a121c414b556c54df61557f29be92335e803b81]

INTEGRATION: CWS mergesvp (1.53.2); FILE MERGED 2007/07/04 15:32:35 pl 1.53.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [63db6ceb522d485b75153458cf868448e9cc711d]

INTEGRATION: CWS mergesvp (1.78.2); FILE MERGED 2007/07/04 15:32:35 pl 1.78.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [2bdaeb4b2e769be27c5e060bfcee99e903792a88]

INTEGRATION: CWS mergesvp (1.8.2); FILE MERGED 2007/07/04 15:32:35 pl 1.8.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [8032f1a77f8898dd3129d980fe66a8ad1f641b99]

INTEGRATION: CWS mergesvp (1.70.2); FILE MERGED 2007/07/04 15:32:35 pl 1.70.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [76f9924590c9c842454d9c258f0447c16012ced6]

INTEGRATION: CWS mergesvp (1.9.2); FILE MERGED 2007/07/04 15:32:35 pl 1.9.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [4db13f989a78b09860f6f2df8786186e8fdd937d]

INTEGRATION: CWS mergesvp (1.7.2); FILE MERGED 2007/07/04 15:32:35 pl 1.7.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [e9108546d3237ada7a210a20f50aef303c3296ad]

INTEGRATION: CWS mergesvp (1.6.2); FILE MERGED 2007/07/04 15:32:35 pl 1.6.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [cbcf0bbcb207f61155f0e6e0fc3005be1a5cf16c]

INTEGRATION: CWS mergesvp (1.37.2); FILE MERGED 2007/07/04 15:32:34 pl 1.37.2.1: #i79023# header moving


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [6ae2abb5e5139cede7b60e9b3efb56ec70805433]

INTEGRATION: CWS mergesvp (1.55.24); FILE MERGED 2007/07/09 08:56:13 pl 1.55.24.2: #i79023# fix delivery after header move 2007/06/29 13:55:03 pl 1.55.24.1: #i78931# do not deliver plugin headers anymore


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [bc4837cce021de75df2eea68384a30341db6e5b4]

INTEGRATION: CWS mergesvp (1.1.2); FILE ADDED 2007/06/29 13:50:06 pl 1.1.2.1: #i79023# move headers that were left in CWS headaburemove


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [3ed1de41e0d22cea0fc43656412b058c9a182ad7]

INTEGRATION: CWS mergesvp (1.1.2); FILE ADDED 2007/07/04 15:32:34 pl 1.1.2.2: #i79023# header moving 2007/06/29 13:50:06 pl 1.1.2.1: #i79023# move headers that were left in CWS headaburemove


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [7953f38c986e24dcc01a8dffeb302a150e5315d6]

INTEGRATION: CWS mergesvp (1.1.2); FILE ADDED 2007/07/04 15:32:34 pl 1.1.2.2: #i79023# header moving 2007/06/29 13:50:05 pl 1.1.2.1: #i79023# move headers that were left in CWS headaburemove


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [a582ca61ebf43f7977bbb078f7121126a9873453]

INTEGRATION: CWS mergesvp (1.1.2); FILE ADDED 2007/06/29 13:50:05 pl 1.1.2.1: #i79023# move headers that were left in CWS headaburemove


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [e585e9998c74829efc3293166594168b8ba90a4c]

INTEGRATION: CWS mergesvp (1.1.2); FILE ADDED 2007/07/04 15:32:34 pl 1.1.2.2: #i79023# header moving 2007/06/29 13:50:04 pl 1.1.2.1: #i79023# move headers that were left in CWS headaburemove


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [12c754efe40b7280634c7cd046fe9fc3ae66bee9]

INTEGRATION: CWS mergesvp (1.1.2); FILE ADDED 2007/06/29 13:50:04 pl 1.1.2.1: #i79023# move headers that were left in CWS headaburemove


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [ad5cbe781b85b0a53392d0d4382aeaf0dfa4b903]

INTEGRATION: CWS mergesvp (1.1.2); FILE ADDED 2007/07/04 15:32:34 pl 1.1.2.2: #i79023# header moving 2007/06/29 13:50:03 pl 1.1.2.1: #i79023# move headers that were left in CWS headaburemove


2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [1d1776b7e236d99409cd2ced6c542fb789c40da8]

INTEGRATION: CWS mergesvp (1.1.2); FILE ADDED 2007/06/29 13:50:03 pl 1.1.2.1: #i79023# move headers that were left in CWS headaburemove


2007-07-19  Vladimir Glazounov  <vg@openoffice.org>  [7d0abef6bb558e0c1842c6ef4e148722f683a998]

new version for SRC680


2007-07-19  Vladimir Glazounov  <vg@openoffice.org>  [b6fea938b7a96872d8e73eabc7b8ba206f2a3e3d]

new version for SRC680


2007-07-19  Oliver Bolte  <obo@openoffice.org>  [02eb5d806db6c9dd808d5c8d3a5b5863ee4257d0]

#i10000# some syntax errors + double defines


2007-07-19  Vladimir Glazounov  <vg@openoffice.org>  [ed7820e2cae603d7223fe259eb7475273d1dd7a3]

new version for SRC680


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [3f8bdd3ae6cf04b5bfbc8e31f903801450448dd5]

INTEGRATION: CWS os100 (1.13.74); FILE MERGED 2007/07/10 10:31:49 os 1.13.74.1: #i71108# graphic::XGraphic added


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [f50b365efe97ddc5725d74ae56fa8aad2aeb78c1]

INTEGRATION: CWS os100 (1.12.106); FILE MERGED 2007/07/10 10:32:18 os 1.12.106.1: #i71108# graphic::XGraphic added


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [c8210a42192c1523f73752d75c2851f3c9286e09]

INTEGRATION: CWS os100 (1.13.12); FILE MERGED 2007/07/10 14:03:02 os 1.13.12.1: #i69736# ::addNewConverted(): exception for already inserted formats removed


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [367398b1cc9c7e2ed867756dc2950b714aa19187]

INTEGRATION: CWS aw051 (1.4.56); FILE MERGED 2007/05/03 16:18:35 aw 1.4.56.1: #i4219# Added Get/Set entries for DrawingLayer PageSize Maximas and Page Margins to SvtOptionsDrawinglayer


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [360eb342824d950dc0e66b62360fc1e763e33bdb]

INTEGRATION: CWS aw051 (1.2.28); FILE MERGED 2007/05/03 16:18:34 aw 1.2.28.1: #i4219# Added Get/Set entries for DrawingLayer PageSize Maximas and Page Margins to SvtOptionsDrawinglayer


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [f2b0bd3f790aaf30323fdbd414b4132c75379686]

#i79714# fix for gcj


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [65a7964c4a406ac13488aae66c6527f2fbb56641]

INTEGRATION: CWS aw051 (1.15.84); FILE MERGED 2007/06/11 14:38:17 aw 1.15.84.1: #i77162# 2nd adaptions to new bezier handling


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [3c94afbcc6bddc7b45511ccc93883bc4903c57b0]

INTEGRATION: CWS aw051 (1.14.6); FILE MERGED 2007/06/12 16:31:57 aw 1.14.6.4: #i77162# Continued adaptions to bezier handling 2007/06/11 14:38:17 aw 1.14.6.3: #i77162# 2nd adaptions to new bezier handling 2007/06/07 11:26:58 aw 1.14.6.2: #i77162# adaptions to changed B2DPolygon bezier handling 2007/05/30 13:16:47 aw 1.14.6.1: #i76891# reworked B2DPolygon to Polygon converter to produce minimal Polygons when curves are used


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [c2bfbfc98a129a32a769d7c5032b36d02994d4aa]

INTEGRATION: CWS aw051 (1.8.26); FILE MERGED 2007/07/16 09:39:55 thb 1.8.26.2: #i77162# Added unit test for the new B2DPolygon methods 2007/06/15 13:29:35 aw 1.8.26.1: #i77162# 3rd round of adaptions to B2DPolygon bezier handling


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [2bee7581a3bc1e0079e3c037edfa7f55f01d77e9]

INTEGRATION: CWS aw051 (1.15.30); FILE MERGED 2007/06/15 13:29:21 aw 1.15.30.1: #i77162# 3rd round of adaptions to B2DPolygon bezier handling


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [35a2a543fbc7c26756786ed24572d12d720aebbb]

INTEGRATION: CWS aw051 (1.11.34); FILE MERGED 2007/06/15 13:29:21 aw 1.11.34.1: #i77162# 3rd round of adaptions to B2DPolygon bezier handling


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [50c1588376ae749bec1e14240a09bedf098a65f8]

INTEGRATION: CWS aw051 (1.4.6); FILE MERGED 2007/06/07 09:32:50 aw 1.4.6.2: #i77162# changes to B2DPolygon bezier handling 2007/06/06 15:49:42 aw 1.4.6.1: #i77162# B2DPolygin control point interface changes


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [b0cfe31bc6d353421a9a5642e2b6501d9989bebb]

INTEGRATION: CWS aw051 (1.7.34); FILE MERGED 2007/06/07 09:32:50 aw 1.7.34.2: #i77162# changes to B2DPolygon bezier handling 2007/06/06 15:49:41 aw 1.7.34.1: #i77162# B2DPolygin control point interface changes


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [64c3f33a0f57e2d270641f84ce6cb79d44f046ac]

INTEGRATION: CWS aw051 (1.6.26); FILE MERGED 2007/06/15 13:29:20 aw 1.6.26.3: #i77162# 3rd round of adaptions to B2DPolygon bezier handling 2007/06/07 09:32:50 aw 1.6.26.2: #i77162# changes to B2DPolygon bezier handling 2007/06/06 15:49:41 aw 1.6.26.1: #i77162# B2DPolygin control point interface changes


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [6bd99ed019b107b74cd3227589a598cfc16e154e]

INTEGRATION: CWS aw051 (1.15.30); FILE MERGED 2007/06/12 16:31:10 aw 1.15.30.5: #i77162# Continued adaptions to bezier handling 2007/06/11 14:41:47 aw 1.15.30.4: #i77162# 2nd adaptions to new bezier handling 2007/06/06 15:49:41 aw 1.15.30.3: #i77162# B2DPolygin control point interface changes 2007/05/10 13:21:19 aw 1.15.30.2: #i76891# 2007/05/10 09:48:51 aw 1.15.30.1: #i76891#


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [713bd813facd4dd5c4309be25e2a4ff289e50961]

INTEGRATION: CWS aw051 (1.13.30); FILE MERGED 2007/06/07 09:32:50 aw 1.13.30.2: #i77162# changes to B2DPolygon bezier handling 2007/06/06 15:49:41 aw 1.13.30.1: #i77162# B2DPolygin control point interface changes


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [58806a3b257a60078a7e726e7fd88f93f44335dc]

INTEGRATION: CWS aw051 (1.17.24); FILE MERGED 2007/06/06 15:49:41 aw 1.17.24.1: #i77162# B2DPolygin control point interface changes


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [16ddbebcbc9d5f27618cb01e443798d45b2bf586]

INTEGRATION: CWS aw051 (1.24.24); FILE MERGED 2007/06/12 16:31:10 aw 1.24.24.8: #i77162# Continued adaptions to bezier handling 2007/06/11 14:41:47 aw 1.24.24.7: #i77162# 2nd adaptions to new bezier handling 2007/06/08 14:37:43 aw 1.24.24.6: #i77162# adaptions to changed B2DPolygon bezier handling 2007/06/07 11:20:44 aw 1.24.24.5: #i77162# added getContinuityInPoint to B2DPolygon 2007/06/07 09:32:50 aw 1.24.24.4: #i77162# changes to B2DPolygon bezier handling 2007/06/06 15:49:41 aw 1.24.24.3: #i77162# B2DPolygin control point interface changes 2007/05/10 13:21:19 aw 1.24.24.2: #i76891# 2007/05/10 09:48:51 aw 1.24.24.1: #i76891#


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [bd150726a2e9f49f59e1d33e784a3263683edd76]

INTEGRATION: CWS aw051 (1.5.30); FILE MERGED 2007/06/11 14:41:47 aw 1.5.30.4: #i77162# 2nd adaptions to new bezier handling 2007/06/07 09:32:49 aw 1.5.30.3: #i77162# changes to B2DPolygon bezier handling 2007/06/06 15:49:41 aw 1.5.30.2: #i77162# B2DPolygin control point interface changes 2007/05/10 09:48:51 aw 1.5.30.1: #i76891#


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [d98835e0c613d5e1d5fdd0ded9c6f148bf26f6bd]

INTEGRATION: CWS aw051 (1.4.30); FILE MERGED 2007/06/07 09:32:49 aw 1.4.30.2: #i77162# changes to B2DPolygon bezier handling 2007/06/06 15:49:41 aw 1.4.30.1: #i77162# B2DPolygin control point interface changes


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [f6f9f761154af64617e04f2881570a60ee81f327]

INTEGRATION: CWS aw051 (1.18.24); FILE MERGED 2007/06/19 09:12:24 aw 1.18.24.7: #i77162# adaptions after resync 2007/06/15 13:29:20 aw 1.18.24.6: #i77162# 3rd round of adaptions to B2DPolygon bezier handling 2007/06/12 16:31:10 aw 1.18.24.5: #i77162# Continued adaptions to bezier handling 2007/06/11 14:41:47 aw 1.18.24.4: #i77162# 2nd adaptions to new bezier handling 2007/06/07 11:20:44 aw 1.18.24.3: #i77162# added getContinuityInPoint to B2DPolygon 2007/06/07 09:32:49 aw 1.18.24.2: #i77162# changes to B2DPolygon bezier handling 2007/06/06 15:49:41 aw 1.18.24.1: #i77162# B2DPolygin control point interface changes


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [8d728ab2646d3a2c4d56d3a9d6810c4c355f8793]

INTEGRATION: CWS aw051 (1.13.14); FILE MERGED 2007/06/11 14:41:47 aw 1.13.14.3: #i77162# 2nd adaptions to new bezier handling 2007/06/06 15:49:41 aw 1.13.14.2: #i77162# B2DPolygin control point interface changes 2007/05/10 09:48:51 aw 1.13.14.1: #i76891#


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [765a93e24b6d67e40153b927325d1c937ffe8113]

INTEGRATION: CWS aw051 (1.11.34); FILE MERGED 2007/06/11 14:41:47 aw 1.11.34.1: #i77162# 2nd adaptions to new bezier handling


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [c5c3f3662fc1aee7264ad86aa96d858d8e687f18]

INTEGRATION: CWS aw051 (1.12.64); FILE MERGED 2007/06/15 13:29:00 aw 1.12.64.1: #i77162# 3rd round of adaptions to B2DPolygon bezier handling


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [1567114ddde8c6e1db40214bc99d891a360fa2c0]

INTEGRATION: CWS aw051 (1.12.58); FILE MERGED 2007/06/15 13:29:00 aw 1.12.58.1: #i77162# 3rd round of adaptions to B2DPolygon bezier handling


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [41dc8dbf35003d353cae72a5dc289fd481b2863c]

INTEGRATION: CWS aw051 (1.14.64); FILE MERGED 2007/06/15 13:28:59 aw 1.14.64.1: #i77162# 3rd round of adaptions to B2DPolygon bezier handling


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [e234d2981d5b6765e3dee5d08783252cbb13a62d]

INTEGRATION: CWS aw051 (1.16.22); FILE MERGED 2007/06/15 13:28:59 aw 1.16.22.1: #i77162# 3rd round of adaptions to B2DPolygon bezier handling


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [7192028c5dda741b7e14f6df98535cab5111148a]

INTEGRATION: CWS aw051 (1.12.64); FILE MERGED 2007/06/15 13:28:59 aw 1.12.64.1: #i77162# 3rd round of adaptions to B2DPolygon bezier handling


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [f4b315f134cb2dc91a9baf5c490d2162ec17e6e2]

INTEGRATION: CWS aw051 (1.15.24); FILE MERGED 2007/05/10 09:48:43 aw 1.15.24.1: #i76891#


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [b6cb4a5126ee09dd76133c3e5e81451b0469e5e2]

INTEGRATION: CWS aw051 (1.12.46); FILE MERGED 2007/06/06 15:49:30 aw 1.12.46.1: #i77162# B2DPolygin control point interface changes


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [18c55231c1c58f246df7893d277a34847b8419fe]

INTEGRATION: CWS aw051 (1.20.24); FILE MERGED 2007/06/12 16:28:20 aw 1.20.24.4: #i77162# Continued adaptions to bezier handling 2007/06/08 14:37:22 aw 1.20.24.3: #i77162# adaptions to changed B2DPolygon bezier handling 2007/06/06 15:49:29 aw 1.20.24.2: #i77162# B2DPolygin control point interface changes 2007/05/10 09:48:43 aw 1.20.24.1: #i76891#


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [05a9284130482e80c532a6114b7c628f16302821]

INTEGRATION: CWS aw051 (1.11.46); FILE MERGED 2007/06/07 11:20:26 aw 1.11.46.3: #i77162# added getContinuityInPoint to B2DPolygon 2007/06/07 09:32:22 aw 1.11.46.2: #i77162# changes to B2DPolygon bezier handling 2007/06/06 15:49:29 aw 1.11.46.1: #i77162# B2DPolygin control point interface changes


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [8715845ffcc04f2b29a3c6df05168268247f8117]

INTEGRATION: CWS aw051 (1.10.24); FILE MERGED 2007/06/15 13:28:59 aw 1.10.24.1: #i77162# 3rd round of adaptions to B2DPolygon bezier handling


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [1cc614e38e4b4ed866f4b57b2d8cae5e6456a9ac]

INTEGRATION: CWS aw051 (1.10.56); FILE MERGED 2007/06/06 15:49:29 aw 1.10.56.1: #i77162# B2DPolygin control point interface changes


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [9a3341820e0460e668602857e3cc0505cd91c511]

INTEGRATION: CWS aw051 (1.8.64); FILE MERGED 2007/06/11 14:41:26 aw 1.8.64.1: #i77162# 2nd adaptions to new bezier handling


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [7b8f753a611cae9267bab640fcaa3ea98cc06acf]

INTEGRATION: CWS aw051 (1.26.18); FILE MERGED 2007/06/07 11:44:20 aw 1.26.18.1: #i77162# adaptions to changed B2DPolygon bezier handling


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [e8af830d5cb236adda3473005ae587565aded4fe]

INTEGRATION: CWS aw051 (1.5.28); FILE MERGED 2007/06/20 12:34:56 aw 1.5.28.1: Adaptions after resync


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [37194464980be19ef1bd0cd66037aca8c47b26e9]

INTEGRATION: CWS aw051 (1.9.36); FILE MERGED 2007/06/07 17:33:30 aw 1.9.36.1: #i77162# adaptions to B2DPolygon bezier segment changes


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [2a765fd48ce28eea0578b8b3a09ae1253697ffbe]

INTEGRATION: CWS finalsisslremoval (1.2.4); FILE MERGED 2007/07/15 07:49:42 pjanik 1.2.4.1: #i79627#: Remove SISSL.


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [b3fe9e1407f08d24947fe0b45dfeb8718227aac1]

INTEGRATION: CWS finalsisslremoval (1.2.4); FILE MERGED 2007/07/15 07:49:02 pjanik 1.2.4.1: #i79627#: Remove SISSL.


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [0e53183333631d6519a5ebbfcd429722804af124]

INTEGRATION: CWS finalsisslremoval (1.2.10); FILE MERGED 2007/07/15 07:54:27 pjanik 1.2.10.1: #i79627#: Remove SISSL.


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [43f2be34394b916efeda3175f5c1f8a1346d57bf]

INTEGRATION: CWS finalsisslremoval (1.2.10); FILE MERGED 2007/07/15 07:58:03 pjanik 1.2.10.2: #i79627#: Remove SISSL. 2007/07/15 07:53:36 pjanik 1.2.10.1: #i79627#: Remove SISSL.


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [82058bc208897f399ddea0ec07505c6925e2c126]

INTEGRATION: CWS finalsisslremoval (1.2.10); FILE MERGED 2007/07/15 07:53:10 pjanik 1.2.10.1: #i79627#: Remove SISSL.


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [09c0a865dc72f297c8f2181ebfec474e1275f062]

INTEGRATION: CWS finalsisslremoval (1.3.14); FILE MERGED 2007/07/15 08:00:02 pjanik 1.3.14.1: #i79627#: Remove SISSL.


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [8dadcdac10d48a27dbb53d792a8da9dc73aaa26c]

INTEGRATION: CWS finalsisslremoval (1.3.32); FILE MERGED 2007/07/15 07:59:26 pjanik 1.3.32.1: #i79627#: Remove SISSL.


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [272cb0b12a17511c95470f0b45e0fb9fdf1cbd99]

INTEGRATION: CWS finalsisslremoval (1.4.14); FILE MERGED 2007/07/15 07:58:58 pjanik 1.4.14.1: #i79627#: Remove SISSL.


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [f3ad46c03880bffc2c9b91d323daaaf409427e07]

INTEGRATION: CWS finalsisslremoval (1.2.32); FILE MERGED 2007/07/15 07:57:12 pjanik 1.2.32.1: #i79627#: Remove SISSL.


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [8759f20d55ffbb65397a13dfcae9e6e86a6e739e]

INTEGRATION: CWS finalsisslremoval (1.2.32); FILE MERGED 2007/07/15 07:56:44 pjanik 1.2.32.1: #i79627#: Remove SISSL.


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [4f025a3a001782e43fcfa78f9630338bc33ce293]

INTEGRATION: CWS fwk67 (1.24.150); FILE MERGED 2007/06/25 06:49:35 pb 1.24.150.1: fix: #i78576# some using directives removed


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [c6925ffa0d10bcd882e2d941f208d7e86ca7f531]

INTEGRATION: CWS fwk67 (1.8.62); FILE MERGED 2007/06/25 06:49:35 pb 1.8.62.1: fix: #i78576# some using directives removed


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [401381b3adc06573d5ecf944e217df7b893372d7]

INTEGRATION: CWS fwk67 (1.4.32); FILE MERGED 2007/07/03 07:41:30 cd 1.4.32.1: #i79096# Fix mismatch between new and delete


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [d2b35b293c654545b00bb9583e517d69e49f896f]

INTEGRATION: CWS fwk67 (1.11.96); FILE MERGED 2007/06/25 09:45:32 cd 1.11.96.2: #i78217# Remove obsolete code 2007/06/22 14:56:01 cd 1.11.96.1: #i78217# Missing exception specification


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [b6b2c0dc83a7f8c013523469b066a5714fcee2ee]

INTEGRATION: CWS fwk67 (1.9.218); FILE MERGED 2007/06/22 11:08:45 cd 1.9.218.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [b3f119452e97318d3891d40db62a935444c86cbb]

INTEGRATION: CWS fwk67 (1.19.218); FILE MERGED 2007/06/22 11:08:45 cd 1.19.218.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [030a8589ccc22e4f2ecc46c03b8e19bbdb5f02ce]

INTEGRATION: CWS fwk67 (1.66.200); FILE MERGED 2007/06/22 11:08:45 cd 1.66.200.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [d23b15b82c946036c36eb67827e3559aeb9a1603]

INTEGRATION: CWS fwk67 (1.46.10); FILE MERGED 2007/06/22 11:08:45 cd 1.46.10.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [9b80d95bb7ebf6f36eea246603154685d5bfdd1d]

INTEGRATION: CWS fwk67 (1.8.60); FILE MERGED 2007/06/22 11:08:45 cd 1.8.60.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [1e46c45efefbd3c32d5056854f31c9a158b0d015]

INTEGRATION: CWS fwk67 (1.5.200); FILE MERGED 2007/06/22 11:08:44 cd 1.5.200.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [a9f370fc4c3b9d87adff59dc68850ee4370d33e5]

INTEGRATION: CWS fwk67 (1.4.88); FILE MERGED 2007/06/22 11:08:44 cd 1.4.88.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [ff80ca18ab89b221d2370bfd263ceb6c5282e549]

INTEGRATION: CWS fwk67 (1.10.200); FILE MERGED 2007/06/22 11:08:44 cd 1.10.200.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [71bf1cb60811e3f7e96f8e08ab5c88ba42a69b7f]

INTEGRATION: CWS fwk67 (1.11.218); FILE MERGED 2007/06/22 11:08:44 cd 1.11.218.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [f9ae40cf09d2f1a1c1099876000d3c25bcdd9de6]

INTEGRATION: CWS fwk67 (1.16.200); FILE MERGED 2007/06/22 11:08:44 cd 1.16.200.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [020a16e2104dfda96b0a1f378544c6e8f531636a]

INTEGRATION: CWS fwk67 (1.47.200); FILE MERGED 2007/06/22 11:08:44 cd 1.47.200.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [3c0f81695ff25285ec8d6f666a8034d9a7745a77]

INTEGRATION: CWS fwk67 (1.30.42); FILE MERGED 2007/06/22 11:08:43 cd 1.30.42.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [556a821572e52587644abceff9b19b743c72b72b]

INTEGRATION: CWS fwk67 (1.5.218); FILE MERGED 2007/06/22 11:08:43 cd 1.5.218.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [523c78056d4ba0eb12e9b092e6dd98c1f80b8645]

INTEGRATION: CWS fwk67 (1.17.216); FILE MERGED 2007/06/22 11:08:43 cd 1.17.216.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [463e306d177394f70e51b0d69e5868d37a15b664]

INTEGRATION: CWS fwk67 (1.11.62); FILE MERGED 2007/07/03 07:34:46 cd 1.11.62.1: #i79057# Fix memory leak


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [b78e1a00b77d911bab9dc965171afc3cf2c84b19]

INTEGRATION: CWS fwk67 (1.29.4); FILE MERGED 2007/06/22 11:08:43 cd 1.29.4.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [144554190c42c268a840e0b02f8c54997287adab]

INTEGRATION: CWS fwk67 (1.8.200); FILE MERGED 2007/06/22 11:08:43 cd 1.8.200.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [186290a416d37b5595e16b35eba2740858072d6e]

INTEGRATION: CWS fwk67 (1.51.200); FILE MERGED 2007/06/22 11:08:43 cd 1.51.200.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [eb4b60c7e85bdaa7959e3fe70a25345142a99a5e]

INTEGRATION: CWS fwk67 (1.2.84); FILE MERGED 2007/06/22 11:08:43 cd 1.2.84.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [707b80a7f69d3aa6079cb27fc88ce034cb2e01e7]

INTEGRATION: CWS fwk67 (1.2.84); FILE MERGED 2007/06/22 11:08:42 cd 1.2.84.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [6072cd6d04bcbf15f581d355ff2ea4abb0c74c8e]

INTEGRATION: CWS fwk67 (1.17.314); FILE MERGED 2007/06/22 11:08:42 cd 1.17.314.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [dded0a2a620017bc2b0105c06545723943768842]

INTEGRATION: CWS fwk67 (1.2.542); FILE MERGED 2007/06/22 11:08:42 cd 1.2.542.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [691512a75f01852b3739cfabc6d99642dac11e56]

INTEGRATION: CWS fwk67 (1.80.40); FILE MERGED 2007/07/02 11:26:51 cd 1.80.40.1: #i77203# Detect place holder syntax for pattern field too


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [84653ad3d3edeba5a53a2c2f946751c51ad6f3ad]

INTEGRATION: CWS fwk67 (1.19.8); FILE MERGED 2007/06/27 07:02:37 cd 1.19.8.1: #i78648# Dialog model must update position/size properties when peer position/size changes


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [476e7ce9f936f5796cad6658c0c63242aac23160]

INTEGRATION: CWS fwk67 (1.7.12); FILE MERGED 2007/06/27 07:02:37 cd 1.7.12.1: #i78648# Dialog model must update position/size properties when peer position/size changes


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [1c36bd90819aca7b32d2033f849db176103fdba0]

INTEGRATION: CWS l10ntooling02 (1.27.42); FILE MERGED 2007/07/06 15:47:20 ihi 1.27.42.1: #i66919# #i74982# #i78306# fixed fallback issues


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [d3b0039c9cf56584890e1bea93a151aa52aa9fc2]

INTEGRATION: CWS l10ntooling02 (1.55.8); FILE MERGED 2007/07/06 15:47:19 ihi 1.55.8.1: #i66919# #i74982# #i78306# fixed fallback issues


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [d11140e2757f334fdaf4841e59f4ec1f34143d57]

INTEGRATION: CWS localefallback (1.21.34); FILE MERGED 2007/07/11 14:00:38 er 1.21.34.2: need version.mk (wonder how that linked in a non-pro environment?! ?) and have some dependency on i18nisolang*.lib 2007/07/10 18:54:55 er 1.21.34.1: #i73506# use getFallbackLocale() instead of keeping a separate list


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [acb63c1ea2bfc81d48dfd83301517db4e4a1d395]

INTEGRATION: CWS localefallback (1.16.98); FILE MERGED 2007/07/06 10:04:25 er 1.16.98.1: avoid controversies in generated lists, even if it's only a comment field not visible in the product


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [e5af426934b20536961becfc1d1e58a1fc71ac41]

INTEGRATION: CWS localefallback (1.1.386); FILE MERGED 2007/07/05 11:19:59 er 1.1.386.1: beautify output


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [bee7fb7f35cfb0b33e77c68b956a4aec6818d392]

INTEGRATION: CWS localefallback (1.49.2); FILE MERGED 2007/07/10 18:54:55 er 1.49.2.1: #i73506# use getFallbackLocale() instead of keeping a separate list


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [339f8c765e5fe052d3dc75221f6f4f7f9c9248d4]

INTEGRATION: CWS localefallback (1.8.4); FILE MERGED 2007/07/10 16:48:33 er 1.8.4.1: #i73506# implement language/locale fallback


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [7ca932986e558a0026d0c2b21439561831c845e5]

INTEGRATION: CWS localefallback (1.11.4); FILE MERGED 2007/07/11 12:44:12 er 1.11.4.4: unxsols4 complains 'statement is unreachable' for a break after a return 2007/07/11 11:18:18 er 1.11.4.3: #i73506# be consistent, LanguageType is not an enum 2007/07/10 17:47:39 er 1.11.4.2: #i73506# adapt some defaults to table in ../localedata/localedata.cxx 2007/07/10 16:48:33 er 1.11.4.1: #i73506# implement language/locale fallback


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [ab09e7a7bb5d8c73de10524d947f8c9e5f541cb5]

INTEGRATION: CWS localefallback (1.24.34); FILE MERGED 2007/07/10 18:54:55 er 1.24.34.1: #i73506# use getFallbackLocale() instead of keeping a separate list


2007-07-18  Oliver Bolte  <obo@openoffice.org>  [6d84d5ea3b1eeae4b90a3996525e1f0daab3d9f5]

INTEGRATION: CWS localefallback (1.3.94); FILE MERGED 2007/07/10 19:05:30 er 1.3.94.2: #i73506# be consistent, LanguageType is not an enum 2007/07/10 16:48:33 er 1.3.94.1: #i73506# implement language/locale fallback


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [389383eae8c48d3b3183401a9c2f373aca38b680]

INTEGRATION: CWS presfixes12 (1.7.50); FILE MERGED 2007/03/08 21:37:08 thb 1.7.50.1: #i37778# Added extra setClip() method to be able to set no clip - setting a clip with zero polygons by definition clips everything


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [ba086d72412c9db9ea9fee587f45ee233b873ebb]

INTEGRATION: CWS presfixes12 (1.8.22); FILE MERGED 2007/03/08 21:37:08 thb 1.8.22.1: #i37778# Added extra setClip() method to be able to set no clip - setting a clip with zero polygons by definition clips everything


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [922d780b4f396356f871864b6599beb2fea3127d]

INTEGRATION: CWS presfixes12 (1.7.50); FILE MERGED 2007/03/08 21:37:08 thb 1.7.50.2: #i37778# Added extra setClip() method to be able to set no clip - setting a clip with zero polygons by definition clips everything 2007/02/20 22:29:30 thb 1.7.50.1: #i37778# Added XCanvas::clear() to all relevant interfaces


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [0dd9e5ee0afa3ad1c4774935576001ec772b1362]

INTEGRATION: CWS presfixes12 (1.8.22); FILE MERGED 2007/06/19 11:25:24 thb 1.8.22.4: #i10000# Reversed order, seems that gcc does not handle the safe bool idiom correctly here 2007/06/18 14:33:23 thb 1.8.22.3: #i10000# Avoid boost::optional::get(), which changed semantics after 1.31 (breaks the build for --with-system-boost) 2007/03/08 21:37:07 thb 1.8.22.2: #i37778# Added extra setClip() method to be able to set no clip - setting a clip with zero polygons by definition clips everything 2007/02/20 22:29:30 thb 1.8.22.1: #i37778# Added XCanvas::clear() to all relevant interfaces


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [356d9091f36cbf56fa15a95da8b12afa80aa7cef]

INTEGRATION: CWS presfixes12 (1.8.18); FILE MERGED 2007/06/19 11:25:23 thb 1.8.18.3: #i10000# Reversed order, seems that gcc does not handle the safe bool idiom correctly here 2007/06/18 14:33:23 thb 1.8.18.2: #i10000# Avoid boost::optional::get(), which changed semantics after 1.31 (breaks the build for --with-system-boost) 2007/03/08 21:37:07 thb 1.8.18.1: #i37778# Added extra setClip() method to be able to set no clip - setting a clip with zero polygons by definition clips everything


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [23be7f557ebc697d87c8fd49d0b7258f73be7076]

INTEGRATION: CWS presfixes12 (1.20.18); FILE MERGED 2007/03/05 14:06:35 thb 1.20.18.3: #i37778# Converting XCanvas exceptions into return value for metafile renderer 2007/02/21 15:03:59 thb 1.20.18.2: RESYNC: (1.20-1.21); FILE MERGED 2007/02/20 22:29:27 thb 1.20.18.1: #i37778# Added XCanvas::clear() to all relevant interfaces


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [165eba7f861ba71839c15c8a7b8febd92f231e15]

INTEGRATION: CWS presfixes12 (1.5.50); FILE MERGED 2007/03/08 21:37:07 thb 1.5.50.1: #i37778# Added extra setClip() method to be able to set no clip - setting a clip with zero polygons by definition clips everything


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [72b7b863f4e24ecceb4f95ede56ab7a536ea3064]

INTEGRATION: CWS presfixes12 (1.7.50); FILE MERGED 2007/03/08 21:37:18 thb 1.7.50.1: #i37778# Added extra setClip() method to be able to set no clip - setting a clip with zero polygons by definition clips everything


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [2471c8a94d16dba29b7ea89ddc1ff5c1b0ab4a81]

INTEGRATION: CWS presfixes12 (1.5.50); FILE MERGED 2007/03/08 21:37:18 thb 1.5.50.1: #i37778# Added extra setClip() method to be able to set no clip - setting a clip with zero polygons by definition clips everything


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [d940abd3f44b7486af9a85aa08af0b138b5d4d1e]

INTEGRATION: CWS presfixes12 (1.8.50); FILE MERGED 2007/03/08 21:37:18 thb 1.8.50.2: #i37778# Added extra setClip() method to be able to set no clip - setting a clip with zero polygons by definition clips everything 2007/02/20 22:29:26 thb 1.8.50.1: #i37778# Added XCanvas::clear() to all relevant interfaces


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [3fb68e84a62a7c181ce092d9825de3a1ef507c49]

INTEGRATION: CWS presfixes12 (1.4.30); FILE MERGED 2007/04/25 20:41:47 thb 1.4.30.1: #i10000# Made code compile warning free


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e97d594614f7f96e48c3dbd40a4b6bbc70153576]

INTEGRATION: CWS presfixes12 (1.3.48); FILE MERGED 2007/02/20 22:23:09 thb 1.3.48.1: #i37778# Added XCanvas::clear() method throughout all implementations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [189e0eeb761ecd81145d8b5d9a28c5e5f08f8091]

INTEGRATION: CWS presfixes12 (1.7.18); FILE MERGED 2007/04/17 14:32:17 thb 1.7.18.2: #i37778# Added better sprite debugging facilities 2007/02/20 22:23:09 thb 1.7.18.1: #i37778# Added XCanvas::clear() method throughout all implementations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [650b5b77244ed84f91170f0a772675726e04ebab]

INTEGRATION: CWS presfixes12 (1.9.18); FILE MERGED 2007/04/17 14:32:16 thb 1.9.18.2: #i37778# Added better sprite debugging facilities 2007/02/20 22:23:09 thb 1.9.18.1: #i37778# Added XCanvas::clear() method throughout all implementations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e3d50059966feaa275ac67d14c75aa31d3fffba4]

INTEGRATION: CWS presfixes12 (1.10.26); FILE MERGED 2007/02/02 09:21:21 thb 1.10.26.1: #i37778# Changed old-style int casts to sal::static_int_cast; changed (double)x casts to double(x) initializations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [d76b5662153cb1e2e53b63a505baffbc500e8822]

INTEGRATION: CWS presfixes12 (1.7.54); FILE MERGED 2007/02/14 13:21:02 thb 1.7.54.1: #i37778# Added XCanvas::clear() to all canvas implentations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [03cf6975bd2629f0446496cb132773c18baeb78f]

INTEGRATION: CWS presfixes12 (1.10.26); FILE MERGED 2007/03/08 21:39:09 thb 1.10.26.5: #i37778# Changed handling of clips, to actually adhere to the contract of XCanvas (with zero-count clip polygon denoting: everything clipped away) 2007/03/05 00:23:00 thb 1.10.26.4: #i37778# Added hacked-up special case for CompositeMode::SOURCE and polygon fills (to facilitate sprite clears) 2007/02/20 22:23:09 thb 1.10.26.3: #i37778# Added XCanvas::clear() method throughout all implementations 2007/02/14 13:21:02 thb 1.10.26.2: #i37778# Added XCanvas::clear() to all canvas implentations 2007/02/02 09:21:20 thb 1.10.26.1: #i37778# Changed old-style int casts to sal::static_int_cast; changed (double)x casts to double(x) initializations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [a9aa229d640fcc4e8feeff6de8dbf559dcb7f64b]

INTEGRATION: CWS presfixes12 (1.11.30); FILE MERGED 2007/02/20 22:23:09 thb 1.11.30.1: #i37778# Added XCanvas::clear() method throughout all implementations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [095888d1398ddeace6822446865258754bd8da3b]

INTEGRATION: CWS presfixes12 (1.9.26); FILE MERGED 2007/02/02 09:21:20 thb 1.9.26.1: #i37778# Changed old-style int casts to sal::static_int_cast; changed (double)x casts to double(x) initializations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [4bd3d8b44ad89b0bc1c10ed5545d79627b6179ac]

INTEGRATION: CWS presfixes12 (1.4.30); FILE MERGED 2007/02/02 09:21:53 thb 1.4.30.1: #i37778# Changed old-style int casts to sal::static_int_cast; changed (double)x casts to double(x) initializations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [aa46b1ffbb53f5535ea26d1ab5e333c06060c639]

INTEGRATION: CWS presfixes12 (1.2.76); FILE MERGED 2007/02/02 09:21:53 thb 1.2.76.1: #i37778# Changed old-style int casts to sal::static_int_cast; changed (double)x casts to double(x) initializations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [b62dcdb88fdef0eebf4fe3225c9158d38e51d257]

INTEGRATION: CWS presfixes12 (1.5.18); FILE MERGED 2007/02/20 22:23:08 thb 1.5.18.1: #i37778# Added XCanvas::clear() method throughout all implementations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c6ef1dce8bb0b8fb0b44c6a6f9c84e6067566f29]

INTEGRATION: CWS presfixes12 (1.9.26); FILE MERGED 2007/03/05 14:18:15 thb 1.9.26.2: #i37778# Added note to self 2007/02/02 09:21:53 thb 1.9.26.1: #i37778# Changed old-style int casts to sal::static_int_cast; changed (double)x casts to double(x) initializations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [46e90a4b9d49956a4c1e1995757a611cb5214f1b]

INTEGRATION: CWS presfixes12 (1.9.18); FILE MERGED 2007/02/02 09:21:53 thb 1.9.18.1: #i37778# Changed old-style int casts to sal::static_int_cast; changed (double)x casts to double(x) initializations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [86cb483be35a80010df28608dce676c828cf48e2]

INTEGRATION: CWS presfixes12 (1.3.30); FILE MERGED 2007/02/20 22:23:08 thb 1.3.30.1: #i37778# Added XCanvas::clear() method throughout all implementations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5039a7196fa393cfe439f06d73565deb31b8dd2c]

INTEGRATION: CWS presfixes12 (1.3.48); FILE MERGED 2007/02/20 22:23:08 thb 1.3.48.1: #i37778# Added XCanvas::clear() method throughout all implementations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [212d8da157cf72587e17863723605cd85dff1dba]

INTEGRATION: CWS presfixes12 (1.4.30); FILE MERGED 2007/02/20 22:23:08 thb 1.4.30.1: #i37778# Added XCanvas::clear() method throughout all implementations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [f322e59add6b01d45fae76294db7260b4d50af6a]

INTEGRATION: CWS presfixes12 (1.2.76); FILE MERGED 2007/02/14 13:21:01 thb 1.2.76.1: #i37778# Added XCanvas::clear() to all canvas implentations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [2177534d176ba76afd29dc2628bff3d3fee6a6d4]

INTEGRATION: CWS presfixes12 (1.4.30); FILE MERGED 2007/02/14 13:21:01 thb 1.4.30.1: #i37778# Added XCanvas::clear() to all canvas implentations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [1d518ba4b4b052d75d2a1bf129be7056b53eaa50]

INTEGRATION: CWS presfixes12 (1.6.82); FILE MERGED 2007/04/17 14:32:37 thb 1.6.82.1: #i37778# Java canvas also needs clear() method


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [422efaa23c31796a4f50cdb982e287c650e80e0b]

INTEGRATION: CWS presfixes12 (1.4.24); FILE MERGED 2007/03/01 13:45:35 thb 1.4.24.1: #i37778# Made compositing mode operational (to e.g. clear a surface to transparent); made cairocanvas compile warning-free under gcc4.1


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [334c819e4d7baff0f743b2094baba7f8637013fc]

INTEGRATION: CWS presfixes12 (1.2.58); FILE MERGED 2007/02/20 22:23:07 thb 1.2.58.1: #i37778# Added XCanvas::clear() method throughout all implementations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [2c081bef4d32034ba03a03098e861996e74e768c]

INTEGRATION: CWS presfixes12 (1.4.24); FILE MERGED 2007/03/01 13:45:35 thb 1.4.24.2: #i37778# Made compositing mode operational (to e.g. clear a surface to transparent); made cairocanvas compile warning-free under gcc4.1 2007/02/20 22:23:07 thb 1.4.24.1: #i37778# Added XCanvas::clear() method throughout all implementations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [2d63db52c10b9f5ba5be343f8c1b845962c71429]

INTEGRATION: CWS presfixes12 (1.4.18); FILE MERGED 2007/03/01 13:45:35 thb 1.4.18.1: #i37778# Made compositing mode operational (to e.g. clear a surface to transparent); made cairocanvas compile warning-free under gcc4.1


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c97af76015a1c3ccf25e3863cfe1466f1cde635a]

INTEGRATION: CWS presfixes12 (1.6.18); FILE MERGED 2007/04/28 23:16:10 thb 1.6.18.2: #i76730# Added documentation to cairocanvas funcions - thanks mox 2007/03/01 13:45:34 thb 1.6.18.1: #i37778# Made compositing mode operational (to e.g. clear a surface to transparent); made cairocanvas compile warning-free under gcc4.1


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [2907863b06e74a1129723fb693d0f3187e87e4b2]

INTEGRATION: CWS presfixes12 (1.5.18); FILE MERGED 2007/03/01 13:45:34 thb 1.5.18.1: #i37778# Made compositing mode operational (to e.g. clear a surface to transparent); made cairocanvas compile warning-free under gcc4.1


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [03a6d031f2dd6e50114c7a1a6a7bef44caa72941]

INTEGRATION: CWS presfixes12 (1.3.24); FILE MERGED 2007/02/14 13:21:02 thb 1.3.24.1: #i37778# Added XCanvas::clear() to all canvas implentations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [ccc296975ed2e323efd94becee2e7162e25ece51]

INTEGRATION: CWS presfixes12 (1.6.18); FILE MERGED 2007/04/28 23:16:09 thb 1.6.18.6: #i76730# Added documentation to cairocanvas funcions - thanks mox 2007/03/01 13:45:34 thb 1.6.18.5: #i37778# Made compositing mode operational (to e.g. clear a surface to transparent); made cairocanvas compile warning-free under gcc4.1 2007/02/25 18:49:46 thb 1.6.18.4: #i37778# Fixed typo: missing cairo context 2007/02/21 14:44:30 thb 1.6.18.3: RESYNC: (1.6-1.7); FILE MERGED 2007/02/20 22:23:07 thb 1.6.18.2: #i37778# Added XCanvas::clear() method throughout all implementations 2007/02/14 13:21:02 thb 1.6.18.1: #i37778# Added XCanvas::clear() to all canvas implentations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5f3fd299708b04c77cd48fbeae2059f10ba84fe6]

INTEGRATION: CWS presfixes12 (1.4.24); FILE MERGED 2007/02/20 22:23:07 thb 1.4.24.1: #i37778# Added XCanvas::clear() method throughout all implementations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [432e0f738b65b605ceb97f5798311dd30aea7629]

INTEGRATION: CWS presfixes12 (1.3.54); FILE MERGED 2007/04/28 23:16:09 thb 1.3.54.2: #i76730# Added documentation to cairocanvas funcions - thanks mox 2007/03/01 13:45:34 thb 1.3.54.1: #i37778# Made compositing mode operational (to e.g. clear a surface to transparent); made cairocanvas compile warning-free under gcc4.1


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [1d82152cf29916f1a593253029a3f5017729fc4a]

INTEGRATION: CWS presfixes12 (1.4.30); FILE MERGED 2007/04/29 21:21:18 thb 1.4.30.3: #i10000# Fixing syntax, patch provided by mox 2007/04/28 23:16:09 thb 1.4.30.2: #i76730# Added documentation to cairocanvas funcions - thanks mox 2007/03/01 13:45:33 thb 1.4.30.1: #i37778# Made compositing mode operational (to e.g. clear a surface to transparent); made cairocanvas compile warning-free under gcc4.1


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [0c8172cf352d33823f116efa58ceaa011cec7a30]

INTEGRATION: CWS presfixes12 (1.3.30); FILE MERGED 2007/03/01 13:45:33 thb 1.3.30.1: #i37778# Made compositing mode operational (to e.g. clear a surface to transparent); made cairocanvas compile warning-free under gcc4.1


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [744c02e5378c5db5bfba72cc4884ea53ff52ae45]

INTEGRATION: CWS presfixes12 (1.3.48); FILE MERGED 2007/02/20 22:23:07 thb 1.3.48.1: #i37778# Added XCanvas::clear() method throughout all implementations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [9080e584725a3dcce82dbb2fd9a786bf20c5ef76]

INTEGRATION: CWS presfixes12 (1.5.18); FILE MERGED 2007/06/14 16:16:53 thb 1.5.18.1: #i58343# Removing NULL as the placeholder for empty setter method, in favor of overloading constructor and function operator - (void*) is simply not a function ptr for x86-64


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [caabd9c3b4bb1577374965e01acbcb3d3ce04e21]

INTEGRATION: CWS presfixes12 (1.2.76); FILE MERGED 2007/02/20 22:23:07 thb 1.2.76.1: #i37778# Added XCanvas::clear() method throughout all implementations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c4d08a219b4e711b966420248c701a8daed09622]

INTEGRATION: CWS presfixes12 (1.2.76); FILE MERGED 2007/02/21 19:36:59 thb 1.2.76.2: #i37778# gcc needs explicit base class specification to access mbSurfaceDirty 2007/02/20 22:23:06 thb 1.2.76.1: #i37778# Added XCanvas::clear() method throughout all implementations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [9634eac6ba883a8b56ff51e6831b7d2a260201b5]

INTEGRATION: CWS presfixes12 (1.3.18); FILE MERGED 2007/02/20 22:23:06 thb 1.3.18.2: #i37778# Added XCanvas::clear() method throughout all implementations 2007/02/14 13:21:01 thb 1.3.18.1: #i37778# Added XCanvas::clear() to all canvas implentations


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [09571b8ffbc75e9c2391915cc327e44d434e6943]

INTEGRATION: CWS presfixes12 (1.2.76); FILE MERGED 2007/06/14 16:16:53 thb 1.2.76.1: #i58343# Removing NULL as the placeholder for empty setter method, in favor of overloading constructor and function operator - (void*) is simply not a function ptr for x86-64


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [b69b5779cb2e8d3099ae95da60ee962cce08aca6]

INTEGRATION: CWS basemodelrefactoring (1.21.6); FILE MERGED 2007/04/14 19:35:15 mba 1.21.6.2: timestamp removed 2007/04/14 19:33:32 mba 1.21.6.1: timestamp removed


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [77b1aae7545922a9e7738309e434177c4a539c8e]

INTEGRATION: CWS basemodelrefactoring (1.45.60); FILE MERGED 2007/04/14 17:49:51 mba 1.45.60.2: conflicts resolved 2007/04/10 21:10:36 mba 1.45.60.1: #i75726#: moved timestamp to binfilter


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [952b8781b87fecfd16ab9b8a177572b7f05f0fd6]

INTEGRATION: CWS basemodelrefactoring (1.25.54); FILE MERGED 2007/04/10 21:10:35 mba 1.25.54.1: #i75726#: moved timestamp to binfilter


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [b32cb49883ab5d84d8b3f52376465ef201e1a2a1]

INTEGRATION: CWS basemodelrefactoring (1.34.236); FILE MERGED 2007/04/07 17:37:46 mba 1.34.236.1: #i26672#: remove undocumented service css.document.DocumentProperties


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [373c89c7714b87dce6df597392cefee8e76d4d0e]

INTEGRATION: CWS basemodelrefactoring (1.75.144); FILE MERGED 2007/05/08 23:51:25 mba 1.75.144.2: RESYNC: (1.75-1.76); FILE MERGED 2007/04/07 17:37:46 mba 1.75.144.1: #i26672#: remove undocumented service css.document.DocumentProperties


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [235096d5ee6ee7f1d856bcae3aed1b5bf776c75d]

INTEGRATION: CWS basemodelrefactoring (1.4.144); FILE MERGED 2007/04/07 17:37:46 mba 1.4.144.1: #i26672#: remove undocumented service css.document.DocumentProperties


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c5c7a15a5ac6670532a29e5acc2ca5898b02c746]

INTEGRATION: CWS basemodelrefactoring (1.7.144); FILE MERGED 2007/04/07 17:37:46 mba 1.7.144.1: #i26672#: remove undocumented service css.document.DocumentProperties


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [8f87762a5711c21254a8212e48d7eab2f0956a21]

INTEGRATION: CWS basemodelrefactoring (1.27.56); FILE MERGED 2007/07/16 14:30:33 mba 1.27.56.2: RESYNC: (1.27-1.29); FILE MERGED 2007/03/23 22:28:05 mba 1.27.56.1: #i75677#: remove obsolete settings


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e77cfd23a3ed034f07c66388e3669ff5b510a507]

INTEGRATION: CWS basemodelrefactoring (1.2.2); FILE MERGED 2007/04/14 18:38:51 mba 1.2.2.1: file was changed but moved on master


2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5477366e0646961d7303e67d72a9b0d2f1addb16]

INTEGRATION: CWS basemodelrefactoring (1.4.488); FILE MERGED 2007/04/07 17:37:13 mba 1.4.488.1: #i26672#: remove undocumented service css.document.DocumentProperties


2007-07-12  Vladimir Glazounov  <vg@openoffice.org>  [16fa85c67a696a7cacf4cc95deb5cb5fe5d969c3]

new version for SRC680


2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [9ad1122c6c605802093110e6dcfff7f3cebd096a]

#i10000# #i79499# build fix


2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [bbe7ed30aabf3a417710f9d34656e3c0e932c5f9]

#i10000# build fix


2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [9c4bfd088a7fce713d153448409b28f9a3a7083b]

INTEGRATION: CWS mba23issues03 (1.8.62); FILE MERGED 2007/06/14 18:55:19 mba 1.8.62.1: #i72366#: remove old MacOS9 code


2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [f515c4cb9d43107489b5d4f1a33c050ca18ae515]

INTEGRATION: CWS mba23issues03 (1.40.34); FILE MERGED 2007/06/14 18:56:24 mba 1.40.34.1: #i72366#: remove old MacOS9 code


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [c9a37be58d5557f21fc1febe7b31576b12209ded]

INTEGRATION: CWS receditor (1.25.12); FILE MERGED 2007/06/26 14:45:08 ihi 1.25.12.1: #i75595# recommand editor


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [d2aaa5df1df8dfc631b1ce69f4afc6727acc03a5]

INTEGRATION: CWS receditor (1.4.12); FILE MERGED 2007/06/26 14:45:08 ihi 1.4.12.1: #i75595# recommand editor


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [57482f8edf629fc65f71834ce81ed7e61228816d]

INTEGRATION: CWS receditor (1.1.2); FILE ADDED 2007/06/26 14:38:54 ihi 1.1.2.1: #i75595# recommand editor


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [b6f8a509c892bff8cc8cc56687fd8a0e3083604c]

INTEGRATION: CWS receditor (1.1.2); FILE ADDED 2007/06/26 14:38:53 ihi 1.1.2.1: #i75595# recommand editor


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [bfac20b2f95e5fc229179c919ba002c4cba2fe86]

INTEGRATION: CWS receditor (1.1.2); FILE ADDED 2007/07/05 10:57:46 ihi 1.1.2.3: updated focus lost 2007/07/03 18:07:53 ihi 1.1.2.2: Save <> focus 2007/06/26 14:38:53 ihi 1.1.2.1: #i75595# recommand editor


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [6977b9c6f26eb2de39015fbc87d58022e0d8d967]

INTEGRATION: CWS receditor (1.2.12); FILE MERGED 2007/06/26 14:45:30 ihi 1.2.12.1: #i75595# recommand editor


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [66740fc511944525ecb9a2026674613009d46621]

#i10000# build fix


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [528f70d76f79c69487bbdabebe6a37bfd8446994]

INTEGRATION: CWS fwk66 (1.4.84); FILE MERGED 2007/04/20 11:15:44 cd 1.4.84.1: #i76505# Removed obsolete code


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [816cc4b485b35abb9b701287683ffdb927b52155]

INTEGRATION: CWS fwk66 (1.2.14); FILE MERGED 2007/04/20 11:15:43 cd 1.2.14.1: #i76505# Removed obsolete code


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [7ce63d4185999e99a366238ae9bd222307ad99b5]

INTEGRATION: CWS fwk66 (1.13.178); FILE MERGED 2007/06/18 06:32:55 cd 1.13.178.1: #i77441# Several minor fixes for switches and assignments


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [8eb45aa3ecce3155500be10bec7c49a2296075dc]

INTEGRATION: CWS fwk66 (1.13.160); FILE MERGED 2007/06/18 06:32:54 cd 1.13.160.1: #i77441# Several minor fixes for switches and assignments


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [2c7a02a13bcb080bcd04f7f8ac5df545341570ab]

INTEGRATION: CWS fwk66 (1.5.60); FILE MERGED 2007/06/06 09:14:43 pb 1.5.60.1: fix: syntax error after resync


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [c055314652ab3b0a0af38a3f23d076ee23e6911f]

INTEGRATION: CWS fwk66 (1.66.160); FILE MERGED 2007/06/18 06:32:54 cd 1.66.160.1: #i77441# Several minor fixes for switches and assignments


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [2e55ea97a6d0eaa1445ad49181ce6287a4fc89b2]

INTEGRATION: CWS fwk66 (1.6.60); FILE MERGED 2007/06/06 09:04:03 pb 1.6.60.1: fix: syntax error after resync


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [600e61ebfa78069b1ef9109ace83c1a53e68e0f4]

INTEGRATION: CWS fwk66 (1.43.64); FILE MERGED 2007/06/18 10:30:26 pb 1.43.64.2: RESYNC: (1.43-1.46); FILE MERGED 2007/06/06 09:04:03 pb 1.43.64.1: fix: syntax error after resync


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [4da1169eeb0f4d78ef33c6b1e9d4171ea116013e]

INTEGRATION: CWS fwk66 (1.7.26); FILE MERGED 2007/06/18 10:29:17 pb 1.7.26.2: RESYNC: (1.7-1.8); FILE MERGED 2007/06/06 09:01:40 pb 1.7.26.1: fix: syntax error after resync


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [64f8c46fc824af6f0f2a8b0dce852769cb8ad0af]

INTEGRATION: CWS fwk66 (1.7.60); FILE MERGED 2007/06/06 08:46:31 pb 1.7.60.1: fix: syntax error after resync


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [7bf9b5bb7e6024133aace8b03a68767439b98147]

INTEGRATION: CWS fwk66 (1.65.22); FILE MERGED 2007/06/18 10:26:48 pb 1.65.22.2: RESYNC: (1.65-1.67); FILE MERGED 2007/06/06 08:41:13 pb 1.65.22.1: fix: syntax error after resync


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [77a8277d4f07953a615fe8d3cd6028b49304527c]

INTEGRATION: CWS fwk66 (1.9.22); FILE MERGED 2007/06/18 10:26:40 pb 1.9.22.2: RESYNC: (1.9-1.10); FILE MERGED 2007/06/06 08:41:13 pb 1.9.22.1: fix: syntax error after resync


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [b0486fec7a2136caba59b060a7637614ca99fa8c]

INTEGRATION: CWS fwk66 (1.6.22); FILE MERGED 2007/06/06 08:41:13 pb 1.6.22.1: fix: syntax error after resync


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [21ca6b646b853ddfab17cc4305b3b11c13db2485]

INTEGRATION: CWS fwk66 (1.7.60); FILE MERGED 2007/06/06 08:41:13 pb 1.7.60.1: fix: syntax error after resync


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [9136551ada4ced0d29acca94a96b9a4d37a9436e]

INTEGRATION: CWS fwk66 (1.37.72); FILE MERGED 2007/06/06 08:05:13 pb 1.37.72.1: fix: syntax error after resync


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [a24774d51b5f08610e799773a719622a6e7a4256]

INTEGRATION: CWS fwk66 (1.13.24); FILE MERGED 2007/06/07 09:14:24 pb 1.13.24.1: fix: merge problems solved


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [c8a42cb3d75b91ddc4b8a7e508ef021270959f47]

INTEGRATION: CWS fwk66 (1.6.60); FILE MERGED 2007/06/06 08:08:15 pb 1.6.60.1: fix: syntax error after resync


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [b224c81509a82658ca8c258498ac4c4aca7d2867]

INTEGRATION: CWS fwk66 (1.68.42); FILE MERGED 2007/06/18 10:23:50 pb 1.68.42.2: RESYNC: (1.68-1.69); FILE MERGED 2007/06/18 06:32:53 cd 1.68.42.1: #i77441# Several minor fixes for switches and assignments


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [4353081774e98569a2fb45ab0331f331e182d960]

INTEGRATION: CWS fwk66 (1.13.178); FILE MERGED 2007/06/30 12:55:30 pb 1.13.178.3: fix: #i45491# IsDontJustifyLines() -> IsExpandWordSpace() 2007/06/11 11:46:35 pb 1.13.178.2: fix: #i45491# reset default entry is necessary 2007/06/11 07:42:13 pb 1.13.178.1: fix: #i45491# new flag: DontJustifyLines


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [82d1460da3cc936333c7c6bd40b6786b3eaeef53]

INTEGRATION: CWS fwk66 (1.2.26); FILE MERGED 2007/06/30 12:53:45 pb 1.2.26.2: fix: #i45491# IsDontJustifyLines() -> IsExpandWordSpace() 2007/06/11 07:40:40 pb 1.2.26.1: fix: #i45491# new flag: DontJustifyLines


2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [ef646eb7086e9fe6401acbf80e892f9735d98638]

INTEGRATION: CWS fwk66 (1.53.66); FILE MERGED 2007/06/26 05:12:49 pb 1.53.66.2: RESYNC: (1.53-1.54); FILE MERGED 2007/06/12 07:24:53 cd 1.53.66.1: #i74385# Remove pWindow->Show() within createMessageBox


2007-07-10  Rüdiger Timm  <rt@openoffice.org>  [c5be2d4b4596dc1485bba192fe7e4e8fb70a330e]

#i79398# Workaround necessary for MSVC. (Patch by er.)


2007-07-10  Rüdiger Timm  <rt@openoffice.org>  [abeef3e6019338cfad64a807c8a2d4b14ead57d0]

#i10000# Fix for precompiled header usage.


2007-07-09  Vladimir Glazounov  <vg@openoffice.org>  [91a561d9720e7b1f0fd2f356c17543d3dd3b9912]

new version for SRC680


2007-07-09  Vladimir Glazounov  <vg@openoffice.org>  [d3c3c3cae70d78892f6199686773a886091220d1]

new version for SRC680


2007-07-09  Vladimir Glazounov  <vg@openoffice.org>  [5ea374c29b9f17d663bf016c97cb170a4c367127]

new version for SRC680


2007-07-09  Rüdiger Timm  <rt@openoffice.org>  [bd7f67297d0c54c9499628d192d94af387524e42]

#i10000# Include path fixed.


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [25519026eff74aac148df0da2e6093a26d45237f]

INTEGRATION: CWS updchk06 (1.29.98); FILE MERGED 2007/06/08 06:54:56 dv 1.29.98.1: #i70588# Added support for autovscroll and painttransparent to edit


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [66c959e5420747e3deb649b5fd830d703d5fb769]

INTEGRATION: CWS updchk06 (1.34.60); FILE MERGED 2007/06/25 07:46:18 dv 1.34.60.3: RESYNC: (1.34-1.35); FILE MERGED 2007/06/25 06:10:58 dv 1.34.60.2: Added support for property DesktopAsParent 2007/06/08 06:54:56 dv 1.34.60.1: #i70588# Added support for autovscroll and painttransparent to edit


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b6f8cbebdc1c44dde2b11c35e6c9c84955a5e0d6]

INTEGRATION: CWS updchk06 (1.80.36); FILE MERGED 2007/06/08 06:54:55 dv 1.80.36.1: #i70588# Added support for autovscroll and painttransparent to edit


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d90151455a4cd0f3ffd4deb084f84fcf09d0ac90]

INTEGRATION: CWS updchk06 (1.53.34); FILE MERGED 2007/06/25 07:46:11 dv 1.53.34.3: RESYNC: (1.53-1.54); FILE MERGED 2007/06/25 06:12:03 dv 1.53.34.2: Added support for property DesktopAsParent 2007/06/08 06:54:55 dv 1.53.34.1: #i70588# Added support for autovscroll and painttransparent to edit


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [3ca9dfd3b12efc9df270e5727e61ab42a6205d3d]

INTEGRATION: CWS updchk06 (1.47.34); FILE MERGED 2007/06/25 06:12:02 dv 1.47.34.2: Added support for property DesktopAsParent 2007/06/08 06:54:55 dv 1.47.34.1: #i70588# Added support for autovscroll and painttransparent to edit


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [65288dbf48937c8e7468205bdb4e0e91b801c304]

INTEGRATION: CWS updchk06 (1.18.30); FILE MERGED 2007/06/25 07:45:52 dv 1.18.30.2: RESYNC: (1.18-1.19); FILE MERGED 2007/06/25 06:12:02 dv 1.18.30.1: Added support for property DesktopAsParent


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [0e76106e8a7b9ca287a2e8300c4f2e2fd9f97e09]

INTEGRATION: CWS updchk06 (1.73.10); FILE MERGED 2007/06/25 07:45:45 dv 1.73.10.2: RESYNC: (1.73-1.74); FILE MERGED 2007/06/08 06:54:55 dv 1.73.10.1: #i70588# Added support for autovscroll and painttransparent to edit


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [1fd9e4445aec94e3aaf7ebc40f55df58678b4ce1]

INTEGRATION: CWS updchk06 (1.53.64); FILE MERGED 2007/07/06 14:19:16 obr 1.53.64.4: RESYNC: (1.54-1.55); FILE MERGED 2007/06/25 07:45:38 dv 1.53.64.3: RESYNC: (1.53-1.54); FILE MERGED 2007/06/25 06:05:56 dv 1.53.64.2: Added support for property DesktopAsParent 2007/06/08 06:54:54 dv 1.53.64.1: #i70588# Added support for autovscroll and painttransparent to edit


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [80b119bac71591dadfe2e8264c11292356f29ef6]

INTEGRATION: CWS updchk06 (1.27.60); FILE MERGED 2007/06/25 07:45:31 dv 1.27.60.3: RESYNC: (1.27-1.28); FILE MERGED 2007/06/25 06:03:50 dv 1.27.60.2: Added property DesktopAsParent 2007/06/08 06:54:54 dv 1.27.60.1: #i70588# Added support for autovscroll and painttransparent to edit


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [4c235ff1de15ef4e1eb5a55c8f5a4f740a679f30]

INTEGRATION: CWS dr55 (1.10.36); FILE MERGED 2007/06/20 12:37:55 dr 1.10.36.1: #i73846# accept access to first page behind end of file


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [0b8ee053faba463b2bc589266c0b15e2ad77c614]

INTEGRATION: CWS c09tosrc (1.14.42); FILE MERGED 2007/06/20 10:41:27 as 1.14.42.1: #144874# megre changes also into the master


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [6f5da967a9ddc9c745c6a9790c4ec6675580b81f]

INTEGRATION: CWS c09tosrc (1.3.44); FILE MERGED 2007/06/20 10:41:27 as 1.3.44.1: #144874# megre changes also into the master


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e9ef9354bd0039056fa9acba9b2211e763443df0]

INTEGRATION: CWS oj14 (1.32.6); FILE MERGED 2006/12/19 14:15:57 oj 1.32.6.5: new file 2006/11/07 08:43:43 oj 1.32.6.4: RESYNC: (1.36-1.37); FILE MERGED 2006/07/04 07:29:33 oj 1.32.6.3: RESYNC: (1.35-1.36); FILE MERGED 2006/03/20 14:43:33 oj 1.32.6.2: RESYNC: (1.32-1.35); FILE MERGED 2006/01/06 07:36:42 oj 1.32.6.1: new mimetype helper


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [1c85333d58f99f45cceafd068434088250532f75]

INTEGRATION: CWS oj14 (1.10.30); FILE MERGED 2007/02/16 09:59:48 oj 1.10.30.1: value sequence wasn_t resized and last entry was not set to NULL


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [fd44105078d47e30779c79a51db005f491d7ff96]

INTEGRATION: CWS oj14 (1.15.30); FILE MERGED 2006/11/08 08:11:33 oj 1.15.30.1: add assertion for length check


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [62ed7fb221cfbb037200ca23a2dc50ff9e22ba03]

INTEGRATION: CWS oj14 (1.4.6); FILE MERGED 2006/11/07 08:48:13 oj 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED 2006/06/09 11:00:39 oj 1.4.6.1: notify listener


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [4e5dd60d276580217640f183bc03e68d555edcf0]

INTEGRATION: CWS oj14 (1.9.18); FILE MERGED 2006/11/13 18:57:39 oj 1.9.18.1: new doc constant


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [6d6bc65d1ffce93ed6b6cda7bc64f548e30e8dbf]

INTEGRATION: CWS oj14 (1.2.6); FILE MERGED 2006/11/07 08:45:27 oj 1.2.6.3: RESYNC: (1.3-1.4); FILE MERGED 2006/07/04 07:30:44 oj 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED 2006/06/09 11:01:47 oj 1.2.6.1: new helper function existsValue


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [53783488948041abc395bf9dc5aa2a9ab12cc381]

INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/06/07 10:51:17 oj 1.1.2.7: new helper method 2007/03/15 09:30:08 mav 1.1.2.6: #i75401# template filters should not be used 2007/03/14 16:58:32 mav 1.1.2.5: #i75401# no need to use implementation service names any more 2007/03/14 15:44:21 mav 1.1.2.4: #i75401# no need to use implementation service names any more 2006/12/20 07:07:59 oj 1.1.2.3: missing preheader 2006/07/04 10:36:23 oj 1.1.2.2: comment removed 2006/01/06 07:35:59 oj 1.1.2.1: new mimetype helper


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [4fd13d005ea8ea95752afd1611ad7f2ccd19fc59]

INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2006/12/19 14:15:44 oj 1.1.2.1: new SelectionMultiplex


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [82e5fb7c30d72b5e4ce6c792192f0c3343748311]

INTEGRATION: CWS oj14 (1.9.6); FILE MERGED 2006/11/08 12:29:34 oj 1.9.6.1: new file


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d66501c62aa019bfcfb87353e748b3a80cf633ad]

INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/02/20 12:17:13 oj 1.1.2.3: check m_pListener 2006/12/20 06:58:00 oj 1.1.2.2: missing preheader 2006/11/08 12:29:24 oj 1.1.2.1: new helper class


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [27cfb49b5dc803e052e9549e3e5fa1ca84bd50be]

INTEGRATION: CWS oj14 (1.10.4); FILE MERGED 2006/06/09 11:02:09 oj 1.10.4.1: new helper function existsValue


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [6c14eb33dc7866514c331974080e3f8e1cb6a100]

INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/06/07 10:51:17 oj 1.1.2.3: new helper method 2007/03/14 15:44:21 mav 1.1.2.2: #i75401# no need to use implementation service names any more 2006/01/06 07:35:38 oj 1.1.2.1: new mimetype helper


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [0394a588ab7a03cb5ba174748445ca6dfc2869be]

INTEGRATION: CWS oj14 (1.7.6); FILE MERGED 2006/11/13 18:57:39 oj 1.7.6.1: new doc constant


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [9170b92d497cce304e15fed7c8fa30958195631e]

INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2006/11/08 12:31:02 oj 1.1.2.2: compile warning removed 2006/11/08 12:28:48 oj 1.1.2.1: new helper class


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2c4ba5c229a51e2b95d34be043a82d32f8e41d11]

INTEGRATION: CWS oj14 (1.4.6); FILE MERGED 2006/11/08 11:17:04 oj 1.4.6.1: new class id


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2431cace148949e10559c0421f96f9a079db3b77]

INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2006/12/19 14:15:26 oj 1.1.2.1: new SelectionMultiplex


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [3b269bed21e0857ecda44c7ee59e0ebe2d85318c]

INTEGRATION: CWS oj14 (1.38.56); FILE MERGED 2007/06/04 17:46:02 oj 1.38.56.6: RESYNC: (1.44-1.45); FILE MERGED 2007/04/18 15:51:06 oj 1.38.56.5: RESYNC: (1.43-1.44); FILE MERGED 2006/11/07 08:49:56 oj 1.38.56.4: RESYNC: (1.42-1.43); FILE MERGED 2006/07/04 07:52:32 oj 1.38.56.3: RESYNC: (1.39-1.42); FILE MERGED 2006/03/20 13:48:13 oj 1.38.56.2: RESYNC: (1.38-1.39); FILE MERGED 2006/02/02 15:18:55 oj 1.38.56.1: allow file url as well for resource loading


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b34942ec7abe16942e459aa8c385666f93ea8bbc]

INTEGRATION: CWS oj14 (1.9.58); FILE MERGED 2007/06/04 18:33:57 oj 1.9.58.2: RESYNC: (1.9-1.11); FILE MERGED 2007/02/20 12:18:32 oj 1.9.58.1: new public methd to get command string from key


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [9512fa8d6ac803bb940b6ce95bd5645dab449c39]

INTEGRATION: CWS oj14 (1.53.26); FILE MERGED 2007/02/15 14:17:06 pl 1.53.26.1: #74191# enable PaintTransparent MultiLineEdit


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b179e9f95389e55f26e5fdb8028cdcbff70a5f78]

INTEGRATION: CWS oj14 (1.47.26); FILE MERGED 2007/02/15 14:17:05 pl 1.47.26.1: #74191# enable PaintTransparent MultiLineEdit


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a740295f3ae47faa2f111db38ada178fa966234a]

INTEGRATION: CWS oj14 (1.37.6); FILE MERGED 2007/06/04 18:25:50 oj 1.37.6.2: RESYNC: (1.37-1.38); FILE MERGED 2007/02/15 14:17:05 pl 1.37.6.1: #74191# enable PaintTransparent MultiLineEdit


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [1a48b5788c64dcb3ddc25a8bcaafa37971d683c5]

INTEGRATION: CWS oj14 (1.57.24); FILE MERGED 2006/12/18 18:22:58 oj 1.57.24.2: RESYNC: (1.57-1.58); FILE MERGED 2006/11/07 14:24:02 oj 1.57.24.1: new ext color scheme


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [8142225039c5c613e3a5e1ea6307d97e19663dca]

INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2006/11/08 07:31:06 oj 1.1.2.3: shadow var removed 2006/11/08 07:23:55 oj 1.1.2.2: warnings removed 2006/11/07 14:24:20 oj 1.1.2.1: new ext color scheme


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b8dab7640fc809eef010b172e13313f554d0044f]

INTEGRATION: CWS oj14 (1.14.26); FILE MERGED 2006/11/07 14:24:02 oj 1.14.26.1: new ext color scheme


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d0fc0e003be976108c1bdee5aab470c3409dc09e]

INTEGRATION: CWS oj14 (1.6.10); FILE MERGED 2006/11/07 14:25:23 oj 1.6.10.1: new icon


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [39778e9b2b106054b2640a0cd6253c3fb8d5a898]

INTEGRATION: CWS oj14 (1.3.10); FILE MERGED 2006/11/07 14:25:23 oj 1.3.10.1: new icon


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d31a1c9069de785f7969608ad76fab664440b34a]

INTEGRATION: CWS oj14 (1.28.26); FILE MERGED 2006/11/07 14:25:22 oj 1.28.26.1: new icon


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [98aa711d56aa861ec70df015ef164d3db8ef6a18]

INTEGRATION: CWS oj14 (1.35.10); FILE MERGED 2007/04/18 15:10:44 oj 1.35.10.6: RESYNC: (1.40-1.41); FILE MERGED 2006/11/07 12:11:54 oj 1.35.10.5: RESYNC: (1.38-1.40); FILE MERGED 2006/07/04 07:53:56 oj 1.35.10.4: RESYNC: (1.37-1.38); FILE MERGED 2006/03/20 13:58:40 oj 1.35.10.3: RESYNC: (1.36-1.37); FILE MERGED 2006/01/03 12:27:23 oj 1.35.10.2: RESYNC: (1.35-1.36); FILE MERGED 2005/10/25 11:06:29 oj 1.35.10.1: uRow.nSel = BROWSER_ENDOFSELECTION was not set initial


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [237e73d1c347422e843d345c51c503c895562f50]

INTEGRATION: CWS oj14 (1.138.14); FILE MERGED 2007/06/23 22:02:03 fs 1.138.14.6: RESYNC: (1.146-1.147); FILE MERGED 2007/06/04 18:12:17 oj 1.138.14.5: RESYNC: (1.145-1.146); FILE MERGED 2007/04/18 15:10:36 oj 1.138.14.4: RESYNC: (1.144-1.145); FILE MERGED 2007/02/20 16:05:32 oj 1.138.14.3: RESYNC: (1.143-1.144); FILE MERGED 2006/12/18 18:22:02 oj 1.138.14.2: RESYNC: (1.138-1.143); FILE MERGED 2006/11/08 09:24:15 oj 1.138.14.1: export new file


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e5aef10c121e8e8dad7e7e17f114c4a2925d514f]

INTEGRATION: CWS oj14 (1.2.14); FILE MERGED 2007/04/23 09:17:22 oj 1.2.14.2: merge file 2007/04/23 09:01:10 oj 1.2.14.1: merge file


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2a711ebbd5ca8a0a7984ab5ac25314dfe5e0fab1]

INTEGRATION: CWS oj14 (1.2.14); FILE MERGED 2007/06/04 18:08:23 oj 1.2.14.2: RESYNC: (1.2-1.3); FILE MERGED 2007/04/20 05:19:39 oj 1.2.14.1: file moved


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [c92b30a885c1b5ba97b75119e0c3eb4a25e38271]

INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2006/11/08 07:24:04 oj 1.1.2.2: warnings removed 2006/11/07 14:26:29 oj 1.1.2.1: new ext color scheme


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [0bd550bcc10b770742af5f0eba0bebe21536e060]

INTEGRATION: CWS oj14 (1.10.24); FILE MERGED 2007/06/04 18:05:18 oj 1.10.24.2: RESYNC: (1.10-1.11); FILE MERGED 2007/02/20 12:18:19 oj 1.10.24.1: new public methd to get command string from key


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [8f9ac081f19ea90910935fd5ef59d4e256312032]

INTEGRATION: CWS oj14 (1.15.26); FILE MERGED 2006/11/07 09:45:37 oj 1.15.26.4: RESYNC: (1.17-1.18); FILE MERGED 2006/07/04 08:01:18 oj 1.15.26.3: RESYNC: (1.16-1.17); FILE MERGED 2006/01/03 13:43:17 oj 1.15.26.2: RESYNC: (1.15-1.16); FILE MERGED 2005/10/05 06:33:44 oj 1.15.26.1: new handler for end, is called when the split ends


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ddd83934ce03ece3ef1fc75e791c9b20269b1d5d]

INTEGRATION: CWS oj14 (1.2.12); FILE MERGED 2007/04/19 12:56:33 oj 1.2.12.2: removed merge conflict 2007/04/19 12:52:18 oj 1.2.12.1: merge from deleted file


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [5bcda6af8eba9bbde9cc6722d253187029793505]

INTEGRATION: CWS oj14 (1.13.10); FILE MERGED 2007/06/04 17:44:00 oj 1.13.10.4: RESYNC: (1.15-1.16); FILE MERGED 2006/11/08 07:15:46 oj 1.13.10.3: insert ini value for 3rd argument 2006/11/07 09:17:17 oj 1.13.10.2: RESYNC: (1.13-1.15); FILE MERGED 2006/07/04 11:23:00 oj 1.13.10.1: ConvertToMeasurementUnit and ConvertToFieldUnit added


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e0188bbd2f2519cc209cae93920a1ff4a27cba23]

INTEGRATION: CWS oj14 (1.7.112); FILE MERGED 2007/06/06 10:22:12 oj 1.7.112.5: reset static var when numberfor is cleared 2007/04/18 07:58:08 oj 1.7.112.4: RESYNC: (1.11-1.12); FILE MERGED 2007/02/20 15:52:17 oj 1.7.112.3: RESYNC: (1.10-1.11); FILE MERGED 2006/11/07 09:12:14 oj 1.7.112.2: RESYNC: (1.7-1.10); FILE MERGED 2006/07/04 11:23:30 oj 1.7.112.1: check if default value has rally a value


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e80e9057c24577dad9c3515f49edbd155a55d6aa]

INTEGRATION: CWS oj14 (1.6.112); FILE MERGED 2006/07/04 11:22:33 oj 1.6.112.1: ConvertToMeasurementUnit and ConvertToFieldUnit added


2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [bc4e313bef19db0d1cfbcfd6edc562da4949de1c]

INTEGRATION: CWS oj14 (1.5.112); FILE MERGED 2006/07/04 11:22:33 oj 1.5.112.1: ConvertToMeasurementUnit and ConvertToFieldUnit added


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [bd61032725f99069bb9c1657e2b141404a19a315]

#i10000# Correct include path.


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [0d636f7ef777f540c9d0a6ff5dd46e342bebc85a]

INTEGRATION: CWS aquavcl01 (1.248.2); FILE MERGED 2007/06/22 12:13:32 pl 1.248.2.11: #i77552# enforce window update in in native background frames 2007/06/22 07:08:42 pl 1.248.2.10: #i77552# add: native window background 2007/06/20 19:00:28 pl 1.248.2.9: #i78510# enable native focus markers for selected controls 2007/06/07 13:07:10 tra 1.248.2.8: Aqua clipboard doesn't need to be initialized and we must not use the system clipboard but and internal one for the primary selection on Mac OS X 2007/06/06 16:39:51 ericb 1.248.2.7: RESYNC: (1.256-1.258); FILE MERGED 2007/05/31 16:01:40 pl 1.248.2.6: do not dispatch artificial mouse move if another frame has the captured the mouse since posting 2007/05/03 17:39:36 pjanik 1.248.2.5: RESYNC: (1.254-1.256); FILE MERGED 2007/04/11 07:54:58 pjanik 1.248.2.4: RESYNC: (1.252-1.254); FILE MERGED 2007/02/02 11:08:40 pjanik 1.248.2.3: RESYNC: (1.249-1.252); FILE MERGED 2007/01/25 13:11:10 pjanik 1.248.2.2: RESYNC: (1.248-1.249); FILE MERGED 2006/12/30 19:34:32 pjanik 1.248.2.1: #i72385#: Add Quartz/AQUA specific parts.


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [2464fe7ef8873bcf695b9ca29f528b1a4e3df050]

INTEGRATION: CWS aquavcl01 (1.8.112); FILE MERGED 2006/10/13 21:56:48 tra 1.8.112.2: RESYNC: (1.8-1.9); FILE MERGED 2005/11/27 09:48:41 fheckl 1.8.112.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [ccc0733dd037ab631e73139cdb0231b8c1e86e02]

INTEGRATION: CWS aquavcl01 (1.46.112); FILE MERGED 2007/06/29 02:09:19 msicotte 1.46.112.111: #i78982# numeric keypad ENTER == RETURN in GetKeyCode 2007/06/28 13:17:50 pl 1.46.112.110: fix key up handling 2007/06/28 09:17:45 ericb 1.46.112.109: #i78847# use MOD5 instead of MOD2 to fix formulas issue with ALT 2007/06/28 04:34:26 ekato 1.46.112.108: Fix crash with SALEVENT_KEYUP on non text widget. 2007/06/26 06:33:21 pjanik 1.46.112.107: #i78712#: Add events for entering and leaving, send MOUSELEAVE event  to prevent "aggressive tooltips". 2007/06/21 08:24:39 ekato 1.46.112.106: issue #77846: use appropriate text attributes for input method 2007/06/21 02:00:33 ekato 1.46.112.105: Call SALEVENT_{GETFOCUS,LOSEFOCUS} in HandleWindowActivatedEvent(). 2007/06/21 01:37:30 ekato 1.46.112.104: Handle window activate and deactivate events properly. 2007/06/05 14:24:44 pl 1.46.112.103: implement SetPointerPos 2007/06/05 13:23:08 pl 1.46.112.102: CFString  <-> OUString conversion 2007/06/04 13:43:22 pl 1.46.112.101: implement AquaSalFrame::SnapShot 2007/06/02 11:23:13 ekato 1.46.112.100: Use kFontFamilyName if it is appropriate. 2007/06/02 10:36:50 ekato 1.46.112.99: Consider an user language setting with GetSystemFontSetting(). 2007/05/31 07:45:19 pl 1.46.112.98: implement CaptureMouse using overlay window 2007/05/30 14:47:54 hdu 1.46.112.97: do not override font size from OSX Appearence Manager 2007/05/29 15:56:39 pl 1.46.112.96: simplify AquaSalGraphics, paint to window from backbuffer 2007/05/29 13:35:18 pl 1.46.112.95: preferences and about entries in application menu 2007/05/28 11:59:17 ekato 1.46.112.94: Fix invalid comment. 2007/05/28 11:49:13 ekato 1.46.112.93: Fix to erase preedit text when its length is zero. 2007/05/28 07:43:01 ekato 1.46.112.92: Implement preedit text drawing from input method. Need to fix using hiliteStyle later. 2007/05/27 07:28:39 ericb 1.46.112.91: #i77552# reversing to X11 colors, because Color( 0xb5, 0xd5, 0xff ) must be for modifiable text item only 2007/05/27 00:34:38 ericb 1.46.112.90: #i77552# better colors (not complete, needs work) 2007/05/26 08:54:38 ericb 1.46.112.89: #i77552# change highlighted colors in controls (text) and replace (temporarly) awfull grey 2007/05/24 15:05:19 hdu 1.46.112.88: connect to OSX-AppearenceManager to get some system style settings 2007/05/24 12:52:36 pl 1.46.112.87: fix window state with position only 2007/05/24 11:58:46 pl 1.46.112.86: resize event in SetWindowState 2007/05/24 10:43:39 pl 1.46.112.85: implement flush 2007/05/23 18:05:57 pl 1.46.112.84: implement GetPointerState 2007/05/23 16:44:44 pl 1.46.112.83: fix toolbar drag crash 2007/05/23 16:39:31 pl 1.46.112.82: Get/SetWindowState 2007/05/23 14:38:34 pl 1.46.112.81: handle introbitmap 2007/05/23 14:25:33 pl 1.46.112.80: normal centering on parent 2007/05/23 13:21:42 pl 1.46.112.79: more convenient logging 2007/05/22 17:39:22 pl 1.46.112.78: fix SAL_FRAME_STYLE_FLOAT window style 2007/05/22 16:39:33 pl 1.46.112.77: implement ToTop semantics 2007/05/22 16:01:11 pl 1.46.112.76: just formatting 2007/05/22 11:46:53 pl 1.46.112.75: fix long standing paint issue (thanks to hdu for pointing me in the right direction) 2007/05/17 10:19:16 pjanik 1.46.112.74: Remove debug fprintf. 2007/05/14 17:40:00 msicotte 1.46.112.73: #77317# - fix for wrong menu displayed when last Writer window closed 2007/05/14 12:51:49 pl 1.46.112.72: safer yield mutex protection through guards 2007/05/14 11:38:49 pl 1.46.112.71: protect against dispatching to dead or dying AquaSalFrames 2007/05/12 19:17:53 msicotte 1.46.112.70: Fix for issue 74392 - aquavcl01: tooltip crash 2007/05/12 19:13:25 msicotte 1.46.112.69: Fix for issue 77261 - Menu disappears when you hover over tooltip 2007/05/11 20:25:03 pjanik 1.46.112.68: Reformat for easier reading (according to OOo C++ rules). 2007/05/11 13:17:21 pl 1.46.112.67: preliminary Quit handling 2007/05/11 12:32:15 pl 1.46.112.66: preliminary Quit handling 2007/05/11 12:30:36 pl 1.46.112.65: preliminary Quit handling 2007/05/11 11:37:58 pl 1.46.112.64: #i73689# force window update after show 2007/05/10 17:56:19 pl 1.46.112.63: #i73689# fix writer initial draw problem 2007/05/08 14:10:20 ericb 1.46.112.62: fix warnings in SetMinClientSize 2007/05/08 13:22:08 ericb 1.46.112.61: #i74626# fix for popup menus drawn under the dock or main menubar 2007/05/07 18:44:15 isma87 1.46.112.60: implementation of SetmaxClientSize and SetMinClientSize 2007/05/07 18:38:16 isma87 1.46.112.59: add utility windows 2007/04/18 20:34:24 isma87 1.46.112.58: Add cursors (the main 18 out of 94) 2007/03/24 18:34:44 ekato 1.46.112.57: Support kEventTextInputOffsetToPos event. 2007/03/18 12:17:15 ekato 1.46.112.56: Send KEYUP event too for Unicode keyboard input. 2007/03/11 22:23:39 ericb 1.46.112.55: use pSalFrame->mnWidth / mnHeight  is better 2007/03/11 22:20:15 ericb 1.46.112.54: replace obsolete NewRgn() DisposeRgn() ... etc 2007/03/10 10:00:29 pjanik 1.46.112.53: Minor reformatting, fix commented code. 2007/03/10 06:55:51 pjanik 1.46.112.52: Add blinking cursor. 2007/03/09 23:04:25 pjanik 1.46.112.51: Add TSM TextInput events handling. 2007/02/26 22:23:23 pjanik 1.46.112.50: Comment wrong code. 2007/02/18 21:19:46 pjanik 1.46.112.49: #i73199#: Add Focus events. 2007/02/13 09:16:30 pjanik 1.46.112.48: Use errval instead of err to prevent problems, add more fprintf's. 2007/02/12 08:21:05 pjanik 1.46.112.47: CFRelease should receive only non NULL arguments. 2007/02/02 13:52:21 pjanik 1.46.112.46: Mark deprecated funtions as such. 2007/02/02 13:34:17 pjanik 1.46.112.45: Prevent warnings - "initialized after" and "err shadowing". 2007/01/11 09:38:08 ericb 1.46.112.44:  simplify SetPosSize 2007/01/10 20:54:44 ericb 1.46.112.43: replace deprecated SetRect() and do some cleanup in salframe.cxx 2007/01/07 20:03:07 pjanik 1.46.112.42: Add MouseDragged events. 2006/12/30 19:32:58 pjanik 1.46.112.41: #i72385#: Add Quartz/AQUA specific parts. 2006/12/30 15:51:46 pjanik 1.46.112.40: Minor formatting changes. 2006/12/30 15:01:21 ericb 1.46.112.39: Add some changes in GetOptimalWindowSize() 2006/12/30 14:16:37 pjanik 1.46.112.38: Remove redundant callback procedure. 2006/12/29 20:19:05 ericb 1.46.112.37: fix right mouse button bug 2006/12/13 09:40:24 pjanik 1.46.112.36: Add SALEVENT_MOUSEMOVE event. 2006/12/03 16:29:49 ssa 1.46.112.35: update repeat count in KeyEvt 2006/11/08 06:53:29 pjanik 1.46.112.34: Add empty methods for shaped system windows. 2006/10/14 13:26:17 pjanik 1.46.112.33: Fix resync problems. 2006/10/13 21:56:41 tra 1.46.112.32: RESYNC: (1.46-1.48); FILE MERGED 2006/09/08 15:27:53 pjanik 1.46.112.31: Add NumLock and Fn keys debug printf. 2006/09/04 08:42:27 pjanik 1.46.112.30: Add basic support for mouse wheel events. 2006/09/04 08:25:52 pjanik 1.46.112.29: Add basic (not complete) support for keyboard events. 2006/08/28 19:05:26 pjanik 1.46.112.28: Implement AquaSalFrame::DrawMenuBar. Use it when window is activated to show the menubar for the current window. 2006/08/23 05:17:49 pjanik 1.46.112.27: Send proper menu activation events. 2006/08/20 15:18:12 pjanik 1.46.112.26: *** empty log message *** 2006/08/08 19:53:29 pjanik 1.46.112.25: fix typo 2006/08/07 18:51:43 pjanik 1.46.112.24: Add support for native menus. 2006/08/05 15:21:20 ssa 1.46.112.23: initial support for system settings (font size) 2006/07/31 18:42:52 fheckl 1.46.112.22: Basic fullscreen method (working on main monitor) implemented 2006/07/19 10:22:11 pjanik 1.46.112.21: #i10000#: Change the prototype of Yield to reflect the changes done in  SRC680_m176. 2006/07/13 14:02:33 pjanik 1.46.112.20: fix typo reisze -> resize 2006/06/25 19:27:54 ssa 1.46.112.19: proper mapping of window attributes (closeable, sizeable, moveable) and correct window positioning and sizing for child windows 2006/04/27 20:47:02 tra 1.46.112.18: *** empty log message *** 2006/03/19 11:53:19 ssa 1.46.112.17: remove old QuickDraw implementation, AquaSalGraphics members now protected, use RGB color space, general code cleanup 2006/03/16 20:45:00 tra 1.46.112.16: GetWorkArea implementation 2006/03/14 14:24:13 ssa 1.46.112.15: call Yield only once for each resize and not until the queue is empty, this fixes the problem with resizes after the mouse button was released 2006/03/13 19:37:54 tra 1.46.112.14: small correction in SetPosSize 2006/03/09 23:53:35 ssa 1.46.112.13: create root control if required, code cleanup 2006/03/09 08:03:23 ssa 1.46.112.12: post timer events to main thread, improve live resizing, use solar mutex 2006/03/08 21:37:14 tra 1.46.112.11: UpdateFrameGeometry, SetPosSize implemented partially 2006/03/03 05:55:56 tra 1.46.112.10: GetEventTime returns seconds so the concersion factor to ms is 1000 :) 2006/03/02 21:33:42 tra 1.46.112.9: a slightly improved mouse up/down event handler 2006/03/02 00:32:25 ssa 1.46.112.8: provide initial version of resize and update handler, change window attributes to use non compositing windows, force live resize 2006/02/27 21:33:55 fheckl 1.46.112.7: Replacing VCLVIEW with CarbonViewRef 2006/02/27 20:29:30 tra 1.46.112.6: basic Carbon message handling stuff 2006/02/19 21:02:33 tra 1.46.112.5: some cleanup 2006/02/18 14:13:34 tra 1.46.112.4: *** empty log message *** 2006/02/16 21:36:37 fheckl 1.46.112.3: Removing Cocoa code and replacing most of it with Carbon calls 2006/01/31 01:14:17 fheckl 1.46.112.2: *** empty log message *** 2005/11/27 09:48:40 fheckl 1.46.112.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [780266a03d077717f963317d4c5e76c1399544e1]

INTEGRATION: CWS aquavcl01 (1.16.112); FILE MERGED 2007/05/23 13:22:40 pl 1.16.112.15: more convenient logging 2007/03/08 12:53:31 pjanik 1.16.112.14: Cast CGBitmapContextGetWidth to long to prevent warnings. 2007/02/25 09:39:22 pjanik 1.16.112.13: fix typos 2007/02/25 07:29:50 mox 1.16.112.12: Issue number: #74846# Fix crash related to using CreateVirtualDevice from outside VCL. (verified with cairo canvas) 2006/12/30 19:32:14 pjanik 1.16.112.11: #i72385#: Add Quartz/AQUA specific parts. 2006/10/13 21:56:25 tra 1.16.112.10: RESYNC: (1.16-1.17); FILE MERGED 2006/08/19 20:59:55 cl 1.16.112.9: more changes 2006/08/16 21:27:01 cl 1.16.112.8: fixes some crashes 2006/08/16 20:04:47 cl 1.16.112.7: fixed small build breakers 2006/08/14 21:28:43 cl 1.16.112.6: added basic QUARTZ bitmap support 2006/06/22 07:25:23 ssa 1.16.112.5: improve dummy implementation for vdev dimensions 2006/04/25 19:40:23 pjanik 1.16.112.4: #i10000#: Add GetSize function. 2006/03/19 11:53:18 ssa 1.16.112.3: remove old QuickDraw implementation, AquaSalGraphics members now protected, use RGB color space, general code cleanup 2006/03/16 20:42:43 tra 1.16.112.2: comment about bad design added 2005/11/27 09:48:39 fheckl 1.16.112.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [2df47baec9550e16f62898483992f5b7b8ed7f49]

INTEGRATION: CWS aquavcl01 (1.6.112); FILE MERGED 2007/06/28 16:00:52 pl 1.6.112.6: #i77562# improvements from code review session 2007/06/28 12:26:20 pl 1.6.112.5: #i77562# fix pro build warning 2007/06/28 12:15:13 pl 1.6.112.4: #i77562# landscape support 2007/06/27 18:01:40 pl 1.6.112.3: #i77562# initial print implementation 2006/10/13 21:56:07 tra 1.6.112.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/27 09:48:38 fheckl 1.6.112.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [bbfa34da57cad191fe491cc04b530bfba23b478c]

INTEGRATION: CWS aquavcl01 (1.59.112); FILE MERGED 2007/06/28 11:57:11 hdu 1.59.112.68: #i77562# handle Printer dpi<->transformation matrix interaction 2007/06/27 18:01:40 pl 1.59.112.67: #i77562# initial print implementation 2007/06/21 18:26:22 pl 1.59.112.66: #i78704# add: xor drawMask 2007/06/21 17:23:41 pl 1.59.112.65: #i78704# drawBitmap XOR 2007/06/21 15:18:21 pl 1.59.112.64: #i78704# implement XOR rendering with basebmp 2007/06/20 07:06:49 hdu 1.59.112.63: some very minor cleanups 2007/06/18 14:33:07 hdu 1.59.112.62: log usage of unimplemented methods 2007/06/14 10:21:34 hdu 1.59.112.61: register OOo-specific temporary fonts 2007/06/13 11:45:37 hdu 1.59.112.60: better text measurements, PDF export, etc. by faking point==pixel 2007/06/13 10:00:41 hdu 1.59.112.59: PDF exported text can now be searched 2007/06/13 09:37:32 hdu 1.59.112.58: ImplMacFontData gets the GetImplFontCharMap() method 2007/06/12 14:01:49 hdu 1.59.112.57: fix PDF font properties => correct font sizes 2007/06/11 13:52:08 hdu 1.59.112.56: simplify SystemFontList header 2007/06/11 11:02:37 hdu 1.59.112.55: implement methods needed for PDF export 2007/06/08 12:19:26 hdu 1.59.112.54: fix CMAP table loading in AquaSalGraphics::GetImplFontCharMap() 2007/06/08 11:19:24 pl 1.59.112.53: preparations for XOR mode using basebmp BitmapDevice 2007/06/06 09:38:37 hdu 1.59.112.52: minor code reshuffling to prepare for PDF font subsetting 2007/06/06 07:54:41 hdu 1.59.112.51: read and digest a MacFont's CMAP table 2007/06/05 15:44:58 hdu 1.59.112.50: fix justified text for huge fonts 2007/06/04 16:54:01 pl 1.59.112.49: antialias in context only if appropriate 2007/06/01 12:15:40 pl 1.59.112.48: check context before setting blendmode 2007/06/01 11:58:16 pl 1.59.112.47: preliminary: use blendmode hack for XOR mode 2007/05/30 15:40:53 hdu 1.59.112.46: reset font stretching if not needed 2007/05/29 15:56:38 pl 1.59.112.45: simplify AquaSalGraphics, paint to window from backbuffer 2007/05/25 06:52:42 hdu 1.59.112.44: dummy implementation of AquaSalGraphics::GetImplFontCharMap() changed to satisfy the Window::ImplCheckUIFont() test 2007/05/24 09:28:44 hdu 1.59.112.43: better AquaSalGraphics::SetFont() debug output 2007/05/23 13:22:40 pl 1.59.112.42: more convenient logging 2007/05/23 12:27:43 hdu 1.59.112.41: use kCGColorSpaceGenericRGB for background buffer 2007/05/23 09:03:59 hdu 1.59.112.40: first step to avoid overflows when measuring text => better text breaking 2007/05/22 14:08:05 hdu 1.59.112.39: cache screen resolution (tolerating a small anisotropy) 2007/05/16 11:22:01 hdu 1.59.112.38: memcpy sizeof(data) instead of sizeof(pointer) bytes 2007/05/15 12:45:47 msicotte 1.59.112.37: added AquaSalGraphics::invert( ULONG nPoints... 2007/05/15 10:55:18 hdu 1.59.112.36: implement stretched/squeezed text 2007/05/15 07:46:12 hdu 1.59.112.35: enable bold-/italic-emulation for fonts only if needed 2007/05/14 10:19:50 hdu 1.59.112.34: rewrote ATSUFontID-based font enumeration 2007/05/12 19:33:11 msicotte 1.59.112.33: Workaround for issue 77262 - frames around selected items don't disappear 2007/05/06 18:36:19 tra 1.59.112.32: Rework of parts of the atsui font implementation 2007/04/11 11:26:05 pjanik 1.59.112.31: Add new functions from m208. 2007/03/27 06:37:47 pjanik 1.59.112.30: Better implementation for drawalpha from Michael Sicotte. 2007/03/10 09:50:47 pjanik 1.59.112.29: Remove spaces at the end of lines. 2007/03/09 23:12:42 pjanik 1.59.112.28: Add invert. 2007/03/08 20:46:27 pjanik 1.59.112.27: Remove unused and old (QuickDraw) salrectangleutils. 2007/02/18 20:28:49 isma87 1.59.112.26: implementation of AquaSalGraphics::drawAlphaBitmap 2007/02/18 20:24:51 isma87 1.59.112.25: #i73691#: fix instant crash of calc 2006/11/26 18:45:25 pjanik 1.59.112.24: Add two new methods. 2006/10/13 21:55:30 tra 1.59.112.23: RESYNC: (1.59-1.60); FILE MERGED 2006/08/21 15:20:55 pjanik 1.59.112.22: Remove duplicated code. 2006/08/19 20:59:54 cl 1.59.112.21: more changes 2006/08/18 15:34:39 cl 1.59.112.20: more aqua bitmap rework 2006/08/16 21:27:00 cl 1.59.112.19: fixes some crashes 2006/08/14 21:23:12 cl 1.59.112.18: added basic QUARTZ bitmap support 2006/08/11 10:36:15 pjanik 1.59.112.17: Implement Clone function for ImplMacFontData to prevent NULL pointer dereference later. 2006/08/05 15:19:33 ssa 1.59.112.16: remove deprecated salgraphics methods, add pixel drawing, support font rotation, use attribute for text color, use font metric 2006/07/28 18:49:05 ssa 1.59.112.15: initial font support (ATSUI) 2006/06/22 07:23:22 ssa 1.59.112.14: implement GetResolution using reasonable constants 2006/04/25 19:38:40 pjanik 1.59.112.13: #i10000#: Change prototype of GetGraphicsWidth to align with recent changes. 2006/03/19 21:38:03 ssa 1.59.112.12: implement clipping functionality 2006/03/19 12:05:17 ssa 1.59.112.11: remove salgdiutils header 2006/03/19 11:53:18 ssa 1.59.112.10: remove old QuickDraw implementation, AquaSalGraphics members now protected, use RGB color space, general code cleanup 2006/03/16 20:43:31 tra 1.59.112.9: Fix for crash in dtor 2006/03/14 14:22:26 ssa 1.59.112.8: remove redundant AquaSalGraphics methods 2006/03/09 23:54:43 ssa 1.59.112.7: support drawLine, code clean up 2006/03/09 08:06:38 ssa 1.59.112.6: support line and fill color 2006/02/27 21:33:54 fheckl 1.59.112.5: Replacing VCLVIEW with CarbonViewRef 2006/02/27 20:28:46 tra 1.59.112.4: Basic painting stuff based on Quartz2D 2006/02/16 21:36:36 fheckl 1.59.112.3: Removing Cocoa code and replacing most of it with Carbon calls 2006/01/31 01:14:17 fheckl 1.59.112.2: *** empty log message *** 2005/11/27 09:48:37 fheckl 1.59.112.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [23ace11b120de5950955cd54d923e9f4cc420baf]

INTEGRATION: CWS aquavcl01 (1.23.112); FILE MERGED 2007/06/21 17:23:41 pl 1.23.112.22: #i78704# drawBitmap XOR 2007/06/18 10:50:56 thb 1.23.112.21: CGDataProvider takes ownership of passed memory - don't free it then 2007/05/29 15:56:38 pl 1.23.112.20: simplify AquaSalGraphics, paint to window from backbuffer 2007/05/25 08:17:50 pjanik 1.23.112.19: Reformat for easier reading. Fix memory leak - xMaskedImage was reused without releasing the previous contents. 2007/05/23 13:22:40 pl 1.23.112.18: more convenient logging 2007/04/01 08:30:03 mox 1.23.112.17: Issue number:  #72385# Support getting platform native image data for outside-VCL code 2007/03/18 15:46:38 pjanik 1.23.112.16: #i75229#: Prevent warnings. 2007/03/08 08:38:55 pjanik 1.23.112.15: Remove unused variables. 2007/02/18 20:33:53 isma87 1.23.112.14: improved and corrected AquaSalBitmap::CreateWithMask function to work correctly with AquaSalGraphics::drawAlphaBitmap 2007/01/06 11:04:32 pjanik 1.23.112.13: Add Ismael's patch for CreateWithMask. Fixes native menu images. 2006/10/14 13:26:33 pjanik 1.23.112.12: Fix resync problems. 2006/10/13 21:55:09 tra 1.23.112.11: RESYNC: (1.23-1.24); FILE MERGED 2006/08/25 19:59:01 cl 1.23.112.10: optmized 1 bit alpha masks 2006/08/25 17:25:05 cl 1.23.112.9: removing not used define again 2006/08/19 20:59:54 cl 1.23.112.8: more changes 2006/08/18 15:34:39 cl 1.23.112.7: more aqua bitmap rework 2006/08/16 21:27:00 cl 1.23.112.6: fixes some crashes 2006/08/16 20:04:47 cl 1.23.112.5: fixed small build breakers 2006/08/14 21:19:00 cl 1.23.112.4: added basic QUARTZ bitmap support 2006/03/19 11:53:18 ssa 1.23.112.3: remove old QuickDraw implementation, AquaSalGraphics members now protected, use RGB color space, general code cleanup 2006/03/14 14:22:26 ssa 1.23.112.2: remove redundant AquaSalGraphics methods 2005/11/27 09:48:36 fheckl 1.23.112.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [93d12817933ea9c2a462143e91b9fdeb6eafd464]

INTEGRATION: CWS aquavcl01 (1.23.112); FILE MERGED 2007/06/21 17:23:41 pl 1.23.112.22: #i78704# drawBitmap XOR 2007/06/18 10:50:56 thb 1.23.112.21: CGDataProvider takes ownership of passed memory - don't free it then 2007/05/29 15:56:38 pl 1.23.112.20: simplify AquaSalGraphics, paint to window from backbuffer 2007/05/25 08:17:50 pjanik 1.23.112.19: Reformat for easier reading. Fix memory leak - xMaskedImage was reused without releasing the previous contents. 2007/05/23 13:22:40 pl 1.23.112.18: more convenient logging 2007/04/01 08:30:03 mox 1.23.112.17: Issue number:  #72385# Support getting platform native image data for outside-VCL code 2007/03/18 15:46:38 pjanik 1.23.112.16: #i75229#: Prevent warnings. 2007/03/08 08:38:55 pjanik 1.23.112.15: Remove unused variables. 2007/02/18 20:33:53 isma87 1.23.112.14: improved and corrected AquaSalBitmap::CreateWithMask function to work correctly with AquaSalGraphics::drawAlphaBitmap 2007/01/06 11:04:32 pjanik 1.23.112.13: Add Ismael's patch for CreateWithMask. Fixes native menu images. 2006/10/14 13:26:33 pjanik 1.23.112.12: Fix resync problems. 2006/10/13 21:55:09 tra 1.23.112.11: RESYNC: (1.23-1.24); FILE MERGED 2006/08/25 19:59:01 cl 1.23.112.10: optmized 1 bit alpha masks 2006/08/25 17:25:05 cl 1.23.112.9: removing not used define again 2006/08/19 20:59:54 cl 1.23.112.8: more changes 2006/08/18 15:34:39 cl 1.23.112.7: more aqua bitmap rework 2006/08/16 21:27:00 cl 1.23.112.6: fixes some crashes 2006/08/16 20:04:47 cl 1.23.112.5: fixed small build breakers 2006/08/14 21:19:00 cl 1.23.112.4: added basic QUARTZ bitmap support 2006/03/19 11:53:18 ssa 1.23.112.3: remove old QuickDraw implementation, AquaSalGraphics members now protected, use RGB color space, general code cleanup 2006/03/14 14:22:26 ssa 1.23.112.2: remove redundant AquaSalGraphics methods 2005/11/27 09:48:36 fheckl 1.23.112.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [54b1aeafd28e6b28daa0e3e7f22044dc7f55d6bf]

INTEGRATION: CWS aquavcl01 (1.10.112); FILE MERGED 2007/06/15 17:48:15 pl 1.10.112.10: #i75228# replace timer implementation 2007/05/23 13:21:42 pl 1.10.112.9: more convenient logging 2007/05/14 11:39:42 pl 1.10.112.8: protect against dispatching to dead or dying AquaSalFrames 2006/10/14 13:28:53 pjanik 1.10.112.7: Fix resync problems. 2006/10/13 21:54:43 tra 1.10.112.6: RESYNC: (1.10-1.11); FILE MERGED 2006/04/27 20:47:02 tra 1.10.112.5: *** empty log message *** 2006/03/09 08:03:23 ssa 1.10.112.4: post timer events to main thread, improve live resizing, use solar mutex 2006/03/02 00:31:03 ssa 1.10.112.3: provide AquaSalTimer and solar mutex helper 2006/02/16 21:36:35 fheckl 1.10.112.2: Removing Cocoa code and replacing most of it with Carbon calls 2005/11/27 09:48:34 fheckl 1.10.112.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [bdecea8cae9bec16bf1feb82e535d59092087c7f]

INTEGRATION: CWS aquavcl01 (1.33.110); FILE MERGED 2007/06/28 16:00:52 pl 1.33.110.27: #i77562# improvements from code review session 2007/06/28 08:08:55 hdu 1.33.110.26: #i78924# implement bHandleAllCurrentEvents mode for AquaSalInstance::Yield() and ignore obsoleted timer events 2007/06/27 18:01:40 pl 1.33.110.25: #i77562# initial print implementation 2007/06/20 19:00:27 pl 1.33.110.24: #i78510# enable native focus markers for selected controls 2007/06/18 12:43:14 pl 1.33.110.23: #i78600# change AQUA_LOG default behaviour 2007/06/05 13:23:08 pl 1.33.110.22: CFString  <-> OUString conversion 2007/05/24 06:42:00 pjanik 1.33.110.21: Rename AQUALOG to AQUA_LOG to unify with the rest of AQUA_ env. variables. 2007/05/23 13:21:42 pl 1.33.110.20: more convenient logging 2007/05/14 11:39:42 pl 1.33.110.19: protect against dispatching to dead or dying AquaSalFrames 2007/04/25 08:49:13 thb 1.33.110.18: Fixed serious error in UniString constructor, 2nd parameter is encoding, not text len 2007/03/08 08:38:28 pjanik 1.33.110.17: Remove VCLApplication_Run. Clean some warnings. 2006/12/30 19:29:57 pjanik 1.33.110.16: #i72385#: Add Quartz/AQUA specific parts. 2006/10/13 21:54:14 tra 1.33.110.15: RESYNC: (1.33-1.34); FILE MERGED 2006/08/14 21:15:11 cl 1.33.110.14: added basic QUARTZ bitmap support 2006/08/07 18:47:43 pjanik 1.33.110.13: Move native menu related function to separate file. 2006/07/19 10:21:46 pjanik 1.33.110.12: #i10000#: Change the prototype of Yield to reflect the changes done in  SRC680_m176. 2006/04/27 20:47:02 tra 1.33.110.11: *** empty log message *** 2006/03/09 08:04:46 ssa 1.33.110.10: solar mutex test, it is unclear if it should guard all messages or only those processed by vcl, thus the comments... 2006/03/08 21:35:53 tra 1.33.110.9: catch excpetion in case native window creation failes 2006/03/02 00:31:03 ssa 1.33.110.8: provide AquaSalTimer and solar mutex helper 2006/02/27 20:27:55 tra 1.33.110.7: *** empty log message *** 2006/02/19 21:02:32 tra 1.33.110.6: some cleanup 2006/02/18 14:13:33 tra 1.33.110.5: *** empty log message *** 2006/02/16 21:36:34 fheckl 1.33.110.4: Removing Cocoa code and replacing most of it with Carbon calls 2006/01/31 01:14:16 fheckl 1.33.110.3: *** empty log message *** 2005/11/30 00:04:17 fheckl 1.33.110.2: Changing my fixed-path hack to a more normal solution but I am still not sure if we need this whole part anyway 2005/11/27 09:48:33 fheckl 1.33.110.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [11ba81d0ad55aa22cec2eb0009ce2552b8d23ae3]

INTEGRATION: CWS aquavcl01 (1.28.112); FILE MERGED 2007/06/27 18:01:40 pl 1.28.112.36: #i77562# initial print implementation 2007/06/21 18:29:12 pl 1.28.112.35: remove unused functions 2007/06/21 15:18:20 pl 1.28.112.34: #i78704# implement XOR rendering with basebmp 2007/06/13 09:37:31 hdu 1.28.112.33: ImplMacFontData gets the GetImplFontCharMap() method 2007/06/08 11:19:23 pl 1.28.112.32: preparations for XOR mode using basebmp BitmapDevice 2007/06/04 16:49:29 pl 1.28.112.31: solve compile problem 2007/06/01 11:58:16 pl 1.28.112.30: preliminary: use blendmode hack for XOR mode 2007/05/29 15:56:38 pl 1.28.112.29: simplify AquaSalGraphics, paint to window from backbuffer 2007/05/24 10:43:39 pl 1.28.112.28: implement flush 2007/05/23 09:03:59 hdu 1.28.112.27: first step to avoid overflows when measuring text => better text breaking 2007/05/15 12:48:57 msicotte 1.28.112.26: added definition for makeCGptArray - helper for AquaSalGraphics::invert 2007/05/15 10:52:32 hdu 1.28.112.25: prepare font rotation directly in ATSUI units 2007/05/14 10:19:50 hdu 1.28.112.24: rewrote ATSUFontID-based font enumeration 2007/05/06 18:36:19 tra 1.28.112.23: Rework of parts of the atsui font implementation 2007/04/11 11:25:22 pjanik 1.28.112.22: Add new prototypes from m208. 2007/03/09 23:05:10 pjanik 1.28.112.21: Add CGLayer into AquaSalGraphics. 2007/02/16 10:23:55 pjanik 1.28.112.20: fix typo 2007/02/16 10:02:26 pjanik 1.28.112.19: fix typo 2006/11/26 18:42:46 pjanik 1.28.112.18: Add two new methods. 2006/08/19 20:50:34 cl 1.28.112.17: more changes 2006/08/18 15:33:09 cl 1.28.112.16: more aqua bitmap rework 2006/08/16 21:26:59 cl 1.28.112.15: fixes some crashes 2006/08/14 21:05:04 cl 1.28.112.14: added basic QUARTZ bitmap support 2006/08/05 15:19:33 ssa 1.28.112.13: remove deprecated salgraphics methods, add pixel drawing, support font rotation, use attribute for text color, use font metric 2006/07/28 18:49:04 ssa 1.28.112.12: initial font support (ATSUI) 2006/04/25 19:38:19 pjanik 1.28.112.11: #i10000#: Change prototype of GetGraphicsWidth to align with recent changes. 2006/03/19 21:38:03 ssa 1.28.112.10: implement clipping functionality 2006/03/19 11:53:17 ssa 1.28.112.9: remove old QuickDraw implementation, AquaSalGraphics members now protected, use RGB color space, general code cleanup 2006/03/14 14:22:25 ssa 1.28.112.8: remove redundant AquaSalGraphics methods 2006/03/09 23:55:16 ssa 1.28.112.7: code cleanup 2006/03/09 08:06:37 ssa 1.28.112.6: support line and fill color 2006/02/27 21:33:52 fheckl 1.28.112.5: Replacing VCLVIEW with CarbonViewRef 2006/02/27 20:27:27 tra 1.28.112.4: Basic painting stuf based on Quartz 2D 2006/02/16 21:36:31 fheckl 1.28.112.3: Removing Cocoa code and replacing most of it with Carbon calls 2006/01/31 01:14:16 fheckl 1.28.112.2: *** empty log message *** 2005/11/27 09:48:15 fheckl 1.28.112.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [3da832413f342c2b55cd0d4cc2b1906d46b015bf]

INTEGRATION: CWS aquavcl01 (1.12.112); FILE MERGED 2007/06/19 16:22:54 pl 1.12.112.8: #i75228# initialize all members 2007/06/15 17:48:15 pl 1.12.112.7: #i75228# replace timer implementation 2007/05/23 13:21:41 pl 1.12.112.6: more convenient logging 2007/05/14 11:38:48 pl 1.12.112.5: protect against dispatching to dead or dying AquaSalFrames 2007/05/06 18:36:19 tra 1.12.112.4: Rework of parts of the atsui font implementation 2006/03/19 21:37:06 ssa 1.12.112.3: code cleanup, remove old c-only prototypes 2006/03/02 00:31:02 ssa 1.12.112.2: provide AquaSalTimer and solar mutex helper 2006/02/16 21:36:30 fheckl 1.12.112.1: Removing Cocoa code and replacing most of it with Carbon calls


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [00034923973bc1eb8fe2fba19f343a9dd197e0e8]

INTEGRATION: CWS aquavcl01 (1.9.4); FILE MERGED 2007/06/28 14:09:19 tra 1.9.4.7: #i77593#support for copy&paste of pictures, OLE data exchanges with MS Office etc. 2007/06/14 12:06:18 tra 1.9.4.6: Work in progress, checked in to have it saved in the repos. 2007/05/24 19:53:30 tra 1.9.4.5: Implementing paste system -> OOo 2006/08/07 18:28:22 ebischoff 1.9.4.4: After review by hjs Hrmpf... We're almost back to my original patch ;-) 2006/08/05 11:21:40 ebischoff 1.9.4.3: After discussion with Pavel and a look at issue #67333 2006/08/05 10:11:42 ebischoff 1.9.4.2: OOps, typo. 2006/08/05 09:55:39 ebischoff 1.9.4.1: Solution for second part of issue #i36841: "the component dtransaqua.rdb fails to register"


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [6bf9874b513add6ac297e90d0436a469af143a1d]

INTEGRATION: CWS aquavcl01 (1.3.142); FILE MERGED 2005/11/27 10:12:33 fheckl 1.3.142.1: Adapting aqua to OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [39ff082b0f6defcf82bf680a9dd7f5f345d2b85d]

INTEGRATION: CWS aquavcl01 (1.6.6); FILE MERGED 2007/05/24 19:53:30 tra 1.6.6.1: Implementing paste system -> OOo


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [774964fb40617469b233f9544791eda3fb74c1e6]

INTEGRATION: CWS aquavcl01 (1.4.12); FILE MERGED 2007/06/14 12:06:18 tra 1.4.12.4: Work in progress, checked in to have it saved in the repos. 2007/05/27 10:02:02 tra 1.4.12.3: Need to implement XFlushableClipboard 2007/05/24 19:53:30 tra 1.4.12.2: Implementing paste system -> OOo 2006/03/12 19:50:48 tra 1.4.12.1: correct include file


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [e894c6ebb851c239d4bcd4ead1ff590a56464eac]

INTEGRATION: CWS aquavcl01 (1.4.6); FILE MERGED 2007/06/28 14:09:19 tra 1.4.6.4: #i77593#support for copy&paste of pictures, OLE data exchanges with MS Office etc. 2007/06/14 12:06:18 tra 1.4.6.3: Work in progress, checked in to have it saved in the repos. 2007/05/27 10:02:02 tra 1.4.6.2: Need to implement XFlushableClipboard 2007/05/24 19:53:30 tra 1.4.6.1: Implementing paste system -> OOo


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [f1f570d2fe65d4147898305ab31fffcd264e745e]

INTEGRATION: CWS aquavcl01 (1.1.2); FILE ADDED 2007/06/28 14:09:19 tra 1.1.2.1: #i77593#support for copy&paste of pictures, OLE data exchanges with MS Office etc.


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [efb274bca5758e46d37a51a4e91962aedbc45ef3]

INTEGRATION: CWS aquavcl01 (1.1.2); FILE ADDED 2007/06/28 15:03:39 tra 1.1.2.2: #i77593#Hack to prevent warning caused by the use of deprecated APIs 2007/06/28 14:09:19 tra 1.1.2.1: #i77593#support for copy&paste of pictures, OLE data exchanges with MS Office etc.


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [9d7a8edc0a56527c3a41a3261005055c7f8b5c42]

INTEGRATION: CWS aquavcl01 (1.1.2); FILE ADDED 2007/06/14 12:06:18 tra 1.1.2.2: Work in progress, checked in to have it saved in the repos. 2007/05/24 19:53:30 tra 1.1.2.1: Implementing paste system -> OOo


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [04d6283d29b1ce476aa66150924be0bb389c1997]

INTEGRATION: CWS aquavcl01 (1.1.2); FILE ADDED 2007/06/28 14:09:19 tra 1.1.2.3: #i77593#support for copy&paste of pictures, OLE data exchanges with MS Office etc. 2007/06/14 12:06:18 tra 1.1.2.2: Work in progress, checked in to have it saved in the repos. 2007/05/24 19:53:29 tra 1.1.2.1: Implementing paste system -> OOo


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [0aa457476b5425165d7a5d217568ea9a5b75fdae]

INTEGRATION: CWS aquavcl01 (1.1.2); FILE ADDED 2007/06/20 19:06:51 pl 1.1.2.2: fixed a constness issue 2007/06/14 12:06:18 tra 1.1.2.1: Work in progress, checked in to have it saved in the repos.


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [2836e28e106e0d1912e27d317ec21594b35a79ce]

INTEGRATION: CWS aquavcl01 (1.4.22); FILE MERGED 2007/06/22 15:41:58 pl 1.4.22.1: #i78704# thb: fix xor clipping


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [0846e87c8d154f91b2261fcd3d9dc030381a2317]

INTEGRATION: CWS aquavcl01 (1.26.22); FILE MERGED 2007/06/22 19:06:25 thb 1.26.22.3: #i78704# Unified the two 32bpp formats 2007/06/22 15:41:58 pl 1.26.22.2: #i78704# thb: fix xor clipping 2007/06/21 09:00:07 pl 1.26.22.1: #i78704# add a new pixelformat, minor cosmetics


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [3395b4f503f84bf4e671cd2d0344e4aaed6edabf]

INTEGRATION: CWS aquavcl01 (1.8.18); FILE MERGED 2007/06/21 09:00:07 pl 1.8.18.1: #i78704# add a new pixelformat, minor cosmetics


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [89fc7976cbee3f68f9fafca08458d76416d9da48]

INTEGRATION: CWS aquavcl01 (1.2.18); FILE MERGED 2007/06/22 19:06:24 thb 1.2.18.3: #i78704# Unified the two 32bpp formats 2007/06/22 15:49:55 ericb 1.2.18.2: add PowerPC endianness 2007/06/21 09:00:07 pl 1.2.18.1: #i78704# add a new pixelformat, minor cosmetics


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [4f05713be22e9102669f90dc7eec0fa6a208f5ab]

INTEGRATION: CWS aquavcl01 (1.7.22); FILE MERGED 2007/06/21 09:00:07 pl 1.7.22.1: #i78704# add a new pixelformat, minor cosmetics


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [68b1698f63813e8131c91774ce5be7931a25226a]

INTEGRATION: CWS aquavcl01 (1.2.22); FILE MERGED 2007/06/21 09:00:07 pl 1.2.22.1: #i78704# add a new pixelformat, minor cosmetics


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [537835581ad6aca8e7581ecb884b9f69b84de60e]

INTEGRATION: CWS aquavcl01 (1.1.2); FILE ADDED 2007/06/16 11:06:25 pjanik 1.1.2.1: New demo application that draws something.


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [4516296de47bdbb1b444d9a8fcdc9517afef0c6c]

INTEGRATION: CWS aquavcl01 (1.12.112); FILE MERGED 2007/06/16 11:07:05 pjanik 1.12.112.9: Add vcldemo demo application. 2007/04/11 07:59:59 pjanik 1.12.112.8: RESYNC: (1.17-1.18); FILE MERGED 2007/02/02 11:11:17 pjanik 1.12.112.7: RESYNC: (1.15-1.17); FILE MERGED 2006/10/13 22:47:59 tra 1.12.112.6: RESYNC: (1.14-1.15); FILE MERGED 2006/08/21 22:19:31 cl 1.12.112.5: RESYNC: (1.13-1.14); FILE MERGED 2006/08/20 06:54:49 pjanik 1.12.112.4: Revert changes: link again with STLport, TARGETTYPE *is* GUI. 2006/07/19 08:53:25 pjanik 1.12.112.3: RESYNC: (1.12-1.13); FILE MERGED 2006/03/10 15:15:44 tra 1.12.112.2: remove mac specific stuff 2006/02/27 20:33:36 tra 1.12.112.1: *** empty log message ***


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [27eafe8ea12458eab73df76bd2f670177fb7fe86]

INTEGRATION: CWS aquavcl01 (1.75.14); FILE MERGED 2007/06/25 11:10:02 pjanik 1.75.14.23: RESYNC: (1.91-1.92); FILE MERGED 2007/06/21 15:18:20 pl 1.75.14.22: #i78704# implement XOR rendering with basebmp 2007/06/12 08:42:15 pjanik 1.75.14.21: Remove FIXME comments, revert original tabbing to prevent useless changes. 2007/06/11 10:56:19 hdu 1.75.14.20: aquaport: link PSPLIB statically 2007/06/06 16:40:32 ericb 1.75.14.19: RESYNC: (1.89-1.91); FILE MERGED 2007/06/01 14:06:25 pl 1.75.14.18: don't build useless libraries 2007/05/03 17:43:40 pjanik 1.75.14.17: RESYNC: (1.87-1.89); FILE MERGED 2007/04/11 07:57:39 pjanik 1.75.14.16: RESYNC: (1.85-1.87); FILE MERGED 2007/02/02 11:10:23 pjanik 1.75.14.15: RESYNC: (1.84-1.85); FILE MERGED 2006/11/26 18:10:13 pjanik 1.75.14.14: RESYNC: (1.82-1.84); FILE MERGED 2006/10/13 22:43:43 tra 1.75.14.13: RESYNC: (1.81-1.82); FILE MERGED 2006/09/05 21:25:07 pjanik 1.75.14.12: The framework is named AppKit, not Appkit! 2006/08/25 10:38:28 pjanik 1.75.14.11: Remove extraneous changes. 2006/08/24 20:33:10 ericb 1.75.14.10: aquvcl01 fix pasf bug in aqua build 2006/08/16 12:35:34 cl 1.75.14.9: RESYNC: (1.80-1.81); FILE MERGED 2006/08/05 20:09:51 ebischoff 1.75.14.8: Necessary to build with XCode 1.5 + Mac OS X 10.3.9 2006/07/19 08:51:01 pjanik 1.75.14.7: RESYNC: (1.79-1.80); FILE MERGED 2006/06/17 13:21:07 fheckl 1.75.14.6: RESYNC: (1.78-1.79); FILE MERGED 2006/04/18 07:02:29 tra 1.75.14.5: RESYNC: (1.77-1.78); FILE MERGED 2006/02/21 18:23:29 fheckl 1.75.14.4: Adding -framework Carbon to adapt to MacOSX aqua build 2006/01/21 13:58:59 pjanik 1.75.14.3: RESYNC: (1.76-1.77); FILE MERGED 2005/12/15 21:22:11 fheckl 1.75.14.2: RESYNC: (1.75-1.76); FILE MERGED 2005/11/27 11:14:22 fheckl 1.75.14.1: Changes for aqua


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [391da6141e6a35590753a60fc1f218a14be415c6]

INTEGRATION: CWS aquavcl01 (1.112.42); FILE MERGED 2007/05/29 13:35:18 pl 1.112.42.1: preferences and about entries in application menu


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [f4ac546f672363abf8ed8b6429d3b67553bac3aa]

INTEGRATION: CWS aquavcl01 (1.22.16); FILE MERGED 2007/06/20 19:00:28 pl 1.22.16.1: #i78510# enable native focus markers for selected controls


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [bca170e4c00039395c00a032ebabc0b18ad7aae6]

INTEGRATION: CWS aquavcl01 (1.21.52); FILE MERGED 2007/06/22 07:07:51 pl 1.21.52.1: #i77552# add: native window background


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [b0374f55ac422711602017a7983febc4bae0abae]

INTEGRATION: CWS aquavcl01 (1.148.4); FILE MERGED 2007/06/25 11:08:09 pjanik 1.148.4.3: RESYNC: (1.149-1.150); FILE MERGED 2007/06/06 16:39:44 ericb 1.148.4.2: RESYNC: (1.148-1.149); FILE MERGED 2007/05/30 14:10:17 pl 1.148.4.1: draw whole native menu background


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [ff77d24c0737345a91f0d7e916b55db5165f2783]

INTEGRATION: CWS aquavcl01 (1.7.52); FILE MERGED 2006/12/30 19:33:58 pjanik 1.7.52.1: #i72385#: Add Quartz/AQUA specific parts.


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [f7bc2bc7e1eb8098a7b4ed6ffe88f28d4cd562ef]

INTEGRATION: CWS aquavcl01 (1.36.2); FILE MERGED 2007/06/25 11:07:55 pjanik 1.36.2.2: RESYNC: (1.36-1.37); FILE MERGED 2007/06/22 07:07:50 pl 1.36.2.1: #i77552# add: native window background


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [67eb4e143e4f04c2529c130f667258d3027f7bd5]

INTEGRATION: CWS aquavcl01 (1.47.16); FILE MERGED 2007/05/29 13:35:18 pl 1.47.16.1: preferences and about entries in application menu


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [3b1557ca4a3bb37047cdfeda1d7609d0d1ed380d]

INTEGRATION: CWS aquavcl01 (1.19.22); FILE MERGED 2007/06/28 09:13:47 pl 1.19.22.3: #i77552# do not override explicit control background 2007/06/22 12:13:33 pl 1.19.22.2: #i77552# enforce window update in in native background frames 2007/06/22 07:07:50 pl 1.19.22.1: #i77552# add: native window background


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [0ea9dee1f50929db763f3a8a85411c183b7afc4c]

INTEGRATION: CWS aquavcl01 (1.15.8); FILE MERGED 2007/04/12 06:30:55 pjanik 1.15.8.1: Fix the problem with missing parts included in psprint.

This is TEMPORARY fix. Do not integrate it!

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [aaed44f427365ddccfb0b3c8546afd0706504ab3]

INTEGRATION: CWS aquavcl01 (1.48.4); FILE MERGED 2007/06/25 11:06:08 pjanik 1.48.4.2: RESYNC: (1.48-1.49); FILE MERGED 2007/06/20 19:00:28 pl 1.48.4.1: #i78510# enable native focus markers for selected controls


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [5c0db56d4537b8f53b20a76e2a54bcb8069dc6b6]

INTEGRATION: CWS aquavcl01 (1.2.68); FILE MERGED 2007/06/18 12:46:05 pl 1.2.68.7: #i78600# remove fprintf 2006/11/02 08:48:08 ericb 1.2.68.6: simplify OS check 2006/11/02 00:00:09 ericb 1.2.68.5: fix build with other archs than MacOS X 2006/10/13 22:01:04 tra 1.2.68.4: RESYNC: (1.3-1.4); FILE MERGED 2006/08/21 22:51:38 cl 1.2.68.3: added RAEL support 2006/07/19 08:28:22 pjanik 1.2.68.2: RESYNC: (1.2-1.3); FILE MERGED 2006/06/25 14:34:11 ssa 1.2.68.1: #i47888# limit the event loop trick to the X11 version only, aqua does not need it and crashes with two event loops


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [34f57421e93aee2bca61ffadf99cda68400631a8]

INTEGRATION: CWS aquavcl01 (1.57.26); FILE MERGED 2007/07/02 09:23:33 pl 1.57.26.11: reverting too aggressive cleanup 2007/06/28 16:43:22 pl 1.57.26.10: cleaning up some unused headers 2007/06/25 11:05:53 pjanik 1.57.26.9: RESYNC: (1.67-1.69); FILE MERGED 2006/11/07 19:03:28 pjanik 1.57.26.8: RESYNC: (1.66-1.67); FILE MERGED 2006/10/13 22:00:04 tra 1.57.26.7: RESYNC: (1.65-1.66); FILE MERGED 2006/09/14 13:35:53 tra 1.57.26.6: RESYNC: (1.64-1.65); FILE MERGED 2006/08/16 12:28:22 cl 1.57.26.5: RESYNC: (1.63-1.64); FILE MERGED 2006/07/19 08:27:54 pjanik 1.57.26.4: RESYNC: (1.61-1.63); FILE MERGED 2006/06/17 13:12:00 fheckl 1.57.26.3: RESYNC: (1.59-1.61); FILE MERGED 2006/04/18 06:52:48 tra 1.57.26.2: RESYNC: (1.57-1.59); FILE MERGED 2006/03/13 14:05:43 ericb 1.57.26.1: fix for a complete build without X11 (prex.h and postx.h)


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [e19a4f8c49bbca8a3afcf5aa73e8fb41edfc46f4]

INTEGRATION: CWS aquavcl01 (1.42.120); FILE MERGED 2007/06/25 08:49:19 pjanik 1.42.120.14: Move basebmp dependency to match current code in vcl. 2007/06/06 17:34:56 ericb 1.42.120.13:  fix m214 resync conflict in vcl 2007/06/06 16:39:00 ericb 1.42.120.12: RESYNC: (1.50-1.51); FILE MERGED 2007/06/06 15:17:40 ericb 1.42.120.11: solve build.lst conflict before resync 2007/05/03 17:32:33 pjanik 1.42.120.10: RESYNC: (1.49-1.50); FILE MERGED 2007/01/25 13:09:25 pjanik 1.42.120.9: RESYNC: (1.48-1.49); FILE MERGED 2006/11/07 19:02:47 pjanik 1.42.120.8: RESYNC: (1.47-1.48); FILE MERGED 2006/10/14 12:31:02 pjanik 1.42.120.7: Remove non-existing dependency. 2006/10/13 21:58:46 tra 1.42.120.6: RESYNC: (1.45-1.47); FILE MERGED 2006/08/26 08:16:52 pjanik 1.42.120.5: Add new pre-requisite: basebmp. 2006/07/19 08:27:18 pjanik 1.42.120.4: RESYNC: (1.44-1.45); FILE MERGED 2006/06/18 18:22:14 pjanik 1.42.120.3: #i10000#: Add back removed dependency. 2006/06/17 12:47:21 fheckl 1.42.120.2: Solving conflict with m172 while resyncing 2006/04/25 19:36:45 pjanik 1.42.120.1: #i10000#: Add missing target dependency.


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [6ff1438067fdae73c85151bfdaf25614f5712675]

INTEGRATION: CWS aquavcl01 (1.3.4); FILE MERGED 2007/06/20 19:00:27 pl 1.3.4.1: #i78510# enable native focus markers for selected controls


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [5c8cc32b360e9af98344f215110e80d8ac571721]

INTEGRATION: CWS aquavcl01 (1.2.44); FILE MERGED 2007/05/29 13:35:17 pl 1.2.44.1: preferences and about entries in application menu


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [76034a1a5422b0e84b98cae89f42605f34587155]

INTEGRATION: CWS aquavcl01 (1.2.44); FILE MERGED 2007/06/22 07:07:50 pl 1.2.44.1: #i77552# add: native window background


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [7de00260eb5d3fb25e847ba9f734604ac522d581]

INTEGRATION: CWS aquavcl01 (1.2.44); FILE MERGED 2007/05/03 17:48:04 pjanik 1.2.44.1: Reapply the fix after moving the header.


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [248d90ca30c3b3c63d99024ad818eeb3acdba915]

INTEGRATION: CWS aquavcl01 (1.1.2); FILE ADDED 2007/06/28 04:42:22 ekato 1.1.2.19: Don't swallow Command-Space with menu as it is often used for TSM. 2007/06/05 13:23:08 pl 1.1.2.18: CFString  <-> OUString conversion 2007/05/29 13:35:18 pl 1.1.2.17: preferences and about entries in application menu 2007/05/23 13:21:42 pl 1.1.2.16: more convenient logging 2007/04/09 18:50:05 ericb 1.1.2.15: make native menus default in aqua. To use vcl menu set AQUA_NATIVE_MENUS to FALSE 2007/02/18 21:17:34 pjanik 1.1.2.14: Flip menubar images vertically for Quartz. 2007/02/13 09:09:02 pjanik 1.1.2.13: Remove Menu item properties when destroying menus. 2006/12/14 19:23:35 pjanik 1.1.2.12: Add menu accelerators (patch from Ismael Merzaq). 2006/12/14 16:25:18 pjanik 1.1.2.11: Minor cleanup: remove ";" at the end of #define. 2006/12/04 13:08:06 pjanik 1.1.2.10: Implement SetItemImage method for native menus. 2006/08/26 15:21:56 pjanik 1.1.2.9: Move code t the block where it is used. 2006/08/26 13:43:17 pjanik 1.1.2.8: Do not leak menu item texts. 2006/08/23 22:09:47 pjanik 1.1.2.7: Define macro XUBSTRINGTOCFSTRING converting XubString encoded in UTF8 into CFString using UTF8 as encoding. This fixes menu items encoding problems. 2006/08/23 05:18:47 pjanik 1.1.2.6: Use separate constant for menu items pointers. 2006/08/21 15:19:10 pjanik 1.1.2.5: Define environment variable AQUA_NATIVE_MENUS to TRUE at runtime to get native menus. 2006/08/20 16:03:28 pjanik 1.1.2.4: Set sub menu reference in SetSubMenu. Implement SetItemText (tested for menu bar menus, not tested yet for menu item texts). 2006/08/20 15:53:54 pjanik 1.1.2.3: *** empty log message *** 2006/08/20 15:21:54 pjanik 1.1.2.2: announce missing implementation of SetItemImage 2006/08/07 18:30:44 pjanik 1.1.2.1: Add support for antive menus.


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [d7d9190ab517bd921ac73be94f4fea24f0eeae5b]

INTEGRATION: CWS aquavcl01 (1.9.112); FILE MERGED 2007/04/11 07:51:53 pjanik 1.9.112.3: RESYNC: (1.9-1.10); FILE MERGED 2006/08/07 18:52:43 pjanik 1.9.112.2: Add new file. 2006/02/16 21:36:37 fheckl 1.9.112.1: Removing Cocoa code and replacing most of it with Carbon calls


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [55c883564773444adc8005b398d367c383ba6bee]

INTEGRATION: CWS aquavcl01 (1.8.52); FILE MERGED 2007/01/12 21:01:27 mox 1.8.52.1: aqua vcl cleanup. Get rid of obsolete QuickDraw functions, that are not used by the current Quartz 2D code. When Quartz functions are used this kind of color device management code is not needed at all (automatically handled by Quartz).


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [6a9b7c474936fbe2dda65051e49e35e47be74f3a]

INTEGRATION: CWS aquavcl01 (1.5.112); FILE MERGED 2007/03/08 08:39:21 pjanik 1.5.112.5: Remove warning. 2006/10/13 21:55:50 tra 1.5.112.4: RESYNC: (1.5-1.6); FILE MERGED 2006/07/19 10:20:18 pjanik 1.5.112.3: #i10000#: Change the prototype of GetOGLFnc to reflect the changes done in  SRC680_m173. 2006/02/27 21:33:54 fheckl 1.5.112.2: Replacing VCLVIEW with CarbonViewRef 2005/11/27 09:48:38 fheckl 1.5.112.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [0a20d81c742fc2678aad50aa75fc5a12b6f7590e]

INTEGRATION: CWS aquavcl01 (1.1.2); FILE ADDED 2007/06/28 12:35:13 ericb 1.1.2.51: #i77551# improve metrics for listboxes buttons 2007/06/28 07:07:24 pjanik 1.1.2.50: whitespace cleanup 2007/06/28 07:01:06 pjanik 1.1.2.49: whitespace cleanup 2007/06/28 06:48:09 ericb 1.1.2.48: #i77551# add correct buttons for listboxes 2007/06/27 09:17:04 pl 1.1.2.47: #i78907# paint menubar, add a magical 2 pixel border offset 2007/06/22 12:13:33 pl 1.1.2.46: #i77552# enforce window update in in native background frames 2007/06/22 07:07:49 pl 1.1.2.45: #i77552# add: native window background 2007/06/20 19:00:27 pl 1.1.2.44: #i78510# enable native focus markers for selected controls 2007/06/14 01:49:21 ericb 1.1.2.43: fix typo in test 2007/06/14 01:41:40 ericb 1.1.2.42: draw correct button for Comboboxes (Ismael will complete) 2007/06/11 01:41:15 ekato 1.1.2.41: Don't pass NULL to CFRelease(). 2007/06/07 17:47:51 ericb 1.1.2.40: #i77549# be sure CFRelease every time 2007/06/07 17:10:00 ericb 1.1.2.39: #i77549# redesign how system preferencesare found 2007/06/05 21:22:49 ericb 1.1.2.38: #i77607# add selected button highlighted on main toolbar 2007/05/30 14:37:40 pl 1.1.2.37: save and restore to protect our context 2007/05/29 15:56:39 pl 1.1.2.36: simplify AquaSalGraphics, paint to window from backbuffer 2007/05/26 20:54:33 ericb 1.1.2.35: #i75020# fix middle part of pushbutton swapped in About + CTRL SDT 2007/05/26 08:50:57 ericb 1.1.2.34: #i77552# make Aqua them appear for some control. Will need more work for the background 2007/05/23 13:22:40 pl 1.1.2.33: more convenient logging 2007/05/17 08:51:36 ericb 1.1.2.32: #i77450# fix bad parameter in HIThemeDrawMenuItem, and remove bad cases for CTRL_TOOLBAR in isNativeControlSupported() 2007/05/17 08:31:38 ericb 1.1.2.31: #i77450# add isOffScreen() case for toolbars 2007/05/16 21:49:34 ericb 1.1.2.30: cosmetic changes in code for NWF 2007/05/16 21:43:30 ericb 1.1.2.29: add Aqua look for toolbars and tooltips 2007/05/14 14:20:47 ericb 1.1.2.28: add pulse effect (it will help to verify refresh issues are fixed) 2007/03/10 09:58:42 pjanik 1.1.2.27: Add better debugging for native widgets. 2007/03/01 13:03:13 pjanik 1.1.2.26: #i74602#: Add offscreen drawing for native widgets. 2007/02/27 10:30:37 pjanik 1.1.2.25: #i74632#: fix native buttons jumping up when highlighted. 2007/02/18 23:14:25 ericb 1.1.2.24: #i74632# fix for pushbuttons offset 2007/02/17 09:53:45 pjanik 1.1.2.23: whitespace and partial indentation cleanup. 2007/02/17 09:15:16 ericb 1.1.2.22: fix little colored  issue for radio buttons and checkbuttons 2007/02/16 19:10:33 ericb 1.1.2.21: code cleanup in native widgets (buttons) 2007/02/16 12:19:42 pjanik 1.1.2.20: Remove useless prototype just before definition of the function AquaGetScrollButtonRect. 2007/02/11 20:15:48 ericb 1.1.2.19: add native popups 2007/02/11 13:08:24 ericb 1.1.2.18: code cleanup in native scrollbar 2007/02/11 11:48:36 ericb 1.1.2.17: #i74417# fix scrollbar crash 2007/02/04 19:27:29 ericb 1.1.2.16: misc code changes 2007/02/04 17:41:23 ericb 1.1.2.15: add comments for Aqua* helpers 2007/02/04 17:33:12 ericb 1.1.2.14: allows to use system preferences for scrollbar + implement new scrollbar controls + code cleanup 2006/12/23 15:53:08 ericb 1.1.2.13: fix little error when radio button are checked 2006/12/23 09:06:51 ericb 1.1.2.12: cosmetic changes + fixed several little bugs in switch for pushbuttons 2006/12/22 23:29:11 ericb 1.1.2.11: fixes some pushbuttons bugs 2006/12/13 13:26:19 ericb 1.1.2.10: remove AQUA_NATIVE_CONTROLS to keep native controls as default (use SAL_NO_NWF instead) 2006/10/15 09:54:19 ericb 1.1.2.9: remove comments for AQUA_NATIVE_CONTROLS 2006/10/12 09:42:43 ericb 1.1.2.8: fix missing ; 2006/10/12 09:39:10 ericb 1.1.2.7: add cosmetic changes and default case in switch for hitTestNativeControl() 2006/10/11 21:58:02 ericb 1.1.2.6: fix control translation with aqua scrollbar. first working code 2006/10/06 11:51:01 ericb 1.1.2.5: fix buttons borders for native aqua controls 2006/10/04 21:16:11 pdefilippis 1.1.2.4: cws aquavcl01 added old native buttons support 2006/09/21 15:03:45 pdefilippis 1.1.2.3: cws aquavcl01 add aqua native scrollbar control 2006/08/21 16:22:37 pjanik 1.1.2.2: Define environment variable AQUA_NATIVE_CONTROLS to TRUE at runtime to get native controls. 2006/08/21 15:20:17 pjanik 1.1.2.1: Rename salgdinative.cxx file to salnativewidgets.cxx.


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [715fa89a7db4313cb4ff2bbd9e44a5e25690506a]

INTEGRATION: CWS aquavcl01 (1.4.112); FILE MERGED 2006/10/13 21:55:43 tra 1.4.112.2: RESYNC: (1.4-1.5); FILE MERGED 2005/11/27 09:48:38 fheckl 1.4.112.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [c368a56cf41cda075bdf23fce4d24be3ebd5d4b4]

INTEGRATION: CWS aquavcl01 (1.7.112); FILE MERGED 2007/06/27 18:01:40 pl 1.7.112.31: #i77562# initial print implementation 2007/06/21 18:29:12 pl 1.7.112.30: remove unused functions 2007/06/21 15:18:21 pl 1.7.112.29: #i78704# implement XOR rendering with basebmp 2007/06/08 11:19:24 pl 1.7.112.28: preparations for XOR mode using basebmp BitmapDevice 2007/06/04 16:54:02 pl 1.7.112.27: antialias in context only if appropriate 2007/06/01 11:58:17 pl 1.7.112.26: preliminary: use blendmode hack for XOR mode 2007/05/29 16:35:44 pl 1.7.112.25: slighly nicer resize behaviour; need more repaints 2007/05/29 15:56:39 pl 1.7.112.24: simplify AquaSalGraphics, paint to window from backbuffer 2007/05/24 10:43:39 pl 1.7.112.23: implement flush 2007/05/24 09:59:17 pl 1.7.112.22: no view on VirDev 2007/05/24 06:57:48 pjanik 1.7.112.21: Log mrView in RefreshRect. 2007/05/23 13:22:40 pl 1.7.112.20: more convenient logging 2007/05/15 12:44:16 msicotte 1.7.112.19: added AquaSalGraphics::makeCGptArray - helper for AquaSalGraphics:invert 2007/03/13 08:57:43 pjanik 1.7.112.18: Use proper types to prevent warnings. 2007/03/10 11:27:56 pjanik 1.7.112.17: Print warning only in case of error. 2007/03/10 10:00:00 pjanik 1.7.112.16: Use HIViewSetNeedsDisplayInRect instead of InvalWindowRect. 2007/03/09 23:08:30 pjanik 1.7.112.15: Add refresh. 2006/10/14 13:26:55 pjanik 1.7.112.14: Fix resync problems. 2006/10/13 21:55:36 tra 1.7.112.13: RESYNC: (1.7-1.8); FILE MERGED 2006/08/19 20:59:55 cl 1.7.112.12: more changes 2006/08/18 15:34:39 cl 1.7.112.11: more aqua bitmap rework 2006/08/16 21:27:01 cl 1.7.112.10: fixes some crashes 2006/08/14 21:26:01 cl 1.7.112.9: added basic QUARTZ bitmap support 2006/08/05 15:19:34 ssa 1.7.112.8: remove deprecated salgraphics methods, add pixel drawing, support font rotation, use attribute for text color, use font metric 2006/06/22 07:24:16 ssa 1.7.112.7: avoid expensive flushing after drawinf operations 2006/04/27 20:47:02 tra 1.7.112.6: *** empty log message *** 2006/03/19 21:38:03 ssa 1.7.112.5: implement clipping functionality 2006/03/19 11:53:18 ssa 1.7.112.4: remove old QuickDraw implementation, AquaSalGraphics members now protected, use RGB color space, general code cleanup 2006/03/09 08:07:25 ssa 1.7.112.3: support line and fill color 2006/02/27 20:28:47 tra 1.7.112.2: Basic painting stuff based on Quartz2D 2005/11/27 09:48:37 fheckl 1.7.112.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [1fa4171158d22f049589e31e0c1c6046b713fb96]

INTEGRATION: CWS aquavcl01 (1.5.112); FILE MERGED 2007/01/12 21:01:27 mox 1.5.112.4: aqua vcl cleanup. Get rid of obsolete QuickDraw functions, that are not used by the current Quartz 2D code. When Quartz functions are used this kind of color device management code is not needed at all (automatically handled by Quartz). 2006/10/13 21:55:16 tra 1.5.112.3: RESYNC: (1.5-1.6); FILE MERGED 2006/08/25 17:21:59 cl 1.5.112.2: removing not used define again 2005/11/27 09:48:36 fheckl 1.5.112.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [94691e8b62ce9c51144e32efcbeba9275254a7dc]

INTEGRATION: CWS aquavcl01 (1.5.112); FILE MERGED 2007/06/12 07:38:39 hdu 1.5.112.14: walk vector with iterator instead of index 2007/06/11 13:52:08 hdu 1.5.112.13: simplify SystemFontList header 2007/06/06 10:21:01 hdu 1.5.112.12: optimistic assumption that all ATS fonts are subsettable 2007/05/23 13:22:40 pl 1.5.112.11: more convenient logging 2007/05/15 10:23:07 hdu 1.5.112.10: simplify a little by removing dead code 2007/05/15 10:17:56 hdu 1.5.112.9: ignore empty strings from the font's name table 2007/05/14 15:19:47 hdu 1.5.112.8: fix typo when setting default font attributes 2007/05/14 12:27:37 hdu 1.5.112.7: default to standard font attributes 2007/05/14 12:15:22 hdu 1.5.112.6: default to standard font attributes 2007/05/14 10:33:47 hdu 1.5.112.5: fix small thinko in previous commit 2007/05/14 10:19:50 hdu 1.5.112.4: rewrote ATSUFontID-based font enumeration 2007/05/06 18:36:19 tra 1.5.112.3: Rework of parts of the atsui font implementation 2006/10/13 21:55:01 tra 1.5.112.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/27 09:48:35 fheckl 1.5.112.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [41868994048affe2a83a73c30d8e89713a97ca03]

INTEGRATION: CWS aquavcl01 (1.1.2); FILE ADDED 2007/06/25 11:44:03 hdu 1.1.2.41: #i78815# measure the caret positions directly instead of using glyph positions 2007/06/25 08:40:07 hdu 1.1.2.40: #i78815# first stab at guessing caret inside ligatures 2007/06/22 14:20:27 hdu 1.1.2.39: remove unused debug helpers 2007/06/22 06:40:27 hdu 1.1.2.38: fix inverted debug assertion 2007/06/21 15:18:21 pl 1.1.2.37: #i78704# implement XOR rendering with basebmp 2007/06/21 13:26:37 hdu 1.1.2.36: remove code comment for less accurate but more reliable layout measurement 2007/06/21 13:22:00 hdu 1.1.2.35: implement detailed measurements in complex text layouts 2007/06/19 14:01:59 hdu 1.1.2.34: ATSLayout::GetBoundRect() is also called for positioned text (e.g. in Insert->SpecialChar) 2007/06/18 14:31:32 hdu 1.1.2.33: ATSLayout::GetBoundRect(): do not reverse y-measurement in flipped context 2007/06/18 08:37:05 hdu 1.1.2.32: workaround for ATSUI not using trailing spaces for justification 2007/06/13 12:12:50 hdu 1.1.2.31: ATSLayout::GetIdealX(): get multiple widths at once 2007/06/13 11:45:37 hdu 1.1.2.30: better text measurements, PDF export, etc. by faking point==pixel 2007/06/12 11:43:07 hdu 1.1.2.29: refactor ATSLayout::InitGIA() => much better text measurements (and less resource leaks) 2007/06/11 14:58:42 ekato 1.1.2.28: Oops, fix last commit. 2007/06/11 14:50:28 ekato 1.1.2.27: issuse #78288: Fix for a wrapped line. 2007/06/05 15:44:59 hdu 1.1.2.26: fix justified text for huge fonts 2007/06/05 09:04:30 hdu 1.1.2.25: DrawText: refresh correct rect, remove unneeded CGContextTranslateCTM() call 2007/06/04 16:54:01 pl 1.1.2.24: antialias in context only if appropriate 2007/06/04 15:41:43 ericb 1.1.2.23: fix little warnings in salatslayout.cxx 2007/06/04 13:54:47 hdu 1.1.2.22: ATSLayout: justified text starts to work 2007/06/04 12:04:28 hdu 1.1.2.21: implement ATSLayout::DisableFontScaling() to prevent drawing problems with huge fonts 2007/05/30 14:34:32 hdu 1.1.2.20: disable assertion for empty text layout 2007/05/30 14:10:31 hdu 1.1.2.19: remove redundant members, improve code comments 2007/05/30 12:33:56 hdu 1.1.2.18: improve text measurements on reference devices 2007/05/30 12:12:19 hdu 1.1.2.17: small cleanup in ATSLayout::DrawText() 2007/05/29 15:56:38 pl 1.1.2.16: simplify AquaSalGraphics, paint to window from backbuffer 2007/05/23 14:21:21 hdu 1.1.2.15: do not bother to invalidate non-windows 2007/05/23 13:22:40 pl 1.1.2.14: more convenient logging 2007/05/23 09:03:59 hdu 1.1.2.13: first step to avoid overflows when measuring text => better text breaking 2007/05/15 14:55:41 hdu 1.1.2.12: fix ATSLayout::GetTextWidth() for multiple glyph-bound-trapezoids 2007/05/15 10:52:32 hdu 1.1.2.11: prepare font rotation directly in ATSUI units 2007/05/12 19:01:17 msicotte 1.1.2.10: Fix for issue 75889 - aquavcl01: Extended tooltips text truncated 2007/03/18 15:46:05 pjanik 1.1.2.9: Fix test for reporting errors, print only in case of error. 2007/03/10 10:02:14 pjanik 1.1.2.8: Comment unused variable. 2007/03/10 09:48:16 pjanik 1.1.2.7: Add FIXME for error checking. 2007/03/09 23:13:33 pjanik 1.1.2.6: Fix fonts, add refresh. 2007/02/17 10:02:43 pjanik 1.1.2.5: Apply font patch from Sébastien Plisson (JCA). 2006/08/29 11:34:21 ericb 1.1.2.4: aquavcl01 fix typo 2006/08/28 21:23:06 ericb 1.1.2.3: aquavcl01 : use normal case, but let the old code present 2006/08/05 15:19:33 ssa 1.1.2.2: remove deprecated salgraphics methods, add pixel drawing, support font rotation, use attribute for text color, use font metric 2006/07/28 18:49:40 ssa 1.1.2.1: initial font support (ATSUI)


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [70df7a7625b93b46e8a6cd10b66e17ed99556846]

INTEGRATION: CWS aquavcl01 (1.10.112); FILE MERGED 2007/06/07 14:48:35 hdu 1.10.112.9: remove salfontutils.cxx that has been obsoleted by salatsfontutils.cxx 2007/05/06 18:36:19 tra 1.10.112.8: Rework of parts of the atsui font implementation 2007/04/11 07:51:48 pjanik 1.10.112.7: RESYNC: (1.10-1.11); FILE MERGED 2007/03/08 20:46:44 pjanik 1.10.112.6: Remove unused and old (QuickDraw) salrectangleutils. 2006/08/21 15:21:41 pjanik 1.10.112.5: Rename salgdinative.cxx file to salnativewidgets.cxx, allow enabling of native controls at runtime. 2006/08/18 15:34:38 cl 1.10.112.4: more aqua bitmap rework 2006/08/16 21:27:00 cl 1.10.112.3: fixes some crashes 2006/07/28 18:49:05 ssa 1.10.112.2: initial font support (ATSUI) 2006/02/16 21:36:35 fheckl 1.10.112.1: Removing Cocoa code and replacing most of it with Carbon calls


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [1d0c47d255ee66b3cc438f45fe4cfcde570fccdb]

INTEGRATION: CWS aquavcl01 (1.4.112); FILE MERGED 2007/05/23 13:21:42 pl 1.4.112.9: more convenient logging 2007/02/17 16:16:49 pjanik 1.4.112.8: Prevent warnings when printing long integers as integers. 2007/02/02 11:45:44 pjanik 1.4.112.7: Add GetScreenName(). 2006/10/14 13:28:40 pjanik 1.4.112.6: Fix resync problems. 2006/10/13 21:54:35 tra 1.4.112.5: RESYNC: (1.4-1.5); FILE MERGED 2006/08/19 21:25:05 pjanik 1.4.112.4: fxi typos 2006/08/16 21:27:00 cl 1.4.112.3: fixes some crashes 2006/08/16 20:03:28 cl 1.4.112.2: added new virtual display methods from m181 2005/11/27 09:48:34 fheckl 1.4.112.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [4e55eded317870827c37ad36637b1ad04568786b]

INTEGRATION: CWS aquavcl01 (1.12.112); FILE MERGED 2007/05/14 12:35:10 pl 1.12.112.5: remove unused object 2007/04/11 07:51:43 pjanik 1.12.112.4: RESYNC: (1.12-1.13); FILE MERGED 2006/03/08 21:35:07 tra 1.12.112.3: execption handling enabled 2006/02/16 21:36:34 fheckl 1.12.112.2: Removing Cocoa code and replacing most of it with Carbon calls 2005/11/27 09:48:33 fheckl 1.12.112.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [01a1913e99a3087cec587d8403e305b8bfec5287]

INTEGRATION: CWS aquavcl01 (1.10.112); FILE MERGED 2007/02/25 07:29:50 mox 1.10.112.5: Issue number: #74846# Fix crash related to using CreateVirtualDevice from outside VCL. (verified with cairo canvas) 2006/08/14 21:07:01 cl 1.10.112.4: added basic QUARTZ bitmap support 2006/04/25 19:39:35 pjanik 1.10.112.3: #i10000#: Add GetSize function. 2006/03/19 11:53:18 ssa 1.10.112.2: remove old QuickDraw implementation, AquaSalGraphics members now protected, use RGB color space, general code cleanup 2005/11/27 09:48:26 fheckl 1.10.112.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [ea2969b6ae804e31cb2a1e86467acb852a560069]

INTEGRATION: CWS aquavcl01 (1.2.2); FILE ADDED 2007/06/15 17:48:15 pl 1.2.2.3: #i75228# replace timer implementation 2006/03/02 00:31:02 ssa 1.2.2.2: provide AquaSalTimer and solar mutex helper 2005/11/27 09:48:25 fheckl 1.2.2.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [085c4f633abf39fffbef52f9f8052a8e0ba735c0]

INTEGRATION: CWS aquavcl01 (1.3.112); FILE MERGED 2007/02/02 11:45:18 pjanik 1.3.112.4: Add GetScreenName(). 2006/10/14 13:27:41 pjanik 1.3.112.3: Add new functions after resync. 2006/08/16 20:02:19 cl 1.3.112.2: added new virtual display methods from m181 2005/11/27 09:48:20 fheckl 1.3.112.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [065766df09ead32896593bc35e2b1037f640879c]

INTEGRATION: CWS aquavcl01 (1.5.112); FILE MERGED 2007/06/28 16:00:52 pl 1.5.112.5: #i77562# improvements from code review session 2007/06/27 18:01:40 pl 1.5.112.4: #i77562# initial print implementation 2006/02/27 21:33:54 fheckl 1.5.112.3: Replacing VCLVIEW with CarbonViewRef 2006/02/16 21:36:32 fheckl 1.5.112.2: Removing Cocoa code and replacing most of it with Carbon calls 2005/11/27 09:48:17 fheckl 1.5.112.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [ff3e84fbcf4dcd28601d312cc6a623b20769a100]

INTEGRATION: CWS aquavcl01 (1.5.112); FILE MERGED 2007/01/12 21:01:27 mox 1.5.112.1: aqua vcl cleanup. Get rid of obsolete QuickDraw functions, that are not used by the current Quartz 2D code. When Quartz functions are used this kind of color device management code is not needed at all (automatically handled by Quartz).


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [60de61b7fb58f931838a87c8a95b780414ce9fa5]

INTEGRATION: CWS aquavcl01 (1.1.2); FILE ADDED 2006/07/19 10:19:48 pjanik 1.1.2.3: #i10000#: Change the prototype of GetOGLFnc to reflect the changes done in  SRC680_m173. 2006/02/27 21:33:53 fheckl 1.1.2.2: Replacing VCLVIEW with CarbonViewRef 2005/11/27 09:48:17 fheckl 1.1.2.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [094e9c93dfd03ac013770bb5786ff208901b43cc]

INTEGRATION: CWS aquavcl01 (1.5.112); FILE MERGED 2005/11/27 09:48:16 fheckl 1.5.112.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [55aa0b32d87437598d18ba68fc1e7f45da5aa970]

INTEGRATION: CWS aquavcl01 (1.1.2); FILE ADDED 2007/02/17 09:44:40 pjanik 1.1.2.4: minor cleanup 2007/02/17 09:14:12 ericb 1.1.2.3: add metrics to separate text and controls 2007/02/04 19:27:29 ericb 1.1.2.2: misc code changes 2007/02/04 17:19:51 ericb 1.1.2.1: create header for native widgets framework in aqua tree


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [bcfcacb907bb71db76fec4233d7d73a11014a7f4]

INTEGRATION: CWS aquavcl01 (1.1.2); FILE ADDED 2006/12/04 13:07:23 pjanik 1.1.2.3: Add new member holding Bitmap for menu item image. 2006/08/20 16:02:02 pjanik 1.1.2.2: Add reference to sub menu of the current menu item. 2006/08/07 18:18:30 pjanik 1.1.2.1: Add AquaSalMenu header file.


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [bb3fe2bda90f5b9126b9252810c6241de68202b3]

INTEGRATION: CWS aquavcl01 (1.10.110); FILE MERGED 2007/06/27 18:01:40 pl 1.10.110.9: #i77562# initial print implementation 2007/06/05 13:23:08 pl 1.10.110.8: CFString  <-> OUString conversion 2007/05/14 12:51:49 pl 1.10.110.7: safer yield mutex protection through guards 2007/03/08 08:37:29 pjanik 1.10.110.6: Remove VCLApplication_Run. 2006/07/19 10:21:11 pjanik 1.10.110.5: #i10000#: Change the prototype of Yield to reflect the changes done in  SRC680_m176. 2006/04/27 20:47:01 tra 1.10.110.4: *** empty log message *** 2006/02/16 21:36:32 fheckl 1.10.110.3: Removing Cocoa code and replacing most of it with Carbon calls 2006/01/31 01:14:16 fheckl 1.10.110.2: *** empty log message *** 2005/11/27 09:48:16 fheckl 1.10.110.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [09aaea097ffa2dcd4323c0deeb691338b12d61ca]

INTEGRATION: CWS aquavcl01 (1.15.112); FILE MERGED 2007/05/31 07:45:19 pl 1.15.112.23: implement CaptureMouse using overlay window 2007/05/29 15:56:38 pl 1.15.112.22: simplify AquaSalGraphics, paint to window from backbuffer 2007/05/23 14:25:33 pl 1.15.112.21: normal centering on parent 2007/05/14 11:38:48 pl 1.15.112.20: protect against dispatching to dead or dying AquaSalFrames 2007/05/10 17:55:35 pl 1.15.112.19: #i73689# fix writer initial draw problem 2007/03/09 22:49:22 pjanik 1.15.112.18: Extend AquaSalFrame for TSM events. 2006/12/30 19:28:58 pjanik 1.15.112.17: #i72385#: Add Quartz/AQUA specific parts. 2006/12/30 14:15:24 pjanik 1.15.112.16: Remove redundant callback procedure. 2006/11/08 06:53:04 pjanik 1.15.112.15: Add empty methods for shaped system windows. 2006/10/14 13:27:19 pjanik 1.15.112.14: Finish resync. 2006/08/07 18:31:55 pjanik 1.15.112.13: Add support for native menus. 2006/07/31 18:42:51 fheckl 1.15.112.12: Basic fullscreen method (working on main monitor) implemented 2006/04/27 20:47:01 tra 1.15.112.11: *** empty log message *** 2006/03/19 11:53:17 ssa 1.15.112.10: remove old QuickDraw implementation, AquaSalGraphics members now protected, use RGB color space, general code cleanup 2006/03/09 23:55:16 ssa 1.15.112.9: code cleanup 2006/03/09 08:09:06 ssa 1.15.112.8: post timer events to main thread, improve live resizing, use solar mutex 2006/03/08 21:33:46 tra 1.15.112.7: cleanup minor improvements regarding window handling 2006/02/27 21:33:52 fheckl 1.15.112.6: Replacing VCLVIEW with CarbonViewRef 2006/02/19 21:02:32 tra 1.15.112.5: some cleanup 2006/02/18 14:12:07 tra 1.15.112.4: Carbon changes 2006/02/16 21:36:31 fheckl 1.15.112.3: Removing Cocoa code and replacing most of it with Carbon calls 2006/01/31 01:14:15 fheckl 1.15.112.2: *** empty log message *** 2005/11/27 09:48:15 fheckl 1.15.112.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [6069990b3b612404efa2488d054f23d50e2c7484]

INTEGRATION: CWS aquavcl01 (1.4.112); FILE MERGED 2007/05/06 18:36:19 tra 1.4.112.1: Rework of parts of the atsui font implementation


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [1840aacfeb1db7216d5472b2809d9b44399e19e2]

INTEGRATION: CWS aquavcl01 (1.5.112); FILE MERGED 2007/01/12 21:01:26 mox 1.5.112.1: aqua vcl cleanup. Get rid of obsolete QuickDraw functions, that are not used by the current Quartz 2D code. When Quartz functions are used this kind of color device management code is not needed at all (automatically handled by Quartz).


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [fbc62335339b8029e65201f0c89cb3eea22fa923]

INTEGRATION: CWS aquavcl01 (1.1.2); FILE ADDED 2007/06/21 17:23:41 pl 1.1.2.9: #i78704# drawBitmap XOR 2007/05/29 15:56:38 pl 1.1.2.8: simplify AquaSalGraphics, paint to window from backbuffer 2007/03/08 20:46:10 pjanik 1.1.2.7: Remove unused and old (QuickDraw) salrectangleutils. 2006/08/25 17:28:29 cl 1.1.2.6: removing not used define again 2006/08/19 20:50:34 cl 1.1.2.5: more changes 2006/08/18 15:33:08 cl 1.1.2.4: more aqua bitmap rework 2006/08/16 21:26:59 cl 1.1.2.3: fixes some crashes 2006/08/14 21:02:36 cl 1.1.2.2: added basic QUARTZ bitmap support 2005/11/27 09:48:14 fheckl 1.1.2.1: Integrating aqua changes for OOo 2.0


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [8d12555c0e51fd7297b7043ab5e6e48f3cb1da44]

INTEGRATION: CWS aquavcl01 (1.5.112); FILE MERGED 2007/06/11 14:02:37 hdu 1.5.112.6: simplify SystemFontList header even more 2007/06/11 13:52:08 hdu 1.5.112.5: simplify SystemFontList header 2007/05/15 10:25:07 hdu 1.5.112.4: simplify a little by removing dead code 2007/05/14 11:33:58 hdu 1.5.112.3: unify debug/non-debug of ImplFontDataPtr_t 2007/05/08 08:15:33 hdu 1.5.112.2: fix stl iterator abuse in SystemFontList destructor 2007/05/06 18:36:19 tra 1.5.112.1: Rework of parts of the atsui font implementation


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [a80a16d34cce0ed686e70e923e46671a321e59a1]

INTEGRATION: CWS aquavcl01 (1.1.2); FILE ADDED 2006/08/23 05:15:19 pjanik 1.1.2.5: Add separate constant for menu items pointers. 2006/08/07 18:08:51 pjanik 1.1.2.4: Add constants for menu back pointers passing via menu item properties. 2006/02/27 21:33:52 fheckl 1.1.2.3: Replacing VCLVIEW with CarbonViewRef 2006/02/18 14:13:09 tra 1.1.2.2: Carbon changes 2006/02/16 21:36:30 fheckl 1.1.2.1: Removing Cocoa code and replacing most of it with Carbon calls


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [68b44a8d37c3379dc2c54a3d02ca0b230b16922f]

INTEGRATION: CWS aquavcl01 (1.1.2); FILE ADDED 2007/06/26 06:31:46 pjanik 1.1.2.11: #i78712#: Add events for entering and leaving. 2007/06/21 01:37:30 ekato 1.1.2.10: Handle window activate and deactivate events properly. 2007/03/09 22:55:23 pjanik 1.1.2.9: Add TextInput events for TSM. 2007/02/18 21:19:26 pjanik 1.1.2.8: #i73199#: Add Focus events. 2007/01/07 20:02:37 pjanik 1.1.2.7: Add MouseDragged events. 2006/12/13 09:39:28 pjanik 1.1.2.6: Add SALEVENT_MOUSEMOVE event. 2006/09/04 08:31:58 pjanik 1.1.2.5: Add mouse wheel event. 2006/09/04 08:20:36 pjanik 1.1.2.4: Add RawKey event constants. 2006/08/07 18:09:46 pjanik 1.1.2.3: Add native menu events. 2006/08/07 18:04:06 pjanik 1.1.2.2: fix typo 2006/04/27 20:48:10 tra 1.1.2.1: definition of OOo internal events and event type specifiers


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [aa7d952b5235ba29b06ed894e56388144569da2e]

INTEGRATION: CWS aquavcl01 (1.5.46); FILE MERGED 2006/12/30 19:38:32 pjanik 1.5.46.1: #i72385#: Add Quartz/AQUA specific part.


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [b7e16124b83545e41af2e906c1651ac169747241]

INTEGRATION: CWS aquavcl01 (1.8.46); FILE MERGED 2006/12/30 19:38:02 pjanik 1.8.46.1: #i72385#: Add Quartz/AQUA specific part.


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [ab466c6ca185962440a1b8a605c95f466ddb4644]

INTEGRATION: CWS aquavcl01 (1.52.12); FILE MERGED 2007/06/25 11:02:11 pjanik 1.52.12.3: RESYNC: (1.53-1.54); FILE MERGED 2007/01/25 13:04:10 pjanik 1.52.12.2: RESYNC: (1.52-1.53); FILE MERGED 2006/12/30 19:37:36 pjanik 1.52.12.1: #i72385#: Add Quartz/AQUA specific part.


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [9af56810bb5cc4882472c6969e8dcea00a115c74]

INTEGRATION: CWS aquavcl01 (1.4.46); FILE MERGED 2006/12/30 19:36:28 pjanik 1.4.46.1: #i72385#: Add Quartz/AQUA specific part.


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [56fd90aba3a8015dfc9ae61208bc07ee7fa5a841]

INTEGRATION: CWS aquavcl01 (1.7.12); FILE MERGED 2007/06/06 16:36:39 ericb 1.7.12.2: RESYNC: (1.7-1.8); FILE MERGED 2007/05/24 11:20:10 pl 1.7.12.1: do not use XOR on QUARTZ either


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [2351ad8ced54cdd274d741de3383c62fe81ec415]

INTEGRATION: CWS os96 (1.27.100); FILE MERGED 2007/06/19 05:55:40 pb 1.27.100.1: fix: #i76855# Set/IsLoadDocumentPrinter() added


2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [880bd7477f1d55a92810544f9b008f2c16b8d59d]

INTEGRATION: CWS os96 (1.2.74); FILE MERGED 2007/06/19 05:53:55 pb 1.2.74.1: fix: #i76855# Set/IsLoadDocumentPrinter() added


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [fcdee5112e475800e567dc077cad2a8db792b49b]

INTEGRATION: CWS dr54 (1.11.2); FILE MERGED 2007/06/11 11:31:31 dr 1.11.2.2: RESYNC: (1.11-1.13); FILE MERGED 2007/06/01 14:31:26 nn 1.11.2.1: #i63500# remove wrong address operator in UniString::intern


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [35dc95b0ca0e2de0d19374dc8b711739b3aa6634]

INTEGRATION: CWS dr54 (1.17.190); FILE MERGED 2007/05/22 13:04:17 dr 1.17.190.1: #i36013# do not draw tabs in button area


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [7dc002a0da0a3a84a7b5743e9a23723bd8b76b25]

INTEGRATION: CWS locales23 (1.6.2); FILE MERGED 2007/06/20 11:12:13 er 1.6.2.1: #i78464# remove MacOS9 specifics


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [eabd00d2e5793eae7a3f797810fbbfc5ea8f9ef6]

INTEGRATION: CWS locales23 (1.3.86); FILE MERGED 2007/06/07 18:36:28 er 1.3.86.1: #i78054# Vietnamese collation; contributed by Javier Sola <javiersola@ooo>


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [2949c412ed101ddda72326e10562617163dcdb64]

INTEGRATION: CWS locales23 (1.1.2); FILE ADDED 2007/05/10 17:04:34 er 1.1.2.1: #i75857# add Uzbek_Uzbekistan (uz_UZ) locale data; contributed by Rail Aliev <rail@ooo>


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [e34b0ea8a9ef5d864787462d451fea65c34e31fc]

INTEGRATION: CWS locales23 (1.6.86); FILE MERGED 2007/05/09 15:16:40 er 1.6.86.1: #i75368# changed group separator to non-breaking space instead of dot


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [b8032251f9b9d362f639f329bbb705015a7398ee]

INTEGRATION: CWS locales23 (1.9.42); FILE MERGED 2007/06/07 14:02:30 er 1.9.42.1: #i78056# corrected IndexKey


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [985bc06df776b71866bed5d26961de73ca133305]

INTEGRATION: CWS locales23 (1.1.2); FILE ADDED 2007/05/09 14:39:44 er 1.1.2.1: #i76345# add Sango_CentralAfricanRepublic (sg_CF) locale data; contributed by Dwayne Bailey <dwayne@ooo>


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [97cc1340114df9c468abe0775ae491c7d50e4eb1]

INTEGRATION: CWS locales23 (1.6.86); FILE MERGED 2007/05/09 15:11:00 er 1.6.86.2: #i75367# changed group separator to dot instead of non-breaking space 2007/04/25 11:45:00 er 1.6.86.1: changed group separator from ordinary space to non-breaking space


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [0bbb5e5462960d4b07ae75736f5c94ec5a65b6e8]

INTEGRATION: CWS locales23 (1.1.2); FILE ADDED 2007/04/25 19:14:54 er 1.1.2.1: #i76044# add Occitan_France (oc_FR) locale data; contributed by Bruno Gallart <bgallart@ooo>


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [0ce706fd3ad9536e26f81ae32ec5ef627c082dea]

INTEGRATION: CWS locales23 (1.39.2); FILE MERGED 2007/06/25 11:39:45 er 1.39.2.10: #i78003# add Armenian_Armenia (hy_AM) locale data 2007/06/20 17:04:39 er 1.39.2.9: #i76153# Lingala_DRCongo (ln_CD) locale 2007/05/10 17:04:34 er 1.39.2.8: #i75857# add Uzbek_Uzbekistan (uz_UZ) locale data; contributed by Rail Aliev <rail@ooo> 2007/05/10 16:17:50 er 1.39.2.7: #i76348# add Ganda_Uganda (lg_UG) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2007/05/09 14:39:44 er 1.39.2.6: #i76345# add Sango_CentralAfricanRepublic (sg_CF) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2007/05/09 12:52:31 er 1.39.2.5: #i76346# add English_Ghana (en_GH) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2007/04/25 19:14:53 er 1.39.2.4: #i76044# add Occitan_France (oc_FR) locale data; contributed by Bruno Gallart <bgallart@ooo> 2007/04/25 17:53:57 er 1.39.2.3: #i72919# add Frisian_Netherlands (fy_NL) locale data; contributed by Alberto Escudero-Pascual <it46@ooo> 2007/04/24 19:40:38 er 1.39.2.2: #i72207# add Ewe_Ghana (ee_GH) locale data; contributed by Chris Manuh <cmanuh@ooo> 2007/04/24 19:07:09 er 1.39.2.1: #i72206# add Hausa_Ghana (ha_GH) locale data; contributed by Chris Manuh <cmanuh@ooo>


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [1392688841cb7b6080314d48ae825df79a447faf]

INTEGRATION: CWS locales23 (1.13.10); FILE MERGED 2007/06/25 11:39:45 er 1.13.10.8: #i78003# add Armenian_Armenia (hy_AM) locale data 2007/06/20 17:04:39 er 1.13.10.7: #i76153# Lingala_DRCongo (ln_CD) locale 2007/05/10 17:04:34 er 1.13.10.6: #i75857# add Uzbek_Uzbekistan (uz_UZ) locale data; contributed by Rail Aliev <rail@ooo> 2007/05/10 16:17:50 er 1.13.10.5: #i76348# add Ganda_Uganda (lg_UG) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2007/05/09 14:39:44 er 1.13.10.4: #i76345# add Sango_CentralAfricanRepublic (sg_CF) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2007/04/27 17:11:17 er 1.13.10.3: #i74008# add optional second LC_FORMAT section (LC_FORMAT_1 element) to locale data to be able to distinguish inheritance 2007/04/24 19:40:37 er 1.13.10.2: #i72207# add Ewe_Ghana (ee_GH) locale data; contributed by Chris Manuh <cmanuh@ooo> 2007/04/24 19:07:09 er 1.13.10.1: #i72206# add Hausa_Ghana (ha_GH) locale data; contributed by Chris Manuh <cmanuh@ooo>


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [c0aa1e30cfb6e8751b296d7d161125bbda00e381]

INTEGRATION: CWS locales23 (1.19.10); FILE MERGED 2007/04/27 17:11:17 er 1.19.10.3: #i74008# add optional second LC_FORMAT section (LC_FORMAT_1 element) to locale data to be able to distinguish inheritance 2007/04/25 19:14:53 er 1.19.10.2: #i76044# add Occitan_France (oc_FR) locale data; contributed by Bruno Gallart <bgallart@ooo> 2007/04/25 17:53:57 er 1.19.10.1: #i72919# add Frisian_Netherlands (fy_NL) locale data; contributed by Alberto Escudero-Pascual <it46@ooo>


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [2c05ab602980530d526e2a8c5b5df7ae91e29eca]

INTEGRATION: CWS locales23 (1.4.10); FILE MERGED 2007/04/27 17:11:16 er 1.4.10.1: #i74008# add optional second LC_FORMAT section (LC_FORMAT_1 element) to locale data to be able to distinguish inheritance


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [664401a95f3f7f4176d0e56bdddb90e3ff70d7e0]

INTEGRATION: CWS locales23 (1.6.10); FILE MERGED 2007/05/09 12:52:31 er 1.6.10.2: #i76346# add English_Ghana (en_GH) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2007/04/27 17:11:16 er 1.6.10.1: #i74008# add optional second LC_FORMAT section (LC_FORMAT_1 element) to locale data to be able to distinguish inheritance


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [de3ed6e0098817260852e058a92a8f5ecd673104]

INTEGRATION: CWS locales23 (1.22.10); FILE MERGED 2007/04/27 17:11:16 er 1.22.10.2: #i74008# add optional second LC_FORMAT section (LC_FORMAT_1 element) to locale data to be able to distinguish inheritance 2007/04/19 17:12:58 er 1.22.10.1: cleanup IndexKey description comment


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [d88da6aaacffc34f46f81f104fecbace60d3a91b]

INTEGRATION: CWS locales23 (1.1.2); FILE ADDED 2007/06/20 17:01:14 er 1.1.2.1: #i76153# Lingala_DRCongo (ln_CD) locale data; contributed by Denis Jacquerye <moyogo@ooo>


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [e0f88fa4f6d2a2bcc39326fd4f841c406a462abb]

INTEGRATION: CWS locales23 (1.4.10); FILE MERGED 2007/05/09 11:05:36 er 1.4.10.2: getAllFormats1 is optional 2007/04/27 17:11:15 er 1.4.10.1: #i74008# add optional second LC_FORMAT section (LC_FORMAT_1 element) to locale data to be able to distinguish inheritance


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [b7bb042b3fbea59a563e8e1f1475aead13d31822]

INTEGRATION: CWS vcl79 (1.89.58); FILE MERGED 2007/06/18 15:28:16 pl 1.89.58.2: RESYNC: (1.89-1.92); FILE MERGED 2007/06/18 13:06:38 pl 1.89.58.1: #i78468# remove old MAC


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [8e7d68428b2b2660e0775fb749726ca2d8a859f1]

INTEGRATION: CWS locales23 (1.1.2); FILE ADDED 2007/05/10 16:17:50 er 1.1.2.1: #i76348# add Ganda_Uganda (lg_UG) locale data; contributed by Dwayne Bailey <dwayne@ooo>


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [75cbe6453592e028382fb71927a01f7d317b246a]

INTEGRATION: CWS vcl79 (1.19.148); FILE MERGED 2007/05/28 15:00:39 pl 1.19.148.1: #i77130# fix some warnings in debug case


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [7b831749f392a58446fd2d3b2ba2066a53ebe0f4]

INTEGRATION: CWS locales23 (1.3.86); FILE MERGED 2007/04/25 11:43:47 er 1.3.86.1: changed group separator from ordinary space to non-breaking space


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [b600bc4862cdb24d34d8e6d71a99e1e6a2f1479d]

INTEGRATION: CWS vcl79 (1.20.148); FILE MERGED 2007/05/28 15:00:39 pl 1.20.148.1: #i77130# fix some warnings in debug case


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [200e418f4d57b5bb04af12ffcd0ab5ae4b936f76]

INTEGRATION: CWS locales23 (1.1.2); FILE ADDED 2007/06/25 11:38:41 er 1.1.2.1: #i78003# Armenian_Armenia (hy_AM) locale data; contributed by Andranik Markosyan <ando14@ooo>


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [5974234d88d0000fa5a7b6a7bd7c64f1f279a8dd]

INTEGRATION: CWS vcl79 (1.88.24); FILE MERGED 2007/05/28 15:00:38 pl 1.88.24.1: #i77130# fix some warnings in debug case


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [02a0cdb0bf478ac4b4ee7a227ed74192f32b38fe]

INTEGRATION: CWS locales23 (1.1.2); FILE ADDED 2007/06/25 19:04:36 er 1.1.2.4: #i78587# Ghana Cedi, the new symbol is prefixed with GH 2007/06/19 10:52:21 er 1.1.2.3: #i78587# GHP replaced by GHS 2007/06/18 13:08:49 er 1.1.2.2: #i78587# GHP, Ghana Cedi, new default currency per 2007-07-01 2007/04/24 19:11:47 er 1.1.2.1: #i72206# add Hausa_Ghana (ha_GH) locale data; contributed by Chris Manuh <cmanuh@ooo>


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [0f8060ac8390d2d248566b74685fb8416f9bf012]

INTEGRATION: CWS locales23 (1.1.2); FILE ADDED 2007/04/25 17:53:57 er 1.1.2.1: #i72919# add Frisian_Netherlands (fy_NL) locale data; contributed by Alberto Escudero-Pascual <it46@ooo>


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [fe177cd0dbe9bdc31818664aa70d4c4bc9f7480b]

INTEGRATION: CWS vcl79 (1.51.38); FILE MERGED 2007/06/19 08:24:54 pl 1.51.38.2: #i78383# don't print out some handled XErrors 2007/06/18 13:25:49 pl 1.51.38.1: #i78383# print xerror like other X clients do


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [dea50f642a90002e86af11ede6563d55df4522c9]

INTEGRATION: CWS locales23 (1.9.86); FILE MERGED 2007/05/09 15:04:11 er 1.9.86.1: #i75265# group separator is non-breaking space instead of dot


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [410ad3a0b26e7f85f110bd8694792a633146277c]

INTEGRATION: CWS vcl79 (1.8.24); FILE MERGED 2007/05/28 15:00:38 pl 1.8.24.1: #i77130# fix some warnings in debug case


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [325481f0bc01b99a3343e9eb295a7f176c11d12d]

INTEGRATION: CWS locales23 (1.8.86); FILE MERGED 2007/06/18 12:34:38 er 1.8.86.1: #i78586# VEF, Bolivar Fuerte, as a secondary currency


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [3924d5f94a56562a881ff0fdac7e239984e9303c]

INTEGRATION: CWS vcl79 (1.10.216); FILE MERGED 2007/06/06 16:10:26 pl 1.10.216.1: #i76806# emulate mixed state in checkboxes


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [a5804a97f1f5b3460a368b793065bfb35e1c2dcd]

INTEGRATION: CWS locales23 (1.17.86); FILE MERGED 2007/04/27 17:04:30 er 1.17.86.1: #i74008# add Jewish calendar and number format codes


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [163c27f69e0898e0d83de4365a97e43126b6d51b]

INTEGRATION: CWS vcl79 (1.37.24); FILE MERGED 2007/06/18 15:27:20 pl 1.37.24.3: RESYNC: (1.37-1.38); FILE MERGED 2007/06/06 16:10:25 pl 1.37.24.2: #i76806# emulate mixed state in checkboxes 2007/05/29 09:34:01 pl 1.37.24.1: #i77884# better recognition of qt style engine


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [4ab84179bf39f45df5136f217ed4b48727e2388b]

INTEGRATION: CWS locales23 (1.1.2); FILE ADDED 2007/06/25 19:04:36 er 1.1.2.4: #i78587# Ghana Cedi, the new symbol is prefixed with GH 2007/06/19 10:52:21 er 1.1.2.3: #i78587# GHP replaced by GHS 2007/06/18 13:08:49 er 1.1.2.2: #i78587# GHP, Ghana Cedi, new default currency per 2007-07-01 2007/05/09 12:52:31 er 1.1.2.1: #i76346# add English_Ghana (en_GH) locale data; contributed by Dwayne Bailey <dwayne@ooo>


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [cd4d1cb431ae347152060608fcb181758a5bcf3b]

INTEGRATION: CWS vcl79 (1.110.12); FILE MERGED 2007/06/18 15:47:26 pl 1.110.12.1: #i78613# enable compression again


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [c284da2f5bc3a6568988251bf6c57a869474cd55]

INTEGRATION: CWS locales23 (1.1.2); FILE ADDED 2007/06/25 19:04:36 er 1.1.2.4: #i78587# Ghana Cedi, the new symbol is prefixed with GH 2007/06/19 10:52:21 er 1.1.2.3: #i78587# GHP replaced by GHS 2007/06/18 13:08:49 er 1.1.2.2: #i78587# GHP, Ghana Cedi, new default currency per 2007-07-01 2007/04/24 19:40:37 er 1.1.2.1: #i72207# add Ewe_Ghana (ee_GH) locale data; contributed by Chris Manuh <cmanuh@ooo>


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [f8805a3e58e4bcf35da0d0f2985f5721639e8d90]

INTEGRATION: CWS locales23 (1.3.86); FILE MERGED 2007/04/25 11:42:00 er 1.3.86.1: changed group separator from ordinary space to non-breaking space


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [43dacead571117d0e862907388a8e0fe88dee0fc]

INTEGRATION: CWS vcl79 (1.18.158); FILE MERGED 2007/06/18 15:24:48 pl 1.18.158.2: RESYNC: (1.18-1.19); FILE MERGED 2007/05/29 15:23:56 pl 1.18.158.1: #147722# check for graphics before drawing to it


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [5f29611724c22c4bc9708dd871c8866d0a62c943]

INTEGRATION: CWS locales23 (1.2.82); FILE MERGED 2007/06/25 19:04:36 er 1.2.82.3: #i78587# Ghana Cedi, the new symbol is prefixed with GH 2007/06/19 10:51:46 er 1.2.82.2: #i78587# GHP replaced by GHS; GHC symbol U+20B5 Cedi Sign, second GHC legacyOnly with symbol U+00A2 cent sign 2007/06/18 13:08:49 er 1.2.82.1: #i78587# GHP, Ghana Cedi, new default currency per 2007-07-01


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [95db89eb5b6c136698985a48644c30d520b24978]

INTEGRATION: CWS vcl79 (1.227.8); FILE MERGED 2007/05/28 15:00:39 pl 1.227.8.1: #i77130# fix some warnings in debug case


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [155e4c374630b086b4991607590f08ad8c1757ba]

INTEGRATION: CWS locales23 (1.47.10); FILE MERGED 2007/06/25 11:39:45 er 1.47.10.11: #i78003# add Armenian_Armenia (hy_AM) locale data 2007/06/20 17:04:38 er 1.47.10.10: #i76153# Lingala_DRCongo (ln_CD) locale 2007/05/10 17:04:34 er 1.47.10.9: #i75857# add Uzbek_Uzbekistan (uz_UZ) locale data; contributed by Rail Aliev <rail@ooo> 2007/05/10 16:17:50 er 1.47.10.8: #i76348# add Ganda_Uganda (lg_UG) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2007/05/09 14:39:44 er 1.47.10.7: #i76345# add Sango_CentralAfricanRepublic (sg_CF) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2007/05/09 12:52:31 er 1.47.10.6: #i76346# add English_Ghana (en_GH) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2007/04/27 17:11:14 er 1.47.10.5: #i74008# add optional second LC_FORMAT section (LC_FORMAT_1 element) to locale data to be able to distinguish inheritance 2007/04/25 19:14:51 er 1.47.10.4: #i76044# add Occitan_France (oc_FR) locale data; contributed by Bruno Gallart <bgallart@ooo> 2007/04/25 17:53:56 er 1.47.10.3: #i72919# add Frisian_Netherlands (fy_NL) locale data; contributed by Alberto Escudero-Pascual <it46@ooo> 2007/04/24 19:40:37 er 1.47.10.2: #i72207# add Ewe_Ghana (ee_GH) locale data; contributed by Chris Manuh <cmanuh@ooo> 2007/04/24 19:07:09 er 1.47.10.1: #i72206# add Hausa_Ghana (ha_GH) locale data; contributed by Chris Manuh <cmanuh@ooo>


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [3c50ccd3eabb64520b08c259b390a0dea3159976]

INTEGRATION: CWS vcl79 (1.27.24); FILE MERGED 2007/06/24 17:37:32 pl 1.27.24.5: RESYNC: (1.29-1.30); FILE MERGED 2007/06/19 11:27:29 pl 1.27.24.4: #i78378# fix another crash 2007/06/18 17:44:18 pl 1.27.24.3: #i78378# fix wrong assertion 2007/06/18 15:23:48 pl 1.27.24.2: RESYNC: (1.27-1.29); FILE MERGED 2007/06/18 13:00:04 pl 1.27.24.1: #i78378# do not return empty names


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [92c066a0a76a54bd46e1ae98b13127df9bb7e8f8]

INTEGRATION: CWS locales23 (1.12.86); FILE MERGED 2007/06/19 18:08:56 er 1.12.86.3: satisfy the MSC compiler (warning-free) 2007/05/09 13:54:03 er 1.12.86.2: add check for parentheses in currency format codes for negative amounts 2007/04/27 17:11:14 er 1.12.86.1: #i74008# add optional second LC_FORMAT section (LC_FORMAT_1 element) to locale data to be able to distinguish inheritance


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [dc96ca56e8cc8cda8fda5bac15f8cd0710d61dbb]

INTEGRATION: CWS vcl79 (1.49.16); FILE MERGED 2007/06/18 18:20:34 pl 1.49.16.1: #i78248# push button minimum size


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [c93ac8f0221d1796406e7a74acf9d00a728fb28d]

INTEGRATION: CWS locales23 (1.26.10); FILE MERGED 2007/06/19 18:08:56 er 1.26.10.5: satisfy the MSC compiler (warning-free) 2007/05/09 13:54:03 er 1.26.10.4: add check for parentheses in currency format codes for negative amounts 2007/05/09 12:29:52 er 1.26.10.3: add checks for long date separators 2007/04/27 17:11:13 er 1.26.10.2: #i74008# add optional second LC_FORMAT section (LC_FORMAT_1 element) to locale data to be able to distinguish inheritance 2007/04/25 11:54:30 er 1.26.10.1: group separator ordinary space is an error now; some simple checks on Quotation{Start,End}


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [754470f64ac033680f16eb9d63181c0ef7c8431f]

INTEGRATION: CWS locales23 (1.7.36); FILE MERGED 2007/05/10 15:13:35 er 1.7.36.1: #i76903# Vietnamese is Latin script, not CTL


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [4f80929cff0652a0b7dd7f513c06861f8308db2a]

INTEGRATION: CWS locales23 (1.1.2); FILE ADDED 2007/05/10 11:30:31 er 1.1.2.2: try modules local to the current working directory first 2007/05/10 10:44:41 er 1.1.2.1: move langid to langid.pl to have it recognized as a perl script by some tools depending on file extensions


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [2a37dfe155146bef1e13ed121c19058f67cdc992]

INTEGRATION: CWS locales23 (1.10.22); FILE MERGED 2007/06/20 17:04:38 er 1.10.22.7: #i76153# Lingala_DRCongo (ln_CD) locale 2007/05/10 16:17:50 er 1.10.22.6: #i76348# add Ganda_Uganda (lg_UG) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2007/05/09 15:36:32 er 1.10.22.5: #i73406# add Tagalog_Philippines (tl_PH) 2007/05/09 14:39:43 er 1.10.22.4: #i76345# add Sango_CentralAfricanRepublic (sg_CF) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2007/05/09 12:52:31 er 1.10.22.3: #i76346# add English_Ghana (en_GH) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2007/04/24 19:40:36 er 1.10.22.2: #i72207# add Ewe_Ghana (ee_GH) locale data; contributed by Chris Manuh <cmanuh@ooo> 2007/04/24 19:07:09 er 1.10.22.1: #i72206# add Hausa_Ghana (ha_GH) locale data; contributed by Chris Manuh <cmanuh@ooo>


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [6f0c0e1b84724106e306264e964cea09a4a76e0f]

INTEGRATION: CWS locales23 (1.3.54); FILE MERGED 2007/06/20 11:12:13 er 1.3.54.1: #i78464# remove MacOS9 specifics


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [806a0d6b1888d56a8e2c84ca8ad24a60f7f00b33]

INTEGRATION: CWS locales23 (1.1.2); FILE ADDED 2007/06/20 17:02:42 er 1.1.2.1: #i76153# Lingala charset collation; contributed by Denis Jacquerye <moyogo@ooo>


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [790846a41dc47ca1d5ed69183944de822d192e6d]

INTEGRATION: CWS locales23 (1.4.82); FILE MERGED 2007/06/20 17:04:38 er 1.4.82.2: #i76153# Lingala_DRCongo (ln_CD) locale 2007/06/07 18:36:28 er 1.4.82.1: #i78054# Vietnamese collation; contributed by Javier Sola <javiersola@ooo>


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [fa9e185268fcde3628d197b71f41a0f1c32449a7]

INTEGRATION: CWS locales23 (1.7.22); FILE MERGED 2007/06/20 17:04:38 er 1.7.22.7: #i76153# Lingala_DRCongo (ln_CD) locale 2007/05/10 16:17:49 er 1.7.22.6: #i76348# add Ganda_Uganda (lg_UG) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2007/05/09 15:36:32 er 1.7.22.5: #i73406# add Tagalog_Philippines (tl_PH) 2007/05/09 14:39:43 er 1.7.22.4: #i76345# add Sango_CentralAfricanRepublic (sg_CF) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2007/05/09 12:52:30 er 1.7.22.3: #i76346# add English_Ghana (en_GH) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2007/04/24 19:40:36 er 1.7.22.2: #i72207# add Ewe_Ghana (ee_GH) locale data; contributed by Chris Manuh <cmanuh@ooo> 2007/04/24 19:07:08 er 1.7.22.1: #i72206# add Hausa_Ghana (ha_GH) locale data; contributed by Chris Manuh <cmanuh@ooo>


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [f3fa7150a7c768b99d177be1258ceb2d034190e8]

INTEGRATION: CWS vcl79 (1.15.26); FILE MERGED 2007/06/18 13:13:51 pl 1.15.26.1: #i78468# remove old MAC


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [34a63bb0e0ca28863d6bed236bca26f86082b852]

INTEGRATION: CWS vcl79 (1.27.26); FILE MERGED 2007/06/18 13:13:51 pl 1.27.26.1: #i78468# remove old MAC


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [bec19a2ccd761e3b1030adddb17fe4bc2120998a]

INTEGRATION: CWS vcl79 (1.8.6); FILE MERGED 2007/06/18 13:13:51 pl 1.8.6.1: #i78468# remove old MAC


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [0f0d688349b8dcf029a3ec543896ec37c5be069e]

INTEGRATION: CWS vcl79 (1.14.26); FILE MERGED 2007/06/18 13:13:51 pl 1.14.26.1: #i78468# remove old MAC


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [419f13fb0bc48cf7fdb80919d52c0b6ea3961478]

INTEGRATION: CWS vcl79 (1.44.2); FILE MERGED 2007/06/19 08:53:21 pl 1.44.2.2: #i78617# work around stderr of shell 2007/06/18 17:21:45 pl 1.44.2.1: #i78617# silence paperconf


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [65462e616608795d8c4c5233cb3f53191ed84708]

INTEGRATION: CWS vcl79 (1.14.40); FILE MERGED 2007/05/31 08:32:53 pl 1.14.40.2: #i49079# use rtl::math functions instead of creating own double<->string conversion 2007/05/21 11:00:38 pl 1.14.40.1: #i77444# remove a warning ?


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [c5bedceb3d466ee0ffeb99f4305cc3c390c9e84d]

INTEGRATION: CWS vcl79 (1.2.142); FILE MERGED 2007/05/31 08:32:53 pl 1.2.142.1: #i49079# use rtl::math functions instead of creating own double<->string conversion


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [a736009c24bbe34ae4941d03c98a2cc2e3a18fcc]

INTEGRATION: CWS vcl79 (1.15.98); FILE MERGED 2007/07/03 09:58:53 pl 1.15.98.3: #i32420# protect against small files 2007/06/18 16:39:30 pl 1.15.98.2: #i32420# fix a compilation problem 2007/06/18 11:47:13 pl 1.15.98.1: #i32420# support UTF8 in config files


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [b72641b43e45957ef8f8071b3e888f8bceac4516]

INTEGRATION: CWS sixtyfour12 (1.1.2); FILE ADDED 2007/06/20 09:45:13 thb 1.1.2.1: #i78392# Added unit test for Fraction


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [135792ef188156d26dd96fc00f031f3448b89e55]

INTEGRATION: CWS sixtyfour12 (1.6.88); FILE MERGED 2007/06/20 15:00:19 thb 1.6.88.4: #i78392# Due to popular demand, switched old function docs to English 2007/06/20 12:46:16 thb 1.6.88.3: #i78392# After checking for GEN:Const 2007/06/20 10:55:44 thb 1.6.88.2: #i78392# Added link to reference paper; asserting valid input range 2007/06/15 12:27:22 kendy 1.6.88.1: #i78392# Improve Fraction::ReduceInaccurate() to work on 64bit


2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [2661602ef15d2fe7d66ed187e349f5301157385d]

INTEGRATION: CWS sixtyfour12 (1.10.198); FILE MERGED 2007/06/15 15:09:47 thb 1.10.198.1: #i78518# Made debug code 64bit clean


2007-07-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce1d74a8e8d3a7647f94837c6050d17056552f21]

#i10000#: initialize variables to placate compiler warning


2007-06-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bc61d96e95416a490f6bab8f7f52204bf80af2e]

#i10000#,#i78393#: remove symbol component_getDescriptionFunc


2007-06-29  Vladimir Glazounov  <vg@openoffice.org>  [48a11e38e342e66a6fbb2c0916e3b4d49c8bb36a]

new version for SRC680


2007-06-29  Vladimir Glazounov  <vg@openoffice.org>  [c95e1a1801bcb49f9716a0d85a23af50c48fd8fa]

new version for SRC680


2007-06-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [84f05399c065aa2895ed1cb8ed9cdcc11de2aea2]

#i10000#: fix includes


2007-06-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7b39ac0f47a16210d9e4a81aacf287f39d20998]

#i10000#: fix includes


2007-06-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [be6dcf62969836da06b3b990ba6c3f7e3a7a0f92]

#i10000#: fix includes


2007-06-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f01a493e835a29747a55e8b1da3728d318af5dc]

#i10000#: fix includes


2007-06-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [09faaa73f1ca171c81c6e54552b653790da81334]

#i10000#: fix includes


2007-06-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [7915d7db62a0efcdeec0115bb5190a9e69f2e42a]

#i10000#: making bmpdemo dependend on vcl creates ring dependency


2007-06-28  Vladimir Glazounov  <vg@openoffice.org>  [d64ca2936939635fa4eb77685e5c68718d100d56]

new version for SRC680


2007-06-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b51726763a23ba4c339ea7d5afdaecba17310b81]

#i10000#: clean up includes


2007-06-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [afe2f752530366c1f973a0c599a6e0ec334e81f0]

INTEGRATION: CWS vgbugs07 (1.25.132); FILE MERGED 2007/06/04 13:31:28 vg 1.25.132.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ac04b7226aa46b805c551d7478456a6f39a5d13]

INTEGRATION: CWS vgbugs07 (1.28.180); FILE MERGED 2007/06/04 13:31:25 vg 1.28.180.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [681875503bb70dfee066b212d7117f0c4dfddb68]

INTEGRATION: CWS vgbugs07 (1.19.198); FILE MERGED 2007/06/04 13:31:25 vg 1.19.198.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef5ac1178af927ed5bb45bbde4c2f2c201de2f2b]

INTEGRATION: CWS vgbugs07 (1.41.60); FILE MERGED 2007/06/04 13:31:25 vg 1.41.60.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d46d454e6c5856ec24fb8357fc3c252c803327e]

INTEGRATION: CWS vgbugs07 (1.23.76); FILE MERGED 2007/06/04 13:29:59 vg 1.23.76.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [be530e2e9c5e34ff951816048003667493a93a8d]

INTEGRATION: CWS vgbugs07 (1.7.32); FILE MERGED 2007/06/04 13:33:59 vg 1.7.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [015a1a2f87fcf50a4ee448837d911ed3c7d8e4d0]

INTEGRATION: CWS vgbugs07 (1.3.84); FILE MERGED 2007/06/04 13:33:59 vg 1.3.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e393cc37a6a4262140d1dbe41fd33cbfb53a7f7]

INTEGRATION: CWS vgbugs07 (1.93.32); FILE MERGED 2007/06/04 13:33:59 vg 1.93.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [302944d1fdf62aea843493e1c4161c3a5f2cc4f2]

INTEGRATION: CWS vgbugs07 (1.6.32); FILE MERGED 2007/06/04 13:33:59 vg 1.6.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e1fdfa5620afad6e14c07beda6776d51ebdfbc4]

INTEGRATION: CWS vgbugs07 (1.46.22); FILE MERGED 2007/06/04 13:33:59 vg 1.46.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d53c3a32f0484747726ccb22ca3b1cae78120ccc]

INTEGRATION: CWS vgbugs07 (1.22.32); FILE MERGED 2007/06/04 13:33:59 vg 1.22.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [10f3fe892cf1b49d1d1f1deea34d26ef848303c5]

INTEGRATION: CWS vgbugs07 (1.9.32); FILE MERGED 2007/06/04 13:33:59 vg 1.9.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d015e1308cb6762b746255f291f4dd2b4948efdf]

INTEGRATION: CWS vgbugs07 (1.11.32); FILE MERGED 2007/06/04 13:33:59 vg 1.11.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1a9ae52e78b7913fc4c0a985a2a57c006d732eb]

INTEGRATION: CWS vgbugs07 (1.40.32); FILE MERGED 2007/06/04 13:33:59 vg 1.40.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e9287a70afac3a0ef5c8688c29cbb2585daed36]

INTEGRATION: CWS vgbugs07 (1.44.40); FILE MERGED 2007/06/04 13:33:11 vg 1.44.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ada4f38110e2b37d2d3ed2d202a78e100013098c]

INTEGRATION: CWS vgbugs07 (1.4.40); FILE MERGED 2007/06/04 13:33:11 vg 1.4.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [802e89d1c5cdbbd33c58ff3e4384e88de66e5bb5]

INTEGRATION: CWS vgbugs07 (1.4.34); FILE MERGED 2007/06/04 13:33:11 vg 1.4.34.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea8a2f8444b163da09acfe71202199a6ce49b627]

INTEGRATION: CWS vgbugs07 (1.5.50); FILE MERGED 2007/06/04 13:33:11 vg 1.5.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a28880fb1b975bc0d1ff655e2ebe77c89831f8c2]

INTEGRATION: CWS vgbugs07 (1.23.8); FILE MERGED 2007/06/04 13:33:11 vg 1.23.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a64cf20221731652d9a09ce7a094fc7de69b2af1]

INTEGRATION: CWS vgbugs07 (1.4.68); FILE MERGED 2007/06/04 13:33:03 vg 1.4.68.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [429478797abfff6770b0092aedb2d9ceb8164f3b]

INTEGRATION: CWS vgbugs07 (1.14.8); FILE MERGED 2007/06/04 13:33:03 vg 1.14.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b519d9f0b1e173116dceade1d8bb4d33c9992fc7]

INTEGRATION: CWS vgbugs07 (1.8.68); FILE MERGED 2007/06/04 13:33:03 vg 1.8.68.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [86f0fbeeeb35c6efc8d6631348c053691b4c987a]

INTEGRATION: CWS vgbugs07 (1.7.68); FILE MERGED 2007/06/04 13:33:03 vg 1.7.68.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b987c4efafa3a15fb15770cc69f8f0cf758a2f87]

INTEGRATION: CWS vgbugs07 (1.6.68); FILE MERGED 2007/06/04 13:33:03 vg 1.6.68.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b138c639730f8303a6d1af05fb7ab3522f0a4d5]

INTEGRATION: CWS vgbugs07 (1.11.2); FILE MERGED 2007/06/04 13:33:02 vg 1.11.2.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [858e77821a1eb7fdc0492fc03bf0c722f39dd0f7]

INTEGRATION: CWS vgbugs07 (1.5.68); FILE MERGED 2007/06/04 13:33:02 vg 1.5.68.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f390bed974676d9a283ea646276179b4e40c9afe]

INTEGRATION: CWS vgbugs07 (1.5.8); FILE MERGED 2007/06/04 13:33:02 vg 1.5.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [60e4063fea3b854de766b8a1e2ba310a1ca079c0]

INTEGRATION: CWS vgbugs07 (1.4.68); FILE MERGED 2007/06/04 13:33:02 vg 1.4.68.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7eb340079b86ced87c943f20732817aafa386893]

INTEGRATION: CWS vgbugs07 (1.4.88); FILE MERGED 2007/06/04 13:33:02 vg 1.4.88.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fee55b82d78c0ea07d322bd39f0acc0e41ee8e2e]

INTEGRATION: CWS vgbugs07 (1.36.90); FILE MERGED 2007/06/04 13:32:29 vg 1.36.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bf3c3ce14bbd14fd9ae33d892ffcebd6b5a220e]

INTEGRATION: CWS vgbugs07 (1.3.90); FILE MERGED 2007/06/04 13:32:29 vg 1.3.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [271c7f09bc6b971bdf8e618bc9c96160cde875af]

INTEGRATION: CWS vgbugs07 (1.4.90); FILE MERGED 2007/06/04 13:32:29 vg 1.4.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9db4a84cf75050cd35d119e555d8e041b15f2d6c]

INTEGRATION: CWS vgbugs07 (1.3.90); FILE MERGED 2007/06/04 13:32:28 vg 1.3.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f701ea7f59105815b839886582a526a6d65e9017]

INTEGRATION: CWS vgbugs07 (1.4.90); FILE MERGED 2007/06/06 10:20:33 vg 1.4.90.2: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 2007/06/04 13:32:28 vg 1.4.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f8630a6324215476a587ec58db5d9f496fde724]

INTEGRATION: CWS vgbugs07 (1.3.132); FILE MERGED 2007/06/19 10:17:29 vg 1.3.132.2: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 2007/06/04 13:32:28 vg 1.3.132.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [168d0dc5b9a6fa56c5418a6c5a5114bc185f73b3]

INTEGRATION: CWS vgbugs07 (1.2.204); FILE MERGED 2007/06/06 10:20:32 vg 1.2.204.2: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 2007/06/04 13:32:28 vg 1.2.204.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [96101bcecb35bfebfc401280a445f8cc0807f365]

INTEGRATION: CWS vgbugs07 (1.3.132); FILE MERGED 2007/06/04 13:32:28 vg 1.3.132.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a29a1c38246d856e3dbb63aa11924483a60aa9a]

INTEGRATION: CWS vgbugs07 (1.4.204); FILE MERGED 2007/06/06 10:20:32 vg 1.4.204.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c84aacc02689d996eb30401c1fc8e63e51b6096]

INTEGRATION: CWS vgbugs07 (1.9.90); FILE MERGED 2007/06/04 13:32:28 vg 1.9.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2225ba4daadb236f442178a73b5ceac5bc4a3d9]

INTEGRATION: CWS vgbugs07 (1.8.90); FILE MERGED 2007/06/04 13:32:27 vg 1.8.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4aeb1118559c24394e030768b310cbf22b2a1a9b]

INTEGRATION: CWS vgbugs07 (1.9.90); FILE MERGED 2007/06/04 13:32:27 vg 1.9.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab306cedeb0715a2dee97e15d79a5bda8f231286]

INTEGRATION: CWS vgbugs07 (1.3.90); FILE MERGED 2007/06/04 13:32:27 vg 1.3.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0883f20974afce994ccf66c3b086e9423b01e0b6]

INTEGRATION: CWS vgbugs07 (1.13.8); FILE MERGED 2007/06/04 13:32:27 vg 1.13.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fd1966cb8524dcfca658e65b6bb11ac72dd88ce]

INTEGRATION: CWS vgbugs07 (1.4.90); FILE MERGED 2007/06/04 13:32:27 vg 1.4.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f42a4f8b5d5f0bb905d2846f63fddb58b024536d]

INTEGRATION: CWS vgbugs07 (1.7.8); FILE MERGED 2007/06/06 10:20:32 vg 1.7.8.2: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 2007/06/04 13:32:27 vg 1.7.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [49cb6e03c77bfae956797f25316ad97437712bf3]

INTEGRATION: CWS vgbugs07 (1.25.62); FILE MERGED 2007/06/04 13:32:27 vg 1.25.62.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [217dc1bb07671bd16b59f614b8be7c17d34c620d]

INTEGRATION: CWS vgbugs07 (1.7.90); FILE MERGED 2007/06/04 13:32:27 vg 1.7.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [519acb7d15abc06051731b552136f0d11f39c7ed]

INTEGRATION: CWS vgbugs07 (1.5.90); FILE MERGED 2007/06/04 13:32:27 vg 1.5.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c37bc15ec07f45d4127ef47306ff1b314cb645fe]

INTEGRATION: CWS vgbugs07 (1.6.54); FILE MERGED 2007/06/04 13:32:27 vg 1.6.54.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f16e322fe081c5fc8555c98b96b96b114a4985fd]

INTEGRATION: CWS vgbugs07 (1.45.8); FILE MERGED 2007/06/04 13:32:26 vg 1.45.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0de7624066bf58168c8cf1bcf2a342ced0542c06]

INTEGRATION: CWS vgbugs07 (1.6.8); FILE MERGED 2007/06/04 13:32:26 vg 1.6.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [05595dea8fcf0fcdba63930db025e611104cf516]

INTEGRATION: CWS vgbugs07 (1.9.8); FILE MERGED 2007/06/04 13:32:26 vg 1.9.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5f7f4c6119653be685d2f6943edecf865ff604c]

INTEGRATION: CWS vgbugs07 (1.4.90); FILE MERGED 2007/06/04 13:32:26 vg 1.4.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [19f6e60bb1578710a19396e3a36c25c0eb295272]

INTEGRATION: CWS vgbugs07 (1.7.90); FILE MERGED 2007/06/04 13:32:26 vg 1.7.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d00583a68cf8355152cb2c3040653560a4c7f4d8]

INTEGRATION: CWS vgbugs07 (1.5.90); FILE MERGED 2007/06/04 13:32:26 vg 1.5.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fcac7678ab53588a3a7fa6b7eb71a447930475e]

INTEGRATION: CWS vgbugs07 (1.8.90); FILE MERGED 2007/06/04 13:32:26 vg 1.8.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c8424652459bed120b5fced96fd3e1ae7c7e1ce]

INTEGRATION: CWS vgbugs07 (1.10.90); FILE MERGED 2007/06/04 13:32:26 vg 1.10.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c90f3e974068ecb78bdafb3d225874ca6000c012]

INTEGRATION: CWS vgbugs07 (1.12.90); FILE MERGED 2007/06/04 13:32:26 vg 1.12.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2eae3878b543a24bd899da69a18be1d73dbf34e6]

INTEGRATION: CWS vgbugs07 (1.6.90); FILE MERGED 2007/06/04 13:32:26 vg 1.6.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c884dd6a13743599f71d6a81f5005b265350139f]

INTEGRATION: CWS vgbugs07 (1.4.90); FILE MERGED 2007/06/04 13:32:25 vg 1.4.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae8feb54231ddfc456e5eb23105709cf8ada2b57]

INTEGRATION: CWS vgbugs07 (1.15.88); FILE MERGED 2007/06/04 13:32:25 vg 1.15.88.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e131beeb912bea97d65a333c578049e17efd9362]

INTEGRATION: CWS vgbugs07 (1.14.8); FILE MERGED 2007/06/04 13:32:25 vg 1.14.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a9867127f06734c18ad8b417545bc1498466997]

INTEGRATION: CWS vgbugs07 (1.3.90); FILE MERGED 2007/06/04 13:32:25 vg 1.3.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1e39ffe9888cdc27dbccc380983debf7e1e9207]

INTEGRATION: CWS vgbugs07 (1.6.84); FILE MERGED 2007/06/04 13:32:25 vg 1.6.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c51c00a47817b2629693035599485a7732f47241]

INTEGRATION: CWS vgbugs07 (1.15.90); FILE MERGED 2007/06/04 13:32:25 vg 1.15.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eccc79ee2f07fc71104c8a661ad6c0c1564014d2]

INTEGRATION: CWS vgbugs07 (1.12.8); FILE MERGED 2007/06/04 13:32:25 vg 1.12.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e91509a39ef9898cd8334acd8f7b1907c28cac7b]

INTEGRATION: CWS vgbugs07 (1.6.90); FILE MERGED 2007/06/04 13:32:25 vg 1.6.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [391145c95f802b752f045ae58f0b90f39d38aeff]

INTEGRATION: CWS vgbugs07 (1.3.130); FILE MERGED 2007/06/06 10:20:32 vg 1.3.130.2: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 2007/06/04 13:32:25 vg 1.3.130.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f117bef92c279730f81b5047cf468d1b3aad26b]

INTEGRATION: CWS vgbugs07 (1.7.90); FILE MERGED 2007/06/04 13:32:25 vg 1.7.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d2c8affe1c5beeb38d91143718b305940c7cacd]

INTEGRATION: CWS vgbugs07 (1.59.90); FILE MERGED 2007/06/04 13:32:25 vg 1.59.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [33ae2011de98479dd00f3fad115b5039939f593d]

INTEGRATION: CWS vgbugs07 (1.4.204); FILE MERGED 2007/06/04 13:32:25 vg 1.4.204.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [80f083ab4e93e8ad21461f0372cf5d5acc92aa05]

INTEGRATION: CWS vgbugs07 (1.10.54); FILE MERGED 2007/06/04 13:32:25 vg 1.10.54.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ccef8be4279299e2cd9a278802b771745e4f787]

INTEGRATION: CWS vgbugs07 (1.10.90); FILE MERGED 2007/06/04 13:32:24 vg 1.10.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [66c17e7ffbde237da81c7407e210efdbec70f56a]

INTEGRATION: CWS vgbugs07 (1.9.90); FILE MERGED 2007/06/04 13:32:24 vg 1.9.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b85f09eb603ab0f6a7fad640958268672eefc35f]

INTEGRATION: CWS vgbugs07 (1.4.90); FILE MERGED 2007/06/04 13:32:24 vg 1.4.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [722ad52aeccd0b8094d6a65daf85d78ede89be3d]

INTEGRATION: CWS vgbugs07 (1.7.90); FILE MERGED 2007/06/06 10:20:32 vg 1.7.90.2: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 2007/06/04 13:32:24 vg 1.7.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [93424e5629aac0864a0eb0e0046234e91855a988]

INTEGRATION: CWS vgbugs07 (1.24.32); FILE MERGED 2007/06/04 13:32:24 vg 1.24.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9774b2189dc0c05c9385e3fb3848693b2bf43eff]

INTEGRATION: CWS vgbugs07 (1.3.130); FILE MERGED 2007/06/04 13:32:24 vg 1.3.130.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [45029680e5ac16e4ae8ba40f4c167729f4eece7c]

INTEGRATION: CWS vgbugs07 (1.12.90); FILE MERGED 2007/06/06 10:20:31 vg 1.12.90.2: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 2007/06/04 13:32:24 vg 1.12.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [78453fefb19f7bb73f2098395385fe2798348d9e]

INTEGRATION: CWS vgbugs07 (1.11.90); FILE MERGED 2007/06/06 10:20:31 vg 1.11.90.2: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 2007/06/04 13:32:24 vg 1.11.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fa987d1f7e08bf0a6614c3f8c154cff3ec4724a]

INTEGRATION: CWS vgbugs07 (1.5.90); FILE MERGED 2007/06/06 10:20:31 vg 1.5.90.2: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 2007/06/04 13:32:24 vg 1.5.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7c96f0c3e838b536e12bc1698d792222a5ccbda]

INTEGRATION: CWS vgbugs07 (1.8.90); FILE MERGED 2007/06/04 13:32:24 vg 1.8.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [57dd16df985fa177d67a7f5a3ad684db0976b6f4]

INTEGRATION: CWS vgbugs07 (1.2.204); FILE MERGED 2007/06/04 13:32:24 vg 1.2.204.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8af09a0c66eda918a8d018ffccd792905f71cdfc]

INTEGRATION: CWS vgbugs07 (1.4.112); FILE MERGED 2007/06/04 13:32:24 vg 1.4.112.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e93d245f30435762767d2e96e1649c146511bee4]

INTEGRATION: CWS vgbugs07 (1.2.202); FILE MERGED 2007/06/04 13:32:23 vg 1.2.202.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [90bb9622cbf160c47ff7e5c8ac9ed2ac5cbd54cd]

INTEGRATION: CWS vgbugs07 (1.4.54); FILE MERGED 2007/06/04 13:32:23 vg 1.4.54.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d38a15d738b46aa36635e204b178fba6e1f65af]

INTEGRATION: CWS vgbugs07 (1.6.90); FILE MERGED 2007/06/04 13:32:23 vg 1.6.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [871be8f5cf3f24ce12191152a58a6ba2356ef517]

INTEGRATION: CWS vgbugs07 (1.8.90); FILE MERGED 2007/06/04 13:32:23 vg 1.8.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [64f3e8d2e1a54d9c4c4b67c86edfc3d2f55a2792]

INTEGRATION: CWS vgbugs07 (1.3.90); FILE MERGED 2007/06/04 13:32:23 vg 1.3.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9a3accfc8d5046e34f86cc13036e5f08df4181d]

INTEGRATION: CWS vgbugs07 (1.5.90); FILE MERGED 2007/06/04 13:32:23 vg 1.5.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e8b7e991a1ff31a1b0bccc274e8d9906a745d88]

INTEGRATION: CWS vgbugs07 (1.22.90); FILE MERGED 2007/06/04 13:32:23 vg 1.22.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1530250a2154cfd3716b2c80dd995c8cb9eb9898]

INTEGRATION: CWS vgbugs07 (1.25.90); FILE MERGED 2007/06/04 13:32:23 vg 1.25.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e712f6b8a345e99fd6dab2098ee7a629bc83e512]

INTEGRATION: CWS vgbugs07 (1.15.90); FILE MERGED 2007/06/04 13:32:23 vg 1.15.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0db5a5800954d7e92e5bf7ea7f39d26ea2654716]

INTEGRATION: CWS vgbugs07 (1.5.132); FILE MERGED 2007/06/04 13:32:23 vg 1.5.132.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1f6f2901dfc0702b919de339933bdc8be50ed9c]

INTEGRATION: CWS vgbugs07 (1.13.90); FILE MERGED 2007/06/04 13:32:23 vg 1.13.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a915f838e080fe4998221ee1660e961f04dd6b6b]

INTEGRATION: CWS vgbugs07 (1.13.90); FILE MERGED 2007/06/06 10:20:31 vg 1.13.90.2: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 2007/06/04 13:32:23 vg 1.13.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e30040211cf9ad146b4d8e3e10fd421c9b2fbed]

INTEGRATION: CWS vgbugs07 (1.10.68); FILE MERGED 2007/06/04 13:31:48 vg 1.10.68.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [25d218702ef497a673d7a0546d869748b8932c53]

INTEGRATION: CWS vgbugs07 (1.4.200); FILE MERGED 2007/06/04 13:31:48 vg 1.4.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [29aceba21556fbf16411d13034341fc433ddedc9]

INTEGRATION: CWS vgbugs07 (1.5.200); FILE MERGED 2007/06/04 13:31:48 vg 1.5.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed9b665cf251028e9e099e9ef1fef5ddeb4f17ae]

INTEGRATION: CWS vgbugs07 (1.5.182); FILE MERGED 2007/06/04 13:31:47 vg 1.5.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [95c82a9ed2dac4a9ad0b398599101b6c1cc5db04]

INTEGRATION: CWS vgbugs07 (1.13.200); FILE MERGED 2007/06/04 13:31:47 vg 1.13.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [250d7c10ea1c0a5c765cabf2f5d10e6dd2ca16a8]

INTEGRATION: CWS vgbugs07 (1.25.90); FILE MERGED 2007/06/04 13:31:47 vg 1.25.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d8b5d50d45d7167d066ade982bcaa753fe64721]

INTEGRATION: CWS vgbugs07 (1.2.526); FILE MERGED 2007/06/04 13:31:47 vg 1.2.526.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b19c24b932f2d2dded07fb99c9781592d9d1fa4a]

INTEGRATION: CWS vgbugs07 (1.11.28); FILE MERGED 2007/06/04 13:31:47 vg 1.11.28.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [54ec68d80af19e08822f472e402e24ff4336b822]

INTEGRATION: CWS vgbugs07 (1.11.200); FILE MERGED 2007/06/04 13:31:47 vg 1.11.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1630fec6dd8f128a603dcafbd2e1f935db6ad4f3]

INTEGRATION: CWS vgbugs07 (1.8.200); FILE MERGED 2007/06/04 13:31:47 vg 1.8.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [85441394af4fc5c20c7656d9365d0267e2d050c8]

INTEGRATION: CWS vgbugs07 (1.6.200); FILE MERGED 2007/06/04 13:31:47 vg 1.6.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [051c342d2691d84313bfb9e88ce39d66c6c37e26]

INTEGRATION: CWS vgbugs07 (1.3.28); FILE MERGED 2007/06/04 13:31:47 vg 1.3.28.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a5d965e675b910bd7202ef0be05a33f882ca24e]

INTEGRATION: CWS vgbugs07 (1.9.200); FILE MERGED 2007/06/04 13:31:47 vg 1.9.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f584353a373f519a1146c54c7179f233e38d7440]

INTEGRATION: CWS vgbugs07 (1.8.200); FILE MERGED 2007/06/04 13:31:46 vg 1.8.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a9949592f9fa43c010363ec7a6120378d310799]

INTEGRATION: CWS vgbugs07 (1.15.182); FILE MERGED 2007/06/04 13:31:46 vg 1.15.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae72274ab65a9eae24e87096080174fdf7b93747]

INTEGRATION: CWS vgbugs07 (1.23.182); FILE MERGED 2007/06/04 13:31:46 vg 1.23.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a89340b96c331f87889572c3de25f8d5c3e6955d]

INTEGRATION: CWS vgbugs07 (1.13.182); FILE MERGED 2007/06/04 13:31:46 vg 1.13.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b54e86c16b87591c67e430b26f3310504a70f9dd]

INTEGRATION: CWS vgbugs07 (1.7.182); FILE MERGED 2007/06/04 13:31:46 vg 1.7.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [baed0622debf4f1f49c17b0bacb12e9561e1d65f]

INTEGRATION: CWS vgbugs07 (1.19.200); FILE MERGED 2007/06/04 13:31:46 vg 1.19.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa6d965d317ba30eb8999b7dca17ede44f2a2aef]

INTEGRATION: CWS vgbugs07 (1.8.68); FILE MERGED 2007/06/06 11:47:05 vg 1.8.68.3: RESYNC: (1.8-1.9); FILE MERGED 2007/06/06 10:20:46 vg 1.8.68.2: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 2007/06/04 13:31:46 vg 1.8.68.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6664271bab35386efc9f900cf445dfe4946ec3c7]

INTEGRATION: CWS vgbugs07 (1.3.200); FILE MERGED 2007/06/06 10:20:46 vg 1.3.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6e9d22b24b85ca18c843b9c0dafaa93e608933d]

INTEGRATION: CWS vgbugs07 (1.5.68); FILE MERGED 2007/06/06 10:20:46 vg 1.5.68.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3443d1544a4f8ba52090d51e78fc9481b1fc0b29]

INTEGRATION: CWS vgbugs07 (1.7.182); FILE MERGED 2007/06/06 10:20:46 vg 1.7.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c52085ed304a789ad09f707357bdb4f2aba24057]

INTEGRATION: CWS vgbugs07 (1.5.46); FILE MERGED 2007/06/04 13:31:46 vg 1.5.46.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0526225ca4079755edb21a13fb0334798d6f514]

INTEGRATION: CWS vgbugs07 (1.6.36); FILE MERGED 2007/06/04 13:31:45 vg 1.6.36.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [80fdada52596d3ea1c4f83fe8845a73c5c60bd2c]

INTEGRATION: CWS vgbugs07 (1.3.200); FILE MERGED 2007/06/04 13:31:45 vg 1.3.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9faa3fba71797289706dc02f87c5e90a1ddf3661]

INTEGRATION: CWS vgbugs07 (1.34.46); FILE MERGED 2007/06/04 13:31:45 vg 1.34.46.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [419f35cf09016e296cbc272a02f3fcb4113c054a]

INTEGRATION: CWS vgbugs07 (1.13.200); FILE MERGED 2007/06/04 13:31:45 vg 1.13.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b20fe14e95a9fa15cf48bafd53b75d847c5bf86c]

INTEGRATION: CWS vgbugs07 (1.21.354); FILE MERGED 2007/06/04 13:31:45 vg 1.21.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2292eb9cd056483ababbcc0d45c11dff32f22d7]

INTEGRATION: CWS vgbugs07 (1.46.182); FILE MERGED 2007/06/04 13:31:45 vg 1.46.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [761675e2f33ccfa46d45a86a4c5c7c169fd91686]

INTEGRATION: CWS vgbugs07 (1.73.134); FILE MERGED 2007/06/04 13:31:45 vg 1.73.134.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee440b5d1664b4f839b13814cb49d9327328dc25]

INTEGRATION: CWS vgbugs07 (1.66.182); FILE MERGED 2007/06/04 13:31:44 vg 1.66.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f81c3f8691c71f70512b204e4956c32b454bf1ff]

INTEGRATION: CWS vgbugs07 (1.46.178); FILE MERGED 2007/06/04 13:31:44 vg 1.46.178.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [675bbe6d99978ac9da16fb2028e9aad8b176a589]

INTEGRATION: CWS vgbugs07 (1.5.526); FILE MERGED 2007/06/04 13:31:44 vg 1.5.526.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd6987656c76905cd6171828b729c78991f0a6c1]

INTEGRATION: CWS vgbugs07 (1.7.200); FILE MERGED 2007/06/04 13:31:44 vg 1.7.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5304ffa5584e835976cbe42be15b661808bc6d7]

INTEGRATION: CWS vgbugs07 (1.12.198); FILE MERGED 2007/06/04 13:31:44 vg 1.12.198.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce70084a86b0c3d4e4305dcf618fcaf96d4149b6]

INTEGRATION: CWS vgbugs07 (1.5.200); FILE MERGED 2007/06/04 13:31:44 vg 1.5.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c525470f800e6d460d87c255cdb94c7d362ccb9c]

INTEGRATION: CWS vgbugs07 (1.6.200); FILE MERGED 2007/06/04 13:31:44 vg 1.6.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [45be2c3689c8098e59e1abd23568451e5a0a7c86]

INTEGRATION: CWS vgbugs07 (1.4.200); FILE MERGED 2007/06/04 13:31:44 vg 1.4.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ecbc4ca3cb9445b11ea13c52a36d2b1af924e2c]

INTEGRATION: CWS vgbugs07 (1.5.46); FILE MERGED 2007/06/04 13:31:44 vg 1.5.46.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [44cf321ba020961be6b014bc5195af2b3ade812c]

INTEGRATION: CWS vgbugs07 (1.7.182); FILE MERGED 2007/06/04 13:31:44 vg 1.7.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8875fd9e2afad30491fd1850002bef76eae9f2d4]

INTEGRATION: CWS vgbugs07 (1.7.36); FILE MERGED 2007/06/04 13:31:43 vg 1.7.36.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [967cde945c137b2618af4255fc6625eb67211f16]

INTEGRATION: CWS vgbugs07 (1.19.182); FILE MERGED 2007/06/04 13:31:43 vg 1.19.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [620ff1e0444fb75fe8b702c1749b35eb016a7bc5]

INTEGRATION: CWS vgbugs07 (1.76.164); FILE MERGED 2007/06/04 13:31:43 vg 1.76.164.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d38b84d8c0a9318a4799602f5cfaf09e46113795]

INTEGRATION: CWS vgbugs07 (1.13.182); FILE MERGED 2007/06/04 13:31:43 vg 1.13.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b1aaaba77ec3ce4e4955f053183655b14a4f5e6]

INTEGRATION: CWS vgbugs07 (1.6.200); FILE MERGED 2007/06/04 13:31:43 vg 1.6.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [337152e644c08ed871eac8ebe54c0f3171aa02bb]

INTEGRATION: CWS vgbugs07 (1.4.200); FILE MERGED 2007/06/04 13:31:43 vg 1.4.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [410fe972017c5918b2b081206a3b12cade50763b]

INTEGRATION: CWS vgbugs07 (1.25.46); FILE MERGED 2007/06/04 13:31:43 vg 1.25.46.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d833f6a41e8c992859a78685115309d4d76fd35a]

INTEGRATION: CWS vgbugs07 (1.3.200); FILE MERGED 2007/06/04 13:31:43 vg 1.3.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [56fc1f23dd9a56175a33ac7814e4dcabebc6e81c]

INTEGRATION: CWS vgbugs07 (1.8.200); FILE MERGED 2007/06/04 13:31:43 vg 1.8.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5f78dbdb7b747a74826b300b3f3ce5d105fa732]

INTEGRATION: CWS vgbugs07 (1.7.200); FILE MERGED 2007/06/04 13:31:43 vg 1.7.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [01eb1057a46c8722b5f4b69fb368e875c9f64406]

INTEGRATION: CWS vgbugs07 (1.67.46); FILE MERGED 2007/06/04 13:31:43 vg 1.67.46.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b5b725070faa1400e72423d487c65cac95d8eed]

INTEGRATION: CWS vgbugs07 (1.44.36); FILE MERGED 2007/06/04 13:31:43 vg 1.44.36.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [03908104c942642a695d9f10c21fce2cd842fa58]

INTEGRATION: CWS vgbugs07 (1.11.200); FILE MERGED 2007/06/04 13:31:43 vg 1.11.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbf67540142dde8820290dd158c7f418e03b0e29]

INTEGRATION: CWS vgbugs07 (1.3.526); FILE MERGED 2007/06/04 13:31:43 vg 1.3.526.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3baa129409f05dabaeb9a9757509f4a77166d4aa]

INTEGRATION: CWS vgbugs07 (1.57.46); FILE MERGED 2007/06/04 13:31:43 vg 1.57.46.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cea13e9d9d440f92112040cab7bef6f50c217328]

INTEGRATION: CWS vgbugs07 (1.9.182); FILE MERGED 2007/06/04 13:31:43 vg 1.9.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d2037fd595dd0c65e06b6c935a5b30f1f492a6d]

INTEGRATION: CWS vgbugs07 (1.22.16); FILE MERGED 2007/06/04 13:31:43 vg 1.22.16.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [92ac1f4c1d2a55cef67e4a21a8561eabd0286206]

INTEGRATION: CWS vgbugs07 (1.2.526); FILE MERGED 2007/06/04 13:31:43 vg 1.2.526.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b21801c65afcd24254cffc941b42726b82630598]

INTEGRATION: CWS vgbugs07 (1.8.36); FILE MERGED 2007/06/04 13:31:43 vg 1.8.36.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [93c07525106eb179d01b6eaf60d033126383d291]

INTEGRATION: CWS vgbugs07 (1.27.46); FILE MERGED 2007/06/04 13:31:43 vg 1.27.46.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [000bbdbd55a355e427a34fa87ede8aaf8bbd7e02]

INTEGRATION: CWS vgbugs07 (1.5.200); FILE MERGED 2007/06/04 13:31:43 vg 1.5.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [52ba547fe250d5e4a538d3f1c5a21656b454b3e9]

INTEGRATION: CWS vgbugs07 (1.5.182); FILE MERGED 2007/06/04 13:31:42 vg 1.5.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cc05688927afdec61ea75433d9a51ed2f2adabc]

INTEGRATION: CWS vgbugs07 (1.5.46); FILE MERGED 2007/06/04 13:31:42 vg 1.5.46.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfd45b68888c39df6feca30d89313e487ed26f79]

INTEGRATION: CWS vgbugs07 (1.4.200); FILE MERGED 2007/06/04 13:31:42 vg 1.4.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9b23d3c4287a77ec3c1fd13941516c2b8fc9b25]

INTEGRATION: CWS vgbugs07 (1.6.144); FILE MERGED 2007/06/04 13:31:42 vg 1.6.144.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7eccca610bf58d0f258e84ae2292c60fda9aa7aa]

INTEGRATION: CWS vgbugs07 (1.5.200); FILE MERGED 2007/06/04 13:31:40 vg 1.5.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0064a8f5e2f025f334a10251b947702c8e9d0048]

INTEGRATION: CWS vgbugs07 (1.4.200); FILE MERGED 2007/06/04 13:31:40 vg 1.4.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [91e8d277f72f21f09d5578dd6d3497ba1f858677]

INTEGRATION: CWS vgbugs07 (1.6.182); FILE MERGED 2007/06/04 13:31:40 vg 1.6.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b295267eb376fb432e5ed5153b7de5b9aea63fe]

INTEGRATION: CWS vgbugs07 (1.4.92); FILE MERGED 2007/06/04 13:31:40 vg 1.4.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a13d715184eab026c909d83303079c5753852662]

INTEGRATION: CWS vgbugs07 (1.6.200); FILE MERGED 2007/06/04 13:31:40 vg 1.6.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4d8104e6b811dc9c6bb7cf4a8ac6366fce325dd]

INTEGRATION: CWS vgbugs07 (1.8.36); FILE MERGED 2007/06/04 13:31:40 vg 1.8.36.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [10f353fd734c909b18cfc1d3aa0e4b8cd19a069b]

INTEGRATION: CWS vgbugs07 (1.7.68); FILE MERGED 2007/06/04 13:31:39 vg 1.7.68.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [22d058bce76f9eff644400cd5b43ca0409819e2a]

INTEGRATION: CWS vgbugs07 (1.6.182); FILE MERGED 2007/06/04 13:31:39 vg 1.6.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [52ea64d046d59e1f1788f38057bc32a53645533e]

INTEGRATION: CWS vgbugs07 (1.5.200); FILE MERGED 2007/06/04 13:31:39 vg 1.5.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d640d782386baaa80da5465f3b17a18cf271e99]

INTEGRATION: CWS vgbugs07 (1.4.200); FILE MERGED 2007/06/04 13:31:39 vg 1.4.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [def1afcf985d7113c068e73057d2ed1ecfedf52d]

INTEGRATION: CWS vgbugs07 (1.6.200); FILE MERGED 2007/06/04 13:31:39 vg 1.6.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e30e137c0554c45ffb68e5c9ff324583dc5e6651]

INTEGRATION: CWS vgbugs07 (1.5.46); FILE MERGED 2007/06/04 13:31:39 vg 1.5.46.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2856c74b91face34d52630d22bdbbcae88299f0f]

INTEGRATION: CWS vgbugs07 (1.7.182); FILE MERGED 2007/06/04 13:31:39 vg 1.7.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5aa2df919d5fca8d3222c2b631a093dcc0c38551]

INTEGRATION: CWS vgbugs07 (1.8.92); FILE MERGED 2007/06/04 13:31:39 vg 1.8.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fcc1aff8ac51469beea86dd1de6051ad7d70998]

INTEGRATION: CWS vgbugs07 (1.7.92); FILE MERGED 2007/06/04 13:31:39 vg 1.7.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [818741d24fa4a63520f6e51d7ba61657da947868]

INTEGRATION: CWS vgbugs07 (1.6.92); FILE MERGED 2007/06/04 13:31:39 vg 1.6.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [67baba7b515e9641c6fcc6f7095ef11e7fda002d]

INTEGRATION: CWS vgbugs07 (1.8.200); FILE MERGED 2007/06/04 13:31:39 vg 1.8.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [116042947de67561b598f20458f5d3e87c8943f6]

INTEGRATION: CWS vgbugs07 (1.9.92); FILE MERGED 2007/06/04 13:31:38 vg 1.9.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [10756a8f8c86d6573a887a77e69f1d68c845af15]

INTEGRATION: CWS vgbugs07 (1.16.92); FILE MERGED 2007/06/04 13:31:38 vg 1.16.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0892a84d1dfdd9b31ced517e0e6677a8e458a50a]

INTEGRATION: CWS vgbugs07 (1.4.200); FILE MERGED 2007/06/04 13:31:38 vg 1.4.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bad6f9276f2c34501bef774f545fc80087d0e718]

INTEGRATION: CWS vgbugs07 (1.10.28); FILE MERGED 2007/06/04 13:31:38 vg 1.10.28.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [726f7bbf9e05c6c1f6089f110f18015264928c47]

INTEGRATION: CWS vgbugs07 (1.10.182); FILE MERGED 2007/06/04 13:31:38 vg 1.10.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a196d82bc7857b95f20383905790f40b0f0bd188]

INTEGRATION: CWS vgbugs07 (1.5.200); FILE MERGED 2007/06/04 13:31:38 vg 1.5.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [789eb0e2ce526364b776fdf95ce7e1623c3d6fae]

INTEGRATION: CWS vgbugs07 (1.8.28); FILE MERGED 2007/06/04 13:31:38 vg 1.8.28.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1a5ce08e6b63b875510135e7a8a6227c980bb60]

INTEGRATION: CWS vgbugs07 (1.7.200); FILE MERGED 2007/06/04 13:31:38 vg 1.7.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [110354a5b9346c7e18c68417f16f8b1dcece3e2a]

INTEGRATION: CWS vgbugs07 (1.9.182); FILE MERGED 2007/06/04 13:31:38 vg 1.9.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [49e57f1786a31ef03f72a5d8c39cf81c74107a4d]

INTEGRATION: CWS vgbugs07 (1.3.200); FILE MERGED 2007/06/04 13:31:38 vg 1.3.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d0fbd18159b27a5f75040c6ea33074987b6c530]

INTEGRATION: CWS vgbugs07 (1.9.200); FILE MERGED 2007/06/04 13:31:38 vg 1.9.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [740523a7549edc2149cd09f64c864d9a224d2854]

INTEGRATION: CWS vgbugs07 (1.4.298); FILE MERGED 2007/06/04 13:31:38 vg 1.4.298.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9e20e8f504efd06554b780a1771930996fb234d]

INTEGRATION: CWS vgbugs07 (1.11.160); FILE MERGED 2007/06/04 13:31:37 vg 1.11.160.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [00aaeb75a3ccb5b7c8526e2ead4f284b9ac43216]

INTEGRATION: CWS vgbugs07 (1.4.160); FILE MERGED 2007/06/04 13:31:37 vg 1.4.160.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb4216f15ffb07e749cc56557fc8ba2352c79d99]

INTEGRATION: CWS vgbugs07 (1.32.160); FILE MERGED 2007/06/04 13:31:37 vg 1.32.160.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c3870e24e35dae0871a3af3c6d1cf76646ae78a]

INTEGRATION: CWS vgbugs07 (1.6.160); FILE MERGED 2007/06/04 13:31:37 vg 1.6.160.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [59cc4774b7edf671ad8d742dd2cf39feace6365f]

INTEGRATION: CWS vgbugs07 (1.19.160); FILE MERGED 2007/06/04 13:31:37 vg 1.19.160.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ed387c309f809d99b651e5c075ddc2c16ccd907]

INTEGRATION: CWS vgbugs07 (1.2.526); FILE MERGED 2007/06/04 13:31:37 vg 1.2.526.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [003144e901a95682cf04178f0305e6831b74c82c]

INTEGRATION: CWS vgbugs07 (1.10.182); FILE MERGED 2007/06/04 13:31:37 vg 1.10.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea0fa2d8b88c16d8789fb88aa3d370d63c906345]

INTEGRATION: CWS vgbugs07 (1.16.182); FILE MERGED 2007/06/04 13:31:37 vg 1.16.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a9600dab7ea59150b2f1304ba8224c9a89f892a]

INTEGRATION: CWS vgbugs07 (1.18.182); FILE MERGED 2007/06/04 13:31:37 vg 1.18.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4c5ef5ff52eb7f6086c287afecca10ca470aac0]

INTEGRATION: CWS vgbugs07 (1.66.36); FILE MERGED 2007/06/04 13:31:37 vg 1.66.36.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad7912cb0d54296b69044b665dde8102d53af0ce]

INTEGRATION: CWS vgbugs07 (1.5.526); FILE MERGED 2007/06/04 13:31:37 vg 1.5.526.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0fd28532e905369c1b90542d3ea5bbc91dcfc0e]

INTEGRATION: CWS vgbugs07 (1.10.36); FILE MERGED 2007/06/04 13:31:37 vg 1.10.36.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [20c2bcec904d1564d526d878e4d592e92643f7d4]

INTEGRATION: CWS vgbugs07 (1.4.526); FILE MERGED 2007/06/04 13:31:37 vg 1.4.526.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5b1c74fd0179415f029959430e792f633f2e551]

INTEGRATION: CWS vgbugs07 (1.3.526); FILE MERGED 2007/06/04 13:31:36 vg 1.3.526.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea87090583ba1291cb8c745a471a7de8cf773321]

INTEGRATION: CWS vgbugs07 (1.5.526); FILE MERGED 2007/06/04 13:31:36 vg 1.5.526.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [af0c7f9380afe722b235fb98960320bddeed1101]

INTEGRATION: CWS vgbugs07 (1.2.526); FILE MERGED 2007/06/04 13:31:36 vg 1.2.526.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae60af038f29dd73b4889e14958c3933b7f36bfc]

INTEGRATION: CWS vgbugs07 (1.8.36); FILE MERGED 2007/06/04 13:31:36 vg 1.8.36.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e17c8b9a73dd49646014a84822f38edd1335948e]

INTEGRATION: CWS vgbugs07 (1.13.200); FILE MERGED 2007/06/04 13:31:36 vg 1.13.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [404106bd7d7f23280534fc5699fb9ffe75fe6402]

INTEGRATION: CWS vgbugs07 (1.15.160); FILE MERGED 2007/06/04 13:31:36 vg 1.15.160.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d83fd708ae960ee5d959b3d981e267093d641495]

INTEGRATION: CWS vgbugs07 (1.22.182); FILE MERGED 2007/06/04 13:31:36 vg 1.22.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d8edc3429c171b245555842c0128398ca47803b]

INTEGRATION: CWS vgbugs07 (1.10.182); FILE MERGED 2007/06/04 13:31:36 vg 1.10.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff111798ef1f4db06e3026ceceefb60fe14ec8ea]

INTEGRATION: CWS vgbugs07 (1.13.182); FILE MERGED 2007/06/04 13:31:36 vg 1.13.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3abcdcb1721f846c303a08679b1f4cf451cde08b]

INTEGRATION: CWS vgbugs07 (1.53.182); FILE MERGED 2007/06/04 13:31:36 vg 1.53.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0a44324a36662c60f6491ed003712c57cd2b5cc]

INTEGRATION: CWS vgbugs07 (1.3.298); FILE MERGED 2007/06/04 13:31:36 vg 1.3.298.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [918a2a81d88b739f9a02a1e4f0c3d60416066047]

INTEGRATION: CWS vgbugs07 (1.5.182); FILE MERGED 2007/06/04 13:31:36 vg 1.5.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5453682d45294de22c2c90e5278b8137d7bf03e]

INTEGRATION: CWS vgbugs07 (1.47.182); FILE MERGED 2007/06/04 13:31:35 vg 1.47.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d00d47e97cbeafad3ac6433d5924b1d70633694]

INTEGRATION: CWS vgbugs07 (1.4.298); FILE MERGED 2007/06/04 13:31:35 vg 1.4.298.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [46cb8b8c662c74dda9d473ed74901b2016477e13]

INTEGRATION: CWS vgbugs07 (1.13.182); FILE MERGED 2007/06/04 13:31:35 vg 1.13.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [badd176725c7077ce2cdb9c24d2c0e0b4326cce8]

INTEGRATION: CWS vgbugs07 (1.5.298); FILE MERGED 2007/06/04 13:31:35 vg 1.5.298.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b01749b7bf4cca7bbf7b4274b432aa0bfbd99ce]

INTEGRATION: CWS vgbugs07 (1.6.200); FILE MERGED 2007/06/04 13:31:35 vg 1.6.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [140be690e66a337465e696ef81d54c4d9b028580]

INTEGRATION: CWS vgbugs07 (1.38.34); FILE MERGED 2007/06/04 13:31:35 vg 1.38.34.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [39aafae967bfcd4366af5de751a70b4b5ef9d646]

INTEGRATION: CWS vgbugs07 (1.8.200); FILE MERGED 2007/06/04 13:31:35 vg 1.8.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [914f958268bd39dee672a3c5ad62aba86b4ce318]

INTEGRATION: CWS vgbugs07 (1.34.46); FILE MERGED 2007/06/04 13:31:35 vg 1.34.46.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7860d75d88e7d2d65aa28cf61a2705e61bd0ac78]

INTEGRATION: CWS vgbugs07 (1.18.16); FILE MERGED 2007/06/04 13:31:35 vg 1.18.16.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ac7101f4631eabd973be59a6338d4435c843543]

INTEGRATION: CWS vgbugs07 (1.14.16); FILE MERGED 2007/06/04 13:31:35 vg 1.14.16.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ceb340f971a159a1ea49ef10a08f75219448a41]

INTEGRATION: CWS vgbugs07 (1.3.526); FILE MERGED 2007/06/04 13:31:35 vg 1.3.526.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [be6a1d13b6f1bf7395163f62b5f94e8b6fa12c63]

INTEGRATION: CWS vgbugs07 (1.7.134); FILE MERGED 2007/06/04 13:31:35 vg 1.7.134.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4abf99498bce29a2f494e152a5ee5a975fd1ba93]

INTEGRATION: CWS vgbugs07 (1.5.526); FILE MERGED 2007/06/04 13:31:35 vg 1.5.526.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d3a8874c50e0c084c36e80e5e485fc1c868ee91]

INTEGRATION: CWS vgbugs07 (1.24.132); FILE MERGED 2007/06/04 13:31:35 vg 1.24.132.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2dc0b04527c1dbcb128330c9dd474cad6c486a1b]

INTEGRATION: CWS vgbugs07 (1.41.46); FILE MERGED 2007/06/04 13:31:35 vg 1.41.46.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fd740f93db76479a8550342a8bc3a12d7a755fe]

INTEGRATION: CWS vgbugs07 (1.7.36); FILE MERGED 2007/06/04 13:31:35 vg 1.7.36.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c6e8b272818927009aa641165e06921243d1ede]

INTEGRATION: CWS vgbugs07 (1.8.36); FILE MERGED 2007/06/04 13:31:35 vg 1.8.36.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6e4db188be83d135915451b2b128fee57d2b866]

INTEGRATION: CWS vgbugs07 (1.11.182); FILE MERGED 2007/06/04 13:31:35 vg 1.11.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ba1665bbf18beed35220236d74d8e84c4db12db]

INTEGRATION: CWS vgbugs07 (1.5.200); FILE MERGED 2007/06/04 13:31:34 vg 1.5.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfbd63311f6a5a4afbb6e344327edc7aa43afee1]

INTEGRATION: CWS vgbugs07 (1.8.182); FILE MERGED 2007/06/04 13:31:34 vg 1.8.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b319c6ae0f4b95b70e74f99cb702305f73c5759d]

INTEGRATION: CWS vgbugs07 (1.52.46); FILE MERGED 2007/06/04 13:31:34 vg 1.52.46.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d5807fc12d6778818b254ace2b7705bc35a80a5]

INTEGRATION: CWS vgbugs07 (1.25.36); FILE MERGED 2007/06/04 13:31:34 vg 1.25.36.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7840386edc965e483b0ebc6164cfd4ddf0a08a8]

INTEGRATION: CWS vgbugs07 (1.30.16); FILE MERGED 2007/06/04 13:31:29 vg 1.30.16.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b833caa7d70a6ad2f091bb23d9dd9750990e131a]

INTEGRATION: CWS vgbugs07 (1.22.16); FILE MERGED 2007/06/04 13:31:29 vg 1.22.16.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9a262ee341636b7f5d77eeab394971fbb5fae77]

INTEGRATION: CWS vgbugs07 (1.4.200); FILE MERGED 2007/06/04 13:31:29 vg 1.4.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c81a8ec953308f1d79ccc866b995e0d89d2d8ea0]

INTEGRATION: CWS vgbugs07 (1.8.200); FILE MERGED 2007/06/04 13:31:29 vg 1.8.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [02963ac166dc112dd80d1d70f6079600c7fad3d0]

INTEGRATION: CWS vgbugs07 (1.4.36); FILE MERGED 2007/06/04 13:31:29 vg 1.4.36.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa164e25ad976d6f080ec33c0f19f829466d6074]

INTEGRATION: CWS vgbugs07 (1.9.152); FILE MERGED 2007/06/04 13:31:29 vg 1.9.152.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1c36f3454c04212e8748712d53b281b47a66c2a]

INTEGRATION: CWS vgbugs07 (1.2.200); FILE MERGED 2007/06/04 13:31:29 vg 1.2.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6431ea3a9a14d162c26bc0e26dfb62ec0ba1f797]

INTEGRATION: CWS vgbugs07 (1.9.200); FILE MERGED 2007/06/04 13:31:29 vg 1.9.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4c428d0f1eab5dc1decf862ba0a041a27078eb9]

INTEGRATION: CWS vgbugs07 (1.13.36); FILE MERGED 2007/06/04 13:31:29 vg 1.13.36.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f965c46aa3014c57ba37884d882ae3a85e985f50]

INTEGRATION: CWS vgbugs07 (1.37.64); FILE MERGED 2007/06/04 13:31:29 vg 1.37.64.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [02a26696b88079b3398a009a609cfc2180df0693]

INTEGRATION: CWS vgbugs07 (1.8.182); FILE MERGED 2007/06/04 13:31:29 vg 1.8.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c569d414b5d0bb17fca1226d897e0672d90e5d1c]

INTEGRATION: CWS vgbugs07 (1.34.46); FILE MERGED 2007/06/04 13:31:29 vg 1.34.46.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a723780294b30bf0ea0443a4c4581c9f113c811f]

INTEGRATION: CWS vgbugs07 (1.16.182); FILE MERGED 2007/06/04 13:31:29 vg 1.16.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7aa327dd4a5319f9dba27399c9f61e48b3b9118a]

INTEGRATION: CWS vgbugs07 (1.57.46); FILE MERGED 2007/06/04 13:31:29 vg 1.57.46.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfc2c6902a59d66bb87377d405f04b7920f0c3b9]

INTEGRATION: CWS vgbugs07 (1.24.68); FILE MERGED 2007/06/04 13:31:29 vg 1.24.68.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [031bcb464a96d25c102167715a67494702f5e6ee]

INTEGRATION: CWS vgbugs07 (1.10.46); FILE MERGED 2007/06/04 13:31:29 vg 1.10.46.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdaeddd0bfd29199546823d7f41405037b900f2c]

INTEGRATION: CWS vgbugs07 (1.11.36); FILE MERGED 2007/06/04 13:31:29 vg 1.11.36.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6281210c6a3bcd3d9b2847482b5f90f8558a3d83]

INTEGRATION: CWS vgbugs07 (1.11.200); FILE MERGED 2007/06/04 13:31:28 vg 1.11.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6953bc685dfddee15d49663391fdd7c9e85ebd72]

INTEGRATION: CWS vgbugs07 (1.61.46); FILE MERGED 2007/06/04 13:31:28 vg 1.61.46.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [860a3d46f9dcf4ec742484a6fd1a91720f3a3eb2]

INTEGRATION: CWS vgbugs07 (1.34.274); FILE MERGED 2007/06/04 13:31:28 vg 1.34.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [659f1000554f1761104be40c8d8c68296ba5dc34]

INTEGRATION: CWS vgbugs07 (1.76.34); FILE MERGED 2007/06/04 13:31:28 vg 1.76.34.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d938dc770fb92bcb2ae748cfed5996028a870d81]

INTEGRATION: CWS vgbugs07 (1.49.130); FILE MERGED 2007/06/04 13:31:28 vg 1.49.130.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [748a1c55f2aab20a31add5c48bbff03389686544]

INTEGRATION: CWS vgbugs07 (1.28.200); FILE MERGED 2007/06/04 13:31:28 vg 1.28.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a15a2025214d29ab1ef4453be67426f54515560d]

INTEGRATION: CWS vgbugs07 (1.12.134); FILE MERGED 2007/06/04 13:31:28 vg 1.12.134.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [29366e6ce6737b6ee4fb8e09470c6d7c2eb9434f]

INTEGRATION: CWS vgbugs07 (1.8.182); FILE MERGED 2007/06/04 13:31:28 vg 1.8.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [422b58b992b8f73c5fb8baf878d68bc0273e4028]

INTEGRATION: CWS vgbugs07 (1.51.182); FILE MERGED 2007/06/04 13:31:28 vg 1.51.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a2cb123fbdf3636892788cbd9a55297375efc11]

INTEGRATION: CWS vgbugs07 (1.6.200); FILE MERGED 2007/06/04 13:31:28 vg 1.6.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [163b7b30490bd2e2155d3de174993ea178d187af]

INTEGRATION: CWS vgbugs07 (1.12.46); FILE MERGED 2007/06/04 13:31:28 vg 1.12.46.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [661629fce8a3381826ca4dff68a6536ba6b33fab]

INTEGRATION: CWS vgbugs07 (1.12.180); FILE MERGED 2007/06/04 13:31:28 vg 1.12.180.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ba2260b34cdcfac75ecac8cb9f1889c4ae4b04b]

INTEGRATION: CWS vgbugs07 (1.33.46); FILE MERGED 2007/06/04 13:31:28 vg 1.33.46.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c42b31be24183e86c1751bb8a0de094044d916c]

INTEGRATION: CWS vgbugs07 (1.68.36); FILE MERGED 2007/06/04 13:31:28 vg 1.68.36.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [700b4070f1dfd73d93a99f696faa970027906145]

INTEGRATION: CWS vgbugs07 (1.7.182); FILE MERGED 2007/06/04 13:31:28 vg 1.7.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [35e586b8ddb06ea3fbdfb945a7f4c88cccc89461]

INTEGRATION: CWS vgbugs07 (1.3.200); FILE MERGED 2007/06/04 13:31:28 vg 1.3.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc588af84b6ef54376b2797430b5b622124b47fb]

INTEGRATION: CWS vgbugs07 (1.5.200); FILE MERGED 2007/06/04 13:31:27 vg 1.5.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [94e8e86505129e1b211279211217845d669f4144]

INTEGRATION: CWS vgbugs07 (1.8.200); FILE MERGED 2007/06/04 13:31:27 vg 1.8.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3cb6ce6fae9dba9ba4bbac8e53a012686fba355]

INTEGRATION: CWS vgbugs07 (1.28.200); FILE MERGED 2007/06/04 13:31:27 vg 1.28.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2027814c4b0bea1e30c8ac6135de65027f7aca41]

INTEGRATION: CWS vgbugs07 (1.23.134); FILE MERGED 2007/06/04 13:31:27 vg 1.23.134.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0154d3cfd12a5ce0071c6d13941670b439f8650]

INTEGRATION: CWS vgbugs07 (1.12.92); FILE MERGED 2007/06/04 13:31:27 vg 1.12.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [702b99c7f37cb7bd784f8c53199d300b49bff614]

INTEGRATION: CWS vgbugs07 (1.20.200); FILE MERGED 2007/06/04 13:31:27 vg 1.20.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c1145e1e4dd5551f5807982827c8019342bede2]

INTEGRATION: CWS vgbugs07 (1.14.200); FILE MERGED 2007/06/04 13:31:27 vg 1.14.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d50c401a23772466dd8cf181eaf674557821e7b]

INTEGRATION: CWS vgbugs07 (1.6.200); FILE MERGED 2007/06/04 13:31:27 vg 1.6.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [33c7b6bb0cdbdf8f394dc821ab5cffcaae48a9aa]

INTEGRATION: CWS vgbugs07 (1.29.92); FILE MERGED 2007/06/04 13:31:27 vg 1.29.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [266b08a7fe1b6fd8adc28b6f659e829dc367d61d]

INTEGRATION: CWS vgbugs07 (1.27.92); FILE MERGED 2007/06/04 13:31:27 vg 1.27.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fde0efa356ddcae08e3ce6841fd9e9793e374b4f]

INTEGRATION: CWS vgbugs07 (1.13.182); FILE MERGED 2007/06/04 13:31:27 vg 1.13.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [da01c8d5ba6126fa1ae1699cd1b2b88502be890e]

INTEGRATION: CWS vgbugs07 (1.77.200); FILE MERGED 2007/06/04 13:31:27 vg 1.77.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffe3142914b94c8f1f270429be9692d444b08f1d]

INTEGRATION: CWS vgbugs07 (1.4.78); FILE MERGED 2007/06/04 13:31:27 vg 1.4.78.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [84a124e7ab900e9ac8f18273df2b58cf65ec6370]

INTEGRATION: CWS vgbugs07 (1.4.200); FILE MERGED 2007/06/04 13:31:27 vg 1.4.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b94b6dd6239a30a9134d8499094a03e09d4a1868]

INTEGRATION: CWS vgbugs07 (1.3.200); FILE MERGED 2007/06/04 13:31:27 vg 1.3.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f027793fc31beddd4344b1da1bdb8acfe9301c05]

INTEGRATION: CWS vgbugs07 (1.33.16); FILE MERGED 2007/06/04 13:31:27 vg 1.33.16.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [076cfafa601c939bada771c9199b952fe8572fb1]

INTEGRATION: CWS vgbugs07 (1.20.92); FILE MERGED 2007/06/04 13:31:27 vg 1.20.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [40409fdaaa9ca297e4b2189b3c49847a291e4eec]

INTEGRATION: CWS vgbugs07 (1.7.200); FILE MERGED 2007/06/04 13:31:27 vg 1.7.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9aceb30324e8774856ed6bc16f6db0ccc6ad5d4]

INTEGRATION: CWS vgbugs07 (1.12.200); FILE MERGED 2007/06/04 13:31:26 vg 1.12.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea67061282eb7899292a9940f88dc35c50035012]

INTEGRATION: CWS vgbugs07 (1.10.200); FILE MERGED 2007/06/04 13:31:26 vg 1.10.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fbebce921551b8dcd9e41d8965c11f00a3f1c30]

INTEGRATION: CWS vgbugs07 (1.9.92); FILE MERGED 2007/06/04 13:31:26 vg 1.9.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a95568c439a591cca5da12d9e3938a369733f53]

INTEGRATION: CWS vgbugs07 (1.19.200); FILE MERGED 2007/06/04 13:31:26 vg 1.19.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b947b5ada1d883ae80133f7b2ff704ef0a5765cd]

INTEGRATION: CWS vgbugs07 (1.31.92); FILE MERGED 2007/06/04 13:31:26 vg 1.31.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d1b70ea9ecffc7d16d2aad0395e0357467358fe]

INTEGRATION: CWS vgbugs07 (1.20.92); FILE MERGED 2007/06/04 13:31:26 vg 1.20.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6548d1ed7f62aac5fe1236d8e11615486f60578a]

INTEGRATION: CWS vgbugs07 (1.21.92); FILE MERGED 2007/06/04 13:31:26 vg 1.21.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c17500edfc6b2e4b76c5f1522cb80c28042412d3]

INTEGRATION: CWS vgbugs07 (1.8.200); FILE MERGED 2007/06/04 13:31:26 vg 1.8.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8e9a8a6c4e21baf19a8eac2327d4674a115b325]

INTEGRATION: CWS vgbugs07 (1.7.200); FILE MERGED 2007/06/04 13:31:26 vg 1.7.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe2649f595d6e5c9096224a73ab729349963e0e3]

INTEGRATION: CWS vgbugs07 (1.16.200); FILE MERGED 2007/06/04 13:31:26 vg 1.16.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8fb4d09f6254b0e30ec668841f044d11f32e1a3]

INTEGRATION: CWS vgbugs07 (1.11.200); FILE MERGED 2007/06/04 13:31:26 vg 1.11.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [917d64a74fd39511e1b2a68f1dd07bc671c38312]

INTEGRATION: CWS vgbugs07 (1.13.200); FILE MERGED 2007/06/04 13:31:26 vg 1.13.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3c9d10965dfbe4ec17cf39bf3140ae7367a71c1]

INTEGRATION: CWS vgbugs07 (1.14.182); FILE MERGED 2007/06/04 13:31:26 vg 1.14.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7f9020d19d6f2e8f8d79c3058e165aa6fa63751]

INTEGRATION: CWS vgbugs07 (1.9.200); FILE MERGED 2007/06/04 13:31:26 vg 1.9.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [78d601b93926459ae64603c5f6f50ad2571909e5]

INTEGRATION: CWS vgbugs07 (1.20.200); FILE MERGED 2007/06/04 13:31:26 vg 1.20.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a07fc6bf3415f7b77628696df6fbb47b386e043]

INTEGRATION: CWS vgbugs07 (1.14.180); FILE MERGED 2007/06/04 13:31:25 vg 1.14.180.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [29bc4af337f4bf85f9b436664c389c0480707939]

INTEGRATION: CWS vgbugs07 (1.6.526); FILE MERGED 2007/06/04 13:31:25 vg 1.6.526.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b80b6a1bfbd3d2f191150aea20effb31b11566bc]

INTEGRATION: CWS vgbugs07 (1.11.182); FILE MERGED 2007/06/04 13:31:25 vg 1.11.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [29c49857130e4ebb01d5188270b5f72082616d87]

INTEGRATION: CWS vgbugs07 (1.11.298); FILE MERGED 2007/06/04 13:31:25 vg 1.11.298.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4c965761642b5ec2833e6a8f8e39bc74c0ef32c]

INTEGRATION: CWS vgbugs07 (1.6.200); FILE MERGED 2007/06/04 13:31:25 vg 1.6.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a94a4040c2809b3fdb5ad478bce0d47243e04699]

INTEGRATION: CWS vgbugs07 (1.37.182); FILE MERGED 2007/06/04 13:31:25 vg 1.37.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [326f8135adb2c455524159028fc3769207b086fe]

INTEGRATION: CWS vgbugs07 (1.3.526); FILE MERGED 2007/06/04 13:31:24 vg 1.3.526.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f4f1c8377d224d817e150bb4ed8f83bc1dad9a5]

INTEGRATION: CWS vgbugs07 (1.4.526); FILE MERGED 2007/06/04 13:31:24 vg 1.4.526.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cc5fc5f68070f9bdfd143004ee582028b9e5b5f]

INTEGRATION: CWS vgbugs07 (1.3.524); FILE MERGED 2007/06/04 13:31:24 vg 1.3.524.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fb5a1b5c56acf7bab0561c94e129e21fa04a8ae]

INTEGRATION: CWS vgbugs07 (1.3.298); FILE MERGED 2007/06/04 13:31:24 vg 1.3.298.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cff46600b372231a1f6974a8253fdbf33be4fe0f]

INTEGRATION: CWS vgbugs07 (1.8.160); FILE MERGED 2007/06/04 13:31:24 vg 1.8.160.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9abf3f0ecf8c4bb2b9c308c7cabf5c55cefca421]

INTEGRATION: CWS vgbugs07 (1.8.526); FILE MERGED 2007/06/04 13:31:24 vg 1.8.526.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4ab2724ab66b6225a9bacea9c5dcb855f586879]

INTEGRATION: CWS vgbugs07 (1.17.150); FILE MERGED 2007/06/04 13:30:04 vg 1.17.150.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f80e61d09b39ac6f495486f7d31a85ac713e54d6]

INTEGRATION: CWS vgbugs07 (1.4.240); FILE MERGED 2007/06/04 13:30:04 vg 1.4.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a57df18bdb287f81fdc378db38d6c813c928595b]

INTEGRATION: CWS vgbugs07 (1.11.240); FILE MERGED 2007/06/04 13:30:03 vg 1.11.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c12110a27c04ab2faccdbb7cf680def64de0e54]

INTEGRATION: CWS vgbugs07 (1.143.78); FILE MERGED 2007/06/04 13:30:03 vg 1.143.78.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [af0e13387b72f0dd629787f60cef3740340b1e9d]

INTEGRATION: CWS vgbugs07 (1.106.80); FILE MERGED 2007/06/04 13:30:03 vg 1.106.80.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [16522f8274e79049443c54c43f87f8b5f8410e24]

INTEGRATION: CWS vgbugs07 (1.30.104); FILE MERGED 2007/06/04 13:30:03 vg 1.30.104.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [29e01915af612ca02e470e91b988665415580f1a]

INTEGRATION: CWS vgbugs07 (1.89.74); FILE MERGED 2007/06/04 13:30:03 vg 1.89.74.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b56ff3d4f6c79e16ad285ef598303b77a06f449]

INTEGRATION: CWS vgbugs07 (1.10.172); FILE MERGED 2007/06/04 13:30:03 vg 1.10.172.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd86e303dc38376f12f0a1d380e9e268d51b51d4]

INTEGRATION: CWS vgbugs07 (1.37.80); FILE MERGED 2007/06/04 13:30:02 vg 1.37.80.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8507f1ff26e6a96f35a985b54ff2f2e0690c0835]

INTEGRATION: CWS vgbugs07 (1.14.80); FILE MERGED 2007/06/06 11:45:01 vg 1.14.80.2: RESYNC: (1.14-1.15); FILE MERGED 2007/06/04 13:30:02 vg 1.14.80.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c26cfb034e7d14078d8f757533b94c060f2dfeff]

INTEGRATION: CWS vgbugs07 (1.7.240); FILE MERGED 2007/06/04 13:30:02 vg 1.7.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f08f3f8d5e6d897e19641fafcfe01d1b5d2d2903]

INTEGRATION: CWS vgbugs07 (1.3.606); FILE MERGED 2007/06/04 13:30:02 vg 1.3.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cb0aa7c360b57438b64266201eb232be212be36]

INTEGRATION: CWS vgbugs07 (1.5.420); FILE MERGED 2007/06/04 13:30:02 vg 1.5.420.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a89de18edcf0325642f4e256d2ea64c164726487]

INTEGRATION: CWS vgbugs07 (1.5.390); FILE MERGED 2007/06/04 13:30:02 vg 1.5.390.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [12e0004e34a21d4fcf2413de04602f2a170e5c20]

INTEGRATION: CWS vgbugs07 (1.3.104); FILE MERGED 2007/06/04 13:30:02 vg 1.3.104.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f600f824e71ac6db6b1ffe3b186be360892eb93a]

INTEGRATION: CWS vgbugs07 (1.5.144); FILE MERGED 2007/06/04 13:30:02 vg 1.5.144.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8362c3211858d625fec1a324769f613b47a7870]

INTEGRATION: CWS vgbugs07 (1.2.606); FILE MERGED 2007/06/04 13:30:02 vg 1.2.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b52b5d12286f356e78785d784f9cdb9573d7db8b]

INTEGRATION: CWS vgbugs07 (1.4.346); FILE MERGED 2007/06/04 13:30:02 vg 1.4.346.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a60324a4565cc0af35394a9634a1bd47bbbf6753]

INTEGRATION: CWS vgbugs07 (1.4.606); FILE MERGED 2007/06/04 13:30:02 vg 1.4.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [df3c80ea1f52136de3284f1b493fbed0f8d89e3a]

INTEGRATION: CWS vgbugs07 (1.12.320); FILE MERGED 2007/06/04 13:30:02 vg 1.12.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [23427a2b800437dbf091707df361814898ffbb81]

INTEGRATION: CWS vgbugs07 (1.25.76); FILE MERGED 2007/06/04 13:30:01 vg 1.25.76.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [11f2eb49f209901bbafa24be1cafe1a8f52e27e9]

INTEGRATION: CWS vgbugs07 (1.17.172); FILE MERGED 2007/06/04 13:30:01 vg 1.17.172.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5cb1934157e6b1386dc9ef58e230476265ab3c8]

INTEGRATION: CWS vgbugs07 (1.27.144); FILE MERGED 2007/06/04 13:30:01 vg 1.27.144.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9ba48772dcb290f02478372823663b5deee81f3]

INTEGRATION: CWS vgbugs07 (1.4.606); FILE MERGED 2007/06/04 13:30:01 vg 1.4.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [34f559bb1f35aa79b6d949c3f1c58fb312d32035]

INTEGRATION: CWS vgbugs07 (1.19.152); FILE MERGED 2007/06/04 13:30:01 vg 1.19.152.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8ce9df706dc15968fca9c61d7e6c0263bf4a18c]

INTEGRATION: CWS vgbugs07 (1.215.82); FILE MERGED 2007/06/04 13:30:01 vg 1.215.82.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e08a235d6c5e9e33f72849cb21d6f60228b687f3]

INTEGRATION: CWS vgbugs07 (1.21.240); FILE MERGED 2007/06/04 13:30:00 vg 1.21.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae26e1f9b2ebb34008171c0aefe2e2fe37f0efc0]

INTEGRATION: CWS vgbugs07 (1.10.240); FILE MERGED 2007/06/04 13:30:00 vg 1.10.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc0fb03fbeb46d9da65d376bc556ba04e68bc6cf]

INTEGRATION: CWS vgbugs07 (1.5.606); FILE MERGED 2007/06/04 13:30:00 vg 1.5.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [91e8d6a814b4b075c9661c04e84d8b7182d31e49]

INTEGRATION: CWS vgbugs07 (1.15.76); FILE MERGED 2007/06/04 13:30:00 vg 1.15.76.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [11938799127a7934e415194d936493a4a8a627df]

INTEGRATION: CWS vgbugs07 (1.29.76); FILE MERGED 2007/06/04 13:30:00 vg 1.29.76.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5cbc1fb1cdc3dddf2b56a041e871c4a7d295d4f5]

INTEGRATION: CWS vgbugs07 (1.22.150); FILE MERGED 2007/06/04 13:30:00 vg 1.22.150.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a751e5b3a6d88df95c25a0027edd026ffe66ca7]

INTEGRATION: CWS vgbugs07 (1.46.144); FILE MERGED 2007/06/04 13:30:00 vg 1.46.144.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ef49093ab7fd420d82df49e142250aec73aa309]

INTEGRATION: CWS vgbugs07 (1.18.84); FILE MERGED 2007/06/04 13:30:00 vg 1.18.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [20628a4cd8a52d00a7807d2afe931dfcb37a791e]

INTEGRATION: CWS vgbugs07 (1.47.104); FILE MERGED 2007/06/04 13:30:00 vg 1.47.104.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a30749887c61eee07208dc0930489086f68c0f8d]

INTEGRATION: CWS vgbugs07 (1.145.52); FILE MERGED 2007/06/04 13:29:59 vg 1.145.52.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0308fe0965ff47aa67d228bdc151c2d035e360eb]

INTEGRATION: CWS vgbugs07 (1.39.50); FILE MERGED 2007/06/04 13:29:59 vg 1.39.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3f91f49171a4ac93842b8440c65680dc089b7db]

INTEGRATION: CWS vgbugs07 (1.28.152); FILE MERGED 2007/06/04 13:29:59 vg 1.28.152.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c975ca084e42b0c81b245d786ab921a0822999a]

INTEGRATION: CWS vgbugs07 (1.3.240); FILE MERGED 2007/06/04 13:29:59 vg 1.3.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [59ecd16997f63ab1fa6578ff76a7edf81c1f4f8a]

INTEGRATION: CWS vgbugs07 (1.12.162); FILE MERGED 2007/06/04 13:29:59 vg 1.12.162.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf1d5de858dd45a5b09600ff63acc4cb01e4c1a3]

INTEGRATION: CWS vgbugs07 (1.29.212); FILE MERGED 2007/06/04 13:29:59 vg 1.29.212.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e830d5053c4ede753c748a7c5ed270af592eb122]

INTEGRATION: CWS vgbugs07 (1.13.212); FILE MERGED 2007/06/04 13:29:59 vg 1.13.212.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [58a5424df78ac630a58215472118c7504b25be29]

INTEGRATION: CWS vgbugs07 (1.65.84); FILE MERGED 2007/06/04 13:29:59 vg 1.65.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e22e2ed45c6a93a3b3b9c6be78a455e88e8a9e5]

INTEGRATION: CWS vgbugs07 (1.22.40); FILE MERGED 2007/06/04 13:29:59 vg 1.22.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef57ff5cb4cdaecaf43d18dc607873cde59295c8]

INTEGRATION: CWS vgbugs07 (1.30.40); FILE MERGED 2007/06/04 13:29:59 vg 1.30.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4650585dc670a8219b59a6498d56bc156cc5abc]

INTEGRATION: CWS vgbugs07 (1.17.104); FILE MERGED 2007/06/04 13:29:59 vg 1.17.104.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0cb3e193f93e8545ba92ad55401e99c649bbc48]

INTEGRATION: CWS vgbugs07 (1.31.240); FILE MERGED 2007/06/04 13:29:58 vg 1.31.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e29aed8c5ccc876e929d93f8259da43d3769fd94]

INTEGRATION: CWS vgbugs07 (1.88.38); FILE MERGED 2007/06/04 13:29:58 vg 1.88.38.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8fb96383578c718a4e92677d3d69a5e4d5fab70]

INTEGRATION: CWS vgbugs07 (1.51.52); FILE MERGED 2007/06/04 13:29:58 vg 1.51.52.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c64da54a4f76bab7681f6a3bdc6de81eedada79d]

INTEGRATION: CWS vgbugs07 (1.37.84); FILE MERGED 2007/06/04 13:29:58 vg 1.37.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b92fa26fcc555a0feb623dcfabb2aa7da5ca619]

INTEGRATION: CWS vgbugs07 (1.30.240); FILE MERGED 2007/06/04 13:29:58 vg 1.30.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d41538b68ab45e866685044454d29b5765732c8c]

INTEGRATION: CWS vgbugs07 (1.21.212); FILE MERGED 2007/06/04 13:29:58 vg 1.21.212.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba7251849f0c630492fa2ebab2a2e8e9174b86fe]

INTEGRATION: CWS vgbugs07 (1.4.606); FILE MERGED 2007/06/04 13:29:58 vg 1.4.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec93025c2ebd4caf4b9a52630c608666824b59f2]

INTEGRATION: CWS vgbugs07 (1.26.38); FILE MERGED 2007/06/04 13:29:58 vg 1.26.38.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bc8c5d748a6f503144c9aeef1f2ed252ef3a5f0]

INTEGRATION: CWS vgbugs07 (1.8.90); FILE MERGED 2007/06/04 13:29:58 vg 1.8.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5082fbd3f58a8c1f9d72dd49ddfe2b030dccf208]

INTEGRATION: CWS vgbugs07 (1.3.374); FILE MERGED 2007/06/04 13:29:57 vg 1.3.374.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f84676c00c6cdac63c0a8fc89b3c9739f45ffa9c]

INTEGRATION: CWS vgbugs07 (1.2.606); FILE MERGED 2007/06/19 10:16:42 vg 1.2.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bb779370c8b586c4dba7a4a448554bd8453925e]

INTEGRATION: CWS vgbugs07 (1.17.508); FILE MERGED 2007/06/04 13:29:57 vg 1.17.508.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e92cf3aaeac74ff9bc9ab9ade724303f830525b4]

INTEGRATION: CWS vgbugs07 (1.25.220); FILE MERGED 2007/06/04 13:29:57 vg 1.25.220.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ec445689f68cbc94819ffaf39fb6e0a154e8737]

INTEGRATION: CWS vgbugs07 (1.8.220); FILE MERGED 2007/06/04 13:29:57 vg 1.8.220.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e585ae1cdbaab4d3b3b91e62288b21e31ba713a1]

INTEGRATION: CWS vgbugs07 (1.3.606); FILE MERGED 2007/06/04 13:29:57 vg 1.3.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d8e753b792db6d40c0c5b68875cabc217f2142c]

INTEGRATION: CWS vgbugs07 (1.8.104); FILE MERGED 2007/06/04 13:29:57 vg 1.8.104.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [89e7b980729c8a827dd2e8a9994344ea10099393]

INTEGRATION: CWS vgbugs07 (1.4.606); FILE MERGED 2007/06/04 13:29:57 vg 1.4.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f48f0a3592f8c21f6e5a4b0c4af9a32aec5fb0f]

INTEGRATION: CWS vgbugs07 (1.14.606); FILE MERGED 2007/06/04 13:29:57 vg 1.14.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fe72d00dde5d79400b003240b1c320765c9e85c]

INTEGRATION: CWS vgbugs07 (1.6.220); FILE MERGED 2007/06/04 13:29:57 vg 1.6.220.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [64cb50a5056a4cff51e70da6cc026304c8545d4c]

INTEGRATION: CWS vgbugs07 (1.5.548); FILE MERGED 2007/06/04 13:29:57 vg 1.5.548.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f75eef8a714d6a67a9f0214a3916826ac0e9d56d]

INTEGRATION: CWS vgbugs07 (1.13.318); FILE MERGED 2007/06/04 13:29:57 vg 1.13.318.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [363e090326cb0f5a971e6a3f3e1c313e31342ca7]

INTEGRATION: CWS vgbugs07 (1.40.74); FILE MERGED 2007/06/04 13:29:57 vg 1.40.74.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e68325871bc857ae953f736abdd4b25bdeb3c5a]

INTEGRATION: CWS vgbugs07 (1.52.170); FILE MERGED 2007/06/04 13:29:57 vg 1.52.170.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3842b2597e42c495159f23f9ec76f20290b6ea8d]

INTEGRATION: CWS vgbugs07 (1.4.606); FILE MERGED 2007/06/04 13:29:56 vg 1.4.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc96697942eade471a1aab30faa490b3f2a98892]

INTEGRATION: CWS vgbugs07 (1.40.90); FILE MERGED 2007/06/04 13:29:56 vg 1.40.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c98a05e9e2e5d225e48a4ecc93d93ca5c1908ec7]

INTEGRATION: CWS vgbugs07 (1.15.254); FILE MERGED 2007/06/04 13:29:56 vg 1.15.254.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac83dbfb8d80e87faf8f3d51b71130fb24a9613e]

INTEGRATION: CWS vgbugs07 (1.10.162); FILE MERGED 2007/06/04 13:29:56 vg 1.10.162.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab977217faf8b952002a40c854f76b7d4a2fd8b9]

INTEGRATION: CWS vgbugs07 (1.13.76); FILE MERGED 2007/06/04 13:29:56 vg 1.13.76.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f5334dffe5d58dc573d01cf1cb9e01669bdb8e4]

INTEGRATION: CWS vgbugs07 (1.4.346); FILE MERGED 2007/06/04 13:29:56 vg 1.4.346.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [57369f6fd1e04acba1a57de83f61b642d8340aa0]

INTEGRATION: CWS vgbugs07 (1.10.84); FILE MERGED 2007/06/04 13:29:56 vg 1.10.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4516f3828171832b08f347af42bacf9d65962ea0]

INTEGRATION: CWS vgbugs07 (1.13.606); FILE MERGED 2007/06/04 13:29:56 vg 1.13.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [be54b0f41f8700fe027831cb31182506f57f838f]

INTEGRATION: CWS vgbugs07 (1.9.548); FILE MERGED 2007/06/04 13:29:56 vg 1.9.548.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4821295ce8360065310a5c6e88a941098de1419b]

INTEGRATION: CWS vgbugs07 (1.15.212); FILE MERGED 2007/06/04 13:29:56 vg 1.15.212.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c19778277ddab898c2e1bae4af79cd3e67e045a0]

INTEGRATION: CWS vgbugs07 (1.63.14); FILE MERGED 2007/06/04 13:29:56 vg 1.63.14.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd1197eb3bd9d9154f90603431638daf96b184ae]

INTEGRATION: CWS vgbugs07 (1.5.240); FILE MERGED 2007/06/04 13:29:55 vg 1.5.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e62036c2906922827f69218a267e7b57e76ac2b3]

INTEGRATION: CWS vgbugs07 (1.5.100); FILE MERGED 2007/06/04 13:29:55 vg 1.5.100.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f303807126585f1a677663c29080e3ed6240dec]

INTEGRATION: CWS vgbugs07 (1.3.240); FILE MERGED 2007/06/04 13:29:55 vg 1.3.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fb9f02c6de5d3e01dfd6a03b5f54f2bb05f0756]

INTEGRATION: CWS vgbugs07 (1.18.40); FILE MERGED 2007/06/04 13:29:49 vg 1.18.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f51b880a447b60e63830d9d15925019784de6172]

INTEGRATION: CWS vgbugs07 (1.112.212); FILE MERGED 2007/06/04 13:29:49 vg 1.112.212.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [abf023f9426ae26e36f844476274d5f4bcc79c65]

INTEGRATION: CWS vgbugs07 (1.8.240); FILE MERGED 2007/06/04 13:29:49 vg 1.8.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [25d6a4e9625bd142810bab6ad9a93f99cfc9e59d]

INTEGRATION: CWS vgbugs07 (1.22.52); FILE MERGED 2007/06/04 13:29:49 vg 1.22.52.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa9886a69b66efaf6dab47f916e99436bac9094a]

INTEGRATION: CWS vgbugs07 (1.258.24); FILE MERGED 2007/06/04 13:29:48 vg 1.258.24.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5cb1f2af4bbd3d0c1e05fc80552496d8452571a]

INTEGRATION: CWS vgbugs07 (1.49.40); FILE MERGED 2007/06/04 13:29:48 vg 1.49.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f00d2b5d3875f250bd432aac7fefef420b0c1768]

INTEGRATION: CWS vgbugs07 (1.100.38); FILE MERGED 2007/06/04 13:29:48 vg 1.100.38.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae55d53da1e12ab48c8acb67da67a114197037ae]

INTEGRATION: CWS vgbugs07 (1.21.240); FILE MERGED 2007/06/04 13:29:48 vg 1.21.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [af8c4ec2318786eaadcebbb919fee7be9477846e]

INTEGRATION: CWS vgbugs07 (1.13.240); FILE MERGED 2007/06/04 13:29:48 vg 1.13.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [aef430c02249381e3ff1d7217617c83bf78a6327]

INTEGRATION: CWS vgbugs07 (1.7.240); FILE MERGED 2007/06/04 13:29:48 vg 1.7.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [526d162a8336453ca2792ea266ed821e5f7e5124]

INTEGRATION: CWS vgbugs07 (1.47.240); FILE MERGED 2007/06/04 13:29:48 vg 1.47.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [522fc4e871cbd46087f30504ab5d98e4e905bfe0]

INTEGRATION: CWS vgbugs07 (1.9.240); FILE MERGED 2007/06/04 13:29:48 vg 1.9.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b012c448f8c3ea11db252aa4aecdc4c70e0cafd]

INTEGRATION: CWS vgbugs07 (1.16.40); FILE MERGED 2007/06/04 13:29:48 vg 1.16.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a469e2c7c4bc5f8fb6ed5b1cb76bdb89428d3fc0]

INTEGRATION: CWS vgbugs07 (1.18.238); FILE MERGED 2007/06/04 13:29:48 vg 1.18.238.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc0ed59a5be549c32547a8b7728b4a07c46b82d8]

INTEGRATION: CWS vgbugs07 (1.5.240); FILE MERGED 2007/06/04 13:29:48 vg 1.5.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [26f96fc1ba4170d7b9d55dbb7d7f537be259a307]

INTEGRATION: CWS vgbugs07 (1.4.52); FILE MERGED 2007/06/04 13:29:48 vg 1.4.52.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [75f47d817fb5a8d28266cdc12241b67a600b5bb2]

INTEGRATION: CWS vgbugs07 (1.10.38); FILE MERGED 2007/06/04 13:29:48 vg 1.10.38.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [102d3ffa07e9e1733dc2a13397c946a05dbc0c28]

INTEGRATION: CWS vgbugs07 (1.20.40); FILE MERGED 2007/06/04 13:29:47 vg 1.20.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [15d5f261b4c6462795c1b2ce10859747f4857adc]

INTEGRATION: CWS vgbugs07 (1.20.240); FILE MERGED 2007/06/04 13:29:47 vg 1.20.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [127283d091d35608f65cc0d9e1b7406798e7e70f]

INTEGRATION: CWS vgbugs07 (1.149.22); FILE MERGED 2007/06/04 13:29:47 vg 1.149.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9cdd1ec27ed371a69250233f2037ca46e3067bf]

INTEGRATION: CWS vgbugs07 (1.5.240); FILE MERGED 2007/06/04 13:29:47 vg 1.5.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fcbdbd052aafb3117476bcf88d12e601a8aac29]

INTEGRATION: CWS vgbugs07 (1.11.40); FILE MERGED 2007/06/04 13:29:47 vg 1.11.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [69da7f88aabdb166f80aec66aafca03b98919e16]

INTEGRATION: CWS vgbugs07 (1.7.240); FILE MERGED 2007/06/04 13:29:47 vg 1.7.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [48c83e233c9a08c1ef6fd5e9a5c2d3ac62e67715]

INTEGRATION: CWS vgbugs07 (1.8.240); FILE MERGED 2007/06/04 13:29:47 vg 1.8.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [86f3e740f53211ddc3add24c1384bc57e95018c6]

INTEGRATION: CWS vgbugs07 (1.37.40); FILE MERGED 2007/06/04 13:29:47 vg 1.37.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [42055ad53dc0ba0aef7cb5362f2b7d8ea02f9ff1]

INTEGRATION: CWS vgbugs07 (1.26.104); FILE MERGED 2007/06/04 13:29:47 vg 1.26.104.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [03d88376fd65eecc65c6f7d6f40cf8c8a13ea8bf]

INTEGRATION: CWS vgbugs07 (1.21.240); FILE MERGED 2007/06/04 13:29:47 vg 1.21.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c8df856f2a02658d9628fab3e17dc8eece8d135]

INTEGRATION: CWS vgbugs07 (1.6.606); FILE MERGED 2007/06/04 13:29:46 vg 1.6.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8db3e26803097b93ca51a827d1f21094ab935f54]

INTEGRATION: CWS vgbugs07 (1.17.240); FILE MERGED 2007/06/04 13:29:46 vg 1.17.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c2e9fae689c037a5e537c2852f8a8c6ef7e88e3]

INTEGRATION: CWS vgbugs07 (1.23.24); FILE MERGED 2007/06/04 13:29:46 vg 1.23.24.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d22d524406652e019a156998589976c1498dbb9]

INTEGRATION: CWS vgbugs07 (1.36.154); FILE MERGED 2007/06/04 13:29:46 vg 1.36.154.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c592a929c56297a59052792ecd82e16bee74a2d1]

INTEGRATION: CWS vgbugs07 (1.14.240); FILE MERGED 2007/06/04 13:29:46 vg 1.14.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [50ee4f076bfb136517397f8d322d18ef35771054]

INTEGRATION: CWS vgbugs07 (1.10.240); FILE MERGED 2007/06/04 13:29:46 vg 1.10.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [24bf34d9342f7208775d5488e5f01333f8d75244]

INTEGRATION: CWS vgbugs07 (1.8.240); FILE MERGED 2007/06/04 13:29:46 vg 1.8.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f814346ccd0ad9eeddaa537c3d72e43473d540dd]

INTEGRATION: CWS vgbugs07 (1.7.240); FILE MERGED 2007/06/04 13:29:46 vg 1.7.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [345de5c7cbfdc9671a116036439af0f56e38852e]

INTEGRATION: CWS vgbugs07 (1.27.40); FILE MERGED 2007/06/04 13:29:46 vg 1.27.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae4fe61aefa1dc962f074741686a933f58bb01e5]

INTEGRATION: CWS vgbugs07 (1.6.240); FILE MERGED 2007/06/04 13:29:46 vg 1.6.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fbf4e1198ff515374adb4f18ff3f3a29829a076]

INTEGRATION: CWS vgbugs07 (1.8.40); FILE MERGED 2007/06/04 13:29:46 vg 1.8.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [63defb8b599bc98ca0b5575ebdcc30eab56b3ac1]

INTEGRATION: CWS vgbugs07 (1.6.154); FILE MERGED 2007/06/04 13:29:46 vg 1.6.154.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cb8e8a0a190245347859fdce307dfc72ec34384]

INTEGRATION: CWS vgbugs07 (1.8.212); FILE MERGED 2007/06/04 13:29:46 vg 1.8.212.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [70da8a8df8aa592b16189c138adecf0bc67c55ec]

INTEGRATION: CWS vgbugs07 (1.8.172); FILE MERGED 2007/06/04 13:29:45 vg 1.8.172.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8733a69a5315f8416b80c5ce11b1f9b34784776e]

INTEGRATION: CWS vgbugs07 (1.5.240); FILE MERGED 2007/06/04 13:29:45 vg 1.5.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7307cef92c0aeb3a0a3168ec6b1a1429fe71a242]

INTEGRATION: CWS vgbugs07 (1.3.104); FILE MERGED 2007/06/04 13:29:45 vg 1.3.104.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f78bc189505d329a9dca0bcb3f3b2d0f1a6ed36b]

INTEGRATION: CWS vgbugs07 (1.6.240); FILE MERGED 2007/06/04 13:29:45 vg 1.6.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3cbae4382182f14b0bb2fa87d0536b49f36c232]

INTEGRATION: CWS vgbugs07 (1.10.100); FILE MERGED 2007/06/04 13:29:45 vg 1.10.100.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a73fd847b8f3b57bee244f557986ea62b0b7f756]

INTEGRATION: CWS vgbugs07 (1.7.240); FILE MERGED 2007/06/04 13:29:45 vg 1.7.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [be2750610a50440870a04f0df2c2d2f9b2d14b36]

INTEGRATION: CWS vgbugs07 (1.41.104); FILE MERGED 2007/06/04 13:29:45 vg 1.41.104.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7379e03da5edf83a264dd6230c9e805c4ea6f02]

INTEGRATION: CWS vgbugs07 (1.9.606); FILE MERGED 2007/06/04 13:29:45 vg 1.9.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [719fb59c4d5a7d806c7494a171718d8fce452d55]

INTEGRATION: CWS vgbugs07 (1.18.240); FILE MERGED 2007/06/04 13:29:45 vg 1.18.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [877ab950f52085671c72c571519cc49537b531a0]

INTEGRATION: CWS vgbugs07 (1.42.144); FILE MERGED 2007/06/04 13:29:45 vg 1.42.144.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [48c26828b9086dceb6dbc84261334a779b8af709]

INTEGRATION: CWS vgbugs07 (1.37.144); FILE MERGED 2007/06/04 13:29:45 vg 1.37.144.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f34c561ddf8dd9ace981795c6766e97e4c4365a5]

INTEGRATION: CWS vgbugs07 (1.143.40); FILE MERGED 2007/06/04 13:29:45 vg 1.143.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb5d35498deeaf57344c57418ca7d1e069834e90]

INTEGRATION: CWS vgbugs07 (1.6.240); FILE MERGED 2007/06/04 13:29:39 vg 1.6.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a14b97a3cfc4991d8f631610464a0eff17b8971b]

INTEGRATION: CWS vgbugs07 (1.28.182); FILE MERGED 2007/06/04 13:29:39 vg 1.28.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca40f5f867addc4a455fe37f6b520442f21b4d6f]

INTEGRATION: CWS vgbugs07 (1.5.240); FILE MERGED 2007/06/04 13:29:38 vg 1.5.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [54c2ec66664f511776244fd0978fc8b9e1006415]

INTEGRATION: CWS vgbugs07 (1.9.240); FILE MERGED 2007/06/04 13:29:38 vg 1.9.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb2cc007bc125bf5d925effb5ec4d9a675cea573]

INTEGRATION: CWS vgbugs07 (1.87.90); FILE MERGED 2007/06/04 13:29:38 vg 1.87.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab8ac70abc587b9c0ffa2cb97c7e3c2a81b994b4]

INTEGRATION: CWS vgbugs07 (1.26.162); FILE MERGED 2007/06/04 13:29:38 vg 1.26.162.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a77e3a501100aef3b86b2eabc39b47555614bc2]

INTEGRATION: CWS vgbugs07 (1.12.240); FILE MERGED 2007/06/04 13:29:38 vg 1.12.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2eceb99efd5dc1a74fb95ced1a774cb7a6020931]

INTEGRATION: CWS vgbugs07 (1.7.240); FILE MERGED 2007/06/04 13:29:38 vg 1.7.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [90acb76a2d1d90eea4e66eb1ee74ce437a5cf605]

INTEGRATION: CWS vgbugs07 (1.22.240); FILE MERGED 2007/06/04 13:29:38 vg 1.22.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [604c597cf10dd42ca39fc3c2ccf60f6f31f44b69]

INTEGRATION: CWS vgbugs07 (1.59.90); FILE MERGED 2007/06/04 13:29:38 vg 1.59.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [28600448fa4384e4fef7ee6aefcea647bbf4eb0b]

INTEGRATION: CWS vgbugs07 (1.4.240); FILE MERGED 2007/06/04 13:29:38 vg 1.4.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9ca613f6462dbf906ca834893e6663d261042ac]

INTEGRATION: CWS vgbugs07 (1.12.104); FILE MERGED 2007/06/04 13:29:38 vg 1.12.104.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ab5040d93bb1317cc4ad7e0850bc84e65be8c7c]

INTEGRATION: CWS vgbugs07 (1.21.172); FILE MERGED 2007/06/04 13:29:38 vg 1.21.172.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [443351ddad02a7ab7f52dcdc713446c8695ec5f0]

INTEGRATION: CWS vgbugs07 (1.46.50); FILE MERGED 2007/06/04 13:29:38 vg 1.46.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fe37b5ce45dfae38e3fe9cedcb74a5a218bfc9e]

INTEGRATION: CWS vgbugs07 (1.109.38); FILE MERGED 2007/06/04 13:29:37 vg 1.109.38.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a76b635f465175f7ccb7450b105ede3982bf4825]

INTEGRATION: CWS vgbugs07 (1.18.80); FILE MERGED 2007/06/04 13:29:37 vg 1.18.80.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [47f07e6fb7b0505dd222d7a5f34e4fbacfcc22dd]

INTEGRATION: CWS vgbugs07 (1.2.76); FILE MERGED 2007/06/04 13:29:37 vg 1.2.76.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ec4132415f0520af812ffd5318807e1efb3b209]

INTEGRATION: CWS vgbugs07 (1.10.152); FILE MERGED 2007/06/04 13:29:37 vg 1.10.152.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b954a1f19562d67fe419807115bb6de5ea6d0cf2]

INTEGRATION: CWS vgbugs07 (1.21.22); FILE MERGED 2007/06/04 13:29:37 vg 1.21.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2d057c3de94134a50a4377a355eb40f8b61160c]

INTEGRATION: CWS vgbugs07 (1.19.14); FILE MERGED 2007/06/04 13:29:37 vg 1.19.14.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad872e8422296fa6fa96456217165ebb8ad9429d]

INTEGRATION: CWS vgbugs07 (1.9.240); FILE MERGED 2007/06/04 13:29:37 vg 1.9.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3f8b16ccc8a668c339de84cac14bac1e556147f]

INTEGRATION: CWS vgbugs07 (1.23.240); FILE MERGED 2007/06/04 13:29:37 vg 1.23.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b8f9f5cf313aa4913f72905fff53c83e2d10088]

INTEGRATION: CWS vgbugs07 (1.227.22); FILE MERGED 2007/06/04 13:29:37 vg 1.227.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [625b61aad5a0bd05f34ad53e292140e9db8e619d]

INTEGRATION: CWS vgbugs07 (1.34.40); FILE MERGED 2007/06/04 13:29:36 vg 1.34.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a54612ec1252a4a80310d2969ca27d14a72e0021]

INTEGRATION: CWS vgbugs07 (1.48.22); FILE MERGED 2007/06/04 13:29:36 vg 1.48.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc2d3ca23b3c6b442d399029142f93cfcaaecc80]

INTEGRATION: CWS vgbugs07 (1.13.240); FILE MERGED 2007/06/04 13:29:36 vg 1.13.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a449035edb49b18e6bacf5ad7f221b844964a2ac]

INTEGRATION: CWS vgbugs07 (1.5.240); FILE MERGED 2007/06/04 13:29:36 vg 1.5.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d3b60d3f77cacc866a47b793b45906694dd6e05]

INTEGRATION: CWS vgbugs07 (1.20.40); FILE MERGED 2007/06/04 13:29:36 vg 1.20.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2a7bfed623ab863726eb9765204524445139dac]

INTEGRATION: CWS vgbugs07 (1.19.240); FILE MERGED 2007/06/04 13:29:36 vg 1.19.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [db28a9250a67e891ff1168a36a4adb87224a481d]

INTEGRATION: CWS vgbugs07 (1.8.240); FILE MERGED 2007/06/04 13:29:36 vg 1.8.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a3f25aa2b3163a0293e9f38411d6734f02d54a3]

INTEGRATION: CWS vgbugs07 (1.12.240); FILE MERGED 2007/06/04 13:29:36 vg 1.12.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0b48d1d42b5d553ab2a163c3f73f49a6fb86ef7]

INTEGRATION: CWS vgbugs07 (1.3.606); FILE MERGED 2007/06/04 13:29:36 vg 1.3.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb9089f3ecd8c97e3f062768754a7f7e2ec177f9]

INTEGRATION: CWS vgbugs07 (1.13.76); FILE MERGED 2007/06/04 13:29:36 vg 1.13.76.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fbf466eba65558588d9f4c093a5385207dac39d]

INTEGRATION: CWS vgbugs07 (1.20.238); FILE MERGED 2007/06/04 13:29:36 vg 1.20.238.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f531f457bce692c1b5d602a83d2dcfea8ecc6d5]

INTEGRATION: CWS vgbugs07 (1.28.104); FILE MERGED 2007/06/04 13:29:35 vg 1.28.104.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [687532bb75f795bc5bae0194a85b27b5070d1e98]

INTEGRATION: CWS vgbugs07 (1.9.150); FILE MERGED 2007/06/04 13:29:35 vg 1.9.150.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [26476a97059bd365ffe42ab196741e2a96e70257]

INTEGRATION: CWS vgbugs07 (1.2.606); FILE MERGED 2007/06/04 13:29:35 vg 1.2.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0af8ff40ed14f29b71b0a2b0f39a193da1dca7ea]

INTEGRATION: CWS vgbugs07 (1.6.240); FILE MERGED 2007/06/04 13:29:35 vg 1.6.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [63940fb66c8ea7d3675758aeae9c9abe4ef98050]

INTEGRATION: CWS vgbugs07 (1.3.170); FILE MERGED 2007/06/04 13:29:35 vg 1.3.170.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ebba6b71a18e59f607f618f034d3db30356fc65]

INTEGRATION: CWS vgbugs07 (1.27.40); FILE MERGED 2007/06/04 13:29:35 vg 1.27.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [02b6c08b64d81188a30347a6a3bc3f4b73983579]

INTEGRATION: CWS vgbugs07 (1.5.240); FILE MERGED 2007/06/04 13:29:35 vg 1.5.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [edd7c4d68d32e14d4e50fa6321c91f5237f63141]

INTEGRATION: CWS vgbugs07 (1.3.240); FILE MERGED 2007/06/04 13:29:35 vg 1.3.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee8e1dc9c790e181752d17a9c2e2ecb9183cb017]

INTEGRATION: CWS vgbugs07 (1.12.240); FILE MERGED 2007/06/04 13:29:35 vg 1.12.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [38ea91f769a761d376970e3d18a74a9517fb4e86]

INTEGRATION: CWS vgbugs07 (1.16.240); FILE MERGED 2007/06/04 13:29:35 vg 1.16.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [519f18204f090827b6e7c3095f7a50a5ea079a85]

INTEGRATION: CWS vgbugs07 (1.22.104); FILE MERGED 2007/06/04 13:29:35 vg 1.22.104.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad413314ffdc947f74f5265ee429c78e198bddba]

INTEGRATION: CWS vgbugs07 (1.21.212); FILE MERGED 2007/06/04 13:29:35 vg 1.21.212.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc0d9f104894d09f6ceac9107442433e288f95e4]

INTEGRATION: CWS vgbugs07 (1.44.152); FILE MERGED 2007/06/04 13:29:35 vg 1.44.152.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eea8642e9f6a480a88278d280cf7ab729a2280d4]

INTEGRATION: CWS vgbugs07 (1.15.80); FILE MERGED 2007/06/04 13:29:34 vg 1.15.80.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [24b5f08a73ce33b4b4bc0a5bb999339a2a3d0052]

INTEGRATION: CWS vgbugs07 (1.4.240); FILE MERGED 2007/06/04 13:29:34 vg 1.4.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [208378d2d295aaf32659b779e4a0b18ff08882e1]

INTEGRATION: CWS vgbugs07 (1.13.240); FILE MERGED 2007/06/04 13:29:34 vg 1.13.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9c517c1cc44dceef018d486a940d40ff64bea74]

INTEGRATION: CWS vgbugs07 (1.6.240); FILE MERGED 2007/06/04 13:29:34 vg 1.6.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [92d8ee02b487fbf69e84822e2f331d68f8c6fcd9]

INTEGRATION: CWS vgbugs07 (1.7.240); FILE MERGED 2007/06/04 13:29:34 vg 1.7.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [618eefb5336952f7fce45525e5fa1c6255894716]

INTEGRATION: CWS vgbugs07 (1.5.240); FILE MERGED 2007/06/04 13:29:34 vg 1.5.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce6b75a153edf23c68eff9dbcc83cd6c2ef98eb2]

INTEGRATION: CWS vgbugs07 (1.8.240); FILE MERGED 2007/06/04 13:29:34 vg 1.8.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [32ab293812436d587b81497a69bbd563540b311b]

INTEGRATION: CWS vgbugs07 (1.14.226); FILE MERGED 2007/06/04 13:29:34 vg 1.14.226.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9291ee125e02e244b3318ab05a5622506269af3c]

INTEGRATION: CWS vgbugs07 (1.23.52); FILE MERGED 2007/06/04 13:29:34 vg 1.23.52.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [57589ac9f60d5564d01966a222e65edd07f57d3e]

INTEGRATION: CWS vgbugs07 (1.9.240); FILE MERGED 2007/06/04 13:29:34 vg 1.9.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eac273bac78a22ce088f3f6dcd75fed8638c48e7]

INTEGRATION: CWS vgbugs07 (1.15.104); FILE MERGED 2007/06/04 13:29:34 vg 1.15.104.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eef8c28820a1c451681c622ec95f89e3e8203838]

INTEGRATION: CWS vgbugs07 (1.18.240); FILE MERGED 2007/06/04 13:29:34 vg 1.18.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [63b46a63a9077d3d275df5864f3688f074c57e63]

INTEGRATION: CWS vgbugs07 (1.30.40); FILE MERGED 2007/06/04 13:29:33 vg 1.30.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [644b6fcd987a41dbf5527afd99d92e0e8044db24]

INTEGRATION: CWS vgbugs07 (1.23.240); FILE MERGED 2007/06/04 13:29:33 vg 1.23.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [405a3363f94773d1b33285d8184b61d25359e2e6]

INTEGRATION: CWS vgbugs07 (1.11.240); FILE MERGED 2007/06/04 13:29:33 vg 1.11.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c22bbb539f3cab0326c4e2516e5f40fedee3c66c]

INTEGRATION: CWS vgbugs07 (1.8.240); FILE MERGED 2007/06/04 13:29:33 vg 1.8.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [48334066fc9573d84e5ae5b669ea17eaa41f8319]

INTEGRATION: CWS vgbugs07 (1.19.240); FILE MERGED 2007/06/04 13:29:33 vg 1.19.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [610df4ca9aa892af5916bfb36456c302ad4cc4f2]

INTEGRATION: CWS vgbugs07 (1.8.40); FILE MERGED 2007/06/04 13:29:33 vg 1.8.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [df088cf25b036074e1f382dec5b95b1c3bc4b951]

INTEGRATION: CWS vgbugs07 (1.37.240); FILE MERGED 2007/06/04 13:29:33 vg 1.37.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6963508094f10717a4e9df251413f4f856372ec6]

INTEGRATION: CWS vgbugs07 (1.14.40); FILE MERGED 2007/06/04 13:29:33 vg 1.14.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e124735c131425ef928182833ab247525d4fd9e7]

INTEGRATION: CWS vgbugs07 (1.10.240); FILE MERGED 2007/06/04 13:29:33 vg 1.10.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8837f2bc7e76bd3ec29097c37328c365a22a23cc]

INTEGRATION: CWS vgbugs07 (1.58.104); FILE MERGED 2007/06/04 13:29:33 vg 1.58.104.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [84f07f14dc0086441f1b8fa897d800e59679c78d]

INTEGRATION: CWS vgbugs07 (1.7.240); FILE MERGED 2007/06/04 13:29:33 vg 1.7.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd13b854b44c0c4998975821e4f826778cdab9c8]

INTEGRATION: CWS vgbugs07 (1.20.40); FILE MERGED 2007/06/04 13:29:33 vg 1.20.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b88ffcd7e4b721f5cddca70d90fc54306c0f96a]

INTEGRATION: CWS vgbugs07 (1.23.40); FILE MERGED 2007/06/04 13:29:32 vg 1.23.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [322b6935dac797aea76b21f9a5e868ec5dc6efa3]

INTEGRATION: CWS vgbugs07 (1.20.40); FILE MERGED 2007/06/04 13:29:32 vg 1.20.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bca954183f8fcbc12117d3c0c9e95d18ed76db4]

INTEGRATION: CWS vgbugs07 (1.85.38); FILE MERGED 2007/06/04 13:29:32 vg 1.85.38.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f1d51e7d5e9b700718b9f29519e438c99a41bf0]

INTEGRATION: CWS vgbugs07 (1.22.240); FILE MERGED 2007/06/04 13:29:32 vg 1.22.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b993c91b35e301f00cebea5a8f1d872dcd313cda]

INTEGRATION: CWS vgbugs07 (1.41.240); FILE MERGED 2007/06/04 13:29:32 vg 1.41.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e533b67e9251a3239897888acf2e0575d3b12edd]

INTEGRATION: CWS vgbugs07 (1.48.40); FILE MERGED 2007/06/04 13:29:32 vg 1.48.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e74337605f719396775460ebb1d6c7307fbf5cab]

INTEGRATION: CWS vgbugs07 (1.3.172); FILE MERGED 2007/06/04 13:29:32 vg 1.3.172.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [120210590f0f07f8afe446b669de57c965cd25d5]

INTEGRATION: CWS vgbugs07 (1.4.104); FILE MERGED 2007/06/04 13:29:32 vg 1.4.104.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1e001e2ea9589640f0e391ed433b9fb7791b85b]

INTEGRATION: CWS vgbugs07 (1.4.240); FILE MERGED 2007/06/04 13:29:31 vg 1.4.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7c5223ecde72b4a2b68eb2bbe1417ffee2a55f9]

INTEGRATION: CWS vgbugs07 (1.5.240); FILE MERGED 2007/06/04 13:29:31 vg 1.5.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7aef7e9c88b85a9d4628769abc332389189bf8bb]

INTEGRATION: CWS vgbugs07 (1.33.240); FILE MERGED 2007/06/04 13:29:31 vg 1.33.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [faf0c47e0facae278697f47649eeae17523b081c]

INTEGRATION: CWS vgbugs07 (1.8.240); FILE MERGED 2007/06/04 13:29:31 vg 1.8.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [05530df869b915bc28abd268c51ffc71a6052be8]

INTEGRATION: CWS vgbugs07 (1.68.52); FILE MERGED 2007/06/04 13:29:31 vg 1.68.52.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1b76b9e182e228cd91c9a3c28f39505fd69f74c]

INTEGRATION: CWS vgbugs07 (1.52.40); FILE MERGED 2007/06/04 13:29:31 vg 1.52.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9451abee20240b5ed8d6d37f2f6a9cbeaa5823a]

INTEGRATION: CWS vgbugs07 (1.77.24); FILE MERGED 2007/06/04 13:29:31 vg 1.77.24.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [478d4dcacfa1da9261c0809ae1421474034fc8e4]

INTEGRATION: CWS vgbugs07 (1.7.40); FILE MERGED 2007/06/04 13:29:31 vg 1.7.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b30a3b3a9122adb554aab407b155d7d993bcfdc]

INTEGRATION: CWS vgbugs07 (1.13.240); FILE MERGED 2007/06/04 13:29:31 vg 1.13.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c628513b651591218084d0c9914ea8b454b2c69]

INTEGRATION: CWS vgbugs07 (1.67.210); FILE MERGED 2007/06/04 13:29:31 vg 1.67.210.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3417d5a82027b70eb9fddee1fb88bbac7cbd5d8e]

INTEGRATION: CWS vgbugs07 (1.8.220); FILE MERGED 2007/06/04 13:29:31 vg 1.8.220.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [31438b8013e5533f87c4f31f4f09066167f5bd11]

INTEGRATION: CWS vgbugs07 (1.6.240); FILE MERGED 2007/06/04 13:29:30 vg 1.6.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [063128e60f4d8a77e9b2f94c45305d72cf4ff4dd]

INTEGRATION: CWS vgbugs07 (1.5.240); FILE MERGED 2007/06/04 13:29:30 vg 1.5.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f897c1ef460e460ef1aefd412652f9c081aa8189]

INTEGRATION: CWS vgbugs07 (1.7.240); FILE MERGED 2007/06/04 13:29:30 vg 1.7.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0cf82aadbc8047f63bde23a0bc2d9ac658bd222]

INTEGRATION: CWS vgbugs07 (1.36.240); FILE MERGED 2007/06/04 13:29:30 vg 1.36.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3785185cfaed52574346b96f1e15af9581d9f53]

INTEGRATION: CWS vgbugs07 (1.7.212); FILE MERGED 2007/06/04 13:29:30 vg 1.7.212.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a49c1487aa880f67c3764f8a76ced1b1f65a602]

INTEGRATION: CWS vgbugs07 (1.24.22); FILE MERGED 2007/06/04 13:29:30 vg 1.24.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [843641da8f91f0b74d116b285f7e12ad392d8ba6]

INTEGRATION: CWS vgbugs07 (1.9.238); FILE MERGED 2007/06/04 13:29:28 vg 1.9.238.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e12177513275d916b30a8a7f92dc1a761dce9471]

INTEGRATION: CWS vgbugs07 (1.48.218); FILE MERGED 2007/06/04 13:29:28 vg 1.48.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [198d649ae680ffcd819879cbfe4d4725d1bbe7ac]

INTEGRATION: CWS vgbugs07 (1.17.238); FILE MERGED 2007/06/04 13:29:27 vg 1.17.238.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [460630103778abba18a654f9b37a514be9b4c096]

INTEGRATION: CWS vgbugs07 (1.7.238); FILE MERGED 2007/06/04 13:29:27 vg 1.7.238.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f53562e4d9cc67f7138eced6447f31bb6e299b41]

INTEGRATION: CWS vgbugs07 (1.6.238); FILE MERGED 2007/06/04 13:29:27 vg 1.6.238.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbe4e095d6165799a2ee91e4ce1ecf5891618a67]

INTEGRATION: CWS vgbugs07 (1.60.238); FILE MERGED 2007/06/04 13:29:27 vg 1.60.238.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [18f7e08395e83780dc7786fcd4a6048e5c768dd9]

INTEGRATION: CWS vgbugs07 (1.24.238); FILE MERGED 2007/06/04 13:29:27 vg 1.24.238.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [89aa1a02835e13d9367e12d89754d907501dab29]

INTEGRATION: CWS vgbugs07 (1.11.238); FILE MERGED 2007/06/04 13:29:27 vg 1.11.238.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca342030176973b266a0e9069052023b0e96c465]

INTEGRATION: CWS vgbugs07 (1.5.238); FILE MERGED 2007/06/04 13:29:27 vg 1.5.238.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7b7c4b558c26788610cd27e497fb70a4ea1f030]

INTEGRATION: CWS vgbugs07 (1.34.238); FILE MERGED 2007/06/04 13:29:26 vg 1.34.238.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfac5a7d76ef24bc9d3034290e328c3768517220]

INTEGRATION: CWS vgbugs07 (1.10.606); FILE MERGED 2007/06/04 13:29:26 vg 1.10.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0692f8383515c3fd579825405bcc3b7c54fea5b9]

INTEGRATION: CWS vgbugs07 (1.3.606); FILE MERGED 2007/06/04 13:29:26 vg 1.3.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1b64a962df5873d80f77176c6828f1c131e242e]

INTEGRATION: CWS vgbugs07 (1.5.606); FILE MERGED 2007/06/04 13:29:26 vg 1.5.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ed20146aa0b9a25d9ac63449b35e697eb7e71de]

INTEGRATION: CWS vgbugs07 (1.10.604); FILE MERGED 2007/06/04 13:29:25 vg 1.10.604.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5bb9a5b9f6915ea5ff76c4778eb66cd4e913a2a]

INTEGRATION: CWS vgbugs07 (1.28.606); FILE MERGED 2007/06/04 13:29:25 vg 1.28.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a416a3098ec7ad53f189643b6aca1dbe32b63504]

INTEGRATION: CWS vgbugs07 (1.15.606); FILE MERGED 2007/06/04 13:29:25 vg 1.15.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f6ee53921778672b64a73b4dfde95b80b30e95b]

INTEGRATION: CWS vgbugs07 (1.4.606); FILE MERGED 2007/06/04 13:29:25 vg 1.4.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [01c95d492c9d7d7b67cf572d7db5c10352c16489]

INTEGRATION: CWS vgbugs07 (1.12.606); FILE MERGED 2007/06/04 13:29:25 vg 1.12.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5aeb445d3581b83febb3d2800e55e7bdcb0dae9b]

INTEGRATION: CWS vgbugs07 (1.5.606); FILE MERGED 2007/06/04 13:29:25 vg 1.5.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [156cd823eb698928ee0aa090b881576f2241b665]

INTEGRATION: CWS ause079 (1.4.2); FILE MERGED 2007/06/11 15:07:54 hjs 1.4.2.1: #i77339# typo


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8563f648bf27f40141eb9a6b8240606adcee5cf]

INTEGRATION: CWS ause079 (1.3.44); FILE MERGED 2007/06/14 15:13:52 hjs 1.3.44.1: #i78465# remove traces of mac os9


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f58e6d3b5532874b7079964ccb81641292921318]

INTEGRATION: CWS ause079 (1.6.44); FILE MERGED 2007/06/14 15:13:52 hjs 1.6.44.1: #i78465# remove traces of mac os9


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [afc81a9c464d976aac6290a5a17ff9d0ef01c053]

INTEGRATION: CWS ause079 (1.44.44); FILE MERGED 2007/06/14 15:13:52 hjs 1.44.44.1: #i78465# remove traces of mac os9


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9249d317881fbae7b3ca21f5daa6af46c97f85ff]

INTEGRATION: CWS ause079 (1.16.44); FILE MERGED 2007/06/14 15:13:52 hjs 1.16.44.1: #i78465# remove traces of mac os9


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b3a3765da8a0c60d0f6e32ce8d01647af0169b5]

INTEGRATION: CWS ause079 (1.10.42); FILE MERGED 2007/06/14 15:13:52 hjs 1.10.42.1: #i78465# remove traces of mac os9


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5825745e0eb1361c46010c8e2040b969dc4d9fb0]

INTEGRATION: CWS ause079 (1.25.10); FILE MERGED 2007/06/14 15:13:50 hjs 1.25.10.1: #i78465# remove traces of mac os9


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [79f62856a76487e843c951055bf710c697274de1]

INTEGRATION: CWS a11ysep (1.17.6); FILE MERGED 2007/02/27 08:54:48 fs 1.17.6.3: RESYNC: (1.18-1.19); FILE MERGED 2005/09/27 06:34:27 fs 1.17.6.2: RESYNC: (1.17-1.18); FILE MERGED 2005/03/07 08:07:14 fs 1.17.6.1: #i44293# no resources needed anymore


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6752511ebb51812601216141956a8b70a6fdc9ad]

INTEGRATION: CWS a11ysep (1.23.26); FILE MERGED 2006/10/05 11:30:13 fs 1.23.26.4: #i10000# 2006/09/21 21:32:18 fs 1.23.26.3: RESYNC: (1.24-1.29); FILE MERGED 2005/09/27 06:33:57 fs 1.23.26.2: RESYNC: (1.23-1.24); FILE MERGED 2005/03/07 08:04:24 fs 1.23.26.1: #i44293# A11Y implementations now provided by a factory (implemented in accessibility module)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a5d85df0af0a33adb41c4f78914e0d83dd8137c]

INTEGRATION: CWS a11ysep (1.8.26); FILE MERGED 2007/02/27 14:35:31 fs 1.8.26.4: #i10000# 2007/02/27 09:04:07 fs 1.8.26.3: RESYNC: (1.9-1.11); FILE MERGED 2005/09/27 06:32:36 fs 1.8.26.2: RESYNC: (1.8-1.9); FILE MERGED 2005/03/07 08:03:33 fs 1.8.26.1: #i44293# moved some files to another module (accessibility)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcc6a3e7317bd4a9cf96792471ff3b432df3f755]

INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/05/30 08:41:17 fs 1.1.2.5: more/better assertions 2007/02/28 07:17:27 fs 1.1.2.4: #i10000# 2006/10/16 07:34:59 fs 1.1.2.3: #i10000# 2006/10/05 11:30:13 fs 1.1.2.2: #i10000# 2005/03/07 08:02:52 fs 1.1.2.1: #i44293# accessing A11Y components provided by an external factory


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c48048dd6d5fd9ec14a0aff8791661ad1af6fc3]

INTEGRATION: CWS a11ysep (1.51.16); FILE MERGED 2007/06/27 13:47:29 fs 1.51.16.6: RESYNC: (1.61-1.62); FILE MERGED 2007/05/09 09:01:00 fs 1.51.16.5: RESYNC: (1.60-1.61); FILE MERGED 2007/02/27 08:49:56 fs 1.51.16.4: RESYNC: (1.58-1.60); FILE MERGED 2006/09/21 21:26:56 fs 1.51.16.3: RESYNC: (1.52-1.58); FILE MERGED 2005/09/27 06:26:50 fs 1.51.16.2: RESYNC: (1.51-1.52); FILE MERGED 2005/03/07 08:04:09 fs 1.51.16.1: #i44293# A11Y implementations now provided by a factory (implemented in accessibility module)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [da3bab0122b3ee2a4ab723a1bce0951e49da5170]

INTEGRATION: CWS a11ysep (1.52.6); FILE MERGED 2007/06/27 13:37:50 fs 1.52.6.6: RESYNC: (1.72-1.74); FILE MERGED 2007/02/27 08:49:48 fs 1.52.6.5: RESYNC: (1.66-1.72); FILE MERGED 2006/09/21 21:26:36 fs 1.52.6.4: RESYNC: (1.55-1.66); FILE MERGED 2005/09/27 06:26:26 fs 1.52.6.3: RESYNC: (1.53-1.55); FILE MERGED 2005/06/06 11:09:07 fs 1.52.6.2: RESYNC: (1.52-1.53); FILE MERGED 2005/03/07 08:04:09 fs 1.52.6.1: #i44293# A11Y implementations now provided by a factory (implemented in accessibility module)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f421ef6041fe8d244c00d8af0c16c6de9c756604]

INTEGRATION: CWS a11ysep (1.27.26); FILE MERGED 2007/02/27 08:48:23 fs 1.27.26.3: RESYNC: (1.28-1.29); FILE MERGED 2005/09/27 06:21:55 fs 1.27.26.2: RESYNC: (1.27-1.28); FILE MERGED 2005/03/07 08:03:20 fs 1.27.26.1: #i44293# moved some files to another module (accessibility)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c227cf2a53c9013e8bcff439dc793c6e9b7463f]

INTEGRATION: CWS a11ysep (1.20.26); FILE MERGED 2007/02/27 14:49:03 fs 1.20.26.3: reintroduced tk*.res after resync 2005/03/07 12:13:13 fs 1.20.26.2: #i44293# no resource files to deliver anymore 2005/03/07 08:06:50 fs 1.20.26.1: #i44293#


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [81a186c9df27d5fc9bd44e58f8a845733a203e33]

INTEGRATION: CWS a11ysep (1.7.264); FILE MERGED 2006/10/05 11:27:14 fs 1.7.264.4: #i10000# post-resync problem 2006/09/21 21:23:06 fs 1.7.264.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/27 06:21:03 fs 1.7.264.2: RESYNC: (1.7-1.8); FILE MERGED 2005/03/07 07:53:20 fs 1.7.264.1: #i44293# +maAccessibleFactoryAccess


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b97ede5d4a58f61f64ac073bd10c4965f173f26]

INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/03/07 07:56:18 fs 1.1.2.1: #i44293# interface for factory providing A11Y related implementations for the toolkit


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8714ab78436e06953ccefb4fb5527d804219b32f]

INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2006/10/05 11:27:47 fs 1.1.2.2: #i10000# post-resync problem 2005/03/07 07:57:54 fs 1.1.2.1: #i44293# accessing A11Y components provided by an external factory


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [37039465a7aac0dd558e3ba900315eafc98ff3da]

INTEGRATION: CWS a11ysep (1.23.6); FILE MERGED 2005/09/27 06:11:44 fs 1.23.6.2: RESYNC: (1.23-1.24); FILE MERGED 2005/03/07 08:02:21 fs 1.23.6.1: #i44293# access to a factory providing A11Y implementations


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f69ea68ba403072c80de5dead0fd451d4212c11]

INTEGRATION: CWS a11ysep (1.51.122); FILE MERGED 2007/05/09 08:59:31 fs 1.51.122.6: RESYNC: (1.60-1.61); FILE MERGED 2007/02/27 09:41:41 fs 1.51.122.5: RESYNC: (1.59-1.60); FILE MERGED 2006/09/21 21:17:18 fs 1.51.122.4: RESYNC: (1.55-1.59); FILE MERGED 2005/09/27 11:38:36 fs 1.51.122.3: RESYNC: (1.52-1.55); FILE MERGED 2005/06/06 11:53:22 fs 1.51.122.2: RESYNC: (1.51-1.52); FILE MERGED 2005/03/07 08:25:11 fs 1.51.122.1: #i44293# A11Y related implementations now provided by a factory (implemented in module accessibility)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [21806650599ea95fcb2a4307d2e1eb2b09528a71]

INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:19:37 fs 1.1.2.4: #i10000# 2006/10/16 07:55:53 fs 1.1.2.3: #i10000# 2006/10/05 19:19:54 fs 1.1.2.2: #i10000# post-resync 2005/03/07 08:17:10 fs 1.1.2.1: #i44293# accessing A11Y components provided by an external factory


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ca814f839b87cdd48328f7ebadc4a922680ea0e]

INTEGRATION: CWS a11ysep (1.30.220); FILE MERGED 2007/02/27 09:36:20 fs 1.30.220.5: RESYNC: (1.36-1.39); FILE MERGED 2006/09/21 20:56:27 fs 1.30.220.4: RESYNC: (1.33-1.36); FILE MERGED 2005/09/27 10:50:13 fs 1.30.220.3: RESYNC: (1.32-1.33); FILE MERGED 2005/06/06 11:30:36 fs 1.30.220.2: RESYNC: (1.30-1.32); FILE MERGED 2005/03/07 08:18:05 fs 1.30.220.1: #i44293# +svtaccessiblefactory


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f91fb70dc3ad6afa6fcd3e00401d9136e8e0540]

INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2006/10/05 18:56:00 fs 1.1.2.2: #i10000# 2005/03/07 08:17:04 fs 1.1.2.1: #i44293# accessing A11Y components provided by an external factory


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [06494935fa9465a6625ad7ecb1631081cab7884f]

INTEGRATION: CWS sdblogging (1.6.18); FILE MERGED 2007/05/22 19:41:12 fs 1.6.18.2: #i10000# 2007/05/22 19:15:57 fs 1.6.18.1: #i76119# +size/empty/remove


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f688aebbf83c300d73000e850dc589c7b3c14a6]

INTEGRATION: CWS sdblogging (1.37.80); FILE MERGED 2007/04/05 07:12:57 fs 1.37.80.1: #i76119# +logging


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5038f20a568b8fcf73446f5a02801550edb833ba]

INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/04/13 06:08:06 fs 1.1.2.7: #i10000# 2007/04/12 09:52:40 fs 1.1.2.6: #i10000# 2007/04/12 09:05:31 fs 1.1.2.5: const as const can 2007/04/11 13:48:19 fs 1.1.2.4: #i76119# support for logging arguments which evaluate to empty strings (by introducing OptionalString as parameter type to pass to impl_log) 2007/04/11 08:48:43 fs 1.1.2.3: #i76119# support for log messages loaded from a resource file 2007/04/05 09:13:21 fs 1.1.2.2: #i76119# new ctor taking an ASCII logger name 2007/04/05 07:12:36 fs 1.1.2.1: #i76119# encapsulating access to XLogger


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9993bb51231dea0fc13d0b4eb9dfe6b915dac92a]

INTEGRATION: CWS sdblogging (1.5.34); FILE MERGED 2007/04/05 07:12:05 fs 1.5.34.1: #i76119# support for registering singletons


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [727bcf9c1a4597b396ee8ed5f9db4248c7fdca21]

INTEGRATION: CWS sdblogging (1.4.54); FILE MERGED 2007/04/11 08:48:34 fs 1.4.54.1: getSingleton should be const


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b02edd3582e8ac5babe8bb46df086fd4e46b4735]

INTEGRATION: CWS sdblogging (1.5.18); FILE MERGED 2007/05/22 19:15:45 fs 1.5.18.1: #i76119# +size/empty/remove


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [01117f7c854e4b6d4ebc1ce369ec7b3caea46048]

INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/04/12 09:52:47 fs 1.1.2.6: #i10000# 2007/04/12 09:05:25 fs 1.1.2.5: const as const can 2007/04/11 13:48:17 fs 1.1.2.4: #i76119# support for logging arguments which evaluate to empty strings (by introducing OptionalString as parameter type to pass to impl_log) 2007/04/11 08:48:34 fs 1.1.2.3: #i76119# support for log messages loaded from a resource file 2007/04/05 09:12:22 fs 1.1.2.2: #i76119# ASCII versions of ctor, log, logp 2007/04/05 07:12:42 fs 1.1.2.1: #i76119# encapsulating access to XLogger


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4a0e2770eaa11627272c88ed3cde7a3a9e12b3d]

INTEGRATION: CWS sdblogging (1.4.34); FILE MERGED 2007/04/05 09:11:11 fs 1.4.34.2: #i76119# file was not self-contained 2007/04/05 07:11:59 fs 1.4.34.1: #i76119# support for registering singletons


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4971c97867570dd0e702afc8256e6c06359cbd0]

INTEGRATION: CWS sdblogging (1.3.58); FILE MERGED 2007/04/11 08:48:02 fs 1.3.58.1: getSingleton should be const


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6270616fc7611bc4341812b5f41acd741b6cf2c9]

INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/03/07 08:19:20 fs 1.1.2.1: #i44293# implementing the peer for a text window (formerly doing all the Accessiblity implementations, too)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f566c96697a3221bbfa5995ef795e57e105f90ca]

INTEGRATION: CWS a11ysep (1.28.222); FILE MERGED 2007/05/09 08:51:33 fs 1.28.222.5: RESYNC: (1.37-1.38); FILE MERGED 2007/02/27 09:22:29 fs 1.28.222.4: RESYNC: (1.35-1.37); FILE MERGED 2006/09/21 20:28:23 fs 1.28.222.3: RESYNC: (1.29-1.35); FILE MERGED 2005/09/27 09:55:57 fs 1.28.222.2: RESYNC: (1.28-1.29); FILE MERGED 2005/03/07 08:23:14 fs 1.28.222.1: #i44293# moved those implementations to another module/library (accessibility)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [68ff1c204da389ca8111110a190dbdd7bd805704]

INTEGRATION: CWS a11ysep (1.9.528); FILE MERGED 2006/09/21 20:28:16 fs 1.9.528.4: RESYNC: (1.11-1.12); FILE MERGED 2005/09/27 09:55:43 fs 1.9.528.3: RESYNC: (1.10-1.11); FILE MERGED 2005/06/06 11:05:19 fs 1.9.528.2: RESYNC: (1.9-1.10); FILE MERGED 2005/03/07 08:20:03 fs 1.9.528.1: #i44293# A11Y implementations moved to dedicated module (accessibility)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [97624e7d4747c3fb7f74915b80bca31f7f9132b6]

INTEGRATION: CWS a11ysep (1.14.256); FILE MERGED 2006/09/21 20:20:30 fs 1.14.256.3: RESYNC: (1.15-1.17); FILE MERGED 2005/09/27 09:37:08 fs 1.14.256.2: RESYNC: (1.14-1.15); FILE MERGED 2005/03/07 08:22:45 fs 1.14.256.1: #i44293# A11Y related implementations now provided by a factory (implemented in module accessibility)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e90d7536ed6be7e8133e2f5e745e3e24481ee456]

INTEGRATION: CWS a11ysep (1.38.226); FILE MERGED 2007/02/27 09:18:19 fs 1.38.226.5: RESYNC: (1.46-1.49); FILE MERGED 2006/09/21 20:13:39 fs 1.38.226.4: RESYNC: (1.40-1.46); FILE MERGED 2005/09/27 09:02:00 fs 1.38.226.3: RESYNC: (1.39-1.40); FILE MERGED 2005/06/06 11:02:28 fs 1.38.226.2: RESYNC: (1.38-1.39); FILE MERGED 2005/03/07 08:15:48 fs 1.38.226.1: #i44293# A11Y related implementations now provided by a factory (implemented in module accessibility)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [22635be5364257d826cae37d8e7ef6563f1dbac7]

INTEGRATION: CWS a11ysep (1.14.316); FILE MERGED 2007/02/27 09:18:11 fs 1.14.316.7: RESYNC: (1.23-1.25); FILE MERGED 2006/10/05 19:19:54 fs 1.14.316.6: #i10000# post-resync 2006/10/05 08:31:43 fs 1.14.316.5: MANUAL RESYNC m130->m185 2006/09/21 20:13:32 fs 1.14.316.4: RESYNC: (1.16-1.23); FILE MERGED 2005/09/27 09:01:49 fs 1.14.316.3: RESYNC: (1.15-1.16); FILE MERGED 2005/06/06 11:02:20 fs 1.14.316.2: RESYNC: (1.14-1.15); FILE MERGED 2005/03/07 08:15:48 fs 1.14.316.1: #i44293# A11Y related implementations now provided by a factory (implemented in module accessibility)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a1f8d2dfd5e6a417f7b95228286c3cc00d072a4]

INTEGRATION: CWS a11ysep (1.17.174); FILE MERGED 2006/09/21 20:11:50 fs 1.17.174.3: RESYNC: (1.18-1.22); FILE MERGED 2005/09/27 08:58:17 fs 1.17.174.2: RESYNC: (1.17-1.18); FILE MERGED 2005/03/07 08:15:48 fs 1.17.174.1: #i44293# A11Y related implementations now provided by a factory (implemented in module accessibility)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [83d911e8d0e2e95b7ddc2498918201a9ccd71c0d]

INTEGRATION: CWS a11ysep (1.10.174); FILE MERGED 2007/02/27 09:16:53 fs 1.10.174.3: RESYNC: (1.11-1.12); FILE MERGED 2005/09/27 08:57:18 fs 1.10.174.2: RESYNC: (1.10-1.11); FILE MERGED 2005/03/07 08:15:47 fs 1.10.174.1: #i44293# A11Y related implementations now provided by a factory (implemented in module accessibility)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [89cb13ee8b29b2516c251a0f7845e443c7c7c693]

INTEGRATION: CWS a11ysep (1.12.332); FILE MERGED 2005/09/27 08:04:55 fs 1.12.332.3: RESYNC: (1.13-1.14); FILE MERGED 2005/06/06 10:56:37 fs 1.12.332.2: RESYNC: (1.12-1.13); FILE MERGED 2005/03/07 08:16:01 fs 1.12.332.1: #i44293# A11Y related implementations now provided by a factory (implemented in module accessibility)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [37755eec9c8e80ab2a0344f0072f6163672825f3]

INTEGRATION: CWS a11ysep (1.5.702); FILE MERGED 2005/09/27 08:04:45 fs 1.5.702.2: RESYNC: (1.5-1.6); FILE MERGED 2005/03/07 08:16:00 fs 1.5.702.1: #i44293# A11Y related implementations now provided by a factory (implemented in module accessibility)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e39162e1786cfa968046d1b138eed4624a1d99fb]

INTEGRATION: CWS a11ysep (1.10.702); FILE MERGED 2007/02/27 09:12:10 fs 1.10.702.4: RESYNC: (1.13-1.14); FILE MERGED 2006/09/21 19:58:32 fs 1.10.702.3: RESYNC: (1.11-1.13); FILE MERGED 2005/09/27 08:04:34 fs 1.10.702.2: RESYNC: (1.10-1.11); FILE MERGED 2005/03/07 08:16:00 fs 1.10.702.1: #i44293# A11Y related implementations now provided by a factory (implemented in module accessibility)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae45d379da52766fde5afb255ba4ee0d92f59e80]

INTEGRATION: CWS a11ysep (1.23.342); FILE MERGED 2007/02/27 09:10:32 fs 1.23.342.5: RESYNC: (1.27-1.28); FILE MERGED 2006/09/21 19:58:24 fs 1.23.342.4: RESYNC: (1.25-1.27); FILE MERGED 2005/09/27 08:03:49 fs 1.23.342.3: RESYNC: (1.24-1.25); FILE MERGED 2005/06/06 10:56:28 fs 1.23.342.2: RESYNC: (1.23-1.24); FILE MERGED 2005/03/07 08:16:00 fs 1.23.342.1: #i44293# A11Y related implementations now provided by a factory (implemented in module accessibility)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [13c7567e18a1bb22c031d54271f90e9f80faaebb]

INTEGRATION: CWS a11ysep (1.2.672); FILE MERGED 2005/09/27 08:02:32 fs 1.2.672.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/07 08:16:00 fs 1.2.672.1: #i44293# A11Y related implementations now provided by a factory (implemented in module accessibility)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e241e07e3a1d01ae9e0a2210cc02b8b6e252f806]

INTEGRATION: CWS a11ysep (1.15.672); FILE MERGED 2006/10/05 19:19:53 fs 1.15.672.4: #i10000# post-resync 2006/09/21 19:57:25 fs 1.15.672.3: RESYNC: (1.16-1.19); FILE MERGED 2005/09/27 08:01:44 fs 1.15.672.2: RESYNC: (1.15-1.16); FILE MERGED 2005/03/07 08:15:59 fs 1.15.672.1: #i44293# A11Y related implementations now provided by a factory (implemented in module accessibility)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bd7cb46179d127108c8635856d93b2cec90254d]

INTEGRATION: CWS a11ysep (1.33.58); FILE MERGED 2007/05/09 08:45:58 fs 1.33.58.6: RESYNC: (1.40-1.41); FILE MERGED 2007/02/27 09:09:51 fs 1.33.58.5: RESYNC: (1.39-1.40); FILE MERGED 2006/09/21 19:57:04 fs 1.33.58.4: RESYNC: (1.35-1.39); FILE MERGED 2005/09/27 08:01:15 fs 1.33.58.3: RESYNC: (1.34-1.35); FILE MERGED 2005/06/06 10:56:10 fs 1.33.58.2: RESYNC: (1.33-1.34); FILE MERGED 2005/03/07 08:15:59 fs 1.33.58.1: #i44293# A11Y related implementations now provided by a factory (implemented in module accessibility)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b83ed415729583e33b6e2ceb7f87b1483b1db28]

INTEGRATION: CWS sdblogging (1.10.26); FILE MERGED 2007/04/05 07:47:04 fs 1.10.26.1: better diagnostics


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e42f286985ce3288eb9b79439dec4b47984f2ca4]

INTEGRATION: CWS a11ysep (1.124.46); FILE MERGED 2007/06/27 13:50:10 fs 1.124.46.7: RESYNC: (1.145-1.147); FILE MERGED 2007/05/09 08:45:41 fs 1.124.46.6: RESYNC: (1.144-1.145); FILE MERGED 2007/02/27 09:09:21 fs 1.124.46.5: RESYNC: (1.135-1.144); FILE MERGED 2006/09/21 19:55:53 fs 1.124.46.4: RESYNC: (1.131-1.135); FILE MERGED 2005/09/27 07:56:52 fs 1.124.46.3: RESYNC: (1.128-1.131); FILE MERGED 2005/06/06 10:55:48 fs 1.124.46.2: RESYNC: (1.124-1.128); FILE MERGED 2005/03/07 08:24:52 fs 1.124.46.1: #i44293# A11Y related implementations now provided by a factory (implemented in module accessibility)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [55585fa5a2472b637e1c87960f2418cae507ba1b]

INTEGRATION: CWS a11ysep (1.30.20); FILE MERGED 2007/02/27 09:09:13 fs 1.30.20.4: RESYNC: (1.35-1.36); FILE MERGED 2005/09/27 07:56:43 fs 1.30.20.3: RESYNC: (1.32-1.35); FILE MERGED 2005/06/06 10:55:40 fs 1.30.20.2: RESYNC: (1.30-1.32); FILE MERGED 2005/03/07 08:25:04 fs 1.30.20.1: #i44293# A11Y related implementations now provided by a factory (implemented in module accessibility)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f89828a44cec74180d97387602c77932f9073d45]

INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/05/14 09:31:37 fs 1.1.2.1: #i10000# moved herein from ../


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [032cc894a5ffb3d5ea525fc390ad1b872fe87fa9]

INTEGRATION: CWS a11ysep (1.2.44); FILE MERGED 2007/05/14 09:17:46 fs 1.2.44.1: #i10000# manual RESYNC: merging changes of ../svtools.hrc:SRC680_m204->1.45.220.3 into svtools.hrc


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4e36d626372e1e680c13365f7d8fabadc919bf0]

INTEGRATION: CWS a11ysep (1.2.44); FILE MERGED 2007/05/14 09:16:31 fs 1.2.44.1: #i10000# manual RESYNC: merging changes of ../svtabbx.hxx:SRC680_m204->1.11.316.5 into svtabbx.hxx


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3d5368d35ef6b8042a0bf00206b0f30deb8b503]

INTEGRATION: CWS a11ysep (1.2.44); FILE MERGED 2007/06/27 13:47:15 fs 1.2.44.2: RESYNC: (1.2-1.3); FILE MERGED 2007/05/14 08:44:00 fs 1.2.44.1: #i10000# manual RESYNC: merging changes of ../brwbox.hxx:SRC680_m204->1.23.174.5 into brwbox.hxx


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [51be39e987b9a0b5b496f135ba940413921e345d]

INTEGRATION: CWS a11ysep (1.2.44); FILE MERGED 2007/05/09 12:28:41 fs 1.2.44.1: manual RESYNC


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2b1d2b96dd159552aa73aeda8a20618dd4fd446]

INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/05/14 09:26:43 fs 1.1.2.1: moved herein from ../


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [737c4748acaa2de5a1d84ac14e13410839b18fdf]

INTEGRATION: CWS a11ysep (1.6.448); FILE MERGED 2006/09/21 19:50:58 fs 1.6.448.4: RESYNC: (1.8-1.9); FILE MERGED 2005/09/27 07:43:38 fs 1.6.448.3: RESYNC: (1.7-1.8); FILE MERGED 2005/06/06 10:49:33 fs 1.6.448.2: RESYNC: (1.6-1.7); FILE MERGED 2005/03/07 08:12:02 fs 1.6.448.1: #i44293# A11Y related implementations now provided by a factory (implemented in module accessibility)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [074d63c02b8ab27d4a16ea137c0c193dc6927813]

INTEGRATION: CWS a11ysep (1.16.122); FILE MERGED 2006/09/21 19:48:53 fs 1.16.122.4: RESYNC: (1.18-1.20); FILE MERGED 2005/09/27 07:38:17 fs 1.16.122.3: RESYNC: (1.17-1.18); FILE MERGED 2005/06/06 10:47:38 fs 1.16.122.2: RESYNC: (1.16-1.17); FILE MERGED 2005/03/07 08:12:01 fs 1.16.122.1: #i44293# A11Y related implementations now provided by a factory (implemented in module accessibility)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ea595e98cc1236d02b900955e797ce03aa937e8]

INTEGRATION: CWS a11ysep (1.15.68); FILE MERGED 2006/09/21 19:39:31 fs 1.15.68.3: RESYNC: (1.16-1.17); FILE MERGED 2005/09/27 06:37:37 fs 1.15.68.2: RESYNC: (1.15-1.16); FILE MERGED 2005/06/07 10:42:17 fs 1.15.68.1: export GetDisplayText for A11Y implementations


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb2d20087f9bbe347f8b5c964ff7fa5d263da474]

INTEGRATION: CWS pj82 (1.18.4); FILE MERGED 2007/06/25 09:01:52 pjanik 1.18.4.2: RESYNC: (1.18-1.19); FILE MERGED 2007/06/21 07:37:52 pjanik 1.18.4.1: #i78739#: handle Mac OS X Aqua case the same as Windows - build only  font subsetting.


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [60b7c1985ec00a89f50a2c3eec4c27c197eb5365]

INTEGRATION: CWS pj82 (1.6.144); FILE MERGED 2007/06/21 07:39:04 pjanik 1.6.144.1: #i78739#: do not build fontmanager at all on Mac OS X Aqua.


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4621b022e50145a54e9e3be7c639cdc9bfdca70e]

INTEGRATION: CWS pj82 (1.9.40); FILE MERGED 2007/06/21 07:44:31 pjanik 1.9.40.1: #i10000#: Do not include X11 headers for AQUA (QUARTZ).


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [da47acb2336bb08d6c4c0a0687521110a26f4609]

INTEGRATION: CWS pj82 (1.1.4); FILE ADDED 2007/06/21 07:42:52 pjanik 1.1.4.2: #i78738#: Add WindowAdapter for Mac OS X Aqua (from aquavcl01). 2006/01/31 00:07:05 pjanik 1.1.4.1: file WindowAdapter.java was added on branch cws_src680_pj82 on 2007-06-21 07:42:52 +0000


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d8b9ef62aa693ded2f1a9844c3c4a2af1e55b2b]

INTEGRATION: CWS pj82 (1.9.46); FILE MERGED 2007/06/21 07:43:46 pjanik 1.9.46.1: #i78738#: Add WindowAdapter for Mac OS X Aqua (from aquavcl01), clean  the OS cases switch, whitespace celanup.


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5585c3e75845f64a563309691cac5facb7de83cf]

INTEGRATION: CWS smarttags3 (1.14.154); FILE MERGED 2007/05/11 14:37:14 fme 1.14.154.2: #i75130# New smart tag API 2007/04/26 12:22:43 fme 1.14.154.1: #i75130# New Smarttag API


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b236a97c9385980a0b52b23f406c0b69ee1666e4]

INTEGRATION: CWS smarttags3 (1.2.8); FILE MERGED 2007/04/26 12:21:53 fme 1.2.8.1: #i75130# New Smarttag API


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a14ea4e115b3c3788aff681dfc0cde582588be18]

INTEGRATION: CWS smarttags3 (1.146.22); FILE MERGED 2007/05/22 14:41:37 fme 1.146.22.2: RESYNC: (1.146-1.149); FILE MERGED 2007/05/11 14:52:04 fme 1.146.22.1: #i75130# New smart tag API - new NOSELECT flag


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e135edc0a5c404471237f19513f3b6689d8d600b]

INTEGRATION: CWS smarttags3 (1.2.58); FILE MERGED 2007/05/11 14:52:14 fme 1.2.58.1: #i75130# New smart tag API - new NOSELECT flag


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [903bee5c0422626e9fdc14301f2d6ddd9ce04bf5]

INTEGRATION: CWS basebmp01 (1.1.20); FILE MERGED 2007/05/22 09:59:18 thb 1.1.20.1: #147378# Added support for foreign formats (via GenericColorImageAccessor); fixed typos in CompositeIterator and StridedArrayIterator; fixed comparisons for (Packed)PixelIterator and StridedArrayIterator (which got negative strides wrong); avoiding unnecessary copying in scale_image() now; cleaned up bitmapdevice.cxx from cruft/ad hoc debug code; made unit tests run again


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f94e854f2577ba812d6371a9aa953bbfbf3cf0b6]

INTEGRATION: CWS basebmp01 (1.3.20); FILE MERGED 2007/05/22 09:59:18 thb 1.3.20.1: #147378# Added support for foreign formats (via GenericColorImageAccessor); fixed typos in CompositeIterator and StridedArrayIterator; fixed comparisons for (Packed)PixelIterator and StridedArrayIterator (which got negative strides wrong); avoiding unnecessary copying in scale_image() now; cleaned up bitmapdevice.cxx from cruft/ad hoc debug code; made unit tests run again


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [88103eb49bef5ca19198817537c2a4835ae6c7cb]

INTEGRATION: CWS basebmp01 (1.6.20); FILE MERGED 2007/06/22 19:50:30 thb 1.6.20.3: #i10000# Must not use lib to test against - not yet delivered at the time the tests must run. Linking statically instead. 2007/05/22 21:17:38 thb 1.6.20.2: #147378# Enabled unit tests for normal build 2007/05/22 09:59:18 thb 1.6.20.1: #147378# Added support for foreign formats (via GenericColorImageAccessor); fixed typos in CompositeIterator and StridedArrayIterator; fixed comparisons for (Packed)PixelIterator and StridedArrayIterator (which got negative strides wrong); avoiding unnecessary copying in scale_image() now; cleaned up bitmapdevice.cxx from cruft/ad hoc debug code; made unit tests run again


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3be05f69bc28beb946d1a8ba97cabb123ff5ef14]

INTEGRATION: CWS basebmp01 (1.26.20); FILE MERGED 2007/05/22 09:59:18 thb 1.26.20.1: #147378# Added support for foreign formats (via GenericColorImageAccessor); fixed typos in CompositeIterator and StridedArrayIterator; fixed comparisons for (Packed)PixelIterator and StridedArrayIterator (which got negative strides wrong); avoiding unnecessary copying in scale_image() now; cleaned up bitmapdevice.cxx from cruft/ad hoc debug code; made unit tests run again


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6596afbe30f6937f550cd577accf874393529183]

INTEGRATION: CWS basebmp01 (1.2.10); FILE MERGED 2007/05/22 21:17:38 thb 1.2.10.1: #147378# Enabled unit tests for normal build


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b47dc6e9ddff7300e9bc0238c8e0de2fa0926b9]

INTEGRATION: CWS basebmp01 (1.4.16); FILE MERGED 2007/05/22 09:59:17 thb 1.4.16.1: #147378# Added support for foreign formats (via GenericColorImageAccessor); fixed typos in CompositeIterator and StridedArrayIterator; fixed comparisons for (Packed)PixelIterator and StridedArrayIterator (which got negative strides wrong); avoiding unnecessary copying in scale_image() now; cleaned up bitmapdevice.cxx from cruft/ad hoc debug code; made unit tests run again


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e7aa24483e18c2e7dbd47f6a398b8a1c0049398]

INTEGRATION: CWS basebmp01 (1.3.20); FILE MERGED 2007/05/22 09:59:17 thb 1.3.20.1: #147378# Added support for foreign formats (via GenericColorImageAccessor); fixed typos in CompositeIterator and StridedArrayIterator; fixed comparisons for (Packed)PixelIterator and StridedArrayIterator (which got negative strides wrong); avoiding unnecessary copying in scale_image() now; cleaned up bitmapdevice.cxx from cruft/ad hoc debug code; made unit tests run again


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [86ab7a3089a82ad1d0f578ccbb56e48ce419f0f8]

INTEGRATION: CWS basebmp01 (1.4.20); FILE MERGED 2007/05/22 09:59:17 thb 1.4.20.1: #147378# Added support for foreign formats (via GenericColorImageAccessor); fixed typos in CompositeIterator and StridedArrayIterator; fixed comparisons for (Packed)PixelIterator and StridedArrayIterator (which got negative strides wrong); avoiding unnecessary copying in scale_image() now; cleaned up bitmapdevice.cxx from cruft/ad hoc debug code; made unit tests run again


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1812304167a4f675a311f0863f1a84fb7a9c650a]

INTEGRATION: CWS basebmp01 (1.9.20); FILE MERGED 2007/05/22 09:59:17 thb 1.9.20.1: #147378# Added support for foreign formats (via GenericColorImageAccessor); fixed typos in CompositeIterator and StridedArrayIterator; fixed comparisons for (Packed)PixelIterator and StridedArrayIterator (which got negative strides wrong); avoiding unnecessary copying in scale_image() now; cleaned up bitmapdevice.cxx from cruft/ad hoc debug code; made unit tests run again


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [47429b714c83440fc9d8567967729bb85ae405a2]

INTEGRATION: CWS basebmp01 (1.1.2); FILE ADDED 2007/05/22 09:59:17 thb 1.1.2.1: #147378# Added support for foreign formats (via GenericColorImageAccessor); fixed typos in CompositeIterator and StridedArrayIterator; fixed comparisons for (Packed)PixelIterator and StridedArrayIterator (which got negative strides wrong); avoiding unnecessary copying in scale_image() now; cleaned up bitmapdevice.cxx from cruft/ad hoc debug code; made unit tests run again


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [607600684d7fcbba45d81417d3935981a22dbd1a]

INTEGRATION: CWS basebmp01 (1.2.20); FILE MERGED 2007/05/22 09:59:17 thb 1.2.20.1: #147378# Added support for foreign formats (via GenericColorImageAccessor); fixed typos in CompositeIterator and StridedArrayIterator; fixed comparisons for (Packed)PixelIterator and StridedArrayIterator (which got negative strides wrong); avoiding unnecessary copying in scale_image() now; cleaned up bitmapdevice.cxx from cruft/ad hoc debug code; made unit tests run again


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e840b12b909b1f50b6417076dfaf21b258afc0e7]

INTEGRATION: CWS basebmp01 (1.5.20); FILE MERGED 2007/05/22 09:59:17 thb 1.5.20.1: #147378# Added support for foreign formats (via GenericColorImageAccessor); fixed typos in CompositeIterator and StridedArrayIterator; fixed comparisons for (Packed)PixelIterator and StridedArrayIterator (which got negative strides wrong); avoiding unnecessary copying in scale_image() now; cleaned up bitmapdevice.cxx from cruft/ad hoc debug code; made unit tests run again


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [17d0782a2cb25c84a3c8ced31d8322ae9e16cd49]

INTEGRATION: CWS atkbridge6 (1.32.6); FILE MERGED 2007/06/07 14:15:50 obr 1.32.6.2: RESYNC: (1.32-1.33); FILE MERGED 2007/03/16 10:51:21 obr 1.32.6.1: #i70338# use GetAppName to initialize glib prgname


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a1dd0cc27c84325093c640684f20ce5c8f82293]

INTEGRATION: CWS atkbridge6 (1.5.34); FILE MERGED 2007/03/13 15:17:16 obr 1.5.34.1: #144969# notify focus only for windows that are actually visible on screen


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [869e748a57c2b0c6117aa9aade5c68fa5825d5b0]

INTEGRATION: CWS atkbridge6 (1.6.34); FILE MERGED 2007/05/08 14:36:30 obr 1.6.34.1: #i76420# check for line end for ATK_TEXT_BOUNDARY_SENTENCE_END


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba34beb57bb3a462154a0a28d11416f400721a82]

INTEGRATION: CWS awttree01 (1.13.20); FILE MERGED 2007/06/13 09:43:32 cl 1.13.20.1: #i74381# added component descriptions for tree control implementation


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5dd9ad95f71a3355b29fee2e1830c2217a6d9de]

INTEGRATION: CWS awttree01 (1.18.136); FILE MERGED 2007/03/11 14:43:54 cl 1.18.136.2: RESYNC: (1.18-1.19); FILE MERGED 2006/10/13 13:52:53 cl 1.18.136.1: added primilary awt tree control api


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e56a1258541b6b604301eeb4e0f69d5ab01391e2]

INTEGRATION: CWS awttree01 (1.29.6); FILE MERGED 2006/12/01 06:19:33 cl 1.29.6.1: implement a tree control api


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c6ee7810e276b897f55d1231176ac6bfbcbaa5a]

INTEGRATION: CWS awttree01 (1.9.8); FILE MERGED 2007/03/11 14:42:58 cl 1.9.8.4: RESYNC: (1.9-1.10); FILE MERGED 2006/12/01 06:19:33 cl 1.9.8.3: implement a tree control api 2006/10/13 13:52:42 cl 1.9.8.2: added primilary awt tree control api 2006/09/28 13:57:48 cl 1.9.8.1: added primilary awt tree control api


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b56f70d76368c4895c93be655be2d12e8e23dca8]

INTEGRATION: CWS awttree01 (1.14.8); FILE MERGED 2007/03/12 13:05:20 cl 1.14.8.5: fix unix build problems 2007/03/11 14:42:52 cl 1.14.8.4: RESYNC: (1.14-1.15); FILE MERGED 2006/12/01 06:19:33 cl 1.14.8.3: implement a tree control api 2006/10/13 13:52:42 cl 1.14.8.2: added primilary awt tree control api 2006/09/28 13:57:48 cl 1.14.8.1: added primilary awt tree control api


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [743907c8c7e41a2c8f769f16374db0d29ecfde19]

INTEGRATION: CWS awttree01 (1.31.8); FILE MERGED 2007/06/25 12:48:59 cl 1.31.8.5: RESYNC: (1.34-1.35); FILE MERGED 2007/03/11 14:42:44 cl 1.31.8.4: RESYNC: (1.32-1.34); FILE MERGED 2006/12/01 10:23:37 cl 1.31.8.3: RESYNC: (1.31-1.32); FILE MERGED 2006/12/01 06:19:33 cl 1.31.8.2: implement a tree control api 2006/09/28 13:57:48 cl 1.31.8.1: added primilary awt tree control api


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [488a35bbea1bfa7ae47dc744dbd19934451aa365]

INTEGRATION: CWS awttree01 (1.5.8); FILE MERGED 2007/03/12 13:05:20 cl 1.5.8.4: fix unix build problems 2007/03/11 14:42:37 cl 1.5.8.3: RESYNC: (1.5-1.7); FILE MERGED 2006/12/01 06:19:33 cl 1.5.8.2: implement a tree control api 2006/10/13 13:52:42 cl 1.5.8.1: added primilary awt tree control api


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9103d16ee13294c428a1a88e640ce6204c5ec7c]

INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2007/06/22 13:53:21 cl 1.1.2.7: #i78805# throw exception for inserting root node again 2007/06/22 13:47:29 cl 1.1.2.6: #i78805# throw exception for false index and inserting node again 2007/06/22 09:46:40 cl 1.1.2.5: throw an exception if empty root node is set 2007/03/12 13:05:20 cl 1.1.2.4: fix unix build problems 2006/12/01 06:19:32 cl 1.1.2.3: implement a tree control api 2006/10/13 13:52:41 cl 1.1.2.2: added primilary awt tree control api 2006/09/28 14:10:56 cl 1.1.2.1: added primilary awt tree control api


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d7f0fb4cf400958ee5e2e3bb2f1a0a7b5be5748]

INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2007/03/12 13:05:19 cl 1.1.2.4: fix unix build problems 2006/12/01 06:19:32 cl 1.1.2.3: implement a tree control api 2006/10/13 13:52:41 cl 1.1.2.2: added primilary awt tree control api 2006/09/28 14:10:32 cl 1.1.2.1: added primilary awt tree control api


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ecb4ab35d81759b206ac40a4090208921363a94]

INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2007/06/22 09:46:07 cl 1.1.2.5: removed a compiler warning 2007/03/12 13:05:19 cl 1.1.2.4: fix unix build problems 2006/12/01 06:19:32 cl 1.1.2.3: implement a tree control api 2006/10/13 13:52:41 cl 1.1.2.2: added primilary awt tree control api 2006/09/28 14:10:20 cl 1.1.2.1: added primilary awt tree control api


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fbf26ac06dc57df79c3c20d63008c8e46709b34]

INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2006/10/13 13:52:40 cl 1.1.2.2: added primilary awt tree control api 2006/09/28 14:10:07 cl 1.1.2.1: added primilary awt tree control api


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6792b075b3fd51939621ce8202bdb253ed1de49]

INTEGRATION: CWS awttree01 (1.49.8); FILE MERGED 2007/06/25 12:48:51 cl 1.49.8.4: RESYNC: (1.53-1.54); FILE MERGED 2007/03/11 14:42:10 cl 1.49.8.3: RESYNC: (1.52-1.53); FILE MERGED 2006/12/01 10:23:10 cl 1.49.8.2: RESYNC: (1.49-1.52); FILE MERGED 2006/12/01 06:19:32 cl 1.49.8.1: implement a tree control api


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7cf9ed475308d96d419861273df9f570c8188a2]

INTEGRATION: CWS awttree01 (1.13.8); FILE MERGED 2007/06/25 12:48:28 cl 1.13.8.6: RESYNC: (1.18-1.19); FILE MERGED 2007/05/21 10:33:40 cl 1.13.8.5: RESYNC: (1.17-1.18); FILE MERGED 2007/03/11 14:41:11 cl 1.13.8.4: RESYNC: (1.14-1.17); FILE MERGED 2006/12/01 10:22:06 cl 1.13.8.3: RESYNC: (1.13-1.14); FILE MERGED 2006/12/01 06:19:32 cl 1.13.8.2: implement a tree control api 2006/09/28 13:57:47 cl 1.13.8.1: added primilary awt tree control api


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d5b1c81caff685e2703a33a4c7742d2762769d7]

INTEGRATION: CWS awttree01 (1.2.274); FILE MERGED 2006/12/01 10:18:17 cl 1.2.274.2: RESYNC: (1.2-1.3); FILE MERGED 2006/12/01 06:18:22 cl 1.2.274.1: implement a tree control api


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e51e284e4710f794b6205baddd71a67d6c27b6d]

INTEGRATION: CWS awttree01 (1.8.138); FILE MERGED 2007/03/11 14:37:43 cl 1.8.138.4: RESYNC: (1.8-1.9); FILE MERGED 2006/12/01 06:17:56 cl 1.8.138.3: implement a tree control api 2006/10/13 13:52:29 cl 1.8.138.2: added primilary awt tree control api 2006/09/28 13:56:21 cl 1.8.138.1: added primilary awt tree control api


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f69742b0f4586469332f5d67853c355b4e8b302]

INTEGRATION: CWS awttree01 (1.24.58); FILE MERGED 2007/06/25 12:47:51 cl 1.24.58.6: RESYNC: (1.27-1.28); FILE MERGED 2007/06/08 08:41:46 cl 1.24.58.5: fixed a merge issue 2007/03/11 14:37:35 cl 1.24.58.4: RESYNC: (1.25-1.27); FILE MERGED 2006/12/01 10:18:09 cl 1.24.58.3: RESYNC: (1.24-1.25); FILE MERGED 2006/12/01 06:17:56 cl 1.24.58.2: implement a tree control api 2006/09/28 13:56:20 cl 1.24.58.1: added primilary awt tree control api


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a4e2a7bbe3e56f2fbdaa637d4d0c98f9cfe3572]

INTEGRATION: CWS awttree01 (1.11.42); FILE MERGED 2007/03/12 13:04:57 cl 1.11.42.1: fix unix build problems


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [731c08dfec24830af2b5d8e35c3e31a867d66a17]

INTEGRATION: CWS awttree01 (1.5.42); FILE MERGED 2006/12/01 06:17:55 cl 1.5.42.2: implement a tree control api 2006/10/13 13:52:29 cl 1.5.42.1: added primilary awt tree control api


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [092f593a11d01e2bdd597ea69a3edd4e669df414]

INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2007/06/08 08:41:01 cl 1.1.2.2: added image suport for awt tree control 2007/03/12 09:35:49 cl 1.1.2.1: #i74381# added testcode for awt tree control


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [76a456c5dea972dcdb03fee5b37fe1285a564349]

INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2007/03/12 09:35:40 cl 1.1.2.1: #i74381# added testcode for awt tree control


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ac0f6bebc3e234aa257f7f923f74eb6385431f6]

INTEGRATION: CWS awttree01 (1.23.14); FILE MERGED 2007/03/11 14:34:32 cl 1.23.14.4: RESYNC: (1.24-1.25); FILE MERGED 2006/12/01 10:15:25 cl 1.23.14.3: RESYNC: (1.23-1.24); FILE MERGED 2006/12/01 06:03:33 cl 1.23.14.2: implement a tree control api 2006/09/28 13:55:35 cl 1.23.14.1: added primilary awt tree control api


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f798231bb03eda1ebf4afb760a331aea83d73d38]

INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2007/06/07 08:41:44 cl 1.1.2.5: added support for images 2007/03/12 13:07:42 cl 1.1.2.4: fix unix build problems 2006/12/01 06:03:33 cl 1.1.2.3: implement a tree control api 2006/10/13 13:57:24 cl 1.1.2.2: added primilary awt tree control api 2006/09/28 13:54:32 cl 1.1.2.1: added primilary awt tree control api


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3dafac4dfe10804da3a04354e68c4fe74f928d08]

INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2007/06/22 13:46:32 cl 1.1.2.10: finaly fixed mutli selection enumeration 2007/06/22 09:43:48 cl 1.1.2.9: fixed multi selection enumeration 2007/06/20 11:01:34 cl 1.1.2.8: fixed gcc compiler warnings 2007/06/20 09:29:30 cl 1.1.2.7: in setDefaultCollapsedGraphicURL, do not check if it is not the same as the DefaultExpandedGraphicURL 2007/06/15 11:56:55 cl 1.1.2.6: do not throw exception in destructor 2007/06/07 08:41:44 cl 1.1.2.5: added support for images 2007/03/12 13:07:42 cl 1.1.2.4: fix unix build problems 2006/12/01 06:03:32 cl 1.1.2.3: implement a tree control api 2006/10/13 13:57:24 cl 1.1.2.2: added primilary awt tree control api 2006/09/28 13:54:19 cl 1.1.2.1: added primilary awt tree control api


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b33c5e861cd12626937d195e23aece01b4be9b1]

INTEGRATION: CWS awttree01 (1.18.354); FILE MERGED 2006/12/01 10:15:00 cl 1.18.354.2: RESYNC: (1.18-1.19); FILE MERGED 2006/09/28 13:55:35 cl 1.18.354.1: added primilary awt tree control api


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9414d9d4314ff50981e6f5f223b078478917c79d]

INTEGRATION: CWS awttree01 (1.47.10); FILE MERGED 2007/03/11 14:28:16 cl 1.47.10.3: RESYNC: (1.48-1.49); FILE MERGED 2006/12/01 09:52:50 cl 1.47.10.2: RESYNC: (1.47-1.48); FILE MERGED 2006/12/01 05:56:55 cl 1.47.10.1: restore pHdlEntry during ::Expand and ::Collapse


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f95a57d61f3b334f6e309a2049aa09a3cd8c3e6f]

INTEGRATION: CWS awttree01 (1.2.52); FILE MERGED 2007/06/25 12:15:43 cl 1.2.52.3: RESYNC: (1.2-1.3); FILE MERGED 2007/06/08 08:04:32 cl 1.2.52.2: added image suport for awt tree control 2007/05/21 13:18:04 cl 1.2.52.1: merged changes from ../svtreebx.hxx


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4be819bf30f3aca29f893b7b304b14a418f1001]

INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2007/05/21 13:36:16 thb 1.1.2.2: #i10000# Made this work for gcc3.x 2007/04/25 12:10:11 thb 1.1.2.1: #i75289# Added caching helper, to easy lazy update behaviour in XSimpleCanvas implementation


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cd43ef8f0dbfadf0a63b8dea6817bc9bffe90e3]

INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2007/05/22 07:19:40 cl 1.1.2.3: added missing precompiled header directive 2007/05/21 16:04:36 thb 1.1.2.2: #i10000# WaE fix for gcc3.x - which indeed unearthed a bug 2007/04/25 12:22:13 thb 1.1.2.1: #i75289# Added XSimpleCanvas canvas wrapper service (instantiate with com.sun.star.rendering.SimpleCanvas from the service manager)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a0761f2ef65ac759d44d9e8addefdec4c9ed6e5]

INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2007/04/25 12:22:12 thb 1.1.2.1: #i75289# Added XSimpleCanvas canvas wrapper service (instantiate with com.sun.star.rendering.SimpleCanvas from the service manager)


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c523749128eea11fd53e8443ac304afc54193c6]

INTEGRATION: CWS awttree01 (1.9.22); FILE MERGED 2007/06/26 08:33:26 thb 1.9.22.1: #i75289# Deliver simplecanvas


2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [47d3e6a7213eb82689bb2cc4cf77415fa0b6c142]

INTEGRATION: CWS awttree01 (1.10.28); FILE MERGED 2007/04/25 12:22:11 thb 1.10.28.1: #i75289# Added XSimpleCanvas canvas wrapper service (instantiate with com.sun.star.rendering.SimpleCanvas from the service manager)


2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cd798a5104aad529b32baacb06c9546b2364e59]

INTEGRATION: CWS ause081 (1.2.194); FILE MERGED 2007/06/21 11:20:34 hjs 1.2.194.1: #i78393# remove component_getDescriptionFunc from exports


2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f04295a130b9feed90c4cf795b1133a5f3f877a1]

INTEGRATION: CWS ause081 (1.2.332); FILE MERGED 2007/06/21 10:53:21 hjs 1.2.332.1: #i78393# remove component_getDescriptionFunc from exports


2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a361954db6202c6e9ddeb8788da801f42e1bc783]

INTEGRATION: CWS ause081 (1.2.108); FILE MERGED 2007/06/21 10:53:20 hjs 1.2.108.1: #i78393# remove component_getDescriptionFunc from exports


2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [477eb7235d96b706b422a96206c854b5c7efa575]

INTEGRATION: CWS ause081 (1.2.228); FILE MERGED 2007/06/21 10:53:20 hjs 1.2.228.1: #i78393# remove component_getDescriptionFunc from exports


2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b5a822789d1183a029d297c2d4606e6c07230d3]

INTEGRATION: CWS ause081 (1.13.18); FILE MERGED 2007/06/21 10:53:20 hjs 1.13.18.1: #i78393# remove component_getDescriptionFunc from exports


2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6e8ca9a76821bd77c517c04e7b1ad03bd689839]

INTEGRATION: CWS ause081 (1.19.18); FILE MERGED 2007/06/21 10:53:20 hjs 1.19.18.1: #i78393# remove component_getDescriptionFunc from exports


2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe15efa831d9583d295a53fb7b584a908de7061d]

INTEGRATION: CWS ause081 (1.4.18); FILE MERGED 2007/06/21 10:53:20 hjs 1.4.18.1: #i78393# remove component_getDescriptionFunc from exports


2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc939a32766e17edb169f28c33bc6bbae62ff753]

INTEGRATION: CWS ause081 (1.6.18); FILE MERGED 2007/06/21 10:53:20 hjs 1.6.18.1: #i78393# remove component_getDescriptionFunc from exports


2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [213a3dd2c715e8ba7eeb569ad0b21dd84b946ed9]

INTEGRATION: CWS ause081 (1.4.90); FILE MERGED 2007/06/21 10:53:19 hjs 1.4.90.1: #i78393# remove component_getDescriptionFunc from exports


2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [443e0e0e92d4a98af64b1bae7313d8bf7d68c52e]

INTEGRATION: CWS ause081 (1.2.332); FILE MERGED 2007/06/21 10:53:19 hjs 1.2.332.1: #i78393# remove component_getDescriptionFunc from exports


2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b9e529a7fef3e4bb7aa96c7dad7b3e539dca0a3]

INTEGRATION: CWS ause081 (1.2.124); FILE MERGED 2007/06/21 11:21:18 hjs 1.2.124.1: #i78393# remove component_getDescriptionFunc from exports


2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e69d8599156816526d858ed09714ff0db950233e]

INTEGRATION: CWS ause081 (1.2.88); FILE MERGED 2007/06/21 11:21:18 hjs 1.2.88.1: #i78393# remove component_getDescriptionFunc from exports


2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f25034a49c0484eafd2059e1891c075c127a044]

INTEGRATION: CWS ause081 (1.2.70); FILE MERGED 2007/06/21 11:21:18 hjs 1.2.70.1: #i78393# remove component_getDescriptionFunc from exports


2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [52065504fff96f334bcdd486c182443b6aa4e1df]

INTEGRATION: CWS mav21 (1.1.2); FILE ADDED 2007/05/11 12:07:11 mav 1.1.2.1: #i77185# a possibility to wrap sequence with a stream using API


2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [35e699f18c63b3d783876dd319980b5c60474c6b]

INTEGRATION: CWS mav21 (1.8.146); FILE MERGED 2007/05/11 12:06:45 mav 1.8.146.1: #i77185# a possibility to wrap sequence with a stream using API


2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [00f0a6c3af8b84c6f90767da63bb90461597a951]

INTEGRATION: CWS mav21 (1.10.58); FILE MERGED 2007/05/11 12:06:45 mav 1.10.58.1: #i77185# a possibility to wrap sequence with a stream using API


2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2d6f8e6b8b244135654685e0cc705f7720287f2]

INTEGRATION: CWS mav21 (1.20.4); FILE MERGED 2007/06/05 14:00:15 mav 1.20.4.1: #i77319# the scenario was broken by the changes for m213


2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fd68ad81b95f42ac090086c500f95b2f34a1359]

INTEGRATION: CWS impressalternativtext (1.13.194); FILE MERGED 2007/05/24 13:56:00 cl 1.13.194.1: #i68099# added description to ImageMapObj's


2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3909a69822aa246619119c31cf060aab21180901]

INTEGRATION: CWS impressalternativtext (1.19.194); FILE MERGED 2007/05/24 13:56:00 cl 1.19.194.1: #i68099# added description to ImageMapObj's


2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cd8481587b07202aa6e909b80d1b9e27541916a]

INTEGRATION: CWS impressalternativtext (1.8.194); FILE MERGED 2007/05/24 13:56:00 cl 1.8.194.1: #i68099# added description to ImageMapObj's


2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9dce76f9611f951f5155f9a984127385165f0503]

INTEGRATION: CWS impressalternativtext (1.7.194); FILE MERGED 2007/05/24 13:56:00 cl 1.7.194.1: #i68099# added description to ImageMapObj's


2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [88d108af4a2c82a0ed182af299fe0768cea57431]

INTEGRATION: CWS impressalternativtext (1.2.58); FILE MERGED 2007/05/24 13:55:49 cl 1.2.58.1: #i68099# added description to ImageMapObj's


2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [85728369c501178870561e8bfe09dd1af08c083b]

INTEGRATION: CWS aw046 (1.4.40); FILE MERGED 2007/04/03 09:45:14 aw 1.4.40.1: #i74769# Added support for DRawingLayer flags PaintBuffer


2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [29bc6fd6f851f313a787caa54b5d4537a5384c01]

INTEGRATION: CWS aw046 (1.2.24); FILE MERGED 2007/04/24 11:03:28 aw 1.2.24.1: adaptions after resync


2007-06-20  Vladimir Glazounov  <vg@openoffice.org>  [b839003966b6a9ad2a62e7dc8c68f40a9706f4a6]

new version for SRC680


2007-06-20  Vladimir Glazounov  <vg@openoffice.org>  [eb992fd31119d3c21542be70126a163c92473a71]

new version for SRC680


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [9bf16a67f5e7e8ced7a56b284295ec64163578de]

INTEGRATION: CWS jl65 (1.16.304); FILE MERGED 2007/06/14 06:35:54 pb 1.16.304.1: fix: #i78209# fixedhyper.obj added


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [2653da37f97526e7ee074761c2beb30df86ac547]

INTEGRATION: CWS jl65 (1.1.2); FILE ADDED 2007/06/15 13:16:49 pb 1.1.2.2: fix: #i78515# Get/LoseFocus() and KeyInput() overloaded 2007/06/14 06:34:33 pb 1.1.2.1: fix: #i78209# new class FixedHyperlink


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [85889dd651ed46a326535ba20600bf0e46f7c6c5]

INTEGRATION: CWS jl65 (1.146.38); FILE MERGED 2007/06/14 06:37:09 pb 1.146.38.1: fix: #i78209# fixedhyper.hxx added


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [eee1d796c5d3a3efa7973466abb69f904bc3bc06]

INTEGRATION: CWS jl65 (1.1.2); FILE ADDED 2007/06/15 13:15:00 pb 1.1.2.2: fix: #i78515# Get/LoseFocus() and KeyInput() overloaded 2007/06/14 06:31:44 pb 1.1.2.1: fix: #i78209# new class FixedHyperlink


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [e94a784e8e1a3aa95306e2c7af885f44c4e9fc47]

INTEGRATION: CWS ka011 (1.29.12); FILE MERGED 2007/06/17 22:57:16 ka 1.29.12.1: #i78343#: added check for NULL pointers in ::InsertFromHorizontalBitmap; using correct comparison in DBG_ASSERT for testing bitmap width


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [b7674f7f36280b359f7fc6399cc7629041377f0b]

INTEGRATION: CWS jl61 (1.13.230); FILE MERGED 2007/06/13 08:23:02 ab 1.13.230.1: #i76438# TabPage::Draw()


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [277fffee2b97f77817860538cd60de67fb32c1e0]

INTEGRATION: CWS jl61 (1.36.144); FILE MERGED 2007/05/11 07:21:37 ab 1.36.144.1: #i77021# Dialog::Draw(): Check WB_NOBORDER style


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [57529ed934cff77219c941230b34ac381e6ab188]

INTEGRATION: CWS jl61 (1.2.56); FILE MERGED 2007/06/13 08:22:52 ab 1.2.56.1: #i76438# TabPage::Draw()


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [1350dc5f6556f77e0c7a9aabdc408dd7edd47798]

INTEGRATION: CWS jl61 (1.34.54); FILE MERGED 2007/04/17 12:05:22 cd 1.34.54.1: #i76438# Support new property and window attribute NODECORATION


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [1a6cfbf06090d8d16705763ab1badec24a65d9ec]

INTEGRATION: CWS jl61 (1.53.28); FILE MERGED 2007/04/17 12:05:21 cd 1.53.28.1: #i76438# Support new property and window attribute NODECORATION


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [f37c10252ce77e721febfe8353160db55fb92a07]

INTEGRATION: CWS jl61 (1.18.68); FILE MERGED 2007/06/13 08:24:10 ab 1.18.68.1: #i76438# Tabpage support for UnoControlContainer


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [b80a77b989f37909ffe70a5e5755ca10f3014788]

INTEGRATION: CWS jl61 (1.18.12); FILE MERGED 2007/06/13 10:26:03 cd 1.18.12.3: #i76438# Removed obsolete test code 2007/06/13 08:24:09 ab 1.18.12.2: #i76438# Tabpage support for UnoControlContainer 2007/04/17 12:05:20 cd 1.18.12.1: #i76438# Support new property and window attribute NODECORATION


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [0de5734f6394dc261a2df9ed9eff7470850ed2b8]

INTEGRATION: CWS jl61 (1.72.34); FILE MERGED 2007/06/15 11:53:22 jl 1.72.34.2: RESYNC: (1.72-1.73); FILE MERGED 2007/06/13 08:24:09 ab 1.72.34.1: #i76438# Tabpage support for UnoControlContainer


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [59a1742ffc2a0016eb46952f8c34a9042bcac12f]

INTEGRATION: CWS jl61 (1.53.58); FILE MERGED 2007/04/17 12:05:19 cd 1.53.58.1: #i76438# Support new property and window attribute NODECORATION


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [9cf0b6ea35ecfda340aa6144602dcfa4efd1b393]

INTEGRATION: CWS jl61 (1.27.54); FILE MERGED 2007/04/17 12:05:18 cd 1.27.54.1: #i76438# Support new property and window attribute NODECORATION


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [150911d20fbc7e0aa9f65df116c06559e2d83d69]

INTEGRATION: CWS jl61 (1.6.56); FILE MERGED 2007/04/17 12:05:17 cd 1.6.56.1: #i76438# Support new property and window attribute NODECORATION


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [b143af520c643da760f414185c9124c527eea00f]

INTEGRATION: CWS compmetric (1.11.18); FILE MERGED 2007/05/09 13:31:14 pl 1.11.18.1: #146890# backwards compatibility service for metrics


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [e025d39f65ba3e74b2eac3943296ae768a04c3e0]

INTEGRATION: CWS compmetric (1.47.88); FILE MERGED 2007/05/09 15:56:26 pl 1.47.88.1: #146890# compat metrics


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [7bc3c2cf9cbc0da13ed03e2fb1ec5f5af8adc975]

INTEGRATION: CWS compmetric (1.145.18); FILE MERGED 2007/05/09 15:56:26 pl 1.145.18.1: #146890# compat metrics


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [49b624fbdf676e4ea0c8c7321c33dd53b081a7de]

INTEGRATION: CWS compmetric (1.23.50); FILE MERGED 2007/05/09 15:56:25 pl 1.23.50.1: #146890# compat metrics


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [82e80c5d620ffbe33f9aff2c500698ac8ee7aa74]

INTEGRATION: CWS compmetric (1.14.592); FILE MERGED 2007/05/09 15:56:25 pl 1.14.592.1: #146890# compat metrics


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [025c5d60687dcd136d86634a2c6a92486bdf72a3]

INTEGRATION: CWS compmetric (1.13.50); FILE MERGED 2007/05/09 15:56:25 pl 1.13.50.1: #146890# compat metrics


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [537c35e24fb28d5bc52b955be6b17159740f5299]

INTEGRATION: CWS compmetric (1.59.72); FILE MERGED 2007/05/22 09:25:53 fme 1.59.72.4: #146890# pl: update font list the right way 2007/05/15 09:11:07 pl 1.59.72.3: #146890# fix compat flag sequence 2007/05/14 16:01:52 pl 1.59.72.2: #146890# invalidate device specific font data on compat flag 2007/05/09 15:56:25 pl 1.59.72.1: #146890# compat metrics


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [9bc8eef39f6b7c1a19bbd0603602609061b9ffd2]

INTEGRATION: CWS compmetric (1.2.46); FILE MERGED 2007/05/09 15:56:25 pl 1.2.46.1: #146890# compat metrics


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [0b9c38ec97db19c0782f2c49cf35ee4eaf816a17]

INTEGRATION: CWS compmetric (1.2.46); FILE MERGED 2007/05/09 15:56:24 pl 1.2.46.1: #146890# compat metrics


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [8f7bb17a8c0703d30d07e4c85fc3fa7ec41f173a]

INTEGRATION: CWS compmetric (1.17.2); FILE MERGED 2007/05/09 12:13:59 pl 1.17.2.1: #146890# backwards compatibility service for metrics


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [f41b7cf94d123286355b00c0376b477ceda26f74]

INTEGRATION: CWS compmetric (1.77.2); FILE MERGED 2007/05/09 16:27:46 pl 1.77.2.2: #146890# algorithm is needed 2007/05/09 12:13:59 pl 1.77.2.1: #146890# backwards compatibility service for metrics


2007-06-20  Kurt Zenker  <kz@openoffice.org>  [22d3197a2dc39d1b0cb66191386bab74f3380278]

INTEGRATION: CWS compmetric (1.32.8); FILE MERGED 2007/05/09 12:13:58 pl 1.32.8.1: #146890# backwards compatibility service for metrics


2007-06-19  Kurt Zenker  <kz@openoffice.org>  [b4696ae9953ae091a13986f6fbb715200ab82d67]

INTEGRATION: CWS obr05 (1.3.2); FILE MERGED 2007/06/07 14:00:53 dv 1.3.2.1: #i78188# changed value of WB_NOHIDESELECTION


2007-06-19  Kurt Zenker  <kz@openoffice.org>  [ce8a7813b523176809eb878631b64143b234bb82]

INTEGRATION: CWS ucbfixes02 (1.12.30); FILE MERGED 2007/06/12 08:49:56 kso 1.12.30.3: RESYNC: (1.12-1.13); FILE MERGED 2007/05/31 16:31:29 kso 1.12.30.2: #144882# - Ooops. This is what was actually inteded to fix the crash. 2007/05/31 16:06:54 kso 1.12.30.1: #i144882# - Fixed crash in ContentImplHelper::release().


2007-06-19  Kurt Zenker  <kz@openoffice.org>  [691e21e4b45697d9412f5fb26b8595da472ec66c]

INTEGRATION: CWS obr05 (1.8.2); FILE MERGED 2007/06/07 13:59:29 dv 1.8.2.1: #i78188# changed value of WB_NOHIDESELECTION


2007-06-19  Kurt Zenker  <kz@openoffice.org>  [de2be4eaa66c031751b7a2b609b2057e21af97e4]

INTEGRATION: CWS obr05 (1.22.24); FILE MERGED 2007/03/23 09:54:54 obr 1.22.24.1: #i75643# Removed static Bootstrap::getInstallMode


2007-06-19  Kurt Zenker  <kz@openoffice.org>  [f1c3ca17eeed73e21ffc6badc35fe127c2116cb1]

INTEGRATION: CWS obr05 (1.11.80); FILE MERGED 2007/03/23 09:54:53 obr 1.11.80.1: #i75643# Removed static Bootstrap::getInstallMode


2007-06-19  Kurt Zenker  <kz@openoffice.org>  [376ded609875354bd11a406ae71aa01e0e4904c9]

INTEGRATION: CWS languageguessing (1.77.108); FILE MERGED 2007/01/12 08:03:05 tl 1.77.108.1: #i73173# integrate Google SoC language-guessing


2007-06-19  Kurt Zenker  <kz@openoffice.org>  [614c1a4de75c042c7e237e22c03ebb10f329cadb]

INTEGRATION: CWS languageguessing (1.2.6); FILE MERGED 2007/04/24 10:44:06 tl 1.2.6.1: #i73173# moved header file patched


2007-06-19  Kurt Zenker  <kz@openoffice.org>  [4d1be28f7cc40ebf65a128c84268a5d1b6049de1]

INTEGRATION: CWS gh14 (1.2.2); FILE MERGED 2007/06/01 10:33:20 gh 1.2.2.1: #i77947# now should compile for gcj - applied patch + cleanup of comments


2007-06-18  Kurt Zenker  <kz@openoffice.org>  [4529785f827531967468208a799321fb8c259269]

INTEGRATION: CWS pj81 (1.18.104); FILE MERGED 2007/06/10 12:49:38 pjanik 1.18.104.1: #i78272#: Do not build padmin on AQUA.


2007-06-13  Vladimir Glazounov  <vg@openoffice.org>  [8123d69c03e5f604dab3292549de29411621490a]

new version for SRC680


2007-06-13  Oliver Bolte  <obo@openoffice.org>  [4f0ac6b2cc1bc669637ac83489f1780daac8f1bb]

INTEGRATION: CWS headlesstwo (1.91.12); FILE MERGED 2007/06/07 09:18:40 cmc 1.91.12.1: #ii77412# add drawing support to headless plugin


2007-06-13  Oliver Bolte  <obo@openoffice.org>  [c1425693f7f2b726b2d212967ffeaf1b3387567d]

INTEGRATION: CWS headlesstwo (1.51.12); FILE MERGED 2007/06/07 09:16:58 cmc 1.51.12.1: #ii77412# add basebmp as a build dependancy for headless


2007-06-12  Oliver Bolte  <obo@openoffice.org>  [dd01e229a3f8f98102b2626bdffb58ee84627c0a]

INTEGRATION: CWS dba23ui (1.1.2); FILE ADDED 2006/12/21 08:20:00 fs 1.1.2.1: engine for handling keyboard acceleration for mnemonic strings


2007-06-12  Oliver Bolte  <obo@openoffice.org>  [93fd555940c882e9f131976ad670b1d0a7f582b6]

INTEGRATION: CWS dba23ui (1.21.106); FILE MERGED 2006/12/21 08:21:16 fs 1.21.106.1: #i72799# build mnemonicengine


2007-06-12  Oliver Bolte  <obo@openoffice.org>  [723a40dda6cfad50b591f171b84a5df4809484e1]

INTEGRATION: CWS dba23ui (1.52.104); FILE MERGED 2007/05/21 09:03:43 fs 1.52.104.3: #i10000# manual RESYNC 2007/05/19 22:27:58 fs 1.52.104.2: RESYNC: (1.52-1.54); FILE MERGED 2006/12/21 08:20:50 fs 1.52.104.1: #i72799# deliver mnemonicengine.hxx


2007-06-12  Oliver Bolte  <obo@openoffice.org>  [75099d03b45b3f7d1f25d1c70777cfdde1c16e4c]

INTEGRATION: CWS dba23ui (1.1.2); FILE ADDED 2007/05/21 08:50:16 fs 1.1.2.1: #i10000# manual RESYNC: moved herein from ../


2007-06-12  Oliver Bolte  <obo@openoffice.org>  [eb078e91326efcffcaf0dc03c5187eb97fe7c22f]

INTEGRATION: CWS dba23ui (1.28.100); FILE MERGED 2007/05/21 11:45:44 fs 1.28.100.1: #i72799#


2007-06-12  Oliver Bolte  <obo@openoffice.org>  [02e0ce109ea7b27fb3a252bc4bf054cfa2d07c3d]

INTEGRATION: CWS dba23ui (1.12.124); FILE MERGED 2007/05/21 11:45:44 fs 1.12.124.1: #i72799#


2007-06-12  Oliver Bolte  <obo@openoffice.org>  [4a997286ed61a0a2d2e8184e4fa5e09dd29bfd74]

INTEGRATION: CWS dba23ui (1.6.100); FILE MERGED 2007/05/21 11:45:44 fs 1.6.100.1: #i72799#


2007-06-12  Oliver Bolte  <obo@openoffice.org>  [6ccc2ee4bd029e0c2c8b4cec5bd2b6201d7ffd6e]

INTEGRATION: CWS dba23ui (1.2.50); FILE MERGED 2007/05/21 11:45:30 fs 1.2.50.1: #i72799#


2007-06-12  Oliver Bolte  <obo@openoffice.org>  [59584c1c1e4a9c9d751b9003eb30a6c28c2bf666]

INTEGRATION: CWS rt21 (1.46.28); FILE MERGED 2007/06/07 13:46:04 rt 1.46.28.1: #i78187# Do not try to deliver non existing files.


2007-06-11  Oliver Bolte  <obo@openoffice.org>  [f1eff25dfeab29976b066f1fd394567c7c7b0820]

INTEGRATION: CWS vcl78 (1.11.210); FILE MERGED 2007/04/26 14:21:57 thb 1.11.210.1: #146839# Replaced CreateCompatibleBitmap() with CreateDIBSection() - the latter does not run out of mem so fast


2007-06-11  Oliver Bolte  <obo@openoffice.org>  [26851ea6c24616aac940f423a83a589200462cdb]

INTEGRATION: CWS vcl78 (1.30.72); FILE MERGED 2007/04/26 18:36:39 pl 1.30.72.1: #i63375# check validity of paperwidth/length in DEVMODE


2007-06-11  Oliver Bolte  <obo@openoffice.org>  [1e397b6778ea3805a6f6e0559b20d9620a3a5586]

INTEGRATION: CWS vcl78 (1.146.30); FILE MERGED 2007/05/07 16:44:27 pl 1.146.30.2: RESYNC: (1.146-1.148); FILE MERGED 2007/04/18 11:28:11 pl 1.146.30.1: #i70922# call highlight handler on correct menu


2007-06-11  Oliver Bolte  <obo@openoffice.org>  [b37a4c74294493d426d8c64db4748108c3c027bb]

INTEGRATION: CWS vcl78 (1.21.142); FILE MERGED 2007/04/17 12:37:16 hdu 1.21.142.1: #i76229# handle short reads from PNG stream


2007-06-11  Oliver Bolte  <obo@openoffice.org>  [69c0f51e42eeb0c9cb1b373d51ba3bba347fb301]

INTEGRATION: CWS vcl78 (1.44.12); FILE MERGED 2007/05/07 16:42:54 pl 1.44.12.2: RESYNC: (1.44-1.46); FILE MERGED 2007/04/20 20:36:08 pl 1.44.12.1: #i75948# fix pattern filling


2007-06-11  Oliver Bolte  <obo@openoffice.org>  [837029b840bdbbc16a44eba37cf3c69757f4352c]

INTEGRATION: CWS vcl78 (1.105.12); FILE MERGED 2007/05/07 16:42:47 pl 1.105.12.6: RESYNC: (1.105-1.109); FILE MERGED 2007/04/24 14:09:04 pl 1.105.12.5: #i74206# further refinement 2007/04/24 13:58:29 pl 1.105.12.4: #i75948# fix test code 2007/04/24 13:39:11 pl 1.105.12.3: #i74206# handle checkboxes/radiobuttons without text better 2007/04/23 09:08:56 pl 1.105.12.2: #i97630# fit bounding box of pattern cell 2007/04/20 20:36:08 pl 1.105.12.1: #i75948# fix pattern filling


2007-06-11  Oliver Bolte  <obo@openoffice.org>  [63531e8142f17b3b12cd3a6420701c7819bbc06a]

INTEGRATION: CWS vcl78 (1.18.18); FILE MERGED 2007/04/20 20:36:08 pl 1.18.18.1: #i75948# fix pattern filling


2007-06-11  Oliver Bolte  <obo@openoffice.org>  [05c6b7c448e5185761d8c36be9057fa726cdff20]

INTEGRATION: CWS vcl78 (1.33.210); FILE MERGED 2007/04/18 11:19:31 pl 1.33.210.2: #144999# handle failed creation of service registry 2007/04/18 11:17:34 pl 1.33.210.1: #144999# catch exception when creating srevice factory


2007-06-11  Oliver Bolte  <obo@openoffice.org>  [d9723ca9c8e03f2ab9b1c15517b6e753a98baa7d]

INTEGRATION: CWS vcl78 (1.2.4); FILE MERGED 2007/05/07 16:38:26 pl 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2007/04/20 20:36:08 pl 1.2.4.1: #i75948# fix pattern filling


2007-06-11  Oliver Bolte  <obo@openoffice.org>  [a8c7aa2376d36471af7a7f3ef1562c05c046c651]

INTEGRATION: CWS vcl78 (1.43.6); FILE MERGED 2007/05/15 11:34:49 rene 1.43.6.2: #i77363# one mor occurance of LIBPAPER_LINKS 2007/05/15 10:13:54 pl 1.43.6.1: #i77363# use paperconf instead of linking libpaper (GPL/LGPL conflict)


2007-06-11  Oliver Bolte  <obo@openoffice.org>  [38cdaf69d0872e68b660f507e6228976d58fed91]

INTEGRATION: CWS vcl78 (1.6.6); FILE MERGED 2007/05/15 11:09:12 pl 1.6.6.1: #i77363# remove libpaper dependency


2007-06-07  Vladimir Glazounov  <vg@openoffice.org>  [72c001977db274822f65d20f3b84cb507e2e9483]

#i10000# int32 -> uint32


2007-06-07  Vladimir Glazounov  <vg@openoffice.org>  [86507072d2f4f30ca3afa02089e046114704456d]

#i10000# Extra semicolon removed to avoid Sun compiler warning about 'Empty declaration'.


2007-06-06  Vladimir Glazounov  <vg@openoffice.org>  [6f187d71e54f41e818d5bf35a830eee8baa7acd2]

new version for SRC680


2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [1bb9d248509e43dd3bd85981e687ae59363e4d96]

INTEGRATION: CWS ka009 (1.14.36); FILE MERGED 2007/06/06 13:13:37 ka 1.14.36.3: resolved conflicts 2006/10/13 16:40:07 ka 1.14.36.2: RESYNC: (1.14-1.15); FILE MERGED 2006/07/12 22:03:53 ka 1.14.36.1: #i66680#: added patch for optimized ImageList handling


2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [2d1e631a07a72c09a4f8616d3daadd9849a5fa48]

INTEGRATION: CWS ka009 (1.7.36); FILE MERGED 2007/06/06 13:15:05 ka 1.7.36.3: resolved conflicts 2006/10/13 16:39:37 ka 1.7.36.2: RESYNC: (1.7-1.8); FILE MERGED 2006/07/12 22:03:53 ka 1.7.36.1: #i66680#: added patch for optimized ImageList handling


2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [dcb2d000d85d08a0cc1809812353b1ad366b7c16]

INTEGRATION: CWS ka009 (1.18.36); FILE MERGED 2007/06/06 13:10:15 ka 1.18.36.3: resolved conflicts 2006/10/13 16:39:17 ka 1.18.36.2: RESYNC: (1.18-1.19); FILE MERGED 2006/07/12 22:03:53 ka 1.18.36.1: #i66680#: added patch for optimized ImageList handling


2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [cc2ebb3a2939f18bef3800d289c9eda139e261ce]

INTEGRATION: CWS ka009 (1.24.36); FILE MERGED 2007/06/06 13:15:04 ka 1.24.36.4: resolved conflicts 2007/01/04 18:03:36 ka 1.24.36.3: RESYNC: (1.25-1.26); FILE MERGED 2006/10/13 16:35:50 ka 1.24.36.2: RESYNC: (1.24-1.25); FILE MERGED 2006/07/12 22:03:53 ka 1.24.36.1: #i66680#: added patch for optimized ImageList handling


2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [aff4cc44f842a8f1265d89803b498d4dffb978bb]

INTEGRATION: CWS ka009 (1.44.36); FILE MERGED 2007/06/06 13:25:56 ka 1.44.36.6: resolved conflicts 2007/06/06 12:51:12 ka 1.44.36.5: resolved conflicts 2007/02/12 16:42:45 ka 1.44.36.4: RESYNC: (1.45-1.46); FILE MERGED 2006/10/13 16:15:26 ka 1.44.36.3: RESYNC: (1.44-1.45); FILE MERGED 2006/07/14 14:56:58 dr 1.44.36.2: #i66680# warningfree 2006/07/12 22:03:52 ka 1.44.36.1: #i66680#: added patch for optimized ImageList handling


2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [1faadf4f609aff25932fe5f58bf937d47af2f007]

INTEGRATION: CWS ka009 (1.30.36); FILE MERGED 2007/01/04 18:00:12 ka 1.30.36.3: RESYNC: (1.31-1.33); FILE MERGED 2006/10/13 16:28:28 ka 1.30.36.2: RESYNC: (1.30-1.31); FILE MERGED 2006/07/12 22:03:52 ka 1.30.36.1: #i66680#: added patch for optimized ImageList handling


2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [d572b7447878ba9bab4efd02e565d07ba0c8e36f]

INTEGRATION: CWS ka009 (1.25.36); FILE MERGED 2007/04/12 08:57:23 ka 1.25.36.5: RESYNC: (1.29-1.30); FILE MERGED 2007/02/12 16:43:46 ka 1.25.36.4: RESYNC: (1.28-1.29); FILE MERGED 2006/10/13 16:27:09 ka 1.25.36.3: RESYNC: (1.25-1.28); FILE MERGED 2006/07/13 09:07:22 ka 1.25.36.2: syntax 2006/07/13 08:47:29 ka 1.25.36.1: impimage.cxx to be compiled with exceptions (warnings)


2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [b0c1088079d159273380eb8bb3cd9a6735ce81dd]

INTEGRATION: CWS ka009 (1.19.36); FILE MERGED 2006/10/13 16:25:49 ka 1.19.36.3: RESYNC: (1.19-1.20); FILE MERGED 2006/07/14 14:57:35 dr 1.19.36.2: #i66680# warningfree 2006/07/12 22:03:52 ka 1.19.36.1: #i66680#: added patch for optimized ImageList handling


2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [687a153d5f634e90c8718fcd83c8c953fc9b7ba0]

INTEGRATION: CWS ka009 (1.24.34); FILE MERGED 2007/06/06 13:02:25 ka 1.24.34.5: resolved conflicts 2007/04/26 09:17:20 ka 1.24.34.4: reapplied patches due to new header structure / removed warnings 2006/10/19 09:34:44 ka 1.24.34.3: RESYNC: (1.24-1.26); FILE MERGED 2006/07/14 14:57:35 dr 1.24.34.2: #i66680# warningfree 2006/07/12 22:03:52 ka 1.24.34.1: #i66680#: added patch for optimized ImageList handling


2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [7e83aab10b6915bce25974c21299e0a351b3df0c]

INTEGRATION: CWS ka009 (1.21.36); FILE MERGED 2006/10/13 16:20:48 ka 1.21.36.2: RESYNC: (1.21-1.22); FILE MERGED 2006/07/12 22:03:52 ka 1.21.36.1: #i66680#: added patch for optimized ImageList handling


2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [2578822ea88c0f83b5b8daf4b2b1ad239d402f9a]

INTEGRATION: CWS ka009 (1.2.22); FILE MERGED 2007/04/26 09:17:19 ka 1.2.22.1: reapplied patches due to new header structure / removed warnings


2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [eb8d168995e335351f15212cf9a8140caa93f1da]

INTEGRATION: CWS ka009 (1.4.98); FILE MERGED 2007/02/12 16:01:14 ka 1.4.98.5: RESYNC: (1.9-1.10); FILE MERGED 2007/01/04 15:37:09 ka 1.4.98.4: RESYNC: (1.8-1.9); FILE MERGED 2006/10/27 14:47:11 ka 1.4.98.3: RESYNC: (1.7-1.8); FILE MERGED 2006/10/13 12:36:46 ka 1.4.98.2: RESYNC: (1.4-1.7); FILE MERGED 2006/07/12 21:29:41 ka 1.4.98.1: #i66680#: added patch for optimized ImageList handling


2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [297940e01773fa27dc71f976e77d3fb63399b26d]

INTEGRATION: CWS ka009 (1.41.32); FILE MERGED 2007/01/04 15:09:11 ka 1.41.32.3: RESYNC: (1.42-1.43); FILE MERGED 2006/10/13 11:44:35 ka 1.41.32.2: RESYNC: (1.41-1.42); FILE MERGED 2006/07/12 21:47:01 ka 1.41.32.1: #i66680#: added patch for optimized ImageList handling


2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [86b8b5cb0db10df6b99756e65c9407dfe0481e60]

INTEGRATION: CWS i18n30 (1.4.24); FILE MERGED 2007/05/08 21:32:18 khong 1.4.24.1: #i73903# update line breakiterator rule to icu3.6 style


2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [a78fa36d2da14c9027775b5822965499e2a8e553]

INTEGRATION: CWS i18n30 (1.28.4); FILE MERGED 2007/05/08 21:47:00 khong 1.28.4.3: #i75412# remove fix from cws i18n30, move it to other cws to fix with other Japanese surrogate issues 2007/03/20 18:39:58 khong 1.28.4.2: #i72589# fixed BS problem for surrogate characters 2007/03/13 19:11:44 khong 1.28.4.1: #i75319# fixed ANY_WORD rule loading problem


2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [3a93cef27bac5c737310081b9c47dcee9def951c]

INTEGRATION: CWS i18n30 (1.14.32); FILE MERGED 2007/05/08 21:44:15 khong 1.14.32.1: #i76706# fix infinite loop for CJK word breakiterator for text mixed with Latin and CJK characters


2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [dfda0f2ddf93c465889ca23987c67618f5bedc03]

INTEGRATION: CWS i18n30 (1.19.50); FILE MERGED 2007/05/08 21:40:44 khong 1.19.50.1: #i76901# change script Ethiopic as CTL for Amharic


2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [c2b2d2a618f0c0da7306b95957325635b2dc2875]

INTEGRATION: CWS i18n30 (1.3.34); FILE MERGED 2007/05/08 21:18:27 khong 1.3.34.1: #i74252# breakiterator & casefolding support for Copic


2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [f7bc5942873bd85153bf5fa401f5379d792cdcab]

INTEGRATION: CWS i18n30 (1.5.20); FILE MERGED 2007/05/08 21:18:27 khong 1.5.20.1: #i74252# breakiterator & casefolding support for Copic


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [2eef31594744d8dd1dd764a9066b600104861b5e]

INTEGRATION: CWS bgdlremove (1.14.12); FILE MERGED 2007/05/25 10:34:56 kso 1.14.12.3: #i77419# - adapt to changed namespace of ucbhelper classes. 2007/05/21 12:49:29 kso 1.14.12.2: RESYNC: (1.14-1.15); FILE MERGED 2007/05/18 08:57:33 kso 1.14.12.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [cf6d5132c09fc22f5441c5e5e6294bd209e7d0b7]

INTEGRATION: CWS bgdlremove (1.93.30); FILE MERGED 2007/05/18 11:27:32 kso 1.93.30.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [89f3dbf0a67efca8c943abbb999a8eea0646fa7c]

INTEGRATION: CWS bgdlremove (1.46.20); FILE MERGED 2007/05/18 11:27:32 kso 1.46.20.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [063f0ee610cce544bf9888c11ab2512040a4cade]

INTEGRATION: CWS bgdlremove (1.2.6); FILE MERGED 2007/05/18 11:27:32 kso 1.2.6.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [50875ddf43254cfbca424cd9c83b682b5afc2b95]

INTEGRATION: CWS bgdlremove (1.25.6); FILE MERGED 2007/05/18 11:27:32 kso 1.25.6.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [3e874b9d69002ac346e8dc7f4d3f7381301227a7]

INTEGRATION: CWS bgdlremove (1.19.30); FILE MERGED 2007/05/18 11:38:51 kso 1.19.30.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [13ba4a69edbc54d0c31efa63e4c00ec2410340e9]

INTEGRATION: CWS bgdlremove (1.54.30); FILE MERGED 2007/05/18 11:38:51 kso 1.54.30.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [6caaabef763f7d1a0a45d42c6b3f74bb73d067f0]

INTEGRATION: CWS bgdlremove (1.22.30); FILE MERGED 2007/05/18 11:38:51 kso 1.22.30.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:15:08 kso 1.22.30.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [4cd89c038d48da9417d84858e85e61a8b58a02d6]

INTEGRATION: CWS bgdlremove (1.25.30); FILE MERGED 2007/05/18 11:38:51 kso 1.25.30.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [169ef8477b9f2df0b2794a40ac520a0d8647b0ec]

INTEGRATION: CWS bgdlremove (1.17.30); FILE MERGED 2007/05/18 11:38:51 kso 1.17.30.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [a1faa66d0bc74bf481935ebcbaa8c848263c954b]

INTEGRATION: CWS bgdlremove (1.9.40); FILE MERGED 2007/05/18 11:38:51 kso 1.9.40.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [b0ae64d59c7543e5ab0d0f6f71d9f58f8e98098b]

INTEGRATION: CWS bgdlremove (1.4.186); FILE MERGED 2007/05/18 11:32:08 kso 1.4.186.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [8718f77d7d5a6e84ff8f30f2d9be1cda93548afa]

INTEGRATION: CWS bgdlremove (1.20.168); FILE MERGED 2007/05/18 11:32:07 kso 1.20.168.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [5505394e5b7d5c7360781c71c434adc6745d91b2]

INTEGRATION: CWS bgdlremove (1.13.168); FILE MERGED 2007/05/18 11:32:07 kso 1.13.168.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [43d4ea9407ba56baa8f1ceee20dcf50c630a9b8f]

INTEGRATION: CWS bgdlremove (1.44.4); FILE MERGED 2007/05/18 11:32:07 kso 1.44.4.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [7b7955fb3b3d613aaa884841b220ff498b1bcd68]

INTEGRATION: CWS bgdlremove (1.4.168); FILE MERGED 2007/05/18 11:32:07 kso 1.4.168.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [cc13c613d0a23c5f8b9ae442f58402c9890dbb20]

INTEGRATION: CWS bgdlremove (1.9.168); FILE MERGED 2007/05/18 11:32:07 kso 1.9.168.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [dfe514254a479f9e0b55b38a26296f60cffbe811]

INTEGRATION: CWS bgdlremove (1.7.186); FILE MERGED 2007/05/18 11:32:07 kso 1.7.186.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [75b9da5ecd69b7916a0a20cdabd139b2cc3b67ec]

INTEGRATION: CWS bgdlremove (1.66.4); FILE MERGED 2007/05/18 11:32:07 kso 1.66.4.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [cf1350e045d175641f4b4b63b110c35683a0d29a]

INTEGRATION: CWS bgdlremove (1.9.138); FILE MERGED 2007/05/18 11:32:06 kso 1.9.138.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:11:18 kso 1.9.138.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [02ccdbdaa815549421ead11e0814fab51dec6729]

INTEGRATION: CWS bgdlremove (1.76.4); FILE MERGED 2007/05/18 11:32:06 kso 1.76.4.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [2849b853d37f51af51225ed870e98a429d45c0b4]

INTEGRATION: CWS bgdlremove (1.68.4); FILE MERGED 2007/05/18 11:32:06 kso 1.68.4.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [f611f7e26600a5ba4417ff639cb38fa7b394aa5a]

INTEGRATION: CWS bgdlremove (1.4.168); FILE MERGED 2007/05/18 11:32:06 kso 1.4.168.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [eee63ebd0064273662267576ee21a5d6869f549e]

INTEGRATION: CWS bgdlremove (1.7.168); FILE MERGED 2007/05/18 11:32:06 kso 1.7.168.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [236bd2d27b73b4d58119f5fc79b41978bc76ec2d]

INTEGRATION: CWS bgdlremove (1.4.234); FILE MERGED 2007/05/18 11:39:40 kso 1.4.234.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [71927e3caa5a20de4e9f1562a03b03b39de1ce17]

INTEGRATION: CWS bgdlremove (1.28.96); FILE MERGED 2007/05/18 11:39:39 kso 1.28.96.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [71e14c4c0d425cf1dcbacbc57d311134c16682a0]

INTEGRATION: CWS bgdlremove (1.16.234); FILE MERGED 2007/05/18 11:39:39 kso 1.16.234.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [92eca04d156fec1da7bee4a28cd234344a737de4]

INTEGRATION: CWS bgdlremove (1.14.44); FILE MERGED 2007/05/18 09:09:20 kso 1.14.44.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [ba773e77b32353a84cb1fabd56448349a221cf55]

INTEGRATION: CWS bgdlremove (1.15.28); FILE MERGED 2007/05/11 12:52:28 kso 1.15.28.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [afc466ac4921234409b7110653eaab3a706962df]

INTEGRATION: CWS bgdlremove (1.6.6); FILE MERGED 2007/05/11 12:52:28 kso 1.6.6.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [d6e731107b167ec99d513cb51748171b7e995417]

INTEGRATION: CWS bgdlremove (1.4.28); FILE MERGED 2007/05/30 10:50:31 kso 1.4.28.2: #i37864# - Cleanup. 2007/05/11 12:52:28 kso 1.4.28.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [467bc2ec1bafb0173bed09032d0e8b718c429e37]

INTEGRATION: CWS bgdlremove (1.4.64); FILE MERGED 2007/05/30 10:50:31 kso 1.4.64.2: #i37864# - Cleanup. 2007/05/18 11:38:07 kso 1.4.64.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e873c82cadbcc69e2d6492bae5be7ef5d4e618b5]

INTEGRATION: CWS bgdlremove (1.5.28); FILE MERGED 2007/05/30 10:50:31 kso 1.5.28.2: #i37864# - Cleanup. 2007/05/18 11:38:07 kso 1.5.28.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [bbfd4fd7f3971c7eeddd4f156e2e196a386d3afd]

INTEGRATION: CWS bgdlremove (1.3.64); FILE MERGED 2007/05/30 10:50:31 kso 1.3.64.2: #i37864# - Cleanup. 2007/05/18 11:38:07 kso 1.3.64.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [062c1d18a7427de86c0a76530b2ac6ff9e56d916]

INTEGRATION: CWS bgdlremove (1.5.28); FILE MERGED 2007/05/30 10:50:31 kso 1.5.28.3: #i37864# - Cleanup. 2007/05/18 11:38:07 kso 1.5.28.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:52:28 kso 1.5.28.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [8e6e80ec99e94fd3f83827b2ac674e6abdf9ba87]

INTEGRATION: CWS bgdlremove (1.5.38); FILE MERGED 2007/05/30 10:50:31 kso 1.5.38.2: #i37864# - Cleanup. 2007/05/18 11:38:07 kso 1.5.38.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [0bc1d81a71b902eeb714f804c416333bdf238cb3]

INTEGRATION: CWS bgdlremove (1.7.28); FILE MERGED 2007/05/30 10:50:31 kso 1.7.28.2: #i37864# - Cleanup. 2007/05/18 11:38:07 kso 1.7.28.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [9151fc1eaf7fcd60a7e55f321730df14331bab49]

INTEGRATION: CWS bgdlremove (1.7.64); FILE MERGED 2007/05/30 10:50:31 kso 1.7.64.2: #i37864# - Cleanup. 2007/05/18 11:38:07 kso 1.7.64.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [522f68163d86a8e72a032a161e8495a8394efaac]

INTEGRATION: CWS bgdlremove (1.11.28); FILE MERGED 2007/05/30 10:50:31 kso 1.11.28.3: #i37864# - Cleanup. 2007/05/18 11:38:07 kso 1.11.28.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:52:27 kso 1.11.28.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [4a48b60e671c3b1c0f9d821bfd2d24f4e7b6e985]

INTEGRATION: CWS bgdlremove (1.3.8); FILE MERGED 2007/05/18 11:38:07 kso 1.3.8.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:52:27 kso 1.3.8.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [97d53e49777aea0f4cfba3a1f4c82bf3060553bd]

INTEGRATION: CWS bgdlremove (1.1.1.1.248); FILE MERGED 2007/06/01 14:23:59 sb 1.1.1.1.248.2: #i37864# Should be UDK_3_0_0. 2007/05/11 12:52:27 kso 1.1.1.1.248.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [8b279cca438c983db48fe88fcefca42bd1749722]

INTEGRATION: CWS bgdlremove (1.10.134); FILE MERGED 2007/05/11 12:55:18 kso 1.10.134.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [725b2c71ddc458edb16dececfa94f4dd5c878100]

INTEGRATION: CWS bgdlremove (1.5.208); FILE MERGED 2007/05/11 12:55:18 kso 1.5.208.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [fd767a75616fb92ea66356cc612c1469be7d1cd5]

INTEGRATION: CWS bgdlremove (1.13.10); FILE MERGED 2007/05/11 12:55:18 kso 1.13.10.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [0f863b37a9bed503cbf0202f9182ff10d44bce7e]

INTEGRATION: CWS bgdlremove (1.4.28); FILE MERGED 2007/05/18 11:38:08 kso 1.4.28.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:52:53 kso 1.4.28.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [0de906944f9838ec6a8aad4217ecbf637bfe0678]

INTEGRATION: CWS bgdlremove (1.5.28); FILE MERGED 2007/05/18 11:38:08 kso 1.5.28.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:52:53 kso 1.5.28.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [fd9a4dcd5d206acc10313b8de44ae4dc5daa673b]

INTEGRATION: CWS bgdlremove (1.8.28); FILE MERGED 2007/05/18 11:38:08 kso 1.8.28.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:51:28 kso 1.8.28.1: #i76911# - ucbhelper no longer uses VOS          - API cleanup: sal_Int32 => sal_uInt32 in non-UNO member functions


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [9e2cb112e5f1fd5f605c5482e227b295a0a32935]

INTEGRATION: CWS bgdlremove (1.4.64); FILE MERGED 2007/05/18 11:38:08 kso 1.4.64.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [6df5aee3e338703f5f5aeb2fbf3a7cd559be309c]

INTEGRATION: CWS bgdlremove (1.6.28); FILE MERGED 2007/05/18 11:38:08 kso 1.6.28.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:52:52 kso 1.6.28.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [a27495f5a07487da3ebfa70fd5ce21b6292a7e68]

INTEGRATION: CWS bgdlremove (1.10.20); FILE MERGED 2007/05/18 11:38:08 kso 1.10.20.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:52:52 kso 1.10.20.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [a665944916baffe5c38bdfbfa02999e0f62499ef]

INTEGRATION: CWS bgdlremove (1.5.28); FILE MERGED 2007/05/18 11:38:08 kso 1.5.28.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [3fd25ee2cebd951a3e4aeef835a0e3cc5f7adab4]

INTEGRATION: CWS bgdlremove (1.8.28); FILE MERGED 2007/05/18 11:38:08 kso 1.8.28.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:52:52 kso 1.8.28.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [02752dbfeb32fbc5b4a71f30dc4ea057d76aba3f]

INTEGRATION: CWS bgdlremove (1.18.8); FILE MERGED 2007/05/25 10:55:48 kso 1.18.8.1: #76910# - Remove obsolete background download stuff from UCB.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [a0d80683b84dcbbd029bcb37067661bb7c6e0965]

INTEGRATION: CWS bgdlremove (1.3.28); FILE MERGED 2007/05/18 11:38:08 kso 1.3.28.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [d9f12e00c152bc717f9cac175cce04a4751381be]

INTEGRATION: CWS bgdlremove (1.5.28); FILE MERGED 2007/05/18 11:38:08 kso 1.5.28.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:52:52 kso 1.5.28.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [dfbe673cff10b15fe62e224735960c86483eb81f]

INTEGRATION: CWS bgdlremove (1.6.28); FILE MERGED 2007/05/18 11:38:08 kso 1.6.28.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [b53b94e63b92786f3be788f2c4e079c4eae4a44c]

INTEGRATION: CWS bgdlremove (1.12.28); FILE MERGED 2007/05/18 11:38:08 kso 1.12.28.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:52:52 kso 1.12.28.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [427e256b271e28a7d6e0674975a7558f322dde5d]

INTEGRATION: CWS bgdlremove (1.4.28); FILE MERGED 2007/05/18 11:38:08 kso 1.4.28.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [84b0a49b8f21f2f37863f0b8a371adf998807f8e]

INTEGRATION: CWS bgdlremove (1.7.28); FILE MERGED 2007/05/18 11:38:07 kso 1.7.28.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [b0a8160dc10102574d5d8d024a5e531212927137]

INTEGRATION: CWS bgdlremove (1.8.28); FILE MERGED 2007/05/18 11:38:07 kso 1.8.28.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [599e2492243594f1457f8355b8a32f5d7bc63089]

INTEGRATION: CWS bgdlremove (1.35.16); FILE MERGED 2007/05/18 11:38:07 kso 1.35.16.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [b22c35945775a4b6d7853ec5cbc9eead430dea30]

INTEGRATION: CWS bgdlremove (1.3.28); FILE MERGED 2007/05/18 11:38:07 kso 1.3.28.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:52:52 kso 1.3.28.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [7870ff41f7c84fb328ab8c30198a2bfd1543278b]

INTEGRATION: CWS bgdlremove (1.4.28); FILE MERGED 2007/05/18 11:38:07 kso 1.4.28.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [df1af27f6aff00e76e78304121bda2ce27570175]

INTEGRATION: CWS bgdlremove (1.3.28); FILE MERGED 2007/05/18 11:38:07 kso 1.3.28.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [f8500bdd446a77217f188dbd3a4d359d10c50d06]

INTEGRATION: CWS bgdlremove (1.24.22); FILE MERGED 2007/05/25 10:55:49 kso 1.24.22.1: #76910# - Remove obsolete background download stuff from UCB.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [a9d0fb985ee683d78d478c650d7f2855d1699e45]

INTEGRATION: CWS bgdlremove (1.14.20); FILE MERGED 2007/05/11 12:54:39 kso 1.14.20.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [cfcffaa40adc5f4cc011133e12292869abccd15f]

INTEGRATION: CWS bgdlremove (1.5.64); FILE MERGED 2007/05/18 11:38:09 kso 1.5.64.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [af19c627cbc657a5376d727d083d3979f17bd79f]

INTEGRATION: CWS bgdlremove (1.4.64); FILE MERGED 2007/05/18 11:38:09 kso 1.4.64.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [5deb6060ccd57c1493105fd02e405b7bff3d547c]

INTEGRATION: CWS bgdlremove (1.6.38); FILE MERGED 2007/05/18 11:38:09 kso 1.6.38.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:51:28 kso 1.6.38.1: #i76911# - ucbhelper no longer uses VOS          - API cleanup: sal_Int32 => sal_uInt32 in non-UNO member functions


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [1332d71ba2c65b0cb4af7106d7d56539ea8d41aa]

INTEGRATION: CWS bgdlremove (1.5.64); FILE MERGED 2007/05/18 11:38:09 kso 1.5.64.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:54:06 kso 1.5.64.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [d655c499320cd53c65afbcaf87d769462d767a72]

INTEGRATION: CWS bgdlremove (1.4.64); FILE MERGED 2007/05/18 11:38:08 kso 1.4.64.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:54:06 kso 1.4.64.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [620e239cca58203b19983b5b7f5aa535405e12e2]

INTEGRATION: CWS bgdlremove (1.3.64); FILE MERGED 2007/05/11 12:54:06 kso 1.3.64.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [8216dfc8077cdbe3c6fda5e62310633cc5d0f87a]

INTEGRATION: CWS bgdlremove (1.6.64); FILE MERGED 2007/05/18 11:38:08 kso 1.6.64.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [6f3c645a19683b57caa9cb9a127cb3973724e8dd]

INTEGRATION: CWS bgdlremove (1.3.64); FILE MERGED 2007/05/18 11:38:08 kso 1.3.64.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:54:06 kso 1.3.64.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [90bb38ef3366c731c8ff2fb6751c5f1b88b1f79c]

INTEGRATION: CWS bgdlremove (1.4.64); FILE MERGED 2007/05/18 11:38:08 kso 1.4.64.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [2ab4d7a4b3003190db47726418f4fbeb8cdf13bd]

INTEGRATION: CWS bgdlremove (1.7.64); FILE MERGED 2007/05/18 11:38:08 kso 1.7.64.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:54:06 kso 1.7.64.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [f31dd4e32cadd9b0179ecd97cda9253883408775]

INTEGRATION: CWS bgdlremove (1.16.64); FILE MERGED 2007/05/18 11:38:08 kso 1.16.64.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:54:06 kso 1.16.64.1: #i76911# - ucbhelper no longer uses VOS


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [56f3f8ebbc0f37b3a1359c839f1194f2c699ba24]

INTEGRATION: CWS bgdlremove (1.2.64); FILE MERGED 2007/05/18 11:38:08 kso 1.2.64.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [337e3a503396c820d74d3ac2c593967ccaa1493e]

INTEGRATION: CWS bgdlremove (1.3.64); FILE MERGED 2007/05/18 11:38:08 kso 1.3.64.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [17447abb1e4a340957645fe76831ff2e73d9033e]

INTEGRATION: CWS bgdlremove (1.3.58); FILE MERGED 2007/05/18 11:38:08 kso 1.3.58.1: #i77419# - cleanup of ucbhelper namespaces.


2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [42831b392d93ec33df5869ee50f2ac3035b655b9]

INTEGRATION: CWS bgdlremove (1.4.64); FILE MERGED 2007/05/11 12:53:33 kso 1.4.64.1: #i76911# - ucbhelper no longer uses VOS


2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [d348e11e51b2747de95d069a06313bbfcce8f99f]

INTEGRATION: CWS enabletango (1.21.210); FILE MERGED 2007/05/29 13:44:56 pmladek 1.21.210.1: #i75661# read the default icon theme from the system in GNOME and KDE


2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a5b0651e4d22d48c31d216e56443303db0a81bbe]

INTEGRATION: CWS enabletango (1.37.34); FILE MERGED 2007/05/29 13:44:56 pmladek 1.37.34.1: #i75661# read the default icon theme from the system in GNOME and KDE


2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [58d59f04bbdb11d82f0afe6680ec19d9764c6adb]

INTEGRATION: CWS enabletango (1.67.208); FILE MERGED 2007/05/29 13:44:55 pmladek 1.67.208.2: #i75661# read the default icon theme from the system in GNOME and KDE 2007/05/29 13:27:20 pmladek 1.67.208.1: #i75657# add the tango icon theme to be known by UI


2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [b6d85633d4300a48941e93373308cd4778606dbb]

INTEGRATION: CWS enabletango (1.2.70); FILE MERGED 2007/05/29 13:44:55 pmladek 1.2.70.2: #i75661# read the default icon theme from the system in GNOME and KDE 2007/05/29 13:27:20 pmladek 1.2.70.1: #i75657# add the tango icon theme to be known by UI


2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [b8ec72a8b9cf59924f8584c96f6d6686df38a2cd]

INTEGRATION: CWS enabletango (1.20.90); FILE MERGED 2007/05/29 13:27:18 pmladek 1.20.90.1: #i75657# add the tango icon theme to be known by UI


2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a3cfff21610577a4703b48e37bbb24bd8cb1dd35]

INTEGRATION: CWS enabletango (1.5.380); FILE MERGED 2007/05/29 13:27:17 pmladek 1.5.380.1: #i75657# add the tango icon theme to be known by UI


2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [27c2a33f1b31463909414cbe74b648afa8ba5194]

INTEGRATION: CWS plug05_SRC680 (1.55.178); FILE MERGED 2007/06/01 07:12:06 mt 1.55.178.1: corrected line break


2007-05-29  Rüdiger Timm  <rt@openoffice.org>  [d05ed5486e060dce966c03c3b9c75d3d19408b60]

INTEGRATION: CWS os97 (1.25.190); FILE MERGED 2007/05/14 09:06:31 os 1.25.190.1: #i55988# tolerance value to find the right border changed to a static value


2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [d64830e7d5be5c19cdd2401e2c1f3c8e8dfdcb99]

INTEGRATION: CWS headless01 (1.89.46); FILE MERGED 2007/05/10 08:34:58 cmc 1.89.46.4: #i76958# add unix headless vcl plug 2007/05/09 08:16:05 pl 1.89.46.3: same workaaaaround for headless as for gtk plugin 2007/05/09 07:23:17 cmc 1.89.46.2: #i76958# add unix headless vcl plug 2007/05/08 13:15:02 cmc 1.89.46.1: #i76958# add unix headless vcl plug


2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [d263a22363f6b04439d3dd7aa8a9512caf70219c]

INTEGRATION: CWS headless01 (1.1.2); FILE ADDED 2007/05/08 13:14:51 cmc 1.1.2.1: #i76958# add unix headless vcl plug


2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [fc58e03fd3d4e5281281fb5e2800ef491104fa9a]

INTEGRATION: CWS headless01 (1.50.22); FILE MERGED 2007/05/08 13:15:02 cmc 1.50.22.1: #i76958# add unix headless vcl plug


2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [eff1c953310e7f1b12c40317a21ac69b75db5114]

INTEGRATION: CWS tl32 (1.2.4); FILE MERGED 2007/04/16 11:01:04 tl 1.2.4.1: #i69286#, #140479# warning-free code


2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [3f8deba3f3f92d8ff5133aacd004166422856593]

INTEGRATION: CWS mingwport04 (1.13.12); FILE MERGED 2007/04/17 15:00:04 vg 1.13.12.1: #i75844# MinGW port efforts part 2


2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [de770a3f76c69f8abf827e80fa4d662530422188]

INTEGRATION: CWS mingwport04 (1.2.4); FILE MERGED 2007/04/25 11:53:37 vg 1.2.4.2: #i75844# MinGW port efforts part II 2007/04/18 12:12:17 vg 1.2.4.1: #i75844# MinGW port efforts part II


2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [73ab9eeb84c6e38ccb8ece167937046fe36025e2]

INTEGRATION: CWS mingwport04 (1.8.18); FILE MERGED 2007/04/18 12:09:32 vg 1.8.18.1: #i75844# MinGW port efforts part II


2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [e41b33388a92f104c1ae8065646a216ae63f96dc]

INTEGRATION: CWS mingwport04 (1.12.24); FILE MERGED 2007/04/18 12:36:51 vg 1.12.24.1: #i75844# MinGW port efforts part II


2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [5c99cca214d849e1bae6a4f7a1233d1086fed4c3]

INTEGRATION: CWS mingwport04 (1.11.24); FILE MERGED 2007/04/18 12:36:51 vg 1.11.24.1: #i75844# MinGW port efforts part II


2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [3f60058a1d42afb7871dd35b553a7b0fa2d3c501]

INTEGRATION: CWS mingwport04 (1.14.24); FILE MERGED 2007/04/18 12:44:57 vg 1.14.24.1: #i75844# MinGW port efforts part II


2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [62850ed3f84b6558c782494ded5af8f7c61c449b]

INTEGRATION: CWS mingwport04 (1.89.8); FILE MERGED 2007/04/25 12:10:47 vg 1.89.8.2: #i75844# MinGW port efforts part II 2007/04/18 12:36:51 vg 1.89.8.1: #i75844# MinGW port efforts part II


2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [1614364e2140c3d462310f75f86f9d88c04b5dc2]

INTEGRATION: CWS mingwport04 (1.16.4); FILE MERGED 2007/04/25 11:33:42 vg 1.16.4.1: #i75844# MinGW port efforts part II


2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [434fa5b37bf834e9701014d6fe7f7170baaa5290]

INTEGRATION: CWS mingwport04 (1.2.6); FILE MERGED 2007/04/18 08:50:41 vg 1.2.6.1: #i75844# MinGW port efforts part II


2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [fc55a437cb227a2b5b0fe313bb606ae2e2ee8f99]

INTEGRATION: CWS mingwport04 (1.6.6); FILE MERGED 2007/04/25 11:33:42 vg 1.6.6.1: #i75844# MinGW port efforts part II


2007-05-23  Vladimir Glazounov  <vg@openoffice.org>  [2d58a0e41a871a0420b06a320139e5a3a28f89eb]

new version for SRC680


2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [92b8c6214d3cdbf15e9e2bf984d3581db1b64bf5]

INTEGRATION: CWS chart2mst3 (1.16.34); FILE MERGED 2006/11/29 16:10:43 mba 1.16.34.5: #i64497#: avoid setting visAreaSize explicitly for all objects when they are copied for clipboard 2006/11/25 09:27:51 bm 1.16.34.4: RESYNC: (1.18-1.19); FILE MERGED 2006/11/24 15:52:12 bm 1.16.34.3: RESYNC: (1.17-1.18); FILE MERGED 2006/10/18 17:33:55 bm 1.16.34.2: RESYNC: (1.16-1.17); FILE MERGED 2006/10/13 16:19:20 mba 1.16.34.1: #i64497#: make sure that parent of documents is set before loading it as some documents (chart2!) need this


2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [485eb7cc3f4fa87a54adce5139491bbce46b5c55]

INTEGRATION: CWS chart2mst3 (1.9.36); FILE MERGED 2006/11/30 12:06:28 mba 1.9.36.4: #i64497#: parent is now set before objects are loaded 2006/11/24 15:51:46 bm 1.9.36.3: RESYNC: (1.10-1.11); FILE MERGED 2006/10/18 17:28:35 bm 1.9.36.2: RESYNC: (1.9-1.10); FILE MERGED 2006/10/13 16:15:08 mba 1.9.36.1: #i64497#: make sure that parent of documents is set before loading it as some documents (chart2!) need this


2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5e6d28ef91600a596eac5dfd219d2d3f060a38ab]

INTEGRATION: CWS chart2mst3 (1.2.34); FILE MERGED 2006/01/27 09:43:51 bm 1.2.34.1: +MakeSet, +operator() with another map


2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3198d437f940917aa41f18cba527e73e0b0a39fd]

INTEGRATION: CWS chart2mst3 (1.3.98); FILE MERGED 2006/11/25 09:33:22 bm 1.3.98.7: RESYNC: (1.8-1.10); FILE MERGED 2006/11/24 17:10:14 bm 1.3.98.6: RESYNC: (1.7-1.8); FILE MERGED 2006/10/18 22:34:29 bm 1.3.98.5: RESYNC: (1.5-1.7); FILE MERGED 2006/05/05 14:33:44 bm 1.3.98.4: RESYNC: (1.4-1.5); FILE MERGED 2005/10/07 16:48:39 bm 1.3.98.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/27 10:56:23 iha 1.3.98.2: #i55096# don't crash if 3d geometry is ended without having edges - but also don't loose area filling 2005/09/26 14:58:15 iha 1.3.98.1: #i55096# don't crash if 3d geometry is ended without having edges


2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7a9d1e9a82aad8069373e25e6faa289e46531afd]

INTEGRATION: CWS chart2mst3 (1.10.44); FILE MERGED 2007/04/25 02:19:17 bm 1.10.44.2: RESYNC: (1.10-1.11); FILE MERGED 2006/03/11 16:52:48 iha 1.10.44.1: #i63031# added HelpId for Wizard Next and Previous Button


2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f76d52b8c8a2ec233a55768003756d8db9c2f632]

INTEGRATION: CWS chart2mst3 (1.16.4); FILE MERGED 2007/02/07 18:15:05 iha 1.16.4.3: RESYNC: (1.19-1.21); FILE MERGED 2006/10/19 03:09:30 bm 1.16.4.2: RESYNC: (1.16-1.19); FILE MERGED 2006/08/04 09:32:02 iha 1.16.4.1: don't crash while resizing some charts when replacement graphic happens to be empty


2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0d512595d1e016dbb003307f4b07efba83db8b11]

INTEGRATION: CWS chart2mst3 (1.4.28); FILE MERGED 2007/04/25 02:15:02 bm 1.4.28.5: RESYNC: (1.9-1.10); FILE MERGED 2006/10/19 03:09:13 bm 1.4.28.4: RESYNC: (1.6-1.9); FILE MERGED 2006/05/05 16:57:24 bm 1.4.28.3: RESYNC: (1.5-1.6); FILE MERGED 2005/10/08 17:33:37 bm 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2005/04/04 10:20:10 bm 1.4.28.1: interface XUIConfigurationManager is optional (not even mentioned) in OfficeDocument


2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c8071f6a588666d7cc8d8a14be5811214d6a573b]

INTEGRATION: CWS chart2mst3 (1.4.42); FILE MERGED 2006/11/24 19:36:45 bm 1.4.42.2: RESYNC: (1.4-1.5); FILE MERGED 2006/03/07 11:03:09 mav 1.4.42.1: #i62857# the methods must be declared as virtual


2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b4d033eb0858c68b81b616c0e960331123c88590]

INTEGRATION: CWS chart2mst3 (1.7.24); FILE MERGED 2006/10/19 02:49:16 bm 1.7.24.9: RESYNC: (1.14-1.17); FILE MERGED 2006/03/11 16:51:46 iha 1.7.24.8: #i63031# added HelpId for Wizard Next and Previous Button 2006/01/25 17:06:22 bm 1.7.24.7: RESYNC: (1.13-1.14); FILE MERGED 2005/10/08 16:55:21 bm 1.7.24.6: RESYNC: (1.12-1.13); FILE MERGED 2005/03/17 10:28:22 bm 1.7.24.5: RESYNC: (1.11-1.12); FILE MERGED 2004/11/02 15:26:31 bm 1.7.24.4: RESYNC: (1.9-1.11); FILE MERGED 2004/08/30 16:56:06 bm 1.7.24.3: RESYNC: (1.8-1.9); FILE MERGED 2004/06/17 15:57:15 bm 1.7.24.2: dynamic cast not available yet on Windows (wait for m44) 2004/06/17 11:08:04 bm 1.7.24.1: OWizardPage: initialize with Window instead of wizard machine To later use the wizard machine, perform a dynamic_cast


2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bff507ed89875a299e9c63d96e94cd2ee65e12b1]

INTEGRATION: CWS chart2mst3 (1.2.26); FILE MERGED 2006/10/19 02:48:59 bm 1.2.26.7: RESYNC: (1.10-1.13); FILE MERGED 2006/01/25 17:05:57 bm 1.2.26.6: RESYNC: (1.9-1.10); FILE MERGED 2006/01/02 15:57:31 iha 1.2.26.5: #i58960# offer method for setting a HelpId for the roadmap control 2005/10/08 16:54:59 bm 1.2.26.4: RESYNC: (1.8-1.9); FILE MERGED 2005/03/17 10:28:13 bm 1.2.26.3: RESYNC: (1.5-1.8); FILE MERGED 2004/11/02 15:26:12 bm 1.2.26.2: RESYNC: (1.3-1.5); FILE MERGED 2004/06/11 15:40:11 bm 1.2.26.1: wrong type in va_arg (GPF on Linux)


2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [eb521ce03196af5e7d775a663e91b5692e20c1d0]

INTEGRATION: CWS chart2mst3 (1.29.2); FILE MERGED 2007/04/25 11:08:59 pb 1.29.2.1: fix: #i73746# support of disable transient children


2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e5ae1623e132eebc6534bf321a8e29bfa216ec5d]

INTEGRATION: CWS chart2mst3 (1.15.142); FILE MERGED 2007/04/25 11:08:59 pb 1.15.142.1: fix: #i73746# support of disable transient children


2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bdc85fec607b449c645bfd3957e79bf9a8d77db6]

INTEGRATION: CWS chart2mst3 (1.21.2); FILE MERGED 2007/04/25 11:08:59 pb 1.21.2.1: fix: #i73746# support of disable transient children


2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c9128c9ff4218edfe139af4a8a078c37022f6835]

INTEGRATION: CWS chart2mst3 (1.24.2); FILE MERGED 2007/02/07 18:09:18 iha 1.24.2.7: RESYNC: (1.31-1.32); FILE MERGED 2007/01/10 16:26:36 iha 1.24.2.6: switch back to old factory name for charts now as we only have the new chart 2006/10/19 02:33:00 bm 1.24.2.5: RESYNC: (1.27-1.31); FILE MERGED 2006/01/25 16:50:56 bm 1.24.2.4: RESYNC: (1.26-1.27); FILE MERGED 2005/10/08 16:28:24 bm 1.24.2.3: RESYNC: (1.25-1.26); FILE MERGED 2005/07/25 18:14:19 bm 1.24.2.2: RESYNC: (1.24-1.25); FILE MERGED 2005/04/06 12:02:35 bm 1.24.2.1: factory names for new chart is different from old one


2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [12e1a3a8085a6512c3f54d294aba944ee94e163b]

INTEGRATION: CWS chart2mst3 (1.2.30); FILE MERGED 2007/04/25 07:55:08 bm 1.2.30.1: saved changes done in file on branch before move here from ..


2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a315c74d6834feed1167f1c2e76619f85494d1b6]

INTEGRATION: CWS chart2mst3 (1.2.30); FILE MERGED 2007/04/25 11:10:41 pb 1.2.30.1: fix: #i73746# support of disable transient children


2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2def6e362d64ece2e51121aa1d90735b949b210e]

INTEGRATION: CWS chart2mst3 (1.2.30); FILE MERGED 2007/04/25 07:49:51 bm 1.2.30.1: saved changes done in file on branch before move here from ..


2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d68a63a1a6c7c203278a19a48d50e4a914ad42a0]

INTEGRATION: CWS chart2mst3 (1.2.30); FILE MERGED 2007/04/25 07:59:10 bm 1.2.30.1: saved changes done in file on branch before move here from ..


2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [14c6dadd887aa743b5f5d95b50c412d0c1331a26]

INTEGRATION: CWS chart2mst3 (1.59.62); FILE MERGED 2007/05/14 20:00:45 bm 1.59.62.5: RESYNC: (1.60-1.62); FILE MERGED 2007/04/26 14:47:38 bm 1.59.62.4: #i75469# merged changes for this fix into CWS. Originally fixed on CWS vcl75 2007/04/25 00:55:37 bm 1.59.62.3: RESYNC: (1.59-1.60); FILE MERGED 2007/04/20 08:17:19 pl 1.59.62.2: #145482# catch Xerrors from input method 2007/03/06 09:16:03 iha 1.59.62.1: #145482# invalidate container pointer


2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9786dbf7597c6159a9c273ebb81f81dbb760772b]

INTEGRATION: CWS chart2mst3 (1.18.90); FILE MERGED 2007/02/23 14:05:46 iha 1.18.90.1: #i74770# crash after changing some attributes in chart


2007-05-16  Vladimir Glazounov  <vg@openoffice.org>  [a7b1254a990a6867c96e4ca8e5efd9c2e113cbbc]

#i10000# set define in a pch compatible way


2007-05-14  Vladimir Glazounov  <vg@openoffice.org>  [5272bfe0ab3277edeaf07158e19e67e0130ba487]

new version for SRC680


2007-05-14  Vladimir Glazounov  <vg@openoffice.org>  [9fc78e18aaa8473a3c9f90f287654e47a4454812]

new version for SRC680


2007-05-14  Kurt Zenker  <kz@openoffice.org>  [2290aa4f291f465f3587db17ade2df81503906c4]

#i10000# moved from svtools/inc


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [ad7fc53b77058499bdd54d86d79be71809668ad7]

INTEGRATION: CWS gh13 (1.41.6); FILE MERGED 2007/04/12 08:55:28 gh 1.41.6.1: #i75602#wait for event to be submitted


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [0b7b79a9de3bf2137c4dea99fdd869076ac81016]

INTEGRATION: CWS gh13 (1.138.20); FILE MERGED 2007/01/31 09:41:11 gh 1.138.20.4: RESYNC: (1.138-1.143); FILE MERGED 2006/12/20 12:41:24 gh 1.138.20.3: #i72795#add methods to ORoadmap and export header to automate it by VCLTesttool 2006/11/24 12:25:21 gh 1.138.20.2: moved ttglobal.hrc to basic/inc 2006/11/24 12:13:55 gh 1.138.20.1: moved svtmsg.hrc to basic/inc


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [e75c72d59cbb63c8d92bff49f883ef0503846a3f]

INTEGRATION: CWS gh13 (1.31.54); FILE MERGED 2007/02/08 05:40:50 gh 1.31.54.2: #i52436# reverted previous change and made existing methode public instead 2006/12/15 09:33:20 gh 1.31.54.1: #i52436# add new method for testtool to EditBrowseBox File has bee nmoved to inc/svtools


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [d7372ceb5c3049af7321e5a36fb3a53e466ed32a]

#i10000# adjust include to hyperlabel.hxx


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [776c8c4759c187de0acb5c6d3bc73311d24ce944]

INTEGRATION: CWS gh13 (1.247.22); FILE MERGED 2007/01/31 10:23:55 gh 1.247.22.2: RESYNC: (1.247-1.251); FILE MERGED 2007/01/03 14:07:18 gh 1.247.22.1: #144461# remove events from Application::PostKey/MouseEvent when destriying a Window


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [50e4fea5e2423c11713c9c7aaeb9dd1056f7c839]

INTEGRATION: CWS gh13 (1.74.6); FILE MERGED 2007/04/12 08:55:28 gh 1.74.6.1: #i75602#wait for event to be submitted


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [43745e871a49d68cae5bf0913f8c0d1d66ccfcd0]

INTEGRATION: CWS gh13 (1.18.14); FILE MERGED 2007/05/03 09:54:40 gh 1.18.14.1: do not check external links for equality


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [631f572d3dd3219f1d12105d2d739ab8e25fd7af]

INTEGRATION: CWS gh13 (1.5.38); FILE MERGED 2006/12/27 11:40:11 gh 1.5.38.1: check for double questionmark and new switch -e to disable it


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [d6c087a8c049797da786943db964d817cfb059bc]

INTEGRATION: CWS gh13 (1.24.14); FILE MERGED 2007/05/03 09:55:37 gh 1.24.14.4: do not check external links for equality 2007/03/16 12:05:26 gh 1.24.14.3: writing errorfiles was not ok for new feature 2006/12/27 11:40:43 gh 1.24.14.2: check for double questionmark and new switch -e to disable it 2006/12/27 11:40:11 gh 1.24.14.1: check for double questionmark and new switch -e to disable it


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [b37030356d1215fd8bfde13c836ef004810a3d49]

INTEGRATION: CWS gh13 (1.23.14); FILE MERGED 2007/03/14 12:21:50 gh 1.23.14.1: delivering l10n converter


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [770024302e7569b70c25f179e3426c78a5ee0c77]

INTEGRATION: CWS gh13 (1.3.12); FILE MERGED 2007/03/14 10:32:43 gh 1.3.12.1: always build l10n converter


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [8b91fe43f2c0478c3411722dffd8a0e0368e23e0]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:33:58 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [9260b421c5f8e7f73c22f428e9f545b47093dae5]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:34:09 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [59c767beec3c559915f8dba694fbd6416fba2210]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:35:48 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [ce1001039560a6f120d517989f69e28198eb43ed]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:37:10 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [96187136582cddad2047cfc3135c95ab3fa876c3]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/14 09:38:44 gh 1.1.2.2: last corrections 2007/03/09 14:37:00 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [071022e170328c2f5d15364de6c19d689cecf873]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:36:50 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [e417103863c29aa1f04285a9e79e3b7fafc297a6]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:36:39 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [bd3cef5aaf3273453fdb6961f31c3a1c16cf8b98]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:36:17 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [f203f89320b09d8abc852af605d494c15cd85df6]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:36:29 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [d39b9530b832298dcc8f938da02095361f405969]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:36:05 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [f385e69472e0e239d0020bb8f8c54b5b3c721de2]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:35:54 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [6de5f1392bd9038af3b070778f97d7d49c004100]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:35:21 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [bc24392262572a5df73880bae11face4e189336c]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:35:43 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [d516963d1cc60b1ed03a57167b690ceb4493cc3d]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:35:32 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [9cce11a879193d5adfefc3a4968658c877577f59]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:35:09 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [cf73285f66a1b398952c3afb32d34b3adc6364db]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:34:58 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [2d76b0916e5b20d71b165f9f41b3bbe91ef35a38]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:34:40 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [59e97032cadd12074c05c658aa58c552ad44a2ee]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:34:28 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [3cd3ce45572310efc800e5f49afec330cd5ad3f6]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:34:17 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [4dcf27eacf336ede63c8c09eb587359f94063980]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:34:03 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [4eada24550e42ea0ce4fc5d27f16fe70fe2c4c91]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:33:51 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [2ee27d579e3fa33815e99bf5ff1a62afcfc44c70]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:33:40 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [5e815d64b7eaceda811e605c291376561a2396d5]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:34:04 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [c47daf6109d1104b7ab3c035a5b777f0f1a37b60]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:33:50 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [fc87e88eecc36393e866f64727a8811a5dc0d50a]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:14:59 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [857c2f9e1ba969c270c4eeb1ccea1e2515d839d1]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/09 14:12:37 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [8c7c6ec82f6f5caf88bb44079af7be6d845d44e9]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/14 13:37:36 gh 1.1.2.3: removed classpath 2007/03/14 09:38:44 gh 1.1.2.2: last corrections 2007/03/09 14:12:15 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [dfa3b6be389fc8d42973bc6d175e4d1a4299996e]

INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2007/03/16 15:21:00 gh 1.1.2.3: removed task depend since it is an optional task not available on all systems 2007/03/14 12:21:49 gh 1.1.2.2: delivering l10n converter 2007/03/09 14:12:04 gh 1.1.2.1: original version by Christian Schmidt


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [48fd58d9ce0bb6b8ef0e31722c5ad9e3b1e315de]

INTEGRATION: CWS gh13 (1.10.52); FILE MERGED 2007/05/03 09:54:40 gh 1.10.52.1: do not check external links for equality


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [025a33b2a77658bfcba58e2a113fd4c6889921e0]

INTEGRATION: CWS gh13 (1.12.80); FILE MERGED 2006/12/20 12:41:25 gh 1.12.80.1: #i72795#add methods to ORoadmap and export header to automate it by VCLTesttool


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [81c35738670399fc6a8add6b0ddf836e979cab6f]

INTEGRATION: CWS gh13 (1.7.250); FILE MERGED 2006/12/20 12:41:24 gh 1.7.250.1: #i72795#add methods to ORoadmap and export header to automate it by VCLTesttool


2007-05-11  Kurt Zenker  <kz@openoffice.org>  [fd73bf099e98ec8aa514761daaff20f20ba17b93]

INTEGRATION: CWS pchfix04 (1.2.18); FILE MERGED 2006/12/12 17:21:07 kaib 1.2.18.1: #i71519# fixing pch in svtools for msc


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3b4be9f6a37bf61fb9df351ddab5c12182b0bfa0]

INTEGRATION: CWS pchfix04 (1.15.16); FILE MERGED 2007/01/12 15:57:56 hjs 1.15.16.1: #i73422# prefixing HELP_INDEX and HELP_HELPONHELP with OOO_ to solve clash with defines from compiler includes on windows


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [afbdf61ee0f5afd9a1b8015a33abfbc88e7e443a]

INTEGRATION: CWS pchfix04 (1.7.34); FILE MERGED 2007/01/12 15:57:56 hjs 1.7.34.1: #i73422# prefixing HELP_INDEX and HELP_HELPONHELP with OOO_ to solve clash with defines from compiler includes on windows


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [efcf7f95b537dd0bd1ba67edbcfd87cdaf041f83]

INTEGRATION: CWS pchfix04 (1.5.44); FILE MERGED 2007/01/03 11:29:05 hjs 1.5.44.1: #i72621# cleanup to solve pch problem (redefine)


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [cdd890310a8e43f157310479f8c296d15970f3e3]

INTEGRATION: CWS pchfix04 (1.2.44); FILE MERGED 2006/12/12 17:08:14 kaib 1.2.44.3: #i71519# fixing goodies pch for msc 2006/11/27 18:04:46 kaib 1.2.44.2: #i71519# goodies pch working on msc 2006/11/27 12:57:55 mkretzschmar 1.2.44.1: #i71519# fill in goodies pch file. Builds fine on Mac OS X and Linux.


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [672e8b4269630e80dfc848adfc6c23ebe4bae2a0]

INTEGRATION: CWS pchfix04 (1.10.44); FILE MERGED 2007/04/26 03:53:35 hjs 1.10.44.2: RESYNC: (1.10-1.11); FILE MERGED 2006/11/16 15:23:01 mkretzschmar 1.10.44.1: #i71619# Don't include pch files in cxx files that will be included


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [4adb3886db055d930558d8678806e6035f3d097f]

INTEGRATION: CWS pchfix04 (1.9.44); FILE MERGED 2007/04/26 03:53:54 hjs 1.9.44.2: RESYNC: (1.9-1.10); FILE MERGED 2006/11/16 15:23:01 mkretzschmar 1.9.44.1: #i71619# Don't include pch files in cxx files that will be included


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [525e4b77184d6a21f8f5afcdb956f6f27765d285]

INTEGRATION: CWS pchfix04 (1.10.44); FILE MERGED 2006/11/16 15:23:02 mkretzschmar 1.10.44.1: #i71619# Don't include pch files in cxx files that will be included


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [860322261d8b2dd329b0590bfe0299becd0d7bbe]

INTEGRATION: CWS pchfix04 (1.7.44); FILE MERGED 2006/11/16 15:23:02 mkretzschmar 1.7.44.1: #i71619# Don't include pch files in cxx files that will be included


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [bcfa060f426689aca3022394674d97b1f7c0b04c]

INTEGRATION: CWS pchfix04 (1.6.44); FILE MERGED 2006/11/16 15:23:03 mkretzschmar 1.6.44.1: #i71619# Don't include pch files in cxx files that will be included


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a3912b743ee1cf8230db050fdbc036e113768b1d]

INTEGRATION: CWS pchfix04 (1.12.44); FILE MERGED 2006/11/16 15:23:03 mkretzschmar 1.12.44.1: #i71619# Don't include pch files in cxx files that will be included


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9657125bff71d469fd069a57cd9c344b2be03fb8]

INTEGRATION: CWS pchfix04 (1.2.44); FILE MERGED 2006/12/13 16:07:09 hjs 1.2.44.5: #i71519# removed local headers 2006/11/28 10:42:51 mkretzschmar 1.2.44.4: #i71519# fix clean build: do not include headers from your own project 2006/11/27 18:58:01 mkretzschmar 1.2.44.3: #i71519# fix system-zlib case 2006/11/27 17:36:18 kaib 1.2.44.2: #i71519# tools pch working on msc 2006/11/27 12:20:21 mkretzschmar 1.2.44.1: #i71519# fill in tools pch file. Builds fine on Linux.


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d55bd0ec04b0b1e54f8b1b95fa28a46308d7ed97]

INTEGRATION: CWS pchfix04 (1.10.18); FILE MERGED 2007/02/05 08:45:54 os 1.10.18.1: #i73604# usage of ITEMID_* removed


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [22a210b383ed4362b86d7a349050357f4d1b13b8]

INTEGRATION: CWS pchfix04 (1.2.40); FILE MERGED 2006/11/16 12:37:21 kaib 1.2.40.1: #i71519# first non-working version of svtools pchheaders


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1ca59e80886acf51fe22342a708ff9fa0e8c9469]

INTEGRATION: CWS pchfix04 (1.1.2); FILE ADDED 2006/12/12 17:21:06 kaib 1.1.2.1: #i71519# fixing pch in svtools for msc


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [2e6dfcadd1a72f1a12c5945d96eb745684cbed7d]

INTEGRATION: CWS pchfix04 (1.9.70); FILE MERGED 2007/03/02 15:58:00 hjs 1.9.70.3: #i71519# re-insert comment 2006/12/12 17:21:06 kaib 1.9.70.2: #i71519# fixing pch in svtools for msc 2006/11/17 11:45:06 mkretzschmar 1.9.70.1: #i71619# Don't include pch in cxx files that are included in other cxx files


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [33964a08883e3b395eb446ad416e448fdf278c18]

INTEGRATION: CWS pchfix04 (1.7.70); FILE MERGED 2007/02/05 08:45:54 os 1.7.70.1: #i73604# usage of ITEMID_* removed


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3c262643ccbbe8ea5ba09675d7e6803bebef587d]

INTEGRATION: CWS pchfix04 (1.2.36); FILE MERGED 2007/05/03 15:31:35 hjs 1.2.36.1: #i73604# - fix after resync


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [593111f87c16279e3a02555d28db45eef3acb923]

INTEGRATION: CWS pchfix04 (1.2.70); FILE MERGED 2006/11/17 16:12:57 mkretzschmar 1.2.70.4: #i71519# A version of the header that doesn't break linking on Linux 2006/11/17 12:29:50 mkretzschmar 1.2.70.3: #i71519# A version of the header that has passed pchdelta.py on Linux too 2006/11/16 20:45:33 kaib 1.2.70.2: #i71519# A version of the header that has passed pchdelta.py 2006/11/16 12:37:21 kaib 1.2.70.1: #i71519# first non-working version of svtools pchheaders


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [da45ae28da7005376dd36834320160301550359d]

INTEGRATION: CWS pchfix04 (1.2.18); FILE MERGED 2006/11/16 17:02:47 mkretzschmar 1.2.18.3: #i71588# undo previous change which broke the build subtly and is not strictly necessary 2006/11/16 15:48:30 mkretzschmar 1.2.18.2: #i71588# update for unxlngi6 support for precompiled headers 2006/11/16 12:37:20 kaib 1.2.18.1: #i71519# first non-working version of svtools pchheaders


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3a507e42b74257a3e3ece45e7cbe2c654ff4c39c]

INTEGRATION: CWS pchfix04 (1.249.14); FILE MERGED 2007/04/26 01:50:23 hjs 1.249.14.4: RESYNC: (1.252-1.254); FILE MERGED 2007/02/13 16:08:04 hjs 1.249.14.3: RESYNC: (1.251-1.252); FILE MERGED 2007/01/26 20:17:06 hjs 1.249.14.2: RESYNC: (1.249-1.251); FILE MERGED 2007/01/12 15:50:21 hjs 1.249.14.1: #i73422# prefixing HELP_INDEX and HELP_HELPONHELP with OOO_ to solve clash with defines from compiler includes on windows


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e5ddf2b55e4efd33b1dbce9879539a0aa3dbc8c4]

INTEGRATION: CWS pchfix04 (1.144.20); FILE MERGED 2007/04/26 01:50:30 hjs 1.144.20.3: RESYNC: (1.145-1.146); FILE MERGED 2007/01/26 20:17:15 hjs 1.144.20.2: RESYNC: (1.144-1.145); FILE MERGED 2007/01/12 15:50:21 hjs 1.144.20.1: #i73422# prefixing HELP_INDEX and HELP_HELPONHELP with OOO_ to solve clash with defines from compiler includes on windows


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [35dcc4f537c709d0aa8d232450e36007f9340281]

INTEGRATION: CWS pchfix04 (1.2.40); FILE MERGED 2007/05/03 15:43:14 hjs 1.2.40.1: #i73604# - fix after resync


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [192b7520ec617d40b496f23da6eefcfc7b11fab8]

INTEGRATION: CWS pchfix04 (1.2.100); FILE MERGED 2006/12/22 14:21:27 hjs 1.2.100.1: #i72801# just make sure it's not empty


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9832e345c026028d4567ce5a878b8d3da1ddc67e]

INTEGRATION: CWS freeafms (1.4.22); FILE MERGED 2006/12/06 14:21:43 rene 1.4.22.2: #i72124# depend on afms 2006/12/06 13:10:42 rene 1.4.22.1: #i72124# fix build.lst


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f27891cacbbedd9ac6a94fc6c2b7ccd0a00163b7]

INTEGRATION: CWS pchfix04 (1.4.34); FILE MERGED 2006/11/16 15:27:48 mkretzschmar 1.4.34.1: #i71619# Don't include pch files in cxx files that will be included


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [674dae922d93f27a056a1cc75a027856d5d86418]

INTEGRATION: CWS pchfix04 (1.4.34); FILE MERGED 2006/12/04 18:10:20 kaib 1.4.34.2: RESYNC: (1.4-1.5); FILE MERGED 2006/11/16 15:27:47 mkretzschmar 1.4.34.1: #i71619# Don't include pch files in cxx files that will be included


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [2a9da6dfb1df802020a68d6750c5cc6c693aa559]

INTEGRATION: CWS pchfix04 (1.2.38); FILE MERGED 2006/12/04 12:48:52 kaib 1.2.38.2: #i71519# fixed toolkit pch files for msc 2006/11/27 15:31:31 mkretzschmar 1.2.38.1: #i71519# fill in toolkit pch file. Builds fine on Mac OS X and Linux.


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0cd5c4b1b3636534aeaa9da1aa083fa510cc8263]

INTEGRATION: CWS pchfix04 (1.2.32); FILE MERGED 2007/02/08 12:50:05 hjs 1.2.32.2: #i72801# gcc 3.4.1 dies on empty pch - windows here on the previous include... 2007/02/08 12:11:21 hjs 1.2.32.1: #i72801# gcc 3.4.1 dies on empty pch


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [6424dd3cc76552bd4c4b1d79b46c2c27640e9bf8]

INTEGRATION: CWS pj77 (1.2.134); FILE MERGED 2007/04/25 18:17:18 pjanik 1.2.134.1: #i76688#: Remove deprecated SISSL.


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c325d5b348a6a0cc4432839601e9b19eac4eae51]

INTEGRATION: CWS pj77 (1.2.134); FILE MERGED 2007/04/25 18:16:38 pjanik 1.2.134.1: #i76688#: Remove deprecated SISSL.


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [efb6f1669a5ae62dbee3177a2d1f8ebc2fc98554]

INTEGRATION: CWS pj77 (1.3.218); FILE MERGED 2007/04/23 18:58:24 cloph 1.3.218.1: Issue number: #i76616# Submitted by: cloph initialize variables to allow WaE build with GTK enabled


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ab5213454454e652369e08a5b09479dead4937a0]

INTEGRATION: CWS pj77 (1.4.150); FILE MERGED 2007/04/23 18:58:24 cloph 1.4.150.1: Issue number: #i76616# Submitted by: cloph initialize variables to allow WaE build with GTK enabled


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9dbc78c51376847d48e38c3c6a9c4ccf6676907b]

INTEGRATION: CWS pj77 (1.23.218); FILE MERGED 2007/04/30 08:13:16 thb 1.23.218.1: #i76800# Fixed OSX dbgutil build breaker; removed two overly restrictive assertions


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [11190a1f9258bd46551bc14b42eddae62e9ec6d5]

INTEGRATION: CWS pj77 (1.2.30); FILE MERGED 2007/04/30 08:13:16 thb 1.2.30.1: #i76800# Fixed OSX dbgutil build breaker; removed two overly restrictive assertions


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [50679b88a340162aae9c82effcf43894a7493427]

INTEGRATION: CWS dba23a (1.7.46); FILE MERGED 2007/03/21 21:11:40 fs 1.7.46.1: #i75611# proper implementation of getPropertyStateByHandle


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b39b0700183550a5312dc9a17a03a203531d5347]

INTEGRATION: CWS dba23a (1.8.22); FILE MERGED 2007/03/21 14:10:07 fs 1.8.22.2: #i73256# more inlines 2007/02/22 11:12:43 fs 1.8.22.1: #i73256#


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [2a4dc8794ac23fef3f969bcf673c9e709eba8051]

INTEGRATION: CWS dba23a (1.60.50); FILE MERGED 2007/02/22 11:02:10 fs 1.60.50.1: #i68961# VCLXListBox::addItems no endless loop in case of too many items


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a91fc7e1e6d6409b9c5a5eab667e89475e6fe71a]

INTEGRATION: CWS dba23a (1.72.16); FILE MERGED 2007/03/07 11:23:44 fs 1.72.16.1: draw: Always use PaintToDevice, nowadays the old hacks are not necessary anymore (and hurt in case of #i74694# and #i74895#)


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [75fb700317ba33d54e7347bb1170532d5768364d]

INTEGRATION: CWS c07v012_SRC680 (1.46.190); FILE MERGED 2007/04/11 07:34:34 thb 1.46.190.1: #b6520266# Correctly clipping region to device bounds (for Window and VDev)


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [21762cca4e0ca01495db57a57c096cda36b88091]

INTEGRATION: CWS impress120_SRC680 (1.9.26.1.4); FILE MERGED 2007/04/17 15:06:35 sj 1.9.26.1.4.1: #i76451# fixed stream seeking problem when storing certain kind of graphics (vclmetfile, wmf..)


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [38520c60cb286a486ff1c49526d8c5dd33604fde]

INTEGRATION: CWS impress120_SRC680 (1.4.110); FILE MERGED 2007/04/16 13:28:25 sj 1.4.110.1: #i75817# support XBitmap


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5c599a48bdf17e3e4c3b258cb02bba3847e7f821]

INTEGRATION: CWS impress120_SRC680 (1.4.82); FILE MERGED 2007/04/16 13:28:25 sj 1.4.82.1: #i75817# support XBitmap


2007-05-10  Kurt Zenker  <kz@openoffice.org>  [2e758b5a94b9f68b6c2e9b79cdbfd443e006677c]

INTEGRATION: CWS impress120_SRC680 (1.15.90); FILE MERGED 2007/04/24 13:47:09 sj 1.15.90.2: #i75817# use XGraphic implementation for XBitmap 2007/04/16 13:29:40 sj 1.15.90.1: #i75817# support XBitmap


2007-05-09  Vladimir Glazounov  <vg@openoffice.org>  [256a963973f8a9258d9a7c0631f9d9b6bbc898ac]

new version for OOF680


2007-05-09  Kurt Zenker  <kz@openoffice.org>  [fac8ba0f25829ca1f5e740072dd4e13b1df4651a]

INTEGRATION: CWS aw048 (1.11.2); FILE MERGED 2007/04/18 15:30:18 aw 1.11.2.1: #i76339#


2007-05-09  Kurt Zenker  <kz@openoffice.org>  [855e8c80addf4f0e21f029cf968aac28dd3469c8]

INTEGRATION: CWS aw048 (1.20.206); FILE MERGED 2007/04/12 17:09:24 aw 1.20.206.1: #i75163# Added long needed methods GetViewTransformation() and GetInverseViewTransformation() to OutputDevice. Implementation buffers matrix generation.


2007-05-09  Kurt Zenker  <kz@openoffice.org>  [4e3747987672081b3972ba05ee878badbddb638f]

INTEGRATION: CWS aw048 (1.226.108); FILE MERGED 2007/04/18 11:35:14 aw 1.226.108.1: #i76339#


2007-05-09  Kurt Zenker  <kz@openoffice.org>  [2cc2c42533b156c5da024a5c1a951cdff76678a1]

INTEGRATION: CWS aw048 (1.46.192); FILE MERGED 2007/04/12 17:09:24 aw 1.46.192.1: #i75163# Added long needed methods GetViewTransformation() and GetInverseViewTransformation() to OutputDevice. Implementation buffers matrix generation.


2007-05-09  Kurt Zenker  <kz@openoffice.org>  [01085ce68b7a236dc875b95138d5b6e3b31666f0]

INTEGRATION: CWS aw048 (1.2.8); FILE MERGED 2007/04/18 10:55:19 aw 1.2.8.1: adaption to moved headers


2007-05-09  Kurt Zenker  <kz@openoffice.org>  [353b7b5cf90ae535110c0d9a02e1181c0d8d772f]

INTEGRATION: CWS aw048 (1.13.48); FILE MERGED 2007/04/18 11:56:38 aw 1.13.48.3: #i76339# 2007/03/27 10:37:07 aw 1.13.48.2: #i71618# enchanced PolygonOffset support: New default value and set/getPolygonOffset() methods for 3d 2007/03/27 09:34:52 aw 1.13.48.1: #i71618# enchanced PolygonOffset support: New default value and set/getPolygonOffset() methods for 3d


2007-05-09  Kurt Zenker  <kz@openoffice.org>  [235c0df5b487694e168aaafd23dfa92220b7f8dc]

INTEGRATION: CWS aw048 (1.4.54); FILE MERGED 2007/03/27 09:34:52 aw 1.4.54.1: #i71618# enchanced PolygonOffset support: New default value and set/getPolygonOffset() methods for 3d


2007-05-09  Kurt Zenker  <kz@openoffice.org>  [847f68f8c6ff2b1114ec4a27052730e55f71c41f]

INTEGRATION: CWS dba221a_SRC680 (1.14.52); FILE MERGED 2007/04/01 20:50:10 fs 1.14.52.1: #i74484# impl_openStreamWithPostData now properly translating PostData to another XInputStream


2007-05-09  Kurt Zenker  <kz@openoffice.org>  [0dc588332c5e8eb9c1086a1f5ae973c0cc81492d]

INTEGRATION: CWS aw048 (1.9.54); FILE MERGED 2007/03/27 09:34:52 aw 1.9.54.1: #i71618# enchanced PolygonOffset support: New default value and set/getPolygonOffset() methods for 3d


2007-05-09  Kurt Zenker  <kz@openoffice.org>  [b1bfdc063737a8e75b9c15b9e07b1b8674776c16]

INTEGRATION: CWS dba221a_SRC680 (1.10.84); FILE MERGED 2007/04/01 20:49:42 fs 1.10.84.1: #i74484# impl_openStreamWithPostData now taking the PostData XInputStream


2007-05-09  Kurt Zenker  <kz@openoffice.org>  [2c8cb937495d01b95c4c46a4e112a6b5541bdf20]

INTEGRATION: CWS aw048 (1.2.2); FILE MERGED 2007/04/18 10:55:59 aw 1.2.2.1: adaption to moved headers


2007-05-09  Kurt Zenker  <kz@openoffice.org>  [fe93529b8dcdd673fefc594e722c83141fe1677e]

INTEGRATION: CWS aw048 (1.13.42); FILE MERGED 2007/04/13 16:36:31 aw 1.13.42.1: #i74631#, #i76339# support better numerical precision at Polygon to B2DPolygon converter for C1 and C2 continuity


2007-05-09  Kurt Zenker  <kz@openoffice.org>  [c7b7aaa9bd6d02caab76d24cd32dc3ce802eb67d]

INTEGRATION: CWS aw048 (1.2.6); FILE MERGED 2007/04/18 10:53:30 aw 1.2.6.1: adaption to moved headers


2007-05-09  Kurt Zenker  <kz@openoffice.org>  [0726fc7c57b005b88be00681ced9e1b0336f8c02]

INTEGRATION: CWS fix75967_SRC680 (1.22.208); FILE MERGED 2007/04/16 17:07:55 pl 1.22.208.1: #i75967# do not loop if all controls are disabled


2007-05-09  Kurt Zenker  <kz@openoffice.org>  [b4e06e4637f3b2260ae01ad63287973b5e9b4951]

INTEGRATION: CWS aw048 (1.12.20); FILE MERGED 2007/04/11 13:28:01 aw 1.12.20.1: #i76239# for shear commands on matrices, do not test against 1.0, but against 0.0


2007-05-09  Kurt Zenker  <kz@openoffice.org>  [48f72defc2db77cf7ac41cbf2ee0b5147353d05e]

INTEGRATION: CWS aw048 (1.16.8); FILE MERGED 2007/04/11 13:28:01 aw 1.16.8.1: #i76239# for shear commands on matrices, do not test against 1.0, but against 0.0


2007-05-09  Kurt Zenker  <kz@openoffice.org>  [ae788769c86cc6824b9e38e570fdec4141b68239]

INTEGRATION: CWS aw048 (1.7.26); FILE MERGED 2007/04/18 12:34:32 aw 1.7.26.1: #i76339#


2007-04-27  Rüdiger Timm  <rt@openoffice.org>  [c5e5f2999d5c81ac2f3cb2ae4cd76b3dff572d40]

#i10000# Added opening parenthesis for if-else-construct (obviously that got lost during last resync).


2007-04-27  Vladimir Glazounov  <vg@openoffice.org>  [e691171c9dfb31df897b2b476622e6b71b327ce9]

new version for SRC680


2007-04-26  Vladimir Glazounov  <vg@openoffice.org>  [4a0d8b8cbdb8cdbf5cbf423f4e18c111afe6e93c]

new version for SRC680


2007-04-26  Vladimir Glazounov  <vg@openoffice.org>  [71872129f9c64d841c5c2be6d14f18189e3f1bae]

new version for SRC680


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ed4d9dacaf979f1789ffa52c36b03ad8023e48df]

INTEGRATION: CWS vcl75 (1.29.146); FILE MERGED 2007/02/28 16:59:29 pl 1.29.146.1: #i74976# disable logo on session startup command line


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [0eef4b78e38c8cb185ce34607b5e0e842156bde7]

INTEGRATION: CWS vcl75 (1.87.74); FILE MERGED 2007/03/19 10:23:18 pl 1.87.74.2: #i75504# fixed format string (thanks pjanik) 2007/02/21 19:36:35 pl 1.87.74.1: #i69116# #i69117# refresh keyboard name in generic plugin


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [fecab84b9e09f3012de19fb854737fe2ac833bb4]

INTEGRATION: CWS vcl75 (1.19.166); FILE MERGED 2007/02/21 19:36:35 pl 1.19.166.2: #i69116# #i69117# refresh keyboard name in generic plugin 2007/02/21 18:39:13 pl 1.19.166.1: #i69116# #i69117# correct some keysym names


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [590ba9aedc0aa91b630c4d7263c4da4042dcd401]

INTEGRATION: CWS vcl75 (1.7.166); FILE MERGED 2007/02/21 19:36:35 pl 1.7.166.1: #i69116# #i69117# refresh keyboard name in generic plugin


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ed568520be53d31ab6393f166b77fb1ea628af8b]

INTEGRATION: CWS vcl75 (1.25.98); FILE MERGED 2007/03/16 16:56:05 pl 1.25.98.1: #i75469# avoid repeatedly setting the same pointer over and over again


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ca2adf0dc0ab09f0bd1d7f8fd57542e82cfee53d]

INTEGRATION: CWS vcl75 (1.14.146); FILE MERGED 2007/02/21 19:36:34 pl 1.14.146.1: #i69116# #i69117# refresh keyboard name in generic plugin


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c2d63eb402feaae49f2fd6d36d7a9a83524674c0]

INTEGRATION: CWS vcl75 (1.59.58); FILE MERGED 2007/03/16 16:56:05 pl 1.59.58.2: #i75469# avoid repeatedly setting the same pointer over and over again 2007/02/19 14:47:44 pl 1.59.58.1: join vcl74


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [b2e9dcc4418413b6238f8c2f6671ecda0632fe28]

INTEGRATION: CWS vcl75 (1.36.24); FILE MERGED 2007/02/23 14:36:51 pl 1.36.24.1: #i63818# open first menu entry on F10 (GNOME only)


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f8cd3c4a9ebfa020cee75566a2790954d1de44bc]

INTEGRATION: CWS vcl75 (1.31.20); FILE MERGED 2007/03/20 12:36:58 pl 1.31.20.2: RESYNC: (1.31-1.32); FILE MERGED 2007/02/21 19:52:43 pl 1.31.20.1: #i69116# #i69117# refresh keyboard name in gtk plugin


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [2443ad31fb8b658c5fa369bba6e3811718a61636]

INTEGRATION: CWS vcl75 (1.252.16); FILE MERGED 2007/04/18 17:17:10 pl 1.252.16.4: RESYNC: (1.253-1.254); FILE MERGED 2007/03/20 12:36:39 pl 1.252.16.3: RESYNC: (1.252-1.253); FILE MERGED 2007/02/26 11:57:32 pl 1.252.16.2: #i74741# fix offset problem in PaintToDevice 2007/02/19 17:41:05 pl 1.252.16.1: #i73785# do not overwrite NoWheelActionWithoutFocus during a system settings change


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [0115644ce69312197ef552aca046be3cf47bc110]

INTEGRATION: CWS vcl75 (1.145.22); FILE MERGED 2007/03/16 11:25:18 pl 1.145.22.3: #i75332# look for non-rectangular multiscreen scnearios when opening popups 2007/02/23 14:36:51 pl 1.145.22.2: #i63818# open first menu entry on F10 (GNOME only) 2007/02/19 14:47:43 pl 1.145.22.1: join vcl74


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [2e884c356eb83be481520c5657e3d64ab73772b9]

INTEGRATION: CWS vcl75 (1.36.138); FILE MERGED 2007/03/16 11:25:18 pl 1.36.138.1: #i75332# look for non-rectangular multiscreen scnearios when opening popups


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [28da5f7b38f2c0d6429cf888085ed78a47fcb67f]

INTEGRATION: CWS vcl75 (1.141.22); FILE MERGED 2007/03/19 09:44:48 hdu 1.141.22.3: #i75293# no extleading for old style Mac TT fonts 2007/03/12 09:23:44 hdu 1.141.22.2: #i75293# some CJK fonts do not have OS2 line metrics 2007/02/19 14:47:43 pl 1.141.22.1: join vcl74


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [1112b23a066faa1b201258f1afceb581cc4c0acd]

INTEGRATION: CWS vcl75 (1.102.58); FILE MERGED 2007/04/18 17:16:52 pl 1.102.58.5: RESYNC: (1.103-1.105); FILE MERGED 2007/03/13 15:30:21 pl 1.102.58.4: fix a compile problem 2007/02/26 08:23:20 pl 1.102.58.3: #i36691# should mirror before registerLayout 2007/02/23 14:58:23 hdu 1.102.58.2: #i36691# char-mirroring hack for embeddable fonts 2007/02/19 14:47:42 pl 1.102.58.1: join vcl74


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [b6c61320a4358f3a7ea2f74f2a5812f04bca7e92]

INTEGRATION: CWS vcl75 (1.33.86); FILE MERGED 2007/03/13 19:01:27 pl 1.33.86.1: #i75264# limit sclaed bitmap output to a reasonable size


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [2c739e9bf8292dd3309d8e1c2cd45bdda2756f34]

INTEGRATION: CWS vcl75 (1.19.60); FILE MERGED 2007/03/19 16:04:45 hdu 1.19.60.1: #145566# reject bogus CMAP raw data


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [b46e0914ffff902b66c7a6c3e25ff9aed2f26464]

INTEGRATION: CWS vcl75 (1.18.24); FILE MERGED 2007/02/23 20:08:17 pl 1.18.24.1: #i27335# react to separator changes in locale


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ba72d2f84a7a1703cd549e74ba10abbed9fbb571]

INTEGRATION: CWS vcl75 (1.83.52); FILE MERGED 2007/03/13 14:29:14 pl 1.83.52.1: #i64785# join from chart2mst3; make Edit work in PaintTransparent mode


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [6ba2430424c23b8d250369519c69ef222c83d00b]

INTEGRATION: CWS vcl75 (1.46.22); FILE MERGED 2007/02/23 13:21:17 pl 1.46.22.1: #i72605# have checkbox combined with ending line


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [66e2b1f3042a4e9504cc5f40eed4002cf9c69142]

INTEGRATION: CWS vcl75 (1.74.24); FILE MERGED 2007/03/30 12:08:31 pl 1.74.24.4: #i75332# minor corrections from code review session 2007/03/29 13:42:00 pl 1.74.24.3: #i75332# better algorithm for GetBestScreen 2007/03/28 14:23:57 pl 1.74.24.2: #i75332# better algorithm for GetBestScreen 2007/03/16 11:25:17 pl 1.74.24.1: #i75332# look for non-rectangular multiscreen scnearios when opening popups


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [699aebf1d974356026ee936ec35f6d416c1088b8]

INTEGRATION: CWS vcl75 (1.2.16); FILE MERGED 2007/04/18 17:29:32 pl 1.2.16.1: solving analyze alerts due to headabu removal


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [03e49e3590b6df63542eeb02d812d9b28a960782]

INTEGRATION: CWS vcl75 (1.2.16); FILE MERGED 2007/04/18 17:29:31 pl 1.2.16.1: solving analyze alerts due to headabu removal


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c2860549266801485abd358e0a22394836b21f51]

INTEGRATION: CWS vcl75 (1.3.154); FILE MERGED 2007/03/20 11:44:15 pb 1.3.154.1: fix: #i64785# svt::SelectableFixedText added


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [30b2db3452785deff18b756c00f7e4532dfc8ce7]

INTEGRATION: CWS vcl75 (1.2.16); FILE MERGED 2007/04/18 17:30:34 pl 1.2.16.1: solving analyze alerts due to headabu removal


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3a91073cd7733b48379c1d51fd8679081fb5b5a1]

INTEGRATION: CWS residcleanup (1.2.44); FILE MERGED 2007/02/18 17:24:28 pl 1.2.44.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [576706f54da9d2e5a1745222fbed9db21b01a3ca]

INTEGRATION: CWS residcleanup (1.10.12); FILE MERGED 2007/02/18 19:58:12 pl 1.10.12.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [fbe83550b9d88d7f280a5d1702f61915f360a2bf]

INTEGRATION: CWS residcleanup (1.5.72); FILE MERGED 2007/02/18 19:58:12 pl 1.5.72.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [be5b98e86d187568989aa8876a1eb0db6651ed9c]

INTEGRATION: CWS residcleanup (1.7.72); FILE MERGED 2007/02/18 19:58:12 pl 1.7.72.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [b7e3e9956e0014ddc92e0395120b359f3b30ac54]

INTEGRATION: CWS residcleanup (1.8.72); FILE MERGED 2007/02/18 19:58:11 pl 1.8.72.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f8aa95d479508bfe20849eb59fae2fd2013b3b3f]

INTEGRATION: CWS residcleanup (1.32.50); FILE MERGED 2007/02/18 19:58:11 pl 1.32.50.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [dfe8ae206e903484824310755d4b5778d1d1e0ef]

INTEGRATION: CWS residcleanup (1.12.72); FILE MERGED 2007/02/18 19:58:11 pl 1.12.72.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a0f2bb2c756021ecddc81402a0d933997ddf91ba]

INTEGRATION: CWS residcleanup (1.7.72); FILE MERGED 2007/02/18 19:58:11 pl 1.7.72.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [eef19673c3526b0fe2ced606796f331f46852b9d]

INTEGRATION: CWS residcleanup (1.7.72); FILE MERGED 2007/02/18 19:58:10 pl 1.7.72.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [0df548f043fed3fe0aaa8878f63b1039675700e4]

INTEGRATION: CWS residcleanup (1.8.72); FILE MERGED 2007/02/18 19:58:10 pl 1.8.72.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [0977a0deeba48b7b4d1c542eb0fbd360f46e68a4]

INTEGRATION: CWS residcleanup (1.7.72); FILE MERGED 2007/02/18 19:58:09 pl 1.7.72.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [8ee6ef55f59630d4b985c0880631d50d63374a1f]

INTEGRATION: CWS residcleanup (1.10.64); FILE MERGED 2007/04/20 17:58:29 pl 1.10.64.2: RESYNC: (1.10-1.11); FILE MERGED 2007/02/18 16:56:00 pl 1.10.64.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f45f00fb38030d894cdbf98c9ff62b34acbfaed2]

INTEGRATION: CWS residcleanup (1.43.62); FILE MERGED 2007/03/20 16:06:19 pl 1.43.62.2: RESYNC: (1.43-1.44); FILE MERGED 2007/02/18 16:56:00 pl 1.43.62.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [54c2aa56be461273a36b37d1775243af59dbfae0]

INTEGRATION: CWS residcleanup (1.5.64); FILE MERGED 2007/03/04 18:51:15 pl 1.5.64.2: #i73635# ResStringArray does not inherit from Resource anymore 2007/02/18 16:55:59 pl 1.5.64.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [61ae7500e2024b7fb4cd678a0f137dc5c0d9afec]

INTEGRATION: CWS residcleanup (1.8.64); FILE MERGED 2007/02/18 16:55:59 pl 1.8.64.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3fbace0200ae62589f9f62590eb97b7a3f362661]

INTEGRATION: CWS residcleanup (1.11.64); FILE MERGED 2007/02/18 16:55:59 pl 1.11.64.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f61622fbd6ec643b0b791b4206a96968699e997a]

INTEGRATION: CWS residcleanup (1.2.16); FILE MERGED 2007/04/20 19:11:28 pl 1.2.16.1: fix cwsanalyze alerts


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [87682cd05c6d87600aaaccffcfbb0a7613512fe0]

INTEGRATION: CWS residcleanup (1.5.144); FILE MERGED 2007/02/18 19:21:43 pl 1.5.144.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [90373db3a29c0a033a140eb7ff211c3eeecaf1f5]

INTEGRATION: CWS residcleanup (1.6.144); FILE MERGED 2007/02/18 19:21:42 pl 1.6.144.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [4d2a4a792774ba3bfe31d3daadf02b005297e114]

INTEGRATION: CWS residcleanup (1.43.62); FILE MERGED 2007/02/18 19:21:42 pl 1.43.62.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c2ed4261e176a54da092e33a3d4bdb5941d6dea7]

INTEGRATION: CWS residcleanup (1.7.124); FILE MERGED 2007/03/21 19:04:01 pl 1.7.124.4: #i74635# clean up dead code 2007/03/21 19:02:23 pl 1.7.124.3: #i74635# ResId cleanup, implement fallback to previous implicit ofa resource 2007/02/20 11:25:31 pl 1.7.124.2: #i74635# get rid of global ResMgr 2007/02/18 19:21:42 pl 1.7.124.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a4e4d0898107a5dd7379640be47f7be91c459570]

INTEGRATION: CWS residcleanup (1.65.20); FILE MERGED 2007/02/18 19:21:42 pl 1.65.20.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [b2a69e96135277b90949bd1e860f03b25c888342]

INTEGRATION: CWS residcleanup (1.9.20); FILE MERGED 2007/02/18 19:21:42 pl 1.9.20.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [25f1c0062eeff8605e427c8ed8f3863f58cf0e00]

INTEGRATION: CWS residcleanup (1.6.20); FILE MERGED 2007/02/18 19:21:42 pl 1.6.20.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [717a5c10579031ee77132ecf488ec3787ee3cf04]

INTEGRATION: CWS residcleanup (1.7.144); FILE MERGED 2007/02/18 19:21:41 pl 1.7.144.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [02b411519f99ffe138a5f6c6181d22e94f416466]

INTEGRATION: CWS residcleanup (1.37.76); FILE MERGED 2007/02/22 20:18:05 pl 1.37.76.1: #i74635# canonicize resid winbits member


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [8c1cc1331ef98a9bff1d5bb5858b1ac5abfc4840]

INTEGRATION: CWS residcleanup (1.6.144); FILE MERGED 2007/02/18 19:21:41 pl 1.6.144.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [66179f8c5c644a13bd9d25d6f19120c54d1c3c31]

INTEGRATION: CWS residcleanup (1.7.144); FILE MERGED 2007/02/18 19:42:44 pl 1.7.144.2: #i74635# get rid of implicit global ResMgr 2007/02/18 19:21:41 pl 1.7.144.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e3ee47bca33e637e4095644f2dbd2a5e525904b5]

INTEGRATION: CWS residcleanup (1.24.22); FILE MERGED 2007/02/18 19:21:41 pl 1.24.22.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a709183090c1d84774f73d009be41951766857a1]

INTEGRATION: CWS residcleanup (1.12.144); FILE MERGED 2007/02/22 20:18:04 pl 1.12.144.1: #i74635# canonicize resid winbits member


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ca2f9498adafd3df666f325d93172a2b71afaa44]

INTEGRATION: CWS residcleanup (1.10.124); FILE MERGED 2007/02/22 20:18:04 pl 1.10.124.1: #i74635# canonicize resid winbits member


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ee0cdaa12116c7d96a34c534c81d2870b7194cd4]

INTEGRATION: CWS residcleanup (1.75.124); FILE MERGED 2007/02/18 19:21:40 pl 1.75.124.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [0a936be2d57fd3cacef589d78a1c98642536b794]

INTEGRATION: CWS residcleanup (1.67.144); FILE MERGED 2007/02/18 19:21:40 pl 1.67.144.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ecf94494b16fbf349e12da4a74d1c56b551243e5]

INTEGRATION: CWS residcleanup (1.2.22); FILE MERGED 2007/04/20 19:08:58 pl 1.2.22.1: fix cwsanalyze alerts


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [69037708b194e45e5157033dc80053a98c6e7f27]

INTEGRATION: CWS residcleanup (1.2.22); FILE MERGED 2007/04/20 19:08:57 pl 1.2.22.1: fix cwsanalyze alerts


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [bb5598cc6ba0c388e71d116754428fc0df76e2b4]

INTEGRATION: CWS residcleanup (1.14.80); FILE MERGED 2007/04/20 16:07:01 pl 1.14.80.2: RESYNC: (1.14-1.15); FILE MERGED 2007/02/18 19:21:40 pl 1.14.80.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [8e3ed55a97e6d06c7f38a6e1471a2bcf937d1653]

INTEGRATION: CWS residcleanup (1.21.144); FILE MERGED 2007/02/18 18:18:59 pl 1.21.144.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [384dace6a246887d9009d307efdb8f7c1a7b9c0e]

INTEGRATION: CWS residcleanup (1.59.56); FILE MERGED 2007/03/20 15:49:26 pl 1.59.56.2: RESYNC: (1.59-1.60); FILE MERGED 2007/02/18 18:18:59 pl 1.59.56.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [272beb3705ac46345c463d53fcdb44127d917aa5]

INTEGRATION: CWS residcleanup (1.17.144); FILE MERGED 2007/02/22 20:04:01 pl 1.17.144.2: #i74635# canonicize resid winbits member 2007/02/22 18:35:22 pl 1.17.144.1: #i74635# get rid of resid winbits member


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ef99dffd1614abfa84104290083ca8b403b34059]

INTEGRATION: CWS residcleanup (1.252.14); FILE MERGED 2007/03/22 07:48:55 pl 1.252.14.5: join fix for #75563# 2007/03/20 15:48:52 pl 1.252.14.4: RESYNC: (1.252-1.253); FILE MERGED 2007/02/22 20:04:01 pl 1.252.14.3: #i74635# canonicize resid winbits member 2007/02/22 18:35:22 pl 1.252.14.2: #i74635# get rid of resid winbits member 2007/02/18 18:18:58 pl 1.252.14.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f9976f54347b9b6fd33ded97a4bc88fbf4102983]

INTEGRATION: CWS residcleanup (1.48.164); FILE MERGED 2007/02/18 18:18:58 pl 1.48.164.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [aa4fa61a8d9a61915c50f9f919478870a8288e61]

INTEGRATION: CWS residcleanup (1.99.164); FILE MERGED 2007/02/18 18:18:58 pl 1.99.164.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [6e10c2bbaf407868dd41f7d2d7fc764a90c1be5c]

INTEGRATION: CWS residcleanup (1.15.162); FILE MERGED 2007/02/18 18:18:57 pl 1.15.162.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [542d29b5ce4debdc18802f905f57f654b117617e]

INTEGRATION: CWS residcleanup (1.8.162); FILE MERGED 2007/02/18 18:18:57 pl 1.8.162.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [b91f8213e0eeb50e0d5b0eaeb337981742978a2d]

INTEGRATION: CWS residcleanup (1.19.162); FILE MERGED 2007/02/18 18:18:57 pl 1.19.162.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c27210da68a4b2dc2cad1a682f3ed3d768ff7b29]

INTEGRATION: CWS residcleanup (1.145.20); FILE MERGED 2007/03/20 15:48:39 pl 1.145.20.2: RESYNC: (1.145-1.146); FILE MERGED 2007/02/18 18:18:57 pl 1.145.20.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [565546fb7b46913abe7cd0fd938657282cb9d451]

INTEGRATION: CWS residcleanup (1.10.164); FILE MERGED 2007/02/18 18:18:57 pl 1.10.164.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [5583999956a1f0f5c957b4c4087cef6ebd54a5cc]

INTEGRATION: CWS residcleanup (1.26.94); FILE MERGED 2007/02/18 18:18:57 pl 1.26.94.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [0392797121706794078470a89dc185f4af1d5cbe]

INTEGRATION: CWS residcleanup (1.7.164); FILE MERGED 2007/02/18 18:18:56 pl 1.7.164.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [55b7a3f693c94d2398b3d1991dae97fb47380343]

INTEGRATION: CWS residcleanup (1.26.162); FILE MERGED 2007/02/18 18:18:56 pl 1.26.162.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [056d5d1a42540c8054b533d56522d88a21303251]

INTEGRATION: CWS residcleanup (1.29.164); FILE MERGED 2007/02/18 18:18:56 pl 1.29.164.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a35a2cc3aec29099fd89b0e8c69febda12a83932]

INTEGRATION: CWS residcleanup (1.13.164); FILE MERGED 2007/02/18 18:18:55 pl 1.13.164.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [64058221dbd9838aad30181d38ec923239f10462]

INTEGRATION: CWS residcleanup (1.19.164); FILE MERGED 2007/02/18 18:18:55 pl 1.19.164.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3d5cd2f8470bc7caa75469f459dcb7abbb02cde7]

INTEGRATION: CWS residcleanup (1.22.164); FILE MERGED 2007/02/18 18:18:55 pl 1.22.164.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3a325f6b60549b9d374a0c6520acea753a275f06]

INTEGRATION: CWS residcleanup (1.18.22); FILE MERGED 2007/02/18 18:18:55 pl 1.18.22.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [6391bd3c3ee4baf160932ea4fa5fe19b497c9c53]

INTEGRATION: CWS residcleanup (1.83.50); FILE MERGED 2007/02/18 18:18:55 pl 1.83.50.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ab82a54f86a2d5a557192be90e976eafd8f82569]

INTEGRATION: CWS residcleanup (1.46.20); FILE MERGED 2007/02/18 18:18:55 pl 1.46.20.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [bab9bc8f0216ab853345c8a5a10943862a4dcd53]

INTEGRATION: CWS residcleanup (1.50.164); FILE MERGED 2007/03/20 15:47:07 pl 1.50.164.2: RESYNC: (1.50-1.51); FILE MERGED 2007/02/18 18:18:54 pl 1.50.164.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [21e574c9b3b466b6bc19a5989a3156814d661c68]

INTEGRATION: CWS residcleanup (1.74.22); FILE MERGED 2007/02/18 18:18:54 pl 1.74.22.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [8578a4599ff87c2c59244734304d373c2cd59d5a]

INTEGRATION: CWS residcleanup (1.6.164); FILE MERGED 2007/02/18 18:18:54 pl 1.6.164.1: #i74635# get rid of implicit global ResMgr


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e54c6bdb34988571bf76189180ed4f476d21221c]

INTEGRATION: CWS residcleanup (1.2.28); FILE MERGED 2007/04/20 19:07:53 pl 1.2.28.1: fix cwsanalyze alerts


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [2f0b77bc8d7a0f0ea1fe71a79d8b35eabdb05d13]

INTEGRATION: CWS residcleanup (1.20.22); FILE MERGED 2007/02/28 21:19:58 pl 1.20.22.1: #i74635# no more ResMgr fallback


2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f0b93eb509970ea4be7ac7094480fdd3cf99b03b]

INTEGRATION: CWS residcleanup (1.5.38); FILE MERGED 2007/02/18 18:30:28 pl 1.5.38.1: #i74635# get rid of implicit global ResMgr


2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [85f3d3111f306eef553de9621e1c6e814e743f5d]

INTEGRATION: CWS sixtyfour11 (1.4.180); FILE MERGED 2007/02/27 10:11:59 kendy 1.4.180.2: #i74885# include <limits.h> 2007/02/26 19:53:43 kendy 1.4.180.1: #i74885# Fix selections to work like on 32bit.


2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [a994be3df150556b6026d05a2d69138230570f42]

INTEGRATION: CWS sixtyfour11 (1.4.108); FILE MERGED 2007/03/12 16:39:26 kendy 1.4.108.1: #i75331# Don't introduce new virtual methods where they should be overridden.


2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [7a64e84271233895781488d1d8f5133d14593920]

INTEGRATION: CWS sixtyfour11 (1.17.244); FILE MERGED 2007/03/12 16:43:12 kendy 1.17.244.1: #i75301# Fix sal_uInt32/ULONG mismatch on Event type.


2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [a145c8112fbb27f5c0224142becf7063500a6f6c]

INTEGRATION: CWS sixtyfour11 (1.7.146); FILE MERGED 2007/02/22 18:43:23 kendy 1.7.146.2: #i74786# Fix occurrences of sizeof(ULONG) where should be sizeof(sal_uInt32) - could break on 64bit. 2007/02/22 13:12:17 kendy 1.7.146.1: #i74771# Don't break .sdw documents on 64bit.


2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [a08410337aa08009db70aeb81da62824ef0cee95]

INTEGRATION: CWS sixtyfour11 (1.7.126); FILE MERGED 2007/02/22 18:43:23 kendy 1.7.126.1: #i74786# Fix occurrences of sizeof(ULONG) where should be sizeof(sal_uInt32) - could break on 64bit.


2007-04-24  Rüdiger Timm  <rt@openoffice.org>  [0e4e085c5b0fd9793c69957f2ca9d683613f737b]

INTEGRATION: CWS mergede02 (1.54.2); FILE MERGED 2007/04/23 12:41:46 ihi 1.54.2.1: Add extract only one module


2007-04-24  Rüdiger Timm  <rt@openoffice.org>  [02c9b7ba5ba5844d67d20c4349a458827b7ca07b]

INTEGRATION: CWS mergede02 (1.15.2); FILE MERGED 2007/04/23 11:29:17 ihi 1.15.2.1: Allow keyid merge


2007-04-20  Vladimir Glazounov  <vg@openoffice.org>  [05d907c2e05c7ce416bb726fb9ae4f40385bf0ec]

new version for SRC680


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7db3b70c60cf10a20ee7a5f66de11e0a0787035f]

INTEGRATION: CWS mergede01 (1.41.166); FILE MERGED 2007/03/20 14:50:14 ihi 1.41.166.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2f5b2c0f73de1eba53c644fe1e8580a255ebd8a0]

INTEGRATION: CWS mergede01 (1.45.170); FILE MERGED 2007/03/20 14:50:14 ihi 1.45.170.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [938a75af93be19a36555c88e289d0001ac31939e]

INTEGRATION: CWS mergede01 (1.20.166); FILE MERGED 2007/03/20 14:50:13 ihi 1.20.166.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5eb11ac93f4c48f7f3fb83e52a228ea05dc3fb5e]

INTEGRATION: CWS mergede01 (1.18.166); FILE MERGED 2007/03/20 14:50:13 ihi 1.18.166.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2b43d8df1378cd44197ff932ad3c665130ddd08a]

INTEGRATION: CWS mergede01 (1.23.166); FILE MERGED 2007/03/20 14:50:13 ihi 1.23.166.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [569b0374054cdd2303c67cd8c7143c1a116661a6]

INTEGRATION: CWS mergede01 (1.19.166); FILE MERGED 2007/03/20 14:50:12 ihi 1.19.166.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ba089d07d9f5a9a6b6ef6b9f043f7eae56365ff2]

INTEGRATION: CWS mergede01 (1.18.166); FILE MERGED 2007/03/20 14:50:12 ihi 1.18.166.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c26c203154e050e952411158f05d15490a918f9e]

INTEGRATION: CWS mergede01 (1.28.170); FILE MERGED 2007/03/20 14:50:11 ihi 1.28.170.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [aa0265b333b20be17731b9dea8827f19c71c34ef]

INTEGRATION: CWS mergede01 (1.21.428); FILE MERGED 2007/03/20 14:49:06 ihi 1.21.428.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a377e989633226d615e93fb6a744b2f16bb3e3d7]

INTEGRATION: CWS mergede01 (1.4.386); FILE MERGED 2007/03/20 14:49:06 ihi 1.4.386.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [47be3561488526e1cad9c2be0ecfed588b730706]

INTEGRATION: CWS mergede01 (1.33.428); FILE MERGED 2007/03/20 14:49:06 ihi 1.33.428.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [adaa000fd30ab9dd0ca0c6c690f619240954e246]

INTEGRATION: CWS mergede01 (1.4.428); FILE MERGED 2007/03/20 14:49:05 ihi 1.4.428.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [77e2dda6f256d44b90c41360f46b0a00bba46298]

INTEGRATION: CWS mergede01 (1.24.428); FILE MERGED 2007/03/20 14:49:05 ihi 1.24.428.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ee36966abfc8d7cc6172e4df816d26d775d48bb3]

INTEGRATION: CWS mergede01 (1.66.12); FILE MERGED 2007/03/20 14:49:05 ihi 1.66.12.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c2331e059a3ee200b67dfd2e5e51f9ab313ef8f9]

INTEGRATION: CWS mergede01 (1.55.274); FILE MERGED 2007/03/20 14:49:04 ihi 1.55.274.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6cca0ace73f2e71abf412695eb20763124b7f3e3]

INTEGRATION: CWS mergede01 (1.26.438); FILE MERGED 2007/03/20 14:49:04 ihi 1.26.438.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [39437f5f9184319663f8649aefcf05d22507f0ca]

INTEGRATION: CWS mergede01 (1.4.386); FILE MERGED 2007/03/20 14:49:04 ihi 1.4.386.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e21958c0b46d864cf58cac683606a4f5d3950e47]

INTEGRATION: CWS mergede01 (1.4.386); FILE MERGED 2007/03/20 14:49:03 ihi 1.4.386.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e3f8118362951dab422645c4f38f375091dd23de]

INTEGRATION: CWS mergede01 (1.4.428); FILE MERGED 2007/03/20 14:49:03 ihi 1.4.428.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [190470af7ecc299c0585545f96ac43868a1e3e36]

INTEGRATION: CWS mergede01 (1.20.438); FILE MERGED 2007/03/20 14:49:03 ihi 1.20.438.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ad20cff739e250256b55b0a0842d3be09929531d]

INTEGRATION: CWS mergede01 (1.30.428); FILE MERGED 2007/03/20 14:49:03 ihi 1.30.428.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b6e6c3470955fc08f99caf703a91f80d08a350d6]

INTEGRATION: CWS mergede01 (1.4.438); FILE MERGED 2007/03/20 14:49:02 ihi 1.4.438.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [eadf5f112171958e0232bbd89ed263918e8f5853]

INTEGRATION: CWS mergede01 (1.27.428); FILE MERGED 2007/03/20 14:49:02 ihi 1.27.428.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5e690e82ddaccd7b81f5d0f7dc96fa92c1cbdd67]

INTEGRATION: CWS mergede01 (1.33.428); FILE MERGED 2007/03/20 14:49:02 ihi 1.33.428.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9e203f465b816d856726d92a214c2f4e43077ca2]

INTEGRATION: CWS mergede01 (1.6.110); FILE MERGED 2007/03/20 14:49:01 ihi 1.6.110.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5611042e0b1e73ab1192984d865b228cc52eac5d]

INTEGRATION: CWS mergede01 (1.37.428); FILE MERGED 2007/03/20 14:49:01 ihi 1.37.428.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [daf473ccd5085c776f4190837bf19383e0860707]

INTEGRATION: CWS mergede01 (1.45.428); FILE MERGED 2007/03/20 14:49:01 ihi 1.45.428.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ec5e5863a5e282c214b962483a399c2c1fe19125]

INTEGRATION: CWS mergede01 (1.40.428); FILE MERGED 2007/03/20 14:49:01 ihi 1.40.428.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cb6c6668ef463a3235b92e60d71b92dcfc2d17a7]

INTEGRATION: CWS mergede01 (1.5.428); FILE MERGED 2007/03/20 14:49:00 ihi 1.5.428.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a98070327ae279637d97b44ecd85e245eff06faf]

INTEGRATION: CWS mergede01 (1.27.428); FILE MERGED 2007/03/20 14:49:00 ihi 1.27.428.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e5ed0e9dd498a16166d69fd13cef6bacaf5bdc31]

INTEGRATION: CWS mergede01 (1.51.428); FILE MERGED 2007/03/20 14:49:00 ihi 1.51.428.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5c506a03f8deea89fcb1914a48b6b38edd9876e6]

INTEGRATION: CWS mergede01 (1.9.438); FILE MERGED 2007/03/20 14:48:59 ihi 1.9.438.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ce5e22a3f8aea2dd9e33c862e086a14b1f0ecbc7]

INTEGRATION: CWS mergede01 (1.33.428); FILE MERGED 2007/03/20 14:48:59 ihi 1.33.428.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a71d38b118a5a3da0cc5fe20af41c104cf42a54e]

INTEGRATION: CWS mergede01 (1.56.428); FILE MERGED 2007/03/20 14:48:58 ihi 1.56.428.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3068d1ca19dcd19472ce025dc3a558cf419584a4]

INTEGRATION: CWS mergede01 (1.9.438); FILE MERGED 2007/03/20 14:48:58 ihi 1.9.438.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a073e3424ca02abca2122761b75a0ab265030445]

INTEGRATION: CWS mergede01 (1.60.428); FILE MERGED 2007/03/20 14:48:58 ihi 1.60.428.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f91e8aab769b65860f50ba1e854a29fab6a71560]

INTEGRATION: CWS mergede01 (1.11.438); FILE MERGED 2007/03/20 14:48:58 ihi 1.11.438.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [72b3ec2f6f9783a0a313cff00e6db3f341e65ea2]

INTEGRATION: CWS mergede01 (1.32.428); FILE MERGED 2007/03/20 14:48:57 ihi 1.32.428.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [61e9ec4f51fb23ed8481d56dde21061443328bbf]

INTEGRATION: CWS mergede01 (1.17.508); FILE MERGED 2007/03/20 14:48:02 ihi 1.17.508.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [06d1b62e9a2bc1d7eede57ca2e385be97febf989]

INTEGRATION: CWS mergede01 (1.46.496); FILE MERGED 2007/03/20 14:48:02 ihi 1.46.496.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f606e0c1421b1748c0c1752d6adf0b7e9276914c]

INTEGRATION: CWS mergede01 (1.29.496); FILE MERGED 2007/03/20 14:48:02 ihi 1.29.496.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [eac2d466809d00c0bc01db6881cc104ecd56c4dc]

INTEGRATION: CWS mergede01 (1.39.496); FILE MERGED 2007/03/20 14:48:02 ihi 1.39.496.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [876dc1b3e4873f972a0b3f7760f102d8c9c08c9a]

INTEGRATION: CWS mergede01 (1.38.496); FILE MERGED 2007/03/20 14:48:02 ihi 1.38.496.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6e948e62a723da0d7af835391da2e7a10045d80c]

INTEGRATION: CWS mergede01 (1.18.2); FILE MERGED 2007/03/19 15:32:08 ihi 1.18.2.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [57b8ababbf0f20d7b68c1a83360cd3ab3fe3a65d]

INTEGRATION: CWS mergede01 (1.27.24); FILE MERGED 2007/03/19 15:32:08 ihi 1.27.24.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7a637cc0808d21cdf086f12b6e5e28d0213b6686]

INTEGRATION: CWS mergede01 (1.15.24); FILE MERGED 2007/03/19 15:32:08 ihi 1.15.24.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d1d24d721f9ec9a8acbbfee6acfa1cddefd3444b]

INTEGRATION: CWS mergede01 (1.37.2); FILE MERGED 2007/03/19 15:32:08 ihi 1.37.2.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [042bc0d3953992d8db07caa09b9ef0988bc86153]

INTEGRATION: CWS mergede01 (1.53.24); FILE MERGED 2007/04/18 12:48:18 ihi 1.53.24.2: fixed missing strip 2007/03/19 15:32:07 ihi 1.53.24.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a60b4958bd3cd0234122fd66ae3e10a98c7cc26f]

INTEGRATION: CWS mergede01 (1.43.24); FILE MERGED 2007/03/19 15:32:07 ihi 1.43.24.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9206bd66c8dfdf718038101ff23f40c997903df7]

INTEGRATION: CWS mergede01 (1.14.34); FILE MERGED 2007/04/10 15:13:14 ihi 1.14.34.2: #i72301# Remove German 2007/03/19 15:32:07 ihi 1.14.34.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1458dee62b9fb03916a5082f8c6255601497c470]

INTEGRATION: CWS mergede01 (1.22.2); FILE MERGED 2007/03/19 15:32:07 ihi 1.22.2.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7163ab9957ed5d52d9a11602188612a45a34dc6b]

INTEGRATION: CWS mergede01 (1.43.6); FILE MERGED 2007/03/20 14:36:45 ihi 1.43.6.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [19a05afe05124a2919500435ce55b5f5bb9b8537]

INTEGRATION: CWS mergede01 (1.57.76); FILE MERGED 2007/03/20 14:36:44 ihi 1.57.76.1: #i72301# Remove German


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d7884b7079da0659ad9610e507f696ffb22febdc]

INTEGRATION: CWS fwk64 (1.9.28); FILE MERGED 2007/04/02 10:02:57 mav 1.9.28.3: #i75574# allow commit for readonly stream since it is used on initialization 2007/04/02 10:01:37 mav 1.9.28.2: #i75574# allow commit for readonly stream since it is used on initialization 2007/03/21 10:00:25 mav 1.9.28.1: #i75574# do not allow to write to readonly streams; let even readonly substorage get correct bDirect flag


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8f23cd613a57f9f6625da4cc5a6c24fafe0329d5]

INTEGRATION: CWS fwk64 (1.16.28); FILE MERGED 2007/03/29 10:00:09 mav 1.16.28.2: #i75574# avoid crash 2007/03/21 10:00:25 mav 1.16.28.1: #i75574# do not allow to write to readonly streams; let even readonly substorage get correct bDirect flag


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5335dc582e3758c6a0860405156cddab14fce6bb]

INTEGRATION: CWS fwk64 (1.55.312); FILE MERGED 2007/03/26 15:12:34 mav 1.55.312.3: #i69640# make the translation easier. 2007/03/26 12:20:47 mav 1.55.312.2: #i69640# fix some errors and warnings, let them be handled by interaction handler 2007/03/21 15:28:06 mav 1.55.312.1: #i69640# fix handling of some errors and warnings


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e5068c7310106b4e54d338a13834dd69e58bb697]

INTEGRATION: CWS fwk64 (1.6.428); FILE MERGED 2007/03/26 12:20:33 mav 1.6.428.1: #i69640# fix some errors and warnings, let them be handled by interaction handler


2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a5e4561082c04adc12bf8c65f26c03006ec5a076]

INTEGRATION: CWS fwk64 (1.66.50); FILE MERGED 2007/03/25 16:53:14 mav 1.66.50.2: RESYNC: (1.66-1.67); FILE MERGED 2007/03/19 13:56:15 as 1.66.50.1: #i74978# make signal handler solar safe


2007-04-17  Rüdiger Timm  <rt@openoffice.org>  [7370f62c6c7e95f4ee599466b21926ad8c18afd8]

INTEGRATION: CWS vcl73 (1.20.54); FILE MERGED 2007/01/18 17:30:12 pl 1.20.54.1: #i55736# transform URLs (thanks cmc)


2007-04-17  Rüdiger Timm  <rt@openoffice.org>  [b00131805ccedca19e6fbd33589ed0be114eaa71]

INTEGRATION: CWS vcl73 (1.3.32); FILE MERGED 2007/01/22 10:59:24 hdu 1.3.32.1: #i73729# fix licence header


2007-04-17  Rüdiger Timm  <rt@openoffice.org>  [5e41b9888b55fd5c8ea6ea62e01f7dc2b4b9f800]

INTEGRATION: CWS vcl73 (1.3.32); FILE MERGED 2007/01/22 10:59:23 hdu 1.3.32.1: #i73729# fix licence header


2007-04-17  Rüdiger Timm  <rt@openoffice.org>  [6c9b295f76c6929d6cdca1b152fe7ffe0a51ec02]

INTEGRATION: CWS vcl73 (1.143.32); FILE MERGED 2007/02/09 08:30:18 hdu 1.143.32.2: #i74255# simplify code for cached XRenderPictFormat 2007/02/08 15:44:23 hdu 1.143.32.1: #i74255# use cached XRenderPictFormat


2007-04-17  Rüdiger Timm  <rt@openoffice.org>  [19d46e77f482e27f37206e089c82fb04e4fb5be8]

INTEGRATION: CWS vcl73 (1.50.14); FILE MERGED 2007/02/08 16:01:07 hdu 1.50.14.1: #i74255# provide better XError reports for problems with X11 extensions


2007-04-17  Rüdiger Timm  <rt@openoffice.org>  [ca6e4c953ce24b8055888189ee6939b0ff0f76d5]

INTEGRATION: CWS vcl73 (1.42.54); FILE MERGED 2007/01/18 17:26:55 pl 1.42.54.1: #i55736# transform URLs (thanks cmc)


2007-04-17  Rüdiger Timm  <rt@openoffice.org>  [9d8f3ab37e7915ac370fb034f6dc64d8860848b9]

INTEGRATION: CWS vcl73 (1.102.32); FILE MERGED 2007/01/18 17:26:55 pl 1.102.32.1: #i55736# transform URLs (thanks cmc)


2007-04-17  Rüdiger Timm  <rt@openoffice.org>  [600f1e2121d5bf2dbb07a16acd57e8a167026629]

INTEGRATION: CWS vcl73 (1.49.46); FILE MERGED 2007/01/29 08:56:40 pl 1.49.46.1: #i73959# removed rvpapi again, long since obsolete


2007-04-17  Rüdiger Timm  <rt@openoffice.org>  [54f4ac2f3eb85b9a9701aa5ba80e88c10697bc8e]

INTEGRATION: CWS vcl73 (1.3.16); FILE MERGED 2007/01/22 11:13:52 hdu 1.3.16.1: #i73729# fix licence header


2007-04-17  Rüdiger Timm  <rt@openoffice.org>  [384ddb94edcc6aac740d3073dd0330c80d52d892]

INTEGRATION: CWS vcl73 (1.2.16); FILE MERGED 2007/01/22 11:13:51 hdu 1.2.16.1: #i73729# fix licence header


2007-04-17  Stephan Bergmann  <sb@openoffice.org>  [91a41cc92237ca578cf3211c5f2cc447a03121a2]

#i76352# Made 1.9.80.1 into a P1 fix.


2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [d088c845eb0ca25a98c14048869cb2ef964560ee]

INTEGRATION: CWS fwkdbdesign01 (1.5.44); FILE MERGED 2007/03/07 08:47:32 as 1.5.44.1: #i45663# new helper method to match two sets of properties


2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [fac8c305b147bbc63c97e325184b4c572381e5d2]

INTEGRATION: CWS fwkdbdesign01 (1.7.44); FILE MERGED 2007/03/02 06:30:30 fs 1.7.44.2: #i10000# 2007/02/21 09:39:51 as 1.7.44.1: #i45663# new enumeration helper for more general purposes


2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [cdc84dd35dfdbec563500bc76712e99f6141e15d]

INTEGRATION: CWS fwkdbdesign01 (1.6.48); FILE MERGED 2007/03/07 08:47:32 as 1.6.48.1: #i45663# new helper method to match two sets of properties


2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [4469af4d4b9f337d0e54c520f4ccc6befc42dcce]

INTEGRATION: CWS fwkdbdesign01 (1.6.132); FILE MERGED 2007/02/21 09:39:51 as 1.6.132.1: #i45663# new enumeration helper for more general purposes


2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7b0c0e70b4e5476dac0ab86c275cf825a0e64f9a]

INTEGRATION: CWS fwkdbdesign01 (1.9.156); FILE MERGED 2007/03/29 06:27:24 as 1.9.156.2: #i75596#, #i75591# rollback changes; fix was made new inside CloseDispatcher implementation 2007/03/22 12:28:35 as 1.9.156.1: #i75591#, #i75596# move dispatches .uno:Close* hardly to top frame or top window frames


2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [f5a99ff3eeffb38ab1ddf7fb735aa83d1d3293de]

INTEGRATION: CWS fwkdbdesign01 (1.10.256); FILE MERGED 2007/03/29 06:27:24 as 1.10.256.2: #i75596#, #i75591# rollback changes; fix was made new inside CloseDispatcher implementation 2007/03/22 12:28:34 as 1.10.256.1: #i75591#, #i75596# move dispatches .uno:Close* hardly to top frame or top window frames


2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [50521781f01463c1c7bebfe22eff16f1ebbe0cab]

INTEGRATION: CWS vcl77 (1.38.12); FILE MERGED 2007/03/23 13:31:12 hdu 1.38.12.1: #i75531# workaround BitmapEx mask/bitmap depth mismatch


2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [615599f42e72bfc201215007582c14d8914255f5]

INTEGRATION: CWS vcl77 (1.21.194); FILE MERGED 2007/03/29 09:31:47 pl 1.21.194.1: #i75284# clean up srcoll window destruction


2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [00e95e6f066dc8bbc1e653418508e13c22525e8d]

INTEGRATION: CWS vcl77 (1.3.300); FILE MERGED 2007/03/29 09:31:47 pl 1.3.300.1: #i75284# clean up srcoll window destruction


2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [53fccd6a72b3ae8f6b83aed446941ed129425d7b]

INTEGRATION: CWS vcl77 (1.8.192); FILE MERGED 2007/03/29 09:31:46 pl 1.8.192.1: #i75284# clean up srcoll window destruction


2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [865697e03c00b6a89b3dc9119ee45c33e5b4090e]

INTEGRATION: CWS vcl77 (1.42.100); FILE MERGED 2007/03/29 18:10:05 pl 1.42.100.2: RESYNC: (1.42-1.43); FILE MERGED 2007/03/29 17:47:28 pl 1.42.100.1: #i67300# support some more builtin fonts for text fields


2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [5069b23601fe9b000fc6c7eb25f7093e2a7f93d5]

INTEGRATION: CWS vcl77 (1.103.10); FILE MERGED 2007/03/29 18:09:53 pl 1.103.10.2: RESYNC: (1.103-1.104); FILE MERGED 2007/03/29 17:47:27 pl 1.103.10.1: #i67300# support some more builtin fonts for text fields


2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a5a540b752cbb6bb4bffa5c9b70bda85d0fca16b]

INTEGRATION: CWS vcl77 (1.22.192); FILE MERGED 2007/03/23 13:31:11 hdu 1.22.192.1: #i75531# workaround BitmapEx mask/bitmap depth mismatch


2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7c26bbfcc6af88d86c1d89fc02364e30a33d440d]

INTEGRATION: CWS vcl77 (1.7.194); FILE MERGED 2007/03/29 17:47:27 pl 1.7.194.1: #i67300# support some more builtin fonts for text fields


2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [5eff24a056de1b05322a0441813f9b154d8298ee]

INTEGRATION: CWS vcl77 (1.15.94); FILE MERGED 2007/03/29 18:06:42 pl 1.15.94.2: RESYNC: (1.15-1.16); FILE MERGED 2007/03/26 18:17:44 pl 1.15.94.1: #i75759# support system libpaper


2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [b06af6fd1045332190c34c8fc40d5bfffeed7375]

INTEGRATION: CWS vcl77 (1.42.6); FILE MERGED 2007/03/26 18:17:44 pl 1.42.6.2: #i75759# support system libpaper 2007/03/26 18:16:23 pl 1.42.6.1: join from CWS vcl75


2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [98940106eb6c2fdddc94887512de80cf0ca6b17d]

INTEGRATION: CWS vcl77 (1.5.134); FILE MERGED 2007/03/26 18:17:43 pl 1.5.134.1: #i75759# support system libpaper


2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [56f3a2e39bdca8baada8b5d5126ff67f0fab9fc6]

INTEGRATION: CWS vcl77 (1.21.30); FILE MERGED 2007/03/26 18:16:23 pl 1.21.30.1: join from CWS vcl75


2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7de6275efe992890c126dda0ad7605d0cf57d6a1]

INTEGRATION: CWS vcl77 (1.73.50); FILE MERGED 2007/03/29 18:05:33 pl 1.73.50.2: RESYNC: (1.73-1.74); FILE MERGED 2007/03/26 18:16:22 pl 1.73.50.1: join from CWS vcl75


2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [6deac9faa187b74be3cd4891b6284d59d2fd9520]

INTEGRATION: CWS vcl77 (1.16.18); FILE MERGED 2007/03/26 18:16:21 pl 1.16.18.1: join from CWS vcl75


2007-04-12  Vladimir Glazounov  <vg@openoffice.org>  [564cf60a2a6fb98c1e46f28e63c75a83ce3e826e]

#100000# lstbox.h moved to inc/vcl


2007-04-12  Vladimir Glazounov  <vg@openoffice.org>  [74da6856003c0796f19089306fb5fc453bf41e8a]

new version for SRC680


2007-04-12  Vladimir Glazounov  <vg@openoffice.org>  [b4dc07264fb2fdd26e0d85310a7b6fc98424a751]

#100000# lstbox.h moved to inc/vcl


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [27fe5f26b1c562892e3bffa86c7bc7b307271479]

INTEGRATION: CWS hedaburemove01 (1.16.12); FILE MERGED 2007/04/02 19:09:50 vg 1.16.12.2: RESYNC: (1.16-1.19); FILE MERGED 2007/02/09 16:14:17 vg 1.16.12.1: #72503# get rid of hedabu procedure: Moving headers to sot/inc/sot and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [fe63675ae02daac345dce09e6861361caf24e835]

INTEGRATION: CWS hedaburemove01 (1.12.76); FILE MERGED 2007/02/09 16:14:17 vg 1.12.76.1: #72503# get rid of hedabu procedure: Moving headers to sot/inc/sot and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a766dd61d0d342051fdadde20402a152a7efb41e]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:17 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sot/inc/sot and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [30eef013782e0ae583b2032f7936beac2280c264]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:16 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sot/inc/sot and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3c6af26da662651f4e7d17d0d519e4083d613abc]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:15 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sot/inc/sot and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c6947660aae5a106a201cba52a9a39771c9658ff]

INTEGRATION: CWS hedaburemove01 (1.24.32); FILE MERGED 2007/02/09 16:14:15 vg 1.24.32.1: #72503# get rid of hedabu procedure: Moving headers to sot/inc/sot and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9b19678efed68a9340e1b569200d50b5b81f214c]

INTEGRATION: CWS hedaburemove01 (1.23.16); FILE MERGED 2007/02/09 16:13:47 vg 1.23.16.1: #72503# get rid of hedabu procedure: Moving headers to transex3/inc/transex3 and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [32931aaf92197df1a47aabe8b7922ef60d603eff]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:13:47 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to transex3/inc/transex3 and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [cd9b7000032607d93ff3580eb93e515804a9e703]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:13:46 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to transex3/inc/transex3 and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [de9b05b96624d902173ec2a00475c63106238c1a]

INTEGRATION: CWS hedaburemove01 (1.15.22); FILE MERGED 2007/04/02 18:23:18 vg 1.15.22.2: RESYNC: (1.15-1.16); FILE MERGED 2007/02/09 16:13:38 vg 1.15.22.1: #72503# get rid of hedabu procedure: Moving headers to goodies/inc/goodies and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [4ec0cbc6a3ed9aebf548ecec248deb76aedc2a6d]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:13:38 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to goodies/inc/goodies and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [694433be29fe93e9e3a82329b71e7a0cfef53d42]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:13:37 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to goodies/inc/goodies and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [eb8ada6d83ba247c80c2522f9e4948132912fd57]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:13:36 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to goodies/inc/goodies and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [353ad697c52d0f2938d9293b00107f308de92690]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:13:35 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to goodies/inc/goodies and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9fe7610957d8cc8f0b726c2553a9de513f6a69ff]

INTEGRATION: CWS hedaburemove01 (1.21.78); FILE MERGED 2007/02/09 16:13:33 vg 1.21.78.1: #72503# get rid of hedabu procedure: Moving headers to goodies/inc/goodies and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [bd7957f3cc14f9628dbe55f94df7ae114df530f7]

INTEGRATION: CWS hedaburemove01 (1.3.50); FILE MERGED 2006/12/12 16:28:12 vg 1.3.50.1: #i72503# get rid of hedabu


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5c3e522f6ba3435aa95a0d174ddf21abfd29c1a0]

INTEGRATION: CWS hedaburemove01 (1.6.50); FILE MERGED 2006/12/12 16:28:12 vg 1.6.50.1: #i72503# get rid of hedabu


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d21dffbaf98cd85646348fb94545c369e68d376b]

INTEGRATION: CWS hedaburemove01 (1.17.50); FILE MERGED 2006/12/12 16:28:12 vg 1.17.50.1: #i72503# get rid of hedabu


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c960d81aa798147297dc33e2b7ca08f1f75f4cfc]

INTEGRATION: CWS hedaburemove01 (1.10.50); FILE MERGED 2006/12/12 16:28:12 vg 1.10.50.1: #i72503# get rid of hedabu


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [72cb6bf84bfb5eb8a6315dd012666377640f5b91]

INTEGRATION: CWS hedaburemove01 (1.45.32); FILE MERGED 2006/12/12 16:28:11 vg 1.45.32.1: #i72503# get rid of hedabu


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3ee5cbeadd304f9c7c3029b74b05a0946f093bea]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:25:00 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a5467dd86b125b04f025d186777b4194705f7038]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:12 vg 1.1.2.2: resync to SRC680_m207 2006/12/12 16:25:00 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7874299db53e52a940980d4bd97c62243110e803]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:24:59 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [fb486405e5baf25d85f8574a3d1bd7b234063be0]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:24:58 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7116c09927021e0492388f46884c462024076896]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:24:57 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c8ffd500e5a64824c9e243b10b03750ed5830134]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:24:56 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [89ae09b837c44053eab06b9c521facf56b9584fb]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:24:55 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e48d2e8a7b135df45fdff0f82ffc60d29b618e4a]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/11 11:50:33 vg 1.1.2.2: resync to m208 2006/12/12 16:24:55 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [6df263bb92b03c20972f59ac38e27f442d59138f]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:24:54 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0b90f24a69e261d6e7d943cfe88a94c891022f9b]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:12 vg 1.1.2.2: resync to SRC680_m207 2006/12/12 16:24:54 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [871b02bbd2662dbaeefa4630686cced20c4c0d9d]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:24:53 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [68904d3a1978cf7ba6d085e21317cf311d740099]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:24:52 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [78063a0bcf047ffc67651996c8375cbef633647f]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:24:51 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [62160ffd9545a4b5eb213dbfd0c3f6f284fbc5e7]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:11 vg 1.1.2.2: resync to SRC680_m207 2006/12/12 16:24:51 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [fa0a1f1e30bc70f9aff8512c13a862484ca65959]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:24:50 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ede91c4fece4f908272e507f00bc444e7f73fdcd]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:24:49 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9fa35cc4417a758b6edbda0f5d3449eef992f83e]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:24:48 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5155ab54e1d5041fc2db6435c2b64ec8b2479818]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:24:47 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3ba6df0709397b5224f7187077a63d71fcb616f2]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:24:46 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9deff0a23b86b7a7ec590a08fe596990ad1f574b]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:24:45 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [43dcdd33ee8d76bf9a1ad432313ef72478acbcec]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:24:44 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c848bc15d39c6f2909995e6b1f6debf5790e126c]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:11 vg 1.1.2.2: resync to SRC680_m207 2006/12/12 16:24:44 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b55d83e11d76d3bbe22be6dc1166c9d07448aac5]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:24:43 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c3d7dc84e1acb397c79e408868e44cb7b29fc787]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:24:42 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ccc39b5eb6640038a659c6bbd39ec870b16343b1]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:24:41 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a2a04bb3aabede88afc8e3f5f023f0e8f6d4fd39]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:24:40 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [37c4ec109bdce74c08391da1b0757cdf503d8ba0]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:11 vg 1.1.2.2: resync to SRC680_m207 2006/12/12 16:24:40 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b8ed20b43999578a8d02574f67aca9c7c3c9a3e6]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:24:39 vg 1.1.2.1: #i72503# gathered global includes in one place


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0c998918d931df6a61acf59c5ac26b18e00935a6]

INTEGRATION: CWS hedaburemove01 (1.3.68); FILE MERGED 2006/12/12 16:28:11 vg 1.3.68.1: #i72503# get rid of hedabu


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c4644e8f8bc9b108674506a90359d7bfba6f0310]

INTEGRATION: CWS hedaburemove01 (1.2.94); FILE MERGED 2006/12/12 16:28:11 vg 1.2.94.1: #i72503# get rid of hedabu


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0e1414faae738ced970b2e5a7e9830f76ea68801]

INTEGRATION: CWS hedaburemove01 (1.2.94); FILE MERGED 2006/12/12 16:28:10 vg 1.2.94.1: #i72503# get rid of hedabu


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [990d5865bc0365e0a69c8652f4cc4bcd8f6ee0a1]

INTEGRATION: CWS hedaburemove01 (1.8.50); FILE MERGED 2006/12/12 16:28:10 vg 1.8.50.1: #i72503# get rid of hedabu


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d5ae005516f01349ceddd2949cae86ae8ed44bdd]

INTEGRATION: CWS hedaburemove01 (1.10.428); FILE MERGED 2007/02/09 16:13:06 vg 1.10.428.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [712bbb22a757123e8ee8a57569959a4a93292267]

INTEGRATION: CWS hedaburemove01 (1.5.98); FILE MERGED 2007/02/09 16:13:06 vg 1.5.98.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [4ca80637179ccf5fd36dbb1e61a0deac42cd51b1]

INTEGRATION: CWS hedaburemove01 (1.36.74); FILE MERGED 2007/02/09 16:13:05 vg 1.36.74.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [328d73df367b2ebda50660d0694dd90c7666a145]

INTEGRATION: CWS hedaburemove01 (1.40.76); FILE MERGED 2007/02/09 16:13:05 vg 1.40.76.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [45b723d17e6b6c913de0bbcb6959f86af853db5b]

INTEGRATION: CWS hedaburemove01 (1.140.28); FILE MERGED 2007/04/11 10:26:43 vg 1.140.28.3: resync to m207 2007/04/02 10:02:46 vg 1.140.28.2: RESYNC: (1.140-1.144); FILE MERGED 2007/02/09 16:13:05 vg 1.140.28.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9ea772884ffbdad191ac5832f0ba39cf780c9f2a]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:13:04 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e905a30196f0c46aded125522ff9afc2bf730d5d]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:56:45 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:13:04 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0de842a215e871afdec17c210de5a1a26a081fc4]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:13:03 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [31517ca5d045606fed87c212de8169239b395bb2]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:13:02 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [276b2c8c540a8ace65e80881b1345c7001ceade1]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:13:01 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [553e63b2be231b15ec6e09bf02e2925e3ba894a8]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:13:00 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [970f5aef2e054742ac9535b80942f3268770a6fb]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:59 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0aae0c67ea63d7d660cc7f40f33052f04837f494]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:58 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7602e3838d08a40b193c2670c2ccaadf0b59a62d]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:56:45 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:12:58 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [bd5e4a6e1ed5d40fed68611254fd22e70b3509c8]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:57 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3394a6a75e2d8e7b336db1fe173dcade669a0b27]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:56:45 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:12:56 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [42e44407437b452be200faa70d11ecfe229b4975]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:56 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [bf0b6f2704fb61330b469301aa62f76ff2890009]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:55 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [fde08cfa946b0aaf41e080282134f9477b6c84fc]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:56:45 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:12:55 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [62f528af88dfa93d8509d9c860e2db2743967567]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:54 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [20fe8959d5d6c2504d39f2a0cd7756f971932099]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:53 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5c0838410e7b73831f4b8ceb8fa552116dace709]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:52 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0189800f53b6fc3a9980bd41a1be3f5396936199]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:51 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9a58d7e340c6779f8b7af3337e9fe3f3ad0f5f1c]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:50 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [10e2624d0fce05618453ce0b2086fab10b6533de]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:49 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [51330186ce5208f1091c4e472e8bb1c50008653e]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:48 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [42eb40760d9b82acdea87d654cb5de64d9751824]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:47 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c3ad5e526ac757545aa664b7f930689d27eac1e6]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:56:45 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:12:47 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0e563c831cdb13d2e4a88b987d115cb446cf783f]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:46 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [bfb809d7d482b686608738976adf917d9e7836e2]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:45 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [60d6b1e019cab78e2536e00cefa8bf420ff10c87]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:44 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e2c5e61eb4ee5fb2c935d913f74e77c678c78620]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:43 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [760376eab95b0d89eea76f68bb166ceba6594459]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:42 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [762ca588b3ae8330db574a7c611205e8b03d3d58]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:41 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [06191c963904edb984f4bda5f8a56f9bd3afe7bf]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:40 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [bdbb281bce4a72fc03a27dff9a99a8728c984ab0]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:39 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e5713c0d1df1609e1e848e773cc4f07e7f9d02f5]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:38 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ffc8e3c3ec8db7a1e1660d3d08bcebcbe3059c62]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:37 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3b085536a9823338f27105bc9c76b1f71314a695]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:36 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ff6fae093d0f05ad82ea2855f81ef0d61338615b]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:35 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [10889b61a88d0c5c5bb065b4474b3fa099e2be20]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:34 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a37fca58a5e3a428a1cdaca90f13ef31e6f803e8]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:33 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [381d8c07b505cff44b0c323dddabf25f708407b7]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:32 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e7e2ed7bbe8663699b94eaac184ef05df9e73eda]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:31 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [896bfab58a3469dbd0263bf7c6b9c298fca0f731]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:30 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7fa1fc7be313477ed3d40f7c76ef4c8325431b31]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:29 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [808a6e5c7391e789505544af4b9bf6b37a410f07]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:28 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [178bd8e442e35421f7b7d2c00fcdc71cc9e0d9c8]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:27 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [cb51429256d762b25079cae533d54835784fd080]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:26 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [be2c1adba2ed27659f12bd64ce0eec72e9254362]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:25 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [cb001d501f4eee34d78165466e4eb7c04d025ed4]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:24 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0c815d3889015229005b12ca75d22a620a16436e]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:12:23 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a55bad66f507debcd335f32bc7cd29833c45b222]

INTEGRATION: CWS hedaburemove01 (1.2.112); FILE MERGED 2007/04/11 10:26:25 vg 1.2.112.1: resync to m207


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a62cb61148f713e519e0244eaf993b6690e4b3f8]

INTEGRATION: CWS hedaburemove01 (1.10.98); FILE MERGED 2007/02/09 16:12:10 vg 1.10.98.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0f4899d7f21206db982cc39cae376929166ab6b8]

INTEGRATION: CWS hedaburemove01 (1.10.98); FILE MERGED 2007/02/09 16:12:09 vg 1.10.98.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d08ff5174cb249f49344135a0cbf23ebbbb5aff1]

INTEGRATION: CWS hedaburemove01 (1.13.38); FILE MERGED 2007/04/02 10:01:21 vg 1.13.38.2: RESYNC: (1.13-1.14); FILE MERGED 2007/02/09 16:12:09 vg 1.13.38.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [667d8fc85287739ad44cdc6e0b0a6a2570bd9842]

INTEGRATION: CWS hedaburemove01 (1.16.98); FILE MERGED 2007/02/09 16:12:09 vg 1.16.98.1: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5e1c7fe20fbcb9a8955b8dc607e13d4128d5f548]

INTEGRATION: CWS hedaburemove01 (1.84.30); FILE MERGED 2007/04/02 09:51:35 vg 1.84.30.2: RESYNC: (1.84-1.87); FILE MERGED 2007/02/09 16:11:20 vg 1.84.30.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [10efe8e3c540c66ffe91820e26a106a635b47c87]

INTEGRATION: CWS hedaburemove01 (1.52.102); FILE MERGED 2007/02/09 16:11:20 vg 1.52.102.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b1427d127dbd13064a2cd3ec5dd93fe2d090217c]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:11:19 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [06f60d5e7c6a5b8f577239c3e9070acb86f59e1f]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:25 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:11:19 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [59778eed5188982e6b642cffecc190a4deccbff1]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:24 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:11:19 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0ba004abe740e77459fafcb0b7b65c7e3f1c899a]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:11:18 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5fc4352ca5b03dddc370517a2b99c418313c3fd4]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:11:17 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d476c3e03b8a257c42307181f95fceeb1352f87c]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:11:16 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c412d93c6bcd92dac5757d0c96c3bc604cbf1b1b]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:11:15 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [186e133a6969ba689fb9c70bbd8af08e3d91323f]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:11:14 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [6cda87130fa8b03319bfb54d3c9a552765ed0966]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:24 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:11:14 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [4c222d551344481ef375649df41efc2400c6313f]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:11:13 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [86189961992f62cfaf17c9bb017ec0d99690cf2f]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:11:12 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [422ee975a5eef9f62ea239705140775548a7e9e8]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:11:11 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ab68076b1eab940638b94a12fa02740067d57677]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:11:10 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [41b28a7bdea75c11029bb053531e43c6f1fcb2ab]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:11:09 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [33d12166019e37346076af9df80e01efb51e2377]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:24 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:11:09 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b2fd2c9084f3813289c397671147b178d7d63ae4]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:11:08 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [566294e2136f1aef5595e5a58d1551efe849f4cc]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:11:07 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9d4a05841d8f41219472414b84b3b3f4b81d3f1e]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:24 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:11:06 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [25181c75d6fce70e5e885dcdb49ce0102590be30]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:11:06 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [17727eab1a5388a72fe355416ef96e66b2b6b4ae]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:11:05 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [2fb1f8f772768f629440596298e7c52ce8208216]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/11 11:42:45 vg 1.1.2.2: resync to m208 2007/02/09 16:11:05 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [03e7c820416cc9cb1c2d6f061ec97389b03e21f1]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:11:04 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3f5a9698f062f3a2bd549b2741a562026d96da77]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:23 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:11:04 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [75c5788b5e45a9b200dc42b503fa729c56e415b8]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:11:03 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [fcf686edfeca5dd078487434d5cb8ce8443dbded]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:11:02 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [260fc4e9e12ea3374a70da07eaa6c01b70e743ca]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:23 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:11:02 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3f17214f9c0ecd3b57512044602a27cda3754bde]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:23 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:11:01 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7e61d356602481d111571bcafa5dda555638c5ad]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:11:01 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ef013b476612e67c01f9baab4b4d2f5729f40d42]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/11 10:24:49 vg 1.1.2.3: resync to m207 2007/04/04 14:57:23 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:11:00 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a22a34234f68a5bdb5cc76d56b4fe590b07b6f5a]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:23 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:11:00 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a3a5b8b16c95761f7d78faf0042a003ef64deb19]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/11 11:39:00 vg 1.1.2.2: resync to m208 2007/02/09 16:11:00 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e56c1f66dc95e06a98b68d718213962c98dccaf0]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:11:00 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b4ee25b9885bd062d67ccebc6b6439d5e7fb20ed]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:22 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:10:59 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e76b4c537dd8aa774160c55908f67eedf96ed805]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:10:59 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [41684910382a7d7f31c17f27e135db1264ab2266]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:10:58 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [663f178dbe5fe79acb873fb88225efef46f74b2c]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:22 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:10:58 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [483d93fca2bbe93abea5bfcc53eb393fe8b0c128]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:10:57 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b1e96cb84b5ecff2cd9c6265f01bfe1064b8eecc]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:22 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:10:57 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [065626b8979fa1c36d2edceaae5f3dbc3c81fb40]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:10:56 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [31791dcf855914fd74341f2b17014059a1adeddc]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:10:55 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [237a25ecd004a8cbd519249bc82ac252362201b6]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:22 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:10:55 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7677ca4252021281a33f28f4e616f043f520815b]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:10:54 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [846dbafd5e85bdcb56f4cd1c92efb0d5e4115c83]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:10:53 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [646f91490888f46f3af9787c7792b0f577c5d5d1]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:10:52 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3be83e7b3ac7add03d721874e3150239b4b5ab05]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:10:51 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c9c6be9f5bbfd4251ee274e14a7b000e8e14a96c]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:10:50 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [53ecde79865963d3a8ea19e277c74d9107ea8b4c]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:22 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:10:50 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0203af51ca8c1a36d48b378a0215e93c3ca5d9f9]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:10:49 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a43eb01616381d483764e5f7cd72fa5c39a85fe4]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:21 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:10:49 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9e44ccacb34d2ea318bb4005354d0e60d2e6940d]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:10:48 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [777a62a454c9abf61a7bb65b0417c650583414b1]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:21 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:10:48 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [83452eb8f6266644ee6a0837b993edb9c085c838]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:10:47 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0bb6a4eb004b50006fa82876c05204d01b22bb16]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/11 11:39:00 vg 1.1.2.3: resync to m208 2007/04/04 14:57:21 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:10:46 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [8396d9c9360e01a15ae0591c4e0ae60560aea607]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:10:46 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3482ec32560f2bc0e43febbb669e634451602676]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:10:45 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [fc5d68f661b5e8e003c0d67522c67561051dd767]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:10:44 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [31fb36f0bf81733e00b7da6ec3902ccb1018c630]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:10:43 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5515d49e122b0b1def494a86c592b7e2b22a1451]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:10:42 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e1ea5cf8acf1756446823b5ea7d99f41627cb2ad]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:21 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:10:41 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [657d98064ce311c919ba010456f8bf2fa2129a8d]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/11 10:24:49 vg 1.1.2.3: resync to m207 2007/04/04 14:57:20 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:10:41 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [01b40a6ee63f7a016c46037a49abcf39ac181997]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:10:41 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b82cc67dce624fb17bdca0d1c5a3c2f55c02eb6c]

INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:10:40 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes


2007-04-05  Rüdiger Timm  <rt@openoffice.org>  [61605ba6edeeefda26af33a9a34f295e7a67609c]

#i10000# 'OpenTTFont' changed into 'OpenTTFontFile'.


2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [4251f7e1502dcbf905675f66ac12ce3d53c8b931]

INTEGRATION: CWS glyphadv (1.42.78); FILE MERGED 2007/03/01 12:26:56 pl 1.42.78.2: #i74609# a little cleanup 2007/02/28 14:00:32 pl 1.42.78.1: #i74609# on our way to new text output in PDF export


2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [39cfa4082ab501b46c1f88b36f50c0251d24520a]

INTEGRATION: CWS glyphadv (1.85.32); FILE MERGED 2007/03/02 15:36:02 pl 1.85.32.1: #i74609# windows implementation for GetGlyphWidths()


2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [fb8222488b38e5b2fda30bb146858a64cf07c270]

INTEGRATION: CWS glyphadv (1.24.80); FILE MERGED 2007/03/02 15:36:01 pl 1.24.80.1: #i74609# windows implementation for GetGlyphWidths()


2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [f530ea316ec82930ec046bd862181c567d775165]

INTEGRATION: CWS glyphadv (1.14.538); FILE MERGED 2007/02/28 14:00:33 pl 1.14.538.1: #i74609# on our way to new text output in PDF export


2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [3c6e004eb3337955e3f796d09aa770c1860cf22f]

INTEGRATION: CWS glyphadv (1.28.172); FILE MERGED 2007/02/28 14:00:33 pl 1.28.172.1: #i74609# on our way to new text output in PDF export


2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [643edda68a45a0c2d03229b735ad8d3429cdc2d4]

INTEGRATION: CWS glyphadv (1.143.68); FILE MERGED 2007/02/28 14:00:33 pl 1.143.68.1: #i74609# on our way to new text output in PDF export


2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [e0202ced869462a00fdea3a206758fec1055c2c6]

INTEGRATION: CWS glyphadv (1.22.94); FILE MERGED 2007/02/28 14:00:33 pl 1.22.94.1: #i74609# on our way to new text output in PDF export


2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [da6c01fb7b74c87c00cb68fa8b570839e70716b0]

INTEGRATION: CWS glyphadv (1.39.94); FILE MERGED 2007/02/28 14:00:32 pl 1.39.94.1: #i74609# on our way to new text output in PDF export


2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [05545b4b0844878b95cb0257c0032cdfd96dfb98]

INTEGRATION: CWS glyphadv (1.12.94); FILE MERGED 2007/02/28 14:00:32 pl 1.12.94.1: #i74609# on our way to new text output in PDF export


2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [3a3f1cfed2363d584a7ac26fc7ebd585610fcc0d]

INTEGRATION: CWS glyphadv (1.102.66); FILE MERGED 2007/03/02 17:10:34 pl 1.102.66.9: #i74609# emit comment in case of failed font embedding 2007/03/02 16:31:46 pl 1.102.66.8: #i74609# assert GF_ISCHAR on non WNT 2007/03/02 16:25:29 pl 1.102.66.7: #i74609# more cleanup 2007/03/02 15:36:02 pl 1.102.66.6: #i74609# windows implementation for GetGlyphWidths() 2007/03/01 12:26:55 pl 1.102.66.5: #i74609# a little cleanup 2007/03/01 11:36:12 pl 1.102.66.4: #i74609# vertical text 2007/02/28 18:10:16 pl 1.102.66.3: #i74609# reduce file size (excess spaces) 2007/02/28 17:57:10 pl 1.102.66.2: #i74609# get width for correct unicode (type1 case) 2007/02/28 14:00:31 pl 1.102.66.1: #i74609# on our way to new text output in PDF export


2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [e4ee637e703558f5d9794c4737ed59b18f43b4d6]

INTEGRATION: CWS glyphadv (1.1.2); FILE ADDED 2007/03/05 14:28:12 pl 1.1.2.2: #i74609# solve a solaris compile problem 2007/02/28 14:00:31 pl 1.1.2.1: #i74609# on our way to new text output in PDF export


2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [d8fffd07990d2bb735c01eedbbc0e391e58e3b42]

INTEGRATION: CWS glyphadv (1.1.2); FILE ADDED 2007/03/02 16:22:22 pl 1.1.2.3: #i74609# strip of glyph flags for index 2007/03/02 15:36:02 pl 1.1.2.2: #i74609# windows implementation for GetGlyphWidths() 2007/02/28 14:00:31 pl 1.1.2.1: #i74609# on our way to new text output in PDF export


2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [3d4e8b1f4e834f57af44a339fb4969e26358a2c2]

INTEGRATION: CWS glyphadv (1.29.18); FILE MERGED 2007/03/05 14:28:12 pl 1.29.18.2: #i74609# solve a solaris compile problem 2007/02/28 14:00:30 pl 1.29.18.1: #i74609# on our way to new text output in PDF export


2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [4485fd5766f47908726979edbdcb8f41c2e9b99d]

INTEGRATION: CWS glyphadv (1.15.72); FILE MERGED 2007/02/28 13:59:10 pl 1.15.72.1: #i74609# get glyphwidths for a whole font


2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [1d2fc3e955bc22c49182325540d6024ba446e3cb]

INTEGRATION: CWS glyphadv (1.39.40); FILE MERGED 2007/02/28 13:59:09 pl 1.39.40.1: #i74609# get glyphwidths for a whole font


2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [d2e5ca2eb60889b19f248c1fa2dff7431208f34c]

INTEGRATION: CWS glyphadv (1.73.46); FILE MERGED 2007/03/05 15:13:28 pl 1.73.46.2: #i74609# assert only high glyph index, not glyph flags 2007/02/28 13:59:09 pl 1.73.46.1: #i74609# get glyphwidths for a whole font


2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [fe6a675852a5eb0c451bdb4d7586f2d4f8b6048c]

INTEGRATION: CWS glyphadv (1.31.72); FILE MERGED 2007/02/28 13:59:08 pl 1.31.72.1: #i74609# get glyphwidths for a whole font


2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [67cf7a4400059b9a936df37ac7e14affdb2e1024]

INTEGRATION: CWS updchk05 (1.12.396); FILE MERGED 2007/02/06 12:31:04 dv 1.12.396.1: #i74218# Added throbber and SimpeAnimationControl


2007-04-03  Vladimir Glazounov  <vg@openoffice.org>  [a27659d4bbefa122a52dbcb3d14f540a0a9b4c9f]

#100000# get rid of warning


2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [9f565da2c45d1d481092beeae2689f7a600d7303]

INTEGRATION: CWS salstrintern (1.12.160); FILE MERGED 2007/02/08 14:26:16 mmeeks 1.12.160.1: Issue number: i#74343 Submitted by: mmeeks intern the impimagetree path names - sharing strings with the package code.


2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [3b7a24065a414d0db71bf7168a6ed98b9522b4d5]

INTEGRATION: CWS salstrintern (1.23.40); FILE MERGED 2007/02/08 14:29:15 mmeeks 1.23.40.1: Issue number: i#74343 Submitted by: mmeeks Reduce large numbers of duplicate of 'Bold' type strings.


2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [03e952f9298d6817806d44ac6fd72479171b94a7]

INTEGRATION: CWS salstrintern (1.10.62); FILE MERGED 2007/02/08 14:54:42 mmeeks 1.10.62.1: Issue number: i#73909 Submitted by: mmeeks Reviewed by:  sb Add 'intern' to UniString.


2007-04-03  Vladimir Glazounov  <vg@openoffice.org>  [818ea58e52a2b72748093aad3f3253dbbba881da]

new version for OOF680


2007-03-28  Rüdiger Timm  <rt@openoffice.org>  [835a73b5e0df098713ff3f5b4d2facb5eca12fb5]

#i75800# Fix build breaker for MACOSX case (patch by pjanik).


2007-03-27  Vladimir Glazounov  <vg@openoffice.org>  [7488716d98eb3b2258876779479216cf07e28216]

INTEGRATION: CWS mingwport03 (1.59.92); FILE MERGED 2007/03/20 11:43:37 vg 1.59.92.2: RESYNC: (1.59-1.60); FILE MERGED 2006/09/07 15:33:21 vg 1.59.92.1: #i53572# MinGW port


2007-03-27  Vladimir Glazounov  <vg@openoffice.org>  [c121bdc3e26d4a39e488ff2a51e6b13c19b0763f]

INTEGRATION: CWS mingwport03 (1.102.66); FILE MERGED 2007/03/20 11:40:32 vg 1.102.66.4: RESYNC: (1.103-1.105); FILE MERGED 2007/01/10 15:14:37 vg 1.102.66.3: RESYNC: (1.103-1.104); FILE MERGED 2006/11/08 14:51:51 vg 1.102.66.2: RESYNC: (1.102-1.103); FILE MERGED 2006/09/13 15:46:02 vg 1.102.66.1: #i53572# MinGW port


2007-03-27  Vladimir Glazounov  <vg@openoffice.org>  [891b9e83eaf24b2a70b8ee2688643d8bce50cd10]

INTEGRATION: CWS mingwport03 (1.9.48); FILE MERGED 2007/03/20 11:35:19 vg 1.9.48.3: RESYNC: (1.11-1.13); FILE MERGED 2006/11/08 14:49:40 vg 1.9.48.2: RESYNC: (1.9-1.11); FILE MERGED 2006/09/13 15:46:01 vg 1.9.48.1: #i53572# MinGW port


2007-03-27  Vladimir Glazounov  <vg@openoffice.org>  [a9e08de938092c67e4ca9294769d1465d75c81f9]

INTEGRATION: CWS mingwport03 (1.81.40); FILE MERGED 2007/03/20 11:27:06 vg 1.81.40.4: RESYNC MERGED 1.82 1.85 Everything below this line will be added to the revision comment. 2007/01/10 15:21:59 vg 1.81.40.3: RESYNC: (1.82-1.84); FILE MERGED 2006/11/08 14:48:45 vg 1.81.40.2: RESYNC: (1.81-1.82); FILE MERGED 2006/09/07 15:19:04 vg 1.81.40.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [f7cf88ca54e739b0a4c73c1a11cc2959bdcb4c2a]

INTEGRATION: CWS mingwport03 (1.5.28); FILE MERGED 2007/03/20 10:40:28 vg 1.5.28.2: RESYNC MERGED 1.5 1.6 Everything below this line will be added to the revision comment. 2006/09/07 10:43:44 vg 1.5.28.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [04a667670911ffcc3b4f965cdc8d081f13f94d24]

INTEGRATION: CWS mingwport03 (1.12.42); FILE MERGED 2006/10/24 13:11:32 vg 1.12.42.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ec33f5a8e53ee3c0485d5529c4abf86db9c52b59]

INTEGRATION: CWS mingwport03 (1.13.18); FILE MERGED 2006/09/13 14:46:38 vg 1.13.18.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [47594a41249c33a1311897e0eecb37312bf29098]

INTEGRATION: CWS mingwport03 (1.9.18); FILE MERGED 2006/09/13 14:46:38 vg 1.9.18.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [31bb4ad8475002f05c0a61f1ad4962f18393507a]

INTEGRATION: CWS mingwport03 (1.2.42); FILE MERGED 2006/09/21 16:12:51 vg 1.2.42.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [b7723086214e648244a6f44970b17fb7232aaca9]

INTEGRATION: CWS mingwport03 (1.24.16); FILE MERGED 2006/11/08 09:44:48 vg 1.24.16.2: RESYNC: (1.24-1.25); FILE MERGED 2006/09/13 14:46:37 vg 1.24.16.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [68a6031f9881e235681853f72b9732136f03bd9b]

INTEGRATION: CWS mingwport03 (1.2.42); FILE MERGED 2006/09/21 16:12:06 vg 1.2.42.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [774e75bff5e3abf0b6828dec5cebe0b238f93229]

INTEGRATION: CWS mingwport03 (1.15.16); FILE MERGED 2006/11/08 09:44:41 vg 1.15.16.3: RESYNC: (1.15-1.16); FILE MERGED 2006/10/24 13:11:31 vg 1.15.16.2: #i53572# MinGW port 2006/09/21 16:12:06 vg 1.15.16.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [b0bf16a2a6a93dd55b546a84017086afa858c0a5]

INTEGRATION: CWS mingwport03 (1.13.18); FILE MERGED 2006/10/24 13:11:31 vg 1.13.18.2: #i53572# MinGW port 2006/09/13 14:46:37 vg 1.13.18.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [15ddcbe635168451dd191a038c805a14f3f14ee1]

INTEGRATION: CWS mingwport03 (1.21.16); FILE MERGED 2006/11/08 09:44:11 vg 1.21.16.3: RESYNC: (1.21-1.23); FILE MERGED 2006/10/24 13:11:31 vg 1.21.16.2: #i53572# MinGW port 2006/09/21 16:12:05 vg 1.21.16.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [805b3aed50c084acba212b6c146a6b3686b2d711]

INTEGRATION: CWS mingwport03 (1.4.42); FILE MERGED 2006/11/08 09:43:58 vg 1.4.42.2: RESYNC: (1.4-1.5); FILE MERGED 2006/09/13 14:46:37 vg 1.4.42.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [850d0b20953bb567288554064fd5cc969def4c7a]

INTEGRATION: CWS mingwport03 (1.20.16); FILE MERGED 2006/11/08 09:43:08 vg 1.20.16.2: RESYNC: (1.20-1.21); FILE MERGED 2006/09/21 16:12:05 vg 1.20.16.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [46ea08709dddb11dde974c31060502a18649c471]

INTEGRATION: CWS mingwport03 (1.11.16); FILE MERGED 2006/11/08 09:42:56 vg 1.11.16.2: RESYNC: (1.11-1.12); FILE MERGED 2006/09/21 16:12:05 vg 1.11.16.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [fbc863b3ca5429787ead5e25b823a659bec21ed1]

INTEGRATION: CWS mingwport03 (1.21.16); FILE MERGED 2006/11/08 09:42:48 vg 1.21.16.2: RESYNC: (1.21-1.23); FILE MERGED 2006/09/21 16:12:05 vg 1.21.16.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [a14788a6d8908c0f8c356c2ea415e5eb6bf2aa40]

INTEGRATION: CWS mingwport03 (1.6.16); FILE MERGED 2006/11/08 09:42:40 vg 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2006/09/13 14:37:46 vg 1.6.16.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [a0872161fe091ab176b1d41bad4b605113daea7e]

INTEGRATION: CWS mingwport03 (1.5.42); FILE MERGED 2006/09/21 16:12:04 vg 1.5.42.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [3803cfafe015678d8f6877ce4296a5991f06311f]

INTEGRATION: CWS mingwport03 (1.7.16); FILE MERGED 2006/11/08 09:41:33 vg 1.7.16.2: RESYNC: (1.7-1.8); FILE MERGED 2006/09/21 16:12:04 vg 1.7.16.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [fa331b6c90036ba655e80bf97fd56c327a9f1acd]

INTEGRATION: CWS mingwport03 (1.19.16); FILE MERGED 2006/11/08 09:41:15 vg 1.19.16.2: RESYNC: (1.19-1.21); FILE MERGED 2006/09/13 14:37:46 vg 1.19.16.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [5dd317a58ae131b2f986f3f9e0e6d8cc59801b57]

INTEGRATION: CWS mingwport03 (1.4.16); FILE MERGED 2006/11/08 09:41:07 vg 1.4.16.2: RESYNC: (1.4-1.5); FILE MERGED 2006/09/13 14:37:46 vg 1.4.16.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [012b052a5198685bca2f510fd8c2c63273b67845]

INTEGRATION: CWS mingwport03 (1.4.16); FILE MERGED 2006/11/08 09:40:30 vg 1.4.16.2: RESYNC: (1.4-1.5); FILE MERGED 2006/09/21 16:12:04 vg 1.4.16.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [e7227b51f43150f0108bf5c281468d12cc86798d]

INTEGRATION: CWS mingwport03 (1.7.18); FILE MERGED 2006/09/13 14:37:45 vg 1.7.18.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ca727e089b36c084b119211519a8bb93f3f7e076]

INTEGRATION: CWS mingwport03 (1.15.16); FILE MERGED 2007/03/19 21:40:02 vg 1.15.16.3: RESYNC: (1.16-1.17); FILE MERGED 2006/11/08 23:41:14 vg 1.15.16.2: RESYNC: (1.15-1.16); FILE MERGED 2006/09/13 14:23:40 vg 1.15.16.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [a8b99f0c4502f85773804c5cfcbcd82817e3c57c]

INTEGRATION: CWS mingwport03 (1.5.48); FILE MERGED 2006/11/08 12:57:12 vg 1.5.48.2: RESYNC: (1.5-1.7); FILE MERGED 2006/09/13 14:22:28 vg 1.5.48.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [f8c05607e7748bf431713717b74161c1ec073dd2]

INTEGRATION: CWS mingwport03 (1.6.48); FILE MERGED 2006/11/08 12:56:58 vg 1.6.48.2: RESYNC: (1.6-1.7); FILE MERGED 2006/09/13 14:22:28 vg 1.6.48.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [7fabf8879537578a551311b0febe12ec305e9892]

INTEGRATION: CWS mingwport03 (1.7.120); FILE MERGED 2007/03/19 21:37:45 vg 1.7.120.3: RESYNC: (1.10-1.11); FILE MERGED 2006/11/08 11:06:56 vg 1.7.120.2: RESYNC: (1.7-1.10); FILE MERGED 2006/09/13 14:18:01 vg 1.7.120.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [500ec31520254040c96ae53d1839ee83ca07fed1]

INTEGRATION: CWS mingwport03 (1.9.26); FILE MERGED 2006/09/13 14:18:01 vg 1.9.26.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [8e13c5e3b74d649ae366be009f966fb500eadb61]

INTEGRATION: CWS mingwport03 (1.9.26); FILE MERGED 2006/09/13 14:16:40 vg 1.9.26.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [851d9e97e0dbaf845dcee00102a66bb6f6ef26f8]

INTEGRATION: CWS mingwport03 (1.9.26); FILE MERGED 2006/09/13 14:16:39 vg 1.9.26.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [be3bbf70b21f01aa8f622ab1cbf5c73940f6b1c4]

INTEGRATION: CWS mingwport03 (1.10.26); FILE MERGED 2006/09/13 14:16:39 vg 1.10.26.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [1f2290f10c33ccd491818e5b261760bb38c0314d]

INTEGRATION: CWS mingwport03 (1.10.26); FILE MERGED 2006/09/13 14:16:38 vg 1.10.26.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [7e652bc04bdf04333ba5413cea7bad08fd54419f]

INTEGRATION: CWS mingwport03 (1.11.26); FILE MERGED 2006/09/13 14:16:38 vg 1.11.26.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [6f533817ae6f0ac628b10a9131a80192e6440dde]

INTEGRATION: CWS mingwport03 (1.10.26); FILE MERGED 2006/09/13 14:16:37 vg 1.10.26.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [8e1faa59c4f411f6c804ccd1fe0be019c9e82369]

INTEGRATION: CWS mingwport03 (1.11.26); FILE MERGED 2006/09/13 14:16:36 vg 1.11.26.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [7eebe08fff84851ba089ec1149bc6a07937a11a7]

INTEGRATION: CWS mingwport03 (1.10.24); FILE MERGED 2007/01/09 01:37:21 vg 1.10.24.2: RESYNC: (1.10-1.11); FILE MERGED 2006/09/13 14:16:36 vg 1.10.24.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [aa4a341b7231fde5a217c1ee28e2036a41e0818d]

INTEGRATION: CWS mingwport03 (1.10.24); FILE MERGED 2007/01/09 01:37:05 vg 1.10.24.2: RESYNC: (1.10-1.11); FILE MERGED 2006/09/13 14:16:36 vg 1.10.24.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [6164df0dbfaff1648b44aa0b3315072d825107f8]

INTEGRATION: CWS mingwport03 (1.10.24); FILE MERGED 2007/01/09 01:36:49 vg 1.10.24.2: RESYNC: (1.10-1.11); FILE MERGED 2006/09/13 14:09:46 vg 1.10.24.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [74c3d2bf1c3fbe152e5c0a70c76dc9b4f5ec439c]

INTEGRATION: CWS mingwport03 (1.11.26); FILE MERGED 2006/09/13 14:09:45 vg 1.11.26.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [dc724fba9e2cd3c90e55ba5678f8bb34f7721f2d]

INTEGRATION: CWS mingwport03 (1.9.26); FILE MERGED 2006/09/13 14:09:45 vg 1.9.26.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [6128a495e83c15011a59fdfd0b13cddeeaf61eb3]

INTEGRATION: CWS mingwport03 (1.9.26); FILE MERGED 2006/09/13 14:09:44 vg 1.9.26.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [50ea8bc1b7b3c8ee8349fd4b5ac46b2c1d8fc805]

INTEGRATION: CWS mingwport03 (1.9.26); FILE MERGED 2006/09/13 14:09:43 vg 1.9.26.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [46115888d27defc639332f99a800d694a88f552e]

INTEGRATION: CWS mingwport03 (1.10.26); FILE MERGED 2006/09/13 14:09:43 vg 1.10.26.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [e9ef08c41d1867f451ad1e5392987967ccfc056e]

INTEGRATION: CWS mingwport03 (1.1.1422); FILE MERGED 2006/09/07 15:33:21 vg 1.1.1422.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [c3459c4c65d6e0db4c0ea21191797a6b7843a2bb]

INTEGRATION: CWS mingwport03 (1.1.1422); FILE MERGED 2006/11/08 23:28:31 vg 1.1.1422.2: RESYNC: (1.1-1.3); FILE MERGED 2006/09/07 15:33:21 vg 1.1.1422.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [a468e8d0da35e62a0447d0cbfdd425a3524c1588]

INTEGRATION: CWS mingwport03 (1.5.328); FILE MERGED 2006/11/08 23:28:19 vg 1.5.328.2: RESYNC: (1.5-1.7); FILE MERGED 2006/09/15 14:58:22 vg 1.5.328.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ea40ad482802e84671420e802b01fe8beed888e8]

INTEGRATION: CWS mingwport03 (1.2.328); FILE MERGED 2006/11/08 23:27:27 vg 1.2.328.2: RESYNC: (1.2-1.4); FILE MERGED 2006/09/15 14:58:22 vg 1.2.328.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [02f7566f7c656fc75a99ad9e10b17a80ee3711c6]

INTEGRATION: CWS mingwport03 (1.3.328); FILE MERGED 2006/11/08 23:27:02 vg 1.3.328.2: RESYNC: (1.3-1.4); FILE MERGED 2006/09/15 14:58:22 vg 1.3.328.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [38d14b709b443c1e70c7944b260d0e2750f8b8bb]

INTEGRATION: CWS mingwport03 (1.2.328); FILE MERGED 2006/11/08 22:58:31 vg 1.2.328.2: RESYNC: (1.2-1.3); FILE MERGED 2006/09/07 15:33:21 vg 1.2.328.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [3e6467039f012279395fbb7643e1358155bc6b71]

INTEGRATION: CWS mingwport03 (1.136.114); FILE MERGED 2007/03/19 19:18:45 vg 1.136.114.5: RESYNC: (1.140-1.142); FILE MERGED 2007/01/09 00:40:04 vg 1.136.114.4: RESYNC: (1.139-1.140); FILE MERGED 2006/11/08 14:52:17 vg 1.136.114.3: RESYNC: (1.136-1.139); FILE MERGED 2006/10/24 13:25:23 vg 1.136.114.2: #i53572# MinGW port 2006/09/13 15:46:03 vg 1.136.114.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [29a3c0be09e53c6a749802e5977218cabf1df397]

INTEGRATION: CWS mingwport03 (1.10.194); FILE MERGED 2007/03/19 19:18:38 vg 1.10.194.2: RESYNC: (1.10-1.11); FILE MERGED 2006/09/07 15:19:05 vg 1.10.194.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [0be66b155564e7e63a5a5bb01b84f4ed2aa7d456]

INTEGRATION: CWS mingwport03 (1.7.114); FILE MERGED 2006/11/08 14:51:34 vg 1.7.114.2: RESYNC: (1.7-1.8); FILE MERGED 2006/09/13 15:46:02 vg 1.7.114.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [bc6cf48bba00526c8d7ca6193cf10c056f9fbec7]

INTEGRATION: CWS mingwport03 (1.8.114); FILE MERGED 2006/11/08 14:51:27 vg 1.8.114.2: RESYNC: (1.8-1.9); FILE MERGED 2006/09/13 15:46:02 vg 1.8.114.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [e1eebeef08e7b8ac8e4ae60237f0ac5fcdaec5a9]

INTEGRATION: CWS mingwport03 (1.81.66); FILE MERGED 2007/03/19 19:18:14 vg 1.81.66.4: RESYNC: (1.83-1.85); FILE MERGED 2007/01/09 00:39:41 vg 1.81.66.3: RESYNC: (1.82-1.83); FILE MERGED 2006/11/08 14:51:19 vg 1.81.66.2: RESYNC: (1.81-1.82); FILE MERGED 2006/09/13 15:46:02 vg 1.81.66.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [b589cbf736a6692d4336ce0016a44efce2e50b70]

INTEGRATION: CWS mingwport03 (1.9.382); FILE MERGED 2007/03/19 19:18:07 vg 1.9.382.2: RESYNC: (1.9-1.10); FILE MERGED 2006/09/07 15:19:05 vg 1.9.382.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [b6b53928dedbacc54857e09a32e0de0c3688bf84]

INTEGRATION: CWS mingwport03 (1.9.164); FILE MERGED 2006/11/08 14:50:23 vg 1.9.164.3: RESYNC: (1.9-1.10); FILE MERGED 2006/10/24 13:25:22 vg 1.9.164.2: #i53572# MinGW port 2006/09/07 15:19:05 vg 1.9.164.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [73bf2f847f19e90bb5c0e8f8b575f3d23e97961e]

INTEGRATION: CWS mingwport03 (1.5.380); FILE MERGED 2006/11/08 14:50:08 vg 1.5.380.2: RESYNC: (1.5-1.6); FILE MERGED 2006/09/07 15:19:05 vg 1.5.380.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [c5e7c869d9756ff7eb070581c05d0ef2d23a6885]

INTEGRATION: CWS mingwport03 (1.34.82); FILE MERGED 2007/03/19 19:18:01 vg 1.34.82.4: RESYNC: (1.35-1.36); FILE MERGED 2006/11/08 14:49:51 vg 1.34.82.3: RESYNC: (1.34-1.35); FILE MERGED 2006/10/24 13:25:22 vg 1.34.82.2: #i53572# MinGW port 2006/09/13 15:46:01 vg 1.34.82.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [4ad856351427b2a41ea90250566cd8bf2b9bbc6e]

INTEGRATION: CWS mingwport03 (1.5.82); FILE MERGED 2006/09/07 14:35:30 vg 1.5.82.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [86badb523e34bc19a9b6666a83b3592d95f8e673]

INTEGRATION: CWS mingwport03 (1.35.10); FILE MERGED 2007/03/19 17:52:31 vg 1.35.10.3: RESYNC: (1.37-1.38); FILE MERGED 2006/11/08 11:25:03 vg 1.35.10.2: RESYNC: (1.35-1.37); FILE MERGED 2006/09/07 14:35:29 vg 1.35.10.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [c5091bc624fccf1a77bac3d8b70c3cece1af3efb]

INTEGRATION: CWS mingwport03 (1.7.16); FILE MERGED 2007/03/19 16:03:21 vg 1.7.16.4: RESYNC: (1.11-1.12); FILE MERGED 2007/01/08 20:36:35 vg 1.7.16.3: RESYNC: (1.9-1.11); FILE MERGED 2006/11/08 03:06:08 vg 1.7.16.2: RESYNC: (1.7-1.9); FILE MERGED 2006/09/07 10:23:44 vg 1.7.16.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [bb02255ce8c0784a9ba4d75e56a74e8d4ef0fb11]

INTEGRATION: CWS mingwport03 (1.8.44); FILE MERGED 2006/09/07 09:26:51 vg 1.8.44.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [f19e466ffb4a1e6af8161d4aeab380bec2fa01d3]

INTEGRATION: CWS mingwport03 (1.19.40); FILE MERGED 2007/03/19 15:25:45 vg 1.19.40.2: RESYNC MERGED 1.19 1.20 Everything below this line will be added to the revision comment. 2006/09/07 09:26:51 vg 1.19.40.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [726a4834e00840b102f043c831882e4b1e55bde8]

INTEGRATION: CWS mingwport03 (1.21.42); FILE MERGED 2007/03/19 15:22:17 vg 1.21.42.4: RESYNC MERGED 1.22 1.23 Everything below this line will be added to the revision comment. 2007/01/10 14:41:04 vg 1.21.42.3: RESYNC: (1.22-1.23); FILE MERGED 2006/11/08 14:56:37 vg 1.21.42.2: RESYNC: (1.21-1.22); FILE MERGED 2006/09/07 09:26:50 vg 1.21.42.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ce906e25357c77d7943c83d65ff6de5fd4708a7f]

INTEGRATION: CWS mingwport03 (1.15.42); FILE MERGED 2006/09/06 12:59:26 vg 1.15.42.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [bb5c2558e8fc01ec416bfec346064b0fdc638a38]

INTEGRATION: CWS mingwport03 (1.1.6); FILE ADDED 2006/09/18 14:59:56 vg 1.1.6.1: #i53572# MinGW port


2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [63fa5f5ed1fc50ccd9699916a5d248785d7dbc35]

INTEGRATION: CWS mingwport03 (1.5.262); FILE MERGED 2006/09/06 12:59:26 vg 1.5.262.1: #i53572# MinGW port


2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [ae0020d7fafdb9bd485bbffa1f7e640dd4e64f5a]

INTEGRATION: CWS c15v2_SRC680 (1.12.22); FILE MERGED 2007/03/16 10:27:17 dr 1.12.22.1: #146394# #146464# creating object may fail


2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [9450dfa578cd612a3b67afa7e34eeebcb3da3875]

INTEGRATION: CWS vcl76 (1.253.4); FILE MERGED 2007/03/20 17:36:23 pl 1.253.4.1: #i75563# do the sensible thing on reparent to self


2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [874c2c20430e400d37a280f2c36b29ec4f39fe62]

INTEGRATION: CWS vcl76 (1.60.58); FILE MERGED 2007/03/21 13:09:57 pl 1.60.58.1: #i75563# do not reparent windows to themselves


2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [222ee806d05b2307f0ea4deca2d8ddba203ac44c]

INTEGRATION: CWS fwk61 (1.21.54); FILE MERGED 2007/02/14 09:06:48 mav 1.21.54.2: RESYNC: (1.21-1.23); FILE MERGED 2007/02/06 10:12:46 pb 1.21.54.1: fix: #i71759# support for chinese font sizes


2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [2a793fda4e076154e5cbbd759ed76bfc64c7342d]

INTEGRATION: CWS ipdf (1.85.16); FILE MERGED 2007/02/13 14:41:50 pl 1.85.16.1: OpenTTFont api changes


2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [6b0cb4d8c3c7bdc1eeb4ec8e22869a021b16ef9a]

INTEGRATION: CWS ipdf (1.84.4); FILE MERGED 2007/02/12 12:16:49 pl 1.84.4.2: RESYNC: (1.84-1.85); FILE MERGED 2007/01/22 17:11:40 pl 1.84.4.1: font ident from buffer


2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [025fabf07ba85cc279054b51c465b4f96a81fc99]

INTEGRATION: CWS ipdf (1.38.178); FILE MERGED 2007/01/19 11:49:04 pl 1.38.178.5: RESYNC: (1.41-1.42); FILE MERGED 2006/07/25 09:31:13 pl 1.38.178.4: RESYNC: (1.39-1.41); FILE MERGED 2006/07/04 13:48:30 pl 1.38.178.3: RESYNC: (1.38-1.39); FILE MERGED 2006/06/26 15:00:20 pl 1.38.178.2: #137143# emit document checksum 2006/06/12 16:53:42 pl 1.38.178.1: #137143# add AddStream interface


2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [83522fa6f8265167cf9a5b342a3da66fd30b35ec]

INTEGRATION: CWS ipdf (1.92.80); FILE MERGED 2007/01/19 16:08:58 pl 1.92.80.8: #137143# ecnrypt add streams 2007/01/19 11:48:56 pl 1.92.80.7: RESYNC: (1.99-1.102); FILE MERGED 2006/10/04 18:52:04 pl 1.92.80.6: RESYNC: (1.96-1.99); FILE MERGED 2006/07/25 09:31:00 pl 1.92.80.5: RESYNC: (1.93-1.96); FILE MERGED 2006/07/04 16:34:49 pl 1.92.80.4: removed a warning 2006/07/04 13:48:22 pl 1.92.80.3: RESYNC: (1.92-1.93); FILE MERGED 2006/06/26 15:00:09 pl 1.92.80.2: #137143# emit document checksum 2006/06/12 16:53:42 pl 1.92.80.1: #137143# add AddStream interface


2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [135061e6f7f3d4e19c1e7f0dd25931be280590bc]

INTEGRATION: CWS ipdf (1.15.180); FILE MERGED 2007/01/19 11:48:34 pl 1.15.180.3: RESYNC: (1.16-1.17); FILE MERGED 2006/10/04 18:51:55 pl 1.15.180.2: RESYNC: (1.15-1.16); FILE MERGED 2006/06/12 16:53:42 pl 1.15.180.1: #137143# add AddStream interface


2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [8b2ced48f2588e31dc0d00090e225f3723117326]

INTEGRATION: CWS ipdf (1.14.28); FILE MERGED 2007/02/09 13:01:33 pl 1.14.28.5: finalize identifyFont 2007/01/23 19:02:43 pl 1.14.28.4: improve identifyFont 2007/01/23 17:55:45 pl 1.14.28.3: improve identifyFont 2007/01/23 15:25:59 pl 1.14.28.2: slight enhancment to identifyFont 2007/01/22 17:11:40 pl 1.14.28.1: font ident from buffer


2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [866767c85e5e5c84503c172cc30818f319f57791]

INTEGRATION: CWS ipdf (1.2.342); FILE MERGED 2007/01/22 16:24:13 pl 1.2.342.1: make sft code available outside psprint


2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [e96ff9949a0b7688cb9e310865f5c33d01410ac4]

INTEGRATION: CWS ipdf (1.2.368); FILE MERGED 2007/01/22 16:24:13 pl 1.2.368.1: make sft code available outside psprint


2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [e99e421fb4301f2870afa1f21d8fae537d85cc40]

INTEGRATION: CWS ipdf (1.22.34); FILE MERGED 2007/01/22 16:24:13 pl 1.22.34.1: make sft code available outside psprint


2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [de727740b9bfd459288fd4b9f681d9f221aef51e]

INTEGRATION: CWS ipdf (1.15.60); FILE MERGED 2007/01/22 16:24:12 pl 1.15.60.1: make sft code available outside psprint


2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [89a1b2867ec840f802e56f43e39e523240a9dc78]

INTEGRATION: CWS ipdf (1.39.28); FILE MERGED 2007/01/22 16:24:12 pl 1.39.28.1: make sft code available outside psprint


2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [e23e5d8090d4dc7c1b0ba93c0128ce45f51c6e95]

INTEGRATION: CWS ipdf (1.73.34); FILE MERGED 2007/01/22 16:24:12 pl 1.73.34.1: make sft code available outside psprint


2007-03-20  Vladimir Glazounov  <vg@openoffice.org>  [1161f13b70291bda6641113e6b80f3fd7b93cbc0]

new version for ODP680


2007-03-19  Oliver Bolte  <obo@openoffice.org>  [ce3d9ecf2d40389451c5a9671927bf0940cb688e]

#i10000# Solaris warning hidden method


2007-03-15  Oliver Bolte  <obo@openoffice.org>  [e6c702c2ee66b819b9c73eb750c3214353e274e3]

INTEGRATION: CWS basmgr02 (1.16.6); FILE MERGED 2007/02/28 09:21:22 fs 1.16.6.2: don't access aElementPos after it has been removed from the map 2007/02/14 13:59:12 fs 1.16.6.1: copying the changes from CWS basexc herein


2007-03-12  Oliver Bolte  <obo@openoffice.org>  [e0f990fd429720d37dc6dc6e50e623613c05e538]

INTEGRATION: CWS i75249_SRC680 (1.36.34.1.2); FILE MERGED 2007/03/09 16:57:37 hdu 1.36.34.1.2.1: #i75249# workaround for mask incompatible render picture format


2007-03-09  Oliver Bolte  <obo@openoffice.org>  [89a295283348b616cdbdf5563a93b8285674dd34]

INTEGRATION: CWS hb02 (1.1.2); FILE ADDED 2007/02/07 10:26:13 hbrinkm 1.1.2.2: #i74051# handle warnings 2007/01/31 10:53:07 fs 1.1.2.1: #i74051# helper for implementing property bags


2007-03-09  Oliver Bolte  <obo@openoffice.org>  [24db27e718595eaa614fffd515e53285efad72b6]

INTEGRATION: CWS hb02 (1.14.122); FILE MERGED 2007/01/31 10:53:18 fs 1.14.122.1: #i74051# +propertybag.cxx


2007-03-09  Oliver Bolte  <obo@openoffice.org>  [a7c839c4eb66d927f343aedf952ace00e7030033]

INTEGRATION: CWS hb02 (1.1.2); FILE ADDED 2007/02/07 10:25:44 hbrinkm 1.1.2.2: #i74051# handle warnings 2007/01/31 10:52:59 fs 1.1.2.1: #i74051# helper for implementing property bags


2007-03-09  Oliver Bolte  <obo@openoffice.org>  [4308f59e97f85e0c52617f7a466088ba6d39dc68]

INTEGRATION: CWS ause076 (1.13.44); FILE MERGED 2007/02/22 18:06:02 hjs 1.13.44.1: #i74721# cleanup obsolete library variables


2007-03-09  Oliver Bolte  <obo@openoffice.org>  [1e0193d51bffa4d0c65de332b8d7d280ede69708]

INTEGRATION: CWS ause076 (1.17.6); FILE MERGED 2007/02/28 10:43:20 hjs 1.17.6.1: #i74812# cleanup *LIB and more


2007-03-09  Oliver Bolte  <obo@openoffice.org>  [c4ae20cd096afb045692763d080b38bd291c4a88]

INTEGRATION: CWS ause076 (1.6.52); FILE MERGED 2007/03/01 16:52:24 hjs 1.6.52.1: #i75028# kick obsolete settings


2007-03-09  Oliver Bolte  <obo@openoffice.org>  [fa7f42030411457deb5eac1936876c58b9df659c]

INTEGRATION: CWS ause076 (1.5.4); FILE MERGED 2007/02/28 10:56:15 hjs 1.5.4.1: #i74812# cleanup *LIB and more


2007-03-09  Oliver Bolte  <obo@openoffice.org>  [924d84576e4fe984da30825d0c306377263e9a27]

INTEGRATION: CWS ause076 (1.11.16); FILE MERGED 2007/02/28 11:03:46 hjs 1.11.16.1: #i74812# cleanup *LIB and more


2007-03-09  Oliver Bolte  <obo@openoffice.org>  [f154ca0a38a569ff636231bd4aeee273991e0cab]

INTEGRATION: CWS ause076 (1.11.98); FILE MERGED 2007/02/28 11:03:46 hjs 1.11.98.1: #i74812# cleanup *LIB and more


2007-03-09  Oliver Bolte  <obo@openoffice.org>  [147d4fb9dc298dbc3ade6b92c82c584b883f4952]

INTEGRATION: CWS ause076 (1.9.98); FILE MERGED 2007/02/28 11:03:46 hjs 1.9.98.1: #i74812# cleanup *LIB and more


2007-03-09  Oliver Bolte  <obo@openoffice.org>  [4c77efcd80420a4db37c1faeaa590d60cd57500f]

INTEGRATION: CWS ause076 (1.9.98); FILE MERGED 2007/02/28 11:03:45 hjs 1.9.98.1: #i74812# cleanup *LIB and more


2007-03-09  Oliver Bolte  <obo@openoffice.org>  [1aff87d3767e87ab704253ae27dc68a9df9b2fc9]

INTEGRATION: CWS ause076 (1.10.98); FILE MERGED 2007/02/28 11:03:44 hjs 1.10.98.1: #i74812# cleanup *LIB and more


2007-03-09  Oliver Bolte  <obo@openoffice.org>  [390e59f5f6bef7ec9c0bff0aadc5031dbaa0d282]

INTEGRATION: CWS ause076 (1.3.474); FILE MERGED 2007/02/28 10:48:11 hjs 1.3.474.2: #i74812# cleanup *LIB and more 2007/02/23 15:09:09 hjs 1.3.474.1: #i74812# remove more obsolete lib variables


2007-03-09  Oliver Bolte  <obo@openoffice.org>  [293c6e443b7da9ad9c21ae38d6af47e5101bc6f2]

INTEGRATION: CWS ause076 (1.9.26); FILE MERGED 2007/02/28 10:48:11 hjs 1.9.26.1: #i74812# cleanup *LIB and more


2007-03-09  Oliver Bolte  <obo@openoffice.org>  [4c3fd0a08d412c6e70a0ec91509dec63d4068fc3]

INTEGRATION: CWS ause076 (1.3.18); FILE MERGED 2007/02/28 10:48:10 hjs 1.3.18.1: #i74812# cleanup *LIB and more


2007-03-09  Oliver Bolte  <obo@openoffice.org>  [450c68138e617a17665cd1d651c61933d4f6a4f6]

INTEGRATION: CWS ause076 (1.16.18); FILE MERGED 2007/02/28 10:48:10 hjs 1.16.18.1: #i74812# cleanup *LIB and more


2007-03-09  Oliver Bolte  <obo@openoffice.org>  [8e651978fd12a89437185e92234c778a02eddf7a]

INTEGRATION: CWS ause076 (1.17.28); FILE MERGED 2007/02/28 10:59:26 hjs 1.17.28.1: #i74812# cleanup *LIB and more


2007-03-09  Oliver Bolte  <obo@openoffice.org>  [c731abf05c320aceb20c5d376dac4df7e251d2f3]

INTEGRATION: CWS ause076 (1.6.150); FILE MERGED 2007/02/28 10:59:25 hjs 1.6.150.1: #i74812# cleanup *LIB and more


2007-03-09  Oliver Bolte  <obo@openoffice.org>  [8601ce5b9285d24695f507aeb8a1db362ac51024]

INTEGRATION: CWS ause076 (1.6.4); FILE MERGED 2007/02/28 10:48:51 hjs 1.6.4.1: #i74812# cleanup *LIB and more


2007-03-09  Oliver Bolte  <obo@openoffice.org>  [8ed54387bc59febe1d916ab00bf037be99286d55]

INTEGRATION: CWS ause076 (1.12.182); FILE MERGED 2007/03/01 16:52:13 hjs 1.12.182.1: #i75028# kick obsolete settings


2007-03-09  Oliver Bolte  <obo@openoffice.org>  [15309b556158f519acabf045271e5597f7dff903]

INTEGRATION: CWS ause076 (1.5.56); FILE MERGED 2007/02/28 11:06:40 hjs 1.5.56.1: #i74812# cleanup *LIB and more


2007-03-07  Oliver Bolte  <obo@openoffice.org>  [efbe5aafd34d8b36fef88bea0aa776d8fd9c818c]

INTEGRATION: CWS pj73 (1.13.48); FILE MERGED 2007/02/24 16:33:47 pjanik 1.13.48.1: #i74838#: Initialize variable to prevent warnings.


2007-03-07  Oliver Bolte  <obo@openoffice.org>  [507efd623da5401c0a4dd760bcb62cf799eb5a8a]

INTEGRATION: CWS pj73 (1.9.142); FILE MERGED 2007/02/09 20:36:25 pjanik 1.9.142.1: #i74262#: Adapt svdem to recent changes.


2007-03-07  Oliver Bolte  <obo@openoffice.org>  [e3a5f5438a473ed5361c1878c6771600c125cdfd]

INTEGRATION: CWS pj73 (1.6.122); FILE MERGED 2007/03/01 12:25:52 pjanik 1.6.122.1: #i74878#: Remove non-product code.


2007-03-05  Oliver Bolte  <obo@openoffice.org>  [6ea30f521b391056dfd80baaf45ce0cd32d8d45d]

INTEGRATION: CWS vcl74 (1.85.10); FILE MERGED 2007/02/08 08:40:53 hdu 1.85.10.1: #i73803# surrogate support should not enable CJK heuristics


2007-03-05  Oliver Bolte  <obo@openoffice.org>  [a3dcd52c8ccd5cff53b5dd8ecf83e7c4fe888371]

INTEGRATION: CWS vcl74 (1.214.62); FILE MERGED 2007/02/14 18:14:25 pl 1.214.62.1: #i73965# handle possible own IME status window


2007-03-05  Oliver Bolte  <obo@openoffice.org>  [4b9b04d9b1ffcb0e56281a1e8f4c8e70cac9085e]

INTEGRATION: CWS vcl74 (1.17.126); FILE MERGED 2007/02/09 16:54:20 pl 1.17.126.1: #144688# prevent overflow in CreatePixmap request


2007-03-05  Oliver Bolte  <obo@openoffice.org>  [07a7843f6529995ab24efc59ea462f1a7a9fe26a]

INTEGRATION: CWS vcl74 (1.64.62); FILE MERGED 2007/02/14 17:01:11 pl 1.64.62.1: #136020# fix XGetWindowProperty loop


2007-03-05  Oliver Bolte  <obo@openoffice.org>  [e4e23abbc555191d8409d4e2eb4e6ec1a1476d8c]

INTEGRATION: CWS vcl74 (1.36.62); FILE MERGED 2007/02/14 18:14:24 pl 1.36.62.1: #i73965# handle possible own IME status window


2007-03-05  Oliver Bolte  <obo@openoffice.org>  [3065f7b6a7dd007c2358fd464fba8ed778f9cb61]

INTEGRATION: CWS vcl74 (1.9.462); FILE MERGED 2007/02/14 18:14:24 pl 1.9.462.1: #i73965# handle possible own IME status window


2007-03-05  Oliver Bolte  <obo@openoffice.org>  [736d4655ba7e323a859145ee288079d9bb64e345]

INTEGRATION: CWS vcl74 (1.59.42); FILE MERGED 2007/01/31 15:25:15 pl 1.59.42.1: #i47175# update eventual pointer grab with cursor


2007-03-05  Oliver Bolte  <obo@openoffice.org>  [c87e097de1afacaaafcb2a21f301a5c71ff14c64]

INTEGRATION: CWS vcl74 (1.252.2); FILE MERGED 2007/02/28 15:33:29 pl 1.252.2.1: #i74189# extra precautions for mixed lazy/non-lazy delete


2007-03-05  Oliver Bolte  <obo@openoffice.org>  [eb00d49881a5f827a1b5e5ccaad83df132c935a3]

INTEGRATION: CWS vcl74 (1.145.8); FILE MERGED 2007/02/13 17:17:31 pl 1.145.8.2: #i74189# one more doLazyDelete, prevent against events until lazy delete 2007/02/07 16:42:27 pl 1.145.8.1: #i74189# do not destroy windows in their handlers


2007-03-05  Oliver Bolte  <obo@openoffice.org>  [4ec48c9741b585b3f575343e2d900bb3f61964f2]

INTEGRATION: CWS vcl74 (1.139.44); FILE MERGED 2007/02/08 08:40:52 hdu 1.139.44.3: #i73803# surrogate support should not enable CJK heuristics 2007/02/07 13:50:15 pl 1.139.44.2: RESYNC: (1.139-1.141); FILE MERGED 2007/02/01 16:14:19 hdu 1.139.44.1: #i74046# if glyph<->char mapping is not available extra-kerning doesn't make sense


2007-03-05  Oliver Bolte  <obo@openoffice.org>  [670a3a99bae7870a019fd0260bf9f122c4782d72]

INTEGRATION: CWS vcl74 (1.102.42); FILE MERGED 2007/02/13 18:12:10 pl 1.102.42.1: #i74176# do not use hairlines, use virtual pixel lines instead


2007-03-05  Oliver Bolte  <obo@openoffice.org>  [d3f408d79fd37ae640cd0f0be898ceff57045e00]

INTEGRATION: CWS vcl74 (1.66.10); FILE MERGED 2007/02/14 18:14:23 pl 1.66.10.2: #i73965# handle possible own IME status window 2007/02/09 13:51:18 pl 1.66.10.1: #i73965# clearer assertion, take into account def window, title for def window


2007-03-05  Oliver Bolte  <obo@openoffice.org>  [4805d73e5005b02ef7a6ffb24cb53eb61da821a8]

INTEGRATION: CWS vcl74 (1.50.154); FILE MERGED 2007/02/09 13:51:18 pl 1.50.154.1: #i73965# clearer assertion, take into account def window, title for def window


2007-03-05  Oliver Bolte  <obo@openoffice.org>  [f9790d9a4dcd49160b875c18871e9502ef4fe817]

INTEGRATION: CWS vcl74 (1.42.20); FILE MERGED 2007/02/12 10:58:33 pl 1.42.20.2: #i74335# next try: ascii fallback stragety for %%Title 2007/02/08 13:44:05 pl 1.42.20.1: #i74335# enclose all DSC textline values with parentheses for enhanced compatibility, use UTF7 to cope with non-Ascii strings instead of simply converting to ascii


2007-03-05  Oliver Bolte  <obo@openoffice.org>  [ee5de3199bfa43e8c0bc2522cead040ce20d1cb0]

INTEGRATION: CWS vcl74 (1.43.58); FILE MERGED 2007/02/09 10:02:33 pl 1.43.58.2: #i70956# only one global fallback ResMgr for all threads 2007/01/29 14:38:26 pl 1.43.58.1: #123331# protect against current thread ResMgr destroyed in another thread


2007-02-16  Vladimir Glazounov  <vg@openoffice.org>  [82aa8feea3af0f5a297f85ce87e38ecaad9fa335]

new version for OOF680


2007-02-14  Kurt Zenker  <kz@openoffice.org>  [0637beb0f761f0984e42772ad5ab7fc0f1d7b4dc]

INTEGRATION: CWS fmtfield_SRC680 (1.79.28); FILE MERGED 2007/02/12 14:29:19 fs 1.79.28.1: #i74443# +ImplEnsureHabdleOrder


2007-02-14  Kurt Zenker  <kz@openoffice.org>  [3c9cd171693a576ea83a3884716a2485c46b5a44]

INTEGRATION: CWS fmtfield_SRC680 (1.52.42); FILE MERGED 2007/02/12 14:29:19 fs 1.52.42.1: #i74443# +ImplEnsureHabdleOrder


2007-02-14  Kurt Zenker  <kz@openoffice.org>  [f07591d7ce75740a8db0c68fe74f807cf005e7b7]

INTEGRATION: CWS fmtfield_SRC680 (1.8.28); FILE MERGED 2007/02/12 14:30:02 fs 1.8.28.1: #i74443# +ImplSetPropertyValues


2007-02-14  Kurt Zenker  <kz@openoffice.org>  [d3522233a09760582c841df9b6efe561c7aa5966]

INTEGRATION: CWS fmtfield_SRC680 (1.44.2.2.2); FILE MERGED 2007/02/12 14:28:42 fs 1.44.2.2.2.1: #i74443# support for notifying (and locking notification of) multiple properties, not only one


2007-02-14  Kurt Zenker  <kz@openoffice.org>  [cbd7b4120a7ebd3ad3a5864b15f6c2b1e553b59f]

INTEGRATION: CWS fmtfield_SRC680 (1.10.44.1.4); FILE MERGED 2007/02/12 14:28:05 fs 1.10.44.1.4.1: #i74443# don't overwrite field content with invalid EffectiveValues during user input


2007-02-14  Kurt Zenker  <kz@openoffice.org>  [fdd7556e485de8c06d0ab9ff568004a94e1eb410]

INTEGRATION: CWS fmtfield_SRC680 (1.7.66); FILE MERGED 2007/02/12 14:26:58 fs 1.7.66.1: #i74443# +ImplEnsureHabdleOrder


2007-02-14  Kurt Zenker  <kz@openoffice.org>  [a45082082908911dc2bed8e704ecf87c566ff015]

INTEGRATION: CWS fmtfield_SRC680 (1.3.200); FILE MERGED 2007/02/12 14:26:22 fs 1.3.200.1: #i74443# +ImplSetPropertyValues


2007-02-14  Kurt Zenker  <kz@openoffice.org>  [fa3ad7fa0baa5554c6e08900c20942e6c89efccf]

INTEGRATION: CWS fmtfield_SRC680 (1.16.28); FILE MERGED 2007/02/12 14:27:34 fs 1.16.28.1: #i74443# +mpData


2007-02-14  Kurt Zenker  <kz@openoffice.org>  [ef40cbf1d4aaf3d308f7140fd95b697aec623493]

INTEGRATION: CWS fmtfield_SRC680 (1.3.182.1.4); FILE MERGED 2007/02/12 14:25:35 fs 1.3.182.1.4.1: #i74443# don't overwrite field content with invalid EffectiveValues during user input


2007-02-12  Kurt Zenker  <kz@openoffice.org>  [87d30dc4a4fad9dfcd2fb999fa34313ba7c35ac6]

INTEGRATION: CWS vclshowstop11_SRC680 (1.40.2.1.2); FILE MERGED 2007/02/07 19:08:01 pl 1.40.2.1.2.1: #i74284# limit lpget list to user defined printers (evaluate _all: section)


2007-02-12  Kurt Zenker  <kz@openoffice.org>  [c9ba3735615bf18a246b2638745ad33ef1af2b26]

INTEGRATION: CWS vclshowstop10_SRC680 (1.36.66); FILE MERGED 2007/02/02 14:29:59 hdu 1.36.66.1: #i73958# fix clipping for RENDER accellerated native alpha bitmap drawing


2007-02-12  Kurt Zenker  <kz@openoffice.org>  [c50747a5e27f23735bd5d7411d134eb18d12a07c]

INTEGRATION: CWS vclshowstop10_SRC680 (1.7.138); FILE MERGED 2007/02/02 12:52:46 pl 1.7.138.1: #b6519134# support visuals different from default visual


2007-02-12  Kurt Zenker  <kz@openoffice.org>  [b8c5151e09b2069c852cc946e9380b7526c6fe7d]

INTEGRATION: CWS vclshowstop10_SRC680 (1.39.66); FILE MERGED 2007/02/02 12:52:45 pl 1.39.66.1: #b6519134# support visuals different from default visual


2007-02-12  Kurt Zenker  <kz@openoffice.org>  [63a4e45e613be7e0a8ef6fa569fedc42922e3a7a]

INTEGRATION: CWS vclshowstop10_SRC680 (1.30.34.1.2); FILE MERGED 2007/02/02 12:52:45 pl 1.30.34.1.2.1: #b6519134# support visuals different from default visual


2007-02-12  Kurt Zenker  <kz@openoffice.org>  [e6db756bc7e703048ee3280a51bc43ae896a08f5]

INTEGRATION: CWS vclshowstop10_SRC680 (1.86.50); FILE MERGED 2007/01/30 16:29:57 hdu 1.86.50.1: #i74023# fix DrawStretchText for base level font units != 1


2007-02-12  Kurt Zenker  <kz@openoffice.org>  [7fe3295f747886191ff779a4d9f09adc1c62f8fa]

INTEGRATION: CWS vclshowstop10_SRC680 (1.58.50); FILE MERGED 2007/02/01 14:28:12 pl 1.58.50.1: #i74084# update specific printer queue info


2007-02-12  Kurt Zenker  <kz@openoffice.org>  [260e655c431d7d0906ca5523ba5d65f7c15544d6]

INTEGRATION: CWS basexc_SRC680 (1.44.2.1.2); FILE MERGED 2007/02/05 11:49:36 fs 1.44.2.1.2.2: #145001# corrected property existence check 2007/02/01 08:53:41 fs 1.44.2.1.2.1: #i74065# ImplModelPropertiesChanged: don't blindly ask for language dependent properties, instead check whether they exist (which saves *a lot* of exceptions)


2007-02-12  Kurt Zenker  <kz@openoffice.org>  [36468ae0461127ad99ddbb6336ec024af5fb99df]

INTEGRATION: CWS basexc_SRC680 (1.15.2.1.2); FILE MERGED 2007/02/01 08:50:45 fs 1.15.2.1.2.1: #i74058# #i74065# proper catching of exceptions, proper sorting of language dependent properties


2007-02-12  Kurt Zenker  <kz@openoffice.org>  [7af360a1987d0aded7b1ebf4623b55095de63f53]

INTEGRATION: CWS basexc_SRC680 (1.65.54); FILE MERGED 2007/02/05 13:47:04 vg 1.65.54.1: #i74150# correct encoding for german


2007-02-12  Kurt Zenker  <kz@openoffice.org>  [d2c30963544a9a8ebfd5906bf591220d9654c38b]

INTEGRATION: CWS aw043_SRC680 (1.2.60.1.6); FILE MERGED 2007/01/31 13:10:09 aw 1.2.60.1.6.1: #i73602# added single flags for OverlayBuffer control for Calc, Writer and DrawImpress to enchance granularity


2007-02-09  Vladimir Glazounov  <vg@openoffice.org>  [11af735fe7bd736d25fc34e74b0e0c1ce8683001]

new version for OOF680


2007-02-09  Vladimir Glazounov  <vg@openoffice.org>  [5c2dd09e723c076e5802c8146bfb2531e666314f]

new version for OOF680


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [6faa125d091096d6315d6ce89f4f20c0d8ccf47c]

INTEGRATION: CWS ause074 (1.2.74); FILE MERGED 2007/01/30 12:08:06 hjs 1.2.74.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [866aa0040dc8bcd8edeb83a5de7bc79f9abce152]

INTEGRATION: CWS ause074 (1.4.42); FILE MERGED 2007/01/30 12:05:54 hjs 1.4.42.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [3404195fbd071c21eb259930b22f31b9a86b94a8]

INTEGRATION: CWS ause074 (1.5.42); FILE MERGED 2007/01/30 12:05:54 hjs 1.5.42.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [51b95db6ba32f45f9d136fe7e53a581342c682b7]

INTEGRATION: CWS ause074 (1.2.66); FILE MERGED 2007/01/30 12:05:53 hjs 1.2.66.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [aba037181d6fe7f3db9dc4be7ae56c321078681f]

INTEGRATION: CWS ause074 (1.4.4); FILE MERGED 2007/01/30 12:05:53 hjs 1.4.4.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [0e2cc2b3d40fa86101b2da6e502cc45a15897f9b]

INTEGRATION: CWS ause074 (1.3.180); FILE MERGED 2007/01/30 12:04:56 hjs 1.3.180.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [c49c0fa4737b513b2782375d9ec2ab7508360e45]

INTEGRATION: CWS ause074 (1.2.180); FILE MERGED 2007/01/30 12:04:56 hjs 1.2.180.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [a3b1864741e6aa70ffe989ce5d3bff56ac17a32e]

INTEGRATION: CWS ause074 (1.38.50); FILE MERGED 2007/01/30 11:56:46 hjs 1.38.50.1: #i64296# unused code using obsolete define...


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [ac55c9812cffed842940f576c02da56a5c0de5d6]

INTEGRATION: CWS ause074 (1.2.452); FILE MERGED 2007/01/30 12:08:26 hjs 1.2.452.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [16396830ae2aa4c5a61cbd25bdfa6a3846c8a92b]

INTEGRATION: CWS ause074 (1.143.48); FILE MERGED 2007/01/30 11:57:55 hjs 1.143.48.1: #i64296# unused code using obsolete define...


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [2883f673c7d96173769e4741a8ab4eef8c64e97b]

INTEGRATION: CWS ause074 (1.15.214); FILE MERGED 2007/01/30 12:08:26 hjs 1.15.214.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [fa6014fabc601548ba2650eebe44ce14625c32cd]

INTEGRATION: CWS ause074 (1.10.336); FILE MERGED 2007/02/01 11:42:25 hjs 1.10.336.1: #i74024#,#i73801# remove obsolete include


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [f6cb24969b51da34cfc0a2e0408949357f2a1c20]

INTEGRATION: CWS ause074 (1.8.522); FILE MERGED 2007/02/01 11:42:25 hjs 1.8.522.1: #i74024#,#i73801# remove obsolete include


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [910f1ed6781735e2a0b8857c705d8faf13c96c71]

INTEGRATION: CWS ause074 (1.9.522); FILE MERGED 2007/02/01 11:42:24 hjs 1.9.522.1: #i74024#,#i73801# remove obsolete include


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [e5e6465d86b3ad45f29433c2365c94ed66f6256e]

INTEGRATION: CWS ause074 (1.7.336); FILE MERGED 2007/02/01 11:42:24 hjs 1.7.336.1: #i74024#,#i73801# remove obsolete include


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [8015e87072bdc7f8a28738016f7d25ca025d6f40]

INTEGRATION: CWS ause074 (1.8.522); FILE MERGED 2007/01/30 12:10:05 hjs 1.8.522.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [f50c94dc6079ca28d82736d90870c0739deb4e8e]

INTEGRATION: CWS ause074 (1.5.522); FILE MERGED 2007/01/30 12:10:04 hjs 1.5.522.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [3e2ed871c4b925065ec0ad641c8db479fe4bb309]

INTEGRATION: CWS ause074 (1.26.64); FILE MERGED 2007/01/30 12:10:04 hjs 1.26.64.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [33fa17272ddb2654bc0f8d742b92028cd76ad2b2]

INTEGRATION: CWS ause074 (1.18.4); FILE MERGED 2007/01/30 12:10:03 hjs 1.18.4.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [bd29fc368688649f77f35efa5601c93d2c07f78a]

INTEGRATION: CWS ause074 (1.28.132); FILE MERGED 2007/01/30 12:10:03 hjs 1.28.132.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [9446839cd2f1636b5b21a392f23a1dedb1b13c37]

INTEGRATION: CWS ause074 (1.9.260); FILE MERGED 2007/01/30 12:10:02 hjs 1.9.260.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [2595d53747907ac763c049e4aeb0c9104a9422f0]

INTEGRATION: CWS ause074 (1.20.334); FILE MERGED 2007/01/30 12:10:02 hjs 1.20.334.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [4dae4a42cc891b0c2bf6507a81e1c5ba76bf6b07]

INTEGRATION: CWS ause074 (1.9.522); FILE MERGED 2007/01/30 12:10:02 hjs 1.9.522.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [4517c99c5e1d96dc7e70b02b8b79a3d8657a301d]

INTEGRATION: CWS ause074 (1.10.522); FILE MERGED 2007/01/30 12:10:01 hjs 1.10.522.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [b9a9e2814845ea118c03ec291de39eed6a704210]

INTEGRATION: CWS ause074 (1.12.522); FILE MERGED 2007/01/30 12:10:01 hjs 1.12.522.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [76949908899c5b8d122628a5a4b773e0ce9ef539]

INTEGRATION: CWS ause074 (1.7.128); FILE MERGED 2007/01/30 12:05:09 hjs 1.7.128.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [1f9a72ee720c519a88b4c6d29e74712e550dab99]

INTEGRATION: CWS ause074 (1.6.92); FILE MERGED 2007/01/30 12:05:08 hjs 1.6.92.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [3ddbf37170f87148946b2f9da06291494303387b]

INTEGRATION: CWS ause074 (1.6.128); FILE MERGED 2007/01/30 12:05:08 hjs 1.6.128.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [345f027c3f462bc9e5dad8b3e2bdbb37c9750f09]

INTEGRATION: CWS ause074 (1.3.128); FILE MERGED 2007/01/30 12:05:08 hjs 1.3.128.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [621df31b2f2ecfd86532b9bfa1e44894062b7fef]

INTEGRATION: CWS ause074 (1.2.128); FILE MERGED 2007/01/30 12:05:07 hjs 1.2.128.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [d6f5c939b99f225cf41676b6c6763ea9cc461045]

INTEGRATION: CWS ause074 (1.9.106); FILE MERGED 2007/01/30 12:05:07 hjs 1.9.106.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [72d8759933dfdcc4725ef4da229803c3c24e33c9]

INTEGRATION: CWS ause074 (1.4.128); FILE MERGED 2007/01/30 12:05:07 hjs 1.4.128.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [2e8a19a9c486c068f60a66042fc8665c126008f9]

INTEGRATION: CWS ause074 (1.3.128); FILE MERGED 2007/01/30 12:05:07 hjs 1.3.128.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [ce9a933e0f856debb01033a5df155dac7df43031]

INTEGRATION: CWS ause074 (1.4.128); FILE MERGED 2007/01/30 12:05:06 hjs 1.4.128.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [c6b9634e565831806b5f8d7ea52f433eec96c079]

INTEGRATION: CWS ause074 (1.3.128); FILE MERGED 2007/01/30 12:05:06 hjs 1.3.128.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [8c16008a6f49694965b47bd111d0700d17bb8cde]

INTEGRATION: CWS ause074 (1.2.172); FILE MERGED 2007/01/30 12:09:17 hjs 1.2.172.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [235490c19c6c6e4f2c4491d67b0a3bfe60b3f25b]

INTEGRATION: CWS ause074 (1.5.100); FILE MERGED 2007/01/30 12:09:17 hjs 1.5.100.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [ef07b8656658c1479e821bd705701e5d88e8e1d5]

INTEGRATION: CWS ause074 (1.19.94); FILE MERGED 2007/01/30 12:09:17 hjs 1.19.94.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [756e11952e3da6a444016dd98092d8a5d0e83170]

INTEGRATION: CWS ause074 (1.3.172); FILE MERGED 2007/01/30 12:09:16 hjs 1.3.172.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [1616206db8c040ec06d4bedaa62a95a7e6beb504]

INTEGRATION: CWS ause074 (1.4.172); FILE MERGED 2007/01/30 12:09:16 hjs 1.4.172.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [1bd260a3abe6bfcce362ef22ea37093519572fb9]

INTEGRATION: CWS ause074 (1.4.172); FILE MERGED 2007/01/30 12:09:15 hjs 1.4.172.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [9e311dfce541301ff0806dbebc6f4585f041e42c]

INTEGRATION: CWS ause074 (1.7.100); FILE MERGED 2007/01/30 12:09:15 hjs 1.7.100.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [323bda23df433ab002890be2ec18020f2b7aa092]

INTEGRATION: CWS ause074 (1.6.170); FILE MERGED 2007/01/30 12:09:15 hjs 1.6.170.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [4d5a8b2cf30a8159401b112d9d6766b6125ce5ca]

INTEGRATION: CWS ause074 (1.5.100); FILE MERGED 2007/01/30 12:09:14 hjs 1.5.100.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [0cb2e980c7aec5b225f0c65f0853ba96c8b513cb]

INTEGRATION: CWS ause074 (1.9.100); FILE MERGED 2007/01/30 12:09:14 hjs 1.9.100.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [de1fc685dcbdca29fde40061d1b09f4a8f564a32]

INTEGRATION: CWS ause074 (1.4.172); FILE MERGED 2007/01/30 12:09:14 hjs 1.4.172.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [c998f4918a4fd13435b6f7f456a37c2e59320b16]

INTEGRATION: CWS ause074 (1.4.172); FILE MERGED 2007/01/30 12:09:13 hjs 1.4.172.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [65c88d5de5c2627b031936f38c054658dad9505b]

INTEGRATION: CWS ause074 (1.13.78); FILE MERGED 2007/01/30 12:09:13 hjs 1.13.78.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [f5f3f2a1294e19dfe57ce963b9dd39042f275cca]

INTEGRATION: CWS ause074 (1.5.100); FILE MERGED 2007/01/30 12:09:13 hjs 1.5.100.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [c4f6757f983cd649a4480b06b9f7e27ae6885af1]

INTEGRATION: CWS ause074 (1.4.172); FILE MERGED 2007/01/30 12:09:12 hjs 1.4.172.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [cd8b583b4a66529447231c6d49f3f17343d6c261]

INTEGRATION: CWS ause074 (1.12.172); FILE MERGED 2007/01/30 12:09:12 hjs 1.12.172.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [52f39447f5fd6c08b8668b2ba8cd537a8c3209a5]

INTEGRATION: CWS ause074 (1.3.100); FILE MERGED 2007/01/30 12:09:12 hjs 1.3.100.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [753fca1b53bb8a8c26c2fc89b9d75871f2dd68f0]

INTEGRATION: CWS ause074 (1.2.54); FILE MERGED 2007/01/30 12:09:35 hjs 1.2.54.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [968bf39dfdbb14dc781a5f7f06d0d01dc2d0bd96]

INTEGRATION: CWS ause074 (1.17.54); FILE MERGED 2007/01/30 12:09:35 hjs 1.17.54.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [bf5bd2b821cc575389cf9c59d89615181bc6db77]

INTEGRATION: CWS ause074 (1.12.54); FILE MERGED 2007/01/30 12:09:34 hjs 1.12.54.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [47e08cc8c9a1063ca1a5c9e03254c51a5c6f28b9]

INTEGRATION: CWS ause074 (1.4.32); FILE MERGED 2007/01/30 12:06:12 hjs 1.4.32.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [099d705b85018d7613b73824383bcec66fc0be92]

INTEGRATION: CWS ause074 (1.4.32); FILE MERGED 2007/01/30 12:06:11 hjs 1.4.32.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [f73e76fe6187e364943e6d2bc27d91ee99a4d554]

INTEGRATION: CWS ause074 (1.9.32); FILE MERGED 2007/01/30 12:06:11 hjs 1.9.32.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [fe41b78b8df8aaf4db526352e4316b524d9c8500]

INTEGRATION: CWS ause074 (1.6.62); FILE MERGED 2007/01/30 12:05:31 hjs 1.6.62.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [e5a5b4d7af6d67735d1c97440a7c8f661cdceeaa]

INTEGRATION: CWS ause074 (1.6.194); FILE MERGED 2007/01/30 12:09:02 hjs 1.6.194.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [89d2cf1b7dc81db7780b84fd40a8ca985b241d92]

INTEGRATION: CWS ause074 (1.10.28); FILE MERGED 2007/01/30 12:09:02 hjs 1.10.28.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [9d28c45c57b214e15b85d1c5ddc847edaf77800a]

INTEGRATION: CWS ause074 (1.13.28); FILE MERGED 2007/01/30 12:09:01 hjs 1.13.28.1: #i73801# remove remaining usages of sv[pre].mk


2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [094e131645b13a93d4776930e08be765f99f1099]

INTEGRATION: CWS thbpp6v2 (1.8.42); FILE MERGED 2007/01/27 21:40:31 thb 1.8.42.2: RESYNC: (1.8-1.9); FILE MERGED 2007/01/17 11:17:47 thb 1.8.42.1: #i72893# Caching bitmap size in Base3DTexture now


2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [808c1828e19152d841990ec775dab55fcaa9a3dd]

INTEGRATION: CWS thbpp6v2 (1.7.42); FILE MERGED 2007/01/27 21:40:25 thb 1.7.42.2: RESYNC: (1.7-1.8); FILE MERGED 2007/01/17 11:17:47 thb 1.7.42.1: #i72893# Caching bitmap size in Base3DTexture now


2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [c08b9c9a8d803ee20343b0fdf0fe54e60de62610]

INTEGRATION: CWS thbpp6v2 (1.15.2); FILE MERGED 2007/01/27 22:23:21 thb 1.15.2.1: #i73942# Reverted change for i72417. This change potentially spoils a bunch of  optimizations at other places


2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [dabb87bda970ba256d730537c1070c4a15ead5ec]

INTEGRATION: CWS thbpp6v2 (1.11.10); FILE MERGED 2007/01/29 08:37:45 thb 1.11.10.1: #i72417# Mirroring only affects text position - for 180 deg rotation, convert mirror to rotation angle


2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [193494f8e5a38c6013511b6912553684bcd68fa0]

INTEGRATION: CWS thbpp6v2 (1.6.10); FILE MERGED 2007/01/17 11:20:41 thb 1.6.10.1: #i72893# Delaying alpha mask query until it


2007-02-02  Vladimir Glazounov  <vg@openoffice.org>  [ea6e3634580349efcde28b1e9a10291ff81f3521]

new version for OOF680


2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [02d9225034cdac46ea34fca3b76acce29a22be3c]

INTEGRATION: CWS macosxmapfiles (1.5.64); FILE MERGED 2007/01/11 13:42:25 tra 1.5.64.1: #69351# Map files are now supported on Mac OS X rudimentary


2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [9faf3b98669ddf5ca2ce96d9e601bbb8bb6394ce]

INTEGRATION: CWS macosxmapfiles (1.7.8); FILE MERGED 2007/01/11 12:44:18 tra 1.7.8.1: #69351# Map files are now supported on Mac OS X rudimentary


2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [0fbd88f2e90a417006c7048b6e2c8b16c76b6ab7]

INTEGRATION: CWS macosxmapfiles (1.2.68); FILE MERGED 2007/01/11 12:44:08 tra 1.2.68.1: #69351# Map files are now supported on Mac OS X rudimentary


2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [03f7df2c3a2c66d9b13ad89a294e26db08bc0b07]

INTEGRATION: CWS macosxmapfiles (1.4.8); FILE MERGED 2007/01/11 12:43:56 tra 1.4.8.1: #69351# Map files are now supported on Mac OS X rudimentary


2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [1d81a4addb03e13c19faa6c84d0c95415ac033e4]

INTEGRATION: CWS ab32 (1.44.4); FILE MERGED 2007/01/10 16:08:51 cd 1.44.4.1: #i73071# Added localization support for StringItemList


2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [bbfecfa3aacfd54e040d38bec01a24abaa1f3b96]

INTEGRATION: CWS ab32 (1.15.4); FILE MERGED 2007/01/10 10:31:20 cd 1.15.4.1: #i73067# Language dependent dialog properties explictly be notified


2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [3106885d22800f3e8b64d9e6ca2df7dcb94a6328]

INTEGRATION: CWS vclshowstop09_SRC680 (1.249.24.1.2); FILE MERGED 2007/01/24 18:25:05 pl 1.249.24.1.2.1: #i73267# improve workaround for #i48371#


2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [e154d4ca6cda5624f426934710396d1e124e083e]

INTEGRATION: CWS cppuhelpshrink (1.9.130); FILE MERGED 2006/12/22 14:37:21 mmeeks 1.9.130.1: #i72766# save memory in cppuhelper, using a vector instead of a hash_map


2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [b2e1cbe6ddf82f3e679a24bc0621d9c2ee36389e]

INTEGRATION: CWS cppuhelpshrink (1.5.80); FILE MERGED 2006/12/22 14:37:19 mmeeks 1.5.80.1: #i72766# save memory in cppuhelper, using a vector instead of a hash_map


2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [5ac094b2501c9f9446b598c5ddabca7bf258f54f]

INTEGRATION: CWS impress116 (1.27.78); FILE MERGED 2007/01/16 15:40:17 sj 1.27.78.1: #i72154# fixed problem with transparent line styles


2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [fe5e14b3ab6c409c95c81c87bc0496ace4876d8b]

INTEGRATION: CWS i18n29 (1.15.72); FILE MERGED 2007/01/17 12:08:05 er 1.15.72.1: #i72300# format code changes


2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [b8acabc1e7010242508d07fac83f75b38892fc57]

INTEGRATION: CWS i18n29 (1.4.76); FILE MERGED 2007/01/17 15:51:18 er 1.4.76.1: #i64086# Croatian date format order


2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [40032d54fff3e0bb02b01e1b5026ef8501bdb896]

INTEGRATION: CWS i18n29 (1.6.14); FILE MERGED 2007/01/11 06:04:35 khong 1.6.14.1: #i69156# add more_above condition for Lithuanian case folding.


2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [3f46d29235b64b54d42dbc6d172faf74ae940bce]

INTEGRATION: CWS atkbridge5 (1.30.38); FILE MERGED 2007/01/22 08:44:19 obr 1.30.38.1: #i72116# reverted previous changes as they come too late during the office launch, also removed set_prgname again


2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [2ae10f2c0daaa3fef03664802a7236e73644994b]

INTEGRATION: CWS atkbridge5 (1.4.136); FILE MERGED 2007/01/22 08:44:18 obr 1.4.136.3: #i72116# reverted previous changes as they come too late during the office launch, also removed set_prgname again 2007/01/22 08:15:36 obr 1.4.136.2: #i72116# restore gail_util vtable before closing 2007/01/21 23:02:43 obr 1.4.136.1: #72116# set accessible name of root accessible to Application::GetAppName if set


2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [77e5075095f9d077eb402293409a2ca76e73f802]

INTEGRATION: CWS atkbridge5 (1.3.176); FILE MERGED 2007/01/18 12:32:54 obr 1.3.176.1: #i71385# rework of text attribute code, added language and scale


2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [5f1c21bab7a9129f53e6b4b61b4ac8b1661b94c9]

INTEGRATION: CWS atkbridge5 (1.4.136); FILE MERGED 2007/01/21 23:42:27 obr 1.4.136.9: #i71385# warning fixes 2007/01/21 00:47:27 obr 1.4.136.8: #i71385# add line-heigth, vertical-align and stretch 2007/01/19 21:51:07 obr 1.4.136.7: #i71385# add direction and writing-mode attributes 2007/01/19 14:23:56 obr 1.4.136.6: #i71385# add text-shadow and text-rotation attribute 2007/01/19 13:06:20 obr 1.4.136.5: #i71385# add text-decoration attribute 2007/01/18 15:11:25 obr 1.4.136.4: #i71385# add font effect attribute 2007/01/18 13:21:40 obr 1.4.136.3: #i71383# add paragraph style attribute 2007/01/18 12:32:54 obr 1.4.136.2: #i71385# rework of text attribute code, added language and scale 2007/01/09 13:04:54 obr 1.4.136.1: #i71383# added font name mapping


2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [c9a8c837bbbb9669c29d1c7cdba195d4881d906a]

INTEGRATION: CWS atkbridge5 (1.5.70); FILE MERGED 2007/01/18 12:32:53 obr 1.5.70.1: #i71385# rework of text attribute code, added language and scale


2007-01-26  Oliver Bolte  <obo@openoffice.org>  [92f8f87dacda7c384c757ed878a2a7b564105b03]

#i10000# precompiled header missing


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [597bb5b0ba8322491fa64e143c67a5a9648656b7]

INTEGRATION: CWS cmcfixes31 (1.17.36); FILE MERGED 2007/01/17 10:09:08 cmc 1.17.36.3: #i72297# use an invocation for gs that is closer to that of ImageMagicks convert so as to get better clipped and scaled results 2007/01/17 10:00:45 cmc 1.17.36.2: #i72297# use an invocation for gs that is closer to that of ImageMagicks convert so as to get better clipped and scaled results 2007/01/11 13:52:03 cmc 1.17.36.1: #i72297# add a test for pstoedit for emf support and use openoffice.org friendly emf generation


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [04709aed8a1621ab137fc093090b79e2df4c0545]

INTEGRATION: CWS ause069 (1.9.34); FILE MERGED 2006/12/01 15:05:29 hjs 1.9.34.1: #i70359# remove forced shell calls


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [62376bec99866a24a84c41cc0de3293922977966]

INTEGRATION: CWS ause069 (1.16.2); FILE MERGED 2006/11/28 15:59:38 hjs 1.16.2.1: #i70359# remove forced shell calls


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [765af42e8bb1ab1f3fd604d039c967dad2fadccf]

INTEGRATION: CWS ause069 (1.3.36); FILE MERGED 2006/10/11 18:24:25 hjs 1.3.36.1: #i69872# cleanup


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [ef1056b708fbb04626e1f0e5a734e40d2cd0af4c]

INTEGRATION: CWS ause069 (1.5.8); FILE MERGED 2006/12/01 17:31:12 hjs 1.5.8.1: #i70359# remove forced shell calls


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [e972b5ba89f29c2af0839d7800ff2d36d05ab6c5]

INTEGRATION: CWS ause069 (1.3.24); FILE MERGED 2006/10/18 17:11:16 hjs 1.3.24.1: #i70359# remove forced shell calls


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [81b1a737ad2bee63b13c065832de9fd95d72556c]

INTEGRATION: CWS ause069 (1.36.6); FILE MERGED 2006/11/07 06:57:17 hjs 1.36.6.2: RESYNC: (1.36-1.37); FILE MERGED 2006/10/18 17:11:16 hjs 1.36.6.1: #i70359# remove forced shell calls


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [f7b2532e5b057da82cd9a0338788a566227c36a5]

INTEGRATION: CWS ause069 (1.3.24); FILE MERGED 2006/10/18 17:11:15 hjs 1.3.24.1: #i70359# remove forced shell calls


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [24ab87ec8beea829bb8c694abef5afab59c2c4a4]

INTEGRATION: CWS ause069 (1.12.48); FILE MERGED 2006/10/18 17:11:15 hjs 1.12.48.1: #i70359# remove forced shell calls


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [9a04bd985fcdd47c1ebcb9249b3b542a97b873e2]

INTEGRATION: CWS ause069 (1.6.24); FILE MERGED 2006/10/18 17:11:14 hjs 1.6.24.1: #i70359# remove forced shell calls


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [abaa64217e4c5444343dc4bdcc5f159d8283cebd]

INTEGRATION: CWS ause069 (1.11.6); FILE MERGED 2007/01/24 12:45:51 hjs 1.11.6.3: RESYNC: (1.12-1.13); FILE MERGED 2007/01/10 23:30:22 hjs 1.11.6.2: RESYNC: (1.11-1.12); FILE MERGED 2006/10/18 17:11:14 hjs 1.11.6.1: #i70359# remove forced shell calls


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [31a511a162a35781a6d2d3fe0489cc9816390a37]

INTEGRATION: CWS ause069 (1.5.32); FILE MERGED 2006/11/28 13:08:55 hjs 1.5.32.2: #i70359# remove forced shell calls 2006/10/18 17:13:42 hjs 1.5.32.1: #i70359# remove forced shell calls


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [b55046854620a133d8667507c20d21d98c3c6deb]

INTEGRATION: CWS ause069 (1.9.40); FILE MERGED 2006/12/01 17:31:48 hjs 1.9.40.1: #i70359# remove forced shell calls


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [4a32b7a635f23874165f1f23fb35e9b4f70445fd]

INTEGRATION: CWS ause069 (1.2.6); FILE MERGED 2006/10/18 17:09:43 hjs 1.2.6.1: #i70359# remove forced shell calls


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [99ddee4125d8fb3cdfd90a6669f2ea3b313522e5]

INTEGRATION: CWS ause069 (1.9.4); FILE MERGED 2007/01/10 22:23:39 hjs 1.9.4.2: RESYNC: (1.9-1.11); FILE MERGED 2006/11/24 14:49:09 hjs 1.9.4.1: #i70359# remove forced shell calls


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [1d1490438f01dbafbd4bbbb9ba17c1d468259980]

INTEGRATION: CWS ause069 (1.2.272); FILE MERGED 2006/11/24 14:42:42 hjs 1.2.272.1: #i70359# remove forced shell calls


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [9e2918c0337d0783d5484d5c2bf6c18a1cf1e1ec]

INTEGRATION: CWS ause069 (1.3.272); FILE MERGED 2006/11/24 14:42:42 hjs 1.3.272.1: #i70359# remove forced shell calls


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [57a2ab60a459db8c33e2f94290ae580806653415]

INTEGRATION: CWS ause069 (1.26.272); FILE MERGED 2006/10/18 17:13:35 hjs 1.26.272.1: #i70359# remove forced shell calls


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [6490e1311bb4c4e0f4d8c7e03159c7419ca122b9]

INTEGRATION: CWS ause069 (1.3.148); FILE MERGED 2006/11/24 14:42:42 hjs 1.3.148.1: #i70359# remove forced shell calls


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [aea4354bd983935571a97023a473ffe8839bf045]

INTEGRATION: CWS ause069 (1.10.16); FILE MERGED 2006/12/01 17:38:11 hjs 1.10.16.1: #i70359# remove forced shell calls


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [353a7247db16cdaca9372d98d25b011ad5422faa]

INTEGRATION: CWS ause069 (1.8.42); FILE MERGED 2006/12/01 17:16:11 hjs 1.8.42.1: #i70359# remove forced shell calls


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [ab1ed6b88d30508b376aa0784cde1ae1c9772ef1]

INTEGRATION: CWS ause069 (1.59.130); FILE MERGED 2006/10/18 17:13:11 hjs 1.59.130.2: #i70359# remove forced shell calls 2006/10/11 18:24:14 hjs 1.59.130.1: #i69872# cleanup


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [7894b5f198107e4a17b1f38a5bd6886eca8891c1]

INTEGRATION: CWS ause069 (1.3.366); FILE MERGED 2006/12/01 17:16:11 hjs 1.3.366.1: #i70359# remove forced shell calls


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [8d37964702c767d00b9040d60d26ed20cede78a8]

INTEGRATION: CWS ause069 (1.15.20); FILE MERGED 2006/12/01 17:26:53 hjs 1.15.20.1: #i70359# remove forced shell calls


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [0550fc5fb92574a2ca99c23f47db42dd75ebf791]

INTEGRATION: CWS ause069 (1.3.428); FILE MERGED 2006/12/01 17:26:53 hjs 1.3.428.1: #i70359# remove forced shell calls


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c67dfecd186c3358be859bfc0745a7d6956420a3]

INTEGRATION: CWS ause069 (1.43.8); FILE MERGED 2006/11/24 14:55:40 hjs 1.43.8.1: #i70359# remove forced shell calls


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [95696a474aa5f007e85def934802b7f54c8a3a6d]

INTEGRATION: CWS ause069 (1.12.40); FILE MERGED 2006/11/28 14:43:25 hjs 1.12.40.1: #i70359# remove forced shell calls


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [114245c90ae69dbf7f8fdb8015f5f4d444af90de]

INTEGRATION: CWS vcl71 (1.15.96); FILE MERGED 2007/01/11 14:07:20 hdu 1.15.96.1: add UNO tools lib


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [309eafc430311c59d87e7ce13d46ab8bc6dcd9c6]

INTEGRATION: CWS vcl71 (1.140.38); FILE MERGED 2007/01/10 13:44:28 pl 1.140.38.3: RESYNC: (1.140-1.141); FILE MERGED 2006/12/22 16:03:33 pl 1.140.38.2: #i72830# #i72472# #i72484# react on display settings changes, provide screen names 2006/12/20 15:18:34 hdu 1.140.38.1: #i72707# assert TopWindowCount==0 in DeInitVCL


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [aaad14826a92bcf72a294a7d1e3756797161236e]

INTEGRATION: CWS vcl71 (1.29.20); FILE MERGED 2007/01/10 17:00:33 pl 1.29.20.1: #144491# check for NULL in all cases


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [ce2d4fcdc0072e8d315cd590d1a2efe3f194ed8f]

INTEGRATION: CWS vcl71 (1.83.6); FILE MERGED 2007/01/11 16:40:56 hdu 1.83.6.4: #i72678# heuristic for CJK font metrics should ignore combining half marks 2007/01/11 16:22:05 hdu 1.83.6.3: #i72678# fix typo in heuristic for CJK font metrics 2007/01/10 13:43:50 pl 1.83.6.2: RESYNC: (1.83-1.84); FILE MERGED 2006/12/20 07:41:39 hdu 1.83.6.1: #i72707# post WM_FONTCHANGE message only for non-private fonts


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [18a4e9778b3345e48cc5bb1ba3f3b344827ff839]

INTEGRATION: CWS vcl71 (1.11.96); FILE MERGED 2007/01/10 13:43:23 pl 1.11.96.2: RESYNC: (1.11-1.12); FILE MERGED 2006/12/22 16:03:33 pl 1.11.96.1: #i72830# #i72472# #i72484# react on display settings changes, provide screen names


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [bedf5822230b61809c83e9abc27ecabdc8813e8c]

INTEGRATION: CWS vcl71 (1.2.2); FILE ADDED 2006/12/22 16:03:33 pl 1.2.2.1: #i72830# #i72472# #i72484# react on display settings changes, provide screen names


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [49b84f0aafc76e9541e3e10a392bed8e10bca57b]

INTEGRATION: CWS vcl71 (1.16.98); FILE MERGED 2006/12/22 16:40:42 pl 1.16.98.1: #i72484# add: GetScreenName()


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [0429a54141955e2ef4f50473f488a055ae512fea]

INTEGRATION: CWS vcl71 (1.49.6); FILE MERGED 2007/01/10 15:04:15 pl 1.49.6.2: solve debug/nondebug compilation issue 2006/12/22 13:38:49 pl 1.49.6.1: #i72880# more verbose XError handling


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [145c691febb9078adef2b31b86993e254d4a5976]

INTEGRATION: CWS vcl71 (1.7.98); FILE MERGED 2006/12/22 16:40:41 pl 1.7.98.1: #i72484# add: GetScreenName()


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [a944c59e3f24e4c3c305a0e4e3ab33b0d7e7a7a3]

INTEGRATION: CWS vcl71 (1.35.6); FILE MERGED 2006/12/15 15:26:21 pl 1.35.6.1: #i72625# initialization problem (thanks cmc)


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [7e181d1002598356eec089bc196eb1602e8ef313]

INTEGRATION: CWS vcl71 (1.6.120); FILE MERGED 2007/01/10 09:25:01 pl 1.6.120.1: #i72991# check for NULL


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [3a9a6ba8fdd87d10ac7aa4ae4f5c83acb108c74e]

INTEGRATION: CWS vcl71 (1.248.6); FILE MERGED 2007/01/11 14:27:32 pl 1.248.6.3: #i73336# apply patch from fs 2007/01/10 13:40:59 pl 1.248.6.2: RESYNC: (1.248-1.249); FILE MERGED 2006/12/13 11:45:46 pl 1.248.6.1: #i72505# 64bit signed/unsigned problem (thanks cmc)


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [71ed379ce4a0503b9e22ebf2e0bd0d8a0c5316c1]

INTEGRATION: CWS vcl71 (1.25.120); FILE MERGED 2006/12/15 15:27:05 hdu 1.25.120.1: #142526# handle vetoed floating mode change gracefully in DockingWindow::EndDocking


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [01b5bc6bb46759441181b6fb65709076b5cc510e]

INTEGRATION: CWS vcl71 (1.139.20); FILE MERGED 2007/01/12 08:40:19 hdu 1.139.20.1: #i72678# adjust heuristic for CJK font metrics to WIN port


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [8140ff90ae8163a93974c2f9382b1c7e494ecdbb]

INTEGRATION: CWS vcl71 (1.27.120); FILE MERGED 2007/01/10 08:59:16 pl 1.27.120.1: #i73114# init problem (thanks cmc)


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [d5b0b1c8f13399f54ff92bb7966a2e29d935ad95]

INTEGRATION: CWS vcl71 (1.14.120); FILE MERGED 2006/12/12 16:32:44 pl 1.14.120.1: #i144105# protect against damaged bitmap files


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [28563d01683297d71075bf793f222434acbc23b6]

INTEGRATION: CWS vcl71 (1.45.118); FILE MERGED 2006/12/11 15:02:06 pl 1.45.118.1: #i72224# prevent SetSettings/Invalidate loop


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c4d43e46056eb95ae28661fcf53cb6656d558b7b]

INTEGRATION: CWS vcl71 (1.3.40); FILE MERGED 2006/12/22 16:03:34 pl 1.3.40.1: #i72830# #i72472# #i72484# react on display settings changes, provide screen names


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [340f4794e636661b7489beba93454c8bc74e355d]

INTEGRATION: CWS vcl71 (1.65.86); FILE MERGED 2006/12/20 15:18:33 hdu 1.65.86.1: #i72707# assert TopWindowCount==0 in DeInitVCL


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [0193bc33c1996e9a4815f47b59ed4105f3b3ae88]

INTEGRATION: CWS vcl71 (1.72.86); FILE MERGED 2006/12/22 16:03:34 pl 1.72.86.1: #i72830# #i72472# #i72484# react on display settings changes, provide screen names


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [76975f1fe25d7680afcff575bc0367a0dc84a9ee]

INTEGRATION: CWS vcl71 (1.11.6); FILE MERGED 2006/12/12 17:37:58 pl 1.11.6.1: #136582# initialization check for selection manager


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [cf147c003c56254cb0508212c239f60feea76192]

INTEGRATION: CWS vcl71 (1.23.6); FILE MERGED 2006/12/15 16:53:50 pl 1.23.6.1: #i72629# consider empty buffer


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [7f8803d32c2f4b9a703d6ca1f63cc4222a697299]

INTEGRATION: CWS aw040 (1.12.16); FILE MERGED 2007/01/15 16:03:33 aw 1.12.16.1: #i72104# angle computation needst to use the last non-zero vector when one control vector is zero


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [6a18f494fa198d7194a7a6a98a17c1d5ee8f8dd3]

INTEGRATION: CWS aw040 (1.9.52); FILE MERGED 2007/01/16 16:31:04 aw 1.9.52.1: #i73040# getXZLength was wrong implemented


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [f5764681b1ce18413b925ed2f05ce28866f30b14]

INTEGRATION: CWS vcl72 (1.46.60); FILE MERGED 2007/01/15 16:03:06 pl 1.46.60.1: #i73446# WaE on MacOSX (thanks pjanik)


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [911cc8fcdd632403f7fea3b20b4e6d2aee88aaca]

INTEGRATION: CWS vcl72 (1.47.26); FILE MERGED 2007/01/16 11:59:08 hdu 1.47.26.1: #i73485# filter out ZW*J glyphs during display


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [981e063d65eaebc5fb690bb21c0606c39a3ed6b1]

INTEGRATION: CWS vcl72 (1.13.146); FILE MERGED 2007/01/15 16:03:06 pl 1.13.146.1: #i73446# WaE on MacOSX (thanks pjanik)


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [972989fbea02c39dd4415f09de4f0fac8057b0af]

INTEGRATION: CWS vcl72 (1.40.68); FILE MERGED 2007/01/22 09:23:11 hdu 1.40.68.2: #i73485# clarify logical operations for ZW*J filtering 2007/01/16 11:59:08 hdu 1.40.68.1: #i73485# filter out ZW*J glyphs during display


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [9f8ea168b8194d4e802c4899201d240ec32b3e4b]

INTEGRATION: CWS vcl72 (1.139.26); FILE MERGED 2007/01/15 16:03:05 pl 1.139.26.1: #i73446# WaE on MacOSX (thanks pjanik)


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [30e18804c85b068328bbe6bc90a592cf7dc22397]

INTEGRATION: CWS vcl72 (1.11.146); FILE MERGED 2007/01/15 16:03:05 pl 1.11.146.1: #i73446# WaE on MacOSX (thanks pjanik)


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [8480a025f77ae128cd6e7d9b78ba9cde22e7412d]

INTEGRATION: CWS vcl72 (1.40.8); FILE MERGED 2007/01/17 18:25:29 pl 1.40.8.4: #b6506846# solve compile problem 2007/01/17 18:05:38 pl 1.40.8.3: #b6510554# read location and description from lpget 2007/01/17 15:54:47 pl 1.40.8.2: indentation, tabs to spaces 2007/01/17 15:46:17 pl 1.40.8.1: #b6510554# support for lpget list on solaris


2007-01-25  Oliver Bolte  <obo@openoffice.org>  [758a0fa7d5960571df3b51f755447c41ab4aef95]

INTEGRATION: CWS vcl72 (1.15.8); FILE MERGED 2007/01/17 18:05:38 pl 1.15.8.1: #b6510554# read location and description from lpget


2007-01-25  Rüdiger Timm  <rt@openoffice.org>  [d8718300aacc4ddf16d7e80c509dc726144c9a36]

#i10000# Last rev. changed 'using namespace' from '::com::sun::star::uno' into '::com::sun::star'. So we have to specify 'uno' now for com::sun:star::uno::Sequence.


2007-01-25  Rüdiger Timm  <rt@openoffice.org>  [182a2bf0e05af9f03daaaf79156df0e679d2c36d]

INTEGRATION: CWS i18n28 (1.15.64); FILE MERGED 2006/12/11 17:35:59 khong 1.15.64.1: #i72408# set dash as part of a word for dictionary mode


2007-01-25  Rüdiger Timm  <rt@openoffice.org>  [8f93d9f9652906565b0beab7095501c6b5989720]

INTEGRATION: CWS i18n28 (1.12.46); FILE MERGED 2006/12/06 05:52:40 khong 1.12.46.1: #i64400# add an optional breakiterator entry in localedata


2007-01-25  Rüdiger Timm  <rt@openoffice.org>  [de0aaff3d7f66acb2ee54436e5470bc958c201a6]

INTEGRATION: CWS i18n28 (1.18.22); FILE MERGED 2006/12/06 05:52:40 khong 1.18.22.1: #i64400# add an optional breakiterator entry in localedata


2007-01-25  Rüdiger Timm  <rt@openoffice.org>  [964da3be37ec111d7f6b8dd987b013f73cee4cf5]

INTEGRATION: CWS i18n28 (1.3.178); FILE MERGED 2006/12/06 05:52:40 khong 1.3.178.1: #i64400# add an optional breakiterator entry in localedata


2007-01-25  Rüdiger Timm  <rt@openoffice.org>  [63fa678c4da63c742f242de91def02aeb7e72f53]

INTEGRATION: CWS i18n28 (1.5.50); FILE MERGED 2006/12/06 05:52:40 khong 1.5.50.1: #i64400# add an optional breakiterator entry in localedata


2007-01-25  Rüdiger Timm  <rt@openoffice.org>  [04a1aac646ed53bb8be25ed78a04126a198c8653]

INTEGRATION: CWS i18n28 (1.20.18); FILE MERGED 2006/12/19 17:29:23 khong 1.20.18.2: RESYNC: (1.20-1.21); FILE MERGED 2006/12/06 05:52:40 khong 1.20.18.1: #i64400# add an optional breakiterator entry in localedata


2007-01-25  Rüdiger Timm  <rt@openoffice.org>  [165e8822203394d1c5581f058babdb0d11fbe347]

INTEGRATION: CWS i18n28 (1.3.178); FILE MERGED 2006/12/08 15:53:16 er 1.3.178.1: #i64400# add getBreakIteratorRules_


2007-01-25  Rüdiger Timm  <rt@openoffice.org>  [9a5fabc140ceae4829c5b9c4c415fc3345e1bbdf]

INTEGRATION: CWS i18n28 (1.46.22); FILE MERGED 2006/12/06 05:52:39 khong 1.46.22.1: #i64400# add an optional breakiterator entry in localedata


2007-01-25  Rüdiger Timm  <rt@openoffice.org>  [195f8c99f53351daa8d3146bd827f1abe835985c]

INTEGRATION: CWS i18n28 (1.25.38); FILE MERGED 2006/12/06 05:52:39 khong 1.25.38.1: #i64400# add an optional breakiterator entry in localedata


2007-01-25  Rüdiger Timm  <rt@openoffice.org>  [1162e2852f01a0b7961c66c714993431fab09264]

INTEGRATION: CWS i18n28 (1.1.2); FILE ADDED 2006/12/06 05:52:39 khong 1.1.2.1: #i64400# add an optional breakiterator entry in localedata


2007-01-25  Rüdiger Timm  <rt@openoffice.org>  [1b51c05aedc66e4af30f5b86b96a10d8540ca2f9]

INTEGRATION: CWS i18n28 (1.24.36); FILE MERGED 2006/12/19 17:27:58 khong 1.24.36.2: RESYNC: (1.24-1.25); FILE MERGED 2006/12/06 05:52:38 khong 1.24.36.1: #i64400# add an optional breakiterator entry in localedata


2007-01-25  Rüdiger Timm  <rt@openoffice.org>  [373f9e0ef74f5685d9157364615e61564508ae8b]

INTEGRATION: CWS i18n28 (1.16.54); FILE MERGED 2006/12/06 05:52:38 khong 1.16.54.1: #i64400# add an optional breakiterator entry in localedata


2007-01-23  Oliver Bolte  <obo@openoffice.org>  [1d3449b34e8c90c08dee882538d8613c9457985c]

INTEGRATION: CWS mfdouble (1.36.14); FILE MERGED 2006/12/13 15:27:18 pl 1.36.14.2: #i71046# allow for 64bit integers on 32bit platforms 2006/12/13 14:39:20 pl 1.36.14.1: #i71046# allow for 64bit integers on 32bit platforms


2007-01-23  Oliver Bolte  <obo@openoffice.org>  [b268b97f988767149fe82682fc390b63a823c47a]

INTEGRATION: CWS mfdouble (1.28.36); FILE MERGED 2006/12/13 14:39:19 pl 1.28.36.1: #i71046# allow for 64bit integers on 32bit platforms


2007-01-23  Oliver Bolte  <obo@openoffice.org>  [9285b1109fadb69040309086d2e0139f274e1d64]

INTEGRATION: CWS mfdouble (1.8.96); FILE MERGED 2006/12/13 17:53:41 pl 1.8.96.1: #i71046# increase precision of MetricField and friends


2007-01-23  Oliver Bolte  <obo@openoffice.org>  [032ebdccd4596fded192b17280491808d21addc9]

INTEGRATION: CWS mfdouble (1.5.96); FILE MERGED 2006/12/13 17:53:41 pl 1.5.96.1: #i71046# increase precision of MetricField and friends


2007-01-23  Oliver Bolte  <obo@openoffice.org>  [a7f4eea1f5c56995baf1d87cf02e945f06c57b91]

INTEGRATION: CWS mfdouble (1.21.74); FILE MERGED 2006/12/13 17:53:41 pl 1.21.74.1: #i71046# increase precision of MetricField and friends


2007-01-23  Oliver Bolte  <obo@openoffice.org>  [cca4f58e59160bd082647e0d03e82f8d099da719]

INTEGRATION: CWS mfdouble (1.12.194); FILE MERGED 2006/12/13 17:53:41 pl 1.12.194.1: #i71046# increase precision of MetricField and friends


2007-01-23  Oliver Bolte  <obo@openoffice.org>  [1345c050c86d7be08e0bee8a0ff2fbc9ebfa5d5f]

INTEGRATION: CWS mfdouble (1.17.78); FILE MERGED 2006/12/14 12:18:00 pl 1.17.78.3: #i71046# increase precision of MetricField and friends 2006/12/13 16:19:21 pl 1.17.78.2: #i71046# increase precision of MetricField and friends 2006/12/13 14:50:27 pl 1.17.78.1: #i71046# increase precision of MetricField and friends


2007-01-23  Oliver Bolte  <obo@openoffice.org>  [331465f6ff2a5fe6ccf76e73dd2ea3ae98bb8885]

INTEGRATION: CWS impress115 (1.9.18); FILE MERGED 2007/01/16 11:10:13 sj 1.9.18.2: #i72365# storeGraphic of the GraphicProvider is now able to resize the Graphic as it is also possible with the GraphicExporter (now without changing the original graphic) 2006/12/07 15:54:14 sj 1.9.18.1: #i72365# storeGraphic of the GraphicProvider is now able to resize the Graphic as it is also possible with the GraphicExporter


2007-01-23  Oliver Bolte  <obo@openoffice.org>  [6cc072d00acdacc4cd71f204b3fca088a8d3ceab]

INTEGRATION: CWS impress115 (1.21.82); FILE MERGED 2007/01/03 15:34:01 cl 1.21.82.1: #i72350# fixed size shared across scripts (cmc@ooo)


2007-01-23  Oliver Bolte  <obo@openoffice.org>  [7770f0454fb81e654f73a7cb9d8af369a44a1fad]

INTEGRATION: CWS impress115 (1.12.202); FILE MERGED 2007/01/03 15:26:58 cl 1.12.202.1: #i72350# fixed size shared across scripts (cmc@ooo)


2007-01-23  Oliver Bolte  <obo@openoffice.org>  [fda8b44a6e9fb08229161e050f278ef30b8ed97f]

INTEGRATION: CWS swqbf90 (1.15.18); FILE MERGED 2006/12/06 08:54:23 od 1.15.18.1: #i71765# - undo changes of issue i64203 to method <SfxStyleSheetBase::SetFollow(..)>, 	   because a style can be a follow of itself.


2007-01-23  Oliver Bolte  <obo@openoffice.org>  [79e9743fd0cb687816b1fe495c4a499220e20283]

INTEGRATION: CWS updchk03 (1.3.18); FILE MERGED 2007/01/12 13:03:12 dv 1.3.18.1: #i73411# Added support for HC images


2007-01-23  Oliver Bolte  <obo@openoffice.org>  [6fe87c8674b25b993a3712518fe88796590b0ad8]

INTEGRATION: CWS updchk03 (1.2.18); FILE MERGED 2007/01/12 13:03:12 dv 1.2.18.1: #i73411# Added support for HC images


2007-01-23  Oliver Bolte  <obo@openoffice.org>  [77f7f114dcea17e37118c807d080605c4d73debc]

INTEGRATION: CWS fwk59 (1.20.34); FILE MERGED 2007/01/16 15:37:12 mav 1.20.34.1: #i60121# do not clean the important members for now


2007-01-23  Oliver Bolte  <obo@openoffice.org>  [5d134a32b51e335777cfca32463282abe108bc82]

INTEGRATION: CWS fwk58 (1.19.70); FILE MERGED 2006/12/06 15:14:52 mba 1.19.70.1: #i71247#: copy-paste error in debug statements


2007-01-23  Oliver Bolte  <obo@openoffice.org>  [2c19b93a5d9daa5064ad728136197d8666ee6397]

INTEGRATION: CWS fwk58 (1.19.92); FILE MERGED 2006/12/11 10:39:13 cd 1.19.92.1: #i72396# Use commit() instead of SetModified() to update configuration directly. Support other implementations which listen to changes.


2007-01-23  Oliver Bolte  <obo@openoffice.org>  [a79f2451299e0b8b6c2473988ffd7d2688c087a2]

INTEGRATION: CWS fwk58 (1.247.4); FILE MERGED 2007/01/16 10:05:33 cd 1.247.4.2: RESYNC: (1.247-1.249); FILE MERGED 2007/01/15 16:05:10 pl 1.247.4.1: #i72812# lazy deletion for Menu and Window


2007-01-23  Oliver Bolte  <obo@openoffice.org>  [464dab42b8c8bdb893cedacd5eb6332795fd4151]

INTEGRATION: CWS fwk58 (1.144.76); FILE MERGED 2007/01/15 16:05:09 pl 1.144.76.1: #i72812# lazy deletion for Menu and Window


2007-01-23  Oliver Bolte  <obo@openoffice.org>  [0c5a90f7f2e22a9b2165b04144c6eef264ea5c4a]

INTEGRATION: CWS fwk58 (1.17.510); FILE MERGED 2007/01/15 16:05:08 pl 1.17.510.1: #i72812# lazy deletion for Menu and Window


2007-01-23  Oliver Bolte  <obo@openoffice.org>  [502a8b618bca0209f2d4a5410660c96d59735660]

INTEGRATION: CWS fwk58 (1.1.2); FILE ADDED 2007/01/19 16:01:26 cd 1.1.2.3: #i10000# Fix build problems with gcc 4.1.1 2007/01/15 16:39:41 pl 1.1.2.2: #i72812# lazy deletion for Menu and Window 2007/01/15 16:05:38 pl 1.1.2.1: #i72812# lazy deletion for Menu and Window


2007-01-23  Oliver Bolte  <obo@openoffice.org>  [7fe640339b233559937b8c0a5e8f037be4e25831]

INTEGRATION: CWS fwk58 (1.72.114); FILE MERGED 2007/01/15 16:05:07 pl 1.72.114.1: #i72812# lazy deletion for Menu and Window


2007-01-23  Oliver Bolte  <obo@openoffice.org>  [d7b23748a9a31cd9609616afa645da99ed358310]

INTEGRATION: CWS ause072 (1.84.44); FILE MERGED 2007/01/10 10:24:00 hjs 1.84.44.1: #i64134# link libXau if required (see config_office/configure)


2007-01-22  Oliver Bolte  <obo@openoffice.org>  [3792e6f040bcf2e56a8bef1f0eec04e75b0e5d9c]

INTEGRATION: CWS impress112 (1.21.122); FILE MERGED 2006/12/15 16:12:32 sj 1.21.122.1: #i69521# fixed problem with missing eps graphic that is always creating a new unique ID when being loaded


2007-01-22  Oliver Bolte  <obo@openoffice.org>  [0e75292a64eaade67d2202facff458f765394c54]

INTEGRATION: CWS impress112 (1.33.24); FILE MERGED 2006/12/01 10:16:27 sj 1.33.24.1: #i69521# fixed problem with missing eps graphic that is always creating a new unique ID when being loaded


2007-01-22  Oliver Bolte  <obo@openoffice.org>  [4a0d6855a3ba06a745e901e2f63b7cdd6c617a11]

INTEGRATION: CWS impress112 (1.11.12); FILE MERGED 2007/01/17 15:52:26 sj 1.11.12.1: #i71353# fixed loop problem


2007-01-22  Oliver Bolte  <obo@openoffice.org>  [361aae7288c2c892936d69e64cf2b3cb80ccc007]

INTEGRATION: CWS impress112 (1.64.22); FILE MERGED 2007/01/15 15:25:27 sj 1.64.22.1: #i73483# fixed problem that alphachannel/transparenz is lost when saving graphic with new logical size


2007-01-22  Oliver Bolte  <obo@openoffice.org>  [5383ba907a986584001ebff3abd887f5031b8ec5]

INTEGRATION: CWS aw039 (1.8.26); FILE MERGED 2007/01/03 16:33:17 aw 1.8.26.1: #i72895# made bitmap size a static member


2007-01-22  Oliver Bolte  <obo@openoffice.org>  [c8774312f53ecfccba80eebac10a632cd6b536c0]

INTEGRATION: CWS aw039 (1.7.26); FILE MERGED 2007/01/03 16:33:01 aw 1.7.26.1: #i72895# made bitmap size a static member


2007-01-22  Oliver Bolte  <obo@openoffice.org>  [eebea2319cb62817fa5c75d3d3dbe558ea710f69]

INTEGRATION: CWS thbpp6 (1.5.44); FILE MERGED 2006/12/21 17:20:54 thb 1.5.44.1: #121806# Now keeping full precision of the mtf logic coordinates across mtf->XCanvas conversion


2007-01-22  Oliver Bolte  <obo@openoffice.org>  [3d66eb7ba5077350f9b8b5f74e0e7f0f239be3ba]

INTEGRATION: CWS thbpp6 (1.9.14); FILE MERGED 2006/12/21 17:20:54 thb 1.9.14.1: #121806# Now keeping full precision of the mtf logic coordinates across mtf->XCanvas conversion


2007-01-22  Oliver Bolte  <obo@openoffice.org>  [9a564b472e8e49faae177a9abb0b9a5a0055594e]

INTEGRATION: CWS thbpp6 (1.15.6); FILE MERGED 2006/12/21 18:27:17 thb 1.15.6.2: RESYNC: (1.15-1.16); FILE MERGED 2006/12/21 17:20:54 thb 1.15.6.1: #121806# Now keeping full precision of the mtf logic coordinates across mtf->XCanvas conversion


2007-01-22  Oliver Bolte  <obo@openoffice.org>  [84811650bb150d690be1578f6b01015b7d0586cb]

INTEGRATION: CWS thbpp6 (1.6.44); FILE MERGED 2006/12/21 17:20:54 thb 1.6.44.1: #121806# Now keeping full precision of the mtf logic coordinates across mtf->XCanvas conversion


2007-01-22  Oliver Bolte  <obo@openoffice.org>  [813f5c3d90de6aebde77239fd06e496e2155e353]

INTEGRATION: CWS thbpp6 (1.10.10); FILE MERGED 2006/12/21 17:20:54 thb 1.10.10.1: #121806# Now keeping full precision of the mtf logic coordinates across mtf->XCanvas conversion


2007-01-22  Oliver Bolte  <obo@openoffice.org>  [221b38e1f54c6055d62ad28e811c304df2d88584]

INTEGRATION: CWS thbpp6 (1.7.44); FILE MERGED 2006/12/21 17:20:53 thb 1.7.44.1: #121806# Now keeping full precision of the mtf logic coordinates across mtf->XCanvas conversion


2007-01-22  Oliver Bolte  <obo@openoffice.org>  [1602ce09a22eea4287086cbdc678163c029ec41a]

INTEGRATION: CWS thbpp6 (1.7.40); FILE MERGED 2006/12/21 17:20:53 thb 1.7.40.1: #121806# Now keeping full precision of the mtf logic coordinates across mtf->XCanvas conversion


2007-01-22  Oliver Bolte  <obo@openoffice.org>  [e8403371f2e40e30dd1e52571117d6e9627a8441]

INTEGRATION: CWS thbpp6 (1.11.6); FILE MERGED 2006/12/21 17:20:53 thb 1.11.6.1: #121806# Now keeping full precision of the mtf logic coordinates across mtf->XCanvas conversion


2007-01-22  Oliver Bolte  <obo@openoffice.org>  [abf0ed8554b6a8a1d18e7fe3de5d9846a44e433c]

INTEGRATION: CWS swqbf92 (1.3.38); FILE MERGED 2007/01/12 10:52:31 ama 1.3.38.1: Fix #i73045#: Looping business cards


2007-01-22  Oliver Bolte  <obo@openoffice.org>  [8b48a9828036b2827867425be5234376858ed822]

INTEGRATION: CWS thbpp6 (1.6.44); FILE MERGED 2006/12/21 17:20:53 thb 1.6.44.1: #121806# Now keeping full precision of the mtf logic coordinates across mtf->XCanvas conversion


2007-01-22  Oliver Bolte  <obo@openoffice.org>  [b92b0aaa0ab518dfd530e9af2cbf0460c7faacb5]

INTEGRATION: CWS thbpp6 (1.9.14); FILE MERGED 2006/12/21 17:20:53 thb 1.9.14.1: #121806# Now keeping full precision of the mtf logic coordinates across mtf->XCanvas conversion


2007-01-22  Oliver Bolte  <obo@openoffice.org>  [e943a573f6abc890d966ec4a67898deacc79d235]

INTEGRATION: CWS thbpp6 (1.20.10); FILE MERGED 2006/12/21 17:20:53 thb 1.20.10.2: #121806# Now keeping full precision of the mtf logic coordinates across mtf->XCanvas conversion 2006/11/23 10:06:33 thb 1.20.10.1: #i70897# Avoid working on empty container


2007-01-22  Oliver Bolte  <obo@openoffice.org>  [2bb0c69faee9a71f6f8cb41f2a33315be299f78e]

INTEGRATION: CWS thbpp6 (1.6.44); FILE MERGED 2006/12/21 17:20:52 thb 1.6.44.1: #121806# Now keeping full precision of the mtf logic coordinates across mtf->XCanvas conversion


2007-01-22  Oliver Bolte  <obo@openoffice.org>  [95de9c6bd267ca248577810bed716f61bb052b79]

INTEGRATION: CWS thbpp6 (1.10.10); FILE MERGED 2006/12/21 17:20:52 thb 1.10.10.1: #121806# Now keeping full precision of the mtf logic coordinates across mtf->XCanvas conversion


2007-01-22  Oliver Bolte  <obo@openoffice.org>  [8c09863d00099fde19af7d54c7b1a34c8e4fe7db]

INTEGRATION: CWS thbpp6 (1.10.40); FILE MERGED 2006/12/21 17:20:52 thb 1.10.40.1: #121806# Now keeping full precision of the mtf logic coordinates across mtf->XCanvas conversion


2007-01-22  Oliver Bolte  <obo@openoffice.org>  [e698631be9de9143cb72603f46b3dd05c99e30d2]

INTEGRATION: CWS thbpp6 (1.33.26); FILE MERGED 2006/11/23 10:21:18 thb 1.33.26.1: #i69780# Truncating tile size to sane range


2007-01-22  Oliver Bolte  <obo@openoffice.org>  [d42832dbc1a69cd727159e44327c6c3a229c7f8c]

INTEGRATION: CWS thbpp6 (1.14.6); FILE MERGED 2007/01/01 22:47:42 thb 1.14.6.1: #72417# Taking the special case 180 degree rotation into account, when short-circuiting decomposition


2007-01-19  Vladimir Glazounov  <vg@openoffice.org>  [184be58c8c7f19f2bd151e32916588f2e60a9250]

new version for OOF680


2007-01-19  Vladimir Glazounov  <vg@openoffice.org>  [5ab4f6a18928eaf3339e5162afe24298c085cd88]

new version for OOF680


2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [6ae0aaafdb97f4495e94e3bc32ae512f04d3d8be]

INTEGRATION: CWS sb66 (1.2.6); FILE MERGED 2007/01/05 10:28:53 obr 1.2.6.1: #i73160# enable background color property


2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [3f1c4fb1930c892331e3d1a28200f3e492642559]

INTEGRATION: CWS pj71 (1.16.6); FILE MERGED 2007/01/12 13:41:22 thb 1.16.6.1: #i58976# Extended gcc4 workaround to all 4.1.x minors


2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [465e9c7bd0706bcf9b2225588a8bbec6bc7360c4]

INTEGRATION: CWS pj71 (1.24.96); FILE MERGED 2007/01/15 10:28:29 pjanik 1.24.96.1: #i73445#: Prevent warnigns on Mac OS X/PPC.


2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [7161e7f3ef8c0e48f0a0c5aa119a92f6b8bbf6be]

INTEGRATION: CWS pj71 (1.7.118); FILE MERGED 2007/01/15 10:28:29 pjanik 1.7.118.1: #i73445#: Prevent warnigns on Mac OS X/PPC.


2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ee5b9b970388e002e7c3fe6dd3df49ab6822d434]

INTEGRATION: CWS pj71 (1.6.118); FILE MERGED 2007/01/15 10:28:28 pjanik 1.6.118.1: #i73445#: Prevent warnigns on Mac OS X/PPC.


2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [7c9363400bbd7d20e5a90e1aa6a136d7f4c3a2e9]

INTEGRATION: CWS pj71 (1.5.118); FILE MERGED 2007/01/15 10:28:28 pjanik 1.5.118.1: #i73445#: Prevent warnigns on Mac OS X/PPC.


2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [d34fd1b137e09ddba0d1a35bf9b052723c7fdbad]

INTEGRATION: CWS pj71 (1.8.118); FILE MERGED 2007/01/15 10:28:28 pjanik 1.8.118.1: #i73445#: Prevent warnigns on Mac OS X/PPC.


2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [664333951845aec2bc01332aa96be29094e5cb63]

INTEGRATION: CWS pj71 (1.23.118); FILE MERGED 2007/01/15 10:28:28 pjanik 1.23.118.1: #i73445#: Prevent warnigns on Mac OS X/PPC.


2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [3dca624269377742809dfa08e698567fddefca9f]

INTEGRATION: CWS pj71 (1.11.118); FILE MERGED 2007/01/15 10:28:27 pjanik 1.11.118.1: #i73445#: Prevent warnigns on Mac OS X/PPC.


2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [1ae402c8ce33976f85779ee13a8f97e335af9bd4]

INTEGRATION: CWS pj71 (1.28.118); FILE MERGED 2007/01/15 10:28:27 pjanik 1.28.118.1: #i73445#: Prevent warnigns on Mac OS X/PPC.


2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [0c9caec8f7f5040cc34b37b98ecc713f29e16526]

INTEGRATION: CWS pj71 (1.26.118); FILE MERGED 2007/01/15 10:28:27 pjanik 1.26.118.1: #i73445#: Prevent warnigns on Mac OS X/PPC.


2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [2e4a6bd6b642739377d6c726bd244906c099c27a]

INTEGRATION: CWS pj71 (1.2.76); FILE MERGED 2007/01/15 10:28:27 pjanik 1.2.76.1: #i73445#: Prevent warnigns on Mac OS X/PPC.


2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [a357a7f5cd1e9ff5ea5aae330db051d475d89f4f]

INTEGRATION: CWS pj71 (1.31.102); FILE MERGED 2007/01/15 10:28:27 pjanik 1.31.102.1: #i73445#: Prevent warnigns on Mac OS X/PPC.


2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [3cf40fe60c10fe7a0c9146f12e50d19a4ff53fc0]

INTEGRATION: CWS pj71 (1.8.118); FILE MERGED 2007/01/15 10:28:27 pjanik 1.8.118.1: #i73445#: Prevent warnigns on Mac OS X/PPC.


2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [359194678cd214af905c90ca34352bfc355fd69f]

INTEGRATION: CWS pj71 (1.30.118); FILE MERGED 2007/01/15 10:28:27 pjanik 1.30.118.1: #i73445#: Prevent warnigns on Mac OS X/PPC.


2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [02b65f4575ca58e4038303d85d414c2402c644f8]

INTEGRATION: CWS pj71 (1.20.118); FILE MERGED 2007/01/15 10:28:26 pjanik 1.20.118.1: #i73445#: Prevent warnigns on Mac OS X/PPC.


2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [c5d1b82cceac4a1a75ca6ac9b8beaf797200ecd3]

new version for OOF680


2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [3ae745e1a81d607cb17987fee3388f3a68143e87]

INTEGRATION: CWS dba22b (1.10.36); FILE MERGED 2006/12/13 10:03:33 fs 1.10.36.1: #i72527# OSL_ASSURE( <string_constant> ) is meaningless


2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [e528f3e7bc3be7f65d7043f1a3729eb1d915c565]

INTEGRATION: CWS dba22b (1.8.36); FILE MERGED 2006/12/13 10:04:00 fs 1.8.36.2: copyProperties: more meaningful error messages 2006/12/13 08:44:42 fs 1.8.36.1: copyProperties: more meaningful error messages


2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [e067b84ea4ebf8fd5743fa4cc8ea0344db31e4be]

INTEGRATION: CWS dba22b (1.4.36); FILE MERGED 2006/12/18 11:11:26 fs 1.4.36.3: RESYNC: (1.4-1.5); FILE MERGED 2006/12/09 21:39:46 fs 1.4.36.2: getIfExists_ensureType -> get_ensureType+exception 2006/12/09 21:22:41 fs 1.4.36.1: #i72428# +has


2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [5cb58cc8514958cdde9e9546c16cff277660b7e7]

INTEGRATION: CWS dba22b (1.3.50); FILE MERGED 2006/12/18 11:10:49 fs 1.3.50.3: RESYNC: (1.3-1.4); FILE MERGED 2006/12/09 21:39:39 fs 1.3.50.2: getIfExists_ensureType -> get_ensureType+exception 2006/12/09 21:22:36 fs 1.3.50.1: #i72428# +has


2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [d64f45b52b36d01459d6b6a1b2193ea4add0bf87]

INTEGRATION: CWS dba22b (1.57.114); FILE MERGED 2006/12/09 18:56:42 fs 1.57.114.1: #i68720# KeyInput: for quick search, also select if newly selected entry is current entry (but not if it already is selected)


2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [9c2ab38f05a3973ead1db0e431d011a5fc704014]

INTEGRATION: CWS dba22b (1.10.32); FILE MERGED 2006/12/09 22:14:17 fs 1.10.32.2: cached format can be VOID 2006/12/06 10:41:20 fs 1.10.32.1: #i72281# ensure that Text property is updated when EffectiveValue is set


2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [ac376a96a11fa3ad86daa04f153ce47688894af7]

INTEGRATION: CWS dba22b (1.69.8); FILE MERGED 2006/12/18 10:04:50 fs 1.69.8.2: RESYNC: (1.69-1.71); FILE MERGED 2006/12/13 12:35:23 fs 1.69.8.1: #i70511# properly reset mbDrawingOntoParent in all situations


2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [29ea42d11327abc9a367019bc4f15b769a6f287c]

INTEGRATION: CWS dba22b (1.3.170); FILE MERGED 2006/12/09 22:14:16 fs 1.3.170.2: cached format can be VOID 2006/12/06 10:41:14 fs 1.3.170.1: #i72281# ensure that Text property is updated when EffectiveValue is set


2007-01-10  Vladimir Glazounov  <vg@openoffice.org>  [fa9722794cfa0c5cee7177833b97aaffd3669754]

INTEGRATION: CWS pj70 (1.12.8); FILE MERGED 2007/01/06 22:01:58 pjanik 1.12.8.2: #i10000#: Fix typo genccod -> genccode. Thanks to cloph! 2007/01/05 09:08:22 pjanik 1.12.8.1: #i73127#: Add system ICU support.


2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [49370ee52d8aa5a9f377c0abea9ca379a0babfa1]

new version for OOF680


2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [d98598ac880c8ce2f2bcaf54fa68fd7fab3be5d5]

INTEGRATION: CWS pj69 (1.25.2); FILE MERGED 2006/12/19 13:11:09 pjanik 1.25.2.1: #i72667#: Allow compilation with gcc-4.0.x. Patch from Eike.


2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [236a5f781b035cbdeb563e5284ca9f0c37fbb947]

INTEGRATION: CWS pj69 (1.2.4); FILE MERGED 2007/01/03 14:43:22 pjanik 1.2.4.1: #i72903#: Remove extra qualification. Patch from sparcmoz.


2007-01-03  Vladimir Glazounov  <vg@openoffice.org>  [61796ab368f75a320bbd5aa989ef7276dd85f796]

new version for SRC680


2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e65e0df75cba2b044eefbc177ef4a79486e33502]

INTEGRATION: CWS cmcfixes30 (1.5.16); FILE MERGED 2006/12/19 09:35:12 cmc 1.5.16.1: #i72739# boost build conditional


2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [190577b3bd330508e84fca96dbefecb1f9fa6acc]

INTEGRATION: CWS cmcfixes30 (1.1.12); FILE MERGED 2006/12/19 09:34:57 cmc 1.1.12.1: #i72739# boost build conditional


2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [248aac5e72bb88de4fe7c46fad0eef4fabf99660]

INTEGRATION: CWS ab31 (1.25.22); FILE MERGED 2006/11/23 13:10:19 cd 1.25.22.1: #i71514# ResourceResolver support for dialogs and dependent controls


2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae6b39b8f8939b0bf2bd157f4761919e5d3ee5cc]

INTEGRATION: CWS ab31 (1.82.128); FILE MERGED 2006/12/21 12:14:23 ab 1.82.128.1: #i71514# SetMaxTextLen(): Use mnMaxTextLen for further conditions/calls


2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fdebe4b846b25e6d4197988a1d286faf0bbd005]

INTEGRATION: CWS ab31 (1.32.22); FILE MERGED 2006/11/23 13:10:20 cd 1.32.22.1: #i71514# ResourceResolver support for dialogs and dependent controls


2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b25481c00124c88a2ef931f02b41ada9b1d78df]

INTEGRATION: CWS ab31 (1.77.20); FILE MERGED 2006/12/21 12:18:36 ab 1.77.20.1: #i71514# UnoEditControl::ImplSetPeerProperty(): Resolve resource also for #96986# special handling


2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [18ff9046d740862e5a8cc57537880789dc0a85f9]

INTEGRATION: CWS ab31 (1.7.30); FILE MERGED 2006/12/13 07:50:06 ab 1.7.30.1: #i71514# Allow ResourceResolver to be set before Dialog Control creation


2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee8a3cc6080caea7ee5a45c032b93019708b542c]

INTEGRATION: CWS ab31 (1.41.20); FILE MERGED 2006/11/23 13:10:20 cd 1.41.20.1: #i71514# ResourceResolver support for dialogs and dependent controls


2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fec6db7ce88b4c4ee597a3b265981eae360bd91c]

INTEGRATION: CWS ab31 (1.23.30); FILE MERGED 2006/11/23 13:10:20 cd 1.23.30.1: #i71514# ResourceResolver support for dialogs and dependent controls


2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a65f649b71cef8d5c92f27eab49674d2a5160da]

INTEGRATION: CWS ab31 (1.13.30); FILE MERGED 2006/12/13 16:25:22 ab 1.13.30.3: #i71514# Fixed deadlock problem due to wrong mutex counting 2006/12/13 07:48:32 ab 1.13.30.2: #i71514# Allow ResourceResolver to be set before Dialog Control creation 2006/11/23 13:10:20 cd 1.13.30.1: #i71514# ResourceResolver support for dialogs and dependent controls


2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8592ab23aa3e5b5a23d3dcd0e6b2108bb28f5f0]

INTEGRATION: CWS ab31 (1.14.160); FILE MERGED 2006/11/23 13:10:19 cd 1.14.160.1: #i71514# ResourceResolver support for dialogs and dependent controls


2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bb8251b70f3b1e93287b61ec1bf1b349c722b1e]

INTEGRATION: CWS ab31 (1.18.22); FILE MERGED 2006/11/23 13:10:19 cd 1.18.22.1: #i71514# ResourceResolver support for dialogs and dependent controls


2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [474d853c89b77ddfa02fe72895e2d014321c5970]

INTEGRATION: CWS ab31 (1.5.66); FILE MERGED 2006/12/13 07:47:10 ab 1.5.66.2: #i71514# Allow ResourceResolver to be set before Dialog Control creation 2006/11/23 13:10:19 cd 1.5.66.1: #i71514# ResourceResolver support for dialogs and dependent controls


2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [ac79cd1fb6d22a1504cc36ae6ec74b6d2d338529]

#i10000# added precompiled header include


2006-12-21  Vladimir Glazounov  <vg@openoffice.org>  [54ee21772b5328eb7465714d2c17322e650a6e5a]

new version for SRC680


2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [5ae40c1bdfd7e7ce8dd67622cc834db185d8b768]

INTEGRATION: CWS vcl70 (1.40.102); FILE MERGED 2006/12/01 10:54:28 hdu 1.40.102.1: #i45983# handle unicode surrogates on UNX


2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [a5fa51a876bffe2bcaf0b9917ec185f4feee5aed]

INTEGRATION: CWS vcl70 (1.103.102); FILE MERGED 2006/12/08 12:55:30 hdu 1.103.102.2: RESYNC: (1.103-1.104); FILE MERGED 2006/12/07 13:35:09 hdu 1.103.102.1: #i45983# avoid unicode surrogates related warnings


2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [85cdebe2659122d0c0580586eca18218e30fd11e]

INTEGRATION: CWS vcl70 (1.2.10); FILE MERGED 2006/12/08 10:39:20 hdu 1.2.10.1: #i72384# really enable antialiased text if possible


2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0e94d1c6a418e801d5dc01d539e20cf25bd347db]

INTEGRATION: CWS vcl70 (1.45.104); FILE MERGED 2006/12/07 11:17:50 hdu 1.45.104.1: #i45983# get rid of auto-fallback surrogate warning


2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [1e3d15620cdda76d3a8f9d76fbaac5b5442ac674]

INTEGRATION: CWS vcl70 (1.141.8); FILE MERGED 2006/12/08 12:53:04 hdu 1.141.8.2: RESYNC: (1.141-1.142); FILE MERGED 2006/12/08 10:39:20 hdu 1.141.8.1: #i72384# really enable antialiased text if possible


2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [09ed4d39aa7da1b0f22235b9e0552bd6d7e3bd90]

INTEGRATION: CWS vcl70 (1.46.10); FILE MERGED 2006/12/08 10:39:20 hdu 1.46.10.1: #i72384# really enable antialiased text if possible


2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [72278e6942d4da507a2c1b49c3b780d8cb239552]

INTEGRATION: CWS vcl70 (1.58.26); FILE MERGED 2006/11/28 12:57:09 pl 1.58.26.1: #i72058# IM attributes


2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [3f94aed6158199fa936a76f6ab9503af9caef407]

INTEGRATION: CWS vcl70 (1.36.210); FILE MERGED 2006/11/28 14:44:30 hdu 1.36.210.1: #i68904# empty hash_tables are still too expensive


2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [d81506d998c32329fdaf594840ff1ffb41038f27]

INTEGRATION: CWS vcl70 (1.137.10); FILE MERGED 2006/12/08 12:50:19 hdu 1.137.10.5: RESYNC: (1.137-1.138); FILE MERGED 2006/12/07 13:12:39 hdu 1.137.10.4: #i72129# cannot use fontconfig directly 2006/12/01 12:25:04 hdu 1.137.10.3: #i72129# fonts with bad CMAPs sometimes have reasonable POST tables 2006/12/01 10:54:28 hdu 1.137.10.2: #i45983# handle unicode surrogates on UNX 2006/11/28 14:44:30 hdu 1.137.10.1: #i68904# empty hash_tables are still too expensive


2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [74aa84af73006d5d5f281aa2b54c1ae97df8ca6a]

INTEGRATION: CWS vcl70 (1.84.18); FILE MERGED 2006/12/01 10:54:28 hdu 1.84.18.1: #i45983# handle unicode surrogates on UNX


2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [2cec1967daa428527e25dc3c608c45f1e29310d3]

INTEGRATION: CWS vcl70 (1.99.102); FILE MERGED 2006/12/08 12:50:02 hdu 1.99.102.2: RESYNC: (1.99-1.101); FILE MERGED 2006/12/07 11:34:26 hdu 1.99.102.1: #i45983# start handling unicode surrogates


2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [11ea054e09f7b05e7a94b6e502f08403a449e955]

INTEGRATION: CWS vcl70 (1.224.20); FILE MERGED 2006/12/08 12:49:36 hdu 1.224.20.2: RESYNC: (1.224-1.225); FILE MERGED 2006/12/07 11:10:35 hdu 1.224.20.1: #i45983# get rid of localized digit surrogate warning


2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [38a814203d9303aad91acc761cd62750f45d14b7]

INTEGRATION: CWS vcl70 (1.18.104); FILE MERGED 2006/12/06 14:43:29 hdu 1.18.104.1: #i34639# FontCharMap gets UCS4 support


2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [f5ed463b782a9c3c90de5c40db97c8a3b886166e]

INTEGRATION: CWS vcl70 (1.40.16); FILE MERGED 2006/12/08 12:21:25 hdu 1.40.16.2: RESYNC: (1.40-1.41); FILE MERGED 2006/11/24 11:15:41 pl 1.40.16.1: #i65684# use IncludeFeature for CUPS >= 1.2


2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [014b69e5abd1de75ba66d26b4d59afb1fc1b7b93]

INTEGRATION: CWS vcl70 (1.38.18); FILE MERGED 2006/12/08 12:21:17 hdu 1.38.18.2: RESYNC: (1.38-1.39); FILE MERGED 2006/11/24 11:15:41 pl 1.38.18.1: #i65684# use IncludeFeature for CUPS >= 1.2


2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [4c4b3922a1bb73af5bb2368c2fd47a209332e906]

INTEGRATION: CWS vcl70 (1.20.24); FILE MERGED 2006/11/24 11:15:41 pl 1.20.24.1: #i65684# use IncludeFeature for CUPS >= 1.2


2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [1fcf241a0e3e36f9d98ef00cb94d258a35d38d30]

INTEGRATION: CWS vcl70 (1.9.24); FILE MERGED 2006/11/27 16:15:04 pl 1.9.24.1: #i72034# always treat end of file as end of token


2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [5d1806d0606d29e389d12a2a123ecf1b68553ca4]

INTEGRATION: CWS vcl70 (1.14.44); FILE MERGED 2006/11/24 11:15:40 pl 1.14.44.1: #i65684# use IncludeFeature for CUPS >= 1.2


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [fb8b1a845238cff97fb70148da74617267309bff]

INTEGRATION: CWS prdiscw (1.139.10); FILE MERGED 2006/11/21 17:12:33 pl 1.139.10.2: RESYNC: (1.139-1.140); FILE MERGED 2006/11/10 13:59:56 pl 1.139.10.1: #i65167# call GetVersionEx only once


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [db62ecd11a3c404da344033e9dd9046568141862]

INTEGRATION: CWS prdiscw (1.28.94); FILE MERGED 2006/12/06 10:57:56 pl 1.28.94.6: fix a heap corruptor 2006/11/20 17:08:46 pl 1.28.94.5: #i65167# use correct calling convention 2006/11/15 15:17:03 pl 1.28.94.4: #i65167# additional tests, add driver name to queueinfo 2006/11/14 17:50:57 pl 1.28.94.3: #i65167# cleanup, keep SalDriverData compatible (file format) 2006/11/13 17:03:31 pl 1.28.94.2: #i65167# use Unicode API; keep old code for WinME compatibility 2006/11/10 18:01:20 pl 1.28.94.1: #i65167# use unicode functions for printer names


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f6c2070b8d1f7ef1a772030ef3bd5d320594d96e]

INTEGRATION: CWS prdiscw (1.82.92); FILE MERGED 2006/11/10 13:59:55 pl 1.82.92.1: #i65167# call GetVersionEx only once


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [12d65d673edfb7f44a00d85676eed470717b4af6]

INTEGRATION: CWS prdiscw (1.35.92); FILE MERGED 2006/11/13 17:03:31 pl 1.35.92.2: #i65167# use Unicode API; keep old code for WinME compatibility 2006/11/10 13:59:55 pl 1.35.92.1: #i65167# call GetVersionEx only once


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [9d5363b525410a08caa6c0348f4b1686274c7c22]

INTEGRATION: CWS prdiscw (1.11.62); FILE MERGED 2006/11/10 13:59:54 pl 1.11.62.1: #i65167# call GetVersionEx only once


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [1a1b8b927869d788caf1aab4813d2c0d6cfa23d2]

INTEGRATION: CWS prdiscw (1.4.462); FILE MERGED 2006/11/14 18:05:54 pl 1.4.462.4: #i65167# remove unused members 2006/11/14 18:03:28 pl 1.4.462.3: #i65167# remove unused struct 2006/11/14 17:50:57 pl 1.4.462.2: #i65167# cleanup, keep SalDriverData compatible (file format) 2006/11/13 17:03:30 pl 1.4.462.1: #i65167# use Unicode API; keep old code for WinME compatibility


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [254990a2d9e6a8507ef077e7a65dd6e89466381b]

INTEGRATION: CWS prdiscw (1.26.216); FILE MERGED 2006/11/13 17:03:30 pl 1.26.216.2: #i65167# use Unicode API; keep old code for WinME compatibility 2006/11/10 13:59:54 pl 1.26.216.1: #i65167# call GetVersionEx only once


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [66300c91c64bef2c0a764f7f3bdb81b6f439447b]

INTEGRATION: CWS prdiscw (1.57.94); FILE MERGED 2006/12/05 08:50:30 pl 1.57.94.4: #i71571# remove completely broken assignment operator 2006/11/15 16:59:34 pl 1.57.94.3: #i71571# new printer enumeration 2006/11/15 15:18:36 pl 1.57.94.2: #i65167# add: GetPrinterQueueInfo for a named printer 2006/11/09 18:12:06 pl 1.57.94.1: #i65167# force printer update


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [76a194068bb7e2f985a83a04c494ddd04cd6a57c]

INTEGRATION: CWS prdiscw (1.8.24); FILE MERGED 2006/11/15 16:59:51 pl 1.8.24.1: #i71571# new printer enumeration


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [35d9a60498ea91fe92ea893794fa5e8612ea4f05]

INTEGRATION: CWS prdiscw (1.6.64); FILE MERGED 2006/12/05 10:52:49 pl 1.6.64.4: #i72092# fix printer update 2006/11/15 17:00:02 pl 1.6.64.3: #i71571# new printer enumeration 2006/11/15 15:19:09 pl 1.6.64.2: #i65167# performance cleanup 2006/11/09 18:10:02 pl 1.6.64.1: #i65167# force printer update


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [00ba6a665c3a75589cfa36cbe67392119e2fab62]

INTEGRATION: CWS prdiscw (1.23.64); FILE MERGED 2006/11/15 17:00:02 pl 1.23.64.3: #i71571# new printer enumeration 2006/11/15 15:19:09 pl 1.23.64.2: #i65167# performance cleanup 2006/11/09 18:10:01 pl 1.23.64.1: #i65167# force printer update


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [1b9b36556c5956d60225047db171cbf9cd64aeba]

INTEGRATION: CWS jl49 (1.48.58); FILE MERGED 2006/11/30 13:44:27 sb 1.48.58.1: #i70481# Extended SvLBoxButton.


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [379dae833d514b1f2687ee56285988e1bd935a33]

INTEGRATION: CWS jl49 (1.24.58); FILE MERGED 2006/11/30 13:44:27 sb 1.24.58.1: #i70481# Extended SvLBoxButton.


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [2fbe51a791fb50837af1b14b74ae7cb9f87d760c]

INTEGRATION: CWS jl49 (1.11.84); FILE MERGED 2006/11/30 13:44:27 sb 1.11.84.1: #i70481# Extended SvLBoxButton.


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [fe54658ce592f4db3de1057a705d908b6b656427]

INTEGRATION: CWS jl49 (1.18.170); FILE MERGED 2006/12/19 09:51:26 jl 1.18.170.1: #i70481# changes for throbber


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [7b36a46e794ec83c1a5c493ccd1757ef4c590f4e]

INTEGRATION: CWS jl49 (1.4.40); FILE MERGED 2006/12/19 09:47:29 jl 1.4.40.1: #i70481# changes for throbber


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [780064b4426a9a8f4b0377a2cdb22878f6dc4eef]

INTEGRATION: CWS jl49 (1.1.4); FILE ADDED 2006/12/19 09:48:17 jl 1.1.4.1: #i70481# adding copy of file which will be introduced in cws updchk02. In case of a conflict when updchk02 is integrated then the file from updchk02 shall be used


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [12e0275b36aceb6008e3dbe4cc40de1066e0d3e4]

INTEGRATION: CWS jl49 (1.9.42); FILE MERGED 2006/12/19 09:47:29 jl 1.9.42.1: #i70481# changes for throbber


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [d73e771484cbaf0f4b9b63e1624b7b7223b88f3c]

INTEGRATION: CWS jl49 (1.14.42); FILE MERGED 2006/12/19 09:47:29 jl 1.14.42.1: #i70481# changes for throbber


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [87b43395a22bbcfc94efb7e6bddd2dfc1b6d98a7]

INTEGRATION: CWS jl49 (1.32.34); FILE MERGED 2006/12/19 09:47:28 jl 1.32.34.1: #i70481# changes for throbber


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [21790ec6bed9cc3830506af8a3242529beb99299]

INTEGRATION: CWS jl49 (1.9.170); FILE MERGED 2006/12/19 09:47:28 jl 1.9.170.1: #i70481# changes for throbber


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [d1e7b0acf736a95617a284062932ce245bb8a31d]

INTEGRATION: CWS jl49 (1.5.42); FILE MERGED 2006/12/19 09:47:28 jl 1.5.42.1: #i70481# changes for throbber


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [73b383541da490f09fc3b6e96c38f0e63c443a7d]

INTEGRATION: CWS jl49 (1.1.4); FILE ADDED 2006/12/19 09:46:39 jl 1.1.4.1: #i70481# adding copy of file which will be introduced in cws updchk02. In case of a conflict when updchk02 is integrated then the file from updchk02 shall be used


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [8b70e0a7a0aa9e8d4274d1227bf0c2d9449b92af]

INTEGRATION: CWS jl49 (1.1.4); FILE ADDED 2006/12/19 09:46:29 jl 1.1.4.1: #i70481# adding copy of file which will be introduced in cws updchk02. In case of a conflict when updchk02 is integrated then the file from updchk02 shall be used


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [cb343bc2ba28d4c7ef368ca803c0db080635dccb]

INTEGRATION: CWS jl49 (1.12.172); FILE MERGED 2006/12/19 09:47:00 jl 1.12.172.1: #i70481# changes for throbber


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [fccfe74fe936a902b9fa1e8869648969e9455fb0]

INTEGRATION: CWS jl49 (1.1.4); FILE ADDED 2006/12/19 09:45:35 jl 1.1.4.1: #i70481# adding copy of file which will be introduced in cws updchk02. In case of a conflict when updchk02 is integrated then the file from updchk02 shall be used


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [75720e4d80464313dba88f5a61433988927d05e7]

INTEGRATION: CWS jl49 (1.1.4); FILE ADDED 2006/12/19 09:45:25 jl 1.1.4.1: #i70481# adding copy of file which will be introduced in cws updchk02. In case of a conflict when updchk02 is integrated then the file from updchk02 shall be used


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f88039a8ba7a4835b4dbceab03ac45b7a63f9870]

INTEGRATION: CWS jl49 (1.1.4); FILE ADDED 2006/12/19 09:45:15 jl 1.1.4.1: #i70481# adding copy of file which will be introduced in cws updchk02. In case of a conflict when updchk02 is integrated then the file from updchk02 shall be used


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [4c112245cbe613bc719349556d1c2fe5a2f12fce]

INTEGRATION: CWS jl49 (1.1.4); FILE ADDED 2006/12/19 09:44:55 jl 1.1.4.1: #i70481# adding copy of file which will be introduced in cws updchk02. In case of a conflict when updchk02 is integrated then the file from updchk02 shall be used


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [a9f27056f021b96c18ba195db327ca212d9be331]

INTEGRATION: CWS jl49 (1.52.8); FILE MERGED 2006/12/19 11:06:07 jl 1.52.8.2: #i70481# changes for throbber 2006/12/19 09:47:11 jl 1.52.8.1: #i70481# changes for throbber


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [4139d51630646d7bbe47eb3fbbede444484db47d]

INTEGRATION: CWS jl49 (1.28.170); FILE MERGED 2006/12/19 09:47:11 jl 1.28.170.1: #i70481# changes for throbber


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [255bf9414a299ad6b2f7dcadc70fbb9e3f10e40b]

INTEGRATION: CWS jl49 (1.2.170); FILE MERGED 2006/12/19 09:43:49 jl 1.2.170.1: #i70481# changes for throbber


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [cace5786610f81a4ee688d2c299eaa8c90321033]

INTEGRATION: CWS jl49 (1.1.4); FILE ADDED 2006/12/19 09:42:45 jl 1.1.4.1: #i70481# adding copy of file which will be introduced in cws updchk02. In case of a conflict when updchk02 is integrated then the file from updchk02 shall be used


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [070fce5f992e2edd3cfbd047f8d4792f0359927b]

INTEGRATION: CWS jl49 (1.8.172); FILE MERGED 2006/12/19 09:43:49 jl 1.8.172.1: #i70481# changes for throbber


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [6e3dc5f6df2206712d729d48a00f89187b659b5d]

INTEGRATION: CWS jl49 (1.25.34); FILE MERGED 2006/12/19 09:43:49 jl 1.25.34.1: #i70481# changes for throbber


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [983552b1224c4bc9fe5247da3053097bffd3b4fb]

INTEGRATION: CWS jl49 (1.1.4); FILE ADDED 2006/12/19 09:42:16 jl 1.1.4.1: #i70481# adding copy of file which will be introduced in cws updchk02. In case of a conflict when updchk02 is integrated then the file from updchk02 shall be used


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [2006742ac755402df2665330ed8efa4921831e72]

INTEGRATION: CWS jl49 (1.1.4); FILE ADDED 2006/12/19 09:42:05 jl 1.1.4.1: #i70481# adding copy of file which will be introduced in cws updchk02. In case of a conflict when updchk02 is integrated then the file from updchk02 shall be used


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [bd107d8f655b4f28edcdaacaa295e37fa93ac37e]

INTEGRATION: CWS jl49 (1.1.4); FILE ADDED 2006/12/19 09:40:57 jl 1.1.4.1: #i70481# adding copy of file which will be introduced in cws updchk02. In case of a conflict when updchk02 is integrated then the file from updchk02 shall be used


2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [b978efc2db5d4fe94eaa346a0032d7533c2d9188]

INTEGRATION: CWS jl49 (1.1.4); FILE ADDED 2006/12/19 09:40:46 jl 1.1.4.1: #i70481# adding copy of file which will be introduced in cws updchk02. In case of a conflict when updchk02 is integrated then the file from updchk02 shall be used


2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [aebcb478fc5adf4ee18eb6e85d6158191c843a9d]

INTEGRATION: CWS native72 (1.44.12); FILE MERGED 2006/12/05 08:53:52 pb 1.44.12.1: fix: #i70859# ABOUTBOXPRODUCTVERSION added


2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9e530422232c47fa64439a58b56b54d6810fa8f9]

INTEGRATION: CWS native72 (1.20.50); FILE MERGED 2006/12/05 08:52:24 pb 1.20.50.1: fix: #i70859# ABOUTBOXPRODUCTVERSION added


2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cc427b4ba5584bae2c0811b38563e2f16a043b77]

INTEGRATION: CWS caloc (1.1.2); FILE ADDED 2006/11/08 18:46:07 er 1.1.2.1: #i47233# OrdinalSuffix implementation; contributed by Muthu Subramanian <muthusuba@ooo>


2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3688f78f6df80608ad81c10125a0a1952a336d4c]

INTEGRATION: CWS caloc (1.20.108); FILE MERGED 2006/11/08 18:46:07 er 1.20.108.1: #i47233# OrdinalSuffix implementation; contributed by Muthu Subramanian <muthusuba@ooo>


2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [bf2ba4fea14667e12f70cd5ca3f713423e907102]

INTEGRATION: CWS caloc (1.41.28); FILE MERGED 2006/11/08 18:46:06 er 1.41.28.1: #i47233# OrdinalSuffix implementation; contributed by Muthu Subramanian <muthusuba@ooo>


2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9e20dbacd59e615f63192ffc0628ca4b4a2bc238]

INTEGRATION: CWS caloc (1.1.2); FILE ADDED 2006/11/08 18:46:06 er 1.1.2.1: #i47233# OrdinalSuffix implementation; contributed by Muthu Subramanian <muthusuba@ooo>


2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6a4a55ed29a285cc8729aa12d5eee26129b7ff5a]

INTEGRATION: CWS caloc (1.8.42); FILE MERGED 2006/11/24 18:56:37 er 1.8.42.1: #i66916# literal strings in number format codes have to be enquoted


2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [dd786b7e27ef8e03fe16a91187bfe19a63229e02]

INTEGRATION: CWS caloc (1.9.8); FILE MERGED 2006/11/17 15:38:07 er 1.9.8.1: #i71636# add Catalan Valencian


2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [69416b95165668847f38e61193b6001dc1d8b01a]

INTEGRATION: CWS caloc (1.13.74); FILE MERGED 2006/11/14 16:51:57 er 1.13.74.1: correct PRJNAME


2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e0c4661e3327f06553502e8a05b70fddf75bb0ff]

INTEGRATION: CWS caloc (1.22.6); FILE MERGED 2006/11/08 18:46:05 er 1.22.6.1: #i47233# OrdinalSuffix implementation; contributed by Muthu Subramanian <muthusuba@ooo>


2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [55945c4b03d2429529070d985d77e3ed639f8f55]

INTEGRATION: CWS caloc (1.6.16); FILE MERGED 2006/11/17 15:38:06 er 1.6.16.1: #i71636# add Catalan Valencian


2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1b0e50d0d04aa9a8435e53b7165b0033f2f8b6d1]

INTEGRATION: CWS caloc (1.1.2); FILE ADDED 2006/11/08 18:46:05 er 1.1.2.1: #i47233# OrdinalSuffix implementation; contributed by Muthu Subramanian <muthusuba@ooo>


2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [38e75961ce4d77b68909b14d4f7df57183c9b8df]

INTEGRATION: CWS caloc (1.72.44); FILE MERGED 2006/11/17 14:20:38 er 1.72.44.1: the order of evaluation of function parameters is undetermined, disentangle side effects


2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f082dc38188876995fecb2a017af021205c0b338]

INTEGRATION: CWS fwk56 (1.45.14); FILE MERGED 2006/11/08 08:15:19 mav 1.45.14.1: #i71284# patch from CMC


2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [124081c908ae205233fba2df7147b6cad130ce48]

INTEGRATION: CWS fwk56 (1.19.8); FILE MERGED 2006/11/03 08:53:11 mav 1.19.8.2: #132511# fix cleanup 2006/10/27 10:51:28 mav 1.19.8.1: #129882# the exception should not be thrown here


2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [07a77c83b97998ac3866af0ac0519692cd90023e]

INTEGRATION: CWS fwk56 (1.22.48); FILE MERGED 2006/11/14 07:58:30 pb 1.22.48.1: fix: #i69133# added fathername and apartment


2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3df25cd59eabcdf61a2ccae36af776045f78ef46]

INTEGRATION: CWS jl46 (1.64.222); FILE MERGED 2006/10/31 16:40:34 jl 1.64.222.1: #69173# add images for oxt file for use in file dialog


2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [4b1aaa515f3c09d5ca651b31a134c7e65b4930d3]

INTEGRATION: CWS jl46 (1.42.52); FILE MERGED 2006/10/31 16:40:33 jl 1.42.52.1: #69173# add images for oxt file for use in file dialog


2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [74ad91492a4eab0a0580c260a2d5f1d349fdcc47]

INTEGRATION: CWS jl46 (1.13.222); FILE MERGED 2006/10/31 16:40:33 jl 1.13.222.1: #69173# add images for oxt file for use in file dialog


2006-12-14  Kurt Zenker  <kz@openoffice.org>  [ef02b8bc4cffb157c1fa4d1d4d34799f7a841f14]

#i10000# add precompiled header declaration


2006-12-14  Vladimir Glazounov  <vg@openoffice.org>  [a8ba3ea70697047bf883b414ac3bdc6150871b55]

#i10000# tools needed


2006-12-13  Vladimir Glazounov  <vg@openoffice.org>  [b57f9eb7c9cf9d30389efa6e6ff7a5befa7d6186]

new version for SRC680


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [6603e4472bb1bb0198b1859d392d59c5ee2dd30b]

INTEGRATION: CWS dba22ui (1.37.24); FILE MERGED 2006/12/05 15:46:34 fs 1.37.24.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [af7aec651af96517835da845230716ed2baee227]

INTEGRATION: CWS dba22ui (1.1.6); FILE ADDED 2006/12/05 15:46:34 fs 1.1.6.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [f50feb66c7f22138618f2a55585609f5f8069319]

INTEGRATION: CWS dba22ui (1.140.24); FILE MERGED 2006/12/05 15:46:34 fs 1.140.24.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [fa03e5b56bdb058707d4cb9a4bb87bc4aaac33b6]

INTEGRATION: CWS dba22ui (1.3.2); FILE ADDED 2006/12/05 20:45:21 fs 1.3.2.1: (small, at the moment) framework for handlign generic changes in (dialog) controls in a generic way


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [82d1ade726dc1eee0c885743d9090e39ba6c1e24]

INTEGRATION: CWS presfixes09 (1.10.82); FILE MERGED 2006/11/01 17:25:23 thb 1.10.82.2: #142144# Seems math.h is needed before any OOo headers - need to perform the magic incantation for msvc here... 2006/10/20 14:53:31 thb 1.10.82.1: #142144# All places including math.h directly must now define _USE_MATH_DEFINES - but it's recommended to include rtl/math.hxx instead


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [0a500a64cbccde633f46a50c345cde1dd7680502]

INTEGRATION: CWS presfixes09 (1.3.40); FILE MERGED 2006/09/18 12:53:30 thb 1.3.40.2: #i10000# Made code compile warning-free 2006/09/18 12:44:36 thb 1.3.40.1: Added a few macros for the C export boilerplate


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [9cb0abd373fa8fa2f630f39b8c2040e7c59206b8]

INTEGRATION: CWS presfixes09 (1.4.136); FILE MERGED 2006/11/01 17:17:58 thb 1.4.136.1: #142144# Cleaning up math.h stuff


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [293b9546956d5d1dcaeea5f8a4d3239e2b6d38cb]

INTEGRATION: CWS presfixes09 (1.12.18); FILE MERGED 2006/11/02 12:22:19 thb 1.12.18.1: #142144# sal/config.h must be included before any other headers


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [49a2cfdc6392b9e33d453764073f7961b40768df]

INTEGRATION: CWS presfixes09 (1.6.12); FILE MERGED 2006/10/18 19:46:12 thb 1.6.12.4: RESYNC: (1.6-1.7); FILE MERGED 2006/10/17 16:16:03 thb 1.6.12.3: #142144# Using more math.h constants; added inline conversions from degrees to radians (and vice versa) 2006/03/23 17:13:49 thb 1.6.12.2: #i49357# Added license header 2006/03/15 16:12:15 thb 1.6.12.1: #i49357# Added test for B2DMultiRange


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [478a0275caf661c8ae5160681c775a61834620f7]

INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/15 16:10:53 thb 1.3.18.1: #i49357# Added SVG-D export method for basegfx poly-polygons; added DebugPlotter for textual polygon/rect/point output


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [84284902fac9609922c74252ab03fcc10a883f87]

INTEGRATION: CWS presfixes09 (1.1.2); FILE ADDED 2006/03/15 15:56:47 thb 1.1.2.1: Initial revision


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [7e460bc454db8bc92ec028198c3f56b16649123f]

INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:40:53 thb 1.3.18.3: RESYNC: (1.4-1.5); FILE MERGED 2006/09/15 22:08:05 thb 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2006/03/15 16:10:52 thb 1.3.18.1: #i49357# Added SVG-D export method for basegfx poly-polygons; added DebugPlotter for textual polygon/rect/point output


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [638687e078eae359c3add6c4890b022a46a0f6c3]

INTEGRATION: CWS presfixes09 (1.12.18); FILE MERGED 2006/10/20 14:46:44 thb 1.12.18.1: #142144# Removed unused math.h


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [3cf2171a053d1776de449bbfcca8857e9649c357]

INTEGRATION: CWS updatefeed (1.5.48); FILE MERGED 2006/12/05 10:47:54 kso 1.5.48.2: #i72238# - warningfree on Windows now. 2006/12/04 16:36:04 kso 1.5.48.1: #i72238# - new: static ErrorHandler::GetErrorString() CVr: ----------------------------------------------------------------------


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [d71d1d1d711f41cb7f254dedf4e991adf65bbdde]

INTEGRATION: CWS presfixes09 (1.1.2); FILE ADDED 2006/03/15 15:55:26 thb 1.1.2.1: Initial revision


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [720bfc3954fea3314b971035428ff20d5cc1e2de]

INTEGRATION: CWS presfixes09 (1.14.10); FILE MERGED 2006/03/15 16:09:48 thb 1.14.10.1: #i49357# Added SVG-D export method for basegfx poly-polygons


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [76e5b809d74b2e83ad6de514313ca77ae49ba929]

INTEGRATION: CWS presfixes09 (1.9.18); FILE MERGED 2006/10/19 14:40:19 thb 1.9.18.2: #142144# math.h complete with math constants now included from rtl/math.hxx 2006/10/17 16:16:03 thb 1.9.18.1: #142144# Using more math.h constants; added inline conversions from degrees to radians (and vice versa)


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [cd188e051281fa3caa0a9314ed1a0cfc1c9befdb]

INTEGRATION: CWS presfixes09 (1.15.8); FILE MERGED 2006/10/20 14:43:49 thb 1.15.8.1: #142144# No more direct math.h includes - using rtl/math.hxx instead


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [5a95232d1b175343c19de24a32c19991c33ea8e5]

INTEGRATION: CWS presfixes09 (1.8.60); FILE MERGED 2006/11/15 14:00:56 thb 1.8.60.2: RESYNC: (1.8-1.9); FILE MERGED 2006/10/25 15:56:33 thb 1.8.60.1: #135235# SystemChildWindows now clip against their siblings and are explicitely stacked in reverse order of creation; removed some dead code


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [9a3b04980ec258def5138daf6da1b4fa37f66c3b]

INTEGRATION: CWS presfixes09 (1.228.20); FILE MERGED 2006/11/15 13:57:48 thb 1.228.20.8: RESYNC: (1.246-1.247); FILE MERGED 2006/11/15 12:39:00 thb 1.228.20.7: #140456# Now selectively disabling DX5 canvas for multi-screen-spanning windows 2006/10/18 19:04:26 thb 1.228.20.6: RESYNC: (1.242-1.246); FILE MERGED 2006/09/18 11:31:40 thb 1.228.20.5: #i10000# Fixed post-MERGE breakage 2006/09/15 21:31:28 thb 1.228.20.4: RESYNC: (1.228-1.242); FILE MERGED 2006/04/04 18:13:50 thb 1.228.20.3: #i63943# Reverted fix (moved to canvas impls) 2006/04/04 10:25:10 thb 1.228.20.2: #i63943# Explicitely calling WindowListener, to get initial window size across 2006/03/07 11:09:49 thb 1.228.20.1: #i49357# Fixed Window holding hard reference to canvas; removed all the XWindow forwarding hacks; added additional parameter to XCanvas creation


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [39a479abe5cff7e2a9678cfb53069a3e55ed40c6]

INTEGRATION: CWS presfixes09 (1.8.60); FILE MERGED 2006/11/15 12:43:47 thb 1.8.60.1: #140456# en passant, removed obsolete RMBitmap member at various places


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [a8fd05a8fb252ce09fd69e70aa466eaaac444d02]

INTEGRATION: CWS presfixes09 (1.3.22); FILE MERGED 2006/10/18 14:05:08 thb 1.3.22.4: RESYNC: (1.4-1.6); FILE MERGED 2006/10/18 09:55:46 thb 1.3.22.3: #142144# Removed addPointsAtCutsAndTouches before triangulization (not needed according to AW); added some verbose tracing stuff 2006/09/15 15:45:49 thb 1.3.22.2: RESYNC: (1.3-1.4); FILE MERGED 2006/03/15 13:44:54 thb 1.3.22.1: #i49357# Renamed one method


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [287edaf53fba91da5cfece75005e99f310c2e4fd]

INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 14:04:59 thb 1.3.18.6: RESYNC: (1.7-1.8); FILE MERGED 2006/09/15 15:45:40 thb 1.3.18.5: RESYNC: (1.5-1.7); FILE MERGED 2006/04/20 11:15:56 thb 1.3.18.4: RESYNC: (1.4-1.5); FILE MERGED 2006/04/06 20:11:52 thb 1.3.18.3: #i63943# During VCL paint, windows have a hard clip region set (limited to the damaged area). This wreaks havoc when rendering double-buffered content or animations, as only parts of the modified screen gets restored. 2006/03/06 23:18:13 thb 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2006/03/06 21:21:11 thb 1.3.18.1: #i59324# Correctly handling the case of 'empty' ranges now in all canvastools methods (before, we'd happily process empty ranges, yielding rather arbitrary non-empty ones afterwards); improved debug display for VCL canvas sprite count


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [94634e8cff9c14ee682c10d4a2e16ca1fce184f6]

INTEGRATION: CWS presfixes09 (1.9.32); FILE MERGED 2006/10/20 11:40:40 thb 1.9.32.5: #i10000# Removed post-merge compiler warnings; removed spurious semicolon after macro 2006/04/25 12:53:54 thb 1.9.32.4: #i63943# Handling probe construction special 2006/03/08 18:00:04 thb 1.9.32.3: #i49357# Now also providing the C lib entry points again 2006/03/07 15:08:03 thb 1.9.32.2: #i49357# Adapted to recent XWindow vs. XWindowListener changes; using dbo's new ServiceDecl goodness 2006/03/06 22:49:01 thb 1.9.32.1: #i49357# Reworked canvas/window association (canvas is now window-listener, and exposes the associated window via a property)


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [9a0f337c8aba2aa880e6659f6621be3164eac878]

INTEGRATION: CWS presfixes09 (1.10.32); FILE MERGED 2006/10/20 11:40:39 thb 1.10.32.8: #i10000# Removed post-merge compiler warnings; removed spurious semicolon after macro 2006/10/18 14:04:51 thb 1.10.32.7: RESYNC: (1.11-1.12); FILE MERGED 2006/09/15 15:45:30 thb 1.10.32.6: RESYNC: (1.10-1.11); FILE MERGED 2006/04/25 12:53:53 thb 1.10.32.5: #i63943# Handling probe construction special 2006/04/21 12:44:22 thb 1.10.32.4: #i63088# Cloned Cyrille's patches accordingly 2006/03/13 12:38:01 thb 1.10.32.3: #i49357# Renamed macro 2006/03/08 18:00:04 thb 1.10.32.2: #i49357# Now also providing the C lib entry points again 2006/03/07 15:08:03 thb 1.10.32.1: #i49357# Adapted to recent XWindow vs. XWindowListener changes; using dbo's new ServiceDecl goodness


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [84f22a4a2f3682f4a219aeaa707fd56c8a8e0295]

INTEGRATION: CWS presfixes09 (1.6.32); FILE MERGED 2006/03/06 22:49:01 thb 1.6.32.1: #i49357# Reworked canvas/window association (canvas is now window-listener, and exposes the associated window via a property)


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [57af4e99ebac85f0b84c1c9f5bd6006849018249]

INTEGRATION: CWS presfixes09 (1.8.32); FILE MERGED 2006/10/18 14:04:43 thb 1.8.32.3: RESYNC: (1.9-1.10); FILE MERGED 2006/09/15 15:45:20 thb 1.8.32.2: RESYNC: (1.8-1.9); FILE MERGED 2006/04/04 15:41:04 thb 1.8.32.1: #i63943# Made blitting SpriteCanvas as an XBitmap possible


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [121151adca70b8ab8006e008237ae801938d11fc]

INTEGRATION: CWS presfixes09 (1.2.32); FILE MERGED 2006/03/06 22:49:01 thb 1.2.32.1: #i49357# Reworked canvas/window association (canvas is now window-listener, and exposes the associated window via a property)


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [1e75c252846fba59c7f6576d68260573edca40bf]

INTEGRATION: CWS presfixes09 (1.2.32); FILE MERGED 2006/10/18 14:04:34 thb 1.2.32.4: RESYNC: (1.3-1.4); FILE MERGED 2006/09/15 15:45:11 thb 1.2.32.3: RESYNC: (1.2-1.3); FILE MERGED 2006/03/07 15:08:03 thb 1.2.32.2: #i49357# Adapted to recent XWindow vs. XWindowListener changes; using dbo's new ServiceDecl goodness 2006/03/06 22:49:01 thb 1.2.32.1: #i49357# Reworked canvas/window association (canvas is now window-listener, and exposes the associated window via a property)


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [c9d200eb28cb556ee57ef0dbc3f8ac208cfe6d2e]

INTEGRATION: CWS presfixes09 (1.2.32); FILE MERGED 2006/10/20 11:41:28 thb 1.2.32.3: #i10000# Removed unused variable 2006/10/18 14:01:48 thb 1.2.32.2: RESYNC: (1.2-1.3); FILE MERGED 2006/10/18 09:55:45 thb 1.2.32.1: #142144# Removed addPointsAtCutsAndTouches before triangulization (not needed according to AW); added some verbose tracing stuff


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [aa4d6c02962f64995cf990dff830776e284591dd]

INTEGRATION: CWS presfixes09 (1.3.8); FILE MERGED 2006/10/18 14:01:28 thb 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2006/05/12 21:35:07 thb 1.3.8.1: #i49357# Relaxed assertion a bit, to allow slight round-off errors for update area sizes.


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [baf3960ed2b19d8a6d58c13fc396058107d4f84f]

INTEGRATION: CWS presfixes09 (1.7.32); FILE MERGED 2006/09/18 12:51:09 thb 1.7.32.3: #i10000# Made code compile warning-free 2006/09/15 15:42:13 thb 1.7.32.2: RESYNC: (1.7-1.8); FILE MERGED 2006/03/15 13:45:57 thb 1.7.32.1: #i49357# Added VCL window coordinate absolutization method


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [200a6c5cae08e09fe9f0bfca6a827ab423ca0965]

INTEGRATION: CWS presfixes09 (1.5.36); FILE MERGED 2006/10/18 14:00:02 thb 1.5.36.3: RESYNC: (1.6-1.8); FILE MERGED 2006/09/15 15:41:10 thb 1.5.36.2: RESYNC: (1.5-1.6); FILE MERGED 2006/03/06 22:49:00 thb 1.5.36.1: #i49357# Reworked canvas/window association (canvas is now window-listener, and exposes the associated window via a property)


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [98e73e2fb7480cb68ec59d9ca5cf3b42dd316078]

INTEGRATION: CWS presfixes09 (1.8.32); FILE MERGED 2006/10/18 13:59:54 thb 1.8.32.4: RESYNC: (1.10-1.11); FILE MERGED 2006/09/15 15:41:01 thb 1.8.32.3: RESYNC: (1.8-1.10); FILE MERGED 2006/03/15 13:45:57 thb 1.8.32.2: #i49357# Added VCL window coordinate absolutization method 2006/03/06 21:21:11 thb 1.8.32.1: #i59324# Correctly handling the case of 'empty' ranges now in all canvastools methods (before, we'd happily process empty ranges, yielding rather arbitrary non-empty ones afterwards); improved debug display for VCL canvas sprite count


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [bfcd1530a320e0fcc5f384eb7cad6e9382aa1ca7]

INTEGRATION: CWS presfixes09 (1.2.32); FILE MERGED 2006/10/20 11:40:26 thb 1.2.32.4: #i10000# Removed post-merge compiler warnings; removed spurious semicolon after macro 2006/04/25 12:53:44 thb 1.2.32.3: #i63943# Handling probe construction special 2006/03/08 17:59:54 thb 1.2.32.2: #i49357# Now also providing the C lib entry points again 2006/03/06 22:49:00 thb 1.2.32.1: #i49357# Reworked canvas/window association (canvas is now window-listener, and exposes the associated window via a property)


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [5164c9b26eaa1d6255d2c76f88ca93c9dd901570]

INTEGRATION: CWS presfixes09 (1.2.32); FILE MERGED 2006/10/20 11:40:26 thb 1.2.32.7: #i10000# Removed post-merge compiler warnings; removed spurious semicolon after macro 2006/10/18 13:58:23 thb 1.2.32.6: RESYNC: (1.3-1.4); FILE MERGED 2006/09/15 15:39:57 thb 1.2.32.5: RESYNC: (1.2-1.3); FILE MERGED 2006/04/25 12:53:44 thb 1.2.32.4: #i63943# Handling probe construction special 2006/04/21 12:44:22 thb 1.2.32.3: #i63088# Cloned Cyrille's patches accordingly 2006/03/13 12:38:00 thb 1.2.32.2: #i49357# Renamed macro 2006/03/08 17:59:54 thb 1.2.32.1: #i49357# Now also providing the C lib entry points again


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [3fb1fde9285cccfe6db24d56a95d601f311fc866]

INTEGRATION: CWS presfixes09 (1.8.4); FILE MERGED 2006/10/18 13:57:19 thb 1.8.4.3: RESYNC: (1.9-1.10); FILE MERGED 2006/09/15 15:39:04 thb 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2006/05/11 20:50:15 thb 1.8.4.1: #126453# Joined CWS dx9canvas


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [f721fb07e9e4b29a1fb37fd018255f4a2952f194]

INTEGRATION: CWS presfixes09 (1.2.4); FILE MERGED 2006/04/20 14:12:10 thb 1.2.4.4: #i63717# Removed SISSL header 2006/04/20 11:14:48 thb 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2006/03/15 13:44:01 thb 1.2.4.2: #i49357# Cleaned up (include guards; unused code; unused files) 2006/03/07 15:07:28 thb 1.2.4.1: #i49357# Reformatted (4-space tabs) & removed cruft; adapted to recent XWindow vs. XWindowListener changes; using dbo's new ServiceDecl goodness


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [5fcaf4d313de5eeafb040d81ee0a29034a0569ba]

INTEGRATION: CWS presfixes09 (1.2.4); FILE MERGED 2006/04/20 14:12:10 thb 1.2.4.1: #i63717# Removed SISSL header


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [bc3ec5280158ac090cbc5f6507ad90c60c0b386d]

INTEGRATION: CWS presfixes09 (1.2.4); FILE MERGED 2006/10/20 11:40:13 thb 1.2.4.4: #i10000# Removed post-merge compiler warnings; removed spurious semicolon after macro 2006/04/25 12:53:37 thb 1.2.4.3: #i63943# Handling probe construction special 2006/03/08 17:59:44 thb 1.2.4.2: #i49357# Now also providing the C lib entry points again 2006/03/07 15:07:27 thb 1.2.4.1: #i49357# Reformatted (4-space tabs) & removed cruft; adapted to recent XWindow vs. XWindowListener changes; using dbo's new ServiceDecl goodness


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [c90d06380190bcd6dafa36046afd07a4fd96c3c8]

INTEGRATION: CWS presfixes09 (1.2.4); FILE MERGED 2006/10/20 11:40:13 thb 1.2.4.7: #i10000# Removed post-merge compiler warnings; removed spurious semicolon after macro 2006/10/18 13:56:35 thb 1.2.4.6: RESYNC: (1.2-1.3); FILE MERGED 2006/04/25 12:53:36 thb 1.2.4.5: #i63943# Handling probe construction special 2006/04/21 12:44:22 thb 1.2.4.4: #i63088# Cloned Cyrille's patches accordingly 2006/03/13 12:37:59 thb 1.2.4.3: #i49357# Renamed macro 2006/03/08 17:59:44 thb 1.2.4.2: #i49357# Now also providing the C lib entry points again 2006/03/07 15:07:27 thb 1.2.4.1: #i49357# Reformatted (4-space tabs) & removed cruft; adapted to recent XWindow vs. XWindowListener changes; using dbo's new ServiceDecl goodness


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [bc9fdc90133c5e3e1778284b9b189bae77bd4e0e]

INTEGRATION: CWS presfixes09 (1.2.4); FILE MERGED 2006/11/15 13:29:08 thb 1.2.4.4: RESYNC: (1.4-1.5); FILE MERGED 2006/10/18 13:56:19 thb 1.2.4.3: RESYNC: (1.3-1.4); FILE MERGED 2006/04/20 11:15:10 thb 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2006/03/07 15:07:27 thb 1.2.4.1: #i49357# Reformatted (4-space tabs) & removed cruft; adapted to recent XWindow vs. XWindowListener changes; using dbo's new ServiceDecl goodness


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [6d10fc6bddb8d000792c2ee2dd9dd11155b541a5]

INTEGRATION: CWS presfixes09 (1.2.4); FILE MERGED 2006/10/18 13:56:10 thb 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2006/04/20 14:12:10 thb 1.2.4.2: #i63717# Removed SISSL header 2006/03/15 13:43:59 thb 1.2.4.1: #i49357# Cleaned up (include guards; unused code; unused files)


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [126a05d89c42debde64618da8a8bfa3010ab68fb]

INTEGRATION: CWS presfixes09 (1.3.8); FILE MERGED 2006/10/18 13:56:02 thb 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2006/04/20 15:13:25 thb 1.3.8.1: #i10000# Fixed merge problems


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [1d06bb378a8d6f18320af4e8880d49757846379a]

INTEGRATION: CWS presfixes09 (1.3.8); FILE MERGED 2006/11/15 13:28:49 thb 1.3.8.3: RESYNC: (1.4-1.5); FILE MERGED 2006/10/18 13:55:54 thb 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2006/10/02 09:46:09 thb 1.3.8.1: #i49357# Enabling reads from canvas surfaces as XBitmaps


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [75f305003e85c771188fb0b2c379860f29925b57]

INTEGRATION: CWS presfixes09 (1.2.4); FILE MERGED 2006/04/20 15:13:25 thb 1.2.4.1: #i10000# Fixed merge problems


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [6e7c8a75a1c10e9cc0423180c75cb0de89e14d11]

INTEGRATION: CWS presfixes09 (1.2.4); FILE MERGED 2006/11/15 13:28:41 thb 1.2.4.3: RESYNC: (1.3-1.4); FILE MERGED 2006/10/18 13:55:45 thb 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2006/04/20 15:13:24 thb 1.2.4.1: #i10000# Fixed merge problems


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [254bf8ade81d75c2e9f015e28945d6ebc5391e10]

INTEGRATION: CWS presfixes09 (1.2.32); FILE MERGED 2006/11/09 14:36:43 thb 1.2.32.1: #126453# Corrected typo in enum


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [b49838d17712966462db359ff22be5d98cc321c0]

INTEGRATION: CWS presfixes09 (1.2.32); FILE MERGED 2006/10/20 11:39:38 thb 1.2.32.1: #i10000# Removed post-merge compiler warnings


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [7cc64bf192d2c0ae24b87d6e1a414bba79ef7592]

INTEGRATION: CWS presfixes09 (1.3.26); FILE MERGED 2006/10/20 11:39:37 thb 1.3.26.3: #i10000# Removed post-merge compiler warnings 2006/09/15 15:38:23 thb 1.3.26.2: RESYNC: (1.3-1.4); FILE MERGED 2006/03/06 22:48:59 thb 1.3.26.1: #i49357# Reworked canvas/window association (canvas is now window-listener, and exposes the associated window via a property)


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [ae0129c29238e7945b7a0b34b3e7a11c9b86dafe]

INTEGRATION: CWS presfixes09 (1.2.32); FILE MERGED 2006/10/20 11:39:37 thb 1.2.32.1: #i10000# Removed post-merge compiler warnings


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [2d2b2c58d3e819d20ab12044f81e5c0e80868165]

INTEGRATION: CWS presfixes09 (1.4.38); FILE MERGED 2006/03/15 13:43:03 thb 1.4.38.1: #i49357# Cleaned up include guards; added method to convert to system window coordinates (to account for VCL's pseudo windows)


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [769349d5d42f7f3317de6de6b9944bdca33601f5]

INTEGRATION: CWS presfixes09 (1.4.38); FILE MERGED 2006/03/15 13:43:02 thb 1.4.38.1: #i49357# Cleaned up include guards; added method to convert to system window coordinates (to account for VCL's pseudo windows)


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [94feca7b77c0d514ed06dadc3dc47dba1c2c4cba]

INTEGRATION: CWS presfixes09 (1.3.38); FILE MERGED 2006/03/15 13:43:02 thb 1.3.38.1: #i49357# Cleaned up include guards; added method to convert to system window coordinates (to account for VCL's pseudo windows)


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [7864e1a277648a0a6e66fb44883f994dc79932ae]

INTEGRATION: CWS presfixes09 (1.5.38); FILE MERGED 2006/03/15 13:43:02 thb 1.5.38.1: #i49357# Cleaned up include guards; added method to convert to system window coordinates (to account for VCL's pseudo windows)


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [2fe617efd53fb4b3bb4bf6e6f6c7848b27ae53a7]

INTEGRATION: CWS presfixes09 (1.11.32); FILE MERGED 2006/09/15 15:37:52 thb 1.11.32.2: RESYNC: (1.11-1.12); FILE MERGED 2006/03/15 13:43:02 thb 1.11.32.1: #i49357# Cleaned up include guards; added method to convert to system window coordinates (to account for VCL's pseudo windows)


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [8e37f08d3839f575a6c7dacac607999019f7ae82]

INTEGRATION: CWS oihelp (1.7.18); FILE MERGED 2006/11/16 09:25:41 fs 1.7.18.1: moved include, so that the include protection really is the first line


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [ac8eedc295f645ffdd48b7681963679d7ab16848]

INTEGRATION: CWS oihelp (1.41.24); FILE MERGED 2006/11/16 12:30:20 fs 1.41.24.1: 2


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [21a83a70a077ead856304e00eacb5c9acff44f56]

INTEGRATION: CWS oihelp (1.68.24); FILE MERGED 2006/11/16 08:52:27 fs 1.68.24.1: #i71485# allow reading the HelpURL property (not only writing)


2006-12-13  Kurt Zenker  <kz@openoffice.org>  [8ad27e3570794e5bbeea77eb951343cab5d0be71]

INTEGRATION: CWS oihelp (1.36.38); FILE MERGED 2006/11/20 08:41:36 fs 1.36.38.3: #i71485# also update scroll bar visibility in Resize 2006/11/15 14:31:58 fs 1.36.38.2: MT expressed his wish for consistency: bool->BOOL 2006/11/15 13:07:13 fs 1.36.38.1: #i71485# support for WB_AUTOVSCROLL


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [294ef55f59099dbbd93c8c2af2aeccd258f24317]

INTEGRATION: CWS sdwarningsbegone (1.7.64); FILE MERGED 2006/11/27 14:19:52 cl 1.7.64.1: #i69285# warning free code changes for sd project


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1397a957b62ce89df0d727041f890e5e4787ddf5]

INTEGRATION: CWS sdwarningsbegone (1.4.120); FILE MERGED 2006/11/22 12:43:35 cl 1.4.120.1: #i69285# warning free code changes for unxlngi6.pro


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [4004b97581d10c48870be4c93626dd478cc4b457]

INTEGRATION: CWS aw037 (1.8.6); FILE MERGED 2006/11/24 16:08:00 aw 1.8.6.1: #i68716# removed base2d and some base3d stuff


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [622d5bc0b89d427662409bf19cdfd8e6a1316fd1]

INTEGRATION: CWS aw037 (1.11.6); FILE MERGED 2006/11/24 16:07:51 aw 1.11.6.1: #i68716# removed base2d and some base3d stuff


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [587a60726ade1f1083ae0d92b7c06f144ac4f02d]

INTEGRATION: CWS pji72336 (1.2.4); FILE MERGED 2006/12/11 08:09:05 pjanik 1.2.4.1: #i72336#: Cast pointer into correct size integer.


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [5e233e28eef5771ad4b38f644953444a18edde58]

INTEGRATION: CWS rt18 (1.10.4); FILE MERGED 2006/11/28 09:09:44 rt 1.10.4.1: #i72035# Be more specific.


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [0bd54c7d4f22a9e10064afc90c533bf43da06d2b]

INTEGRATION: CWS rt18 (1.8.42); FILE MERGED 2006/11/28 10:16:29 rt 1.8.42.1: #i72035# Be more specific.


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [4307c221400bfea5d5b9f38ec4ccc65222c16231]

INTEGRATION: CWS icuupgrade (1.19.10); FILE MERGED 2006/11/14 20:43:06 khong 1.19.10.2: RESYNC: (1.19-1.20); FILE MERGED 2006/11/14 01:07:28 khong 1.19.10.1: #i54479# add patch to support using system ICU


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [6b43e6871210d2bdf940d536e3f356a83fbba3e2]

INTEGRATION: CWS aw037 (1.15.6); FILE MERGED 2006/11/24 16:07:39 aw 1.15.6.1: #i68716# removed base2d and some base3d stuff


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [8837f3858ccf1160451d8e7e410d18d893b1083a]

INTEGRATION: CWS icuupgrade (1.24.2); FILE MERGED 2006/10/11 06:14:31 khong 1.24.2.3: RESYNC: (1.25-1.26); FILE MERGED 2006/08/10 15:44:47 er 1.24.2.2: RESYNC: (1.24-1.25); FILE MERGED 2006/07/12 19:52:07 khong 1.24.2.1: #i53388# moved CTL numbering data from inc/bullet.h, the data is used by defaultnumberprovider only, other data for CJK is shared with transiteration


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [161278d441159fcd1cd67a7d61042aeebd0e9068]

INTEGRATION: CWS aw037 (1.9.16); FILE MERGED 2006/11/24 16:07:39 aw 1.9.16.1: #i68716# removed base2d and some base3d stuff


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [0b1756fd8660f46c25079453a0a892f0ae89d0f0]

INTEGRATION: CWS icuupgrade (1.7.6); FILE MERGED 2006/10/11 06:14:11 khong 1.7.6.4: RESYNC: (1.8-1.9); FILE MERGED 2006/08/04 12:25:57 er 1.7.6.3: #i60645# warnings guards for some ICU header files 2006/07/07 10:59:56 hdu 1.7.6.2: RESYNC: (1.7-1.8); FILE MERGED 2006/06/15 16:09:12 khong 1.7.6.1: #i60645# upgrade icu to 3.4.1


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [390d34a789292991d9ee869081d2ee51891f4e4e]

INTEGRATION: CWS icuupgrade (1.12.10); FILE MERGED 2006/10/11 06:14:02 khong 1.12.10.4: RESYNC: (1.13-1.14); FILE MERGED 2006/09/06 01:01:03 khong 1.12.10.3: #i60645# upgrade to icu 3.6 2006/07/07 10:59:49 hdu 1.12.10.2: RESYNC: (1.12-1.13); FILE MERGED 2006/06/15 16:09:12 khong 1.12.10.1: #i60645# upgrade icu to 3.4.1


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [0e87e7f3d9cdb583dd50b14b7d24ec076a2234cf]

INTEGRATION: CWS icuupgrade (1.9.24); FILE MERGED 2006/10/11 06:11:11 khong 1.9.24.4: RESYNC: (1.10-1.11); FILE MERGED 2006/07/07 10:57:40 hdu 1.9.24.3: RESYNC: (1.9-1.10); FILE MERGED 2006/06/30 01:31:40 khong 1.9.24.2: #i53388# upgrade icu to 3.4.1 2006/06/15 19:16:55 khong 1.9.24.1: #i60645# upgrade icu to 3.4.1


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [946cbad26cbe1ee712a64eab3e3764a4cc574403]

INTEGRATION: CWS icuupgrade (1.22.20); FILE MERGED 2006/11/11 07:12:47 khong 1.22.20.6: #142664# fix breakiterator crash problem 2006/10/11 06:10:51 khong 1.22.20.5: RESYNC: (1.23-1.24); FILE MERGED 2006/09/06 01:00:31 khong 1.22.20.4: #i60645# upgrade to icu 3.6 2006/07/07 10:57:32 hdu 1.22.20.3: RESYNC: (1.22-1.23); FILE MERGED 2006/06/30 01:31:40 khong 1.22.20.2: #i53388# upgrade icu to 3.4.1 2006/06/20 14:27:26 hdu 1.22.20.1: #i60645# fix crash when udata_open failed


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [815eebc17991d7fd6cabbd98db74cb09c40d9608]

INTEGRATION: CWS icuupgrade (1.21.12); FILE MERGED 2006/11/14 20:40:50 khong 1.21.12.2: RESYNC: (1.21-1.22); FILE MERGED 2006/11/14 01:07:28 khong 1.21.12.1: #i54479# add patch to support using system ICU


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [629c13167b1026ad668f134291a1d29f69e708a2]

INTEGRATION: CWS icuupgrade (1.1.2); FILE ADDED 2006/08/04 12:25:57 er 1.1.2.1: #i60645# warnings guards for some ICU header files


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [e778391a0d0208a3e3a8046f69c5e9b3a9f607bc]

INTEGRATION: CWS icuupgrade (1.1.2); FILE ADDED 2006/08/04 12:25:56 er 1.1.2.1: #i60645# warnings guards for some ICU header files


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a6ed85387bd9286a96fe901e2fb66ada08d5dda8]

INTEGRATION: CWS icuupgrade (1.10.8); FILE MERGED 2006/09/06 01:01:37 khong 1.10.8.2: #i60645# upgrade to icu 3.6 2006/08/04 12:25:56 er 1.10.8.1: #i60645# warnings guards for some ICU header files


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [6cdc8852119dbbaf1ed364c49e1c53bc7c6d2eb6]

INTEGRATION: CWS icuupgrade (1.11.8); FILE MERGED 2006/11/14 20:40:31 khong 1.11.8.3: RESYNC: (1.12-1.13); FILE MERGED 2006/10/11 06:08:49 khong 1.11.8.2: RESYNC: (1.11-1.12); FILE MERGED 2006/08/04 12:25:56 er 1.11.8.1: #i60645# warnings guards for some ICU header files


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [4200b8e1933e3f6896a5efdd3e9b719bbe5aa0f9]

INTEGRATION: CWS icuupgrade (1.9.2); FILE MERGED 2006/07/12 19:49:49 khong 1.9.2.1: #i53388# Fix compiling warning, move CTL numbering to defaultnumberprovider which uses the data only, CJK data is shared with transliteration


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [5e33eb2beef6e13442337462f5ec2ec0a9dfc4c5]

INTEGRATION: CWS icuupgrade (1.13.8); FILE MERGED 2006/09/06 01:01:36 khong 1.13.8.2: #i60645# upgrade to icu 3.6 2006/08/04 12:25:56 er 1.13.8.1: #i60645# warnings guards for some ICU header files


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [c2db23f4a02d6668e159017e8df3e472b7186ddc]

INTEGRATION: CWS icuupgrade (1.38.62); FILE MERGED 2006/10/11 05:34:17 khong 1.38.62.3: RESYNC: (1.39-1.40); FILE MERGED 2006/07/07 10:29:44 hdu 1.38.62.2: RESYNC: (1.38-1.39); FILE MERGED 2006/06/23 11:25:57 hdu 1.38.62.1: #i60645# handle bad charindex returns gracefully, add some comments, some cleanup


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [5b7df83546be555ed9b7a021ab85a8dd17739a77]

INTEGRATION: CWS icuupgrade (1.78.42); FILE MERGED 2006/11/14 20:32:39 khong 1.78.42.7: RESYNC: (1.82-1.84); FILE MERGED 2006/10/11 05:32:52 khong 1.78.42.6: RESYNC: (1.80-1.82); FILE MERGED 2006/07/07 10:28:33 hdu 1.78.42.5: RESYNC: (1.78-1.80); FILE MERGED 2006/06/29 07:53:35 hdu 1.78.42.4: #i61224# fix positions in an adjusted MultiSalLayout for RTL case 2006/06/27 13:43:55 hdu 1.78.42.3: #i61224# when adjusting a cluster start with leftmost glyph 2006/06/27 06:44:27 hdu 1.78.42.2: #i60645# PrepareFallback: small restructuring and better comments 2006/06/23 11:28:41 hdu 1.78.42.1: #i60645# better glyph fallback for scripts which reorder their input


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [4722865281a8297286cded676afcdda2b963a5bf]

INTEGRATION: CWS icuupgrade (1.47.2); FILE MERGED 2006/11/14 20:30:04 khong 1.47.2.2: RESYNC: (1.47-1.48); FILE MERGED 2006/11/14 01:06:44 khong 1.47.2.1: #i54479# add patch to support using system ICU


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [dfb0b44720aad94f8356d6e8f9efdd872ef8a960]

INTEGRATION: CWS apoctemplate (1.17.18); FILE MERGED 2006/12/08 16:57:31 ihi 1.17.18.1: resync fix


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [5a7fe99982b5ad320a63072836a5c23b7b475f94]

INTEGRATION: CWS apoctemplate (1.7.36); FILE MERGED 2006/12/08 16:57:30 ihi 1.7.36.1: resync fix


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [98fbdc28b50bc9553856d716fcf74327e0c579f6]

INTEGRATION: CWS apoctemplate (1.36.18); FILE MERGED 2006/12/08 16:57:30 ihi 1.36.18.1: resync fix


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [6ac93f40d66e72d9b6a8ab751da8526133cd45c4]

INTEGRATION: CWS apoctemplate (1.5.50); FILE MERGED 2006/12/08 16:57:30 ihi 1.5.50.1: resync fix


2006-12-12  Kurt Zenker  <kz@openoffice.org>  [ca876fd35a07d8040eb27f2d5540fd79e2e72225]

INTEGRATION: CWS apoctemplate (1.21.28); FILE MERGED 2006/12/08 16:57:30 ihi 1.21.28.1: resync fix


2006-12-06  Joachim Lingner  <jl@openoffice.org>  [93c1d527c65f8019d87ac956257bcab14cacc955]

#i72313# fixed queryInterface


2006-12-05  Frank Schönheit  <fs@openoffice.org>  [ec53d77f476707d36cd22e23ebf82fecdb234264]

not intended for HEAD


2006-12-05  Kurt Zenker  <kz@openoffice.org>  [b41fe07904ac85def97448071bb74a8843fff9db]

new version for SRC641


2006-12-05  Frank Schönheit  <fs@openoffice.org>  [dea273f3fa34df33306b1c09adcef2ba06b53120]

copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former


2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [6e98c7cf445c918879c5102f7b4010feb118bd3d]

#i10000# 'warning: NULL used in arithmetic'


2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [e3cbcef8f19cc2e93e7e30250cfda0f553957e99]

#i10000# pch include statement added


2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [7ad7504df8fe0e8a095835bb3e63a373c1e8a5f0]

#i10000#,#i71307# Do not declare 'argc' and 'argv' here.


2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [8eff865b88cf049cbf8b9ab5e5e51569f74a05c8]

#i10000#,#i71307# Do not declare 'argc' and 'argv' here.


2006-12-05  Vladimir Glazounov  <vg@openoffice.org>  [579af2f0d891b138dc61d2d6e88a7a03c8495db3]

new version for SRC680


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [3e282fe17f3841d5f09a81249442c482be55c997]

INTEGRATION: CWS vcl69 (1.42.78); FILE MERGED 2006/10/30 14:50:47 pl 1.42.78.1: #i65681# remove obsolete scale setting


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [78aa6b0694a88c727d54ee92a73efaaf92ccae72]

INTEGRATION: CWS vcl69 (1.4.80); FILE MERGED 2006/10/30 14:50:46 pl 1.4.80.1: #i65681# remove obsolete scale setting


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [6b40950ca66a4849714437e3c2a48719a2dff526]

INTEGRATION: CWS vcl69 (1.3.80); FILE MERGED 2006/10/30 14:50:46 pl 1.3.80.1: #i65681# remove obsolete scale setting


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [8d69f8c1ca93844f5fdcbc4e7cd6689ceabd4d43]

INTEGRATION: CWS vcl69 (1.10.36); FILE MERGED 2006/10/30 14:50:46 pl 1.10.36.1: #i65681# remove obsolete scale setting


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [ae2746a0998d7e0b1ad749e96ce298b33fdb90bb]

INTEGRATION: CWS vcl69 (1.21.6); FILE MERGED 2006/10/30 15:00:19 pl 1.21.6.1: #i65681# remove obsolete scale setting


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [7627a75b99d674c93232003fb8bd0bcf7b126c2a]

INTEGRATION: CWS vcl69 (1.103.66); FILE MERGED 2006/11/22 15:29:20 hdu 1.103.66.3: #138843# drop notdef glyph for low surrogate in non-glyph case 2006/11/21 16:14:39 hdu 1.103.66.2: #138843# do not show two notdef glyphs for one surrogate pair 2006/11/21 15:28:01 hdu 1.103.66.1: #138843# avoid stability problems with surrogate pairs


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [3883c233133027aac23c2d7c2d37c54a33683a44]

INTEGRATION: CWS vcl69 (1.82.66); FILE MERGED 2006/10/24 14:30:55 hdu 1.82.66.3: #i70471# better family type for temporary fonts 2006/10/24 09:42:13 hdu 1.82.66.2: #i70471# better font names for temporary fonts 2006/10/23 14:50:19 hdu 1.82.66.1: #i70471# better font attributes for temporary fonts


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [f688ab8a5aeac3daecada0602286111c4fbdfd1d]

INTEGRATION: CWS vcl69 (1.30.8); FILE MERGED 2006/11/21 13:04:34 pl 1.30.8.2: RESYNC: (1.30-1.31); FILE MERGED 2006/10/23 14:50:19 hdu 1.30.8.1: #i70471# better font attributes for temporary fonts


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [e92b6dc49f076292a9c79e74e482dadfebeb154c]

INTEGRATION: CWS vcl69 (1.22.172); FILE MERGED 2006/11/21 13:04:17 pl 1.22.172.2: RESYNC: (1.22-1.23); FILE MERGED 2006/10/23 14:50:19 hdu 1.22.172.1: #i70471# better font attributes for temporary fonts


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [230214bffd2440ae3a9ce7a960b1d80347072734]

INTEGRATION: CWS vcl69 (1.17.30); FILE MERGED 2006/11/21 13:03:12 pl 1.17.30.2: RESYNC: (1.17-1.18); FILE MERGED 2006/11/16 17:00:07 pl 1.17.30.1: #i71533# revised XError handling


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [62f0c9e5371534e5fe97c75d52dae16554ca4d60]

INTEGRATION: CWS vcl69 (1.212.4); FILE MERGED 2006/11/21 13:03:04 pl 1.212.4.2: RESYNC: (1.212-1.213); FILE MERGED 2006/11/16 17:00:06 pl 1.212.4.1: #i71533# revised XError handling


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [a3419fbc385fdffbc6cfd770ebeebdec627c9566]

INTEGRATION: CWS vcl69 (1.19.32); FILE MERGED 2006/11/16 17:00:06 pl 1.19.32.1: #i71533# revised XError handling


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [4f117598dbc3a8f54bfeb861ad2bf75fb0b35a55]

INTEGRATION: CWS vcl69 (1.140.32); FILE MERGED 2006/11/21 13:02:25 pl 1.140.32.3: RESYNC: (1.140-1.141); FILE MERGED 2006/11/16 17:00:05 pl 1.140.32.2: #i71533# revised XError handling 2006/10/30 11:29:10 hdu 1.140.32.1: #i62039# good bye native X11 fonts


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [d771e8c5f5e8875173473fa846d96e32f8f256b5]

INTEGRATION: CWS vcl69 (1.34.32); FILE MERGED 2006/11/21 13:02:17 pl 1.34.32.2: RESYNC: (1.34-1.35); FILE MERGED 2006/11/16 17:00:05 pl 1.34.32.1: #i71533# revised XError handling


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [a578c8bb57118266289ad8dc39f2753ddfe57baf]

INTEGRATION: CWS vcl69 (1.25.32); FILE MERGED 2006/11/21 13:02:09 pl 1.25.32.2: RESYNC: (1.25-1.27); FILE MERGED 2006/11/16 17:00:05 pl 1.25.32.1: #i71533# revised XError handling


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [2ae86bf8e8cd85207ae366855a886d0268c63acf]

INTEGRATION: CWS vcl69 (1.63.32); FILE MERGED 2006/11/16 17:00:04 pl 1.63.32.1: #i71533# revised XError handling


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [425de1964af90937832d7e41c8e832d58c10bfa7]

INTEGRATION: CWS vcl69 (1.84.8); FILE MERGED 2006/11/21 13:01:23 pl 1.84.8.2: RESYNC: (1.84-1.85); FILE MERGED 2006/11/16 17:00:04 pl 1.84.8.1: #i71533# revised XError handling


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [547f40240cca80c7b9cb90b6c4ab39764bed5bf2]

INTEGRATION: CWS vcl69 (1.48.32); FILE MERGED 2006/11/16 17:00:04 pl 1.48.32.1: #i71533# revised XError handling


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [59c20e4f4ad256344b9118bba44cbce11fcedf34]

INTEGRATION: CWS vcl69 (1.25.112); FILE MERGED 2006/11/21 15:47:37 pl 1.25.112.1: enable exceptions for saldata.cxx (vector)


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [6caed3d29a0f86681d7c88b5c9296f8005d57ea2]

INTEGRATION: CWS vcl69 (1.35.32); FILE MERGED 2006/11/16 17:00:03 pl 1.35.32.1: #i71533# revised XError handling


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [1d853f3213460c3ca1208025d2d46b6504139c1c]

INTEGRATION: CWS vcl69 (1.17.32); FILE MERGED 2006/11/16 17:00:03 pl 1.17.32.1: #i71533# revised XError handling


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [2d9c2e7993e7e9b94ab894585942abaa601c7ef2]

INTEGRATION: CWS vcl69 (1.38.8); FILE MERGED 2006/11/16 17:00:02 pl 1.38.8.1: #i71533# revised XError handling


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [c33f8e45b8429f54b9970ff5e1c524c29cb204c6]

INTEGRATION: CWS vcl69 (1.34.32); FILE MERGED 2006/11/16 16:58:42 pl 1.34.32.1: #i48371# enable indirect paint via env variable for debugging


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [e75bedcb509c9293cd8324e062ce6d96e3313db9]

INTEGRATION: CWS vcl69 (1.28.32); FILE MERGED 2006/11/16 17:00:02 pl 1.28.32.2: #i71533# revised XError handling 2006/10/24 10:46:45 pl 1.28.32.1: #i70779# set apllication and program name before gtk_init_check


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [a5144c926c6196b22014eb942e467730b76fa6cc]

INTEGRATION: CWS vcl69 (1.246.4); FILE MERGED 2006/11/21 12:59:19 pl 1.246.4.4: RESYNC: (1.246-1.247); FILE MERGED 2006/11/16 15:15:35 hdu 1.246.4.3: #143570# no focus for destructing windows 2006/10/25 11:21:09 pl 1.246.4.2: #i70835# tread button dialogs like all dialogs (thanks cmc) 2006/10/23 14:16:33 pl 1.246.4.1: #i48371# workaround a theming problem


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [91d5ddc7edcdb4ba8e2dc18f770d8f4c863077af]

INTEGRATION: CWS vcl69 (1.99.64); FILE MERGED 2006/10/26 08:23:47 hdu 1.99.64.1: #i69189# fix for glyph positions with y-delta (by merging timseves commit)


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [cced98c214c21d3a164a4de1a6ef9eaf64e7d50a]

INTEGRATION: CWS vcl69 (1.43.8); FILE MERGED 2006/11/08 13:17:12 hdu 1.43.8.1: #i68527# alias heavy weight to black


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [85fe64c79b9ed0a910113f1c0c3ee9c0bd2b73c0]

INTEGRATION: CWS vcl69 (1.82.8); FILE MERGED 2006/10/26 15:34:50 pl 1.82.8.1: #i57040# do proper tokenizing


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [fd5842683dece119ecec5dfb913f67e7962d8c3a]

INTEGRATION: CWS vcl69 (1.28.10); FILE MERGED 2006/11/21 11:22:03 pl 1.28.10.2: RESYNC: (1.28-1.29); FILE MERGED 2006/11/09 18:49:32 pl 1.28.10.1: #i71379# append and optional newline to a font resource


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [140cc94e2d9c85871507157a9b27247cd6926f97]

INTEGRATION: CWS vcl69 (1.39.10); FILE MERGED 2006/11/21 11:22:21 pl 1.39.10.2: RESYNC: (1.39-1.40); FILE MERGED 2006/11/15 17:43:47 pl 1.39.10.1: #i71570# emit number of copies only if >1 (thanks cmc)


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [4372b6f6198bda6e596157a33591a8601dc9d0b9]

INTEGRATION: CWS vcl69 (1.38.4); FILE MERGED 2006/10/30 14:50:36 pl 1.38.4.1: #i65681# remove obsolete scale setting


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [faa01e5745a85d779679b0e8b23db22b6938ff5a]

INTEGRATION: CWS vcl69 (1.8.12); FILE MERGED 2006/10/30 14:50:36 pl 1.8.12.1: #i65681# remove obsolete scale setting


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [9091b8ec39ff639f842ba468e2774ab9f4c8ca3e]

INTEGRATION: CWS vcl69 (1.3.96); FILE MERGED 2006/10/30 14:50:36 pl 1.3.96.1: #i65681# remove obsolete scale setting


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [616fe3d5b47486f4ac4c7809db88624abb936b5e]

INTEGRATION: CWS jw3 (1.16.2); FILE MERGED 2006/11/21 07:13:56 sparcmoz 1.16.2.1: #i71760# remove extra qualification UnoControlHolderList


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [8b76d74c80032191fb1534fbdfc2e634ed19e67b]

INTEGRATION: CWS jw3 (1.33.2); FILE MERGED 2006/11/21 07:15:37 sparcmoz 1.33.2.1: #i71762# remove warning for bigendian


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [b8b0aa0f0d4d25036a77c110c1e14957f07fca3d]

INTEGRATION: CWS pdf04 (1.41.122); FILE MERGED 2006/11/06 16:01:10 pl 1.41.122.6: #i40295# local resources fro pattern, eofill 2006/11/03 17:08:05 pl 1.41.122.5: #i40925# BeginPattern/EndPattern first impl 2006/11/02 18:06:02 pl 1.41.122.4: #i40925# make drawWallpaper work, prepare for arbitrary patterns 2006/10/26 17:25:54 pl 1.41.122.3: #i70746# fix selected entries in listbox 2006/10/26 10:56:05 pl 1.41.122.2: #i45034# support get/post submit method 2006/10/18 15:59:37 pl 1.41.122.1: #i68581# implement level of open bookmarks


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [0fb50a753a68357037e977bec928862a5e4a09ae]

INTEGRATION: CWS pdf04 (1.99.40); FILE MERGED 2006/11/07 14:35:30 pl 1.99.40.10: #i40295# handle compression correctly if multiple page streams are used 2006/11/07 12:26:37 pl 1.99.40.9: #i40295# use pattern for tiled fill 2006/11/06 16:01:09 pl 1.99.40.8: #i40295# local resources fro pattern, eofill 2006/11/06 13:43:43 pl 1.99.40.7: #i40295# phase of pattern 2006/11/03 17:08:04 pl 1.99.40.6: #i40925# BeginPattern/EndPattern first impl 2006/11/02 18:06:01 pl 1.99.40.5: #i40925# make drawWallpaper work, prepare for arbitrary patterns 2006/10/26 17:25:54 pl 1.99.40.4: #i70746# fix selected entries in listbox 2006/10/26 10:56:05 pl 1.99.40.3: #i45034# support get/post submit method 2006/10/18 15:59:37 pl 1.99.40.2: #i68581# implement level of open bookmarks 2006/10/12 12:54:30 pl 1.99.40.1: #i68581# new properties for PDF export: zoom factor, initial page


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [426dd783b4b263743b98bbc24d21a4447a14cc99]

INTEGRATION: CWS pdf04 (1.16.40); FILE MERGED 2006/11/06 16:01:09 pl 1.16.40.2: #i40295# local resources fro pattern, eofill 2006/11/02 18:06:01 pl 1.16.40.1: #i40925# make drawWallpaper work, prepare for arbitrary patterns


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [00938e315c2d18750714e927724b30750f38a18d]

INTEGRATION: CWS pdf04 (1.9.42); FILE MERGED 2006/10/18 14:35:11 pl 1.9.42.2: #i68873# #i68581# export bookmarks optionally, open bookmark level 2006/10/12 17:08:43 pl 1.9.42.1: #i64064# add property: export form fields


2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [fef10b1f2b87f643919f71ae3c1588e27f5f27be]

INTEGRATION: CWS pdf04 (1.66.12); FILE MERGED 2006/11/07 16:36:19 pl 1.66.12.2: RESYNC: (1.66-1.68); FILE MERGED 2006/10/17 15:32:42 pl 1.66.12.1: #i64064# use print replacement in PDF export if required


2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [e925b0bd410ce209e5a1a5d9a5d3b69da5ee0ba6]

INTEGRATION: CWS dba22a (1.4.34); FILE MERGED 2006/11/22 09:32:46 fs 1.4.34.1: allow construction from NamedValues


2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [19e302f7046c63ea9e8a25fc645dd41ef673ce22]

INTEGRATION: CWS dba22a (1.3.46); FILE MERGED 2006/11/22 09:32:33 fs 1.3.46.1: allow construction from NamedValues


2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [d46e3f26b59623fc768b72e05f8155c1df4e419d]

INTEGRATION: CWS dba22a (1.137.8); FILE MERGED 2006/11/23 12:26:28 fs 1.137.8.2: RESYNC: (1.137-1.139); FILE MERGED 2006/10/30 10:45:43 fs 1.137.8.1: cmdparse is dead (not even built anymore)


2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [1917acba4553920c085125ff28e83879317d032e]

INTEGRATION: CWS swautomatic01 (1.1.2); FILE ADDED 2006/08/22 07:34:47 ama 1.1.2.8: #i65476#: Typo 2006/08/18 09:09:01 ama 1.1.2.7: #i65476#: Automatic styles 2006/08/09 08:41:12 fme 1.1.2.6: #i64576# Automatic styles 2006/06/15 15:46:59 ama 1.1.2.5: #i65476#: Automatic Styles 2006/06/02 13:20:41 ama 1.1.2.4: #i65476#: Automatic Styles 2006/05/29 13:59:04 ama 1.1.2.3: #i65476#: Automatic Styles 2006/05/24 14:29:45 ama 1.1.2.2: #i65476#: Automatic styles 2006/05/24 09:29:15 ama 1.1.2.1: #i65476# StylePool for automatic styles


2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [71a27f9ee00a8794e3936635e97d7724dc05a60b]

INTEGRATION: CWS swautomatic01 (1.3.238); FILE MERGED 2006/05/24 09:30:47 ama 1.3.238.1: #i65476# StylePool for automatic styles


2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [fa95c2e16815d9958f54e282d35c983de0781345]

INTEGRATION: CWS swautomatic01 (1.133.36); FILE MERGED 2006/11/16 13:51:43 fme 1.133.36.3: RESYNC: (1.135-1.138); FILE MERGED 2006/08/10 14:08:12 fme 1.133.36.2: RESYNC: (1.133-1.135); FILE MERGED 2006/05/24 09:54:18 ama 1.133.36.1: #i65476# StylePool for automatic styles


2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [0c92ccfacc08e10f38317ab5fddc2e3aae209945]

INTEGRATION: CWS swautomatic01 (1.1.2); FILE ADDED 2006/06/02 13:07:46 ama 1.1.2.3: #i65476#: Automatic Styles 2006/05/24 14:27:32 ama 1.1.2.2: #i65476#: Automatic styles 2006/05/24 09:26:23 ama 1.1.2.1: #i65476# StylePool for automatic styles


2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [408a65b26cc68f6e70fd93eb5e61e3b5cac29c0e]

INTEGRATION: CWS fwk52 (1.49.10); FILE MERGED 2006/11/13 16:43:52 cd 1.49.10.3: #i70233# Fixed build problems with gcc 2006/11/13 13:48:19 cd 1.49.10.2: RESYNC: (1.49-1.50); FILE MERGED 2006/10/09 12:39:53 cd 1.49.10.1: #i70233# Added factory for message boxes


2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [1813410b586bd330d0055292d2d20a36da65e941]

INTEGRATION: CWS fwk52 (1.17.48); FILE MERGED 2006/10/09 12:39:52 cd 1.17.48.1: #i70233# Added factory for message boxes


2006-11-28  Rüdiger Timm  <rt@openoffice.org>  [de489204781c155a3b30ce0609f1b7298012111f]

INTEGRATION: CWS ft2109mono_SRC680 (1.133.2.3.4); FILE MERGED 2006/11/27 06:15:27 hdu 1.133.2.3.4.1: #i71947# disable autohinting for MONO for too old ftversion


2006-11-23  Vladimir Glazounov  <vg@openoffice.org>  [b579da0273cc3d5d9a2500789da9be4b50cf1624]

#100000# get rid of NULL as used in arithmetic


2006-11-23  Vladimir Glazounov  <vg@openoffice.org>  [ee8b3a89af65f47e90e78a3f95743d7987b354ee]

#100000# no Vector3D anymore


2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [2d47fef4f6cb0eb73dd1a2f5f9c78f6da0969288]

new version for SRC680


2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [4f3deaf22bed0178b6a1f2b12fb10fc6f64f974d]

INTEGRATION: CWS ppbfix (1.45.48); FILE MERGED 2006/11/18 11:06:40 pl 1.45.48.1: #i71667# default initialization does not match with independent part


2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [a7ec13052d25e8a680a2ea94ab09458951c8e532]

INTEGRATION: CWS ppbfix (1.223.2); FILE MERGED 2006/11/18 11:15:25 pl 1.223.2.1: #i69730# check for invalid value


2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [dcf3ee88b6adc62bad0fe956104ba34c9dbf6e76]

INTEGRATION: CWS sixtyfour09 (1.10.20); FILE MERGED 2006/11/09 15:24:05 cmc 1.10.20.1: #i71076# 64bit drag and drop registration


2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [a7561f0295c7200996d6122b6215cbf4e833e4f4]

INTEGRATION: CWS jw2 (1.15.2); FILE MERGED 2006/11/09 02:02:02 sparcmoz 1.15.2.1: #i71226#: remove warning for gcc 4.1.2


2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [774343f8717e59962afc77a2e661e6c2e39363d7]

INTEGRATION: CWS jw2 (1.85.10); FILE MERGED 2006/11/09 02:55:13 sparcmoz 1.85.10.1: #i71331#: remove warnings for gcc 4.1.2


2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [f3c2ff86124baedf795e4d94f8918739184eeb38]

INTEGRATION: CWS hr33 (1.10.68); FILE MERGED 2006/05/03 14:41:56 hr 1.10.68.1: #i55967#: <hash_map> is not needed


2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [7ec2f6479e8fa2f73e7bf3bafaa129310230207a]

INTEGRATION: CWS hr33 (1.8.22); FILE MERGED 2006/11/02 16:29:40 hr 1.8.22.2: RESYNC: (1.8-1.10); FILE MERGED 2006/05/02 16:22:47 hr 1.8.22.1: #i55967#: no prefix for STL header please


2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [b742b92836ecfc268eb2a3c8e0928edbcb50971d]

INTEGRATION: CWS hr33 (1.13.2); FILE MERGED 2006/11/07 12:50:55 hr 1.13.2.2: RESYNC: (1.13-1.17); FILE MERGED 2006/05/03 15:01:44 hr 1.13.2.1: #i55967#: remove not needed STL includes


2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [56c24499431c5e43cd620313ee53a555e40658f5]

INTEGRATION: CWS hr33 (1.5.12); FILE MERGED 2006/11/07 12:43:56 hr 1.5.12.2: RESYNC: (1.5-1.7); FILE MERGED 2006/05/03 14:48:07 hr 1.5.12.1: #i55967#: remove not needed STL includes


2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [ac8d8e654abecc63314b8a249ddfc31c969f902f]

INTEGRATION: CWS asyncdialogs (1.32.50); FILE MERGED 2006/08/30 14:20:38 pb 1.32.50.4: RESYNC: (1.35-1.36); FILE MERGED 2006/07/12 20:21:42 pb 1.32.50.3: RESYNC: (1.34-1.35); FILE MERGED 2005/12/06 03:36:47 kso 1.32.50.2: RESYNC: (1.32-1.34); FILE MERGED 2005/11/01 14:27:44 kso 1.32.50.1: #i57125# - dialog adaptions for Threading Framework.


2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [e2837cb14251dedafacd4546a5e42400fe4da7ab]

INTEGRATION: CWS asyncdialogs (1.1.4); FILE ADDED 2006/07/13 11:10:50 pb 1.1.4.2: fix: #i57125# warning removed 2005/11/01 14:27:43 kso 1.1.4.1: #i57125# - dialog adaptions for Threading Framework.


2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [17b467f680efc7a5565b4319ef396026e39972a2]

INTEGRATION: CWS asyncdialogs (1.2.52); FILE MERGED 2006/10/31 17:01:47 pb 1.2.52.6: RESYNC: (1.7-1.8); FILE MERGED 2006/09/20 19:33:42 pb 1.2.52.5: RESYNC: (1.6-1.7); FILE MERGED 2006/07/12 20:00:26 pb 1.2.52.4: RESYNC: (1.5-1.6); FILE MERGED 2006/02/14 06:37:57 pb 1.2.52.3: RESYNC: (1.3-1.5); FILE MERGED 2005/12/06 02:12:18 kso 1.2.52.2: RESYNC: (1.2-1.3); FILE MERGED 2005/11/01 14:27:42 kso 1.2.52.1: #i57125# - dialog adaptions for Threading Framework.


2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [f9cf24cc1218641fea70869a146bea0f1b4e4b17]

INTEGRATION: CWS asyncdialogs (1.131.116); FILE MERGED 2006/10/31 16:56:31 pb 1.131.116.6: RESYNC: (1.135-1.138); FILE MERGED 2006/08/30 14:15:04 pb 1.131.116.5: RESYNC: (1.134-1.135); FILE MERGED 2006/07/12 19:44:05 pb 1.131.116.4: RESYNC: (1.133-1.134); FILE MERGED 2006/05/31 13:10:35 pb 1.131.116.3: RESYNC: (1.132-1.133); FILE MERGED 2005/12/06 01:22:15 kso 1.131.116.2: RESYNC: (1.131-1.132); FILE MERGED 2005/11/01 14:27:41 kso 1.131.116.1: #i57125# - dialog adaptions for Threading Framework.


2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [6b27992d08433f6b3379cfe8a08625dac96fb422]

INTEGRATION: CWS asyncdialogs (1.1.4); FILE ADDED 2005/11/01 14:27:40 kso 1.1.4.1: #i57125# - dialog adaptions for Threading Framework.


2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [6102e854fabfb79d9fee94ff0e1cf2c31baa0585]

INTEGRATION: CWS asyncdialogs (1.32.32); FILE MERGED 2006/09/20 18:43:30 pb 1.32.32.4: RESYNC: (1.34-1.35); FILE MERGED 2006/07/12 18:56:01 pb 1.32.32.3: RESYNC: (1.33-1.34); FILE MERGED 2005/12/08 13:12:23 kso 1.32.32.2: RESYNC: (1.32-1.33); FILE MERGED 2005/11/01 14:28:54 kso 1.32.32.1: #i57125# - dialog adaptions for Threading Framework.


2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [25d3a5c2736475a55393752a2ee7f69584d41fab]

INTEGRATION: CWS asyncdialogs (1.2.332); FILE MERGED 2006/09/20 18:42:24 pb 1.2.332.4: RESYNC: (1.4-1.5); FILE MERGED 2006/07/12 18:54:48 pb 1.2.332.3: RESYNC: (1.3-1.4); FILE MERGED 2005/12/08 13:09:30 kso 1.2.332.2: RESYNC: (1.2-1.3); FILE MERGED 2005/11/01 14:28:53 kso 1.2.332.1: #i57125# - dialog adaptions for Threading Framework.


2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [cf99f8b78b2fc025f62c0cb4e44db96e41ea05cc]

INTEGRATION: CWS pj65 (1.15.22); FILE MERGED 2006/10/31 14:12:54 pjanik 1.15.22.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.


2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [ed777181d0439d263acf52c0e4e23ed87b6dadd0]

INTEGRATION: CWS pj65 (1.10.16); FILE MERGED 2006/10/24 06:43:07 pjanik 1.10.16.1: #i70649#: Prevent warnings on Mac OS X.


2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [ab0840310e7c1859c47c966b196d75cc27c7a91f]

INTEGRATION: CWS pj65 (1.17.12); FILE MERGED 2006/11/06 10:16:46 pjanik 1.17.12.2: RESYNC: (1.17-1.18); FILE MERGED 2006/10/24 06:42:44 pjanik 1.17.12.1: #i70649#: Prevent warnings on Mac OS X.


2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [4cafb223cbf001a1f1c56322216cdfb0bede2ed3]

INTEGRATION: CWS pj65 (1.4.86); FILE MERGED 2006/10/31 13:24:48 pjanik 1.4.86.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.


2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [0967272d7101c1a003659bbdd0b5effaa685b7f5]

INTEGRATION: CWS pj65 (1.9.24); FILE MERGED 2006/10/24 06:29:15 pjanik 1.9.24.1: #i70651#: Prevent warnings on Mac OS X.


2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [dbdcc303f6c37fda71c9d5c84eecd24fcefb39f6]

INTEGRATION: CWS pj65 (1.3.70); FILE MERGED 2006/10/24 06:31:28 pjanik 1.3.70.1: #i70651#: Prevent warnings on Mac OS X.


2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [882b8f102d9850ac610df5ff604e41a7302f21a0]

INTEGRATION: CWS pj65 (1.4.26); FILE MERGED 2006/10/31 12:46:21 pjanik 1.4.26.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.


2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [8159a1dc050e73d2696ce59ba827f0b7275e65bf]

INTEGRATION: CWS pj65 (1.34.10); FILE MERGED 2006/10/24 06:33:39 pjanik 1.34.10.1: #i70655#: Prevent warnings on Mac OS X.


2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [6949cda4db5ccdd04b6e5ff705a4f4077d8e3009]

INTEGRATION: CWS pj65 (1.13.16); FILE MERGED 2006/10/31 14:01:00 pjanik 1.13.16.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.


2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [aff03343ad14a2d95c7d179e20b5aee739c23ef5]

INTEGRATION: CWS pj65 (1.22.16); FILE MERGED 2006/10/31 14:00:44 pjanik 1.22.16.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.


2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [5e9cb0661441d86c6b7fbdc7b200086353608a76]

INTEGRATION: CWS pj65 (1.51.8); FILE MERGED 2006/10/31 14:12:59 pjanik 1.51.8.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.


2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [4a4f4eff32f446030ce19a6839e47d5de8e00964]

INTEGRATION: CWS pj65 (1.9.8); FILE MERGED 2006/10/31 14:12:50 pjanik 1.9.8.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.


2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [336631f37aee3e02fc901d115e59da7d643a7fe1]

INTEGRATION: CWS pj65 (1.13.24); FILE MERGED 2006/10/31 14:12:46 pjanik 1.13.24.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.


2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [1e976914c6e18db216667e23f5dcb34dbbc0555e]

INTEGRATION: CWS pj65 (1.59.8); FILE MERGED 2006/10/31 14:12:41 pjanik 1.59.8.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.


2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [b431e64240071b6a5b7590f58b2a385dc8667bd9]

INTEGRATION: CWS pj65 (1.68.8); FILE MERGED 2006/10/31 14:12:36 pjanik 1.68.8.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.


2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [a5b8798230aab3e93b9e367305c87a89e93f8af8]

INTEGRATION: CWS pj65 (1.50.8); FILE MERGED 2006/10/31 14:12:32 pjanik 1.50.8.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.


2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [a0a4d70f2cc2d87d76671e1e28d67e6ecdea3ac9]

INTEGRATION: CWS aw036 (1.10.22); FILE MERGED 2006/10/25 10:07:22 aw 1.10.22.1: #i68442# also init PlaneNormal where Point is inited for B3dEntities


2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [7397f9ba0d73374bf697cc3d93a2cc3d40def131]

INTEGRATION: CWS aw036 (1.7.20); FILE MERGED 2006/10/25 10:07:22 aw 1.7.20.1: #i68442# also init PlaneNormal where Point is inited for B3dEntities


2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [93b7de595262302fec4f9d93890ee8822289231e]

INTEGRATION: CWS ause071 (1.82.16); FILE MERGED 2006/11/03 17:39:40 hjs 1.82.16.1: #i69012# use TARGETTYPE=GUI instead of platform specific, hardcoded link options


2006-11-17  Vladimir Glazounov  <vg@openoffice.org>  [2427c28e775f50f93bd1dc3e4410998a39ef73e9]

new version for SRC680


2006-11-17  Vladimir Glazounov  <vg@openoffice.org>  [b668cc90240214d782b387e34d6a8d9fe3d5af5f]

new version for SRC680


2006-11-15  Vladimir Glazounov  <vg@openoffice.org>  [6fa6bc11eaeb89eead354a62793c72674f9461f7]

new version for SRC680


2006-11-15  Vladimir Glazounov  <vg@openoffice.org>  [217675e2a62305bcf4f0eec72a61d55735dbe226]

new version for SRC680


2006-11-15  Vladimir Glazounov  <vg@openoffice.org>  [f2f29014983217e05a7db684d67d81a27a307487]

new version for SRC680


2006-11-15  Ivo Hinkelmann  <ihi@openoffice.org>  [392c2698e746accd652015694fd3e89fc4a74b03]

INTEGRATION: CWS vclshowstop08_SRC680 (1.133.8); FILE MERGED 2006/11/03 12:13:51 hdu 1.133.8.1: #i71094# workaround ft staircase bug for artificially emboldened gyphs


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [45998165649dfaa9bd74aba1cada8e7bab0c8c65]

INTEGRATION: CWS aw024 (1.6.40); FILE MERGED 2005/09/20 04:55:05 aw 1.6.40.2: RESYNC: (1.6-1.7); FILE MERGED 2005/04/26 14:51:52 aw 1.6.40.1: #i39528#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6db3c180474bbe8c2b08e17ae0d59f4b94e74e4f]

INTEGRATION: CWS aw024 (1.3.38); FILE MERGED 2006/11/10 06:50:36 aw 1.3.38.5: RESYNC: (1.6-1.8); FILE MERGED 2006/09/22 06:04:09 aw 1.3.38.4: RESYNC: (1.5-1.6); FILE MERGED 2006/08/03 19:39:46 aw 1.3.38.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/20 04:54:29 aw 1.3.38.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/04 14:47:12 sj 1.3.38.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5f8f38b7c2ebfd3df226ee161211e0c01157cf34]

INTEGRATION: CWS aw024 (1.5.18); FILE MERGED 2006/11/10 06:49:44 aw 1.5.18.8: RESYNC: (1.11-1.12); FILE MERGED 2006/09/22 06:01:25 aw 1.5.18.7: RESYNC: (1.10-1.11); FILE MERGED 2006/08/03 19:39:22 aw 1.5.18.6: RESYNC: (1.9-1.10); FILE MERGED 2006/07/07 15:59:46 aw 1.5.18.5: adaptions after resync SRC680m171->SRC680m174 2006/07/04 17:48:29 aw 1.5.18.4: RESYNC: (1.8-1.9); FILE MERGED 2006/05/13 00:14:01 aw 1.5.18.3: RESYNC: (1.6-1.8); FILE MERGED 2005/09/20 04:47:26 aw 1.5.18.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/04 14:47:12 sj 1.5.18.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [45c4cecb4745e068016baad0ade96e645cdec707]

INTEGRATION: CWS aw024 (1.4.18); FILE MERGED 2006/11/10 06:49:29 aw 1.4.18.6: RESYNC: (1.7-1.8); FILE MERGED 2006/09/22 06:01:06 aw 1.4.18.5: RESYNC: (1.6-1.7); FILE MERGED 2006/07/07 15:59:45 aw 1.4.18.4: adaptions after resync SRC680m171->SRC680m174 2006/07/04 17:48:05 aw 1.4.18.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/20 04:47:05 aw 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/04 14:47:11 sj 1.4.18.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d2b0d83159a70800ba7d93377d4fe4990e44b7b3]

INTEGRATION: CWS aw024 (1.3.18); FILE MERGED 2006/11/10 06:49:22 aw 1.3.18.6: RESYNC: (1.6-1.7); FILE MERGED 2006/09/22 06:00:58 aw 1.3.18.5: RESYNC: (1.5-1.6); FILE MERGED 2006/07/07 15:59:45 aw 1.3.18.4: adaptions after resync SRC680m171->SRC680m174 2006/05/13 00:13:53 aw 1.3.18.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/20 04:46:48 aw 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/04 14:47:11 sj 1.3.18.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [38603061e19513801f6c26119dcb87a6ab758a51]

INTEGRATION: CWS aw024 (1.5.18); FILE MERGED 2006/11/10 06:49:16 aw 1.5.18.7: RESYNC: (1.9-1.10); FILE MERGED 2006/09/22 06:00:50 aw 1.5.18.6: RESYNC: (1.8-1.9); FILE MERGED 2006/07/07 15:59:44 aw 1.5.18.5: adaptions after resync SRC680m171->SRC680m174 2006/07/04 17:47:42 aw 1.5.18.4: RESYNC: (1.7-1.8); FILE MERGED 2006/05/13 00:13:45 aw 1.5.18.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/20 04:46:21 aw 1.5.18.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/04 14:47:11 sj 1.5.18.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [152b3c70a899ac8986d39a348dd1ce9de85c1959]

INTEGRATION: CWS aw024 (1.10.22); FILE MERGED 2006/11/10 06:49:09 aw 1.10.22.7: RESYNC: (1.14-1.15); FILE MERGED 2006/09/22 06:00:39 aw 1.10.22.6: RESYNC: (1.13-1.14); FILE MERGED 2006/07/07 15:59:44 aw 1.10.22.5: adaptions after resync SRC680m171->SRC680m174 2006/05/13 00:13:37 aw 1.10.22.4: RESYNC: (1.12-1.13); FILE MERGED 2005/11/18 19:45:12 aw 1.10.22.3: RESYNC: (1.11-1.12); FILE MERGED 2005/09/20 04:46:03 aw 1.10.22.2: RESYNC: (1.10-1.11); FILE MERGED 2005/08/04 14:47:10 sj 1.10.22.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3ce0e6e8f9f3925fa44997a1d1c847d25f6a94b3]

INTEGRATION: CWS aw024 (1.3.18); FILE MERGED 2006/11/10 06:48:59 aw 1.3.18.5: RESYNC: (1.5-1.6); FILE MERGED 2006/09/22 06:00:33 aw 1.3.18.4: RESYNC: (1.4-1.5); FILE MERGED 2006/07/07 15:59:43 aw 1.3.18.3: adaptions after resync SRC680m171->SRC680m174 2005/09/20 04:45:46 aw 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/04 14:47:10 sj 1.3.18.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [254a298b6c8005550170a1a93449e668c0ae8f12]

INTEGRATION: CWS aw024 (1.4.18); FILE MERGED 2006/09/22 06:00:25 aw 1.4.18.5: RESYNC: (1.6-1.7); FILE MERGED 2006/07/07 15:59:43 aw 1.4.18.4: adaptions after resync SRC680m171->SRC680m174 2006/07/04 17:47:11 aw 1.4.18.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/20 04:45:28 aw 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/04 14:47:09 sj 1.4.18.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4331610fb5bef504bce700cc831c4ce81fb41b3e]

INTEGRATION: CWS aw024 (1.3.18); FILE MERGED 2006/11/10 06:48:53 aw 1.3.18.5: RESYNC: (1.5-1.6); FILE MERGED 2006/09/22 06:00:19 aw 1.3.18.4: RESYNC: (1.4-1.5); FILE MERGED 2006/07/07 15:59:43 aw 1.3.18.3: adaptions after resync SRC680m171->SRC680m174 2005/09/20 04:45:07 aw 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/04 14:47:09 sj 1.3.18.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [315706d04fada5fbe1398a309926fc3da71ec721]

INTEGRATION: CWS aw024 (1.6.18); FILE MERGED 2006/11/10 06:48:46 aw 1.6.18.7: RESYNC: (1.10-1.11); FILE MERGED 2006/09/22 06:00:11 aw 1.6.18.6: RESYNC: (1.9-1.10); FILE MERGED 2006/07/07 15:59:42 aw 1.6.18.5: adaptions after resync SRC680m171->SRC680m174 2006/07/04 17:46:47 aw 1.6.18.4: RESYNC: (1.8-1.9); FILE MERGED 2006/05/13 00:13:29 aw 1.6.18.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/20 04:44:44 aw 1.6.18.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/04 14:47:09 sj 1.6.18.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ba036c6d3ff2597aa97ab7bc97d2fe7386c88be3]

INTEGRATION: CWS aw024 (1.8.18); FILE MERGED 2006/11/10 06:48:40 aw 1.8.18.9: RESYNC: (1.15-1.16); FILE MERGED 2006/09/22 06:00:04 aw 1.8.18.8: RESYNC: (1.14-1.15); FILE MERGED 2006/08/03 19:39:16 aw 1.8.18.7: RESYNC: (1.13-1.14); FILE MERGED 2006/07/07 15:59:42 aw 1.8.18.6: adaptions after resync SRC680m171->SRC680m174 2006/07/04 17:46:31 aw 1.8.18.5: RESYNC: (1.12-1.13); FILE MERGED 2006/05/13 00:13:19 aw 1.8.18.4: RESYNC: (1.10-1.12); FILE MERGED 2006/01/26 23:45:06 aw 1.8.18.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/20 04:44:28 aw 1.8.18.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/04 14:47:08 sj 1.8.18.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6afae6d4012e6c634804b19eba9ce0e84f97db3a]

INTEGRATION: CWS aw024 (1.3.18); FILE MERGED 2006/09/22 05:58:51 aw 1.3.18.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/20 04:42:02 aw 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/04 14:47:08 sj 1.3.18.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1a4eb0a821a260e394009610a8a978f4684d3978]

INTEGRATION: CWS aw024 (1.2.76); FILE MERGED 2005/09/20 04:43:24 aw 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/04 14:47:08 sj 1.2.76.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5adc50f33f3d89af1e9f9e96072a71fc8c158f82]

INTEGRATION: CWS aw024 (1.4.18); FILE MERGED 2006/09/22 05:59:31 aw 1.4.18.4: RESYNC: (1.6-1.7); FILE MERGED 2006/07/04 17:46:16 aw 1.4.18.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/20 04:43:17 aw 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/04 14:47:07 sj 1.4.18.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [82f205305c277681ef008e3c245514754da0adb1]

INTEGRATION: CWS aw024 (1.3.220); FILE MERGED 2005/09/20 04:43:08 aw 1.3.220.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/04 14:47:07 sj 1.3.220.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [19330ab31889521c7335a7629cbe9f865c0cb553]

INTEGRATION: CWS aw024 (1.6.214); FILE MERGED 2006/09/22 05:59:25 aw 1.6.214.4: RESYNC: (1.8-1.9); FILE MERGED 2005/11/18 19:45:05 aw 1.6.214.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/20 04:43:01 aw 1.6.214.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/04 14:47:07 sj 1.6.214.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [aaceb4f44d9f61448189b0cddacad2b845363c5d]

INTEGRATION: CWS aw024 (1.3.76); FILE MERGED 2005/09/20 04:42:17 aw 1.3.76.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/04 14:47:07 sj 1.3.76.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [986e4e2d139eda3da29af4d8da315fa4fab5d3b9]

INTEGRATION: CWS aw024 (1.6.18); FILE MERGED 2006/11/10 06:48:33 aw 1.6.18.6: RESYNC: (1.9-1.10); FILE MERGED 2006/09/22 05:58:58 aw 1.6.18.5: RESYNC: (1.8-1.9); FILE MERGED 2006/07/07 15:59:41 aw 1.6.18.4: adaptions after resync SRC680m171->SRC680m174 2006/07/04 17:45:51 aw 1.6.18.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/20 04:42:09 aw 1.6.18.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/04 14:47:06 sj 1.6.18.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bf687c27dc95625551b2a34f5091d26036697eac]

INTEGRATION: CWS aw024 (1.8.36); FILE MERGED 2006/07/07 15:59:41 aw 1.8.36.4: adaptions after resync SRC680m171->SRC680m174 2006/07/04 17:44:08 aw 1.8.36.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/20 04:36:29 aw 1.8.36.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/04 14:47:06 sj 1.8.36.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2ba1bf699d5c8780598c680a562106216642911a]

INTEGRATION: CWS aw024 (1.3.18); FILE MERGED 2006/11/10 06:47:14 aw 1.3.18.6: RESYNC: (1.6-1.7); FILE MERGED 2006/09/22 05:55:48 aw 1.3.18.5: RESYNC: (1.5-1.6); FILE MERGED 2006/07/07 15:59:41 aw 1.3.18.4: adaptions after resync SRC680m171->SRC680m174 2006/07/04 17:44:01 aw 1.3.18.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/20 04:36:22 aw 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/04 14:47:06 sj 1.3.18.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [92622bf5915b45ffd87ca0ea7ee393605254dce1]

INTEGRATION: CWS aw024 (1.8.36); FILE MERGED 2006/07/07 15:59:41 aw 1.8.36.4: adaptions after resync SRC680m171->SRC680m174 2006/07/04 17:43:55 aw 1.8.36.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/20 04:36:14 aw 1.8.36.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/04 14:47:06 sj 1.8.36.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ea8537c812e24079d2085b61ceddcf5ac059113a]

INTEGRATION: CWS aw024 (1.3.18); FILE MERGED 2006/09/22 05:55:40 aw 1.3.18.8: RESYNC: (1.7-1.8); FILE MERGED 2006/09/07 10:36:41 aw 1.3.18.7: #i69169#stream pointer needs to be copied on local exporter 2006/08/03 19:39:09 aw 1.3.18.6: RESYNC: (1.6-1.7); FILE MERGED 2006/07/07 15:59:41 aw 1.3.18.5: adaptions after resync SRC680m171->SRC680m174 2006/07/04 17:43:49 aw 1.3.18.4: RESYNC: (1.5-1.6); FILE MERGED 2006/05/13 00:13:11 aw 1.3.18.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/20 04:36:06 aw 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/04 14:47:05 sj 1.3.18.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b10fdf355dcc855e9b1ac27a8318eeedcec6cbfa]

INTEGRATION: CWS aw024 (1.8.36); FILE MERGED 2006/07/07 15:59:40 aw 1.8.36.4: adaptions after resync SRC680m171->SRC680m174 2006/07/04 17:43:32 aw 1.8.36.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/20 04:35:48 aw 1.8.36.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/04 14:47:05 sj 1.8.36.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3f124465af49fb0206bee8e18106ce4f0011e9ea]

INTEGRATION: CWS aw024 (1.3.18); FILE MERGED 2006/11/10 06:47:08 aw 1.3.18.8: RESYNC: (1.8-1.9); FILE MERGED 2006/09/22 05:55:33 aw 1.3.18.7: RESYNC: (1.7-1.8); FILE MERGED 2006/08/03 19:39:03 aw 1.3.18.6: RESYNC: (1.6-1.7); FILE MERGED 2006/07/07 15:59:40 aw 1.3.18.5: adaptions after resync SRC680m171->SRC680m174 2006/07/04 17:43:26 aw 1.3.18.4: RESYNC: (1.5-1.6); FILE MERGED 2006/05/13 00:13:04 aw 1.3.18.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/20 04:35:41 aw 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/04 14:47:05 sj 1.3.18.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [47d35fc2f2fd2a718a4b77f75b1854000181393a]

INTEGRATION: CWS aw024 (1.26.10); FILE MERGED 2006/09/22 05:55:17 aw 1.26.10.6: RESYNC: (1.30-1.31); FILE MERGED 2006/09/08 21:41:28 aw 1.26.10.5: RESYNC: (1.29-1.30); FILE MERGED 2006/07/04 17:42:53 aw 1.26.10.4: RESYNC: (1.28-1.29); FILE MERGED 2006/05/13 00:12:46 aw 1.26.10.3: RESYNC: (1.27-1.28); FILE MERGED 2005/09/20 04:34:05 aw 1.26.10.2: RESYNC: (1.26-1.27); FILE MERGED 2005/08/04 14:47:04 sj 1.26.10.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [648e1241a220364f3ad26ebbaab5800869b950be]

INTEGRATION: CWS aw024 (1.5.18); FILE MERGED 2006/11/10 06:47:01 aw 1.5.18.4: RESYNC: (1.7-1.8); FILE MERGED 2006/09/22 05:54:54 aw 1.5.18.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/20 04:32:14 aw 1.5.18.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/04 14:47:04 sj 1.5.18.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b807da4cda916bcffc313984547e37b6a0b044fb]

INTEGRATION: CWS aw024 (1.12.16); FILE MERGED 2006/09/22 05:54:47 aw 1.12.16.7: RESYNC: (1.17-1.18); FILE MERGED 2006/08/03 19:38:38 aw 1.12.16.6: RESYNC: (1.16-1.17); FILE MERGED 2006/07/04 17:42:01 aw 1.12.16.5: RESYNC: (1.15-1.16); FILE MERGED 2006/05/13 00:12:16 aw 1.12.16.4: RESYNC: (1.14-1.15); FILE MERGED 2005/11/18 19:44:20 aw 1.12.16.3: RESYNC: (1.13-1.14); FILE MERGED 2005/09/20 04:30:15 aw 1.12.16.2: RESYNC: (1.12-1.13); FILE MERGED 2005/08/04 14:47:03 sj 1.12.16.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9758f9d69e567b18641a432b861c06e55ede8077]

INTEGRATION: CWS aw024 (1.5.18); FILE MERGED 2006/11/10 06:46:55 aw 1.5.18.4: RESYNC: (1.7-1.8); FILE MERGED 2006/09/22 05:54:20 aw 1.5.18.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/20 04:28:28 aw 1.5.18.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/04 14:47:03 sj 1.5.18.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d7fb56a6857048f59390ecb67a3b242113b75626]

INTEGRATION: CWS aw024 (1.6.18); FILE MERGED 2006/09/22 05:53:56 aw 1.6.18.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/20 04:26:29 aw 1.6.18.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/04 14:47:03 sj 1.6.18.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [aa7648fb5b236a45b6d3417f3bc9f90671ce79dd]

INTEGRATION: CWS aw024 (1.11.16); FILE MERGED 2006/09/22 05:53:49 aw 1.11.16.7: RESYNC: (1.16-1.17); FILE MERGED 2006/07/04 17:40:25 aw 1.11.16.6: RESYNC: (1.15-1.16); FILE MERGED 2006/05/13 00:11:41 aw 1.11.16.5: RESYNC: (1.14-1.15); FILE MERGED 2006/01/26 23:43:53 aw 1.11.16.4: RESYNC: (1.13-1.14); FILE MERGED 2005/11/18 19:43:55 aw 1.11.16.3: RESYNC: (1.12-1.13); FILE MERGED 2005/09/20 04:25:15 aw 1.11.16.2: RESYNC: (1.11-1.12); FILE MERGED 2005/08/04 14:47:02 sj 1.11.16.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [19acf0352e7b5f26b3301792f0569792c457d4aa]

INTEGRATION: CWS aw024 (1.5.18); FILE MERGED 2006/09/22 05:53:11 aw 1.5.18.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/20 04:22:19 aw 1.5.18.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/04 14:47:02 sj 1.5.18.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fc614680fb853626402060590bd562b1d2ee8a06]

INTEGRATION: CWS aw024 (1.1.1.1.258); FILE MERGED 2006/09/22 05:52:42 aw 1.1.1.1.258.3: RESYNC: (1.2-1.3); FILE MERGED 2005/09/20 04:21:52 aw 1.1.1.1.258.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/04/26 14:51:30 aw 1.1.1.1.258.1: #i39528#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [073b2a82a1a1354ac8eb7d64d8014f5fb17407fa]

INTEGRATION: CWS aw024 (1.2.92); FILE MERGED 2006/07/04 17:39:44 aw 1.2.92.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/20 04:20:46 aw 1.2.92.2: RESYNC: (1.2-1.3); FILE MERGED 2005/04/26 14:51:29 aw 1.2.92.1: #i39528#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [32f754a9f629cdd3fb9f8e4ea10c66e077e9ec3b]

INTEGRATION: CWS aw024 (1.7.18); FILE MERGED 2006/10/27 12:15:41 aw 1.7.18.5: #i39528# ::basegfx -> basegfx adaption 2006/09/22 05:52:28 aw 1.7.18.4: RESYNC: (1.9-1.10); FILE MERGED 2006/07/04 17:39:37 aw 1.7.18.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/20 04:20:24 aw 1.7.18.2: RESYNC: (1.7-1.8); FILE MERGED 2005/04/26 14:51:29 aw 1.7.18.1: #i39528#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c557fa39d9ae5172fbba677aae0039d8b4c03639]

INTEGRATION: CWS aw024 (1.4.2); FILE MERGED 2006/11/13 13:28:54 aw 1.4.2.6: changes after resync 2006/10/27 12:15:41 aw 1.4.2.5: #i39528# ::basegfx -> basegfx adaption 2006/09/22 05:52:14 aw 1.4.2.4: RESYNC: (1.5-1.6); FILE MERGED 2005/09/20 04:19:47 aw 1.4.2.3: RESYNC: (1.4-1.5); FILE MERGED 2005/05/12 16:36:01 aw 1.4.2.2: #i39529# 2005/04/26 14:51:28 aw 1.4.2.1: #i39528#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [99ed62dde27f370f6bcd20120f9238744db068c5]

INTEGRATION: CWS aw024 (1.4.18); FILE MERGED 2006/11/13 13:28:54 aw 1.4.18.6: changes after resync 2006/09/22 05:52:07 aw 1.4.18.5: RESYNC: (1.6-1.7); FILE MERGED 2006/07/07 15:59:40 aw 1.4.18.4: adaptions after resync SRC680m171->SRC680m174 2006/07/04 17:39:30 aw 1.4.18.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/20 04:19:33 aw 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2005/04/26 14:51:28 aw 1.4.18.1: #i39528#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c497013dac84a01c48ee12c3b58254ced2c6ba93]

INTEGRATION: CWS aw024 (1.2.242); FILE MERGED 2006/10/27 12:15:41 aw 1.2.242.3: #i39528# ::basegfx -> basegfx adaption 2005/09/20 04:18:41 aw 1.2.242.2: RESYNC: (1.2-1.3); FILE MERGED 2005/04/26 14:51:26 aw 1.2.242.1: #i39528#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8fb2bbea551b70d934581f488989236e0d75bcf2]

INTEGRATION: CWS aw024 (1.4.18); FILE MERGED 2006/10/27 12:15:41 aw 1.4.18.4: #i39528# ::basegfx -> basegfx adaption 2006/09/22 05:51:37 aw 1.4.18.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/20 04:18:33 aw 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2005/04/26 14:51:25 aw 1.4.18.1: #i39528#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [37ab8644f87206d114d1f522d8e048ad8f4535c3]

INTEGRATION: CWS aw024 (1.2.18); FILE MERGED 2006/11/13 13:28:54 aw 1.2.18.6: changes after resync 2006/10/27 12:15:41 aw 1.2.18.5: #i39528# ::basegfx -> basegfx adaption 2006/09/22 05:51:29 aw 1.2.18.4: RESYNC: (1.4-1.5); FILE MERGED 2006/07/04 17:38:59 aw 1.2.18.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/20 04:18:24 aw 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2005/04/26 14:51:25 aw 1.2.18.1: #i39528#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6569ff19efdfc9853d996b6f53608031c58a6114]

INTEGRATION: CWS aw024 (1.3.64); FILE MERGED 2006/10/27 12:15:40 aw 1.3.64.6: #i39528# ::basegfx -> basegfx adaption 2006/09/22 05:51:22 aw 1.3.64.5: RESYNC: (1.6-1.7); FILE MERGED 2006/07/04 17:38:53 aw 1.3.64.4: RESYNC: (1.5-1.6); FILE MERGED 2006/01/30 19:48:28 aw 1.3.64.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/20 04:18:16 aw 1.3.64.2: RESYNC: (1.3-1.4); FILE MERGED 2005/04/26 14:51:24 aw 1.3.64.1: #i39528#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [01c7ec90ef04bb0332c0a88f19451fa2ea6b4eee]

INTEGRATION: CWS aw024 (1.2.18); FILE MERGED 2006/10/27 12:15:40 aw 1.2.18.4: #i39528# ::basegfx -> basegfx adaption 2006/09/22 05:51:15 aw 1.2.18.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/20 04:18:08 aw 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2005/04/26 14:51:24 aw 1.2.18.1: #i39528#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4a7a7ff12d93a4ee22e4db4ba3c11273ebc9e8f1]

INTEGRATION: CWS aw024 (1.2.174); FILE MERGED 2006/10/27 12:15:40 aw 1.2.174.3: #i39528# ::basegfx -> basegfx adaption 2005/09/20 04:18:01 aw 1.2.174.2: RESYNC: (1.2-1.3); FILE MERGED 2005/04/26 14:51:23 aw 1.2.174.1: #i39528#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6833c5fc5c0a4d8402d06fe32d0dc7677bd27359]

INTEGRATION: CWS aw024 (1.6.22); FILE MERGED 2006/10/27 12:15:40 aw 1.6.22.4: #i39528# ::basegfx -> basegfx adaption 2006/09/22 05:51:07 aw 1.6.22.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/20 04:17:52 aw 1.6.22.2: RESYNC: (1.6-1.7); FILE MERGED 2005/04/26 14:51:22 aw 1.6.22.1: #i39528#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [23a9826acfcbf3ef0bef414b9e3fec6396f33ffb]

INTEGRATION: CWS aw024 (1.2.18); FILE MERGED 2006/10/27 12:15:40 aw 1.2.18.4: #i39528# ::basegfx -> basegfx adaption 2006/09/22 05:50:59 aw 1.2.18.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/20 04:17:38 aw 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2005/04/26 14:51:22 aw 1.2.18.1: #i39528#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [12cf52948ae50b6c1343b2f2c0ba0bdf496b6711]

INTEGRATION: CWS aw024 (1.2.236); FILE MERGED 2006/10/27 12:15:40 aw 1.2.236.3: #i39528# ::basegfx -> basegfx adaption 2005/09/20 04:17:21 aw 1.2.236.2: RESYNC: (1.2-1.3); FILE MERGED 2005/04/26 14:51:21 aw 1.2.236.1: #i39528#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6ea577ff9216cae37336848d97acae9b3e489baf]

INTEGRATION: CWS aw024 (1.5.18); FILE MERGED 2006/11/13 13:28:54 aw 1.5.18.7: changes after resync 2006/10/27 12:15:39 aw 1.5.18.6: #i39528# ::basegfx -> basegfx adaption 2006/09/22 05:50:52 aw 1.5.18.5: RESYNC: (1.7-1.8); FILE MERGED 2006/07/04 17:38:46 aw 1.5.18.4: RESYNC: (1.6-1.7); FILE MERGED 2005/09/22 11:46:15 aw 1.5.18.3: #i39529# removed SISSL from headers 2005/09/20 04:17:12 aw 1.5.18.2: RESYNC: (1.5-1.6); FILE MERGED 2005/04/26 14:51:21 aw 1.5.18.1: #i39528#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f0ee9d35540dfa48cc437fd0fdd8c636837a480b]

INTEGRATION: CWS aw024 (1.13.12); FILE MERGED 2006/07/04 17:37:59 aw 1.13.12.2: RESYNC: (1.13-1.14); FILE MERGED 2005/04/26 14:51:41 aw 1.13.12.1: #i39528#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e59c066b722210a435b1449491e6827444d11ad7]

INTEGRATION: CWS aw024 (1.2.52); FILE MERGED 2006/09/14 11:18:56 aw 1.2.52.3: #i69174# removed unnecessary binfilter namespace stuff 2005/09/20 04:09:04 aw 1.2.52.2: RESYNC: (1.2-1.3); FILE MERGED 2005/04/26 14:51:02 aw 1.2.52.1: #i39528#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [27019f1d1288ff4441163b482dbdaaafd20a478e]

INTEGRATION: CWS aw024 (1.2.78); FILE MERGED 2006/11/13 13:28:47 aw 1.2.78.4: changes after resync 2006/10/27 12:15:32 aw 1.2.78.3: #i39528# ::basegfx -> basegfx adaption 2005/09/20 04:08:57 aw 1.2.78.2: RESYNC: (1.2-1.3); FILE MERGED 2005/04/26 14:51:02 aw 1.2.78.1: #i39528#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4f64b6248d2d1c129490cab0e4da0a6f84461d5a]

INTEGRATION: CWS aw024 (1.4.76); FILE MERGED 2006/11/13 13:28:47 aw 1.4.76.3: changes after resync 2005/09/20 04:08:50 aw 1.4.76.2: RESYNC: (1.4-1.5); FILE MERGED 2005/04/26 14:51:01 aw 1.4.76.1: #i39528#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6cb163358e7dbc09582e4316f12da52d16526809]

INTEGRATION: CWS aw024 (1.7.820); FILE MERGED 2006/05/12 23:11:46 aw 1.7.820.4: RESYNC: (1.9-1.10); FILE MERGED 2005/11/18 18:35:54 aw 1.7.820.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/19 19:40:30 aw 1.7.820.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/04 15:37:44 sj 1.7.820.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [20bbed1449c4f4fe8eeaa85f1854af0a302bb272]

INTEGRATION: CWS aw024 (1.21.118); FILE MERGED 2006/09/22 05:01:35 aw 1.21.118.6: RESYNC: (1.25-1.26); FILE MERGED 2006/07/04 16:51:07 aw 1.21.118.5: RESYNC: (1.24-1.25); FILE MERGED 2006/05/12 23:11:34 aw 1.21.118.4: RESYNC: (1.23-1.24); FILE MERGED 2005/11/18 18:35:40 aw 1.21.118.3: RESYNC: (1.22-1.23); FILE MERGED 2005/09/19 19:40:20 aw 1.21.118.2: RESYNC: (1.21-1.22); FILE MERGED 2005/08/04 15:37:44 sj 1.21.118.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7c92f563d1a2a5fbd2e52175883f6542d75ef46b]

INTEGRATION: CWS aw024 (1.1.1.1.1090); FILE MERGED 2006/09/22 05:00:52 aw 1.1.1.1.1090.3: RESYNC: (1.2-1.3); FILE MERGED 2005/09/19 19:40:09 aw 1.1.1.1.1090.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/08/04 15:37:44 sj 1.1.1.1.1090.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [42c5fc50d689a0f6172073fae69b21caf2c98d1f]

INTEGRATION: CWS aw024 (1.24.22); FILE MERGED 2006/11/10 06:05:50 aw 1.24.22.7: RESYNC: (1.30-1.32); FILE MERGED 2006/09/22 05:01:28 aw 1.24.22.6: RESYNC: (1.29-1.30); FILE MERGED 2006/07/04 16:51:00 aw 1.24.22.5: RESYNC: (1.28-1.29); FILE MERGED 2006/01/30 19:42:39 aw 1.24.22.4: RESYNC: (1.27-1.28); FILE MERGED 2005/11/18 18:35:30 aw 1.24.22.3: RESYNC: (1.25-1.27); FILE MERGED 2005/09/19 19:39:55 aw 1.24.22.2: RESYNC: (1.24-1.25); FILE MERGED 2005/08/04 15:37:43 sj 1.24.22.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c93ca0902e79f2c09d9d9feb9bf4ca2d76fbbe38]

INTEGRATION: CWS aw024 (1.27.22); FILE MERGED 2006/11/10 06:05:44 aw 1.27.22.5: RESYNC: (1.30-1.31); FILE MERGED 2006/07/04 16:50:53 aw 1.27.22.4: RESYNC: (1.29-1.30); FILE MERGED 2006/01/30 19:42:32 aw 1.27.22.3: RESYNC: (1.28-1.29); FILE MERGED 2005/09/19 19:39:44 aw 1.27.22.2: RESYNC: (1.27-1.28); FILE MERGED 2005/08/04 15:37:43 sj 1.27.22.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c3ddbdc18cf970ee3b8e127aaedda6a52d79f7d9]

INTEGRATION: CWS aw024 (1.42.22); FILE MERGED 2006/11/10 06:05:34 aw 1.42.22.8: RESYNC: (1.51-1.52); FILE MERGED 2006/09/22 05:01:21 aw 1.42.22.7: RESYNC: (1.50-1.51); FILE MERGED 2006/07/04 16:50:46 aw 1.42.22.6: RESYNC: (1.49-1.50); FILE MERGED 2006/05/12 23:11:23 aw 1.42.22.5: RESYNC: (1.47-1.49); FILE MERGED 2006/01/30 19:42:23 aw 1.42.22.4: RESYNC: (1.46-1.47); FILE MERGED 2005/11/18 18:35:21 aw 1.42.22.3: RESYNC: (1.43-1.46); FILE MERGED 2005/09/19 19:39:33 aw 1.42.22.2: RESYNC: (1.42-1.43); FILE MERGED 2005/08/04 15:37:43 sj 1.42.22.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8f872558d5071c7ddd847c87c3fd37e37e1a846e]

INTEGRATION: CWS aw024 (1.24.22); FILE MERGED 2006/11/10 06:05:20 aw 1.24.22.8: RESYNC: (1.31-1.32); FILE MERGED 2006/09/22 05:01:12 aw 1.24.22.7: RESYNC: (1.30-1.31); FILE MERGED 2006/07/04 16:50:38 aw 1.24.22.6: RESYNC: (1.29-1.30); FILE MERGED 2006/05/12 23:11:13 aw 1.24.22.5: RESYNC: (1.28-1.29); FILE MERGED 2006/01/30 19:42:15 aw 1.24.22.4: RESYNC: (1.27-1.28); FILE MERGED 2005/11/18 18:35:09 aw 1.24.22.3: RESYNC: (1.25-1.27); FILE MERGED 2005/09/19 19:39:10 aw 1.24.22.2: RESYNC: (1.24-1.25); FILE MERGED 2005/08/04 15:37:43 sj 1.24.22.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5972b4c2608233c6c492d6a98b216b9d5b065301]

INTEGRATION: CWS aw024 (1.2.1052); FILE MERGED 2006/05/12 23:11:04 aw 1.2.1052.4: RESYNC: (1.4-1.5); FILE MERGED 2005/11/18 18:35:00 aw 1.2.1052.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/19 19:38:55 aw 1.2.1052.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/04 15:37:43 sj 1.2.1052.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f8d57a3f5e3fec5b0f0e3325ceca52259af59e7d]

INTEGRATION: CWS aw024 (1.11.24); FILE MERGED 2006/11/10 06:05:13 aw 1.11.24.7: RESYNC: (1.17-1.18); FILE MERGED 2006/09/22 05:00:59 aw 1.11.24.6: RESYNC: (1.16-1.17); FILE MERGED 2006/07/04 16:50:31 aw 1.11.24.5: RESYNC: (1.15-1.16); FILE MERGED 2006/05/12 23:10:56 aw 1.11.24.4: RESYNC: (1.14-1.15); FILE MERGED 2005/11/18 18:34:51 aw 1.11.24.3: RESYNC: (1.12-1.14); FILE MERGED 2005/09/19 19:38:41 aw 1.11.24.2: RESYNC: (1.11-1.12); FILE MERGED 2005/08/04 15:37:42 sj 1.11.24.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4ba8cc4942eaa3a094b654caef2a7dbd84caa7ad]

INTEGRATION: CWS aw024 (1.13.118); FILE MERGED 2006/11/10 06:05:04 aw 1.13.118.6: RESYNC: (1.17-1.18); FILE MERGED 2006/09/22 05:00:23 aw 1.13.118.5: RESYNC: (1.15-1.17); FILE MERGED 2006/07/07 15:58:55 aw 1.13.118.4: adaptions after resync SRC680m171->SRC680m174 2006/07/04 16:50:15 aw 1.13.118.3: RESYNC: (1.14-1.15); FILE MERGED 2005/09/19 19:37:44 aw 1.13.118.2: RESYNC: (1.13-1.14); FILE MERGED 2005/08/04 15:37:42 sj 1.13.118.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1af6d556ce47733ac8c3f1730e2b360afeaf6c6c]

INTEGRATION: CWS aw024 (1.4.170); FILE MERGED 2006/09/22 05:00:16 aw 1.4.170.5: RESYNC: (1.6-1.7); FILE MERGED 2006/07/07 15:58:55 aw 1.4.170.4: adaptions after resync SRC680m171->SRC680m174 2006/07/04 16:50:08 aw 1.4.170.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/19 19:37:35 aw 1.4.170.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/04 15:37:41 sj 1.4.170.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [df15aca3973d415b36170d1e2deb528818cfc56b]

INTEGRATION: CWS aw024 (1.2.454); FILE MERGED 2006/11/10 06:04:57 aw 1.2.454.6: RESYNC: (1.5-1.6); FILE MERGED 2006/09/22 05:00:09 aw 1.2.454.5: RESYNC: (1.4-1.5); FILE MERGED 2006/07/07 15:58:55 aw 1.2.454.4: adaptions after resync SRC680m171->SRC680m174 2006/07/04 16:50:01 aw 1.2.454.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/19 19:36:43 aw 1.2.454.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/04 15:37:41 sj 1.2.454.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [55b4a886509851a96808a82bbd54e280548fe0a6]

INTEGRATION: CWS aw024 (1.3.454); FILE MERGED 2006/09/22 04:59:57 aw 1.3.454.5: RESYNC: (1.5-1.6); FILE MERGED 2006/07/07 15:58:55 aw 1.3.454.4: adaptions after resync SRC680m171->SRC680m174 2006/07/04 16:49:55 aw 1.3.454.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/19 19:35:59 aw 1.3.454.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/04 15:37:40 sj 1.3.454.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [71f09c30327d6c2f226779390e8f7e91c3a21f5a]

INTEGRATION: CWS aw024 (1.57.18); FILE MERGED 2006/11/10 06:04:15 aw 1.57.18.7: RESYNC: (1.62-1.63); FILE MERGED 2006/09/22 04:58:26 aw 1.57.18.6: RESYNC: (1.60-1.62); FILE MERGED 2006/07/04 16:48:35 aw 1.57.18.5: RESYNC: (1.59-1.60); FILE MERGED 2006/05/12 23:10:32 aw 1.57.18.4: RESYNC: (1.58-1.59); FILE MERGED 2005/10/07 15:57:31 sj 1.57.18.3: #i48467# using GraphicExporter component for exports 2005/09/19 19:32:25 aw 1.57.18.2: RESYNC: (1.57-1.58); FILE MERGED 2005/08/04 15:37:40 sj 1.57.18.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [369c95588c3167d1448d836bb009b15db6a491db]

INTEGRATION: CWS aw024 (1.11.906); FILE MERGED 2006/09/22 04:57:34 aw 1.11.906.4: RESYNC: (1.13-1.14); FILE MERGED 2006/07/04 16:47:39 aw 1.11.906.3: RESYNC: (1.12-1.13); FILE MERGED 2005/09/19 19:28:49 aw 1.11.906.2: RESYNC: (1.11-1.12); FILE MERGED 2005/08/04 15:37:40 sj 1.11.906.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [37218c57d80003c5dfa33e75470e6c870eea927a]

INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2006/06/28 13:49:35 aw 1.1.2.2: #i56724# added Stripe parameters 2005/10/27 12:27:57 aw 1.1.2.1: #i56724#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b06f6df3153c4639dcff450c19c3835a37624838]

INTEGRATION: CWS aw024 (1.54.8); FILE MERGED 2006/07/04 16:34:40 aw 1.54.8.3: RESYNC: (1.56-1.57); FILE MERGED 2005/11/18 18:25:36 aw 1.54.8.2: RESYNC: (1.54-1.56); FILE MERGED 2005/10/27 12:28:16 aw 1.54.8.1: #i56724#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4273da4ec90fd7ec297d47cbbb1696d2dc86bc6a]

INTEGRATION: CWS aw024 (1.131.18); FILE MERGED 2006/11/10 05:55:57 aw 1.131.18.7: RESYNC: (1.135-1.138); FILE MERGED 2006/09/08 21:25:11 aw 1.131.18.6: RESYNC: (1.134-1.135); FILE MERGED 2006/07/04 16:27:12 aw 1.131.18.5: RESYNC: (1.133-1.134); FILE MERGED 2006/05/16 10:52:14 aw 1.131.18.4: changes after resync 2006/05/12 22:59:44 aw 1.131.18.3: RESYNC: (1.132-1.133); FILE MERGED 2005/11/18 18:18:25 aw 1.131.18.2: RESYNC: (1.131-1.132); FILE MERGED 2005/10/27 12:29:16 aw 1.131.18.1: #i56724#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [00fbb45f4f6f3daf218f327eef30d3eb398a49cb]

INTEGRATION: CWS aw024 (1.1.1.1.1090); FILE MERGED 2005/09/19 18:28:32 aw 1.1.1.1.1090.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/08/04 15:37:39 sj 1.1.1.1.1090.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7827a4afe962152942107c5c80db9e1d5583d505]

INTEGRATION: CWS aw024 (1.2.1068); FILE MERGED 2005/09/19 18:27:34 aw 1.2.1068.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/04 15:37:39 sj 1.2.1068.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [57f26d96fca8d3604df348713d474067a032937a]

INTEGRATION: CWS aw024 (1.6.1052); FILE MERGED 2005/09/19 17:47:07 aw 1.6.1052.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/04 15:37:38 sj 1.6.1052.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [979f1ed27806ce0133813dc11b8ca7f97bcf7f37]

INTEGRATION: CWS aw024 (1.2.1068); FILE MERGED 2006/07/07 15:58:54 aw 1.2.1068.4: adaptions after resync SRC680m171->SRC680m174 2006/05/12 22:55:40 aw 1.2.1068.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/19 17:34:37 aw 1.2.1068.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/04 15:37:38 sj 1.2.1068.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fc2f6efc7d05607b2706efe5a027527f3f8bbdec]

INTEGRATION: CWS aw024 (1.10.32); FILE MERGED 2006/09/22 03:43:42 aw 1.10.32.3: RESYNC: (1.11-1.12); FILE MERGED 2006/08/03 17:30:35 aw 1.10.32.2: RESYNC: (1.10-1.11); FILE MERGED 2006/07/20 16:05:53 thb 1.10.32.1: #i66849# Added drawAlphaBitmap & drawAlphaRect; fixed brush state modification to correctly mirror brush usage


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [db69fc5fb68f6d0581969d27703f10bed2d2c0e1]

INTEGRATION: CWS aw024 (1.28.32); FILE MERGED 2006/11/10 05:50:52 aw 1.28.32.3: RESYNC: (1.29-1.30); FILE MERGED 2006/09/22 03:43:35 aw 1.28.32.2: RESYNC: (1.28-1.29); FILE MERGED 2006/07/20 16:05:53 thb 1.28.32.1: #i66849# Added drawAlphaBitmap & drawAlphaRect; fixed brush state modification to correctly mirror brush usage


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3068a3da01e794f8816084a8ee989f09865ef26d]

INTEGRATION: CWS aw024 (1.22.32); FILE MERGED 2006/07/20 16:05:52 thb 1.22.32.1: #i66849# Added drawAlphaBitmap & drawAlphaRect; fixed brush state modification to correctly mirror brush usage


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [057380e04900630b63d257e31c38c0d93498a2c9]

INTEGRATION: CWS aw024 (1.80.10); FILE MERGED 2006/11/10 05:49:54 aw 1.80.10.3: RESYNC: (1.81-1.82); FILE MERGED 2006/08/03 17:29:13 aw 1.80.10.2: RESYNC: (1.80-1.81); FILE MERGED 2006/07/20 16:09:24 thb 1.80.10.1: #i66849# Windows VCL now needs to link against msimg32.dll (for AlphaBlend()). Availability: Win2000/Win98 onwards


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b79da85388e4e3f6e766ce5407cd6f1172a19b54]

INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/08/07 12:54:48 aw 1.1.4.3: adaptions after resync: unxsols4: no SAL_PRIVATE in vcl 2006/07/20 16:53:08 thb 1.1.4.2: #i66849# Implemented drawAlphaRect() for X11; renamed RenderFillRectangle to FillRectangle; finished drawTransparentBitmap->drawMaskedBitmap rename 2006/07/20 15:40:36 thb 1.1.4.1: #i66849# Joined from CWS xralpha


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a900d0c912f68e4f7322e1ae4ed3e8a86b5db857]

INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/11/13 10:58:39 aw 1.1.4.4: changes after resync 2006/09/12 11:24:14 aw 1.1.4.3: changes after resync: GetSalData() -> GetX11SalData() 2006/08/11 13:46:03 aw 1.1.4.2: #i66849# do not crash if XRender is not available 2006/07/20 15:40:22 thb 1.1.4.1: #i66849# Joined from CWS xralpha


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c0c9d0ccf91ba327094c9f699871462e224132c6]

INTEGRATION: CWS aw024 (1.138.32); FILE MERGED 2006/11/13 10:58:38 aw 1.138.32.5: changes after resync 2006/11/10 05:48:54 aw 1.138.32.4: RESYNC: (1.139-1.140); FILE MERGED 2006/09/22 03:38:54 aw 1.138.32.3: RESYNC: (1.138-1.139); FILE MERGED 2006/07/20 16:53:08 thb 1.138.32.2: #i66849# Implemented drawAlphaRect() for X11; renamed RenderFillRectangle to FillRectangle; finished drawTransparentBitmap->drawMaskedBitmap rename 2006/07/20 16:03:34 thb 1.138.32.1: #i66849# Join from CWS xralpha; added XRENDER_LINK feature back again; renamed drawTransparentBitmap() to drawMaskedBitmap() and made private nonvirtual; added drawAlphaRect()


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4579cf9cae79f4114f68613f758861193f081034]

INTEGRATION: CWS aw024 (1.31.30); FILE MERGED 2006/11/13 10:58:38 aw 1.31.30.6: changes after resync 2006/11/10 05:48:47 aw 1.31.30.5: RESYNC: (1.33-1.34); FILE MERGED 2006/09/22 03:38:47 aw 1.31.30.4: RESYNC: (1.32-1.33); FILE MERGED 2006/09/08 21:21:36 aw 1.31.30.3: RESYNC: (1.31-1.32); FILE MERGED 2006/07/20 16:53:08 thb 1.31.30.2: #i66849# Implemented drawAlphaRect() for X11; renamed RenderFillRectangle to FillRectangle; finished drawTransparentBitmap->drawMaskedBitmap rename 2006/07/20 16:03:34 thb 1.31.30.1: #i66849# Join from CWS xralpha; added XRENDER_LINK feature back again; renamed drawTransparentBitmap() to drawMaskedBitmap() and made private nonvirtual; added drawAlphaRect()


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a68e8a4ae673ecf54cf6b4349abcc93e9754ebda]

INTEGRATION: CWS aw024 (1.21.30); FILE MERGED 2006/11/10 05:48:31 aw 1.21.30.5: RESYNC: (1.24-1.26); FILE MERGED 2006/09/22 03:38:18 aw 1.21.30.4: RESYNC: (1.23-1.24); FILE MERGED 2006/09/08 21:21:09 aw 1.21.30.3: RESYNC: (1.22-1.23); FILE MERGED 2006/08/03 17:28:22 aw 1.21.30.2: RESYNC: (1.21-1.22); FILE MERGED 2006/07/20 16:03:34 thb 1.21.30.1: #i66849# Join from CWS xralpha; added XRENDER_LINK feature back again; renamed drawTransparentBitmap() to drawMaskedBitmap() and made private nonvirtual; added drawAlphaRect()


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [03e44f9a3f2ab92b0d2f6d23b318a05378d7f761]

INTEGRATION: CWS aw024 (1.19.32); FILE MERGED 2006/11/10 05:48:25 aw 1.19.32.3: RESYNC: (1.20-1.21); FILE MERGED 2006/09/22 03:38:05 aw 1.19.32.2: RESYNC: (1.19-1.20); FILE MERGED 2006/07/20 16:03:34 thb 1.19.32.1: #i66849# Join from CWS xralpha; added XRENDER_LINK feature back again; renamed drawTransparentBitmap() to drawMaskedBitmap() and made private nonvirtual; added drawAlphaRect()


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [400b95f0eec8df001fcb1fd4583482bc77532406]

INTEGRATION: CWS aw024 (1.20.32); FILE MERGED 2006/07/20 16:03:34 thb 1.20.32.1: #i66849# Join from CWS xralpha; added XRENDER_LINK feature back again; renamed drawTransparentBitmap() to drawMaskedBitmap() and made private nonvirtual; added drawAlphaRect()


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bd0be061155fb77568e576d1ab56c342e9e3cf96]

INTEGRATION: CWS aw024 (1.10.32); FILE MERGED 2006/11/13 10:58:38 aw 1.10.32.4: changes after resync 2006/11/10 05:48:18 aw 1.10.32.3: RESYNC: (1.10-1.11); FILE MERGED 2006/08/07 12:54:48 aw 1.10.32.2: adaptions after resync: unxsols4: no SAL_PRIVATE in vcl 2006/07/20 16:03:34 thb 1.10.32.1: #i66849# Join from CWS xralpha; added XRENDER_LINK feature back again; renamed drawTransparentBitmap() to drawMaskedBitmap() and made private nonvirtual; added drawAlphaRect()


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e69d08c02e4810cd0bcc18ab04278b0bc28bdc9d]

INTEGRATION: CWS aw024 (1.42.32); FILE MERGED 2006/11/13 10:58:38 aw 1.42.32.6: changes after resync 2006/11/10 15:53:06 aw 1.42.32.5: RESYNC: (1.44-1.45); FILE MERGED 2006/11/10 05:48:12 aw 1.42.32.4: RESYNC: (1.43-1.44); FILE MERGED 2006/09/22 03:37:47 aw 1.42.32.3: RESYNC: (1.42-1.43); FILE MERGED 2006/09/12 11:24:13 aw 1.42.32.2: changes after resync: GetSalData() -> GetX11SalData() 2006/07/20 16:03:34 thb 1.42.32.1: #i66849# Join from CWS xralpha; added XRENDER_LINK feature back again; renamed drawTransparentBitmap() to drawMaskedBitmap() and made private nonvirtual; added drawAlphaRect()


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [25a24c01c3f03f2d39eafbcac3594f7a6e5faabe]

INTEGRATION: CWS aw024 (1.37.32); FILE MERGED 2006/11/10 05:44:47 aw 1.37.32.2: RESYNC: (1.37-1.38); FILE MERGED 2006/07/20 16:03:33 thb 1.37.32.1: #i66849# Join from CWS xralpha; added XRENDER_LINK feature back again; renamed drawTransparentBitmap() to drawMaskedBitmap() and made private nonvirtual; added drawAlphaRect()


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [556b7ab6ba0ad09712c689e563f7ddf5894afa00]

INTEGRATION: CWS aw024 (1.8.72); FILE MERGED 2006/11/10 05:44:22 aw 1.8.72.2: RESYNC: (1.8-1.9); FILE MERGED 2006/07/20 16:03:33 thb 1.8.72.1: #i66849# Join from CWS xralpha; added XRENDER_LINK feature back again; renamed drawTransparentBitmap() to drawMaskedBitmap() and made private nonvirtual; added drawAlphaRect()


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cc72eefd631b211a1f3dc844ad2fbb2cd00660de]

INTEGRATION: CWS aw024 (1.11.80); FILE MERGED 2006/07/20 16:03:33 thb 1.11.80.1: #i66849# Join from CWS xralpha; added XRENDER_LINK feature back again; renamed drawTransparentBitmap() to drawMaskedBitmap() and made private nonvirtual; added drawAlphaRect()


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c502ea966710d48ebfdcb7105bde8c19c6766089]

INTEGRATION: CWS aw024 (1.36.32); FILE MERGED 2006/11/10 05:40:53 aw 1.36.32.4: RESYNC: (1.38-1.39); FILE MERGED 2006/09/22 03:17:50 aw 1.36.32.3: RESYNC: (1.37-1.38); FILE MERGED 2006/08/03 17:23:07 aw 1.36.32.2: RESYNC: (1.36-1.37); FILE MERGED 2006/07/20 15:50:40 thb 1.36.32.1: #i66849# Join from CWS xralpha; OutDev::DrawTransparent() now uses drawAlphaRect(), if polygon is rectangular; fixed order of fast bail-out & outdev state modification in DrawTransparent; added DrawAlphaBitmap() mirror wrapper for xralpha join


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cb47ffeb2c3c94c01553fe1e8ddf061dcf5e267b]

INTEGRATION: CWS aw024 (1.23.30); FILE MERGED 2006/09/22 03:15:43 aw 1.23.30.3: RESYNC: (1.24-1.25); FILE MERGED 2006/09/08 21:10:21 aw 1.23.30.2: RESYNC: (1.23-1.24); FILE MERGED 2006/07/20 15:50:40 thb 1.23.30.1: #i66849# Join from CWS xralpha; OutDev::DrawTransparent() now uses drawAlphaRect(), if polygon is rectangular; fixed order of fast bail-out & outdev state modification in DrawTransparent; added DrawAlphaBitmap() mirror wrapper for xralpha join


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d69c09cf6dcd6220c54bad359b76d461ddf10aec]

INTEGRATION: CWS aw024 (1.16.32); FILE MERGED 2006/09/22 03:13:22 aw 1.16.32.2: RESYNC: (1.16-1.17); FILE MERGED 2006/07/20 15:50:40 thb 1.16.32.1: #i66849# Join from CWS xralpha; OutDev::DrawTransparent() now uses drawAlphaRect(), if polygon is rectangular; fixed order of fast bail-out & outdev state modification in DrawTransparent; added DrawAlphaBitmap() mirror wrapper for xralpha join


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [892e37dd9ce5b67bd2a4805aa5d548dc1e603221]

INTEGRATION: CWS aw024 (1.30.32); FILE MERGED 2006/11/10 15:52:19 aw 1.30.32.3: RESYNC: (1.31-1.32); FILE MERGED 2006/09/22 03:12:37 aw 1.30.32.2: RESYNC: (1.30-1.31); FILE MERGED 2006/07/20 15:50:40 thb 1.30.32.1: #i66849# Join from CWS xralpha; OutDev::DrawTransparent() now uses drawAlphaRect(), if polygon is rectangular; fixed order of fast bail-out & outdev state modification in DrawTransparent; added DrawAlphaBitmap() mirror wrapper for xralpha join


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [736185a84b9eccd1afd6feebbc5feb30af104061]

INTEGRATION: CWS aw024 (1.7.4); FILE MERGED 2006/09/21 21:03:15 aw 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2006/03/15 11:12:44 aw 1.7.4.1: #i39528# Added transform to B2DRange


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d8441f42f41b16968a022bb64824a14a0ca249ea]

INTEGRATION: CWS aw024 (1.4.24); FILE MERGED 2006/09/21 21:02:27 aw 1.4.24.6: RESYNC: (1.7-1.8); FILE MERGED 2006/08/04 13:34:06 aw 1.4.24.5: adaptions after resync 2006/08/03 16:02:19 aw 1.4.24.4: RESYNC: (1.6-1.7); FILE MERGED 2006/07/07 15:57:56 aw 1.4.24.3: adaptions after resync SRC680m171->SRC680m174 2005/09/19 21:50:27 aw 1.4.24.2: RESYNC: (1.4-1.5); FILE MERGED 2005/05/12 16:35:16 aw 1.4.24.1: #i39529#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2bf3b6aa161889dd77f6c7306888e10e326e3ca3]

INTEGRATION: CWS aw024 (1.7.6); FILE MERGED 2006/09/21 21:02:11 aw 1.7.6.4: RESYNC: (1.8-1.9); FILE MERGED 2006/08/04 13:34:05 aw 1.7.6.3: adaptions after resync 2006/08/03 16:02:11 aw 1.7.6.2: RESYNC: (1.7-1.8); FILE MERGED 2006/07/07 15:57:56 aw 1.7.6.1: adaptions after resync SRC680m171->SRC680m174


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [674bf9646ffef67273d3bc583c44bbc1f2f62662]

INTEGRATION: CWS aw024 (1.12.6); FILE MERGED 2006/09/21 21:01:18 aw 1.12.6.7: RESYNC: (1.15-1.16); FILE MERGED 2006/08/04 13:34:05 aw 1.12.6.6: adaptions after resync 2006/08/03 16:02:04 aw 1.12.6.5: RESYNC: (1.14-1.15); FILE MERGED 2006/07/07 15:57:55 aw 1.12.6.4: adaptions after resync SRC680m171->SRC680m174 2006/06/29 10:54:02 aw 1.12.6.3: #i39528# do not create unique copy of poly(polygon) when transformation is empty 2005/09/19 21:49:04 aw 1.12.6.2: RESYNC: (1.12-1.13); FILE MERGED 2005/05/12 16:35:15 aw 1.12.6.1: #i39529#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bfa055ab525c85c09e029644158c8b6282403d66]

INTEGRATION: CWS aw024 (1.16.2); FILE MERGED 2006/11/01 10:06:13 aw 1.16.2.15: #i67360# corrected isInside to work correctly when bWithBorder==true with horizontal touches. Added a solo isPointOnPolygon test for that 2006/09/21 21:00:57 aw 1.16.2.14: RESYNC: (1.22-1.23); FILE MERGED 2006/07/04 13:48:54 aw 1.16.2.13: RESYNC: (1.21-1.22); FILE MERGED 2005/11/18 18:59:05 aw 1.16.2.12: RESYNC: (1.20-1.21); FILE MERGED 2005/09/19 21:48:43 aw 1.16.2.11: RESYNC: (1.19-1.20); FILE MERGED 2005/07/28 14:49:17 aw 1.16.2.10: #114176# 2005/07/21 15:49:49 aw 1.16.2.9: #114176# 2005/07/13 11:11:13 aw 1.16.2.8: #114176# 2005/06/03 11:53:19 aw 1.16.2.7: #i39532# 2005/05/13 16:31:23 aw 1.16.2.6: RESYNC: (1.18-1.19); FILE MERGED 2005/05/13 12:17:31 aw 1.16.2.5: #i39529# 2005/05/12 16:35:15 aw 1.16.2.4: #i39529# 2005/04/26 14:48:49 aw 1.16.2.3: #i39528# 2005/03/24 01:11:36 aw 1.16.2.2: RESYNC: (1.16-1.18); FILE MERGED 2005/02/02 20:59:51 aw 1.16.2.1: #i39528#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ba7555cf7d6118d8903b60595946b7251b6fed3f]

INTEGRATION: CWS aw024 (1.11.6); FILE MERGED 2006/09/21 21:00:41 aw 1.11.6.10: RESYNC: (1.16-1.17); FILE MERGED 2006/08/04 13:34:05 aw 1.11.6.9: adaptions after resync 2006/08/03 16:01:57 aw 1.11.6.8: RESYNC: (1.15-1.16); FILE MERGED 2006/07/04 13:48:36 aw 1.11.6.7: RESYNC: (1.14-1.15); FILE MERGED 2006/06/29 10:54:02 aw 1.11.6.6: #i39528# do not create unique copy of poly(polygon) when transformation is empty 2005/09/19 21:48:25 aw 1.11.6.5: RESYNC: (1.12-1.13); FILE MERGED 2005/07/13 11:11:12 aw 1.11.6.4: #114176# 2005/05/25 09:44:39 aw 1.11.6.3: #i39529# 2005/05/13 16:31:06 aw 1.11.6.2: RESYNC: (1.11-1.12); FILE MERGED 2005/05/12 16:35:14 aw 1.11.6.1: #i39529#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a0f3b89f5c46561b55d923d573668caee92debc2]

INTEGRATION: CWS aw024 (1.7.6); FILE MERGED 2006/10/27 12:09:09 aw 1.7.6.7: #i70938# added frustum, ortho and orientation methods 2006/09/21 20:59:05 aw 1.7.6.6: RESYNC: (1.10-1.11); FILE MERGED 2006/08/03 16:01:50 aw 1.7.6.5: RESYNC: (1.9-1.10); FILE MERGED 2006/07/11 09:37:39 iha 1.7.6.4: #i39528# correct matrix decompose for rotation 2005/09/19 21:45:48 aw 1.7.6.3: RESYNC: (1.7-1.8); FILE MERGED 2005/05/12 16:35:13 aw 1.7.6.2: #i39529# 2005/04/26 14:48:48 aw 1.7.6.1: #i39528#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [51889858e77fe83446d0449046b0b966795928af]

INTEGRATION: CWS aw024 (1.8.6); FILE MERGED 2006/09/21 20:58:57 aw 1.8.6.8: RESYNC: (1.12-1.13); FILE MERGED 2006/08/03 16:01:43 aw 1.8.6.7: RESYNC: (1.11-1.12); FILE MERGED 2006/06/27 12:54:13 aw 1.8.6.6: #114408# shear was not resetted 2005/11/18 18:58:25 aw 1.8.6.5: RESYNC: (1.10-1.11); FILE MERGED 2005/09/19 21:45:29 aw 1.8.6.4: RESYNC: (1.9-1.10); FILE MERGED 2005/07/13 11:11:12 aw 1.8.6.3: #114176# 2005/05/13 16:30:49 aw 1.8.6.2: RESYNC: (1.8-1.9); FILE MERGED 2005/05/12 16:35:12 aw 1.8.6.1: #i39529#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2835c3d377dd084d2f7949f5fbcfe91d03b18908]

INTEGRATION: CWS aw024 (1.15.4); FILE MERGED 2006/03/15 11:12:27 aw 1.15.4.1: #i39528# Added transform to B2DRange


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6694b027f7f570792f88b746606b9d8810299504]

INTEGRATION: CWS aw024 (1.14.2); FILE MERGED 2006/11/01 10:06:04 aw 1.14.2.11: #i67360# corrected isInside to work correctly when bWithBorder==true with horizontal touches. Added a solo isPointOnPolygon test for that 2005/11/18 18:56:03 aw 1.14.2.10: RESYNC: (1.18-1.19); FILE MERGED 2005/09/19 21:34:43 aw 1.14.2.9: RESYNC: (1.17-1.18); FILE MERGED 2005/07/13 11:10:47 aw 1.14.2.8: #114176# 2005/06/03 11:53:09 aw 1.14.2.7: #i39532# 2005/05/13 16:29:26 aw 1.14.2.6: RESYNC: (1.16-1.17); FILE MERGED 2005/05/12 16:35:25 aw 1.14.2.5: #i39529# 2005/04/26 14:48:36 aw 1.14.2.4: #i39528# 2005/03/24 01:10:06 aw 1.14.2.3: RESYNC: (1.14-1.16); FILE MERGED 2005/02/02 20:59:38 aw 1.14.2.2: #i39528# 2004/12/23 16:49:20 aw 1.14.2.1: #i39525


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d6128310f156e72b9ebb2745cbd7caeeb63c6dbc]

INTEGRATION: CWS aw024 (1.8.4); FILE MERGED 2006/10/27 12:10:06 aw 1.8.4.1: #i70938# added external operator for matrix3d*point3d


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a86c95c42553849b53b01406190994898f8cd64f]

INTEGRATION: CWS aw024 (1.6.42); FILE MERGED 2006/10/27 12:08:58 aw 1.6.42.5: #i70938# added frustum, ortho and orientation methods 2006/08/03 16:00:23 aw 1.6.42.4: RESYNC: (1.8-1.9); FILE MERGED 2005/09/19 21:31:49 aw 1.6.42.3: RESYNC: (1.6-1.7); FILE MERGED 2005/05/12 16:35:25 aw 1.6.42.2: #i39529# 2005/04/26 14:48:36 aw 1.6.42.1: #i39528#


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ae6dfe93f5c5059c9e47221329f5a7cb9c8a095c]

INTEGRATION: CWS aw024 (1.71.62); FILE MERGED 2006/11/10 02:39:10 aw 1.71.62.5: RESYNC: (1.75-1.77); FILE MERGED 2006/09/21 18:01:36 aw 1.71.62.4: RESYNC: (1.74-1.75); FILE MERGED 2006/09/08 17:40:11 aw 1.71.62.3: RESYNC: (1.72-1.74); FILE MERGED 2006/07/04 11:40:22 aw 1.71.62.2: RESYNC: (1.71-1.72); FILE MERGED 2006/03/21 13:30:21 fs 1.71.62.1: ImageConsumerControl::dispose (prevent a leak found during #i62854#)


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9216cc5494faf01ef41bebd6eb3c6d9bae9b6da5]

INTEGRATION: CWS aw024 (1.13.62); FILE MERGED 2006/11/13 13:17:22 aw 1.13.62.4: changes after resync 2006/09/21 18:01:00 aw 1.13.62.3: RESYNC: (1.14-1.15); FILE MERGED 2006/07/07 15:58:16 aw 1.13.62.2: adaptions after resync SRC680m171->SRC680m174 2006/01/30 07:17:21 fs 1.13.62.1: merge the changes from CWS formcontacts into this CWS


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0fb248f24c3f2862abef1297bf737f7a99daf6e0]

INTEGRATION: CWS aw024 (1.36.52); FILE MERGED 2006/09/21 18:00:43 aw 1.36.52.6: RESYNC: (1.39-1.40); FILE MERGED 2006/09/08 17:40:04 aw 1.36.52.5: RESYNC: (1.38-1.39); FILE MERGED 2006/07/18 07:23:40 fs 1.36.52.4: #i10000# warning-free 2006/07/04 11:39:54 aw 1.36.52.3: RESYNC: (1.37-1.38); FILE MERGED 2006/05/12 17:53:44 aw 1.36.52.2: RESYNC: (1.36-1.37); FILE MERGED 2006/01/30 07:17:20 fs 1.36.52.1: merge the changes from CWS formcontacts into this CWS


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9427debde8f921438bd7781c8ae4877b4881b4f2]

INTEGRATION: CWS aw024 (1.35.62); FILE MERGED 2006/11/10 02:35:44 aw 1.35.62.4: RESYNC: (1.37-1.38); FILE MERGED 2006/09/08 17:39:11 aw 1.35.62.3: RESYNC: (1.36-1.37); FILE MERGED 2006/07/04 11:33:56 aw 1.35.62.2: RESYNC: (1.35-1.36); FILE MERGED 2006/03/21 13:30:16 fs 1.35.62.1: ImageConsumerControl::dispose (prevent a leak found during #i62854#)


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [83a0d0a6222d5736b30a14a29bff3b9950627851]

INTEGRATION: CWS aw024 (1.8.62); FILE MERGED 2006/01/30 07:16:47 fs 1.8.62.1: merge the changes from CWS formcontacts into this CWS


2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b0ea6a494773c05346e9f70e58b8794b350491bc]

INTEGRATION: CWS aw024 (1.14.62); FILE MERGED 2006/01/30 07:16:46 fs 1.14.62.1: merge the changes from CWS formcontacts into this CWS


2006-11-08  Kurt Zenker  <kz@openoffice.org>  [9143e3cb2e8be2cb61e142396b078a5a208826c7]

INTEGRATION: CWS basmgr01 (1.4.4); FILE MERGED 2006/09/28 20:03:28 fs 1.4.4.1: more convenience for using this module


2006-11-08  Kurt Zenker  <kz@openoffice.org>  [c0ed887b33d27222a727eebd87465baa504cbb30]

INTEGRATION: CWS basmgr01 (1.3.46); FILE MERGED 2006/09/28 20:02:55 fs 1.3.46.1: more convenience for using this module


2006-11-07  Kurt Zenker  <kz@openoffice.org>  [c11fbbb72f3b68004899498acdc852ebc59cc404]

INTEGRATION: CWS vq39 (1.2.52); FILE MERGED 2006/11/03 03:05:14 vq 1.2.52.1: #i71114# Add missing pch includes.


2006-11-07  Kurt Zenker  <kz@openoffice.org>  [ee98353218001f8df7f60f3f3d2b26197569a712]

INTEGRATION: CWS vq39 (1.2.54); FILE MERGED 2006/11/03 03:05:13 vq 1.2.54.1: #i71114# Add missing pch includes.


2006-11-07  Kurt Zenker  <kz@openoffice.org>  [a20538453252ed89c71da79733908b70c90dd2a1]

INTEGRATION: CWS vq39 (1.2.14); FILE MERGED 2006/11/03 03:05:13 vq 1.2.14.1: #i71114# Add missing pch includes.


2006-11-07  Kurt Zenker  <kz@openoffice.org>  [c0505cb79f3f864b2ec6d2e5c42f8d36723ebb4b]

INTEGRATION: CWS vq39 (1.2.14); FILE MERGED 2006/11/03 03:05:12 vq 1.2.14.1: #i71114# Add missing pch includes.


2006-11-07  Kurt Zenker  <kz@openoffice.org>  [0fa04a3cfdb78fdcfc53ef061d0cfdea5c54f115]

INTEGRATION: CWS fwk55 (1.24.22); FILE MERGED 2006/10/23 12:56:08 mav 1.24.22.1: #i68655# handle the signed offset correctly


2006-11-06  Kurt Zenker  <kz@openoffice.org>  [ffb88f1feca44f4a1b8890ff4b811d753e565568]

INTEGRATION: CWS vclshowstop07 (1.138.34); FILE MERGED 2006/10/24 16:49:19 pl 1.138.34.1: #i70657# calc in difference between awt rectangle and Rectangle


2006-11-06  Kurt Zenker  <kz@openoffice.org>  [91531b011d1eb36e6e7dbf5a1afb05e58ca5bc91]

INTEGRATION: CWS vclshowstop07 (1.82.66); FILE MERGED 2006/10/25 09:55:00 pl 1.82.66.1: #i70759# hdu: fix integer overflow when justifying condensed text


2006-11-06  Kurt Zenker  <kz@openoffice.org>  [eeefb4227b861bdc7b3fa4d4bd3c71da7ad28aa4]

INTEGRATION: CWS vcl67 (1.20.16); FILE MERGED 2006/09/21 16:15:48 pl 1.20.16.1: #i69725# mask access is needed for alpha mask also


2006-11-06  Kurt Zenker  <kz@openoffice.org>  [442b10467a6c1383119077be1a8bfea47c8a18d7]

INTEGRATION: CWS vcl67 (1.221.16); FILE MERGED 2006/10/05 09:10:38 hdu 1.221.16.1: #i67479# better matching for conflicting font attributes weight+width+slant


2006-11-06  Kurt Zenker  <kz@openoffice.org>  [0a00275318972009d6ca3ea5e1c65bee458e397a]

INTEGRATION: CWS vcl67 (1.31.16); FILE MERGED 2006/10/20 14:38:03 thb 1.31.16.3: #i70653# Handling the both-alphas-zero case properly now 2006/09/22 11:51:51 thb 1.31.16.2: #i10000# Fixed a warning 2006/09/22 11:42:05 thb 1.31.16.1: #i47518# Properly blending alpha bitmap into alpha vdev now.


2006-11-06  Kurt Zenker  <kz@openoffice.org>  [c0585575cbae285781f9f9a3f2245659fdad3361]

INTEGRATION: CWS sb63 (1.22.18); FILE MERGED 2006/10/20 08:16:00 sb 1.22.18.1: #i62636# Patch by vq: make DirEntry::TempName generate unique names.


2006-11-06  Kurt Zenker  <kz@openoffice.org>  [2bc6ef3d29fa3bc7e6e333e9828f09def88fd031]

INTEGRATION: CWS pj64 (1.132.18); FILE MERGED 2006/10/29 11:36:39 obr 1.132.18.1: #i70973# dlfcn.h available since Mac OS X 10.3


2006-11-06  Kurt Zenker  <kz@openoffice.org>  [5cd75c20cdaebeaf1456d56d2fe2e287f7abfb60]

INTEGRATION: CWS sb63 (1.75.4); FILE MERGED 2006/10/20 08:01:33 sb 1.75.4.1: #i69110# Patch by cmc: fix memory leak.


2006-11-06  Kurt Zenker  <kz@openoffice.org>  [a9759e1e5a801190d2cb20ce246510e00d46afff]

INTEGRATION: CWS dba21fini (1.44.44); FILE MERGED 2006/10/27 13:26:44 hdu 1.44.44.2: #i70946# cache font face specific notdef glyph only once 2006/10/27 10:40:44 hdu 1.44.44.1: #i70946# handle GetBitmap1()==false condition gracefully


2006-11-06  Kurt Zenker  <kz@openoffice.org>  [f716facf261498fed87788dfad89fc49f7276d76]

INTEGRATION: CWS dba21fini (1.132.16); FILE MERGED 2006/10/31 07:50:24 fs 1.132.16.2: RESYNC: (1.132-1.133); FILE MERGED 2006/10/27 08:30:52 hdu 1.132.16.1: #i70930# force mono-hinting for monochrome text


2006-11-06  Kurt Zenker  <kz@openoffice.org>  [499537c72d5b66753f4507cdf79b8b97fc1c2925]

INTEGRATION: CWS i18n27 (1.2.110); FILE MERGED 2006/10/10 21:03:10 khong 1.2.110.1: #i55035# remove some meanless entries


2006-11-06  Kurt Zenker  <kz@openoffice.org>  [7c466502510839f22189e87115b4dadad8fd53d2]

INTEGRATION: CWS i18n27 (1.8.22); FILE MERGED 2006/10/11 00:17:11 khong 1.8.22.2: RESYNC: (1.8-1.9); FILE MERGED 2006/10/10 21:05:39 khong 1.8.22.1: #i63955# make offset point to beginning of converting position


2006-11-06  Kurt Zenker  <kz@openoffice.org>  [5987261c7bb6e05f6d55727a0b9573903da8490a]

INTEGRATION: CWS i18n27 (1.14.16); FILE MERGED 2006/10/10 21:21:44 khong 1.14.16.1: #i63955# fix index key sequence


2006-11-06  Kurt Zenker  <kz@openoffice.org>  [8be3fa949c92e65ca01f2d56b2e254ea7c1ed578]

INTEGRATION: CWS i18n27 (1.29.22); FILE MERGED 2006/10/19 23:05:15 khong 1.29.22.3: #68819# fix a core dump 2006/10/11 00:08:27 khong 1.29.22.2: RESYNC: (1.29-1.30); FILE MERGED 2006/10/10 20:04:54 khong 1.29.22.1: #i68819 move getValue from construct to loadCalendar


2006-11-06  Kurt Zenker  <kz@openoffice.org>  [0d3264a1264aea19f0a5071de430677790f11d5e]

INTEGRATION: CWS i18n27 (1.3.142); FILE MERGED 2006/10/10 21:10:57 khong 1.3.142.1: #i65267# fix line break rule


2006-11-06  Kurt Zenker  <kz@openoffice.org>  [ba18522e3af40f9468a0973bb4a68af089d4e71b]

INTEGRATION: CWS i18n27 (1.1.2); FILE ADDED 2006/10/10 21:08:55 khong 1.1.2.1: #i56348# add Hungarian word break rule for edit mode


2006-11-06  Kurt Zenker  <kz@openoffice.org>  [a7e052a3111c458bd02744a6582d1d5025210e05]

INTEGRATION: CWS i18n27 (1.11.22); FILE MERGED 2006/10/19 23:05:37 khong 1.11.22.2: #68819# fix a core dump 2006/10/10 20:05:55 khong 1.11.22.1: #i68819 move getValue from construct to loadCalendar


2006-11-03  Vladimir Glazounov  <vg@openoffice.org>  [d8e4ea67305f4173115c6e3aebc35b2ceb96f1b7]

new version for OOE680


2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [0f5dd2f5e08dc4c8031738a752cda2872f6c01db]

new version for OOE680


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [1db05084e823dfb7021228eb9ea901c0a7d11068]

INTEGRATION: CWS inplaceobjects (1.16.46); FILE MERGED 2006/09/28 20:47:15 mba 1.16.46.2: RESYNC: (1.16-1.17); FILE MERGED 2006/06/09 10:34:41 mba 1.16.46.1: #i66239#: create OLE objects with special MiscStatus


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [4507c5aa7b699f245e89e85550c0e500fe9c7215]

INTEGRATION: CWS inplaceobjects (1.9.68); FILE MERGED 2006/07/06 15:26:43 mba 1.9.68.2: RESYNC: (1.9-1.10); FILE MERGED 2006/06/09 10:34:41 mba 1.9.68.1: #i66239#: create OLE objects with special MiscStatus


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [e43e53a6a9db7b4057fa45be3bf1dab8ff76de53]

INTEGRATION: CWS inplaceobjects (1.12.30); FILE MERGED 2006/09/28 19:33:44 mba 1.12.30.2: RESYNC: (1.12-1.13); FILE MERGED 2006/07/10 12:13:34 mba 1.12.30.1: #i64203#: check for direct recursion


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [b118ee5faef28bfd47ad1405551f26924e277b59]

INTEGRATION: CWS inplaceobjects (1.4.250); FILE MERGED 2006/06/14 10:57:13 mba 1.4.250.1: #i66239#: new API for inplace active objects


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [22f05975589e2284548d42558de6261279d346eb]

INTEGRATION: CWS inplaceobjects (1.4.80); FILE MERGED 2006/09/28 19:30:31 mba 1.4.80.3: RESYNC: (1.5-1.6); FILE MERGED 2006/07/06 16:04:51 mba 1.4.80.2: RESYNC: (1.4-1.5); FILE MERGED 2006/06/14 10:57:13 mba 1.4.80.1: #i66239#: new API for inplace active objects


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [a64e6f0df50b490da306bcc8e727d64a13a4a1cd]

INTEGRATION: CWS inplaceobjects (1.3.250); FILE MERGED 2006/07/03 15:12:25 mba 1.3.250.2: #i66239#: need means to change border size 2006/06/14 10:57:13 mba 1.3.250.1: #i66239#: new API for inplace active objects


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [633eed09acb3c46308592b247c328bfd3807d7e0]

INTEGRATION: CWS inplaceobjects (1.3.250); FILE MERGED 2006/09/28 19:30:48 mba 1.3.250.3: RESYNC: (1.3-1.4); FILE MERGED 2006/07/03 15:12:24 mba 1.3.250.2: #i66239#: need means to change border size 2006/06/14 10:57:13 mba 1.3.250.1: #i66239#: new API for inplace active objects


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [d7e04228ddefd7d7ac03d67b895ceb112fb06b24]

INTEGRATION: CWS thbpp5 (1.13.4); FILE MERGED 2006/10/13 20:00:31 thb 1.13.4.1: #i68512# Fixed double-rotation of outline text glyphs


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [94330eb5100bfa580adfd9784692ec9f5831ff93]

INTEGRATION: CWS thbpp5 (1.9.4); FILE MERGED 2006/10/13 20:00:31 thb 1.9.4.1: #i68512# Fixed double-rotation of outline text glyphs


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [557ba89abfbdd4ef988a37521ce5df64d814e8a4]

INTEGRATION: CWS syswinshape (1.7.130); FILE MERGED 2006/10/20 13:00:00 pl 1.7.130.2: RESYNC: (1.7-1.8); FILE MERGED 2006/10/10 16:17:34 pl 1.7.130.1: #i69275# implemented frame shaping


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [436b5bca56aa4600b88af134821ac993dfdac04a]

INTEGRATION: CWS syswinshape (1.136.128); FILE MERGED 2006/10/20 12:59:42 pl 1.136.128.2: RESYNC: (1.136-1.138); FILE MERGED 2006/10/10 16:17:33 pl 1.136.128.1: #i69275# implemented frame shaping


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [993fc051e2466c774c2bc60655495f1969a636a2]

INTEGRATION: CWS syswinshape (1.15.334); FILE MERGED 2006/10/20 12:56:23 pl 1.15.334.2: RESYNC: (1.15-1.16); FILE MERGED 2006/10/10 16:17:33 pl 1.15.334.1: #i69275# implemented frame shaping


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [55855152de30f0f94f16c53d88850e55f6bd9c8d]

INTEGRATION: CWS syswinshape (1.15.30); FILE MERGED 2006/10/20 12:55:31 pl 1.15.30.2: RESYNC: (1.15-1.17); FILE MERGED 2006/10/09 17:00:52 pl 1.15.30.1: #i69275# support for shaped system windows


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [fbcc9423b6ae401cd1eb23aaca9c444920db21db]

INTEGRATION: CWS syswinshape (1.208.30); FILE MERGED 2006/10/20 12:55:10 pl 1.208.30.2: RESYNC: (1.208-1.212); FILE MERGED 2006/10/09 17:00:51 pl 1.208.30.1: #i69275# support for shaped system windows


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [b48efdcab61b35413ce5add9c681bc09edc31475]

INTEGRATION: CWS syswinshape (1.23.178); FILE MERGED 2006/10/20 12:46:10 pl 1.23.178.2: RESYNC: (1.23-1.24); FILE MERGED 2006/10/09 17:00:51 pl 1.23.178.1: #i69275# support for shaped system windows


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [5670015c8eec028031b1a9f82d4f2da48335ecc8]

INTEGRATION: CWS syswinshape (1.50.130); FILE MERGED 2006/10/20 12:44:53 pl 1.50.130.2: RESYNC: (1.50-1.51); FILE MERGED 2006/10/09 17:00:50 pl 1.50.130.1: #i69275# support for shaped system windows


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [8f63aa1bcaa6adb7ada9d33eacd68996b327961b]

INTEGRATION: CWS syswinshape (1.54.30); FILE MERGED 2006/10/20 12:43:46 pl 1.54.30.2: RESYNC: (1.54-1.56); FILE MERGED 2006/10/09 17:00:50 pl 1.54.30.1: #i69275# support for shaped system windows


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [81acd5d565b25050d666546ccd3a237a71a250f5]

INTEGRATION: CWS syswinshape (1.242.12); FILE MERGED 2006/10/20 12:38:45 pl 1.242.12.2: RESYNC: (1.242-1.246); FILE MERGED 2006/10/09 17:00:49 pl 1.242.12.1: #i69275# support for shaped system windows


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [45d4034e848669ce79156ea318d6c6cfac3e9d63]

INTEGRATION: CWS syswinshape (1.24.130); FILE MERGED 2006/10/20 12:32:52 pl 1.24.130.2: RESYNC: (1.24-1.25); FILE MERGED 2006/10/13 15:13:45 pl 1.24.130.1: #i69275# have OWNERDRAW windows without border on explicit request


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [7c6bdc526162a5529fdb41140beb2dfe828fe3f9]

INTEGRATION: CWS tbe28 (1.138.40); FILE MERGED 2006/08/21 14:14:11 tbe 1.138.40.2: RESYNC: (1.138-1.141); FILE MERGED 2006/07/17 09:07:09 tbe 1.138.40.1: #i56539# sub menus not detected with Jaws


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [36734233e8eefead2bbeb2bc74a799320e62846b]

INTEGRATION: CWS tbe28 (1.56.4); FILE MERGED 2006/08/25 10:25:42 tbe 1.56.4.1: #i68079# Patch for toolkit/source/awt/vclxaccessiblecomponent.cxx


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [a88724c69f2119d9b309ab1e335a3dd52bb24abf]

INTEGRATION: CWS vcl68 (1.82.10); FILE MERGED 2006/10/17 08:54:02 pl 1.82.10.1: #i70489# fix a remainder from multiscreen support


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [80b90a65d22d9ba618fccb876ec9e780bfa1a204]

INTEGRATION: CWS vcl68 (1.28.10); FILE MERGED 2006/10/13 12:29:33 pl 1.28.10.1: #i70388# set WM_CLASS hint (thanks cmc)


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [fcd024b03cf30c16f249eed5429d18a7656574e5]

INTEGRATION: CWS vcl68 (1.7.44); FILE MERGED 2006/10/18 09:32:05 pl 1.7.44.1: #i70546# fix timeout in SolarThreadExecutor


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [56e38467dd64e724735a41e6368641aad5642258]

INTEGRATION: CWS vcl68 (1.82.42); FILE MERGED 2006/10/18 13:01:23 hdu 1.82.42.1: #i68047# do not filter out ZWJ/ZWNJ


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [84c0d7f163f65e16dcec1b59c1da218d26f40a79]

INTEGRATION: CWS fwk53 (1.9.8); FILE MERGED 2006/10/18 11:21:45 mav 1.9.8.1: #i70382# fix optional property handling


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [aaeb429c97346e105240b22807a7560fd418c5f6]

INTEGRATION: CWS cairofixes02 (1.8.40); FILE MERGED 2006/10/09 17:25:33 radekdoulik 1.8.40.2: RESYNC: (1.8-1.9); FILE MERGED 2006/10/09 15:55:03 radekdoulik 1.8.40.1: Issue number:  70245 Submitted by:  radekdoulik Reviewed by:   radekdoulik * patches/cairo/cairocanvas-vcl-add-pixmap-size-to-bitmap-system-data.diff 	(vcl/inc/bitmap.hxx): Have the mnWidth and mnHeight fields also on 	Win32. Don't know if this will turn out to be absolutely 	necessary. 	(vcl/win/source/gdi/salbmp.cxx): Set mnWidth and mnHeight in 	WinSalBitmap::GetSystemData().


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [c9b59fe5fed513a3bdcb0d02e9d3125047b42195]

INTEGRATION: CWS cairofixes02 (1.22.22); FILE MERGED 2006/10/09 17:20:59 radekdoulik 1.22.22.2: RESYNC: (1.22-1.24); FILE MERGED 2006/10/09 15:55:03 radekdoulik 1.22.22.1: Issue number:  70245 Submitted by:  radekdoulik Reviewed by:   radekdoulik * patches/cairo/cairocanvas-vcl-add-pixmap-size-to-bitmap-system-data.diff 	(vcl/inc/bitmap.hxx): Have the mnWidth and mnHeight fields also on 	Win32. Don't know if this will turn out to be absolutely 	necessary. 	(vcl/win/source/gdi/salbmp.cxx): Set mnWidth and mnHeight in 	WinSalBitmap::GetSystemData().


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [68756efc38b46bd417674fb0d104ceeca6a03404]

INTEGRATION: CWS cairofixes02 (1.2.20); FILE MERGED 2006/06/30 14:04:59 radekdoulik 1.2.20.1: #i65683# fixes problem of text bounds, visible in text animations, where the top of text was clipped out


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [00043d5ccc8e167f101151d41817178fecbac9ec]

INTEGRATION: CWS cairofixes02 (1.2.20); FILE MERGED 2006/10/09 16:32:43 radekdoulik 1.2.20.2: RESYNC: (1.2-1.3); FILE MERGED 2006/06/30 14:04:58 radekdoulik 1.2.20.1: #i65683# fixes problem of text bounds, visible in text animations, where the top of text was clipped out


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [177edb48aa93e030c8d3d30770a81c53279ab3c8]

INTEGRATION: CWS cairofixes02 (1.2.20); FILE MERGED 2006/10/09 16:32:35 radekdoulik 1.2.20.2: RESYNC: (1.2-1.3); FILE MERGED 2006/10/09 15:57:11 radekdoulik 1.2.20.1: Issue number:  69325 Submitted by:  radekdoulik Reviewed by:   radekdoulik 2006-10-09  Radek Doulik  <rodo@novell.com>

	* patches/src680/apply: added fix from Caolan, move path
	coordinates only when doing stroke. Before they were moved for
	fills as well. It happened because of unclear method name, which
	was indicating just strokes, but was used for clips and fills as
	well. I changed the method names as well now.

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [8bc441f583bff287094afd23955747307fb537b5]

INTEGRATION: CWS cairofixes02 (1.3.14); FILE MERGED 2006/10/09 16:31:03 radekdoulik 1.3.14.2: RESYNC: (1.3-1.4); FILE MERGED 2006/10/09 15:55:52 radekdoulik 1.3.14.1: Issue number:  70245 Submitted by:  radekdoulik Reviewed by:   radekdoulik       * patches/cairo/cairocanvas-check-bitmap-system-data-pixmap-size.diff 	(canvas/source/cairo/cairo_helper.cxx): Yes, more diffs to the 	same file here as in cairo-canvas-win32.diff. Part of the diffs 	for Win32 would have partially overlapped the lines already 	handled in this diff, so have to have them here.


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [de42dcf371ae12ea5c4bff72035a2f38bf3e93f6]

INTEGRATION: CWS cairofixes02 (1.2.20); FILE MERGED 2006/10/09 15:57:11 radekdoulik 1.2.20.1: Issue number:  69325 Submitted by:  radekdoulik Reviewed by:   radekdoulik 2006-10-09  Radek Doulik  <rodo@novell.com>

	* patches/src680/apply: added fix from Caolan, move path
	coordinates only when doing stroke. Before they were moved for
	fills as well. It happened because of unclear method name, which
	was indicating just strokes, but was used for clips and fills as
	well. I changed the method names as well now.

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [7cf84c3842e34cf6c4a0dbc29ba2bf41189489cf]

INTEGRATION: CWS cairofixes02 (1.3.16); FILE MERGED 2006/10/09 16:30:39 radekdoulik 1.3.16.3: RESYNC: (1.3-1.4); FILE MERGED 2006/10/09 15:57:10 radekdoulik 1.3.16.2: Issue number:  69325 Submitted by:  radekdoulik Reviewed by:   radekdoulik 2006-10-09  Radek Doulik  <rodo@novell.com>

	* patches/src680/apply: added fix from Caolan, move path
	coordinates only when doing stroke. Before they were moved for
	fills as well. It happened because of unclear method name, which
	was indicating just strokes, but was used for clips and fills as
	well. I changed the method names as well now.
2006/06/30 13:58:13 radekdoulik 1.3.16.1: #i65589#
workaround for cairo bug, fixes bitmap drawing problem

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [bfe2a90a594d8e5348051555ce20df6886965339]

INTEGRATION: CWS cairofixes02 (1.2.20); FILE MERGED 2006/10/09 16:30:31 radekdoulik 1.2.20.2: RESYNC: (1.2-1.3); FILE MERGED 2006/06/30 14:04:58 radekdoulik 1.2.20.1: #i65683# fixes problem of text bounds, visible in text animations, where the top of text was clipped out


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [79d8c95fbf5c362b2978d2e451a6cbbf76f55c34]

INTEGRATION: CWS cairofixes02 (1.2.20); FILE MERGED 2006/10/09 16:30:25 radekdoulik 1.2.20.2: RESYNC: (1.2-1.3); FILE MERGED 2006/06/30 14:04:58 radekdoulik 1.2.20.1: #i65683# fixes problem of text bounds, visible in text animations, where the top of text was clipped out


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [67ae52ef8adffb50179d9066c23405e8a99dde5f]

INTEGRATION: CWS shellfix04 (1.3.6); FILE MERGED 2006/10/23 12:43:51 obr 1.3.6.1: #i70478# patch applied


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [ebe7d185bc1c04440474a0853ed6ccf79ce1fe0c]

INTEGRATION: CWS atkbridge4 (1.55.28); FILE MERGED 2006/10/24 06:38:26 obr 1.55.28.2: RESYNC: (1.55-1.56); FILE MERGED 2006/10/23 11:55:27 obr 1.55.28.1: #i70361# do not change accessible role for non VCL windows


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [adb70b526a2998773ce7a15929d9e5ac165c13ca]

INTEGRATION: CWS atkbridge4 (1.4.30); FILE MERGED 2006/10/23 11:55:27 obr 1.4.30.1: #i70361# do not change accessible role for non VCL windows


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [1c288e34151c514fedb6a0a68f181769ab60d39b]

INTEGRATION: CWS atkbridge4 (1.3.30); FILE MERGED 2006/10/24 12:39:45 obr 1.3.30.3: #i69620# XAccessibleTextAttributes not queried during wrapper initialization 2006/10/06 09:22:37 obr 1.3.30.2: RESYNC: (1.3-1.4); FILE MERGED 2006/08/24 13:19:39 obr 1.3.30.1: #137437# remember deleted character


2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [57bcdc0bbe896eec44b427621cf8b4c136a1ae96]

INTEGRATION: CWS atkbridge4 (1.2.162); FILE MERGED 2006/10/24 07:45:02 obr 1.2.162.3: #i68213# removed >>Test me<< warning 2006/10/06 09:22:03 obr 1.2.162.2: RESYNC: (1.2-1.3); FILE MERGED 2006/08/24 13:19:38 obr 1.2.162.1: #137437# remember deleted character


2006-10-31  Vladimir Glazounov  <vg@openoffice.org>  [e8152e5fb58c31c9e39478b3200f1338bad4ffa5]

#100000# changed the abbreviation for the module


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [096de9180d7dd6f50c1f0ec284b05649773a023d]

INTEGRATION: CWS ause060 (1.45.146); FILE MERGED 2006/09/22 18:09:11 hjs 1.45.146.1: #i69234# call required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [52d82dee4ee37f6a9e715402a890e85c92a98285]

INTEGRATION: CWS ause060 (1.9.228); FILE MERGED 2006/09/22 17:59:49 hjs 1.9.228.1: #i69234# call required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [06a9aa23e0ef155683284f775d2233838afa08b1]

INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 17:59:43 hjs 1.1.2.1: #i69234# add required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [40651bb7e8325f60cd11d5056695490ee63d7886]

INTEGRATION: CWS ause060 (1.20.60); FILE MERGED 2006/09/22 18:01:21 hjs 1.20.60.1: #i69234# call required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [b9f5bb33905590eb863620e89e37ab1ad290d730]

INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:01:16 hjs 1.1.2.1: #i69234# add required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [ea5a2f7ada1f3265a1ceb9c1d1d4f235f5539319]

INTEGRATION: CWS ause060 (1.3.92); FILE MERGED 2006/09/22 18:06:53 hjs 1.3.92.1: #i69234# call required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [3526c0d01953543257092c9ac98c7fb4c9296da1]

INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:06:49 hjs 1.1.2.1: #i69234# add required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [5ac59170af5b3ed5241cf8c4c45bf7a6b4095471]

INTEGRATION: CWS ause060 (1.3.46); FILE MERGED 2006/09/22 18:05:15 hjs 1.3.46.1: #i69234# call required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [384c1ffec844db435ccc284492c0fa770320f1c7]

INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:05:03 hjs 1.1.2.1: #i69234# add required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [f236458127c45ed1d9451430bc2c35fdee61ef3d]

INTEGRATION: CWS ause060 (1.8.196); FILE MERGED 2006/09/22 18:02:44 hjs 1.8.196.1: #i69234# call required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [72f278e95df372b6a35c6a85ffa5d02f8c28d4d3]

INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:02:38 hjs 1.1.2.1: #i69234# add required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [5cf9e47cc1be5b5445d6515cb0e35b36e8493177]

INTEGRATION: CWS ause060 (1.35.350); FILE MERGED 2006/09/22 18:07:38 hjs 1.35.350.1: #i69234# call required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [bce12b73753651ff42d5ed07517918bb299d97bc]

INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:07:34 hjs 1.1.2.1: #i69234# add required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [d738c78bf7144ec33a6952b1674eae338e92aa13]

INTEGRATION: CWS ause060 (1.5.4); FILE MERGED 2006/09/22 18:00:22 hjs 1.5.4.1: #i69234# call required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [6d177bc779025dbe29c094517bb92432c23b65de]

INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:00:17 hjs 1.1.2.1: #i69234# add required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [8bd09f786e55ac213859bf88bf8c75bd6cd9a9d5]

INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:09:06 hjs 1.1.2.1: #i69234# add required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [935a122cd165d78e9b26d403ba435f1e88250f66]

INTEGRATION: CWS ause060 (1.21.34); FILE MERGED 2006/09/22 18:03:12 hjs 1.21.34.1: #i69234# call required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [4ee47dd36cbd04557ed2ad816b6f3ebcb1b7eb27]

INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:03:08 hjs 1.1.2.1: #i69234# add required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [129a61077bce4fa72cce516cb6b9070fc7bf2833]

INTEGRATION: CWS ause060 (1.2.332); FILE MERGED 2006/09/22 18:08:26 hjs 1.2.332.1: #i69234# call required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [a85d824ca1ae16461d5222a60e1ca22cf46b2031]

INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:08:22 hjs 1.1.2.1: #i69234# add required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [c905d76ec0f6aa8d31de0932bf9da25b1a3fc3ac]

INTEGRATION: CWS ause060 (1.9.16); FILE MERGED 2006/09/22 17:58:20 hjs 1.9.16.1: #i69234# call required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [cd8496e3c0a9025cc4bd3754b037dbd715f17d7b]

INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 17:58:14 hjs 1.1.2.1: #i69234# add required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [d0084da5c379bb95b0410048a75bb51a5605a37e]

INTEGRATION: CWS ause060 (1.8.36); FILE MERGED 2006/09/22 17:58:58 hjs 1.8.36.1: #i69234# call required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [1550cc6a13c144a09cf1cbdb9ec338cd37d52390]

INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 17:58:52 hjs 1.1.2.1: #i69234# add required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [99be89484b44ec6dc8f2ca9f9257062c73c050eb]

INTEGRATION: CWS ause060 (1.5.254); FILE MERGED 2006/09/22 18:09:01 hjs 1.5.254.1: #i69234# call required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [5effbc2a7f887ef362b0ac870b5cd7f9738fff86]

INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:08:57 hjs 1.1.2.1: #i69234# add required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [43998d07a47ca6607fc13ec2f2c83aecf0f5143d]

INTEGRATION: CWS ause060 (1.24.56); FILE MERGED 2006/09/22 18:08:17 hjs 1.24.56.1: #i69234# call required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [5b45e5e3519444414fededbe53afbe9a61c8f3b8]

INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:08:12 hjs 1.1.2.1: #i69234# add required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [c691aa6487b94b20a1221f216f77ae350171f3a7]

INTEGRATION: CWS ause060 (1.13.12); FILE MERGED 2006/09/22 18:08:42 hjs 1.13.12.1: #i69234# call required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [4f3af0764579c9887fae2aaa5915cd4b00596bf2]

INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:08:38 hjs 1.1.2.1: #i69234# add required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [a137eca07a962b646bff145801cdeb6ec22df628]

INTEGRATION: CWS ause060 (1.7.142); FILE MERGED 2006/09/22 18:04:57 hjs 1.7.142.1: #i69234# call required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [82556604d35c0393c163cafdba24e94ecc7123d4]

INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:04:53 hjs 1.1.2.1: #i69234# add required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [8898ed4d859f74eb70cbda9ac39179bb7464a643]

INTEGRATION: CWS ause060 (1.2.276); FILE MERGED 2006/09/22 18:08:07 hjs 1.2.276.1: #i69234# call required makefile


2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [29ff428ff3c0290785c0372a631168cf89041ac2]

INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:08:02 hjs 1.1.2.1: #i69234# add required makefile


2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [09f6bff274f2429281c271cf2998c10c60461672]

INTEGRATION: CWS extleadfix (1.131.24); FILE MERGED 2006/09/29 14:11:59 hdu 1.131.24.1: #i60945# fix sign problem in extleading calculation


2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3958852f2c892121edcb587644999d7caf93fc05]

INTEGRATION: CWS extleadfix (1.27.24); FILE MERGED 2006/10/09 13:12:54 hdu 1.27.24.5: #i60945# get rid of warning 2006/10/09 12:23:24 hdu 1.27.24.4: #i60945# keep Compat_ZeroExtleadBug flag over RefDevMode reset 2006/10/09 12:11:34 hdu 1.27.24.3: #i60945# keep Compat_ZeroExtleadBug flag over RefDevMode reset 2006/10/09 12:02:44 hdu 1.27.24.2: #i60945# add Compat_ZeroExtleadBug method to enable bugwards compatibility 2006/09/29 14:13:27 hdu 1.27.24.1: #i60945# allow backwards compatible line metrics


2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1d62847e0f70a4bab49657d3c54eb06cad4ab63c]

INTEGRATION: CWS extleadfix (1.221.24); FILE MERGED 2006/09/29 14:13:26 hdu 1.221.24.1: #i60945# allow backwards compatible line metrics


2006-10-26  Vladimir Glazounov  <vg@openoffice.org>  [a48665d2b69c458e1df2d2e0759d5a2869fe0e86]

new version for OOE680


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a29d5fd637af39335da5ee448ee47b63f964bd6]

INTEGRATION: CWS c07v007_SRC680 (1.42.52.1.10); FILE MERGED 2006/09/22 10:27:09 fme 1.42.52.1.10.2: #b6449032# workaround for optional strict SO52 backwards compatibility - check flag at beginning of SetPrinterData 2006/09/18 13:39:25 pl 1.42.52.1.10.1: #b6449032# workaround for optional strict SO52 backwards compatibility


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [360dc7c979fdb48d4c21a9bc042b9228f7f19ab4]

INTEGRATION: CWS dba205c (1.34.24); FILE MERGED 2006/10/09 11:32:11 fs 1.34.24.1: #i68389# initialize m_bEnableNaN


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1681a660a497e6f03224beb178e275fb81eb85b4]

INTEGRATION: CWS dba205c (1.5.364); FILE MERGED 2006/10/09 10:27:49 fs 1.5.364.1: #141978# no access to a NULL manager


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [45a703965daac5c45b0b4ceb5baf26f403ebf508]

INTEGRATION: CWS c07v007_SRC680 (1.27.28); FILE MERGED 2006/09/21 14:51:02 pl 1.27.28.3: #b6449032# added comments 2006/09/21 14:23:09 pl 1.27.28.2: #b6449032# compatibility to SO52: quoteright instead of singlequote 2006/09/18 13:27:12 pl 1.27.28.1: #b6449032# workaround for optional strict SO52 backwards compatibility


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [53b4980939e0d0267d961bf62788b82adcad5dfc]

INTEGRATION: CWS c07v007_SRC680 (1.38.14); FILE MERGED 2006/09/21 14:23:09 pl 1.38.14.2: #b6449032# compatibility to SO52: quoteright instead of singlequote 2006/09/18 13:27:11 pl 1.38.14.1: #b6449032# workaround for optional strict SO52 backwards compatibility


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb8d67ed76acfdfecadbb5a9f9de9b877f3b2172]

INTEGRATION: CWS c07v007_SRC680 (1.17.28); FILE MERGED 2006/09/18 13:27:11 pl 1.17.28.1: #b6449032# workaround for optional strict SO52 backwards compatibility


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a29b6d92062f64ae0947c2db25c5cf645c4c1e6]

INTEGRATION: CWS c07v007_SRC680 (1.19.28); FILE MERGED 2006/09/18 13:27:11 pl 1.19.28.1: #b6449032# workaround for optional strict SO52 backwards compatibility


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [14c2ef475d9bf8f08161c2722f521e838a02d7ec]

INTEGRATION: CWS c07v007_SRC680 (1.17.88); FILE MERGED 2006/09/18 13:27:11 pl 1.17.88.1: #b6449032# workaround for optional strict SO52 backwards compatibility


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd4cce7c18bebd3888969ecab3453678eeb86489]

INTEGRATION: CWS fakebold2 (1.11.140); FILE MERGED 2006/09/20 10:37:11 hdu 1.11.140.1: #i65520# enable FT_EMBOLDENing


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5637c4ab2355ac2b292065ee2f24360f3188aa8]

INTEGRATION: CWS fakebold2 (1.131.2); FILE MERGED 2006/09/20 14:35:11 hdu 1.131.2.1: #i65520# implement synthetic bold using freetype's API


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [83de057a9e06ea9b981e280662c003a925727af6]

INTEGRATION: CWS vclxcu02 (1.219.128); FILE MERGED 2006/10/16 13:36:54 hdu 1.219.128.2: RESYNC: (1.219-1.221); FILE MERGED 2006/09/13 14:49:50 hdu 1.219.128.1: #i68839# fix spelling of some fz* font names


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [800a2d5dce0f53f88c4dcd739161c863fff45754]

INTEGRATION: CWS tl29 (1.12.24); FILE MERGED 2006/09/20 01:24:53 khong 1.12.24.1: #i69482# fixed mismatch of nextWord and getWordBoundary


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [66b6e98fd00d1702bc5152e285363770deb20578]

INTEGRATION: CWS pj59 (1.12.56); FILE MERGED 2006/09/19 06:46:00 pjanik 1.12.56.1: #i69025#: Remove extraneous macosx-create-bundle call.


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dfcaf1135c4353a6c919617aef41bd1d35cff6a]

INTEGRATION: CWS pj59 (1.4.12); FILE MERGED 2006/09/19 07:35:10 pjanik 1.4.12.1: #i69025#: Remove extraneous macosx-create-bundle call.


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0186b53f646ee6af428bf53aed25dfd05f89e38]

INTEGRATION: CWS pj59 (1.9.34); FILE MERGED 2006/09/19 07:35:42 pjanik 1.9.34.1: #i69025#: Remove extraneous macosx-create-bundle call.


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2c1225e2e08d672ef9fba5e7d94a803190b75ce]

INTEGRATION: CWS pj59 (1.135.38); FILE MERGED 2006/09/19 07:40:44 pjanik 1.135.38.1: #i69025#: Remove extraneous macosx-create-bundle call.


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6693c95f054d1ebcae387661bd44242069cef71]

INTEGRATION: CWS impress108 (1.30.124); FILE MERGED 2006/09/26 13:32:21 sj 1.30.124.1: #i69511# fixed memory overwriting problem


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [936c61bb43aab867ad2392abe65359802d4fb739]

INTEGRATION: CWS impress108 (1.51.10); FILE MERGED 2006/09/27 11:21:54 sj 1.51.10.2: #i69511# fixed memory overwriting problem 2006/09/26 13:32:20 sj 1.51.10.1: #i69511# fixed memory overwriting problem


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ab50c48f37f34aea768c60438208ab613739913]

INTEGRATION: CWS impress108 (1.3.358); FILE MERGED 2006/10/06 07:58:24 cl 1.3.358.1: added exceptions since stl is now used


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [733021d6c69e415e07de4372cefc1337fa8d92af]

INTEGRATION: CWS pj59 (1.4.10); FILE MERGED 2006/09/19 07:08:25 pjanik 1.4.10.1: #i69025#: Remove extraneous macosx-create-bundle call.


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b731362519c17d387fe8158250931e771aea7ebf]

INTEGRATION: CWS pj59 (1.12.40); FILE MERGED 2006/09/19 07:08:07 pjanik 1.12.40.1: #i69025#: Remove extraneous macosx-create-bundle call.


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [9571a2b3f880e889d91c96d219cd10d9ea2b8eb4]

INTEGRATION: CWS pj59 (1.9.14); FILE MERGED 2006/09/19 07:50:42 pjanik 1.9.14.1: #i69025#: Remove extraneous macosx-create-bundle call.


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [553ca589bd565d922127f162243386eecf73c182]

INTEGRATION: CWS pj59 (1.15.12); FILE MERGED 2006/09/28 16:08:49 pjanik 1.15.12.2: RESYNC: (1.15-1.16); FILE MERGED 2006/09/20 21:15:19 pjanik 1.15.12.1: #i69613#: use unsigned long case to prevent warning.


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ca455a1288a49dae0c1a17671e69b78c80315c7]

INTEGRATION: CWS pj59 (1.22.2); FILE MERGED 2006/09/19 07:49:24 pjanik 1.22.2.1: #i69025#: Remove extraneous macosx-create-bundle call.


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [30652c9724e1ce198bcf13e49dd240a717e3090e]

INTEGRATION: CWS pj59 (1.10.18); FILE MERGED 2006/09/19 07:50:17 pjanik 1.10.18.1: #i69025#: Remove extraneous macosx-create-bundle call.


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bfdb6cadb4b5e662503674f68cb1a59f6a77b2f]

INTEGRATION: CWS pj59 (1.44.38); FILE MERGED 2006/09/19 07:49:07 pjanik 1.44.38.1: #i69025#: Remove extraneous macosx-create-bundle call.


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [90c74095b203df1ac4399da0cad8cd8f366874d0]

INTEGRATION: CWS pj59 (1.23.16); FILE MERGED 2006/09/19 07:49:49 pjanik 1.23.16.1: #i69025#: Remove extraneous macosx-create-bundle call.


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [8032322ce9584cc3ca40a0aaf3be0b7d73490484]

INTEGRATION: CWS calc40 (1.19.50); FILE MERGED 2006/10/17 17:53:18 er 1.19.50.1: documentation of possible notations in the IndexKey syntax


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [12656aaa0ceb0c0ba9ddb3ab3ac1a836969e0675]

INTEGRATION: CWS calc40 (1.6.6); FILE MERGED 2006/10/16 15:51:24 er 1.6.6.1: #i67497# map LANGUAGE_NONE to new ISO 639-2 code 'zxx'


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac6f26b6f5e5da66e1245ee53bc4a46e07156a6c]

INTEGRATION: CWS calc40 (1.8.6); FILE MERGED 2006/10/16 15:51:24 er 1.8.6.1: #i67497# map LANGUAGE_NONE to new ISO 639-2 code 'zxx'


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c648c91997cf4f29f916ad1065d40b7e29b99b2c]

INTEGRATION: CWS pj59 (1.9.10); FILE MERGED 2006/09/19 07:36:21 pjanik 1.9.10.1: #i69025#: Remove extraneous macosx-create-bundle call.


2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee309611a245c068b5f99f946bda1458f0cda4e8]

INTEGRATION: CWS calc40 (1.44.36); FILE MERGED 2006/10/13 18:33:28 er 1.44.36.1: #i69203# recognize combined date+time input if date separator equals decimal separator


2006-10-18  Vladimir Glazounov  <vg@openoffice.org>  [1bca8d9337367b02dcb57a4d2c7a839296a9f345]

new version for SRC680


2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [9debca5e929de904b9efd4caf0cf2c6d1dc281d2]

INTEGRATION: CWS c06v4_SRC680 (1.207.34.1.12); FILE MERGED 2006/10/10 10:31:23 pl 1.207.34.1.12.1: #141905# do not inherit size from previous frame


2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [5bd0c097250d5aa00a9b8a475bb0573d8889822e]

INTEGRATION: CWS c06v4_SRC680 (1.43.34.1.12); FILE MERGED 2006/10/06 11:21:41 pl 1.43.34.1.12.1: #141906# workaround via XServer bug


2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [3c82812848be007591e51051592650479d185852]

INTEGRATION: CWS dba205b (1.30.30); FILE MERGED 2006/08/08 08:09:54 fs 1.30.30.1: #i65585# +BASEPROPERTY_GRAPHIC


2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [6f01ec5e4928a0fa5bf79c6ce65f0e996962685e]

INTEGRATION: CWS dba205b (1.72.28); FILE MERGED 2006/09/04 11:20:47 oj 1.72.28.3: RESYNC: (1.72-1.74); FILE MERGED 2006/08/08 11:53:57 fs 1.72.28.2: let the ImageProducerControlModel care for a default for the Graphic property 2006/08/08 10:56:20 fs 1.72.28.1: use some AggImplInheritanceHelpers (saves us queryInterface/aggregation, acquire/release, getTypes/getImplementationId) / #i65585#: support the additional Graphic property (of type XGraphic) on all controls which are able to display an ImageURL


2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [d560a602f8d47430dc16eccdf34746cf19da9c6c]

INTEGRATION: CWS dba205b (1.48.10); FILE MERGED 2006/09/13 12:21:41 fs 1.48.10.1: #65585# more tolerance when setting XInterface properties (strictly needed for unoapi-test ATM)


2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [aa91ea732138c51304ffe0700b69c0c4a6daff2e]

INTEGRATION: CWS dba205b (1.55.10); FILE MERGED 2006/09/04 11:20:22 oj 1.55.10.4: RESYNC: (1.55-1.57); FILE MERGED 2006/08/08 11:25:04 fs 1.55.10.3: corrected assertion text 2006/08/08 08:10:13 fs 1.55.10.2: #i65585# VCLXImageConsumer now using an Image instead of BitmapEx (allows for XGraphic) 2006/08/08 07:37:49 fs 1.55.10.1: in preparation of #i65585#: derive VCLXImageControl from VCLXImageProducer to share some code


2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [20626755292e755b61c7cbe77f79dec4dbe285fd]

INTEGRATION: CWS dba205b (1.62.8); FILE MERGED 2006/09/13 07:20:15 fs 1.62.8.5: #i10000# 2006/09/04 11:20:15 oj 1.62.8.4: RESYNC: (1.62-1.65); FILE MERGED 2006/08/04 11:25:32 fs 1.62.8.3: #i10000# 2006/08/04 11:22:23 fs 1.62.8.2: #i10000# 2006/08/03 14:38:34 fs 1.62.8.1: #i64593# notify events windowEnabled and windowDisabled, and do this asynchronously


2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [e4cd8b51ab636420f4afc3720c048376ee9ec990]

INTEGRATION: CWS dba205b (1.24.46); FILE MERGED 2006/08/08 08:08:59 fs 1.24.46.1: #i65585# +BASEPROPERTY_GRAPHIC


2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [6bb8d92eb4818dc8d5bd39530ce95f2b85f34dbd]

INTEGRATION: CWS dba205b (1.36.28); FILE MERGED 2006/09/04 11:19:58 oj 1.36.28.3: RESYNC: (1.36-1.37); FILE MERGED 2006/08/08 12:00:18 fs 1.36.28.2: let the ImageProducerControlModel care for a default for the Graphic property 2006/08/08 10:56:15 fs 1.36.28.1: use some AggImplInheritanceHelpers (saves us queryInterface/aggregation, acquire/release, getTypes/getImplementationId) / #i65585#: support the additional Graphic property (of type XGraphic) on all controls which are able to display an ImageURL


2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [2e79e39cc78fcf60e2b0e05d7a1527c22380d044]

INTEGRATION: CWS dba205b (1.34.30); FILE MERGED 2006/09/04 11:19:51 oj 1.34.30.4: RESYNC: (1.34-1.35); FILE MERGED 2006/08/08 11:24:55 fs 1.34.30.3: #i65585# export VCLXImageConsumer 2006/08/08 08:09:54 fs 1.34.30.2: #i65585# VCLXImageConsumer now using an Image instead of BitmapEx (allows for XGraphic) 2006/08/08 07:35:51 fs 1.34.30.1: in preparation of #i65585#: derive VCLXImageControl from VCLXImageProducer to share some code


2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [d727d56f8ffbdd10520f417b969ad1f22b28f428]

INTEGRATION: CWS dba205b (1.21.26); FILE MERGED 2006/09/04 11:19:19 oj 1.21.26.2: RESYNC: (1.21-1.22); FILE MERGED 2006/08/08 11:26:43 fs 1.21.26.1: #i65585# derive SVTXRoadmap from VCLXImageConsumer, to benefit from its ability to also display an XGraphic (and to save some code duplication)


2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [e3b682a4507549d0f3535212bf593250faa28a15]

INTEGRATION: CWS dba205b (1.8.312); FILE MERGED 2006/08/08 11:26:24 fs 1.8.312.1: #i65585# derive SVTXRoadmap from VCLXImageConsumer, to benefit from its ability to also display an XGraphic (and to save some code duplication)


2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [19ec46d14ae58a467ce56518128cc7dd281ffcad]

INTEGRATION: CWS gascon02 (1.35.26); FILE MERGED 2006/10/12 16:10:19 laurentgodard 1.35.26.3: RESYNC: (1.35-1.36); FILE MERGED 2006/10/05 16:42:53 laurentgodard 1.35.26.2: Issue number: 70111 Submitted by:  laurentgodard Reviewed by: 2006/10/04 18:11:48 laurentgodard 1.35.26.1: Issue number: i70111 Submitted by:  laurentgodard Reviewed by:

add gsc_FR locale

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [d8351b5b71ff76c2b8556cd0562faba731b6e284]

INTEGRATION: CWS gascon02 (1.16.26); FILE MERGED 2006/10/12 16:10:12 laurentgodard 1.16.26.2: RESYNC: (1.16-1.17); FILE MERGED 2006/10/04 18:11:48 laurentgodard 1.16.26.1: Issue number: i70111 Submitted by:  laurentgodard Reviewed by:

add gsc_FR locale

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [2da593bf99f802bdaca6694c48f269130c65eb94]

INTEGRATION: CWS gascon02 (1.1.4); FILE ADDED 2006/10/05 16:44:19 laurentgodard 1.1.4.1: Issue number: 70111 Submitted by:  laurentgodard Reviewed by:


2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [a40276f6069ffe60980f1007ea5966da0d3215ce]

INTEGRATION: CWS gascon02 (1.44.10); FILE MERGED 2006/10/12 16:22:04 laurentgodard 1.44.10.4: Issue number: i70111 Submitted by:  laurengodard Reviewed by:

add gsc support
2006/10/12 16:09:26 laurentgodard 1.44.10.3: RESYNC: (1.44-1.45); FILE MERGED
2006/10/12 16:01:22 laurentgodard 1.44.10.2: #i70111 reversed changes for resync
2006/10/05 16:42:52 laurentgodard 1.44.10.1: Issue number: 70111
Submitted by:  laurentgodard
Reviewed by:

2006-10-17  Oliver Bolte  <obo@openoffice.org>  [0d77aa91061f2cf7d448c51a4ffbf50d508fcf84]

#i70487# fix duplicate delete


2006-10-13  Vladimir Glazounov  <vg@openoffice.org>  [094f1743295517b6c1b8a3675e0419c2de4b69bf]

new version for SRC680


2006-10-13  Vladimir Glazounov  <vg@openoffice.org>  [4236c830c4f7a80e27e83958877511432661d4de]

new version for SRC680


2006-10-13  Vladimir Glazounov  <vg@openoffice.org>  [673429a0c4187f760d6ab7fcc5ae3c7e94cb7161]

new version for SRC680


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [c54140cded546f33ee3649baff66f904bbb232f6]

INTEGRATION: CWS opofxmlstorage (1.11.54); FILE MERGED 2006/04/21 11:29:44 mav 1.11.54.1: #i64612# xml parsing helper


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [ae0e6daa94bb10475a68e7c8a2da75bef670c627]

INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/06/30 10:22:29 mav 1.1.2.2: resync to m173: fix warnings 2006/04/21 11:32:18 mav 1.1.2.1: #i64612# xml parsing helper


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [11afad7a599692c02feb7145b6a9b7561e2dbae9]

INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/04/21 11:32:08 mav 1.1.2.1: #i64612# xml parsing helper


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [734797cb53db3095e467e3f5617022413ed1344c]

INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/08/09 15:18:19 mav 1.1.2.3: get rid of warning 2006/06/30 10:22:29 mav 1.1.2.2: resync to m173: fix warnings 2006/04/21 11:31:58 mav 1.1.2.1: #i64612# xml parsing helper


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [184519a5060c605fae7adc053fd482ea6530a26a]

INTEGRATION: CWS opofxmlstorage (1.7.62); FILE MERGED 2006/04/21 13:08:19 mav 1.7.62.2: #i64612# add header 2006/04/21 12:32:35 mav 1.7.62.1: #i64612# support OFOPXML format


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [46fa5a247f6514df430ecfc1a2f54dba35c35a8d]

INTEGRATION: CWS opofxmlstorage (1.9.184); FILE MERGED 2006/04/21 11:29:44 mav 1.9.184.1: #i64612# xml parsing helper


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [e146171ff91f47232d2ffd8414071ad9d1c6b18a]

INTEGRATION: CWS opofxmlstorage (1.5.62); FILE MERGED 2006/04/21 12:32:35 mav 1.5.62.1: #i64612# support OFOPXML format


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [dd28b5bd8207435d398dcccb0012a95d080dc025]

INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/04/21 11:31:10 mav 1.1.2.1: #i64612# xml parsing helper


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [cda0ff77dab0b103569c88f9f7aa525c9af6bf16]

INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/04/21 11:31:20 mav 1.1.2.1: #i64612# xml parsing helper


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [02f4699d43802745c629f1c7320ef9e5f26797de]

INTEGRATION: CWS opofxmlstorage (1.3.226); FILE MERGED 2006/05/15 14:31:35 mav 1.3.226.1: #i65306# hierarchical access


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [dd6d9a8860d7dd30dc4ae9de04ab92a969e9393e]

INTEGRATION: CWS opofxmlstorage (1.7.16); FILE MERGED 2006/08/29 15:12:27 mav 1.7.16.1: #i68684# support iconified objects from clipboard


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [0f2e88c32e0457977455c2a19c1159d403297491]

INTEGRATION: CWS opofxmlstorage (1.16.32); FILE MERGED 2006/08/16 15:36:40 mav 1.16.32.4: #i68684# support iconified objects 2006/06/30 12:29:00 mav 1.16.32.3: resync to m173: fix warnings 2006/06/29 12:44:44 mav 1.16.32.2: RESYNC: (1.16-1.17); FILE MERGED 2006/05/23 16:47:23 mav 1.16.32.1: #122878# Iconified object replacement image must be handled by the container


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [05b40f901cd70df46fb2ec73f46f3b662d99c999]

INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/05/15 14:32:10 mav 1.1.2.1: #i65306# hierarchical access


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [c499fd06da0c638f7b5f2e10bde7ed7032207b3e]

INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/06/30 12:43:37 mav 1.1.2.2: resync to m173: fix warnings 2006/05/15 14:31:59 mav 1.1.2.1: #i65306# hierarchical access


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [90e4d7d0564f66b4fc5cbc9ee4054bc39dafb8e3]

INTEGRATION: CWS opofxmlstorage (1.4.226); FILE MERGED 2006/05/15 14:31:35 mav 1.4.226.1: #i65306# hierarchical access


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [f66574b2b3eb2be1c94cdac9ead3dd3d7d34330a]

INTEGRATION: CWS opofxmlstorage (1.5.226); FILE MERGED 2006/08/09 10:24:49 mav 1.5.226.4: RESYNC: (1.6-1.7); FILE MERGED 2006/06/30 12:43:36 mav 1.5.226.3: resync to m173: fix warnings 2006/06/29 12:36:18 mav 1.5.226.2: RESYNC: (1.5-1.6); FILE MERGED 2006/05/15 14:31:35 mav 1.5.226.1: #i65306# hierarchical access


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [766a65c881ddeb59504eccccd245bb1f8f7303ea]

INTEGRATION: CWS fwk48 (1.18.338); FILE MERGED 2006/10/04 14:48:00 cd 1.18.338.1: #i69317# Added new helper class for context menus


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [c16022e15195c7b0249cbbc8167ec5b45a772c18]

INTEGRATION: CWS fwk48 (1.1.2); FILE ADDED 2006/10/06 12:43:53 cd 1.1.2.5: #i69317# Retrieve item command with recursive method 2006/10/06 07:27:02 cd 1.1.2.4: #i69317# Added support for enabled/disabled menu item via queryDispatch and add/removeStatusListener 2006/10/05 07:59:14 cd 1.1.2.3: #i69317# Fix warnings using gcc 2006/10/04 15:15:50 cd 1.1.2.2: #i69317# Fix problems with wrong include statements 2006/09/12 09:01:55 cd 1.1.2.1: #i69317# Added helper class for context menus


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [987cebe0dc6a427336bc209ea3be0496f2aded0c]

INTEGRATION: CWS fwk48 (1.135.26); FILE MERGED 2006/10/04 15:12:19 cd 1.135.26.1: #i69317# Deliver header for helper class for context menus


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [72aae6e18144de5fbe12785da95b5a099fac66c9]

INTEGRATION: CWS fwk48 (1.1.2); FILE ADDED 2006/10/06 12:44:41 cd 1.1.2.2: #i69317# Added precondition as comment for popup menus 2006/09/12 09:01:33 cd 1.1.2.1: #i69317# Added helper class for context menus


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [2feb35dca26018d584743288725d52419dc1773e]

INTEGRATION: CWS vcl65 (1.13.154); FILE MERGED 2006/09/18 16:53:07 pl 1.13.154.3: #i69639# better leak check (thanks to cmc) 2006/09/05 14:59:31 pl 1.13.154.2: RESYNC: (1.13-1.14); FILE MERGED 2006/08/28 07:17:02 hdu 1.13.154.1: #i68978# fix colormap leak in X11SalGraphics::Init


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [045ea2e4ac6e97ce0a68b2616e08f58c6838143a]

INTEGRATION: CWS vcl65 (1.17.20); FILE MERGED 2006/09/05 16:22:13 pl 1.17.20.1: #i53068# remove ugly #define private public


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [dcfa3ec0ce4573b00f3eea62911f9ab57cb13ed0]

INTEGRATION: CWS vcl65 (1.2.54); FILE MERGED 2006/09/05 16:22:13 pl 1.2.54.1: #i53068# remove ugly #define private public


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [be4c7994f1c76b7a2c11d03e9cc73c265d1cecc2]

INTEGRATION: CWS vcl65 (1.110.20); FILE MERGED 2006/09/06 16:41:54 pl 1.110.20.1: #i55356# remove internal hangul/hanja conversion command as well as key emulation


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [65ee6c3ac80ca2ef42f5ffa42fa08bfdcb1c666d]

INTEGRATION: CWS vcl65 (1.238.76); FILE MERGED 2006/09/06 16:41:53 pl 1.238.76.3: #i55356# remove internal hangul/hanja conversion command as well as key emulation 2006/09/05 14:51:14 pl 1.238.76.2: RESYNC: (1.238-1.241); FILE MERGED 2006/08/08 14:09:09 fs 1.238.76.1: #i58384# ~Window: correct condition for removing myself from parent's maTopWindowChildren


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [e75cd7f14ed66ee3eb4125f0dec5a2705c573597]

INTEGRATION: CWS vcl65 (1.34.78); FILE MERGED 2006/09/06 10:31:16 pl 1.34.78.1: #i57495# fix RTL menus leaving the screen left


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [2fea4e65d91ad738ad115f81a1019f6a9ab5d27c]

INTEGRATION: CWS vcl65 (1.6.36); FILE MERGED 2006/09/06 12:57:53 pl 1.6.36.1: #i68369# don't use mutex after destruction


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [df36c42143ecc2fe7762307d4475b360c9d02c2d]

INTEGRATION: CWS vcl65 (1.37.20); FILE MERGED 2006/08/25 12:01:14 hdu 1.37.20.1: #i68904# provide size hints for hash_* objects


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [cfae5964c765e9c504a04a708ac4a55bde8825a6]

INTEGRATION: CWS vcl65 (1.129.78); FILE MERGED 2006/09/05 14:50:28 pl 1.129.78.3: RESYNC: (1.129-1.130); FILE MERGED 2006/09/05 09:29:15 hdu 1.129.78.2: #i69259# clean up when FT_Glyph_To_Bitmap() failed 2006/08/25 12:01:13 hdu 1.129.78.1: #i68904# provide size hints for hash_* objects


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [f2aca7d08ffd06d995c774b3cfbabe32e6860d3a]

INTEGRATION: CWS vcl65 (1.40.20); FILE MERGED 2006/09/05 14:48:35 pl 1.40.20.5: RESYNC: (1.40-1.41); FILE MERGED 2006/08/25 12:33:47 hdu 1.40.20.4: #i68904# provide size hints for hash_* objects 2006/08/24 11:28:09 hdu 1.40.20.3: #68909# reduce memory consumption by avoiding font name duplication 2006/08/11 12:07:29 hdu 1.40.20.2: #i68527# add MAC weight attributes for FontSubstConfiguration::getSubstWeight method 2006/08/11 09:55:58 hdu 1.40.20.1: #i68527# sort attribute names for weight


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [e042e50410bda6f63de001d206deb97b59406ea1]

INTEGRATION: CWS vcl65 (1.63.42); FILE MERGED 2006/09/06 12:57:53 pl 1.63.42.1: #i68369# don't use mutex after destruction


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [0bbca18dbac08065e9d6cf73f55cc6f21cc96c09]

INTEGRATION: CWS vcl65 (1.69.20); FILE MERGED 2006/09/06 12:57:53 pl 1.69.20.1: #i68369# don't use mutex after destruction


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [e9936a1b2e08c53ab40f2cfbb35ea9545c6351c0]

INTEGRATION: CWS vcl65 (1.36.24); FILE MERGED 2006/09/06 09:03:57 hdu 1.36.24.1: #135890# add sanity check for unitsPerE


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [f0022557121acc03bd464ba221f067c810bf1fc8]

INTEGRATION: CWS vcl65 (1.19.24); FILE MERGED 2006/09/06 09:05:19 hdu 1.19.24.1: #i69264# debug warning about unusable file needs to be more verbose


2006-10-13  Oliver Bolte  <obo@openoffice.org>  [ad9a6c9ab1e2160edbf557a5ffbfed79ff6cd9eb]

INTEGRATION: CWS sb59 (1.45.64); FILE MERGED 2006/07/25 08:52:52 sb 1.45.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [eccb8b0d4830644dfd30a37349c53009beffb4c8]

INTEGRATION: CWS sb59 (1.8.24); FILE MERGED 2006/08/28 11:48:22 sb 1.8.24.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0f46227e2a78f8c06142f0fb09a0d10052959036]

INTEGRATION: CWS sb59 (1.6.24); FILE MERGED 2006/07/21 06:50:52 sb 1.6.24.1: #i67487# Removed NOTIFY_LISTENERS.


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [430f223b16c0fa2e7582fa3d2c089546a2a09501]

INTEGRATION: CWS sb59 (1.5.14); FILE MERGED 2006/08/07 14:31:14 sb 1.5.14.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4fc68c9053f7fd9b22623c2cc8c88bd76621ec61]

INTEGRATION: CWS sb59 (1.4.16); FILE MERGED 2006/08/07 14:31:14 sb 1.4.16.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9b06e05986d55d53b22919fdd62ddf648c37cc20]

INTEGRATION: CWS sb59 (1.7.16); FILE MERGED 2006/08/07 14:31:13 sb 1.7.16.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [84f2b38df2a89ec60204d2d64402f01df80e1379]

INTEGRATION: CWS sb59 (1.7.112); FILE MERGED 2006/08/07 14:31:13 sb 1.7.112.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d7ff77a476f030fcd0709979a6c74126628a8bea]

INTEGRATION: CWS sb59 (1.31.22); FILE MERGED 2006/08/07 14:31:13 sb 1.31.22.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8ba20031b6c2755a776f5f0f5f8debbab5d44f1c]

INTEGRATION: CWS sb59 (1.4.20); FILE MERGED 2006/08/07 14:31:12 sb 1.4.20.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [73f935889565fc5db6b1be457bff2beccd6900d2]

INTEGRATION: CWS sb59 (1.10.10); FILE MERGED 2006/08/07 14:31:12 sb 1.10.10.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0f17a7d54d78b012864d3622a8afb8e26a67c984]

INTEGRATION: CWS sb59 (1.6.22); FILE MERGED 2006/08/07 14:31:12 sb 1.6.22.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6b1f0d19b0120f6fad08e4e3c09d164ab0f8a881]

INTEGRATION: CWS sb59 (1.6.18); FILE MERGED 2006/08/07 14:31:12 sb 1.6.18.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [06c8313d0c81b2b46e30a8a018140a3ec553fa4d]

INTEGRATION: CWS sb59 (1.5.54); FILE MERGED 2006/08/07 14:31:12 sb 1.5.54.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3d0300699e21a990977e8a726509e771e92d74a8]

INTEGRATION: CWS sb59 (1.8.18); FILE MERGED 2006/08/07 14:31:11 sb 1.8.18.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f1d870f0d0df3652820d5f44fb790130b99f7936]

INTEGRATION: CWS sb59 (1.13.54); FILE MERGED 2006/08/07 14:31:11 sb 1.13.54.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8d5db76b1982716ecf025112f914ba9f0d09048f]

INTEGRATION: CWS sb59 (1.4.108); FILE MERGED 2006/08/07 14:31:11 sb 1.4.108.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [16e0e91cf256a91a6cf6ce7d728841d5f9822bfa]

INTEGRATION: CWS sb59 (1.4.108); FILE MERGED 2006/08/07 14:31:10 sb 1.4.108.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ceb9465b6cc2c224ea0f17ead9135c913ba05443]

INTEGRATION: CWS sb59 (1.9.18); FILE MERGED 2006/08/07 14:31:10 sb 1.9.18.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [da2a0add0b463ee8889f06866fd25bd1a923da06]

INTEGRATION: CWS sb59 (1.13.16); FILE MERGED 2006/08/18 19:18:41 sb 1.13.16.2: RESYNC: (1.13-1.14); FILE MERGED 2006/08/07 14:31:10 sb 1.13.16.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [beeb13a0d32ee6af3324c3efd6fd1acf30c0165a]

INTEGRATION: CWS sb59 (1.8.20); FILE MERGED 2006/08/07 14:31:10 sb 1.8.20.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [aea9811a104d43b7dcc2600c5301ae40cc2b640d]

INTEGRATION: CWS sb59 (1.4.22); FILE MERGED 2006/08/07 14:31:09 sb 1.4.22.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [97f2a5228fa4f88b8b8adee3012d07954857c9c9]

INTEGRATION: CWS sb59 (1.5.22); FILE MERGED 2006/08/07 14:31:09 sb 1.5.22.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a62a2bf17ccfa17f6237b733fd6b9e024d1bab86]

INTEGRATION: CWS sb59 (1.2.112); FILE MERGED 2006/08/07 14:31:09 sb 1.2.112.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [682c7064643285f9821284b95a6b08af1974a662]

INTEGRATION: CWS sb59 (1.3.112); FILE MERGED 2006/08/07 14:31:09 sb 1.3.112.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [78ee22032b41e81df1b8b626e535571a430b759e]

INTEGRATION: CWS sb59 (1.5.22); FILE MERGED 2006/08/07 14:31:08 sb 1.5.22.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c79b22099074f4a89ddd7b7addc297e7acb19b3a]

INTEGRATION: CWS sb59 (1.5.18); FILE MERGED 2006/08/07 14:31:08 sb 1.5.18.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e9749a9f12fb92bb06badfe57be7682388a60cb6]

INTEGRATION: CWS sb59 (1.7.10); FILE MERGED 2006/08/07 14:31:08 sb 1.7.10.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [cbd8a66b11e6454835143d87eab08f80b03c2081]

INTEGRATION: CWS sb59 (1.6.108); FILE MERGED 2006/08/07 14:31:07 sb 1.6.108.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [eeafc6344235ba15aac3b81abbc56dffebcf0f5e]

INTEGRATION: CWS sb59 (1.2.112); FILE MERGED 2006/08/07 14:31:07 sb 1.2.112.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2ac47e512a0e814bf87664af49e5a96d0be4f32b]

INTEGRATION: CWS sb59 (1.5.108); FILE MERGED 2006/08/07 14:31:06 sb 1.5.108.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5f5484460d7c2b19c3e99899d7862e3c24ac68cf]

INTEGRATION: CWS sb59 (1.7.20); FILE MERGED 2006/08/07 14:31:06 sb 1.7.20.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2a47e4723369d19a86beaf29b2fcbb1df4446769]

INTEGRATION: CWS sb59 (1.3.108); FILE MERGED 2006/08/07 14:45:32 sb 1.3.108.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d360884821eb80c32cd9b1e4fc73abc7dc216f24]

INTEGRATION: CWS sb59 (1.3.300); FILE MERGED 2006/08/02 15:38:13 cl 1.3.300.1: fixed compiler warnings


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c970be47d8ac0968d65cd374dc98665de4e03097]

INTEGRATION: CWS sb59 (1.13.64); FILE MERGED 2006/07/28 15:24:26 sb 1.13.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2d29ad20546f2690e2bde7aa47228e3a2bab03f6]

INTEGRATION: CWS sb59 (1.21.64); FILE MERGED 2006/07/28 15:24:26 sb 1.21.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [dd0257797130390621b2e6254c6473506147043e]

INTEGRATION: CWS sb59 (1.10.64); FILE MERGED 2006/08/18 19:06:04 sb 1.10.64.2: RESYNC: (1.10-1.11); FILE MERGED 2006/07/28 15:24:25 sb 1.10.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3fff289f08c9ebd68cf1e4fe12a929c074dea2a2]

INTEGRATION: CWS sb59 (1.5.64); FILE MERGED 2006/07/28 15:24:25 sb 1.5.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [04c69350de2a96553d0faa6ab3c0f2a9de824844]

INTEGRATION: CWS sb59 (1.1.1392); FILE MERGED 2006/07/28 15:24:25 sb 1.1.1392.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1389843598bd7253bafc173229f2139113e712f4]

INTEGRATION: CWS sb59 (1.5.298); FILE MERGED 2006/07/28 15:24:25 sb 1.5.298.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [55812e7439c4784907da808d7c674bd441242a75]

INTEGRATION: CWS sb59 (1.2.298); FILE MERGED 2006/07/28 15:24:25 sb 1.2.298.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6b8770b76391fa8c451cd5296e3e2d4f88886b74]

INTEGRATION: CWS sb59 (1.5.298); FILE MERGED 2006/07/28 15:24:24 sb 1.5.298.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [62eb42086bc34370fa95995aa365f94b2a7f59d4]

INTEGRATION: CWS sb59 (1.44.64); FILE MERGED 2006/07/28 15:24:24 sb 1.44.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [31c37e348fe0dd15049a740716c01ec33a08131e]

INTEGRATION: CWS sb59 (1.69.64); FILE MERGED 2006/08/18 19:05:39 sb 1.69.64.2: RESYNC: (1.69-1.70); FILE MERGED 2006/07/28 15:24:24 sb 1.69.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [94ebcaeada5ac50a2cbc71a12971ce6939b3ca60]

INTEGRATION: CWS sb59 (1.62.64); FILE MERGED 2006/08/18 19:05:33 sb 1.62.64.2: RESYNC: (1.62-1.63); FILE MERGED 2006/07/28 15:24:23 sb 1.62.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a880f5b2aab716ec11ac65a80cbff3f03cfd01f8]

INTEGRATION: CWS sb59 (1.42.8); FILE MERGED 2006/08/18 19:05:26 sb 1.42.8.2: RESYNC: (1.42-1.43); FILE MERGED 2006/07/28 15:24:23 sb 1.42.8.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [330c4b31d3c67be29ed23f71a2076a35cc7cee6f]

INTEGRATION: CWS sb59 (1.7.126); FILE MERGED 2006/07/28 15:24:23 sb 1.7.126.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [62a0dc32376fa6c9c09f3264b3e26e7f62e41670]

INTEGRATION: CWS sb59 (1.4.64); FILE MERGED 2006/07/28 15:24:23 sb 1.4.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [54754453cdbe3aa6e6ea5d538c01e7e607d6f1ba]

INTEGRATION: CWS sb59 (1.4.64); FILE MERGED 2006/07/28 15:24:22 sb 1.4.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [07811e4f14d578d77498b66f7c6fb5d29ab4f146]

INTEGRATION: CWS sb59 (1.3.300); FILE MERGED 2006/07/28 15:24:22 sb 1.3.300.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5ff5510fa8fa8daf24f2b0cd589d0c43163dde41]

INTEGRATION: CWS sb59 (1.18.64); FILE MERGED 2006/07/28 15:24:22 sb 1.18.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7510a8f6cc90378ee1519c40b8c6c07d95db06c6]

INTEGRATION: CWS sb59 (1.17.64); FILE MERGED 2006/07/28 15:24:22 sb 1.17.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d44ed9bf5e9dcd210d91e5e9a9d9c5b1158b03f8]

INTEGRATION: CWS sb59 (1.72.64); FILE MERGED 2006/08/18 19:05:20 sb 1.72.64.2: RESYNC: (1.72-1.73); FILE MERGED 2006/07/28 15:24:22 sb 1.72.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8fea1483a4d14bf372dd8e3049a0b48245c107c0]

INTEGRATION: CWS sb59 (1.11.16); FILE MERGED 2006/07/28 15:24:21 sb 1.11.16.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1b760df85f3254e805466504543b20cda377d486]

INTEGRATION: CWS sb59 (1.5.64); FILE MERGED 2006/07/28 15:24:21 sb 1.5.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [bd8a3f580a07c8c448fb108a7dade67058dfeaa4]

INTEGRATION: CWS sb59 (1.3.300); FILE MERGED 2006/07/28 15:24:21 sb 1.3.300.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [bc47a162643b50ba3e6507b54c0b4e27a8012ead]

INTEGRATION: CWS sb59 (1.4.64); FILE MERGED 2006/07/28 15:24:21 sb 1.4.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [13e3395950c509450bd735c36af23b3f587c1967]

INTEGRATION: CWS sb59 (1.5.64); FILE MERGED 2006/07/28 15:24:20 sb 1.5.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5636f001eddb48c17b3ef93a83c371dd7f9d7051]

INTEGRATION: CWS sb59 (1.3.300); FILE MERGED 2006/07/28 15:24:20 sb 1.3.300.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d994e0b72be424173beaf6aadafa1c5ac91587b1]

INTEGRATION: CWS sb59 (1.4.64); FILE MERGED 2006/07/28 15:24:20 sb 1.4.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2d797d2b2543c7dd12d7f0d75d3ebe3359d34456]

INTEGRATION: CWS sb59 (1.4.64); FILE MERGED 2006/07/28 15:24:19 sb 1.4.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0a3009176cb96b7174cbef4a49b630d2040f6d6a]

INTEGRATION: CWS sb59 (1.12.64); FILE MERGED 2006/07/28 15:24:19 sb 1.12.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9b39c90ead6c277aeb12884b17eddabdf43efae5]

INTEGRATION: CWS sb59 (1.8.64); FILE MERGED 2006/07/28 15:24:19 sb 1.8.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b898bad34da55901b4091b05b8c609f319ae8eb9]

INTEGRATION: CWS sb59 (1.11.300); FILE MERGED 2006/07/28 15:24:19 sb 1.11.300.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5c26b7708e5e292760925aa088154224a8628c86]

INTEGRATION: CWS sb59 (1.7.64); FILE MERGED 2006/07/28 15:24:19 sb 1.7.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8b7361e0487120fcb838404ef6bea6ce0520a00e]

INTEGRATION: CWS sb59 (1.29.62); FILE MERGED 2006/07/28 15:24:18 sb 1.29.62.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9874803ce9cca3a98ffdda2c13264cc14127df71]

INTEGRATION: CWS sb59 (1.16.62); FILE MERGED 2006/07/28 15:24:18 sb 1.16.62.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a35e2a4a8ff4ab6f0f6905c2dc9a4f8db8d191a6]

INTEGRATION: CWS sb59 (1.4.62); FILE MERGED 2006/07/28 15:24:18 sb 1.4.62.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9e53911bb8f63adc8d4acf28add4526c5de920fd]

INTEGRATION: CWS sb59 (1.5.64); FILE MERGED 2006/07/28 15:24:18 sb 1.5.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1e269e23f42e5d5e350d9b5eacd779fdc4b9a79c]

INTEGRATION: CWS sb59 (1.8.64); FILE MERGED 2006/07/28 15:24:17 sb 1.8.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9a0463c58201e9937ac586e801c76eea8557f81e]

INTEGRATION: CWS sb59 (1.14.298); FILE MERGED 2006/07/28 15:24:17 sb 1.14.298.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d0bcf978325dfcf6883be0b96f1b790f68c71b73]

INTEGRATION: CWS sb59 (1.16.64); FILE MERGED 2006/07/28 15:24:17 sb 1.16.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [07f10541fc86ceb3a8e39f4c73c5a187d3ca7069]

INTEGRATION: CWS sb59 (1.60.62); FILE MERGED 2006/07/28 15:24:17 sb 1.60.62.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [908648749ab99a527b2657bfeb151cfeb84cc732]

INTEGRATION: CWS sb59 (1.16.166); FILE MERGED 2006/07/28 15:24:17 sb 1.16.166.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [dbaa5cdbfe22bbb952a1ddb02948f4ad8849b69e]

INTEGRATION: CWS sb59 (1.20.164); FILE MERGED 2006/07/28 15:24:17 sb 1.20.164.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [cc278ffd8d05cff19fe1d9dc34b4f85106b506ea]

INTEGRATION: CWS sb59 (1.7.64); FILE MERGED 2006/08/18 19:04:30 sb 1.7.64.2: RESYNC: (1.7-1.8); FILE MERGED 2006/07/28 15:24:16 sb 1.7.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6038ae777e8a4933b34fe06357d0d93e95326fa7]

INTEGRATION: CWS sb59 (1.11.64); FILE MERGED 2006/07/28 15:24:16 sb 1.11.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9fb3a21f425ad5092f84970cd7a357fbafa1891d]

INTEGRATION: CWS sb59 (1.50.64); FILE MERGED 2006/08/18 19:04:24 sb 1.50.64.2: RESYNC: (1.50-1.51); FILE MERGED 2006/07/28 15:24:16 sb 1.50.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e21a7817ef294c86833bdcaa1c15ddab11944773]

INTEGRATION: CWS sb59 (1.3.298); FILE MERGED 2006/07/28 15:24:16 sb 1.3.298.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a6ec3e651da48b2a5edfeda1f26ad091a3f4c6f9]

INTEGRATION: CWS sb59 (1.45.8); FILE MERGED 2006/07/28 15:24:15 sb 1.45.8.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [877048e4b5343c5b7307e0ea4d2764e5babaeacb]

INTEGRATION: CWS sb59 (1.3.298); FILE MERGED 2006/07/28 15:24:15 sb 1.3.298.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [afca6ba78c7e439e6e72cd8096af08c8e06eda1a]

INTEGRATION: CWS sb59 (1.11.64); FILE MERGED 2006/07/28 15:24:15 sb 1.11.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8689a74fbc62eac8eba88d296e5d8acb296af901]

INTEGRATION: CWS sb59 (1.34.64); FILE MERGED 2006/07/28 15:24:15 sb 1.34.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [20bb02327a5e314c604d295e3e7fc1c2f45fb4c0]

INTEGRATION: CWS sb59 (1.5.64); FILE MERGED 2006/07/28 15:24:15 sb 1.5.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9f62908ba6ba804ebcf14949f1558463ac7e7e86]

INTEGRATION: CWS sb59 (1.2.300); FILE MERGED 2006/07/28 15:24:14 sb 1.2.300.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [318beb8960af732a4ee6fec00a9663d88d9f0300]

INTEGRATION: CWS sb59 (1.9.64); FILE MERGED 2006/07/28 15:24:14 sb 1.9.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [50b327870021302130b74978a7e054d47fb08514]

INTEGRATION: CWS sb59 (1.6.64); FILE MERGED 2006/07/28 15:24:14 sb 1.6.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [af5fd2363f010457d4c5088e71f14081003cd43a]

INTEGRATION: CWS sb59 (1.27.8); FILE MERGED 2006/07/28 15:24:14 sb 1.27.8.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9afd480e5926549c0c81c5247f0ed993da94ea35]

INTEGRATION: CWS sb59 (1.19.64); FILE MERGED 2006/07/25 08:52:54 sb 1.19.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b369a4895795b365603ade8ef59ba9aa9e510f7f]

INTEGRATION: CWS sb59 (1.4.126); FILE MERGED 2006/07/28 15:24:14 sb 1.4.126.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f59e31404c006e634e3e90965d4f47a5a95ce702]

INTEGRATION: CWS sb59 (1.4.64); FILE MERGED 2006/07/25 08:52:54 sb 1.4.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b70cede433d39461588e9630a1475e4f3b620a92]

INTEGRATION: CWS sb59 (1.6.62); FILE MERGED 2006/07/25 08:52:54 sb 1.6.62.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [46095ab99058d07c78744efac765c4ec037eb577]

INTEGRATION: CWS sb59 (1.33.64); FILE MERGED 2006/07/25 08:52:53 sb 1.33.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a6792f2913b0e3d6c59fc7b8a297cf6624906977]

INTEGRATION: CWS sb59 (1.6.300); FILE MERGED 2006/07/25 08:52:53 sb 1.6.300.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b73dcd6aed6d4937ebde2a53ea69b776bc342636]

INTEGRATION: CWS sb59 (1.14.64); FILE MERGED 2006/07/25 08:52:53 sb 1.14.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [269b7579310516395f18c1e8f78004f5cc05ee92]

INTEGRATION: CWS sb59 (1.19.64); FILE MERGED 2006/07/25 08:52:53 sb 1.19.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [33711a3b17139678d44911e26b1ac9ebfb9b5e3d]

INTEGRATION: CWS sb59 (1.8.64); FILE MERGED 2006/07/25 08:52:53 sb 1.8.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8b5c2375e38c4bfc88c50ec1a32442955962d924]

INTEGRATION: CWS sb59 (1.73.16); FILE MERGED 2006/07/25 08:52:52 sb 1.73.16.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [bee19ad2579bc023a66f6a4e1dbc4d51943dbc76]

INTEGRATION: CWS sb59 (1.21.64); FILE MERGED 2006/09/08 08:26:47 sb 1.21.64.2: Manually resolved merge conflicts against SRC680m183. 2006/07/25 08:52:52 sb 1.21.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0449588c48d641d94cca7cfe05685aa3d83b2257]

INTEGRATION: CWS sb59 (1.6.64); FILE MERGED 2006/07/25 08:52:52 sb 1.6.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ce1a7056de01df1dc9e251d839b8d5af90b9b2d1]

INTEGRATION: CWS sb59 (1.49.64); FILE MERGED 2006/07/25 08:52:52 sb 1.49.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b56c51451712c2227f1abc8b24f2d559f329e933]

INTEGRATION: CWS sb59 (1.4.64); FILE MERGED 2006/07/25 08:52:52 sb 1.4.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [665a904490ba94c76a0f5d5e737fe1c966c2a2c2]

INTEGRATION: CWS sb59 (1.11.298); FILE MERGED 2006/07/25 08:52:52 sb 1.11.298.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a9bb10a5e8d0e027c8b9ef9f7b708eff3b65f2dc]

INTEGRATION: CWS sb59 (1.3.300); FILE MERGED 2006/07/25 08:52:51 sb 1.3.300.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [509cce6fa681d165c9352712480a5118413353fa]

INTEGRATION: CWS sb59 (1.5.64); FILE MERGED 2006/07/25 08:52:51 sb 1.5.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5df2122ee5043dbd97f8448350ddb6a67d49b834]

INTEGRATION: CWS sb59 (1.8.64); FILE MERGED 2006/07/25 08:52:51 sb 1.8.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1984e1c649a4bab2576b72c3a5a042a25b9ece72]

INTEGRATION: CWS sb59 (1.11.244); FILE MERGED 2006/07/25 08:52:51 sb 1.11.244.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [266259c3e7ca93f0c89b6722dd4c1b4662f26c93]

INTEGRATION: CWS sb59 (1.17.64); FILE MERGED 2006/07/25 08:52:50 sb 1.17.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f854a716723b1cfe70d004335e463e95af917bce]

INTEGRATION: CWS sb59 (1.11.64); FILE MERGED 2006/07/25 08:52:50 sb 1.11.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2a4079c08a5712a2fc8279085c8f7e5ec77c9288]

INTEGRATION: CWS sb59 (1.12.64); FILE MERGED 2006/07/25 08:52:50 sb 1.12.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5f1f04365933d8f4d4a282fe85ce145feb95e567]

INTEGRATION: CWS sb59 (1.26.64); FILE MERGED 2006/07/25 08:52:50 sb 1.26.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e261471e077950c047fc5806dd73dba3b9e13656]

INTEGRATION: CWS sb59 (1.8.296); FILE MERGED 2006/08/18 19:03:35 sb 1.8.296.2: RESYNC: (1.8-1.9); FILE MERGED 2006/07/25 08:52:50 sb 1.8.296.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [86e6c6b2f1ea843c99fd5c7d5173a0ecaebb56a2]

INTEGRATION: CWS sb59 (1.19.64); FILE MERGED 2006/07/25 08:52:49 sb 1.19.64.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1403cf7b1e8021c040b7f2cefb7a7f0b89f5ac56]

INTEGRATION: CWS sb59 (1.32.62); FILE MERGED 2006/08/18 19:03:24 sb 1.32.62.2: RESYNC: (1.33-1.35); FILE MERGED 2006/07/25 08:52:49 sb 1.32.62.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e4cc59f15d08febb0ade9ed46a0057a13bb7cad0]

INTEGRATION: CWS sb59 (1.38.62); FILE MERGED 2006/07/25 08:52:49 sb 1.38.62.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a7b75a72a84b1f7441058190b6a5352c46efa26a]

INTEGRATION: CWS sb59 (1.8.300); FILE MERGED 2006/07/28 15:24:13 sb 1.8.300.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7624cdeb83daf71e1786391704aa4577057bb509]

INTEGRATION: CWS sb59 (1.134.60); FILE MERGED 2006/08/18 19:03:18 sb 1.134.60.2: RESYNC: (1.134-1.135); FILE MERGED 2006/07/28 15:24:13 sb 1.134.60.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [05295c213f88f175106821bad398ec1147f5e3de]

INTEGRATION: CWS sb59 (1.11.300); FILE MERGED 2006/07/28 15:24:13 sb 1.11.300.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8a65a8faa4bf9d87cc4c5f97300b17a509875bf5]

INTEGRATION: CWS sb59 (1.9.300); FILE MERGED 2006/07/25 08:52:48 sb 1.9.300.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8d626d9c9e516c6221009aa6b51e456a8d89133e]

INTEGRATION: CWS sb59 (1.3.64); FILE MERGED 2006/08/09 11:09:38 sb 1.3.64.2: #i67487 Made code warning-free (wntmsci10). 2006/08/09 08:13:11 sb 1.3.64.1: #i67487 Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9266a1cbf8a7f84fca6ddb1827a8b8b7f47d8aae]

INTEGRATION: CWS sb59 (1.8.22); FILE MERGED 2006/08/11 22:44:40 thb 1.8.22.1: #i68336# Made cppcanvas warning free for wntmsci10


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [23c53230b9f1d7473ed5f1429bfcbf114009cd38]

INTEGRATION: CWS sb59 (1.7.22); FILE MERGED 2006/08/11 15:36:04 thb 1.7.22.1: #i68336# Removed unused params; added a few using declarations for hidden methods; added a few casts; added some default statements to get cppcanvas warning free


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [acb2787e093f32f570832ce4ce6a6783e9559c7a]

INTEGRATION: CWS sb59 (1.5.26); FILE MERGED 2006/08/11 15:36:04 thb 1.5.26.1: #i68336# Removed unused params; added a few using declarations for hidden methods; added a few casts; added some default statements to get cppcanvas warning free


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [20d0f1a98c3e9f9a8e6f34d3822ed65bf042361a]

INTEGRATION: CWS sb59 (1.6.22); FILE MERGED 2006/08/11 22:44:40 thb 1.6.22.1: #i68336# Made cppcanvas warning free for wntmsci10


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [700252a1ca473d512a2bfce0374e366397e16f55]

INTEGRATION: CWS sb59 (1.12.6); FILE MERGED 2006/08/30 13:51:40 sb 1.12.6.2: #i67535# Made code warning-free (GCC 4.1.1). 2006/08/11 15:36:03 thb 1.12.6.1: #i68336# Removed unused params; added a few using declarations for hidden methods; added a few casts; added some default statements to get cppcanvas warning free


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [83bcd9896586b1ec03b3345d3a91f7541f27ff97]

INTEGRATION: CWS sb59 (1.8.22); FILE MERGED 2006/08/11 15:36:03 thb 1.8.22.1: #i68336# Removed unused params; added a few using declarations for hidden methods; added a few casts; added some default statements to get cppcanvas warning free


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [bd93dded1b49583553c301dc0cd2c5e940dc0a64]

INTEGRATION: CWS sb59 (1.16.12); FILE MERGED 2006/08/18 19:02:01 sb 1.16.12.4: RESYNC: (1.16-1.18); FILE MERGED 2006/08/11 22:47:21 thb 1.16.12.3: #i68336# Made cppcanvas warning free for wntmsci10 2006/08/11 22:44:39 thb 1.16.12.2: #i68336# Made cppcanvas warning free for wntmsci10 2006/08/11 15:36:03 thb 1.16.12.1: #i68336# Removed unused params; added a few using declarations for hidden methods; added a few casts; added some default statements to get cppcanvas warning free


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [053d270d4490f24cc0b82fc72c90ea5f06435836]

INTEGRATION: CWS sb59 (1.2.22); FILE MERGED 2006/08/11 22:44:39 thb 1.2.22.2: #i68336# Made cppcanvas warning free for wntmsci10 2006/08/11 15:36:02 thb 1.2.22.1: #i68336# Removed unused params; added a few using declarations for hidden methods; added a few casts; added some default statements to get cppcanvas warning free


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [25d8d96e49d0acae501ba3f41c470a0547efccbe]

INTEGRATION: CWS sb59 (1.8.22); FILE MERGED 2006/08/11 15:36:02 thb 1.8.22.1: #i68336# Removed unused params; added a few using declarations for hidden methods; added a few casts; added some default statements to get cppcanvas warning free


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7a8eef309fa42c634c69b868ef26b606eef5f4bf]

INTEGRATION: CWS sb59 (1.238.2); FILE MERGED 2006/08/18 18:53:15 sb 1.238.2.2: RESYNC: (1.238-1.241); FILE MERGED 2006/08/18 11:57:54 sb 1.238.2.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e7a46a85a70856b52a0138f1f78e4f36709da599]

INTEGRATION: CWS sb59 (1.5.108); FILE MERGED 2006/08/23 15:19:07 sb 1.5.108.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1a47f45efe9841df74a4b5b1051bb2c66af15649]

INTEGRATION: CWS sb59 (1.12.4); FILE MERGED 2006/08/30 22:52:05 thb 1.12.4.1: #i69122# Made basebmp compile warning-free


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e8e90c9f59ed3c245748bc7b506434b7f308f178]

INTEGRATION: CWS sb59 (1.5.4); FILE MERGED 2006/09/01 08:34:02 sb 1.5.4.3: #i67535# Made code warning-free (GCC 4.0.3). 2006/08/31 11:08:52 thb 1.5.4.2: #i69122# msvc has no working llabs 2006/08/30 22:52:04 thb 1.5.4.1: #i69122# Made basebmp compile warning-free


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3c0d0f92c983b3546a3479d6eb172e18061a53ca]

INTEGRATION: CWS sb59 (1.6.4); FILE MERGED 2006/09/04 09:44:46 thb 1.6.4.1: #i69182# Removed SISSL license header


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [cfc030321eaa4389bd0238c6de77f20b2c699ce3]

INTEGRATION: CWS sb59 (1.3.4); FILE MERGED 2006/08/30 22:52:04 thb 1.3.4.1: #i69122# Made basebmp compile warning-free


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [bad77d7e0d680683a08679ab0e519827c3de1c15]

INTEGRATION: CWS sb59 (1.7.4); FILE MERGED 2006/09/04 09:44:45 thb 1.7.4.1: #i69182# Removed SISSL license header


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [97ce5e8411b807df7882835b22c979a0b05a203b]

INTEGRATION: CWS sb59 (1.1.4); FILE MERGED 2006/08/30 22:52:04 thb 1.1.4.1: #i69122# Made basebmp compile warning-free


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2154fa7bf1405e7fe5e2cbda2c6ac14555b8e95b]

INTEGRATION: CWS sb59 (1.6.4); FILE MERGED 2006/08/30 22:52:04 thb 1.6.4.1: #i69122# Made basebmp compile warning-free


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [225ddde06196db5955f4df472db36574daf45c9d]

INTEGRATION: CWS sb59 (1.3.4); FILE MERGED 2006/09/04 09:44:45 thb 1.3.4.1: #i69182# Removed SISSL license header


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d6c5f546d2240d1bae6a09464399bbf6a9d017da]

INTEGRATION: CWS sb59 (1.8.4); FILE MERGED 2006/08/30 22:52:04 thb 1.8.4.1: #i69122# Made basebmp compile warning-free


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e17cd496b3e419f04f5f5719351ca9c326679cbc]

INTEGRATION: CWS sb59 (1.8.4); FILE MERGED 2006/09/04 09:44:45 thb 1.8.4.1: #i69182# Removed SISSL license header


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [940472371a2949b9a0d2436e0f42a79efa81f431]

INTEGRATION: CWS sb59 (1.4.18); FILE MERGED 2006/08/11 22:05:06 thb 1.4.18.1: #i68336# Made canvas warning free for wntmsci10


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4c84bb63bf1a803f538b71b4f8f05bc0ae173a5c]

INTEGRATION: CWS sb59 (1.8.18); FILE MERGED 2006/08/11 22:05:06 thb 1.8.18.1: #i68336# Made canvas warning free for wntmsci10


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5ef82d7f72c18bf90f5c5f3b34de35bba4daeae7]

INTEGRATION: CWS sb59 (1.8.18); FILE MERGED 2006/08/11 22:05:05 thb 1.8.18.1: #i68336# Made canvas warning free for wntmsci10


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5e78108557d6ce63baff69d73033be6c21261294]

INTEGRATION: CWS sb59 (1.7.18); FILE MERGED 2006/08/11 22:05:05 thb 1.7.18.1: #i68336# Made canvas warning free for wntmsci10


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a443005157f3be9ed61f40d8261cefe6a6ba40ce]

INTEGRATION: CWS sb59 (1.4.18); FILE MERGED 2006/08/22 07:05:45 sb 1.4.18.2: #i67487# Made code warning-free (wntmsci10). 2006/08/11 22:05:05 thb 1.4.18.1: #i68336# Made canvas warning free for wntmsci10


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9af070568e963c4617f598a03ed325f79de572c0]

INTEGRATION: CWS sb59 (1.8.8); FILE MERGED 2006/09/04 09:49:00 thb 1.8.8.1: #i69182# Untabified makefile section


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f56def46bb1acfc46f2d1e12574b1478ab149a28]

INTEGRATION: CWS sb59 (1.6.4); FILE MERGED 2006/08/18 15:00:05 sb 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2006/08/11 22:05:05 thb 1.6.4.1: #i68336# Made canvas warning free for wntmsci10


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [09f79d59e2d97b92ed156b0f0bb09d59caa54b7d]

INTEGRATION: CWS sb59 (1.6.16); FILE MERGED 2006/08/11 22:05:05 thb 1.6.16.1: #i68336# Made canvas warning free for wntmsci10


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [67356382364b468a992bd7d1a978f87d8a7107a9]

INTEGRATION: CWS sb59 (1.13.16); FILE MERGED 2006/07/21 07:59:27 sb 1.13.16.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [dade85ae33f0a20388cb8c44d144dfeaa02631ca]

INTEGRATION: CWS sb59 (1.3.104); FILE MERGED 2006/07/21 07:59:27 sb 1.3.104.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [650c618490ab7d2c15d0038f495c69949e3fd8aa]

INTEGRATION: CWS sb59 (1.72.14); FILE MERGED 2006/07/21 07:59:26 sb 1.72.14.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4658e391c03f0853efea2975f1af55a755838e22]

INTEGRATION: CWS sb59 (1.47.16); FILE MERGED 2006/07/25 12:39:41 sb 1.47.16.2: RESYNC: (1.47-1.48); FILE MERGED 2006/07/21 07:59:26 sb 1.47.16.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c54135f3fbf0865effc819a13ef9cf8ba5a666cc]

INTEGRATION: CWS sb59 (1.38.14); FILE MERGED 2006/07/21 07:59:26 sb 1.38.14.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [24ff5860fe1b92498006eaea47fd22c5bcaae3ab]

INTEGRATION: CWS sb59 (1.6.16); FILE MERGED 2006/07/25 12:39:29 sb 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2006/07/21 07:59:26 sb 1.6.16.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [94272bfd4f04b5a498f55dd2d123094b4bebaab7]

INTEGRATION: CWS sb59 (1.7.116); FILE MERGED 2006/07/21 07:59:26 sb 1.7.116.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [08340fe321c6952c079ecf12d38a2b08cbc1557a]

INTEGRATION: CWS sb59 (1.61.16); FILE MERGED 2006/08/18 17:29:46 sb 1.61.16.3: RESYNC: (1.62-1.64); FILE MERGED 2006/07/25 12:38:53 sb 1.61.16.2: RESYNC: (1.61-1.62); FILE MERGED 2006/07/21 07:59:25 sb 1.61.16.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3b8cc2d925942ec45d804471aa47863315dfb281]

INTEGRATION: CWS sb59 (1.48.2); FILE MERGED 2006/07/21 07:59:25 sb 1.48.2.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1d4b19a28668258b44d3afbca124f4a314473719]

INTEGRATION: CWS sb59 (1.6.16); FILE MERGED 2006/07/21 07:59:25 sb 1.6.16.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [51c8357d5455c8cbb254d23e80761b34a44284c6]

INTEGRATION: CWS sb59 (1.9.16); FILE MERGED 2006/07/21 07:59:25 sb 1.9.16.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [66e7af6f7ddda505f9c1b9b95b1d16c1d1ae89cd]

INTEGRATION: CWS sb59 (1.4.116); FILE MERGED 2006/07/21 07:59:24 sb 1.4.116.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [453ae94cde1d3c13a12ffcec3533dcf0fb69ec49]

INTEGRATION: CWS sb59 (1.6.16); FILE MERGED 2006/07/21 07:59:24 sb 1.6.16.1: #i67487# Made code warning-free (wntmsci10).


2006-10-12  Oliver Bolte  <obo@openoffice.org>  [59bdeafaa2bc293f4ad6abac74d223f6cbd0b10c]

INTEGRATION: CWS sb59 (1.17.16); FILE MERGED 2006/07/21 07:59:24 sb 1.17.16.1: #i67487# Made code warning-free (wntmsci10).


2006-10-11  Oliver Bolte  <obo@openoffice.org>  [5547eedee2e91cf47bbc62a76fe421b0bd5cf2b3]

INTEGRATION: CWS gh12c (1.16.34); FILE MERGED 2006/09/13 14:35:51 gh 1.16.34.1: #i69004# do not allow spaces in closing tags after the /


2006-10-11  Oliver Bolte  <obo@openoffice.org>  [7cf49fab4d65995b8566ffe7716deeac2c5d9a83]

INTEGRATION: CWS gh12c (1.22.10); FILE MERGED 2006/09/14 11:10:48 gh 1.22.10.1: #i69004# do not allow spaces in closing tags after the /


2006-10-11  Oliver Bolte  <obo@openoffice.org>  [9bd02a8c830c3a38bd6f260912408c02473b4331]

INTEGRATION: CWS cmcfixes28 (1.30.18); FILE MERGED 2006/10/02 14:38:05 cmc 1.30.18.1: #i70042# ignore out of bounds wmf/emf values


2006-10-11  Oliver Bolte  <obo@openoffice.org>  [a2b2dae663ec4ad4e5f8afa54b5be085a4a004f2]

INTEGRATION: CWS cmcfixes28 (1.31.18); FILE MERGED 2006/10/02 14:38:05 cmc 1.31.18.1: #i70042# ignore out of bounds wmf/emf values


2006-10-11  Oliver Bolte  <obo@openoffice.org>  [9478928d0838da6e3c98faaef0249408f78639fb]

INTEGRATION: CWS vcl66 (1.19.16); FILE MERGED 2006/09/13 16:21:32 pl 1.19.16.1: #i65104# better FreeResource after done with local resource stack instead of later


2006-10-11  Oliver Bolte  <obo@openoffice.org>  [072830e0560e2a1e2022e0e51f20fb20ea398bef]

INTEGRATION: CWS vcl66 (1.20.16); FILE MERGED 2006/09/13 16:20:49 pl 1.20.16.1: #i65104# do not forget to clean up all your child windows


2006-10-11  Oliver Bolte  <obo@openoffice.org>  [c0f164ebe7357d4facff96c2e3a41143d9d8eb19]

INTEGRATION: CWS vcl66 (1.28.124); FILE MERGED 2006/09/20 15:14:48 pl 1.28.124.2: RESYNC: (1.28-1.29); FILE MERGED 2006/09/12 13:42:22 hdu 1.28.124.1: #138228# null mpFirstIcon in ImplFreeSalGDI() to prevent abuse later


2006-10-11  Oliver Bolte  <obo@openoffice.org>  [cdfaf95a028a43fafe945461d2770776ed8f9877]

INTEGRATION: CWS vcl66 (1.208.22); FILE MERGED 2006/09/20 15:12:13 pl 1.208.22.2: RESYNC: (1.208-1.209); FILE MERGED 2006/09/08 14:58:24 pl 1.208.22.1: #i68979# remove list handling from DtIntegrator, do not leak DtIntegrator


2006-10-11  Oliver Bolte  <obo@openoffice.org>  [2095fe40bcc3e99218b62a6e07ce002cc45dbc7a]

INTEGRATION: CWS vcl66 (1.27.24); FILE MERGED 2006/09/20 15:08:12 pl 1.27.24.3: RESYNC: (1.27-1.28); FILE MERGED 2006/09/08 15:25:30 pl 1.27.24.2: #i68979# remove debug fprintf 2006/09/08 14:58:24 pl 1.27.24.1: #i68979# remove list handling from DtIntegrator, do not leak DtIntegrator


2006-10-11  Oliver Bolte  <obo@openoffice.org>  [05a5a7c5850c2f565c55f15ecb5185d7d280dfef]

INTEGRATION: CWS vcl66 (1.12.10); FILE MERGED 2006/09/20 16:22:23 pl 1.12.10.1: mnRefCount is no more


2006-10-11  Oliver Bolte  <obo@openoffice.org>  [7eb9bf1a5f2af8747cd19870f805936053c6c28d]

INTEGRATION: CWS vcl66 (1.80.22); FILE MERGED 2006/09/20 15:06:24 pl 1.80.22.2: RESYNC: (1.80-1.81); FILE MERGED 2006/09/08 14:58:23 pl 1.80.22.1: #i68979# remove list handling from DtIntegrator, do not leak DtIntegrator


2006-10-11  Oliver Bolte  <obo@openoffice.org>  [d99c2ed3dce4da594a6b01faf6410773bcf5f7d8]

INTEGRATION: CWS vcl66 (1.17.22); FILE MERGED 2006/09/20 15:02:36 pl 1.17.22.2: RESYNC: (1.17-1.18); FILE MERGED 2006/09/20 11:42:38 pl 1.17.22.1: #i69187# settings changes (thanks to kendy)


2006-10-11  Oliver Bolte  <obo@openoffice.org>  [2260df56dd2b8857c1abd123354a31fac9923ba9]

INTEGRATION: CWS vcl66 (1.36.86); FILE MERGED 2006/09/08 14:58:23 pl 1.36.86.1: #i68979# remove list handling from DtIntegrator, do not leak DtIntegrator


2006-10-11  Oliver Bolte  <obo@openoffice.org>  [9802329016e01632ad5e65e52bd9d1f0d665e123]

INTEGRATION: CWS vcl66 (1.14.124); FILE MERGED 2006/09/08 14:58:23 pl 1.14.124.1: #i68979# remove list handling from DtIntegrator, do not leak DtIntegrator


2006-10-11  Oliver Bolte  <obo@openoffice.org>  [68cb84578a38dd66ada58a63963c9f9c5907d3d6]

INTEGRATION: CWS vcl66 (1.19.124); FILE MERGED 2006/09/20 14:37:18 pl 1.19.124.2: RESYNC: (1.19-1.20); FILE MERGED 2006/09/14 15:20:30 hdu 1.19.124.1: #i53723# changed WingDing mapping for better *doc export


2006-10-11  Oliver Bolte  <obo@openoffice.org>  [ea289a302cf0cad48eafa3c8e55ca955aecda335]

INTEGRATION: CWS vcl66 (1.15.124); FILE MERGED 2006/09/20 14:30:25 pl 1.15.124.2: RESYNC: (1.15-1.16); FILE MERGED 2006/09/18 16:37:53 pl 1.15.124.1: #i69080# allow for hewbrew unit text, general solution still needed


2006-10-11  Oliver Bolte  <obo@openoffice.org>  [97e676b0a6a5de4adeb90fb79143e92e0417be29]

INTEGRATION: CWS vcl66 (1.65.2); FILE MERGED 2006/09/20 14:27:39 pl 1.65.2.3: RESYNC: (1.65-1.66); FILE MERGED 2006/09/20 11:42:37 pl 1.65.2.2: #i69187# settings changes (thanks to kendy) 2006/09/08 15:26:15 pl 1.65.2.1: #i68981# fix a leak


2006-10-11  Oliver Bolte  <obo@openoffice.org>  [34fead7c05e53adb06fa57a8477e20836c586bb3]

INTEGRATION: CWS vcl66 (1.36.22); FILE MERGED 2006/09/20 09:56:47 pl 1.36.22.3: RESYNC: (1.36-1.37); FILE MERGED 2006/09/13 11:35:46 pl 1.36.22.2: #i69503# added some comment 2006/09/13 11:33:01 pl 1.36.22.1: #i69503# write printer changes immediately


2006-10-06  Vladimir Glazounov  <vg@openoffice.org>  [c75690c5c7313ed7c2f3f568e43269e98f2e73f8]

new version for SRC680


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [6c0c15ecc8c1ee705ccbbeb8da638d05ad5ed8a0]

INTEGRATION: CWS fwk46 (1.45.102); FILE MERGED 2006/09/05 07:23:58 pb 1.45.102.1: fix: #i68421# initialize SvTreeListBox::pEdEntry


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [4001ebd4d175a187332f87dca35f5bab3d68009c]

INTEGRATION: CWS onlineupdate4 (1.141.14); FILE MERGED 2006/10/04 07:40:33 dv 1.141.14.2: RESYNC: (1.141-1.142); FILE MERGED 2006/08/16 14:13:00 dv 1.141.14.1: #i68667# Use ItemPos instead of id to remove item


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [dcd1faebdb9e5f90cd1bdb1d1ac263048d8f5e90]

INTEGRATION: CWS impress107 (1.16.2); FILE MERGED 2006/09/15 16:33:45 sj 1.16.2.1: #i69130# added cmyk to rgb conversion


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [2d3f0fe130305bf7dc9bb4dd14e93ed976d1b412]

INTEGRATION: CWS fwk46 (1.28.48); FILE MERGED 2006/09/11 12:26:13 mav 1.28.48.2: RESYNC: (1.28-1.29); FILE MERGED 2006/09/05 07:07:27 pb 1.28.48.1: fix: #i68386# initialize FactoryInfo::bChangedDefaultFilter


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [08a59b05ec5641917ff68ccab410ce11b93731bc]

INTEGRATION: CWS impresshydra (1.45.48); FILE MERGED 2006/07/19 16:03:10 cl 1.45.48.1: #i12719# added support for multi monitor


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [14a8f1c311a58799135efb1c267043df368449aa]

INTEGRATION: CWS impresshydra (1.136.48); FILE MERGED 2006/09/20 13:58:48 cl 1.136.48.4: RESYNC: (1.136-1.137); FILE MERGED 2006/09/04 14:24:40 cl 1.136.48.3: #i67721# add support for window spanning in fullscreen mode 2006/07/18 14:40:31 cl 1.136.48.2: #i12719# added support for multi monitors 2006/07/17 12:02:12 cl 1.136.48.1: #i12719# added multi monitor support for fullscreen presentation


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [d271326b4025bbd0bedee75c63912275d472a7d8]

INTEGRATION: CWS impresshydra (1.7.48); FILE MERGED 2006/09/20 13:55:27 cl 1.7.48.7: RESYNC: (1.9-1.10); FILE MERGED 2006/09/18 10:03:48 pl 1.7.48.6: #i12719# new API 2006/09/04 14:23:33 cl 1.7.48.5: #i67721# fixed typo 2006/08/29 14:48:55 cl 1.7.48.4: fixed merge conflicts 2006/08/28 13:14:06 cl 1.7.48.3: RESYNC: (1.7-1.9); FILE MERGED 2006/08/07 16:41:16 pl 1.7.48.2: make compile 2006/08/07 14:44:25 pl 1.7.48.1: #i67721# preparations for multi monitor support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [61b048f5b5b036d4b9e31f57c7e808e8b8cb9e95]

INTEGRATION: CWS impresshydra (1.15.260); FILE MERGED 2006/07/18 14:34:44 cl 1.15.260.2: #i12719# added support for multi monitors 2006/07/17 11:31:30 cl 1.15.260.1: #i12719# added multi monitor support for fullscreen presentation


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [77ccd92fb24f3955c368f92c57c0c72de9f00bce]

INTEGRATION: CWS impresshydra (1.80.26); FILE MERGED 2006/08/28 13:13:11 cl 1.80.26.2: RESYNC: (1.80-1.81); FILE MERGED 2006/07/19 16:03:49 cl 1.80.26.1: #i12719# added support for multi monitor


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [dc698cd85742d5a72ffb99076105c57c0db03ce0]

INTEGRATION: CWS impresshydra (1.14.46); FILE MERGED 2006/09/20 13:54:43 cl 1.14.46.4: RESYNC: (1.15-1.16); FILE MERGED 2006/08/28 13:13:04 cl 1.14.46.3: RESYNC: (1.14-1.15); FILE MERGED 2006/08/09 14:35:10 pl 1.14.46.2: #i67721# on the way to multiscreen support 2006/08/07 14:44:25 pl 1.14.46.1: #i67721# preparations for multi monitor support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [78c2172a76e585ea471c3c7ac59e77bb96f0bd1a]

INTEGRATION: CWS impresshydra (1.205.46); FILE MERGED 2006/09/20 13:54:22 cl 1.205.46.11: RESYNC: (1.208-1.209); FILE MERGED 2006/09/05 11:20:53 pl 1.205.46.10: #i67721# showfullscreen in xinerama case 2006/08/28 13:12:57 cl 1.205.46.9: RESYNC: (1.205-1.208); FILE MERGED 2006/08/11 15:07:48 pl 1.205.46.8: #i67721# finalize xinerama case 2006/08/10 19:20:00 pl 1.205.46.7: #i67721# partial fullscreen (Xinerama) case 2006/08/10 16:23:08 pl 1.205.46.6: #i67721# set title on replaced window 2006/08/10 08:41:47 pl 1.205.46.5: #i67721# move child frames crossscreen 2006/08/09 14:35:10 pl 1.205.46.4: #i67721# on the way to multiscreen support 2006/08/07 14:44:24 pl 1.205.46.3: #i67721# preparations for multi monitor support 2006/07/18 14:32:37 cl 1.205.46.2: #i12719# added support for multi monitors 2006/07/17 12:17:29 cl 1.205.46.1: #i12719# added multi monitor support for fullscreen presentation


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [b13b44a9b3360f7ae0ca45959f29317a92049d9c]

INTEGRATION: CWS impresshydra (1.13.130); FILE MERGED 2006/09/20 13:52:26 cl 1.13.130.5: RESYNC: (1.14-1.15); FILE MERGED 2006/09/04 17:49:49 pl 1.13.130.4: #i67721# use correct visual 2006/08/29 14:49:30 cl 1.13.130.3: fixed merge conflicts 2006/08/28 13:12:21 cl 1.13.130.2: RESYNC: (1.13-1.14); FILE MERGED 2006/08/09 14:35:09 pl 1.13.130.1: #i67721# on the way to multiscreen support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [6db846246c0d3a43994397ae411c6600910187f3]

INTEGRATION: CWS impresshydra (1.16.46); FILE MERGED 2006/09/20 13:52:06 cl 1.16.46.3: RESYNC: (1.17-1.18); FILE MERGED 2006/08/28 13:12:04 cl 1.16.46.2: RESYNC: (1.16-1.17); FILE MERGED 2006/08/09 14:35:09 pl 1.16.46.1: #i67721# on the way to multiscreen support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [3515033b7b39ab58bdae664303c2f1d3be99d709]

INTEGRATION: CWS impresshydra (1.138.48); FILE MERGED 2006/09/20 13:51:57 cl 1.138.48.7: RESYNC: (1.138-1.139); FILE MERGED 2006/09/04 17:49:49 pl 1.138.48.6: #i67721# use correct visual 2006/09/01 10:27:42 hdu 1.138.48.5: #i68546# extend glyphcache to handle multi-screen scenarios 2006/08/10 09:37:59 pl 1.138.48.4: #i67721# clean up glyph peer caching and final cleanup 2006/08/09 15:35:46 pl 1.138.48.3: #i67721# first step of making glyph rnedering multiscreen capable 2006/08/09 14:35:09 pl 1.138.48.2: #i67721# on the way to multiscreen support 2006/08/07 14:44:24 pl 1.138.48.1: #i67721# preparations for multi monitor support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [dc2737f19cbd0ad3c1589a7ec2693774f529fefe]

INTEGRATION: CWS impresshydra (1.31.46); FILE MERGED 2006/09/20 13:51:49 cl 1.31.46.7: RESYNC: (1.32-1.33); FILE MERGED 2006/09/04 17:49:41 pl 1.31.46.6: #i67721# check compatibility of vdev 2006/09/04 16:24:16 pl 1.31.46.5: #i67721# need to use getBitmap/drawBitmap between different screens 2006/08/29 14:49:29 cl 1.31.46.4: fixed merge conflicts 2006/08/28 13:11:57 cl 1.31.46.3: RESYNC: (1.31-1.32); FILE MERGED 2006/08/10 11:28:09 pl 1.31.46.2: #i67721# make CopyArea multi depth capable 2006/08/09 14:35:09 pl 1.31.46.1: #i67721# on the way to multiscreen support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [74e75e81dd14c44e4464e9bbc48b2f168eb99c58]

INTEGRATION: CWS impresshydra (1.42.46); FILE MERGED 2006/09/20 13:51:40 cl 1.42.46.6: RESYNC: (1.44-1.45); FILE MERGED 2006/08/29 14:49:29 cl 1.42.46.5: fixed merge conflicts 2006/08/28 13:11:49 cl 1.42.46.4: RESYNC: (1.42-1.44); FILE MERGED 2006/08/10 11:28:08 pl 1.42.46.3: #i67721# make CopyArea multi depth capable 2006/08/09 18:39:40 pl 1.42.46.2: #i67721# make gtk NWF multiscreen capable 2006/08/09 14:35:08 pl 1.42.46.1: #i67721# on the way to multiscreen support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [5a4e4cffb17c786ff9a5cba84949b2461b140904]

INTEGRATION: CWS impresshydra (1.21.46); FILE MERGED 2006/09/20 13:51:21 cl 1.21.46.4: RESYNC: (1.23-1.24); FILE MERGED 2006/08/29 14:49:29 cl 1.21.46.3: fixed merge conflicts 2006/08/28 13:11:41 cl 1.21.46.2: RESYNC: (1.21-1.23); FILE MERGED 2006/08/09 14:35:08 pl 1.21.46.1: #i67721# on the way to multiscreen support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [ef37459a18cbfcb37a79572ac6d0e5f16eb0e520]

INTEGRATION: CWS impresshydra (1.10.48); FILE MERGED 2006/09/01 13:56:53 hdu 1.10.48.3: #i68546# optimization for single-screen use in multi-screen scenario 2006/09/01 10:27:42 hdu 1.10.48.2: #i68546# extend glyphcache to handle multi-screen scenarios 2006/08/09 15:35:46 pl 1.10.48.1: #i67721# first step of making glyph rnedering multiscreen capable


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [794be3545887e2025d13b698883a34f49c2438b0]

INTEGRATION: CWS impresshydra (1.42.48); FILE MERGED 2006/10/05 13:19:04 pl 1.42.48.14: #i68546# force MultiScreenGlyph usage when pixmap from non-default screen is involved 2006/10/04 13:32:31 pl 1.42.48.13: #i67721# fix a copy and paste error (hdu) 2006/09/27 09:43:58 hdu 1.42.48.12: #i67721# do not copy but reference ExtDataRef 2006/09/20 13:50:50 cl 1.42.48.11: RESYNC: (1.42-1.43); FILE MERGED 2006/09/04 11:20:06 hdu 1.42.48.10: #i68546# add wrongly deleted line again to initialize render glyph for multi-screen 2006/09/04 07:09:38 hdu 1.42.48.9: #i68546# optimization for default screen use in multi-screen scenario 2006/09/01 14:25:01 hdu 1.42.48.8: #i68546# fix initialization of multi-screen glyph pixmaps 2006/09/01 13:56:53 hdu 1.42.48.7: #i68546# optimization for single-screen use in multi-screen scenario 2006/09/01 10:59:53 hdu 1.42.48.6: #i68546# fix typo 2006/09/01 10:52:08 hdu 1.42.48.5: #i68546# handle wild mixture of multi-screen scenarios 2006/09/01 10:27:42 hdu 1.42.48.4: #i68546# extend glyphcache to handle multi-screen scenarios 2006/08/29 14:49:29 cl 1.42.48.3: fixed merge conflicts 2006/08/10 09:37:59 pl 1.42.48.2: #i67721# clean up glyph peer caching and final cleanup 2006/08/09 15:35:46 pl 1.42.48.1: #i67721# first step of making glyph rnedering multiscreen capable


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [660cc7f102b3576de31b63fc893ee77c504fa9be]

INTEGRATION: CWS impresshydra (1.61.48); FILE MERGED 2006/09/20 13:50:17 cl 1.61.48.4: RESYNC: (1.61-1.62); FILE MERGED 2006/08/10 19:20:00 pl 1.61.48.3: #i67721# partial fullscreen (Xinerama) case 2006/08/09 14:35:08 pl 1.61.48.2: #i67721# on the way to multiscreen support 2006/08/07 14:44:24 pl 1.61.48.1: #i67721# preparations for multi monitor support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [03742f8558ef0743373800fb0e9e231439484fb2]

INTEGRATION: CWS impresshydra (1.19.134); FILE MERGED 2006/09/20 13:49:46 cl 1.19.134.3: RESYNC: (1.19-1.20); FILE MERGED 2006/08/09 14:35:08 pl 1.19.134.2: #i67721# on the way to multiscreen support 2006/08/07 14:44:23 pl 1.19.134.1: #i67721# preparations for multi monitor support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [0cfe91be54cc7bf930d1bcd9785822e3326836ca]

INTEGRATION: CWS impresshydra (1.26.46); FILE MERGED 2006/09/20 13:49:38 cl 1.26.46.4: RESYNC: (1.27-1.28); FILE MERGED 2006/08/29 14:49:28 cl 1.26.46.3: fixed merge conflicts 2006/08/28 13:11:24 cl 1.26.46.2: RESYNC: (1.26-1.27); FILE MERGED 2006/08/09 14:35:07 pl 1.26.46.1: #i67721# on the way to multiscreen support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [ed60265ec57359442519177e3481e4f94047b3f2]

INTEGRATION: CWS impresshydra (1.12.48); FILE MERGED 2006/09/20 13:49:19 cl 1.12.48.6: RESYNC: (1.14-1.15); FILE MERGED 2006/09/18 09:08:23 pl 1.12.48.5: #i12719# add property default screen number, change naming 2006/09/04 16:23:22 pl 1.12.48.4: #i67721# report screen count in non xinerama case 2006/08/29 14:49:28 cl 1.12.48.3: fixed merge conflicts 2006/08/09 14:35:07 pl 1.12.48.2: #i67721# on the way to multiscreen support 2006/08/07 14:44:23 pl 1.12.48.1: #i67721# preparations for multi monitor support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [1fd07da5df9a62f00409fe87be1ed8b101b22d22]

INTEGRATION: CWS impresshydra (1.74.44); FILE MERGED 2006/09/20 13:48:44 cl 1.74.44.6: RESYNC: (1.80-1.81); FILE MERGED 2006/08/29 14:49:28 cl 1.74.44.5: fixed merge conflicts 2006/08/28 13:10:38 cl 1.74.44.4: RESYNC: (1.74-1.80); FILE MERGED 2006/08/10 09:37:58 pl 1.74.44.3: #i67721# clean up glyph peer caching and final cleanup 2006/08/09 14:35:07 pl 1.74.44.2: #i67721# on the way to multiscreen support 2006/08/07 14:44:23 pl 1.74.44.1: #i67721# preparations for multi monitor support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [91838bf0e3c8fab929105ef1023626afae23e0a9]

INTEGRATION: CWS impresshydra (1.43.46); FILE MERGED 2006/09/20 13:48:36 cl 1.43.46.3: RESYNC: (1.46-1.47); FILE MERGED 2006/08/28 13:10:31 cl 1.43.46.2: RESYNC: (1.43-1.46); FILE MERGED 2006/08/09 14:35:07 pl 1.43.46.1: #i67721# on the way to multiscreen support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [38c4f5761a9ae2f378855643f4aa19d218ccf186]

INTEGRATION: CWS impresshydra (1.32.46); FILE MERGED 2006/09/20 13:47:05 cl 1.32.46.4: RESYNC: (1.33-1.34); FILE MERGED 2006/08/29 14:49:28 cl 1.32.46.3: fixed merge conflicts 2006/08/28 13:09:39 cl 1.32.46.2: RESYNC: (1.32-1.33); FILE MERGED 2006/08/07 14:44:23 pl 1.32.46.1: #i67721# preparations for multi monitor support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [46f6e062623663affb3f792329b862dda3ce10a7]

INTEGRATION: CWS impresshydra (1.14.10); FILE MERGED 2006/09/20 13:45:46 cl 1.14.10.7: RESYNC: (1.17-1.18); FILE MERGED 2006/08/29 14:49:27 cl 1.14.10.6: fixed merge conflicts 2006/08/28 13:09:20 cl 1.14.10.5: RESYNC: (1.14-1.17); FILE MERGED 2006/08/10 11:28:08 pl 1.14.10.4: #i67721# make CopyArea multi depth capable 2006/08/09 18:39:39 pl 1.14.10.3: #i67721# make gtk NWF multiscreen capable 2006/08/09 17:18:00 pl 1.14.10.2: #i67721# make kde NWF multiscreen capable 2006/08/09 14:35:06 pl 1.14.10.1: #i67721# on the way to multiscreen support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [2ff84e0332c0ea6ad47bbb5e4d7b475677bff826]

INTEGRATION: CWS impresshydra (1.13.10); FILE MERGED 2006/09/20 13:45:37 cl 1.13.10.3: RESYNC: (1.15-1.16); FILE MERGED 2006/08/28 13:08:51 cl 1.13.10.2: RESYNC: (1.13-1.15); FILE MERGED 2006/08/09 14:35:06 pl 1.13.10.1: #i67721# on the way to multiscreen support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [f098fc2ef99cd4f6a1d37931a40d60f66af8c95e]

INTEGRATION: CWS impresshydra (1.5.322); FILE MERGED 2006/08/28 13:08:43 cl 1.5.322.2: RESYNC: (1.5-1.6); FILE MERGED 2006/08/09 14:35:06 pl 1.5.322.1: #i67721# on the way to multiscreen support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [887b424d998879b06443e0cc88365a3811fe018d]

INTEGRATION: CWS impresshydra (1.9.48); FILE MERGED 2006/08/11 15:07:48 pl 1.9.48.1: #i67721# finalize xinerama case


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [0b00854c5be62c38b17dd5208e805fdc53f82a51]

INTEGRATION: CWS impresshydra (1.23.102); FILE MERGED 2006/08/11 15:07:47 pl 1.23.102.6: #i67721# finalize xinerama case 2006/08/10 08:41:46 pl 1.23.102.5: #i67721# move child frames crossscreen 2006/08/09 18:39:39 pl 1.23.102.4: #i67721# make gtk NWF multiscreen capable 2006/08/09 14:35:05 pl 1.23.102.3: #i67721# on the way to multiscreen support 2006/07/18 14:31:41 cl 1.23.102.2: #i12719# added support for multi monitors 2006/07/17 12:16:34 cl 1.23.102.1: #i12719# added multi monitor support for fullscreen presentation


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [bfe7248f89921206382a41e5536f087f139be2bf]

INTEGRATION: CWS impresshydra (1.5.46); FILE MERGED 2006/08/28 13:08:24 cl 1.5.46.2: RESYNC: (1.5-1.6); FILE MERGED 2006/08/09 14:35:05 pl 1.5.46.1: #i67721# on the way to multiscreen support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [80af3c5dacb66ff74dd8701b04dbc45e438e3bca]

INTEGRATION: CWS impresshydra (1.24.264); FILE MERGED 2006/08/10 19:19:59 pl 1.24.264.3: #i67721# partial fullscreen (Xinerama) case 2006/07/17 14:01:33 cl 1.24.264.2: #i12719# added multi monitor support for fullscreen presentation 2006/07/17 13:52:59 cl 1.24.264.1: #i12719# added multi monitor support for fullscreen presentation


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [c34b68e04229a5a49bb6760afd27d89a6145b104]

INTEGRATION: CWS impresshydra (1.4.322); FILE MERGED 2006/08/09 14:35:05 pl 1.4.322.1: #i67721# on the way to multiscreen support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [76707b84b1cad6765e6e0354e66ef17771e5fe71]

INTEGRATION: CWS impresshydra (1.7.134); FILE MERGED 2006/08/09 14:35:05 pl 1.7.134.1: #i67721# on the way to multiscreen support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [70d6f00870df0d9a8945db11ec06f32575f4d603]

INTEGRATION: CWS impresshydra (1.5.322); FILE MERGED 2006/09/18 09:08:48 pl 1.5.322.2: #i12719# add property default screen number, change naming 2006/08/07 14:44:23 pl 1.5.322.1: #i67721# preparations for multi monitor support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [5a122ef0fe134bb56193c0b8dc01625da36239e7]

INTEGRATION: CWS impresshydra (1.5.48); FILE MERGED 2006/08/09 14:35:05 pl 1.5.48.1: #i67721# on the way to multiscreen support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [ac4d73764ff5071ef90d777f891e792f128d197f]

INTEGRATION: CWS impresshydra (1.37.48); FILE MERGED 2006/09/04 17:48:55 pl 1.37.48.6: #i67721# use correct visual 2006/08/29 14:49:27 cl 1.37.48.5: fixed merge conflicts 2006/08/10 11:28:08 pl 1.37.48.4: #i67721# make CopyArea multi depth capable 2006/08/10 09:37:58 pl 1.37.48.3: #i67721# clean up glyph peer caching and final cleanup 2006/08/09 18:39:38 pl 1.37.48.2: #i67721# make gtk NWF multiscreen capable 2006/08/09 14:35:04 pl 1.37.48.1: #i67721# on the way to multiscreen support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [a6667e1840610be5d15c60d01f1f23cb43c63bb2]

INTEGRATION: CWS impresshydra (1.50.48); FILE MERGED 2006/09/05 11:20:52 pl 1.50.48.5: #i67721# showfullscreen in xinerama case 2006/08/10 16:23:08 pl 1.50.48.4: #i67721# set title on replaced window 2006/08/09 14:35:04 pl 1.50.48.3: #i67721# on the way to multiscreen support 2006/08/07 14:44:22 pl 1.50.48.2: #i67721# preparations for multi monitor support 2006/07/17 13:58:47 cl 1.50.48.1: #i12719# added multi monitor support for fullscreen presentation


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [c878441b390079efbf31c59fef280d5ff422ade4]

INTEGRATION: CWS impresshydra (1.34.48); FILE MERGED 2006/09/01 10:27:43 hdu 1.34.48.6: #i68546# extend glyphcache to handle multi-screen scenarios 2006/08/28 13:07:52 cl 1.34.48.5: RESYNC: (1.34-1.36); FILE MERGED 2006/08/10 09:37:58 pl 1.34.48.4: #i67721# clean up glyph peer caching and final cleanup 2006/08/09 15:35:46 pl 1.34.48.3: #i67721# first step of making glyph rnedering multiscreen capable 2006/08/09 14:35:04 pl 1.34.48.2: #i67721# on the way to multiscreen support 2006/08/07 14:44:22 pl 1.34.48.1: #i67721# preparations for multi monitor support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [5e8716a96e836474a64b5bfb572e01e9b9736e3e]

INTEGRATION: CWS impresshydra (1.8.132); FILE MERGED 2006/08/09 14:35:04 pl 1.8.132.1: #i67721# on the way to multiscreen support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [0370d55508f2e32b1633fcc335d200b17d6e65cf]

INTEGRATION: CWS impresshydra (1.13.48); FILE MERGED 2006/08/09 15:35:46 pl 1.13.48.1: #i67721# first step of making glyph rnedering multiscreen capable


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [de83f13015fe1a110d91401ee7a0e5dc11c735e8]

INTEGRATION: CWS impresshydra (1.8.46); FILE MERGED 2006/09/20 13:45:28 cl 1.8.46.3: RESYNC: (1.9-1.10); FILE MERGED 2006/08/28 13:06:53 cl 1.8.46.2: RESYNC: (1.8-1.9); FILE MERGED 2006/08/09 14:35:04 pl 1.8.46.1: #i67721# on the way to multiscreen support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [f321b0657ca294b39672e1fe7abf5e9d9f6e15f5]

INTEGRATION: CWS impresshydra (1.49.44); FILE MERGED 2006/09/20 13:45:19 cl 1.49.44.13: RESYNC: (1.54-1.55); FILE MERGED 2006/09/04 17:56:25 pl 1.49.44.12: #i67721# update system data 2006/09/04 17:50:29 pl 1.49.44.11: #i67721# realize window on new screen 2006/08/29 14:49:27 cl 1.49.44.10: fixed merge conflicts 2006/08/28 13:06:45 cl 1.49.44.9: RESYNC: (1.49-1.54); FILE MERGED 2006/08/11 15:07:47 pl 1.49.44.8: #i67721# finalize xinerama case 2006/08/11 10:32:09 pl 1.49.44.7: #i67721# use local list 2006/08/10 08:41:46 pl 1.49.44.6: #i67721# move child frames crossscreen 2006/08/09 18:39:38 pl 1.49.44.5: #i67721# make gtk NWF multiscreen capable 2006/08/09 14:35:03 pl 1.49.44.4: #i67721# on the way to multiscreen support 2006/08/07 14:44:22 pl 1.49.44.3: #i67721# preparations for multi monitor support 2006/07/18 14:30:31 cl 1.49.44.2: #i12719# added support for multi monitors 2006/07/17 12:15:39 cl 1.49.44.1: #i12719# added multi monitor support for fullscreen presentation


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [5e8ded16ea71859d64e222d64dad4bf1970e8f95]

INTEGRATION: CWS impresshydra (1.29.10); FILE MERGED 2006/09/20 13:45:10 cl 1.29.10.7: RESYNC: (1.32-1.33); FILE MERGED 2006/08/29 14:49:26 cl 1.29.10.6: fixed merge conflicts 2006/08/28 13:06:37 cl 1.29.10.5: RESYNC: (1.29-1.32); FILE MERGED 2006/08/10 16:22:23 pl 1.29.10.4: #i67721# make gtk NWF multiscreen capable 2006/08/10 11:28:07 pl 1.29.10.3: #i67721# make CopyArea multi depth capable 2006/08/09 18:39:37 pl 1.29.10.2: #i67721# make gtk NWF multiscreen capable 2006/08/09 14:35:03 pl 1.29.10.1: #i67721# on the way to multiscreen support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [430df037a822eb3786523fe11929767327df3427]

INTEGRATION: CWS impresshydra (1.23.46); FILE MERGED 2006/09/20 13:44:29 cl 1.23.46.3: RESYNC: (1.26-1.27); FILE MERGED 2006/08/28 13:06:18 cl 1.23.46.2: RESYNC: (1.23-1.26); FILE MERGED 2006/08/09 14:35:02 pl 1.23.46.1: #i67721# on the way to multiscreen support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [2e00bba5d32e0a01d3f01a8c5c46a3de8ade5b89]

INTEGRATION: CWS impresshydra (1.15.48); FILE MERGED 2006/09/20 13:40:30 cl 1.15.48.4: RESYNC: (1.15-1.16); FILE MERGED 2006/07/19 15:55:38 cl 1.15.48.3: #i12719# added support for multi monitor 2006/07/18 14:13:14 cl 1.15.48.2: #i12719# added support for multi monitors 2006/07/17 12:27:18 cl 1.15.48.1: #i12719# added multi monitor support for fullscreen presentation


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [720a22887eb76d4c6bfb2207b05eff463ac8190c]

INTEGRATION: CWS impresshydra (1.241.30); FILE MERGED 2006/09/20 13:39:43 cl 1.241.30.2: RESYNC: (1.241-1.243); FILE MERGED 2006/09/04 14:21:08 cl 1.241.30.1: #140456# fallback to vcl canvas for windows display spanning


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [83ff3f6b4440824eb5a8ae1ce1743dc054fe8c0a]

INTEGRATION: CWS impresshydra (1.1.2); FILE ADDED 2006/07/19 15:54:25 cl 1.1.2.1: #i12719# added support for multi monitor


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [929cbcefe97b4b3f6d4226d8ab3e3188f622f7df]

INTEGRATION: CWS impresshydra (1.1.2); FILE ADDED 2006/09/04 16:25:04 pl 1.1.2.2: #i67721# display service not win only anymore 2006/07/19 15:54:15 cl 1.1.2.1: #i12719# added support for multi monitor


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [08a65008442dff10ae4e57c7e7458428ed86f6c9]

INTEGRATION: CWS impresshydra (1.1.2); FILE ADDED 2006/09/18 09:08:23 pl 1.1.2.7: #i12719# add property default screen number, change naming 2006/08/07 14:44:22 pl 1.1.2.6: #i67721# preparations for multi monitor support 2006/07/19 16:08:04 cl 1.1.2.5: #i12719# added support for multi monitor 2006/07/19 16:07:29 cl 1.1.2.4: #i12719# added support for multi monitor 2006/07/19 16:06:31 cl 1.1.2.3: #i12719# added support for multi monitor 2006/07/19 16:04:07 cl 1.1.2.2: #i12719# added support for multi monitor 2006/07/19 15:54:06 cl 1.1.2.1: #i12719# added support for multi monitor


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [50044bb9b2101fa0a349c4b185ff287e1c8ba395]

INTEGRATION: CWS impresshydra (1.66.48); FILE MERGED 2006/09/20 13:10:12 cl 1.66.48.4: RESYNC: (1.69-1.70); FILE MERGED 2006/09/18 09:08:22 pl 1.66.48.3: #i12719# add property default screen number, change naming 2006/08/28 12:58:40 cl 1.66.48.2: RESYNC: (1.66-1.69); FILE MERGED 2006/08/07 14:44:21 pl 1.66.48.1: #i67721# preparations for multi monitor support


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [8cf56de8a3cc09f0b889f1d6929d8a651eb74f85]

INTEGRATION: CWS impresshydra (1.6.48); FILE MERGED 2006/09/20 13:09:28 cl 1.6.48.2: RESYNC: (1.6-1.7); FILE MERGED 2006/07/19 15:55:08 cl 1.6.48.1: #i12719# added support for multi monitor


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [dca1a63fefbb91874b40c09e97e58abe111c05c8]

INTEGRATION: CWS impresshydra (1.46.322); FILE MERGED 2006/09/20 13:05:36 cl 1.46.322.3: RESYNC: (1.46-1.47); FILE MERGED 2006/07/18 14:09:33 cl 1.46.322.2: #i12719# added support for multi monitors 2006/07/17 12:11:19 cl 1.46.322.1: #i12719# added multi monitor support for fullscreen presentation


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [152a0d119fdbf7f479acc91b15e885d415910b06]

INTEGRATION: CWS locales21 (1.4.16); FILE MERGED 2006/09/04 13:42:25 er 1.4.16.2: #i67057# add Chuvash_Russia (cv_RU) locale data; contributed by Rail Aliev <rail@ooo> 2006/08/30 18:17:52 er 1.4.16.1: #i68770# add LANGUAGE_USER_GERMAN_BELGIUM 0x8007 de_BE


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [4c27b84b0e89a5c220da4171893db25fb7dba120]

INTEGRATION: CWS locales21 (1.5.16); FILE MERGED 2006/09/28 22:36:50 er 1.5.16.3: RESYNC: (1.5-1.6); FILE MERGED 2006/09/04 13:42:25 er 1.5.16.2: #i67057# add Chuvash_Russia (cv_RU) locale data; contributed by Rail Aliev <rail@ooo> 2006/08/30 18:17:52 er 1.5.16.1: #i68770# add LANGUAGE_USER_GERMAN_BELGIUM 0x8007 de_BE


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [f4dc6dd087a4bd181b434db59e6f4bebe29ac1fd]

INTEGRATION: CWS locales21 (1.1.2); FILE ADDED 2006/09/04 14:13:29 er 1.1.2.1: #i64053# add  Walloon (wa_BE) locale data; contributed by Pablo Saratxaga <srtxg@ooo>


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [646595630a9c28256793442696ba887bc05f43d2]

INTEGRATION: CWS locales21 (1.8.36); FILE MERGED 2006/09/28 17:25:29 er 1.8.36.2: #i69339# CurrencyName is 'evro' instead of 'Euro' 2006/09/28 16:28:12 er 1.8.36.1: #i69339# add EUR currency and make default


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [8b926be9917352d121c6f542eff44cf4a8aac7a0]

INTEGRATION: CWS locales21 (1.3.36); FILE MERGED 2006/08/30 17:45:18 er 1.3.36.1: #i53429# LC_INDEX with correct data and UnicodeScript


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [821772114c5ee2f6256d3b48748c5032d0014d8e]

INTEGRATION: CWS locales21 (1.3.36); FILE MERGED 2006/09/29 11:43:01 er 1.3.36.1: non-localized DefaultName of LangID and CountryID


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [0e9822741c9c4ea412b65d2856026a26ecd37e20]

INTEGRATION: CWS locales21 (1.35.12); FILE MERGED 2006/09/28 14:59:26 er 1.35.12.3: #i66875# add Friulian_Italy (fur_IT) locale data; contributed by Andrea Decorte <adecorte@ooo> 2006/09/04 14:13:28 er 1.35.12.2: #i64053# add  Walloon (wa_BE) locale data; contributed by Pablo Saratxaga <srtxg@ooo> 2006/09/04 13:42:26 er 1.35.12.1: #i67057# add Chuvash_Russia (cv_RU) locale data; contributed by Rail Aliev <rail@ooo>


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [580dc61a9ecf5df0e65c6e6ec533dd91702a20e3]

INTEGRATION: CWS locales21 (1.16.12); FILE MERGED 2006/09/28 14:59:26 er 1.16.12.3: #i66875# add Friulian_Italy (fur_IT) locale data; contributed by Andrea Decorte <adecorte@ooo> 2006/09/04 14:13:28 er 1.16.12.2: #i64053# add  Walloon (wa_BE) locale data; contributed by Pablo Saratxaga <srtxg@ooo> 2006/09/04 13:42:26 er 1.16.12.1: #i67057# add Chuvash_Russia (cv_RU) locale data; contributed by Rail Aliev <rail@ooo>


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [61f0abe0619c8c44df41600a10c1c7bdf1b1c021]

INTEGRATION: CWS locales21 (1.2.32); FILE MERGED 2006/09/29 11:43:01 er 1.2.32.1: non-localized DefaultName of LangID and CountryID


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [7389b69b5db5d56060dcacaea4e8a1684225b4d6]

INTEGRATION: CWS locales21 (1.1.2); FILE ADDED 2006/09/28 14:59:26 er 1.1.2.1: #i66875# add Friulian_Italy (fur_IT) locale data; contributed by Andrea Decorte <adecorte@ooo>


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [2cd6d42b8bbb6d9990638523706a82284e3595f6]

INTEGRATION: CWS locales21 (1.12.36); FILE MERGED 2006/08/30 18:34:31 er 1.12.36.1: #i68089# remove comma from MMM, AAAA date format codes


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [87f0b5d078cbc561cf73f8ddb17090627acc2474]

INTEGRATION: CWS locales21 (1.4.36); FILE MERGED 2006/09/29 11:43:00 er 1.4.36.1: non-localized DefaultName of LangID and CountryID


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [e8088485c52916243b1b243e3a8c83a1a0efb33d]

INTEGRATION: CWS locales21 (1.1.2); FILE ADDED 2006/09/29 11:51:22 er 1.1.2.2: #i67057# in format codes use CurrencySymbol that's defined as usedInCompatibleFormatCodes 2006/09/04 13:42:26 er 1.1.2.1: #i67057# add Chuvash_Russia (cv_RU) locale data; contributed by Rail Aliev <rail@ooo>


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [eacf6e7b7f2e1df70f33581b18b3413702202ecd]

INTEGRATION: CWS locales21 (1.43.12); FILE MERGED 2006/09/28 22:37:32 er 1.43.12.4: RESYNC: (1.43-1.44); FILE MERGED 2006/09/28 14:59:26 er 1.43.12.3: #i66875# add Friulian_Italy (fur_IT) locale data; contributed by Andrea Decorte <adecorte@ooo> 2006/09/04 14:13:28 er 1.43.12.2: #i64053# add  Walloon (wa_BE) locale data; contributed by Pablo Saratxaga <srtxg@ooo> 2006/09/04 13:42:26 er 1.43.12.1: #i67057# add Chuvash_Russia (cv_RU) locale data; contributed by Rail Aliev <rail@ooo>


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [98207148ba8e24b9240fc6211685c6c4dd99b08b]

INTEGRATION: CWS locales21 (1.4.20); FILE MERGED 2006/09/28 22:36:57 er 1.4.20.2: RESYNC: (1.4-1.5); FILE MERGED 2006/09/04 17:09:33 er 1.4.20.1: #i69136# classify Amharic as CTL


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [76717606355ed93239e623df36a17dbdf53de5f5]

INTEGRATION: CWS locales21 (1.29.20); FILE MERGED 2006/09/29 14:54:41 er 1.29.20.3: MSVC likes to have its head banged against a wall 2006/09/28 22:32:26 er 1.29.20.2: RESYNC: (1.29-1.30); FILE MERGED 2006/09/04 16:59:45 er 1.29.20.1: #i68956# propagate FirstDayOfWeek and MinimalDaysInFirstWeek to calendar routines; don't keep aStartOfWeek as duplicated value


2006-10-06  Kurt Zenker  <kz@openoffice.org>  [be9181610dcd29b1301814a64a932031bcb72385]

INTEGRATION: CWS locales21 (1.11.20); FILE MERGED 2006/09/04 16:59:45 er 1.11.20.1: #i68956# propagate FirstDayOfWeek and MinimalDaysInFirstWeek to calendar routines; don't keep aStartOfWeek as duplicated value


2006-10-05  Kurt Zenker  <kz@openoffice.org>  [32e5c731bc6536b62185c2a882909b9acf869580]

INTEGRATION: CWS gascon01 (1.6.8); FILE MERGED 2006/09/29 17:03:56 laurentgodard 1.6.8.1: Issue number: 69920 Submitted by:  laurentgodard Reviewed by:


2006-10-05  Kurt Zenker  <kz@openoffice.org>  [b6df3c352fb5ca5e7d12448b4616d1f4a36e21fc]

INTEGRATION: CWS gascon01 (1.4.28); FILE MERGED 2006/10/04 13:34:57 laurentgodard 1.4.28.2: Issue number: 69920 Submitted by:  laurentgodard Reviewed by:

move GASCON at end of file
2006/09/29 17:03:55 laurentgodard 1.4.28.1: Issue number: 69920
Submitted by:  laurentgodard
Reviewed by:

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [d9b8989aa051af33c3b224dec46928afd940a8c9]

INTEGRATION: CWS hsqlcsvstage1 (1.27.64); FILE MERGED 2006/09/20 10:35:16 fs 1.27.64.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein


2006-10-05  Kurt Zenker  <kz@openoffice.org>  [e1ffb6a620cc5c573ad76ec1b8f70e9b90774bea]

INTEGRATION: CWS hsqlcsvstage1 (1.1.4); FILE ADDED 2006/09/20 10:35:16 fs 1.1.4.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein


2006-10-05  Kurt Zenker  <kz@openoffice.org>  [13a18ed65664f9e51d666062fa52ef0e4325b681]

INTEGRATION: CWS hsqlcsvstage1 (1.51.20); FILE MERGED 2006/09/20 10:35:15 fs 1.51.20.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein


2006-10-05  Kurt Zenker  <kz@openoffice.org>  [5ee3db8a3684cbd93bbf5c7e270ba678375bc282]

INTEGRATION: CWS hsqlcsvstage1 (1.4.92); FILE MERGED 2006/09/20 10:36:57 fs 1.4.92.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein


2006-10-05  Kurt Zenker  <kz@openoffice.org>  [d8d7898a4ba692d0aae24882542b6c8a3b885725]

INTEGRATION: CWS hsqlcsvstage1 (1.6.2); FILE MERGED 2006/09/20 10:36:57 fs 1.6.2.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein


2006-10-05  Kurt Zenker  <kz@openoffice.org>  [7e67f2b86769b72c3cd3b8e6bf83ba9b4e0f581a]

INTEGRATION: CWS ause068 (1.15.18); FILE MERGED 2006/09/21 16:35:04 hjs 1.15.18.1: #i69536# + no longer required before echo command


2006-10-05  Kurt Zenker  <kz@openoffice.org>  [35cc875d8bdcbf0e009f83cacdd6bed79127e3ab]

INTEGRATION: CWS ause068 (1.8.6); FILE MERGED 2006/09/21 17:25:33 hjs 1.8.6.1: #i69536# + no longer required before echo command


2006-10-05  Kurt Zenker  <kz@openoffice.org>  [85b7f15bfd4382b24d08525c058b8d3123d917c4]

INTEGRATION: CWS ause068 (1.6.130); FILE MERGED 2006/09/21 17:26:16 hjs 1.6.130.1: #i69536# + no longer required before echo command


2006-10-05  Kurt Zenker  <kz@openoffice.org>  [f7e345fba180e3f009c2c6f56c866e8be69f0796]

INTEGRATION: CWS ause068 (1.1.8); FILE MERGED 2006/09/21 17:27:37 hjs 1.1.8.1: #i69536# + no longer required before echo command


2006-10-05  Kurt Zenker  <kz@openoffice.org>  [50cafb14865b550627073d41163dfaf0e30bc054]

INTEGRATION: CWS ause068 (1.14.34); FILE MERGED 2006/09/20 14:55:31 hjs 1.14.34.2: #i69614# oops... back to two different apps 2006/09/18 13:38:34 hjs 1.14.34.1: #i69614# fix PRJNAME - and makefile


2006-10-05  Kurt Zenker  <kz@openoffice.org>  [a1f3f8d8a60d761fbfebdd804d6bb9ca1315046d]

INTEGRATION: CWS ause068 (1.5.398); FILE MERGED 2006/09/18 13:38:00 hjs 1.5.398.1: #i69614# fix PRJNAME - and makefile


2006-10-05  Kurt Zenker  <kz@openoffice.org>  [6c12d6eda13945ab7c431587bc202b86bb7a729e]

INTEGRATION: CWS ause068 (1.20.210); FILE MERGED 2006/09/21 16:08:49 hjs 1.20.210.1: #i69536# + no longer required before echo command


2006-10-05  Kurt Zenker  <kz@openoffice.org>  [e99d911b409d3268a81ece310bc41bdeac99a5c3]

INTEGRATION: CWS ause068 (1.45.132); FILE MERGED 2006/09/21 16:05:48 hjs 1.45.132.1: #i69536# remove empty dirs with empty makefiles


2006-10-05  Kurt Zenker  <kz@openoffice.org>  [53daae2b3348d14a95b77bfbaba6b71c98911465]

INTEGRATION: CWS ause068 (1.10.26); FILE MERGED 2006/09/21 15:17:59 hjs 1.10.26.1: #i69536# + no longer required before echo command


2006-10-05  Kurt Zenker  <kz@openoffice.org>  [e56312f310fcec3bdadadbee095b92b6ae124ea3]

INTEGRATION: CWS ause068 (1.42.14); FILE MERGED 2006/09/18 12:57:13 hjs 1.42.14.1: #i69614# fix PRJNAME


2006-10-04  Oliver Bolte  <obo@openoffice.org>  [665aa5db3bf3ba67325e41921bff04eb19f55e90]

#i70059# VS2005 Express fails


2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [6864d42d271fee4f82085779b7e3f7d110794505]

INTEGRATION: CWS sixtyfour08 (1.20.14); FILE MERGED 2006/09/21 09:57:00 cmc 1.20.14.1: #i68532# pointer arithmetic getting promoted to unsigned long


2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [53d62d5140a6b434e1a609d3704d4bf12ca389f5]

INTEGRATION: CWS sixtyfour08 (1.13.14); FILE MERGED 2006/09/21 10:00:20 cmc 1.13.14.1: #i68339# applying mask to a *long, not a *sal_uInt32


2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [a843f6572f46eb46fb2b75ce2b4dc6e131542560]

INTEGRATION: CWS sixtyfour08 (1.81.2); FILE MERGED 2006/09/21 10:05:24 cmc 1.81.2.1: #i67829# nutball 32 means long not 32bit value X logic


2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [9bf8e4fae13163741ec069312ba5c8059231d3a4]

INTEGRATION: CWS sixtyfour08 (1.5.6); FILE MERGED 2006/09/21 08:33:53 cmc 1.5.6.1: #i69653# ReduceInaccuracies assumes 32bit longs


2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [d86e758a9e9d47219975e188abde27bb473323c1]

INTEGRATION: CWS jam01 (1.5.36); FILE MERGED 2006/07/18 16:26:39 kaib 1.5.36.2: #i67514# Fixed mismatched string comparison length 2006/07/18 15:53:15 kaib 1.5.36.1: #i67514# Added command line parameter -rsc2= to rsc


2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [b4aa258077f4967b11446b0c7fff8359b7ff53c1]

INTEGRATION: CWS jam01 (1.12.12); FILE MERGED 2006/07/18 15:53:15 kaib 1.12.12.1: #i67514# Added command line parameter -rsc2= to rsc


2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [71d001352b65c7d6dcafb28f0c01fca1175802a9]

INTEGRATION: CWS obo05 (1.6.2); FILE MERGED 2006/08/15 14:30:09 obo 1.6.2.1: #i53611# don't use old style anymore


2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [c3208ab3e116c564ca57e01944431d3a36b595b2]

INTEGRATION: CWS obo05 (1.21.6); FILE MERGED 2006/08/11 14:31:46 obo 1.21.6.1: #i53611#


2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [8ddebfcaaadb4c3083150bc0c6c4ddd82b2a4f84]

INTEGRATION: CWS obo05 (1.21.6); FILE MERGED 2006/08/11 14:29:17 obo 1.21.6.1: #i53611#


2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [b4d61795a0ef3cabfed1d3aecc2c1e13ee2419a6]

INTEGRATION: CWS obo05 (1.8.4); FILE MERGED 2006/09/08 09:23:54 obo 1.8.4.2: pragma only for .net 2005 2006/07/03 15:43:10 obo 1.8.4.1: #i53611# disable warning C4342


2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [1cd78bdcff4b183e3f49e2745a661698489873bf]

INTEGRATION: CWS obo05 (1.13.2); FILE MERGED 2006/08/16 06:53:05 obo 1.13.2.2: #i53611# use 32 bit time_t 2006/07/03 16:02:27 obo 1.13.2.1: #i53611# type conversion


2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [55398bfc4d0a4fec8893053b70c48c7749b73cf0]

INTEGRATION: CWS obo05 (1.9.2); FILE MERGED 2006/08/15 14:41:39 obo 1.9.2.1: #i53611# .net 2005


2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [5ae176cd26a1f6deb4ce1155013c8c613fcdc1d7]

INTEGRATION: CWS obo05 (1.5.26); FILE MERGED 2006/06/22 14:17:22 obo 1.5.26.1: #i53611# .net 2005


2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [cb31618121d82a15975c7a03b42ddcefc81200e1]

INTEGRATION: CWS obo05 (1.42.8); FILE MERGED 2006/06/23 15:39:18 obo 1.42.8.2: RESYNC: (1.42-1.44); FILE MERGED 2006/06/22 14:41:24 obo 1.42.8.1: #i53611# .net 2005


2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [b8b69e47a285fadbf0eba88179c0923a1f89818d]

INTEGRATION: CWS obo05 (1.9.4); FILE MERGED 2006/06/23 18:11:21 obo 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2006/06/07 12:55:51 obo 1.9.4.1: #i53611# port for .net 2005


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [094cd974248cf3892eac19015cf2c0c82da7ca32]

INTEGRATION: CWS pchfix02 (1.5.100); FILE MERGED 2006/09/01 17:19:49 kaib 1.5.100.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a8352ceed3575e8038b8129fdd29d4bd24c5b6af]

INTEGRATION: CWS pchfix02 (1.8.36); FILE MERGED 2006/09/01 17:19:49 kaib 1.8.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [87534d33fd87f36f79540efe1af8e9ace25fbebb]

INTEGRATION: CWS pchfix02 (1.4.100); FILE MERGED 2006/09/01 17:19:49 kaib 1.4.100.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [84e9ac9be10967f2b785433df6f8951e80bc2241]

INTEGRATION: CWS pchfix02 (1.4.36); FILE MERGED 2006/09/01 17:19:49 kaib 1.4.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e601396e7fd3ff31adafcabf777775ee94c48ee1]

INTEGRATION: CWS pchfix02 (1.3.36); FILE MERGED 2006/09/01 17:19:49 kaib 1.3.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8dad23893e9bcfff3cc7ae7b40022ae16bd7975f]

INTEGRATION: CWS pchfix02 (1.3.36); FILE MERGED 2006/09/01 17:19:48 kaib 1.3.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [78a1f62f4f34093fc5440558a7f35c5b6e715c79]

INTEGRATION: CWS pchfix02 (1.6.36); FILE MERGED 2006/09/01 17:19:48 kaib 1.6.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ea451b026afab732e471781315f093901e736543]

INTEGRATION: CWS pchfix02 (1.9.36); FILE MERGED 2006/09/01 17:19:48 kaib 1.9.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [72ccc425ddc87e2062d311a2f67a2a7a626ee810]

INTEGRATION: CWS pchfix02 (1.5.6); FILE MERGED 2006/09/01 17:19:48 kaib 1.5.6.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [32889ec1345eecb9685800a92db034c35b69c0cb]

INTEGRATION: CWS pchfix02 (1.4.100); FILE MERGED 2006/09/01 17:19:48 kaib 1.4.100.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [78b7b6b4ae94569ed2fa3547200198e0d9ae5fb5]

INTEGRATION: CWS pchfix02 (1.9.36); FILE MERGED 2006/09/01 17:19:47 kaib 1.9.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [87b9a0b461fbe6389e04623b8ca908b6fd70c957]

INTEGRATION: CWS pchfix02 (1.9.6); FILE MERGED 2006/09/01 17:19:47 kaib 1.9.6.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [261d469e60e40212f56683b08c8d5590d6e8968c]

INTEGRATION: CWS pchfix02 (1.17.100); FILE MERGED 2006/09/01 17:19:47 kaib 1.17.100.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [25528dad119b611f465976da655e194e6546ae92]

INTEGRATION: CWS pchfix02 (1.7.36); FILE MERGED 2006/09/01 17:19:47 kaib 1.7.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f6e55895ae7c67c5b8c3c47531e8aafdd2596cd8]

INTEGRATION: CWS pchfix02 (1.14.36); FILE MERGED 2006/09/01 17:19:47 kaib 1.14.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b51ad03b77a570ffda636ef88cc3749b9e8dabd8]

INTEGRATION: CWS pchfix02 (1.4.100); FILE MERGED 2006/09/01 17:19:47 kaib 1.4.100.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bc0644334e76f12ee5aa78e63f61281bed9bfacc]

INTEGRATION: CWS pchfix02 (1.5.36); FILE MERGED 2006/09/01 17:19:46 kaib 1.5.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [64f500ec0435874802b890cf5c315e60eb5fae61]

INTEGRATION: CWS pchfix02 (1.12.36); FILE MERGED 2006/09/01 17:19:46 kaib 1.12.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b09f10bb48086c80e28140257d2e7dd4a758bf66]

INTEGRATION: CWS pchfix02 (1.6.36); FILE MERGED 2006/09/01 17:19:46 kaib 1.6.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9b91d4c4855beda052338d6341e4f31aa24bc7e6]

INTEGRATION: CWS pchfix02 (1.5.36); FILE MERGED 2006/09/01 17:19:45 kaib 1.5.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [808d0cf02d37c05444763da58ef300ebb783514e]

INTEGRATION: CWS pchfix02 (1.6.36); FILE MERGED 2006/09/01 17:19:45 kaib 1.6.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [19e4078bfa52fa19f27eb33aee250897b7d4d265]

INTEGRATION: CWS pchfix02 (1.5.100); FILE MERGED 2006/09/01 17:19:45 kaib 1.5.100.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ce5e7500994f159af8d588e0ad91e495b6022a66]

INTEGRATION: CWS pchfix02 (1.3.100); FILE MERGED 2006/09/01 17:19:44 kaib 1.3.100.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fbcad94229660d8b1f97d4c41803f277348d06d1]

INTEGRATION: CWS pchfix02 (1.9.36); FILE MERGED 2006/09/01 17:19:44 kaib 1.9.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d331475939d242c017939a0f3b8b8a5e05bccd90]

INTEGRATION: CWS pchfix02 (1.7.100); FILE MERGED 2006/09/01 17:19:44 kaib 1.7.100.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [175a6d3ae391ac60c7cf06415a332014cb810d18]

INTEGRATION: CWS pchfix02 (1.2.58); FILE MERGED 2006/09/01 17:19:44 kaib 1.2.58.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cd8bfba3e3193a3dea8ed6330d02e3e50bcd08b6]

INTEGRATION: CWS pchfix02 (1.4.100); FILE MERGED 2006/09/01 17:19:44 kaib 1.4.100.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0ea11a9be92393d23b6058bb941d803c2ffbc468]

INTEGRATION: CWS pchfix02 (1.3.34); FILE MERGED 2006/09/01 17:19:44 kaib 1.3.34.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2918ba912e0988058a3fb043d9e78c22e6ee426c]

INTEGRATION: CWS pchfix02 (1.5.36); FILE MERGED 2006/09/01 17:19:44 kaib 1.5.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ebcea588c5e8ed3cae11c703efd5f8d6ac9430a4]

INTEGRATION: CWS pchfix02 (1.15.36); FILE MERGED 2006/09/01 17:19:43 kaib 1.15.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [01fabace62f16c1dc6124a5b0833ecd2d2ff3996]

INTEGRATION: CWS pchfix02 (1.2.100); FILE MERGED 2006/09/01 17:19:43 kaib 1.2.100.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8f0de076fdc7f420cdb0d749e23ae119e89cf6cf]

INTEGRATION: CWS pchfix02 (1.6.36); FILE MERGED 2006/09/01 17:19:43 kaib 1.6.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2127e55d6695da9d95515093f4dadcce6b653f15]

INTEGRATION: CWS pchfix02 (1.2.54); FILE MERGED 2006/09/01 17:19:43 kaib 1.2.54.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [62ef3502bcbd67c31f43ffad12c34072a8a31563]

INTEGRATION: CWS pchfix02 (1.4.100); FILE MERGED 2006/09/01 17:19:43 kaib 1.4.100.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3a42218e0f2a328697a3e8cbc970bb77d88f2000]

INTEGRATION: CWS pchfix02 (1.3.10); FILE MERGED 2006/09/01 17:19:43 kaib 1.3.10.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [86377fb329c2dbadfde2987eb155be2e846b1dbe]

INTEGRATION: CWS pchfix02 (1.13.36); FILE MERGED 2006/09/01 17:19:42 kaib 1.13.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [36dd6af31e024aa2397c6c98e40bc7d32ee44554]

INTEGRATION: CWS pchfix02 (1.6.100); FILE MERGED 2006/09/01 17:19:42 kaib 1.6.100.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [595cdf893a8ff36a46b3b5b8700215ca97f9b842]

INTEGRATION: CWS pchfix02 (1.7.36); FILE MERGED 2006/09/01 17:19:42 kaib 1.7.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4a317989f521b2f2150e1d13de4a9b014c7b85e3]

INTEGRATION: CWS pchfix02 (1.5.100); FILE MERGED 2006/09/01 17:19:42 kaib 1.5.100.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dd3768a39476a3815fa6c971577df4ea729f281d]

INTEGRATION: CWS pchfix02 (1.4.36); FILE MERGED 2006/09/01 17:19:42 kaib 1.4.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [87c194d4d6392d6d0f4520e0f4fcd454c43dfc8a]

INTEGRATION: CWS pchfix02 (1.9.36); FILE MERGED 2006/09/01 17:19:42 kaib 1.9.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [35db7c7d4d59b9c415f7cc332c35693b863ff2ef]

INTEGRATION: CWS pchfix02 (1.2.100); FILE MERGED 2006/09/01 17:19:42 kaib 1.2.100.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [093fb86961eaf3df0f84e66860e14fbfa023b907]

INTEGRATION: CWS pchfix02 (1.5.98); FILE MERGED 2006/09/01 17:19:41 kaib 1.5.98.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b69cc4bc78604494f4f3342a656ce39bb8192b92]

INTEGRATION: CWS pchfix02 (1.3.36); FILE MERGED 2006/09/01 17:19:41 kaib 1.3.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cd4b22f11403b80fa866b048088c00773d51ae83]

INTEGRATION: CWS pchfix02 (1.2.26); FILE MERGED 2006/09/01 17:19:41 kaib 1.2.26.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a054feaa9efa62b4c6746ceb497b54abd92a33fa]

INTEGRATION: CWS pchfix02 (1.7.22); FILE MERGED 2006/09/01 17:19:41 kaib 1.7.22.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bdb43d4a9bae3d464288218f4a93e86ba9caa20c]

INTEGRATION: CWS pchfix02 (1.6.58); FILE MERGED 2006/09/01 17:19:41 kaib 1.6.58.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4de100ed42c627d427520682ac7227cecf4c9edb]

INTEGRATION: CWS pchfix02 (1.7.36); FILE MERGED 2006/09/01 17:19:40 kaib 1.7.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e1aa103c7c72fc3dc05f28deaf4c7a3fb4ea85ef]

INTEGRATION: CWS pchfix02 (1.12.36); FILE MERGED 2006/09/01 17:19:40 kaib 1.12.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d8b8879762ca8ecab03e2d475db712ed80ff2d90]

INTEGRATION: CWS pchfix02 (1.7.100); FILE MERGED 2006/09/01 17:19:40 kaib 1.7.100.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ae54e5b686c996d9aee3631fc306400aa0645e9d]

INTEGRATION: CWS pchfix02 (1.6.100); FILE MERGED 2006/09/01 17:19:40 kaib 1.6.100.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5af79b186c0c8920107d2ccbfba78a0292d242d3]

INTEGRATION: CWS pchfix02 (1.4.36); FILE MERGED 2006/09/01 17:19:40 kaib 1.4.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9e640ad966c26600ec62d36fe8955b0c9b56f532]

INTEGRATION: CWS pchfix02 (1.9.36); FILE MERGED 2006/09/01 17:19:40 kaib 1.9.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f272b95ccf495b8693581f476b397e49e64ee939]

INTEGRATION: CWS pchfix02 (1.3.100); FILE MERGED 2006/09/01 17:19:39 kaib 1.3.100.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d01dbc55edbfc5e670738cc9a583105725c59f3e]

INTEGRATION: CWS pchfix02 (1.14.100); FILE MERGED 2006/09/01 17:19:39 kaib 1.14.100.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [df794fe4a1e01daf7858bdb230404f088a768e4d]

INTEGRATION: CWS pchfix02 (1.7.100); FILE MERGED 2006/09/01 17:19:39 kaib 1.7.100.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a5cea4ff2a406011ba7eb53eb76bc99be9e50deb]

INTEGRATION: CWS pchfix02 (1.7.36); FILE MERGED 2006/09/01 17:19:39 kaib 1.7.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [70a2e33159872fc93a7feb251727fd1f85c458b2]

INTEGRATION: CWS pchfix02 (1.4.100); FILE MERGED 2006/09/01 17:19:39 kaib 1.4.100.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [aa8f636e9b38d2f9fbcf95dc645ef48551fd83de]

INTEGRATION: CWS pchfix02 (1.6.36); FILE MERGED 2006/09/01 17:19:38 kaib 1.6.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [aeec3c17638016387594aa0b55249f19c0ae61cf]

INTEGRATION: CWS pchfix02 (1.16.68); FILE MERGED 2006/09/01 17:19:38 kaib 1.16.68.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [df3f14877ed49a8a3123e9e4746cb1fb13f66de3]

INTEGRATION: CWS pchfix02 (1.5.36); FILE MERGED 2006/09/01 17:19:38 kaib 1.5.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [89fcbfb74de1a04934ec8d5107705ebaea3b9cbd]

INTEGRATION: CWS pchfix02 (1.5.36); FILE MERGED 2006/09/01 17:19:37 kaib 1.5.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1799c22643df74e34d9c66d409781782ebe58fba]

INTEGRATION: CWS pchfix02 (1.4.100); FILE MERGED 2006/09/01 17:19:37 kaib 1.4.100.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8cd1fe9d746a34bc7fd1a6dc99db601858733e34]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:19:37 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9026179443e28e27ac4ad1cf08d7bbcabfe48e6b]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:19:36 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [47abaab83414170e91714b8b48bffc045f0633d9]

INTEGRATION: CWS pchfix02 (1.2.40); FILE MERGED 2006/09/01 17:25:42 kaib 1.2.40.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dc40a8a4382cf9d013269ee2bcc1eaf681060eaa]

INTEGRATION: CWS pchfix02 (1.6.40); FILE MERGED 2006/09/01 17:25:42 kaib 1.6.40.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3a420814b396b4d4f1ccdf9ff382df7064169d25]

INTEGRATION: CWS pchfix02 (1.2.40); FILE MERGED 2006/09/01 17:25:41 kaib 1.2.40.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7cc2e03ea962845f496739bff0b38e9001601f33]

INTEGRATION: CWS pchfix02 (1.10.16); FILE MERGED 2006/09/01 17:25:41 kaib 1.10.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [54e7af74d66ccc10cc332508bea6e3ccfcd5a62e]

INTEGRATION: CWS pchfix02 (1.10.40); FILE MERGED 2006/09/01 17:25:41 kaib 1.10.40.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [94fe3e4583a9afece4da2694ad01c8465a219fc4]

INTEGRATION: CWS pchfix02 (1.6.16); FILE MERGED 2006/09/01 17:25:41 kaib 1.6.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5b0abedf0a6b13a518ad19e8bd21fb1e934ce6f4]

INTEGRATION: CWS pchfix02 (1.9.16); FILE MERGED 2006/09/01 17:25:41 kaib 1.9.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f6ac104a529e798428625a42dead68eebce03b3c]

INTEGRATION: CWS pchfix02 (1.4.16); FILE MERGED 2006/09/01 17:25:41 kaib 1.4.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0fbc87ae9fed77086d93a5c6875fed03059f9ca4]

INTEGRATION: CWS pchfix02 (1.24.14); FILE MERGED 2006/09/01 17:25:40 kaib 1.24.14.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [431aacdc3131b59a987e77a3942438ef64113422]

INTEGRATION: CWS pchfix02 (1.15.14); FILE MERGED 2006/09/01 17:25:40 kaib 1.15.14.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [95e9c53c08c79856ce7cf3d3c76f2994cf347168]

INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED 2006/09/01 17:25:40 kaib 1.5.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [58ec1db74c06535c390f413995e4977a6de1e14f]

INTEGRATION: CWS pchfix02 (1.16.16); FILE MERGED 2006/09/01 17:25:39 kaib 1.16.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6918851f56ff87e6e1a065d61e19945205318bd9]

INTEGRATION: CWS pchfix02 (1.21.14); FILE MERGED 2006/09/01 17:25:39 kaib 1.21.14.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9f1fa7c917356d6b0b5ea85c0d9e0820f580b97a]

INTEGRATION: CWS pchfix02 (1.4.40); FILE MERGED 2006/09/01 17:25:39 kaib 1.4.40.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [82b69659503f68c1b07351afa99273e3ec673841]

INTEGRATION: CWS pchfix02 (1.14.16); FILE MERGED 2006/09/01 17:25:39 kaib 1.14.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7f2445d84c6d6205c6258b524d7dbdb30f620cdc]

INTEGRATION: CWS pchfix02 (1.16.16); FILE MERGED 2006/09/01 17:25:38 kaib 1.16.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c61ffe4a5727af774116bf41c66e34edc5b8832a]

INTEGRATION: CWS pchfix02 (1.2.40); FILE MERGED 2006/09/01 17:25:38 kaib 1.2.40.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5312053ea7f055cde7f8d54060beb59f99ec6f67]

INTEGRATION: CWS pchfix02 (1.7.40); FILE MERGED 2006/09/01 17:25:38 kaib 1.7.40.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6c2b89af1c2725f2cba176863ff15cad87616839]

INTEGRATION: CWS pchfix02 (1.20.14); FILE MERGED 2006/09/01 17:25:38 kaib 1.20.14.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fe15cb8cc9cb3f1fc5895e521bbec6d3463f6410]

INTEGRATION: CWS pchfix02 (1.11.14); FILE MERGED 2006/09/01 17:25:38 kaib 1.11.14.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8d5eb69176167ea989afbf1ed700d1127bbbc1bc]

INTEGRATION: CWS pchfix02 (1.21.14); FILE MERGED 2006/09/01 17:25:38 kaib 1.21.14.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9d13397464cf5033606fd7986f239d7b46e7543e]

INTEGRATION: CWS pchfix02 (1.6.14); FILE MERGED 2006/09/01 17:25:38 kaib 1.6.14.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7d9928568dbf6dd9ef754f26555152ca87c09be3]

INTEGRATION: CWS pchfix02 (1.6.40); FILE MERGED 2006/09/01 17:25:37 kaib 1.6.40.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0b665bee6369b7d66fd7615844cd294b48e21046]

INTEGRATION: CWS pchfix02 (1.24.16); FILE MERGED 2006/09/01 17:25:37 kaib 1.24.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [66c5adb56da43f6c788dc1008f52384112aa4c72]

INTEGRATION: CWS pchfix02 (1.7.14); FILE MERGED 2006/09/01 17:25:37 kaib 1.7.14.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1187ecaaba842e4c35965f84ad1ca43eb1cd413a]

INTEGRATION: CWS pchfix02 (1.19.14); FILE MERGED 2006/09/01 17:25:37 kaib 1.19.14.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fe2fdef42da37c966c1f66b08707da6849b8c0cc]

INTEGRATION: CWS pchfix02 (1.4.14); FILE MERGED 2006/09/01 17:25:37 kaib 1.4.14.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5eae6f01e9b5b8cabe8093d9a342a533a61d3566]

INTEGRATION: CWS pchfix02 (1.8.40); FILE MERGED 2006/09/01 17:25:36 kaib 1.8.40.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9b39706a2894349c0df08c7f0156ad588cd89efa]

INTEGRATION: CWS pchfix02 (1.6.16); FILE MERGED 2006/09/01 17:25:36 kaib 1.6.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c0aa39b80557aef11ad456934a3c783521f045d6]

INTEGRATION: CWS pchfix02 (1.4.14); FILE MERGED 2006/09/01 17:25:36 kaib 1.4.14.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [89ffafafcb13413f7efc17a1590273c54b04a34f]

INTEGRATION: CWS pchfix02 (1.13.40); FILE MERGED 2006/09/01 17:25:36 kaib 1.13.40.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [89a1685501e69b361091365b33e37473472e7a75]

INTEGRATION: CWS pchfix02 (1.18.16); FILE MERGED 2006/09/01 17:25:36 kaib 1.18.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [02537ee627b883076053b11c54dad26ace2697e1]

INTEGRATION: CWS pchfix02 (1.4.16); FILE MERGED 2006/09/01 17:25:35 kaib 1.4.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [40f27627457a1c1b42555681757c2ca0cfb20ed6]

INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED 2006/09/01 17:25:35 kaib 1.5.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9f2b2c2184401c4fbb575387c0dc563bcce4eaf5]

INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED 2006/09/01 17:25:34 kaib 1.5.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [946089afbe6fb8943e106d72976354316387060f]

INTEGRATION: CWS pchfix02 (1.6.40); FILE MERGED 2006/09/01 17:25:34 kaib 1.6.40.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [41c3291fe77e00c6bfff8ed919050208e215f39f]

INTEGRATION: CWS pchfix02 (1.4.40); FILE MERGED 2006/09/01 17:25:34 kaib 1.4.40.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9f0d8beaf4d3f766a46d1830890bb10bf4ea47be]

INTEGRATION: CWS pchfix02 (1.4.14); FILE MERGED 2006/09/01 17:25:34 kaib 1.4.14.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [126b9b5b26384d6ce1ff4abdce6fb1a411e678bc]

INTEGRATION: CWS pchfix02 (1.5.40); FILE MERGED 2006/09/01 17:25:34 kaib 1.5.40.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2b65226c264e31823761248cd62e8f263feccd7b]

INTEGRATION: CWS pchfix02 (1.3.40); FILE MERGED 2006/09/01 17:25:33 kaib 1.3.40.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d3c9ca48ff482d2de4077380d93f5abb83772163]

INTEGRATION: CWS pchfix02 (1.4.16); FILE MERGED 2006/09/01 17:25:33 kaib 1.4.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1b5836549f7d2599a9ebcf1c3a4fdc55badfe0f6]

INTEGRATION: CWS pchfix02 (1.6.40); FILE MERGED 2006/09/01 17:25:33 kaib 1.6.40.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [94f2b4d98fedd8a0d09650d385fc35e084f7dba9]

INTEGRATION: CWS pchfix02 (1.7.40); FILE MERGED 2006/09/01 17:25:33 kaib 1.7.40.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f1b8a33661cb8a32fbecf1eefb2203359e5be39a]

INTEGRATION: CWS pchfix02 (1.9.16); FILE MERGED 2006/09/01 17:25:33 kaib 1.9.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6b014fa84d5fa853458dec64f887863289e51c96]

INTEGRATION: CWS pchfix02 (1.80.4); FILE MERGED 2006/09/01 17:25:33 kaib 1.80.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [093709b86292f2f92e5b48f08f7f7664fc01bbec]

INTEGRATION: CWS pchfix02 (1.9.40); FILE MERGED 2006/09/01 17:25:32 kaib 1.9.40.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e250b4176491e7fb5ef5a47c7c0e4558ad8d887c]

INTEGRATION: CWS pchfix02 (1.3.40); FILE MERGED 2006/09/01 17:25:32 kaib 1.3.40.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d46c11d2dbed9e4b553c9236e9b9cdf0a1b66b38]

INTEGRATION: CWS pchfix02 (1.15.16); FILE MERGED 2006/09/01 17:25:32 kaib 1.15.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [361045112667da046fd627591dc0f52402d6fcab]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/04 12:37:02 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [06f63a13490dabc256723bcb1118e68530275fb1]

INTEGRATION: CWS pchfix02 (1.6.54); FILE MERGED 2006/09/01 17:40:31 kaib 1.6.54.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b092005cd73b0867fe17eee00d20dce4b6d5cd60]

INTEGRATION: CWS pchfix02 (1.8.16); FILE MERGED 2006/09/01 17:40:31 kaib 1.8.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2e20915aee89351466b56149f1c50ebfaec2c4cd]

INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED 2006/09/01 17:40:30 kaib 1.5.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b9abf259735e61807e362f2f1adade217d99e4c4]

INTEGRATION: CWS pchfix02 (1.6.16); FILE MERGED 2006/09/01 17:40:30 kaib 1.6.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b99b4fe5012b2ef4023de021e8a658ecbe24e4ed]

INTEGRATION: CWS pchfix02 (1.91.12); FILE MERGED 2006/09/01 17:40:30 kaib 1.91.12.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1aa308d83419201b0763fd9fb7a67652b6a12b82]

INTEGRATION: CWS pchfix02 (1.44.16); FILE MERGED 2006/09/01 17:40:30 kaib 1.44.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c49857b255c2a6a2b62130b1fd68e5d2d128e472]

INTEGRATION: CWS pchfix02 (1.9.14); FILE MERGED 2006/09/01 17:40:29 kaib 1.9.14.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4d0ac41241bc9a70991711256572014d4de7341a]

INTEGRATION: CWS pchfix02 (1.8.16); FILE MERGED 2006/09/01 17:40:29 kaib 1.8.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [719ed9f56dc6c953ba84bd3773c21b2b05bffe50]

INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED 2006/09/01 17:40:29 kaib 1.5.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bbb09ed422b8e54307c44286fe5a14b93ad908be]

INTEGRATION: CWS pchfix02 (1.4.16); FILE MERGED 2006/09/01 17:40:28 kaib 1.4.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2d63fe56e868f1e878a31e5bba45b51cc1a82229]

INTEGRATION: CWS pchfix02 (1.15.16); FILE MERGED 2006/09/01 17:40:28 kaib 1.15.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [307a49c2a9b47b58c9528ea98ef74ebb3e45eb16]

INTEGRATION: CWS pchfix02 (1.6.16); FILE MERGED 2006/09/01 17:40:28 kaib 1.6.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d53adfe0102faf0b6898f9352faab9859096d08e]

INTEGRATION: CWS pchfix02 (1.21.16); FILE MERGED 2006/09/01 17:40:28 kaib 1.21.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6085c488df73119807e388ca6b00f12f8b930c21]

INTEGRATION: CWS pchfix02 (1.8.16); FILE MERGED 2006/09/01 17:40:28 kaib 1.8.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [84409140eadf8f0422ecf10fe06f58f560db0476]

INTEGRATION: CWS pchfix02 (1.10.16); FILE MERGED 2006/09/01 17:40:28 kaib 1.10.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2918d6a9ce9931773e5e5fcfae904b125f93d901]

INTEGRATION: CWS pchfix02 (1.39.16); FILE MERGED 2006/09/01 17:40:27 kaib 1.39.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [50ae725a6cabb750c791538592e5fd21eec0dba6]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:40:27 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [14551d5c4e63a6707319b6d2a0fc695a5c7dec95]

INTEGRATION: CWS pchfix02 (1.4.4); FILE MERGED 2006/09/01 17:33:01 kaib 1.4.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [df26f6c05adb6dcede4c087e949c3c1e81ee6cf4]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/04 12:37:45 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [eb60efe359ec1f95a3c414e219423089117d460b]

INTEGRATION: CWS pchfix02 (1.4.46); FILE MERGED 2006/09/01 17:33:25 kaib 1.4.46.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7e2d3a8100fed386c976934419b13c951ffb080e]

INTEGRATION: CWS pchfix02 (1.14.8); FILE MERGED 2006/09/01 17:33:25 kaib 1.14.8.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f79b0ec460252988c2268ad899ff63c90e0a00d6]

INTEGRATION: CWS pchfix02 (1.5.46); FILE MERGED 2006/09/01 17:33:24 kaib 1.5.46.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [547a5686b1be0a2d09c76fbb7f78125edbceb828]

INTEGRATION: CWS pchfix02 (1.26.20); FILE MERGED 2006/09/01 17:33:24 kaib 1.26.20.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2b40aa1c9ab258703674e236cefdc26be30a2974]

INTEGRATION: CWS pchfix02 (1.6.22); FILE MERGED 2006/09/01 17:33:23 kaib 1.6.22.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [33e90b46070da5a7abbc16fcc1291abd37edd53a]

INTEGRATION: CWS pchfix02 (1.5.22); FILE MERGED 2006/09/01 17:33:23 kaib 1.5.22.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2e0c33b46dae5b7dc0e42d3f1c881dff3af1281f]

INTEGRATION: CWS pchfix02 (1.8.14); FILE MERGED 2006/09/01 17:33:23 kaib 1.8.14.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9d6c2197a01ddc02c13d6430186fc68df8accc7f]

INTEGRATION: CWS pchfix02 (1.6.46); FILE MERGED 2006/09/01 17:33:23 kaib 1.6.46.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [08c674960072b6672019a8d6be005a22dd96fc3e]

INTEGRATION: CWS pchfix02 (1.5.46); FILE MERGED 2006/09/01 17:33:23 kaib 1.5.46.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cd0f6cfed8a645f5e2409eb6b54b107b75a3d662]

INTEGRATION: CWS pchfix02 (1.7.22); FILE MERGED 2006/09/01 17:33:23 kaib 1.7.22.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cbd8af90bfb151f0604c7da73e8d623cd194eb49]

INTEGRATION: CWS pchfix02 (1.4.46); FILE MERGED 2006/09/01 17:33:23 kaib 1.4.46.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e1edada83d3285a33cb1d5fc365bd74128934c86]

INTEGRATION: CWS pchfix02 (1.8.14); FILE MERGED 2006/09/01 17:33:22 kaib 1.8.14.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1b1f2800e92b68f171b74945f49ef5b9d71a1c0e]

INTEGRATION: CWS pchfix02 (1.6.46); FILE MERGED 2006/09/01 17:33:22 kaib 1.6.46.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [540b45ede94b6bedf1e63b8e832c945d35a983af]

INTEGRATION: CWS pchfix02 (1.4.46); FILE MERGED 2006/09/01 17:33:22 kaib 1.4.46.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b751998625bb463814fd6f1ff51132827a368aa3]

INTEGRATION: CWS pchfix02 (1.5.44); FILE MERGED 2006/09/01 17:33:22 kaib 1.5.44.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9c650ef16ed31da9d578127c043efd036c91d2af]

INTEGRATION: CWS pchfix02 (1.6.44); FILE MERGED 2006/09/01 17:33:22 kaib 1.6.44.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f5d789fdf4a4bf6dbcfecf90eee182530902bf66]

INTEGRATION: CWS pchfix02 (1.8.12); FILE MERGED 2006/09/01 17:33:21 kaib 1.8.12.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [13234719cea7445f405990e26907094bbc679c8e]

INTEGRATION: CWS pchfix02 (1.7.22); FILE MERGED 2006/09/01 17:33:21 kaib 1.7.22.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [33cb879b66f309e6e55460208f68396d5e471923]

INTEGRATION: CWS pchfix02 (1.11.14); FILE MERGED 2006/09/01 17:33:21 kaib 1.11.14.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [28270ec6553c497d800a647a3c05b9d44ab27260]

INTEGRATION: CWS pchfix02 (1.5.20); FILE MERGED 2006/09/01 17:33:21 kaib 1.5.20.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8a568c7cb24571fa6bb3a40f883ce664b8284b69]

INTEGRATION: CWS pchfix02 (1.14.22); FILE MERGED 2006/09/01 17:33:21 kaib 1.14.22.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e69baad2b7e7cb7c0a5abdac767df5a5e188f945]

INTEGRATION: CWS pchfix02 (1.13.20); FILE MERGED 2006/09/01 17:33:21 kaib 1.13.20.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d106f4e9e6e92f4069a737dfffa80569b58a428e]

INTEGRATION: CWS pchfix02 (1.13.16); FILE MERGED 2006/09/01 17:33:20 kaib 1.13.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [29c0acca82d781dd5b79085fa26953750dcdd958]

INTEGRATION: CWS pchfix02 (1.14.22); FILE MERGED 2006/09/01 17:33:20 kaib 1.14.22.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f946c0fc1a6636d625d8cf45018535969e040cd3]

INTEGRATION: CWS pchfix02 (1.2.46); FILE MERGED 2006/09/01 17:33:20 kaib 1.2.46.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d76b3b1372ad7dd2e4575520528bba7fad7e500f]

INTEGRATION: CWS pchfix02 (1.12.20); FILE MERGED 2006/09/01 17:33:20 kaib 1.12.20.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7ae9dc25d3fc679d8ccd6f5c899b0259cf731ac2]

INTEGRATION: CWS pchfix02 (1.3.46); FILE MERGED 2006/09/01 17:33:20 kaib 1.3.46.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [89d0cc5344b06199c783c748d46cc30f9f8b33ac]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:33:19 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f470079bb56c023a5e0a3a5bb56341c64b76e37b]

INTEGRATION: CWS pchfix02 (1.4.28); FILE MERGED 2006/09/01 17:30:17 kaib 1.4.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [702d6e13d7308d48a48ea63456799d050c0d6e2b]

INTEGRATION: CWS pchfix02 (1.5.20); FILE MERGED 2006/09/01 17:30:17 kaib 1.5.20.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [de7f137c2aa96fb1e74fc3d41a76312dbf5c2cc6]

INTEGRATION: CWS pchfix02 (1.3.118); FILE MERGED 2006/09/01 17:30:17 kaib 1.3.118.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [239637a36a96c8090fc15d6528f87b48e9ef57ff]

INTEGRATION: CWS pchfix02 (1.7.22); FILE MERGED 2006/09/01 17:30:17 kaib 1.7.22.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [45af8550c718c63a3d3e541813f1efd884c1adb0]

INTEGRATION: CWS pchfix02 (1.4.28); FILE MERGED 2006/09/01 17:30:16 kaib 1.4.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a1bee51053ee8982042201be5d09f8bfd70f8f7e]

INTEGRATION: CWS pchfix02 (1.6.28); FILE MERGED 2006/09/01 17:30:16 kaib 1.6.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e4a873ace98809e410946cd0e714e5840e3e46d9]

INTEGRATION: CWS pchfix02 (1.7.28); FILE MERGED 2006/09/01 17:30:16 kaib 1.7.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [255a333f7ddcf905b05e23b8f0e7b50c85f00533]

INTEGRATION: CWS pchfix02 (1.3.28); FILE MERGED 2006/09/01 17:30:16 kaib 1.3.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4babf02a4c7629a0efcf0b256de4649731c4c805]

INTEGRATION: CWS pchfix02 (1.24.28); FILE MERGED 2006/09/01 17:30:15 kaib 1.24.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b8234f10e32bd07d211f83a1ffcece568e7af14f]

INTEGRATION: CWS pchfix02 (1.31.28); FILE MERGED 2006/09/01 17:30:15 kaib 1.31.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [295bf5069aca441f83025475e30c5d6c1b35db21]

INTEGRATION: CWS pchfix02 (1.21.28); FILE MERGED 2006/09/01 17:30:15 kaib 1.21.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2a845b17f6c02f020170c9477236ceee74d122fa]

INTEGRATION: CWS pchfix02 (1.3.118); FILE MERGED 2006/09/01 17:30:15 kaib 1.3.118.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9721869667fa1c57d49af2e94634c4e428a996ff]

INTEGRATION: CWS pchfix02 (1.4.26); FILE MERGED 2006/09/01 17:30:14 kaib 1.4.26.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ec9729b67a5d2dcb1880f0918808449119b7c9a4]

INTEGRATION: CWS pchfix02 (1.10.16); FILE MERGED 2006/09/01 17:30:14 kaib 1.10.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [606b62d51cb8f3a6544f3ced1a4899de1b6e67ea]

INTEGRATION: CWS pchfix02 (1.6.28); FILE MERGED 2006/09/01 17:30:14 kaib 1.6.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [02912a7ace6bab0bcfab312ffa4a2c124a111fd8]

INTEGRATION: CWS pchfix02 (1.6.24); FILE MERGED 2006/09/01 17:30:14 kaib 1.6.24.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [09e97ee7f409b65a5d9244427ea1a38e98a594f2]

INTEGRATION: CWS pchfix02 (1.5.60); FILE MERGED 2006/09/01 17:30:13 kaib 1.5.60.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [023cde1d0f095cc7cb4b2f7b982277a7e11fd5b8]

INTEGRATION: CWS pchfix02 (1.8.24); FILE MERGED 2006/09/01 17:30:13 kaib 1.8.24.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c46a367ca47c8e986955892d5e665ebc343eb989]

INTEGRATION: CWS pchfix02 (1.13.60); FILE MERGED 2006/09/01 17:30:13 kaib 1.13.60.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bafb33ee6354daee760b0381d1957dfda22130bd]

INTEGRATION: CWS pchfix02 (1.4.114); FILE MERGED 2006/09/01 17:30:12 kaib 1.4.114.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [21a930714f9d4be04a6442ee705ab68711eed287]

INTEGRATION: CWS pchfix02 (1.6.24); FILE MERGED 2006/09/01 17:30:12 kaib 1.6.24.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [15a9a5503ef987daa2a0f0ac9195534d6f74619b]

INTEGRATION: CWS pchfix02 (1.9.24); FILE MERGED 2006/09/01 17:30:11 kaib 1.9.24.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e755485bcf732f072c300aa1862a57d00182b321]

INTEGRATION: CWS pchfix02 (1.14.8); FILE MERGED 2006/09/01 17:30:11 kaib 1.14.8.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c9083167ea4ad36d578e1cfba1f10b1f6b363710]

INTEGRATION: CWS pchfix02 (1.4.114); FILE MERGED 2006/09/01 17:30:11 kaib 1.4.114.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e540707e39ade712bdb10430d6202c898ec32493]

INTEGRATION: CWS pchfix02 (1.2.118); FILE MERGED 2006/09/01 17:30:10 kaib 1.2.118.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d058cc8df8ac31573fc5ed3dac8d9a9e2b463286]

INTEGRATION: CWS pchfix02 (1.3.118); FILE MERGED 2006/09/01 17:30:10 kaib 1.3.118.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8bd8d74e61c8dd2fe888c141610e6e169292e9b8]

INTEGRATION: CWS pchfix02 (1.6.26); FILE MERGED 2006/09/01 17:30:10 kaib 1.6.26.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8742661329c629acff845ec05cd2b25ebdc3ddf3]

INTEGRATION: CWS pchfix02 (1.8.112); FILE MERGED 2006/09/01 17:30:10 kaib 1.8.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7875a146a6898dc40eaccc58aa812e6ebcdddffa]

INTEGRATION: CWS pchfix02 (1.5.28); FILE MERGED 2006/09/01 17:30:10 kaib 1.5.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6c08f050d3424bc2ab3e9a7b88989620f2559d2d]

INTEGRATION: CWS pchfix02 (1.8.26); FILE MERGED 2006/09/01 17:30:09 kaib 1.8.26.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e01f92e7d65e31a3048faaf81c0a6b34d1e5ffb4]

INTEGRATION: CWS pchfix02 (1.4.28); FILE MERGED 2006/09/01 17:30:09 kaib 1.4.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [48a5a7a3fa7520e89ff9f7865b43b010e4c3f540]

INTEGRATION: CWS pchfix02 (1.3.118); FILE MERGED 2006/09/01 17:30:09 kaib 1.3.118.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8b3abd9a24a88c54236b85e5b31392283322e37c]

INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:30:09 kaib 1.4.116.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [53485d5c66ec4aa302042bacbbc437e2a59e85d2]

INTEGRATION: CWS pchfix02 (1.5.28); FILE MERGED 2006/09/01 17:30:08 kaib 1.5.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [38e636c4f46907811d770c3fc5988ba604c0c0ee]

INTEGRATION: CWS pchfix02 (1.4.118); FILE MERGED 2006/09/01 17:30:08 kaib 1.4.118.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [57478eab25170a86acf194a803b4b3b39f61c73c]

INTEGRATION: CWS pchfix02 (1.3.118); FILE MERGED 2006/09/01 17:30:08 kaib 1.3.118.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d4d493e55d5416c5ad1817057e6c046a226d0a6d]

INTEGRATION: CWS pchfix02 (1.2.118); FILE MERGED 2006/09/01 17:30:08 kaib 1.2.118.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [39ca1d466bb8bb269bf6025970acfdba582040ad]

INTEGRATION: CWS pchfix02 (1.12.28); FILE MERGED 2006/09/01 17:30:07 kaib 1.12.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [de714ac47c0c5a396f04f812fac0bbafa1c48866]

INTEGRATION: CWS pchfix02 (1.6.28); FILE MERGED 2006/09/01 17:30:07 kaib 1.6.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [aba6c52e50685707f503f8043ec0dfd07add462f]

INTEGRATION: CWS pchfix02 (1.3.118); FILE MERGED 2006/09/01 17:30:07 kaib 1.3.118.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6e42de97aa2c64e97fb975e0e29f0e42d3023f3b]

INTEGRATION: CWS pchfix02 (1.5.28); FILE MERGED 2006/09/01 17:30:07 kaib 1.5.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a032657d8d1658553abc6509ca40f9e2eab87278]

INTEGRATION: CWS pchfix02 (1.5.24); FILE MERGED 2006/09/01 17:30:06 kaib 1.5.24.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d8aba662dd643781656e83daef5764e68ffbc91b]

INTEGRATION: CWS pchfix02 (1.7.16); FILE MERGED 2006/09/01 17:30:06 kaib 1.7.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e44e34e519d414ae37edd0b1e24da675be943628]

INTEGRATION: CWS pchfix02 (1.30.8); FILE MERGED 2006/09/01 17:30:05 kaib 1.30.8.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d130099d4b69fb419047e21232120578d5d78a82]

INTEGRATION: CWS pchfix02 (1.11.28); FILE MERGED 2006/09/01 17:30:05 kaib 1.11.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [46d30a8601467605d8ef4bd7c73cf2b259ccfec3]

INTEGRATION: CWS pchfix02 (1.6.114); FILE MERGED 2006/09/01 17:30:05 kaib 1.6.114.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e1739f4665283ada824ca4adb8b7e8fc44d254a4]

INTEGRATION: CWS pchfix02 (1.6.28); FILE MERGED 2006/09/01 17:30:05 kaib 1.6.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [71c86897bb9679bb0a1b161e5bb4d9903f10355d]

INTEGRATION: CWS pchfix02 (1.17.16); FILE MERGED 2006/09/01 17:30:04 kaib 1.17.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b414e95ae16c8d25715cf7ca88142622882f5536]

INTEGRATION: CWS pchfix02 (1.6.28); FILE MERGED 2006/09/01 17:30:04 kaib 1.6.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4fe42a473d3a27926590d3d066ff75f858e7d64c]

INTEGRATION: CWS pchfix02 (1.6.114); FILE MERGED 2006/09/01 17:30:04 kaib 1.6.114.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [19ffd4bef17ddafb141af5140730fa23bd00ca3e]

INTEGRATION: CWS pchfix02 (1.7.114); FILE MERGED 2006/09/01 17:30:03 kaib 1.7.114.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5f9ddebace74ee7f8e54de07c0bfe04e323da22e]

INTEGRATION: CWS pchfix02 (1.6.28); FILE MERGED 2006/09/01 17:30:03 kaib 1.6.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d957da277eb4c5fb83f1c60f43efba9f76ad9aff]

INTEGRATION: CWS pchfix02 (1.16.24); FILE MERGED 2006/09/01 17:30:03 kaib 1.16.24.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7a4c908e2e802809ed6796a98407c656cfa9534d]

INTEGRATION: CWS pchfix02 (1.7.28); FILE MERGED 2006/09/01 17:30:03 kaib 1.7.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [34af99bfec3a14e072f463391c38c841f857bb26]

INTEGRATION: CWS pchfix02 (1.2.118); FILE MERGED 2006/09/01 17:30:02 kaib 1.2.118.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d4bb720f5b129af1d717da76c3f96b3784cbeb65]

INTEGRATION: CWS pchfix02 (1.6.114); FILE MERGED 2006/09/01 17:30:02 kaib 1.6.114.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d999cddf525c8781475323447000e9021e5606f4]

INTEGRATION: CWS pchfix02 (1.6.28); FILE MERGED 2006/09/01 17:30:02 kaib 1.6.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [455ef646d99b1bc92e50f9b4aed1380ecc3e0aeb]

INTEGRATION: CWS pchfix02 (1.2.116); FILE MERGED 2006/09/01 17:30:01 kaib 1.2.116.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [93c04f61ce272c703b991ffa143d6471ce30832f]

INTEGRATION: CWS pchfix02 (1.9.24); FILE MERGED 2006/09/01 17:30:01 kaib 1.9.24.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fa1346f3e69d91b86922ef29eab030b2d9e8647b]

INTEGRATION: CWS pchfix02 (1.5.114); FILE MERGED 2006/09/01 17:30:01 kaib 1.5.114.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1bf5c66157f232ccc2cec80cd538f18ed7cb89cd]

INTEGRATION: CWS pchfix02 (1.6.24); FILE MERGED 2006/09/01 17:30:01 kaib 1.6.24.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7e979cff222d2aa8c7453d146e0d53158d675518]

INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:30:00 kaib 1.5.116.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [78e0096db09e36fea1dea80a7ab97d1ddb136c9a]

INTEGRATION: CWS pchfix02 (1.4.26); FILE MERGED 2006/09/01 17:30:00 kaib 1.4.26.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3ab79dc9de022e1dc30563561de37cf8dc4c824d]

INTEGRATION: CWS pchfix02 (1.6.26); FILE MERGED 2006/09/01 17:30:00 kaib 1.6.26.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [aa303bce03368007ae29ea4945b8289e8c8f0941]

INTEGRATION: CWS pchfix02 (1.3.116); FILE MERGED 2006/09/01 17:30:00 kaib 1.3.116.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [68cfecbf6f9ac0c8b68a6f3b241e8ffea6bc0dfe]

INTEGRATION: CWS pchfix02 (1.7.116); FILE MERGED 2006/09/01 17:29:59 kaib 1.7.116.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e78d61fc5c18c315cc1009fefe855fc12dc1671b]

INTEGRATION: CWS pchfix02 (1.3.116); FILE MERGED 2006/09/01 17:29:59 kaib 1.3.116.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2722dcd60ba1ef681bb1327f4d6de93dfd557ac8]

INTEGRATION: CWS pchfix02 (1.7.26); FILE MERGED 2006/09/01 17:29:59 kaib 1.7.26.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [be710b3944f1778a1921ef1c07090a515c3b0881]

INTEGRATION: CWS pchfix02 (1.3.118); FILE MERGED 2006/09/01 17:29:59 kaib 1.3.118.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6f4e0c551d963c56692f1f2680d9800bf2e3b057]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:29:57 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [be9ed90b2c01b30315ee2de89ff84e3730a88a43]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:29:56 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [736a93365988e58f0c2e410d74164dfc19329500]

INTEGRATION: CWS pchfix02 (1.3.326); FILE MERGED 2006/09/01 17:43:36 kaib 1.3.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [24d63ec5bd22c5952371a5da72be6f4eb9efea28]

INTEGRATION: CWS pchfix02 (1.8.46); FILE MERGED 2006/09/01 17:43:36 kaib 1.8.46.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3b3d525a22b66a8cee99b77343b80c768c795932]

INTEGRATION: CWS pchfix02 (1.4.326); FILE MERGED 2006/09/01 17:43:35 kaib 1.4.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f7e42a048ee1e302e9ec5f3547e9c7cc284f87d5]

INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED 2006/09/01 17:43:35 kaib 1.4.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0f51379eca3b8aba52453e03cceca6b1ff1dbb9e]

INTEGRATION: CWS pchfix02 (1.3.326); FILE MERGED 2006/09/01 17:43:35 kaib 1.3.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bfc8d0eaff30e9734efb151b1d179b8134480aa4]

INTEGRATION: CWS pchfix02 (1.4.314); FILE MERGED 2006/09/01 17:43:35 kaib 1.4.314.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bc635968e11305b0ab9937e0caf1517279869676]

INTEGRATION: CWS pchfix02 (1.9.326); FILE MERGED 2006/09/01 17:43:34 kaib 1.9.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [09fe5901e5af1b1147c68da502a5361cb66f66bc]

INTEGRATION: CWS pchfix02 (1.12.92); FILE MERGED 2006/09/01 17:43:34 kaib 1.12.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6cedaf76c88d2cf26db494e72898d91a3313c47d]

INTEGRATION: CWS pchfix02 (1.21.46); FILE MERGED 2006/09/01 17:43:34 kaib 1.21.46.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6defd5d94727060fd4b53da9578c49964e884f4d]

INTEGRATION: CWS pchfix02 (1.8.92); FILE MERGED 2006/09/01 17:43:34 kaib 1.8.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5119a2851c145204fb40823a0544a8e93426623c]

INTEGRATION: CWS pchfix02 (1.10.92); FILE MERGED 2006/09/01 17:43:33 kaib 1.10.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [67a1b7b6fd3d7b8dbfb7f8af4fcaa8468134d73a]

INTEGRATION: CWS pchfix02 (1.7.92); FILE MERGED 2006/09/01 17:43:33 kaib 1.7.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [34e4d223f4a7ef458d61f55d9d69b285e9ea97dc]

INTEGRATION: CWS pchfix02 (1.19.326); FILE MERGED 2006/09/01 17:43:33 kaib 1.19.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [27ae9817e7c23ad7c0999a3f069f6e88f9227c87]

INTEGRATION: CWS pchfix02 (1.9.34); FILE MERGED 2006/09/01 17:43:33 kaib 1.9.34.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [65e95b2e5286f885380f5f712edcb5120fb2702d]

INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED 2006/09/01 17:43:33 kaib 1.4.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c8b7f3f621d7b17876fa70294e4a4f54c2f9fffd]

INTEGRATION: CWS pchfix02 (1.8.92); FILE MERGED 2006/09/01 17:43:33 kaib 1.8.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ec3059edd16b55526234f167e9df649e5886e2d4]

INTEGRATION: CWS pchfix02 (1.7.92); FILE MERGED 2006/09/01 17:43:32 kaib 1.7.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [37c8bb39e38aea0e67de34378eebdd242ecbd7de]

INTEGRATION: CWS pchfix02 (1.2.326); FILE MERGED 2006/09/01 17:43:32 kaib 1.2.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b8576e23ece22f052828cd24d7341459debd7659]

INTEGRATION: CWS pchfix02 (1.13.92); FILE MERGED 2006/09/01 17:43:32 kaib 1.13.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7b9b74993476f13429496940bfe51012d4a67464]

INTEGRATION: CWS pchfix02 (1.8.326); FILE MERGED 2006/09/01 17:43:31 kaib 1.8.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2dbbbadc36525487010ed5c8145d03ab3b90c264]

INTEGRATION: CWS pchfix02 (1.16.44); FILE MERGED 2006/09/01 17:43:31 kaib 1.16.44.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8e06666815f81f9a97a1798ae1a76d642f0be1c8]

INTEGRATION: CWS pchfix02 (1.12.182); FILE MERGED 2006/09/01 17:43:31 kaib 1.12.182.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9c73ceed44adb984fd02dafdaf0bda209d58d614]

INTEGRATION: CWS pchfix02 (1.21.92); FILE MERGED 2006/09/01 17:43:31 kaib 1.21.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5cc7a1e3b937f1d7f156c0abf6b3b0d0b054db4a]

INTEGRATION: CWS pchfix02 (1.11.16); FILE MERGED 2006/09/01 17:43:31 kaib 1.11.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [649ca6282680c382c5ffad36dea5bc7381d08075]

INTEGRATION: CWS pchfix02 (1.5.92); FILE MERGED 2006/09/01 17:43:31 kaib 1.5.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f53a9cfc71dab0ef6cbd30e8222ea2f294371be5]

INTEGRATION: CWS pchfix02 (1.18.92); FILE MERGED 2006/09/01 17:43:30 kaib 1.18.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9d8574e18133d258f30fc7590d892c2f94f91b3a]

INTEGRATION: CWS pchfix02 (1.7.324); FILE MERGED 2006/09/01 17:43:30 kaib 1.7.324.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5047ece1f40f96de0c32ea5e6e49824c2079c199]

INTEGRATION: CWS pchfix02 (1.7.326); FILE MERGED 2006/09/01 17:43:30 kaib 1.7.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d7b3955fa5bcdf4b04c98aa570313ffaff81a0cd]

INTEGRATION: CWS pchfix02 (1.1.1418); FILE MERGED 2006/09/01 17:43:30 kaib 1.1.1418.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4bbccdc139a2e9a8130daa48fa03460aad658839]

INTEGRATION: CWS pchfix02 (1.5.324); FILE MERGED 2006/09/01 17:43:30 kaib 1.5.324.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [13c6666ff058734f19f6c69484331c9e08586262]

INTEGRATION: CWS pchfix02 (1.2.324); FILE MERGED 2006/09/01 17:43:30 kaib 1.2.324.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c51ae9f63cbfc3b2882a8888c757af59893e196a]

INTEGRATION: CWS pchfix02 (1.2.326); FILE MERGED 2006/09/01 17:43:29 kaib 1.2.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ce65ae004bd4d2691773f6ee6d724e7d7c936ce8]

INTEGRATION: CWS pchfix02 (1.4.326); FILE MERGED 2006/09/01 17:43:29 kaib 1.4.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7986985602ead42a745bae2ae1067fa0f1a903e6]

INTEGRATION: CWS pchfix02 (1.2.324); FILE MERGED 2006/09/01 17:43:29 kaib 1.2.324.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [96a773c0ae07ef9e35754ab51c7f189ce6dde77e]

INTEGRATION: CWS pchfix02 (1.3.324); FILE MERGED 2006/09/01 17:43:29 kaib 1.3.324.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b6e7b73ef7e2ecf870072d591192225e5ee4d9fb]

INTEGRATION: CWS pchfix02 (1.5.324); FILE MERGED 2006/09/01 17:43:29 kaib 1.5.324.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [61cc37e88854a07ba8fd928fbd303f365a0f28fc]

INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED 2006/09/01 17:43:28 kaib 1.4.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0e9e1876d2e8423c16899f5614c6a53d2958eeca]

INTEGRATION: CWS pchfix02 (1.2.324); FILE MERGED 2006/09/01 17:43:28 kaib 1.2.324.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [db4102a778063282b4c73e374eb3a79519d15884]

INTEGRATION: CWS pchfix02 (1.4.326); FILE MERGED 2006/09/01 17:43:28 kaib 1.4.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d7ce5ca7fa80f809d333e346f495cc4604270ade]

INTEGRATION: CWS pchfix02 (1.12.44); FILE MERGED 2006/09/01 17:43:27 kaib 1.12.44.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8d558e9cc547bd61bc577c02fd07d0e05a566ed9]

INTEGRATION: CWS pchfix02 (1.44.92); FILE MERGED 2006/09/01 17:43:27 kaib 1.44.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6c07ca5935b279d112f9176c1afee84c7302ecc2]

INTEGRATION: CWS pchfix02 (1.70.26); FILE MERGED 2006/09/01 17:43:27 kaib 1.70.26.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ffab95e28557f271a7e059b6bcdc6c9f75552b74]

INTEGRATION: CWS pchfix02 (1.63.26); FILE MERGED 2006/09/01 17:43:27 kaib 1.63.26.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fa7001d55917dd19efdd71045e8b81f90242ca3f]

INTEGRATION: CWS pchfix02 (1.43.26); FILE MERGED 2006/09/01 17:43:26 kaib 1.43.26.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [79a9f51f40a3e18b88dc94df39636b58b754ab80]

INTEGRATION: CWS pchfix02 (1.7.152); FILE MERGED 2006/09/01 17:43:26 kaib 1.7.152.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b733b3b40a4d42a4623a1accb5a29ea352493fca]

INTEGRATION: CWS pchfix02 (1.6.90); FILE MERGED 2006/09/01 17:43:26 kaib 1.6.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dfabdb395939d69609cf469a08ddae8a954942de]

INTEGRATION: CWS pchfix02 (1.6.166); FILE MERGED 2006/09/01 17:43:26 kaib 1.6.166.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cc7704a02585520d71a270d87c0de866cab7a635]

INTEGRATION: CWS pchfix02 (1.10.90); FILE MERGED 2006/09/01 17:43:26 kaib 1.10.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a78a1e5e4ed5aad2f9e8459845dc5aa3365db421]

INTEGRATION: CWS pchfix02 (1.2.326); FILE MERGED 2006/09/01 17:43:26 kaib 1.2.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [75a51f1c06d8a07d28d87940db8fc93b92b5dd5e]

INTEGRATION: CWS pchfix02 (1.4.324); FILE MERGED 2006/09/01 17:43:25 kaib 1.4.324.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d6c957f06d5716c5062c6a22ea9fd5251e21f3ba]

INTEGRATION: CWS pchfix02 (1.5.92); FILE MERGED 2006/09/01 17:43:25 kaib 1.5.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [695958487c4b771cf8a49a9f487a0e3d649f6a1d]

INTEGRATION: CWS pchfix02 (1.3.324); FILE MERGED 2006/09/01 17:43:25 kaib 1.3.324.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [38670d591bae962341c8733b89b72274f5e88fd7]

INTEGRATION: CWS pchfix02 (1.3.326); FILE MERGED 2006/09/01 17:43:25 kaib 1.3.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f5548dcc2be9b7617a89782586dc6ac6c7ac1140]

INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED 2006/09/01 17:43:25 kaib 1.4.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [29148790546753fbe434ca7e629a096864fb31a5]

INTEGRATION: CWS pchfix02 (1.6.324); FILE MERGED 2006/09/01 17:43:25 kaib 1.6.324.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [17186088d8e416e79579e06442de5bb002e30481]

INTEGRATION: CWS pchfix02 (1.6.324); FILE MERGED 2006/09/01 17:43:24 kaib 1.6.324.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [829e0853c5a210698f5c3a37d5fe243cd2fbd189]

INTEGRATION: CWS pchfix02 (1.3.324); FILE MERGED 2006/09/01 17:43:24 kaib 1.3.324.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [68c6fa462d063d1c40a10e5e28acd27dcca4949e]

INTEGRATION: CWS pchfix02 (1.5.92); FILE MERGED 2006/09/01 17:43:24 kaib 1.5.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [44de4ce2660ca0edf825c8c43ef09a1551911686]

INTEGRATION: CWS pchfix02 (1.4.326); FILE MERGED 2006/09/01 17:43:24 kaib 1.4.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3725c38b7ca46cece200e61f982c4a1716656e26]

INTEGRATION: CWS pchfix02 (1.3.324); FILE MERGED 2006/09/01 17:43:23 kaib 1.3.324.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [749605f1f5e4d216702aa465398858532d764213]

INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED 2006/09/01 17:43:23 kaib 1.4.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fd3f99de7c8970f334f6851805aa4e249e22018b]

INTEGRATION: CWS pchfix02 (1.3.326); FILE MERGED 2006/09/01 17:43:23 kaib 1.3.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [45987cca250d94ed2f884e42a5b87195ceeb76fe]

INTEGRATION: CWS pchfix02 (1.3.326); FILE MERGED 2006/09/01 17:43:22 kaib 1.3.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0e419f40ef010921f64a3709492304f164b94059]

INTEGRATION: CWS pchfix02 (1.5.326); FILE MERGED 2006/09/01 17:43:22 kaib 1.5.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [158ffd3d8d0cc07d107524115a5dc1ead0ab7dfa]

INTEGRATION: CWS pchfix02 (1.18.92); FILE MERGED 2006/09/01 17:43:22 kaib 1.18.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [099ca90ccc98108e5db6e2b98d2212f7df0dc423]

INTEGRATION: CWS pchfix02 (1.17.92); FILE MERGED 2006/09/01 17:43:22 kaib 1.17.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cb20b3020a9291f98c7ed958a2c9e711efbe5341]

INTEGRATION: CWS pchfix02 (1.73.32); FILE MERGED 2006/09/01 17:43:21 kaib 1.73.32.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5add6a261eaef026d628872fa0bf5f0f01624f7b]

INTEGRATION: CWS pchfix02 (1.11.58); FILE MERGED 2006/09/01 17:43:21 kaib 1.11.58.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6c559880dea5d634bebaa1a6d37fb945e71d4e04]

INTEGRATION: CWS pchfix02 (1.5.34); FILE MERGED 2006/09/01 17:43:21 kaib 1.5.34.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [53a036d3a05b7e3faae3ab5a62dec8b749551af5]

INTEGRATION: CWS pchfix02 (1.5.92); FILE MERGED 2006/09/01 17:43:21 kaib 1.5.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [957042cf2af4a41990e92908c7b1abfe2406267e]

INTEGRATION: CWS pchfix02 (1.3.326); FILE MERGED 2006/09/01 17:43:21 kaib 1.3.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [148f108c2777ac9c1af889eb21ec6e2fab96edc4]

INTEGRATION: CWS pchfix02 (1.2.324); FILE MERGED 2006/09/01 17:43:21 kaib 1.2.324.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a3970f8b64ada1914e0a0f7b181686afbd71b44c]

INTEGRATION: CWS pchfix02 (1.4.152); FILE MERGED 2006/09/01 17:43:20 kaib 1.4.152.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [81c9fd1c76ed33b54a23f1ec225b1487d336f71f]

INTEGRATION: CWS pchfix02 (1.2.326); FILE MERGED 2006/09/01 17:43:20 kaib 1.2.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e58f97ea3ace00d89aac5f2d8e3570eeb1c772a5]

INTEGRATION: CWS pchfix02 (1.7.322); FILE MERGED 2006/09/01 17:43:20 kaib 1.7.322.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [70dbaea118a1a85cc1470cb7ef6e2738e67658b5]

INTEGRATION: CWS pchfix02 (1.6.90); FILE MERGED 2006/09/01 17:43:20 kaib 1.6.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e078dcf62ecbe0a45fe32a4f0d358c6a6508cafc]

INTEGRATION: CWS pchfix02 (1.3.326); FILE MERGED 2006/09/01 17:43:20 kaib 1.3.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c43e9b76c407b5c9e8a6e269e4bb2fb9a913e35b]

INTEGRATION: CWS pchfix02 (1.41.90); FILE MERGED 2006/09/01 17:43:20 kaib 1.41.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9cc5e03f2876f77c5f68c19b30775c13c2e47de7]

INTEGRATION: CWS pchfix02 (1.10.326); FILE MERGED 2006/09/01 17:43:20 kaib 1.10.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d652c9648a2d0b4bb13353abf93a2d83ed761dd9]

INTEGRATION: CWS pchfix02 (1.3.92); FILE MERGED 2006/09/01 17:43:19 kaib 1.3.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ca6aa7536ae0cb4a04818c17aa98ef1ed63134f8]

INTEGRATION: CWS pchfix02 (1.7.92); FILE MERGED 2006/09/01 17:43:19 kaib 1.7.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c4ada8812e6ce2456f519e50aba56b96a096bee3]

INTEGRATION: CWS pchfix02 (1.17.90); FILE MERGED 2006/09/01 17:43:19 kaib 1.17.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [21657ad3387ba779718f967299605d9de28aa370]

INTEGRATION: CWS pchfix02 (1.5.90); FILE MERGED 2006/09/01 17:43:19 kaib 1.5.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [02ce439b3eda00f68251c3d7b4842d3944f3f429]

INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED 2006/09/01 17:43:19 kaib 1.4.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [17ed391cc50faea1d94c0e089c2a13a3a8768aa9]

INTEGRATION: CWS pchfix02 (1.8.46); FILE MERGED 2006/09/01 17:43:19 kaib 1.8.46.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [61ab7b1c6fa7cf8ead58c88c7d121de04de4ba34]

INTEGRATION: CWS pchfix02 (1.3.326); FILE MERGED 2006/09/01 17:43:18 kaib 1.3.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a878e0c62ab27cc322b91d6b14a0aeaa0f34b653]

INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED 2006/09/01 17:43:18 kaib 1.4.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [99f6005ed87304d35edd03e70f0a59bf8d7e3221]

INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED 2006/09/01 17:43:17 kaib 1.4.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [894f2e7c59290da16000362e3db9661ea29e8b1c]

INTEGRATION: CWS pchfix02 (1.3.324); FILE MERGED 2006/09/01 17:43:17 kaib 1.3.324.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [971e923d0b259b6f1199b3b99ef58efb497f009f]

INTEGRATION: CWS pchfix02 (1.5.70); FILE MERGED 2006/09/01 17:43:16 kaib 1.5.70.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [61ab4b3c6070f4cca1f78aa1f4712776dccef372]

INTEGRATION: CWS pchfix02 (1.5.92); FILE MERGED 2006/09/01 17:43:16 kaib 1.5.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2faa89ae8a384cb829d6d381f5a72f991836f756]

INTEGRATION: CWS pchfix02 (1.4.26); FILE MERGED 2006/09/01 17:43:16 kaib 1.4.26.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a5ae798e3c6fc70bcdb59baba08be3697ba4ecbc]

INTEGRATION: CWS pchfix02 (1.4.90); FILE MERGED 2006/09/01 17:43:16 kaib 1.4.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [53c1e80e1d21cfeb50b0501af2d8ee4b5322d985]

INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED 2006/09/01 17:43:16 kaib 1.4.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0d15f40f484397e59c88b307fc47daa606812753]

INTEGRATION: CWS pchfix02 (1.3.326); FILE MERGED 2006/09/01 17:43:15 kaib 1.3.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [23c0276e15207e8df81710d9123ec7a87eb11362]

INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED 2006/09/01 17:43:15 kaib 1.4.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5162fe8d0004769d3bfaee09ac135702c45401cf]

INTEGRATION: CWS pchfix02 (1.5.92); FILE MERGED 2006/09/01 17:43:15 kaib 1.5.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [957f07a9b44cf3a72e8f39c005833f2aa7bbf01e]

INTEGRATION: CWS pchfix02 (1.3.324); FILE MERGED 2006/09/01 17:43:15 kaib 1.3.324.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b4246a889fd9484b52492d58e7cbf3be2fd521b9]

INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED 2006/09/01 17:43:14 kaib 1.4.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d58bd2792f690889ee0c1a37f5119a75fd218d04]

INTEGRATION: CWS pchfix02 (1.5.92); FILE MERGED 2006/09/01 17:43:14 kaib 1.5.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [354c4f4c9995a04508dc0a2b58f56ad2e1ddef74]

INTEGRATION: CWS pchfix02 (1.7.326); FILE MERGED 2006/09/01 17:43:14 kaib 1.7.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [915afde98a0e0aa65e30d1df044d07bfaa002ed5]

INTEGRATION: CWS pchfix02 (1.7.92); FILE MERGED 2006/09/01 17:43:13 kaib 1.7.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bc58ca5bfa6d8f218221452707b4b8cc3f8b2118]

INTEGRATION: CWS pchfix02 (1.12.92); FILE MERGED 2006/09/01 17:43:13 kaib 1.12.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [452d1a3c8caac8f687dd65d6ee9c4e4ff6a95bdd]

INTEGRATION: CWS pchfix02 (1.3.92); FILE MERGED 2006/09/01 17:43:13 kaib 1.3.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cbc81fd4d0f47357e684cf513bff579f4e86b701]

INTEGRATION: CWS pchfix02 (1.8.92); FILE MERGED 2006/09/01 17:43:13 kaib 1.8.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7e6fc720272cedb71984d890f7f66b454e1ecaf1]

INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED 2006/09/01 17:43:13 kaib 1.4.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [23a2660cf9aa8f8acbb32ce5e5af8b2fd6c3550f]

INTEGRATION: CWS pchfix02 (1.6.92); FILE MERGED 2006/09/01 17:43:12 kaib 1.6.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5581c1392bf7d1115b08ead99142247e15481a4f]

INTEGRATION: CWS pchfix02 (1.5.92); FILE MERGED 2006/09/01 17:43:12 kaib 1.5.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4f6cf0921af88996bd4c5fa6e2be77e2f6210e5e]

INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED 2006/09/01 17:43:12 kaib 1.4.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [68fe4c7fd04869762b0489864177e11dd725322d]

INTEGRATION: CWS pchfix02 (1.7.92); FILE MERGED 2006/09/01 17:43:12 kaib 1.7.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [18b0671ad9c7a585895c4d9aa7b0645610270d98]

INTEGRATION: CWS pchfix02 (1.2.324); FILE MERGED 2006/09/01 17:43:12 kaib 1.2.324.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [062b3c7323f0a68bbe90348e22613800465bbfa9]

INTEGRATION: CWS pchfix02 (1.8.92); FILE MERGED 2006/09/01 17:43:11 kaib 1.8.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [41103d106047955f6ac09245bf7292b95fbe2df4]

INTEGRATION: CWS pchfix02 (1.5.90); FILE MERGED 2006/09/01 17:43:11 kaib 1.5.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f258091d92427683aa65266c60b83e06686663cd]

INTEGRATION: CWS pchfix02 (1.5.182); FILE MERGED 2006/09/01 17:43:11 kaib 1.5.182.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [de2c2408ff320f03133cbaf82266a37055b6c473]

INTEGRATION: CWS pchfix02 (1.3.326); FILE MERGED 2006/09/01 17:43:11 kaib 1.3.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [adf7aad5df78f46ffe6656d74b6a5e757764f897]

INTEGRATION: CWS pchfix02 (1.3.92); FILE MERGED 2006/09/01 17:43:11 kaib 1.3.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [85b5f9e4ec4fec057e5ce74f468bb8fef46e4c4d]

INTEGRATION: CWS pchfix02 (1.3.326); FILE MERGED 2006/09/01 17:43:10 kaib 1.3.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cfd5ba8257abd915036194c3a20c999ed76b0856]

INTEGRATION: CWS pchfix02 (1.7.26); FILE MERGED 2006/09/01 17:43:10 kaib 1.7.26.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d2e23d2f8d1fa847c3727227ad356d214b7634be]

INTEGRATION: CWS pchfix02 (1.6.326); FILE MERGED 2006/09/01 17:43:10 kaib 1.6.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [edba38d5c1e186e14bea21f921b9eb0501db12bb]

INTEGRATION: CWS pchfix02 (1.25.90); FILE MERGED 2006/09/01 17:43:10 kaib 1.25.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [76aa6e136030a99378820fde596968f6b7cbb57e]

INTEGRATION: CWS pchfix02 (1.2.324); FILE MERGED 2006/09/01 17:43:10 kaib 1.2.324.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cf77fd39aad8be5fb03aa55c82d1e90a100e2380]

INTEGRATION: CWS pchfix02 (1.29.90); FILE MERGED 2006/09/01 17:43:09 kaib 1.29.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7588587d2c9b1b904cc20518e22ad75ff4dc214c]

INTEGRATION: CWS pchfix02 (1.50.90); FILE MERGED 2006/09/01 17:43:09 kaib 1.50.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [be81d0eb26a1a3d9976a3ed279531dcd2df4e1e1]

INTEGRATION: CWS pchfix02 (1.30.90); FILE MERGED 2006/09/01 17:43:09 kaib 1.30.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [721ec7fe0ccac0c9ac83f230c0f2eb16f307d652]

INTEGRATION: CWS pchfix02 (1.16.90); FILE MERGED 2006/09/01 17:43:09 kaib 1.16.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [977b4ac8af0901f795e549e67972e21db2ed39e9]

INTEGRATION: CWS pchfix02 (1.15.86); FILE MERGED 2006/09/01 17:43:08 kaib 1.15.86.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e3e393759c55af7c33ee6a84b74ee3ed44937d23]

INTEGRATION: CWS pchfix02 (1.6.90); FILE MERGED 2006/09/01 17:43:08 kaib 1.6.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [368c7c087d269b9d766513e26d9748e064968c70]

INTEGRATION: CWS pchfix02 (1.4.90); FILE MERGED 2006/09/01 17:43:08 kaib 1.4.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fe4f1085d562d266510ee0713eabe6648fb6eb05]

INTEGRATION: CWS pchfix02 (1.5.88); FILE MERGED 2006/09/01 17:43:07 kaib 1.5.88.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2a577b11e6d958fa19509d3eb7a9b0273965bfb9]

INTEGRATION: CWS pchfix02 (1.5.90); FILE MERGED 2006/09/01 17:43:07 kaib 1.5.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5a1f2dd0ddcf846a70a474a131e5cfab65216519]

INTEGRATION: CWS pchfix02 (1.8.90); FILE MERGED 2006/09/01 17:43:07 kaib 1.8.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2c8ff1749b947d741fae9243805c645a48a37ce2]

INTEGRATION: CWS pchfix02 (1.10.90); FILE MERGED 2006/09/01 17:43:07 kaib 1.10.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d55aa5b9665e76772cae538ddcf09b12b626ef74]

INTEGRATION: CWS pchfix02 (1.14.324); FILE MERGED 2006/09/01 17:43:06 kaib 1.14.324.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2fff766a2fc9dfb28855c0657c15541816ca9ad9]

INTEGRATION: CWS pchfix02 (1.8.324); FILE MERGED 2006/09/01 17:43:06 kaib 1.8.324.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b5bed81fab1ae0bc29155bfe171d70aad7a9392c]

INTEGRATION: CWS pchfix02 (1.6.326); FILE MERGED 2006/09/01 17:43:06 kaib 1.6.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [92d33ac69f9b8dc53c24057bb070364a8e0e40d7]

INTEGRATION: CWS pchfix02 (1.4.326); FILE MERGED 2006/09/01 17:43:06 kaib 1.4.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6580a68f670bf8400ae31910059fb68d1b70a62e]

INTEGRATION: CWS pchfix02 (1.16.92); FILE MERGED 2006/09/01 17:43:06 kaib 1.16.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [92f95e329a6509bf67b2679e27dc4981c783aa6d]

INTEGRATION: CWS pchfix02 (1.60.86); FILE MERGED 2006/09/01 17:43:06 kaib 1.60.86.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [530ff3ed2ca3bc3854770e4503b4a0689d20b00d]

INTEGRATION: CWS pchfix02 (1.7.92); FILE MERGED 2006/09/01 17:43:05 kaib 1.7.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e055858794ef8a008512cdd39c503061394977f5]

INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED 2006/09/01 17:43:05 kaib 1.4.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0a7f23cba080aad8465b214261271972d5a81869]

INTEGRATION: CWS pchfix02 (1.6.92); FILE MERGED 2006/09/01 17:43:05 kaib 1.6.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [badd37d5c4aebe92efa8248b99d641977980f267]

INTEGRATION: CWS pchfix02 (1.12.90); FILE MERGED 2006/09/01 17:43:05 kaib 1.12.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [023dc060ceb29308977dee602c5f7ff5c9a6d744]

INTEGRATION: CWS pchfix02 (1.13.90); FILE MERGED 2006/09/01 17:43:05 kaib 1.13.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [189e5669d24028a1d0f623547d4694e186e68c64]

INTEGRATION: CWS pchfix02 (1.20.190); FILE MERGED 2006/09/01 17:43:05 kaib 1.20.190.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c42100c59712f5cc81a4bc9007af59a62ff412c4]

INTEGRATION: CWS pchfix02 (1.8.26); FILE MERGED 2006/09/01 17:43:04 kaib 1.8.26.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [200bdb9cece2afb58fcd9c482a11cf8ef5d35125]

INTEGRATION: CWS pchfix02 (1.4.326); FILE MERGED 2006/09/01 17:43:04 kaib 1.4.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [71f9e56af5a880f1db5eff18400a1fbb3aa79c22]

INTEGRATION: CWS pchfix02 (1.3.326); FILE MERGED 2006/09/01 17:43:04 kaib 1.3.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f2b2e712cd9e13084eafd531004849d129ddcc95]

INTEGRATION: CWS pchfix02 (1.11.92); FILE MERGED 2006/09/01 17:43:04 kaib 1.11.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [38bcfaa261de2699d9149bd9daa63e2067758b8a]

INTEGRATION: CWS pchfix02 (1.5.92); FILE MERGED 2006/09/01 17:43:03 kaib 1.5.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3e2d3388c5a1b79ee4927f7c107d0b29c43f2d04]

INTEGRATION: CWS pchfix02 (1.51.14); FILE MERGED 2006/09/01 17:43:03 kaib 1.51.14.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [aeb7427071f5ad77f6d581782e58fb40bd631a17]

INTEGRATION: CWS pchfix02 (1.3.324); FILE MERGED 2006/09/01 17:43:03 kaib 1.3.324.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d102044032947bda007601bd88a5f6ad19f8c11c]

INTEGRATION: CWS pchfix02 (1.45.46); FILE MERGED 2006/09/01 17:43:03 kaib 1.45.46.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f41b68c6348eaf95eb44cd1d20491e57a1ab6368]

INTEGRATION: CWS pchfix02 (1.3.324); FILE MERGED 2006/09/01 17:43:02 kaib 1.3.324.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [76950cfc3530f06363280c28b54282c743203732]

INTEGRATION: CWS pchfix02 (1.11.92); FILE MERGED 2006/09/01 17:43:02 kaib 1.11.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9ddaf6658dcf5bd8e386ce7a6953d92bea476aa1]

INTEGRATION: CWS pchfix02 (1.3.326); FILE MERGED 2006/09/01 17:43:02 kaib 1.3.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ef56723a3c883f8eea009a044dda55eec10060d8]

INTEGRATION: CWS pchfix02 (1.5.92); FILE MERGED 2006/09/01 17:43:02 kaib 1.5.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9e7a5016dee716154b4cee27eb0a57d7aef2e78b]

INTEGRATION: CWS pchfix02 (1.34.90); FILE MERGED 2006/09/01 17:43:02 kaib 1.34.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [afd219bbf401439fa1b27f6e0ba22d4aeace3ada]

INTEGRATION: CWS pchfix02 (1.7.92); FILE MERGED 2006/09/01 17:43:01 kaib 1.7.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [976c3e7733224d312a892eab7e997cdd0e06d3f9]

INTEGRATION: CWS pchfix02 (1.15.92); FILE MERGED 2006/09/01 17:43:01 kaib 1.15.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [45e735c240f26928fef16c6f558f0b09aa4a6a72]

INTEGRATION: CWS pchfix02 (1.11.92); FILE MERGED 2006/09/01 17:43:01 kaib 1.11.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b136e64240744d3e5b220c0bc11a4dffeac27e87]

INTEGRATION: CWS pchfix02 (1.5.92); FILE MERGED 2006/09/01 17:43:01 kaib 1.5.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [18712933fd9f9217ada01c9af90e850ab3303281]

INTEGRATION: CWS pchfix02 (1.2.326); FILE MERGED 2006/09/01 17:43:01 kaib 1.2.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a997eba59fd767df81d6f299a2713acae78bd7cd]

INTEGRATION: CWS pchfix02 (1.5.326); FILE MERGED 2006/09/01 17:43:00 kaib 1.5.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b023108450809da98f928f30f2cb4ee951d50cc0]

INTEGRATION: CWS pchfix02 (1.22.92); FILE MERGED 2006/09/01 17:43:00 kaib 1.22.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1b49140fd0d4dce43222f36358738903c7333552]

INTEGRATION: CWS pchfix02 (1.2.326); FILE MERGED 2006/09/01 17:43:00 kaib 1.2.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [da71f7759e891a3d0f7005531ff98cab738aea17]

INTEGRATION: CWS pchfix02 (1.6.326); FILE MERGED 2006/09/01 17:43:00 kaib 1.6.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d078b10889cca2984c39862add159a38d87f7819]

INTEGRATION: CWS pchfix02 (1.9.90); FILE MERGED 2006/09/01 17:43:00 kaib 1.9.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d98572526788012d4d59b5d81b9dcdd09fff70a4]

INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED 2006/09/01 17:43:00 kaib 1.4.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [345113bf988e8f70e2a0cf3f512e781b11c01fb4]

INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED 2006/09/01 17:42:59 kaib 1.4.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7ea09c41b567e33451b99eb78c2a00d6330a160d]

INTEGRATION: CWS pchfix02 (1.6.92); FILE MERGED 2006/09/01 17:42:59 kaib 1.6.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [16c3ed0038f4d7abe12a39a1d1fd29a4a32b3e03]

INTEGRATION: CWS pchfix02 (1.22.92); FILE MERGED 2006/09/01 17:42:59 kaib 1.22.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fc8914819f286dd84580dbc33a0dec5a7d1598c0]

INTEGRATION: CWS pchfix02 (1.27.46); FILE MERGED 2006/09/01 17:42:59 kaib 1.27.46.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1e6ed0711a814ee4ff07e4a010f244c9f8d6cc37]

INTEGRATION: CWS pchfix02 (1.19.92); FILE MERGED 2006/09/01 17:42:59 kaib 1.19.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [81bc7a65c557fc5cdf936f548bcd931f76666dfa]

INTEGRATION: CWS pchfix02 (1.3.326); FILE MERGED 2006/09/01 17:42:58 kaib 1.3.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f6ad0dbebd5094158dcf94d173466746de911177]

INTEGRATION: CWS pchfix02 (1.7.92); FILE MERGED 2006/09/01 17:42:58 kaib 1.7.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9d2843dc745fc44e2cfbac0ca292bb50db8792c5]

INTEGRATION: CWS pchfix02 (1.4.152); FILE MERGED 2006/09/01 17:42:58 kaib 1.4.152.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [00bcac5adaafa1dbc231cc156c7f6a7155c84ec2]

INTEGRATION: CWS pchfix02 (1.6.92); FILE MERGED 2006/09/01 17:42:58 kaib 1.6.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6a52b92ce9d6d6005fd2890caac0f1700ffe5a6a]

INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED 2006/09/01 17:42:58 kaib 1.4.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [92284196255d5a069aaec011409d02927318a07f]

INTEGRATION: CWS pchfix02 (1.16.92); FILE MERGED 2006/09/01 17:42:58 kaib 1.16.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a280eb1a7e0c3fee9b1fb4dc29106d9f24272de4]

INTEGRATION: CWS pchfix02 (1.8.152); FILE MERGED 2006/09/01 17:42:58 kaib 1.8.152.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ca8d1a2d57c9910bad1dc148de2411f91d19aa64]

INTEGRATION: CWS pchfix02 (1.2.326); FILE MERGED 2006/09/01 17:42:57 kaib 1.2.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [68b8dd7c81e2290c7289d2b240df0aa15dc6cbb6]

INTEGRATION: CWS pchfix02 (1.3.92); FILE MERGED 2006/09/01 17:42:57 kaib 1.3.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f26316d240f89d363eeec8720214f8050f894bc8]

INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED 2006/09/01 17:42:57 kaib 1.4.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e1877fd09dbbab95d4d2e5eeb0eaf446159cf455]

INTEGRATION: CWS pchfix02 (1.24.92); FILE MERGED 2006/09/01 17:42:57 kaib 1.24.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9ec2f122a161b8ff6df1abebde76879130b3dedd]

INTEGRATION: CWS pchfix02 (1.11.92); FILE MERGED 2006/09/01 17:42:57 kaib 1.11.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e94daf71150a5e4624122b57074d2866e3eb979d]

INTEGRATION: CWS pchfix02 (1.4.90); FILE MERGED 2006/09/01 17:42:57 kaib 1.4.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [026960f76869f03a0ce416a656c73f1ce6ca9fd8]

INTEGRATION: CWS pchfix02 (1.6.90); FILE MERGED 2006/09/01 17:42:56 kaib 1.6.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [93617fa172f2c4054282809597acb4ecada04497]

INTEGRATION: CWS pchfix02 (1.1.1382); FILE MERGED 2006/09/01 17:42:56 kaib 1.1.1382.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0d0d295bc5b54c7a83c02064334a128782636d5d]

INTEGRATION: CWS pchfix02 (1.8.92); FILE MERGED 2006/09/01 17:42:56 kaib 1.8.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [566dee88a46479818a672d135da6d764d9bd7e00]

INTEGRATION: CWS pchfix02 (1.11.92); FILE MERGED 2006/09/01 17:42:56 kaib 1.11.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d20d6fef9846fb8c8eac696b6fcaf4626e4b10e7]

INTEGRATION: CWS pchfix02 (1.33.92); FILE MERGED 2006/09/01 17:42:56 kaib 1.33.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [13703679bfdf17f1e77ddaf5086fb081c36bc329]

INTEGRATION: CWS pchfix02 (1.3.326); FILE MERGED 2006/09/01 17:42:56 kaib 1.3.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b5efa12c91f426dac673ee6fd5423a1f60b65b2b]

INTEGRATION: CWS pchfix02 (1.5.326); FILE MERGED 2006/09/01 17:42:56 kaib 1.5.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [17be9340e42e7fe66241f4b2e106b5e86b6d9460]

INTEGRATION: CWS pchfix02 (1.6.326); FILE MERGED 2006/09/01 17:42:55 kaib 1.6.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8c462c2df152dfc482916a4ba0951ddca34c858f]

INTEGRATION: CWS pchfix02 (1.14.92); FILE MERGED 2006/09/01 17:42:55 kaib 1.14.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [91e6994d29e79adaff324cd0c11639caf49f5f82]

INTEGRATION: CWS pchfix02 (1.2.326); FILE MERGED 2006/09/01 17:42:55 kaib 1.2.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cc24df0bdf3c7e4d5832e364e69caf012567503a]

INTEGRATION: CWS pchfix02 (1.19.92); FILE MERGED 2006/09/01 17:42:55 kaib 1.19.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7b3b8477170baaaf800b203cf4bcdcf1b970d5e4]

INTEGRATION: CWS pchfix02 (1.7.1380); FILE MERGED 2006/09/01 17:42:55 kaib 1.7.1380.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fa58b3f87904fd3cbb48bce9292d7767b64be5ed]

INTEGRATION: CWS pchfix02 (1.8.92); FILE MERGED 2006/09/01 17:42:55 kaib 1.8.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [59d52331a5f3663c488832b50fb9071bdcd9e08e]

INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED 2006/09/01 17:42:55 kaib 1.4.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [17c8ea1afc902c6b7545abfc7c99b812a903f5ec]

INTEGRATION: CWS pchfix02 (1.10.90); FILE MERGED 2006/09/01 17:42:54 kaib 1.10.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c22e7e890d0f0599f8db8395be7e6c3693cb56e1]

INTEGRATION: CWS pchfix02 (1.3.34); FILE MERGED 2006/09/01 17:42:54 kaib 1.3.34.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0067857302766bf3ec7838d3b6414f5dca99d844]

INTEGRATION: CWS pchfix02 (1.73.58); FILE MERGED 2006/09/01 17:42:54 kaib 1.73.58.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [32f5aa9b287bb8e8a89ed2a69fe562539b5e6951]

INTEGRATION: CWS pchfix02 (1.45.92); FILE MERGED 2006/09/01 17:42:54 kaib 1.45.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9bf20f3cc618d50cc08aa9ba4b1922b77d4777d2]

INTEGRATION: CWS pchfix02 (1.21.92); FILE MERGED 2006/09/01 17:42:54 kaib 1.21.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [87a1ed5e51186b30ccea3b67447532ea2e8d56a4]

INTEGRATION: CWS pchfix02 (1.27.58); FILE MERGED 2006/09/01 17:42:54 kaib 1.27.58.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9424136588a4bf62d2fa4cd51c87fa63db181109]

INTEGRATION: CWS pchfix02 (1.10.92); FILE MERGED 2006/09/01 17:42:53 kaib 1.10.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9982a50110db018dcabf2d731efd0ea3a912327c]

INTEGRATION: CWS pchfix02 (1.6.90); FILE MERGED 2006/09/01 17:42:53 kaib 1.6.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a17fe83f78aa7ed04b7b7e20ea726fd52c33a8e2]

INTEGRATION: CWS pchfix02 (1.49.92); FILE MERGED 2006/09/01 17:42:53 kaib 1.49.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c59ef4e371159e7bc50aa5d59475799426bad692]

INTEGRATION: CWS pchfix02 (1.5.90); FILE MERGED 2006/09/01 17:42:53 kaib 1.5.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f0f4ca5085996e45339927fb154b60de442171f1]

INTEGRATION: CWS pchfix02 (1.21.92); FILE MERGED 2006/09/01 17:42:53 kaib 1.21.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3aef7cd1f8e39087de366532f4cc298f4a37f7cd]

INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED 2006/09/01 17:42:53 kaib 1.4.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d8d1bb87d33196fdf8b7e07b2c07da1f66764852]

INTEGRATION: CWS pchfix02 (1.27.92); FILE MERGED 2006/09/01 17:42:52 kaib 1.27.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ca02b62ad058ae875a1ba9ad05516d97bd9f4fbc]

INTEGRATION: CWS pchfix02 (1.66.34); FILE MERGED 2006/09/01 17:42:52 kaib 1.66.34.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [610cf67804d3a05764b83289994bbc940bac5a4b]

INTEGRATION: CWS pchfix02 (1.2.326); FILE MERGED 2006/09/01 17:42:52 kaib 1.2.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6beec76b6b9eba0f9d3c5f3f5cc04df866898007]

INTEGRATION: CWS pchfix02 (1.5.92); FILE MERGED 2006/09/01 17:42:52 kaib 1.5.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c2960afd3241c70d7443dab0630af6a148706bdb]

INTEGRATION: CWS pchfix02 (1.4.326); FILE MERGED 2006/09/01 17:42:52 kaib 1.4.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [27e5f2b3d42f3aba3a934a41f8eb3812d2dbab50]

INTEGRATION: CWS pchfix02 (1.5.92); FILE MERGED 2006/09/01 17:42:51 kaib 1.5.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0b3205cdaac1538013060c3dd3464b34f1068bc4]

INTEGRATION: CWS pchfix02 (1.7.276); FILE MERGED 2006/09/01 17:42:51 kaib 1.7.276.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fec16d25e6bcf2d85e07eb3dcbc9be4f0264781a]

INTEGRATION: CWS pchfix02 (1.27.92); FILE MERGED 2006/09/01 17:42:51 kaib 1.27.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b48eaf2f3fd76f69910d99fff1f2b80e7b6d7928]

INTEGRATION: CWS pchfix02 (1.21.92); FILE MERGED 2006/09/01 17:42:51 kaib 1.21.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [32134ec1f95c48a7de13525f78440d260b10e31d]

INTEGRATION: CWS pchfix02 (1.10.92); FILE MERGED 2006/09/01 17:42:51 kaib 1.10.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [10ef3692b2fbd0624b33d7b02874687d345d5eee]

INTEGRATION: CWS pchfix02 (1.18.92); FILE MERGED 2006/09/01 17:42:51 kaib 1.18.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cbaa39b1f1605508b65f789e8ad811ca4a0d149f]

INTEGRATION: CWS pchfix02 (1.13.92); FILE MERGED 2006/09/01 17:42:50 kaib 1.13.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [da7a804d20d708ec78241d97ebf40bb933f6d5d1]

INTEGRATION: CWS pchfix02 (1.5.92); FILE MERGED 2006/09/01 17:42:50 kaib 1.5.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7c575ed87cf1406b12f624e6ae55d744b4c9a710]

INTEGRATION: CWS pchfix02 (1.27.92); FILE MERGED 2006/09/01 17:42:50 kaib 1.27.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [abc6f28298d48c1ce87f40f6b83d32c2e593bd00]

INTEGRATION: CWS pchfix02 (1.8.92); FILE MERGED 2006/09/01 17:42:50 kaib 1.8.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [297495ec82dd29b8b159c8375986ef7c449784ce]

INTEGRATION: CWS pchfix02 (1.24.92); FILE MERGED 2006/09/01 17:42:50 kaib 1.24.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3867f844009e854e708a5624aadedd56dca61982]

INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 17:42:50 kaib 1.4.34.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [df2e380b57b2013b0550a54de220d42f2e7910fa]

INTEGRATION: CWS pchfix02 (1.5.276); FILE MERGED 2006/09/01 17:42:50 kaib 1.5.276.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [afa9149799a1335e9b331cdb65c56584fb302496]

INTEGRATION: CWS pchfix02 (1.11.270); FILE MERGED 2006/09/01 17:42:49 kaib 1.11.270.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4330908c24aca262222f15c6170a42377f50dcfa]

INTEGRATION: CWS pchfix02 (1.76.92); FILE MERGED 2006/09/01 17:42:49 kaib 1.76.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5d7253b23d0a7e15ed1099231be839f572cbc92e]

INTEGRATION: CWS pchfix02 (1.3.276); FILE MERGED 2006/09/01 17:42:49 kaib 1.3.276.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7e0c423658264eb630a7f1cf30d98dbde49e98d1]

INTEGRATION: CWS pchfix02 (1.5.276); FILE MERGED 2006/09/01 17:42:49 kaib 1.5.276.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [71599e444596112ad419e37a4eeac05616c13ca8]

INTEGRATION: CWS pchfix02 (1.2.92); FILE MERGED 2006/09/01 17:42:49 kaib 1.2.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0a6d527c09e5f635851f285ed36ec7ade2e0171c]

INTEGRATION: CWS pchfix02 (1.29.4); FILE MERGED 2006/09/01 17:42:49 kaib 1.29.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4529b562bee721d4fce61b3c30af4461ba3b6c1f]

INTEGRATION: CWS pchfix02 (1.17.92); FILE MERGED 2006/09/01 17:42:48 kaib 1.17.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5d39e9d8d0009c6826bb5d1c319c5bed1ad51853]

INTEGRATION: CWS pchfix02 (1.6.92); FILE MERGED 2006/09/01 17:42:48 kaib 1.6.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4d7f49b43b0860fcaa0a2d7cb7c32ce63828e840]

INTEGRATION: CWS pchfix02 (1.11.92); FILE MERGED 2006/09/01 17:42:48 kaib 1.11.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c17747c7db687bb9a2c51563ea7a894a0165fd15]

INTEGRATION: CWS pchfix02 (1.9.92); FILE MERGED 2006/09/01 17:42:48 kaib 1.9.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f00d40507d757ad1215b647891905766db8439e6]

INTEGRATION: CWS pchfix02 (1.18.92); FILE MERGED 2006/09/01 17:42:48 kaib 1.18.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [73f1843752642bb7f972876c3a497f4aa8b567a4]

INTEGRATION: CWS pchfix02 (1.7.92); FILE MERGED 2006/09/01 17:42:47 kaib 1.7.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dcd66a258287a952280bb67c228ffccd233caa75]

INTEGRATION: CWS pchfix02 (1.9.92); FILE MERGED 2006/09/01 17:42:47 kaib 1.9.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4c72f67e558e4948304f996bbbc203a7e8037225]

INTEGRATION: CWS pchfix02 (1.18.92); FILE MERGED 2006/09/01 17:42:47 kaib 1.18.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5168f773977be02f5c8df6370562a4a76edffef5]

INTEGRATION: CWS pchfix02 (1.29.92); FILE MERGED 2006/09/01 17:42:47 kaib 1.29.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cd3b480af4932a6c2fdd05f092b52a900a3f2b70]

INTEGRATION: CWS pchfix02 (1.7.92); FILE MERGED 2006/09/01 17:42:46 kaib 1.7.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1a6d60dbf12529e687b4d9186185f6b7a7046b62]

INTEGRATION: CWS pchfix02 (1.6.92); FILE MERGED 2006/09/01 17:42:46 kaib 1.6.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3f5164ab40e8820da2773774d8dc17ab17d0a3b4]

INTEGRATION: CWS pchfix02 (1.5.92); FILE MERGED 2006/09/01 17:42:46 kaib 1.5.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3cb9a2470d52068f1a0ae94eba49c498bec1c36b]

INTEGRATION: CWS pchfix02 (1.15.92); FILE MERGED 2006/09/01 17:42:46 kaib 1.15.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fb4a912584b98bfa208b96bd56d40d0d77cd8f5e]

INTEGRATION: CWS pchfix02 (1.10.92); FILE MERGED 2006/09/01 17:42:46 kaib 1.10.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6f6727febcbfeed441ceb719917a1df8e6464578]

INTEGRATION: CWS pchfix02 (1.15.92); FILE MERGED 2006/09/01 17:42:45 kaib 1.15.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4484a6d1aac398f14dcf791d4182d7ad11b69b01]

INTEGRATION: CWS pchfix02 (1.12.4); FILE MERGED 2006/09/01 17:42:45 kaib 1.12.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6feae3c4c9a24ec6e9abb5a0818908aa00a4a2f1]

INTEGRATION: CWS pchfix02 (1.12.44); FILE MERGED 2006/09/01 17:42:45 kaib 1.12.44.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [77ea7f2a324f5162402171891adce08269f45187]

INTEGRATION: CWS pchfix02 (1.8.92); FILE MERGED 2006/09/01 17:42:45 kaib 1.8.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d29f0d7d77c936ab82cf10399df09a580b38493b]

INTEGRATION: CWS pchfix02 (1.19.92); FILE MERGED 2006/09/01 17:42:45 kaib 1.19.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fc25735680a8eab248aa60dbf22869d6c36abc2b]

INTEGRATION: CWS pchfix02 (1.6.326); FILE MERGED 2006/09/01 17:42:45 kaib 1.6.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9a0e7316f3117c76b5ee3f518a9f37cebf01e5f9]

INTEGRATION: CWS pchfix02 (1.6.92); FILE MERGED 2006/09/01 17:42:44 kaib 1.6.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c42cdbaf0044d610dcda18a138867d5517f0e324]

INTEGRATION: CWS pchfix02 (1.11.92); FILE MERGED 2006/09/01 17:42:44 kaib 1.11.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e5bb061016949f976250a48012abffc06e2dc942]

INTEGRATION: CWS pchfix02 (1.6.276); FILE MERGED 2006/09/01 17:42:44 kaib 1.6.276.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6030ba06e68e4c34416044342880a53daaff6ac5]

INTEGRATION: CWS pchfix02 (1.12.92); FILE MERGED 2006/09/01 17:42:43 kaib 1.12.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d0cdb3ce32456a56c565c68a2f1676e301e4d262]

INTEGRATION: CWS pchfix02 (1.26.92); FILE MERGED 2006/09/01 17:42:43 kaib 1.26.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [360200ef6e11ce9a7041227782023eb34e570b29]

INTEGRATION: CWS pchfix02 (1.9.2); FILE MERGED 2006/09/01 17:42:43 kaib 1.9.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f65effdc1405cc9ed02dc4c15981ce67daaebfe6]

INTEGRATION: CWS pchfix02 (1.19.92); FILE MERGED 2006/09/01 17:42:43 kaib 1.19.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [84a4c0249ed46bc679f73f43b02b4a788fd2594f]

INTEGRATION: CWS pchfix02 (1.5.326); FILE MERGED 2006/09/01 17:42:43 kaib 1.5.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [225435261409b19e18448db478100dfe52ab0137]

INTEGRATION: CWS pchfix02 (1.18.92); FILE MERGED 2006/09/01 17:42:42 kaib 1.18.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ff74cd0046f7662365bdf5dc36e0175cea5e9eb8]

INTEGRATION: CWS pchfix02 (1.35.2); FILE MERGED 2006/09/01 17:42:42 kaib 1.35.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f41ee4dfa66984a34f6751b1f89a63b35234e06a]

INTEGRATION: CWS pchfix02 (1.38.90); FILE MERGED 2006/09/01 17:42:42 kaib 1.38.90.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8d23543c3784b2460b69489363fa2c2131fb1069]

INTEGRATION: CWS pchfix02 (1.8.326); FILE MERGED 2006/09/01 17:42:39 kaib 1.8.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4d91a8ee9f68d304aa24e5a9d367adb11bde29d9]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:42:39 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e5e9cb758cf0b816d1113f31c99cd81efd0af7e5]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:42:38 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [73bdac2f7903565c68b10e2c219bda83a1b66aa1]

INTEGRATION: CWS pchfix02 (1.9.92); FILE MERGED 2006/09/01 17:42:38 kaib 1.9.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b0e2043a1594bdc154f6230e97076867730a4a21]

INTEGRATION: CWS pchfix02 (1.9.46); FILE MERGED 2006/09/01 17:42:38 kaib 1.9.46.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [57eff77fbca3a33a68a075c9738e0104b245e722]

INTEGRATION: CWS pchfix02 (1.12.92); FILE MERGED 2006/09/01 17:42:37 kaib 1.12.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [357afc1468aa7a72a4de226970e98264f9ace975]

INTEGRATION: CWS pchfix02 (1.17.92); FILE MERGED 2006/09/01 17:42:37 kaib 1.17.92.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6c1c11bb48feed5229f518448b2007390bf161d6]

INTEGRATION: CWS pchfix02 (1.15.326); FILE MERGED 2006/09/01 17:42:37 kaib 1.15.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5f7c32c4c1c01e910d65cc87963ba2d6321f6ebd]

INTEGRATION: CWS pchfix02 (1.8.24); FILE MERGED 2006/09/01 17:22:52 kaib 1.8.24.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [df375edb8c54e75622686d9bf71f06af29d58512]

INTEGRATION: CWS pchfix02 (1.7.24); FILE MERGED 2006/09/01 17:22:51 kaib 1.7.24.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [46361bd45cca4a7a80a9db6691c5bb25f2e88757]

INTEGRATION: CWS pchfix02 (1.6.28); FILE MERGED 2006/09/01 17:22:51 kaib 1.6.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c72053ff20dfcf3144cb54e456fd32d190222460]

INTEGRATION: CWS pchfix02 (1.7.24); FILE MERGED 2006/09/01 17:22:50 kaib 1.7.24.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1024483a36695d1bddd08c430155fd9f21b64680]

INTEGRATION: CWS pchfix02 (1.8.24); FILE MERGED 2006/09/01 17:22:50 kaib 1.8.24.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [572f21f7ff6c76db8e11e384ed97af4a280ccb7d]

INTEGRATION: CWS pchfix02 (1.6.28); FILE MERGED 2006/09/01 17:22:50 kaib 1.6.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d6cded3250ea53aec41257aec59618fc3047f71d]

INTEGRATION: CWS pchfix02 (1.5.28); FILE MERGED 2006/09/01 17:22:50 kaib 1.5.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b9dad6a59f9ec4a801226c860b639f529fc778d6]

INTEGRATION: CWS pchfix02 (1.6.24); FILE MERGED 2006/09/01 17:22:50 kaib 1.6.24.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bd1d4db2ca98be6f97cbf5732ff4e7bab3f37ada]

INTEGRATION: CWS pchfix02 (1.8.24); FILE MERGED 2006/09/01 17:22:49 kaib 1.8.24.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2de565124148780a22b5fdbfbe16309c5e7599a3]

INTEGRATION: CWS pchfix02 (1.12.8); FILE MERGED 2006/09/01 17:22:49 kaib 1.12.8.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5874b27397315300736c33a3dd226e57f7ce78f8]

INTEGRATION: CWS pchfix02 (1.8.24); FILE MERGED 2006/09/01 17:22:48 kaib 1.8.24.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5afafef5866343b37574cf436ef6c984152e6b36]

INTEGRATION: CWS pchfix02 (1.18.4); FILE MERGED 2006/09/01 17:22:48 kaib 1.18.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e6360419c3d9fdc7cc4dc9fa30ea97e8865184ed]

INTEGRATION: CWS pchfix02 (1.2.24); FILE MERGED 2006/09/01 17:22:48 kaib 1.2.24.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b2761541a8bb790ec35b8e0a8d9068a3fc537e40]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:22:48 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [220000ab5822c804ce7e2852fc7487966c4bcea8]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:22:47 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9870623d6d596ac366e0bbd7ab262ed8ce6ccfe2]

INTEGRATION: CWS pchfix02 (1.15.110); FILE MERGED 2006/09/01 17:58:15 kaib 1.15.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ee87439be0833c1d1dbf5c870e7f164bcd8188c5]

INTEGRATION: CWS pchfix02 (1.2.4); FILE MERGED 2006/09/01 17:58:15 kaib 1.2.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f2d066502ab5a676468ef7279b158710ebf1ac75]

INTEGRATION: CWS pchfix02 (1.7.112); FILE MERGED 2006/09/01 17:58:15 kaib 1.7.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [97b12d98996878e25c008c67b7a2ca0b05de4764]

INTEGRATION: CWS pchfix02 (1.10.112); FILE MERGED 2006/09/01 17:58:15 kaib 1.10.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f8ce768909813fcc147f84b00a3d9fdb487c36b8]

INTEGRATION: CWS pchfix02 (1.136.110); FILE MERGED 2006/09/01 17:58:15 kaib 1.136.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [298edd646ec06999af003175dd84b9fe1f25ae20]

INTEGRATION: CWS pchfix02 (1.3.112); FILE MERGED 2006/09/01 17:58:14 kaib 1.3.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7035693e6c3e73c040ca4cfcb6ce13c27ef68838]

INTEGRATION: CWS pchfix02 (1.102.60); FILE MERGED 2006/09/01 17:58:14 kaib 1.102.60.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [239aff6f1f559e154153ffde3978b0c4e558ef01]

INTEGRATION: CWS pchfix02 (1.10.190); FILE MERGED 2006/09/01 17:58:14 kaib 1.10.190.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [278eb7dd841073870155a5c77bad5bb11aca557e]

INTEGRATION: CWS pchfix02 (1.27.110); FILE MERGED 2006/09/01 17:58:14 kaib 1.27.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bd26c8f274908b59c8f094762dfd97c6a2bee3b6]

INTEGRATION: CWS pchfix02 (1.7.110); FILE MERGED 2006/09/01 17:58:14 kaib 1.7.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8a969bd92aa2aab2fc5dd3966f4546c59c3633fa]

INTEGRATION: CWS pchfix02 (1.8.110); FILE MERGED 2006/09/01 17:58:13 kaib 1.8.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8e1927cd534507aa18a01305cd2d6b8a6ed6d98d]

INTEGRATION: CWS pchfix02 (1.81.60); FILE MERGED 2006/09/01 17:58:13 kaib 1.81.60.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7f886c031afbd8ece6f95059f8d5406536d0e285]

INTEGRATION: CWS pchfix02 (1.11.40); FILE MERGED 2006/09/01 17:58:13 kaib 1.11.40.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c4bebb4a959e4914a4b4aac31ed4ec8a22c27241]

INTEGRATION: CWS pchfix02 (1.28.112); FILE MERGED 2006/09/01 17:58:13 kaib 1.28.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5fa657fe2485afeeb28afda612282c76436cf2f3]

INTEGRATION: CWS pchfix02 (1.8.76); FILE MERGED 2006/09/01 17:58:13 kaib 1.8.76.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [18010dbb5e3a60de39dbf9f1b4ac62dc1ed646b8]

INTEGRATION: CWS pchfix02 (1.9.160); FILE MERGED 2006/09/01 17:58:12 kaib 1.9.160.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d1eae0fd90f37db557c85e0b3e16680cc118ab60]

INTEGRATION: CWS pchfix02 (1.5.376); FILE MERGED 2006/09/01 17:58:12 kaib 1.5.376.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3b1eff691667b3501c04d296c30249de7311a656]

INTEGRATION: CWS pchfix02 (1.34.76); FILE MERGED 2006/09/01 17:58:12 kaib 1.34.76.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a8a33d1f4140bd446b90a4266e4bbb2904b9d523]

INTEGRATION: CWS pchfix02 (1.9.42); FILE MERGED 2006/09/01 17:58:12 kaib 1.9.42.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [491a36253f607193c0a29129e3827bd83e9b3c81]

INTEGRATION: CWS pchfix02 (1.6.378); FILE MERGED 2006/09/01 17:58:12 kaib 1.6.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [516aa477f63bffb7ead9f5ea3aec68d8a9259527]

INTEGRATION: CWS pchfix02 (1.15.4); FILE MERGED 2006/09/01 17:58:11 kaib 1.15.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4cb2e186a850300b4384653fd3e4ca7a60cbfffa]

INTEGRATION: CWS pchfix02 (1.7.112); FILE MERGED 2006/09/01 17:58:11 kaib 1.7.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d745a908469553dcbba929f70c6388354cc8c00d]

INTEGRATION: CWS pchfix02 (1.208.4); FILE MERGED 2006/09/01 17:58:11 kaib 1.208.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8855d36c969b318c403989afc878949d392e42c1]

INTEGRATION: CWS pchfix02 (1.5.112); FILE MERGED 2006/09/01 17:58:11 kaib 1.5.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d85c5527906c02fa2dcb0213540c2277c5c3b08b]

INTEGRATION: CWS pchfix02 (1.20.4); FILE MERGED 2006/09/01 17:58:10 kaib 1.20.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f9478cd31632adfd14a5fcaf1be9e1b50f6cc6a1]

INTEGRATION: CWS pchfix02 (1.9.378); FILE MERGED 2006/09/01 17:58:10 kaib 1.9.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2beaa20b1491fc61dde122e52fccefda3b4e0112]

INTEGRATION: CWS pchfix02 (1.8.378); FILE MERGED 2006/09/01 17:58:10 kaib 1.8.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [42009fdb32dfa173205b8d2e398df3bb86512d52]

INTEGRATION: CWS pchfix02 (1.27.112); FILE MERGED 2006/09/01 17:58:10 kaib 1.27.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5e8c16c949f403ab9b832de2d1ed46f2f9dfe52f]

INTEGRATION: CWS pchfix02 (1.20.60); FILE MERGED 2006/09/01 17:58:09 kaib 1.20.60.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [53b06085b47affe3f370be3adf4c13ffbcec7ad2]

INTEGRATION: CWS pchfix02 (1.44.112); FILE MERGED 2006/09/01 17:58:09 kaib 1.44.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5bbff5d5443810d418ce3ed2ea4f56edb4060798]

INTEGRATION: CWS pchfix02 (1.14.4); FILE MERGED 2006/09/01 17:58:09 kaib 1.14.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b41eb82d6c8b36c14e5d60bd369442199deec019]

INTEGRATION: CWS pchfix02 (1.43.4); FILE MERGED 2006/09/01 17:58:09 kaib 1.43.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ecba0540db6efc70187f1178801d832bb23595c2]

INTEGRATION: CWS pchfix02 (1.17.4); FILE MERGED 2006/09/01 17:58:09 kaib 1.17.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [827c0a191b326e2454e1c4d622209a053fb2fe1a]

INTEGRATION: CWS pchfix02 (1.138.110); FILE MERGED 2006/09/01 17:58:08 kaib 1.138.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f60c10a930ff0cc678a31cc16ded9e5e99c0046a]

INTEGRATION: CWS pchfix02 (1.32.4); FILE MERGED 2006/09/01 17:58:08 kaib 1.32.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a4c0b59081f8b4fca23601835f2bffd016bcc6bb]

INTEGRATION: CWS pchfix02 (1.44.4); FILE MERGED 2006/09/01 17:58:08 kaib 1.44.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [64645d354929c491d9c8dc34c4af05a0b904984b]

INTEGRATION: CWS pchfix02 (1.14.112); FILE MERGED 2006/09/01 17:58:08 kaib 1.14.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5e50ca4299920ddf8bc3b97d9d2588e54b58d8a8]

INTEGRATION: CWS pchfix02 (1.23.4); FILE MERGED 2006/09/01 17:58:08 kaib 1.23.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dd91ef8e8065f45b8d20dd04b752c28c08b9a94b]

INTEGRATION: CWS pchfix02 (1.19.112); FILE MERGED 2006/09/01 17:58:08 kaib 1.19.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b3c3e78ee204f715cb0de3dbc3ea81b6f351ae28]

INTEGRATION: CWS pchfix02 (1.2.214); FILE MERGED 2006/09/01 17:58:07 kaib 1.2.214.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [174c4922558a1ef6878fe39eefd4a1c29400d784]

INTEGRATION: CWS pchfix02 (1.42.110); FILE MERGED 2006/09/01 17:58:07 kaib 1.42.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [01e4d6b1b6c40e56222ba121c355c4ac6f2065a8]

INTEGRATION: CWS pchfix02 (1.27.4); FILE MERGED 2006/09/01 17:58:07 kaib 1.27.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a521414966cd54a5da07ec45f924d8694e88a270]

INTEGRATION: CWS pchfix02 (1.11.320); FILE MERGED 2006/09/01 17:58:07 kaib 1.11.320.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [913dd70220bd6d7260db667d0a6959cf3ba0077f]

INTEGRATION: CWS pchfix02 (1.61.112); FILE MERGED 2006/09/01 17:58:07 kaib 1.61.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fc69523c57afb15e2c44e6b9a5af3a04c3aef5bf]

INTEGRATION: CWS pchfix02 (1.19.190); FILE MERGED 2006/09/01 17:58:06 kaib 1.19.190.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [50d89a2055fe3786e80c6cac6aed76922f2bd172]

INTEGRATION: CWS pchfix02 (1.27.4); FILE MERGED 2006/09/01 17:58:06 kaib 1.27.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7b908ac1afea85ba08d9835c3b6af46a054cd6ff]

INTEGRATION: CWS pchfix02 (1.11.4); FILE MERGED 2006/09/01 17:58:06 kaib 1.11.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b7c5ec55a029626d365f05456bb19c34f5055e25]

INTEGRATION: CWS pchfix02 (1.14.4); FILE MERGED 2006/09/01 17:58:06 kaib 1.14.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e394572572f02e8234e4bce95ba9f12da8a50adf]

INTEGRATION: CWS pchfix02 (1.30.4); FILE MERGED 2006/09/01 17:58:06 kaib 1.30.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3a911bb096428f795eed3306aaff95b250b1c6f4]

INTEGRATION: CWS pchfix02 (1.80.4); FILE MERGED 2006/09/01 17:58:05 kaib 1.80.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [61bcb4b8fc2179517f0b82e262c17910765fdf91]

INTEGRATION: CWS pchfix02 (1.46.4); FILE MERGED 2006/09/01 17:58:05 kaib 1.46.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4c094ebfdf6316164915939102c10a5052cc337d]

INTEGRATION: CWS pchfix02 (1.18.26); FILE MERGED 2006/09/01 17:58:05 kaib 1.18.26.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7f4953461e5b7cc83191f35d14e69990cf5d87e0]

INTEGRATION: CWS pchfix02 (1.6.112); FILE MERGED 2006/09/01 17:58:04 kaib 1.6.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9db631644fdb04473080d7d90f3f4d3fb263c3be]

INTEGRATION: CWS pchfix02 (1.12.112); FILE MERGED 2006/09/01 17:58:04 kaib 1.12.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3be8902f5641b38b724817bf30cad36cec0f03db]

INTEGRATION: CWS pchfix02 (1.33.4); FILE MERGED 2006/09/01 17:58:04 kaib 1.33.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b877e14af8a5155119fcce878e7b36612c7e9bc0]

INTEGRATION: CWS pchfix02 (1.4.378); FILE MERGED 2006/09/01 17:58:04 kaib 1.4.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [794cdadf746bf5471e9f9a068b3916b71fe0619a]

INTEGRATION: CWS pchfix02 (1.36.112); FILE MERGED 2006/09/01 17:58:04 kaib 1.36.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c97b7030fd5faa9b26f9bbc67ed200c63ef8d0be]

INTEGRATION: CWS pchfix02 (1.37.4); FILE MERGED 2006/09/01 17:58:04 kaib 1.37.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [30ab624442c16f1205ad81120282dded99457977]

INTEGRATION: CWS pchfix02 (1.29.112); FILE MERGED 2006/09/01 17:58:04 kaib 1.29.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a64c32384e212ae084af88fd096250d0da97a18d]

INTEGRATION: CWS pchfix02 (1.17.4); FILE MERGED 2006/09/01 17:58:03 kaib 1.17.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1b39d56bbbbeca594e5ca950e0af5c82ce1c1cf0]

INTEGRATION: CWS pchfix02 (1.15.4); FILE MERGED 2006/09/01 17:58:03 kaib 1.15.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a4cd56f1b46668991e0b5d708fb3e6f635dafb7f]

INTEGRATION: CWS pchfix02 (1.9.4); FILE MERGED 2006/09/01 17:58:02 kaib 1.9.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [352d5e386f9691389fdd9c5d600c2974eff3ba51]

INTEGRATION: CWS pchfix02 (1.54.4); FILE MERGED 2006/09/01 17:58:02 kaib 1.54.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [130c9befcdfdf8a00333968504230604fe433cc6]

INTEGRATION: CWS pchfix02 (1.32.4); FILE MERGED 2006/09/01 17:58:02 kaib 1.32.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fb77c38cdad85de046d17832cfb40be505814294]

INTEGRATION: CWS pchfix02 (1.4.112); FILE MERGED 2006/09/01 17:58:02 kaib 1.4.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1e7c34c8cd28fc026a0639339512dcd93c8c055e]

INTEGRATION: CWS pchfix02 (1.15.4); FILE MERGED 2006/09/01 17:58:01 kaib 1.15.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c786bb7fad5502bfe327845bdd634837bbd98b4c]

INTEGRATION: CWS pchfix02 (1.26.4); FILE MERGED 2006/09/01 17:58:01 kaib 1.26.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4019422ec0365be7f26b7a98cfbc98e5ad3eadbb]

INTEGRATION: CWS pchfix02 (1.3.26); FILE MERGED 2006/09/01 17:58:01 kaib 1.3.26.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [221bacdec751ecef619a73c86ed316c0e7953c48]

INTEGRATION: CWS pchfix02 (1.3.144); FILE MERGED 2006/09/01 17:58:01 kaib 1.3.144.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8022e1f6ef1cec9afb9518d01d0c0cbefac51a79]

INTEGRATION: CWS pchfix02 (1.2.160); FILE MERGED 2006/09/01 17:58:01 kaib 1.2.160.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2ecb3f9cd3dabc1f22d1994e9c3889622318e4b0]

INTEGRATION: CWS pchfix02 (1.3.26); FILE MERGED 2006/09/01 17:58:00 kaib 1.3.26.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [33ea2711feff6d4fc83507d2ee7ce3ad86a76f42]

INTEGRATION: CWS pchfix02 (1.2.160); FILE MERGED 2006/09/01 17:58:00 kaib 1.2.160.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3afb900a38ebf8a74fe7524f1d09a83cc70405f0]

INTEGRATION: CWS pchfix02 (1.2.160); FILE MERGED 2006/09/01 17:57:59 kaib 1.2.160.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8400a894e4e6f17ffddd760fa0c5c5ae025882e5]

INTEGRATION: CWS pchfix02 (1.4.112); FILE MERGED 2006/09/01 17:57:59 kaib 1.4.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0689aaae1a138d5a55c7175a57e5ece2e277ced2]

INTEGRATION: CWS pchfix02 (1.2.378); FILE MERGED 2006/09/01 17:57:58 kaib 1.2.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [05b4913a7044e1e886cd15dfcbc9b2155abfa4a4]

INTEGRATION: CWS pchfix02 (1.15.112); FILE MERGED 2006/09/01 17:57:58 kaib 1.15.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c98c4186fcf82bb1e73e6728eb4c8de9d5fc5088]

INTEGRATION: CWS pchfix02 (1.110.60); FILE MERGED 2006/09/01 17:57:58 kaib 1.110.60.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [17631274c7a07531ca35d0db8d694fc2576e36d2]

INTEGRATION: CWS pchfix02 (1.7.112); FILE MERGED 2006/09/01 17:57:57 kaib 1.7.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2b18e08d70ef11a3406c97c700b1b2e82d80f164]

INTEGRATION: CWS pchfix02 (1.20.112); FILE MERGED 2006/09/01 17:57:57 kaib 1.20.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [012888f1569241eec9c02165e24bf08984d886a8]

INTEGRATION: CWS pchfix02 (1.241.22); FILE MERGED 2006/09/01 17:57:57 kaib 1.241.22.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [401da8527d87e5e5ab0a3a115715ee6012ea56e0]

INTEGRATION: CWS pchfix02 (1.46.112); FILE MERGED 2006/09/01 17:57:57 kaib 1.46.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3f248706fd26c1302b4b1b0281d51564fcbd66ae]

INTEGRATION: CWS pchfix02 (1.98.112); FILE MERGED 2006/09/01 17:57:56 kaib 1.98.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2943c24b539068e15f8742f54d0e42fd0dab5f9a]

INTEGRATION: CWS pchfix02 (1.20.112); FILE MERGED 2006/09/01 17:57:56 kaib 1.20.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8ca85efe5568c2f4992b38d26b61acb4fe1f0251]

INTEGRATION: CWS pchfix02 (1.12.112); FILE MERGED 2006/09/01 17:57:56 kaib 1.12.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e7abba6a66ec4f33184a1f14df19450b1a3032d0]

INTEGRATION: CWS pchfix02 (1.6.60); FILE MERGED 2006/09/01 17:57:56 kaib 1.6.60.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0df1271196d2f1f2012a610b4b14a056f35dfeb3]

INTEGRATION: CWS pchfix02 (1.46.318); FILE MERGED 2006/09/01 17:57:56 kaib 1.46.318.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9f4f60f5d931437f578b8745c68a7d7841b85259]

INTEGRATION: CWS pchfix02 (1.8.76); FILE MERGED 2006/09/01 17:57:56 kaib 1.8.76.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cf3ee9062e28ee820d900700d4b67c229866e355]

INTEGRATION: CWS pchfix02 (1.20.112); FILE MERGED 2006/09/01 17:57:55 kaib 1.20.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f7fe53446ba714a45c29383b79215c302a17f134]

INTEGRATION: CWS pchfix02 (1.14.112); FILE MERGED 2006/09/01 17:57:55 kaib 1.14.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6bf2f7f4cb18c81bca2caa61fdf3672af52f1d08]

INTEGRATION: CWS pchfix02 (1.17.110); FILE MERGED 2006/09/01 17:57:55 kaib 1.17.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e9e9a753edbec013554da182202da30749581c62]

INTEGRATION: CWS pchfix02 (1.4.378); FILE MERGED 2006/09/01 17:57:55 kaib 1.4.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [98575ce65884a3b2aaa568aed6791b03c4307b36]

INTEGRATION: CWS pchfix02 (1.7.112); FILE MERGED 2006/09/01 17:57:55 kaib 1.7.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ffc5c79dc1d6fe471a12ed8e425033cd20d51ced]

INTEGRATION: CWS pchfix02 (1.18.112); FILE MERGED 2006/09/01 17:57:55 kaib 1.18.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c1e266b16d355a118425e5388a3a46237638d721]

INTEGRATION: CWS pchfix02 (1.19.112); FILE MERGED 2006/09/01 17:57:55 kaib 1.19.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a26821455f431e28745011b8b992d43ba7a19e32]

INTEGRATION: CWS pchfix02 (1.141.26); FILE MERGED 2006/09/01 17:57:54 kaib 1.141.26.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [12e3a5ee7f9ece67241ed676a0973540d0aa00c1]

INTEGRATION: CWS pchfix02 (1.4.378); FILE MERGED 2006/09/01 17:57:54 kaib 1.4.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ec54ba7c849efdfe96ee9c80fb7ceace64e6af84]

INTEGRATION: CWS pchfix02 (1.9.70); FILE MERGED 2006/09/01 17:57:54 kaib 1.9.70.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1b33497757d37590531c71c0f8751301fda811cd]

INTEGRATION: CWS pchfix02 (1.6.112); FILE MERGED 2006/09/01 17:57:54 kaib 1.6.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3d3900a52951251fc065236f7e240c890a886e4f]

INTEGRATION: CWS pchfix02 (1.7.112); FILE MERGED 2006/09/01 17:57:54 kaib 1.7.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [93cf3fa98bdd36a57caea318db80cbb993b2b56d]

INTEGRATION: CWS pchfix02 (1.34.112); FILE MERGED 2006/09/01 17:57:54 kaib 1.34.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ad03cda5c3a2efd6f201b1d94e090b12d1f45e47]

INTEGRATION: CWS pchfix02 (1.24.112); FILE MERGED 2006/09/01 17:57:53 kaib 1.24.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [773d564013eb9a617bbc23f53e3c4261a5e7304c]

INTEGRATION: CWS pchfix02 (1.20.112); FILE MERGED 2006/09/01 17:57:53 kaib 1.20.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dd0f9d87bf8a82742d49fb8ff414e748b39347de]

INTEGRATION: CWS pchfix02 (1.7.112); FILE MERGED 2006/09/01 17:57:53 kaib 1.7.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6e63f7ae4b381890b83ea20d22b239c6a74c1b18]

INTEGRATION: CWS pchfix02 (1.9.112); FILE MERGED 2006/09/01 17:57:53 kaib 1.9.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [65afe18a3a2699b96c0ba76608aaa730ea0117bf]

INTEGRATION: CWS pchfix02 (1.16.112); FILE MERGED 2006/09/01 17:57:53 kaib 1.16.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5a1ee11455ffecacd9a3de5b3f650508d4def3d9]

INTEGRATION: CWS pchfix02 (1.21.112); FILE MERGED 2006/09/01 17:57:53 kaib 1.21.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [95d34beef75f36e7b9e949d71be2415722df2f3f]

INTEGRATION: CWS pchfix02 (1.34.110); FILE MERGED 2006/09/01 17:57:53 kaib 1.34.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [869a947d66d6f541c5636ffa92e59241208d1e22]

INTEGRATION: CWS pchfix02 (1.13.112); FILE MERGED 2006/09/01 17:57:52 kaib 1.13.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [29ef94d007a782cdc727d1076e18bbc572dbc1ad]

INTEGRATION: CWS pchfix02 (1.9.378); FILE MERGED 2006/09/01 17:57:52 kaib 1.9.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5079f0f39f4392670161e83f132fb5e1586d42ce]

INTEGRATION: CWS pchfix02 (1.7.112); FILE MERGED 2006/09/01 17:57:52 kaib 1.7.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3e70b2656dcd64b264d078e5808d569594dae5f6]

INTEGRATION: CWS pchfix02 (1.6.112); FILE MERGED 2006/09/01 17:57:52 kaib 1.6.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5afdb1c3166745c4b719afdaedede8b087da5daf]

INTEGRATION: CWS pchfix02 (1.24.112); FILE MERGED 2006/09/01 17:57:52 kaib 1.24.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e75bf030aee8e86a8d75aa53f1382804dd532693]

INTEGRATION: CWS pchfix02 (1.5.112); FILE MERGED 2006/09/01 17:57:52 kaib 1.5.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [71798a84bbc3c28b8b2f9ab6655944af2504aa03]

INTEGRATION: CWS pchfix02 (1.4.110); FILE MERGED 2006/09/01 17:57:51 kaib 1.4.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [84811fc7b5fb0f47cc5fea52bf56b7a09d6fd693]

INTEGRATION: CWS pchfix02 (1.6.76); FILE MERGED 2006/09/01 17:57:51 kaib 1.6.76.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1fc2abee3d54b67d5c31a32c954fa1b590a985f1]

INTEGRATION: CWS pchfix02 (1.6.42); FILE MERGED 2006/09/01 17:57:51 kaib 1.6.42.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [00541a5ecce03f313e49f4a18c5f8b870a996aeb]

INTEGRATION: CWS pchfix02 (1.4.378); FILE MERGED 2006/09/01 17:57:51 kaib 1.4.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [091621bca4bed22f65607df5355116d31801b1e8]

INTEGRATION: CWS pchfix02 (1.5.112); FILE MERGED 2006/09/01 17:57:51 kaib 1.5.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bffdb1d0563e4449c9b1d114afb2ff22ec0d04f9]

INTEGRATION: CWS pchfix02 (1.8.112); FILE MERGED 2006/09/01 17:57:50 kaib 1.8.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dafdb86ca358708d6145fdcf9eb933b070f56f75]

INTEGRATION: CWS pchfix02 (1.6.112); FILE MERGED 2006/09/01 17:57:50 kaib 1.6.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fbab6414a6c1fe82638438ca3509c2ee0f6c4641]

INTEGRATION: CWS pchfix02 (1.37.58); FILE MERGED 2006/09/01 17:57:50 kaib 1.37.58.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fe9fec5d12d06f94dcfdf5a73121bc39a17040cb]

INTEGRATION: CWS pchfix02 (1.17.378); FILE MERGED 2006/09/01 17:57:50 kaib 1.17.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [070a2f7a42c4ee4440363a2c2d7bf2340197ab6a]

INTEGRATION: CWS pchfix02 (1.39.110); FILE MERGED 2006/09/01 17:57:49 kaib 1.39.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2cff1260878472376554c9ee52faca2df772f685]

INTEGRATION: CWS pchfix02 (1.130.26); FILE MERGED 2006/09/01 17:57:49 kaib 1.130.26.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2f8350b84ae32fcbe2aec3a7cde7467d5b43ddde]

INTEGRATION: CWS pchfix02 (1.5.70); FILE MERGED 2006/09/01 17:57:49 kaib 1.5.70.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9f089a3c17d2b15e0cc76464e73d040d1aa5a8d2]

INTEGRATION: CWS pchfix02 (1.26.76); FILE MERGED 2006/09/01 17:57:49 kaib 1.26.76.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3ac30e71dea716568b051546787201de23902b32]

INTEGRATION: CWS pchfix02 (1.3.378); FILE MERGED 2006/09/01 17:57:49 kaib 1.3.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ce93e7699ba68d1dbb276d5535edeebbeb79d228]

INTEGRATION: CWS pchfix02 (1.4.112); FILE MERGED 2006/09/01 17:57:49 kaib 1.4.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b42ef0013b9e85454488498c0928b5ebd168fce9]

INTEGRATION: CWS pchfix02 (1.8.112); FILE MERGED 2006/09/01 17:57:48 kaib 1.8.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3030a3aebfc6bd38c605d831a7fc46525d1cb488]

INTEGRATION: CWS pchfix02 (1.81.4); FILE MERGED 2006/09/01 17:57:48 kaib 1.81.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [34180cb04de7851610087033d3e702a892e2ec75]

INTEGRATION: CWS pchfix02 (1.24.4); FILE MERGED 2006/09/01 17:57:48 kaib 1.24.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d33aba33a4a7e224d1712ec775f7218ce722893c]

INTEGRATION: CWS pchfix02 (1.11.112); FILE MERGED 2006/09/01 17:57:48 kaib 1.11.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [381d25f5d78d1d9f8e7d8ed6c2950cd9ef435418]

INTEGRATION: CWS pchfix02 (1.6.378); FILE MERGED 2006/09/01 17:57:47 kaib 1.6.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a4c7f7458acda4890e4a2395b5e79610272e8566]

INTEGRATION: CWS pchfix02 (1.21.112); FILE MERGED 2006/09/01 17:57:47 kaib 1.21.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7b2f16de401857cb5f8f3007f4cceebcd799f801]

INTEGRATION: CWS pchfix02 (1.56.112); FILE MERGED 2006/09/01 17:57:47 kaib 1.56.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [22be2515c5b776ef99626ea931c37d392b50c7f5]

INTEGRATION: CWS pchfix02 (1.3.376); FILE MERGED 2006/09/01 17:57:47 kaib 1.3.376.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [db0d2a9f7bdc3f71734174acdf1047613c24e486]

INTEGRATION: CWS pchfix02 (1.9.110); FILE MERGED 2006/09/01 17:57:47 kaib 1.9.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2ae8e0cb51c64ffcd640cdb718209ef7a38f6b5a]

INTEGRATION: CWS pchfix02 (1.17.36); FILE MERGED 2006/09/01 17:57:47 kaib 1.17.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fcfefab9201e6794077d2557a0c42f5da109569b]

INTEGRATION: CWS pchfix02 (1.98.4); FILE MERGED 2006/09/01 17:57:46 kaib 1.98.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [efcfec21f0c360fb93af0ebca9e443dd9f4c3293]

INTEGRATION: CWS pchfix02 (1.15.264); FILE MERGED 2006/09/01 17:57:46 kaib 1.15.264.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bdcc27d7c023e4ba9fcdb2b83ce2d1b12e2d7b7b]

INTEGRATION: CWS pchfix02 (1.8.76); FILE MERGED 2006/09/01 17:57:46 kaib 1.8.76.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [709480720db38915f2d6f38a78dfaa1b7ccc920b]

INTEGRATION: CWS pchfix02 (1.18.110); FILE MERGED 2006/09/01 17:57:46 kaib 1.18.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a3b7c9d3880d4afba888d4044626f340c3191f83]

INTEGRATION: CWS pchfix02 (1.16.112); FILE MERGED 2006/09/01 17:57:46 kaib 1.16.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [80dc5a114a6b3438db4472cf42e896d4b4f7924b]

INTEGRATION: CWS pchfix02 (1.8.112); FILE MERGED 2006/09/01 17:57:46 kaib 1.8.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d83a02270dbaad7af915d42cea94c66c506b0926]

INTEGRATION: CWS pchfix02 (1.22.112); FILE MERGED 2006/09/01 17:57:46 kaib 1.22.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [80efc0c582153d0056ab7612ea52d2412998a41b]

INTEGRATION: CWS pchfix02 (1.219.112); FILE MERGED 2006/09/01 17:57:45 kaib 1.219.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [08954685c772393e19fe23264045d0c93c65eed5]

INTEGRATION: CWS pchfix02 (1.30.110); FILE MERGED 2006/09/01 17:57:45 kaib 1.30.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0a926fe737036905ec418e141d11a657054bcc96]

INTEGRATION: CWS pchfix02 (1.44.110); FILE MERGED 2006/09/01 17:57:45 kaib 1.44.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1d6a6c88ce63ef595fb65e56a64ae0b812603778]

INTEGRATION: CWS pchfix02 (1.12.112); FILE MERGED 2006/09/01 17:57:45 kaib 1.12.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e8e8c90280bb454295a76ebd3243b6f69726d579]

INTEGRATION: CWS pchfix02 (1.4.110); FILE MERGED 2006/09/01 17:57:45 kaib 1.4.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7f50e5c22066be8eecc52d011a48ca3c9bc3fcea]

INTEGRATION: CWS pchfix02 (1.17.112); FILE MERGED 2006/09/01 17:57:44 kaib 1.17.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b6e198e08c217b916a29ca9a3770bc1a4dbbeb02]

INTEGRATION: CWS pchfix02 (1.18.26); FILE MERGED 2006/09/01 17:57:44 kaib 1.18.26.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4bb2c63b23deb83bb131b2e20b03483a2e74c02e]

INTEGRATION: CWS pchfix02 (1.7.70); FILE MERGED 2006/09/01 17:57:44 kaib 1.7.70.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d09a4ccb4c40b30166bf170c6a4518df7d639f95]

INTEGRATION: CWS pchfix02 (1.4.112); FILE MERGED 2006/09/01 17:57:44 kaib 1.4.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1c39e8c281e9ed4bee6f10f2eeab6f9c44fc796e]

INTEGRATION: CWS pchfix02 (1.11.112); FILE MERGED 2006/09/01 17:57:44 kaib 1.11.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a26dd0a06f1bb669b2b44df2e2c86533629185ba]

INTEGRATION: CWS pchfix02 (1.7.110); FILE MERGED 2006/09/01 17:57:44 kaib 1.7.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [89625c107c5d65f28bc5cb285880de5b8afbae93]

INTEGRATION: CWS pchfix02 (1.7.112); FILE MERGED 2006/09/01 17:57:43 kaib 1.7.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [119299267f15f268304f2ee4fa12195dfddec010]

INTEGRATION: CWS pchfix02 (1.11.60); FILE MERGED 2006/09/01 17:57:43 kaib 1.11.60.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8b3d460e0ce4d80fbf7b1c47b4cd50aa6a3faf96]

INTEGRATION: CWS pchfix02 (1.19.110); FILE MERGED 2006/09/01 17:57:43 kaib 1.19.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dc1d154bb5fb9eaf71193a2e80d3cb5f06dfd31e]

INTEGRATION: CWS pchfix02 (1.25.66); FILE MERGED 2006/09/01 17:57:43 kaib 1.25.66.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3491a842ecda9715252759c7d5c3097ddfe97c02]

INTEGRATION: CWS pchfix02 (1.6.378); FILE MERGED 2006/09/01 17:57:43 kaib 1.6.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2969dabc13d09dc058f1585e668d0325ad8981fb]

INTEGRATION: CWS pchfix02 (1.5.320); FILE MERGED 2006/09/01 17:57:43 kaib 1.5.320.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c7942b903acf0d1938026f0fdd4219dbd88065dc]

INTEGRATION: CWS pchfix02 (1.5.174); FILE MERGED 2006/09/01 17:57:43 kaib 1.5.174.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9b82b32c59331faae92c636be4a9c21d1a26a7c0]

INTEGRATION: CWS pchfix02 (1.25.4); FILE MERGED 2006/09/01 17:57:43 kaib 1.25.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [10e8dd4c969deb0e645047f9277621f62fc3f181]

INTEGRATION: CWS pchfix02 (1.4.112); FILE MERGED 2006/09/01 17:57:42 kaib 1.4.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [749b4472a745e9ffb055b6e443949b2000aff824]

INTEGRATION: CWS pchfix02 (1.2.26); FILE MERGED 2006/09/01 17:57:42 kaib 1.2.26.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d6296c0e6dd3bd9079f5749ab9a1c371a02a1d2e]

INTEGRATION: CWS pchfix02 (1.11.112); FILE MERGED 2006/09/01 17:57:42 kaib 1.11.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1b209ebbcc3c536a81071ba7dfb91a5aeee5047a]

INTEGRATION: CWS pchfix02 (1.15.160); FILE MERGED 2006/09/01 17:57:42 kaib 1.15.160.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e4e31a78f3f246d5238ef4e0b9398f59e8c02a0d]

INTEGRATION: CWS pchfix02 (1.20.24); FILE MERGED 2006/09/01 17:57:42 kaib 1.20.24.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [017494994f0d98ecc83ea6bb82653868c15b5476]

INTEGRATION: CWS pchfix02 (1.19.112); FILE MERGED 2006/09/01 17:57:42 kaib 1.19.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [770ea8d8081050d1a7be83157ec07067a29d1d0f]

INTEGRATION: CWS pchfix02 (1.41.4); FILE MERGED 2006/09/01 17:57:41 kaib 1.41.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9957c3fc9c5b03c442e4cb142cf2b21cb944579d]

INTEGRATION: CWS pchfix02 (1.13.112); FILE MERGED 2006/09/01 17:57:41 kaib 1.13.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0a5006550b88c0f244a066c01d7cae7ce827db65]

INTEGRATION: CWS pchfix02 (1.3.376); FILE MERGED 2006/09/01 17:57:41 kaib 1.3.376.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6509acfe7bca993f8acc09e6af3ee13541fe151d]

INTEGRATION: CWS pchfix02 (1.12.110); FILE MERGED 2006/09/01 17:57:41 kaib 1.12.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d516c64d382ecf382665424501977ebecece0e9a]

INTEGRATION: CWS pchfix02 (1.5.378); FILE MERGED 2006/09/01 17:57:41 kaib 1.5.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b10d25dd08748538814e4152f150fa8b84aa37ea]

INTEGRATION: CWS pchfix02 (1.5.110); FILE MERGED 2006/09/01 17:57:41 kaib 1.5.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4ed3ec274d32a2e6e4d01502760879c2120a8103]

INTEGRATION: CWS pchfix02 (1.4.112); FILE MERGED 2006/09/01 17:57:41 kaib 1.4.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bd8df69d4fa651d33d88dbda78bcf9a054926579]

INTEGRATION: CWS pchfix02 (1.6.378); FILE MERGED 2006/09/01 17:57:40 kaib 1.6.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dbb92badaeb63e919c3492c4ac0b3cef94a22541]

INTEGRATION: CWS pchfix02 (1.6.112); FILE MERGED 2006/09/01 17:57:40 kaib 1.6.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [76b7ede90ad1ddad0a11b6a5a6ff1be38eab6d63]

INTEGRATION: CWS pchfix02 (1.10.4); FILE MERGED 2006/09/01 17:57:40 kaib 1.10.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [05a6631a25ba491aae2aa6e7f4ea5dd5df575bd6]

INTEGRATION: CWS pchfix02 (1.21.112); FILE MERGED 2006/09/01 17:57:40 kaib 1.21.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6dd41ea6ef273f9fe85333901467d414fc351e80]

INTEGRATION: CWS pchfix02 (1.8.110); FILE MERGED 2006/09/01 17:57:40 kaib 1.8.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9bfe53ecfc2ef07fac34f2d77eeb1860b2753732]

INTEGRATION: CWS pchfix02 (1.7.110); FILE MERGED 2006/09/01 17:57:40 kaib 1.7.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e38f90c5e5f78795b8a74eba2688ec000e0e39a1]

INTEGRATION: CWS pchfix02 (1.13.110); FILE MERGED 2006/09/01 17:57:40 kaib 1.13.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5c0c70fefe1bd1ff028c4a78e68dddffb75e1c6d]

INTEGRATION: CWS pchfix02 (1.16.4); FILE MERGED 2006/09/01 17:57:39 kaib 1.16.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c9cc65ecc348a3506335d2eb6975968c4ebd7c5a]

INTEGRATION: CWS pchfix02 (1.6.378); FILE MERGED 2006/09/01 17:57:39 kaib 1.6.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e74d198df8b90ef96f70df04076d442595259065]

INTEGRATION: CWS pchfix02 (1.8.112); FILE MERGED 2006/09/01 17:57:39 kaib 1.8.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7d771e3f8d32e5c4560a3b2bd2493d3f033ff65a]

INTEGRATION: CWS pchfix02 (1.28.112); FILE MERGED 2006/09/01 17:57:39 kaib 1.28.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [48930b651ab94350705b4cd60a7ab930e0df30c8]

INTEGRATION: CWS pchfix02 (1.22.112); FILE MERGED 2006/09/01 17:57:39 kaib 1.22.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [76336e8d09f9aa732efacaaeff4e8027e7501e6c]

INTEGRATION: CWS pchfix02 (1.10.112); FILE MERGED 2006/09/01 17:57:38 kaib 1.10.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1964bb7b69de65115da1fc1cf30279466b241479]

INTEGRATION: CWS pchfix02 (1.7.112); FILE MERGED 2006/09/01 17:57:38 kaib 1.7.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c4865657c14a858894e6af5ccfb934fb4b9f7894]

INTEGRATION: CWS pchfix02 (1.18.112); FILE MERGED 2006/09/01 17:57:38 kaib 1.18.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [20365a03600633069b21af6b0cf8ed47f8006f0a]

INTEGRATION: CWS pchfix02 (1.6.112); FILE MERGED 2006/09/01 17:57:38 kaib 1.6.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f00455eeefc0ffe167f35aaaea5dd989ca9e5356]

INTEGRATION: CWS pchfix02 (1.36.112); FILE MERGED 2006/09/01 17:57:38 kaib 1.36.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b09529abf73494ca5d291de3042765db1fcc8bd6]

INTEGRATION: CWS pchfix02 (1.12.112); FILE MERGED 2006/09/01 17:57:38 kaib 1.12.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7151a59ac0ac04df1901545371b65ee03cc5be65]

INTEGRATION: CWS pchfix02 (1.9.378); FILE MERGED 2006/09/01 17:57:37 kaib 1.9.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [14c0dd8c8a4365cc5a3f7014e68e6fb3746ec37a]

INTEGRATION: CWS pchfix02 (1.56.112); FILE MERGED 2006/09/01 17:57:37 kaib 1.56.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [955c28d1a0a351871748f9ee66de3d8ca6ddb6eb]

INTEGRATION: CWS pchfix02 (1.6.378); FILE MERGED 2006/09/01 17:57:37 kaib 1.6.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [10511f18417b0a4e3f83b7cb1fa06a44bfc83a4a]

INTEGRATION: CWS pchfix02 (1.18.112); FILE MERGED 2006/09/01 17:57:37 kaib 1.18.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [01e010797fd74664d9aceac47b7f8f216f29a88f]

INTEGRATION: CWS pchfix02 (1.6.112); FILE MERGED 2006/09/01 17:57:37 kaib 1.6.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [18068ae4f23236a7811163cd7859f0a7ab287d3d]

INTEGRATION: CWS pchfix02 (1.21.112); FILE MERGED 2006/09/01 17:57:37 kaib 1.21.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2a25c00f1946febbcef5f02c3623c9ca03d79253]

INTEGRATION: CWS pchfix02 (1.15.112); FILE MERGED 2006/09/01 17:57:37 kaib 1.15.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [67cf3b5a6ca4e6e87e97020e086fef4620b73ff6]

INTEGRATION: CWS pchfix02 (1.81.112); FILE MERGED 2006/09/01 17:57:36 kaib 1.81.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fd8b89b8d91a8398b51904db535129bed2ae5607]

INTEGRATION: CWS pchfix02 (1.21.60); FILE MERGED 2006/09/01 17:57:36 kaib 1.21.60.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a18990b96d12aa620eafcfa36a40384a1f828c2c]

INTEGRATION: CWS pchfix02 (1.40.60); FILE MERGED 2006/09/01 17:57:36 kaib 1.40.60.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2c0a203910dfde392a6d794c5d40f428a8514acb]

INTEGRATION: CWS pchfix02 (1.44.112); FILE MERGED 2006/09/01 17:57:36 kaib 1.44.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d91f69261575dfdc095f0228f1dbd2d78828d2ea]

INTEGRATION: CWS pchfix02 (1.3.376); FILE MERGED 2006/09/01 17:57:36 kaib 1.3.376.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [76276e2a25cf8f80718a1f8c26646ebecb54aae2]

INTEGRATION: CWS pchfix02 (1.4.378); FILE MERGED 2006/09/01 17:57:35 kaib 1.4.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [da4531c470f65a593fdd5a67b8cce9a3ab90e4fb]

INTEGRATION: CWS pchfix02 (1.32.60); FILE MERGED 2006/09/01 17:57:35 kaib 1.32.60.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cb23c86783054872d1e37540640ff8e8010d50d5]

INTEGRATION: CWS pchfix02 (1.7.112); FILE MERGED 2006/09/01 17:57:35 kaib 1.7.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a4ec65370a5dbe8ddfed26798fdbb595775134d1]

INTEGRATION: CWS pchfix02 (1.3.110); FILE MERGED 2006/09/01 17:57:35 kaib 1.3.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [78d3b770284bc7e1579591990f59491ee4f7b124]

INTEGRATION: CWS pchfix02 (1.63.26); FILE MERGED 2006/09/01 17:57:35 kaib 1.63.26.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e0418bdd2a8b5b5211c18bbf9e8de3bdd4b9626d]

INTEGRATION: CWS pchfix02 (1.49.128); FILE MERGED 2006/09/01 17:57:35 kaib 1.49.128.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c95a8fe7755dd057959e9ff1611c3f49d308e871]

INTEGRATION: CWS pchfix02 (1.69.4); FILE MERGED 2006/09/01 17:57:35 kaib 1.69.4.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [54a18dcfb962a3e1904e6d802ce54881c0298d75]

INTEGRATION: CWS pchfix02 (1.5.360); FILE MERGED 2006/09/01 17:57:34 kaib 1.5.360.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4bc4177bdf4a8b4c24ca787eff11312a8615801b]

INTEGRATION: CWS pchfix02 (1.12.110); FILE MERGED 2006/09/01 17:57:34 kaib 1.12.110.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2f2b1501253aca88149d1f854411571cf28225fc]

INTEGRATION: CWS pchfix02 (1.64.58); FILE MERGED 2006/09/01 17:57:34 kaib 1.64.58.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6d8b1c1515cb812c3a4a6158ef835a84d7fd37d5]

INTEGRATION: CWS pchfix02 (1.6.112); FILE MERGED 2006/09/01 17:57:34 kaib 1.6.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c5c37315c617a2ee19d6c563ba4b0bfe7a29dcc8]

INTEGRATION: CWS pchfix02 (1.5.378); FILE MERGED 2006/09/01 17:57:34 kaib 1.5.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [af183f0999c1256cf3542bcf5728167186b61f05]

INTEGRATION: CWS pchfix02 (1.4.112); FILE MERGED 2006/09/01 17:57:34 kaib 1.4.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [04668b8507ee5e9ee00d2738cd80e228027781e5]

INTEGRATION: CWS pchfix02 (1.6.184); FILE MERGED 2006/09/01 17:57:33 kaib 1.6.184.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a70e816ea6cb161c08e406df59d2cb6c95451131]

INTEGRATION: CWS pchfix02 (1.35.112); FILE MERGED 2006/09/01 17:57:33 kaib 1.35.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [61ae32b08a36ca4eaa0f0b12dfce012d53752938]

INTEGRATION: CWS pchfix02 (1.5.112); FILE MERGED 2006/09/01 17:57:33 kaib 1.5.112.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b1c29a18106988bfadd2d14243d2944741593924]

INTEGRATION: CWS pchfix02 (1.22.42); FILE MERGED 2006/09/01 17:57:33 kaib 1.22.42.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [32d08d84c39e418cdacd5e8310984e6787d7217a]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:57:33 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9eaf112056acb6f3ffb89faeac5ae006e2adb437]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:57:32 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b96245b44d1057e0f6c5b4627cea12e788ecc88a]

INTEGRATION: CWS pchfix02 (1.8.378); FILE MERGED 2006/09/01 17:57:32 kaib 1.8.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bb5bd40fd350a75dfd002fe9244a94a0be96d4e4]

INTEGRATION: CWS pchfix02 (1.46.378); FILE MERGED 2006/09/01 17:57:32 kaib 1.46.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4e99ae2b0e111a0cde4faa4abdcdaabeadae7fe8]

INTEGRATION: CWS pchfix02 (1.16.378); FILE MERGED 2006/09/01 17:57:32 kaib 1.16.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cb89376227ebbc209c6c1c99a93d2c18ac6aabe9]

INTEGRATION: CWS pchfix02 (1.6.378); FILE MERGED 2006/09/01 17:57:31 kaib 1.6.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6b72aedf9b6ab0ffdda2c3ab74c859fe26ac0006]

INTEGRATION: CWS pchfix02 (1.7.378); FILE MERGED 2006/09/01 17:57:31 kaib 1.7.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f6b20a6ac1183a829ad19610ef22213ddd18d3a3]

INTEGRATION: CWS pchfix02 (1.5.378); FILE MERGED 2006/09/01 17:57:31 kaib 1.5.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3235b89f852ead0275254c7e743295e284f7d758]

INTEGRATION: CWS pchfix02 (1.4.378); FILE MERGED 2006/09/01 17:57:31 kaib 1.4.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [76f8172da9d045c41a59bc2b2788e04b7f390037]

INTEGRATION: CWS pchfix02 (1.59.378); FILE MERGED 2006/09/01 17:57:31 kaib 1.59.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [09ec0a7419c109b45faf38e713a5bb20b3a74dae]

INTEGRATION: CWS pchfix02 (1.5.378); FILE MERGED 2006/09/01 17:57:30 kaib 1.5.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f6b82e109a434f7de639029ae798ff9a543deee4]

INTEGRATION: CWS pchfix02 (1.23.378); FILE MERGED 2006/09/01 17:57:30 kaib 1.23.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e5c9ba7124a788f683cd63733a6f9a7a163edaae]

INTEGRATION: CWS pchfix02 (1.10.378); FILE MERGED 2006/09/01 17:57:30 kaib 1.10.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [23a924072660a1659f8e726591f2d487aa79da8f]

INTEGRATION: CWS pchfix02 (1.4.378); FILE MERGED 2006/09/01 17:57:30 kaib 1.4.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cd4c04c2974ba51380d5f16a8c4c3671d6158a02]

INTEGRATION: CWS pchfix02 (1.33.376); FILE MERGED 2006/09/01 17:57:29 kaib 1.33.376.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [df442a3b0ebf5c1116d573578716fb6be16d44d4]

INTEGRATION: CWS pchfix02 (1.7.378); FILE MERGED 2006/09/01 17:57:29 kaib 1.7.378.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9c3dd821cf3e50e5e76b2a53a079a00a5f329825]

INTEGRATION: CWS pchfix02 (1.7.16); FILE MERGED 2006/09/01 17:30:55 kaib 1.7.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bbaf4984cc23a98489c3c1e8be81df047224b1b3]

INTEGRATION: CWS pchfix02 (1.9.80); FILE MERGED 2006/09/01 17:30:55 kaib 1.9.80.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d7fd6fa9093d895228ea87c7b0d979f702302ff6]

INTEGRATION: CWS pchfix02 (1.10.16); FILE MERGED 2006/09/01 17:30:55 kaib 1.10.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f78867e21a6ee2cb7e9c41a6a8724c0a668f1cbb]

INTEGRATION: CWS pchfix02 (1.6.16); FILE MERGED 2006/09/01 17:30:55 kaib 1.6.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5da0c30923a4927abadd1de7466c7ea247c79a28]

INTEGRATION: CWS pchfix02 (1.11.80); FILE MERGED 2006/09/01 17:30:54 kaib 1.11.80.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4d3dbe04463499efe3d372b7069493bca112246e]

INTEGRATION: CWS pchfix02 (1.14.16); FILE MERGED 2006/09/01 17:30:54 kaib 1.14.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [97ec45172ca4cc7d88fc2efe354781f33eb7a2a7]

INTEGRATION: CWS pchfix02 (1.4.80); FILE MERGED 2006/09/01 17:30:54 kaib 1.4.80.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1291ee904b805cb6dd51e06336bb437dd47723db]

INTEGRATION: CWS pchfix02 (1.10.16); FILE MERGED 2006/09/01 17:30:54 kaib 1.10.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [94fc5410a6183a2c3ed1cdc5dc62ee597a1be951]

INTEGRATION: CWS pchfix02 (1.8.80); FILE MERGED 2006/09/01 17:30:53 kaib 1.8.80.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1e63cf6b8e213f742f9a242ce6d3073742c91291]

INTEGRATION: CWS pchfix02 (1.16.10); FILE MERGED 2006/09/01 17:30:53 kaib 1.16.10.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [da2849b522bfe29d15e6aef7acc913c15c3c474e]

INTEGRATION: CWS pchfix02 (1.11.80); FILE MERGED 2006/09/01 17:30:53 kaib 1.11.80.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cb58deedf9ceb60fd02334d6056370ab048b3968]

INTEGRATION: CWS pchfix02 (1.7.80); FILE MERGED 2006/09/01 17:30:53 kaib 1.7.80.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3a6a05b24fb58f4bb9d411ec2221eecbb3c3166a]

INTEGRATION: CWS pchfix02 (1.9.80); FILE MERGED 2006/09/01 17:30:52 kaib 1.9.80.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3392eae55754ae39c1db41eae2729db4e66e0302]

INTEGRATION: CWS pchfix02 (1.8.80); FILE MERGED 2006/09/01 17:30:52 kaib 1.8.80.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [337a70b3738971c83364ae8bfafb084cda27f06c]

INTEGRATION: CWS pchfix02 (1.7.80); FILE MERGED 2006/09/01 17:30:52 kaib 1.7.80.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [24df17470258a37004ab6aafa334daf05f6503e6]

INTEGRATION: CWS pchfix02 (1.8.80); FILE MERGED 2006/09/01 17:30:51 kaib 1.8.80.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6bc61c479b77955d1d569f926eea94cdadf71ebc]

INTEGRATION: CWS pchfix02 (1.9.80); FILE MERGED 2006/09/01 17:30:51 kaib 1.9.80.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ebb71c03c421d1b5b9d87743618f059ea9f18bab]

INTEGRATION: CWS pchfix02 (1.7.80); FILE MERGED 2006/09/01 17:30:51 kaib 1.7.80.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0495313d9087a7577683ce5ac3f87012a729b2d8]

INTEGRATION: CWS pchfix02 (1.10.16); FILE MERGED 2006/09/01 17:30:50 kaib 1.10.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cdc27d9e5f0e0dca34e13c0cf30b4ad95b858e1c]

INTEGRATION: CWS pchfix02 (1.8.80); FILE MERGED 2006/09/01 17:30:50 kaib 1.8.80.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [58d00f3849eb8feb40054a01757498459b42110c]

INTEGRATION: CWS pchfix02 (1.9.80); FILE MERGED 2006/09/01 17:30:50 kaib 1.9.80.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [142e2376d2e8b974f3d0cdbbcb55d7a913a75f02]

INTEGRATION: CWS pchfix02 (1.9.80); FILE MERGED 2006/09/01 17:30:49 kaib 1.9.80.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a80dc646b88175674a1fbc427ea747c76dec9084]

INTEGRATION: CWS pchfix02 (1.5.80); FILE MERGED 2006/09/01 17:30:49 kaib 1.5.80.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d0ae4f68a8963e7bb5dc09bddbf8a05c2403b479]

INTEGRATION: CWS pchfix02 (1.8.16); FILE MERGED 2006/09/01 17:30:49 kaib 1.8.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [71f5be940652c2a450beb3133bde66bb6040b799]

INTEGRATION: CWS pchfix02 (1.12.8); FILE MERGED 2006/09/01 17:30:49 kaib 1.12.8.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [338f1720bffd45c4285c3979d049768301ef6770]

INTEGRATION: CWS pchfix02 (1.5.58); FILE MERGED 2006/09/01 17:30:48 kaib 1.5.58.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f90ce13b250fb7871f071a5d177d75d4ab438c1b]

INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED 2006/09/01 17:30:48 kaib 1.5.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fa980ba0f83e8836b05d6f16605a0343c15853ed]

INTEGRATION: CWS pchfix02 (1.9.8); FILE MERGED 2006/09/01 17:30:48 kaib 1.9.8.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4c23fc3005dea355143f836a60f4f07d2b4e9547]

INTEGRATION: CWS pchfix02 (1.8.16); FILE MERGED 2006/09/01 17:30:48 kaib 1.8.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c53e211cc56a969603886153961d997cd32de52c]

INTEGRATION: CWS pchfix02 (1.4.16); FILE MERGED 2006/09/01 17:30:47 kaib 1.4.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b182cb6756f0481640390267add10956cf19436a]

INTEGRATION: CWS pchfix02 (1.40.16); FILE MERGED 2006/09/01 17:30:47 kaib 1.40.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7c43d10aa3885f209ba9b6e1900e75199adb1cfb]

INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED 2006/09/01 17:30:47 kaib 1.5.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [efc02e6ed13f4a46c5033297b7535ddc02835fcb]

INTEGRATION: CWS pchfix02 (1.23.16); FILE MERGED 2006/09/01 17:30:46 kaib 1.23.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0909fb50f0849a11354045889c73ab7abab3924c]

INTEGRATION: CWS pchfix02 (1.12.16); FILE MERGED 2006/09/01 17:30:46 kaib 1.12.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [045e7081d9daf88b2219d93102c3e2966d99f7bb]

INTEGRATION: CWS pchfix02 (1.43.8); FILE MERGED 2006/09/01 17:30:46 kaib 1.43.8.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c24b53402d7af9b710c7dd17dd2ff376097d0f96]

INTEGRATION: CWS pchfix02 (1.7.32); FILE MERGED 2006/09/01 17:30:46 kaib 1.7.32.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7d8a4d70eaab8ba635b0d341a92ca0031b2c09ee]

INTEGRATION: CWS pchfix02 (1.24.8); FILE MERGED 2006/09/01 17:30:45 kaib 1.24.8.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2a4c6e15d531d2d2cc0c58725393fb4a11dbd69b]

INTEGRATION: CWS pchfix02 (1.4.16); FILE MERGED 2006/09/01 17:30:45 kaib 1.4.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d7be55529af6fc66087cb25d3138d5c01360eec1]

INTEGRATION: CWS pchfix02 (1.5.12); FILE MERGED 2006/09/01 17:30:45 kaib 1.5.12.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c751a66f9752767db4861c60a53e77f34c8e0cfd]

INTEGRATION: CWS pchfix02 (1.3.16); FILE MERGED 2006/09/01 17:30:45 kaib 1.3.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a1fc8c861e5c717258d4298aca704e1bd23af598]

INTEGRATION: CWS pchfix02 (1.3.38); FILE MERGED 2006/09/01 17:30:45 kaib 1.3.38.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5231e7dd17e2a55377d9f29f41bb458b9ed1325c]

INTEGRATION: CWS pchfix02 (1.2.38); FILE MERGED 2006/09/01 17:30:44 kaib 1.2.38.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f73a0eec71ec296f8c7e525bd7160d130fc07634]

INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED 2006/09/01 17:30:44 kaib 1.5.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [68ea81b6d6ebc89355cb6f6f75314222a053dfd7]

INTEGRATION: CWS pchfix02 (1.4.16); FILE MERGED 2006/09/01 17:30:44 kaib 1.4.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4c0b79d34a80e8208a97ee674136c49e6752ccf3]

INTEGRATION: CWS pchfix02 (1.8.16); FILE MERGED 2006/09/01 17:30:44 kaib 1.8.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ff9ab216e6b2ef4d0c9db2baf29ed62d93e4d3f7]

INTEGRATION: CWS pchfix02 (1.10.16); FILE MERGED 2006/09/01 17:30:43 kaib 1.10.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [57b00e7b60a3be41d795c03d43deddd8e264316b]

INTEGRATION: CWS pchfix02 (1.11.16); FILE MERGED 2006/09/01 17:30:43 kaib 1.11.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bc3efc0a1ab35118eb8e818af77c2fe8574cfe19]

INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED 2006/09/01 17:30:43 kaib 1.5.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [63010ab20b2e2cdf52f243ce3e9c9e0929c23a48]

INTEGRATION: CWS pchfix02 (1.8.8); FILE MERGED 2006/09/01 17:30:43 kaib 1.8.8.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [22ef08cc00324044ad42e279aaab4f6f685fafea]

INTEGRATION: CWS pchfix02 (1.18.46); FILE MERGED 2006/09/01 17:30:42 kaib 1.18.46.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ea8e3336bd7da13b46b4a59581e340c0dd49f9c6]

INTEGRATION: CWS pchfix02 (1.3.8); FILE MERGED 2006/09/01 17:30:42 kaib 1.3.8.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [952fd154ded00d5b88c87be09a2bd780efcbd93d]

INTEGRATION: CWS pchfix02 (1.25.6); FILE MERGED 2006/09/01 17:30:42 kaib 1.25.6.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [aeaf80c10ca37cf4662070efc2fc9af9805fc466]

INTEGRATION: CWS pchfix02 (1.8.14); FILE MERGED 2006/09/01 17:30:42 kaib 1.8.14.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4391635af2696a14851f8ba3653db14f17d83742]

INTEGRATION: CWS pchfix02 (1.13.14); FILE MERGED 2006/09/01 17:30:41 kaib 1.13.14.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1973e884b08d66dae9710bc39bb047721e751e2d]

INTEGRATION: CWS pchfix02 (1.10.16); FILE MERGED 2006/09/01 17:30:41 kaib 1.10.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [82f37382897480bcf5a5ddb39c27fc2dcaf7d879]

INTEGRATION: CWS pchfix02 (1.9.80); FILE MERGED 2006/09/01 17:30:41 kaib 1.9.80.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [05175ed94603c079de99985d56a2d65735acaadb]

INTEGRATION: CWS pchfix02 (1.8.16); FILE MERGED 2006/09/01 17:30:41 kaib 1.8.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [62e96eefe2bb01deaa1b03ee05173264e5ed6fa5]

INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED 2006/09/01 17:30:41 kaib 1.5.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c1546795eb9b6c162773c0cdbefa64e67bbec029]

INTEGRATION: CWS pchfix02 (1.12.16); FILE MERGED 2006/09/01 17:30:41 kaib 1.12.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0a198238f6917eca388be25bb47826a6ae3c4a19]

INTEGRATION: CWS pchfix02 (1.9.16); FILE MERGED 2006/09/01 17:30:40 kaib 1.9.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0914a38116aeaa03547feb986e144faff859fc45]

INTEGRATION: CWS pchfix02 (1.10.16); FILE MERGED 2006/09/01 17:30:40 kaib 1.10.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8b3e462a218eb47fb9fab27476521c29973ab4d2]

INTEGRATION: CWS pchfix02 (1.29.16); FILE MERGED 2006/09/01 17:30:40 kaib 1.29.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a42ce4048e0eb07a5b2daa3e7f4fa73b6f5dc445]

INTEGRATION: CWS pchfix02 (1.12.16); FILE MERGED 2006/09/01 17:30:39 kaib 1.12.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [798c4980ae743cef906ca77cfe00ca7522d74929]

INTEGRATION: CWS pchfix02 (1.13.12); FILE MERGED 2006/09/01 17:30:39 kaib 1.13.12.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [977443f7955f2bbc90a2f8ed4d7c8f21f9515460]

INTEGRATION: CWS pchfix02 (1.7.8); FILE MERGED 2006/09/01 17:30:39 kaib 1.7.8.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6998f1c978a36f2245c562bf4b08db1ffca0263b]

INTEGRATION: CWS pchfix02 (1.23.14); FILE MERGED 2006/09/01 17:30:39 kaib 1.23.14.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d98d12e0d1d131654f2302cecc5331e03f4be9dd]

INTEGRATION: CWS pchfix02 (1.9.56); FILE MERGED 2006/09/01 17:30:39 kaib 1.9.56.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7442712d08990cf14f265cda93c035369a93dfa6]

INTEGRATION: CWS pchfix02 (1.2.16); FILE MERGED 2006/09/01 17:30:38 kaib 1.2.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [54cd8cef7293095b553fb702dfd857f057a97bfb]

INTEGRATION: CWS pchfix02 (1.11.16); FILE MERGED 2006/09/01 17:30:38 kaib 1.11.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a631bec614fd65ef9752ef69d9964d719698718c]

INTEGRATION: CWS pchfix02 (1.12.16); FILE MERGED 2006/09/01 17:30:38 kaib 1.12.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c8a813ad1a95a308f879f49a9e92e5fe024c84bd]

INTEGRATION: CWS pchfix02 (1.18.16); FILE MERGED 2006/09/01 17:30:38 kaib 1.18.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d391fd40f302475803da8db36913db44723ea44b]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:30:37 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [950fb1f4c89adf3197c5f0a65cdf78e69a87d924]

INTEGRATION: CWS pchfix02 (1.16.2); FILE MERGED 2006/09/01 17:55:15 kaib 1.16.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b4080fae025d2e2e955f7fbbd41a08be1e11914e]

INTEGRATION: CWS pchfix02 (1.15.2); FILE MERGED 2006/09/01 17:55:15 kaib 1.15.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [acc1649a1e9e461af9de4c881c38dda5ebb95c3d]

INTEGRATION: CWS pchfix02 (1.2.326); FILE MERGED 2006/09/01 17:55:15 kaib 1.2.326.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d7d0cb5056800c7eea2e48f80ac5d0b795e844fd]

INTEGRATION: CWS pchfix02 (1.3.68); FILE MERGED 2006/09/01 17:55:15 kaib 1.3.68.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f62a1685b480c1a891c7bc60f422910680cfcc50]

INTEGRATION: CWS pchfix02 (1.2.68); FILE MERGED 2006/09/01 17:55:14 kaib 1.2.68.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ec4711efb8aa2ebe76b746c92f8e896629cc3904]

INTEGRATION: CWS pchfix02 (1.5.20); FILE MERGED 2006/09/01 17:55:14 kaib 1.5.20.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [db273b33e823846543d5afc72c3db5815d547e00]

INTEGRATION: CWS pchfix02 (1.5.22); FILE MERGED 2006/09/01 17:55:14 kaib 1.5.22.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [612f6f0f7d946966f843f97d4450f3bcada3064a]

INTEGRATION: CWS pchfix02 (1.16.22); FILE MERGED 2006/09/01 17:55:14 kaib 1.16.22.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f7625b809857e5094bcb0dff51039d97e1530da6]

INTEGRATION: CWS pchfix02 (1.7.2); FILE MERGED 2006/09/01 17:55:14 kaib 1.7.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [84381c28d4f7822dfc7e8282be44b1ed968f450e]

INTEGRATION: CWS pchfix02 (1.26.2); FILE MERGED 2006/09/01 17:55:14 kaib 1.26.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [410ebb12ced478930c84c34556c189415551d79b]

INTEGRATION: CWS pchfix02 (1.43.2); FILE MERGED 2006/09/01 17:55:13 kaib 1.43.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [20c50e983a58b5e21e8f42c5c623ceb4cca7d907]

INTEGRATION: CWS pchfix02 (1.26.2); FILE MERGED 2006/09/01 17:55:13 kaib 1.26.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e183c6c23ff2a7246c5f0d1d67ea9fd223fbbb41]

INTEGRATION: CWS pchfix02 (1.15.22); FILE MERGED 2006/09/01 17:55:13 kaib 1.15.22.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8af65ac9abca94c1a8e1b791f91157ff2a9b6169]

INTEGRATION: CWS pchfix02 (1.2.22); FILE MERGED 2006/09/01 17:55:13 kaib 1.2.22.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fbf5e97c74d732fdf0d7a02146022f80403e8080]

INTEGRATION: CWS pchfix02 (1.14.2); FILE MERGED 2006/09/01 17:55:13 kaib 1.14.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1d2a1b593bdcb969dabd98a713e31e79cb228eec]

INTEGRATION: CWS pchfix02 (1.9.2); FILE MERGED 2006/09/01 17:55:13 kaib 1.9.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6d016501acf8f52b1454a071a80bd0ed59545059]

INTEGRATION: CWS pchfix02 (1.5.22); FILE MERGED 2006/09/01 17:55:12 kaib 1.5.22.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7c8741e74d9badba1e6c4e6bf9d5e5dc8c7d76be]

INTEGRATION: CWS pchfix02 (1.22.2); FILE MERGED 2006/09/01 17:55:12 kaib 1.22.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d6ccd8345d409f0006470f7c061d0971bbcb3ef0]

INTEGRATION: CWS pchfix02 (1.3.2); FILE MERGED 2006/09/01 17:55:12 kaib 1.3.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d24eb0b1f7e3e22c2a2f19abed6667743a1db22a]

INTEGRATION: CWS pchfix02 (1.35.2); FILE MERGED 2006/09/01 17:55:12 kaib 1.35.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ebce7c7a5e6a77de8cad3388b229ad3803adee27]

INTEGRATION: CWS pchfix02 (1.52.2); FILE MERGED 2006/09/01 17:55:12 kaib 1.52.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7db114220300238ad00a0f2f8aa4ef50a66e306d]

INTEGRATION: CWS pchfix02 (1.2.2); FILE MERGED 2006/09/01 17:55:12 kaib 1.2.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [20c762e0026110d8984d47db9dcbe2a5f2cc0261]

INTEGRATION: CWS pchfix02 (1.41.2); FILE MERGED 2006/09/01 17:55:11 kaib 1.41.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [be2c6cb49c0e86873888abfa5d95d359ad90f497]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:55:11 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [34f63c3a9225901fa50399a08c284aa21130b047]

INTEGRATION: CWS pchfix02 (1.1.96); FILE MERGED 2006/09/01 17:16:42 kaib 1.1.96.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9a9953ae3947baf15b7cd1eaf05102741aca5d13]

INTEGRATION: CWS pchfix02 (1.6.32); FILE MERGED 2006/09/01 17:16:42 kaib 1.6.32.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fbfa8d30b60431cf1946e778a2213f52e179ba71]

INTEGRATION: CWS pchfix02 (1.1.96); FILE MERGED 2006/09/01 17:16:41 kaib 1.1.96.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9685bade1ae5efed8e63cf4fb65a4c17bdef3207]

INTEGRATION: CWS pchfix02 (1.4.36); FILE MERGED 2006/09/01 17:16:41 kaib 1.4.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ca0c99978643f1396fc935abd3dcac2661133469]

INTEGRATION: CWS pchfix02 (1.2.36); FILE MERGED 2006/09/01 17:16:41 kaib 1.2.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e4730b7783521e67e2f5f10a34d76a2fe17c38b6]

INTEGRATION: CWS pchfix02 (1.6.36); FILE MERGED 2006/09/01 17:16:41 kaib 1.6.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [20c3255b178c5eaa2ab8cb4c2d51fa9b61096c05]

INTEGRATION: CWS pchfix02 (1.5.36); FILE MERGED 2006/09/01 17:16:40 kaib 1.5.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4e41975b150d875a30e1f9ddd7b4764a3f2a5a93]

INTEGRATION: CWS pchfix02 (1.14.28); FILE MERGED 2006/09/01 17:16:40 kaib 1.14.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b8e73155a970998634fc21f19ade4e1699c00569]

INTEGRATION: CWS pchfix02 (1.4.36); FILE MERGED 2006/09/01 17:16:40 kaib 1.4.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0b79a22bdf3fa09e757dda96ca9066fc9eee223d]

INTEGRATION: CWS pchfix02 (1.8.26); FILE MERGED 2006/09/01 17:16:40 kaib 1.8.26.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1e87cfc7b138b9794cdfa38b4cd20c170b8674fd]

INTEGRATION: CWS pchfix02 (1.3.36); FILE MERGED 2006/09/01 17:16:39 kaib 1.3.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5a8c372ded6df8b9656bacba56dd782dd4f21693]

INTEGRATION: CWS pchfix02 (1.10.36); FILE MERGED 2006/09/01 17:16:39 kaib 1.10.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a27993b6c10c21faa5180f8274ecaa2cabffba87]

INTEGRATION: CWS pchfix02 (1.6.32); FILE MERGED 2006/09/01 17:16:39 kaib 1.6.32.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9d03ca539e7ccbf04d725d151a6822801cbe1e7b]

INTEGRATION: CWS pchfix02 (1.7.30); FILE MERGED 2006/09/01 17:16:39 kaib 1.7.30.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [10e18d44a979d0be681b8ce94ba4a121a304e00a]

INTEGRATION: CWS pchfix02 (1.2.32); FILE MERGED 2006/09/01 17:16:38 kaib 1.2.32.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4400296a7a61be96d9b1304fc421623b80b2767e]

INTEGRATION: CWS pchfix02 (1.7.30); FILE MERGED 2006/09/01 17:16:38 kaib 1.7.30.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [625e77cf0911792d0a05e4ad957999e092c70718]

INTEGRATION: CWS pchfix02 (1.5.12); FILE MERGED 2006/09/01 17:16:38 kaib 1.5.12.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4395e4f8285f8a530ac06b0f61b9084cc8baf625]

INTEGRATION: CWS pchfix02 (1.6.32); FILE MERGED 2006/09/01 17:16:38 kaib 1.6.32.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4d01b3d2861f545f4902d3a37d61d9a8e09d342f]

INTEGRATION: CWS pchfix02 (1.4.36); FILE MERGED 2006/09/01 17:16:38 kaib 1.4.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2fec7b089e6b3fb7b45e35aff6807ff8be654b11]

INTEGRATION: CWS pchfix02 (1.7.10); FILE MERGED 2006/09/01 17:16:38 kaib 1.7.10.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a7cb73b7188b663378fc6ae2483d4b667ec0b0f2]

INTEGRATION: CWS pchfix02 (1.7.28); FILE MERGED 2006/09/01 17:16:37 kaib 1.7.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3a7c8eaf5b971ca0baab0c5bb593b4595ff2c1fe]

INTEGRATION: CWS pchfix02 (1.8.10); FILE MERGED 2006/09/01 17:16:37 kaib 1.8.10.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [79ec366452a599a65fcde20c3a7f377b24b1ba9a]

INTEGRATION: CWS pchfix02 (1.4.12); FILE MERGED 2006/09/01 17:16:37 kaib 1.4.12.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b68a07e1066808c357007e6121e3fb9f6e4840b3]

INTEGRATION: CWS pchfix02 (1.14.10); FILE MERGED 2006/09/01 17:16:37 kaib 1.14.10.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b6d5df785197dc8f6b6ead0885292e7da303af70]

INTEGRATION: CWS pchfix02 (1.7.2); FILE MERGED 2006/09/01 17:16:37 kaib 1.7.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [86a94c7e75e52cdc0cc9eaffa1031c8abb27f860]

INTEGRATION: CWS pchfix02 (1.12.10); FILE MERGED 2006/09/01 17:16:37 kaib 1.12.10.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2339e92d9b7b6d7a614dc6d6ca0c77cf0709bf7d]

INTEGRATION: CWS pchfix02 (1.15.10); FILE MERGED 2006/09/01 17:16:37 kaib 1.15.10.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0c6e4b50b7f042fa20ba9415994532fccffd283f]

INTEGRATION: CWS pchfix02 (1.4.12); FILE MERGED 2006/09/01 17:16:36 kaib 1.4.12.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [46aa3a68d1708be683fe1e5860c09884be53302a]

INTEGRATION: CWS pchfix02 (1.22.10); FILE MERGED 2006/09/01 17:16:36 kaib 1.22.10.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [82d6348885537f52650a78ec5643dbafd112b706]

INTEGRATION: CWS pchfix02 (1.4.28); FILE MERGED 2006/09/01 17:16:36 kaib 1.4.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f531fc81c2bf1cf93ba6dd8b3f9bc7ff482b4926]

INTEGRATION: CWS pchfix02 (1.3.2); FILE MERGED 2006/09/01 17:16:36 kaib 1.3.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ee9b5274dbd329c71e7854b50c7063a950e8e582]

INTEGRATION: CWS pchfix02 (1.16.10); FILE MERGED 2006/09/01 17:16:36 kaib 1.16.10.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9e1eb0d0942e884bc20867f2aeed1ec4dbfa30f8]

INTEGRATION: CWS pchfix02 (1.3.28); FILE MERGED 2006/09/01 17:16:35 kaib 1.3.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b64259252a10f0d4534a28c7b42c686e9715cba2]

INTEGRATION: CWS pchfix02 (1.7.28); FILE MERGED 2006/09/01 17:16:35 kaib 1.7.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f0b87395863e9aa047a2e660d829c25e945d0f00]

INTEGRATION: CWS pchfix02 (1.4.36); FILE MERGED 2006/09/01 17:16:35 kaib 1.4.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c4ae92e66d0be6ea4c0880316806c35ec8481b09]

INTEGRATION: CWS pchfix02 (1.8.36); FILE MERGED 2006/09/01 17:16:35 kaib 1.8.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [218af9c7fed1ac720eb83bd2bc98b2f2f6a76edd]

INTEGRATION: CWS pchfix02 (1.4.36); FILE MERGED 2006/09/01 17:16:34 kaib 1.4.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8a2717eb60b47db84dc6e6a400ea8f76839025d8]

INTEGRATION: CWS pchfix02 (1.10.10); FILE MERGED 2006/09/01 17:16:34 kaib 1.10.10.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a16be72c660bf4864af5abccc307734ef1439235]

INTEGRATION: CWS pchfix02 (1.12.10); FILE MERGED 2006/09/01 17:16:34 kaib 1.12.10.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [35d696756d18947257880b0ce60b24f14e23ad3f]

INTEGRATION: CWS pchfix02 (1.8.36); FILE MERGED 2006/09/01 17:16:34 kaib 1.8.36.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6c4c026cf8931c9ffe36218693426466d45fc1b9]

INTEGRATION: CWS pchfix02 (1.11.28); FILE MERGED 2006/09/01 17:16:34 kaib 1.11.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [973713585583e4cda2da334ea15f120e8333cb29]

INTEGRATION: CWS pchfix02 (1.10.12); FILE MERGED 2006/09/01 17:16:33 kaib 1.10.12.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1ca5e0a21346e34ea9115748a9edb31d93c1c403]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:16:33 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8597207b10cfa93d924e1183aa67d0d80a84a47c]

INTEGRATION: CWS pchfix02 (1.3.28); FILE MERGED 2006/09/01 17:18:10 kaib 1.3.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1def01604a65256912619cab04155c0ecbcfdfe1]

INTEGRATION: CWS pchfix02 (1.7.20); FILE MERGED 2006/09/01 17:18:10 kaib 1.7.20.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d4dcbad27711b8af7c038c320b492d355c2c4f09]

INTEGRATION: CWS pchfix02 (1.4.20); FILE MERGED 2006/09/01 17:18:09 kaib 1.4.20.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [95477c817043b679265dda280db73337c10b570e]

INTEGRATION: CWS pchfix02 (1.7.20); FILE MERGED 2006/09/01 17:18:09 kaib 1.7.20.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9725757620a3d808a99f9bbd4f01dae7ba69232c]

INTEGRATION: CWS pchfix02 (1.11.20); FILE MERGED 2006/09/01 17:18:09 kaib 1.11.20.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c011f52b6ff80adfcc6a138e0e7fa6aad75a4d74]

INTEGRATION: CWS pchfix02 (1.9.20); FILE MERGED 2006/09/01 17:18:09 kaib 1.9.20.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [53819c45081355e4cd4b8cc9149009fd840873a6]

INTEGRATION: CWS pchfix02 (1.3.20); FILE MERGED 2006/09/01 17:18:09 kaib 1.3.20.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [861625dee81006ddb97bc3fb7736a1894f1f1274]

INTEGRATION: CWS pchfix02 (1.8.20); FILE MERGED 2006/09/01 17:18:09 kaib 1.8.20.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d4c8c0fb61dcf832cf21adb642d318c6e6449a65]

INTEGRATION: CWS pchfix02 (1.8.20); FILE MERGED 2006/09/01 17:18:08 kaib 1.8.20.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bfe818fe3204e0fd7745d2486dcb494df034d23d]

INTEGRATION: CWS pchfix02 (1.7.20); FILE MERGED 2006/09/01 17:18:08 kaib 1.7.20.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3c7d1486dff84305a4186fa864187ce529d0cb8e]

INTEGRATION: CWS pchfix02 (1.10.50); FILE MERGED 2006/09/01 17:18:08 kaib 1.10.50.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c90f66d76d7426773beed599b332a767ecf76ec9]

INTEGRATION: CWS pchfix02 (1.7.50); FILE MERGED 2006/09/01 17:18:08 kaib 1.7.50.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [480ee3a9d9c23048f3c45272d9901e071211109f]

INTEGRATION: CWS pchfix02 (1.5.20); FILE MERGED 2006/09/01 17:18:08 kaib 1.5.20.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e1f471513a5b42d0f94f5f18255c74877e4826c9]

INTEGRATION: CWS pchfix02 (1.5.50); FILE MERGED 2006/09/01 17:18:07 kaib 1.5.50.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d9d1e1d80ddd80c6bb5059647a213ab6f234e9d3]

INTEGRATION: CWS pchfix02 (1.3.20); FILE MERGED 2006/09/01 17:18:07 kaib 1.3.20.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ef26a09abf5171a5f33ab9ba0e1a0b97ec0d636a]

INTEGRATION: CWS pchfix02 (1.2.50); FILE MERGED 2006/09/01 17:18:07 kaib 1.2.50.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9b38cf43ca2ccd52405b8dcd6beb61ed7cd34ada]

INTEGRATION: CWS pchfix02 (1.3.28); FILE MERGED 2006/09/01 17:18:06 kaib 1.3.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cf39fef8ef3d8769c7f7c4e79051b106544a46e0]

INTEGRATION: CWS pchfix02 (1.3.20); FILE MERGED 2006/09/01 17:18:06 kaib 1.3.20.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fbc9175601b3b188d463bbfc10ca1e8d53dcdcc0]

INTEGRATION: CWS pchfix02 (1.4.20); FILE MERGED 2006/09/01 17:18:06 kaib 1.4.20.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0258ae6e6364539229c756d7bb277a25a13d64e2]

INTEGRATION: CWS pchfix02 (1.2.50); FILE MERGED 2006/09/01 17:18:06 kaib 1.2.50.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ff494c6f5000553889c3422224cfecfcc2529e6d]

INTEGRATION: CWS pchfix02 (1.7.8); FILE MERGED 2006/09/01 17:18:05 kaib 1.7.8.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7458e2582db2b2be8e8b6e299b00513c8d3f8b20]

INTEGRATION: CWS pchfix02 (1.6.18); FILE MERGED 2006/09/01 17:18:05 kaib 1.6.18.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [98286df9ab4398c4a90321b9acb35014ca30cd6a]

INTEGRATION: CWS pchfix02 (1.10.20); FILE MERGED 2006/09/01 17:18:05 kaib 1.10.20.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [32aad5b4424b9f0e0678ba6d6df172932e97634b]

INTEGRATION: CWS pchfix02 (1.2.50); FILE MERGED 2006/09/01 17:18:05 kaib 1.2.50.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9202ed208f972aba95808ad1ab273203f04052c9]

INTEGRATION: CWS pchfix02 (1.2.50); FILE MERGED 2006/09/01 17:18:04 kaib 1.2.50.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6a9259b3bdb42f16d222e1dcf194878e39fcc731]

INTEGRATION: CWS pchfix02 (1.4.16); FILE MERGED 2006/09/01 17:18:04 kaib 1.4.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cee46d8b4b2aa3c4f7f2c2d9ea8a9ec00ac281ff]

INTEGRATION: CWS pchfix02 (1.3.20); FILE MERGED 2006/09/01 17:18:04 kaib 1.3.20.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [708650781f9f90b43259c33377091c03991f7293]

INTEGRATION: CWS pchfix02 (1.3.20); FILE MERGED 2006/09/01 17:18:03 kaib 1.3.20.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f733efcaf4f1764958f12084f4d8312eaaf55951]

INTEGRATION: CWS pchfix02 (1.2.50); FILE MERGED 2006/09/01 17:18:03 kaib 1.2.50.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8b297f7f498077860fc44cda2812f65992fbaaa5]

INTEGRATION: CWS pchfix02 (1.9.20); FILE MERGED 2006/09/01 17:18:02 kaib 1.9.20.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [333aa499a531ceec3d68d027542b5fe8f3ee470d]

INTEGRATION: CWS pchfix02 (1.2.32); FILE MERGED 2006/09/01 17:18:02 kaib 1.2.32.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2be93c256bf4f51f8fabd7502ffe06079d98ce32]

INTEGRATION: CWS pchfix02 (1.2.32); FILE MERGED 2006/09/01 17:18:01 kaib 1.2.32.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4762c70ffbbd4d8d3503952eba7b8518511cb7d9]

INTEGRATION: CWS pchfix02 (1.3.26); FILE MERGED 2006/09/01 17:18:01 kaib 1.3.26.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [efe9df940de0d69cd48d9f453da03313585bc5d9]

INTEGRATION: CWS pchfix02 (1.2.32); FILE MERGED 2006/09/01 17:18:00 kaib 1.2.32.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [982423bec14729e39dcd58d5e367e51d97a5dae8]

INTEGRATION: CWS pchfix02 (1.3.28); FILE MERGED 2006/09/01 17:18:00 kaib 1.3.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [72f4fbea4af2eba19922f33ab6e0065a2da56296]

INTEGRATION: CWS pchfix02 (1.3.28); FILE MERGED 2006/09/01 17:17:59 kaib 1.3.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dd79451fdf9b44e013d63dd3f6d36e7cdc157bdc]

INTEGRATION: CWS pchfix02 (1.2.32); FILE MERGED 2006/09/01 17:17:59 kaib 1.2.32.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [eac0fdc4526bbabf65c9841a47d7de5a2a2e6fa8]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:17:59 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [817746f8f2a6882046a99e046bc18242b4251393]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:17:58 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b4d27a2f5013750729d7ae5b02a2a6bd1722f89a]

INTEGRATION: CWS pchfix02 (1.13.16); FILE MERGED 2006/09/01 17:56:26 kaib 1.13.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e487335c57ef605d4b0072e7eadd5d18e7377a04]

INTEGRATION: CWS pchfix02 (1.18.16); FILE MERGED 2006/09/01 17:56:26 kaib 1.18.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [21ae44616a10c50969b23046e03bc0b40b522b20]

INTEGRATION: CWS pchfix02 (1.53.14); FILE MERGED 2006/09/01 17:56:26 kaib 1.53.14.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [773d358f47266831b22ae4dd066b1e321f1aece5]

INTEGRATION: CWS pchfix02 (1.21.10); FILE MERGED 2006/09/01 17:56:26 kaib 1.21.10.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [04424b3db5a90ac642fdc857a0ae3e27ca259c1b]

INTEGRATION: CWS pchfix02 (1.24.16); FILE MERGED 2006/09/01 17:56:26 kaib 1.24.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [18315419f24f523dd560e1c1126ab7307b877e58]

INTEGRATION: CWS pchfix02 (1.3.58); FILE MERGED 2006/09/01 17:56:26 kaib 1.3.58.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ffd8a0a6ac2f3550c09a5246ce057ed121cb69d4]

INTEGRATION: CWS pchfix02 (1.16.16); FILE MERGED 2006/09/01 17:56:25 kaib 1.16.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [33f9dad99a2bb333ebd1864dcf0dd1887ffd8fbc]

INTEGRATION: CWS pchfix02 (1.6.58); FILE MERGED 2006/09/01 17:56:25 kaib 1.6.58.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1f200f1f8b59e145b30dcdea0513990c8666d691]

INTEGRATION: CWS pchfix02 (1.6.16); FILE MERGED 2006/09/01 17:56:25 kaib 1.6.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a3737659adefc19e293fb1534ab887c30c5a91f8]

INTEGRATION: CWS pchfix02 (1.3.58); FILE MERGED 2006/09/01 17:56:25 kaib 1.3.58.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6a2869890d98db0b17f5cb47e4eb75111d13877a]

INTEGRATION: CWS pchfix02 (1.3.16); FILE MERGED 2006/09/01 17:56:25 kaib 1.3.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8fd1a21d8762782884ec39116f3af63019f7b953]

INTEGRATION: CWS pchfix02 (1.3.58); FILE MERGED 2006/09/01 17:56:24 kaib 1.3.58.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [45924ecf3014214ade2e99d0cdf9637590c60af4]

INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED 2006/09/01 17:56:24 kaib 1.5.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a7bb9a63188a5098de9c334efe16d9c10f046c3d]

INTEGRATION: CWS pchfix02 (1.4.16); FILE MERGED 2006/09/01 17:56:24 kaib 1.4.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8ec7e952aa6c16918c7af6cf5e8e139079953328]

INTEGRATION: CWS pchfix02 (1.2.58); FILE MERGED 2006/09/01 17:56:23 kaib 1.2.58.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [734752612f37b329af8143545df08727ed9bec0a]

INTEGRATION: CWS pchfix02 (1.2.28); FILE MERGED 2006/09/01 17:56:23 kaib 1.2.28.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0bd0c80f3a3d52866f4860269d8f98459342ac3f]

INTEGRATION: CWS pchfix02 (1.8.16); FILE MERGED 2006/09/01 17:56:23 kaib 1.8.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [53c1144ea37f810afacce7028ac1fd82e9e5240d]

INTEGRATION: CWS pchfix02 (1.15.16); FILE MERGED 2006/09/01 17:56:23 kaib 1.15.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1fce4d2e30fbcef6de65f67d03116a16427ab7ad]

INTEGRATION: CWS pchfix02 (1.11.8); FILE MERGED 2006/09/01 17:56:23 kaib 1.11.8.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2662e36aac5445c600aa3829222ead48e720b51c]

INTEGRATION: CWS pchfix02 (1.3.16); FILE MERGED 2006/09/01 17:56:23 kaib 1.3.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a926d39312e86be65261f7d39d6ed14b1453d799]

INTEGRATION: CWS pchfix02 (1.10.16); FILE MERGED 2006/09/01 17:56:23 kaib 1.10.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3b853e65ed069256bf0a5e6f593a417c4bbdab68]

INTEGRATION: CWS pchfix02 (1.4.16); FILE MERGED 2006/09/01 17:56:22 kaib 1.4.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [59d700a01b93e787ae7016af42f01c072079c21b]

INTEGRATION: CWS pchfix02 (1.35.16); FILE MERGED 2006/09/01 17:56:22 kaib 1.35.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [096aa09dae9cdb091efb3bb3f282eb6134351e51]

INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED 2006/09/01 17:56:22 kaib 1.5.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ddf727dd50cddcc1bc168ac4711d8aa3dec88026]

INTEGRATION: CWS pchfix02 (1.6.16); FILE MERGED 2006/09/01 17:56:22 kaib 1.6.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ccf1b851cd6c06618ab20d98e5cd0ac9af9c0a7c]

INTEGRATION: CWS pchfix02 (1.11.16); FILE MERGED 2006/09/01 17:56:22 kaib 1.11.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7c6095333bc9f81fe723001807b9254c9666c935]

INTEGRATION: CWS pchfix02 (1.12.16); FILE MERGED 2006/09/01 17:56:21 kaib 1.12.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [09b671fc8dd779e98fe702e72ea5ac2b2ffcb7e8]

INTEGRATION: CWS pchfix02 (1.6.8); FILE MERGED 2006/09/01 17:56:21 kaib 1.6.8.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b5de88879ca55f959a76fded5c42f1868399c6b3]

INTEGRATION: CWS pchfix02 (1.3.58); FILE MERGED 2006/09/01 17:56:21 kaib 1.3.58.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [083163f4dab2254578ca6e015cd68418649c561f]

INTEGRATION: CWS pchfix02 (1.9.16); FILE MERGED 2006/09/01 17:56:21 kaib 1.9.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9a0271e72a635b08132d9fecddcf17077e908a0d]

INTEGRATION: CWS pchfix02 (1.43.16); FILE MERGED 2006/09/01 17:56:20 kaib 1.43.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [08f48d8f5d813f69d3403b6215a5d490bba3ad44]

INTEGRATION: CWS pchfix02 (1.50.16); FILE MERGED 2006/09/01 17:56:20 kaib 1.50.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1891774fd6f6e49ac2ffb4b04a3481ba222c4d1c]

INTEGRATION: CWS pchfix02 (1.21.16); FILE MERGED 2006/09/01 17:56:20 kaib 1.21.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [64022affd798259de449160afdc64991e32a2c7b]

INTEGRATION: CWS pchfix02 (1.13.16); FILE MERGED 2006/09/01 17:56:20 kaib 1.13.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [759ce33f295801c709be0a066f3b3fd4dc0b8eae]

INTEGRATION: CWS pchfix02 (1.7.16); FILE MERGED 2006/09/01 17:56:19 kaib 1.7.16.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [51a3216e3317ca0882ff87de5ad55dd6cbcd3445]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:56:19 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d0bcb43335fee5485a06fb00a3991e668e84cf08]

INTEGRATION: CWS pchfix02 (1.35.20); FILE MERGED 2006/09/01 17:55:03 kaib 1.35.20.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [160d8e18ce72fee1aefeb25b75ca04445e52adf6]

INTEGRATION: CWS pchfix02 (1.2.120); FILE MERGED 2006/09/01 17:55:03 kaib 1.2.120.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f685596cefa143ac3ade121799dbfaf378c3419c]

INTEGRATION: CWS pchfix02 (1.3.120); FILE MERGED 2006/09/01 17:55:03 kaib 1.3.120.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6db3f6b488ec7564f2639868ba342b638e8317b6]

INTEGRATION: CWS pchfix02 (1.3.118); FILE MERGED 2006/09/01 17:55:01 kaib 1.3.118.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8930417bfb28f85c60464faaa4248aa023dc4f1e]

INTEGRATION: CWS pchfix02 (1.2.120); FILE MERGED 2006/09/01 17:55:00 kaib 1.2.120.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ac736209e37e0385c256806b94550a567f503047]

INTEGRATION: CWS pchfix02 (1.8.44); FILE MERGED 2006/09/01 17:55:00 kaib 1.8.44.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [50892eb28369d0a2075704e8c45858bcc8b8ccad]

INTEGRATION: CWS pchfix02 (1.5.42); FILE MERGED 2006/09/01 17:54:59 kaib 1.5.42.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1711d8a66d55a7bb5bcad4109cd4f4aecf303098]

INTEGRATION: CWS pchfix02 (1.7.44); FILE MERGED 2006/09/01 17:54:59 kaib 1.7.44.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1e9ec8705403fa3831d89736a5549950b88cd38b]

INTEGRATION: CWS pchfix02 (1.8.44); FILE MERGED 2006/09/01 17:54:59 kaib 1.8.44.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4d3fb6fda1f78ff2b623eadb717bccb269b63d07]

INTEGRATION: CWS pchfix02 (1.2.120); FILE MERGED 2006/09/01 17:54:59 kaib 1.2.120.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c8f5421a1d28fd4bbeee2f0e36d8aac97a915ca8]

INTEGRATION: CWS pchfix02 (1.9.44); FILE MERGED 2006/09/01 17:54:58 kaib 1.9.44.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [48c353bc64fb45dcbc6eebbac9af5ec32d55ee5a]

INTEGRATION: CWS pchfix02 (1.8.44); FILE MERGED 2006/09/01 17:54:58 kaib 1.8.44.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9df76197c3cdffce6aec35821050ead50a6e8d94]

INTEGRATION: CWS pchfix02 (1.9.42); FILE MERGED 2006/09/01 17:54:58 kaib 1.9.42.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [718de34a061b218ab21050cf0be584e4b182327e]

INTEGRATION: CWS pchfix02 (1.6.44); FILE MERGED 2006/09/01 17:54:58 kaib 1.6.44.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f43e18d90257bd8af4ec8b4771c09383434b6c20]

INTEGRATION: CWS pchfix02 (1.3.120); FILE MERGED 2006/09/01 17:54:58 kaib 1.3.120.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a10a9a92b4048186b40dc829d31f5acd0577dd7f]

INTEGRATION: CWS pchfix02 (1.2.120); FILE MERGED 2006/09/01 17:54:57 kaib 1.2.120.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [176aa1aa87663a8f4bc2ed22bab4360bc53cbf21]

INTEGRATION: CWS pchfix02 (1.5.42); FILE MERGED 2006/09/01 17:54:57 kaib 1.5.42.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f5a37010853958e3ecea0168c8b941b9e99abcc7]

INTEGRATION: CWS pchfix02 (1.11.42); FILE MERGED 2006/09/01 17:54:57 kaib 1.11.42.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0becce8ba16d20cecfdaba6e0f0b971b4fb34711]

INTEGRATION: CWS pchfix02 (1.4.44); FILE MERGED 2006/09/01 17:54:57 kaib 1.4.44.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c2bb23a5031e3eb722afd57d99f42766a0ee54bc]

INTEGRATION: CWS pchfix02 (1.23.42); FILE MERGED 2006/09/01 17:54:57 kaib 1.23.42.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1cb2cb9fc8dca8b38ef67d407e3e6b4a73cc6835]

INTEGRATION: CWS pchfix02 (1.3.42); FILE MERGED 2006/09/01 17:54:56 kaib 1.3.42.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5030512398fbc1a1e2ea7947d5a44642fe44bb98]

INTEGRATION: CWS pchfix02 (1.3.44); FILE MERGED 2006/09/01 17:54:56 kaib 1.3.44.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9e4d95a5bd2a2b4c273d2db9bb99d277566b2230]

INTEGRATION: CWS pchfix02 (1.6.44); FILE MERGED 2006/09/01 17:54:56 kaib 1.6.44.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3f1a81af3faaac1cfd2f14600951fd0dd60aa8dc]

INTEGRATION: CWS pchfix02 (1.4.44); FILE MERGED 2006/09/01 17:54:56 kaib 1.4.44.1: #i68856# Added header markers and pch files


2006-09-17  Oliver Bolte  <obo@openoffice.org>  [acc14601033b47355f515101b8327e75a4d58420]

INTEGRATION: CWS pchfix02 (1.42.40); FILE MERGED 2006/09/01 17:54:55 kaib 1.42.40.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [647388aa00abb4650a1d5e262e1b8898518fefc9]

INTEGRATION: CWS pchfix02 (1.4.120); FILE MERGED 2006/09/01 17:54:55 kaib 1.4.120.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [89e653d6ebba7fe449d9a645ca937141eda8bd5b]

INTEGRATION: CWS pchfix02 (1.7.68); FILE MERGED 2006/09/01 17:54:55 kaib 1.7.68.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b696af31930fbec0ffef0ea27517a558ef80fa04]

INTEGRATION: CWS pchfix02 (1.3.120); FILE MERGED 2006/09/01 17:54:55 kaib 1.3.120.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fbdae1b48ce6ebddfa1b7a8a0b9c62f64750c018]

INTEGRATION: CWS pchfix02 (1.3.44); FILE MERGED 2006/09/01 17:54:55 kaib 1.3.44.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4928bd904d7c10d151b96bb4cc881b4cb2409d62]

INTEGRATION: CWS pchfix02 (1.3.44); FILE MERGED 2006/09/01 17:54:54 kaib 1.3.44.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5b8a1ff70730c4bcb93d02a178d8f05d2aa6e19d]

INTEGRATION: CWS pchfix02 (1.6.58); FILE MERGED 2006/09/01 17:54:54 kaib 1.6.58.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f902016a68c84777fd82c9f9cafbd945f876317d]

INTEGRATION: CWS pchfix02 (1.4.44); FILE MERGED 2006/09/01 17:54:54 kaib 1.4.44.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bf1b7cd7513a6e0acd4a07f7ceaab3d309ba7af1]

INTEGRATION: CWS pchfix02 (1.7.44); FILE MERGED 2006/09/01 17:54:54 kaib 1.7.44.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a2352f0f52d6639d26ea1588da1476924b6c291c]

INTEGRATION: CWS pchfix02 (1.9.34); FILE MERGED 2006/09/01 17:54:54 kaib 1.9.34.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e1e99b0d06701bc78b06ec69be7035db2cbd5bd6]

INTEGRATION: CWS pchfix02 (1.11.44); FILE MERGED 2006/09/01 17:54:54 kaib 1.11.44.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [01bc4bb30d2646936135ca1621678542fbbccbfc]

INTEGRATION: CWS pchfix02 (1.5.42); FILE MERGED 2006/09/01 17:54:53 kaib 1.5.42.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [053248822857050e2a8c49cf1c8f3c38889cbc27]

INTEGRATION: CWS pchfix02 (1.3.120); FILE MERGED 2006/09/01 17:54:53 kaib 1.3.120.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b7fc49ae166928a8d37cdd791290409116c634d0]

INTEGRATION: CWS pchfix02 (1.14.16); FILE MERGED 2006/09/01 17:54:53 kaib 1.14.16.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1dd71bbc6bbf646e17ffcd1c72ea83dad41aa5f8]

INTEGRATION: CWS pchfix02 (1.11.22); FILE MERGED 2006/09/01 17:54:53 kaib 1.11.22.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ffab0e258ba6de45a884b08350d3ac223fd911b3]

INTEGRATION: CWS pchfix02 (1.2.120); FILE MERGED 2006/09/01 17:54:53 kaib 1.2.120.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [90386f851371be4d3e1ed5767d36da1c23a94d9d]

INTEGRATION: CWS pchfix02 (1.3.120); FILE MERGED 2006/09/01 17:54:52 kaib 1.3.120.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f176d4a71efa9be52ac2a944d5de7c6c54baaff2]

INTEGRATION: CWS pchfix02 (1.2.120); FILE MERGED 2006/09/01 17:54:52 kaib 1.2.120.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6a1e8ffcd77bafe2d953f491ec5c3a355c703045]

INTEGRATION: CWS pchfix02 (1.4.44); FILE MERGED 2006/09/01 17:54:52 kaib 1.4.44.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [eb2c9865f25f2121c2cf7e4ca171f4197a3396ae]

INTEGRATION: CWS pchfix02 (1.13.42); FILE MERGED 2006/09/01 17:54:52 kaib 1.13.42.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [627250d8ca23aaa36ac756c6aae42a6112d3f8ff]

INTEGRATION: CWS pchfix02 (1.10.44); FILE MERGED 2006/09/01 17:54:52 kaib 1.10.44.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [53e6170bbaaab84a2ba838544578b51770333a96]

INTEGRATION: CWS pchfix02 (1.5.44); FILE MERGED 2006/09/01 17:54:52 kaib 1.5.44.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f002bed8d58507a2862a43c5858399256613d437]

INTEGRATION: CWS pchfix02 (1.6.42); FILE MERGED 2006/09/01 17:54:52 kaib 1.6.42.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9c80068c144f84e7b77ac8a32e55f2275bb69d5b]

INTEGRATION: CWS pchfix02 (1.2.120); FILE MERGED 2006/09/01 17:54:51 kaib 1.2.120.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ad3b6826a4b936b560f74d9a5328f24425948f60]

INTEGRATION: CWS pchfix02 (1.58.20); FILE MERGED 2006/09/01 17:54:51 kaib 1.58.20.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b0f3e54787a8c669e1a64a2af21b8554bc78092d]

INTEGRATION: CWS pchfix02 (1.8.44); FILE MERGED 2006/09/01 17:54:51 kaib 1.8.44.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a6650b78bb191423e602d6e214e57ac550c14adc]

INTEGRATION: CWS pchfix02 (1.9.44); FILE MERGED 2006/09/01 17:54:51 kaib 1.9.44.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [363b39041f987e6a8bb2ecae7cf3797ab13f44a9]

INTEGRATION: CWS pchfix02 (1.8.42); FILE MERGED 2006/09/01 17:54:51 kaib 1.8.42.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c50554cb38395cd88c107fe4d4075bac994f4f1f]

INTEGRATION: CWS pchfix02 (1.3.42); FILE MERGED 2006/09/01 17:54:51 kaib 1.3.42.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [12b02b1fc566f78ef61ddc50c4c0b8ef8ea3656e]

INTEGRATION: CWS pchfix02 (1.6.42); FILE MERGED 2006/09/01 17:54:51 kaib 1.6.42.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [617540c7035c348783ab0562227b09ba6d0d9c91]

INTEGRATION: CWS pchfix02 (1.21.40); FILE MERGED 2006/09/01 17:54:50 kaib 1.21.40.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a9139d27382e2c38da27d1139db92f3dc92ff912]

INTEGRATION: CWS pchfix02 (1.3.42); FILE MERGED 2006/09/01 17:54:50 kaib 1.3.42.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4c133a2a4f0066c2db98ac774675ff65e9e5cd40]

INTEGRATION: CWS pchfix02 (1.3.44); FILE MERGED 2006/09/01 17:54:50 kaib 1.3.44.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e85399ad4147b051899314fb03eaad1eef60326b]

INTEGRATION: CWS pchfix02 (1.11.44); FILE MERGED 2006/09/01 17:54:50 kaib 1.11.44.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [56ab2513a7c595611b1fd6d730e184629dbeee9f]

INTEGRATION: CWS pchfix02 (1.10.42); FILE MERGED 2006/09/01 17:54:49 kaib 1.10.42.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ffeb5b6d30ba748f2b26f04b16d593dbd109c3fe]

INTEGRATION: CWS pchfix02 (1.4.42); FILE MERGED 2006/09/01 17:54:49 kaib 1.4.42.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6e73a7b3fbe2dc103e1020aa7efad59ed1cffcca]

INTEGRATION: CWS pchfix02 (1.7.44); FILE MERGED 2006/09/01 17:54:49 kaib 1.7.44.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c95274e1b62282c08724b4db15410881aa46054e]

INTEGRATION: CWS pchfix02 (1.16.44); FILE MERGED 2006/09/01 17:54:49 kaib 1.16.44.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [661b499207d58e35ed6fea8d28d8c2a52e435305]

INTEGRATION: CWS pchfix02 (1.9.44); FILE MERGED 2006/09/01 17:54:49 kaib 1.9.44.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [afa4c97c21725d23bcd310c4593cf11f447d33f9]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:54:48 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ed8b26d77aaed83a8aa18a8ecc093786254d023c]

INTEGRATION: CWS pchfix02 (1.7.24); FILE MERGED 2006/09/01 17:54:48 kaib 1.7.24.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2c59cac4377178e2602f0de1594b64d6c0aac1f0]

INTEGRATION: CWS pchfix02 (1.5.44); FILE MERGED 2006/09/01 17:54:47 kaib 1.5.44.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a814183d5787e5746b00d1f438253e8bf2baa791]

INTEGRATION: CWS pchfix02 (1.7.14); FILE MERGED 2006/09/01 17:54:47 kaib 1.7.14.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [03721a1c1fc6dfbf25c327c678a5df61d25a0ec0]

INTEGRATION: CWS pchfix02 (1.2.120); FILE MERGED 2006/09/01 17:54:47 kaib 1.2.120.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5dcea03dba40207b9e99911b65867948ef393c50]

INTEGRATION: CWS pchfix02 (1.4.120); FILE MERGED 2006/09/01 17:54:47 kaib 1.4.120.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [96944c01cf295a26936f1ccadf9df2808d74cc9e]

INTEGRATION: CWS pchfix02 (1.21.44); FILE MERGED 2006/09/01 17:54:47 kaib 1.21.44.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f15fb6a6f966b8cd6a271aee0dccdcf6e732e37c]

INTEGRATION: CWS pchfix02 (1.24.42); FILE MERGED 2006/09/01 17:54:46 kaib 1.24.42.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f52165b10a71fd3ba8f5b96321700020b77d8391]

INTEGRATION: CWS pchfix02 (1.14.44); FILE MERGED 2006/09/01 17:54:46 kaib 1.14.44.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a30733172cf5278be76e25dad2c8e5541a33112b]

INTEGRATION: CWS pchfix02 (1.5.44); FILE MERGED 2006/09/01 17:54:46 kaib 1.5.44.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c4df21f9441520eb882c80625644db7fa138d09e]

INTEGRATION: CWS pchfix02 (1.4.44); FILE MERGED 2006/09/01 17:54:46 kaib 1.4.44.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [51794900b905a03f7d21e303e09c8a8f9ccabaac]

INTEGRATION: CWS pchfix02 (1.7.44); FILE MERGED 2006/09/01 17:54:46 kaib 1.7.44.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [769de57787c18f36701f0ebab45381b85d3ac4aa]

INTEGRATION: CWS pchfix02 (1.12.44); FILE MERGED 2006/09/01 17:54:46 kaib 1.12.44.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3f35090d396cc10d2259fc6bd314001db07f52e7]

INTEGRATION: CWS pchfix02 (1.12.18); FILE MERGED 2006/09/01 17:54:45 kaib 1.12.18.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3b82b04d931e0976e03050ff0861494b7b777fe1]

INTEGRATION: CWS pchfix02 (1.4.44); FILE MERGED 2006/09/01 17:54:45 kaib 1.4.44.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [21ae5d2da490bb63944fb6afb918afed051cdc1e]

INTEGRATION: CWS pchfix02 (1.14.34); FILE MERGED 2006/09/01 17:56:10 kaib 1.14.34.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b444e129e13e891eb3208f5ab25c1d87dcfe435c]

INTEGRATION: CWS pchfix02 (1.3.34); FILE MERGED 2006/09/01 17:56:10 kaib 1.3.34.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3869e36e5cdd87742e6eeb98c3cc6e4f4fc582b2]

INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 17:56:10 kaib 1.4.34.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e665bfee712f307ebd113b5c1bab5e2c25d29cc2]

INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 17:56:09 kaib 1.4.34.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [eee9e0792c5bb989501cf16a0fb4f67d79fb298a]

INTEGRATION: CWS pchfix02 (1.6.8); FILE MERGED 2006/09/01 17:56:09 kaib 1.6.8.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6123555038f998a36e7093601efc2587d02fbebf]

INTEGRATION: CWS pchfix02 (1.10.34); FILE MERGED 2006/09/01 17:56:09 kaib 1.10.34.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [df4b1ad8dd172d8820edf8cd84597a30881be0e5]

INTEGRATION: CWS pchfix02 (1.3.34); FILE MERGED 2006/09/01 17:56:09 kaib 1.3.34.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c768817d459e79b7791e25853ed873719512773b]

INTEGRATION: CWS pchfix02 (1.7.34); FILE MERGED 2006/09/01 17:56:09 kaib 1.7.34.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e7aaf7c293ab5d1183d0b112d7e35ffa0b661261]

INTEGRATION: CWS pchfix02 (1.5.34); FILE MERGED 2006/09/01 17:56:08 kaib 1.5.34.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6fdb204fdd6ac7aba1caa99d65c303aa695490c3]

INTEGRATION: CWS pchfix02 (1.3.34); FILE MERGED 2006/09/01 17:56:08 kaib 1.3.34.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2a69e23fea5d90b397b16c247404cc73abed76ba]

INTEGRATION: CWS pchfix02 (1.4.8); FILE MERGED 2006/09/01 17:56:08 kaib 1.4.8.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b092abdb32283ca53661304354174865d01c5a79]

INTEGRATION: CWS pchfix02 (1.7.8); FILE MERGED 2006/09/01 17:56:08 kaib 1.7.8.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f6bf431b5fedccbe8b6b2d3d6bc3a581f76e9fe0]

INTEGRATION: CWS pchfix02 (1.8.8); FILE MERGED 2006/09/01 17:56:08 kaib 1.8.8.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b16684ef9fc5ef8726154ec85fa2fe0b9266aa26]

INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 17:56:08 kaib 1.4.34.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [65e58f85df672f112f001ec6acb631a7a538e881]

INTEGRATION: CWS pchfix02 (1.7.8); FILE MERGED 2006/09/01 17:56:07 kaib 1.7.8.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [020a8e0da19346812c8be0838e29ea5ba9dca5b7]

INTEGRATION: CWS pchfix02 (1.5.34); FILE MERGED 2006/09/01 17:56:07 kaib 1.5.34.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0ef94f2649ec742101576fd969c6d1db3949d013]

INTEGRATION: CWS pchfix02 (1.2.34); FILE MERGED 2006/09/01 17:56:07 kaib 1.2.34.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7706124af75fbdf3b7f067d7f38a402a247d7be7]

INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 17:56:07 kaib 1.4.34.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1873bccd244913bff18f462d9257d1739744f46e]

INTEGRATION: CWS pchfix02 (1.11.8); FILE MERGED 2006/09/01 17:56:07 kaib 1.11.8.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [22636c974221db55655041fa1f26c0efcb312432]

INTEGRATION: CWS pchfix02 (1.3.34); FILE MERGED 2006/09/01 17:56:07 kaib 1.3.34.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [046c19285ce0820af083f49a2b17312d77451d80]

INTEGRATION: CWS pchfix02 (1.11.34); FILE MERGED 2006/09/01 17:56:06 kaib 1.11.34.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c3b1db1efbaee43b48b235d3e04cf6c469b53a03]

INTEGRATION: CWS pchfix02 (1.9.8); FILE MERGED 2006/09/01 17:56:06 kaib 1.9.8.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d2ba41942bae54e881e4d5fee5e34eafc8a4f444]

INTEGRATION: CWS pchfix02 (1.4.8); FILE MERGED 2006/09/01 17:56:06 kaib 1.4.8.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1a5b6efad52743841d14c87d1222a5ed1a8ccf1d]

INTEGRATION: CWS pchfix02 (1.6.34); FILE MERGED 2006/09/01 17:56:05 kaib 1.6.34.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [db234a1df5e2ff500f3a74c9177ca7a97af0420d]

INTEGRATION: CWS pchfix02 (1.7.34); FILE MERGED 2006/09/01 17:56:05 kaib 1.7.34.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9aaf53a7fb898f8285794723b484559befcb6f7f]

INTEGRATION: CWS pchfix02 (1.33.8); FILE MERGED 2006/09/01 17:56:05 kaib 1.33.8.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [eb947084f9d136be63fae3b0a9d48b2cbbcb5f2c]

INTEGRATION: CWS pchfix02 (1.2.34); FILE MERGED 2006/09/01 17:56:05 kaib 1.2.34.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f0d0a2b82ba34136727545e9eab308bfeab0fc92]

INTEGRATION: CWS pchfix02 (1.3.34); FILE MERGED 2006/09/01 17:56:05 kaib 1.3.34.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9ee645dc8bc17948903f6ae3180460d07a759d08]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:56:05 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d0a09c1326e8125ba72f8fcbb4a2e0fcc00e3024]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:56:04 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [89bfb7f3dae2b7db72974ff9abffeefe7bdb2484]

INTEGRATION: CWS pchfix02 (1.27.20); FILE MERGED 2006/09/01 17:32:56 kaib 1.27.20.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3338e1dc608e459682a94dcc584f8ffb7b58c1c9]

INTEGRATION: CWS pchfix02 (1.4.80); FILE MERGED 2006/09/01 17:32:56 kaib 1.4.80.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d9ca6c5bce36ef9eae10bdf65605a281a2180c33]

INTEGRATION: CWS pchfix02 (1.38.6); FILE MERGED 2006/09/01 17:32:56 kaib 1.38.6.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e55c4d4e183be668a208a73437e3d5861379a709]

INTEGRATION: CWS pchfix02 (1.21.34); FILE MERGED 2006/09/01 17:32:56 kaib 1.21.34.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [aabdb7eab8e9a477d0bd3d9fd28e9c5794ade590]

INTEGRATION: CWS pchfix02 (1.17.20); FILE MERGED 2006/09/01 17:32:56 kaib 1.17.20.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fd0deb8df477057f79cca8a8ee5569aeca8c35da]

INTEGRATION: CWS pchfix02 (1.10.20); FILE MERGED 2006/09/01 17:32:55 kaib 1.10.20.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0706cbf4dbfa1966bf19af706497f5ecee643e6f]

INTEGRATION: CWS pchfix02 (1.36.16); FILE MERGED 2006/09/01 17:32:55 kaib 1.36.16.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [436fcbd5dd51e151ff21a8908cb58a002a7fb731]

INTEGRATION: CWS pchfix02 (1.7.58); FILE MERGED 2006/09/01 17:32:55 kaib 1.7.58.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [36e85d1a848ad0fe942480cf04a83060e3a1ac4c]

INTEGRATION: CWS pchfix02 (1.19.6); FILE MERGED 2006/09/01 17:32:55 kaib 1.19.6.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0beb28bab31b93680f1fc7bab9f60a525d44b45d]

INTEGRATION: CWS pchfix02 (1.12.58); FILE MERGED 2006/09/01 17:32:54 kaib 1.12.58.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [28bf549ebac559cee57a428079d5acf6d2736461]

INTEGRATION: CWS pchfix02 (1.21.20); FILE MERGED 2006/09/01 17:32:54 kaib 1.21.20.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e453a4caf03e46ddabaa577eeb7b8e36d8289c4d]

INTEGRATION: CWS pchfix02 (1.28.6); FILE MERGED 2006/09/01 17:32:54 kaib 1.28.6.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [14963c5932304c71b8c3898b7b9dfb60b6e713ce]

INTEGRATION: CWS pchfix02 (1.10.20); FILE MERGED 2006/09/01 17:32:54 kaib 1.10.20.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [746a6589037663e57ee85b31edead1f7a4f13d67]

INTEGRATION: CWS pchfix02 (1.8.20); FILE MERGED 2006/09/01 17:32:53 kaib 1.8.20.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b90b47477ab6ec0839de14bbcd1b7a093a67bc7a]

INTEGRATION: CWS pchfix02 (1.71.4); FILE MERGED 2006/09/01 17:32:53 kaib 1.71.4.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e6bc9789668dd22b1682b20a14db1fdc467cd0c0]

INTEGRATION: CWS pchfix02 (1.19.20); FILE MERGED 2006/09/01 17:32:53 kaib 1.19.20.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6ad84342b235175015cc2c9ed0a4e3b4986ea7cc]

INTEGRATION: CWS pchfix02 (1.22.20); FILE MERGED 2006/09/01 17:32:53 kaib 1.22.20.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [46cdcaf6031e62aa9ffb23c42c5135697f9b937c]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:32:53 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5bf4b2ae6edf355588548835ff399a32a80ec9eb]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:32:52 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [aa69abe4a73ee7396b13946da281f5e3577f1b9b]

INTEGRATION: CWS pchfix02 (1.13.136); FILE MERGED 2006/09/01 17:54:26 kaib 1.13.136.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [964af5edf28a67f5cf4232d0e509c88b2aa2713b]

INTEGRATION: CWS pchfix02 (1.4.136); FILE MERGED 2006/09/01 17:54:26 kaib 1.4.136.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0fc42b2b231e8a0f9f638c1f35c33bdac898589a]

INTEGRATION: CWS pchfix02 (1.13.40); FILE MERGED 2006/09/01 17:54:26 kaib 1.13.40.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e27ad05796d9463f7ad4fbf4cd6b46b0c148a9b2]

INTEGRATION: CWS pchfix02 (1.28.6); FILE MERGED 2006/09/01 17:54:25 kaib 1.28.6.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a06ce565985b3dad0b545b2b006f430f0592af3f]

INTEGRATION: CWS pchfix02 (1.3.124); FILE MERGED 2006/09/01 17:54:25 kaib 1.3.124.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3c522551acc0cefaa04266d328de175c3e7fee22]

INTEGRATION: CWS pchfix02 (1.6.40); FILE MERGED 2006/09/01 17:54:25 kaib 1.6.40.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ecedbe151508d51c32c2b3b87d2247af6968b811]

INTEGRATION: CWS pchfix02 (1.3.134); FILE MERGED 2006/09/01 17:54:25 kaib 1.3.134.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c9e805fafd1959e3a0d7fa7bf7d6b247b749fb68]

INTEGRATION: CWS pchfix02 (1.8.136); FILE MERGED 2006/09/01 17:54:25 kaib 1.8.136.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9f0ccc928fed7e8edf6ef8561fc14ac5299e7761]

INTEGRATION: CWS pchfix02 (1.13.40); FILE MERGED 2006/09/01 17:54:25 kaib 1.13.40.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ba5ef0db4de4faf68f11478e6e1574d67c2d6540]

INTEGRATION: CWS pchfix02 (1.30.40); FILE MERGED 2006/09/01 17:54:25 kaib 1.30.40.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [54841da99c46b3d73cdcf069e0fdeb11629afbf9]

INTEGRATION: CWS pchfix02 (1.4.40); FILE MERGED 2006/09/01 17:54:24 kaib 1.4.40.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cf9ae66412fa1cb4c30f35f82951d85c1540850e]

INTEGRATION: CWS pchfix02 (1.3.136); FILE MERGED 2006/09/01 17:54:24 kaib 1.3.136.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5bbbfe822e74df555b250b00d52ac637505447ad]

INTEGRATION: CWS pchfix02 (1.2.136); FILE MERGED 2006/09/01 17:54:24 kaib 1.2.136.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f917f23b5341a0126e5ea095f37532884b0871b1]

INTEGRATION: CWS pchfix02 (1.72.38); FILE MERGED 2006/09/01 17:54:24 kaib 1.72.38.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e48c7a45543fe2ead9ed459459323426cf8f9b7d]

INTEGRATION: CWS pchfix02 (1.48.24); FILE MERGED 2006/09/01 17:54:24 kaib 1.48.24.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e3708fe5913585d3b3203b94d59b4072eaaea579]

INTEGRATION: CWS pchfix02 (1.4.136); FILE MERGED 2006/09/01 17:54:23 kaib 1.4.136.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7904f55884319ae166799317e69f8f15055220db]

INTEGRATION: CWS pchfix02 (1.14.38); FILE MERGED 2006/09/01 17:54:23 kaib 1.14.38.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bc0c5c891af004adcd48b438b83ad2a382bbea13]

INTEGRATION: CWS pchfix02 (1.6.136); FILE MERGED 2006/09/01 17:54:23 kaib 1.6.136.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4ae87905a36d8e5980161193f37bc72d044898ba]

INTEGRATION: CWS pchfix02 (1.38.36); FILE MERGED 2006/09/01 17:54:23 kaib 1.38.36.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1382ddc9931ac07e013b901a24b6807a10b4d8c5]

INTEGRATION: CWS pchfix02 (1.4.40); FILE MERGED 2006/09/01 17:54:22 kaib 1.4.40.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d542f54f13fe37aab8826ce6a1b51bde0a884485]

INTEGRATION: CWS pchfix02 (1.10.136); FILE MERGED 2006/09/01 17:54:22 kaib 1.10.136.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6e406daacb205bcc9d9d10d01a2f8969f534360d]

INTEGRATION: CWS pchfix02 (1.3.136); FILE MERGED 2006/09/01 17:54:22 kaib 1.3.136.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1db18e872e87b1fb1fbbf6756303a84e20f8d8b8]

INTEGRATION: CWS pchfix02 (1.7.24); FILE MERGED 2006/09/01 17:54:22 kaib 1.7.24.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [30ad79195419f24c3b9d61c03087e4308ded565b]

INTEGRATION: CWS pchfix02 (1.22.40); FILE MERGED 2006/09/01 17:54:22 kaib 1.22.40.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [66cb02f685941bbefcfbfe12228ba26c45817714]

INTEGRATION: CWS pchfix02 (1.8.24); FILE MERGED 2006/09/01 17:54:22 kaib 1.8.24.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0fde88f6c92bc8d41a2c49df50e9844772166484]

INTEGRATION: CWS pchfix02 (1.4.136); FILE MERGED 2006/09/01 17:54:22 kaib 1.4.136.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5a307f6a24d399aeb6678093c7196caff43d24bc]

INTEGRATION: CWS pchfix02 (1.12.6); FILE MERGED 2006/09/01 17:54:22 kaib 1.12.6.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8017040805ade42f428da18a86cc682b2dc64580]

INTEGRATION: CWS pchfix02 (1.8.40); FILE MERGED 2006/09/01 17:54:21 kaib 1.8.40.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [343a88acd0134e9b1cbac3fb176e3889a999efbd]

INTEGRATION: CWS pchfix02 (1.55.24); FILE MERGED 2006/09/01 17:54:21 kaib 1.55.24.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c0d5a780f3d60ee23484c4845d3900f132b0c557]

INTEGRATION: CWS pchfix02 (1.4.38); FILE MERGED 2006/09/01 17:54:21 kaib 1.4.38.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bfc4e167a28c87b5cae4993b08eb9743db95a7d4]

INTEGRATION: CWS pchfix02 (1.64.10); FILE MERGED 2006/09/01 17:54:21 kaib 1.64.10.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e0791d6fb3230029fe5e2e68e211fdb9c0246d77]

INTEGRATION: CWS pchfix02 (1.7.40); FILE MERGED 2006/09/01 17:54:21 kaib 1.7.40.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e915e8454a8e353b94c4afc14cae58827bfc5f7e]

INTEGRATION: CWS pchfix02 (1.48.28); FILE MERGED 2006/09/01 17:54:20 kaib 1.48.28.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a467465c5f6540364a56cd8f7eacc68be6bcbad8]

INTEGRATION: CWS pchfix02 (1.3.40); FILE MERGED 2006/09/01 17:54:20 kaib 1.3.40.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3fd83f795624e4ac873f1b630a945f8b7ded4ca3]

INTEGRATION: CWS pchfix02 (1.5.40); FILE MERGED 2006/09/01 17:54:20 kaib 1.5.40.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d63a2e6a99f0a6911d860283b97baa0b98cd6298]

INTEGRATION: CWS pchfix02 (1.2.136); FILE MERGED 2006/09/01 17:54:20 kaib 1.2.136.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bf72993e225803a879f3e59c78638586c0245528]

INTEGRATION: CWS pchfix02 (1.6.40); FILE MERGED 2006/09/01 17:54:20 kaib 1.6.40.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b7e1bd8bde28ad1fc6b1c930c490d6b0a610d383]

INTEGRATION: CWS pchfix02 (1.9.40); FILE MERGED 2006/09/01 17:54:20 kaib 1.9.40.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0109f5a8fc7911b42c3a82b21e86a217f88bbc03]

INTEGRATION: CWS pchfix02 (1.3.134); FILE MERGED 2006/09/01 17:54:19 kaib 1.3.134.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [53eab58da6f85922828c494e50917acfc97fd250]

INTEGRATION: CWS pchfix02 (1.4.136); FILE MERGED 2006/09/01 17:54:19 kaib 1.4.136.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b747fc406bf4b350988efcb1133b6bf2130deed6]

INTEGRATION: CWS pchfix02 (1.5.26); FILE MERGED 2006/09/01 17:54:19 kaib 1.5.26.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0c4f66225a394a4d7a1f35316da6d74b98104481]

INTEGRATION: CWS pchfix02 (1.2.136); FILE MERGED 2006/09/01 17:54:19 kaib 1.2.136.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c8e3c148be73c248af757b0da05efc80cae59897]

INTEGRATION: CWS pchfix02 (1.56.40); FILE MERGED 2006/09/01 17:54:15 kaib 1.56.40.1: #i68856# Added header markers and pch files


2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8c44b0c6318cfa1b3a5a961ca2740ae171ae0173]

INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:54:14 kaib 1.1.2.1: #i68856# Added header markers and pch files


2006-09-15  Oliver Bolte  <obo@openoffice.org>  [d84e0391d909f1f1fe4cb93de5e18b7bdce40161]

INTEGRATION: CWS l10ntooling04 (1.41.8); FILE MERGED 2006/09/07 10:52:00 ihi 1.41.8.1: #i68886# fixed cvs conflict


2006-09-15  Oliver Bolte  <obo@openoffice.org>  [27b5ddfdf2cc65e6fb725d76701e543c3658db04]

INTEGRATION: CWS os86 (1.5.168); FILE MERGED 2006/09/04 12:42:31 os 1.5.168.1: #i64875# blank removed


2006-09-15  Oliver Bolte  <obo@openoffice.org>  [995e4ee4012b6f38290c534be0b70a5528cd39a4]

INTEGRATION: CWS impress102 (1.8.144); FILE MERGED 2006/08/11 11:25:01 hdu 1.8.144.1: #i68405# initialize FontSizeMenu::mnCurHeight in constructor


2006-09-13  Oliver Bolte  <obo@openoffice.org>  [9703f071425c1845284ec39dce1db60401774e29]

INTEGRATION: CWS boldhg_SRC680 (1.219.122); FILE MERGED 2006/09/07 16:10:58 hdu 1.219.122.1: #i67167# only do special HG emboldening when the special HG fonts are available


2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [2439b0aaea82f05bf43abce679328529fed10b5b]

new version for SRC680


2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [c75b33f7fdb8b2ae4c9c7b60fec1ea43bdf7269c]

INTEGRATION: CWS pngperf (1.10.18); FILE MERGED 2006/08/18 14:41:34 hdu 1.10.18.27: #i67660# rename ambiguous mn*Depth members 2006/08/18 14:37:07 hdu 1.10.18.26: #i67660# fix 2bit palette import, adjust gamma constants 2006/08/18 09:52:02 hdu 1.10.18.25: #i54953# finish resync to SRC680m181, fix 16bit-alpha case 2006/08/16 14:43:45 hdu 1.10.18.24: RESYNC: remove double-merged code, nXpos==0 for nPass==7 2006/08/15 15:24:56 hdu 1.10.18.23: RESYNC: remove warning on wntmsci10.pro 2006/08/15 11:17:24 hdu 1.10.18.22: RESYNC: remove g++ 3.4.1 warnings after resync 2006/08/15 10:22:19 hdu 1.10.18.21: RESYNC: adjust to identifier renamings in HEAD fixes 2006/08/14 19:54:07 hdu 1.10.18.20: RESYNC: (1.13-1.17); FILE MERGED 2006/07/11 13:21:58 sj 1.10.18.19: #128377# removed chunk len fix which is no longer necessary 2006/02/23 10:31:46 hdu 1.10.18.18: ##128377# more sanity checks for chunk length 2005/12/14 17:57:13 radekdoulik 1.10.18.17: Issue number:  #55174 Submitted by:  radekdoulik Reviewed by:   hdu - make it possible to request preview sizes of widthx0 or 0xheight, where the   other parameter is computed using original size aspect ratio (in png   reader) - fix preview of some interlaced png's (it is not possible to copy whole   scanline when we are reading preview with width smaller than original width) 2005/12/01 12:17:47 hdu 1.10.18.16: #128377# chunk length is unsigned 2005/12/01 11:44:40 hdu 1.10.18.15: #128377# workaround bad chunk lengths crashing the memory allocator 2005/11/15 09:59:48 hdu 1.10.18.14: RESYNC: (1.10-1.12); FILE MERGED 2005/10/26 11:50:11 hdu 1.10.18.13: #i55174# set image source size 2005/10/14 11:32:35 hdu 1.10.18.12: #i55174# fix off by one for partially read files 2005/10/06 14:25:05 hdu 1.10.18.11: #i55174# no need to read an image stream after enough of the image has been read 2005/09/30 15:16:12 hdu 1.10.18.10: #i55174# 101 2005/09/30 13:24:02 hdu 1.10.18.9: #i55174# replace preview scaledown division by shift 2005/09/29 08:45:06 hdu 1.10.18.8: #i55174# for image preview allow skipping of passes for interlaced PNGs 2005/09/28 14:37:37 hdu 1.10.18.7: #i55174# starting PNG preview implementation 2005/09/27 08:27:43 hdu 1.10.18.6: #i54953# avoid transparency mask for opaque PNGs 2005/09/26 15:35:29 hdu 1.10.18.5: #i54953# prepare delayed transparency mask creation, get rid of full repaint on intermediate passes 2005/09/23 15:01:45 hdu 1.10.18.4: #i54953# split up Scanline filter method, fix progressive 2005/09/23 12:22:27 hdu 1.10.18.3: #i54953# more optimization for intermediate passes and inner scanline filter loops 2005/09/22 15:17:32 hdu 1.10.18.2: #i54953# skip bitmap buffer update in intermediate passes, more cleanup 2005/09/22 14:38:01 hdu 1.10.18.1: #i54953# first cleanup and reduce lifetime of vars


2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [67431cabf92f4e72cb63f6dfaf8e446924163378]

INTEGRATION: CWS pngperf (1.8.72); FILE MERGED 2006/08/14 19:54:13 hdu 1.8.72.3: RESYNC: (1.8-1.9); FILE MERGED 2006/07/17 17:11:44 sj 1.8.72.2: #i67234# added max chunk size when using interlace mode 2006/07/14 16:32:05 sj 1.8.72.1: #i67236# defaulting interlace mode if not set by FilterData


2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [dc3b6e2b2b06ee03088148ac1875bea18a71ba9f]

INTEGRATION: CWS pngperf (1.16.18); FILE MERGED 2006/08/14 19:53:30 hdu 1.16.18.4: RESYNC: (1.17-1.18); FILE MERGED 2006/04/13 09:06:11 hdu 1.16.18.3: RESYNC: (1.16-1.17); FILE MERGED 2005/09/28 06:53:47 hdu 1.16.18.2: #i55136# prefer native int math over int64 2005/09/27 13:48:06 hdu 1.16.18.1: #i55136# prefer 64bit int math over BigInt


2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [db59f0a7c9d09db019592f5c86c128aeb438bfa6]

INTEGRATION: CWS pngperf (1.20.18); FILE MERGED 2006/08/15 14:43:41 hdu 1.20.18.6: RESYNC: remove warning on wntmsci10.pro 2006/08/14 19:50:32 hdu 1.20.18.5: RESYNC: (1.23-1.25); FILE MERGED 2006/04/13 09:07:51 hdu 1.20.18.4: RESYNC: (1.22-1.23); FILE MERGED 2006/01/27 12:46:07 hdu 1.20.18.3: RESYNC: (1.21-1.22); FILE MERGED 2005/11/15 09:59:07 hdu 1.20.18.2: RESYNC: (1.20-1.21); FILE MERGED 2005/10/13 10:18:52 hdu 1.20.18.1: #i55174# PNG preview mode with backward compatible interface


2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [c33fddbe10e77edb011eff16a9ba4ae6a64fc4ed]

INTEGRATION: CWS pngperf (1.6.18); FILE MERGED 2005/10/26 11:47:22 hdu 1.6.18.1: #i55174# do implicit SourceSize changes


2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [1694e57b35c7952bb8211138e359bd45e72d62d6]

INTEGRATION: CWS pngperf (1.3.18); FILE MERGED 2006/08/21 10:48:51 hdu 1.3.18.5: #i67660# get rid of assertions about non-matching color format 2006/08/15 16:01:15 hdu 1.3.18.4: RESYNC: make wntmsci10.pro warning free after resync 2006/08/14 19:49:04 hdu 1.3.18.3: RESYNC: (1.4-1.5); FILE MERGED 2005/11/15 09:58:59 hdu 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/27 10:14:22 hdu 1.3.18.1: #i54953# implement fast bitmap buffer erase


2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [a22a1e2a3c8975b8b0c459535e20ad58320c1e22]

INTEGRATION: CWS pngperf (1.6.18); FILE MERGED 2006/08/21 15:23:19 hdu 1.6.18.3: #i67660# get rid of warning on wntmsci10.pro 2006/08/21 10:48:51 hdu 1.6.18.2: #i67660# get rid of assertions about non-matching color format 2005/09/27 10:13:57 hdu 1.6.18.1: #i54953# use fast bitmap buffer erase if available


2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [af56cd356ef427d5b02853707856fd7b413f8561]

INTEGRATION: CWS pngperf (1.7.18); FILE MERGED 2006/08/21 10:48:51 hdu 1.7.18.4: #i67660# get rid of assertions about non-matching color format 2006/08/14 19:48:41 hdu 1.7.18.3: RESYNC: (1.8-1.9); FILE MERGED 2006/04/13 09:08:25 hdu 1.7.18.2: RESYNC: (1.7-1.8); FILE MERGED 2005/11/15 12:24:23 hdu 1.7.18.1: RESYNC: fix constness issues after resync


2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [362b227a60fe5004b46bb4240a817af0b4b3147e]

INTEGRATION: CWS pngperf (1.13.18); FILE MERGED 2006/08/14 19:47:59 hdu 1.13.18.3: RESYNC: (1.14-1.15); FILE MERGED 2006/06/07 10:12:57 hdu 1.13.18.2: RESYNC: (1.13-1.14); FILE MERGED 2005/10/26 11:45:57 hdu 1.13.18.1: #i55174# add ImplGet-/ImplSetSourceSizePixel() methods


2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [c8c03991b3f91532602d8afd44f335f60ac3b30a]

INTEGRATION: CWS pngperf (1.3.16); FILE MERGED 2006/08/14 16:14:57 hdu 1.3.16.4: RESYNC: (1.3-1.4); FILE MERGED 2006/07/14 16:06:02 sj 1.3.16.3: #i67237# now jpegs are created using the progressive mode 2005/12/14 17:52:59 radekdoulik 1.3.16.2: Issue number:  #55170 Submitted by:  radekdoulik Reviewed by:   radekdoulik make it possible to request preview sizes of widthx0 or 0xheight, where the other parameter is computed using original size aspect ratio (in jpeg reader) 2005/10/13 08:06:19 hdu 1.3.16.1: #i55170# implement fast JPEG preview


2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [e1fee5a75826309038a7f233204d9c2b40db3621]

INTEGRATION: CWS pngperf (1.2.16); FILE MERGED 2005/10/13 08:06:19 hdu 1.2.16.1: #i55170# implement fast JPEG preview


2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [1e2ef09a05b90bb89f36704cd9223846baf585b7]

INTEGRATION: CWS pngperf (1.14.14); FILE MERGED 2006/08/14 16:14:50 hdu 1.14.14.3: RESYNC: (1.14-1.15); FILE MERGED 2005/10/14 12:54:50 hdu 1.14.14.2: #i55170# allow graphic import optimized for previews 2005/10/13 08:06:18 hdu 1.14.14.1: #i55170# implement fast JPEG preview


2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [4252ba061c21792ca3856fb5e5438d43e99aa884]

INTEGRATION: CWS pngperf (1.58.14); FILE MERGED 2006/08/14 16:13:12 hdu 1.58.14.5: RESYNC: (1.59-1.60); FILE MERGED 2006/07/14 14:28:11 sj 1.58.14.4: #i55174# added preview rendering (no longer creating gfxlink for previews) 2006/07/06 14:35:29 sj 1.58.14.3: #i55170# allow graphic import optimized for previews 2006/04/13 07:41:40 hdu 1.58.14.2: RESYNC: (1.58-1.59); FILE MERGED 2005/10/14 12:54:49 hdu 1.58.14.1: #i55170# allow graphic import optimized for previews


2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [def2066632d1da444b11db8288ed94c7ee9b6cf7]

INTEGRATION: CWS impress106 (1.10.16); FILE MERGED 2006/08/28 14:45:53 thb 1.10.16.2: #i68776# Made that compile warning-free for gcc 2006/08/28 14:37:58 thb 1.10.16.1: #i68776# Corrected off-by-factor-eight error; consistently using unsigned types (also for shifts); added assertion


2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [8d4bfe44b2d535a2a4f601d48e0f3b4c2ca404f1]

INTEGRATION: CWS l10ntooling03 (1.21.32); FILE MERGED 2006/08/25 14:51:23 ihi 1.21.32.2: #i68826# Missing hedabu'ed headers 2006/08/24 12:19:44 ihi 1.21.32.1: #i68826# Missing headers


2006-09-06  Herbert Duerr  <hdu@openoffice.org>  [5a7195c3f34a31260109f22ace75378af2145349]

thou shalt not commit on HEAD => undo previous commits


2006-09-05  Herbert Duerr  <hdu@openoffice.org>  [5d8bf2e00a751d02d24645eeac03f6d15f46f3b0]

#135890# add sanity check for unitsPerEM


2006-09-05  Herbert Duerr  <hdu@openoffice.org>  [00cd9e632c1813c30ad9be49efb1010211cd6c66]

#i69264# debug warning about unusable file needs to be more verbose


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [067f3feb76e5759fba54463c2895fa5b4711485b]

INTEGRATION: CWS ause065 (1.7.116); FILE MERGED 2006/08/14 17:48:03 hjs 1.7.116.1: #i68281# cleanup


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [7ddc06d68e592febbffcb9b22699f730d11bde91]

INTEGRATION: CWS rt16 (1.48.6); FILE MERGED 2006/08/04 15:40:43 rt 1.48.6.2: #i68161# macosx-create-bundle is long obsolete. 2006/08/04 15:22:46 rt 1.48.6.1: #i68161# Removed entries for non existing files.


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [e32b762ff27c6748f98ea1e57245ab0a96984a33]

INTEGRATION: CWS warningfixes03_SRC680 (1.5.98); FILE MERGED 2006/08/18 14:26:22 mhu 1.5.98.1: #i68745# Fixed GCC 4.0.x warning(s).


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [c9731f0cc68d9728cd77d0ebd2cc16c8d81fc76c]

INTEGRATION: CWS warningfixes03_SRC680 (1.13.40); FILE MERGED 2006/08/18 12:48:02 mhu 1.13.40.1: #i68745# Fixed GCC 4.0.x warning(s).


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [8b6337fc6959838053e0ca905e8ebac15cfca838]

INTEGRATION: CWS warningfixes03_SRC680 (1.21.44); FILE MERGED 2006/08/18 14:31:25 mhu 1.21.44.1: #i68745# Fixed GCC 4.0.x warning(s).


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [0fcee0d591c8c67bee6a48bb880c40454e3490c0]

INTEGRATION: CWS warningfixes03_SRC680 (1.4.90); FILE MERGED 2006/08/18 14:31:25 mhu 1.4.90.1: #i68745# Fixed GCC 4.0.x warning(s).


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [618f3d804b61463dde327abc973c4b7f755adc60]

INTEGRATION: CWS warningfixes03_SRC680 (1.10.88); FILE MERGED 2006/08/18 14:31:24 mhu 1.10.88.1: #i68745# Fixed GCC 4.0.x warning(s).


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [951c0dcf3373848307dea126b0dde33c45a9ed5a]

INTEGRATION: CWS warningfixes03_SRC680 (1.4.90); FILE MERGED 2006/08/18 14:31:24 mhu 1.4.90.1: #i68745# Fixed GCC 4.0.x warning(s).


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [3a4fef699128b28441501e177d895ac4f0332313]

INTEGRATION: CWS warningfixes03_SRC680 (1.5.90); FILE MERGED 2006/08/18 14:31:23 mhu 1.5.90.1: #i68745# Fixed GCC 4.0.x warning(s).


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [0f6bc5cb381ebd937d823efbcc43e0cfdd0d5d9b]

INTEGRATION: CWS warningfixes03_SRC680 (1.4.90); FILE MERGED 2006/08/18 14:31:23 mhu 1.4.90.1: #i68745# Fixed GCC 4.0.x warning(s).


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [56e1f096a7e8e2214f10088608ac5c5d482a52d2]

INTEGRATION: CWS warningfixes03_SRC680 (1.18.90); FILE MERGED 2006/08/18 14:31:23 mhu 1.18.90.1: #i68745# Fixed GCC 4.0.x warning(s).


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [37de03c429f4ec1a702d16fccc8168813210ba69]

INTEGRATION: CWS warningfixes03_SRC680 (1.8.90); FILE MERGED 2006/08/18 14:31:22 mhu 1.8.90.1: #i68745# Fixed GCC 4.0.x warning(s).


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [aa6d41c3f24c8c31f4f736d3dc6b66f14713f712]

INTEGRATION: CWS warningfixes03_SRC680 (1.24.90); FILE MERGED 2006/08/18 14:31:22 mhu 1.24.90.1: #i68745# Fixed GCC 4.0.x warning(s).


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [3e6db2cd586b22df5c95dd2a6d6f2dd0ca348cb0]

INTEGRATION: CWS warningfixes03_SRC680 (1.6.90); FILE MERGED 2006/08/18 14:31:22 mhu 1.6.90.1: #i68745# Fixed GCC 4.0.x warning(s).


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [7f268c17df99d795ba694bc680de49e452716051]

INTEGRATION: CWS warningfixes03_SRC680 (1.18.90); FILE MERGED 2006/08/18 14:31:22 mhu 1.18.90.1: #i68745# Fixed GCC 4.0.x warning(s).


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [a65b4a103ce2f652a56602a8512952892946b9fb]

INTEGRATION: CWS warningfixes03_SRC680 (1.11.90); FILE MERGED 2006/08/18 14:31:22 mhu 1.11.90.1: #i68745# Fixed GCC 4.0.x warning(s).


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [672bc5a30e046c900b1502987243aa661c8464f3]

INTEGRATION: CWS warningfixes03_SRC680 (1.4.30); FILE MERGED 2006/08/24 09:15:30 mhu 1.4.30.1: #i68887# Removed obsolete dependency on svtools.


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [05628c37e21c9ca1664e5984848009596c008821]

INTEGRATION: CWS warningfixes03_SRC680 (1.4.48); FILE MERGED 2006/08/24 09:24:05 mhu 1.4.48.2: #i68887# Fixed module internal dependencies. 2006/08/24 09:15:29 mhu 1.4.48.1: #i68887# Removed obsolete dependency on svtools.


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [07eb2c973c6a95add0a383d617c965202f9a8101]

INTEGRATION: CWS warningfixes03_SRC680 (1.1.4.1.6); FILE MERGED 2006/08/18 12:51:25 mhu 1.1.4.1.6.1: #i68745# Fixed GCC 4.0.x warning(s).


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [715ea1ca06946e0b7ab672e4bac0f9d22e22b3a4]

INTEGRATION: CWS warningfixes03_SRC680 (1.241.20); FILE MERGED 2006/08/18 12:51:24 mhu 1.241.20.1: #i68745# Fixed GCC 4.0.x warning(s).


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [51746f8a023953719d97c3afad5fc5b2779473fa]

INTEGRATION: CWS warningfixes03_SRC680 (1.46.110); FILE MERGED 2006/08/18 12:51:24 mhu 1.46.110.1: #i68745# Fixed GCC 4.0.x warning(s).


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [25a79acec2cac6bc6345bce4c440ca306eb0be19]

INTEGRATION: CWS warningfixes03_SRC680 (1.64.56); FILE MERGED 2006/08/18 12:51:23 mhu 1.64.56.1: #i68745# Fixed GCC 4.0.x warning(s).


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [12b0ffad43d16a8994a489b3851316f3e438e583]

INTEGRATION: CWS warningfixes03_SRC680 (1.72.36); FILE MERGED 2006/08/18 14:08:42 mhu 1.72.36.1: #i68745# Fixed GCC 4.0.x warning(s).


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [297ef905a195d17f23e9090807809cc923945ed7]

INTEGRATION: CWS warningfixes03_SRC680 (1.38.34); FILE MERGED 2006/08/18 14:08:42 mhu 1.38.34.1: #i68745# Fixed GCC 4.0.x warning(s).


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [8fb2137352ee45cde01a2b42ab5be81d8d50835c]

INTEGRATION: CWS warningfixes03_SRC680 (1.55.20); FILE MERGED 2006/08/18 14:08:41 mhu 1.55.20.1: #i68745# Fixed GCC 4.0.x warning(s).


2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [9bdd38d338febde7b60d9ee043bdda7a2d89ea17]

INTEGRATION: CWS warningfixes03_SRC680 (1.64.6); FILE MERGED 2006/08/18 14:08:41 mhu 1.64.6.1: #i68745# Fixed GCC 4.0.x warning(s).


2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [b1de112f9db1eab62c2eec75537e8bec697661c8]

INTEGRATION: CWS dba205a (1.2.16); FILE MERGED 2006/07/26 08:36:44 fs 1.2.16.1: #i65420# creation of singletons


2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [4e4940d37f26373788cbd2af56c5dea747fcd5cd]

INTEGRATION: CWS dba205a (1.2.16); FILE MERGED 2006/07/26 08:36:19 fs 1.2.16.1: #i65420# creation of singletons


2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [ba80d501272fa45979e261dafde3f6c1bd65d66c]

INTEGRATION: CWS dba205a (1.72.24); FILE MERGED 2006/07/21 12:37:41 fs 1.72.24.1: #i63286# let the button support XToggleButton


2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [86347289a3e44f8576924a8f7bde435c98c317c4]

INTEGRATION: CWS dba205a (1.54.26); FILE MERGED 2006/07/31 10:51:54 oj 1.54.26.2: RESYNC: (1.54-1.55); FILE MERGED 2006/07/21 12:37:24 fs 1.54.26.1: #i63286# let the button support XToggleButton


2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [a34c1325d1fcbe30e12cc0fad0b42955cbda64a4]

INTEGRATION: CWS dba205a (1.36.24); FILE MERGED 2006/07/21 12:37:09 fs 1.36.24.1: #i63286# let the button support XToggleButton


2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [e9b6eb6704af1c5c88d66344a43f7be66c68257a]

INTEGRATION: CWS dba205a (1.34.26); FILE MERGED 2006/07/21 12:37:10 fs 1.34.26.1: #i63286# let the button support XToggleButton


2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [03315ec2be604da344effc9e3632c24c0e9efce5]

INTEGRATION: CWS dba205a (1.15.66); FILE MERGED 2006/07/21 13:07:08 fs 1.15.66.1: #i62124# don't call GrabFocus when changing the default button - too much Accessibility noise - any not needed anymore nowadays


2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [8f5a82fc6d59de27cfba4b29cb58d6a3bca8cde6]

INTEGRATION: CWS hr37_SRC680 (1.7.32); FILE MERGED 2006/08/22 12:27:28 hr 1.7.32.1: #i67700#: link UNOTOOLSLIB for all platforms


2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [aa5495fa0cd28a49273324f16b0d519537d2415a]

INTEGRATION: CWS sb56 (1.62.8); FILE MERGED 2006/07/07 09:19:30 sb 1.62.8.1: #i67105# Made code compile (warning-free) with debug=x.


2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [8f8a379e84618beaba49a0c7c4c1e1b258f2e516]

INTEGRATION: CWS sb56 (1.14.12); FILE MERGED 2006/07/26 14:44:23 sb 1.14.12.1: #i67487# Made code warning-free (wntmsci10).


2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [c3aab2e33968fe43adb78a1ab9aa25ca7f5ce4e9]

INTEGRATION: CWS sb56 (1.24.12); FILE MERGED 2006/07/26 14:44:22 sb 1.24.12.1: #i67487# Made code warning-free (wntmsci10).


2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [6989871e408869a47d5c6c5d43cc20cd0bf994ab]

INTEGRATION: CWS sb56 (1.12.34); FILE MERGED 2006/07/26 14:44:22 sb 1.12.34.1: #i67487# Made code warning-free (wntmsci10).


2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [45d089fa7921c53950dfe4a85ddd33f7b1f1ba92]

INTEGRATION: CWS sb56 (1.19.10); FILE MERGED 2006/07/26 14:44:22 sb 1.19.10.1: #i67487# Made code warning-free (wntmsci10).


2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [17d31967c98a9c1ab3b2e6ccd0fbdaf5999ebca6]

INTEGRATION: CWS sb56 (1.91.4); FILE MERGED 2006/07/26 14:35:34 sb 1.91.4.1: #i67487# Made code warning-free (wntmsci10).


2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [a4be92186c518c7344ca562242f75a9010444aed]

INTEGRATION: CWS sb56 (1.7.6); FILE MERGED 2006/07/25 07:52:04 sb 1.7.6.1: #i67105# Made code warning-free for debug=x.


2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [39c66cfb372e029c56f68ba0ccd4f8e33c566221]

INTEGRATION: CWS sb56 (1.6.6); FILE MERGED 2006/07/25 07:52:04 sb 1.6.6.1: #i67105# Made code warning-free for debug=x.


2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [0debd91266976e750ac1159c6f5a8df9716330ff]

INTEGRATION: CWS sb56 (1.13.6); FILE MERGED 2006/07/07 09:16:07 sb 1.13.6.1: #i67105# Made code compile (warning-free) with debug=x.


2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [a96f27365f2aae1fc5ce7a84e9a784cd546b55f5]

INTEGRATION: CWS sb56 (1.70.4); FILE MERGED 2006/07/07 09:15:40 sb 1.70.4.1: #i67105# Made code compile (warning-free) with debug=x.


2006-08-22  Ivo Hinkelmann  <ihi@openoffice.org>  [aedaeb690b9616764a4900f179f358d82d71ab89]

INTEGRATION: CWS atkbridge3_SRC680 (1.4.106); FILE MERGED 2006/08/18 05:08:06 obr 1.4.106.1: #i68713# removed at-spi version check due to Gtk+ adding BIND_LOCAL to the g_module_open call in 2.12 latest


2006-08-22  Ivo Hinkelmann  <ihi@openoffice.org>  [44219b7fae765c7ede515f7963828c99e2b55133]

INTEGRATION: CWS tl26 (1.21.86); FILE MERGED 2006/08/14 11:38:12 os 1.21.86.1: #i68582# InsertEntryToColumn(text,pos,column,userdata) correctly mapped to InsertEntryToColumn(text,parent=0,pos,column,userdata)


2006-08-22  Ivo Hinkelmann  <ihi@openoffice.org>  [0864b4ed01800690cacd45738ab86da81abac976]

INTEGRATION: CWS impress104 (1.17.20); FILE MERGED 2006/08/14 09:50:09 sj 1.17.20.1: #139449# creating bitmask for transparent graphics if possible (instead of using always alphabitmap)


2006-08-17  Vladimir Glazounov  <vg@openoffice.org>  [2b09bc996e79cc484a32f0061593a5f3bac05feb]

#i10000# added missing const


2006-08-17  Vladimir Glazounov  <vg@openoffice.org>  [5e169bcc8a8e4de97000f6bce742130f374d4b33]

#i100000# pInstance_ renamed to m_pInstance


2006-08-16  Vladimir Glazounov  <vg@openoffice.org>  [9182601144aabfa69b2bc5dcce479407dc2b0819]

#100000# class SalData has no member GetDisplay


2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [9431617050aea476c4fe38138e4ecb32ed3dd757]

INTEGRATION: CWS dba30 (1.2.86); FILE MERGED 2006/07/19 12:05:34 fs 1.2.86.4: RESYNC: (1.3-1.4); FILE MERGED 2005/09/30 06:03:55 fs 1.2.86.3: RESYNC: (1.2-1.3); FILE MERGED 2005/04/06 08:28:19 fs 1.2.86.2: #i10000# 2005/04/06 07:07:05 fs 1.2.86.1: #i46768# getPropertyDefaultByHandle signature changed


2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [17fa7dcd46f6e13dd52485d5b390abcae5e94799]

INTEGRATION: CWS dba30 (1.4.82); FILE MERGED 2006/07/19 12:15:57 fs 1.4.82.7: RESYNC: (1.7-1.8); FILE MERGED 2006/03/22 14:16:29 fs 1.4.82.6: #i10000# 2006/03/21 20:19:04 fs 1.4.82.5: RESYNC: (1.6-1.7); FILE MERGED 2006/01/04 11:04:39 fs 1.4.82.4: #i59877# more explanatory error messages when a property value cannot be converted 2005/10/10 10:02:28 fs 1.4.82.3: #i10000# 2005/09/30 06:02:49 fs 1.4.82.2: RESYNC: (1.4-1.6); FILE MERGED 2005/04/06 07:06:59 fs 1.4.82.1: #i46768# make the container dynamic, i.e., you can modify the contained properties at runtime. Needed for implementation of a css.beans.PropertyBag


2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [9178312cce3dd3efde158fdad2a24d65e978c6f1]

INTEGRATION: CWS dba30 (1.3.18); FILE MERGED 2005/09/30 05:42:05 fs 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2005/04/06 07:06:22 fs 1.3.18.1: #i46768# getPropertyDefaultByHandle signature changed


2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4216a4f7c5d1412cc86d456e2781323afd75c93]

INTEGRATION: CWS dba30 (1.2.18); FILE MERGED 2006/03/22 14:16:28 fs 1.2.18.3: #i10000# 2005/09/30 05:41:15 fs 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2005/04/06 07:05:56 fs 1.2.18.1: #i46768# make the container dynamic, i.e., you can modify the contained properties at runtime. Needed for implementation of a css.beans.PropertyBag


2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [63f647110f8a91fa92395aef3ac7224ad2afc563]

INTEGRATION: CWS dba30 (1.7.374); FILE MERGED 2005/09/28 15:57:05 fs 1.7.374.2: RESYNC: (1.7-1.8); FILE MERGED 2005/07/05 08:29:03 fs 1.7.374.1: a drop down line count of 5 is simply too ... ancient nowadays


2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d9bc7f3d0eb6c2b4d049bba50d62df6f492ba0f]

INTEGRATION: CWS dba30 (1.30.66); FILE MERGED 2006/07/19 11:48:32 fs 1.30.66.4: RESYNC: (1.31-1.32); FILE MERGED 2006/05/19 11:32:12 fs 1.30.66.3: #i65535# proper calculation of grid line color 2005/09/28 15:54:34 fs 1.30.66.2: RESYNC: (1.30-1.31); FILE MERGED 2005/05/31 13:57:10 fs 1.30.66.1: grid line color not hard-coded, but dependent on the StyleSettings


2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [48b4bf4fc6487e1549fcf672a69e8938409fc065]

INTEGRATION: CWS dba30 (1.23.30); FILE MERGED 2006/07/19 09:49:57 fs 1.23.30.5: RESYNC: (1.26-1.27); FILE MERGED 2006/05/08 11:19:50 fs 1.23.30.4: RESYNC: (1.25-1.26); FILE MERGED 2005/11/23 09:02:25 fs 1.23.30.3: RESYNC: (1.24-1.25); FILE MERGED 2005/09/29 10:11:31 fs 1.23.30.2: RESYNC: (1.23-1.24); FILE MERGED 2005/08/22 10:22:10 fs 1.23.30.1: if this assertion were in earlier, we would have found #i50188# earlier ...


2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [662a9cb74d019896e4c1ac7d7ad4bf983974b30f]

INTEGRATION: CWS dba30 (1.9.10); FILE MERGED 2006/07/19 09:47:37 fs 1.9.10.3: RESYNC: (1.10-1.11); FILE MERGED 2005/09/29 09:59:24 fs 1.9.10.2: RESYNC: (1.9-1.10); FILE MERGED 2005/03/02 12:08:47 fs 1.9.10.1: #112589# #112588# less tolerance against faulty container operations


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbb9ad9d6ab1d6ad3216a7080e9efaf5104f4e4c]

INTEGRATION: CWS sdfcreater (1.24.6); FILE MERGED 2006/07/26 12:16:07 ihi 1.24.6.1: #i34408# resync fix


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a38ac08fcb08761af4d1d9dc7add1be5a4f2790f]

INTEGRATION: CWS sdfcreater (1.39.6); FILE MERGED 2006/07/26 12:16:06 ihi 1.39.6.1: #i34408# resync fix


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9531804d72354ee645c523267fa5afe0b4bcca23]

INTEGRATION: CWS sdfcreater (1.15.6); FILE MERGED 2006/07/26 12:16:07 ihi 1.15.6.1: #i34408# resync fix


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c685165688726f2aa04737caaafcca42fbab2bf1]

INTEGRATION: CWS sdfcreater (1.14.6); FILE MERGED 2006/07/26 12:16:07 ihi 1.14.6.1: #i34408# resync fix


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8545ef3484e873953513579611975f08a2e2bfa8]

INTEGRATION: CWS sdfcreater (1.5.40); FILE MERGED 2006/07/26 12:16:07 ihi 1.5.40.5: #i34408# resync fix 2006/07/24 12:49:01 ihi 1.5.40.4: #i34408# resync fix 2006/07/12 11:23:56 ihi 1.5.40.3: RESYNC: (1.5-1.6); FILE MERGED 2006/04/03 18:51:33 ihi 1.5.40.2: #i61229# added skip symlinks feature 2006/03/30 13:15:50 ihi 1.5.40.1: #i61229# Use file find to search for l10n files


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [809ab22491aafaf497ba8d45b5b62715800fd98b]

INTEGRATION: CWS sdfcreater (1.39.40); FILE MERGED 2006/07/26 12:16:07 ihi 1.39.40.5: #i34408# resync fix 2006/07/12 11:24:45 ihi 1.39.40.4: RESYNC: (1.40-1.41); FILE MERGED 2006/04/05 13:16:56 ihi 1.39.40.3: RESYNC: (1.39-1.40); FILE MERGED 2006/04/03 19:36:24 ihi 1.39.40.2: #i61229# remove bootstrap dependency 2006/03/30 13:15:50 ihi 1.39.40.1: #i61229# Use file find to search for l10n files


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e136c73d894952d210b54d97d3d926bf786a7cf]

INTEGRATION: CWS sdfcreater (1.41.32); FILE MERGED 2006/07/28 13:52:50 ihi 1.41.32.8: #i61229# Solaris Sparc compiler issues 2006/07/28 12:23:40 ihi 1.41.32.7: #i61229# Sorted module names and file ; Skiped readlicense module 2006/07/26 12:16:06 ihi 1.41.32.6: #i34408# resync fix 2006/07/24 12:49:01 ihi 1.41.32.5: #i34408# resync fix 2006/07/12 11:26:36 ihi 1.41.32.4: RESYNC: (1.41-1.42); FILE MERGED 2006/04/03 19:36:24 ihi 1.41.32.3: #i61229# remove bootstrap dependency 2006/04/03 18:51:33 ihi 1.41.32.2: #i61229# added skip symlinks feature 2006/03/30 13:15:50 ihi 1.41.32.1: #i61229# Use file find to search for l10n files


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a3871e9dd2060ff48a59cb50a8c7e0f5854fb2c]

INTEGRATION: CWS sdfcreater (1.25.6); FILE MERGED 2006/07/26 12:16:06 ihi 1.25.6.1: #i34408# resync fix


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [fccb58ba6bfc98f96d89b073089d358acfdbc053]

INTEGRATION: CWS sdfcreater (1.10.24); FILE MERGED 2006/07/26 12:16:06 ihi 1.10.24.7: #i34408# resync fix 2006/07/25 11:29:20 ihi 1.10.24.6: RESYNC: (1.12-1.13); FILE MERGED 2006/07/12 11:25:17 ihi 1.10.24.5: RESYNC: (1.11-1.12); FILE MERGED 2006/04/05 14:26:43 ihi 1.10.24.4: resync fix 2006/04/05 13:17:25 ihi 1.10.24.3: RESYNC: (1.10-1.11); FILE MERGED 2006/04/03 19:36:24 ihi 1.10.24.2: #i61229# remove bootstrap dependency 2006/03/30 13:15:50 ihi 1.10.24.1: #i61229# Use file find to search for l10n files


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [956ad9b8bed06823e88dddf831eb459dc8cbad5a]

INTEGRATION: CWS sdfcreater (1.6.24); FILE MERGED 2006/07/12 11:25:00 ihi 1.6.24.3: RESYNC: (1.7-1.8); FILE MERGED 2006/04/05 13:17:10 ihi 1.6.24.2: RESYNC: (1.6-1.7); FILE MERGED 2006/04/03 19:36:24 ihi 1.6.24.1: #i61229# remove bootstrap dependency


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c73a2b7ca26ba207716903dd277a6fc5b595f1e]

INTEGRATION: CWS sdfcreater (1.1.2); FILE ADDED 2006/07/28 12:23:40 ihi 1.1.2.2: #i61229# Sorted module names and file ; Skiped readlicense module 2006/03/30 13:15:50 ihi 1.1.2.1: #i61229# Use file find to search for l10n files


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [922a57f33134eb6a40c0146c04949c50d65eb4f0]

INTEGRATION: CWS sdfcreater (1.32.32); FILE MERGED 2006/07/28 13:52:50 ihi 1.32.32.6: #i61229# Solaris Sparc compiler issues 2006/07/26 12:16:06 ihi 1.32.32.5: #i34408# resync fix 2006/07/12 11:23:49 ihi 1.32.32.4: RESYNC: (1.33-1.34); FILE MERGED 2006/04/05 13:16:25 ihi 1.32.32.3: RESYNC: (1.32-1.33); FILE MERGED 2006/04/03 19:36:24 ihi 1.32.32.2: #i61229# remove bootstrap dependency 2006/03/30 13:15:49 ihi 1.32.32.1: #i61229# Use file find to search for l10n files


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [97b7af28af34f7846653eb68695291818feea6e3]

INTEGRATION: CWS sdfcreater (1.48.30); FILE MERGED 2006/07/26 12:16:06 ihi 1.48.30.5: #i34408# resync fix 2006/07/12 11:27:21 ihi 1.48.30.4: RESYNC: (1.49-1.51); FILE MERGED 2006/04/05 13:19:17 ihi 1.48.30.3: RESYNC: (1.48-1.49); FILE MERGED 2006/04/03 19:36:24 ihi 1.48.30.2: #i61229# remove bootstrap dependency 2006/03/30 13:15:49 ihi 1.48.30.1: #i61229# Use file find to search for l10n files


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [50527a5e49af0c45e332bc36bda5698e344c4b43]

INTEGRATION: CWS sdfcreater (1.1.2); FILE ADDED 2006/07/28 12:23:40 ihi 1.1.2.5: #i61229# Sorted module names and file ; Skiped readlicense module 2006/07/24 12:49:01 ihi 1.1.2.4: #i34408# resync fix 2006/04/13 17:46:09 ihi 1.1.2.3: full qualification fix 2006/04/03 18:51:33 ihi 1.1.2.2: #i61229# added skip symlinks feature 2006/03/30 13:15:49 ihi 1.1.2.1: #i61229# Use file find to search for l10n files


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [40f139c557778caa651481c1727a431ee41ac365]

INTEGRATION: CWS sdfcreater (1.13.12); FILE MERGED 2006/04/04 13:51:17 ihi 1.13.12.1: #i63958# add new switch to modify extract date


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a31b24dd8961f49902059164ad8d1548804440cc]

INTEGRATION: CWS sdfcreater (1.9.2); FILE MERGED 2006/07/26 12:16:05 ihi 1.9.2.3: #i34408# resync fix 2006/07/12 11:23:15 ihi 1.9.2.2: RESYNC: (1.9-1.11); FILE MERGED 2006/04/05 14:32:16 ihi 1.9.2.1: #i63852# gcc4 fix, removed class name from method declaration


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6edf3802caed5125c1594456317497ff782fa849]

INTEGRATION: CWS sdfcreater (1.3.40); FILE MERGED 2006/07/26 12:16:05 ihi 1.3.40.5: #i34408# resync fix 2006/07/12 11:22:09 ihi 1.3.40.4: RESYNC: (1.3-1.4); FILE MERGED 2006/04/03 19:36:23 ihi 1.3.40.3: #i61229# remove bootstrap dependency 2006/04/03 18:51:33 ihi 1.3.40.2: #i61229# added skip symlinks feature 2006/03/30 13:15:49 ihi 1.3.40.1: #i61229# Use file find to search for l10n files


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [068d6a2d551ad74e7e31fb5f31ac73860eaca3f7]

INTEGRATION: CWS sdfcreater (1.7.6); FILE MERGED 2006/07/26 12:16:05 ihi 1.7.6.1: #i34408# resync fix


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8506df37501951fdffd57c2c3c093f789143910b]

INTEGRATION: CWS sdfcreater (1.6.6); FILE MERGED 2006/07/26 12:16:05 ihi 1.6.6.1: #i34408# resync fix


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb673451acc311b191a56233cad7b2bf3893225b]

INTEGRATION: CWS sdfcreater (1.16.6); FILE MERGED 2006/07/28 12:23:39 ihi 1.16.6.5: #i61229# Sorted module names and file ; Skiped readlicense module 2006/07/26 12:16:05 ihi 1.16.6.4: #i34408# resync fix 2006/07/12 11:23:22 ihi 1.16.6.3: RESYNC: (1.17-1.19); FILE MERGED 2006/04/05 13:16:15 ihi 1.16.6.2: RESYNC: (1.16-1.17); FILE MERGED 2006/03/30 13:15:48 ihi 1.16.6.1: #i61229# Use file find to search for l10n files


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [994e221941ddeb462a091a3e49ff009339ffd867]

INTEGRATION: CWS npower2 (1.36.218); FILE MERGED 2006/06/27 14:28:33 npower 1.36.218.4: RESYNC: (1.37-1.39); FILE MERGED 2006/04/27 14:58:12 npower 1.36.218.3: RESYNC: (1.36-1.37); FILE MERGED 2006/03/24 17:20:05 npower 1.36.218.2: #i63576# change fallback order 2006/03/24 12:32:16 npower 1.36.218.1: #i63576# change fallback fonts


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [86c9ab711488a1a4b2403dcec49f41320f08594a]

INTEGRATION: CWS ause061 (1.2.36); FILE MERGED 2006/07/10 13:47:19 hjs 1.2.36.1: #i67188# rewrite dependency on generation tool


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ab8ead8c9cd966286f77a5968dc00e2d0a694c9]

INTEGRATION: CWS ause061 (1.5.70); FILE MERGED 2006/08/09 10:15:40 hjs 1.5.70.2: #67188# get application name right 2006/07/10 13:47:18 hjs 1.5.70.1: #i67188# rewrite dependency on generation tool


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6b687e0fee04a0187efd2c85b41e398e7f63470]

INTEGRATION: CWS ause061 (1.8.46); FILE MERGED 2006/07/12 10:01:40 hjs 1.8.46.1: #i67264# cleanup java targets


2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b33a0b96e8176accf97ca1161a7a71072974806c]

INTEGRATION: CWS c03v5_SRC680 (1.27.16); FILE MERGED 2006/07/28 09:20:54 rt 1.27.16.1: #138337# proper implementation of IsDataBase (joined from CWS c03v4).


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3e7656a6e17d1b9f31e7ceb3f45d0a508b0c2f6]

INTEGRATION: CWS svp01 (1.1.2); FILE ADDED 2006/08/03 10:33:30 pl 1.1.2.5: flush 2006/07/25 12:48:36 thb 1.1.2.4: #i10000# Unfortunately, SunCC does not grok static_casts for function ptrs - had to revert this to old-style casts. 2006/07/25 11:21:33 pl 1.1.2.3: make outdevgrind compile and link 2006/07/19 09:40:55 thb 1.1.2.2: #i67536# Changed order of numbers 2006/07/19 09:16:35 thb 1.1.2.1: #i67536# OutDev profiling harness added


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b77b233803b3607fae454d532aca33e3acb6507]

INTEGRATION: CWS svp01 (1.12.280); FILE MERGED 2006/07/25 13:39:55 thb 1.12.280.4: #i10000# Windows puts obj files into different directory 2006/07/25 11:21:33 pl 1.12.280.3: make outdevgrind compile and link 2006/07/25 10:19:20 pl 1.12.280.2: RESYNC: (1.12-1.13); FILE MERGED 2006/07/19 09:16:35 thb 1.12.280.1: #i67536# OutDev profiling harness added


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [04ecbe6858a59ad1e0c5f7d81f5540144abcf1f7]

INTEGRATION: CWS svp01 (1.13.220); FILE MERGED 2006/06/27 13:02:06 pl 1.13.220.2: RESYNC: (1.13-1.14); FILE MERGED 2006/05/22 16:35:34 pl 1.13.220.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [571fba14f987d7421f0c67dba0bb64c7ca45d30a]

INTEGRATION: CWS svp01 (1.204.40); FILE MERGED 2006/07/25 10:17:50 pl 1.204.40.3: RESYNC: (1.205-1.207); FILE MERGED 2006/06/27 13:01:33 pl 1.204.40.2: RESYNC: (1.204-1.205); FILE MERGED 2006/05/22 16:35:34 pl 1.204.40.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [71d4c784f5d03fb581a17411217a577570610226]

INTEGRATION: CWS svp01 (1.18.228); FILE MERGED 2006/08/01 15:36:45 pl 1.18.228.4: acquire yield mutex of instance in all cases 2006/06/27 13:01:08 pl 1.18.228.3: RESYNC: (1.18-1.19); FILE MERGED 2006/06/09 13:54:41 pl 1.18.228.2: #135265# do not open an X connection in headless case 2006/05/22 16:35:34 pl 1.18.228.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ddbf7981f0dd32415a2e70d6f7a87773d8ea203]

INTEGRATION: CWS svp01 (1.13.80); FILE MERGED 2006/05/22 16:35:33 pl 1.13.80.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [abe513b4e96bd46ab69f06d5fabde62969a0bd7a]

INTEGRATION: CWS svp01 (1.40.88); FILE MERGED 2006/07/25 10:17:31 pl 1.40.88.3: RESYNC: (1.41-1.42); FILE MERGED 2006/06/27 12:59:50 pl 1.40.88.2: RESYNC: (1.40-1.41); FILE MERGED 2006/05/22 16:35:33 pl 1.40.88.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [48753acf24b325ffc716a27dbb5dce68cac92883]

INTEGRATION: CWS svp01 (1.15.280); FILE MERGED 2006/06/27 12:59:41 pl 1.15.280.2: RESYNC: (1.15-1.16); FILE MERGED 2006/05/22 16:35:33 pl 1.15.280.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [11c8ab0a713ffe0c1b9b98399541c925f24c271e]

INTEGRATION: CWS svp01 (1.30.80); FILE MERGED 2006/06/27 12:59:10 pl 1.30.80.2: RESYNC: (1.30-1.31); FILE MERGED 2006/05/22 16:35:33 pl 1.30.80.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [af9b3b78f6ede13dba4fbbd0305742577cba0027]

INTEGRATION: CWS svp01 (1.41.82); FILE MERGED 2006/07/25 10:17:23 pl 1.41.82.3: RESYNC: (1.42-1.43); FILE MERGED 2006/06/27 12:59:01 pl 1.41.82.2: RESYNC: (1.41-1.42); FILE MERGED 2006/05/22 16:35:33 pl 1.41.82.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ea91b5ce3a9ce321c2b9eb392f50b2ce5ef94a3]

INTEGRATION: CWS svp01 (1.20.78); FILE MERGED 2006/07/25 10:17:16 pl 1.20.78.3: RESYNC: (1.21-1.22); FILE MERGED 2006/06/27 12:58:39 pl 1.20.78.2: RESYNC: (1.20-1.21); FILE MERGED 2006/05/22 16:35:33 pl 1.20.78.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc97be35092d11aa6c190e1a95ecc69fe450ec2e]

INTEGRATION: CWS svp01 (1.26.110); FILE MERGED 2006/05/22 16:35:32 pl 1.26.110.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fa6832c421076fa24ac7ba6ab21e7a37e1ef980]

INTEGRATION: CWS svp01 (1.25.222); FILE MERGED 2006/06/27 12:53:30 pl 1.25.222.2: RESYNC: (1.25-1.26); FILE MERGED 2006/05/22 16:35:32 pl 1.25.222.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [08e07a9cc0c3f2cb367ef825927b9095d3e09dc2]

INTEGRATION: CWS svp01 (1.10.280); FILE MERGED 2006/05/22 16:35:32 pl 1.10.280.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [166de3372772d824df74f0827f72ad757d55dcab]

INTEGRATION: CWS svp01 (1.27.278); FILE MERGED 2006/07/25 10:17:08 pl 1.27.278.3: RESYNC: (1.28-1.29); FILE MERGED 2006/06/27 12:56:57 pl 1.27.278.2: RESYNC: (1.27-1.28); FILE MERGED 2006/05/22 16:35:32 pl 1.27.278.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ae5760ffddbcfa5c20f92fed6a206bc968f066e]

INTEGRATION: CWS svp01 (1.72.80); FILE MERGED 2006/07/25 10:17:01 pl 1.72.80.3: RESYNC: (1.74-1.77); FILE MERGED 2006/06/27 12:56:36 pl 1.72.80.2: RESYNC: (1.72-1.74); FILE MERGED 2006/05/22 16:35:32 pl 1.72.80.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ec211e7d1d2e684aaf76c360f06b8758b9e5a99]

INTEGRATION: CWS svp01 (1.42.218); FILE MERGED 2006/07/25 10:16:52 pl 1.42.218.4: RESYNC: (1.43-1.45); FILE MERGED 2006/06/27 15:43:16 pl 1.42.218.3: removed a warning 2006/06/27 12:56:22 pl 1.42.218.2: RESYNC: (1.42-1.43); FILE MERGED 2006/05/22 16:35:31 pl 1.42.218.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [33270206830d75d89f6924ac3c720d9750982880]

INTEGRATION: CWS svp01 (1.30.182); FILE MERGED 2006/06/27 12:54:38 pl 1.30.182.2: RESYNC: (1.30-1.32); FILE MERGED 2006/05/22 16:35:31 pl 1.30.182.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff7eeaad61069fdbdaa75581894ff53988ccdf32]

INTEGRATION: CWS svp01 (1.35.182); FILE MERGED 2006/06/27 12:54:16 pl 1.35.182.2: RESYNC: (1.35-1.36); FILE MERGED 2006/05/22 16:35:31 pl 1.35.182.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [52d22050c5c02c7a5e72a605a69e528b23ed9554]

INTEGRATION: CWS svp01 (1.12.88); FILE MERGED 2006/07/25 10:16:35 pl 1.12.88.3: RESYNC: (1.13-1.15); FILE MERGED 2006/06/27 12:53:21 pl 1.12.88.2: RESYNC: (1.12-1.13); FILE MERGED 2006/05/22 16:35:31 pl 1.12.88.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [5327b4bc394af6661a9871e28b13c681c3779dd9]

INTEGRATION: CWS svp01 (1.11.180); FILE MERGED 2006/07/25 10:16:12 pl 1.11.180.3: RESYNC: (1.12-1.13); FILE MERGED 2006/06/27 12:53:09 pl 1.11.180.2: RESYNC: (1.11-1.12); FILE MERGED 2006/05/22 16:35:30 pl 1.11.180.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe4b6087151ef17115a63a6a09db5fb5daa9fe2b]

INTEGRATION: CWS svp01 (1.5.280); FILE MERGED 2006/05/22 16:35:30 pl 1.5.280.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5c151adc542fcebf55ec294f56d126c1f967935]

INTEGRATION: CWS svp01 (1.6.222); FILE MERGED 2006/05/22 16:35:30 pl 1.6.222.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [335fe5fd819d0a127c91a9a57a0ef3db753a678b]

INTEGRATION: CWS svp01 (1.4.280); FILE MERGED 2006/06/27 12:52:47 pl 1.4.280.2: RESYNC: (1.4-1.5); FILE MERGED 2006/05/22 16:35:30 pl 1.4.280.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [c23389b890c50bb78f17c5644d9ad116a8b19513]

INTEGRATION: CWS svp01 (1.14.220); FILE MERGED 2006/05/22 16:35:29 pl 1.14.220.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c9c91ce4e4dee342e0e362e06b7adbb8a0e0910]

INTEGRATION: CWS svp01 (1.7.174); FILE MERGED 2006/06/27 12:50:16 pl 1.7.174.2: RESYNC: (1.7-1.8); FILE MERGED 2006/05/22 16:35:29 pl 1.7.174.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [e600ed41724807bf44b90ce918f61bb987696c72]

INTEGRATION: CWS svp01 (1.47.40); FILE MERGED 2006/07/25 10:15:37 pl 1.47.40.3: RESYNC: (1.49-1.51); FILE MERGED 2006/06/27 12:50:07 pl 1.47.40.2: RESYNC: (1.47-1.49); FILE MERGED 2006/05/22 16:35:29 pl 1.47.40.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2bd15df7b5b3662a36c596d7e98be813bef9c01]

INTEGRATION: CWS svp01 (1.27.18); FILE MERGED 2006/07/25 10:15:27 pl 1.27.18.3: RESYNC: (1.28-1.30); FILE MERGED 2006/06/27 12:49:54 pl 1.27.18.2: RESYNC: (1.27-1.28); FILE MERGED 2006/05/22 16:35:27 pl 1.27.18.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [5406c1f76a1cd6fbe0f3c2203ed353d14d58a888]

INTEGRATION: CWS svp01 (1.13.18); FILE MERGED 2006/06/27 12:49:18 pl 1.13.18.2: RESYNC: (1.13-1.14); FILE MERGED 2006/05/22 16:35:26 pl 1.13.18.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [e47d039942851c07ab9d85cb0c16977984f4bb48]

INTEGRATION: CWS svp01 (1.21.220); FILE MERGED 2006/07/25 10:15:13 pl 1.21.220.3: RESYNC: (1.23-1.25); FILE MERGED 2006/06/27 12:49:08 pl 1.21.220.2: RESYNC: (1.21-1.23); FILE MERGED 2006/05/22 16:35:26 pl 1.21.220.1: #135265# free plugin abstraction of dependency on X11 specific SalData


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [3172bf825510edda6d403d4249de26fe2c74868b]

INTEGRATION: CWS svp01 (1.22.86); FILE MERGED 2006/06/27 12:34:13 pl 1.22.86.2: RESYNC: (1.22-1.23); FILE MERGED 2006/06/13 10:41:08 pl 1.22.86.1: #135265# SalGraphics helper method


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [716c5be131d9f26811326719a7aecf1d4421c7e3]

INTEGRATION: CWS svp01 (1.93.8); FILE MERGED 2006/07/25 10:13:13 pl 1.93.8.2: RESYNC: (1.93-1.96); FILE MERGED 2006/07/24 16:32:44 pl 1.93.8.1: #138338# update graphics state befor emitting transparency groups (e.g. clipping!)


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcd848a560d25485aee0f94972207fe8739cdabc]

INTEGRATION: CWS svp01 (1.23.82); FILE MERGED 2006/06/27 12:26:35 pl 1.23.82.2: RESYNC: (1.23-1.24); FILE MERGED 2006/05/26 14:37:47 pl 1.23.82.1: solve a compiler ambiguity


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [c532e942cc31a792d202a2d1b077ae5f14c7d183]

INTEGRATION: CWS svp01 (1.9.12); FILE MERGED 2006/08/03 10:49:12 pl 1.9.12.2: fix a warning 2006/08/01 17:26:39 pl 1.9.12.1: be prepared for scanlines not 32bit aligned


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [282ad759c4d8bae93e052f38603cef3f38237c1f]

INTEGRATION: CWS svp01 (1.14.56); FILE MERGED 2006/06/27 12:22:02 pl 1.14.56.2: RESYNC: (1.14-1.15); FILE MERGED 2006/05/26 14:37:14 pl 1.14.56.1: #135265# create Bitmap from SalBitmap


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ace7fbb660499ad37f7bc2081829a8870aefc90]

INTEGRATION: CWS svp01 (1.66.10); FILE MERGED 2006/07/25 10:11:00 pl 1.66.10.2: RESYNC: (1.66-1.67); FILE MERGED 2006/07/24 09:21:48 pl 1.66.10.1: safety net


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [65d6049ea1851601688b27e9105d70f884bb3f3e]

INTEGRATION: CWS svp01 (1.47.56); FILE MERGED 2006/05/22 16:35:26 pl 1.47.56.2: #135265# free plugin abstraction of dependency on X11 specific SalData 2006/05/19 15:10:05 pl 1.47.56.1: #135265# export some more headers


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [023dac9edc2735ed8319eff292da8ad4f78adc3b]

INTEGRATION: CWS svp01 (1.77.12); FILE MERGED 2006/07/25 10:06:36 pl 1.77.12.3: RESYNC: (1.78-1.79); FILE MERGED 2006/06/27 11:41:34 pl 1.77.12.2: RESYNC: (1.77-1.78); FILE MERGED 2006/06/09 13:52:10 pl 1.77.12.1: #135265# do not open an X connection in headless case


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f184972fabad9c89f867b6bfcfaebb47a3f3857]

INTEGRATION: CWS svp01 (1.67.6); FILE MERGED 2006/06/27 11:37:22 pl 1.67.6.2: RESYNC: (1.67-1.70); FILE MERGED 2006/06/09 13:19:34 pl 1.67.6.1: #135265# do not open an X connection in headless case


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [62053f64b4c06a93dbd709de7ef8ce5bf5f376fb]

INTEGRATION: CWS svp01 (1.5.20); FILE MERGED 2006/06/27 14:15:51 pl 1.5.20.3: remove a warning 2006/06/27 11:33:41 pl 1.5.20.2: RESYNC: (1.5-1.6); FILE MERGED 2006/05/31 14:06:25 thb 1.5.20.1: #i65904# Extracted cohen-sutherland rect clip tooling into exported header (needed for basebmp)


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [6976d6bad038fc36d52e75c372797b00909a6e38]

INTEGRATION: CWS svp01 (1.2.18); FILE MERGED 2006/05/31 14:06:25 thb 1.2.18.1: #i65904# Extracted cohen-sutherland rect clip tooling into exported header (needed for basebmp)


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8d911737ea2f08a610903143a25cf58155d0f2d]

INTEGRATION: CWS svp01 (1.27.18); FILE MERGED 2006/05/31 14:06:25 thb 1.27.18.1: #i65904# Extracted cohen-sutherland rect clip tooling into exported header (needed for basebmp)


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb86716b2f3fc2b1432b34cfaf58129b49737040]

INTEGRATION: CWS svp01 (1.1.2); FILE ADDED 2006/05/31 14:37:43 thb 1.1.2.2: #i65904# Forgot return value 2006/05/31 14:08:53 thb 1.1.2.1: #i65904# Extracted cohen-sutherland rect clip tooling into exported header (needed for basebmp)


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [a61279c3c89d4e595022ab0f7736789a9b341f52]

INTEGRATION: CWS onelinefix (1.21.4); FILE MERGED 2006/08/10 09:30:58 gh 1.21.4.1: #i68313#


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [8dc7a04ff67ded580d3ef0214be9173f2667090b]

INTEGRATION: CWS swqbf82 (1.80.88); FILE MERGED 2006/08/09 14:33:52 hdu 1.80.88.1: #i24517# move OutputDevice::Stretchtext fix to CWS swqbf82


2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [c927e1c055effb6c7c35290f04b51106840653dc]

INTEGRATION: CWS swqbf82 (1.11.18); FILE MERGED 2006/08/09 18:56:04 fme 1.11.18.1: #b6439097# Expanded underline portion - second try


2006-08-09  Rüdiger Timm  <rt@openoffice.org>  [6a03f46cafafb02f6179309b02341e9ea61cc64c]

#i68273# 'graphictools.hxx' has been moved to vcl.


2006-08-09  Rüdiger Timm  <rt@openoffice.org>  [b7f4900b1395cdf43e2a6a55858ab0cd386884dc]

#i68273# 'graphictools.hxx' has been moved to vcl.


2006-08-08  Ivo Hinkelmann  <ihi@openoffice.org>  [c6d894375103739113746ae4bff1a26773eb35ea]

#i10000# #i68251# Event handle removed


2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [dc823ed6fd87a31d002fa4e4c6e50436c744c247]

INTEGRATION: CWS dba204c (1.2.14); FILE MERGED 2006/07/26 08:29:55 fs 1.2.14.1: #i67595# added construction from Sequence< PropertyValue >


2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a155e63210ce1b6db32e8f9f977b0dd62a246ca9]

INTEGRATION: CWS dba204c (1.61.24); FILE MERGED 2006/07/27 11:02:36 fs 1.61.24.2: RESYNC: (1.61-1.62); FILE MERGED 2006/07/20 10:39:27 fs 1.61.24.1: dispose the notifier thread, else it stays alive forever


2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [ab0517314ad77c48852fc90b06a05cb56e64ef5e]

INTEGRATION: CWS thbpp4 (1.7.44); FILE MERGED 2006/07/26 21:16:30 thb 1.7.44.5: #i67433# Slightly more robust: only set AGG_VERSION, if actually set in environment. The internal agg otherwise has a fallback to set the version itself 2006/07/17 15:18:03 thb 1.7.44.4: #i67433# Also removing agg from the link line, when disabled 2006/07/16 20:54:48 thb 1.7.44.3: #i67433# Moved AGG_VERSION define into conditionalized part 2006/07/16 20:45:53 thb 1.7.44.2: #i67433# One can now disable usage of agg completely 2006/07/11 10:33:47 thb 1.7.44.1: #i65318# Applied rene's patch


2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [27d350b4512354b075a6be07c4289025c2145d26]

INTEGRATION: CWS thbpp4 (1.2.10); FILE MERGED 2006/07/11 10:33:47 thb 1.2.10.1: #i65318# Applied rene's patch


2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [e5e0238bf2ae7644348e54791360d6777546b61c]

INTEGRATION: CWS thbpp4 (1.5.10); FILE MERGED 2006/07/26 15:15:01 thb 1.5.10.3: RESYNC: (1.5-1.6); FILE MERGED 2006/07/12 11:02:43 rene 1.5.10.2: fix #if 2006/07/11 10:33:47 thb 1.5.10.1: #i65318# Applied rene's patch


2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [30e79fe9eea25c38c76a802c1bdd4344b7e5bbc8]

INTEGRATION: CWS a11y204 (1.2.100); FILE MERGED 2006/07/24 09:34:52 obr 1.2.100.1: #i67715# make use of XAccessibleTextAttributes


2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [157f9ccd15eda6f1b1eb6b398d0eba8db6a02f7e]

INTEGRATION: CWS kdesettings3 (1.62.20); FILE MERGED 2006/07/21 12:53:51 kendy 1.62.20.1: #i66204# Don't link with KDE libraries in Gnome (and v.v.)


2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [3ade58a799140808ed2f68c3dce3acaa75c6db42]

INTEGRATION: CWS ab27 (1.50.62); FILE MERGED 2006/07/21 11:56:50 mt 1.50.62.1: #i63506# Check word boundary after call to previosWord


2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [1da5c6a468fec342e09a88c4c661316a19a5ec8c]

INTEGRATION: CWS gh12b (1.51.30); FILE MERGED 2006/08/02 17:49:39 pl 1.51.30.1: #i67013# it seems that issue 36582 can occur outside the bean, too. Hope this does not break activation handling somehow


2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [de3b31236e2b41805759bec5610aa91b35d0634c]

INTEGRATION: CWS gh12b (1.4.12); FILE MERGED 2006/08/03 07:46:54 gh 1.4.12.1: #137575# #i66349#no KIDS and limited length for GID/LID


2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [9027e96436ba344d3c8a578febfbefba74cf1075]

INTEGRATION: CWS gh12b (1.19.12); FILE MERGED 2006/08/03 07:46:54 gh 1.19.12.1: #137575# #i66349#no KIDS and limited length for GID/LID


2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [cc3c61eb5bb2792e5e7700187a3b142019bed9d3]

INTEGRATION: CWS onlineupdate3 (1.29.26); FILE MERGED 2006/07/31 12:15:56 obr 1.29.26.1: #i67981# workaround to get yellow bubble help windows


2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a5d621afb5e5773059971b340e001d940e2c9be7]

INTEGRATION: CWS onlineupdate3 (1.238.24); FILE MERGED 2006/07/26 06:31:45 dv 1.238.24.1: Added null pointer check in GetSystemWindow()


2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [381aa7569b530cb4bc34ce8d699fb71300df2240]

INTEGRATION: CWS onlineupdate3 (1.138.24); FILE MERGED 2006/07/19 14:46:19 pl 1.138.24.4: #138145# changed callback handling of menubarbuttons 2006/07/18 07:28:00 dv 1.138.24.3: Removed one more warning 2006/07/17 17:31:04 pl 1.138.24.2: #138145# add: SetMenuBarButtonHighlightHdl, GetMenuBarButtonRectPixel 2006/07/03 15:13:24 pl 1.138.24.1: #i66774# additional buttons in decotoolbar


2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [20ad7b3ff1956ad8d45394ee8e30f8a861e4f26d]

INTEGRATION: CWS libft01 (1.129.54); FILE MERGED 2006/07/14 09:37:40 hdu 1.129.54.2: #i67318# ignore requests for absurd font sizes 2006/07/14 07:47:51 hdu 1.129.54.1: #i67318# adjust to newer freetype conventions


2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [ddd3067da63a509a0cc717d90a04581b2aba9ee8]

INTEGRATION: CWS swqbf76 (1.10.68); FILE MERGED 2006/07/26 12:24:56 od 1.10.68.2: #138464# method <HTMLParser::ScanText(..)> 	 - revise fix due to performance. 2006/07/26 09:37:40 od 1.10.68.1: #138464# method <HTMLParser::ScanText(..)> 	 - handle hexadecimal digits in special character encoding - &<digit>;


2006-08-03  Kurt Zenker  <kz@openoffice.org>  [cfa67bd50d2b2d2387ee7cf675e32bcdc0f0c218]

#i68110# use sal_uInt32 instead of ULONG to prevent build breaks on x86-64


2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [d174d070772dc91832c29077c85a46a48af6fc15]

INTEGRATION: CWS vcl64 (1.17.18); FILE MERGED 2006/08/02 10:00:43 pl 1.17.18.1: #i68020# use UTF8 for keysym replacements


2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [f8e1440edecfa0bc15fd9022a588ec043eb0d737]

INTEGRATION: CWS vcl64 (1.51.26); FILE MERGED 2006/07/31 13:24:15 pl 1.51.26.1: #i67969# filter keyreleases, too, as does gtk text entry


2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [1a401fdb4328d1ef7cf5edcb1b9cb165e30cf1fa]

INTEGRATION: CWS vcl64 (1.96.24); FILE MERGED 2006/07/31 11:35:09 pl 1.96.24.1: #i67856# encrypt palette


2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [6755879926edafa90b2473d88d12c32142c31b64]

INTEGRATION: CWS vcl64 (1.62.4); FILE MERGED 2006/07/31 09:35:34 dv 1.62.4.1: #138878# Empty labels don't clear default label of ok-buttons any longer


2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [01719222f179e8cb7c7e27e6411883a02d0f7a90]

INTEGRATION: CWS impress100 (1.25.72); FILE MERGED 2006/07/31 09:09:14 af 1.25.72.2: #i56656# Made graphictools.cxx be compiled with exceptions enabled. 2006/07/27 14:23:12 sj 1.25.72.1: #i56656# graphictools has been moved from svtools to vcl


2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [212897309e065853ea3cb967f7a1fddcdcb546f8]

INTEGRATION: CWS impress100 (1.17.72); FILE MERGED 2006/07/27 14:39:09 sj 1.17.72.1: #i56656# svt/graphictools has been moved from svtools to vcl, mirroring/rotation of svm metafiles is now working properly


2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [c1c4d0d867725320480215ec564c6539aa9c4745]

INTEGRATION: CWS impress100 (1.1.2); FILE ADDED 2006/07/27 14:22:10 sj 1.1.2.1: #i56656# graphictools.hxx has been moved from svtools to vcl


2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [4331a1fee65cddde6f347fdfad026a7504abcc60]

INTEGRATION: CWS impress100 (1.19.24); FILE MERGED 2006/07/27 14:39:09 sj 1.19.24.1: #i56656# svt/graphictools has been moved from svtools to vcl, mirroring/rotation of svm metafiles is now working properly


2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [6710b8f458e5bfd8b98fe1ee14828ee1fa3c2e11]

INTEGRATION: CWS impress100 (1.47.134); FILE MERGED 2006/07/27 14:23:34 sj 1.47.134.1: #i56656# graphictools has been moved from svtools to vcl


2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [f087ff5766e958b7a66a26d89ed29281269727c7]

INTEGRATION: CWS impress100 (1.29.14); FILE MERGED 2006/07/27 14:42:40 sj 1.29.14.1: #i56656# svt/graphictools has been moved from svtools to vcl to allow proper mirroring/rotation of svm metafiles


2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [20d2db85dd9166e97d0e2aba6ed54c89295024ad]

INTEGRATION: CWS impress100 (1.35.68); FILE MERGED 2006/07/27 14:24:56 sj 1.35.68.1: #i56656# graphictools has been moved from svtools to vcl


2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [9ecd6f35b0ba95e5c5ead1f0a16b4ec49c28dc64]

INTEGRATION: CWS impress100 (1.134.66); FILE MERGED 2006/07/27 14:25:36 sj 1.134.66.1: #i56656# graphictools has been moved from svtools to vcl


2006-08-02  Kurt Zenker  <kz@openoffice.org>  [fb8f8740b323e498fe7ac179d24bc50fbe363061]

#i10000# prevent warnings


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [1a607ce9573f671db27c83779d84540c02903092]

INTEGRATION: CWS numberx204 (1.69.60); FILE MERGED 2006/07/25 15:03:49 er 1.69.60.1: GetExactDateOrder: it got unnoticed all the time that the 3rd shift was 16 instead of 8 bits, it wasn't used yet in ImpSvNumberInputScan::GetDateRef()


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [4260656a71260c52af1ecc2e16d1c18d999c4ba1]

INTEGRATION: CWS numberx204 (1.62.60); FILE MERGED 2006/07/25 13:36:29 er 1.62.60.1: ImpInitCurrencyTable: in debug-only breakpoint code use the variable to silence the warning-error ...


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [b95c88f36dc225009ba13f1e668459eb1f915197]

INTEGRATION: CWS numberx204 (1.41.60); FILE MERGED 2006/07/25 15:19:27 er 1.41.60.2: #i63692# GetDateRef: always recognize January 02 2003 input as MDY, except if matching against a MYD format applied 2006/07/21 10:32:31 er 1.41.60.1: #134326# GetNextNumber: conditional check to not access one uninitialized value to satisfy Valgrind; the return values in these cases were never used though, call is only part of a don't-care-state flow in IsNumberFormatMain


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [b23cdef49c79fa44deff18423d7e46411021d69d]

INTEGRATION: CWS macosx204fixes (1.27.16); FILE MERGED 2006/07/26 22:22:32 ericb 1.27.16.3: #i67231# macosx204fixes better fix to use all .ttf fonts on Mac OS X 2006/07/19 20:37:08 ericb 1.27.16.2: #i67231# macosx204fixes some cosmetic changes in helper.cxx 2006/07/19 20:35:27 ericb 1.27.16.1: #i67231# macosx204fixes add system fonts dirs to make all system .ttf existing available on Mac OS X


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [8789b73bc66c5aa6277282ef9d29d10688e99094]

INTEGRATION: CWS macosx204fixes (1.6.286); FILE MERGED 2006/07/12 23:32:43 ericb 1.6.286.1: #i66587# macosx204fixes fix missing -lutl when building svdem in svdem in svtools. Verified on WIN and MACOSX


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [7059898fe01ce5177c38b07da072f71cec64c479]

INTEGRATION: CWS pj55 (1.6.10); FILE MERGED 2006/07/18 07:01:23 pjanik 1.6.10.1: #i67354#: give explicit int type to prevent warnings.


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [8ba9a52d5b1fa5f529a93752240f3c751c1473b5]

INTEGRATION: CWS pj55 (1.15.10); FILE MERGED 2006/07/18 06:59:47 pjanik 1.15.10.1: #i67354#: give explicit int type to prevent warnings.


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [2a56cba5453c1be34cee82ac187e399234ca26ea]

INTEGRATION: CWS pj55 (1.10.8); FILE MERGED 2006/07/18 06:58:20 pjanik 1.10.8.1: #i67354#: ifdef optimize pragma for _MSC_VER only.


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [0b80adc2fdd58dc2d660c9cc69b8c343e2587e6e]

INTEGRATION: CWS pj55 (1.3.290); FILE MERGED 2006/07/18 06:39:54 pjanik 1.3.290.1: #i67404#: Remove obsolete #pragma SEG_EOFMODULE.


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [6d31444a22ab059784835828ae648e5b7027bb88]

INTEGRATION: CWS pj55 (1.7.54); FILE MERGED 2006/07/18 06:53:19 pjanik 1.7.54.1: #i67402#: Assign value to prevent warnings.


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [64d9c1e01e535465a653423f8c03833c7b7d7a42]

INTEGRATION: CWS pj55 (1.32.54); FILE MERGED 2006/07/24 20:51:22 pjanik 1.32.54.2: RESYNC: (1.32-1.33); FILE MERGED 2006/07/18 06:43:42 pjanik 1.32.54.1: #i67401#: ifdef optimize pragma for _MSC_VER only.


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [ca4c5b9853ad7eba8d2acb9956ee29a79aaa580d]

INTEGRATION: CWS pj55 (1.23.58); FILE MERGED 2006/07/26 12:57:46 pjanik 1.23.58.1: #i67400#: Add more exceptions files.


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [f3879f02a497d85f75cba704f64fad861943170f]

INTEGRATION: CWS pj55 (1.25.58); FILE MERGED 2006/07/20 09:05:17 pjanik 1.25.58.1: #i67400#: add impprn.cxx into exceptions files.


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [72bec7d03fe9a3e33a1b488952b20c3134edef40]

INTEGRATION: CWS pj55 (1.18.2); FILE MERGED 2006/07/18 07:02:46 pjanik 1.18.2.1: #i67354#: prevent warnings when compiled without CUPS.


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [1d7f8c55084ddeb76c5df71800bb8dbd7269d284]

INTEGRATION: CWS fwk40 (1.5.240); FILE MERGED 2006/06/30 13:34:53 mav 1.5.240.3: RESYNC: (1.5-1.6); FILE MERGED 2006/05/29 14:29:56 mav 1.5.240.2: #i64621# integrate patch 2006/05/29 14:25:43 mav 1.5.240.1: #i64621# integrate patch


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [940c5b37910f5c4314aefc250ebd702c95f05ac9]

INTEGRATION: CWS kdeheaders (1.15.14); FILE MERGED 2006/07/28 14:48:01 ebischoff 1.15.14.1: Wrapping all KDE includes in a single header


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [06fd160034cbc705882a224d9c0e8cfe4789e6aa]

INTEGRATION: CWS kdeheaders (1.7.258); FILE MERGED 2006/07/29 13:41:54 pjanik 1.7.258.1: #i66722#: disable shadow warnings for gcc.


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [c3ba212e15493ad3306a4d7b30237b69e7a99bbb]

INTEGRATION: CWS kdeheaders (1.13.42); FILE MERGED 2006/07/28 14:48:01 ebischoff 1.13.42.1: Wrapping all KDE includes in a single header


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [59e5a51fd9ed0a5a6726ac0e40482c45a4ec5074]

INTEGRATION: CWS kdeheaders (1.1.2); FILE ADDED 2006/07/28 14:48:01 ebischoff 1.1.2.1: Wrapping all KDE includes in a single header


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [bcf7a9bfd8e23f60e2b85d38aac1c3e91caaa494]

INTEGRATION: CWS kdeheaders (1.47.136); FILE MERGED 2006/07/28 14:48:00 ebischoff 1.47.136.1: Wrapping all KDE includes in a single header


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [948e9d66922cb0e6babfa9f6c9e63d6b33479677]

INTEGRATION: CWS sixtyfour07 (1.2.2); FILE MERGED 2006/07/26 14:14:33 thb 1.2.2.1: #i67798# Correcting license header


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [bc6cedebf35a049d8fdc5edda24c20e200029ebc]

INTEGRATION: CWS sixtyfour07 (1.3.2); FILE MERGED 2006/07/26 14:14:33 thb 1.3.2.1: #i67798# Correcting license header


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [4903be9260d9f6d955208588225dd5073897b4a0]

INTEGRATION: CWS locdat204 (1.34.6); FILE MERGED 2006/07/24 15:49:13 er 1.34.6.3: #i66568# add Luxembourgish_Luxemburg (lb_LU) locale data; contributed by Michel Weimerskirch <michel_w@ooo> 2006/07/19 17:04:46 er 1.34.6.2: #i61383# add Farsi/Persian (fa_IR) locale data; contributed by Farzaneh Sarafraz <farzanehs@ooo> 2006/07/18 17:53:49 er 1.34.6.1: #i65373# add Kazakh_Kazakhstan (kk_KZ) locale data; contributed by Rail Aliev <rail@ooo>


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [17b03288da517086b4f25da6c02f68ed96443ad1]

INTEGRATION: CWS locdat204 (1.11.8); FILE MERGED 2006/07/19 17:04:45 er 1.11.8.2: #i61383# add Farsi/Persian (fa_IR) locale data; contributed by Farzaneh Sarafraz <farzanehs@ooo> 2006/07/18 17:53:49 er 1.11.8.1: #i65373# add Kazakh_Kazakhstan (kk_KZ) locale data; contributed by Rail Aliev <rail@ooo>


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [ab9ec9d951ebab4e9ea4a82f27fb34e2e6c03231]

INTEGRATION: CWS locdat204 (1.15.22); FILE MERGED 2006/07/24 15:49:13 er 1.15.22.1: #i66568# add Luxembourgish_Luxemburg (lb_LU) locale data; contributed by Michel Weimerskirch <michel_w@ooo>


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [578163b405b778e991527e23beec46b6f1858817]

INTEGRATION: CWS locdat204 (1.1.2); FILE ADDED 2006/07/24 15:49:13 er 1.1.2.1: #i66568# add Luxembourgish_Luxemburg (lb_LU) locale data; contributed by Michel Weimerskirch <michel_w@ooo>


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [84db63c375425b27115adaa63918f47c067b7f01]

INTEGRATION: CWS locdat204 (1.1.2); FILE ADDED 2006/07/18 17:54:34 er 1.1.2.1: #i65373# add Kazakh_Kazakhstan (kk_KZ) locale data; contributed by Rail Aliev <rail@ooo>


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [319eb5c7bc9eddc303e335c7d281352fb4b395cb]

INTEGRATION: CWS locdat204 (1.1.2); FILE ADDED 2006/07/19 17:04:45 er 1.1.2.1: #i61383# add Farsi/Persian (fa_IR) locale data; contributed by Farzaneh Sarafraz <farzanehs@ooo>


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [4e79d0ee336cca2c64358c3cf38a6fddfbda7f72]

INTEGRATION: CWS locdat204 (1.13.26); FILE MERGED 2006/07/24 14:26:36 er 1.13.26.1: #i65342# Danish includes W now in the index section


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [e808e19d313a588862a5ef2bfaa1d809c6eb9b3b]

INTEGRATION: CWS locdat204 (1.42.8); FILE MERGED 2006/07/24 15:49:13 er 1.42.8.3: #i66568# add Luxembourgish_Luxemburg (lb_LU) locale data; contributed by Michel Weimerskirch <michel_w@ooo> 2006/07/19 17:04:45 er 1.42.8.2: #i61383# add Farsi/Persian (fa_IR) locale data; contributed by Farzaneh Sarafraz <farzanehs@ooo> 2006/07/18 17:53:49 er 1.42.8.1: #i65373# add Kazakh_Kazakhstan (kk_KZ) locale data; contributed by Rail Aliev <rail@ooo>


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [e2d0e0c0d59426319ab31b0d1f9d7fce6d423512]

INTEGRATION: CWS vcl63 (1.80.40); FILE MERGED 2006/07/19 16:20:16 pl 1.80.40.1: #i65412# compile options for Xsun vs Xorg on Solaris


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [a735d2ca5cc6cdf7047f28f995d06feb52930be8]

INTEGRATION: CWS vcl63 (1.76.8); FILE MERGED 2006/07/26 09:30:01 pl 1.76.8.2: RESYNC: (1.76-1.77); FILE MERGED 2006/07/19 16:20:16 pl 1.76.8.1: #i65412# compile options for Xsun vs Xorg on Solaris


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [2f1eeeb9779adc7dea3cd71969341e104b108444]

INTEGRATION: CWS vcl63 (1.23.64); FILE MERGED 2006/07/19 16:20:16 pl 1.23.64.1: #i65412# compile options for Xsun vs Xorg on Solaris


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5b597f67e1bcbbc7b96ab9e19a25649a4abc5c23]

INTEGRATION: CWS vcl63 (1.238.64); FILE MERGED 2006/07/21 14:21:59 pl 1.238.64.1: #i67656# give TABDIALOG windows the DIALOG SalFrameStyle


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [3446f5e6afb60c24b69346b178d53c014ff7a708]

INTEGRATION: CWS impress99 (1.14.22); FILE MERGED 2006/07/26 10:29:23 cl 1.14.22.2: RESYNC: (1.14-1.16); FILE MERGED 2006/07/21 12:07:15 sj 1.14.22.1: #i60479# alpha channel now also working with palette pictures


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [0626b0dc2a46029a413ec858c275ede728548c32]

INTEGRATION: CWS impress99 (1.13.12); FILE MERGED 2006/07/24 14:38:47 sj 1.13.12.1: #i66996# now always creating EPSReplacementComments, so newly inserted EPS graphics can properly be detected


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [526200375093d00bfd8c5c0c271401ea8e15a9c6]

INTEGRATION: CWS bserver14 (1.2.34); FILE MERGED 2006/07/31 15:12:30 kz 1.2.34.1: #131066# get buidlist from master


2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [6cb96a7892690bf75875371d3035ca910efd82e5]

INTEGRATION: CWS bserver14 (1.3.66); FILE MERGED 2006/07/31 13:49:44 kz 1.3.66.2: RESYNC: (1.3-1.4); FILE MERGED 2006/06/26 13:08:22 kz 1.3.66.1: #131066# get buidlist from master


2006-07-28  Thorsten Behrens  <thb@openoffice.org>  [65432c42f78fa6195883fd3da0f4f85cca0e407c]

#i65904# Made code compile warning-free for MSVC; removed inline statement from the longer functions


2006-07-28  Thorsten Behrens  <thb@openoffice.org>  [c30db34909178055d3e8116e06d745065885885a]

#i10000# Minor build fixes (forgot the SunCC-only templates)


2006-07-27  Thorsten Behrens  <thb@openoffice.org>  [d77f9e45792a0d25a8688efbf61be71bbb01be2a]

#i65904# Dumped basegfx polygon raster converter in favor of a specialized solution; constructing all accessors with passed parameter now for the BitmapRenderer; significantly improved test coverage for polygon rasterizing


2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [744dea973f26d3cda98ba65dd7da6cae19fc745b]

#i10000# ImplEnumMonitorProc: unreferenced formal parameter.


2006-07-26  Vladimir Glazounov  <vg@openoffice.org>  [7d62ce88c3f67922bab5c3c732e3b7a04377ab6f]

new version for SRC680


2006-07-26  Vladimir Glazounov  <vg@openoffice.org>  [c6ac7a1acac539b9381c0d1c8d59f9892c614990]

new version for SRC680


2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [835cebcfd69d1b7842d94251b4f77b17be09b913]

INTEGRATION: CWS jl41 (1.2.48); FILE MERGED 2006/07/24 13:37:09 jl 1.2.48.2: #i67587# use UnoType::get rather then getCppuType 2006/07/24 13:19:59 jl 1.2.48.1: #i67587# use UnoType::get rather then getCppuType


2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [49e36041488a2b8cdfc2b4b76c06b3f7617c0baa]

INTEGRATION: CWS c06v2_SRC680 (1.6.278); FILE MERGED 2006/05/17 17:11:45 pl 1.6.278.1: #136025# add multiscreen query


2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [eea669eaa539542d3e25ac48c7b678040adf8113]

INTEGRATION: CWS c06v2_SRC680 (1.9.162); FILE MERGED 2006/05/17 17:11:45 pl 1.9.162.1: #136025# add multiscreen query


2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [064e5ce353fd26e7055377209b9885eec664f82e]

INTEGRATION: CWS c06v2_SRC680 (1.11.278); FILE MERGED 2006/05/17 12:49:48 pl 1.11.278.1: #136025# get screen dimensions


2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [f7942665f14517d60fcda3217d4e861cb34552d5]

INTEGRATION: CWS c06v2_SRC680 (1.5.278); FILE MERGED 2006/05/17 12:49:47 pl 1.5.278.1: #136025# get screen dimensions


2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [be0ec9b6fab146f3893849a274f463d0045340f7]

INTEGRATION: CWS c06v2_SRC680 (1.64.38); FILE MERGED 2006/05/29 08:40:29 rt 1.64.38.2: RESYNC: (1.64-1.64.22.1); FILE MERGED 2006/05/17 12:49:47 pl 1.64.38.1: #136025# get screen dimensions


2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [0d4077ab9c91b4dc8b76fb45a14106d451d337b0]

INTEGRATION: CWS pb16 (1.2.242); FILE MERGED 2006/05/30 08:31:33 pb 1.2.242.1: fix: #i65279# only show tooltip if helpmode is BALLOON or QUICK


2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [d04cadb6d9edf5297e4bb0c9ec0b64dbb76a0fad]

INTEGRATION: CWS pb16 (1.64.70); FILE MERGED 2006/07/11 08:07:23 pb 1.64.70.2: RESYNC: (1.64-1.65); FILE MERGED 2006/05/31 09:51:09 pb 1.64.70.1: fix: #i64609# DoQuickSearch(): pEntry could be NULL


2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [01275ba391bf70a2bad37f36467b6518a4dfb0fa]

INTEGRATION: CWS nolibart (1.13.6); FILE MERGED 2006/07/25 22:02:31 rene 1.13.6.1: #i67738# fix --without-gpc build


2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [ceefdfdeeccb0b25622a04412c43e3a9576b1497]

INTEGRATION: CWS nolibart (1.12.30); FILE MERGED 2006/07/25 22:02:31 rene 1.12.30.1: #i67738# fix --without-gpc build


2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [5fb53940ef2aeda5d360e49c8c845b19cc617fe8]

INTEGRATION: CWS dba204b (1.238.42); FILE MERGED 2006/07/17 10:05:16 fs 1.238.42.1: #i65420# ImplGrabFocus: check aDogTag.IsDelete after calling ImplCallPreNotify (we might have been destroyed in the PreNotify handler)


2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [99d7bc303d228c737aad55023e782b6d2f6cf51e]

INTEGRATION: CWS dba204b (1.5.42); FILE MERGED 2006/07/13 13:32:13 fs 1.5.42.2: #i10000# 2006/07/11 14:10:09 fs 1.5.42.1: #i63262# allow to execute with timeout


2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [228ec964a860ce27aaaac75e83fced5d457af7f5]

INTEGRATION: CWS dba204b (1.21.42); FILE MERGED 2006/07/11 14:10:04 fs 1.21.42.1: #i63262# when executing the assertion message box in another thread, ensure that we do not wait infinitely


2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [d17cefb4b9fd079646bcd53d720329cac4180b8b]

INTEGRATION: CWS dba204b (1.8.34); FILE MERGED 2006/07/14 06:29:21 fs 1.8.34.2: #i10000# 2006/07/07 10:21:42 fs 1.8.34.1: #i65958# be notified when our dialog is deleted by somebody else


2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [88ed43078f924c3135542cc85c055aeb759120ad]

INTEGRATION: CWS dba204b (1.72.34); FILE MERGED 2006/07/14 14:13:57 fs 1.72.34.1: #i65040# the whole mutex thingie herein is flawed .... fixed #i65040# by introducing the SolarMutex in yet another place


2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [4ce745740f76e96960bd2f19c05743db3e4fdecc]

INTEGRATION: CWS swqbf71 (1.10.44); FILE MERGED 2006/07/19 10:32:27 fme 1.10.44.1: #b6439097# Do not underline the space behind the last character of an expanded portion


2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [c5e466c097bb6393dc952116402069d4d74417f4]

INTEGRATION: CWS rt15 (1.5.2); FILE MERGED 2006/06/27 09:13:39 rt 1.5.2.1: #i54459# CVS history removed from file.


2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [0aa2fd70284a88cf9b1ca0b8ab9a5ddbd182ea04]

INTEGRATION: CWS rt15 (1.4.50); FILE MERGED 2006/06/27 09:13:38 rt 1.4.50.1: #i54459# CVS history removed from file.


2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [c18e777da1013833374ca2bd7174858774cae220]

INTEGRATION: CWS rt15 (1.3.50); FILE MERGED 2006/06/27 09:13:38 rt 1.3.50.1: #i54459# CVS history removed from file.


2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [1574da6ebe896a6f00e1560cb1d29bb3d77e0680]

INTEGRATION: CWS rt15 (1.6.50); FILE MERGED 2006/06/27 09:13:38 rt 1.6.50.1: #i54459# CVS history removed from file.


2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [0445604f5387b53a8944f72bb55cce717cd7d10e]

INTEGRATION: CWS rt15 (1.3.256); FILE MERGED 2006/06/27 10:18:41 rt 1.3.256.1: #i54459# CVS history removed from file.


2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [2467e033d2e0e377741b66db7a8d3b81be268eda]

INTEGRATION: CWS rt15 (1.3.256); FILE MERGED 2006/06/27 10:18:40 rt 1.3.256.1: #i54459# CVS history removed from file.


2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [377fa0ef102eb327ce9664b85fc67c0733d1ea38]

INTEGRATION: CWS rt15 (1.4.256); FILE MERGED 2006/06/27 10:18:40 rt 1.4.256.1: #i54459# CVS history removed from file.


2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [00f82317caab23132ced5cad5b2ab9fa87cfb038]

INTEGRATION: CWS pj56 (1.6.334); FILE MERGED 2006/07/20 11:11:55 pjanik 1.6.334.1: #i62563#: Do not include deprecated unxmacxp_protos.h.


2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [58331ef443bd23a6dff658f87fd2ea8bef3cba24]

INTEGRATION: CWS pj56 (1.13.14); FILE MERGED 2006/07/20 11:11:21 pjanik 1.13.14.1: #i62563#: Do not include deprecated unxmacxp_protos.h.


2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [240ac3fb24bf7d0b26d4adc351fa0bfda6a9db00]

INTEGRATION: CWS pj56 (1.37.14); FILE MERGED 2006/07/20 11:10:34 pjanik 1.37.14.1: #i62563#: Do not include deprecated unxmacxp_protos.h.


2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [d74725043b95f20210411c5c95ea99e41da46087]

INTEGRATION: CWS rt15 (1.5.104); FILE MERGED 2006/06/27 09:19:40 rt 1.5.104.1: #i54459# CVS history removed from file.


2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [1544871f980a6125adca6d28b7bba68e1a771976]

INTEGRATION: CWS casesensicfgmerge (1.23.16); FILE MERGED 2006/07/17 09:48:14 ihi 1.23.16.2: RESYNC: (1.23-1.24); FILE MERGED 2006/07/10 15:07:14 ihi 1.23.16.1: #i59175# officecfg case sensitiv gid/lids


2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [4bb2f71f6ddb03c362ae810d80af65f13b856e30]

INTEGRATION: CWS casesensicfgmerge (1.38.16); FILE MERGED 2006/07/17 09:49:51 ihi 1.38.16.2: RESYNC: (1.38-1.39); FILE MERGED 2006/07/10 15:07:13 ihi 1.38.16.1: #i59175# officecfg case sensitiv gid/lids


2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [29de2b0959ac6fbb8d830c0a589bef579da2dbfb]

INTEGRATION: CWS casesensicfgmerge (1.18.12); FILE MERGED 2006/07/17 09:44:48 ihi 1.18.12.2: RESYNC: (1.18-1.19); FILE MERGED 2006/07/10 15:07:13 ihi 1.18.12.1: #i59175# officecfg case sensitiv gid/lids


2006-07-21  Thorsten Behrens  <thb@openoffice.org>  [2e0b16b19ba5a19b1ad28de1eddccb4a6ad0a6fd]

#i65904# Compiler compatibility changes: made the BOOST_NO_MEMBER_TEMPLATE_FRIENDS path actually work; added SunCC kludge for nested template as function template parameter problem; corrected blend_functor specialization to make msvc happy


2006-07-21  Vladimir Glazounov  <vg@openoffice.org>  [64e6fc7542ff817a75806c23d2daf1ea40534e53]

new version for SRC680


2006-07-21  Kurt Zenker  <kz@openoffice.org>  [d8ce5b4d2e987690d657998b8609038c8f79220b]

#i10000# depend on boost


2006-07-20  Kurt Zenker  <kz@openoffice.org>  [707d8e9dcae729abe024372ec59458fc5763719c]

INTEGRATION: CWS sb55 (1.33.20); FILE MERGED 2006/07/12 14:35:56 sb 1.33.20.1: #i65518# Added INET_PROT_SMB (based on a patch by radekdoulik).


2006-07-20  Kurt Zenker  <kz@openoffice.org>  [50ffc1086f5bab8d94fa061eb6fd23060526e524]

INTEGRATION: CWS sb55 (1.56.20); FILE MERGED 2006/07/12 14:35:55 sb 1.56.20.1: #i65518# Added INET_PROT_SMB (based on a patch by radekdoulik).


2006-07-20  Kurt Zenker  <kz@openoffice.org>  [6dc3b082703eb8ebc2f60eedfe0f7f268afbbc6d]

INTEGRATION: CWS vcl62 (1.24.10); FILE MERGED 2006/07/18 16:32:57 pl 1.24.10.1: #i67367# avoid busy loop


2006-07-20  Kurt Zenker  <kz@openoffice.org>  [85779f670296f96f970469a7576951589722f16a]

INTEGRATION: CWS vcl62 (1.39.58); FILE MERGED 2006/07/18 16:57:44 pl 1.39.58.1: #i65382# catch missing font configuration


2006-07-20  Kurt Zenker  <kz@openoffice.org>  [773b4d54779ceee9fb015785caf936d8a2d703c7]

INTEGRATION: CWS localisation13 (1.7.36); FILE MERGED 2006/07/11 12:25:59 ihi 1.7.36.1: #i67223# rscpp dies caused by too small token buffer


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [b6fe9f3bc5433eff7a8eecf5a28bac6a21dcc45d]

INTEGRATION: CWS warningfixes02 (1.7.8); FILE MERGED 2006/06/30 12:31:17 sb 1.7.8.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [a684b906c39df3ad0e5b0f05b65d629d8a03ece4]

INTEGRATION: CWS warningfixes02 (1.7.8); FILE MERGED 2006/06/30 12:31:16 sb 1.7.8.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [d3f974099484659e80156ee50132a0ac2a983470]

INTEGRATION: CWS warningfixes02 (1.7.8); FILE MERGED 2006/07/03 06:44:08 sb 1.7.8.1: #i66723# Disable MSC warning 4273 (bison problem?).


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [c9589a65369d7d788d31eefb34153bee09df4267]

INTEGRATION: CWS warningfixes02 (1.10.8); FILE MERGED 2006/06/30 12:31:16 sb 1.10.8.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [96d751b99a7e9d3235ccd64fcd369e656a58693a]

INTEGRATION: CWS warningfixes02 (1.9.4); FILE MERGED 2006/06/30 12:30:51 sb 1.9.4.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [99268f3e54315d7e63dbf0a12db498b18f90ec54]

INTEGRATION: CWS warningfixes02 (1.11.10); FILE MERGED 2006/06/30 12:21:30 sb 1.11.10.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [f1d716ef4e846ed51c9075b68d0602c10e03a05c]

INTEGRATION: CWS warningfixes02 (1.20.12); FILE MERGED 2006/06/30 12:20:42 sb 1.20.12.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [94c926fc8355f9e302cb9bad91ac30e23039cbd6]

INTEGRATION: CWS warningfixes02 (1.15.12); FILE MERGED 2006/06/30 12:20:42 sb 1.15.12.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [153c11b9810d66f3fcb1b329a92e09bad1774257]

INTEGRATION: CWS warningfixes02 (1.11.12); FILE MERGED 2006/06/30 12:20:42 sb 1.11.12.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [913947dd79b0a17abf2f72bb79ae3decad134df3]

INTEGRATION: CWS warningfixes02 (1.41.12); FILE MERGED 2006/06/30 12:20:41 sb 1.41.12.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [a355fda4077c572fde6349df77bc82a3baa5f71b]

INTEGRATION: CWS warningfixes02 (1.7.12); FILE MERGED 2006/06/30 12:20:41 sb 1.7.12.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [84c21ae34e140e9de90c7770dbdcc5f339dbe31b]

INTEGRATION: CWS warningfixes02 (1.11.12); FILE MERGED 2006/06/30 12:20:41 sb 1.11.12.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [69ee1a6def8e48d9bda98fab56cac183eeff19fb]

INTEGRATION: CWS warningfixes02 (1.32.12); FILE MERGED 2006/06/30 12:20:40 sb 1.32.12.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [774042ee39b8454828b913133877c1fa8d499cfe]

INTEGRATION: CWS warningfixes02 (1.8.12); FILE MERGED 2006/06/30 12:20:40 sb 1.8.12.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [5d6d70b5648a671d6909a57cb382b495668a940e]

INTEGRATION: CWS warningfixes02 (1.205.18); FILE MERGED 2006/06/30 12:18:47 sb 1.205.18.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [041d3cc29575abcda0a7c5f45541f0b2395fef87]

INTEGRATION: CWS warningfixes02 (1.19.20); FILE MERGED 2006/06/30 12:18:47 sb 1.19.20.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [4c1c6867c2b9d8d8945dfb1084e3ddd5315b0760]

INTEGRATION: CWS warningfixes02 (1.42.18); FILE MERGED 2006/06/30 12:18:47 sb 1.42.18.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [1235556e9e5402a2a7d348ab0341b8071bb8b489]

INTEGRATION: CWS warningfixes02 (1.74.16); FILE MERGED 2006/06/30 12:18:46 sb 1.74.16.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [37dbf7b05355ffe198d843da821f321e8f2efd7f]

INTEGRATION: CWS warningfixes02 (1.43.18); FILE MERGED 2006/06/30 12:18:46 sb 1.43.18.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [edd8d9aeedf105de71b4d02abdf481b340d15af2]

INTEGRATION: CWS warningfixes02 (1.15.20); FILE MERGED 2006/06/30 12:18:46 sb 1.15.20.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [7fc96aba5bcd24c757c29aafb9ec2b9dbd010c34]

INTEGRATION: CWS warningfixes02 (1.1.2); FILE ADDED 2006/06/30 12:18:46 sb 1.1.2.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [36cfb9b343900be164be522d5e598f55e376634a]

INTEGRATION: CWS warningfixes02 (1.5.20); FILE MERGED 2006/06/30 12:18:45 sb 1.5.20.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [5dcf49912e5de3cc1253793cc458a30be71404fc]

INTEGRATION: CWS warningfixes02 (1.36.20); FILE MERGED 2006/06/30 12:18:45 sb 1.36.20.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [ab9ea99f6cff039152cd4ef9ef375034bf6aaf08]

INTEGRATION: CWS warningfixes02 (1.14.18); FILE MERGED 2006/06/30 12:18:44 sb 1.14.18.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [c03887b94ca75c7d2a7eda46b051cc05f7fd94a0]

INTEGRATION: CWS warningfixes02 (1.39.20); FILE MERGED 2006/06/30 12:18:44 sb 1.39.20.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [4016badeb5452d969b57da43a466d899c1fd82c5]

INTEGRATION: CWS warningfixes02 (1.31.140); FILE MERGED 2006/06/30 12:18:44 sb 1.31.140.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [59ddb81669b0396633b20ffa5b3025159aeb469c]

INTEGRATION: CWS warningfixes02 (1.11.2); FILE MERGED 2006/06/30 11:57:38 sb 1.11.2.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [7f239af300d5fda29e4093d0a332bd307e8f2c47]

INTEGRATION: CWS warningfixes02 (1.8.2); FILE MERGED 2006/06/30 11:57:38 sb 1.8.2.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [ec9ec8010ccd4195a73be72106ee37969d4fb7f6]

INTEGRATION: CWS warningfixes02 (1.23.2); FILE MERGED 2006/06/30 11:57:37 sb 1.23.2.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [375a80f2a36d1bd18beec5cb644306ca0f5c1226]

INTEGRATION: CWS warningfixes02 (1.7.2); FILE MERGED 2006/06/30 11:57:37 sb 1.7.2.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [8fcfbce9e91392604051d2ac0750c60581083c89]

INTEGRATION: CWS warningfixes02 (1.2.32); FILE MERGED 2006/06/30 11:57:37 sb 1.2.32.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [5c206a3ac834aacca5841ba9e9eadbc2c9032920]

INTEGRATION: CWS warningfixes02 (1.23.2); FILE MERGED 2006/06/30 11:57:36 sb 1.23.2.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [c419700cbd8cf2a1b5dda4ce96a3bf0d5d946728]

INTEGRATION: CWS warningfixes02 (1.6.2); FILE MERGED 2006/06/30 11:57:36 sb 1.6.2.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [3bf51aabc07062da72d29546968bfa08a37a928d]

INTEGRATION: CWS warningfixes02 (1.12.4); FILE MERGED 2006/06/30 11:55:56 sb 1.12.4.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [45d7070ad8429d1c73d03dd4723933622045bf76]

INTEGRATION: CWS warningfixes02 (1.19.4); FILE MERGED 2006/06/30 11:55:55 sb 1.19.4.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [a9d6f6f85d8f78540863dc530f6e8694edf5c0a0]

INTEGRATION: CWS warningfixes02 (1.47.6); FILE MERGED 2006/06/30 11:50:54 sb 1.47.6.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [1e82b2ac315121356c17a361feb9fb7f4047de5b]

INTEGRATION: CWS warningfixes02 (1.6.6); FILE MERGED 2006/06/30 11:50:54 sb 1.6.6.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [b2ef58778878cbffcc84dc6b8e036e168290d22e]

INTEGRATION: CWS warningfixes02 (1.7.108); FILE MERGED 2006/06/30 11:50:54 sb 1.7.108.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [1e7c8747f06b89568e74e2c4c40ce0e8e7e3b69d]

INTEGRATION: CWS warningfixes02 (1.54.6); FILE MERGED 2006/06/30 11:50:53 sb 1.54.6.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [a02921b377646d8f187a1a133ae40f7f2ee41597]

INTEGRATION: CWS warningfixes02 (1.61.6); FILE MERGED 2006/06/30 11:50:53 sb 1.61.6.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [22031699e1cb6cf21af48d5994f7bd3e82cf1ae1]

INTEGRATION: CWS warningfixes02 (1.4.6); FILE MERGED 2006/06/30 11:50:53 sb 1.4.6.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [3e6de6f93618273dd93445f3f7842b9a802385bf]

INTEGRATION: CWS warningfixes02 (1.5.2); FILE MERGED 2006/06/30 11:49:29 sb 1.5.2.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [b855bc19fa3cce8a2ccd675a208f405017ac991a]

INTEGRATION: CWS warningfixes02 (1.3.2); FILE MERGED 2006/06/30 11:49:29 sb 1.3.2.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [cd41e3b0b41e3db6c02d9550b13f69527e0791a7]

#i10000# without empty line


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [c962b6091fc2fc46cc8c3a26c2966fadab2e20df]

#i10000# back to version 1.1


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [a62fb9764e1f3366f60df2a07c8a998671511b1d]

INTEGRATION: CWS vcl61 (1.100.26); FILE MERGED 2006/07/13 10:40:04 pl 1.100.26.2: RESYNC: (1.100-1.101); FILE MERGED 2006/07/06 09:22:56 hdu 1.100.26.1: #i61271# when displaying huge fonts we have to disable font scaling


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [ffc9af31a024056eca053dac880238b72357d101]

INTEGRATION: CWS vcl61 (1.80.28); FILE MERGED 2006/07/06 09:22:56 hdu 1.80.28.1: #i61271# when displaying huge fonts we have to disable font scaling


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [f585f45d9d1692f55cc1f42c4f579bd766208641]

INTEGRATION: CWS vcl61 (1.13.26); FILE MERGED 2006/07/13 10:33:50 pl 1.13.26.2: RESYNC: (1.13-1.14); FILE MERGED 2006/07/10 16:55:38 pl 1.13.26.1: #i63426# jump over disabled menu items


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [c45ee3a81c279e824cf50e28e4d052d936487552]

INTEGRATION: CWS vcl61 (1.28.26); FILE MERGED 2006/07/13 10:30:56 pl 1.28.26.2: RESYNC: (1.28-1.29); FILE MERGED 2006/07/10 16:55:38 pl 1.28.26.1: #i63426# jump over disabled menu items


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [e8f88a14e490c76121d147c172ee36632c1cac18]

INTEGRATION: CWS vcl61 (1.108.28); FILE MERGED 2006/07/11 14:40:48 pl 1.108.28.1: #i66998# register DelData before calling notifier


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [c886b1e86d9f019334ab113c0d3d60dfc5f0b618]

INTEGRATION: CWS vcl61 (1.138.28); FILE MERGED 2006/07/13 14:13:40 pl 1.138.28.4: fix a warning on windows 2006/07/10 16:55:37 pl 1.138.28.3: #i63426# jump over disabled menu items 2006/07/10 16:11:40 pl 1.138.28.2: #i67123# MENU_FLAG_SHOWCHECKIMAGES 2006/07/10 15:25:00 pl 1.138.28.1: #i67196# bring back native check and radio height


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [9249369e34f7e439c1f34a61c2f14c0f1c65f738]

INTEGRATION: CWS vcl61 (1.10.28); FILE MERGED 2006/07/12 08:44:38 pl 1.10.28.1: #137795# protect against exceptions in service instantiation


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [22cf235778a680de71dd88fea979c4a0a4c020c3]

INTEGRATION: CWS vcl61 (1.20.28); FILE MERGED 2006/07/10 17:21:35 pl 1.20.28.1: #i67023# fix setting hack


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [971834e613bb45bfd79ae735cd81b46eacc889f7]

INTEGRATION: CWS vcl61 (1.62.28); FILE MERGED 2006/07/10 16:55:37 pl 1.62.28.1: #i63426# jump over disabled menu items


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [f7e9440632b64c88210535fc4ddd057ce227bddb]

INTEGRATION: CWS vcl61 (1.7.110); FILE MERGED 2006/07/12 17:04:16 pl 1.7.110.1: #i66758# fix a warning


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [a5b71a99b72bf6fd4d07676ff8aa166d2eb998c8]

INTEGRATION: CWS vcl61 (1.26.46); FILE MERGED 2006/07/12 17:03:52 pl 1.26.46.1: #i66758# ImplHideSelect can get called with itemid 1 even if 1 is not a valid item id


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [d5667b7fd8ff952b448818625af23ab89b932428]

INTEGRATION: CWS kendy12 (1.2.38); FILE MERGED 2006/07/14 13:28:43 kendy 1.2.38.1: #i67374# x86-64 buildfix.


2006-07-19  Kurt Zenker  <kz@openoffice.org>  [dbb9135e32282e6041120b7b03a8dc3baa85241c]

INTEGRATION: CWS tl23 (1.44.14); FILE MERGED 2006/06/30 12:13:01 tl 1.44.14.1: #i66790# broken use of OUString c-tor fixed


2006-07-17  Oliver Bolte  <obo@openoffice.org>  [400e059bb034f2c3944fea35c6effb92223541e4]

#i10000# don't build qa directory (thb)


2006-07-15  Vladimir Glazounov  <vg@openoffice.org>  [8b543ae1bb0a19ca3568fe6c2dd1aed1316999cc]

new version for SRC680


2006-07-14  Vladimir Glazounov  <vg@openoffice.org>  [f4f2bf50de6ffda05f50a512652758b19265c38d]

new version for SRC680


2006-07-14  Thorsten Behrens  <thb@openoffice.org>  [514303c874f44e870dae7c5004979937e585a822]

#i65904# Replaced vigra::resizeImageNoInterpolation() with own scaleImage() - the case size <2 does happen sometimes


2006-07-14  Oliver Bolte  <obo@openoffice.org>  [4abf1f712b2863be39312b281181e351099d9365]

INTEGRATION: CWS macosxkbd (1.205.20); FILE MERGED 2006/07/02 16:18:53 ericb 1.205.20.1: #i58750# macosxkbd fix caps lock bug, remap ALT with mod5


2006-07-14  Oliver Bolte  <obo@openoffice.org>  [f6b4197c669ed847a37cab9e0a7c753cf3641135]

INTEGRATION: CWS macosxkbd (1.74.18); FILE MERGED 2006/07/02 16:18:17 ericb 1.74.18.1: #i58750# macosxkbd fix caps lock bug, remap ALT with mod5


2006-07-14  Oliver Bolte  <obo@openoffice.org>  [500b7335ee442537983619163b624d20f2c2e5ce]

INTEGRATION: CWS macosxkbd (1.34.22); FILE MERGED 2006/07/02 16:17:53 ericb 1.34.22.1: #i58750# macosxkbd fix caps lock bug, remap ALT with mod5


2006-07-14  Oliver Bolte  <obo@openoffice.org>  [e535ca9394b888fd51608b4ed03d8ad7d1bcae25]

INTEGRATION: CWS macosxkbd (1.49.18); FILE MERGED 2006/07/02 16:19:28 ericb 1.49.18.1: #i58750# macosxkbd fix caps lock bug, remap ALT with mod5


2006-07-14  Oliver Bolte  <obo@openoffice.org>  [1385c7d1c4962cf19844a7ea00635f7340e70393]

INTEGRATION: CWS macosxkbd (1.108.22); FILE MERGED 2006/07/02 16:17:14 ericb 1.108.22.1: #i58750# macosxkbd fix caps lock bug, remap ALT with mod5


2006-07-14  Oliver Bolte  <obo@openoffice.org>  [3d1185766c94d6838687e5d6d4987cd0b01cc14e]

INTEGRATION: CWS macosxkbd (1.8.22); FILE MERGED 2006/07/02 16:17:14 ericb 1.8.22.1: #i58750# macosxkbd fix caps lock bug, remap ALT with mod5


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [4e7241d885d4b7ea28e2d6fb71f207eecdf52a4c]

INTEGRATION: CWS dba204a (1.5.26); FILE MERGED 2006/07/05 07:58:42 oj 1.5.26.2: RESYNC: (1.5-1.6); FILE MERGED 2006/06/09 09:20:23 fs 1.5.26.1: respect terminations done from within the callback


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [f8c3de2707c8be6961d3acea74b36bda47c437bb]

INTEGRATION: CWS pathoptions01 (1.19.48); FILE MERGED 2006/07/03 13:36:35 mav 1.19.48.3: resync to m173: fix warnings 2006/06/30 14:27:17 mav 1.19.48.2: RESYNC: (1.19-1.20); FILE MERGED 2006/06/23 11:48:22 mav 1.19.48.1: #i66157# helper to detect subfolders


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [8bdca88ba9ea28854c5ef6180125cec97c41a5d6]

INTEGRATION: CWS pathoptions01 (1.7.48); FILE MERGED 2006/06/30 14:20:07 mav 1.7.48.2: RESYNC: (1.7-1.8); FILE MERGED 2006/06/23 11:48:22 mav 1.7.48.1: #i66157# helper to detect subfolders


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [ba3bff2b425c3c9fc9601f12238b204e5f91a02e]

INTEGRATION: CWS pathoptions01 (1.33.14); FILE MERGED 2006/07/05 09:04:13 sb 1.33.14.1: #i66823# As a hack to support existing code, treat vnd.sun.star.expand URLs as hierarchical.


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [458ce5f46ed57c6bd07cfa7280b1067de20b627c]

INTEGRATION: CWS pathoptions01 (1.4.14); FILE MERGED 2006/07/03 14:31:54 sb 1.4.14.1: Made code warning-free.


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [7c7292cb9040baae71c603fa613d78836d7e9022]

INTEGRATION: CWS pathoptions01 (1.56.14); FILE MERGED 2006/07/05 09:04:13 sb 1.56.14.1: #i66823# As a hack to support existing code, treat vnd.sun.star.expand URLs as hierarchical.


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [d3226b036668cffd6fcd28ae1ba70a73aa1e969b]

INTEGRATION: CWS pathoptions01 (1.6.14); FILE MERGED 2006/07/06 10:17:35 hjs 1.6.14.1: #i10000# fix mkunroll


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [be922b8e61ef8db306a84555cffacc6e56cea2bc]

INTEGRATION: CWS pathoptions01 (1.9.246); FILE MERGED 2006/06/30 14:10:21 mav 1.9.246.3: RESYNC: (1.9-1.10); FILE MERGED 2006/06/28 16:05:28 mav 1.9.246.2: #i66157# handle the cache of folders hierarchy correctly, be ready for nonhierarchical URLs 2006/06/28 14:04:09 mav 1.9.246.1: #i66157# use UCB to handle URLs, it could be expand URL


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [72b9f5457963a319c6d14e1071ccc0aeb8f421ee]

INTEGRATION: CWS pathoptions01 (1.33.22); FILE MERGED 2006/07/07 10:18:47 mav 1.33.22.1: #i66157# disable possibility to change/delete preinstalled or uno-package contents


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [037a1f69e7dc1abcaf04e6ee369447f7912141ab]

INTEGRATION: CWS pathoptions01 (1.72.22); FILE MERGED 2006/07/07 10:18:46 mav 1.72.22.1: #i66157# disable possibility to change/delete preinstalled or uno-package contents


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [0de7eb81f6e09e3e3555a19dcbd2e9e18e483afa]

INTEGRATION: CWS pathoptions01 (1.26.22); FILE MERGED 2006/07/07 10:18:46 mav 1.26.22.1: #i66157# disable possibility to change/delete preinstalled or uno-package contents


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [32deb250aab682d1f2d5b5dcaf49638ec3a13871]

INTEGRATION: CWS pathoptions01 (1.13.246); FILE MERGED 2006/07/07 10:18:46 mav 1.13.246.1: #i66157# disable possibility to change/delete preinstalled or uno-package contents


2006-07-13  Thorsten Behrens  <thb@openoffice.org>  [00a4ebb7e99897197ccf0b1d7d1ef30363d933fb]

#i65904# Swapped mask polarity - now, a zero in the mask denotes opacity; minor code tidying; made drawMaskedBitmap() handle a few more generic cases; switched 24bpp to BGR; adapted tests to modified mask polarity


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [19e9aa4cec7de5776e455c982cc6c10e053398a7]

INTEGRATION: CWS pdfencryption (1.38.126); FILE MERGED 2006/07/06 08:59:11 beppec56 1.38.126.9: RESYNC: (1.38-1.39); FILE MERGED 2006/07/03 12:03:52 beppec56 1.38.126.8: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/15 20:18:58 beppec56 1.38.126.7: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/11 20:28:33 beppec56 1.38.126.6: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/05/21 22:12:07 beppec56 1.38.126.5: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 pdf encryption en-route commit 2006/05/15 20:25:58 beppec56 1.38.126.4: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 incremental commit 2006/05/14 14:12:15 beppec56 1.38.126.3: Issue: #i12626# Submitted by: beppec56 Reviewed by: beppec56 update work on pdf encryption 2006/05/10 06:58:46 beppec56 1.38.126.2: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/05/08 11:48:25 beppec56 1.38.126.1: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 Partial implementation of PDF encryption


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [b5520e6332e64f1b19ac07406a054bf5092f297c]

INTEGRATION: CWS pdfencryption (1.91.22); FILE MERGED 2006/07/10 20:19:28 beppec56 1.91.22.19: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings 2006/07/07 11:58:47 pl 1.91.22.18: removed warnings 2006/07/07 10:47:05 pl 1.91.22.17: cast for 64bit platforms 2006/07/07 10:00:09 pl 1.91.22.16: removed warnings 2006/07/06 16:55:33 beppec56 1.91.22.15: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings 2006/07/06 14:33:33 beppec56 1.91.22.14: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings 2006/07/06 08:58:35 beppec56 1.91.22.13: RESYNC: (1.91-1.93); FILE MERGED 2006/07/03 12:03:51 beppec56 1.91.22.12: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/20 15:58:31 beppec56 1.91.22.11: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/15 20:18:58 beppec56 1.91.22.10: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/14 21:28:04 beppec56 1.91.22.9: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/11 21:14:59 beppec56 1.91.22.8: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/11 20:28:32 beppec56 1.91.22.7: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/08 21:56:00 beppec56 1.91.22.6: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/05/21 22:12:06 beppec56 1.91.22.5: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 pdf encryption en-route commit 2006/05/15 20:25:58 beppec56 1.91.22.4: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 incremental commit 2006/05/14 14:12:14 beppec56 1.91.22.3: Issue: #i12626# Submitted by: beppec56 Reviewed by: beppec56 update work on pdf encryption 2006/05/10 06:58:45 beppec56 1.91.22.2: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/05/08 11:48:25 beppec56 1.91.22.1: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 Partial implementation of PDF encryption


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [a5c3570bee42a6ac2dac7fa99bbe09e10b38ea27]

INTEGRATION: CWS impress96 (1.17.24); FILE MERGED 2006/06/27 16:17:12 af 1.17.24.2: RESYNC: (1.17-1.18); FILE MERGED 2006/05/10 09:51:18 sj 1.17.24.1: #134317# fixed uninitialized value problem (valgrind)


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [66dfa980d74ce5fbe3a3cfa66eaa4f77a0f16949]

INTEGRATION: CWS cowfixes01 (1.4.172); FILE MERGED 2006/03/17 16:49:09 thb 1.4.172.1: #128078# Upping refcount bitsize to 32 bit (we're experiencing refcount overflows for some hardcore bugdocs)


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [3391ceed0dc8f2544f5a6480b05302aa11b9a66b]

INTEGRATION: CWS cowfixes01 (1.5.110); FILE MERGED 2006/03/17 16:49:08 thb 1.5.110.1: #128078# Upping refcount bitsize to 32 bit (we're experiencing refcount overflows for some hardcore bugdocs)


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [b9b0fd4b5ae18a18c1a88643c1d049b7a86e39c8]

INTEGRATION: CWS cowfixes01 (1.22.40); FILE MERGED 2006/03/17 23:52:20 thb 1.22.40.2: RESYNC: (1.22-1.23); FILE MERGED 2006/03/17 16:49:08 thb 1.22.40.1: #128078# Upping refcount bitsize to 32 bit (we're experiencing refcount overflows for some hardcore bugdocs)


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [387bf79c9c2df35fe35dd5da1056e1198987bb70]

INTEGRATION: CWS cowfixes01 (1.56.20); FILE MERGED 2006/05/10 17:30:51 thb 1.56.20.3: RESYNC: (1.57-1.61); FILE MERGED 2006/03/17 23:50:36 thb 1.56.20.2: RESYNC: (1.56-1.57); FILE MERGED 2006/03/17 16:49:08 thb 1.56.20.1: #128078# Upping refcount bitsize to 32 bit (we're experiencing refcount overflows for some hardcore bugdocs)


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [45dce2e393e48da3b905e24a3f087738e852a580]

INTEGRATION: CWS cowfixes01 (1.11.68); FILE MERGED 2006/03/20 11:06:06 thb 1.11.68.1: #128078# Upped polygon refcount to 32 bit


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [ce2c2174397c5d56ab95b359bbdaa324d06e7fd5]

INTEGRATION: CWS cowfixes01 (1.9.20); FILE MERGED 2006/03/20 11:06:05 thb 1.9.20.1: #128078# Upped polygon refcount to 32 bit


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [121f4f1b226020d204bceaff5b51d0980b3ab3c4]

INTEGRATION: CWS cowfixes01 (1.3.68); FILE MERGED 2006/03/20 11:06:05 thb 1.3.68.1: #128078# Upped polygon refcount to 32 bit


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [8fba2d5877f3c113519b38c59f2fedc3fbb77e8e]

INTEGRATION: CWS cowfixes01 (1.4.20); FILE MERGED 2006/03/17 17:41:35 thb 1.4.20.1: #i63310# Added COW to B2DMultiRange (wasn't there before); moved BxDHomMatrix to cow_wrapper; added o3tl build dependency


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [5b972bf71dbeb7b6507fe307aa5fb333fce72299]

INTEGRATION: CWS cowfixes01 (1.6.12); FILE MERGED 2006/03/21 13:36:27 thb 1.6.12.2: #i63310# Removed silly self-referentiality for the static default objects (causing infinite loops) 2006/03/17 23:16:37 thb 1.6.12.1: #i63310# Moved BxD(Poly)Polygon to cow_wrapper; added makeUnique() to all classes using COW internally (to at least facilitate deliberate unsharing in multi-threaded uses)


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [1e5587d3361ca79a87b3db548d2119941e998928]

INTEGRATION: CWS cowfixes01 (1.6.20); FILE MERGED 2006/03/21 13:36:27 thb 1.6.20.2: #i63310# Removed silly self-referentiality for the static default objects (causing infinite loops) 2006/03/17 23:16:37 thb 1.6.20.1: #i63310# Moved BxD(Poly)Polygon to cow_wrapper; added makeUnique() to all classes using COW internally (to at least facilitate deliberate unsharing in multi-threaded uses)


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [a15cd88f0c96e388d838ec7b92c90ab117dbabbb]

INTEGRATION: CWS cowfixes01 (1.14.12); FILE MERGED 2006/03/21 13:36:27 thb 1.14.12.2: #i63310# Removed silly self-referentiality for the static default objects (causing infinite loops) 2006/03/17 23:16:36 thb 1.14.12.1: #i63310# Moved BxD(Poly)Polygon to cow_wrapper; added makeUnique() to all classes using COW internally (to at least facilitate deliberate unsharing in multi-threaded uses)


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [59df89d0afaed9ba3693fffaf16fb21bcb8a2b83]

INTEGRATION: CWS cowfixes01 (1.9.12); FILE MERGED 2006/03/21 13:36:26 thb 1.9.12.3: #i63310# Removed silly self-referentiality for the static default objects (causing infinite loops) 2006/03/17 23:16:36 thb 1.9.12.2: #i63310# Moved BxD(Poly)Polygon to cow_wrapper; added makeUnique() to all classes using COW internally (to at least facilitate deliberate unsharing in multi-threaded uses) 2006/03/17 17:41:34 thb 1.9.12.1: #i63310# Added COW to B2DMultiRange (wasn't there before); moved BxDHomMatrix to cow_wrapper; added o3tl build dependency


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [18380d9e182fd1b1697dc3240782d42a38fc030c]

INTEGRATION: CWS cowfixes01 (1.11.12); FILE MERGED 2006/03/21 13:36:26 thb 1.11.12.3: #i63310# Removed silly self-referentiality for the static default objects (causing infinite loops) 2006/03/17 23:16:36 thb 1.11.12.2: #i63310# Moved BxD(Poly)Polygon to cow_wrapper; added makeUnique() to all classes using COW internally (to at least facilitate deliberate unsharing in multi-threaded uses) 2006/03/17 17:41:34 thb 1.11.12.1: #i63310# Added COW to B2DMultiRange (wasn't there before); moved BxDHomMatrix to cow_wrapper; added o3tl build dependency


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [1f88b28bc4690bcae1953b1222f066bd8da208e3]

INTEGRATION: CWS cowfixes01 (1.15.20); FILE MERGED 2006/03/17 17:41:33 thb 1.15.20.1: #i63310# Added COW to B2DMultiRange (wasn't there before); moved BxDHomMatrix to cow_wrapper; added o3tl build dependency


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [fa248de6372ef2a43138d0d0a79a860c205524a7]

INTEGRATION: CWS cowfixes01 (1.8.72); FILE MERGED 2006/03/17 17:41:32 thb 1.8.72.1: #i63310# Added COW to B2DMultiRange (wasn't there before); moved BxDHomMatrix to cow_wrapper; added o3tl build dependency


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [6f38454f3fc6ee57f3656f645377ab621916d421]

INTEGRATION: CWS cowfixes01 (1.3.20); FILE MERGED 2006/03/17 23:16:35 thb 1.3.20.2: #i63310# Moved BxD(Poly)Polygon to cow_wrapper; added makeUnique() to all classes using COW internally (to at least facilitate deliberate unsharing in multi-threaded uses) 2006/03/17 17:41:32 thb 1.3.20.1: #i63310# Added COW to B2DMultiRange (wasn't there before); moved BxDHomMatrix to cow_wrapper; added o3tl build dependency


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [bc1cb30e1e3a4a3c8b5988dc73af44ef5f95c54e]

INTEGRATION: CWS cowfixes01 (1.6.12); FILE MERGED 2006/03/21 13:36:26 thb 1.6.12.2: #i63310# Removed silly self-referentiality for the static default objects (causing infinite loops) 2006/03/17 23:16:35 thb 1.6.12.1: #i63310# Moved BxD(Poly)Polygon to cow_wrapper; added makeUnique() to all classes using COW internally (to at least facilitate deliberate unsharing in multi-threaded uses)


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [c34b40c1bfa1ef129be93c4a230d1b06b0b29249]

INTEGRATION: CWS cowfixes01 (1.5.20); FILE MERGED 2006/03/21 13:36:26 thb 1.5.20.2: #i63310# Removed silly self-referentiality for the static default objects (causing infinite loops) 2006/03/17 23:16:35 thb 1.5.20.1: #i63310# Moved BxD(Poly)Polygon to cow_wrapper; added makeUnique() to all classes using COW internally (to at least facilitate deliberate unsharing in multi-threaded uses)


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [69634cf41a17e7490d8cda61731ba89611e5846e]

INTEGRATION: CWS cowfixes01 (1.11.20); FILE MERGED 2006/03/21 13:36:26 thb 1.11.20.2: #i63310# Removed silly self-referentiality for the static default objects (causing infinite loops) 2006/03/17 23:16:35 thb 1.11.20.1: #i63310# Moved BxD(Poly)Polygon to cow_wrapper; added makeUnique() to all classes using COW internally (to at least facilitate deliberate unsharing in multi-threaded uses)


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [d95116d34e8a5885e25af94ebc20e44519569244]

INTEGRATION: CWS cowfixes01 (1.10.20); FILE MERGED 2006/03/21 13:36:26 thb 1.10.20.2: #i63310# Removed silly self-referentiality for the static default objects (causing infinite loops) 2006/03/17 23:16:35 thb 1.10.20.1: #i63310# Moved BxD(Poly)Polygon to cow_wrapper; added makeUnique() to all classes using COW internally (to at least facilitate deliberate unsharing in multi-threaded uses)


2006-07-13  Oliver Bolte  <obo@openoffice.org>  [1e7779cc0934bb6326f233bb4f18b17606e7d165]

INTEGRATION: CWS cowfixes01 (1.8.12); FILE MERGED 2006/03/21 13:36:25 thb 1.8.12.3: #i63310# Removed silly self-referentiality for the static default objects (causing infinite loops) 2006/03/17 23:16:34 thb 1.8.12.2: #i63310# Moved BxD(Poly)Polygon to cow_wrapper; added makeUnique() to all classes using COW internally (to at least facilitate deliberate unsharing in multi-threaded uses) 2006/03/17 17:41:31 thb 1.8.12.1: #i63310# Added COW to B2DMultiRange (wasn't there before); moved BxDHomMatrix to cow_wrapper; added o3tl build dependency


2006-07-12  Thorsten Behrens  <thb@openoffice.org>  [be6e3e9da3c67e9163284b7f1b5fc87afb710667]

#i65904# Fixed operator+=/-= on PackedPixelRowIterator (wrong overflow handling & forgot to handle negated cases); fixed typo for paletteformats (ignoring bit gravity); made drawMaskedBitmap() work for more cases; improved tests


2006-07-12  Thorsten Behrens  <thb@openoffice.org>  [7859a3786dff59d4fa228c05c7adeef7f6324ce3]

#i65904# Finished drawMaskedBitmap(); reorganized accessor functors; added test case for drawMaskedBitmap()


2006-07-12  Oliver Bolte  <obo@openoffice.org>  [5d6b55cfef7689a85a62e02257e7657e8aeebb0b]

#i10000# undo last change


2006-07-12  Oliver Bolte  <obo@openoffice.org>  [3bdea5eb6db38f5ee4097c99578274db4dbcd259]

#i67156# warning unused defines


2006-07-11  Thorsten Behrens  <thb@openoffice.org>  [f95be4132fb8e9bab66dd223b50d41477da551c1]

#i65904# Finished drawMaskedColor() support; simplified iterator/accessor/range setup for vigra algorithms; sanitized typedefs for BitmapRenderer


2006-07-11  Oliver Bolte  <obo@openoffice.org>  [a55f299a32fd2cc37f779060e4de912e0c80d4d4]

#i10000# defined but not used warning (unxlngi6)


2006-07-11  Thorsten Behrens  <thb@openoffice.org>  [8357e37ce31b42ed08c0965bd259944ae5512993]

#i65904# Consistently named constants; added rectangular device subsetting to BitmapDevice; moved spreaded pixel format configuration points into a single traits template (per format); slightly improved cross-format support


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [8d76a3c16536f84f7d7c19e9131cfba1d1f1a1b4]

INTEGRATION: CWS pdf03 (1.92.20); FILE MERGED 2006/06/29 16:44:15 pl 1.92.20.4: #i62768# add: support buttons with URI or Dest 2006/06/28 12:52:42 pl 1.92.20.3: #i66822# fix a typo left over from lineend conversion 2006/06/27 10:12:43 pl 1.92.20.2: RESYNC: (1.92-1.93); FILE MERGED 2006/06/08 14:09:14 pl 1.92.20.1: #i53411# minimize rounding issues


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [9261052b8c76c227216601854d6a662447343fc5]

INTEGRATION: CWS pdf03 (1.23.48); FILE MERGED 2006/06/27 10:15:19 pl 1.23.48.2: RESYNC: (1.23-1.25); FILE MERGED 2006/06/08 14:09:14 pl 1.23.48.1: #i53411# minimize rounding issues


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [0c5bddb8ca7cae6fb99f9f3434b1d633c02c9022]

INTEGRATION: CWS pdf03 (1.38.138); FILE MERGED 2006/06/29 16:44:15 pl 1.38.138.3: #i62768# add: support buttons with URI or Dest 2006/06/27 10:12:52 pl 1.38.138.2: RESYNC: (1.38-1.39); FILE MERGED 2006/06/08 14:09:14 pl 1.38.138.1: #i53411# minimize rounding issues


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [f57d71511678feebd92df517adeb5988a8e308dd]

INTEGRATION: CWS pdf03 (1.6.6); FILE MERGED 2006/06/27 10:12:23 pl 1.6.6.2: RESYNC: (1.6-1.7); FILE MERGED 2006/06/16 13:49:17 pl 1.6.6.1: #i63501# he who pushes to the stack must also pop from the stack again


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6d0365e3ff746d70e8ae0053678f2ee5b2e13002]

INTEGRATION: CWS vcl60 (1.19.16); FILE MERGED 2006/06/27 10:52:32 pl 1.19.16.2: RESYNC: (1.19-1.20); FILE MERGED 2006/06/20 11:21:21 pl 1.19.16.1: #i62663# method to wait on asynchronous printer detection


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [7c2499c8698a8a65a9a1449dfae46b4204afa5dc]

INTEGRATION: CWS vcl60 (1.97.152); FILE MERGED 2006/06/27 10:49:39 pl 1.97.152.2: RESYNC: (1.97-1.100); FILE MERGED 2006/06/12 12:35:37 hdu 1.97.152.1: #i66108# adjust CTL text offsets for mfFontScale!=1.0


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [3679dce34fa34ae9a95f5e110fec7e3d9c3f9af7]

INTEGRATION: CWS vcl60 (1.33.6); FILE MERGED 2006/06/29 15:14:37 pl 1.33.6.2: #i42221# correct some typos 2006/06/29 12:09:13 pl 1.33.6.1: #i42221# allow for yield to dispatch one or all events


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6d706e70dbe6a6145265c7c49ea4c53b7ec33b2a]

INTEGRATION: CWS vcl60 (1.11.94); FILE MERGED 2006/06/29 12:09:12 pl 1.11.94.1: #i42221# allow for yield to dispatch one or all events


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [1fcd41c154661af6ed58342bc6d51f91b3166b36]

INTEGRATION: CWS vcl60 (1.40.98); FILE MERGED 2006/06/27 10:43:19 pl 1.40.98.2: RESYNC: (1.40-1.41); FILE MERGED 2006/06/20 11:20:44 pl 1.40.98.1: #i62663# method to wait on asynchronous printer detection


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [121085359e1aa288b0e3c890ef671bbecf7b814e]

INTEGRATION: CWS vcl60 (1.28.6); FILE MERGED 2006/06/29 12:09:12 pl 1.28.6.1: #i42221# allow for yield to dispatch one or all events


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e86b425c1f181ffb71ba5f23e708b9a017cb860d]

INTEGRATION: CWS vcl60 (1.72.90); FILE MERGED 2006/06/27 10:39:26 pl 1.72.90.2: RESYNC: (1.72-1.74); FILE MERGED 2006/06/07 12:38:00 pl 1.72.90.1: #b6426698# disable old button mapping workaround per default


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [d912912d7ab11ad3daf3d812beeed5ef498290ed]

INTEGRATION: CWS vcl60 (1.43.6); FILE MERGED 2006/06/29 12:09:12 pl 1.43.6.1: #i42221# allow for yield to dispatch one or all events


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [5bb164c3dc11f420327394fb8dfd57d7bb53bdc6]

INTEGRATION: CWS vcl60 (1.15.6); FILE MERGED 2006/06/30 15:14:07 pl 1.15.6.1: #i64687# a little bit more robustness for keysym replacements


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [27c3a21bf7d3f37c69cae8fb2f8fca07202fbe42]

INTEGRATION: CWS vcl60 (1.12.226); FILE MERGED 2006/06/29 12:09:12 pl 1.12.226.1: #i42221# allow for yield to dispatch one or all events


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6dd89b669efc100c7dbbffa9eb353e54be59b7b5]

INTEGRATION: CWS vcl60 (1.34.6); FILE MERGED 2006/06/29 12:09:11 pl 1.34.6.1: #i42221# allow for yield to dispatch one or all events


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [bf2607bcd55d33fc0b12b9d2bcf1434eca2073d8]

INTEGRATION: CWS vcl60 (1.47.50); FILE MERGED 2006/06/27 10:30:44 pl 1.47.50.2: RESYNC: (1.47-1.49); FILE MERGED 2006/06/06 10:04:09 pl 1.47.50.1: #i65767# catch a case of KEY_MENU emulation doing the wrong thing


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [c4f40c2819b5efbf143661038e2ed1b58ffa5032]

INTEGRATION: CWS vcl60 (1.23.6); FILE MERGED 2006/06/29 12:09:11 pl 1.23.6.1: #i42221# allow for yield to dispatch one or all events


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [fe5cea7ef3d6c999d68e1208076794cc106ac9d0]

INTEGRATION: CWS vcl60 (1.6.228); FILE MERGED 2006/06/27 10:26:07 pl 1.6.228.2: RESYNC: (1.6-1.7); FILE MERGED 2006/06/07 11:49:04 hdu 1.6.228.1: #127921# add dogtags to ImplSysChildProc


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [682aae5824229498987339bcfc183b5c07b1d2dc]

INTEGRATION: CWS vcl60 (1.4.286); FILE MERGED 2006/06/27 10:19:24 pl 1.4.286.2: RESYNC: (1.4-1.5); FILE MERGED 2006/06/07 15:17:36 pl 1.4.286.1: #134296# send downing message to consumers of display connection


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a5c8bcc4b4928ace7927cda83f0e86e6f7a8106e]

INTEGRATION: CWS vcl60 (1.92.66); FILE MERGED 2006/06/27 10:13:36 pl 1.92.66.3: RESYNC: (1.92-1.93); FILE MERGED 2006/05/31 13:11:25 hdu 1.92.66.2: #i65864# no need to directly access some ImplFontData members 2006/05/31 12:32:15 hdu 1.92.66.1: #i65864# better metrics for differently encoded embedded fonts


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [3f1f0d0db8acd68e2eeece6d2cdc4a80debfbebc]

INTEGRATION: CWS vcl60 (1.60.14); FILE MERGED 2006/06/27 09:55:12 pl 1.60.14.2: RESYNC: (1.60-1.61); FILE MERGED 2006/06/07 15:17:36 pl 1.60.14.1: #134296# send downing message to consumers of display connection


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [47b808c6e076d17a5e75abbbd574cf28257d341e]

INTEGRATION: CWS vcl60 (1.66.8); FILE MERGED 2006/06/29 12:09:10 pl 1.66.8.1: #i42221# allow for yield to dispatch one or all events


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [666fa70c9f24581be614530d95043bae2f2b34ab]

INTEGRATION: CWS vcl60 (1.77.10); FILE MERGED 2006/06/27 13:00:14 pl 1.77.10.3: #134296# return a value in all code paths 2006/06/27 09:25:55 pl 1.77.10.2: RESYNC: (1.77-1.78); FILE MERGED 2006/06/07 15:18:36 pl 1.77.10.1: #134296# shut down dispatching on downing message from vcl


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a7783448db163ae7ca20972c2bba24ce1ea3f58e]

INTEGRATION: CWS vcl60 (1.11.12); FILE MERGED 2006/06/27 09:20:08 pl 1.11.12.2: RESYNC: (1.11-1.12); FILE MERGED 2006/06/23 11:24:14 pl 1.11.12.1: #i58906# unify awt and vcl keycodes


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [83b9afb969812da24c4e11a6c31cb2f75d9ac971]

INTEGRATION: CWS vcl60 (1.6.18); FILE MERGED 2006/06/23 11:24:13 pl 1.6.18.1: #i58906# unify awt and vcl keycodes


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [397398cb391a1a1d67bda87c8f400b61032e1ae8]

INTEGRATION: CWS vcl60 (1.33.4); FILE MERGED 2006/06/27 09:16:25 pl 1.33.4.2: RESYNC: (1.33-1.35); FILE MERGED 2006/06/20 11:20:18 pl 1.33.4.1: #i62663# method to wait on asynchronous printer detection


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [f94ef65afe818550e88c3c0e7ec3068eeb92373d]

INTEGRATION: CWS vcl60 (1.16.6); FILE MERGED 2006/06/27 09:16:15 pl 1.16.6.2: RESYNC: (1.16-1.17); FILE MERGED 2006/06/20 11:20:17 pl 1.16.6.1: #i62663# method to wait on asynchronous printer detection


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b6969876d4a172340fa8372f54e4e4dcbb9bcf91]

INTEGRATION: CWS vcl60 (1.13.6); FILE MERGED 2006/06/20 11:20:17 pl 1.13.6.1: #i62663# method to wait on asynchronous printer detection


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [5e682260f109857781b794919fc67577ac871e84]

INTEGRATION: CWS vcl60 (1.7.62); FILE MERGED 2006/06/27 09:12:31 pl 1.7.62.2: RESYNC: (1.7-1.8); FILE MERGED 2006/06/20 11:20:17 pl 1.7.62.1: #i62663# method to wait on asynchronous printer detection


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [d9be287a62610fc816f7946976619624ca8a4fd1]

INTEGRATION: CWS vcl60 (1.47.8); FILE MERGED 2006/06/29 12:39:01 pl 1.47.8.1: #i42221# use multi event yield


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [94a8769315dfec652e6cdcb1e1900c84bddeaf64]

INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/06/29 06:32:30 fs 1.1.2.2: #i10000# 2006/05/24 07:13:29 fs 1.1.2.1: wrapping a collection of named values (as found in e.g. XInitialization::initialize)


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2f9cff87840b4e5a783c4022ae6bc564c778f388]

INTEGRATION: CWS qiq (1.36.26); FILE MERGED 2006/05/24 07:13:52 fs 1.36.26.1: +namedvaluecollection/componentcontext


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [9b98e38abc8776a7c635660c4a0c7cfae6339218]

INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/24 07:13:41 fs 1.1.2.1: wrapping an XComponentContext


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [dbf52aa84443d488128ae7994700af6c9966f71a]

INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/24 07:13:06 fs 1.1.2.1: wrapping a collection of named values (as found in e.g. XInitialization::initialize)


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [90e59cee92054ce99d54f20509bdfd986c805d37]

INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/24 07:12:17 fs 1.1.2.1: wrapping an XComponentContext


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [23e700a6cfc36e46e679d8d302bd68d6371311b8]

INTEGRATION: CWS qiq (1.3.34); FILE MERGED 2006/06/22 10:51:42 fs 1.3.34.3: #i10000# no UNO_QUERY_THROW support if not compiled with exceptions 2006/06/22 09:24:21 fs 1.3.34.2: #i10000# no UNO_QUERY_THROW support if not compiled with exceptions 2006/06/06 13:12:27 fs 1.3.34.1: #i51143# some set methods, for more syntactic equivalence with Reference


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [fd9b44607e2ff3fdae37fd19dd5519fff8c36bf2]

INTEGRATION: CWS bitcount01 (1.6.232); FILE MERGED 2006/04/07 09:15:14 hdu 1.6.232.1: #i63959# do not lie about bitcounts


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [00b5027e97972d9c14f528dfbcc9f052184c0625]

INTEGRATION: CWS bitcount01 (1.19.38); FILE MERGED 2006/04/13 23:48:46 thb 1.19.38.2: RESYNC: (1.19-1.20); FILE MERGED 2006/04/07 09:15:14 hdu 1.19.38.1: #i63959# do not lie about bitcounts


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [19abb17d800f452f71118c6d04daefbc9b12feb4]

INTEGRATION: CWS bitcount01 (1.4.70); FILE MERGED 2006/04/13 23:34:21 thb 1.4.70.2: RESYNC: (1.4-1.5); FILE MERGED 2006/04/11 09:42:08 thb 1.4.70.1: #i63959# Discretizing bitcount for tiff, ras and pict export


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [de06f945de09e43172e04c8313a27a4a75d53907]

INTEGRATION: CWS bitcount01 (1.4.70); FILE MERGED 2006/04/13 23:34:14 thb 1.4.70.2: RESYNC: (1.4-1.5); FILE MERGED 2006/04/11 09:42:08 thb 1.4.70.1: #i63959# Discretizing bitcount for tiff, ras and pict export


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [406801c729b57853637faf304de1e98385688a78]

INTEGRATION: CWS bitcount01 (1.14.60); FILE MERGED 2006/04/13 23:33:49 thb 1.14.60.2: RESYNC: (1.14-1.15); FILE MERGED 2006/04/11 09:42:08 thb 1.14.60.1: #i63959# Discretizing bitcount for tiff, ras and pict export


2006-07-10  Oliver Bolte  <obo@openoffice.org>  [52b63e9030dc5eb7082e784d926b697669f53d6c]

INTEGRATION: CWS impress98 (1.13.136); FILE MERGED 2006/06/26 23:57:07 cl 1.13.136.2: RESYNC: (1.13-1.14); FILE MERGED 2006/06/15 13:58:42 sj 1.13.136.1: #i25246# fixing missing graphic problem


2006-07-06  Vladimir Glazounov  <vg@openoffice.org>  [70bb918f0fca9922e76c028fcd34069a0645420c]

new version for SRC680


2006-07-06  Kurt Zenker  <kz@openoffice.org>  [958ca339ed2ed279e311000a71aabad9a7f5e8e3]

INTEGRATION: CWS warningfixes01 (1.90.2); FILE MERGED 2006/06/27 10:01:10 pl 1.90.2.1: #i66727# solve ambiguity on 64 bit platforms


2006-07-06  Kurt Zenker  <kz@openoffice.org>  [0096a7cd6415d3ce9210b4174406e387ad2e96d2]

INTEGRATION: CWS warningfixes01 (1.50.2); FILE MERGED 2006/06/27 18:08:45 ihi 1.50.2.1: #i66753# Crash caused by missing translation in StringLists


2006-07-06  Kurt Zenker  <kz@openoffice.org>  [7ee87ba275b38c2406845d7c87f1b759b1304d89]

INTEGRATION: CWS warningfixes01 (1.8.6); FILE MERGED 2006/06/27 11:30:46 kendy 1.8.6.1: #i66726# Fix casting pointer to 'unsigned int' - breaks on x86-64.


2006-07-06  Kurt Zenker  <kz@openoffice.org>  [1a452d8ef2126055c514e592e4d2b6c772c14e0f]

INTEGRATION: CWS warningfixes01 (1.13.12); FILE MERGED 2006/06/27 14:12:29 sb 1.13.12.1: #i66722# Suppress warnings from external kde headers.


2006-07-06  Kurt Zenker  <kz@openoffice.org>  [3b83e576eb0a2926f26d28bf52e79e82c21d15be]

INTEGRATION: CWS warningfixes01 (1.12.12); FILE MERGED 2006/06/27 14:12:29 sb 1.12.12.1: #i66722# Suppress warnings from external kde headers.


2006-07-06  Kurt Zenker  <kz@openoffice.org>  [cdc5fc384a175ba6dc4b542024ab01a71652d1ed]

INTEGRATION: CWS sixtyfour06 (1.12.4); FILE MERGED 2006/06/29 12:16:45 kendy 1.12.4.1: #i66851# Fix cast of function returning ponter to function returning int - by Caolan.


2006-07-06  Kurt Zenker  <kz@openoffice.org>  [31b2e5f4524074a05a14090b9ff644387ca97f35]

INTEGRATION: CWS sixtyfour06 (1.28.10); FILE MERGED 2006/06/27 12:15:14 kendy 1.28.10.1: #i66686# Cast sentinels explicitely: (char *)NULL


2006-07-06  Kurt Zenker  <kz@openoffice.org>  [ada9a6820cc1531d408207e756cdd09450732ad0]

INTEGRATION: CWS locales204 (1.7.8); FILE MERGED 2006/06/14 12:43:13 er 1.7.8.1: #i42198# add Cyrillic alphabet numbering; contributed by Hristo Simeonov Hristov <icobgr@ooo> and Rail Aliev <rail@ooo>


2006-07-06  Thorsten Behrens  <thb@openoffice.org>  [a125c3dc6bd64a004727fa0680d6732ffcece4e3]

#i65904# Reworked accessor framework, is now a hierarchy of nested functionality; added traits for color, iterator and accessor behaviour; finished missing bitmap formats, slightly changed set of predefined formats; swapped order of xor/palette accessor application for the BitmapDevice, which should yield much more sensible results; added a few tests for the new formats


2006-07-06  Kurt Zenker  <kz@openoffice.org>  [151b6916444165026e635bc4f58b7b93d3130a3e]

INTEGRATION: CWS locales204 (1.1.2); FILE ADDED 2006/06/02 21:05:22 er 1.1.2.1: #i61510# add Tigrigina_Eritrea (ti_ER)


2006-07-06  Kurt Zenker  <kz@openoffice.org>  [151650710527ab01bca6076a254014f1c63803c0]

INTEGRATION: CWS locales204 (1.1.2); FILE ADDED 2006/06/02 21:50:36 er 1.1.2.1: #i62514# add Tajik_Tajikistan (tg_TJ)


2006-07-06  Kurt Zenker  <kz@openoffice.org>  [e78a6ae7201ac840d33b9c5bd78027d437e33dbe]

INTEGRATION: CWS locales204 (1.33.10); FILE MERGED 2006/06/12 17:16:30 er 1.33.10.5: #i66114# add Kirghiz_Kyrgyzstan (ky_KG); contributed by Ilyas Bakirov <just_ilyas@ooo> 2006/06/02 21:49:23 er 1.33.10.4: #i62514# add Tajik_Tajikistan (tg_TJ) 2006/06/02 21:05:22 er 1.33.10.3: #i61510# add Tigrigina_Eritrea (ti_ER) 2006/06/02 20:42:25 er 1.33.10.2: #i62206# add Amharic_Ethiopia (am_ET) 2006/06/02 19:35:41 er 1.33.10.1: #i60767# add Afrikaans_Namibia (af_NA), English_Namibia (en_NA)


2006-07-06  Kurt Zenker  <kz@openoffice.org>  [9d7207023225767db25a2eb5e3b6239e5773d433]

INTEGRATION: CWS locales204 (1.10.10); FILE MERGED 2006/06/12 17:16:29 er 1.10.10.5: #i66114# add Kirghiz_Kyrgyzstan (ky_KG); contributed by Ilyas Bakirov <just_ilyas@ooo> 2006/06/02 21:49:23 er 1.10.10.4: #i62514# add Tajik_Tajikistan (tg_TJ) 2006/06/02 21:05:22 er 1.10.10.3: #i61510# add Tigrigina_Eritrea (ti_ER) 2006/06/02 20:42:25 er 1.10.10.2: #i62206# add Amharic_Ethiopia (am_ET) 2006/06/02 19:35:41 er 1.10.10.1: #i60767# add Afrikaans_Namibia (af_NA), English_Namibia (en_NA)


2006-07-06  Kurt Zenker  <kz@openoffice.org>  [63a8b4ac0b8b51ed606540fb651997621ba295ef]

INTEGRATION: CWS locales204 (1.4.42); FILE MERGED 2006/06/02 19:35:40 er 1.4.42.1: #i60767# add Afrikaans_Namibia (af_NA), English_Namibia (en_NA)


2006-07-06  Kurt Zenker  <kz@openoffice.org>  [49e71ec06e1b1e4a3bfa0bc57d0ccc2fef415334]

INTEGRATION: CWS locales204 (1.1.2); FILE ADDED 2006/06/12 17:16:29 er 1.1.2.1: #i66114# add Kirghiz_Kyrgyzstan (ky_KG); contributed by Ilyas Bakirov <just_ilyas@ooo>


2006-07-06  Kurt Zenker  <kz@openoffice.org>  [956e36ea4a3d48dfc4ce2248294cd72c1de03c00]

INTEGRATION: CWS locales204 (1.1.2); FILE ADDED 2006/06/02 20:44:53 er 1.1.2.1: #i60767# add English_Namibia (en_NA)


2006-07-06  Kurt Zenker  <kz@openoffice.org>  [4eedec4a47d450462573ac2f00ae5cccd54c2634]

INTEGRATION: CWS locales204 (1.7.14); FILE MERGED 2006/06/14 13:07:53 er 1.7.14.1: #i60065# Cyrillic alphabet numbering types


2006-07-06  Kurt Zenker  <kz@openoffice.org>  [191c97de0185136d6651d7d4a644e6e3eb6e626d]

INTEGRATION: CWS locales204 (1.1.2); FILE ADDED 2006/06/02 20:45:48 er 1.1.2.1: #i62206# add Amharic_Ethiopia (am_ET)


2006-07-06  Kurt Zenker  <kz@openoffice.org>  [6b8c868d0940f7ac945d51f9503984d9cad8a796]

INTEGRATION: CWS locales204 (1.1.2); FILE ADDED 2006/06/02 20:44:33 er 1.1.2.1: #i60767# add Afrikaans_Namibia (af_NA)


2006-07-06  Kurt Zenker  <kz@openoffice.org>  [5124aa29c54faf27d61a5c247afc672de3b73aee]

INTEGRATION: CWS locales204 (1.40.8); FILE MERGED 2006/06/12 17:16:29 er 1.40.8.5: #i66114# add Kirghiz_Kyrgyzstan (ky_KG); contributed by Ilyas Bakirov <just_ilyas@ooo> 2006/06/02 21:49:23 er 1.40.8.4: #i62514# add Tajik_Tajikistan (tg_TJ) 2006/06/02 21:05:21 er 1.40.8.3: #i61510# add Tigrigina_Eritrea (ti_ER) 2006/06/02 20:42:24 er 1.40.8.2: #i62206# add Amharic_Ethiopia (am_ET) 2006/06/02 19:35:40 er 1.40.8.1: #i60767# add Afrikaans_Namibia (af_NA), English_Namibia (en_NA)


2006-07-06  Kurt Zenker  <kz@openoffice.org>  [1a7a488231edce0531047f78b0fc0a3a81299694]

INTEGRATION: CWS locales204 (1.3.10); FILE MERGED 2006/06/02 20:05:02 er 1.3.10.4: #i64449# add Coptic (cop_EG) 2006/06/02 19:51:48 er 1.3.10.3: add Walloon (wa_BE), preparing i64053 2006/06/02 19:35:40 er 1.3.10.2: #i60767# add Afrikaans_Namibia (af_NA), English_Namibia (en_NA) 2006/06/02 18:48:09 er 1.3.10.1: #i61975# add Fijian (fj_FJ)


2006-07-06  Kurt Zenker  <kz@openoffice.org>  [a9c5d1bb2b261f06ddabbebcfb85ce63c9ebc2e8]

INTEGRATION: CWS locales204 (1.22.12); FILE MERGED 2006/06/14 12:43:13 er 1.22.12.1: #i42198# add Cyrillic alphabet numbering; contributed by Hristo Simeonov Hristov <icobgr@ooo> and Rail Aliev <rail@ooo>


2006-07-06  Kurt Zenker  <kz@openoffice.org>  [a07a9495221d5d50ece464479656a81f8a4cf893]

INTEGRATION: CWS locales204 (1.3.10); FILE MERGED 2006/06/02 20:05:02 er 1.3.10.4: #i64449# add Coptic (cop_EG) 2006/06/02 19:51:47 er 1.3.10.3: add Walloon (wa_BE), preparing i64053 2006/06/02 19:35:39 er 1.3.10.2: #i60767# add Afrikaans_Namibia (af_NA), English_Namibia (en_NA) 2006/06/02 18:48:08 er 1.3.10.1: #i61975# add Fijian (fj_FJ)


2006-07-05  Kurt Zenker  <kz@openoffice.org>  [ccfa419b53b19c6f0bcbea88032f0dfee2a0ea77]

INTEGRATION: CWS ause058 (1.42.22); FILE MERGED 2006/06/26 12:40:31 hjs 1.42.22.2: RESYNC: (1.42-1.43); FILE MERGED 2006/06/12 16:33:36 hjs 1.42.22.1: #i65725# mkunroll required to unroll tg_*.mk in solenv/inc


2006-07-05  Kurt Zenker  <kz@openoffice.org>  [27a921386717ade39cca043617298bfce7328c6b]

INTEGRATION: CWS impresssavegraphic (1.4.72); FILE MERGED 2006/04/05 08:20:12 cl 1.4.72.1: #i49565# allow detection with url and stream


2006-07-05  Kurt Zenker  <kz@openoffice.org>  [a58fb57521ce1ba83c15f198271bc0a8f97b6af3]

INTEGRATION: CWS impresssavegraphic (1.3.74); FILE MERGED 2006/06/02 13:00:37 cl 1.3.74.2: #i13816# fixed non standard mime types 2006/04/03 14:57:52 cl 1.3.74.1: #i49565# allow detection with url and stream


2006-07-05  Kurt Zenker  <kz@openoffice.org>  [4ebee65f877ae84e6c73686797524296c9855522]

INTEGRATION: CWS impresssavegraphic (1.5.74); FILE MERGED 2006/06/26 20:38:09 cl 1.5.74.3: RESYNC: (1.5-1.6); FILE MERGED 2006/04/05 08:20:11 cl 1.5.74.2: #i49565# allow detection with url and stream 2006/04/03 14:57:52 cl 1.5.74.1: #i49565# allow detection with url and stream


2006-07-05  Kurt Zenker  <kz@openoffice.org>  [0569d3a1e180da6f18d38bcdc7fee324661b2dd4]

INTEGRATION: CWS impresssavegraphic (1.4.6); FILE MERGED 2006/06/28 08:16:49 cl 1.4.6.1: fixed a warnings01 error for debug builds on pro


2006-06-30  Thorsten Behrens  <thb@openoffice.org>  [8fed1bb544eb569840ae94b0b97423a8c504d182]

#i65904# Moved vigra/template-depending parts out of color.hxx into colormisc.hxx


2006-06-30  Thorsten Behrens  <thb@openoffice.org>  [7d1e6064241c34507deb5e2b32725af3d0c179f7]

#i65904# Fixed ugly typos in clippedLine clipping; improved docs; added testcases for fixed bugs; corrected clip bounds for line and polyline rendering


2006-06-29  Vladimir Glazounov  <vg@openoffice.org>  [6b06d7cadad1843c64d7884fa243f08bed2fb293]

new version for SRC680


2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [a0171c35708a1b5d89e04101d88dbc87282be980]

INTEGRATION: CWS ause036 (1.8.34); FILE MERGED 2005/11/15 15:21:26 hjs 1.8.34.1: #i50255# remove obsolete/wronge dependencies


2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [7bee4fc11724af78f2fd51ef00df3d29afbcdfac]

INTEGRATION: CWS ause036 (1.8.34); FILE MERGED 2005/11/15 15:21:25 hjs 1.8.34.1: #i50255# remove obsolete/wronge dependencies


2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [e821b1c944fe9aca23956c43eae36abbffb23a22]

INTEGRATION: CWS ause036 (1.8.34); FILE MERGED 2005/11/15 15:21:24 hjs 1.8.34.1: #i50255# remove obsolete/wronge dependencies


2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [8aa570e9680cf9849e29f95d09150ee03f9dab0e]

INTEGRATION: CWS ause036 (1.9.34); FILE MERGED 2005/11/15 15:21:23 hjs 1.9.34.1: #i50255# remove obsolete/wronge dependencies


2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [ca03af994bc782ef245862120d31ed60f7ca8b7b]

INTEGRATION: CWS ause036 (1.9.34); FILE MERGED 2005/11/15 15:21:22 hjs 1.9.34.1: #i50255# remove obsolete/wronge dependencies


2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [47a38fc3067562eb79e483651cfd88b9dfc44cd2]

INTEGRATION: CWS ause036 (1.10.34); FILE MERGED 2005/11/15 15:21:21 hjs 1.10.34.1: #i50255# remove obsolete/wronge dependencies


2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [f705ca91001ab5f28609af4b058f0625dcf52461]

INTEGRATION: CWS ause036 (1.9.34); FILE MERGED 2005/11/15 15:21:21 hjs 1.9.34.1: #i50255# remove obsolete/wronge dependencies


2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [797bf14db7fcb8f8a825abb1d55df63d0185fcae]

INTEGRATION: CWS ause036 (1.9.34); FILE MERGED 2005/11/15 15:21:20 hjs 1.9.34.1: #i50255# remove obsolete/wronge dependencies


2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [93083eff5527e3183e77a502722e3ae7e87cd9cc]

INTEGRATION: CWS ause036 (1.9.34); FILE MERGED 2005/11/15 15:21:19 hjs 1.9.34.1: #i50255# remove obsolete/wronge dependencies


2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [e9b9785f39f2b583e76e8e4779da0fe6b77317c0]

INTEGRATION: CWS ause036 (1.9.34); FILE MERGED 2005/11/15 15:21:18 hjs 1.9.34.1: #i50255# remove obsolete/wronge dependencies


2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [021d0f87a27323ff865e17d9654836493fccee9b]

INTEGRATION: CWS ause036 (1.7.34); FILE MERGED 2005/11/15 15:21:14 hjs 1.7.34.1: #i50255# remove obsolete/wronge dependencies


2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [f66728062d5fd9fdf2971a5179e894f66fddaa26]

INTEGRATION: CWS ause036 (1.9.32); FILE MERGED 2005/11/15 15:21:10 hjs 1.9.32.1: #i50255# remove obsolete/wronge dependencies


2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [8a27eb6cd6726b35c46f358d5ff462d36f481a74]

INTEGRATION: CWS ause036 (1.9.32); FILE MERGED 2005/11/15 15:21:09 hjs 1.9.32.1: #i50255# remove obsolete/wronge dependencies


2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [5e10ed8c7cbdcfefbea3dff70c4d648a4a84f95a]

INTEGRATION: CWS ause036 (1.9.32); FILE MERGED 2005/11/15 15:21:08 hjs 1.9.32.1: #i50255# remove obsolete/wronge dependencies


2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [c7920fcbc38a84e99f5448bd48e95e14a6497ba7]

INTEGRATION: CWS ause036 (1.9.34); FILE MERGED 2005/11/15 15:21:04 hjs 1.9.34.1: #i50255# remove obsolete/wronge dependencies


2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [219b1c8e40728b9ca2f7bf1b4cba148bfa2cc00d]

INTEGRATION: CWS ause036 (1.8.34); FILE MERGED 2005/11/15 15:21:03 hjs 1.8.34.1: #i50255# remove obsolete/wronge dependencies


2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [509151dcbe5ca7ba1d87fa767bd4ba41daf50a7d]

INTEGRATION: CWS ause036 (1.8.34); FILE MERGED 2005/11/15 15:21:02 hjs 1.8.34.1: #i50255# remove obsolete/wronge dependencies


2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [1189b805e49899e3058bfae846eee37e68d38363]

INTEGRATION: CWS ause036 (1.8.34); FILE MERGED 2005/11/15 15:21:01 hjs 1.8.34.1: #i50255# remove obsolete/wronge dependencies


2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [4688da3de51dc1862e60e17684edd7fdc4982435]

INTEGRATION: CWS ause036 (1.8.34); FILE MERGED 2005/11/15 15:21:00 hjs 1.8.34.1: #i50255# remove obsolete/wronge dependencies


2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [f258fdbaa99eb98dd219869f593e7123c62e3565]

INTEGRATION: CWS ause036 (1.8.34); FILE MERGED 2005/11/15 15:20:59 hjs 1.8.34.1: #i50255# remove obsolete/wronge dependencies


2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [779ae9cba66829ac9ea8787d727713ca2229a564]

INTEGRATION: CWS ause036 (1.8.34); FILE MERGED 2005/11/15 15:20:58 hjs 1.8.34.1: #i50255# remove obsolete/wronge dependencies


2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [fbcc0ad1783cbdb7d06317d109d12fa9935d53fd]

INTEGRATION: CWS ause036 (1.12.78); FILE MERGED 2006/05/24 16:17:23 hjs 1.12.78.2: RESYNC: (1.12-1.13); FILE MERGED 2005/11/15 15:18:17 hjs 1.12.78.1: #i50255# remove obsolete/wronge dependencies


2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [d4ecb12365ce0e698e5f744f3b2ecfe419e26f65]

INTEGRATION: CWS ause036 (1.12.98); FILE MERGED 2005/11/15 15:16:29 hjs 1.12.98.1: #i50255# remove obsolete/wronge dependencies


2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [cb8267b90516ea28710f72a88e78bc77874dfaaf]

INTEGRATION: CWS ause036 (1.75.12); FILE MERGED 2006/05/24 15:55:17 hjs 1.75.12.4: RESYNC: (1.77-1.79); FILE MERGED 2006/02/27 17:40:03 hjs 1.75.12.3: RESYNC: (1.76-1.77); FILE MERGED 2005/11/15 16:40:30 hjs 1.75.12.2: RESYNC: (1.75-1.76); FILE MERGED 2005/11/15 15:16:27 hjs 1.75.12.1: #i50255# remove obsolete/wronge dependencies


2006-06-28  Thorsten Behrens  <thb@openoffice.org>  [20d66a0bf413b1747d2d4a3b9532807f913a66ab]

#i65904# Added more docs; made clip masks for all cases (except masked bitmap); removed hardcoded unsigned int in favor of a metafunction; added tests for clips; fixed Color channel modification methods


2006-06-26  Rüdiger Timm  <rt@openoffice.org>  [ea615fbb9524a225864d1dfcdb0815039c630025]

Memory management bugs.


2006-06-23  Oliver Bolte  <obo@openoffice.org>  [370351449a867b1d6b32148254e52e3ca0b02548]

#i10000# counter i substituted with j (cws warnings01)


2006-06-22  Vladimir Glazounov  <vg@openoffice.org>  [0274ce92f7c10b88d68096937e0cb7bdbc27f08e]

new version for SRC680


2006-06-22  Vladimir Glazounov  <vg@openoffice.org>  [c0cc9e62ab01bbcd09f0ec427c446704188be532]

new version for SRC680


2006-06-22  Vladimir Glazounov  <vg@openoffice.org>  [d015575f683d316603c435fe9fb3e933f5204d53]

new version for SRC680


2006-06-22  Vladimir Glazounov  <vg@openoffice.org>  [630d06e3a55ab7b819d201b9659a518b1710d33c]

new version for SRC680


2006-06-22  Vladimir Glazounov  <vg@openoffice.org>  [9bafc0edac6c0843bca8ecd115bf3623307fa04b]

new version for SRC680


2006-06-22  Vladimir Glazounov  <vg@openoffice.org>  [bc63e0e11d6ce86f6f9ee5dbe39a28adaa642f91]

new version for SRC680


2006-06-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8752f86fe909a53147d10b7f11cf2c4fd533630]

#i10000#: get rid of warnings for unused variables


2006-06-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [e298421792ff4683ac59dbc55289169aba1c23d6]

#i10000#: comment syntax


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [91fa400a5673bbbfcb69ef4516900c3c29b95626]

#i10000#: rename osl_getSymbol -> osl_getFunctionSymbol


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a746520fb2b3e4f9d3d9198c921f875e27459f8a]

INTEGRATION: CWS wot04_SRC680 (1.78.60); FILE MERGED 2006/06/09 14:35:38 hdu 1.78.60.2: #i66082# fix comment 2006/06/09 13:45:42 hdu 1.78.60.1: #i66082# select stock font into DC before release


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [82e334cbb333bca10dc65d1c5e171a24a48a9ec0]

INTEGRATION: CWS warnings01 (1.5.134); FILE MERGED 2005/11/21 15:07:04 sb 1.5.134.5: #i53898# Made code warning-free. 2005/09/23 00:19:34 sb 1.5.134.4: RESYNC: (1.5-1.6); FILE MERGED 2005/09/09 07:56:49 sb 1.5.134.3: #i53898# Improved previous change. 2005/09/08 14:08:42 sb 1.5.134.2: #i53898# Simplified previous change. 2005/09/07 16:34:16 sb 1.5.134.1: #i53898# Made code warning-free.


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ae9be16c7596d66262a549eff7f20edbd907cc1]

INTEGRATION: CWS warnings01 (1.1.1.1.148); FILE MERGED 2005/09/23 00:19:06 sb 1.1.1.1.148.4: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/09/09 07:56:49 sb 1.1.1.1.148.3: #i53898# Improved previous change. 2005/09/08 14:08:42 sb 1.1.1.1.148.2: #i53898# Simplified previous change. 2005/09/07 16:34:15 sb 1.1.1.1.148.1: #i53898# Made code warning-free.


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fc62c3660e7278b190b8e0c83297d327ef56e2b]

INTEGRATION: CWS warnings01 (1.4.136); FILE MERGED 2005/09/23 00:16:03 sb 1.4.136.4: RESYNC: (1.4-1.5); FILE MERGED 2005/09/09 07:56:48 sb 1.4.136.3: #i53898# Improved previous change. 2005/09/08 14:08:39 sb 1.4.136.2: #i53898# Simplified previous change. 2005/09/07 16:34:14 sb 1.4.136.1: #i53898# Made code warning-free.


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d0bbf2f33c91e20ab2b10a2922b8fb4cec8e197]

INTEGRATION: CWS warnings01 (1.1.1.1.148); FILE MERGED 2005/09/23 00:15:26 sb 1.1.1.1.148.4: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/09/09 07:56:48 sb 1.1.1.1.148.3: #i53898# Improved previous change. 2005/09/08 14:08:38 sb 1.1.1.1.148.2: #i53898# Simplified previous change. 2005/09/07 16:34:13 sb 1.1.1.1.148.1: #i53898# Made code warning-free.


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3ac34923c7bf4026bbce86e07f2a13475ebd4c7]

INTEGRATION: CWS warnings01 (1.102.2); FILE MERGED 2006/05/26 13:49:15 sb 1.102.2.7: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 19:53:34 sb 1.102.2.6: RESYNC: (1.105-1.106); FILE MERGED 2006/04/20 14:49:37 sb 1.102.2.5: #i53898# Made code compile and/or warning-free again after resync to SRC680m162 (done by PL). 2006/04/07 18:53:11 sb 1.102.2.4: RESYNC: (1.103-1.105); FILE MERGED 2006/03/17 16:12:58 pl 1.102.2.3: #i55991# removed warnings for windows platform 2006/01/25 19:27:43 sb 1.102.2.2: RESYNC: (1.102-1.103); FILE MERGED 2005/11/10 20:06:37 pl 1.102.2.1: #i55991# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [771d009727c9289a9eaf1ec7a2646602bcbdd12a]

INTEGRATION: CWS warnings01 (1.116.2); FILE MERGED 2006/05/23 19:52:00 sb 1.116.2.8: RESYNC: (1.121-1.126); FILE MERGED 2006/04/20 14:49:36 sb 1.116.2.7: #i53898# Made code compile and/or warning-free again after resync to SRC680m162 (done by PL). 2006/04/07 18:51:10 sb 1.116.2.6: RESYNC: (1.118-1.121); FILE MERGED 2006/01/27 13:46:47 sb 1.116.2.5: #i53898# Made code warning-free. 2006/01/25 19:25:07 sb 1.116.2.4: RESYNC: (1.117-1.118); FILE MERGED 2005/11/07 11:54:11 pl 1.116.2.3: #i55991# removed warnings 2005/11/04 10:43:52 pl 1.116.2.2: RESYNC: (1.116-1.117); FILE MERGED 2005/10/24 14:27:00 pl 1.116.2.1: #i55991# removed warnings for linux platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7665a1725655c01b5c60dc6922fbb3a59d0760a]

INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/03/09 20:32:32 pl 1.3.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d2eb6ba4fa7cb0a2890fa6be2032c7cb7bf79db]

INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2006/03/09 20:32:32 pl 1.4.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3597c0b7f8727c09acde05cc2ddc36cc76ea6aa9]

INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED 2006/03/09 20:32:31 pl 1.9.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1207d6c7a065f5171ddd038b3c52279101c2cc1]

INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2006/03/09 20:32:04 pl 1.5.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7e110f5b66d4429d6d883ef0460c2b68b9c2326]

INTEGRATION: CWS warnings01 (1.8.4); FILE MERGED 2006/03/09 20:32:04 pl 1.8.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [15451b3f39f5e5bfba924ee9adecb3d5cc0edfae]

INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/03/09 20:32:03 pl 1.3.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d4c3ee0d2f8b39f17b9fb7a1116b49edaed0332]

INTEGRATION: CWS warnings01 (1.23.4); FILE MERGED 2006/03/09 20:32:00 pl 1.23.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2776eafe42d5d6d8edb3ee8e4e6c9a63a84fb1e6]

INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2006/03/09 20:32:00 pl 1.6.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [71d5f2878c8d2d953a1d7d17eb0d7052bff08649]

INTEGRATION: CWS warnings01 (1.14.4); FILE MERGED 2006/03/09 20:31:59 pl 1.14.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8e3c688b90163fc54e430aefe3b18dafee7e1b1]

INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2006/03/09 20:31:59 pl 1.4.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1acc4d64e5214562d8cda7b7e50a4ef9476cdead]

INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2006/03/09 20:31:58 pl 1.5.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [71d4608863e5b166bd821b2070f7ad4cf6912988]

INTEGRATION: CWS warnings01 (1.15.4); FILE MERGED 2006/03/09 20:31:58 pl 1.15.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b670fe70a6dcf28f6604ce55c60fbba11a776fb]

INTEGRATION: CWS warnings01 (1.11.4); FILE MERGED 2006/03/09 20:31:57 pl 1.11.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [67f1a5d0f183b738d341f45007e1a2c40fceea58]

INTEGRATION: CWS warnings01 (1.20.4); FILE MERGED 2006/03/09 20:31:57 pl 1.20.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1e332623e32e65eaf47498d773cc492a4e0e936]

INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2006/03/09 20:31:56 pl 1.4.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c33ab23ee636f9dc54035886ac739b4286d4d13f]

INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2006/03/09 20:31:55 pl 1.4.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [abd9238582b1e51e4594a878bf5cbc8cf69fa922]

INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED 2006/03/09 20:31:55 pl 1.9.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee02c49609de2d5a031f520cf6c4ac7c6f317f0f]

INTEGRATION: CWS warnings01 (1.13.4); FILE MERGED 2006/03/09 20:31:54 pl 1.13.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8220ba6e7f86db6ef432ec4280ffe699de2e543d]

INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED 2006/03/09 20:31:54 pl 1.9.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6462d353b81763956116ec4673775b51fc8b3eef]

INTEGRATION: CWS warnings01 (1.15.4); FILE MERGED 2006/03/09 20:31:53 pl 1.15.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb6c0b650a1f2b8f24c9466c2644a5baa3169416]

INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2006/03/09 20:31:53 pl 1.5.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [015da6cac4f2412182792acc36817a9c7bfbe330]

INTEGRATION: CWS warnings01 (1.8.4); FILE MERGED 2006/03/09 20:31:53 pl 1.8.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa08a946cfc27461fb0fa51319d218992b4b78b6]

INTEGRATION: CWS warnings01 (1.19.4); FILE MERGED 2006/03/09 20:31:52 pl 1.19.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8a3b49d6a1a9a3fafa42d1d0f2be400d917a786]

INTEGRATION: CWS warnings01 (1.8.4); FILE MERGED 2006/03/09 20:31:52 pl 1.8.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f17ea4c82cad95e01eb385a914328956cf1e12ad]

INTEGRATION: CWS warnings01 (1.10.4); FILE MERGED 2006/03/09 20:31:51 pl 1.10.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fcfd70aebaaa79063e0d3eec54358b21c65c2d4]

INTEGRATION: CWS warnings01 (1.20.4); FILE MERGED 2006/03/09 20:31:51 pl 1.20.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [74ed5465785bc3e94cd8885ccf17399e8f1928af]

INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2006/03/09 20:31:50 pl 1.4.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [85cd39f98cf8bad5964f1657c6671f46332fb84d]

INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2006/03/09 20:31:50 pl 1.5.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [976d712d04c273917b55dd826d4a6d82c36beedc]

INTEGRATION: CWS warnings01 (1.13.4); FILE MERGED 2006/03/09 20:31:49 pl 1.13.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc953e7b12cffe371c88fa0d770bfc6d22cd628e]

INTEGRATION: CWS warnings01 (1.23.4); FILE MERGED 2006/03/09 20:31:49 pl 1.23.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [14abbd09de7249d8851ac22ce6b16a43f074a98b]

INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2006/03/09 20:31:48 pl 1.6.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7fbc9b7f07ec53d9cf3c760fe841530c4e169a8]

INTEGRATION: CWS warnings01 (1.18.4); FILE MERGED 2006/03/09 20:31:48 pl 1.18.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a20b05591f003547c5de6e55fc66ac697594d2a2]

INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/03/09 20:31:47 pl 1.3.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [da189014ca9d4e616672df99ed895625a2cbc485]

INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2006/03/09 20:31:46 pl 1.6.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9acc26a9d513ed3fe3c932e8e1c9702797c5d642]

INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2006/03/09 20:31:46 pl 1.5.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [377c9fe5c076e5bdc1df065f1ac477a2fca31d18]

INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/03/09 20:31:45 pl 1.3.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdf6b2797d356fc2f2f6fa632c194c30c2979c30]

INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED 2006/03/09 20:31:45 pl 1.9.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [86e9cc1e0e6ab11826c5f27efd076d5dc0cba470]

INTEGRATION: CWS warnings01 (1.10.4); FILE MERGED 2006/03/09 20:31:44 pl 1.10.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2784b36b314f7d6896784ec2e84c6de73862c78e]

INTEGRATION: CWS warnings01 (1.17.4); FILE MERGED 2006/03/09 20:31:44 pl 1.17.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cafe45dc301ecaed16680716d3d6d2b3456eba83]

INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/03/09 20:31:43 pl 1.3.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4898fabd0ccf8312a2665d37b3272545c8ec7825]

INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED 2006/03/09 20:31:43 pl 1.7.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [da05e437cf637c92a10068619c77c6f9220bcc2b]

INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/27 11:44:57 pl 1.3.4.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2df214281a53004200329b6aad03cbbcc84741ff]

INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/10/27 11:44:56 pl 1.4.4.2: #i55991# removed warnings for solaris platform 2005/10/21 14:14:54 pl 1.4.4.1: #i55991# removed warnings for linux platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d2262d30d3d9e791dbc72ced42a2b9bdd1a7e34]

INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/10/27 11:44:56 pl 1.4.4.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b834420b1074463171827d80ff0d179ce5facc5e]

INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/11/01 13:42:59 sb 1.4.4.2: #i53898# Fixed previous change. 2005/10/27 11:44:56 pl 1.4.4.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9675bbc5782a0a4f9c6c245a6fbb083ffa97c71]

INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/27 11:44:53 pl 1.3.4.2: #i55991# removed warnings for solaris platform 2005/10/21 14:14:54 pl 1.3.4.1: #i55991# removed warnings for linux platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [81d5c3d284e32096b72ef293b0acf4ad61257c91]

INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2006/03/09 20:31:42 pl 1.4.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f47e0761e4a6065ee5874cfeb17946874848161c]

INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/10/27 11:44:50 pl 1.4.4.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8463162c84f71d75c056d2e8d20bceb40fe4656b]

INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2006/03/09 20:31:41 pl 1.5.4.2: #i55991# removed warnings for windows platform 2005/10/21 14:14:53 pl 1.5.4.1: #i55991# removed warnings for linux platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [24adccd07fd6f5c07419013b0da4447e0e317d62]

INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/03/09 20:31:41 pl 1.3.4.2: #i55991# removed warnings for windows platform 2005/10/21 14:14:52 pl 1.3.4.1: #i55991# removed warnings for linux platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d213701007c79ceb044297f01a637c983d88f181]

INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/03/09 20:31:40 pl 1.3.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bac3930b1a1dada3dfcd301890ee20eef2094686]

INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2006/03/09 20:31:40 pl 1.4.4.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdcc80440baf9202ee985a1e50d6be4b234a1c52]

INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/27 11:44:40 pl 1.3.4.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bcab5c3d162f8389b3aeb794f670a2680a42acd]

INTEGRATION: CWS warnings01 (1.8.4); FILE MERGED 2005/10/24 16:30:10 pl 1.8.4.1: #i55991# remove warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [930a359d964ca1ae4569d2a4cf150215cc96b2d1]

INTEGRATION: CWS warnings01 (1.32.4); FILE MERGED 2006/05/24 01:22:54 sb 1.32.4.2: RESYNC: (1.32-1.33); FILE MERGED 2005/10/24 16:30:09 pl 1.32.4.1: #i55991# remove warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae18e0923b03890b257f87a5559da5b0d70b2ce8]

INTEGRATION: CWS warnings01 (1.73.4); FILE MERGED 2006/05/24 01:22:14 sb 1.73.4.4: RESYNC: (1.76-1.77); FILE MERGED 2006/01/25 22:23:00 sb 1.73.4.3: RESYNC: (1.74-1.76); FILE MERGED 2005/11/07 20:25:12 pl 1.73.4.2: RESYNC: (1.73-1.74); FILE MERGED 2005/10/24 16:30:09 pl 1.73.4.1: #i55991# remove warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [63035849ce1d884961156e9e7027d2f70134d12e]

INTEGRATION: CWS warnings01 (1.14.4); FILE MERGED 2005/10/24 16:30:08 pl 1.14.4.1: #i55991# remove warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [77a0da639505538ae4a10ecf51dfb7005f891405]

INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED 2005/10/26 15:42:31 sb 1.3.10.1: #i53898# Cleaned up.


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [363361e48c87d8cc211e8f0c7cc4741054e05a04]

INTEGRATION: CWS warnings01 (1.13.10); FILE MERGED 2006/04/10 07:26:19 sb 1.13.10.2: RESYNC: (1.13-1.14); FILE MERGED 2005/10/26 15:42:30 sb 1.13.10.1: #i53898# Cleaned up.


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [52a61f42d4e6c8617fb295421e93dff9574813e6]

INTEGRATION: CWS warnings01 (1.4.10); FILE MERGED 2006/05/24 01:19:41 sb 1.4.10.5: RESYNC: (1.6-1.7); FILE MERGED 2006/04/07 21:35:02 sb 1.4.10.4: RESYNC: (1.5-1.6); FILE MERGED 2006/01/25 22:22:29 sb 1.4.10.3: RESYNC: (1.4-1.5); FILE MERGED 2005/10/28 16:15:30 pl 1.4.10.2: #i55991# removed warnings for solaris platform 2005/10/21 16:25:16 pl 1.4.10.1: #i55991# removed warnings for linux platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6569df53569a1b1072f605924d5a4de460fd781a]

INTEGRATION: CWS warnings01 (1.4.10); FILE MERGED 2005/10/28 16:15:30 pl 1.4.10.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e51019c9d33d848f1b69f55e4c1348750eeb1cb]

INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED 2005/10/28 16:15:30 pl 1.5.10.2: #i55991# removed warnings for solaris platform 2005/10/21 16:25:15 pl 1.5.10.1: #i55991# removed warnings for linux platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd40f7bfbc41222d5a51df9bdb0ebe058b4106ff]

INTEGRATION: CWS warnings01 (1.89.8); FILE MERGED 2006/04/06 14:23:15 cd 1.89.8.4: #55991# Make warning free for MSVC compiler 2005/11/10 14:04:05 pl 1.89.8.3: #i55991# removed warnings 2005/10/28 16:15:29 pl 1.89.8.2: #i55991# removed warnings for solaris platform 2005/10/21 16:25:14 pl 1.89.8.1: #i55991# removed warnings for linux platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1b1eee91bf6cd5063585e733bb0937f47383715]

INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2006/04/07 21:34:40 sb 1.3.8.3: RESYNC: (1.3-1.4); FILE MERGED 2006/04/06 14:23:15 cd 1.3.8.2: #55991# Make warning free for MSVC compiler 2005/10/21 16:25:14 pl 1.3.8.1: #i55991# removed warnings for linux platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7dd285eb4db78b6e313b1f28c0d3d3c0c92972f]

INTEGRATION: CWS warnings01 (1.43.8); FILE MERGED 2006/04/06 14:23:15 cd 1.43.8.3: #55991# Make warning free for MSVC compiler 2005/10/28 16:15:29 pl 1.43.8.2: #i55991# removed warnings for solaris platform 2005/10/21 16:25:13 pl 1.43.8.1: #i55991# removed warnings for linux platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [849ef9e3c72033e49c756058f988437249b3f173]

INTEGRATION: CWS warnings01 (1.2.10); FILE MERGED 2005/10/28 16:15:29 pl 1.2.10.2: #i55991# removed warnings for solaris platform 2005/10/21 16:25:13 pl 1.2.10.1: #i55991# removed warnings for linux platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6314cad82649900947422015538ba3d81db46a33]

INTEGRATION: CWS warnings01 (1.7.8); FILE MERGED 2006/05/29 11:49:13 sb 1.7.8.5: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/24 01:18:56 sb 1.7.8.4: RESYNC: (1.7-1.8); FILE MERGED 2006/04/06 14:23:14 cd 1.7.8.3: #55991# Make warning free for MSVC compiler 2005/10/28 16:15:29 pl 1.7.8.2: #i55991# removed warnings for solaris platform 2005/10/21 16:25:12 pl 1.7.8.1: #i55991# removed warnings for linux platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [43d38f137f7b9c60932037084fb32b7c0d3982eb]

INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED 2006/05/24 01:18:03 sb 1.6.10.4: RESYNC: (1.6-1.7); FILE MERGED 2006/04/06 14:23:14 cd 1.6.10.3: #55991# Make warning free for MSVC compiler 2005/10/28 16:15:28 pl 1.6.10.2: #i55991# removed warnings for solaris platform 2005/10/21 16:25:11 pl 1.6.10.1: #i55991# removed warnings for linux platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fa68e2bfe6b5b548ece6051ed2429d50280035a]

INTEGRATION: CWS warnings01 (1.4.10); FILE MERGED 2006/04/06 14:23:14 cd 1.4.10.1: #55991# Make warning free for MSVC compiler


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cbe1e05e9d437b694c2b882d610b6b3bf4d746b]

INTEGRATION: CWS warnings01 (1.7.10); FILE MERGED 2006/04/06 14:23:14 cd 1.7.10.2: #55991# Make warning free for MSVC compiler 2005/10/21 16:25:11 pl 1.7.10.1: #i55991# removed warnings for linux platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6b0b21ec1183af4862dd1b9482cbcbddc077bb6]

INTEGRATION: CWS warnings01 (1.7.10); FILE MERGED 2006/04/06 14:23:14 cd 1.7.10.3: #55991# Make warning free for MSVC compiler 2005/10/28 16:15:28 pl 1.7.10.2: #i55991# removed warnings for solaris platform 2005/10/21 16:25:10 pl 1.7.10.1: #i55991# removed warnings for linux platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fcd22ba952b772855aff5c98967519b14c1a59f]

INTEGRATION: CWS warnings01 (1.6.8); FILE MERGED 2006/04/20 14:47:31 sb 1.6.8.3: #i53898# Made code warning-free again after resync to SRC680m162. 2006/04/07 21:34:20 sb 1.6.8.2: RESYNC: (1.6-1.8); FILE MERGED 2005/10/21 16:25:09 pl 1.6.8.1: #i55991# removed warnings for linux platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7528ee6b9d3dc8e4a676bf4571df6dd55f0b57fe]

INTEGRATION: CWS warnings01 (1.2.10); FILE MERGED 2005/10/28 16:15:28 pl 1.2.10.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [551ae887fb06447d3cf6d98e930e2a551b065204]

INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED 2006/04/06 14:23:14 cd 1.3.10.3: #55991# Make warning free for MSVC compiler 2005/10/28 16:15:28 pl 1.3.10.2: #i55991# removed warnings for solaris platform 2005/10/21 16:25:09 pl 1.3.10.1: #i55991# removed warnings for linux platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1eefb1bc92304016fcd42dbccdd3b334aca15b10]

INTEGRATION: CWS warnings01 (1.14.8); FILE MERGED 2005/10/28 16:15:27 pl 1.14.8.2: #i55991# removed warnings for solaris platform 2005/10/21 16:25:08 pl 1.14.8.1: #i55991# removed warnings for linux platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7da1805e5c731944d0167a0cdcc28595a314b9a]

INTEGRATION: CWS warnings01 (1.9.10); FILE MERGED 2006/04/20 14:47:31 sb 1.9.10.4: #i53898# Made code warning-free again after resync to SRC680m162. 2006/04/07 21:34:10 sb 1.9.10.3: RESYNC: (1.9-1.10); FILE MERGED 2005/10/28 16:15:27 pl 1.9.10.2: #i55991# removed warnings for solaris platform 2005/10/26 15:42:29 sb 1.9.10.1: #i53898# Cleaned up.


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [46908bab4c701121740f8f536ad988106ffda64e]

INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED 2005/10/28 16:15:27 pl 1.5.8.2: #i55991# removed warnings for solaris platform 2005/10/21 16:25:07 pl 1.5.8.1: #i55991# removed warnings for linux platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b8e43aeaa302b8a21bb938e599031227c7bddf2]

INTEGRATION: CWS warnings01 (1.20.10); FILE MERGED 2006/04/06 14:23:13 cd 1.20.10.4: #55991# Make warning free for MSVC compiler 2005/11/10 14:04:05 pl 1.20.10.3: #i55991# removed warnings 2005/10/28 16:15:26 pl 1.20.10.2: #i55991# removed warnings for solaris platform 2005/10/21 16:25:07 pl 1.20.10.1: #i55991# removed warnings for linux platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d2613f5f430f6932dbabc8c5549b61ddcae173b]

INTEGRATION: CWS warnings01 (1.7.8); FILE MERGED 2005/10/28 16:15:26 pl 1.7.8.2: #i55991# removed warnings for solaris platform 2005/10/21 16:25:06 pl 1.7.8.1: #i55991# removed warnings for linux platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5cf86430e3dcd983e3b666c25c1f349cfd1b35ca]

INTEGRATION: CWS warnings01 (1.9.8); FILE MERGED 2005/10/21 16:25:05 pl 1.9.8.1: #i55991# removed warnings for linux platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8be5addcce85d97c2373302e9751da14d3adb6fa]

INTEGRATION: CWS warnings01 (1.37.10); FILE MERGED 2006/04/07 21:33:54 sb 1.37.10.2: RESYNC: (1.37-1.38); FILE MERGED 2005/10/21 16:25:05 pl 1.37.10.1: #i55991# removed warnings for linux platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ecae08ff7c1f5913a9a2fde307373afe44a0b9b0]

INTEGRATION: CWS warnings01 (1.23.8); FILE MERGED 2005/10/28 16:15:23 pl 1.23.8.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc65e9583c1867c022a50e64a6733ec30be8cca8]

INTEGRATION: CWS warnings01 (1.2.10); FILE MERGED 2005/10/21 16:24:49 pl 1.2.10.1: #i55991# removed warnings for linux platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [888c6c12b1bb0f0c8ad0092b13af8826c4fd196b]

INTEGRATION: CWS warnings01 (1.2.82); FILE MERGED 2005/10/24 18:23:12 nn 1.2.82.2: #i53898# warning-free code 2005/09/01 15:30:12 er 1.2.82.1: #i53898# warning free


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [de2b9b8740d0811a10aed2b08bad40fa65f884fb]

INTEGRATION: CWS warnings01 (1.3.22); FILE MERGED 2006/02/09 18:41:22 nn 1.3.22.3: #i53898# warning-free code 2005/10/24 18:23:12 nn 1.3.22.2: #i53898# warning-free code 2005/09/01 15:30:12 er 1.3.22.1: #i53898# warning free


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4398c3c58938aecd7598e84a9caf99b80195959]

INTEGRATION: CWS warnings01 (1.12.6); FILE MERGED 2005/10/27 13:56:02 pl 1.12.6.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [130fb75ef6b65d25348736b70cabacae10cc8965]

INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2005/10/27 13:56:01 pl 1.3.8.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f30268752d34d1ab2aa2442078148ed215e21f2]

INTEGRATION: CWS warnings01 (1.6.8); FILE MERGED 2006/03/06 16:08:08 pl 1.6.8.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [63b504cc4771ece9bfe44c99252a9a2c2ee153e1]

INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2006/03/06 16:08:08 pl 1.4.8.2: #i55991# removed warnings for windows platform 2005/10/27 13:56:01 pl 1.4.8.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c284c39dc919cb189b97d0a773c9efb5ba69fe3]

INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED 2006/03/06 16:08:07 pl 1.5.8.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8bdd57f5eaadbf6657470a2de9c8645c5a10e6c0]

INTEGRATION: CWS warnings01 (1.10.6); FILE MERGED 2006/03/06 16:08:07 pl 1.10.6.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ada0ba308007488b4b71b7edc4b0f89d942a4ab8]

INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2006/03/06 16:08:07 pl 1.4.8.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [66b8ab01e96d1d3770fa63c91bec5976931397b4]

INTEGRATION: CWS warnings01 (1.8.8); FILE MERGED 2006/03/06 16:08:07 pl 1.8.8.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [317b12b48e100b94246e688c3cc3b216b8dec280]

INTEGRATION: CWS warnings01 (1.6.8); FILE MERGED 2006/03/06 16:08:07 pl 1.6.8.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac87682415295ca54965dbb8bdd37a518777f6b7]

INTEGRATION: CWS warnings01 (1.23.4); FILE MERGED 2006/05/24 01:14:52 sb 1.23.4.4: RESYNC: (1.24-1.25); FILE MERGED 2005/11/07 20:23:57 pl 1.23.4.3: RESYNC: (1.23-1.24); FILE MERGED 2005/11/02 10:38:48 pl 1.23.4.2: #i55991# use correct path 2005/10/27 13:56:00 pl 1.23.4.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [35befe2aee455beb27ac3f8e9ec2968576e7d0d1]

INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2005/10/27 13:56:00 pl 1.4.8.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b0bccf5d42e557c8f0e0788237238291c60000b]

INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED 2005/10/27 13:56:00 pl 1.5.8.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a43667eca349f6bc23795a2a63acc5e665f7c429]

INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2005/10/27 13:55:59 pl 1.4.8.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb79d79848b3d5460b0cad2853dbaeacf6ad1a01]

INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED 2006/04/07 21:33:24 sb 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2005/10/27 13:55:59 pl 1.5.8.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bc2394329e73f2fd2c9bb25e282264f24a9578d]

INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED 2005/10/27 13:55:59 pl 1.5.8.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ad4cc5bd12ae4027b0af68805df9e3d50e8d8b2]

INTEGRATION: CWS warnings01 (1.6.8); FILE MERGED 2005/10/27 13:55:58 pl 1.6.8.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [139a10e9cd7c61820fb5e0d63a409a6c97fca186]

INTEGRATION: CWS warnings01 (1.6.6); FILE MERGED 2006/03/06 16:08:07 pl 1.6.6.3: #i55991# removed warnings for windows platform 2005/10/27 13:55:57 pl 1.6.6.2: #i55991# removed warnings for solaris platform 2005/10/14 12:29:09 pl 1.6.6.1: #i55991# remove warnings due to pragma hdrstop


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c701b7c72f869c6c7f8128bc7e08bfe5a864dfb7]

INTEGRATION: CWS warnings01 (1.6.8); FILE MERGED 2006/03/06 16:08:06 pl 1.6.8.2: #i55991# removed warnings for windows platform 2005/10/14 12:29:09 pl 1.6.8.1: #i55991# remove warnings due to pragma hdrstop


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3d2a509ff9e2c845b5ce486f8fefcc1feed6046]

INTEGRATION: CWS warnings01 (1.9.8); FILE MERGED 2005/10/14 12:29:09 pl 1.9.8.1: #i55991# remove warnings due to pragma hdrstop


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [68bb5b64b4cf1acadf4f11e25cbb82129a861099]

INTEGRATION: CWS warnings01 (1.4.6); FILE MERGED 2005/10/14 12:29:08 pl 1.4.6.1: #i55991# remove warnings due to pragma hdrstop


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb51170c7554121dc762427a54bcaac3bb5d6536]

INTEGRATION: CWS warnings01 (1.12.8); FILE MERGED 2006/05/24 01:14:32 sb 1.12.8.4: RESYNC: (1.12-1.13); FILE MERGED 2006/03/06 16:08:06 pl 1.12.8.3: #i55991# removed warnings for windows platform 2005/10/27 13:55:56 pl 1.12.8.2: #i55991# removed warnings for solaris platform 2005/10/14 12:29:08 pl 1.12.8.1: #i55991# remove warnings due to pragma hdrstop


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [85ba3b5b78a3d6f862174f2b21c7a791161630bf]

INTEGRATION: CWS warnings01 (1.11.6); FILE MERGED 2006/05/24 01:14:24 sb 1.11.6.3: RESYNC: (1.11-1.12); FILE MERGED 2005/10/27 13:55:56 pl 1.11.6.2: #i55991# removed warnings for solaris platform 2005/10/14 12:29:07 pl 1.11.6.1: #i55991# remove warnings due to pragma hdrstop


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2fddde0e22e1e6fc73916f586baa2d5dd8d78dc]

INTEGRATION: CWS warnings01 (1.9.8); FILE MERGED 2006/05/24 01:14:15 sb 1.9.8.5: RESYNC: (1.10-1.11); FILE MERGED 2006/03/06 16:08:06 pl 1.9.8.4: #i55991# removed warnings for windows platform 2006/01/25 22:22:07 sb 1.9.8.3: RESYNC: (1.9-1.10); FILE MERGED 2005/10/27 13:55:56 pl 1.9.8.2: #i55991# removed warnings for solaris platform 2005/10/14 12:29:07 pl 1.9.8.1: #i55991# remove warnings due to pragma hdrstop


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [06fd0d12356973df920c0fe7829a15f8295922ee]

INTEGRATION: CWS warnings01 (1.12.8); FILE MERGED 2006/05/24 01:14:06 sb 1.12.8.4: RESYNC: (1.12-1.13); FILE MERGED 2006/03/06 16:08:06 pl 1.12.8.3: #i55991# removed warnings for windows platform 2005/10/27 13:55:55 pl 1.12.8.2: #i55991# removed warnings for solaris platform 2005/10/14 12:29:07 pl 1.12.8.1: #i55991# remove warnings due to pragma hdrstop


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [70f515ea752233c8a200d8979768ec1ac599fce0]

INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED 2005/10/27 13:55:55 pl 1.5.8.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9870b1aa01dff091c5dfdbe0c26a1fc227fb5146]

INTEGRATION: CWS warnings01 (1.11.6); FILE MERGED 2005/10/14 12:29:06 pl 1.11.6.1: #i55991# remove warnings due to pragma hdrstop


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f64cee31a384123b03f24a0713b1d8db17828ec]

INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2005/10/27 13:55:55 pl 1.4.8.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ee862449d3f32dffcbc563158128cc31a4526a4]

INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED 2005/10/27 13:55:54 pl 1.5.8.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [caa243df3874947d00c82a44df2ed5e1f9822cae]

INTEGRATION: CWS warnings01 (1.10.8); FILE MERGED 2006/05/24 01:13:49 sb 1.10.8.2: RESYNC: (1.10-1.11); FILE MERGED 2006/03/06 16:08:06 pl 1.10.8.1: #i55991# removed warnings for windows platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [660257f2569512dce6f89bed60ae1b7752378454]

INTEGRATION: CWS warnings01 (1.12.8); FILE MERGED 2006/05/24 01:13:41 sb 1.12.8.2: RESYNC: (1.12-1.13); FILE MERGED 2005/10/27 13:55:54 pl 1.12.8.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f507cc47a6d9825aa08aede2a33bb6f0164564d]

INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2005/10/27 13:55:53 pl 1.4.8.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7768ccbabc16608b13d43b26b672730f9ba6eb0d]

INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED 2005/10/27 13:55:53 pl 1.5.8.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [08c1ca7eb8473aa244105d43f8f9b9f7cbdfc9d9]

INTEGRATION: CWS warnings01 (1.6.8); FILE MERGED 2005/10/27 13:55:53 pl 1.6.8.1: #i55991# removed warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6f218c7fb85c05cf8a041c617fba48c02fe503a]

INTEGRATION: CWS warnings01 (1.5.12); FILE MERGED 2006/04/20 14:54:53 sb 1.5.12.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [33896d16ddb695dd738344e8b1cad4a7bb413430]

INTEGRATION: CWS warnings01 (1.5.14); FILE MERGED 2005/10/24 15:13:21 nn 1.5.14.1: #i53898# warning-free code


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c3e6d94cb5425736b49b03b398fb93046128802]

INTEGRATION: CWS warnings01 (1.6.14); FILE MERGED 2005/11/09 20:22:04 pl 1.6.14.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a321e98a0142a9bbc563c05ae550bdf86b5d132]

INTEGRATION: CWS warnings01 (1.9.14); FILE MERGED 2005/11/09 20:22:04 pl 1.9.14.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1822176801c93747a925a05c8eafa944f07e03b]

INTEGRATION: CWS warnings01 (1.5.14); FILE MERGED 2005/11/09 20:22:03 pl 1.5.14.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [22969341428628fe38f44286035884b990597e6b]

INTEGRATION: CWS warnings01 (1.13.14); FILE MERGED 2005/11/10 10:15:03 pl 1.13.14.3: #i53898# removed warnings 2005/11/09 20:22:03 pl 1.13.14.2: #i53898# removed warnings 2005/10/24 15:14:08 nn 1.13.14.1: #i53898# warning-free code


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [182245066ce1fe130e78685c19858a37c4d49bbb]

INTEGRATION: CWS warnings01 (1.9.14); FILE MERGED 2006/04/20 15:23:16 sb 1.9.14.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c2aa0621cdcaf93d42a64350d4818fad17ce816]

INTEGRATION: CWS warnings01 (1.9.14); FILE MERGED 2005/11/09 20:22:03 pl 1.9.14.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3713dd5f103bccb6e41cc607695b8351b0051240]

INTEGRATION: CWS warnings01 (1.9.14); FILE MERGED 2005/11/09 20:22:02 pl 1.9.14.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4788f16baa0c81577905f3e0c6eda1b418b0cf2b]

INTEGRATION: CWS warnings01 (1.5.14); FILE MERGED 2006/04/07 21:13:47 sb 1.5.14.3: RESYNC: (1.6-1.7); FILE MERGED 2006/01/25 22:10:04 sb 1.5.14.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/09 20:22:02 pl 1.5.14.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e348d7a7b43d040a3f9030286941e428630dadd7]

INTEGRATION: CWS warnings01 (1.8.14); FILE MERGED 2006/04/21 09:40:19 sb 1.8.14.4: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 21:13:40 sb 1.8.14.3: RESYNC: (1.9-1.10); FILE MERGED 2006/01/25 22:09:56 sb 1.8.14.2: RESYNC: (1.8-1.9); FILE MERGED 2005/11/09 20:22:02 pl 1.8.14.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8f9c7a3a33de6e1582042291ccddb390de232a2]

INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED 2006/04/20 15:23:16 sb 1.4.14.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1a6e59a15ef085755a66ee10a01ac43785f62d3]

INTEGRATION: CWS warnings01 (1.5.14); FILE MERGED 2006/04/07 21:13:12 sb 1.5.14.6: RESYNC: (1.6-1.7); FILE MERGED 2006/03/08 13:19:13 nn 1.5.14.5: #i53898# warning-free code 2005/11/10 10:15:03 pl 1.5.14.4: #i53898# removed warnings 2005/11/09 20:22:01 pl 1.5.14.3: #i53898# removed warnings 2005/11/07 20:10:42 pl 1.5.14.2: RESYNC: (1.5-1.6); FILE MERGED 2005/10/24 15:12:20 nn 1.5.14.1: #i53898# warning-free code


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e7c8642ce3102633aa1d84ef5352abf264b4d33]

INTEGRATION: CWS warnings01 (1.6.12); FILE MERGED 2005/11/09 20:22:01 pl 1.6.12.3: #i53898# removed warnings 2005/11/07 20:10:33 pl 1.6.12.2: RESYNC: (1.6-1.7); FILE MERGED 2005/10/24 15:10:06 nn 1.6.12.1: #i53898# warning-free code


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [97e3a7a6a7c13272e62f7ae6a823982c5432bd99]

INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2005/10/24 15:11:12 nn 1.3.14.1: #i53898# warning-free code


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [41cd73b2437ce66818ef4d74cc93f5a5b9adb002]

INTEGRATION: CWS warnings01 (1.38.16); FILE MERGED 2006/04/07 21:13:05 sb 1.38.16.2: RESYNC: (1.38-1.39); FILE MERGED 2005/11/09 20:22:00 pl 1.38.16.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [29814e86209cf081b77ec8ae027ef98be89af7c0]

INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED 2005/11/10 10:15:03 pl 1.4.14.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fc5ad0726046756b05279b43dab7f8118e6d641]

INTEGRATION: CWS warnings01 (1.11.16); FILE MERGED 2005/11/10 10:15:02 pl 1.11.16.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f05f9d8fc1e87633d3bb08495d98373f18177e2]

INTEGRATION: CWS warnings01 (1.21.8); FILE MERGED 2006/03/08 13:19:12 nn 1.21.8.4: #i53898# warning-free code 2005/11/10 10:15:02 pl 1.21.8.3: #i53898# removed warnings 2005/11/07 20:09:53 pl 1.21.8.2: RESYNC: (1.21-1.22); FILE MERGED 2005/10/24 15:09:05 nn 1.21.8.1: #i53898# warning-free code


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b185fa80373a0cfe260a2a57ae8987d59460e03]

INTEGRATION: CWS warnings01 (1.11.14); FILE MERGED 2005/11/09 20:22:00 pl 1.11.14.2: #i53898# removed warnings 2005/10/24 15:08:02 nn 1.11.14.1: #i53898# warning-free code


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c57ae92bbf72c211a89e990e2391ed6b6d9d7cf6]

INTEGRATION: CWS warnings01 (1.33.12); FILE MERGED 2006/05/29 10:00:07 sb 1.33.12.8: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/24 00:31:14 sb 1.33.12.7: RESYNC: (1.38-1.40); FILE MERGED 2006/04/07 21:12:09 sb 1.33.12.6: RESYNC: (1.37-1.38); FILE MERGED 2006/03/08 13:19:11 nn 1.33.12.5: #i53898# warning-free code 2006/01/25 22:04:54 sb 1.33.12.4: RESYNC: (1.34-1.37); FILE MERGED 2005/11/10 10:15:01 pl 1.33.12.3: #i53898# removed warnings 2005/11/07 19:50:32 pl 1.33.12.2: RESYNC: (1.33-1.34); FILE MERGED 2005/10/24 15:06:47 nn 1.33.12.1: #i53898# warning-free code


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [52eb8c0ab056147ef3726d935729de9677dd5ce7]

INTEGRATION: CWS warnings01 (1.18.2); FILE MERGED 2006/05/24 00:30:45 sb 1.18.2.5: RESYNC: (1.21-1.22); FILE MERGED 2006/04/07 21:12:00 sb 1.18.2.4: RESYNC: (1.20-1.21); FILE MERGED 2006/03/08 13:19:11 nn 1.18.2.3: #i53898# warning-free code 2006/01/25 22:04:46 sb 1.18.2.2: RESYNC: (1.18-1.20); FILE MERGED 2005/11/09 20:21:59 pl 1.18.2.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3dbfdea7e7492668dddfc593a578436ab65466da]

INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2006/05/26 13:43:11 sb 1.3.8.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170.


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f964e2c1685bb0d314c74cdd8f796a96a496a5c7]

INTEGRATION: CWS warnings01 (1.2.18); FILE MERGED 2006/05/29 09:59:28 sb 1.2.18.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170.


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e520bece5843c81875a61a5d3acf072c2af452b]

INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED 2006/01/25 22:04:38 sb 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/10 10:15:01 pl 1.3.12.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cafe2280d477319501b0a4fdc844108a0859bf1c]

INTEGRATION: CWS warnings01 (1.2.12); FILE MERGED 2006/01/25 22:04:31 sb 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2005/11/10 10:15:01 pl 1.2.12.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2303ab02d48cb299035508abef649461e74ba1d]

INTEGRATION: CWS warnings01 (1.6.12); FILE MERGED 2006/01/25 22:04:24 sb 1.6.12.2: RESYNC: (1.6-1.7); FILE MERGED 2005/10/24 15:03:18 nn 1.6.12.1: #i53898# warning-free code


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a930029aa86fcd3954414d24beec1f9c318872a0]

INTEGRATION: CWS warnings01 (1.8.14); FILE MERGED 2006/04/07 21:07:42 sb 1.8.14.3: RESYNC: (1.8-1.9); FILE MERGED 2006/03/08 13:19:10 nn 1.8.14.2: #i53898# warning-free code 2005/11/09 20:21:57 pl 1.8.14.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b120b60999dba98994a09594a4cf6db871d917a]

INTEGRATION: CWS warnings01 (1.9.16); FILE MERGED 2006/05/24 00:29:20 sb 1.9.16.2: RESYNC: (1.9-1.10); FILE MERGED 2006/03/08 13:19:10 nn 1.9.16.1: #i53898# warning-free code


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a43fc841196d3038d6d0e0288fd3fffda273eb7a]

INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2006/04/21 09:13:23 sb 1.3.14.5: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/20 15:23:15 sb 1.3.14.4: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 21:07:34 sb 1.3.14.3: RESYNC: (1.3-1.4); FILE MERGED 2006/03/08 13:19:10 nn 1.3.14.2: #i53898# warning-free code 2005/11/09 20:21:57 pl 1.3.14.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a49eb5c64b8d2df128acd287454e5cb26213ed96]

INTEGRATION: CWS warnings01 (1.6.14); FILE MERGED 2006/04/21 09:13:22 sb 1.6.14.2: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/20 15:23:15 sb 1.6.14.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [eed60d2754835cdd3bdcb0d9888c2752d30c1bf9]

INTEGRATION: CWS warnings01 (1.20.12); FILE MERGED 2006/05/24 00:28:59 sb 1.20.12.5: RESYNC: (1.21-1.22); FILE MERGED 2006/03/08 13:19:10 nn 1.20.12.4: #i53898# warning-free code 2005/11/10 10:15:01 pl 1.20.12.3: #i53898# removed warnings 2005/11/07 19:49:47 pl 1.20.12.2: RESYNC: (1.20-1.21); FILE MERGED 2005/10/24 15:02:16 nn 1.20.12.1: #i53898# warning-free code


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bf8e7c89c2d9808f0d47adba8034ecc3e57b22b]

INTEGRATION: CWS warnings01 (1.6.2); FILE MERGED 2006/04/07 21:05:13 sb 1.6.2.3: RESYNC: (1.6-1.7); FILE MERGED 2006/03/08 13:19:09 nn 1.6.2.2: #i53898# warning-free code 2005/11/10 10:15:00 pl 1.6.2.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3dc31f2af45acc8287aa5efcaad418aa1c566589]

INTEGRATION: CWS warnings01 (1.10.14); FILE MERGED 2006/05/24 00:27:36 sb 1.10.14.2: RESYNC: (1.10-1.12); FILE MERGED 2006/04/20 15:23:15 sb 1.10.14.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dde297cb981b038a9564fda63cdd18efe9882fb1]

INTEGRATION: CWS warnings01 (1.8.14); FILE MERGED 2006/04/07 21:04:57 sb 1.8.14.4: RESYNC: (1.8-1.9); FILE MERGED 2005/11/10 10:15:00 pl 1.8.14.3: #i53898# removed warnings 2005/11/09 20:21:56 pl 1.8.14.2: #i53898# removed warnings 2005/10/24 15:01:24 nn 1.8.14.1: #i53898# warning-free code


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f5c59b97aae5e26139e8c9b4ca35df16540dd5a]

INTEGRATION: CWS warnings01 (1.7.14); FILE MERGED 2005/11/09 20:21:56 pl 1.7.14.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [eaa5a103ed320e9b37a217a0c104325c1aaab8c2]

INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED 2005/10/24 15:00:08 nn 1.4.14.1: #i53898# warning-free code


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [af79422f29a6a4dccbef827fb52ef612c8cd375f]

INTEGRATION: CWS warnings01 (1.10.12); FILE MERGED 2005/11/10 10:15:00 pl 1.10.12.4: #i53898# removed warnings 2005/11/09 20:21:55 pl 1.10.12.3: #i53898# removed warnings 2005/11/07 19:48:42 pl 1.10.12.2: RESYNC: (1.10-1.11); FILE MERGED 2005/10/24 14:59:35 nn 1.10.12.1: #i53898# warning-free code


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6928f7328b4ac342bfadc9e80b8ee4a8539dbd3]

INTEGRATION: CWS warnings01 (1.8.14); FILE MERGED 2005/11/09 20:21:55 pl 1.8.14.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a893a25d8f7eba97b03a4cb16bf040cf47eea3ee]

INTEGRATION: CWS warnings01 (1.9.14); FILE MERGED 2006/03/08 13:19:09 nn 1.9.14.2: #i53898# warning-free code 2005/10/24 14:58:21 nn 1.9.14.1: #i53898# warning-free code


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [eeb60f3274f844ed65b3bd9453ac1a4757ab6aa2]

INTEGRATION: CWS warnings01 (1.8.14); FILE MERGED 2006/03/08 13:19:09 nn 1.8.14.2: #i53898# warning-free code 2005/10/24 14:57:22 nn 1.8.14.1: #i53898# warning-free code


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3137dfa85ac11a4725435301c277d81a3c96039]

INTEGRATION: CWS warnings01 (1.28.14); FILE MERGED 2006/03/08 13:19:08 nn 1.28.14.2: #i53898# warning-free code 2005/11/09 20:21:54 pl 1.28.14.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fea041a4860ad79a67db8db36070c280d0ae20d]

INTEGRATION: CWS warnings01 (1.11.14); FILE MERGED 2006/03/08 13:19:08 nn 1.11.14.2: #i53898# warning-free code 2005/10/24 14:56:19 nn 1.11.14.1: #i53898# warning-free code


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbc652be5edad4ac7b149eb3f0e0e024f18eabe3]

INTEGRATION: CWS warnings01 (1.11.2); FILE MERGED 2006/03/08 13:19:08 nn 1.11.2.2: #i53898# warning-free code 2005/11/10 10:14:59 pl 1.11.2.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a56fb87f4c632381f870634c14135c2a3d18397]

INTEGRATION: CWS warnings01 (1.9.2); FILE MERGED 2006/05/26 13:43:11 sb 1.9.2.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/04/20 15:23:15 sb 1.9.2.2: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/03/08 13:19:08 nn 1.9.2.1: #i53898# warning-free code


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b135f95c66de692731cf0a544998d4f946cea83]

INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED 2006/03/08 13:19:08 nn 1.4.14.3: #i53898# warning-free code 2005/11/07 19:46:39 pl 1.4.14.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/24 14:55:13 nn 1.4.14.1: #i53898# warning-free code


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [11e16c3c73ab04aaa7da55a090234f7c3393e4a1]

INTEGRATION: CWS warnings01 (1.20.16); FILE MERGED 2006/01/25 22:03:32 sb 1.20.16.2: RESYNC: (1.20-1.22); FILE MERGED 2005/11/09 20:21:54 pl 1.20.16.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [51333f26c50ade8330931fa923bee1dcf45655aa]

INTEGRATION: CWS warnings01 (1.1.256); FILE MERGED 2005/11/10 10:14:59 pl 1.1.256.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [052c8ed2749ac7b76b22757d69d8f20e260d9729]

INTEGRATION: CWS warnings01 (1.9.14); FILE MERGED 2006/01/25 22:03:17 sb 1.9.14.2: RESYNC: (1.9-1.10); FILE MERGED 2005/11/09 20:21:53 pl 1.9.14.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2249d4a55d2be349e08167a409610ebaeefaa7aa]

INTEGRATION: CWS warnings01 (1.11.14); FILE MERGED 2005/11/09 20:21:53 pl 1.11.14.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7625c8e63574546d29dcb5375a626fc2b754718]

INTEGRATION: CWS warnings01 (1.17.14); FILE MERGED 2005/11/09 20:21:52 pl 1.17.14.2: #i53898# removed warnings 2005/10/24 14:54:20 nn 1.17.14.1: #i53898# warning-free code


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [78d3bd72423ca1d6bc3160f0190113dce9f155c1]

INTEGRATION: CWS warnings01 (1.7.14); FILE MERGED 2005/11/10 10:14:59 pl 1.7.14.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfc0ea196c353d005f7dfb0fa287d1183997663c]

INTEGRATION: CWS warnings01 (1.8.14); FILE MERGED 2006/04/20 15:23:14 sb 1.8.14.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [166db20ad89bf3ac5815f44ba38faf20337785a2]

INTEGRATION: CWS warnings01 (1.12.14); FILE MERGED 2006/05/24 00:26:06 sb 1.12.14.4: RESYNC: (1.14-1.15); FILE MERGED 2006/04/07 21:03:50 sb 1.12.14.3: RESYNC: (1.13-1.14); FILE MERGED 2006/01/25 22:02:44 sb 1.12.14.2: RESYNC: (1.12-1.13); FILE MERGED 2005/11/10 10:14:58 pl 1.12.14.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [701ed73ed950ba6a1d9f95c1857823e906f00854]

INTEGRATION: CWS warnings01 (1.8.14); FILE MERGED 2006/04/07 21:03:11 sb 1.8.14.3: RESYNC: (1.8-1.9); FILE MERGED 2006/03/08 13:19:07 nn 1.8.14.2: #i53898# warning-free code 2005/11/09 20:21:52 pl 1.8.14.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [81f64c9b85a9d18fa5a645f1b7f75a89839db590]

INTEGRATION: CWS warnings01 (1.10.14); FILE MERGED 2006/03/08 13:19:07 nn 1.10.14.1: #i53898# warning-free code


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7a2572cd818d10bc9f76a0dd3cec862395ec865]

INTEGRATION: CWS warnings01 (1.4.12); FILE MERGED 2006/05/24 00:25:43 sb 1.4.12.4: RESYNC: (1.5-1.7); FILE MERGED 2005/11/09 20:21:52 pl 1.4.12.3: #i53898# removed warnings 2005/11/07 19:44:57 pl 1.4.12.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/24 14:53:19 nn 1.4.12.1: #i53898# warning-free code


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc7dcdba0b772134e6f9d52f623a496bbf404529]

INTEGRATION: CWS warnings01 (1.12.16); FILE MERGED 2006/03/08 13:19:07 nn 1.12.16.1: #i53898# warning-free code


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [42594fa231d22727e40ca9a441e937adc10b4977]

INTEGRATION: CWS warnings01 (1.1.1.1.148); FILE MERGED 2005/11/21 15:07:04 sb 1.1.1.1.148.3: #i53898# Made code warning-free. 2005/09/23 00:19:25 sb 1.1.1.1.148.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/09/01 09:29:47 sb 1.1.1.1.148.1: #i53898# Made code warning-free.


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4536047e1abbc91917f7c301be50bd68bb0c7040]

INTEGRATION: CWS warnings01 (1.12.88); FILE MERGED 2006/01/25 21:59:24 sb 1.12.88.4: RESYNC: (1.13-1.14); FILE MERGED 2005/11/09 12:16:39 pl 1.12.88.3: #i53898# removed warnings 2005/09/23 00:19:15 sb 1.12.88.2: RESYNC: (1.12-1.13); FILE MERGED 2005/09/07 16:34:16 sb 1.12.88.1: #i53898# Made code warning-free.


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bd68d6c182f92226ed481e0963a10269a77feb2]

INTEGRATION: CWS warnings01 (1.10.12); FILE MERGED 2005/10/27 09:57:31 sb 1.10.12.3: #i53898# Made code warning-free. 2005/09/23 00:18:25 sb 1.10.12.2: RESYNC: (1.10-1.11); FILE MERGED 2005/09/01 09:29:30 sb 1.10.12.1: #i53898# Made code warning-free: changed arg of vos::OEnvironment ctors from sal_uInt32 to sal_Int32.


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bad3d31a6830f31d4b6abb587da22b0fe195142]

INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/11/09 12:16:38 pl 1.4.4.1: #i53898# removed warnings


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [80f26701db5ccafd5d2dba3d8cc7e5e68605cb24]

INTEGRATION: CWS warnings01 (1.3.126); FILE MERGED 2006/01/25 21:59:16 sb 1.3.126.4: RESYNC: (1.4-1.5); FILE MERGED 2005/11/21 15:07:03 sb 1.3.126.3: #i53898# Made code warning-free. 2005/09/23 00:18:15 sb 1.3.126.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/07 16:34:15 sb 1.3.126.1: #i53898# Made code warning-free.


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1f10b75b5ebdfccd624b0863730ce333fe8bc8e]

INTEGRATION: CWS warnings01 (1.11.36); FILE MERGED 2005/11/21 15:07:03 sb 1.11.36.3: #i53898# Made code warning-free. 2005/09/23 00:17:43 sb 1.11.36.2: RESYNC: (1.11-1.12); FILE MERGED 2005/09/07 16:34:15 sb 1.11.36.1: #i53898# Made code warning-free.


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a30d8624dd406ced6ab12912bbd7c0cdc1c7cb7]

INTEGRATION: CWS warnings01 (1.2.28); FILE MERGED 2005/11/09 12:16:36 pl 1.2.28.3: #i53898# removed warnings 2005/09/23 00:16:40 sb 1.2.28.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/07 16:34:14 sb 1.2.28.1: #i53898# Made code warning-free.


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbf56509d6ef12e7078822eadb3d36a3f36667fe]

INTEGRATION: CWS warnings01 (1.7.12); FILE MERGED 2005/10/27 09:57:31 sb 1.7.12.3: #i53898# Made code warning-free. 2005/09/23 00:13:46 sb 1.7.12.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/01 09:28:05 sb 1.7.12.1: #i53898# Made code warning-free: changed arg of vos::OEnvironment ctors from sal_uInt32 to sal_Int32.


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1299126b056558646ac3eee13179e53995d3160e]

INTEGRATION: CWS warnings01 (1.1.1.1.148); FILE MERGED 2005/09/23 00:12:45 sb 1.1.1.1.148.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/09/01 10:01:13 sb 1.1.1.1.148.1: #i53898# Made code warning-free.


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e8568c1f08fd3ee0edad10c52fece61b5809b8e]

INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/09/23 15:04:33 sb 1.3.4.1: #i53898# Adapted to modified implementation of OSL_VERIFY.


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb21a402a5629460dbf3d760a2fabbdf69a4340f]

INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2005/11/07 19:38:43 pl 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/24 16:15:04 pl 1.3.8.1: #i55991# remove warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [31a7da4b175cae1db85e46ab842b09cf36b1923e]

INTEGRATION: CWS warnings01 (1.8.6); FILE MERGED 2005/11/07 19:36:50 pl 1.8.6.2: RESYNC: (1.8-1.9); FILE MERGED 2005/10/24 16:15:03 pl 1.8.6.1: #i55991# remove warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6330568861d9b6963582be5ec3c9da8ffe5e2003]

INTEGRATION: CWS warnings01 (1.6.8); FILE MERGED 2006/02/21 14:40:25 thb 1.6.8.1: #i55991# Changed matrix template int param to unsigned; int-casting it to reduced range where necessary; reverted senseless bitfield back to bool; renamed function parameter according to naming conventions (i.e. ripped off leading m)


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [68343365f8aff51247f65e4737d784e0bb59f4fb]

INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2005/10/24 16:15:03 pl 1.3.8.1: #i55991# remove warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1330f6d7475853bc4b5b7bccf5f7faaddd14a2f3]

INTEGRATION: CWS warnings01 (1.12.6); FILE MERGED 2005/11/07 19:36:57 pl 1.12.6.2: RESYNC: (1.12-1.13); FILE MERGED 2005/10/24 16:15:03 pl 1.12.6.1: #i55991# remove warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d89e8a646fca9b2ef21267f4336c3e95f9f4b83]

INTEGRATION: CWS warnings01 (1.3.22); FILE MERGED 2005/11/07 19:36:28 pl 1.3.22.4: RESYNC: (1.4-1.5); FILE MERGED 2005/10/24 16:15:02 pl 1.3.22.3: #i55991# remove warnings for solaris platform 2005/09/22 23:48:01 sb 1.3.22.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/01 19:39:30 thb 1.3.22.1: #i53898# Removed dead code; added missing case statement for enum switch (plus an asserted default); corrected assignment of ptr type to integer type


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [570ef4123cd29511390b187eabeb564cf8566efd]

INTEGRATION: CWS warnings01 (1.8.30); FILE MERGED 2006/04/07 20:58:19 sb 1.8.30.5: RESYNC: (1.10-1.11); FILE MERGED 2005/11/08 17:55:52 pl 1.8.30.4: #i53898# removed warnings 2005/11/07 19:36:16 pl 1.8.30.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/22 23:47:37 sb 1.8.30.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/01 19:39:30 thb 1.8.30.1: #i53898# Removed dead code; added missing case statement for enum switch (plus an asserted default); corrected assignment of ptr type to integer type


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [40f473a5b1b53ef48263f84d1e0e7fc9f2e2b479]

INTEGRATION: CWS warnings01 (1.2.20); FILE MERGED 2005/09/22 23:47:18 sb 1.2.20.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/01 19:39:30 thb 1.2.20.1: #i53898# Removed dead code; added missing case statement for enum switch (plus an asserted default); corrected assignment of ptr type to integer type


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c3f989ae46d2c0a235329e3595dc6082431737a]

INTEGRATION: CWS warnings01 (1.20.6); FILE MERGED 2005/11/08 17:55:51 pl 1.20.6.3: #i53898# removed warnings 2005/11/07 19:35:45 pl 1.20.6.2: RESYNC: (1.20-1.21); FILE MERGED 2005/10/24 16:15:02 pl 1.20.6.1: #i55991# remove warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [88438cbc65a18be9837b26c20227e609d6e4f431]

INTEGRATION: CWS warnings01 (1.14.2); FILE MERGED 2006/02/21 14:40:24 thb 1.14.2.1: #i55991# Changed matrix template int param to unsigned; int-casting it to reduced range where necessary; reverted senseless bitfield back to bool; renamed function parameter according to naming conventions (i.e. ripped off leading m)


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f53085010cd0ebf28aa0bba53830dc3b1ecaf88]

INTEGRATION: CWS warnings01 (1.2.34); FILE MERGED 2005/10/24 16:15:02 pl 1.2.34.3: #i55991# remove warnings for solaris platform 2005/09/22 23:46:32 sb 1.2.34.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/01 19:39:29 thb 1.2.34.1: #i53898# Removed dead code; added missing case statement for enum switch (plus an asserted default); corrected assignment of ptr type to integer type


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f7784523c74a83b3ec012605f579856d7c5ca49]

INTEGRATION: CWS warnings01 (1.15.8); FILE MERGED 2006/02/21 14:40:21 thb 1.15.8.1: #i55991# Changed matrix template int param to unsigned; int-casting it to reduced range where necessary; reverted senseless bitfield back to bool; renamed function parameter according to naming conventions (i.e. ripped off leading m)


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca0a82a1268f21f3bbe585500abc53eaac6a78eb]

INTEGRATION: CWS warnings01 (1.9.8); FILE MERGED 2005/10/24 16:15:01 pl 1.9.8.1: #i55991# remove warnings for solaris platform


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba97fff09bde8cef12b89cfaebbf044cd1a7ee2f]

INTEGRATION: CWS warnings01 (1.6.8); FILE MERGED 2006/02/22 22:27:27 thb 1.6.8.1: #i55991# Removed virtual derivations, where unnecessary; removed unused params; renamed vars which shadowed previous ones; put agg headers into sys header brackets


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1d008bad8f5b29e8cef09ee2d7dc5ca75655dfd]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2006/02/22 22:27:26 thb 1.2.8.1: #i55991# Removed virtual derivations, where unnecessary; removed unused params; renamed vars which shadowed previous ones; put agg headers into sys header brackets


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [19984e9d16af1bd536620c52b3962997c92bb494]

INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED 2006/02/22 22:27:26 thb 1.3.10.1: #i55991# Removed virtual derivations, where unnecessary; removed unused params; renamed vars which shadowed previous ones; put agg headers into sys header brackets


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [83efdfdaf1071abcab679c60b795c552f17414f3]

INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2006/05/23 23:35:59 sb 1.3.8.3: RESYNC: (1.5-1.6); FILE MERGED 2006/04/07 20:35:37 sb 1.3.8.2: RESYNC: (1.3-1.5); FILE MERGED 2006/02/22 22:27:26 thb 1.3.8.1: #i55991# Removed virtual derivations, where unnecessary; removed unused params; renamed vars which shadowed previous ones; put agg headers into sys header brackets


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e96d0110693144f90d3022759210ffda4f0a09e]

INTEGRATION: CWS warnings01 (1.10.8); FILE MERGED 2006/06/14 09:33:36 pl 1.10.8.2: #i55991# cast was wrong and yielded a wild pointer 2006/02/22 22:27:26 thb 1.10.8.1: #i55991# Removed virtual derivations, where unnecessary; removed unused params; renamed vars which shadowed previous ones; put agg headers into sys header brackets


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [053b4db073448619fce062c5392fe2f28dd76b54]

INTEGRATION: CWS warnings01 (1.8.8); FILE MERGED 2006/02/22 22:27:26 thb 1.8.8.1: #i55991# Removed virtual derivations, where unnecessary; removed unused params; renamed vars which shadowed previous ones; put agg headers into sys header brackets


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [993a998cd7910a43044efb4af760e80a845bece6]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2006/02/22 22:27:25 thb 1.2.8.1: #i55991# Removed virtual derivations, where unnecessary; removed unused params; renamed vars which shadowed previous ones; put agg headers into sys header brackets


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [43e35c58f58f7d0d940a23c389c9da0884a50630]

INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED 2006/02/22 22:27:25 thb 1.7.4.1: #i55991# Removed virtual derivations, where unnecessary; removed unused params; renamed vars which shadowed previous ones; put agg headers into sys header brackets


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [94f2e3b8522c3d319198a0ebd5165e2b42475891]

INTEGRATION: CWS warnings01 (1.7.8); FILE MERGED 2006/02/22 22:27:25 thb 1.7.8.1: #i55991# Removed virtual derivations, where unnecessary; removed unused params; renamed vars which shadowed previous ones; put agg headers into sys header brackets


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f280648b3d96a73aabee8b3255d226a9bf7ff4a]

INTEGRATION: CWS warnings01 (1.6.8); FILE MERGED 2006/02/22 22:27:25 thb 1.6.8.1: #i55991# Removed virtual derivations, where unnecessary; removed unused params; renamed vars which shadowed previous ones; put agg headers into sys header brackets


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e90ea49c7356a8f62dbf14dfa6c7ccc95940f97]

INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2006/02/22 22:27:25 thb 1.4.8.1: #i55991# Removed virtual derivations, where unnecessary; removed unused params; renamed vars which shadowed previous ones; put agg headers into sys header brackets


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e59e858ebfbd0c02643043a23c59fbe3bcc74462]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2006/03/08 18:42:10 thb 1.2.8.2: #i55991# (void)parm-ed verifyinput params only used for debug output 2005/11/15 16:51:50 thb 1.2.8.1: #i55991# made code compile without warnings for gcc


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c6431c4b663a34e3893a69278a83736f5e978d9]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2005/11/15 16:51:49 thb 1.2.8.1: #i55991# made code compile without warnings for gcc


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfb2a3f24deec7f316122b9d405785d110e832cd]

INTEGRATION: CWS warnings01 (1.3.16); FILE MERGED 2005/11/15 16:51:48 thb 1.3.16.1: #i55991# made code compile without warnings for gcc


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa46d8d7d6e745b3c1f304667a7264b1689b6084]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2005/11/15 16:51:48 thb 1.2.8.1: #i55991# made code compile without warnings for gcc


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f12f4a8e7a2373b3683b2d3657cad7810e0b780]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2005/11/15 16:51:47 thb 1.2.8.1: #i55991# made code compile without warnings for gcc


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea04ef219013bcd6463842310e6e5ed243135a22]

INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2006/02/22 22:22:11 thb 1.1.2.1: #i55991# To wrap the agg headers


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b3925dcf44a5cae9940870fb8fccc884c36fb92]

INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2006/02/22 22:27:24 thb 1.4.4.1: #i55991# Removed virtual derivations, where unnecessary; removed unused params; renamed vars which shadowed previous ones; put agg headers into sys header brackets


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a9647d786f99c94e4e0f44584a6a4b236eb979d]

INTEGRATION: CWS warnings01 (1.5.14); FILE MERGED 2005/11/15 16:51:46 thb 1.5.14.1: #i55991# made code compile without warnings for gcc


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d488a8183856c70ffce0f6f9be863e7be2f6c5e]

INTEGRATION: CWS warnings01 (1.8.8); FILE MERGED 2006/05/23 23:35:33 sb 1.8.8.2: RESYNC: (1.8-1.9); FILE MERGED 2005/11/15 16:51:45 thb 1.8.8.1: #i55991# made code compile without warnings for gcc


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f669c26e3f398c8714acaabb97e67cbc9bc69777]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2006/02/22 22:27:24 thb 1.2.8.1: #i55991# Removed virtual derivations, where unnecessary; removed unused params; renamed vars which shadowed previous ones; put agg headers into sys header brackets


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [765c41a2194694a2fee7754d0b3f6d7be3803eb5]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2005/11/15 16:51:44 thb 1.2.8.1: #i55991# made code compile without warnings for gcc


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [21db7f7d5e1a088a5073c89f70c105404ea2c5f0]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2005/11/15 16:51:43 thb 1.2.8.1: #i55991# made code compile without warnings for gcc


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba39d7a54123f7070c26d142f35175923302b70d]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2006/02/22 22:27:24 thb 1.2.8.2: #i55991# Removed virtual derivations, where unnecessary; removed unused params; renamed vars which shadowed previous ones; put agg headers into sys header brackets 2005/11/15 16:51:42 thb 1.2.8.1: #i55991# made code compile without warnings for gcc


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc2e3239219db1bd40d9c54ec1cce1f66f649af5]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2005/11/15 16:51:42 thb 1.2.8.1: #i55991# made code compile without warnings for gcc


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [205ddc1457d6ff8dcaffa4e16a4b3bd6258380cf]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2005/11/15 16:51:41 thb 1.2.8.1: #i55991# made code compile without warnings for gcc


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1baaca8c973e2c20d027d8f2a945dff52f794333]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2005/11/15 16:51:40 thb 1.2.8.1: #i55991# made code compile without warnings for gcc


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [372e6db0fb63fa9ba5a4c0fd1b8b9614acc9fc19]

INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED 2006/04/07 20:34:53 sb 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2005/11/15 16:51:39 thb 1.7.4.1: #i55991# made code compile without warnings for gcc


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [00aa09bd0eccb84e5471359b5e2672b847bc453b]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2006/02/22 22:27:23 thb 1.2.8.1: #i55991# Removed virtual derivations, where unnecessary; removed unused params; renamed vars which shadowed previous ones; put agg headers into sys header brackets


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b4391eea8e300eb47c5f7a8e2500492e5e10773]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2006/01/25 21:01:15 sb 1.2.8.2: RESYNC: (1.2-1.3); FILE MERGED 2005/11/15 16:51:38 thb 1.2.8.1: #i55991# made code compile without warnings for gcc


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [04795dddfb9931e6b08544034ecc7c3d4ad1e2c0]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2006/03/08 18:42:10 thb 1.2.8.2: #i55991# (void)parm-ed verifyinput params only used for debug output 2005/11/15 16:51:37 thb 1.2.8.1: #i55991# made code compile without warnings for gcc


2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec4443b01db5df7147a9f8adc93dd8d2fb239c4f]

INTEGRATION: CWS warnings01 (1.11.8); FILE MERGED 2005/11/15 16:51:36 thb 1.11.8.1: #i55991# made code compile without warnings for gcc


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ad192bfe5de7a4069b6aaf628434b8754e907b6]

INTEGRATION: CWS warnings01 (1.16.10); FILE MERGED 2006/02/14 16:51:05 cd 1.16.10.4: #i55991# Fix warnings for ms c++ compiler 2005/11/09 10:18:19 pl 1.16.10.3: #i53898# fix a visbility issue 2005/09/22 15:48:52 sb 1.16.10.2: RESYNC: (1.16-1.17); FILE MERGED 2005/09/05 08:49:22 cd 1.16.10.1: #i53898# Fixed warning related issues


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d04c618f60abd89d448270e9cc86d41b3ca142fb]

INTEGRATION: CWS warnings01 (1.13.4); FILE MERGED 2006/02/14 16:51:05 cd 1.13.4.4: #i55991# Fix warnings for ms c++ compiler 2006/01/25 20:12:59 sb 1.13.4.3: RESYNC: (1.13-1.14); FILE MERGED 2005/11/09 10:43:31 pl 1.13.4.2: #i53898# add extern C stubs do satisfy linkage warning 2005/11/09 10:18:19 pl 1.13.4.1: #i53898# fix a visbility issue


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1acefaf8b85c054e67afe0718ad0023c63183859]

INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2006/02/14 16:51:05 cd 1.4.32.4: #i55991# Fix warnings for ms c++ compiler 2005/11/09 10:18:18 pl 1.4.32.3: #i53898# fix a visbility issue 2005/09/22 15:47:37 sb 1.4.32.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/05 08:49:22 cd 1.4.32.1: #i53898# Fixed warning related issues


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c87cdf50da795e0481f7f3463a348ec3703cd6d]

INTEGRATION: CWS warnings01 (1.12.26); FILE MERGED 2005/10/25 15:56:12 mt 1.12.26.1: #i55991# Warning Free Code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [69200c6b1b4f13678fd4e1194a7993b23c3677f1]

INTEGRATION: CWS warnings01 (1.24.22); FILE MERGED 2006/05/23 22:51:27 sb 1.24.22.4: RESYNC: (1.25-1.26); FILE MERGED 2005/11/14 10:36:09 pl 1.24.22.3: #i55991# removed warnings 2005/11/07 18:44:55 pl 1.24.22.2: RESYNC: (1.24-1.25); FILE MERGED 2005/10/25 15:56:12 mt 1.24.22.1: #i55991# Warning Free Code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [24a65daaf325b09511f0319e9ebd75c4c68d3bee]

INTEGRATION: CWS warnings01 (1.5.26); FILE MERGED 2005/11/14 10:36:09 pl 1.5.26.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c4073f6fe7574e12679d150fbe8f54898381953]

INTEGRATION: CWS warnings01 (1.12.26); FILE MERGED 2005/11/14 10:36:09 pl 1.12.26.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4551d1d2a8498b5c78ac62aa02659fbcc2297806]

INTEGRATION: CWS warnings01 (1.27.24); FILE MERGED 2006/05/23 22:51:04 sb 1.27.24.3: RESYNC: (1.28-1.29); FILE MERGED 2006/04/07 19:39:55 sb 1.27.24.2: RESYNC: (1.27-1.28); FILE MERGED 2005/10/25 15:56:12 mt 1.27.24.1: #i55991# Warning Free Code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d20751db98998ebad0dcd4f3b1b419418819d88]

INTEGRATION: CWS warnings01 (1.3.26); FILE MERGED 2005/10/25 15:56:12 mt 1.3.26.1: #i55991# Warning Free Code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fc2cffd5c87eecb9465b70b9483df44a4da9c34]

INTEGRATION: CWS warnings01 (1.71.26); FILE MERGED 2005/10/25 15:56:11 mt 1.71.26.1: #i55991# Warning Free Code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [78eb9560c86de8eb0b198c3f77b34e78089e1f2b]

INTEGRATION: CWS warnings01 (1.39.24); FILE MERGED 2006/06/08 10:54:33 fs 1.39.24.8: #136650# don't call the copy-ctor of OWeakAggObject 2006/05/23 22:50:19 sb 1.39.24.7: RESYNC: (1.43-1.46); FILE MERGED 2006/04/20 14:50:21 sb 1.39.24.6: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 19:39:47 sb 1.39.24.5: RESYNC: (1.40-1.43); FILE MERGED 2006/01/25 20:12:39 sb 1.39.24.4: RESYNC: (1.39-1.40); FILE MERGED 2005/11/14 10:36:08 pl 1.39.24.3: #i55991# removed warnings 2005/10/25 17:04:17 mt 1.39.24.2: #i55991# Warning Free Code 2005/10/25 15:56:11 mt 1.39.24.1: #i55991# Warning Free Code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0508f8635195aad993571d951b12b1a2706ae9cc]

INTEGRATION: CWS warnings01 (1.13.26); FILE MERGED 2005/11/14 10:36:08 pl 1.13.26.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee14130fd560338216415c75c8f3e9af4d4c4b85]

INTEGRATION: CWS warnings01 (1.35.8); FILE MERGED 2006/04/07 19:39:39 sb 1.35.8.4: RESYNC: (1.36-1.37); FILE MERGED 2005/11/14 10:36:07 pl 1.35.8.3: #i55991# removed warnings 2005/11/07 18:44:32 pl 1.35.8.2: RESYNC: (1.35-1.36); FILE MERGED 2005/10/25 15:56:11 mt 1.35.8.1: #i55991# Warning Free Code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4d0ef01a2dbfae9909312a8511ade41dc5f6d24]

INTEGRATION: CWS warnings01 (1.3.26); FILE MERGED 2005/10/25 15:56:10 mt 1.3.26.1: #i55991# Warning Free Code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [101ee5fedbc7418a56594fd2813aef415b65a224]

INTEGRATION: CWS warnings01 (1.4.26); FILE MERGED 2006/05/23 22:49:03 sb 1.4.26.3: RESYNC: (1.4-1.5); FILE MERGED 2005/11/14 10:36:07 pl 1.4.26.2: #i55991# removed warnings 2005/10/25 15:56:10 mt 1.4.26.1: #i55991# Warning Free Code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec82cdb0de0ee6b2fade840fc311911c66bb1d3e]

INTEGRATION: CWS warnings01 (1.21.26); FILE MERGED 2005/10/25 15:56:10 mt 1.21.26.1: #i55991# Warning Free Code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0acac5ac6b32fa14174f33a9cfaf3730e5b39d68]

INTEGRATION: CWS warnings01 (1.10.24); FILE MERGED 2005/11/14 10:36:07 pl 1.10.24.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b38ea51e05a30d30cfcccf079918a8784f10148]

INTEGRATION: CWS warnings01 (1.7.26); FILE MERGED 2005/11/14 10:36:07 pl 1.7.26.2: #i55991# removed warnings 2005/11/11 16:47:34 pl 1.7.26.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [01a5d419e6fe46abc20af88b655c3428eb39d289]

INTEGRATION: CWS warnings01 (1.52.24); FILE MERGED 2005/11/11 16:47:34 pl 1.52.24.3: #i55991# removed warnings 2005/11/07 18:44:25 pl 1.52.24.2: RESYNC: (1.52-1.53); FILE MERGED 2005/10/25 15:56:09 mt 1.52.24.1: #i55991# Warning Free Code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [385226b9491b8cfa836a8aeb4f6d8ed01d66b6b3]

INTEGRATION: CWS warnings01 (1.3.24); FILE MERGED 2005/11/11 16:47:34 pl 1.3.24.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3558c7ab49a5bb91752a1b5839c13ebc55f75c02]

INTEGRATION: CWS warnings01 (1.55.20); FILE MERGED 2006/05/23 22:48:19 sb 1.55.20.6: RESYNC: (1.58-1.60); FILE MERGED 2006/04/20 14:50:21 sb 1.55.20.5: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 19:38:57 sb 1.55.20.4: RESYNC: (1.56-1.58); FILE MERGED 2005/11/11 16:47:33 pl 1.55.20.3: #i55991# removed warnings 2005/11/07 18:44:08 pl 1.55.20.2: RESYNC: (1.55-1.56); FILE MERGED 2005/10/25 15:56:09 mt 1.55.20.1: #i55991# Warning Free Code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ea4d052a36e72089c25f82d2855c17da6dbef6b]

INTEGRATION: CWS warnings01 (1.6.26); FILE MERGED 2005/11/11 16:47:33 pl 1.6.26.2: #i55991# removed warnings 2005/10/25 15:56:09 mt 1.6.26.1: #i55991# Warning Free Code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f922e53097973549c86588302d23c6fa0b0cf30a]

INTEGRATION: CWS warnings01 (1.45.20); FILE MERGED 2006/05/23 22:46:43 sb 1.45.20.2: RESYNC: (1.45-1.46); FILE MERGED 2005/11/11 16:47:33 pl 1.45.20.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f303735de1077388b1709c8b8a94f6d76a407b8]

INTEGRATION: CWS warnings01 (1.2.26); FILE MERGED 2005/11/11 16:47:33 pl 1.2.26.2: #i55991# removed warnings 2005/10/25 15:56:08 mt 1.2.26.1: #i55991# Warning Free Code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c219fec0b9ce4568f3454c546ed4ca2208cc6a8]

INTEGRATION: CWS warnings01 (1.4.26); FILE MERGED 2005/10/25 15:56:08 mt 1.4.26.1: #i55991# Warning Free Code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [95bd0175e317d929a1a4169587cf5895403def85]

INTEGRATION: CWS warnings01 (1.5.26); FILE MERGED 2005/11/11 16:47:33 pl 1.5.26.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6fda8fe61a42f0552166f328c34df9f3c3dc3c6]

INTEGRATION: CWS warnings01 (1.7.10); FILE MERGED 2005/11/11 16:47:32 pl 1.7.10.3: #i55991# removed warnings 2005/11/07 18:43:31 pl 1.7.10.2: RESYNC: (1.7-1.8); FILE MERGED 2005/10/25 15:56:08 mt 1.7.10.1: #i55991# Warning Free Code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [58efc06c9457001d7e158a602c4c1d7e9b04379e]

INTEGRATION: CWS warnings01 (1.3.26); FILE MERGED 2005/11/11 16:47:32 pl 1.3.26.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [96fdbdfef67fae2e15e08df119ac31a4921208dd]

INTEGRATION: CWS warnings01 (1.52.24); FILE MERGED 2006/05/23 22:41:41 sb 1.52.24.3: RESYNC: (1.53-1.55); FILE MERGED 2006/04/07 19:39:04 sb 1.52.24.2: RESYNC: (1.52-1.53); FILE MERGED 2005/11/11 16:47:30 pl 1.52.24.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7c4775fe3fa8295b71bde8995087830d1ecccb3]

INTEGRATION: CWS warnings01 (1.8.24); FILE MERGED 2005/10/25 15:56:06 mt 1.8.24.1: #i55991# Warning Free Code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [874ee02bd30d9d65cffe577a9be7646eb2085563]

INTEGRATION: CWS warnings01 (1.10.26); FILE MERGED 2005/11/14 10:36:06 pl 1.10.26.2: #i55991# removed warnings 2005/10/25 15:56:06 mt 1.10.26.1: #i55991# Warning Free Code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf670d6d08860ee06a59beae07d41c2256f4f682]

INTEGRATION: CWS warnings01 (1.4.26); FILE MERGED 2005/10/25 15:56:05 mt 1.4.26.1: #i55991# Warning Free Code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [88eb1dcd04ee8495234763071928799fbd8f7078]

INTEGRATION: CWS warnings01 (1.35.26); FILE MERGED 2005/11/14 10:36:06 pl 1.35.26.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2a57ebd2c7adc30801ef01e7de14ccac1262c96]

INTEGRATION: CWS warnings01 (1.5.26); FILE MERGED 2005/11/14 10:36:06 pl 1.5.26.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0827fd4917e81eb31534d80c83a96d615fa7261d]

INTEGRATION: CWS warnings01 (1.5.26); FILE MERGED 2005/11/14 10:36:05 pl 1.5.26.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4b694a5da16144efa2b46c2b15141b5d5a8dece]

INTEGRATION: CWS warnings01 (1.3.26); FILE MERGED 2005/11/14 10:36:05 pl 1.3.26.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed00d53c26ed1b24f2cc84b5a02154e47a2873a8]

INTEGRATION: CWS warnings01 (1.16.26); FILE MERGED 2005/11/14 10:36:05 pl 1.16.26.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b4297110b84e90a266b3b1f0096ed763b394070]

INTEGRATION: CWS warnings01 (1.4.26); FILE MERGED 2005/11/14 10:36:05 pl 1.4.26.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6ffb6855b211ef2895807f931c885f27237d3e0]

INTEGRATION: CWS warnings01 (1.6.26); FILE MERGED 2005/11/14 10:36:04 pl 1.6.26.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc71480b84cf593066623be7edddde940e6ee509]

INTEGRATION: CWS warnings01 (1.33.26); FILE MERGED 2005/10/25 15:56:05 mt 1.33.26.1: #i55991# Warning Free Code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc0c64921db1fa6e63419e17a12032abd4f956f8]

INTEGRATION: CWS warnings01 (1.16.26); FILE MERGED 2005/11/11 16:47:30 pl 1.16.26.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3e790fc06704ca6a6b5c07468141e21216485f2]

INTEGRATION: CWS warnings01 (1.3.26); FILE MERGED 2005/11/11 16:47:30 pl 1.3.26.2: #i55991# removed warnings 2005/10/25 15:56:04 mt 1.3.26.1: #i55991# Warning Free Code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6be3554cbd47288a5d8557437d558e977b12651e]

INTEGRATION: CWS warnings01 (1.7.20); FILE MERGED 2005/11/11 16:47:29 pl 1.7.20.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd96a11c3db829bceb0cc216a91a578aa5c595f8]

INTEGRATION: CWS warnings01 (1.5.112); FILE MERGED 2006/01/25 20:12:05 sb 1.5.112.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/23 03:25:20 sb 1.5.112.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/01 14:00:02 sb 1.5.112.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [99bb3ebbc0ba8e6f3030bc6b1fddfc5a868207f7]

INTEGRATION: CWS warnings01 (1.2.34); FILE MERGED 2005/09/23 03:24:57 sb 1.2.34.3: RESYNC: (1.2-1.3); FILE MERGED 2005/09/08 13:16:57 sb 1.2.34.2: #i53898# Made code warning-free. 2005/09/01 14:00:02 sb 1.2.34.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [694aadb2d1b494da01242c95e53ee475626f08ed]

INTEGRATION: CWS warnings01 (1.1.1.1.346); FILE MERGED 2005/09/23 03:24:49 sb 1.1.1.1.346.3: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/09/08 13:16:56 sb 1.1.1.1.346.2: #i53898# Made code warning-free. 2005/09/01 14:00:01 sb 1.1.1.1.346.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [63333457f79d81a2b7d3485f671275a45830d5f1]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2005/12/07 09:04:21 sb 1.2.8.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [36bf4136f59de4af2064157134305420ec9ea2e9]

INTEGRATION: CWS warnings01 (1.4.38); FILE MERGED 2005/09/23 03:24:19 sb 1.4.38.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/08 13:16:56 sb 1.4.38.2: #i53898# Made code warning-free. 2005/09/01 14:00:01 sb 1.4.38.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ae237abc2005f4060ac6054ed0585a834e28a28]

INTEGRATION: CWS warnings01 (1.7.80); FILE MERGED 2005/09/23 03:24:09 sb 1.7.80.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/08 13:16:55 sb 1.7.80.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [94d6c4ba086f325a0b088d74f1df04faa980c7b9]

INTEGRATION: CWS warnings01 (1.2.118); FILE MERGED 2005/09/23 03:23:55 sb 1.2.118.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/08 13:16:55 sb 1.2.118.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a556d5867b8226fbea427f9cc49712b055f31f7a]

INTEGRATION: CWS warnings01 (1.7.18); FILE MERGED 2005/09/23 03:23:26 sb 1.7.18.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/08 13:16:55 sb 1.7.18.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [60bd52b58904c3c7ef52a6f8f84418c9a16b3620]

INTEGRATION: CWS warnings01 (1.4.114); FILE MERGED 2006/01/25 20:11:58 sb 1.4.114.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/23 03:23:17 sb 1.4.114.2: RESYNC: (1.4-1.6); FILE MERGED 2005/09/08 13:16:55 sb 1.4.114.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7174ef81461c9f9d97408935d21bf29f2677557c]

INTEGRATION: CWS warnings01 (1.5.118); FILE MERGED 2005/09/23 03:22:54 sb 1.5.118.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/08 13:16:54 sb 1.5.118.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [91daa98a855f1e56c8c80cf76237e2b63d7dfa01]

INTEGRATION: CWS warnings01 (1.12.80); FILE MERGED 2005/12/07 09:04:21 sb 1.12.80.5: #i53898# Made code warning-free. 2005/11/09 14:23:31 pl 1.12.80.4: #i53898# removed warnings 2005/09/23 03:22:33 sb 1.12.80.3: RESYNC: (1.12-1.13); FILE MERGED 2005/09/08 13:16:54 sb 1.12.80.2: #i53898# Made code warning-free. 2005/09/01 14:00:00 sb 1.12.80.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8c62d95a9de95107fe0f98f38f919b5400ad180]

INTEGRATION: CWS warnings01 (1.3.274); FILE MERGED 2005/09/23 03:22:24 sb 1.3.274.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/08 13:16:54 sb 1.3.274.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1544d34c36631d2d4c99dfca25c30c3e0e18430]

INTEGRATION: CWS warnings01 (1.10.8); FILE MERGED 2006/01/25 20:11:50 sb 1.10.8.2: RESYNC: (1.10-1.11); FILE MERGED 2005/12/07 09:04:20 sb 1.10.8.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4f59da7ec1803d2f8da45e8ed6f38b3cb3afbe1]

INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2005/12/07 09:04:20 sb 1.4.8.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [89a31076134916f785d857aca2f8c5f0624018da]

INTEGRATION: CWS warnings01 (1.4.80); FILE MERGED 2005/09/23 03:21:50 sb 1.4.80.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/08 13:16:53 sb 1.4.80.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [95b7d3065a028de5d6337318d969b96f1bf69b5f]

INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED 2005/12/07 09:04:20 sb 1.5.8.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e677cbdb59a723b1e6980bd5f4719b6c5411441]

INTEGRATION: CWS warnings01 (1.3.80); FILE MERGED 2005/09/23 03:21:30 sb 1.3.80.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/08 13:16:53 sb 1.3.80.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b525293d680c90b01b67c91fc2ae6d44e9ba905]

INTEGRATION: CWS warnings01 (1.5.14); FILE MERGED 2006/04/19 11:32:15 dbo 1.5.14.1: #i55991#


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [95a89d9619d5a395fee6d78df03815ff7453082b]

INTEGRATION: CWS warnings01 (1.3.130); FILE MERGED 2005/09/23 03:20:25 sb 1.3.130.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/08 13:16:53 sb 1.3.130.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [30968c3772162ca752152bc1a9bef6853c8e869b]

INTEGRATION: CWS warnings01 (1.6.336); FILE MERGED 2006/04/07 19:38:01 sb 1.6.336.5: RESYNC: (1.7-1.8); FILE MERGED 2006/02/13 14:58:40 fs 1.6.336.4: #i58983# 2006/02/13 14:46:18 fs 1.6.336.3: #i58983# 2005/09/23 03:19:55 sb 1.6.336.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/01 13:59:59 sb 1.6.336.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b37d9dd3bb9685309d338b965415bc98befe73b0]

INTEGRATION: CWS warnings01 (1.1.1.1.346); FILE MERGED 2005/09/23 03:19:18 sb 1.1.1.1.346.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/09/01 13:59:59 sb 1.1.1.1.346.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [79c79e2ba1575200573e394c059dc960e3be8fbe]

INTEGRATION: CWS warnings01 (1.13.146); FILE MERGED 2005/09/23 03:18:58 sb 1.13.146.2: RESYNC: (1.13-1.14); FILE MERGED 2005/09/08 13:16:52 sb 1.13.146.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c44d2f7bf48a374dff86bd5422b95753cdf6097c]

INTEGRATION: CWS warnings01 (1.4.80); FILE MERGED 2005/09/23 03:18:50 sb 1.4.80.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/08 13:16:52 sb 1.4.80.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcdc6b761f3b84d05cc702dfdff67c93ab943f0f]

INTEGRATION: CWS warnings01 (1.10.40); FILE MERGED 2006/05/23 22:38:15 sb 1.10.40.3: RESYNC: (1.11-1.12); FILE MERGED 2005/09/23 03:18:13 sb 1.10.40.2: RESYNC: (1.10-1.11); FILE MERGED 2005/09/08 13:16:52 sb 1.10.40.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [262a6b25459ff157a12e7b22ca4731c110b7809f]

INTEGRATION: CWS warnings01 (1.4.80); FILE MERGED 2006/04/07 19:37:25 sb 1.4.80.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/23 03:17:43 sb 1.4.80.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/01 13:59:59 sb 1.4.80.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5cc3f0a7c74af28b7bdb9723a0c0487db98c928e]

INTEGRATION: CWS warnings01 (1.2.16); FILE MERGED 2006/04/20 14:27:03 sb 1.2.16.1: #i53898# Made code warning-free again after resync to SRC680m162.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [66d82a746a114510bc242cfe576ade56432a10e6]

INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2006/04/20 14:27:03 sb 1.3.14.1: #i53898# Made code warning-free again after resync to SRC680m162.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0acc91ca7737f756936300e1ff539bebb749892]

INTEGRATION: CWS warnings01 (1.6.52); FILE MERGED 2006/04/07 19:36:44 sb 1.6.52.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/23 03:17:19 sb 1.6.52.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/08 13:16:51 sb 1.6.52.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f4c618e917fe8b2961ee483460ccabc3a615894]

INTEGRATION: CWS warnings01 (1.2.14); FILE MERGED 2006/04/20 14:27:02 sb 1.2.14.1: #i53898# Made code warning-free again after resync to SRC680m162.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cd951d245fee860c7f822f5283251ad19e09415]

INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2006/05/23 22:37:31 sb 1.3.8.4: RESYNC: (1.4-1.5); FILE MERGED 2006/04/20 14:27:02 sb 1.3.8.3: #i53898# Made code warning-free again after resync to SRC680m162. 2006/04/07 19:36:50 sb 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/09 14:23:30 pl 1.3.8.1: #i53898# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4e882a6951102dcb84d128c14311c65f908b456]

INTEGRATION: CWS warnings01 (1.5.260); FILE MERGED 2005/09/23 03:16:10 sb 1.5.260.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/01 13:59:59 sb 1.5.260.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a63c458380013713099403ffc410d05748af507]

INTEGRATION: CWS warnings01 (1.8.184); FILE MERGED 2006/05/23 22:37:09 sb 1.8.184.4: RESYNC: (1.9-1.11); FILE MERGED 2005/09/23 03:16:01 sb 1.8.184.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/08 13:16:51 sb 1.8.184.2: #i53898# Made code warning-free. 2005/09/01 13:59:58 sb 1.8.184.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba3f807a03520b85ab6889e7b2b85faf80346653]

INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2005/11/09 14:23:30 pl 1.3.8.1: #i53898# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [72cc2cd69771c700ca9b8e943ddc443723c812f2]

INTEGRATION: CWS warnings01 (1.7.128); FILE MERGED 2005/09/23 03:15:26 sb 1.7.128.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/01 13:59:58 sb 1.7.128.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d8616a971fb604aaf299e3df33fab5c142faea2]

INTEGRATION: CWS warnings01 (1.5.274); FILE MERGED 2005/09/23 03:14:19 sb 1.5.274.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/01 13:59:57 sb 1.5.274.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c72c4b5beafda03a4e3a601cea2999c584c7b718]

INTEGRATION: CWS warnings01 (1.4.184); FILE MERGED 2005/09/23 03:13:48 sb 1.4.184.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/01 13:59:56 sb 1.4.184.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [160922860f1a9fb876a0a77ac51488d2c5149900]

INTEGRATION: CWS warnings01 (1.3.274); FILE MERGED 2005/09/23 03:13:29 sb 1.3.274.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/01 13:59:56 sb 1.3.274.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c294414401131944f372262f1a9106a45e224cb7]

INTEGRATION: CWS warnings01 (1.3.274); FILE MERGED 2005/09/23 03:13:18 sb 1.3.274.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/08 13:16:50 sb 1.3.274.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6510ff1fa6fc1552de8160b112d42f201016ef3]

INTEGRATION: CWS warnings01 (1.3.274); FILE MERGED 2005/09/23 03:13:09 sb 1.3.274.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/08 13:16:50 sb 1.3.274.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a95dda4527d3cc860664fe253da4e83197966e4]

INTEGRATION: CWS warnings01 (1.3.52); FILE MERGED 2005/09/23 03:10:59 sb 1.3.52.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/08 13:16:49 sb 1.3.52.2: #i53898# Made code warning-free. 2005/09/01 13:58:00 sb 1.3.52.1: #i53898# _impl.hxx textually included in main .hxx file.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f238ee1bd67743008c81a09b9b6d071a795846a0]

INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED 2006/03/13 14:10:30 fs 1.9.4.1: isAReference is not used anymore


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [97f4c0cdd8947a3d213bd87bee217525519c83e7]

INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2005/10/26 10:36:02 pl 1.3.8.2: #i55991# removed warnings for linux platform 2005/10/26 10:27:54 pl 1.3.8.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [31015a62accb0207409e81cc85c14ec255c6dd99]

INTEGRATION: CWS warnings01 (1.2.14); FILE MERGED 2006/04/20 14:26:53 sb 1.2.14.1: #i53898# Made code warning-free again after resync to SRC680m162.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f301f8319321d6e2bd8a06cc29914b5931985a2]

INTEGRATION: CWS warnings01 (1.4.52); FILE MERGED 2005/12/07 09:04:07 sb 1.4.52.4: #i53898# Made code warning-free. 2005/09/23 03:08:20 sb 1.4.52.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/08 13:16:48 sb 1.4.52.2: #i53898# Made code warning-free. 2005/09/01 13:59:55 sb 1.4.52.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fe8f6e0dc19fe0754d3b9ddf4c8937353fea7aa]

INTEGRATION: CWS warnings01 (1.4.38); FILE MERGED 2005/11/09 14:23:30 pl 1.4.38.4: #i53898# removed warnings 2005/09/23 03:08:12 sb 1.4.38.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/08 13:16:48 sb 1.4.38.2: #i53898# Made code warning-free. 2005/09/01 13:59:54 sb 1.4.38.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [58d590e7222537812ee10442f193dc301cc33619]

INTEGRATION: CWS warnings01 (1.6.52); FILE MERGED 2005/12/07 09:04:07 sb 1.6.52.3: #i53898# Made code warning-free. 2005/09/23 03:06:52 sb 1.6.52.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/08 13:16:48 sb 1.6.52.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf934fb5331a04c1222bb51d2f54a60d1881dae6]

INTEGRATION: CWS warnings01 (1.6.128); FILE MERGED 2005/09/23 03:06:32 sb 1.6.128.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/01 13:58:00 sb 1.6.128.1: #i53898# _impl.hxx textually included in main .hxx file.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9200e8f0e68c56729a88b1c9473612734c0f262]

INTEGRATION: CWS warnings01 (1.5.14); FILE MERGED 2006/04/19 11:32:14 dbo 1.5.14.1: #i55991#


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebacb2e34d66a4f05268e3a627c8dc21149de190]

INTEGRATION: CWS warnings01 (1.7.40); FILE MERGED 2006/05/23 22:36:05 sb 1.7.40.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/23 03:04:45 sb 1.7.40.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/08 13:16:47 sb 1.7.40.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4f1ceeaa6846860b531b293d1a67111a6bcef35]

INTEGRATION: CWS warnings01 (1.4.52); FILE MERGED 2006/04/20 14:26:53 sb 1.4.52.5: #i53898# Made code warning-free again after resync to SRC680m162. 2006/04/07 19:35:04 sb 1.4.52.4: RESYNC: (1.5-1.6); FILE MERGED 2005/11/16 14:43:12 fs 1.4.52.3: #i57457# 2005/09/23 03:04:25 sb 1.4.52.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/01 13:59:54 sb 1.4.52.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed3b75c9fef927a9c5e5eb87db05efb6510b0a73]

INTEGRATION: CWS warnings01 (1.7.16); FILE MERGED 2005/11/07 18:37:13 pl 1.7.16.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/23 03:02:28 sb 1.7.16.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/08 13:16:47 sb 1.7.16.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [89c7922e34798d06988005144b01d9ecf61cbb9c]

INTEGRATION: CWS warnings01 (1.4.52); FILE MERGED 2005/09/23 03:01:57 sb 1.4.52.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/08 13:16:47 sb 1.4.52.2: #i53898# Made code warning-free. 2005/09/01 13:59:54 sb 1.4.52.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcce43bd02b59d2aee38ba9480243008bfa2e554]

INTEGRATION: CWS warnings01 (1.5.14); FILE MERGED 2006/04/20 14:26:53 sb 1.5.14.1: #i53898# Made code warning-free again after resync to SRC680m162.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c4632f3fa0cbd9aa8b63bfe7a7e692468d2ee5e]

INTEGRATION: CWS warnings01 (1.8.52); FILE MERGED 2005/12/07 09:04:06 sb 1.8.52.3: #i53898# Made code warning-free. 2005/09/23 03:00:14 sb 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/08 13:16:46 sb 1.8.52.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ccff28494f4534616a770db9eec9a6ed9d8c656]

INTEGRATION: CWS warnings01 (1.6.52); FILE MERGED 2005/09/23 03:00:05 sb 1.6.52.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/01 13:59:53 sb 1.6.52.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3add9e267da342f97418e424b0872d6f3678ccad]

INTEGRATION: CWS warnings01 (1.11.52); FILE MERGED 2005/09/23 02:59:03 sb 1.11.52.2: RESYNC: (1.11-1.12); FILE MERGED 2005/09/08 13:16:45 sb 1.11.52.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [80b2ee413e55e09b1227cfcee74eefd586c51402]

INTEGRATION: CWS warnings01 (1.10.8); FILE MERGED 2006/01/25 20:10:52 sb 1.10.8.2: RESYNC: (1.10-1.11); FILE MERGED 2005/12/07 09:04:06 sb 1.10.8.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a4425e31e678e011403f2e7b09e31777b61814c]

INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2005/12/07 09:04:06 sb 1.3.8.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1d239fdad251619a1802a7b4f8be06449c08356]

INTEGRATION: CWS warnings01 (1.3.28); FILE MERGED 2005/11/16 16:42:26 pl 1.3.28.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [37defeea134fe28aa1caf9f07bfd49c23476ca26]

INTEGRATION: CWS warnings01 (1.3.144); FILE MERGED 2005/11/16 16:42:25 pl 1.3.144.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ebd025e3a33610a958035d59ce3a7fac8c0ac14]

INTEGRATION: CWS warnings01 (1.3.28); FILE MERGED 2005/11/16 16:42:25 pl 1.3.28.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6d83479d78c9d99edf37c2de096947a15cb276f]

INTEGRATION: CWS warnings01 (1.5.28); FILE MERGED 2005/11/16 16:42:25 pl 1.5.28.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e48d0a8b5fbd66f5b5dcddb94e4347bea9c14091]

INTEGRATION: CWS warnings01 (1.2.28); FILE MERGED 2005/11/16 16:42:24 pl 1.2.28.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [97263b038edad0d33bb8c39542c6e0384db7f66a]

INTEGRATION: CWS warnings01 (1.3.28); FILE MERGED 2005/10/28 12:34:00 sj 1.3.28.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ba7de5deb6643716bf3302ea297b0f56f38e6b3]

INTEGRATION: CWS warnings01 (1.2.28); FILE MERGED 2005/11/16 16:42:23 pl 1.2.28.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [00c2206f7ff234287fb4434499a963127b6c21a9]

INTEGRATION: CWS warnings01 (1.5.28); FILE MERGED 2005/11/16 16:42:23 pl 1.5.28.2: #i55991# removed warnings 2005/10/28 12:34:00 sj 1.5.28.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3410d039a095b12894cd0fd453912ec3a7c65e9c]

INTEGRATION: CWS warnings01 (1.4.28); FILE MERGED 2006/05/23 21:02:24 sb 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/28 12:34:00 sj 1.4.28.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1b0482fae7c2f7e899d10229c36ccd6613d7e5b]

INTEGRATION: CWS warnings01 (1.6.28); FILE MERGED 2005/11/16 16:42:23 pl 1.6.28.2: #i55991# removed warnings 2005/10/28 12:33:59 sj 1.6.28.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [aeb088653d8ce73c4ac13f63b62fa102289f8740]

INTEGRATION: CWS warnings01 (1.2.28); FILE MERGED 2005/11/16 16:42:22 pl 1.2.28.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [472e2ac2a53d2e93df712dcb5398fcc46645830f]

INTEGRATION: CWS warnings01 (1.2.28); FILE MERGED 2005/10/28 12:33:59 sj 1.2.28.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e67a215ff2e6bd0cf702d24bf443452f56f3ba20]

INTEGRATION: CWS warnings01 (1.21.28); FILE MERGED 2006/05/23 21:02:12 sb 1.21.28.3: RESYNC: (1.22-1.23); FILE MERGED 2006/04/07 19:21:29 sb 1.21.28.2: RESYNC: (1.21-1.22); FILE MERGED 2005/11/16 16:42:22 pl 1.21.28.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [195098de1bf96abe12325c49b06a41bc68fa6c41]

INTEGRATION: CWS warnings01 (1.30.4); FILE MERGED 2005/11/16 16:42:21 pl 1.30.4.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c30f204c5fed9b8cc87dc9516a40e87b1970231]

INTEGRATION: CWS warnings01 (1.19.8); FILE MERGED 2006/05/23 21:00:33 sb 1.19.8.2: RESYNC: (1.19-1.20); FILE MERGED 2005/11/16 16:42:21 pl 1.19.8.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d73d0e5c85cde90273c871538e4e0a54051cfcd]

INTEGRATION: CWS warnings01 (1.3.26); FILE MERGED 2005/10/28 12:40:52 sj 1.3.26.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5403545297549538798fdb0c8d74d096234f350d]

INTEGRATION: CWS warnings01 (1.6.24); FILE MERGED 2006/05/23 20:59:36 sb 1.6.24.4: RESYNC: (1.7-1.8); FILE MERGED 2006/04/20 14:54:08 sb 1.6.24.3: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 19:21:22 sb 1.6.24.2: RESYNC: (1.6-1.7); FILE MERGED 2005/10/28 10:28:01 sj 1.6.24.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [42ad2b0024d4b3b7e1408b4af35ea7898d4512eb]

INTEGRATION: CWS warnings01 (1.5.28); FILE MERGED 2005/11/16 16:42:20 pl 1.5.28.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb1bc00c2295fc1a4ef0fb233631a3ea9ecdb4e6]

INTEGRATION: CWS warnings01 (1.5.24); FILE MERGED 2005/11/16 16:42:20 pl 1.5.24.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5058b5d5ed22b31dbe329d0264dfcfea0d75b360]

INTEGRATION: CWS warnings01 (1.6.24); FILE MERGED 2006/04/07 19:21:01 sb 1.6.24.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/16 16:42:20 pl 1.6.24.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d31568dc20ae41b94fe9e80c5935b3df5c6d5a9d]

INTEGRATION: CWS warnings01 (1.5.24); FILE MERGED 2005/10/27 15:11:23 sj 1.5.24.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cf3e2db7b3667872b7d179b83b7549b2a98711d]

INTEGRATION: CWS warnings01 (1.7.24); FILE MERGED 2006/04/07 19:20:44 sb 1.7.24.2: RESYNC: (1.7-1.8); FILE MERGED 2005/11/16 16:42:19 pl 1.7.24.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4c2d054e1760d616a5afb25cd42a9bb89f2df22]

INTEGRATION: CWS warnings01 (1.9.24); FILE MERGED 2006/05/23 20:58:39 sb 1.9.24.6: RESYNC: (1.11-1.12); FILE MERGED 2006/04/07 19:20:36 sb 1.9.24.5: RESYNC: (1.10-1.11); FILE MERGED 2006/01/30 16:55:14 sb 1.9.24.4: #i53898# Made code warning-free. 2006/01/30 16:45:16 sb 1.9.24.3: #i53898# Made code warning-free. 2006/01/25 19:55:48 sb 1.9.24.2: RESYNC: (1.9-1.10); FILE MERGED 2005/11/16 16:42:19 pl 1.9.24.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b4e2ef60906866b2f50085f5cc0be5febf644ad]

INTEGRATION: CWS warnings01 (1.9.28); FILE MERGED 2005/11/16 16:42:18 pl 1.9.28.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e08989759dfcd616f3dc19e79ee7c12a9ddb71f8]

INTEGRATION: CWS warnings01 (1.5.26); FILE MERGED 2005/10/28 10:18:55 sj 1.5.26.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a70d322ff9cfe535cda1da4c8e8f4c503717a423]

INTEGRATION: CWS warnings01 (1.3.28); FILE MERGED 2005/11/16 16:42:18 pl 1.3.28.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e652d09f9a0c4907d2667a4fec3ff643147a880]

INTEGRATION: CWS warnings01 (1.4.28); FILE MERGED 2005/10/28 10:18:54 sj 1.4.28.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d9da64c310c03ea5b6be48a9f0c11e4d511f617]

INTEGRATION: CWS warnings01 (1.7.26); FILE MERGED 2005/11/16 16:42:17 pl 1.7.26.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [12c72dd0fbe444657dfe4ed11ddd6ff44ed3789e]

INTEGRATION: CWS warnings01 (1.3.28); FILE MERGED 2005/11/16 16:42:17 pl 1.3.28.2: #i55991# removed warnings 2005/10/28 09:53:14 sj 1.3.28.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccfb2cb67dff8abd26b97ac81a27e145eb50c50b]

INTEGRATION: CWS warnings01 (1.3.28); FILE MERGED 2005/11/16 16:42:17 pl 1.3.28.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1217d500ad816bc10f53a9393f44ee5121a04bc2]

INTEGRATION: CWS warnings01 (1.2.28); FILE MERGED 2005/10/28 09:53:13 sj 1.2.28.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [249cd76672a1c636de147549242f1a84434f04c6]

INTEGRATION: CWS warnings01 (1.3.28); FILE MERGED 2005/10/28 09:53:12 sj 1.3.28.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c67199a28a968ce8f344f8b800dc9c20186ece83]

INTEGRATION: CWS warnings01 (1.4.28); FILE MERGED 2005/10/28 09:53:12 sj 1.4.28.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [784afa3bf20f9925606a9052ad3f1cfcef246a9f]

INTEGRATION: CWS warnings01 (1.4.28); FILE MERGED 2005/11/16 16:42:16 pl 1.4.28.2: #i55991# removed warnings 2005/10/28 09:53:11 sj 1.4.28.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1093a95dce60dc41c656d2656f8d32bc833d298b]

INTEGRATION: CWS warnings01 (1.9.10); FILE MERGED 2005/11/16 16:42:16 pl 1.9.10.3: #i55991# removed warnings 2005/11/07 18:07:14 pl 1.9.10.2: RESYNC: (1.9-1.11); FILE MERGED 2005/10/28 09:53:10 sj 1.9.10.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7c854e2dff00d81faacd11c142b185e4b3af825]

INTEGRATION: CWS warnings01 (1.5.28); FILE MERGED 2005/10/28 09:53:10 sj 1.5.28.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc2b60ddac5a6d222cf8327d73f3a94ad69bb36d]

INTEGRATION: CWS warnings01 (1.4.28); FILE MERGED 2005/11/16 16:42:15 pl 1.4.28.2: #i55991# removed warnings 2005/10/28 09:53:09 sj 1.4.28.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e9c17fe9d0199ae31e9a0ff18f0d02d21309571]

INTEGRATION: CWS warnings01 (1.4.24); FILE MERGED 2005/11/16 16:42:15 pl 1.4.24.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b051253809367f887bde9adebb6898d74a9aa5ae]

INTEGRATION: CWS warnings01 (1.4.24); FILE MERGED 2006/04/07 19:20:29 sb 1.4.24.2: RESYNC: (1.4-1.5); FILE MERGED 2005/11/16 16:42:14 pl 1.4.24.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a376fd1d0b1fafaeffedaab8860b942bebc671c3]

INTEGRATION: CWS warnings01 (1.4.24); FILE MERGED 2006/04/07 19:20:22 sb 1.4.24.2: RESYNC: (1.4-1.5); FILE MERGED 2005/11/16 16:42:14 pl 1.4.24.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c2130b4fd039b2e07a49f2c09982b5f3574ede0]

INTEGRATION: CWS warnings01 (1.9.28); FILE MERGED 2005/11/16 16:42:13 pl 1.9.28.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [486bfa9ff73c05ba72f911df4df7453f47c3a476]

INTEGRATION: CWS warnings01 (1.27.24); FILE MERGED 2006/04/07 19:20:00 sb 1.27.24.3: RESYNC: (1.27-1.28); FILE MERGED 2005/11/16 16:42:13 pl 1.27.24.2: #i55991# removed warnings 2005/10/27 15:25:31 sj 1.27.24.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc040f32ecb5da05e38a76193cc7dd00841f5a76]

INTEGRATION: CWS warnings01 (1.10.28); FILE MERGED 2005/10/27 15:21:08 sj 1.10.28.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [501846bad2c1e9b8c8e20595b67ee267589ca6c2]

INTEGRATION: CWS warnings01 (1.5.28); FILE MERGED 2005/10/28 10:02:06 sj 1.5.28.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4c585cc71ecd9db8647971492502d338ef9af7e]

INTEGRATION: CWS warnings01 (1.14.14); FILE MERGED 2006/04/07 19:19:52 sb 1.14.14.2: RESYNC: (1.14-1.15); FILE MERGED 2005/11/16 16:42:12 pl 1.14.14.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce8809ac31fdc8c1fe7feb5f420629641fa92207]

INTEGRATION: CWS warnings01 (1.5.28); FILE MERGED 2005/10/27 15:00:33 sj 1.5.28.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [590d25d54b0c0d58228931ba758ce799e9221f42]

INTEGRATION: CWS warnings01 (1.5.28); FILE MERGED 2005/10/27 15:19:32 sj 1.5.28.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c29287cd755a4b59aea14c19509b00b5cf6e133d]

INTEGRATION: CWS warnings01 (1.5.28); FILE MERGED 2005/10/28 09:59:23 sj 1.5.28.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [03c7a1aaf3c1b4592411083e60a094612ccecd0a]

INTEGRATION: CWS warnings01 (1.13.14); FILE MERGED 2006/04/07 19:19:45 sb 1.13.14.3: RESYNC: (1.14-1.15); FILE MERGED 2006/01/25 19:54:34 sb 1.13.14.2: RESYNC: (1.13-1.14); FILE MERGED 2005/11/16 16:42:11 pl 1.13.14.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf7dc755caf155fe25f03471f8890257d2d49096]

INTEGRATION: CWS warnings01 (1.6.28); FILE MERGED 2005/10/27 14:57:00 sj 1.6.28.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b4abc55b57a99723a4bb381626c9ba12ffe8f97]

INTEGRATION: CWS warnings01 (1.8.28); FILE MERGED 2006/05/15 13:17:30 sb 1.8.28.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbf5f6b24d0706b6ca8a7437937167bf606b8a77]

INTEGRATION: CWS warnings01 (1.5.28); FILE MERGED 2005/10/28 10:00:35 sj 1.5.28.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [945d57ace9a498e3512b05458870b5489e14b5d8]

INTEGRATION: CWS warnings01 (1.3.26); FILE MERGED 2005/11/16 16:42:11 pl 1.3.26.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [49f6d05ad2c1eea234ebc9e2a9e73bec5a05bc4f]

INTEGRATION: CWS warnings01 (1.8.24); FILE MERGED 2005/11/16 16:42:11 pl 1.8.24.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a04cab7e453bd022f28dde3b6554d315c4831c1]

INTEGRATION: CWS warnings01 (1.5.24); FILE MERGED 2005/11/16 16:42:10 pl 1.5.24.2: #i55991# removed warnings 2005/10/27 14:29:59 sj 1.5.24.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6916a04e218b40b2957d5a4206b94860ecee5517]

INTEGRATION: CWS warnings01 (1.3.26); FILE MERGED 2005/11/16 16:42:09 pl 1.3.26.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [47faea23fab359c0f7e0bda2dd8b382a63a95038]

INTEGRATION: CWS warnings01 (1.4.24); FILE MERGED 2006/04/07 19:19:18 sb 1.4.24.2: RESYNC: (1.4-1.5); FILE MERGED 2005/11/16 16:42:09 pl 1.4.24.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdfb49733b43f97db474c26929dafca6c2997aba]

INTEGRATION: CWS warnings01 (1.6.26); FILE MERGED 2005/11/16 16:42:08 pl 1.6.26.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f4e6edb42b31597205f4cb81426ace36d65055d]

INTEGRATION: CWS warnings01 (1.13.94); FILE MERGED 2006/02/01 09:28:33 sb 1.13.94.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c657c624ae9a8e6cb66d5ee0c032c3ac348a4271]

INTEGRATION: CWS warnings01 (1.18.26); FILE MERGED 2006/04/07 19:19:07 sb 1.18.26.2: RESYNC: (1.18-1.20); FILE MERGED 2005/11/16 16:42:06 pl 1.18.26.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [63c999301cdba23182fc54a82838866c89b85e43]

INTEGRATION: CWS warnings01 (1.5.24); FILE MERGED 2005/10/27 14:32:48 sj 1.5.24.1: #i55991# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b18d10d8142e9e1e59aadc4fbc67700e37650db]

INTEGRATION: CWS warnings01 (1.55.58); FILE MERGED 2006/05/23 20:25:19 sb 1.55.58.4: RESYNC: (1.57-1.58); FILE MERGED 2006/04/07 19:17:55 sb 1.55.58.3: RESYNC: (1.56-1.57); FILE MERGED 2006/01/25 19:52:15 sb 1.55.58.2: RESYNC: (1.55-1.56); FILE MERGED 2005/11/16 10:23:29 pl 1.55.58.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [72b3e5f678ff40e737e2abe93dd85c2ae60649ca]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/11/15 19:56:07 pl 1.3.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c595a103ad7dd19140e8604de52393d0b3f439b]

INTEGRATION: CWS warnings01 (1.10.62); FILE MERGED 2006/01/25 19:52:06 sb 1.10.62.2: RESYNC: (1.10-1.11); FILE MERGED 2005/11/15 19:56:07 pl 1.10.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [42ecc416325e80a80305791237db4bf4f89844bc]

INTEGRATION: CWS warnings01 (1.18.62); FILE MERGED 2006/05/22 12:33:30 pl 1.18.62.3: #i65591# workaround SetWindow in destuctor 2006/04/07 19:17:49 sb 1.18.62.2: RESYNC: (1.18-1.19); FILE MERGED 2005/11/15 19:56:07 pl 1.18.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a80d94752f4d391450e5fc7b189e194ee69dddfb]

INTEGRATION: CWS warnings01 (1.7.60); FILE MERGED 2005/11/15 19:56:06 pl 1.7.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d01efeb96a07b6a72ea2cc3d324c1ddf65bdf666]

INTEGRATION: CWS warnings01 (1.8.62); FILE MERGED 2006/01/25 19:51:59 sb 1.8.62.3: RESYNC: (1.8-1.9); FILE MERGED 2005/11/15 19:56:06 pl 1.8.62.2: #i55991# removed warnings 2005/10/26 12:41:03 pl 1.8.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d4cb4e4738661dfe81db2d1dcce36d8fed392a6]

INTEGRATION: CWS warnings01 (1.6.62); FILE MERGED 2005/11/15 19:56:06 pl 1.6.62.2: #i55991# removed warnings 2005/10/26 12:40:55 pl 1.6.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b841970e29f0208bf750506d8452badbfd14439c]

INTEGRATION: CWS warnings01 (1.6.62); FILE MERGED 2006/04/07 19:17:42 sb 1.6.62.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/15 19:56:06 pl 1.6.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0c9302088ff67c01806fab925f928d2496f93d5]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/11/15 19:56:06 pl 1.3.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3c127d7808b5fe1f97f507a4572f34415d36817]

INTEGRATION: CWS warnings01 (1.3.60); FILE MERGED 2005/11/15 19:56:05 pl 1.3.60.2: #i55991# removed warnings 2005/10/25 15:07:43 pl 1.3.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e84306f7dc71c96cbceeed2c3d056653cf97f3e]

INTEGRATION: CWS warnings01 (1.6.60); FILE MERGED 2006/01/25 19:51:29 sb 1.6.60.3: RESYNC: (1.6-1.7); FILE MERGED 2005/11/15 19:56:05 pl 1.6.60.2: #i55991# removed warnings 2005/10/25 15:07:43 pl 1.6.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [84484e1340d49f5b28dc46b9831893656f868997]

INTEGRATION: CWS warnings01 (1.5.60); FILE MERGED 2006/05/23 20:25:03 sb 1.5.60.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/15 19:56:05 pl 1.5.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c58968280390eda4ef196f9183ccd55c4e64b028]

INTEGRATION: CWS warnings01 (1.12.62); FILE MERGED 2005/11/15 19:56:04 pl 1.12.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a95d56bb5ca4f76f9d27ef5ffc5ed4d3cbed66d]

INTEGRATION: CWS warnings01 (1.4.62); FILE MERGED 2005/10/26 12:40:46 pl 1.4.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd05213f1e7dfcfbc084cc53e5d1200f580b3fab]

INTEGRATION: CWS warnings01 (1.13.60); FILE MERGED 2006/04/07 19:17:14 sb 1.13.60.2: RESYNC: (1.13-1.14); FILE MERGED 2005/11/15 19:56:03 pl 1.13.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9427e56584e19d37ce8032c9ca0543bd27e75c84]

INTEGRATION: CWS warnings01 (1.20.62); FILE MERGED 2005/10/26 13:41:58 pl 1.20.62.2: #i55991# removed warnings for linux platform 2005/10/25 15:07:42 pl 1.20.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [50c11e2d720e95cc85f3a0a21391dfdbd5680821]

INTEGRATION: CWS warnings01 (1.8.62); FILE MERGED 2006/04/07 19:16:51 sb 1.8.62.2: RESYNC: (1.8-1.9); FILE MERGED 2005/11/15 19:56:03 pl 1.8.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [adde1ce56989e033fb8f49ad68c5ab852a2cd14d]

INTEGRATION: CWS warnings01 (1.4.62); FILE MERGED 2005/11/15 19:56:03 pl 1.4.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdb804b96d4c41da638c842b6909b2c5f95c9a8d]

INTEGRATION: CWS warnings01 (1.17.8); FILE MERGED 2005/11/15 19:56:02 pl 1.17.8.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2508d8cfbb2f2c79eaf28c8f3e9d9873e49ea94]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/10/26 12:40:35 pl 1.3.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4dc14ea195967610ba1a5b99b32a909292b2ac7]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/11/16 09:58:01 pl 1.3.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b2173d404f2e3452e303b6bd3a9091c35c1424d]

INTEGRATION: CWS warnings01 (1.9.60); FILE MERGED 2006/05/23 20:24:36 sb 1.9.60.2: RESYNC: (1.9-1.10); FILE MERGED 2005/11/15 19:56:02 pl 1.9.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa5e8280acb2ceea08930be2b7ce71bac9b041e4]

INTEGRATION: CWS warnings01 (1.41.14); FILE MERGED 2006/05/23 20:24:13 sb 1.41.14.4: RESYNC: (1.42-1.43); FILE MERGED 2006/01/25 19:50:44 sb 1.41.14.3: RESYNC: (1.41-1.42); FILE MERGED 2005/11/15 19:56:01 pl 1.41.14.2: #i55991# removed warnings 2005/11/15 19:25:46 pl 1.41.14.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [281fad67bb336e735d47c4418b6f52334059703b]

INTEGRATION: CWS warnings01 (1.63.26); FILE MERGED 2006/05/23 20:23:54 sb 1.63.26.5: RESYNC: (1.67-1.68); FILE MERGED 2006/01/25 19:50:36 sb 1.63.26.4: RESYNC: (1.65-1.67); FILE MERGED 2005/11/15 19:25:46 pl 1.63.26.3: #i55991# removed warnings 2005/11/07 18:01:15 pl 1.63.26.2: RESYNC: (1.63-1.65); FILE MERGED 2005/10/25 15:07:42 pl 1.63.26.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a773e6997f8f9b424561de54628dfa989817aea2]

INTEGRATION: CWS warnings01 (1.57.54); FILE MERGED 2006/05/23 20:23:26 sb 1.57.54.4: RESYNC: (1.59-1.61); FILE MERGED 2006/04/07 19:16:11 sb 1.57.54.3: RESYNC: (1.58-1.59); FILE MERGED 2006/01/25 19:50:26 sb 1.57.54.2: RESYNC: (1.57-1.58); FILE MERGED 2005/11/15 19:25:45 pl 1.57.54.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [68a208fa3e65848759f5509ae984a00314d8c542]

INTEGRATION: CWS warnings01 (1.38.14); FILE MERGED 2006/05/23 20:22:58 sb 1.38.14.3: RESYNC: (1.39-1.40); FILE MERGED 2006/04/07 19:16:01 sb 1.38.14.2: RESYNC: (1.38-1.39); FILE MERGED 2005/11/15 19:25:45 pl 1.38.14.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cccff9da8ee8983b7bea5d57990cb65ea970a98]

INTEGRATION: CWS warnings01 (1.4.60); FILE MERGED 2006/01/25 19:50:17 sb 1.4.60.3: RESYNC: (1.4-1.5); FILE MERGED 2005/11/15 19:25:45 pl 1.4.60.2: #i55991# removed warnings 2005/10/25 15:07:41 pl 1.4.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [061bb6fa10ebd061d769e9131bad2720ddcf6fcd]

INTEGRATION: CWS warnings01 (1.7.60); FILE MERGED 2006/05/23 20:22:24 sb 1.7.60.3: RESYNC: (1.8-1.9); FILE MERGED 2006/01/25 19:50:09 sb 1.7.60.2: RESYNC: (1.7-1.8); FILE MERGED 2005/11/15 19:25:44 pl 1.7.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [100e6e1f3e7fb52cd8a09e4fa91f6718203d6d6b]

INTEGRATION: CWS warnings01 (1.4.60); FILE MERGED 2005/11/15 19:25:44 pl 1.4.60.2: #i55991# removed warnings 2005/10/25 15:07:41 pl 1.4.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea11c4a7d81435a1ff9652248cb69ae815d5ffb4]

INTEGRATION: CWS warnings01 (1.3.60); FILE MERGED 2005/11/15 19:25:43 pl 1.3.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [56d70b6491c1a0611f56663b65c0ed07c82b236d]

INTEGRATION: CWS warnings01 (1.4.60); FILE MERGED 2005/11/15 19:25:43 pl 1.4.60.2: #i55991# removed warnings 2005/10/25 15:07:41 pl 1.4.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ed36f4bd6580dcb409e0c52d1d54306fda0aaf0]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/11/16 10:23:29 pl 1.3.62.2: #i55991# removed warnings 2005/11/15 19:25:42 pl 1.3.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [95f3c6f50ad87dc59ba4f16dbd5edc8228bb0af9]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/11/15 19:25:42 pl 1.3.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [921d8e01113a457d7a91003fd595e89bb6a8de03]

INTEGRATION: CWS warnings01 (1.17.62); FILE MERGED 2005/11/15 19:25:42 pl 1.17.62.2: #i55991# removed warnings 2005/10/26 12:40:33 pl 1.17.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f4dfa21f6c14d03a91c41ff15616aa6315cd8db]

INTEGRATION: CWS warnings01 (1.16.62); FILE MERGED 2005/11/15 19:25:41 pl 1.16.62.2: #i55991# removed warnings 2005/10/26 12:40:32 pl 1.16.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c859b365460a34c0aef2a8c2372fe506bbeda9c]

INTEGRATION: CWS warnings01 (1.69.26); FILE MERGED 2006/01/25 19:49:46 sb 1.69.26.4: RESYNC: (1.70-1.71); FILE MERGED 2005/11/15 19:25:41 pl 1.69.26.3: #i55991# removed warnings 2005/11/07 18:00:19 pl 1.69.26.2: RESYNC: (1.69-1.70); FILE MERGED 2005/10/26 12:40:32 pl 1.69.26.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7faa6c4a057e8bf6dd44f383f24f5b1a51adbb1]

INTEGRATION: CWS warnings01 (1.9.62); FILE MERGED 2005/11/15 19:25:41 pl 1.9.62.2: #i55991# removed warnings 2005/10/26 12:40:31 pl 1.9.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a007338e07e8d8387e5b5b8590e038e446be44f]

INTEGRATION: CWS warnings01 (1.4.92); FILE MERGED 2006/01/27 16:43:26 sb 1.4.92.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d866a3c7090a277a92f5c6a07019f2c8eed4e721]

INTEGRATION: CWS warnings01 (1.34.94); FILE MERGED 2006/01/30 14:39:36 sb 1.34.94.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5efbd5532175a8c12f98fd2d61eaab5e923af55]

INTEGRATION: CWS warnings01 (1.5.60); FILE MERGED 2005/11/15 19:25:41 pl 1.5.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2bc142710a9b22ea302d75dbb62bc8cd22f62cb]

INTEGRATION: CWS warnings01 (1.39.60); FILE MERGED 2006/04/07 19:14:56 sb 1.39.60.2: RESYNC: (1.39-1.40); FILE MERGED 2005/10/26 12:40:31 pl 1.39.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fc5d0363af72d49300b889242cc9bcd859b6a84]

INTEGRATION: CWS warnings01 (1.2.60); FILE MERGED 2005/11/15 19:25:40 pl 1.2.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [16e3b29cfb272ce9ded2b103b0c82baf99b0efa5]

INTEGRATION: CWS warnings01 (1.6.62); FILE MERGED 2005/11/15 19:25:40 pl 1.6.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [de7d48f47ba87fc88772ce4770726a4d7e7b6821]

INTEGRATION: CWS warnings01 (1.13.2); FILE MERGED 2006/05/23 20:21:25 sb 1.13.2.4: RESYNC: (1.15-1.16); FILE MERGED 2006/04/07 19:14:23 sb 1.13.2.3: RESYNC: (1.14-1.15); FILE MERGED 2006/01/25 19:48:27 sb 1.13.2.2: RESYNC: (1.13-1.14); FILE MERGED 2005/11/15 19:25:40 pl 1.13.2.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddd0a4efe1613553395ccac646b9d8f10000ca63]

INTEGRATION: CWS warnings01 (1.3.58); FILE MERGED 2006/04/07 19:14:13 sb 1.3.58.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/15 19:25:40 pl 1.3.58.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [255e3cd4e2d22260b2a5a9071649b9a26735105b]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/11/15 19:25:39 pl 1.3.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [721caac564089afe2e1f57fc47fc3c097e43c407]

INTEGRATION: CWS warnings01 (1.5.60); FILE MERGED 2006/04/20 14:51:15 sb 1.5.60.3: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 19:14:06 sb 1.5.60.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/15 19:25:39 pl 1.5.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0973bc19ab4dd3afeb92107cdac6a58366072e4a]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/10/25 15:07:40 pl 1.3.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8e0c05ad574d77a84fd4ec03516b311fcead313]

INTEGRATION: CWS warnings01 (1.3.60); FILE MERGED 2005/11/15 19:25:39 pl 1.3.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f08671aed6b31825121cfad592b1573c7c9e56a]

INTEGRATION: CWS warnings01 (1.3.60); FILE MERGED 2005/11/15 19:25:38 pl 1.3.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ac5cae88a3b3712e5a585dfa73048c71d1b5ed5]

INTEGRATION: CWS warnings01 (1.3.60); FILE MERGED 2005/11/15 19:25:38 pl 1.3.60.2: #i55991# removed warnings 2005/10/25 15:07:39 pl 1.3.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [017c49bd13df3feebe86adfd7cf2fb62d5f05527]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/11/15 19:25:38 pl 1.3.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f75b685b106c80d59524f940eee6236318e4ae1e]

INTEGRATION: CWS warnings01 (1.3.60); FILE MERGED 2006/04/07 19:13:44 sb 1.3.60.3: RESYNC: (1.3-1.4); FILE MERGED 2005/11/15 19:25:38 pl 1.3.60.2: #i55991# removed warnings 2005/10/25 15:07:39 pl 1.3.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f430ddebf9471a83f1300b3eb446c0afb1687fd7]

INTEGRATION: CWS warnings01 (1.3.60); FILE MERGED 2006/04/07 19:13:22 sb 1.3.60.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/15 19:25:37 pl 1.3.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf8c3613e497b16ff561312855844b143afa9457]

INTEGRATION: CWS warnings01 (1.3.58); FILE MERGED 2005/11/15 19:25:37 pl 1.3.58.2: #i55991# removed warnings 2005/10/25 15:07:39 pl 1.3.58.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b0fd03ca8ff4e0b4b2bd6d9ddd697cf47928bd6]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/11/15 19:25:37 pl 1.3.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ab15f0281704c089aabab381fa1b3e1f2d125a4]

INTEGRATION: CWS warnings01 (1.3.58); FILE MERGED 2005/11/15 19:25:37 pl 1.3.58.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [28866039deb2ac49416b6fea1a54ee41bacbaadb]

INTEGRATION: CWS warnings01 (1.3.60); FILE MERGED 2005/11/15 19:25:37 pl 1.3.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb2b3994c73006218d5bf456647632e95e123691]

INTEGRATION: CWS warnings01 (1.3.60); FILE MERGED 2005/11/15 19:25:36 pl 1.3.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e50b1d9450e1886dc748e479cef92f18af460788]

INTEGRATION: CWS warnings01 (1.3.60); FILE MERGED 2006/05/23 20:20:53 sb 1.3.60.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/15 19:25:36 pl 1.3.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f3d0443c9a6824db5efe954bdc91739491f2296]

INTEGRATION: CWS warnings01 (1.3.60); FILE MERGED 2006/05/23 20:20:44 sb 1.3.60.3: RESYNC: (1.3-1.4); FILE MERGED 2005/11/15 19:25:36 pl 1.3.60.2: #i55991# removed warnings 2005/10/25 15:07:38 pl 1.3.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7404a9d6f17dfd2396a8084205353b51a2280b66]

INTEGRATION: CWS warnings01 (1.3.60); FILE MERGED 2005/11/15 19:25:35 pl 1.3.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [87ba35b41866d9ec2ed17bba02f20f60852bab68]

INTEGRATION: CWS warnings01 (1.3.60); FILE MERGED 2006/04/07 19:13:15 sb 1.3.60.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/15 19:25:35 pl 1.3.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2013558d229e5249cecc51c44e619e2b385db4e]

INTEGRATION: CWS warnings01 (1.3.60); FILE MERGED 2005/11/15 17:54:43 pl 1.3.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b5ac4285ede0b311ed2d523de8eb3c489baa632]

INTEGRATION: CWS warnings01 (1.6.60); FILE MERGED 2005/11/15 17:54:42 pl 1.6.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce86e915b7148b2c1993bcb99e10de828ded0bce]

INTEGRATION: CWS warnings01 (1.10.60); FILE MERGED 2006/04/07 19:13:07 sb 1.10.60.2: RESYNC: (1.10-1.11); FILE MERGED 2005/11/15 17:54:42 pl 1.10.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dedf756dd2d4c37b45cc6ea4377ad82457f2d243]

INTEGRATION: CWS warnings01 (1.2.60); FILE MERGED 2005/11/15 17:54:42 pl 1.2.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbba10a7ab22b4a4b5d67a336a7b30c3f27e695a]

INTEGRATION: CWS warnings01 (1.6.60); FILE MERGED 2006/04/07 19:12:58 sb 1.6.60.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/15 17:54:42 pl 1.6.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b430b58113d4ee0b28f97225da9d8900a6cd906]

INTEGRATION: CWS warnings01 (1.7.60); FILE MERGED 2005/11/15 17:54:42 pl 1.7.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [206f01c5fa0dc5d2312d90c68f64882eaa271198]

INTEGRATION: CWS warnings01 (1.7.60); FILE MERGED 2005/11/15 17:54:41 pl 1.7.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d76ae3fa165f257a47fcc66e1d0800dca64281bf]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/11/15 17:54:41 pl 1.3.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fbcfbe3e9840785ccf6d149811b0c5f5daf5a48]

INTEGRATION: CWS warnings01 (1.5.60); FILE MERGED 2005/11/15 17:54:41 pl 1.5.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [51f470a7521208146f9b84117c42e026cd46f0ad]

INTEGRATION: CWS warnings01 (1.5.62); FILE MERGED 2005/11/15 17:54:41 pl 1.5.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1f43d350eae5d3972baa6c4ac13564c9d08d546]

INTEGRATION: CWS warnings01 (1.4.60); FILE MERGED 2005/11/15 17:54:40 pl 1.4.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4108bb43c193128152b95aa924383652849006f5]

INTEGRATION: CWS warnings01 (1.3.60); FILE MERGED 2005/11/15 17:54:40 pl 1.3.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [459398ada3f61f249662f52b22c7a4c8da2586f6]

INTEGRATION: CWS warnings01 (1.6.60); FILE MERGED 2005/11/15 17:54:40 pl 1.6.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [547a2b5cd91cb61ff50e156124cb7db900f98d40]

INTEGRATION: CWS warnings01 (1.7.60); FILE MERGED 2005/11/15 17:54:40 pl 1.7.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dfbc0c7474fa980195e69050c15f527de29439d]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/11/15 17:54:39 pl 1.3.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7ffc6ee8c13227a4a6aa178d716843c6c752b67]

INTEGRATION: CWS warnings01 (1.6.62); FILE MERGED 2006/01/25 19:46:50 sb 1.6.62.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/15 19:56:01 pl 1.6.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [63b241d123b159c43b4f1e527ef8e1ac51fd55f0]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2006/04/07 19:12:22 sb 1.3.62.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/26 12:40:29 pl 1.3.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [da9e13daacd468ec095647c2178b97cc6a31e8ec]

INTEGRATION: CWS warnings01 (1.2.48); FILE MERGED 2006/04/20 14:51:15 sb 1.2.48.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c1792f62f2fa54cfeb648a169d96257ce8e7c58]

INTEGRATION: CWS warnings01 (1.5.62); FILE MERGED 2005/11/15 17:54:39 pl 1.5.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a04f42dd4c69b4a274feb6551073a3d3b8b20a50]

INTEGRATION: CWS warnings01 (1.22.24); FILE MERGED 2006/04/07 19:11:25 sb 1.22.24.4: RESYNC: (1.23-1.24); FILE MERGED 2005/11/15 17:54:38 pl 1.22.24.3: #i55991# removed warnings 2005/11/07 17:57:26 pl 1.22.24.2: RESYNC: (1.22-1.23); FILE MERGED 2005/10/25 14:13:00 pl 1.22.24.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [85b64ea7ad2d5fa4adc9643142a616d6aa5b99ac]

INTEGRATION: CWS warnings01 (1.25.8); FILE MERGED 2006/04/07 19:11:08 sb 1.25.8.5: RESYNC: (1.27-1.28); FILE MERGED 2005/11/16 09:58:00 pl 1.25.8.4: #i55991# removed warnings 2005/11/15 17:54:38 pl 1.25.8.3: #i55991# removed warnings 2005/11/07 17:57:13 pl 1.25.8.2: RESYNC: (1.25-1.27); FILE MERGED 2005/10/25 14:13:00 pl 1.25.8.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2c9f66dfeb824a6034a1e1cd689ce191df2472f]

INTEGRATION: CWS warnings01 (1.28.60); FILE MERGED 2006/04/07 19:10:59 sb 1.28.60.3: RESYNC: (1.28-1.29); FILE MERGED 2005/11/15 17:54:38 pl 1.28.60.2: #i55991# removed warnings 2005/10/25 14:13:00 pl 1.28.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e15b12c953e3f652c5bab7d18e5c32d4840a121c]

INTEGRATION: CWS warnings01 (1.43.8); FILE MERGED 2006/05/23 20:20:28 sb 1.43.8.4: RESYNC: (1.47-1.49); FILE MERGED 2006/04/07 19:10:50 sb 1.43.8.3: RESYNC: (1.46-1.47); FILE MERGED 2005/11/07 17:57:01 pl 1.43.8.2: RESYNC: (1.43-1.46); FILE MERGED 2005/10/25 14:12:59 pl 1.43.8.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e8f6e346714b003a52209e3f0f3e067b026b970]

INTEGRATION: CWS warnings01 (1.25.8); FILE MERGED 2006/04/07 19:10:42 sb 1.25.8.5: RESYNC: (1.27-1.29); FILE MERGED 2005/11/16 09:58:00 pl 1.25.8.4: #i55991# removed warnings 2005/11/15 17:54:37 pl 1.25.8.3: #i55991# removed warnings 2005/11/07 17:56:48 pl 1.25.8.2: RESYNC: (1.25-1.27); FILE MERGED 2005/10/25 14:12:59 pl 1.25.8.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cf28d98d0a1c40aab1156c039ea57aec2c536ee]

INTEGRATION: CWS warnings01 (1.14.38); FILE MERGED 2006/04/07 19:10:16 sb 1.14.38.2: RESYNC: (1.14-1.15); FILE MERGED 2005/11/15 17:54:37 pl 1.14.38.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [db348b12dcf2d6c1e2096247e788ebe4e1c27988]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/11/16 09:58:00 pl 1.3.62.2: #i55991# removed warnings 2005/10/25 14:12:59 pl 1.3.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [06ad4c05a5b672a0395261fcb7e6c1dd51348dc4]

INTEGRATION: CWS warnings01 (1.14.58); FILE MERGED 2005/11/15 17:54:37 pl 1.14.58.2: #i55991# removed warnings 2005/10/26 16:05:38 pl 1.14.58.1: #i55991# no more new.hxx


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbf8a1ba4be5cf7d49f49fb85c8dba697f4da692]

INTEGRATION: CWS warnings01 (1.5.60); FILE MERGED 2005/11/15 17:54:36 pl 1.5.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [177df1610d9c7bb596abbd83c646336ddcc58297]

INTEGRATION: CWS warnings01 (1.3.60); FILE MERGED 2005/11/15 17:54:36 pl 1.3.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [924a985bd2b70cdbcfe21c0c4a31756e605ad601]

INTEGRATION: CWS warnings01 (1.4.58); FILE MERGED 2005/11/15 17:54:36 pl 1.4.58.2: #i55991# removed warnings 2005/10/26 16:05:38 pl 1.4.58.1: #i55991# no more new.hxx


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c78a6ae5f21a917cb3765544c8cfc3cf5a7d4b1]

INTEGRATION: CWS warnings01 (1.4.60); FILE MERGED 2005/10/26 16:05:37 pl 1.4.60.1: #i55991# no more new.hxx


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c2af7692afd44da40e1146739fba93e46a030ab]

INTEGRATION: CWS warnings01 (1.7.60); FILE MERGED 2005/11/15 17:54:35 pl 1.7.60.2: #i55991# removed warnings 2005/10/25 14:12:58 pl 1.7.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [947ba5518a411d5a194f6f7341f51ca8331cf8e7]

INTEGRATION: CWS warnings01 (1.9.60); FILE MERGED 2005/10/25 14:12:58 pl 1.9.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bf161804e60c25485702abf8f365a069adb5fa8]

INTEGRATION: CWS warnings01 (1.15.62); FILE MERGED 2005/11/15 17:54:35 pl 1.15.62.2: #i55991# removed warnings 2005/10/25 14:12:58 pl 1.15.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [84e4172dd52a74f995adb01a8c4c74b4e92364e5]

INTEGRATION: CWS warnings01 (1.58.58); FILE MERGED 2006/05/23 20:19:59 sb 1.58.58.2: RESYNC: (1.58-1.59); FILE MERGED 2005/11/15 17:54:35 pl 1.58.58.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0eff92b41fd444b3d5733971341253c36db1c11c]

INTEGRATION: CWS warnings01 (1.5.62); FILE MERGED 2006/05/23 20:19:42 sb 1.5.62.2: RESYNC: (1.5-1.6); FILE MERGED 2005/10/25 14:12:57 pl 1.5.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [942e7065cb00d4ed3391efa0e58d7e618c18d3d9]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/10/25 14:12:57 pl 1.3.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bd344812bb907f2379dae87bab9177d8d444fdd]

INTEGRATION: CWS warnings01 (1.5.62); FILE MERGED 2005/10/25 14:12:57 pl 1.5.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [38be5783606b5f645501d4e9a7a4ecf851b24c1b]

INTEGRATION: CWS warnings01 (1.11.60); FILE MERGED 2005/11/15 17:54:34 pl 1.11.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad4708cae7954c266fc846311910887ee9835ce1]

INTEGRATION: CWS warnings01 (1.12.60); FILE MERGED 2005/11/15 17:54:34 pl 1.12.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b10f9369babdb398eee25cfc19cf5da4697e51f7]

INTEGRATION: CWS warnings01 (1.5.62); FILE MERGED 2006/04/07 19:09:40 sb 1.5.62.4: RESYNC: (1.5-1.6); FILE MERGED 2005/11/15 17:54:33 pl 1.5.62.3: #i55991# removed warnings 2005/10/26 12:40:27 pl 1.5.62.2: #i55991# removed warnings for linux platform 2005/10/25 14:12:56 pl 1.5.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [883e09335329fab4cc055c832a2a072dde610378]

INTEGRATION: CWS warnings01 (1.10.62); FILE MERGED 2005/10/26 12:40:27 pl 1.10.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab6ccbeb09b6e8a1d308af1de53209de7aa88bb7]

INTEGRATION: CWS warnings01 (1.4.62); FILE MERGED 2005/11/15 17:54:33 pl 1.4.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d093c73aa96d41ca0aba83d37a9d696a114b90e4]

INTEGRATION: CWS warnings01 (1.48.60); FILE MERGED 2006/04/07 19:09:25 sb 1.48.60.3: RESYNC: (1.48-1.49); FILE MERGED 2005/11/15 17:54:32 pl 1.48.60.2: #i55991# removed warnings 2005/10/26 16:05:37 pl 1.48.60.1: #i55991# no more new.hxx


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcdac62f638ffc95b1cdfb98ea03081d9b7e48ed]

INTEGRATION: CWS warnings01 (1.2.60); FILE MERGED 2005/11/15 17:54:32 pl 1.2.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd49efff0fd7c2ac0f3cbf3e5966dd1728516d58]

INTEGRATION: CWS warnings01 (1.41.62); FILE MERGED 2006/05/23 20:18:59 sb 1.41.62.5: RESYNC: (1.42-1.43); FILE MERGED 2006/04/20 14:51:14 sb 1.41.62.4: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 19:09:12 sb 1.41.62.3: RESYNC: (1.41-1.42); FILE MERGED 2005/11/15 17:54:32 pl 1.41.62.2: #i55991# removed warnings 2005/10/26 12:40:26 pl 1.41.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [902a126b1d8d8956aace1970572c68f32a39ca93]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/11/15 17:54:32 pl 1.3.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c0a485a2248224fb7d7605534f494c6eae75534]

INTEGRATION: CWS warnings01 (1.10.60); FILE MERGED 2005/11/15 17:54:31 pl 1.10.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7a98329dec495433ffd12538e1a0a792b42f4f8]

INTEGRATION: CWS warnings01 (1.4.62); FILE MERGED 2005/11/15 17:54:31 pl 1.4.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [142519af4b13ac32c1ea1001d3a0675c8597dadd]

INTEGRATION: CWS warnings01 (1.30.2); FILE MERGED 2006/06/12 11:08:55 fs 1.30.2.5: #i66334# since IsReadOnly is virtual now, be prepared for it being called in the dtor (implicitly from Edit::GetFocus) 2006/05/23 20:18:38 sb 1.30.2.4: RESYNC: (1.31-1.33); FILE MERGED 2006/04/07 19:09:05 sb 1.30.2.3: RESYNC: (1.30-1.31); FILE MERGED 2005/11/15 17:54:31 pl 1.30.2.2: #i55991# removed warnings 2005/11/15 15:13:49 pl 1.30.2.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5672b5d2252db1a0fb556e079376c28266cb867d]

INTEGRATION: CWS warnings01 (1.11.60); FILE MERGED 2005/11/15 17:54:30 pl 1.11.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cac8c57478571e234996e41e9b0d1136926b5820]

INTEGRATION: CWS warnings01 (1.6.62); FILE MERGED 2005/11/15 17:54:30 pl 1.6.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dbee89cdb559a7c7ad921aa0a10169d7c631461]

INTEGRATION: CWS warnings01 (1.13.26); FILE MERGED 2005/11/15 17:54:30 pl 1.13.26.3: #i55991# removed warnings 2005/11/07 17:54:42 pl 1.13.26.2: RESYNC: (1.13-1.14); FILE MERGED 2005/10/26 12:40:23 pl 1.13.26.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9410bda945cf32bcc922daee43475e4eb58dcdf]

INTEGRATION: CWS warnings01 (1.9.60); FILE MERGED 2006/01/25 19:46:28 sb 1.9.60.3: RESYNC: (1.9-1.10); FILE MERGED 2005/11/15 17:54:30 pl 1.9.60.2: #i55991# removed warnings 2005/10/26 12:40:22 pl 1.9.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f38798c61c770e363311e4c26cffc42e9beb79d]

INTEGRATION: CWS warnings01 (1.4.62); FILE MERGED 2005/11/15 17:54:29 pl 1.4.62.2: #i55991# removed warnings 2005/10/26 12:40:22 pl 1.4.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [27860b41d71e4e932a4d7e608bc37e207453981f]

INTEGRATION: CWS warnings01 (1.21.62); FILE MERGED 2005/10/26 12:40:22 pl 1.21.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [acdae7848503bde6d414d93255aef2c8869be23a]

INTEGRATION: CWS warnings01 (1.14.62); FILE MERGED 2005/11/15 17:54:29 pl 1.14.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dafecb5a13e3d6757b43de43f4228f2f0867258]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/11/15 17:54:29 pl 1.3.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9b0b45ed01fc82a19978687de8ed10c99789006]

INTEGRATION: CWS warnings01 (1.8.60); FILE MERGED 2005/11/15 17:54:29 pl 1.8.60.2: #i55991# removed warnings 2005/10/26 12:40:21 pl 1.8.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [262c8fb33c206fbf330ad09454bef956f5f32505]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/11/15 17:54:28 pl 1.3.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [01b350cd3d5c58a7c8bda13b715f93bb86db4ef4]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/11/15 17:54:28 pl 1.3.62.2: #i55991# removed warnings 2005/10/26 12:40:21 pl 1.3.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [505e1868c28778c828f8a58fe33e6bf498bf9def]

INTEGRATION: CWS warnings01 (1.5.62); FILE MERGED 2005/11/15 17:54:28 pl 1.5.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0721de25069ac763e3e674f4ae420f8fd9792b9]

INTEGRATION: CWS warnings01 (1.21.38); FILE MERGED 2005/11/15 17:54:28 pl 1.21.38.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [10d4759d75ca1d12b65dd7b7654f5a88a85137d2]

INTEGRATION: CWS warnings01 (1.25.62); FILE MERGED 2005/11/15 15:13:48 pl 1.25.62.2: #i55991# removed warnings 2005/10/26 12:40:20 pl 1.25.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [26349cef994a962d02b9629e4e8f40b8a1a8307c]

INTEGRATION: CWS warnings01 (1.13.62); FILE MERGED 2006/01/25 19:45:52 sb 1.13.62.2: RESYNC: (1.13-1.14); FILE MERGED 2005/11/15 15:13:47 pl 1.13.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5162f1e84986ea2c1f6858b19c2024abc9c5c524]

INTEGRATION: CWS warnings01 (1.17.62); FILE MERGED 2006/05/23 20:18:09 sb 1.17.62.3: RESYNC: (1.17-1.18); FILE MERGED 2005/11/15 15:13:47 pl 1.17.62.2: #i55991# removed warnings 2005/10/26 12:40:19 pl 1.17.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [50372673b4d26e225908a8bd1c5a2e54ba654ba3]

INTEGRATION: CWS warnings01 (1.5.62); FILE MERGED 2006/05/23 20:17:56 sb 1.5.62.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/15 15:13:46 pl 1.5.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5729c452df073e81497933e7bc2a9235636df661]

INTEGRATION: CWS warnings01 (1.5.62); FILE MERGED 2005/11/15 15:13:45 pl 1.5.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [697850e11be5af8ff4c97b5456315fc9c749ccbf]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/11/15 15:13:45 pl 1.3.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dafb27ea03b5104af509c06e5ca24733458e02e7]

INTEGRATION: CWS warnings01 (1.15.60); FILE MERGED 2005/11/15 15:13:44 pl 1.15.60.2: #i55991# removed warnings 2005/10/26 12:40:19 pl 1.15.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e8f77ac7c799f422be6893d2c2ec28b8ab9614a]

INTEGRATION: CWS warnings01 (1.2.62); FILE MERGED 2005/11/15 15:13:43 pl 1.2.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [120f244495b748ff9601427edb728b9e4b807423]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/11/15 15:13:43 pl 1.3.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5cf34efa9eaf9b9aeecb9602d5ea1059b627f69f]

INTEGRATION: CWS warnings01 (1.22.60); FILE MERGED 2006/05/23 20:17:27 sb 1.22.60.3: RESYNC: (1.22-1.23); FILE MERGED 2005/11/15 15:13:42 pl 1.22.60.2: #i55991# removed warnings 2005/10/26 12:40:18 pl 1.22.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1433433fe425bd1577d749e22e88019efa7cefc7]

INTEGRATION: CWS warnings01 (1.9.62); FILE MERGED 2006/04/07 19:08:34 sb 1.9.62.2: RESYNC: (1.9-1.10); FILE MERGED 2005/11/15 15:13:41 pl 1.9.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [028f76edbd65ee684f5a7167a2b140506c98da38]

INTEGRATION: CWS warnings01 (1.3.60); FILE MERGED 2005/11/15 15:13:40 pl 1.3.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [da16acdbc69530a4b58c666b1c0cbedbaa34d4cf]

INTEGRATION: CWS warnings01 (1.15.62); FILE MERGED 2005/11/16 10:23:28 pl 1.15.62.2: #i55991# removed warnings 2005/11/15 15:13:39 pl 1.15.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [615ce9fcbae60d6f876c6ce23599ad53c25faeb9]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2006/04/07 19:08:05 sb 1.3.62.5: RESYNC: (1.4-1.5); FILE MERGED 2006/01/27 16:43:25 sb 1.3.62.4: #i53898# Made code warning-free. 2006/01/25 19:45:30 sb 1.3.62.3: RESYNC: (1.3-1.4); FILE MERGED 2005/11/15 15:13:38 pl 1.3.62.2: #i55991# removed warnings 2005/10/26 12:40:18 pl 1.3.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9985dc2b6ecf03fc56e3b13ac35153c61acd9e0]

INTEGRATION: CWS warnings01 (1.7.62); FILE MERGED 2005/11/15 15:13:37 pl 1.7.62.2: #i55991# removed warnings 2005/10/26 12:40:17 pl 1.7.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8f2bd4cd7f0a8c36156935f2ac18796051a0ee1]

INTEGRATION: CWS warnings01 (1.9.62); FILE MERGED 2006/05/23 20:16:57 sb 1.9.62.2: RESYNC: (1.9-1.10); FILE MERGED 2005/11/15 15:13:36 pl 1.9.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [03d1643c7e595cc878c74193b5767f416d80c6ca]

INTEGRATION: CWS warnings01 (1.30.62); FILE MERGED 2006/05/23 20:16:43 sb 1.30.62.4: RESYNC: (1.31-1.32); FILE MERGED 2006/01/25 19:45:22 sb 1.30.62.3: RESYNC: (1.30-1.31); FILE MERGED 2005/11/14 14:43:41 pl 1.30.62.2: #i55991# removed warnings 2005/10/26 12:40:16 pl 1.30.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [50e8ef0ddcd3344df12bec8c3f717cd4a034c064]

INTEGRATION: CWS warnings01 (1.12.62); FILE MERGED 2006/05/23 20:16:29 sb 1.12.62.2: RESYNC: (1.12-1.13); FILE MERGED 2005/11/15 15:13:34 pl 1.12.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [90451f8f6d891c565775816b8689179049cd39ef]

INTEGRATION: CWS warnings01 (1.17.62); FILE MERGED 2006/05/23 20:16:17 sb 1.17.62.4: RESYNC: (1.17-1.18); FILE MERGED 2006/05/22 15:19:17 sb 1.17.62.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162. 2006/05/05 06:49:44 os 1.17.62.2: warnings removed 2005/11/15 15:13:30 pl 1.17.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcedfff1f33d52e68087a1c8daca1f5da608b7c2]

INTEGRATION: CWS warnings01 (1.6.62); FILE MERGED 2006/05/23 20:16:02 sb 1.6.62.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/15 15:13:30 pl 1.6.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1dc1131b1d92359e030bd0e0ac53cf70e1bd75e3]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/11/15 15:13:29 pl 1.3.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6cb5335f8f5d3ab172afb7537ad41997d879bee]

INTEGRATION: CWS warnings01 (1.8.60); FILE MERGED 2006/01/25 19:45:14 sb 1.8.60.3: RESYNC: (1.8-1.9); FILE MERGED 2005/11/15 15:13:28 pl 1.8.60.2: #i55991# removed warnings 2005/10/25 17:37:28 pl 1.8.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c641f8a5c8307b2046ec43d790124d5d8800109e]

INTEGRATION: CWS warnings01 (1.31.62); FILE MERGED 2006/01/25 19:45:07 sb 1.31.62.2: RESYNC: (1.31-1.32); FILE MERGED 2005/11/15 15:13:28 pl 1.31.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c18d36d72c6fc2a30c7ba301df8894c74fbc4bcf]

INTEGRATION: CWS warnings01 (1.67.62); FILE MERGED 2006/04/07 19:07:56 sb 1.67.62.4: RESYNC: (1.69-1.71); FILE MERGED 2006/01/25 19:44:59 sb 1.67.62.3: RESYNC: (1.67-1.69); FILE MERGED 2005/11/15 15:13:27 pl 1.67.62.2: #i55991# removed warnings 2005/10/25 17:37:28 pl 1.67.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4e43f7c7b1085826e7593dfebb9522cd36f347c]

INTEGRATION: CWS warnings01 (1.40.10); FILE MERGED 2006/05/23 20:15:44 sb 1.40.10.5: RESYNC: (1.43-1.44); FILE MERGED 2006/04/07 19:07:47 sb 1.40.10.4: RESYNC: (1.41-1.43); FILE MERGED 2005/11/15 15:13:26 pl 1.40.10.3: #i55991# removed warnings 2005/11/07 17:50:37 pl 1.40.10.2: RESYNC: (1.40-1.41); FILE MERGED 2005/10/25 17:37:27 pl 1.40.10.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [590a049c59e4aaaf8dcb35f5af7c9e0d7787164a]

INTEGRATION: CWS warnings01 (1.16.60); FILE MERGED 2006/05/29 08:21:52 sb 1.16.60.5: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 20:15:28 sb 1.16.60.4: RESYNC: (1.18-1.20); FILE MERGED 2006/04/07 19:07:38 sb 1.16.60.3: RESYNC: (1.16-1.18); FILE MERGED 2005/11/15 15:13:25 pl 1.16.60.2: #i55991# removed warnings 2005/10/25 17:37:27 pl 1.16.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b96e3a1a10731d875816a20376d98e2de427370]

INTEGRATION: CWS warnings01 (1.24.62); FILE MERGED 2006/04/07 19:07:28 sb 1.24.62.2: RESYNC: (1.24-1.25); FILE MERGED 2005/11/15 15:13:24 pl 1.24.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [151251a287587d029c5bef8a0410b3a7e2ef6f2f]

INTEGRATION: CWS warnings01 (1.9.62); FILE MERGED 2005/11/15 15:13:23 pl 1.9.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5868cd7f84b6ee02bb6294b284ef7c32cbb1db65]

INTEGRATION: CWS warnings01 (1.5.60); FILE MERGED 2005/11/15 15:13:23 pl 1.5.60.2: #i55991# removed warnings 2005/10/25 17:37:27 pl 1.5.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ab238a1182e7d3fa2132d3abefbb1b6425fae21]

INTEGRATION: CWS warnings01 (1.46.62); FILE MERGED 2006/04/20 14:51:14 sb 1.46.62.6: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 19:07:21 sb 1.46.62.5: RESYNC: (1.47-1.48); FILE MERGED 2006/01/25 19:44:51 sb 1.46.62.4: RESYNC: (1.46-1.47); FILE MERGED 2005/11/15 15:13:22 pl 1.46.62.3: #i55991# removed warnings 2005/10/26 13:41:57 pl 1.46.62.2: #i55991# removed warnings for linux platform 2005/10/25 17:37:26 pl 1.46.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [25ba88f72cd60fb15144a11a140d583e94b472ad]

INTEGRATION: CWS warnings01 (1.4.60); FILE MERGED 2005/11/15 15:13:21 pl 1.4.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [73460f08f1d15fe0586296ca0f40562b5d1400d0]

INTEGRATION: CWS warnings01 (1.10.62); FILE MERGED 2005/11/16 10:23:28 pl 1.10.62.2: #i55991# removed warnings 2005/11/15 15:13:20 pl 1.10.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [64eacea29fa10fd2876d0865381b85b3f3ebff6b]

INTEGRATION: CWS warnings01 (1.18.60); FILE MERGED 2006/04/20 14:51:14 sb 1.18.60.4: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 19:07:01 sb 1.18.60.3: RESYNC: (1.19-1.20); FILE MERGED 2006/01/25 19:44:32 sb 1.18.60.2: RESYNC: (1.18-1.19); FILE MERGED 2005/11/15 15:13:20 pl 1.18.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [667756dc0b24fcff0bc084d3d1f8d318a2a60225]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/11/15 15:13:19 pl 1.3.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [127551ce5511d7dfa82419ee691e5de6547afdd3]

INTEGRATION: CWS warnings01 (1.24.62); FILE MERGED 2006/04/07 19:06:54 sb 1.24.62.5: RESYNC: (1.25-1.26); FILE MERGED 2006/01/27 16:43:24 sb 1.24.62.4: #i53898# Made code warning-free. 2006/01/25 19:44:24 sb 1.24.62.3: RESYNC: (1.24-1.25); FILE MERGED 2005/11/15 15:13:18 pl 1.24.62.2: #i55991# removed warnings 2005/10/25 17:37:26 pl 1.24.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [81c3e8d4bb8dcd036cbcec55750dc25f1af14b94]

INTEGRATION: CWS warnings01 (1.63.62); FILE MERGED 2006/04/07 19:06:45 sb 1.63.62.4: RESYNC: (1.63-1.64); FILE MERGED 2006/01/30 14:39:35 sb 1.63.62.3: #i53898# Made code warning-free. 2005/11/15 15:13:18 pl 1.63.62.2: #i55991# removed warnings 2005/10/25 14:12:56 pl 1.63.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6e8dd9a2f928a665b06adbbfb94c0c607ecea73]

INTEGRATION: CWS warnings01 (1.4.62); FILE MERGED 2005/10/25 14:12:56 pl 1.4.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [16b9a50ad0a410a3db766ba25870fd4c866243ce]

INTEGRATION: CWS warnings01 (1.4.62); FILE MERGED 2005/11/14 14:23:39 pl 1.4.62.2: #i55991# removed warnings 2005/10/25 12:44:26 pl 1.4.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3701545bd9d82c4f677c1a5cc2454dc49f2fdce5]

INTEGRATION: CWS warnings01 (1.22.26); FILE MERGED 2006/01/25 19:44:04 sb 1.22.26.3: RESYNC: (1.23-1.26); FILE MERGED 2005/11/07 17:49:59 pl 1.22.26.2: RESYNC: (1.22-1.23); FILE MERGED 2005/10/25 12:44:25 pl 1.22.26.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [593dd24360c76839211ba93c7a7fd93dfd4765e7]

INTEGRATION: CWS warnings01 (1.19.62); FILE MERGED 2006/01/25 19:43:56 sb 1.19.62.3: RESYNC: (1.19-1.20); FILE MERGED 2005/11/14 14:23:38 pl 1.19.62.2: #i55991# removed warnings 2005/10/25 12:44:25 pl 1.19.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [abbd6a0c0bc4b3b320dcd42912b1b14496ba654a]

INTEGRATION: CWS warnings01 (1.8.62); FILE MERGED 2006/01/25 19:43:49 sb 1.8.62.3: RESYNC: (1.8-1.9); FILE MERGED 2005/11/14 14:23:38 pl 1.8.62.2: #i55991# removed warnings 2005/10/25 12:44:25 pl 1.8.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f56b1e3325a9e7a4193a7b7ed65b7bcea52c956a]

INTEGRATION: CWS warnings01 (1.15.62); FILE MERGED 2006/05/23 20:14:59 sb 1.15.62.3: RESYNC: (1.16-1.17); FILE MERGED 2006/01/25 19:43:41 sb 1.15.62.2: RESYNC: (1.15-1.16); FILE MERGED 2005/10/25 12:44:24 pl 1.15.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb9c29d503709eca3211a5155411297dc914b726]

INTEGRATION: CWS warnings01 (1.11.62); FILE MERGED 2006/01/25 19:43:19 sb 1.11.62.2: RESYNC: (1.11-1.12); FILE MERGED 2005/10/25 12:44:24 pl 1.11.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e646d32b58d4abece4e8924259b4a5cf64fdf2fd]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2006/01/25 19:43:34 sb 1.3.62.3: RESYNC: (1.3-1.4); FILE MERGED 2005/11/14 14:23:38 pl 1.3.62.2: #i55991# removed warnings 2005/10/25 12:44:24 pl 1.3.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [56920d4c6e77cc98399946660241ae2884b36e43]

INTEGRATION: CWS warnings01 (1.24.62); FILE MERGED 2006/01/25 19:43:26 sb 1.24.62.2: RESYNC: (1.24-1.26); FILE MERGED 2005/10/25 12:44:24 pl 1.24.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8aa4b54d28cb481227d5ce27445534e2ef21081f]

INTEGRATION: CWS warnings01 (1.6.62); FILE MERGED 2006/01/27 16:43:24 sb 1.6.62.3: #i53898# Made code warning-free. 2006/01/25 19:43:08 sb 1.6.62.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/14 14:23:38 pl 1.6.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [36401229e1970cd22d1b2a58b149755c6f384bad]

INTEGRATION: CWS warnings01 (1.22.62); FILE MERGED 2006/01/25 19:43:00 sb 1.22.62.3: RESYNC: (1.22-1.23); FILE MERGED 2005/11/14 14:23:37 pl 1.22.62.2: #i55991# removed warnings 2005/10/25 12:44:23 pl 1.22.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9f48a7d2ecec2ddf63d48e39776711d94c1e13a]

INTEGRATION: CWS warnings01 (1.72.62); FILE MERGED 2006/05/23 20:14:44 sb 1.72.62.4: RESYNC: (1.74-1.75); FILE MERGED 2006/01/25 19:42:34 sb 1.72.62.3: RESYNC: (1.72-1.74); FILE MERGED 2005/11/14 14:23:37 pl 1.72.62.2: #i55991# removed warnings 2005/10/25 12:44:23 pl 1.72.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4393674f6d61227783621fd4fe865bd423fb7b05]

INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2006/01/27 16:46:06 sb 1.1.2.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [aea76dc5a071039ed7d12011960571ba08c26549]

INTEGRATION: CWS warnings01 (1.26.60); FILE MERGED 2006/01/25 19:42:05 sb 1.26.60.3: RESYNC: (1.26-1.27); FILE MERGED 2005/11/14 14:23:37 pl 1.26.60.2: #i55991# removed warnings 2005/10/25 12:44:23 pl 1.26.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [87ab2a048f60a9390268b45e9e9a33e07ca8dff2]

INTEGRATION: CWS warnings01 (1.12.62); FILE MERGED 2006/04/07 19:06:36 sb 1.12.62.4: RESYNC: (1.15-1.16); FILE MERGED 2006/01/25 19:41:57 sb 1.12.62.3: RESYNC: (1.12-1.15); FILE MERGED 2005/11/14 14:23:37 pl 1.12.62.2: #i55991# removed warnings 2005/10/25 12:44:23 pl 1.12.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [80b4172cc851739d0bbc2ef3579d0daf11e684b5]

INTEGRATION: CWS warnings01 (1.4.62); FILE MERGED 2006/01/27 16:43:23 sb 1.4.62.4: #i53898# Made code warning-free. 2006/01/25 19:41:51 sb 1.4.62.3: RESYNC: (1.4-1.5); FILE MERGED 2005/11/14 14:23:36 pl 1.4.62.2: #i55991# removed warnings 2005/10/25 12:44:22 pl 1.4.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3979208602df02aeb4fafa69af235a46c75caac2]

INTEGRATION: CWS warnings01 (1.9.62); FILE MERGED 2006/01/25 19:41:44 sb 1.9.62.3: RESYNC: (1.9-1.10); FILE MERGED 2005/11/14 14:23:36 pl 1.9.62.2: #i55991# removed warnings 2005/10/25 12:44:22 pl 1.9.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3707201c2b6305e2271afc66b273b7d1c69cacdc]

INTEGRATION: CWS warnings01 (1.55.48); FILE MERGED 2006/01/30 14:39:34 sb 1.55.48.4: #i53898# Made code warning-free. 2006/01/27 16:43:23 sb 1.55.48.3: #i53898# Made code warning-free. 2006/01/25 19:41:37 sb 1.55.48.2: RESYNC: (1.55-1.56); FILE MERGED 2005/11/14 14:23:36 pl 1.55.48.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [037ad2c4ba51b63697d30a023b92f3addecf9dba]

INTEGRATION: CWS warnings01 (1.7.62); FILE MERGED 2006/01/25 19:41:30 sb 1.7.62.2: RESYNC: (1.7-1.8); FILE MERGED 2005/10/25 12:44:22 pl 1.7.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [010ebfc26ce9f030468e8e8936e45f96dc9744e6]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2006/05/23 20:13:44 sb 1.3.62.3: RESYNC: (1.4-1.5); FILE MERGED 2006/01/25 19:40:58 sb 1.3.62.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/14 14:23:36 pl 1.3.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ce37cc84efb07c0520bc0b629b32fd2d462878e]

INTEGRATION: CWS warnings01 (1.15.62); FILE MERGED 2006/05/23 20:14:31 sb 1.15.62.3: RESYNC: (1.16-1.17); FILE MERGED 2006/01/25 19:41:23 sb 1.15.62.2: RESYNC: (1.15-1.16); FILE MERGED 2005/11/14 14:23:35 pl 1.15.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c751ac38adfd05fba5893d81038f4611fa0417cf]

INTEGRATION: CWS warnings01 (1.5.62); FILE MERGED 2006/01/27 16:43:22 sb 1.5.62.3: #i53898# Made code warning-free. 2006/01/25 19:41:17 sb 1.5.62.2: RESYNC: (1.5-1.6); FILE MERGED 2005/10/25 12:44:22 pl 1.5.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2638b40627d332213c82c02405d5aa9a12d0ef9a]

INTEGRATION: CWS warnings01 (1.5.98); FILE MERGED 2006/01/27 16:43:22 sb 1.5.98.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [50bcd534003e6b74414974adf92ac837717bb8b5]

INTEGRATION: CWS warnings01 (1.7.62); FILE MERGED 2006/01/27 16:43:21 sb 1.7.62.4: #i53898# Made code warning-free. 2006/01/25 19:40:40 sb 1.7.62.3: RESYNC: (1.7-1.8); FILE MERGED 2005/11/14 14:23:35 pl 1.7.62.2: #i55991# removed warnings 2005/10/25 12:44:21 pl 1.7.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7149cdc04c3450d7c93b1359c0c948b0d13a16b5]

INTEGRATION: CWS warnings01 (1.6.62); FILE MERGED 2006/01/27 16:43:21 sb 1.6.62.4: #i53898# Made code warning-free. 2006/01/25 19:40:19 sb 1.6.62.3: RESYNC: (1.6-1.8); FILE MERGED 2005/11/14 14:23:35 pl 1.6.62.2: #i55991# removed warnings 2005/10/25 12:44:21 pl 1.6.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8a683bf5a1f65b79e5339d5357ae83173a83907]

INTEGRATION: CWS warnings01 (1.15.62); FILE MERGED 2006/05/23 20:14:22 sb 1.15.62.4: RESYNC: (1.16-1.17); FILE MERGED 2006/01/25 19:40:12 sb 1.15.62.3: RESYNC: (1.15-1.16); FILE MERGED 2005/11/14 14:23:35 pl 1.15.62.2: #i55991# removed warnings 2005/10/25 12:44:21 pl 1.15.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e3f26131c8f9c9be833987ac0a1f4cc38241cf9]

INTEGRATION: CWS warnings01 (1.27.62); FILE MERGED 2006/01/25 19:40:05 sb 1.27.62.3: RESYNC: (1.27-1.28); FILE MERGED 2005/11/14 14:23:35 pl 1.27.62.2: #i55991# removed warnings 2005/10/25 12:44:21 pl 1.27.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [25add0782a45e2777309b4b321b1c7da96421249]

INTEGRATION: CWS warnings01 (1.16.62); FILE MERGED 2006/01/25 19:39:57 sb 1.16.62.3: RESYNC: (1.16-1.17); FILE MERGED 2005/11/14 14:23:34 pl 1.16.62.2: #i55991# removed warnings 2005/10/25 12:44:20 pl 1.16.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb9fa052e88c72d98f025e3617cf1e929dd2d62d]

INTEGRATION: CWS warnings01 (1.16.62); FILE MERGED 2006/01/25 19:39:50 sb 1.16.62.3: RESYNC: (1.16-1.17); FILE MERGED 2005/11/14 14:23:34 pl 1.16.62.2: #i55991# removed warnings 2005/10/25 12:44:20 pl 1.16.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4309fe2777047f6af8af8715c8b89f5cb584d4ef]

INTEGRATION: CWS warnings01 (1.5.62); FILE MERGED 2006/01/27 16:43:20 sb 1.5.62.3: #i53898# Made code warning-free. 2006/01/25 19:39:43 sb 1.5.62.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/14 14:23:34 pl 1.5.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff791024fd912d82c07cba0ab1415b6fdeb6d0a1]

INTEGRATION: CWS warnings01 (1.5.62); FILE MERGED 2006/01/25 19:39:35 sb 1.5.62.2: RESYNC: (1.5-1.6); FILE MERGED 2005/10/25 12:44:20 pl 1.5.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fd07acc7fe7f1a5ac1cdbae7e88472edebe858c]

INTEGRATION: CWS warnings01 (1.4.62); FILE MERGED 2006/01/27 16:43:20 sb 1.4.62.4: #i53898# Made code warning-free. 2006/01/25 19:39:26 sb 1.4.62.3: RESYNC: (1.4-1.5); FILE MERGED 2005/11/14 14:23:34 pl 1.4.62.2: #i55991# removed warnings 2005/10/25 12:44:05 pl 1.4.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d57427df7b8527b9020b9a3003690bb4840490f]

INTEGRATION: CWS warnings01 (1.4.62); FILE MERGED 2006/01/25 19:39:19 sb 1.4.62.3: RESYNC: (1.4-1.5); FILE MERGED 2005/11/14 14:23:33 pl 1.4.62.2: #i55991# removed warnings 2005/10/25 12:44:02 pl 1.4.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f17a5b0980bf4f5d7542d7623b5eca388abd172]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2006/01/25 19:39:12 sb 1.3.62.3: RESYNC: (1.3-1.4); FILE MERGED 2005/11/14 14:23:33 pl 1.3.62.2: #i55991# removed warnings 2005/10/25 12:44:02 pl 1.3.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [33b4028a7a94c3ca32a936efaafe024f23f68537]

INTEGRATION: CWS warnings01 (1.13.62); FILE MERGED 2006/01/25 19:39:04 sb 1.13.62.2: RESYNC: (1.13-1.14); FILE MERGED 2005/11/14 14:23:32 pl 1.13.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [90a4aeaafc9bd8c20ef21a9433f4bf43d6da5b97]

INTEGRATION: CWS warnings01 (1.7.62); FILE MERGED 2006/05/23 20:14:09 sb 1.7.62.4: RESYNC: (1.8-1.9); FILE MERGED 2006/01/25 19:38:57 sb 1.7.62.3: RESYNC: (1.7-1.8); FILE MERGED 2005/11/14 14:23:32 pl 1.7.62.2: #i55991# removed warnings 2005/10/25 12:44:02 pl 1.7.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfc461130fa7305ac7ccf96148a7068a95e8bdf8]

INTEGRATION: CWS warnings01 (1.11.62); FILE MERGED 2006/05/23 20:13:55 sb 1.11.62.3: RESYNC: (1.13-1.14); FILE MERGED 2006/01/25 19:38:50 sb 1.11.62.2: RESYNC: (1.11-1.13); FILE MERGED 2005/11/14 14:23:31 pl 1.11.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [239e0bee89b17e0c26befba14da7b8b0a8550143]

INTEGRATION: CWS warnings01 (1.8.62); FILE MERGED 2006/01/25 19:38:42 sb 1.8.62.3: RESYNC: (1.8-1.9); FILE MERGED 2005/11/14 14:23:31 pl 1.8.62.2: #i55991# removed warnings 2005/10/25 12:44:01 pl 1.8.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3be11823cff25d3aea4cf411f22ec64840974e8c]

INTEGRATION: CWS warnings01 (1.9.62); FILE MERGED 2006/01/25 19:38:35 sb 1.9.62.3: RESYNC: (1.9-1.10); FILE MERGED 2005/11/14 14:23:31 pl 1.9.62.2: #i55991# removed warnings 2005/10/25 12:44:01 pl 1.9.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f37d2b474578cc3d5f41c39ea099d1107fd33c05]

INTEGRATION: CWS warnings01 (1.5.62); FILE MERGED 2006/01/25 19:38:26 sb 1.5.62.3: RESYNC: (1.5-1.7); FILE MERGED 2005/11/14 14:23:30 pl 1.5.62.2: #i55991# removed warnings 2005/10/25 12:44:01 pl 1.5.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0671ac56c6f7dd31b0be176d208252a33ed7463]

INTEGRATION: CWS warnings01 (1.15.62); FILE MERGED 2006/05/23 20:13:31 sb 1.15.62.4: RESYNC: (1.17-1.18); FILE MERGED 2006/01/25 19:38:19 sb 1.15.62.3: RESYNC: (1.15-1.17); FILE MERGED 2005/11/14 14:23:30 pl 1.15.62.2: #i55991# removed warnings 2005/10/25 12:44:00 pl 1.15.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e4b569262bfef6b0ce621d0b68c00f96f0398c5]

INTEGRATION: CWS warnings01 (1.4.62); FILE MERGED 2006/01/27 16:43:20 sb 1.4.62.3: #i53898# Made code warning-free. 2006/01/25 19:38:11 sb 1.4.62.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/25 12:44:00 pl 1.4.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [985a28dee11170cdc37ee38db161a8108eeccd33]

INTEGRATION: CWS warnings01 (1.4.62); FILE MERGED 2006/01/25 19:37:51 sb 1.4.62.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/25 12:43:59 pl 1.4.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3cbb3edf0cc92abd78bc1cf5d0f85e4b718163e7]

INTEGRATION: CWS warnings01 (1.9.60); FILE MERGED 2006/01/25 19:37:27 sb 1.9.60.3: RESYNC: (1.9-1.10); FILE MERGED 2005/11/14 14:23:30 pl 1.9.60.2: #i55991# removed warnings 2005/10/25 12:43:59 pl 1.9.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e20bb9634c13d132ecdea843d445b123e16e929]

INTEGRATION: CWS warnings01 (1.11.60); FILE MERGED 2005/11/15 15:13:17 pl 1.11.60.2: #i55991# removed warnings 2005/11/14 14:43:41 pl 1.11.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bc33df69ec2decb9772d02d19269246afd36a05]

INTEGRATION: CWS warnings01 (1.25.60); FILE MERGED 2005/11/14 14:43:41 pl 1.25.60.2: #i55991# removed warnings 2005/10/25 17:37:24 pl 1.25.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba5aede4a58998c3581765036671867142ab9fc1]

INTEGRATION: CWS warnings01 (1.10.62); FILE MERGED 2005/11/14 14:43:40 pl 1.10.62.2: #i55991# removed warnings 2005/10/25 17:37:23 pl 1.10.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [83c2764f248ffbb40fd7090e32d8e1a025b41731]

INTEGRATION: CWS warnings01 (1.18.62); FILE MERGED 2005/11/14 14:43:40 pl 1.18.62.2: #i55991# removed warnings 2005/10/25 17:37:22 pl 1.18.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [50568f3142ce63b993168d6c3188dbc0cd7605a7]

INTEGRATION: CWS warnings01 (1.16.60); FILE MERGED 2006/05/23 20:13:19 sb 1.16.60.4: RESYNC: (1.16-1.17); FILE MERGED 2006/04/20 14:51:13 sb 1.16.60.3: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2005/11/14 14:43:40 pl 1.16.60.2: #i55991# removed warnings 2005/10/25 17:37:22 pl 1.16.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5856c365e02a0072bb02555cad85c8b56d3dc7f8]

INTEGRATION: CWS warnings01 (1.31.60); FILE MERGED 2005/11/14 14:43:40 pl 1.31.60.3: #i55991# removed warnings 2005/10/26 13:41:44 pl 1.31.60.2: #i55991# removed warnings for linux platform 2005/10/25 17:37:22 pl 1.31.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [de6e7b0fdbf2abd7a23a63ad23aa8c5d667ab633]

INTEGRATION: CWS warnings01 (1.35.60); FILE MERGED 2006/01/25 19:36:32 sb 1.35.60.6: RESYNC: (1.35-1.37); FILE MERGED 2005/11/15 15:13:16 pl 1.35.60.5: #i55991# removed warnings 2005/11/14 14:43:39 pl 1.35.60.4: #i55991# removed warnings 2005/10/27 08:27:43 sb 1.35.60.3: #i53898# Removed unneeded parameters. 2005/10/26 13:41:31 pl 1.35.60.2: #i55991# removed warnings for linux platform 2005/10/25 17:37:21 pl 1.35.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [deb301616beed5b5677bb084afcae853c0aaf9b9]

INTEGRATION: CWS warnings01 (1.131.108); FILE MERGED 2006/05/23 20:11:43 sb 1.131.108.4: RESYNC: (1.132-1.133); FILE MERGED 2006/01/27 16:43:19 sb 1.131.108.3: #i53898# Made code warning-free. 2006/01/25 19:36:13 sb 1.131.108.2: RESYNC: (1.131-1.132); FILE MERGED 2005/10/26 12:40:16 pl 1.131.108.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce81f1d39bbda89ddf9e993b078c4e18eec8bd85]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/11/15 19:56:01 pl 1.3.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5b36462ee41467e17c4b2816a97d4fa0b5c2047]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/10/26 12:40:15 pl 1.3.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a6e3b29b3173bdd6eb0d5c4905c8ed1706677c9]

INTEGRATION: CWS warnings01 (1.4.62); FILE MERGED 2006/05/23 20:11:07 sb 1.4.62.2: RESYNC: (1.4-1.5); FILE MERGED 2005/11/15 15:13:13 pl 1.4.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [29097ce82716906e04dc2a17170ec37d364794bd]

INTEGRATION: CWS warnings01 (1.8.60); FILE MERGED 2005/11/14 14:43:35 pl 1.8.60.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3eb7ba38b6a94849e3deef8b771920fa1df79c26]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/11/15 15:13:10 pl 1.3.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1af83a281ed73dddc0ccdaf5ea5a9e0af16299e1]

INTEGRATION: CWS warnings01 (1.18.60); FILE MERGED 2006/04/07 19:03:53 sb 1.18.60.4: RESYNC: (1.18-1.19); FILE MERGED 2005/11/15 15:13:09 pl 1.18.60.3: #i55991# removed warnings 2005/11/14 14:43:34 pl 1.18.60.2: #i55991# removed warnings 2005/10/25 17:37:19 pl 1.18.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [514d089e82975941644805b13c262b3b7af47531]

INTEGRATION: CWS warnings01 (1.4.62); FILE MERGED 2005/10/25 14:12:53 pl 1.4.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8497cdcc9680de3fc8b40857fac3405824a2e55f]

INTEGRATION: CWS warnings01 (1.2.62); FILE MERGED 2006/02/01 09:34:54 sb 1.2.62.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [abc1bc731270abd8880aa995d45d3b138f8e2fed]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/11/16 09:57:59 pl 1.3.62.2: #i55991# removed warnings 2005/11/15 15:13:07 pl 1.3.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a70b72b853a761637d6d143732605c5815560c68]

INTEGRATION: CWS warnings01 (1.11.62); FILE MERGED 2005/11/15 15:13:06 pl 1.11.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e21d3277903240cb48cb810964128c4b1cca216]

INTEGRATION: CWS warnings01 (1.2.62); FILE MERGED 2005/11/15 17:54:26 pl 1.2.62.2: #i55991# removed warnings 2005/10/26 12:40:14 pl 1.2.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [811737c2d701bcdd0a4e79eec0364175c9c945db]

INTEGRATION: CWS warnings01 (1.4.62); FILE MERGED 2005/11/15 15:13:06 pl 1.4.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [170c76c4b776feec6436b20b9ef07447eeb71d23]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/10/26 12:40:14 pl 1.3.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fa4da23122781fd44cdaece4726f05795f12c34]

INTEGRATION: CWS warnings01 (1.16.60); FILE MERGED 2005/11/14 14:43:33 pl 1.16.60.2: #i55991# removed warnings 2005/10/25 14:12:53 pl 1.16.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [391619522330e09213c943bf9a2c3ece6c107907]

INTEGRATION: CWS warnings01 (1.2.198); FILE MERGED 2005/10/26 12:40:13 pl 1.2.198.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9b75b64d7c4ca9137920329ce8ff5b16ed5f60d]

INTEGRATION: CWS warnings01 (1.4.62); FILE MERGED 2005/11/15 19:25:32 pl 1.4.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb6bc6c74213800f064a2ab9a7bc7cd650d33fca]

INTEGRATION: CWS warnings01 (1.18.62); FILE MERGED 2006/04/07 19:02:52 sb 1.18.62.2: RESYNC: (1.18-1.19); FILE MERGED 2005/11/15 15:13:03 pl 1.18.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9270f6e9aad85ca5d34d9f76603436785b7cc368]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/11/15 17:54:25 pl 1.3.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf96d5abe16526722e180a27a5d685df2cbae03e]

INTEGRATION: CWS warnings01 (1.10.62); FILE MERGED 2006/05/23 20:09:00 sb 1.10.62.3: RESYNC: (1.10-1.11); FILE MERGED 2005/11/16 09:57:59 pl 1.10.62.2: #i55991# removed warnings 2005/11/15 15:13:00 pl 1.10.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a186d1552682151b1710cd1dfc95ca0de9f3bb1c]

INTEGRATION: CWS warnings01 (1.2.198); FILE MERGED 2005/10/26 12:40:12 pl 1.2.198.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0a371b8cfcac3c74e2723d508a67319dfdf285b]

INTEGRATION: CWS warnings01 (1.2.62); FILE MERGED 2005/11/16 22:06:40 pl 1.2.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [203683d1f390f5bbd21599174b63c666fd69fee7]

INTEGRATION: CWS warnings01 (1.4.62); FILE MERGED 2006/05/23 20:08:49 sb 1.4.62.4: RESYNC: (1.6-1.7); FILE MERGED 2006/04/07 19:02:20 sb 1.4.62.3: RESYNC: (1.5-1.6); FILE MERGED 2006/01/25 19:33:06 sb 1.4.62.2: RESYNC: (1.4-1.5); FILE MERGED 2005/11/15 15:12:58 pl 1.4.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8157921acd0ba9cdc1566e60bb8f1fd71393a00]

INTEGRATION: CWS warnings01 (1.4.62); FILE MERGED 2005/10/25 12:43:51 pl 1.4.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [06e5f28cfc2e6a73d2a1bd7f418ce4a246cf64a8]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/11/15 19:25:31 pl 1.3.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [db8826e2d527832bbe75abb86dbdf2913e303523]

INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED 2005/11/07 17:47:38 pl 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED 2005/10/26 12:40:12 pl 1.6.10.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6efc291b84f3c2a9a75881789518004e12250a5f]

INTEGRATION: CWS warnings01 (1.8.62); FILE MERGED 2006/04/07 19:01:19 sb 1.8.62.2: RESYNC: (1.8-1.9); FILE MERGED 2005/11/15 18:46:31 pl 1.8.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e37af350bc160d28cef234db2406f2790d4c11fa]

INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED 2005/10/26 12:40:11 pl 1.3.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [80e2789c54f2183bfaaa388b06a32fee107b9ce1]

INTEGRATION: CWS warnings01 (1.12.62); FILE MERGED 2006/04/07 19:00:38 sb 1.12.62.2: RESYNC: (1.12-1.13); FILE MERGED 2005/11/14 14:41:48 pl 1.12.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [16209670d40798875c10912e7881f6220d168f90]

INTEGRATION: CWS warnings01 (1.8.62); FILE MERGED 2005/11/14 14:41:48 pl 1.8.62.2: #i55991# removed warnings 2005/10/25 12:44:26 pl 1.8.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf7efaaccfb5d9814581b8e061dfda877f59f5eb]

INTEGRATION: CWS warnings01 (1.6.62); FILE MERGED 2006/05/23 20:08:38 sb 1.6.62.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/14 14:41:48 pl 1.6.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d78caf6c601dc95e7085b210e23ffde8f6e8634]

INTEGRATION: CWS warnings01 (1.11.62); FILE MERGED 2005/11/14 14:41:47 pl 1.11.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f30054d2ba74efcca48345ad76fd2f1fc57a4768]

INTEGRATION: CWS warnings01 (1.4.62); FILE MERGED 2005/11/14 14:41:47 pl 1.4.62.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2dc2db08b23adea80a9c30ad72bd604e3d73a86]

INTEGRATION: CWS warnings01 (1.16.62); FILE MERGED 2005/11/14 14:41:47 pl 1.16.62.2: #i55991# removed warnings 2005/10/25 12:44:26 pl 1.16.62.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8b172425f9f0b5d9215b1659b9a330daa35fd51]

INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/04/07 19:00:25 sb 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/24 18:11:15 nn 1.3.4.1: #i53898# warning-free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2df07d77f962d19febb107e243c8bb9b016df9eb]

INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2006/04/07 19:00:17 sb 1.4.4.3: RESYNC: (1.4-1.5); FILE MERGED 2005/11/28 11:37:35 nn 1.4.4.2: #i53898# warning-free code 2005/10/24 18:11:14 nn 1.4.4.1: #i53898# warning-free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [068688f7e24135d5a15e0f82937395fce8e00c69]

INTEGRATION: CWS warnings01 (1.14.70); FILE MERGED 2005/11/11 14:31:31 pl 1.14.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1ee541912aa07daa745aa32b78885a4f40ec0a8]

INTEGRATION: CWS warnings01 (1.6.2); FILE MERGED 2006/03/20 18:20:13 pl 1.6.2.1: #i55991# removed warnings for windows platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fd102f1b8557cf3e815611fd22eea6b421f5a32]

INTEGRATION: CWS warnings01 (1.9.90); FILE MERGED 2006/03/20 18:20:13 pl 1.9.90.1: #i55991# removed warnings for windows platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [44901fd2a3e8f414854900297af34bee315b0cb4]

INTEGRATION: CWS warnings01 (1.125.6); FILE MERGED 2006/06/15 12:20:47 cl 1.125.6.5: fixed compiler warnings when building product with debug 2006/05/29 11:53:34 sb 1.125.6.4: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 20:07:50 sb 1.125.6.3: RESYNC: (1.130-1.135); FILE MERGED 2006/04/07 19:00:10 sb 1.125.6.2: RESYNC: (1.125-1.130); FILE MERGED 2006/03/20 18:20:12 pl 1.125.6.1: #i55991# removed warnings for windows platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [13acc8da5f78515167f81a5c77f7f89b9265ceda]

INTEGRATION: CWS warnings01 (1.2.70); FILE MERGED 2006/03/20 18:20:11 pl 1.2.70.1: #i55991# removed warnings for windows platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a451b9246ec03e8a1bb31b5a3cbade96327a89d9]

INTEGRATION: CWS warnings01 (1.96.6); FILE MERGED 2006/06/15 12:20:46 cl 1.96.6.3: fixed compiler warnings when building product with debug 2006/04/07 18:59:42 sb 1.96.6.2: RESYNC: (1.96-1.97); FILE MERGED 2006/03/20 18:20:10 pl 1.96.6.1: #i55991# removed warnings for windows platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [74a2bc6056dd5873dc667e5258907c7ea889ff34]

INTEGRATION: CWS warnings01 (1.21.6); FILE MERGED 2006/05/23 20:05:19 sb 1.21.6.3: RESYNC: (1.24-1.26); FILE MERGED 2006/04/07 18:59:24 sb 1.21.6.2: RESYNC: (1.21-1.24); FILE MERGED 2006/03/20 18:20:10 pl 1.21.6.1: #i55991# removed warnings for windows platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa72c3b35312fd4eeb63f8a0907ab6f05a76de12]

INTEGRATION: CWS warnings01 (1.6.70); FILE MERGED 2006/03/20 18:20:10 pl 1.6.70.1: #i55991# removed warnings for windows platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d1b27354a7be8f06dde543d28f985940f2c01a5]

INTEGRATION: CWS warnings01 (1.7.70); FILE MERGED 2006/03/20 18:20:10 pl 1.7.70.2: #i55991# removed warnings for windows platform 2005/11/07 11:54:13 pl 1.7.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [23a5947a20335fbffe9b131ecd826d8ca03d3952]

INTEGRATION: CWS warnings01 (1.74.2); FILE MERGED 2006/05/23 20:04:11 sb 1.74.2.3: RESYNC: (1.77-1.78); FILE MERGED 2006/04/07 18:59:14 sb 1.74.2.2: RESYNC: (1.74-1.77); FILE MERGED 2006/03/20 18:20:10 pl 1.74.2.1: #i55991# removed warnings for windows platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [76ef41d80b0511dcefc869133115248d14adafc9]

INTEGRATION: CWS warnings01 (1.8.70); FILE MERGED 2006/04/07 18:59:06 sb 1.8.70.2: RESYNC: (1.8-1.9); FILE MERGED 2006/03/20 18:20:09 pl 1.8.70.1: #i55991# removed warnings for windows platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a425b4d6eedd7be8e62bf35ac7562dc7db40cf5e]

INTEGRATION: CWS warnings01 (1.23.34); FILE MERGED 2006/05/23 20:02:16 sb 1.23.34.3: RESYNC: (1.26-1.27); FILE MERGED 2006/04/07 18:58:59 sb 1.23.34.2: RESYNC: (1.23-1.26); FILE MERGED 2006/03/20 18:20:09 pl 1.23.34.1: #i55991# removed warnings for windows platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a94e173b290d9fa3c3147dbf65d09a6e925793a0]

INTEGRATION: CWS warnings01 (1.6.70); FILE MERGED 2006/03/20 18:20:09 pl 1.6.70.1: #i55991# removed warnings for windows platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [647449fa576f071926b6a5306db3c242a8887f34]

INTEGRATION: CWS warnings01 (1.27.6); FILE MERGED 2006/05/23 20:01:54 sb 1.27.6.4: RESYNC: (1.28-1.32); FILE MERGED 2006/05/12 16:23:31 sb 1.27.6.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162. 2006/04/07 18:58:41 sb 1.27.6.2: RESYNC: (1.27-1.28); FILE MERGED 2006/03/20 18:20:08 pl 1.27.6.1: #i55991# removed warnings for windows platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b692fe30db7ef18e0c502664076342c5b13fe96]

INTEGRATION: CWS warnings01 (1.6.70); FILE MERGED 2006/03/20 18:20:08 pl 1.6.70.1: #i55991# removed warnings for windows platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [734e0676c9e518e28811300162737e96b230c07b]

INTEGRATION: CWS warnings01 (1.3.70); FILE MERGED 2006/03/20 18:20:08 pl 1.3.70.1: #i55991# removed warnings for windows platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb1849db676888aff7ebfc4e7c3a950eca032763]

INTEGRATION: CWS warnings01 (1.18.2); FILE MERGED 2006/05/23 20:01:34 sb 1.18.2.3: RESYNC: (1.20-1.21); FILE MERGED 2006/04/07 18:58:07 sb 1.18.2.2: RESYNC: (1.18-1.20); FILE MERGED 2005/11/07 11:54:13 pl 1.18.2.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e6aa642b1d7b4f5d33c1ca5ab2650d0125de272]

INTEGRATION: CWS warnings01 (1.12.68); FILE MERGED 2005/11/11 14:31:31 pl 1.12.68.3: #i55991# removed warnings 2005/11/04 10:57:25 pl 1.12.68.2: RESYNC: (1.12-1.13); FILE MERGED 2005/10/24 14:27:24 pl 1.12.68.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e746a2965776747b87b687912015e5fb67f7a69]

INTEGRATION: CWS warnings01 (1.6.70); FILE MERGED 2005/11/11 14:31:30 pl 1.6.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e266b2fd5b0831af161835e1424bbc66294ddebc]

INTEGRATION: CWS warnings01 (1.194.14); FILE MERGED 2006/05/26 13:49:17 sb 1.194.14.7: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 20:00:44 sb 1.194.14.6: RESYNC: (1.203-1.204); FILE MERGED 2006/04/07 18:57:01 sb 1.194.14.5: RESYNC: (1.199-1.203); FILE MERGED 2006/01/25 19:30:48 sb 1.194.14.4: RESYNC: (1.195-1.199); FILE MERGED 2005/11/11 14:31:30 pl 1.194.14.3: #i55991# removed warnings 2005/11/04 10:57:09 pl 1.194.14.2: RESYNC: (1.194-1.195); FILE MERGED 2005/11/02 12:19:12 pl 1.194.14.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ece4e7f5987a728ff078ea0b45506d6f1de6fb9]

INTEGRATION: CWS warnings01 (1.4.70); FILE MERGED 2005/10/24 14:27:23 pl 1.4.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1d636aab6c413fec2e33c770d5b1ebc49e97b1b]

INTEGRATION: CWS warnings01 (1.18.10); FILE MERGED 2005/11/11 14:31:29 pl 1.18.10.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb90f8a9943581684a48d7c300491bd14d212f6b]

INTEGRATION: CWS warnings01 (1.24.68); FILE MERGED 2006/04/07 18:56:54 sb 1.24.68.4: RESYNC: (1.25-1.26); FILE MERGED 2005/11/11 14:31:29 pl 1.24.68.3: #i55991# removed warnings 2005/11/04 10:56:42 pl 1.24.68.2: RESYNC: (1.24-1.25); FILE MERGED 2005/10/24 14:27:23 pl 1.24.68.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [94545fd4cb164413227b0b50f58db7a4a3cb7322]

INTEGRATION: CWS warnings01 (1.7.70); FILE MERGED 2005/11/11 14:31:29 pl 1.7.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f73f9604c26cb8e7e563841c2a6114ab9b06d11a]

INTEGRATION: CWS warnings01 (1.17.70); FILE MERGED 2006/01/25 19:30:39 sb 1.17.70.3: RESYNC: (1.17-1.18); FILE MERGED 2005/11/11 14:31:28 pl 1.17.70.2: #i55991# removed warnings 2005/10/24 14:27:22 pl 1.17.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5bf9646b3435e895a736628b8041b16fd32ccc0]

INTEGRATION: CWS warnings01 (1.41.32); FILE MERGED 2006/06/12 13:23:07 sb 1.41.32.3: #i55991# Fixed previous fix (HDU, PL). 2005/11/04 10:56:34 pl 1.41.32.2: RESYNC: (1.41-1.42); FILE MERGED 2005/10/24 14:27:22 pl 1.41.32.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d80c34c87f4f5e19bf65cff13fb77dfa1275b250]

INTEGRATION: CWS warnings01 (1.39.14); FILE MERGED 2006/04/07 18:56:37 sb 1.39.14.4: RESYNC: (1.39-1.40); FILE MERGED 2005/11/11 14:31:28 pl 1.39.14.3: #i55991# removed warnings 2005/11/02 12:19:11 pl 1.39.14.2: #i55991# removed warnings for solaris platform 2005/10/24 14:27:21 pl 1.39.14.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf6c227cdf1118a05973f5d35c1384a52dfcd9da]

INTEGRATION: CWS warnings01 (1.15.70); FILE MERGED 2005/11/11 14:31:28 pl 1.15.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [370cab246c4baf177d9d5fc8ae8f36592a49eebd]

INTEGRATION: CWS warnings01 (1.129.2); FILE MERGED 2006/05/23 20:00:22 sb 1.129.2.5: RESYNC: (1.135-1.136); FILE MERGED 2006/04/20 14:49:38 sb 1.129.2.4: #i53898# Made code compile and/or warning-free again after resync to SRC680m162 (done by PL). 2006/04/07 18:56:28 sb 1.129.2.3: RESYNC: (1.130-1.135); FILE MERGED 2006/01/25 19:30:31 sb 1.129.2.2: RESYNC: (1.129-1.130); FILE MERGED 2005/11/11 14:31:27 pl 1.129.2.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a6385f64c3b4247500d0a6e86010489083f1498]

INTEGRATION: CWS warnings01 (1.29.70); FILE MERGED 2006/04/07 18:56:21 sb 1.29.70.3: RESYNC: (1.29-1.30); FILE MERGED 2005/11/11 14:31:27 pl 1.29.70.2: #i55991# removed warnings 2005/10/24 14:27:21 pl 1.29.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [38aa4cb71978a8990691a8a3f99743855762b4b1]

INTEGRATION: CWS warnings01 (1.36.70); FILE MERGED 2006/04/07 18:56:13 sb 1.36.70.3: RESYNC: (1.36-1.41); FILE MERGED 2005/11/11 14:31:27 pl 1.36.70.2: #i55991# removed warnings 2005/10/24 14:27:21 pl 1.36.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [780580856637f9dc3c016a941f1b02423bf0dc81]

INTEGRATION: CWS warnings01 (1.13.70); FILE MERGED 2005/10/24 14:27:20 pl 1.13.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3676b16ed05d33dd8ab2ce2741505f4109ea57e1]

INTEGRATION: CWS warnings01 (1.19.2); FILE MERGED 2006/04/07 18:56:03 sb 1.19.2.2: RESYNC: (1.19-1.20); FILE MERGED 2005/11/11 14:31:26 pl 1.19.2.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8535503f8a9535c0b00539121d78286f4b0138d8]

INTEGRATION: CWS warnings01 (1.11.30); FILE MERGED 2006/05/23 20:00:08 sb 1.11.30.7: RESYNC: (1.17-1.18); FILE MERGED 2006/05/18 11:49:26 pl 1.11.30.6: #i65477# Unknown is a valid value, too 2006/04/20 14:49:38 sb 1.11.30.5: #i53898# Made code compile and/or warning-free again after resync to SRC680m162 (done by PL). 2006/04/07 18:55:56 sb 1.11.30.4: RESYNC: (1.13-1.17); FILE MERGED 2005/11/11 14:31:26 pl 1.11.30.3: #i55991# removed warnings 2005/11/04 10:55:48 pl 1.11.30.2: RESYNC: (1.11-1.13); FILE MERGED 2005/10/24 14:27:20 pl 1.11.30.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbb45832edaa9110e4e26d17e84ac8486fb01550]

INTEGRATION: CWS warnings01 (1.17.70); FILE MERGED 2006/04/07 18:55:47 sb 1.17.70.2: RESYNC: (1.17-1.19); FILE MERGED 2005/11/11 14:31:26 pl 1.17.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3b3e3a6c3b35bc5a877c563f8794657f4ddcaeb]

INTEGRATION: CWS warnings01 (1.39.70); FILE MERGED 2005/11/11 14:31:26 pl 1.39.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ae48c49149b152f538372e284e6c1e31fc39968]

INTEGRATION: CWS warnings01 (1.58.2); FILE MERGED 2006/05/23 19:59:54 sb 1.58.2.3: RESYNC: (1.59-1.60); FILE MERGED 2006/01/25 19:30:23 sb 1.58.2.2: RESYNC: (1.58-1.59); FILE MERGED 2005/11/11 14:31:25 pl 1.58.2.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [73215803daff5e347623b2e7e757db619eb81e2a]

INTEGRATION: CWS warnings01 (1.25.2); FILE MERGED 2005/11/11 14:31:25 pl 1.25.2.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [192592a8a2b3b3a354d5b14f36b8ee03d1c78a28]

INTEGRATION: CWS warnings01 (1.11.70); FILE MERGED 2005/10/24 14:27:19 pl 1.11.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [757c00e10e2b5e8aa079c3ef49279dfcacc9f3a0]

INTEGRATION: CWS warnings01 (1.27.68); FILE MERGED 2005/11/11 14:31:24 pl 1.27.68.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2904ad80236c818d60fc56facd4777fe21809955]

INTEGRATION: CWS warnings01 (1.67.66); FILE MERGED 2006/04/07 18:55:05 sb 1.67.66.5: RESYNC: (1.71-1.72); FILE MERGED 2006/01/25 19:30:16 sb 1.67.66.4: RESYNC: (1.68-1.71); FILE MERGED 2005/11/11 14:31:24 pl 1.67.66.3: #i55991# removed warnings 2005/11/04 10:54:32 pl 1.67.66.2: RESYNC: (1.67-1.68); FILE MERGED 2005/10/24 14:27:18 pl 1.67.66.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc7933281bf5f8c84813f04429d207f74e682d7c]

INTEGRATION: CWS warnings01 (1.41.70); FILE MERGED 2006/01/25 19:30:06 sb 1.41.70.3: RESYNC: (1.41-1.42); FILE MERGED 2005/11/11 14:31:24 pl 1.41.70.2: #i55991# removed warnings 2005/10/24 14:27:18 pl 1.41.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a634ac9d2022011d9b4ee821e063da962af5cef]

INTEGRATION: CWS warnings01 (1.22.70); FILE MERGED 2005/11/11 14:31:23 pl 1.22.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3adef9e483cb8d4a08980dec0ad3f11ca47e3a3]

INTEGRATION: CWS warnings01 (1.13.70); FILE MERGED 2006/05/23 19:59:38 sb 1.13.70.2: RESYNC: (1.13-1.14); FILE MERGED 2005/10/24 14:27:17 pl 1.13.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [73f2008701a61a4c05d7786dddcc333aeaa361b4]

INTEGRATION: CWS warnings01 (1.5.70); FILE MERGED 2005/11/11 14:31:23 pl 1.5.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b816fdeb0ac46f6fc651a18b6c05e4b396a3a48b]

INTEGRATION: CWS warnings01 (1.10.70); FILE MERGED 2006/01/25 19:29:59 sb 1.10.70.2: RESYNC: (1.10-1.11); FILE MERGED 2005/11/11 14:31:22 pl 1.10.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [02ac1f3c1d6ba13e259cca7b2b1cf8b5d5051245]

INTEGRATION: CWS warnings01 (1.28.68); FILE MERGED 2006/01/25 19:29:51 sb 1.28.68.4: RESYNC: (1.29-1.30); FILE MERGED 2005/11/11 14:31:22 pl 1.28.68.3: #i55991# removed warnings 2005/11/04 10:54:11 pl 1.28.68.2: RESYNC: (1.28-1.29); FILE MERGED 2005/10/24 14:27:16 pl 1.28.68.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4e6082a4eaede94b27f6a732f320b7a0119fa7b]

INTEGRATION: CWS warnings01 (1.33.70); FILE MERGED 2006/05/23 19:59:27 sb 1.33.70.3: RESYNC: (1.34-1.35); FILE MERGED 2006/01/25 19:29:42 sb 1.33.70.2: RESYNC: (1.33-1.34); FILE MERGED 2005/11/11 14:31:22 pl 1.33.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb182d0fbb97f73382c7541e20c200b328a937c3]

INTEGRATION: CWS warnings01 (1.34.2); FILE MERGED 2006/01/25 19:29:34 sb 1.34.2.2: RESYNC: (1.34-1.35); FILE MERGED 2005/11/11 14:31:22 pl 1.34.2.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [aea60b8e1e5b27de5936d452a7979184d73a568e]

INTEGRATION: CWS warnings01 (1.26.2); FILE MERGED 2006/05/23 19:59:17 sb 1.26.2.3: RESYNC: (1.27-1.28); FILE MERGED 2006/01/25 19:29:27 sb 1.26.2.2: RESYNC: (1.26-1.27); FILE MERGED 2005/11/11 14:31:21 pl 1.26.2.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [986a6b94aaa02b1aa21292a653b0d6d56340ccfe]

INTEGRATION: CWS warnings01 (1.9.2); FILE MERGED 2006/04/07 18:54:57 sb 1.9.2.3: RESYNC: (1.9-1.12); FILE MERGED 2005/11/11 14:31:21 pl 1.9.2.2: #i55991# removed warnings 2005/11/07 11:54:15 pl 1.9.2.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [200cc424584c5d3c2efd5133d7814a9898063639]

INTEGRATION: CWS warnings01 (1.10.2); FILE MERGED 2006/01/25 19:29:12 sb 1.10.2.2: RESYNC: (1.10-1.11); FILE MERGED 2005/11/11 14:31:21 pl 1.10.2.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [28efea14589aa2cd4077c9e20356a9305af8aff9]

INTEGRATION: CWS warnings01 (1.6.70); FILE MERGED 2006/05/23 19:59:05 sb 1.6.70.3: RESYNC: (1.6-1.8); FILE MERGED 2005/11/11 14:31:20 pl 1.6.70.2: #i55991# removed warnings 2005/11/07 11:54:15 pl 1.6.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4c7990595ecb9b14fa63dd3ba24d13ca756b2a0]

INTEGRATION: CWS warnings01 (1.4.70); FILE MERGED 2005/11/11 14:31:20 pl 1.4.70.2: #i55991# removed warnings 2005/11/04 17:24:59 pl 1.4.70.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa772edffc4fb731885990692ad11453870142be]

INTEGRATION: CWS warnings01 (1.33.2); FILE MERGED 2006/04/07 18:54:40 sb 1.33.2.2: RESYNC: (1.33-1.36); FILE MERGED 2005/11/11 14:31:19 pl 1.33.2.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b99ac423169c39d71c867ac7a7f19b11cde04cb0]

INTEGRATION: CWS warnings01 (1.47.2); FILE MERGED 2006/01/25 19:28:44 sb 1.47.2.2: RESYNC: (1.47-1.49); FILE MERGED 2005/11/11 14:31:19 pl 1.47.2.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2956c7bf93e37cea2552d53e775fe293299f9dc8]

INTEGRATION: CWS warnings01 (1.33.2); FILE MERGED 2005/11/11 14:31:19 pl 1.33.2.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [28618eb5e3c5972ad32fa771fee374f319dd1857]

INTEGRATION: CWS warnings01 (1.12.70); FILE MERGED 2005/11/02 12:19:10 pl 1.12.70.2: #i55991# removed warnings for solaris platform 2005/10/24 14:27:16 pl 1.12.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f16702b4d07a7d9bc93677f8780257f2560dc860]

INTEGRATION: CWS warnings01 (1.4.70); FILE MERGED 2005/11/02 12:19:09 pl 1.4.70.2: #i55991# removed warnings for solaris platform 2005/10/24 14:27:15 pl 1.4.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ca312b0a0ccbe535f6be4bb06b70fa2203974ae]

INTEGRATION: CWS warnings01 (1.3.70); FILE MERGED 2005/10/24 14:27:15 pl 1.3.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c1f6b8fae5f29a5f3e52f51764e31892ae5676c]

INTEGRATION: CWS warnings01 (1.10.70); FILE MERGED 2006/05/23 19:58:29 sb 1.10.70.3: RESYNC: (1.12-1.13); FILE MERGED 2006/04/07 18:54:07 sb 1.10.70.2: RESYNC: (1.10-1.12); FILE MERGED 2005/11/04 16:49:31 pl 1.10.70.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b69acc1f194cb07188b4e33c683e88a49cd4337d]

INTEGRATION: CWS warnings01 (1.8.70); FILE MERGED 2005/11/11 14:31:18 pl 1.8.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddea4e0624b81478273866788eb4bd4570ca88a7]

INTEGRATION: CWS warnings01 (1.6.70); FILE MERGED 2006/04/07 18:53:36 sb 1.6.70.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/11 14:31:17 pl 1.6.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [487f2fef65925b428221222831cd917b8c34e0c9]

INTEGRATION: CWS warnings01 (1.38.2); FILE MERGED 2006/05/29 12:08:47 pl 1.38.2.6: #i65850# ensure minimum attribute range 2006/05/26 13:49:16 sb 1.38.2.5: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 19:58:21 sb 1.38.2.4: RESYNC: (1.44-1.47); FILE MERGED 2006/04/07 18:53:29 sb 1.38.2.3: RESYNC: (1.41-1.44); FILE MERGED 2006/01/25 19:28:26 sb 1.38.2.2: RESYNC: (1.38-1.41); FILE MERGED 2005/11/11 14:31:17 pl 1.38.2.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [94edeff808499ff32c8f19bbd143c5ee2b981417]

INTEGRATION: CWS warnings01 (1.18.2); FILE MERGED 2006/05/26 13:49:16 sb 1.18.2.7: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 19:58:02 sb 1.18.2.6: RESYNC: (1.25-1.27); FILE MERGED 2006/04/20 14:49:38 sb 1.18.2.5: #i53898# Made code compile and/or warning-free again after resync to SRC680m162 (done by PL). 2006/04/07 18:53:20 sb 1.18.2.4: RESYNC: (1.19-1.25); FILE MERGED 2006/01/25 19:28:18 sb 1.18.2.3: RESYNC: (1.18-1.19); FILE MERGED 2005/11/11 14:31:16 pl 1.18.2.2: #i55991# removed warnings 2005/11/07 11:54:14 pl 1.18.2.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [50298eed3096e742e71b295a9c52f2ffa2a87ddb]

INTEGRATION: CWS warnings01 (1.6.70); FILE MERGED 2005/11/11 14:31:15 pl 1.6.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [29ea839ffe192ae906fe0b38a76202732a2cbf07]

INTEGRATION: CWS warnings01 (1.3.70); FILE MERGED 2005/10/24 14:27:14 pl 1.3.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8698147446bf637ff250008896a32b2f816773ee]

INTEGRATION: CWS warnings01 (1.11.2); FILE MERGED 2006/05/23 19:57:31 sb 1.11.2.2: RESYNC: (1.11-1.13); FILE MERGED 2005/11/11 14:31:15 pl 1.11.2.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [efbec67aeeedfe0020b4d5e8ca17b2596ecb1fdf]

INTEGRATION: CWS warnings01 (1.19.66); FILE MERGED 2005/11/11 14:31:14 pl 1.19.66.3: #i55991# removed warnings 2005/11/04 10:47:58 pl 1.19.66.2: RESYNC: (1.19-1.21); FILE MERGED 2005/10/24 14:27:14 pl 1.19.66.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0297cc1ba2c3036c2c90ddfdfb738c4198294e17]

INTEGRATION: CWS warnings01 (1.3.22); FILE MERGED 2006/05/26 13:49:16 sb 1.3.22.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [075ec917cd90f49f4e7e348ee690c17c7538fd9a]

INTEGRATION: CWS warnings01 (1.14.70); FILE MERGED 2005/11/02 12:19:08 pl 1.14.70.2: #i55991# removed warnings for solaris platform 2005/10/24 14:27:13 pl 1.14.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [44d9b834aaa8fda72b1433502f1dc0654a18e403]

INTEGRATION: CWS warnings01 (1.6.22); FILE MERGED 2006/04/20 14:49:37 sb 1.6.22.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162 (done by PL).


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3baa9c96daa663f4a4ab58c00f5df0be24f92e2]

INTEGRATION: CWS warnings01 (1.17.24); FILE MERGED 2006/04/07 18:52:53 sb 1.17.24.2: RESYNC: (1.17-1.19); FILE MERGED 2005/11/11 15:40:26 pl 1.17.24.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cc061546d768ac3fab2a09a1c3995aef18062f0]

INTEGRATION: CWS warnings01 (1.217.26); FILE MERGED 2006/05/23 19:53:26 sb 1.217.26.8: RESYNC: (1.228-1.236); FILE MERGED 2006/05/16 16:43:27 pl 1.217.26.7: #i65436# clean up SetSettings issue 2006/04/07 18:52:46 sb 1.217.26.6: RESYNC: (1.224-1.228); FILE MERGED 2006/03/17 16:12:57 pl 1.217.26.5: #i55991# removed warnings for windows platform 2006/01/25 19:27:30 sb 1.217.26.4: RESYNC: (1.222-1.224); FILE MERGED 2005/11/10 20:06:36 pl 1.217.26.3: #i55991# removed warnings 2005/11/04 10:47:11 pl 1.217.26.2: RESYNC: (1.217-1.222); FILE MERGED 2005/11/02 12:19:07 pl 1.217.26.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb93215e41be052df66dc9f2d0e933431e51f64b]

INTEGRATION: CWS warnings01 (1.39.68); FILE MERGED 2006/04/07 18:52:36 sb 1.39.68.7: RESYNC: (1.44-1.45); FILE MERGED 2006/03/17 16:12:57 pl 1.39.68.6: #i55991# removed warnings for windows platform 2006/01/27 13:47:31 sb 1.39.68.5: #i53898# Made code warning-free. 2006/01/25 19:27:20 sb 1.39.68.4: RESYNC: (1.41-1.44); FILE MERGED 2005/11/10 20:06:36 pl 1.39.68.3: #i55991# removed warnings 2005/11/04 10:46:58 pl 1.39.68.2: RESYNC: (1.39-1.41); FILE MERGED 2005/10/24 14:27:13 pl 1.39.68.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [610de9d121f1a39a6a00279ae33758d3cdd0eb12]

INTEGRATION: CWS warnings01 (1.91.68); FILE MERGED 2006/04/07 18:52:28 sb 1.91.68.6: RESYNC: (1.94-1.97); FILE MERGED 2006/03/17 16:12:56 pl 1.91.68.5: #i55991# removed warnings for windows platform 2006/01/25 19:27:09 sb 1.91.68.4: RESYNC: (1.93-1.94); FILE MERGED 2005/11/10 20:06:35 pl 1.91.68.3: #i55991# removed warnings 2005/11/04 10:46:41 pl 1.91.68.2: RESYNC: (1.91-1.93); FILE MERGED 2005/10/24 14:27:12 pl 1.91.68.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e317fdf4a0a7d45ef7ce36e10427747e25138a5]

INTEGRATION: CWS warnings01 (1.19.90); FILE MERGED 2006/03/17 16:12:56 pl 1.19.90.1: #i55991# removed warnings for windows platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [68443b4d636fbae7b6a34401cf684174d8c8911e]

INTEGRATION: CWS warnings01 (1.11.70); FILE MERGED 2005/11/10 20:06:35 pl 1.11.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea5704601d020091ae094b873c50382d74c96446]

INTEGRATION: CWS warnings01 (1.4.70); FILE MERGED 2005/11/02 12:19:06 pl 1.4.70.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [03c99c25a97501643aaec7ec3f266fe725f217f6]

INTEGRATION: CWS warnings01 (1.6.2); FILE MERGED 2005/11/10 20:06:35 pl 1.6.2.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [622a7a55b818a8d88db64298c27202cc4dbf74ab]

INTEGRATION: CWS warnings01 (1.17.70); FILE MERGED 2006/01/25 19:26:28 sb 1.17.70.3: RESYNC: (1.17-1.19); FILE MERGED 2005/11/10 20:06:35 pl 1.17.70.2: #i55991# removed warnings 2005/10/24 14:27:12 pl 1.17.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [79c63889935a371819cc7e622aafb88cdc98bfe1]

INTEGRATION: CWS warnings01 (1.13.2); FILE MERGED 2006/03/20 18:20:08 pl 1.13.2.2: #i55991# removed warnings for windows platform 2005/11/10 20:06:35 pl 1.13.2.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f7c2a68a91ffdb74a2903bd1c1d84e2cd4821e7]

INTEGRATION: CWS warnings01 (1.15.68); FILE MERGED 2005/11/04 10:46:01 pl 1.15.68.2: RESYNC: (1.15-1.16); FILE MERGED 2005/11/02 12:19:06 pl 1.15.68.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7a438b65807c926f11b772a871fa1f4333f6439]

INTEGRATION: CWS warnings01 (1.2.70); FILE MERGED 2005/11/10 20:06:35 pl 1.2.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [407143a92353a301aad4a9d82175dae7e76dcdfa]

INTEGRATION: CWS warnings01 (1.5.34); FILE MERGED 2006/05/23 19:53:17 sb 1.5.34.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/10 20:06:34 pl 1.5.34.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0eb025404043607da6e5b2f119fc7ff8b6a84f4]

INTEGRATION: CWS warnings01 (1.17.34); FILE MERGED 2005/11/10 20:06:34 pl 1.17.34.2: #i55991# removed warnings 2005/11/02 12:19:05 pl 1.17.34.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1c8d0967bebb260e79f397c09f42e112b4e757b]

INTEGRATION: CWS warnings01 (1.18.70); FILE MERGED 2005/11/10 20:06:34 pl 1.18.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6c431bb1e2a8c0e77dadfadd5b8397b8afee2d9]

INTEGRATION: CWS warnings01 (1.128.32); FILE MERGED 2006/05/29 11:53:33 sb 1.128.32.10: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/26 13:49:15 sb 1.128.32.9: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 19:53:10 sb 1.128.32.8: RESYNC: (1.132-1.136); FILE MERGED 2006/05/16 16:43:27 pl 1.128.32.7: #i65436# clean up SetSettings issue 2006/04/07 18:52:20 sb 1.128.32.6: RESYNC: (1.131-1.132); FILE MERGED 2006/03/17 16:12:56 pl 1.128.32.5: #i55991# removed warnings for windows platform 2006/01/25 19:26:19 sb 1.128.32.4: RESYNC: (1.129-1.131); FILE MERGED 2005/11/10 20:06:34 pl 1.128.32.3: #i55991# removed warnings 2005/11/04 10:45:24 pl 1.128.32.2: RESYNC: (1.128-1.129); FILE MERGED 2005/10/24 14:27:11 pl 1.128.32.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b14ab7db6fb4a5ca8a6b2fbed0eb54e0194be1d]

INTEGRATION: CWS warnings01 (1.6.70); FILE MERGED 2006/05/23 19:53:01 sb 1.6.70.2: RESYNC: (1.6-1.7); FILE MERGED 2006/03/20 18:20:07 pl 1.6.70.1: #i55991# removed warnings for windows platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a383905ea5e2f01813d85f482112de64a40f90a7]

INTEGRATION: CWS warnings01 (1.5.70); FILE MERGED 2005/10/24 14:27:11 pl 1.5.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2b80434d5f7f2cdc0337e0b0ac4281bdbed1e9d]

INTEGRATION: CWS warnings01 (1.6.70); FILE MERGED 2005/11/02 12:19:04 pl 1.6.70.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [df304a100fcd6e29e224f772f783ee2285d497b8]

INTEGRATION: CWS warnings01 (1.32.70); FILE MERGED 2006/04/07 18:51:56 sb 1.32.70.2: RESYNC: (1.32-1.33); FILE MERGED 2005/10/24 14:27:10 pl 1.32.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3039bf16d18e727fc775a867a67e6da7acd6c56f]

INTEGRATION: CWS warnings01 (1.22.70); FILE MERGED 2006/05/23 19:52:54 sb 1.22.70.3: RESYNC: (1.22-1.23); FILE MERGED 2005/11/10 20:06:33 pl 1.22.70.2: #i55991# removed warnings 2005/11/02 12:19:03 pl 1.22.70.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [90b2a29edf52f0993c7652a81a7d798d62048208]

INTEGRATION: CWS warnings01 (1.12.70); FILE MERGED 2006/05/23 19:52:46 sb 1.12.70.5: RESYNC: (1.17-1.19); FILE MERGED 2006/04/07 18:51:49 sb 1.12.70.4: RESYNC: (1.13-1.17); FILE MERGED 2006/01/25 19:26:06 sb 1.12.70.3: RESYNC: (1.12-1.13); FILE MERGED 2005/11/10 20:06:33 pl 1.12.70.2: #i55991# removed warnings 2005/11/02 12:19:03 pl 1.12.70.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a623a68250fec145af91c7a85c2265cfc7d63cbd]

INTEGRATION: CWS warnings01 (1.5.70); FILE MERGED 2006/05/23 19:52:39 sb 1.5.70.3: RESYNC: (1.5-1.6); FILE MERGED 2006/03/17 16:12:55 pl 1.5.70.2: #i55991# removed warnings for windows platform 2005/11/10 20:06:33 pl 1.5.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a54c21157fc0ab27f268a715a00324ee2c60fa44]

INTEGRATION: CWS warnings01 (1.8.70); FILE MERGED 2005/11/10 20:06:33 pl 1.8.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f8c08fa1c911d34e19aec12e99380d7a5d7a794]

INTEGRATION: CWS warnings01 (1.15.70); FILE MERGED 2005/11/10 20:06:33 pl 1.15.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2ba0594e5ad085c4ae82d0a130d1598fe2073fb]

INTEGRATION: CWS warnings01 (1.19.18); FILE MERGED 2006/05/23 19:52:32 sb 1.19.18.2: RESYNC: (1.19-1.20); FILE MERGED 2005/11/10 20:06:33 pl 1.19.18.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb552d724d8d809d6d39df7a7cfa4c9e669d72c0]

INTEGRATION: CWS warnings01 (1.33.70); FILE MERGED 2005/11/10 20:06:32 pl 1.33.70.2: #i55991# removed warnings 2005/11/02 12:19:02 pl 1.33.70.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [899432b80668bd693c54c017793b6c23a7742d59]

INTEGRATION: CWS warnings01 (1.12.70); FILE MERGED 2006/03/17 16:12:55 pl 1.12.70.2: #i55991# removed warnings for windows platform 2005/11/10 20:06:32 pl 1.12.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f800d87a3ad87f856747411a0213ccd2d71be6b5]

INTEGRATION: CWS warnings01 (1.6.70); FILE MERGED 2005/10/24 14:27:10 pl 1.6.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [12b1b5bcf4d69fce952c50f53e9d53e5111d9bbe]

INTEGRATION: CWS warnings01 (1.5.70); FILE MERGED 2005/11/10 20:06:32 pl 1.5.70.2: #i55991# removed warnings 2005/11/02 12:19:01 pl 1.5.70.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2d273df5241576128cc4361ebe205cb57b07ce0]

INTEGRATION: CWS warnings01 (1.23.34); FILE MERGED 2006/03/17 16:12:55 pl 1.23.34.2: #i55991# removed warnings for windows platform 2005/11/10 20:06:32 pl 1.23.34.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [92311c3b03f471d4e166843d5bfdd410e7cc2a85]

INTEGRATION: CWS warnings01 (1.4.70); FILE MERGED 2005/11/10 20:06:32 pl 1.4.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0895ea880fc29612b11bd73b0fcf14bb124c4abd]

INTEGRATION: CWS warnings01 (1.5.70); FILE MERGED 2006/03/17 16:12:54 pl 1.5.70.2: #i55991# removed warnings for windows platform 2005/11/10 20:06:31 pl 1.5.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2da04b05a7e0403f5b0afe420e8050183faedfb]

INTEGRATION: CWS warnings01 (1.3.70); FILE MERGED 2005/11/10 20:06:31 pl 1.3.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc0ebaab9b1a7ea91da9e4c0a381687ad97da737]

INTEGRATION: CWS warnings01 (1.4.70); FILE MERGED 2005/11/10 20:06:31 pl 1.4.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [84499063aedb7f0031839e6cc153e8910d42a1d5]

INTEGRATION: CWS warnings01 (1.4.70); FILE MERGED 2005/11/10 20:06:31 pl 1.4.70.2: #i55991# removed warnings 2005/11/10 17:42:06 pl 1.4.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e24ccd84825ca4bb760dcece51bb12987a98568f]

INTEGRATION: CWS warnings01 (1.6.68); FILE MERGED 2006/03/17 16:12:54 pl 1.6.68.4: #i55991# removed warnings for windows platform 2005/11/10 17:42:06 pl 1.6.68.3: #i55991# removed warnings 2005/11/04 10:44:54 pl 1.6.68.2: RESYNC: (1.6-1.7); FILE MERGED 2005/10/24 14:27:09 pl 1.6.68.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9dd28a5f37a300c014461891e31bc9c94a2c2f70]

INTEGRATION: CWS warnings01 (1.4.68); FILE MERGED 2005/11/10 17:42:05 pl 1.4.68.3: #i55991# removed warnings 2005/11/04 10:44:32 pl 1.4.68.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/24 14:27:08 pl 1.4.68.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ff21d7033153243ea5f2b42298cf804ca7223df]

INTEGRATION: CWS warnings01 (1.10.70); FILE MERGED 2005/11/07 11:54:13 pl 1.10.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [180dda3883af33260dddff889a55aaf89e352453]

INTEGRATION: CWS warnings01 (1.30.66); FILE MERGED 2006/05/23 19:52:15 sb 1.30.66.7: RESYNC: (1.34-1.35); FILE MERGED 2006/04/20 14:49:37 sb 1.30.66.6: #i53898# Made code compile and/or warning-free again after resync to SRC680m162 (done by PL). 2006/04/07 18:51:30 sb 1.30.66.5: RESYNC: (1.33-1.34); FILE MERGED 2006/01/25 19:25:42 sb 1.30.66.4: RESYNC: (1.32-1.33); FILE MERGED 2005/11/10 17:42:05 pl 1.30.66.3: #i55991# removed warnings 2005/11/04 10:44:14 pl 1.30.66.2: RESYNC: (1.30-1.32); FILE MERGED 2005/10/24 14:27:01 pl 1.30.66.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c65686f3f120013ce3da7cdcd49dae1d0a6e841]

INTEGRATION: CWS warnings01 (1.5.70); FILE MERGED 2005/10/24 14:27:01 pl 1.5.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4c35495f96448f27beff39fe5184be3bcfb080b]

INTEGRATION: CWS warnings01 (1.37.70); FILE MERGED 2006/01/25 19:25:31 sb 1.37.70.3: RESYNC: (1.37-1.38); FILE MERGED 2005/11/07 11:54:12 pl 1.37.70.2: #i55991# removed warnings 2005/10/24 14:27:01 pl 1.37.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2c4e40d2b997f9253f1bfa56b54120be090e36a]

INTEGRATION: CWS warnings01 (1.34.10); FILE MERGED 2006/05/23 19:52:07 sb 1.34.10.2: RESYNC: (1.34-1.35); FILE MERGED 2006/04/20 14:49:37 sb 1.34.10.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162 (done by PL).


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [08c97386b781057f0651a273fbb67097b59bf0f5]

INTEGRATION: CWS warnings01 (1.21.70); FILE MERGED 2006/05/23 19:51:52 sb 1.21.70.3: RESYNC: (1.23-1.24); FILE MERGED 2006/04/07 18:51:00 sb 1.21.70.2: RESYNC: (1.21-1.23); FILE MERGED 2006/03/17 16:12:53 pl 1.21.70.1: #i55991# removed warnings for windows platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [76ee93a62b54c70ae2b76efe3bedc46bc9ed2817]

INTEGRATION: CWS warnings01 (1.3.70); FILE MERGED 2005/11/07 11:54:11 pl 1.3.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [768cddb4f6b7c0ca5eaa015c2508d4bce39077e4]

INTEGRATION: CWS warnings01 (1.7.70); FILE MERGED 2006/03/17 16:12:53 pl 1.7.70.1: #i55991# removed warnings for windows platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bebbdf30be52895336acdd8fe7de6de8cba71f5]

INTEGRATION: CWS warnings01 (1.72.2); FILE MERGED 2006/05/23 19:51:45 sb 1.72.2.5: RESYNC: (1.76-1.78); FILE MERGED 2006/04/07 18:50:52 sb 1.72.2.4: RESYNC: (1.74-1.76); FILE MERGED 2006/03/17 16:12:52 pl 1.72.2.3: #i55991# removed warnings for windows platform 2006/01/25 19:24:59 sb 1.72.2.2: RESYNC: (1.72-1.74); FILE MERGED 2005/11/07 11:54:10 pl 1.72.2.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc0f78aec6c9b7dcf16c4ffd65adf960ec4a71cc]

INTEGRATION: CWS warnings01 (1.20.2); FILE MERGED 2006/04/20 14:49:36 sb 1.20.2.4: #i53898# Made code compile and/or warning-free again after resync to SRC680m162 (done by PL). 2006/04/07 18:50:45 sb 1.20.2.3: RESYNC: (1.20-1.22); FILE MERGED 2005/11/11 14:31:13 pl 1.20.2.2: #i55991# removed warnings 2005/11/07 11:54:10 pl 1.20.2.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [64691f38dbff18c046d77316e7badaac0d45425d]

INTEGRATION: CWS warnings01 (1.9.70); FILE MERGED 2006/04/07 18:50:37 sb 1.9.70.3: RESYNC: (1.9-1.10); FILE MERGED 2006/03/17 16:12:52 pl 1.9.70.2: #i55991# removed warnings for windows platform 2005/11/07 11:54:10 pl 1.9.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a8169a968876db37d6d9381427586f43b04d42b]

INTEGRATION: CWS warnings01 (1.20.70); FILE MERGED 2005/11/07 11:54:09 pl 1.20.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e5efcd33bfb8f0c9f970e361103b2581acc4a2f]

INTEGRATION: CWS warnings01 (1.51.68); FILE MERGED 2006/05/23 19:51:32 sb 1.51.68.5: RESYNC: (1.54-1.55); FILE MERGED 2006/04/07 18:50:30 sb 1.51.68.4: RESYNC: (1.52-1.54); FILE MERGED 2006/01/25 19:24:51 sb 1.51.68.3: RESYNC: (1.51-1.52); FILE MERGED 2005/11/04 16:49:43 pl 1.51.68.2: #i55991# removed warnings for linux/solaris 2005/10/21 17:31:19 pl 1.51.68.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e859865c12f44350d0877e3c23e2c33cef288d72]

INTEGRATION: CWS warnings01 (1.6.70); FILE MERGED 2006/05/23 19:51:24 sb 1.6.70.4: RESYNC: (1.7-1.8); FILE MERGED 2006/04/07 18:50:22 sb 1.6.70.3: RESYNC: (1.6-1.7); FILE MERGED 2006/03/17 16:12:52 pl 1.6.70.2: #i55991# removed warnings for windows platform 2005/10/21 17:31:19 pl 1.6.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc9aa172987cdc8c19117db135e6b712b207c35b]

INTEGRATION: CWS warnings01 (1.11.44); FILE MERGED 2006/04/07 18:50:13 sb 1.11.44.5: RESYNC: (1.12-1.13); FILE MERGED 2006/03/17 16:12:51 pl 1.11.44.4: #i55991# removed warnings for windows platform 2005/11/10 17:42:05 pl 1.11.44.3: #i55991# removed warnings 2005/11/04 10:42:54 pl 1.11.44.2: RESYNC: (1.11-1.12); FILE MERGED 2005/10/21 17:31:18 pl 1.11.44.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d15cf5dc428946079e8358c412326f4769f86d6]

INTEGRATION: CWS warnings01 (1.37.2); FILE MERGED 2006/04/07 18:50:05 sb 1.37.2.3: RESYNC: (1.37-1.38); FILE MERGED 2006/03/17 16:12:51 pl 1.37.2.2: #i55991# removed warnings for windows platform 2005/11/04 16:49:43 pl 1.37.2.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb7e50f36f7626de78bb59cda8a95300f2a80899]

INTEGRATION: CWS warnings01 (1.85.2); FILE MERGED 2006/05/26 13:49:15 sb 1.85.2.6: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 19:51:16 sb 1.85.2.5: RESYNC: (1.90-1.92); FILE MERGED 2006/04/07 18:49:57 sb 1.85.2.4: RESYNC: (1.87-1.90); FILE MERGED 2006/03/17 16:12:50 pl 1.85.2.3: #i55991# removed warnings for windows platform 2006/01/25 19:24:40 sb 1.85.2.2: RESYNC: (1.85-1.87); FILE MERGED 2005/11/07 11:54:08 pl 1.85.2.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed65fa272582b91c4b206f3a9248bf43b350861d]

INTEGRATION: CWS warnings01 (1.5.68); FILE MERGED 2006/05/23 19:51:05 sb 1.5.68.3: RESYNC: (1.5-1.6); FILE MERGED 2005/11/04 16:49:42 pl 1.5.68.2: #i55991# removed warnings for linux/solaris 2005/10/21 17:31:18 pl 1.5.68.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [714889e567835fe465f46124b9df76e564ae4520]

INTEGRATION: CWS warnings01 (1.16.70); FILE MERGED 2006/04/07 18:49:36 sb 1.16.70.3: RESYNC: (1.16-1.17); FILE MERGED 2005/11/04 17:25:03 pl 1.16.70.2: #i55991# removed warnings for linux/solaris 2005/10/21 17:31:17 pl 1.16.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b147b74e8fdf817d93b922a50a4f8eed0c97d36]

INTEGRATION: CWS warnings01 (1.14.70); FILE MERGED 2006/05/23 19:50:57 sb 1.14.70.3: RESYNC: (1.14-1.15); FILE MERGED 2006/03/17 16:12:50 pl 1.14.70.2: #i55991# removed warnings for windows platform 2005/11/04 17:25:02 pl 1.14.70.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [accebabb1357df024a42aa3d2d32c6c0db5322d0]

INTEGRATION: CWS warnings01 (1.7.70); FILE MERGED 2005/11/04 17:25:02 pl 1.7.70.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cb8a8eb264ff96909e62f6a015862305beb85d9]

INTEGRATION: CWS warnings01 (1.20.70); FILE MERGED 2006/04/07 18:49:29 sb 1.20.70.2: RESYNC: (1.20-1.21); FILE MERGED 2005/11/07 11:54:08 pl 1.20.70.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [18f607b59e71532c4a07d409f8983035257e4dc9]

INTEGRATION: CWS warnings01 (1.207.2); FILE MERGED 2006/05/23 19:50:48 sb 1.207.2.8: RESYNC: (1.215-1.218); FILE MERGED 2006/05/09 14:25:46 sb 1.207.2.7: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162. 2006/04/07 18:49:22 sb 1.207.2.6: RESYNC: (1.211-1.215); FILE MERGED 2006/03/17 16:12:49 pl 1.207.2.5: #i55991# removed warnings for windows platform 2006/01/25 19:24:31 sb 1.207.2.4: RESYNC: (1.209-1.211); FILE MERGED 2005/11/04 17:25:02 pl 1.207.2.3: #i55991# removed warnings for linux/solaris 2005/11/04 10:42:10 pl 1.207.2.2: RESYNC: (1.207-1.209); FILE MERGED 2005/10/21 17:31:16 pl 1.207.2.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6be45dde79faba26e6a6c2058124e00940bf6281]

INTEGRATION: CWS warnings01 (1.29.70); FILE MERGED 2005/11/04 17:25:01 pl 1.29.70.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5d1d53b3ed2e551bbe0d2c58a4668b7916597b8]

INTEGRATION: CWS warnings01 (1.36.2); FILE MERGED 2006/05/23 19:50:06 sb 1.36.2.8: RESYNC: (1.41-1.42); FILE MERGED 2006/05/16 16:43:26 pl 1.36.2.7: #i65436# clean up SetSettings issue 2006/04/07 18:49:13 sb 1.36.2.6: RESYNC: (1.38-1.41); FILE MERGED 2006/03/17 16:12:49 pl 1.36.2.5: #i55991# removed warnings for windows platform 2006/01/25 19:24:22 sb 1.36.2.4: RESYNC: (1.37-1.38); FILE MERGED 2005/11/04 16:49:42 pl 1.36.2.3: #i55991# removed warnings for linux/solaris 2005/11/04 10:41:49 pl 1.36.2.2: RESYNC: (1.36-1.37); FILE MERGED 2005/11/02 12:19:00 pl 1.36.2.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [df3af252813c6a28636b308fa687f2756c4c9f1e]

INTEGRATION: CWS warnings01 (1.11.2); FILE MERGED 2005/11/04 17:25:01 pl 1.11.2.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [47d50ba717aed8ba2217b06e245ec1f0b13baf2e]

INTEGRATION: CWS warnings01 (1.3.68); FILE MERGED 2005/10/26 15:48:21 pl 1.3.68.1: #i55991# no more new.hxx


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ea3d015b8211680f3be90f0a986226c42ad7bb3]

INTEGRATION: CWS warnings01 (1.16.70); FILE MERGED 2005/10/21 17:31:16 pl 1.16.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5cef3b1e06cb827313a107ff2bee8666d7dbb4e]

INTEGRATION: CWS warnings01 (1.15.70); FILE MERGED 2006/04/07 18:49:03 sb 1.15.70.2: RESYNC: (1.15-1.16); FILE MERGED 2005/11/04 17:25:01 pl 1.15.70.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d44387b438e9d0c15bf2c301cded686aef68659]

INTEGRATION: CWS warnings01 (1.5.2); FILE MERGED 2005/11/04 17:25:01 pl 1.5.2.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [20370c395e17ae6e1793b5f808d7d78d1336ad4f]

INTEGRATION: CWS warnings01 (1.23.68); FILE MERGED 2006/05/23 19:48:31 sb 1.23.68.5: RESYNC: (1.23-1.24); FILE MERGED 2006/03/17 16:12:49 pl 1.23.68.4: #i55991# removed warnings for windows platform 2005/11/07 11:54:08 pl 1.23.68.3: #i55991# removed warnings 2005/11/04 17:25:01 pl 1.23.68.2: #i55991# removed warnings for linux/solaris 2005/11/04 16:49:42 pl 1.23.68.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ed24f089d37b928abc706bc989bde71cf2e6100]

INTEGRATION: CWS warnings01 (1.3.70); FILE MERGED 2005/11/04 17:25:01 pl 1.3.70.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [476e25749f1cb9ab4f91ec88e15b96594b2ce1a8]

INTEGRATION: CWS warnings01 (1.9.70); FILE MERGED 2006/05/23 19:48:19 sb 1.9.70.4: RESYNC: (1.9-1.10); FILE MERGED 2006/03/17 16:12:48 pl 1.9.70.3: #i55991# removed warnings for windows platform 2005/11/04 17:25:00 pl 1.9.70.2: #i55991# removed warnings for linux/solaris 2005/10/21 17:31:16 pl 1.9.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [aaaca74aafe5a91f3bcccf871f5ef986ee958d56]

INTEGRATION: CWS warnings01 (1.6.68); FILE MERGED 2006/03/17 16:12:48 pl 1.6.68.2: #i55991# removed warnings for windows platform 2005/10/26 15:48:20 pl 1.6.68.1: #i55991# no more new.hxx


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [08a1b10e4b881368e007fe23ab443fdc507713c8]

INTEGRATION: CWS warnings01 (1.10.70); FILE MERGED 2005/11/07 11:54:07 pl 1.10.70.2: #i55991# removed warnings 2005/11/04 17:25:00 pl 1.10.70.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a6280f25a0cfa6ad1ab6c4641ece13c3667e22b]

INTEGRATION: CWS warnings01 (1.6.70); FILE MERGED 2006/03/17 16:12:48 pl 1.6.70.2: #i55991# removed warnings for windows platform 2005/10/21 17:31:15 pl 1.6.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4abfd171a7f511a6ff9efa5abf04619592f985c]

INTEGRATION: CWS warnings01 (1.8.70); FILE MERGED 2006/01/25 19:24:14 sb 1.8.70.3: RESYNC: (1.8-1.9); FILE MERGED 2005/11/04 16:49:41 pl 1.8.70.2: #i55991# removed warnings for linux/solaris 2005/10/21 17:31:15 pl 1.8.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0baf6f9768a1bc1c0225c046ede8c48b34f44bc]

INTEGRATION: CWS warnings01 (1.18.68); FILE MERGED 2006/03/17 16:12:47 pl 1.18.68.3: #i55991# removed warnings for windows platform 2005/11/04 17:25:00 pl 1.18.68.2: #i55991# removed warnings for linux/solaris 2005/10/21 17:31:14 pl 1.18.68.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [83cbfc27c2a0c6c604fa7f1e74b45c1b4fb808ea]

INTEGRATION: CWS warnings01 (1.21.2); FILE MERGED 2006/04/07 18:48:56 sb 1.21.2.5: RESYNC: (1.22-1.23); FILE MERGED 2006/03/17 16:12:47 pl 1.21.2.4: #i55991# removed warnings for windows platform 2006/01/25 19:24:07 sb 1.21.2.3: RESYNC: (1.21-1.22); FILE MERGED 2005/10/26 15:48:19 pl 1.21.2.2: #i55991# no more new.hxx 2005/10/21 17:31:14 pl 1.21.2.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d387687c2fc6bbabced185e7d738766981d36c83]

INTEGRATION: CWS warnings01 (1.21.70); FILE MERGED 2006/04/07 18:48:48 sb 1.21.70.4: RESYNC: (1.22-1.23); FILE MERGED 2006/03/17 16:12:47 pl 1.21.70.3: #i55991# removed warnings for windows platform 2006/01/25 19:23:59 sb 1.21.70.2: RESYNC: (1.21-1.22); FILE MERGED 2005/11/04 17:25:00 pl 1.21.70.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ca3dc24aca8c6652356b421147c141e52c979a7]

INTEGRATION: CWS warnings01 (1.3.70); FILE MERGED 2005/11/04 17:25:00 pl 1.3.70.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [69eeef3c7f560880d75aa06cc2ff372cd5bec2ae]

INTEGRATION: CWS warnings01 (1.10.68); FILE MERGED 2006/03/17 16:12:46 pl 1.10.68.3: #i55991# removed warnings for windows platform 2005/11/10 17:42:04 pl 1.10.68.2: #i55991# removed warnings 2005/11/04 17:24:59 pl 1.10.68.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [66012f7507eca1d57718c3f4bf934853f894f22c]

INTEGRATION: CWS warnings01 (1.3.70); FILE MERGED 2005/11/04 16:49:41 pl 1.3.70.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ebaaefcf0e89379602cc37b38e98a4d28bab5a9]

INTEGRATION: CWS warnings01 (1.15.2); FILE MERGED 2006/05/26 13:49:14 sb 1.15.2.5: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 19:47:41 sb 1.15.2.4: RESYNC: (1.15-1.17); FILE MERGED 2006/03/17 16:12:46 pl 1.15.2.3: #i55991# removed warnings for windows platform 2005/11/10 17:42:04 pl 1.15.2.2: #i55991# removed warnings 2005/11/04 16:49:41 pl 1.15.2.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ce7ca960484c62ee560b53ba6b2be70b77cec0c]

INTEGRATION: CWS warnings01 (1.17.70); FILE MERGED 2006/04/07 18:48:32 sb 1.17.70.4: RESYNC: (1.17-1.18); FILE MERGED 2006/03/17 16:12:45 pl 1.17.70.3: #i55991# removed warnings for windows platform 2005/11/04 16:49:41 pl 1.17.70.2: #i55991# removed warnings for linux/solaris 2005/10/21 17:31:13 pl 1.17.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9650d4dc7a83ff2e5ae8c247f487336708d9b386]

INTEGRATION: CWS warnings01 (1.36.70); FILE MERGED 2006/05/26 13:49:14 sb 1.36.70.5: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 19:46:05 sb 1.36.70.4: RESYNC: (1.36-1.38); FILE MERGED 2006/03/17 16:12:45 pl 1.36.70.3: #i55991# removed warnings for windows platform 2005/11/04 16:49:40 pl 1.36.70.2: #i55991# removed warnings for linux/solaris 2005/10/21 17:31:13 pl 1.36.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7698a419fc1d1aef45ee8f8928fd008fe186fbe]

INTEGRATION: CWS warnings01 (1.11.2); FILE MERGED 2006/05/23 19:44:55 sb 1.11.2.3: RESYNC: (1.11-1.12); FILE MERGED 2005/11/04 16:49:40 pl 1.11.2.2: #i55991# removed warnings for linux/solaris 2005/10/26 08:31:02 sb 1.11.2.1: #i53898# Adapted to modified GetStoreCharSet.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a23ceff7727e12392cc34a035e78de1abc71aaa]

INTEGRATION: CWS warnings01 (1.10.68); FILE MERGED 2006/04/07 18:48:23 sb 1.10.68.5: RESYNC: (1.10-1.11); FILE MERGED 2006/03/17 16:12:45 pl 1.10.68.4: #i55991# removed warnings for windows platform 2005/11/04 16:49:40 pl 1.10.68.3: #i55991# removed warnings for linux/solaris 2005/10/26 08:30:40 sb 1.10.68.2: #i53898# Adapted to modified GetStoreCharSet. 2005/10/21 17:31:12 pl 1.10.68.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0f3a6a99ac21f2c2a63615e087b69deea92a9c2]

INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED 2006/06/15 12:13:38 cl 1.4.34.3: fixed compiler warnings when building product with debug 2006/03/17 16:12:44 pl 1.4.34.2: #i55991# removed warnings for windows platform 2005/11/04 16:49:40 pl 1.4.34.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [756b07cf63378f58a6dd53f56ccafbdb87ba6881]

INTEGRATION: CWS warnings01 (1.3.70); FILE MERGED 2005/11/04 16:49:39 pl 1.3.70.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e1873b22f269cb57edf403fa15ec50bdf109a0a]

INTEGRATION: CWS warnings01 (1.5.70); FILE MERGED 2005/11/04 16:49:39 pl 1.5.70.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab273d6163c779819c14988a807652120e8cdcac]

INTEGRATION: CWS warnings01 (1.7.70); FILE MERGED 2006/04/07 18:48:15 sb 1.7.70.2: RESYNC: (1.7-1.8); FILE MERGED 2005/10/21 17:31:12 pl 1.7.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [79dae3797c238fbc245b9ba6b9ef68235651848c]

INTEGRATION: CWS warnings01 (1.16.70); FILE MERGED 2006/05/23 19:44:11 sb 1.16.70.3: RESYNC: (1.17-1.20); FILE MERGED 2006/01/25 19:23:51 sb 1.16.70.2: RESYNC: (1.16-1.17); FILE MERGED 2005/11/04 16:49:39 pl 1.16.70.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [af30f103d0f6d3d6e30ac9e5fe04ccfe737eecb4]

INTEGRATION: CWS warnings01 (1.7.68); FILE MERGED 2006/03/17 16:12:44 pl 1.7.68.3: #i55991# removed warnings for windows platform 2005/11/04 16:49:39 pl 1.7.68.2: #i55991# removed warnings for linux/solaris 2005/10/26 15:48:19 pl 1.7.68.1: #i55991# no more new.hxx


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [815e0e3c39efbd435eba29dea23627579fc80b07]

INTEGRATION: CWS warnings01 (1.6.68); FILE MERGED 2006/03/17 16:12:44 pl 1.6.68.3: #i55991# removed warnings for windows platform 2005/11/04 16:49:39 pl 1.6.68.2: #i55991# removed warnings for linux/solaris 2005/10/26 15:48:19 pl 1.6.68.1: #i55991# no more new.hxx


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [35bbecd950a3f47b10d1912577c5ff77072a6958]

INTEGRATION: CWS warnings01 (1.9.68); FILE MERGED 2006/05/23 19:43:27 sb 1.9.68.4: RESYNC: (1.11-1.12); FILE MERGED 2006/04/07 18:48:07 sb 1.9.68.3: RESYNC: (1.9-1.11); FILE MERGED 2006/03/17 16:12:43 pl 1.9.68.2: #i55991# removed warnings for windows platform 2005/10/26 15:47:51 pl 1.9.68.1: #i55991# no more new.hxx


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a298c7b8661845be2cbc29724c474b99bd29d7af]

INTEGRATION: CWS warnings01 (1.13.70); FILE MERGED 2006/05/23 19:42:34 sb 1.13.70.2: RESYNC: (1.13-1.14); FILE MERGED 2006/03/17 16:12:43 pl 1.13.70.1: #i55991# removed warnings for windows platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8864170a8640410de20f1d8518f79032c66f64e]

INTEGRATION: CWS warnings01 (1.6.70); FILE MERGED 2006/05/23 19:41:18 sb 1.6.70.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/04 16:49:38 pl 1.6.70.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [86859e33f53ac88dba52b845b13bbbf1352e7dad]

INTEGRATION: CWS warnings01 (1.7.70); FILE MERGED 2005/11/04 16:49:38 pl 1.7.70.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef2683b9ed2cc6ecdae1d86ea6d7996978c81f7d]

INTEGRATION: CWS warnings01 (1.27.70); FILE MERGED 2006/03/17 16:12:42 pl 1.27.70.3: #i55991# removed warnings for windows platform 2005/11/04 16:49:37 pl 1.27.70.2: #i55991# removed warnings for linux/solaris 2005/10/21 17:31:11 pl 1.27.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [def97915fc89d710bf4eceaca18f0b8235340da1]

INTEGRATION: CWS warnings01 (1.19.70); FILE MERGED 2006/05/23 19:40:34 sb 1.19.70.6: RESYNC: (1.20-1.21); FILE MERGED 2006/05/22 12:40:04 pl 1.19.70.5: #i65591# remove superfluous method 2006/04/07 18:47:59 sb 1.19.70.4: RESYNC: (1.19-1.20); FILE MERGED 2006/03/17 16:12:41 pl 1.19.70.3: #i55991# removed warnings for windows platform 2005/11/04 16:49:37 pl 1.19.70.2: #i55991# removed warnings for linux/solaris 2005/11/02 12:18:59 pl 1.19.70.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe9c55b989c48680677a3203d0775f6c50cdfaaf]

INTEGRATION: CWS warnings01 (1.8.70); FILE MERGED 2006/04/07 18:47:52 sb 1.8.70.2: RESYNC: (1.8-1.9); FILE MERGED 2006/03/17 16:12:41 pl 1.8.70.1: #i55991# removed warnings for windows platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4093451142c13541d72d52b9bf017149a25208eb]

INTEGRATION: CWS warnings01 (1.6.70); FILE MERGED 2005/11/04 16:49:37 pl 1.6.70.2: #i55991# removed warnings for linux/solaris 2005/10/21 17:31:10 pl 1.6.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6243e494f47a172896641afce9d7d8940adfbf4a]

INTEGRATION: CWS warnings01 (1.17.34); FILE MERGED 2006/03/17 16:12:41 pl 1.17.34.2: #i55991# removed warnings for windows platform 2005/11/04 16:49:37 pl 1.17.34.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a224e79c92282ef676ee9e65eafcd08a31f9987]

INTEGRATION: CWS warnings01 (1.6.70); FILE MERGED 2005/11/04 16:49:36 pl 1.6.70.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab7d120e3366733e7da6ed7fdecbe9e5d7fcb10c]

INTEGRATION: CWS warnings01 (1.5.70); FILE MERGED 2005/11/04 16:49:36 pl 1.5.70.2: #i55991# removed warnings for linux/solaris 2005/11/02 12:18:59 pl 1.5.70.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2a9d239df40fa686b2891d89443ecbdb334c06f]

INTEGRATION: CWS warnings01 (1.8.68); FILE MERGED 2005/11/04 16:49:36 pl 1.8.68.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7029528f3bbc17ff510344974b47f9391f6f5597]

INTEGRATION: CWS warnings01 (1.34.70); FILE MERGED 2006/05/23 19:39:41 sb 1.34.70.5: RESYNC: (1.34-1.35); FILE MERGED 2006/03/17 16:12:40 pl 1.34.70.4: #i55991# removed warnings for windows platform 2005/11/04 16:49:36 pl 1.34.70.3: #i55991# removed warnings for linux/solaris 2005/11/02 12:18:58 pl 1.34.70.2: #i55991# removed warnings for solaris platform 2005/10/21 17:31:10 pl 1.34.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e984e9fff845c3a6587c97c686111949f0dd11b8]

INTEGRATION: CWS warnings01 (1.10.70); FILE MERGED 2006/05/23 19:38:36 sb 1.10.70.2: RESYNC: (1.10-1.11); FILE MERGED 2005/11/04 16:49:36 pl 1.10.70.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d441fe323214c5e736d3b6e3abf72c95f3f36c67]

INTEGRATION: CWS warnings01 (1.53.34); FILE MERGED 2006/05/23 19:37:56 sb 1.53.34.5: RESYNC: (1.54-1.55); FILE MERGED 2006/04/07 18:47:44 sb 1.53.34.4: RESYNC: (1.53-1.54); FILE MERGED 2006/03/17 16:12:40 pl 1.53.34.3: #i55991# removed warnings for windows platform 2005/11/04 16:49:35 pl 1.53.34.2: #i55991# removed warnings for linux/solaris 2005/10/21 17:31:09 pl 1.53.34.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a54c844bd5ea1dec0cda781d8d911e52e2628969]

INTEGRATION: CWS warnings01 (1.17.70); FILE MERGED 2005/11/04 16:49:35 pl 1.17.70.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2af82847a9ff3f46c4b6b7acda6e7315d96b21bd]

INTEGRATION: CWS warnings01 (1.5.70); FILE MERGED 2005/11/04 16:49:35 pl 1.5.70.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ba490f03925eec94379755b6949ed04af87f952]

INTEGRATION: CWS warnings01 (1.19.70); FILE MERGED 2006/05/23 19:36:22 sb 1.19.70.4: RESYNC: (1.19-1.20); FILE MERGED 2006/03/17 16:12:40 pl 1.19.70.3: #i55991# removed warnings for windows platform 2005/11/04 16:49:35 pl 1.19.70.2: #i55991# removed warnings for linux/solaris 2005/10/21 17:31:08 pl 1.19.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8392948229aee0fdd5563a34abb25f4f697e696a]

INTEGRATION: CWS warnings01 (1.13.70); FILE MERGED 2006/05/23 19:34:18 sb 1.13.70.4: RESYNC: (1.13-1.14); FILE MERGED 2006/05/12 16:23:09 sb 1.13.70.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/05/04 15:01:39 os 1.13.70.2: warnings removed 2005/11/04 16:49:34 pl 1.13.70.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [44ba65f479210c9a34dbada8c7490ba0b52f786f]

INTEGRATION: CWS warnings01 (1.74.32); FILE MERGED 2006/05/23 19:32:51 sb 1.74.32.9: RESYNC: (1.79-1.80); FILE MERGED 2006/05/09 12:47:31 sb 1.74.32.8: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162. 2006/04/20 14:49:36 sb 1.74.32.7: #i53898# Made code compile and/or warning-free again after resync to SRC680m162 (done by PL). 2006/04/07 18:47:36 sb 1.74.32.6: RESYNC: (1.75-1.79); FILE MERGED 2006/03/17 16:12:39 pl 1.74.32.5: #i55991# removed warnings for windows platform 2005/11/04 16:49:34 pl 1.74.32.4: #i55991# removed warnings for linux/solaris 2005/11/04 10:40:35 pl 1.74.32.3: RESYNC: (1.74-1.75); FILE MERGED 2005/11/02 12:18:58 pl 1.74.32.2: #i55991# removed warnings for solaris platform 2005/10/21 17:31:08 pl 1.74.32.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0727e487a2ff8536f9bcf4d0ee1b7d04b83ac83]

INTEGRATION: CWS warnings01 (1.19.70); FILE MERGED 2005/11/02 12:18:58 pl 1.19.70.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [19a28cb4bb9e13ad8139e8d08c2339accd842da8]

INTEGRATION: CWS warnings01 (1.36.70); FILE MERGED 2006/05/23 19:31:13 sb 1.36.70.6: RESYNC: (1.37-1.38); FILE MERGED 2006/04/07 18:47:28 sb 1.36.70.5: RESYNC: (1.36-1.37); FILE MERGED 2006/03/17 16:12:39 pl 1.36.70.4: #i55991# removed warnings for windows platform 2005/11/04 16:49:34 pl 1.36.70.3: #i55991# removed warnings for linux/solaris 2005/11/02 12:18:57 pl 1.36.70.2: #i55991# removed warnings for solaris platform 2005/10/21 17:31:07 pl 1.36.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b541104f8965f9e0cde7a58509c20921c3c9eeb]

INTEGRATION: CWS warnings01 (1.41.34); FILE MERGED 2006/04/07 18:47:20 sb 1.41.34.4: RESYNC: (1.41-1.43); FILE MERGED 2006/03/17 16:12:38 pl 1.41.34.3: #i55991# removed warnings for windows platform 2005/11/04 16:49:34 pl 1.41.34.2: #i55991# removed warnings for linux/solaris 2005/11/02 12:18:56 pl 1.41.34.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [edf0e06816ac70c21e9a28658e0a68eaffb4157f]

INTEGRATION: CWS warnings01 (1.5.70); FILE MERGED 2006/05/23 19:30:07 sb 1.5.70.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/04 16:49:33 pl 1.5.70.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [49873aaff1d0c9d9c29fd8172292f5783c3d1590]

INTEGRATION: CWS warnings01 (1.2.14); FILE MERGED 2005/11/04 16:49:33 pl 1.2.14.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f551b2e181c0dfdb7b37b7ad5d4d9145d2ad88b4]

INTEGRATION: CWS warnings01 (1.57.14); FILE MERGED 2006/05/23 19:29:55 sb 1.57.14.5: RESYNC: (1.58-1.60); FILE MERGED 2006/04/07 18:47:01 sb 1.57.14.4: RESYNC: (1.57-1.58); FILE MERGED 2005/11/04 16:49:33 pl 1.57.14.3: #i55991# removed warnings for linux/solaris 2005/11/02 12:18:55 pl 1.57.14.2: #i55991# removed warnings for solaris platform 2005/10/21 17:31:07 pl 1.57.14.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d56cfc74dbf029bcaeee5ebffcb1779836868f6]

INTEGRATION: CWS warnings01 (1.59.34); FILE MERGED 2006/05/26 13:49:14 sb 1.59.34.7: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 19:29:06 sb 1.59.34.6: RESYNC: (1.61-1.65); FILE MERGED 2006/04/07 18:46:54 sb 1.59.34.5: RESYNC: (1.60-1.61); FILE MERGED 2006/03/17 16:12:38 pl 1.59.34.4: #i55991# removed warnings for windows platform 2005/11/11 14:31:12 pl 1.59.34.3: #i55991# removed warnings 2005/11/04 10:40:13 pl 1.59.34.2: RESYNC: (1.59-1.60); FILE MERGED 2005/11/02 12:18:54 pl 1.59.34.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [86649151ede264ed183e668e2ede9f92ef026a5e]

INTEGRATION: CWS warnings01 (1.10.68); FILE MERGED 2006/05/23 19:27:41 sb 1.10.68.3: RESYNC: (1.10-1.11); FILE MERGED 2005/11/04 16:49:33 pl 1.10.68.2: #i55991# removed warnings for linux/solaris 2005/10/26 15:47:46 pl 1.10.68.1: #i55991# no more new.hxx


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb50bea5bd64f13e2e43c4daf2612925748b432e]

INTEGRATION: CWS warnings01 (1.54.70); FILE MERGED 2006/05/23 19:27:29 sb 1.54.70.7: RESYNC: (1.58-1.61); FILE MERGED 2006/04/11 15:57:05 pl 1.54.70.6: solved resync problems 2006/04/07 18:46:47 sb 1.54.70.5: RESYNC: (1.55-1.58); FILE MERGED 2006/03/17 16:12:38 pl 1.54.70.4: #i55991# removed warnings for windows platform 2006/01/25 19:23:41 sb 1.54.70.3: RESYNC: (1.54-1.55); FILE MERGED 2005/11/04 16:49:32 pl 1.54.70.2: #i55991# removed warnings for linux/solaris 2005/10/21 17:31:06 pl 1.54.70.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [40566041fce03e3fa8db9a44b99b8c33ee1eda9c]

INTEGRATION: CWS warnings01 (1.5.70); FILE MERGED 2005/11/02 12:18:54 pl 1.5.70.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0ce7eabda346c449f839a01b7d3d80a43661bbe]

INTEGRATION: CWS warnings01 (1.3.70); FILE MERGED 2005/11/04 16:49:32 pl 1.3.70.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [34cee2c8dce047bc4bc246fbb3c58755876422c3]

INTEGRATION: CWS warnings01 (1.32.2); FILE MERGED 2006/05/23 19:25:38 sb 1.32.2.2: RESYNC: (1.32-1.33); FILE MERGED 2005/11/04 16:49:32 pl 1.32.2.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [679abdfcb4f4448e3760929f9b8081a239fb86a7]

INTEGRATION: CWS warnings01 (1.4.70); FILE MERGED 2005/11/02 12:18:53 pl 1.4.70.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [540eb2e873d5ba365483c42cdb3f2d3910c83a4d]

INTEGRATION: CWS warnings01 (1.19.70); FILE MERGED 2006/05/12 16:23:09 sb 1.19.70.5: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/05/09 12:47:30 sb 1.19.70.4: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162. 2006/04/07 18:46:28 sb 1.19.70.3: RESYNC: (1.19-1.20); FILE MERGED 2006/03/17 16:12:37 pl 1.19.70.2: #i55991# removed warnings for windows platform 2005/11/04 16:49:32 pl 1.19.70.1: #i55991# removed warnings for linux/solaris


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5595bfada945b15eb49aa1ff9e6bee584b61d53]

INTEGRATION: CWS warnings01 (1.12.8); FILE MERGED 2006/04/18 17:03:08 ihi 1.12.8.8: resync fix 2006/04/07 18:36:57 sb 1.12.8.7: RESYNC: (1.13-1.14); FILE MERGED 2006/03/09 19:26:54 ihi 1.12.8.6: #i57362# Warning free wntmsci10 2005/11/18 18:10:50 ihi 1.12.8.5: #i57362# Removed warnings 2005/11/10 12:06:12 pl 1.12.8.4: #i53898# removed warnings 2005/11/07 17:24:32 pl 1.12.8.3: RESYNC: (1.12-1.13); FILE MERGED 2005/11/07 12:46:49 ihi 1.12.8.2: #i57362# Remove warnings 2005/10/21 12:56:09 pl 1.12.8.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [764aa3517eae896a74e916dbfcf5f8b301fa937a]

INTEGRATION: CWS warnings01 (1.4.60); FILE MERGED 2006/04/07 18:36:47 sb 1.4.60.3: RESYNC: (1.4-1.5); FILE MERGED 2005/11/07 12:46:48 ihi 1.4.60.2: #i57362# Remove warnings 2005/10/21 12:56:09 pl 1.4.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae20918fc4310399964fae6e7b3495d38b8aea72]

INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/11/04 16:01:39 ihi 1.1.2.1: #i57352# Suppress warnings in lex generated c code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [18a06e32b19e6690febc1605f1ebce3be9fceb51]

INTEGRATION: CWS warnings01 (1.9.10); FILE MERGED 2006/04/18 17:03:08 ihi 1.9.10.8: resync fix 2006/04/07 18:36:39 sb 1.9.10.7: RESYNC: (1.11-1.12); FILE MERGED 2006/03/09 19:26:53 ihi 1.9.10.6: #i57362# Warning free wntmsci10 2006/01/25 19:11:46 sb 1.9.10.5: RESYNC: (1.10-1.11); FILE MERGED 2005/11/10 12:06:12 pl 1.9.10.4: #i53898# removed warnings 2005/11/07 17:24:25 pl 1.9.10.3: RESYNC: (1.9-1.10); FILE MERGED 2005/11/07 12:46:47 ihi 1.9.10.2: #i57362# Remove warnings 2005/10/21 12:56:08 pl 1.9.10.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [82b956cd0890587f27ba7a3b8fe151452363e832]

INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED 2005/11/07 12:46:47 ihi 1.4.14.1: #i57362# Remove warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [080dee00105eb25cf78644213cb1b7b9dc650fd3]

INTEGRATION: CWS warnings01 (1.4.16); FILE MERGED 2005/10/21 12:56:07 pl 1.4.16.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [49e81c54d50f4eb607bcba73a020af9dcb3b6fad]

INTEGRATION: CWS warnings01 (1.13.10); FILE MERGED 2006/01/25 19:11:30 sb 1.13.10.5: RESYNC: (1.14-1.15); FILE MERGED 2005/11/10 12:06:11 pl 1.13.10.4: #i53898# removed warnings 2005/11/07 17:24:18 pl 1.13.10.3: RESYNC: (1.13-1.14); FILE MERGED 2005/11/02 10:18:55 gh 1.13.10.2: removed warnings for unxsols 2005/10/21 12:56:07 pl 1.13.10.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9de0c0b4517d76765b1dd457d03216d48bba8392]

INTEGRATION: CWS warnings01 (1.11.42); FILE MERGED 2006/04/07 18:36:32 sb 1.11.42.3: RESYNC: (1.11-1.12); FILE MERGED 2005/11/07 12:46:46 ihi 1.11.42.2: #i57362# Remove warnings 2005/10/21 12:56:06 pl 1.11.42.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4dc6540769dc871c8572602e4426428ef1129b59]

INTEGRATION: CWS warnings01 (1.5.16); FILE MERGED 2005/11/07 12:46:46 ihi 1.5.16.1: #i57362# Remove warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [370456634aa6db9d96f485faa331ef8eec53832f]

INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/11/04 16:01:40 ihi 1.1.2.1: #i57352# Suppress warnings in lex generated c code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [962a9ddee65c7eace2446d8e8ecba17d9df77a5f]

INTEGRATION: CWS warnings01 (1.21.8); FILE MERGED 2006/04/07 18:36:25 sb 1.21.8.5: RESYNC: (1.22-1.23); FILE MERGED 2005/11/18 18:10:48 ihi 1.21.8.4: #i57362# Removed warnings 2005/11/07 17:24:06 pl 1.21.8.3: RESYNC: (1.21-1.22); FILE MERGED 2005/11/07 12:46:45 ihi 1.21.8.2: #i57362# Remove warnings 2005/10/21 12:56:05 pl 1.21.8.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [52d0cca1834955e20dbec533d3b2095692936edb]

INTEGRATION: CWS warnings01 (1.39.16); FILE MERGED 2006/04/07 18:36:17 sb 1.39.16.4: RESYNC: (1.39-1.40); FILE MERGED 2005/11/04 16:00:32 ihi 1.39.16.3: #i57352# Suppress warnings in lex generated c code 2005/10/24 16:43:11 ihi 1.39.16.2: #i55991# remove warnings from linux build 2005/10/21 12:56:05 pl 1.39.16.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d76ae8eb2f7dba117112155a93eabf3299d94b9b]

INTEGRATION: CWS warnings01 (1.40.8); FILE MERGED 2006/03/09 19:26:53 ihi 1.40.8.5: #i57362# Warning free wntmsci10 2005/11/10 12:06:11 pl 1.40.8.4: #i53898# removed warnings 2005/11/07 17:23:49 pl 1.40.8.3: RESYNC: (1.40-1.41); FILE MERGED 2005/11/07 12:46:45 ihi 1.40.8.2: #i57362# Remove warnings 2005/10/21 12:56:04 pl 1.40.8.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3b854abb6de45abb31f6393e2f85ce973e59977]

INTEGRATION: CWS warnings01 (1.21.8); FILE MERGED 2006/04/07 18:36:10 sb 1.21.8.5: RESYNC: (1.23-1.24); FILE MERGED 2006/01/25 19:11:22 sb 1.21.8.4: RESYNC: (1.22-1.23); FILE MERGED 2005/11/07 17:23:30 pl 1.21.8.3: RESYNC: (1.21-1.22); FILE MERGED 2005/11/07 12:46:44 ihi 1.21.8.2: #i57362# Remove warnings 2005/10/21 12:56:04 pl 1.21.8.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e0171180422af75c5ee2a6c20f7adc54eeed096]

INTEGRATION: CWS warnings01 (1.14.16); FILE MERGED 2005/11/07 12:46:44 ihi 1.14.16.2: #i57362# Remove warnings 2005/10/21 12:56:03 pl 1.14.16.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e45eaa5bcfff6364a5965044be6be5e0ba40b59b]

INTEGRATION: CWS warnings01 (1.1.252); FILE MERGED 2006/03/09 19:26:52 ihi 1.1.252.1: #i57362# Warning free wntmsci10


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [370fd4d868991361ac8831425c048d04a191c15c]

INTEGRATION: CWS warnings01 (1.7.8); FILE MERGED 2006/04/18 17:03:08 ihi 1.7.8.6: resync fix 2006/04/07 18:36:00 sb 1.7.8.5: RESYNC: (1.10-1.11); FILE MERGED 2005/11/10 12:06:10 pl 1.7.8.4: #i53898# removed warnings 2005/11/07 17:23:18 pl 1.7.8.3: RESYNC: (1.7-1.10); FILE MERGED 2005/11/07 12:46:43 ihi 1.7.8.2: #i57362# Remove warnings 2005/10/21 12:56:02 pl 1.7.8.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [94c721db01cd0527221597821746c9d921bc9a43]

INTEGRATION: CWS warnings01 (1.5.16); FILE MERGED 2006/04/18 17:03:08 ihi 1.5.16.4: resync fix 2006/04/07 18:35:53 sb 1.5.16.3: RESYNC: (1.6-1.7); FILE MERGED 2005/11/07 17:23:01 pl 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/07 12:46:42 ihi 1.5.16.1: #i57362# Remove warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dd4328079b8a8e1a42f2137703050a9733c0e85]

INTEGRATION: CWS warnings01 (1.4.16); FILE MERGED 2005/11/07 12:46:42 ihi 1.4.16.1: #i57362# Remove warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [215695b662c91783c0ccd08cd713db10c77ba1b2]

INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED 2005/11/10 12:12:28 pl 1.3.12.1: #i53898# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d44fadd16ace34733bb153b2c85030b236d1a3fb]

INTEGRATION: CWS warnings01 (1.16.10); FILE MERGED 2006/01/25 19:11:15 sb 1.16.10.4: RESYNC: (1.17-1.18); FILE MERGED 2005/11/10 12:06:10 pl 1.16.10.3: #i53898# removed warnings 2005/11/07 17:22:35 pl 1.16.10.2: RESYNC: (1.16-1.17); FILE MERGED 2005/11/02 10:18:55 gh 1.16.10.1: removed warnings for unxsols


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1daacc0aadd68aff017be264dcb48c805214517c]

INTEGRATION: CWS warnings01 (1.31.8); FILE MERGED 2006/04/07 18:35:45 sb 1.31.8.6: RESYNC: (1.32-1.33); FILE MERGED 2006/03/09 19:26:52 ihi 1.31.8.5: #i57362# Warning free wntmsci10 2005/11/10 12:06:09 pl 1.31.8.4: #i53898# removed warnings 2005/11/07 17:22:28 pl 1.31.8.3: RESYNC: (1.31-1.32); FILE MERGED 2005/11/07 12:46:41 ihi 1.31.8.2: #i57362# Remove warnings 2005/10/21 12:56:02 pl 1.31.8.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb01f496fc04072b3ff306d264efb4557d74783b]

INTEGRATION: CWS warnings01 (1.46.8); FILE MERGED 2006/04/07 18:35:35 sb 1.46.8.6: RESYNC: (1.48-1.49); FILE MERGED 2006/03/09 19:26:51 ihi 1.46.8.5: #i57362# Warning free wntmsci10 2005/11/10 12:12:28 pl 1.46.8.4: #i53898# removed warnings 2005/11/07 17:22:21 pl 1.46.8.3: RESYNC: (1.46-1.48); FILE MERGED 2005/11/07 12:46:41 ihi 1.46.8.2: #i57362# Remove warnings 2005/10/21 12:56:01 pl 1.46.8.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [965e2c6ba655cba8486d310fdb5183dcaefddd68]

INTEGRATION: CWS warnings01 (1.35.8); FILE MERGED 2006/04/07 18:35:24 sb 1.35.8.8: RESYNC: (1.37-1.38); FILE MERGED 2006/01/25 19:11:07 sb 1.35.8.7: RESYNC: (1.36-1.37); FILE MERGED 2005/11/18 18:10:48 ihi 1.35.8.6: #i57362# Removed warnings 2005/11/07 17:22:14 pl 1.35.8.5: RESYNC: (1.35-1.36); FILE MERGED 2005/11/07 12:46:40 ihi 1.35.8.4: #i57362# Remove warnings 2005/10/26 17:15:44 ihi 1.35.8.3: fixed 2005/10/24 18:04:57 ihi 1.35.8.2: #i55991# removed warnings for linux platform 2005/10/21 12:56:00 pl 1.35.8.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9464da6ab7671d641fadc5920df3dab5ff6e7706]

INTEGRATION: CWS warnings01 (1.12.60); FILE MERGED 2006/04/07 18:35:14 sb 1.12.60.5: RESYNC: (1.13-1.14); FILE MERGED 2006/01/27 12:48:01 sb 1.12.60.4: #i53898# Made code warning-free. 2006/01/25 19:10:58 sb 1.12.60.3: RESYNC: (1.12-1.13); FILE MERGED 2005/11/07 12:46:39 ihi 1.12.60.2: #i57362# Remove warnings 2005/10/21 12:56:00 pl 1.12.60.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [01acf64f778945398e4c22f6777172fbcd84652d]

INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/11/04 16:01:39 ihi 1.1.2.1: #i57352# Suppress warnings in lex generated c code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3593eb691cb46174b906310413f68c8e336787e5]

INTEGRATION: CWS warnings01 (1.3.16); FILE MERGED 2006/04/18 17:03:24 ihi 1.3.16.4: resync fix 2006/04/07 18:35:03 sb 1.3.16.3: RESYNC: (1.3-1.4); FILE MERGED 2005/11/18 18:10:47 ihi 1.3.16.2: #i57362# Removed warnings 2005/11/07 12:47:08 ihi 1.3.16.1: #i57362# Remove warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [548a85f55988b6f066c423c3ddb772bbef5f7bee]

INTEGRATION: CWS warnings01 (1.7.16); FILE MERGED 2006/05/23 19:03:35 sb 1.7.16.8: RESYNC: (1.9-1.10); FILE MERGED 2006/04/18 17:03:24 ihi 1.7.16.7: resync fix 2006/04/07 18:34:57 sb 1.7.16.6: RESYNC: (1.8-1.9); FILE MERGED 2006/03/09 19:27:04 ihi 1.7.16.5: #i57362# Warning free wntmsci10 2006/01/25 19:10:40 sb 1.7.16.4: RESYNC: (1.7-1.8); FILE MERGED 2005/11/10 12:06:09 pl 1.7.16.3: #i53898# removed warnings 2005/11/07 12:47:08 ihi 1.7.16.2: #i57362# Remove warnings 2005/10/21 12:55:59 pl 1.7.16.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [363dbaa4b3714ad1c3024a3a8e93da6b9316bcad]

INTEGRATION: CWS warnings01 (1.2.16); FILE MERGED 2005/11/07 12:47:07 ihi 1.2.16.1: #i57362# Remove warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2f4c146605afffd6d93d721a05fbc8ca878d85a]

INTEGRATION: CWS warnings01 (1.8.10); FILE MERGED 2006/03/09 15:31:07 gh 1.8.10.5: remove wntmsci warnings 2005/11/10 12:06:09 pl 1.8.10.4: #i53898# removed warnings 2005/11/07 17:21:44 pl 1.8.10.3: RESYNC: (1.8-1.9); FILE MERGED 2005/11/02 10:18:54 gh 1.8.10.2: removed warnings for unxsols 2005/10/21 12:55:58 pl 1.8.10.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [99b3fae9bda52e9de7c46888f4a433c49e2ece8f]

INTEGRATION: CWS warnings01 (1.3.16); FILE MERGED 2005/11/07 12:47:07 ihi 1.3.16.2: #i57362# Remove warnings 2005/10/21 12:55:58 pl 1.3.16.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a436b9ee2e4c6322ad1da0d699353366b9d4fdd7]

INTEGRATION: CWS warnings01 (1.6.16); FILE MERGED 2005/11/07 12:47:06 ihi 1.6.16.1: #i57362# Remove warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4379ce2d856999b9b9f9504bb615de3ca8ed1e80]

INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2006/04/18 17:03:24 ihi 1.5.4.1: resync fix


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b2262f965d2359e7b10d3280dfdaa4ed38405a5]

INTEGRATION: CWS warnings01 (1.14.8); FILE MERGED 2006/05/23 19:03:25 sb 1.14.8.11: RESYNC: (1.17-1.18); FILE MERGED 2006/04/18 17:03:24 ihi 1.14.8.10: resync fix 2006/04/07 18:34:37 sb 1.14.8.9: RESYNC: (1.16-1.17); FILE MERGED 2006/03/09 19:27:04 ihi 1.14.8.8: #i57362# Warning free wntmsci10 2006/01/25 19:10:23 sb 1.14.8.7: RESYNC: (1.15-1.16); FILE MERGED 2005/11/18 18:10:46 ihi 1.14.8.6: #i57362# Removed warnings 2005/11/10 12:12:28 pl 1.14.8.5: #i53898# removed warnings 2005/11/10 12:06:08 pl 1.14.8.4: #i53898# removed warnings 2005/11/07 17:21:32 pl 1.14.8.3: RESYNC: (1.14-1.15); FILE MERGED 2005/11/07 12:47:06 ihi 1.14.8.2: #i57362# Remove warnings 2005/10/21 12:55:57 pl 1.14.8.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a38ff167c1f2f35e215c1077f9f58ce88c422a7]

INTEGRATION: CWS warnings01 (1.4.16); FILE MERGED 2006/04/07 18:34:27 sb 1.4.16.3: RESYNC: (1.4-1.5); FILE MERGED 2005/11/18 18:10:45 ihi 1.4.16.2: #i57362# Removed warnings 2005/11/07 12:47:05 ihi 1.4.16.1: #i57362# Remove warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [89cf46c593b57fdf0c4372106531a8d92da95828]

INTEGRATION: CWS warnings01 (1.12.16); FILE MERGED 2005/12/21 11:32:05 fs 1.12.16.3: #i55991# warning-free code 2005/10/27 10:51:20 pl 1.12.16.2: #i55991# removed warnings for solaris platform 2005/10/21 09:49:03 dbo 1.12.16.1: #i53898# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b70c212aa301a0a5bf456d0a9ad431b0310f08c]

INTEGRATION: CWS warnings01 (1.16.16); FILE MERGED 2006/05/23 18:05:59 sb 1.16.16.3: RESYNC: (1.16-1.17); FILE MERGED 2005/12/21 11:32:05 fs 1.16.16.2: #i55991# warning-free code 2005/10/27 10:51:19 pl 1.16.16.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5082ab16e277006db9c6e0fec7b6515fc1dc1ecf]

INTEGRATION: CWS warnings01 (1.51.14); FILE MERGED 2006/04/07 17:53:36 sb 1.51.14.3: RESYNC: (1.51-1.52); FILE MERGED 2005/10/27 10:51:19 pl 1.51.14.2: #i55991# removed warnings for solaris platform 2005/10/21 09:49:02 dbo 1.51.14.1: #i53898# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [74764347e4ad50be128b8c2d7927a8be38c3a550]

INTEGRATION: CWS warnings01 (1.19.16); FILE MERGED 2005/10/27 10:51:18 pl 1.19.16.2: #i55991# removed warnings for solaris platform 2005/10/21 09:49:02 dbo 1.19.16.1: #i53898# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec59efac0bbcdd2eaf11686529e316e4988aebea]

INTEGRATION: CWS warnings01 (1.22.16); FILE MERGED 2006/04/07 17:53:28 sb 1.22.16.4: RESYNC: (1.22-1.23); FILE MERGED 2005/12/21 11:32:04 fs 1.22.16.3: #i55991# warning-free code 2005/10/27 10:51:18 pl 1.22.16.2: #i55991# removed warnings for solaris platform 2005/10/21 09:49:01 dbo 1.22.16.1: #i53898# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c59ae5f22acc5e29a95c70c28b7696ae792f4f3]

INTEGRATION: CWS warnings01 (1.15.16); FILE MERGED 2005/10/27 10:51:18 pl 1.15.16.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d257298c42ba141d3cfb276358f5f8027f56cc1]

INTEGRATION: CWS warnings01 (1.8.16); FILE MERGED 2006/01/27 12:39:19 sb 1.8.16.2: #i53898# Made code warning-free. 2005/12/21 11:32:04 fs 1.8.16.1: #i55991# warning-free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea81dbe21855829a7f584c1442fc140f03b4011e]

INTEGRATION: CWS warnings01 (1.5.16); FILE MERGED 2005/10/27 10:51:17 pl 1.5.16.2: #i55991# removed warnings for solaris platform 2005/10/21 09:49:00 dbo 1.5.16.1: #i53898# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2447122df898028d7655550668f84e3607651b5c]

INTEGRATION: CWS warnings01 (1.2.16); FILE MERGED 2005/10/27 10:51:17 pl 1.2.16.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cc072c7ad26567a68f68a324bca6ba16af4e555]

INTEGRATION: CWS warnings01 (1.3.6); FILE MERGED 2006/04/07 17:53:21 sb 1.3.6.3: RESYNC: (1.3-1.4); FILE MERGED 2005/11/10 13:17:02 pl 1.3.6.2: #i53898# removed warnings 2005/11/10 13:13:14 pl 1.3.6.1: #i53898# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd7b630c0fad0a3c6549a312d32e2c7c59135e53]

INTEGRATION: CWS warnings01 (1.3.16); FILE MERGED 2005/10/27 10:51:16 pl 1.3.16.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e33a37285c8ce70f0ad2c23cc7409deeaa9eb8a1]

INTEGRATION: CWS warnings01 (1.7.16); FILE MERGED 2005/10/27 10:51:16 pl 1.7.16.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d362a2732e400bae3e69e27671adf5c6ff525eca]

INTEGRATION: CWS warnings01 (1.13.16); FILE MERGED 2006/05/23 18:05:47 sb 1.13.16.3: RESYNC: (1.13-1.14); FILE MERGED 2005/12/21 11:41:11 fs 1.13.16.2: #i55991# warning-free code 2005/10/21 09:48:59 dbo 1.13.16.1: #i53898# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [40c6414f62b4ae3a1ede689dcef56f90f02d812e]

INTEGRATION: CWS warnings01 (1.8.16); FILE MERGED 2006/05/23 18:05:35 sb 1.8.16.4: RESYNC: (1.8-1.9); FILE MERGED 2006/05/12 16:28:05 sb 1.8.16.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2005/12/21 10:37:03 fs 1.8.16.2: #i55991# removed TextSearch ctor taking a ULONG-as-LanguageType parameter 2005/10/21 09:48:59 dbo 1.8.16.1: #i53898# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [72d13df8ac6742d33d63c76c5c4eefc4fd9a3877]

INTEGRATION: CWS warnings01 (1.2.16); FILE MERGED 2005/10/21 09:48:58 dbo 1.2.16.1: #i53898# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bea45dad2789760994c0efa95ea1896a1cad710d]

INTEGRATION: CWS warnings01 (1.9.16); FILE MERGED 2005/12/21 11:32:03 fs 1.9.16.2: #i55991# warning-free code 2005/10/21 09:48:57 dbo 1.9.16.1: #i53898# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [452cd7f58cfbdcc83014e7efc14f37d2e6ef2e19]

INTEGRATION: CWS warnings01 (1.3.16); FILE MERGED 2005/12/21 11:32:03 fs 1.3.16.2: #i55991# warning-free code 2005/10/21 09:48:57 dbo 1.3.16.1: #i53898# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ce087ab2796e5e3eca01fc8d0da6d99615a8568]

INTEGRATION: CWS warnings01 (1.32.16); FILE MERGED 2006/05/23 18:05:21 sb 1.32.16.3: RESYNC: (1.32-1.34); FILE MERGED 2005/12/21 11:41:10 fs 1.32.16.2: #i55991# warning-free code 2005/12/21 11:32:02 fs 1.32.16.1: #i55991# warning-free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [694e1a9cb18f772b151245e87aa1533cf9c51883]

INTEGRATION: CWS warnings01 (1.3.16); FILE MERGED 2006/05/23 18:03:52 sb 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/21 09:48:56 dbo 1.3.16.1: #i53898# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [403635f9b17f4c2916ecf248c739be5a861744d0]

INTEGRATION: CWS warnings01 (1.5.16); FILE MERGED 2005/12/21 11:32:02 fs 1.5.16.1: #i55991# warning-free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1733807e27eb4ed50d606424b8a5de7e3d9d7c99]

INTEGRATION: CWS warnings01 (1.10.16); FILE MERGED 2005/12/21 11:41:10 fs 1.10.16.2: #i55991# warning-free code 2005/10/21 09:48:55 dbo 1.10.16.1: #i53898# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fffbde9a43487ef16e1664f530d2c61201cd6410]

INTEGRATION: CWS warnings01 (1.11.16); FILE MERGED 2005/12/21 11:41:09 fs 1.11.16.2: #i55991# warning-free code 2005/10/21 09:48:55 dbo 1.11.16.1: #i53898# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ff4d403c11275c53471db35368753f7f1850c98]

INTEGRATION: CWS warnings01 (1.4.16); FILE MERGED 2005/10/27 10:51:15 pl 1.4.16.2: #i55991# removed warnings for solaris platform 2005/10/21 09:48:54 dbo 1.4.16.1: #i53898# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bb649f313f816e52e8a6403acac706fe3dd4ce1]

INTEGRATION: CWS warnings01 (1.8.16); FILE MERGED 2005/12/21 11:41:07 fs 1.8.16.4: #i55991# warning-free code 2005/12/21 11:32:02 fs 1.8.16.3: #i55991# warning-free code 2005/10/27 10:51:15 pl 1.8.16.2: #i55991# removed warnings for solaris platform 2005/10/21 09:48:53 dbo 1.8.16.1: #i53898# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bbf3afee2040c427b904d79800dfdb5cc64cbbf]

INTEGRATION: CWS warnings01 (1.41.16); FILE MERGED 2006/01/25 18:00:28 sb 1.41.16.3: RESYNC: (1.41-1.42); FILE MERGED 2005/10/27 10:51:13 pl 1.41.16.2: #i55991# removed warnings for solaris platform 2005/10/21 09:48:53 dbo 1.41.16.1: #i53898# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dde8653e6425fd2a68c8a1e230514bf546ee338b]

INTEGRATION: CWS warnings01 (1.48.16); FILE MERGED 2006/01/27 12:39:19 sb 1.48.16.6: #i53898# Made code warning-free. 2006/01/25 18:00:19 sb 1.48.16.5: RESYNC: (1.48-1.49); FILE MERGED 2005/11/14 14:17:51 pl 1.48.16.4: #i55991# removed warnings 2005/11/10 13:13:13 pl 1.48.16.3: #i53898# removed warnings 2005/10/27 10:51:11 pl 1.48.16.2: #i55991# removed warnings for solaris platform 2005/10/21 09:48:52 dbo 1.48.16.1: #i53898# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [325151134f6529f93a22e9bcd433785f90e8b8e4]

INTEGRATION: CWS warnings01 (1.18.10); FILE MERGED 2006/01/25 18:00:11 sb 1.18.10.3: RESYNC: (1.19-1.20); FILE MERGED 2005/11/07 17:01:04 pl 1.18.10.2: RESYNC: (1.18-1.19); FILE MERGED 2005/10/21 09:48:51 dbo 1.18.10.1: #i53898# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [36c262c08ee44ad0a50401a076dc8e118e42e657]

INTEGRATION: CWS warnings01 (1.12.16); FILE MERGED 2005/11/10 13:13:13 pl 1.12.16.2: #i53898# removed warnings 2005/10/27 10:51:11 pl 1.12.16.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f30279ff6ce0760facdf0d6e0ead8b5bcffa4dd]

INTEGRATION: CWS warnings01 (1.6.16); FILE MERGED 2005/11/10 13:13:12 pl 1.6.16.2: #i53898# removed warnings 2005/10/21 09:48:50 dbo 1.6.16.1: #i53898# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [83b7c5ba8f3e396bcb3834cf2aa318fae8423d67]

INTEGRATION: CWS warnings01 (1.2.16); FILE MERGED 2005/10/21 09:48:49 dbo 1.2.16.1: #i53898# warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9663b05166a3ab537444f95df065387424029c0]

INTEGRATION: CWS warnings01 (1.7.46); FILE MERGED 2006/05/23 18:03:31 sb 1.7.46.2: RESYNC: (1.7-1.8); FILE MERGED 2005/10/27 10:51:10 pl 1.7.46.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa4f132663de0e139d797abf061fc1b924844a4a]

INTEGRATION: CWS warnings01 (1.24.46); FILE MERGED 2005/10/27 10:51:10 pl 1.24.46.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [df7db37c6b3ae5cafb32238c70142cf5e2d68450]

INTEGRATION: CWS warnings01 (1.7.16); FILE MERGED 2005/10/27 10:51:09 pl 1.7.16.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6229dd8b61bfa8fff277524632b5a7903647c69]

INTEGRATION: CWS warnings01 (1.7.16); FILE MERGED 2006/05/26 13:44:33 sb 1.7.16.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/12 16:27:46 sb 1.7.16.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2005/12/21 10:36:53 fs 1.7.16.1: #i55991# removed TextSearch ctor taking a ULONG-as-LanguageType parameter


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [da265928d20be060eed65800f8f87148086c5cef]

INTEGRATION: CWS warnings01 (1.8.16); FILE MERGED 2005/10/27 10:51:09 pl 1.8.16.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad95c11801c87cb200221c1a1649ff1ee19f284a]

INTEGRATION: CWS warnings01 (1.3.16); FILE MERGED 2005/10/26 10:35:45 pl 1.3.16.2: #i55991# removed warnings for linux platform 2005/10/26 10:28:31 pl 1.3.16.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [76f3d0058395d29e0fe6661b76553be2db166611]

INTEGRATION: CWS warnings01 (1.7.16); FILE MERGED 2005/10/27 10:51:08 pl 1.7.16.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e108ceac0f556ec8dcc67bd6016471b0d90ec8ec]

INTEGRATION: CWS warnings01 (1.3.16); FILE MERGED 2006/03/14 13:52:25 fs 1.3.16.1: warning-free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef739aad2eed5dea6659109b7ed6b2ced4a0d524]

INTEGRATION: CWS warnings01 (1.23.16); FILE MERGED 2006/01/25 17:59:39 sb 1.23.16.2: RESYNC: (1.23-1.24); FILE MERGED 2005/11/14 14:17:51 pl 1.23.16.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7883ff08073b36b9fd15e7aee134e79278bf5bd3]

INTEGRATION: CWS warnings01 (1.11.16); FILE MERGED 2005/12/21 11:32:01 fs 1.11.16.1: #i55991# warning-free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [75c5d043e84554c5f7c2c53229ad972f3ffdbf8f]

INTEGRATION: CWS warnings01 (1.31.8); FILE MERGED 2006/04/07 17:52:43 sb 1.31.8.2: RESYNC: (1.31-1.32); FILE MERGED 2005/10/14 11:19:45 sb 1.31.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b685dc7d3c9ad44a65db2c717e00b538ab85c7f]

INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2005/10/14 11:19:44 sb 1.3.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b91c247ea5066192add37530aecf1ce00bb8b3ad]

INTEGRATION: CWS warnings01 (1.7.8); FILE MERGED 2005/10/27 16:05:25 sb 1.7.8.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2211a36da4edfa522d6121869ecb505d694e1013]

INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2006/02/24 14:49:19 sb 1.4.8.3: #i53898# Made code warning-free; removed dead code. 2005/10/14 14:35:41 sb 1.4.8.2: #i53898# Fixed typo. 2005/10/14 11:19:44 sb 1.4.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bed5746847af22c7a66cdc4232d8ace7d0f8eec]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2006/02/24 14:49:18 sb 1.2.8.1: #i53898# Made code warning-free; removed dead code.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [62df0b4b4dc15e3c151efb1882de34f62f8dc887]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2006/02/24 14:49:17 sb 1.2.8.1: #i53898# Made code warning-free; removed dead code.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cccb175f52cfdec519d96d2a51258333ca702705]

INTEGRATION: CWS warnings01 (1.17.4); FILE MERGED 2006/05/23 18:01:04 sb 1.17.4.3: RESYNC: (1.17-1.18); FILE MERGED 2005/10/27 12:29:19 sb 1.17.4.2: #i53898# Made code warning-free. 2005/10/14 11:19:43 sb 1.17.4.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f885e53a7124b4470514adf853e047c98bf48172]

INTEGRATION: CWS warnings01 (1.6.96); FILE MERGED 2006/02/24 14:48:56 sb 1.6.96.3: #i53898# Made code warning-free; removed dead code. 2005/09/22 21:44:07 sb 1.6.96.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/08 13:41:38 sj 1.6.96.1: #53898# Warning-free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c4037f888c34ec254a376ff13b3b1db797831ae]

INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2005/10/27 12:29:19 sb 1.4.8.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [847162ba625ccb7c53f48d10e3867c55aed9189e]

INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED 2006/05/23 18:00:52 sb 1.5.8.3: RESYNC: (1.5-1.6); FILE MERGED 2006/02/24 14:48:56 sb 1.5.8.2: #i53898# Made code warning-free; removed dead code. 2005/10/27 12:29:19 sb 1.5.8.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [494eb5b8f43a16630ff16104cd5bec49d5cb878e]

INTEGRATION: CWS warnings01 (1.6.8); FILE MERGED 2006/05/23 18:00:36 sb 1.6.8.3: RESYNC: (1.6-1.7); FILE MERGED 2006/02/24 14:48:56 sb 1.6.8.2: #i53898# Made code warning-free; removed dead code. 2005/10/27 12:29:18 sb 1.6.8.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0587d5ebb6a1acea4c81311d65591b244685027]

INTEGRATION: CWS warnings01 (1.7.8); FILE MERGED 2006/05/26 13:44:01 sb 1.7.8.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 18:00:08 sb 1.7.8.2: RESYNC: (1.7-1.8); FILE MERGED 2006/02/24 14:48:56 sb 1.7.8.1: #i53898# Made code warning-free; removed dead code.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e09b00667f58b1983eb96867d3bd3def9379bde]

INTEGRATION: CWS warnings01 (1.6.8); FILE MERGED 2006/05/23 17:59:46 sb 1.6.8.4: RESYNC: (1.6-1.7); FILE MERGED 2006/02/24 14:48:55 sb 1.6.8.3: #i53898# Made code warning-free; removed dead code. 2005/10/27 12:29:18 sb 1.6.8.2: #i53898# Made code warning-free. 2005/10/14 11:19:43 sb 1.6.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc8b3771b6fff01cc665110d546674798f99a460]

INTEGRATION: CWS warnings01 (1.7.8); FILE MERGED 2006/05/23 17:58:25 sb 1.7.8.3: RESYNC: (1.7-1.8); FILE MERGED 2006/02/24 14:48:55 sb 1.7.8.2: #i53898# Made code warning-free; removed dead code. 2005/10/27 12:29:17 sb 1.7.8.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3770f8abaefaf2b9cec00795cd5f0d961f1902fd]

INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2006/05/23 17:57:45 sb 1.4.8.4: RESYNC: (1.4-1.5); FILE MERGED 2006/02/24 14:48:55 sb 1.4.8.3: #i53898# Made code warning-free; removed dead code. 2005/10/27 12:29:16 sb 1.4.8.2: #i53898# Made code warning-free. 2005/10/14 11:19:42 sb 1.4.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b7ebc3996be6dde6c89b38e8495e72f3bfc8b49]

INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2006/02/24 14:48:55 sb 1.4.8.3: #i53898# Made code warning-free; removed dead code. 2006/01/06 11:49:21 fs 1.4.8.2: #i53898# warning-free code 2005/10/27 12:29:15 sb 1.4.8.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8fc54094d272c8679af565e2b901b0e3d8cc3f7]

INTEGRATION: CWS warnings01 (1.10.8); FILE MERGED 2005/11/10 11:20:42 pl 1.10.8.3: #i53898# removed warnings 2005/10/27 12:29:15 sb 1.10.8.2: #i53898# Made code warning-free. 2005/10/14 11:19:42 sb 1.10.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dd8b9409d0ab9873562c95605fece67c1e9dc98]

INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2005/10/13 13:24:31 sb 1.3.8.1: #i53898# Removed code for obsolete platforms.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e0ef3dcb621c8efb922c134401df2d133f8f9c1]

INTEGRATION: CWS warnings01 (1.2.8); FILE REMOVED 2005/10/13 13:24:31 sb 1.2.8.1: #i53898# Removed code for obsolete platforms.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [175867843955e38ba35875b3a448e96030d88ec8]

INTEGRATION: CWS warnings01 (1.20.6); FILE MERGED 2006/04/07 17:52:24 sb 1.20.6.7: RESYNC: (1.21-1.22); FILE MERGED 2006/02/24 14:48:55 sb 1.20.6.6: #i53898# Made code warning-free; removed dead code. 2006/01/06 11:49:21 fs 1.20.6.5: #i53898# warning-free code 2005/11/07 17:00:37 pl 1.20.6.4: RESYNC: (1.20-1.21); FILE MERGED 2005/10/27 12:29:15 sb 1.20.6.3: #i53898# Made code warning-free. 2005/10/14 11:19:41 sb 1.20.6.2: #i53898# Made code warning-free; cleanup. 2005/10/13 13:24:31 sb 1.20.6.1: #i53898# Removed code for obsolete platforms.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [76e7f2cfc71609fa282446b7c9164910f48ee72d]

INTEGRATION: CWS warnings01 (1.6.8); FILE MERGED 2005/10/13 13:24:30 sb 1.6.8.1: #i53898# Removed code for obsolete platforms.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0e09c5199f56816db83f172291a074f111315fd]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2005/10/13 13:24:30 sb 1.2.8.1: #i53898# Removed code for obsolete platforms.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [24af6a4eb9e8c9e7a4d630e03a513701fb2d788b]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2005/10/27 12:29:14 sb 1.2.8.2: #i53898# Made code warning-free. 2005/10/14 11:19:41 sb 1.2.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c4df699e4b544f0b8eaf97cee30542d7f90ab3d]

INTEGRATION: CWS warnings01 (1.4.6); FILE MERGED 2006/04/07 17:52:17 sb 1.4.6.5: RESYNC: (1.4-1.5); FILE MERGED 2006/01/06 11:44:19 fs 1.4.6.4: #i53898# warning-free code 2005/11/10 11:20:42 pl 1.4.6.3: #i53898# removed warnings 2005/10/27 12:29:14 sb 1.4.6.2: #i53898# Made code warning-free. 2005/10/14 11:19:40 sb 1.4.6.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c60365862f496ec6c191f320d141030cdf26413f]

INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2005/10/27 12:29:13 sb 1.4.8.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [46fcc1a75ed0da27b7ecafddcf5428269b42d8d7]

INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2006/01/06 11:44:09 fs 1.3.8.2: #i53898# warning-free code 2005/10/14 11:19:40 sb 1.3.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1191824c026eccb142f793a62025da692f2af263]

INTEGRATION: CWS warnings01 (1.2.6); FILE MERGED 2006/01/25 17:59:00 sb 1.2.6.3: RESYNC: (1.2-1.3); FILE MERGED 2005/11/10 11:20:41 pl 1.2.6.2: #i53898# removed warnings 2005/10/27 12:29:13 sb 1.2.6.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [12950e595d9d864d63cb172d4a6ec06e5b0855a8]

INTEGRATION: CWS warnings01 (1.38.8); FILE MERGED 2006/05/23 17:54:43 sb 1.38.8.5: RESYNC: (1.40-1.41); FILE MERGED 2006/04/20 14:47:02 sb 1.38.8.4: #i53898# Made code warning-free again after resync to SRC680m162. 2006/04/07 17:51:40 sb 1.38.8.3: RESYNC: (1.38-1.40); FILE MERGED 2005/10/27 12:29:12 sb 1.38.8.2: #i53898# Made code warning-free. 2005/10/14 11:19:39 sb 1.38.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [61203c59db099e923ddaeca4483a57752111450d]

INTEGRATION: CWS warnings01 (1.8.8); FILE MERGED 2005/10/27 12:29:11 sb 1.8.8.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd05bb0f2af38878c751ef4db1313f434140f5fb]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2005/10/27 12:29:11 sb 1.2.8.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a59e7dd8969642e6c16e58a018a77024a9f7ee0]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2005/10/27 12:29:10 sb 1.2.8.3: #i53898# Made code warning-free. 2005/10/14 11:19:38 sb 1.2.8.2: #i53898# Made code warning-free; cleanup. 2005/10/13 13:24:30 sb 1.2.8.1: #i53898# Removed code for obsolete platforms.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3bb3bbc0648605a38f5e70b0bd908a82e47fe54]

INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2006/01/06 11:37:29 fs 1.3.8.2: #i53898# warning-free code 2005/10/27 12:29:10 sb 1.3.8.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d26b6d866dd7adf85dbe4cf87840c68d725d3529]

INTEGRATION: CWS warnings01 (1.6.6); FILE MERGED 2006/02/24 14:48:54 sb 1.6.6.3: #i53898# Made code warning-free; removed dead code. 2005/10/27 12:29:03 sb 1.6.6.2: #i53898# Made code warning-free. 2005/10/14 11:19:38 sb 1.6.6.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa098e73ebbd38810d3bfa48e8f725bbd3be165b]

INTEGRATION: CWS warnings01 (1.6.8); FILE MERGED 2006/04/07 17:52:10 sb 1.6.8.3: RESYNC: (1.6-1.7); FILE MERGED 2005/10/27 12:29:03 sb 1.6.8.2: #i53898# Made code warning-free. 2005/10/14 11:19:37 sb 1.6.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [82f16456fb66f833370e59e60dd9dc1f344faac4]

INTEGRATION: CWS warnings01 (1.10.8); FILE MERGED 2006/02/24 14:48:54 sb 1.10.8.3: #i53898# Made code warning-free; removed dead code. 2005/10/27 12:29:03 sb 1.10.8.2: #i53898# Made code warning-free. 2005/10/14 11:19:36 sb 1.10.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [526722dccf89fa6707a3c646e1e7346db8b35178]

INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2006/05/23 17:55:12 sb 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/13 13:24:29 sb 1.3.8.1: #i53898# Removed code for obsolete platforms.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc168460329d734a9b3d05dbff61eff5528383eb]

INTEGRATION: CWS warnings01 (1.11.6); FILE MERGED 2006/01/05 10:14:28 fs 1.11.6.3: #i53898# warning-free code 2005/10/27 12:29:02 sb 1.11.6.2: #i53898# Made code warning-free. 2005/10/14 11:19:36 sb 1.11.6.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b675eb281a2c4d055dc65132525897dddbdba651]

INTEGRATION: CWS warnings01 (1.6.6); FILE MERGED 2006/04/07 17:52:03 sb 1.6.6.4: RESYNC: (1.8-1.9); FILE MERGED 2006/01/05 10:14:27 fs 1.6.6.3: #i53898# warning-free code 2005/11/07 17:00:01 pl 1.6.6.2: RESYNC: (1.6-1.8); FILE MERGED 2005/10/27 12:29:02 sb 1.6.6.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [91e6cd93186a757db66780663673b2f7e434424c]

INTEGRATION: CWS warnings01 (1.11.8); FILE MERGED 2005/10/27 12:29:02 sb 1.11.8.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8253c5adaff3a6ff3f96c62315e6439f353409b]

INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2005/10/27 12:29:01 sb 1.3.8.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d97b0d92a56ddcedd04067e5b614d63c1214fce4]

INTEGRATION: CWS warnings01 (1.12.8); FILE MERGED 2006/01/06 11:38:01 fs 1.12.8.4: #i53898# warning-free code 2006/01/05 10:14:26 fs 1.12.8.3: #i53898# warning-free code 2005/10/27 12:29:01 sb 1.12.8.2: #i53898# Made code warning-free. 2005/10/14 11:19:35 sb 1.12.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa1729306753244d3145137da27b5c2d0eefd96d]

INTEGRATION: CWS warnings01 (1.9.8); FILE MERGED 2006/04/20 14:47:01 sb 1.9.8.2: #i53898# Made code warning-free again after resync to SRC680m162. 2006/03/17 12:51:21 pl 1.9.8.1: #i55991# move color constructor to tools due to linkage


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3fbded5a510dbbb82a15afb2f79b35773741ac3]

INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2006/01/05 10:14:25 fs 1.4.8.2: #i53898# warning-free code 2005/10/27 12:29:01 sb 1.4.8.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a354f5dbb0c2140fc6a8dfe22d0615a42e05294]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2006/02/24 14:48:54 sb 1.2.8.2: #i53898# Made code warning-free; removed dead code. 2006/01/05 10:14:25 fs 1.2.8.1: #i53898# warning-free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d709f1c7209e9ead03ebbd7d8930dfcdfccd86fe]

INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED 2006/02/24 14:48:54 sb 1.5.8.4: #i53898# Made code warning-free; removed dead code. 2006/01/06 11:29:38 fs 1.5.8.3: warning-free code: removed setting nError in SetCWD, since SetCWD is const now. No client of SetCWD makes use of the error, according to LXR 2006/01/05 10:14:24 fs 1.5.8.2: #i53898# warning-free code 2005/10/27 12:29:00 sb 1.5.8.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [06303757e1558b3771763673f245191ecd1e24fa]

INTEGRATION: CWS warnings01 (1.54.8); FILE MERGED 2006/04/07 17:51:56 sb 1.54.8.3: RESYNC: (1.54-1.55); FILE MERGED 2005/10/27 12:29:00 sb 1.54.8.2: #i53898# Made code warning-free. 2005/10/14 11:19:34 sb 1.54.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c92ec729862ecaf5657c24938ad367bc1e62c1b1]

INTEGRATION: CWS warnings01 (1.6.8); FILE MERGED 2006/05/23 17:55:04 sb 1.6.8.4: RESYNC: (1.6-1.7); FILE MERGED 2005/10/27 12:28:59 sb 1.6.8.3: #i53898# Made code warning-free. 2005/10/14 11:19:34 sb 1.6.8.2: #i53898# Made code warning-free; cleanup. 2005/10/13 13:24:28 sb 1.6.8.1: #i53898# Removed code for obsolete platforms.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [089d51ee493291cd79f20696c20303f1f98c03c0]

INTEGRATION: CWS warnings01 (1.8.8); FILE MERGED 2006/02/24 14:48:54 sb 1.8.8.2: #i53898# Made code warning-free; removed dead code. 2005/10/14 11:19:33 sb 1.8.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed9decb46799888b4d18350f4813e3c020cce1bb]

INTEGRATION: CWS warnings01 (1.7.8); FILE MERGED 2006/02/24 14:48:53 sb 1.7.8.3: #i53898# Made code warning-free; removed dead code. 2005/10/27 12:28:59 sb 1.7.8.2: #i53898# Made code warning-free. 2005/10/14 11:19:33 sb 1.7.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [594ebc5ebc86b72368b6cdc2b2f2b6f2e91fa5a8]

INTEGRATION: CWS warnings01 (1.2.8); FILE REMOVED 2005/10/13 13:24:28 sb 1.2.8.1: #i53898# Removed code for obsolete platforms.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c27728d4fd959e4a2aa127f52174ff3053bba9c]

INTEGRATION: CWS warnings01 (1.4.8); FILE REMOVED 2005/10/13 13:24:28 sb 1.4.8.1: #i53898# Removed code for obsolete platforms.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f9e087f4b2475b7ec6053abb96c895fb3eecd1e]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2006/02/24 14:48:53 sb 1.2.8.3: #i53898# Made code warning-free; removed dead code. 2005/10/14 11:19:33 sb 1.2.8.2: #i53898# Made code warning-free; cleanup. 2005/10/13 13:24:28 sb 1.2.8.1: #i53898# Removed code for obsolete platforms.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8377fdde4c661877bce56ce9adf16263bb42b55a]

INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED 2005/10/27 12:28:59 sb 1.5.8.3: #i53898# Made code warning-free. 2005/10/14 11:19:32 sb 1.5.8.2: #i53898# Made code warning-free; cleanup. 2005/10/13 13:24:28 sb 1.5.8.1: #i53898# Removed code for obsolete platforms.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f30d691da450c5f2a9d9513f8a6f782e2d5552e2]

INTEGRATION: CWS warnings01 (1.20.8); FILE MERGED 2006/02/24 14:48:53 sb 1.20.8.4: #i53898# Made code warning-free; removed dead code. 2005/10/27 12:28:59 sb 1.20.8.3: #i53898# Made code warning-free. 2005/10/14 11:19:32 sb 1.20.8.2: #i53898# Made code warning-free; cleanup. 2005/10/13 13:24:26 sb 1.20.8.1: #i53898# Removed code for obsolete platforms.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4352360351ace95b2c1319367dd1280401d55e8]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2005/10/14 11:19:31 sb 1.2.8.2: #i53898# Made code warning-free; cleanup. 2005/10/13 13:24:26 sb 1.2.8.1: #i53898# Removed code for obsolete platforms.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [74f16bf13f6eba7e770725e4461666a9b27fdbca]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2005/10/13 13:24:26 sb 1.2.8.1: #i53898# Removed code for obsolete platforms.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcc9fb645f3a19957c2c3ad136b4aa42966416eb]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2005/10/27 12:28:58 sb 1.2.8.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [89062d776f04bbdcf5a2379632376667f9fa0f20]

INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2006/04/20 14:47:01 sb 1.4.8.1: #i53898# Made code warning-free again after resync to SRC680m162.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [38bba50a91cadf4c20ce31b11af3a212ec12da54]

INTEGRATION: CWS warnings01 (1.9.8); FILE MERGED 2006/04/20 14:47:01 sb 1.9.8.6: #i53898# Made code warning-free again after resync to SRC680m162. 2006/04/07 17:51:47 sb 1.9.8.5: RESYNC: (1.9-1.10); FILE MERGED 2006/01/05 10:14:23 fs 1.9.8.4: #i53898# warning-free code 2005/11/10 11:20:41 pl 1.9.8.3: #i53898# removed warnings 2005/10/27 12:28:58 sb 1.9.8.2: #i53898# Made code warning-free. 2005/10/13 13:24:26 sb 1.9.8.1: #i53898# Removed code for obsolete platforms.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [061bfbe045002b6419a67187f09c709295ce24ff]

INTEGRATION: CWS warnings01 (1.9.8); FILE MERGED 2006/01/05 10:14:22 fs 1.9.8.2: #i53898# warning-free code 2005/10/13 13:24:25 sb 1.9.8.1: #i53898# Removed code for obsolete platforms.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e0de6045bc93691354202cfa30ae952d477e57d]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2006/05/23 17:54:57 sb 1.2.8.3: RESYNC: (1.2-1.3); FILE MERGED 2006/01/05 10:14:22 fs 1.2.8.2: #i53898# warning-free code 2005/10/13 13:24:25 sb 1.2.8.1: #i53898# Removed code for obsolete platforms.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c821e5b0acd3d4a04fe2caac9597e2ebe4c4a67]

INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED 2006/05/26 13:44:01 sb 1.5.8.4: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 17:54:50 sb 1.5.8.3: RESYNC: (1.5-1.6); FILE MERGED 2006/01/05 10:14:21 fs 1.5.8.2: #i53898# warning-free code 2005/10/14 11:19:31 sb 1.5.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [001a6bd46b80d784114616d1b2c868224e787404]

INTEGRATION: CWS warnings01 (1.15.8); FILE MERGED 2006/01/06 11:37:55 fs 1.15.8.3: #i53898# warning-free code 2005/10/27 12:28:57 sb 1.15.8.2: #i53898# Made code warning-free. 2005/10/14 11:19:30 sb 1.15.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f02e3a281d038754f6d04dbb76a8eb06a2e95c66]

INTEGRATION: CWS warnings01 (1.8.8); FILE MERGED 2005/11/10 11:20:40 pl 1.8.8.2: #i53898# removed warnings 2005/10/14 11:19:30 sb 1.8.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [76b548711616e9e342f67e07d3bf5111b74bae53]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2005/10/27 12:28:57 sb 1.2.8.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cc45e6db656d3f0260a30b41e9b4e5a35fffb7e]

INTEGRATION: CWS warnings01 (1.38.22); FILE MERGED 2006/05/23 17:54:18 sb 1.38.22.6: RESYNC: (1.40-1.42); FILE MERGED 2006/03/10 16:32:51 ihi 1.38.22.5: #i57362# transex3 linker warning removed 2006/02/24 14:49:58 sb 1.38.22.4: #i53898# Made code warning-free; removed dead code. 2006/01/25 17:58:42 sb 1.38.22.3: RESYNC: (1.38-1.40); FILE MERGED 2005/10/27 12:28:57 sb 1.38.22.2: #i53898# Made code warning-free. 2005/10/14 11:19:29 sb 1.38.22.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b9187fdca073689998f5f0c7bd1dfe90a448ffb]

INTEGRATION: CWS warnings01 (1.21.48); FILE MERGED 2006/05/23 17:54:25 sb 1.21.48.5: RESYNC: (1.22-1.23); FILE MERGED 2006/02/24 14:49:58 sb 1.21.48.4: #i53898# Made code warning-free; removed dead code. 2005/11/07 16:59:53 pl 1.21.48.3: RESYNC: (1.21-1.22); FILE MERGED 2005/10/27 12:28:56 sb 1.21.48.2: #i53898# Made code warning-free. 2005/10/13 13:24:25 sb 1.21.48.1: #i53898# Removed code for obsolete platforms.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [79279f592ef23937d8f290b0c4ff687405699856]

INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2006/02/23 17:55:53 aw 1.2.4.1: #i55991# Adaptions to warning free code


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [74ac3312907c99c638b00bb544f0c6b025e4bdf5]

INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/10/27 12:28:56 sb 1.1.2.2: #i53898# Made code warning-free. 2005/10/14 11:24:18 sb 1.1.2.1: #i53898# Moved here from tools/bootstrp/, for better hedabu results.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8613a1663354dbdd27d737a14f1de63ee27f3b5c]

INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/10/27 12:28:56 sb 1.1.2.2: #i53898# Made code warning-free. 2005/10/14 11:24:06 sb 1.1.2.1: #i53898# Moved here from tools/bootstrp/, for better hedabu results.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [149df9382dcdef52d428bc8472479f8086d1ecd1]

INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2006/04/07 14:18:40 sb 1.1.2.2: #i53898# Merged in tools/bootstrp/mkcreate.hxx 1.5. 2005/10/14 11:23:54 sb 1.1.2.1: #i53898# Moved here from tools/bootstrp/, for better hedabu results.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd4b3c2339cf2b59e2735a5b596a0e03cd87474e]

INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/10/27 12:28:56 sb 1.1.2.2: #i53898# Made code warning-free. 2005/10/14 11:23:39 sb 1.1.2.1: #i53898# Moved here from tools/bootstrp/, for better hedabu results.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [486faeaacd73b009e425ef6dab6d66887e366101]

INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/10/14 11:23:27 sb 1.1.2.1: #i53898# Moved here from tools/bootstrp/, for better hedabu results.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fa8a243aa51ed23192650c0d539740a0b3665e7]

INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/10/14 11:23:04 sb 1.1.2.1: #i53898# Moved here from tools/bootstrp/, for better hedabu results.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f81332f98cf7d74ebab98740403eff4b74c847bd]

INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/10/14 11:22:44 sb 1.1.2.1: #i53898# Moved here from tools/bootstrp/, for better hedabu results.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ab83742a1e7e310756ce7a1ef7b441318cab552]

INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2005/10/27 12:28:51 sb 1.2.8.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5eec54212dbabd881650dbb3d2746241c93d7c17]

INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED 2006/02/24 14:48:16 sb 1.5.8.3: #i53898# Made code warning-free; removed dead code. 2005/10/27 12:28:50 sb 1.5.8.2: #i53898# Made code warning-free. 2005/10/14 11:19:25 sb 1.5.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [951399b97b41e8bb5afdbba191c0a3d6568b729b]

INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2005/10/13 13:24:21 sb 1.4.8.1: #i53898# Removed code for obsolete platforms.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [46ddae67ae1369be92c4103846c613c22def69c8]

INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2005/11/10 11:20:39 pl 1.3.8.3: #i53898# removed warnings 2005/10/27 12:28:49 sb 1.3.8.2: #i53898# Made code warning-free. 2005/10/14 11:19:25 sb 1.3.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee729305880bb3c920b93a3efa639c75b322c3b2]

INTEGRATION: CWS warnings01 (1.20.8); FILE MERGED 2005/10/27 12:28:49 sb 1.20.8.2: #i53898# Made code warning-free. 2005/10/14 11:19:24 sb 1.20.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ed0538426b693aa1c77d57412158cfd32080971]

INTEGRATION: CWS warnings01 (1.23.6); FILE MERGED 2006/02/24 14:48:16 sb 1.23.6.5: #i53898# Made code warning-free; removed dead code. 2005/11/10 11:20:38 pl 1.23.6.4: #i53898# removed warnings 2005/10/27 12:28:49 sb 1.23.6.3: #i53898# Made code warning-free. 2005/10/14 11:19:23 sb 1.23.6.2: #i53898# Made code warning-free; cleanup. 2005/10/13 13:24:20 sb 1.23.6.1: #i53898# Removed code for obsolete platforms.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [80310ee09e2ca4182708973ce5b2d13c00ef7517]

INTEGRATION: CWS warnings01 (1.13.8); FILE MERGED 2006/02/24 14:48:16 sb 1.13.8.4: #i53898# Made code warning-free; removed dead code. 2005/10/27 12:28:48 sb 1.13.8.3: #i53898# Made code warning-free. 2005/10/14 11:19:23 sb 1.13.8.2: #i53898# Made code warning-free; cleanup. 2005/10/13 13:24:20 sb 1.13.8.1: #i53898# Removed code for obsolete platforms.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9f5ca0d3f61d3a1be9250e64c8932203005cfe5]

INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2005/10/14 11:19:22 sb 1.4.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [942f19e6c19c478faefcc33f17992da0d3fa601d]

INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2005/10/14 11:19:22 sb 1.3.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c12e235acb32b62ba50fffd2794eb2181032977a]

INTEGRATION: CWS warnings01 (1.6.8); FILE MERGED 2005/10/14 11:19:22 sb 1.6.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5417ab79601141ac8293cc0f90946311d1445d2a]

INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2005/10/27 12:28:48 sb 1.4.8.2: #i53898# Made code warning-free. 2005/10/14 11:19:21 sb 1.4.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0fbb315e27181a3908288e499f63c4e643661a1]

INTEGRATION: CWS warnings01 (1.11.8); FILE MERGED 2006/02/24 14:48:16 sb 1.11.8.1: #i53898# Made code warning-free; removed dead code.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [96c35da965ccfd031133e1eca48e3d6beef958ee]

INTEGRATION: CWS warnings01 (1.9.8); FILE MERGED 2006/02/24 14:48:16 sb 1.9.8.6: #i53898# Made code warning-free; removed dead code. 2006/01/06 11:37:11 fs 1.9.8.5: #i53898# warning-free code 2005/11/07 16:59:03 pl 1.9.8.4: RESYNC: (1.9-1.10); FILE MERGED 2005/10/27 12:28:48 sb 1.9.8.3: #i53898# Made code warning-free. 2005/10/14 11:19:21 sb 1.9.8.2: #i53898# Made code warning-free; cleanup. 2005/10/13 13:24:20 sb 1.9.8.1: #i53898# Removed code for obsolete platforms.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b557e398bebfb36ae91b7b01ef43d4825177fcd4]

INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2005/10/27 12:28:47 sb 1.3.8.2: #i53898# Made code warning-free. 2005/10/14 11:19:20 sb 1.3.8.1: #i53898# Made code warning-free; cleanup.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [45d135294b7c501eb9dff69d2d42cb777f75708b]

INTEGRATION: CWS warnings01 (1.2.10); FILE MERGED 2005/11/11 15:50:41 pl 1.2.10.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [30218ead5297573a999b2fb2967fe17a7affab94]

INTEGRATION: CWS warnings01 (1.13.10); FILE MERGED 2005/11/11 15:50:41 pl 1.13.10.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5a3e89f87eaa6623b7907fa1b9939a2d1cf6cfb]

INTEGRATION: CWS warnings01 (1.8.10); FILE MERGED 2006/01/25 17:42:29 sb 1.8.10.2: RESYNC: (1.8-1.9); FILE MERGED 2005/10/24 15:06:45 pl 1.8.10.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf35e77578b95c8edc4fc09ef01e42a70d215d38]

INTEGRATION: CWS warnings01 (1.17.4); FILE MERGED 2006/05/23 16:19:16 sb 1.17.4.3: RESYNC: (1.18-1.19); FILE MERGED 2006/01/25 17:42:08 sb 1.17.4.2: RESYNC: (1.17-1.18); FILE MERGED 2005/11/11 15:50:41 pl 1.17.4.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cde4511887bc1f66643fa10b4b418ca95398593]

INTEGRATION: CWS warnings01 (1.12.10); FILE MERGED 2006/04/07 17:36:42 sb 1.12.10.2: RESYNC: (1.12-1.13); FILE MERGED 2005/11/11 15:50:41 pl 1.12.10.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [710ac7d3a26d77063da301beb07031055f0b89e5]

INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED 2006/05/23 16:18:53 sb 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/11 15:50:41 pl 1.6.10.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [53ba0b8d308bc09f7536f6b18c4703b224d05bf3]

INTEGRATION: CWS warnings01 (1.16.10); FILE MERGED 2006/05/23 16:18:46 sb 1.16.10.2: RESYNC: (1.16-1.18); FILE MERGED 2005/11/11 15:50:40 pl 1.16.10.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e93810ea7407831b6d1c2c3e23f8362295794e60]

INTEGRATION: CWS warnings01 (1.15.4); FILE MERGED 2005/11/11 15:50:40 pl 1.15.4.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8956b780c4ce891d0ef42ae558d29a933f56e96a]

INTEGRATION: CWS warnings01 (1.12.10); FILE MERGED 2005/11/11 15:50:40 pl 1.12.10.2: #i55991# removed warnings 2005/10/24 15:06:45 pl 1.12.10.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c52fa2362d9909ce986bb36e6365ecc7064cd2ba]

INTEGRATION: CWS warnings01 (1.17.10); FILE MERGED 2006/04/07 17:36:23 sb 1.17.10.3: RESYNC: (1.18-1.19); FILE MERGED 2006/01/25 17:41:36 sb 1.17.10.2: RESYNC: (1.17-1.18); FILE MERGED 2005/11/11 15:50:40 pl 1.17.10.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a51f0662db0cff836c7a88596e4ca1a95584f870]

INTEGRATION: CWS warnings01 (1.3.140); FILE MERGED 2005/09/22 19:06:28 sb 1.3.140.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/01 12:15:34 sb 1.3.140.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [76eae803f951ca6781470c4efd85edac2700d159]

INTEGRATION: CWS warnings01 (1.4.140); FILE MERGED 2005/09/22 19:06:19 sb 1.4.140.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/01 12:15:33 sb 1.4.140.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ee39c4d4d9bfa4031c6d5e6ddd7368023b0c8da]

INTEGRATION: CWS warnings01 (1.2.176); FILE MERGED 2005/09/22 19:03:17 sb 1.2.176.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/01 12:15:32 sb 1.2.176.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [81d536bc5f8d6e778dea4c79687b30a8267716cd]

INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2005/11/09 12:24:25 pl 1.5.30.4: #i53898# removed warnings 2005/09/22 19:03:07 sb 1.5.30.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/08 08:48:32 sb 1.5.30.2: #i53898# Made code warning-free. 2005/09/01 12:15:32 sb 1.5.30.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [18ad5a081878b985c158aa5aa587facf830073a1]

INTEGRATION: CWS warnings01 (1.6.168); FILE MERGED 2005/09/22 19:02:30 sb 1.6.168.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/01 12:15:32 sb 1.6.168.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9955ad17101402263c1a4af8d3ebdb38a5641efa]

INTEGRATION: CWS warnings01 (1.5.28); FILE MERGED 2005/09/22 19:01:54 sb 1.5.28.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/08 08:48:32 sb 1.5.28.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1d26637ffae21a9d947c17c42408bdb03354b1b]

INTEGRATION: CWS warnings01 (1.9.18); FILE MERGED 2005/09/22 19:00:35 sb 1.9.18.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/08 08:48:32 sb 1.9.18.2: #i53898# Made code warning-free. 2005/09/01 12:15:31 sb 1.9.18.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc4a884e1c8fac71763ae3028b53c8467837b8bc]

INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED 2005/11/09 12:24:23 pl 1.6.10.4: #i53898# removed warnings 2005/11/07 16:56:52 pl 1.6.10.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/22 18:59:41 sb 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/08 08:48:30 sb 1.6.10.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a16d2d246014dbfb8830f0f1289e98cf21ea8f7]

INTEGRATION: CWS warnings01 (1.2.46); FILE MERGED 2005/09/22 18:59:18 sb 1.2.46.3: RESYNC: (1.2-1.3); FILE MERGED 2005/09/08 08:48:30 sb 1.2.46.2: #i53898# Made code warning-free. 2005/09/01 12:15:27 sb 1.2.46.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [abde3fef4905f311ba96002e0418f475c6db030c]

INTEGRATION: CWS warnings01 (1.30.22); FILE MERGED 2006/01/25 17:41:20 sb 1.30.22.3: RESYNC: (1.31-1.32); FILE MERGED 2005/09/22 18:58:44 sb 1.30.22.2: RESYNC: (1.30-1.31); FILE MERGED 2005/09/08 08:48:29 sb 1.30.22.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9dfc94e4cfac72e7f555807e3631d26eb8b8c25]

INTEGRATION: CWS warnings01 (1.4.12); FILE MERGED 2005/09/22 18:55:56 sb 1.4.12.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/01 12:15:26 sb 1.4.12.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [081478f3a4624816f3c4a7f35ca4eabfd5a1b4d7]

INTEGRATION: CWS warnings01 (1.2.12); FILE MERGED 2005/09/22 18:55:46 sb 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/01 12:15:24 sb 1.2.12.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad77f7a73fd29e88cacdd3d10c7736f7b11b9733]

INTEGRATION: CWS warnings01 (1.8.12); FILE MERGED 2005/09/22 18:54:47 sb 1.8.12.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/01 12:15:22 sb 1.8.12.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cba8c25d9d604f0e9791ab0cd26ffae6bde31de]

INTEGRATION: CWS warnings01 (1.32.10); FILE MERGED 2006/05/23 15:28:41 sb 1.32.10.3: RESYNC: (1.33-1.34); FILE MERGED 2006/01/25 17:09:54 sb 1.32.10.2: RESYNC: (1.32-1.33); FILE MERGED 2005/10/28 10:53:44 pl 1.32.10.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [314578674afdc50c94567c8eac870d317185e531]

INTEGRATION: CWS warnings01 (1.25.10); FILE MERGED 2006/01/25 17:10:02 sb 1.25.10.2: RESYNC: (1.25-1.26); FILE MERGED 2005/10/28 10:53:44 pl 1.25.10.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [80e1031d9e4cd901f385f814d8d6345f4e1f4d3f]

INTEGRATION: CWS warnings01 (1.4.10); FILE MERGED 2005/10/28 10:53:43 pl 1.4.10.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [267fda872ac47251b228b2b2689d934e50819394]

INTEGRATION: CWS warnings01 (1.16.10); FILE MERGED 2005/10/21 10:15:26 pl 1.16.10.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [619468d1637b76656476a27b76828054d976d39f]

INTEGRATION: CWS warnings01 (1.9.10); FILE MERGED 2005/10/28 10:53:43 pl 1.9.10.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc29650e388dbe2f521befcdeede682fa2b71aa8]

INTEGRATION: CWS warnings01 (1.32.2); FILE MERGED 2005/10/28 10:53:42 pl 1.32.2.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [969f65a41396d5849d7704993a5316db62e378dc]

INTEGRATION: CWS warnings01 (1.13.8); FILE MERGED 2006/05/23 15:27:12 sb 1.13.8.3: RESYNC: (1.14-1.15); FILE MERGED 2005/11/07 13:46:16 pl 1.13.8.2: RESYNC: (1.13-1.14); FILE MERGED 2005/10/28 10:53:42 pl 1.13.8.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [be5224275389179e3d9f6100da9415441e031e68]

INTEGRATION: CWS warnings01 (1.19.10); FILE MERGED 2006/01/25 17:09:13 sb 1.19.10.2: RESYNC: (1.19-1.20); FILE MERGED 2005/10/28 10:53:41 pl 1.19.10.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6058b79d152ea85ca27a9bd0d4f704a12f784bc1]

INTEGRATION: CWS warnings01 (1.7.10); FILE MERGED 2006/03/09 12:14:16 pl 1.7.10.2: #i55991# removed warnings for windows platform 2005/11/10 13:40:22 pl 1.7.10.1: #i55991# removed warnings


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a66e55a2a657784813af2525706e25cbcd3ef1f]

INTEGRATION: CWS warnings01 (1.12.4); FILE MERGED 2006/04/07 15:29:15 sb 1.12.4.3: RESYNC: (1.13-1.14); FILE MERGED 2005/11/07 13:46:02 pl 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2005/10/28 10:53:40 pl 1.12.4.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [25a0e05378c910a06e792bfbb54b3fc83f7cef5f]

INTEGRATION: CWS warnings01 (1.32.4); FILE MERGED 2006/05/09 08:25:25 sb 1.32.4.6: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162. 2006/04/07 15:28:58 sb 1.32.4.5: RESYNC: (1.33-1.35); FILE MERGED 2006/03/09 12:14:16 pl 1.32.4.4: #i55991# removed warnings for windows platform 2005/11/10 13:40:21 pl 1.32.4.3: #i55991# removed warnings 2005/11/07 13:45:49 pl 1.32.4.2: RESYNC: (1.32-1.33); FILE MERGED 2005/10/28 10:53:40 pl 1.32.4.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2b5052620aa023c80a019be61254725eb28afa1]

INTEGRATION: CWS warnings01 (1.4.10); FILE MERGED 2005/10/28 10:53:39 pl 1.4.10.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [931466cfc3b4b94e5128a8eb8c57abe789ad632c]

INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED 2006/04/07 15:28:49 sb 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/21 10:15:25 pl 1.3.10.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [de070c4c9fccc3205d95d57d0a8642a942cd28a0]

INTEGRATION: CWS warnings01 (1.7.10); FILE MERGED 2006/05/23 15:26:04 sb 1.7.10.5: RESYNC: (1.8-1.9); FILE MERGED 2006/04/07 15:28:35 sb 1.7.10.4: RESYNC: (1.7-1.8); FILE MERGED 2006/03/09 12:14:16 pl 1.7.10.3: #i55991# removed warnings for windows platform 2005/10/28 10:53:39 pl 1.7.10.2: #i55991# removed warnings for solaris platform 2005/10/21 10:15:24 pl 1.7.10.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [db64cfe9c795ff74880dccb219b682dd1e3f61e8]

INTEGRATION: CWS warnings01 (1.5.96); FILE MERGED 2006/04/07 15:27:51 sb 1.5.96.4: RESYNC: (1.6-1.7); FILE MERGED 2006/01/25 17:08:07 sb 1.5.96.3: RESYNC: (1.5-1.6); FILE MERGED 2005/10/28 10:53:38 pl 1.5.96.2: #i55991# removed warnings for solaris platform 2005/10/21 10:15:23 pl 1.5.96.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee542a4119b01986618dd2d8a0ce29811197d728]

INTEGRATION: CWS warnings01 (1.61.6); FILE MERGED 2006/05/23 15:25:43 sb 1.61.6.4: RESYNC: (1.66-1.68); FILE MERGED 2006/04/07 15:28:26 sb 1.61.6.3: RESYNC: (1.64-1.66); FILE MERGED 2006/01/25 17:08:41 sb 1.61.6.2: RESYNC: (1.61-1.64); FILE MERGED 2005/10/28 10:53:37 pl 1.61.6.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [400cb16452868a4adc6c5224e48f6a9f515f6e7a]

INTEGRATION: CWS warnings01 (1.10.4); FILE MERGED 2006/05/23 15:23:32 sb 1.10.4.8: RESYNC: (1.17-1.18); FILE MERGED 2006/04/07 15:28:12 sb 1.10.4.7: RESYNC: (1.15-1.17); FILE MERGED 2006/01/25 17:08:32 sb 1.10.4.6: RESYNC: (1.14-1.15); FILE MERGED 2005/11/07 13:45:40 pl 1.10.4.5: RESYNC: (1.13-1.14); FILE MERGED 2005/10/28 10:53:37 pl 1.10.4.4: #i55991# removed warnings for solaris platform 2005/10/24 14:10:31 pl 1.10.4.3: #i55991# resolve issue after resync 2005/10/24 14:03:47 pl 1.10.4.2: RESYNC: (1.10-1.13); FILE MERGED 2005/10/21 10:15:22 pl 1.10.4.1: #i55991# removed warnings for linux platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0d84e110fe8e4f4ce28b972530fa10b5158001f]

INTEGRATION: CWS warnings01 (1.16.6); FILE MERGED 2006/04/07 15:28:00 sb 1.16.6.3: RESYNC: (1.18-1.20); FILE MERGED 2006/01/25 17:08:25 sb 1.16.6.2: RESYNC: (1.16-1.18); FILE MERGED 2005/10/28 10:53:36 pl 1.16.6.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [504445422db58368fbbc3103be15dfeefcf44f01]

INTEGRATION: CWS warnings01 (1.2.14); FILE MERGED 2006/01/27 12:59:18 sb 1.2.14.1: #i53898# Made code warning-free.


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [920b911124c4e5aa975b8b321f3efd1eca082a3a]

INTEGRATION: CWS warnings01 (1.8.10); FILE MERGED 2005/10/28 10:53:36 pl 1.8.10.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8543b879146b841bd58b65ca0556ac21f2ad78df]

INTEGRATION: CWS warnings01 (1.26.6); FILE MERGED 2006/04/07 15:27:40 sb 1.26.6.3: RESYNC: (1.28-1.29); FILE MERGED 2006/01/25 17:07:48 sb 1.26.6.2: RESYNC: (1.26-1.28); FILE MERGED 2005/10/28 10:53:35 pl 1.26.6.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [786da5d5e40052936c681aa59990ec5f0dacd656]

INTEGRATION: CWS warnings01 (1.7.10); FILE MERGED 2005/10/28 10:53:35 pl 1.7.10.1: #i55991# removed warnings for solaris platform


2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [83a75794f35755f7644a1bab2284a94f67583798]

INTEGRATION: CWS warnings01 (1.7.10); FILE MERGED 2005/10/28 10:53:34 pl 1.7.10.1: #i55991# removed warnings for solaris platform


2006-06-15  Herbert Duerr  <hdu@openoffice.org>  [5b2d138b76f3e9d8dd46144482b151a2af18b37c]

#i65904# add formats which allow cleaner inits and checks


2006-06-13  Herbert Duerr  <hdu@openoffice.org>  [139570ecb294dcf081878aa71ee0e688767bc818]

#i65904# get ColorBitmaskOutputMaskFunctor working


2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a94d45748c49b673d72a1a97746bf7ded1796b72]

INTEGRATION: CWS vcl59 (1.97.112); FILE MERGED 2006/05/08 09:07:46 hdu 1.97.112.1: #i64799# initialize mpCharWidths[] for CTL text to prepare for layout failures


2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0cbba1513a49505992fa300120d947b0b9b2e26]

INTEGRATION: CWS vcl59 (1.42.188); FILE MERGED 2006/05/19 13:56:43 hdu 1.42.188.1: #i64523# implement simple auto glyph fallback


2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e375d548bb952c55b3126d1a679ac1b90ba51cd8]

INTEGRATION: CWS vcl59 (1.136.14); FILE MERGED 2006/05/10 08:18:36 hdu 1.136.14.1: #i64797# set text color correctly for targets with alpha


2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f02e98004d0422eb0183f39c47d45c1a6c695927]

INTEGRATION: CWS vcl59 (1.9.248); FILE MERGED 2006/05/10 08:18:35 hdu 1.9.248.1: #i64797# set text color correctly for targets with alpha


2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [55d6c2f77fa56eff18cc4c0a3c59f810a90f0099]

INTEGRATION: CWS vcl59 (1.39.248); FILE MERGED 2006/05/10 08:18:35 hdu 1.39.248.1: #i64797# set text color correctly for targets with alpha


2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [170b43d0ecc3cd1601370f663914bbf0e59f728d]

INTEGRATION: CWS vcl59 (1.72.40); FILE MERGED 2006/05/31 10:41:30 pl 1.72.40.1: #i65578# context menu key for generic plugin


2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3dc5306e87470bf4d8bdd5085a38d515ba61a20]

INTEGRATION: CWS vcl59 (1.30.150); FILE MERGED 2006/05/16 16:31:25 pl 1.30.150.1: #i65377# initial status window state of XIM status window


2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ffb6673afaafa65599dfa25a6f1979eae309898]

INTEGRATION: CWS vcl59 (1.4.250); FILE MERGED 2006/05/15 13:57:32 pl 1.4.250.1: #i65304# startup notification in second start


2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd9d822589289d1dbeff56b00954c583c1f04fff]

INTEGRATION: CWS vcl59 (1.47.2); FILE MERGED 2006/05/19 09:22:49 pl 1.47.2.2: #i65578# support context menu key 2006/05/15 13:57:31 pl 1.47.2.1: #i65304# startup notification in second start


2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [15f138236dd457c3d419840adaec6b6451226d68]

INTEGRATION: CWS vcl59 (1.21.188); FILE MERGED 2006/05/15 13:57:30 pl 1.21.188.1: #i65304# startup notification in second start


2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3500e9854c0c9b1c997e8cbe3b63de7c20b43ab5]

INTEGRATION: CWS vcl59 (1.106.36); FILE MERGED 2006/05/29 10:41:18 hdu 1.106.36.3: #128422# more dogtags for MOUSE_MOVE event 2006/05/18 15:06:18 hdu 1.106.36.2: #127525# fix typo, some dogtag related cleanups 2006/05/18 14:51:17 hdu 1.106.36.1: #127525# add dogtags to ImplHandleWheelEvent(), some related cleanups


2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [63d3c8fbe69c67772b55a1b36be1f5922e2c5d70]

INTEGRATION: CWS vcl59 (1.234.2); FILE MERGED 2006/05/30 17:00:21 pl 1.234.2.5: RESYNC: (1.234-1.236); FILE MERGED 2006/05/29 13:07:50 obr 1.234.2.4: #i65852# patch applied 2006/05/23 12:01:02 hdu 1.234.2.3: #134555# need more dogtags in ImplGrabFocus and ImplCall*ctivateListener 2006/05/11 13:58:31 hdu 1.234.2.2: fixes for issue #i65180# moved to CWS dogtags01 2006/05/09 09:02:57 hdu 1.234.2.1: #i65180# Window::Show() needs some of these insane dogtags


2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa7730188fb3a87bec7daae03b513a1a42c8eab6]

INTEGRATION: CWS vcl59 (1.135.2); FILE MERGED 2006/05/30 16:57:15 pl 1.135.2.2: RESYNC: (1.135-1.136); FILE MERGED 2006/05/23 14:51:34 pl 1.135.2.1: #i65721# work around crash


2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfd04cfdfde5ddea97de54bea3200ea18c707257]

INTEGRATION: CWS vcl59 (1.124.2); FILE MERGED 2006/05/18 10:24:06 hdu 1.124.2.1: #i65507# allow compilation with FT_VERSION>=2200 headers


2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3dd1bad88a9322b9e6f43ebb20aec020cf64ba4e]

INTEGRATION: CWS vcl59 (1.78.2); FILE MERGED 2006/05/19 13:56:43 hdu 1.78.2.2: #i64523# implement simple auto glyph fallback 2006/05/10 08:18:35 hdu 1.78.2.1: #i64797# set text color correctly for targets with alpha


2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7e1dfce8a2c22329af0c32a6cb01452e31934a2]

INTEGRATION: CWS vcl59 (1.32.190); FILE MERGED 2006/05/30 16:51:00 pl 1.32.190.2: RESYNC: (1.32-1.33); FILE MERGED 2006/05/09 09:01:16 hdu 1.32.190.1: #i65180# add assertion to HelpTextWindow::TimerHdl


2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8836a121cad72d630493a912cabc361f333a2e3c]

INTEGRATION: CWS vcl59 (1.43.2); FILE MERGED 2006/05/30 16:50:16 pl 1.43.2.2: RESYNC: (1.43-1.44); FILE MERGED 2006/05/22 08:48:17 pl 1.43.2.1: #i65679# remove old build dependency


2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfc1a498b64385ccecd1e2af9e7713faaa63bb90]

INTEGRATION: CWS vcl59 (1.1.102); FILE MERGED 2006/05/31 08:48:49 pl 1.1.102.3: #b6412128# added quotation mark at end of QuotedValue 2006/05/30 10:45:55 pl 1.1.102.2: #b6412128# added change comment 2006/05/30 10:33:00 pl 1.1.102.1: #b6412128# Lexmark Optra T614 does not change tray with /PageSize 7 policy


2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb180770ddc077d469baba7238dff5f72dd54c02]

INTEGRATION: CWS ause056 (1.10.24); FILE MERGED 2006/05/23 11:22:33 hjs 1.10.24.1: #i62851# no unwanted uppercasing on windows


2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f120bcf99c0a4467c9fde1494117c9729e9295f]

INTEGRATION: CWS vcl59 (1.33.24); FILE MERGED 2006/05/30 16:49:55 pl 1.33.24.3: RESYNC: (1.34-1.35); FILE MERGED 2006/05/08 11:27:14 pl 1.33.24.2: RESYNC: (1.33-1.34); FILE MERGED 2006/05/05 14:21:27 pl 1.33.24.1: #i64420# use osl_getTempDirURL instead of tempname()


2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [735006c224c038306e72a5292a666ab528fe5aaf]

INTEGRATION: CWS vcl59 (1.32.42); FILE MERGED 2006/05/30 16:48:46 pl 1.32.42.2: RESYNC: (1.32-1.33); FILE MERGED 2006/05/30 16:31:45 pl 1.32.42.1: #b6425685# modification of existing printer sometimes failed


2006-06-09  Thorsten Behrens  <thb@openoffice.org>  [efebae5fd46f136082a3cad1ebfde80a99d49386]

#i65904# Fixed mask blending; added tests; reworked metafunctions for clip proxy accessors


2006-06-08  Thorsten Behrens  <thb@openoffice.org>  [17166c70ae2a965b8ee52341af40f11ddd100aea]

#i65904# Added fallback to unclipped methods, should the clip mask be NULL


2006-06-08  Thorsten Behrens  <thb@openoffice.org>  [5cc6e8d81792af450c1b4b1295908dc3d5f3a9ec]

#i65904# Added fallback to unclipped methods, should the clip mask be NULL


2006-06-07  Thorsten Behrens  <thb@openoffice.org>  [00a4bfcb85fe822e843dabc387a88449b9a8c8f1]

#i65904# Fixed broken CompositeIterator (was missing a proper copy-const/assignment op); added more tests


2006-06-07  Thorsten Behrens  <thb@openoffice.org>  [6ea112cc6a19bf29ce11ba4248f43370016c4c08]

#i65904# Finished xor and mask support; corrected Color handling


2006-06-07  Herbert Duerr  <hdu@openoffice.org>  [ad6d4da5145b47b4c2521f120373c976152e93c9]

#i65904# SAl_MAX_UINT8 was right in operator*


2006-06-07  Herbert Duerr  <hdu@openoffice.org>  [35eed7310930e6135a396e368acb8fd5f51ffac4]

#i65904# fixed operator*, small cleanups


2006-06-06  Thorsten Behrens  <thb@openoffice.org>  [e4c85b203f4d7700fe85dcd4997486bbb290a044]

#i65904# Temporarily disabled temporarily


2006-06-02  Thorsten Behrens  <thb@openoffice.org>  [6e1cda59d83c96bf0e23c20e891e7958d24309d6]

#i65904# Added template meta function to retrieve palette lookup functor; for palette images, now performing lookup only _once_, and rasterizing the primitive with the index value; added one more degenerate case for polygon fill test


2006-06-02  Thorsten Behrens  <thb@openoffice.org>  [1d06245dbd50511c5c907571495fb31a70fc5828]

#i65904# Completed mask support; fixed color difference bug; added more tests


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [b96a56bd8aad9f4e2c61171ad6642b679e514395]

INTEGRATION: CWS vgcleanupmacros (1.2.20); FILE MERGED 2006/05/17 11:23:21 vg 1.2.20.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [a76c42befbd0f68543287384bd6c0890309e96bd]

INTEGRATION: CWS vgcleanupmacros (1.5.20); FILE MERGED 2006/05/17 11:23:21 vg 1.5.20.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [1291a9ba5b6eb24162c7fc2582979f992d661018]

INTEGRATION: CWS vgcleanupmacros (1.6.18); FILE MERGED 2006/05/17 11:23:21 vg 1.6.18.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [09abdd9b15072d7efef76a768dd1e90f8b0f366b]

INTEGRATION: CWS vgcleanupmacros (1.2.18); FILE MERGED 2006/05/17 11:23:21 vg 1.2.18.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [4e21339035d89b358d560bb8358dc25f1d026a50]

INTEGRATION: CWS vgcleanupmacros (1.14.8); FILE MERGED 2006/05/17 11:23:21 vg 1.14.8.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [c49db999ca8bce0e725430580e8b3ea97b344933]

INTEGRATION: CWS vgcleanupmacros (1.2.20); FILE MERGED 2006/05/17 11:23:20 vg 1.2.20.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [96399165306645ccda6ccf642babe3e1e57600a6]

INTEGRATION: CWS vgcleanupmacros (1.11.18); FILE MERGED 2006/05/17 11:23:20 vg 1.11.18.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [89e79f8a79647c8f9925d463aed678dbf895bb37]

INTEGRATION: CWS vgcleanupmacros (1.4.20); FILE MERGED 2006/05/17 11:23:20 vg 1.4.20.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [528447a39b32686a40466ce6d253569e205397d9]

INTEGRATION: CWS vgcleanupmacros (1.5.10); FILE MERGED 2006/05/17 11:23:20 vg 1.5.10.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [af800e40f69cc2b8891a4e92be55f013a1d490ba]

INTEGRATION: CWS vgcleanupmacros (1.3.20); FILE MERGED 2006/05/17 11:23:19 vg 1.3.20.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [05f0d0e616797fbda9f7f748886caf1313738456]

INTEGRATION: CWS vgcleanupmacros (1.3.18); FILE MERGED 2006/05/17 11:23:19 vg 1.3.18.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [6a0a0e74c82375d4e8feb26960f0e98f11e415ee]

INTEGRATION: CWS vgcleanupmacros (1.2.20); FILE MERGED 2006/05/17 11:23:19 vg 1.2.20.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [16fe9ea1936661960021346bcfd7f86613ac45ba]

INTEGRATION: CWS vgcleanupmacros (1.5.18); FILE MERGED 2006/05/17 11:23:19 vg 1.5.18.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [d7e6db57f3bf4bbc123dec39919bdecf45fc6892]

INTEGRATION: CWS vgcleanupmacros (1.2.20); FILE MERGED 2006/05/17 11:23:18 vg 1.2.20.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [517c59db0166f3f3516cb926bc3737a158a34ced]

INTEGRATION: CWS vgcleanupmacros (1.6.20); FILE MERGED 2006/05/17 11:23:18 vg 1.6.20.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [cde21950ab8bff2b3c74e6105deb33ef81b474f9]

INTEGRATION: CWS vgcleanupmacros (1.2.18); FILE MERGED 2006/05/17 11:23:18 vg 1.2.18.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [767ae3e0c715edbeb28b5cdfca1d69789f6236fe]

INTEGRATION: CWS vgcleanupmacros (1.5.20); FILE MERGED 2006/05/17 11:23:18 vg 1.5.20.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [2fd47d4da0318e6346939d551a5e30a32a50263c]

INTEGRATION: CWS vgcleanupmacros (1.2.20); FILE MERGED 2006/05/17 11:23:17 vg 1.2.20.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [b16fbbb7bc8e35541c4352daeb2b6a406a3c5ee6]

INTEGRATION: CWS vgcleanupmacros (1.8.18); FILE MERGED 2006/05/17 11:23:17 vg 1.8.18.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [c1649d0b48ed7e15a7c9b7e1bb5cd10beab4df4c]

INTEGRATION: CWS vgcleanupmacros (1.7.20); FILE MERGED 2006/05/17 11:23:17 vg 1.7.20.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [50983ab42dfcbcdbcb168843ee1b6c3deca24dd2]

INTEGRATION: CWS vgcleanupmacros (1.4.12); FILE MERGED 2006/05/17 11:23:17 vg 1.4.12.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [08a0813670590e76caf6a70721ed285f82078fd7]

INTEGRATION: CWS vgcleanupmacros (1.3.20); FILE MERGED 2006/05/17 11:23:17 vg 1.3.20.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [396d574b51ef3072efb94110ff29c5da1a824507]

INTEGRATION: CWS vgcleanupmacros (1.5.20); FILE MERGED 2006/05/17 11:23:17 vg 1.5.20.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [d7bb405b93f91eeedf0d159a9d3e6fdd36857122]

INTEGRATION: CWS vgcleanupmacros (1.3.20); FILE MERGED 2006/05/17 11:23:16 vg 1.3.20.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [7c48630f5f1b44b5e6019ccfe99f6eb730e18bad]

INTEGRATION: CWS vgcleanupmacros (1.2.18); FILE MERGED 2006/05/17 11:23:16 vg 1.2.18.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [f406e37c7bc72f2770c4f97b413aca22d1d29df2]

INTEGRATION: CWS vgcleanupmacros (1.2.20); FILE MERGED 2006/05/17 11:23:16 vg 1.2.20.1: #i65486# cleanup:remove obsolete macros


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [79847949a29a9bb532ffcf1f7608e04d4e383441]

INTEGRATION: CWS wot03 (1.68.2); FILE MERGED 2006/05/30 12:54:41 pl 1.68.2.1: #i65884# fix a problem with type1 metrics


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [f8599aa176b55d129f989947ca5539fd1234b85e]

INTEGRATION: CWS wot03 (1.20.16); FILE MERGED 2006/05/30 12:54:41 pl 1.20.16.1: #i65884# fix a problem with type1 metrics


2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [a15c3f37ba0c2b18f8a44b62406aea6d1ae20aa1]

INTEGRATION: CWS wot03 (1.29.16); FILE MERGED 2006/05/30 12:54:40 pl 1.29.16.1: #i65884# fix a problem with type1 metrics


2006-06-02  Thorsten Behrens  <thb@openoffice.org>  [7b505ef3fe83383c7904d1904a2c309e3e93efba]

#i65904# Now calculating stride correctly, even for 1bpp mask images


2006-06-02  Thorsten Behrens  <thb@openoffice.org>  [97e1a291d7ec01b5e15eb9bbca6a07290ff5d914]

#i65904# Made drawBitmap/drawMaskedColor functional; added raw access for palette images


2006-05-31  Thorsten Behrens  <thb@openoffice.org>  [9a65c46c435dcf132aeb683a44c6b154a897b5bc]

#i65904# Corrected license headers, added more tests


2006-05-31  Thorsten Behrens  <thb@openoffice.org>  [fe1f433cca6309d523270304d34a266ff03dd6c0]

#i65904# Initial revision


2006-05-30  Vladimir Glazounov  <vg@openoffice.org>  [5bcddcc33ec9e8904f55dad708fb60f7bf189413]

INTEGRATION: CWS impress97 (1.42.82); FILE MERGED 2006/05/26 08:06:34 thb 1.42.82.1: #i65720# Not clipping printer output against device bounds anymore (printers might actually print more than their advertised area)


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [7899990911e695939d1c3d1d21755a4529b544cc]

INTEGRATION: CWS ause043 (1.12.6); FILE MERGED 2005/10/31 17:18:24 hjs 1.12.6.1: #i56702# remove overrides for default uno header generation


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [78676ec010d5a9dd45769ea0faacba3d1e2bdc03]

INTEGRATION: CWS ause043 (1.8.6); FILE MERGED 2005/11/03 11:27:01 hjs 1.8.6.1: #i56702# remove local header generation


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [d73064b1c8609e22eac241d6ac45bf5c0ed9af38]

INTEGRATION: CWS ause043 (1.5.6); FILE MERGED 2005/11/03 11:27:01 hjs 1.5.6.2: #i56702# remove local header generation 2005/10/31 17:18:24 hjs 1.5.6.1: #i56702# remove overrides for default uno header generation


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [2877a32db12c77d2dd7d17ad978b4b5f0c1d3c3d]

INTEGRATION: CWS ause043 (1.12.6); FILE MERGED 2005/10/31 17:18:23 hjs 1.12.6.1: #i56702# remove overrides for default uno header generation


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [aa4c0e631accebeb561b8096ae2d4dd3369a10fc]

INTEGRATION: CWS ause043 (1.11.6); FILE MERGED 2005/11/03 11:27:00 hjs 1.11.6.2: #i56702# remove local header generation 2005/10/31 17:18:23 hjs 1.11.6.1: #i56702# remove overrides for default uno header generation


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [cc2d192db5c293b1553cfb57b6dd328950d6a1b3]

INTEGRATION: CWS ause043 (1.6.6); FILE MERGED 2005/11/03 11:27:00 hjs 1.6.6.2: #i56702# remove local header generation 2005/10/31 17:18:21 hjs 1.6.6.1: #i56702# remove overrides for default uno header generation


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [1240e4e72e8c74c5355c292531640b489df10a6e]

INTEGRATION: CWS ause043 (1.2.6); FILE MERGED 2005/10/31 17:18:21 hjs 1.2.6.1: #i56702# remove overrides for default uno header generation


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [a3dc62836220cd7b63425f4158ace345320e2d78]

INTEGRATION: CWS ause043 (1.2.6); FILE MERGED 2005/11/03 11:27:00 hjs 1.2.6.1: #i56702# remove local header generation


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [f8d0635ab9236a5f7cd65415f51f22b91aafee3a]

INTEGRATION: CWS ause043 (1.6.6); FILE MERGED 2005/10/31 17:18:20 hjs 1.6.6.1: #i56702# remove overrides for default uno header generation


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [55a73b7b451628a39586c415fe2d48f129eff4c6]

INTEGRATION: CWS ause043 (1.8.6); FILE MERGED 2005/10/31 17:18:20 hjs 1.8.6.1: #i56702# remove overrides for default uno header generation


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [bc57c07ac290f7e084f61dfe5b5532fbf0d5614c]

INTEGRATION: CWS ause043 (1.11.6); FILE MERGED 2005/10/31 17:18:19 hjs 1.11.6.1: #i56702# remove overrides for default uno header generation


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [906ca5bc09a42f8f597996e0baa6cf7e2dacf4a5]

INTEGRATION: CWS ause043 (1.4.6); FILE MERGED 2005/11/04 12:58:55 hjs 1.4.6.1: #i56702# remove local uno header generation


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [7ad0c0262b91f945e8efe7694c9994bf92514715]

INTEGRATION: CWS ause043 (1.7.32); FILE MERGED 2005/11/03 11:17:18 hjs 1.7.32.1: #i56702# remove local header generation


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [dfe82b2c7a037d9c0b5e2394aa268276bb4b9d5d]

INTEGRATION: CWS ause043 (1.11.76); FILE MERGED 2005/11/03 11:50:09 hjs 1.11.76.1: #i56702# remove local header generation


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [d4730485da016cb27430a146845f8b8aec5e47d8]

INTEGRATION: CWS ause043 (1.42.98); FILE MERGED 2006/05/17 12:45:06 hjs 1.42.98.3: #i56702# conflict solution incomplete 2006/05/15 15:24:53 hjs 1.42.98.2: RESYNC: (1.42-1.43); FILE MERGED 2005/11/03 11:24:56 hjs 1.42.98.1: #i56702# remove local header generation


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [8cd6645a95669084ef9053ab181ab405ccec2ca8]

INTEGRATION: CWS ause043 (1.17.212); FILE MERGED 2006/05/15 14:26:44 hjs 1.17.212.4: RESYNC: (1.19-1.20); FILE MERGED 2006/03/02 15:39:32 hjs 1.17.212.3: RESYNC: (1.18-1.19); FILE MERGED 2005/12/22 13:56:17 hjs 1.17.212.2: RESYNC: (1.17-1.18); FILE MERGED 2005/11/08 11:28:04 hjs 1.17.212.1: #i56702# remove local uno header generation


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [78786ce314ba1b555196501443e60cf227d515f9]

INTEGRATION: CWS ause043 (1.16.18); FILE MERGED 2006/05/15 12:33:39 hjs 1.16.18.2: RESYNC: (1.16-1.17); FILE MERGED 2005/10/31 12:42:31 hjs 1.16.18.1: #i56702# remove unneeded UNOTYPE definition


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [ba222491865f3b651f689fd0db8a516f94e3bc96]

INTEGRATION: CWS ause043 (1.15.18); FILE MERGED 2005/10/31 12:42:31 hjs 1.15.18.1: #i56702# remove unneeded UNOTYPE definition


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [739f2dbef05284229057b19d383575f638089b77]

INTEGRATION: CWS ause043 (1.6.18); FILE MERGED 2005/10/31 12:42:31 hjs 1.6.18.1: #i56702# remove unneeded UNOTYPE definition


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [9e3348fbfe676bf4b332ef4a452e01e916693348]

INTEGRATION: CWS ause043 (1.8.18); FILE MERGED 2005/10/31 12:42:30 hjs 1.8.18.1: #i56702# remove unneeded UNOTYPE definition


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [1739ddb80718d765461c4db4591038d6bc017174]

INTEGRATION: CWS ause043 (1.4.18); FILE MERGED 2005/10/31 12:42:30 hjs 1.4.18.1: #i56702# remove unneeded UNOTYPE definition


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [a4f44a247efb3461f68db6d989888d7ea6209a78]

INTEGRATION: CWS ause043 (1.15.8); FILE MERGED 2006/05/15 12:34:47 hjs 1.15.8.2: RESYNC: (1.15-1.16); FILE MERGED 2005/10/31 12:42:29 hjs 1.15.8.1: #i56702# remove unneeded UNOTYPE definition


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [81e35ad9878f57a07ad2bdbec5c60d52f4d2fa71]

INTEGRATION: CWS ause043 (1.18.18); FILE MERGED 2005/10/31 12:42:29 hjs 1.18.18.1: #i56702# remove unneeded UNOTYPE definition


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [c5072e6fdd815cbcb11ff0bb534acff3f578c39a]

INTEGRATION: CWS ause043 (1.12.18); FILE MERGED 2005/10/31 12:42:28 hjs 1.12.18.1: #i56702# remove unneeded UNOTYPE definition


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [652caa12d021e0ffd40d8801f661ba01fca140e4]

INTEGRATION: CWS ause043 (1.8.18); FILE MERGED 2005/10/31 12:42:28 hjs 1.8.18.1: #i56702# remove unneeded UNOTYPE definition


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [fc051f8e5d029e516cb0c91ee5a6ed56951b39ec]

INTEGRATION: CWS ause043 (1.8.48); FILE MERGED 2006/05/15 12:33:32 hjs 1.8.48.2: RESYNC: (1.8-1.9); FILE MERGED 2005/10/31 12:42:28 hjs 1.8.48.1: #i56702# remove unneeded UNOTYPE definition


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [fe6a0e8459272266dc9fbeedb06c8edb53001c21]

INTEGRATION: CWS ause043 (1.9.18); FILE MERGED 2005/11/03 11:31:58 hjs 1.9.18.1: #i56702# remove local header generation


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [68336e98c19f159e980ac3a7b52683157c60b5c6]

INTEGRATION: CWS ause043 (1.12.58); FILE MERGED 2005/10/31 17:15:04 hjs 1.12.58.1: #i56702# remove unneeded UNOTYPE definition


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [376553f3e8d69555d5810a851336d13d6d0e5602]

INTEGRATION: CWS ause043 (1.6.4); FILE MERGED 2005/11/04 12:59:51 hjs 1.6.4.1: #i56702# remove local uno header generation


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [2f4385c81ce177923a52c0f744495968a7966cf1]

INTEGRATION: CWS macosxcups (1.34.6); FILE MERGED 2006/05/13 18:17:43 obr 1.34.6.1: #i63376# Enabled CUPS printing code for MACOSX


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [e9ac2b8d30a1bfa5db68b6ff12947b7518d04b30]

INTEGRATION: CWS macosxcups (1.4.56); FILE MERGED 2006/05/13 18:17:43 obr 1.4.56.1: #i63376# Enabled CUPS printing code for MACOSX


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [56fb09a86fe7846afe331075232929ffbe360851]

INTEGRATION: CWS macosxcups (1.32.50); FILE MERGED 2006/05/13 18:17:43 obr 1.32.50.1: #i63376# Enabled CUPS printing code for MACOSX


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [2565dff4638b9f46e6f85a98ac98ab0ceae2938c]

INTEGRATION: CWS macosxcups (1.15.14); FILE MERGED 2006/05/13 18:17:42 obr 1.15.14.1: #i63376# Enabled CUPS printing code for MACOSX


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [8128bde968ec7cdae939f918106966af359dc41f]

INTEGRATION: CWS macosxcups (1.26.14); FILE MERGED 2006/05/13 18:17:42 obr 1.26.14.1: #i63376# Enabled CUPS printing code for MACOSX


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [7752b4e138338e44933f09d1733a8216e26ed1fd]

INTEGRATION: CWS macosxcups (1.12.56); FILE MERGED 2006/05/13 18:17:42 obr 1.12.56.1: #i63376# Enabled CUPS printing code for MACOSX


2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [7986db000766fff4679f963d60bbaf068e656549]

INTEGRATION: CWS v0301 (1.11.8); FILE MERGED 2006/05/23 16:18:36 thb 1.11.8.1: i65724 Removed extraneous prependToRenderState (calcEffectTextBounds() already does that, nowadays)


2006-05-18  Vladimir Glazounov  <vg@openoffice.org>  [e82bab65e9ae797650bc4cad711d84413ed5dabe]

INTEGRATION: CWS wot02 (1.234.32); FILE MERGED 2006/05/15 13:13:24 pl 1.234.32.1: #135437# prevent creation of default window while already closing shop


2006-05-18  Vladimir Glazounov  <vg@openoffice.org>  [5e630311168ee479862d805bf4b51e68c28ff081]

INTEGRATION: CWS wot02 (1.135.32); FILE MERGED 2006/05/15 13:13:23 pl 1.135.32.1: #135437# prevent creation of default window while already closing shop


2006-05-18  Vladimir Glazounov  <vg@openoffice.org>  [db4861634d490cb360840bf5556875bbbe9fe054]

INTEGRATION: CWS wot02 (1.6.274); FILE MERGED 2006/05/15 13:13:23 pl 1.6.274.1: #135437# prevent creation of default window while already closing shop


2006-05-18  Vladimir Glazounov  <vg@openoffice.org>  [c6fe1e5d63f32f641cbb12787ecbb4b04d537e6d]

INTEGRATION: CWS wot02 (1.23.74); FILE MERGED 2006/05/15 13:13:22 pl 1.23.74.1: #135437# prevent creation of default window while already closing shop


2006-05-18  Vladimir Glazounov  <vg@openoffice.org>  [6302e3ffbc611243b35e00a47e311c887c41e58d]

INTEGRATION: CWS wot02 (1.54.80); FILE MERGED 2006/05/15 13:13:22 pl 1.54.80.1: #135437# prevent creation of default window while already closing shop


2006-05-18  Vladimir Glazounov  <vg@openoffice.org>  [81b317f3557170550e624ce3a5fb6d4ebed47e04]

INTEGRATION: CWS wot02 (1.59.32); FILE MERGED 2006/05/15 13:13:21 pl 1.59.32.1: #135437# prevent creation of default window while already closing shop


2006-05-18  Vladimir Glazounov  <vg@openoffice.org>  [ea4a517caec5fabf925d9c31b7013a7ac4598c90]

INTEGRATION: CWS wot02 (1.48.32); FILE MERGED 2006/05/15 13:13:21 pl 1.48.32.1: #135437# prevent creation of default window while already closing shop


2006-05-18  Vladimir Glazounov  <vg@openoffice.org>  [bcad16637e2379b8f189f9adaefb95f5cd59bab5]

INTEGRATION: CWS wot02 (1.64.32); FILE MERGED 2006/05/15 13:13:21 pl 1.64.32.1: #135437# prevent creation of default window while already closing shop


2006-05-18  Vladimir Glazounov  <vg@openoffice.org>  [e314684068591555bd68e03e9723f161d642a0a9]

INTEGRATION: CWS wot02 (1.10.272); FILE MERGED 2006/05/15 13:13:20 pl 1.10.272.1: #135437# prevent creation of default window while already closing shop


2006-05-18  Vladimir Glazounov  <vg@openoffice.org>  [b5b8fb336d7b74fad1fc7f82158ce03424437a69]

INTEGRATION: CWS wot02 (1.8.26); FILE MERGED 2006/05/15 13:13:47 hdu 1.8.26.1: #i65173# fix access check at end of GSUB table


2006-05-18  Vladimir Glazounov  <vg@openoffice.org>  [0964a0a1ba30c84f925b8f47ccb18fe1f6418fd2]

INTEGRATION: CWS wot02 (1.67.12); FILE MERGED 2006/05/12 15:02:34 pl 1.67.12.1: #i65265# need to get ascend also in XLFD case


2006-05-18  Vladimir Glazounov  <vg@openoffice.org>  [649e4d3ed97298de777e934895219b8110224ce2]

INTEGRATION: CWS mbapp3fix1 (1.134.20); FILE MERGED 2006/05/11 12:15:15 pl 1.134.20.1: #i65207# avoid timer in Window::Show by posting event


2006-05-18  Vladimir Glazounov  <vg@openoffice.org>  [2ceaae4f4dba32e0417eea4daa57534686255e89]

INTEGRATION: CWS mbapp3fix1 (1.31.20); FILE MERGED 2006/05/11 12:15:14 pl 1.31.20.1: #i65207# avoid timer in Window::Show by posting event


2006-05-18  Vladimir Glazounov  <vg@openoffice.org>  [42b0bc27149da47be77719e6ae7f275f0a000498]

INTEGRATION: CWS mbapp3fix1 (1.25.20); FILE MERGED 2006/05/11 12:15:13 pl 1.25.20.1: #i65207# avoid timer in Window::Show by posting event


2006-05-18  Herbert Duerr  <hdu@openoffice.org>  [719cfe10ecd93904a12c222fa63f89a00758ddb5]

#i65507# revert direct commit to MWS


2006-05-18  Herbert Duerr  <hdu@openoffice.org>  [2345228605f070253ea208685ad7910af1c858de]

#i65507# allow compile with FT_VERSION>=2200


2006-05-15  Vladimir Glazounov  <vg@openoffice.org>  [bc337d84294014964c8fc627d6465d48fb2d683b]

INTEGRATION: CWS dogtags01 (1.234.18); FILE MERGED 2006/05/11 09:58:08 hdu 1.234.18.1: #i65180# better dogtags for Window::Show


2006-05-15  Vladimir Glazounov  <vg@openoffice.org>  [269d367a5c3b814697f09e030870a688c437e3d0]

INTEGRATION: CWS dogtags01 (1.32.206); FILE MERGED 2006/05/11 09:57:22 hdu 1.32.206.1: #i65180# add dogtags to HelpTextWindow


2006-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [23a6b412c7a0d884217926b3014bd3c80b1a3067]

INTEGRATION: CWS atkbridge2 (1.2.4); FILE MERGED 2006/05/08 13:45:16 obr 1.2.4.1: #135353# fixed crashes when closing sub-toolbars and application exit


2006-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [bddae008955f34b39f0dc6cdbcbc2d36c4546384]

INTEGRATION: CWS atkbridge2 (1.12.4); FILE MERGED 2006/05/08 13:45:15 obr 1.12.4.1: #135353# fixed crashes when closing sub-toolbars and application exit


2006-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [716683b2e44982b3c1fc3655c0b088ea8072319b]

INTEGRATION: CWS atkbridge2 (1.2.4); FILE MERGED 2006/05/08 13:45:15 obr 1.2.4.1: #135353# fixed crashes when closing sub-toolbars and application exit


2006-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [59296a14784adcbcb063d15e291f9057413b5aa3]

INTEGRATION: CWS atkbridge2 (1.2.4); FILE MERGED 2006/05/08 13:45:14 obr 1.2.4.1: #135353# fixed crashes when closing sub-toolbars and application exit


2006-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb65c20d7b014faea60b2c0d6899c29c661fd91a]

INTEGRATION: CWS atkbridge2 (1.54.6); FILE MERGED 2006/05/10 11:24:12 obr 1.54.6.1: #135353# do not pass VCLEVENT_WINDOW_ENDPOPUPMODE to accessibility implementations


2006-05-11  Thorsten Behrens  <thb@openoffice.org>  [21324729f37841bfadc2818c986d792a85b4a3d1]

#i63310# Optimization: for operator==/!=, first checking for same object (via cheap pointer comparison)


2006-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [97d4b02cab584f1a5230395b28abe39b7b39a2bc]

INTEGRATION: CWS bpf01 (1.7.10); FILE MERGED 2006/05/09 13:21:36 pl 1.7.10.1: #i65199# another workaround for the most bug ridden theme available


2006-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d3f00c6abf667eb602e2db8dfef0185276033f7]

INTEGRATION: CWS bpf01 (1.26.10); FILE MERGED 2006/05/09 13:21:35 pl 1.26.10.1: #i65199# another workaround for the most bug ridden theme available


2006-05-09  Vladimir Glazounov  <vg@openoffice.org>  [28f4298157632cb55b0533be9bd8de76c819fd3f]

new version for SRC680


2006-05-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [59381d0d4c536042e748ef797e4db3e43a86110c]

#i10000#,#i65182#: workaround dmake bug vy quoting


2006-05-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b943eedfa1586a6476a6e8f0e5e4356fdb7800e]

INTEGRATION: CWS cmcfixes25 (1.6.2); FILE MERGED 2006/05/05 10:58:49 cmc 1.6.2.1: #i64908# extra qualifications


2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [44f1ce7926c7afde4886a2537a756471dedf806c]

INTEGRATION: CWS soc (1.16.142); FILE MERGED 2006/03/21 08:35:41 abi 1.16.142.1: comitting tempURL


2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d1da591b1ea4d7dc6169134d38725010a7e2a16]

INTEGRATION: CWS pb13 (1.9.54); FILE MERGED 2006/03/21 10:09:31 pb 1.9.54.1: fix: #130798# translateAccessibleEvent(): handle TEXT_SELECTION_CHANGED


2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [353a993c7b21d2f51c08f543cc00aab2966473ae]

INTEGRATION: CWS mbapp3 (1.11.62); FILE MERGED 2006/04/26 07:13:18 as 1.11.62.1: #i64599# new property NoAutoSave


2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc71973b9152c1e453924e88db1544ecf467cc44]

INTEGRATION: CWS mbapp3 (1.8.62); FILE MERGED 2006/04/26 07:13:17 as 1.8.62.1: #i64599# new property NoAutoSave


2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ab282c5e0582255397c80d40a99de0671c6c1bc]

INTEGRATION: CWS pb13 (1.18.66); FILE MERGED 2006/04/26 09:29:38 pb 1.18.66.1: fix: #i63803# HeaderTabBox overloaded Insert/RemoveEntry


2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fc67a33cd82332bb6f22dec23793ccca31ec86a]

INTEGRATION: CWS i18n26 (1.13.2); FILE MERGED 2006/05/02 17:58:54 khong 1.13.2.1: #b64114405# update index key list for Polish


2006-05-05  Vladimir Glazounov  <vg@openoffice.org>  [50d880f1746360f838173bf2371f36df8562807f]

new version for SRC680


2006-05-05  Vladimir Glazounov  <vg@openoffice.org>  [3c9ac79f13aecf00f01c73cf617073ff6643e1be]

new version for SRC680


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [2f65cd7abef335156b237a22a2afad9d7280111d]

INTEGRATION: CWS atkbridge (1.65.110); FILE MERGED 2006/04/13 10:18:03 obr 1.65.110.12: RESYNC: (1.77-1.78); FILE MERGED 2006/02/16 11:08:19 obr 1.65.110.11: #i47890# removed build conditionals (EXPERIMENTAL_ATKBRIDGE) 2006/01/09 13:02:58 obr 1.65.110.10: RESYNC: (1.76-1.77); FILE MERGED 2005/12/01 11:00:21 obr 1.65.110.9: RESYNC: (1.75-1.76); FILE MERGED 2005/11/04 15:13:58 mmeeks 1.65.110.8: RESYNC: (1.74-1.75); FILE MERGED 2005/11/04 14:56:30 mmeeks 1.65.110.7: i#47890#

Add 'EXPERIMENTAL' conditionals all around the a11y bits.
2005/09/21 09:56:00 obr 1.65.110.6: RESYNC: (1.71-1.74); FILE MERGED
2005/08/04 08:45:31 obr 1.65.110.5: RESYNC: (1.69-1.71); FILE MERGED
2005/06/28 07:11:35 obr 1.65.110.4: RESYNC: (1.67-1.69); FILE MERGED
2005/05/23 14:01:07 obr 1.65.110.3: RESYNC: (1.66-1.67); FILE MERGED
2005/05/06 12:15:34 mmeeks 1.65.110.2: RESYNC: (1.65-1.66); FILE MERGED
2005/04/21 14:59:35 mmeeks 1.65.110.1: Issue number: i#47890#
Submitted by: mmeeks

Hacked up prototype of atk bridge

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [c5af6337e01e94e4082c5aa30eba43eae13688f3]

INTEGRATION: CWS atkbridge (1.14.22); FILE MERGED 2006/02/16 11:08:18 obr 1.14.22.11: #i47890# removed build conditionals (EXPERIMENTAL_ATKBRIDGE) 2006/01/30 16:21:20 obr 1.14.22.10: RESYNC: (1.20-1.21); FILE MERGED 2006/01/05 14:06:37 obr 1.14.22.9: #i47890# override toolkit name and version and reworked bridge initialization 2005/12/01 10:51:31 obr 1.14.22.8: RESYNC: (1.18-1.20); FILE MERGED 2005/11/04 15:10:57 mmeeks 1.14.22.7: RESYNC: (1.17-1.18); FILE MERGED 2005/11/04 14:56:29 mmeeks 1.14.22.6: i#47890#

Add 'EXPERIMENTAL' conditionals all around the a11y bits.
2005/09/28 07:24:18 obr 1.14.22.5: #i47890# changed ref-counting/life cycle once again, adjust tree and role of dialogs and filter sub-menu windows
2005/09/21 08:39:58 obr 1.14.22.4: RESYNC: (1.16-1.17); FILE MERGED
2005/08/04 08:44:15 obr 1.14.22.3: RESYNC: (1.15-1.16); FILE MERGED
2005/05/23 13:59:23 obr 1.14.22.2: RESYNC: (1.14-1.15); FILE MERGED
2005/04/21 14:59:34 mmeeks 1.14.22.1: Issue number: i#47890#
Submitted by: mmeeks

Hacked up prototype of atk bridge

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [82987f7986a98f1da9c2fa5ecf32938d183ba3ff]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2006/01/12 13:57:32 obr 1.1.2.3: #i47890# Solaris compile fixes 2006/01/10 09:16:05 obr 1.1.2.2: #i47890# InitAtkBridge needs to get exported 2006/01/05 14:06:37 obr 1.1.2.1: #i47890# override toolkit name and version and reworked bridge initialization


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [3760fae4645100da56639b573a6475ce257f9673]

INTEGRATION: CWS atkbridge (1.28.6); FILE MERGED 2006/04/13 10:15:28 obr 1.28.6.21: RESYNC: (1.43-1.45); FILE MERGED 2006/03/28 11:34:26 obr 1.28.6.20: RESYNC: (1.42-1.43); FILE MERGED 2006/02/17 11:10:57 obr 1.28.6.19: #b6227637# tweaks to make tooltips work 2006/02/17 06:08:33 obr 1.28.6.18: #i47890# add toplevel role ALERT 2006/02/16 11:08:17 obr 1.28.6.17: #i47890# removed build conditionals (EXPERIMENTAL_ATKBRIDGE) 2006/01/30 16:20:11 obr 1.28.6.16: RESYNC: (1.40-1.42); FILE MERGED 2006/01/05 14:06:36 obr 1.28.6.15: #i47890# override toolkit name and version and reworked bridge initialization 2005/12/01 10:47:04 obr 1.28.6.14: RESYNC: (1.36-1.40); FILE MERGED 2005/11/16 09:09:20 obr 1.28.6.13: gail rev. 1.8.6 fixes the things we needed gsignalhook for 2005/11/04 21:00:35 mmeeks 1.28.6.12: i#47890# re-instate some compat stuff. 2005/11/04 15:10:30 mmeeks 1.28.6.11: RESYNC: (1.34-1.36); FILE MERGED 2005/11/04 14:56:29 mmeeks 1.28.6.10: i#47890#

Add 'EXPERIMENTAL' conditionals all around the a11y bits.
2005/10/20 11:53:58 obr 1.28.6.9: #i47890# refined the filtering of toplevel windows and hierachy fixes
2005/10/11 09:49:55 obr 1.28.6.8: #i47890# filter sub-menu and combo-box popup windows
2005/09/28 07:24:16 obr 1.28.6.7: #i47890# changed ref-counting/life cycle once again, adjust tree and role of dialogs and filter sub-menu windows
2005/09/26 11:03:57 obr 1.28.6.6: #i47890# tag GtkFixed instead of GtkWindow for accessibility
2005/09/21 08:24:33 obr 1.28.6.5: RESYNC: (1.33-1.34); FILE MERGED
2005/08/17 08:27:41 obr 1.28.6.4: RESYNC: (1.32-1.33); FILE MERGED
2005/08/04 08:43:57 obr 1.28.6.3: RESYNC: (1.30-1.32); FILE MERGED
2005/05/23 13:59:11 obr 1.28.6.2: RESYNC: (1.28-1.30); FILE MERGED
2005/04/21 14:59:32 mmeeks 1.28.6.1: Issue number: i#47890#
Submitted by: mmeeks

Hacked up prototype of atk bridge

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [e8bf4dc2cfcb30bc974ddc538bee5dc5023bcfee]

INTEGRATION: CWS atkbridge (1.9.6); FILE MERGED 2006/02/16 11:08:15 obr 1.9.6.9: #i47890# removed build conditionals (EXPERIMENTAL_ATKBRIDGE) 2006/01/05 14:06:35 obr 1.9.6.8: #i47890# override toolkit name and version and reworked bridge initialization 2005/12/01 10:46:29 obr 1.9.6.7: RESYNC: (1.10-1.11); FILE MERGED 2005/11/16 09:09:21 obr 1.9.6.6: gail rev. 1.8.6 fixes the things we needed gsignalhook for 2005/11/04 21:00:35 mmeeks 1.9.6.5: i#47890# re-instate some compat stuff. 2005/11/04 14:56:28 mmeeks 1.9.6.4: i#47890#

Add 'EXPERIMENTAL' conditionals all around the a11y bits.
2005/10/11 09:49:53 obr 1.9.6.3: #i47890# filter sub-menu and combo-box popup windows
2005/09/21 08:23:12 obr 1.9.6.2: RESYNC: (1.9-1.10); FILE MERGED
2005/05/09 21:18:48 mmeeks 1.9.6.1: define HAVE_ATK_ACCESSIBILITY_BRIDGE i#47890#

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [e46326c5f2eca7301023312c95d10ab2c5d36c79]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2006/03/31 14:09:18 obr 1.1.2.13: #i63580# AtkRectangle already in atk 1.7.0, but ATK_TYPE_RECTANGLE in 1.7.2 2006/02/17 06:09:46 obr 1.1.2.12: #i47890# removed useless target.pmk 2006/02/16 11:08:14 obr 1.1.2.11: #i47890# removed build conditionals (EXPERIMENTAL_ATKBRIDGE) 2006/01/12 13:56:16 obr 1.1.2.10: #i47890# Solaris compile fixes 2006/01/05 14:06:35 obr 1.1.2.9: #i47890# override toolkit name and version and reworked bridge initialization 2005/12/22 08:24:32 obr 1.1.2.8: #i47890# Moved the text attribute implementations to a dedicated source file and fixet atk_text_get_text 2005/11/15 11:38:50 mmeeks 1.1.2.7: Issue number:  i#47890# Submitted by:  mmeeks

Fix experimental / conditional on build.
2005/11/04 14:56:28 mmeeks 1.1.2.6: i#47890#

Add 'EXPERIMENTAL' conditionals all around the a11y bits.
2005/10/20 07:09:13 obr 1.1.2.5: #i47890# made cxx files standalone, avoid queryInterface on each API call and demacrofied try/catch to include appropriate warnings
2005/10/11 09:49:52 obr 1.1.2.4: #i47890# filter sub-menu and combo-box popup windows
2005/09/26 11:01:02 obr 1.1.2.3: #i47890# reworked lifecycle of atk wrapper objects
2005/06/14 13:57:25 obr 1.1.2.2: #i47890# global focus event listening stuff
2005/04/21 14:59:32 mmeeks 1.1.2.1: Issue number: i#47890#
Submitted by: mmeeks

Hacked up prototype of atk bridge

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [16a744502726e0809850b614d2251e48c05c27b8]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2006/03/31 12:19:40 obr 1.1.2.9: #i63583# eliminated warnings 2006/02/15 10:59:26 obr 1.1.2.8: #i47890# replaced tabs with spaces 2006/01/05 14:06:34 obr 1.1.2.7: #i47890# override toolkit name and version and reworked bridge initialization 2005/10/20 11:57:34 obr 1.1.2.6: #i47890# initially set name and description + disabled some tracing 2005/10/20 08:08:21 obr 1.1.2.5: #i47890# made cxx files standalone, avoid queryInterface on each API call and demacrofied try/catch to include appropriate warnings 2005/09/28 07:24:14 obr 1.1.2.4: #i47890# changed ref-counting/life cycle once again, adjust tree and role of dialogs and filter sub-menu windows 2005/09/26 11:01:02 obr 1.1.2.3: #i47890# reworked lifecycle of atk wrapper objects 2005/09/22 07:48:10 obr 1.1.2.2: #i47890# compile fixes and other minor changes (incl. adding new header) 2005/04/21 14:59:31 mmeeks 1.1.2.1: Issue number: i#47890# Submitted by: mmeeks

Hacked up prototype of atk bridge

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [df865ddfd1a6a0e4485e8eede254239d4afa8614]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2006/03/31 12:19:40 obr 1.1.2.22: #i63583# eliminated warnings 2006/02/15 10:58:57 obr 1.1.2.21: #i47890# added some tracing capabilities and replaced tabs with spaces 2006/01/30 13:52:49 obr 1.1.2.20: #i47890# no caching of name & description any more + avoid sending events during object creation 2006/01/12 13:56:16 obr 1.1.2.19: #i47890# Solaris compile fixes 2005/11/23 13:16:21 obr 1.1.2.18: actually implemented mapRelationType 2005/11/16 15:57:56 obr 1.1.2.17: fixed for menu state ARMED only valid during notification 2005/10/26 10:48:00 obr 1.1.2.16: #i47890# atk_text_get_at/before/after_offset reworked 2005/10/24 07:36:06 obr 1.1.2.15: #i47890# reset focused object on WINDOW_DEACTIVATE 2005/10/20 11:57:33 obr 1.1.2.14: #i47890# initially set name and description + disabled some tracing 2005/10/20 08:08:21 obr 1.1.2.13: #i47890# made cxx files standalone, avoid queryInterface on each API call and demacrofied try/catch to include appropriate warnings 2005/10/17 10:27:46 obr 1.1.2.12: #i47890# gnopernicus needs menu items to expose FOCUSED state 2005/09/28 07:24:14 obr 1.1.2.11: #i47890# changed ref-counting/life cycle once again, adjust tree and role of dialogs and filter sub-menu windows 2005/09/26 11:01:01 obr 1.1.2.10: #i47890# reworked lifecycle of atk wrapper objects 2005/09/22 07:48:09 obr 1.1.2.9: #i47890# compile fixes and other minor changes (incl. adding new header) 2005/06/14 13:57:24 obr 1.1.2.8: #i47890# global focus event listening stuff 2005/05/31 14:08:25 mmeeks 1.1.2.7: Issue number: i#47890# Submitted by: mmeeks

Impl. AtkSelection wrapper, fix misc. AtkText selection bits.
2005/05/31 11:55:07 mmeeks 1.1.2.6: Issue number: i#47890#
Submitted by: mmeeks

	Add AtkHypertext, AtkImage impls.
2005/05/24 13:35:12 obr 1.1.2.5: #i47890# made AtkListener a sub-class of WeakImplHelper
2005/04/22 14:53:17 mmeeks 1.1.2.4: Issue number: i#47890#
Submitted by: mmeeks

Kill stupid state set mapping bug ...
2005/04/21 21:55:44 mmeeks 1.1.2.3: Issue number: i#47890#
Submitted by: mmeeks

Implement a partial AtkEditableText bridge & map a few AtkTable events.
2005/04/21 17:25:00 mmeeks 1.1.2.2: Issue number: i#47890#
Submitted by: mmeeks

Add basic AtkTable support ...
2005/04/21 14:59:28 mmeeks 1.1.2.1: Issue number: i#47890#
Submitted by: mmeeks

Hacked up prototype of atk bridge

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [a115e3fc33f555d8f7a954537149267e4686adda]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2006/01/05 14:06:34 obr 1.1.2.1: #i47890# override toolkit name and version and reworked bridge initialization


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [1287d48d89986841c1cb5c34dd514ae56e786b63]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2006/04/27 14:47:54 obr 1.1.2.7: #134576# move focus clearing code to atkwindow.cxx 2006/03/31 12:19:40 obr 1.1.2.6: #i63583# eliminated warnings 2006/03/28 10:49:45 obr 1.1.2.5: #i47890# redid the last patch to make it more clear 2006/03/23 14:45:26 obr 1.1.2.4: fixed endless loop problem with tooltips 2006/02/17 11:10:56 obr 1.1.2.3: #b6227637# tweaks to make tooltips work 2006/01/12 13:56:15 obr 1.1.2.2: #i47890# Solaris compile fixes 2006/01/05 14:06:33 obr 1.1.2.1: #i47890# override toolkit name and version and reworked bridge initialization


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [2fbef8fcca3b9f177146415bf4a7c7f94ec2b099]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2006/02/15 10:59:25 obr 1.1.2.4: #i47890# replaced tabs with spaces 2006/01/12 13:56:14 obr 1.1.2.3: #i47890# Solaris compile fixes 2005/10/20 07:09:12 obr 1.1.2.2: #i47890# made cxx files standalone, avoid queryInterface on each API call and demacrofied try/catch to include appropriate warnings 2005/04/21 14:59:27 mmeeks 1.1.2.1: Issue number: i#47890# Submitted by: mmeeks

Hacked up prototype of atk bridge

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [74486f884670d99c08ac4ccd02256817091e6a35]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2006/01/05 14:06:32 obr 1.1.2.4: #i47890# override toolkit name and version and reworked bridge initialization 2005/10/20 08:08:21 obr 1.1.2.3: #i47890# made cxx files standalone, avoid queryInterface on each API call and demacrofied try/catch to include appropriate warnings 2005/09/26 11:01:01 obr 1.1.2.2: #i47890# reworked lifecycle of atk wrapper objects 2005/06/14 13:57:24 obr 1.1.2.1: #i47890# global focus event listening stuff


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [cbe45b60a393ca72cc6bd3ebef7264a2f3c815f3]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2006/04/27 14:47:54 obr 1.1.2.17: #134576# move focus clearing code to atkwindow.cxx 2006/04/27 08:18:11 obr 1.1.2.16: #134571# toolbox items are no VCL windows 2006/03/31 12:19:40 obr 1.1.2.15: #i63583# eliminated warnings 2006/03/03 11:07:09 obr 1.1.2.14: #i47890# fixed a crash when event source does not implement XAccessibleContext 2006/03/01 11:04:11 obr 1.1.2.13: #i47890# recursivly attach listeners to windows of type TREELISTBOX 2006/02/16 11:07:11 obr 1.1.2.12: #i47890# ORoadmapIDHyperLabel is derived from FixedText 2006/02/15 12:42:56 obr 1.1.2.11: #i47890# simulate focus events for page tabs 2006/02/07 09:26:21 obr 1.1.2.10: #i47890# reduce amount of focus notifications 2006/01/12 13:56:14 obr 1.1.2.9: #i47890# Solaris compile fixes 2006/01/05 14:06:32 obr 1.1.2.8: #i47890# override toolkit name and version and reworked bridge initialization 2005/11/16 15:57:57 obr 1.1.2.7: fixed for menu state ARMED only valid during notification 2005/10/24 07:36:05 obr 1.1.2.6: #i47890# reset focused object on WINDOW_DEACTIVATE 2005/10/20 11:57:32 obr 1.1.2.5: #i47890# initially set name and description + disabled some tracing 2005/10/20 07:09:12 obr 1.1.2.4: #i47890# made cxx files standalone, avoid queryInterface on each API call and demacrofied try/catch to include appropriate warnings 2005/09/28 07:24:13 obr 1.1.2.3: #i47890# changed ref-counting/life cycle once again, adjust tree and role of dialogs and filter sub-menu windows 2005/09/26 11:01:01 obr 1.1.2.2: #i47890# reworked lifecycle of atk wrapper objects 2005/06/14 13:57:24 obr 1.1.2.1: #i47890# global focus event listening stuff


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [f57847e92263810c7020ae08a08da9cc14977a02]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2005/12/22 08:24:30 obr 1.1.2.1: #i47890# Moved the text attribute implementations to a dedicated source file and fixet atk_text_get_text


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [fce723688ffe7ec18dfe0df519afa21bc686035c]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2006/03/31 12:19:40 obr 1.1.2.3: #i63583# eliminated warnings 2006/02/14 12:42:40 obr 1.1.2.2: #i25402# use unsigned values for colors 2005/12/22 08:24:25 obr 1.1.2.1: #i47890# Moved the text attribute implementations to a dedicated source file and fixet atk_text_get_text


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [b1218488fd708456b42ff48236c199a27cf00e44]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2006/04/28 12:35:46 obr 1.1.2.19: further fixed adjust_boundaries and added more tracing facilities 2006/04/28 07:16:37 obr 1.1.2.18: finally got assertion right (hopefully) 2006/04/27 12:18:56 obr 1.1.2.17: #134575# LINE_START/END indices are identical 2006/04/27 08:53:06 obr 1.1.2.16: added untested default attributes implementation 2006/04/27 08:40:54 obr 1.1.2.15: fixed end_offset assertion 2006/04/13 12:48:16 obr 1.1.2.14: check input values for get_text 2006/03/31 12:19:40 obr 1.1.2.13: #i63583# eliminated warnings 2006/02/15 10:59:25 obr 1.1.2.12: #i47890# replaced tabs with spaces 2006/01/30 11:14:06 obr 1.1.2.11: #i47890# reworked text-changed notifications 2006/01/12 13:56:13 obr 1.1.2.10: #i47890# Solaris compile fixes 2006/01/12 07:31:27 obr 1.1.2.9: #i47890# fixed get_text to return full text for end_offset -1 2005/12/22 08:24:12 obr 1.1.2.8: #i47890# Moved the text attribute implementations to a dedicated source file and fixet atk_text_get_text 2005/11/30 10:51:50 obr 1.1.2.7: further text attribute mapping and removal of debugging output 2005/11/16 16:02:45 obr 1.1.2.6: added basic support for text attributes 2005/10/26 10:47:59 obr 1.1.2.5: #i47890# atk_text_get_at/before/after_offset reworked 2005/10/20 11:57:31 obr 1.1.2.4: #i47890# initially set name and description + disabled some tracing 2005/10/20 07:09:12 obr 1.1.2.3: #i47890# made cxx files standalone, avoid queryInterface on each API call and demacrofied try/catch to include appropriate warnings 2005/05/31 14:08:24 mmeeks 1.1.2.2: Issue number: i#47890# Submitted by: mmeeks

Impl. AtkSelection wrapper, fix misc. AtkText selection bits.
2005/04/21 14:59:26 mmeeks 1.1.2.1: Issue number: i#47890#
Submitted by: mmeeks

Hacked up prototype of atk bridge

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [7ee08a668d48d47ae89c9060555c2af27ab2608f]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2006/03/31 12:19:39 obr 1.1.2.8: #i63583# eliminated warnings 2006/02/15 10:58:28 obr 1.1.2.7: #i47890# added tracing capabilities 2006/01/12 13:56:12 obr 1.1.2.6: #i47890# Solaris compile fixes 2005/12/19 08:05:07 obr 1.1.2.5: #i47890# AtkTable updates 2005/10/20 07:09:11 obr 1.1.2.4: #i47890# made cxx files standalone, avoid queryInterface on each API call and demacrofied try/catch to include appropriate warnings 2005/09/28 07:24:13 obr 1.1.2.3: #i47890# changed ref-counting/life cycle once again, adjust tree and role of dialogs and filter sub-menu windows 2005/09/26 11:01:01 obr 1.1.2.2: #i47890# reworked lifecycle of atk wrapper objects 2005/04/21 17:25:00 mmeeks 1.1.2.1: Issue number: i#47890# Submitted by: mmeeks

Add basic AtkTable support ...

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [a2ee4929056e955e37563244cb6b1e6e4d822175]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2006/02/15 10:59:24 obr 1.1.2.6: #i47890# replaced tabs with spaces 2006/01/12 13:56:12 obr 1.1.2.5: #i47890# Solaris compile fixes 2005/10/20 07:09:11 obr 1.1.2.4: #i47890# made cxx files standalone, avoid queryInterface on each API call and demacrofied try/catch to include appropriate warnings 2005/09/28 07:24:13 obr 1.1.2.3: #i47890# changed ref-counting/life cycle once again, adjust tree and role of dialogs and filter sub-menu windows 2005/09/26 11:01:01 obr 1.1.2.2: #i47890# reworked lifecycle of atk wrapper objects 2005/05/31 14:08:23 mmeeks 1.1.2.1: Issue number: i#47890# Submitted by: mmeeks

Impl. AtkSelection wrapper, fix misc. AtkText selection bits.

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [a48f56ed8cb7dafee4687c827532808c502b5ce1]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2006/02/15 10:59:24 obr 1.1.2.7: #i47890# replaced tabs with spaces 2006/01/05 14:06:32 obr 1.1.2.6: #i47890# override toolkit name and version and reworked bridge initialization 2005/12/06 10:58:53 obr 1.1.2.5: #i47890# process INVALIDATE_ALL_CHILDREN event 2005/09/26 11:01:00 obr 1.1.2.4: #i47890# reworked lifecycle of atk wrapper objects 2005/06/14 13:57:23 obr 1.1.2.3: #i47890# global focus event listening stuff 2005/05/24 13:35:11 obr 1.1.2.2: #i47890# made AtkListener a sub-class of WeakImplHelper 2005/04/21 14:59:26 mmeeks 1.1.2.1: Issue number: i#47890# Submitted by: mmeeks

Hacked up prototype of atk bridge

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [2003a30b6772786667923d701e96ed9b5041104d]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2006/03/31 14:09:17 obr 1.1.2.20: #i63580# AtkRectangle already in atk 1.7.0, but ATK_TYPE_RECTANGLE in 1.7.2 2006/03/31 12:19:39 obr 1.1.2.19: #i63583# eliminated warnings 2006/03/30 12:39:35 obr 1.1.2.18: #i63580# AtkRectangle not defined in older atk versions 2006/03/01 12:00:16 obr 1.1.2.17: #i47890# ignore UPDATE table model change events for now 2006/02/15 10:59:23 obr 1.1.2.16: #i47890# replaced tabs with spaces 2006/02/07 07:39:12 obr 1.1.2.15: #i47890# fixed loop condition in handleInvalidateChildren 2006/01/30 13:52:48 obr 1.1.2.14: #i47890# no caching of name & description any more + avoid sending events during object creation 2006/01/30 11:14:11 obr 1.1.2.13: #i47890# reworked text-changed notifications 2006/01/05 14:06:32 obr 1.1.2.12: #i47890# override toolkit name and version and reworked bridge initialization 2005/12/19 07:51:22 obr 1.1.2.11: #i47890# added a couple of property_changed notifications 2005/12/06 10:58:53 obr 1.1.2.10: #i47890# process INVALIDATE_ALL_CHILDREN event 2005/10/20 07:09:10 obr 1.1.2.9: #i47890# made cxx files standalone, avoid queryInterface on each API call and demacrofied try/catch to include appropriate warnings 2005/09/28 07:24:12 obr 1.1.2.8: #i47890# changed ref-counting/life cycle once again, adjust tree and role of dialogs and filter sub-menu windows 2005/09/26 11:01:00 obr 1.1.2.7: #i47890# reworked lifecycle of atk wrapper objects 2005/06/14 13:57:23 obr 1.1.2.6: #i47890# global focus event listening stuff 2005/05/31 11:55:07 mmeeks 1.1.2.5: Issue number: i#47890# Submitted by: mmeeks

	Add AtkHypertext, AtkImage impls.
2005/05/24 13:35:10 obr 1.1.2.4: #i47890# made AtkListener a sub-class of WeakImplHelper
2005/04/22 14:53:17 mmeeks 1.1.2.3: Issue number: i#47890#
Submitted by: mmeeks

Kill stupid state set mapping bug ...
2005/04/21 21:55:44 mmeeks 1.1.2.2: Issue number: i#47890#
Submitted by: mmeeks

Implement a partial AtkEditableText bridge & map a few AtkTable events.
2005/04/21 14:59:25 mmeeks 1.1.2.1: Issue number: i#47890#
Submitted by: mmeeks

Hacked up prototype of atk bridge

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [7df3765a5176c471495e5b2297070597ba79dcc4]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2006/03/31 12:19:39 obr 1.1.2.5: #i63583# eliminated warnings 2006/02/15 10:59:23 obr 1.1.2.4: #i47890# replaced tabs with spaces 2006/01/12 13:56:11 obr 1.1.2.3: #i47890# Solaris compile fixes 2005/10/20 07:09:10 obr 1.1.2.2: #i47890# made cxx files standalone, avoid queryInterface on each API call and demacrofied try/catch to include appropriate warnings 2005/05/31 11:55:06 mmeeks 1.1.2.1: Issue number: i#47890# Submitted by: mmeeks

	Add AtkHypertext, AtkImage impls.

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [c2f52aea9b77270c92d547c8a2f4a99f408c5b2a]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2006/03/31 12:19:39 obr 1.1.2.10: #i63583# eliminated warnings 2006/03/07 08:49:02 obr 1.1.2.9: #i47890# fixed HyperLink GTypeInfo 2006/02/15 10:59:22 obr 1.1.2.8: #i47890# replaced tabs with spaces 2006/01/12 13:56:11 obr 1.1.2.7: #i47890# Solaris compile fixes 2005/12/09 12:07:34 obr 1.1.2.6: #i47890# implementation of hyper_link_get_uri 2005/10/20 07:09:10 obr 1.1.2.5: #i47890# made cxx files standalone, avoid queryInterface on each API call and demacrofied try/catch to include appropriate warnings 2005/09/28 07:24:12 obr 1.1.2.4: #i47890# changed ref-counting/life cycle once again, adjust tree and role of dialogs and filter sub-menu windows 2005/09/26 11:01:00 obr 1.1.2.3: #i47890# reworked lifecycle of atk wrapper objects 2005/05/31 14:08:21 mmeeks 1.1.2.2: Issue number: i#47890# Submitted by: mmeeks

Impl. AtkSelection wrapper, fix misc. AtkText selection bits.
2005/05/31 11:55:05 mmeeks 1.1.2.1: Issue number: i#47890#
Submitted by: mmeeks

	Add AtkHypertext, AtkImage impls.

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [56cb6fd5fc733ad564d40855737656d0cac2ec9c]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2006/01/05 14:06:31 obr 1.1.2.1: #i47890# override toolkit name and version and reworked bridge initialization


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [bca87684a1d8871f1025d663df24448fd742c49c]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2006/03/31 12:19:39 obr 1.1.2.12: #i63583# eliminated warnings 2006/03/28 10:49:45 obr 1.1.2.11: #i47890# redid the last patch to make it more clear 2006/03/23 14:45:26 obr 1.1.2.10: fixed endless loop problem with tooltips 2006/02/15 10:59:22 obr 1.1.2.9: #i47890# replaced tabs with spaces 2006/01/05 14:06:31 obr 1.1.2.8: #i47890# override toolkit name and version and reworked bridge initialization 2005/11/16 12:29:16 obr 1.1.2.7: no longer return NULL in factory_create_accessible 2005/11/16 09:09:20 obr 1.1.2.6: gail rev. 1.8.6 fixes the things we needed gsignalhook for 2005/10/20 07:09:09 obr 1.1.2.5: #i47890# made cxx files standalone, avoid queryInterface on each API call and demacrofied try/catch to include appropriate warnings 2005/09/28 07:24:12 obr 1.1.2.4: #i47890# changed ref-counting/life cycle once again, adjust tree and role of dialogs and filter sub-menu windows 2005/09/26 11:01:00 obr 1.1.2.3: #i47890# reworked lifecycle of atk wrapper objects 2005/06/14 13:57:23 obr 1.1.2.2: #i47890# global focus event listening stuff 2005/04/21 14:59:24 mmeeks 1.1.2.1: Issue number: i#47890# Submitted by: mmeeks

Hacked up prototype of atk bridge

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [c544a1fa102d41dc38436591bd6957900033e195]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2006/02/15 10:59:21 obr 1.1.2.7: #i47890# replaced tabs with spaces 2006/01/12 13:56:10 obr 1.1.2.6: #i47890# Solaris compile fixes 2005/12/22 08:24:31 obr 1.1.2.5: #i47890# Moved the text attribute implementations to a dedicated source file and fixet atk_text_get_text 2005/11/30 10:51:50 obr 1.1.2.4: further text attribute mapping and removal of debugging output 2005/10/20 07:09:09 obr 1.1.2.3: #i47890# made cxx files standalone, avoid queryInterface on each API call and demacrofied try/catch to include appropriate warnings 2005/04/22 14:53:17 mmeeks 1.1.2.2: Issue number: i#47890# Submitted by: mmeeks

Kill stupid state set mapping bug ...
2005/04/21 21:55:44 mmeeks 1.1.2.1: Issue number: i#47890#
Submitted by: mmeeks

Implement a partial AtkEditableText bridge & map a few AtkTable events.

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [d1bc0b77f6d570579bb44841fa9139a8c6e6f0be]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2006/03/31 12:19:39 obr 1.1.2.9: #i63583# eliminated warnings 2006/02/15 10:58:57 obr 1.1.2.8: #i47890# added some tracing capabilities and replaced tabs with spaces 2006/01/30 13:48:34 obr 1.1.2.7: #i47890# catch exceptions 2006/01/12 13:56:08 obr 1.1.2.6: #i47890# Solaris compile fixes 2005/12/15 12:12:03 obr 1.1.2.5: #i47890# AtkComponent updates 2005/10/20 07:09:08 obr 1.1.2.4: #i47890# made cxx files standalone, avoid queryInterface on each API call and demacrofied try/catch to include appropriate warnings 2005/09/28 07:24:11 obr 1.1.2.3: #i47890# changed ref-counting/life cycle once again, adjust tree and role of dialogs and filter sub-menu windows 2005/09/26 11:00:59 obr 1.1.2.2: #i47890# reworked lifecycle of atk wrapper objects 2005/04/21 14:59:23 mmeeks 1.1.2.1: Issue number: i#47890# Submitted by: mmeeks

Hacked up prototype of atk bridge

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [f293d871284013d1a6b29915d4d8de35625b006d]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2006/04/11 08:45:10 obr 1.1.2.5: resolve symbolic links to get spi version number 2006/03/31 12:19:39 obr 1.1.2.4: #i63583# eliminated warnings 2006/03/31 09:15:43 obr 1.1.2.3: #i63583# added check for gail and at-spi version numbers 2006/02/15 10:59:21 obr 1.1.2.2: #i47890# replaced tabs with spaces 2006/01/05 14:06:31 obr 1.1.2.1: #i47890# override toolkit name and version and reworked bridge initialization


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [405222ba7a8acdd05a221bcc20d36f93581e52b7]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2006/03/31 12:19:38 obr 1.1.2.8: #i63583# eliminated warnings 2006/02/15 10:59:20 obr 1.1.2.7: #i47890# replaced tabs with spaces 2006/01/12 13:56:07 obr 1.1.2.6: #i47890# Solaris compile fixes 2005/12/19 07:44:19 obr 1.1.2.5: #i47890# added some more key codes 2005/12/05 12:42:58 obr 1.1.2.4: added mapping of action names 2005/11/22 13:18:26 obr 1.1.2.3: support for action keybindings 2005/10/20 08:08:21 obr 1.1.2.2: #i47890# made cxx files standalone, avoid queryInterface on each API call and demacrofied try/catch to include appropriate warnings 2005/04/21 14:59:22 mmeeks 1.1.2.1: Issue number: i#47890# Submitted by: mmeeks

Hacked up prototype of atk bridge

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [f4c8dad74dbc62cf747640e375ebe76d565dffb1]

INTEGRATION: CWS atkbridge (1.1.2); FILE ADDED 2005/05/31 14:08:21 mmeeks 1.1.2.6: Issue number: i#47890# Submitted by: mmeeks

Impl. AtkSelection wrapper, fix misc. AtkText selection bits.
2005/05/31 11:55:04 mmeeks 1.1.2.5: Issue number: i#47890#
Submitted by: mmeeks

	Add AtkHypertext, AtkImage impls.
2005/04/22 14:53:17 mmeeks 1.1.2.4: Issue number: i#47890#
Submitted by: mmeeks

Kill stupid state set mapping bug ...
2005/04/21 21:55:43 mmeeks 1.1.2.3: Issue number: i#47890#
Submitted by: mmeeks

Implement a partial AtkEditableText bridge & map a few AtkTable events.
2005/04/21 17:24:59 mmeeks 1.1.2.2: Issue number: i#47890#
Submitted by: mmeeks

Add basic AtkTable support ...
2005/04/21 14:59:22 mmeeks 1.1.2.1: Issue number: i#47890#
Submitted by: mmeeks

Hacked up prototype of atk bridge

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [1801509571b65735cec63e79e28cc37d2dd719c0]

INTEGRATION: CWS atkbridge (1.127.12); FILE MERGED 2006/04/13 10:14:51 obr 1.127.12.7: RESYNC: (1.132-1.133); FILE MERGED 2006/01/30 16:17:33 obr 1.127.12.6: RESYNC: (1.131-1.132); FILE MERGED 2005/12/01 10:40:30 obr 1.127.12.5: RESYNC: (1.128-1.131); FILE MERGED 2005/11/16 15:57:56 obr 1.127.12.4: fixed for menu state ARMED only valid during notification 2005/11/04 15:19:12 mmeeks 1.127.12.3: RESYNC: (1.127-1.128); FILE MERGED 2005/10/20 07:07:03 obr 1.127.12.2: #i47890# propagate MENU_HIGHLIGHT to application listeners 2005/09/28 07:24:08 obr 1.127.12.1: #i47890# changed ref-counting/life cycle once again, adjust tree and role of dialogs and filter sub-menu windows


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [0660ef1692d07aea95eb69daaa23f2eb87a65f43]

INTEGRATION: CWS atkbridge (1.58.10); FILE MERGED 2006/04/13 10:11:31 obr 1.58.10.8: RESYNC: (1.61-1.62); FILE MERGED 2006/02/16 13:51:32 obr 1.58.10.7: RESYNC: (1.60-1.61); FILE MERGED 2006/02/16 11:08:13 obr 1.58.10.6: #i47890# removed build conditionals (EXPERIMENTAL_ATKBRIDGE) 2005/12/01 10:32:03 obr 1.58.10.5: RESYNC: (1.59-1.60); FILE MERGED 2005/11/04 15:15:00 mmeeks 1.58.10.4: RESYNC: (1.58-1.59); FILE MERGED 2005/11/04 14:56:27 mmeeks 1.58.10.3: i#47890#

Add 'EXPERIMENTAL' conditionals all around the a11y bits.
2005/10/20 07:07:02 obr 1.58.10.2: #i47890# propagate MENU_HIGHLIGHT to application listeners
2005/09/22 08:47:37 obr 1.58.10.1: #i47890# disable Java AccessBridge on Unix

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [50557476ebd68708a80c967c2c5724b5952b1ace]

INTEGRATION: CWS atkbridge (1.41.72); FILE MERGED 2005/09/21 07:13:26 obr 1.41.72.2: RESYNC: (1.41-1.42); FILE MERGED 2005/04/21 14:59:21 mmeeks 1.41.72.1: Issue number: i#47890# Submitted by: mmeeks

Hacked up prototype of atk bridge

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [e493e9870ef994360cd4dfcb9dfcf3000f204dce]

INTEGRATION: CWS atkbridge (1.8.156); FILE MERGED 2006/03/01 12:12:20 obr 1.8.156.3: #i47890# removed debug output 2005/09/21 05:53:29 obr 1.8.156.2: RESYNC: (1.8-1.9); FILE MERGED 2005/04/21 14:56:51 mmeeks 1.8.156.1: Issue number: 47890 Submitted by: mmeeks

Don't crash if we can't return an accessible context

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [b508f142e3892e56f4e874a66aa9a311a9db3224]

INTEGRATION: CWS atkbridge (1.57.10); FILE MERGED 2006/03/22 09:36:46 obr 1.57.10.2: RESYNC: (1.57-1.58); FILE MERGED 2006/02/17 11:13:21 obr 1.57.10.1: #b6227637# tweaks to make tooltips work


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [9737304034b471dde0acc156a127f7d4567d5d32]

INTEGRATION: CWS atkbridge (1.52.32); FILE MERGED 2006/02/06 10:28:37 obr 1.52.32.2: RESYNC: (1.52-1.53); FILE MERGED 2005/12/05 14:27:12 obr 1.52.32.1: #i47890# GNOME AT expect SENSITIVE to be set


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [6e2bcd25d85b38be54ccac12aa8668fe50aca596]

INTEGRATION: CWS atkbridge (1.17.108); FILE MERGED 2005/12/06 11:50:54 obr 1.17.108.1: #i47890# GNOME AT expect SENSITIVE to be set


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [6d3fd867e48731fbd581a9dd0b5f729c1354adaf]

INTEGRATION: CWS atkbridge (1.16.106); FILE MERGED 2006/02/16 13:38:08 obr 1.16.106.3: RESYNC: (1.17-1.18); FILE MERGED 2006/02/06 10:27:20 obr 1.16.106.2: RESYNC: (1.16-1.17); FILE MERGED 2005/12/06 11:50:53 obr 1.16.106.1: #i47890# GNOME AT expect SENSITIVE to be set


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [4510a9bdc31580b5804bf85d8ac78befde29438b]

INTEGRATION: CWS atkbridge (1.16.106); FILE MERGED 2005/12/06 11:50:53 obr 1.16.106.1: #i47890# GNOME AT expect SENSITIVE to be set


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [bf48471da5c929e862d881413f91d4bd1fbc263f]

INTEGRATION: CWS impress92 (1.7.8); FILE MERGED 2006/04/19 14:56:32 sj 1.7.8.1: #51579# fixes a gpf when loading tif picture


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [245deb038e7d8b56b2d52bd26ee1ee81b5c686aa]

INTEGRATION: CWS impress92 (1.11.8); FILE MERGED 2006/04/26 12:57:50 sj 1.11.8.1: #i31250# now storing eps instead of svm if possible


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [913c802ba0aceeb37be169abd0bbf661475fc8a7]

INTEGRATION: CWS impress92 (1.47.90); FILE MERGED 2006/04/21 14:04:50 sj 1.47.90.1: #i53768# drawing full ellipse if start & end of an arc are identical


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [49b0d56a68a0acdeaa42a5bf7c47678739903b79]

INTEGRATION: CWS vcl57 (1.9.42); FILE MERGED 2006/04/07 13:56:58 pl 1.9.42.1: #131024# protect against faulty printer


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [a98eeb78910eb7410346d7f5b0fd06cde6089249]

INTEGRATION: CWS vcl57 (1.18.28); FILE MERGED 2006/04/07 13:56:57 pl 1.18.28.1: #131024# protect against faulty printer


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [db776ab30171a66fceba244d42a6d6eb0abcb343]

INTEGRATION: CWS vcl57 (1.203.8); FILE MERGED 2006/04/07 12:28:10 pl 1.203.8.1: #i63638# refine frame check for popup closing


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [40a2757850a1406eb9d80f669f7694161e5ff845]

INTEGRATION: CWS vcl57 (1.59.116); FILE MERGED 2006/04/12 16:59:47 pl 1.59.116.2: #i64273# workaround a weird XmbTextListToTextProperty problem 2006/03/29 14:01:22 pl 1.59.116.1: #i62139# workaround tarantella problem


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [1af204645710bfa73cf2a2e5e4fb2eb15a3df557]

INTEGRATION: CWS vcl57 (1.6.220); FILE MERGED 2006/04/11 16:52:20 pl 1.6.220.2: #i64117# workaround a background problem with gtk 2006/03/31 12:39:12 pl 1.6.220.1: #i52570# #i61532# workaround strange paint issue


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [f37a4c058f460eaf1ca2e5bb750a46514f6d3548]

INTEGRATION: CWS vcl57 (1.21.114); FILE MERGED 2006/04/11 16:52:20 pl 1.21.114.1: #i64117# workaround a background problem with gtk


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [af0d7e41007a09c3cc01bd203dc61f090740bc01]

INTEGRATION: CWS vcl57 (1.43.2); FILE MERGED 2006/04/12 17:43:40 pl 1.43.2.4: RESYNC: (1.44-1.45); FILE MERGED 2006/04/11 16:52:19 pl 1.43.2.3: #i64117# workaround a background problem with gtk 2006/04/05 14:28:28 pl 1.43.2.2: RESYNC: (1.43-1.44); FILE MERGED 2006/03/28 11:00:40 pl 1.43.2.1: #i59783# notify system parent window configure events


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [3d9b33a3b086b61169ecbdc5b6e2da62451e557a]

INTEGRATION: CWS vcl57 (1.25.2); FILE MERGED 2006/04/11 16:52:19 pl 1.25.2.5: #i64117# workaround a background problem with gtk 2006/03/31 12:39:11 pl 1.25.2.4: #i52570# #i61532# workaround strange paint issue 2006/03/30 16:58:38 pl 1.25.2.3: clean up some unused variables 2006/03/28 14:07:18 pl 1.25.2.2: #i63428# consider native check ant radio height in menus 2006/03/27 16:55:34 pl 1.25.2.1: #i63428# native menu checkmarks


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [1a28bffb2da77e30d5d52e742b61d545ca9b37e0]

INTEGRATION: CWS vcl57 (1.228.50); FILE MERGED 2006/04/13 14:20:19 pl 1.228.50.3: #i63129# some more cases for def dialog parent 2006/04/12 17:43:22 pl 1.228.50.2: RESYNC: (1.228-1.230); FILE MERGED 2006/04/04 13:26:39 pl 1.228.50.1: #i41891# add: DrawSelectionBackground method returning a complementary color


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [5e9d374c8dd54ccfab3e710bdce265779b13b7e8]

INTEGRATION: CWS vcl57 (1.132.88); FILE MERGED 2006/04/12 17:42:28 pl 1.132.88.4: RESYNC: (1.132-1.133); FILE MERGED 2006/04/05 09:56:03 pl 1.132.88.3: workaround stupid windows compiler 2006/03/28 14:07:18 pl 1.132.88.2: #i63428# consider native check ant radio height in menus 2006/03/27 16:55:33 pl 1.132.88.1: #i63428# native menu checkmarks


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [ac970c24391a66336c2fffcfd173e5933c0599c3]

INTEGRATION: CWS vcl57 (1.19.170); FILE MERGED 2006/04/07 10:05:27 pl 1.19.170.1: #i62723# #104191# radio buttons and check boxes need no label


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [4eb4721ff88008b49f229b395e1e8949569424ae]

INTEGRATION: CWS vcl57 (1.120.2); FILE MERGED 2006/04/12 17:42:19 pl 1.120.2.3: RESYNC: (1.121-1.122); FILE MERGED 2006/04/05 14:27:01 pl 1.120.2.2: RESYNC: (1.120-1.121); FILE MERGED 2006/04/03 13:23:46 hdu 1.120.2.1: #i63885# check mmap against MAP_FAILED


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [1b84f272de34a19e0668b681cfe982e9bf7e0a31]

INTEGRATION: CWS vcl57 (1.61.68); FILE MERGED 2006/04/13 14:20:19 pl 1.61.68.3: #i63129# some more cases for def dialog parent 2006/04/12 17:40:26 pl 1.61.68.2: RESYNC: (1.61-1.62); FILE MERGED 2006/04/10 18:03:31 pl 1.61.68.1: #i63129# IntroWindow makes a bad dialog parent


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [7fc6b802f1997b9908a359c739452130db45f403]

INTEGRATION: CWS vcl57 (1.20.22); FILE MERGED 2006/03/29 16:28:22 pl 1.20.22.1: #i56669# ensure uniqueness of PSName


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [5306920bcf9d89228d44336b0a4fcd2dbd3e1420]

INTEGRATION: CWS vcl57 (1.17.2); FILE MERGED 2006/04/07 13:00:30 pl 1.17.2.1: #i64109# fix performance issue entered with i61841


2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [ce5063d9f1f11a315317d0015b4be61c3c5d2448]

INTEGRATION: CWS vcl57 (1.9.202); FILE MERGED 2006/04/05 09:22:21 pl 1.9.202.1: #i41891# use more differentiated text color for highlighting


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [f4df5829e1a57c8ba6d55e80b6be54683af0b8df]

INTEGRATION: CWS perform07 (1.71.46); FILE MERGED 2006/03/31 15:46:46 mt 1.71.46.5: RESYNC: (1.76-1.77); FILE MERGED 2006/03/28 20:07:41 mt 1.71.46.4: RESYNC: (1.74-1.76); FILE MERGED 2005/12/21 12:29:50 mt 1.71.46.3: #i57122# Only add font name to cache, if font name not empty... 2005/12/01 15:08:12 mt 1.71.46.2: RESYNC: (1.71-1.74); FILE MERGED 2005/11/01 13:36:28 mt 1.71.46.1: #i57122## Cache font names in /share/fonts


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [f6dff5772dd5f5b3e7db70f43bf18573fdf0f6aa]

INTEGRATION: CWS perform07 (1.23.48); FILE MERGED 2006/03/28 20:07:24 mt 1.23.48.2: RESYNC: (1.23-1.26); FILE MERGED 2005/11/01 13:36:27 mt 1.23.48.1: #i57122## Cache font names in /share/fonts


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [9eda34a8ec8a347528b31f023b0f8b3027243f59]

INTEGRATION: CWS perform07 (1.17.46); FILE MERGED 2006/03/28 20:06:50 mt 1.17.46.3: RESYNC: (1.18-1.20); FILE MERGED 2005/12/01 15:05:51 mt 1.17.46.2: RESYNC: (1.17-1.18); FILE MERGED 2005/11/01 13:36:27 mt 1.17.46.1: #i57122## Cache font names in /share/fonts


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [7599885d941b551c9f71d070415369d427178717]

INTEGRATION: CWS perform07 (1.217.38); FILE MERGED 2006/03/28 20:00:13 mt 1.217.38.4: RESYNC: (1.224-1.228); FILE MERGED 2005/12/01 14:50:06 mt 1.217.38.3: RESYNC: (1.217-1.224); FILE MERGED 2005/11/03 12:20:06 pl 1.217.38.2: #i56265# bye bye DefaultFontConfigItem, welcome DefaultFontConfiguration 2005/11/01 13:34:33 mt 1.217.38.1: #i57122## Cache font names in /share/fonts


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [9af8ccc6a2d86cf563cfad88cf47294fb4787d35]

INTEGRATION: CWS perform07 (1.207.14); FILE MERGED 2006/04/24 13:47:27 mt 1.207.14.8: GetDefaultFont: PITCH_VARIABLE 2006/03/31 15:42:52 mt 1.207.14.7: RESYNC: (1.214-1.215); FILE MERGED 2006/03/28 19:56:01 mt 1.207.14.6: RESYNC: (1.209-1.214); FILE MERGED 2005/12/01 14:41:41 mt 1.207.14.5: RESYNC: (1.207-1.209); FILE MERGED 2005/11/03 15:35:00 pl 1.207.14.4: #i56265# bye bye FontSubstConfigItem, welcome FontSubstConfiguration 2005/11/03 12:20:03 pl 1.207.14.3: #i56265# bye bye DefaultFontConfigItem, welcome DefaultFontConfiguration 2005/11/01 13:34:31 mt 1.207.14.2: #i57122## Cache font names in /share/fonts 2005/10/31 10:20:32 mt 1.207.14.1: #i56788# Font::GetFontAttributes instead of helper function GetAttributesFromFont, small hack/fix in GetDefaultFont


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [e1d076f0282793c33e0fac8073e1eb5250dd453b]

INTEGRATION: CWS perform07 (1.23.80); FILE MERGED 2005/11/03 12:20:03 pl 1.23.80.1: #i56265# bye bye DefaultFontConfigItem, welcome DefaultFontConfiguration


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [ab561f316d9aedbf88c88f0568a9e4a5d55eddbf]

INTEGRATION: CWS perform07 (1.36.82); FILE MERGED 2005/11/03 15:34:59 pl 1.36.82.2: #i56265# bye bye FontSubstConfigItem, welcome FontSubstConfiguration 2005/11/03 12:20:02 pl 1.36.82.1: #i56265# bye bye DefaultFontConfigItem, welcome DefaultFontConfiguration


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [7b0f100bea9a28fa8b3cdd5ba474dcefe5548c77]

INTEGRATION: CWS perform07 (1.11.14); FILE MERGED 2005/11/03 15:34:59 pl 1.11.14.3: #i56265# bye bye FontSubstConfigItem, welcome FontSubstConfiguration 2005/10/31 17:15:26 mt 1.11.14.2: #i56788# Font::Merge: Don't use access methods which might start AskConfig() 2005/10/31 10:19:08 mt 1.11.14.1: #i56788# GetFontAttributes


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [9e6960eeef742f7aea55ed4873b9f0c16a1c4cc1]

INTEGRATION: CWS perform07 (1.57.28); FILE MERGED 2006/03/31 15:42:18 mt 1.57.28.3: RESYNC: (1.57-1.58); FILE MERGED 2005/11/03 15:34:58 pl 1.57.28.2: #i56265# bye bye FontSubstConfigItem, welcome FontSubstConfiguration 2005/11/03 12:20:02 pl 1.57.28.1: #i56265# bye bye DefaultFontConfigItem, welcome DefaultFontConfiguration


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [e32f719afe5f7f9660f5ba92026990827f47e314]

INTEGRATION: CWS perform07 (1.46.46); FILE MERGED 2005/12/01 14:39:04 mt 1.46.46.3: RESYNC: (1.46-1.47); FILE MERGED 2005/11/03 15:34:58 pl 1.46.46.2: #i56265# bye bye FontSubstConfigItem, welcome FontSubstConfiguration 2005/11/03 12:20:02 pl 1.46.46.1: #i56265# bye bye DefaultFontConfigItem, welcome DefaultFontConfiguration


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [118e89b9867500a2a75b039d6425352ddcbc9486]

INTEGRATION: CWS perform07 (1.54.82); FILE MERGED 2006/03/28 19:52:32 mt 1.54.82.2: RESYNC: (1.54-1.58); FILE MERGED 2005/11/03 12:20:01 pl 1.54.82.1: #i56265# bye bye DefaultFontConfigItem, welcome DefaultFontConfiguration


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [02ab32ffa5322d6b506e0458e06d5e70c951db5e]

INTEGRATION: CWS perform07 (1.5.16); FILE MERGED 2005/11/04 16:27:42 mt 1.5.16.1: #i57365# Removed empty string (use rtl now), no ref counting for empty string


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [4d8b0053a830a9063831f110ad8aa6cd89dd5c8e]

INTEGRATION: CWS perform07 (1.6.16); FILE MERGED 2005/11/04 16:27:42 mt 1.6.16.1: #i57365# Removed empty string (use rtl now), no ref counting for empty string


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [ef385ecc3c4b6a4344c67912099c9d181c2b2aeb]

INTEGRATION: CWS perform07 (1.7.16); FILE MERGED 2005/11/04 16:27:42 mt 1.7.16.1: #i57365# Removed empty string (use rtl now), no ref counting for empty string


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [2449977765084b285f8e2563593e2df96b8cbe8b]

INTEGRATION: CWS perform07 (1.6.16); FILE MERGED 2005/11/04 16:27:41 mt 1.6.16.1: #i57365# Removed empty string (use rtl now), no ref counting for empty string


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [3fc5c5c664ea6b2bc9b556e468a15a0f9b82e406]

INTEGRATION: CWS perform07 (1.7.14); FILE MERGED 2005/11/04 16:27:41 mt 1.7.14.1: #i57365# Removed empty string (use rtl now), no ref counting for empty string


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [df9a22926170f1664b7796691fc2091062891f8a]

INTEGRATION: CWS perform07 (1.4.16); FILE MERGED 2005/11/04 16:27:41 mt 1.4.16.1: #i57365# Removed empty string (use rtl now), no ref counting for empty string


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [f30458cc1848e3cb772b7f191fab650f5d151a45]

INTEGRATION: CWS pb15 (1.17.204); FILE MERGED 2006/04/26 07:31:28 pb 1.17.204.1: fix: #i64510# only touched for rebuild


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [ce556e1ee58259fb22818d696c990ab38f4b0c69]

INTEGRATION: CWS pb15 (1.43.8); FILE MERGED 2006/04/18 06:59:32 pb 1.43.8.1: fix: #i45473# EnableList() added


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [f1467b6d98c5c224b0251ae4dac465bd94cd4a39]

INTEGRATION: CWS locales203 (1.10.2); FILE MERGED 2006/04/27 11:07:33 er 1.10.2.1: #i64047# correct currency data; also use correct LANGID 0x1404


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [399bd75116ffdb20dee2464e07cbec3ffff54465]

INTEGRATION: CWS locales203 (1.3.62); FILE MERGED 2006/04/26 17:00:37 er 1.3.62.2: RESYNC: (1.3-1.4); FILE MERGED 2006/04/20 16:52:14 er 1.3.62.1: #i61058# new MS-LANGIDs, some of them replacing IDs in user space: Kinyarwanda     (rw-RW)     0x0487/0x0621 Upper Sorbian   (hsb-DE)    0x042E/0x0623 Lower Sorbian   (dsb-DE)    0x082E/0x0624 Occitan         (oc-FR)     0x0482/0x0625 Breton          (br-FR)     0x047E/0x0629 Kalaallisut     (kl-GL)     0x046F/0x062A Luxembourgish   (lb-LU)     0x046E/0x0630


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [ee0a7d8e1f7885e7fe08e229dd205bc96c1a5e7a]

INTEGRATION: CWS locales203 (1.12.30); FILE MERGED 2006/04/26 16:59:57 er 1.12.30.2: RESYNC: (1.12-1.13); FILE MERGED 2006/04/24 13:58:19 er 1.12.30.1: #b6414394# changed DoubleQuotatioStart to U+201E


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [ac72dd32fc83d4d40afb8a8dd907da321b6ed08c]

INTEGRATION: CWS locales203 (1.1.2); FILE ADDED 2006/04/26 19:50:56 er 1.1.2.2: RESYNC: versionDTD 2.0.3, force recompilation for Currency2 memory layout 2006/04/21 12:17:48 er 1.1.2.1: #i59935# Malayalam_India (ml_IN) locale data; contributed by Manu Unni <manu_unni@ooo>


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [ab34cc15806fd3afc549496b3801871f2ee4f4a2]

INTEGRATION: CWS locales203 (1.32.18); FILE MERGED 2006/04/27 13:48:23 er 1.32.18.4: #i64838# add Latin_Vatican (la_VA) locale data; contributed by Philippe Basciano-LeGall <drouizig@ooo> 2006/04/21 13:21:26 er 1.32.18.3: #i60109# Akan_Ghana locale data; contributed by Alberto Escudero-Pascual <it46@ooo> 2006/04/21 12:17:47 er 1.32.18.2: #i59935# Malayalam_India (ml_IN) locale data; contributed by Manu Unni <manu_unni@ooo> 2006/04/12 19:03:46 er 1.32.18.1: #i44766# Kurdish_Turkey (ku_TR) locale data; contributed by Erdal Ronahi <erdalronahi@ooo>


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [9d4c2ffd6e808f30999546e00b8876f303573672]

INTEGRATION: CWS locales203 (1.9.18); FILE MERGED 2006/04/21 13:21:26 er 1.9.18.3: #i60109# Akan_Ghana locale data; contributed by Alberto Escudero-Pascual <it46@ooo> 2006/04/21 12:17:47 er 1.9.18.2: #i59935# Malayalam_India (ml_IN) locale data; contributed by Manu Unni <manu_unni@ooo> 2006/04/12 19:03:46 er 1.9.18.1: #i44766# Kurdish_Turkey (ku_TR) locale data; contributed by Erdal Ronahi <erdalronahi@ooo>


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [7f6e2037e30850aeaa3ac46d969f576ce61bdc64]

INTEGRATION: CWS locales203 (1.14.18); FILE MERGED 2006/04/27 13:48:22 er 1.14.18.1: #i64838# add Latin_Vatican (la_VA) locale data; contributed by Philippe Basciano-LeGall <drouizig@ooo>


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [56d6848ee405622a310a019b0e70036338a46caa]

INTEGRATION: CWS locales203 (1.1.2); FILE ADDED 2006/04/27 13:48:22 er 1.1.2.1: #i64838# add Latin_Vatican (la_VA) locale data; contributed by Philippe Basciano-LeGall <drouizig@ooo>


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [ef0bdbe6ec03c0707364ad77c6b7376961c67764]

INTEGRATION: CWS locales203 (1.1.2); FILE ADDED 2006/04/26 19:50:56 er 1.1.2.3: RESYNC: versionDTD 2.0.3, force recompilation for Currency2 memory layout 2006/04/13 10:07:54 er 1.1.2.2: #i44766# above/below and quarter abbrev 2006/04/12 19:03:45 er 1.1.2.1: #i44766# Kurdish_Turkey (ku_TR) locale data; contributed by Erdal Ronahi <erdalronahi@ooo>


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [0827fd6a1b923ebde684045a78e1f92feffd8dda]

INTEGRATION: CWS locales203 (1.2.30); FILE MERGED 2006/04/26 16:56:45 er 1.2.30.2: RESYNC: (1.2-1.3); FILE MERGED 2006/04/20 16:52:13 er 1.2.30.1: #i61058# new MS-LANGIDs, some of them replacing IDs in user space: Kinyarwanda     (rw-RW)     0x0487/0x0621 Upper Sorbian   (hsb-DE)    0x042E/0x0623 Lower Sorbian   (dsb-DE)    0x082E/0x0624 Occitan         (oc-FR)     0x0482/0x0625 Breton          (br-FR)     0x047E/0x0629 Kalaallisut     (kl-GL)     0x046F/0x062A Luxembourgish   (lb-LU)     0x046E/0x0630


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [3b05a07da4f901f3dbb9eaa69e5c4234e507e840]

INTEGRATION: CWS locales203 (1.3.2); FILE MERGED 2006/04/27 12:22:29 er 1.3.2.1: #i62258# almost aligned to CLDR, just keep the IEP currency symbol


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [4f937c0d86d3d1509f1fefd878c0a80112685298]

INTEGRATION: CWS locales203 (1.10.18); FILE MERGED 2006/04/26 16:50:16 er 1.10.18.2: RESYNC: (1.10-1.11); FILE MERGED 2006/04/26 13:38:29 er 1.10.18.1: #i61171# CLDR alignment


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [9d2c44616a78ec822704f128d0b7e98091c2bfa6]

INTEGRATION: CWS locales203 (1.8.2); FILE MERGED 2006/04/27 12:22:28 er 1.8.2.1: #i62258# almost aligned to CLDR, just keep the IEP currency symbol


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [9ef041b8f4d8541baa786370e1b4215e4531e055]

INTEGRATION: CWS locales203 (1.2.18); FILE MERGED 2006/04/26 16:46:28 er 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2006/04/20 16:52:13 er 1.2.18.1: #i61058# new MS-LANGIDs, some of them replacing IDs in user space: Kinyarwanda     (rw-RW)     0x0487/0x0621 Upper Sorbian   (hsb-DE)    0x042E/0x0623 Lower Sorbian   (dsb-DE)    0x082E/0x0624 Occitan         (oc-FR)     0x0482/0x0625 Breton          (br-FR)     0x047E/0x0629 Kalaallisut     (kl-GL)     0x046F/0x062A Luxembourgish   (lb-LU)     0x046E/0x0630


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [14e08be9815d9c2b94118da19f5c126de47d8af3]

INTEGRATION: CWS locales203 (1.5.36); FILE MERGED 2006/04/26 16:45:48 er 1.5.36.2: RESYNC: (1.5-1.6); FILE MERGED 2006/04/24 14:49:53 er 1.5.36.1: #i61213# add new currency AZN


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [6face521b68d5c476836a1a2148a48c6acbaec2f]

INTEGRATION: CWS locales203 (1.1.2); FILE ADDED 2006/04/26 19:50:56 er 1.1.2.2: RESYNC: versionDTD 2.0.3, force recompilation for Currency2 memory layout 2006/04/21 13:21:26 er 1.1.2.1: #i60109# Akan_Ghana locale data; contributed by Alberto Escudero-Pascual <it46@ooo>


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [95da6b5e82cd0aab3f71a8090217211ef7d319ba]

INTEGRATION: CWS locales203 (1.11.62); FILE MERGED 2006/04/26 16:45:08 er 1.11.62.2: RESYNC: (1.11-1.12); FILE MERGED 2006/04/26 13:38:29 er 1.11.62.1: #i61171# CLDR alignment


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [6c20243210e5589735c013de558dfb69a721dd92]

INTEGRATION: CWS locales203 (1.38.14); FILE MERGED 2006/04/27 13:48:21 er 1.38.14.5: #i64838# add Latin_Vatican (la_VA) locale data; contributed by Philippe Basciano-LeGall <drouizig@ooo> 2006/04/26 16:44:53 er 1.38.14.4: RESYNC: (1.38-1.39); FILE MERGED 2006/04/21 13:21:25 er 1.38.14.3: #i60109# Akan_Ghana locale data; contributed by Alberto Escudero-Pascual <it46@ooo> 2006/04/21 12:17:47 er 1.38.14.2: #i59935# Malayalam_India (ml_IN) locale data; contributed by Manu Unni <manu_unni@ooo> 2006/04/12 19:03:45 er 1.38.14.1: #i44766# Kurdish_Turkey (ku_TR) locale data; contributed by Erdal Ronahi <erdalronahi@ooo>


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [9207ecd952039d8a36c758029cdb8beed2de747d]

INTEGRATION: CWS locales203 (1.2.2); FILE MERGED 2006/04/20 16:52:13 er 1.2.2.2: #i61058# new: hasForbiddenCharacters(), getReplacementForObsoleteLanguage() 2006/04/12 17:29:58 er 1.2.2.1: remove SISSL


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [793cf13eacadeab03a1d82e210261af19cad9abf]

INTEGRATION: CWS locales203 (1.2.2); FILE MERGED 2006/04/20 16:31:23 er 1.2.2.1: #i61058# yet another place for MS-LANGIDs: http://msdn.microsoft.com/library/en-us/intl/nls_238z.asp


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [6277267781237b97e5815a5d2347af70a50cf65f]

INTEGRATION: CWS locales203 (1.2.2); FILE MERGED 2006/04/20 16:52:13 er 1.2.2.1: #i61058# new MS-LANGIDs, some of them replacing IDs in user space: Kinyarwanda     (rw-RW)     0x0487/0x0621 Upper Sorbian   (hsb-DE)    0x042E/0x0623 Lower Sorbian   (dsb-DE)    0x082E/0x0624 Occitan         (oc-FR)     0x0482/0x0625 Breton          (br-FR)     0x047E/0x0629 Kalaallisut     (kl-GL)     0x046F/0x062A Luxembourgish   (lb-LU)     0x046E/0x0630


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [dffac6dc54379d3b27feaf4889a7aeff9d84e702]

INTEGRATION: CWS locales203 (1.1.2); FILE ADDED 2006/04/25 22:49:50 khong 1.1.2.1: #i43217# add collator algorithm data for Kurdish


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [1fc8736172506e73b90c46f451dcf43187418aeb]

INTEGRATION: CWS locales203 (1.2.16); FILE MERGED 2006/04/26 16:43:48 er 1.2.16.2: RESYNC: (1.2-1.3); FILE MERGED 2006/04/25 22:49:50 khong 1.2.16.1: #i43217# add collator algorithm data for Kurdish


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [ad34a31a1a9bca0434bcb983358e822a57e15d21]

INTEGRATION: CWS locales203 (1.11.14); FILE MERGED 2006/04/28 10:37:44 er 1.11.14.1: #i43217# algorithm loader depends on available rules


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [d234c60d29b9d7080837e33c987aa2459b776bfe]

INTEGRATION: CWS locales203 (1.1.2); FILE ADDED 2006/04/25 22:47:02 khong 1.1.2.1: #i58513 add break iterator rules for Finish


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [3e1d567907687e60a4e43ad81fe35a657bcfd26c]

INTEGRATION: CWS locales203 (1.2.2); FILE MERGED 2006/04/20 16:52:12 er 1.2.2.2: #i61058# new: hasForbiddenCharacters(), getReplacementForObsoleteLanguage() 2006/04/12 17:31:13 er 1.2.2.1: remove SISSL


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [6edd19119d779a8b6b3de28b8d6717b137633b93]

INTEGRATION: CWS locales203 (1.2.2); FILE MERGED 2006/04/20 16:52:12 er 1.2.2.1: #i61058# new MS-LANGIDs, some of them replacing IDs in user space: Kinyarwanda     (rw-RW)     0x0487/0x0621 Upper Sorbian   (hsb-DE)    0x042E/0x0623 Lower Sorbian   (dsb-DE)    0x082E/0x0624 Occitan         (oc-FR)     0x0482/0x0625 Breton          (br-FR)     0x047E/0x0629 Kalaallisut     (kl-GL)     0x046F/0x062A Luxembourgish   (lb-LU)     0x046E/0x0630


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [3e4ba15615b3a13adddb915acab0ff6ef5575f95]

INTEGRATION: CWS locales203 (1.5.28); FILE MERGED 2006/04/26 16:42:52 er 1.5.28.2: RESYNC: (1.5-1.6); FILE MERGED 2006/04/26 15:38:25 er 1.5.28.1: #i62741# remove duplicated character U+0E95 from Lao (lo)


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [4d68f1b1a654eea455dc7b1059d40fbced9e1ea5]

INTEGRATION: CWS dba203c (1.228.60); FILE MERGED 2006/04/24 13:56:12 oj 1.228.60.2: RESYNC: (1.228-1.230); FILE MERGED 2006/03/30 09:15:05 fs 1.228.60.1: #133706# SetWindowPeer: be safe against reentrance


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [aaa1c021b896ad7ec715dea2e694758584d0ea7e]

INTEGRATION: CWS dba203c (1.20.16); FILE MERGED 2006/04/20 11:13:29 fs 1.20.16.2: #i63103# don't eat the WHEEL events if we're not focused, to allow for instance scrolling the context 2006/04/20 10:22:24 fs 1.20.16.1: copying the fix for #i63103# from CWS vcl57 into CWS dba203c


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [f281b69e0ad48ad41d5f4579e956df1e17742766]

INTEGRATION: CWS dba203c (1.34.230); FILE MERGED 2006/04/20 11:13:29 fs 1.34.230.2: #i63103# don't eat the WHEEL events if we're not focused, to allow for instance scrolling the context 2006/04/20 10:22:24 fs 1.34.230.1: copying the fix for #i63103# from CWS vcl57 into CWS dba203c


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [aefcdf1de31a0e774b6e39956ecee75034b96227]

INTEGRATION: CWS dba203c (1.37.16); FILE MERGED 2006/04/20 11:13:28 fs 1.37.16.2: #i63103# don't eat the WHEEL events if we're not focused, to allow for instance scrolling the context 2006/04/20 10:22:24 fs 1.37.16.1: copying the fix for #i63103# from CWS vcl57 into CWS dba203c


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [3b35b5f8d74f642e304bb51fac4b11474c702b72]

INTEGRATION: CWS dba203c (1.58.14); FILE MERGED 2006/04/24 13:51:28 oj 1.58.14.2: RESYNC: (1.58-1.59); FILE MERGED 2006/04/20 10:22:24 fs 1.58.14.1: copying the fix for #i63103# from CWS vcl57 into CWS dba203c


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [8e920bf79f6d91d655617dd5e2092b655233a6ae]

INTEGRATION: CWS pj54 (1.33.22); FILE MERGED 2006/04/25 10:52:54 pjanik 1.33.22.1: #i64399#: Remove macxp_tempnam.


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [d545c68b9f55ddba54a29a635f5f47296ac7bbfe]

INTEGRATION: CWS pj54 (1.6.82); FILE MERGED 2006/04/25 11:05:28 pjanik 1.6.82.1: #i64421#: Use /tmp instead of /var/tmp on Mac OS X.


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [7224e59975b33c0a4254e67ce16b12ecadce533c]

INTEGRATION: CWS dba203c (1.25.60); FILE MERGED 2006/03/30 09:48:02 fs 1.25.60.1: removed useless assertion


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [548c707f2691b62bd55ec9ed72a4493d4c32ec10]

INTEGRATION: CWS dba203c (1.28.12); FILE MERGED 2006/04/20 10:22:47 fs 1.28.12.1: #i63103# +WheelWithoutFocus property at the window peer


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [2d83bc574a467362798492f73131667fb0a67882]

INTEGRATION: CWS dba203c (1.43.6); FILE MERGED 2006/04/24 13:17:57 oj 1.43.6.2: RESYNC: (1.43-1.45); FILE MERGED 2006/04/20 10:22:47 fs 1.43.6.1: #i63103# +WheelWithoutFocus property at the window peer


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [b6a9ca4e899d9e49f16229b6d596c4d385a2cacf]

INTEGRATION: CWS dba203c (1.58.10); FILE MERGED 2006/04/20 10:22:47 fs 1.58.10.1: #i63103# +WheelWithoutFocus property at the window peer


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [52ffff5107408b0f373ecf3f1b86c908afa31e00]

INTEGRATION: CWS dba203c (1.45.72); FILE MERGED 2006/03/30 09:47:32 fs 1.45.72.1: assertion to find re-occurences of #133706#


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [99f317ad4a1ce597d9094df7c2cf7565d31344e8]

INTEGRATION: CWS dba203c (1.23.80); FILE MERGED 2006/04/20 10:22:46 fs 1.23.80.1: #i63103# +WheelWithoutFocus property at the window peer


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [057aee825c4253af7e0de2a11679bfbdcf26e9e6]

INTEGRATION: CWS thbpp3 (1.5.198); FILE MERGED 2006/03/01 16:19:11 thb 1.5.198.1: #131187# Guarding against NULL data ptr on the gfxlink (the referred stack trace crashed on such an occasion); Fixing up GfxLink to a) assert when someone passes in a NULL data ptr, and b) maintaining invariants when swapping out fails


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [aaaf47a53be6149c067e33310ee311f7cc346d83]

INTEGRATION: CWS thbpp3 (1.14.200); FILE MERGED 2006/03/01 16:19:11 thb 1.14.200.1: #131187# Guarding against NULL data ptr on the gfxlink (the referred stack trace crashed on such an occasion); Fixing up GfxLink to a) assert when someone passes in a NULL data ptr, and b) maintaining invariants when swapping out fails


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [0abec98aca9dcc2d959c11d741cdafe1c979de41]

INTEGRATION: CWS thbpp3 (1.13.198); FILE MERGED 2006/04/26 12:38:03 thb 1.13.198.2: RESYNC: (1.13-1.14); FILE MERGED 2006/03/01 16:19:11 thb 1.13.198.1: #131187# Guarding against NULL data ptr on the gfxlink (the referred stack trace crashed on such an occasion); Fixing up GfxLink to a) assert when someone passes in a NULL data ptr, and b) maintaining invariants when swapping out fails


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [06c485dee0dd5946bff89d1acd536e8f9ff673c4]

INTEGRATION: CWS thbpp3 (1.17.102); FILE MERGED 2006/04/26 12:37:08 thb 1.17.102.2: RESYNC: (1.17-1.18); FILE MERGED 2006/03/01 09:53:41 thb 1.17.102.1: #i50672# Added assertions to the relevant BitmapEx constructors, to ensure bitmap and mask share the same size.


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [8b52b3287baff18c5246840fbe07d631990668ba]

INTEGRATION: CWS thbpp3 (1.21.32); FILE MERGED 2006/04/26 12:00:05 thb 1.21.32.2: RESYNC: (1.21-1.22); FILE MERGED 2006/03/06 17:53:53 thb 1.21.32.1: #131696# Asserting bmp/mask size inconsistencies; checking return value of GraphicCache::ImplGetCacheEntry() before dereffing the ptr


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [dcc89eb2e6a2f6c016403eda60f5bd58f6467da0]

INTEGRATION: CWS thbpp3 (1.19.52); FILE MERGED 2006/03/06 17:53:53 thb 1.19.52.1: #131696# Asserting bmp/mask size inconsistencies; checking return value of GraphicCache::ImplGetCacheEntry() before dereffing the ptr


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [6704a8dd276d135c75c32c3cbac14b26619e3a10]

INTEGRATION: CWS thbpp3 (1.46.8); FILE MERGED 2006/04/26 11:49:29 thb 1.46.8.2: RESYNC: (1.46-1.47); FILE MERGED 2006/03/01 09:52:35 thb 1.46.8.1: #i50672# Extracting bitmap in pixel mapmode (otherwise, roundoff might yield one pixel less)


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [861b0202537d3c4ec4f13c28529bc986bdfe68cc]

INTEGRATION: CWS thbpp3 (1.3.14); FILE MERGED 2006/04/26 11:35:00 thb 1.3.14.2: RESYNC: (1.3-1.5); FILE MERGED 2006/02/09 15:25:33 thb 1.3.14.1: Corrected debugging for sprite numbers; sanitized tools methods to return empty ranges, when input range is empty (doing calculations with the magic empty values usually yield non-magic, non-empty results)


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [e6f4b0097b7075961706649c7f48bf06b74d8387]

INTEGRATION: CWS thbpp3 (1.8.26); FILE MERGED 2006/02/09 15:25:32 thb 1.8.26.1: Corrected debugging for sprite numbers; sanitized tools methods to return empty ranges, when input range is empty (doing calculations with the magic empty values usually yield non-magic, non-empty results)


2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [2175752eb70676aa811790100c5ec820bd44b1bb]

INTEGRATION: CWS thbpp3 (1.2.26); FILE MERGED 2006/04/26 11:22:52 thb 1.2.26.2: RESYNC: (1.2-1.3); FILE MERGED 2006/02/09 15:28:53 thb 1.2.26.1: #i61843# Changed SpriteInfo::getUpdateArea to return by value (otherwise, bind usage of select2nd breaks)


2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [76feee86b4b3472ecf34bc86702571de8740695f]

INTEGRATION: CWS vcl58 (1.133.26); FILE MERGED 2006/04/26 10:57:26 pl 1.133.26.1: #i64768# problem with timerproc recursion introduced with fix for #i60519#


2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [c584481da9d9c66274780b6cc2c629f874fbe9eb]

INTEGRATION: CWS vcl58 (1.8.26); FILE MERGED 2006/04/26 10:57:26 pl 1.8.26.1: #i64768# problem with timerproc recursion introduced with fix for #i60519#


2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [44d2f39ea6fdaee0d96ceed52b5b3b85c0dadde5]

INTEGRATION: CWS vcl58 (1.29.26); FILE MERGED 2006/04/26 10:57:25 pl 1.29.26.1: #i64768# problem with timerproc recursion introduced with fix for #i60519#


2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [e6e5d9496be7a0c09b81d091beb051d57b850259]

INTEGRATION: CWS vcl58 (1.4.26); FILE MERGED 2006/04/26 10:57:25 pl 1.4.26.1: #i64768# problem with timerproc recursion introduced with fix for #i60519#


2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [117cdf88afc4262909acefd82015be34efcc2242]

INTEGRATION: CWS vcl58 (1.24.26); FILE MERGED 2006/04/26 10:57:25 pl 1.24.26.1: #i64768# problem with timerproc recursion introduced with fix for #i60519#


2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [8cc89e5d9c0195e0cb5c2d2b6109cb89a52023e5]

INTEGRATION: CWS vcl58 (1.230.20); FILE MERGED 2006/04/27 14:30:31 hdu 1.230.20.3: #132482# add a dogtag to Window::GetFocus() 2006/04/27 12:31:35 hdu 1.230.20.2: #134435# fix wrong indentation 2006/04/27 12:16:37 hdu 1.230.20.1: #134435# add dogtag to Window::GetSizePixel()


2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [13ac1bfb77d7a3cc4c2eac2b3cf9141482ee3e6c]

INTEGRATION: CWS vcl58 (1.77.26); FILE MERGED 2006/04/26 09:19:49 hdu 1.77.26.1: #i64743# enable MultiSalLayout::AdjustLayout for level 1 as well


2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [27e3898f9062fffcd7f69eaa6c567dbef30e08da]

INTEGRATION: CWS vcl58 (1.18.4); FILE MERGED 2006/04/28 08:13:32 hdu 1.18.4.1: #134316# make valgrind happy in operator>>


2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [c249e37783010a1190ab1fdfb7e5ef772cd61544]

INTEGRATION: CWS vcl58 (1.5.244); FILE MERGED 2006/04/28 11:21:08 hdu 1.5.244.2: #126816# use DBG_ERROR on restart of destroyed timer 2006/04/28 10:54:27 hdu 1.5.244.1: #126816# assert restart of destroyed timer


2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [5f911532332962623508734f0ad0853f2a0f9feb]

INTEGRATION: CWS mhu12 (1.5.72); FILE MERGED 2006/04/20 09:25:42 mhu 1.5.72.2: #i23172# Adapted rtl_cache_create() arguments. 2006/04/11 17:16:39 mhu 1.5.72.1: #i23172# replaced implementation with new rtl_cache functionality.


2006-04-26  Kurt Zenker  <kz@openoffice.org>  [b3858eae7691467704508a97548d09290fbfa950]

INTEGRATION: CWS fwk37 (1.5.22); FILE MERGED 2006/03/29 09:35:35 mav 1.5.22.1: #b6404500# support substorages in OLESimpleStorage service


2006-04-26  Kurt Zenker  <kz@openoffice.org>  [f50f985a12924bed050e3a8e11318f49d9118249]

INTEGRATION: CWS fwk37 (1.6.16); FILE MERGED 2006/03/29 09:35:34 mav 1.6.16.1: #b6404500# support substorages in OLESimpleStorage service


2006-04-26  Kurt Zenker  <kz@openoffice.org>  [df1f1031b87a4508eff96868b04966e7b0631ad5]

INTEGRATION: CWS fwk37 (1.7.34); FILE MERGED 2006/03/27 16:28:36 mav 1.7.34.1: #133210# check the pointer


2006-04-26  Kurt Zenker  <kz@openoffice.org>  [180c1852cfd231cbf48c2549f92df7634f2a2b71]

INTEGRATION: CWS fwk37 (1.6.36); FILE MERGED 2006/03/31 12:25:09 mav 1.6.36.1: #132481# create the string correctly


2006-04-26  Kurt Zenker  <kz@openoffice.org>  [3899a4b5075cc374e71b1d58a810a4211cec5bce]

INTEGRATION: CWS fwk37 (1.16.38); FILE MERGED 2006/03/29 09:43:24 mav 1.16.38.1: #b6404500# support substorages in OLESimpleStorage service


2006-04-26  Kurt Zenker  <kz@openoffice.org>  [49904ca1632e60cd6f8d1e7efbeccf6bf2fa1c18]

INTEGRATION: CWS fwk37 (1.7.64); FILE MERGED 2006/03/29 09:43:25 mav 1.7.64.1: #b6404500# support substorages in OLESimpleStorage service


2006-04-26  Kurt Zenker  <kz@openoffice.org>  [0a1734cce4cef8dbb15fc09e1df72548b8769ddc]

INTEGRATION: CWS fwk37 (1.9.198); FILE MERGED 2006/03/29 14:50:22 mav 1.9.198.1: #i45270# fix decoding of special symbols


2006-04-26  Kurt Zenker  <kz@openoffice.org>  [c2fa0a8a371cd7e9e06cce6a93d213cf3d748804]

INTEGRATION: CWS fwk37 (1.14.88); FILE MERGED 2006/04/05 14:20:12 mav 1.14.88.2: RESYNC: (1.14-1.15); FILE MERGED 2006/03/31 13:21:08 mav 1.14.88.1: #128950# check the provided reference


2006-04-26  Kurt Zenker  <kz@openoffice.org>  [2c95b29bc1b66438568a28efd1867131def71415]

INTEGRATION: CWS fwk37 (1.28.10); FILE MERGED 2006/04/07 08:06:16 as 1.28.10.1: #i63819# make sure that c-exceptions reach the signal handler


2006-04-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [374896d463a44f646438414d224ff78dcaf5f946]

#i10000#: typo in include guard


2006-04-20  Vladimir Glazounov  <vg@openoffice.org>  [a99fd0f43d1593f85c547cba881f7984e0769082]

new version for SRC680


2006-04-20  Vladimir Glazounov  <vg@openoffice.org>  [195f30f4f274e4cd66246e9e3107a97dcfe2b97b]

new version for SRC680


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3139a1d70065b2f226723ea7a006580f35e836e4]

INTEGRATION: CWS pj53 (1.11.172); FILE MERGED 2006/04/13 14:38:26 pjanik 1.11.172.1: #i61798#: Rename create-bundle to macosx-create-bundle.


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [16757911d54c0ae9d8a87aafccf1c9f94025ece6]

INTEGRATION: CWS pj53 (1.3.40); FILE MERGED 2006/04/13 15:05:50 pjanik 1.3.40.1: #i61798#: Rename create-bundle to macosx-create-bundle.


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [63782739de47c375eb8f88692f6b3d0c0c1b79f4]

INTEGRATION: CWS pj53 (1.8.62); FILE MERGED 2006/04/13 15:06:25 pjanik 1.8.62.1: #i61798#: Rename create-bundle to macosx-create-bundle.


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3519b04768e720449a612baabce4cb66b904a9b0]

INTEGRATION: CWS pj53 (1.132.150); FILE MERGED 2006/04/13 15:09:56 pjanik 1.132.150.1: #i61798#: Rename create-bundle to macosx-create-bundle.


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a97b9c4676694c2e66d329f9ac7a5dd84d0922f2]

INTEGRATION: CWS pj53 (1.3.42); FILE MERGED 2006/04/13 14:47:54 pjanik 1.3.42.1: #i61798#: Rename create-bundle to macosx-create-bundle.


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [77af615344c997c129ffac1a5b033cc929c51438]

INTEGRATION: CWS pj53 (1.46.422); FILE MERGED 2006/04/13 15:13:49 pjanik 1.46.422.1: #i61798#: Rename create-bundle to macosx-create-bundle.


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1c55f070f45e4e862860f53a4542ddadc66bdd9]

INTEGRATION: CWS pj53 (1.11.4); FILE MERGED 2006/04/13 14:47:32 pjanik 1.11.4.1: #i61798#: Rename create-bundle to macosx-create-bundle.


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e20111145d5547fca7f158da8030e004d9767c1]

INTEGRATION: CWS pj53 (1.8.48); FILE MERGED 2006/04/13 15:14:01 pjanik 1.8.48.1: #i61798#: Rename create-bundle to macosx-create-bundle.


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f1dc9e0b89cb1cebd2c0934271802257f697b56]

INTEGRATION: CWS pj53 (1.20.112); FILE MERGED 2006/04/13 15:12:30 pjanik 1.20.112.1: #i61798#: Rename create-bundle to macosx-create-bundle.


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [28be6b8e79bb9e8cd47d09a0c7e947942387d5f7]

INTEGRATION: CWS pj53 (1.8.66); FILE MERGED 2006/04/13 15:13:22 pjanik 1.8.66.1: #i61798#: Rename create-bundle to macosx-create-bundle.


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ed803c4e4adf7418f800a1c2cd645386d32e828]

INTEGRATION: CWS pj53 (1.41.8); FILE MERGED 2006/04/13 15:12:09 pjanik 1.41.8.1: #i61798#: Rename create-bundle to macosx-create-bundle.


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5209ae2da72ce6511ef2413e6e683602f19e199b]

INTEGRATION: CWS numbers203 (1.2.60); FILE MERGED 2006/03/03 12:13:24 er 1.2.60.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [df0c2a77cb554d9b316dcdfbeae0623790ad5262]

INTEGRATION: CWS numbers203 (1.15.10); FILE MERGED 2006/03/03 12:13:24 er 1.15.10.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [963898b0f70681bd16b01b49ca50031896de7400]

INTEGRATION: CWS numbers203 (1.9.72); FILE MERGED 2006/03/03 12:13:23 er 1.9.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd5267f5a4817e24a9a58088c7870b7687befa5a]

INTEGRATION: CWS numbers203 (1.12.72); FILE MERGED 2006/03/03 12:13:23 er 1.12.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d02e5d97e71f39f220bccbac463b78dce7d3b6c3]

INTEGRATION: CWS numbers203 (1.18.10); FILE MERGED 2006/03/03 12:13:23 er 1.18.10.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d1e9ff57bc27fe07be27fc917737c9fbe84c85e]

INTEGRATION: CWS numbers203 (1.2.28); FILE MERGED 2006/03/03 12:13:23 er 1.2.28.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f57b94e5da110d7508e85e10b03de0e08d482a14]

INTEGRATION: CWS numbers203 (1.2.14); FILE MERGED 2006/03/03 12:13:23 er 1.2.14.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [791940bf681465bb675be058ea331b8970090ef2]

INTEGRATION: CWS numbers203 (1.5.72); FILE MERGED 2006/03/03 12:13:22 er 1.5.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [20dac06ff3b297424f1a3b7d4e867953a7f391b2]

INTEGRATION: CWS numbers203 (1.2.14); FILE MERGED 2006/03/03 12:13:22 er 1.2.14.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd6d748507f5ef775cccef52a02794ed9cad6ed8]

INTEGRATION: CWS pj53 (1.22.38); FILE MERGED 2006/04/13 15:13:07 pjanik 1.22.38.1: #i61798#: Rename create-bundle to macosx-create-bundle.


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffd58bce7b4e1623bb11e0a1cb83ad17fbcbe721]

INTEGRATION: CWS numbers203 (1.11.34); FILE MERGED 2006/03/03 12:13:22 er 1.11.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [918b62e1a8eb03d0c55d28dd46f2305a34a6533a]

INTEGRATION: CWS numbers203 (1.2.28); FILE MERGED 2006/03/03 12:13:22 er 1.2.28.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4a29332a5e1fb25d92d8379c48065ef36e3b185]

INTEGRATION: CWS numbers203 (1.14.26); FILE MERGED 2006/03/03 12:13:22 er 1.14.26.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e381ea59bc04f3c3d985374066859383cd1ed33a]

INTEGRATION: CWS numbers203 (1.7.72); FILE MERGED 2006/03/03 12:13:22 er 1.7.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [13f485ff6b85f0b43fc33703625173d693363baf]

INTEGRATION: CWS numbers203 (1.6.72); FILE MERGED 2006/03/03 12:13:21 er 1.6.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [014a7367f06925e00667219167f3d1109bb9c199]

INTEGRATION: CWS pj53 (1.8.50); FILE MERGED 2006/04/13 15:06:55 pjanik 1.8.50.1: #i61798#: Rename create-bundle to macosx-create-bundle.


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d5891de4d35da09142584a469ace18664e64956]

INTEGRATION: CWS numbers203 (1.4.34); FILE MERGED 2006/03/03 12:13:21 er 1.4.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [09ae62b68d4c6f5102128dedf86cf293eed9cd7d]

INTEGRATION: CWS numbers203 (1.11.34); FILE MERGED 2006/03/03 12:13:21 er 1.11.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [db4e3d0b3b7db1b83f34b59d873d60e2257b700a]

INTEGRATION: CWS numbers203 (1.2.28); FILE MERGED 2006/03/03 12:13:21 er 1.2.28.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe83c099d462ea347cd3332ff9f8bd1dbe7a6599]

INTEGRATION: CWS numbers203 (1.6.14); FILE MERGED 2006/03/03 12:13:21 er 1.6.14.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7186bcefbd81b86f061eb9b8f0f2c16aaca5f960]

INTEGRATION: CWS numbers203 (1.7.34); FILE MERGED 2006/03/03 12:13:20 er 1.7.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [99d4a4434fe6592b919eadf170fae084aedb4a44]

INTEGRATION: CWS numbers203 (1.7.64); FILE MERGED 2006/03/03 12:13:20 er 1.7.64.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b6b307947e75959bba27d6168a843824235245b]

INTEGRATION: CWS numbers203 (1.6.14); FILE MERGED 2006/03/03 12:13:20 er 1.6.14.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [36665b002aadaadf99cb244b2c071ecc1c1ab61a]

INTEGRATION: CWS numbers203 (1.3.60); FILE MERGED 2006/03/03 12:13:20 er 1.3.60.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4bef0d7008c2f12fc03c5b14cdafb3143eaf3f0]

INTEGRATION: CWS numbers203 (1.14.34); FILE MERGED 2006/03/03 12:13:20 er 1.14.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0d63f7a6ea985e0be364342d0be62c2b7b12c4c]

INTEGRATION: CWS numbers203 (1.5.72); FILE MERGED 2006/03/03 12:13:20 er 1.5.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9632b8cec725e2a5f6e2f6b80949913a79d3db9]

INTEGRATION: CWS numbers203 (1.8.72); FILE MERGED 2006/03/03 12:13:19 er 1.8.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f7ef08b0033867bd24f1f85a24d5d5e6a29776e]

INTEGRATION: CWS numbers203 (1.12.28); FILE MERGED 2006/03/03 12:13:19 er 1.12.28.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [479d3f388e84d9f3eff7fa7e499e17c18856b95b]

INTEGRATION: CWS numbers203 (1.4.34); FILE MERGED 2006/03/03 12:13:19 er 1.4.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ccf6cbef8b115d306a51b2061dcc56ef6400c47]

INTEGRATION: CWS numbers203 (1.2.28); FILE MERGED 2006/03/03 12:13:19 er 1.2.28.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e120565c2558be861b69f9815e8faf3f8b6bc2a1]

INTEGRATION: CWS numbers203 (1.2.60); FILE MERGED 2006/03/03 12:13:19 er 1.2.60.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d8e92da7868133807c78f114892f02e94ab550a]

INTEGRATION: CWS numbers203 (1.2.14); FILE MERGED 2006/03/03 12:13:19 er 1.2.14.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4db5827a68383f7fba8db3f069fe05b96c0b9fc]

INTEGRATION: CWS numbers203 (1.11.64); FILE MERGED 2006/03/03 12:13:18 er 1.11.64.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [031ad1c4f457d7501dfd15fc64b264406aee16e2]

INTEGRATION: CWS numbers203 (1.10.72); FILE MERGED 2006/03/03 12:13:18 er 1.10.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c9c9d2b6756e5491f7f16f60387e4667704c49c]

INTEGRATION: CWS numbers203 (1.9.72); FILE MERGED 2006/03/03 12:13:18 er 1.9.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [167c09659b83c1a205e4b2c45a3ce6e89c0dea82]

INTEGRATION: CWS numbers203 (1.11.34); FILE MERGED 2006/03/03 12:13:18 er 1.11.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2314167098a2b93d948df94317f9b69ae96123d]

INTEGRATION: CWS numbers203 (1.3.14); FILE MERGED 2006/03/03 12:13:18 er 1.3.14.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a433f6c2c27c2bf4870de9255ddc6edb44aee67]

INTEGRATION: CWS numbers203 (1.8.72); FILE MERGED 2006/03/03 12:13:18 er 1.8.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [01535864b4d2899c162aaa0e5df999e13b03d7e6]

INTEGRATION: CWS numbers203 (1.5.34); FILE MERGED 2006/03/03 12:13:18 er 1.5.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [214f12430b6ef3e47eaa93e728c754c26ded76db]

INTEGRATION: CWS numbers203 (1.4.72); FILE MERGED 2006/03/03 12:13:17 er 1.4.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [163a41f4e0217703f47577408e45b99b7f89880b]

INTEGRATION: CWS numbers203 (1.5.64); FILE MERGED 2006/03/03 12:13:17 er 1.5.64.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [86e3125ecca4b8925743be1f8b27e41e6f5d29ca]

INTEGRATION: CWS numbers203 (1.2.26); FILE MERGED 2006/03/03 12:13:17 er 1.2.26.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e68ff73326c8d36d96b77e8460fd357caf310ece]

INTEGRATION: CWS numbers203 (1.6.64); FILE MERGED 2006/03/03 12:13:17 er 1.6.64.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [41371701d0e452e0f52309ee1951eeb638863f83]

INTEGRATION: CWS numbers203 (1.6.34); FILE MERGED 2006/03/03 12:13:17 er 1.6.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b19ec52b4772faf265751474ac02eacf94d91468]

INTEGRATION: CWS numbers203 (1.18.10); FILE MERGED 2006/03/16 12:28:24 er 1.18.10.3: some more documentation 2006/03/03 12:39:32 er 1.18.10.2: add missing bits of documentation 2006/03/03 12:13:17 er 1.18.10.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [835517860d991ffee14a1550c66f402cea00f180]

INTEGRATION: CWS numbers203 (1.5.14); FILE MERGED 2006/03/03 12:13:16 er 1.5.14.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebcc0ccbd390441a9a8b3aee8105fbe9dd015013]

INTEGRATION: CWS numbers203 (1.21.10); FILE MERGED 2006/03/03 12:13:16 er 1.21.10.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d5e9ee59616686eaa694183f62591e211406b06]

INTEGRATION: CWS numbers203 (1.7.72); FILE MERGED 2006/03/03 12:13:16 er 1.7.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [af2e971e6d442af903b4e1751a46bebd794db364]

INTEGRATION: CWS numbers203 (1.8.34); FILE MERGED 2006/03/03 12:13:16 er 1.8.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd264272751f86707a8938320c367a07837e7cde]

INTEGRATION: CWS numbers203 (1.2.28); FILE MERGED 2006/03/03 12:13:16 er 1.2.28.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [33a028f46f9dd7876f6f7f34f87240d268c312d3]

INTEGRATION: CWS numbers203 (1.2.64); FILE MERGED 2006/03/03 12:13:16 er 1.2.64.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [39216747a7ecac1e161377bfb4a60a675eebf690]

INTEGRATION: CWS numbers203 (1.15.34); FILE MERGED 2006/03/03 12:13:15 er 1.15.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [edd82d023b1dc2232c14c2808ad7c896a166275f]

INTEGRATION: CWS numbers203 (1.9.34); FILE MERGED 2006/03/16 14:14:24 er 1.9.34.2: #i61657# swapped currency symbols 2006/03/03 12:13:15 er 1.9.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [caaa788ab8b0ec2d96f42ec95e5dbfabc3973673]

INTEGRATION: CWS numbers203 (1.10.34); FILE MERGED 2006/03/03 12:13:15 er 1.10.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0fd3debe3a3cc3a5ef4e8bd4c9bcf52fd942d6e]

INTEGRATION: CWS numbers203 (1.10.60); FILE MERGED 2006/03/03 12:13:15 er 1.10.60.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [545ce5f1089864e129bf6857284432f181c595f3]

INTEGRATION: CWS numbers203 (1.9.60); FILE MERGED 2006/03/03 12:13:15 er 1.9.60.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0e64e752f6dd580699d7b074e6cbfabe6fe7d1c]

INTEGRATION: CWS numbers203 (1.4.72); FILE MERGED 2006/03/03 12:13:15 er 1.4.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fa18f4e9ba10b0794860c1c0b425c8ff1500151]

INTEGRATION: CWS numbers203 (1.11.34); FILE MERGED 2006/03/03 12:13:14 er 1.11.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [798c80199c48ecd87237a78fb18402f22afca436]

INTEGRATION: CWS numbers203 (1.3.72); FILE MERGED 2006/03/03 12:13:14 er 1.3.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fa1e134d2ebb25a567efbe46db64637473bc794]

INTEGRATION: CWS numbers203 (1.12.34); FILE MERGED 2006/03/03 12:13:14 er 1.12.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b52bd04b368e7e7c8610f066d1cb2d6da81641b9]

INTEGRATION: CWS numbers203 (1.16.72); FILE MERGED 2006/03/03 12:13:14 er 1.16.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2781253ff6bab7cb492510e62752dd9321b1794d]

INTEGRATION: CWS numbers203 (1.5.34); FILE MERGED 2006/03/03 12:13:14 er 1.5.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1972ec648e9287dbe8cdf58aa35fd52de78fc09]

INTEGRATION: CWS numbers203 (1.2.72); FILE MERGED 2006/03/03 12:13:13 er 1.2.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [77c4e39b77c142401ea69184dede311a7c8e7583]

INTEGRATION: CWS numbers203 (1.9.34); FILE MERGED 2006/03/03 12:13:13 er 1.9.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [13577a35ff383c31e6d7dec1156842fcb7b3082d]

INTEGRATION: CWS numbers203 (1.8.34); FILE MERGED 2006/03/03 12:13:13 er 1.8.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [45abb990893ccc123e3bc3f1698a64a973aa8dd9]

INTEGRATION: CWS numbers203 (1.12.34); FILE MERGED 2006/03/03 12:13:13 er 1.12.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9be9f71ab8fed3a791371ce30a4c2d780f380f7]

INTEGRATION: CWS numbers203 (1.11.34); FILE MERGED 2006/03/03 12:13:13 er 1.11.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [19c3f2dcf3894d8a02364dc02a3aee0e08baf3a9]

INTEGRATION: CWS numbers203 (1.10.34); FILE MERGED 2006/03/03 12:13:13 er 1.10.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a65be188f89bc21723d0dd357eb34db3c23681cd]

INTEGRATION: CWS numbers203 (1.3.64); FILE MERGED 2006/03/03 12:13:12 er 1.3.64.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [452445c2578f42f3f929d77a32032aa45685e2e4]

INTEGRATION: CWS numbers203 (1.13.60); FILE MERGED 2006/03/03 12:13:12 er 1.13.60.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ffb4d08a2d60f5b65858d3b610ea8c460742423]

INTEGRATION: CWS numbers203 (1.4.34); FILE MERGED 2006/03/03 12:13:12 er 1.4.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a18cd0b0ee039b00c9724fa8186c4ae121c3e71]

INTEGRATION: CWS interdummy (1.11.6); FILE MERGED 2006/04/19 18:41:49 er 1.11.6.1: #i64515# reverted change of r1.11, which was plain wrong. Whatever the MSC compiler complained about ambiguous UnicodeString ctors, it doesn't happen in my environment. There ought to be no UnicodeString ctor involved. If it was because the compiler thought 'const sal_uInt8*' being different from 'const uint8_t*' for whatever (command line flags?) reason, this cast now should be the correct solution.


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f888a614a726168c0a982b3b6cd436e85ab36d6b]

INTEGRATION: CWS numbers203 (1.7.34); FILE MERGED 2006/03/03 12:13:12 er 1.7.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [78131f5ececc525a823dbb39622da1c706f4a646]

INTEGRATION: CWS numbers203 (1.7.72); FILE MERGED 2006/03/03 12:13:12 er 1.7.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fa8e4d2575a6c466a1593c1388b3ff814fbd50b]

INTEGRATION: CWS numbers203 (1.10.34); FILE MERGED 2006/03/03 12:13:11 er 1.10.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2464cfcf21fd7c4eac616c4259740556544fc7c0]

INTEGRATION: CWS numbers203 (1.7.72); FILE MERGED 2006/03/03 12:13:11 er 1.7.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [895660564e031a83d7638936752312c7b89aa721]

INTEGRATION: CWS numbers203 (1.8.72); FILE MERGED 2006/03/03 12:13:11 er 1.8.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa70c140c2ad1205e90e6f6cadcca1b6ad096305]

INTEGRATION: CWS numbers203 (1.8.72); FILE MERGED 2006/03/03 12:13:10 er 1.8.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1db5fc1820515db2485405d2cf07cbad5045722a]

INTEGRATION: CWS numbers203 (1.7.72); FILE MERGED 2006/03/03 12:13:10 er 1.7.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3227a1d8c23ee0af4a968f0c33bc033696af7521]

INTEGRATION: CWS numbers203 (1.9.34); FILE MERGED 2006/03/03 12:13:10 er 1.9.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcfebe6c552fa4a61feee8ec509907bf6c27212b]

INTEGRATION: CWS numbers203 (1.13.34); FILE MERGED 2006/03/03 12:13:10 er 1.13.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae84e1aba3e6f53bd087eb9a902c7d15ead92c9b]

INTEGRATION: CWS numbers203 (1.8.72); FILE MERGED 2006/03/03 12:13:09 er 1.8.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8162766196f63a71ab858e452b1c92a967f61027]

INTEGRATION: CWS numbers203 (1.10.34); FILE MERGED 2006/03/03 12:13:09 er 1.10.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6e1e3e033d6ac711f204d1549d085ffac3589b6]

INTEGRATION: CWS numbers203 (1.9.34); FILE MERGED 2006/03/03 12:13:09 er 1.9.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e89fc91d5a3fbf933d3978118e860d0ef5c5c97a]

INTEGRATION: CWS numbers203 (1.12.34); FILE MERGED 2006/03/03 12:13:09 er 1.12.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8275d04b8537b7c916c2bea7e7102c4e5cb8220]

INTEGRATION: CWS numbers203 (1.3.28); FILE MERGED 2006/03/03 12:13:09 er 1.3.28.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [24b9c1d9738446571cc941809eab10710b8b9adc]

INTEGRATION: CWS numbers203 (1.7.60); FILE MERGED 2006/03/03 12:13:08 er 1.7.60.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [12b4b09a22bf563d364104fbe088f3b85c431d0b]

INTEGRATION: CWS numbers203 (1.10.14); FILE MERGED 2006/03/03 12:13:08 er 1.10.14.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbb9ad000b3ea1abb6edaa5525e83e4056730fcd]

INTEGRATION: CWS numbers203 (1.16.14); FILE MERGED 2006/03/03 12:13:08 er 1.16.14.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4b2cc81b9821e17e4eaf134075eb9aa36bb7a8a]

INTEGRATION: CWS numbers203 (1.5.72); FILE MERGED 2006/03/03 12:13:08 er 1.5.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [de29f0de5e57e6c70d93f247d2e74b0a6438ebc7]

INTEGRATION: CWS numbers203 (1.8.60); FILE MERGED 2006/03/03 12:13:07 er 1.8.60.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c3b7dc1b4d333dda01c50039050a2a1990fab83]

INTEGRATION: CWS numbers203 (1.2.14); FILE MERGED 2006/03/03 12:13:07 er 1.2.14.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1c98cf9f903d2ae97ca148ad153c99204979f96]

INTEGRATION: CWS numbers203 (1.7.72); FILE MERGED 2006/03/03 12:13:07 er 1.7.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c55ec150fbed6b0b82689e84820969dca35f4712]

INTEGRATION: CWS numbers203 (1.6.72); FILE MERGED 2006/03/03 12:13:07 er 1.6.72.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [008af98151a6b5d40a01014901edc87dfd7b2795]

INTEGRATION: CWS numbers203 (1.7.34); FILE MERGED 2006/03/03 12:13:07 er 1.7.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [efffa575946fb1af067e3b67f2ecd7904f5377f9]

INTEGRATION: CWS numbers203 (1.6.34); FILE MERGED 2006/03/03 12:13:07 er 1.6.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f7701204ea1eceb96ee916650c7a2e219251c93]

INTEGRATION: CWS numbers203 (1.10.34); FILE MERGED 2006/03/03 12:13:06 er 1.10.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [118959833a72a9be158e2ca87d0d30d3c98c5e45]

INTEGRATION: CWS numbers203 (1.4.48); FILE MERGED 2006/03/03 12:13:06 er 1.4.48.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5892e2cee54b2d15666a95eddb018f1135c8fd37]

INTEGRATION: CWS numbers203 (1.10.60); FILE MERGED 2006/03/03 12:13:06 er 1.10.60.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8e09d9b51cb9861d04a97e7c2a466b872b68de4]

INTEGRATION: CWS numbers203 (1.11.60); FILE MERGED 2006/03/03 12:13:06 er 1.11.60.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [62f4e2644043902d8a0ad1d2478abbf099d6f15e]

INTEGRATION: CWS numbers203 (1.12.42); FILE MERGED 2006/03/03 12:13:05 er 1.12.42.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a12f3e43464d9ccce5740dc13e97f9d3b8f71f08]

INTEGRATION: CWS numbers203 (1.6.60); FILE MERGED 2006/03/03 12:13:05 er 1.6.60.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1b886cb7e5e363767f1b2cc7f5212ae48ade3a1]

INTEGRATION: CWS numbers203 (1.13.64); FILE MERGED 2006/03/03 12:13:05 er 1.13.64.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b767d29980509c74a53e2a2c0a145a425a35017e]

INTEGRATION: CWS numbers203 (1.14.34); FILE MERGED 2006/03/03 12:13:05 er 1.14.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2b69de9677722defeb3b6db6bc5faab7cffa622]

INTEGRATION: CWS numbers203 (1.5.60); FILE MERGED 2006/03/03 12:13:05 er 1.5.60.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0dc0008b33e291b20c58336e266e1abde96836b6]

INTEGRATION: CWS numbers203 (1.2.14); FILE MERGED 2006/03/03 12:13:05 er 1.2.14.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb55cd19361cb2560c69e779ea49011316c4e01b]

INTEGRATION: CWS numbers203 (1.2.60); FILE MERGED 2006/03/03 12:13:04 er 1.2.60.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [726c95fd630589d06951d5bf1b71ea19300ad454]

INTEGRATION: CWS numbers203 (1.6.34); FILE MERGED 2006/03/03 12:13:04 er 1.6.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [06be8b02210e4419ce5111c5d09e27bfbc9c59a8]

INTEGRATION: CWS numbers203 (1.2.64); FILE MERGED 2006/03/03 12:13:04 er 1.2.64.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [908bb84992e12a6aee4b1f4438d5ede64c3e5940]

INTEGRATION: CWS numbers203 (1.5.34); FILE MERGED 2006/03/03 12:13:04 er 1.5.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [13a5a56680c91548c518bf442bf4cafc1b768e04]

INTEGRATION: CWS numbers203 (1.14.60); FILE MERGED 2006/03/03 12:13:04 er 1.14.60.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5041f01e9eb321b73f97959334c6345fef1ec843]

INTEGRATION: CWS numbers203 (1.14.60); FILE MERGED 2006/03/03 12:13:03 er 1.14.60.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [edfa3247398daacbabd42828b7c0d1559fe2461e]

INTEGRATION: CWS numbers203 (1.13.60); FILE MERGED 2006/03/03 12:13:03 er 1.13.60.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f48bbf2eac9c2603fdeed6302c39aea1e0a3f1de]

INTEGRATION: CWS numbers203 (1.17.60); FILE MERGED 2006/03/03 12:13:03 er 1.17.60.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ef2113c96bf53752325d57636a869dce9c8d292]

INTEGRATION: CWS numbers203 (1.11.60); FILE MERGED 2006/03/03 12:13:03 er 1.11.60.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [df3d9592bcf0f1da740d9c880cb67613a0c6f38a]

INTEGRATION: CWS numbers203 (1.38.10); FILE MERGED 2006/03/03 12:13:03 er 1.38.10.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [11268fc1143f4da0956e618dc80516fc6cceb27d]

INTEGRATION: CWS numbers203 (1.6.48); FILE MERGED 2006/03/03 12:13:03 er 1.6.48.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8340030aad1c2db0885271de74fcbd74b8df2f0]

INTEGRATION: CWS numbers203 (1.11.48); FILE MERGED 2006/03/03 12:13:02 er 1.11.48.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a58d6522f64fdd1513ee8af3f12e735a46c7762d]

INTEGRATION: CWS numbers203 (1.21.10); FILE MERGED 2006/03/03 12:13:02 er 1.21.10.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec20e71ec3cf671233fc487fd093b336df836188]

INTEGRATION: CWS numbers203 (1.14.10); FILE MERGED 2006/03/03 12:13:02 er 1.14.10.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9fda79c106d0b73ce51bae192ae04208efb1404]

INTEGRATION: CWS numbers203 (1.18.36); FILE MERGED 2006/03/03 12:12:38 er 1.18.36.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [996c4402c7b701df3ba40876fb43e00d0a55e661]

INTEGRATION: CWS numbers203 (1.32.34); FILE MERGED 2006/03/03 12:12:38 er 1.32.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [213ed88f6e16648ce7db89fcfa2c8201e994f23a]

INTEGRATION: CWS numbers203 (1.25.34); FILE MERGED 2006/03/03 12:12:38 er 1.25.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3814e0e1cdbe4004354daf14d9a166a9af41fdc9]

INTEGRATION: CWS numbers203 (1.41.14); FILE MERGED 2006/03/03 12:12:24 er 1.41.14.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2aab6a9c4671db72dc2105f92a33f0a12079184]

INTEGRATION: CWS numbers203 (1.58.88); FILE MERGED 2006/03/03 12:12:18 er 1.58.88.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c21d59d90194363e800931299de4ced80fb6bd1a]

INTEGRATION: CWS i18n25 (1.14.22); FILE MERGED 2006/03/22 00:08:41 khong 1.14.22.1: i54739 add index skipping character list for Thai locale


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1739764c1e9a05e18e2194394e35586728fb09de]

INTEGRATION: CWS i18n25 (1.11.30); FILE MERGED 2006/03/22 00:10:27 khong 1.11.30.1: i61935 i61937 add collation and index section for Hungarian locale


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b93bc8e20193072c62f50c81f77ae7a2091baa2]

INTEGRATION: CWS i18n25 (1.9.38); FILE MERGED 2006/03/22 00:19:33 khong 1.9.38.1: i61938 i54739 add capacity to handle multiple letters index key and skip specified initial characters


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4eadcb93aa41c6af274394a9effd7750c3a5c03f]

INTEGRATION: CWS i18n25 (1.21.22); FILE MERGED 2006/03/22 00:22:14 khong 1.21.22.1: i53385 Adding support for Tibetan numbering


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6868b47daa932552cc8ab60f4c325107221f91f6]

INTEGRATION: CWS i18n25 (1.1.2); FILE ADDED 2006/03/22 00:11:54 khong 1.1.2.1: i61935 add collation rule for Hungarian


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dce43e4fa7b6eaf25e9cc81859f3c4912893ef24]

INTEGRATION: CWS i18n25 (1.2.6); FILE MERGED 2006/03/22 00:12:39 khong 1.2.6.1: i61935 add collation rule for Hungarian


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a16dc73aa0df5eecc58a86969d6fc303d5f1b288]

INTEGRATION: CWS i18n25 (1.5.44); FILE MERGED 2006/03/22 00:19:55 khong 1.5.44.1: i61938 i54739 add capacity to handle multiple letters index key and skip specified initial characters


2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [07c97125f07aa1fda87a85912eb7da7e9eeddfa9]

INTEGRATION: CWS i18n25 (1.5.22); FILE MERGED 2006/03/22 00:21:43 khong 1.5.22.1: i53385 Adding support for Tibetan numbering


2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e1716882704d30400c8689741d35670896b40c1]

INTEGRATION: CWS l10ntoolingfix02 (1.12.8); FILE MERGED 2006/04/13 17:41:49 ihi 1.12.8.1: Assignment fix


2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c135aa1528d4591027397b9f2c74c40c6b12830d]

INTEGRATION: CWS l10ntoolingfix02 (1.9.8); FILE MERGED 2006/04/13 17:27:18 ihi 1.9.8.1: #i63852# gcc4 fix


2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9095b5d7dcf6cc8cb6a72fa988d951384330ece]

INTEGRATION: CWS sixtyfour05 (1.5.76); FILE MERGED 2006/04/14 11:35:11 kendy 1.5.76.1: #i59407# 64bit: BigInt -> sal_Int64 for DateTime handling


2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [994227671ad6047740123b31359cf4dba076cdca]

INTEGRATION: CWS sixtyfour05 (1.3.196); FILE MERGED 2006/04/14 12:00:50 kendy 1.3.196.1: #i59407# 64bit: ULONG -> sal_uInt32 for Date to fix streaming problems.


2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c07fc2b574f2d96a4222eea89548d21f2ac273b]

INTEGRATION: CWS sixtyfour05 (1.6.198); FILE MERGED 2006/03/29 13:47:17 kendy 1.6.198.1: #i62384# Fix SVBT32 <-> long conversion


2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f503520a07433b1e70b572a33190b1c90698e276]

INTEGRATION: CWS sixtyfour05 (1.135.2); FILE MERGED 2006/04/07 13:52:42 kendy 1.135.2.1: #i64108# 64bit: ULONG <-> sal_uInt32 conversion


2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d9071c28cd09c2a6d50b4c8d39574777e2c330a]

INTEGRATION: CWS sixtyfour05 (1.16.12); FILE MERGED 2006/03/31 10:11:51 kendy 1.16.12.2: RESYNC: (1.16-1.17); FILE MERGED 2006/03/29 11:19:56 kendy 1.16.12.1: #i63553# Casting pointers to/from int in font stuff


2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c547041f78c0267954c5b76122f86ab3087b0f81]

INTEGRATION: CWS sixtyfour05 (1.27.124); FILE MERGED 2006/04/07 13:52:42 kendy 1.27.124.1: #i64108# 64bit: ULONG <-> sal_uInt32 conversion


2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e28436d1336aa82dfbe2457e336478f99daae4f]

INTEGRATION: CWS sixtyfour05 (1.17.2); FILE MERGED 2006/04/12 19:55:24 pjanik 1.17.2.2: RESYNC: (1.17-1.18); FILE MERGED 2006/04/07 13:52:41 kendy 1.17.2.1: #i64108# 64bit: ULONG <-> sal_uInt32 conversion


2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [091ce7871016867dbe90ee35f588220ed6b5b590]

INTEGRATION: CWS sixtyfour05 (1.34.12); FILE MERGED 2006/03/29 11:19:56 kendy 1.34.12.1: #i63553# Casting pointers to/from int in font stuff


2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c07a403cde736843c4f6bcc648a770a966cfda78]

INTEGRATION: CWS sixtyfour05 (1.33.142); FILE MERGED 2006/03/31 10:10:47 kendy 1.33.142.2: RESYNC: (1.33-1.34); FILE MERGED 2006/03/29 11:19:56 kendy 1.33.142.1: #i63553# Casting pointers to/from int in font stuff


2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa87a6293e15f97b77ecc080043abceffcb11428]

INTEGRATION: CWS sixtyfour05 (1.120.12); FILE MERGED 2006/04/12 19:55:02 pjanik 1.120.12.3: RESYNC: (1.121-1.122); FILE MERGED 2006/03/31 10:10:41 kendy 1.120.12.2: RESYNC: (1.120-1.121); FILE MERGED 2006/03/29 11:19:56 kendy 1.120.12.1: #i63553# Casting pointers to/from int in font stuff


2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a3ce134faa3434cfed6401fd88a3ce5910b4a06]

INTEGRATION: CWS sixtyfour05 (1.7.28); FILE MERGED 2006/04/07 13:52:41 kendy 1.7.28.1: #i64108# 64bit: ULONG <-> sal_uInt32 conversion


2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b48b61e9e2d7459f5102217181986b195b2783a0]

INTEGRATION: CWS sixtyfour05 (1.90.12); FILE MERGED 2006/04/12 19:54:39 pjanik 1.90.12.2: RESYNC: (1.90-1.91); FILE MERGED 2006/04/07 13:52:41 kendy 1.90.12.1: #i64108# 64bit: ULONG <-> sal_uInt32 conversion


2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [717591ca1bed2b012932f4ecd2f4f986aa118e64]

INTEGRATION: CWS sixtyfour05 (1.9.228); FILE MERGED 2006/03/29 13:47:24 kendy 1.9.228.1: #i62384# Fix SVBT32 <-> long conversion


2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0818a2675bd32a0f9b897b32203fd12486c9ea08]

INTEGRATION: CWS sixtyfour05 (1.4.228); FILE MERGED 2006/04/07 13:52:41 kendy 1.4.228.1: #i64108# 64bit: ULONG <-> sal_uInt32 conversion


2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [875fc1ccf4dfd5bfc5a0be8c628918b2f42fac8f]

INTEGRATION: CWS sixtyfour05 (1.15.178); FILE MERGED 2006/04/12 19:54:02 pjanik 1.15.178.2: RESYNC: (1.15-1.16); FILE MERGED 2006/03/29 13:47:24 kendy 1.15.178.1: #i62384# Fix SVBT32 <-> long conversion


2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bab43aff7b40aed90bccd11f82d57a8fe27d99c]

INTEGRATION: CWS sixtyfour05 (1.17.136); FILE MERGED 2006/03/29 13:47:24 kendy 1.17.136.1: #i62384# Fix SVBT32 <-> long conversion


2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0650ec0df8580c19bb81bb1f345ee745e08ded29]

INTEGRATION: CWS sixtyfour05 (1.11.28); FILE MERGED 2006/04/07 13:52:40 kendy 1.11.28.2: #i64108# 64bit: ULONG <-> sal_uInt32 conversion 2006/03/29 13:47:24 kendy 1.11.28.1: #i62384# Fix SVBT32 <-> long conversion


2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c85560756d7fea6f121d12d163d60f3c6ac8cc5a]

INTEGRATION: CWS sixtyfour05 (1.13.228); FILE MERGED 2006/03/29 13:47:24 kendy 1.13.228.1: #i62384# Fix SVBT32 <-> long conversion


2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7298432c3930c542420529b64822246ac07abbdb]

INTEGRATION: CWS sixtyfour05 (1.6.228); FILE MERGED 2006/03/29 13:47:23 kendy 1.6.228.1: #i62384# Fix SVBT32 <-> long conversion


2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad961c8242ff0ef0798cc2bf334473e552f289ef]

INTEGRATION: CWS sixtyfour05 (1.54.100); FILE MERGED 2006/04/07 13:52:40 kendy 1.54.100.1: #i64108# 64bit: ULONG <-> sal_uInt32 conversion


2006-04-12  Vladimir Glazounov  <vg@openoffice.org>  [1624197caf56d6249a465a799a6d8dd99e11af31]

#i64314# Mac OS X: add rtl:: prefix for OUString in isolang/inunx.cxx


2006-04-11  Rüdiger Timm  <rt@openoffice.org>  [482507da3c70f5ad97eab752555bd5b57d1c9e88]

#i64248# include datetime (thanks to pjanik).


2006-04-11  Vladimir Glazounov  <vg@openoffice.org>  [fd108e4d074b473156a251effdd4bb4c7551189f]

#100000# oversight


2006-04-10  Vladimir Glazounov  <vg@openoffice.org>  [c2aa1dbc265b2418dc03972bdbcd7a66f15e4fb5]

new version for SRC680


2006-04-10  Vladimir Glazounov  <vg@openoffice.org>  [872210eb0658c71f1a9876f39c639438d790246e]

#100000# WNT: sal_uInt8* is not const char* ?


2006-04-08  Vladimir Glazounov  <vg@openoffice.org>  [db52d731cefe187ead4de3aa4b0d414c0283b000]

INTEGRATION: CWS internatiodel (1.15.28); FILE MERGED 2006/02/10 21:46:49 er 1.15.28.2: RESYNC: (1.15-1.16); FILE MERGED 2006/02/10 19:29:10 er 1.15.28.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [c461ac978c11821dbf31b778e042abc7b90c9235]

INTEGRATION: CWS internatiodel (1.22.12); FILE MERGED 2006/02/10 19:33:12 er 1.22.12.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 15:09:53 er 1.22.12.2: RESYNC: (1.22-1.24); FILE MERGED 2005/06/24 13:14:06 er 1.22.12.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e3c810b7635604c1e5ed8b1a2d11a08c7180206e]

INTEGRATION: CWS internatiodel (1.2.14); FILE MERGED 2006/02/10 19:33:11 er 1.2.14.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [3c9d88e6377c57168aa0587c66f0bbbc8130340f]

INTEGRATION: CWS internatiodel (1.11.12); FILE MERGED 2006/01/19 15:00:30 er 1.11.12.2: RESYNC: (1.11-1.12); FILE MERGED 2005/06/24 13:14:05 er 1.11.12.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [82d07d1bd0e5b1890c04b19fe21b629fea62fa3d]

INTEGRATION: CWS internatiodel (1.10.12); FILE MERGED 2006/01/19 15:00:20 er 1.10.12.2: RESYNC: (1.10-1.11); FILE MERGED 2005/06/24 13:14:04 er 1.10.12.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b829cde023b54ce2ebb0bedcfdfc180a4c2bf31b]

INTEGRATION: CWS internatiodel (1.8.12); FILE MERGED 2006/02/10 21:47:30 er 1.8.12.4: RESYNC: (1.9-1.10); FILE MERGED 2006/02/10 19:33:11 er 1.8.12.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 15:00:04 er 1.8.12.2: RESYNC: (1.8-1.9); FILE MERGED 2005/06/24 13:14:03 er 1.8.12.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5113d50fa9aa9b2c39a2baab514d817aab452295]

INTEGRATION: CWS internatiodel (1.11.10); FILE MERGED 2006/02/10 19:33:10 er 1.11.10.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 14:58:09 er 1.11.10.2: RESYNC: (1.11-1.12); FILE MERGED 2005/06/24 13:14:02 er 1.11.10.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e3580bd97fe6a560cbfcc3ee998df1ab9d4c215a]

INTEGRATION: CWS internatiodel (1.10.16); FILE MERGED 2006/02/10 19:33:10 er 1.10.16.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a1059fb52a617e04694a05fb45e82450854d6f6e]

INTEGRATION: CWS internatiodel (1.11.12); FILE MERGED 2006/02/10 19:33:10 er 1.11.12.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 14:48:51 er 1.11.12.2: RESYNC: (1.11-1.12); FILE MERGED 2005/06/24 13:14:01 er 1.11.12.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [c3ffb5ced94bc3863e676bcd724146b97b0bce2b]

INTEGRATION: CWS internatiodel (1.16.32); FILE MERGED 2006/02/10 19:32:57 er 1.16.32.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5c324200f89d635fe2e09061bb4c619031102472]

INTEGRATION: CWS internatiodel (1.13.32); FILE MERGED 2006/02/10 19:32:57 er 1.13.32.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9ae734c7f16db1cdf23ad4a7547c508934979fce]

INTEGRATION: CWS internatiodel (1.8.32); FILE MERGED 2006/02/10 19:32:56 er 1.8.32.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [710db19e535463aa25d5b6c3e598f83fb82118c2]

INTEGRATION: CWS internatiodel (1.29.56); FILE MERGED 2006/02/10 19:32:56 er 1.29.56.4: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 14:30:31 er 1.29.56.3: RESYNC: (1.30-1.32); FILE MERGED 2005/06/27 10:45:55 er 1.29.56.2: RESYNC: (1.29-1.30); FILE MERGED 2005/06/24 13:13:52 er 1.29.56.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [658297cdebcb0435be218f9aee3b0aba059d6d29]

INTEGRATION: CWS internatiodel (1.3.32); FILE MERGED 2006/02/10 19:32:56 er 1.3.32.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [c7998c454f84a124c9f80271fe8498143963c410]

INTEGRATION: CWS internatiodel (1.23.12); FILE MERGED 2006/01/19 14:14:30 er 1.23.12.3: RESYNC: (1.24-1.25); FILE MERGED 2005/06/27 10:45:47 er 1.23.12.2: RESYNC: (1.23-1.24); FILE MERGED 2005/06/24 13:13:51 er 1.23.12.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [185c6de718b2b4db21b43e5b8fe0df19b7db4359]

INTEGRATION: CWS internatiodel (1.3.32); FILE MERGED 2006/02/10 19:32:55 er 1.3.32.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b156002e0c489d89247469cfc7f70c155701f93c]

INTEGRATION: CWS internatiodel (1.15.10); FILE MERGED 2006/02/10 19:32:22 er 1.15.10.4: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 21:56:41 er 1.15.10.3: RESYNC: (1.16-1.17); FILE MERGED 2005/06/27 10:44:32 er 1.15.10.2: RESYNC: (1.15-1.16); FILE MERGED 2005/06/24 13:13:12 er 1.15.10.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9273a5e1b0f409a0c84e68d6338bee8f865f2f25]

INTEGRATION: CWS internatiodel (1.37.14); FILE MERGED 2006/02/10 21:49:19 er 1.37.14.4: RESYNC: (1.38-1.39); FILE MERGED 2006/02/10 19:32:22 er 1.37.14.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 21:38:28 er 1.37.14.2: RESYNC: (1.37-1.38); FILE MERGED 2005/06/24 13:13:11 er 1.37.14.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [aed2d7538bb6d7e1fbcbc8d74e5ac5b0340ed6ea]

INTEGRATION: CWS internatiodel (1.5.44); FILE MERGED 2006/01/19 21:37:09 er 1.5.44.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/24 13:13:10 er 1.5.44.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [6c96347f0f79e8f38716364ac5b24eeb862381cb]

INTEGRATION: CWS internatiodel (1.2.182); FILE MERGED 2006/01/19 21:28:45 er 1.2.182.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/24 13:13:05 er 1.2.182.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b9ebb9bd5e1b701a03fe130588016d37cde234ae]

INTEGRATION: CWS internatiodel (1.1.1.1.398); FILE MERGED 2006/01/19 21:11:50 er 1.1.1.1.398.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/06/24 13:03:06 er 1.1.1.1.398.1: #i50205# get rid of class International (remove WeekCountStart)


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e182c18fd72c23791cc1166886057344d9f74b98]

INTEGRATION: CWS internatiodel (1.34.12); FILE MERGED 2006/02/10 21:48:40 er 1.34.12.4: RESYNC: (1.39-1.40); FILE MERGED 2006/01/19 21:10:00 er 1.34.12.3: RESYNC: (1.38-1.39); FILE MERGED 2005/06/27 10:41:28 er 1.34.12.2: RESYNC: (1.34-1.38); FILE MERGED 2005/06/24 13:13:03 er 1.34.12.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [1abd4b9229177b54907acb9a1b7d7ac29131c677]

INTEGRATION: CWS internatiodel (1.22.46); FILE MERGED 2006/02/10 19:32:21 er 1.22.46.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [ec39fe8e94ccfc5d8b1e28bffba2a69228b749cd]

INTEGRATION: CWS internatiodel (1.5.338); FILE MERGED 2006/01/19 20:20:15 er 1.5.338.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/24 13:05:24 er 1.5.338.1: #i42014# #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [46bbef45f092a0694d2b0d8f1ff66f3bce077897]

INTEGRATION: CWS internatiodel (1.56.18); FILE MERGED 2006/02/10 19:32:10 er 1.56.18.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a2d85707cd0b2d5c26e32a8002818986cf4191e8]

INTEGRATION: CWS internatiodel (1.5.144); FILE MERGED 2006/02/10 19:32:10 er 1.5.144.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [d3d7cea24fc70ea68312ae84ec258db60362ee6e]

INTEGRATION: CWS internatiodel (1.20.102); FILE MERGED 2006/02/10 19:32:09 er 1.20.102.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [acf9c840551f33cdb98cbc293364795e679110d2]

INTEGRATION: CWS internatiodel (1.42.18); FILE MERGED 2006/02/10 19:32:09 er 1.42.18.2: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/25 16:06:22 er 1.42.18.1: RESYNC: adapt merged code


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [3adcc7077dde34b90975c7d5a7ee03e03cea6914]

INTEGRATION: CWS internatiodel (1.62.222); FILE MERGED 2006/02/10 22:01:46 er 1.62.222.6: RESYNC: (1.66-1.67); FILE MERGED 2006/02/10 19:32:09 er 1.62.222.5: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/25 16:06:15 er 1.62.222.4: RESYNC: adapt merged code 2006/01/25 15:51:13 er 1.62.222.3: RESYNC: adapt new code 2006/01/19 19:40:44 er 1.62.222.2: RESYNC: (1.62-1.66); FILE MERGED 2005/06/24 13:12:48 er 1.62.222.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a71f8138f9278ad9336bdf024cc14268b5c169e8]

INTEGRATION: CWS internatiodel (1.54.74); FILE MERGED 2006/02/10 19:32:08 er 1.54.74.5: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/25 16:06:11 er 1.54.74.4: RESYNC: adapt merged code 2006/01/19 19:40:28 er 1.54.74.3: RESYNC: (1.55-1.58); FILE MERGED 2005/06/27 10:37:19 er 1.54.74.2: RESYNC: (1.54-1.55); FILE MERGED 2005/06/24 13:12:47 er 1.54.74.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [6f9b7cce517f227cf679065c1198614790a5dbf5]

INTEGRATION: CWS internatiodel (1.38.102); FILE MERGED 2006/02/10 22:01:35 er 1.38.102.2: RESYNC: (1.38-1.39); FILE MERGED 2006/01/25 16:06:03 er 1.38.102.1: RESYNC: adapt merged code


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [18b802a22ec588d225cfc465a037136ca7ba4ab0]

INTEGRATION: CWS internatiodel (1.6.146); FILE MERGED 2006/02/10 19:32:08 er 1.6.146.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [80a38a49d0c5e98a17afcf81b2bd67bbb9525670]

INTEGRATION: CWS internatiodel (1.8.38); FILE MERGED 2006/02/10 19:32:08 er 1.8.38.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [2b017f4248c43a9e044b0b24f12cbc0f13d1ee3e]

INTEGRATION: CWS internatiodel (1.2.562); FILE MERGED 2006/01/19 19:17:05 er 1.2.562.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/24 13:12:46 er 1.2.562.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a619110b2318949845ea517e71aab3e7db28dd2d]

INTEGRATION: CWS internatiodel (1.41.146); FILE MERGED 2006/02/10 19:32:07 er 1.41.146.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [d978facaba9f9b016f9a59ffaccc02f4bac7581d]

INTEGRATION: CWS internatiodel (1.4.562); FILE MERGED 2006/01/19 17:42:27 er 1.4.562.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/24 13:12:45 er 1.4.562.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e1db03780fd8c43821b9fcf3a06f2aa809c38dbc]

INTEGRATION: CWS internatiodel (1.5.398); FILE MERGED 2006/01/19 17:40:18 er 1.5.398.2: RESYNC: (1.5-1.7); FILE MERGED 2005/06/24 13:12:45 er 1.5.398.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [690baf9cc628383b9f395799f3ef2d3993d74e34]

INTEGRATION: CWS internatiodel (1.20.308); FILE MERGED 2006/01/19 17:28:09 er 1.20.308.2: RESYNC: (1.20-1.22); FILE MERGED 2005/06/24 13:12:44 er 1.20.308.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [19563e23f71defc910674b33c12a91bb0424293f]

INTEGRATION: CWS internatiodel (1.31.38); FILE MERGED 2006/02/10 19:32:07 er 1.31.38.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b93a86404e68ab754b09701a1c3d8da88c40bbf2]

INTEGRATION: CWS internatiodel (1.11.222); FILE MERGED 2006/02/10 19:32:07 er 1.11.222.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 17:31:06 er 1.11.222.2: RESYNC: (1.11-1.12); FILE MERGED 2005/06/24 13:12:43 er 1.11.222.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [4771f8f1a2111aef889bf7c52c2f8ed4ed618cf9]

INTEGRATION: CWS internatiodel (1.5.146); FILE MERGED 2006/01/19 17:28:46 er 1.5.146.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/24 13:04:58 er 1.5.146.1: #i42014# #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [27dc2486413612dd312dfd8dc855964d140192d7]

INTEGRATION: CWS internatiodel (1.16.86); FILE MERGED 2006/02/10 19:32:06 er 1.16.86.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [76f643927941556a11d315faafb3948fbdd33b6a]

INTEGRATION: CWS internatiodel (1.74.34); FILE MERGED 2006/02/10 19:32:06 er 1.74.34.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [75bb2eabfcb334c2b6bfed52520df2f3b24e8821]

INTEGRATION: CWS internatiodel (1.4.86); FILE MERGED 2006/02/10 19:32:06 er 1.4.86.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e8215942368b5c03b2a224afd46e79bac08b023f]

INTEGRATION: CWS internatiodel (1.16.78); FILE MERGED 2006/02/10 19:32:05 er 1.16.78.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [bd2ef9c17a1f92b778c91fd1df6387f92da26762]

INTEGRATION: CWS internatiodel (1.8.86); FILE MERGED 2006/02/10 19:32:05 er 1.8.86.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [4ff884a99f021f4646029e1b501fda7e168fa67b]

INTEGRATION: CWS internatiodel (1.13.78); FILE MERGED 2006/02/10 19:32:05 er 1.13.78.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [d573bf50842c61b60854bad951d3bda8610bf2ae]

INTEGRATION: CWS internatiodel (1.17.78); FILE MERGED 2006/02/10 19:32:05 er 1.17.78.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [aa7f7db8ba024b9122651913111144f17feabd1d]

INTEGRATION: CWS internatiodel (1.3.60); FILE MERGED 2006/01/19 16:07:07 er 1.3.60.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/24 13:12:42 er 1.3.60.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [58e3468b430df82918ca4829ea4e869a127124a7]

INTEGRATION: CWS internatiodel (1.4.60); FILE MERGED 2006/01/19 15:51:51 er 1.4.60.2: RESYNC: (1.4-1.6); FILE MERGED 2005/06/24 13:12:41 er 1.4.60.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9a9d59bee37659b02c47a126dc4e96dd17f8f727]

INTEGRATION: CWS internatiodel (1.9.60); FILE MERGED 2006/01/19 14:33:36 er 1.9.60.2: RESYNC: (1.9-1.10); FILE MERGED 2005/06/24 13:12:40 er 1.9.60.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [c1b742feb38a78df77795d642d4c15c94ab55096]

INTEGRATION: CWS internatiodel (1.3.60); FILE MERGED 2006/01/19 14:24:08 er 1.3.60.2: RESYNC: (1.3-1.5); FILE MERGED 2005/06/24 13:04:35 er 1.3.60.1: #i42014# #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [80874bab6578a88cfaeff0446409f289c05f565e]

INTEGRATION: CWS internatiodel (1.116.78); FILE MERGED 2006/02/10 22:01:35 er 1.116.78.3: RESYNC: (1.124-1.126); FILE MERGED 2006/01/19 21:00:19 er 1.116.78.2: RESYNC: (1.116-1.124); FILE MERGED 2005/06/27 18:12:46 er 1.116.78.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b037114b1b731e746d41b4e6cd8a544a0c4d6d2c]

INTEGRATION: CWS internatiodel (1.77.26); FILE MERGED 2006/02/10 19:31:35 er 1.77.26.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [157b320cb698fb504fef86a70d408ca2b43e1961]

INTEGRATION: CWS internatiodel (1.11.88); FILE MERGED 2006/02/10 19:31:35 er 1.11.88.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [14ba17e6b38608275fefe98e0297f5950e341bd9]

INTEGRATION: CWS internatiodel (1.215.80); FILE MERGED 2006/02/10 21:54:26 er 1.215.80.3: RESYNC: (1.224-1.227); FILE MERGED 2006/01/19 18:55:16 er 1.215.80.2: RESYNC: (1.215-1.224); FILE MERGED 2005/06/24 13:12:06 er 1.215.80.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [be3a43278e2d36157e68bfad45ea2617d3191353]

INTEGRATION: CWS internatiodel (1.3.448); FILE MERGED 2006/01/19 18:49:56 er 1.3.448.2: RESYNC: (1.3-1.5); FILE MERGED 2005/06/24 13:12:05 er 1.3.448.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [4deb4bf514c629416619fed999fcb4422badac80]

INTEGRATION: CWS internatiodel (1.131.68); FILE MERGED 2006/02/10 21:53:25 er 1.131.68.2: RESYNC: (1.131-1.132); FILE MERGED 2006/02/10 19:31:34 er 1.131.68.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [2266503c0f584916057a48b957433d1d463e918b]

INTEGRATION: CWS internatiodel (1.21.84); FILE MERGED 2006/01/19 18:45:28 er 1.21.84.2: RESYNC: (1.21-1.22); FILE MERGED 2005/06/24 13:12:03 er 1.21.84.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [bccb405d8bd4b0e71fb8fdcaca3564a0da4c280c]

INTEGRATION: CWS internatiodel (1.11.84); FILE MERGED 2006/02/10 21:53:36 er 1.11.84.3: RESYNC: (1.13-1.15); FILE MERGED 2006/01/19 18:45:06 er 1.11.84.2: RESYNC: (1.11-1.13); FILE MERGED 2005/06/24 13:12:02 er 1.11.84.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [0f980063324e64513d9cad55cc31ee2475ce2cb1]

INTEGRATION: CWS internatiodel (1.118.32); FILE MERGED 2006/02/10 21:52:45 er 1.118.32.2: RESYNC: (1.118-1.119); FILE MERGED 2006/02/10 19:31:34 er 1.118.32.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [c483c767f7b44c64c10fccec87480267df3a020c]

INTEGRATION: CWS internatiodel (1.73.72); FILE MERGED 2006/02/10 21:52:35 er 1.73.72.2: RESYNC: (1.73-1.75); FILE MERGED 2006/02/10 19:31:33 er 1.73.72.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [6845fc5cda44d8a97fd3a89060cdb9dfca1f71ea]

INTEGRATION: CWS internatiodel (1.209.80); FILE MERGED 2006/02/10 21:51:39 er 1.209.80.2: RESYNC: (1.209-1.213); FILE MERGED 2006/02/10 19:31:32 er 1.209.80.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [0765423196ef81fd91c5cef440ab0e3ba5e3ee2c]

INTEGRATION: CWS internatiodel (1.36.152); FILE MERGED 2006/02/10 19:31:32 er 1.36.152.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [7c1c68f80621e70832a91ed8390a5b1a7dde2264]

INTEGRATION: CWS internatiodel (1.9.66); FILE MERGED 2006/01/19 17:53:13 er 1.9.66.2: RESYNC: (1.9-1.10); FILE MERGED 2005/06/24 13:12:01 er 1.9.66.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a4e16e08c22eea18ab4eda1191dd92130577857e]

INTEGRATION: CWS internatiodel (1.18.84); FILE MERGED 2006/02/10 19:31:31 er 1.18.84.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 17:50:16 er 1.18.84.2: RESYNC: (1.18-1.19); FILE MERGED 2005/06/24 13:12:00 er 1.18.84.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [93850f25ade5db04055ec37cbc419672f2e7f9f3]

INTEGRATION: CWS internatiodel (1.12.174); FILE MERGED 2006/01/19 17:49:52 er 1.12.174.2: RESYNC: (1.12-1.13); FILE MERGED 2005/06/24 13:11:58 er 1.12.174.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [1832260b3789f875bc2c1271e11c386b541da4ae]

INTEGRATION: CWS internatiodel (1.56.82); FILE MERGED 2006/02/10 21:49:45 er 1.56.82.4: RESYNC: (1.60-1.61); FILE MERGED 2006/02/10 19:31:31 er 1.56.82.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 17:44:49 er 1.56.82.2: RESYNC: (1.56-1.60); FILE MERGED 2005/06/24 13:11:57 er 1.56.82.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b44d2638249cf8eb77bcab7b35448e35d196e020]

INTEGRATION: CWS internatiodel (1.53.120); FILE MERGED 2006/02/10 21:49:54 er 1.53.120.4: RESYNC: (1.55-1.56); FILE MERGED 2006/02/10 19:31:30 er 1.53.120.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 17:44:08 er 1.53.120.2: RESYNC: (1.53-1.55); FILE MERGED 2005/06/24 13:11:56 er 1.53.120.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [ffd7334b89941489bf24ab107b23f03d54761cb6]

INTEGRATION: CWS internatiodel (1.5.152); FILE MERGED 2006/02/10 19:31:30 er 1.5.152.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [85a3002d0b005dc5983300f560956f81a33c45e5]

INTEGRATION: CWS internatiodel (1.1.2); FILE ADDED 2006/02/10 19:49:23 er 1.1.2.1: visibility markup for libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [159a8d50f2d3e3516bbf552bc82e87e28cbef37f]

INTEGRATION: CWS internatiodel (1.1.2); FILE ADDED 2006/02/10 19:13:29 er 1.1.2.1: #i52115# move tools/source/intntl/ to i18npool/source/isolang/


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [4b221d74c10c25ba85c9d19cea963338d9244891]

INTEGRATION: CWS internatiodel (1.1.2); FILE ADDED 2006/02/14 16:35:18 er 1.1.2.2: #i52115# static object files aren't needed 2006/02/10 19:13:28 er 1.1.2.1: #i52115# move tools/source/intntl/ to i18npool/source/isolang/


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f59c89eeed05cdddd448683307cfccbd2daf7ab9]

INTEGRATION: CWS internatiodel (1.1.2); FILE ADDED 2006/02/10 19:13:27 er 1.1.2.1: #i52115# move tools/source/intntl/ to i18npool/source/isolang/


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [bd5495635568ca888b91bf5508ce5410eff6818b]

INTEGRATION: CWS internatiodel (1.1.2); FILE ADDED 2006/02/14 20:11:47 er 1.1.2.2: #i52115# copy&waste 2006/02/10 19:13:26 er 1.1.2.1: #i52115# move tools/source/intntl/ to i18npool/source/isolang/


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9fea82c0883c1d3ab0375eba76c82eea33619a2a]

INTEGRATION: CWS internatiodel (1.1.2); FILE ADDED 2006/02/13 14:02:48 er 1.1.2.2: #i52115# some syntactic and semantic sugar 2006/02/10 19:13:26 er 1.1.2.1: #i52115# move tools/source/intntl/ to i18npool/source/isolang/


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [06205eb81052ac23e9ea65db27adf6ca4ba58ac2]

INTEGRATION: CWS internatiodel (1.1.2); FILE ADDED 2006/02/13 13:39:57 er 1.1.2.2: #i52115# some semantic sugar 2006/02/10 19:13:25 er 1.1.2.1: #i52115# move tools/source/intntl/ to i18npool/source/isolang/


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [70e913d6f00310142b1bd90bd0a5903db7496d42]

INTEGRATION: CWS internatiodel (1.1.2); FILE ADDED 2006/02/10 19:13:24 er 1.1.2.1: #i52115# move tools/source/intntl/ to i18npool/source/isolang/


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [47f63cb38722575a355cb4e8bdcd802112b21df2]

INTEGRATION: CWS internatiodel (1.9.72); FILE MERGED 2006/02/13 16:21:32 er 1.9.72.3: #i52115# hngngn.. Windows import library 2006/02/10 21:49:41 er 1.9.72.2: RESYNC: (1.9-1.10); FILE MERGED 2006/02/10 19:29:23 er 1.9.72.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [ecce9d0aaeee0bbe950922e2b4b35307aed6cf47]

INTEGRATION: CWS internatiodel (1.17.180); FILE MERGED 2006/02/10 21:49:27 er 1.17.180.3: RESYNC: (1.18-1.19); FILE MERGED 2006/02/10 19:29:23 er 1.17.180.2: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2005/06/27 14:40:09 er 1.17.180.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [6725c973f35525d5fa8b52585297cbe4b6fc9d07]

INTEGRATION: CWS internatiodel (1.1.2); FILE ADDED 2006/02/10 19:11:18 er 1.1.2.1: #i52115# move tools/isolang.hxx and tools/mslangid.hxx to i18npool/mslangid.hxx


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [3c740e052f5fa85b8dc0a72ae2daec961b026c71]

INTEGRATION: CWS internatiodel (1.1.2); FILE ADDED 2006/02/10 19:10:07 er 1.1.2.1: #i52115# move tools/lang.hxx to i18npool/lang.h


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [8206bd3178524bf36fddb02781575623e59e0db2]

INTEGRATION: CWS internatiodel (1.1.2); FILE ADDED 2006/02/10 19:11:52 er 1.1.2.1: #i52115# visibility


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [0e41e4ec0cae6b92e49a582643bf79de5ce3c1e4]

INTEGRATION: CWS internatiodel (1.1.2); FILE ADDED 2006/02/10 19:29:23 er 1.1.2.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [3ac73e247018b15f7c2718b6dc4e3b0cf54484ec]

INTEGRATION: CWS internatiodel (1.15.64); FILE MERGED 2006/02/10 19:29:15 er 1.15.64.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 14:09:50 er 1.15.64.2: RESYNC: (1.15-1.16); FILE MERGED 2005/06/24 13:10:05 er 1.15.64.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b5775c37a0d29d29daad479519f6baf5a3d25c95]

INTEGRATION: CWS internatiodel (1.14.30); FILE MERGED 2006/02/10 19:27:09 er 1.14.30.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [64728aceb0f14234ac9d382c89de07655906031f]

INTEGRATION: CWS internatiodel (1.58.12); FILE MERGED 2006/02/10 21:47:08 er 1.58.12.4: RESYNC: (1.63-1.64); FILE MERGED 2006/02/10 19:27:08 er 1.58.12.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/21 14:59:22 er 1.58.12.2: RESYNC: (1.58-1.63); FILE MERGED 2005/06/24 13:08:49 er 1.58.12.1: #i50205# get rid of class International


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [bca31e9a3d64cc309ffcfadd5ddc463005a982f4]

INTEGRATION: CWS dbwizardpp3 (1.4.82); FILE MERGED 2006/04/04 13:28:03 bc 1.4.82.1: #i58980# patch played in


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f85beb0711a28f64af075ea8204fce443e667d58]

INTEGRATION: CWS toolbarbehavior (1.5.222); FILE MERGED 2006/03/28 12:11:48 cd 1.5.222.1: #i61900# Check visibility of childs before painting borders


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e69eb7fd341be196d993880557fa6f848cb686d3]

INTEGRATION: CWS sixtyfour04 (1.58.190); FILE MERGED 2006/03/28 13:30:15 kendy 1.58.190.1: #i63490# Min()/Max() has to have both arguments of the same type


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a209e3e2b363cd3476a466cf35d76c43d0869a2d]

INTEGRATION: CWS sixtyfour04 (1.5.196); FILE MERGED 2006/03/28 13:30:15 kendy 1.5.196.1: #i63490# Min()/Max() has to have both arguments of the same type


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9a605bbae9f9737bb0f1eeb6c83251ea270443f9]

INTEGRATION: CWS pj51 (1.34.100); FILE MERGED 2006/03/12 21:27:42 obr 1.34.100.1: #i61958# changed setlocale fallback for MacOS X


2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [21fd175104052d86d67c3730e9132bb9f8c45e1b]

INTEGRATION: CWS pj51 (1.4.6); FILE MERGED 2006/03/20 21:18:54 pjanik 1.4.6.1: #i63318#: Use pointer modificators to prevent 64bit issues with pointer casts to integers (potentially casting 64bit to 32bit).


2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [87a5850a63e226538c62d2a114dcc796aa857d2b]

INTEGRATION: CWS impress89 (1.15.162); FILE MERGED 2006/03/15 12:12:19 sj 1.15.162.1: #i63158# added patch: save thumbnails to MS format documents


2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [d0f0b8f8752258472d3f10d79153116ebd8eb5b5]

INTEGRATION: CWS vcl56 (1.127.26); FILE MERGED 2006/04/04 15:00:15 hdu 1.127.26.6: #129562# add + before cSVCode, make name capitalization cleaner 2006/03/27 11:06:42 pl 1.127.26.5: #i60519# further refinement of timer handling 2006/03/23 18:50:09 pl 1.127.26.4: #i60519# let timers elapse during windows internal dispatch message loops 2006/03/17 08:46:38 hdu 1.127.26.3: #129562# check for invalid key name lengths 2006/03/17 08:04:38 hdu 1.127.26.2: #129562# fix typo 2006/03/16 16:04:31 hdu 1.127.26.1: #129562# fix stack corruptions in GetKeyName


2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [888eb7c52cf6e3a15fda88f4ad047703ffaed64f]

INTEGRATION: CWS vcl56 (1.22.62); FILE MERGED 2006/03/14 17:32:31 pl 1.22.62.1: #i54419# release and reacquire yield mutex over EndDoc call


2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [18b8b1b523b0ba52d8f0abeaa8d94b95732cbcee]

INTEGRATION: CWS vcl56 (1.6.210); FILE MERGED 2006/03/27 11:06:41 pl 1.6.210.2: #i60519# further refinement of timer handling 2006/03/23 18:50:09 pl 1.6.210.1: #i60519# let timers elapse during windows internal dispatch message loops


2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [f5c545be70c93889d8caf272fcad284aeb5c4864]

INTEGRATION: CWS vcl56 (1.27.102); FILE MERGED 2006/03/23 18:50:09 pl 1.27.102.1: #i60519# let timers elapse during windows internal dispatch message loops


2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [c7f3a4bc384a7e6395c9d94d3a4415492fefb44f]

INTEGRATION: CWS vcl56 (1.3.210); FILE MERGED 2006/03/23 18:50:08 pl 1.3.210.1: #i60519# let timers elapse during windows internal dispatch message loops


2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [2bc196ad3d83bf4da05ac8455a0595466a832738]

INTEGRATION: CWS vcl56 (1.22.102); FILE MERGED 2006/03/23 18:50:08 pl 1.22.102.1: #i60519# let timers elapse during windows internal dispatch message loops


2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [6209d347d94ec5fd3b9b9224ba88869476bf0098]

INTEGRATION: CWS vcl56 (1.13.210); FILE MERGED 2006/03/14 16:43:38 pl 1.13.210.1: #i62987# update keyboard replacements


2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [997a6069f0daf1a64cab9780a5f26a1b16790fd0]

INTEGRATION: CWS vcl56 (1.42.88); FILE MERGED 2006/03/16 12:28:08 pl 1.42.88.1: #i63086# workaround another metacity bug


2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [e2714e502b8a4422bf0b4f48099cc168d120d139]

INTEGRATION: CWS vcl56 (1.104.28); FILE MERGED 2006/03/21 15:40:45 pl 1.104.28.1: #i63067# call Close asynchronously to safely end popupmode


2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [7b376732f5280be88cdad6ec3c2edcb12b47a8f3]

INTEGRATION: CWS vcl56 (1.228.30); FILE MERGED 2006/03/21 14:49:41 pl 1.228.30.2: #i61076# protect against old focus window destruction in handler 2006/03/16 15:55:14 pl 1.228.30.1: #i56102# restore app focus window in Enable if necessary


2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [e8e7fafa869c2f367f005fc44222730b2b2be7cf]

INTEGRATION: CWS vcl56 (1.213.74); FILE MERGED 2006/03/15 07:38:08 hdu 1.213.74.1: #i55341# workaround bad looking textline metrics for fonts with huge descent


2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [0598c64c6004d2cfa12d5beb1e460f4128f6a3cf]

INTEGRATION: CWS vcl56 (1.75.146); FILE MERGED 2006/03/24 10:10:58 pl 1.75.146.2: RESYNC: (1.75-1.78); FILE MERGED 2006/03/15 15:27:38 hdu 1.75.146.1: #i23558# apply patch to fix Alt-Gr A keystroke conflict


2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [953e19b4a9d7a160cdff3ccbea510e5a3347572c]

INTEGRATION: CWS vcl56 (1.32.20); FILE MERGED 2006/03/21 17:04:22 pl 1.32.20.1: #i61402# support TIMESTAMP target


2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [101e0c6dcd6079c1c4e7384995a15556414e6005]

INTEGRATION: CWS vcl56 (1.76.8); FILE MERGED 2006/03/21 17:04:22 pl 1.76.8.1: #i61402# support TIMESTAMP target


2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [0779e72b501d4e1116215c606b0a8cbd9fd1b9aa]

INTEGRATION: CWS vcl56 (1.14.32); FILE MERGED 2006/03/14 15:27:30 pl 1.14.32.1: #i54375# ensure merging of CUPS printers


2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [102c07ebc68d6f06151ea41eadb863fddded65d5]

INTEGRATION: CWS vcl56 (1.24.34); FILE MERGED 2006/03/14 16:09:21 pl 1.24.34.2: #i49251# try to ensure existance of user/psprint directory 2006/03/14 15:41:09 pl 1.24.34.1: join from vcl55


2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [41bb9f6b6cd7a8c1a86cd5dec7e94902ecd4d9f2]

INTEGRATION: CWS vcl56 (1.30.136); FILE MERGED 2006/03/15 15:26:38 hdu 1.30.136.1: #i23558# apply patch to fix Alt-Gr A keystroke conflict


2006-04-04  Thorsten Behrens  <thb@openoffice.org>  [b67ecad0eed58d245e4adcf2d4ce18ccf912c289]

Made things work; removed regcomp cruft; added ellipse and text


2006-04-04  Vladimir Glazounov  <vg@openoffice.org>  [de5432682a2f5ac3e831988975abc481e544b5b6]

INTEGRATION: CWS pdfexportimprove (1.86.60); FILE MERGED 2006/03/24 09:42:27 pl 1.86.60.10: RESYNC: (1.89-1.90); FILE MERGED 2006/03/23 11:42:27 pl 1.86.60.9: RESYNC: (1.86-1.89); FILE MERGED 2006/03/22 10:52:26 pl 1.86.60.8: #i63199# more whitespace cleanup 2006/03/22 10:27:08 pl 1.86.60.7: #i63199# more whitespace cleanup 2006/03/21 09:49:21 pl 1.86.60.6: #i63199# more whitespace cleanup 2006/03/20 13:04:31 pl 1.86.60.5: #i63199# corrected byte count 2006/03/20 11:25:30 pl 1.86.60.4: #i63199# reduce whitespace\n 2006/03/16 09:51:34 pl 1.86.60.3: #i61139# viewer preferences 2006/03/13 11:40:29 pl 1.86.60.2: #i61139# viewer preferences 2006/03/09 09:47:30 pl 1.86.60.1: #i61139# viewer preferences


2006-04-03  Oliver Bolte  <obo@openoffice.org>  [b94af4edab4e469d06551a53d8914abe87306321]

#i63872# DtMACOSX readded to DtType


2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [863200c5535ccb7f25e81db9cb86a70b7701c291]

INTEGRATION: CWS dba203b (1.42.6); FILE MERGED 2006/03/27 13:57:27 fs 1.42.6.1: #i60127# also write/read ENUMs


2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [2d9387621cb7e12ef54c239ccbd6f6e3d136c413]

INTEGRATION: CWS prtfix01 (1.23.10); FILE MERGED 2006/03/29 10:32:52 hdu 1.23.10.1: #133991# prepare changed management of mpGraphics


2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [e81d0a54a1be7514fbf07344c25d5229fa42db3f]

INTEGRATION: CWS prtfix01 (1.40.10); FILE MERGED 2006/03/29 11:02:44 hdu 1.40.10.2: #133991# add a workaround for WinSalPrinters mishandling of WinSalGraphics 2006/03/29 08:29:02 hdu 1.40.10.1: #133991# add comments to the very critical ImplGetGraphics and ImplReleaseGraphics methods


2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [1a414c69654631580dc215dfe47b51971a625a98]

INTEGRATION: CWS long2int (1.6.12); FILE MERGED 2005/10/26 18:07:22 kendy 1.6.12.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.


2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [6c6f8841c8eb3d6a188b9415f3c7b01bd2164492]

INTEGRATION: CWS long2int (1.16.12); FILE MERGED 2005/10/26 18:07:22 kendy 1.16.12.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.


2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [4b58cc8e50befe3d43981ba65645c93a3e133973]

INTEGRATION: CWS long2int (1.29.58); FILE MERGED 2006/02/28 12:03:33 kendy 1.29.58.3: #i56715# Reversed everything but long -> sal_Int32 for GetBorder(). 2006/01/16 14:21:48 kendy 1.29.58.2: RESYNC: (1.29-1.30); FILE MERGED 2005/10/26 18:07:17 kendy 1.29.58.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.


2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [fab0d11bab0403ec2490c1c94545be1844e6cafb]

INTEGRATION: CWS long2int (1.3.66); FILE MERGED 2006/02/28 17:13:51 kendy 1.3.66.3: #i56715# One more needed long -> sal_Int32 (for GetBorder() ). 2006/02/28 12:03:33 kendy 1.3.66.2: #i56715# Reversed everything but long -> sal_Int32 for GetBorder(). 2005/10/26 18:07:17 kendy 1.3.66.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.


2006-03-29  Vladimir Glazounov  <vg@openoffice.org>  [f171d909610ecd25ec1bf70ef2f1f0aaf30c3fa6]

new version for SRC680


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [7b4455463e692730dd227e5201f246bfd1aa6ca1]

INTEGRATION: CWS hc2opti (1.13.6); FILE MERGED 2006/02/24 17:10:23 ihi 1.13.6.1: #i55666# hc2 build speedup


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [83e593325ac303c82aeffdad6583e6d7b1023a73]

INTEGRATION: CWS hc2opti (1.4.56); FILE MERGED 2006/03/13 21:12:51 ihi 1.4.56.2: xrm xcu sdf extract fix 2006/02/24 17:10:23 ihi 1.4.56.1: #i55666# hc2 build speedup


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [39dae7a6cd3d1706751f6d4473375b9862983626]

INTEGRATION: CWS hc2opti (1.10.2); FILE MERGED 2006/03/06 15:31:09 ihi 1.10.2.4: #i55666# reenable xml comments 2006/02/24 17:10:23 ihi 1.10.2.3: #i55666# hc2 build speedup 2006/02/14 15:36:26 ihi 1.10.2.2: RESYNC: (1.10-1.11); FILE MERGED 2006/02/14 13:02:09 ihi 1.10.2.1: #i55666# hc2 build speedup prototype


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [166578ac74011194d9f241ef68b0e6dcf4405070]

INTEGRATION: CWS hc2opti (1.11.38); FILE MERGED 2006/02/24 17:10:23 ihi 1.11.38.1: #i55666# hc2 build speedup


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [80bd214d5973a1f866c969a672d52add59ab3c7c]

INTEGRATION: CWS hc2opti (1.22.6); FILE MERGED 2006/02/24 17:10:23 ihi 1.22.6.2: #i55666# hc2 build speedup 2006/02/14 13:02:08 ihi 1.22.6.1: #i55666# hc2 build speedup prototype


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [21c424762b1d40e441f05bf47ec9cf1554bf8335]

INTEGRATION: CWS hc2opti (1.39.12); FILE MERGED 2006/02/24 17:10:23 ihi 1.39.12.1: #i55666# hc2 build speedup


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [907472c16385ff1f69129ff09937978c690edd90]

INTEGRATION: CWS hc2opti (1.23.20); FILE MERGED 2006/02/24 17:10:23 ihi 1.23.20.1: #i55666# hc2 build speedup


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [5df1924a3fef1520ffeda6079c5ed61662740469]

INTEGRATION: CWS hc2opti (1.9.2); FILE MERGED 2006/02/24 17:17:49 ihi 1.9.2.5: #i55666# hc2 build speedup 2006/02/24 17:10:22 ihi 1.9.2.4: #i55666# hc2 build speedup 2006/02/14 17:25:16 ihi 1.9.2.3: fix build break caused by messy resync 2006/02/14 15:35:53 ihi 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED 2006/02/14 13:02:08 ihi 1.9.2.1: #i55666# hc2 build speedup prototype


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [9c0a6d9850c7c3196bbfd1cc05ea8c36e7511065]

INTEGRATION: CWS hc2opti (1.5.12); FILE MERGED 2006/03/22 12:55:23 ihi 1.5.12.6: One xhp missing in tcsh env 2006/02/24 17:10:22 ihi 1.5.12.5: #i55666# hc2 build speedup 2006/02/14 18:29:51 ihi 1.5.12.4: fix last one forgotten 2006/02/14 17:25:14 ihi 1.5.12.3: fix build break caused by messy resync 2006/02/14 15:35:45 ihi 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2006/02/14 13:02:07 ihi 1.5.12.1: #i55666# hc2 build speedup prototype


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [a9e5e8ddccfa47ee255e8fde23553903ee3360ec]

INTEGRATION: CWS hc2opti (1.32.6); FILE MERGED 2006/02/24 17:10:22 ihi 1.32.6.1: #i55666# hc2 build speedup


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [2c761e0286b52b0adf2ec950db0f3bd122f5a1fd]

INTEGRATION: CWS hc2opti (1.48.2); FILE MERGED 2006/02/24 17:10:22 ihi 1.48.2.1: #i55666# hc2 build speedup


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [e688d16e9e32434e33b196a6de5ffd6fcafaf41f]

INTEGRATION: CWS hc2opti (1.37.8); FILE MERGED 2006/02/24 17:10:22 ihi 1.37.8.1: #i55666# hc2 build speedup


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [2c91305142dae5e0783305f50f1fe42babbe2336]

INTEGRATION: CWS hc2opti (1.13.18); FILE MERGED 2006/03/13 21:12:50 ihi 1.13.18.2: xrm xcu sdf extract fix 2006/02/24 17:10:22 ihi 1.13.18.1: #i55666# hc2 build speedup


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [36bad0c8c4a88dc351298d148da48e34f4d49709]

INTEGRATION: CWS hc2opti (1.3.12); FILE MERGED 2006/02/24 17:10:21 ihi 1.3.12.1: #i55666# hc2 build speedup


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [2ba39e8b7e5f24ba20352a43d16ccd779ad31419]

INTEGRATION: CWS hc2opti (1.7.12); FILE MERGED 2006/02/24 17:10:21 ihi 1.7.12.3: #i55666# hc2 build speedup 2006/02/14 15:34:37 ihi 1.7.12.2: RESYNC: (1.7-1.8); FILE MERGED 2006/02/14 13:02:06 ihi 1.7.12.1: #i55666# hc2 build speedup prototype


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [559a89427c98095a0e5613ebd96c5f1fbd58385e]

INTEGRATION: CWS hc2opti (1.3.12); FILE MERGED 2006/02/24 17:10:21 ihi 1.3.12.3: #i55666# hc2 build speedup 2006/02/14 15:34:29 ihi 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED 2006/02/14 13:02:05 ihi 1.3.12.1: #i55666# hc2 build speedup prototype


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [0900f4d722069104d7ebc4a0d76c83a84c0a27e6]

INTEGRATION: CWS hc2opti (1.16.4); FILE MERGED 2006/02/24 17:10:21 ihi 1.16.4.1: #i55666# hc2 build speedup


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [77e043c8c09635ecb2a70f3bc507a3385b31bc01]

INTEGRATION: CWS hc2opti (1.4.12); FILE MERGED 2006/02/24 17:10:21 ihi 1.4.12.1: #i55666# hc2 build speedup


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [d52f42b95189e578f97c5fc6aa38be165b72f218]

INTEGRATION: CWS dba203a (1.1.2); FILE ADDED 2006/03/17 15:35:32 fs 1.1.2.1: wrapping the css.resource.OfficeResourceBundle service


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [368ffe8d081ad84b3d3e900f2692d2688a7e8e93]

INTEGRATION: CWS dba203a (1.32.52); FILE MERGED 2006/03/20 08:58:23 fs 1.32.52.2: RESYNC: (1.32-1.35); FILE MERGED 2006/03/17 15:35:03 fs 1.32.52.1: #i60163# +officeresourcebundle


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [958e11831e45160c87d643b032c095af48a41aed]

INTEGRATION: CWS dba203a (1.1.2); FILE ADDED 2006/03/17 15:33:56 fs 1.1.2.1: wrapping the css.resource.OfficeResourceBundle service


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [969a2c59717b42a95317414fdb1984ddf13038fe]

INTEGRATION: CWS dba203a (1.39.16); FILE MERGED 2006/03/17 13:21:22 fs 1.39.16.2: #i60163# reset Variant when falling back to en-US 2006/03/17 11:09:05 fs 1.39.16.1: #i60163# +SimpleResMgr( string, locale ) / +IsValid / +IsAvailable


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [ce49f4c367c0c5eac53c347535899d2a146fadba]

INTEGRATION: CWS dba203a (1.41.12); FILE MERGED 2006/03/20 07:59:44 fs 1.41.12.3: RESYNC: (1.41-1.42); FILE MERGED 2006/02/14 11:57:58 fs 1.41.12.2: #i62032# setPropertyValue: don't lock the mutex unnecessarily, this might deadlock when (indirectly) firing notifications 2006/02/14 10:29:11 fs 1.41.12.1: #i62032# setPropertyToDefault: don't lock the mutex unnecessarily, this might deadlock when (indirectly) firing notifications


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [e7b3a02cbf0761cf1cd0fc33b00e5a444d254d85]

INTEGRATION: CWS dba203a (1.36.62); FILE MERGED 2006/02/14 11:57:36 fs 1.36.62.1: #i62032# add/removeFooListener: don't call into the peer with our own mutex locked


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [1cf8bd239d2aa19b77a26796699536f009136d22]

INTEGRATION: CWS vcl54 (1.10.154); FILE MERGED 2006/02/23 18:22:10 pl 1.10.154.4: join cairocanvas 2006/02/23 18:19:20 pl 1.10.154.3: join cairocanvas 2006/02/23 18:17:22 pl 1.10.154.2: join cairocanvas 2006/02/23 17:25:06 thb 1.10.154.1: #i59315# Now reading the actual size of a SystemGraphicsData-generated VDev from the VDev itself (it was always (1,1) before, which led to clipped output)


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [d189716d62f719c74f2b9164b670c34298be5629]

INTEGRATION: CWS vcl54 (1.10.156); FILE MERGED 2006/02/21 16:24:47 pl 1.10.156.1: #i61234# cleanup enum


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [7538b20d01bb49f3c78cd0869bd080042bf10c51]

INTEGRATION: CWS vcl54 (1.8.86); FILE MERGED 2006/02/23 17:25:08 thb 1.8.86.1: #i59315# Now reading the actual size of a SystemGraphicsData-generated VDev from the VDev itself (it was always (1,1) before, which led to clipped output)


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [f8059941239b5f3988e7aaae822b81d4de81bfd0]

INTEGRATION: CWS vcl54 (1.21.4); FILE MERGED 2006/02/21 15:12:01 pl 1.21.4.2: RESYNC: (1.21-1.22); FILE MERGED 2006/02/20 13:49:04 hdu 1.21.4.1: #131324# fix signedness problem for DocumentProperties() return value


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [8312329ab9a8871af97ff250ee0773cf8eaaf657]

INTEGRATION: CWS vcl54 (1.75.10); FILE MERGED 2006/02/16 13:28:45 pl 1.75.10.1: #61841# add fontconfig support for embedded bitmaps and antialias


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [b33a0a2e024df92556f25161cccd31925ea63d21]

INTEGRATION: CWS vcl54 (1.4.156); FILE MERGED 2006/02/23 17:25:06 thb 1.4.156.1: #i59315# Now reading the actual size of a SystemGraphicsData-generated VDev from the VDev itself (it was always (1,1) before, which led to clipped output)


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [2631945e044f6eef5ccf1f9e2e2ba42f31c19043]

INTEGRATION: CWS vcl54 (1.199.8); FILE MERGED 2006/02/21 15:11:35 pl 1.199.8.2: RESYNC: (1.199-1.200); FILE MERGED 2006/01/25 13:20:39 thb 1.199.8.1: #i60699# Reverted all GCs not to generate GraphicsExposure events by default. Those are really only necessary for window-to-window copies (to detect obscured areas) - there, GraphicsExposures are explicitely enabled. This might improve latency considerably for the nearly all cases (except e.g. Window::Scroll or OutputDevice::CopyArea), since no roundtrips and no polls are necessary anymore


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [84254865b2d66f075e328f16b7ac7407565d25b1]

INTEGRATION: CWS vcl54 (1.25.90); FILE MERGED 2006/02/16 13:28:44 pl 1.25.90.1: #61841# add fontconfig support for embedded bitmaps and antialias


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [49f21624a1a76803b3b52c192ea0e49a8c17f298]

INTEGRATION: CWS vcl54 (1.130.6); FILE MERGED 2006/02/23 18:17:22 pl 1.130.6.3: join cairocanvas 2006/01/31 14:35:12 pl 1.130.6.2: RESYNC: (1.130-1.131); FILE MERGED 2006/01/25 13:20:38 thb 1.130.6.1: #i60699# Reverted all GCs not to generate GraphicsExposure events by default. Those are really only necessary for window-to-window copies (to detect obscured areas) - there, GraphicsExposures are explicitely enabled. This might improve latency considerably for the nearly all cases (except e.g. Window::Scroll or OutputDevice::CopyArea), since no roundtrips and no polls are necessary anymore


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [474845668c77f0bef772554c99ff09a75787d28a]

INTEGRATION: CWS vcl54 (1.29.154); FILE MERGED 2006/02/03 13:37:37 thb 1.29.154.2: #i60699# Use correct GC for Window->Window blitting (was using unclipped GC before) 2006/01/25 13:20:37 thb 1.29.154.1: #i60699# Reverted all GCs not to generate GraphicsExposure events by default. Those are really only necessary for window-to-window copies (to detect obscured areas) - there, GraphicsExposures are explicitely enabled. This might improve latency considerably for the nearly all cases (except e.g. Window::Scroll or OutputDevice::CopyArea), since no roundtrips and no polls are necessary anymore


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [24cb7f93ebd2dedc41d190b1f855fecd2d5cfb58]

INTEGRATION: CWS vcl54 (1.36.154); FILE MERGED 2006/02/23 18:17:21 pl 1.36.154.2: join cairocanvas 2006/01/25 13:20:37 thb 1.36.154.1: #i60699# Reverted all GCs not to generate GraphicsExposure events by default. Those are really only necessary for window-to-window copies (to detect obscured areas) - there, GraphicsExposures are explicitely enabled. This might improve latency considerably for the nearly all cases (except e.g. Window::Scroll or OutputDevice::CopyArea), since no roundtrips and no polls are necessary anymore


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [2c8a020861789a329531e48df43a37a9b22cbc6e]

INTEGRATION: CWS vcl54 (1.19.92); FILE MERGED 2006/01/25 13:20:36 thb 1.19.92.1: #i60699# Reverted all GCs not to generate GraphicsExposure events by default. Those are really only necessary for window-to-window copies (to detect obscured areas) - there, GraphicsExposures are explicitely enabled. This might improve latency considerably for the nearly all cases (except e.g. Window::Scroll or OutputDevice::CopyArea), since no roundtrips and no polls are necessary anymore


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [b0928bcdf428ba418cbdc396b9d99979ca72df4a]

INTEGRATION: CWS vcl54 (1.13.88); FILE MERGED 2006/02/16 13:28:43 pl 1.13.88.1: #61841# add fontconfig support for embedded bitmaps and antialias


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [0dbbb892483a9cff46d569a81634177dbdd9b1cc]

INTEGRATION: CWS vcl54 (1.18.136); FILE MERGED 2006/01/25 13:20:35 thb 1.18.136.1: #i60699# Reverted all GCs not to generate GraphicsExposure events by default. Those are really only necessary for window-to-window copies (to detect obscured areas) - there, GraphicsExposures are explicitely enabled. This might improve latency considerably for the nearly all cases (except e.g. Window::Scroll or OutputDevice::CopyArea), since no roundtrips and no polls are necessary anymore


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [f703532e692fa74d1459fefb53e53be396f20866]

INTEGRATION: CWS vcl54 (1.71.4); FILE MERGED 2006/01/25 13:20:34 thb 1.71.4.1: #i60699# Reverted all GCs not to generate GraphicsExposure events by default. Those are really only necessary for window-to-window copies (to detect obscured areas) - there, GraphicsExposures are explicitely enabled. This might improve latency considerably for the nearly all cases (except e.g. Window::Scroll or OutputDevice::CopyArea), since no roundtrips and no polls are necessary anymore


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [4d6d8ffd518ed35a38071970537ad19eb520fc4c]

INTEGRATION: CWS vcl54 (1.5.156); FILE MERGED 2006/02/23 18:17:21 pl 1.5.156.2: join cairocanvas 2006/02/23 17:25:05 thb 1.5.156.1: #i59315# Now reading the actual size of a SystemGraphicsData-generated VDev from the VDev itself (it was always (1,1) before, which led to clipped output)


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [f54c1430feabe7b6c5545287f53b966c4398668e]

INTEGRATION: CWS vcl54 (1.7.154); FILE MERGED 2006/01/25 13:20:33 thb 1.7.154.1: #i60699# Reverted all GCs not to generate GraphicsExposure events by default. Those are really only necessary for window-to-window copies (to detect obscured areas) - there, GraphicsExposures are explicitely enabled. This might improve latency considerably for the nearly all cases (except e.g. Window::Scroll or OutputDevice::CopyArea), since no roundtrips and no polls are necessary anymore


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [9843d04d1ad77f02d7b00c9fdcc038740c1e7f68]

INTEGRATION: CWS vcl54 (1.41.4); FILE MERGED 2006/01/31 14:34:26 pl 1.41.4.2: RESYNC: (1.41-1.42); FILE MERGED 2006/01/25 13:20:32 thb 1.41.4.1: #i60699# Reverted all GCs not to generate GraphicsExposure events by default. Those are really only necessary for window-to-window copies (to detect obscured areas) - there, GraphicsExposures are explicitely enabled. This might improve latency considerably for the nearly all cases (except e.g. Window::Scroll or OutputDevice::CopyArea), since no roundtrips and no polls are necessary anymore


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [7f97fbeeb49443975916fd9867a0edaa9ccd7a05]

INTEGRATION: CWS vcl54 (1.33.38); FILE MERGED 2006/02/16 13:28:42 pl 1.33.38.1: #61841# add fontconfig support for embedded bitmaps and antialias


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [3a9067517f303d4c77872b7b8f885b66007f4078]

INTEGRATION: CWS vcl54 (1.119.26); FILE MERGED 2006/02/16 13:28:41 pl 1.119.26.1: #61841# add fontconfig support for embedded bitmaps and antialias


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [469d568cb5a479680c3c1101c144943ef193b630]

INTEGRATION: CWS vcl54 (1.21.156); FILE MERGED 2006/02/23 17:25:05 thb 1.21.156.1: #i59315# Now reading the actual size of a SystemGraphicsData-generated VDev from the VDev itself (it was always (1,1) before, which led to clipped output)


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [a96806ea4d291e052091f2bd288d1c5d81091080]

INTEGRATION: CWS vcl54 (1.213.10); FILE MERGED 2006/02/13 12:30:17 hdu 1.213.10.1: #i39518# handle non-LTR text outlines when vectorizing glyph bitmaps


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [a1d2766e51684d9df452648c96ca13328d2eb351]

INTEGRATION: CWS vcl54 (1.38.72); FILE MERGED 2006/01/30 13:03:22 thb 1.38.72.1: #i59315# Limit clip coords passed on to sal layer to actual outdev bounds (to avoid overflows)


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [0fcde36189e21f79119390f1043bac508af091da]

INTEGRATION: CWS vcl54 (1.22.26); FILE MERGED 2006/02/16 17:43:23 pl 1.22.26.1: #i62033# always read complete resources


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [a4f3da545aec0dad9f4e937f26bdb1eee1adaeae]

INTEGRATION: CWS vcl54 (1.42.10); FILE MERGED 2006/02/16 17:35:20 pl 1.42.10.1: #i54154# clip checkbox and radiobutton to given size


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [0dcfebfe681dd9e3c91e19cb8d61848cd93469e4]

INTEGRATION: CWS vcl54 (1.64.6); FILE MERGED 2006/02/16 13:23:33 pl 1.64.6.1: #61841# add fontconfig support for embedded bitmaps and antialias


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [d05ace6ac1975cf475ee7a6a5ae7b961df264028]

INTEGRATION: CWS vcl54 (1.16.2); FILE MERGED 2006/02/16 13:23:32 pl 1.16.2.1: #61841# add fontconfig support for embedded bitmaps and antialias


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [668de1929d348ff3dc8c8e1107db72b3ce73b7e5]

INTEGRATION: CWS vcl54 (1.18.14); FILE MERGED 2006/02/16 13:23:32 pl 1.18.14.2: #61841# add fontconfig support for embedded bitmaps and antialias 2006/02/06 16:04:56 pl 1.18.14.1: #i61474# use correct token position


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [e48796d81f8148dcdafff7160f09d023ee70a8bd]

INTEGRATION: CWS vcl54 (1.28.4); FILE MERGED 2006/02/16 13:23:58 pl 1.28.4.1: #61841# add fontconfig support for embedded bitmaps and antialias


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [4929fa1ad8d5a63396aa554f1f549eb1524e28bd]

INTEGRATION: CWS vcl54 (1.3.12); FILE MERGED 2006/02/02 11:37:39 thb 1.3.12.1: #i60699# Clarified docs; replaced flush call with sync on canvas output window, as now VCL internally does not sync anymore for blits


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [05598ac04d4e3d87ebb193b6e2374cc02025533d]

INTEGRATION: CWS vcl54 (1.6.24); FILE MERGED 2006/02/02 11:37:39 thb 1.6.24.1: #i60699# Clarified docs; replaced flush call with sync on canvas output window, as now VCL internally does not sync anymore for blits


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [d30bac4cd1b5e75d64869d1ddaf78add758351f8]

INTEGRATION: CWS pb12 (1.63.150); FILE MERGED 2006/02/14 10:42:30 pb 1.63.150.1: fix: #i60085# STR_DESCRIPTION_FACTORY_DATABASE added


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [73d1cfd4712d50cf445eb8da12eb50a6ace44fdc]

INTEGRATION: CWS pb12 (1.39.162); FILE MERGED 2006/02/14 10:43:32 pb 1.39.162.1: fix: #i60085# support for database factory


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [08e43f41f1ea13324d9e2eeef978a466d212f73d]

INTEGRATION: CWS pb12 (1.70.4); FILE MERGED 2006/02/10 05:44:24 pb 1.70.4.1: fix: #i44914# don't handle empty URLs


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [dc81c7e5a2e7be707143f9593104e15854698caf]

INTEGRATION: CWS pb12 (1.41.148); FILE MERGED 2006/03/16 07:09:00 pb 1.41.148.2: RESYNC: (1.41-1.42); FILE MERGED 2006/02/08 12:33:52 pb 1.41.148.1: fix: #i60061# pReserved renamed to pImpl->m_pLink


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [57fbeec58d07bb207897d2818c94d308b04a8a66]

INTEGRATION: CWS pb12 (1.24.164); FILE MERGED 2006/02/08 12:32:36 pb 1.24.164.1: fix: #i60061# IsEmptyTextAllowed() and ForbidEmptyText() added


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [9a9f26abfb9cd1d3b5855b8b3885465e83c3a0fd]

INTEGRATION: CWS pb12 (1.63.164); FILE MERGED 2006/02/08 12:31:48 pb 1.63.164.1: fix: #i60061# EndInplaceEditing() added


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [c2b9f1424f95821b9560a957d730b71c92824878]

INTEGRATION: CWS pb12 (1.12.164); FILE MERGED 2006/02/14 10:41:15 pb 1.12.164.1: fix: #i60085# STR_DESCRIPTION_FACTORY_DATABASE added


2006-03-29  Oliver Bolte  <obo@openoffice.org>  [b2b2d11f57f31b5e2ee122a3b3e40f9d8ff6bd22]

INTEGRATION: CWS pb12 (1.18.164); FILE MERGED 2006/02/08 12:22:23 pb 1.18.164.1: fix: #i60061# EndInplaceEditing() added


2006-03-28  Thorsten Behrens  <thb@openoffice.org>  [f3d8c212996440a45077a1b9f8d485a965389cb6]

#i63310# Simplified policy interface; added unique-case optimization to ThreadSafeRefCountPolicy


2006-03-27  Oliver Bolte  <obo@openoffice.org>  [4a00b93dd52511aeb22cd2de2baa4ad761ef9483]

INTEGRATION: CWS sb48 (1.54.130); FILE MERGED 2006/03/15 11:03:01 sb 1.54.130.1: #i59269# Added terminating punctuation to error resource strings.


2006-03-27  Oliver Bolte  <obo@openoffice.org>  [499ccf1604cd66cb65df02cfa7e5129bc0ad87ea]

INTEGRATION: CWS sb48 (1.3.184); FILE MERGED 2006/03/09 13:20:36 sb 1.3.184.1: #i59269# Error message resource strings now come equipped with full punctuation.


2006-03-27  Oliver Bolte  <obo@openoffice.org>  [ffe57ec483f486ce5c691bb921463fa54491610c]

INTEGRATION: CWS sb48 (1.4.176); FILE MERGED 2006/03/15 11:03:00 sb 1.4.176.1: #i59269# Added terminating punctuation to error resource strings.


2006-03-24  Oliver Bolte  <obo@openoffice.org>  [d97a3bb48bd0aecba038f8121d74de3a3e6f8232]

INTEGRATION: CWS fwk34 (1.126.10); FILE MERGED 2006/03/09 12:03:37 as 1.126.10.3: RESYNC: (1.126-1.127); FILE MERGED 2006/03/08 10:54:07 as 1.126.10.2: #120210# improve all _try _except use cases 2006/03/02 12:30:41 as 1.126.10.1: #120210# improve exception handling of vcl


2006-03-24  Oliver Bolte  <obo@openoffice.org>  [1576c3909d0ac34edeb129e6ee3e15f2d70f609d]

INTEGRATION: CWS fwk34 (1.9.198); FILE MERGED 2006/03/02 12:30:40 as 1.9.198.1: #120210# improve exception handling of vcl


2006-03-24  Oliver Bolte  <obo@openoffice.org>  [fe3935ccc1b5fdaf9648dbb1a0034e84d1f1bee4]

INTEGRATION: CWS fwk34 (1.6.198); FILE MERGED 2006/03/08 10:54:07 as 1.6.198.1: #120210# improve all _try _except use cases


2006-03-24  Oliver Bolte  <obo@openoffice.org>  [f647e5705bc1efbdb8ebdefb887cd4cca7d84e84]

INTEGRATION: CWS fwk34 (1.27.88); FILE MERGED 2006/03/08 10:54:06 as 1.27.88.1: #120210# improve all _try _except use cases


2006-03-24  Oliver Bolte  <obo@openoffice.org>  [e4b5437541a4c5599273ecebaa527b1c575b15b8]

INTEGRATION: CWS fwk34 (1.6.198); FILE MERGED 2006/03/02 12:30:40 as 1.6.198.1: #120210# improve exception handling of vcl


2006-03-24  Oliver Bolte  <obo@openoffice.org>  [5dbf9c3a524f7f5bf8bf5a69696854eb8982cdbc]

INTEGRATION: CWS fwk34 (1.10.138); FILE MERGED 2006/03/08 10:54:06 as 1.10.138.1: #120210# improve all _try _except use cases


2006-03-24  Oliver Bolte  <obo@openoffice.org>  [de2eeff3a7ad1026d2c56059f556a42e4e318f3e]

INTEGRATION: CWS fwk34 (1.19.198); FILE MERGED 2006/03/02 12:30:39 as 1.19.198.1: #120210# improve exception handling of vcl


2006-03-24  Oliver Bolte  <obo@openoffice.org>  [e6a0a8cce26d288bec8c46d5c043122264fb0d29]

INTEGRATION: CWS fwk34 (1.15.26); FILE MERGED 2006/03/09 12:01:17 as 1.15.26.2: RESYNC: (1.15-1.16); FILE MERGED solve merge problems 2006/03/01 08:32:26 as 1.15.26.1: #120210# dont use undefined iterator objects after calling vector.erase()


2006-03-24  Oliver Bolte  <obo@openoffice.org>  [30e8447f5e68d5bab6556a42485e1cde63d505bc]

INTEGRATION: CWS fwk34 (1.57.160); FILE MERGED 2006/03/22 14:56:10 cd 1.57.160.1: #b6183577# clear unoreference before service factory is disposed


2006-03-24  Oliver Bolte  <obo@openoffice.org>  [20059fee5c5822b9cf09ad6b4e95c7c197479aa5]

INTEGRATION: CWS fwk34 (1.18.158); FILE MERGED 2006/03/02 12:30:38 as 1.18.158.1: #120210# improve exception handling of vcl


2006-03-24  Oliver Bolte  <obo@openoffice.org>  [b9da214a3f3374702e51c3aefed3c16e42b8f200]

INTEGRATION: CWS fwk33 (1.37.28); FILE MERGED 2006/02/10 11:59:20 mav 1.37.28.1: #i46838# allow to retrieve HC-representation


2006-03-24  Oliver Bolte  <obo@openoffice.org>  [d8f170c1a227a2ab904e6cee8a21089045b33642]

INTEGRATION: CWS fwk33 (1.14.34); FILE MERGED 2006/02/10 11:58:10 mav 1.14.34.1: #i46838# allow to retrieve HC-representation


2006-03-24  Oliver Bolte  <obo@openoffice.org>  [a50b7d1b858de32a8791b9709f829444361a45e7]

INTEGRATION: CWS fwk33 (1.3.166); FILE MERGED 2006/02/20 14:13:14 mav 1.3.166.1: #130856# add to accessibility hierarchy


2006-03-23  Thorsten Behrens  <thb@openoffice.org>  [68b93ce46b99d4d16ca2edaa801b2d9dce21e4fc]

#i63310# Made cow_wrapper refcounting behaviour configurable via policy class (otherwise, code like basegfx, which previously hadn't used thread-safe refcounting, would now been hit by the performance penalty); added compile-test for ThreadSafeRefCountingPolicy to unit tests; removed cruft from unit tests


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [1be12f1f8d872560720ac065fcbdb35717d77175]

INTEGRATION: CWS gcnolk (1.69.144); FILE MERGED 2006/02/17 15:52:59 hdu 1.69.144.3: RESYNC: (1.74-1.75); FILE MERGED 2005/11/25 17:03:27 hdu 1.69.144.2: RESYNC: (1.69-1.74); FILE MERGED 2005/08/09 09:18:24 hdu 1.69.144.1: #i50546# release physical fonts when done


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [92c42c711db6f85200d73007de847182b192b059]

INTEGRATION: CWS gcnolk (1.21.386); FILE MERGED 2005/11/25 17:03:34 hdu 1.21.386.2: RESYNC: (1.21-1.23); FILE MERGED 2005/08/09 09:18:24 hdu 1.21.386.1: #i50546# release physical fonts when done


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [f6efbdea980d98c01c387a00748287db96f15772]

INTEGRATION: CWS gcnolk (1.125.46); FILE MERGED 2006/02/17 15:51:27 hdu 1.125.46.3: RESYNC: (1.129-1.131); FILE MERGED 2005/11/25 16:32:43 hdu 1.125.46.2: RESYNC: (1.125-1.129); FILE MERGED 2005/08/09 09:18:23 hdu 1.125.46.1: #i50546# release physical fonts when done


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [116f87825897e3e259a66f053e5168f7effcf5c6]

INTEGRATION: CWS gcnolk (1.35.26); FILE MERGED 2005/11/25 16:33:00 hdu 1.35.26.2: RESYNC: (1.35-1.36); FILE MERGED 2005/08/09 09:18:22 hdu 1.35.26.1: #i50546# release physical fonts when done


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [710db80a581b0b9ed23ce0ff2772a2aa680ff5d1]

INTEGRATION: CWS gcnolk (1.9.322); FILE MERGED 2005/11/25 16:31:13 hdu 1.9.322.2: RESYNC: (1.9-1.13); FILE MERGED 2005/08/09 09:18:22 hdu 1.9.322.1: #i50546# release physical fonts when done


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [bf140677fe5f7b66c4429cd30328b50a2c517120]

INTEGRATION: CWS gcnolk (1.29.228); FILE MERGED 2006/02/17 15:46:11 hdu 1.29.228.5: RESYNC: (1.32-1.33); FILE MERGED 2005/11/25 17:37:30 hdu 1.29.228.4: RESYNC: (1.29-1.32); FILE MERGED 2005/08/10 09:33:56 hdu 1.29.228.3: #i50546# allow better caching of GlyphCache entries 2005/08/10 09:31:07 hdu 1.29.228.2: #i50546# a GlyphCache FontList no longer depends on valid FontData objects 2005/08/09 09:51:25 hdu 1.29.228.1: #i50546# do not garbage collect released fonts


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [0ebf90b7e2ca85e4ad49a17bbb21946df1232bc9]

INTEGRATION: CWS gcnolk (1.114.132); FILE MERGED 2006/02/21 09:18:14 hdu 1.114.132.4: #i50546# resync changes for CWS fakebold to CWS gcnolk 2006/02/17 15:45:38 hdu 1.114.132.3: RESYNC: (1.117-1.119); FILE MERGED 2005/11/25 17:37:10 hdu 1.114.132.2: RESYNC: (1.114-1.117); FILE MERGED 2005/08/10 09:31:07 hdu 1.114.132.1: #i50546# a GlyphCache FontList no longer depends on valid FontData objects


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [3551a26a1edab1a249ee907da599bee9d56cf2d2]

INTEGRATION: CWS gcnolk (1.49.64); FILE MERGED 2005/11/25 17:27:17 hdu 1.49.64.2: RESYNC: (1.49-1.52); FILE MERGED 2005/08/09 09:18:21 hdu 1.49.64.1: #i50546# release physical fonts when done


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [fd9e1305e7aa740379aecb242e5b6a9afa6cdae1]

INTEGRATION: CWS gcnolk (1.203.18); FILE MERGED 2006/02/17 15:44:44 hdu 1.203.18.4: RESYNC: (1.209-1.213); FILE MERGED 2005/11/25 17:25:46 hdu 1.203.18.3: RESYNC: (1.203-1.209); FILE MERGED 2005/08/10 10:52:26 hdu 1.203.18.2: #i50546# get rid of this hotfix for ever 2005/08/09 09:18:20 hdu 1.203.18.1: #i50546# release physical fonts when done


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [ec8ebc2e4432218fff8ccbbd7ecb6dafd57e69d0]

INTEGRATION: CWS gcnolk (1.34.70); FILE MERGED 2006/02/21 16:42:54 hdu 1.34.70.4: #i50546# request new fonts when old fonts are released 2006/02/17 15:44:34 hdu 1.34.70.3: RESYNC: (1.37-1.38); FILE MERGED 2005/11/25 17:20:56 hdu 1.34.70.2: RESYNC: (1.34-1.37); FILE MERGED 2005/08/09 09:18:20 hdu 1.34.70.1: #i50546# release physical fonts when done


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [890264f3c0666218a75fce65ce0d056d836799dc]

INTEGRATION: CWS dr46 (1.7.12); FILE MERGED 2006/02/15 10:51:10 dr 1.7.12.1: #i61980# read last sector from stream, even if it is incomplete


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [1d6aa555c2a96c47e90403f887bdab4cedca6a26]

INTEGRATION: CWS cairofixes01 (1.132.6); FILE MERGED 2006/03/02 17:53:09 radekdoulik 1.132.6.1: Issue number:  62722 Submitted by:  radekdoulik Reviewed by:   radekdoulik fixes problem with color of rendered text in cairo canvas

	* build/src680-m152/vcl/unx/source/gdi/salgdi3.cxx
	(DrawServerAAFontString): extended to draw texts with different
	bit depths

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [365baea11b3e90c4c9ccd2bdb5170e4faa0b5bdc]

INTEGRATION: CWS cairofixes01 (1.2.30); FILE MERGED 2006/03/02 17:50:01 radekdoulik 1.2.30.1: Issue number:  62722 Submitted by:  radekdoulik Reviewed by:   radekdoulik 2006-02-08  Radek Doulik  <rodo@novell.com>

	* patches/cairo/cairo-canvas-redrawmanager-copy-updatearea.diff:
	avoid invalid reads when merging update areas. select2nd was
	making temporary copy, from which we took a reference and used it
	after the copy was destroyed

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [893402ecc6d5f371067da0f3da2fa41334b534b5]

INTEGRATION: CWS cairofixes01 (1.2.2); FILE MERGED 2006/03/03 11:14:13 thb 1.2.2.1: #i62712# Added Xrender to link line (seems to be missing for some systems)


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [a0017d668eaa21ee4661e27c0fa475d9e0136d7c]

INTEGRATION: CWS cairofixes01 (1.2.2); FILE MERGED 2006/03/02 17:40:59 radekdoulik 1.2.2.1: Issue number:  62722 Submitted by:  radekdoulik Reviewed by:   radekdoulik optimize resizing of cairo surfaces


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [6b8f7529cc07c3e23cd88efcf63778c9d3739a4c]

INTEGRATION: CWS cairofixes01 (1.2.2); FILE MERGED 2006/03/02 17:56:18 radekdoulik 1.2.2.1: Issue number:  62722 Submitted by:  radekdoulik Reviewed by:   radekdoulik 2006-02-22  Radek Doulik  <rodo@novell.com>

	*
	build/src680-m152/canvas/source/cairo/cairo_canvashelper_text.cxx
	(cairocanvas): use depth of surface when creating virtual vcl
	device

	* build/src680-m152/canvas/source/cairo/cairo_cairo.cxx (cairo):
	new function, returns surface bit depth

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [edaee37c44302e8c862b83b2370adf50f7baf274]

INTEGRATION: CWS cairofixes01 (1.2.2); FILE MERGED 2006/03/02 17:58:38 radekdoulik 1.2.2.2: Issue number:  62722 Submitted by:  radekdoulik Reviewed by:   radekdoulik 2006-02-24  Radek Doulik  <rodo@novell.com>

	* build/src680-m152/canvas/source/cairo/cairo_canvashelper.cxx
	(implDrawBitmapSurface): set source after scale is set
2006/03/02 17:57:19 radekdoulik 1.2.2.1: Issue number:  62722
Submitted by:  radekdoulik
Reviewed by:   radekdoulik
2006-02-24  Radek Doulik  <rodo@novell.com>

	* build/src680-m152/canvas/source/cairo/cairo_canvashelper.cxx
	(drawPolyPolygonImplementation): check that textures are not empty
	(doOperation): fix textures handling, before I misunderstood the
	documentation and thought there's one texture per polygon. In real
	it is sequence of textures which is used for all polygons. So far
	we use only 1st texture from sequence - same as vcl canvas does
	for now.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [4996b7ad52ff60508b3a9a90c9481d4bce0accbc]

INTEGRATION: CWS cairofixes01 (1.2.2); FILE MERGED 2006/03/02 17:56:17 radekdoulik 1.2.2.2: Issue number:  62722 Submitted by:  radekdoulik Reviewed by:   radekdoulik 2006-02-22  Radek Doulik  <rodo@novell.com>

	*
	build/src680-m152/canvas/source/cairo/cairo_canvashelper_text.cxx
	(cairocanvas): use depth of surface when creating virtual vcl
	device

	* build/src680-m152/canvas/source/cairo/cairo_cairo.cxx (cairo):
	new function, returns surface bit depth
2006/03/02 17:40:59 radekdoulik 1.2.2.1: Issue number:  62722
Submitted by:  radekdoulik
Reviewed by:   radekdoulik
optimize resizing of cairo surfaces

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [48d886d2a0d5be615be739badad86a08889f175c]

INTEGRATION: CWS cairofixes01 (1.2.2); FILE MERGED 2006/03/02 17:56:17 radekdoulik 1.2.2.4: Issue number:  62722 Submitted by:  radekdoulik Reviewed by:   radekdoulik 2006-02-22  Radek Doulik  <rodo@novell.com>

	*
	build/src680-m152/canvas/source/cairo/cairo_canvashelper_text.cxx
	(cairocanvas): use depth of surface when creating virtual vcl
	device

	* build/src680-m152/canvas/source/cairo/cairo_cairo.cxx (cairo):
	new function, returns surface bit depth
2006/03/02 17:40:59 radekdoulik 1.2.2.3: Issue number:  62722
Submitted by:  radekdoulik
Reviewed by:   radekdoulik
optimize resizing of cairo surfaces
2006/03/02 17:36:39 thb 1.2.2.2: #i62712# Correcting cairo include statements
2006/03/02 17:32:03 thb 1.2.2.1: #unsigned short [1]#

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [3655f7b88c5d8a690459466768b690c7ea84d3e7]

INTEGRATION: CWS nwfrtl (1.126.18); FILE MERGED 2006/02/20 15:49:10 pl 1.126.18.2: RESYNC: (1.126-1.127); FILE MERGED 2006/02/08 12:52:47 pl 1.126.18.1: #i59503# paint event mirroring in one place instead of several


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [5367e9f75c53ba463a380e9dd0c0fecf8eb2fa40]

INTEGRATION: CWS nwfrtl (1.23.148); FILE MERGED 2006/02/06 18:03:00 pl 1.23.148.1: #i54929# #i61535# #i61536# make scrollbar, combobox, spinfield, toolbar grip work in NWF on RTL-UI


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [8b843f5ee46803dd3a22a9cedc93266639873f59]

INTEGRATION: CWS nwfrtl (1.18.106); FILE MERGED 2006/02/06 18:03:00 pl 1.18.106.1: #i54929# #i61535# #i61536# make scrollbar, combobox, spinfield, toolbar grip work in NWF on RTL-UI


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [9f956959f687114dd6af7a90d2b21476ee65e60d]

INTEGRATION: CWS nwfrtl (1.199.42); FILE MERGED 2006/02/20 15:48:09 pl 1.199.42.2: RESYNC: (1.199-1.200); FILE MERGED 2006/02/08 12:52:44 pl 1.199.42.1: #i59503# paint event mirroring in one place instead of several


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [ce0854850232db35e4f0e7e560b9badf266fa5a1]

INTEGRATION: CWS nwfrtl (1.36.168); FILE MERGED 2006/02/06 18:02:59 pl 1.36.168.1: #i54929# #i61535# #i61536# make scrollbar, combobox, spinfield, toolbar grip work in NWF on RTL-UI


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [7b2260931181d5443aee65921edd251ee1da261a]

INTEGRATION: CWS nwfrtl (1.13.104); FILE MERGED 2006/02/06 18:02:59 pl 1.13.104.1: #i54929# #i61535# #i61536# make scrollbar, combobox, spinfield, toolbar grip work in NWF on RTL-UI


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [9537551a3e62ad7a52f6cdc63371fc79341e1d8e]

INTEGRATION: CWS nwfrtl (1.11.18); FILE MERGED 2006/02/07 18:39:23 pl 1.11.18.2: #i61536# toolbar grip in RTL mode 2006/02/06 18:02:58 pl 1.11.18.1: #i54929# #i61535# #i61536# make scrollbar, combobox, spinfield, toolbar grip work in NWF on RTL-UI


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [4bc2b5f3913fcf953051cb65ca473538703bc04b]

INTEGRATION: CWS nwfrtl (1.33.106); FILE MERGED 2006/02/06 18:02:58 pl 1.33.106.1: #i54929# #i61535# #i61536# make scrollbar, combobox, spinfield, toolbar grip work in NWF on RTL-UI


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [b55dafa0f3fade4694655e171d57d38aa4cea7c7]

INTEGRATION: CWS nwfrtl (1.9.108); FILE MERGED 2006/02/06 18:02:57 pl 1.9.108.1: #i54929# #i61535# #i61536# make scrollbar, combobox, spinfield, toolbar grip work in NWF on RTL-UI


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [f6e6b9a54a3632319e30629c8c33b640c106ae00]

INTEGRATION: CWS nwfrtl (1.42.30); FILE MERGED 2006/02/08 12:52:42 pl 1.42.30.1: #i59503# paint event mirroring in one place instead of several


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [9d84af06c1d10e704df2b6e1de8de95c3de5f8cb]

INTEGRATION: CWS nwfrtl (1.22.14); FILE MERGED 2006/02/20 15:47:40 pl 1.22.14.2: RESYNC: (1.22-1.24); FILE MERGED 2006/02/06 18:02:56 pl 1.22.14.1: #i54929# #i61535# #i61536# make scrollbar, combobox, spinfield, toolbar grip work in NWF on RTL-UI


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [e7825c93096c598cfa6dc87be0d961513d947243]

INTEGRATION: CWS nwfrtl (1.103.96); FILE MERGED 2006/02/20 15:47:29 pl 1.103.96.2: RESYNC: (1.103-1.104); FILE MERGED 2006/02/08 12:52:45 pl 1.103.96.1: #i59503# paint event mirroring in one place instead of several


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [79865753adf17a5152b437fddda691217e9be443]

INTEGRATION: CWS nwfrtl (1.5.170); FILE MERGED 2006/02/06 18:02:56 pl 1.5.170.1: #i54929# #i61535# #i61536# make scrollbar, combobox, spinfield, toolbar grip work in NWF on RTL-UI


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [72e7dda7e931c59e9fdc0ca088782a7ca5c56b88]

INTEGRATION: CWS nwfrtl (1.20.106); FILE MERGED 2006/02/06 18:02:55 pl 1.20.106.1: #i54929# #i61535# #i61536# make scrollbar, combobox, spinfield, toolbar grip work in NWF on RTL-UI


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [b44792d5ef64752a5f3692da6ba1bc6067ae5129]

INTEGRATION: CWS nwfrtl (1.19.170); FILE MERGED 2006/02/07 17:40:01 pl 1.19.170.2: #i54929# correct spinbutton value rects 2006/02/06 18:02:55 pl 1.19.170.1: #i54929# #i61535# #i61536# make scrollbar, combobox, spinfield, toolbar grip work in NWF on RTL-UI


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [00e3d9656f85d3943ada7856ee6da92a9c8df04a]

INTEGRATION: CWS nwfrtl (1.75.106); FILE MERGED 2006/02/20 17:51:15 pl 1.75.106.4: #i54929# ensure correct cursor position in ImplSetText 2006/02/20 14:00:38 pl 1.75.106.3: #i54929# mirroring issue for subedits 2006/02/17 11:35:39 pl 1.75.106.2: #i59503# paint rectangle was still not mirrored correctly 2006/02/16 15:01:03 pl 1.75.106.1: #i59503# handle remirroring in case border is RTL and edit is not


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [13be791eb7f509559d3a6fef7d355e582937f5a6]

INTEGRATION: CWS nwfrtl (1.36.170); FILE MERGED 2006/02/06 18:02:54 pl 1.36.170.1: #i54929# #i61535# #i61536# make scrollbar, combobox, spinfield, toolbar grip work in NWF on RTL-UI


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [04d3d37b6ba0b45f276140a1fcc0ffebe5666fb1]

INTEGRATION: CWS nwfrtl (1.30.122); FILE MERGED 2006/02/21 10:33:21 pl 1.30.122.1: #i62347# fix RTl mode


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [0b478c4907f7086f4393ddb4cbf1e0270345a0d3]

INTEGRATION: CWS vcl55 (1.12.38); FILE MERGED 2006/03/07 17:56:56 pl 1.12.38.1: #i58360# use getPrinterPathList


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [1eb0c630b2bb50d49fb29e1abf0ea8d00a8f320b]

INTEGRATION: CWS vcl55 (1.18.24); FILE MERGED 2006/03/07 17:56:55 pl 1.18.24.1: #i58360# use getPrinterPathList


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [657954711c27433a62da0a2dbf4263b15c737bf1]

INTEGRATION: CWS vcl55 (1.127.6); FILE MERGED 2006/02/24 15:04:21 thb 1.127.6.1: #i62534# Added support for horizontal scoll mice for both X11 and Win


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [05c4def7a9bbdf1bf999421b7b0a4fab2c89d46a]

INTEGRATION: CWS vcl55 (1.8.132); FILE MERGED 2006/03/06 14:08:01 hdu 1.8.132.1: #132892# be more defensive in WinSalVirtualDevice destructor


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [f86ee0a82fb80feaf5d9855c65bc8256cc74eb51]

INTEGRATION: CWS vcl55 (1.22.42); FILE MERGED 2006/03/06 15:13:22 hdu 1.22.42.3: #131642# beautify: use *GDI_ERROR enum instead of -1 constant 2006/03/06 14:56:16 hdu 1.22.42.2: #131642# check for HGDI_ERROR 2006/03/02 11:01:50 hdu 1.22.42.1: #131642# handle hPrn==-1 result of successfull OpenPrinter() call


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [6bdb6800616083b89e6aa8f9e972462c50f6f625]

INTEGRATION: CWS vcl55 (1.22.80); FILE MERGED 2006/02/24 15:04:21 thb 1.22.80.1: #i62534# Added support for horizontal scoll mice for both X11 and Win


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [99d3d8c59f1145ae8f792eeb3a4ac1e503551699]

INTEGRATION: CWS vcl55 (1.200.4); FILE MERGED 2006/02/24 15:04:20 thb 1.200.4.1: #i62534# Added support for horizontal scoll mice for both X11 and Win


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [eec217a46312fda642925c429b282d0850cf5b93]

INTEGRATION: CWS vcl55 (1.10.192); FILE MERGED 2006/03/14 12:12:23 pl 1.10.192.2: RESYNC: (1.10-1.11); FILE MERGED 2006/03/06 14:09:59 hdu 1.10.192.1: #132892# be more defensive in X11SalVirtualDevice destructor


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [a82fc932a3adce5df011a7407e09729edf14c148]

INTEGRATION: CWS vcl55 (1.18.36); FILE MERGED 2006/02/24 15:04:19 thb 1.18.36.1: #i62534# Added support for horizontal scoll mice for both X11 and Win


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [d3cf7aabb2bf769435d4e18b7a3bc41b2f9daae4]

INTEGRATION: CWS vcl55 (1.75.56); FILE MERGED 2006/03/14 11:26:37 hdu 1.75.56.1: #i62919# allow justification space inside glyph cluster


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [65036a1e4ca6df6b6c77a2937479d6dfeaf6c546]

INTEGRATION: CWS vcl55 (1.89.8); FILE MERGED 2006/03/01 12:26:50 pl 1.89.8.2: #i60610# correct size of emphasis marks 2006/02/27 14:32:26 pl 1.89.8.1: #i62424# use correct miter limit


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [595f6d7d62acc10e8891731aa35361f5254aa730]

INTEGRATION: CWS vcl55 (1.16.194); FILE MERGED 2006/03/14 09:13:20 hdu 1.16.194.1: #131856# check mapmode enumerator before use


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [3dcb62c45f864d0ebd93d9a36cf59191058a1e04]

INTEGRATION: CWS vcl55 (1.24.32); FILE MERGED 2006/03/07 17:58:11 pl 1.24.32.1: #i58360# use getPrinterPathList


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [9c98a8d898ec2990a8dc7a3eb4aea23140a8877f]

INTEGRATION: CWS vcl55 (1.9.32); FILE MERGED 2006/03/07 17:58:11 pl 1.9.32.1: #i58360# use getPrinterPathList


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [0f23d73e587552f00bafd188f3248cb3c94894b9]

INTEGRATION: CWS printsetting (1.39.164); FILE MERGED 2006/03/08 13:04:19 pl 1.39.164.1: #i49631# add: printing disabler


2006-03-22  Oliver Bolte  <obo@openoffice.org>  [8b11810f497477be8184e6cb1e84fe526c912ee4]

INTEGRATION: CWS printsetting (1.57.14); FILE MERGED 2006/03/08 13:04:19 pl 1.57.14.1: #i49631# add: printing disabler


2006-03-17  Thorsten Behrens  <thb@openoffice.org>  [1667bb6dfa4682ea5981391ebdda72744f55e33d]

#128078# Removed unused typedef; corrected example code


2006-03-17  Vladimir Glazounov  <vg@openoffice.org>  [cd363e68d8f4c49938368263f9e548e4b479885c]

new version for SRC680


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [1a27263f0657f5adf9c576d606184ddbf1f0dace]

new version for SRC680


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [cf8c8c5be1804f4550c312e30d95bf3bf4a01d0a]

#100000# corrected typo


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [f80febb240274f267a281ab2206eddf4eb61e443]

new version for SRC680


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [e88acb674fdf5660010ef81cf23a1dff815497aa]

INTEGRATION: CWS sixtyfour02 (1.3.34); FILE MERGED 2006/02/21 13:19:03 cmc 1.3.34.1: #i62328# stream sal_uInt32, not ULONG


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [e4e07bf07216bb76fc8345d2b3a77bc34fa32fcd]

INTEGRATION: CWS sixtyfour02 (1.6.62); FILE MERGED 2006/02/23 08:38:02 cmc 1.6.62.2: typo, trailing comma 2006/02/21 12:06:37 cmc 1.6.62.1: #i62323# goodies for 64bit


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [d2daaccacacce6b98858d337c88aba8135658915]

INTEGRATION: CWS sixtyfour02 (1.4.62); FILE MERGED 2006/02/21 12:06:36 cmc 1.4.62.1: #i62323# goodies for 64bit


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [9ac1aca677fed8febccf50570bbdd659b23ae193]

INTEGRATION: CWS sixtyfour02 (1.12.56); FILE MERGED 2006/02/21 12:06:36 cmc 1.12.56.1: #i62323# goodies for 64bit


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [ca706e702000ecf61df65816feab2efb75f2f6f3]

INTEGRATION: CWS sixtyfour02 (1.7.62); FILE MERGED 2006/02/21 12:06:36 cmc 1.7.62.1: #i62323# goodies for 64bit


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [ff6a90e6ca3c05b4cf3a8000ed3657488e74f1b9]

INTEGRATION: CWS sixtyfour02 (1.10.22); FILE MERGED 2006/02/21 12:06:35 cmc 1.10.22.1: #i62323# goodies for 64bit


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [db316c36299db9d84ece2a9cf34c382c0ca2d85e]

INTEGRATION: CWS sixtyfour02 (1.4.62); FILE MERGED 2006/02/21 12:06:35 cmc 1.4.62.1: #i62323# goodies for 64bit


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [63943574033b34f06034c89cfd0d664300c46c2a]

INTEGRATION: CWS sixtyfour02 (1.14.52); FILE MERGED 2006/02/21 12:06:34 cmc 1.14.52.1: #i62323# goodies for 64bit


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [64d0145608fa2e1d420750e260c018e9a29d3022]

INTEGRATION: CWS sixtyfour02 (1.14.20); FILE MERGED 2006/02/21 12:06:34 cmc 1.14.20.1: #i62323# goodies for 64bit


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [faac76a1684be70bfdac2d9bbd3eacea1af74fa2]

INTEGRATION: CWS sixtyfour02 (1.19.2); FILE MERGED 2006/02/21 12:06:34 cmc 1.19.2.1: #i62323# goodies for 64bit


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [e9ec1a43411ae58c78af01f7f561bde89a868f54]

INTEGRATION: CWS sixtyfour02 (1.21.54); FILE MERGED 2006/03/01 11:58:13 cmc 1.21.54.1: #i62537# tools int/long streaming (not sal_uInt32) currently rather busted


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [b725fd63a5772651386d338c03db59311fde8a74]

INTEGRATION: CWS sixtyfour02 (1.4.62); FILE MERGED 2006/02/24 10:37:41 cmc 1.4.62.1: #i62428# INetmessage streaming as ULONGs -> sal_uInt32


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [1c82ecd0922ca41f79e4713dcfbbb9238ccd0f86]

INTEGRATION: CWS sixtyfour02 (1.6.64); FILE MERGED 2006/02/24 10:37:41 cmc 1.6.64.1: #i62428# INetmessage streaming as ULONGs -> sal_uInt32


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [2a4041d006069e6f86324399ac097d5b2c0c95a6]

INTEGRATION: CWS sixtyfour02 (1.18.178); FILE MERGED 2006/02/22 12:00:19 cmc 1.18.178.1: #i62425# make prototypes and definitions consistent


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [b57b27e84359c8259853cb91767d4362f775c3d5]

INTEGRATION: CWS sixtyfour02 (1.8.178); FILE MERGED 2006/02/22 12:00:18 cmc 1.8.178.1: #i62425# make prototypes and definitions consistent


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [e48773d4441e49d1ce33101d8131153d9880f8b0]

INTEGRATION: CWS sixtyfour02 (1.58.84); FILE MERGED 2006/02/22 12:02:10 cmc 1.58.84.1: #i62425# streaming longs to disk


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [6a8b92649f187011502138361386bf8fa00dea82]

INTEGRATION: CWS sixtyfour02 (1.2.178); FILE MERGED 2006/02/22 12:02:10 cmc 1.2.178.1: #i62425# streaming longs to disk


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [df38a89406b321edd7a7dfe15beb0060d84e7776]

INTEGRATION: CWS sixtyfour02 (1.5.178); FILE MERGED 2006/02/22 12:02:10 cmc 1.5.178.1: #i62425# streaming longs to disk


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [312206d5a58ca0868f81691742e3c1af595eb947]

INTEGRATION: CWS sixtyfour02 (1.3.176); FILE MERGED 2006/02/22 12:02:09 cmc 1.3.176.1: #i62425# streaming longs to disk


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [d3b5d78ec622208326b4e18d9e8893ab4b06fe8f]

INTEGRATION: CWS sixtyfour02 (1.10.176); FILE MERGED 2006/02/22 12:02:08 cmc 1.10.176.1: #i62425# streaming longs to disk


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [270e8541418082899f7a0e4605a63ced0889ca6a]

INTEGRATION: CWS sixtyfour02 (1.6.176); FILE MERGED 2006/02/22 12:02:08 cmc 1.6.176.1: #i62425# streaming longs to disk


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [bd96ab62c7b55b615864bfcd443e4ee6cd9f9a63]

INTEGRATION: CWS sixtyfour02 (1.9.152); FILE MERGED 2006/02/22 12:02:08 cmc 1.9.152.1: #i62425# streaming longs to disk


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [33e15a58e4121af2fad287aa64b1b56c15331d93]

INTEGRATION: CWS sixtyfour02 (1.23.150); FILE MERGED 2006/02/22 12:02:08 cmc 1.23.150.1: #i62425# streaming longs to disk


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [abb16210ab802893e87794d8f2ea3e7a2633c52f]

INTEGRATION: CWS sixtyfour02 (1.4.152); FILE MERGED 2006/02/22 12:02:08 cmc 1.4.152.1: #i62425# streaming longs to disk


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [f08444a23760233b807bb8af4d3055461159c630]

INTEGRATION: CWS sixtyfour02 (1.14.152); FILE MERGED 2006/02/22 12:02:07 cmc 1.14.152.1: #i62425# streaming longs to disk


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [a242e0219deb9bec97c0aba89ab3e32157408181]

INTEGRATION: CWS sixtyfour02 (1.5.178); FILE MERGED 2006/02/22 12:02:07 cmc 1.5.178.1: #i62425# streaming longs to disk


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [19a11f9b6c8c3586ed7d74b1f4764e9bae9e3bae]

INTEGRATION: CWS sixtyfour02 (1.9.178); FILE MERGED 2006/02/22 12:00:18 cmc 1.9.178.1: #i62425# make prototypes and definitions consistent


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [217064bef03de5608c47d64925cbd5a3df972736]

INTEGRATION: CWS sixtyfour02 (1.6.178); FILE MERGED 2006/02/22 12:00:18 cmc 1.6.178.1: #i62425# make prototypes and definitions consistent


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [02bfa45a219a162a072fe8822e9afb6d33254fe4]

INTEGRATION: CWS sixtyfour02 (1.3.176); FILE MERGED 2006/02/22 12:02:07 cmc 1.3.176.1: #i62425# streaming longs to disk


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [07e76c8731c5c053a831f4fd6e21ab82a7fe2902]

INTEGRATION: CWS sixtyfour02 (1.5.82); FILE MERGED 2006/02/22 12:00:18 cmc 1.5.82.1: #i62425# make prototypes and definitions consistent


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [ea3a3ee950b6b367bd9cb7140a0bfa7ccb3521aa]

INTEGRATION: CWS sixtyfour02 (1.23.170); FILE MERGED 2006/02/22 10:06:32 cmc 1.23.170.1: #i62389# make Polygon drawing signatures consistent with those of psprint


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [69567234d6c36c421b8d66981e0ab33245ea5a72]

INTEGRATION: CWS sixtyfour02 (1.18.130); FILE MERGED 2006/02/22 10:06:32 cmc 1.18.130.1: #i62389# make Polygon drawing signatures consistent with those of psprint


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [3ab756f2d3068b4c54c93b81cea755f2d9b01ca6]

INTEGRATION: CWS sixtyfour02 (1.36.190); FILE MERGED 2006/02/22 10:06:31 cmc 1.36.190.1: #i62389# make Polygon drawing signatures consistent with those of psprint


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [686201b170fb101e7a8d36e3827472f5e2745663]

INTEGRATION: CWS sixtyfour02 (1.13.128); FILE MERGED 2006/02/22 10:06:30 cmc 1.13.128.1: #i62389# make Polygon drawing signatures consistent with those of psprint


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [de0c39a63c5d6baafd0442ba609dbbfd59b43b61]

INTEGRATION: CWS sixtyfour02 (1.33.130); FILE MERGED 2006/02/22 10:06:30 cmc 1.33.130.1: #i62389# make Polygon drawing signatures consistent with those of psprint


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [accdcf242750603f96b4e084db760bde8310942a]

INTEGRATION: CWS sixtyfour02 (1.9.132); FILE MERGED 2006/02/22 10:06:29 cmc 1.9.132.1: #i62389# make Polygon drawing signatures consistent with those of psprint


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [1ee03a21a957c41941c6df97fdda660c567bed14]

INTEGRATION: CWS sixtyfour02 (1.20.130); FILE MERGED 2006/02/22 10:06:29 cmc 1.20.130.1: #i62389# make Polygon drawing signatures consistent with those of psprint


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [c6a0b0e148a455be0500d3021bef345956038a4e]

INTEGRATION: CWS sixtyfour02 (1.6.192); FILE MERGED 2006/02/23 08:48:25 cmc 1.6.192.2: accidental commit 2006/02/21 14:58:45 cmc 1.6.192.1: #i62227# stream sal_uInt32 explicitly as is currently assumed implicitly


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [42210bda5b4eacb6a65cc12ba3c496fa7f730fa0]

INTEGRATION: CWS sixtyfour02 (1.20.192); FILE MERGED 2006/02/22 10:06:28 cmc 1.20.192.1: #i62389# make Polygon drawing signatures consistent with those of psprint


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [aadb63ebe2a8860a2b7f69d227df42a31904417d]

INTEGRATION: CWS sixtyfour02 (1.38.118); FILE MERGED 2006/02/22 10:06:28 cmc 1.38.118.1: #i62389# make Polygon drawing signatures consistent with those of psprint


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [e2620cfd75c7ba6e3c5fa494f09136d0278e1466]

INTEGRATION: CWS sixtyfour02 (1.15.192); FILE MERGED 2006/02/23 08:59:19 cmc 1.15.192.3: #i62227# streaming ULONGS to disk 2006/02/23 08:48:24 cmc 1.15.192.2: accidental commit 2006/02/21 14:58:45 cmc 1.15.192.1: #i62227# stream sal_uInt32 explicitly as is currently assumed implicitly


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [0f815e7568d1c9f033b33cc02eb5864ed29f5986]

INTEGRATION: CWS sixtyfour02 (1.22.72); FILE MERGED 2006/02/23 08:59:18 cmc 1.22.72.3: #i62227# streaming ULONGS to disk 2006/02/23 08:48:23 cmc 1.22.72.2: accidental commit 2006/02/21 14:58:45 cmc 1.22.72.1: #i62227# stream sal_uInt32 explicitly as is currently assumed implicitly


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [9dfe6a95c8fe957c1ca1c948abf123c0b8496de6]

INTEGRATION: CWS sixtyfour02 (1.13.190); FILE MERGED 2006/02/23 08:59:18 cmc 1.13.190.3: #i62227# streaming ULONGS to disk 2006/02/23 08:48:22 cmc 1.13.190.2: accidental commit 2006/02/21 14:58:45 cmc 1.13.190.1: #i62227# stream sal_uInt32 explicitly as is currently assumed implicitly


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [85105d133d24091329da36ee3319d68354e9a15a]

INTEGRATION: CWS sixtyfour02 (1.10.190); FILE MERGED 2006/02/23 08:59:17 cmc 1.10.190.3: #i62227# streaming ULONGS to disk 2006/02/23 08:48:22 cmc 1.10.190.2: accidental commit 2006/02/21 14:58:44 cmc 1.10.190.1: #i62227# stream sal_uInt32 explicitly as is currently assumed implicitly


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [937e14f65283b2ee920ab6ea4e858ec896e7edc5]

INTEGRATION: CWS sixtyfour02 (1.10.4); FILE MERGED 2006/02/23 08:59:17 cmc 1.10.4.3: #i62227# streaming ULONGS to disk 2006/02/23 08:48:21 cmc 1.10.4.2: accidental commit 2006/02/21 14:58:44 cmc 1.10.4.1: #i62227# stream sal_uInt32 explicitly as is currently assumed implicitly


2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [2085fdf64f005ea97699c34978c355a54f8a90c1]

INTEGRATION: CWS jaxpapi (1.4.178); FILE MERGED 2006/01/17 11:03:18 cmc 1.4.178.1: #i58308# remove sun jaxp impl in favour of apache one


2006-03-15  Thorsten Behrens  <thb@openoffice.org>  [dfeaa4224596ac5d49f1e4b239a5600b41746937]

Moving canvas demo files (contributed by mmeeks under JCA) to HEAD - where they, interestingly enough, never landed because of a missing anchor tag.


2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [b1eaf0a4bfaeebb693fd57e4b52e2a6d1ea30923]

INTEGRATION: CWS pbrwuno (1.32.14); FILE MERGED 2005/10/21 11:53:22 fs 1.32.14.2: #i53095# +componentmodule 2005/10/17 14:21:39 fs 1.32.14.1: datetime is dead


2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [17f9f67af32ec64e291e4e969d4deca4c331a01c]

INTEGRATION: CWS pbrwuno (1.7.12); FILE MERGED 2005/10/17 14:29:51 fs 1.7.12.1: datetime is dead


2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [362bbc0550e0c591f2daa86a25e5b4a7b74feaa5]

INTEGRATION: CWS pbrwuno (1.5.12); FILE MERGED 2005/10/19 07:46:47 fs 1.5.12.1: #i53095# +clear


2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [1f0e343b6a970f92dbceb2d1e7f73fb31b510d88]

INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/10/21 11:51:44 fs 1.1.2.1: helper for implementing a library containing UNO components


2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [ae070f11aeae6a2932f5bb20c77562276914b08c]

INTEGRATION: CWS pbrwuno (1.3.14); FILE MERGED 2005/10/19 08:26:02 fs 1.3.14.3: #i53095# make IEventProcessor ref-counted 2005/10/11 12:59:48 fs 1.3.14.2: corrected the |run| implementation 2005/10/07 12:20:02 fs 1.3.14.1: cleaned up this, so that it's much more generic now - and thus usable for #i53095#


2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [7e65c8da665be7095a281f0a5bf5682aa58a6047]

INTEGRATION: CWS pbrwuno (1.5.12); FILE MERGED 2005/10/25 07:25:39 fs 1.5.12.3: #i53095# iterating 2005/10/19 07:46:39 fs 1.5.12.2: #i53095# +clear 2005/10/13 13:03:59 fs 1.5.12.1: #i53095# OSimpleListenerContainer, which works with function pointers and thus makes deriving unnecessary for straight Listener::method(event) calls


2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [f7f8743b1d5a9e415a9385d36ff684efa27e6dfb]

INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/10/24 07:38:29 fs 1.1.2.2: _Static -> _static 2005/10/21 11:51:44 fs 1.1.2.1: helper for implementing a library containing UNO components


2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [f0728bed4a5fab65fbdf0e2d1b4da10a1f85167f]

INTEGRATION: CWS pbrwuno (1.4.14); FILE MERGED 2005/10/19 08:25:56 fs 1.4.14.2: #i53095# make IEventProcessor ref-counted 2005/10/07 12:19:53 fs 1.4.14.1: cleaned up this, so that it's much more generic now - and thus usable for #i53095#


2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [b4f379d2835525c77f033d65cd20f0bc5e189b40]

INTEGRATION: CWS pbrwuno (1.1.4); FILE MERGED 2005/11/01 10:28:43 fs 1.1.4.5: RESYNC: (1.2-1.3); FILE MERGED 2005/10/07 12:18:51 fs 1.1.4.4: #i53095# some assertion corrected 2005/09/26 05:52:27 fs 1.1.4.3: oops - wrongly removed 2005/09/05 06:58:47 fs 1.1.4.2: RESYNC:; FILE REMOVED 2005/08/05 07:11:10 fs 1.1.4.1: copying herein from CWS dba201b (rev. 1.1.2.1)


2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [a454210543fbe85224d2fa6ac6a7ab95f1ec84e8]

INTEGRATION: CWS pbrwuno (1.13.24); FILE MERGED 2005/10/21 12:28:31 fs 1.13.24.3: #i53095# +componentresmodule 2005/10/04 11:57:03 fs 1.13.24.2: RESYNC: (1.13-1.15); FILE MERGED 2005/09/05 08:06:27 fs 1.13.24.1: copying changes from CWS dba201b herein


2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [b5c65d13c91b98c6ecf646d2451cb401af476797]

INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/11/01 13:37:28 fs 1.1.2.2: #i10000# 2005/10/21 12:26:54 fs 1.1.2.1: helper for implementing a library containing UNO components, plus resource access


2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [5b8abcd4cec056dad05ccace63b317e1be983e1a]

INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/10/24 07:57:33 fs 1.1.2.2: defines for easier definition/implementation of concrete modules 2005/10/21 12:16:38 fs 1.1.2.1: helper for implementing a library containing UNO components, plus resource access


2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [7abccbb19ee3a6ca62a439f9a913d49b153d7072]

INTEGRATION: CWS pbrwuno (1.6.32); FILE MERGED 2005/10/25 12:46:41 fs 1.6.32.1: #i53095# added ctor with XComponentContext


2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [a49372cc992ecef857f763d48040fae12d66d58e]

INTEGRATION: CWS pbrwuno (1.72.146); FILE MERGED 2006/02/10 06:35:33 fs 1.72.146.5: RESYNC: (1.74-1.75); FILE MERGED 2005/12/20 10:56:01 fs 1.72.146.4: #i53095# GetCharPos 2005/11/01 09:54:00 fs 1.72.146.3: RESYNC: (1.73-1.74); FILE MERGED 2005/10/04 15:02:59 fs 1.72.146.2: RESYNC: (1.72-1.73); FILE MERGED 2005/08/10 14:22:37 fs 1.72.146.1: in the course of #i53095#: if a sub edit is newly set, also transfer the mbReadOnly flag


2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [e789c6a3891f551410cd4cccf6f85aad997c1b46]

INTEGRATION: CWS pbrwuno (1.26.68); FILE MERGED 2005/10/04 11:26:04 fs 1.26.68.2: RESYNC: (1.26-1.27); FILE MERGED 2005/08/10 12:41:54 fs 1.26.68.1: #i53095# make single font properties BOUND


2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [aeb327f108ab338d656a0a742ed19aae179fc0f9]

INTEGRATION: CWS pbrwuno (1.38.68); FILE MERGED 2006/02/09 15:39:16 fs 1.38.68.3: RESYNC: (1.39-1.41); FILE MERGED 2005/10/04 11:24:13 fs 1.38.68.2: RESYNC: (1.38-1.39); FILE MERGED 2005/08/10 12:40:43 fs 1.38.68.1: #i53095# when setting a single font property, notify this


2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [583eadeb8e71bbd01fde1eccc1c1307287599d2a]

INTEGRATION: CWS pbrwuno (1.55.8); FILE MERGED 2006/02/09 15:39:06 fs 1.55.8.7: RESYNC: (1.56-1.57); FILE MERGED 2005/11/01 08:04:29 fs 1.55.8.6: RESYNC: (1.55-1.56); FILE MERGED 2005/10/31 15:34:42 fs 1.55.8.5: #i10000# 2005/10/19 08:48:57 fs 1.55.8.4: proper detection of being disposed 2005/10/19 08:42:47 fs 1.55.8.3: disposing: protect mpImpl against duplicate deletion 2005/10/19 08:27:46 fs 1.55.8.2: make IEventProcessor ref-counted 2005/10/07 12:21:58 fs 1.55.8.1: AsyncEventNotifier was reworked in the course of #i53095#, adjusted the usage


2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [72aec5df0d9034629ca97d4241a9d5bb49f43f1b]

INTEGRATION: CWS tl19 (1.75.120); FILE MERGED 2006/02/23 15:17:45 tl 1.75.120.3: #i61397# input sequence checking for Edit control 2006/02/23 15:14:02 tl 1.75.120.2: #i61397# input sequence checking for Edit control 2006/02/16 11:06:59 tl 1.75.120.1: #i61397# input sequnce checking for dialogs


2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [4359994db944b7664c17a8657de2641c9a1228be]

INTEGRATION: CWS tl19 (1.48.170); FILE MERGED 2006/02/20 08:57:07 tl 1.48.170.1: #i61397# input sequnce checking for dialogs


2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [e1c39a87eaa8c7f042ddca9af5039a44c0185d2e]

INTEGRATION: CWS tl19 (1.41.172); FILE MERGED 2006/02/20 08:57:06 tl 1.41.172.1: #i61397# input sequnce checking for dialogs


2006-03-10  Rüdiger Timm  <rt@openoffice.org>  [8657ade303d89ff241b4149a5819abf02a36288d]

INTEGRATION: CWS impress87 (1.27.64); FILE MERGED 2006/02/21 16:04:08 sj 1.27.64.1: #i60074# added missing parameters to the BeginResource statement


2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [64284b60ebe8d9d0e58f4c8072bfb7a3fec08b96]

INTEGRATION: CWS ause048 (1.13.26); FILE MERGED 2006/02/06 14:43:57 hjs 1.13.26.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead


2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [26e33b4351ee8f12fe08bf90d736c4293cd175d2]

INTEGRATION: CWS ause048 (1.4.26); FILE MERGED 2006/02/06 14:43:56 hjs 1.4.26.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead


2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [57f1d7673b766eedc02391a0cdbf5543e1fbcfbd]

INTEGRATION: CWS ause048 (1.9.26); FILE MERGED 2006/02/06 14:43:55 hjs 1.9.26.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead


2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [c526ea13eecb31b59c5c5ba4c270275d93159132]

INTEGRATION: CWS ause048 (1.7.26); FILE MERGED 2006/02/06 14:43:54 hjs 1.7.26.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead


2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [16f154e54d433fa62fb725b7aa99fa31f5144871]

INTEGRATION: CWS ause048 (1.56.48); FILE MERGED 2006/02/06 14:50:26 hjs 1.56.48.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead


2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [e84867719fa55f5a79c2358d179b14e2da2040a3]

INTEGRATION: CWS ause048 (1.12.162); FILE MERGED 2006/02/06 14:50:25 hjs 1.12.162.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead


2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [4735e34d9b59fc22f778df4b90dabf9aa5e1bb8c]

INTEGRATION: CWS ause048 (1.5.168); FILE MERGED 2006/02/06 14:43:50 hjs 1.5.168.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead


2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [a3f83d9bbcaa2fe926755341198a2674a3514f0d]

INTEGRATION: CWS ause048 (1.30.168); FILE MERGED 2006/02/06 14:43:43 hjs 1.30.168.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead


2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [5b1378bed3084d72c6ba93465e937c5eb46261bb]

INTEGRATION: CWS ause048 (1.18.128); FILE MERGED 2006/02/06 14:43:40 hjs 1.18.128.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead


2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [74d93eb53b08db32c0f049591835f2de0dc312aa]

INTEGRATION: CWS aquacolors (1.18.62); FILE MERGED 2006/02/14 22:15:21 ericb 1.18.62.1: #61174# add macosxint.o in SLO list


2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [a9443b0245cd275c61265a122c288e610a11b220]

INTEGRATION: CWS aquacolors (1.1.2); FILE ADDED 2006/03/05 20:46:48 ericb 1.1.2.7: #i61174# aquacolors : fix typos in macosxint.cxx 2006/03/05 20:25:15 ericb 1.1.2.6: #i61174# aquacolors : little change in comments 2006/03/04 07:50:52 ericb 1.1.2.5: #i61174# aquacolors cosmetic changes in comments 2006/03/03 18:17:23 ericb 1.1.2.4: #i61174# aquacolors fix break : aBaseInst has been replaced by aDefaultConfigFile 2006/03/03 13:01:34 ericb 1.1.2.3: #61174# aquacolors replacing hardcoded path for macosxrc.txt with bootstraprc keys 2006/02/16 17:32:09 obr 1.1.2.2: #i61174# reworked indention 2006/02/14 22:11:01 ericb 1.1.2.1: #i61174# create macosxint.cxx for aquacolors


2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [98b744d10fca85fb9380c06c0ff97b0d23eb512f]

INTEGRATION: CWS aquacolors (1.25.64); FILE MERGED 2006/03/01 18:59:20 obr 1.25.64.4: #i61174# added include of macosxint.hxx 2006/02/16 17:31:46 obr 1.25.64.3: #i61174# added missing return statement 2006/02/15 18:43:07 ericb 1.25.64.2: #i61174# fix bad place for MACOSXIntegrator instantiation + syntax errors 2006/02/14 22:11:55 ericb 1.25.64.1: #61174# add MMACOSXIntegrator case for aquacolors


2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [7aab6c19898926b92b858eff3eab961b96b1ef66]

INTEGRATION: CWS aquacolors (1.1.2); FILE ADDED 2006/02/14 22:01:16 ericb 1.1.2.1: #i61174# add mac OS X integrator for aquacolors


2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [9ab58892705a24f7754e7a19782c22101c05b4dd]

INTEGRATION: CWS aquacolors (1.10.188); FILE MERGED 2006/02/14 22:02:05 ericb 1.10.188.1: #i61174# add Mac OS X integrator in dtint.hxx


2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [6b833401e672e9750796ec41460a765eec0f5bbe]

INTEGRATION: CWS dbo510 (1.4.24); FILE MERGED 2006/02/15 10:11:17 dbo 1.4.24.1: #i59034# adding C function for component context retrieval


2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [75aef9bd7a0dc1a4d3ec8f0b282a3b9410e152a2]

INTEGRATION: CWS dbo510 (1.1.2); FILE ADDED 2006/02/15 10:13:16 dbo 1.1.2.7: #i59034# using containerToSequence() 2005/11/18 12:30:08 dbo 1.1.2.6: cleanup 2005/11/10 15:47:43 dbo 1.1.2.5: revised code 2005/11/10 15:46:02 dbo 1.1.2.4: revised code 2005/11/02 15:30:54 dbo 1.1.2.3: disallow anonymous naemspaces 2005/11/01 22:43:11 dbo 1.1.2.2: corrected minor build issues 2005/11/01 22:00:54 dbo 1.1.2.1: added servicedecl.cxx


2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [1d5ae74ab7fd8a645bac90dbf11afe07a511c693]

INTEGRATION: CWS dbo510 (1.32.24); FILE MERGED 2005/11/01 22:00:54 dbo 1.32.24.1: added servicedecl.cxx


2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [21327ab2079d0fb8fe3696a1100aa5d4617ed866]

INTEGRATION: CWS dbo510 (1.5.24); FILE MERGED 2005/10/31 10:27:04 dbo 1.5.24.1: cleanup, printing @ADDR instead of 0xADDR


2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [d1b1f93a2c7b248ca18be63f3df899963fac4931]

INTEGRATION: CWS dbo510 (1.1.2); FILE ADDED 2005/11/14 14:54:40 dbo 1.1.2.2: revised error context 2005/11/10 15:44:37 dbo 1.1.2.1: new


2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [1b27eb45335bab8c8e6e68e298916e17b1c57fb1]

INTEGRATION: CWS dbo510 (1.1.2); FILE ADDED 2005/11/28 11:09:17 dbo 1.1.2.7: revised documentation 2005/11/28 11:04:54 dbo 1.1.2.6: revised documentation 2005/11/24 19:58:15 dbo 1.1.2.5: revisited 2005/11/18 12:30:08 dbo 1.1.2.4: cleanup 2005/11/10 15:45:49 dbo 1.1.2.3: revised code 2005/11/01 22:43:10 dbo 1.1.2.2: corrected minor build issues 2005/11/01 21:57:26 dbo 1.1.2.1: new


2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [53f3dc1fa8c85c24755bdd6de4696c329547d6c9]

INTEGRATION: CWS dbo510 (1.9.24); FILE MERGED 2006/02/15 10:11:59 dbo 1.9.24.2: #i59034# making containerToSequence() vector overload robust for non-pro 2005/11/01 21:55:58 dbo 1.9.24.1: optimizing containerToSequence( std::vector )


2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [f3626c1d476eaebe9cea1f83b219f445431f98f9]

INTEGRATION: CWS dbo510 (1.4.24); FILE MERGED 2006/02/15 10:11:16 dbo 1.4.24.1: #i59034# adding C function for component context retrieval


2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [d02d2de3537f8e4f08e1e1dc3102162e3d29e42b]

INTEGRATION: CWS dbo510 (1.1.2); FILE ADDED 2005/11/01 21:57:25 dbo 1.1.2.1: new


2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [22ab54d7351de3f9cb3ba2967a0066f85479abb5]

INTEGRATION: CWS dbo510 (1.1.2); FILE ADDED 2006/01/26 16:14:36 dbo 1.1.2.2: fixed namespace 2005/11/01 21:57:24 dbo 1.1.2.1: new


2006-03-03  Vladimir Glazounov  <vg@openoffice.org>  [40fbd486bebe1a1e543d13d6ed97b4c4beeee084]

new version for OOB680


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [706eef6e46e19fafccea6ff8ab566a3c5e22103a]

INTEGRATION: CWS hr17 (1.5.4); FILE MERGED 2005/10/07 11:31:48 hr 1.5.4.1: #i54178#: don't link STL to rscpp


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [782c8968f86bc6b22a6440ae7b43735e978cadd3]

INTEGRATION: CWS cairocanvas (1.10.4); FILE MERGED 2005/11/24 17:47:25 thb 1.10.4.1: #i58018# applied pjanik's patch - 0L and sal_Int32 have differing types on x86_64


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [6997e71cf771f134c2e5cce464b5ec3f7c12e89a]

INTEGRATION: CWS cairocanvas (1.14.4); FILE MERGED 2005/12/12 19:06:03 thb 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2005/11/24 17:47:24 thb 1.14.4.1: #i58018# applied pjanik's patch - 0L and sal_Int32 have differing types on x86_64


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [cb96b278e29571212fb067dd4bdf46d63241ed6b]

INTEGRATION: CWS cairocanvas (1.10.126); FILE MERGED 2006/01/11 12:27:13 radekdoulik 1.10.126.2: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik fixes crash on 16bit depth displays 2005/12/14 15:36:40 radekdoulik 1.10.126.1: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik creating virtual device from external pixmap and render pict format


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [b4a08b6cb4c9f133372091006b078e58d95b1d92]

INTEGRATION: CWS cairocanvas (1.129.52); FILE MERGED 2006/01/27 13:13:30 thb 1.129.52.2: RESYNC: (1.129-1.130); FILE MERGED 2005/12/14 15:36:39 radekdoulik 1.129.52.1: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik creating virtual device from external pixmap and render pict format


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [ae3f598d80849a319b741af9492ccc17e1c545ff]

INTEGRATION: CWS cairocanvas (1.36.126); FILE MERGED 2005/12/14 15:36:39 radekdoulik 1.36.126.1: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik creating virtual device from external pixmap and render pict format


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [22c291cad577a4b88bde5d13af6ee7ab2a6b9906]

INTEGRATION: CWS cairocanvas (1.5.128); FILE MERGED 2005/12/14 15:36:39 radekdoulik 1.5.128.1: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik creating virtual device from external pixmap and render pict format


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [ad908586ba13ad061d3297cf1fb9ebb4bcb378bc]

INTEGRATION: CWS cairocanvas (1.33.54); FILE MERGED 2006/01/11 12:27:12 radekdoulik 1.33.54.2: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik fixes crash on 16bit depth displays 2005/12/14 15:36:39 radekdoulik 1.33.54.1: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik creating virtual device from external pixmap and render pict format


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [ca77788db2148bef31998e468e1722d0ddcc7403]

INTEGRATION: CWS cairocanvas (1.21.128); FILE MERGED 2005/12/13 12:52:33 thb 1.21.128.1: #i59283# don't erase user-provided surface


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [ecabb9c80b494f66782966a7ca73bee4274ca11a]

INTEGRATION: CWS cairocanvas (1.2.2); FILE MERGED 2005/12/12 18:32:56 thb 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2005/11/09 13:48:55 thb 1.2.2.1: #i57396# Made code 64 bit clean


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [412e34b43201ddafeb1bf2e9d0243feeaa9f5c79]

INTEGRATION: CWS cairocanvas (1.5.14); FILE MERGED 2005/11/04 14:26:03 thb 1.5.14.3: RESYNC: (1.5-1.7); FILE MERGED 2005/07/08 10:41:18 thb 1.5.14.2: #i51657# Reverted getenv() to osl function 2005/07/07 07:58:08 radekdoulik 1.5.14.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [c3dad664e11b53ace26927c00c9b7db36d9842ab]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2005/12/14 15:38:07 radekdoulik 1.1.2.3: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik use vcl to draw text to virtual device created from our pixmaps 2005/11/08 21:23:08 radekdoulik 1.1.2.2: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik updated cairo canvas to be usable by canvas02 2005/07/07 07:58:06 radekdoulik 1.1.2.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [99f6cbd18b20cb7d522cce41d2978e775d6491c4]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2005/07/07 07:58:05 radekdoulik 1.1.2.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [ab8c041ec05fbca2d98017ad769c08ae42604534]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2005/11/08 21:23:07 radekdoulik 1.1.2.2: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik updated cairo canvas to be usable by canvas02 2005/07/07 07:58:05 radekdoulik 1.1.2.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [09f8b27d9e7b025122bab4c6d49474b9661db639]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2005/12/14 15:38:07 radekdoulik 1.1.2.4: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik use vcl to draw text to virtual device created from our pixmaps 2005/11/08 21:23:07 radekdoulik 1.1.2.3: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik updated cairo canvas to be usable by canvas02 2005/09/14 10:51:01 radekdoulik 1.1.2.2: Issue number: #51657 Submitted by: radekdoulik Reviewed by: radekdoulik Sync code in ooo-build with cairo canvas cws 2005/07/07 07:58:04 radekdoulik 1.1.2.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [72451d5793d02c54976461620dc9d49f181610b7]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2005/12/14 15:38:07 radekdoulik 1.1.2.4: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik use vcl to draw text to virtual device created from our pixmaps 2005/11/08 21:23:06 radekdoulik 1.1.2.3: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik updated cairo canvas to be usable by canvas02 2005/09/14 10:51:01 radekdoulik 1.1.2.2: Issue number: #51657 Submitted by: radekdoulik Reviewed by: radekdoulik Sync code in ooo-build with cairo canvas cws 2005/07/07 07:58:04 radekdoulik 1.1.2.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [00e8507ce7e3a80f4e54062150802f9854a5bdd3]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2005/09/14 10:51:01 radekdoulik 1.1.2.2: Issue number: #51657 Submitted by: radekdoulik Reviewed by: radekdoulik Sync code in ooo-build with cairo canvas cws 2005/07/07 07:58:03 radekdoulik 1.1.2.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [c3f76cf925fd60ccbc8810b69bf3621643d4a619]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2006/01/11 12:29:04 radekdoulik 1.1.2.2: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik optimizes resizes and adds fallback to rgb surfaces for fully opaque bitmap draws on sprites 2005/11/08 21:24:27 radekdoulik 1.1.2.1: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik added new files needed for canvas02 cairo backend


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [5a3788ffe32c36705a68667b1c1f04f7d47077ef]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2006/01/11 12:29:04 radekdoulik 1.1.2.3: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik optimizes resizes and adds fallback to rgb surfaces for fully opaque bitmap draws on sprites 2005/12/14 15:38:07 radekdoulik 1.1.2.2: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik use vcl to draw text to virtual device created from our pixmaps 2005/11/08 21:24:26 radekdoulik 1.1.2.1: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik added new files needed for canvas02 cairo backend


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [c25b1d6ddf1979e2e1fd63fa284e891a0db47531]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2006/01/11 12:29:04 radekdoulik 1.1.2.2: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik optimizes resizes and adds fallback to rgb surfaces for fully opaque bitmap draws on sprites 2005/11/08 21:24:26 radekdoulik 1.1.2.1: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik added new files needed for canvas02 cairo backend


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [401b6e8421cd337ba8d9280e4deb1aaa77a55c71]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2006/01/11 12:29:03 radekdoulik 1.1.2.4: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik optimizes resizes and adds fallback to rgb surfaces for fully opaque bitmap draws on sprites 2005/12/14 15:38:06 radekdoulik 1.1.2.3: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik use vcl to draw text to virtual device created from our pixmaps 2005/11/09 16:14:07 radekdoulik 1.1.2.2: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik fix for 64bit compilers by kendy 2005/11/08 21:24:25 radekdoulik 1.1.2.1: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik added new files needed for canvas02 cairo backend


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [bb1262fba145ad2099d3e54c9b20ed3a77714ca6]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2006/01/11 12:29:03 radekdoulik 1.1.2.5: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik optimizes resizes and adds fallback to rgb surfaces for fully opaque bitmap draws on sprites 2005/12/14 15:38:06 radekdoulik 1.1.2.4: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik use vcl to draw text to virtual device created from our pixmaps 2005/11/08 21:23:06 radekdoulik 1.1.2.3: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik updated cairo canvas to be usable by canvas02 2005/09/14 10:51:01 radekdoulik 1.1.2.2: Issue number: #51657 Submitted by: radekdoulik Reviewed by: radekdoulik Sync code in ooo-build with cairo canvas cws 2005/07/07 07:58:03 radekdoulik 1.1.2.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [9676cad521ae852e8645a8e3c2790a0fbcdfe5c4]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2006/01/11 12:29:02 radekdoulik 1.1.2.6: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik optimizes resizes and adds fallback to rgb surfaces for fully opaque bitmap draws on sprites 2005/12/14 15:38:06 radekdoulik 1.1.2.5: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik use vcl to draw text to virtual device created from our pixmaps 2005/11/09 13:17:22 radekdoulik 1.1.2.4: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik fixed sprite canvas and device helper constructors to initialize cairo state objects and surfaces to NULL 2005/11/08 21:23:05 radekdoulik 1.1.2.3: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik updated cairo canvas to be usable by canvas02 2005/09/14 10:51:01 radekdoulik 1.1.2.2: Issue number: #51657 Submitted by: radekdoulik Reviewed by: radekdoulik Sync code in ooo-build with cairo canvas cws 2005/07/07 07:58:03 radekdoulik 1.1.2.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [47aabe52448a25b8987508e648c2aae76c8a9c18]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2005/11/11 15:14:00 thb 1.1.2.3: #i10000# Fixed build issues (sprite.hxx was missing, took available cairoo_sprite.hxx instead) 2005/09/14 10:51:00 radekdoulik 1.1.2.2: Issue number: #51657 Submitted by: radekdoulik Reviewed by: radekdoulik Sync code in ooo-build with cairo canvas cws 2005/07/07 07:58:02 radekdoulik 1.1.2.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [fb7862b9aee42022ddafefe05038fc8b6eff1742]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2005/11/08 21:23:05 radekdoulik 1.1.2.3: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik updated cairo canvas to be usable by canvas02 2005/09/14 10:51:00 radekdoulik 1.1.2.2: Issue number: #51657 Submitted by: radekdoulik Reviewed by: radekdoulik Sync code in ooo-build with cairo canvas cws 2005/07/07 07:58:02 radekdoulik 1.1.2.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [5545e5d91c9c5648bcd66286415201a2d35e845a]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2005/12/14 15:38:06 radekdoulik 1.1.2.2: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik use vcl to draw text to virtual device created from our pixmaps 2005/11/08 21:24:24 radekdoulik 1.1.2.1: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik added new files needed for canvas02 cairo backend


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [f33185b8aed82d9f3d356b8babc42f8f90c4906c]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2005/12/14 15:38:05 radekdoulik 1.1.2.3: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik use vcl to draw text to virtual device created from our pixmaps 2005/11/09 13:17:21 radekdoulik 1.1.2.2: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik fixed sprite canvas and device helper constructors to initialize cairo state objects and surfaces to NULL 2005/11/08 21:24:24 radekdoulik 1.1.2.1: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik added new files needed for canvas02 cairo backend


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [0e0f1174011fe917ad0858635e517813df303aef]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2005/09/14 10:50:58 radekdoulik 1.1.2.2: Issue number: #51657 Submitted by: radekdoulik Reviewed by: radekdoulik Sync code in ooo-build with cairo canvas cws 2005/07/07 07:57:58 radekdoulik 1.1.2.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [f1f229139d0ebc92c10d44c9c2bc1b820630ff88]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2005/12/14 15:38:05 radekdoulik 1.1.2.1: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik use vcl to draw text to virtual device created from our pixmaps


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [67aa0077199011e8726ba7a01b3b73c1847421f1]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2006/01/11 12:29:02 radekdoulik 1.1.2.5: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik optimizes resizes and adds fallback to rgb surfaces for fully opaque bitmap draws on sprites 2005/12/14 15:38:05 radekdoulik 1.1.2.4: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik use vcl to draw text to virtual device created from our pixmaps 2005/11/08 21:23:04 radekdoulik 1.1.2.3: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik updated cairo canvas to be usable by canvas02 2005/09/14 10:50:58 radekdoulik 1.1.2.2: Issue number: #51657 Submitted by: radekdoulik Reviewed by: radekdoulik Sync code in ooo-build with cairo canvas cws 2005/07/07 07:57:57 radekdoulik 1.1.2.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [9b30af3d2c7b7381a9f571d918eb81870953fbbc]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2006/01/11 12:29:01 radekdoulik 1.1.2.6: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik optimizes resizes and adds fallback to rgb surfaces for fully opaque bitmap draws on sprites 2005/12/14 15:38:05 radekdoulik 1.1.2.5: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik use vcl to draw text to virtual device created from our pixmaps 2005/12/07 11:20:48 radekdoulik 1.1.2.4: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik fix bezier curves rendering, move lines/polygons by 0.5 points so that 0 width lines are sharp 2005/11/08 21:23:03 radekdoulik 1.1.2.3: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik updated cairo canvas to be usable by canvas02 2005/09/14 10:50:57 radekdoulik 1.1.2.2: Issue number: #51657 Submitted by: radekdoulik Reviewed by: radekdoulik Sync code in ooo-build with cairo canvas cws 2005/07/07 07:57:57 radekdoulik 1.1.2.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [224c2dde716b7aaae195ea0efb4fb124ecc7bedd]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2005/12/14 15:38:04 radekdoulik 1.1.2.4: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik use vcl to draw text to virtual device created from our pixmaps 2005/11/08 21:23:03 radekdoulik 1.1.2.3: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik updated cairo canvas to be usable by canvas02 2005/09/14 10:50:57 radekdoulik 1.1.2.2: Issue number: #51657 Submitted by: radekdoulik Reviewed by: radekdoulik Sync code in ooo-build with cairo canvas cws 2005/07/07 07:57:57 radekdoulik 1.1.2.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [470dc07bfaf36efe331e651935102ebbb6b9dcb3]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2005/12/14 15:38:04 radekdoulik 1.1.2.4: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik use vcl to draw text to virtual device created from our pixmaps 2005/11/08 21:23:02 radekdoulik 1.1.2.3: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik updated cairo canvas to be usable by canvas02 2005/09/14 10:50:57 radekdoulik 1.1.2.2: Issue number: #51657 Submitted by: radekdoulik Reviewed by: radekdoulik Sync code in ooo-build with cairo canvas cws 2005/07/07 07:57:56 radekdoulik 1.1.2.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [f4c575cf4822f0973c61072daae18aa88204d4d1]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2006/01/11 12:29:01 radekdoulik 1.1.2.5: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik optimizes resizes and adds fallback to rgb surfaces for fully opaque bitmap draws on sprites 2005/11/11 15:14:00 thb 1.1.2.4: #i10000# Fixed build issues (sprite.hxx was missing, took available cairoo_sprite.hxx instead) 2005/11/08 21:23:02 radekdoulik 1.1.2.3: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik updated cairo canvas to be usable by canvas02 2005/09/14 10:50:57 radekdoulik 1.1.2.2: Issue number: #51657 Submitted by: radekdoulik Reviewed by: radekdoulik Sync code in ooo-build with cairo canvas cws 2005/07/07 07:57:56 radekdoulik 1.1.2.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [57142c9536c1b16c7735116505f3c5e8785ebf09]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2006/01/11 12:29:01 radekdoulik 1.1.2.6: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik optimizes resizes and adds fallback to rgb surfaces for fully opaque bitmap draws on sprites 2005/12/14 15:38:04 radekdoulik 1.1.2.5: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik use vcl to draw text to virtual device created from our pixmaps 2005/11/11 15:14:00 thb 1.1.2.4: #i10000# Fixed build issues (sprite.hxx was missing, took available cairoo_sprite.hxx instead) 2005/11/08 21:23:01 radekdoulik 1.1.2.3: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik updated cairo canvas to be usable by canvas02 2005/09/14 10:50:56 radekdoulik 1.1.2.2: Issue number: #51657 Submitted by: radekdoulik Reviewed by: radekdoulik Sync code in ooo-build with cairo canvas cws 2005/07/07 07:57:56 radekdoulik 1.1.2.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [01c034c5501c53b54215f72c3de431e9bcf24852]

INTEGRATION: CWS gslpatches07 (1.19.124); FILE MERGED 2006/02/16 13:44:55 fs 1.19.124.9: #i52747# small layout adjustment 2006/02/15 16:14:33 pl 1.19.124.8: #i52747# update helptext 2006/02/15 16:08:25 pl 1.19.124.7: #i52747# make osl rerouting optional but still default 2006/02/14 15:25:39 fs 1.19.124.6: #i52747# since we now may also encounter OSL assertions, assure that message boxes are displayed in the SolarThread 2006/02/14 08:29:25 fs 1.19.124.5: #i62024# DBG_TEST_XTOR_TRACE is no IMMEDIATE flag 2006/01/30 15:38:29 pl 1.19.124.4: #i61194# patch from fs: dbg user channels 2005/12/13 14:57:59 pl 1.19.124.3: solve a WNT compile problem 2005/12/13 12:53:07 pl 1.19.124.2: #i52816# show a message for settings coming active at process start 2005/12/13 12:00:57 pl 1.19.124.1: #i52958# remember debug output window state


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [6f784644b6352f7b6076dd82b7afbab6a57dffe8]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2005/12/14 15:38:04 radekdoulik 1.1.2.4: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik use vcl to draw text to virtual device created from our pixmaps 2005/11/08 21:23:01 radekdoulik 1.1.2.3: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik updated cairo canvas to be usable by canvas02 2005/09/14 10:50:56 radekdoulik 1.1.2.2: Issue number: #51657 Submitted by: radekdoulik Reviewed by: radekdoulik Sync code in ooo-build with cairo canvas cws 2005/07/07 07:57:54 radekdoulik 1.1.2.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [b6ba5cbb23bc82ebef967b8954c46fa0bad10885]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2006/01/11 12:29:01 radekdoulik 1.1.2.5: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik optimizes resizes and adds fallback to rgb surfaces for fully opaque bitmap draws on sprites 2005/12/14 15:38:04 radekdoulik 1.1.2.4: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik use vcl to draw text to virtual device created from our pixmaps 2005/11/08 21:23:00 radekdoulik 1.1.2.3: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik updated cairo canvas to be usable by canvas02 2005/09/14 10:50:56 radekdoulik 1.1.2.2: Issue number: #51657 Submitted by: radekdoulik Reviewed by: radekdoulik Sync code in ooo-build with cairo canvas cws 2005/07/07 07:57:54 radekdoulik 1.1.2.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [f36f618c9d9905228ce0c2f6a6da8e7321e8a033]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2005/12/14 15:38:04 radekdoulik 1.1.2.3: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik use vcl to draw text to virtual device created from our pixmaps 2005/09/14 10:50:55 radekdoulik 1.1.2.2: Issue number: #51657 Submitted by: radekdoulik Reviewed by: radekdoulik Sync code in ooo-build with cairo canvas cws 2005/07/07 07:57:54 radekdoulik 1.1.2.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [bd5a419140c7c47b181124db0cb2ec0b118cba97]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2006/01/23 17:52:05 radekdoulik 1.1.2.2: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik fixes problem with 0x0 sized canvases (https://bugzilla.novell.com/show_bug.cgi?id=114020) 2005/12/19 22:28:28 radekdoulik 1.1.2.1: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik added forgotten file


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [67099d68b26de8e1fbb6fe0d7d375a0db5eebabe]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2005/11/08 21:23:00 radekdoulik 1.1.2.3: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik updated cairo canvas to be usable by canvas02 2005/09/14 10:50:55 radekdoulik 1.1.2.2: Issue number: #51657 Submitted by: radekdoulik Reviewed by: radekdoulik Sync code in ooo-build with cairo canvas cws 2005/07/07 07:57:53 radekdoulik 1.1.2.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [69bf5d3ce74cfeb4b6751e428c62bdfd72555e4c]

INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2005/12/14 15:38:03 radekdoulik 1.1.2.4: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik use vcl to draw text to virtual device created from our pixmaps 2005/11/08 21:22:59 radekdoulik 1.1.2.3: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik updated cairo canvas to be usable by canvas02 2005/09/14 10:50:55 radekdoulik 1.1.2.2: Issue number: #51657 Submitted by: radekdoulik Reviewed by: radekdoulik Sync code in ooo-build with cairo canvas cws 2005/07/07 07:57:53 radekdoulik 1.1.2.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [560f617d4d02145e7b508e0dcc7b70ce47bd52c5]

INTEGRATION: CWS gslpatches07 (1.9.40); FILE MERGED 2006/02/15 16:07:11 pl 1.9.40.6: #i52747# make osl rerouting optional but still default 2006/02/14 15:24:56 fs 1.9.40.5: #i52747# also capture OSL assertions 2006/02/14 09:46:31 fs 1.9.40.4: #i52788# re-allow all error channels on Windows 2006/02/14 08:21:54 fs 1.9.40.3: #i62022# care for config sections when reading dbgsv.ini 2006/01/30 15:39:10 pl 1.9.40.2: #i61194# patch from fs: dbg user channels 2005/12/13 12:12:37 pl 1.9.40.1: #i52821# change dbgsv.ini to text file


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [75a68cb931f1e97cbbb8da0e8e0faf15f1d795dd]

INTEGRATION: CWS cairocanvas (1.6.18); FILE MERGED 2005/11/04 14:25:34 thb 1.6.18.2: RESYNC: (1.6-1.7); FILE MERGED 2005/07/07 07:57:51 radekdoulik 1.6.18.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-28  Kurt Zenker  <kz@openoffice.org>  [3580fe5e5af9c5fbeb2fd2eb76036fcdc070858c]

INTEGRATION: CWS cairocanvas (1.5.16); FILE MERGED 2006/01/27 12:11:04 thb 1.5.16.3: RESYNC: (1.6-1.7); FILE MERGED 2005/11/04 14:25:45 thb 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/07 07:57:51 radekdoulik 1.5.16.1: Issue number:  51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik initial import of cairo canvas code


2006-02-27  Kurt Zenker  <kz@openoffice.org>  [734ffbe32d3f2695e9184241943ae83a09077967]

INTEGRATION: CWS pngmagic_SRC680 (1.12.142); FILE MERGED 2006/02/23 14:22:26 hdu 1.12.142.1: #128377# fix PNG header magic check


2006-02-27  Kurt Zenker  <kz@openoffice.org>  [3da00c17054c15fdabba03ea65ae6654ff02c419]

INTEGRATION: CWS fix61929_SRC680 (1.64.12); FILE MERGED 2006/02/22 15:39:55 pl 1.64.12.1: #i61929# read encoding vector if required


2006-02-18  Vladimir Glazounov  <vg@openoffice.org>  [d5b7fe96d7c326b473ebd20839a3cda957311fb3]

new version for SRC680


2006-02-18  Vladimir Glazounov  <vg@openoffice.org>  [9a4d18155013b0decbc3c9d208c376548f6f2d9b]

new version for SRC680


2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bb26eb620bb1c75b4e37c18e31246b54fb2a84f]

INTEGRATION: CWS fwkshowstop2_SRC680 (1.52.124); FILE MERGED 2006/02/15 12:42:56 mba 1.52.124.1: #i60509#: make it possible to detect wether StartJob was done already


2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [4efba685867e6cffb621eb8e17985451ecfaa3fc]

INTEGRATION: CWS fwkshowstop2_SRC680 (1.2.2.1.2); FILE MERGED 2006/02/15 11:33:12 mav 1.2.2.1.2.1: #i62002# fix typos and make implementation cleaner


2006-02-10  Vladimir Glazounov  <vg@openoffice.org>  [50e77267022215c0f78e6cb5a6e41b43499a9226]

new version for OOB680


2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [8898fd179ebc73660aab4dcd0efdf77f84afd72a]

INTEGRATION: CWS mh20137 (1.1.94); FILE MERGED 2006/02/09 15:50:42 hr 1.1.94.4: #i50989#: fix logic 2006/02/09 15:28:35 mh 1.1.94.3: chg: build condition, #i50989# 2006/02/09 15:15:39 mh 1.1.94.2: add: license header, build condition, #i50989# 2005/11/04 14:01:02 mh 1.1.94.1: i50989: remove psprint drivers (*afm + *.ps) when packaging OOo


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [8127b863dc7479093bd0964c82ac7d04a07a627e]

INTEGRATION: CWS c03vcl (1.126.22); FILE MERGED 2006/02/08 15:13:42 hdu 1.126.22.1: #125142# be more defensive in winsalframe destructor


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [b87134ce8231b23aaa80eba93935c8bec2ede65b]

INTEGRATION: CWS c03vcl (1.103.100); FILE MERGED 2006/02/06 13:32:10 hdu 1.103.100.1: #127104# check for destroyed window, get rid of 40 needless casts


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [9908b468a2901908cf491bd331805cdbb8a1e099]

INTEGRATION: CWS c03vcl (1.226.4); FILE MERGED 2006/02/08 17:13:12 hdu 1.226.4.3: #130755# delay AddDel member init to Window::ImplAddDel for now 2006/02/07 13:49:26 hdu 1.226.4.2: #130755# allow attaching to window in dog tag constructor 2006/02/07 12:57:37 hdu 1.226.4.1: #130755# use dog tag in ImplGrabFocus()


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [2765353d4fdd455497c054f0fd0027857250d793]

INTEGRATION: CWS c03vcl (1.14.22); FILE MERGED 2006/02/06 13:15:05 hdu 1.14.22.1: #130806# fix vector iterator abuse


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [137e96abe37feafb6440c91808385877dca66776]

INTEGRATION: CWS thbpp2 (1.9.160); FILE MERGED 2006/02/03 16:43:51 thb 1.9.160.2: #i59239# Using consistent behaviour now between ImplWriteDIBBits and ImplWriteDIBFileHeader (otherwise, reader would chop 12 extra bytes from the bitmap) 2006/01/30 10:10:21 thb 1.9.160.1: #i59239# Limit bitcount to 1,4,8 or 24, and fallback to 24 bit for non-default cases (fixing mem overwrite)


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [6c34793b97da33ee31b67bbdc01a506cbaefcaff]

INTEGRATION: CWS iconswitching2 (1.44.62); FILE MERGED 2006/01/17 07:38:14 kendy 1.44.62.2: #i15208# Rename ImplGetDefaultImageSize to GetDefaultImageSize, it's public now. 2006/01/17 07:12:06 kendy 1.44.62.1: #i41833# Switch toolbar size according to the size of the icon set.


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [a0677067c3ed84a9d7489c434cb0dcf201e3eda6]

INTEGRATION: CWS iconswitching2 (1.94.74); FILE MERGED 2006/01/17 07:38:14 kendy 1.94.74.1: #i15208# Rename ImplGetDefaultImageSize to GetDefaultImageSize, it's public now.


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [fbf29220649d41f25a4e432bf77a58e8eceeda9e]

INTEGRATION: CWS iconswitching2 (1.55.18); FILE MERGED 2006/01/16 18:20:59 kendy 1.55.18.1: #i60434# Make use of Crystal icons.


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [9d5b6800a211b8102ed3088bd6d93d50fd8d9b47]

INTEGRATION: CWS iconswitching2 (1.15.16); FILE MERGED 2006/01/31 20:01:39 kendy 1.15.16.2: #i60434# Changed the configuration key name from SymbolsStyle to SymbolStyle. 2006/01/16 18:20:53 kendy 1.15.16.1: #i60434# Make use of Crystal icons.


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [91bb963a30dd47f154f5f1fec7a66412e770ddff]

INTEGRATION: CWS iconswitching2 (1.4.16); FILE MERGED 2006/01/16 18:20:53 kendy 1.4.16.1: #i60434# Make use of Crystal icons.


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [95ef7d12da0b2b0e4f8f0d9dcb4ab38e68eae7b7]

INTEGRATION: CWS impress84 (1.17.166); FILE MERGED 2006/01/31 10:04:12 sj 1.17.166.1: #i54159# properly exporting default bullets to PowerPoint


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [0cfde1ef9771f9a6165dcfc8f8f6ae8ffd902b0f]

INTEGRATION: CWS fwk32 (1.32.48); FILE MERGED 2006/01/30 10:39:16 mav 1.32.48.1: #129051# allow to register close- and terminate-listener without exception support


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [b2287071098a49ad0379d144d65bfb9f49356730]

INTEGRATION: CWS fwk32 (1.1.2); FILE ADDED 2006/01/30 10:42:18 mav 1.1.2.1: #129051# allow to register close- and terminate-listener without exception support


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [9a108016878ba2a4e956c2a988cf560047d1f7b4]

INTEGRATION: CWS fwk32 (1.1.2); FILE ADDED 2006/01/30 10:42:08 mav 1.1.2.1: #129051# allow to register close- and terminate-listener without exception support


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [8c1a3b0217e4c4398d8fb02119b579d3a5e3fb43]

INTEGRATION: CWS fwk32 (1.7.46); FILE MERGED 2006/01/30 10:39:16 mav 1.7.46.1: #129051# allow to register close- and terminate-listener without exception support


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [e1d1da0ae4a926f906bb660e596073add55d853e]

INTEGRATION: CWS impress84 (1.6.54); FILE MERGED 2006/01/27 18:32:58 sj 1.6.54.1: #123030# not accessing invalid row number


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [aff7e9ec3f43594652a691bad8597c146ac05fb6]

INTEGRATION: CWS impress84 (1.27.18); FILE MERGED 2006/01/31 12:28:45 sj 1.27.18.2: #129692# not seeking behind the metafile 2006/01/30 17:18:20 sj 1.27.18.1: #127989# fixed crash


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [b6588dc2f06250292a80556f3a1cbd4cd275a322]

INTEGRATION: CWS rtfpp2 (1.9.134); FILE MERGED 2006/01/03 13:58:26 thb 1.9.134.1: #127431# Make Region unique, before modifying it


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [875de2ee23cbf57fd96533e1a2cfd6e2fc9ad598]

INTEGRATION: CWS fwk32 (1.4.158); FILE MERGED 2006/01/30 11:34:15 mav 1.4.158.1: #120410#,#i59437# allow to close document frame correctly


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [841c65eecf22c661c1b8ceb1eaf025532d0febf1]

INTEGRATION: CWS fwk32 (1.1.2); FILE ADDED 2006/01/30 11:35:20 mav 1.1.2.1: #120410#,#i59437# allow to close document frame correctly


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [44be047fb0f59099a303bf1767f32902b6fcbea7]

INTEGRATION: CWS fwk32 (1.1.2); FILE ADDED 2006/01/31 13:26:45 mav 1.1.2.2: #120410#,#i59437# hide the window before reparenting 2006/01/30 11:35:01 mav 1.1.2.1: #120410#,#i59437# allow to close document frame correctly


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [111d93d475522a5581d606d13bd1df3424c31a03]

INTEGRATION: CWS fwk32 (1.199.10); FILE MERGED 2006/02/01 15:28:04 pl 1.199.10.1: #i59437# in child frame case do not unduly access browser shell window


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [f0f2ad9a592c08933bfdd63843f28ed55a12a5fb]

INTEGRATION: CWS fix61723 (1.88.24); FILE MERGED 2006/02/07 13:34:25 pl 1.88.24.1: #i61723# workaround a workaround


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [9f4ff30f290fbd61259905681cf7e8ff784da3fa]

INTEGRATION: CWS rtfpp2 (1.21.50); FILE MERGED 2006/01/24 16:06:30 thb 1.21.50.2: #i10000# Botch - caught by gcc 2006/01/19 11:19:07 thb 1.21.50.1: #117889# Detecting the case that a metafile consists basically of one single bitmap - then, render that bitmap via the bilinear-interpolating bitmap output path (for the eye candy)


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [3f435b4c94c9ab09967f7a7ff6d31e17e85acd28]

INTEGRATION: CWS rtfpp2 (1.18.46); FILE MERGED 2006/01/19 11:19:07 thb 1.18.46.1: #117889# Detecting the case that a metafile consists basically of one single bitmap - then, render that bitmap via the bilinear-interpolating bitmap output path (for the eye candy)


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [45dcc6e50cecea8bc7c29c82810c536cefe4ee01]

INTEGRATION: CWS rtfpp2 (1.11.128); FILE MERGED 2006/01/31 16:20:27 flr 1.11.128.1: 130171 missing import of some shape types in RTF filter


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [294bc84e58e24477620b36934f19f56e99002047]

INTEGRATION: CWS rtfpp2 (1.11.128); FILE MERGED 2006/01/31 16:20:26 flr 1.11.128.1: 130171 missing import of some shape types in RTF filter


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [d854a7bb5e71df9e8c2faf7be3406307fa26288b]

INTEGRATION: CWS rtfpp2 (1.13.126); FILE MERGED 2006/01/31 16:20:26 flr 1.13.126.1: 130171 missing import of some shape types in RTF filter


2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [30c3b1dd797d08566812c655c6058e971e2634b2]

INTEGRATION: CWS ka008 (1.18.16); FILE MERGED 2006/02/06 16:18:34 pl 1.18.16.1: #i61474# use correct token position


2006-02-07  Vladimir Glazounov  <vg@openoffice.org>  [8b1dad5494218a9df3aa4ddb71fb01017225fd06]

new version for SRC680


2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [9d1588661632b353b55105769b95bfec92f3202d]

INTEGRATION: CWS fwk31 (1.51.28); FILE MERGED 2006/01/06 10:47:18 mav 1.51.28.1: #126194# catch possible exceptions


2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [490a288320020dede609ccfcaaf5c2b41ee1d701]

INTEGRATION: CWS fwk31 (1.22.30); FILE MERGED 2006/01/11 17:04:00 mav 1.22.30.1: #i58340# continue the cycle if there is a folder with specified name


2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [a40310447575f680c0dc94e2d35db204824916df]

INTEGRATION: CWS fwk31 (1.5.140); FILE MERGED 2006/01/18 07:34:46 as 1.5.140.1: #124127# async accelerator execute must work on living objects


2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [21892895156ca56586e6ad4e4da3a125abffc4de]

INTEGRATION: CWS fwk31 (1.8.142); FILE MERGED 2006/01/18 07:34:45 as 1.8.142.1: #124127# async accelerator execute must work on living objects


2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [4cf258a8b9c5d1fb3850ff1d12695213db3eff5e]

INTEGRATION: CWS fwk29 (1.60.52); FILE MERGED 2005/12/16 12:32:57 mav 1.60.52.2: #i47369# the previous commit has wrong bug id 2005/12/16 10:20:43 mav 1.60.52.1: #i47359# allow to use nondecorated windows as dialog parents


2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [3c37e4bf8ee4f282e2359352daa0777c8dd06388]

INTEGRATION: CWS dba202f (1.4.36); FILE MERGED 2006/01/20 14:10:05 fs 1.4.36.1: #i60881# don't 'delete this' in run if exiting prematurely, this is done later


2006-02-06  Kurt Zenker  <kz@openoffice.org>  [13f82e1fe11a024370da801901301aedf8b0bc7f]

INTEGRATION: CWS pb11 (1.16.102); FILE MERGED 2006/01/31 08:45:55 pb 1.16.102.4: fix: #i48648# IsCellCheckBox() added 2006/01/30 10:41:11 pb 1.16.102.3: fix: #i48648# acc children not always transient 2006/01/25 08:18:25 pb 1.16.102.2: fix: #i48648# support for checkbox cells 2005/12/20 08:02:05 pb 1.16.102.1: fix: #i48636# AccessibleBrowseBoxTableCell::Ctor() with new parameter


2006-02-06  Kurt Zenker  <kz@openoffice.org>  [10b42ab29b3838068cb419908fb4079ce0675cd8]

INTEGRATION: CWS pb11 (1.17.120); FILE MERGED 2006/01/24 17:41:42 ssa 1.17.120.1: #i48361# floaters for subtoolbars should not appear as toplevel windows so they have to be easily recognized by the toolkit


2006-02-06  Kurt Zenker  <kz@openoffice.org>  [925a0b4d08012802b7d07431fadbab0f73713a33]

INTEGRATION: CWS pb11 (1.224.74); FILE MERGED 2006/01/24 17:41:40 ssa 1.224.74.2: #i48361# floaters for subtoolbars should not appear as toplevel windows so they have to be easily recognized by the toolkit 2006/01/23 17:29:43 ssa 1.224.74.1: #i48361# merge from vcl47


2006-02-06  Kurt Zenker  <kz@openoffice.org>  [726550091a25771bdd68667b4f963ddd4d7272e6]

INTEGRATION: CWS pb11 (1.13.78); FILE MERGED 2006/01/24 17:41:40 ssa 1.13.78.2: #i48361# floaters for subtoolbars should not appear as toplevel windows so they have to be easily recognized by the toolkit 2006/01/19 15:29:19 pb 1.13.78.1: fix: #i48361# ssa: the ImplPopupFloatwin should not appear as an acessible frame but should be handled by its parent toolbar as an ordinary child. this will be done in the toolkit wrapper.


2006-02-06  Kurt Zenker  <kz@openoffice.org>  [8f5d8c157ed42a43be260cbf9e1b6fa9dfc19034]

INTEGRATION: CWS pb11 (1.56.34); FILE MERGED 2006/01/24 18:01:46 ssa 1.56.34.1: #i48361# floaters for subtoolbars should not appear as toplevel windows


2006-02-06  Kurt Zenker  <kz@openoffice.org>  [abe86f5ce1f84b4a247058bcf748c1ea8a33ca0b]

INTEGRATION: CWS pb11 (1.41.86); FILE MERGED 2006/01/30 10:40:09 pb 1.41.86.1: fix: #i48648# acc children not always transient


2006-02-06  Kurt Zenker  <kz@openoffice.org>  [5d1e123414d470d5b24045964966ecad61903370]

INTEGRATION: CWS pb11 (1.46.104); FILE MERGED 2006/01/30 10:38:31 pb 1.46.104.3: fix: #i48648# acc children not always transient 2006/01/26 11:22:35 pb 1.46.104.2: RESYNC: (1.46-1.47); FILE MERGED 2006/01/25 08:16:08 pb 1.46.104.1: fix: #i48648# support for tablecell navigation


2006-02-06  Kurt Zenker  <kz@openoffice.org>  [f7a59d70c85dd3e92034548c0ad86d989f8169ef]

INTEGRATION: CWS pb11 (1.18.102); FILE MERGED 2006/01/30 10:18:15 pb 1.18.102.1: fix: #i48648# acc children not always transient


2006-02-03  Kurt Zenker  <kz@openoffice.org>  [f0bb2da99d169216e2feef68b37becaf88d3de8d]

INTEGRATION: CWS vcl53 (1.96.2); FILE MERGED 2006/01/30 14:24:05 hdu 1.96.2.1: #129816# allocate one more script item for ScriptItemize


2006-02-03  Kurt Zenker  <kz@openoffice.org>  [29dc3a40259bf4653f16fe20aa67a859bdb6e422]

INTEGRATION: CWS vcl53 (1.19.2); FILE MERGED 2006/02/01 08:55:40 pl 1.19.2.2: RESYNC: (1.19-1.22); FILE MERGED 2006/01/24 11:55:06 pl 1.19.2.1: #i61098# readonly entry patch (thanks to cmc)


2006-02-02  Kurt Zenker  <kz@openoffice.org>  [5af01fedd273e726ae9fa7acbcbb6362e622579e]

#i10000# fix for windows 4nt build


2006-02-01  Kurt Zenker  <kz@openoffice.org>  [d2e8673b8b878f164b5ab78c1e6fe3f05b3227ad]

INTEGRATION: CWS mav19 (1.13.22); FILE MERGED 2006/01/17 09:09:29 mav 1.13.22.5: #i56586# set size for the objects that need size after loading 2006/01/17 09:08:54 mav 1.13.22.4: #i56586# set size for the objects that need size after loading 2006/01/02 15:32:34 mav 1.13.22.3: #i56250# allow to copy replacement to the same container if the different name is used 2005/11/17 19:14:42 mav 1.13.22.2: RESYNC: (1.13-1.14); FILE MERGED 2005/11/01 14:34:52 mav 1.13.22.1: #i57128# embeddedobjectcontainer should not switch object to running state usually


2006-02-01  Kurt Zenker  <kz@openoffice.org>  [3dd115a0396e3215e81edcf54c9048d41afbd561]

INTEGRATION: CWS mav19 (1.4.18); FILE MERGED 2006/01/13 13:27:50 mav 1.4.18.1: #130174# wrap exception


2006-02-01  Kurt Zenker  <kz@openoffice.org>  [df7409b51480cc586e4469148082fcb639e7f100]

INTEGRATION: CWS impress83 (1.15.148); FILE MERGED 2006/01/20 15:57:03 sj 1.15.148.1: #124897# fixed gpf when accessing invalid xTypeAccess and or xFilterAccess


2006-02-01  Kurt Zenker  <kz@openoffice.org>  [e12de7a62def6ebc44cae463933230a88c770c4a]

INTEGRATION: CWS impress83 (1.19.148); FILE MERGED 2006/01/20 15:57:04 sj 1.19.148.1: #124897# fixed gpf when accessing invalid xTypeAccess and or xFilterAccess


2006-02-01  Thorsten Behrens  <thb@openoffice.org>  [087f44b2c41f235730fa803d361364fc8bbaa332]

#i10000# Fixed a warning


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [0c4a1b376828fe40e87be3c480b8b1591cddc7bb]

INTEGRATION: CWS i18n24 (1.8.36); FILE MERGED 2006/01/10 22:58:20 khong 1.8.36.1: #i60331 extreal pinyin and chuyin data to external library, share with indexentry candidate function


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [e73b948a1022fe9f9e1e5a508c052561eda66e42]

INTEGRATION: CWS i18n24 (1.1.2); FILE ADDED 2006/01/10 23:02:00 khong 1.1.2.1: i60331 extract dictionary data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [7e9c9223c6961af62c2e414f13383c30442749a4]

INTEGRATION: CWS i18n24 (1.1.2); FILE ADDED 2006/01/10 23:01:59 khong 1.1.2.1: i60331 extract dictionary data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [3668903d333ec7fe5d1947b609de9e131f028be7]

INTEGRATION: CWS i18n24 (1.6.10); FILE MERGED 2006/01/10 23:01:58 khong 1.6.10.1: i60331 extract dictionary data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [1081082313278b192f187dff01dd5332f77e916d]

INTEGRATION: CWS i18n24 (1.9.10); FILE MERGED 2006/01/10 23:01:58 khong 1.9.10.1: i60331 extract dictionary data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [0b964cc586cf1efdd4bb3d961bee50aa3033025e]

INTEGRATION: CWS i18n24 (1.3.36); FILE MERGED 2006/01/10 23:01:58 khong 1.3.36.1: i60331 extract dictionary data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [6083a96372425f464554cfd19f3cba9907c38784]

INTEGRATION: CWS i18n24 (1.5.14); FILE MERGED 2006/01/10 23:01:57 khong 1.5.14.1: i60331 extract dictionary data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [d4fd005110e22b630094e050b345072675fa0a8a]

INTEGRATION: CWS i18n24 (1.6.12); FILE MERGED 2006/01/10 23:01:57 khong 1.6.12.1: i60331 extract dictionary data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [07c258b30791e72913db5d2a0dd0481603c34c2b]

INTEGRATION: CWS i18n24 (1.38.30); FILE MERGED 2006/01/10 23:18:37 khong 1.38.30.1: #i60331 extract data from i18npool to external libraries


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [1616ca53047637750ef14991185adb712ba4c804]

INTEGRATION: CWS dba202d (1.68.38); FILE MERGED 2006/01/24 09:57:50 fs 1.68.38.2: RESYNC: (1.68-1.69); FILE MERGED 2006/01/23 12:34:27 oj 1.68.38.1: merge from pb


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [a270fe5c31c9d7b9edeaf42023852386496aad30]

INTEGRATION: CWS i18n24 (1.14.20); FILE MERGED 2006/01/10 23:17:26 khong 1.14.20.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [cbdd1aee0dc2acdaf042fc4ba21b98584347f227]

INTEGRATION: CWS dba202d (1.16.150); FILE MERGED 2006/01/23 12:34:26 oj 1.16.150.1: merge from pb


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [64843ad846461814dd730010b0a59e4bddea60d9]

INTEGRATION: CWS i18n24 (1.17.14); FILE MERGED 2006/01/10 23:17:25 khong 1.17.14.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [e0a00b45be2c6d718bf018698ecc96ed5a711a15]

INTEGRATION: CWS dba202d (1.18.64); FILE MERGED 2006/01/24 09:57:15 fs 1.18.64.2: RESYNC: (1.18-1.19); FILE MERGED 2006/01/23 12:33:10 oj 1.18.64.1: ##i48614# send some events


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [07aec0a44d4c707af95f09f4b633328b12fd29b3]

INTEGRATION: CWS i18n24 (1.17.20); FILE MERGED \n 2006/01/10 23:17:25 khong 1.17.20.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [9b055be73ec06e578e7722a4b958b97f30488013]

INTEGRATION: CWS dba202d (1.24.66); FILE MERGED 2006/01/24 09:57:07 fs 1.24.66.2: RESYNC: (1.24-1.25); FILE MERGED 2006/01/23 12:33:09 oj 1.24.66.1: ##i48614# send some events


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [1de0c410777beb41fb070626b77fdca6b3465555]

INTEGRATION: CWS i18n24 (1.20.20); FILE MERGED 2006/01/10 23:17:25 khong 1.20.20.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [75ab6ffec31b777fa0dda0c2bb8c2e09503508eb]

INTEGRATION: CWS i18n24 (1.36.10); FILE MERGED 2006/01/12 02:34:51 khong 1.36.10.2: RESYNC: (1.36-1.37); FILE MERGED 2006/01/10 23:17:24 khong 1.36.10.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [aed8894e76f802bfa3801bc062aa718f7d125321]

INTEGRATION: CWS i18n24 (1.19.10); FILE MERGED 2006/01/11 19:47:23 khong 1.19.10.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [fadc64e751190067b90d422a43d9e0cc6801d87b]

INTEGRATION: CWS i18n24 (1.1.2); FILE ADDED 2006/01/10 23:09:09 khong 1.1.2.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [6991542e5c55863550641a491d6907ff8bbff262]

INTEGRATION: CWS i18n24 (1.1.2); FILE ADDED 2006/01/14 00:08:17 khong 1.1.2.2: #i60331 extract index data to external library 2006/01/10 23:09:08 khong 1.1.2.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [654194cec53d92830f8e86a2a67d300c13ee7741]

INTEGRATION: CWS i18n24 (1.1.2); FILE ADDED 2006/01/10 23:09:08 khong 1.1.2.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [bf4011f0650ae6d52210c8114deb4f0f13e4dc77]

INTEGRATION: CWS i18n24 (1.1.2); FILE ADDED 2006/01/14 00:08:17 khong 1.1.2.2: #i60331 extract index data to external library 2006/01/10 23:09:07 khong 1.1.2.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [c1496a5f4ee0a77d69e18acf6177f6f866564ab8]

INTEGRATION: CWS i18n24 (1.1.2); FILE ADDED 2006/01/10 23:09:07 khong 1.1.2.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [01eda811129f88e35637033dd3db222eb8951dc5]

INTEGRATION: CWS i18n24 (1.1.2); FILE ADDED 2006/01/10 23:09:06 khong 1.1.2.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [72b78bf5d8ae4948f9582c2fe806e9d4552975f7]

INTEGRATION: CWS i18n24 (1.1.2); FILE ADDED 2006/01/10 23:09:05 khong 1.1.2.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [f6a8c4373e5d2f91e69cdc1fff1f20d217b62967]

INTEGRATION: CWS i18n24 (1.1.2); FILE ADDED 2006/01/14 00:08:16 khong 1.1.2.2: #i60331 extract index data to external library 2006/01/10 23:09:04 khong 1.1.2.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [dbcb8a81202e90fc0bf9e3281e7df1b46677832b]

INTEGRATION: CWS i18n24 (1.1.2); FILE ADDED 2006/01/10 23:09:04 khong 1.1.2.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [ecac42b7ed4ac9a518566856b7a27e323e42295a]

INTEGRATION: CWS i18n24 (1.12.36); FILE MERGED 2006/01/10 23:09:02 khong 1.12.36.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [7215feefd4177673eb058f037d127bce35c207fe]

INTEGRATION: CWS i18n24 (1.8.36); FILE MERGED 2006/01/10 23:09:02 khong 1.8.36.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [5b7870c9ac85c5640872d23741c1a0f83587cd21]

INTEGRATION: CWS i18n24 (1.3.36); FILE MERGED 2006/01/10 23:09:02 khong 1.3.36.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [3cb63115454943ceff5b21b3700e468fc943672b]

INTEGRATION: CWS i18n24 (1.5.36); FILE MERGED 2006/01/11 08:49:52 khong 1.5.36.2: #i60331 extract index data to external library 2006/01/10 23:08:57 khong 1.5.36.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [d95b1400fcbac2cbab83352b8f184d34ce91a9b0]

INTEGRATION: CWS i18n24 (1.17.36); FILE MERGED 2006/01/10 23:33:12 khong 1.17.36.2: #i60331 extract index data to external library 2006/01/10 23:08:48 khong 1.17.36.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [6a04ed8118e24270bf0ee7cec5cfdf165821a142]

INTEGRATION: CWS i18n24 (1.1.2); FILE ADDED 2006/01/10 23:11:37 khong 1.1.2.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [9edc786db559ab3838d99c5e40b91ef70f64b50e]

INTEGRATION: CWS i18n24 (1.1.4); FILE ADDED 2006/01/10 22:49:14 khong 1.1.4.1: #i60331 create seperate collator data library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [a1ca2935872d8eac5b6983bcf6190bbb85b110f6]

INTEGRATION: CWS i18n24 (1.1.2); FILE ADDED 2006/01/10 22:49:14 khong 1.1.2.1: #i60331 create seperate collator data library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [a68833baf551622892f6499a623d99b0cb03f4ac]

INTEGRATION: CWS i18n24 (1.9.14); FILE MERGED 2006/01/10 22:49:13 khong 1.9.14.1: #i60331 create seperate collator data library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [e936d142b8460c20c6e8f3fdeb5b3cb8d635448c]

INTEGRATION: CWS i18n24 (1.6.14); FILE MERGED 2006/01/10 22:49:12 khong 1.6.14.1: #i60331 create seperate collator data library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [565d19204696b1979903b2fdf3f103974503ab02]

INTEGRATION: CWS i18n24 (1.9.30); FILE MERGED 2006/01/10 22:49:12 khong 1.9.30.1: #i60331 create seperate collator data library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [ec94e2497eb330e784caf71f705479d86b156ac7]

INTEGRATION: CWS i18n24 (1.8.36); FILE MERGED 2006/01/10 22:49:12 khong 1.8.36.1: #i60331 create seperate collator data library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [c79b59d1488506ad50e787fa5b3d37ab1ff5430f]

INTEGRATION: CWS i18n24 (1.9.118); FILE MERGED 2006/01/10 23:44:39 khong 1.9.118.1: #60331 extract data from i18npool to create seperate libraries


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [9060c30838db5d068b11129536ea8034835281c2]

INTEGRATION: CWS i18n24 (1.18.14); FILE MERGED 2006/01/10 23:44:38 khong 1.18.14.1: #60331 extract data from i18npool to create seperate libraries


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [8851106e7378318eced0aa4af84ecf76321414b0]

INTEGRATION: CWS dba202d (1.39.48); FILE MERGED 2006/01/25 06:53:46 fs 1.39.48.3: #i10000# 2006/01/24 09:37:59 fs 1.39.48.2: RESYNC: (1.39-1.40); FILE MERGED 2006/01/04 10:56:53 fs 1.39.48.1: #i59877# read: catch exceptions thrown during setPropertyValues / write: better explanatory assertion when a property type is unknown


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [94d9d44c0eb62dd846dcdd5c5bf7edf34a1f08bb]

INTEGRATION: CWS i18n24 (1.7.10); FILE MERGED 2006/01/10 23:03:26 khong 1.7.10.1: i60331 extract dictionary data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [9137d6f60df556cb7eaff8f66d3d26916e3b3abe]

INTEGRATION: CWS i18n24 (1.5.36); FILE MERGED 2006/01/10 22:59:36 khong 1.5.36.1: #i60331 extreal pinyin and chuyin data to external library, share with indexentry candidate function


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [897a3d538ce80f938e43a07c589ba781604a4370]

INTEGRATION: CWS i18n24 (1.12.36); FILE MERGED 2006/01/10 23:15:20 khong 1.12.36.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [10ca0d68947060c7e9180910958c19e6784a3be3]

INTEGRATION: CWS i18n24 (1.1.2); FILE ADDED 2006/01/10 23:14:26 khong 1.1.2.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [a6fd2d6c28f1a21afd3c906cfff3a71a8bc2003a]

INTEGRATION: CWS i18n24 (1.3.36); FILE MERGED 2006/01/10 23:14:22 khong 1.3.36.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [0b681618dee6765c3b501f7b9219710be3f44884]

INTEGRATION: CWS i18n24 (1.7.36); FILE MERGED 2006/01/10 23:14:21 khong 1.7.36.1: #i60331 extract index data to external library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [1adb3403ec9556e1f9a8228514126fffdcd96370]

INTEGRATION: CWS i18n24 (1.8.36); FILE MERGED 2006/01/10 22:50:44 khong 1.8.36.1: #i60331 create seperate collator data library


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [b9b303db679f3828d15ad801f253ccc096d811e6]

INTEGRATION: CWS i18n24 (1.3.6); FILE MERGED 2006/01/13 01:05:02 khong 1.3.6.2: #i43395 stop i without dot fold to i with dot in case ignore match 2006/01/12 04:30:13 khong 1.3.6.1: #i43395 stop i without dot fold to i with dot in case ignore match


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [88aa517783971dd0d033a3ee55df30d627d2f2e8]

INTEGRATION: CWS i18n24 (1.4.6); FILE MERGED 2006/01/13 01:05:01 khong 1.4.6.1: #i43395 stop i without dot fold to i with dot in case ignore match


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [279371f94c7eb631244044dc88b0be242ea5a064]

INTEGRATION: CWS dr44 (1.38.94); FILE MERGED 2006/01/11 21:25:42 er 1.38.94.1: #129686# ScanEndString,GetTimeRef: crash on '1/2 3:' input, Year-01-02 03:00 in en_US locale


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [ad9b6dd4a0fa6522432c679cef2633bb7b452272]

INTEGRATION: CWS vcl52 (1.20.94); FILE MERGED 2006/01/26 17:33:20 pl 1.20.94.2: RESYNC: (1.20-1.21); FILE MERGED 2006/01/17 09:03:30 hdu 1.20.94.1: #130288# handle failed GetDeviceCaps(DC_PAPERSIZE) gracefully


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [e9294576483a428df6bb56b6bb74abd5101c4cf9]

INTEGRATION: CWS vcl52 (1.18.78); FILE MERGED 2006/01/26 17:28:22 pl 1.18.78.2: RESYNC: (1.18-1.20); FILE MERGED 2006/01/13 16:01:24 pl 1.18.78.1: #129732# avoid degenerate rectangles


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [741ac5ac992d3eff2efde5f7b64a430d99a3f482]

INTEGRATION: CWS vcl52 (1.7.144); FILE MERGED 2006/01/26 15:14:16 hdu 1.7.144.1: #i61195# handle all pixel formats when zero padding scanlines


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [393f24373473f38347517252882d88e4f8da2618]

INTEGRATION: CWS vcl52 (1.38.54); FILE MERGED 2006/01/26 16:21:29 pl 1.38.54.1: #127201# set back original thread ResMgr if creation of fallback failed


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [1d15633f7eaa599ff886e03c85c33f57e86d1d08]

INTEGRATION: CWS freebsd04 (1.6.8); FILE MERGED 2006/01/19 01:31:14 maho 1.6.8.1: #i60097# getc and ungetc are somehow defined at stdlib.h; workarounded


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [d2fee0baf30780cf187280c9f8d5524ed40b07e3]

INTEGRATION: CWS accessalert (1.224.68); FILE MERGED 2006/01/18 10:04:55 obr 1.224.68.1: #i26277# changed role of [MESS|INFO|WARNING|ERROR|QUERY]BOX to ALERT


2006-01-31  Kurt Zenker  <kz@openoffice.org>  [0af07b03b4b87af3c661b208bb4bb74d393df826]

INTEGRATION: CWS accessalert (1.52.56); FILE MERGED 2006/01/24 09:46:37 obr 1.52.56.1: #i26277# need to treat ALERT the same way as DIALOG


2006-01-27  Vladimir Glazounov  <vg@openoffice.org>  [b9f6f7ecb7eecafdb3e6fad6f6905349eae5eb79]

new version for SRC680


2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [83373f8637dee726b9d97f7a3aa7645cc075f2a3]

INTEGRATION: CWS vcl51 (1.74.72); FILE MERGED 2006/01/19 15:57:18 pl 1.74.72.1: #i59854# GetTextFaceW may return length including terminating null byte


2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [898f5adbc3bab6f5ccf570c2701903a9afd31bca]

INTEGRATION: CWS vcl51 (1.129.74); FILE MERGED 2006/01/20 13:02:45 pl 1.129.74.2: RESYNC: (1.129-1.130); FILE MERGED 2006/01/17 13:07:08 hdu 1.129.74.1: #i35641# allow disabling of native X11 fonts


2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f763f8b9b12071b3461e35bb9cd422b146e4738]

INTEGRATION: CWS vcl51 (1.18.76); FILE MERGED 2006/01/12 13:33:20 pl 1.18.76.1: #i59666# patch from cmc for animated themes


2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [86c26b90ab287cf173d88f6b7431e06c3ece3ff0]

INTEGRATION: CWS vcl51 (1.33.18); FILE MERGED 2006/01/20 12:14:18 pl 1.33.18.1: #i60349# sanity check for psname


2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ff4053cfd3520c7485d1974365e267edd8da539]

INTEGRATION: CWS vcl47 (1.120.18); FILE MERGED 2005/11/29 18:03:19 pl 1.120.18.3: #i47883# support rollover text color in buttons and dropdown fields 2005/11/28 10:14:54 pl 1.120.18.2: RESYNC: (1.120-1.124); FILE MERGED 2005/11/14 09:35:12 ssa 1.120.18.1: #i57800# always include stdio.h


2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ed4e3a1823e3de41498cc61a30d5b4235688d07]

INTEGRATION: CWS vcl47 (1.8.74); FILE MERGED 2005/11/21 13:59:06 ssa 1.8.74.1: #124826,#123690# avoid GDI resource leak


2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3802b8441de6d51dfd673fe39821cd3f95f102c6]

INTEGRATION: CWS vcl47 (1.9.28); FILE MERGED 2005/11/29 18:03:18 pl 1.9.28.1: #i47883# support rollover text color in buttons and dropdown fields


2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [54feec21a097cc988eb4b800e0d672f266aaa1bc]

INTEGRATION: CWS vcl47 (1.18.28); FILE MERGED 2005/12/01 13:40:10 pl 1.18.28.2: #i47883# mouse over for spin buttons 2005/11/29 18:03:17 pl 1.18.28.1: #i47883# support rollover text color in buttons and dropdown fields


2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [28108c02bbc58d4a75040aa2968fd16211e9917c]

INTEGRATION: CWS vcl47 (1.217.30); FILE MERGED 2005/12/19 11:23:41 ssa 1.217.30.5: #i48361# floating windows should never get the role panel but always frame or window 2005/12/05 09:45:59 ssa 1.217.30.4: #i57885# avoid null-ptr access in SetParent 2005/11/28 10:04:57 pl 1.217.30.3: RESYNC: (1.217-1.224); FILE MERGED 2005/11/25 13:58:59 pl 1.217.30.2: #b6276469# do not highlight window items of toolbars in complete black 2005/11/21 16:44:05 ssa 1.217.30.1: #i48361# Set frame role for ownerdecorated toolbars/floaters


2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0576bec88178510d7b2c4a022f8589080cc6dd3]

INTEGRATION: CWS vcl47 (1.91.72); FILE MERGED 2005/11/28 10:04:36 pl 1.91.72.2: RESYNC: (1.91-1.94); FILE MERGED 2005/11/25 13:58:59 pl 1.91.72.1: #b6276469# do not highlight window items of toolbars in complete black


2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f5e9e7a4dfaae283049a51de249b0965b64bb44]

INTEGRATION: CWS vcl47 (1.128.36); FILE MERGED 2005/11/28 10:03:01 pl 1.128.36.4: RESYNC: (1.128-1.131); FILE MERGED 2005/11/23 16:50:29 pl 1.128.36.3: #126233# improve visibility algorithm for menu separators 2005/11/23 12:38:39 pl 1.128.36.2: #i47946# distinguish menu and menubar colors for temp background 2005/11/23 12:33:31 pl 1.128.36.1: #i47946# temporarily set background for NWF menus


2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c08538bd6f7201c84d0c7086dd69a4f7229837eb]

INTEGRATION: CWS vcl47 (1.32.74); FILE MERGED 2005/10/28 13:34:00 ssa 1.32.74.1: #i55698# fix RTL comboboxes


2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [af973856bb2a841f4261184275efe01ff5b56c05]

INTEGRATION: CWS vcl47 (1.13.18); FILE MERGED 2005/12/19 11:25:40 ssa 1.13.18.1: #i48361# the ImplPopupFloatwin should not appear as an acessible frame but should be handled by its parent toolbar as an ordinary child. this will be done in the toolkit wrapper.


2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [97ab0f844ee6cdc9690ff236234281ff8963df4d]

INTEGRATION: CWS vcl47 (1.69.36); FILE MERGED 2005/11/28 10:01:42 pl 1.69.36.2: RESYNC: (1.69-1.73); FILE MERGED 2005/11/23 11:14:18 hdu 1.69.36.1: #i58077# also simplify when glyph fallback did not find a better font


2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e3397bcd33b5e17ce2e5faeebe42cb1be5383a9]

INTEGRATION: CWS vcl47 (1.37.28); FILE MERGED 2005/12/01 17:08:40 pl 1.37.28.2: #i58650# workaround limited dash array size in acrobat reader 2005/11/30 11:33:17 pl 1.37.28.1: #i55764# support digit language


2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc255f107f341450e1a3fd4c3c9487f08bbfdc3c]

INTEGRATION: CWS vcl47 (1.86.2); FILE MERGED 2005/12/02 14:16:16 pl 1.86.2.3: solved a compilation problem on windows due to min/max macros 2005/12/01 17:08:39 pl 1.86.2.2: #i58650# workaround limited dash array size in acrobat reader 2005/11/30 11:33:17 pl 1.86.2.1: #i55764# support digit language


2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ca9fc84aa023e87faf6435abe4ed96f2d9b73f8]

INTEGRATION: CWS vcl47 (1.14.74); FILE MERGED 2005/11/30 11:33:17 pl 1.14.74.1: #i55764# support digit language


2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [186fc1f0c7c1d9a265b43f2d1885568edc6d6a62]

INTEGRATION: CWS vcl47 (1.207.4); FILE MERGED 2005/12/02 14:26:28 pl 1.207.4.4: get graphics before accessing it 2005/11/29 16:16:21 hdu 1.207.4.3: #i56008# initialize font for text layout even for empty strings 2005/11/28 10:00:33 pl 1.207.4.2: RESYNC: (1.207-1.209); FILE MERGED 2005/11/16 13:43:30 hdu 1.207.4.1: #b6272676# get insane font replacement logic working again


2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa5f425e535c5258de85dd97ab6a005f7162bb10]

INTEGRATION: CWS vcl47 (1.8.74); FILE MERGED 2005/10/27 12:28:10 ssa 1.8.74.1: #i54335# avoid infinite loop


2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd474066c3073e08841ec090485a3acf56d59080]

INTEGRATION: CWS vcl47 (1.53.38); FILE MERGED 2005/11/29 18:03:17 pl 1.53.38.2: #i47883# support rollover text color in buttons and dropdown fields 2005/10/28 13:33:59 ssa 1.53.38.1: #i55698# fix RTL comboboxes


2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9581911873ba5ca0f100917e1bd519c6d0d341e]

INTEGRATION: CWS vcl47 (1.41.38); FILE MERGED 2005/11/29 18:09:20 pl 1.41.38.2: indentation 2005/11/29 18:03:16 pl 1.41.38.1: #i47883# support rollover text color in buttons and dropdown fields


2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [26adbcbb3e6eb8226d0dd004ac315c0eabd1c896]

INTEGRATION: CWS vcl47 (1.54.74); FILE MERGED 2005/11/29 18:03:15 pl 1.54.74.1: #i47883# support rollover text color in buttons and dropdown fields


2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [65e52ef0eb03ab4f7c91b3cdf0e53f6a458bd61f]

INTEGRATION: CWS vcl47 (1.5.12); FILE MERGED 2005/11/22 10:25:31 pl 1.5.12.1: #i57682# use correct format in fprintf


2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8936acb2906d2581d337c14fb66a8ec4209d5a48]

INTEGRATION: CWS aw034 (1.4.50); FILE MERGED 2006/01/13 19:11:23 aw 1.4.50.1: #125865#


2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c54dcf422c8b0c9dbf74b5e3c7eb8fbb06eb903e]

INTEGRATION: CWS aw034 (1.8.44); FILE MERGED 2006/01/13 21:19:41 aw 1.8.44.1: #127979#


2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [89d95d38b909782882f3c828eb4a7c2ab6a4b1cd]

INTEGRATION: CWS aw034 (1.10.2); FILE MERGED 2006/01/19 20:35:29 aw 1.10.2.1: #129701#


2006-01-25  Vladimir Glazounov  <vg@openoffice.org>  [83fe9a8409ebaf1545e2bdbcfe912e7ff975a09c]

new version for SRC680


2006-01-25  Thorsten Behrens  <thb@openoffice.org>  [625a8e0c06582d91def51b72dd0040c0cd90d411]

Initial revision. Note that tests for template tools are run during the normal build.


2006-01-25  Thorsten Behrens  <thb@openoffice.org>  [965f2f68c980a7364059edd8663c3e20e23047ce]

Initial revision


2006-01-25  Thorsten Behrens  <thb@openoffice.org>  [e6ef1f023d18ae357327f5a92c5e998476e92ad6]

Initial revision. To be used for our standard, pimpled copy-on-write pattern.


2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1ab26db6c37b7c4ff3f9770ab6a849efeb4c0c1]

INTEGRATION: CWS vcl50 (1.17.130); FILE MERGED 2005/12/19 17:51:24 pl 1.17.130.1: #i59303# remove KDEIntergrator


2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [e71e22e347e89df4c17ab72422acfbbb9b3abdfb]

INTEGRATION: CWS vcl50 (1.24.58); FILE MERGED 2005/12/19 17:51:23 pl 1.24.58.2: #i59303# remove KDEIntergrator 2005/12/19 17:33:35 pl 1.24.58.1: #i59554# use osl_getHomeDir instead of relying on HOME


2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [297a3f3912a44bf715aff758c4c6b266956de8f6]

INTEGRATION: CWS vcl50 (1.9.60); FILE MERGED 2005/12/16 15:08:00 pl 1.9.60.1: #i59364# auto guess high contrast theme


2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d3751dc4b7a8c7fea5c47f5a67e69e13e801f1f]

INTEGRATION: CWS vcl50 (1.6.132); FILE MERGED 2005/12/22 16:06:18 pl 1.6.132.1: #i59255# sync on object window since out of process usage of window id could be concurrent


2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcc3c2dd0776fb77dd239fd9dabbd34045224fb2]

INTEGRATION: CWS vcl50 (1.40.42); FILE MERGED 2006/01/24 16:38:14 pl 1.40.42.2: RESYNC: (1.40-1.41); FILE MERGED 2005/12/20 12:21:47 pl 1.40.42.1: #i59394# support special keysyms


2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [2de2645503f159ccbac29563fcff54767c8ca7ab]

INTEGRATION: CWS vcl50 (1.18.60); FILE MERGED 2005/12/16 15:07:59 pl 1.18.60.1: #i59364# auto guess high contrast theme


2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [406c3f02c8b781e789e75babbe08a0d32681b035]

INTEGRATION: CWS vcl50 (1.94.50); FILE MERGED 2005/12/21 11:38:37 pl 1.94.50.1: #i54787# toolbox button highlighting in case of focus in contained control


2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [0272df6c179366d350a28f8438c6c2e5071854ab]

INTEGRATION: CWS vcl50 (1.118.2); FILE MERGED 2005/12/20 10:28:08 hdu 1.118.2.1: #i59571# allow building with old freetype headers


2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [a15a24bf3dcb70f27c1b7489098b54554e7abadc]

INTEGRATION: CWS vcl50 (1.209.52); FILE MERGED 2005/12/16 13:48:42 hdu 1.209.52.1: #i57996# extend glyph fallback list


2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f4af5b5fc1ff0ff7d133e6e702f89dda53b8f98]

INTEGRATION: CWS vcl50 (1.13.14); FILE MERGED 2006/01/10 10:40:19 hdu 1.13.14.1: #129682# check accesses inside GSUB table


2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [edc74ec6950bac70c116c48f77e4d508a8242296]

INTEGRATION: CWS vcl50 (1.33.14); FILE MERGED 2006/01/11 11:54:40 hdu 1.33.14.5: #129743# fix typo 2006/01/10 10:59:13 hdu 1.33.14.4: #129743# check entry count in NAME table 2006/01/10 10:40:18 hdu 1.33.14.3: #129682# check accesses inside GSUB table 2006/01/10 09:29:45 hdu 1.33.14.2: #127161# check LOCA offsets before using them 2005/12/20 12:13:59 hdu 1.33.14.1: #129121# handle too short HMTX/VMTX tables gracefully, get rid of some compile warnings


2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [224d842a4c2d01a427364da382ae4e946fbcaf7a]

INTEGRATION: CWS vcl50 (1.3.24); FILE MERGED 2006/01/10 10:40:18 hdu 1.3.24.1: #129682# check accesses inside GSUB table


2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [87419323ae633fa62e265f76c3e6193335d99791]

INTEGRATION: CWS vcl50 (1.7.24); FILE MERGED 2006/01/10 10:40:17 hdu 1.7.24.1: #129682# check accesses inside GSUB table


2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [2099a55f072206f89d6854d918e575b579a4428f]

INTEGRATION: CWS vcl50 (1.15.12); FILE MERGED 2005/12/21 10:11:50 pl 1.15.12.1: #i47447# fontconfig works with utf8 strings


2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [12dd19012fac119e21d41f639de8d5f98d58088b]

INTEGRATION: CWS sb42 (1.31.28); FILE MERGED 2005/11/28 15:38:18 sb 1.31.28.1: #127202# getAbbreviated could read past the end of the given URL.


2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [47a37d4aba02337ef64111d5222a9fa25af34875]

INTEGRATION: CWS sb42 (1.54.28); FILE MERGED 2005/11/28 15:38:18 sb 1.54.28.1: #127202# getAbbreviated could read past the end of the given URL.


2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [495362ed529aef2b9b4741b389d7826611755483]

INTEGRATION: CWS impress82 (1.6.20); FILE MERGED 2006/01/13 16:51:42 sj 1.6.20.1: #121813# not reading uninitialized memory


2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea1d1263ce4832ea3b8e4ad939a3be2e8fe0985f]

INTEGRATION: CWS impress82 (1.27.114); FILE MERGED 2006/01/12 09:50:13 sj 1.27.114.1: #i57205# fixed ExtSetClipRnd action, taking care of correct fill color (use of bkcolor if no fillstyle has been set), fixed font scaling if the fontheicht is described as cell height


2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [474781dbc18f57ecb2c3ae13c46dba13a83d3009]

INTEGRATION: CWS impress82 (1.28.134); FILE MERGED 2006/01/12 09:50:12 sj 1.28.134.1: #i57205# fixed ExtSetClipRnd action, taking care of correct fill color (use of bkcolor if no fillstyle has been set), fixed font scaling if the fontheicht is described as cell height


2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [01c2d58e792209f96cbcf6033f7af0bbbe6da910]

INTEGRATION: CWS impress82 (1.46.86); FILE MERGED 2006/01/12 09:50:12 sj 1.46.86.1: #i57205# fixed ExtSetClipRnd action, taking care of correct fill color (use of bkcolor if no fillstyle has been set), fixed font scaling if the fontheicht is described as cell height


2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e78c4e66abaaa0eb6b86347a4a4bb677a2aefa2d]

INTEGRATION: CWS impress82 (1.27.86); FILE MERGED 2006/01/12 09:50:12 sj 1.27.86.1: #i57205# fixed ExtSetClipRnd action, taking care of correct fill color (use of bkcolor if no fillstyle has been set), fixed font scaling if the fontheicht is described as cell height


2006-01-23  Christian Lippka  <cl@openoffice.org>  [4752d418a7c45141247eaac7971bab195da9a306]

#124697# fixed wrong OSL_PRECOND macros for linux nonpro build


2006-01-20  Vladimir Glazounov  <vg@openoffice.org>  [5330339a9eca2036787ea9fc8dbb49865d4fbbef]

new version for SRC680


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [e9c3cc4f8e2ed0c543d4dde6b1a8f0e2f92e425f]

INTEGRATION: CWS bserver12 (1.13.8); FILE MERGED 2006/01/16 15:09:34 kz 1.13.8.1: #130261# bug when reading/writing with timeout


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [f404f9c7deb6cdc6d4c8cb231adef4f8a1efb932]

INTEGRATION: CWS vcl49 (1.124.20); FILE MERGED 2005/12/06 16:27:27 pl 1.124.20.1: #i56194# windows implementation for new keycodes


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [7ce959b3bfa60fbb789c5fc7422fefdffd12df38]

INTEGRATION: CWS vcl49 (1.95.22); FILE MERGED 2005/12/06 10:59:09 hdu 1.95.22.2: #127847# stlport does not like const/non-const mix for iterator pair 2005/12/05 15:08:10 hdu 1.95.22.1: #127847# check std::lowerbound result on kerning pairs


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [ed47794214f0b23ac3c71a76e5318018cbe28409]

INTEGRATION: CWS vcl49 (1.20.62); FILE MERGED 2005/12/09 11:24:31 hdu 1.20.62.2: #125813# add caveat for the GetProfileString() invocations 2005/12/09 11:20:37 hdu 1.20.62.1: #125813# be very careful with MBCS printer and driver names


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [5cb9657b58b68243b7997a7b7e6e7b965ed70247]

INTEGRATION: CWS vcl49 (1.26.40); FILE MERGED 2005/12/06 16:27:27 pl 1.26.40.1: #i56194# windows implementation for new keycodes


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [bd2f1591e25d8049a1ecd14b0b3e1948cd0b1733]

INTEGRATION: CWS vcl49 (1.21.30); FILE MERGED 2005/12/06 16:27:26 pl 1.21.30.1: #i56194# windows implementation for new keycodes


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [18ed1326cca6bc3509778c58505ba8d519df0737]

INTEGRATION: CWS vcl49 (1.69.30); FILE MERGED 2005/12/05 15:57:05 pl 1.69.30.1: #i56194# add: KEY_TILDE, KEY_QUOTELEFT


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [bbb0aaa9bfffeb4bece49a17dcab77d1757b52a6]

INTEGRATION: CWS vcl49 (1.10.40); FILE MERGED 2005/12/07 18:28:49 pl 1.10.40.1: #i59042# circumvent KApplication from interfering with OOo session management


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [4929e2e2be97ef56b84e3827c6b1ab3ecda4a30e]

INTEGRATION: CWS vcl49 (1.40.20); FILE MERGED 2005/12/05 15:57:04 pl 1.40.20.1: #i56194# add: KEY_TILDE, KEY_QUOTELEFT


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [458543547d6d15d6262b0f7530b5f0b8d4bb4a14]

INTEGRATION: CWS vcl49 (1.18.40); FILE MERGED 2005/12/12 12:48:03 pl 1.18.40.1: #i59129# set combo widget to non editable to prevent blink timer


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [796f86fc7873bb1f0e9fce61562c1dd862143460]

INTEGRATION: CWS vcl49 (1.18.30); FILE MERGED 2005/12/07 12:13:22 pl 1.18.30.1: #i44864# give statusbar entries a little bit more breathing space


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [4c951f67615c133ffa868b7b102e8cfe1d3d48f1]

INTEGRATION: CWS vcl49 (1.86.10); FILE MERGED 2005/12/15 14:11:30 pl 1.86.10.1: #i49748# use higher granularity for non-text operations


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [ad005d332a6ddca1226fb5ae4bec4def55898250]

INTEGRATION: CWS vcl49 (1.209.32); FILE MERGED 2005/12/06 15:10:54 hdu 1.209.32.1: #127688# handle null ImplFindByFonts result gracefully


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [60996b0b049dbc00fc08afb110cf14527fa7a43e]

INTEGRATION: CWS vcl49 (1.21.58); FILE MERGED 2005/12/08 14:22:21 pl 1.21.58.1: #i59045# fix a gcc4 x86_64 problem


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [32527f4bf25824fbc1a9e06c2429fd32eba69952]

INTEGRATION: CWS vcl49 (1.74.8); FILE MERGED 2005/12/06 17:14:16 pl 1.74.8.1: #123983# initialize text property in case conversion fails


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [cd1beac553bcfb84c28a2deaddbce2301a4f9c5d]

INTEGRATION: CWS vcl49 (1.9.14); FILE MERGED 2005/12/05 17:44:44 pl 1.9.14.1: #i56194# add: CONTEXTMENU, MENU, HANGUL_HANJA, DECIMAL, TILDE, QUOTELEFT


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [fddcf5431d8205ad75ea938dfab677f980d1f27f]

INTEGRATION: CWS vcl49 (1.5.14); FILE MERGED 2005/12/05 17:44:43 pl 1.5.14.1: #i56194# add: CONTEXTMENU, MENU, HANGUL_HANJA, DECIMAL, TILDE, QUOTELEFT


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [5655b5f0b1c0cc3ab351811221085372859fdd28]

INTEGRATION: CWS tbe25 (1.31.8); FILE MERGED 2005/10/25 10:36:59 tbe 1.31.8.1: #i56598# ucb::Content class doesn't handle empty input stream correctly


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [3948ba6644c07d09c3090e9b54d105e85d2bc92b]

INTEGRATION: CWS optstor2 (1.6.26); FILE MERGED 2005/12/12 11:42:11 mav 1.6.26.1: #i59227# it must be possible to seek to the end of the stream


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [b57b9f4334e3eed07cc7c08df749363076c807ff]

INTEGRATION: CWS optstor2 (1.12.28.2.2); FILE MERGED 2005/11/11 12:04:38 mav 1.12.28.2.2.2: RESYNC: (1.12.28.2-1.14); FILE MERGED 2005/10/19 09:08:51 mav 1.12.28.2.2.1: #i55785# add loging


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [5afd4ffc4ef7a329ac712c2da900b8f814890149]

INTEGRATION: CWS optstor2 (1.3.12); FILE MERGED 2005/11/11 08:56:35 mav 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/13 15:22:00 mav 1.3.12.1: #i55785# allow to avoid internal temporary copy


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [19eb6217cee41151defffa26566e0563dca90419]

INTEGRATION: CWS optstor2 (1.3.12); FILE MERGED 2005/11/11 08:56:27 mav 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/13 15:21:59 mav 1.3.12.1: #i55785# allow to avoid internal temporary copy


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [328b85f32fe6379a2fb3a39cbb107a66fdd11d2a]

INTEGRATION: CWS optstor2 (1.11.30); FILE MERGED 2005/11/10 16:09:44 mav 1.11.30.2: RESYNC: (1.11-1.13); FILE MERGED 2005/10/19 10:37:24 mav 1.11.30.1: #i55785# add logging


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [f8e0b374e9f4e42dd75d3914a96fd587fa87c166]

INTEGRATION: CWS impress79 (1.38.64); FILE MERGED 2006/01/02 11:19:28 cl 1.38.64.3: RESYNC: (1.38-1.39); FILE MERGED 2005/12/29 09:58:27 cl 1.38.64.2: #124697# new helper for weak references to non recounted objects 2005/12/19 12:18:53 cl 1.38.64.1: #124697# new helper for weak references to non recounted objects


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [46ec37f9814046129f16a34663ad061c05cf53da]

INTEGRATION: CWS impress79 (1.1.2); FILE ADDED 2006/01/17 14:28:17 cl 1.1.2.4: fixed not yet used operator== 2006/01/06 10:08:08 cl 1.1.2.3: #124697# fixed getWeakConnection() 2005/12/29 09:58:14 cl 1.1.2.2: #124697# new helper for weak references to non recounted objects 2005/12/19 12:18:21 cl 1.1.2.1: #124697# new helper for weak references to non recounted objects


2006-01-20  Oliver Bolte  <obo@openoffice.org>  [460d889eef058df283ead971f78b21697cb40f38]

INTEGRATION: CWS impress79 (1.1.2); FILE ADDED 2005/12/29 09:57:41 cl 1.1.2.1: #124697# new helper for weak references to non recounted objects


2006-01-19  Oliver Bolte  <obo@openoffice.org>  [ac9881243c8e568ad0fb1e392bc6b411e8609452]

INTEGRATION: CWS gcc41 (1.3.46); FILE MERGED 2005/12/07 13:12:32 pmladek 1.3.46.1: #i58967# Removed extra qualification to fix build with gcc-4.1


2006-01-19  Oliver Bolte  <obo@openoffice.org>  [f767c2c3005cc0ff7e9d8433dc96a50cfb07d970]

INTEGRATION: CWS gcc41 (1.13.30); FILE MERGED 2006/01/05 13:02:58 pmladek 1.13.30.1: #i58972# Some more fixes for gcc-4.1 by Stephan Bergmann <Stephan.Bergmann@sun.com>


2006-01-19  Oliver Bolte  <obo@openoffice.org>  [d4784dd4603a9088ace96d2d2f137457a8928174]

INTEGRATION: CWS gcc41 (1.10.116); FILE MERGED 2005/12/07 14:17:19 pmladek 1.10.116.1: #i58967# Removed extra qualification to fix build with gcc-4.1


2006-01-19  Oliver Bolte  <obo@openoffice.org>  [c182b85eacecce62e5ee293a6ead71029ac4d1c3]

INTEGRATION: CWS gcc41 (1.6.116); FILE MERGED 2005/12/07 14:17:19 pmladek 1.6.116.1: #i58967# Removed extra qualification to fix build with gcc-4.1


2006-01-19  Oliver Bolte  <obo@openoffice.org>  [c9cf9a4b7db99fed46a08f26d25a58ec4e1bac9b]

INTEGRATION: CWS gcc41 (1.13.116); FILE MERGED 2005/12/07 14:17:18 pmladek 1.13.116.1: #i58967# Removed extra qualification to fix build with gcc-4.1


2006-01-19  Oliver Bolte  <obo@openoffice.org>  [4aeb0bd4aa2a64b7698f2325d9ea9fc004099f48]

INTEGRATION: CWS gcc41 (1.4.116); FILE MERGED 2005/12/07 14:17:16 pmladek 1.4.116.1: #i58967# Removed extra qualification to fix build with gcc-4.1


2006-01-19  Oliver Bolte  <obo@openoffice.org>  [9b9a1b5f655cfa3335c24da088c455197b0ea59d]

INTEGRATION: CWS gcc41 (1.20.26); FILE MERGED 2005/12/07 15:20:06 pmladek 1.20.26.1: #i58967# Removed extra qualification to fix build with gcc-4.1


2006-01-19  Oliver Bolte  <obo@openoffice.org>  [23e8800aae09a92b5bc1820c532177104ed8ef9f]

INTEGRATION: CWS gcc41 (1.16.120); FILE MERGED 2005/12/07 15:20:05 pmladek 1.16.120.1: #i58967# Removed extra qualification to fix build with gcc-4.1


2006-01-19  Oliver Bolte  <obo@openoffice.org>  [cf53a435aa466580dd2a7d3057f7d2a5edd46ed9]

INTEGRATION: CWS gcc41 (1.5.34); FILE MERGED 2005/12/07 13:22:06 pmladek 1.5.34.1: #i58967# Removed extra qualification to fix build with gcc-4.1


2006-01-19  Oliver Bolte  <obo@openoffice.org>  [673a8ece402948220e38106a4c831182d2c56cca]

INTEGRATION: CWS gcc41 (1.12.34); FILE MERGED 2005/12/07 16:53:54 pmladek 1.12.34.1: #i58972# Added missing declarations; It was necessary because friend function declaration did not longer invoked implicit declaration of the function in gcc-4.1


2006-01-19  Oliver Bolte  <obo@openoffice.org>  [3b9ccb1145dfae63f5236cead91fd579d342c90c]

INTEGRATION: CWS gcc41 (1.7.30); FILE MERGED 2005/12/07 15:04:06 pmladek 1.7.30.1: #i58967# Removed extra qualification to fix build with gcc-4.1


2006-01-19  Oliver Bolte  <obo@openoffice.org>  [22a32f6b55ef1369a4ae7a04e3aa98ee6b8476d5]

INTEGRATION: CWS gcc41 (1.3.30); FILE MERGED 2005/12/07 15:04:05 pmladek 1.3.30.1: #i58967# Removed extra qualification to fix build with gcc-4.1


2006-01-19  Oliver Bolte  <obo@openoffice.org>  [8c68ad95f4e158c947a3d62e2137bc661024be3e]

INTEGRATION: CWS gcc41 (1.15.22); FILE MERGED 2005/12/07 15:04:05 pmladek 1.15.22.1: #i58967# Removed extra qualification to fix build with gcc-4.1


2006-01-19  Oliver Bolte  <obo@openoffice.org>  [e60e698123c1843fc37de902c5748086ae3e49ae]

INTEGRATION: CWS gcc41 (1.26.16); FILE MERGED 2006/01/06 13:19:25 pmladek 1.26.16.2: RESYNC: (1.26-1.27); FILE MERGED 2005/12/07 13:28:19 pmladek 1.26.16.1: #i58967# Removed extra qualification to fix build with gcc-4.1


2006-01-19  Oliver Bolte  <obo@openoffice.org>  [47037487d32f33a1828e99c8455d42037339059b]

INTEGRATION: CWS dba202e (1.6.38); FILE MERGED 2006/01/04 10:41:36 fs 1.6.38.1: #i59877# more explanatory error messages when a property value cannot be converted


2006-01-19  Oliver Bolte  <obo@openoffice.org>  [27770f909f81f93bb92733a1b2765e32292ee428]

INTEGRATION: CWS dba202e (1.48.26); FILE MERGED 2005/12/08 14:35:22 fs 1.48.26.1: #114193# +DisableNotification


2006-01-19  Oliver Bolte  <obo@openoffice.org>  [de870775293ace7ab4f31244840c8e6d24897952]

INTEGRATION: CWS dba202e (1.23.26); FILE MERGED 2005/12/08 14:35:21 fs 1.23.26.1: #114193# +DisableNotification


2006-01-19  Oliver Bolte  <obo@openoffice.org>  [10dc258c3e9ad3fa993e769c0e6af8d628a8f888]

INTEGRATION: CWS dba202e (1.39.46); FILE MERGED 2006/01/04 15:44:08 fs 1.39.46.2: #i100000# 2006/01/04 10:44:21 fs 1.39.46.1: #i59877# read: catch exceptions thrown during setPropertyValues / write: better explanatory assertion when a property type is unknown


2006-01-19  Oliver Bolte  <obo@openoffice.org>  [7e3ce9659ecb0e4b0bf89a72e89e7bb0414a26bb]

INTEGRATION: CWS dba202e (1.70.68); FILE MERGED 2005/12/15 08:52:54 fs 1.70.68.1: #124875# some thread safety for the clipboard notification to the TransferableDataHelper


2006-01-16  Oliver Bolte  <obo@openoffice.org>  [72d5bdb3af5c02d766e3ef0505ef35d5366e1b83]

INTEGRATION: CWS allocacleanup (1.74.2); FILE MERGED 2005/11/06 09:05:32 maho 1.74.2.1: Use #include <sal/alloca.h> instead of #include alloca.h Issue number:  #i53286#


2006-01-16  Oliver Bolte  <obo@openoffice.org>  [6e8cb9e1cf62e9e83dae7ceee80b0ff31d2c1cb1]

INTEGRATION: CWS allocacleanup (1.1.1.1.94); FILE MERGED 2006/01/08 00:36:21 maho 1.1.1.1.94.1: alloca.h -> sal/alloca.h

Issue number:  #i53286#

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [e3bc34679741919dd8cd99d78eca9e7302299147]

INTEGRATION: CWS allocacleanup (1.10.10); FILE MERGED 2005/11/06 09:37:06 maho 1.10.10.1: use sal/alloca.h instead of alloca.h Issue number:  #i53286#


2006-01-16  Oliver Bolte  <obo@openoffice.org>  [ef5b420e5d0a2e5639482e9d58c03430b62eadf7]

INTEGRATION: CWS allocacleanup (1.13.10); FILE MERGED 2005/11/06 09:29:08 maho 1.13.10.1: Use sal/alloca.h instead of alloca.h Issue number:  #i53286#


2006-01-16  Oliver Bolte  <obo@openoffice.org>  [32571325341c298bfb0e49d4d220bcb597407bc1]

INTEGRATION: CWS allocacleanup (1.198.52); FILE MERGED 2006/01/08 00:34:41 maho 1.198.52.1: alloca.h -> sal/alloca.h


2006-01-16  Oliver Bolte  <obo@openoffice.org>  [c2f3fa816126adc7a2815c14639fd24a8bb1c537]

INTEGRATION: CWS allocacleanup (1.17.96); FILE MERGED 2006/01/08 00:34:40 maho 1.17.96.1: alloca.h -> sal/alloca.h


2006-01-16  Oliver Bolte  <obo@openoffice.org>  [853d5c84cfb5f421c12ddb27b94920faff72b9f4]

INTEGRATION: CWS allocacleanup (1.129.6); FILE MERGED 2006/01/08 00:34:40 maho 1.129.6.1: alloca.h -> sal/alloca.h


2006-01-16  Oliver Bolte  <obo@openoffice.org>  [1495fce920ca33d52c34df9d15da7a95ce322034]

INTEGRATION: CWS allocacleanup (1.58.6); FILE MERGED 2006/01/08 00:34:38 maho 1.58.6.1: alloca.h -> sal/alloca.h


2006-01-16  Oliver Bolte  <obo@openoffice.org>  [49e0a17be0b4311387189001a64c6da3f3e11637]

INTEGRATION: CWS allocacleanup (1.69.64); FILE MERGED 2006/01/08 00:34:38 maho 1.69.64.1: alloca.h -> sal/alloca.h


2006-01-16  Oliver Bolte  <obo@openoffice.org>  [737c4a612119856f5423bb0bde27fc458dc55d0f]

INTEGRATION: CWS allocacleanup (1.10.96); FILE MERGED 2006/01/08 06:01:51 maho 1.10.96.2: fix typo 2006/01/08 00:34:37 maho 1.10.96.1: alloca.h -> sal/alloca.h


2006-01-16  Oliver Bolte  <obo@openoffice.org>  [432606ac9efe016a64a1cf1194182a7031ab63b5]

INTEGRATION: CWS allocacleanup (1.29.4); FILE MERGED 2006/01/08 00:34:37 maho 1.29.4.1: alloca.h -> sal/alloca.h


2006-01-16  Oliver Bolte  <obo@openoffice.org>  [f54b7c4ba86359522ae342b4c229f407b5452ae7]

INTEGRATION: CWS allocacleanup (1.33.96); FILE MERGED 2006/01/08 00:34:37 maho 1.33.96.1: alloca.h -> sal/alloca.h


2006-01-16  Oliver Bolte  <obo@openoffice.org>  [fb78f6e722d02d3bdda99b2c1c9280b98659a6ab]

INTEGRATION: CWS allocacleanup (1.34.6); FILE MERGED 2006/01/08 00:34:37 maho 1.34.6.1: alloca.h -> sal/alloca.h


2006-01-16  Oliver Bolte  <obo@openoffice.org>  [7e0d5f0b42e26ec7d51858289de26df84d037db5]

INTEGRATION: CWS allocacleanup (1.26.6); FILE MERGED 2006/01/08 00:34:36 maho 1.26.6.1: alloca.h -> sal/alloca.h


2006-01-16  Oliver Bolte  <obo@openoffice.org>  [11d0aa2991ca39bd04d0917799b07bb99419652f]

INTEGRATION: CWS allocacleanup (1.37.96); FILE MERGED 2006/01/08 00:34:35 maho 1.37.96.1: alloca.h -> sal/alloca.h


2006-01-16  Oliver Bolte  <obo@openoffice.org>  [d7d764e8edcc6b59b32ae07931ec775c14cac2e3]

INTEGRATION: CWS allocacleanup (1.73.56); FILE MERGED 2006/01/08 00:34:34 maho 1.73.56.1: alloca.h -> sal/alloca.h


2006-01-16  Oliver Bolte  <obo@openoffice.org>  [62a5ef421f6cf8bf2945f1a6b8b7f7b00f3e28f5]

INTEGRATION: CWS allocacleanup (1.209.4); FILE MERGED 2006/01/08 00:34:33 maho 1.209.4.1: alloca.h -> sal/alloca.h


2006-01-16  Oliver Bolte  <obo@openoffice.org>  [d819b98b1bd6127145b78ca610b455ed99d89dcd]

INTEGRATION: CWS allocacleanup (1.25.14); FILE MERGED 2005/11/06 09:23:43 maho 1.25.14.1: use sal/alloca.h instead of alloca.h Issue number:  #i53286#


2006-01-16  Oliver Bolte  <obo@openoffice.org>  [9e6bbb1565ecbb4f5a7d805c1878e13873fdba12]

INTEGRATION: CWS allocacleanup (1.32.14); FILE MERGED 2005/11/06 09:23:43 maho 1.32.14.1: use sal/alloca.h instead of alloca.h Issue number:  #i53286#


2006-01-16  Oliver Bolte  <obo@openoffice.org>  [3648a6752b3dd3d2e2364bb8b71afc761d140116]

INTEGRATION: CWS allocacleanup (1.19.14); FILE MERGED 2005/11/06 09:23:43 maho 1.19.14.1: use sal/alloca.h instead of alloca.h Issue number:  #i53286#


2006-01-16  Oliver Bolte  <obo@openoffice.org>  [3178815df022d10c57c06ecee413bcbdef794cd9]

INTEGRATION: CWS allocacleanup (1.6.14); FILE MERGED 2005/11/06 09:23:42 maho 1.6.14.1: use sal/alloca.h instead of alloca.h Issue number:  #i53286#


2006-01-16  Oliver Bolte  <obo@openoffice.org>  [40da387084df3536871311abc0e43d8e2b2670d9]

INTEGRATION: CWS allocacleanup (1.11.14); FILE MERGED 2005/11/06 09:23:42 maho 1.11.14.1: use sal/alloca.h instead of alloca.h Issue number:  #i53286#


2006-01-16  Oliver Bolte  <obo@openoffice.org>  [3144b5501908a00725c90181630e4105abeeae4b]

INTEGRATION: CWS allocacleanup (1.61.10); FILE MERGED 2006/01/06 21:44:40 maho 1.61.10.2: RESYNC: (1.61-1.63); FILE MERGED 2005/11/06 09:23:41 maho 1.61.10.1: use sal/alloca.h instead of alloca.h Issue number:  #i53286#


2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [47d9df4f9a19bade2780b6ad61ec26bc2cc25bf5]

INTEGRATION: CWS dr43 (1.65.78); FILE MERGED 2006/01/04 16:33:45 dr 1.65.78.2: RESYNC: (1.65-1.66); FILE MERGED 2005/12/19 10:12:41 nn 1.65.78.1: #121103# when copying between documents, get color pointers from own scanner


2006-01-11  Vladimir Glazounov  <vg@openoffice.org>  [955da881679297b75ede2a72952337617e0e4e89]

new version for SRC680


2006-01-10  Vladimir Glazounov  <vg@openoffice.org>  [7a10502e896d69e18417990188f14ded8232418e]

new version for SRC680


2006-01-10  Vladimir Glazounov  <vg@openoffice.org>  [96b51499809c06502a9b0dbc7a75bf3d8e211999]

new version for SRC680


2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [806bc9c66b30b043c093339686ef8847e7e9b421]

INTEGRATION: CWS stlpdbg (1.16.8); FILE MERGED 2005/10/20 10:01:41 obo 1.16.8.1: #i53107# STLport debug mode, saxparser gpf


2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [6aa24abf2e1bc45ce1bbc5954a04810dd21ff25c]

INTEGRATION: CWS sb41 (1.8.32); FILE MERGED 2005/11/25 09:10:15 sb 1.8.32.1: #i57855# Replaced getCppuType (which is still there for backwards compatibility) with new cppu::UnoType and helper cppu::getTypeFavourUnsigned, as GCC 4.1 started to complain about non-conforming uses of getCppuType in template code.


2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [43686e7f2569fdffabbbc352955e9c1f54c5cf9c]

INTEGRATION: CWS sb41 (1.7.32); FILE MERGED 2005/11/28 13:00:58 sb 1.7.32.1: #i57855# Replaced getCppuType (which is still there for backwards compatibility) with new cppu::UnoType and helper cppu::getTypeFavourUnsigned, as GCC 4.1 started to complain about non-conforming uses of getCppuType in template code.


2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [1018d249a69c5ddb64da9626a3538dabb1a633e1]

INTEGRATION: CWS sb41 (1.3.32); FILE MERGED 2005/12/13 09:37:10 sb 1.3.32.1: #i57855# Fixed use of getCppuType (which does not work on Compilers that correctly implement two-phase lookup).


2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [f9a47419a5165a4375d0eb44372d0bf054ea0ad4]

INTEGRATION: CWS sb41 (1.8.32); FILE MERGED 2005/12/13 09:36:04 sb 1.8.32.1: #i57855# Bad forward declaration of class within namespace.


2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [c128a34a7d49a2de83761a66ef8f9cd8b2275bb3]

INTEGRATION: CWS impresspresobjs (1.6.118); FILE MERGED 2005/12/12 12:51:51 cl 1.6.118.2: #i58649# added missing export decls 2005/12/09 14:45:25 cl 1.6.118.1: #i58649# export some implementation details to fix undo handling in impress outline view


2006-01-09  Rüdiger Timm  <rt@openoffice.org>  [8a05432e82c3db6c50a4f01ad897af064f998ac4]

INTEGRATION: CWS epspreview (1.9.38); FILE MERGED 2005/11/22 12:31:51 cmc 1.9.38.1: #i9290# when faced with an eps without a preview attempt to use some external applications to create one


2006-01-06  Vladimir Glazounov  <vg@openoffice.org>  [da356d74246aa18162ddf9f4190f91f5fb04cc84]

new version for SRC680


2006-01-06  Vladimir Glazounov  <vg@openoffice.org>  [eefae3906b1006e4a6f44897cd1979986b829583]

new version for SRC680


2006-01-06  Kurt Zenker  <kz@openoffice.org>  [a952a6df52336dee4837491b0a761cf08b4d5885]

INTEGRATION: CWS os67 (1.9.20); FILE MERGED 2005/09/27 06:38:43 os 1.9.20.1: #ii51947# work flow in address page changed


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [ba166730c41094460986fd8dfdd857a4280445b3]

INTEGRATION: CWS iconswitching1 (1.41.24); FILE MERGED 2005/12/16 14:32:22 ka 1.41.24.1: #i36518#: added OPENSOURCECONTEXT property


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [730b11b52606908f4f8a15d14478c2c5b3461440]

INTEGRATION: CWS iconswitching1 (1.19.24); FILE MERGED 2005/12/16 14:31:23 ka 1.19.24.1: #i36518#: added OPENSOURCECONTEXT property


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [7fbb69961ee6bc4a29cfdb524abaeb67080f6ffe]

INTEGRATION: CWS iconswitching1 (1.54.2); FILE MERGED 2005/11/01 23:23:01 kendy 1.54.2.2: RESYNC: (1.54-1.55); FILE MERGED 2005/07/20 13:48:31 kendy 1.54.2.1: #i36518# Cleanup after cutnpaste in CWS oooicons


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [225e79e95dcd649b306e8f6c0dcc4b930178b6d9]

INTEGRATION: CWS iconswitching1 (1.7.4); FILE MERGED 2005/11/01 23:20:02 kendy 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2005/07/20 13:48:30 kendy 1.7.4.1: #i36518# Cleanup after cutnpaste in CWS oooicons


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [350301a0083854e5a762a21368b5d4e33a7e3195]

INTEGRATION: CWS iconswitching1 (1.66.106); FILE MERGED 2005/11/30 14:41:04 kendy 1.66.106.3: RESYNC: (1.67-1.68); FILE MERGED 2005/11/01 22:25:26 kendy 1.66.106.2: RESYNC: (1.66-1.67); FILE MERGED 2005/07/20 13:48:30 kendy 1.66.106.1: #i36518# Cleanup after cutnpaste in CWS oooicons


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [2d4f573d83e799e5f61eb61dde8f05ab42b91aeb]

INTEGRATION: CWS iconswitching1 (1.11.126); FILE MERGED 2005/12/06 17:42:20 kendy 1.11.126.9: Minor indentation fix. 2005/12/02 10:05:01 kendy 1.11.126.8: #i36518# Few after-resync fixes. 2005/11/30 14:38:09 kendy 1.11.126.7: RESYNC: (1.12-1.14); FILE MERGED 2005/11/04 14:56:07 kendy 1.11.126.6: #i36518# Save the names of the themes in the configuration file (instead of numbers). 2005/11/01 22:18:59 kendy 1.11.126.5: RESYNC: (1.11-1.12); FILE MERGED 2005/07/21 18:17:22 kendy 1.11.126.4: #i36518# Disabled the Crystal icon theme for now, it's not in the OOo CVS. 2005/07/20 14:23:18 kendy 1.11.126.3: #i36518# Saving of the state when switching icons 2005/07/20 14:04:06 kendy 1.11.126.2: #i36518# Implement the icon switching 2005/07/20 13:48:29 kendy 1.11.126.1: #i36518# Cleanup after cutnpaste in CWS oooicons


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [dbf2227bc72a2291088ce69069038bc83187efa5]

INTEGRATION: CWS iconswitching1 (1.2.890); FILE MERGED 2005/11/01 21:37:38 kendy 1.2.890.4: RESYNC: (1.2-1.3); FILE MERGED 2005/07/21 18:17:21 kendy 1.2.890.3: #i36518# Disabled the Crystal icon theme for now, it's not in the OOo CVS. 2005/07/20 14:04:06 kendy 1.2.890.2: #i36518# Implement the icon switching 2005/07/20 13:48:29 kendy 1.2.890.1: #i36518# Cleanup after cutnpaste in CWS oooicons


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [9d5a9accee7ec1bb7ff7a2c1441bbdfb0ca6fce9]

INTEGRATION: CWS iconswitching1 (1.7.148); FILE MERGED 2005/11/01 17:22:54 kendy 1.7.148.2: RESYNC: (1.7-1.8); FILE MERGED 2005/07/20 14:04:09 kendy 1.7.148.1: #i36518# Implement the icon switching


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [b0a0edc8792925007046f1b8a28c034b6ddcaa09]

INTEGRATION: CWS iconswitching1 (1.20.148); FILE MERGED 2005/11/01 17:21:44 kendy 1.20.148.2: RESYNC: (1.20-1.21); FILE MERGED 2005/07/20 14:04:08 kendy 1.20.148.1: #i36518# Implement the icon switching


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [1e50dc2ae3ed0c523ca86ea3c00d64e568193915]

INTEGRATION: CWS iconswitching1 (1.15.14); FILE MERGED 2005/11/01 17:18:39 kendy 1.15.14.2: RESYNC: (1.15-1.16); FILE MERGED 2005/07/20 14:04:08 kendy 1.15.14.1: #i36518# Implement the icon switching


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [9e1a0c411db36401535287948150d50585323df7]

INTEGRATION: CWS iconswitching1 (1.53.182); FILE MERGED 2005/11/04 14:56:07 kendy 1.53.182.4: #i36518# Save the names of the themes in the configuration file (instead of numbers). 2005/11/01 17:12:19 kendy 1.53.182.3: RESYNC: (1.53-1.54); FILE MERGED 2005/07/21 18:17:24 kendy 1.53.182.2: #i36518# Disabled the Crystal icon theme for now, it's not in the OOo CVS. 2005/07/20 14:04:08 kendy 1.53.182.1: #i36518# Implement the icon switching


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [a814c1ec94f7bb85de171c4a5dd37d10bb202585]

INTEGRATION: CWS locales202 (1.1.2); FILE ADDED 2005/11/16 18:30:53 er 1.1.2.1: #i57311# Venda (ve_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo>


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [0c64b8828c4b660c4048aad7b6b5b9e1de0cec7c]

INTEGRATION: CWS locales202 (1.1.2); FILE ADDED 2005/11/16 19:30:55 er 1.1.2.1: #i53257# add Tsonga (ts_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo>


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [4ffa3e4cd9d81b6b63292fb9c9105e5e8e754b0e]

INTEGRATION: CWS locales202 (1.5.12); FILE MERGED 2005/12/13 14:58:40 er 1.5.12.1: #i58371# quotation marks and era names


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [cf88e1b90d4b30e511a642378afe51af546f9f84]

INTEGRATION: CWS locales202 (1.5.12); FILE MERGED 2005/12/13 14:58:39 er 1.5.12.1: #i58371# quotation marks and era names


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [0955539039d0595739ef0f107cfd18c3117d04a2]

INTEGRATION: CWS locales202 (1.1.2); FILE ADDED 2005/11/16 18:59:28 er 1.1.2.1: #i57290# Ndebele, South (nr_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo>


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [8a43d038ddcd69ab177f5f46c69efc361f156cdc]

INTEGRATION: CWS locales202 (1.2.38); FILE MERGED 2005/12/14 12:54:54 er 1.2.38.2: #i58810# Sunday names vowels 2005/11/28 18:26:32 er 1.2.38.1: #i58000# change NumberingType to Nepali alphabet letters


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [679fbd7d13c880904a91e2e0d4b58864721ee754]

INTEGRATION: CWS locales202 (1.31.2); FILE MERGED 2005/11/21 20:47:30 er 1.31.2.5: #i54853# add English_India (en_IN) 2005/11/16 20:02:59 er 1.31.2.4: #i54501# add Breton (br_FR) locale data; contributed by Philippe Basciano-LeGall <drouizig@ooo> 2005/11/16 19:30:51 er 1.31.2.3: #i53257# add Tsonga (ts_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2005/11/16 18:59:27 er 1.31.2.2: #i57290# Ndebele, South (nr_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2005/11/16 18:30:52 er 1.31.2.1: #i57311# Venda (ve_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo>


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [841aa888e1b3d6d41211fa94730e449470198845]

INTEGRATION: CWS locales202 (1.8.6); FILE MERGED 2005/11/21 20:47:30 er 1.8.6.4: #i54853# add English_India (en_IN) 2005/11/16 19:30:50 er 1.8.6.3: #i53257# add Tsonga (ts_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2005/11/16 18:59:27 er 1.8.6.2: #i57290# Ndebele, South (nr_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2005/11/16 18:30:52 er 1.8.6.1: #i57311# Venda (ve_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo>


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [5015553e495c110546aa07e4a58451e76f29ba4d]

INTEGRATION: CWS locales202 (1.13.2); FILE MERGED 2005/11/16 20:02:59 er 1.13.2.1: #i54501# add Breton (br_FR) locale data; contributed by Philippe Basciano-LeGall <drouizig@ooo>


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [be1fdfd81e8590226b6f0e98bc56e422baeb28b0]

INTEGRATION: CWS locales202 (1.4.12); FILE MERGED 2005/11/28 19:26:42 er 1.4.12.1: #i58004# numbering and outline styles


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [94071b8a56e6dbe7510f59cf1ba92f19e4c2abf9]

INTEGRATION: CWS locales202 (1.9.38); FILE MERGED 2005/11/16 18:49:58 er 1.9.38.1: CurrencyID is ZAR


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [4d12a636fb9741556727d51cddefdca926ff2f65]

INTEGRATION: CWS locales202 (1.15.38); FILE MERGED 2005/11/16 16:33:57 er 1.15.38.1: CurrencyID is USD, unused and not significant, but as this file is often used as a template..


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [08244235152141c064d816dcb03a8d78548a1879]

INTEGRATION: CWS locales202 (1.1.2); FILE ADDED 2005/11/21 20:47:29 er 1.1.2.1: #i54853# add English_India (en_IN)


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [a8cf66766e8a5abf3b71ee508ee0e82f5705385b]

INTEGRATION: CWS locales202 (1.1.2); FILE ADDED 2005/11/16 20:02:59 er 1.1.2.1: #i54501# add Breton (br_FR) locale data; contributed by Philippe Basciano-LeGall <drouizig@ooo>


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [8025f73692c4aec2c8e7beceaf6d99298d9f3141]

INTEGRATION: CWS locales202 (1.36.2); FILE MERGED 2005/11/21 20:47:29 er 1.36.2.5: #i54853# add English_India (en_IN) 2005/11/16 20:02:59 er 1.36.2.4: #i54501# add Breton (br_FR) locale data; contributed by Philippe Basciano-LeGall <drouizig@ooo> 2005/11/16 19:30:48 er 1.36.2.3: #i53257# add Tsonga (ts_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2005/11/16 18:59:26 er 1.36.2.2: #i57290# Ndebele, South (nr_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2005/11/16 18:30:52 er 1.36.2.1: #i57311# Venda (ve_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo>


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [c151dbb794ff01026d5f631836a38ac29bbbe596]

INTEGRATION: CWS locales202 (1.41.42); FILE MERGED 2005/11/23 19:31:40 er 1.41.42.1: #i55414# FinalScan: match literal space with non-breaking space group separator and don't unescape


2006-01-05  Kurt Zenker  <kz@openoffice.org>  [de729ca8549bd6bbc23c97b0afeaf3ec3709f5db]

INTEGRATION: CWS os72 (1.46.124); FILE MERGED 2005/12/12 15:18:37 os 1.46.124.1: #120417# SvImpLBox::MouseButtonDown() additional check to validate current entry


2006-01-03  Kurt Zenker  <kz@openoffice.org>  [09a4c63f10c378679a12e849840ccc60797f9cd9]

INTEGRATION: CWS dba202c (1.8.100); FILE MERGED 2005/12/09 11:35:10 fs 1.8.100.1: #128652# Next: recognize invalid entry/parent (which can normally not happen, but the stack reports suggest it does happen)


2006-01-03  Kurt Zenker  <kz@openoffice.org>  [2a2801686849297d9a4b59fc22e16380fe6f317e]

INTEGRATION: CWS dba202c (1.18.100); FILE MERGED 2005/12/01 14:20:23 oj 1.18.100.1: #i52615# set correct colors on outdev


2006-01-03  Kurt Zenker  <kz@openoffice.org>  [cce2b1f737dfba907e2e6fd573145cd439752696]

INTEGRATION: CWS dba202c (1.24.102); FILE MERGED 2005/12/06 10:13:12 oj 1.24.102.2: #i52615# set correct colors on outdev 2005/12/01 14:20:22 oj 1.24.102.1: #i52615# set correct colors on outdev


2006-01-03  Kurt Zenker  <kz@openoffice.org>  [8ab620d3beaa30c3ef9a96a6f75e8c804b87d2b7]

INTEGRATION: CWS dba202c (1.35.100); FILE MERGED 2005/12/09 14:43:45 fs 1.35.100.1: #126696# GoToColumnId: some more safety against invalid column ids


2006-01-03  Kurt Zenker  <kz@openoffice.org>  [a37351e37e2a03c3343c3c59e2502ae37f1b058c]

INTEGRATION: CWS ivo13 (1.34.38); FILE MERGED 2005/12/10 18:39:12 ihi 1.34.38.2: RESYNC: (1.34-1.36); FILE MERGED 2005/12/08 19:23:03 ihi 1.34.38.1: #i58955# exit ( 13 ) on error


2006-01-03  Kurt Zenker  <kz@openoffice.org>  [7f850eb4e5724582053121feb1f19b8677ed45ae]

INTEGRATION: CWS ivo13 (1.12.26); FILE MERGED 2005/12/14 16:38:11 ihi 1.12.26.1: #i54457# Don't merge binfilter


2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [df9cc69dcd60cddb1253b1a2471cfbadde67d6f9]

INTEGRATION: CWS pj43 (1.4.6); FILE MERGED 2005/12/03 09:23:10 pjanik 1.4.6.1: #i57688#: unsigned int -> size_t (patch from Kendy).


2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [097fdf0994289661dfc83d5436a9725ede66f273]

INTEGRATION: CWS pj43 (1.3.8); FILE MERGED 2005/12/03 09:22:29 pjanik 1.3.8.1: #i57688#: unsigned int -> size_t (patch from Kendy).


2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [97faf813fda19de3b0df200a51a330eb7882389a]

INTEGRATION: CWS gslperform01 (1.19.8); FILE MERGED 2005/11/21 13:56:51 pl 1.19.8.2: #i56542# fix a typo 2005/11/21 13:55:12 pl 1.19.8.1: #i56542# do not stat each PPD file on startup


2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [222f55eeb5452f6a4f1762aba4616cf13865672b]

INTEGRATION: CWS gslperform01 (1.1.1.1.262); FILE MERGED 2005/10/19 15:59:45 pl 1.1.1.1.262.1: #i56207# make afm parser faster


2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8450e27d883b42cbc89133778e5d92a903988af2]

INTEGRATION: CWS gslperform01 (1.5.94); FILE MERGED 2005/11/28 11:28:20 pl 1.5.94.3: compilation on solaris 2005/10/20 16:05:56 pl 1.5.94.2: #i56207# add: improved tokenizer, hash table lookup instead of binary search 2005/10/19 15:59:44 pl 1.5.94.1: #i56207# make afm parser faster


2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [42c3a939942d86fb1c73294fa729b94d569bc9e7]

INTEGRATION: CWS gslperform01 (1.61.4); FILE MERGED 2005/11/28 10:04:07 pl 1.61.4.3: RESYNC: (1.61-1.62); FILE MERGED 2005/10/20 17:41:36 pl 1.61.4.2: #i56207# read global font info of afm files only, read metrics/kernpairs on demand 2005/10/19 15:59:44 pl 1.61.4.1: #i56207# make afm parser faster


2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a188197e3fd2572f67ff52fd9f4a07e4a7aa083a]

INTEGRATION: CWS gslperform01 (1.16.4); FILE MERGED 2005/12/16 14:06:45 pl 1.16.4.3: #i56223# fix a token count error 2005/11/28 10:03:46 pl 1.16.4.2: RESYNC: (1.16-1.17); FILE MERGED 2005/11/21 17:24:04 pl 1.16.4.1: #i56223# minimize string construction/destruction during parsing


2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f72d214bddfd867ef14482619c486dc373b0d3f4]

INTEGRATION: CWS gslperform01 (1.1.2); FILE ADDED 2005/10/20 16:05:56 pl 1.1.2.1: #i56207# add: improved tokenizer, hash table lookup instead of binary search


2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3d375546c17257451e026128fd2795f21937005]

INTEGRATION: CWS gslperform01 (1.1.2); FILE ADDED 2005/11/28 11:28:20 pl 1.1.2.2: compilation on solaris 2005/10/20 16:05:55 pl 1.1.2.1: #i56207# add: improved tokenizer, hash table lookup instead of binary search


2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [214d05baf761f877d23e0c2c581233c015ba02e8]

INTEGRATION: CWS gslperform01 (1.26.4); FILE MERGED 2005/10/20 17:41:34 pl 1.26.4.1: #i56207# read global font info of afm files only, read metrics/kernpairs on demand


2005-12-21  Vladimir Glazounov  <vg@openoffice.org>  [9b4140b56d93e67822905a1c0352374e96f3a113]

new version for SRC680


2005-12-21  Oliver Bolte  <obo@openoffice.org>  [a2f92ab70bc46690342d1a0ef2a23f001ae9b5eb]

INTEGRATION: CWS pj45 (1.5.132); FILE MERGED 2005/12/17 18:02:22 pjanik 1.5.132.1: #i58068#: Add visibility markup (patch from Naren Devaiah, Intel, JCA).


2005-12-21  Oliver Bolte  <obo@openoffice.org>  [91d0eea7bc950f888b1b10690d53461afdc69ae4]

INTEGRATION: CWS pj45 (1.4.132); FILE MERGED 2005/12/17 18:01:49 pjanik 1.4.132.1: #i58068#: Add visibility markup (patch from Naren Devaiah, Intel, JCA).


2005-12-21  Oliver Bolte  <obo@openoffice.org>  [7f0f7bccddbf2019b5d3bcebfd359015d913d3a8]

INTEGRATION: CWS fwk27 (1.73.24); FILE MERGED 2005/11/30 15:11:55 cd 1.73.24.1: #113278# Throw runtime exception if mandatory services are not creatable


2005-12-21  Oliver Bolte  <obo@openoffice.org>  [935a944b45daabde22e6ce0d9784c8aeeb36c3b8]

INTEGRATION: CWS dba202a (1.3.34); FILE MERGED 2005/11/25 13:00:41 fs 1.3.34.1: comphelper::OReusableGuard -> osl::ResettableMutexGuard


2005-12-21  Oliver Bolte  <obo@openoffice.org>  [37ab0a13562494a41a8428e7c8a257354867f486]

INTEGRATION: CWS dba202a (1.38.56); FILE MERGED 2005/11/24 13:32:29 fs 1.38.56.1: #127848# deliver diagnose_ex.h


2005-12-21  Oliver Bolte  <obo@openoffice.org>  [e185a0bc10e5eadb17d3edf8e0cbe8c3a8305902]

INTEGRATION: CWS dba202a (1.3.92); FILE MERGED 2005/12/15 13:20:55 fs 1.3.92.2: #125996# more comprehensive fix for concurrency problem ... 2005/11/23 11:51:30 fs 1.3.92.1: #125996# run: check if we have been stopped after gaining the mutex


2005-12-21  Oliver Bolte  <obo@openoffice.org>  [357f9e49ab0a20a5399b718533ae02172b53f558]

INTEGRATION: CWS dba202a (1.35.90); FILE MERGED 2005/11/21 08:43:26 oj 1.35.90.1: #i56333# check column id for invalid


2005-12-19  Oliver Bolte  <obo@openoffice.org>  [32d6a465a9572c56d833118edbadd84d1c832d2f]

INTEGRATION: CWS kaddrbook (1.71.68); FILE MERGED 2005/11/30 03:51:29 kendy 1.71.68.2: RESYNC: (1.71-1.76); FILE MERGED 2005/08/31 12:40:43 fs 1.71.68.1: #i54014# KDE_LIBS is now defined in solenv/inc/unx.mk


2005-12-19  Oliver Bolte  <obo@openoffice.org>  [91eb0dadbe7e83df31a548fad71701e242a6937d]

INTEGRATION: CWS kaddrbook (1.5.140); FILE MERGED 2005/11/30 03:16:34 kendy 1.5.140.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/31 12:40:24 fs 1.5.140.1: #i54014# KDE_CFLAGS is now defined in solenv/inc/unx.mk


2005-12-15  Vladimir Glazounov  <vg@openoffice.org>  [c7e1a1ae26ccd41d8427ae4f78bfb5d6372ba035]

new version for SRC680


2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [d0b954cb9257c4bc7fc0e8c333a447ad9131cd5f]

#i58758# flush changes immediatly, because dtor is not guaranteed to be called


2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [69e48964d60408877f165e06bb4a8f6908e75098]

INTEGRATION: CWS numberformat (1.64.30); FILE MERGED 2005/10/26 17:51:41 kendy 1.64.30.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.


2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [d0573167bd2e4e67822e441930ada46e42ab4a73]

INTEGRATION: CWS numberformat (1.57.40); FILE MERGED 2005/11/01 14:00:47 kendy 1.57.40.2: #i55546# Rename Svsal_uInt32Table and SvULONGTable to SvNumberFormatterIndexTable. 2005/10/26 17:51:40 kendy 1.57.40.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.


2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [92501f38dbc818faddbcc3a7238b84307a01807c]

INTEGRATION: CWS numberformat (1.4.62); FILE MERGED 2005/10/26 17:51:40 kendy 1.4.62.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.


2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [04a3033d1f79381cb161fca7194b8e4e0a3e2320]

INTEGRATION: CWS numberformat (1.7.62); FILE MERGED 2005/10/26 17:51:39 kendy 1.7.62.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.


2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [2f1047753d697476c155ea195744f176ee003207]

INTEGRATION: CWS numberformat (1.30.64); FILE MERGED 2005/10/26 17:51:38 kendy 1.30.64.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.


2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [f2499b9115c853323f13d2de18a9eb0332a4dc5e]

INTEGRATION: CWS canvas04 (1.5.12); FILE MERGED 2005/11/21 17:17:34 thb 1.5.12.1: #i10000# gcc3.3 prob again: separated out temporary object into named object


2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [f609a3a7d9d8abc24ba7cacb2e014ba1c78ecb72]

INTEGRATION: CWS systemagg (1.3.6); FILE MERGED 2005/11/23 10:58:30 rene 1.3.6.1: #i58336# add --with-system-agg


2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [7c078a524f08200bf838a544247df27c9451d0e7]

INTEGRATION: CWS systemagg (1.3.6); FILE MERGED 2005/11/23 10:58:29 rene 1.3.6.1: #i58336# add --with-system-agg


2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [f6e2a035228186e4d403ee5c7aaf53a895dd2b69]

INTEGRATION: CWS systemagg (1.6.12); FILE MERGED 2005/11/23 10:58:29 rene 1.6.12.1: #i58336# add --with-system-agg


2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [cfdb235388a89277cb30b2d28ed8c95de04fcceb]

INTEGRATION: CWS fakebold (1.30.46); FILE MERGED 2005/12/06 12:30:52 hdu 1.30.46.2: RESYNC: (1.30-1.32); FILE MERGED 2005/10/11 14:22:29 hdu 1.30.46.1: #i18285# apply the patch for synthetic font attributes


2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [42f414800d69f8fd1b7c1b2b3e4568db13161160]

INTEGRATION: CWS fakebold (1.31.48); FILE MERGED 2005/12/06 12:30:39 hdu 1.31.48.2: RESYNC: (1.31-1.32); FILE MERGED 2005/10/11 14:22:27 hdu 1.31.48.1: #i18285# apply the patch for synthetic font attributes


2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [0700c259af89abaa5c1448827dd49313b143487f]

INTEGRATION: CWS fakebold (1.115.46); FILE MERGED 2005/12/07 12:54:40 hdu 1.115.46.4: #i18285# handle binary incompatible matrix change in FT 2.1.2 2005/12/06 12:30:31 hdu 1.115.46.3: RESYNC: (1.115-1.117); FILE MERGED 2005/12/06 11:54:05 hdu 1.115.46.2: #i18285# handle binary incompatible matrix change in FT 2.1.2 2005/10/11 14:22:22 hdu 1.115.46.1: #i18285# apply the patch for synthetic font attributes


2005-11-30  Kurt Zenker  <kz@openoffice.org>  [4fa9f82f50b13e4db21f98121ad52d3ee16cd40a]

INTEGRATION: CWS ivo17 (1.12.70); FILE MERGED 2005/11/29 13:03:37 ihi 1.12.70.1: #i57889# Skip comments in xcu files


2005-11-25  Oliver Bolte  <obo@openoffice.org>  [81e8887cc67ba0c85b4195dd998647221836afdf]

#i58366# textpositions in pdf export


2005-11-22  Oliver Bolte  <obo@openoffice.org>  [217d4bb16ece09bee9492cb508f217f1a331b4fa]

#128244# gpf on printing twice


2005-11-18  Thorsten Behrens  <thb@openoffice.org>  [3cf1e10d940776693daee37b8ee848f59508e46b]

#128002# SpanIterator::Skip() reads two bytes of the next scanline - allocate a tad more, to avoid SEGV here.


2005-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [216d5d18f3463cfe59f638aad263c9b87b90a3c9]

INTEGRATION: CWS i18n23 (1.20.22); FILE MERGED 2005/11/17 20:00:37 khong 1.20.22.3: RESYNC: (1.20-1.21); FILE MERGED 2005/11/17 19:45:05 khong 1.20.22.2: #i57866# merge cws i18n23 and thaiissues 2005/11/15 21:10:24 khong 1.20.22.1: #i57866# fix line breakiterator problem


2005-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e3433035b0be955fa221f5c39475cc011f34565]

INTEGRATION: CWS i18n23 (1.10.22); FILE MERGED 2005/11/17 19:47:08 khong 1.10.22.2: #i57866# merge cws i18n23 and thaiissues 2005/11/15 21:10:42 khong 1.10.22.1: #i57866# fix line breakiterator problem


2005-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce6dc4aca11ba2d4738ac9d85177bb38f865b7d9]

INTEGRATION: CWS aboutbox (1.19.12); FILE MERGED 2005/11/17 11:04:46 pb 1.19.12.1: fix: #127910# ProductPatch key has moved from bootstrap[rc|.ini] to version[rc|.ini]


2005-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcf016fb7f80cb11c9ab202a539137a724de29c3]

INTEGRATION: CWS vclshowstop06 (1.196.6); FILE MERGED 2005/11/17 11:52:38 pl 1.196.6.1: #i57834# get current workarea for all windows, else desktop switching can do unexpected things to the focus


2005-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [40cd3314824ec94c857ab8e67a93bc813873e1f2]

INTEGRATION: CWS vclshowstop06 (1.43.6); FILE MERGED 2005/11/17 09:41:54 ssa 1.43.6.1: #i58007# set menu button in floating mode if menu type changes


2005-11-17  Oliver Bolte  <obo@openoffice.org>  [f088892a1d5a4395cf7daf63910061bd75799e95]

INTEGRATION: CWS canvas03 (1.14.2); FILE MERGED 2005/11/15 19:13:22 thb 1.14.2.1: #i46618# Backed out fix for subset range clipping - we don't have any fixed coordinate system here, in general (instead, fixed that in slideshow's DrawShape)


2005-11-17  Oliver Bolte  <obo@openoffice.org>  [ea662faf0c0e47ddf319f0efcd5e675ef9d51ad5]

INTEGRATION: CWS canvas03 (1.2.10); FILE MERGED 2005/11/15 19:20:33 thb 1.2.10.1: #i57898# Some crappy XFree drivers perform abyssmally on XPolygonRegion, when the given polygon is in fact a rectangle. Avoiding that case now (this fix only affects non-Windows platforms)


2005-11-17  Oliver Bolte  <obo@openoffice.org>  [105c9f8c9370731eb0781cbf4c1248b72156722f]

INTEGRATION: CWS canvas03 (1.5.10); FILE MERGED 2005/11/15 19:20:31 thb 1.5.10.1: #i57898# Some crappy XFree drivers perform abyssmally on XPolygonRegion, when the given polygon is in fact a rectangle. Avoiding that case now (this fix only affects non-Windows platforms)


2005-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fca9af44e1a125e436faa4b930a828a4523ed50]

#i10000# encpding fixed


2005-11-16  Vladimir Glazounov  <vg@openoffice.org>  [5813815d6b624599f8c360ba6b0e607e4171413a]

new version for SRC680


2005-11-16  Oliver Bolte  <obo@openoffice.org>  [d204a674d6ed75e7792d26b1276be0afe464b591]

INTEGRATION: CWS thaiissues (1.2.240); FILE MERGED 2005/09/29 12:00:18 os 1.2.240.5: RESYNC: (1.2-1.3); FILE MERGED 2005/09/19 22:50:24 khong 1.2.240.4: #i42661# update input sequence correction rule from James 2005/08/29 19:39:57 khong 1.2.240.3: #i42661# add input sequence correction 2005/08/29 18:59:34 khong 1.2.240.2: #i42661# add input sequence correction 2005/08/27 00:18:44 khong 1.2.240.1: #i42661# add input sequence correction, #i52055# apply input sequence checking patch


2005-11-16  Oliver Bolte  <obo@openoffice.org>  [842da2b2fdf1d0a7da1922c9460d5624c61d5bf7]

INTEGRATION: CWS thaiissues (1.1.240); FILE MERGED 2005/09/29 11:59:59 os 1.1.240.2: RESYNC: (1.1-1.2); FILE MERGED 2005/08/27 00:19:24 khong 1.1.240.1: #i42661# add input sequence correction


2005-11-16  Oliver Bolte  <obo@openoffice.org>  [9fb850717e07311378bb463e9f2b1c9ee4193f7a]

INTEGRATION: CWS thaiissues (1.5.24); FILE MERGED 2005/09/29 11:59:42 os 1.5.24.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/27 00:19:23 khong 1.5.24.1: #i42661# add input sequence correction


2005-11-16  Oliver Bolte  <obo@openoffice.org>  [d30d7ac43cdd8215f5928196cfd9a095e068bca1]

INTEGRATION: CWS thaiissues (1.20.6); FILE MERGED 2005/10/26 20:42:40 khong 1.20.6.2: use icu thai linke break algorithm for thai breakiterator 2005/10/26 13:36:24 fme 1.20.6.1: #i55716# Handling of WORDJOINER


2005-11-16  Oliver Bolte  <obo@openoffice.org>  [f38e7b6674257391fef80a077865d4f8f7cc26f7]

INTEGRATION: CWS thaiissues (1.8.6); FILE MERGED 2005/10/26 20:42:39 khong 1.8.6.1: use icu thai linke break algorithm for thai breakiterator


2005-11-16  Oliver Bolte  <obo@openoffice.org>  [00e42afcfe8973a8e3b47811093624870424670a]

INTEGRATION: CWS thaiissues (1.9.4); FILE MERGED 2005/10/28 17:54:39 khong 1.9.4.1: Fix a bug in ctl line break when there is word joiner character


2005-11-16  Oliver Bolte  <obo@openoffice.org>  [43ae3ca62e83041a8f77ac1d0acff36f63908e86]

INTEGRATION: CWS thaiissues (1.2.242); FILE MERGED 2005/09/29 11:33:05 os 1.2.242.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/27 00:15:16 khong 1.2.242.1: #i42661# add new function for input sequence correction


2005-11-16  Oliver Bolte  <obo@openoffice.org>  [6b8991de391a6895d4034bddd9855b52a5987ada]

INTEGRATION: CWS thaiissues (1.1.242); FILE MERGED 2005/09/29 11:32:48 os 1.1.242.2: RESYNC: (1.1-1.2); FILE MERGED 2005/08/27 00:15:16 khong 1.1.242.1: #i42661# add new function for input sequence correction


2005-11-16  Oliver Bolte  <obo@openoffice.org>  [886c388ea5f192891f71452237598cd775a37804]

INTEGRATION: CWS thaiissues (1.4.86); FILE MERGED 2005/09/29 11:32:30 os 1.4.86.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/27 00:15:15 khong 1.4.86.1: #i42661# add new function for input sequence correction


2005-11-16  Oliver Bolte  <obo@openoffice.org>  [3feb98344f9b7cc7bbe950223bbcec6f6eb12f1d]

INTEGRATION: CWS thaiissues (1.10.6); FILE MERGED 2005/10/26 20:41:53 khong 1.10.6.1: use icu thai linke break algorithm for thai breakiterator


2005-11-16  Oliver Bolte  <obo@openoffice.org>  [387e9dd8a1b71b20c5c2f5287270e671143362a5]

INTEGRATION: CWS thaiissues (1.15.26); FILE MERGED 2005/10/27 09:09:51 os 1.15.26.2: #i42730# enable CTL/CJK support depending on the windows system locale if available 2005/09/28 07:20:27 os 1.15.26.1: #i48117# sequence checking options added


2005-11-16  Oliver Bolte  <obo@openoffice.org>  [bb12fd81f1327143810d2f4f7a974667af808105]

INTEGRATION: CWS thaiissues (1.11.26); FILE MERGED 2005/11/03 14:51:09 os 1.11.26.3: #i48117# counting elements in ::Commit() fixed 2005/10/27 09:09:50 os 1.11.26.2: #i42730# enable CTL/CJK support depending on the windows system locale if available 2005/09/28 07:22:27 os 1.11.26.1: #i48117# 'type and replace' added - default sequence checking for some CTL languages


2005-11-16  Oliver Bolte  <obo@openoffice.org>  [3b3023e202472d5801c3f846c29dc57ad8a73bd5]

INTEGRATION: CWS thaiissues (1.15.26); FILE MERGED 2005/10/27 09:09:50 os 1.15.26.1: #i42730# enable CTL/CJK support depending on the windows system locale if available


2005-11-16  Oliver Bolte  <obo@openoffice.org>  [321f3eee716568920ad939a25430dc6e05eba3c3]

INTEGRATION: CWS thaiissues (1.118.30); FILE MERGED 2005/10/26 09:07:18 ssa 1.118.30.3: #i42964# extend matching of mnemonics in menus using scancodes 2005/10/25 12:46:48 fme 1.118.30.2: RESYNC: (1.118-1.120); FILE MERGED 2005/10/06 16:04:35 ssa 1.118.30.1: #i42732# provide new command event: INPUTLANGUAGECHANGE


2005-11-16  Oliver Bolte  <obo@openoffice.org>  [0d654415fe525f88bb7ea5b4727fa7ca9938f285]

INTEGRATION: CWS thaiissues (1.93.30); FILE MERGED 2005/10/25 12:46:36 fme 1.93.30.2: RESYNC: (1.93-1.94); FILE MERGED 2005/10/25 06:25:55 fme 1.93.30.1: #i55716# Feature - Control characters


2005-11-16  Oliver Bolte  <obo@openoffice.org>  [663c05ba0d78998b2d6410fdb959fb3df3191d12]

INTEGRATION: CWS thaiissues (1.13.32); FILE MERGED 2005/10/26 09:07:17 ssa 1.13.32.1: #i42964# extend matching of mnemonics in menus using scancodes


2005-11-16  Oliver Bolte  <obo@openoffice.org>  [ce6253b0f390cbcea0f8d87dfdb1f63b82ca61c5]

INTEGRATION: CWS thaiissues (1.194.20); FILE MERGED 2005/10/26 09:07:16 ssa 1.194.20.1: #i42964# extend matching of mnemonics in menus using scancodes


2005-11-16  Oliver Bolte  <obo@openoffice.org>  [a8313318389055bf76232af197e5bc38bcf6a9d2]

INTEGRATION: CWS thaiissues (1.18.40); FILE MERGED 2005/10/26 09:07:15 ssa 1.18.40.1: #i42964# extend matching of mnemonics in menus using scancodes


2005-11-16  Oliver Bolte  <obo@openoffice.org>  [3bdad1e5fd02b64c6c6a8ed8230d2dcf08bae368]

INTEGRATION: CWS thaiissues (1.46.38); FILE MERGED 2005/10/26 09:07:15 ssa 1.46.38.1: #i42964# extend matching of mnemonics in menus using scancodes


2005-11-16  Oliver Bolte  <obo@openoffice.org>  [642eff59919dc192e3bd626979548bd25e6ea8bf]

INTEGRATION: CWS thaiissues (1.36.20); FILE MERGED 2005/10/26 09:07:13 ssa 1.36.20.1: #i42964# extend matching of mnemonics in menus using scancodes


2005-11-16  Oliver Bolte  <obo@openoffice.org>  [c331d754c8ed8fd9777276d70290cd8fd4862a36]

INTEGRATION: CWS thaiissues (1.101.30); FILE MERGED 2005/10/06 16:04:33 ssa 1.101.30.1: #i42732# provide new command event: INPUTLANGUAGECHANGE


2005-11-16  Oliver Bolte  <obo@openoffice.org>  [f493c8e2d1095d21ac2523664739f162367d27f2]

INTEGRATION: CWS thaiissues (1.128.38); FILE MERGED 2005/10/26 09:07:12 ssa 1.128.38.1: #i42964# extend matching of mnemonics in menus using scancodes


2005-11-16  Oliver Bolte  <obo@openoffice.org>  [ee586933b04b53bd55d029a98591654024430cc2]

INTEGRATION: CWS thaiissues (1.68.30); FILE MERGED 2005/11/15 13:12:34 fme 1.68.30.5: RESYNC: (1.69-1.72); FILE MERGED 2005/10/25 12:37:32 fme 1.68.30.4: RESYNC: (1.68-1.69); FILE MERGED 2005/10/20 09:38:40 fme 1.68.30.3: #i55716# Control characters - Fix for #i51400# merged - Assertion changed 2005/10/20 07:56:07 fme 1.68.30.2: #i55716# Control characters - Fix for #i51400# merged - Check if nCharPos0 == nCharPos1 2005/10/19 13:51:09 fme 1.68.30.1: #i55716# Control characters - Fix for #i51400# merged


2005-11-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7e425b90f1803edb35187ce8b4cf13b8ba526cc5]

#i57954# fix include statemenr


2005-11-15  Oliver Bolte  <obo@openoffice.org>  [465781df99fddfdd9b62dcb862f065cf8d331872]

INTEGRATION: CWS localisation02 (1.3.68); FILE MERGED 2005/10/28 14:24:45 ihi 1.3.68.1: #i56876# German strings -> UTF8


2005-11-15  Oliver Bolte  <obo@openoffice.org>  [961d5ceb166de3fb0929c636d66f6af1fd635dbd]

INTEGRATION: CWS localisation02 (1.3.68); FILE MERGED 2005/10/28 14:19:44 ihi 1.3.68.1: #i56876# German strings -> UTF8


2005-11-15  Oliver Bolte  <obo@openoffice.org>  [f152c02b50de2b814945faa585ba929763de4b9a]

INTEGRATION: CWS localisation02 (1.3.68); FILE MERGED 2005/10/28 14:22:48 ihi 1.3.68.1: #i56876# German strings -> UTF8


2005-11-15  Oliver Bolte  <obo@openoffice.org>  [ff9999b3e0b9614b135b2f64e3894ff7b827f079]

INTEGRATION: CWS localisation02 (1.14.8); FILE MERGED 2005/11/04 14:13:07 gh 1.14.8.1: #i56740# workaround for OS2 error


2005-11-15  Oliver Bolte  <obo@openoffice.org>  [8b4df26058f4dacf04ef9c97566c78e053ee869c]

INTEGRATION: CWS localisation02 (1.17.8); FILE MERGED 2005/11/04 15:27:26 gh 1.17.8.1: #i56740# workaround for OS2 error


2005-11-14  Rüdiger Timm  <rt@openoffice.org>  [8ede2f36826c6a59f76f7671f7c49d0bce4817e4]

#i10000# include algorithm (needed for find_if).


2005-11-14  Vladimir Glazounov  <vg@openoffice.org>  [7fed7c1b3fffa97bf5c02a8b7ba409cca3b6c382]

new version for SRC680


2005-11-14  Vladimir Glazounov  <vg@openoffice.org>  [0c84062f33a56243259fd952ed0d29e2ba0903ab]

new version for SRC680


2005-11-14  Rüdiger Timm  <rt@openoffice.org>  [da7e80bc9a73e774088a526667dcb13bfd550049]

#i10000# Since integration of CWS perform06 ItemHolder1 does not have a member getGlobalItemHolder any more.


2005-11-11  Kurt Zenker  <kz@openoffice.org>  [f571df0e1416c8cda1779717cdf1e9a72af8e10f]

INTEGRATION: CWS c05v001 (1.37.232); FILE MERGED 2005/08/15 14:06:08 ssa 1.37.232.1: #124966# support for synchronous update for toolboxes that will open in popup mode


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [cf9f74d868b9e179f4015108a55cb8acff912773]

INTEGRATION: CWS c06 (1.11.148); FILE MERGED 2005/08/29 09:59:45 pb 1.11.148.1: fix: #i53484# 'readonly' support


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [0bcde626bd3a391ef53db71c674518a82f137dbd]

INTEGRATION: CWS c06 (1.53.132); FILE MERGED 2005/08/31 07:41:51 pb 1.53.132.1: fix: #i53479# optionsdlg.cxx added


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [f3d3d2d12508d909e0fcb282c061f2a85a82159d]

INTEGRATION: CWS c06 (1.2.282); FILE MERGED 2005/08/31 07:40:49 pb 1.2.282.1: fix: #i53479# E_OPTIONSDLGOPTIONS added


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [84375267593a21d0c67d67042e47c3be21688e32]

INTEGRATION: CWS c06 (1.5.146); FILE MERGED 2005/08/31 07:38:17 pb 1.5.146.1: fix: #i53479# SvtOptionsDialogOptions added


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [8c781bf9f9d49f561be6392a27044a3ceea997f2]

INTEGRATION: CWS tl14 (1.9.106); FILE MERGED 2005/09/23 09:54:52 tl 1.9.106.2: RESYNC: (1.9-1.10); FILE MERGED 2005/07/20 14:17:00 tl 1.9.106.1: #106739# new type added


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [3139fdbaf48392dc809afb0ceb4919987fc28c64]

INTEGRATION: CWS tl14 (1.9.44); FILE MERGED 2005/09/23 09:21:14 tl 1.9.44.2: RESYNC: (1.9-1.10); FILE MERGED 2005/07/20 14:16:45 tl 1.9.44.1: #106739# new type added


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [b77af38af5ee303d36525759d906e264f6ba61a3]

INTEGRATION: CWS c06 (1.1.1.1.436); FILE MERGED 2005/09/14 13:21:56 as 1.1.1.1.436.1: #i53536# use right icon for showing warnings


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [1da288b4ea8964414722b6f610686f9fa8d85d82]

INTEGRATION: CWS c06 (1.1.2); FILE ADDED 2005/10/19 12:00:59 fs 1.1.2.1: #126247# separate the 'RestrictedPath' check into an own class (formerly only used in OfficeFilePicker implementation, nowadays also in 'Documents&Templates dialog)


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [2c4e8b2b8a26bb149eae460978ac1c7793a497f5]

INTEGRATION: CWS c06 (1.32.130); FILE MERGED 2005/10/19 12:01:11 fs 1.32.130.1: #126247#


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [9458ff6f945f4ab77a955eb18fa00d39f60c1dee]

INTEGRATION: CWS c06 (1.50.46); FILE MERGED 2005/11/02 12:24:06 kso 1.50.46.4: #53536# - Removed duplicate spaces from resource string. 2005/09/19 15:02:42 kso 1.50.46.3: #i53536# - string review. 2005/09/19 07:52:08 as 1.50.46.2: #i53536# removing closing mark of MAX_DOC warning to prevent showing of double closers ... 2005/09/14 13:25:26 as 1.50.46.1: #i53536# warning NOMOREDOCUMENTSALLOWED added


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [eb63914986d2d0223acfeaa21bc6a7b962eff755]

INTEGRATION: CWS c06 (1.30.212); FILE MERGED 2005/10/19 12:02:24 fs 1.30.212.1: #126247# respect RestrictedPaths


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [3084e1deae7ed16e6e4eeeed74a02023f2cef49d]

INTEGRATION: CWS c06 (1.66.128); FILE MERGED 2005/10/19 12:02:24 fs 1.66.128.1: #126247# respect RestrictedPaths


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [1b5d554b00d5f23803afb5860b427bea7c2c2d22]

INTEGRATION: CWS c06 (1.23.260); FILE MERGED 2005/10/11 13:57:51 mav 1.23.260.2: #125985# introduce possibility to switch macros off 2005/08/25 13:09:21 kso 1.23.260.1: #i53486# - SvtSecurityOptions_Impl::SetProperty must set m_bROTrustedAuthor


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [c4cb76a8fedf87434a26b45f5aa8a2e2c83a1aab]

INTEGRATION: CWS c06 (1.1.2); FILE ADDED 2005/09/07 08:42:33 pb 1.1.2.2: fix: #i53479# new copyright header 2005/08/31 07:31:51 pb 1.1.2.1: fix: #i53479# new class SvtOptionsDialogOptions


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [257cc42cf4ad57c0423f01bf13b710863cf33867]

INTEGRATION: CWS c06 (1.4.380); FILE MERGED 2005/08/23 15:16:05 cd 1.4.380.1: #i53488# Added method to retrieve info that there are disabled commands


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [e7980eeccbd91c59596204c32c99dca6692549c7]

INTEGRATION: CWS c06 (1.131.40); FILE MERGED 2005/10/19 12:02:57 fs 1.131.40.2: #126247# deliver restrictedpaths.hxx 2005/08/31 07:43:47 pb 1.131.40.1: fix: #i53479# optionsdlg.hxx added


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [f83f169c52946ca026868e74429329539c793c19]

INTEGRATION: CWS c06 (1.4.410); FILE MERGED 2005/09/14 13:24:37 as 1.4.410.1: #i53536# warning NOMOREDOCUMENTSALLOWED added


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [b63880c36ee7e71b595bf566d9bb877ca58be8ce]

INTEGRATION: CWS c06 (1.117.54); FILE MERGED 2005/08/22 16:43:26 pl 1.117.54.1: #i53629# add some additional hints for WM


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [9fa3b97ef5d71d1d54824c911b0bc3cdf1410219]

INTEGRATION: CWS c06 (1.12.242); FILE MERGED 2005/08/22 16:43:25 pl 1.12.242.1: #i53629# add some additional hints for WM


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [3f92cecd13abb157cc9651c9110889e9f76d3157]

INTEGRATION: CWS c06 (1.191.60); FILE MERGED 2005/08/22 16:43:25 pl 1.191.60.1: #i53629# add some additional hints for WM


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [72be5f46d1dd597c0c70083598347a59e0b9dce3]

INTEGRATION: CWS c06 (1.65.80); FILE MERGED 2005/08/22 16:43:24 pl 1.65.80.1: #i53629# add some additional hints for WM


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [3e667a1b7ac19883df05c3ad92897db9a6ffe37a]

INTEGRATION: CWS c06 (1.40.172); FILE MERGED 2005/08/22 16:43:24 pl 1.40.172.1: #i53629# add some additional hints for WM


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [de9f24c00eb6f8607d2cd8c84d5d133759d7ec22]

INTEGRATION: CWS c06 (1.16.78); FILE MERGED 2005/08/22 16:43:24 pl 1.16.78.1: #i53629# add some additional hints for WM


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [634b89a04933f59a8e852a8fd75c9e5214cebc24]

INTEGRATION: CWS c06 (1.44.176); FILE MERGED 2005/08/22 16:43:23 pl 1.44.176.1: #i53629# add some additional hints for WM


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [963a71c06777ca02941d2a1f3bcaf6ba56fb9461]

INTEGRATION: CWS c06 (1.12.172); FILE MERGED 2005/08/22 16:43:23 pl 1.12.172.1: #i53629# add some additional hints for WM


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [2325d56ff914bc3b95069d41c72c0640a0d00ca0]

INTEGRATION: CWS c06 (1.33.14); FILE MERGED 2005/08/22 16:43:22 pl 1.33.14.1: #i53629# add some additional hints for WM


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [889d72bfe0148354db5b0ec2587dd0849080c808]

INTEGRATION: CWS c06 (1.215.172); FILE MERGED 2005/08/22 16:43:21 pl 1.215.172.1: #i53629# add some additional hints for WM


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [1b8982309298343e30a33e95457b8dd22d8ccc42]

INTEGRATION: CWS c06 (1.37.238); FILE MERGED 2005/08/30 11:48:14 ssa 1.37.238.2: #i53937# make display of menu button optional 2005/08/23 13:55:28 ssa 1.37.238.1: #i53494# support locking for subtoolbars


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [8f62f33ca5b0573e992636315e8b350270aea68c]

INTEGRATION: CWS c06 (1.89.80); FILE MERGED 2005/08/30 11:48:14 ssa 1.89.80.1: #i53937# make display of menu button optional


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [76e90db0ecab950005bda7480da4bfa24ba9482f]

INTEGRATION: CWS c06 (1.126.78); FILE MERGED 2005/08/23 16:18:30 ssa 1.126.78.1: #i53529# make display of accelerators configurable


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [26d28e6fade18daf2544d079ffe2fc44174bcf95]

INTEGRATION: CWS c06 (1.11.174); FILE MERGED 2005/08/23 13:55:26 ssa 1.11.174.1: #i53494# support locking for subtoolbars


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [1c70b666ebd49c5a0c4516e628636bd02eb64326]

INTEGRATION: CWS c06 (1.22.6); FILE MERGED 2005/08/22 12:44:44 pl 1.22.6.2: #i53530# check existance of configurable override font directory 2005/08/22 11:27:49 pl 1.22.6.1: #i53530# configurable override for office font paths


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [962645618ad9335832f6981da55324f25aef4013]

INTEGRATION: CWS c06 (1.59.6); FILE MERGED 2005/08/22 11:28:28 pl 1.59.6.1: more finely tuned debug noise


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [e94f42c9e29b3547611869d55e6d3f118b096017]

INTEGRATION: CWS c06 (1.9.6); FILE MERGED 2005/08/22 11:28:28 pl 1.9.6.1: more finely tuned debug noise


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [143932fff8c62710c3809a1ee3326161a0889969]

INTEGRATION: CWS c06 (1.14.6); FILE MERGED 2005/08/22 11:28:28 pl 1.14.6.1: more finely tuned debug noise


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [9d89e4f62f69045cfd761c4820bd8ed7e779157c]

INTEGRATION: CWS c06 (1.7.52); FILE MERGED 2005/08/22 11:27:49 pl 1.7.52.1: #i53530# configurable override for office font paths


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [2b597a63717d02652189c293f02ef795237b40de]

INTEGRATION: CWS xmlsec13 (0); FILE MERGED


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [4cac39ed5c82cbbba50ca78b771dfcaf04ce2f8a]

INTEGRATION: CWS xmlsec13 (0); FILE MERGED


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [d628f4a886a7fcf4dff40d1929e70ca429dd9bd6]

INTEGRATION: CWS xmlsec13 (1.16.30); FILE MERGED 2005/11/01 07:38:56 jl 1.16.30.2: RESYNC: (1.16-1.17); FILE MERGED 2005/10/26 16:15:37 ssa 1.16.30.1: #i56706# implement Set/GetQuickHelpText to enable tooltips in statusbar


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [d66d5a6b60b6a0eb3f0992a05a513d9cd3260d2f]

INTEGRATION: CWS perform06 (1.6.60); FILE MERGED 2005/10/25 08:04:14 as 1.6.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [2778423eac6c9c6ff511ee4fe3be57f2cd34c2ba]

INTEGRATION: CWS perform06 (1.23.28); FILE MERGED 2005/10/25 08:04:13 as 1.23.28.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [4fbbe45126c27f32772dc4cfa05b1d50eb34e3b1]

INTEGRATION: CWS perform06 (1.19.60); FILE MERGED 2005/10/25 08:04:13 as 1.19.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [836889767eb3dc626c388ca94fc504840c36d80c]

INTEGRATION: CWS perform06 (1.8.60); FILE MERGED 2005/10/25 08:04:12 as 1.8.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [94138f825b4b5082bbb5154d7064319a4c3a42b6]

INTEGRATION: CWS perform06 (1.15.60); FILE MERGED 2005/10/25 08:04:12 as 1.15.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [6f033c17288f9b3d5d69bf3c7ab9f429d417315d]

INTEGRATION: CWS perform06 (1.11.60); FILE MERGED 2005/10/25 08:04:11 as 1.11.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [0bb70c6e64417885356f9364c520a331c1342e6c]

INTEGRATION: CWS perform06 (1.3.60); FILE MERGED 2005/10/25 08:04:11 as 1.3.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [047de03c83e5c336606840a9dad0b2a9dea28506]

INTEGRATION: CWS perform06 (1.24.60); FILE MERGED 2005/10/25 08:04:10 as 1.24.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [fe7719e69354ca8f743f104421665f32c51f5786]

INTEGRATION: CWS perform06 (1.6.60); FILE MERGED 2005/10/25 08:04:10 as 1.6.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [04062e77896e57ceb9b48257c5e6a98615e20ee1]

INTEGRATION: CWS perform06 (1.22.60); FILE MERGED 2005/10/25 08:04:09 as 1.22.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [7eac3d887afc3853f024430cdd1f477b4f06c6f0]

INTEGRATION: CWS perform06 (1.4.60); FILE MERGED 2005/10/25 08:04:09 as 1.4.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [8a55af85d4728ce7bc897170d2482d469b0ad407]

INTEGRATION: CWS perform06 (1.9.60); FILE MERGED 2005/10/25 08:04:09 as 1.9.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [f0731277f15c4eba790ff3b5469490b8a168e4b1]

INTEGRATION: CWS perform06 (1.72.60); FILE MERGED 2005/10/25 08:04:08 as 1.72.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [eb095ea2f47500892f7d6dfac4f25c6836082474]

INTEGRATION: CWS perform06 (1.4.60); FILE MERGED 2005/10/25 08:04:08 as 1.4.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [1a76b1cb1769b9983c6a9829f919353f336b9ac0]

INTEGRATION: CWS perform06 (1.26.58); FILE MERGED 2005/10/25 08:04:07 as 1.26.58.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [788f1fa697f281db907be8395609c6d56c9a325d]

INTEGRATION: CWS perform06 (1.12.60); FILE MERGED 2005/10/25 08:04:06 as 1.12.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [0f3829675586d628d37598aecfd228a34f819312]

INTEGRATION: CWS perform06 (1.4.60); FILE MERGED 2005/10/25 08:04:06 as 1.4.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [15d3713fd532987816410b2be384c2ebce0ff15c]

INTEGRATION: CWS perform06 (1.9.60); FILE MERGED 2005/10/25 08:04:05 as 1.9.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [cc14e80ac7bcf68f499fe184cc04cf0ba2233c68]

INTEGRATION: CWS perform06 (1.7.60); FILE MERGED 2005/10/25 08:04:05 as 1.7.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [38b5ca507c7f3c06651a5b58b3fde7bae12f8e03]

INTEGRATION: CWS perform06 (1.3.60); FILE MERGED 2005/10/25 08:04:04 as 1.3.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [65e3db06b19799ee6aff5b4ea33d549f84693142]

INTEGRATION: CWS perform06 (1.5.60); FILE MERGED 2005/10/25 08:04:04 as 1.5.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [60bc4bffeaeea20bd0e3bd10714f604ad553ab7a]

INTEGRATION: CWS perform06 (1.3.60); FILE MERGED 2005/10/25 08:04:03 as 1.3.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [56cd0121587c0cd847da651d7567172ed8c30ee0]

INTEGRATION: CWS perform06 (1.7.60); FILE MERGED 2005/10/25 08:04:03 as 1.7.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [9631ed3e3ab83fa07738ff5e9f79937b253ba325]

INTEGRATION: CWS perform06 (1.3.60); FILE MERGED 2005/10/25 08:04:02 as 1.3.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [cd25db0cc4cd5162ebe88f88d91516c1754e55ca]

INTEGRATION: CWS perform06 (1.6.60); FILE MERGED 2005/11/07 13:32:40 as 1.6.60.2: #i56589# dont cache GlobalEventConfig() inside ItemHolder1^... combination of static pointer and WeakImplHelper cant not work 2005/10/25 08:04:02 as 1.6.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [efc97f055967661140507743a62165da38f42bea]

INTEGRATION: CWS perform06 (1.15.60); FILE MERGED 2005/10/25 08:04:01 as 1.15.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [f9176057fc3c709baaae249a121489bf14f4c0b3]

INTEGRATION: CWS perform06 (1.27.60); FILE MERGED 2005/10/25 08:04:01 as 1.27.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [940d73f681c26acb715322db13087021131c12c9]

INTEGRATION: CWS perform06 (1.16.60); FILE MERGED 2005/10/25 08:04:00 as 1.16.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [36ccee70f6e5e2f263e1218dc680fcd0bfe779a7]

INTEGRATION: CWS perform06 (1.5.60); FILE MERGED 2005/10/25 08:03:59 as 1.5.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [eba3e1bea33b216807fd391dc018780fe7e8ef0a]

INTEGRATION: CWS perform06 (1.4.60); FILE MERGED 2005/10/25 08:03:58 as 1.4.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [33774c961919839f24d51776810b74c20b3ea4db]

INTEGRATION: CWS perform06 (1.3.60); FILE MERGED 2005/10/25 08:03:57 as 1.3.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [1fdaadfcc85744672c44110992fcbc446448ee43]

INTEGRATION: CWS perform06 (1.13.60); FILE MERGED 2005/10/25 08:03:57 as 1.13.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [e226627c3c99b0ef29c90739fd2e3426a6285bec]

INTEGRATION: CWS perform06 (1.7.60); FILE MERGED 2005/10/25 08:03:56 as 1.7.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [51d62018e77aaed70260d6d4c548083c91f1b032]

INTEGRATION: CWS perform06 (1.11.60); FILE MERGED 2005/10/25 08:03:56 as 1.11.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [9ca42f8e0f918cc684711b3c311095f4a5c44ba5]

INTEGRATION: CWS perform06 (1.8.60); FILE MERGED 2005/10/25 08:03:55 as 1.8.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [a67e7b39548fc3fbe4cd1cab4ce77c5a3c207b38]

INTEGRATION: CWS perform06 (1.9.60); FILE MERGED 2005/10/25 08:03:55 as 1.9.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [f5f16802eab132e459b2ee7ab59a0ac9e3a2bea9]

INTEGRATION: CWS perform06 (1.5.60); FILE MERGED 2005/10/25 08:03:55 as 1.5.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [eac807692c29ed91ffdf45e8486c8f07402f9f8b]

INTEGRATION: CWS perform06 (1.15.60); FILE MERGED 2005/10/25 08:03:54 as 1.15.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [0a2e4397d9141d842474859249f9366450d99ffc]

INTEGRATION: CWS perform06 (1.4.60); FILE MERGED 2005/10/25 08:03:54 as 1.4.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [b0f45c19ca48e68221f70931f1cd446324bf5f3f]

INTEGRATION: CWS perform06 (1.4.60); FILE MERGED 2005/10/25 08:03:53 as 1.4.60.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [635149c88b4d599fa629a4596478d9823e81b57b]

INTEGRATION: CWS perform06 (1.9.58); FILE MERGED 2005/10/25 08:03:53 as 1.9.58.1: #i56589# hold config items alive till office die


2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [1dcbe7151f3784bb06ade79d319218421f582b7d]

INTEGRATION: CWS perform06 (1.5.60); FILE MERGED 2005/10/25 08:03:52 as 1.5.60.1: #i56589# hold config items alive till office die


2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [555c3d33d308e4920f6181642a1e651aa018657b]

INTEGRATION: CWS vcl48 (1.8.94); FILE MERGED 2005/11/02 15:22:31 ssa 1.8.94.1: #126049# ignore Win32 menu messages for menus not created by VCL


2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [b8caa1ac7c6f312b1f3c8bb80bbcf9cae9869793]

INTEGRATION: CWS vcl48 (1.120.40); FILE MERGED 2005/11/04 12:18:24 pl 1.120.40.3: RESYNC: (1.120-1.121); FILE MERGED 2005/11/04 11:22:56 ssa 1.120.40.2: #124826# logfile output to detect resource problem 2005/11/02 15:22:31 ssa 1.120.40.1: #126049# ignore Win32 menu messages for menus not created by VCL


2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [427e083c6319b68cbfb476d6d012645e3fb8ecf7]

INTEGRATION: CWS vcl48 (1.7.42); FILE MERGED 2005/11/04 11:22:56 ssa 1.7.42.1: #124826# logfile output to detect resource problem


2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [7ad070e0e680b685dfc7b93c9b5a1caf071b2bbe]

INTEGRATION: CWS vcl48 (1.20.42); FILE MERGED 2005/11/02 15:22:30 ssa 1.20.42.1: #126049# ignore Win32 menu messages for menus not created by VCL


2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [593be1006b7e6c057c5e1978eb07a8be7bad04f3]

INTEGRATION: CWS vcl48 (1.218.16); FILE MERGED 2005/11/04 12:04:38 pl 1.218.16.2: RESYNC: (1.218-1.222); FILE MERGED 2005/11/04 11:09:59 ssa 1.218.16.1: #122235# improve TaskPaneList handling, remove Windows automatically on destruction


2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [1dc40479330669bb5d1f366f5c5b0f1d698a6249]

INTEGRATION: CWS vcl48 (1.18.94); FILE MERGED 2005/11/04 11:09:58 ssa 1.18.94.1: #122235# improve TaskPaneList handling, remove Windows automatically on destruction


2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [8909a3ed02a0ef3f7fc9f2a3eac18ba4d3007788]

INTEGRATION: CWS vcl48 (1.45.94); FILE MERGED 2005/11/04 11:09:58 ssa 1.45.94.1: #122235# improve TaskPaneList handling, remove Windows automatically on destruction


2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [75b0c824aca66474d47731d5dc6450d281a15fc5]

INTEGRATION: CWS vcl48 (1.51.92); FILE MERGED 2005/11/02 13:04:03 pl 1.51.92.1: #125075# report printing during StartJob (side effects)


2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [9f5eb6caf2f95c664d814f0189c326ae36d13a4f]

INTEGRATION: CWS pj40 (1.2.6); FILE MERGED 2005/11/07 17:21:09 thb 1.2.6.1: #i57395# No more (accidental) overloading of member templates (to placate gcc3.3)


2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [1cc47c0e90f51d0596a361903070cce791c65939]

INTEGRATION: CWS pj40 (1.2.6); FILE MERGED 2005/11/07 17:24:11 thb 1.2.6.1: #i57395# Reformulated, to get past gcc3.3


2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [db1c8418fec842eb6718d79b2759ac7721dfeb19]

INTEGRATION: CWS mmt5 (1.22.10); FILE MERGED 2005/11/01 13:38:48 ihi 1.22.10.1: #127178# fix mergeing german strings


2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [715684a0d64a3d50e8161beaba4e8b00bee1ed7e]

INTEGRATION: CWS siloch (1.33.14); FILE MERGED 2005/11/07 16:10:30 er 1.33.14.1: #i56116# add Macedonian (mk_MK) locale data; contributed by Vladimir Stefanov <vladoboss@ooo>


2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [fc9153f8d5250f0cd5d4bf4eec56cbcb2ea6a114]

INTEGRATION: CWS siloch (1.13.20); FILE MERGED 2005/10/25 15:14:17 er 1.13.20.1: #i43768# apply patch received by Samphan Raruenrom <samphan@ooo>


2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [a16c2c94c55ba478fb83e847da6e939a9418df69]

INTEGRATION: CWS siloch (1.1.2); FILE ADDED 2005/11/07 16:10:32 er 1.1.2.1: #i56116# add Macedonian (mk_MK) locale data; contributed by Vladimir Stefanov <vladoboss@ooo>


2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [d0c62962399eab70cfb81e58f28f21a3090be561]

INTEGRATION: CWS siloch (1.29.14); FILE MERGED 2005/11/07 16:10:31 er 1.29.14.1: #i56116# add Macedonian (mk_MK) locale data; contributed by Vladimir Stefanov <vladoboss@ooo>


2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [c64be8ba3d5517df4259a343328596cd391e818c]

INTEGRATION: CWS siloch (1.11.36); FILE MERGED 2005/11/07 16:10:31 er 1.11.36.1: #i56116# add Macedonian (mk_MK) locale data; contributed by Vladimir Stefanov <vladoboss@ooo>


2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [ff953451bf4709bf340e21fb00604e1610a75d27]

INTEGRATION: CWS siloch (1.16.14); FILE MERGED 2005/11/07 15:39:12 er 1.16.14.1: check StartDayOfWeek DayID


2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [c45bdedfc9cb109440ed9caf2186cc5eb987bc34]

INTEGRATION: CWS siloch (1.3.50); FILE MERGED 2005/10/26 10:55:05 er 1.3.50.1: #i56347# apply patch to recognize suffixes of numbers in Hungarian spellchecking; contributed by Nemeth Laszlo <nemeth@ooo>


2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [94f252b8f830d4f551b36115ab6e7aeb81c20c3d]

INTEGRATION: CWS textconversion (1.4.30); FILE MERGED 2005/10/27 01:05:55 tl 1.4.30.3: RESYNC: (1.4-1.5); FILE MERGED 2005/08/15 18:26:59 khong 1.4.30.2: #124006# return zero length offset when in/out strings are simple one to one mapping 2005/07/18 20:55:21 khong 1.4.30.1: #124006# add extended text conversion API


2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [35b8cb18baba2e8fda71818445872581597294b9]

INTEGRATION: CWS textconversion (1.7.22); FILE MERGED 2005/10/27 01:05:49 tl 1.7.22.3: RESYNC: (1.7-1.8); FILE MERGED 2005/08/15 18:26:58 khong 1.7.22.2: #124006# return zero length offset when in/out strings are simple one to one mapping 2005/07/18 20:55:21 khong 1.7.22.1: #124006# add extended text conversion API


2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [dc00269fdd7d2dc34e9e29cda91816f0de8c5556]

INTEGRATION: CWS textconversion (1.3.38); FILE MERGED 2005/10/27 01:05:42 tl 1.3.38.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/18 20:55:21 khong 1.3.38.1: #124006# add extended text conversion API


2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [26918324bc2d61caedab25d773188ef2c3de0e6a]

INTEGRATION: CWS textconversion (1.2.182); FILE MERGED 2005/10/27 00:42:54 tl 1.2.182.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/18 20:53:23 khong 1.2.182.1: #124006# add extended text conversion API


2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [6147e4c15ec7270a6dee9ec006741043c4197127]

INTEGRATION: CWS textconversion (1.5.30); FILE MERGED 2005/10/27 00:42:47 tl 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/18 20:53:23 khong 1.5.30.1: #124006# add extended text conversion API


2005-11-04  Kurt Zenker  <kz@openoffice.org>  [72437e32dadbef13f128563ba03700b6198a08ca]

INTEGRATION: CWS fwk25 (1.23.14); FILE MERGED 2005/10/13 08:22:36 as 1.23.14.1: #i55530# use right config interfaces within right context


2005-11-04  Kurt Zenker  <kz@openoffice.org>  [1f737971d3949cb8d98bbcbfb7505d6cce70ca1a]

INTEGRATION: CWS padminhc (1.56.14); FILE MERGED 2005/10/31 11:48:26 pl 1.56.14.1: #i48643# high contrast images for printer admin


2005-11-04  Kurt Zenker  <kz@openoffice.org>  [ec5cadb14a7f3be23219093f985229571262b2ae]

INTEGRATION: CWS padminhc (1.8.16); FILE MERGED 2005/10/31 14:19:19 pl 1.8.16.2: #i48643# forgot a const 2005/10/31 11:48:26 pl 1.8.16.1: #i48643# high contrast images for printer admin


2005-11-04  Kurt Zenker  <kz@openoffice.org>  [fdce75c43d9c98928bf8555fbb0ea12a9a9c4f76]

INTEGRATION: CWS padminhc (1.10.16); FILE MERGED 2005/10/31 11:48:26 pl 1.10.16.1: #i48643# high contrast images for printer admin


2005-11-04  Kurt Zenker  <kz@openoffice.org>  [3eb9ca1612444b3d02d8c8c1e44d39301d03ed64]

INTEGRATION: CWS padminhc (1.17.10); FILE MERGED 2005/11/01 11:06:07 pl 1.17.10.3: #i48643# no transparent color anymore, use GetDisplayBackground instead of settings 2005/10/31 14:19:19 pl 1.17.10.2: #i48643# forgot a const 2005/10/31 11:48:25 pl 1.17.10.1: #i48643# high contrast images for printer admin


2005-11-04  Kurt Zenker  <kz@openoffice.org>  [449c24e1da6bdb5a6247b128601620114362ee7e]

INTEGRATION: CWS padminhc (1.5.16); FILE MERGED 2005/10/31 14:19:18 pl 1.5.16.2: #i48643# forgot a const 2005/10/31 11:48:25 pl 1.5.16.1: #i48643# high contrast images for printer admin


2005-11-04  Kurt Zenker  <kz@openoffice.org>  [ecfd00fa9deab71fce3b0999fed3448fc7aa83dc]

INTEGRATION: CWS padminhc (1.17.16); FILE MERGED 2005/11/01 11:06:07 pl 1.17.16.3: #i48643# no transparent color anymore, use GetDisplayBackground instead of settings 2005/10/31 14:19:18 pl 1.17.16.2: #i48643# forgot a const 2005/10/31 11:48:25 pl 1.17.16.1: #i48643# high contrast images for printer admin


2005-11-04  Kurt Zenker  <kz@openoffice.org>  [d66ea05bf9e1be383ab6610f83d40542018a1182]

INTEGRATION: CWS i18n21 (1.33.10); FILE MERGED 2005/10/25 21:20:52 khong 1.33.10.1: #i55932# add number as index keys.


2005-11-04  Kurt Zenker  <kz@openoffice.org>  [ad6cf0967966cbc5fdaea06ac1c8f06b1e3947c6]

INTEGRATION: CWS i18n21 (1.3.46); FILE MERGED 2005/10/21 00:35:09 khong 1.3.46.1: #i55778 reverse back last change, treat letter and number combination as one word.


2005-11-04  Kurt Zenker  <kz@openoffice.org>  [0cc701635b64152f058f683f3a6a728696d23218]

INTEGRATION: CWS i18n21 (1.2.2); FILE MERGED 2005/10/21 00:35:08 khong 1.2.2.1: #i55778 reverse back last change, treat letter and number combination as one word.


2005-11-04  Kurt Zenker  <kz@openoffice.org>  [7ec5a4cefa2c82cdecf3adfc96ed83b1b2137cf4]

INTEGRATION: CWS i18n21 (1.3.46); FILE MERGED 2005/10/21 00:35:08 khong 1.3.46.1: #i55778 reverse back last change, treat letter and number combination as one word.


2005-11-04  Kurt Zenker  <kz@openoffice.org>  [b358bf4df2b9e912241560eaea81a9b27b4c25bc]

INTEGRATION: CWS i18n21 (1.4.46); FILE MERGED 2005/10/21 00:35:07 khong 1.4.46.1: #i55778 reverse back last change, treat letter and number combination as one word.


2005-11-03  Kurt Zenker  <kz@openoffice.org>  [cb9207c3ecf8a55bc52e82509793367c033c78cb]

#i10000# add tools lib


2005-11-03  Kurt Zenker  <kz@openoffice.org>  [ad1083e1ff99a10e5d0fb29b0c494d734a0a9046]

#i10000# fixed undefined rPolyPoly


2005-11-03  Vladimir Glazounov  <vg@openoffice.org>  [904bb0b44a76e5f931a41873ce1193d0ee14fbe9]

new version for SRC680


2005-11-03  Kurt Zenker  <kz@openoffice.org>  [e1ac77cd55a70e99ff64a3c86040f54dead07324]

#i10000# chg. Count -> count (hdu)


2005-11-03  Kurt Zenker  <kz@openoffice.org>  [d52712deeba4a87befc84dfd1f09974f055164ff]

INTEGRATION: CWS fwk23 (1.11.38); FILE MERGED 2005/10/17 14:11:59 abi 1.11.38.2: RESYNC: (1.11-1.12); FILE MERGED 2005/09/29 11:16:47 mav 1.11.38.1: #i51489# update replacement on demand after the object is modified


2005-11-03  Kurt Zenker  <kz@openoffice.org>  [a0b3a78dd6a0c80f3ac392c6a15b781e5a1cb5ec]

INTEGRATION: CWS fwk23 (1.215.192); FILE MERGED 2005/10/18 11:58:14 abi 1.215.192.2: RESYNC: (1.215-1.217); FILE MERGED 2005/09/01 15:54:21 cd 1.215.192.1: #i54092# Remove/add window from/to task pane list, if system parent is changed by setParent


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b6ba225cdbf4789014a51a135f6e90231451700a]

INTEGRATION: CWS canvas02 (1.65.86); FILE MERGED 2005/10/09 07:13:02 thb 1.65.86.2: RESYNC: (1.65-1.69); FILE MERGED 2005/09/15 15:32:09 hdu 1.65.86.1: #125760# add GetTextOutline with basegfx polygon result


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [66a003429db04a0f923c67b9d9270ed0ec89aedf]

INTEGRATION: CWS canvas02 (1.200.62); FILE MERGED 2005/10/09 07:07:38 thb 1.200.62.3: RESYNC: (1.200-1.206); FILE MERGED 2005/09/15 15:32:08 hdu 1.200.62.2: #125760# add GetTextOutline with basegfx polygon result 2005/07/13 14:16:03 thb 1.200.62.1: #i51362# Factored out text rect rendering into render method - to be used by OutputDevice::AddTextRectActions()


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [8cc5f828c4c9dbe9ad5f6b93a27c845bb0f612e4]

INTEGRATION: CWS canvas02 (1.28.56); FILE MERGED 2005/10/09 07:45:23 thb 1.28.56.2: RESYNC: (1.28-1.30); FILE MERGED 2005/07/28 15:00:30 thb 1.28.56.1: Join from cws_src680_glcanvas: needed the SystemChildWindow stuff also here


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [bba411b0fdc76e0042d180c9bc395842cc28981d]

INTEGRATION: CWS canvas02 (1.6.106); FILE MERGED 2005/10/09 04:51:38 thb 1.6.106.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/17 23:12:00 thb 1.6.106.1: #i48939# Added DECLARE_UNO3_XCOMPONENT_DEFAULTS and co., these are needed to handle UNO interfaces derived from XComponent conveniently.


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [22529f321ec34570e3044fca6d8301e3a4f4bcb1]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/18 13:44:24 thb 1.1.2.2: #i48939# Cosmetic changes 2005/10/18 13:31:50 thb 1.1.2.1: #i48939# Moved here from chart2


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [2590c32c9c2344c8004180832ab50b3fb6b45060]

INTEGRATION: CWS canvas02 (1.5.26); FILE MERGED 2005/08/30 22:55:07 thb 1.5.26.1: #i52876# Changed CubicBezier segments to compile again (AW added second vector constructor); added test for tools::isRectangle() method


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b2154f1ae28841d20b075fc508066a5f1ee4bede]

INTEGRATION: CWS canvas02 (1.12.4); FILE MERGED 2005/10/08 13:26:34 thb 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2005/07/28 10:10:22 thb 1.12.4.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [c5bb2b35e074786856d921198fc3664101052b2a]

INTEGRATION: CWS canvas02 (1.6.24); FILE MERGED 2005/10/08 13:25:25 thb 1.6.24.2: RESYNC: (1.6-1.7); FILE MERGED 2005/07/28 10:10:22 thb 1.6.24.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [2adbe4e3578a09cce8f2c3490af43c36376ab211]

INTEGRATION: CWS canvas02 (1.4.6); FILE MERGED 2005/10/08 13:23:32 thb 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/17 23:08:14 thb 1.4.6.1: #i48939# Moved set difference calculation for ranges to basegfx (the computeSetDifference() methods); added more basic type conversion to canvastools


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [0426e139c23369b9d6a6ccdef1be3d120cdbec3e]

INTEGRATION: CWS canvas02 (1.2.24); FILE MERGED 2005/10/08 13:23:22 thb 1.2.24.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/17 23:08:14 thb 1.2.24.1: #i48939# Moved set difference calculation for ranges to basegfx (the computeSetDifference() methods); added more basic type conversion to canvastools


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [3b67cc41d99b9f4474e96b408d868b6f0cce278d]

INTEGRATION: CWS canvas02 (1.6.10); FILE MERGED 2005/10/24 16:16:18 thb 1.6.10.1: #i48939# The int<->double conversions now preserve the empty state of ranges


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [d8c98f9a44ac8c5754eb55a569fdcba1bfa85585]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:39:29 thb 1.1.2.4: #i54170# Corrected license headers 2005/06/30 15:09:40 thb 1.1.2.3: #i10000# gcc is again much more picky about typename... 2005/06/29 19:18:58 thb 1.1.2.2: #i48939# Added B2IBox case for computeSetDifference 2005/06/17 23:08:14 thb 1.1.2.1: #i48939# Moved set difference calculation for ranges to basegfx (the computeSetDifference() methods); added more basic type conversion to canvastools


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b0a9832182e10ae5746cefca761dc1e6029c9260]

INTEGRATION: CWS canvas02 (1.5.10); FILE MERGED 2005/10/24 16:16:17 thb 1.5.10.1: #i48939# The int<->double conversions now preserve the empty state of ranges


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [4eadd15b55d87eb157b41c675569fc81c42480e6]

INTEGRATION: CWS canvas02 (1.7.8); FILE MERGED 2005/10/08 13:20:05 thb 1.7.8.2: RESYNC: (1.7-1.8); FILE MERGED 2005/07/28 10:10:21 thb 1.7.8.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b1a642d0e6f629ee40d25662192f794560afd34a]

INTEGRATION: CWS canvas02 (1.4.40); FILE MERGED 2005/10/08 13:21:46 thb 1.4.40.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/28 10:10:21 thb 1.4.40.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [cfd1cde478af644c3587d18c98a7f8d895023f67]

INTEGRATION: CWS canvas02 (1.5.26); FILE MERGED 2005/10/08 13:21:31 thb 1.5.26.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/28 10:10:21 thb 1.5.26.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [885e665cf5d2e59d7458e4cd31346295c823a486]

INTEGRATION: CWS canvas02 (1.11.8); FILE MERGED 2005/10/08 13:20:40 thb 1.11.8.3: RESYNC: (1.11-1.12); FILE MERGED 2005/08/30 22:58:23 thb 1.11.8.2: #i52876# Corrected tools::isRectangle(); added isRectangle() also for poly-polygon; removed isPolyPolygonEqualRectangle() (because of the redundancy) 2005/07/28 10:10:21 thb 1.11.8.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [85fc6c7771ea8c2e672c5111701f157892cf3da4]

INTEGRATION: CWS canvas02 (1.3.12); FILE MERGED 2005/10/08 13:20:31 thb 1.3.12.3: RESYNC: (1.3-1.4); FILE MERGED 2005/07/28 10:10:20 thb 1.3.12.2: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes 2005/06/08 16:19:08 thb 1.3.12.1: #i50485# Made the check 64bit-safe


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b9a8bdc62b9a83446176203b20acab8da4419908]

INTEGRATION: CWS canvas02 (1.8.24); FILE MERGED 2005/10/08 13:20:16 thb 1.8.24.2: RESYNC: (1.8-1.9); FILE MERGED 2005/07/28 10:10:20 thb 1.8.24.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [91f3a1096fab107cdff8a8fc1d78cd97f8e95ead]

INTEGRATION: CWS canvas02 (1.12.24); FILE MERGED 2005/10/08 13:19:50 thb 1.12.24.2: RESYNC: (1.12-1.13); FILE MERGED 2005/07/28 10:10:20 thb 1.12.24.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [2d55e754728b4d4afd6364081ae0be324caaf2fe]

INTEGRATION: CWS canvas02 (1.19.8); FILE MERGED 2005/10/08 13:19:22 thb 1.19.8.6: RESYNC: (1.19-1.20); FILE MERGED 2005/09/05 10:08:53 mbu 1.19.8.5: isPolyPolygonEqualRectangle() 2005/08/30 22:58:23 thb 1.19.8.4: #i52876# Corrected tools::isRectangle(); added isRectangle() also for poly-polygon; removed isPolyPolygonEqualRectangle() (because of the redundancy) 2005/08/30 15:14:46 mbu 1.19.8.3: isPolyPolygonEqualRectangle() 2005/07/28 15:01:25 thb 1.19.8.2: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes 2005/07/28 10:10:20 thb 1.19.8.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [2255799e14509f190642ff05488c9f429af36d7b]

INTEGRATION: CWS canvas02 (1.2.8); FILE MERGED 2005/10/08 13:19:12 thb 1.2.8.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/28 10:10:19 thb 1.2.8.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [f56714b7dc3179594967b4bddac6cf25bb8acd0a]

INTEGRATION: CWS canvas02 (1.1.6); FILE ADDED 2005/10/11 15:39:28 thb 1.1.6.5: #i54170# Corrected license headers 2005/10/10 21:46:09 thb 1.1.6.4: #i48939# Renamed triangle list on range clip method 2005/09/05 16:33:18 mbu 1.1.6.3: clipPolygonOnRange() for triangle lists 2005/08/01 13:50:41 thb 1.1.6.2: #i48939# 2nd merge from CWS aw024 2005/07/28 10:10:19 thb 1.1.6.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [7b1565eca2b7e902b95323787de4395d34892b91]

INTEGRATION: CWS canvas02 (1.12.8); FILE MERGED 2005/10/08 13:19:01 thb 1.12.8.2: RESYNC: (1.12-1.13); FILE MERGED 2005/07/28 10:10:19 thb 1.12.8.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [57fadff82b88a9593219903b99109e44f2ca6204]

INTEGRATION: CWS canvas02 (1.1.58); FILE MERGED 2005/10/08 13:18:13 thb 1.1.58.2: RESYNC: (1.1-1.2); FILE MERGED 2005/07/28 10:10:19 thb 1.1.58.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [f682b93069cf458aed335b30d1086af782bbd7e1]

INTEGRATION: CWS canvas02 (1.5.58); FILE MERGED 2005/10/08 13:17:58 thb 1.5.58.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/28 10:10:18 thb 1.5.58.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [f7d93c61471feb1230492cf0957530e137e0c440]

INTEGRATION: CWS canvas02 (1.1.58); FILE MERGED 2005/10/08 13:17:33 thb 1.1.58.2: RESYNC: (1.1-1.2); FILE MERGED 2005/07/28 10:10:18 thb 1.1.58.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [d94220e2fae1b883effe4ed04dd39582d01e1192]

INTEGRATION: CWS canvas02 (1.5.58); FILE MERGED 2005/10/08 13:17:15 thb 1.5.58.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/28 10:10:18 thb 1.5.58.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [3d48f827e8fdba000d1a3bf0a607eeab7d57ae43]

INTEGRATION: CWS canvas02 (1.7.24); FILE MERGED 2005/10/08 13:16:06 thb 1.7.24.2: RESYNC: (1.7-1.8); FILE MERGED 2005/07/28 10:10:18 thb 1.7.24.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a024031ca9da36e5b60963cd37836ad5dd905404]

INTEGRATION: CWS canvas02 (1.9.2); FILE MERGED 2005/10/08 13:15:45 thb 1.9.2.3: RESYNC: (1.9-1.10); FILE MERGED 2005/08/22 15:30:17 thb 1.9.2.2: #i10000# Added comment string 2005/07/28 10:10:18 thb 1.9.2.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [32a3aa786686c29bb22c4047625f8d841a9d85e3]

INTEGRATION: CWS canvas02 (1.9.22); FILE MERGED 2005/10/08 13:13:44 thb 1.9.22.2: RESYNC: (1.9-1.10); FILE MERGED 2005/07/28 10:10:17 thb 1.9.22.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b06b249d9fe7eb95ea776d8132c083158dcfb51d]

INTEGRATION: CWS canvas02 (1.26.8); FILE MERGED 2005/07/28 10:11:16 thb 1.26.8.2: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes 2005/06/29 19:18:17 thb 1.26.8.1: #i48939# Adapted d.lst for new box classes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [e7bd7200137c219f980db3130715931dd0534a2b]

INTEGRATION: CWS canvas02 (1.5.6); FILE MERGED 2005/10/08 13:07:57 thb 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/17 23:09:55 thb 1.5.6.1: #i48939# Overhauled and impreoved connected ranges (also slight speedup); added nested types to b2xrange (needed for the computeSetDifferences() template; added more basic type conversion methods to canvastools


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [39b81c2d7a707e1f560652268cd91f26cd3e528b]

INTEGRATION: CWS canvas02 (1.10.6); FILE MERGED 2005/10/08 13:07:17 thb 1.10.6.2: RESYNC: (1.10-1.11); FILE MERGED 2005/06/17 23:09:55 thb 1.10.6.1: #i48939# Overhauled and impreoved connected ranges (also slight speedup); added nested types to b2xrange (needed for the computeSetDifferences() template; added more basic type conversion methods to canvastools


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [8a58fa97daae5c82ea0166ecd96edec9c9068fe5]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:39:27 thb 1.1.2.2: #i54170# Corrected license headers 2005/06/29 19:16:34 thb 1.1.2.1: #i48939# Added BxIBox classes, that complement the BxIRange ones (the old right and bottom line inclusive/exclusive clash)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [ad591ca1d6e2e9312917bbef6de9b34247bab665]

INTEGRATION: CWS canvas02 (1.2.2); FILE ADDED 2005/10/11 15:39:26 thb 1.2.2.2: #i54170# Corrected license headers 2005/06/29 19:17:08 thb 1.2.2.1: #i48939# Added BxIBox classes, that complement the BxIRange ones (the old right and bottom line inclusive/exclusive clash)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [57082c583a07c484f5aa4c23c199eb29827faf1e]

INTEGRATION: CWS canvas02 (1.7.22); FILE MERGED 2005/10/08 13:05:32 thb 1.7.22.2: RESYNC: (1.7-1.8); FILE MERGED 2005/06/17 23:09:54 thb 1.7.22.1: #i48939# Overhauled and impreoved connected ranges (also slight speedup); added nested types to b2xrange (needed for the computeSetDifferences() template; added more basic type conversion methods to canvastools


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [7162c977dd4171c214c1839bd19311d424b49650]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:39:25 thb 1.1.2.2: #i54170# Corrected license headers 2005/06/29 19:16:59 thb 1.1.2.1: #i48939# Added BxIBox classes, that complement the BxIRange ones (the old right and bottom line inclusive/exclusive clash)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [5c58f5c9a233340043859ae02bf0d16c11701407]

INTEGRATION: CWS canvas02 (1.13.6); FILE MERGED 2005/10/08 13:05:05 thb 1.13.6.2: RESYNC: (1.13-1.14); FILE MERGED 2005/06/17 23:09:54 thb 1.13.6.1: #i48939# Overhauled and impreoved connected ranges (also slight speedup); added nested types to b2xrange (needed for the computeSetDifferences() template; added more basic type conversion methods to canvastools


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [1121fe7201104ffeaf2b6609a7a30401863e7eb0]

INTEGRATION: CWS canvas02 (1.2.24); FILE MERGED 2005/10/14 21:36:41 thb 1.2.24.3: #118732# Now comparing component bounds with _accumulated_ new bounds (otherwise, growing current component would not be adequaltely represented in the boundingbox) 2005/10/08 13:04:38 thb 1.2.24.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/17 23:09:54 thb 1.2.24.1: #i48939# Overhauled and impreoved connected ranges (also slight speedup); added nested types to b2xrange (needed for the computeSetDifferences() template; added more basic type conversion methods to canvastools


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [acda66bc66041c8bae0401e2082e355457f4dfd3]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:39:25 thb 1.1.2.2: #i54170# Corrected license headers 2005/06/29 19:16:44 thb 1.1.2.1: #i48939# Added BxIBox classes, that complement the BxIRange ones (the old right and bottom line inclusive/exclusive clash)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [2e80bbae202ed3e099344f65b6430de547b1abef]

INTEGRATION: CWS canvas02 (1.4.58); FILE MERGED 2005/10/08 13:03:31 thb 1.4.58.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/28 10:10:43 thb 1.4.58.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [e8f4bf343372661fff446f0caf0dfa5faf1ab093]

INTEGRATION: CWS canvas02 (1.5.26); FILE MERGED 2005/10/08 13:03:17 thb 1.5.26.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/28 10:10:43 thb 1.5.26.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [1d25f907b87c496d13c5119c07029ce05e1e4cdd]

INTEGRATION: CWS canvas02 (1.12.20); FILE MERGED 2005/10/08 13:02:42 thb 1.12.20.3: RESYNC: (1.12-1.13); FILE MERGED 2005/08/30 22:56:07 thb 1.12.20.2: #i52876# Clarified docs on tools::isRectangle; added isRectangle also for poly-polygon 2005/07/28 10:10:43 thb 1.12.20.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [7b23ffea518994c67ba117ee0a4bc81d41ed2e1c]

INTEGRATION: CWS canvas02 (1.6.28); FILE MERGED 2005/10/08 13:02:06 thb 1.6.28.2: RESYNC: (1.6-1.7); FILE MERGED 2005/07/28 10:10:42 thb 1.6.28.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [58dd7f0ba70770aef47efa53fe29b1eee9508b0b]

INTEGRATION: CWS canvas02 (1.17.8); FILE MERGED 2005/10/08 13:01:21 thb 1.17.8.5: RESYNC: (1.17-1.18); FILE MERGED 2005/09/05 10:08:52 mbu 1.17.8.4: isPolyPolygonEqualRectangle() 2005/08/30 22:56:07 thb 1.17.8.3: #i52876# Clarified docs on tools::isRectangle; added isRectangle also for poly-polygon 2005/08/30 15:14:46 mbu 1.17.8.2: isPolyPolygonEqualRectangle() 2005/07/28 10:10:42 thb 1.17.8.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [d0905d0fabf554b8e3996f056e1443af46954598]

INTEGRATION: CWS canvas02 (1.2.8); FILE MERGED 2005/10/08 13:01:13 thb 1.2.8.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/28 10:10:42 thb 1.2.8.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [81001ac13f8b66136f05fb6a8ffdadc6832cb211]

INTEGRATION: CWS canvas02 (1.1.6); FILE ADDED 2005/10/11 15:39:24 thb 1.1.6.5: #i54170# Corrected license headers 2005/10/10 21:45:41 thb 1.1.6.4: #i48939# Renamed triangle list on range clip method 2005/09/05 16:33:17 mbu 1.1.6.3: clipPolygonOnRange() for triangle lists 2005/08/01 13:49:11 thb 1.1.6.2: #i48939# 2nd merge from CWS aw024 2005/07/28 10:10:42 thb 1.1.6.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [026b1475708e428328fae7527a20d3f2a7222dc8]

INTEGRATION: CWS canvas02 (1.6.58); FILE MERGED 2005/10/08 12:58:51 thb 1.6.58.2: RESYNC: (1.6-1.7); FILE MERGED 2005/07/28 10:10:41 thb 1.6.58.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [1264c5d639eae5a58a9dde5dbe772aaabc4ad5a0]

INTEGRATION: CWS canvas02 (1.6.58); FILE MERGED 2005/10/08 12:58:42 thb 1.6.58.2: RESYNC: (1.6-1.7); FILE MERGED 2005/07/28 10:10:41 thb 1.6.58.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [333fd382f8e59fd7c8174ce529e0aee5a931b8b3]

INTEGRATION: CWS canvas02 (1.8.22); FILE MERGED 2005/10/08 12:58:12 thb 1.8.22.2: RESYNC: (1.8-1.9); FILE MERGED 2005/07/28 10:10:41 thb 1.8.22.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [fcba7a1614582fbcff654b7a27c3535b37ee62c2]

INTEGRATION: CWS canvas02 (1.6.4); FILE MERGED 2005/10/09 09:24:56 thb 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/19 11:08:35 thb 1.6.4.1: #i53538# Changed clip setting to use basegfx polygon (cppcanvas::PolyPolygon contains reference back to canvas); changed direct access to base class member to getter method, thus, providing the actual XCanvas clip polygon lazily.


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [63f1a016ce29b3ab6f29b8b749f3e15ee09a24ef]

INTEGRATION: CWS canvas02 (1.5.8); FILE MERGED 2005/10/09 09:23:53 thb 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/19 11:08:35 thb 1.5.8.1: #i53538# Changed clip setting to use basegfx polygon (cppcanvas::PolyPolygon contains reference back to canvas); changed direct access to base class member to getter method, thus, providing the actual XCanvas clip polygon lazily.


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b4ed5b2fa435944b2e2c7d5b8025a207aae4f202]

INTEGRATION: CWS canvas02 (1.5.10); FILE MERGED 2005/10/09 09:22:56 thb 1.5.10.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/19 11:08:35 thb 1.5.10.1: #i53538# Changed clip setting to use basegfx polygon (cppcanvas::PolyPolygon contains reference back to canvas); changed direct access to base class member to getter method, thus, providing the actual XCanvas clip polygon lazily.


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [5756fab8789fe6603c770c2effc23322c843a88d]

INTEGRATION: CWS canvas02 (1.5.8); FILE MERGED 2005/10/09 09:22:39 thb 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/19 11:08:35 thb 1.5.8.1: #i53538# Changed clip setting to use basegfx polygon (cppcanvas::PolyPolygon contains reference back to canvas); changed direct access to base class member to getter method, thus, providing the actual XCanvas clip polygon lazily.


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b108bc6d38673ac0fcd02e92db0ff8ee5d910d02]

INTEGRATION: CWS canvas02 (1.6.4); FILE MERGED 2005/10/24 16:28:44 thb 1.6.4.1: #i48939# Providing the sprite priority also on the cppcanvas wrapper


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [3581c9241fd4513b84360003ed70835c2d546073]

INTEGRATION: CWS canvas02 (1.5.8); FILE MERGED 2005/10/24 16:28:43 thb 1.5.8.3: #i48939# Providing the sprite priority also on the cppcanvas wrapper 2005/10/09 09:22:10 thb 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/17 23:15:11 thb 1.5.8.1: #i48939# Handle clip correctly for transparency groups; adapted clip handling for sprites (after clarifying the UNO API semantics)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [21519670597e61a145ac9be71b0ea8b6779004ed]

INTEGRATION: CWS canvas02 (1.5.8); FILE MERGED 2005/10/09 09:21:45 thb 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/19 11:08:34 thb 1.5.8.1: #i53538# Changed clip setting to use basegfx polygon (cppcanvas::PolyPolygon contains reference back to canvas); changed direct access to base class member to getter method, thus, providing the actual XCanvas clip polygon lazily.


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [9178eee375ca9248248c6b8eb4cd445557efbf31]

INTEGRATION: CWS canvas02 (1.5.8); FILE MERGED 2005/10/09 09:20:43 thb 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/19 11:08:34 thb 1.5.8.1: #i53538# Changed clip setting to use basegfx polygon (cppcanvas::PolyPolygon contains reference back to canvas); changed direct access to base class member to getter method, thus, providing the actual XCanvas clip polygon lazily.


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [2c56c259fab3360b85a2f7ce18b3b33d98536b8c]

INTEGRATION: CWS canvas02 (1.5.10); FILE MERGED 2005/10/09 09:19:16 thb 1.5.10.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/19 11:08:34 thb 1.5.10.1: #i53538# Changed clip setting to use basegfx polygon (cppcanvas::PolyPolygon contains reference back to canvas); changed direct access to base class member to getter method, thus, providing the actual XCanvas clip polygon lazily.


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [8f471053bd3362c190e526f8fa6aa6ada538b5ce]

INTEGRATION: CWS canvas02 (1.5.8); FILE MERGED 2005/10/09 09:19:00 thb 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/19 11:08:34 thb 1.5.8.1: #i53538# Changed clip setting to use basegfx polygon (cppcanvas::PolyPolygon contains reference back to canvas); changed direct access to base class member to getter method, thus, providing the actual XCanvas clip polygon lazily.


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [cd307ab448192eaad3ea59f9e1036f495fd50d60]

INTEGRATION: CWS canvas02 (1.5.8); FILE MERGED 2005/10/09 09:18:28 thb 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/19 11:08:34 thb 1.5.8.1: #i53538# Changed clip setting to use basegfx polygon (cppcanvas::PolyPolygon contains reference back to canvas); changed direct access to base class member to getter method, thus, providing the actual XCanvas clip polygon lazily.


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [e34a2727749edc078fbb5fe8754e4657c074d9e1]

INTEGRATION: CWS canvas02 (1.6.4); FILE MERGED 2005/10/09 09:17:57 thb 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/19 11:08:33 thb 1.6.4.1: #i53538# Changed clip setting to use basegfx polygon (cppcanvas::PolyPolygon contains reference back to canvas); changed direct access to base class member to getter method, thus, providing the actual XCanvas clip polygon lazily.


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [9100b14f4a9dab1b733b62713bc1de950fa88bc2]

INTEGRATION: CWS canvas02 (1.4.10); FILE MERGED 2005/10/09 09:16:37 thb 1.4.10.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 11:07:04 thb 1.4.10.1: #i53538# Changed clip setting to use basegfx polygon (cppcanvas::PolyPolygon contains reference back to canvas)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [87b76cbb0cd3b5c59cd8001b2975045fe53c47c6]

INTEGRATION: CWS canvas02 (1.5.4); FILE MERGED 2005/10/09 09:16:14 thb 1.5.4.4: RESYNC: (1.6-1.7); FILE MERGED 2005/08/30 11:34:02 thb 1.5.4.3: #i53964# Added optional rotation angle parameter to modifyClip (and changed all call sites); passing the font rotation as an additional parameter, when calling modifyClip for TextActions. 2005/08/24 23:02:58 thb 1.5.4.2: #i52876# Added CachedPrimitiveBase base class for common XCachedPrimitive handling; removed external header guards from cxx files 2005/06/17 23:15:11 thb 1.5.4.1: #i48939# Handle clip correctly for transparency groups; adapted clip handling for sprites (after clarifying the UNO API semantics)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [2761a5deef5ca31f3ee4b1209e6a4c8b058f0403]

INTEGRATION: CWS canvas02 (1.8.2); FILE MERGED 2005/10/17 15:49:20 thb 1.8.2.5: #i54035# Corrected emboss/relief mode (reversed semantics of emboss and relief, and painted relief shadow behing normal text now) 2005/10/09 09:14:47 thb 1.8.2.4: RESYNC: (1.8-1.9); FILE MERGED 2005/10/04 13:32:43 thb 1.8.2.3: #i55166# Correctly handling NULL dx array (fetching the char positions manually in this case). 2005/08/30 11:34:01 thb 1.8.2.2: #i53964# Added optional rotation angle parameter to modifyClip (and changed all call sites); passing the font rotation as an additional parameter, when calling modifyClip for TextActions. 2005/08/24 23:02:58 thb 1.8.2.1: #i52876# Added CachedPrimitiveBase base class for common XCachedPrimitive handling; removed external header guards from cxx files


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [d7d00aa586221a8ac85318ab6102855efb3e51fe]

INTEGRATION: CWS canvas02 (1.6.4); FILE MERGED 2005/10/09 09:14:23 thb 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/24 23:02:57 thb 1.6.4.1: #i52876# Added CachedPrimitiveBase base class for common XCachedPrimitive handling; removed external header guards from cxx files


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [eec7d0c1244828c70f63ea0b36b1894846940138]

INTEGRATION: CWS canvas02 (1.6.4); FILE MERGED 2005/10/09 09:13:43 thb 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/24 23:02:57 thb 1.6.4.1: #i52876# Added CachedPrimitiveBase base class for common XCachedPrimitive handling; removed external header guards from cxx files


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [04e3e286da177da3681868b0c84f7191314b2c5a]

INTEGRATION: CWS canvas02 (1.5.4); FILE MERGED 2005/10/09 09:12:51 thb 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/30 11:34:00 thb 1.5.4.1: #i53964# Added optional rotation angle parameter to modifyClip (and changed all call sites); passing the font rotation as an additional parameter, when calling modifyClip for TextActions.


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [0fd53c967c2ce17b0305f0495d54d4caab9fb490]

INTEGRATION: CWS canvas02 (1.6.4); FILE MERGED 2005/10/09 09:12:39 thb 1.6.4.3: RESYNC: (1.6-1.7); FILE MERGED 2005/08/30 11:34:00 thb 1.6.4.2: #i53964# Added optional rotation angle parameter to modifyClip (and changed all call sites); passing the font rotation as an additional parameter, when calling modifyClip for TextActions. 2005/08/24 23:02:57 thb 1.6.4.1: #i52876# Added CachedPrimitiveBase base class for common XCachedPrimitive handling; removed external header guards from cxx files


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [56f2b260cf0de9db0d5d9e5804aacb9ad7775e14]

INTEGRATION: CWS canvas02 (1.3.22); FILE MERGED 2005/10/09 09:12:26 thb 1.3.22.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/24 23:02:57 thb 1.3.22.1: #i52876# Added CachedPrimitiveBase base class for common XCachedPrimitive handling; removed external header guards from cxx files


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [8228d909bf9b3330a3ce526fe85c7220cbca4449]

INTEGRATION: CWS canvas02 (1.6.4); FILE MERGED 2005/10/09 09:11:49 thb 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/24 23:02:57 thb 1.6.4.1: #i52876# Added CachedPrimitiveBase base class for common XCachedPrimitive handling; removed external header guards from cxx files


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [7f438eab7a8970e8729985ae47266439f2dec498]

INTEGRATION: CWS canvas02 (1.10.2); FILE MERGED 2005/10/31 22:21:55 thb 1.10.2.9: #i48939# Of course, the middle actions don't get NO subset - they are fully included. 2005/10/29 23:29:49 thb 1.10.2.8: #i48939# Corrected STL loop over all subset actions for bounds query: of course, it's wrong to only get the subsetted bounds only for first and last action, and the unsubsetted bounds for the middle ones; no clipping the calculated unit bounds against the unit rect, to avoid pathological cases, where a metafile extends beyond the shape bounds 2005/10/28 13:55:56 thb 1.10.2.7: #i54035# Corrected wrong copy'n'paste from outdev3.cxx (black text actually changes the _text color_ not the relief color) 2005/10/17 15:49:20 thb 1.10.2.6: #i54035# Corrected emboss/relief mode (reversed semantics of emboss and relief, and painted relief shadow behing normal text now) 2005/10/17 12:36:41 thb 1.10.2.5: RESYNC: (1.12-1.13); FILE MERGED 2005/10/14 11:47:37 thb 1.10.2.4: #i51362# Misunderstood semantic of OutDev::DrawMask() - mask color is actually a uniform color that shows through the mask. Fixed. 2005/10/09 09:11:41 thb 1.10.2.3: RESYNC: (1.10-1.12); FILE MERGED 2005/08/19 11:11:21 thb 1.10.2.2: #i53538# Changed clip setting to use basegfx polygon (cppcanvas::PolyPolygon contains reference back to canvas); changed direct access to base class member to getter method, thus, providing the actual XCanvas clip polygon lazily. 2005/07/13 14:22:53 thb 1.10.2.1: #i51362# Implemented TEXTRECT action


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [22879f07fd5f04a86786ae555328a05d9cfef4c9]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:42:27 thb 1.1.2.2: #i54170# Corrected license headers 2005/08/24 22:59:00 thb 1.1.2.1: #i52876# Initial revision: base class for common XCachedPrimitive handling


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [22527da28c29fd9dc44be4a3d462397c79b1112a]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:42:25 thb 1.1.2.2: #i54170# Corrected license headers 2005/08/24 22:59:10 thb 1.1.2.1: #i52876# Initial revision: base class for common XCachedPrimitive handling


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [ae69ba0256c6c49764e7974ee718d095590b8177]

INTEGRATION: CWS canvas02 (1.6.4); FILE MERGED 2005/10/09 09:11:10 thb 1.6.4.3: RESYNC: (1.6-1.7); FILE MERGED 2005/08/30 11:33:59 thb 1.6.4.2: #i53964# Added optional rotation angle parameter to modifyClip (and changed all call sites); passing the font rotation as an additional parameter, when calling modifyClip for TextActions. 2005/08/24 23:02:56 thb 1.6.4.1: #i52876# Added CachedPrimitiveBase base class for common XCachedPrimitive handling; removed external header guards from cxx files


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [224429d8f7685c15965397a57a2b9284a98dd14e]

INTEGRATION: CWS canvas02 (1.9.4); FILE MERGED 2005/10/28 13:55:55 thb 1.9.4.1: #i54035# Corrected wrong copy'n'paste from outdev3.cxx (black text actually changes the _text color_ not the relief color)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [e9eee54317e968dc8304fb4bd468a1122aed5649]

INTEGRATION: CWS canvas02 (1.3.10); FILE MERGED 2005/10/09 09:10:28 thb 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/19 11:06:41 thb 1.3.10.1: #i53538# Changed clip setting to use basegfx polygon (cppcanvas::PolyPolygon contains reference back to canvas)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [8809b17636af91272ef5f5af3dc4745158e76601]

INTEGRATION: CWS canvas02 (1.6.4); FILE MERGED 2005/10/24 16:27:46 thb 1.6.4.1: #i48939# Providing the sprite priority also on the cppcanvas wrapper


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [77b8fcf8542f89b2edb4e0895953096f9de622a1]

INTEGRATION: CWS canvas02 (1.3.24); FILE MERGED 2005/10/09 09:08:04 thb 1.3.24.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/19 11:06:08 thb 1.3.24.1: #i53538# Changed clip setting to use basegfx polygon (cppcanvas::PolyPolygon contains reference back to canvas)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [11ee9cac4cb89cee7c025fee6a8312ef3a0369cf]

INTEGRATION: CWS canvas02 (1.6.4); FILE MERGED 2005/10/09 09:07:55 thb 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/19 11:06:08 thb 1.6.4.1: #i53538# Changed clip setting to use basegfx polygon (cppcanvas::PolyPolygon contains reference back to canvas)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b49929e8ac38a29ef9660bfbb91bf1a7a4d9a366]

INTEGRATION: CWS canvas02 (1.4.450); FILE MERGED 2005/10/09 09:04:46 thb 1.4.450.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/28 15:00:35 thb 1.4.450.1: Join from cws_src680_glcanvas: needed the SystemChildWindow stuff also here


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [3dbed0930caa7eb0acb76899d9e280295ce99153]

INTEGRATION: CWS canvas02 (1.69.64); FILE MERGED 2005/10/09 09:01:13 thb 1.69.64.2: RESYNC: (1.69-1.71); FILE MERGED 2005/09/15 15:32:26 hdu 1.69.64.1: #125760# add GetTextOutline with basegfx polygon result


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [6607117af69374eafa7e313c8d1b0149ca35cadf]

INTEGRATION: CWS canvas02 (1.23.82); FILE MERGED 2005/10/09 08:58:52 thb 1.23.82.2: RESYNC: (1.23-1.25); FILE MERGED 2005/07/28 15:00:34 thb 1.23.82.1: Join from cws_src680_glcanvas: needed the SystemChildWindow stuff also here


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [740b60c720f9d9a8b4d167fed3c108eb0c8f6c78]

INTEGRATION: CWS canvas02 (1.8.192); FILE MERGED 2005/10/09 08:54:16 thb 1.8.192.2: RESYNC: (1.8-1.9); FILE MERGED 2005/07/28 15:00:34 thb 1.8.192.1: Join from cws_src680_glcanvas: needed the SystemChildWindow stuff also here


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [415bf70ebbd8e77782431273c8ab440e675a96de]

INTEGRATION: CWS canvas02 (1.15.84); FILE MERGED 2005/10/09 08:53:43 thb 1.15.84.2: RESYNC: (1.15-1.17); FILE MERGED 2005/09/15 15:32:25 hdu 1.15.84.1: #125760# add GetTextOutline with basegfx polygon result


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [eda2591f1e0ffa92c72c53e3070cf3c66730cc18]

INTEGRATION: CWS canvas02 (1.69.18); FILE MERGED 2005/10/17 12:34:37 thb 1.69.18.3: RESYNC: (1.74-1.75); FILE MERGED 2005/10/09 08:51:22 thb 1.69.18.2: RESYNC: (1.69-1.74); FILE MERGED 2005/09/15 15:32:22 hdu 1.69.18.1: #125760# add GetTextOutline with basegfx polygon result


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [3ecb2576a8cbd6a5a8eaf1dda5ee3dd437e28f55]

INTEGRATION: CWS canvas02 (1.11.276); FILE MERGED 2005/10/09 08:51:13 thb 1.11.276.2: RESYNC: (1.11-1.12); FILE MERGED 2005/07/28 15:00:32 thb 1.11.276.1: Join from cws_src680_glcanvas: needed the SystemChildWindow stuff also here


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [0a41d7d0b11007f7090f63fbef5099751fd0fa8d]

INTEGRATION: CWS canvas02 (1.124.20); FILE MERGED 2005/10/09 08:06:48 thb 1.124.20.2: RESYNC: (1.124-1.127); FILE MERGED 2005/09/15 15:32:20 hdu 1.124.20.1: #125760# add GetTextOutline with basegfx polygon result


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [74ef4c050432447c8c62211c3b00bee09c7edcf5]

INTEGRATION: CWS canvas02 (1.15.96); FILE MERGED 2005/10/17 12:33:59 thb 1.15.96.3: RESYNC: (1.17-1.18); FILE MERGED 2005/10/09 08:05:31 thb 1.15.96.2: RESYNC: (1.15-1.17); FILE MERGED 2005/07/28 15:00:31 thb 1.15.96.1: Join from cws_src680_glcanvas: needed the SystemChildWindow stuff also here


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [f8210c0fd8f8399f8346756878af0529fa62998f]

INTEGRATION: CWS canvas02 (1.9.244); FILE MERGED 2005/10/09 08:05:15 thb 1.9.244.2: RESYNC: (1.9-1.11); FILE MERGED 2005/09/15 15:32:19 hdu 1.9.244.1: #125760# add GetTextOutline with basegfx polygon result


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a884e3d508b8cb859e3c1b25cb4d2abff58bad4f]

INTEGRATION: CWS canvas02 (1.7.64); FILE MERGED 2005/10/09 07:53:48 thb 1.7.64.2: RESYNC: (1.7-1.9); FILE MERGED 2005/08/15 12:16:47 mbu 1.7.64.1: handling xerrors correctly


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [bb371532ac5997526d1069287f882b9a5e5136d2]

INTEGRATION: CWS canvas02 (1.4.198); FILE MERGED 2005/10/09 07:52:54 thb 1.4.198.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/28 15:00:31 thb 1.4.198.1: Join from cws_src680_glcanvas: needed the SystemChildWindow stuff also here


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [fc0f1aed00be9aa2df0e26092e1b249aa573bae4]

INTEGRATION: CWS canvas02 (1.3.464); FILE MERGED 2005/10/09 07:46:48 thb 1.3.464.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/28 15:00:31 thb 1.3.464.1: Join from cws_src680_glcanvas: needed the SystemChildWindow stuff also here


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [5835805c29f7937e75ba12f76c8db9f64e751247]

INTEGRATION: CWS canvas02 (1.10.160); FILE MERGED 2005/10/09 07:46:32 thb 1.10.160.2: RESYNC: (1.10-1.11); FILE MERGED 2005/07/28 15:00:30 thb 1.10.160.1: Join from cws_src680_glcanvas: needed the SystemChildWindow stuff also here


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [ac4aa877fa8717bfd300d7572bd754295892193d]

INTEGRATION: CWS canvas02 (1.31.162); FILE MERGED 2005/10/09 07:46:18 thb 1.31.162.2: RESYNC: (1.31-1.32); FILE MERGED 2005/09/15 15:32:18 hdu 1.31.162.1: #125760# add GetTextOutline with basegfx polygon result


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [11ba524ad671bb72ad8b118b90c63b75777abe2b]

INTEGRATION: CWS canvas02 (1.7.160); FILE MERGED 2005/10/09 07:44:37 thb 1.7.160.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/15 15:32:18 hdu 1.7.160.1: #125760# add GetTextOutline with basegfx polygon result


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [e6257be7b04a9c4fbbf864bc7a2a7a9768f4314c]

INTEGRATION: CWS canvas02 (1.9.54); FILE MERGED 2005/10/09 07:38:39 thb 1.9.54.2: RESYNC: (1.9-1.10); FILE MERGED 2005/07/28 15:00:30 thb 1.9.54.1: Join from cws_src680_glcanvas: needed the SystemChildWindow stuff also here


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a5c7303e0fe208942bdefaf1a3b33f9d8b8202fe]

INTEGRATION: CWS canvas02 (1.17.56); FILE MERGED 2005/10/09 07:38:15 thb 1.17.56.2: RESYNC: (1.17-1.19); FILE MERGED 2005/07/28 15:00:29 thb 1.17.56.1: Join from cws_src680_glcanvas: needed the SystemChildWindow stuff also here


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [f651c8d52b1f36beb74bd6b61d8438845cad9f54]

INTEGRATION: CWS canvas02 (1.215.82); FILE MERGED 2005/10/09 07:34:37 thb 1.215.82.2: RESYNC: (1.215-1.217); FILE MERGED 2005/07/28 15:00:28 thb 1.215.82.1: Join from cws_src680_glcanvas: needed the SystemChildWindow stuff also here


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [d79affbd91cd51fb9d43335a4e606c9ab823906b]

INTEGRATION: CWS canvas02 (1.4.160); FILE MERGED 2005/10/09 07:32:08 thb 1.4.160.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/28 15:00:28 thb 1.4.160.1: Join from cws_src680_glcanvas: needed the SystemChildWindow stuff also here


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [42d6f59c0cbdf545e321c956047fbea597d81d0f]

INTEGRATION: CWS canvas02 (1.5.66); FILE MERGED 2005/10/09 07:16:49 thb 1.5.66.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/17 23:24:10 thb 1.5.66.1: #i48939# Adaptions to recent UNO API changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b211cc5eff80bef02b04e70e58b6f1037ce9581b]

INTEGRATION: CWS canvas02 (1.3.86); FILE MERGED 2005/10/09 07:16:37 thb 1.3.86.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/17 23:24:10 thb 1.3.86.1: #i48939# Adaptions to recent UNO API changes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [3d001614fb4acfb90ed935e9b331fba958ad5bd5]

INTEGRATION: CWS canvas02 (1.29.150); FILE MERGED 2005/10/09 07:16:25 thb 1.29.150.2: RESYNC: (1.29-1.30); FILE MERGED 2005/09/15 15:32:16 hdu 1.29.150.1: #125760# add GetTextOutline with basegfx polygon result


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a429fb25d6968048168b69b7f5c5fb9328e15395]

INTEGRATION: CWS canvas02 (1.30.246); FILE MERGED 2005/10/09 07:14:37 thb 1.30.246.2: RESYNC: (1.30-1.31); FILE MERGED 2005/09/15 15:32:14 hdu 1.30.246.1: #125760# add GetTextOutline with basegfx polygon result


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [c8fdf66ddffdb40c5ccf6ef45a4e0b1b55e2c78d]

INTEGRATION: CWS canvas02 (1.114.52); FILE MERGED 2005/10/09 07:14:26 thb 1.114.52.2: RESYNC: (1.114-1.115); FILE MERGED 2005/09/15 15:32:13 hdu 1.114.52.1: #125760# add GetTextOutline with basegfx polygon result


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [1ae8f15924cccdb9ccc89dcdec6acaa2ee203d56]

INTEGRATION: CWS canvas02 (1.33.84); FILE MERGED 2005/10/09 07:06:58 thb 1.33.84.7: RESYNC: (1.33-1.35); FILE MERGED 2005/09/07 14:58:23 mbu 1.33.84.6: SetTriangleClipRegion() now plays well with the rest of the clipping code 2005/08/19 15:15:26 mbu 1.33.84.5: platform independent float to integer truncation 2005/08/19 14:50:06 mbu 1.33.84.4: consolidating spans in triangle clipper 2005/08/19 13:57:03 thb 1.33.84.3: #i10000# Using non-asm version for non-Windows 2005/08/18 15:31:02 mbu 1.33.84.2: latest changes in ImplSetTriangleClipRegion() 2005/08/17 15:28:36 mbu 1.33.84.1: SetTriangleClipRegion()


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [01b25900e222aa2239bbefe7b8530a7e4a0fb152]

INTEGRATION: CWS canvas02 (1.3.10); FILE MERGED 2005/10/08 12:57:28 thb 1.3.10.3: RESYNC: (1.3-1.4); FILE MERGED 2005/08/04 21:43:57 thb 1.3.10.2: #i48939# Corrected sprite repaint (opaqueUpdate() don't need to clip, area is guaranteed to cover all full sprites within bound rect); removed plain <long> from textlayout 2005/06/17 23:49:53 thb 1.3.10.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [3153e4846477eccd14128d198b0400fbcae1e725]

INTEGRATION: CWS canvas02 (1.4.4); FILE MERGED 2005/10/08 12:57:08 thb 1.4.4.3: RESYNC: (1.4-1.5); FILE MERGED 2005/08/04 21:43:57 thb 1.4.4.2: #i48939# Corrected sprite repaint (opaqueUpdate() don't need to clip, area is guaranteed to cover all full sprites within bound rect); removed plain <long> from textlayout 2005/06/17 23:49:53 thb 1.4.4.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [db70b355a4f26e1c7d0dbc7351d499b6afec20dc]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:41:33 thb 1.1.2.5: #i54170# Corrected license headers 2005/09/22 21:00:54 thb 1.1.2.4: #i48939# Employing faster XOR masking for the special case nontransparent, non-alpha bitmap redraw in backbuffer (incidently, that matches the typical slide transition sprite update) 2005/07/21 14:52:50 thb 1.1.2.3: #i48939# Factored out round up/down to integer; removed backend specific methods from base Sprite interface; removed updateScreen overwrite from SpriteCanvasBase (too much backend specifics need to be passed to HW canvases); now passing the target OutputDevice directly via Sprite::redraw() method in VCL canvas; made XFont -> impl font conversion dynamic cast, too; removed the getSpriteTargetSurface crap from SpriteCanvas 2005/07/03 20:25:20 thb 1.1.2.2: #i48939# Reworked ParametricPolyPolygon, to extract state in an atomic operation; added more state checking 'isXDirty()' methods to canvascustomspritehelper; added various comments and notes 2005/06/17 23:44:42 thb 1.1.2.1: #i48939# The new canvas base classes expect more functionality in delegate members; these are the helper implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [89fb51f076277ef9533644a565c7d07819f24494]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/20 10:52:50 thb 1.1.2.13: #i48939# Now having different paths for Windows and X11, as clip vs. XOR polygon performance differs largely 2005/10/11 15:41:32 thb 1.1.2.12: #i54170# Corrected license headers 2005/10/10 22:07:08 thb 1.1.2.11: #i48939# Made code compile (almost) warning-free for gcc 2005/09/22 21:00:53 thb 1.1.2.10: #i48939# Employing faster XOR masking for the special case nontransparent, non-alpha bitmap redraw in backbuffer (incidently, that matches the typical slide transition sprite update) 2005/09/07 08:12:06 mbu 1.1.2.9: added comments with deprecated version for handling the clipping regions 2005/08/24 22:06:10 thb 1.1.2.8: Restored previous version (darn windows cvs wrapper seems to ignore signals) 2005/08/24 22:00:32 thb 1.1.2.7: #i52876 2005/08/18 15:32:07 mbu 1.1.2.6: now using SetTriangleClipRegion() 2005/08/02 14:33:34 thb 1.1.2.5: #i48939# moved polyPolygonFromXPolyPolygon2D to canvastools 2005/07/22 00:11:58 thb 1.1.2.4: #i48939# Factored out stubby corner sprite bound rect rendering to canvastools; finished removal of actual redraw methods from ::canvas::Sprite 2005/07/21 14:52:50 thb 1.1.2.3: #i48939# Factored out round up/down to integer; removed backend specific methods from base Sprite interface; removed updateScreen overwrite from SpriteCanvasBase (too much backend specifics need to be passed to HW canvases); now passing the target OutputDevice directly via Sprite::redraw() method in VCL canvas; made XFont -> impl font conversion dynamic cast, too; removed the getSpriteTargetSurface crap from SpriteCanvas 2005/07/03 20:25:19 thb 1.1.2.2: #i48939# Reworked ParametricPolyPolygon, to extract state in an atomic operation; added more state checking 'isXDirty()' methods to canvascustomspritehelper; added various comments and notes 2005/06/17 23:44:52 thb 1.1.2.1: #i48939# The new canvas base classes expect more functionality in delegate members; these are the helper implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [7758eb59d03e4ebdb6d6b36256e893bf7365cdcb]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/20 13:55:25 thb 1.1.2.6: #i48939# Now correctly flushing the display queues in updateScreen(); removed unused code. 2005/10/19 13:47:18 thb 1.1.2.5: #i48939# Adapted to GraphicDeviceBase changes; add screen dump facility; now providing the sprite bounds debug feature as a public property 2005/10/14 21:41:49 thb 1.1.2.4: #118732# Added working sprite prio; now correctly calculating remaining (inactive) set of sprites. 2005/10/11 15:41:30 thb 1.1.2.3: #i54170# Corrected license headers 2005/07/21 14:52:50 thb 1.1.2.2: #i48939# Factored out round up/down to integer; removed backend specific methods from base Sprite interface; removed updateScreen overwrite from SpriteCanvasBase (too much backend specifics need to be passed to HW canvases); now passing the target OutputDevice directly via Sprite::redraw() method in VCL canvas; made XFont -> impl font conversion dynamic cast, too; removed the getSpriteTargetSurface crap from SpriteCanvas 2005/06/17 23:44:31 thb 1.1.2.1: #i48939# The new canvas base classes expect more functionality in delegate members; these are the helper implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [80d090f12b35010d4f10f301c54c7aa6e0491038]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/30 00:42:24 thb 1.1.2.19: #i10000# gcc is picky about mismatching int flavours as template parameter 2005/10/28 11:06:06 thb 1.1.2.18: #i48939# Preventing output size from becoming negative; added early exit for zero output size case. 2005/10/27 13:45:09 thb 1.1.2.17: #i48939# Broke the output size calculation (rRequestedArea.getMax() is a position, _not_ a size). Works now. 2005/10/26 17:18:20 thb 1.1.2.16: #i48939# Removed another corner case, where potentially too large a VDev was created 2005/10/20 13:55:23 thb 1.1.2.15: #i48939# Now correctly flushing the display queues in updateScreen(); removed unused code. 2005/10/19 13:47:18 thb 1.1.2.14: #i48939# Adapted to GraphicDeviceBase changes; add screen dump facility; now providing the sprite bounds debug feature as a public property 2005/10/14 21:40:10 thb 1.1.2.13: #118732# Added working sprite prio; now correctly calculating remaining (inactive) set of sprites. 2005/10/11 15:41:27 thb 1.1.2.12: #i54170# Corrected license headers 2005/09/22 21:00:53 thb 1.1.2.11: #i48939# Employing faster XOR masking for the special case nontransparent, non-alpha bitmap redraw in backbuffer (incidently, that matches the typical slide transition sprite update) 2005/09/12 15:51:32 thb 1.1.2.10: #i48939# Clarified comments 2005/08/24 22:06:10 thb 1.1.2.9: Restored previous version (darn windows cvs wrapper seems to ignore signals) 2005/08/24 22:00:32 thb 1.1.2.8: #i52876 2005/08/18 15:32:06 mbu 1.1.2.7: now using SetTriangleClipRegion() 2005/08/04 21:43:56 thb 1.1.2.6: #i48939# Corrected sprite repaint (opaqueUpdate() don't need to clip, area is guaranteed to cover all full sprites within bound rect); removed plain <long> from textlayout 2005/07/25 00:58:00 thb 1.1.2.5: #i48939# Fixed scrollUpdate to _always_ scroll (except source rect is completely empty), fixed round-off errors for scroll area calculations 2005/07/22 00:11:58 thb 1.1.2.4: #i48939# Factored out stubby corner sprite bound rect rendering to canvastools; finished removal of actual redraw methods from ::canvas::Sprite 2005/07/21 14:52:50 thb 1.1.2.3: #i48939# Factored out round up/down to integer; removed backend specific methods from base Sprite interface; removed updateScreen overwrite from SpriteCanvasBase (too much backend specifics need to be passed to HW canvases); now passing the target OutputDevice directly via Sprite::redraw() method in VCL canvas; made XFont -> impl font conversion dynamic cast, too; removed the getSpriteTargetSurface crap from SpriteCanvas 2005/06/28 11:22:50 thb 1.1.2.2: #i48939# Removed refcounted reference to device in canvashelper (leads to circular references for SpriteCanvas); improved docs; added drawBezier() implementation 2005/06/17 23:43:58 thb 1.1.2.1: #i48939# The new canvas base classes expect more functionality in delegate members; these are the helper implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [9375c9c140a039624ecdb7a9248a81b00ae69602]

INTEGRATION: CWS canvas02 (1.7.4); FILE MERGED 2005/10/19 13:47:18 thb 1.7.4.5: #i48939# Adapted to GraphicDeviceBase changes; add screen dump facility; now providing the sprite bounds debug feature as a public property 2005/10/08 12:57:00 thb 1.7.4.4: RESYNC: (1.7-1.8); FILE MERGED 2005/07/21 14:52:49 thb 1.7.4.3: #i48939# Factored out round up/down to integer; removed backend specific methods from base Sprite interface; removed updateScreen overwrite from SpriteCanvasBase (too much backend specifics need to be passed to HW canvases); now passing the target OutputDevice directly via Sprite::redraw() method in VCL canvas; made XFont -> impl font conversion dynamic cast, too; removed the getSpriteTargetSurface crap from SpriteCanvas 2005/07/03 20:25:18 thb 1.7.4.2: #i48939# Reworked ParametricPolyPolygon, to extract state in an atomic operation; added more state checking 'isXDirty()' methods to canvascustomspritehelper; added various comments and notes 2005/06/17 23:49:52 thb 1.7.4.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [419b9ecf0dae436cc7d85153790485c589f20952]

INTEGRATION: CWS canvas02 (1.8.4); FILE MERGED 2005/10/19 13:47:18 thb 1.8.4.6: #i48939# Adapted to GraphicDeviceBase changes; add screen dump facility; now providing the sprite bounds debug feature as a public property 2005/10/08 12:56:52 thb 1.8.4.5: RESYNC: (1.8-1.9); FILE MERGED 2005/07/21 14:52:49 thb 1.8.4.4: #i48939# Factored out round up/down to integer; removed backend specific methods from base Sprite interface; removed updateScreen overwrite from SpriteCanvasBase (too much backend specifics need to be passed to HW canvases); now passing the target OutputDevice directly via Sprite::redraw() method in VCL canvas; made XFont -> impl font conversion dynamic cast, too; removed the getSpriteTargetSurface crap from SpriteCanvas 2005/07/03 20:25:18 thb 1.8.4.3: #i48939# Reworked ParametricPolyPolygon, to extract state in an atomic operation; added more state checking 'isXDirty()' methods to canvascustomspritehelper; added various comments and notes 2005/06/28 11:22:49 thb 1.8.4.2: #i48939# Removed refcounted reference to device in canvashelper (leads to circular references for SpriteCanvas); improved docs; added drawBezier() implementation 2005/06/17 23:49:52 thb 1.8.4.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [7101bf587fe06573852b2ffec0f38f5757ee77c7]

INTEGRATION: CWS canvas02 (1.5.2); FILE MERGED 2005/10/08 12:55:59 thb 1.5.2.4: RESYNC: (1.5-1.6); FILE MERGED 2005/09/22 21:00:53 thb 1.5.2.3: #i48939# Employing faster XOR masking for the special case nontransparent, non-alpha bitmap redraw in backbuffer (incidently, that matches the typical slide transition sprite update) 2005/07/21 14:52:49 thb 1.5.2.2: #i48939# Factored out round up/down to integer; removed backend specific methods from base Sprite interface; removed updateScreen overwrite from SpriteCanvasBase (too much backend specifics need to be passed to HW canvases); now passing the target OutputDevice directly via Sprite::redraw() method in VCL canvas; made XFont -> impl font conversion dynamic cast, too; removed the getSpriteTargetSurface crap from SpriteCanvas 2005/06/17 23:49:52 thb 1.5.2.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [314bde65856fd3268e3ab6c006ebcf07a3bd3f9b]

INTEGRATION: CWS canvas02 (1.3.22); FILE MERGED 2005/10/08 12:56:08 thb 1.3.22.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/17 23:49:51 thb 1.3.22.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [3e4e982ac30372f49c9cfb37eadebdff0f4b95cc]

INTEGRATION: CWS canvas02 (1.4.8); FILE MERGED 2005/10/08 12:55:48 thb 1.4.8.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/17 23:49:51 thb 1.4.8.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [aa4af96dd3420769c51872c3ccb17b113dc124b8]

INTEGRATION: CWS canvas02 (1.5.8); FILE MERGED 2005/10/08 12:55:34 thb 1.5.8.4: RESYNC: (1.5-1.6); FILE MERGED 2005/08/24 22:00:32 thb 1.5.8.3: #i52876 2005/08/02 14:06:46 thb 1.5.8.2: #i48939# moved polyPolygonFromXPolyPolygon2D to canvastools 2005/06/17 23:49:51 thb 1.5.8.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [123095ad6434383f824f39576a8068c46b2d0750]

INTEGRATION: CWS canvas02 (1.6.4); FILE MERGED 2005/10/26 19:32:43 thb 1.6.4.6: #i48939# Corrected some places where build-in types (like long or int) where used in a non-portable way 2005/10/08 12:55:25 thb 1.6.4.5: RESYNC: (1.6-1.7); FILE MERGED 2005/08/24 22:00:31 thb 1.6.4.4: #i52876 2005/08/02 14:06:46 thb 1.6.4.3: #i48939# moved polyPolygonFromXPolyPolygon2D to canvastools 2005/07/03 20:25:18 thb 1.6.4.2: #i48939# Reworked ParametricPolyPolygon, to extract state in an atomic operation; added more state checking 'isXDirty()' methods to canvascustomspritehelper; added various comments and notes 2005/06/17 23:49:51 thb 1.6.4.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [5d744562510dae98900bd1766d1ee875083d8a23]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/19 13:47:17 thb 1.1.2.3: #i48939# Adapted to GraphicDeviceBase changes; add screen dump facility; now providing the sprite bounds debug feature as a public property 2005/10/11 15:41:27 thb 1.1.2.2: #i54170# Corrected license headers 2005/06/17 23:44:08 thb 1.1.2.1: #i48939# The new canvas base classes expect more functionality in delegate members; these are the helper implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [d311ada2c5f68ccc8f1e719d751279c1f6fed95b]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/28 08:54:11 thb 1.1.2.5: #i48939# Improved screen dumping facility (now also dumps the backbuffer, and actually increases the index count) 2005/10/19 13:47:17 thb 1.1.2.4: #i48939# Adapted to GraphicDeviceBase changes; add screen dump facility; now providing the sprite bounds debug feature as a public property 2005/10/11 15:41:26 thb 1.1.2.3: #i54170# Corrected license headers 2005/06/28 11:22:49 thb 1.1.2.2: #i48939# Removed refcounted reference to device in canvashelper (leads to circular references for SpriteCanvas); improved docs; added drawBezier() implementation 2005/06/17 23:44:20 thb 1.1.2.1: #i48939# The new canvas base classes expect more functionality in delegate members; these are the helper implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b0d14eb6167558cf61b1987e898a1ce061140668]

INTEGRATION: CWS canvas02 (1.3.4); FILE MERGED 2005/10/08 12:55:16 thb 1.3.4.8: RESYNC: (1.3-1.4); FILE MERGED 2005/08/24 22:00:31 thb 1.3.4.7: #i52876 2005/08/02 14:33:34 thb 1.3.4.6: #i48939# moved polyPolygonFromXPolyPolygon2D to canvastools 2005/08/02 14:06:45 thb 1.3.4.5: #i48939# moved polyPolygonFromXPolyPolygon2D to canvastools 2005/07/21 14:52:48 thb 1.3.4.4: #i48939# Factored out round up/down to integer; removed backend specific methods from base Sprite interface; removed updateScreen overwrite from SpriteCanvasBase (too much backend specifics need to be passed to HW canvases); now passing the target OutputDevice directly via Sprite::redraw() method in VCL canvas; made XFont -> impl font conversion dynamic cast, too; removed the getSpriteTargetSurface crap from SpriteCanvas 2005/07/03 20:25:17 thb 1.3.4.3: #i48939# Reworked ParametricPolyPolygon, to extract state in an atomic operation; added more state checking 'isXDirty()' methods to canvascustomspritehelper; added various comments and notes 2005/06/28 11:22:49 thb 1.3.4.2: #i48939# Removed refcounted reference to device in canvashelper (leads to circular references for SpriteCanvas); improved docs; added drawBezier() implementation 2005/06/17 23:49:50 thb 1.3.4.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [ff31ea75a2786a2b9df5b847d241de4cb5d6948b]

INTEGRATION: CWS canvas02 (1.4.8); FILE MERGED 2005/10/20 13:55:22 thb 1.4.8.4: #i48939# Now correctly flushing the display queues in updateScreen(); removed unused code. 2005/10/08 12:55:07 thb 1.4.8.3: RESYNC: (1.4-1.5); FILE MERGED 2005/06/28 11:22:48 thb 1.4.8.2: #i48939# Removed refcounted reference to device in canvashelper (leads to circular references for SpriteCanvas); improved docs; added drawBezier() implementation 2005/06/17 23:49:50 thb 1.4.8.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [96c52d5396a2624114cb6f593a45bb9923c3af92]

INTEGRATION: CWS canvas02 (1.5.4); FILE MERGED 2005/10/10 22:07:05 thb 1.5.4.8: #i48939# Made code compile (almost) warning-free for gcc 2005/10/08 12:54:47 thb 1.5.4.7: RESYNC: (1.5-1.6); FILE MERGED 2005/08/04 10:15:35 thb 1.5.4.6: #i48939# Corrected TODO 2005/08/02 14:33:33 thb 1.5.4.5: #i48939# moved polyPolygonFromXPolyPolygon2D to canvastools 2005/07/21 14:52:48 thb 1.5.4.4: #i48939# Factored out round up/down to integer; removed backend specific methods from base Sprite interface; removed updateScreen overwrite from SpriteCanvasBase (too much backend specifics need to be passed to HW canvases); now passing the target OutputDevice directly via Sprite::redraw() method in VCL canvas; made XFont -> impl font conversion dynamic cast, too; removed the getSpriteTargetSurface crap from SpriteCanvas 2005/06/28 16:08:56 thb 1.5.4.3: #i48939# Improved docs; consolidated several size getter in CanvasHelper 2005/06/28 11:22:48 thb 1.5.4.2: #i48939# Removed refcounted reference to device in canvashelper (leads to circular references for SpriteCanvas); improved docs; added drawBezier() implementation 2005/06/17 23:49:50 thb 1.5.4.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [3f8679298c2ad0767f1f69e2393c38e165f908d9]

INTEGRATION: CWS canvas02 (1.4.10); FILE MERGED 2005/10/08 12:54:34 thb 1.4.10.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/17 23:49:50 thb 1.4.10.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [4f9eb41c9496eed0d5e0b086bb928a0494719be9]

INTEGRATION: CWS canvas02 (1.4.10); FILE MERGED 2005/10/14 00:34:06 thb 1.4.10.3: #i55756# Setting ref outdev to pixel map mode - otherwise, anisotropically scaled text just gets random scales. 2005/10/08 12:54:24 thb 1.4.10.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/17 23:49:49 thb 1.4.10.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [34a11fa7f6633250a7f6f32fbc0f15546c28ea3c]

INTEGRATION: CWS canvas02 (1.7.2); FILE MERGED 2005/10/08 12:54:05 thb 1.7.2.6: RESYNC: (1.7-1.8); FILE MERGED 2005/09/22 21:00:53 thb 1.7.2.5: #i48939# Employing faster XOR masking for the special case nontransparent, non-alpha bitmap redraw in backbuffer (incidently, that matches the typical slide transition sprite update) 2005/07/22 00:11:57 thb 1.7.2.4: #i48939# Factored out stubby corner sprite bound rect rendering to canvastools; finished removal of actual redraw methods from ::canvas::Sprite 2005/07/21 14:52:48 thb 1.7.2.3: #i48939# Factored out round up/down to integer; removed backend specific methods from base Sprite interface; removed updateScreen overwrite from SpriteCanvasBase (too much backend specifics need to be passed to HW canvases); now passing the target OutputDevice directly via Sprite::redraw() method in VCL canvas; made XFont -> impl font conversion dynamic cast, too; removed the getSpriteTargetSurface crap from SpriteCanvas 2005/07/03 20:25:15 thb 1.7.2.2: #i48939# Reworked ParametricPolyPolygon, to extract state in an atomic operation; added more state checking 'isXDirty()' methods to canvascustomspritehelper; added various comments and notes 2005/06/17 23:49:49 thb 1.7.2.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [99d5a620471173dcf317c6697cc4f519c463fea1]

INTEGRATION: CWS canvas02 (1.8.2); FILE MERGED 2005/10/08 12:53:51 thb 1.8.2.6: RESYNC: (1.8-1.9); FILE MERGED 2005/09/27 09:22:14 thb 1.8.2.5: #i48939# Removed alpha VDev option from BackBuffer (wasn't used since ages); correctly setting backbuffer size (rounded _up_, like the sprite size itself is calculated, too) 2005/09/22 21:00:53 thb 1.8.2.4: #i48939# Employing faster XOR masking for the special case nontransparent, non-alpha bitmap redraw in backbuffer (incidently, that matches the typical slide transition sprite update) 2005/07/21 14:52:47 thb 1.8.2.3: #i48939# Factored out round up/down to integer; removed backend specific methods from base Sprite interface; removed updateScreen overwrite from SpriteCanvasBase (too much backend specifics need to be passed to HW canvases); now passing the target OutputDevice directly via Sprite::redraw() method in VCL canvas; made XFont -> impl font conversion dynamic cast, too; removed the getSpriteTargetSurface crap from SpriteCanvas 2005/07/03 20:25:14 thb 1.8.2.2: #i48939# Reworked ParametricPolyPolygon, to extract state in an atomic operation; added more state checking 'isXDirty()' methods to canvascustomspritehelper; added various comments and notes 2005/06/17 23:49:49 thb 1.8.2.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [94c8bfde851d6b664c16a3da7fe2ebee1174e255]

INTEGRATION: CWS canvas02 (1.3.10); FILE MERGED 2005/10/08 12:53:34 thb 1.3.10.3: RESYNC: (1.3-1.4); FILE MERGED 2005/06/28 11:22:48 thb 1.3.10.2: #i48939# Removed refcounted reference to device in canvashelper (leads to circular references for SpriteCanvas); improved docs; added drawBezier() implementation 2005/06/17 23:49:49 thb 1.3.10.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [38134748b80604e81ef6ad7551c7577b3a9c1d05]

INTEGRATION: CWS canvas02 (1.4.4); FILE MERGED 2005/10/10 22:07:03 thb 1.4.4.4: #i48939# Made code compile (almost) warning-free for gcc 2005/10/08 12:53:24 thb 1.4.4.3: RESYNC: (1.4-1.5); FILE MERGED 2005/06/28 11:22:48 thb 1.4.4.2: #i48939# Removed refcounted reference to device in canvashelper (leads to circular references for SpriteCanvas); improved docs; added drawBezier() implementation 2005/06/17 23:49:49 thb 1.4.4.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [79225d5a2974ee238a6cbb58a00fb7191bead071]

INTEGRATION: CWS canvas02 (1.5.8); FILE MERGED 2005/10/08 12:53:00 thb 1.5.8.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/28 16:08:56 thb 1.5.8.2: #i48939# Improved docs; consolidated several size getter in CanvasHelper 2005/06/17 23:49:48 thb 1.5.8.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [7fb518515e2f96edd20ebc2c6ac2ae4c763399b5]

INTEGRATION: CWS canvas02 (1.5.8); FILE MERGED 2005/10/08 12:52:50 thb 1.5.8.3: RESYNC: (1.5-1.6); FILE MERGED 2005/07/03 20:25:14 thb 1.5.8.2: #i48939# Reworked ParametricPolyPolygon, to extract state in an atomic operation; added more state checking 'isXDirty()' methods to canvascustomspritehelper; added various comments and notes 2005/06/17 23:49:48 thb 1.5.8.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [05752c4269c7f8b7c5001d1d838e0958052b5abf]

INTEGRATION: CWS canvas02 (1.2.8); FILE MERGED 2005/10/08 12:52:36 thb 1.2.8.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/17 23:49:48 thb 1.2.8.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [86156d5f71fc56b063e35f21de35e72458350bce]

INTEGRATION: CWS canvas02 (1.2.8); FILE MERGED 2005/10/08 12:52:17 thb 1.2.8.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/17 23:49:48 thb 1.2.8.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [69407523fc0a37332aa0f634416890f23ee9837a]

INTEGRATION: CWS canvas02 (1.3.10); FILE MERGED 2005/10/08 12:52:04 thb 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/17 23:49:48 thb 1.3.10.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [7a7faee6d7bd1978fe3242b8e0c6913216c06fa1]

INTEGRATION: CWS canvas02 (1.3.10); FILE MERGED 2005/10/08 12:51:52 thb 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/17 23:49:47 thb 1.3.10.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [da04b890f00e2e7545f14d95be5c7213a8a013c9]

INTEGRATION: CWS canvas02 (1.3.22); FILE MERGED 2005/10/08 12:51:43 thb 1.3.22.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/27 09:22:14 thb 1.3.22.2: #i48939# Removed alpha VDev option from BackBuffer (wasn't used since ages); correctly setting backbuffer size (rounded _up_, like the sprite size itself is calculated, too) 2005/06/17 23:49:47 thb 1.3.22.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [7c85f1e19ce0707ee72b5b8ca69c3eba318d0268]

INTEGRATION: CWS canvas02 (1.3.22); FILE MERGED 2005/10/08 12:51:35 thb 1.3.22.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/27 09:22:14 thb 1.3.22.1: #i48939# Removed alpha VDev option from BackBuffer (wasn't used since ages); correctly setting backbuffer size (rounded _up_, like the sprite size itself is calculated, too)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [e20033c3e67fa3fd41ee21b267e193a47fa5cd88]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:41:23 thb 1.1.2.2: #i54170# Corrected license headers 2005/06/17 23:42:17 thb 1.1.2.1: #i48939# Implementations for the new canvas base classes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [95a486627a06f7b40fd66d4e065aeb4025e63f94]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:41:22 thb 1.1.2.4: #i54170# Corrected license headers 2005/10/10 22:07:02 thb 1.1.2.3: #i48939# Made code compile (almost) warning-free for gcc 2005/10/07 23:05:06 thb 1.1.2.2: #i48939# Unified formatting; improved constness; avoided a few copy constructions; pruned debug code; removed empty destructors; moved end iterator queries out of the loops 2005/09/29 09:42:20 mbu 1.1.2.1: surfaceproxy now has completely redesigned strategy, does no longer depend on amount of available videomemory


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [90fa7cf1c798c5aaf9d23b9de1b706b5c0d3991d]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:41:22 thb 1.1.2.3: #i54170# Corrected license headers 2005/10/07 23:05:06 thb 1.1.2.2: #i48939# Unified formatting; improved constness; avoided a few copy constructions; pruned debug code; removed empty destructors; moved end iterator queries out of the loops 2005/09/29 09:42:00 mbu 1.1.2.1: surfaceproxy now has completely redesigned strategy, does no longer depend on amount of available videomemory


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [bea1d41a64ce2895e5464ac5f408d9dc108c2d7f]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:41:21 thb 1.1.2.3: #i54170# Corrected license headers 2005/10/07 23:05:05 thb 1.1.2.2: #i48939# Unified formatting; improved constness; avoided a few copy constructions; pruned debug code; removed empty destructors; moved end iterator queries out of the loops 2005/09/29 09:45:08 mbu 1.1.2.1: surfaceproxy now has completely redesigned strategy, does no longer depend on amount of available videomemory


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b469cb12226a8a11b36a80c60835a3c521bef4a8]

INTEGRATION: CWS canvas02 (1.1.4); FILE ADDED 2005/10/26 19:32:42 thb 1.1.4.11: #i48939# Corrected some places where build-in types (like long or int) where used in a non-portable way 2005/10/11 15:41:20 thb 1.1.4.10: #i54170# Corrected license headers 2005/10/10 22:07:00 thb 1.1.4.9: #i48939# Made code compile (almost) warning-free for gcc 2005/10/07 23:05:05 thb 1.1.4.8: #i48939# Unified formatting; improved constness; avoided a few copy constructions; pruned debug code; removed empty destructors; moved end iterator queries out of the loops 2005/09/29 10:05:29 mbu 1.1.4.7: surfaceproxy now has completely redesigned strategy, does no longer depend on amount of available videomemory 2005/09/20 18:07:01 thb 1.1.4.6: #i10000# Solaris CC does not like anonymous struct in union; Solaris CC does not perform Koenig lookup for typedef'ed type aliases (B2DRange != B2DRectangle) 2005/09/05 16:31:03 mbu 1.1.4.5: triangle clipping stuff is moving to basegfx 2005/08/16 13:51:32 thb 1.1.4.4: #i48939# Changed Image::clear() to also respect pixel format; changed Image constructors to choose pitch according to pixel format; added default cases for all switch statements; catching infinite loop in Page::insert() 2005/08/03 20:49:25 thb 1.1.4.3: #i48939# Removed getPixelSize() from IRenderModule, the vertices passed to the renderer are now simply in device pixel coordinate system 2005/08/03 12:02:24 thb 1.1.4.2: #i48939# Added locking to IRenderModule interface (might contain global objects, like the OpenGL state) 2005/08/02 14:02:14 thb 1.1.4.1: Initial revision


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [7b740995265c3bbae7bf00c1426978e378f1f97f]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:41:20 thb 1.1.2.3: #i54170# Corrected license headers 2005/10/07 23:05:05 thb 1.1.2.2: #i48939# Unified formatting; improved constness; avoided a few copy constructions; pruned debug code; removed empty destructors; moved end iterator queries out of the loops 2005/09/29 09:41:30 mbu 1.1.2.1: surfaceproxy now has completely redesigned strategy, does no longer depend on amount of available videomemory


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [1fa2f8d9a7772de7999840e53dcbc471619a19f8]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/24 16:40:25 thb 1.1.2.9: #i48939# Immediately exiting when trying to render an empty area. 2005/10/17 14:11:23 mbu 1.1.2.8: solved issue with drawRectangularArea() 2005/10/11 15:41:19 thb 1.1.2.7: #i54170# Corrected license headers 2005/10/07 23:05:05 thb 1.1.2.6: #i48939# Unified formatting; improved constness; avoided a few copy constructions; pruned debug code; removed empty destructors; moved end iterator queries out of the loops 2005/10/07 13:12:20 mbu 1.1.2.5: added comment 2005/10/07 08:00:09 mbu 1.1.2.4: drawRectangularArea() did not work as expected, fixed. 2005/10/04 15:34:56 mbu 1.1.2.3: now using correct rounding mode 2005/09/29 14:19:36 mbu 1.1.2.2: pagemanager validates hardware surfaces now and handles this case properly 2005/09/29 09:41:03 mbu 1.1.2.1: surfaceproxy now has completely redesigned strategy, does no longer depend on amount of available videomemory


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [5b4872471ff3d8e0a8e04f5dd5fbdb14277c5ddb]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/28 12:52:14 thb 1.1.2.6: #i48939# Relaxed debug postcondition checking 2005/10/27 13:43:57 thb 1.1.2.5: #i48939# Filtering the list of updatable sprites from NULL sprites 2005/10/18 08:30:31 thb 1.1.2.4: #i10000# gcc does not like old-style structs types prefixed by const when declaring a variable. 2005/10/14 21:40:10 thb 1.1.2.3: #118732# Added working sprite prio; now correctly calculating remaining (inactive) set of sprites. 2005/10/11 15:41:19 thb 1.1.2.2: #i54170# Corrected license headers 2005/06/17 23:41:36 thb 1.1.2.1: #i48939# Implementations for the new canvas base classes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [62721c6d795a6f54fdc2c9e1c1f1f98dc6533610]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/19 16:47:52 thb 1.1.2.2: #i48939# Property names are of course case _sensitive_ 2005/10/19 13:34:08 thb 1.1.2.1: #i48939# Initial revision. Class provides a rather minimalistic XPropertySet helper implementation


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [5582b977b45cd7439c3a28c65731c2e59f97730a]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:41:18 thb 1.1.2.4: #i54170# Corrected license headers 2005/08/02 14:07:57 thb 1.1.2.3: #i48939# moved polyPolygonFromXPolyPolygon2D to canvastools 2005/07/03 20:25:11 thb 1.1.2.2: #i48939# Reworked ParametricPolyPolygon, to extract state in an atomic operation; added more state checking 'isXDirty()' methods to canvascustomspritehelper; added various comments and notes 2005/06/17 23:42:07 thb 1.1.2.1: #i48939# Implementations for the new canvas base classes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [d0d792b38fdcd2ed7abd0a83d50725f17df38de6]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:41:18 thb 1.1.2.4: #i54170# Corrected license headers 2005/10/07 23:05:04 thb 1.1.2.3: #i48939# Unified formatting; improved constness; avoided a few copy constructions; pruned debug code; removed empty destructors; moved end iterator queries out of the loops 2005/09/29 14:19:36 mbu 1.1.2.2: pagemanager validates hardware surfaces now and handles this case properly 2005/09/29 09:40:34 mbu 1.1.2.1: surfaceproxy now has completely redesigned strategy, does no longer depend on amount of available videomemory


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [6730a4c2181e1b1adb09b37d8fadbb72e7f57d9e]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/17 14:10:48 mbu 1.1.2.5: avoid endless loop in nakedFragment() 2005/10/11 15:41:18 thb 1.1.2.4: #i54170# Corrected license headers 2005/10/07 23:05:04 thb 1.1.2.3: #i48939# Unified formatting; improved constness; avoided a few copy constructions; pruned debug code; removed empty destructors; moved end iterator queries out of the loops 2005/09/29 14:19:35 mbu 1.1.2.2: pagemanager validates hardware surfaces now and handles this case properly 2005/09/29 09:40:14 mbu 1.1.2.1: surfaceproxy now has completely redesigned strategy, does no longer depend on amount of available videomemory


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [c3f19a87e850c120dc545b1717fd12444faaa51d]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:41:17 thb 1.1.2.4: #i54170# Corrected license headers 2005/10/07 23:05:04 thb 1.1.2.3: #i48939# Unified formatting; improved constness; avoided a few copy constructions; pruned debug code; removed empty destructors; moved end iterator queries out of the loops 2005/09/29 14:19:35 mbu 1.1.2.2: pagemanager validates hardware surfaces now and handles this case properly 2005/09/29 09:39:54 mbu 1.1.2.1: surfaceproxy now has completely redesigned strategy, does no longer depend on amount of available videomemory


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b3cd5651fbbc83cf4b6dd1e6fca08b78b3c01c4a]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:41:17 thb 1.1.2.4: #i54170# Corrected license headers 2005/10/07 23:05:04 thb 1.1.2.3: #i48939# Unified formatting; improved constness; avoided a few copy constructions; pruned debug code; removed empty destructors; moved end iterator queries out of the loops 2005/09/29 14:19:35 mbu 1.1.2.2: pagemanager validates hardware surfaces now and handles this case properly 2005/09/29 09:39:33 mbu 1.1.2.1: surfaceproxy now has completely redesigned strategy, does no longer depend on amount of available videomemory


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [3678d269356f33a6b5ab392335783887a9da28cf]

INTEGRATION: CWS canvas02 (1.4.10); FILE MERGED 2005/10/26 19:30:27 thb 1.4.10.9: #i48939# Changed agg to now provide a dynamic lib 2005/10/19 13:37:51 thb 1.4.10.8: #i48939# Added PropertySetHelper 2005/10/08 12:51:00 thb 1.4.10.7: RESYNC: (1.4-1.5); FILE MERGED 2005/09/29 09:59:09 mbu 1.4.10.6: added new files 2005/09/09 13:29:19 mbu 1.4.10.5: added cachedprimitive for fillTexturedPolyPolygon and realtime profiler for images 2005/08/15 16:03:31 thb 1.4.10.4: Added dependency for flt file 2005/08/05 00:03:23 thb 1.4.10.3: #i48939# Added missing 'typename' for conforming compilers; removed duplicate obj file from makefile 2005/08/02 14:07:57 thb 1.4.10.2: #i48939# moved polyPolygonFromXPolyPolygon2D to canvastools 2005/06/17 23:49:47 thb 1.4.10.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [e185137a6640ac4c6a01c86214e8cee7be54a762]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:41:16 thb 1.1.2.2: #i54170# Corrected license headers 2005/08/02 14:02:46 thb 1.1.2.1: Initial revision


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [e8c419cb8bf48138fd3f1965096dbf05dfc58087]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/19 11:10:16 mbu 1.1.2.12: agg moved from external to seperate module, changed includes accordingly 2005/10/11 15:41:14 thb 1.1.2.11: #i54170# Corrected license headers 2005/10/07 23:05:03 thb 1.1.2.10: #i48939# Unified formatting; improved constness; avoided a few copy constructions; pruned debug code; removed empty destructors; moved end iterator queries out of the loops 2005/09/29 09:57:46 mbu 1.1.2.9: supporting new icolorbuffer interface 2005/09/09 13:29:19 mbu 1.1.2.8: added cachedprimitive for fillTexturedPolyPolygon and realtime profiler for images 2005/08/30 11:22:16 mbu 1.1.2.7: avoiding alpha rendering if possible and removed redundant win32 stuff 2005/08/16 13:51:31 thb 1.1.2.6: #i48939# Changed Image::clear() to also respect pixel format; changed Image constructors to choose pitch according to pixel format; added default cases for all switch statements; catching infinite loop in Page::insert() 2005/08/05 02:31:49 thb 1.1.2.5: #i48939# Added fillB2DPolyPolygon method to bitmap and image 2005/08/04 21:45:03 thb 1.1.2.4: #i48939# Added clear() method to Bitmap; moved buffer format to IColorBuffer; completed format handling in image 2005/08/04 12:58:23 mbu 1.1.2.3: now exposing pixelformat of colorbuffer 2005/08/04 12:06:03 mbu 1.1.2.2: support for 24bit rgb format 2005/08/02 14:02:35 thb 1.1.2.1: Initial revision


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [bce5d1aa5c2a9b083bac588798e199fe10f39b53]

INTEGRATION: CWS canvas02 (1.1.4); FILE ADDED 2005/10/26 19:32:42 thb 1.1.4.24: #i48939# Corrected some places where build-in types (like long or int) where used in a non-portable way 2005/10/19 11:10:15 mbu 1.1.4.23: agg moved from external to seperate module, changed includes accordingly 2005/10/11 15:41:13 thb 1.1.4.22: #i54170# Corrected license headers 2005/10/10 22:06:59 thb 1.1.4.21: #i48939# Made code compile (almost) warning-free for gcc 2005/10/07 23:05:03 thb 1.1.4.20: #i48939# Unified formatting; improved constness; avoided a few copy constructions; pruned debug code; removed empty destructors; moved end iterator queries out of the loops 2005/09/29 10:02:58 mbu 1.1.4.19: supporting new icolorbuffer interface 2005/09/20 18:07:00 thb 1.1.4.18: #i10000# Solaris CC does not like anonymous struct in union; Solaris CC does not perform Koenig lookup for typedef'ed type aliases (B2DRange != B2DRectangle) 2005/09/09 13:53:22 mbu 1.1.4.17: removed dead code 2005/09/09 13:29:18 mbu 1.1.4.16: added cachedprimitive for fillTexturedPolyPolygon and realtime profiler for images 2005/08/30 16:09:09 mbu 1.1.4.15: fixed accuracy and blending issues 2005/08/30 15:12:37 mbu 1.1.4.14: fillTexturedPolyPolygon() uses faster method in case of rectangular transfers 2005/08/30 11:22:16 mbu 1.1.4.13: avoiding alpha rendering if possible and removed redundant win32 stuff 2005/08/16 13:51:31 thb 1.1.4.12: #i48939# Changed Image::clear() to also respect pixel format; changed Image constructors to choose pitch according to pixel format; added default cases for all switch statements; catching infinite loop in Page::insert() 2005/08/15 16:28:41 thb 1.1.4.11: #i48939# Moved texture scaling out of internal fillTexturedPolyPolygon(), to accomodate plain bitmap rendering (was scaled up obscenely otherwise) 2005/08/05 02:31:49 thb 1.1.4.10: #i48939# Added fillB2DPolyPolygon method to bitmap and image 2005/08/05 00:03:23 thb 1.1.4.9: #i48939# Added missing 'typename' for conforming compilers; removed duplicate obj file from makefile 2005/08/04 21:45:03 thb 1.1.4.8: #i48939# Added clear() method to Bitmap; moved buffer format to IColorBuffer; completed format handling in image 2005/08/04 12:58:23 mbu 1.1.4.7: now exposing pixelformat of colorbuffer 2005/08/04 12:06:03 mbu 1.1.4.6: support for 24bit rgb format 2005/08/04 08:57:54 mbu 1.1.4.5: support for curves in fillGradient and fillPolyPolygon 2005/08/03 11:43:29 mbu 1.1.4.4: support for curves in fillTexturedPolyPolygon 2005/08/03 11:34:01 mbu 1.1.4.3: support for curves in drawLinePolyPolygon 2005/08/03 08:20:39 mbu 1.1.4.2: static variables used by the rectangular gradient function converted to locals 2005/08/02 14:02:02 thb 1.1.4.1: Initial revision


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [ada97169d96c3e39e605ddcd30ab21ade74b7def]

INTEGRATION: CWS canvas02 (1.2.40); FILE MERGED 2005/08/16 13:51:31 thb 1.2.40.3: #i48939# Changed Image::clear() to also respect pixel format; changed Image constructors to choose pitch according to pixel format; added default cases for all switch statements; catching infinite loop in Page::insert() 2005/08/15 16:04:18 thb 1.2.40.2: Added filter for __real symbols 2005/06/17 23:49:46 thb 1.2.40.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [aaa6f46a2c0881e4d25b1f5090e840a1a8f30aa2]

INTEGRATION: CWS canvas02 (1.6.4); FILE MERGED 2005/10/08 12:50:21 thb 1.6.4.6: RESYNC: (1.6-1.7); FILE MERGED 2005/10/07 23:05:03 thb 1.6.4.5: #i48939# Unified formatting; improved constness; avoided a few copy constructions; pruned debug code; removed empty destructors; moved end iterator queries out of the loops 2005/08/02 14:07:57 thb 1.6.4.4: #i48939# moved polyPolygonFromXPolyPolygon2D to canvastools 2005/07/25 00:56:26 thb 1.6.4.3: #i48939# Added common clip and scroll tool methods 2005/07/22 00:12:17 thb 1.6.4.2: #i48939# Factored out stubby corner sprite bound rect rendering to canvastools; finished removal of actual redraw methods from ::canvas::Sprite 2005/06/17 23:49:46 thb 1.6.4.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [08570ebb497b1143621bc052d074c0c04c7cf081]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/14 21:41:48 thb 1.1.2.4: #118732# Added working sprite prio; now correctly calculating remaining (inactive) set of sprites. 2005/10/11 15:41:13 thb 1.1.2.3: #i54170# Corrected license headers 2005/07/03 20:25:10 thb 1.1.2.2: #i48939# Reworked ParametricPolyPolygon, to extract state in an atomic operation; added more state checking 'isXDirty()' methods to canvascustomspritehelper; added various comments and notes 2005/06/17 23:41:46 thb 1.1.2.1: #i48939# Implementations for the new canvas base classes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [4361fcb3a3c41b79cc95a461741c76372da2dab4]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:41:12 thb 1.1.2.2: #i54170# Corrected license headers 2005/06/17 23:41:57 thb 1.1.2.1: #i48939# Implementations for the new canvas base classes


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [362400c19292008fcad0deacbb650f0012d55dae]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:41:11 thb 1.1.2.9: #i54170# Corrected license headers 2005/10/07 23:05:02 thb 1.1.2.8: #i48939# Unified formatting; improved constness; avoided a few copy constructions; pruned debug code; removed empty destructors; moved end iterator queries out of the loops 2005/09/29 10:01:41 mbu 1.1.2.7: supporting new icolorbuffer interface 2005/09/20 18:07:00 thb 1.1.2.6: #i10000# Solaris CC does not like anonymous struct in union; Solaris CC does not perform Koenig lookup for typedef'ed type aliases (B2DRange != B2DRectangle) 2005/09/02 15:10:18 mbu 1.1.2.5: XIntegerBitmap implementation for bitmaps 2005/08/05 02:31:49 thb 1.1.2.4: #i48939# Added fillB2DPolyPolygon method to bitmap and image 2005/08/04 21:45:03 thb 1.1.2.3: #i48939# Added clear() method to Bitmap; moved buffer format to IColorBuffer; completed format handling in image 2005/08/04 10:16:20 thb 1.1.2.2: #i48939# Added hasAlpha and getSize to Bitmap and Image 2005/08/02 14:02:24 thb 1.1.2.1: Initial revision


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [76fcafa3b9827b3463e9416f3013465dd8128a89]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:41:09 thb 1.1.2.2: #i54170# Corrected license headers 2005/08/19 11:03:07 thb 1.1.2.1: #i53538# Added null canvas. This canvas will do nothing, except log all operations (to stderr, currently, but planned are various targets)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [85b64c933d34df966c9772578601159d4a25f306]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:41:09 thb 1.1.2.2: #i54170# Corrected license headers 2005/08/19 11:03:12 thb 1.1.2.1: #i53538# Added null canvas. This canvas will do nothing, except log all operations (to stderr, currently, but planned are various targets)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [3985d9518b0676ce9785fcfd395f833764947281]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:41:08 thb 1.1.2.2: #i54170# Corrected license headers 2005/08/19 11:03:13 thb 1.1.2.1: #i53538# Added null canvas. This canvas will do nothing, except log all operations (to stderr, currently, but planned are various targets)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b3d69220a948ff6e239910fa88f2ed3b56489145]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:41:08 thb 1.1.2.2: #i54170# Corrected license headers 2005/08/19 11:03:10 thb 1.1.2.1: #i53538# Added null canvas. This canvas will do nothing, except log all operations (to stderr, currently, but planned are various targets)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [d90d51e062aa344c22f7a9d76850742a732cbe49]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:41:08 thb 1.1.2.2: #i54170# Corrected license headers 2005/08/19 11:03:08 thb 1.1.2.1: #i53538# Added null canvas. This canvas will do nothing, except log all operations (to stderr, currently, but planned are various targets)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [afb324f8f9ddbab967b7572ceffaf33d176ed195]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:41:07 thb 1.1.2.2: #i54170# Corrected license headers 2005/08/19 11:03:09 thb 1.1.2.1: #i53538# Added null canvas. This canvas will do nothing, except log all operations (to stderr, currently, but planned are various targets)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [36e0eac01bc0f64c535f9f8796f65ed4602932c8]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:41:07 thb 1.1.2.2: #i54170# Corrected license headers 2005/08/19 11:03:06 thb 1.1.2.1: #i53538# Added null canvas. This canvas will do nothing, except log all operations (to stderr, currently, but planned are various targets)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [1aff0d02bca33d3ea2898f649080abc45cf4c58d]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:41:06 thb 1.1.2.2: #i54170# Corrected license headers 2005/08/19 11:03:06 thb 1.1.2.1: #i53538# Added null canvas. This canvas will do nothing, except log all operations (to stderr, currently, but planned are various targets)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [78e2d0fe672f43197db47e3f918aebaaa92b3265]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:41:05 thb 1.1.2.2: #i54170# Corrected license headers 2005/08/19 11:03:13 thb 1.1.2.1: #i53538# Added null canvas. This canvas will do nothing, except log all operations (to stderr, currently, but planned are various targets)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [0152019675136045e957495418999e7bce0d417d]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:41:03 thb 1.1.2.3: #i54170# Corrected license headers 2005/08/22 12:08:51 thb 1.1.2.2: #i53538# Corrected service name 2005/08/19 11:03:14 thb 1.1.2.1: #i53538# Added null canvas. This canvas will do nothing, except log all operations (to stderr, currently, but planned are various targets)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [149fddc7d6a388b2cc59460392029dc03512733c]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/19 13:38:32 thb 1.1.2.3: #i48939# Adapted to GraphicDeviceBase changes 2005/10/11 15:41:02 thb 1.1.2.2: #i54170# Corrected license headers 2005/08/19 11:03:05 thb 1.1.2.1: #i53538# Added null canvas. This canvas will do nothing, except log all operations (to stderr, currently, but planned are various targets)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [ce2ee01e3619aa38f3b7aeac05ec6aa44d7ce128]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/19 13:38:32 thb 1.1.2.3: #i48939# Adapted to GraphicDeviceBase changes 2005/10/11 15:41:00 thb 1.1.2.2: #i54170# Corrected license headers 2005/08/19 11:03:09 thb 1.1.2.1: #i53538# Added null canvas. This canvas will do nothing, except log all operations (to stderr, currently, but planned are various targets)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [3351b155fc1292ea1c1504a6e6cc79f2399eec3e]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:41:00 thb 1.1.2.2: #i54170# Corrected license headers 2005/08/19 11:03:05 thb 1.1.2.1: #i53538# Added null canvas. This canvas will do nothing, except log all operations (to stderr, currently, but planned are various targets)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [8c94500512e1d37063308ef25cf881797ad028c2]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:59 thb 1.1.2.2: #i54170# Corrected license headers 2005/08/19 11:03:09 thb 1.1.2.1: #i53538# Added null canvas. This canvas will do nothing, except log all operations (to stderr, currently, but planned are various targets)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [628e34751f0bd1e33bdf0cec9fc0f0f72a464149]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:57 thb 1.1.2.2: #i54170# Corrected license headers 2005/08/19 11:03:13 thb 1.1.2.1: #i53538# Added null canvas. This canvas will do nothing, except log all operations (to stderr, currently, but planned are various targets)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [eb1c281151e5d1615623f9616f65e9bf25857d96]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:56 thb 1.1.2.2: #i54170# Corrected license headers 2005/08/19 11:03:08 thb 1.1.2.1: #i53538# Added null canvas. This canvas will do nothing, except log all operations (to stderr, currently, but planned are various targets)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [0202a09ef0d70900c0cffa06cc8e1bfe68d8ab54]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:55 thb 1.1.2.2: #i54170# Corrected license headers 2005/08/19 11:03:12 thb 1.1.2.1: #i53538# Added null canvas. This canvas will do nothing, except log all operations (to stderr, currently, but planned are various targets)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [30a780949215a31b6e7195b3cdc8b276ad9c8a02]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:54 thb 1.1.2.2: #i54170# Corrected license headers 2005/08/19 11:03:07 thb 1.1.2.1: #i53538# Added null canvas. This canvas will do nothing, except log all operations (to stderr, currently, but planned are various targets)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [5d8b5350b60518444c2290d710be5f05db2bea05]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:53 thb 1.1.2.2: #i54170# Corrected license headers 2005/08/19 11:03:10 thb 1.1.2.1: #i53538# Added null canvas. This canvas will do nothing, except log all operations (to stderr, currently, but planned are various targets)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [ad53feab8257ebee0fa1ac7e017f77cb5c9ce873]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:52 thb 1.1.2.2: #i54170# Corrected license headers 2005/08/19 11:03:11 thb 1.1.2.1: #i53538# Added null canvas. This canvas will do nothing, except log all operations (to stderr, currently, but planned are various targets)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [7186bc191d43c5db80d1449656b8c4d6449b458b]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:51 thb 1.1.2.2: #i54170# Corrected license headers 2005/08/19 11:04:09 thb 1.1.2.1: #i53538# Added null canvas. This canvas will do nothing, except log all operations (to stderr, currently, but planned are various targets)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [0b11a6a06f0277fdbbaa8d06ef24f51223e6cc3d]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/08/19 14:44:14 thb 1.1.2.1: #i53538# Added null canvas. This canvas will do nothing, except log all operations (to stderr, currently, but planned are various targets)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [bdb9677c72f1bce6fe6362a94d8659ba95f90fa1]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/08/19 11:03:59 thb 1.1.2.1: #i53538# Added null canvas. This canvas will do nothing, except log all operations (to stderr, currently, but planned are various targets)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [477091b794d82a34684f508d336fda9b5b70a509]

INTEGRATION: CWS canvas02 (1.4.10); FILE MERGED 2005/10/08 12:46:34 thb 1.4.10.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/28 14:03:25 hr 1.4.10.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/17 23:49:46 thb 1.4.10.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [ff9dedc7f28a2bf469dffd831877fa4d381b2083]

INTEGRATION: CWS canvas02 (1.4.10); FILE MERGED 2005/10/08 12:45:35 thb 1.4.10.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/28 14:01:55 hr 1.4.10.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/17 23:49:45 thb 1.4.10.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [6ced0425f4f4e754d205373499652c710dcec4e4]

INTEGRATION: CWS canvas02 (1.4.10); FILE MERGED 2005/10/08 12:44:23 thb 1.4.10.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/17 23:49:45 thb 1.4.10.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a587c97d945174553b47b6dfee9dd9436566f8e0]

INTEGRATION: CWS canvas02 (1.5.4); FILE MERGED 2005/10/08 12:42:32 thb 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/29 09:51:36 mbu 1.5.4.1: added glcanvas to canvas factory


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [c87697c4fb2d1b0fb00cc0b3851aefd0d0053441]

INTEGRATION: CWS canvas02 (1.6.10); FILE MERGED 2005/10/19 13:37:19 thb 1.6.10.4: #i48939# dxcanvas has moved 2005/08/19 11:00:24 thb 1.6.10.3: #i53538# Added null canvas 2005/08/02 14:09:27 thb 1.6.10.2: #i48939# Exporting the new canvas/rendering/* header; depending on agg 2005/06/17 23:49:45 thb 1.6.10.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [f676cc5a85b451a9d4ddb15618e150e72ad40c80]

INTEGRATION: CWS canvas02 (1.5.8); FILE MERGED 2005/10/18 11:39:02 mbu 1.5.8.3: canvas depends on agg instead of external now 2005/08/19 11:00:23 thb 1.5.8.2: #i53538# Added null canvas 2005/08/02 14:09:27 thb 1.5.8.1: #i48939# Exporting the new canvas/rendering/* header; depending on agg


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [329097cfcf2697f98e7121eaa0aa88c95cca2b09]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:49 thb 1.1.2.3: #i54170# Corrected license headers 2005/09/29 09:49:07 mbu 1.1.2.2: now including icolorbuffer 2005/08/02 14:00:29 thb 1.1.2.1: Initial revision


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [045920f024a749772c1c8af085c4df47cf861628]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:48 thb 1.1.2.2: #i54170# Corrected license headers 2005/09/29 09:34:10 mbu 1.1.2.1: moved to public area


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [c2842525bbd6619ce2391b8f21aa0000eb7d94eb]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/17 14:09:49 mbu 1.1.2.4: added getSize() 2005/10/11 15:40:47 thb 1.1.2.3: #i54170# Corrected license headers 2005/09/29 09:47:56 mbu 1.1.2.2: added isValid() method 2005/08/02 14:00:04 thb 1.1.2.1: Initial revision


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [305a36fa43d0ed9c9be1375a5f0d5a2daed5a6a5]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:46 thb 1.1.2.4: #i54170# Corrected license headers 2005/08/03 20:48:51 thb 1.1.2.3: #i48939# Removed getPixelSize() from IRenderModule, the vertices passed to the renderer are now simply in device pixel coordinate system 2005/08/03 12:03:14 thb 1.1.2.2: #i48939# Added locking to IRenderModule interface (might contain global objects, like the OpenGL state) 2005/08/02 13:59:47 thb 1.1.2.1: Initial revision


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [c8510eacd21f90cfd6f44c378aae61201d276a2f]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:45 thb 1.1.2.4: #i54170# Corrected license headers 2005/09/29 09:47:09 mbu 1.1.2.3: icolorbuffer now enforces locking instead of getBuffer() 2005/08/04 21:42:07 thb 1.1.2.2: #i48939# Added clear() method to Bitmap; moved buffer format to IColorBuffer 2005/08/02 14:00:17 thb 1.1.2.1: Initial revision


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [31d8a4b5dc2615c7426b11f9f349a16cc1f2de3d]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:44 thb 1.1.2.2: #i54170# Corrected license headers 2005/08/02 13:59:34 thb 1.1.2.1: Initial revision


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [7e399785bf780665053cd338960b322261cc37e3]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:43 thb 1.1.2.6: #i54170# Corrected license headers 2005/09/02 15:10:17 mbu 1.1.2.5: XIntegerBitmap implementation for bitmaps 2005/08/05 02:31:19 thb 1.1.2.4: #i48939# Added fillB2DPolyPolygon method to bitmap and image 2005/08/04 21:42:06 thb 1.1.2.3: #i48939# Added clear() method to Bitmap; moved buffer format to IColorBuffer 2005/08/04 10:14:31 thb 1.1.2.2: #i48939# Added hasAlpha and getSize to Bitmap and Image 2005/08/02 13:59:22 thb 1.1.2.1: Initial revision


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [e36bcbab6e269b5e6d4f31154f5b13e747bb0be3]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:39 thb 1.1.2.2: #i54170# Corrected license headers 2005/06/17 23:36:53 thb 1.1.2.1: #i48939# Refactored canvas, these are base classes that encapsulate common functionality (like input checking, locking, and general behaviour common to all canvas implementations)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [1783d8fa47bb940a48164eaae0a4241f78fd0688]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:37 thb 1.1.2.4: #i54170# Corrected license headers 2005/07/21 14:52:32 thb 1.1.2.3: #i48939# Factored out round up/down to integer; removed backend specific methods from base Sprite interface; removed updateScreen overwrite from SpriteCanvasBase (too much backend specifics need to be passed to HW canvases); now passing the target OutputDevice directly via Sprite::redraw() method in VCL canvas; made XFont -> impl font conversion dynamic cast, too; removed the getSpriteTargetSurface crap from SpriteCanvas 2005/07/02 22:07:52 thb 1.1.2.2: #i10000# gcc is _much_ more picky about unqualified names in class templates, even when they are declared in known base classes; slightly tweaked member function template parms for SpriteRedrawManager::forEachSprite(); added fully qualified namespaces in all exported headers. 2005/06/17 23:36:50 thb 1.1.2.1: #i48939# Refactored canvas, these are base classes that encapsulate common functionality (like input checking, locking, and general behaviour common to all canvas implementations)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [3d6f5a579c29248a7754afc0025636bede96cff3]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/14 21:38:49 thb 1.1.2.4: #118732# Added working sprite prio; now correctly calculating remaining (inactive) set of sprites. 2005/10/11 15:40:35 thb 1.1.2.3: #i54170# Corrected license headers 2005/07/21 14:52:32 thb 1.1.2.2: #i48939# Factored out round up/down to integer; removed backend specific methods from base Sprite interface; removed updateScreen overwrite from SpriteCanvasBase (too much backend specifics need to be passed to HW canvases); now passing the target OutputDevice directly via Sprite::redraw() method in VCL canvas; made XFont -> impl font conversion dynamic cast, too; removed the getSpriteTargetSurface crap from SpriteCanvas 2005/06/17 23:36:53 thb 1.1.2.1: #i48939# Refactored canvas, these are base classes that encapsulate common functionality (like input checking, locking, and general behaviour common to all canvas implementations)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a653b3810d03e1152c9fbf15445acad638fcd5e5]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:31 thb 1.1.2.3: #i54170# Corrected license headers 2005/07/02 22:07:51 thb 1.1.2.2: #i10000# gcc is _much_ more picky about unqualified names in class templates, even when they are declared in known base classes; slightly tweaked member function template parms for SpriteRedrawManager::forEachSprite(); added fully qualified namespaces in all exported headers. 2005/06/17 23:36:50 thb 1.1.2.1: #i48939# Refactored canvas, these are base classes that encapsulate common functionality (like input checking, locking, and general behaviour common to all canvas implementations)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [91fdc8fe33f59fc2b62b6ac7477bce192b7715c3]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/24 16:59:26 thb 1.1.2.6: #i48939# Corrected typo 2005/10/19 17:33:35 thb 1.1.2.5: #i10000# gcc does not like looser exception spec 2005/10/19 13:35:59 thb 1.1.2.4: #i48939# Moved ValueMap from slideshow; adapted GraphicDeviceBase to use PropertySetHelper 2005/10/11 15:40:30 thb 1.1.2.3: #i54170# Corrected license headers 2005/07/02 22:07:51 thb 1.1.2.2: #i10000# gcc is _much_ more picky about unqualified names in class templates, even when they are declared in known base classes; slightly tweaked member function template parms for SpriteRedrawManager::forEachSprite(); added fully qualified namespaces in all exported headers. 2005/06/17 23:36:48 thb 1.1.2.1: #i48939# Refactored canvas, these are base classes that encapsulate common functionality (like input checking, locking, and general behaviour common to all canvas implementations)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [5c7c149f71a32cc12cbd590e0e5cf4aa56b0abe8]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:29 thb 1.1.2.2: #i54170# Corrected license headers 2005/06/17 23:36:51 thb 1.1.2.1: #i48939# Refactored canvas, these are base classes that encapsulate common functionality (like input checking, locking, and general behaviour common to all canvas implementations)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [6b647a0a5efedd3135c58bcbae34c04ff3fabb4e]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:29 thb 1.1.2.2: #i54170# Corrected license headers 2005/06/17 23:36:52 thb 1.1.2.1: #i48939# Refactored canvas, these are base classes that encapsulate common functionality (like input checking, locking, and general behaviour common to all canvas implementations)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [9e918d65e48ff8f7534d1ff5f152f57da079b608]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/14 21:38:48 thb 1.1.2.5: #118732# Added working sprite prio; now correctly calculating remaining (inactive) set of sprites. 2005/10/11 15:40:28 thb 1.1.2.4: #i54170# Corrected license headers 2005/10/10 22:06:57 thb 1.1.2.3: #i48939# Made code compile (almost) warning-free for gcc 2005/07/03 20:25:56 thb 1.1.2.2: #i48939# Reworked ParametricPolyPolygon, to extract state in an atomic operation; added more state checking 'isXDirty()' methods to canvascustomspritehelper; added various comments and notes 2005/06/17 23:36:49 thb 1.1.2.1: #i48939# Refactored canvas, these are base classes that encapsulate common functionality (like input checking, locking, and general behaviour common to all canvas implementations)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [14f42347241688802c974d42b077e556ea55e368]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/14 21:38:48 thb 1.1.2.5: #118732# Added working sprite prio; now correctly calculating remaining (inactive) set of sprites. 2005/10/11 15:40:27 thb 1.1.2.4: #i54170# Corrected license headers 2005/07/03 20:25:55 thb 1.1.2.3: #i48939# Reworked ParametricPolyPolygon, to extract state in an atomic operation; added more state checking 'isXDirty()' methods to canvascustomspritehelper; added various comments and notes 2005/07/02 22:07:51 thb 1.1.2.2: #i10000# gcc is _much_ more picky about unqualified names in class templates, even when they are declared in known base classes; slightly tweaked member function template parms for SpriteRedrawManager::forEachSprite(); added fully qualified namespaces in all exported headers. 2005/06/17 23:36:52 thb 1.1.2.1: #i48939# Refactored canvas, these are base classes that encapsulate common functionality (like input checking, locking, and general behaviour common to all canvas implementations)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [788956ed90dc4f5bac54261bd36b3a3e213d2f91]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:27 thb 1.1.2.3: #i54170# Corrected license headers 2005/07/02 22:07:51 thb 1.1.2.2: #i10000# gcc is _much_ more picky about unqualified names in class templates, even when they are declared in known base classes; slightly tweaked member function template parms for SpriteRedrawManager::forEachSprite(); added fully qualified namespaces in all exported headers. 2005/06/17 23:36:49 thb 1.1.2.1: #i48939# Refactored canvas, these are base classes that encapsulate common functionality (like input checking, locking, and general behaviour common to all canvas implementations)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [ea91845ca78a2cda70d38455d896662d2b1eb106]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:27 thb 1.1.2.2: #i54170# Corrected license headers 2005/06/17 23:36:48 thb 1.1.2.1: #i48939# Refactored canvas, these are base classes that encapsulate common functionality (like input checking, locking, and general behaviour common to all canvas implementations)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [21b5592ce5748e96fe283d2c652caf6ad76c222b]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:26 thb 1.1.2.2: #i54170# Corrected license headers 2005/06/17 23:36:50 thb 1.1.2.1: #i48939# Refactored canvas, these are base classes that encapsulate common functionality (like input checking, locking, and general behaviour common to all canvas implementations)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [8da97ca07962a807ec55649aa89fe7fe8a4ae325]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:26 thb 1.1.2.2: #i54170# Corrected license headers 2005/06/17 23:36:53 thb 1.1.2.1: #i48939# Refactored canvas, these are base classes that encapsulate common functionality (like input checking, locking, and general behaviour common to all canvas implementations)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [730478e5aa7664e963bd4869b41ed1c1f57b9da6]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:24 thb 1.1.2.3: #i54170# Corrected license headers 2005/07/02 22:07:50 thb 1.1.2.2: #i10000# gcc is _much_ more picky about unqualified names in class templates, even when they are declared in known base classes; slightly tweaked member function template parms for SpriteRedrawManager::forEachSprite(); added fully qualified namespaces in all exported headers. 2005/06/17 23:40:03 thb 1.1.2.1: #i48939# Refactored canvas, these are base classes that encapsulate common functionality (like input checking, locking, and general behaviour common to all canvas implementations - in this case, even complete interface implementations, like ParametricPolyPolygon)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [7961c1527db8200ab06199289064f9841fcbcece]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/14 21:38:47 thb 1.1.2.5: #118732# Added working sprite prio; now correctly calculating remaining (inactive) set of sprites. 2005/10/11 15:40:24 thb 1.1.2.4: #i54170# Corrected license headers 2005/07/22 11:56:16 thb 1.1.2.3: #i48939# SunCC has a stricter idea about which members are accessible from inner classes - made handleArea() public. 2005/07/02 22:07:50 thb 1.1.2.2: #i10000# gcc is _much_ more picky about unqualified names in class templates, even when they are declared in known base classes; slightly tweaked member function template parms for SpriteRedrawManager::forEachSprite(); added fully qualified namespaces in all exported headers. 2005/06/17 23:40:13 thb 1.1.2.1: #i48939# Refactored canvas, these are base classes that encapsulate common functionality (like input checking, locking, and general behaviour common to all canvas implementations - in this case, even complete interface implementations, like ParametricPolyPolygon)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [fc731d904ceec85bf0c285f124352c1f7342a8a6]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/19 13:33:50 thb 1.1.2.1: #i48939# Initial revision. Class provides a rather minimalistic XPropertySet helper implementation


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [751899e380d69b23787cc90572cd38b49f8faafd]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/10/11 15:40:23 thb 1.1.2.4: #i54170# Corrected license headers 2005/08/02 14:09:58 thb 1.1.2.3: #i48939# moved polyPolygonFromXPolyPolygon2D to canvastools 2005/07/03 20:25:54 thb 1.1.2.2: #i48939# Reworked ParametricPolyPolygon, to extract state in an atomic operation; added more state checking 'isXDirty()' methods to canvascustomspritehelper; added various comments and notes 2005/06/17 23:39:52 thb 1.1.2.1: #i48939# Refactored canvas, these are base classes that encapsulate common functionality (like input checking, locking, and general behaviour common to all canvas implementations - in this case, even complete interface implementations, like ParametricPolyPolygon)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [aa7260af7815ffed80028d730958c196823d7778]

INTEGRATION: CWS canvas02 (1.4.8); FILE MERGED 2005/10/08 12:41:09 thb 1.4.8.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 11:01:16 thb 1.4.8.1: #i53538# Added line feed to OSL_TRACE (the version with string format needs explicit newlines)


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [29177b95b6557f0671f517d2378bce8b801d5980]

INTEGRATION: CWS canvas02 (1.8.4); FILE MERGED 2005/10/26 19:32:41 thb 1.8.4.9: #i48939# Corrected some places where build-in types (like long or int) where used in a non-portable way 2005/10/19 13:35:59 thb 1.8.4.8: #i48939# Moved ValueMap from slideshow; adapted GraphicDeviceBase to use PropertySetHelper 2005/10/08 12:40:56 thb 1.8.4.7: RESYNC: (1.9-1.10); FILE MERGED 2005/08/02 14:09:58 thb 1.8.4.6: #i48939# moved polyPolygonFromXPolyPolygon2D to canvastools 2005/07/25 00:56:08 thb 1.8.4.5: #i48939# Added common clip and scroll tool methods 2005/07/22 00:11:38 thb 1.8.4.4: #i48939# Factored out stubby corner sprite bound rect rendering to canvastools; finished removal of actual redraw methods from ::canvas::Sprite 2005/07/21 14:52:31 thb 1.8.4.3: #i48939# Factored out round up/down to integer; removed backend specific methods from base Sprite interface; removed updateScreen overwrite from SpriteCanvasBase (too much backend specifics need to be passed to HW canvases); now passing the target OutputDevice directly via Sprite::redraw() method in VCL canvas; made XFont -> impl font conversion dynamic cast, too; removed the getSpriteTargetSurface crap from SpriteCanvas 2005/06/28 14:01:05 hr 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2005/06/17 23:49:44 thb 1.8.4.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations


2005-11-02  Kurt Zenker  <kz@openoffice.org>  [82340523f49e8f6ac0d9d6cea27136c6022bfad0]

INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED 2005/06/17 23:35:00 thb 1.1.2.1: #i48939# Added overview document and cvs ignore config


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [c56675d7a73b46ef365af5c7010a3e36d6968e73]

INTEGRATION: CWS locales201 (1.10.20); FILE MERGED 2005/08/15 14:58:17 er 1.10.20.1: #i43751# align date formats to ISO 8601


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [a70722d209fc42369cc9ae56bc5147987335ea07]

INTEGRATION: CWS locales201 (1.2.184); FILE MERGED 2005/10/11 14:39:09 er 1.2.184.1: get rid of unnecessary references to module tools''


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [e706c7d09d2ae3add991df7c0476cfaa72dd1ba0]

INTEGRATION: CWS locales201 (1.2.190); FILE MERGED 2005/10/11 14:39:07 er 1.2.190.1: get rid of unnecessary references to module tools''


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [1d2b915b4a115a3f569ad89464e590df11f25a47]

INTEGRATION: CWS locales201 (1.1.248); FILE MERGED 2005/10/11 14:39:05 er 1.1.248.1: get rid of unnecessary references to module tools''


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [016a95c8c84dc916e66745fbdb6ff5305b8f36ca]

INTEGRATION: CWS locales201 (1.2.184); FILE MERGED 2005/10/11 14:39:02 er 1.2.184.1: get rid of unnecessary references to module tools''


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [9492bfa04243bd327fd7abd2aff143fa7c621ef8]

INTEGRATION: CWS locales201 (1.1.248); FILE MERGED 2005/10/11 14:39:00 er 1.1.248.1: get rid of unnecessary references to module tools''


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [ed3155837902a653bf9549e7b73d54090ccb550e]

INTEGRATION: CWS locales201 (1.1.226); FILE MERGED 2005/10/11 14:38:58 er 1.1.226.1: get rid of unnecessary references to module tools''


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [ed175b5d171529c0c024b24294afc10dd5260905]

INTEGRATION: CWS locales201 (1.1.226); FILE MERGED 2005/10/11 14:38:56 er 1.1.226.1: get rid of unnecessary references to module tools''


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [6d2582e2b67753bc5f510c6be1ba469f23eb7074]

INTEGRATION: CWS locales201 (1.1.226); FILE MERGED 2005/10/11 14:38:55 er 1.1.226.1: get rid of unnecessary references to module tools''


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [339f656f08c691a286b4f5a6ddde855890a1bd20]

INTEGRATION: CWS locales201 (1.2.184); FILE MERGED 2005/10/11 14:38:55 er 1.2.184.1: get rid of unnecessary references to module tools''


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [56c3adbf621523d22a1103f281c5b220b0bbd485]

INTEGRATION: CWS locales201 (1.1.226); FILE MERGED 2005/10/11 14:38:54 er 1.1.226.1: get rid of unnecessary references to module tools''


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [69784712b402a8bcde6397c5245b510d75ab2cf7]

INTEGRATION: CWS locales201 (1.4.6); FILE MERGED 2005/10/11 14:38:53 er 1.4.6.1: get rid of unnecessary references to module tools''


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [665cc1df70f7b9ad168e2f029d00cc8c10e387c5]

INTEGRATION: CWS locales201 (1.5.6); FILE MERGED 2005/10/11 14:38:53 er 1.5.6.1: get rid of unnecessary references to module tools''


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [94925b8b93687d89f065cd549429e920c5b566ae]

INTEGRATION: CWS locales201 (1.5.50); FILE MERGED 2005/10/08 09:24:29 er 1.5.50.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/16 17:38:04 er 1.5.50.1: #i50244# TextSearch::ApproxSrchFrwrd: end condition for whitespace-only text


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [bbcea43406b528651626a1d7b164adf210341438]

INTEGRATION: CWS locales201 (1.15.20); FILE MERGED 2005/08/05 16:00:19 er 1.15.20.1: #i48674# align to CLDR where appropriate, and correct week count


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [8a98a15d6b579dd33c170512e17daf4ecc4a97c6]

INTEGRATION: CWS locales201 (1.1.2); FILE ADDED 2005/08/15 13:27:09 er 1.1.2.1: #i51080# add Xhosa for South Africa (xh_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo>


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [6541a2e50bd6956f6f278713aff72e91721f8b18]

INTEGRATION: CWS locales201 (1.1.2); FILE ADDED 2005/08/15 11:35:36 er 1.1.2.1: #i49304# add Vietnamese (vi_VN) locale data; contributed by Nam T. Nguyen <nntsoft@ooo>


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [151e443a23721353f2ec88d7b69fe19b5e841d78]

INTEGRATION: CWS locales201 (1.1.2); FILE ADDED 2005/08/15 12:59:00 er 1.1.2.2: not present in CLDR => no update 2005/08/15 12:48:11 er 1.1.2.1: #i51077# add Tswana for South Africa (tn_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo>


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [659ab04a62371f337d2762c6cb31b58163d74484]

INTEGRATION: CWS locales201 (1.1.2); FILE ADDED 2005/08/15 13:51:31 er 1.1.2.1: #i51122# add Southern Sotho for South Africa (st_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo>


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [dfb012c11464d28fca72078cf1acfc28b327f1eb]

INTEGRATION: CWS locales201 (1.1.2); FILE ADDED 2005/08/23 13:57:33 er 1.1.2.1: #i53256# add Swati_SouthAfrica (ss_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo>


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [a5309990f607020b5a00122ca147071338ba3fa1]

INTEGRATION: CWS locales201 (1.1.2); FILE ADDED 2005/08/15 10:45:42 er 1.1.2.1: #i52805# add Oriya_India (or_IN) locale data; contributed by Gora Mohanty <gora_mohanty@ooo>


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [0cf28478bbecc7e55808058036ea65195d155ab3]

INTEGRATION: CWS locales201 (1.28.2); FILE MERGED 2005/10/08 09:20:49 er 1.28.2.9: RESYNC: (1.28-1.29); FILE MERGED 2005/09/13 15:53:57 er 1.28.2.8: remove en_CB fake locale data 2005/08/23 13:57:33 er 1.28.2.7: #i53256# add Swati_SouthAfrica (ss_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2005/08/15 13:51:31 er 1.28.2.6: #i51122# add Southern Sotho for South Africa (st_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2005/08/15 13:27:08 er 1.28.2.5: #i51080# add Xhosa for South Africa (xh_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2005/08/15 12:48:11 er 1.28.2.4: #i51077# add Tswana for South Africa (tn_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2005/08/15 11:35:36 er 1.28.2.3: #i49304# add Vietnamese (vi_VN) locale data; contributed by Nam T. Nguyen <nntsoft@ooo> 2005/08/15 10:45:41 er 1.28.2.2: #i52805# add Oriya_India (or_IN) locale data; contributed by Gora Mohanty <gora_mohanty@ooo> 2005/08/08 17:49:48 er 1.28.2.1: #i48970# add Kalaallisut_Greenland (kl_GL); contributed by Soeren Thing <thing@ooo>


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [c78f0d65536bb21999f14e9c87a090a5787f47c2]

INTEGRATION: CWS locales201 (1.7.2); FILE MERGED 2005/08/23 13:57:33 er 1.7.2.6: #i53256# add Swati_SouthAfrica (ss_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2005/08/15 13:51:30 er 1.7.2.5: #i51122# add Southern Sotho for South Africa (st_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2005/08/15 13:27:07 er 1.7.2.4: #i51080# add Xhosa for South Africa (xh_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2005/08/15 12:48:11 er 1.7.2.3: #i51077# add Tswana for South Africa (tn_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2005/08/15 11:35:36 er 1.7.2.2: #i49304# add Vietnamese (vi_VN) locale data; contributed by Nam T. Nguyen <nntsoft@ooo> 2005/08/15 10:45:41 er 1.7.2.1: #i52805# add Oriya_India (or_IN) locale data; contributed by Gora Mohanty <gora_mohanty@ooo>


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [7646ca146c113a7389106bf759504b5a7ffd4f7a]

INTEGRATION: CWS locales201 (1.11.10); FILE MERGED 2005/08/08 17:49:48 er 1.11.10.1: #i48970# add Kalaallisut_Greenland (kl_GL); contributed by Soeren Thing <thing@ooo>


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [889574d8b3aa117016941e6098a93c0cc493998e]

INTEGRATION: CWS locales201 (1.3.56); FILE MERGED 2005/09/13 15:53:57 er 1.3.56.1: remove en_CB fake locale data


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [3be2e722cc6fdd35a87c82558b2e630c38e8664e]

INTEGRATION: CWS locales201 (1.1.2); FILE ADDED 2005/08/08 17:49:48 er 1.1.2.1: #i48970# add Kalaallisut_Greenland (kl_GL); contributed by Soeren Thing <thing@ooo>


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [35dc0e337f01069d5a8e48e3460c51970c778d43]

INTEGRATION: CWS locales201 (1.2.2); FILE MERGED 2005/08/23 19:44:06 khong 1.2.2.1: #i52580# Set index key phonetic attribute to false.


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [10cb0f2720e7c53edc2fe86d849ed2276391b777]

INTEGRATION: CWS locales201 (1.8.6); FILE MERGED 2005/10/11 14:38:52 er 1.8.6.1: get rid of unnecessary references to module tools''


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [6184acdd4f6b63c7a73b57819f65ab9c00990c3f]

INTEGRATION: CWS locales201 (1.32.2); FILE MERGED 2005/10/08 09:19:25 er 1.32.2.9: RESYNC: (1.32-1.33); FILE MERGED 2005/09/13 15:54:30 er 1.32.2.8: remove en_CB fake locale data 2005/08/23 13:57:32 er 1.32.2.7: #i53256# add Swati_SouthAfrica (ss_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2005/08/15 13:51:30 er 1.32.2.6: #i51122# add Southern Sotho for South Africa (st_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2005/08/15 13:27:06 er 1.32.2.5: #i51080# add Xhosa for South Africa (xh_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2005/08/15 12:48:10 er 1.32.2.4: #i51077# add Tswana for South Africa (tn_ZA) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2005/08/15 11:35:35 er 1.32.2.3: #i49304# add Vietnamese (vi_VN) locale data; contributed by Nam T. Nguyen <nntsoft@ooo> 2005/08/15 10:45:41 er 1.32.2.2: #i52805# add Oriya_India (or_IN) locale data; contributed by Gora Mohanty <gora_mohanty@ooo> 2005/08/08 17:49:47 er 1.32.2.1: #i48970# add Kalaallisut_Greenland (kl_GL); contributed by Soeren Thing <thing@ooo>


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [c5811b4efe3b07959528909bfebddd5a6c836a48]

INTEGRATION: CWS locales201 (1.15.2); FILE MERGED 2005/10/08 09:18:38 er 1.15.2.2: RESYNC: (1.15-1.16); FILE MERGED 2005/08/15 14:43:41 er 1.15.2.1: check that formatindex 48.49 are not defined


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [4c053873aab094e9eef371ae81098b4ef50ba876]

INTEGRATION: CWS locales201 (1.19.26); FILE MERGED 2005/10/08 09:10:11 er 1.19.26.4: RESYNC: (1.19-1.20); FILE MERGED 2005/08/15 15:12:40 er 1.19.26.3: #i52837# Lao alphabet numbering; contributed by Anousak Souphavank <xangdao@ooo> 2005/08/09 18:22:37 er 1.19.26.2: #i49476# add Khmer alphabet numbering 2005/08/09 15:26:47 er 1.19.26.1: #i50577# add Nepali alphabet numbering


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [68151af8504e92d75afd1b39cb983056c2c373f6]

INTEGRATION: CWS locales201 (1.8.6); FILE MERGED 2005/10/11 14:38:51 er 1.8.6.1: get rid of unnecessary references to module tools''


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [2012a690dba882a029301428a3921a837e810cd5]

INTEGRATION: CWS locales201 (1.5.6); FILE MERGED 2005/10/11 14:38:51 er 1.5.6.1: get rid of unnecessary references to module tools''


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [b9bbfaec57dfb9e1856dd3e40455c88f60e79062]

INTEGRATION: CWS locales201 (1.9.20); FILE MERGED 2005/10/11 14:38:50 er 1.9.20.5: get rid of unnecessary references to module tools'' 2005/10/08 09:07:29 er 1.9.20.4: RESYNC: (1.9-1.10); FILE MERGED 2005/08/30 17:13:20 er 1.9.20.3: #i51435# getFlagsExtended: handle UnicodeType::COMBINING_SPACING_MARK 2005/08/30 15:39:48 er 1.9.20.2: #i46908# add ssIgnoreLeadingInRewind to places where ssRewindFromValue is used 2005/08/23 15:41:00 er 1.9.20.1: #i46908# parseText: during rewind from value switch state if ignoring leading whitespace, don't loop forever


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [114a51ede3b788743e6478fa8f9b13106da3c2fe]

INTEGRATION: CWS locales201 (1.10.6); FILE MERGED 2005/10/11 14:38:49 er 1.10.6.1: get rid of unnecessary references to module tools''


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [bf283e798dd9242175dfa7eb5f5d482c209ec832]

INTEGRATION: CWS locales201 (1.8.6); FILE MERGED 2005/10/11 14:38:48 er 1.8.6.1: get rid of unnecessary references to module tools''


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [082768513c7d7b75a1151a16773ba1e071127c1d]

INTEGRATION: CWS locales201 (1.4.6); FILE MERGED 2005/10/11 14:38:47 er 1.4.6.1: get rid of unnecessary references to module tools''


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [e221583c247653d5947a51005373110c45ac56c8]

INTEGRATION: CWS locales201 (1.17.184); FILE MERGED 2005/10/11 14:38:45 er 1.17.184.1: get rid of unnecessary references to module tools''


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [1e926416fe7b89fcc8ab9aa4efd618c811345e3d]

INTEGRATION: CWS locales201 (1.8.80); FILE MERGED 2005/10/08 08:55:23 er 1.8.80.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/23 15:41:00 er 1.8.80.1: #i46908# parseText: during rewind from value switch state if ignoring leading whitespace, don't loop forever


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [253d69507ea784d86e5d7d068645727c5b1deee9]

INTEGRATION: CWS locales201 (1.3.72); FILE MERGED 2005/10/08 08:54:10 er 1.3.72.5: RESYNC: (1.3-1.4); FILE MERGED 2005/08/29 17:17:04 er 1.3.72.4: #i43045# remove unwanted characters from Thai numbering bullets 2005/08/15 15:12:39 er 1.3.72.3: #i52837# Lao alphabet numbering; contributed by Anousak Souphavank <xangdao@ooo> 2005/08/09 18:22:36 er 1.3.72.2: #i49476# add Khmer alphabet numbering 2005/08/09 15:26:46 er 1.3.72.1: #i50577# add Nepali alphabet numbering


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [f6497c269ce5e93001ed20633a868db8e5e0bcd0]

INTEGRATION: CWS vcl43 (1.29.78); FILE MERGED 2005/08/25 09:30:14 pl 1.29.78.1: #125308# support extra keys on sun keyboard


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [f962a740e09bba63171f0be41aa7328356e09214]

INTEGRATION: CWS vcl43 (1.33.10); FILE MERGED 2005/08/25 09:30:15 pl 1.33.10.1: #125308# support extra keys on sun keyboard


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [0f99279e9811d6a57d041c361cffe54b13935d7e]

INTEGRATION: CWS vcl43 (1.215.170); FILE MERGED 2005/08/23 15:57:19 pl 1.215.170.2: #i52349# fix GetDisplayBackground for NWF enabled toolbars 2005/08/18 14:18:06 ssa 1.215.170.1: #122232# abort in non-pro if window hierarchy gets corrupted


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [5cf2e002027d347f080ce3a5d9dbb064a37bad2c]

INTEGRATION: CWS vcl43 (1.37.236); FILE MERGED 2005/08/23 10:59:53 ssa 1.37.236.1: #i52217# perform item updates asynchronously to avoid paint problems


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [36cb5ddb298b8413ac223c9c5acaaa649155868e]

INTEGRATION: CWS vcl43 (1.89.78); FILE MERGED 2005/08/23 15:57:18 pl 1.89.78.1: #i52349# fix GetDisplayBackground for NWF enabled toolbars


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [4fa6ab0b4bbab675681f4a0f2496df1ac5eff980]

INTEGRATION: CWS vcl43 (1.65.174); FILE MERGED 2005/10/20 09:57:54 hdu 1.65.174.4: #i51400# get rid of unneeded DBG_ASSERT 2005/09/02 10:35:24 hdu 1.65.174.3: RESYNC: (1.65-1.67); FILE MERGED 2005/08/25 14:18:31 hdu 1.65.174.2: #i53395# at least one glyph outline needs to be good 2005/08/17 11:53:12 hdu 1.65.174.1: #i51400# also ignore deprecated formatting chars, also ignore control chars for strong bidi


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [8fb0db99182a61e4adc350587985605b48a2bcaf]

INTEGRATION: CWS vcl43 (1.203.26); FILE MERGED 2005/08/25 14:16:23 hdu 1.203.26.2: #i53395# make sure the physical font is initialized for GetTextOutlines 2005/08/24 14:01:16 hdu 1.203.26.1: #i33947# keep EUDC as first glyph fallback font even when higher quality GF fonts are available


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [bbbe420a008915859a810fd6cfe9460a600b3924]

INTEGRATION: CWS vcl43 (1.57.76); FILE MERGED 2005/08/18 14:17:21 ssa 1.57.76.1: #122232# try to avoid crash due to corrupted window hierarchy


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [09e700fea21ac85806128c76da1cfdf479d9d10a]

INTEGRATION: CWS vcl42 (1.117.22); FILE MERGED 2005/10/06 08:25:46 pl 1.117.22.2: RESYNC: (1.117-1.119); FILE MERGED 2005/08/09 07:29:10 pl 1.117.22.1: #i52777# remove ugly hack


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [6d8325350fa798a91aa2497ff8ddb0d16ff0c9c8]

INTEGRATION: CWS vcl42 (1.190.110); FILE MERGED 2005/10/06 08:11:07 pl 1.190.110.7: RESYNC: (1.191-1.193); FILE MERGED 2005/08/17 13:13:12 pl 1.190.110.6: #i52338# better strategy: use unmodified keysym only if we do not have a keycode for the normal keysym 2005/08/16 18:12:07 pl 1.190.110.5: #i53179# correct SetSize method 2005/08/12 10:05:12 pl 1.190.110.4: #i53179# add positional WM_NORMAL hint to ownerdraw windows 2005/08/10 10:46:35 pl 1.190.110.3: #i52338# use unmodified keycodes only 2005/07/21 15:37:57 pl 1.190.110.2: RESYNC: (1.190-1.191); FILE MERGED 2005/07/12 13:52:59 pl 1.190.110.1: #i51331# change behaviour like in gtk plugin; no more resetting the IC, a different IC for each frame for having separate preedit states


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [f1f0bbfb1dab9e6562cf7134329e7c8843d2d63e]

INTEGRATION: CWS vcl42 (1.23.176); FILE MERGED 2005/10/06 07:24:17 pl 1.23.176.2: RESYNC: (1.23-1.24); FILE MERGED 2005/07/14 09:59:21 hdu 1.23.176.1: #i51577# better coverage calculation for X11 fonts


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [f639d9a8620b09e02bda72d1cc5406a77b69a4dc]

INTEGRATION: CWS vcl42 (1.39.296); FILE MERGED 2005/10/06 07:23:30 pl 1.39.296.2: RESYNC: (1.39-1.41); FILE MERGED 2005/08/10 14:20:35 hdu 1.39.296.1: #i53168# X11 fonts fonts only get the symbol flag when they explicitly request it


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [443cc4f449a56666be35e5b1372c905377357209]

INTEGRATION: CWS vcl42 (1.124.4); FILE MERGED 2005/10/06 07:22:22 pl 1.124.4.4: RESYNC: (1.125-1.127); FILE MERGED 2005/07/21 15:37:49 pl 1.124.4.3: RESYNC: (1.124-1.125); FILE MERGED 2005/07/19 10:42:29 hdu 1.124.4.2: #i51924# dummy checkin with correct issue id 2005/07/19 10:40:19 hdu 1.124.4.1: #i51294# avoid 32->16bit coordinate truncation problem in X11


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [3aa0b34c45204174b9a0c29387ab1a054287a1ca]

INTEGRATION: CWS vcl42 (1.9.270); FILE MERGED 2005/10/06 07:21:00 pl 1.9.270.2: RESYNC: (1.9-1.11); FILE MERGED 2005/06/28 10:26:50 pl 1.9.270.1: #i51204# do artificial bold only if needed for font weight >medium


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [803772574d32bf5958e4207b28bc8006c4510c47]

INTEGRATION: CWS vcl42 (1.22.380); FILE MERGED 2005/10/06 07:19:11 pl 1.22.380.3: RESYNC: (1.22-1.23); FILE MERGED 2005/08/15 12:19:38 pl 1.22.380.2: #i52777# variable definition 2005/08/11 12:19:02 pl 1.22.380.1: #i48001# default blink rate for generic plugin


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [d93b8970b89655538883dbd237b5a7ff8294908d]

INTEGRATION: CWS vcl42 (1.9.490); FILE MERGED 2005/10/06 07:18:59 pl 1.9.490.2: RESYNC: (1.9-1.10); FILE MERGED 2005/08/11 12:19:01 pl 1.9.490.1: #i48001# default blink rate for generic plugin


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [09db32101fabf8d250ec972a7baf3b3190b4168c]

INTEGRATION: CWS vcl42 (1.55.4); FILE MERGED 2005/10/06 07:18:42 pl 1.55.4.2: RESYNC: (1.55-1.57); FILE MERGED 2005/08/23 12:58:40 pl 1.55.4.1: #i53471# XSETTING notification for gtk plugin


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [950ed0bbef985ac1be2e0c6f460e5a75a670464a]

INTEGRATION: CWS vcl42 (1.23.2); FILE MERGED 2005/10/06 07:17:44 pl 1.23.2.2: RESYNC: (1.23-1.24); FILE MERGED 2005/08/08 10:40:37 pl 1.23.2.1: #i52626# set client id on gtk client leader


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [4225534443be12e532a0a8a90fa41c6fb7639644]

INTEGRATION: CWS vcl42 (1.65.2); FILE MERGED 2005/10/06 07:15:54 pl 1.65.2.4: RESYNC: (1.65-1.67); FILE MERGED 2005/08/10 11:33:38 pl 1.65.2.3: #i52819# do not report modifier names for non existant key names 2005/08/10 10:46:35 pl 1.65.2.2: #i52338# use unmodified keycodes only 2005/08/08 14:30:18 pl 1.65.2.1: #i52840# handle weird Xinerama configurations


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [ccedd3a1eb862a9c9dfb503fe023e6aae0f221d2]

INTEGRATION: CWS vcl42 (1.27.2); FILE MERGED 2005/10/06 07:13:10 pl 1.27.2.2: RESYNC: (1.27-1.28); FILE MERGED 2005/07/12 13:52:58 pl 1.27.2.1: #i51331# change behaviour like in gtk plugin; no more resetting the IC, a different IC for each frame for having separate preedit states


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [44cc9fea799eef559b5cdab345fef68d8db930b9]

INTEGRATION: CWS vcl42 (1.32.28); FILE MERGED 2005/10/06 07:12:12 pl 1.32.28.4: RESYNC: (1.32-1.33); FILE MERGED 2005/09/30 15:16:47 pl 1.32.28.3: #51331# do not set input focus too often as some IMs seem to be upset by that 2005/07/22 09:18:20 pl 1.32.28.2: #i51331# fixed an initialization issue and resultant crash 2005/07/12 13:52:57 pl 1.32.28.1: #i51331# change behaviour like in gtk plugin; no more resetting the IC, a different IC for each frame for having separate preedit states


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [eb58b72cf3c2c42d367318860214bc31f3a4358c]

INTEGRATION: CWS vcl42 (1.24.28); FILE MERGED 2005/10/06 07:11:58 pl 1.24.28.3: RESYNC: (1.24-1.25); FILE MERGED 2005/09/30 15:16:47 pl 1.24.28.2: #51331# do not set input focus too often as some IMs seem to be upset by that 2005/07/12 13:52:56 pl 1.24.28.1: #i51331# change behaviour like in gtk plugin; no more resetting the IC, a different IC for each frame for having separate preedit states


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [0f716f1236b6304a343da7c3fb2caf37475ed8d8]

INTEGRATION: CWS vcl42 (1.7.56); FILE MERGED 2005/10/06 07:11:09 pl 1.7.56.3: RESYNC: (1.7-1.8); FILE MERGED 2005/08/11 11:33:29 pl 1.7.56.2: #i48001# set cursor on/off 2005/08/11 10:33:55 pl 1.7.56.1: #i48001# set cursor blink rate


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [a6f207ad7fc0f09dbf3625368f1e9770471de695]

INTEGRATION: CWS vcl42 (1.21.112); FILE MERGED 2005/10/06 07:07:30 pl 1.21.112.2: RESYNC: (1.21-1.23); FILE MERGED 2005/08/23 12:58:40 pl 1.21.112.1: #i53471# XSETTING notification for gtk plugin


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [e893aa25761de7f6dcb8a4eb7ccec2c5f513761e]

INTEGRATION: CWS vcl42 (1.7.112); FILE MERGED 2005/10/06 07:06:08 pl 1.7.112.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/08 10:40:36 pl 1.7.112.1: #i52626# set client id on gtk client leader


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [b7b109a913e356547f213e5289d2e29c2950d39c]

INTEGRATION: CWS vcl42 (1.44.114); FILE MERGED 2005/10/06 07:01:59 pl 1.44.114.2: RESYNC: (1.44-1.46); FILE MERGED 2005/07/12 13:52:54 pl 1.44.114.1: #i51331# change behaviour like in gtk plugin; no more resetting the IC, a different IC for each frame for having separate preedit states


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [19adf4118a4444861031efd2d6706d2e0d3bfa9d]

INTEGRATION: CWS vcl42 (1.29.2); FILE MERGED 2005/10/06 07:01:37 pl 1.29.2.2: RESYNC: (1.29-1.30); FILE MERGED 2005/08/10 10:46:34 pl 1.29.2.1: #i52338# use unmodified keycodes only


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [a03fe5487f44d721d0489b0dac5958f6ceda5361]

INTEGRATION: CWS vcl42 (1.7.490); FILE MERGED 2005/10/06 06:59:39 pl 1.7.490.2: RESYNC: (1.7-1.8); FILE MERGED 2005/07/12 13:52:53 pl 1.7.490.1: #i51331# change behaviour like in gtk plugin; no more resetting the IC, a different IC for each frame for having separate preedit states


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [3ef6a1aa8f88b6d2e8adab78a06bf0ae1fbbc461]

INTEGRATION: CWS vcl42 (1.9.490); FILE MERGED 2005/10/06 06:59:03 pl 1.9.490.2: RESYNC: (1.9-1.10); FILE MERGED 2005/07/12 13:52:53 pl 1.9.490.1: #i51331# change behaviour like in gtk plugin; no more resetting the IC, a different IC for each frame for having separate preedit states


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [ee0c969f17698b5103b1a944d379708940117404]

INTEGRATION: CWS vcl42 (1.7.490); FILE MERGED 2005/10/06 06:58:44 pl 1.7.490.2: RESYNC: (1.7-1.8); FILE MERGED 2005/07/12 13:52:52 pl 1.7.490.1: #i51331# change behaviour like in gtk plugin; no more resetting the IC, a different IC for each frame for having separate preedit states


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [c8558a9b4b331f2189dcd06e802806307b9f534a]

INTEGRATION: CWS vcl42 (1.31.2); FILE MERGED 2005/10/06 11:34:19 pl 1.31.2.9: #i55540# obvius fix 2005/10/06 06:57:16 pl 1.31.2.8: RESYNC: (1.33-1.35); FILE MERGED 2005/08/18 18:59:41 pl 1.31.2.7: #i52338# map keypad numerals 2005/08/18 13:53:19 pl 1.31.2.6: #i52338# workaround a gdk 2.2 bug, fix numlock 2005/08/15 11:17:44 pl 1.31.2.5: RESYNC: (1.32-1.33); FILE MERGED 2005/08/10 10:46:34 pl 1.31.2.4: #i52338# use unmodified keycodes only 2005/08/08 10:40:16 pl 1.31.2.3: #i52626# window role for splash screen, set client id on gtk client leader 2005/07/21 15:37:41 pl 1.31.2.2: RESYNC: (1.31-1.32); FILE MERGED 2005/07/04 12:42:32 pl 1.31.2.1: #i51353# update spot location on key input


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [b53e6be4d8970a557a3aecba62c427de20ef128f]

INTEGRATION: CWS vcl42 (1.15.2); FILE MERGED 2005/10/06 06:57:03 pl 1.15.2.3: RESYNC: (1.15-1.17); FILE MERGED 2005/08/11 11:13:29 pl 1.15.2.2: #i48001# set cursor on/off 2005/08/11 11:00:38 pl 1.15.2.1: #i48001# set cursor blink rate


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [af3005bd6249d2298c7b312ff32786fe3d049f50]

INTEGRATION: CWS vcl42 (1.18.2); FILE MERGED 2005/10/06 06:55:59 pl 1.18.2.2: RESYNC: (1.18-1.19); FILE MERGED 2005/08/23 12:58:40 pl 1.18.2.1: #i53471# XSETTING notification for gtk plugin


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [d14bab6b63f9c708867da7e5bedd88117cdee8e5]

INTEGRATION: CWS vcl42 (1.100.2); FILE MERGED 2005/10/06 06:54:06 pl 1.100.2.3: RESYNC: (1.100-1.101); FILE MERGED 2005/08/15 11:26:01 ssa 1.100.2.2: #i46936# close only own popups, not those of the parent 2005/08/08 17:06:40 pl 1.100.2.1: #i52777# remove ugly hack


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [fb5ffe0915065a0277f8d74b87599529178025ae]

INTEGRATION: CWS vcl42 (1.215.110); FILE MERGED 2005/10/06 06:53:14 pl 1.215.110.2: RESYNC: (1.215-1.217); FILE MERGED 2005/08/09 13:51:00 pl 1.215.110.1: SAL_NO_NWF


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [740f3fa8eb30260755f7c18b762e329d1cc2b0f6]

INTEGRATION: CWS vcl42 (1.37.176); FILE MERGED 2005/10/06 06:53:03 pl 1.37.176.4: RESYNC: (1.37-1.39); FILE MERGED 2005/08/09 08:03:14 ssa 1.37.176.3: #i45812# moved changes to CWS tbxmenu 2005/08/08 17:48:36 pl 1.37.176.2: #i52777# remove ugly hack 2005/08/08 09:19:55 ssa 1.37.176.1: #i45812# support for toolbar items in menus


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [0702c10a16310018a0cecc7380a5d73ad9832967]

INTEGRATION: CWS vcl42 (1.89.2); FILE MERGED 2005/10/06 06:52:49 pl 1.89.2.2: RESYNC: (1.89-1.91); FILE MERGED 2005/08/08 17:48:36 pl 1.89.2.1: #i52777# remove ugly hack


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [bc6d7475d3ab7adedf5be4a3ad3d1e79743296a4]

INTEGRATION: CWS vcl42 (1.10.176); FILE MERGED 2005/10/06 06:50:55 pl 1.10.176.2: RESYNC: (1.10-1.12); FILE MERGED 2005/08/08 12:46:16 pl 1.10.176.1: #i52777# remove ugly hack


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [518df0d39875af36272d40db93cd819ca5ca686c]

INTEGRATION: CWS vcl42 (1.14.188); FILE MERGED 2005/10/06 06:50:43 pl 1.14.188.2: RESYNC: (1.14-1.15); FILE MERGED 2005/08/08 17:48:36 pl 1.14.188.1: #i52777# remove ugly hack


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [338a8ddf74fcea3851d0a2516e6af6bbecbc21af]

INTEGRATION: CWS vcl42 (1.126.2); FILE MERGED 2005/10/06 06:49:06 pl 1.126.2.4: RESYNC: (1.126-1.128); FILE MERGED 2005/08/09 08:03:14 ssa 1.126.2.3: #i45812# moved changes to CWS tbxmenu 2005/08/08 12:29:36 pl 1.126.2.2: #i52777# remove ugly hack 2005/08/08 09:19:54 ssa 1.126.2.1: #i45812# support for toolbar items in menus


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [339d38067f1a1169cd808a11a5554b0060dad0e1]

INTEGRATION: CWS vcl42 (1.29.176); FILE MERGED 2005/10/06 06:39:30 pl 1.29.176.2: RESYNC: (1.29-1.30); FILE MERGED 2005/07/29 14:51:02 hdu 1.29.176.1: #124727# remove deleted fonts from async garbage collection


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [a985639e03a236dc6ac6b51520ebf35ab11f2450]

INTEGRATION: CWS vcl42 (1.18.292); FILE MERGED 2005/10/06 06:36:49 pl 1.18.292.2: RESYNC: (1.18-1.19); FILE MERGED 2005/08/09 07:32:30 pl 1.18.292.1: #i52777# remove ugly hack


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [12bb0a821624996326f0c360cd90c5ee305ba6e4]

INTEGRATION: CWS vcl42 (1.34.2); FILE MERGED 2005/10/06 06:35:12 pl 1.34.2.3: RESYNC: (1.34-1.35); FILE MERGED 2005/08/18 18:25:30 pl 1.34.2.2: #i49748# #i51850# fix an unexpected side effect of higher precision output (->ClipRegions not downscaled anymore) 2005/07/20 16:44:06 pl 1.34.2.1: #i51850# annotation in structure need /StructParent entry


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [419600539435cabe7849a033cafaf8f673b949ae]

INTEGRATION: CWS vcl42 (1.81.86); FILE MERGED 2005/10/06 06:35:01 pl 1.81.86.10: RESYNC: (1.82-1.83); FILE MERGED 2005/08/18 18:25:30 pl 1.81.86.9: #i49748# #i51850# fix an unexpected side effect of higher precision output (->ClipRegions not downscaled anymore) 2005/08/03 16:54:04 pl 1.81.86.8: #i52572# all structure elements must be below the Document element 2005/08/03 13:52:55 pl 1.81.86.7: fix a PEBCAD 2005/08/01 17:11:39 pl 1.81.86.6: #i47395# one bit bitmaps with inverted grey palette 2005/08/01 16:14:35 pl 1.81.86.5: correct sample code 2005/08/01 13:50:57 pl 1.81.86.4: #i49748# need to support finer structures 2005/07/20 16:44:04 pl 1.81.86.3: #i51850# annotation in structure need /StructParent entry 2005/07/07 09:46:09 pl 1.81.86.2: RESYNC: (1.81-1.82); FILE MERGED 2005/06/23 16:31:06 pl 1.81.86.1: #i51132# escape link URIs properly


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [f6918b35cf17701e3060c2f174016efb38a7e79e]

INTEGRATION: CWS vcl42 (1.9.186); FILE MERGED 2005/10/06 06:32:49 pl 1.9.186.2: RESYNC: (1.9-1.10); FILE MERGED 2005/08/08 12:10:52 pl 1.9.186.1: #i52777# remove ugly hack


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [4305092f84076a2c923d515daa2229203600047d]

INTEGRATION: CWS vcl42 (1.3.416); FILE MERGED 2005/10/06 06:32:03 pl 1.3.416.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/08 11:58:48 pl 1.3.416.1: #i52777# remove ugly hack


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [44d104149c69871e51b0133a1f0dc78d14a360e4]

INTEGRATION: CWS vcl42 (1.3.476); FILE MERGED 2005/10/06 06:29:14 pl 1.3.476.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/08 11:33:27 pl 1.3.476.1: #i52777# remove ugly hack


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [7deee2c8247f70ea89fc281d3c049f316f0fa755]

INTEGRATION: CWS vcl42 (1.72.92); FILE MERGED 2005/10/06 06:19:42 pl 1.72.92.3: RESYNC: (1.72-1.74); FILE MERGED 2005/08/11 10:14:06 pl 1.72.92.2: #i52040# workaround radeon Xserver, avoid duplicate cursor hide/show 2005/08/10 14:51:13 pl 1.72.92.1: #i39293# handle shortcuts first before they can be inserted as characters mistakenly


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [db4974eba0f77a327a0ed9df23f85ac3f2e857e5]

INTEGRATION: CWS vcl42 (1.44.28); FILE MERGED 2005/10/06 06:18:07 pl 1.44.28.2: RESYNC: (1.44-1.46); FILE MERGED 2005/08/08 11:32:40 pl 1.44.28.1: #i52777# remove ugly hack


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [fc11715f0da540f051d1a941da0e914bc4091b27]

INTEGRATION: CWS vcl42 (1.30.96); FILE MERGED 2005/10/06 06:16:16 pl 1.30.96.2: RESYNC: (1.30-1.31); FILE MERGED 2005/08/08 11:28:32 pl 1.30.96.1: #i52777# remove ugly hack


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [e0450218ac2f0c147840704162ba3520db5a4d30]

INTEGRATION: CWS vcl42 (1.12.14); FILE MERGED 2005/10/05 22:38:47 pl 1.12.14.2: RESYNC: (1.12-1.13); FILE MERGED 2005/07/14 08:00:44 pl 1.12.14.1: #i51879# merge global defaults into CUPS printers


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [5ba36854b5f27907b3e3090e69010503b9515106]

INTEGRATION: CWS vcl42 (1.10.214); FILE MERGED 2005/10/05 22:35:58 pl 1.10.214.2: RESYNC: (1.10-1.12); FILE MERGED 2005/07/20 12:38:15 hdu 1.10.214.1: #i51285# allow 32bit CMAP subtables and implement format 12 parsing


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [2ba91e063967bee7546c9ebb0de00943bb2f567e]

INTEGRATION: CWS vcl42 (1.30.68); FILE MERGED 2005/10/05 22:35:42 pl 1.30.68.3: RESYNC: (1.30-1.32); FILE MERGED 2005/07/20 13:15:30 hdu 1.30.68.2: #i51285# allow CMAP with pid==3, eid==10 2005/07/20 12:38:15 hdu 1.30.68.1: #i51285# allow 32bit CMAP subtables and implement format 12 parsing


2005-11-01  Kurt Zenker  <kz@openoffice.org>  [0e481050b5c02d615e94933c06c2e3394c6254df]

INTEGRATION: CWS vcl42 (1.28.356); FILE MERGED 2005/10/05 21:20:32 pl 1.28.356.2: RESYNC: (1.28-1.29); FILE MERGED 2005/07/21 14:46:54 pl 1.28.356.1: #i51953# disabled multiline edit


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9069e2db65c0106630fd99e4ab694e34bd03e0d4]

INTEGRATION: CWS skeletonmaker (1.9.42); FILE MERGED 2005/10/14 17:02:18 jsc 1.9.42.2: RESYNC: (1.9-1.10); FILE MERGED 2005/07/20 08:46:50 jsc 1.9.42.1: #i52207# modified for test


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4311faff9d370ab801aa18e3f7f81a36acb20f2d]

INTEGRATION: CWS skeletonmaker (1.12.42); FILE MERGED 2005/10/14 16:56:14 jsc 1.12.42.2: RESYNC: (1.12-1.13); FILE MERGED 2005/08/31 11:27:08 jsc 1.12.42.1: #i51720# remove propertysetmixin.cxx -> moved to cppuhelper


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d79d3b20e76c44635bfc5bd4b8ac5bbf23c7d23]

INTEGRATION: CWS skeletonmaker (1.5.18); FILE MERGED 2005/10/21 13:41:01 jsc 1.5.18.1: #i52169# insert deprecated comment for OBaseMutex and pointer to cppu::BaseMutex


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [911960fce8e82683e049faa71f54bac38f9034ea]

INTEGRATION: CWS swqbf40 (1.28.8); FILE MERGED 2005/10/12 12:45:01 od 1.28.8.2: #i54875# <GraphicObject::IsCached(..)> - consider cropped graphics. 2005/09/30 10:05:20 od 1.28.8.1: #i54875# <GraphicObject::ImplGetCropParams(..)> 	 Do not get graphic again. Instead directly access member <maGraphic>


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [415f60719d0fa3a32408953c74979f9b46043459]

INTEGRATION: CWS mib02 (1.15.160); FILE MERGED 2005/09/28 17:59:47 mib 1.15.160.2: RESYNC: (1.15-1.16); FILE MERGED 2005/09/05 12:59:58 mib 1.15.160.1: #i48559#: Order of OutScript() parameters was wrong


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0948efd1fc1661226614737d82d3cfdd495024fa]

INTEGRATION: CWS atcldr (1.13.36); FILE MERGED 2005/10/21 15:50:02 er 1.13.36.1: #i56036# align ListSeparator


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7bb84c9fb91368991bb92c1f9d7cfe23b7d660b]

INTEGRATION: CWS atcldr (1.15.36); FILE MERGED 2005/10/21 15:50:01 er 1.15.36.1: #i56036# align ListSeparator


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0378fb6399e67f43e0a248e5b5156298bcd520b0]

INTEGRATION: CWS atcldr (1.10.36); FILE MERGED 2005/10/21 14:47:52 er 1.10.36.1: #i56036# align partial; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dbbb8726f9f5e3e70218ed961fd2ac36f0a1f72]

INTEGRATION: CWS atcldr (1.3.36); FILE MERGED 2005/10/14 22:05:51 er 1.3.36.1: #i56036# partial alignments to CLDR; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6c3ceee5054a0d0107588b4ab353fc6e4470b16]

INTEGRATION: CWS atcldr (1.10.36); FILE MERGED 2005/10/20 17:51:20 er 1.10.36.2: #i56036# align with separator change, e.g. NBSP; beautified 2005/10/14 22:05:50 er 1.10.36.1: #i56036# partial alignments to CLDR; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [09b8b0e984613376bb4a76801d9538c002174a6c]

INTEGRATION: CWS atcldr (1.4.36); FILE MERGED 2005/10/14 22:05:50 er 1.4.36.1: #i56036# partial alignments to CLDR; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [452a2f0b0897e2bdc558f28407c3a1ec1c3a6048]

INTEGRATION: CWS atcldr (1.6.36); FILE MERGED 2005/10/21 14:47:50 er 1.6.36.1: #i56036# align partial; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef7eb5dfe0dce52a69a59acb9165c77e870d17b7]

INTEGRATION: CWS atcldr (1.4.36); FILE MERGED 2005/10/14 22:05:49 er 1.4.36.1: #i56036# partial alignments to CLDR; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [49494355083c78c7b72663bb09aab69653dd021e]

INTEGRATION: CWS atcldr (1.13.36); FILE MERGED 2005/10/20 13:54:23 er 1.13.36.1: #i56036# align with separator change, e.g. NBSP; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b96059fc3471d246939fc938dc641debfa058a21]

INTEGRATION: CWS atcldr (1.10.36); FILE MERGED 2005/10/20 13:54:22 er 1.10.36.1: #i56036# align with separator change, e.g. NBSP; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c459220c5c2efb1df33203e2bb844f869ec43cc5]

INTEGRATION: CWS atcldr (1.3.36); FILE MERGED 2005/10/14 22:05:49 er 1.3.36.1: #i56036# partial alignments to CLDR; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c27362736de4748d8aed07761f0f93887e4426a]

INTEGRATION: CWS atcldr (1.10.36); FILE MERGED 2005/10/21 15:29:09 er 1.10.36.1: #i56036# align completely; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e34e239a2429cbe7d42eef78d0411aff54d4060f]

INTEGRATION: CWS atcldr (1.4.28); FILE MERGED 2005/10/21 15:29:08 er 1.4.28.1: #i56036# align completely; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [24eaa926f394956e90e759cd31425853edf1c22f]

INTEGRATION: CWS atcldr (1.5.36); FILE MERGED 2005/10/21 15:29:07 er 1.5.36.1: #i56036# align completely; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e108bdeba06c9a66bbb0fc64713f67cd509da9f]

INTEGRATION: CWS atcldr (1.16.22); FILE MERGED 2005/10/14 13:13:44 er 1.16.22.1: CLDR tools got repackaged


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c3d7ad559dde4c9c8d2cdaee02e8b0d0248246a]

INTEGRATION: CWS atcldr (1.19.36); FILE MERGED 2005/10/14 22:05:48 er 1.19.36.1: #i56036# partial alignments to CLDR; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [272e149f16f7009f674ad105295fdf7dba318a41]

INTEGRATION: CWS atcldr (1.7.12); FILE MERGED 2005/10/14 22:05:48 er 1.7.12.1: #i56036# partial alignments to CLDR; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cc09d6b53430d8b28b4d7ecdb932e12a5fdd341]

INTEGRATION: CWS atcldr (1.14.36); FILE MERGED 2005/10/24 18:42:10 er 1.14.36.2: #i56036# change of CurrencySymbol problematic when loading file where old symbol is used, results in ISO code being displayed 2005/10/14 22:05:48 er 1.14.36.1: #i56036# partial alignments to CLDR; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [20915e3528efdd5ac35c924a20ef56d19f9132d3]

INTEGRATION: CWS atcldr (1.8.36); FILE MERGED 2005/10/25 10:29:03 er 1.8.36.3: #i56036# change of CurrencySymbol problematic when loading file where old symbol is used, results in ISO code being displayed 2005/10/24 18:42:09 er 1.8.36.2: #i56036# change of CurrencySymbol problematic when loading file where old symbol is used, results in ISO code being displayed 2005/10/21 15:29:07 er 1.8.36.1: #i56036# align completely; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d619637c10e8d88f5c00875393f3d0ae9cbc657]

INTEGRATION: CWS atcldr (1.9.36); FILE MERGED 2005/10/21 15:29:06 er 1.9.36.1: #i56036# align completely; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba144e8e7d72eecd62ab28bf598380a96bc31508]

INTEGRATION: CWS atcldr (1.11.22); FILE MERGED 2005/10/21 15:50:01 er 1.11.22.1: #i56036# align ListSeparator


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [734293b7dbdacab2448e2300f60763f5e4b1639b]

INTEGRATION: CWS atcldr (1.4.36); FILE MERGED 2005/10/24 18:42:09 er 1.4.36.2: #i56036# change of CurrencySymbol problematic when loading file where old symbol is used, results in ISO code being displayed 2005/10/14 22:05:47 er 1.4.36.1: #i56036# partial alignments to CLDR; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bda043d9d336ac726d9f5cbc04c51924715331f0]

INTEGRATION: CWS atcldr (1.8.12); FILE MERGED 2005/10/20 13:54:22 er 1.8.12.1: #i56036# align with separator change, e.g. NBSP; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [315d5847e839a67f69ddc22f7c258ad30e8da11c]

INTEGRATION: CWS atcldr (1.7.36); FILE MERGED 2005/10/20 13:54:21 er 1.7.36.1: #i56036# align with separator change, e.g. NBSP; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [09fbcb7a05e8a7c0020993a6ca9f8bbd6c55855f]

INTEGRATION: CWS atcldr (1.11.36); FILE MERGED 2005/10/20 13:54:21 er 1.11.36.1: #i56036# align with separator change, e.g. NBSP; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [07d93828931bea1a87239d6c82a71fdfbd7b20c7]

INTEGRATION: CWS atcldr (1.10.36); FILE MERGED 2005/10/25 10:29:03 er 1.10.36.3: #i56036# change of CurrencySymbol problematic when loading file where old symbol is used, results in ISO code being displayed 2005/10/24 18:42:08 er 1.10.36.2: #i56036# change of CurrencySymbol problematic when loading file where old symbol is used, results in ISO code being displayed 2005/10/21 15:29:05 er 1.10.36.1: #i56036# align completely; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1971eeb92df4dccb80fdc2574c5f84f80362af48]

INTEGRATION: CWS atcldr (1.10.36); FILE MERGED 2005/10/20 13:54:20 er 1.10.36.1: #i56036# align with separator change, e.g. NBSP; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ad844dd8d86f6175d064b29e7ce968df562cd27]

INTEGRATION: CWS atcldr (1.9.36); FILE MERGED 2005/10/21 15:29:05 er 1.9.36.1: #i56036# align completely; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1428164c16350648cc0b2787f9828e06b47151e0]

INTEGRATION: CWS atcldr (1.3.36); FILE MERGED 2005/10/24 18:42:08 er 1.3.36.2: #i56036# change of CurrencySymbol problematic when loading file where old symbol is used, results in ISO code being displayed 2005/10/14 22:05:47 er 1.3.36.1: #i56036# partial alignments to CLDR; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7fbfe8daa9533a0a23e4c981e01e7b17d022039]

INTEGRATION: CWS atcldr (1.6.28); FILE MERGED 2005/10/21 15:29:04 er 1.6.28.1: #i56036# align completely; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d497825acfdc8ad668f1bbbcb8f490032c4256a]

INTEGRATION: CWS atcldr (1.9.36); FILE MERGED 2005/10/21 15:50:00 er 1.9.36.1: #i56036# align ListSeparator


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6f0e82f24a30c4d0a95121b608ff45e5209ec8c]

INTEGRATION: CWS atcldr (1.8.36); FILE MERGED 2005/10/21 15:50:00 er 1.8.36.1: #i56036# align ListSeparator


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8aa63459372fce0b771c1c5a1d0847ec1bce89c7]

INTEGRATION: CWS atcldr (1.12.36); FILE MERGED 2005/10/25 10:29:02 er 1.12.36.4: #i56036# change of CurrencySymbol problematic when loading file where old symbol is used, results in ISO code being displayed 2005/10/24 18:41:58 er 1.12.36.3: #i56036# change of CurrencySymbol problematic when loading file where old symbol is used, results in ISO code being displayed 2005/10/21 15:29:03 er 1.12.36.2: #i56036# align completely; beautified 2005/10/20 13:51:44 er 1.12.36.1: #i56036# make es_ES base, not es_AR


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1de1fb7d9a5bcfec255035ec333039976c47bfaf]

INTEGRATION: CWS atcldr (1.8.36); FILE MERGED 2005/10/21 15:29:03 er 1.8.36.1: #i56036# align completely; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3312f59f83678348176c2799a734c43bbf5ba064]

INTEGRATION: CWS atcldr (1.9.36); FILE MERGED 2005/10/20 13:54:20 er 1.9.36.1: #i56036# align with separator change, e.g. NBSP; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbda8e4a4a566303067868f773adc692fdf8a206]

INTEGRATION: CWS atcldr (1.8.36); FILE MERGED 2005/10/25 10:29:02 er 1.8.36.2: #i56036# change of CurrencySymbol problematic when loading file where old symbol is used, results in ISO code being displayed 2005/10/21 15:29:02 er 1.8.36.1: #i56036# align completely; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5b40511f15bb7b779c577eac0e7a931a0c58b0b]

INTEGRATION: CWS atcldr (1.8.36); FILE MERGED 2005/10/25 10:29:02 er 1.8.36.2: #i56036# change of CurrencySymbol problematic when loading file where old symbol is used, results in ISO code being displayed 2005/10/20 13:54:20 er 1.8.36.1: #i56036# align with separator change, e.g. NBSP; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7bb90e30b82b3dd33a06d8f1565b49baea9442f]

INTEGRATION: CWS atcldr (1.11.22); FILE MERGED 2005/10/20 13:54:19 er 1.11.22.1: #i56036# align with separator change, e.g. NBSP; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1730e87e9c0f8112f99d7626855df0ed389b0184]

INTEGRATION: CWS atcldr (1.6.36); FILE MERGED 2005/10/21 15:29:01 er 1.6.36.1: #i56036# align completely; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eac1cd05b077cfdf5ebb347cf7cc2b03c2b41606]

INTEGRATION: CWS atcldr (1.5.36); FILE MERGED 2005/10/21 15:29:01 er 1.5.36.1: #i56036# align completely; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [db7a0f67958917b37d878bf58e484502e6bdfd6b]

INTEGRATION: CWS atcldr (1.9.36); FILE MERGED 2005/10/21 15:29:00 er 1.9.36.1: #i56036# align completely; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2136252e8316ab03cd7244c725c07a67bdc9e68]

INTEGRATION: CWS atcldr (1.9.36); FILE MERGED 2005/10/21 15:28:59 er 1.9.36.1: #i56036# align completely; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [578fbbc7ffd07d567a1b8536bcd9febb599a7e43]

INTEGRATION: CWS atcldr (1.9.36); FILE MERGED 2005/10/21 15:28:58 er 1.9.36.1: #i56036# align completely; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [756f0b69502a2aba7b52a1ed3af266764756d03d]

INTEGRATION: CWS atcldr (1.13.36); FILE MERGED 2005/10/25 10:29:01 er 1.13.36.3: #i56036# change of CurrencySymbol problematic when loading file where old symbol is used, results in ISO code being displayed 2005/10/24 18:41:51 er 1.13.36.2: #i56036# change of CurrencySymbol problematic when loading file where old symbol is used, results in ISO code being displayed 2005/10/21 15:28:58 er 1.13.36.1: #i56036# align completely; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d55c97c42df8a51696be7d346c474a2a5056410f]

INTEGRATION: CWS atcldr (1.5.28); FILE MERGED 2005/10/21 15:28:57 er 1.5.28.1: #i56036# align completely; beautified


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0ba5e876cda9ff77df8cf162c9d66fa039cec0f]

INTEGRATION: CWS atcldr (1.4.28); FILE MERGED 2005/10/20 17:54:40 er 1.4.28.1: #i56036# partial alignment, almost complete except StartDayOfWeek


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [559d9b3739928ad5c65e26a2bd90794e415baac5]

INTEGRATION: CWS atcldr (1.16.6); FILE MERGED 2005/10/24 16:16:26 er 1.16.6.1: #i56036# don't generate 0 size FollowPageWordArray, it's a valid count (e.g. CJK), append NULL instead; got some linefeed beautification straight


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bb14109a1443a2893b8892444dd981d031b87dc]

INTEGRATION: CWS vcl46 (1.71.28); FILE MERGED 2005/10/19 14:38:09 hdu 1.71.28.1: #126249# fix scaling of font outline for huge fonts


2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd0cc19f6e125776da59a8f6e9e5c876726bff6e]

INTEGRATION: CWS emblock1 (1.72.10); FILE MERGED 2005/07/13 13:36:46 pl 1.72.10.1: #i51893# fix a concurrency problem when copying bitmaps


2005-10-27  Rüdiger Timm  <rt@openoffice.org>  [be0382e2e212b131642bdd9e3367524b135d1344]

#i54458#, #i10000#: Correct my last changes


2005-10-27  Rüdiger Timm  <rt@openoffice.org>  [e65783ba003186f5c1c1cd0445a4c89be6e41f99]

#i54458# Correct my last changes


2005-10-25  Vladimir Glazounov  <vg@openoffice.org>  [9aa3d6ec518bfa873744b9e3450f24347d6e77b6]

new version for SRC680


2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [a86b3723f7c2b82a11d97c5da938948f7d155507]

INTEGRATION: CWS impress71 (1.43.16); FILE MERGED 2005/09/26 16:44:18 sj 1.43.16.1: #i40846# fixed problem with bitmaps having a negative size


2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd33891675882feffac5284863bfaf9ffe37d305]

INTEGRATION: CWS ause041 (1.9.4); FILE MERGED 2005/10/19 10:48:00 ihi 1.9.4.1: #i56221# tools move replaced by osl move


2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bb96a3eb0661bc6c38ddfe51fdbcc2da560eff4]

INTEGRATION: CWS ause041 (1.5.14); FILE MERGED 2005/10/19 10:48:00 ihi 1.5.14.1: #i56221# tools move replaced by osl move


2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [21a7292554c52fe1a54e209f698b794934040852]

INTEGRATION: CWS impress72 (1.26.32); FILE MERGED 2005/10/17 16:38:55 sj 1.26.32.1: #i56040# fixed bitblt problem


2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a36d451d6f586ee1c4ce7ebba3995c6c72d5c7eb]

INTEGRATION: CWS lo8 (1.18.64); FILE MERGED 2005/10/19 13:09:24 lo 1.18.64.1: #i46886# look at NoLabel flag


2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [22520b6808211e75d4894d8763ddaf5c49480ac4]

INTEGRATION: CWS dba201d (1.216.34); FILE MERGED 2005/10/07 09:56:44 fs 1.216.34.2: RESYNC: (1.216-1.217); FILE MERGED 2005/10/07 06:47:12 fs 1.216.34.1: #116855# keep track of TopWindows which are children of a Window


2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [44593b2971b7a2a81be5db912ca396c454874090]

INTEGRATION: CWS dba201d (1.24.8); FILE MERGED 2005/10/07 06:53:24 fs 1.24.8.1: #116855# Window's now keep track of TopWindows which are their children, which spares us the extremely expensive O(n^2) (n being the number of all top windows in the whole application) loop in ::WindowDestroyed


2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [4e7568b4399c66b9f4b26a64f736ee4aa1e9b2d3]

INTEGRATION: CWS dba201d (1.52.8); FILE MERGED 2005/09/27 11:45:31 oj 1.52.8.1: commits from dba201c


2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [739e23b87a7b54a7273057d2a5473a5d7d11a2b5]

INTEGRATION: CWS dba201d (1.55.4); FILE MERGED 2005/09/27 11:45:30 oj 1.55.4.1: commits from dba201c


2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [1ab5ac5c6184a2ded891ac8b2fe4cbd2928ab7b9]

INTEGRATION: CWS impress69 (1.9.80); FILE MERGED 2005/10/14 22:40:50 af 1.9.80.2: RESYNC: (1.9-1.11); FILE MERGED 2005/09/13 15:18:03 sj 1.9.80.1: #i54556# trying to use full scanlines when possible


2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [2ae41bf0522738c61fa695dd2d3dbd95e92e3d09]

INTEGRATION: CWS eformspp1 (1.1.174); FILE MERGED 2005/10/17 16:59:26 lo 1.1.174.2: RESYNC: (1.1-1.2); FILE MERGED 2005/07/28 13:01:08 lo 1.1.174.1: #i50354#, #i50286# activedatasink is public interface


2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [29c6c20d01d091d73f571a318b9221dc1d0fe0e9]

INTEGRATION: CWS dr41 (1.18.296); FILE MERGED 2005/10/04 20:05:38 dr 1.18.296.2: RESYNC: (1.18-1.19); FILE MERGED 2005/09/20 17:35:50 er 1.18.296.1: #i53826# Thai T speciality


2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [7ca3dcaa492a1cfad051b007110cf58121b91cf6]

INTEGRATION: CWS dr41 (1.38.92); FILE MERGED 2005/10/04 20:05:24 dr 1.38.92.2: RESYNC: (1.38-1.40); FILE MERGED 2005/09/20 17:35:49 er 1.38.92.1: #i53826# Thai T speciality


2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [7d8c701536276a4d7cc6860209a907713ba57e51]

INTEGRATION: CWS dr41 (1.62.296); FILE MERGED 2005/10/04 20:05:13 dr 1.62.296.3: RESYNC: (1.62-1.64); FILE MERGED 2005/09/20 18:50:16 er 1.62.296.2: #i54873# ImpGetDateTimeOutput: don't prepend ASCII 0 for minutes <10 in MM 2005/09/20 17:35:49 er 1.62.296.1: #i53826# Thai T speciality


2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [96258ee23f97e1fdc478911b93667ac2e006e1a9]

INTEGRATION: CWS dr41 (1.36.94); FILE MERGED 2005/10/04 20:04:40 dr 1.36.94.2: RESYNC: (1.36-1.37); FILE MERGED 2005/08/24 15:16:32 er 1.36.94.1: #i52930# GetTimeRef: be prepared for only seconds.hundredths, don't take seconds as minutes; ScanEndString: 6.78am does not result in 6 seconds and 78 hundredths in the morning


2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [9dbffbaf15860b0993637ddfcdc981b8cb030c70]

#i10000# Changed _oslModule into oslModule (there is no _oslModule except for MACOSX)


2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [ae4ba434d28eabffafbfaefaf4836a945d61d910]

INTEGRATION: CWS cov2src (1.13.20); FILE MERGED 2005/10/17 16:23:48 rt 1.13.20.1: #126234# Join MWS COV680 m4 into SRC680


2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [61b3614b3f0a202e9dfcc17a16dbf6e677d2444f]

INTEGRATION: CWS cov2src (1.8.18); FILE MERGED 2005/10/17 16:23:34 rt 1.8.18.1: #126234# Join MWS COV680 m4 into SRC680


2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [d21c33171c684d310ee6430d056898236e18bf19]

INTEGRATION: CWS cov2src (1.28.22); FILE MERGED 2005/10/18 08:56:14 rt 1.28.22.1: #126234# Join MWS COV680 m4 into SRC680


2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [671ec9e1f605512841faf4e2c8f8cf6f17008cc0]

INTEGRATION: CWS cov2src (1.18.24); FILE MERGED 2005/10/18 08:56:13 rt 1.18.24.1: #126234# Join MWS COV680 m4 into SRC680


2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [abcaf100acb0c4068778ece7cd1bc4396cef6d50]

INTEGRATION: CWS cov2src (1.69.58); FILE MERGED 2005/10/18 13:46:36 rt 1.69.58.1: #126234# Join MWS COV680 m4 into SRC680


2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [181cc2c97ef118102ecfcdb8be5db838fef5c9d9]

INTEGRATION: CWS cov2src (1.20.58); FILE MERGED 2005/10/19 09:24:18 rt 1.20.58.1: #126234# Join MWS COV680 m4 into SRC680


2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [dfb3b5e609e77e0a4737b6eb06fb3d601bc0223f]

INTEGRATION: CWS cov2src (1.14.58); FILE MERGED 2005/10/19 09:24:17 rt 1.14.58.1: #126234# Join MWS COV680 m4 into SRC680


2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [4c5e989017376a2a79ee164663584d309616cfb7]

INTEGRATION: CWS vcl45 (1.35.46); FILE MERGED 2005/10/12 17:08:17 pl 1.35.46.3: #i52536# introduce OnValue property for radio button 2005/10/12 13:36:17 pl 1.35.46.2: #i52534# radiogroup name taken from first radio button 2005/10/11 16:09:19 pl 1.35.46.1: #125990# enforce unique field names


2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [eadf50e8c3d078c57b1f2505243067d58d05d544]

INTEGRATION: CWS vcl45 (1.83.46); FILE MERGED 2005/10/13 10:00:00 pl 1.83.46.5: #i52536# values for radio buttons 2005/10/12 17:08:16 pl 1.83.46.4: #i52536# introduce OnValue property for radio button 2005/10/12 13:36:07 pl 1.83.46.3: #i52534# radiogroup name taken from first radio button 2005/10/12 12:47:50 pl 1.83.46.2: #i52533# radiogroups with no selected button 2005/10/11 16:09:19 pl 1.83.46.1: #125990# enforce unique field names


2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [2c66cbadfdcd8c71a5c86885a234681008282d8a]

INTEGRATION: CWS hr21 (1.2.6); FILE MERGED 2005/10/18 15:56:11 hr 1.2.6.1: #i55503#: fix license header


2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [ffa272683a3cae00dae6097dc21684ba8e12b72f]

INTEGRATION: CWS kso201bugs01 (1.6.16); FILE MERGED 2005/10/06 10:26:20 kso 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/10/05 14:45:12 kso 1.6.16.1: #i49238# - DNS name resolution results are now cached for performance reasons.


2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [384e933cd5dcb4ffa0a91c4a315d8f86c4d9e570]

INTEGRATION: CWS i18n20 (1.8.14); FILE MERGED 2005/08/26 23:44:17 khong 1.8.14.1: #i48175# remove converting sperator and decimal point for non-cjk language


2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [6d3ca0df4f7ab7ff898eccba285cf9195c0268f1]

INTEGRATION: CWS i18n20 (1.36.14); FILE MERGED 2005/09/22 23:49:17 khong 1.36.14.1: #i51661# add quotation mark as middle letter for Hebrew in word breakiterator rule.


2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [90ea953f872448abc5738cd4777bca192bb28942]

INTEGRATION: CWS i18n20 (1.19.14); FILE MERGED 2005/08/26 23:44:16 khong 1.19.14.1: #i48175# remove converting sperator and decimal point for non-cjk language


2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [bac6d3f1001bc917a92786d90b1c4722c5e56767]

INTEGRATION: CWS i18n20 (1.11.14); FILE MERGED 2005/08/26 23:55:17 khong 1.11.14.1: #i45171# extend unicode script type, since Danish contains 2 letter in Latin Extended-A


2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [8525ac5200f0b58f7127d65e6218c44cf6fe546c]

INTEGRATION: CWS i18n20 (1.7.32); FILE MERGED 2005/08/26 23:40:46 khong 1.7.32.1: #i45171# use new collation option for index grouping


2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [465ffd59aeb18c5697a772851dc74aa64509d4d6]

INTEGRATION: CWS i18n20 (1.7.52); FILE MERGED 2005/08/30 17:11:09 khong 1.7.52.2: #i45171# map new ignore accent collation option to icu PRIMARY collation strength 2005/08/26 23:56:51 khong 1.7.52.1: #i45171# map new ignore accent collation option to icu PRIMARY collation strength


2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [d9ea2a50677d23d6ed8f4772665cdca9f4254792]

INTEGRATION: CWS i18n20 (1.1.2); FILE ADDED 2005/09/22 23:47:49 khong 1.1.2.1: #i51661# add quotation mark as middle letter for Hebrew in word breakiterator rule.


2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [ec04b22ddab38513a2bcac92842a17181b6033af]

INTEGRATION: CWS i18n20 (1.1.2); FILE ADDED 2005/08/26 23:33:38 khong 1.1.2.1: #i50172# add cell breakiterator rule for Tamil


2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [d1fc4a481c8b670b893592d5773c4f0431db389f]

INTEGRATION: CWS i18n20 (1.18.32); FILE MERGED 2005/09/23 15:59:13 khong 1.18.32.6: #i51661# add quotation mark as middle letter for Hebrew in word breakiterator rule. 2005/09/23 08:09:54 khong 1.18.32.5: #i51661# add quotation mark as middle letter for Hebrew in word breakiterator rule. 2005/09/23 07:38:03 khong 1.18.32.4: #i51661# add quotation mark as middle letter for Hebrew in word breakiterator rule 2005/09/22 23:47:48 khong 1.18.32.3: #i51661# add quotation mark as middle letter for Hebrew in word breakiterator rule. 2005/08/26 23:34:37 khong 1.18.32.2: #i50172# add cell breakiterator rule for Tamil 2005/08/26 23:31:59 khong 1.18.32.1: #i50172# add cell breakiterator rule for Tamil


2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [b27896bebf6f41ce612fdec4b58957e4d1d04299]

INTEGRATION: CWS i18n20 (1.6.32); FILE MERGED 2005/09/23 15:59:13 khong 1.6.32.3: #i51661# add quotation mark as middle letter for Hebrew in word breakiterator rule. 2005/09/23 07:38:02 khong 1.6.32.2: #i51661# add quotation mark as middle letter for Hebrew in word breakiterator rule 2005/09/22 23:47:48 khong 1.6.32.1: #i51661# add quotation mark as middle letter for Hebrew in word breakiterator rule.


2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [fd8fb003c959e36ca6b44a5a744c45112a7c9cae]

INTEGRATION: CWS i18n20 (1.8.52); FILE MERGED 2005/09/23 15:59:38 khong 1.8.52.3: #i51661# add quotation mark as middle letter for Hebrew in word breakiterator rule. 2005/09/23 07:38:49 khong 1.8.52.2: #i51661# add quotation mark as middle letter for Hebrew in word breakiterator rule 2005/09/22 23:48:52 khong 1.8.52.1: #i51661# add quotation mark as middle letter for Hebrew in word breakiterator rule.


2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [7d56d553513b54157e69258d56c3269fa631b1be]

INTEGRATION: CWS perform05 (1.114.106); FILE MERGED 2005/09/30 18:50:56 mt 1.114.106.2: RESYNC: (1.114-1.115); FILE MERGED 2005/08/11 13:47:57 hdu 1.114.106.1: #i52301# allow getting rid of slow access to font config during startup


2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [74c317ef8d5f9fc8895b6b3bdf290cb3e1525acb]

INTEGRATION: CWS perform05 (1.201.26); FILE MERGED 2005/09/30 18:45:08 mt 1.201.26.4: RESYNC: (1.203-1.205); FILE MERGED 2005/08/11 13:47:56 hdu 1.201.26.3: #i52301# allow getting rid of slow access to font config during startup 2005/08/03 07:20:33 mt 1.201.26.2: RESYNC: (1.201-1.203); FILE MERGED 2005/07/22 07:26:22 mt 1.201.26.1: #i52301# FonSubst on demand....


2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [17c44d1c1e0ed67f60b06322ec76e85d3ec618fe]

INTEGRATION: CWS perform05 (1.9.266); FILE MERGED 2005/09/30 18:37:32 mt 1.9.266.3: RESYNC: (1.9-1.10); FILE MERGED 2005/08/15 07:41:48 hdu 1.9.266.2: #i52301# reset mbConfigLookup flag 2005/08/11 13:47:56 hdu 1.9.266.1: #i52301# allow getting rid of slow access to font config during startup


2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [70dbfe03beeffdb2d3440248e3342fd120f5091a]

INTEGRATION: CWS macosxgcc4 (1.14.90); FILE MERGED 2005/09/20 02:54:07 fheckl 1.14.90.2: RESYNC: (1.14-1.15); FILE MERGED 2005/09/17 23:18:17 fheckl 1.14.90.1: adding necessary casts for compilation to succeed using gcc4 on MacOSX (i54461)


2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [b94adf872088b752f93b05922a40058960d571cf]

INTEGRATION: CWS macosxgcc4 (1.30.4); FILE MERGED 2005/09/20 00:14:03 fheckl 1.30.4.2: RESYNC: (1.30-1.31); FILE MERGED 2005/09/19 19:36:31 fheckl 1.30.4.1: Adding some casts needing for compilation to succeed with gcc4 on MacOSX (i54458)


2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [e5b78ad6fc624be12530cb824de3923d2fa245f0]

INTEGRATION: CWS macosxgcc4 (1.9.14); FILE MERGED 2005/09/20 00:07:50 fheckl 1.9.14.2: RESYNC: (1.9-1.10); FILE MERGED 2005/09/19 19:36:30 fheckl 1.9.14.1: Adding some casts needing for compilation to succeed with gcc4 on MacOSX (i54458)


2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [15626c143089f71516f3d6697c9c8576fad58342]

INTEGRATION: CWS merge20to201v3 (1.19.52); FILE MERGED 2005/10/14 15:06:26 hr 1.19.52.1: #i55999#: merge OOO680 CWS ooo20m2 to SRC680


2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [4237d62884115b087e527cd3c5af81a2734565ca]

INTEGRATION: CWS merge20to201v3 (1.35.50); FILE MERGED 2005/10/14 15:06:25 hr 1.35.50.1: #i55999#: merge OOO680 CWS ooo20m2 to SRC680


2005-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [79221216f62f0deea2dc62c83e940bb778703bbc]

INTEGRATION: CWS vcl44 (1.118.16); FILE MERGED 2005/09/26 12:21:13 ssa 1.118.16.1: #124826# make CreateVirtualDevice more robust and add Win32API logging method


2005-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [750ba5d2a9730002379c0070428e1ec291692930]

INTEGRATION: CWS vcl44 (1.6.16); FILE MERGED 2005/09/26 12:21:13 ssa 1.6.16.1: #124826# make CreateVirtualDevice more robust and add Win32API logging method


2005-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7908d269b34b5d027b73d7a1b6eea73b28728966]

INTEGRATION: CWS vcl44 (1.19.16); FILE MERGED 2005/09/26 12:21:12 ssa 1.19.16.1: #124826# make CreateVirtualDevice more robust and add Win32API logging method


2005-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf33b3a3440d3bd15c06be7783f20d5fb9d00ad3]

INTEGRATION: CWS vcl44 (1.16.16); FILE MERGED 2005/09/21 15:12:07 hdu 1.16.16.1: #i45961# allow more BitmapBuffer formats for DIB


2005-10-13  Oliver Bolte  <obo@openoffice.org>  [0acd8c34b27bcfc15e2aac897ad7e958cf10f92a]

INTEGRATION: CWS gslpatches6 (1.37.180); FILE MERGED 2005/08/25 06:51:32 pl 1.37.180.1: #i53742# check for NULL pointer (thanks to mmeeks)


2005-10-13  Oliver Bolte  <obo@openoffice.org>  [306873c82c7a195371fac69b93266510a76d291b]

INTEGRATION: CWS merge20to201v2 (1.74.32); FILE MERGED 2005/10/07 14:28:08 hr 1.74.32.1: #i55617: merge OOO680 CWS macosx11


2005-10-13  Oliver Bolte  <obo@openoffice.org>  [ad824046bc829285ccddaad6f43a1f8a82b0eeb4]

INTEGRATION: CWS merge20to201v2 (1.192.30); FILE MERGED 2005/10/07 14:28:05 hr 1.192.30.1: #i55617: merge OOO680 CWS macosx11


2005-10-13  Oliver Bolte  <obo@openoffice.org>  [a9b5ea9733a758a95f4851512faf42f133d81e62]

INTEGRATION: CWS merge20to201v2 (1.34.28); FILE MERGED 2005/10/07 14:28:03 hr 1.34.28.1: #i55617: merge OOO680 CWS macosx11


2005-10-13  Oliver Bolte  <obo@openoffice.org>  [b2fd408d4c13f3afe48cd39a363cbc30cf5a15a6]

INTEGRATION: CWS merge20to201v2 (1.1.6); FILE ADDED 2005/10/07 14:28:00 hr 1.1.6.1: #i55617: merge OOO680 CWS macosx11


2005-10-13  Oliver Bolte  <obo@openoffice.org>  [fc974d3e3bff989035665556a30da9418910b957]

INTEGRATION: CWS merge20to201v2 (1.56.32); FILE MERGED 2005/10/07 14:27:57 hr 1.56.32.1: #i55617: merge OOO680 CWS macosx11


2005-10-13  Oliver Bolte  <obo@openoffice.org>  [4ea1a9700d558d3e1acf4c025ee1fb078f11307a]

INTEGRATION: CWS merge20to201v2 (1.17.32); FILE MERGED 2005/10/07 14:27:56 hr 1.17.32.1: #i55617: merge OOO680 CWS macosx11


2005-10-11  Oliver Bolte  <obo@openoffice.org>  [de7675c730cf5e8cbefaee0b71a98ad2cb7f1f93]

INTEGRATION: CWS presfixes08 (1.10.6); FILE MERGED 2005/07/11 16:46:38 dbo 1.10.6.1: #i37786# corrected pref map mode origin calculations Issue number: Submitted by: Reviewed by:


2005-10-11  Oliver Bolte  <obo@openoffice.org>  [afcc47b2bfa1cfeb9cc2532ce301798e7ecba68c]

INTEGRATION: CWS presfixes08 (1.2.88); FILE MERGED 2005/09/09 14:30:58 dbo 1.2.88.1: marked as @deprecated


2005-10-11  Oliver Bolte  <obo@openoffice.org>  [4818a38548411e9d49538e98e88192bb3b43b9dd]

INTEGRATION: CWS presfixes08 (1.3.46); FILE MERGED 2005/09/01 09:11:02 dbo 1.3.46.1: #i51786#


2005-10-11  Oliver Bolte  <obo@openoffice.org>  [f72cd9051f6768e6e655debfdab6614afdd916e1]

INTEGRATION: CWS presfixes08 (1.1.2); FILE ADDED 2005/09/05 12:41:43 dbo 1.1.2.2: #i51786# new license header 2005/09/01 09:07:38 dbo 1.1.2.1: #i51786# new


2005-10-07  Rüdiger Timm  <rt@openoffice.org>  [4c3c0894c80c43ce3785100c6ecbcbc38af2d8a5]

Correct license header.


2005-10-06  Kurt Zenker  <kz@openoffice.org>  [7821a3fc247d73debcd4967c8a18713f4cab46d6]

INTEGRATION: CWS gh11 (1.1.2); FILE ADDED 2005/09/16 10:12:31 gh 1.1.2.1: first automated test of gesicheck. windows only!


2005-10-06  Kurt Zenker  <kz@openoffice.org>  [61745d211aa2b5e3324a76a3bef41a885ac717c8]

INTEGRATION: CWS gh11 (1.1.2); FILE ADDED 2005/09/16 10:14:29 gh 1.1.2.1: first automated test of gsicheck windows only!


2005-10-06  Kurt Zenker  <kz@openoffice.org>  [ba33e1e7a2f39c62aba9c42e33921a6ba91228b1]

INTEGRATION: CWS gh11 (1.1.2); FILE ADDED 2005/09/16 10:13:45 gh 1.1.2.1: first automated test of gsicheck windows only!


2005-10-06  Kurt Zenker  <kz@openoffice.org>  [a24a2ca4e7b82bff8997b87e7a164585fc8a2a93]

INTEGRATION: CWS gh11 (1.1.2); FILE ADDED 2005/09/16 10:15:08 gh 1.1.2.1: first automated test of gsicheck windows only!


2005-10-06  Kurt Zenker  <kz@openoffice.org>  [d2896d22b0422b235948fb5aa1d144e5ce65b323]

INTEGRATION: CWS gh11 (1.1.2); FILE ADDED 2005/09/16 10:13:10 gh 1.1.2.1: first automated test of gsicheck windows only!


2005-10-06  Kurt Zenker  <kz@openoffice.org>  [9efee128a6dc7e4fe7b1dd6908a72b5f7c18de51]

INTEGRATION: CWS gh11 (1.1.2); FILE ADDED 2005/09/16 10:14:48 gh 1.1.2.1: first automated test of gsicheck windows only!


2005-10-06  Kurt Zenker  <kz@openoffice.org>  [64254bd24643eb75e7a07d2094788c4cf869746d]

INTEGRATION: CWS gh11 (1.1.2); FILE ADDED 2005/09/16 10:14:05 gh 1.1.2.1: first automated test of gsicheck windows only!


2005-10-06  Kurt Zenker  <kz@openoffice.org>  [b6ea44eb27ac4ab1c30961bfc09a505caf938b8e]

INTEGRATION: CWS gh11 (1.1.2); FILE ADDED 2005/09/16 10:15:33 gh 1.1.2.1: first automated test of gsicheck windows only!


2005-10-06  Kurt Zenker  <kz@openoffice.org>  [36bec51b5408f88282266b1ee2727b642f70afc8]

INTEGRATION: CWS gh11 (1.1.2); FILE ADDED 2005/09/16 10:13:29 gh 1.1.2.1: first automated test of gsicheck windows only!


2005-10-06  Kurt Zenker  <kz@openoffice.org>  [9bdb108fb219b699f4a7fa324cde314c64c4e2ca]

INTEGRATION: CWS gh11 (1.1.2); FILE ADDED 2005/09/16 11:08:04 gh 1.1.2.1: first automated test of gsicheck windows only!


2005-10-06  Kurt Zenker  <kz@openoffice.org>  [12f307ce4ce2f7e4a5f8765f82e773a748a1a433]

INTEGRATION: CWS gh11 (1.12.10); FILE MERGED 2005/09/21 12:55:03 gh 1.12.10.4: RESYNC: (1.12-1.13); FILE MERGED 2005/09/09 15:31:38 gh 1.12.10.3: first working tagfixing version for helpcontent2 2005/08/12 14:38:19 gh 1.12.10.2: tune comparing attributes to relevant attribs only + improve speed 2005/07/27 11:37:40 gh 1.12.10.1: compare contents of attributes to source-language in OLH


2005-10-06  Kurt Zenker  <kz@openoffice.org>  [cf43738b6d72f859b27456b8bbc0678d4148ae22]

INTEGRATION: CWS gh11 (1.1.2); FILE ADDED 2005/09/21 11:01:41 gh 1.1.2.2: implement ReassmbleLine for GSI files 2005/09/09 15:31:15 gh 1.1.2.1: first working tagfixing version for helpcontent2


2005-10-06  Kurt Zenker  <kz@openoffice.org>  [af9d45c1682629d58c6a7e68e84fa151a522668c]

INTEGRATION: CWS gh11 (1.15.10); FILE MERGED 2005/09/22 09:17:13 gh 1.15.10.6: updated version to 1.8.1 2005/09/21 12:51:07 gh 1.15.10.5: RESYNC: (1.15-1.16); FILE MERGED 2005/09/21 11:01:40 gh 1.15.10.4: implement ReassmbleLine for GSI files 2005/09/09 15:31:38 gh 1.15.10.3: first working tagfixing version for helpcontent2 2005/08/12 14:38:18 gh 1.15.10.2: tune comparing attributes to relevant attribs only + improve speed 2005/07/27 11:37:40 gh 1.15.10.1: compare contents of attributes to source-language in OLH


2005-10-06  Kurt Zenker  <kz@openoffice.org>  [a1f63eaff276fed38d10a5e525631f9efd9e72c9]

INTEGRATION: CWS gh11 (1.7.22); FILE MERGED 2005/09/21 12:47:56 gh 1.7.22.4: RESYNC: (1.7-1.8); FILE MERGED 2005/09/09 15:31:37 gh 1.7.22.3: first working tagfixing version for helpcontent2 2005/08/12 14:38:18 gh 1.7.22.2: tune comparing attributes to relevant attribs only + improve speed 2005/07/27 11:37:39 gh 1.7.22.1: compare contents of attributes to source-language in OLH


2005-10-06  Kurt Zenker  <kz@openoffice.org>  [f04d38d188864f29524e25fc88be0628852ff218]

INTEGRATION: CWS intptr (1.8.90); FILE MERGED 2005/09/16 09:36:47 kendy 1.8.90.2: #i54498# Forgotten sal_IntPtr -> sal_uIntPtr. 2005/09/13 14:51:11 kendy 1.8.90.1: #i54498# Introduce and use sal_IntPtr/sal_uIntPtr for ints where we have to store a pointer


2005-10-06  Kurt Zenker  <kz@openoffice.org>  [66c31cea822c8c829e42447d2f00903407c26a01]

INTEGRATION: CWS intptr (1.19.50); FILE MERGED 2005/09/13 14:51:08 kendy 1.19.50.1: #i54498# Introduce and use sal_IntPtr/sal_uIntPtr for ints where we have to store a pointer


2005-10-06  Kurt Zenker  <kz@openoffice.org>  [613701afcd4bc44cf24c2b2d7b64ad7ed0fe0aba]

INTEGRATION: CWS intptr (1.8.320); FILE MERGED 2005/09/13 14:51:06 kendy 1.8.320.1: #i54498# Introduce and use sal_IntPtr/sal_uIntPtr for ints where we have to store a pointer


2005-10-06  Kurt Zenker  <kz@openoffice.org>  [b6bfa0c2077899e4cc549acfaf0e46dc6364ee34]

INTEGRATION: CWS intptr (1.12.48); FILE MERGED 2005/09/19 15:00:56 kendy 1.12.48.2: #i54498# sal_IntPtr -> sal_uIntPtr for SaveFocus and EndSaveFocus. 2005/09/13 14:51:04 kendy 1.12.48.1: #i54498# Introduce and use sal_IntPtr/sal_uIntPtr for ints where we have to store a pointer


2005-10-06  Kurt Zenker  <kz@openoffice.org>  [b8cec8332527490e5a14c91174e1095c7d317c44]

INTEGRATION: CWS intptr (1.18.286); FILE MERGED 2005/09/13 14:51:04 kendy 1.18.286.1: #i54498# Introduce and use sal_IntPtr/sal_uIntPtr for ints where we have to store a pointer


2005-10-06  Kurt Zenker  <kz@openoffice.org>  [41bdda74e444aa9d331994557ce044d7976d0b84]

INTEGRATION: CWS intptr (1.15.278); FILE MERGED 2005/09/19 14:45:20 kendy 1.15.278.2: #i54498# sal_IntPtr -> sal_uIntPtr for SaveFocus and EndSaveFocus. 2005/09/13 14:51:02 kendy 1.15.278.1: #i54498# Introduce and use sal_IntPtr/sal_uIntPtr for ints where we have to store a pointer


2005-10-05  Kurt Zenker  <kz@openoffice.org>  [74ca862957426cd11c6f5fd6b7697acd750a30af]

INTEGRATION: CWS intptr (1.15.20); FILE MERGED 2005/09/13 14:50:36 kendy 1.15.20.1: #i54498# Introduce and use sal_IntPtr/sal_uIntPtr for ints where we have to store a pointer


2005-10-05  Kurt Zenker  <kz@openoffice.org>  [bed5c4f6a9043d2df81fe16a32dacaed049080b4]

INTEGRATION: CWS intptr (1.12.94); FILE MERGED 2005/09/13 14:50:35 kendy 1.12.94.1: #i54498# Introduce and use sal_IntPtr/sal_uIntPtr for ints where we have to store a pointer


2005-10-05  Kurt Zenker  <kz@openoffice.org>  [45f029029fc2746ee2a315ffd8049e94f6f7d9db]

INTEGRATION: CWS hc680pp1 (1.8.20); FILE MERGED 2005/10/04 08:41:44 ufi 1.8.20.2: RESYNC: (1.8-1.9); FILE MERGED 2005/04/28 14:50:49 gh 1.8.20.1: break on identical ISs


2005-10-05  Kurt Zenker  <kz@openoffice.org>  [b76b46fa8d2b7065ce61391bdf712ca046a7f823]

INTEGRATION: CWS intptr (1.1.1.1.448); FILE MERGED 2005/09/13 14:49:59 kendy 1.1.1.1.448.1: #i54498# Introduce and use sal_IntPtr/sal_uIntPtr for ints where we have to store a pointer


2005-10-05  Kurt Zenker  <kz@openoffice.org>  [47b15d7c0c134d07eaf4d17c324185f42048417b]

INTEGRATION: CWS dxarray (1.8.4); FILE MERGED 2005/09/19 11:41:26 kendy 1.8.4.1: #i54697# "long *pDXArray" -> "sal_Int32 *pDXArray" patches extracted from ooo64bit02 to conform the declaration in VCL.


2005-10-05  Kurt Zenker  <kz@openoffice.org>  [0f292109939cd372f4b4bcf8ba26e9988afa7f56]

INTEGRATION: CWS dxarray (1.22.4); FILE MERGED 2005/09/19 11:41:26 kendy 1.22.4.1: #i54697# "long *pDXArray" -> "sal_Int32 *pDXArray" patches extracted from ooo64bit02 to conform the declaration in VCL.


2005-10-05  Kurt Zenker  <kz@openoffice.org>  [1860dd9244900516d2cbf7ec1046d4c9a4b2f501]

INTEGRATION: CWS dxarray (1.3.4); FILE MERGED 2005/09/19 11:41:26 kendy 1.3.4.1: #i54697# "long *pDXArray" -> "sal_Int32 *pDXArray" patches extracted from ooo64bit02 to conform the declaration in VCL.


2005-10-05  Kurt Zenker  <kz@openoffice.org>  [32315a2b90dff48485d51b76b0dadb562a03cf71]

INTEGRATION: CWS dxarray (1.12.4); FILE MERGED 2005/09/19 11:41:25 kendy 1.12.4.1: #i54697# "long *pDXArray" -> "sal_Int32 *pDXArray" patches extracted from ooo64bit02 to conform the declaration in VCL.


2005-10-05  Kurt Zenker  <kz@openoffice.org>  [39c80e3e64f6efe6ed3a2490e59266523f6ccefe]

INTEGRATION: CWS dxarray (1.13.2); FILE MERGED 2005/09/19 11:41:28 kendy 1.13.2.1: #i54697# "long *pDXArray" -> "sal_Int32 *pDXArray" patches extracted from ooo64bit02 to conform the declaration in VCL.


2005-10-05  Kurt Zenker  <kz@openoffice.org>  [ee08988559c652b730d992c45feddc1d0d34270e]

INTEGRATION: CWS dxarray (1.12.2); FILE MERGED 2005/09/19 11:41:28 kendy 1.12.2.1: #i54697# "long *pDXArray" -> "sal_Int32 *pDXArray" patches extracted from ooo64bit02 to conform the declaration in VCL.


2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [d83688c73c103e3c3c73f84aee579068b3392108]

INTEGRATION: CWS ivo14 (1.47.2); FILE MERGED 2005/09/28 17:09:09 ihi 1.47.2.1: #i55176# en-US UI List elements from resources files are german , disabled merging of en-US resource strings


2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [a324edead3bdbbcca1eb4589b54e695977b934c7]

INTEGRATION: CWS fwk21 (1.3.40); FILE MERGED 2005/08/18 11:12:14 as 1.3.40.1: #i51628# add new function to handle set nodes


2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [76e85c30bf6a80b58feb5e52463b0eafbfef6ad2]

INTEGRATION: CWS fwk21 (1.3.54); FILE MERGED 2005/08/18 11:11:32 as 1.3.54.1: #i51628# add comments; add new function to handle set nodes


2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d62ae4a8c9b2574316ef17452c165bfbabba404]

INTEGRATION: CWS fwk21 (1.21.378); FILE MERGED 2005/08/18 11:14:43 as 1.21.378.1: #i51628# remove caching of values; use configuration directly so every update will be reflected at this class immediatly


2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [d64560fdc02256873347d963f2a036b2e79782e2]

INTEGRATION: CWS fwk21 (1.53.130); FILE MERGED 2005/08/25 08:47:47 cd 1.53.130.1: #i51628# ViewOptions now needs exception support, therefore added it exception part


2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e440d939d1a47f0acaecb9840d58cf8870f8dac]

INTEGRATION: CWS fwk21 (1.3.392); FILE MERGED 2005/09/02 15:43:27 cn 1.3.392.1: #i54165# update for UNO-API-Tests


2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc0a4f2ce1f6f13e856748209cc8dab70e585a8e]

INTEGRATION: CWS fwk21 (1.4.392); FILE MERGED 2005/09/02 15:43:27 cn 1.4.392.1: #i54165# update for UNO-API-Tests


2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [617a9cc24e1b220a154d15111675da54045bb886]

INTEGRATION: CWS fwk21 (1.6.68); FILE MERGED 2005/08/11 12:14:19 as 1.6.68.2: #i53205# remove mbPopup and differe between PopupMenu and MenuBar ba using VCL interface of the menu itself 2005/08/11 09:21:18 as 1.6.68.1: #i53205# make sure mbPopup will be initailized always


2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [85555843aefc88b3fad6ad32c282db931d68018a]

INTEGRATION: CWS fwk21 (1.5.74); FILE MERGED 2005/08/11 12:14:18 as 1.5.74.1: #i53205# remove mbPopup and differe between PopupMenu and MenuBar ba using VCL interface of the menu itself


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [95513a76b1379e57bd7d9c39f2a7f745686b467b]

INTEGRATION: CWS vcl39 (1.12.58); FILE MERGED 2005/03/21 17:51:23 pl 1.12.58.1: #i42835#


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2384d3ad6b7a92d14dcbe374a11ede93405905b4]

INTEGRATION: CWS vcl39 (1.114.70); FILE MERGED 2005/08/02 14:20:25 pl 1.114.70.2: RESYNC: (1.116-1.117); FILE MERGED 2005/03/23 15:21:26 ssa 1.114.70.1: #i42485# use proper parent position when transforming coordinates with maximized parent window


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e0dd5214c9bcb358d80673c87cc688ac51aab5e]

INTEGRATION: CWS vcl39 (1.91.12); FILE MERGED 2005/06/15 09:08:35 hdu 1.91.12.10: #i47131# fix typo 2005/06/15 07:03:57 hdu 1.91.12.9: #i47131# avoid textwidth regression for surrogates 2005/06/14 15:04:20 hdu 1.91.12.8: #i47131# CJK friendly character measurement 2005/06/14 14:31:44 hdu 1.91.12.7: #i48071# W98 printer driver friendly character measurement 2005/06/01 12:54:45 hdu 1.91.12.6: #i47675# scale metrics for huge WIN32 fonts to avoid GDI overflows esp. on reference devices 2005/05/20 10:55:12 hdu 1.91.12.5: #i46694# better breaking of complex text which contains glyph clusters after the first visual item 2005/05/20 10:43:41 hdu 1.91.12.4: #i47647# improved handling of multi-level glyph fallback for complex text 2005/05/19 06:45:09 hdu 1.91.12.3: #i46948# handle glyph fallback for surrogate pairs 2005/04/29 11:12:21 hdu 1.91.12.2: #i42758# faster itemization of large CTL portions 2005/04/29 10:47:37 hdu 1.91.12.1: #i42758# better handling of huge CTL paragraphs


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f5b6299435a3b27759fe8094fcb8a806f606e0f]

INTEGRATION: CWS vcl39 (1.69.24); FILE MERGED 2005/06/02 09:56:28 hdu 1.69.24.3: #i47675# remove unrelated tracing 2005/06/01 12:54:44 hdu 1.69.24.2: #i47675# scale metrics for huge WIN32 fonts to avoid GDI overflows esp. on reference devices 2005/05/11 13:02:47 hdu 1.69.24.1: #i38665# enhance Type1 handling


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac4f287de1015df3be53427920d078f96970cdf8]

INTEGRATION: CWS vcl39 (1.21.230); FILE MERGED 2005/06/01 12:54:43 hdu 1.21.230.1: #i47675# scale metrics for huge WIN32 fonts to avoid GDI overflows esp. on reference devices


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d18d75887ba628ae9a4d3cdbbe207bcfc9366497]

INTEGRATION: CWS vcl39 (1.15.12); FILE MERGED 2005/06/01 12:54:41 hdu 1.15.12.1: #i47675# scale metrics for huge WIN32 fonts to avoid GDI overflows esp. on reference devices


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ecd27660b2bfc0f517211c91e2204fcd5ffda83c]

INTEGRATION: CWS vcl39 (1.188.2); FILE MERGED 2005/08/02 14:18:52 pl 1.188.2.4: RESYNC: (1.190-1.191); FILE MERGED 2005/05/31 12:57:22 pl 1.188.2.3: #i39420# fix kwins focus strictly under mouse mode 2005/04/07 12:24:16 pl 1.188.2.2: RESYNC: (1.188-1.190); FILE MERGED 2005/03/23 15:57:11 pl 1.188.2.1: #i45160# switch to desktop of parent window if necessary


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f641ca715538a09baa8285881a1d8792ccc20b1]

INTEGRATION: CWS vcl39 (1.51.192); FILE MERGED 2005/04/07 12:21:40 pl 1.51.192.2: RESYNC: (1.51-1.53); FILE MERGED 2005/03/23 15:57:10 pl 1.51.192.1: #i45160# switch to desktop of parent window if necessary


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc9b7e12cbb711fb51936caabd41ff355764dcf9]

INTEGRATION: CWS vcl39 (1.39.192); FILE MERGED 2005/06/08 12:55:03 hdu 1.39.192.2: #i49902# update comment for work around X11 server problem with XDrawText16 2005/05/30 13:50:16 hdu 1.39.192.1: #i49902# work around X11 server problem with XDrawText16


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a5ae6270d6221afe2585253957ba06d6de12cc2]

INTEGRATION: CWS vcl39 (1.123.90); FILE MERGED 2005/08/02 14:18:36 pl 1.123.90.3: RESYNC: (1.123-1.125); FILE MERGED 2005/06/09 14:30:44 hdu 1.123.90.2: #i50546# don't bother the GlyphCache with references to native X11 2005/06/08 13:05:11 hdu 1.123.90.1: #i49902# add debug assertion for X11 server problem with XDrawText16


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [633ed5fa2a82de9f62f80d288bdd9dbe2a084172]

INTEGRATION: CWS vcl39 (1.15.12); FILE MERGED 2005/06/13 14:28:32 pl 1.15.12.1: #i47823# perform a range check on source rectangle


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9c1f519a38d5966c65eb2e0ace1107e60302825]

INTEGRATION: CWS vcl39 (1.9.166); FILE MERGED 2005/03/21 17:48:40 pl 1.9.166.1: #i42835# support style names


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [632b4e47bce7e851555c6e9ede8456a9f8728a54]

INTEGRATION: CWS vcl39 (1.16.32); FILE MERGED 2005/03/18 14:56:37 pl 1.16.32.1: #i42355# emergency mode without vcl resource


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [9af8d9651e032c6cbbd2fbe58315ac849804c310]

INTEGRATION: CWS vcl39 (1.12.2); FILE MERGED 2005/08/02 14:16:40 pl 1.12.2.4: RESYNC: (1.15-1.16); FILE MERGED 2005/05/31 09:58:05 pl 1.12.2.3: RESYNC: (1.14-1.15); FILE MERGED 2005/04/07 12:21:02 pl 1.12.2.2: RESYNC: (1.12-1.14); FILE MERGED 2005/03/23 15:57:10 pl 1.12.2.1: #i45160# switch to desktop of parent window if necessary


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [18f999964a336d5282769d8cfaddf0c28487b934]

INTEGRATION: CWS vcl39 (1.20.192); FILE MERGED 2005/04/07 12:20:48 pl 1.20.192.2: RESYNC: (1.20-1.21); FILE MERGED 2005/03/23 15:57:08 pl 1.20.192.1: #i45160# switch to desktop of parent window if necessary


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e26d64193ed510ab7716ce268a7364c72a5fc3a4]

INTEGRATION: CWS vcl39 (1.44.2); FILE MERGED 2005/03/23 15:57:08 pl 1.44.2.1: #i45160# switch to desktop of parent window if necessary


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd2818e9ba9712158d7f727298f54049c3b65356]

INTEGRATION: CWS vcl39 (1.21.26); FILE MERGED 2005/08/02 14:16:14 pl 1.21.26.13: RESYNC: (1.30-1.32); FILE MERGED 2005/05/31 09:57:51 pl 1.21.26.12: RESYNC: (1.29-1.30); FILE MERGED 2005/05/09 16:07:42 pl 1.21.26.11: RESYNC: (1.28-1.29); FILE MERGED 2005/04/18 13:33:12 pl 1.21.26.10: RESYNC: (1.27-1.28); FILE MERGED 2005/04/07 13:35:57 pl 1.21.26.9: solved merge problem 2005/04/07 12:20:20 pl 1.21.26.8: RESYNC: (1.23-1.27); FILE MERGED 2005/03/24 17:40:24 pl 1.21.26.7: #i43276# mouse state has no place in keycode 2005/03/23 16:11:13 pl 1.21.26.6: fix a typo 2005/03/23 15:57:07 pl 1.21.26.5: #i45160# switch to desktop of parent window if necessary 2005/03/23 09:58:09 pl 1.21.26.4: RESYNC: (1.21-1.23); FILE MERGED 2005/03/22 13:52:23 pl 1.21.26.3: remove two warnings 2005/03/22 13:51:34 pl 1.21.26.2: #i45166# set type hint for dialogs 2005/03/18 14:56:36 pl 1.21.26.1: #i42355# emergency mode without vcl resource


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [53f810806e4fd9c070e53e5bb1491a554b80b79b]

INTEGRATION: CWS vcl39 (1.10.70); FILE MERGED 2005/08/02 14:16:05 pl 1.10.70.5: RESYNC: (1.14-1.15); FILE MERGED 2005/04/18 13:33:04 pl 1.10.70.4: RESYNC: (1.13-1.14); FILE MERGED 2005/04/07 12:20:11 pl 1.10.70.3: RESYNC: (1.11-1.13); FILE MERGED 2005/03/23 09:57:57 pl 1.10.70.2: RESYNC: (1.10-1.11); FILE MERGED 2005/03/21 14:28:47 pl 1.10.70.1: #i45634# make tabpage painting faster


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b591631533265c4f127861cf1b3ccf1a17af802]

INTEGRATION: CWS vcl39 (1.212.2); FILE MERGED 2005/04/07 12:19:41 pl 1.212.2.2: RESYNC: (1.212-1.215); FILE MERGED 2005/03/23 15:57:05 pl 1.212.2.1: #i45160# switch to desktop of parent window if necessary


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5294fdc09ccbd762d91be8e1e8c2f6f285627d45]

INTEGRATION: CWS vcl39 (1.10.72); FILE MERGED 2005/03/18 14:56:35 pl 1.10.72.1: #i42355# emergency mode without vcl resource


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea9c8960faee3bde2da187549a78a90746241f5d]

INTEGRATION: CWS vcl39 (1.3.372); FILE MERGED 2005/03/18 14:56:35 pl 1.3.372.1: #i42355# emergency mode without vcl resource


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf290af287a109ca62b92f2a7cba9a0f342801eb]

INTEGRATION: CWS vcl39 (1.15.84); FILE MERGED 2005/03/18 14:56:34 pl 1.15.84.1: #i42355# emergency mode without vcl resource


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d9e0573b43c90b9301c4537fea0e647b3ce27cf]

INTEGRATION: CWS vcl39 (1.120.72); FILE MERGED 2005/08/02 14:15:13 pl 1.120.72.6: RESYNC: (1.124-1.126); FILE MERGED 2005/05/31 09:57:10 pl 1.120.72.5: RESYNC: (1.123-1.124); FILE MERGED 2005/04/18 13:32:38 pl 1.120.72.4: RESYNC: (1.122-1.123); FILE MERGED 2005/04/07 12:18:32 pl 1.120.72.3: RESYNC: (1.121-1.122); FILE MERGED 2005/03/23 09:57:14 pl 1.120.72.2: RESYNC: (1.120-1.121); FILE MERGED 2005/03/18 14:56:34 pl 1.120.72.1: #i42355# emergency mode without vcl resource


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0474cbf74ac4b0307c7f03fea264864d1646032]

INTEGRATION: CWS vcl39 (1.20.84); FILE MERGED 2005/04/07 12:18:41 pl 1.20.84.2: RESYNC: (1.20-1.21); FILE MERGED 2005/03/18 14:56:33 pl 1.20.84.1: #i42355# emergency mode without vcl resource


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1ceddd24cfb4e61b9700ff1b82ba6708f545619]

INTEGRATION: CWS vcl39 (1.65.12); FILE MERGED 2005/05/19 14:55:04 hdu 1.65.12.2: #i47647# clip fallback requests to layout requests 2005/05/18 08:58:54 hdu 1.65.12.1: #i46948# fix integer overflow in multi-level glyph fallback


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e30d412558ec57da87eae7e4865eb60ceb9bd4fd]

INTEGRATION: CWS vcl39 (1.198.4); FILE MERGED 2005/08/09 07:20:50 hdu 1.198.4.4: #124727# resync to SRC680m122b 2005/06/09 14:30:44 hdu 1.198.4.3: #i50546# don't bother the GlyphCache with references to native X11 2005/05/31 09:56:56 pl 1.198.4.2: RESYNC: (1.198-1.200); FILE MERGED 2005/04/26 14:57:53 hdu 1.198.4.1: #i47647# add Khmer glyph fallback font


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bb2ee5d76aa6038dc62b1c2bd46877e50ff13a5]

INTEGRATION: CWS vcl39 (1.2.12); FILE MERGED 2005/04/05 10:28:10 hdu 1.2.12.1: #i46593# make performance warning more relevant


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1da553e38f6a7b174abf443098def2d85a24654]

INTEGRATION: CWS vcl39 (1.15.156); FILE MERGED 2005/03/24 17:11:08 pl 1.15.156.1: #i43276# support middle mouse button on scrollbars


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [53e72c2eb322b93aefbcb513badbabf292c18ec7]

INTEGRATION: CWS vcl39 (1.50.114); FILE MERGED 2005/04/18 13:31:55 pl 1.50.114.2: RESYNC: (1.50-1.51); FILE MERGED 2005/03/24 14:11:23 ssa 1.50.114.1: #i43322# improve drawing of disabled entries, the selection will now be visible


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [724cfeb1197fa2d56fbbaa55d50a7cd0e2fc3e3a]

INTEGRATION: CWS vcl39 (1.70.70); FILE MERGED 2005/04/18 13:31:39 pl 1.70.70.3: RESYNC: (1.71-1.72); FILE MERGED 2005/04/07 12:15:27 pl 1.70.70.2: RESYNC: (1.70-1.71); FILE MERGED 2005/03/18 14:56:32 pl 1.70.70.1: #i42355# emergency mode without vcl resource


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [90cd841ba47790450e690ddb4946dda33a422d27]

INTEGRATION: CWS vcl39 (1.36.36); FILE MERGED 2005/08/02 14:12:02 pl 1.36.36.4: RESYNC: (1.38-1.39); FILE MERGED 2005/04/18 13:31:47 pl 1.36.36.3: RESYNC: (1.37-1.38); FILE MERGED 2005/03/23 09:56:40 pl 1.36.36.2: RESYNC: (1.36-1.37); FILE MERGED 2005/03/18 14:56:32 pl 1.36.36.1: #i42355# emergency mode without vcl resource


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc6bd4dee58d48e5fa36a5ec47a7869bafe67c3f]

INTEGRATION: CWS vcl39 (1.39.26); FILE MERGED 2005/06/14 13:39:49 pl 1.39.26.6: RESYNC: (1.43-1.44); FILE MERGED 2005/05/31 09:56:27 pl 1.39.26.5: RESYNC: (1.42-1.43); FILE MERGED 2005/04/07 12:15:09 pl 1.39.26.4: RESYNC: (1.40-1.42); FILE MERGED 2005/03/23 09:56:30 pl 1.39.26.3: RESYNC: (1.39-1.40); FILE MERGED 2005/03/22 17:51:49 pl 1.39.26.2: removed and abomination 2005/03/18 14:56:31 pl 1.39.26.1: #i42355# emergency mode without vcl resource


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd9b46237733792f64df3e3288df6fd9f15758ee]

INTEGRATION: CWS vcl39 (1.55.82); FILE MERGED 2005/08/02 14:11:40 pl 1.55.82.3: RESYNC: (1.56-1.57); FILE MERGED 2005/03/23 09:56:21 pl 1.55.82.2: RESYNC: (1.55-1.56); FILE MERGED 2005/03/18 14:56:30 pl 1.55.82.1: #i42355# emergency mode without vcl resource


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb0eb828ae0ec5e22f953ec4ad9ddb19e729c8a0]

INTEGRATION: CWS vcl39 (1.3.372); FILE MERGED 2005/03/18 14:56:30 pl 1.3.372.1: #i42355# emergency mode without vcl resource


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [774af1b0b9423bdaccd401852a2c5bc4c7da5960]

INTEGRATION: CWS vcl39 (1.10.194); FILE MERGED 2005/03/21 17:46:48 pl 1.10.194.1: #i42835# support style names


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a303c5147917df1bf35205ad6b328bf8c87f824]

INTEGRATION: CWS vcl39 (1.30.50); FILE MERGED 2005/06/09 17:03:56 pl 1.30.50.2: #i49113# sanity checks for cmap table 2005/03/21 17:46:47 pl 1.30.50.1: #i42835# support style names


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [af1a861fb0fd1e91f00093a01eb0aad9d852c4e9]

INTEGRATION: CWS vcl39 (1.56.14); FILE MERGED 2005/06/08 11:25:49 hdu 1.56.14.5: #i50035# if no vertical metrics are available assume rotated horizontal metrics 2005/05/17 11:12:47 pl 1.56.14.4: #i47335# protect against broken kern table 2005/04/18 13:30:49 pl 1.56.14.3: RESYNC: (1.57-1.58); FILE MERGED 2005/03/23 09:54:33 pl 1.56.14.2: RESYNC: (1.56-1.57); FILE MERGED 2005/03/21 17:46:47 pl 1.56.14.1: #i42835# support style names


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c3492ee10b710cb092042dfbb3543e2850f9f19]

INTEGRATION: CWS vcl39 (1.7.24); FILE MERGED 2005/03/21 17:46:46 pl 1.7.24.1: #i42835# support style names


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [80857a4f07b541e2ba60b4befd388d4ef45a9f23]

INTEGRATION: CWS vcl39 (1.12.14); FILE MERGED 2005/03/22 10:26:15 pl 1.12.14.2: #i45298# #i42835# set correct timestamp to cache dir, set correct style name 2005/03/21 17:46:46 pl 1.12.14.1: #i42835# support style names


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d6e2bb0b8121f1bd6ec6a863ee8166d5edfb3e6]

INTEGRATION: CWS vcl39 (1.22.14); FILE MERGED 2005/03/21 17:46:46 pl 1.22.14.1: #i42835# support style names


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fa5df8ab7c784561dd53937f1737064969cd551]

INTEGRATION: CWS vcl39 (1.42.6); FILE MERGED 2005/08/02 14:10:35 pl 1.42.6.2: RESYNC: (1.42-1.43); FILE MERGED 2005/03/23 16:58:59 ssa 1.42.6.1: #i34390# reschedule all pending events, not only a single one, to be more responsive


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [970ab02fade58907a64c4e9131066881097fd5ad]

INTEGRATION: CWS nativefixer18 (1.17.18); FILE MERGED 2005/09/26 16:32:31 is 1.17.18.2: RESYNC: (1.17-1.18); FILE MERGED 2005/08/04 11:30:02 pb 1.17.18.1: fix: #124825# read build id from version.ini


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b412c9759d6a479938a2ba8b2fab6aaeebd0c05]

INTEGRATION: CWS ause037 (1.6.32); FILE MERGED 2005/09/02 11:46:20 ihi 1.6.32.1: #i125412# merge hc2 in common tree


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [220bf07db667c21562294588919304bca43a5ce1]

INTEGRATION: CWS sj24 (1.6.280); FILE MERGED 2005/08/25 16:41:43 sj 1.6.280.1: #b6312897# fixed gpf if dxf file is having more than 255 characters in a line


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d62ea8b7997c233ef9a4f10260faecd549c696b]

INTEGRATION: CWS sj24 (1.5.138); FILE MERGED 2005/08/17 13:03:14 sj 1.5.138.1: #123923# fixed gpf when converting polygons to b2dpolygons if the polygon is having only one control point at the end


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fc0b2f1287d133ee6f2175307a1d015df861033]

INTEGRATION: CWS sj23 (1.24.30); FILE MERGED 2005/08/10 10:05:34 sj 1.24.30.1: #124726# fixed placeable bound problem


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3964bfed0af66715b01bb3a60686a31c85d8a32]

INTEGRATION: CWS sj23 (1.42.30); FILE MERGED 2005/08/10 13:06:27 sj 1.42.30.1: #i52860# fixed fontwidth aspect ratio problem


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7f6aa0d02a31922291066943a0d1417d5a1dd00]

INTEGRATION: CWS sj23 (1.11.34); FILE MERGED 2005/08/31 12:03:16 sj 1.11.34.2: #i53914# fixed crash when saving eps action 2005/08/30 17:22:41 sj 1.11.34.1: #i53914# fixed crash when saving eps action


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fcac1c3d01cc33abfeffa4303895ecf7d22c9aa]

INTEGRATION: CWS dr37 (1.37.156); FILE MERGED 2005/06/14 17:13:16 dr 1.37.156.2: RESYNC: (1.37-1.38); FILE MERGED 2005/05/03 14:26:41 er 1.37.156.1: #i47262# FinalScan: exchange scaling group separators in convert mode; don't concatenate subsequent separators with first one


2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6c585e5e7f4d4ee0f8f08e317d12e083f49b7cc]

INTEGRATION: CWS dr37 (1.62.156); FILE MERGED 2005/03/23 18:29:20 nn 1.62.156.1: #i43959# GetNumForInfo: stop counting integer digits at exp symbol


2005-09-26  Vladimir Glazounov  <vg@openoffice.org>  [ed16eff0447df7584559712766ec4f0a3753aa74]

new version for SRC680


2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6979f235dfad2caee46fe20457b733fd4ef7736f]

INTEGRATION: CWS encup (1.19.22); FILE MERGED 2005/05/12 17:37:07 ihi 1.19.22.1: #i39452# Allow merging of source languages


2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [97f649db2c23f616309a486db6928f36ea11e6ad]

INTEGRATION: CWS encup (1.31.208); FILE MERGED 2005/04/29 16:04:14 ihi 1.31.208.1: #i40603# German strings now UTF8 encoded


2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [acebf5f346f51a44fb4a176334750c100594fdec]

INTEGRATION: CWS encup (1.9.8); FILE MERGED 2005/07/21 18:07:13 ihi 1.9.8.5: regex helpid fix 2005/07/04 19:22:55 ihi 1.9.8.4: RESYNC: (1.9-1.10); FILE MERGED 2005/05/26 17:00:53 ihi 1.9.8.3: #i47466# localize exports double de entries if german is used as fallback language 2005/05/26 15:40:42 ihi 1.9.8.2: #i49922# Source language detection 2005/05/11 11:22:29 gh 1.9.8.1: speedup of merging by factor > 10x


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b6b8e46a5121e7b1645c7d35bc3dc07e0ecaba5]

INTEGRATION: CWS fwk20 (1.39.122); FILE MERGED 2005/07/21 08:02:17 pb 1.39.122.1: fix: #i52027# silver xp scheme had problems with deactive color


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c76de9ea834572cef14ac643c251826152d9ed0f]

INTEGRATION: CWS encup (1.22.8); FILE MERGED 2005/04/29 15:37:20 ihi 1.22.8.1: #i40603# German resources now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe2cf7e0430a43ebf4227f2f0ec702a7a0919f73]

INTEGRATION: CWS encup (1.39.62); FILE MERGED 2005/04/29 16:06:19 ihi 1.39.62.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b01b2d91fe15adba6bdb6cb6834c142e13c40ef]

INTEGRATION: CWS encup (1.18.62); FILE MERGED 2005/04/29 16:06:18 ihi 1.18.62.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [db740f6e02f58e2e5961868747ee4de4d1e2b817]

INTEGRATION: CWS encup (1.16.62); FILE MERGED 2005/04/29 16:06:17 ihi 1.16.62.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8359640e6fbe62eac6b1da5dc1e8ed939bb59066]

INTEGRATION: CWS encup (1.21.62); FILE MERGED 2005/04/29 16:06:15 ihi 1.21.62.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1178be17bbd3b9fb73e7f590b60ac58c167bfbb]

INTEGRATION: CWS encup (1.17.62); FILE MERGED 2005/04/29 16:06:15 ihi 1.17.62.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d5af8fa08ab560fc079b0c218816fa240fa3e1e]

INTEGRATION: CWS encup (1.16.62); FILE MERGED 2005/04/29 16:06:14 ihi 1.16.62.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [276d607e2053aaf62c76569d711f5508dadcc3a3]

INTEGRATION: CWS encup (1.19.346); FILE MERGED 2005/04/29 16:04:21 ihi 1.19.346.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [49052c91d0e9f1b073886d0bf7c27789c2fe53d7]

INTEGRATION: CWS encup (1.31.180); FILE MERGED 2005/04/29 16:04:20 ihi 1.31.180.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [684e4b8ae35c911d5b8156a8b00dcffa1702cbe2]

INTEGRATION: CWS encup (1.2.8); FILE MERGED 2005/04/29 16:04:20 ihi 1.2.8.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [382bed821455f46b9747b343fba86419c35afb38]

INTEGRATION: CWS encup (1.22.346); FILE MERGED 2005/04/29 16:04:18 ihi 1.22.346.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [371fded8cd5404fba2df747c8729c6839bd328bb]

INTEGRATION: CWS encup (1.61.66); FILE MERGED 2005/04/29 16:04:17 ihi 1.61.66.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7725c177bf51b15fd4ec821b079357c44713ba3f]

INTEGRATION: CWS encup (1.49.66); FILE MERGED 2005/08/08 16:56:10 ihi 1.49.66.2: RESYNC: (1.49-1.50); FILE MERGED 2005/04/29 16:04:17 ihi 1.49.66.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [11aeaf7d1c6448f3c222cedf189ffaebcc4661d4]

INTEGRATION: CWS encup (1.2.8); FILE MERGED 2005/04/29 16:04:16 ihi 1.2.8.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4b5bd014385d787b987d85fefa8f32aca77c0b9]

INTEGRATION: CWS encup (1.28.346); FILE MERGED 2005/04/29 16:04:15 ihi 1.28.346.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [374bbbbfa4e63845503a738248b88bd041779b13]

INTEGRATION: CWS encup (1.25.346); FILE MERGED 2005/04/29 16:04:15 ihi 1.25.346.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc3bc31ea3cfde83286004ed0ac07dcc6019b9f0]

INTEGRATION: CWS encup (1.2.262); FILE MERGED 2005/04/29 16:04:14 ihi 1.2.262.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [877834b7a92e398659975ccdca2b841ee7d55def]

INTEGRATION: CWS encup (1.35.346); FILE MERGED 2005/04/29 16:04:13 ihi 1.35.346.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [163525acc0cbd9cdc9f87a0e8fe37ea448bfa26e]

INTEGRATION: CWS encup (1.43.346); FILE MERGED 2005/04/29 16:04:13 ihi 1.43.346.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7660ef9d3580f60b9312f4b93e9bb0f95ee7794f]

INTEGRATION: CWS encup (1.38.346); FILE MERGED 2005/04/29 16:04:13 ihi 1.38.346.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [38f069716d5564f01d1a4d11e9fb554cd6615fd7]

INTEGRATION: CWS encup (1.2.262); FILE MERGED 2005/08/05 23:54:04 ihi 1.2.262.2: RESYNC: (1.2-1.3); FILE MERGED 2005/04/29 16:04:13 ihi 1.2.262.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3d2a71710835223ad38a6a151160e39b92ce868]

INTEGRATION: CWS encup (1.25.346); FILE MERGED 2005/04/29 16:04:13 ihi 1.25.346.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d81ab306c615be0336b6c36d06dff6cdee947023]

INTEGRATION: CWS encup (1.25.346); FILE MERGED 2005/04/29 16:04:12 ihi 1.25.346.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e52f43537eef9fd8fccaec56e1e011b92e257b38]

INTEGRATION: CWS encup (1.49.346); FILE MERGED 2005/04/29 16:04:12 ihi 1.49.346.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a95dffd528f165ca8cf9ec7bb31e3b3cf0534e0]

INTEGRATION: CWS encup (1.31.346); FILE MERGED 2005/04/29 16:04:11 ihi 1.31.346.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2e2df39d316f2313325a0e1c47f0e98ff78b7e7]

INTEGRATION: CWS encup (1.54.346); FILE MERGED 2005/04/29 16:04:11 ihi 1.54.346.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb3627a1c68d6fdd7896801c22aed230185314db]

INTEGRATION: CWS encup (1.58.346); FILE MERGED 2005/04/29 16:04:10 ihi 1.58.346.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [16a654ad044302dbfdf6a9ab4ddbfe149d491eb2]

INTEGRATION: CWS encup (1.30.346); FILE MERGED 2005/04/29 16:04:10 ihi 1.30.346.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [67454848ee25782bf90623f0beb75c41dc43d12f]

INTEGRATION: CWS encup (1.44.278); FILE MERGED 2005/04/29 16:03:30 ihi 1.44.278.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [059440f05cd6d31af8255970b7fef3b3e39e8035]

INTEGRATION: CWS encup (1.27.278); FILE MERGED 2005/04/29 16:03:29 ihi 1.27.278.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c71bbbcd0dd4e3bfb62cc82d241728fa028dfb91]

INTEGRATION: CWS encup (1.37.274); FILE MERGED 2005/04/29 16:03:29 ihi 1.37.274.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [826258d755a3f7ee25288cf38bf4f0268db639af]

INTEGRATION: CWS encup (1.36.72); FILE MERGED 2005/04/29 16:03:29 ihi 1.36.72.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2905eca6b8ee4a73b32f7fa49e81d43b3c7d2c6]

INTEGRATION: CWS encup (1.11.42); FILE MERGED 2005/07/12 16:45:06 ihi 1.11.42.2: #i49922# source lang detection 2005/05/12 17:37:08 ihi 1.11.42.1: #i39452# Allow merging of source languages


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [73716d0a1715c7c687a45357d526f7093a60d999]

INTEGRATION: CWS encup (1.37.22); FILE MERGED 2005/08/05 22:57:26 ihi 1.37.22.3: RESYNC: (1.38-1.39); FILE MERGED 2005/07/04 19:23:45 ihi 1.37.22.2: RESYNC: (1.37-1.38); FILE MERGED 2005/05/12 17:37:07 ihi 1.37.22.1: #i39452# Allow merging of source languages


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [bec7234a3c8be7bb9b4ec8a0f329cd4c857a3af6]

INTEGRATION: CWS encup (1.19.42); FILE MERGED 2005/07/12 16:45:06 ihi 1.19.42.4: #i49922# source lang detection 2005/07/04 19:23:07 ihi 1.19.42.3: RESYNC: (1.19-1.20); FILE MERGED 2005/06/01 17:36:51 ihi 1.19.42.2: #123272# ( joined from cws mmw02 ) migrationanalysis projects gets german translation via localize.sdf 2005/05/12 17:37:08 ihi 1.19.42.1: #i39452# Allow merging of source languages


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b3f1f11de9a387e1840d80b726522c2f97c6922]

INTEGRATION: CWS thb09 (1.10.8); FILE MERGED 2005/08/22 17:01:30 thb 1.10.8.4: #i52608# VCL rect clips always include one pixel more to the right and the bottom - correctly converting to polygon now. 2005/08/22 16:59:52 thb 1.10.8.3: #i52608# Always setting up font matrix, also if mapmode scales anisotrophically 2005/08/22 16:58:55 thb 1.10.8.2: #i51558# Correctly scaling EPS action, when rendering to XCanvas 2005/08/22 16:48:15 thb 1.10.8.1: #i47157# Implementing TEXTRECT meta action


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [81c704130dcd68d18076f567f0351e07180d06b1]

INTEGRATION: CWS encup (1.6.10); FILE MERGED 2005/07/12 16:45:06 ihi 1.6.10.2: #i49922# source lang detection 2005/05/12 17:37:07 ihi 1.6.10.1: #i39452# Allow merging of source languages


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [63649287d2d1717c29ab66fd9ef278370efc53aa]

INTEGRATION: CWS encup (1.29.22); FILE MERGED 2005/07/12 16:45:05 ihi 1.29.22.4: #i49922# source lang detection 2005/06/01 17:36:50 ihi 1.29.22.3: #123272# ( joined from cws mmw02 ) migrationanalysis projects gets german translation via localize.sdf 2005/05/26 13:24:49 ihi 1.29.22.2: #i39452# Fix 2005/05/12 17:37:06 ihi 1.29.22.1: #i39452# Allow merging of source languages


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0986ea6025c3fc832d2900bcef29ca31a41972b6]

INTEGRATION: CWS encup (1.45.10); FILE MERGED 2005/07/12 16:45:05 ihi 1.45.10.2: #i49922# source lang detection 2005/05/12 17:37:06 ihi 1.45.10.1: #i39452# Allow merging of source languages


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [26b13e66d95740c5c28f48c601b682b49f76c0dd]

INTEGRATION: CWS encup (1.34.10); FILE MERGED 2005/07/12 16:45:04 ihi 1.34.10.2: #i49922# source lang detection 2005/05/13 16:06:51 ihi 1.34.10.1: #i39452# Allow merging of source languages


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d2b9bece630cdc682495e5b4a877825069282a5]

INTEGRATION: CWS thb09 (1.203.32); FILE MERGED 2005/08/22 16:50:56 thb 1.203.32.1: #i47157# Added break-up method to OutputDevice, that breaks up a TextRect call into consisting portion output (comparable to AddGradientActions())


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d60d19b408151b5a560d8d09a98a7a5f9ffb82bc]

INTEGRATION: CWS encup (1.12.10); FILE MERGED 2005/07/04 19:22:47 ihi 1.12.10.2: RESYNC: (1.12-1.13); FILE MERGED 2005/05/12 17:38:11 ihi 1.12.10.1: #i39452# Allow merging of source languages


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [afc9caabf80afcbda9f21c3e0366542e8646b601]

INTEGRATION: CWS sj22 (1.8.122); FILE MERGED 2005/08/08 14:02:52 sj 1.8.122.2: RESYNC: (1.8-1.9); FILE MERGED 2005/06/30 08:50:13 sj 1.8.122.1: #i33226# fixed transparency color for RGB triple


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb27ff05eba7513544d44ac5a11a0645ad0164cd]

INTEGRATION: CWS cmcfixes18 (1.5.110); FILE MERGED 2005/09/05 09:22:32 cmc 1.5.110.1: #i54220# add EXPAT build types


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [02d88b5ae8ac5179c1b9864b121234d8cd2279fc]

INTEGRATION: CWS cmcfixes18 (1.21.56); FILE MERGED 2005/09/05 09:22:58 cmc 1.21.56.1: #i54220# add EXPAT build types


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9dc25d3d8b7dfa54840c2b1f31d6057fb470a5be]

INTEGRATION: CWS sj22 (1.10.50); FILE MERGED 2005/07/21 13:23:05 sj 1.10.50.1: #i42147# fixed problem, with single bith depth bitmaps


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [11b8631d56feebcbf67254ad296fafafb6c731e9]

INTEGRATION: CWS sj22 (1.8.66); FILE MERGED 2005/06/30 02:23:28 sj 1.8.66.1: #i45228# fixed memory leak (now the filestream is closed)


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e77cb75a54f9a1d5bc8fd3c142f36dd40e5d144]

INTEGRATION: CWS sj22 (1.5.130); FILE MERGED 2005/07/20 09:59:43 sj 1.5.130.1: #i9140# rectangle needs to be justified before creating round rectangle polygon


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [708286d32bf55ceefac944aa8f874ef8b416d940]

INTEGRATION: CWS sj22 (1.23.352); FILE MERGED 2005/08/08 11:10:25 sj 1.23.352.2: RESYNC: (1.23-1.24); FILE MERGED 2005/07/25 13:32:12 sj 1.23.352.1: #116553# fixed dxarry problem with multi byte characters


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d4ace90665a530ab951ac8ec89aad63fc49f4f2]

INTEGRATION: CWS sj22 (1.41.372); FILE MERGED 2005/08/08 11:09:49 sj 1.41.372.3: RESYNC: (1.41-1.42); FILE MERGED 2005/07/29 09:35:12 sj 1.41.372.2: #i35252# fixed text mapping probkem 2005/06/30 08:45:00 sj 1.41.372.1: #i46928# fixed emf problem (ClosePath)


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [18fa047fee9626481a3e3482e1ae7ab0132661a3]

INTEGRATION: CWS sj22 (1.23.144); FILE MERGED 2005/08/08 11:09:36 sj 1.23.144.2: RESYNC: (1.23-1.24); FILE MERGED 2005/06/30 08:36:10 sj 1.23.144.1: #i122882# graphic with negative size is no longer disapearing


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [031302d39f12db10ed9fc5c5e6d3c0ff72dd0149]

INTEGRATION: CWS dba201b (1.1.2); FILE ADDED 2005/07/20 10:22:45 fs 1.1.2.1: helper class for sharing responsibility for a UNO component with explicit life time control (as opposed to refcount-based life time control)


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce3148f66455216a803bd1c8e3d671a6ed3ec40e]

INTEGRATION: CWS dba201b (1.13.20); FILE MERGED 2005/09/21 06:55:26 oj 1.13.20.2: RESYNC: (1.13-1.14); FILE MERGED 2005/07/20 10:23:06 fs 1.13.20.1: #i51255# +sharedunocomponent


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c81464e7122e4325a5486f53adb7c86c7397d3e9]

INTEGRATION: CWS dba201b (1.1.2); FILE ADDED 2005/07/21 14:19:01 fs 1.1.2.2: #i52267# AssignmentMode instead of plain boolean flag - better readability in client code 2005/07/20 10:22:31 fs 1.1.2.1: helper class for sharing responsibility for a UNO component with explicit life time control (as opposed to refcount-based life time control)


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1805d17de9f0bed9c567eb7de882ab41868fd3de]

INTEGRATION: CWS dba201b (1.2.104); FILE MERGED 2005/09/21 11:32:14 oj 1.2.104.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/18 10:52:50 fs 1.2.104.1: #i51833# also pass the XDataSource around - need it when working transiently, since the data source must not be registered at the context then


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2cd19eff83080e122cb8a8ea456ef08f9d987c9]

INTEGRATION: CWS dba201b (1.18.350); FILE MERGED 2005/09/21 09:31:01 oj 1.18.350.3: RESYNC: (1.18-1.19); FILE MERGED 2005/07/18 10:52:26 fs 1.18.350.2: #i51833# also pass the XDataSource around - need it when working transiently, since the data source must not be registered at the context then 2005/07/11 13:29:26 fs 1.18.350.1: merging CWS dba201 into CWS dba201b


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2823682474bd8ba21eadff89fae5d5e2734e406]

INTEGRATION: CWS dba201b (1.5.104); FILE MERGED 2005/09/21 06:44:27 oj 1.5.104.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/18 10:51:59 fs 1.5.104.1: #i51833# also pass the XDataSource around - need it when working transiently, since the data source must not be registered at the context then


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca27b50832ceb696f4346b1f516d0086503dc3e9]

INTEGRATION: CWS encup (1.40.50); FILE MERGED 2005/04/29 15:53:41 ihi 1.40.50.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [371858ede26c8635346b6e3a50d5847916c9c68d]

INTEGRATION: CWS encup (1.54.40); FILE MERGED 2005/04/29 15:53:39 ihi 1.54.40.1: #i40603# German strings now UTF8 encoded


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a99362f4664e191638a772dc89aca7df3e5cfbec]

INTEGRATION: CWS autocurrency (1.54.50); FILE MERGED 2005/06/13 12:22:18 er 1.54.50.2: RESYNC: (1.54-1.55); FILE MERGED 2005/05/17 14:43:06 er 1.54.50.1: #i40902# add GetIndexPuttingAndConverting; convert legacy 'automatic' currency formats to new fixed currency formats


2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [45c5b58a26b273dc35462fcca528f10187207901]

INTEGRATION: CWS dba201b (1.34.20); FILE MERGED 2005/09/21 07:35:03 oj 1.34.20.2: RESYNC: (1.34-1.35); FILE MERGED 2005/07/14 13:23:43 fs 1.34.20.1: #i51936# always set NativeWidgetLook *first* when setting peer properties


2005-09-23  Vladimir Glazounov  <vg@openoffice.org>  [3d58d5e57a23ebdf1ed9f30234e6b3dd28c1766c]

new version for SRC680


2005-09-13  Rüdiger Timm  <rt@openoffice.org>  [14e874559fe8debe20dd3636ac6dfb4ed4f2fb25]

#i10000# util depends on source/java


2005-09-12  Vladimir Glazounov  <vg@openoffice.org>  [1635c7d581edb5d244432d4f111b5bf6a1cf1adb]

new version for COV680


2005-09-11  Vladimir Glazounov  <vg@openoffice.org>  [4ff44a4b1b835eac0f369070c8f34dd2a2eef063]

new version for SRC680


2005-09-11  Vladimir Glazounov  <vg@openoffice.org>  [5bc2c8593ecd74b375d79138a74acefdcd31997f]

new version for SRC680


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [94b2635692eff8dc74a1ab117d6b8a2ace6a8640]

INTEGRATION: CWS ooo19126 (1.1.1.1.186); FILE MERGED 2005/09/05 13:14:10 rt 1.1.1.1.186.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6856d9dae843eb615571127ed2fb8bcf7a94da22]

INTEGRATION: CWS ooo19126 (1.1.1.1.186); FILE MERGED 2005/09/05 13:14:09 rt 1.1.1.1.186.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c27b1d53d9acfbe1c91884f49ccc6bcf619b3ca9]

INTEGRATION: CWS ooo19126 (1.13.48); FILE MERGED 2005/09/05 13:14:09 rt 1.13.48.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b213d3027f758c6c0d2f4e32e3e3f6b9f745d795]

INTEGRATION: CWS ooo19126 (1.4.68); FILE MERGED 2005/09/05 13:14:09 rt 1.4.68.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eaa1bd7b33b18e62278a13519a25f4211d041699]

INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 13:14:08 rt 1.2.142.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c1c27e222f07f8b276f1ca8ee7cb4abcde21a50]

INTEGRATION: CWS ooo19126 (1.3.142); FILE MERGED 2005/09/05 13:14:08 rt 1.3.142.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [48bc24de8afe14ee94e53fb8ddfdd903264fb91e]

INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 13:14:08 rt 1.2.182.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b0c29619ea347239776808b004996c9f61030129]

INTEGRATION: CWS ooo19126 (1.3.170); FILE MERGED 2005/09/05 13:14:07 rt 1.3.170.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f8734706004b48442e9239c4fe6ba90aca3fb689]

INTEGRATION: CWS ooo19126 (1.3.142); FILE MERGED 2005/09/05 13:14:07 rt 1.3.142.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f6ff1239b9a39a54e13564f6d095548647c857e2]

INTEGRATION: CWS ooo19126 (1.4.142); FILE MERGED 2005/09/05 13:14:07 rt 1.4.142.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [35efa150127a5ef88b6f474dc0ebdeae669bea3c]

INTEGRATION: CWS ooo19126 (1.3.172); FILE MERGED 2005/09/05 13:14:06 rt 1.3.172.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0fcc46478c7fa0bac408669bd8fe37d192346cf0]

INTEGRATION: CWS ooo19126 (1.6.170); FILE MERGED 2005/09/05 13:14:06 rt 1.6.170.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8aacfff8b13cd2af0ed568c7696cd81e565cb54f]

INTEGRATION: CWS ooo19126 (1.9.128); FILE MERGED 2005/09/05 13:14:06 rt 1.9.128.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [483d76873cda53a0c6cb6f3da8baca062dfc2eb4]

INTEGRATION: CWS ooo19126 (1.1.1.1.186); FILE MERGED 2005/09/05 13:14:05 rt 1.1.1.1.186.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4ffe3f8c58514e914c807d3285f2e1acaac5e16d]

INTEGRATION: CWS ooo19126 (1.2.14); FILE MERGED 2005/09/05 13:14:05 rt 1.2.14.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e58ed47908f34a738803c6787fe06c4bc2da6132]

INTEGRATION: CWS ooo19126 (1.11.12); FILE MERGED 2005/09/05 13:14:05 rt 1.11.12.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6572754d7e384121d4376ec2214bb51362a538c5]

INTEGRATION: CWS ooo19126 (1.2.48); FILE MERGED 2005/09/05 13:14:03 rt 1.2.48.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b38806436058f93a2d4f55551e7f9543a65a0610]

INTEGRATION: CWS ooo19126 (1.6.170); FILE MERGED 2005/09/05 13:14:03 rt 1.6.170.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2ec9b0d6f09ee1b30baf0151f39aca833f8cc92c]

INTEGRATION: CWS ooo19126 (1.3.162); FILE MERGED 2005/09/05 13:14:02 rt 1.3.162.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ca60a3e893eb9277b8b0362b75a4f1b0bcc66bf5]

INTEGRATION: CWS ooo19126 (1.4.144); FILE MERGED 2005/09/05 13:14:02 rt 1.4.144.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a843cc8877cd1c5aeb8bcfcadb574bc3716d6c0]

INTEGRATION: CWS ooo19126 (1.2.180); FILE MERGED 2005/09/05 13:14:02 rt 1.2.180.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7a41779cef2fcf60396f769ccddf21694b6fb179]

INTEGRATION: CWS ooo19126 (1.2.178); FILE MERGED 2005/09/05 13:14:01 rt 1.2.178.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [376a1a13c0677691ff4c66dcb8cf067b187e8987]

INTEGRATION: CWS ooo19126 (1.5.32); FILE MERGED 2005/09/05 13:14:01 rt 1.5.32.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b43082b003b92ea202fd9baa0d4fa172a3353d24]

INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 13:14:00 rt 1.3.164.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [75929c94a1c4cd526fa435b458c373489d9dc26b]

INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 13:13:59 rt 1.4.178.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [26f84bfc29c24cd41580fe71c6812ec7195bbd24]

INTEGRATION: CWS ooo19126 (1.6.170); FILE MERGED 2005/09/05 13:13:59 rt 1.6.170.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f148992641c94f06012fd5b476f9579cc5aeda8b]

INTEGRATION: CWS ooo19126 (1.3.144); FILE MERGED 2005/09/05 13:13:58 rt 1.3.144.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5660f293fad5c6dcd03ca8222469d48904ad9f3f]

INTEGRATION: CWS ooo19126 (1.3.170); FILE MERGED 2005/09/05 13:13:58 rt 1.3.170.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2f0cbf3611cc2c2445e721ca005dcff98c789aaf]

INTEGRATION: CWS ooo19126 (1.5.30); FILE MERGED 2005/09/05 13:13:57 rt 1.5.30.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6753b278f659fa2068530dc6538cb10ab8de06ca]

INTEGRATION: CWS ooo19126 (1.16.14); FILE MERGED 2005/09/05 13:13:57 rt 1.16.14.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [db6515463b2045e99b28d8f347bd76815fbf91b7]

INTEGRATION: CWS ooo19126 (1.4.172); FILE MERGED 2005/09/05 13:13:56 rt 1.4.172.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [728951c4a2a1fefcf00a6be475e37c29bb0e0f20]

INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 13:13:56 rt 1.1.170.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d61f80a871742783bf58a9d446d3b13f3b116d72]

INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 13:13:56 rt 1.3.20.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [217da305b1cdc8c2c46647be236c1dcb90d4056b]

INTEGRATION: CWS ooo19126 (1.4.164); FILE MERGED 2005/09/05 13:13:56 rt 1.4.164.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c3e978f8b064577e23baedea20c52d061ceb1189]

INTEGRATION: CWS ooo19126 (1.9.20); FILE MERGED 2005/09/05 13:13:55 rt 1.9.20.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c36e6ed0e27d15c96cc59c59591a82a175d55c1c]

INTEGRATION: CWS ooo19126 (1.4.144); FILE MERGED 2005/09/05 13:13:55 rt 1.4.144.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [949b36d3f3ce16f80abc5a77e4ee7203b38a3d80]

INTEGRATION: CWS ooo19126 (1.2.178); FILE MERGED 2005/09/05 13:13:55 rt 1.2.178.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e7531ace34b4097f8986264ab8383cf185b93597]

INTEGRATION: CWS ooo19126 (1.10.164); FILE MERGED 2005/09/05 13:13:54 rt 1.10.164.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6422b867b50a09ad5975db45d070ec869bee654d]

INTEGRATION: CWS ooo19126 (1.6.12); FILE MERGED 2005/09/05 13:13:53 rt 1.6.12.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d8f52e008a2f9de5297fe422ae8e9691a741e050]

INTEGRATION: CWS ooo19126 (1.11.14); FILE MERGED 2005/09/05 13:13:53 rt 1.11.14.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a38a5f41fa7c2067933e401be2e273d2cce1df52]

INTEGRATION: CWS ooo19126 (1.2.48); FILE MERGED 2005/09/05 13:13:52 rt 1.2.48.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cd531375b571d20e3bcb14ed64393069e6fba42d]

INTEGRATION: CWS ooo19126 (1.5.10); FILE MERGED 2005/09/05 13:13:52 rt 1.5.10.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7fb488f4b02c12abc96df37b4eec6b18e0448324]

INTEGRATION: CWS ooo19126 (1.6.12); FILE MERGED 2005/09/05 13:13:51 rt 1.6.12.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [23f41752b33c37b3b269cad64db2697b53390904]

INTEGRATION: CWS ooo19126 (1.30.24); FILE MERGED 2005/09/05 13:13:50 rt 1.30.24.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [84aec8aeafc3a50d361a12b6d2146990d63c1334]

INTEGRATION: CWS ooo19126 (1.1.1.1.186); FILE MERGED 2005/09/05 13:13:50 rt 1.1.1.1.186.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c2a325eb0267d160ed9a6383dccc7ddba118431d]

INTEGRATION: CWS ooo19126 (1.2.48); FILE MERGED 2005/09/05 13:13:50 rt 1.2.48.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4bd59a019f14c4c496dcbb281d0de6930ffe0f3c]

INTEGRATION: CWS ooo19126 (1.1.178); FILE MERGED 2005/09/05 13:13:49 rt 1.1.178.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9adfc5f016852966a38f3b8bddd4edd0e43d7304]

INTEGRATION: CWS ooo19126 (1.2.14); FILE MERGED 2005/09/05 13:13:48 rt 1.2.14.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aea3f2c2ebec0ddbdf5ae7e807ea4e6458118f5e]

INTEGRATION: CWS ooo19126 (1.4.170); FILE MERGED 2005/09/05 13:13:48 rt 1.4.170.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f20e19bb9c2b0d1f7ddd7dc67d7572e4ef386e35]

INTEGRATION: CWS ooo19126 (1.4.14); FILE MERGED 2005/09/05 13:13:48 rt 1.4.14.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [43619fe359336ccd03c9076bfd5e8f5a95119bf2]

INTEGRATION: CWS ooo19126 (1.4.14); FILE MERGED 2005/09/05 13:13:47 rt 1.4.14.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [162aeaec309b9e4b24c991526ab5487d4eaf93eb]

INTEGRATION: CWS ooo19126 (1.3.14); FILE MERGED 2005/09/05 13:13:47 rt 1.3.14.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [09eed103619cb723ebc2f70179ccda41380c332c]

INTEGRATION: CWS ooo19126 (1.2.14); FILE MERGED 2005/09/05 13:13:46 rt 1.2.14.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [07bb2ee74f31196fc2297d86aa644dc56ca21de1]

INTEGRATION: CWS ooo19126 (1.4.14); FILE MERGED 2005/09/05 13:13:46 rt 1.4.14.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a595730ac084fdcdc8438f70404f641800079740]

INTEGRATION: CWS ooo19126 (1.3.14); FILE MERGED 2005/09/05 13:13:46 rt 1.3.14.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [881b73690e414e2054beb6aa09a250494abedd87]

INTEGRATION: CWS ooo19126 (1.2.164); FILE MERGED 2005/09/05 13:13:46 rt 1.2.164.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5771eef954a2a0897816003ec3c48c2118e4c806]

INTEGRATION: CWS ooo19126 (1.3.14); FILE MERGED 2005/09/05 13:13:45 rt 1.3.14.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c71e45a3505e58c130aedfc74ccb6dec8ad84d6e]

INTEGRATION: CWS ooo19126 (1.8.14); FILE MERGED 2005/09/05 13:13:45 rt 1.8.14.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b008b98b87e0f6cccc6a42305b0fd17aa5f0d1af]

INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 13:13:45 rt 1.1.170.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4b39d3cf69caaa5a31fb46daa63f0ef1f348348e]

INTEGRATION: CWS ooo19126 (1.5.14); FILE MERGED 2005/09/05 13:13:45 rt 1.5.14.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3022b536b3f62669eb34e69ba71d06b69a5a1981]

INTEGRATION: CWS ooo19126 (1.2.176); FILE MERGED 2005/09/05 13:13:44 rt 1.2.176.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [93c08739342ddba6c7397a40c58cc17a58b6c3ff]

INTEGRATION: CWS ooo19126 (1.3.14); FILE MERGED 2005/09/05 13:13:44 rt 1.3.14.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ded55d73309606122a93e73f8697b942250e1d33]

INTEGRATION: CWS ooo19126 (1.6.14); FILE MERGED 2005/09/05 13:13:44 rt 1.6.14.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dae0a18449b8201199a4187eb2d32073b9806cda]

INTEGRATION: CWS ooo19126 (1.5.14); FILE MERGED 2005/09/05 13:13:44 rt 1.5.14.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d209a9abacffba4b2d1661b6861055597c2073e3]

INTEGRATION: CWS ooo19126 (1.15.14); FILE MERGED 2005/09/05 13:13:44 rt 1.15.14.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f8a308808fa1a0b9b0f159de9ad3a500ef9269a]

INTEGRATION: CWS ooo19126 (1.5.14); FILE MERGED 2005/09/05 13:13:43 rt 1.5.14.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5b93b2805514c06d165eea6d7f042288793dc231]

INTEGRATION: CWS ooo19126 (1.1.184); FILE MERGED 2005/09/05 13:13:43 rt 1.1.184.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cd204c1c38ef2bb46e9fd44d8c9ee865ac746ef6]

INTEGRATION: CWS ooo19126 (1.1.178); FILE MERGED 2005/09/05 13:13:43 rt 1.1.178.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a97b4f9d6bef043cd37ea2c88166f0e3bb048582]

INTEGRATION: CWS ooo19126 (1.2.14); FILE MERGED 2005/09/05 13:13:43 rt 1.2.14.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f2cd8177bfcea1f97e54b21f7e271370d0b40a6e]

INTEGRATION: CWS ooo19126 (1.7.14); FILE MERGED 2005/09/05 13:13:42 rt 1.7.14.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a08fc8d483562602e091d46da90adcc84784fcd1]

INTEGRATION: CWS ooo19126 (1.2.48); FILE MERGED 2005/09/05 13:13:42 rt 1.2.48.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [349534102d8c57c2f1a72b477c3a007a19b0dc43]

INTEGRATION: CWS ooo19126 (1.1.178); FILE MERGED 2005/09/05 13:13:41 rt 1.1.178.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5a7598358a0b647c767faea9cb09d6f1a67490df]

INTEGRATION: CWS ooo19126 (1.3.72); FILE MERGED 2005/09/05 13:13:41 rt 1.3.72.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [298e5ed591d312ab4a2b905d59fae3aa5282105a]

INTEGRATION: CWS ooo19126 (1.11.66); FILE MERGED 2005/09/05 11:28:53 rt 1.11.66.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ec1248155c2e160d6e690f9b084ef969d85d2b44]

INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 11:28:52 rt 1.8.42.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f2bb974b18cfdaf84c9dd8df8512a3e086859ae]

INTEGRATION: CWS ooo19126 (1.2.34); FILE MERGED 2005/09/05 11:28:52 rt 1.2.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e3915c0de6e233fae9b2b9e1dc333b3eaa86bfbd]

INTEGRATION: CWS ooo19126 (1.1.1.1.266); FILE MERGED 2005/09/05 11:28:51 rt 1.1.1.1.266.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c321ed0d65e2ff5a004dab4f920e806b7ad465f2]

INTEGRATION: CWS ooo19126 (1.3.190); FILE MERGED 2005/09/05 11:28:50 rt 1.3.190.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c6b599d60e1c01582a5bc4af729a4e8441563c5]

INTEGRATION: CWS ooo19126 (1.1.1.1.266); FILE MERGED 2005/09/05 11:28:49 rt 1.1.1.1.266.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9f04079d75f4de38381e03accd4fc24fa18f2eac]

INTEGRATION: CWS ooo19126 (1.3.238); FILE MERGED 2005/09/05 11:28:49 rt 1.3.238.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3e407b15a0ce978ac6492731435a0ba6af3ea346]

INTEGRATION: CWS ooo19126 (1.12.18); FILE MERGED 2005/09/05 11:28:48 rt 1.12.18.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a57ebac197fdab45874acbee8d566f602ac6c8cd]

INTEGRATION: CWS ooo19126 (1.4.88); FILE MERGED 2005/09/05 11:28:48 rt 1.4.88.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3e8e1151946bd6d8d840674e8d094a246593162]

INTEGRATION: CWS ooo19126 (1.19.46); FILE MERGED 2005/09/05 11:28:47 rt 1.19.46.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6dc64bb1800ece110a2c5e532dfeb712dda83f9e]

INTEGRATION: CWS ooo19126 (1.38.20); FILE MERGED 2005/09/05 11:28:46 rt 1.38.20.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3bfe7b464bc639d34bdf71930f0104fba6501b35]

INTEGRATION: CWS ooo19126 (1.39.10); FILE MERGED 2005/09/05 11:28:46 rt 1.39.10.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d0e3db2c6520d8a152bb93c9f838290839281f3]

INTEGRATION: CWS ooo19126 (1.20.22); FILE MERGED 2005/09/05 11:28:45 rt 1.20.22.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d47b565eb2959bf8d630e8b6c9aa87cb517ecf46]

INTEGRATION: CWS ooo19126 (1.13.22); FILE MERGED 2005/09/05 11:28:45 rt 1.13.22.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [123847fd349cbfc172294ceaccfb41f9b9d538cd]

INTEGRATION: CWS ooo19126 (1.6.34); FILE MERGED 2005/09/05 11:28:44 rt 1.6.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [56c309995826470b4c4ed43e73613dd018f00589]

INTEGRATION: CWS ooo19126 (1.4.46); FILE MERGED 2005/09/05 11:28:44 rt 1.4.46.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [67557ca4d515934d0b46d7d04444a391d187eb46]

INTEGRATION: CWS ooo19126 (1.3.224); FILE MERGED 2005/09/05 11:28:43 rt 1.3.224.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [11da76398a446d528fa09ad6cdfd76e5d05f27f0]

INTEGRATION: CWS ooo19126 (1.15.18); FILE MERGED 2005/09/05 11:28:42 rt 1.15.18.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [47700229a8c1d00712bab2ba9070cdb20fdb0af2]

INTEGRATION: CWS ooo19126 (1.30.22); FILE MERGED 2005/09/05 11:28:40 rt 1.30.22.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [763bc1445f1dc83a2cc1b844c82d80edf6c3dfdc]

INTEGRATION: CWS ooo19126 (1.45.34); FILE MERGED 2005/09/05 11:28:39 rt 1.45.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e1da69371a4e53744cadf76ff2ca759230214ddc]

INTEGRATION: CWS ooo19126 (1.34.34); FILE MERGED 2005/09/05 11:28:39 rt 1.34.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [39adf26cc42c44eb228fc3918d6303778aea740a]

INTEGRATION: CWS ooo19126 (1.10.24); FILE MERGED 2005/09/05 14:10:19 ihi 1.10.24.2: #i54170# License updated 2005/09/05 11:28:37 rt 1.10.24.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [76c182e0859eb82dfa9c33aeb755051e6a2cdf3d]

INTEGRATION: CWS ooo19126 (1.2.96); FILE MERGED 2005/09/05 11:28:35 rt 1.2.96.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6fcb86983ea3185ad05e16a950e4a3cfc5f4f7e0]

INTEGRATION: CWS ooo19126 (1.6.10); FILE MERGED 2005/09/05 11:28:34 rt 1.6.10.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b35e166ee506eb91934f80bd644e48eca5c0ec9a]

INTEGRATION: CWS ooo19126 (1.1.250); FILE MERGED 2005/09/05 11:28:33 rt 1.1.250.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [83db81a84b872da834c35aa2bc481d7989e6770c]

INTEGRATION: CWS ooo19126 (1.1.250); FILE MERGED 2005/09/05 11:28:32 rt 1.1.250.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b92ce43927d85c47f54c064ee9cde054a1110543]

INTEGRATION: CWS ooo19126 (1.1.250); FILE MERGED 2005/09/05 11:28:31 rt 1.1.250.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2b43cad542c8195b0ac3d95d1f8c899167c0cc1d]

INTEGRATION: CWS ooo19126 (1.7.96); FILE MERGED 2005/09/05 11:28:30 rt 1.7.96.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f644663c08d8361151d8a2be014ebf1b21a2d7e9]

INTEGRATION: CWS ooo19126 (1.7.30); FILE MERGED 2005/09/05 11:28:29 rt 1.7.30.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dc0971159afe0ce3a6559e6b39e6fc3013325310]

INTEGRATION: CWS ooo19126 (1.2.94); FILE MERGED 2005/09/05 11:28:28 rt 1.2.94.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f1b37ef9b7fd79d7ab9da3e0c8bf457a53ebb716]

INTEGRATION: CWS ooo19126 (1.5.24); FILE MERGED 2005/09/05 11:28:28 rt 1.5.24.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1af9d01693e147bf2014efd686f0a3f1265aece5]

INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 11:28:28 rt 1.2.74.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bcce838dcf3b1d5fdb4a8fd4255c09da8b799007]

INTEGRATION: CWS ooo19126 (1.13.22); FILE MERGED 2005/09/05 11:28:28 rt 1.13.22.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fbae89f5a3fe20472e35cc3a0000a72b51cff2b6]

INTEGRATION: CWS ooo19126 (1.3.96); FILE MERGED 2005/09/05 11:28:26 rt 1.3.96.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [90d15740b3f2b54351e80db7d35e69390f34a9c4]

INTEGRATION: CWS ooo19126 (1.30.46); FILE MERGED 2005/09/05 13:59:53 rt 1.30.46.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [47b8dcb4c2fc54e0fa8952e0d5fd700cc48928a7]

INTEGRATION: CWS ooo19126 (1.1.1.1.428); FILE MERGED 2005/09/05 13:59:53 rt 1.1.1.1.428.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b4c618527a474eea42329f78d3e1cd0d0f55af2]

INTEGRATION: CWS ooo19126 (1.2.320); FILE MERGED 2005/09/05 13:59:53 rt 1.2.320.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [50d0af0c4cb52f94fe776fa4cdb5cfa8baed6068]

INTEGRATION: CWS ooo19126 (1.6.144); FILE MERGED 2005/09/05 13:59:52 rt 1.6.144.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6fa1389848020ede9ee26b973a8c5016c0ca4858]

INTEGRATION: CWS ooo19126 (1.2.144); FILE MERGED 2005/09/05 13:59:52 rt 1.2.144.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [01ec40af59aadd775d5a09ecf0a7ab62ee2fd5a1]

INTEGRATION: CWS ooo19126 (1.1.392); FILE MERGED 2005/09/05 13:59:52 rt 1.1.392.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [42e9c5b3da4df7422b9faed57eae973ed32bdd87]

INTEGRATION: CWS ooo19126 (1.1.1.1.428); FILE MERGED 2005/09/05 13:59:52 rt 1.1.1.1.428.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fd0743120c3de9ed3facd1bf0107c1230edf77e0]

INTEGRATION: CWS ooo19126 (1.2.406); FILE MERGED 2005/09/05 13:59:51 rt 1.2.406.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a2afd58c8b9b445cdb07456ef78c4616989e9ef0]

INTEGRATION: CWS ooo19126 (1.1.1.1.428); FILE MERGED 2005/09/05 13:59:51 rt 1.1.1.1.428.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e3979498a01561211ef086a5c63a99163aa2388a]

INTEGRATION: CWS ooo19126 (1.1.1.1.428); FILE MERGED 2005/09/05 13:59:49 rt 1.1.1.1.428.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ec88d5020aa2c8aefa7ec7e49ed0823a59e807f6]

INTEGRATION: CWS ooo19126 (1.2.412); FILE MERGED 2005/09/05 13:59:47 rt 1.2.412.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0d265af55ee45013d276e329092d13230537c093]

INTEGRATION: CWS ooo19126 (1.3.388); FILE MERGED 2005/09/05 13:59:47 rt 1.3.388.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0169e5e78f3327136c01e54e6629d34e6114d222]

INTEGRATION: CWS ooo19126 (1.1.1.1.428); FILE MERGED 2005/09/05 13:59:46 rt 1.1.1.1.428.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8843cabe506be6b20c7998ad5cae70d8f775d094]

INTEGRATION: CWS ooo19126 (1.1.1.1.428); FILE MERGED 2005/09/05 13:59:45 rt 1.1.1.1.428.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a693a1aeea9e3b4f81bb5ef621d65c4c73571605]

INTEGRATION: CWS ooo19126 (1.3.406); FILE MERGED 2005/09/05 13:59:44 rt 1.3.406.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [591209a103ff015ba51a022789bc768e55b2b7ab]

INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 13:59:44 rt 1.2.44.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bae2687e1c9a6ba592ea34a0098d4ed734fa0286]

INTEGRATION: CWS ooo19126 (1.16.26); FILE MERGED 2005/09/05 13:59:44 rt 1.16.26.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [52a43f7fde0ef9f39f25b4beff729a316bdcee19]

INTEGRATION: CWS ooo19126 (1.1.1.1.428); FILE MERGED 2005/09/05 13:59:42 rt 1.1.1.1.428.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c2202007a64d8fb777ee899ae54750129f15d2d]

INTEGRATION: CWS ooo19126 (1.2.406); FILE MERGED 2005/09/05 13:59:41 rt 1.2.406.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [14822e25ca6bbc50ccec75dc6ef2b9a24e06fb8e]

INTEGRATION: CWS ooo19126 (1.6.102); FILE MERGED 2005/09/05 13:59:40 rt 1.6.102.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [875ecf4de10cc57750a42fe98a1e2b8c8de0d790]

INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 13:59:40 rt 1.3.44.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bd6e270238159642fb921a58bd3e77ad18d550d7]

INTEGRATION: CWS ooo19126 (1.3.92); FILE MERGED 2005/09/05 13:59:38 rt 1.3.92.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1e7b614ce28b9afac626ed0120e5fb23106583e8]

INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 13:59:38 rt 1.3.44.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2eefa260a894f7b3e755bde9e04d5b0656310ec4]

INTEGRATION: CWS ooo19126 (1.4.144); FILE MERGED 2005/09/05 13:59:38 rt 1.4.144.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d1d8f2c1b48f7eb7ed491562315841aa3c8274a0]

INTEGRATION: CWS ooo19126 (1.5.144); FILE MERGED 2005/09/05 13:59:37 rt 1.5.144.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9691adeeb0140b6c3ecb6f9de7c75372d225ea35]

INTEGRATION: CWS ooo19126 (1.1.412); FILE MERGED 2005/09/05 13:59:37 rt 1.1.412.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1325c9d86e170daf49cc494bf54c466c76fb123a]

INTEGRATION: CWS ooo19126 (1.6.44); FILE MERGED 2005/09/05 13:59:37 rt 1.6.44.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5e90065d482bc4a28a22dd15e83422725550e7e1]

INTEGRATION: CWS ooo19126 (1.5.220); FILE MERGED 2005/09/05 13:59:36 rt 1.5.220.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2a91d43fd08bf36da4e6254fdb1f9ec8f4f27c76]

INTEGRATION: CWS ooo19126 (1.6.44); FILE MERGED 2005/09/05 13:59:36 rt 1.6.44.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [84d60aff098a301fa55ec5a314c38c45f8a69786]

INTEGRATION: CWS ooo19126 (1.3.330); FILE MERGED 2005/09/05 13:59:36 rt 1.3.330.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fe4bff3e40ffe19c1919c5e8f285bc7561e5784a]

INTEGRATION: CWS ooo19126 (1.5.44); FILE MERGED 2005/09/05 13:59:36 rt 1.5.44.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4fe50e878da3e67ec55c06532eb0f540624aaa18]

INTEGRATION: CWS ooo19126 (1.2.66); FILE MERGED 2005/09/05 13:59:35 rt 1.2.66.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c95f0b64dcfef4f6b4bffabdfea84585a92b835]

INTEGRATION: CWS ooo19126 (1.1.1.1.428); FILE MERGED 2005/09/05 13:59:35 rt 1.1.1.1.428.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c748ba8ec7b92735cbe6fd24c5476970cb84846]

INTEGRATION: CWS ooo19126 (1.3.412); FILE MERGED 2005/09/05 13:59:35 rt 1.3.412.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [48c8420490d75dc0533d1318f5c58d25411d1f53]

INTEGRATION: CWS ooo19126 (1.9.144); FILE MERGED 2005/09/05 13:59:34 rt 1.9.144.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cb0feb27ebe2b01ea31a6c7d5cc358751e22dc26]

INTEGRATION: CWS ooo19126 (1.2.412); FILE MERGED 2005/09/05 13:59:34 rt 1.2.412.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9b30c88880414b516a57e47075faef839b9bd652]

INTEGRATION: CWS ooo19126 (1.1.1.1.428); FILE MERGED 2005/09/05 13:59:33 rt 1.1.1.1.428.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [31d583bd64f60b590092faf589cddbbba658c156]

INTEGRATION: CWS ooo19126 (1.19.44); FILE MERGED 2005/09/05 13:59:33 rt 1.19.44.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [509be7f9ea3aba05e48dedff6fab41407d6b9038]

INTEGRATION: CWS ooo19126 (1.5.44); FILE MERGED 2005/09/05 13:59:33 rt 1.5.44.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [34cb15778e12248bae8750fe8bddc2afc1deb4ee]

INTEGRATION: CWS ooo19126 (1.4.202); FILE MERGED 2005/09/05 13:59:32 rt 1.4.202.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a2d3d619dae82a66aece169edc6a969a798a7664]

INTEGRATION: CWS ooo19126 (1.5.44); FILE MERGED 2005/09/05 13:59:31 rt 1.5.44.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f840a021c23fc57945eb0831ee507bd69141e1e5]

INTEGRATION: CWS ooo19126 (1.1.1.1.428); FILE MERGED 2005/09/05 13:59:31 rt 1.1.1.1.428.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4a6bc96f2a3015944b0b85227945afc72f56f135]

INTEGRATION: CWS ooo19126 (1.3.188); FILE MERGED 2005/09/05 13:59:31 rt 1.3.188.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bfd857f4932de24fe8963ed5fe2ac25259081c65]

INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 13:59:30 rt 1.3.44.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [24e5dad6b481c01cbd14d1ec9198c3af6ad52b30]

INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 13:59:30 rt 1.2.110.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [504eac861df3064afe08778690d34a575306891e]

INTEGRATION: CWS ooo19126 (1.1.1.1.428); FILE MERGED 2005/09/05 13:59:30 rt 1.1.1.1.428.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a5372629cbd031de1637d1e042f98423319cca47]

INTEGRATION: CWS ooo19126 (1.37.46); FILE MERGED 2005/09/05 13:59:29 rt 1.37.46.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7dd7799c012733682d47a921070c8ac8e3a512e6]

INTEGRATION: CWS ooo19126 (1.3.74); FILE MERGED 2005/09/05 13:59:29 rt 1.3.74.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f453fe8d14237504d192e76e3ef2616f1e9f97bb]

INTEGRATION: CWS ooo19126 (1.5.74); FILE MERGED 2005/09/05 13:59:29 rt 1.5.74.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2765ed2f41e71426b332698bf285374bcf8ca85b]

INTEGRATION: CWS ooo19126 (1.7.44); FILE MERGED 2005/09/05 13:59:29 rt 1.7.44.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [776f75c49cfac6d927771cb345cf7f5fb0deae61]

INTEGRATION: CWS ooo19126 (1.2.144); FILE MERGED 2005/09/05 13:59:28 rt 1.2.144.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b6b7f30548e4fa98a04395bc152ca1eff29ad911]

INTEGRATION: CWS ooo19126 (1.1.1.1.428); FILE MERGED 2005/09/05 13:59:28 rt 1.1.1.1.428.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a890095eb93f29881f418f764ff6e52cf7aa91e7]

INTEGRATION: CWS ooo19126 (1.4.42); FILE MERGED 2005/09/05 13:59:27 rt 1.4.42.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cad3233c68ddac76a7a1a14ad4d7bb2606dcedab]

INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 13:59:27 rt 1.3.44.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fcd30a5465cf1381c279bc8f539167d3227361d7]

INTEGRATION: CWS ooo19126 (1.2.388); FILE MERGED 2005/09/05 13:59:27 rt 1.2.388.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d56d63edb835dc311f44e7a2e00c95bca987e6a5]

INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 13:59:22 rt 1.3.44.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f61787b76bda5682ee2daa888943e2f1d1c34f40]

INTEGRATION: CWS ooo19126 (1.5.144); FILE MERGED 2005/09/05 13:59:22 rt 1.5.144.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [170639e92196ccf213567fe03188baf0914edf2d]

INTEGRATION: CWS ooo19126 (1.9.144); FILE MERGED 2005/09/05 13:59:21 rt 1.9.144.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a33cca1981d25ed87551fc57a27911b18debc60]

INTEGRATION: CWS ooo19126 (1.2.212); FILE MERGED 2005/09/05 13:59:21 rt 1.2.212.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [de94b389df9514100bb3c4dbc7207f6b6e202b12]

INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 13:59:20 rt 1.2.44.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [483e76ad93fb7e19aaf037257834aefada6ae67a]

INTEGRATION: CWS ooo19126 (1.10.78); FILE MERGED 2005/09/05 13:59:20 rt 1.10.78.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ba3b5bdcc6f49a11fe3a6d2926788a2416f9b499]

INTEGRATION: CWS ooo19126 (1.5.142); FILE MERGED 2005/09/05 13:59:18 rt 1.5.142.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bc6b8bd650ac8d9a08692ad33f6d300e364a652a]

INTEGRATION: CWS ooo19126 (1.10.44); FILE MERGED 2005/09/05 13:59:18 rt 1.10.44.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4a054a78d1d374790e239abd27172258f5342208]

INTEGRATION: CWS ooo19126 (1.1.1.1.428); FILE MERGED 2005/09/05 13:59:18 rt 1.1.1.1.428.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [087a69a1d1acc8f36ac8085c3ea8b7d5c43675d2]

INTEGRATION: CWS ooo19126 (1.2.330); FILE MERGED 2005/09/05 13:59:18 rt 1.2.330.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [931b141be54d18aa156fcffdb2eac2b17e480dfe]

INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 13:59:17 rt 1.2.44.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f150b7eb4a2bec5da3b656c512879185fc4b73c5]

INTEGRATION: CWS ooo19126 (1.11.116); FILE MERGED 2005/09/05 13:59:17 rt 1.11.116.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac4b3ee556bc8cf94d930763b67bd569b530d496]

INTEGRATION: CWS ooo19126 (1.8.116); FILE MERGED 2005/09/05 13:59:16 rt 1.8.116.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [afe100d22c0b2f16df2c9070be0631591eecfb2e]

INTEGRATION: CWS ooo19126 (1.3.144); FILE MERGED 2005/09/05 13:59:16 rt 1.3.144.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7db0e00badc766d81935dd111b14c36c93bf20b6]

INTEGRATION: CWS ooo19126 (1.1.1.1.428); FILE MERGED 2005/09/05 13:59:15 rt 1.1.1.1.428.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bc392dd4b6f2fad299643d9cd4e112aeb48bfd66]

INTEGRATION: CWS ooo19126 (1.4.144); FILE MERGED 2005/09/05 13:59:15 rt 1.4.144.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4b4f7ecba243207919b6590fade373f71343c55e]

INTEGRATION: CWS ooo19126 (1.53.46); FILE MERGED 2005/09/05 13:59:15 rt 1.53.46.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [45727a4da33ef644ba5f8f7e8b9a234b9b59da9a]

INTEGRATION: CWS ooo19126 (1.3.302); FILE MERGED 2005/09/05 13:59:14 rt 1.3.302.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4eb58d5c03eb779ca9f8b0cf807a2496c2c51dfd]

INTEGRATION: CWS ooo19126 (1.5.144); FILE MERGED 2005/09/05 13:59:14 rt 1.5.144.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [537d8ecaaf4997a4f5e3128ee7b4d0a174c1de8c]

INTEGRATION: CWS ooo19126 (1.7.44); FILE MERGED 2005/09/05 13:59:14 rt 1.7.44.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aca1f96e7c699d68d12c7e4dd29d7ba340687999]

INTEGRATION: CWS ooo19126 (1.6.330); FILE MERGED 2005/09/05 13:59:14 rt 1.6.330.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0589a487b39643029dea94df35a0d134a9fb2449]

INTEGRATION: CWS ooo19126 (1.1.1.1.428); FILE MERGED 2005/09/05 13:59:14 rt 1.1.1.1.428.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1772ba17e24dd331fe0444455ad53e3ffd926c3f]

INTEGRATION: CWS ooo19126 (1.3.144); FILE MERGED 2005/09/05 13:59:13 rt 1.3.144.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [23a79edf8b4df7cc8aa143dbc4b5c365c951e9a2]

INTEGRATION: CWS ooo19126 (1.8.44); FILE MERGED 2005/09/05 13:59:13 rt 1.8.44.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8ca20e9f78d8165f12d0d2ded4edb52ef7ec193f]

INTEGRATION: CWS ooo19126 (1.1.1.1.428); FILE MERGED 2005/09/05 13:59:12 rt 1.1.1.1.428.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a20a620b2e4efa1b817e25e471d966e8ae902006]

INTEGRATION: CWS ooo19126 (1.4.224); FILE MERGED 2005/09/05 13:59:11 rt 1.4.224.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f735df2ee316f7c7acabbe8f7812b2daf4c57b6b]

INTEGRATION: CWS ooo19126 (1.1.260); FILE MERGED 2005/09/05 14:01:07 rt 1.1.260.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6e0fb2b275ea315c109f599f62177326572d5b9a]

INTEGRATION: CWS ooo19126 (1.19.80); FILE MERGED 2005/09/05 13:59:09 rt 1.19.80.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4f06d2e00c531913d607abf65da97c7accdae67e]

INTEGRATION: CWS ooo19126 (1.1.1.1.428); FILE MERGED 2005/09/05 13:59:08 rt 1.1.1.1.428.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bca09cc39f7030c2a98ab58bf3e5d7d2ce889e78]

INTEGRATION: CWS ooo19126 (1.1.1.1.428); FILE MERGED 2005/09/05 13:59:07 rt 1.1.1.1.428.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f79fe58eb16e3b9044c088d7b01aceebc738ccde]

INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 13:59:07 rt 1.3.44.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5dafec1edf9e44a51ab0e46de9390900ae9cb1e2]

INTEGRATION: CWS ooo19126 (1.8.44); FILE MERGED 2005/09/05 13:59:07 rt 1.8.44.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e12ba959e0a24ce793454e59142b070bc0ad66c1]

INTEGRATION: CWS ooo19126 (1.8.54); FILE MERGED 2005/09/05 13:59:06 rt 1.8.54.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2e78ffe3d47fc9d3db38391edf09a83c34205eb4]

INTEGRATION: CWS ooo19126 (1.1.1.1.428); FILE MERGED 2005/09/05 13:59:06 rt 1.1.1.1.428.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c97c5aac9edef0cedf1ec62f8f8d7344c064069c]

INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 13:59:06 rt 1.3.44.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8b6de93a7a7eb150e295ae017bf2c9d9048f6f91]

INTEGRATION: CWS ooo19126 (1.4.226); FILE MERGED 2005/09/05 13:59:05 rt 1.4.226.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ea4ebb74e22e029e70096891dfafdc898040115]

INTEGRATION: CWS ooo19126 (1.14.32); FILE MERGED 2005/09/05 13:59:05 rt 1.14.32.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [58d1e2382a808fcd60da4060cb7a318170234771]

INTEGRATION: CWS ooo19126 (1.13.504); FILE MERGED 2005/09/05 14:46:32 rt 1.13.504.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ea4cb97c31bbd7430dacd91d259044cc04188c05]

INTEGRATION: CWS ooo19126 (1.11.32); FILE MERGED 2005/09/05 13:59:04 rt 1.11.32.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [37e9385131601fc5484408c37a40a506e91e37eb]

INTEGRATION: CWS ooo19126 (1.11.506); FILE MERGED 2005/09/05 14:46:32 rt 1.11.506.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da4882c2de1b09e66b9490555813665401322acb]

INTEGRATION: CWS ooo19126 (1.7.32); FILE MERGED 2005/09/05 13:59:04 rt 1.7.32.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e7f2aafadd390d5a134f3f86b1ea3d68078c4d38]

INTEGRATION: CWS ooo19126 (1.4.546); FILE MERGED 2005/09/05 14:46:31 rt 1.4.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [408f63156fef68f0484fa8bd5909807daef37c73]

INTEGRATION: CWS ooo19126 (1.1.1.1.428); FILE MERGED 2005/09/05 13:59:03 rt 1.1.1.1.428.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [47512995fd16d57c4396f6fc4ffa7a140a0ef3a3]

INTEGRATION: CWS ooo19126 (1.7.448); FILE MERGED 2005/09/05 14:46:31 rt 1.7.448.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a5d9435e5feb0b232c6b0e79b929133e992b93b3]

INTEGRATION: CWS ooo19126 (1.117.64); FILE MERGED 2005/09/05 14:46:31 rt 1.117.64.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [58fd3e7d113856f5520ead272c20b891afcc843f]

INTEGRATION: CWS ooo19126 (1.8.256); FILE MERGED 2005/09/05 14:46:30 rt 1.8.256.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d69843d270e9441b71be9d3d5b4f01b57ea0dad0]

INTEGRATION: CWS ooo19126 (1.4.366); FILE MERGED 2005/09/05 14:46:30 rt 1.4.366.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5d80fe2408adb79ad887efdbccdc8c96495f934d]

INTEGRATION: CWS ooo19126 (1.7.258); FILE MERGED 2005/09/05 14:46:30 rt 1.7.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7f72557994c2852d05a4f20083da2fd19588d5cc]

INTEGRATION: CWS ooo19126 (1.1.1.1.996); FILE MERGED 2005/09/05 14:46:30 rt 1.1.1.1.996.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [78db5f1f73e56221d4db3e81c39c831d6f8ed344]

INTEGRATION: CWS ooo19126 (1.92.72); FILE MERGED 2005/09/05 14:46:29 rt 1.92.72.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e1454abb59337a1b9abb93420ff207046f00327]

INTEGRATION: CWS ooo19126 (1.5.290); FILE MERGED 2005/09/05 14:46:29 rt 1.5.290.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e58fc3cb68253eba5ec953b4a28c03b88583102c]

INTEGRATION: CWS ooo19126 (1.18.244); FILE MERGED 2005/09/05 14:46:29 rt 1.18.244.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [301b2ea4bfa33f08b53b68c9a444f92d1f2a72b6]

INTEGRATION: CWS ooo19126 (1.5.246); FILE MERGED 2005/09/05 14:46:29 rt 1.5.246.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0ea04abecef0aba0888920c6b2354d25568fe84a]

INTEGRATION: CWS ooo19126 (1.6.246); FILE MERGED 2005/09/05 14:46:28 rt 1.6.246.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [17efaf956e332879f214bb7fc2cacb6a908f8b86]

INTEGRATION: CWS ooo19126 (1.69.162); FILE MERGED 2005/09/05 14:46:28 rt 1.69.162.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6c9d6c5fdebdc18dca351408bc23eae162a70e31]

INTEGRATION: CWS ooo19126 (1.7.244); FILE MERGED 2005/09/05 14:46:28 rt 1.7.244.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1dc1c12e678092ea6038adb38f3534c7449ce5eb]

INTEGRATION: CWS ooo19126 (1.21.404); FILE MERGED 2005/09/05 14:46:27 rt 1.21.404.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [37e1037ce520fd30ced5705bbb8ffcc5d1416af1]

INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 13:58:58 rt 1.2.44.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [14d7ef6a7e33c45b4d3380bfa98b007f2c9510b9]

INTEGRATION: CWS ooo19126 (1.5.196); FILE MERGED 2005/09/05 14:46:27 rt 1.5.196.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [786843a422f5157d5c3e74976ee94b3c68f0dc36]

INTEGRATION: CWS ooo19126 (1.8.258); FILE MERGED 2005/09/05 14:46:27 rt 1.8.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [334728194711648643a98a1df693d337b275245e]

INTEGRATION: CWS ooo19126 (1.5.148); FILE MERGED 2005/09/05 14:46:26 rt 1.5.148.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6589d5b6f52d3aee79ba41646195799963f5bcaf]

INTEGRATION: CWS ooo19126 (1.4.546); FILE MERGED 2005/09/05 14:46:26 rt 1.4.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [470e9432655e9b0c123b3aeebc74f804c45ca28e]

INTEGRATION: CWS ooo19126 (1.24.66); FILE MERGED 2005/09/05 14:46:25 rt 1.24.66.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a8e69073e39409c3b9a701464a12dc77421e82c5]

INTEGRATION: CWS ooo19126 (1.5.546); FILE MERGED 2005/09/05 14:46:25 rt 1.5.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1559a1f4fa6fb004f48255404ef7f07f21e5138c]

INTEGRATION: CWS ooo19126 (1.1.1.1.428); FILE MERGED 2005/09/05 13:58:56 rt 1.1.1.1.428.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [31d1d534253b4ad07cb136b8b45edbebfc216896]

INTEGRATION: CWS ooo19126 (1.5.256); FILE MERGED 2005/09/05 14:46:25 rt 1.5.256.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d4ec1549e3505b9793a91dfb958b6171decd530c]

INTEGRATION: CWS ooo19126 (1.2.546); FILE MERGED 2005/09/05 14:46:24 rt 1.2.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3ba4473905bc67bbb05b3bcc00c0415421faa8e0]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:46:24 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e1d93386c2844025fad26e9045d369923c1db42a]

INTEGRATION: CWS ooo19126 (1.3.290); FILE MERGED 2005/09/05 14:46:24 rt 1.3.290.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [efd95991a7728fa92f5a9c704b225fb36ecce13a]

INTEGRATION: CWS ooo19126 (1.2.560); FILE MERGED 2005/09/05 14:46:23 rt 1.2.560.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ef205796974550cf01023433db7e273f06b78667]

INTEGRATION: CWS ooo19126 (1.3.246); FILE MERGED 2005/09/05 14:46:23 rt 1.3.246.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [54a1210ab67d238619a8136d76e397fe92d78cb6]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:46:22 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8504e306bf5bb554adb77b3500492f257ace12f8]

INTEGRATION: CWS ooo19126 (1.2.560); FILE MERGED 2005/09/05 14:46:22 rt 1.2.560.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8e14787bc11b2ee5b143ea94f5a50f697f47327a]

INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 14:46:22 rt 1.2.452.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8ef3a70ac48ffb2cc40527ce47958c70f85d7d28]

INTEGRATION: CWS ooo19126 (1.3.560); FILE MERGED 2005/09/05 14:46:21 rt 1.3.560.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [907e37db0e4550a5e0c0935dd9f3dc08d173cc64]

INTEGRATION: CWS ooo19126 (1.8.288); FILE MERGED 2005/09/05 14:46:21 rt 1.8.288.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b156600ae4299d083bbc2d38f7c98b188ea573ca]

INTEGRATION: CWS ooo19126 (1.4.366); FILE MERGED 2005/09/05 14:46:21 rt 1.4.366.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d86952c8d68d05dfa83cdc8a4df313728e3ee0fe]

INTEGRATION: CWS ooo19126 (1.15.182); FILE MERGED 2005/09/05 14:46:20 rt 1.15.182.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7509a52da6a75b689ac12e851ab9637523d90b43]

INTEGRATION: CWS ooo19126 (1.12.250); FILE MERGED 2005/09/05 14:46:20 rt 1.12.250.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a2b78d73618b8be2cd24badaa277e827de500535]

INTEGRATION: CWS ooo19126 (1.18.66); FILE MERGED 2005/09/05 14:46:20 rt 1.18.66.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f67935efca8b5cef4061dfe5abbd7856a259faa]

INTEGRATION: CWS ooo19126 (1.3.196); FILE MERGED 2005/09/05 14:46:20 rt 1.3.196.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [efa02cc1dd5d197eb439c9c29c41f0d403d48a89]

INTEGRATION: CWS ooo19126 (1.4.986); FILE MERGED 2005/09/05 14:46:19 rt 1.4.986.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [19f957ef82ab590f63fbedda148e1e0714bcde1c]

INTEGRATION: CWS ooo19126 (1.2.258); FILE MERGED 2005/09/05 14:46:19 rt 1.2.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7ac217844223a641a62194b4cd259a875dc188f1]

INTEGRATION: CWS ooo19126 (1.16.496); FILE MERGED 2005/09/05 14:46:19 rt 1.16.496.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0c61600b6e30070bbebb80845c99673d36d797d1]

INTEGRATION: CWS ooo19126 (1.73.2); FILE MERGED 2005/09/05 14:46:19 rt 1.73.2.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b10b8240300a56c98a5cb2931030b056b6035253]

INTEGRATION: CWS ooo19126 (1.11.372); FILE MERGED 2005/09/05 14:46:18 rt 1.11.372.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a88eb99898ce2e7dcef13c46f18ec8515b6368dc]

INTEGRATION: CWS ooo19126 (1.5.546); FILE MERGED 2005/09/05 14:46:18 rt 1.5.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2295e5a81deccf58c34df2803d3c5ff447374aba]

INTEGRATION: CWS ooo19126 (1.191.68); FILE MERGED 2005/09/05 14:46:18 rt 1.191.68.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8aaeba023bcab1b8dd56165089c815f3fd5dc30a]

INTEGRATION: CWS ooo19126 (1.7.258); FILE MERGED 2005/09/05 14:46:17 rt 1.7.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7bc1d9aef1c471505493170bb341d52df9ae41d8]

INTEGRATION: CWS ooo19126 (1.2.580); FILE MERGED 2005/09/05 14:46:17 rt 1.2.580.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1aca123a772a2059161ebc3a524380420bb3414d]

INTEGRATION: CWS ooo19126 (1.3.474); FILE MERGED 2005/09/05 14:46:17 rt 1.3.474.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a4e6cfe10e360369c3888d14e6e1663a0ba75067]

INTEGRATION: CWS ooo19126 (1.2.330); FILE MERGED 2005/09/05 13:58:47 rt 1.2.330.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2e44ef600f8f29e09ae8e6a872228e23da746da8]

INTEGRATION: CWS ooo19126 (1.14.182); FILE MERGED 2005/09/05 14:46:16 rt 1.14.182.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d3bc6f835d5d9e73d72f2b48dde243a7238cd535]

INTEGRATION: CWS ooo19126 (1.4.258); FILE MERGED 2005/09/05 14:46:16 rt 1.4.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [925b40af4497758327c6963b3bff249361e5110f]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:46:11 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9b6d0498bdef8db2a9ce2badfbc643e59f9488c9]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:46:10 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [824fcf179ec1a7a6243e5d2b2c0af0a2decd7162]

INTEGRATION: CWS ooo19126 (1.4.184); FILE MERGED 2005/09/05 14:46:09 rt 1.4.184.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e3b05cafd24853244020a5492818ea4a9ec96c8a]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:46:09 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8e52b092c867c56447d38f6e0aaa144e992c5400]

INTEGRATION: CWS ooo19126 (1.2.950); FILE MERGED 2005/09/05 14:46:09 rt 1.2.950.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a3e28a5f4cfa81b27a2e810a6f2cab9fc95bf73]

INTEGRATION: CWS ooo19126 (1.2.950); FILE MERGED 2005/09/05 14:46:08 rt 1.2.950.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [21c4989d6d2e4c82b5012065d06d525418976461]

INTEGRATION: CWS ooo19126 (1.1.952); FILE MERGED 2005/09/05 14:46:08 rt 1.1.952.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [79f1ce77ea9f21319911d0d519dfb9a4521ef055]

INTEGRATION: CWS ooo19126 (1.1.1.1.428); FILE MERGED 2005/09/05 13:58:40 rt 1.1.1.1.428.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2ceef889204b02dd42ad17589230a1438e719bab]

INTEGRATION: CWS ooo19126 (1.2.950); FILE MERGED 2005/09/05 14:46:07 rt 1.2.950.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [60c34dd6473c021562078bc7f0882b489b3dd4f7]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:46:07 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a1b3e2a2cf4d3f60cb3236a4c569fefe66026ba8]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:46:06 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fbb7797b1fc06ef44199c3634f9cf7f1c3f2640c]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:46:05 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [39b1c63d19499b13de5fc00688b37452274d0ceb]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:46:04 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [614ac3384a628c9c52cfcb7087e79bff02678028]

INTEGRATION: CWS ooo19126 (1.2.988); FILE MERGED 2005/09/05 14:46:04 rt 1.2.988.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e96a03416a410bd4728295720c3427613fe29822]

INTEGRATION: CWS ooo19126 (1.4.330); FILE MERGED 2005/09/05 13:58:27 rt 1.4.330.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [34c50dfa0af37d2e46c512bfc7e2a8b7a9286af8]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:46:03 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c38ffed90dce0e1f646ce3b1a60a0eb73ee5519]

INTEGRATION: CWS ooo19126 (1.11.48); FILE MERGED 2005/09/05 13:58:26 rt 1.11.48.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [13a5846b229ccca2af1ee92c45511be63626d5ff]

INTEGRATION: CWS ooo19126 (1.3.330); FILE MERGED 2005/09/05 13:58:25 rt 1.3.330.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [27d24056304d2244983b195c668670b33c80e73b]

INTEGRATION: CWS ooo19126 (1.8.150); FILE MERGED 2005/09/05 13:58:24 rt 1.8.150.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1b778b4a28be2a658b37ab44825a8c033b2329f7]

INTEGRATION: CWS ooo19126 (1.2.202); FILE MERGED 2005/09/05 13:58:22 rt 1.2.202.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da7fcface5d0f9a5fec28cdab76270ea744ca229]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:46:02 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5d4c4d9dbbcdedb4352bde6de70f925f884b8921]

INTEGRATION: CWS ooo19126 (1.1.416); FILE MERGED 2005/09/05 13:58:22 rt 1.1.416.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b609c81e896a9ef985717b5b3d1e22256121ec2c]

INTEGRATION: CWS ooo19126 (1.3.80); FILE MERGED 2005/09/05 13:58:22 rt 1.3.80.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ef0780adad73fce51bb35d1e43677129ed513c56]

INTEGRATION: CWS ooo19126 (1.19.136); FILE MERGED 2005/09/05 13:58:22 rt 1.19.136.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e646d0a57e350e82715b40ce4b6103343946541c]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:46:01 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2585bb42b155a44b35c76c4c03617f81d260a4de]

INTEGRATION: CWS ooo19126 (1.22.186); FILE MERGED 2005/09/05 13:58:21 rt 1.22.186.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [98e4ce92fb2f23f2ff040a53dd736b6b4da1f7da]

INTEGRATION: CWS ooo19126 (1.12.144); FILE MERGED 2005/09/05 13:58:19 rt 1.12.144.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e41b61aca4a0dfdc6dff5b58456df71b5efddaf8]

INTEGRATION: CWS ooo19126 (1.2.80); FILE MERGED 2005/09/05 13:58:17 rt 1.2.80.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c380548fd6e080175d2c58b333443fcfacf3bbd7]

INTEGRATION: CWS ooo19126 (1.3.80); FILE MERGED 2005/09/05 13:58:17 rt 1.3.80.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ce4b13f2a1d3c1abaacc624bac7e271e459055dd]

INTEGRATION: CWS ooo19126 (1.21.48); FILE MERGED 2005/09/05 13:58:16 rt 1.21.48.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [33f01fd1ad131a0c69ce24af72be81c4dc6245ae]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:46:00 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8ffbf74312fb6c30fe9f87398634a8860ba671ad]

INTEGRATION: CWS ooo19126 (1.2.418); FILE MERGED 2005/09/05 13:58:15 rt 1.2.418.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [45aaabc9d2fdbe21074d3f3c81512f459ad21b2b]

INTEGRATION: CWS ooo19126 (1.5.150); FILE MERGED 2005/09/05 13:58:14 rt 1.5.150.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [10a178a4214da8797ffcbcd66c86afd1c869e4de]

INTEGRATION: CWS ooo19126 (1.3.212); FILE MERGED 2005/09/05 13:58:13 rt 1.3.212.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3a5b8eb75cca0bf92b218057928008db403265b]

INTEGRATION: CWS ooo19126 (1.10.144); FILE MERGED 2005/09/05 13:58:13 rt 1.10.144.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3c207c7657e9cc643b2e465d2f3191f2103deba]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:45:59 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dea9dcb07d2e6ed331a86ed9b59cafa13f185551]

INTEGRATION: CWS ooo19126 (1.8.314); FILE MERGED 2005/09/05 13:58:13 rt 1.8.314.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e3652ee378bc67472d0563f16a787473bb0ba318]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:45:58 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [efa4662a7eef0c6cdd86edf85db18f3a45ff3457]

INTEGRATION: CWS ooo19126 (1.2.420); FILE MERGED 2005/09/05 13:58:11 rt 1.2.420.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3142484c85bd91df397c0eea2c9a75e47cec491e]

INTEGRATION: CWS ooo19126 (1.12.196); FILE MERGED 2005/09/05 16:58:22 rt 1.12.196.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3327d9ca754f90555e6783ec0b3bd5c7f9f5b95]

INTEGRATION: CWS ooo19126 (1.5.336); FILE MERGED 2005/09/05 16:58:22 rt 1.5.336.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e0284a41bea7f5658d03de7e6675c58082505e62]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:45:57 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [68700a79ecce91f86c863089391d3054f7e1bc73]

INTEGRATION: CWS ooo19126 (1.3.196); FILE MERGED 2005/09/05 16:58:21 rt 1.3.196.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b0863b72cf6a9fe88499ce35184801304684f2dd]

INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 16:58:21 rt 1.2.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1e4401451bcbd39e6fb8d542423a9c0622ab2ede]

INTEGRATION: CWS ooo19126 (1.17.68); FILE MERGED 2005/09/05 16:58:21 rt 1.17.68.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cb97ef1e137e18d0084823bcbb451a974bec6835]

INTEGRATION: CWS ooo19126 (1.11.112); FILE MERGED 2005/09/05 16:58:20 rt 1.11.112.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [31e478dbc01aa94f17c61b33337e59f511726cbb]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:45:56 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [78df5f1c27a936e3b4d4bb28c6a323f4c5e58d11]

INTEGRATION: CWS ooo19126 (1.23.84); FILE MERGED 2005/09/05 16:58:20 rt 1.23.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [20553900003214058085a52a544b9c7d34ebe629]

INTEGRATION: CWS ooo19126 (1.1.1.1.442); FILE MERGED 2005/09/05 16:58:20 rt 1.1.1.1.442.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [36437595311da4a9026d589ad53f1a4efd286882]

INTEGRATION: CWS ooo19126 (1.4.420); FILE MERGED 2005/09/05 16:58:20 rt 1.4.420.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [905817950014fa4561ef1e18833640e0279cfd64]

INTEGRATION: CWS ooo19126 (1.2.138); FILE MERGED 2005/09/05 16:58:20 rt 1.2.138.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6bbf2c071c6aaddacd2181762e036580c7edcb4b]

INTEGRATION: CWS ooo19126 (1.7.152); FILE MERGED 2005/09/05 16:58:19 rt 1.7.152.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2b5740c717075c676a903bdc2efabc0127020f2f]

INTEGRATION: CWS ooo19126 (1.11.84); FILE MERGED 2005/09/05 16:58:19 rt 1.11.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [34bec6a497b44ca160e8c280fb6fcfa512590e97]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:45:55 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b52ae421fc2993fc6043758d5edeb8a460e00ef6]

INTEGRATION: CWS ooo19126 (1.26.80); FILE MERGED 2005/09/05 16:58:19 rt 1.26.80.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3a481fd306e5ad907fab6707627fb46745711d2e]

INTEGRATION: CWS ooo19126 (1.8.84); FILE MERGED 2005/09/05 16:58:19 rt 1.8.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a77a97e449a428251de7a75984f70ec712919dde]

INTEGRATION: CWS ooo19126 (1.2.100); FILE MERGED 2005/09/05 16:58:18 rt 1.2.100.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c479116a8a205a6a97be88bb8306d23f352d266b]

INTEGRATION: CWS ooo19126 (1.2.138); FILE MERGED 2005/09/05 16:58:18 rt 1.2.138.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7af028dec3212581f463bc5fc210515947d6068d]

INTEGRATION: CWS ooo19126 (1.1.408); FILE MERGED 2005/09/05 16:58:18 rt 1.1.408.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [52a850eca59829364a465eaa0029965f84912306]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:45:54 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4f3beb1b9bfe986a011332460fc9bcc1dd6a89c1]

INTEGRATION: CWS ooo19126 (1.70.60); FILE MERGED 2005/09/05 16:58:16 rt 1.70.60.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [59d560a23f494bbdfc58609c2c421e677289d2c8]

INTEGRATION: CWS ooo19126 (1.38.80); FILE MERGED 2005/09/05 16:58:16 rt 1.38.80.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b4248507f2d6184941a8756a73ced4823b0eec6]

INTEGRATION: CWS ooo19126 (1.3.138); FILE MERGED 2005/09/05 16:58:15 rt 1.3.138.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a4458217164b24c96ddf81530ab3c3adedb9828d]

INTEGRATION: CWS ooo19126 (1.12.68); FILE MERGED 2005/09/05 16:58:15 rt 1.12.68.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0b2dd111a62ecc70d6d3aef2bb0e653fe053dbbf]

INTEGRATION: CWS ooo19126 (1.5.94); FILE MERGED 2005/09/05 16:58:15 rt 1.5.94.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fc160e60376af4b8eebc37579716a04654baea4f]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:45:53 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d873d40121971fd8e42a7e6bb816f02b898806ae]

INTEGRATION: CWS ooo19126 (1.34.60); FILE MERGED 2005/09/05 16:58:14 rt 1.34.60.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [db0ac7dc1d54ad1053fec776055f7238f736c26e]

INTEGRATION: CWS ooo19126 (1.3.138); FILE MERGED 2005/09/05 16:58:14 rt 1.3.138.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [91c4106c9f646dd202503e0bc8ff426fa51916c8]

INTEGRATION: CWS ooo19126 (1.5.114); FILE MERGED 2005/09/05 16:58:14 rt 1.5.114.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5dc928b7d138213b56b9cc7299451e324d1a37a5]

INTEGRATION: CWS ooo19126 (1.2.420); FILE MERGED 2005/09/05 16:58:14 rt 1.2.420.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1502dfb3f193886062e50df8fa063196dced4193]

INTEGRATION: CWS ooo19126 (1.9.138); FILE MERGED 2005/09/05 16:58:13 rt 1.9.138.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7a0db559803a45127a2b7423a0909cdc2eeeb510]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:45:52 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0856d8252cc2a7fe1dccfa19c85282657298da00]

INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 16:58:13 rt 1.2.152.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [83de6d6d03d33227fd1605af3ebcf779b8555d71]

INTEGRATION: CWS ooo19126 (1.3.138); FILE MERGED 2005/09/05 16:58:13 rt 1.3.138.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5555985096685c070efec897c64e90be0f703dca]

INTEGRATION: CWS ooo19126 (1.11.84); FILE MERGED 2005/09/05 16:58:12 rt 1.11.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [785e42bf3112f1f63e80e6d0afd676e59bdde527]

INTEGRATION: CWS ooo19126 (1.20.114); FILE MERGED 2005/09/05 16:58:12 rt 1.20.114.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [15913fbc0fe16c5a7a02fdbbe1db48a0bc847ab7]

INTEGRATION: CWS ooo19126 (1.6.138); FILE MERGED 2005/09/05 16:58:12 rt 1.6.138.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [905bc366353daa51f630daf7675bb06702fe6049]

INTEGRATION: CWS ooo19126 (1.3.432); FILE MERGED 2005/09/05 16:58:11 rt 1.3.432.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7868ab4817698c8f8e8c2b14bc99f0d9d25213d1]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:45:51 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [59d7818828b3e8cff50c1824d70042b7d16ac3b1]

INTEGRATION: CWS ooo19126 (1.9.68); FILE MERGED 2005/09/05 16:58:11 rt 1.9.68.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3074d0f942c648599a60c03f512a4ec1e73d225a]

INTEGRATION: CWS ooo19126 (1.6.304); FILE MERGED 2005/09/05 16:58:11 rt 1.6.304.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bfaaf45f49b86610bcded80aa3ecc38c346e66c7]

INTEGRATION: CWS ooo19126 (1.51.76); FILE MERGED 2005/09/05 16:58:10 rt 1.51.76.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f0d2cebbbfb6764a84ea8aa3e0c4f538b1088dc6]

INTEGRATION: CWS ooo19126 (1.2.280); FILE MERGED 2005/09/05 16:58:10 rt 1.2.280.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [00e941d0a68a437e81ba27f978e7ea90aa5f794d]

INTEGRATION: CWS ooo19126 (1.54.28); FILE MERGED 2005/09/05 16:58:10 rt 1.54.28.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c573c529f412285245aaaf8159228bf9d49a34bb]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:45:50 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [57471e1c9ea326a986fd129d54f3e143a5c3cd3c]

INTEGRATION: CWS ooo19126 (1.5.26); FILE MERGED 2005/09/05 16:58:09 rt 1.5.26.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [34acf7d8cecc3b2d78291b31ccbba49b14d59aa9]

INTEGRATION: CWS ooo19126 (1.43.22); FILE MERGED 2005/09/05 16:58:09 rt 1.43.22.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [162de5e2e5323f6a8dbb156350ee3e96fd34da81]

INTEGRATION: CWS ooo19126 (1.1.1.1.442); FILE MERGED 2005/09/05 16:58:09 rt 1.1.1.1.442.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6dc2f02942e8e0dfd84a9601a744120d8e2cdb4d]

INTEGRATION: CWS ooo19126 (1.3.176); FILE MERGED 2005/09/05 16:58:09 rt 1.3.176.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [51417fe7ac32f47e0e7a47e0ae0f9f61fbd066a8]

INTEGRATION: CWS ooo19126 (1.1.1.1.442); FILE MERGED 2005/09/05 16:58:08 rt 1.1.1.1.442.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [afc20544ea5a780a78f68721cdfa4a83c516a369]

INTEGRATION: CWS ooo19126 (1.4.336); FILE MERGED 2005/09/05 16:58:08 rt 1.4.336.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b274d225d3d6199c46de7459f06cc11c53af04a8]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:45:49 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [206be26d56689f30757d5421402603768cc20547]

INTEGRATION: CWS ooo19126 (1.6.78); FILE MERGED 2005/09/05 16:58:07 rt 1.6.78.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [50ea390e85027caad6da7dae3c1b62a860f6510d]

INTEGRATION: CWS ooo19126 (1.2.216); FILE MERGED 2005/09/05 16:58:07 rt 1.2.216.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3b42b0563381598d200f174e41898fa7daa7011a]

INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 16:58:07 rt 1.3.178.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [51696ef7ea6dd43c4ebde32447d9c4b78105f59b]

INTEGRATION: CWS ooo19126 (1.3.426); FILE MERGED 2005/09/05 16:58:06 rt 1.3.426.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f46294db5138d6c9bce6c3d28ac462289e614d16]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:45:48 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [38908656a6c3a62ea988b79ab8cce1dbba9cb338]

INTEGRATION: CWS ooo19126 (1.2.406); FILE MERGED 2005/09/05 16:58:06 rt 1.2.406.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [76a83434e7dc104584130e618bdab78995cec5fe]

INTEGRATION: CWS ooo19126 (1.1.1.1.442); FILE MERGED 2005/09/05 16:58:06 rt 1.1.1.1.442.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [72972465f504b8d804be78a345a828630b24432f]

INTEGRATION: CWS ooo19126 (1.8.474); FILE MERGED 2005/09/05 14:45:47 rt 1.8.474.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6945f279266cb1e31ce76a580079a4385cdf82d8]

INTEGRATION: CWS ooo19126 (1.4.820); FILE MERGED 2005/09/05 14:45:47 rt 1.4.820.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bb5658cf444d93b8f0d0e39310b8250fd479429e]

INTEGRATION: CWS ooo19126 (1.7.446); FILE MERGED 2005/09/05 14:45:47 rt 1.7.446.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [863ae279a9f0026a999858dee6b88e0941cbb740]

INTEGRATION: CWS ooo19126 (1.13.404); FILE MERGED 2005/09/05 14:45:47 rt 1.13.404.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3057e9510678013bd5dc7efe986c1c4525a73920]

INTEGRATION: CWS ooo19126 (1.23.246); FILE MERGED 2005/09/05 14:45:46 rt 1.23.246.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1607330b90adbe8ce30ef3f658ea62f0e54a4df0]

INTEGRATION: CWS ooo19126 (1.6.820); FILE MERGED 2005/09/05 14:45:46 rt 1.6.820.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [75ec52330812a9e390a8b62a66bd914deaf68d30]

INTEGRATION: CWS ooo19126 (1.16.366); FILE MERGED 2005/09/05 14:45:46 rt 1.16.366.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3902d991b201d7cef746dec05ec457a1c8cc5268]

INTEGRATION: CWS ooo19126 (1.39.366); FILE MERGED 2005/09/05 14:45:46 rt 1.39.366.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2021e728ce02368f941b5c9d49db2c08177089cf]

INTEGRATION: CWS ooo19126 (1.9.290); FILE MERGED 2005/09/05 14:45:45 rt 1.9.290.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [41c964f22521a0f2a596ddd191b44f553996487c]

INTEGRATION: CWS ooo19126 (1.37.182); FILE MERGED 2005/09/05 14:45:45 rt 1.37.182.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d0d8ccad32c5ecb63d9712fab3772cc2fc9f14f7]

INTEGRATION: CWS ooo19126 (1.14.184); FILE MERGED 2005/09/05 14:45:45 rt 1.14.184.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2c582a826233c89089d744a8f646203ee9e79c68]

INTEGRATION: CWS ooo19126 (1.125.64); FILE MERGED 2005/09/05 14:45:45 rt 1.125.64.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c8c1127b6800edec5b6b357f3514bd92d79eea1]

INTEGRATION: CWS ooo19126 (1.28.258); FILE MERGED 2005/09/05 14:45:44 rt 1.28.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ca812f5fc7c3eed41b6dac910057c439356c4c01]

INTEGRATION: CWS ooo19126 (1.35.50); FILE MERGED 2005/09/05 14:45:44 rt 1.35.50.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3381b7bc6de08f86109c2119f8deddb55a79270c]

INTEGRATION: CWS ooo19126 (1.3.958); FILE MERGED 2005/09/05 14:45:44 rt 1.3.958.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [36ebba62f9392b0c09a3aadeef35d9f52778e280]

INTEGRATION: CWS ooo19126 (1.12.2); FILE MERGED 2005/09/05 14:45:44 rt 1.12.2.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0ace7f392a83d5b84657fd718148f8e4529ce42d]

INTEGRATION: CWS ooo19126 (1.15.194); FILE MERGED 2005/09/05 14:45:44 rt 1.15.194.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a04b2938045801425aedb6c5fc480e5d3dd0080c]

INTEGRATION: CWS ooo19126 (1.9.340); FILE MERGED 2005/09/05 14:45:43 rt 1.9.340.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e5ca1a4395dec973d067b6699e97c41ecd7021e2]

INTEGRATION: CWS ooo19126 (1.16.110); FILE MERGED 2005/09/05 14:45:43 rt 1.16.110.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [afb39101556de1e6e8b5752a621097822d5d7252]

INTEGRATION: CWS ooo19126 (1.8.110); FILE MERGED 2005/09/05 14:45:43 rt 1.8.110.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [433420fefc31c62257d9f6219c1fd6ab757feea0]

INTEGRATION: CWS ooo19126 (1.38.110); FILE MERGED 2005/09/05 14:45:42 rt 1.38.110.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dfd400d11148d9da1b959ae77c53bc31273fb9fd]

INTEGRATION: CWS ooo19126 (1.51.54); FILE MERGED 2005/09/05 16:57:57 rt 1.51.54.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1ecd051175fb07f4ed1d04168c4205452695a1c1]

INTEGRATION: CWS ooo19126 (1.2.836); FILE MERGED 2005/09/05 14:45:42 rt 1.2.836.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e1cbf1c0e014d003f3a264adef7e102f0558c339]

INTEGRATION: CWS ooo19126 (1.22.450); FILE MERGED 2005/09/05 14:45:42 rt 1.22.450.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [44a0f1880c0669c0a10f449bb0c93ff153db4048]

INTEGRATION: CWS ooo19126 (1.9.560); FILE MERGED 2005/09/05 14:45:42 rt 1.9.560.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8ad71f5a9b4e30eea1bb8c69dae3a59fa22a31ec]

INTEGRATION: CWS ooo19126 (1.55.32); FILE MERGED 2005/09/05 14:45:41 rt 1.55.32.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b2e6f43a4e3af17918fbcff3fb2b8bd75dece8c2]

INTEGRATION: CWS ooo19126 (1.27.84); FILE MERGED 2005/09/05 16:57:55 rt 1.27.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ab297022531589f48bc83b2354f94a165892a8bd]

INTEGRATION: CWS ooo19126 (1.16.212); FILE MERGED 2005/09/05 14:45:41 rt 1.16.212.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [af9de267ac75436218db575ebe9c4b6135cd6214]

INTEGRATION: CWS ooo19126 (1.23.84); FILE MERGED 2005/09/05 14:45:40 rt 1.23.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7528613baf6f92fbae4f7d2b7461813615fc6fed]

INTEGRATION: CWS ooo19126 (1.9.304); FILE MERGED 2005/09/05 14:45:40 rt 1.9.304.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [33bf0a04be31051ec5b57aaeeffdaa534722e429]

INTEGRATION: CWS ooo19126 (1.10.504); FILE MERGED 2005/09/05 14:45:40 rt 1.10.504.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9fbf3afca9137ea405cb4d4278c9bcc8065d8988]

INTEGRATION: CWS ooo19126 (1.26.256); FILE MERGED 2005/09/05 14:45:40 rt 1.26.256.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c06136074071863be03e8606c53e1367b748c9a8]

INTEGRATION: CWS ooo19126 (1.2.198); FILE MERGED 2005/09/05 16:57:52 rt 1.2.198.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [98ab46e9bb1278b76fd07a8f5e61907543e7c655]

INTEGRATION: CWS ooo19126 (1.65.88); FILE MERGED 2005/09/05 14:45:39 rt 1.65.88.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [19c15b77868ba5a12c2079d90d391096c1dfdd4f]

INTEGRATION: CWS ooo19126 (1.5.84); FILE MERGED 2005/09/05 16:57:52 rt 1.5.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ede3edcd783822259b67f60dcd9b78665947c8e0]

INTEGRATION: CWS ooo19126 (1.40.180); FILE MERGED 2005/09/05 14:45:39 rt 1.40.180.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f37b29676eadf9bbaf457c7dc04717d5bdfc41a4]

INTEGRATION: CWS ooo19126 (1.7.322); FILE MERGED 2005/09/05 16:57:52 rt 1.7.322.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [00f4ac494c33df88a0ce4742af31477e016c7869]

INTEGRATION: CWS ooo19126 (1.2.208); FILE MERGED 2005/09/05 16:57:51 rt 1.2.208.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b60f5e9403756476207b53c18d83dde9bdeae18f]

INTEGRATION: CWS ooo19126 (1.2.420); FILE MERGED 2005/09/05 16:57:51 rt 1.2.420.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7dc3759bc1e71aa122433757a534ea630da99f6e]

INTEGRATION: CWS ooo19126 (1.1.408); FILE MERGED 2005/09/05 16:57:51 rt 1.1.408.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da7bf567cbef6f0fd7f9ee017723cdbf24a89783]

INTEGRATION: CWS ooo19126 (1.2.30); FILE MERGED 2005/09/05 16:57:50 rt 1.2.30.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [100dc69d92f18bb07fae7de543d147d34718fa21]

INTEGRATION: CWS ooo19126 (1.21.2); FILE MERGED 2005/09/05 14:45:38 rt 1.21.2.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [df0496e675975453889cea991fef75eaad2c2a82]

INTEGRATION: CWS ooo19126 (1.7.152); FILE MERGED 2005/09/05 16:57:50 rt 1.7.152.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [713bd83327e3c88e25239754c28714f38aaa68d3]

INTEGRATION: CWS ooo19126 (1.12.30); FILE MERGED 2005/09/05 14:45:38 rt 1.12.30.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [55ad12bff21e1c6bdddd1a411be0febb555503ab]

INTEGRATION: CWS ooo19126 (1.22.80); FILE MERGED 2005/09/05 16:57:50 rt 1.22.80.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9407e0dabf09332674cca5f185de68a6e91f1770]

INTEGRATION: CWS ooo19126 (1.4.598); FILE MERGED 2005/09/05 14:45:38 rt 1.4.598.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [545c77268d560a8349fb78a3f0f5706d797c8d6a]

INTEGRATION: CWS ooo19126 (1.1.1.1.442); FILE MERGED 2005/09/05 16:57:50 rt 1.1.1.1.442.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0fd23dccb658086d581493d7eff0d4c573117f10]

INTEGRATION: CWS ooo19126 (1.9.212); FILE MERGED 2005/09/05 14:45:37 rt 1.9.212.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d60465c03e6f74ca4091f133ca5bedf9a8006429]

INTEGRATION: CWS ooo19126 (1.27.90); FILE MERGED 2005/09/05 14:45:37 rt 1.27.90.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0f109b95cc56d9e99938407f5b35227277e7c09b]

INTEGRATION: CWS ooo19126 (1.1.1.1.442); FILE MERGED 2005/09/05 16:57:49 rt 1.1.1.1.442.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5a6891546007309f81e23612d9cb5ae7fc408be0]

INTEGRATION: CWS ooo19126 (1.9.84); FILE MERGED 2005/09/05 16:57:49 rt 1.9.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [abcfe23d8f4af315d0d6db75712b912ca30d8e9d]

INTEGRATION: CWS ooo19126 (1.3.836); FILE MERGED 2005/09/05 14:45:37 rt 1.3.836.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f465defec15216a40fc94ad1654c0438f85cd4ee]

INTEGRATION: CWS ooo19126 (1.3.84); FILE MERGED 2005/09/05 16:57:49 rt 1.3.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [91144758d7d03d070c998e2fa5cb0f501d42befd]

INTEGRATION: CWS ooo19126 (1.32.252); FILE MERGED 2005/09/05 14:45:37 rt 1.32.252.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [940b49b75cd51d28bc861c642addd1354a523050]

INTEGRATION: CWS ooo19126 (1.2.138); FILE MERGED 2005/09/05 16:57:49 rt 1.2.138.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [695010ef2918f17213efcc942e93c4d2f0113073]

INTEGRATION: CWS ooo19126 (1.32.122); FILE MERGED 2005/09/05 14:45:36 rt 1.32.122.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bdbd099c93e2c008b67114cda4d78f0bbba293e5]

INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 16:57:48 rt 1.2.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6e8b78d8a3d6ea2ae54e182bd2c6ca3bfdfc3395]

INTEGRATION: CWS ooo19126 (1.24.122); FILE MERGED 2005/09/05 14:45:36 rt 1.24.122.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a74aa518567fc035dfa9d2de9f97b358b848f39]

INTEGRATION: CWS ooo19126 (1.1.1.1.442); FILE MERGED 2005/09/05 16:57:48 rt 1.1.1.1.442.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a04df4beb1bae519bf9f6069fb884f3c16814912]

INTEGRATION: CWS ooo19126 (1.4.62); FILE MERGED 2005/09/05 16:57:48 rt 1.4.62.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a78002e87dd8cdc8e58ec2cad2809ed75a722c45]

INTEGRATION: CWS ooo19126 (1.7.136); FILE MERGED 2005/09/05 14:45:35 rt 1.7.136.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7da5fd32ea7a45c879c82b544c4f04629879ecae]

INTEGRATION: CWS ooo19126 (1.5.136); FILE MERGED 2005/09/05 14:45:35 rt 1.5.136.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d0eda5afcf1a872a27db071f954deb13c4f767c5]

INTEGRATION: CWS ooo19126 (1.34.84); FILE MERGED 2005/09/05 16:57:46 rt 1.34.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [359dc4e2be5248abd568b572385208f86a3ca0f3]

INTEGRATION: CWS ooo19126 (1.8.52); FILE MERGED 2005/09/05 14:45:35 rt 1.8.52.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [49b87b768ca9bd4a538fdf60efaf720d69f518bb]

INTEGRATION: CWS ooo19126 (1.4.406); FILE MERGED 2005/09/05 16:57:46 rt 1.4.406.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e9ad992c5ab581a6bdbd31a9a730dce9d77931d1]

INTEGRATION: CWS ooo19126 (1.4.136); FILE MERGED 2005/09/05 14:45:34 rt 1.4.136.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a361a2ff31504f9f1314f4f194ff6056cd831c3b]

INTEGRATION: CWS ooo19126 (1.3.336); FILE MERGED 2005/09/05 16:57:46 rt 1.3.336.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a01655514bbd355061063a8487069641b629f763]

INTEGRATION: CWS ooo19126 (1.3.340); FILE MERGED 2005/09/05 14:45:34 rt 1.3.340.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [04105b2e5a6f1c7842fad85a7e90078185455738]

INTEGRATION: CWS ooo19126 (1.7.336); FILE MERGED 2005/09/05 16:57:45 rt 1.7.336.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2b09e7509e6a5cd286feda0fe39bffdfca6ff2e4]

INTEGRATION: CWS ooo19126 (1.4.294); FILE MERGED 2005/09/05 14:45:34 rt 1.4.294.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a47d76d045bb701a19eec05e430beadd2327023]

INTEGRATION: CWS ooo19126 (1.2.420); FILE MERGED 2005/09/05 16:57:45 rt 1.2.420.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a381acd81dab04e84a5228990dc3dc0d698e701]

INTEGRATION: CWS ooo19126 (1.5.184); FILE MERGED 2005/09/05 14:45:33 rt 1.5.184.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [84e6b1f77b7402a7211cef09f17f475af58963ff]

INTEGRATION: CWS ooo19126 (1.13.84); FILE MERGED 2005/09/05 16:57:45 rt 1.13.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3b1d80df96885bd08d7629a5723894186c624f33]

INTEGRATION: CWS ooo19126 (1.16.86); FILE MERGED 2005/09/05 14:45:33 rt 1.16.86.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a45730a0db90bfdeb40b55e11ca8f196fcd1c07]

INTEGRATION: CWS ooo19126 (1.2.200); FILE MERGED 2005/09/05 16:57:44 rt 1.2.200.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5570480a0b82021e20bb90e57bd46cec76de18c5]

INTEGRATION: CWS ooo19126 (1.3.454); FILE MERGED 2005/09/05 14:45:33 rt 1.3.454.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b29006abf2bc381862f181f8dfc94f470c15e7b5]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:45:33 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4390d6ea16b6eed96f19b63406fda39522e17f1b]

INTEGRATION: CWS ooo19126 (1.4.336); FILE MERGED 2005/09/05 16:57:43 rt 1.4.336.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bf7918981913406a891c568d61a063edf74acf8f]

INTEGRATION: CWS ooo19126 (1.15.404); FILE MERGED 2005/09/05 14:45:32 rt 1.15.404.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ee059454ac49c9a956b61ae8b22e6f9f6c29ed87]

INTEGRATION: CWS ooo19126 (1.5.336); FILE MERGED 2005/09/05 16:57:42 rt 1.5.336.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3608308d5e536d824b3661499464a2141a13e569]

INTEGRATION: CWS ooo19126 (1.21.182); FILE MERGED 2005/09/05 14:45:32 rt 1.21.182.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a5038cb4637b68558e425406bdf733806e247523]

INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 16:57:41 rt 1.2.152.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf6f116ef5a4329846d9b9072522f8ef153c4f0a]

INTEGRATION: CWS ooo19126 (1.2.578); FILE MERGED 2005/09/05 14:45:32 rt 1.2.578.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7456b8aaf757f8a1f0e2f56ee6dea45a763a7916]

INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 16:57:39 rt 1.2.152.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c824c0493ecf54bd452c636de7cd5ac1a909512b]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:45:32 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b84f208cb9195f9b025cf0fb1189bf58a1a15cc5]

INTEGRATION: CWS ooo19126 (1.4.122); FILE MERGED 2005/09/05 16:57:39 rt 1.4.122.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [58be28c924cdb063d09f290035cd1236c852cf8d]

INTEGRATION: CWS ooo19126 (1.3.836); FILE MERGED 2005/09/05 14:45:32 rt 1.3.836.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aa4ccaa57a036a2b8609e4e928e6d39c2d2ecb0a]

INTEGRATION: CWS ooo19126 (1.15.136); FILE MERGED 2005/09/05 16:57:39 rt 1.15.136.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a37ccfdf1fe6b1237570969bc326b01223fa621f]

INTEGRATION: CWS ooo19126 (1.3.212); FILE MERGED 2005/09/05 14:45:31 rt 1.3.212.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b6c7449d5db121d7cfb0fb12a414443c60870b33]

INTEGRATION: CWS ooo19126 (1.2.336); FILE MERGED 2005/09/05 16:57:38 rt 1.2.336.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d2d3680ccaa444a947e117124fe1b54d12fff43]

INTEGRATION: CWS ooo19126 (1.7.182); FILE MERGED 2005/09/05 14:45:31 rt 1.7.182.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cee2067e835588a339451faee64991d56ee61ee9]

INTEGRATION: CWS ooo19126 (1.3.432); FILE MERGED 2005/09/05 16:57:38 rt 1.3.432.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fbb42fa269538b935513a108b4e956dc607c79e7]

INTEGRATION: CWS ooo19126 (1.4.560); FILE MERGED 2005/09/05 14:45:31 rt 1.4.560.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [99e22660097e91d46395255a31c50d2fef30abc6]

INTEGRATION: CWS ooo19126 (1.3.94); FILE MERGED 2005/09/05 16:57:37 rt 1.3.94.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cb7f4efe10e8ec0bf1c353023369ff9464cd431d]

INTEGRATION: CWS ooo19126 (1.5.598); FILE MERGED 2005/09/05 14:45:31 rt 1.5.598.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3926981e48dcb1d79d997b1564fc4dcb5a0ccaa]

INTEGRATION: CWS ooo19126 (1.5.304); FILE MERGED 2005/09/05 16:57:37 rt 1.5.304.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dd3a5c3a9b4ed352f87ade6a725b3718bc9e6fe4]

INTEGRATION: CWS ooo19126 (1.2.560); FILE MERGED 2005/09/05 14:45:31 rt 1.2.560.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [429c6fd4f0b321074a3a216ac19c85350ba71b44]

INTEGRATION: CWS ooo19126 (1.32.76); FILE MERGED 2005/09/05 16:57:36 rt 1.32.76.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b9c7357d81e8710082141306ac370436d3f8bb1]

INTEGRATION: CWS ooo19126 (1.4.256); FILE MERGED 2005/09/05 14:45:30 rt 1.4.256.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da219e291626341910d1a2a1af87d6a8a662a770]

INTEGRATION: CWS ooo19126 (1.23.68); FILE MERGED 2005/09/05 16:57:36 rt 1.23.68.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [839993dfd2d000991086453cdf0d4c4b44c13e24]

INTEGRATION: CWS ooo19126 (1.3.546); FILE MERGED 2005/09/05 14:45:30 rt 1.3.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d10ed8bde0cfa569b05268d7fd19e3b9a460d769]

INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 16:57:36 rt 1.3.178.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f435616c4195100f7160d71684b284e7f49d6fec]

INTEGRATION: CWS ooo19126 (1.15.62); FILE MERGED 2005/09/05 16:57:36 rt 1.15.62.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9da53af62d3833fdff167e12a086917bd7cec441]

INTEGRATION: CWS ooo19126 (1.13.244); FILE MERGED 2005/09/05 14:45:30 rt 1.13.244.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d61961ae1998c6bc00ad0473d27ee2a779ed80c9]

INTEGRATION: CWS ooo19126 (1.2.420); FILE MERGED 2005/09/05 16:57:36 rt 1.2.420.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6717d76917419b504f57e60ab97f6980a0a11eed]

INTEGRATION: CWS ooo19126 (1.3.296); FILE MERGED 2005/09/05 14:45:30 rt 1.3.296.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e7b934605280373403ca98c8dc280cf393853edf]

INTEGRATION: CWS ooo19126 (1.2.200); FILE MERGED 2005/09/05 16:57:35 rt 1.2.200.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [31feaa698c70d3dcb0e96f221c19a762b8b59d7c]

INTEGRATION: CWS ooo19126 (1.3.560); FILE MERGED 2005/09/05 14:45:29 rt 1.3.560.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [db8298c66850cf5a9cf502eaecf993655f83135d]

INTEGRATION: CWS ooo19126 (1.2.420); FILE MERGED 2005/09/05 16:57:35 rt 1.2.420.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e7e7746f5369910eaa190d0e2409cf8df8f98a73]

INTEGRATION: CWS ooo19126 (1.10.256); FILE MERGED 2005/09/05 14:45:29 rt 1.10.256.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d5dba16445af2dae9b2e077d33fc3db9f62edf8]

INTEGRATION: CWS ooo19126 (1.31.258); FILE MERGED 2005/09/05 14:45:29 rt 1.31.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9792e6ed62101042063184edaf51060beb72cc9c]

INTEGRATION: CWS ooo19126 (1.5.84); FILE MERGED 2005/09/05 16:57:34 rt 1.5.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cb9c937047fe37f2df80414376d76920368bc007]

INTEGRATION: CWS ooo19126 (1.44.184); FILE MERGED 2005/09/05 14:45:29 rt 1.44.184.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d2576cf589424fe53753b9425f4999f0fcd525dd]

INTEGRATION: CWS ooo19126 (1.3.196); FILE MERGED 2005/09/05 16:57:34 rt 1.3.196.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3cd93d08db8a51152e01a72c19f665051b626166]

INTEGRATION: CWS ooo19126 (1.3.578); FILE MERGED 2005/09/05 14:45:28 rt 1.3.578.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4575b8505a36ed83812453e536e611bd6d9b57da]

INTEGRATION: CWS ooo19126 (1.3.84); FILE MERGED 2005/09/05 16:57:34 rt 1.3.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [756db5bc3fc9b266865a051b117a1ca65a5e7fb0]

INTEGRATION: CWS ooo19126 (1.29.88); FILE MERGED 2005/09/05 14:45:28 rt 1.29.88.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [64b3d0b0d25cd521e8ad3249df146f9210016a8f]

INTEGRATION: CWS ooo19126 (1.5.84); FILE MERGED 2005/09/05 16:57:33 rt 1.5.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [077d4928f188dab6eaba27ce29394906b263e1be]

INTEGRATION: CWS ooo19126 (1.12.180); FILE MERGED 2005/09/05 14:45:28 rt 1.12.180.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e8f7c56fc5c37d93e94da894d84f92b9b89f877d]

INTEGRATION: CWS ooo19126 (1.2.420); FILE MERGED 2005/09/05 16:57:33 rt 1.2.420.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [66d439540ef28307d83ea3da0965041fa77a252a]

INTEGRATION: CWS ooo19126 (1.6.194); FILE MERGED 2005/09/05 14:45:28 rt 1.6.194.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fc79c1c6ae29b9506db779e50fcdd6ff79ca4113]

INTEGRATION: CWS ooo19126 (1.7.256); FILE MERGED 2005/09/05 14:45:28 rt 1.7.256.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f4fd384d98e9b43ad045407a87f7d51a5b1b1928]

INTEGRATION: CWS ooo19126 (1.11.546); FILE MERGED 2005/09/05 14:45:27 rt 1.11.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f31a5cfeff9e814f508219006146e2feb5bc78c]

INTEGRATION: CWS ooo19126 (1.3.578); FILE MERGED 2005/09/05 14:45:27 rt 1.3.578.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [676be8302c0b37c39ba970436fa6ccb5655f9654]

INTEGRATION: CWS ooo19126 (1.2.258); FILE MERGED 2005/09/05 14:45:27 rt 1.2.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [526d0b5f6879dddb2907472e1b416f17d589fc00]

INTEGRATION: CWS ooo19126 (1.7.560); FILE MERGED 2005/09/05 14:45:27 rt 1.7.560.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b5861267ead9439208b0056ac3d24990f223ed95]

INTEGRATION: CWS ooo19126 (1.1.982); FILE MERGED 2005/09/05 14:45:26 rt 1.1.982.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0f7e7fb4683e2b2bb12142fe5ccfc1dcd320f201]

INTEGRATION: CWS ooo19126 (1.12.186); FILE MERGED 2005/09/05 14:45:26 rt 1.12.186.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5acce115b40809ab14faea4b80ff559c6eae91d8]

INTEGRATION: CWS ooo19126 (1.9.560); FILE MERGED 2005/09/05 14:45:26 rt 1.9.560.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [538da90ce80feb538e8c28170d9ac7251974d288]

INTEGRATION: CWS ooo19126 (1.7.560); FILE MERGED 2005/09/05 14:45:26 rt 1.7.560.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aef3cc97ca096e0ce0eb6bc18d4fa46abaca653e]

INTEGRATION: CWS ooo19126 (1.9.504); FILE MERGED 2005/09/05 14:45:26 rt 1.9.504.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1ab8b8502099dc190c63ffddefb9d3e62c8db366]

INTEGRATION: CWS ooo19126 (1.5.560); FILE MERGED 2005/09/05 14:45:25 rt 1.5.560.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b48617c886c73206af7837b1b5e5869b7446f8d1]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:45:25 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [798434e4266a850028e126385fc4b0c0197d5329]

INTEGRATION: CWS ooo19126 (1.7.258); FILE MERGED 2005/09/05 14:45:25 rt 1.7.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [80699e69809528d56c99697a2712af79d8e56a44]

INTEGRATION: CWS ooo19126 (1.5.304); FILE MERGED 2005/09/05 14:45:24 rt 1.5.304.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e2cfbb3ee42ce98860d360ec08502d81ac116cdc]

INTEGRATION: CWS ooo19126 (1.33.26); FILE MERGED 2005/09/05 14:45:24 rt 1.33.26.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bc1a220fc21b077fd0acf9368fc257b5fff684cb]

INTEGRATION: CWS ooo19126 (1.15.86); FILE MERGED 2005/09/05 14:45:23 rt 1.15.86.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [27627b56c40525ba1405825647e56014cb0f56aa]

INTEGRATION: CWS ooo19126 (1.5.258); FILE MERGED 2005/09/05 14:45:23 rt 1.5.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [155181fbdbd74ee7077911ba21591bf8f4ace297]

INTEGRATION: CWS ooo19126 (1.8.158); FILE MERGED 2005/09/05 14:45:23 rt 1.8.158.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2a221c6e607c573e426ee757d76fd09fd234d5e5]

INTEGRATION: CWS ooo19126 (1.2.508); FILE MERGED 2005/09/05 14:45:22 rt 1.2.508.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6df0da8fd6c7ad2ab84bbb61061e1fe02e34b7dc]

INTEGRATION: CWS ooo19126 (1.9.154); FILE MERGED 2005/09/05 14:45:22 rt 1.9.154.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [719abddcdb493e9dada96556db3b2f7d0df4eaa6]

INTEGRATION: CWS ooo19126 (1.18.82); FILE MERGED 2005/09/05 14:45:22 rt 1.18.82.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7947e7113e72f4c5ad6df58f9b466d8703c31b80]

INTEGRATION: CWS ooo19126 (1.23.84); FILE MERGED 2005/09/05 16:57:27 rt 1.23.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [600182e028ace47e893406b7bddbdaf093a187ad]

INTEGRATION: CWS ooo19126 (1.4.546); FILE MERGED 2005/09/05 14:45:20 rt 1.4.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [db9b1278c899f5c4d52595db756543b02604a947]

INTEGRATION: CWS ooo19126 (1.1.986); FILE MERGED 2005/09/05 14:45:20 rt 1.1.986.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e5880136da19caa7a22ded47a8a81b29fdcf3dbf]

INTEGRATION: CWS ooo19126 (1.13.258); FILE MERGED 2005/09/05 14:45:20 rt 1.13.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d896614481688e114c485a27edbe264cf113665]

INTEGRATION: CWS ooo19126 (1.100.90); FILE MERGED 2005/09/05 14:45:19 rt 1.100.90.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d34239aa8fd9fea55d5ccce44c7a845f7e22efc2]

INTEGRATION: CWS ooo19126 (1.4.258); FILE MERGED 2005/09/05 14:45:19 rt 1.4.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3a0bfd50c6dcc0ba5519b240e2fa1c47f58f82fd]

INTEGRATION: CWS ooo19126 (1.15.258); FILE MERGED 2005/09/05 14:45:19 rt 1.15.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c25525dc83ec84ab4588681c4b93addb81d7337e]

INTEGRATION: CWS ooo19126 (1.215.180); FILE MERGED 2005/09/05 14:45:18 rt 1.215.180.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f18a90f6a11c2870c52073f9a5d03638a7364285]

INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 16:57:25 rt 1.2.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e1c51ef6b217c1a488dbb8253d4428d9d1e81b1c]

INTEGRATION: CWS ooo19126 (1.37.246); FILE MERGED 2005/09/05 14:45:18 rt 1.37.246.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dbb8a9c2f05f42f11b5ca747d6539a91d0377120]

INTEGRATION: CWS ooo19126 (1.89.88); FILE MERGED 2005/09/05 14:45:18 rt 1.89.88.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [af6d4668193f8d4d07e406b05d8caef5038b6542]

INTEGRATION: CWS ooo19126 (1.17.186); FILE MERGED 2005/09/05 14:45:17 rt 1.17.186.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [53e358daf8aaf26ebca3f5ffb196d7efbcc7d47b]

INTEGRATION: CWS ooo19126 (1.10.450); FILE MERGED 2005/09/05 14:45:17 rt 1.10.450.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [08448148a4d59d4fc3a90f98ff34ec9b2c55813d]

INTEGRATION: CWS ooo19126 (1.3.546); FILE MERGED 2005/09/05 14:45:17 rt 1.3.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dcf69c9123aec51a50b40af38ace65474e878372]

INTEGRATION: CWS ooo19126 (1.44.164); FILE MERGED 2005/09/05 14:45:17 rt 1.44.164.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2dc5f37a0f7e5d7c564af78cb466d4a721265b31]

INTEGRATION: CWS ooo19126 (1.4.256); FILE MERGED 2005/09/05 14:45:17 rt 1.4.256.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b3d6d0f67010357a287aa362863769107d8bdc28]

INTEGRATION: CWS ooo19126 (1.16.184); FILE MERGED 2005/09/05 14:45:16 rt 1.16.184.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5de67c3f7f1e9002dff5065ac865386c52124773]

INTEGRATION: CWS ooo19126 (1.10.246); FILE MERGED 2005/09/05 14:45:16 rt 1.10.246.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f6b0a473112fa0bb0a23f186620882604588090]

INTEGRATION: CWS ooo19126 (1.14.258); FILE MERGED 2005/09/05 14:45:16 rt 1.14.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ba4ebe4515e7ce9b95d4d070ec491ad029f8a887]

INTEGRATION: CWS ooo19126 (1.3.556); FILE MERGED 2005/09/05 14:45:16 rt 1.3.556.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [033752e98b2dc2450f79ab7115b1f261bb52962e]

INTEGRATION: CWS ooo19126 (1.1.1.1.996); FILE MERGED 2005/09/05 14:45:16 rt 1.1.1.1.996.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4d4640f06da3ef3769fe60ec70bb8488d3368f9f]

INTEGRATION: CWS ooo19126 (1.3.546); FILE MERGED 2005/09/05 14:45:15 rt 1.3.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [48f4d88ca64ca8fa12d52e65843b9a43a1ec91df]

INTEGRATION: CWS ooo19126 (1.15.258); FILE MERGED 2005/09/05 14:45:15 rt 1.15.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c9af43364dd4078e4802504393808c9a262bec10]

INTEGRATION: CWS ooo19126 (1.17.366); FILE MERGED 2005/09/05 14:45:15 rt 1.17.366.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ef72a053084b43029dc31ecbd2e7a2493b91af68]

INTEGRATION: CWS ooo19126 (1.126.86); FILE MERGED 2005/09/05 14:45:15 rt 1.126.86.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a5eb569eebd7ea7c3305c30b94a94195570f351]

INTEGRATION: CWS ooo19126 (1.18.258); FILE MERGED 2005/09/05 14:45:14 rt 1.18.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [305b42d45b744cbd92813198b9c21b4c6e1f039b]

INTEGRATION: CWS ooo19126 (1.3.962); FILE MERGED 2005/09/05 14:45:14 rt 1.3.962.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e1d3eb4c870983be4ec058b00bb36ccd555921dc]

INTEGRATION: CWS ooo19126 (1.5.272); FILE MERGED 2005/09/05 14:45:14 rt 1.5.272.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3ef1049ac09207273d9005f20bf38d8bac2761a4]

INTEGRATION: CWS ooo19126 (1.4.246); FILE MERGED 2005/09/05 14:45:14 rt 1.4.246.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d1ba73a35742cc9a7f22d047773f58a6d31de5c0]

INTEGRATION: CWS ooo19126 (1.5.252); FILE MERGED 2005/09/05 14:45:13 rt 1.5.252.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [17cdf920dba857a7932795e60fbca5111e2571a2]

INTEGRATION: CWS ooo19126 (1.31.258); FILE MERGED 2005/09/05 14:45:13 rt 1.31.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d49a63f9313ff3f03031483a18001bb04754b35]

INTEGRATION: CWS ooo19126 (1.21.184); FILE MERGED 2005/09/05 14:45:13 rt 1.21.184.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f9df12adb0c332d86ae5420d83b1449c2869176b]

INTEGRATION: CWS ooo19126 (1.11.182); FILE MERGED 2005/09/05 14:45:13 rt 1.11.182.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b336da8d3bbf76a65170acaaa9c92b7e72045508]

INTEGRATION: CWS ooo19126 (1.4.246); FILE MERGED 2005/09/05 14:45:12 rt 1.4.246.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b6a836580178ad3cb7f3510b98c83ed2565e207a]

INTEGRATION: CWS ooo19126 (1.5.546); FILE MERGED 2005/09/05 14:45:12 rt 1.5.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c5287cdd46622c7c5501b55eb5816acb5293dbee]

INTEGRATION: CWS ooo19126 (1.7.546); FILE MERGED 2005/09/05 14:45:12 rt 1.7.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [072822ed00e5e596855207ee3e663247e7d625ae]

INTEGRATION: CWS ooo19126 (1.5.960); FILE MERGED 2005/09/05 14:45:12 rt 1.5.960.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0b716b2d279942c1fbc23e742fd06bbcaab1da27]

INTEGRATION: CWS ooo19126 (1.14.546); FILE MERGED 2005/09/05 14:45:12 rt 1.14.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8c4d8a73858ff499fbd7da4551b0d58053e0c5d7]

INTEGRATION: CWS ooo19126 (1.17.258); FILE MERGED 2005/09/05 14:45:11 rt 1.17.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [020231490ae8dfe447b1797dfdf626718fa186b1]

INTEGRATION: CWS ooo19126 (1.32.252); FILE MERGED 2005/09/05 14:45:11 rt 1.32.252.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ffca3d5816050f32ad69177d34b4b1ed3c62634e]

INTEGRATION: CWS ooo19126 (1.11.288); FILE MERGED 2005/09/05 14:45:11 rt 1.11.288.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [13514825ddbd30a1926af4272f51220d090793e5]

INTEGRATION: CWS ooo19126 (1.8.256); FILE MERGED 2005/09/05 14:45:11 rt 1.8.256.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [579af09a7e88a5aa2383d4a995f8c44d9c725efe]

INTEGRATION: CWS ooo19126 (1.5.546); FILE MERGED 2005/09/05 14:45:11 rt 1.5.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [95527a250f65f65c67cbf7f29f54a2781b68e2b2]

INTEGRATION: CWS ooo19126 (1.4.546); FILE MERGED 2005/09/05 14:45:10 rt 1.4.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4b68aabed50630876af6d4abaf2f33aa1d905748]

INTEGRATION: CWS ooo19126 (1.21.182); FILE MERGED 2005/09/05 14:45:10 rt 1.21.182.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4e4b4ba11adc501e6844337d3f83232beeb3330e]

INTEGRATION: CWS ooo19126 (1.3.546); FILE MERGED 2005/09/05 14:45:10 rt 1.3.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bd416385e8ebd9a5e85e2b9dba31716db1dd0850]

INTEGRATION: CWS ooo19126 (1.4.272); FILE MERGED 2005/09/05 14:45:10 rt 1.4.272.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c02584d11d110382a510f907c9e4b6f3996a56a2]

INTEGRATION: CWS ooo19126 (1.2.546); FILE MERGED 2005/09/05 14:45:09 rt 1.2.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1abc56fe7b2dfe5f3d601bbc8ac73aa6f029fde0]

INTEGRATION: CWS ooo19126 (1.16.422); FILE MERGED 2005/09/05 14:45:09 rt 1.16.422.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [77b321e25b72f64cd0b05096cbfe4791992a947e]

INTEGRATION: CWS ooo19126 (1.44.422); FILE MERGED 2005/09/05 14:45:08 rt 1.44.422.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5004726c4a80cc714cee9e8aaf5441620bce9293]

INTEGRATION: CWS ooo19126 (1.27.422); FILE MERGED 2005/09/05 14:45:08 rt 1.27.422.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [442c5fb77e2ed679d1dade63e829a7119da4a352]

INTEGRATION: CWS ooo19126 (1.6.448); FILE MERGED 2005/09/05 14:45:08 rt 1.6.448.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d220232c718ef11ff51c1d9dd28defa4dcaf2239]

INTEGRATION: CWS ooo19126 (1.4.212); FILE MERGED 2005/09/05 14:45:07 rt 1.4.212.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c3c978dbcb961ebbf8569a2f2caf060cdebd0448]

INTEGRATION: CWS ooo19126 (1.37.418); FILE MERGED 2005/09/05 14:45:06 rt 1.37.418.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [64dc9f6f7fd53453a2b473b7327151e73c8e116f]

INTEGRATION: CWS ooo19126 (1.36.216); FILE MERGED 2005/09/05 14:45:06 rt 1.36.216.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf99371ca206dc2fa386baa99f301a7858922676]

INTEGRATION: CWS ooo19126 (1.3.972); FILE MERGED 2005/09/05 14:45:06 rt 1.3.972.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [185fcb4421e3a6f023c7b498c7b5382417232cd8]

INTEGRATION: CWS ooo19126 (1.3.980); FILE MERGED 2005/09/05 14:45:05 rt 1.3.980.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b26ae27cb439d407542969084567093f81556f21]

INTEGRATION: CWS ooo19126 (1.3.196); FILE MERGED 2005/09/05 14:45:05 rt 1.3.196.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [50b90111d39fa02dfdc0689dbde5669ffc888423]

INTEGRATION: CWS ooo19126 (1.16.194); FILE MERGED 2005/09/05 14:45:05 rt 1.16.194.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1cf29a83174b085b9a0f0ed38deb6d8c956b130f]

INTEGRATION: CWS ooo19126 (1.3.546); FILE MERGED 2005/09/05 14:45:05 rt 1.3.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6bb49db0307a9676c51ad7e065ee1353cb879467]

INTEGRATION: CWS ooo19126 (1.5.164); FILE MERGED 2005/09/05 14:45:04 rt 1.5.164.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [45a978d2c8268dee4bd776acf89c1efcfeb300cb]

INTEGRATION: CWS ooo19126 (1.3.184); FILE MERGED 2005/09/05 14:45:04 rt 1.3.184.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4ea8c5aeadb76b3494a517d74c6c2b3c069b5b83]

INTEGRATION: CWS ooo19126 (1.9.258); FILE MERGED 2005/09/05 14:45:04 rt 1.9.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [29b123e5e2e39b49f7e2cafc1932eb6520a1b302]

INTEGRATION: CWS ooo19126 (1.29.246); FILE MERGED 2005/09/05 14:45:03 rt 1.29.246.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d31ff03e27971bfca086f1e630ea673627384d9f]

INTEGRATION: CWS ooo19126 (1.8.404); FILE MERGED 2005/09/05 14:45:03 rt 1.8.404.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ebe413b9170598afa2f163b85f60c96ede9d749]

INTEGRATION: CWS ooo19126 (1.16.404); FILE MERGED 2005/09/05 14:45:03 rt 1.16.404.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e7b7b1d9902deff03d383fbaeac1088e08aa48fa]

INTEGRATION: CWS ooo19126 (1.4.546); FILE MERGED 2005/09/05 14:45:03 rt 1.4.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3b908b47a77230bf7f8363b3cddc44c1a9b1ac9]

INTEGRATION: CWS ooo19126 (1.36.2); FILE MERGED 2005/09/05 14:45:03 rt 1.36.2.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [176c8107ad9364ebf6dd7c5aaf539e4048971f00]

INTEGRATION: CWS ooo19126 (1.30.342); FILE MERGED 2005/09/05 14:45:02 rt 1.30.342.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a5f8f5920be7758be306ac8bffb5a12c87b5af65]

INTEGRATION: CWS ooo19126 (1.114.150); FILE MERGED 2005/09/05 14:45:02 rt 1.114.150.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [474d6b5824b268e8cde1f4b8259227a95b6fca07]

INTEGRATION: CWS ooo19126 (1.3.366); FILE MERGED 2005/09/05 14:45:01 rt 1.3.366.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [49f73c4b2a1f26a5918b1579c248de0b50a69514]

INTEGRATION: CWS ooo19126 (1.20.246); FILE MERGED 2005/09/05 14:45:01 rt 1.20.246.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e02140251b60658970b45694306157563ac13b21]

INTEGRATION: CWS ooo19126 (1.2.546); FILE MERGED 2005/09/05 14:45:00 rt 1.2.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [89325eec52a1ea82ae603cdb7ad7c961cc8b329b]

INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 14:45:00 rt 1.2.452.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [31f5059e54c07be13fa39923b1995ba3a8a9bcce]

INTEGRATION: CWS ooo19126 (1.6.196); FILE MERGED 2005/09/05 14:45:00 rt 1.6.196.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9fe66d893f33c03909e2ddbcd159ee8f6cca3c92]

INTEGRATION: CWS ooo19126 (1.67.2); FILE MERGED 2005/09/05 14:45:00 rt 1.67.2.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ec3420275cfed4c4d0e05a5804d6f82e6ab23308]

INTEGRATION: CWS ooo19126 (1.18.362); FILE MERGED 2005/09/05 14:44:59 rt 1.18.362.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aa7414086c16d0f85871635f93993353f280629f]

INTEGRATION: CWS ooo19126 (1.8.196); FILE MERGED 2005/09/05 14:44:59 rt 1.8.196.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [822d04caaeb918fd370896beeb5826e838deeb94]

INTEGRATION: CWS ooo19126 (1.5.152); FILE MERGED 2005/09/05 14:44:59 rt 1.5.152.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5e0539b9d1b136a68f341e2ec675731e18c87fb4]

INTEGRATION: CWS ooo19126 (1.19.546); FILE MERGED 2005/09/05 14:44:59 rt 1.19.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [612e2f7c978548921970a268314eb9886b1c031b]

INTEGRATION: CWS ooo19126 (1.50.2); FILE MERGED 2005/09/05 14:44:58 rt 1.50.2.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [78ae54243273b526d3f2d3fff561709380e62ab3]

INTEGRATION: CWS ooo19126 (1.2.546); FILE MERGED 2005/09/05 14:44:58 rt 1.2.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8911c8b2e15ad47fb519fb0ac6485102568c50c6]

INTEGRATION: CWS ooo19126 (1.4.420); FILE MERGED 2005/09/05 14:44:58 rt 1.4.420.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eae24a91ed87a3f0816e37e1cb1a5db491411bea]

INTEGRATION: CWS ooo19126 (1.9.72); FILE MERGED 2005/09/05 14:44:58 rt 1.9.72.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [037d2b43bb1451f2f1a6f9c7589a2e635c7647ad]

INTEGRATION: CWS ooo19126 (1.34.86); FILE MERGED 2005/09/05 14:44:57 rt 1.34.86.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [81f1626f7c54c22de6632d06c74d4f019a5a483d]

INTEGRATION: CWS ooo19126 (1.82.84); FILE MERGED 2005/09/05 14:44:57 rt 1.82.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [21137c52a9615b8e7d49e75da0104c8438193ca5]

INTEGRATION: CWS ooo19126 (1.13.86); FILE MERGED 2005/09/05 14:44:56 rt 1.13.86.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [97d03f44996f7319b39e7fd46a2596aedadec620]

INTEGRATION: CWS ooo19126 (1.4.84); FILE MERGED 2005/09/05 14:44:56 rt 1.4.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a2eb06d27fa7d36cd932c7e822f9375704bb1821]

INTEGRATION: CWS ooo19126 (1.15.258); FILE MERGED 2005/09/05 14:44:56 rt 1.15.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1405b2c8253d0536d2030b89814031652b0320bb]

INTEGRATION: CWS ooo19126 (1.13.252); FILE MERGED 2005/09/05 14:44:56 rt 1.13.252.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a0bc79fa1c743d2ce4e45fa6d11c02310e33176c]

INTEGRATION: CWS ooo19126 (1.6.546); FILE MERGED 2005/09/05 14:44:56 rt 1.6.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [07934667d3d5036b93338ed5b7ecfaf2f1be05a2]

INTEGRATION: CWS ooo19126 (1.19.366); FILE MERGED 2005/09/05 14:44:55 rt 1.19.366.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [33575fdd496e3c3e0f9cf97c000d973bae805e8b]

INTEGRATION: CWS ooo19126 (1.203.40); FILE MERGED 2005/09/05 14:44:55 rt 1.203.40.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [478ee15ab8e87a9f283ea6a8497394331d7b9f61]

INTEGRATION: CWS ooo19126 (1.28.194); FILE MERGED 2005/09/05 14:44:54 rt 1.28.194.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ebe0de5fcb301349fc2e54125218e7e5e060a778]

INTEGRATION: CWS ooo19126 (1.34.88); FILE MERGED 2005/09/05 14:44:54 rt 1.34.88.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f7ca278b3f3ad2f8acfc0c946cfd07c3a666e4ed]

INTEGRATION: CWS ooo19126 (1.9.256); FILE MERGED 2005/09/05 14:44:54 rt 1.9.256.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a61140bda212729fba217a9bd3cb07e8565b973]

INTEGRATION: CWS ooo19126 (1.2.546); FILE MERGED 2005/09/05 14:44:54 rt 1.2.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b52a9375205b273556933747cecb26f3502b2ba4]

INTEGRATION: CWS ooo19126 (1.15.90); FILE MERGED 2005/09/05 14:44:54 rt 1.15.90.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4a878c97747f3934e39b7b1d11244d3b0ac8338a]

INTEGRATION: CWS ooo19126 (1.14.424); FILE MERGED 2005/09/05 14:44:53 rt 1.14.424.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [af947c368634edcbcacbdcb88be88fb77066593a]

INTEGRATION: CWS ooo19126 (1.3.486); FILE MERGED 2005/09/05 14:44:53 rt 1.3.486.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [07dbd115781d6874ba789568e67087c59477203f]

INTEGRATION: CWS ooo19126 (1.22.196); FILE MERGED 2005/09/05 14:44:53 rt 1.22.196.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c4caae0d860fda3bf07f3a457f8b3f9fefa4fb7]

INTEGRATION: CWS ooo19126 (1.2.546); FILE MERGED 2005/09/05 14:44:53 rt 1.2.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e1ff1ad99d6e15a0fdcfd218acadb647713f6a2]

INTEGRATION: CWS ooo19126 (1.8.546); FILE MERGED 2005/09/05 14:44:53 rt 1.8.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0202e2755e22462f72954d955bf24071acedda21]

INTEGRATION: CWS ooo19126 (1.2.546); FILE MERGED 2005/09/05 14:44:52 rt 1.2.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6d3e6141acface1687691a74d1717fbf4ddf6f5e]

INTEGRATION: CWS ooo19126 (1.5.496); FILE MERGED 2005/09/05 14:44:52 rt 1.5.496.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f0007e49df361a0073e5dd8af30cba6d86f15a86]

INTEGRATION: CWS ooo19126 (1.9.2); FILE MERGED 2005/09/05 14:44:52 rt 1.9.2.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a4168c5aed2a1e18fe3681dd9af6e7f3d34f4d9c]

INTEGRATION: CWS ooo19126 (1.5.366); FILE MERGED 2005/09/05 14:44:52 rt 1.5.366.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4cd306fb790886e40a59fd07a0ef1d4867dfc78c]

INTEGRATION: CWS ooo19126 (1.7.184); FILE MERGED 2005/09/05 14:44:51 rt 1.7.184.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [60bb98ed2b7b61da45a9abc49ab08805ed73e34f]

INTEGRATION: CWS ooo19126 (1.17.184); FILE MERGED 2005/09/05 14:44:51 rt 1.17.184.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [15d607681f0d3e99bb9ab574c6965289887e7f26]

INTEGRATION: CWS ooo19126 (1.19.74); FILE MERGED 2005/09/05 14:44:51 rt 1.19.74.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1caf76d89aa2a28944ad1483c5730b8d78d59dd9]

INTEGRATION: CWS ooo19126 (1.5.196); FILE MERGED 2005/09/05 14:44:51 rt 1.5.196.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c772280ae27aa2902f4c470cfca96bf635f7f8a]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:44:51 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [145d4c35f52ce3f4e3ee9a2e03833746c4f09ecd]

INTEGRATION: CWS ooo19126 (1.3.546); FILE MERGED 2005/09/05 14:44:50 rt 1.3.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4ff44c3194e30720db74219e74a9b7f08acd6b62]

INTEGRATION: CWS ooo19126 (1.20.184); FILE MERGED 2005/09/05 14:44:50 rt 1.20.184.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [87e74bf2661ae5c77b93db0e9a6c794e27051168]

INTEGRATION: CWS ooo19126 (1.2.546); FILE MERGED 2005/09/05 14:44:50 rt 1.2.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e43532c17e50282896fea7d3338acf20850a3504]

INTEGRATION: CWS ooo19126 (1.9.360); FILE MERGED 2005/09/05 14:44:50 rt 1.9.360.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da6fdc1e7c63265faa0de8fbd952951a56161b88]

INTEGRATION: CWS ooo19126 (1.2.546); FILE MERGED 2005/09/05 14:44:49 rt 1.2.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c1bd29113f6c9d62e84b57e6d7196b6360f4b600]

INTEGRATION: CWS ooo19126 (1.12.274); FILE MERGED 2005/09/05 14:44:49 rt 1.12.274.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [83f51c170fd3732664d3690a8e5514001cb75cd8]

INTEGRATION: CWS ooo19126 (1.13.82); FILE MERGED 2005/09/05 14:44:49 rt 1.13.82.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d0285ae2ed101c1dec562ef567975e88957fe15d]

INTEGRATION: CWS ooo19126 (1.16.366); FILE MERGED 2005/09/05 14:44:49 rt 1.16.366.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6fb88e52fbc0b9c919363f41353452ae8ae707a9]

INTEGRATION: CWS ooo19126 (1.35.186); FILE MERGED 2005/09/05 14:44:49 rt 1.35.186.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [188affe212f6df75ade1e8b5105a7111d76715e6]

INTEGRATION: CWS ooo19126 (1.9.310); FILE MERGED 2005/09/05 14:44:48 rt 1.9.310.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [38fecb4b0b05a51cbcf3a7b5f486f2bda39cc98d]

INTEGRATION: CWS ooo19126 (1.2.366); FILE MERGED 2005/09/05 14:44:48 rt 1.2.366.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a8fadb9b2816a4ec893c9d9ff9b05f2478b1a95]

INTEGRATION: CWS ooo19126 (1.9.424); FILE MERGED 2005/09/05 14:44:48 rt 1.9.424.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d54170da2dcbc4b52575618d70f26824f7a0043e]

INTEGRATION: CWS ooo19126 (1.4.546); FILE MERGED 2005/09/05 14:44:48 rt 1.4.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [49ea7c9cb11858379c24fd21f7d0fc5033bbf7f6]

INTEGRATION: CWS ooo19126 (1.2.196); FILE MERGED 2005/09/05 14:44:47 rt 1.2.196.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a0a36b1b5283dfda7238619735dec3845691005e]

INTEGRATION: CWS ooo19126 (1.2.836); FILE MERGED 2005/09/05 14:44:47 rt 1.2.836.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [889565b2327a944c4bc22fef642e11b95da18469]

INTEGRATION: CWS ooo19126 (1.5.448); FILE MERGED 2005/09/05 14:44:47 rt 1.5.448.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [723cbc6812e7a988563f3a215e347ecb235fd858]

INTEGRATION: CWS ooo19126 (1.4.448); FILE MERGED 2005/09/05 14:44:47 rt 1.4.448.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [23e907fb6ba4d1d89c1a9a31da04559bbfa9de9b]

INTEGRATION: CWS ooo19126 (1.6.424); FILE MERGED 2005/09/05 14:44:47 rt 1.6.424.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [375128f5fe04d6c5fbed8c90562768e407cb00b6]

INTEGRATION: CWS ooo19126 (1.15.76); FILE MERGED 2005/09/05 14:44:46 rt 1.15.76.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [efc6832fdb5514e2614964a887e771289346ba85]

INTEGRATION: CWS ooo19126 (1.6.366); FILE MERGED 2005/09/05 14:44:46 rt 1.6.366.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5367691a4e40883ade0bc76573a7a3cc14abcd50]

INTEGRATION: CWS ooo19126 (1.5.366); FILE MERGED 2005/09/05 14:44:46 rt 1.5.366.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f8b5a0bda8aef9789a185f4aa75bf21b56d9dda1]

INTEGRATION: CWS ooo19126 (1.8.72); FILE MERGED 2005/09/05 14:44:46 rt 1.8.72.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a2e322785dc963fd7d36568693bd380e81a1aec]

INTEGRATION: CWS ooo19126 (1.12.196); FILE MERGED 2005/09/05 14:44:45 rt 1.12.196.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2c4a9db9d9521298bf8760d93953fb4fddf3d46c]

INTEGRATION: CWS ooo19126 (1.5.366); FILE MERGED 2005/09/05 14:44:45 rt 1.5.366.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [92f6c63aedcfd81e681ece46b9f567721c9c3116]

INTEGRATION: CWS ooo19126 (1.5.258); FILE MERGED 2005/09/05 14:44:45 rt 1.5.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a8bb262deb0ec8b1bf4dcec03330f19d0dbb1c7d]

INTEGRATION: CWS ooo19126 (1.6.184); FILE MERGED 2005/09/05 14:44:45 rt 1.6.184.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [25bef2a8b82a1cec55efe3c55765e9b4f871002a]

INTEGRATION: CWS ooo19126 (1.26.246); FILE MERGED 2005/09/05 14:44:44 rt 1.26.246.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a6d18c931be49e85a048cb792be308143a6d1016]

INTEGRATION: CWS ooo19126 (1.18.136); FILE MERGED 2005/09/05 14:44:44 rt 1.18.136.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7b3b026036eaba21da38000741acc916dd4f0614]

INTEGRATION: CWS ooo19126 (1.7.330); FILE MERGED 2005/09/05 14:44:43 rt 1.7.330.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a81437721559cef763a6b1404b4266fd20c6bde3]

INTEGRATION: CWS ooo19126 (1.5.372); FILE MERGED 2005/09/05 14:44:43 rt 1.5.372.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [562e4e621fed11b90bda19cec15a7ddb8881f2c2]

INTEGRATION: CWS ooo19126 (1.15.330); FILE MERGED 2005/09/05 14:44:43 rt 1.15.330.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c1dc0ea99be4cf23fe55073cbace3763f4e46192]

INTEGRATION: CWS ooo19126 (1.5.216); FILE MERGED 2005/09/05 14:44:43 rt 1.5.216.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [53ec49a458697c1619f75fadeec480393598eba9]

INTEGRATION: CWS ooo19126 (1.4.272); FILE MERGED 2005/09/05 14:44:43 rt 1.4.272.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2434ede1bd58cd1117416588484fd2e706ecb159]

INTEGRATION: CWS ooo19126 (1.7.258); FILE MERGED 2005/09/05 14:44:42 rt 1.7.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a7804caf87f4d2dbdf84f545467dfca02ccf051]

INTEGRATION: CWS ooo19126 (1.33.272); FILE MERGED 2005/09/05 14:44:42 rt 1.33.272.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1b47c35ca092c24be97f5f1e0486d4cf1d9fdfc3]

INTEGRATION: CWS ooo19126 (1.9.166); FILE MERGED 2005/09/05 14:44:42 rt 1.9.166.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e919573a1d4cbdf347805611a99a6ae06c1232c7]

INTEGRATION: CWS ooo19126 (1.8.546); FILE MERGED 2005/09/05 14:44:42 rt 1.8.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bf5c7076c433d3c67bb56786976b855aa54e9f39]

INTEGRATION: CWS ooo19126 (1.51.162); FILE MERGED 2005/09/05 14:44:42 rt 1.51.162.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5c29b915b1f18ac0b5ca7625f0e8f1cf8700ca8d]

INTEGRATION: CWS ooo19126 (1.5.82); FILE MERGED 2005/09/05 14:44:41 rt 1.5.82.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [299f141ea6eb99b417651a9d5a6ae88a31dd79b7]

INTEGRATION: CWS ooo19126 (1.16.246); FILE MERGED 2005/09/05 14:44:41 rt 1.16.246.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6aa25289c0a8b570eecb578f6b63b20f59c12f55]

INTEGRATION: CWS ooo19126 (1.4.452); FILE MERGED 2005/09/05 14:44:41 rt 1.4.452.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [924584f01393cf9d90107720b1756b5cba045990]

INTEGRATION: CWS ooo19126 (1.18.184); FILE MERGED 2005/09/05 14:44:41 rt 1.18.184.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [34f552ade795e80dc11f05e61a5177d35befaaca]

INTEGRATION: CWS ooo19126 (1.12.272); FILE MERGED 2005/09/05 14:44:40 rt 1.12.272.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e344c5e06b340ec654e1cb60fa3a9b331bf4d418]

INTEGRATION: CWS ooo19126 (1.72.162); FILE MERGED 2005/09/05 14:44:40 rt 1.72.162.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b485967b6074591a52126442a6727ee2a55e7865]

INTEGRATION: CWS ooo19126 (1.18.258); FILE MERGED 2005/09/05 14:44:40 rt 1.18.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [232d2529e52d99e85b482de667fe84fb51d141ef]

INTEGRATION: CWS ooo19126 (1.35.272); FILE MERGED 2005/09/05 14:44:40 rt 1.35.272.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [96ca45ab57ea9168265738cd0910dcf9c7613493]

INTEGRATION: CWS ooo19126 (1.39.86); FILE MERGED 2005/09/05 14:44:39 rt 1.39.86.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [09497e733b34c5c21334227c70787b3c3db535cc]

INTEGRATION: CWS ooo19126 (1.2.958); FILE MERGED 2005/09/05 14:44:39 rt 1.2.958.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f2e9c225ac353db3af766852be43b47b0cd0dba3]

INTEGRATION: CWS ooo19126 (1.3.246); FILE MERGED 2005/09/05 14:44:39 rt 1.3.246.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [857ddbd4230e046c4813039fde282998306aeec9]

INTEGRATION: CWS ooo19126 (1.29.556); FILE MERGED 2005/09/05 14:44:38 rt 1.29.556.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [204ba8e6af6f2eee8be1209e3e469aff13b91c9d]

INTEGRATION: CWS ooo19126 (1.4.546); FILE MERGED 2005/09/05 14:44:38 rt 1.4.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2fbf49806d41707add1fc0f25c8009aa0219a86b]

INTEGRATION: CWS ooo19126 (1.55.90); FILE MERGED 2005/09/05 14:44:38 rt 1.55.90.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [75f94ad65fad880e789801a3f4fb9015e72b3886]

INTEGRATION: CWS ooo19126 (1.44.122); FILE MERGED 2005/09/05 14:44:38 rt 1.44.122.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f71c271bbb648ca0edd4d51a5cb499160ecdd517]

INTEGRATION: CWS ooo19126 (1.57.86); FILE MERGED 2005/09/05 14:44:37 rt 1.57.86.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4b45bb7e9beb003aa0fe95c14243d80b36294c50]

INTEGRATION: CWS ooo19126 (1.3.546); FILE MERGED 2005/09/05 14:44:37 rt 1.3.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a84752ab25cc70f794385369a40be16d7e10eb8]

INTEGRATION: CWS ooo19126 (1.9.546); FILE MERGED 2005/09/05 14:44:37 rt 1.9.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0289421eb0b00bcaed69c67d21ddb951a32332ab]

INTEGRATION: CWS ooo19126 (1.53.218); FILE MERGED 2005/09/05 14:44:37 rt 1.53.218.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [753291abec4ec3dc434723178a1b3380246947fb]

INTEGRATION: CWS ooo19126 (1.4.168); FILE MERGED 2005/09/05 14:44:36 rt 1.4.168.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [314093f02075959cef7ac52a2665a45a5ab1bb5f]

INTEGRATION: CWS ooo19126 (1.4.452); FILE MERGED 2005/09/05 14:44:36 rt 1.4.452.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4254f30753385c987fa580b6c76a55005ca0ddbc]

INTEGRATION: CWS ooo19126 (1.16.258); FILE MERGED 2005/09/05 14:44:36 rt 1.16.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a5e0d8ec08aa10b56ee1da59ce81baf197d6225a]

INTEGRATION: CWS ooo19126 (1.2.546); FILE MERGED 2005/09/05 14:44:36 rt 1.2.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5a484c8c270cd9d74eaed0649fc803697809608c]

INTEGRATION: CWS ooo19126 (1.4.556); FILE MERGED 2005/09/05 14:44:36 rt 1.4.556.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [32d1b5c36843a095e4e8b2926b1e1ee7a7f741e9]

INTEGRATION: CWS ooo19126 (1.30.166); FILE MERGED 2005/09/05 14:44:35 rt 1.30.166.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5f195a7ac5ff8df80b9ad49e423da86c40ab88e1]

INTEGRATION: CWS ooo19126 (1.3.556); FILE MERGED 2005/09/05 14:44:35 rt 1.3.556.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3988e9115be4fafd761fe5b16382a238588e29a6]

INTEGRATION: CWS ooo19126 (1.18.242); FILE MERGED 2005/09/05 14:44:35 rt 1.18.242.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b6571676c88dd7615db721ff142a3f216161903]

INTEGRATION: CWS ooo19126 (1.2.184); FILE MERGED 2005/09/05 14:44:33 rt 1.2.184.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2e4f8f43951638924df5e52d5654862c04006653]

INTEGRATION: CWS ooo19126 (1.2.184); FILE MERGED 2005/09/05 14:44:32 rt 1.2.184.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9897fb9b2afb21d058503d520fefe406fb61f521]

INTEGRATION: CWS ooo19126 (1.7.546); FILE MERGED 2005/09/05 14:43:45 rt 1.7.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [baad83884c8e556ade02c9e3dbeec023efd4b7b7]

INTEGRATION: CWS ooo19126 (1.45.546); FILE MERGED 2005/09/05 14:43:45 rt 1.45.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9789ba415e4273fb3932853dcce9693f94c9baa2]

INTEGRATION: CWS ooo19126 (1.8.258); FILE MERGED 2005/09/05 14:43:45 rt 1.8.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [92aad81f7497612a40c7b88cdb84c336a382118d]

INTEGRATION: CWS ooo19126 (1.15.546); FILE MERGED 2005/09/05 14:43:43 rt 1.15.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7836aa23234f46c63ca445d4fb8603cd93c51836]

INTEGRATION: CWS ooo19126 (1.5.546); FILE MERGED 2005/09/05 14:43:43 rt 1.5.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [00037aeddaff152c3281ae5df9d6699ca3c9703e]

INTEGRATION: CWS ooo19126 (1.6.546); FILE MERGED 2005/09/05 14:43:43 rt 1.6.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7f0e2abc5426eecd61fba881062462f02551ff3a]

INTEGRATION: CWS ooo19126 (1.4.546); FILE MERGED 2005/09/05 14:43:43 rt 1.4.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2fe3f53bce383b3447d4332778a7a6b45c6ca5ac]

INTEGRATION: CWS ooo19126 (1.3.546); FILE MERGED 2005/09/05 14:43:42 rt 1.3.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f5df0d7f45b5b373d1838ba53364b0f9aff8fca8]

INTEGRATION: CWS ooo19126 (1.6.546); FILE MERGED 2005/09/05 14:43:42 rt 1.6.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [62730430d450af912ebc081a76f5a28192553486]

INTEGRATION: CWS ooo19126 (1.58.546); FILE MERGED 2005/09/05 14:43:42 rt 1.58.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d048263da1c7e37f644826e8f6ddd291057b3577]

INTEGRATION: CWS ooo19126 (1.4.546); FILE MERGED 2005/09/05 14:43:41 rt 1.4.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [008c2406031fc3aaaa5c78c8afef2cafd479a839]

INTEGRATION: CWS ooo19126 (1.22.546); FILE MERGED 2005/09/05 14:43:40 rt 1.22.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7380bac111004efa9cc43a42de52f32fad73e933]

INTEGRATION: CWS ooo19126 (1.4.474); FILE MERGED 2005/09/05 14:43:40 rt 1.4.474.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [850ffa72a09a75776697d002c39b324dd66600af]

INTEGRATION: CWS ooo19126 (1.9.258); FILE MERGED 2005/09/05 14:43:40 rt 1.9.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e2af22a08cb63903c1d3ae23b70a7b1632a016d7]

INTEGRATION: CWS ooo19126 (1.9.546); FILE MERGED 2005/09/05 14:43:38 rt 1.9.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [efff6b3f809fc20ed9dcd094ea73e197f3678164]

INTEGRATION: CWS ooo19126 (1.3.546); FILE MERGED 2005/09/05 14:43:38 rt 1.3.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [37cecc65575cf54bee18e9e6a4281f6d93e237c0]

INTEGRATION: CWS ooo19126 (1.32.546); FILE MERGED 2005/09/05 14:43:37 rt 1.32.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d4872df9752a30a37926c4d6077d9cefcd5eb224]

INTEGRATION: CWS ooo19126 (1.6.546); FILE MERGED 2005/09/05 14:43:37 rt 1.6.546.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e2c143f0db5450c3c8a3c1d74d3c6c9009948c57]

INTEGRATION: CWS ooo19126 (1.11.258); FILE MERGED 2005/09/05 14:43:37 rt 1.11.258.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b8779fc2d62e11ed0d9f410a6daaf9523a0503d5]

INTEGRATION: CWS ooo19126 (1.1.1.1.994); FILE MERGED 2005/09/05 14:43:36 rt 1.1.1.1.994.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3978a276c0e70132172c3a8212b3227ca5d870b4]

INTEGRATION: CWS ooo19126 (1.9.984); FILE MERGED 2005/09/05 14:43:36 rt 1.9.984.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0b8b3034bd399d2690b8c20c7e853fe64a05a020]

INTEGRATION: CWS ooo19126 (1.2.992); FILE MERGED 2005/09/05 14:43:36 rt 1.2.992.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [67c634ae9719bc379d54fcc3d040fc575458550a]

INTEGRATION: CWS ooo19126 (1.4.988); FILE MERGED 2005/09/05 14:43:35 rt 1.4.988.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [83c9662d6b0b86ab068c44418ffda46b19826920]

INTEGRATION: CWS ooo19126 (1.4.984); FILE MERGED 2005/09/05 14:43:35 rt 1.4.984.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f47e90e5fee6693056feaf2bbac685387e22f0f1]

INTEGRATION: CWS ooo19126 (1.4.984); FILE MERGED 2005/09/05 14:43:34 rt 1.4.984.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5eaa507819ac6b567b4e4fe568b5c1459d4549ea]

INTEGRATION: CWS ooo19126 (1.9.988); FILE MERGED 2005/09/05 14:43:34 rt 1.9.988.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e7d84cc75f3df5891cd9446250072df94ea2cd7f]

INTEGRATION: CWS ooo19126 (1.27.984); FILE MERGED 2005/09/05 14:43:34 rt 1.27.984.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [00c5e694e0a59bc3ad4b486e8af8af27f3e31884]

INTEGRATION: CWS ooo19126 (1.14.988); FILE MERGED 2005/09/05 14:43:33 rt 1.14.988.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b72a55873bf31b2b83b2682797dad2ad9dce9a5]

INTEGRATION: CWS ooo19126 (1.3.984); FILE MERGED 2005/09/05 14:43:33 rt 1.3.984.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b6246ac40cca4d45566ee337040120818c009b33]

INTEGRATION: CWS ooo19126 (1.11.984); FILE MERGED 2005/09/05 14:43:33 rt 1.11.984.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ae7cef6320f9cd471ba67b5a594e78d4071926df]

INTEGRATION: CWS ooo19126 (1.2.984); FILE MERGED 2005/09/05 14:43:33 rt 1.2.984.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [24af7038a37f0515155ddc411642a288fd76d9da]

INTEGRATION: CWS ooo19126 (1.4.984); FILE MERGED 2005/09/05 14:43:33 rt 1.4.984.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [167e617fda355f02b1ec60eb08c6075f6d7f0345]

INTEGRATION: CWS ooo19126 (1.4.836); FILE MERGED 2005/09/05 14:43:32 rt 1.4.836.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f6b36ea8cc3d0a70d5b22342052f266faaf9da1a]

INTEGRATION: CWS ooo19126 (1.2.34); FILE MERGED 2005/09/05 14:01:15 rt 1.2.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [936e3a90437c64c12bc6cb070060103e6c97235d]

INTEGRATION: CWS ooo19126 (1.15.34); FILE MERGED 2005/09/05 14:01:14 rt 1.15.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1ebc1fccb2a17cd65b0065f6f222af16f5011e9f]

INTEGRATION: CWS ooo19126 (1.11.22); FILE MERGED 2005/09/05 14:01:13 rt 1.11.22.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b38058db992ec73a27ad9bf3998b62c176d1466f]

INTEGRATION: CWS ooo19126 (1.15.66); FILE MERGED 2005/09/05 14:01:13 rt 1.15.66.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a33e56152acbdeafe0a43ca843cbbae82851730f]

INTEGRATION: CWS ooo19126 (1.50.54); FILE MERGED 2005/09/05 14:01:12 rt 1.50.54.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5ab005f2fdd69df7c58e24694366a7029dec9caf]

INTEGRATION: CWS ooo19126 (1.18.54); FILE MERGED 2005/09/05 14:01:12 rt 1.18.54.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b103e5775e73f1282a4c7dadd8e941fbaf1cc134]

INTEGRATION: CWS ooo19126 (1.21.34); FILE MERGED 2005/09/05 14:01:12 rt 1.21.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [120244012265bc0d970efdbff8681c1684e0b5e2]

INTEGRATION: CWS ooo19126 (1.2.200); FILE MERGED 2005/09/05 14:01:12 rt 1.2.200.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [18a7e960c9dbb1d3d46430ee39dd4d05a112e24e]

INTEGRATION: CWS ooo19126 (1.14.34); FILE MERGED 2005/09/05 14:01:11 rt 1.14.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2c53513922a09d86afe5dc1a166c31ec9deddf4f]

INTEGRATION: CWS ooo19126 (1.14.254); FILE MERGED 2005/09/05 14:01:11 rt 1.14.254.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [df171f90590c461b567d4c3e4c2249effab7a24e]

INTEGRATION: CWS ooo19126 (1.7.22); FILE MERGED 2005/09/05 14:01:11 rt 1.7.22.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bc63e94a78994182ffe7ec1b64f87e965d0eee67]

INTEGRATION: CWS ooo19126 (1.5.64); FILE MERGED 2005/09/05 14:01:10 rt 1.5.64.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a89843c752c9099ebb30e6c03186139621e82812]

INTEGRATION: CWS ooo19126 (1.4.78); FILE MERGED 2005/09/05 14:01:10 rt 1.4.78.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f7f96cdf36355bd9a6fae8f3142bf0d5768af1d3]

INTEGRATION: CWS ooo19126 (1.5.34); FILE MERGED 2005/09/05 14:01:09 rt 1.5.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3bd6e3d7d2037c4fea4bf7762b4c040b07abeeba]

INTEGRATION: CWS ooo19126 (1.2.264); FILE MERGED 2005/09/05 14:01:09 rt 1.2.264.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e8b7f2226a2d1009de9b8eadd0406eef2f12e6fc]

INTEGRATION: CWS ooo19126 (1.1.264); FILE MERGED 2005/09/05 14:01:09 rt 1.1.264.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fcac26316fe91c9cd34a49bd10ec6f886909083a]

INTEGRATION: CWS ooo19126 (1.7.34); FILE MERGED 2005/09/05 14:01:08 rt 1.7.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [56680e4f6e71e7809ea9e0c7b4da864516544741]

INTEGRATION: CWS ooo19126 (1.2.272); FILE MERGED 2005/09/05 14:01:08 rt 1.2.272.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cd52ad9902bffb0528d9e9d0aed9666116cdb3bb]

INTEGRATION: CWS ooo19126 (1.3.34); FILE MERGED 2005/09/05 14:01:08 rt 1.3.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9b2cf6d924fa8bfba44a85aa10d75644ccb6baac]

INTEGRATION: CWS ooo19126 (1.2.270); FILE MERGED 2005/09/05 14:01:08 rt 1.2.270.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a6eea23f966f1c60606fcf0c456ea5a6b48c5400]

INTEGRATION: CWS ooo19126 (1.13.34); FILE MERGED 2005/09/05 14:01:07 rt 1.13.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e56fc77827b012d49fb09957d5a199db8c246330]

INTEGRATION: CWS ooo19126 (1.2.76); FILE MERGED 2005/09/05 14:01:06 rt 1.2.76.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [91e582aa0c06ea06acc1f95227f0f0fe1e5c3937]

INTEGRATION: CWS ooo19126 (1.1.1.1.272); FILE MERGED 2005/09/05 14:01:06 rt 1.1.1.1.272.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6c9637c2ec2c04b7004ed5614b91015711d4b213]

INTEGRATION: CWS ooo19126 (1.6.246); FILE MERGED 2005/09/05 14:01:06 rt 1.6.246.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2920ee260cf0fb7ca2a7a9c9d4d1ab40a641ca25]

INTEGRATION: CWS ooo19126 (1.12.78); FILE MERGED 2005/09/05 14:01:05 rt 1.12.78.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d618d529e7352027a5121f77b68faeb64eab5e43]

INTEGRATION: CWS ooo19126 (1.7.116); FILE MERGED 2005/09/05 14:01:05 rt 1.7.116.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5dec0b51d22dd0857c35e68974ddaf50e27a9f39]

INTEGRATION: CWS ooo19126 (1.1.256); FILE MERGED 2005/09/05 14:01:05 rt 1.1.256.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [60593b05431e00a717d0bba4d165e00e89ef074f]

INTEGRATION: CWS ooo19126 (1.8.248); FILE MERGED 2005/09/05 14:01:05 rt 1.8.248.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a557bdaec98e4336cada46b8dea15c7f1f7bef7]

INTEGRATION: CWS ooo19126 (1.2.190); FILE MERGED 2005/09/05 14:01:05 rt 1.2.190.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [163c449b182ba2416fccf4b1df4138b237172eb4]

INTEGRATION: CWS ooo19126 (1.17.34); FILE MERGED 2005/09/05 14:01:04 rt 1.17.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a48c1c25ce609640377ea4419634482e2cf3f2e9]

INTEGRATION: CWS ooo19126 (1.31.2); FILE MERGED 2005/09/05 14:01:04 rt 1.31.2.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bf1588d6fdc818529b1f49ac83c7c935c10b313d]

INTEGRATION: CWS ooo19126 (1.2.260); FILE MERGED 2005/09/05 14:01:04 rt 1.2.260.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [28ced676c5b15070325e32d05f788da8c1d45318]

INTEGRATION: CWS ooo19126 (1.4.260); FILE MERGED 2005/09/05 14:01:04 rt 1.4.260.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [34fd6b6c8605a1f181e5503582875bc91a855a79]

INTEGRATION: CWS ooo19126 (1.9.226); FILE MERGED 2005/09/05 14:01:03 rt 1.9.226.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4235a62ca4a72f456a97d63bf206ed354bb7f1b2]

INTEGRATION: CWS ooo19126 (1.10.116); FILE MERGED 2005/09/05 14:01:03 rt 1.10.116.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7ce3b13bb675c210a4f91b68cbb629bdf4c4f309]

INTEGRATION: CWS ooo19126 (1.11.34); FILE MERGED 2005/09/05 14:01:03 rt 1.11.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3cf569ddecb649abdde93d7fb10ecb63067a82cc]

INTEGRATION: CWS ooo19126 (1.3.250); FILE MERGED 2005/09/05 14:01:02 rt 1.3.250.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f62d3ac886096d1d11f19e8ff6bd5eafccf429bd]

INTEGRATION: CWS ooo19126 (1.2.94); FILE MERGED 2005/09/05 14:01:02 rt 1.2.94.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cdf7e7baaa8aa306d46f1866a5957a4515f05f0e]

INTEGRATION: CWS ooo19126 (1.7.60); FILE MERGED 2005/09/05 14:01:02 rt 1.7.60.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [22e6e7c207772fb265405e480cb9a565cf44a9b3]

INTEGRATION: CWS ooo19126 (1.40.20); FILE MERGED 2005/09/05 14:01:01 rt 1.40.20.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ceca4609f370b6d522cbd7b21545cb0ab2ad3e31]

INTEGRATION: CWS ooo19126 (1.47.40); FILE MERGED 2005/09/05 14:01:01 rt 1.47.40.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [658421a344ccd6e77d72ec2b958c30980eab05d2]

INTEGRATION: CWS ooo19126 (1.17.30); FILE MERGED 2005/09/05 14:01:01 rt 1.17.30.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fc86d64c3ca8a08047b72597995eb4905e0041a0]

INTEGRATION: CWS ooo19126 (1.7.34); FILE MERGED 2005/09/05 14:01:00 rt 1.7.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3622d1f43c2f693ccd88ba936bcf3181d95e5786]

INTEGRATION: CWS ooo19126 (1.11.190); FILE MERGED 2005/09/05 14:01:00 rt 1.11.190.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c569cc3a97d56bae33a49d8c6fa6b20ab23671f]

INTEGRATION: CWS ooo19126 (1.5.190); FILE MERGED 2005/09/05 14:01:00 rt 1.5.190.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [16710ad39cf87aa1e72a0c485190211550ca9b71]

INTEGRATION: CWS ooo19126 (1.1.1.1.272); FILE MERGED 2005/09/05 14:00:59 rt 1.1.1.1.272.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2f7ee2584ce3fa1e99a018490289fcee639bc5b4]

INTEGRATION: CWS ooo19126 (1.2.34); FILE MERGED 2005/09/05 14:00:59 rt 1.2.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [28863b57f2be1809457b7da7d742fe4ecfb268bd]

INTEGRATION: CWS ooo19126 (1.6.34); FILE MERGED 2005/09/05 14:00:58 rt 1.6.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [67d62c89d44e2b3446e28b6660ce699e405fe79e]

INTEGRATION: CWS ooo19126 (1.13.34); FILE MERGED 2005/09/05 14:00:58 rt 1.13.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [305c7eacf63b144f304994221ad275131e1894e8]

INTEGRATION: CWS ooo19126 (1.6.34); FILE MERGED 2005/09/05 14:00:57 rt 1.6.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [50d0dcf3042d87fd9146f625d27ede76b1d75916]

INTEGRATION: CWS ooo19126 (1.7.34); FILE MERGED 2005/09/05 14:00:57 rt 1.7.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c4b61897fc68ca8f17963a56fff47c8810650a5]

INTEGRATION: CWS ooo19126 (1.1.1.1.272); FILE MERGED 2005/09/05 14:00:56 rt 1.1.1.1.272.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3501a637b1e7a6f2adff49af201fa8150a65a5d2]

INTEGRATION: CWS ooo19126 (1.3.34); FILE MERGED 2005/09/05 14:00:56 rt 1.3.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [178a51bff9d62d83effd460d154c86e162c313f4]

INTEGRATION: CWS ooo19126 (1.2.124); FILE MERGED 2005/09/05 14:00:55 rt 1.2.124.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fa0bfe6efb585200ab71c29ba00e4159154c599a]

INTEGRATION: CWS ooo19126 (1.1.1.1.272); FILE MERGED 2005/09/05 14:00:55 rt 1.1.1.1.272.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a2294abf3056e844bc130b6a69d67cc6530e8fbf]

INTEGRATION: CWS ooo19126 (1.1.256); FILE MERGED 2005/09/05 14:00:55 rt 1.1.256.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [91c5f360ae31869df62810f0b87b8e8a2fdc4c8b]

INTEGRATION: CWS ooo19126 (1.1.264); FILE MERGED 2005/09/05 14:00:54 rt 1.1.264.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [86170cbf3488c28aceec78f78c3b371e08d4caf8]

INTEGRATION: CWS ooo19126 (1.3.34); FILE MERGED 2005/09/05 14:00:54 rt 1.3.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0700ab5a8f3a19eefc91b2e8d414ead29a2a50a4]

INTEGRATION: CWS ooo19126 (1.5.34); FILE MERGED 2005/09/05 14:00:53 rt 1.5.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [35bcdaadaf14cfdeb6f3624b047ad1009fb9e86e]

INTEGRATION: CWS ooo19126 (1.3.34); FILE MERGED 2005/09/05 14:00:53 rt 1.3.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [69d8e443ee82e4c1031b32aa8232a167f6d1fd4d]

INTEGRATION: CWS ooo19126 (1.6.34); FILE MERGED 2005/09/05 14:00:53 rt 1.6.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [77abeba695e33746a4ec15fac11e0a1725551bdf]

INTEGRATION: CWS ooo19126 (1.24.28); FILE MERGED 2005/09/05 14:00:53 rt 1.24.28.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf727aa81d9450143468a0bbc2c0d5b173631cf0]

INTEGRATION: CWS ooo19126 (1.2.34); FILE MERGED 2005/09/05 14:00:53 rt 1.2.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [794685714e691adad5451b4dfc97c94de49352e0]

INTEGRATION: CWS ooo19126 (1.2.270); FILE MERGED 2005/09/05 14:00:53 rt 1.2.270.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [73966e830181a8643739c4f3ef19ab20a7056343]

INTEGRATION: CWS ooo19126 (1.3.34); FILE MERGED 2005/09/05 14:00:52 rt 1.3.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ecd0d7d95f67732ecf5394079118383538bc6ec0]

INTEGRATION: CWS ooo19126 (1.4.34); FILE MERGED 2005/09/05 14:00:51 rt 1.4.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [20f5124f16035af69b573843b469c4b3b26e2313]

INTEGRATION: CWS ooo19126 (1.2.34); FILE MERGED 2005/09/05 14:00:51 rt 1.2.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f55c9e1a07923205ecac6e944ddbf98afbbddb8d]

INTEGRATION: CWS ooo19126 (1.5.34); FILE MERGED 2005/09/05 14:00:51 rt 1.5.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da427b72ed286529a2ebdf34ced11e2b7f80393f]

INTEGRATION: CWS ooo19126 (1.18.20); FILE MERGED 2005/09/05 14:00:50 rt 1.18.20.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1e187b4f0a085c8a775ccf2450213a365f0fcbc6]

INTEGRATION: CWS ooo19126 (1.22.34); FILE MERGED 2005/09/05 14:00:50 rt 1.22.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad7c2cc8708bbb8e99a28372872460e8d7a03ae3]

INTEGRATION: CWS ooo19126 (1.3.34); FILE MERGED 2005/09/05 14:00:50 rt 1.3.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a03ace62966c3b0e43a366e34b8f9c9998d2d591]

INTEGRATION: CWS ooo19126 (1.10.34); FILE MERGED 2005/09/05 14:00:50 rt 1.10.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8736be4160efec73c0f8e08034a655be779260c5]

INTEGRATION: CWS ooo19126 (1.8.34); FILE MERGED 2005/09/05 14:00:49 rt 1.8.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [04c7d1845a6cd268c258f4cda291346a67bb5bd2]

INTEGRATION: CWS ooo19126 (1.10.30); FILE MERGED 2005/09/05 14:00:49 rt 1.10.30.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2539ce4ea039ab3099cbeadb6cf0ea6a42c716e7]

INTEGRATION: CWS ooo19126 (1.7.34); FILE MERGED 2005/09/05 14:00:49 rt 1.7.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f58a9190fb5a96b4cc6d3601d28d6ec6b63d80d9]

INTEGRATION: CWS ooo19126 (1.11.34); FILE MERGED 2005/09/05 14:00:49 rt 1.11.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [36e82b5a382dc95794192ed265a692c29a34feec]

INTEGRATION: CWS ooo19126 (1.4.34); FILE MERGED 2005/09/05 14:00:48 rt 1.4.34.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2a0bcff2405f9a8efd55cf74fabbb31068e15c0d]

INTEGRATION: CWS ooo19126 (1.4.124); FILE MERGED 2005/09/05 17:40:19 rt 1.4.124.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [74e0e9750090510fa6307b3dd933ac7f18c9446b]

INTEGRATION: CWS ooo19126 (1.1.1.1.150); FILE MERGED 2005/09/05 17:40:19 rt 1.1.1.1.150.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d1157203a540be2b8ded0c396b8b2859eaa8b5a8]

INTEGRATION: CWS ooo19126 (1.4.136); FILE MERGED 2005/09/05 17:40:19 rt 1.4.136.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b3313d8ac9459dd46da356ae9e188f5534b4341a]

INTEGRATION: CWS ooo19126 (1.5.136); FILE MERGED 2005/09/05 17:40:19 rt 1.5.136.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [00d03c67ad0082e4b7ef35592aab4532bd2c0d5d]

INTEGRATION: CWS ooo19126 (1.1.1.1.150); FILE MERGED 2005/09/05 17:40:18 rt 1.1.1.1.150.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ff2586d03a79812e2709aaedc782c45d0d3b670f]

INTEGRATION: CWS ooo19126 (1.12.90); FILE MERGED 2005/09/05 17:40:18 rt 1.12.90.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ec49efcca2763a1d0edf4f5eeb83d450b522baa2]

INTEGRATION: CWS ooo19126 (1.1.1.1.150); FILE MERGED 2005/09/05 17:40:17 rt 1.1.1.1.150.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [659b5667621c6235352afccfd7ec34f80a121411]

INTEGRATION: CWS ooo19126 (1.10.14); FILE MERGED 2005/09/05 17:40:17 rt 1.10.14.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [73bea914021388a5a3cb2013bd39ef682d3c6042]

INTEGRATION: CWS ooo19126 (1.3.36); FILE MERGED 2005/09/05 17:40:17 rt 1.3.36.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [62e40e728e839c7200662c99c61d1259c212f4ce]

INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 17:40:17 rt 1.3.128.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a03c76c8860e2920029e6c323e6ac02a1cf7739b]

INTEGRATION: CWS ooo19126 (1.1.1.1.150); FILE MERGED 2005/09/05 17:40:16 rt 1.1.1.1.150.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d71386213c83d00893ed000ebd8dca7360da3bd9]

INTEGRATION: CWS ooo19126 (1.11.38); FILE MERGED 2005/09/05 17:40:16 rt 1.11.38.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b2d1468a967c158a6db22080f16fe45334df338f]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 17:40:16 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c185c0e6a0edf917282096992dcc54284a358431]

INTEGRATION: CWS ooo19126 (1.2.30); FILE MERGED 2005/09/05 17:40:14 rt 1.2.30.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b960247acb6a106f9c203877e023a651bb79c7ea]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 17:40:14 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a0a9ef10c775560220aa9ba7038c4f4aa027c6ea]

INTEGRATION: CWS ooo19126 (1.1.1.1.150); FILE MERGED 2005/09/05 17:40:14 rt 1.1.1.1.150.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [beaffc93158618ea86ed556977db1f2916d5b0ac]

INTEGRATION: CWS ooo19126 (1.4.138); FILE MERGED 2005/09/05 17:40:14 rt 1.4.138.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f2f6bf3ab689f69cd696033c248e58e7440edf42]

INTEGRATION: CWS ooo19126 (1.5.138); FILE MERGED 2005/09/05 17:40:13 rt 1.5.138.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [097ae3fcf3cd5f01946f70b354a4d5abf7dbf759]

INTEGRATION: CWS ooo19126 (1.1.1.1.150); FILE MERGED 2005/09/05 17:40:13 rt 1.1.1.1.150.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [31288497a2c4267fa27d57a6d243d35878ee5f27]

INTEGRATION: CWS ooo19126 (1.4.138); FILE MERGED 2005/09/05 17:40:13 rt 1.4.138.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [607266e579ac12249ee473bd55df79a409bfc008]

INTEGRATION: CWS ooo19126 (1.1.1.1.150); FILE MERGED 2005/09/05 17:40:12 rt 1.1.1.1.150.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f83cd67aecdb3cba075249682e13defa7b32f888]

INTEGRATION: CWS ooo19126 (1.7.14); FILE MERGED 2005/09/05 17:40:11 rt 1.7.14.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a7552ebe4f12d4bd6fdbdf5184e6e98245d62861]

INTEGRATION: CWS ooo19126 (1.6.138); FILE MERGED 2005/09/05 17:40:11 rt 1.6.138.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c7c2989b878087837bf5bc290c1dfa526f6deb0]

INTEGRATION: CWS ooo19126 (1.2.144); FILE MERGED 2005/09/05 17:40:11 rt 1.2.144.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc8086bce71e3ad2dbb1f3fc2d364341821c03c1]

INTEGRATION: CWS ooo19126 (1.2.104); FILE MERGED 2005/09/05 17:40:11 rt 1.2.104.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bea195f629d07207a6cd1e9babdd4678c16bd9aa]

INTEGRATION: CWS ooo19126 (1.4.138); FILE MERGED 2005/09/05 17:40:11 rt 1.4.138.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [741f1ed6193a66f7d9b4e78a31b3b028725714a2]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 17:40:11 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f28d65b926694d918bbbbfe125a77f02a05fe8e4]

INTEGRATION: CWS ooo19126 (1.1.1.1.150); FILE MERGED 2005/09/05 17:40:10 rt 1.1.1.1.150.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8cd65e7bced05901ca154722ca89c4a35fc9ad46]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 17:40:10 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [75181f762177c720684b645a76013c1432561529]

INTEGRATION: CWS ooo19126 (1.2.138); FILE MERGED 2005/09/05 17:40:10 rt 1.2.138.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6d117a8da56d08432079ba25eb1b7e3e9a61cd82]

INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 17:40:08 rt 1.2.90.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0ab5aa71056d5a288b0f6e623f6ee1c4eebadcba]

INTEGRATION: CWS ooo19126 (1.3.30); FILE MERGED 2005/09/05 18:47:14 rt 1.3.30.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6e5bd98ba730a46b69e5d38f92636a5a73965fc4]

INTEGRATION: CWS ooo19126 (1.6.106); FILE MERGED 2005/09/05 15:13:46 rt 1.6.106.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b3ccc394bf5f831f358374b4847e6c4028171009]

INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 15:13:45 rt 1.2.108.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [80bfdda2fd405ffc4d46b7b2e811ed30df535e43]

INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 15:13:44 rt 1.2.108.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [94e15f45a01846caf603e47a5484c838f97d241f]

INTEGRATION: CWS ooo19126 (1.3.104); FILE MERGED 2005/09/05 15:13:44 rt 1.3.104.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [56b68e35e10ac65cb753992860736f6a884272d4]

INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 15:13:43 rt 1.2.108.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [71799302428f4740213956f1b25f6eece70d898a]

INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 15:13:42 rt 1.2.108.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f9765bd5cfeb7ffd3cb0eb25f09dc97edd555385]

INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 15:13:41 rt 1.2.108.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cb9ad9e71252e9b6b616dcdacc177621a06b732b]

INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 15:13:40 rt 1.2.108.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [38ecbeb4f5ed9b337c84f29b9ffd501ed77865fd]

INTEGRATION: CWS ooo19126 (1.4.26); FILE MERGED 2005/09/05 15:13:39 rt 1.4.26.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e3dbad27dad3f013c3a3208e798a2a99543d19fb]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:13:37 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a1527c70caed34d39bda9d808c0c64b56ae0855b]

INTEGRATION: CWS ooo19126 (1.2.58); FILE MERGED 2005/09/05 15:13:37 rt 1.2.58.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [079daf70f5d4496381ada2e09387c8bfa7e3bdc4]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:13:36 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1a5fcbe78bd034a7d0d4809bff71479e41b922de]

INTEGRATION: CWS ooo19126 (1.2.324); FILE MERGED 2005/09/05 15:13:36 rt 1.2.324.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [491d4124c824095e772fbd94755c466f7387c4ac]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:13:35 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cbd90ce1f4a233ad4cabe48793bfe1665bdc5f53]

INTEGRATION: CWS ooo19126 (1.4.58); FILE MERGED 2005/09/05 15:13:35 rt 1.4.58.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf0f30ded66f4d1d46d0435a78f53c764be97753]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:13:34 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5e3e7c9ee24ab11da5267e8ff0c0134f00685c28]

INTEGRATION: CWS ooo19126 (1.2.58); FILE MERGED 2005/09/05 15:13:34 rt 1.2.58.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5156808d7c88d737d096db9c1f0a8222682b799b]

INTEGRATION: CWS ooo19126 (1.6.58); FILE MERGED 2005/09/05 15:13:34 rt 1.6.58.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [90455f947fda027f1bec0d89529d33a97ada4714]

INTEGRATION: CWS ooo19126 (1.3.58); FILE MERGED 2005/09/05 15:13:34 rt 1.3.58.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d45b67c21e0704c9e80dcdb91f7a2da59c9a2f89]

INTEGRATION: CWS ooo19126 (1.2.284); FILE MERGED 2005/09/05 15:13:33 rt 1.2.284.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d8220e7d2b7d1315e16001efe8cca765717bb935]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:13:33 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5868c01d5d89f2d723b2a3645ea49376e8729493]

INTEGRATION: CWS ooo19126 (1.5.58); FILE MERGED 2005/09/05 15:13:32 rt 1.5.58.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0f8ac2f0c312ac36ad189414c127e665b50fc18c]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:13:32 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4cc9d7d72046c2a06e178039c7dbc0e44ee830d8]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:13:31 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ca581829a276e546653db7cbc2810e630320afc]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:13:29 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [00ce1bf2f5804da5cc2102c0bbf19c27af51f730]

INTEGRATION: CWS ooo19126 (1.20.48); FILE MERGED 2005/09/05 15:13:29 rt 1.20.48.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d2bc0006ad50aa909588c07b17edcb2675c154b8]

INTEGRATION: CWS ooo19126 (1.27.84); FILE MERGED 2005/09/05 15:13:29 rt 1.27.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bab8480a9ea637630dee3d44547a2650e0c73192]

INTEGRATION: CWS ooo19126 (1.2.314); FILE MERGED 2005/09/05 15:13:28 rt 1.2.314.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [316a5afae607f601227185ba9a0bb92752ed6f08]

INTEGRATION: CWS ooo19126 (1.17.48); FILE MERGED 2005/09/05 15:13:27 rt 1.17.48.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [01250b91f43729c5ecf431e1968fbcf7b488fcbf]

INTEGRATION: CWS ooo19126 (1.2.326); FILE MERGED 2005/09/05 15:13:26 rt 1.2.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5d950b30e6b7dac15d4f21fa8acec65c88f5f228]

INTEGRATION: CWS ooo19126 (1.7.102); FILE MERGED 2005/09/05 15:13:25 rt 1.7.102.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6e7d7e0dd44cb0500305f922a35f2cbf129b9cb4]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:13:25 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dc50014d615a0a8bd896fdd55660492407ec48a4]

INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 15:13:25 rt 1.2.288.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a42a484ab08baa9ba664c80a6dc5b13572b33275]

INTEGRATION: CWS ooo19126 (1.5.84); FILE MERGED 2005/09/05 15:13:24 rt 1.5.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ba37c976076ee3e143a112c9c93aed013e60373e]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:13:24 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d914a71df0e62621e5a16de50b89eb9f003297c6]

INTEGRATION: CWS ooo19126 (1.4.84); FILE MERGED 2005/09/05 15:13:23 rt 1.4.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c89a6841c21c64dcd8242371d3b5026087426cfb]

INTEGRATION: CWS ooo19126 (1.7.102); FILE MERGED 2005/09/05 15:13:22 rt 1.7.102.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [47921a48e8fc26d6dd21c47b593398b14de7db04]

INTEGRATION: CWS ooo19126 (1.4.84); FILE MERGED 2005/09/05 15:13:22 rt 1.4.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ed05270f34592e7baaf5cd2328804dc5ce53daeb]

INTEGRATION: CWS ooo19126 (1.7.102); FILE MERGED 2005/09/05 15:13:21 rt 1.7.102.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [039910e1e2bcfdd6d5b0ce46e519eb17f4fc6edf]

INTEGRATION: CWS ooo19126 (1.3.84); FILE MERGED 2005/09/05 15:13:21 rt 1.3.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bff96f2c90c1f3543ac249935ad4e5080102a615]

INTEGRATION: CWS ooo19126 (1.7.102); FILE MERGED 2005/09/05 15:13:19 rt 1.7.102.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ab63f48ef2afde814263b95e9973f96b1e6f5715]

INTEGRATION: CWS ooo19126 (1.5.84); FILE MERGED 2005/09/05 15:13:18 rt 1.5.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [63eb68b2410cd7ae5311923d734e0295406a6c5e]

INTEGRATION: CWS ooo19126 (1.8.102); FILE MERGED 2005/09/05 15:13:17 rt 1.8.102.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [abe35371959561154b4a6ed9049a190139a4beea]

INTEGRATION: CWS ooo19126 (1.10.68); FILE MERGED 2005/09/05 15:13:17 rt 1.10.68.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bb811a7e66b24e45826365360c1b7853f0fb07f4]

INTEGRATION: CWS ooo19126 (1.8.102); FILE MERGED 2005/09/05 15:13:16 rt 1.8.102.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e261f07052b031bd70e40fcae93a472bd2338261]

INTEGRATION: CWS ooo19126 (1.3.84); FILE MERGED 2005/09/05 15:13:16 rt 1.3.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9b78f6f0d76c765f8fbe1a76c023b276578ddaa4]

INTEGRATION: CWS ooo19126 (1.9.236); FILE MERGED 2005/09/05 15:13:14 rt 1.9.236.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8285261614eb7b6dd03112b82a7254aece4f5556]

INTEGRATION: CWS ooo19126 (1.4.84); FILE MERGED 2005/09/05 15:13:13 rt 1.4.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d3578ae97bbb76081e545a025a518ad7c12ffb60]

INTEGRATION: CWS ooo19126 (1.8.102); FILE MERGED 2005/09/05 15:13:13 rt 1.8.102.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [106b2387a5c862fbbd199272d3111745019ec82c]

INTEGRATION: CWS ooo19126 (1.3.84); FILE MERGED 2005/09/05 15:13:12 rt 1.3.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [12d4dd053ae1905c1b5131c364b620ac7debabda]

INTEGRATION: CWS ooo19126 (1.8.102); FILE MERGED 2005/09/05 15:13:11 rt 1.8.102.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bfccd349e86c0c474e571e86011dd01d8befee45]

INTEGRATION: CWS ooo19126 (1.6.84); FILE MERGED 2005/09/05 15:13:11 rt 1.6.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8f74a6b4ae312b31a8ade12cf7c366d3e4fa71e2]

INTEGRATION: CWS ooo19126 (1.8.102); FILE MERGED 2005/09/05 15:13:09 rt 1.8.102.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [727013746b4653eb73e6638fbfe1e35a753cb6d6]

INTEGRATION: CWS ooo19126 (1.8.84); FILE MERGED 2005/09/05 15:13:09 rt 1.8.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f5df9478d6a8da1d8d343c980b2f6ba59ef7a368]

INTEGRATION: CWS ooo19126 (1.8.102); FILE MERGED 2005/09/05 15:13:08 rt 1.8.102.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d9ec83b5ddd426095f6ca5d1006445873ea73aee]

INTEGRATION: CWS ooo19126 (1.3.84); FILE MERGED 2005/09/05 15:13:08 rt 1.3.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7ff238997f3fb6987f6e71d1e0c783553b45da77]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:13:07 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3613d53931820c2ed1d82b9921f24c6938b3a77b]

INTEGRATION: CWS ooo19126 (1.2.282); FILE MERGED 2005/09/05 15:13:06 rt 1.2.282.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d950d8dadb86d1c6aeb5a515846ff4aa09a5fa4f]

INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 15:13:06 rt 1.2.142.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7fdd6cb170bcea9fc46458f16411f531465367b1]

INTEGRATION: CWS ooo19126 (1.4.84); FILE MERGED 2005/09/05 15:13:06 rt 1.4.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0efa7d0219683d0169efbea2d20cb110c9a2980e]

INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 15:13:06 rt 1.3.288.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad790d2a4b69f489ffacb97abc36d089b61e5452]

INTEGRATION: CWS ooo19126 (1.6.282); FILE MERGED 2005/09/05 15:13:05 rt 1.6.282.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9a379af83cb861f4501dd0b26eae19ecaca7a351]

INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 15:13:05 rt 1.2.288.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9fccde687a252635f93a487d538078c367269e19]

INTEGRATION: CWS ooo19126 (1.3.282); FILE MERGED 2005/09/05 15:13:05 rt 1.3.282.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [13c65f738b9a8c17b151aaa7b23052fa09529915]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:13:04 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e5fdae6ef576c73ddb335c0b392c851c442bb6e4]

INTEGRATION: CWS ooo19126 (1.2.282); FILE MERGED 2005/09/05 15:13:04 rt 1.2.282.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a8a1563505aa2e33e5ab291c123d08fe97049c89]

INTEGRATION: CWS ooo19126 (1.3.142); FILE MERGED 2005/09/05 15:13:04 rt 1.3.142.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a7d584378eb5aee1099377e867dbeee2bd7c0631]

INTEGRATION: CWS ooo19126 (1.6.84); FILE MERGED 2005/09/05 15:13:03 rt 1.6.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b9d1db519e1d74796f9e9ddeba44eefc4161817a]

INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 15:13:02 rt 1.2.142.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5fe2cb618d58e4a6731432f0e7bea69f9f73ce22]

INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 15:13:02 rt 1.2.288.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3ec43c69f0a56246471997053eaebb81bd241bba]

INTEGRATION: CWS ooo19126 (1.6.236); FILE MERGED 2005/09/05 15:13:01 rt 1.6.236.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3f8fc8c03cb22e50169f4a810711acb92e221d96]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:13:00 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a67de07bf3488df345691ea5eb2dc2996eca40e2]

INTEGRATION: CWS ooo19126 (1.2.290); FILE MERGED 2005/09/05 15:13:00 rt 1.2.290.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b89a5038696f86d378e012c4881c533bf7f4a048]

INTEGRATION: CWS ooo19126 (1.2.320); FILE MERGED 2005/09/05 15:12:58 rt 1.2.320.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc5d9cbed1b715397c4df39f06c34a2bf364fc91]

INTEGRATION: CWS ooo19126 (1.2.320); FILE MERGED 2005/09/05 15:12:57 rt 1.2.320.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a6597abe6101dabac7154f986a318d85ea2dee14]

INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 15:12:56 rt 1.2.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3390578b6dc70b5a357585b33d35ace250610a4a]

INTEGRATION: CWS ooo19126 (1.3.84); FILE MERGED 2005/09/05 15:12:56 rt 1.3.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [008dde51411c37918ae488c9a6e6af0ff59b7a6d]

INTEGRATION: CWS ooo19126 (1.3.84); FILE MERGED 2005/09/05 15:12:55 rt 1.3.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f775e7778185f5211c91397f59bae2875d264706]

INTEGRATION: CWS ooo19126 (1.3.84); FILE MERGED 2005/09/05 15:12:54 rt 1.3.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4f8b04ae1e3345d227e1650b514f7c8cb910cf1a]

INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 15:12:54 rt 1.2.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d8142cfb1442c64693d10d5da11f9b400ab18207]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:12:53 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [092eb3b497c836229f563348d2ffbb948189b3d2]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:12:52 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ef83516180c4ab64ab97814b16977e368892090]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:12:51 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a52f3e633bc47637e974ef83b477e7cdac712ca2]

INTEGRATION: CWS ooo19126 (1.3.146); FILE MERGED 2005/09/05 15:12:50 rt 1.3.146.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [229ebff0ee1e4936ec6a620dc5d22cc389ff3c65]

INTEGRATION: CWS ooo19126 (1.8.84); FILE MERGED 2005/09/05 15:12:50 rt 1.8.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ec7c307d3c28b7405c2ce61aea6786e44744eeb]

INTEGRATION: CWS ooo19126 (1.2.290); FILE MERGED 2005/09/05 15:12:49 rt 1.2.290.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d2c85ea6e2e53cadac59e3ad95527d021950c18d]

INTEGRATION: CWS ooo19126 (1.4.84); FILE MERGED 2005/09/05 15:12:49 rt 1.4.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f8d219aca4f0ac35367d93db24e9fc9d527c079d]

INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 15:12:48 rt 1.2.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc901275835aaa6af0c7a0a2c0a8c716f605c8e8]

INTEGRATION: CWS ooo19126 (1.2.320); FILE MERGED 2005/09/05 15:12:48 rt 1.2.320.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [18b633daae0ee9378eb5f41b59544d664e3049a5]

INTEGRATION: CWS ooo19126 (1.3.84); FILE MERGED 2005/09/05 15:12:46 rt 1.3.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [545b24316c6bd11a823f567934c93abdfa136710]

INTEGRATION: CWS ooo19126 (1.8.102); FILE MERGED 2005/09/05 15:12:45 rt 1.8.102.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c87913058b2bcf5ed78a010c67fc8ef2a0d1da36]

INTEGRATION: CWS ooo19126 (1.3.84); FILE MERGED 2005/09/05 15:12:45 rt 1.3.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b65beda0c34a7d352edcdcf002dc67a9ca533954]

INTEGRATION: CWS ooo19126 (1.8.102); FILE MERGED 2005/09/05 15:12:44 rt 1.8.102.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9f2aa76651306345ce43cce0ce831371f70df424]

INTEGRATION: CWS ooo19126 (1.3.84); FILE MERGED 2005/09/05 15:12:43 rt 1.3.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [54882d07a3bce28ad847a7adc85d8e5024796fd9]

INTEGRATION: CWS ooo19126 (1.8.102); FILE MERGED 2005/09/05 15:12:42 rt 1.8.102.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [22e2641275fb8b5dc1e440e633771140560c38d2]

INTEGRATION: CWS ooo19126 (1.3.84); FILE MERGED 2005/09/05 15:12:40 rt 1.3.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e22c8f0157642384e4a726c32103462be5010d0d]

INTEGRATION: CWS ooo19126 (1.4.304); FILE MERGED 2005/09/05 15:12:39 rt 1.4.304.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ce750cb8afdfabbc951fe6270d50b76b4e5fafa5]

INTEGRATION: CWS ooo19126 (1.8.158); FILE MERGED 2005/09/05 15:12:39 rt 1.8.158.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8ab7b5d7baabd7c42f7a1c7fb98709452b92313f]

INTEGRATION: CWS ooo19126 (1.39.102); FILE MERGED 2005/09/05 15:12:37 rt 1.39.102.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cfced8369e8701ac74315ab35126f63bd383c4af]

INTEGRATION: CWS ooo19126 (1.26.52); FILE MERGED 2005/09/05 15:12:36 rt 1.26.52.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f2fe0c5e7b8157f4e514922342dd228f7adfc367]

INTEGRATION: CWS ooo19126 (1.44.102); FILE MERGED 2005/09/05 15:12:36 rt 1.44.102.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ed190e51412684b9d50e1d1694f27469bc25d4a]

INTEGRATION: CWS ooo19126 (1.6.286); FILE MERGED 2005/09/05 15:12:35 rt 1.6.286.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b884cd4ed2ea52fbe917896648e633c610e40cb8]

INTEGRATION: CWS ooo19126 (1.4.286); FILE MERGED 2005/09/05 15:12:35 rt 1.4.286.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8e1a225f724293a134d6249d7398c7892eeac841]

INTEGRATION: CWS ooo19126 (1.9.84); FILE MERGED 2005/09/05 15:12:34 rt 1.9.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e3fb2a0f8e51b5aee4c95071c54c74aed0f362b3]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:12:33 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [681b198fdfb1a08ea4f5646b443d6d8644898d3d]

INTEGRATION: CWS ooo19126 (1.7.158); FILE MERGED 2005/09/05 15:12:32 rt 1.7.158.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cb48d0b6b03429754b79af2ceb17d513ff06c6f4]

INTEGRATION: CWS ooo19126 (1.2.318); FILE MERGED 2005/09/05 15:12:31 rt 1.2.318.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6e1ee81ef4ca3aa633de54e80368045e52b7027b]

INTEGRATION: CWS ooo19126 (1.5.84); FILE MERGED 2005/09/05 15:12:30 rt 1.5.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c1f8f32c5518fce0acebd48a6013df08c365b2b]

INTEGRATION: CWS ooo19126 (1.18.102); FILE MERGED 2005/09/05 15:12:30 rt 1.18.102.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [76dabd36e0bdfdf156b69fbd0aa66bc631c7cffd]

INTEGRATION: CWS ooo19126 (1.4.288); FILE MERGED 2005/09/05 15:12:30 rt 1.4.288.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [18f0ef7f3aa5ed8671cb416beb7e9feb7677a963]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:12:29 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9428d84252a8149230c28fe2e7bf563d02be9c8c]

INTEGRATION: CWS ooo19126 (1.4.84); FILE MERGED 2005/09/05 15:12:29 rt 1.4.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [16c9f19fcca6597944aba2f526ee70597b8c99c5]

INTEGRATION: CWS ooo19126 (1.2.318); FILE MERGED 2005/09/05 15:12:27 rt 1.2.318.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [849e1bf557c6ce9d4d0863c7c93f0a8091b82dda]

INTEGRATION: CWS ooo19126 (1.7.158); FILE MERGED 2005/09/05 15:12:26 rt 1.7.158.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [94b3edf82928c058ea4bcc9179b81ffdc8496ed0]

INTEGRATION: CWS ooo19126 (1.2.318); FILE MERGED 2005/09/05 15:12:25 rt 1.2.318.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac5b737cd162700035025963c78c7d8799c2630c]

INTEGRATION: CWS ooo19126 (1.12.82); FILE MERGED 2005/09/05 15:12:25 rt 1.12.82.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ee12f9b42ec989339834281c3f7a9936667d7ae2]

INTEGRATION: CWS ooo19126 (1.16.102); FILE MERGED 2005/09/05 15:12:25 rt 1.16.102.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5ac5e539adc65fe4e9f5b1f5fc8a35644209ff3f]

INTEGRATION: CWS ooo19126 (1.4.288); FILE MERGED 2005/09/05 15:12:24 rt 1.4.288.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9da41130dafc241ea4ac36b4886dd411f048d7b5]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:12:24 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a64c9784510a6ae9171213bb26233f5669aad9b1]

INTEGRATION: CWS ooo19126 (1.4.84); FILE MERGED 2005/09/05 15:12:23 rt 1.4.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7d3cc4f4cacf7b790edba5782da7b0b43a076c91]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:12:22 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0d3d9bb8e1b6b44b1770382ff88b91fd2160afbc]

INTEGRATION: CWS ooo19126 (1.7.158); FILE MERGED 2005/09/05 15:12:22 rt 1.7.158.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f3b5f58ceaa386fbaa84045488f0cb3de5e9b069]

INTEGRATION: CWS ooo19126 (1.2.318); FILE MERGED 2005/09/05 15:12:21 rt 1.2.318.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b7c82e56a78ea05a6f76a19012586fda6b5b39b1]

INTEGRATION: CWS ooo19126 (1.5.84); FILE MERGED 2005/09/05 15:12:21 rt 1.5.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [308950b26d662f8a36e62aad8ddc9a747c79cc33]

INTEGRATION: CWS ooo19126 (1.21.102); FILE MERGED 2005/09/05 15:12:20 rt 1.21.102.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [37c28ece905c708eddb7c5e3c5d6406ec698be5a]

INTEGRATION: CWS ooo19126 (1.4.288); FILE MERGED 2005/09/05 15:12:19 rt 1.4.288.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dd9b0f5a8a18d50c3fee41ffc0761d38f8e2f9bf]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:12:18 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6fce26af69b490c6eb8ae51504e17a734669ff35]

INTEGRATION: CWS ooo19126 (1.4.84); FILE MERGED 2005/09/05 15:12:17 rt 1.4.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [72bf9c2ab025cf35bd871f2fd55703923e8bb48c]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:12:15 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f19b0c5384b85842f6ce3f4776ca831b1ecdafb9]

INTEGRATION: CWS ooo19126 (1.7.158); FILE MERGED 2005/09/05 15:12:15 rt 1.7.158.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0bb931b3598e65dc329536711a89c331a373c8cd]

INTEGRATION: CWS ooo19126 (1.2.318); FILE MERGED 2005/09/05 15:12:14 rt 1.2.318.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d30e610bcdfa5b87684d42970a814fc07a71669]

INTEGRATION: CWS ooo19126 (1.6.84); FILE MERGED 2005/09/05 15:12:13 rt 1.6.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a0ac7fb82431b883cf8e51aa11c1e59d890a2717]

INTEGRATION: CWS ooo19126 (1.17.102); FILE MERGED 2005/09/05 15:12:13 rt 1.17.102.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [134de0e5d7bf9f68534b7a37d8bb8c5a61e2733c]

INTEGRATION: CWS ooo19126 (1.4.288); FILE MERGED 2005/09/05 15:12:12 rt 1.4.288.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a4066a9a8ef3e1a39372b121a3e7764159a4c68f]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:12:12 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3aac559f0d556d2b0c1ae1ce530f2fe270a5fb1]

INTEGRATION: CWS ooo19126 (1.4.84); FILE MERGED 2005/09/05 15:12:11 rt 1.4.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3b4adbc9625a2c21beaeb79559c7bfad6ae4d4d4]

INTEGRATION: CWS ooo19126 (1.2.318); FILE MERGED 2005/09/05 15:12:10 rt 1.2.318.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a1202af70a76a07c870bb3676092171d3be75ded]

INTEGRATION: CWS ooo19126 (1.7.158); FILE MERGED 2005/09/05 15:12:09 rt 1.7.158.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a94c344b667bcd939b05cdbcd0bc6eee9292a8ea]

INTEGRATION: CWS ooo19126 (1.2.318); FILE MERGED 2005/09/05 15:12:08 rt 1.2.318.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6fd946a3b8e2fccb47dc43079f585e10ca77e4f4]

INTEGRATION: CWS ooo19126 (1.11.82); FILE MERGED 2005/09/05 15:12:07 rt 1.11.82.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5a4e17a21bfa7e59ba5991a8bdaf3ccb407282e4]

INTEGRATION: CWS ooo19126 (1.16.102); FILE MERGED 2005/09/05 15:12:06 rt 1.16.102.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [01c52520a95164819c7717310cd0581999dd1d8b]

INTEGRATION: CWS ooo19126 (1.4.288); FILE MERGED 2005/09/05 15:12:06 rt 1.4.288.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6c6b43a8837a0e40325bce0aea9b886eda08020e]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:12:05 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [379b897e823fe8a9bba715992dcbb0d9b8d08a01]

INTEGRATION: CWS ooo19126 (1.5.84); FILE MERGED 2005/09/05 15:12:04 rt 1.5.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [72f580fd7bc31b8d3fbcd542e76e84af223db083]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:12:02 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f237971753453f83045a58b94e9b75e468a8a0ae]

INTEGRATION: CWS ooo19126 (1.7.158); FILE MERGED 2005/09/05 15:12:02 rt 1.7.158.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9a21607bb08b92440ec94398e2b9a7607b9a588a]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:12:01 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b38cc315d7bf9b81c960795e53fd7d795e9ef95a]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:12:00 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9377f59b142f549f84b339156e4b938175de7ac8]

INTEGRATION: CWS ooo19126 (1.2.318); FILE MERGED 2005/09/05 15:12:00 rt 1.2.318.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [78b321f1c2b10dca5b9d0a74a28d4acd3b749af5]

INTEGRATION: CWS ooo19126 (1.5.84); FILE MERGED 2005/09/05 15:11:59 rt 1.5.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [77c89526d70fc51336a5b3a21280cd04fc8b622d]

INTEGRATION: CWS ooo19126 (1.27.102); FILE MERGED 2005/09/05 15:11:58 rt 1.27.102.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [04aa13d421c30973e3f4c28d183b4043ce61692f]

INTEGRATION: CWS ooo19126 (1.4.288); FILE MERGED 2005/09/05 15:11:58 rt 1.4.288.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ec3972d139f35371b07e603b743e71f03fa853ac]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:11:56 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ffdd656812b4503c8904632404f992e1f3672da3]

INTEGRATION: CWS ooo19126 (1.4.84); FILE MERGED 2005/09/05 15:11:56 rt 1.4.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [178085b0c2d1cab0d4faa80f169ae3f0209b47db]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:11:54 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c28e2cac08acbe420c9ad44c93acbb9fec6ef746]

INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 15:11:54 rt 1.2.158.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fa2c78735e8674359c9d6c473fd4df04b04a3b4a]

INTEGRATION: CWS ooo19126 (1.7.84); FILE MERGED 2005/09/05 15:11:52 rt 1.7.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7b4346334203eeb00166babf11dc8eac36822f0b]

INTEGRATION: CWS ooo19126 (1.4.70); FILE MERGED 2005/09/05 15:11:51 rt 1.4.70.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f318b458ad7bc92f7b483cc1554345399fdd670]

INTEGRATION: CWS ooo19126 (1.4.84); FILE MERGED 2005/09/05 15:11:51 rt 1.4.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e034f4e21a702dd12ffe5e554e0eccac81d96007]

INTEGRATION: CWS ooo19126 (1.2.310); FILE MERGED 2005/09/05 15:11:49 rt 1.2.310.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d23987dad64897d03ce098f697c5033a66f30ac9]

INTEGRATION: CWS ooo19126 (1.4.84); FILE MERGED 2005/09/05 15:11:49 rt 1.4.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c5d1d7d06f662a47ea040d0c13877e0b30e5bfa4]

INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 15:11:48 rt 1.2.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [05f1e22b718b986fa2289dd19045b8e024290165]

INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 15:11:48 rt 1.3.130.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [253c0e411e8e356859bb78580b7d68626f9db435]

INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 15:11:47 rt 1.2.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7eb32749e5c97b46104776a9a65d1c30c44e0b3a]

INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 15:11:47 rt 1.2.242.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [42b89bb2a0e8fa441724918c7aba6f210e764172]

INTEGRATION: CWS ooo19126 (1.6.68); FILE MERGED 2005/09/05 15:11:47 rt 1.6.68.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ab8dd68396a0c25a73fb68c6dd05d7dfc28aee94]

INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 15:11:46 rt 1.2.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fbe45171ae3203ef455ad06ebd099c5ccf07e634]

INTEGRATION: CWS ooo19126 (1.2.304); FILE MERGED 2005/09/05 15:11:45 rt 1.2.304.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0f6143982705742ee4ad53581576fe1dd9103b49]

INTEGRATION: CWS ooo19126 (1.5.84); FILE MERGED 2005/09/05 15:11:45 rt 1.5.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a8355c299323b8045d3b1284ea853dc5c1dd1d6]

INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 15:11:45 rt 1.2.84.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [61f79dd5c9aa15f330eacef2e746dc5b47af1050]

INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 15:11:34 rt 1.3.130.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4e5a42ff8cee5e8ed8ced7e4f3b72838418e0c5f]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:11:29 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a8f0142101e70493f3848bad635023cfc7815c86]

INTEGRATION: CWS ooo19126 (1.17.106); FILE MERGED 2005/09/05 15:11:27 rt 1.17.106.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4b7d95f6d0760f3a58713401c9bc31208df4c264]

INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 15:11:26 rt 1.3.242.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3a2cbbbbb156b18d09c0f190ecf5a139d897bbef]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:11:26 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c7c3a8d3dda25fa6a0b1b7ace4fdc9aa3f229d8c]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:11:25 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [25258cf155669a6a0520688334bf7fb4b4c2da1c]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:11:24 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a6ba83d7e6a76fb6c8cbf6285f148d932c521ecd]

INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:11:23 rt 1.2.118.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ab5a638558084936df8c8719e4b78fdebaa510a]

INTEGRATION: CWS ooo19126 (1.2.144); FILE MERGED 2005/09/05 15:11:23 rt 1.2.144.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3683028d132068ea9ca89adc59e17e4a52877201]

INTEGRATION: CWS ooo19126 (1.4.142); FILE MERGED 2005/09/05 15:11:22 rt 1.4.142.1: #i54170# Change license header: remove SISSL


2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [29ec851eb47462b0967ac3ea4debd2f458028fc5]

INTEGRATION: CWS ooo19126 (1.1.1.1.326); FILE MERGED 2005/09/05 15:11:18 rt 1.1.1.1.326.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f779e9c1db25d03b72f6fd1f2554528d390c2eae]

INTEGRATION: CWS ooo19126 (1.11.12); FILE MERGED 2005/09/05 18:48:34 rt 1.11.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9da831c939f4fd2488507f2eee500deeae05a7f5]

INTEGRATION: CWS ooo19126 (1.2.186); FILE MERGED 2005/09/05 18:48:34 rt 1.2.186.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [500200207d9f8ad0352f68becfe8d69331b8186a]

INTEGRATION: CWS ooo19126 (1.1.186); FILE MERGED 2005/09/05 18:48:34 rt 1.1.186.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [675eea9aa9129548155f82a8ff87cb5b7cd38dd7]

INTEGRATION: CWS ooo19126 (1.3.48); FILE MERGED 2005/09/05 18:48:33 rt 1.3.48.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ed79a80b5b8ce4825cb04cfe2a8038455be3a4a]

INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 18:48:33 rt 1.5.128.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d623686df487d3c708dcb4e1f237b15b2f30aecd]

INTEGRATION: CWS ooo19126 (1.2.48); FILE MERGED 2005/09/05 18:48:33 rt 1.2.48.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de59634d0b0506244a4da439a776aceac0fa0abb]

INTEGRATION: CWS ooo19126 (1.1.186); FILE MERGED 2005/09/05 18:48:33 rt 1.1.186.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [838859a325abf1f6aa1f36358ef56d80155eae35]

INTEGRATION: CWS ooo19126 (1.11.110); FILE MERGED 2005/09/05 18:48:32 rt 1.11.110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [761eab268159996ccb299a3043935ec0b2c6edcb]

INTEGRATION: CWS ooo19126 (1.8.150); FILE MERGED 2005/09/05 18:48:32 rt 1.8.150.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [90258604f9a2d0ee3f72871264eb7c6281708121]

INTEGRATION: CWS ooo19126 (1.5.48); FILE MERGED 2005/09/05 18:48:32 rt 1.5.48.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dee74471e8fc620b074e720a85b0cfdeb9bafd62]

INTEGRATION: CWS ooo19126 (1.9.48); FILE MERGED 2005/09/05 18:48:32 rt 1.9.48.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a1e8aca5851939d51f66fa3ad5d52e1f0dc2ae06]

INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 18:48:31 rt 1.4.128.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cda975fa32eed8dae5ffcdc1c0c51ec74e559af5]

INTEGRATION: CWS ooo19126 (1.7.128); FILE MERGED 2005/09/05 18:48:31 rt 1.7.128.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af79b818df62b7c39fcf7cab7c669c3df7f60b3d]

INTEGRATION: CWS ooo19126 (1.7.10); FILE MERGED 2005/09/05 18:48:31 rt 1.7.10.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [97b86f73a2ea293124ed30c8f1ef421f371abacc]

INTEGRATION: CWS ooo19126 (1.2.186); FILE MERGED 2005/09/05 18:48:31 rt 1.2.186.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0cf36ec6a74f999b91e50e8ca7f8f55e725434e0]

INTEGRATION: CWS ooo19126 (1.2.186); FILE MERGED 2005/09/05 18:48:30 rt 1.2.186.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [894f7f6342488ab5022850adfc428d459106496c]

INTEGRATION: CWS ooo19126 (1.1.184); FILE MERGED 2005/09/05 18:48:30 rt 1.1.184.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e0eefd1ef5663de4ec23ca713847e6b03300545]

INTEGRATION: CWS ooo19126 (1.22.12); FILE MERGED 2005/09/05 18:48:30 rt 1.22.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7a0dea762ca0817f80e13a6597f1cf9dd3c16bbc]

INTEGRATION: CWS ooo19126 (1.1.186); FILE MERGED 2005/09/05 18:48:29 rt 1.1.186.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d35a5d11b86bbdea8acff30d3ea1a7c58c17d57]

INTEGRATION: CWS ooo19126 (1.2.48); FILE MERGED 2005/09/05 18:48:29 rt 1.2.48.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [34e1b72776a31c717c704c36042b6a17fe14f5ee]

INTEGRATION: CWS ooo19126 (1.5.48); FILE MERGED 2005/09/05 18:48:28 rt 1.5.48.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [25bae46fc863abf8cb094e3c28230e120561f05c]

INTEGRATION: CWS ooo19126 (1.13.48); FILE MERGED 2005/09/05 18:48:28 rt 1.13.48.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ad1bfaca0395d87bb3c0619520f57be9d97d33ac]

INTEGRATION: CWS ooo19126 (1.4.150); FILE MERGED 2005/09/05 18:48:28 rt 1.4.150.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50a2208f105e2afafec84023b50793947740d6cc]

INTEGRATION: CWS ooo19126 (1.3.184); FILE MERGED 2005/09/05 18:48:28 rt 1.3.184.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [04ac904be65e9a9210affaa5c5ae07f9e7eac156]

INTEGRATION: CWS ooo19126 (1.4.108); FILE MERGED 2005/09/05 18:48:27 rt 1.4.108.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [187887fa87867408955442bf87131dfd113f02af]

INTEGRATION: CWS ooo19126 (1.14.108); FILE MERGED 2005/09/05 18:48:27 rt 1.14.108.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d176a2740c9f7d1e5369670d5bb3dbbb8fd98600]

INTEGRATION: CWS ooo19126 (1.11.10); FILE MERGED 2005/09/05 18:48:27 rt 1.11.10.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a7ab7dee8b314401fccb49ab97af188571d578a5]

INTEGRATION: CWS ooo19126 (1.10.48); FILE MERGED 2005/09/05 18:48:26 rt 1.10.48.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [32e6c4a49ce55f6196d33bb0c793895582f47090]

INTEGRATION: CWS ooo19126 (1.19.120); FILE MERGED 2005/09/05 18:48:26 rt 1.19.120.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c779f00696cbe16c6fa3d521fc26cfe5687f4d3]

INTEGRATION: CWS ooo19126 (1.3.12); FILE MERGED 2005/09/05 18:48:26 rt 1.3.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0195729e64b8e182214fc983f384a87b06c2f6ba]

INTEGRATION: CWS ooo19126 (1.3.12); FILE MERGED 2005/09/05 18:48:25 rt 1.3.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b9037407ec50659b0013e468574061c65226857]

INTEGRATION: CWS ooo19126 (1.3.48); FILE MERGED 2005/09/05 18:48:25 rt 1.3.48.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da85a6a848cc5ee34b7aa5450140f8c471024deb]

INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 18:48:25 rt 1.3.128.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be928304104e5a0d35edf5bca597dabce288cd0a]

INTEGRATION: CWS ooo19126 (1.8.12); FILE MERGED 2005/09/05 18:48:25 rt 1.8.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3fc643c939dbbd37943eb76c2add0b0a0e7ba558]

INTEGRATION: CWS ooo19126 (1.12.12); FILE MERGED 2005/09/05 18:48:25 rt 1.12.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f562332f02c14d74bb3291470fd9442c609ff124]

INTEGRATION: CWS ooo19126 (1.8.48); FILE MERGED 2005/09/05 18:48:24 rt 1.8.48.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0cdcb6c645c39b474b0e9c0868b806e2ccc30421]

INTEGRATION: CWS ooo19126 (1.14.184); FILE MERGED 2005/09/05 18:48:24 rt 1.14.184.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dcb6843fe422d838eb58988d82e924b537136697]

INTEGRATION: CWS ooo19126 (1.4.48); FILE MERGED 2005/09/05 18:48:24 rt 1.4.48.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [67d0303380892343dc7144bbd6d8020aaea23998]

INTEGRATION: CWS ooo19126 (1.1.186); FILE MERGED 2005/09/05 18:48:24 rt 1.1.186.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8acad209f289d76c5dbbc6120905313eaa4cb3e]

INTEGRATION: CWS ooo19126 (1.6.12); FILE MERGED 2005/09/05 18:48:23 rt 1.6.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [58a66f5659f1b2996a19e53b7ef55631fc6d5d68]

INTEGRATION: CWS ooo19126 (1.7.48); FILE MERGED 2005/09/05 18:48:23 rt 1.7.48.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2402c4940b4cc5a675f8adb4271bc18e8eb51613]

INTEGRATION: CWS ooo19126 (1.18.154); FILE MERGED 2005/09/05 18:48:23 rt 1.18.154.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1214e774efcae7a2cc46383dbaedb1bc59e7581b]

INTEGRATION: CWS ooo19126 (1.9.120); FILE MERGED 2005/09/05 18:48:23 rt 1.9.120.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3903d19d4a3491f1c2420abc3b80a6cb42761da8]

INTEGRATION: CWS ooo19126 (1.8.12); FILE MERGED 2005/09/05 18:48:22 rt 1.8.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b14b66752f39762225627d7b977234d5b7722ca]

INTEGRATION: CWS ooo19126 (1.19.12); FILE MERGED 2005/09/05 18:48:22 rt 1.19.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e7da7e7559c8c91a77ed2e9abc7efe1089995f6c]

INTEGRATION: CWS ooo19126 (1.3.12); FILE MERGED 2005/09/05 18:48:22 rt 1.3.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [86fee221ddb7e313da45411f92ea58a66cf358d5]

INTEGRATION: CWS ooo19126 (1.4.12); FILE MERGED 2005/09/05 18:48:22 rt 1.4.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [db02be642cbdc36f6a549b132bbea7ce361d08b4]

INTEGRATION: CWS ooo19126 (1.5.48); FILE MERGED 2005/09/05 18:48:21 rt 1.5.48.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [953ee81c1596bee217a861c8d99b31139baaee13]

INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 18:48:20 rt 1.5.178.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b5d38bc97f2b07a7071ea5a41bbd3beb7ab623c]

INTEGRATION: CWS ooo19126 (1.5.48); FILE MERGED 2005/09/05 18:48:20 rt 1.5.48.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d362b10481428c5a4f9ae1034a11cc691f2c4475]

INTEGRATION: CWS ooo19126 (1.12.120); FILE MERGED 2005/09/05 18:48:19 rt 1.12.120.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [49f5e0d2a673c14adda23f9b4359175b09c99dab]

INTEGRATION: CWS ooo19126 (1.22.12); FILE MERGED 2005/09/05 18:48:19 rt 1.22.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [36486e612ac2acf852305ccff1c4ce2fdf03613f]

INTEGRATION: CWS ooo19126 (1.4.48); FILE MERGED 2005/09/05 18:48:19 rt 1.4.48.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [16b5c63c44b4b4bb34078b15aeebfb44b87eb113]

INTEGRATION: CWS ooo19126 (1.5.120); FILE MERGED 2005/09/05 18:48:19 rt 1.5.120.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [38baef87b547e4f2b2d8c3e11a1dbb8bfe05ebeb]

INTEGRATION: CWS ooo19126 (1.11.12); FILE MERGED 2005/09/05 18:48:18 rt 1.11.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a1812bedb1fe26b88ec495933a54bb5cbc2efb97]

INTEGRATION: CWS ooo19126 (1.17.12); FILE MERGED 2005/09/05 18:48:18 rt 1.17.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [30ebc8aa34c9fecdc5f0400c7f735a55014513a9]

INTEGRATION: CWS ooo19126 (1.10.128); FILE MERGED 2005/09/05 18:48:18 rt 1.10.128.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [184bacfb452202dbc216f3bbeb815f0bd7c203db]

INTEGRATION: CWS ooo19126 (1.2.48); FILE MERGED 2005/09/05 18:48:18 rt 1.2.48.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [03ecf3908e3a666a05557a5e644ea677c7f70bb9]

INTEGRATION: CWS ooo19126 (1.2.178); FILE MERGED 2005/09/05 18:48:17 rt 1.2.178.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bfb13b84e58cb934131d5e3de8d3cd4623fb8431]

INTEGRATION: CWS ooo19126 (1.5.180); FILE MERGED 2005/09/05 18:48:17 rt 1.5.180.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5e338770b24d76a1bb8908deebe61e6663ca5be]

INTEGRATION: CWS ooo19126 (1.7.176); FILE MERGED 2005/09/05 18:48:16 rt 1.7.176.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c76f1ff699f60113e9f737713b3f4e0aa6b114a6]

INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 18:48:16 rt 1.4.178.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [47b9c4d09870b91073315acbb91f3de6d5198b55]

INTEGRATION: CWS ooo19126 (1.2.184); FILE MERGED 2005/09/05 18:48:15 rt 1.2.184.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba3e7bfe5cd338dfec71dededca7b7e48af4aef7]

INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 18:48:15 rt 1.5.128.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [815700e91d6496726be2ce5c85be7a3e9bb266d7]

INTEGRATION: CWS ooo19126 (1.8.48); FILE MERGED 2005/09/05 18:48:15 rt 1.8.48.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7af687aecdf4641dcd88998c8417496eb7db3b04]

INTEGRATION: CWS ooo19126 (1.12.38); FILE MERGED 2005/09/05 18:48:14 rt 1.12.38.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9faa9f63c002a2823c1ef7ecd749ee8db3066ce8]

INTEGRATION: CWS ooo19126 (1.9.12); FILE MERGED 2005/09/05 18:48:14 rt 1.9.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5786a3c8e45fadbb570d339ef72a89edd5484b20]

INTEGRATION: CWS ooo19126 (1.16.12); FILE MERGED 2005/09/05 18:48:14 rt 1.16.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ad13eafd635368932b629478e33a41be1d71030]

INTEGRATION: CWS ooo19126 (1.5.12); FILE MERGED 2005/09/05 18:48:13 rt 1.5.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4529d155754fa0f0d3b7035e91be2649f229e51d]

INTEGRATION: CWS ooo19126 (1.2.186); FILE MERGED 2005/09/05 18:48:12 rt 1.2.186.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [90c58cfed4f1ba961066c37fa0a37c2dd0c2d42f]

INTEGRATION: CWS ooo19126 (1.1.1.1.188); FILE MERGED 2005/09/05 18:48:12 rt 1.1.1.1.188.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b664ba1b51ed772ffd5acc804b8ee5dcfdde02b4]

INTEGRATION: CWS ooo19126 (1.6.48); FILE MERGED 2005/09/05 18:48:12 rt 1.6.48.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [941da41bcafaae3c30731608f2ce57e73197ee09]

INTEGRATION: CWS ooo19126 (1.3.12); FILE MERGED 2005/09/05 18:48:12 rt 1.3.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [763f17277d462d4666238c58ed643d30bbba4c59]

INTEGRATION: CWS ooo19126 (1.4.38); FILE MERGED 2005/09/05 18:48:11 rt 1.4.38.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6acf52d254533e209d470bc3180abef55209d6c6]

INTEGRATION: CWS ooo19126 (1.2.178); FILE MERGED 2005/09/05 18:48:11 rt 1.2.178.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e88bc3160be849f9dafa7df716304df57533aea1]

INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 18:48:11 rt 1.3.178.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e290a89352f44bd379fdc37709dee27e321953d3]

INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 18:48:11 rt 1.3.44.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [24326017815ede58f0fed481e1ef870be1381812]

INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 18:48:10 rt 1.3.178.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca45a50f6fd0314e805a196a919296df9716890e]

INTEGRATION: CWS ooo19126 (1.2.178); FILE MERGED 2005/09/05 18:48:10 rt 1.2.178.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dba84bc2e94716ee022cc28c69c4c61362a4547f]

INTEGRATION: CWS ooo19126 (1.3.186); FILE MERGED 2005/09/05 18:48:10 rt 1.3.186.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c85dd490fac6e185da8f79d1a54a536d1939d73]

INTEGRATION: CWS ooo19126 (1.1.1.1.188); FILE MERGED 2005/09/05 18:48:09 rt 1.1.1.1.188.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d15ef49b1da70580815dbb8e745a69abbcf6e939]

INTEGRATION: CWS ooo19126 (1.3.184); FILE MERGED 2005/09/05 18:48:09 rt 1.3.184.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7597a4cc77962f1463374fde84849a2373ad4d4b]

INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 18:48:08 rt 1.4.128.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5694984d53b59508ae506215f2cd4b9fabe1d532]

INTEGRATION: CWS ooo19126 (1.5.48); FILE MERGED 2005/09/05 18:48:08 rt 1.5.48.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [db5b2eae7a97621087a51cb51c629e91716b5b6a]

INTEGRATION: CWS ooo19126 (1.2.186); FILE MERGED 2005/09/05 18:48:08 rt 1.2.186.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c59c7578064b323a6d8af747d59dd45d6bb5be09]

INTEGRATION: CWS ooo19126 (1.3.48); FILE MERGED 2005/09/05 18:48:08 rt 1.3.48.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f48f58a24b273fb46dab2eaf4f2da66770a4eaf4]

INTEGRATION: CWS ooo19126 (1.5.150); FILE MERGED 2005/09/05 18:48:08 rt 1.5.150.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [90f68e950655ba514886f216cac3b0a852dfff44]

INTEGRATION: CWS ooo19126 (1.2.186); FILE MERGED 2005/09/05 18:48:07 rt 1.2.186.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ebae5e6cf2442575e80b0166aad4f8e8252eace0]

INTEGRATION: CWS ooo19126 (1.7.150); FILE MERGED 2005/09/05 18:48:07 rt 1.7.150.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [82b1a4872a9f5e552485ff423cfa8bcfc3fa04cf]

INTEGRATION: CWS ooo19126 (1.4.186); FILE MERGED 2005/09/05 18:48:07 rt 1.4.186.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1be6311e3ce932a6c2f97721d080f5cb8ccc565b]

INTEGRATION: CWS ooo19126 (1.3.186); FILE MERGED 2005/09/05 18:48:07 rt 1.3.186.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [972871ee21011f3f3a37f9e9a68b8b2a02a3827f]

INTEGRATION: CWS ooo19126 (1.2.186); FILE MERGED 2005/09/05 18:48:06 rt 1.2.186.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0565028880f8cc68be1ffda7889298d28866512f]

INTEGRATION: CWS ooo19126 (1.1.186); FILE MERGED 2005/09/05 18:48:06 rt 1.1.186.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e47e43106e3b89f74cd98366f98dc26dd97f2cbc]

INTEGRATION: CWS ooo19126 (1.1.186); FILE MERGED 2005/09/05 18:48:05 rt 1.1.186.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [69e46dc926d17a852e8fa6ccaf1ea874163096aa]

INTEGRATION: CWS ooo19126 (1.10.12); FILE MERGED 2005/09/05 18:48:05 rt 1.10.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [26856b16558d5ab737b460d082d3fffaa1eb4a57]

INTEGRATION: CWS ooo19126 (1.1.186); FILE MERGED 2005/09/05 18:48:04 rt 1.1.186.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f4c17e99f85c3ffde2c2951d032565819343b9b]

INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGED 2005/09/05 18:48:04 rt 1.2.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [516ed732cfca82e3a321648c0bee1e9739e85cf1]

INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 18:48:04 rt 1.2.128.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [773f2157443eedff3dbe3fa6d4ebe9b30dba618c]

INTEGRATION: CWS ooo19126 (1.5.8); FILE MERGED 2005/09/05 18:48:04 rt 1.5.8.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b6c09ad6c7428630e5bed8c784d434201184e3c]

INTEGRATION: CWS ooo19126 (1.3.36); FILE MERGED 2005/09/05 18:48:03 rt 1.3.36.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [83909dbad3400d9767a06cfd6d090184e50a7f6f]

INTEGRATION: CWS ooo19126 (1.6.120); FILE MERGED 2005/09/05 18:48:03 rt 1.6.120.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [36362b5016a14df12d02ee898e9d4c5b6f7a6c02]

INTEGRATION: CWS ooo19126 (1.7.172); FILE MERGED 2005/09/05 18:48:03 rt 1.7.172.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0261c287ad93af11b2e634f0bd6ef7923576c200]

INTEGRATION: CWS ooo19126 (1.31.6); FILE MERGED 2005/09/05 18:48:02 rt 1.31.6.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a516eeb4c903a0676c7a91eb03b5ff00cd6309e6]

INTEGRATION: CWS ooo19126 (1.72.12); FILE MERGED 2005/09/05 18:48:02 rt 1.72.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3093413c48991c2ade26e00df54e9e3c390d6f83]

INTEGRATION: CWS ooo19126 (1.8.104); FILE MERGED 2005/09/05 18:48:02 rt 1.8.104.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5312feb9393168f9658b8d18771f8d70e41f9707]

INTEGRATION: CWS ooo19126 (1.2.172); FILE MERGED 2005/09/05 18:48:02 rt 1.2.172.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [668c0bd4ec0dec29d5d00048f7959cad0dc5f480]

INTEGRATION: CWS ooo19126 (1.2.172); FILE MERGED 2005/09/05 18:48:01 rt 1.2.172.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9e9e2585ddac47aef3223cf066778fe130ab325]

INTEGRATION: CWS ooo19126 (1.7.6); FILE MERGED 2005/09/05 18:48:01 rt 1.7.6.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6634bced233039815cf8a9937cd00e85c0c8469b]

INTEGRATION: CWS ooo19126 (1.13.6); FILE MERGED 2005/09/05 18:48:01 rt 1.13.6.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0402b08e2db6ac039d44891615e2ea733ac20498]

INTEGRATION: CWS ooo19126 (1.2.688); FILE MERGED 2005/09/05 14:54:43 rt 1.2.688.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [26010b4a1bb05e547e538599279a5e2475e00000]

INTEGRATION: CWS ooo19126 (1.2.926); FILE MERGED 2005/09/05 14:54:42 rt 1.2.926.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af58dc8f97a674cb2d5671bfc193b021c3956038]

INTEGRATION: CWS ooo19126 (1.2.638); FILE MERGED 2005/09/05 14:54:41 rt 1.2.638.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [db12c4781d6306ff76febc1360b0f93e10bc647e]

INTEGRATION: CWS ooo19126 (1.5.414); FILE MERGED 2005/09/05 14:54:41 rt 1.5.414.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [75e822693471fa73528c662f04f789d690a2aa6c]

INTEGRATION: CWS ooo19126 (1.2.1088); FILE MERGED 2005/09/05 14:54:40 rt 1.2.1088.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [73b0544bf1be94ff47bf2a7b7c35c789295d9ec9]

INTEGRATION: CWS ooo19126 (1.5.414); FILE MERGED 2005/09/05 14:54:40 rt 1.5.414.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f4059445b5ad8b32072bc4f00d227f26eb7d439]

INTEGRATION: CWS ooo19126 (1.3.638); FILE MERGED 2005/09/05 14:54:39 rt 1.3.638.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a09d8c108aaf98303db5253a03531059f0c99c04]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:54:38 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a03d721d23b2a2310938f6b31a812db56c59087b]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:54:37 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f05f5901eebdab581cb11dc50d65efc66d7adbdb]

INTEGRATION: CWS ooo19126 (1.54.48); FILE MERGED 2005/09/05 14:54:37 rt 1.54.48.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [32a7062e8aef550b4d5efd23b4df8f7ccc575cc4]

INTEGRATION: CWS ooo19126 (1.9.334); FILE MERGED 2005/09/05 14:54:36 rt 1.9.334.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [19878898b125e4b37a256dac5dd0d30a801fd188]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:54:35 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [66226a9f32b0ea8aaf9e0c5fd954e763114c960a]

INTEGRATION: CWS ooo19126 (1.2.464); FILE MERGED 2005/09/05 14:54:34 rt 1.2.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [151754c98ccc9d87c09d08e455118b18319818d7]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:54:33 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd2fa35f8e61ab7ce52409861118c895d387f807]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:54:32 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1af51dd4b950f4f3f862b3b9fb9f80016e2c0999]

INTEGRATION: CWS ooo19126 (1.3.116); FILE MERGED 2005/09/05 14:54:31 rt 1.3.116.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c31c076a186b9f1f9778e1b75150eabee69c9c5b]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:54:31 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ae7df816eb7912af224d060dbfbb0666d1501b27]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:54:30 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9cb436566b05de46414e971f52068fa963afd7db]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:54:30 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [828e9a4487a3a03d337a6a154bb020bed57a50b0]

INTEGRATION: CWS ooo19126 (1.8.474); FILE MERGED 2005/09/05 14:54:29 rt 1.8.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c8791360895f96f2817ed977c3247f8b8a75bd38]

INTEGRATION: CWS ooo19126 (1.9.1088); FILE MERGED 2005/09/05 14:54:28 rt 1.9.1088.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [16e7ce408df1ff1502435f0d891ee2863bec8844]

INTEGRATION: CWS ooo19126 (1.17.138); FILE MERGED 2005/09/05 14:54:28 rt 1.17.138.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7968f3f8c09226265d17999917ea54e4543213ea]

INTEGRATION: CWS ooo19126 (1.19.464); FILE MERGED 2005/09/05 14:54:27 rt 1.19.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4bce9a985cf264cf53a7c2bd30beb215a7574e6f]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:54:27 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f879e555845d07aa18ee4d8dcfd891616579de84]

INTEGRATION: CWS ooo19126 (1.6.474); FILE MERGED 2005/09/05 14:54:26 rt 1.6.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a593a8410abbaf0b3a526e8f5ba7865aab3e740]

INTEGRATION: CWS ooo19126 (1.7.54); FILE MERGED 2005/09/05 14:54:26 rt 1.7.54.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [91fd8d14ba270208ea9ffc96eeb30be5f573a323]

INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 14:54:26 rt 1.5.178.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb7160dd7d55acf9e1cc34c267c8b8b6bc14d425]

INTEGRATION: CWS ooo19126 (1.18.140); FILE MERGED 2005/09/05 14:54:25 rt 1.18.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b92c5f2d9adf141887ec7459ad0352334262fca]

INTEGRATION: CWS ooo19126 (1.17.140); FILE MERGED 2005/09/05 14:54:25 rt 1.17.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd330632de64f15384f5e84ca9f875e0bb95b7ea]

INTEGRATION: CWS ooo19126 (1.5.564); FILE MERGED 2005/09/05 14:54:24 rt 1.5.564.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [34e5ae7d95387a6b4b1f73c978e393fa1e4b4f17]

INTEGRATION: CWS ooo19126 (1.2.386); FILE MERGED 2005/09/05 14:54:24 rt 1.2.386.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dcb57330fca0a3f13f69b822866332190ae3cffe]

INTEGRATION: CWS ooo19126 (1.2.458); FILE MERGED 2005/09/05 14:54:23 rt 1.2.458.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4c001e0a9b0260415216ab458d4a7b8d5df00d2]

INTEGRATION: CWS ooo19126 (1.5.926); FILE MERGED 2005/09/05 14:54:23 rt 1.5.926.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [37bb5664e4cef1e64fdba1a30b13ad5c584ca75a]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:54:23 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c647fe85614f824bf6a5dc21bc085712b4b1ecf]

INTEGRATION: CWS ooo19126 (1.4.474); FILE MERGED 2005/09/05 14:54:22 rt 1.4.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [05fc7c5f95ac22cc4e01d08e875a8eeeffc0b78f]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:54:22 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84d6f6be93a2aa6e4aa5788fd9d25b5970d7160a]

INTEGRATION: CWS ooo19126 (1.4.140); FILE MERGED 2005/09/05 14:54:21 rt 1.4.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af32e21ddf844701730980744ad209c1bb3afdc1]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:54:21 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [577aff927b2b2b71acd8789103b5370bf7d7eac2]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:54:20 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f3d658329604d978f8dac968758dcd0156593ff8]

INTEGRATION: CWS ooo19126 (1.11.214); FILE MERGED 2005/09/05 14:54:20 rt 1.11.214.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [44d5ce80eb4fd4937ed65b0feca7b2544f2f370e]

INTEGRATION: CWS ooo19126 (1.10.140); FILE MERGED 2005/09/05 14:54:20 rt 1.10.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4d52433b8c1121db99e472b4a7df56e5ff42f924]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:54:19 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [946850b16e280303c0fc86b5c5438466eed6fd6b]

INTEGRATION: CWS ooo19126 (1.7.114); FILE MERGED 2005/09/05 14:54:19 rt 1.7.114.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f77902f12cbf984c175348764b1e4cbbe137ad00]

INTEGRATION: CWS ooo19126 (1.10.140); FILE MERGED 2005/09/05 14:54:19 rt 1.10.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bae1bfa43dd1afcde0904664b3cad725b6cfa47d]

INTEGRATION: CWS ooo19126 (1.12.140); FILE MERGED 2005/09/05 14:54:18 rt 1.12.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [779500b09798bdc2f9685639c82f3db410def7e8]

INTEGRATION: CWS ooo19126 (1.10.140); FILE MERGED 2005/09/05 14:54:18 rt 1.10.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff652ade20d0ad09c80117a08001730326c968b4]

INTEGRATION: CWS ooo19126 (1.3.2); FILE MERGED 2005/09/05 14:01:26 rt 1.3.2.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8f83993bb71cbef00f1185eb869adfabfc0063e]

INTEGRATION: CWS ooo19126 (1.19.114); FILE MERGED 2005/09/05 14:54:17 rt 1.19.114.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0efccc5284f9da9c36873d63cbc6ef1c94b1d26]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:54:17 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [db10f333cb8976cd2f1a95c898b8e62016e8730b]

INTEGRATION: CWS ooo19126 (1.13.38); FILE MERGED 2005/09/05 12:06:51 rt 1.13.38.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd70d20397cc5877535ce109e2e09f5529458ab1]

INTEGRATION: CWS ooo19126 (1.7.252); FILE MERGED 2005/09/05 14:54:15 rt 1.7.252.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b473ab0231c54a764a61209e7cee2eb45b53e185]

INTEGRATION: CWS ooo19126 (1.24.2); FILE MERGED 2005/09/05 12:06:50 rt 1.24.2.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f201347c96f7e0b18181196bd9be7eec9859abf]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:54:15 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46b44598091838e159951f1153a0d531616bd0a2]

INTEGRATION: CWS ooo19126 (1.2.230); FILE MERGED 2005/09/05 12:06:50 rt 1.2.230.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84ba0ab9fa34f53ceeb6064ae491b136c03545b4]

INTEGRATION: CWS ooo19126 (1.3.240); FILE MERGED 2005/09/05 14:54:14 rt 1.3.240.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a328527e1eb6446e8f90e3a32392cc9af4ccf6fb]

INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 12:06:49 rt 1.3.118.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5791a197db900fa7c8f35a6f9090cfde6d3aaa70]

INTEGRATION: CWS ooo19126 (1.5.118); FILE MERGED 2005/09/05 12:06:49 rt 1.5.118.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [08da6fd8236ebf6a4a60a265b88e528e9ca7789f]

INTEGRATION: CWS ooo19126 (1.15.152); FILE MERGED 2005/09/05 14:54:13 rt 1.15.152.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c874b41595b801ab9164b53cc4322526c89cd5ad]

INTEGRATION: CWS ooo19126 (1.31.2); FILE MERGED 2005/09/05 12:06:48 rt 1.31.2.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b6e11229711a3f82c1705fca5f7e4083bf6ecb4]

INTEGRATION: CWS ooo19126 (1.6.1070); FILE MERGED 2005/09/05 14:54:13 rt 1.6.1070.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [66fb513ce300d024cf379d20f83b2b15213bffe0]

INTEGRATION: CWS ooo19126 (1.3.98); FILE MERGED 2005/09/05 12:06:48 rt 1.3.98.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cea2622b4437c2039165f8031257658ee2f5572f]

INTEGRATION: CWS ooo19126 (1.6.140); FILE MERGED 2005/09/05 14:54:12 rt 1.6.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f72cbf5a0b35e612091c9c17b983a5725035f90]

INTEGRATION: CWS ooo19126 (1.8.140); FILE MERGED 2005/09/05 14:54:11 rt 1.8.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [18d03ea2e822582374b5a36c2f086a9a8f1b2927]

INTEGRATION: CWS ooo19126 (1.8.54); FILE MERGED 2005/09/05 12:06:48 rt 1.8.54.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fceccc02fc1e71c73623fccd6ffb30badb350bb5]

INTEGRATION: CWS ooo19126 (1.18.104); FILE MERGED 2005/09/05 12:06:47 rt 1.18.104.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1444daa893a5c325bfae760375df8316d2702948]

INTEGRATION: CWS ooo19126 (1.4.1088); FILE MERGED 2005/09/05 14:54:11 rt 1.4.1088.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [70a7b469da3897580309f4f57ff6856d48566fa4]

INTEGRATION: CWS ooo19126 (1.15.76); FILE MERGED 2005/09/05 12:06:47 rt 1.15.76.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89b4786e9496bfd25aba06a8f8087f3ae8af42af]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:54:11 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d21fc94dbb12efd828c567f596d9158f7b6c0d30]

INTEGRATION: CWS ooo19126 (1.8.86); FILE MERGED 2005/09/05 12:06:47 rt 1.8.86.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [440aa21bc3e4f7ac9681a6d4665d83b4bad26acb]

INTEGRATION: CWS ooo19126 (1.30.2); FILE MERGED 2005/09/05 12:06:46 rt 1.30.2.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33e245cdb67d1f90779ae132924abbda3c365026]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:54:10 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e87cdbc8ede5b7f9858ed4afb0e485318b265425]

INTEGRATION: CWS ooo19126 (1.4.88); FILE MERGED 2005/09/05 12:06:46 rt 1.4.88.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f35229262e322cf777abe89807543ee5c164bbdd]

INTEGRATION: CWS ooo19126 (1.5.88); FILE MERGED 2005/09/05 12:06:45 rt 1.5.88.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a32e4ec638945ca1c0f209ac53e45ff3cc30b14]

INTEGRATION: CWS ooo19126 (1.3.638); FILE MERGED 2005/09/05 14:54:09 rt 1.3.638.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5eff80732590baf82aa5b820b677b16dc7f9af1d]

INTEGRATION: CWS ooo19126 (1.12.22); FILE MERGED 2005/09/05 12:06:45 rt 1.12.22.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [018652d6b479af2e6bd18f1a3739e39f92304387]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:54:08 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d7bce862f83c370fe2fbfe213c9df32f8f2ef6e4]

INTEGRATION: CWS ooo19126 (1.10.24); FILE MERGED 2005/09/05 12:06:44 rt 1.10.24.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [08407b239828ef05a724dc357916618057ef71a8]

INTEGRATION: CWS ooo19126 (1.18.32); FILE MERGED 2005/09/05 12:06:44 rt 1.18.32.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0d95c167b04392c2b0f18ebf6be637c99f894a0]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:54:07 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b38772917416a8e4d346d797863aaea1c708f52]

INTEGRATION: CWS ooo19126 (1.4.1070); FILE MERGED 2005/09/05 14:54:07 rt 1.4.1070.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [feaa0314b3c0a8435e9f4ceca31f62c1e73adcd6]

INTEGRATION: CWS ooo19126 (1.3.98); FILE MERGED 2005/09/05 12:06:43 rt 1.3.98.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8742124caceda15b73bf9cff533a0b45ef808d7]

INTEGRATION: CWS ooo19126 (1.22.10); FILE MERGED 2005/09/05 12:06:43 rt 1.22.10.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2fd4f29fe04fab7cd337c72d3679f37830999441]

INTEGRATION: CWS ooo19126 (1.2.1102); FILE MERGED 2005/09/05 14:54:07 rt 1.2.1102.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9216b17e18ebb6559e908c098cc7e659d4bb9ab8]

INTEGRATION: CWS ooo19126 (1.2.226); FILE MERGED 2005/09/05 12:06:42 rt 1.2.226.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6da279d4694c4dc2eb0b1957e828ce245d3b4027]

INTEGRATION: CWS ooo19126 (1.4.1102); FILE MERGED 2005/09/05 14:54:06 rt 1.4.1102.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d5a32ca7a418026cff8c39d040c39b70ae6d2a7]

INTEGRATION: CWS ooo19126 (1.2.226); FILE MERGED 2005/09/05 12:06:41 rt 1.2.226.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0512cde7e81ad3bde81de825ed7a9dee1660278a]

INTEGRATION: CWS ooo19126 (1.2.122); FILE MERGED 2005/09/05 14:54:06 rt 1.2.122.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ee877a4ba71e7c4abe0735bbffd4328fb257fdd]

INTEGRATION: CWS ooo19126 (1.2.122); FILE MERGED 2005/09/05 14:54:05 rt 1.2.122.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1567664d28a3ec19241d7d330ede6b2d88d6da18]

INTEGRATION: CWS ooo19126 (1.2.226); FILE MERGED 2005/09/05 12:06:40 rt 1.2.226.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5620625619f3ab62357f6428b908dff36218b4c5]

INTEGRATION: CWS ooo19126 (1.2.226); FILE MERGED 2005/09/05 12:06:39 rt 1.2.226.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [967e48029994b98e3a035c285ac9e09516ed88c8]

INTEGRATION: CWS ooo19126 (1.2.122); FILE MERGED 2005/09/05 14:54:04 rt 1.2.122.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6825e44e6721b61b735e7b8e927095047cb2543a]

INTEGRATION: CWS ooo19126 (1.6.88); FILE MERGED 2005/09/05 12:06:38 rt 1.6.88.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bed7f303ba5b737614cc5aed792789891d76ff35]

INTEGRATION: CWS ooo19126 (1.10.222); FILE MERGED 2005/09/05 12:06:38 rt 1.10.222.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3df9342773119f4f4ac2c7b5eff3f3ca081eedf1]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:54:03 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [beb14fa60831d5a7b31fbc12ae03cf20e7a86d6d]

INTEGRATION: CWS ooo19126 (1.30.76); FILE MERGED 2005/09/05 12:06:38 rt 1.30.76.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a1393754ec922dd211da4c298cf3a35cbe19c580]

INTEGRATION: CWS ooo19126 (1.31.298); FILE MERGED 2005/09/05 14:54:03 rt 1.31.298.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [991354913a0f0e4edea9ba2af4965ff097f08eb1]

INTEGRATION: CWS ooo19126 (1.3.224); FILE MERGED 2005/09/05 12:06:38 rt 1.3.224.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65ee788860a1049e8ec25f6ae90ed75a88061136]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:54:02 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b8a4c1db0a24b6f2064d66de6e2fb4d280d100b]

INTEGRATION: CWS ooo19126 (1.1.1.1.254); FILE MERGED 2005/09/05 12:06:37 rt 1.1.1.1.254.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3fa05f282e493d61b1932a0bbd697e313743c1c7]

INTEGRATION: CWS ooo19126 (1.6.86); FILE MERGED 2005/09/05 14:54:02 rt 1.6.86.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b857669d44a45915324b3a52e2317f9536ee8d07]

INTEGRATION: CWS ooo19126 (1.5.86); FILE MERGED 2005/09/05 12:06:37 rt 1.5.86.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [241937cdba290e579072de494881c24ca04befa5]

INTEGRATION: CWS ooo19126 (1.2.240); FILE MERGED 2005/09/05 12:06:36 rt 1.2.240.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5da6815559d3325b98fad7a6dc23206ad3a737e2]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:54:01 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [48af22e2e633bae1f24e6b93907229fdc6933c48]

INTEGRATION: CWS ooo19126 (1.6.88); FILE MERGED 2005/09/05 12:06:36 rt 1.6.88.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff08f65927cf63ab975ffed41d2c1e4d68c0452c]

INTEGRATION: CWS ooo19126 (1.2.226); FILE MERGED 2005/09/05 12:06:36 rt 1.2.226.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5985e510028ee34b20a82bd1a7db9b3e0abd8bc1]

INTEGRATION: CWS ooo19126 (1.3.258); FILE MERGED 2005/09/05 14:54:00 rt 1.3.258.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ddd414ee048547e8e5f67b9c983b4ec94a01bb7]

INTEGRATION: CWS ooo19126 (1.1.1.1.254); FILE MERGED 2005/09/05 12:06:35 rt 1.1.1.1.254.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6ba0f860b8bf79d69829e90bb1758a99ebb691c]

INTEGRATION: CWS ooo19126 (1.8.140); FILE MERGED 2005/09/05 14:54:00 rt 1.8.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c8d4c0846fc12468211b82679e94c8205b95903d]

INTEGRATION: CWS ooo19126 (1.5.88); FILE MERGED 2005/09/05 12:06:35 rt 1.5.88.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6bd81d91814028bd47aa5bb2d06425c81c0b3ecd]

INTEGRATION: CWS ooo19126 (1.4.140); FILE MERGED 2005/09/05 14:54:00 rt 1.4.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd8e85df9c2d6f8c2431b4517c8fdfa31874b6fa]

INTEGRATION: CWS ooo19126 (1.59.10); FILE MERGED 2005/09/05 12:06:34 rt 1.59.10.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f98401d2864984bf1b3dad2bc1f82618d4699f1]

INTEGRATION: CWS ooo19126 (1.18.298); FILE MERGED 2005/09/05 14:53:59 rt 1.18.298.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c73dd1b200302a33fb64271be7a2aa6a15ed0994]

INTEGRATION: CWS ooo19126 (1.9.10); FILE MERGED 2005/09/05 12:06:34 rt 1.9.10.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f958d9a4d6c682c8027be1c93f383b026cdec8cc]

INTEGRATION: CWS ooo19126 (1.38.94); FILE MERGED 2005/09/05 14:53:59 rt 1.38.94.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f5c5218ead6cf68c157d779c379edf01a4943205]

INTEGRATION: CWS ooo19126 (1.14.10); FILE MERGED 2005/09/05 12:06:34 rt 1.14.10.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [51e6430ee4506d6c4901a933d96c657a89a606f5]

INTEGRATION: CWS ooo19126 (1.62.298); FILE MERGED 2005/09/05 14:53:58 rt 1.62.298.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c107d32582c966cfc7f885edfc888b6ea59a6295]

INTEGRATION: CWS ooo19126 (1.2.252); FILE MERGED 2005/09/05 12:06:33 rt 1.2.252.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [490ff28d72462ad8683201d3b7d0ffeeacc4772f]

INTEGRATION: CWS ooo19126 (1.1.1.1.254); FILE MERGED 2005/09/05 12:06:33 rt 1.1.1.1.254.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [38aac35d3745a637b2ef0e44180eb10dd6cb9301]

INTEGRATION: CWS ooo19126 (1.55.90); FILE MERGED 2005/09/05 14:53:58 rt 1.55.90.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c9fc58e45706afe718e47d6230773fb92ba4e4f6]

INTEGRATION: CWS ooo19126 (1.7.86); FILE MERGED 2005/09/05 12:06:32 rt 1.7.86.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f0429c9d202ff51b5119391a9d63028b701d0dd]

INTEGRATION: CWS ooo19126 (1.36.96); FILE MERGED 2005/09/05 14:53:57 rt 1.36.96.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [642aaa6f7b8a23054b2c071052376cb66a0da33f]

INTEGRATION: CWS ooo19126 (1.11.26); FILE MERGED 2005/09/05 12:06:32 rt 1.11.26.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9bc201544468ffbf6d343d566c5a4970242c8f6d]

INTEGRATION: CWS ooo19126 (1.4.1088); FILE MERGED 2005/09/05 14:53:57 rt 1.4.1088.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2b74816d69539cf8e27d945f94f2254ee59b765]

INTEGRATION: CWS ooo19126 (1.16.10); FILE MERGED 2005/09/05 12:06:32 rt 1.16.10.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b83dd3ae890637a03bc1bd9b6c393e3da0be98a4]

INTEGRATION: CWS ooo19126 (1.5.492); FILE MERGED 2005/09/05 14:53:57 rt 1.5.492.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d378168a68500b53c6e13d3d219bf299666ded2]

INTEGRATION: CWS ooo19126 (1.8.32); FILE MERGED 2005/09/05 12:06:32 rt 1.8.32.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4588321ca91eabea4b7315959dcacef7ffeb54ad]

INTEGRATION: CWS ooo19126 (1.3.474); FILE MERGED 2005/09/05 14:53:56 rt 1.3.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bccf677d2b28c524343a13f909599e89b8022943]

INTEGRATION: CWS ooo19126 (1.2.88); FILE MERGED 2005/09/05 12:06:31 rt 1.2.88.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [873e510c114ce781bb26eda4f4cac7495d49d42b]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:53:56 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e33b34133635846dc228bb9d890341b6f6286cd2]

INTEGRATION: CWS ooo19126 (1.7.54); FILE MERGED 2005/09/05 12:06:31 rt 1.7.54.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [137ea1e50cf368554234cf5a285311043c934235]

INTEGRATION: CWS ooo19126 (1.4.474); FILE MERGED 2005/09/05 14:53:56 rt 1.4.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c39f13589a54d2625efca724790291fe54eda82]

INTEGRATION: CWS ooo19126 (1.24.10); FILE MERGED 2005/09/05 12:06:31 rt 1.24.10.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6d0724356b6a4ecd9c16b04e60e62503bafcbb1]

INTEGRATION: CWS ooo19126 (1.2.492); FILE MERGED 2005/09/05 14:53:55 rt 1.2.492.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c53984982a0bf766b3f741433679432975a9b10d]

INTEGRATION: CWS ooo19126 (1.6.10); FILE MERGED 2005/09/05 12:06:30 rt 1.6.10.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2eb1a8eac88862a44f60eb04e461007e44a9d574]

INTEGRATION: CWS ooo19126 (1.6.474); FILE MERGED 2005/09/05 14:53:55 rt 1.6.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e3ffd0858b033a056fe4037c09dd978bddabbbb]

INTEGRATION: CWS ooo19126 (1.6.32); FILE MERGED 2005/09/05 12:06:30 rt 1.6.32.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2982f1f4753ccec05fc738dc3401c8c35d7fb037]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:53:55 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e335d7068bc244d1988a8597f3fad7275128603d]

INTEGRATION: CWS ooo19126 (1.10.140); FILE MERGED 2005/09/05 14:53:54 rt 1.10.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a34c5baaee9e482be3e449157c3e33fa38f313de]

INTEGRATION: CWS ooo19126 (1.3.474); FILE MERGED 2005/09/05 14:53:53 rt 1.3.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41c43b9bf02f4d345db9a8002804cccab6dfc37e]

INTEGRATION: CWS ooo19126 (1.4.140); FILE MERGED 2005/09/05 14:53:53 rt 1.4.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6defee593cbdc5b0a89847453ab4f14e011f267f]

INTEGRATION: CWS ooo19126 (1.2.474); FILE MERGED 2005/09/05 14:53:53 rt 1.2.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1633a6fef1f52022c155ffa97afe07443c0d9473]

INTEGRATION: CWS ooo19126 (1.1.1106); FILE MERGED 2005/09/05 14:53:52 rt 1.1.1106.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [98762dc605dd744de886d4d6d1f9122168c4dd36]

INTEGRATION: CWS ooo19126 (1.2.474); FILE MERGED 2005/09/05 14:53:52 rt 1.2.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [54b9b4b3b900e1488acbf298a76c20dc305228dc]

INTEGRATION: CWS ooo19126 (1.5.474); FILE MERGED 2005/09/05 14:53:51 rt 1.5.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d779e1512cb22c00d7609e0fa2b6e3fa6e4f402]

INTEGRATION: CWS ooo19126 (1.1.256); FILE MERGED 2005/09/05 13:16:17 rt 1.1.256.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4dbc2cbc6f4edf4189a5ee8477f816c6beb65f9c]

INTEGRATION: CWS ooo19126 (1.3.474); FILE MERGED 2005/09/05 14:53:50 rt 1.3.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0d47d88d41bd8e36d27511ac2b6e524fa86d834]

INTEGRATION: CWS ooo19126 (1.1.256); FILE MERGED 2005/09/05 13:16:16 rt 1.1.256.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c35aedf8df0fb89adceff5a336d5c5ba632cd660]

INTEGRATION: CWS ooo19126 (1.5.140); FILE MERGED 2005/09/05 14:53:50 rt 1.5.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [56642cd93882ec2bcaf7ebcc20823ef8813dcd14]

INTEGRATION: CWS ooo19126 (1.40.76); FILE MERGED 2005/09/05 13:16:16 rt 1.40.76.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1ac1c4851ec8beb10fbc2d54932178bf7cf52b28]

INTEGRATION: CWS ooo19126 (1.2.474); FILE MERGED 2005/09/05 14:53:50 rt 1.2.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8618b4d000fad390b9e5288e080ded3c01d40f1d]

INTEGRATION: CWS ooo19126 (1.3.94); FILE MERGED 2005/09/05 13:16:15 rt 1.3.94.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ef344ccbcc1773bc8167ae5c8bdca10b8e00550]

INTEGRATION: CWS ooo19126 (1.3.62); FILE MERGED 2005/09/05 14:53:49 rt 1.3.62.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a380d830959cf8b27619a43f0ef4c2f4c940e72]

INTEGRATION: CWS ooo19126 (1.2.244); FILE MERGED 2005/09/05 13:16:15 rt 1.2.244.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [83a3fe8cf292d8e29f62e1b08b00390a3e41c664]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:53:49 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [169e27dcd6db1346542b783dd78e289b2d650b72]

INTEGRATION: CWS ooo19126 (1.8.94); FILE MERGED 2005/09/05 13:16:15 rt 1.8.94.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fcabf580ea10347aeca5e2c011a5eace0f644f25]

INTEGRATION: CWS ooo19126 (1.1.1.1.258); FILE MERGED 2005/09/05 13:16:14 rt 1.1.1.1.258.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e99fb0cbbfb0ce3163d89a7c094623b6706aefbf]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:53:48 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [831f34c439e0b1e1f790582e50040502a3118232]

INTEGRATION: CWS ooo19126 (1.3.94); FILE MERGED 2005/09/05 13:16:14 rt 1.3.94.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a333ea4cdfcc8cb6cd3ce82a45931a35bfb2062a]

INTEGRATION: CWS ooo19126 (1.12.34); FILE MERGED 2005/09/05 13:16:14 rt 1.12.34.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f767f86c2ca71d6827e2833ab58325f8b68fc4bf]

INTEGRATION: CWS ooo19126 (1.54.66); FILE MERGED 2005/09/05 13:16:13 rt 1.54.66.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d7fa2984235d189e039029732c5f44a3a7777e68]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:53:46 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f696365639cc060f1c08055c7ed415e9e5ff200e]

INTEGRATION: CWS ooo19126 (1.7.6); FILE MERGED 2005/09/05 13:16:12 rt 1.7.6.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6452409b4a4dfdd7565aa429fc5c1312eec08d71]

INTEGRATION: CWS ooo19126 (1.9.90); FILE MERGED 2005/09/05 13:16:12 rt 1.9.90.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [517796636a73379117f9dbfec7d6b55ac852171c]

INTEGRATION: CWS ooo19126 (1.15.16); FILE MERGED 2005/09/05 13:16:12 rt 1.15.16.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [48645fb0b047b2e0a88668b570550755dc95c816]

INTEGRATION: CWS ooo19126 (1.2.256); FILE MERGED 2005/09/05 13:16:12 rt 1.2.256.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4db9df483e02d633c71073e8b0ae319c54f76bab]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:53:45 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35ac4da14c130e54c9003645dd8e92e0948b63e9]

INTEGRATION: CWS ooo19126 (1.11.34); FILE MERGED 2005/09/05 13:16:11 rt 1.11.34.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c79bd3cd027a38777a040162a0b6ba254dbdcf7]

INTEGRATION: CWS ooo19126 (1.17.34); FILE MERGED 2005/09/05 13:16:11 rt 1.17.34.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [54ae034fa1f22b251b88952046d5fb119ca6799b]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:53:44 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [15961bcff0e7162de86d4598a7b8f460c080badb]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:53:43 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed9c30811220d0ea345af4fa11e4aa7dc456dbde]

INTEGRATION: CWS ooo19126 (1.5.90); FILE MERGED 2005/09/05 13:16:08 rt 1.5.90.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31d6976e647fcb0932b0bb05e736e980b970d011]

INTEGRATION: CWS ooo19126 (1.4.62); FILE MERGED 2005/09/05 14:53:42 rt 1.4.62.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c3aa73bfc9d002c8d66bd1da5e720c9257fa119e]

INTEGRATION: CWS ooo19126 (1.15.76); FILE MERGED 2005/09/05 13:16:08 rt 1.15.76.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8c89a473967fc16993d0c2ac2ec14c33471228a]

INTEGRATION: CWS ooo19126 (1.16.154); FILE MERGED 2005/09/05 14:53:42 rt 1.16.154.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc2d71a7270edd0f011903ea858fe91f7ddb39fe]

INTEGRATION: CWS ooo19126 (1.8.90); FILE MERGED 2005/09/05 13:16:07 rt 1.8.90.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1261e4989ecc1957539b0c5f850c6f022d97169e]

INTEGRATION: CWS ooo19126 (1.15.240); FILE MERGED 2005/09/05 14:53:41 rt 1.15.240.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5bfc252ac6b187778618854333e9b55875c0a3a9]

INTEGRATION: CWS ooo19126 (1.12.90); FILE MERGED 2005/09/05 13:16:07 rt 1.12.90.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63462e61fa4af7a19738dfbf1a93a5582d43bb87]

INTEGRATION: CWS ooo19126 (1.68.240); FILE MERGED 2005/09/05 14:53:41 rt 1.68.240.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dada9b6766c1adc0176f214664afd38dbbf18506]

INTEGRATION: CWS ooo19126 (1.2.34); FILE MERGED 2005/09/05 13:16:07 rt 1.2.34.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c51b57105844eb4b108d4080a12a54fd8471ecc]

INTEGRATION: CWS ooo19126 (1.8.266); FILE MERGED 2005/09/05 14:53:41 rt 1.8.266.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b06e6e972c96679a705524a3badbb41351e34cdd]

INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 13:16:06 rt 1.3.110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [91ab485b62eddce9f19e3b169dc282af457627ce]

INTEGRATION: CWS ooo19126 (1.11.58); FILE MERGED 2005/09/05 13:16:06 rt 1.11.58.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3178fb1745a553f7482b55cf625ea40479adb55f]

INTEGRATION: CWS ooo19126 (1.3.1096); FILE MERGED 2005/09/05 14:53:40 rt 1.3.1096.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f90fb75432322f054e6f01707c32e9744387391e]

INTEGRATION: CWS ooo19126 (1.4.232); FILE MERGED 2005/09/05 13:16:06 rt 1.4.232.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [05023a2b55df93db48f705ce29ffe0223c5264ef]

INTEGRATION: CWS ooo19126 (1.16.52); FILE MERGED 2005/09/05 13:16:05 rt 1.16.52.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46c8369602f52bfe4513c21e426d4ef2cc19c243]

INTEGRATION: CWS ooo19126 (1.2.380); FILE MERGED 2005/09/05 14:53:40 rt 1.2.380.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [635e80766a2870a8223c29c47f2783d6c748018e]

INTEGRATION: CWS ooo19126 (1.32.136); FILE MERGED 2005/09/05 14:53:39 rt 1.32.136.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d761a7df298a0f8fc2c5751de7b412e7eba3b501]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:53:36 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c212f632c7564632a0511d56f6c435f3517b260]

INTEGRATION: CWS ooo19126 (1.22.464); FILE MERGED 2005/09/05 14:53:35 rt 1.22.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e300fb338edfbf1f2e1bb10707c7c6274462bdc]

INTEGRATION: CWS ooo19126 (1.2.638); FILE MERGED 2005/09/05 14:53:35 rt 1.2.638.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d033a89263934ed61891448ca675b63d3f64c380]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:53:35 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [73855cbfe7527ec4d69bb8c46ddb289957152f24]

INTEGRATION: CWS ooo19126 (1.6.240); FILE MERGED 2005/09/05 14:53:35 rt 1.6.240.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a789383e2e7b93ed7696a6cbd910ca6831675a2b]

INTEGRATION: CWS ooo19126 (1.4.210); FILE MERGED 2005/09/05 14:53:34 rt 1.4.210.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a09491df159ff8566ba942ec787ca207c4676e38]

INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 14:53:34 rt 1.2.428.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ff147057a7216f2abd672d4a61bb68352e4a58e]

INTEGRATION: CWS ooo19126 (1.61.186); FILE MERGED 2005/09/05 14:53:34 rt 1.61.186.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [541ee0fee256ddb01f64dd0ae416feb24a2db3fa]

INTEGRATION: CWS ooo19126 (1.38.48); FILE MERGED 2005/09/05 14:53:34 rt 1.38.48.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [85569c71bc869de40b27e1a2aba736af36ca02fa]

INTEGRATION: CWS ooo19126 (1.9.458); FILE MERGED 2005/09/05 14:53:33 rt 1.9.458.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [861b5b261b3ca52fc475d61e5a0df186572e4bb4]

INTEGRATION: CWS ooo19126 (1.2.926); FILE MERGED 2005/09/05 14:53:33 rt 1.2.926.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d809e63bdaea7ac6ca099dbba8c07bb506cf5e73]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:53:33 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [66bed2d24a0e5493c8a10370ce6f2176738e6802]

INTEGRATION: CWS ooo19126 (1.50.52); FILE MERGED 2005/09/05 14:53:32 rt 1.50.52.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f30024f1a32d86aba59ca1b2d8a0c1fb8ac0ecd]

INTEGRATION: CWS ooo19126 (1.5.154); FILE MERGED 2005/09/05 14:53:32 rt 1.5.154.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff0c0064a8a79409ed92b0e46f81a023502d6195]

INTEGRATION: CWS ooo19126 (1.11.94); FILE MERGED 2005/09/05 14:53:32 rt 1.11.94.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [49de5c40891dec3a7ff16cf1728ed06939834b37]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:53:31 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd96a21dc632e2908c0f93927a4da38d3f294d4e]

INTEGRATION: CWS ooo19126 (1.2.474); FILE MERGED 2005/09/05 14:53:31 rt 1.2.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c83c8e9c45c1b608e01875f692b12d4cd843fbf5]

INTEGRATION: CWS ooo19126 (1.25.464); FILE MERGED 2005/09/05 14:53:31 rt 1.25.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c577cc9706a033e7ddd07dea327e7e1aaaebddc]

INTEGRATION: CWS ooo19126 (1.2.1066); FILE MERGED 2005/09/05 14:53:31 rt 1.2.1066.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [16d98594aa013648fbf5604ba27525d5f38b8448]

INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 14:53:30 rt 1.4.178.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b04e4861288b7becd24ef8a15bb80d60591cd7cc]

INTEGRATION: CWS ooo19126 (1.2.1100); FILE MERGED 2005/09/05 14:53:30 rt 1.2.1100.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [674eaa7655e2b78d2e91bde0fcb98dd06b2aabba]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:53:30 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [54563be5f80ca9895a38a929765ec72566d68ce6]

INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGED 2005/09/05 14:53:29 rt 1.2.62.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de8f86daa3fd65dee924208d6d382d01b211058a]

INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGED 2005/09/05 14:53:28 rt 1.2.62.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [91b542aaebb89aa342448593c36001b1b084124b]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:53:27 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cada9394fac9f110b10ac18e9e4a1c81ca55d395]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:53:26 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d64fb9da5149bde54d944f76e6a028bc7fd0244]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:53:25 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3601f5acba211f668229a862f654d99193bd6703]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:53:24 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd95cb4aa47075b8a49f2016383c27befd05f16f]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:53:23 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5bd17bbafaf172885c231106eafb04f384fb0682]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:53:22 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [305076d4cb9c8a7845afcdfdb1bccb6c107251da]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:53:21 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [178f1e700c9f2461a6b5dbb3ce806516e164487a]

INTEGRATION: CWS ooo19126 (1.6.1066); FILE MERGED 2005/09/05 14:53:21 rt 1.6.1066.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff63dfa9001894e862b5d11d6e7d07b54c457a74]

INTEGRATION: CWS ooo19126 (1.5.138); FILE MERGED 2005/09/05 14:53:21 rt 1.5.138.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d43708ad7a4fc26308bdc84cf89f3369deb87f6]

INTEGRATION: CWS ooo19126 (1.9.474); FILE MERGED 2005/09/05 14:53:21 rt 1.9.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e81dd64b434d247adc3cdc8f5dda88be746f7ffc]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:53:20 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f1e0580958c8795c55f33c7f94619c974f1235c]

INTEGRATION: CWS ooo19126 (1.5.140); FILE MERGED 2005/09/05 14:53:20 rt 1.5.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf915672d912ea410f6bf6e57314c2a001efdc1f]

INTEGRATION: CWS ooo19126 (1.6.138); FILE MERGED 2005/09/05 14:53:20 rt 1.6.138.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ae1d0ef41326107292aa3444662a9f0471e82b94]

INTEGRATION: CWS ooo19126 (1.2.474); FILE MERGED 2005/09/05 14:53:20 rt 1.2.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6bffd2e2bc08edf8b1f2d346409c2cb629526ced]

INTEGRATION: CWS ooo19126 (1.10.140); FILE MERGED 2005/09/05 14:53:19 rt 1.10.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b99176ccf038db1eb1ec812d662646d13a035eb]

INTEGRATION: CWS ooo19126 (1.4.474); FILE MERGED 2005/09/05 14:53:19 rt 1.4.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [51c75d67de21c587d1e6ed6f0f95e4266fd8ceed]

INTEGRATION: CWS ooo19126 (1.4.140); FILE MERGED 2005/09/05 14:53:19 rt 1.4.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [85332c6010781227827c487e9dce816b2eea1bce]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:53:19 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc41c87127ace32382fa5c54c796ebd28513b917]

INTEGRATION: CWS ooo19126 (1.3.64); FILE MERGED 2005/09/05 14:53:19 rt 1.3.64.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec87dbb920eef77abc07c9875629fcf04b397585]

INTEGRATION: CWS ooo19126 (1.2.926); FILE MERGED 2005/09/05 14:53:18 rt 1.2.926.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c3c20aac1dcaaec69a2e21ce96f8aaea7e06b8ef]

INTEGRATION: CWS ooo19126 (1.5.140); FILE MERGED 2005/09/05 14:53:18 rt 1.5.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd51b844892bb17670a5c11f928d8b66641fa882]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:53:18 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5a39d5888b8f8973717f6b6b75f00fc828d7a12]

INTEGRATION: CWS ooo19126 (1.6.458); FILE MERGED 2005/09/05 14:53:17 rt 1.6.458.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e65d9b9b9cf204d6d3ac766547f179815adb0ed]

INTEGRATION: CWS ooo19126 (1.7.458); FILE MERGED 2005/09/05 14:53:17 rt 1.7.458.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d01b9719b33729f5a34b01832b33c91cb3366457]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:53:17 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d6f5b553880eedceb9f96d3625189459dec9aeb]

INTEGRATION: CWS ooo19126 (1.5.474); FILE MERGED 2005/09/05 14:53:16 rt 1.5.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6344d7f1c353e29f59ebf4b71e6489c3f3e2d60e]

INTEGRATION: CWS ooo19126 (1.2.380); FILE MERGED 2005/09/05 14:53:16 rt 1.2.380.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec9ea4f26c36b9b12af755b6ac89eda99a82f666]

INTEGRATION: CWS ooo19126 (1.2.284); FILE MERGED 2005/09/05 14:53:16 rt 1.2.284.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bfbd41da6559a78315d9aefa77d7139a849248c8]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:53:14 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [174a7ad4793ba3723f10c90415d63dfd6b25cab1]

INTEGRATION: CWS ooo19126 (1.2.380); FILE MERGED 2005/09/05 14:53:13 rt 1.2.380.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [887833f7a87f8083d8366bc598622278b34036ce]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:53:13 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [44e2363543776dd5ab920d589696949bffa4aa59]

INTEGRATION: CWS ooo19126 (1.2.284); FILE MERGED 2005/09/05 14:53:12 rt 1.2.284.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [20695a38901068eb3bc7b51caad545662cb76a60]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:53:12 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [45c94c6e97d741f7a7cb8118496a5b835844b724]

INTEGRATION: CWS ooo19126 (1.2.284); FILE MERGED 2005/09/05 14:53:11 rt 1.2.284.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [08bbc8044ea19efeaa8b2992ad6e7f43848031f0]

INTEGRATION: CWS ooo19126 (1.4.278); FILE MERGED 2005/09/05 14:53:11 rt 1.4.278.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9075dfe0c353aeb00831f7ad7c8c55a58b4fb520]

INTEGRATION: CWS ooo19126 (1.5.140); FILE MERGED 2005/09/05 14:53:11 rt 1.5.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1ad444485d106bfffc877b2783a3ed4f339559b7]

INTEGRATION: CWS ooo19126 (1.7.840); FILE MERGED 2005/09/05 14:53:10 rt 1.7.840.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77f744950c829ba24dcf9bcb8e247090c5989a29]

INTEGRATION: CWS ooo19126 (1.21.138); FILE MERGED 2005/09/05 14:53:10 rt 1.21.138.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9077d4bd3773b0ac5b63260b84bfafbff6eee393]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:53:10 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [495d11e0a4ef33bade69a0c6d45d4fb959254fe4]

INTEGRATION: CWS ooo19126 (1.24.50); FILE MERGED 2005/09/05 14:53:09 rt 1.24.50.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9322ec7b126dad77e9694723b861df2884b526c]

INTEGRATION: CWS ooo19126 (1.27.52); FILE MERGED 2005/09/05 14:53:09 rt 1.27.52.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9744f8bf774f3f5bb40332b0a1d6f17054fee527]

INTEGRATION: CWS ooo19126 (1.42.50); FILE MERGED 2005/09/05 14:53:09 rt 1.42.50.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c12d681796d249148e39bf76d7661f6dda167e5]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:53:09 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe0c6f032632876eb7319bc83ff0344e25127361]

INTEGRATION: CWS ooo19126 (1.24.50); FILE MERGED 2005/09/05 14:53:08 rt 1.24.50.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1cf02f652eb98621d2dd6f778cda5d3eac5ffb0a]

INTEGRATION: CWS ooo19126 (1.2.1072); FILE MERGED 2005/09/05 14:53:08 rt 1.2.1072.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4a3b773fa6e3b39e132845c5c4fb50ab1e8d87f]

INTEGRATION: CWS ooo19126 (1.11.54); FILE MERGED 2005/09/05 14:53:08 rt 1.11.54.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b65135ec99a1a6a0a099b0904a4424b15f6441e7]

INTEGRATION: CWS ooo19126 (1.5.140); FILE MERGED 2005/09/05 14:53:07 rt 1.5.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8446ae6dbc4e19d619d98cff3c4aa5ce755b7190]

INTEGRATION: CWS ooo19126 (1.2.386); FILE MERGED 2005/09/05 14:53:06 rt 1.2.386.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba558dd67a857ceaa26c99ef32ac5557053e6bf6]

INTEGRATION: CWS ooo19126 (1.1.1072); FILE MERGED 2005/09/05 14:53:06 rt 1.1.1072.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dbb900e4d9151ac96d064029cf1def9bbd204185]

INTEGRATION: CWS ooo19126 (1.13.138); FILE MERGED 2005/09/05 14:53:05 rt 1.13.138.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e673b15be59d0459925c498e78076fb175a7cc57]

INTEGRATION: CWS ooo19126 (1.4.190); FILE MERGED 2005/09/05 14:53:05 rt 1.4.190.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [336dcb7ade803a4c04f00aa43f0e7ae3ada3f468]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:53:04 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [96822569a12c0eb4344b8fef7d91dfc0711eff57]

INTEGRATION: CWS ooo19126 (1.4.140); FILE MERGED 2005/09/05 14:53:04 rt 1.4.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c234a1fac95cd5f27b9484057ef19632d6978bd4]

INTEGRATION: CWS ooo19126 (1.2.474); FILE MERGED 2005/09/05 14:53:04 rt 1.2.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f35285f959e19f9fa7e8334923dcbd1c2f719d9]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:53:03 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d29a67daefd1e710c8cfdf86474022487f887c3]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:53:02 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8780eda49c4de7d79aef500890f272127b362cc]

INTEGRATION: CWS ooo19126 (1.3.474); FILE MERGED 2005/09/05 14:53:02 rt 1.3.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [879551595c4957c45a0fe7708bc5f102a9df144b]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:53:02 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1bd6e64abf7722ec61d73c68c0ceda3275a93a08]

INTEGRATION: CWS ooo19126 (1.3.474); FILE MERGED 2005/09/05 14:53:01 rt 1.3.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99d556e44e0673191ab37bca9771decc7014d570]

INTEGRATION: CWS ooo19126 (1.19.464); FILE MERGED 2005/09/05 14:53:01 rt 1.19.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d926bf6d2beb1756c2e81db938de53b736589803]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:53:00 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e8139c905e3445a40c92c046d198ce2db50c2684]

INTEGRATION: CWS ooo19126 (1.6.190); FILE MERGED 2005/09/05 14:53:00 rt 1.6.190.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [43836d408ffa07d08e16027a7e0110621ac2e44b]

INTEGRATION: CWS ooo19126 (1.8.190); FILE MERGED 2005/09/05 14:53:00 rt 1.8.190.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9642b641cce83fda398c497d71d2f8589246ecc4]

INTEGRATION: CWS ooo19126 (1.13.190); FILE MERGED 2005/09/05 14:52:59 rt 1.13.190.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [248bfe348ca2d534581e2662f470e9a9eea7a91e]

INTEGRATION: CWS ooo19126 (1.7.190); FILE MERGED 2005/09/05 14:52:59 rt 1.7.190.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a3ea46938b776a081d1229f102ac5f0bab82a6c]

INTEGRATION: CWS ooo19126 (1.10.140); FILE MERGED 2005/09/05 14:52:59 rt 1.10.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff208abc64e89234c15a292d221911142a596f73]

INTEGRATION: CWS ooo19126 (1.5.638); FILE MERGED 2005/09/05 14:52:58 rt 1.5.638.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2d1649aabbc63b554dc3ced3a5dfa0836e28a5e]

INTEGRATION: CWS ooo19126 (1.3.926); FILE MERGED 2005/09/05 14:52:58 rt 1.3.926.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba2a0c302992d33de37f952dc3533de661412f72]

INTEGRATION: CWS ooo19126 (1.14.190); FILE MERGED 2005/09/05 14:52:57 rt 1.14.190.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84eda935a9702349e82051408a5397f866111c6f]

INTEGRATION: CWS ooo19126 (1.57.48); FILE MERGED 2005/09/05 14:52:57 rt 1.57.48.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9860fb2f73a783571b15f1f3ad5cf79f106c91eb]

INTEGRATION: CWS ooo19126 (1.28.464); FILE MERGED 2005/09/05 14:52:57 rt 1.28.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d45ad05a2ed1422fc198c3601bc0a6b065b5998]

INTEGRATION: CWS ooo19126 (1.4.1072); FILE MERGED 2005/09/05 14:52:57 rt 1.4.1072.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [130439f2a0cf10fce859779c878bc9c65d5c49ac]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:52:56 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1736892e207dea67570f3631205c51a15042924c]

INTEGRATION: CWS ooo19126 (1.4.474); FILE MERGED 2005/09/05 14:52:56 rt 1.4.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [05f4eac22db7270f2da7ee3dd0321eb0a104ec7d]

INTEGRATION: CWS ooo19126 (1.3.464); FILE MERGED 2005/09/05 14:52:56 rt 1.3.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [49ccb8b79a05612f41ad6eb5386c76885e2ebfe4]

INTEGRATION: CWS ooo19126 (1.3.460); FILE MERGED 2005/09/05 14:52:56 rt 1.3.460.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c351c3fd3dd9501468267bc6ceafff354fa4f79]

INTEGRATION: CWS ooo19126 (1.2.464); FILE MERGED 2005/09/05 14:52:55 rt 1.2.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9631ec99822ac91a9b5a132198a9428a25d5b3f]

INTEGRATION: CWS ooo19126 (1.25.464); FILE MERGED 2005/09/05 14:52:55 rt 1.25.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53783cf17103c7f0dbd48ea866e4354b04103c67]

INTEGRATION: CWS ooo19126 (1.4.1072); FILE MERGED 2005/09/05 14:52:54 rt 1.4.1072.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d317ad74e9f2ccb85bfaa8269bd48552f5b8a4f6]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:52:54 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [796a1a8506bf796f5c87e90526afa1c7e614583d]

INTEGRATION: CWS ooo19126 (1.4.474); FILE MERGED 2005/09/05 14:52:54 rt 1.4.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4b2737f727897c02f646fe5fbda491dcfdf7f0e]

INTEGRATION: CWS ooo19126 (1.3.1074); FILE MERGED 2005/09/05 14:52:54 rt 1.3.1074.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [840e6f339e448dc913c6edda357a931b73237241]

INTEGRATION: CWS ooo19126 (1.10.140); FILE MERGED 2005/09/05 14:52:53 rt 1.10.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c11dae0d648efac50befba15afe0e21f0e3dfa7d]

INTEGRATION: CWS ooo19126 (1.11.926); FILE MERGED 2005/09/05 14:52:53 rt 1.11.926.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9fcd51b07be57f4fce9ab70958e47430ae6247b]

INTEGRATION: CWS ooo19126 (1.14.140); FILE MERGED 2005/09/05 14:52:53 rt 1.14.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [985da593ea94d39188ef6dc27671987ba019e5f0]

INTEGRATION: CWS ooo19126 (1.18.464); FILE MERGED 2005/09/05 14:52:52 rt 1.18.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f5ff13b100dc91eefddef593250b0b5fc62f858]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:52:52 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33242fbfd4505ed194566494d4326c799490645d]

INTEGRATION: CWS ooo19126 (1.4.468); FILE MERGED 2005/09/05 14:52:52 rt 1.4.468.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d86f61227ff787536b54f579dd9368a826f7a15a]

INTEGRATION: CWS ooo19126 (1.3.190); FILE MERGED 2005/09/05 14:52:51 rt 1.3.190.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e358a52f2cc0f99a871e48ee367568932fb24dd0]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:52:51 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8d6d9bd33bce2bbb088641146937a46625a74ef]

INTEGRATION: CWS ooo19126 (1.10.140); FILE MERGED 2005/09/05 14:52:51 rt 1.10.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e67c1ba5866e6f141e30274ffd26f3792874a5a]

INTEGRATION: CWS ooo19126 (1.9.474); FILE MERGED 2005/09/05 14:52:50 rt 1.9.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [68c9432721aac960164f94350d6726066dedda57]

INTEGRATION: CWS ooo19126 (1.3.384); FILE MERGED 2005/09/05 14:52:50 rt 1.3.384.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [240d1aa72e40730a05aa21dd097067619c335419]

INTEGRATION: CWS ooo19126 (1.47.166); FILE MERGED 2005/09/05 14:52:49 rt 1.47.166.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [08103b00fd423c30b444582cad4ea929dbb08a66]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:52:49 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13c4a700cfba14f55069a0427180e4ffb2671fd0]

INTEGRATION: CWS ooo19126 (1.2.1068); FILE MERGED 2005/09/05 14:52:48 rt 1.2.1068.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b2a195d2dd08383663411b95794b139bce883262]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:52:48 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [81333281da99afade9e52e1904cfab11d1be14f8]

INTEGRATION: CWS ooo19126 (1.40.146); FILE MERGED 2005/09/05 14:52:48 rt 1.40.146.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [97535bacf8d36db289df4f424f2ec1f54d37b74c]

INTEGRATION: CWS ooo19126 (1.2.656); FILE MERGED 2005/09/05 14:52:47 rt 1.2.656.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [324fabcb12f3f32e1b55edb804426f50799c26c1]

INTEGRATION: CWS ooo19126 (1.9.656); FILE MERGED 2005/09/05 14:52:47 rt 1.9.656.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da66a21c3f3dd46bb81c4d0bd4c4b46942cda201]

INTEGRATION: CWS ooo19126 (1.3.656); FILE MERGED 2005/09/05 14:52:46 rt 1.3.656.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [294e6132a9c32997efa866eab8ff980c1a4cd7cb]

INTEGRATION: CWS ooo19126 (1.2.1104); FILE MERGED 2005/09/05 14:52:46 rt 1.2.1104.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [19982e6b24a101c64958831316d357133484efa3]

INTEGRATION: CWS ooo19126 (1.3.1094); FILE MERGED 2005/09/05 14:52:46 rt 1.3.1094.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [adbc0eca0a7f44ef2a20e02c41b59183e204c7b3]

INTEGRATION: CWS ooo19126 (1.28.382); FILE MERGED 2005/09/05 14:52:46 rt 1.28.382.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd8b6a2c1edd961c0dd09e081e1b6896a7ef15f8]

INTEGRATION: CWS ooo19126 (1.10.138); FILE MERGED 2005/09/05 14:52:45 rt 1.10.138.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a360c795b608865769baff8085a60658ae6904a1]

INTEGRATION: CWS ooo19126 (1.5.326); FILE MERGED 2005/09/05 14:52:44 rt 1.5.326.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [59bf5b44f359f50f551289fecea9465d6fd4b61f]

INTEGRATION: CWS ooo19126 (1.31.326); FILE MERGED 2005/09/05 14:52:44 rt 1.31.326.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [36b34729397f658579ee08b4d6696cd039c19260]

INTEGRATION: CWS ooo19126 (1.12.152); FILE MERGED 2005/09/05 14:52:44 rt 1.12.152.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06d1298188e2789eb42c946e4706508ad218d07d]

INTEGRATION: CWS ooo19126 (1.2.380); FILE MERGED 2005/09/05 14:52:44 rt 1.2.380.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [280e1eb682129b0fea3d64205ae5915da7527a81]

INTEGRATION: CWS ooo19126 (1.8.152); FILE MERGED 2005/09/05 14:52:43 rt 1.8.152.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [52f07475079e733220fb5515380e864bf3895a31]

INTEGRATION: CWS ooo19126 (1.3.474); FILE MERGED 2005/09/05 14:52:43 rt 1.3.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b35e7c6065c625fa2c03d52a7b81e28ad5908fd3]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:52:43 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8a2fba2d49e81d8e5a3c2823589caa4a006ec74]

INTEGRATION: CWS ooo19126 (1.35.464); FILE MERGED 2005/09/05 14:52:42 rt 1.35.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3a79c72d54a5efe3c83afa8c64c294fa144d863]

INTEGRATION: CWS ooo19126 (1.2.1096); FILE MERGED 2005/09/05 14:52:42 rt 1.2.1096.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [10a4323b90f0f1cfcc177dd64465fd21c3809600]

INTEGRATION: CWS ooo19126 (1.4.474); FILE MERGED 2005/09/05 14:52:41 rt 1.4.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [813b9d5b21353d532da1998240a48bddab4f0397]

INTEGRATION: CWS ooo19126 (1.43.464); FILE MERGED 2005/09/05 14:52:40 rt 1.43.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [73de26d06f31b4e571c5c14c9e56891de2455f20]

INTEGRATION: CWS ooo19126 (1.4.1094); FILE MERGED 2005/09/05 14:52:40 rt 1.4.1094.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d58d68676beedbbeaf444d848a5e5b69bfe00c41]

INTEGRATION: CWS ooo19126 (1.20.608); FILE MERGED 2005/09/05 14:52:40 rt 1.20.608.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f3f7d7b6e17b3ffb2f501251b51b6b0d25a4aae4]

INTEGRATION: CWS ooo19126 (1.2.650); FILE MERGED 2005/09/05 14:52:39 rt 1.2.650.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [302e972832f9a89c4ba451e1824af0bc37442e05]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:52:39 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [49b18c823d1680f575c53131164d74f791ad4c9a]

INTEGRATION: CWS ooo19126 (1.13.122); FILE MERGED 2005/09/05 14:52:39 rt 1.13.122.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [140d98948f0c78a854b81b11b563c2370d170dc4]

INTEGRATION: CWS ooo19126 (1.38.464); FILE MERGED 2005/09/05 14:52:39 rt 1.38.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [281e7b99310fd73fc9c39a895c871ef0af8532dd]

INTEGRATION: CWS ooo19126 (1.2.1110); FILE MERGED 2005/09/05 14:52:39 rt 1.2.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d94012caf4128b855d971a79acf9e7c7db3e87b0]

INTEGRATION: CWS ooo19126 (1.4.638); FILE MERGED 2005/09/05 14:52:38 rt 1.4.638.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d1f18a47ff1699c7bcddc906a74e174b1c0bdcac]

INTEGRATION: CWS ooo19126 (1.5.54); FILE MERGED 2005/09/05 14:52:36 rt 1.5.54.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [45ddf30c137b58845d2f075e131d470f8db55085]

INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 14:52:36 rt 1.3.52.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be4534f2fc0aed58d4add4ef83d906013b2c09cb]

INTEGRATION: CWS ooo19126 (1.25.464); FILE MERGED 2005/09/05 14:52:35 rt 1.25.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1316abb0273cbf3d8ee03f407c0577e7b42b20fa]

INTEGRATION: CWS ooo19126 (1.2.1088); FILE MERGED 2005/09/05 14:52:35 rt 1.2.1088.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b2a8e898edfe2b48ec0deecce3f3b88bfaff9df4]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:52:35 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [913ffd397c66e3354f810dceb3d72ed9bf6473b7]

INTEGRATION: CWS ooo19126 (1.7.474); FILE MERGED 2005/09/05 14:52:35 rt 1.7.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3214d3941742a4cbcab8a502569589ea65a41bbe]

INTEGRATION: CWS ooo19126 (1.2.638); FILE MERGED 2005/09/05 14:52:35 rt 1.2.638.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bebe9c20f3608e18b90e7c51f40e51eb74ae9edb]

INTEGRATION: CWS ooo19126 (1.25.464); FILE MERGED 2005/09/05 14:52:34 rt 1.25.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c47426f44a9d28ff563e42e6ffab05f77a667e1b]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:52:34 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d22ab4383bd36cbdcae1770e989905ad17d885e]

INTEGRATION: CWS ooo19126 (1.2.474); FILE MERGED 2005/09/05 14:52:34 rt 1.2.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a42b138d529324edcdd9c22e5a49faa54e8fc1c]

INTEGRATION: CWS ooo19126 (1.4.474); FILE MERGED 2005/09/05 14:52:33 rt 1.4.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b352d234d70afb317927ef6b900583d3eedfd18d]

INTEGRATION: CWS ooo19126 (1.49.464); FILE MERGED 2005/09/05 14:52:33 rt 1.49.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c46b885779830553f0353661a89950f73b1d78d]

INTEGRATION: CWS ooo19126 (1.3.1094); FILE MERGED 2005/09/05 14:52:32 rt 1.3.1094.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [94c26a7f63509a2249052d69d198a27105b53e2a]

INTEGRATION: CWS ooo19126 (1.18.386); FILE MERGED 2005/09/05 14:52:32 rt 1.18.386.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd7bd844f5e31fd917d4c64421c8534803240b02]

INTEGRATION: CWS ooo19126 (1.24.66); FILE MERGED 2005/09/05 14:52:31 rt 1.24.66.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [97433ef242cf3c7f71499a060a3942294ed319f0]

INTEGRATION: CWS ooo19126 (1.12.840); FILE MERGED 2005/09/05 14:52:31 rt 1.12.840.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [57c80ca015e63a2236d5099d74d49281d89b63ed]

INTEGRATION: CWS ooo19126 (1.16.608); FILE MERGED 2005/09/05 14:52:31 rt 1.16.608.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d4c5bcf401e001b0159667397f83254e697d36a]

INTEGRATION: CWS ooo19126 (1.2.416); FILE MERGED 2005/09/05 14:52:31 rt 1.2.416.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be5b11fb1558acb3fd1eec75578ed01ce523c1cc]

INTEGRATION: CWS ooo19126 (1.4.638); FILE MERGED 2005/09/05 14:52:31 rt 1.4.638.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9c45eac5f73e768462945b821b274e3d3cc7645]

INTEGRATION: CWS ooo19126 (1.2.474); FILE MERGED 2005/09/05 14:52:30 rt 1.2.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [005013ac765e04ea1be1e6c7f38cf53f855ee8f2]

INTEGRATION: CWS ooo19126 (1.4.638); FILE MERGED 2005/09/05 14:52:30 rt 1.4.638.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [62dda193be24019903009a83b0ca662c2e630f89]

INTEGRATION: CWS ooo19126 (1.14.416); FILE MERGED 2005/09/05 14:52:30 rt 1.14.416.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4dd29593d9a7e89ee60bc3a8fb9b90e170f80df5]

INTEGRATION: CWS ooo19126 (1.6.60); FILE MERGED 2005/09/05 14:52:29 rt 1.6.60.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f27a48d82a16fcb947751d491a6972f0e7a68124]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:52:29 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [22f6dc4b36c3e62e8d5a2ea0917a89bd81b953e3]

INTEGRATION: CWS ooo19126 (1.2.1086); FILE MERGED 2005/09/05 14:52:29 rt 1.2.1086.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cfa45e11c606d52e76abcc33371b84a6badc916d]

INTEGRATION: CWS ooo19126 (1.21.54); FILE MERGED 2005/09/05 14:52:28 rt 1.21.54.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [365568d3d16caeb4f05c6553ddc6127e8c866a7f]

INTEGRATION: CWS ooo19126 (1.8.152); FILE MERGED 2005/09/05 14:52:28 rt 1.8.152.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [701327da323bf9291e787589df28c89d66d78921]

INTEGRATION: CWS ooo19126 (1.2.464); FILE MERGED 2005/09/05 14:52:28 rt 1.2.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [21d5f9097483027640a8ba9682f2604351e8c3b1]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:52:28 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9cc5082a2d1b4fbf0543b6967a51bc0a6ed9242]

INTEGRATION: CWS ooo19126 (1.14.140); FILE MERGED 2005/09/05 14:52:27 rt 1.14.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6dd5afa38e03443e8f74253221ed10ecd952fed]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:52:26 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [96b7caf7e2d09ed6c8d4f35220d13840ff443112]

INTEGRATION: CWS ooo19126 (1.6.190); FILE MERGED 2005/09/05 14:52:26 rt 1.6.190.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7680fbc62ac7bb3ab0aea7e7b47fa193555976ed]

INTEGRATION: CWS ooo19126 (1.8.230); FILE MERGED 2005/09/05 14:52:26 rt 1.8.230.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f84ef1c28e7d703327cd29898a6e823c9e71fd66]

INTEGRATION: CWS ooo19126 (1.29.276); FILE MERGED 2005/09/05 14:52:26 rt 1.29.276.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06681f52b54a8ae889485b6ad55bb4d7e718011f]

INTEGRATION: CWS ooo19126 (1.2.564); FILE MERGED 2005/09/05 14:52:25 rt 1.2.564.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5a5ec1d5af26bd55c4d2023c781e0988250fd1e]

INTEGRATION: CWS ooo19126 (1.4.926); FILE MERGED 2005/09/05 14:52:25 rt 1.4.926.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [96734e62efa251374bc7d21867f944965df707d1]

INTEGRATION: CWS ooo19126 (1.8.464); FILE MERGED 2005/09/05 14:52:25 rt 1.8.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b82d5185ac56931e4d87849a9e4f9f7b71d6cde5]

INTEGRATION: CWS ooo19126 (1.5.474); FILE MERGED 2005/09/05 14:52:24 rt 1.5.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31faae550457512f43c68bd96b68c872a65efff6]

INTEGRATION: CWS ooo19126 (1.31.464); FILE MERGED 2005/09/05 14:52:24 rt 1.31.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b64d5fccb5430065d9f06365e3556835b65589e0]

INTEGRATION: CWS ooo19126 (1.11.298); FILE MERGED 2005/09/05 14:52:24 rt 1.11.298.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46b44a2dc365a07525c85d2d7f3ca635e577b369]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:52:23 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9cccbc3f0fbe4108fafcc0f4d02c5ba736b0fabd]

INTEGRATION: CWS ooo19126 (1.54.464); FILE MERGED 2005/09/05 14:52:23 rt 1.54.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [61684cb10e59e217eafe8b5be9ccb2dab2448f38]

INTEGRATION: CWS ooo19126 (1.16.1066); FILE MERGED 2005/09/05 14:52:23 rt 1.16.1066.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ca689bdcf5b412cc5817f45564a1e14eb472223]

INTEGRATION: CWS ooo19126 (1.8.464); FILE MERGED 2005/09/05 14:52:23 rt 1.8.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a2b442dde1466a2263e6189e511a73d40e0a3a0]

INTEGRATION: CWS ooo19126 (1.5.222); FILE MERGED 2005/09/05 14:52:22 rt 1.5.222.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f986b8ca847980833c99033631b293bd10400dad]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:52:22 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4223de77a32cdd4664da1f003f4eac169adb9849]

INTEGRATION: CWS ooo19126 (1.7.284); FILE MERGED 2005/09/05 14:52:22 rt 1.7.284.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [30909a752bb4fc5b764e2937c0988ece97993e66]

INTEGRATION: CWS ooo19126 (1.1.1068); FILE MERGED 2005/09/05 14:52:22 rt 1.1.1068.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [24ca2551704f05b82b717a01403a7c3300453ea8]

INTEGRATION: CWS ooo19126 (1.58.464); FILE MERGED 2005/09/05 14:52:21 rt 1.58.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6fb4b714323970278cbd1b93c1c84661b02703c2]

INTEGRATION: CWS ooo19126 (1.30.218); FILE MERGED 2005/09/05 14:52:21 rt 1.30.218.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [07566f1abd8b6eecd1167313b575f05f913a9f8f]

INTEGRATION: CWS ooo19126 (1.5.1074); FILE MERGED 2005/09/05 14:52:21 rt 1.5.1074.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4e75fdb24bdb8c1662dfb63010137377c725a7f]

INTEGRATION: CWS ooo19126 (1.66.134); FILE MERGED 2005/09/05 14:52:20 rt 1.66.134.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31cf82842ab94d802678cc3369450360ddf979f3]

INTEGRATION: CWS ooo19126 (1.39.152); FILE MERGED 2005/09/05 14:52:20 rt 1.39.152.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9178d6ca7e4d18d9b5350a48d5227eeab75548c9]

INTEGRATION: CWS ooo19126 (1.15.112); FILE MERGED 2005/09/05 14:52:20 rt 1.15.112.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [32f0c8f9b74770d634f8bffba63cd4c0d0f63bc3]

INTEGRATION: CWS ooo19126 (1.23.464); FILE MERGED 2005/09/05 14:52:19 rt 1.23.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [07544b9f75d928bfca26049a77d8bd48d01ccab7]

INTEGRATION: CWS ooo19126 (1.8.288); FILE MERGED 2005/09/05 14:52:19 rt 1.8.288.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ec3b204405884eb896f5ace65144418c2155158]

INTEGRATION: CWS ooo19126 (1.4.142); FILE MERGED 2005/09/05 14:52:18 rt 1.4.142.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1169fee0726956fd4d734f976700ee582a7658a1]

INTEGRATION: CWS ooo19126 (1.45.60); FILE MERGED 2005/09/05 14:52:18 rt 1.45.60.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8765fc3a568524271778217d575c78730e1ecd8d]

INTEGRATION: CWS ooo19126 (1.3.474); FILE MERGED 2005/09/05 14:52:18 rt 1.3.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4812bfb562b602b177c86cf04fc32e8c015546f]

INTEGRATION: CWS ooo19126 (1.10.464); FILE MERGED 2005/09/05 14:52:17 rt 1.10.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [328b137c44bb82205d68985b7ef488667263187b]

INTEGRATION: CWS ooo19126 (1.9.140); FILE MERGED 2005/09/05 14:52:17 rt 1.9.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c9f29512f45dda14a30e768ab5ca94a0524052e]

INTEGRATION: CWS ooo19126 (1.17.334); FILE MERGED 2005/09/05 14:52:16 rt 1.17.334.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e392849fbda46acc72f102cc4e570e772cd6d46]

INTEGRATION: CWS ooo19126 (1.2.918); FILE MERGED 2005/09/05 14:52:16 rt 1.2.918.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9fa181c38423da1fc692b0b533f1c8933163b27d]

INTEGRATION: CWS ooo19126 (1.23.334); FILE MERGED 2005/09/05 14:52:16 rt 1.23.334.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef2c6e4364d7665b01c517832bcc8265319eaa86]

INTEGRATION: CWS ooo19126 (1.10.334); FILE MERGED 2005/09/05 14:52:15 rt 1.10.334.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1da2b7cf7fef8d58cadd7c2f37ab95fb84fed643]

INTEGRATION: CWS ooo19126 (1.30.464); FILE MERGED 2005/09/05 14:52:15 rt 1.30.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed3d2d92c48c0b5c648d678b8ab0966b894b18f3]

INTEGRATION: CWS ooo19126 (1.3.1094); FILE MERGED 2005/09/05 14:52:15 rt 1.3.1094.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [79b9ee1f7dc7706cc709dfcaafd92a445051d97b]

INTEGRATION: CWS ooo19126 (1.62.138); FILE MERGED 2005/09/05 14:52:14 rt 1.62.138.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [60d1f65b281015293e0d5c83775f0b9f5c579bbf]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:52:14 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b7fd9e6c1faac49f81e84095e298aee4046d7d5e]

INTEGRATION: CWS ooo19126 (1.2.334); FILE MERGED 2005/09/05 14:52:14 rt 1.2.334.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13894d315217831b20ce94c5203b28fb958b43c2]

INTEGRATION: CWS ooo19126 (1.3.152); FILE MERGED 2005/09/05 14:52:14 rt 1.3.152.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [291e990ec9792f0fd2d9d1237854ec0a49f6fcab]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:52:13 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [25e879a7cebd499fd904d26c2b359ea68bf6dd6e]

INTEGRATION: CWS ooo19126 (1.3.1066); FILE MERGED 2005/09/05 14:52:13 rt 1.3.1066.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5164ec26550878a6e91b3d0b674f23a5e0666a4]

INTEGRATION: CWS ooo19126 (1.1.1098); FILE MERGED 2005/09/05 14:52:13 rt 1.1.1098.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee5046b9677fa1986d72324c0760545eb8afe2a7]

INTEGRATION: CWS ooo19126 (1.3.608); FILE MERGED 2005/09/05 14:52:12 rt 1.3.608.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac29bca42dccbb74e11cf3adecd6812edfd6a149]

INTEGRATION: CWS ooo19126 (1.5.474); FILE MERGED 2005/09/05 14:52:11 rt 1.5.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [abace831a1dcdcaae7178be77f02d7c964cdf16a]

INTEGRATION: CWS ooo19126 (1.21.386); FILE MERGED 2005/09/05 14:52:11 rt 1.21.386.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac85555a885bfe778aa0a2216782f6a17c3436d5]

INTEGRATION: CWS ooo19126 (1.18.140); FILE MERGED 2005/09/05 14:52:11 rt 1.18.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [078bb8533fc6aedb4b308aa7efa8ff04fecdbd3d]

INTEGRATION: CWS ooo19126 (1.7.140); FILE MERGED 2005/09/05 14:52:11 rt 1.7.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc2c3ccd9a45a36d356be352ca81ac871a9c8468]

INTEGRATION: CWS ooo19126 (1.14.140); FILE MERGED 2005/09/05 14:52:10 rt 1.14.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff3b08e32b1cd43e3d94a618c41f64aed6e6c69a]

INTEGRATION: CWS ooo19126 (1.10.288); FILE MERGED 2005/09/05 14:52:10 rt 1.10.288.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [18b2bf27b87134fcc6f198b125c0f0d6df62ae02]

INTEGRATION: CWS ooo19126 (1.2.464); FILE MERGED 2005/09/05 14:52:10 rt 1.2.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e8b66f413559eeff7224179be03517e4664bfd96]

INTEGRATION: CWS ooo19126 (1.23.266); FILE MERGED 2005/09/05 14:52:09 rt 1.23.266.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1cf90b48a8fa60750137d044a567aab6a4a3033f]

INTEGRATION: CWS ooo19126 (1.5.140); FILE MERGED 2005/09/05 14:52:09 rt 1.5.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [840dfedbff36569929d2f7ff2035d9e089fff2ae]

INTEGRATION: CWS ooo19126 (1.21.140); FILE MERGED 2005/09/05 14:52:09 rt 1.21.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac2074ce8c67acae5c3147afad9b8df82fb9e115]

INTEGRATION: CWS ooo19126 (1.2.1084); FILE MERGED 2005/09/05 14:52:08 rt 1.2.1084.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e8d94f3a5f042759da05768c7e46686be97fb48d]

INTEGRATION: CWS ooo19126 (1.3.474); FILE MERGED 2005/09/05 14:52:08 rt 1.3.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64ad436264e95b586134fc27ff5ab00393c3761c]

INTEGRATION: CWS ooo19126 (1.8.140); FILE MERGED 2005/09/05 14:52:08 rt 1.8.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1c6d06373c6201dd523b233c7e02be47580d7ec]

INTEGRATION: CWS ooo19126 (1.71.140); FILE MERGED 2005/09/05 14:52:07 rt 1.71.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [94d0cab2f6226d4d1ba775f73db917a837b525c8]

INTEGRATION: CWS ooo19126 (1.3.474); FILE MERGED 2005/09/05 14:52:07 rt 1.3.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33488ad56041caba3fda881eb1a3418f2df53053]

INTEGRATION: CWS ooo19126 (1.25.82); FILE MERGED 2005/09/05 14:52:07 rt 1.25.82.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d7232ee280ad71d97712fb5adc314998b48735ee]

INTEGRATION: CWS ooo19126 (1.11.154); FILE MERGED 2005/09/05 14:52:06 rt 1.11.154.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5a23c47190ae66cf8e68c7f79ab143b943b3ee91]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:52:06 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5533ca09e5afa3271ddc588157240b8274661388]

INTEGRATION: CWS ooo19126 (1.8.288); FILE MERGED 2005/09/05 14:52:06 rt 1.8.288.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c69b5f43dbff604c25f2adac88db5ce1b3dc9eb]

INTEGRATION: CWS ooo19126 (1.53.138); FILE MERGED 2005/09/05 14:52:06 rt 1.53.138.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de93c50521b7687d135efb68328e97b4a851e119]

INTEGRATION: CWS ooo19126 (1.6.288); FILE MERGED 2005/09/05 14:52:06 rt 1.6.288.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a59bcc493784a2587a2c4499d746ac92e5631eab]

INTEGRATION: CWS ooo19126 (1.2.138); FILE MERGED 2005/09/05 14:52:05 rt 1.2.138.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3a0f20b9c6e0c676ee49026723618fb5df99cabd]

INTEGRATION: CWS ooo19126 (1.13.2); FILE MERGED 2005/09/05 14:52:05 rt 1.13.2.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3e9176bf95c9c6882fa89258c24d7a483d00ca1]

INTEGRATION: CWS ooo19126 (1.4.474); FILE MERGED 2005/09/05 14:52:05 rt 1.4.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7a8b5da5198568d246ac43b92b37f837ac4c626d]

INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 14:52:05 rt 1.2.288.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9234d1906b35f2c3d0d4137d77141478322bf8c2]

INTEGRATION: CWS ooo19126 (1.6.140); FILE MERGED 2005/09/05 14:52:04 rt 1.6.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55b6ce737b48851f5df3aa37207a52648843196a]

INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 14:52:04 rt 1.2.288.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8fcb95ed7fae884bcfc30ffa9f6606bc2794b2d8]

INTEGRATION: CWS ooo19126 (1.5.152); FILE MERGED 2005/09/05 14:52:04 rt 1.5.152.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e01bd1a12e8358256b1e62cf2be6ab7656464946]

INTEGRATION: CWS ooo19126 (1.14.284); FILE MERGED 2005/09/05 14:52:04 rt 1.14.284.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da79e3b28c3ce5cad6474eb011033bb3551e6e06]

INTEGRATION: CWS ooo19126 (1.26.288); FILE MERGED 2005/09/05 14:52:03 rt 1.26.288.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f1a42823d134e3759231dda2da61fcd8a38dedd]

INTEGRATION: CWS ooo19126 (1.15.288); FILE MERGED 2005/09/05 14:52:03 rt 1.15.288.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4cdf0f709cf8889c272fd588e653ff232498952]

INTEGRATION: CWS ooo19126 (1.15.140); FILE MERGED 2005/09/05 14:52:03 rt 1.15.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eae77df7297acefeee493e219ff1a1ef0de15e34]

INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 14:52:03 rt 1.4.110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0c886bbc0e78618794c11c927801c19e6f65d36]

INTEGRATION: CWS ooo19126 (1.4.288); FILE MERGED 2005/09/05 14:52:03 rt 1.4.288.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d988647e2915a4df0ea2ce42ca419e398f3456a]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:52:02 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0ebbf4b7ad1f89b1f7b14066bc2156c99e2894b]

INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 14:52:02 rt 1.3.288.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf0ce76edf3a92820c0bfe11909e5fa3cc82f146]

INTEGRATION: CWS ooo19126 (1.2.458); FILE MERGED 2005/09/05 14:52:02 rt 1.2.458.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0af777511220dc9f92f2d0b48aad09ef4bdaa04]

INTEGRATION: CWS ooo19126 (1.12.278); FILE MERGED 2005/09/05 14:52:02 rt 1.12.278.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [204a7f61f88fb7b016565397c2de7e495f6f1892]

INTEGRATION: CWS ooo19126 (1.6.464); FILE MERGED 2005/09/05 14:52:02 rt 1.6.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5b51eeb04ac0069a8d3f225f164f04d603e359e]

INTEGRATION: CWS ooo19126 (1.10.140); FILE MERGED 2005/09/05 14:52:01 rt 1.10.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1139266a2c7e2b48d2820976d52d53d4b3530fe0]

INTEGRATION: CWS ooo19126 (1.7.416); FILE MERGED 2005/09/05 14:52:01 rt 1.7.416.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [30321c590bb930f7dc4db3e37e8a34803d89f9ad]

INTEGRATION: CWS ooo19126 (1.8.140); FILE MERGED 2005/09/05 14:52:01 rt 1.8.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [86dbc6dda3550145c400966c31214e1c37409aed]

INTEGRATION: CWS ooo19126 (1.4.386); FILE MERGED 2005/09/05 14:52:01 rt 1.4.386.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dfaf054d198293ceb2e238d4f880024eb73208bb]

INTEGRATION: CWS ooo19126 (1.14.140); FILE MERGED 2005/09/05 14:52:00 rt 1.14.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [867fd248be4c3181ed21bf71613b5e6cd1ae7634]

INTEGRATION: CWS ooo19126 (1.5.474); FILE MERGED 2005/09/05 14:52:00 rt 1.5.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9905e429312306d53311050b09adb7efb19d0a55]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:52:00 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ffadeca4308cb220858a8b4f53074f6a67da52e]

INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 14:52:00 rt 1.3.288.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e245a5f20929c5ea091a0778c8a1b87badf8831]

INTEGRATION: CWS ooo19126 (1.8.140); FILE MERGED 2005/09/05 14:51:59 rt 1.8.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e739563c931225b82756251c525c6343dd1c4c7a]

INTEGRATION: CWS ooo19126 (1.4.288); FILE MERGED 2005/09/05 14:51:59 rt 1.4.288.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f61b1a1441d0364f9e51057f851b1ed7bd45fcf9]

INTEGRATION: CWS ooo19126 (1.13.138); FILE MERGED 2005/09/05 14:51:57 rt 1.13.138.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d7e5e3231d83673c9d8454d8c3cbaf54376ab2f]

INTEGRATION: CWS ooo19126 (1.5.870); FILE MERGED 2005/09/05 14:51:57 rt 1.5.870.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6b5926514f37e9cfb0bb8628a33ca0ce63fd031]

INTEGRATION: CWS ooo19126 (1.10.870); FILE MERGED 2005/09/05 14:51:56 rt 1.10.870.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a898fa88ab0f4ae0aa9634b68248d3f72d2cd34]

INTEGRATION: CWS ooo19126 (1.5.492); FILE MERGED 2005/09/05 14:51:56 rt 1.5.492.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f28e51b21a178cc2647d9048cdf15ac43903b40]

INTEGRATION: CWS ooo19126 (1.2.926); FILE MERGED 2005/09/05 14:51:56 rt 1.2.926.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [365d79bf6265b598289d4fee7e75fdf7214df5ba]

INTEGRATION: CWS ooo19126 (1.24.152); FILE MERGED 2005/09/05 14:51:55 rt 1.24.152.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d661a08b11437711c6f698c9da639cd136fcc2af]

INTEGRATION: CWS ooo19126 (1.7.458); FILE MERGED 2005/09/05 14:51:55 rt 1.7.458.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e06946b1088d3912c2b8c6e91caa9e9939c44cb1]

INTEGRATION: CWS ooo19126 (1.9.334); FILE MERGED 2005/09/05 14:51:55 rt 1.9.334.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a16342cfa148de3e855e248cc765194986022189]

INTEGRATION: CWS ooo19126 (1.17.254); FILE MERGED 2005/09/05 14:51:54 rt 1.17.254.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c82ef94adf9791308d3fa77a91840b0eaf612198]

INTEGRATION: CWS ooo19126 (1.2.840); FILE MERGED 2005/09/05 14:51:54 rt 1.2.840.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [640ac3d36ec9281412d6cc9455de6e623b9c8293]

INTEGRATION: CWS ooo19126 (1.4.474); FILE MERGED 2005/09/05 14:51:54 rt 1.4.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [513ae5833f6e7f0c11b6c5658918aec776f22798]

INTEGRATION: CWS ooo19126 (1.15.840); FILE MERGED 2005/09/05 14:51:54 rt 1.15.840.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [efef7fa6ee3b7db1ae0b4d94462237ab02d8fb5a]

INTEGRATION: CWS ooo19126 (1.30.154); FILE MERGED 2005/09/05 14:51:54 rt 1.30.154.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [16913dc8e10b114fc149319e293cec34ff227be9]

INTEGRATION: CWS ooo19126 (1.34.152); FILE MERGED 2005/09/05 14:51:53 rt 1.34.152.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e665fd73857a664feac02535b33f9d778131e88e]

INTEGRATION: CWS ooo19126 (1.2.640); FILE MERGED 2005/09/05 14:51:46 rt 1.2.640.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89445e418b76dff1df060223844c6179fbd2be93]

INTEGRATION: CWS ooo19126 (1.7.154); FILE MERGED 2005/09/05 14:51:45 rt 1.7.154.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fcfdc5c60fad268e4f0375ce19e886b318bcbc2c]

INTEGRATION: CWS ooo19126 (1.3.384); FILE MERGED 2005/09/05 14:51:45 rt 1.3.384.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cbf82dc48cd01ca7e3991ea82bcdb18c362bed83]

INTEGRATION: CWS ooo19126 (1.2.384); FILE MERGED 2005/09/05 14:51:45 rt 1.2.384.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb91c3dae63d7b5de60d38b7112b9277e0fce6d0]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:51:44 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3eb7bdfa55b35986378b65afd01a38bcf9dc571]

INTEGRATION: CWS ooo19126 (1.10.298); FILE MERGED 2005/09/05 14:51:22 rt 1.10.298.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d9872e37d942b1ab9ed3bee4d5a4de46a33b9d0]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:51:22 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f72f82a86c6e972ba0b5bbcff01667dd13bb078]

INTEGRATION: CWS ooo19126 (1.2.1100); FILE MERGED 2005/09/05 14:51:22 rt 1.2.1100.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9417a0a82c0f6ba6a02f77298ad4e2e97909f0b6]

INTEGRATION: CWS ooo19126 (1.3.474); FILE MERGED 2005/09/05 14:51:21 rt 1.3.474.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b70c79a41c8852c335b7c78c9ecf523d781409b]

INTEGRATION: CWS ooo19126 (1.2.1088); FILE MERGED 2005/09/05 14:51:21 rt 1.2.1088.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [381c90ea4c80f7f3e6e6adb008bbd4125e0834c8]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:51:20 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d0dd306ae7f9d06c7f5c77968d71696920a7a53]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:51:20 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6961507c1f77a45719d98f370693283ac9a7562e]

INTEGRATION: CWS ooo19126 (1.3.924); FILE MERGED 2005/09/05 14:51:20 rt 1.3.924.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a2cde553d6556a46bcbd1240139cbaf12cd2427]

INTEGRATION: CWS ooo19126 (1.3.1094); FILE MERGED 2005/09/05 14:51:18 rt 1.3.1094.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5827c12084c35fa497e2d14beb9abce6d7afc879]

INTEGRATION: CWS ooo19126 (1.5.140); FILE MERGED 2005/09/05 14:51:18 rt 1.5.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b380a7e981731f3b5c1ab82f07e05d8e5e592c81]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:51:17 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e768d34a4203449474d1792e2b4415f5ba0228e]

INTEGRATION: CWS ooo19126 (1.2.1106); FILE MERGED 2005/09/05 14:51:17 rt 1.2.1106.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1359bfa22cc348d9a63e6c367bb818c1dab0dd6b]

INTEGRATION: CWS ooo19126 (1.8.140); FILE MERGED 2005/09/05 14:51:16 rt 1.8.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [179ea83c3921b5250778f599990a03369ea331ed]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:51:16 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fbba9fc4dfd035e3cb4865fc3e09d0c5deececf0]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:51:15 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [172732cf48235e919bc394130dd2610cb8b15cc0]

INTEGRATION: CWS ooo19126 (1.2.906); FILE MERGED 2005/09/05 14:51:13 rt 1.2.906.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3289901d5dfe6233c7ba9ee49033cf6fbe0e252a]

INTEGRATION: CWS ooo19126 (1.12.140); FILE MERGED 2005/09/05 14:51:13 rt 1.12.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7945199e4c382f2c54f98686640da3eb83270c0b]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:51:13 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9da9b2b95ad8f8ccd560fa1bcfa0f38e54884644]

INTEGRATION: CWS ooo19126 (1.7.138); FILE MERGED 2005/09/05 14:51:13 rt 1.7.138.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c9f4faa24828c375ab30e3abd01450f3c11dd57]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:51:11 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d1d08e4610fed9307611b2d3732f95003e9d7573]

INTEGRATION: CWS ooo19126 (1.2.1088); FILE MERGED 2005/09/05 14:51:11 rt 1.2.1088.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [884bf0b1b52730efc4fc3630b7338505a60a4b28]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:51:10 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [78161385b06cdf78001eed086061d92c7e03fc84]

INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 18:47:04 rt 1.3.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b5a82b1b0ceb567146ce0b4c198a2dbe66af7ab9]

INTEGRATION: CWS ooo19126 (1.11.18); FILE MERGED 2005/09/05 18:47:04 rt 1.11.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [04d8cd9c1e4104685a7acb762c5ea634abb19dee]

INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 18:47:04 rt 1.4.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3eda8df8a609b2217ef508a5daa11c2ddbffeea3]

INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 18:47:04 rt 1.4.22.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [38a1fae2236bcf4b8d049c0b3bea14a5835d3e0b]

INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 18:47:03 rt 1.4.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f40e3b18c1d71d94b696c85f742b4e8e33d34a32]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:51:08 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8140c4da26507f86e39883bbd2450fbd356665fe]

INTEGRATION: CWS ooo19126 (1.2.1098); FILE MERGED 2005/09/05 14:51:08 rt 1.2.1098.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff10f059dd6ce46421072c5cb652e33f28bb0bdf]

INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 18:47:03 rt 1.2.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01085162dc46a54891729b977d9427819bf3700a]

INTEGRATION: CWS ooo19126 (1.17.152); FILE MERGED 2005/09/05 14:51:08 rt 1.17.152.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0851dfd295fdb8150738982139b8733ea230621]

INTEGRATION: CWS ooo19126 (1.1.178); FILE MERGED 2005/09/05 18:47:03 rt 1.1.178.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b440f646d45253c23f37ed998442de3ce1f0d55]

INTEGRATION: CWS ooo19126 (1.6.10); FILE MERGED 2005/09/05 18:47:02 rt 1.6.10.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [49ffd2ef5fdaccf0a9c0a2fddfd55c54683d161b]

INTEGRATION: CWS ooo19126 (1.5.14); FILE MERGED 2005/09/05 18:47:02 rt 1.5.14.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f37b9f2258516a70414f8f7836c88b62d38b57d8]

INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 18:47:02 rt 1.3.20.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef01e59d3f86343ee8e11d4b801e267c019e8990]

INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 18:47:02 rt 1.4.20.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [24944d8940e8b921e9abbafbba43985695d645ba]

INTEGRATION: CWS ooo19126 (1.3.138); FILE MERGED 2005/09/05 14:51:07 rt 1.3.138.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e1d9ceada5af85c2180fe62c00d49d4ce9dc6f6]

INTEGRATION: CWS ooo19126 (1.9.20); FILE MERGED 2005/09/05 18:47:02 rt 1.9.20.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ce5c3ac3b3bbbe5de302f8a474f89ef6a3dc365]

INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 18:47:01 rt 1.3.20.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff07b1b7f1e39ab07ece90e7b341b902bc0cfbd3]

INTEGRATION: CWS ooo19126 (1.7.14); FILE MERGED 2005/09/05 18:47:01 rt 1.7.14.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1b0556bc5d11313d338ae622fae767553b7a63d]

INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 18:47:01 rt 1.5.20.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [12b859997f4fb4e874405f81fe95d022f82175a0]

INTEGRATION: CWS ooo19126 (1.4.140); FILE MERGED 2005/09/05 14:51:06 rt 1.4.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1bd1ebecc52dfbb63ec45b75e097738871b8dbb]

INTEGRATION: CWS ooo19126 (1.22.18); FILE MERGED 2005/09/05 18:47:01 rt 1.22.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4f1684405c9e540667559c0ad9664af3f82b904]

INTEGRATION: CWS ooo19126 (1.3.34); FILE MERGED 2005/09/05 18:47:00 rt 1.3.34.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [646ac4922c7d177ff3bf50e690f6feb3da2f6435]

INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 18:47:00 rt 1.4.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee271edea62b98b238afca08ebcdf77f2a1867ba]

INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 18:47:00 rt 1.3.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [310d6e54b3990dfa05d104128fc796714b8a994f]

INTEGRATION: CWS ooo19126 (1.2.380); FILE MERGED 2005/09/05 14:51:05 rt 1.2.380.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [62810ccb580433664e7d921b2d41e8b9021c4b99]

INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 18:46:59 rt 1.5.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [561d0b16962b77f82f75ae8b01c5875ab26952d4]

INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 18:46:59 rt 1.4.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c865af871a60f40fda4f862ebade6503f6ba577]

INTEGRATION: CWS ooo19126 (1.2.380); FILE MERGED 2005/09/05 14:51:04 rt 1.2.380.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9c5ffc1c43c8d3c4d3813b7761c8b5e2a5bbad2]

INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 18:46:59 rt 1.3.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf4e8c1a09c8c2c6e5b18584a6afa3c9952f064a]

INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 18:46:58 rt 1.5.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c1aae7b33ca9add1d6c1a4830aefab1f2c1b1e5]

INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 18:46:58 rt 1.3.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5cd656b449fd2fbe07f5e1645565959c5f1840bf]

INTEGRATION: CWS ooo19126 (1.1.1.1.190); FILE MERGED 2005/09/05 18:46:58 rt 1.1.1.1.190.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [78f92242a2a9fa4b3806cac9b21afe88c31900ba]

INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 18:46:57 rt 1.4.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [174eac212df76913548856f61eef0a4bcdd45be4]

INTEGRATION: CWS ooo19126 (1.1.1.1.190); FILE MERGED 2005/09/05 18:46:57 rt 1.1.1.1.190.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a7fa16f6a85131b79e67a5e31e29afb3b6e55b07]

INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 18:46:57 rt 1.5.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dfaa392455b059316ce495c224198fdb933dbf39]

INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 18:46:56 rt 1.5.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d0d3f8981f35e80477ea6e61e3012ce2f114243]

INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 18:46:56 rt 1.4.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e3bd8c50b1038b02a79e150f4d2834bea7c95cd]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:51:04 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d19e356120cac7eaf8f27c94965a3b72f708b02]

INTEGRATION: CWS ooo19126 (1.8.18); FILE MERGED 2005/09/05 18:46:56 rt 1.8.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [05f73cd1aace04ceb94b605337497bf733f8d2c4]

INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 18:46:56 rt 1.3.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f0d34a6b2a336b562928c7ddcaaabab8a12e02a]

INTEGRATION: CWS ooo19126 (1.11.18); FILE MERGED 2005/09/05 18:46:56 rt 1.11.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a57e0ed5ee375cc6eb4725b1fbce037dd9c70b5f]

INTEGRATION: CWS ooo19126 (1.10.18); FILE MERGED 2005/09/05 18:46:55 rt 1.10.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dfe4cc01ef67816a79d71586c0ac95ba2cb6548c]

INTEGRATION: CWS ooo19126 (1.8.18); FILE MERGED 2005/09/05 18:46:55 rt 1.8.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a7cb7824cc0a9e96f2e6004003232e52f955def]

INTEGRATION: CWS ooo19126 (1.11.16); FILE MERGED 2005/09/05 18:46:55 rt 1.11.16.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b2d6bde2ee5ce00036c38762d9b3fc5b35169df]

INTEGRATION: CWS ooo19126 (1.1.1.1.190); FILE MERGED 2005/09/05 18:46:55 rt 1.1.1.1.190.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4971e291a00b0e1d4cf02a23d5a7c6187b80ba2d]

INTEGRATION: CWS ooo19126 (1.4.4); FILE MERGED 2005/09/05 18:46:55 rt 1.4.4.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e3dbe3eaf4c06a6c759f416d2b56e79b0f46b1c]

INTEGRATION: CWS ooo19126 (1.10.18); FILE MERGED 2005/09/05 18:46:54 rt 1.10.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c868aea38ebe0cdc47430557bf35f6d94a7e16c]

INTEGRATION: CWS ooo19126 (1.1.1.1.190); FILE MERGED 2005/09/05 18:46:54 rt 1.1.1.1.190.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e144b48e6eed10a2637961fabc5677ac2e471992]

INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 18:46:54 rt 1.2.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e3b2740f3dcba813daf952c33b8fcddafdd142ff]

INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 18:46:53 rt 1.4.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [731963ec1bed915bcbdd71a9719cc22a5edb3297]

INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 18:46:53 rt 1.3.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a17cb3958bd688d1ef1e72a5293b329bec61d1ce]

INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 18:46:52 rt 1.3.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [19de5c0cc23b93259da7005f9c08fa93bb6ad70a]

INTEGRATION: CWS ooo19126 (1.2.168); FILE MERGED 2005/09/05 18:46:52 rt 1.2.168.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [71e03dcb090a54c617e61694c3d9b9feb3098748]

INTEGRATION: CWS ooo19126 (1.9.18); FILE MERGED 2005/09/05 18:46:52 rt 1.9.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c0bd2731f5978ae7f2219af4306c542085edac51]

INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 18:46:52 rt 1.4.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [79d16982af2d4a56ea8ef0bdc41bb37da4bf4539]

INTEGRATION: CWS ooo19126 (1.1.1.1.190); FILE MERGED 2005/09/05 18:46:51 rt 1.1.1.1.190.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [700b1c120f8e46f6dd2157b59355820dbc0a85e2]

INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 18:46:51 rt 1.3.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c70200c5a68e960c1ac80712efe2ede7606d494]

INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 18:46:51 rt 1.4.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [319a05e501fd02c08f2d08d5e638d418b0e31569]

INTEGRATION: CWS ooo19126 (1.6.18); FILE MERGED 2005/09/05 18:46:51 rt 1.6.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [15b6d5958aa03cd782920de27093a8c8525aafad]

INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 18:46:50 rt 1.4.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df072e955c6871180d12aa64d7e6d8caf8259d8a]

INTEGRATION: CWS ooo19126 (1.11.18); FILE MERGED 2005/09/05 18:46:50 rt 1.11.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3fcccf4ac567596a7744ff6d5a1fd4ef71cf6dfd]

INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 18:46:50 rt 1.5.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [642f9a256bb0c7ae3761da0382177b8a61592fec]

INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 18:46:50 rt 1.3.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [38d104d68bba26df7debb06000ee4688e4d690aa]

INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 18:46:49 rt 1.5.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [003149af1a0f5234198e6b78694e42823ba1a8f2]

INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 18:46:49 rt 1.3.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [56eb3f38c0e2cd109e51e9bfff3d24d8f3d94629]

INTEGRATION: CWS ooo19126 (1.3.1088); FILE MERGED 2005/09/05 14:51:04 rt 1.3.1088.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e8e0b9c7a53c532032d7e0f12a15f9fce48b0ca]

INTEGRATION: CWS ooo19126 (1.3.80); FILE MERGED 2005/09/05 16:59:01 rt 1.3.80.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e012f28846c282aff09328ed3b2fad8219a992f8]

INTEGRATION: CWS ooo19126 (1.6.80); FILE MERGED 2005/09/05 16:59:00 rt 1.6.80.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8b28ba104d9b212020229a95f25c85f3c7bc8d5]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 16:59:00 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d556ef4d6441090ef0738e47d9d70cb30355af9]

INTEGRATION: CWS ooo19126 (1.2.148); FILE MERGED 2005/09/05 16:59:00 rt 1.2.148.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2cc598d4fc3cfa0e144d4ff5c35141569c2fcfee]

INTEGRATION: CWS ooo19126 (1.3.80); FILE MERGED 2005/09/05 16:58:59 rt 1.3.80.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5be64a31dec11ddedc8c68bd68f9c0165b37380]

INTEGRATION: CWS ooo19126 (1.6.80); FILE MERGED 2005/09/05 16:58:59 rt 1.6.80.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [68f01aef714a42dfa6c84b5d46898e5d3922b6f4]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 16:58:59 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [75f9a6e9818d4c8a61280f4a1ff80f21f039badf]

INTEGRATION: CWS ooo19126 (1.7.6); FILE MERGED 2005/09/05 16:58:58 rt 1.7.6.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5bb68bfc381724068842daa99420171564eaf774]

INTEGRATION: CWS ooo19126 (1.16.8); FILE MERGED 2005/09/05 16:58:58 rt 1.16.8.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ba230baed786ca5330141f62eb0c7e532fd344f]

INTEGRATION: CWS ooo19126 (1.12.12); FILE MERGED 2005/09/05 16:58:58 rt 1.12.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ebad1e11b66b1f163d3babacbb3b0916d0f590b]

INTEGRATION: CWS ooo19126 (1.8.12); FILE MERGED 2005/09/05 16:58:57 rt 1.8.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8192ee7733f3375ee32d2d384d950dc0bb68f539]

INTEGRATION: CWS ooo19126 (1.3.142); FILE MERGED 2005/09/05 16:58:57 rt 1.3.142.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af08375c4b484f39e7e847781699ece18f7db484]

INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 16:58:57 rt 1.2.146.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4119af69626235b705b7edf06015213bd9f24d05]

INTEGRATION: CWS ooo19126 (1.4.30); FILE MERGED 2005/09/05 16:58:57 rt 1.4.30.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b321567b646d9b1fba4e09ccc3d6d5532284a3d]

INTEGRATION: CWS ooo19126 (1.3.1102); FILE MERGED 2005/09/05 14:51:03 rt 1.3.1102.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [281dfacece0164d78198756c0289a3431c13331f]

INTEGRATION: CWS ooo19126 (1.2.1068); FILE MERGED 2005/09/05 14:51:03 rt 1.2.1068.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8557fcd5b60d1141f615bd8fd8270c00cb50e6fa]

INTEGRATION: CWS ooo19126 (1.4.416); FILE MERGED 2005/09/05 14:51:03 rt 1.4.416.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3e2bf1e05958e2d62b4688bf2aa79643274d9df]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:51:02 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f56f96145df3f12a3f61e280fba6963635f4f799]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:51:02 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ca973a7938c7f32cc285826912d453f41a3d8bb]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:51:02 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de048b6d47f791d7ed1f6e6aa9af41d33244d92a]

INTEGRATION: CWS ooo19126 (1.10.140); FILE MERGED 2005/09/05 14:51:01 rt 1.10.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5dcbff9cfc9cd26108bc8537c3a579c108313aa2]

INTEGRATION: CWS ooo19126 (1.5.188); FILE MERGED 2005/09/05 14:51:01 rt 1.5.188.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [472d55ff4f80bdba49d355c8d1ab92df34e826fd]

INTEGRATION: CWS ooo19126 (1.2.1106); FILE MERGED 2005/09/05 14:51:00 rt 1.2.1106.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2a0e6fc5938bc676b30a85dd869d1380ba310e9]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:51:00 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed1a92c058d03e32b8104c3507737941c20f4dc0]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:51:00 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [94c1d3db4f09211f07144c6e254d577ab57efd01]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:50:59 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ab339f5c9bb85422da08906126e9bfbc18c8b1f9]

INTEGRATION: CWS ooo19126 (1.2.1094); FILE MERGED 2005/09/05 14:50:59 rt 1.2.1094.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [db3fb068065f6e8dcab75754cc567ed93e4050e5]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:50:58 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [45973fa5b85a5a1868a26c704900b9c33d3eb99a]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:50:58 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8cebe437224c0afa90f712da8109a7a0b969d142]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:50:57 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [885f16c36fbbe8733984a1274255681e8d90ebcd]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:50:57 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [38b84d0d53e62fb5e6a4cd85e718054018f0e1d5]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:50:56 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [97a357d23261445ef935057953021cea518d035d]

INTEGRATION: CWS ooo19126 (1.2.138); FILE MERGED 2005/09/05 14:50:56 rt 1.2.138.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b79a49b65944effee7aa73bbb10b3c6f7dfa22f8]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:50:55 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1124328b27471e2f0b17357eaed484900ecef8c9]

INTEGRATION: CWS ooo19126 (1.2.298); FILE MERGED 2005/09/05 14:50:55 rt 1.2.298.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ad12832f67625fef45aef65978d4f9bb1bce9625]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:50:54 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c4a958c197408c98db0e7bbdbbda1d2c8383d8ff]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:50:53 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [04f94eb269a8cab553f55a8e1ea9d4e0c4939299]

INTEGRATION: CWS ooo19126 (1.3.1074); FILE MERGED 2005/09/05 14:50:53 rt 1.3.1074.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d343d8436dad1cd499c8ba220591318fe02f0e0d]

INTEGRATION: CWS ooo19126 (1.4.924); FILE MERGED 2005/09/05 14:50:52 rt 1.4.924.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e6c1d00af881b0a0aab7b6304f11bc968d4234a]

INTEGRATION: CWS ooo19126 (1.4.140); FILE MERGED 2005/09/05 14:50:52 rt 1.4.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f5d7a3829ffb658757ad34248695ed46d1f9f262]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:50:51 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33294e0a8f0931259186591323f68d09890ce41a]

INTEGRATION: CWS ooo19126 (1.6.146); FILE MERGED 2005/09/05 14:50:51 rt 1.6.146.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [248aa41362179e1f436735449a18a73cd6c1a2f1]

INTEGRATION: CWS ooo19126 (1.6.1072); FILE MERGED 2005/09/05 14:50:50 rt 1.6.1072.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0738e35dff28200a0c2617696eeb1b5bef7c625]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:50:50 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3a565e30a92fc18528c2a6d949ab352cffe7272c]

INTEGRATION: CWS ooo19126 (1.15.140); FILE MERGED 2005/09/05 14:50:50 rt 1.15.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6cc60c31a8b14833e9184ecfe1a0e26173cf783]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:50:49 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5a7eaa7314aacace170b04fe65bedadde0b72424]

INTEGRATION: CWS ooo19126 (1.7.150); FILE MERGED 2005/09/05 14:50:49 rt 1.7.150.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef3d37425dd00788d0afc8c2047a70f75a9d1d54]

INTEGRATION: CWS ooo19126 (1.2.138); FILE MERGED 2005/09/05 14:50:48 rt 1.2.138.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [425491f8922e1bab84a5e601da20dd3f252056db]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:50:48 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ccd52198c7a4feafec8a1148ab5ddb660dbb8cb]

INTEGRATION: CWS ooo19126 (1.2.1106); FILE MERGED 2005/09/05 14:50:47 rt 1.2.1106.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de6d81c6db6aba4dd5b2a1a6e57cfd9dddf762df]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:50:47 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4021324daa8475f9af31911ad2badc2e1776dd5]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:50:46 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [43e9184b964a618cfec383f9cf6024814068e06e]

INTEGRATION: CWS ooo19126 (1.5.1094); FILE MERGED 2005/09/05 14:50:46 rt 1.5.1094.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f7e82b9db384e2c54ac3df3e359a9ac9b7051e5b]

INTEGRATION: CWS ooo19126 (1.2.918); FILE MERGED 2005/09/05 14:50:45 rt 1.2.918.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7dc7339daba79c5ad50e365ef0b3678a60bbc79d]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:50:44 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e803aedf67d2ac7d404f82310e89019aedda25ca]

INTEGRATION: CWS ooo19126 (1.6.140); FILE MERGED 2005/09/05 14:50:44 rt 1.6.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ef47a9b27ed47de27af931fe927689c8826c358]

INTEGRATION: CWS ooo19126 (1.11.288); FILE MERGED 2005/09/05 14:50:43 rt 1.11.288.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46aaf8524ab65107cb3bed7978b8f491d3a5c9a8]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:50:42 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [24c7057a90a72d1ce70567a6c12d46d66c269d53]

INTEGRATION: CWS ooo19126 (1.6.140); FILE MERGED 2005/09/05 14:50:42 rt 1.6.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [04f47479aabdcd5f7ea11363e1806d27886db7c3]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:50:41 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf0f89128f90eeee282983c2f42246ce4f86c430]

INTEGRATION: CWS ooo19126 (1.3.924); FILE MERGED 2005/09/05 14:50:40 rt 1.3.924.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c9cbb0b8ac3ad22f5cb03cc187585d1f98255787]

INTEGRATION: CWS ooo19126 (1.2.1088); FILE MERGED 2005/09/05 14:50:40 rt 1.2.1088.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f5e986f753b1eae1f29792b36fdec485198c2d95]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:50:39 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c9d20218d8571740ac1937034b774e9aa430412d]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:50:38 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df40d3fb371b1c4bb5c85334cc24f2792d48ee3b]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:50:38 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4b37825c8e81fe9f7194a6d7613c17833ced8af]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:50:37 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84c9bc6ebd3412dec85971e74ee0ce2ff7cc0a6b]

INTEGRATION: CWS ooo19126 (1.17.140); FILE MERGED 2005/09/05 14:50:37 rt 1.17.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d2f50ade0a4bbb7c6b33d77914a6b87a29ba6396]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:50:36 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [08b4d51356ed60f97ca01a9a8c083cb787615d1c]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:50:36 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [88fa562d674eab661bcc8403bf307c128aec49b3]

INTEGRATION: CWS ooo19126 (1.3.1088); FILE MERGED 2005/09/05 14:50:36 rt 1.3.1088.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb6cae78b668c75c0c121c9fb288c2715a73c3f2]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:50:36 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64e25032aa0e303f6048882aa2652cf3a3b6757e]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:50:35 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [170c63a2d257a3a263741abc15d5327b8734b61f]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:50:34 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b929177f4d548931200b2a7f76906379b34449f]

INTEGRATION: CWS ooo19126 (1.6.88); FILE MERGED 2005/09/05 14:50:33 rt 1.6.88.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b8495e29e84d49f91a401c650a555c924d177ebf]

INTEGRATION: CWS ooo19126 (1.9.140); FILE MERGED 2005/09/05 14:50:33 rt 1.9.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7966d4c4f74d3ff07a83c126befbd5c9f7bfa577]

INTEGRATION: CWS ooo19126 (1.3.1096); FILE MERGED 2005/09/05 14:50:32 rt 1.3.1096.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d7ed498bfc860292dbe6032a8242c5f7f6727ef]

INTEGRATION: CWS ooo19126 (1.1.1.1.1110); FILE MERGED 2005/09/05 14:50:31 rt 1.1.1.1.1110.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1cb4759731a5436f60cd4cbb0a2e16ca65cd23a]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:50:30 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ff2e040c379771c211c77a40acc71ae55009e0e]

INTEGRATION: CWS ooo19126 (1.3.138); FILE MERGED 2005/09/05 14:50:29 rt 1.3.138.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2d79691c9fe116fa90bbc4bd938da6c87d519b9]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:50:28 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0449cd722c85c7c0c741f0a45f98e2139fdb140]

INTEGRATION: CWS ooo19126 (1.4.140); FILE MERGED 2005/09/05 14:50:28 rt 1.4.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ecd7e1b409c0c5451f6c6ecc09f730d9c2aa74fd]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:50:28 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0901a68d840bd45b8e6d3a7f4a26c46c5acd65f8]

INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 14:50:27 rt 1.2.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [197e7efdad71780558c3ecda501521540889cab0]

INTEGRATION: CWS ooo19126 (1.5.140); FILE MERGED 2005/09/05 14:50:27 rt 1.5.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e7e212bf63bde9b8b96355c3cea4e36aa757f87]

INTEGRATION: CWS ooo19126 (1.7.140); FILE MERGED 2005/09/05 14:50:25 rt 1.7.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b5c5e7c2b5f26ef2536266e5f637b2f7f22b484]

INTEGRATION: CWS ooo19126 (1.2.416); FILE MERGED 2005/09/05 14:50:25 rt 1.2.416.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [73a79649e8caf61410f00b4c97bcc2a2b0e12bfc]

INTEGRATION: CWS ooo19126 (1.4.140); FILE MERGED 2005/09/05 14:50:25 rt 1.4.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0321f25fea4e472b99cfe225f59e397ce6513bb]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 14:50:24 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [12bc9df2961ad0c7b58a0bb457b3d0c16834fc15]

INTEGRATION: CWS ooo19126 (1.11.464); FILE MERGED 2005/09/05 14:50:22 rt 1.11.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ccb1d734d2e996ef3992c17fd3e755946792a499]

INTEGRATION: CWS ooo19126 (1.7.492); FILE MERGED 2005/09/05 14:50:22 rt 1.7.492.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ca26b9b11827d162ed267858f8114494aa2170b]

INTEGRATION: CWS ooo19126 (1.5.306); FILE MERGED 2005/09/05 14:50:22 rt 1.5.306.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9243820cd22467fd8493b57505e43354fae62cb0]

INTEGRATION: CWS ooo19126 (1.10.258); FILE MERGED 2005/09/05 14:50:22 rt 1.10.258.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f55d2026ec1017a2ce24602b22c989bc9bcf2a62]

INTEGRATION: CWS ooo19126 (1.3.1066); FILE MERGED 2005/09/05 14:50:21 rt 1.3.1066.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [94a743bdea088f99a07491c494a86a1f024dcf08]

INTEGRATION: CWS ooo19126 (1.15.464); FILE MERGED 2005/09/05 14:50:21 rt 1.15.464.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d20be23252a40ff749a3764f568cdbc2d3762af9]

INTEGRATION: CWS ooo19126 (1.1.1.1.1102); FILE MERGED 2005/09/05 14:50:21 rt 1.1.1.1.1102.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b0378fc308ea4b705cc128a54fa459f5498589d]

INTEGRATION: CWS ooo19126 (1.14.562); FILE MERGED 2005/09/05 14:50:21 rt 1.14.562.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d53164a1c06439d0af5289c74b391c251ed75b3a]

INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 18:41:06 rt 1.3.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [11ee1334784cfd04bd7718e6456b0317d354e274]

INTEGRATION: CWS ooo19126 (1.6.14); FILE MERGED 2005/09/05 18:41:06 rt 1.6.14.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [daf3c8b9cac1526f7c2bbe3ad477e0a0b87eb2b9]

INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 18:41:06 rt 1.2.44.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1f1d0d03733a76060e95a2a3d2604d5b934630d]

INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 18:41:05 rt 1.4.20.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f778c9d83dc5fccc79e036b5c74d5d9a0804108]

INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 18:41:05 rt 1.5.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b0c57308ea408f58cbed5d50f1e2c44113bd06f]

INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 18:41:05 rt 1.5.20.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [529a278c917984957e78e558be892974961a355e]

INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 18:41:04 rt 1.5.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9df131f5cb57eebfb8c9104715b2feb8ebd9583d]

INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 18:41:04 rt 1.4.20.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b0cc026bdf56c61b8cc9611f1a3d26a0bc5ffd3]

INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 18:41:03 rt 1.5.20.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [adc45f36e2e9d613022d4ab543ae8b7bdc5b01b6]

INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 18:41:03 rt 1.5.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9df364195534902f9160edb5cc35bbe1363facd6]

INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 18:41:03 rt 1.4.20.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1db037f626e30919d8f2363e0818487afdf21d05]

INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 18:41:02 rt 1.5.20.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba5d79ae3312c1ea4a89fe9fbc1dd52090cb791e]

INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 18:41:02 rt 1.5.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e8861a4cba846d191a126e99fce085280ab96914]

INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 18:41:02 rt 1.4.20.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da24bf156e391a297a59c24d433e5f3d4a196d76]

INTEGRATION: CWS ooo19126 (1.6.14); FILE MERGED 2005/09/05 18:41:02 rt 1.6.14.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [315e33070fe2d85bb695256551584ca87f8064e0]

INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 18:41:01 rt 1.4.20.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [58f078c7e8b3b70458de88fe56db844c85235d01]

INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 18:41:01 rt 1.2.44.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6478e5944bf4dedd40b847d0d98aa15f86840ee]

INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 18:41:00 rt 1.4.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0299152cacd5180c9c7320ec4bef325b18d6dd9]

INTEGRATION: CWS ooo19126 (1.6.8); FILE MERGED 2005/09/05 18:41:00 rt 1.6.8.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [56f5a0d0f5bfca6685b5b97ca925ee155191ce72]

INTEGRATION: CWS ooo19126 (1.7.14); FILE MERGED 2005/09/05 18:41:00 rt 1.7.14.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3a896e376c85f070fc2fe5f4f2e4185ed5cba87b]

INTEGRATION: CWS ooo19126 (1.8.12); FILE MERGED 2005/09/05 18:41:00 rt 1.8.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff5b58781b1a4798a540586a4f7dd7a5794eb30b]

INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 18:41:00 rt 1.5.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5acc7e2ae2473403c938588cf4605bdf36964628]

INTEGRATION: CWS ooo19126 (1.6.14); FILE MERGED 2005/09/05 18:40:59 rt 1.6.14.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [98cc2669e512e4fb42ed28ea46a92280b5270805]

INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 18:40:59 rt 1.5.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8d8b6c2af5f6f9282fe13b5e4bccf85f19070c6]

INTEGRATION: CWS ooo19126 (1.6.18); FILE MERGED 2005/09/05 18:40:59 rt 1.6.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01488d378a03e20cbb023bc0cd4e89f36b1d31b6]

INTEGRATION: CWS ooo19126 (1.5.14); FILE MERGED 2005/09/05 18:40:59 rt 1.5.14.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27fcf7256a134dbd0813dc6b28dfa22ca754fd1b]

INTEGRATION: CWS ooo19126 (1.6.14); FILE MERGED 2005/09/05 18:40:58 rt 1.6.14.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f80adb650e8300f8c0f09ebbc459c0569603d965]

INTEGRATION: CWS ooo19126 (1.3.30); FILE MERGED 2005/09/05 18:40:58 rt 1.3.30.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [24c47ad0669c6c37eee955e53222b01d841c2a1f]

INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 18:40:58 rt 1.5.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6034fc744a41a9a109c850e68dd7e37298b57cd]

INTEGRATION: CWS ooo19126 (1.10.10); FILE MERGED 2005/09/05 18:40:57 rt 1.10.10.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [663c2f70a1926a62050224b96cb0162d27bd9258]

INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 18:40:57 rt 1.5.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b5b0b19d64de7c224651e45b42d3c6055fd4ae9]

INTEGRATION: CWS ooo19126 (1.6.14); FILE MERGED 2005/09/05 18:40:57 rt 1.6.14.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89befc4dca79e8467bb0abeac6348293d2a57140]

INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 18:40:57 rt 1.3.20.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d2ca78bb8ee453657fc0c07bf70bcb3409737681]

INTEGRATION: CWS ooo19126 (1.8.12); FILE MERGED 2005/09/05 18:40:56 rt 1.8.12.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d714445c02a21ed2be4cdf75534ee9b9c216e4f]

INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 18:40:56 rt 1.3.20.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4d23c77c172d2c3a94e006f9a26d1bd5d9a2dc84]

INTEGRATION: CWS ooo19126 (1.6.14); FILE MERGED 2005/09/05 18:40:56 rt 1.6.14.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d62cc2393dc33c83843a6113616bb3eb744070e]

INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 18:40:56 rt 1.4.20.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd1e5b328ff803c284d16629c66eb9aeebe533ef]

INTEGRATION: CWS ooo19126 (1.3.32); FILE MERGED 2005/09/05 18:40:55 rt 1.3.32.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9eea4a3974b8ba742e30a01d096e4635e40ee633]

INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 18:40:55 rt 1.5.20.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c77af745882037198405c46172a273cde462814c]

INTEGRATION: CWS ooo19126 (1.6.14); FILE MERGED 2005/09/05 18:40:55 rt 1.6.14.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7dad13c4962163a632083f4095fa095da9cb350]

INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 18:40:55 rt 1.4.20.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe11d4755928bdf4921572ea181572be10678536]

INTEGRATION: CWS ooo19126 (1.3.32); FILE MERGED 2005/09/05 18:40:54 rt 1.3.32.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ccea7ac2a2f90d4ec3edb7d9ad23a99a68c4f88e]

INTEGRATION: CWS ooo19126 (1.4.30); FILE MERGED 2005/09/05 18:40:54 rt 1.4.30.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b4ca999908fae3e988bf5ef1ecd2da3752f234a]

INTEGRATION: CWS ooo19126 (1.6.14); FILE MERGED 2005/09/05 18:40:54 rt 1.6.14.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7228a9f201a84e497211f4f738ae7c4abc7f933b]

INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 18:40:54 rt 1.5.20.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [36c9702f2fbdcfae961782783e53e467c6503940]

INTEGRATION: CWS ooo19126 (1.3.30); FILE MERGED 2005/09/05 18:40:53 rt 1.3.30.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [75a66dcdcd24b4d75575bffdfb94e1440d14b139]

INTEGRATION: CWS ooo19126 (1.5.174); FILE MERGED 2005/09/05 18:47:36 rt 1.5.174.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f75b7d192a0e16aa04c2ccfe7bfe2d4ff1f3a66e]

INTEGRATION: CWS ooo19126 (1.1.1.1.256); FILE MERGED 2005/09/05 18:47:35 rt 1.1.1.1.256.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6eeb22756773eec12fc2d862fd36fc7c937c076]

INTEGRATION: CWS ooo19126 (1.2.10); FILE MERGED 2005/09/05 18:47:35 rt 1.2.10.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6101cf459eaa79a3d1c4df8eb3fab7d57747876d]

INTEGRATION: CWS ooo19126 (1.12.10); FILE MERGED 2005/09/05 18:47:34 rt 1.12.10.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0622bf9f2a725817dca09d8c6c25cd6027688127]

INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 18:47:34 rt 1.3.20.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4718fc8ba5e282223685a1a6799af94a1697e0d3]

INTEGRATION: CWS ooo19126 (1.3.10); FILE MERGED 2005/09/05 18:47:34 rt 1.3.10.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [60197df07174472e92bc755ae49508bde8de147c]

INTEGRATION: CWS ooo19126 (1.3.10); FILE MERGED 2005/09/05 18:47:33 rt 1.3.10.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da9152f8539073ad23bbdca75770f5ef2208854a]

INTEGRATION: CWS ooo19126 (1.2.86); FILE MERGED 2005/09/05 18:47:33 rt 1.2.86.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80009021dee137cb9f4aa2cf4ed096072ca83481]

INTEGRATION: CWS ooo19126 (1.4.54); FILE MERGED 2005/09/05 18:47:33 rt 1.4.54.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [047148abc1452533d1eb3d933138ac7e3d1eec0a]

INTEGRATION: CWS ooo19126 (1.88.18); FILE MERGED 2005/09/05 18:47:32 rt 1.88.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50c331b518cb56625e8f9cfff9cd5de1c87623b6]

INTEGRATION: CWS ooo19126 (1.2.218); FILE MERGED 2005/09/05 18:47:32 rt 1.2.218.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [37574300dede69066da0e41bab6720239a15336a]

INTEGRATION: CWS ooo19126 (1.42.18); FILE MERGED 2005/09/05 18:47:32 rt 1.42.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1b828bc44bf468c29724331e58f1c686a6b8bee]

INTEGRATION: CWS ooo19126 (1.1.1.1.256); FILE MERGED 2005/09/05 18:47:32 rt 1.1.1.1.256.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a246b637635e226c9d00316bbd7330d3a72206b]

INTEGRATION: CWS ooo19126 (1.6.78); FILE MERGED 2005/09/05 18:47:32 rt 1.6.78.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1130bdebd21f710750adf1e2351c94847bd84899]

INTEGRATION: CWS ooo19126 (1.2.252); FILE MERGED 2005/09/05 18:47:31 rt 1.2.252.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [62762dc15cf9ec555e0815201423d76a055c7f4e]

INTEGRATION: CWS ooo19126 (1.5.10); FILE MERGED 2005/09/05 18:47:31 rt 1.5.10.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bbb485b7848a9d5929842030bf929a42eee18340]

INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 18:47:31 rt 1.2.44.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a25075becb43d9a2cffb0b494c45a464ec5ca50a]

INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 18:47:31 rt 1.3.44.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [354055e5a8a138b1501f4fb637725d4c9bcb3007]

INTEGRATION: CWS ooo19126 (1.4.248); FILE MERGED 2005/09/05 18:47:31 rt 1.4.248.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [51e83b51a2315f841d8fd9a606ceb3f5182c08b9]

INTEGRATION: CWS ooo19126 (1.6.244); FILE MERGED 2005/09/05 18:47:31 rt 1.6.244.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [535f6a61202f2b5fa1f7b86a37ca662cd59d8be6]

INTEGRATION: CWS ooo19126 (1.2.252); FILE MERGED 2005/09/05 18:47:30 rt 1.2.252.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6428367c4b4cf0a32eff4ad7e7bb226c9d394385]

INTEGRATION: CWS ooo19126 (1.6.30); FILE MERGED 2005/09/05 18:47:30 rt 1.6.30.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [982cf5562abc469a17289ef7781d342a798a0ea0]

INTEGRATION: CWS ooo19126 (1.5.44); FILE MERGED 2005/09/05 18:47:30 rt 1.5.44.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0fbb574293deef7caca8cfb32a9e7f4522426f9]

INTEGRATION: CWS ooo19126 (1.5.38); FILE MERGED 2005/09/05 18:47:30 rt 1.5.38.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [98ec080fbe28ddb7373fde192db46a12378cc4d6]

INTEGRATION: CWS ooo19126 (1.1.1.1.256); FILE MERGED 2005/09/05 18:47:30 rt 1.1.1.1.256.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33b363ddc6d8d924bfce525fa08b21b6b492268e]

INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 18:47:29 rt 1.2.78.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fdd8c2c4d6c12faece5c87e36a0edec913630859]

INTEGRATION: CWS ooo19126 (1.13.146); FILE MERGED 2005/09/05 18:47:29 rt 1.13.146.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [59be495c51ed5ef709b158571ef1a2bcc6cb91e6]

INTEGRATION: CWS ooo19126 (1.8.10); FILE MERGED 2005/09/05 18:47:29 rt 1.8.10.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9f947ea5a55a008d46d25811d99cb75fc56c8c3]

INTEGRATION: CWS ooo19126 (1.4.70); FILE MERGED 2005/09/05 18:47:29 rt 1.4.70.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [45d4ef6b01f99417f0fca3a4eec21682bfe2af31]

INTEGRATION: CWS ooo19126 (1.6.10); FILE MERGED 2005/09/05 18:47:28 rt 1.6.10.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80eb45b2efe14387af9efe8f6603eac3e692cc16]

INTEGRATION: CWS ooo19126 (1.19.24); FILE MERGED 2005/09/05 18:47:28 rt 1.19.24.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb56a32f22915a96e14f90afee5ec891c66a9e54]

INTEGRATION: CWS ooo19126 (1.6.30); FILE MERGED 2005/09/05 18:47:28 rt 1.6.30.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a32e50152ca879a0d72add2f6f57e484642be7b]

INTEGRATION: CWS ooo19126 (1.8.10); FILE MERGED 2005/09/05 18:47:28 rt 1.8.10.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9876636c57cd9066a5ef7dca08316c0b4827f37f]

INTEGRATION: CWS ooo19126 (1.36.18); FILE MERGED 2005/09/05 18:47:27 rt 1.36.18.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c0308450291416aa79166479b850e2f166fdde5]

INTEGRATION: CWS ooo19126 (1.2.10); FILE MERGED 2005/09/05 18:47:27 rt 1.2.10.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b5b883590ed6dd9309077fd852098387f576b9f]

INTEGRATION: CWS ooo19126 (1.3.10); FILE MERGED 2005/09/05 18:47:27 rt 1.3.10.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d7007107fb9a9e2e55d37239ebab99448b54e5d]

INTEGRATION: CWS ooo19126 (1.22.10); FILE MERGED 2005/09/05 18:47:26 rt 1.22.10.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [301293be569f8c640ef7b29f7b705fd2cf3a891f]

INTEGRATION: CWS ooo19126 (1.2.10); FILE MERGED 2005/09/05 18:47:25 rt 1.2.10.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c3dd135810451f631524932b750886624b698b1]

INTEGRATION: CWS ooo19126 (1.11.20); FILE MERGED 2005/09/05 18:47:25 rt 1.11.20.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [214a6443b0dcd9cc7a7486bf6b1b097f316a6c2a]

INTEGRATION: CWS ooo19126 (1.1.1.1.256); FILE MERGED 2005/09/05 18:47:25 rt 1.1.1.1.256.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1044542c8136ad2c44942f8d681d480f26f17a34]

INTEGRATION: CWS ooo19126 (1.1.1.1.256); FILE MERGED 2005/09/05 18:47:24 rt 1.1.1.1.256.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1e8dac4e5c7f5d9f2208138093c48710a826e327]

INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 15:24:14 rt 1.2.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5350ae844f4dc747b3612a95c36d92d6c07c1e31]

INTEGRATION: CWS ooo19126 (1.9.56); FILE MERGED 2005/09/05 15:24:14 rt 1.9.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [10eeeb5f97a74557adf57b5321eb274799c810a0]

INTEGRATION: CWS ooo19126 (1.4.164); FILE MERGED 2005/09/05 15:24:13 rt 1.4.164.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c36dcc9ab8828d19f9e9cb0083f32f5918eae2c]

INTEGRATION: CWS ooo19126 (1.5.116); FILE MERGED 2005/09/05 15:24:13 rt 1.5.116.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8c0fd9db9961d5d03b29a97dbad61bc0fb2af45]

INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 15:24:13 rt 1.3.140.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b03dd9a319ce1c826d79f74ff19ccb8e63e6e919]

INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGED 2005/09/05 15:24:12 rt 1.2.38.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [34f11c873c1d7c9a1104e96443b550b657dd88fa]

INTEGRATION: CWS ooo19126 (1.1.1.1.350); FILE MERGED 2005/09/05 15:24:12 rt 1.1.1.1.350.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6ccd346127c16b220c026caebcf8ae0ae5409ca]

INTEGRATION: CWS ooo19126 (1.7.38); FILE MERGED 2005/09/05 15:24:12 rt 1.7.38.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba655fae853092e51c0c040a15d73b48ace8ec08]

INTEGRATION: CWS ooo19126 (1.1.1.1.350); FILE MERGED 2005/09/05 15:24:11 rt 1.1.1.1.350.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa7c47ef1dc0b19e852d5441ddde5ea442df2da7]

INTEGRATION: CWS ooo19126 (1.4.42); FILE MERGED 2005/09/05 15:24:11 rt 1.4.42.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a240d05c2940e6aca14717328778c813344a66b]

INTEGRATION: CWS ooo19126 (1.7.84); FILE MERGED 2005/09/05 15:24:11 rt 1.7.84.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50054cd8c77321437c8a378531b728bcf8360f0e]

INTEGRATION: CWS ooo19126 (1.2.122); FILE MERGED 2005/09/05 15:24:10 rt 1.2.122.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [719e77260935f6ce42e223459c22e8f8822e2857]

INTEGRATION: CWS ooo19126 (1.3.338); FILE MERGED 2005/09/05 15:24:10 rt 1.3.338.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f357dd474da7e59762ef96dff139a09c5d38d64c]

INTEGRATION: CWS ooo19126 (1.7.22); FILE MERGED 2005/09/05 15:24:10 rt 1.7.22.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [16623d6d15e81e33ab65d53c4846217ac975a955]

INTEGRATION: CWS ooo19126 (1.4.118); FILE MERGED 2005/09/05 15:24:09 rt 1.4.118.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [daa5f80da3cc8a0629cce1a7219210415f6fda8b]

INTEGRATION: CWS ooo19126 (1.16.162); FILE MERGED 2005/09/05 15:24:09 rt 1.16.162.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3121d7cfd5fa01ba9ab6b3fc889986927cd84d4c]

INTEGRATION: CWS ooo19126 (1.5.122); FILE MERGED 2005/09/05 15:24:09 rt 1.5.122.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [17d7b9d4fde1b81997878262d6a8753f46793069]

INTEGRATION: CWS ooo19126 (1.12.84); FILE MERGED 2005/09/05 15:24:09 rt 1.12.84.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1651cafd74c5ed0eeb8df1bdcb682e1933634352]

INTEGRATION: CWS ooo19126 (1.12.56); FILE MERGED 2005/09/05 15:24:09 rt 1.12.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f510a0b0e77385239ff0dbec7f7adc1ded1c384b]

INTEGRATION: CWS ooo19126 (1.3.328); FILE MERGED 2005/09/05 15:24:08 rt 1.3.328.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8bf6318cc36e1d7a8899c4bfd231b0b1a527e91]

INTEGRATION: CWS ooo19126 (1.3.278); FILE MERGED 2005/09/05 15:24:08 rt 1.3.278.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5a6dd734445f9a573b80c006155377ca94daf85]

INTEGRATION: CWS ooo19126 (1.9.118); FILE MERGED 2005/09/05 15:24:08 rt 1.9.118.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ba9269852b43e4b246c67a2dd23a2061565be02]

INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:24:08 rt 1.3.118.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [79c155475d855d7374942fc903e89358592472f5]

INTEGRATION: CWS ooo19126 (1.4.84); FILE MERGED 2005/09/05 15:24:07 rt 1.4.84.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1291c89051e3cc30cfb27838dd6610d1dfcaf562]

INTEGRATION: CWS ooo19126 (1.4.118); FILE MERGED 2005/09/05 15:24:07 rt 1.4.118.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [554ed8c5c6b9d88a4c53dc36f0a997de58c3b421]

INTEGRATION: CWS ooo19126 (1.3.84); FILE MERGED 2005/09/05 15:24:07 rt 1.3.84.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [771a02005f3f4ef64bc9c4bd090fc4544c427d30]

INTEGRATION: CWS ooo19126 (1.3.314); FILE MERGED 2005/09/05 15:24:06 rt 1.3.314.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b00755312bd1e0f513394b4cb89f56bd4630227]

INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 15:24:06 rt 1.3.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee7eb3c3f86ac2195fe00005cf3b7e4227de5e2b]

INTEGRATION: CWS ooo19126 (1.4.164); FILE MERGED 2005/09/05 15:24:05 rt 1.4.164.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [523a889b57682ef8208bd51cbf9c50fa43d990ef]

INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 15:24:05 rt 1.2.152.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe94f1fa507df7afd75ed53f33d383c959714ce3]

INTEGRATION: CWS ooo19126 (1.3.134); FILE MERGED 2005/09/05 15:24:05 rt 1.3.134.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e84926c8a051c8bb44842156d024f59ba3991126]

INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 15:24:04 rt 1.3.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [254ca730a9cdcd11cda89617ebd157f593feac68]

INTEGRATION: CWS ooo19126 (1.2.278); FILE MERGED 2005/09/05 15:24:04 rt 1.2.278.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [915dc82d8fe0339aac372f70ad283fd945414811]

INTEGRATION: CWS ooo19126 (1.6.340); FILE MERGED 2005/09/05 15:24:03 rt 1.6.340.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c511fb5c40e359d4cbe2f65ce74b7e13cf7e7cf]

INTEGRATION: CWS ooo19126 (1.6.60); FILE MERGED 2005/09/05 15:24:03 rt 1.6.60.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d8992d8479af9cb18bcbfffa9d1f2b7276a2466]

INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:24:03 rt 1.3.118.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d05ce5dae2e2f36c3922ad95f79e7a7ba31845aa]

INTEGRATION: CWS ooo19126 (1.1.1.1.350); FILE MERGED 2005/09/05 15:24:03 rt 1.1.1.1.350.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [37766b92d9d815963a01f3b1403bf4812bec62d7]

INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED 2005/09/05 15:24:02 rt 1.3.42.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [51321f8e87716704e1202726a7b20202445fed13]

INTEGRATION: CWS ooo19126 (1.13.150); FILE MERGED 2005/09/05 15:24:02 rt 1.13.150.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89e1c6a33f40e12dc9f801f24d82cb57846848e3]

INTEGRATION: CWS ooo19126 (1.1.1.1.350); FILE MERGED 2005/09/05 15:24:02 rt 1.1.1.1.350.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b7254c6225d1e9f804c51f0067c66977cd2c30c9]

INTEGRATION: CWS ooo19126 (1.4.84); FILE MERGED 2005/09/05 15:24:02 rt 1.4.84.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6b998d37704736192fa21d68424df677bcd745b]

INTEGRATION: CWS ooo19126 (1.3.314); FILE MERGED 2005/09/05 15:24:01 rt 1.3.314.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fed922a94b03e4866260e2a583fb695e19400b80]

INTEGRATION: CWS ooo19126 (1.10.44); FILE MERGED 2005/09/05 15:24:01 rt 1.10.44.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a1876ca59a665e4e41a43a4c0ff37817809875a7]

INTEGRATION: CWS ooo19126 (1.31.44); FILE MERGED 2005/09/05 15:24:01 rt 1.31.44.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1998f5f611b9ec4e62ce3ff840c88419717ddb35]

INTEGRATION: CWS ooo19126 (1.5.80); FILE MERGED 2005/09/05 15:24:01 rt 1.5.80.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [db7cc0128bc1834dd773033ef247445ec0fa9f7a]

INTEGRATION: CWS ooo19126 (1.4.84); FILE MERGED 2005/09/05 15:24:01 rt 1.4.84.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4228c3227728930ccdeb7fd66334b1af6ddee7c2]

INTEGRATION: CWS ooo19126 (1.4.278); FILE MERGED 2005/09/05 15:24:00 rt 1.4.278.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [57c93a514220ddaafe18d03956e608fb44bcb4dc]

INTEGRATION: CWS ooo19126 (1.6.56); FILE MERGED 2005/09/05 15:24:00 rt 1.6.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f57a0328189c980937b5912fd750c3abde2f601a]

INTEGRATION: CWS ooo19126 (1.1.314); FILE MERGED 2005/09/05 15:24:00 rt 1.1.314.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1a4bb7e8f9d0ea0284537e775ea255a6f107bb0]

INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED 2005/09/05 15:24:00 rt 1.3.42.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d1e5383e2d948fa95ad55d13dda33eed5ac76cf]

INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 15:23:59 rt 1.2.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [217bc6495129faaf457b9ebf8efaeab5cb3230f1]

INTEGRATION: CWS ooo19126 (1.4.56); FILE MERGED 2005/09/05 15:23:59 rt 1.4.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8fa3cd789e75a99fb3b96495411c6d38779f402]

INTEGRATION: CWS ooo19126 (1.5.264); FILE MERGED 2005/09/05 15:23:59 rt 1.5.264.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d98f2be51cce1041a24c65a1d373faaf4a47b638]

INTEGRATION: CWS ooo19126 (1.8.188); FILE MERGED 2005/09/05 15:23:58 rt 1.8.188.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1fa196cef0cb91f1ab6ffb25ce4281ae0d99080]

INTEGRATION: CWS ooo19126 (1.6.246); FILE MERGED 2005/09/05 15:23:58 rt 1.6.246.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e3a46eece8af7d1ba05c1e7f8755764de88e01c]

INTEGRATION: CWS ooo19126 (1.5.256); FILE MERGED 2005/09/05 15:23:58 rt 1.5.256.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3169f9f56fecdad800c97e6a603e7ca24150e371]

INTEGRATION: CWS ooo19126 (1.2.264); FILE MERGED 2005/09/05 15:23:58 rt 1.2.264.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [08ddb16abb105928ab9b7acaf266212c6adc85c7]

INTEGRATION: CWS ooo19126 (1.7.132); FILE MERGED 2005/09/05 15:23:57 rt 1.7.132.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [257f33590b6e73733400d9979e409956c4d41075]

INTEGRATION: CWS ooo19126 (1.2.264); FILE MERGED 2005/09/05 15:23:57 rt 1.2.264.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [36dc6b3b71167c2c38eaf614fafbb627f8abf062]

INTEGRATION: CWS ooo19126 (1.13.264); FILE MERGED 2005/09/05 15:23:57 rt 1.13.264.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3ac28981ceb7c4b817e006160ea5b3a7adf012b]

INTEGRATION: CWS ooo19126 (1.6.264); FILE MERGED 2005/09/05 15:23:57 rt 1.6.264.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e1ac146cdbd491c56e0da69a7556392145ad140]

INTEGRATION: CWS ooo19126 (1.6.56); FILE MERGED 2005/09/05 15:23:56 rt 1.6.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [51b891300a2663bff10b36e1a8af139b958d91b9]

INTEGRATION: CWS ooo19126 (1.5.278); FILE MERGED 2005/09/05 15:23:56 rt 1.5.278.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [612aa042dd54b405f94be9298764eb53a23f2ca2]

INTEGRATION: CWS ooo19126 (1.3.278); FILE MERGED 2005/09/05 15:23:56 rt 1.3.278.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2aad887897cabfa278aa490145d4ab77da4ca15]

INTEGRATION: CWS ooo19126 (1.8.56); FILE MERGED 2005/09/05 15:23:55 rt 1.8.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2275ad836df2788ba437d0accee1daddc74af0fe]

INTEGRATION: CWS ooo19126 (1.4.188); FILE MERGED 2005/09/05 15:23:55 rt 1.4.188.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a95a99b41044dbd273ec9deacaf2846bd7c6cf7f]

INTEGRATION: CWS ooo19126 (1.12.22); FILE MERGED 2005/09/05 15:23:55 rt 1.12.22.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b09be5c45ece58e075c9e0e595f884c0592773dc]

INTEGRATION: CWS ooo19126 (1.3.278); FILE MERGED 2005/09/05 15:23:55 rt 1.3.278.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [34b732c4dc73ada703a01cabc34b70ac701e6cc8]

INTEGRATION: CWS ooo19126 (1.3.278); FILE MERGED 2005/09/05 15:23:54 rt 1.3.278.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5400ed080d641009fa27ef551477715ff01104b0]

INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 15:23:53 rt 1.2.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0d2d85aec3338bd2c8d782fb41fd6d849f3e47f]

INTEGRATION: CWS ooo19126 (1.3.278); FILE MERGED 2005/09/05 15:23:53 rt 1.3.278.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [653eee6f0e06839575566aebf4a3b209b2bce119]

INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 15:23:50 rt 1.3.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [194b375c67227420f0bce6a0a3142f58eee0aaf8]

INTEGRATION: CWS ooo19126 (1.6.122); FILE MERGED 2005/09/05 15:23:50 rt 1.6.122.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0f5f1b825458b226115c093a2a951e75e061d5e]

INTEGRATION: CWS ooo19126 (1.7.56); FILE MERGED 2005/09/05 15:23:50 rt 1.7.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b5c3ab21f841e94337e7b5e4c35b368de8c3d289]

INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 15:23:49 rt 1.3.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [49d46a07331ba0a103fcf428b82d8759448339a9]

INTEGRATION: CWS ooo19126 (1.4.56); FILE MERGED 2005/09/05 15:23:49 rt 1.4.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8869804f74ecc5428c233b672e8ad28a67fdb291]

INTEGRATION: CWS ooo19126 (1.9.118); FILE MERGED 2005/09/05 15:23:49 rt 1.9.118.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [38b6cdc5a35248e61cbca95c391d8b8ff2fc11d1]

INTEGRATION: CWS ooo19126 (1.2.198); FILE MERGED 2005/09/05 15:23:49 rt 1.2.198.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [19dcf5cf2fed040308cbdd555b5c9fe0bbdb662c]

INTEGRATION: CWS ooo19126 (1.4.122); FILE MERGED 2005/09/05 15:23:48 rt 1.4.122.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1fe23e77e4630393180ed2c1ef3e395da5926664]

INTEGRATION: CWS ooo19126 (1.4.56); FILE MERGED 2005/09/05 15:23:48 rt 1.4.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [62b1c5c15e48e227e8addf8ff74273314aee79fa]

INTEGRATION: CWS ooo19126 (1.8.56); FILE MERGED 2005/09/05 15:23:48 rt 1.8.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e51b695efae10c044437a82f404f57d0b648022]

INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 15:23:47 rt 1.3.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b5571cbd6bab5fec25f570c99ae2a74d80d5275f]

INTEGRATION: CWS ooo19126 (1.4.42); FILE MERGED 2005/09/05 15:23:47 rt 1.4.42.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2cbaec60b85fd724efd20f4a1a477abc57b01f8f]

INTEGRATION: CWS ooo19126 (1.1.1.1.350); FILE MERGED 2005/09/05 15:23:47 rt 1.1.1.1.350.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92797fbefd5f7db45ba803163ad0bf51750b325d]

INTEGRATION: CWS ooo19126 (1.2.122); FILE MERGED 2005/09/05 15:23:47 rt 1.2.122.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99de16f91a12f682b6563e3ba62683749d11b857]

INTEGRATION: CWS ooo19126 (1.4.56); FILE MERGED 2005/09/05 15:23:47 rt 1.4.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e8f3de3914a66e2a342f0783037b4979d4e2706b]

INTEGRATION: CWS ooo19126 (1.8.30); FILE MERGED 2005/09/05 15:23:46 rt 1.8.30.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a48108164bbe8b917c56da502069528e4ef8570]

INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 15:23:46 rt 1.3.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5fca9cdb96bdec6982905fc5e568d190b112c2c]

INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 15:23:46 rt 1.4.22.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99e05eca619d004368895d2e658b6ee0665d7a3b]

INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 15:23:45 rt 1.2.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1e9ec0806db4e884901474847f13cd4083c516cf]

INTEGRATION: CWS ooo19126 (1.6.56); FILE MERGED 2005/09/05 15:23:45 rt 1.6.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c67e2f3b72a09099e831b921d55b68d86c8d36f3]

INTEGRATION: CWS ooo19126 (1.6.132); FILE MERGED 2005/09/05 15:23:45 rt 1.6.132.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [212dc56efcfde678eec1f1ba6239489d9753f861]

INTEGRATION: CWS ooo19126 (1.8.56); FILE MERGED 2005/09/05 15:23:44 rt 1.8.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28789ed92b9bb484a789f8d418809b617b47e4a6]

INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 15:23:44 rt 1.3.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b2313b2c35eaaa1222c9746a41448ec6a297304e]

INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGED 2005/09/05 15:23:44 rt 1.2.38.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9cac5d204042ab448f6dedf8e721b2ff8f937c3]

INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 15:23:44 rt 1.2.84.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f3174dedf3264da751f810e5d3b25ad8bff41baf]

INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED 2005/09/05 15:23:44 rt 1.3.42.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [74060aa6020dd7fb426f11d6aa22a21765672021]

INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 15:23:43 rt 1.3.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a45b666943dcf7f5831973d46a6e58147b01b7a]

INTEGRATION: CWS ooo19126 (1.7.44); FILE MERGED 2005/09/05 15:23:43 rt 1.7.44.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e80a84d29194c01a33e0107bdd6e41915b7482e1]

INTEGRATION: CWS ooo19126 (1.6.56); FILE MERGED 2005/09/05 15:23:43 rt 1.6.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3782126e9d012816000b9fa02ec9ebc8bd941492]

INTEGRATION: CWS ooo19126 (1.4.56); FILE MERGED 2005/09/05 15:23:42 rt 1.4.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [93ff6feda9667d20458e3a905d26ca3197d32c48]

INTEGRATION: CWS ooo19126 (1.3.84); FILE MERGED 2005/09/05 15:23:42 rt 1.3.84.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [946f89da2b42552f7266db90eed8055f882bb7ba]

INTEGRATION: CWS ooo19126 (1.2.122); FILE MERGED 2005/09/05 15:23:42 rt 1.2.122.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d5a22f18d3ac5e368e44a86526fc6d1e80317e2]

INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 15:23:42 rt 1.2.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bbb3be81ed6458a63f15b10655fab4c21177b6b2]

INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:23:41 rt 1.2.116.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f52df0d3e5b4b1f6a662b0b246e25b316af85237]

INTEGRATION: CWS ooo19126 (1.2.122); FILE MERGED 2005/09/05 15:23:41 rt 1.2.122.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7be0ef55a2d7bbe84b222e4811fca71b6ef3e5fe]

INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 15:23:41 rt 1.3.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de642602439038a20fa7a26b0efbf9a6585e7ca1]

INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 15:23:41 rt 1.2.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [69d3a269db80723e80de3e6d475892798401c375]

INTEGRATION: CWS ooo19126 (1.5.56); FILE MERGED 2005/09/05 15:23:40 rt 1.5.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [42b31fda9badf6c7364278dec11c58b53e49265b]

INTEGRATION: CWS ooo19126 (1.7.22); FILE MERGED 2005/09/05 15:23:40 rt 1.7.22.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b72430f70b97965b512c994f9ea52fe01e7f8e1]

INTEGRATION: CWS ooo19126 (1.6.36); FILE MERGED 2005/09/05 15:23:40 rt 1.6.36.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65e64004971c3cdbaea92f937c0db819e886138f]

INTEGRATION: CWS ooo19126 (1.4.56); FILE MERGED 2005/09/05 15:23:39 rt 1.4.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fce242aea12ab26b9964fa337e3a3a06f5a2ba66]

INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 15:23:39 rt 1.3.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77d5bcf1e8505cebf1e07277d1dd425264ddf8ea]

INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED 2005/09/05 15:23:39 rt 1.3.42.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0af0c809ee233e73578cb2b79f7ddd010995e8e9]

INTEGRATION: CWS ooo19126 (1.4.174); FILE MERGED 2005/09/05 15:23:38 rt 1.4.174.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b5c16e7733c69b4ff5d1f4adb08f3e0ed5f74d1]

INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 15:23:38 rt 1.2.54.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c4e47e4c99d95fca63502018068a005a82cc76fe]

INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 15:23:38 rt 1.3.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3843ec0f8e56ec1ea0a14e1ca45e4d3730cfc53b]

INTEGRATION: CWS ooo19126 (1.4.46); FILE MERGED 2005/09/05 15:23:38 rt 1.4.46.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8a76312bf98d23604b0489dcb572b849156fa9e]

INTEGRATION: CWS ooo19126 (1.6.56); FILE MERGED 2005/09/05 15:23:38 rt 1.6.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a2d9978c5e6739bc17bdd002d30161b94231e751]

INTEGRATION: CWS ooo19126 (1.8.56); FILE MERGED 2005/09/05 15:23:37 rt 1.8.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eba9d7744a720b88fadf85245813f263015dea3b]

INTEGRATION: CWS ooo19126 (1.6.56); FILE MERGED 2005/09/05 15:23:37 rt 1.6.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d56960888336a5e3def934792f74dd2f63fa1538]

INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 15:23:37 rt 1.3.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd23697e9d1955765930a745ab3cee96d87dbf2a]

INTEGRATION: CWS ooo19126 (1.2.264); FILE MERGED 2005/09/05 15:23:36 rt 1.2.264.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [168c6c78f88fa8ad0ff5b70b12587afff81a5aa0]

INTEGRATION: CWS ooo19126 (1.11.56); FILE MERGED 2005/09/05 15:23:36 rt 1.11.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc2d11c8f337b082f39fbee4dd7568b6b9aace8d]

INTEGRATION: CWS ooo19126 (1.5.56); FILE MERGED 2005/09/05 15:23:36 rt 1.5.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4280e85da75ff3c63a025cb5bab541f2df817f97]

INTEGRATION: CWS ooo19126 (1.9.56); FILE MERGED 2005/09/05 15:23:36 rt 1.9.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0373ae323ca07015e2913304c3ea6b2545c42074]

INTEGRATION: CWS ooo19126 (1.2.324); FILE MERGED 2005/09/05 15:23:36 rt 1.2.324.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be40127f19e856e612de0d879794a9948f2e7fdf]

INTEGRATION: CWS ooo19126 (1.1.334); FILE MERGED 2005/09/05 15:23:35 rt 1.1.334.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc77f629abe89f8736a58d081552087ea2c678df]

INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 15:23:35 rt 1.2.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [86df7a8639f4ae584fdf99d8a106509ef7b9398f]

INTEGRATION: CWS ooo19126 (1.7.132); FILE MERGED 2005/09/05 15:23:35 rt 1.7.132.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [966867c87ad3a9013509715a34e039f8da6ee9b0]

INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 15:23:34 rt 1.2.56.1: #i54170# Change license header: remove SISSL


2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [348f97ec5bd842742be361e2154c9e2256b555f4]

INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:23:34 rt 1.3.164.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bc9a75cae6ef8581a14de67eee94f122b84db468]

INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 17:27:18 rt 1.3.20.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0dbb19b6763cbc2e07ed3291067281b750085223]

INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 17:27:18 rt 1.4.16.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f8722e7390957c6b220cb5eb15a6eb870c39fef6]

INTEGRATION: CWS ooo19126 (1.7.18); FILE MERGED 2005/09/05 17:27:17 rt 1.7.18.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ae791618dd56aeeb31bc6adfc1cedd0dfb66fc19]

INTEGRATION: CWS ooo19126 (1.8.18); FILE MERGED 2005/09/05 17:27:17 rt 1.8.18.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5217ffa292f12f8db957b3309ccade83da697b45]

INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 17:27:16 rt 1.5.16.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [94276faa99a288c490d0ecdaeb431caf05d1a015]

INTEGRATION: CWS ooo19126 (1.2.20); FILE MERGED 2005/09/05 17:27:16 rt 1.2.20.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [34f86c465cd47f86b99f119194cb297a58d9de99]

INTEGRATION: CWS ooo19126 (1.3.32); FILE MERGED 2005/09/05 17:27:14 rt 1.3.32.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d83cf1d9dcf8ffd918d2bded0256acb8ff4a3a87]

INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 17:27:14 rt 1.4.20.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1e1fd93429bbfeccfe7a311bbb0f5daebdef3c63]

INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 17:27:13 rt 1.5.20.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [621ceb6ff865ff49469c04ae91329fc2644154b3]

INTEGRATION: CWS ooo19126 (1.6.18); FILE MERGED 2005/09/05 17:27:13 rt 1.6.18.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ab7d21d294586101fd852aa0008a99ed0573d82e]

INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 17:27:12 rt 1.3.18.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5636b0809a60ee8ad157ef1ebfd73f120f5cd63a]

INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 17:27:12 rt 1.4.20.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9bca0d0d2fa42327b50a4deadcc96f0995b9d6b4]

INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 17:27:12 rt 1.5.18.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0659980d91ed5fabb3c45c89ea1abe79745ea872]

INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 17:27:12 rt 1.4.22.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a460bd767e9821c257b1efa55d3b71c2d6e3d9d6]

INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 17:27:11 rt 1.7.16.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b506dc88ef00e7549dd7bb94f7f53f55f36d679e]

INTEGRATION: CWS ooo19126 (1.8.16); FILE MERGED 2005/09/05 17:27:11 rt 1.8.16.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a32d29cbd4e71a1b3e4a1958171e06e7d4395010]

INTEGRATION: CWS ooo19126 (1.3.22); FILE MERGED 2005/09/05 17:27:11 rt 1.3.22.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [800c26ff5f9717a2f0325ef73a6a168f8a31ccc8]

INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 17:27:11 rt 1.4.18.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e0cf8b3dd8c8db578e30e928acb3ce412ed6ccfd]

INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 17:27:10 rt 1.5.20.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8178563ff5ceabacd5064a38e9848161a637e06b]

INTEGRATION: CWS ooo19126 (1.2.20); FILE MERGED 2005/09/05 17:27:10 rt 1.2.20.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [29230caedd5b44979a30f26f1b90d3b837d49ba3]

INTEGRATION: CWS ooo19126 (1.3.22); FILE MERGED 2005/09/05 17:27:09 rt 1.3.22.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2a4409c2ead4253b0bd92775857076fd06f1c9fc]

INTEGRATION: CWS ooo19126 (1.3.32); FILE MERGED 2005/09/05 17:27:09 rt 1.3.32.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e1c741f12b864f97d9e99658ffc6dc7f21203e23]

INTEGRATION: CWS ooo19126 (1.2.22); FILE MERGED 2005/09/05 17:27:08 rt 1.2.22.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [79826dee2f06472abe21576a1088ec80c5274611]

INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 17:27:08 rt 1.4.22.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [12d796e08cd22e936394a5f0da0b5d976f5e26d8]

INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 17:27:07 rt 1.4.22.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3427d4fabc161c2ac684e01f2d80a4b4221ecb9e]

INTEGRATION: CWS ooo19126 (1.6.18); FILE MERGED 2005/09/05 17:27:07 rt 1.6.18.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8c491fa0a51b6e71c5026c462be43b25e6f815ee]

INTEGRATION: CWS ooo19126 (1.3.12); FILE MERGED 2005/09/05 17:27:06 rt 1.3.12.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [39172e3bfca299773e82adb6cc5bb2c437324fe6]

INTEGRATION: CWS ooo19126 (1.2.50); FILE MERGED 2005/09/05 17:27:06 rt 1.2.50.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [882809b0a035537c077ecd275bfa333073fb8fb5]

INTEGRATION: CWS ooo19126 (1.4.8); FILE MERGED 2005/09/05 17:27:05 rt 1.4.8.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a0f7a82bc726d7f62b719ad1057d70b7e6c3173f]

INTEGRATION: CWS ooo19126 (1.2.50); FILE MERGED 2005/09/05 17:27:04 rt 1.2.50.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [775231771d530ad99d59deb727d0a463f78e13c2]

INTEGRATION: CWS ooo19126 (1.7.8); FILE MERGED 2005/09/05 17:27:03 rt 1.7.8.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cd7ce52d75121c495ca868038e698c96a7aa68eb]

INTEGRATION: CWS ooo19126 (1.4.12); FILE MERGED 2005/09/05 17:27:03 rt 1.4.12.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [25a2545bbca8b104bf903dd78215e7343d300735]

INTEGRATION: CWS ooo19126 (1.5.12); FILE MERGED 2005/09/05 17:27:03 rt 1.5.12.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [658d416196a842b9c6ec2e0a6c339276c8f2fc9e]

INTEGRATION: CWS ooo19126 (1.5.12); FILE MERGED 2005/09/05 17:27:02 rt 1.5.12.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2f462095c445ca5699d35270b2693888e351e5a1]

INTEGRATION: CWS ooo19126 (1.4.12); FILE MERGED 2005/09/05 17:27:02 rt 1.4.12.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2e1ec3c0bf625cc5575d8c21794cebc872a90fef]

INTEGRATION: CWS ooo19126 (1.5.10); FILE MERGED 2005/09/05 17:27:02 rt 1.5.10.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a875ddffcf2584de76d3151bfed7fd2c5ef23d00]

INTEGRATION: CWS ooo19126 (1.5.12); FILE MERGED 2005/09/05 17:27:01 rt 1.5.12.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1f2bdb73accf448421e3d27e4dd37c9318eeb77a]

INTEGRATION: CWS ooo19126 (1.4.12); FILE MERGED 2005/09/05 17:27:01 rt 1.4.12.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7e10f51abafe5ff7dee4564278fb137f7abb43b7]

INTEGRATION: CWS ooo19126 (1.5.10); FILE MERGED 2005/09/05 17:27:00 rt 1.5.10.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [57fd2bdcd9ff8455f8c20fdd5068fc166e4649da]

INTEGRATION: CWS ooo19126 (1.5.12); FILE MERGED 2005/09/05 17:27:00 rt 1.5.12.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1702dc84e1751edd312a10faa6b9a2fb1fcc2eab]

INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 17:26:59 rt 1.4.22.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9ac59d41e1122ef68e0541a7b0122f015ac3ada2]

INTEGRATION: CWS ooo19126 (1.5.12); FILE MERGED 2005/09/05 17:26:58 rt 1.5.12.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ea83096d5e15c8c85e89bc52c606dbf55e28cfd3]

INTEGRATION: CWS ooo19126 (1.2.50); FILE MERGED 2005/09/05 17:26:58 rt 1.2.50.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [184f6f5764f809cdd439d6b0972c0201939a6fb1]

INTEGRATION: CWS ooo19126 (1.4.12); FILE MERGED 2005/09/05 17:26:58 rt 1.4.12.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [973e0185cd9127303a40a79bcdc83ae5ef78ff89]

INTEGRATION: CWS ooo19126 (1.5.12); FILE MERGED 2005/09/05 17:26:57 rt 1.5.12.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4b33ef023199ef86c95e6229ce9ab0c9aa4580e6]

INTEGRATION: CWS ooo19126 (1.4.12); FILE MERGED 2005/09/05 17:26:57 rt 1.4.12.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c99fffd1371f48464cc7b75747bc5e8d5cf2ec33]

INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 17:26:56 rt 1.2.32.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [327e4cd8f12aebeb1b273e0299052f0868faba6e]

INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 17:26:56 rt 1.5.18.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [97a7c97f06f491df5650052a60adf656304f531d]

INTEGRATION: CWS ooo19126 (1.3.32); FILE MERGED 2005/09/05 17:26:55 rt 1.3.32.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [14bb8b21a36df6ae8b4f9204803a19a401c9f781]

INTEGRATION: CWS ooo19126 (1.2.22); FILE MERGED 2005/09/05 17:26:54 rt 1.2.22.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7bd5efe7266524d5a620f53c226ea64fa5875a6f]

INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 17:26:54 rt 1.4.22.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [297f1259f71d64e04bf9a37a232ec757b7a1bb03]

INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 17:26:53 rt 1.4.20.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9bf034bf312c68f2aa9a402806b362c2546e904a]

INTEGRATION: CWS ooo19126 (1.9.6); FILE MERGED 2005/09/05 17:26:53 rt 1.9.6.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dd7695a6664a64778440226a4b345e9ccea1b421]

INTEGRATION: CWS ooo19126 (1.8.54); FILE MERGED 2005/09/05 17:38:50 rt 1.8.54.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [354e3b068777e98bfa35c85b22c1bb968230409d]

INTEGRATION: CWS ooo19126 (1.3.62); FILE MERGED 2005/09/05 17:38:49 rt 1.3.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [85612252098579e34853652d2abdf5a3c1fe5f18]

INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGED 2005/09/05 17:38:49 rt 1.2.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e5485208e6268b067c0e13e7cab837b2834fa9ff]

INTEGRATION: CWS ooo19126 (1.4.62); FILE MERGED 2005/09/05 17:38:48 rt 1.4.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [49c14cb166248a7ec5bf197b6eb409a88ee80f64]

INTEGRATION: CWS ooo19126 (1.3.62); FILE MERGED 2005/09/05 17:38:48 rt 1.3.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [69ce13b0b8897239c1630c3f2bdefe695238ae6f]

INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGED 2005/09/05 17:38:48 rt 1.2.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [573dda3d889f76826cab5a969b69dda08a0f9d2d]

INTEGRATION: CWS ooo19126 (1.1.62); FILE MERGED 2005/09/05 17:38:47 rt 1.1.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2c1b639f1dad3351f44930d514a8c04c8ebfd3b4]

INTEGRATION: CWS ooo19126 (1.5.62); FILE MERGED 2005/09/05 17:38:47 rt 1.5.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a80b80597db74fff2b2f36e641ceded724f6f308]

INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 17:38:47 rt 1.4.18.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f786d2c1ae48a22b7eefc416fc9948cb7de60716]

INTEGRATION: CWS ooo19126 (1.12.8); FILE MERGED 2005/09/05 17:38:47 rt 1.12.8.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [785670cf16aca6d35db07b98b01ec968b157badc]

INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGED 2005/09/05 17:38:46 rt 1.2.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [74a888fd21b27ceed4dd3d9e5eeafa2d231fda7a]

INTEGRATION: CWS ooo19126 (1.3.28); FILE MERGED 2005/09/05 17:38:46 rt 1.3.28.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [84eba19aa3cd2b370be49e0642fe57423c20cc50]

INTEGRATION: CWS ooo19126 (1.6.28); FILE MERGED 2005/09/05 17:38:46 rt 1.6.28.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [30b8fa5aef6b6ce6719157807ed64746ab4c2c70]

INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 17:38:45 rt 1.3.44.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0e8c3118b36dc2b4ba745c75631ee3c4c602c641]

INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 17:38:45 rt 1.2.44.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a639f35ba9b0c6b962fe690d9feebcab9df040c6]

INTEGRATION: CWS ooo19126 (1.9.26); FILE MERGED 2005/09/05 17:38:45 rt 1.9.26.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5eb95b60c450656399e121f521538795a976fc52]

INTEGRATION: CWS ooo19126 (1.2.26); FILE MERGED 2005/09/05 17:38:45 rt 1.2.26.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e6e601ba095ca72f7cfeabfc199078dd8e8879de]

INTEGRATION: CWS ooo19126 (1.2.26); FILE MERGED 2005/09/05 17:38:44 rt 1.2.26.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [38067dede5d577a1048a38dc661a454d4a5866d0]

INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 17:38:44 rt 1.4.16.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6c72b507556c6ac2a4f298fcb5a651abb37b2bc7]

INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED 2005/09/05 17:38:43 rt 1.2.28.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [23c295e079cfc25276b031846d5b2b536df93085]

INTEGRATION: CWS ooo19126 (1.5.26); FILE MERGED 2005/09/05 17:38:43 rt 1.5.26.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4c140521d05df6b5c04527c389d993bf8f3108c2]

INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 17:38:43 rt 1.3.16.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [148f6d2937a086a34bd544180a3008c9259729de]

INTEGRATION: CWS ooo19126 (1.4.28); FILE MERGED 2005/09/05 17:38:42 rt 1.4.28.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4c22228997dec7cd485460c48d80c9266cec85fe]

INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 17:38:42 rt 1.7.16.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a51a570a104af37438586b816d10b16d57852708]

INTEGRATION: CWS ooo19126 (1.3.36); FILE MERGED 2005/09/05 17:38:42 rt 1.3.36.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [aa65a774232e04847e759e96d22aa8e3e4816bea]

INTEGRATION: CWS ooo19126 (1.4.44); FILE MERGED 2005/09/05 17:38:41 rt 1.4.44.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5c06996219629e364ccadd072aea6395de5327c0]

INTEGRATION: CWS ooo19126 (1.5.30); FILE MERGED 2005/09/05 17:38:41 rt 1.5.30.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [20b90461f5cf6b5b1133d41126c016d0c21013b6]

INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 17:38:41 rt 1.5.18.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3378cb5186502fe1c14416d2899a1fad9edbf2c2]

INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED 2005/09/05 17:38:41 rt 1.2.28.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [059c91419034a2501cd84ee586a19b45d8a9ed68]

INTEGRATION: CWS ooo19126 (1.11.14); FILE MERGED 2005/09/05 17:38:41 rt 1.11.14.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fbe9c467259de71065be2fa668edbb48ff4e78e9]

INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 17:38:41 rt 1.3.20.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [140f51aada394acdeb550fb7fa0791b13e2ec409]

INTEGRATION: CWS ooo19126 (1.8.28); FILE MERGED 2005/09/05 17:38:40 rt 1.8.28.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9b22c876fb907a87d9c1f2a22a6e9736d7217e05]

INTEGRATION: CWS ooo19126 (1.12.28); FILE MERGED 2005/09/05 17:38:40 rt 1.12.28.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6c04079b367da5d8b520416735a916b7b97cff27]

INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 17:38:40 rt 1.2.18.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e991690758edc01ef8eb0ff7c60fdd9414d72e96]

INTEGRATION: CWS ooo19126 (1.19.14); FILE MERGED 2005/09/05 17:38:40 rt 1.19.14.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6d19cd2ccdc7f6f8075cde5a603af2f3425a0782]

INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 17:38:39 rt 1.2.18.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0ead0903f9e721c9e943fc63b36cb6ba464653c4]

INTEGRATION: CWS ooo19126 (1.12.16); FILE MERGED 2005/09/05 17:38:39 rt 1.12.16.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3b9f4cfcb287ee35073e1c7da91e33afb7c595a8]

INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 17:38:39 rt 1.2.32.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0f46489a7cb56b429081a1c43a5ae406b268044a]

INTEGRATION: CWS ooo19126 (1.3.62); FILE MERGED 2005/09/05 17:38:39 rt 1.3.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [90c13524902a392e48f9c794fd090dd1736ed521]

INTEGRATION: CWS ooo19126 (1.1.62); FILE MERGED 2005/09/05 17:38:38 rt 1.1.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [66c35dc19eafbee72ee807d1d9ffc20c1acf9149]

INTEGRATION: CWS ooo19126 (1.5.62); FILE MERGED 2005/09/05 17:38:38 rt 1.5.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2ce0936e1b50926374c08b20f9ba8229c68e9d83]

INTEGRATION: CWS ooo19126 (1.3.62); FILE MERGED 2005/09/05 17:38:38 rt 1.3.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6c8ebc3dfbd186ed426effa40afe463cab0fb28f]

INTEGRATION: CWS ooo19126 (1.7.62); FILE MERGED 2005/09/05 17:38:37 rt 1.7.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [877db919d507382a57fb11c968f84ee023c33edd]

INTEGRATION: CWS ooo19126 (1.1.62); FILE MERGED 2005/09/05 17:38:37 rt 1.1.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1e317dc946d783488ab4db7fd8c2b9a0b4dbebac]

INTEGRATION: CWS ooo19126 (1.3.62); FILE MERGED 2005/09/05 17:38:37 rt 1.3.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [835bf1c3fd0452fe68b2b4328deead519050889e]

INTEGRATION: CWS ooo19126 (1.1.62); FILE MERGED 2005/09/05 17:38:36 rt 1.1.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7fd7097060d283c228e6d4611503f0bb4bb2a8dd]

INTEGRATION: CWS ooo19126 (1.7.28); FILE MERGED 2005/09/05 17:38:36 rt 1.7.28.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a8215aaa67638cb9ca60e2fb1b34fff91179c3a9]

INTEGRATION: CWS ooo19126 (1.9.8); FILE MERGED 2005/09/05 17:38:36 rt 1.9.8.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [14cbe0008574fcb60f1e29912dcb403f212e60f2]

INTEGRATION: CWS ooo19126 (1.6.62); FILE MERGED 2005/09/05 17:38:35 rt 1.6.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [abc4e075b1d534eb17a638ba58b016780080aca2]

INTEGRATION: CWS ooo19126 (1.14.34); FILE MERGED 2005/09/05 17:38:35 rt 1.14.34.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8f935b4c4c653f79412975d2734c801de898d6b4]

INTEGRATION: CWS ooo19126 (1.7.62); FILE MERGED 2005/09/05 17:38:35 rt 1.7.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1062be636b5327bae01bef0d7eb9d0fe8863ec6c]

INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGED 2005/09/05 17:38:34 rt 1.2.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [676e4491cc9e82331d9798944862e8c8440b8434]

INTEGRATION: CWS ooo19126 (1.7.62); FILE MERGED 2005/09/05 17:38:34 rt 1.7.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5084b7b6908944de61d5453ba0c2e5bbdf10bf5c]

INTEGRATION: CWS ooo19126 (1.9.26); FILE MERGED 2005/09/05 17:38:33 rt 1.9.26.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [31ca48e7e8c95e5262e756b9ea29b097f1b215d0]

INTEGRATION: CWS ooo19126 (1.8.30); FILE MERGED 2005/09/05 17:38:33 rt 1.8.30.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [af9a4743d219f01c9ea8f4c86ffb9839dcf12960]

INTEGRATION: CWS ooo19126 (1.3.62); FILE MERGED 2005/09/05 17:38:33 rt 1.3.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [49e5a9b2fce97b26c780cef1856716c3c6aa6832]

INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGED 2005/09/05 17:38:32 rt 1.2.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [14af7e2aab2e34e449816205e100585e832f3ab7]

INTEGRATION: CWS ooo19126 (1.8.62); FILE MERGED 2005/09/05 17:38:32 rt 1.8.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b7de34fb8c5c068775d3a7337ff45f91905d8868]

INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 17:38:32 rt 1.4.20.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ba9a938c38ba869e3595a2455c6729c5e1bfe690]

INTEGRATION: CWS ooo19126 (1.2.20); FILE MERGED 2005/09/05 17:38:31 rt 1.2.20.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e8024afe0a1cf2192da10a48ffa6f4cb2b5ffc33]

INTEGRATION: CWS ooo19126 (1.14.18); FILE MERGED 2005/09/05 17:38:31 rt 1.14.18.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [58eda9f617e96f53c9b6f75e951cfa1d9c88d0db]

INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGED 2005/09/05 17:38:31 rt 1.2.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c4086ffd8c7ef7546f3527c19791636a55eafbcd]

INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 17:38:31 rt 1.3.44.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3119fb69b02c3a807168ca76104302fc9b85c18c]

INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 17:38:30 rt 1.3.44.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [238ec7994f0b2a4bbdd0ca0cfba8eff2ad80f731]

INTEGRATION: CWS ooo19126 (1.11.26); FILE MERGED 2005/09/05 17:38:30 rt 1.11.26.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7c916852ca8717d60c32e93f3e286be8236df200]

INTEGRATION: CWS ooo19126 (1.4.44); FILE MERGED 2005/09/05 17:38:30 rt 1.4.44.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d4664c9c789c2285c404757ccabc07596085f566]

INTEGRATION: CWS ooo19126 (1.2.26); FILE MERGED 2005/09/05 17:38:29 rt 1.2.26.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8d78d4355f81e6742caf4f517fe9c68896b5f5d2]

INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 17:38:29 rt 1.5.16.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c253adbe695a6d594f82f1b3d44a69c3b7c53c6d]

INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED 2005/09/05 17:38:28 rt 1.2.28.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7e1102851f7042a6de8f138656770a3dafe58bc9]

INTEGRATION: CWS ooo19126 (1.10.14); FILE MERGED 2005/09/05 17:38:28 rt 1.10.14.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6bab4a991fbe9bd5eb2f48e15ae683c4d767cf00]

INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGED 2005/09/05 17:38:28 rt 1.2.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3e339c004cdbd87010fbbdda34d38a1a8146c536]

INTEGRATION: CWS ooo19126 (1.7.26); FILE MERGED 2005/09/05 17:38:28 rt 1.7.26.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [aab1b88b97a6d1c993868bf8ff96c57a0773c597]

INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGED 2005/09/05 17:38:27 rt 1.2.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [90b9d105a963aa721542842c68621938cac52640]

INTEGRATION: CWS ooo19126 (1.13.14); FILE MERGED 2005/09/05 17:38:27 rt 1.13.14.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [441275c3dd8cb3180ef51e4b477f30eccd72f9c4]

INTEGRATION: CWS ooo19126 (1.7.26); FILE MERGED 2005/09/05 17:38:27 rt 1.7.26.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3d29d2913cb9371367dd98ed136b07550a3d0a6f]

INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGED 2005/09/05 17:38:26 rt 1.2.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c1aca6f21dc8dc134952aef3042e6ad501d8b2b9]

INTEGRATION: CWS ooo19126 (1.13.14); FILE MERGED 2005/09/05 17:38:26 rt 1.13.14.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f7e28da2aa1d91e1fd860fd5ff2fbae7e38ef08e]

INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED 2005/09/05 17:38:26 rt 1.2.28.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c1a1436b7b508490fff83f1ea65e3c9acdba2b7a]

INTEGRATION: CWS ooo19126 (1.5.26); FILE MERGED 2005/09/05 17:38:26 rt 1.5.26.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [75b2f44af596637a2872c07b68e859022b90dc55]

INTEGRATION: CWS ooo19126 (1.11.16); FILE MERGED 2005/09/05 17:38:25 rt 1.11.16.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2e38e993e280682041582c14acccd523298cbba7]

INTEGRATION: CWS ooo19126 (1.4.36); FILE MERGED 2005/09/05 17:38:25 rt 1.4.36.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9d2847917a2a85307bfc94437ef8bf5f476497d1]

INTEGRATION: CWS ooo19126 (1.4.62); FILE MERGED 2005/09/05 17:38:25 rt 1.4.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3544bbc4f72b7bd35723492e9f3fee0fcaa76360]

INTEGRATION: CWS ooo19126 (1.5.30); FILE MERGED 2005/09/05 17:38:25 rt 1.5.30.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8a8e2257c5e17baac61cc5e030e11ff2dea0f181]

INTEGRATION: CWS ooo19126 (1.4.62); FILE MERGED 2005/09/05 17:38:24 rt 1.4.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4e9608b8f2188d1b103f4978b0ee004f324e562f]

INTEGRATION: CWS ooo19126 (1.12.24); FILE MERGED 2005/09/05 17:38:24 rt 1.12.24.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [925241b06b57606f4d983b9d8b1ef43400f62369]

INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED 2005/09/05 17:38:24 rt 1.2.28.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b8dd035a752a2e4a3ab14c8bd2bf0acbd3e2af25]

INTEGRATION: CWS ooo19126 (1.6.32); FILE MERGED 2005/09/05 17:38:23 rt 1.6.32.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e6dcab6c315a986139e495eb91c244819e02b59a]

INTEGRATION: CWS ooo19126 (1.10.28); FILE MERGED 2005/09/05 17:38:23 rt 1.10.28.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4043c4f10e9bad85942bcdab9e15f7f137ce8be4]

INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 17:38:23 rt 1.2.18.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [aaed4f3efb00041cff407f4b0264ca14beb1b3ee]

INTEGRATION: CWS ooo19126 (1.17.14); FILE MERGED 2005/09/05 17:38:23 rt 1.17.14.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5ac7f9216dd8724e4102be0df1dd975d452ef8a4]

INTEGRATION: CWS ooo19126 (1.9.62); FILE MERGED 2005/09/05 17:38:22 rt 1.9.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [420edb3bbd16897ce9319da9fab671a25ce20293]

INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 17:38:22 rt 1.2.32.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6c81ca95e8bda7d8cc743ef167676459a6156f8a]

INTEGRATION: CWS ooo19126 (1.3.62); FILE MERGED 2005/09/05 17:38:22 rt 1.3.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1d4d5f4692b96a9656905d244cfd95df37f2f507]

INTEGRATION: CWS ooo19126 (1.7.62); FILE MERGED 2005/09/05 17:38:21 rt 1.7.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4175f88113395de94b25c3bab8bb627cbec61020]

INTEGRATION: CWS ooo19126 (1.9.62); FILE MERGED 2005/09/05 17:38:21 rt 1.9.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0c4fc658c5c9b18d03d9849d828506ccaa3cd91d]

INTEGRATION: CWS ooo19126 (1.3.62); FILE MERGED 2005/09/05 17:38:21 rt 1.3.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cb048b07be50316d52f69ec045f9015d99b95612]

INTEGRATION: CWS ooo19126 (1.9.30); FILE MERGED 2005/09/05 17:38:20 rt 1.9.30.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c5268d05edeebfe9ad0de79d738f6f26834807c8]

INTEGRATION: CWS ooo19126 (1.8.62); FILE MERGED 2005/09/05 17:38:20 rt 1.8.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7f8580ff17990a1947d186664b51046537514b9f]

INTEGRATION: CWS ooo19126 (1.8.28); FILE MERGED 2005/09/05 17:38:19 rt 1.8.28.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3e23f2575d1a7d4c979bb5d1d1f5c8a864986f22]

INTEGRATION: CWS ooo19126 (1.6.62); FILE MERGED 2005/09/05 17:38:19 rt 1.6.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0690374fd3804f1914b24aa9fc3521ad5d3c32aa]

INTEGRATION: CWS ooo19126 (1.6.62); FILE MERGED 2005/09/05 17:38:18 rt 1.6.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f5734ab1d1906e3dc19abb40db09a5a5e63fbb08]

INTEGRATION: CWS ooo19126 (1.6.62); FILE MERGED 2005/09/05 17:38:17 rt 1.6.62.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [71dbc15f1a9325e09185a44dde086e777f9e8cf7]

INTEGRATION: CWS ooo19126 (1.8.26); FILE MERGED 2005/09/05 17:38:17 rt 1.8.26.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [aa17fb4a4b3e8e006b0e4501fcdd131a71d5b488]

INTEGRATION: CWS ooo19126 (1.7.30); FILE MERGED 2005/09/05 17:38:16 rt 1.7.30.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ea5857e7c449393d39800d5f71b3c2401e9dd218]

INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 14:47:02 rt 1.3.78.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [831f43b88b10dcd40e6266b1407b52759db408b3]

INTEGRATION: CWS ooo19126 (1.4.28); FILE MERGED 2005/09/05 14:47:02 rt 1.4.28.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a80fab4be42e866d34c4333ddf4cbd880618f37d]

INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 14:47:02 rt 1.2.84.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d35c05ca06338985dcd5ef67554f60259a0a2369]

INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 14:47:01 rt 1.4.18.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [10b72cc0539c06540f4585ac5d4b3d726b37a770]

INTEGRATION: CWS ooo19126 (1.3.6); FILE MERGED 2005/09/05 14:47:01 rt 1.3.6.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9df5112d4804db9a12ac3cf8077faed2f12ba31f]

INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 14:47:01 rt 1.2.84.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [36bf71a1bc87d4b53d1131e08c4ff00efab0487a]

INTEGRATION: CWS ooo19126 (1.3.4); FILE MERGED 2005/09/05 14:47:01 rt 1.3.4.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [40ec1846836eea09d912a95ce90094a48d20154e]

INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 14:47:00 rt 1.2.84.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1846e6fac37c24b0fc5066765f2dc4c88080575b]

INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 14:47:00 rt 1.4.18.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ab0df7bcfdecff51d796cdf9c12b73ea14dc139c]

INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 14:46:59 rt 1.2.84.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9cec64e67a7ebe77e18788f0691fcf8fe2791215]

INTEGRATION: CWS ooo19126 (1.19.86); FILE MERGED 2005/09/05 17:48:05 rt 1.19.86.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [479b37916fd4849878dd848f8cbf14e292dd84f4]

INTEGRATION: CWS ooo19126 (1.4.244); FILE MERGED 2005/09/05 17:48:02 rt 1.4.244.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7448a531b01c7691926c882fc236ab9040b25696]

INTEGRATION: CWS ooo19126 (1.5.60); FILE MERGED 2005/09/05 17:48:01 rt 1.5.60.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f8974d99a580e2ab58b7670d97c07f1a3a0531b6]

INTEGRATION: CWS ooo19126 (1.8.174); FILE MERGED 2005/09/05 17:48:01 rt 1.8.174.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e5bab2304f053f255ece14d8fe80961d64bf3ef8]

INTEGRATION: CWS ooo19126 (1.5.194); FILE MERGED 2005/09/05 17:48:01 rt 1.5.194.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [670e4fd7c7042c8fc0c987ac524a026f128d8e54]

INTEGRATION: CWS ooo19126 (1.8.50); FILE MERGED 2005/09/05 17:48:01 rt 1.8.50.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8d93479840ecb98edb602b54b5488b320196cdeb]

INTEGRATION: CWS ooo19126 (1.4.194); FILE MERGED 2005/09/05 17:48:00 rt 1.4.194.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7156de2f743a609164056275e17b149e91fafee0]

INTEGRATION: CWS ooo19126 (1.10.50); FILE MERGED 2005/09/05 17:48:00 rt 1.10.50.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f8bc1ff7680d23a7185a9e926a3d286c5f6f81db]

INTEGRATION: CWS ooo19126 (1.12.54); FILE MERGED 2005/09/05 17:48:00 rt 1.12.54.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5c0634fcb36c502eae0c219dc996134dc94ee3d8]

INTEGRATION: CWS ooo19126 (1.3.200); FILE MERGED 2005/09/05 17:47:59 rt 1.3.200.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [be7ffe6a0a30bddaa3e9d82dbcaa4bcd95732261]

INTEGRATION: CWS ooo19126 (1.7.190); FILE MERGED 2005/09/05 17:47:59 rt 1.7.190.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [912c828f5ebddb71e049521564c72c07d401e34b]

INTEGRATION: CWS ooo19126 (1.13.36); FILE MERGED 2005/09/05 17:47:59 rt 1.13.36.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7d3bda785ff084219cb819733b93c3d3a0f8838d]

INTEGRATION: CWS ooo19126 (1.10.190); FILE MERGED 2005/09/05 17:47:59 rt 1.10.190.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7bcb4d3b9a09509c8f58d04b87938d8ae4e9ab40]

INTEGRATION: CWS ooo19126 (1.6.86); FILE MERGED 2005/09/05 17:47:58 rt 1.6.86.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cad7f2ddb373981f7ece290204d28445138d6237]

INTEGRATION: CWS ooo19126 (1.7.190); FILE MERGED 2005/09/05 17:47:58 rt 1.7.190.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [270fec9100ebdd73fa8138241043c8427b1b83d2]

INTEGRATION: CWS ooo19126 (1.7.54); FILE MERGED 2005/09/05 17:47:58 rt 1.7.54.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2bcf2c349a05e862accd92e5f8d26e01bcc638ac]

INTEGRATION: CWS ooo19126 (1.6.190); FILE MERGED 2005/09/05 17:47:58 rt 1.6.190.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c0a8e1674744c877507fcb039b4d8fbfa22accd2]

INTEGRATION: CWS ooo19126 (1.8.82); FILE MERGED 2005/09/05 17:47:58 rt 1.8.82.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [24b1ef920e81d2f58d217910985fd5b0c1230731]

INTEGRATION: CWS ooo19126 (1.7.82); FILE MERGED 2005/09/05 17:47:57 rt 1.7.82.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f75d562028a78619c52e8fb6f73ff131ab8e73a5]

INTEGRATION: CWS ooo19126 (1.6.190); FILE MERGED 2005/09/05 17:47:57 rt 1.6.190.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0db3b24be41c7a8a9c7726ef8aee373ba791afd0]

INTEGRATION: CWS ooo19126 (1.7.180); FILE MERGED 2005/09/05 17:47:57 rt 1.7.180.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [23d62dd50a52644bb9eff3c6a7ab6d7770554637]

INTEGRATION: CWS ooo19126 (1.7.190); FILE MERGED 2005/09/05 17:47:57 rt 1.7.190.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [de09127e9a175d2f13590f455baddd2a3def93e1]

INTEGRATION: CWS ooo19126 (1.8.54); FILE MERGED 2005/09/05 17:47:56 rt 1.8.54.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [afaaedde9623b122ddb8d9e5245f817be323df02]

INTEGRATION: CWS ooo19126 (1.7.180); FILE MERGED 2005/09/05 17:47:56 rt 1.7.180.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [39b4f19585ef2cdcd6a35dd78d9fb482758cda6a]

INTEGRATION: CWS ooo19126 (1.7.50); FILE MERGED 2005/09/05 17:47:56 rt 1.7.50.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [639ab588d7a8f06951d2a4f8d7ae9d536133d69c]

INTEGRATION: CWS ooo19126 (1.6.190); FILE MERGED 2005/09/05 17:47:56 rt 1.6.190.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [95bdd37cdc359f449b3a9ef2f2a737023a7e877f]

INTEGRATION: CWS ooo19126 (1.7.50); FILE MERGED 2005/09/05 17:47:55 rt 1.7.50.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ea9841a0e3da5c9d0eec2be6ccd8de0a3e0882af]

INTEGRATION: CWS ooo19126 (1.7.190); FILE MERGED 2005/09/05 17:47:55 rt 1.7.190.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bc3c1c95c1da8f0f1d1540417356b1e7531bb4df]

INTEGRATION: CWS ooo19126 (1.8.50); FILE MERGED 2005/09/05 17:47:55 rt 1.8.50.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [36147113cfd99ad7620007392fcf5a384eb9ff8a]

INTEGRATION: CWS ooo19126 (1.7.180); FILE MERGED 2005/09/05 17:47:55 rt 1.7.180.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7c0b89e6214566eddb64cda1827e03c550c46f85]

INTEGRATION: CWS ooo19126 (1.7.180); FILE MERGED 2005/09/05 17:47:54 rt 1.7.180.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6b89a42edaab2217f4305130aa508e195f3d62c8]

INTEGRATION: CWS ooo19126 (1.7.54); FILE MERGED 2005/09/05 17:47:54 rt 1.7.54.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b7566075e07edcbd0e25fc8fdfdf47b8650e1061]

INTEGRATION: CWS ooo19126 (1.8.174); FILE MERGED 2005/09/05 17:47:54 rt 1.8.174.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [08ee0c54db7516ad77eb1a3c17c5261d20c7343e]

INTEGRATION: CWS ooo19126 (1.4.200); FILE MERGED 2005/09/05 17:47:54 rt 1.4.200.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [08580267da3bf23ccdfc2ac1c9b42c95ba8eef72]

INTEGRATION: CWS ooo19126 (1.4.42); FILE MERGED 2005/09/05 17:47:53 rt 1.4.42.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [47c5a433a4abf8941aa560cfdc913bc8f479dc83]

INTEGRATION: CWS ooo19126 (1.7.34); FILE MERGED 2005/09/05 17:47:53 rt 1.7.34.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0582c19e83f2d72a6ce6ffd809e657c49856bc11]

INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 17:47:53 rt 1.3.50.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cd9b54d445e16239d208ac7cc9d35add8ae93aee]

INTEGRATION: CWS ooo19126 (1.2.194); FILE MERGED 2005/09/05 17:47:53 rt 1.2.194.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [64d8b8babb1c7473e7b9ebd9d328c0b76e6caac6]

INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 17:47:52 rt 1.3.50.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8316ab8f5c6eebeba2461adb09cbc50d9efee0a4]

INTEGRATION: CWS ooo19126 (1.4.44); FILE MERGED 2005/09/05 17:47:52 rt 1.4.44.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [04dba8fc1ca6621dccb0157a67be8dd2355f79e8]

INTEGRATION: CWS ooo19126 (1.3.82); FILE MERGED 2005/09/05 17:47:52 rt 1.3.82.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [486bff2680f60224475f0f77088adf5b4f89645a]

INTEGRATION: CWS ooo19126 (1.5.60); FILE MERGED 2005/09/05 17:47:51 rt 1.5.60.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [919d13d4be7bf933e42fa9b05e8fd22b221bde11]

INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 17:47:51 rt 1.4.90.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1c348e5e7bd0d8bdc88e57e35f50fde1de28fa0a]

INTEGRATION: CWS ooo19126 (1.2.200); FILE MERGED 2005/09/05 17:47:51 rt 1.2.200.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [883e4881ebba90e8110dc459a8388dbbba4dbd77]

INTEGRATION: CWS ooo19126 (1.36.16); FILE MERGED 2005/09/05 17:47:50 rt 1.36.16.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3bff8e6d407c8974903496f60c06ab86783c1aab]

INTEGRATION: CWS ooo19126 (1.5.86); FILE MERGED 2005/09/05 17:47:50 rt 1.5.86.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8c1e68a51d7a468a9bfb755dc7097a168c4ae083]

INTEGRATION: CWS ooo19126 (1.3.258); FILE MERGED 2005/09/05 17:47:49 rt 1.3.258.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [647168c060cd0e45bc521ea8f380b01d2547645f]

INTEGRATION: CWS ooo19126 (1.2.258); FILE MERGED 2005/09/05 17:47:49 rt 1.2.258.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c4cb899ba481f864b59f9b084d553a10debfc72e]

INTEGRATION: CWS ooo19126 (1.9.2); FILE MERGED 2005/09/05 17:47:49 rt 1.9.2.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0fb3cdc0b52c69410a43ea838c13c2412ce029be]

INTEGRATION: CWS ooo19126 (1.20.2); FILE MERGED 2005/09/05 17:47:48 rt 1.20.2.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [54f007d9b2f5196c2c8935c473f2df351c340251]

INTEGRATION: CWS ooo19126 (1.1.242); FILE MERGED 2005/09/05 17:47:48 rt 1.1.242.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c32c23f94d87fb98b463546cbe94f392b1bf4df7]

INTEGRATION: CWS ooo19126 (1.28.16); FILE MERGED 2005/09/05 17:47:47 rt 1.28.16.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [233d64350c82ce28abc4362ce5d1fd618a289ea8]

INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 17:47:47 rt 1.10.42.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dfbd2aac06c186affc3222746a9d344c27a0dcb9]

INTEGRATION: CWS ooo19126 (1.7.86); FILE MERGED 2005/09/05 17:47:47 rt 1.7.86.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [32d87c8b6e9f85e5fd779244625e2735852c00c9]

INTEGRATION: CWS ooo19126 (1.32.16); FILE MERGED 2005/09/05 17:47:47 rt 1.32.16.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6dd84cd1ff76de82c9be639cb0b7bb9d5f7863a5]

INTEGRATION: CWS ooo19126 (1.5.236); FILE MERGED 2005/09/05 17:47:47 rt 1.5.236.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [665c039f3f892a5c0d08710df696899f327a0840]

INTEGRATION: CWS ooo19126 (1.10.16); FILE MERGED 2005/09/05 17:47:46 rt 1.10.16.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a25df07a4e33ba013e2bc323993fe260d0e0ac8b]

INTEGRATION: CWS ooo19126 (1.15.16); FILE MERGED 2005/09/05 17:47:46 rt 1.15.16.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6063a2b98b613e478a723bf8c0cc8575cc737570]

INTEGRATION: CWS ooo19126 (1.3.244); FILE MERGED 2005/09/05 17:47:46 rt 1.3.244.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8a554485c2dc70728da5f6ebcd3750cfbbeaa77e]

INTEGRATION: CWS ooo19126 (1.2.244); FILE MERGED 2005/09/05 17:47:45 rt 1.2.244.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [836cfaaa25d754ed6b19724c6ae585648550d853]

INTEGRATION: CWS ooo19126 (1.1.244); FILE MERGED 2005/09/05 17:47:45 rt 1.1.244.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c176864cd6782b0d57f05085d0e5e65ad9103498]

INTEGRATION: CWS ooo19126 (1.5.28); FILE MERGED 2005/09/05 17:47:45 rt 1.5.28.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a9748a77b8f6f623db15b351f8052734d4aacf4b]

INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 17:47:41 rt 1.3.242.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4d81d7aaf310f8fef7823bf654c8e295cbf94f33]

INTEGRATION: CWS ooo19126 (1.1.244); FILE MERGED 2005/09/05 17:47:41 rt 1.1.244.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fcf5455b3d47903bc615bd5327c6231aa2713833]

INTEGRATION: CWS ooo19126 (1.11.66); FILE MERGED 2005/09/05 17:47:40 rt 1.11.66.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f48b1541815b4b325074ff429ad06217dd066a85]

INTEGRATION: CWS ooo19126 (1.7.66); FILE MERGED 2005/09/05 17:47:38 rt 1.7.66.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dd1d7df90a9061581b7db14da57363bae74416d0]

INTEGRATION: CWS ooo19126 (1.7.34); FILE MERGED 2005/09/05 17:47:38 rt 1.7.34.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6d0b50113a1a909b393437bd3477c7c227eb267c]

INTEGRATION: CWS ooo19126 (1.2.66); FILE MERGED 2005/09/05 17:47:38 rt 1.2.66.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f9a1bd0b132bcf8e8aa874fa418080122dc19164]

INTEGRATION: CWS ooo19126 (1.4.66); FILE MERGED 2005/09/05 17:47:38 rt 1.4.66.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [647eb7d1bcd42ffad155d19df994d1ee667d7894]

INTEGRATION: CWS ooo19126 (1.16.34); FILE MERGED 2005/09/05 17:47:37 rt 1.16.34.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [19a948f0c30dd6d237ffb529d0a589ed04cf377e]

INTEGRATION: CWS ooo19126 (1.2.258); FILE MERGED 2005/09/05 17:47:37 rt 1.2.258.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [618bfabda53de9fb48eeee99a0df0c8677f6e0e6]

INTEGRATION: CWS ooo19126 (1.19.36); FILE MERGED 2005/09/05 17:47:37 rt 1.19.36.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a6ce903a35558c97a3657793b14e0d742cbe1fe5]

INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 17:47:36 rt 1.7.16.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ce44b22b2aa79bc3e9d2b0af7141c98b0d797007]

INTEGRATION: CWS ooo19126 (1.4.44); FILE MERGED 2005/09/05 17:47:36 rt 1.4.44.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3072244e2d72e01411016cb982b0a7c8c8ce9993]

INTEGRATION: CWS ooo19126 (1.7.54); FILE MERGED 2005/09/05 17:47:36 rt 1.7.54.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4d01a9aa689b710b752fbd88f792d8608da8c2e1]

INTEGRATION: CWS ooo19126 (1.7.90); FILE MERGED 2005/09/05 17:47:36 rt 1.7.90.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4c2a12e72dcc97496bf659ab02d51384869f0412]

INTEGRATION: CWS ooo19126 (1.8.174); FILE MERGED 2005/09/05 17:47:36 rt 1.8.174.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dc4b4d628feb5bf46300ccfa2b07e6cc78b38f10]

INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGED 2005/09/05 17:47:35 rt 1.6.16.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ce69921f3da29f20e486c7603061e620d242353a]

INTEGRATION: CWS ooo19126 (1.3.200); FILE MERGED 2005/09/05 17:47:35 rt 1.3.200.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3efa309ed276520c7e5395d85f4860564a240ae0]

INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 17:47:35 rt 1.3.90.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [02d154524425a92464b3e94b15aff13ef5e1853d]

INTEGRATION: CWS ooo19126 (1.9.30); FILE MERGED 2005/09/05 17:47:34 rt 1.9.30.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [21bb07d5429fcf2d50905045a770b52d3ac767af]

INTEGRATION: CWS ooo19126 (1.7.50); FILE MERGED 2005/09/05 17:47:34 rt 1.7.50.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f51902d894be06381cecef24c7fb55f81bc189ff]

INTEGRATION: CWS ooo19126 (1.2.244); FILE MERGED 2005/09/05 17:47:34 rt 1.2.244.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c375e6862d9041068a447694c46d08af5fc12ca8]

INTEGRATION: CWS ooo19126 (1.8.64); FILE MERGED 2005/09/05 17:47:34 rt 1.8.64.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [676d0051611e817105a0744e76d49096b0426d30]

INTEGRATION: CWS ooo19126 (1.7.208); FILE MERGED 2005/09/05 17:47:33 rt 1.7.208.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [81f742f7962c184650d6d7e97ca0579f11d66c2d]

INTEGRATION: CWS ooo19126 (1.27.30); FILE MERGED 2005/09/05 17:47:33 rt 1.27.30.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9b02157d66b68a6e593e66061690850c4043dcfe]

INTEGRATION: CWS ooo19126 (1.10.54); FILE MERGED 2005/09/05 17:47:33 rt 1.10.54.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6f25b22d2c66903288f78246311002bebc89262f]

INTEGRATION: CWS ooo19126 (1.4.194); FILE MERGED 2005/09/05 17:47:32 rt 1.4.194.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9c1e5a11020f81bea762e8e5f4a5b2519b23557c]

INTEGRATION: CWS ooo19126 (1.9.54); FILE MERGED 2005/09/05 17:47:32 rt 1.9.54.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bd54a3af8af9c4b9a8d9d4dc76e7fb924e6f6ef6]

INTEGRATION: CWS ooo19126 (1.7.28); FILE MERGED 2005/09/05 17:47:32 rt 1.7.28.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [238ab8510c4a4a0830de616dd3323966472f1248]

INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 17:47:32 rt 1.3.44.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6021853184ab116e8d4353b74297c9c00a4f5335]

INTEGRATION: CWS ooo19126 (1.18.34); FILE MERGED 2005/09/05 17:47:31 rt 1.18.34.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [98777f96656d14e1d75351f6f59f67ddccb751fc]

INTEGRATION: CWS ooo19126 (1.6.34); FILE MERGED 2005/09/05 17:47:31 rt 1.6.34.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e51311ace2f477aed2a7f4049a6a3d2638cad741]

INTEGRATION: CWS ooo19126 (1.8.54); FILE MERGED 2005/09/05 17:47:31 rt 1.8.54.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [476e60ed8c8845781c2b2b3eb9c3c97b357abe2d]

INTEGRATION: CWS ooo19126 (1.10.54); FILE MERGED 2005/09/05 17:47:30 rt 1.10.54.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5b8b1facd6208fda91c6d0a4380b2f4df905a5c4]

INTEGRATION: CWS ooo19126 (1.16.54); FILE MERGED 2005/09/05 17:47:30 rt 1.16.54.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ebe327d1c8188a618bbcde033e337196085251f3]

INTEGRATION: CWS ooo19126 (1.4.54); FILE MERGED 2005/09/05 17:47:30 rt 1.4.54.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1275244a6c34e20113f4e94fa89ab897a738d03b]

INTEGRATION: CWS ooo19126 (1.2.246); FILE MERGED 2005/09/05 17:47:29 rt 1.2.246.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [17dcf7ceac62da34e9982321313cda61e7da0b27]

INTEGRATION: CWS ooo19126 (1.5.90); FILE MERGED 2005/09/05 17:47:29 rt 1.5.90.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [711b6b105769164c83d0b7b98064fd0d70f22a0e]

INTEGRATION: CWS ooo19126 (1.3.194); FILE MERGED 2005/09/05 17:47:29 rt 1.3.194.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [15f5b128160eed1d4f6aff9df214ee80dabb0f39]

INTEGRATION: CWS ooo19126 (1.4.194); FILE MERGED 2005/09/05 17:47:29 rt 1.4.194.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7a36727203f215eddc969438ff83c010433c0293]

INTEGRATION: CWS ooo19126 (1.4.194); FILE MERGED 2005/09/05 17:47:28 rt 1.4.194.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [02cf5a5fca4d1ef42d7f0c11535902a0812953d3]

INTEGRATION: CWS ooo19126 (1.6.180); FILE MERGED 2005/09/05 17:47:28 rt 1.6.180.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f0030abb1627c06e9930be134a1327d5ed41f1f3]

INTEGRATION: CWS ooo19126 (1.5.194); FILE MERGED 2005/09/05 17:47:28 rt 1.5.194.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [de3d6d2bbf6b0ba70d75a35a8287f3cbc0cddecc]

INTEGRATION: CWS ooo19126 (1.2.200); FILE MERGED 2005/09/05 17:47:28 rt 1.2.200.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [97d6235a07156ffbe7f996a9d49d00154e998305]

INTEGRATION: CWS ooo19126 (1.2.194); FILE MERGED 2005/09/05 17:47:28 rt 1.2.194.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8b75342721c4acd3758a72d4171906edfdaf0551]

INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 17:47:27 rt 1.5.42.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ac5e73e09671cef232f29924fbd9edf2e4f80cff]

INTEGRATION: CWS ooo19126 (1.4.194); FILE MERGED 2005/09/05 17:47:27 rt 1.4.194.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [929cec23c7e38109f38b2be8e492db66c826db67]

INTEGRATION: CWS ooo19126 (1.2.246); FILE MERGED 2005/09/05 17:47:27 rt 1.2.246.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [512d0a0466cf81cba0994d2cd807459de0a72b66]

INTEGRATION: CWS ooo19126 (1.3.194); FILE MERGED 2005/09/05 17:47:27 rt 1.3.194.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6e3e4a6580e6a7d8c72c9500c9ab0b1e0da70acb]

INTEGRATION: CWS ooo19126 (1.9.200); FILE MERGED 2005/09/05 17:47:27 rt 1.9.200.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [720616bbab6a5c1cf3d63fdb85629b16e99e5208]

INTEGRATION: CWS ooo19126 (1.6.200); FILE MERGED 2005/09/05 17:47:26 rt 1.6.200.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [74f546d38197ba4e57f02206a4dd0d74bcc60513]

INTEGRATION: CWS ooo19126 (1.3.258); FILE MERGED 2005/09/05 17:47:26 rt 1.3.258.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [78520151973627013f4d2ea158e2d8b73ad5ab30]

INTEGRATION: CWS ooo19126 (1.5.64); FILE MERGED 2005/09/05 17:47:26 rt 1.5.64.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f65a5ef238376aad0b3fec19e06f11095d89b556]

INTEGRATION: CWS ooo19126 (1.11.54); FILE MERGED 2005/09/05 17:47:26 rt 1.11.54.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bf8047393d7f4bf430dedaec3166fca57d724750]

INTEGRATION: CWS ooo19126 (1.2.246); FILE MERGED 2005/09/05 17:47:26 rt 1.2.246.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [23c7cdeea235d4fe1987a8f797b65e967456f084]

INTEGRATION: CWS ooo19126 (1.1.246); FILE MERGED 2005/09/05 17:47:25 rt 1.1.246.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8226a6babc432c35ca56350714ef9b63b755c004]

INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 17:47:25 rt 1.4.90.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f6093296189cfcde9a710cecaf8b12da03d9d5b1]

INTEGRATION: CWS ooo19126 (1.4.54); FILE MERGED 2005/09/05 17:47:25 rt 1.4.54.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3051332ff52c713b5df158a61dc564b009e0b5bc]

INTEGRATION: CWS ooo19126 (1.2.66); FILE MERGED 2005/09/05 17:47:25 rt 1.2.66.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1f4ff6601215fae00c8b8a53892e2304a4f0f128]

INTEGRATION: CWS ooo19126 (1.6.66); FILE MERGED 2005/09/05 17:47:25 rt 1.6.66.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4742f2f5124259e39b2af6abdd983ea8526e6db4]

INTEGRATION: CWS ooo19126 (1.11.66); FILE MERGED 2005/09/05 17:47:24 rt 1.11.66.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a3bd3c9a33d8f93e3048da854a0784e6e2d14e21]

INTEGRATION: CWS ooo19126 (1.6.208); FILE MERGED 2005/09/05 17:47:24 rt 1.6.208.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b5a1efe2fe84fa9ce79963274e1e6d9bfc2c0465]

INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 17:47:24 rt 1.7.16.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [073fedb1c22850670086b8fe907563d7e5b1ecfc]

INTEGRATION: CWS ooo19126 (1.5.82); FILE MERGED 2005/09/05 17:47:24 rt 1.5.82.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b074d4c35e6dc9c8bea118fd8d98ea65e716ad32]

INTEGRATION: CWS ooo19126 (1.3.200); FILE MERGED 2005/09/05 17:47:24 rt 1.3.200.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [57b1c42daf33687f4bb69968f9171ee9b1c2ca8b]

INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 17:47:23 rt 1.4.90.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7d9c3bea8fbad7952a62291693693951eb9b3fb3]

INTEGRATION: CWS ooo19126 (1.2.246); FILE MERGED 2005/09/05 17:47:23 rt 1.2.246.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [367df5d6272992a7a4bc6e0990dc997c25fe1520]

INTEGRATION: CWS ooo19126 (1.8.90); FILE MERGED 2005/09/05 17:47:23 rt 1.8.90.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b2a8042ab151e85b6f8bb1e50a9f6aa7b36fbd3f]

INTEGRATION: CWS ooo19126 (1.4.240); FILE MERGED 2005/09/05 17:47:23 rt 1.4.240.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [816951ae81326cc264d99e314182f7a068d6a718]

INTEGRATION: CWS ooo19126 (1.5.238); FILE MERGED 2005/09/05 17:47:22 rt 1.5.238.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [921adb9ed0831d1974c804520580732403517074]

INTEGRATION: CWS ooo19126 (1.9.30); FILE MERGED 2005/09/05 17:47:22 rt 1.9.30.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f0e31a668644ea7a794940b30bfcfe99f54c0ab3]

INTEGRATION: CWS ooo19126 (1.6.90); FILE MERGED 2005/09/05 17:47:22 rt 1.6.90.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6647d70709828bcdae4f8c8b3505688337b9e538]

INTEGRATION: CWS ooo19126 (1.3.82); FILE MERGED 2005/09/05 17:47:22 rt 1.3.82.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [85140a8b12f2176bfb5b9a565fa5e1e37cbc8e04]

INTEGRATION: CWS ooo19126 (1.8.54); FILE MERGED 2005/09/05 17:47:22 rt 1.8.54.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3cb03de590815f9cb197b03c6cc1de7a440c1ebd]

INTEGRATION: CWS ooo19126 (1.5.34); FILE MERGED 2005/09/05 17:47:21 rt 1.5.34.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c7ec073af5a44b08f18f217234b5db1446eab969]

INTEGRATION: CWS ooo19126 (1.5.246); FILE MERGED 2005/09/05 17:47:21 rt 1.5.246.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9234174c96cf8cac049e01ca009492e9c0b0aafd]

INTEGRATION: CWS ooo19126 (1.4.238); FILE MERGED 2005/09/05 17:47:21 rt 1.4.238.1: #i54170# Change license header: remove SISSL


2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5845dde7a6ec9e91eda367a7e2563327c996ac6d]

INTEGRATION: CWS ooo19126 (1.5.54); FILE MERGED 2005/09/05 17:47:21 rt 1.5.54.1: #i54170# Change license header: remove SISSL


2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [9d5a7a15cdfefff97357fb3d8e8549be8aea854a]

INTEGRATION: CWS oool10n20 (1.12.122); FILE MERGED 2005/08/22 14:05:36 er 1.12.122.1: #i53497# Dzongkha is MS's erroneous Tibetan_Bhutan


2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [8b339925a13c9de4d47e627d983373d311406961]

INTEGRATION: CWS oool10n20 (1.2.8); FILE MERGED 2005/08/22 14:47:40 er 1.2.8.1: #i53497# Dzongkha is MS's erroneous Tibetan_Bhutan


2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [0dff0364e16f0b04c6708b6f612bf7b72e82046e]

INTEGRATION: CWS oool10n20 (1.19.42); FILE MERGED 2005/08/25 17:07:40 ihi 1.19.42.1: #i53760# intermixed titles in hc2 fix and some cleanups


2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [9fdc5db28d47c31cb77281827aa476bed43fe680]

INTEGRATION: CWS hr18 (1.4.110); FILE MERGED 2005/08/10 11:57:17 hr 1.4.110.1: #i53108#,#i53158#: enable compiling with _STLP_DEBUG, OPropertyContainerHelper::implPushBackProperty(): fix algorithm which decrements aIter beyond bound


2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [8672060ca18134773b687bc554336deb8a0cecfe]

INTEGRATION: CWS hr18 (1.1.252); FILE MERGED 2005/08/15 13:33:08 hr 1.1.252.2: #i53224#: OEventListenerAdapter::stopComponentListening(): fix dispose loop, 2nd try 2005/08/11 16:23:46 hr 1.1.252.1: #53224#: OEventListenerAdapter::stopComponentListening(): fix dispose loop


2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [9928a2807d7fbfc60104e3a624813c2c6c70dcb0]

INTEGRATION: CWS hr18 (1.65.56); FILE MERGED 2005/08/25 14:55:30 hr 1.65.56.3: #i53172#: SalDisplay::deregisterFrame(): fix loop 2005/08/15 14:01:59 hr 1.65.56.2: #i53172#: SalDisplay::deregisterFrame(): fix iteration over container 2005/08/10 14:27:48 hr 1.65.56.1: #i53172#: SalDisplay::deregisterFrame(): additional check for end of list condition


2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [25a096c6a9c8f9cb8aed240a1e690fd825eaafb1]

INTEGRATION: CWS hr18 (1.37.222); FILE MERGED 2005/08/12 12:47:19 hr 1.37.222.1: #53247#: ToolBox::ImplUpdateCustomMenu(): use reverse iterator instead of decrementing the iterator


2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [df135aed8ee047e48543fe68e2224742e5726fbc]

INTEGRATION: CWS hr18 (1.89.54); FILE MERGED 2005/08/12 15:45:46 hr 1.89.54.1: #i53258#: ToolBox::ImplChangeHighlightUpDn(): insert check if iterator is no already at end of container before derefencing it


2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [b73c5ae459c1961032df80afde2e602110d5d771]

INTEGRATION: CWS hr18 (1.4.396); FILE MERGED 2005/08/10 12:23:03 hr 1.4.396.1: #i53159#: fix PNGWriterImpl::Write(): unconditional element access on possibly empty STL container


2005-08-30  Rüdiger Timm  <rt@openoffice.org>  [2a855b783d9c5e34e5195d30efadc8b9562405d7]

INTEGRATION: CWS cmcfixes15 (1.41.216); FILE MERGED 2005/08/24 17:09:53 cmc 1.41.216.1: #i53701# add BOOST buildtype


2005-08-25  Kurt Zenker  <kz@openoffice.org>  [925313e18d6553158d4fa38ea99807150933c43b]

INTEGRATION: CWS gslpatches4 (1.69.42); FILE MERGED 2005/07/19 15:06:52 pl 1.69.42.4: #i51735# link to dl lib also when NAS is disabled 2005/07/19 12:38:12 pl 1.69.42.3: RESYNC: (1.69-1.70); FILE MERGED 2005/07/11 10:43:48 pl 1.69.42.2: #i51735# make NAS optional 2005/07/11 09:33:20 pl 1.69.42.1: #i51748# dependency


2005-08-25  Kurt Zenker  <kz@openoffice.org>  [3e4b8cc9b1fa315a852eae682fbb072f15bf7362]

INTEGRATION: CWS gslpatches4 (1.20.136); FILE MERGED 2005/07/11 10:44:01 pl 1.20.136.1: #i51735# make NAS optional


2005-08-25  Kurt Zenker  <kz@openoffice.org>  [d9e862f9ef55aaf6f713c8172aba921da1ac67ae]

INTEGRATION: CWS gslpatches4 (1.34.196); FILE MERGED 2005/07/18 11:54:03 hdu 1.34.196.2: #i14069# better script detection 2005/07/15 10:47:21 hdu 1.34.196.1: #i14069# merge scale factor fix from CWS gslpatches2


2005-08-25  Kurt Zenker  <kz@openoffice.org>  [9e593d6155f65bd0f19e8983f0f4564ae79f69df]

INTEGRATION: CWS gslpatches4 (1.65.134); FILE MERGED 2005/07/15 10:46:38 hdu 1.65.134.1: #i14069# fix glyph cluster start flags for diacritics


2005-08-25  Kurt Zenker  <kz@openoffice.org>  [5df6ad8984ebd9fb6ed3e30b3fb0c71456898ad3]

INTEGRATION: CWS gslpatches4 (1.49.6); FILE MERGED 2005/07/11 14:47:53 pl 1.49.6.2: #i51673# catch some errors in printer error handling 2005/07/11 12:15:03 pl 1.49.6.1: #i51673# report error in EndJob


2005-08-25  Kurt Zenker  <kz@openoffice.org>  [4f59d0e9266288b7345fa6ba65ab5504bae63a47]

INTEGRATION: CWS gslpatches4 (1.8.316); FILE MERGED 2005/07/11 14:47:52 pl 1.8.316.1: #i51673# catch some errors in printer error handling


2005-08-25  Kurt Zenker  <kz@openoffice.org>  [73f5e6230b8197c1337330a2ec75e0ccb2482a38]

INTEGRATION: CWS gslpatches4 (1.30.16); FILE MERGED 2005/07/11 12:11:07 pl 1.30.16.1: #i51673# report error in EndJob


2005-08-25  Kurt Zenker  <kz@openoffice.org>  [95812ea0fb38880d210a0df08017d8975e98aa36]

INTEGRATION: CWS gslpatches4 (1.29.16); FILE MERGED 2005/07/11 12:11:07 pl 1.29.16.1: #i51673# report error in EndJob


2005-08-25  Kurt Zenker  <kz@openoffice.org>  [e660b6d9b71df4f37ddc384d0c480954dad8e366]

INTEGRATION: CWS gslpatches5 (1.71.14); FILE MERGED 2005/08/10 11:56:22 pl 1.71.14.2: #i53145# decouple xinerama and render, xinerama also for non-intel 2005/07/25 13:15:31 pl 1.71.14.1: #i52443# Xinerama link flag from configure script


2005-08-25  Kurt Zenker  <kz@openoffice.org>  [840dfa0b10e6c66f73c85b42971b363a9c6d141f]

INTEGRATION: CWS gslpatches5 (1.11.472); FILE MERGED 2005/08/05 12:48:53 pl 1.11.472.1: #i52932# unify iso8859-1 and iso8859-15 handling


2005-08-25  Kurt Zenker  <kz@openoffice.org>  [fe3cf31dbdafb9d06ffff88a2288c47e3d2aab73]

INTEGRATION: CWS gslpatches5 (1.65.152); FILE MERGED 2005/08/05 12:31:37 pl 1.65.152.1: #i52932# optimize if statement


2005-08-25  Kurt Zenker  <kz@openoffice.org>  [5f62026fe0b8e5e3fbebccd5148c0093ba2bf12c]

INTEGRATION: CWS gslpatches5 (1.23.82); FILE MERGED 2005/08/05 12:32:12 pl 1.23.82.1: #i52932# optimize if statement


2005-08-25  Kurt Zenker  <kz@openoffice.org>  [55e6eb264257f699f50838ad24b77a497b437f97]

INTEGRATION: CWS localedata6 (1.8.4); FILE MERGED 2005/08/22 16:55:44 er 1.8.4.1: #i53466# add Dzongkha native numbering; contributed by Pema Geyleg <pema_geyleg@ooo>


2005-08-25  Kurt Zenker  <kz@openoffice.org>  [cbb4f5bd3494feb843ca9acee5513420a447c4ce]

INTEGRATION: CWS localedata6 (1.19.4); FILE MERGED 2005/08/22 16:55:44 er 1.19.4.1: #i53466# add Dzongkha native numbering; contributed by Pema Geyleg <pema_geyleg@ooo>


2005-08-25  Kurt Zenker  <kz@openoffice.org>  [97f296cfda6417d3126e16226aac498ce7c06e8d]

INTEGRATION: CWS localedata6 (1.12.4); FILE MERGED 2005/08/19 12:24:55 er 1.12.4.1: #i43766# apply patch received by Samphan Raruenrom <samphan@ooo>


2005-08-25  Kurt Zenker  <kz@openoffice.org>  [86bcaeabc315fa4a5c422c688511d44433798796]

INTEGRATION: CWS localedata6 (1.6.4); FILE MERGED 2005/08/11 16:22:47 er 1.6.4.1: #i53123# Thursday's full name


2005-08-25  Kurt Zenker  <kz@openoffice.org>  [e03379a966d87b802d083bdedb248fcdd0627145]

INTEGRATION: CWS localedata6 (1.7.22); FILE MERGED 2005/08/04 13:34:48 er 1.7.22.1: #i49536# let currency refer fr_FR


2005-08-25  Kurt Zenker  <kz@openoffice.org>  [d45a3260acbcd65ef3f1ffc771f29d561d35fc29]

INTEGRATION: CWS localedata6 (1.2.4); FILE MERGED 2005/08/22 16:34:18 er 1.2.4.1: #i53550# native numbering in format codes


2005-08-25  Kurt Zenker  <kz@openoffice.org>  [e427200fb91c44a243fdfc5c596f1ceb137771d3]

INTEGRATION: CWS localedata6 (1.30.26); FILE MERGED 2005/08/22 16:47:55 er 1.30.26.1: #i53550# scanCurrFormatImpl: don't detect 'free flow' currency symbol when in square bracketed section


2005-08-25  Kurt Zenker  <kz@openoffice.org>  [e03f1d01d74196a5199f5f71f2f64bd1ffd58249]

INTEGRATION: CWS localedata6 (1.12.126); FILE MERGED 2005/08/15 09:38:50 er 1.12.126.1: #i53318# add LANGUAGE_BENGALI_BANGLADESH to CTL


2005-08-09  Oliver Bolte  <obo@openoffice.org>  [ec08ec4998e0c72a127822f01dcdad18e5b09c19]

INTEGRATION: CWS gslpatches3 (1.11.318); FILE MERGED 2005/06/16 11:05:21 pl 1.11.318.1: #i50812# beauty patch (thanks to mmeeks)


2005-08-09  Oliver Bolte  <obo@openoffice.org>  [3d8e65fad00246a5281c1442ccd1d791a56eced5]

INTEGRATION: CWS gslpatches3 (1.21.14); FILE MERGED 2005/06/27 12:22:28 pl 1.21.14.1: #i51254# do not stat files unnecessarily often (thanks to mmeeks)


2005-08-09  Oliver Bolte  <obo@openoffice.org>  [4e5b4a557d10253240f3527ba5f8ce46ce71bd3b]

INTEGRATION: CWS gslpatches3 (1.7.38); FILE MERGED 2005/06/21 14:46:05 pl 1.7.38.1: #i51034# initialize fontconfig the standard way (thanks to mmeeks)


2005-08-09  Oliver Bolte  <obo@openoffice.org>  [f45c457afbd89c1705f2c0c3eca61f9892d3c77f]

INTEGRATION: CWS gslpatches3 (1.13.8); FILE MERGED 2005/06/27 12:22:27 pl 1.13.8.1: #i51254# do not stat files unnecessarily often (thanks to mmeeks)


2005-08-09  Oliver Bolte  <obo@openoffice.org>  [ae6d148832b2c7fd12111f2de1a801c21e47f8c7]

INTEGRATION: CWS gslpatches3 (1.5.28); FILE MERGED 2005/06/27 12:22:26 pl 1.5.28.1: #i51254# do not stat files unnecessarily often (thanks to mmeeks)


2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [140fe8e9613647d7c7270af5770f990d55da7a67]

INTEGRATION: CWS cmcfixes12 (1.14.46); FILE MERGED 2005/07/26 10:42:56 cmc 1.14.46.1: #ii52482# change implicit forward decl to explicit


2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [115169fc8091cb859008e3ae126578d7d91cb413]

INTEGRATION: CWS cmcfixes12 (1.22.34); FILE MERGED 2005/07/26 10:42:56 cmc 1.22.34.1: #ii52482# change implicit forward decl to explicit


2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [9707e579bab0633f2cd65d67f1e271c016dca1c6]

INTEGRATION: CWS pj31 (1.3.144); FILE MERGED 2005/07/15 14:08:33 pjanik 1.3.144.1: #i51774#: rscyacc.cxx dependc on generated yyrscyacc.cxx.


2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d0efab0a19f6d9c645612bbe3f63ad0d00e1259]

INTEGRATION: CWS gslpatches2 (1.6.24); FILE MERGED 2005/05/31 09:13:30 pl 1.6.24.1: #i50066# forward decls (thanks to pmladek)


2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf3762ba619fd207be81680f74b18d59079c1efb]

INTEGRATION: CWS gslpatches2 (1.54.60); FILE MERGED 2005/06/13 17:20:29 pl 1.54.60.2: #i50682# missed an XFree call 2005/06/08 13:03:34 pl 1.54.60.1: #i50483# 64bit fix from kendy


2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [81716354ed7ada6e7ef1dd8ed45856ae763d2eef]

INTEGRATION: CWS gslpatches2 (1.30.12); FILE MERGED 2005/07/18 11:13:30 pl 1.30.12.5: resolve merge problem 2005/07/18 10:01:26 pl 1.30.12.4: RESYNC: (1.30-1.32); FILE MERGED 2005/06/02 09:34:43 pl 1.30.12.3: #i49311# one more updateIMSpotLocation (thanks to ekato) 2005/06/01 09:30:15 pl 1.30.12.2: #i49311# spot location patch (by ekato) 2005/06/01 08:53:25 pl 1.30.12.1: #i49311# preedit patch (by ekato)


2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e095f91f86785f09d425c52c80d7a41283f54ec]

INTEGRATION: CWS gslpatches2 (1.34.144); FILE MERGED 2005/06/13 14:14:29 hdu 1.34.144.1: #i50571# fix scale factors to 1.0


2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfca5bc79051ba8595be352dd9b8a1cc1ebca912]

INTEGRATION: CWS gslpatches2 (1.58.6); FILE MERGED 2005/06/08 12:58:51 pl 1.58.6.1: #i50482# 64bit fix and type cleanup from kendy


2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [51551d6dbe7b5b6574ac1e38fc62ec15811d5842]

INTEGRATION: CWS gslpatches2 (1.7.32); FILE MERGED 2005/06/08 12:58:51 pl 1.7.32.1: #i50482# 64bit fix and type cleanup from kendy


2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [076cab58e32afba5e55a69bf5679ae385c3ff82f]

INTEGRATION: CWS gslpatches2 (1.14.34); FILE MERGED 2005/05/31 09:10:19 pl 1.14.34.1: #i50067# forward decls (thanks to pmladek)


2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [f676353c2d57b00a28ddccab54724d344c18a2c1]

INTEGRATION: CWS gslpatches2 (1.22.22); FILE MERGED 2005/06/08 12:58:51 pl 1.22.22.2: #i50482# 64bit fix and type cleanup from kendy 2005/05/31 09:10:19 pl 1.22.22.1: #i50067# forward decls (thanks to pmladek)


2005-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bde5265e39c7582b69988311f25b9374c264bf8]

INTEGRATION: CWS so8gclk (1.202.30); FILE MERGED 2005/08/02 12:57:59 hdu 1.202.30.1: #124727# revert GC problem to 680m106


2005-07-30  Vladimir Glazounov  <vg@openoffice.org>  [35fe7d166c4ec42af5f098487663b1dc8e45ec40]

new version for SRX645


2005-07-30  Vladimir Glazounov  <vg@openoffice.org>  [99960e45e4da97fa560425eea0a05d532d9372df]

new version for SRX645


2005-07-29  Vladimir Glazounov  <vg@openoffice.org>  [05e9878c4b261e28ba3b2b2dbc3b01e21411dfdf]

new version for SRX645


2005-07-29  Vladimir Glazounov  <vg@openoffice.org>  [2547181e170277e3a07830f7bd487ebfe16b14bd]

new version for SRX645


2005-07-29  Vladimir Glazounov  <vg@openoffice.org>  [0c078c8efbafaceafda17d0290ac51cc16987d9c]

new version for SRX645


2005-07-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [793d6dfacb409d5a1ac58280fea1d49828f6c507]

INTEGRATION: CWS vclshowstop05 (1.34.260); FILE MERGED 2005/07/22 14:11:44 pl 1.34.260.1: #i52333# handle transparent pen


2005-07-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab1e86c580145483e9141b2fb726e2bff442eeae]

INTEGRATION: CWS vclshowstop05 (1.7.100); FILE MERGED 2005/07/22 13:04:34 pl 1.7.100.1: #i52326# add version check for qt minimum 3.2.2


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [093712226577f1a6d7070f4810f56a556a2ed5a1]

INTEGRATION: CWS localedata5 (1.34.2); FILE MERGED 2005/06/13 10:34:10 er 1.34.2.3: RESYNC: (1.34-1.35); FILE MERGED 2005/06/09 14:26:53 er 1.34.2.2: #i50041# add Nepali collation, contributed by Subir Bahadur Pradhanang <subir@ooo> 2005/05/31 12:23:08 er 1.34.2.1: #i36827# add dz_BT (Dzongkha_Bhutan) locale data and collation; contributed by Javier Sola <javiersola@ooo>


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [a11ca9db9e44048b1940de202cd68041acd45eab]

INTEGRATION: CWS localedata5 (1.7.44); FILE MERGED 2005/06/09 14:42:20 er 1.7.44.1: #i49998# add Nepali native numbering, contributed by Subir Bahadur Pradhanang <subir@ooo>


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [0a28d09362f073118761a9d65bca80802957bfe4]

INTEGRATION: CWS localedata5 (1.18.44); FILE MERGED 2005/06/09 14:42:20 er 1.18.44.1: #i49998# add Nepali native numbering, contributed by Subir Bahadur Pradhanang <subir@ooo>


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [78cb13db27a34cb607e3ba004ae77e11627ce032]

INTEGRATION: CWS localedata5 (1.1.2); FILE ADDED 2005/07/04 18:00:07 er 1.1.2.1: #i51062# add zu_ZA (Zulu_SouthAfrica) locale data, contributed by Dwayne Bailey <dwayne@ooo>


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [30b007572f41fe6e106e0d7d9d71a2a3f0279bd3]

INTEGRATION: CWS localedata5 (1.11.8); FILE MERGED 2005/07/04 13:52:26 er 1.11.8.1: msgid DateFormatskey7 was duplicated on formatindex 19, changed to DateFormatskey9


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [8856dbd41293d95701488f05f0d4e65041287ef8]

INTEGRATION: CWS localedata5 (1.2.8); FILE MERGED 2005/07/01 14:51:56 er 1.2.8.1: #i50684# correct era order


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [3fac700e54a56f9221ea6c4547317de096de9d68]

INTEGRATION: CWS localedata5 (1.1.2); FILE ADDED 2005/07/05 12:05:00 er 1.1.2.1: #i51064# add nso_ZA (NorthernSotho_SouthAfrica) locale data, contributed by Dwayne Bailey <dwayne@ooo>


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [aef994855ae0d0d464ab5a80c18b3ba064ee45d9]

INTEGRATION: CWS localedata5 (1.1.2); FILE ADDED 2005/06/09 14:07:18 er 1.1.2.1: #i50036# add Nepali (ne_NP) locale data, contributed by Subir Bahadur Pradhanang <subir@ooo>


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [865d4fae12cae6ec90c3fecda1b83947c4bb5123]

INTEGRATION: CWS localedata5 (1.26.8); FILE MERGED 2005/07/05 12:05:00 er 1.26.8.8: #i51064# add nso_ZA (NorthernSotho_SouthAfrica) locale data, contributed by Dwayne Bailey <dwayne@ooo> 2005/07/04 18:00:07 er 1.26.8.7: #i51062# add zu_ZA (Zulu_SouthAfrica) locale data, contributed by Dwayne Bailey <dwayne@ooo> 2005/07/04 15:38:18 er 1.26.8.6: #i50434# add bn_BD (Bengali_Bangladesh) locale data; contributed by Taneem Ahmed, Sayamindu Dasgupta <sayamindu@ooo>, Jamil Ahmed <itsjamil@ooo> and Javier Sola <javiersola@ooo> 2005/07/01 20:40:54 er 1.26.8.5: #i47575# add bn_IN (Bengali_India) locale data; contributed by Sayamindu Dasgupta <sayamindu@ooo>, Jamil Ahmed <itsjamil@ooo> and Javier Sola <javiersola@ooo> 2005/06/13 10:33:20 er 1.26.8.4: RESYNC: (1.26-1.27); FILE MERGED 2005/06/09 14:07:17 er 1.26.8.3: #i50036# add Nepali (ne_NP) locale data, contributed by Subir Bahadur Pradhanang <subir@ooo> 2005/05/31 12:23:07 er 1.26.8.2: #i36827# add dz_BT (Dzongkha_Bhutan) locale data and collation; contributed by Javier Sola <javiersola@ooo> 2005/05/19 18:21:07 er 1.26.8.1: #i35255# add Esperanto (eo), contributed by Donald Evan Rogers <viranaso@ooo>


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [8025ae1fac77251da5c591fdbc109ca4c31d8cb6]

INTEGRATION: CWS localedata5 (1.6.8); FILE MERGED 2005/07/05 12:04:59 er 1.6.8.7: #i51064# add nso_ZA (NorthernSotho_SouthAfrica) locale data, contributed by Dwayne Bailey <dwayne@ooo> 2005/07/04 18:00:06 er 1.6.8.6: #i51062# add zu_ZA (Zulu_SouthAfrica) locale data, contributed by Dwayne Bailey <dwayne@ooo> 2005/07/04 15:38:18 er 1.6.8.5: #i50434# add bn_BD (Bengali_Bangladesh) locale data; contributed by Taneem Ahmed, Sayamindu Dasgupta <sayamindu@ooo>, Jamil Ahmed <itsjamil@ooo> and Javier Sola <javiersola@ooo> 2005/07/01 20:40:54 er 1.6.8.4: #i47575# add bn_IN (Bengali_India) locale data; contributed by Sayamindu Dasgupta <sayamindu@ooo>, Jamil Ahmed <itsjamil@ooo> and Javier Sola <javiersola@ooo> 2005/06/09 14:07:17 er 1.6.8.3: #i50036# add Nepali (ne_NP) locale data, contributed by Subir Bahadur Pradhanang <subir@ooo> 2005/05/31 12:23:06 er 1.6.8.2: #i36827# add dz_BT (Dzongkha_Bhutan) locale data and collation; contributed by Javier Sola <javiersola@ooo> 2005/05/19 18:21:07 er 1.6.8.1: #i35255# add Esperanto (eo), contributed by Donald Evan Rogers <viranaso@ooo>


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [10ad74229cbf57ab6246f6853af1ff99d96607af]

INTEGRATION: CWS localedata5 (1.15.4); FILE MERGED 2005/07/05 14:03:38 er 1.15.4.2: change CDATA to enumerated list where applicable 2005/07/01 17:10:54 er 1.15.4.1: mention validome.org and DTD URL for validation


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [56d23d45ee9a7882788c5127872ba959abedccb1]

INTEGRATION: CWS localedata5 (1.4.8); FILE MERGED 2005/06/13 10:32:42 er 1.4.8.2: RESYNC: (1.4-1.5); FILE MERGED 2005/05/20 13:28:58 er 1.4.8.1: #i48323# native numbering, dates, numbering levels and outline numbering


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [098638b485a8bb613e47325f7976a61a59912f4d]

INTEGRATION: CWS localedata5 (1.9.4); FILE MERGED 2005/07/01 14:51:56 er 1.9.4.1: #i50684# correct era order


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [ce036b0ae0db53f2033a67416ca21e60a473c8ab]

INTEGRATION: CWS localedata5 (1.8.4); FILE MERGED 2005/07/01 14:51:55 er 1.8.4.1: #i50684# correct era order


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [5212b6577d7d2a13d42fcae1ceee9ee200f355dc]

INTEGRATION: CWS localedata5 (1.10.8); FILE MERGED 2005/07/01 20:10:44 er 1.10.8.2: duplicate DateFormatskey7 2005/07/01 13:24:31 er 1.10.8.1: #i50311# Time100SecSeparator is '.'


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [6656ff730293f07069bc1d3fa9c043b2b791c859]

INTEGRATION: CWS localedata5 (1.12.4); FILE MERGED 2005/07/01 14:51:54 er 1.12.4.1: #i50684# correct era order


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [3b60126b6284cce6f23bf05e81f2a65b9c4e04de]

INTEGRATION: CWS localedata5 (1.10.4); FILE MERGED 2005/07/01 14:51:53 er 1.10.4.1: #i50684# correct era order


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [1dea0a5a55098927226fb0f8a14fe8f06f19fe92]

INTEGRATION: CWS localedata5 (1.1.2); FILE ADDED 2005/05/20 11:11:35 er 1.1.2.2: #i35255# change TimeSeparator to ':' 2005/05/19 18:21:07 er 1.1.2.1: #i35255# add Esperanto (eo), contributed by Donald Evan Rogers <viranaso@ooo>


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [d933dd0ef88657c59d018460033bf4fa8330de7f]

INTEGRATION: CWS localedata5 (1.6.4); FILE MERGED 2005/07/01 14:51:52 er 1.6.4.1: #i50684# correct era order


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [8b19414941a4ff5e1fbe59498721384945418c7c]

INTEGRATION: CWS localedata5 (1.8.4); FILE MERGED 2005/07/01 14:51:52 er 1.8.4.1: #i50684# correct era order


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [e66fcab27bc7057c92169067f147a044f15f2b57]

INTEGRATION: CWS localedata5 (1.14.4); FILE MERGED 2005/07/01 14:51:52 er 1.14.4.1: #i50684# correct era order


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [768a85f359d4e20acc693a1c0424b5e644a709a6]

INTEGRATION: CWS localedata5 (1.6.4); FILE MERGED 2005/07/01 14:51:51 er 1.6.4.1: #i50684# correct era order


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [70ea581552add223a049e9212836c006b059cb8b]

INTEGRATION: CWS localedata5 (1.7.4); FILE MERGED 2005/07/01 14:51:51 er 1.7.4.1: #i50684# correct era order


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [cbacf56ae054900e215a56e8b062d09016ac2cb9]

INTEGRATION: CWS localedata5 (1.1.2); FILE ADDED 2005/05/31 12:38:49 er 1.1.2.2: #i36827# always beautify new files with indentation now 2005/05/31 12:23:05 er 1.1.2.1: #i36827# add dz_BT (Dzongkha_Bhutan) locale data and collation; contributed by Javier Sola <javiersola@ooo>


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [b08be79a2468c5080d18aeadcd473bafc4bc56fe]

INTEGRATION: CWS localedata5 (1.9.4); FILE MERGED 2005/07/01 14:51:50 er 1.9.4.1: #i50684# correct era order


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [c6a2f716e68a41905a3a8e0a9d91df1f58016f44]

INTEGRATION: CWS localedata5 (1.10.4); FILE MERGED 2005/07/01 14:51:50 er 1.10.4.1: #i50684# correct era order


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [20c03884e4716a0da85cba189cc68f6e1dbf3203]

INTEGRATION: CWS localedata5 (1.5.4); FILE MERGED 2005/07/01 14:51:49 er 1.5.4.1: #i50684# correct era order


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [a4904a36e1edc8849b98f19c70676401cb0c63b9]

INTEGRATION: CWS localedata5 (1.4.36); FILE MERGED 2005/05/31 16:53:15 er 1.4.36.1: [NatNum#] is not a currency


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [d6cd6f35abcc6bbf75b619dc9b1213ab2ce90550]

INTEGRATION: CWS localedata5 (1.4.8); FILE MERGED 2005/07/01 20:12:03 er 1.4.8.1: duplicate DateFormatskey21


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [82f9a43bbbf92805fb5e4720d322c063d3d1dfe2]

INTEGRATION: CWS localedata5 (1.1.2); FILE ADDED 2005/07/01 20:42:32 er 1.1.2.2: #i47575# ran through beautifier 2005/07/01 20:40:54 er 1.1.2.1: #i47575# add bn_IN (Bengali_India) locale data; contributed by Sayamindu Dasgupta <sayamindu@ooo>, Jamil Ahmed <itsjamil@ooo> and Javier Sola <javiersola@ooo>


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [9759121bb04516e23609166926417f5275e5ea8f]

INTEGRATION: CWS localedata5 (1.1.2); FILE ADDED 2005/07/04 15:38:17 er 1.1.2.1: #i50434# add bn_BD (Bengali_Bangladesh) locale data; contributed by Taneem Ahmed, Sayamindu Dasgupta <sayamindu@ooo>, Jamil Ahmed <itsjamil@ooo> and Javier Sola <javiersola@ooo>


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [13eb9f4c2f7fa5704a5c0f4082682aa3c8e38042]

INTEGRATION: CWS localedata5 (1.13.4); FILE MERGED 2005/07/01 20:04:59 er 1.13.4.2: #i50684# correct era order 2005/07/01 14:51:49 er 1.13.4.1: #i50684# correct era order


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [5af14a974a927c4c159d3278c0f2dceaed238f87]

INTEGRATION: CWS localedata5 (1.13.4); FILE MERGED 2005/07/01 20:04:59 er 1.13.4.2: #i50684# correct era order 2005/07/01 14:51:48 er 1.13.4.1: #i50684# correct era order


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [43d0d21b718806096e8a6be56ba27ba238cc176b]

INTEGRATION: CWS localedata5 (1.12.4); FILE MERGED 2005/07/01 20:04:58 er 1.12.4.2: #i50684# correct era order 2005/07/01 14:51:48 er 1.12.4.1: #i50684# correct era order


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [7e04fef02e7d0f9f6b79d15282b0ac6d406d3867]

INTEGRATION: CWS localedata5 (1.16.4); FILE MERGED 2005/07/01 20:04:58 er 1.16.4.2: #i50684# correct era order 2005/07/01 14:51:47 er 1.16.4.1: #i50684# correct era order


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [9067b5177a727965ac383119012abca9b823018b]

INTEGRATION: CWS localedata5 (1.10.4); FILE MERGED 2005/07/04 17:40:26 er 1.10.4.1: MinimalDaysInFirstWeek must have a value


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [9b4a992afe2bb5a5c0c5e4f2173edbb7d680c648]

INTEGRATION: CWS localedata5 (1.30.8); FILE MERGED 2005/07/05 12:56:22 er 1.30.8.9: #i50434# default locale for 'bn' is bn_BD 2005/07/05 12:04:58 er 1.30.8.8: #i51064# add nso_ZA (NorthernSotho_SouthAfrica) locale data, contributed by Dwayne Bailey <dwayne@ooo> 2005/07/04 18:00:06 er 1.30.8.7: #i51062# add zu_ZA (Zulu_SouthAfrica) locale data, contributed by Dwayne Bailey <dwayne@ooo> 2005/07/04 15:38:16 er 1.30.8.6: #i50434# add bn_BD (Bengali_Bangladesh) locale data; contributed by Taneem Ahmed, Sayamindu Dasgupta <sayamindu@ooo>, Jamil Ahmed <itsjamil@ooo> and Javier Sola <javiersola@ooo> 2005/07/01 20:40:52 er 1.30.8.5: #i47575# add bn_IN (Bengali_India) locale data; contributed by Sayamindu Dasgupta <sayamindu@ooo>, Jamil Ahmed <itsjamil@ooo> and Javier Sola <javiersola@ooo> 2005/06/13 10:28:07 er 1.30.8.4: RESYNC: (1.30-1.31); FILE MERGED 2005/06/09 14:07:17 er 1.30.8.3: #i50036# add Nepali (ne_NP) locale data, contributed by Subir Bahadur Pradhanang <subir@ooo> 2005/05/31 12:23:04 er 1.30.8.2: #i36827# add dz_BT (Dzongkha_Bhutan) locale data and collation; contributed by Javier Sola <javiersola@ooo> 2005/05/19 18:21:06 er 1.30.8.1: #i35255# add Esperanto (eo), contributed by Donald Evan Rogers <viranaso@ooo>


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [fa82d473b74196bdf6342f3cf96f39a4979a8215]

INTEGRATION: CWS localedata5 (1.9.4); FILE MERGED 2005/07/11 11:27:18 er 1.9.4.3: more checks, FormatElement and ReservedWords 2005/07/08 14:32:47 er 1.9.4.2: some more data integrity checks 2005/07/01 13:28:44 er 1.9.4.1: #i50311# LCFormatNode::generateCode: check more separator usage


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [f73d8dae335c43aec8f0325bc3bbf810f5a03431]

INTEGRATION: CWS localedata5 (1.14.4); FILE MERGED 2005/07/11 11:27:18 er 1.14.4.5: more checks, FormatElement and ReservedWords 2005/07/08 14:32:47 er 1.14.4.4: some more data integrity checks 2005/07/04 17:40:25 er 1.14.4.3: MinimalDaysInFirstWeek must have a value 2005/07/01 14:50:47 er 1.14.4.2: #i50684# check Gregorian calendar elements 2005/07/01 13:28:43 er 1.14.4.1: #i50311# LCFormatNode::generateCode: check more separator usage


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [dd2cb3b369cde04ee916cefa53e2e0b37cac1899]

INTEGRATION: CWS localedata5 (1.1.2); FILE ADDED 2005/06/09 14:26:53 er 1.1.2.1: #i50041# add Nepali collation, contributed by Subir Bahadur Pradhanang <subir@ooo>


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [8efc81f49b40408b78887a665ca112d320131385]

INTEGRATION: CWS localedata5 (1.1.2); FILE ADDED 2005/05/31 12:23:03 er 1.1.2.1: #i36827# add dz_BT (Dzongkha_Bhutan) locale data and collation; contributed by Javier Sola <javiersola@ooo>


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [77d0c387cc984324f3ba65b5e941e13abfa24354]

INTEGRATION: CWS localedata5 (1.5.2); FILE MERGED 2005/06/13 10:27:26 er 1.5.2.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/09 14:26:52 er 1.5.2.2: #i50041# add Nepali collation, contributed by Subir Bahadur Pradhanang <subir@ooo> 2005/05/31 12:23:02 er 1.5.2.1: #i36827# add dz_BT (Dzongkha_Bhutan) locale data and collation; contributed by Javier Sola <javiersola@ooo>


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [b86816584df87e75eafe187551c2bef6a13ade02]

INTEGRATION: CWS localedata5 (1.5.62); FILE MERGED 2005/05/19 17:20:12 er 1.5.62.1: #i47962# eliminate warning: control reached end of non-void function (could had been reached)


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [4a1575c260e3a9f1b13362bcba720eb7e399a8ce]

INTEGRATION: CWS localedata5 (1.5.2); FILE MERGED 2005/06/13 10:27:16 er 1.5.2.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/09 14:26:52 er 1.5.2.2: #i50041# add Nepali collation, contributed by Subir Bahadur Pradhanang <subir@ooo> 2005/05/31 12:23:01 er 1.5.2.1: #i36827# add dz_BT (Dzongkha_Bhutan) locale data and collation; contributed by Javier Sola <javiersola@ooo>


2005-07-21  Oliver Bolte  <obo@openoffice.org>  [f0198bc1a8becefee155fab3ea26f4ef168ac17e]

INTEGRATION: CWS localedata5 (1.2.68); FILE MERGED 2005/05/19 17:15:57 er 1.2.68.1: #i47962# eliminate warning: control reached end of non-void function (should had been never reached)


2005-07-20  Oliver Bolte  <obo@openoffice.org>  [f7a74e7751e26c35c787d14873f3223b1864824f]

INTEGRATION: CWS fwk18 (1.4.156); FILE MERGED 2005/07/04 11:54:26 mba 1.4.156.1: #124121#: support XSystemDependentWindowPeer


2005-07-20  Oliver Bolte  <obo@openoffice.org>  [fa6a398ee6e5e3429696fb12cfef778ec87d50ad]

INTEGRATION: CWS fwk18 (1.42.38); FILE MERGED 2005/07/04 11:54:26 mba 1.42.38.1: #124121#: support XSystemDependentWindowPeer


2005-07-19  Oliver Bolte  <obo@openoffice.org>  [57a266dc0405a20a1b72389bb91649571a2a4d88]

INTEGRATION: CWS jl21bean (1.116.60); FILE MERGED 2005/05/26 16:28:12 ssa 1.116.60.4: #i49899# recursively reparent child windows before destroying parent hWnd 2005/05/25 16:57:57 ssa 1.116.60.3: #i49791# cache DCs should only be recreated in SetParent if they existed before 2005/05/24 15:16:47 jl 1.116.60.2: #i49791# OOoBean.loadFromURL fails because a virtual device could not be created 2005/05/23 09:01:00 jl 1.116.60.1: #i49709# windows were not always destroyed while reparenting


2005-07-19  Oliver Bolte  <obo@openoffice.org>  [bd4b2313eb0e9a076387e03f18913f746b08c4b5]

INTEGRATION: CWS jl21bean (1.23.62); FILE MERGED 2005/05/23 09:00:59 jl 1.23.62.1: #i49709# windows were not always destroyed while reparenting


2005-07-19  Oliver Bolte  <obo@openoffice.org>  [1313db4c7bf27091b1681197878a07c200543638]

INTEGRATION: CWS jl21bean (1.17.128); FILE MERGED 2005/05/23 09:00:59 jl 1.17.128.1: #i49709# windows were not always destroyed while reparenting


2005-07-18  Oliver Bolte  <obo@openoffice.org>  [c71e9fd82e181b86d68a21e8e91cbade6acff388]

INTEGRATION: CWS sysui09 (1.69.50); FILE MERGED 2005/07/14 09:12:25 obr 1.69.50.2: #b6243141#,#b6294657# switched run patch to include /usr/sfw/lib first 2005/07/12 11:53:36 obr 1.69.50.1: #b6294657# Solaris has libfreetype.so.6 in /usr/sfw/lib


2005-07-18  Oliver Bolte  <obo@openoffice.org>  [a2cd299de2dd05e92af4cf663d66cf3ed4d7c73d]

INTEGRATION: CWS mhu08 (1.52.70); FILE MERGED 2005/07/12 09:23:00 mhu 1.52.70.2: RESYNC: (1.52-1.53); FILE MERGED 2005/06/08 15:24:32 mhu 1.52.70.1: #i50415# Removed class SvEaMgr (moved to module sfx2).


2005-07-18  Oliver Bolte  <obo@openoffice.org>  [7dabae43e31e5162953880a35e0bdeef4aba93b2]

INTEGRATION: CWS mhu08 (1.37.72); FILE MERGED 2005/06/08 14:54:00 mhu 1.37.72.1: #i50415# Removed obsolete class SvEaMgr usage.


2005-07-18  Oliver Bolte  <obo@openoffice.org>  [341f3b6631e7222a56b28fa9169d9599ada294db]

INTEGRATION: CWS mhu08 (1.56.72); FILE MERGED 2005/06/08 14:53:58 mhu 1.56.72.1: #i50415# Removed obsolete class SvEaMgr usage.


2005-07-18  Oliver Bolte  <obo@openoffice.org>  [682bd4667ef32a3f776dfc1c2401a6ef33050c6a]

INTEGRATION: CWS mhu08 (1.128.50); FILE MERGED 2005/07/12 09:17:54 mhu 1.128.50.3: RESYNC: (1.129-1.130); FILE MERGED 2005/06/23 10:23:42 mhu 1.128.50.2: RESYNC: (1.128-1.129); FILE MERGED 2005/06/08 15:24:31 mhu 1.128.50.1: #i50415# Removed class SvEaMgr (moved to module sfx2).


2005-07-18  Oliver Bolte  <obo@openoffice.org>  [76c26d7d4c3330a9e59835f7c0a141205758a307]

INTEGRATION: CWS mhu08 (1.32.50); FILE MERGED 2005/07/12 09:17:47 mhu 1.32.50.2: RESYNC: (1.32-1.33); FILE MERGED 2005/06/08 15:24:31 mhu 1.32.50.1: #i50415# Removed class SvEaMgr (moved to module sfx2).


2005-07-18  Oliver Bolte  <obo@openoffice.org>  [5208f4ac095cdf784be8bcde7f1eb53a97635e60]

INTEGRATION: CWS l10ntoolingfixer (1.5.34); FILE MERGED 2005/07/14 14:41:30 ihi 1.5.34.1: #i51919# removed not implemented method declaration


2005-07-15  Kurt Zenker  <kz@openoffice.org>  [41908fe75a126e67dc7fd6645eaffe8774f86901]

#i10000# add kde lib path


2005-07-14  Kurt Zenker  <kz@openoffice.org>  [8b2c973d9f16a74b8c9e91ea9279d9a6a7d05258]

INTEGRATION: CWS so8w98cjk (1.91.130); FILE MERGED 2005/07/08 07:08:02 hdu 1.91.130.1: #i47131# merge fix from vcl39


2005-07-14  Kurt Zenker  <kz@openoffice.org>  [496c37ce2fb8365e3dfccce27d462f0292ec55fe]

INTEGRATION: CWS vgvalgrind (1.200.36); FILE MERGED 2005/06/13 09:19:35 hdu 1.200.36.1: #i50546# merge memleak fix from CWS vcl39


2005-07-14  Kurt Zenker  <kz@openoffice.org>  [1767925e5cc3b00443aa01d25cc58bbc93b15df3]

INTEGRATION: CWS vgvalgrind (1.190.46); FILE MERGED 2005/05/20 12:03:34 vg 1.190.46.1: #122920# initialize variables before use


2005-07-14  Kurt Zenker  <kz@openoffice.org>  [e38586e87761f4df01e37b69c30f3425d9a40d18]

INTEGRATION: CWS vgvalgrind (1.123.134); FILE MERGED 2005/06/13 09:19:34 hdu 1.123.134.1: #i50546# merge memleak fix from CWS vcl39


2005-07-14  Kurt Zenker  <kz@openoffice.org>  [0c5e3b8ebd50b8270467efdbeab449d077ab11aa]

INTEGRATION: CWS vgvalgrind (1.8.50); FILE MERGED 2005/05/20 12:03:33 vg 1.8.50.1: #122920# initialize variables before use


2005-07-14  Kurt Zenker  <kz@openoffice.org>  [7410e0ce9e1c34657deeb8ccc737288376b56e6e]

INTEGRATION: CWS vgvalgrind (1.6.294); FILE MERGED 2005/05/20 12:03:33 vg 1.6.294.1: #122920# initialize variables before use


2005-07-14  Kurt Zenker  <kz@openoffice.org>  [d0b4c840ac0934e2c5e4602d920cbf4a6de3c547]

INTEGRATION: CWS thb08 (1.6.376); FILE MERGED 2005/07/11 21:21:29 thb 1.6.376.1: #i51123# Handling the case of 32 bit bitmap formats correctly on BMP export.


2005-07-14  Kurt Zenker  <kz@openoffice.org>  [e4d9073a3eb2e6d9e1a51390320d14eecaf5b150]

INTEGRATION: CWS pl06 (1.31.6); FILE MERGED 2005/07/04 10:53:19 pl 1.31.6.1: #i51356# workaround a SOLARIS IIIMP bug


2005-07-14  Kurt Zenker  <kz@openoffice.org>  [386b7061928c4698c471acaebdb7e0638deffbe8]

INTEGRATION: CWS impress61 (1.23.356); FILE MERGED 2005/06/30 09:16:23 sj 1.23.356.1: #i37215# fixed a rtl bug


2005-07-14  Kurt Zenker  <kz@openoffice.org>  [392de93148a92c58d1de9af1f0b77d38496b1288]

INTEGRATION: CWS impress61 (1.26.434); FILE MERGED 2005/06/30 09:16:25 sj 1.26.434.1: #i37215# fixed a rtl bug


2005-07-14  Kurt Zenker  <kz@openoffice.org>  [a5238d39de54b2f3ff80b673f0f4ac84fec2983c]

INTEGRATION: CWS impress61 (1.41.376); FILE MERGED 2005/06/30 09:16:24 sj 1.41.376.1: #i37215# fixed a rtl bug


2005-07-14  Kurt Zenker  <kz@openoffice.org>  [ddf6936e5456cdd0db61d32e600e4ce624e6d9fd]

INTEGRATION: CWS impress61 (1.23.148); FILE MERGED 2005/06/30 09:16:23 sj 1.23.148.1: #i37215# fixed a rtl bug


2005-07-12  Kurt Zenker  <kz@openoffice.org>  [7b480343fdfb0d40e315763aa2e7398e68164772]

INTEGRATION: CWS fwk16 (1.39.44); FILE MERGED 2005/06/08 09:08:14 pb 1.39.44.1: fix: #i42139# PRODUCTXMLFILEFORMATNAME added


2005-07-12  Kurt Zenker  <kz@openoffice.org>  [b834f4fa0b724043e4ffd4bfb386c4660b8bfe2d]

INTEGRATION: CWS fwk16 (1.17.8); FILE MERGED 2005/06/08 09:07:55 pb 1.17.8.1: fix: #i42139# PRODUCTXMLFILEFORMATNAME added


2005-07-12  Kurt Zenker  <kz@openoffice.org>  [04aabf8a90de4b22e8c213a9282445931580a5c1]

INTEGRATION: CWS fwk16 (1.6.102); FILE MERGED 2005/06/09 15:46:19 cd 1.6.102.1: #i50187# Don't lock solar mutex when retrieving property from frame


2005-07-12  Kurt Zenker  <kz@openoffice.org>  [120481fd2420e036f9fd258dbaba716d2837319c]

INTEGRATION: CWS fwk16 (1.49.110); FILE MERGED 2005/06/08 08:03:34 pb 1.49.110.1: fix: #i42139# 'PRODUCTNAME 6.0' replaced by ' '


2005-07-12  Kurt Zenker  <kz@openoffice.org>  [c2707b34c21273959e32704edec2cdbd0bb7e9bc]

INTEGRATION: CWS fwk16 (1.2.306); FILE MERGED 2005/06/08 09:06:01 pb 1.2.306.1: fix: #i42139# 'PRODUCTNAME 6.0' replaced by ' '


2005-07-12  Kurt Zenker  <kz@openoffice.org>  [7015e36d845ae71f25fb766f17cddd7118ad46fc]

INTEGRATION: CWS sj21 (1.10.424); FILE MERGED 2005/06/27 14:36:23 sj 1.10.424.1: #i48357# fixed font color poblem


2005-07-12  Kurt Zenker  <kz@openoffice.org>  [f1e0ad082b53fa7cfcb64047555003e336fc68be]

INTEGRATION: CWS mav18 (1.11.14); FILE MERGED 2005/06/08 13:52:13 mav 1.11.14.2: #121099# let the ReplacementImages storage be commited on storing of the document 2005/06/07 14:29:24 mav 1.11.14.1: #i50429#,#i48568# creation of a copy of an object


2005-07-12  Kurt Zenker  <kz@openoffice.org>  [c4c1d98b2f2ff38db31cee80a7e83543dd4fb5cb]

INTEGRATION: CWS mav18 (1.6.16); FILE MERGED 2005/06/08 13:52:12 mav 1.6.16.2: #121099# let the ReplacementImages storage be commited on storing of the document 2005/06/07 14:29:23 mav 1.6.16.1: #i50429#,#i48568# creation of a copy of an object


2005-07-12  Kurt Zenker  <kz@openoffice.org>  [47adc261c1a3faa4ea3b9f534530e844ccd4a52e]

INTEGRATION: CWS mav18 (1.10.8); FILE MERGED 2005/06/10 10:16:37 mav 1.10.8.2: #i49755# fix truncation 2005/05/27 11:56:54 mav 1.10.8.1: #i49947# implement missing interfaces


2005-07-12  Kurt Zenker  <kz@openoffice.org>  [2659620f5d17d9821fbe31c1e3d983c502c980aa]

INTEGRATION: CWS mav18 (1.6.8); FILE MERGED 2005/05/27 11:56:54 mav 1.6.8.1: #i49947# implement missing interfaces


2005-07-12  Kurt Zenker  <kz@openoffice.org>  [9d6d8ccb22f255e8553061ee563584e9f2971b3c]

INTEGRATION: CWS mav18 (1.4.204); FILE MERGED 2005/06/01 14:19:10 mav 1.4.204.1: #i49460# remove the old hack


2005-07-12  Kurt Zenker  <kz@openoffice.org>  [e64178b3c58e826e8866da89e51e39c3357ed0a2]

INTEGRATION: CWS mav18 (1.18.220); FILE MERGED 2005/07/07 14:15:42 mav 1.18.220.1: #i49496# fixing the problem with parsing of a simple bitmap


2005-07-12  Kurt Zenker  <kz@openoffice.org>  [20d0de0e947e6e07aa2ead8643bf0e39c8985346]

INTEGRATION: CWS mav18 (1.14.130); FILE MERGED 2005/07/07 14:15:41 mav 1.14.130.1: #i49496# fixing the problem with parsing of a simple bitmap


2005-07-12  Kurt Zenker  <kz@openoffice.org>  [c27d7755b10d093957ba90238e5503aca20fbdbe]

INTEGRATION: CWS os65 (1.20.342); FILE MERGED 2005/06/30 07:45:47 os 1.20.342.1: #i49017# prevent loop due to an overflow because of extreme map modes


2005-07-08  Oliver Bolte  <obo@openoffice.org>  [6740fd3917de9f5a32fc019f3634a3799acf2d64]

new version for SRC680


2005-07-08  Oliver Bolte  <obo@openoffice.org>  [90c6c3f8404514bbae90a92b07a7829d75cb0d0f]

INTEGRATION: CWS swqbf34 (1.12.226); FILE MERGED 2005/06/27 14:21:01 fme 1.12.226.1: #i47260# Temporarily switching off pixel offset, when calculating metafile drawmode offset


2005-07-08  Oliver Bolte  <obo@openoffice.org>  [f6844dac79966741bf94befcdb3027fa3814cb42]

INTEGRATION: CWS dba20blocker (1.4.478); FILE MERGED 2005/06/23 12:25:42 fs 1.4.478.1: copying fix for #i46986# into this CWS


2005-07-08  Oliver Bolte  <obo@openoffice.org>  [5300779d7e384c605ca94e3bc1d9b8ec2d896ed7]

INTEGRATION: CWS dba20blocker (1.53.32); FILE MERGED 2005/06/23 10:56:24 fs 1.53.32.1: copying fix for #i47502# into this CWS


2005-07-08  Oliver Bolte  <obo@openoffice.org>  [babba3e94c56e4d25fbf54805ed3c17be07cbbf1]

INTEGRATION: CWS dba20blocker (1.1.4); FILE ADDED 2005/06/23 10:58:10 fs 1.1.4.1: copying fix for #i47502# into this CWS


2005-07-08  Oliver Bolte  <obo@openoffice.org>  [511af8a78ac300289dc07760690ce08d20041aeb]

INTEGRATION: CWS dba20blocker (1.5.422); FILE MERGED 2005/06/24 07:37:38 fs 1.5.422.1: copying fix for #121276# into this CWS


2005-07-08  Oliver Bolte  <obo@openoffice.org>  [e43186806a4275f5363486335a64b54110e51d5a]

INTEGRATION: CWS dba20blocker (1.44.102); FILE MERGED 2005/07/06 08:45:44 fs 1.44.102.1: copying the fix for #122359# from CWS dba201a into this CWS here


2005-07-07  Oliver Bolte  <obo@openoffice.org>  [96283586657ba51e964c3a506e83040d7e8e6eda]

#i10000# typo (dot missing)


2005-07-07  Oliver Bolte  <obo@openoffice.org>  [192fd268542ccd269b75ce6a5d20b790eaddc003]

INTEGRATION: CWS jl22 (1.52.76); FILE MERGED 2005/06/28 09:39:34 jl 1.52.76.4: #i37020 patch resource 2005/06/20 12:18:24 jl 1.52.76.3: #i37020# patch resource not needed any more, undoing recent changes 2005/06/20 10:58:38 jl 1.52.76.2: #i37020# using patch resource manager for javainteraction handler 2005/06/16 15:03:53 jl 1.52.76.1: #i37020 new svtools/source/java contains javainteractionhandler


2005-07-07  Oliver Bolte  <obo@openoffice.org>  [4469bec07b7df5a3e30c4c29a292f54f9339e7ed]

INTEGRATION: CWS jl22 (1.2.78); FILE MERGED 2005/06/20 10:55:49 jl 1.2.78.1: #i37020# using patch resource manager for javainteraction handler


2005-07-07  Oliver Bolte  <obo@openoffice.org>  [c2c42777c5a9fcefb2aa1f361346f04f42d57972]

INTEGRATION: CWS jl22 (1.3.402); FILE MERGED 2005/06/20 10:52:51 jl 1.3.402.1: #i37020# using patch resource manager for javainteraction handler


2005-07-07  Oliver Bolte  <obo@openoffice.org>  [471d39297742fd81d4699fc2af957bf1d41f2996]

INTEGRATION: CWS jl22 (1.1.2); FILE ADDED 2005/06/28 09:38:23 jl 1.1.2.3: #i37020# 2005/06/20 12:01:45 jl 1.1.2.2: #i37020# patch resource not needed any more 2005/06/20 10:50:34 jl 1.1.2.1: #i37020#


2005-07-07  Oliver Bolte  <obo@openoffice.org>  [ee7c6725121e734f26c4a374f001ba6adf267c8c]

INTEGRATION: CWS jl22 (1.1.2); FILE ADDED 2005/06/28 09:37:35 jl 1.1.2.4: #i37020 using patch resource if one is present 2005/06/20 12:18:08 jl 1.1.2.3: #i37020# patch resource not needed any more, undoing recent changes 2005/06/20 10:49:43 jl 1.1.2.2: #i37020# using patch resource manager for javainteraction handler 2005/06/16 15:02:03 jl 1.1.2.1: #i37020 javacontext and javainteractionhandler from desktop now here


2005-07-07  Oliver Bolte  <obo@openoffice.org>  [68b4af592b36d357fde7b4d0ff3967058fbd7515]

INTEGRATION: CWS jl22 (1.1.2); FILE ADDED 2005/06/30 12:28:50 jl 1.1.2.7: #i37020 2005/06/28 09:37:34 jl 1.1.2.6: #i37020 using patch resource if one is present 2005/06/24 13:24:43 jl 1.1.2.5: #i37020# javacontext and javainteractionhandler now implement XInterface, because we do not want export the inline cppu::WeakImplHelper 2005/06/24 13:05:52 jl 1.1.2.4: #i37020# javacontext and javainteractionhandler now implement XInterface, because we do not want export the inline cppu::WeakImplHelper 2005/06/20 12:18:07 jl 1.1.2.3: #i37020# patch resource not needed any more, undoing recent changes 2005/06/20 10:49:42 jl 1.1.2.2: #i37020# using patch resource manager for javainteraction handler 2005/06/16 15:01:44 jl 1.1.2.1: #i37020 javacontext and javainteractionhandler from desktop now here


2005-07-07  Oliver Bolte  <obo@openoffice.org>  [e548a84c561e759054530f395e5642f50f3d29b4]

INTEGRATION: CWS jl22 (1.1.2); FILE ADDED 2005/06/16 15:01:34 jl 1.1.2.1: #i37020 javacontext and javainteractionhandler from desktop now here


2005-07-07  Oliver Bolte  <obo@openoffice.org>  [dc6a4180175e1f943f8645a84ab871c6c4b1da14]

INTEGRATION: CWS jl22 (1.1.2); FILE ADDED 2005/06/30 12:28:49 jl 1.1.2.6: #i37020 2005/06/24 13:24:43 jl 1.1.2.5: #i37020# javacontext and javainteractionhandler now implement XInterface, because we do not want export the inline cppu::WeakImplHelper 2005/06/24 13:05:51 jl 1.1.2.4: #i37020# javacontext and javainteractionhandler now implement XInterface, because we do not want export the inline cppu::WeakImplHelper 2005/06/22 14:55:40 jl 1.1.2.3: #i37020 2005/06/22 08:16:38 jl 1.1.2.2: #i37020# 2005/06/16 15:01:22 jl 1.1.2.1: #i37020 javacontext and javainteractionhandler from desktop now here


2005-07-07  Oliver Bolte  <obo@openoffice.org>  [906f9df4b2787368980ad49b2bc534e06e2baab1]

INTEGRATION: CWS jl22 (1.128.56); FILE MERGED 2005/06/22 14:48:12 jl 1.128.56.2: #i37020# deliver javainteractionhandler.hxx 2005/06/16 14:58:05 jl 1.128.56.1: #i37020 javacontext and javainteractionhandler moved from desktop to svtools


2005-07-07  Oliver Bolte  <obo@openoffice.org>  [7b0567ac2f1c589eed0f76ecd68ee86528be2c1c]

INTEGRATION: CWS jl22 (1.32.56); FILE MERGED 2005/06/16 14:58:04 jl 1.32.56.1: #i37020 javacontext and javainteractionhandler moved from desktop to svtools


2005-07-07  Oliver Bolte  <obo@openoffice.org>  [26cad0ba8a1b826be9fde6cc83c3eb0a96edbe8c]

INTEGRATION: CWS sb33 (1.4.166); FILE MERGED 2005/06/27 16:12:36 sb 1.4.166.1: #i51181# Reduced getLocalFileURL to the minimum, so that it no longer instantiates the catch-all gnomevfs UCP for the nonexistent vnd.sun.star.wfs schema.


2005-07-06  Oliver Bolte  <obo@openoffice.org>  [1df23cccd0e1ab5640c297b88bfc8aed5b3b8e2d]

INTEGRATION: CWS vcl41 (1.14.34); FILE MERGED 2005/06/24 11:37:41 pl 1.14.34.1: #i50364# prevent accessing child controls in dtor


2005-07-06  Oliver Bolte  <obo@openoffice.org>  [a903e1ec27f6072f8ded38d3fd881b4dba8586f9]

INTEGRATION: CWS vcl41 (1.22.28); FILE MERGED 2005/06/24 11:34:31 pl 1.22.28.1: #i49875# shortcut the saveDone message in case of no shutdown imminent


2005-07-06  Oliver Bolte  <obo@openoffice.org>  [dab1c0d660391e59e2403b4669daa86a079e975f]

INTEGRATION: CWS vcl41 (1.14.86); FILE MERGED 2005/06/20 15:25:43 pl 1.14.86.1: #i50745# draw highlighted disabled menu entries using generic method


2005-07-06  Oliver Bolte  <obo@openoffice.org>  [6ae45db76c0a84a4100ebeb4b3cd5fa99c10c928]

INTEGRATION: CWS vcl41 (1.17.78); FILE MERGED 2005/06/24 11:05:35 pl 1.17.78.1: #i48550# give up solar mutex in every Yield()


2005-07-06  Oliver Bolte  <obo@openoffice.org>  [aafee416ad01a0de2dec174f32c7153a8672810d]

INTEGRATION: CWS vcl41 (1.88.94); FILE MERGED 2005/06/21 08:18:55 ssa 1.88.94.1: #i35563# visualize dontknow state using normal buttons


2005-07-06  Oliver Bolte  <obo@openoffice.org>  [88e3c363240e409c769709a708ac5f12cb72aa33]

INTEGRATION: CWS vcl41 (1.124.48); FILE MERGED 2005/06/23 10:46:50 pl 1.124.48.2: RESYNC: (1.124-1.125); FILE MERGED 2005/06/20 15:25:41 pl 1.124.48.1: #i50745# draw highlighted disabled menu entries using generic method


2005-07-06  Oliver Bolte  <obo@openoffice.org>  [bd3e8a74e0cfafda8fdbf482dc2b98c7fa8fe3f1]

INTEGRATION: CWS vcl41 (1.47.90); FILE MERGED 2005/06/20 09:57:04 ssa 1.47.90.1: #120759#  check for mpInfoPrinter before using it


2005-07-06  Oliver Bolte  <obo@openoffice.org>  [2b664a566a684f9218c7325082fef9692ff4cc06]

INTEGRATION: CWS vcl41 (1.33.82); FILE MERGED 2005/06/24 11:30:47 pl 1.33.82.2: #i49004# support 8 bit grayscale jpeg 2005/06/21 17:45:00 pl 1.33.82.1: #i46253# support 3d borders


2005-07-06  Oliver Bolte  <obo@openoffice.org>  [4e3b6bfa4acd1cf3fa1229a95eeb62e3db899798]

INTEGRATION: CWS vcl41 (1.81.80); FILE MERGED 2005/06/24 11:30:46 pl 1.81.80.3: #i49004# support 8 bit grayscale jpeg 2005/06/21 17:45:00 pl 1.81.80.2: #i46253# support 3d borders 2005/06/21 16:11:44 pl 1.81.80.1: #i50594# catch fonts without name but size


2005-07-06  Oliver Bolte  <obo@openoffice.org>  [5c400e280a919a72ce676dc028162aabdedcab9e]

INTEGRATION: CWS vcl41 (1.12.108); FILE MERGED 2005/06/24 11:30:45 pl 1.12.108.1: #i49004# support 8 bit grayscale jpeg


2005-07-06  Oliver Bolte  <obo@openoffice.org>  [92db7ea3895e2d7e2877fc88fb3e396a1454f183]

INTEGRATION: CWS vcl41 (1.3.240); FILE MERGED 2005/06/24 11:30:45 pl 1.3.240.1: #i49004# support 8 bit grayscale jpeg


2005-07-06  Oliver Bolte  <obo@openoffice.org>  [acef5b5dda18be7c0f9040bf6549437a9c43c970]

INTEGRATION: CWS vcl41 (1.38.88); FILE MERGED 2005/06/21 14:14:02 ssa 1.38.88.1: #i48629# as there is no checked pushbutton on native platforms the checked state will be rendered by NWF as being pressed


2005-07-06  Oliver Bolte  <obo@openoffice.org>  [019eb52e536a08d0341922ac7f76a8fbf6969678]

INTEGRATION: CWS vcl41 (1.4.12); FILE MERGED 2005/06/16 15:24:36 pl 1.4.12.1: #123063# fix a memory leak


2005-07-06  Oliver Bolte  <obo@openoffice.org>  [347ef049e95a64622df3d2808f891e800de1fcb7]

INTEGRATION: CWS vcl41 (1.30.8); FILE MERGED 2005/06/16 16:55:28 pl 1.30.8.1: #123063# fix a synchronization issue


2005-07-06  Oliver Bolte  <obo@openoffice.org>  [1a21651c40ff87cab3b75e6921a0b2ed477f5c52]

INTEGRATION: CWS vcl41 (1.6.40); FILE MERGED 2005/06/16 16:55:28 pl 1.6.40.1: #123063# fix a synchronization issue


2005-07-06  Oliver Bolte  <obo@openoffice.org>  [243be09cc93d81d8fbaa34ccc6dc4521acba2210]

INTEGRATION: CWS vcl41 (1.12.12); FILE MERGED 2005/06/16 16:55:28 pl 1.12.12.1: #123063# fix a synchronization issue


2005-07-01  Vladimir Glazounov  <vg@openoffice.org>  [42d73050d67566409b20aac73282e5d068b1d660]

new version for SRX645


2005-07-01  Kurt Zenker  <kz@openoffice.org>  [86744a4e1e8629760e70f07aeede1cab54d7c294]

INTEGRATION: CWS memory01 (1.6.58); FILE MERGED 2005/05/26 15:59:12 cd 1.6.58.1: #i49909# Provide ctor which doesn't acquire argument


2005-07-01  Kurt Zenker  <kz@openoffice.org>  [1d765504dfddbab623011b9973208e84ee948a58]

INTEGRATION: CWS memory01 (1.3.30); FILE MERGED 2005/05/26 15:58:11 cd 1.3.30.1: #i49909# Provide ctor which doesn't acquire argument


2005-07-01  Kurt Zenker  <kz@openoffice.org>  [25c469f06ea30840c681ae178f0c60e89104ba7b]

INTEGRATION: CWS memory01 (1.3.12); FILE MERGED 2005/05/26 15:56:27 cd 1.3.12.1: #i49909# Fix PropertySetInfo memory leak


2005-07-01  Kurt Zenker  <kz@openoffice.org>  [e238ff8b7983d18e0b2f51ae6405e3b1e177acfb]

INTEGRATION: CWS memory01 (1.2.390); FILE MERGED 2005/06/16 10:29:36 cd 1.2.390.1: #i50774# SfxImageItem needs dtor to delete pImp pointer


2005-07-01  Kurt Zenker  <kz@openoffice.org>  [313b41fc8da68e3885a2c84bdc215a1d03a56f0a]

INTEGRATION: CWS memory01 (1.47.56); FILE MERGED 2005/06/07 13:24:02 hdu 1.47.56.1: #i49838# adapt printer destructor to changed OD destructor


2005-07-01  Kurt Zenker  <kz@openoffice.org>  [a4b8ce2e0b8352f6903915f8825643868910606b]

INTEGRATION: CWS memory01 (1.200.8); FILE MERGED 2005/05/25 14:18:42 hdu 1.200.8.2: #i49838# fix some memory leaks 2005/05/25 14:17:32 hdu 1.200.8.1: #i49838# fix some memory leaks


2005-07-01  Kurt Zenker  <kz@openoffice.org>  [ec3fb3a7f9eb4f24d1c87982e4c412efc12b42a1]

INTEGRATION: CWS memory01 (1.33.72); FILE MERGED 2005/05/25 14:17:32 hdu 1.33.72.1: #i49838# fix some memory leaks


2005-07-01  Kurt Zenker  <kz@openoffice.org>  [221eab8eca385f692c152d86e574ab3f2d72ee8d]

INTEGRATION: CWS memory01 (1.14.74); FILE MERGED 2005/06/06 14:11:39 mt 1.14.74.1: Fixed MLKs...


2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [a26332384fa6f497e07fc71a0d20b19a26f058b7]

INTEGRATION: CWS pl04 (1.64.30); FILE MERGED 2005/06/07 16:50:37 pl 1.64.30.1: #i45768# #b6272313# #121800# revamp IM handling of gtk plugin


2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [e7e30e02d67c72089f23388aac928120527dca69]

INTEGRATION: CWS pl04 (1.26.2); FILE MERGED 2005/06/08 17:28:07 pl 1.26.2.1: #i43510# #i44986# fix XIM status window handling


2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [721059fb9c258d88c2d86a6893f68b98874aa01c]

INTEGRATION: CWS pl04 (1.15.26); FILE MERGED 2005/06/09 12:22:24 pl 1.15.26.3: #i45768# improved focus handling, restart preedit on focus in if necessary 2005/06/07 17:43:51 pl 1.15.26.2: solved a scoping issue 2005/06/07 16:50:37 pl 1.15.26.1: #i45768# #b6272313# #121800# revamp IM handling of gtk plugin


2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [d81eb255dc8792a829216b95ac91d2e35a765463]

INTEGRATION: CWS pl04 (1.28.62); FILE MERGED 2005/06/07 16:50:36 pl 1.28.62.1: #i45768# #b6272313# #121800# revamp IM handling of gtk plugin


2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [be2638ff3fd1a1da5bf0f6a7f43ac8201ee1cdc2]

INTEGRATION: CWS pl04 (1.30.26); FILE MERGED 2005/06/10 12:20:19 pl 1.30.26.6: #i50549# ExtTextInput must wait for asynchronous focus handling 2005/06/09 16:07:43 pl 1.30.26.5: #i50549# workaround empty preedit events after commit 2005/06/09 14:55:27 pl 1.30.26.4: #i45768# workaround first empty preedit changed 2005/06/09 12:22:24 pl 1.30.26.3: #i45768# improved focus handling, restart preedit on focus in if necessary 2005/06/07 18:13:57 pl 1.30.26.2: #i49311# incorporate updateIMSpotLocation patch to prepare for merging of CWS gslpatches2 2005/06/07 16:50:35 pl 1.30.26.1: #i45768# #b6272313# #121800# revamp IM handling of gtk plugin


2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [a132fc0a1206bcf626f6116325173e9f89b71b1f]

INTEGRATION: CWS pl04 (1.99.30); FILE MERGED 2005/06/10 12:24:39 pl 1.99.30.2: #i50549# remove some unnecessary debug output 2005/06/10 12:20:18 pl 1.99.30.1: #i50549# ExtTextInput must wait for asynchronous focus handling


2005-06-30  Kurt Zenker  <kz@openoffice.org>  [b08da36baa6c0c5bd9c222b638f1c36a0de74b1e]

#124010# fix crash if no accessible available


2005-06-30  Ivo Hinkelmann  <ihi@openoffice.org>  [e4ce46625baf5ce38f3c190874e63619991a02a9]

#i51392# buffer size overflow caused by huge define blocks


2005-06-30  Kurt Zenker  <kz@openoffice.org>  [49055f8b9ccea790754ad1ca26e94fe7e307a810]

INTEGRATION: CWS pl05 (1.54.116); FILE MERGED 2005/06/24 15:29:54 pl 1.54.116.1: #i51178# do not depend on application to initialize ImplSVData


2005-06-30  Kurt Zenker  <kz@openoffice.org>  [cad5877c00deb10fdfcdd34128f9c736a99a81d1]

INTEGRATION: CWS pl05 (1.56.116); FILE MERGED 2005/06/24 15:29:53 pl 1.56.116.1: #i51178# do not depend on application to initialize ImplSVData


2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [040fe79fcff8936f5cab45aeae8871b52622db75]

INTEGRATION: CWS ooo20l10n (1.11.10); FILE MERGED 2005/05/24 16:08:47 gh 1.11.10.1: check content of tags


2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [68adc72533c3e1959e39d53be107c68e8996ea02]

INTEGRATION: CWS ooo20l10n (1.14.4); FILE MERGED 2005/05/24 16:08:46 gh 1.14.4.1: check content of tags


2005-06-23  Rüdiger Timm  <rt@openoffice.org>  [a88ef0f7383891174adbbb1c93b9bec048d5423f]

#i10000# Add chapi.hxx again. It was not intended to remove this one, and it is still included by goodies/inc/chanapi.hxx


2005-06-23  Rüdiger Timm  <rt@openoffice.org>  [6e20c2c08d2eb0cf3210e05f63cdd9449716314d]

#i51130# cachestr.hxx still needed by module sot.


2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [3fa411ce4bcd60a6e4975d3e3853377c8094b2b6]

#i10000# bigint.hxx and color.hxx still needed elsewhere.


2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [60019d24e863eacab562d3b41df276d9f20bd335]

INTEGRATION: CWS optionalbase (1.24.96); FILE MERGED 2005/06/16 09:05:59 fs 1.24.96.1: #i46898# Base is an optional component now


2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [b94bc302e4465277d272d444f4a6dd3581c6a3e2]

INTEGRATION: CWS optionalbase (1.124.50); FILE MERGED 2005/06/17 14:04:36 ssa 1.124.50.1: #i50838# avoid adjacent separators


2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [e1fe15f8babc7fae05dd598415c53a635b45d813]

INTEGRATION: CWS bserver01 (1.15.2); FILE MERGED 2005/05/19 15:08:23 kz 1.15.2.1: #122892# move communi to devtools & automation


2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [2b2973d124e21e0ba585412cb2d5d5e560052932]

INTEGRATION: CWS bserver01 (1.8.2); FILE MERGED 2005/06/03 14:03:28 kz 1.8.2.2: #122892# no more simplecm 2005/05/19 14:58:02 kz 1.8.2.1: #122892# move communi to devtools & automation


2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [46798a77c14c85ff107142116cb2d3c32801fbf0]

INTEGRATION: CWS bserver01 (1.34.2); FILE MERGED 2005/05/19 15:15:46 kz 1.34.2.1: #122892# move communi to devtools & automation


2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [cf986bd32f2913a049953bdae718f4de575503b0]

INTEGRATION: CWS bserver01 (1.5.28); FILE MERGED 2005/05/20 12:36:56 kz 1.5.28.1: #122892# move communi to devtools & automation


2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [e7ce42e73484aa6da8afe134a6476ec8bad0dfe6]

INTEGRATION: CWS bserver01 (1.128.6); FILE MERGED 2005/05/20 12:34:52 kz 1.128.6.1: #122892# move communi to devtools & automation


2005-06-17  Oliver Bolte  <obo@openoffice.org>  [d7c869c4bb39db1b711993f93f05e2100ab483fa]

INTEGRATION: CWS moresystemstuff2 (1.65.88); FILE MERGED 2005/06/11 15:35:55 rene 1.65.88.3: RESYNC: (1.66-1.68); FILE MERGED 2005/05/15 14:19:19 rene 1.65.88.2: RESYNC: (1.65-1.66); FILE MERGED 2005/04/01 10:21:42 rene 1.65.88.1: #i46467# add more system stuff and options to link against pam/crypt/xrender


2005-06-17  Oliver Bolte  <obo@openoffice.org>  [b5eeff319e61032240b97b1f18876acbfe9d7d6e]

INTEGRATION: CWS moresystemstuff2 (1.123.94); FILE MERGED 2005/04/01 10:21:42 rene 1.123.94.1: #i46467# add more system stuff and options to link against pam/crypt/xrender


2005-06-17  Oliver Bolte  <obo@openoffice.org>  [1bb758a3277f8dba78b3c91e94f127cab5565e73]

INTEGRATION: CWS moresystemstuff2 (1.15.88); FILE MERGED 2005/04/01 10:21:41 rene 1.15.88.1: #i46467# add more system stuff and options to link against pam/crypt/xrender


2005-06-17  Oliver Bolte  <obo@openoffice.org>  [c79e51428d196e69db775744400539a7ee0508b5]

INTEGRATION: CWS moresystemstuff2 (1.7.628); FILE MERGED 2005/04/01 10:21:41 rene 1.7.628.1: #i46467# add more system stuff and options to link against pam/crypt/xrender


2005-06-17  Oliver Bolte  <obo@openoffice.org>  [f6f3c30a530e6e9dda281c26c7d4920e12574852]

INTEGRATION: CWS moresystemstuff2 (1.37.354); FILE MERGED 2005/04/01 10:21:41 rene 1.37.354.1: #i46467# add more system stuff and options to link against pam/crypt/xrender


2005-06-16  Vladimir Glazounov  <vg@openoffice.org>  [9c67f69e5a8442d2d5033e7034e408f302307128]

new version for SRX645


2005-06-15  Oliver Bolte  <obo@openoffice.org>  [64249218a8e1cd48e10d06c1d21deacc051efc7a]

INTEGRATION: CWS buildfixes01 (1.3.32); FILE MERGED 2005/06/07 13:42:25 thb 1.3.32.1: #i50426# Corrected license header


2005-06-15  Oliver Bolte  <obo@openoffice.org>  [f91b9862008415571ff274adeb8c4a5f6d81b609]

INTEGRATION: CWS buildfixes01 (1.5.18); FILE MERGED 2005/06/07 13:42:25 thb 1.5.18.1: #i50426# Corrected license header


2005-06-15  Oliver Bolte  <obo@openoffice.org>  [c0ae015f7a441a9eb53470d0a41498b05e9ef573]

INTEGRATION: CWS buildfixes01 (1.8.6); FILE MERGED 2005/05/25 16:56:41 thb 1.8.6.1: #i49681# Fixed build breakage for FreeBSD (powerof2 already defined)


2005-06-14  Oliver Bolte  <obo@openoffice.org>  [5aa927624462aa6757c55e8fd6b25c351df018f4]

INTEGRATION: CWS gcc4fwdecl (1.7.34); FILE MERGED 2005/06/01 16:13:30 pmladek 1.7.34.1: #i50059# Fixed forward declarations for gcc4 in comphelper


2005-06-14  Oliver Bolte  <obo@openoffice.org>  [2edd308e9928b831c94065c46db3d9216337aba2]

INTEGRATION: CWS gcc4fwdecl (1.5.58); FILE MERGED 2005/06/01 17:46:34 pmladek 1.5.58.1: #i50074# Fixed forward declarations for gcc4 in svtools


2005-06-10  Vladimir Glazounov  <vg@openoffice.org>  [e6af8f4e522648f5a217834bbe06cd77fd0f78ef]

new version for SRX645


2005-06-09  Mikhail Voitenko  <mav@openoffice.org>  [63cb610fc7059e078bf31a4c71c87da6c2db01d7]

#100000# fix a problem detected by valgrind


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [06043df5688f147d15ce1964e5b818077df80de9]

INTEGRATION: CWS localedata4 (1.33.26); FILE MERGED 2005/04/20 13:16:20 er 1.33.26.1: #i45810# add Khmer charset collation


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5132ef1d9f11ea836c88180b1195722bf8de5e48]

INTEGRATION: CWS localedata4 (1.6.4); FILE MERGED 2005/04/25 15:24:37 er 1.6.4.1: #i48122# use non-breaking space as ThousandSeparator instead of ordinary space (separator and format codes)


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [88057edcf4f51627b5db037da6d36d1161b269f4]

INTEGRATION: CWS localedata4 (1.10.4); FILE MERGED 2005/04/25 15:24:36 er 1.10.4.1: #i48122# use non-breaking space as ThousandSeparator instead of ordinary space (separator and format codes)


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [027b8ec7a8054fbedbf32ee35ea58399dbc52af0]

INTEGRATION: CWS localedata4 (1.3.4); FILE MERGED 2005/04/19 16:28:23 er 1.3.4.1: #i43041# align to CLDR where correct


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [222af06a1f18535cf168de1f6a8e9a97c32c0623]

INTEGRATION: CWS localedata4 (1.4.4); FILE MERGED 2005/04/25 15:24:36 er 1.4.4.1: #i48122# use non-breaking space as ThousandSeparator instead of ordinary space (separator and format codes)


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [52f27ef09ed70c599f058549f993ba569b74b891]

INTEGRATION: CWS localedata4 (1.26.4); FILE MERGED 2005/04/19 21:24:14 er 1.26.4.2: #i44875# add be_BY (Belarusian) locale data; contributed by Yury Tarasievich <yury_t@ooo> 2005/04/19 20:45:46 er 1.26.4.1: #i43476# add ka_GE Georgian locale data; contributed by Gia Shervashidze <giasher@ooo>


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a80f89b52f86421e47a34e896a96f0c2620b0e49]

INTEGRATION: CWS localedata4 (1.5.4); FILE MERGED 2005/04/25 15:24:36 er 1.5.4.1: #i48122# use non-breaking space as ThousandSeparator instead of ordinary space (separator and format codes)


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [572f6fc0ee7e6ae5de4b61f341fcf19576e61a3e]

INTEGRATION: CWS localedata4 (1.10.4); FILE MERGED 2005/04/19 21:24:14 er 1.10.4.2: #i44875# add be_BY (Belarusian) locale data; contributed by Yury Tarasievich <yury_t@ooo> 2005/04/19 20:45:46 er 1.10.4.1: #i43476# add ka_GE Georgian locale data; contributed by Gia Shervashidze <giasher@ooo>


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5508a4475be98afc7c9ee26d648b27583be258d]

INTEGRATION: CWS localedata4 (1.14.4); FILE MERGED 2005/04/25 19:30:58 er 1.14.4.3: remove duplicated (and outdated) source of information, refer to offapi/com/sun/star/style/NumberingType.idl instead 2005/04/25 16:21:21 er 1.14.4.2: #i45077# description that environment variable OOO_ENABLE_LOCALE_DATA_CHECKS enables checks in product version 2005/04/19 15:13:18 er 1.14.4.1: typos


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [afd4fbb37bcf8fdf1a8ecb5c196be2ccf17991ed]

INTEGRATION: CWS localedata4 (1.4.4); FILE MERGED 2005/04/20 13:16:19 er 1.4.4.1: #i45810# add Khmer charset collation


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7be00846513fcb5ca5b0cf9ed7b55fbe51f1ec8]

INTEGRATION: CWS localedata4 (1.1.2); FILE ADDED 2005/04/19 20:45:46 er 1.1.2.1: #i43476# add ka_GE Georgian locale data; contributed by Gia Shervashidze <giasher@ooo>


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [82e75dc42b5611b09fb807bdda6060def7339175]

INTEGRATION: CWS localedata4 (1.8.4); FILE MERGED 2005/04/19 15:13:53 er 1.8.4.1: #i47148# aligned to CLDR


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b56441ca1f548fc96cdfc2da8081b5e70c14c3e1]

INTEGRATION: CWS localedata4 (1.7.4); FILE MERGED 2005/04/19 15:13:52 er 1.7.4.1: #i47148# aligned to CLDR


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e993324e6d26064bb6ee85a26a2077067fa976a]

INTEGRATION: CWS localedata4 (1.2.4); FILE MERGED 2005/04/25 15:01:00 er 1.2.4.2: #i47566# full name for eras 2005/04/19 19:50:27 er 1.2.4.1: #i47566# FollowPageWord and era names


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdfa91f70b7cbb950d2e40dcb6e5015522730504]

INTEGRATION: CWS localedata4 (1.11.4); FILE MERGED 2005/04/19 15:13:52 er 1.11.4.1: #i47148# aligned to CLDR


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cd1e963b8dda5cb28a311d6f2bed948ff20446d]

INTEGRATION: CWS localedata4 (1.9.4); FILE MERGED 2005/04/19 15:13:52 er 1.9.4.1: #i47148# aligned to CLDR


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [72d02d240ea70136e49784c48df651a0aa581fc5]

INTEGRATION: CWS localedata4 (1.5.4); FILE MERGED 2005/04/19 15:13:51 er 1.5.4.1: #i47148# aligned to CLDR


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fc5edf0d41c08ce2a0b222bd6613d0d24e0183e]

INTEGRATION: CWS localedata4 (1.7.4); FILE MERGED 2005/04/19 15:13:51 er 1.7.4.1: #i47148# aligned to CLDR


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e92064268ce318556036089306af375e6209e2a]

INTEGRATION: CWS localedata4 (1.13.4); FILE MERGED 2005/04/19 15:13:51 er 1.13.4.1: #i47148# aligned to CLDR


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [77e22466bcc75d8c6b34028decc6853285575c8f]

INTEGRATION: CWS localedata4 (1.5.4); FILE MERGED 2005/04/19 15:13:50 er 1.5.4.1: #i47148# aligned to CLDR


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [af326a216a1410f9d7e3212f86899f1f1884bd7f]

INTEGRATION: CWS localedata4 (1.6.4); FILE MERGED 2005/04/19 15:13:50 er 1.6.4.1: #i47148# aligned to CLDR


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2511170ce3bd93bb92887ea9046cb1526b2ba5e7]

INTEGRATION: CWS localedata4 (1.8.4); FILE MERGED 2005/04/19 15:13:50 er 1.8.4.1: #i47148# aligned to CLDR


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [35faacfbed33853ed6b622614e248a300e0a6f2f]

INTEGRATION: CWS localedata4 (1.9.4); FILE MERGED 2005/04/19 15:13:50 er 1.9.4.1: #i47148# aligned to CLDR


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a37d0c40baef9abcaad864c9223f4941e55b825]

INTEGRATION: CWS localedata4 (1.9.4); FILE MERGED 2005/04/25 15:01:00 er 1.9.4.3: #i47566# full name for eras 2005/04/19 19:50:26 er 1.9.4.2: #i47566# FollowPageWord and era names 2005/04/19 15:13:49 er 1.9.4.1: #i47148# aligned to CLDR


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [934c3c554e81a885c465a0d93b8ba272aa2c5a34]

INTEGRATION: CWS localedata4 (1.4.4); FILE MERGED 2005/04/19 15:13:49 er 1.4.4.1: #i47148# aligned to CLDR


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb6d51c9c5f10a2e0626e38e850221b4f64f6381]

INTEGRATION: CWS localedata4 (1.12.4); FILE MERGED 2005/04/25 16:06:04 er 1.12.4.2: #i48122# use non-breaking space as ThousandSeparator instead of ordinary space (separator and format codes) 2005/04/19 19:04:05 er 1.12.4.1: #i42596# align to CLDR where correct, plus items to be submitted to CLDR


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f44cfa63d2b53e2559032e2a34486a75db1067dd]

INTEGRATION: CWS localedata4 (1.4.4); FILE MERGED 2005/04/25 15:24:36 er 1.4.4.1: #i48122# use non-breaking space as ThousandSeparator instead of ordinary space (separator and format codes)


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [540ebdfa50ba24abf2c827d584ac36d7935ab116]

INTEGRATION: CWS localedata4 (1.1.2); FILE ADDED 2005/04/19 21:24:14 er 1.1.2.1: #i44875# add be_BY (Belarusian) locale data; contributed by Yury Tarasievich <yury_t@ooo>


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [934ffb43f1c40b380281daea3ef18c7600e55416]

INTEGRATION: CWS localedata4 (1.3.4); FILE MERGED 2005/04/25 15:24:35 er 1.3.4.1: #i48122# use non-breaking space as ThousandSeparator instead of ordinary space (separator and format codes)


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [91354439b07b1b3276f1da8553d357e6e4eee398]

INTEGRATION: CWS localedata4 (1.12.4); FILE MERGED 2005/04/19 15:13:49 er 1.12.4.1: #i47148# aligned to CLDR


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e851757e74642fb1d2048be7f6444985b4f7efb]

INTEGRATION: CWS localedata4 (1.11.4); FILE MERGED 2005/04/19 15:13:49 er 1.11.4.1: #i47148# aligned to CLDR


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [13b2c400e0277d9f8cdf5051d82be5757778b62a]

INTEGRATION: CWS localedata4 (1.15.4); FILE MERGED 2005/04/19 15:13:48 er 1.15.4.1: #i47148# aligned to CLDR


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf2a35d29780440bdd421642551ef5674d8d7000]

INTEGRATION: CWS localedata4 (1.9.4); FILE MERGED 2005/04/19 15:35:08 er 1.9.4.1: #i46568# am/pm, FollowPageWord, era names


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [568d5873cb39f2168b522ba34857155e7d842f08]

INTEGRATION: CWS localedata4 (1.30.4); FILE MERGED 2005/04/19 21:24:13 er 1.30.4.2: #i44875# add be_BY (Belarusian) locale data; contributed by Yury Tarasievich <yury_t@ooo> 2005/04/19 20:45:45 er 1.30.4.1: #i43476# add ka_GE Georgian locale data; contributed by Gia Shervashidze <giasher@ooo>


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a20e5f6f1e8924fac133f4b32294a47ade25a006]

INTEGRATION: CWS localedata4 (1.8.4); FILE MERGED 2005/04/25 16:19:06 er 1.8.4.1: #i45077# very basic build time checks for locale data


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c37ee1868475ba28cc48d48ba14a75c0c257169]

INTEGRATION: CWS localedata4 (1.13.4); FILE MERGED 2005/04/25 16:19:06 er 1.13.4.1: #i45077# very basic build time checks for locale data


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5de026ccf28a7e1da6356972bf0c3638cd0ef1c4]

INTEGRATION: CWS localedata4 (1.4.66); FILE MERGED 2005/04/20 13:16:18 er 1.4.66.1: #i45810# add Khmer charset collation


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [976b1b1fe945cd9423c97a2bd6a8cbc2098c06fe]

INTEGRATION: CWS localedata4 (1.4.66); FILE MERGED 2005/04/20 13:16:17 er 1.4.66.1: #i45810# add Khmer charset collation


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4636cc377b38c16a5fb850ba016cc7d7bd88562]

INTEGRATION: CWS localedata4 (1.29.46); FILE MERGED 2005/04/25 16:41:58 er 1.29.46.2: #i45077# locale data checks always on in non-product 2005/04/25 16:24:50 er 1.29.46.1: #i45077# environment variable OOO_ENABLE_LOCALE_DATA_CHECKS enables checks in product version


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cdd3fff506a22c42955cf59b16daa705f65e0fa]

INTEGRATION: CWS localedata4 (1.22.46); FILE MERGED 2005/04/26 14:10:56 er 1.22.46.2: RESYNC: (1.22-1.23); FILE MERGED 2005/04/25 16:24:49 er 1.22.46.1: #i45077# environment variable OOO_ENABLE_LOCALE_DATA_CHECKS enables checks in product version


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [54baee4ab0c711c0da4736cfee460df48f7d58b6]

INTEGRATION: CWS localedata4 (1.37.160); FILE MERGED 2005/04/14 18:48:04 er 1.37.160.1: #i47475# during parsing number format codes recognize not-pre-known separators as such


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d277e1a9ea34090a7b01b0fbc4f15d06d7a2caa9]

INTEGRATION: CWS localedata4 (1.54.8); FILE MERGED 2005/04/25 18:04:46 er 1.54.8.1: #i45077# environment variable OOO_ENABLE_LOCALE_DATA_CHECKS enables checks in product version


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [85715b5bfff23007488c6cfb0ccfe92b5a39adf7]

INTEGRATION: CWS localedata4 (1.35.160); FILE MERGED 2005/04/25 15:29:51 er 1.35.160.1: #i48122# GetThousandSep: accept an ordinary space instead of a non-breaking space in number input


2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e40e898b42728bd74064c9e16ec063c06931347]

INTEGRATION: CWS ause031 (1.37.14); FILE MERGED 2005/06/08 11:59:36 hjs 1.37.14.1: #i50458# applied patch and fixed one typo


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [135421db9d670d3c582c8bd7c317e8cf851d2ca4]

INTEGRATION: CWS gcj5 (1.2.44); FILE MERGED 2005/06/02 07:43:19 cmc 1.2.44.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [a802faeddaa5d495890bbb5dfc973e82a3d77004]

INTEGRATION: CWS gcj5 (1.5.20); FILE MERGED 2005/06/02 07:43:17 cmc 1.5.20.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [116d965c286ec1cebe1f7361725ef13823e13acf]

INTEGRATION: CWS gcj5 (1.3.14); FILE MERGED 2005/06/02 07:43:15 cmc 1.3.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [02f774a28db0154f8927f4104b1fb747ffeded77]

INTEGRATION: CWS gcj5 (1.4.14); FILE MERGED 2005/06/02 07:43:15 cmc 1.4.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa9314c5f20e06682b0136ede1d93694d8c5c03c]

INTEGRATION: CWS gcj5 (1.4.14); FILE MERGED 2005/06/02 07:43:13 cmc 1.4.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [600b1bfee06e85da8481f3cf086c82ea371f73a9]

INTEGRATION: CWS gcj5 (1.3.14); FILE MERGED 2005/06/02 07:43:12 cmc 1.3.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f975e04b4e89dbc4e02d628eec5cb8006c50fad]

INTEGRATION: CWS gcj5 (1.4.10); FILE MERGED 2005/06/02 07:43:11 cmc 1.4.10.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [81d36364d338df4510ff4f75564786f2d0abd120]

INTEGRATION: CWS gcj5 (1.4.14); FILE MERGED 2005/06/02 07:43:09 cmc 1.4.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [843d423e10e19e8a58b3bf100374264e9b319d4f]

INTEGRATION: CWS gcj5 (1.4.10); FILE MERGED 2005/06/02 07:43:08 cmc 1.4.10.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [98d884302c13d5469d550d64f2d3aece6828c2d3]

INTEGRATION: CWS gcj5 (1.3.14); FILE MERGED 2005/06/02 07:43:06 cmc 1.3.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [37976acb9166d7920110db5cd7b04759b8b0015b]

INTEGRATION: CWS gcj5 (1.4.14); FILE MERGED 2005/06/02 07:43:04 cmc 1.4.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d9516a47bf665f923d3412490e591fda043e918]

INTEGRATION: CWS gcj5 (1.4.14); FILE MERGED 2005/06/02 07:43:03 cmc 1.4.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [18021f2e9299cabcb5078dff95c906764c6ed331]

INTEGRATION: CWS gcj5 (1.4.14); FILE MERGED 2005/06/02 07:43:02 cmc 1.4.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [b18956d93ff1b417f59549d7e81e1f0ab0ae3b2c]

INTEGRATION: CWS gcj5 (1.4.14); FILE MERGED 2005/06/02 07:43:00 cmc 1.4.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6aa805312fbe3673c127c0c95a48c271df7e892]

INTEGRATION: CWS gcj5 (1.4.14); FILE MERGED 2005/06/02 07:42:59 cmc 1.4.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [499b544b876ccc2e16e97d2459b85b93245a94e9]

INTEGRATION: CWS gcj5 (1.4.14); FILE MERGED 2005/06/02 07:42:57 cmc 1.4.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc7f25931a3bc955c488f21ef4c12ec48d642315]

INTEGRATION: CWS gcj5 (1.3.14); FILE MERGED 2005/06/02 07:42:55 cmc 1.3.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a9354f3721ef175343f51c42a4362335690a7bd]

INTEGRATION: CWS gcj5 (1.4.10); FILE MERGED 2005/06/02 07:42:53 cmc 1.4.10.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [3caf229fedb925fa6c6a1ba15bc4f069588411b9]

INTEGRATION: CWS gcj5 (1.3.14); FILE MERGED 2005/06/02 07:42:51 cmc 1.3.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c636685baf6a013b6f122967e4201dd86c77ed0]

INTEGRATION: CWS mmw02 (1.19.48); FILE MERGED 2005/06/06 11:18:08 ihi 1.19.48.2: #123272# migrationanalysis projects gets german translation via localize.sdf 2005/06/01 13:32:57 ihi 1.19.48.1: #123272# migrationanalysis projects gets german translation via localize.sdf


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [f14422fb30dcbb33ac2a6954514fc551083c957d]

INTEGRATION: CWS mmw02 (1.12.28); FILE MERGED 2005/06/01 13:32:56 ihi 1.12.28.1: #123272# migrationanalysis projects gets german translation via localize.sdf


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb77bdce362d65b535ea8a5d980826c6de148567]

INTEGRATION: CWS mmw02 (1.29.28); FILE MERGED 2005/06/01 13:32:56 ihi 1.29.28.1: #123272# migrationanalysis projects gets german translation via localize.sdf


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [5876d81b1bc1df8a12f51715dbbefd52c8b489d3]

INTEGRATION: CWS mmw02 (1.4.70); FILE MERGED 2005/06/01 13:33:13 ihi 1.4.70.1: #123272# migrationanalysis projects gets german translation via localize.sdf


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae7ca573b1fe85fc7fe12d28d7d340110ba50c31]

INTEGRATION: CWS mmw02 (1.12.16); FILE MERGED 2005/06/01 13:33:13 ihi 1.12.16.1: #123272# migrationanalysis projects gets german translation via localize.sdf


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0fc02d59054cf81e0f3da401ec8befc3f393233]

INTEGRATION: CWS gslpatches (1.25.306); FILE MERGED 2005/04/22 15:09:18 pl 1.25.306.1: #i47957# patch from pmladek removing some gcc 4 warnings


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4b9880c6a8799d2131b42ff2481339d048656a4]

INTEGRATION: CWS gslpatches (1.31.36); FILE MERGED 2005/04/22 15:09:18 pl 1.31.36.1: #i47957# patch from pmladek removing some gcc 4 warnings


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [05ea1d053be6244f0be9beda2a7e4b350766eff3]

INTEGRATION: CWS gslpatches (1.22.218); FILE MERGED 2005/05/09 16:18:57 pl 1.22.218.2: RESYNC: (1.22-1.23); FILE MERGED 2005/04/22 15:09:16 pl 1.22.218.1: #i47957# patch from pmladek removing some gcc 4 warnings


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [696dc5c0dc2ae0f12eb706280f9dbb1a9a474490]

INTEGRATION: CWS gslpatches (1.42.30); FILE MERGED 2005/06/06 09:08:04 pl 1.42.30.2: RESYNC: (1.42-1.43); FILE MERGED 2005/04/21 15:24:20 pl 1.42.30.1: #i42778# on demand initialization of SVData (workaround for MacOSX)


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [a36c5f9e86a7e19cc0b6b0e014544130c0da0b1c]

INTEGRATION: CWS gslpatches (1.11.6); FILE MERGED 2005/04/22 08:19:23 pl 1.11.6.1: #i45318# cups threading issue


2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c6f9301c1330e38ff68ce951908c4f579ecd1c6]

INTEGRATION: CWS gslpatches (1.12.18); FILE MERGED 2005/04/22 08:13:34 pl 1.12.18.1: #i45298# fix cache update time


2005-05-31  Kurt Zenker  <kz@openoffice.org>  [f8f73b2f55332928cd1afcf63beae61dbf3593e2]

INTEGRATION: CWS macosx07 (1.20.112); FILE MERGED 2005/05/08 19:48:09 ericb 1.20.112.1: i48846 poll.h must not be used twice in Mac OSX 10.4


2005-05-31  Kurt Zenker  <kz@openoffice.org>  [fb727840b9adece500b2fc64f1fbdfb5c0c85d18]

INTEGRATION: CWS macosx07 (1.29.10); FILE MERGED 2005/05/05 23:38:52 ericb 1.29.10.1: i48276 in printerjob.cxx for ps2pdf/pstopdf problem on Mac OSX


2005-05-31  Kurt Zenker  <kz@openoffice.org>  [0a080286ba8697fb837ff5b5e9bb92ec3cf8910c]

INTEGRATION: CWS macosx07 (1.28.10); FILE MERGED 2005/05/05 23:37:55 ericb 1.28.10.1: i48276 /printerinfomanager.hxx for ps2pdf/pstopdf problem on Mac OSX


2005-05-31  Kurt Zenker  <kz@openoffice.org>  [fafffaf372dc43e816ba5fb8987186429291bd74]

INTEGRATION: CWS macosx07 (1.9.18); FILE MERGED 2005/05/11 11:39:07 ericb 1.9.18.3: i48845 Use rtl/math.hxx is a better choice for strhelper.cxx 2005/05/10 20:20:38 ericb 1.9.18.2: i48845 isnan macro is not needed on 10.4 2005/05/08 19:31:00 ericb 1.9.18.1: i48845 psprint cannot build on 10.4 because isnan macro is defined twice


2005-05-31  Kurt Zenker  <kz@openoffice.org>  [f20f7fb55cc5b270462813425ef53651db31aa98]

INTEGRATION: CWS macosx07 (1.10.10); FILE MERGED 2005/05/05 23:37:25 ericb 1.10.10.1: i48276 /printerinfomanager.hxx for ps2pdf/pstopdf problem on Mac OSX


2005-05-31  Kurt Zenker  <kz@openoffice.org>  [df9692f317712b56680fe83c4d93c2b5fa624f45]

INTEGRATION: CWS freebsd03 (1.67.4); FILE MERGED 2005/05/25 04:31:53 maho 1.67.4.2: comment was wrong Issue number:  #i10000# 2005/05/25 03:38:35 maho 1.67.4.1: Get rid of -ldl for FREEBSD from vcl/util/makefile.mk

Issue number:  #i49686#

2005-05-30  Kurt Zenker  <kz@openoffice.org>  [d6ad5102fd3d8298a1c0420eb9f04487b725c3b3]

#i49990# back to previous version


2005-05-20  Kurt Zenker  <kz@openoffice.org>  [5890cc4f4aa0c2d7b53c485d385f3dacbafec046]

#122892# move communi to devtools & automation


2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [0a99d4f0b22f1c5abc27b67948f48132901b9501]

INTEGRATION: CWS vcl40 (1.98.36); FILE MERGED 2005/05/18 09:11:17 ssa 1.98.36.1: #122045# avoid crash if pWindow was the HelpWin


2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [3b81d4efaa48fb6e98bf98ad1c9af6a3d8e1b7eb]

INTEGRATION: CWS presfixes07 (1.5.6); FILE MERGED 2005/05/12 17:27:00 thb 1.5.6.1: #i49106# Now adapting the clip position, to account for output position shift; Catching the case now that mxBufferBitmap is not set, but just by coincidence the matrices are the same; Added some optional debug code.


2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [9b801dd77c53c736be867794f30555c159414597]

INTEGRATION: CWS os61 (1.3.18); FILE MERGED 2005/04/27 13:29:48 os 1.3.18.1: #i48267# convert node names containing quoting correctly


2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [5e2a17f45843221e8f9f010efc116bc895829c20]

INTEGRATION: CWS kdeplugfixes (1.66.4); FILE MERGED 2005/05/02 15:10:49 pl 1.66.4.1: KDE_ROOT for hjs


2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [7004642b5ca86341aa5876567a0f9ca92491ce13]

INTEGRATION: CWS kdeplugfixes (1.20.108); FILE MERGED 2005/04/29 15:43:18 pl 1.20.108.1: #i48435# properly shutdown ICE dispatch thread in case of external IceConnection


2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [fab3a86f649bc02e26fa1435ff6aaf8bfa5150af]

INTEGRATION: CWS kdeplugfixes (1.63.4); FILE MERGED 2005/05/04 16:42:26 pl 1.63.4.1: #i48435# input method destructor can call back into SalDisplay, destroy it early


2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [849992fae2109b8c2aa0a5180bb0cb2d6177ea17]

INTEGRATION: CWS kdeplugfixes (1.6.4); FILE MERGED 2005/05/04 13:52:09 pl 1.6.4.8: #i48435# fix duplicate delete of m_pSpinEdit 2005/05/03 13:23:43 kendy 1.6.4.7: #i48609# Choose between highlightedText or buttonText color as the menu item color according to the current style. 2005/05/02 13:46:21 pl 1.6.4.6: fixed a compiler warning 2005/05/02 13:44:29 pl 1.6.4.5: #i48555# correct highlight behaviour for toolbar tristate buttons 2005/05/02 13:08:29 pl 1.6.4.4: #i47902# correct dropdown list boxes 2005/05/02 12:47:18 pl 1.6.4.3: #i47902# correct menu bar higlight text color in KDE plugin 2005/04/29 13:11:30 pl 1.6.4.2: #i48436# fix for multiple KStartupInfo::appStarted 2005/04/29 11:08:18 pl 1.6.4.1: #i48436# fix for multiple KStartupInfo::appStarted


2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [8cc61b6b44f22b97e65612fbd4dd0bb1215cd998]

INTEGRATION: CWS kdeplugfixes (1.4.122); FILE MERGED 2005/05/02 15:10:48 pl 1.4.122.1: KDE_ROOT for hjs


2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [2c4354dd844477a7b024bbdd64a50397761b205f]

INTEGRATION: CWS kdeplugfixes (1.6.4); FILE MERGED 2005/04/29 17:41:25 pl 1.6.4.4: #i48478# clean up command line arguments 2005/04/29 15:44:27 pl 1.6.4.3: #i48435# properly delete KApplication object in deinitialization 2005/04/29 13:11:29 pl 1.6.4.2: #i48436# fix for multiple KStartupInfo::appStarted 2005/04/29 11:08:18 pl 1.6.4.1: #i48436# fix for multiple KStartupInfo::appStarted


2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [bfd59993005e8e3e7ae827e3e951bb46f90f1b26]

INTEGRATION: CWS kdeplugfixes (1.3.4); FILE MERGED 2005/04/29 17:41:24 pl 1.3.4.4: #i48478# clean up command line arguments 2005/04/29 15:44:26 pl 1.3.4.3: #i48435# properly delete KApplication object in deinitialization 2005/04/29 13:11:28 pl 1.3.4.2: #i48436# fix for multiple KStartupInfo::appStarted 2005/04/29 11:08:17 pl 1.3.4.1: #i48436# fix for multiple KStartupInfo::appStarted


2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [c8eb507c019258ba29ef8f39ca9fcb94995ed178]

INTEGRATION: CWS kdeplugfixes (1.123.22); FILE MERGED 2005/05/02 12:47:18 pl 1.123.22.1: #i47902# correct menu bar higlight text color in KDE plugin


2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [48d73caed9deb05e64cdd7f3931a5b61772fc654]

INTEGRATION: CWS kdeplugfixes (1.17.42); FILE MERGED 2005/05/04 10:50:17 pl 1.17.42.1: #i48683# do not use NWD for spinfields with dropdown


2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [42562c59bbd1f2ed0115eebd835d8a2dbbdccfd1]

INTEGRATION: CWS kdeplugfixes (1.42.40); FILE MERGED 2005/05/02 12:47:17 pl 1.42.40.1: #i47902# correct menu bar higlight text color in KDE plugin


2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [6bfe94eb1be91fad432d91029ad9f2b30fc9ef9a]

INTEGRATION: CWS vclshowstop04 (1.14.44); FILE MERGED 2005/05/11 12:10:02 pl 1.14.44.1: #i49052# another workaround for another IM


2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [d7f859caddfafbb358addfa4560c41af63f1857c]

INTEGRATION: CWS vclshowstop04 (1.29.4); FILE MERGED 2005/05/11 12:14:56 pl 1.29.4.2: get rid of some compiler warnings 2005/05/11 12:10:06 pl 1.29.4.1: #i49052# another workaround for another IM


2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [e5b7d0dded707f4d9a1a729fde8d4a45408f7e8f]

INTEGRATION: CWS vclshowstop04 (1.198.44); FILE MERGED 2005/05/12 10:11:29 hdu 1.198.44.1: #122732# conserve font info after due date


2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [728168c0ab6fb6b318a5cfa4f4ddc8b93d76b33a]

INTEGRATION: CWS c01v006 (1.14.368); FILE MERGED 2005/04/28 09:16:29 pb 1.14.368.1: fix: #122217# m_pAccessible can be NULL


2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [2afcc9624a0c23234d3ea59338dad3fc1a0b387c]

INTEGRATION: CWS lo5 (1.50.56); FILE MERGED 2005/04/28 15:23:31 tbe 1.50.56.1: #122218# Stacktrace ID: 179576


2005-05-11  Vladimir Glazounov  <vg@openoffice.org>  [d802fd72b5d2a4b51669d07090ba052938c0bc56]

new version for SRC680


2005-05-11  Rüdiger Timm  <rt@openoffice.org>  [5fe4560ab7cea1fe6e51c71fdf8f6533a4a76f27]

INTEGRATION: CWS duplobj1 (1.9.8); FILE MERGED 2005/05/04 15:07:28 mav 1.9.8.1: #i44924# allow to retrieve container


2005-05-10  Rüdiger Timm  <rt@openoffice.org>  [bdefc4bf134da9b74e5c9b77e84b0680c280890e]

INTEGRATION: CWS b2dnorm (1.198.36); FILE MERGED 2005/05/04 15:49:25 hdu 1.198.36.1: #120471# DrawWaveline needs to cope with lazy font setting


2005-05-10  Rüdiger Timm  <rt@openoffice.org>  [9a23ecc753294887e2dce3fad93f72ed2ecf870a]

INTEGRATION: CWS b2dnorm (1.11.26); FILE MERGED 2005/05/04 13:41:28 hdu 1.11.26.1: #i48298# normalize zero vectors gracefully


2005-05-10  Rüdiger Timm  <rt@openoffice.org>  [3b9cb4098081a25d130bd8df3e84ca9052431114]

INTEGRATION: CWS swqtrace01 (1.6.22); FILE MERGED 2005/04/21 13:59:13 flr 1.6.22.1: #i47831# problem with utf8 import/export in rtf


2005-05-10  Rüdiger Timm  <rt@openoffice.org>  [66b957b2b9399672cf5affda6e132bb0536997be]

INTEGRATION: CWS swqtrace01 (1.18.22); FILE MERGED 2005/04/21 13:59:12 flr 1.18.22.1: #i47831# problem with utf8 import/export in rtf


2005-05-09  Ocke Janssen  <oj@openoffice.org>  [f14c344ce24ae4a8d550511376b76df895e89f90]

#i48942# change mediatype oasis to sun


2005-05-06  Oliver Bolte  <obo@openoffice.org>  [a2b3a1e2a764e0f32742929e748d2ce93f378af9]

INTEGRATION: CWS scimfix (1.22.226); FILE MERGED 2005/04/28 09:19:17 pl 1.22.226.1: #i48283# avoid assertions in PreeditCaretCallback


2005-05-06  Oliver Bolte  <obo@openoffice.org>  [c77bc345bcfe1b3b24f122aa4b0bdefef3fcd94b]

INTEGRATION: CWS scimfix (1.28.16); FILE MERGED 2005/04/28 11:52:17 pl 1.28.16.1: #122282# workaround chewing chinese IM


2005-05-06  Oliver Bolte  <obo@openoffice.org>  [a7599799a4857aeec3b69cc24ba55e35c91bc5bf]

INTEGRATION: CWS presfixes06 (1.8.20); FILE MERGED 2005/04/30 23:50:24 thb 1.8.20.1: #i43238# Making multiple-of-pi/2 rotations create exact rotation matrices (one containing only 1.0, -1.0 and 0.0)


2005-05-06  Oliver Bolte  <obo@openoffice.org>  [ce9db9331b71b4b0e869a7181e45fc0de5e9080b]

INTEGRATION: CWS presfixes06 (1.4.8); FILE MERGED 2005/04/30 23:56:17 thb 1.4.8.1: #i43238# Largely reworked the update area optimization; now also serving the needs of the RedrawManager to determine whether we can update without backbuffer output preparation; En passant, also fixed a bug that output pos and scale where calculated wrong, if a shape transformation was set but not changed for a sprite redraw


2005-05-06  Oliver Bolte  <obo@openoffice.org>  [2c934c11ee5b3ec90728fb0e4624906a991ccc02]

INTEGRATION: CWS presfixes06 (1.6.2); FILE MERGED 2005/04/30 23:56:16 thb 1.6.2.2: #i43238# Largely reworked the update area optimization; now also serving the needs of the RedrawManager to determine whether we can update without backbuffer output preparation; En passant, also fixed a bug that output pos and scale where calculated wrong, if a shape transformation was set but not changed for a sprite redraw 2005/04/26 12:17:25 mbu 1.6.2.1: update area now handled smarter while clip is set


2005-05-06  Oliver Bolte  <obo@openoffice.org>  [34f27b0284f220214671552c322e1295174ae807]

INTEGRATION: CWS presfixes06 (1.7.2); FILE MERGED 2005/04/30 23:56:16 thb 1.7.2.2: #i43238# Largely reworked the update area optimization; now also serving the needs of the RedrawManager to determine whether we can update without backbuffer output preparation; En passant, also fixed a bug that output pos and scale where calculated wrong, if a shape transformation was set but not changed for a sprite redraw 2005/04/26 12:17:24 mbu 1.7.2.1: update area now handled smarter while clip is set


2005-05-03  Vladimir Glazounov  <vg@openoffice.org>  [53ea52943d9fcf2f5c63d09c964a9fbc0d6787ed]

new version for SRC680


2005-05-03  Oliver Bolte  <obo@openoffice.org>  [e1d6b885e7b555a0af2b4a24a1c907286dbaee0f]

INTEGRATION: CWS presfixes05 (1.7.2); FILE MERGED 2005/04/26 22:48:07 thb 1.7.2.1: #i47795# Explicitely closing glyph polygons (freeType returns them open sometimes)


2005-05-03  Oliver Bolte  <obo@openoffice.org>  [18d53dcadd924bae7cd4e43eef71e87040bafd8a]

INTEGRATION: CWS presfixes05 (1.9.2); FILE MERGED 2005/04/26 22:52:44 thb 1.9.2.1: #i47876# ::std::for_each takes functor by value, and returns the result. Correctly using that value now (otherwise, bounds easily become too small)


2005-05-03  Oliver Bolte  <obo@openoffice.org>  [0c5c1942f518d56b207c3dd7d2f8bdfd438dbcab]

INTEGRATION: CWS presfixes05 (1.4.404); FILE MERGED 2005/04/25 08:38:29 ssa 1.4.404.1: #120661# exception should not be caught in user32 but by the crashreporter, the timer callback was not covered by the same contruct in SalFrameWndProc as it is not message based


2005-05-03  Oliver Bolte  <obo@openoffice.org>  [942703495a032b9cb197196b96224f0d9af96965]

INTEGRATION: CWS presfixes05 (1.113.36); FILE MERGED 2005/04/29 13:26:10 thb 1.113.36.2: #i48298# Now really duplicating the first point, to close or correct the polygon. Also no longer duplicating the flags, but enforcing POLY_NORMAL for the newly added last point. 2005/04/26 22:50:05 thb 1.113.36.1: #i47795# Correctly setting flags of last point (must NOT be a control point)


2005-05-03  Oliver Bolte  <obo@openoffice.org>  [8139fed281eda4e3f45282657fa2f97641ec0ea8]

INTEGRATION: CWS presfixes05 (1.4.50); FILE MERGED 2005/04/26 23:10:30 thb 1.4.50.1: #i46602# Rewrite of RegBand::XOr (the former version was just plain wrong for inner off-parts, and missed at least two cases completely). This is currently only used by the VCL canvas


2005-05-03  Oliver Bolte  <obo@openoffice.org>  [4ae595ab537925dc2748f7cb14970b405da90056]

INTEGRATION: CWS savewrap1 (1.1.2); FILE ADDED 2005/04/28 14:45:42 mba 1.1.2.3: #i47821#: handle situation after CloseAll 2005/04/28 13:19:14 mav 1.1.2.2: #i47821# fix typo 2005/04/28 11:41:08 mav 1.1.2.1: #i47821# new helper class


2005-05-03  Oliver Bolte  <obo@openoffice.org>  [075dd2b9d8c8a540a8ec55d9ef26d899f6d740c2]

INTEGRATION: CWS savewrap1 (1.6.26); FILE MERGED 2005/04/28 11:40:08 mav 1.6.26.1: #i47821# new helper class


2005-05-03  Oliver Bolte  <obo@openoffice.org>  [c806d2313f776c67376b84883ef0712589238bd6]

INTEGRATION: CWS savewrap1 (1.1.2); FILE ADDED 2005/04/28 11:40:58 mav 1.1.2.1: #i47821# new helper class


2005-05-02  Vladimir Glazounov  <vg@openoffice.org>  [f864b10c4ee932ac0e78c9750e0f9b676590add4]

new version for SRX645


2005-05-02  Oliver Bolte  <obo@openoffice.org>  [fed66542bdab83d4dca60317faa5e7e246df3649]

INTEGRATION: CWS impress52 (1.2.20); FILE MERGED 2005/04/27 16:11:59 sj 1.2.20.1: #i48217# fixed implementation name of internal graphic filter dialogs


2005-04-29  Oliver Bolte  <obo@openoffice.org>  [179ba97a7729ec0ecc80375ea915170cb89234c2]

INTEGRATION: CWS winregclean1 (1.16.92); FILE MERGED 2005/04/22 13:54:12 mav 1.16.92.2: #i47658# read from AllUsers value from setup.ini 2005/04/22 13:49:04 mav 1.16.92.1: #i47658# read from AllUsers value from setup.ini


2005-04-29  Oliver Bolte  <obo@openoffice.org>  [76f5730bd39772651f02f7a08f46b30895098ed9]

INTEGRATION: CWS winregclean1 (1.9.2); FILE MERGED 2005/04/22 13:49:04 mav 1.9.2.1: #i47658# read from AllUsers value from setup.ini


2005-04-27  Oliver Bolte  <obo@openoffice.org>  [b85722d54a535805d31192954ec1aeb5c1c6288c]

INTEGRATION: CWS mhu07 (1.1.2); FILE ADDED 2005/04/26 13:02:11 mhu 1.1.2.1: #i48107# Moved from svtools/source/dialogs/


2005-04-27  Oliver Bolte  <obo@openoffice.org>  [d6aa39efdc8ef853a937c82cb71418baacd318ce]

INTEGRATION: CWS mhu07 (1.1.2); FILE ADDED 2005/04/26 13:01:10 mhu 1.1.2.1: #i48107# Moved from svtools/source/inc/


2005-04-27  Oliver Bolte  <obo@openoffice.org>  [926dc3e64e2f1c8473391d371a3664b6ef49616b]

INTEGRATION: CWS mhu07 (1.1.2); FILE ADDED 2005/04/26 13:02:10 mhu 1.1.2.1: #i48107# Moved from svtools/source/dialogs/


2005-04-27  Oliver Bolte  <obo@openoffice.org>  [7f55054f3fac191c5709b5a359052d5956ef1af8]

INTEGRATION: CWS mhu07 (1.1.2); FILE ADDED 2005/04/26 13:02:33 mhu 1.1.2.1: #i48107# Moved from svtools/source/misc/


2005-04-27  Oliver Bolte  <obo@openoffice.org>  [278fba06403fa424f11cc53fcb71c4d3e0031a71]

INTEGRATION: CWS mhu07 (1.1.2); FILE ADDED 2005/04/26 13:03:22 mhu 1.1.2.1: #i48107# Factored out ProductRegistration UNO service.


2005-04-27  Oliver Bolte  <obo@openoffice.org>  [2af00c0fc91c4f19ecfc010729a45e63884d485c]

INTEGRATION: CWS mhu07 (1.12.10); FILE MERGED 2005/04/26 13:06:44 mhu 1.12.10.1: #i48107# Factored out ProductRegistration UNO service.


2005-04-27  Oliver Bolte  <obo@openoffice.org>  [d95e44d7c1767188590e8f59d0f4638036ff2189]

INTEGRATION: CWS mhu07 (1.127.10); FILE MERGED 2005/04/26 13:06:43 mhu 1.127.10.1: #i48107# Factored out ProductRegistration UNO service.


2005-04-27  Oliver Bolte  <obo@openoffice.org>  [f1b8d654a7146c3da7d55e5a55f37c71e47787a2]

INTEGRATION: CWS mhu07 (1.31.10); FILE MERGED 2005/04/26 13:06:43 mhu 1.31.10.1: #i48107# Factored out ProductRegistration UNO service.


2005-04-27  Oliver Bolte  <obo@openoffice.org>  [46ac1a15ceb35f527cda71d4e77d103ae32c4d1d]

INTEGRATION: CWS mmw01 (1.37.20); FILE MERGED 2005/04/14 16:25:06 ihi 1.37.20.1: #i45736# #121724# Support for macro migration


2005-04-27  Oliver Bolte  <obo@openoffice.org>  [67bec98a1e957979613a05f35dcee46a8bb1dbd8]

INTEGRATION: CWS mmw01 (1.9.6); FILE MERGED 2005/04/14 16:26:49 ihi 1.9.6.1: #i45736# #121724# Support for macro migration


2005-04-27  Oliver Bolte  <obo@openoffice.org>  [143e115a80a991edf3f73f1b0fa795f39f14ba53]

INTEGRATION: CWS mailmergeprintranges (1.8.4); FILE MERGED 2005/04/20 11:15:23 mba 1.8.4.1: #121193#: notifications needed for modification or view changes of COM objects


2005-04-27  Oliver Bolte  <obo@openoffice.org>  [678195fbfe02c5bace3c80c910db836a7655b276]

INTEGRATION: CWS a11yshowstop2 (1.8.2); FILE MERGED 2005/04/25 16:54:14 pl 1.8.2.1: #i48111# avoid g_setenv since only available since gtk 2.4


2005-04-22  Oliver Bolte  <obo@openoffice.org>  [86bf783e3a21b691247fd7b7fe06f26c6ac5aa92]

INTEGRATION: CWS i18n18 (1.33.28); FILE MERGED 2005/04/20 23:04:59 khong 1.33.28.1: #i45139# remove ko_dict collator to let it fallback to ICU, which provides Korean Dictionary collator as default


2005-04-22  Oliver Bolte  <obo@openoffice.org>  [1e1d0e9fafc71fc92d4bf7558e9eeb6f88189ed4]

INTEGRATION: CWS i18n18 (1.4.68); FILE MERGED 2005/04/20 23:05:32 khong 1.4.68.1: #i45139# remove ko_dict collator to let it fallback to ICU, which provides Korean Dictionary collator as default


2005-04-22  Oliver Bolte  <obo@openoffice.org>  [ec95f617c7474fdb45ad4368d3cc556d3057bb89]

INTEGRATION: CWS i18n18 (1.4.68); FILE MERGED 2005/04/20 23:04:19 khong 1.4.68.1: #i45139# remove ko_dict collator to let it fallback to ICU, which provides Korean Dictionary collator as default


2005-04-22  Oliver Bolte  <obo@openoffice.org>  [c771e1d4b73dfbde65e10af34b6af5244c8177a0]

INTEGRATION: CWS ause025 (1.65.102); FILE MERGED 2005/04/14 15:45:33 hjs 1.65.102.1: #i46316# dependency fix


2005-04-22  Oliver Bolte  <obo@openoffice.org>  [692f3ef171f1bf8e2c6babfaf04ef4ea5b4cd2c0]

INTEGRATION: CWS a11yshowstop (1.11.10); FILE MERGED 2005/04/21 08:55:01 obr 1.11.10.1: #i47798# initialize accessibility bridge


2005-04-22  Oliver Bolte  <obo@openoffice.org>  [378962c224440c5a121bcecf6ef3ee63d97e87ad]

INTEGRATION: CWS a11yshowstop (1.16.10); FILE MERGED 2005/04/21 08:55:01 obr 1.16.10.1: #i47798# initialize accessibility bridge


2005-04-22  Oliver Bolte  <obo@openoffice.org>  [0e71eedab498e542872ed99de999877634907214]

INTEGRATION: CWS a11yshowstop (1.1.2); FILE ADDED 2005/04/21 08:55:01 obr 1.1.2.1: #i47798# initialize accessibility bridge


2005-04-22  Oliver Bolte  <obo@openoffice.org>  [79cd4ca64f9d65425f7bbe2eb5392c6577b42f79]

INTEGRATION: CWS a11yshowstop (1.7.106); FILE MERGED 2005/04/21 10:24:23 pl 1.7.106.1: #i47797# make java accessibility brigde work again


2005-04-22  Oliver Bolte  <obo@openoffice.org>  [44dfc5acd62a62080b6ea906fd5d475af249f462]

INTEGRATION: CWS kdefixes02 (1.62.22); FILE MERGED 2005/04/18 09:37:30 kendy 1.62.22.1: #i47401# Remove the necessity to build with --enable-libsn to have startup notification working with KDE vclplug.


2005-04-22  Oliver Bolte  <obo@openoffice.org>  [dff838e533b8085eeb40d45f9580de833641700c]

INTEGRATION: CWS kdefixes02 (1.5.4); FILE MERGED 2005/04/18 09:37:30 kendy 1.5.4.1: #i47401# Remove the necessity to build with --enable-libsn to have startup notification working with KDE vclplug.


2005-04-22  Oliver Bolte  <obo@openoffice.org>  [83e63c0c106dd568b2620f47ef8c80e2b55c3533]

INTEGRATION: CWS kdefixes02 (1.5.4); FILE MERGED 2005/04/18 09:37:29 kendy 1.5.4.1: #i47401# Remove the necessity to build with --enable-libsn to have startup notification working with KDE vclplug.


2005-04-22  Oliver Bolte  <obo@openoffice.org>  [50a2744e00b5e0a15ee92ab933d279384ae01ea3]

INTEGRATION: CWS kdefixes02 (1.2.212); FILE MERGED 2005/04/18 09:37:29 kendy 1.2.212.1: #i47401# Remove the necessity to build with --enable-libsn to have startup notification working with KDE vclplug.


2005-04-22  Oliver Bolte  <obo@openoffice.org>  [f65e3516c6aa3bb856c40ab6e53181a38de2b334]

INTEGRATION: CWS kdefixes02 (1.27.26); FILE MERGED 2005/04/18 09:37:27 kendy 1.27.26.1: #i47401# Remove the necessity to build with --enable-libsn to have startup notification working with KDE vclplug.


2005-04-22  Oliver Bolte  <obo@openoffice.org>  [e5430c1f923dfc78201d2a5aa1552926980336ac]

INTEGRATION: CWS kdefixes02 (1.7.104); FILE MERGED 2005/04/18 09:37:26 kendy 1.7.104.1: #i47401# Remove the necessity to build with --enable-libsn to have startup notification working with KDE vclplug.


2005-04-22  Oliver Bolte  <obo@openoffice.org>  [dc83db9c114999820d08bc6e5b070952f0a4fb32]

INTEGRATION: CWS kdefixes02 (1.16.22); FILE MERGED 2005/04/18 09:37:25 kendy 1.16.22.1: #i47401# Remove the necessity to build with --enable-libsn to have startup notification working with KDE vclplug.


2005-04-21  Oliver Bolte  <obo@openoffice.org>  [bf8b534fa25b1acd3327dedba4280a6d8876e5d4]

INTEGRATION: CWS fwk10 (1.65.94); FILE MERGED 2005/04/14 05:10:30 as 1.65.94.1: #i47147# open files synchronous, so cmdline can detect opened documents afterwards


2005-04-20  Oliver Bolte  <obo@openoffice.org>  [d83029addca2a3ecfee52ba158dafcfe5116d7da]

INTEGRATION: CWS vclshowstop03 (1.32.26); FILE MERGED 2005/04/18 17:12:14 pl 1.32.26.1: #i47544# mimic OutputDevice font color behaviour


2005-04-20  Oliver Bolte  <obo@openoffice.org>  [5e063fe5b4811ece39043e5197615f2fd89a5744]

INTEGRATION: CWS vclshowstop03 (1.80.26); FILE MERGED 2005/04/18 17:12:13 pl 1.80.26.1: #i47544# mimic OutputDevice font color behaviour


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [437f80b79187ebcb195674d5c91cdc31c4ffae55]

INTEGRATION: CWS olefix (1.10.4); FILE MERGED 2005/04/06 17:00:18 mba 1.10.4.1: #i46812#: assertion doesn't work if object is closed


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [ad7a357820dbe3b28fc8d03cb505a2b46ee53dde]

INTEGRATION: CWS olefix (1.18.32); FILE MERGED 2005/04/06 15:01:38 mav 1.18.32.1: #i46469# use correct umask on unix


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [78c8d727811ceda0db96f3609b0ee742343b9385]

INTEGRATION: CWS l10nonemore (1.13.2); FILE MERGED 2005/04/12 08:16:33 gh 1.13.2.1: check for tab as illegal character


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [dfc7e714e1f0238fe08e85b43ab671e2c854ffa5]

INTEGRATION: CWS fwkfinal8 (1.4.166); FILE MERGED 2005/04/05 10:03:01 mav 1.4.166.1: #i46388# ignore unused bits completely


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [caefe5c5cd1af0d039769edfa54e2dd2c1ee7af8]

INTEGRATION: CWS fwkfinal8 (1.8.6); FILE MERGED 2005/04/01 07:19:42 mav 1.8.6.1: #i46366# try to close temporary files when it is possible


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [fb908b3c6b022edb67fd61c237f6f4e0584fb0bc]

INTEGRATION: CWS fwkfinal8 (1.18.30); FILE MERGED 2005/04/01 07:19:41 mav 1.18.30.1: #i46366# try to close temporary files when it is possible


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [54971ead0299407eaebbf30c1655e0e28d5db598]

INTEGRATION: CWS fwkfinal8 (1.5.96); FILE MERGED 2005/04/01 07:19:41 mav 1.5.96.1: #i46366# try to close temporary files when it is possible


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [43ec9fc17222186e257b563c097d61d814658be5]

INTEGRATION: CWS fwkfinal8 (1.4.234); FILE MERGED 2005/04/01 07:19:41 mav 1.4.234.1: #i46366# try to close temporary files when it is possible


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [3d83549267124121019d8f8493393ab3b9ab09fb]

INTEGRATION: CWS kendy08 (1.12.20); FILE MERGED 2005/04/12 10:02:11 kendy 1.12.20.1: #i37002# Fix compilation with --with-system-jpeg


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [e16d7acbc7a149129b630fb2681ebc6de8f46efa]

INTEGRATION: CWS presfixes03 (1.5.2); FILE MERGED 2005/04/01 16:09:46 thb 1.5.2.1: #i36190#, #i39245# Changed uno::Sequence::operator[] for nonconst sequences to use naked ptr; added support for true bezier polygons (and removed subdivision, where it was added because of that canvas deficiency); overhauled mtf renderer to provide faithful bounds also for subsetted meta files


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [69b779bbadbcc0c34ca9bbff331b4f8b46023fd1]

INTEGRATION: CWS presfixes03 (1.4.2); FILE MERGED 2005/04/01 16:09:45 thb 1.4.2.1: #i36190#, #i39245# Changed uno::Sequence::operator[] for nonconst sequences to use naked ptr; added support for true bezier polygons (and removed subdivision, where it was added because of that canvas deficiency); overhauled mtf renderer to provide faithful bounds also for subsetted meta files


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [fed1a38389350680d527154d022e6b766072dd13]

INTEGRATION: CWS presfixes03 (1.6.2); FILE MERGED 2005/04/11 15:12:02 thb 1.6.2.3: #i36190# EffectTextArray/OutlineText wrongly rendered all subset glyphs on top of each other (did not pass offset calculated in createSubsetLayout() on) 2005/04/05 15:25:32 thb 1.6.2.2: #i39245# Fixed wrong output position of text in outline mode (this was due to the fact that the current map mode at the VirDev contained significant offset, temporarily removed that) 2005/04/01 16:09:45 thb 1.6.2.1: #i36190#, #i39245# Changed uno::Sequence::operator[] for nonconst sequences to use naked ptr; added support for true bezier polygons (and removed subdivision, where it was added because of that canvas deficiency); overhauled mtf renderer to provide faithful bounds also for subsetted meta files


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [cad428acf3895d2d17947450250519017a2ff3f0]

INTEGRATION: CWS presfixes03 (1.5.2); FILE MERGED 2005/04/01 16:09:44 thb 1.5.2.1: #i36190#, #i39245# Changed uno::Sequence::operator[] for nonconst sequences to use naked ptr; added support for true bezier polygons (and removed subdivision, where it was added because of that canvas deficiency); overhauled mtf renderer to provide faithful bounds also for subsetted meta files


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [08ce03ed59b96eb659cc99181eec0cf6e2854b8d]

INTEGRATION: CWS presfixes03 (1.4.2); FILE MERGED 2005/04/01 16:09:44 thb 1.4.2.1: #i36190#, #i39245# Changed uno::Sequence::operator[] for nonconst sequences to use naked ptr; added support for true bezier polygons (and removed subdivision, where it was added because of that canvas deficiency); overhauled mtf renderer to provide faithful bounds also for subsetted meta files


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [fbe770642ab0b92af631ef25491ffcb365807fa9]

INTEGRATION: CWS presfixes03 (1.5.2); FILE MERGED 2005/04/01 16:09:43 thb 1.5.2.1: #i36190#, #i39245# Changed uno::Sequence::operator[] for nonconst sequences to use naked ptr; added support for true bezier polygons (and removed subdivision, where it was added because of that canvas deficiency); overhauled mtf renderer to provide faithful bounds also for subsetted meta files


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [0a8e1ac360c4a115f434a73e84b9b30e13b64672]

INTEGRATION: CWS presfixes03 (1.8.2); FILE MERGED 2005/04/07 10:29:45 thb 1.8.2.3: #i36190# Fixed gross error: refactored code did not change local variables, but method-internals only 2005/04/03 19:21:16 thb 1.8.2.2: #i36190# Removed warning (inconsistend method return behaviour); fixed gcc build breakage (temporary does not work as template argument deducible type 2005/04/01 16:09:43 thb 1.8.2.1: #i36190#, #i39245# Changed uno::Sequence::operator[] for nonconst sequences to use naked ptr; added support for true bezier polygons (and removed subdivision, where it was added because of that canvas deficiency); overhauled mtf renderer to provide faithful bounds also for subsetted meta files


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [baac5776aa60a43efd2238b058e41d6b9417e787]

INTEGRATION: CWS presfixes03 (1.5.2); FILE MERGED 2005/04/01 16:09:42 thb 1.5.2.1: #i36190#, #i39245# Changed uno::Sequence::operator[] for nonconst sequences to use naked ptr; added support for true bezier polygons (and removed subdivision, where it was added because of that canvas deficiency); overhauled mtf renderer to provide faithful bounds also for subsetted meta files


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [17382486e665ea78972cfa00e11ec579b2d98e49]

INTEGRATION: CWS presfixes03 (1.7.2); FILE MERGED 2005/04/01 16:09:42 thb 1.7.2.1: #i36190#, #i39245# Changed uno::Sequence::operator[] for nonconst sequences to use naked ptr; added support for true bezier polygons (and removed subdivision, where it was added because of that canvas deficiency); overhauled mtf renderer to provide faithful bounds also for subsetted meta files


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [e60015f0407463f9abda322f910fc1f4638613cb]

INTEGRATION: CWS presfixes03 (1.5.2); FILE MERGED 2005/04/01 16:09:41 thb 1.5.2.1: #i36190#, #i39245# Changed uno::Sequence::operator[] for nonconst sequences to use naked ptr; added support for true bezier polygons (and removed subdivision, where it was added because of that canvas deficiency); overhauled mtf renderer to provide faithful bounds also for subsetted meta files


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [27cd780dae49fd944f3b6e94a236e49a449cc274]

INTEGRATION: CWS presfixes03 (1.5.4); FILE MERGED 2005/04/11 15:10:00 thb 1.5.4.1: #i36190# Reduced AA border slightly (after all, it's added to _all_ bound rect sides)


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [89334579b80589593215247b0580cdd7afe3286d]

INTEGRATION: CWS presfixes03 (1.68.4); FILE MERGED 2005/04/01 16:39:11 thb 1.68.4.1: #i37793#, #i39245# Corrected handling of polygons, such that open/close state is correctly transported across the API; added support for bezier polygons; using uno::Sequence array access in a more optimal fashion; corrected generation of invalid PolyPolygons for glyph polygon request (windows only)


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [4ea84c2af12c36f104df3e779c82597e16e742d1]

INTEGRATION: CWS presfixes03 (1.97.4); FILE MERGED 2005/04/14 09:45:46 ssa 1.97.4.1: #i43799# resize floating windows synchronously


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [0c2dd44510b89b408a6e2f96edca40d0d5815c55]

INTEGRATION: CWS presfixes03 (1.43.4); FILE MERGED 2005/04/14 09:49:00 ssa 1.43.4.1: #i43799# check min outputsize during SetWindowState


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [cf31f8f71386240a0f7c742fffb012735c2e41ca]

INTEGRATION: CWS presfixes03 (1.4.22); FILE MERGED 2005/04/01 16:39:10 thb 1.4.22.1: #i37793#, #i39245# Corrected handling of polygons, such that open/close state is correctly transported across the API; added support for bezier polygons; using uno::Sequence array access in a more optimal fashion; corrected generation of invalid PolyPolygons for glyph polygon request (windows only)


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [dc6429b76f284bdb1af1a330cee2a78f8ea3ffc4]

INTEGRATION: CWS presfixes03 (1.19.4); FILE MERGED 2005/04/14 12:08:54 thb 1.19.4.1: #i46805# The GraphicCache errorneously used a cached bitmap, prepared for a monochrome VDev with draw mode BLACKBITMAP, for normal output. Fixed by a) ruling out BLACK/WHITE_BITMAP for caching at all, and b) storing both bit depth and draw mode of target outdev in the DisplayCacheEntry


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [98d2325b93aae3bf7760230d069c39fc8b8dd419]

INTEGRATION: CWS presfixes03 (1.16.42); FILE MERGED 2005/04/14 12:08:54 thb 1.16.42.1: #i46805# The GraphicCache errorneously used a cached bitmap, prepared for a monochrome VDev with draw mode BLACKBITMAP, for normal output. Fixed by a) ruling out BLACK/WHITE_BITMAP for caching at all, and b) storing both bit depth and draw mode of target outdev in the DisplayCacheEntry


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [fd4eb3044229f166cfcf5cce63053866e4362a3b]

INTEGRATION: CWS presfixes03 (1.3.6); FILE MERGED 2005/04/01 15:08:31 thb 1.3.6.1: #i37793#, #i39245# Overhauled polygon conversion code, to now fully support beziers and transport the polygon's open/close state correctly across the API


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [db537b231e6e8f8b71eaa1802d642e079529bf63]

INTEGRATION: CWS presfixes03 (1.2.18); FILE MERGED 2005/04/14 22:57:09 thb 1.2.18.1: #i47428# After fixing the actual bug, it turned out that _background_ objects vanish, when the characters reach their final position. Reason was the generation of equal rectangles, with only the tiniest roundoff difference between them. And the clipper turned that into one huge 'clip nothing' mess. Fixed by using approximate equal now in b2dmultirange


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [160eb6245e5df7a8fcf5c420d19e31cefc0affb2]

INTEGRATION: CWS presfixes03 (1.4.2); FILE MERGED 2005/04/01 15:08:31 thb 1.4.2.1: #i37793#, #i39245# Overhauled polygon conversion code, to now fully support beziers and transport the polygon's open/close state correctly across the API


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [27ab97472303c6b640db420fd07830af403e4d9e]

INTEGRATION: CWS presfixes03 (1.9.12); FILE MERGED 2005/04/14 22:56:43 thb 1.9.12.1: #i47428# After fixing the actual bug, it turned out that _background_ objects vanish, when the characters reach their final position. Reason was the generation of equal rectangles, with only the tiniest roundoff difference between them. And the clipper turned that into one huge 'clip nothing' mess. Fixed by using approximate equal now in b2dmultirange


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [d0f68451a4f0a5fd5df103ef23d9d2ad63bad8a3]

INTEGRATION: CWS presfixes03 (1.12.16); FILE MERGED 2005/04/14 22:56:43 thb 1.12.16.1: #i47428# After fixing the actual bug, it turned out that _background_ objects vanish, when the characters reach their final position. Reason was the generation of equal rectangles, with only the tiniest roundoff difference between them. And the clipper turned that into one huge 'clip nothing' mess. Fixed by using approximate equal now in b2dmultirange


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [521c402c9cc4cbd332a8ed3c31cff5c01fb9dbfc]

INTEGRATION: CWS presfixes03 (1.10.18); FILE MERGED 2005/04/14 22:56:43 thb 1.10.18.1: #i47428# After fixing the actual bug, it turned out that _background_ objects vanish, when the characters reach their final position. Reason was the generation of equal rectangles, with only the tiniest roundoff difference between them. And the clipper turned that into one huge 'clip nothing' mess. Fixed by using approximate equal now in b2dmultirange


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [5d47556d0fce8a5ace36768cac11c16173518aea]

INTEGRATION: CWS presfixes03 (1.3.4); FILE MERGED 2005/04/07 10:28:28 thb 1.3.4.2: #i36190# Preparations for full sprite transform support at VCL canvas; safe-guarding against zero-sized sprites; corrected queryTextBounds() to handle baseline offset right. 2005/04/01 15:48:10 thb 1.3.4.1: #i36190#, #i37793#, #i39245#, #i46023# Fixes for open/close polygon stroking; beefed up the canvas tools; moved try/catch block around configuration in cf_factory (to facilitate canvasdemo with broken/incomplete services.rdb; enhanced TextLayout to cope with new Action::getBounds() functionality in cppcanvas (needed for proper mtf bounds calculation); removed extra pixel right and bottom for filled polygons; avoiding uno::Sequence::operator[] for non-const cases, but using the naked mem ptr instead (performance)


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [e881debd5a291c2d5969c578d3aa517cd60ee9be]

INTEGRATION: CWS presfixes03 (1.6.2); FILE MERGED 2005/04/08 11:23:25 thb 1.6.2.1: #i36190# Sprite-transform support made it necessary to track update area also for moves (because the sprite size is no longer fixed, but can vary between the enqueuing of the sprite record and the actual repaint; slightly adapted getSpriteRect(), to match bounds actually attained during sprite transform


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [882324687832a230990ee28b447e25700de4cb6f]

INTEGRATION: CWS presfixes03 (1.7.2); FILE MERGED 2005/04/08 11:23:24 thb 1.7.2.2: #i36190# Sprite-transform support made it necessary to track update area also for moves (because the sprite size is no longer fixed, but can vary between the enqueuing of the sprite record and the actual repaint; slightly adapted getSpriteRect(), to match bounds actually attained during sprite transform 2005/04/05 15:24:06 thb 1.7.2.1: #i46666# Fixed resource leak (SpriteCanvas::dispose() did not dispose the member maCanvasHelper, which holds references to the backbuffer; fixed on/off problems for stroked lines, the stroke polygons generated by basegfx are not free of mutual intersections.


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [f01fb5d879b490a40bc00b278a251d7778a9963a]

INTEGRATION: CWS presfixes03 (1.5.2); FILE MERGED 2005/04/12 03:21:23 thb 1.5.2.2: #i44807# Added preliminary version for VCL canvas transformed sprites (taking the slow Set/GetPixel affine transformater from impltools for the time being) 2005/04/01 15:48:09 thb 1.5.2.1: #i36190#, #i37793#, #i39245#, #i46023# Fixes for open/close polygon stroking; beefed up the canvas tools; moved try/catch block around configuration in cf_factory (to facilitate canvasdemo with broken/incomplete services.rdb; enhanced TextLayout to cope with new Action::getBounds() functionality in cppcanvas (needed for proper mtf bounds calculation); removed extra pixel right and bottom for filled polygons; avoiding uno::Sequence::operator[] for non-const cases, but using the naked mem ptr instead (performance)


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [ee37fe6c35121557c64ccd56b81b9084bfed0299]

INTEGRATION: CWS presfixes03 (1.2.2); FILE MERGED 2005/04/01 15:48:08 thb 1.2.2.1: #i36190#, #i37793#, #i39245#, #i46023# Fixes for open/close polygon stroking; beefed up the canvas tools; moved try/catch block around configuration in cf_factory (to facilitate canvasdemo with broken/incomplete services.rdb; enhanced TextLayout to cope with new Action::getBounds() functionality in cppcanvas (needed for proper mtf bounds calculation); removed extra pixel right and bottom for filled polygons; avoiding uno::Sequence::operator[] for non-const cases, but using the naked mem ptr instead (performance)


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [03f0ac61e2625458d9d770aa4891455227befcec]

INTEGRATION: CWS presfixes03 (1.4.2); FILE MERGED 2005/04/05 15:24:06 thb 1.4.2.2: #i46666# Fixed resource leak (SpriteCanvas::dispose() did not dispose the member maCanvasHelper, which holds references to the backbuffer; fixed on/off problems for stroked lines, the stroke polygons generated by basegfx are not free of mutual intersections. 2005/04/01 15:48:08 thb 1.4.2.1: #i36190#, #i37793#, #i39245#, #i46023# Fixes for open/close polygon stroking; beefed up the canvas tools; moved try/catch block around configuration in cf_factory (to facilitate canvasdemo with broken/incomplete services.rdb; enhanced TextLayout to cope with new Action::getBounds() functionality in cppcanvas (needed for proper mtf bounds calculation); removed extra pixel right and bottom for filled polygons; avoiding uno::Sequence::operator[] for non-const cases, but using the naked mem ptr instead (performance)


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [3f8880853a7581b9ba0c38e5f59ccdf74130145c]

INTEGRATION: CWS presfixes03 (1.5.2); FILE MERGED 2005/04/12 03:21:23 thb 1.5.2.2: #i44807# Added preliminary version for VCL canvas transformed sprites (taking the slow Set/GetPixel affine transformater from impltools for the time being) 2005/04/07 10:28:27 thb 1.5.2.1: #i36190# Preparations for full sprite transform support at VCL canvas; safe-guarding against zero-sized sprites; corrected queryTextBounds() to handle baseline offset right.


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [0aaa418c6d39b6d713bae8cbb0cf9230ad90f4e6]

INTEGRATION: CWS presfixes03 (1.6.2); FILE MERGED 2005/04/12 03:21:23 thb 1.6.2.4: #i44807# Added preliminary version for VCL canvas transformed sprites (taking the slow Set/GetPixel affine transformater from impltools for the time being) 2005/04/11 15:08:47 thb 1.6.2.3: #i36190# Now fully dumped storing of sprite positions (was kinda redundant anyway), because the nominal sprite position has nothing to do with the bound rect's top left edge anymore (due to the transformations); made order of setting/Sprite interface calls more coherent; corrected XSprite::move() semantics (now passes on the bound rect's position and size); changed getSpriteRect() to look similar to dx canvas' 2005/04/08 11:23:23 thb 1.6.2.2: #i36190# Sprite-transform support made it necessary to track update area also for moves (because the sprite size is no longer fixed, but can vary between the enqueuing of the sprite record and the actual repaint; slightly adapted getSpriteRect(), to match bounds actually attained during sprite transform 2005/04/07 10:28:27 thb 1.6.2.1: #i36190# Preparations for full sprite transform support at VCL canvas; safe-guarding against zero-sized sprites; corrected queryTextBounds() to handle baseline offset right.


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [4819d3e221ac9e493767b1ba81e83a0d25da8ad7]

INTEGRATION: CWS presfixes03 (1.3.4); FILE MERGED 2005/04/01 15:48:07 thb 1.3.4.1: #i36190#, #i37793#, #i39245#, #i46023# Fixes for open/close polygon stroking; beefed up the canvas tools; moved try/catch block around configuration in cf_factory (to facilitate canvasdemo with broken/incomplete services.rdb; enhanced TextLayout to cope with new Action::getBounds() functionality in cppcanvas (needed for proper mtf bounds calculation); removed extra pixel right and bottom for filled polygons; avoiding uno::Sequence::operator[] for non-const cases, but using the naked mem ptr instead (performance)


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [1691660dfb2fef91d1fe718101d186fff75986ed]

INTEGRATION: CWS presfixes03 (1.5.4); FILE MERGED 2005/04/01 15:48:07 thb 1.5.4.1: #i36190#, #i37793#, #i39245#, #i46023# Fixes for open/close polygon stroking; beefed up the canvas tools; moved try/catch block around configuration in cf_factory (to facilitate canvasdemo with broken/incomplete services.rdb; enhanced TextLayout to cope with new Action::getBounds() functionality in cppcanvas (needed for proper mtf bounds calculation); removed extra pixel right and bottom for filled polygons; avoiding uno::Sequence::operator[] for non-const cases, but using the naked mem ptr instead (performance)


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [d6dbb89a40c5756b4a46e60960a0ce4861ae277e]

INTEGRATION: CWS presfixes03 (1.3.4); FILE MERGED 2005/04/03 19:19:02 thb 1.3.4.1: #i39245# Adaptions to changed bezier API


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [f9e8da631714abb742b7368ea7497913bfd2d317]

INTEGRATION: CWS presfixes03 (1.3.4); FILE MERGED 2005/04/03 19:19:01 thb 1.3.4.1: #i39245# Adaptions to changed bezier API


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [b15f9ccd38b757299944b5d6f42c4bd4d3b8feb9]

INTEGRATION: CWS presfixes03 (1.4.4); FILE MERGED 2005/04/01 15:48:06 thb 1.4.4.1: #i36190#, #i37793#, #i39245#, #i46023# Fixes for open/close polygon stroking; beefed up the canvas tools; moved try/catch block around configuration in cf_factory (to facilitate canvasdemo with broken/incomplete services.rdb; enhanced TextLayout to cope with new Action::getBounds() functionality in cppcanvas (needed for proper mtf bounds calculation); removed extra pixel right and bottom for filled polygons; avoiding uno::Sequence::operator[] for non-const cases, but using the naked mem ptr instead (performance)


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [66418b9ae8b96687ec668e36799bbf1e9aef8f90]

INTEGRATION: CWS presfixes03 (1.7.2); FILE MERGED 2005/04/01 15:48:05 thb 1.7.2.1: #i36190#, #i37793#, #i39245#, #i46023# Fixes for open/close polygon stroking; beefed up the canvas tools; moved try/catch block around configuration in cf_factory (to facilitate canvasdemo with broken/incomplete services.rdb; enhanced TextLayout to cope with new Action::getBounds() functionality in cppcanvas (needed for proper mtf bounds calculation); removed extra pixel right and bottom for filled polygons; avoiding uno::Sequence::operator[] for non-const cases, but using the naked mem ptr instead (performance)


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [859094eeccb45b6a32a4a00f20adb75011c192ff]

INTEGRATION: CWS linguconfigfix (1.30.248); FILE MERGED 2005/04/08 14:17:57 tl 1.30.248.1: #i46856# static object of lingucfg fixed; file moved from 'config' dir to this one


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [81f3a9ec534dfb0419e8e141be4fa815268bad29]

INTEGRATION: CWS linguconfigfix (1.51.14); FILE MERGED 2005/04/11 07:29:50 tl 1.51.14.2: #i46856# static object of lingucfg fixed; file moved from 'config' dir to this one 2005/04/08 14:17:42 tl 1.51.14.1: #i46856# static object of lingucfg fixed; file moved from 'config' dir to this one


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [675ee7495aacb9009029e8982dd471804b547349]

INTEGRATION: CWS linguconfigfix (1.1.2); FILE ADDED 2005/04/08 14:14:43 tl 1.1.2.1: #i46856# static object of lingucfg fixed; file moved from 'config' dir to this one


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [8a267db7e2efed6591215d837e5f895727309b35]

INTEGRATION: CWS salipv6 (1.9.6); FILE MERGED 2005/03/21 15:00:40 kso 1.9.6.2: RESYNC: (1.9-1.10); FILE MERGED 2004/11/16 15:11:30 kso 1.9.6.1: #i37158# - Removed link libs that are obsolete now. (OSL sockets get            used again for host name resolution).


2005-04-18  Oliver Bolte  <obo@openoffice.org>  [5cfa562e1185b2d447d45d5295450dad3eae62f9]

INTEGRATION: CWS salipv6 (1.4.6); FILE MERGED 2005/01/19 11:33:05 kso 1.4.6.3: #i371568# - fixed incorrectly resolved RESYNC merge conflict. 2005/01/18 16:57:19 hro 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED 2004/11/16 15:03:20 kso 1.4.6.1: #i371568# - Now uses OSL sockets again for name resolution (because OSL now             supports IPv6).


2005-04-14  Matthias Huetsch  <mhu@openoffice.org>  [d22e806d6a8dc34d2da0f8c228adf0fcc6a809de]

#i40092#, #i10000# Adapted to DBG_NAMEEX_VISIBILITY() macro for inline DBG_ macro usage.


2005-04-14  Vladimir Glazounov  <vg@openoffice.org>  [157db80481eca3939da403ebcb81ee562235b01e]

new version for SRC680


2005-04-14  Vladimir Glazounov  <vg@openoffice.org>  [ab5baaec8392b04962042c16d35752751c8fd785]

#i10000# DBG_CHKOBJ( pItem, SfxPoolItem, 0 ) obsolete


2005-04-14  Vladimir Glazounov  <vg@openoffice.org>  [390b1cce2f0e9586877618eaa09ad98c8543e833]

new version for SRC680


2005-04-14  Vladimir Glazounov  <vg@openoffice.org>  [1f0a8685556a79b0f782ec825ac04769910c1758]

new version for SRC680


2005-04-13  Vladimir Glazounov  <vg@openoffice.org>  [58cf43157ba700c241a0b949fbd7fd448ef58b43]

new version for SRC680


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [3ff2e780fe008b193b29afb563a563f5c05bd3c8]

INTEGRATION: CWS visibility03 (1.1.1.1.236); FILE MERGED 2005/03/02 16:45:27 mhu 1.1.1.1.236.3: #i40092# Enabled xldscope=hidden for sunpro compiler. 2005/02/28 03:48:27 mnicel 1.1.1.1.236.2: Issue number:  40092 Part of symbol visibility work 2005/02/17 10:45:05 mnicel 1.1.1.1.236.1: Issue number:  40092


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [127e31874b90a0693ae4600a9f985d00a181126c]

INTEGRATION: CWS visibility03 (1.11.22); FILE MERGED 2005/03/15 12:11:28 mhu 1.11.22.1: #i40092# Added SHL1USE_EXPORTS=ordinal.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [c85d6f0885e294dd658c15d599f840b250f75781]

INTEGRATION: CWS visibility03 (1.2.22); FILE MERGED 2005/03/08 09:58:55 mhu 1.2.22.1: #i40092# Added more exports.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [90bf5a12e529206c87dc9f7f8d99c769ed493198]

INTEGRATION: CWS visibility03 (1.2.22); FILE MERGED 2005/02/17 10:45:05 mnicel 1.2.22.1: Issue number:  40092


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [9379704d6cafbf7d0b11e5090ae543d888946e2f]

INTEGRATION: CWS visibility03 (1.7.72); FILE MERGED 2005/02/17 10:45:04 mnicel 1.7.72.1: Issue number:  40092


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [97f60c6acb75f2a07fa7d714c3a93f5eb8d02266]

INTEGRATION: CWS visibility03 (1.5.220); FILE MERGED 2005/03/02 16:44:40 mhu 1.5.220.3: #i40092# Re-include makefile.pmk for symbol scoping. 2005/02/28 03:48:26 mnicel 1.5.220.2: Issue number:  40092 Part of symbol visibility work 2005/02/17 10:45:04 mnicel 1.5.220.1: Issue number:  40092


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [e452204259a22ef7cdd7fd50997bae8b89c2ef74]

INTEGRATION: CWS visibility03 (1.7.30); FILE MERGED 2005/02/17 10:45:03 mnicel 1.7.30.1: Issue number:  40092


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [0124e629c136326a17b5df299b62dcd80e242331]

INTEGRATION: CWS visibility03 (1.11.134); FILE MERGED 2005/02/28 03:48:26 mnicel 1.11.134.1: Issue number:  40092 Part of symbol visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [7ff0b39cb62c61bc006fdfe2ed82edfe98ac19ca]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/02/17 10:45:03 mnicel 1.1.2.1: Issue number:  40092


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [b8ba89d059f7ad79a2e5539ed589f86876f72cc2]

INTEGRATION: CWS visibility03 (1.2.232); FILE MERGED 2005/02/17 10:45:02 mnicel 1.2.232.1: Issue number:  40092


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [25a8b1bcee5f7792e7a53e0112bedb0184c39f77]

INTEGRATION: CWS visibility03 (1.21.70); FILE MERGED 2005/02/17 10:45:02 mnicel 1.21.70.1: Issue number:  40092


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [7406102813ae4cf939237122b8d9570008084141]

INTEGRATION: CWS visibility03 (1.1.1.1.236); FILE MERGED 2005/02/17 10:45:01 mnicel 1.1.1.1.236.1: Issue number:  40092


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [9e0c64c1b4b09faf66a6c5af095ec4b5015453b2]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/02 13:04:32 mhu 1.1.2.2: #i40092# Enabled xldscope=hidden for sunpro compiler. 2005/02/17 10:31:48 mnicel 1.1.2.1: Issue number:  40092 symbol visibility


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [07004a425d47e891695981721bd7d70c82bdfd1a]

INTEGRATION: CWS visibility03 (1.14.54); FILE MERGED 2005/03/15 11:56:47 mhu 1.14.54.1: #i40092# Added SHL1USE_EXPORTS=ordinal.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [3a506702a97b15cb56a158056d7b3a70992815ea]

INTEGRATION: CWS visibility03 (1.7.88); FILE MERGED 2005/03/25 00:48:40 mhu 1.7.88.2: RESYNC: (1.7-1.8); FILE MERGED 2005/03/08 09:58:43 mhu 1.7.88.1: #i40092# Added more exports.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [63a858a495b3ed90b76ca931964c863cef1b525e]

INTEGRATION: CWS visibility03 (1.18.22); FILE MERGED 2005/03/02 13:07:29 mhu 1.18.22.1: #i40092# Fixed string ctor (char literal) usage.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [70ba0c8da771534b6904f7ab92172160ef413d3b]

INTEGRATION: CWS visibility03 (1.13.110); FILE MERGED 2005/02/17 10:31:47 mnicel 1.13.110.1: Issue number:  40092 symbol visibility


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [7796473adda290b48b0c7aafeaaa36b0fda935de]

INTEGRATION: CWS visibility03 (1.4.220); FILE MERGED 2005/02/17 10:31:46 mnicel 1.4.220.1: Issue number:  40092 symbol visibility


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [5e6b2bcd9f924b41dac169649364b8b8432eba01]

#i10000# set to zero (visibility03)


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [4a894a162ef78748f43f38c8839f773e5b078355]

INTEGRATION: CWS visibility03 (1.6.184); FILE MERGED 2005/02/17 10:31:45 mnicel 1.6.184.1: Issue number:  40092 symbol visibility


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [c6a4e006532bb53bd039fd2daa5cfd989c1d9c23]

INTEGRATION: CWS visibility03 (1.2.226); FILE MERGED 2005/02/17 10:31:45 mnicel 1.2.226.1: Issue number:  40092 symbol visibility


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [ba2dd920a2fd00b6c731254baaded9d9442789b7]

INTEGRATION: CWS visibility03 (1.12.34); FILE MERGED 2005/02/17 10:31:44 mnicel 1.12.34.1: Issue number:  40092 symbol visibility


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [8cb5dd4eae1fe84bfbd433a193fb4307a085f415]

INTEGRATION: CWS visibility03 (1.16.146); FILE MERGED 2005/02/17 10:31:44 mnicel 1.16.146.1: Issue number:  40092 symbol visibility


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [219b5a0946de61479d88efc87c2a7318f982eed9]

INTEGRATION: CWS visibility03 (1.10.184); FILE MERGED 2005/02/17 10:31:43 mnicel 1.10.184.1: Issue number:  40092 symbol visibility


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [3354488ae80ec117c12b3c48390c20e8d878a71c]

INTEGRATION: CWS visibility03 (1.6.186); FILE MERGED 2005/02/17 10:31:43 mnicel 1.6.186.1: Issue number:  40092 symbol visibility


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [c7bae46bdcb5afa35f44cf29e21983803e7c15ff]

INTEGRATION: CWS visibility03 (1.7.68); FILE MERGED 2005/02/28 04:33:55 mnicel 1.7.68.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [63332b6ad1bf9c3dda6e51a271ea9a14d9423713]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/02/17 10:31:42 mnicel 1.1.2.1: Issue number:  40092 symbol visibility


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [d50ea1cd7aab45f227cc91cdc003d8b3ca5c0c09]

INTEGRATION: CWS visibility03 (1.6.22); FILE MERGED 2005/02/28 04:33:55 mnicel 1.6.22.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [ae347bb3cfd00acb46f1b31fb6e1d033bdb2ae49]

INTEGRATION: CWS visibility03 (1.23.54); FILE MERGED 2005/02/17 10:31:42 mnicel 1.23.54.1: Issue number:  40092 symbol visibility


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [43fa97817740b4d4368f6311c0c8a4c5655ce206]

INTEGRATION: CWS visibility03 (1.5.156); FILE MERGED 2005/02/28 04:33:55 mnicel 1.5.156.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [5c7bcf757007c75ac6ebeac13e27d103ccdcf96c]

INTEGRATION: CWS visibility03 (1.12.36); FILE MERGED 2005/02/28 04:33:55 mnicel 1.12.36.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [7ccbceb018a5c3c32b6081d60e7bac3b632fde2a]

INTEGRATION: CWS visibility03 (1.5.188); FILE MERGED 2005/02/28 04:33:54 mnicel 1.5.188.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [a0f9744462c86e33a8adfc3b9e68cb30eb15aebd]

INTEGRATION: CWS visibility03 (1.4.226); FILE MERGED 2005/02/28 04:33:54 mnicel 1.4.226.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [9f4379deee7ef9a87a4035b8ea00665895795e05]

INTEGRATION: CWS visibility03 (1.6.22); FILE MERGED 2005/02/28 04:33:54 mnicel 1.6.22.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [dc45347441a1a6dea38bdf029601c82e51000164]

INTEGRATION: CWS visibility03 (1.2.206); FILE MERGED 2005/02/28 04:33:54 mnicel 1.2.206.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [d886bde73143c87901fb99904426ce8db774c398]

INTEGRATION: CWS visibility03 (1.2.156); FILE MERGED 2005/02/28 04:33:54 mnicel 1.2.156.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [4745f2a0124b3f535181b1cd7476abd098cfbf9c]

INTEGRATION: CWS visibility03 (1.2.228); FILE MERGED 2005/03/07 19:05:05 mhu 1.2.228.2: #i40092# Added more exports. 2005/02/28 04:33:54 mnicel 1.2.228.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [8fda97be522135c888160fae0e70618bb8f8c024]

INTEGRATION: CWS visibility03 (1.4.222); FILE MERGED 2005/02/17 10:31:42 mnicel 1.4.222.1: Issue number:  40092 symbol visibility


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f22c026020b51ed78a6ed1fd728c5c588ed05a0a]

INTEGRATION: CWS visibility03 (1.2.146); FILE MERGED 2005/02/28 04:33:53 mnicel 1.2.146.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [07e4e3b246c26f24e083858f83fc1b0cc54e42b3]

INTEGRATION: CWS visibility03 (1.5.210); FILE MERGED 2005/02/17 10:31:41 mnicel 1.5.210.1: Issue number:  40092 symbol visibility


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [37d048d2b72e21b4076692a69befda5736d13ec6]

INTEGRATION: CWS visibility03 (1.22.34); FILE MERGED 2005/02/17 10:31:41 mnicel 1.22.34.1: Issue number:  40092 symbol visibility


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [7bc66b916bdba273b8cef353137a79bb0470a91b]

INTEGRATION: CWS visibility03 (1.1.216); FILE MERGED 2005/02/28 04:33:53 mnicel 1.1.216.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [e3093ce8f97177d24548f2d033374e8b89999b41]

INTEGRATION: CWS visibility03 (1.2.74); FILE MERGED 2005/02/28 04:33:53 mnicel 1.2.74.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [05094b5318216e6c23dad903d21343985b8869a3]

INTEGRATION: CWS visibility03 (1.2.34); FILE MERGED 2005/02/28 04:33:53 mnicel 1.2.34.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [66601b443b3d5cba52b7c215b78ad7917326132c]

INTEGRATION: CWS visibility03 (1.3.226); FILE MERGED 2005/02/28 04:33:53 mnicel 1.3.226.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [cf9a8923a6f43892af27624ed1955b3dec2ff283]

INTEGRATION: CWS visibility03 (1.1.206); FILE MERGED 2005/02/28 04:33:53 mnicel 1.1.206.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [1cabfe5d3cab5c545f106913cf41c6467b78c904]

INTEGRATION: CWS visibility03 (1.1.212); FILE MERGED 2005/02/28 04:33:52 mnicel 1.1.212.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [c6cab9b88c3eb416e6750ecb644b1b77b02604d7]

INTEGRATION: CWS visibility03 (1.4.182); FILE MERGED 2005/02/28 04:33:52 mnicel 1.4.182.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [294a28416796130b13d8cb5a4e1bbd74e3b210ba]

INTEGRATION: CWS visibility03 (1.16.26); FILE MERGED 2005/02/17 10:31:41 mnicel 1.16.26.1: Issue number:  40092 symbol visibility


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [fed8332819170e4277d0f71ae8e63c93d1e73a5d]

INTEGRATION: CWS visibility03 (1.21.156); FILE MERGED 2005/02/17 10:31:41 mnicel 1.21.156.1: Issue number:  40092 symbol visibility


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [0f930a818168d31caeaac75d9a313b49f1c9c1ac]

INTEGRATION: CWS visibility03 (1.2.216); FILE MERGED 2005/02/28 04:33:52 mnicel 1.2.216.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [4817680fe7a838db702b07c1b4055f152a410676]

INTEGRATION: CWS visibility03 (1.9.182); FILE MERGED 2005/02/28 04:33:52 mnicel 1.9.182.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [d9e261aebe9a27d1a5a3973338c9fa24347ebc1f]

INTEGRATION: CWS visibility03 (1.7.146); FILE MERGED 2005/03/02 13:06:01 mhu 1.7.146.2: #i40092# Added missing include (tools/string.hxx). 2005/02/17 10:31:40 mnicel 1.7.146.1: Issue number:  40092 symbol visibility


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [fe4ec5ca98942e18f0f4c90cad8b5527b9846f04]

INTEGRATION: CWS visibility03 (1.8.78); FILE MERGED 2005/02/28 04:33:52 mnicel 1.8.78.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f76767eb73315587b33761ec4a22653ce0c7eae3]

INTEGRATION: CWS visibility03 (1.6.24); FILE MERGED 2005/03/15 12:07:36 mhu 1.6.24.2: #i40092# Moved includes inside include guard. 2005/02/28 04:33:52 mnicel 1.6.24.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [a5c134df353ea4b25e18b945d9ad1e705f55ee9f]

INTEGRATION: CWS visibility03 (1.10.146); FILE MERGED 2005/03/15 12:07:35 mhu 1.10.146.2: #i40092# Moved includes inside include guard. 2005/02/28 04:33:52 mnicel 1.10.146.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [45f80ce90f3c02e07ab570d0fbecfe1865c13e8c]

INTEGRATION: CWS visibility03 (1.3.146); FILE MERGED 2005/03/15 12:07:35 mhu 1.3.146.2: #i40092# Moved includes inside include guard. 2005/02/28 04:33:51 mnicel 1.3.146.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [a5dfc517d159d6c5ecaaadc7a3c0681ca1383a09]

INTEGRATION: CWS visibility03 (1.2.64); FILE MERGED 2005/04/01 14:05:09 mhu 1.2.64.1: #i45006# Added missing include.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [54c1a064d16d363ed0527ffd6678ea5a6f7b9c69]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/02 13:17:30 mhu 1.1.2.2: #i40092# Enabled xldscope=hidden for sunpro compiler. 2005/02/28 05:30:29 mnicel 1.1.2.1: Issue number:  40092


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [40fd39e293ca14745c59d65a8c06eba59750c093]

INTEGRATION: CWS visibility03 (1.14.84); FILE MERGED 2005/03/15 11:55:30 mhu 1.14.84.1: #i40092# Added SHL1USE_EXPORTS=ordinal.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f4f81501a6ed81ced0b27aacf694fafecdd99beb]

INTEGRATION: CWS visibility03 (1.2.154); FILE MERGED 2005/02/28 03:54:58 mnicel 1.2.154.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [2388bb999bedb56e183e223940c4f61eb911fa3c]

INTEGRATION: CWS visibility03 (1.2.88); FILE MERGED 2005/02/28 03:54:57 mnicel 1.2.88.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [cfd7dc5b934779c76e312aa0314e95c0d9b15862]

INTEGRATION: CWS visibility03 (1.5.8); FILE MERGED 2005/03/02 13:29:02 mhu 1.5.8.1: #i40092# Removed rtl:O(U)String ctors, removing circular dependency to module sal.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [8163e0094649437e10c79d0bf3770eab5b1cc7ac]

INTEGRATION: CWS visibility03 (1.5.244); FILE MERGED 2005/03/02 13:29:01 mhu 1.5.244.1: #i40092# Removed rtl:O(U)String ctors, removing circular dependency to module sal.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [b7249ccafd8229e81b46ba8dc356eee7c3986032]

INTEGRATION: CWS visibility03 (1.3.258); FILE MERGED 2005/03/02 13:25:39 mhu 1.3.258.3: #i40092# Re-include makefile.pmk for symbol scoping. 2005/02/28 05:49:36 mnicel 1.3.258.2: RESYNC: (1.3-1.4); FILE MERGED 2005/02/28 03:54:57 mnicel 1.3.258.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [afccc13aa8b37e13d74aba2948868aa58fa31149]

INTEGRATION: CWS visibility03 (1.4.270); FILE MERGED 2005/02/28 03:54:56 mnicel 1.4.270.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [37d39e2145501538254886a651c84e99159d4409]

INTEGRATION: CWS visibility03 (1.2.270); FILE MERGED 2005/02/28 03:54:56 mnicel 1.2.270.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [12cc45c3eb0e0af0006c7fe3336b4e4b5d6759a8]

INTEGRATION: CWS visibility03 (1.6.86); FILE MERGED 2005/02/28 03:54:55 mnicel 1.6.86.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [8aa334634d538f87b452aa1b5149fe652d04a53a]

INTEGRATION: CWS visibility03 (1.3.86); FILE MERGED 2005/03/26 15:37:15 mhu 1.3.86.1: #i23172# Moved FixedMemPool representation to pImpl; preparing for compatible improvement of implementation.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [aa897532b311ccdd63676290b76567b2fb2deadf]

INTEGRATION: CWS visibility03 (1.2.270); FILE MERGED 2005/02/28 03:54:55 mnicel 1.2.270.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [9126076918ba0d7e8a763df171c2774935746f7a]

INTEGRATION: CWS visibility03 (1.2.270); FILE MERGED 2005/02/28 03:54:53 mnicel 1.2.270.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [1f717c41a3b3ab32f1e3cb059cfad513aa5b7977]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/23 14:53:54 mhu 1.1.2.1: #i45006# Moved here from svtools/source/hatchwindow/svborder.cxx


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [d4ff972bd32436bb0fd4f76556f1647ce4716acc]

INTEGRATION: CWS visibility03 (1.9.86); FILE MERGED 2005/03/23 14:53:52 mhu 1.9.86.2: #i45006# Moved here from svtools/source/hatchwindow/svborder.cxx 2005/02/28 03:54:53 mnicel 1.9.86.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [fccdda2cd7f01e9a568ab3eb2eb6c1b8a9ca5c93]

INTEGRATION: CWS visibility03 (1.1.1.1.368); FILE MERGED 2005/03/15 11:53:01 mhu 1.1.1.1.368.1: #i40092# Fixed include order.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [fd0e4dc07052f2580f20917076ed9862bbe93776]

INTEGRATION: CWS visibility03 (1.6.86); FILE MERGED 2005/03/02 13:23:42 mhu 1.6.86.1: #i40092# Fixed string ctor (char literal) usage.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [1d719ba795238d849ea5d577216a6ac3207e745e]

INTEGRATION: CWS visibility03 (1.7.254); FILE MERGED 2005/02/28 03:54:53 mnicel 1.7.254.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [c0ceab81e0e6c3fdb7e6e79c2b81d10556ca9d7e]

INTEGRATION: CWS visibility03 (1.2.270); FILE MERGED 2005/02/28 03:54:52 mnicel 1.2.270.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [210b26501ae33788d7c97eb0ec27dadd9ffdc5f5]

INTEGRATION: CWS visibility03 (1.2.270); FILE MERGED 2005/02/28 03:54:51 mnicel 1.2.270.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [0e868f6266dbb2984e7a1b7d37b4c7eac5e14760]

INTEGRATION: CWS visibility03 (1.6.270); FILE MERGED 2005/03/25 00:04:52 mhu 1.6.270.2: RESYNC: (1.6-1.7); FILE MERGED 2005/02/28 03:54:51 mnicel 1.6.270.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [87f3c2053d77cf83e67ca1f424a0f96cfa30499e]

INTEGRATION: CWS visibility03 (1.29.16); FILE MERGED 2005/03/25 00:03:57 mhu 1.29.16.4: RESYNC: (1.30-1.33); FILE MERGED 2005/03/23 14:54:55 mhu 1.29.16.3: #i45006# Added tools/svborder.hxx 2005/02/28 05:48:11 mnicel 1.29.16.2: RESYNC: (1.29-1.30); FILE MERGED 2005/02/28 03:54:50 mnicel 1.29.16.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f95a13c2cd3ca8c0e17abb81050e6224a13a6ab9]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/02/28 05:29:32 mnicel 1.1.2.1: Issue number:  40092 Part of visibility work


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [b13db839d42dbca197e4d2cfa102dbedeeb073b4]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 15:39:27 mhu 1.1.2.1: #i45006# Define SVT_DLLIMPLEMENTATION; set symbol visibility default to hidden.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [5dc409abe0b7c3be46647209c3dc0f4857a1ac96]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 15:39:09 mhu 1.1.2.1: #i45006# Define SVL_DLLIMPLEMENTATION; set symbol visibility default to hidden.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [a5afed3c3eada1bbc89d6b09094bd14e1a8f0b87]

INTEGRATION: CWS visibility03 (1.51.126); FILE MERGED 2005/03/24 16:32:40 mhu 1.51.126.2: #i45006# Cleanup from removed files. 2005/03/24 15:45:53 mhu 1.51.126.1: #i45006# Adapted to factored out components.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [a0c803e06d68592a699377b60ba92c55e3718df9]

INTEGRATION: CWS visibility03 (1.1.1.1.946); FILE MERGED 2005/03/24 15:23:18 mhu 1.1.1.1.946.1: #i45006# Added include svt.pmk


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [4b48e37ddc4307d9fe48df512b476617cac969a5]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 10:21:38 mhu 1.1.2.1: #i45006# Factored out from svtools/source/config/pathoptions.cxx


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [3d8dc3b03d6d78ae4e7e5330be3509d137280a03]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 15:35:35 mhu 1.1.2.1: #i45006# Misc. UNO services factored out from svt/svl shared libraries.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [491cc671aba05a4f1720340eda5460297d839b6d]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 16:32:39 mhu 1.1.2.2: #i45006# Cleanup from removed files. 2005/03/24 15:35:34 mhu 1.1.2.1: #i45006# Misc. UNO services factored out from svt/svl shared libraries.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [9a4e023dfdfacd466f9f9030194c6c8bcf448186]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 15:35:34 mhu 1.1.2.1: #i45006# Misc. UNO services factored out from svt/svl shared libraries.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [505ee5927151c2ebb9c57ce09e1828bbe147d35c]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 11:16:23 mhu 1.1.2.1: #i45006# Moved from svtools/source/uno/addrtempuno.cxx


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f832c0de40af40b5787f4b9ae975027101ee10ec]

INTEGRATION: CWS visibility03 (1.2.532); FILE MERGED 2005/03/24 12:13:13 mhu 1.2.532.1: #i45006# Added (svl|svt).pmk; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [c4d7c199d00648ca3223836d9341f07b442ad6b8]

INTEGRATION: CWS visibility03 (1.16.124); FILE MERGED 2005/04/11 18:23:34 mhu 1.16.124.2: #i45006##i45146# Added exported symbol 'CreateWindow()' (dynamically loaded from toolkit). 2005/03/24 15:21:14 mhu 1.16.124.1: #i45006# Removed redundant imgprod.hxx include.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [ab2bf6d25880663aa1dbb807a86fe4bc0125a919]

INTEGRATION: CWS visibility03 (1.17.224); FILE MERGED 2005/03/24 11:39:24 mhu 1.17.224.2: #i45006# Factored out most UNO components into separate shared libraries. 2005/03/02 13:13:46 mhu 1.17.224.1: #i40092# Fixed string ctor (char literal) usage.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [7e926c539fb0a61a5e64761b219e219c3a7eb106]

INTEGRATION: CWS visibility03 (1.16.230); FILE MERGED 2005/03/24 11:39:23 mhu 1.16.230.1: #i45006# Factored out most UNO components into separate shared libraries.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [713f401bca141330d58ee910b6eeceba3ca21bf0]

INTEGRATION: CWS visibility03 (1.2.532); FILE MERGED 2005/03/24 12:13:12 mhu 1.2.532.1: #i45006# Added (svl|svt).pmk; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [786cdac8b27aa70b5bdf59ba5ad1dbb9281655be]

INTEGRATION: CWS visibility03 (1.3.532); FILE MERGED 2005/03/24 11:03:28 mhu 1.3.532.1: #i45006# Added SVL_* symbol export declarations; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [8104bd97e70c3478fbd60428f704fa0c521a54da]

INTEGRATION: CWS visibility03 (1.1.1.1.946); FILE MERGED 2005/03/24 11:03:28 mhu 1.1.1.1.946.1: #i45006# Added SVL_* symbol export declarations; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [fc47c07a366967fe416b14cfd4423fbf9931e650]

INTEGRATION: CWS visibility03 (1.9.452); FILE MERGED 2005/03/24 11:01:50 mhu 1.9.452.1: #i45006# Added SVT_* symbol export declarations; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [2837005c20749837f04010220bc83484f400c26b]

INTEGRATION: CWS visibility03 (1.2.502); FILE MERGED 2005/03/24 11:01:50 mhu 1.2.502.1: #i45006# Added SVT_* symbol export declarations; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [7211460624311131df23355046e14bc0b0954a2c]

INTEGRATION: CWS visibility03 (1.11.318); FILE MERGED 2005/03/24 11:01:49 mhu 1.11.318.1: #i45006# Added SVT_* symbol export declarations; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [036cd0be895d78fc2e98ed47af9ead1a5d81e45f]

INTEGRATION: CWS visibility03 (1.9.452); FILE MERGED 2005/03/24 11:01:49 mhu 1.9.452.1: #i45006# Added SVT_* symbol export declarations; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f06a8b1c9862eb0682881e48a1fd9d30419ccf79]

INTEGRATION: CWS visibility03 (1.2.532); FILE MERGED 2005/03/24 11:01:49 mhu 1.2.532.1: #i45006# Added SVT_* symbol export declarations; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f32a0a77740469d0950008451d1018ba81900b01]

INTEGRATION: CWS visibility03 (1.2.532); FILE MERGED 2005/03/24 10:58:49 mhu 1.2.532.1: #i45006# Added SVT_* symbol export declarations; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [feef1eab5c40258470944c5e84f8ec300c2bd483]

INTEGRATION: CWS visibility03 (1.5.762); FILE MERGED 2005/03/24 10:58:48 mhu 1.5.762.1: #i45006# Added SVT_* symbol export declarations; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [5a366af2df1ffd8f7e5b9a4c50e82c3991c9e4e0]

INTEGRATION: CWS visibility03 (1.7.532); FILE MERGED 2005/03/24 12:13:12 mhu 1.7.532.1: #i45006# Added (svl|svt).pmk; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [284f98ccc651fdc3f018b1a07d90f66c03f99425]

INTEGRATION: CWS visibility03 (1.4.532); FILE MERGED 2005/03/24 12:13:11 mhu 1.4.532.1: #i45006# Added (svl|svt).pmk; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f4ab0f27807de50b679fd42dbf5cac17d0797511]

INTEGRATION: CWS visibility03 (1.7.902); FILE MERGED 2005/03/24 09:35:12 mhu 1.7.902.1: #i45006# Factored UNO component out into passwordcontainer.uno shared library.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [2b09dc90953833ccc59816480dda6590ad572a61]

INTEGRATION: CWS visibility03 (1.3.532); FILE MERGED 2005/03/24 09:35:12 mhu 1.3.532.1: #i45006# Factored UNO component out into passwordcontainer.uno shared library.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [007d5fa44f10acd0d9f8e0caf504a8c1c6f9aca3]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 09:35:12 mhu 1.1.2.1: #i45006# Factored UNO component out into passwordcontainer.uno shared library.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f8aaddd631c667d982a5abbbd17cf1600fa1d922]

INTEGRATION: CWS visibility03 (1.9.532); FILE MERGED 2005/03/24 12:13:10 mhu 1.9.532.1: #i45006# Added (svl|svt).pmk; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [c0f47029221c249ba40bae1e51df6b4db05486f1]

INTEGRATION: CWS visibility03 (1.3.532); FILE MERGED 2005/03/24 12:13:09 mhu 1.3.532.1: #i45006# Added (svl|svt).pmk; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [d4e3c0c9b402de4e246b3a28c45413b9a586a929]

INTEGRATION: CWS visibility03 (1.4.308); FILE MERGED 2005/03/24 10:54:26 mhu 1.4.308.1: #i45006# Partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [d8d157284563a680c509d7dd7bd6ced9517adfc3]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 10:05:54 mhu 1.1.2.1: #i45006# Moved from svtools/source/misc/ (for svl/misc1.lib)


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [8c9c0cccec7f3d769ebf6428c872bb5b46c91d20]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 10:05:53 mhu 1.1.2.1: #i45006# Moved from svtools/source/misc/ (for svl/misc1.lib)


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f20f12486ac082ed13c27e1f0c106dd55a420dec]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 10:05:55 mhu 1.1.2.1: #i45006# Moved from svtools/source/misc/ (for svl/misc1.lib)


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [5b6ed6fc472271716b1c68ecaa9ad7cee8b25e89]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 10:05:52 mhu 1.1.2.1: #i45006# Moved from svtools/source/misc/ (for svl/misc1.lib)


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [c150f2fb24a484949c68c9284a5bb29ed9459af5]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 10:05:51 mhu 1.1.2.1: #i45006# Moved from svtools/source/misc/ (for svl/misc1.lib)


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [e894249460adf3a3fa81fed9564b666744e21ada]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 09:59:06 mhu 1.1.2.1: #i45006# Factored out from svtools/source/filepicker/iodlg.cxx


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [8fca14c8de3279ad45ccd9abbf9ba15a3f757cc8]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 10:05:56 mhu 1.1.2.1: #i45006# Moved from svtools/source/misc/ (for svl/misc1.lib)


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [29cc4e0b01f9e439e50dec1b90b2eb73db4c2bb3]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 09:32:25 mhu 1.1.2.1: #i45006# Moved from svtools/source/passwordcontainer/docpasswdrequest.cxx


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [dff60317f9af73b157cf24eea6468df7ee4816b3]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 10:05:50 mhu 1.1.2.1: #i45006# Moved from svtools/source/misc/ (for svl/misc1.lib)


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [d97457e736f5b497e4da18314c1f90fe688a29b9]

INTEGRATION: CWS visibility03 (1.30.224); FILE MERGED 2005/03/24 10:13:42 mhu 1.30.224.1: #i45006# Factored out svl/misc1.lib; added include svt.pmk


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [6e5f6961e1ac5be37d3ceb1ae0196b2380c2a577]

INTEGRATION: CWS visibility03 (1.34.126); FILE MERGED 2005/04/06 16:45:26 mhu 1.34.126.3: RESYNC: (1.35-1.36); FILE MERGED 2005/03/25 00:00:27 mhu 1.34.126.2: RESYNC: (1.34-1.35); FILE MERGED 2005/03/24 10:12:29 mhu 1.34.126.1: #i45006# Added missing include.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [5f1844155562bf7aedb93b3621177a08e1c39876]

INTEGRATION: CWS visibility03 (1.7.6); FILE MERGED 2005/04/01 13:02:55 mhu 1.7.6.1: #i45006# Added missing include.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [59d8f65da6d4bf9afa3ead390c28f688b633a3b4]

INTEGRATION: CWS visibility03 (1.2.532); FILE MERGED 2005/03/24 12:13:09 mhu 1.2.532.1: #i45006# Added (svl|svt).pmk; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [65412d155cd29e025cc424daba94ee3e61a21a1f]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 10:45:57 mhu 1.1.2.1: #i45006# Moved from svtools/source/items/ (for svl/items1.lib).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [00d940943136024424dc523e0af00450a0c45201]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 10:45:56 mhu 1.1.2.1: #i45006# Moved from svtools/source/items/ (for svl/items1.lib).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [0c3cdde08ccaff1322f3417aa4a7714302c4bca8]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/04/01 13:03:45 mhu 1.1.2.2: #i45006# Removed unused include(s). 2005/03/24 10:45:56 mhu 1.1.2.1: #i45006# Moved from svtools/source/items/ (for svl/items1.lib).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [a84d0a67939a3fe597f5b963cb27adce4066a7fc]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 10:45:55 mhu 1.1.2.1: #i45006# Moved from svtools/source/items/ (for svl/items1.lib).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [a70f2a9bab706ab8d454db4b54539be40c1f5698]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/04/01 13:03:44 mhu 1.1.2.2: #i45006# Removed unused include(s). 2005/03/24 10:45:54 mhu 1.1.2.1: #i45006# Moved from svtools/source/items/ (for svl/items1.lib).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [1a39237312344fa6d2fdb62a50f171dd66f22857]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 10:45:54 mhu 1.1.2.1: #i45006# Moved from svtools/source/items/ (for svl/items1.lib).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [066dc8b9dd243ad64e894bcdda799c41a1319b2e]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 10:45:53 mhu 1.1.2.1: #i45006# Moved from svtools/source/items/ (for svl/items1.lib).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [475e022f6c250d437c15a5f5969c89077b3ecc1d]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/04/01 13:03:44 mhu 1.1.2.2: #i45006# Removed unused include(s). 2005/03/24 10:45:52 mhu 1.1.2.1: #i45006# Moved from svtools/source/items/ (for svl/items1.lib).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f823dc3f4c90512bce5edf99d0993489bfea84ad]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 10:45:51 mhu 1.1.2.1: #i45006# Moved from svtools/source/items/ (for svl/items1.lib).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [62130d7c6ae8e0154758ebc2a09ab5a7e98f5b0c]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/04/06 13:59:45 mhu 1.1.2.2: #i45006# Manual resync'd changes between m88 and m91. 2005/03/24 10:45:51 mhu 1.1.2.1: #i45006# Moved from svtools/source/items/ (for svl/items1.lib).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f478deb0ce8ef7b1ada371b1afca5c23b725ebc6]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 10:45:50 mhu 1.1.2.1: #i45006# Moved from svtools/source/items/ (for svl/items1.lib).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [c48060e5e5b78a3983684ee1051a8dcff27051de]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 10:45:49 mhu 1.1.2.1: #i45006# Moved from svtools/source/items/ (for svl/items1.lib).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [6fe4a5ac13742b040538e787cf8885d6fd192e27]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 10:45:48 mhu 1.1.2.1: #i45006# Moved from svtools/source/items/ (for svl/items1.lib).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [2f019a34b550d30cb1e9b5c2bca0ae019aa70085]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 10:45:47 mhu 1.1.2.1: #i45006# Moved from svtools/source/items/ (for svl/items1.lib).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [0f28da03d633570ab19d88229053acd073ae1af5]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 10:45:46 mhu 1.1.2.1: #i45006# Moved from svtools/source/items/ (for svl/items1.lib).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [8634af1177e4251e648241eac7824e36a17b5aad]

INTEGRATION: CWS visibility03 (1.4.910); FILE MERGED 2005/04/01 13:03:44 mhu 1.4.910.1: #i45006# Removed unused include(s).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [d99dd2d43b6b551c5f0b3a77fe3051b658b23338]

INTEGRATION: CWS visibility03 (1.4.318); FILE MERGED 2005/04/01 13:03:43 mhu 1.4.318.1: #i45006# Removed unused include(s).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [0710dddc155b644e0cbfdaff4cd4744e99aad56d]

INTEGRATION: CWS visibility03 (1.5.910); FILE MERGED 2005/04/01 13:03:43 mhu 1.5.910.1: #i45006# Removed unused include(s).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [d15064697965d1a23fe2cab46bef64e53689b2f5]

INTEGRATION: CWS visibility03 (1.4.910); FILE MERGED 2005/04/06 16:45:19 mhu 1.4.910.2: RESYNC: (1.4-1.5); FILE MERGED 2005/04/01 13:03:43 mhu 1.4.910.1: #i45006# Removed unused include(s).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [740d3b75679a7b03100cfd3e6956faa0226151e2]

INTEGRATION: CWS visibility03 (1.9.130); FILE MERGED 2005/03/24 10:48:13 mhu 1.9.130.1: #i45006# Factored out svl/items1.lib; added include svt.pmk (for svt/items.lib).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [2cd6eac11fd5a2f131f77f80ecce2d8fddff50cd]

INTEGRATION: CWS visibility03 (1.2.762); FILE MERGED 2005/04/01 13:03:43 mhu 1.2.762.1: #i45006# Removed unused include(s).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [cea9927bf3cb328c7e63bd48722787635b6dd893]

INTEGRATION: CWS visibility03 (1.2.934); FILE MERGED 2005/04/01 13:03:42 mhu 1.2.934.1: #i45006# Removed unused include(s).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [068cd6f43d973cbd24cdf985e97425af4dd7ca29]

INTEGRATION: CWS visibility03 (1.4.318); FILE MERGED 2005/04/01 13:03:42 mhu 1.4.318.1: #i45006# Removed unused include(s).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [0399088cb8b2ef423227437646a5a01df05fccb4]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 09:38:39 mhu 1.1.2.1: #i45006# Moved from svtools/source/items/poolio.hxx


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [82cef2121e3e54f55e56f81a6b050a2807333f54]

INTEGRATION: CWS visibility03 (1.2.224); FILE MERGED 2005/03/24 09:27:59 mhu 1.2.224.1: #i45006# Factored UNO component out into hatchwindowfactory.uno shared library.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [0cb2035aefa98c0a7dcef3e7521e7edd650c3a00]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 09:27:59 mhu 1.1.2.1: #i45006# Factored UNO component out into hatchwindowfactory.uno shared library.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [d40b8469ca0a7cf0f883a21d2b5a2029681a5747]

INTEGRATION: CWS visibility03 (1.2.126); FILE MERGED 2005/03/24 09:26:45 mhu 1.2.126.1: #i45006# Factored UNO component out into fsstorage.uno shared library.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [5ae9c20aeff91b184f2fd615dc72aa5b409682cf]

INTEGRATION: CWS visibility03 (1.4.120); FILE MERGED 2005/03/24 09:26:45 mhu 1.4.120.1: #i45006# Factored UNO component out into fsstorage.uno shared library.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [89bf98c5aac0fcba7809d419f7c7b9156dcd28d8]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 09:26:45 mhu 1.1.2.1: #i45006# Factored UNO component out into fsstorage.uno shared library.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [157a79f1246743cbbdf8742ba6b557691614a219]

INTEGRATION: CWS visibility03 (1.1.1.1.946); FILE MERGED 2005/03/24 12:13:08 mhu 1.1.1.1.946.1: #i45006# Added (svl|svt).pmk; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [a7d6f8839544b5f31fac06fa69bf05ec2afe419d]

INTEGRATION: CWS visibility03 (1.4.228); FILE MERGED 2005/03/24 12:13:06 mhu 1.4.228.1: #i45006# Added (svl|svt).pmk; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [5833f9cc99432e7fd2e4dec699dcecba0ef4519c]

INTEGRATION: CWS visibility03 (1.1.1.1.946); FILE MERGED 2005/03/24 11:06:04 mhu 1.1.1.1.946.1: #i45006# Partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [b52c207ad171f80fb47bc1fb0237cba68ecac638]

INTEGRATION: CWS visibility03 (1.3.912); FILE MERGED 2005/03/24 12:13:06 mhu 1.3.912.1: #i45006# Added (svl|svt).pmk; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [53d2364fa0e9702cfc08def2cb5e060c2dd3d78f]

INTEGRATION: CWS visibility03 (1.2.924); FILE MERGED 2005/03/24 12:13:05 mhu 1.2.924.1: #i45006# Added (svl|svt).pmk; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [a1b07efe25d51ae55d063a10aee330c73621cb4b]

INTEGRATION: CWS visibility03 (1.9.308); FILE MERGED 2005/03/24 11:11:25 mhu 1.9.308.1: #i45006# Factored out SvFilterOptionsDialog UNO component into filter.uno.lib


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f7a64c5f9a0d922e7dac3d978fe2e4d6c5f3f72a]

INTEGRATION: CWS visibility03 (1.54.16); FILE MERGED 2005/03/24 23:59:36 mhu 1.54.16.2: RESYNC: (1.54-1.55); FILE MERGED 2005/03/02 13:13:45 mhu 1.54.16.1: #i40092# Fixed string ctor (char literal) usage.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [d607fe4facf4096217d452070ea6ff476cc066cd]

INTEGRATION: CWS visibility03 (1.9.308); FILE MERGED 2005/03/24 11:11:25 mhu 1.9.308.2: #i45006# Factored out SvFilterOptionsDialog UNO component into filter.uno.lib 2005/03/02 13:13:43 mhu 1.9.308.1: #i40092# Fixed string ctor (char literal) usage.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [edd071085c36f91373aa56816258d57ef71f44f2]

INTEGRATION: CWS visibility03 (1.13.910); FILE MERGED 2005/03/24 11:08:34 mhu 1.13.910.1: #i45006# Added SVT_* symbol export declarations.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [bde76bd6b056acb06e963b7d54ae780b0609d4fb]

INTEGRATION: CWS visibility03 (1.2.532); FILE MERGED 2005/03/24 12:13:04 mhu 1.2.532.1: #i45006# Added (svl|svt).pmk; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [00edff7c04b27705204ad81d587603cffd300645]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 09:49:43 mhu 1.1.2.1: #i45006# Factored out from (file|folder)picker.cxx


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [703c47cfa0d9553e2f09c8793c66474ffc7d2495]

INTEGRATION: CWS visibility03 (1.9.178); FILE MERGED 2005/03/24 12:13:03 mhu 1.9.178.1: #i45006# Added (svl|svt).pmk; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [c5951422bae0d90d9a81fdf5c6fe6d35db09f90b]

INTEGRATION: CWS visibility03 (1.9.532); FILE MERGED 2005/03/24 12:13:03 mhu 1.9.532.1: #i45006# Added (svl|svt).pmk; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [16c240f35212df1df35687fa9d1390548b00cfd0]

INTEGRATION: CWS visibility03 (1.11.224); FILE MERGED 2005/03/24 12:13:02 mhu 1.11.224.1: #i45006# Added (svl|svt).pmk; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [c0eeae9417373d3bbdcd702a6522bfd74558f21e]

INTEGRATION: CWS visibility03 (1.13.260); FILE MERGED 2005/03/24 12:13:02 mhu 1.13.260.1: #i45006# Added (svl|svt).pmk; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [a99b2e3f6c8e04406acb923a46a82e25ef7bdf5a]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 09:43:27 mhu 1.1.2.1: #i45006# Moved from svtools/source/filepicker/


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f5e25dfffb121d9b75f0360499fbca538063c8ea]

INTEGRATION: CWS visibility03 (1.7.178); FILE MERGED 2005/03/24 12:13:01 mhu 1.7.178.1: #i45006# Added (svl|svt).pmk; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [642b0455ae5f2a2edf26f8d64b91d6dbe172de54]

INTEGRATION: CWS visibility03 (1.61.96); FILE MERGED 2005/03/02 13:13:40 mhu 1.61.96.1: #i40092# Fixed string ctor (char literal) usage.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [12ef14d5dd03392469fea94e5f18eea63b631412]

INTEGRATION: CWS visibility03 (1.17.130); FILE MERGED 2005/03/24 10:29:05 mhu 1.17.130.1: #i45006# Undefine SVL_DLLIMPLEMENTATION, define SVT_DLLIMPLEMENTATION (for svt/heavyconfig.lib; see makefile.mk).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [b057657d09cc54463ee76648bcc069e1d3c870ed]

INTEGRATION: CWS visibility03 (1.6.130); FILE MERGED 2005/03/24 10:29:04 mhu 1.6.130.1: #i45006# Undefine SVL_DLLIMPLEMENTATION, define SVT_DLLIMPLEMENTATION (for svt/heavyconfig.lib; see makefile.mk).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [de53655a41f8aeb9f8217462cf4ce1e63eb2f7f7]

INTEGRATION: CWS visibility03 (1.13.130); FILE MERGED 2005/03/24 10:29:04 mhu 1.13.130.1: #i45006# Undefine SVL_DLLIMPLEMENTATION, define SVT_DLLIMPLEMENTATION (for svt/heavyconfig.lib; see makefile.mk).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [e1168ed2b9d180ac43229c775a1ca7d2a6ed9afc]

INTEGRATION: CWS visibility03 (1.4.932); FILE MERGED 2005/03/24 10:25:45 mhu 1.4.932.1: #i45006# Partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [02700dda23797abb6c314747168e5a74e5162f94]

INTEGRATION: CWS visibility03 (1.20.50); FILE MERGED 2005/03/24 10:25:45 mhu 1.20.50.1: #i45006# Partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f5129ed7d6ba67704c6a0acd51062c27d0b474f3]

INTEGRATION: CWS visibility03 (1.7.318); FILE MERGED 2005/04/07 12:26:02 mhu 1.7.318.1: #i45006# Moved SvtPrintOptions from SVL to SVT (depends on VCLs class PrinterOptions).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [991070fba31d29c11c27be66a6f30d4ff522beb0]

INTEGRATION: CWS visibility03 (1.70.306); FILE MERGED 2005/03/24 10:22:59 mhu 1.70.306.1: #i45006# Factored PathService out into svtools/uno/pathservice.cxx


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [59645d454b4ce5f60bdcba78c4e2203b82ab0dea]

INTEGRATION: CWS visibility03 (1.2.452); FILE MERGED 2005/03/24 10:29:04 mhu 1.2.452.1: #i45006# Undefine SVL_DLLIMPLEMENTATION, define SVT_DLLIMPLEMENTATION (for svt/heavyconfig.lib; see makefile.mk).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [09d0f538fd047735d189932daa24e733b65c0e7b]

INTEGRATION: CWS visibility03 (1.50.126); FILE MERGED 2005/04/07 12:26:02 mhu 1.50.126.4: #i45006# Moved SvtPrintOptions from SVL to SVT (depends on VCLs class PrinterOptions). 2005/04/01 13:02:24 mhu 1.50.126.3: #i45006# Moved helpopt.obj to heavyconfig.lib. 2005/03/24 23:57:41 mhu 1.50.126.2: RESYNC: (1.50-1.51); FILE MERGED 2005/03/24 10:27:06 mhu 1.50.126.1: #i45006# Added svl.pmk (define SVL_DLLIMPLEMENTATION).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [b29efd409b696e27814ef3a60e7995a6da090680]

INTEGRATION: CWS visibility03 (1.10.168); FILE MERGED 2005/03/24 23:57:30 mhu 1.10.168.2: RESYNC: (1.10-1.11); FILE MERGED 2005/03/24 10:29:04 mhu 1.10.168.1: #i45006# Undefine SVL_DLLIMPLEMENTATION, define SVT_DLLIMPLEMENTATION (for svt/heavyconfig.lib; see makefile.mk).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [0a5044c5e71fb89d119ac68b34dfe96a84a899f1]

INTEGRATION: CWS visibility03 (1.3.130); FILE MERGED 2005/04/06 16:44:51 mhu 1.3.130.3: RESYNC: (1.4-1.5); FILE MERGED 2005/03/24 23:57:23 mhu 1.3.130.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/24 10:29:04 mhu 1.3.130.1: #i45006# Undefine SVL_DLLIMPLEMENTATION, define SVT_DLLIMPLEMENTATION (for svt/heavyconfig.lib; see makefile.mk).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [c42bf965902a3880c1bdafa8477d13a3ef080862]

INTEGRATION: CWS visibility03 (1.14.8); FILE MERGED 2005/04/01 13:02:23 mhu 1.14.8.1: #i45006# Moved helpopt.obj to heavyconfig.lib.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [da8a002571e66c3a551a67503c3afa4a200e5d7d]

INTEGRATION: CWS visibility03 (1.2.452); FILE MERGED 2005/03/24 10:29:03 mhu 1.2.452.1: #i45006# Undefine SVL_DLLIMPLEMENTATION, define SVT_DLLIMPLEMENTATION (for svt/heavyconfig.lib; see makefile.mk).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [91bb486d9f7c77d0d300319ba6bf0de7034d20bf]

INTEGRATION: CWS visibility03 (1.2.452); FILE MERGED 2005/03/24 10:25:44 mhu 1.2.452.1: #i45006# Partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [29a73cc8237d2ecbffd6e2ee14ebf30c2eb9b9e5]

INTEGRATION: CWS visibility03 (1.9.54); FILE MERGED 2005/03/24 10:29:03 mhu 1.9.54.1: #i45006# Undefine SVL_DLLIMPLEMENTATION, define SVT_DLLIMPLEMENTATION (for svt/heavyconfig.lib; see makefile.mk).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [4a0e7c19a2fe504f0579281ecb5243cf5a56f784]

INTEGRATION: CWS visibility03 (1.7.16); FILE MERGED 2005/03/24 10:29:03 mhu 1.7.16.1: #i45006# Undefine SVL_DLLIMPLEMENTATION, define SVT_DLLIMPLEMENTATION (for svt/heavyconfig.lib; see makefile.mk).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [c07bb3509ea3d815ed5b5505dece9f4d0315d2a6]

INTEGRATION: CWS visibility03 (1.13.54); FILE MERGED 2005/03/24 10:29:03 mhu 1.13.54.1: #i45006# Undefine SVL_DLLIMPLEMENTATION, define SVT_DLLIMPLEMENTATION (for svt/heavyconfig.lib; see makefile.mk).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [bfb52853374c9151a659f3d475ae0574670d8671]

INTEGRATION: CWS visibility03 (1.7.308); FILE MERGED 2005/03/24 10:29:02 mhu 1.7.308.1: #i45006# Undefine SVL_DLLIMPLEMENTATION, define SVT_DLLIMPLEMENTATION (for svt/heavyconfig.lib; see makefile.mk).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [fdb49b8b6f4b7d2e1627c82559f8943ccdf18d9f]

INTEGRATION: CWS visibility03 (1.12.336); FILE MERGED 2005/03/24 12:13:00 mhu 1.12.336.1: #i45006# Added (svl|svt).pmk; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [b824d2108600cd1077b27f326908f27aed3108b9]

INTEGRATION: CWS visibility03 (1.124.50); FILE MERGED 2005/04/05 15:05:03 mhu 1.124.50.3: #i45006# Deliver all binaries (*.dll). 2005/03/24 23:56:15 mhu 1.124.50.2: RESYNC: (1.124-1.126); FILE MERGED 2005/03/24 16:07:22 mhu 1.124.50.1: #i45006# Adapted to factored out components.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [557fbf91677374c7552a71bba56b58a675af78fa]

INTEGRATION: CWS visibility03 (1.30.22); FILE MERGED 2005/04/01 13:00:44 mhu 1.30.22.3: #i45006# Fixed build dependencies. 2005/03/24 16:32:39 mhu 1.30.22.2: #i45006# Cleanup from removed files. 2005/03/24 16:07:22 mhu 1.30.22.1: #i45006# Adapted to factored out components.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [fcffbce74c0b06e0244ae7313ed122cc3c7973e8]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 14:07:39 mhu 1.1.2.1: #i45006# Define SVT_DLL(PUBLIC|PRIVATE).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [fee155091a2e587a197f545d6cee7a2395ed6888]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 14:07:15 mhu 1.1.2.1: #i45006# Define SVL_DLL(PUBLIC|PRIVATE).


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [5a8f728dea9bfb4e115197a0377cb73ae75e674b]

INTEGRATION: CWS visibility03 (1.1.1.1.946); FILE MERGED 2005/03/24 14:14:08 mhu 1.1.1.1.946.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [2b216dabfc9a912d277518bf32011ebe01daa9e6]

INTEGRATION: CWS visibility03 (1.3.82); FILE MERGED 2005/03/24 23:56:00 mhu 1.3.82.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/24 14:14:07 mhu 1.3.82.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [82c8b10af983d0904a38eac242c55c4f30d1f717]

INTEGRATION: CWS visibility03 (1.1.936); FILE MERGED 2005/03/24 14:14:06 mhu 1.1.936.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [a0add6f83dda7626215c7498794c5f69dae0a06f]

INTEGRATION: CWS visibility03 (1.7.228); FILE MERGED 2005/03/24 14:14:06 mhu 1.7.228.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [067fbe5b872ec3b1a94885364c8cb529c176393b]

INTEGRATION: CWS visibility03 (1.1.904); FILE MERGED 2005/03/24 14:14:05 mhu 1.1.904.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [1e61f4e68556370c9d1fe488da847766856cf1a0]

INTEGRATION: CWS visibility03 (1.11.900); FILE MERGED 2005/03/24 14:14:03 mhu 1.11.900.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [1bd799370a787c8a274e5a51e25dd17a33aa7b1b]

INTEGRATION: CWS visibility03 (1.2.760); FILE MERGED 2005/03/24 14:14:03 mhu 1.2.760.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [a0b00c7125bac786a67e1818aa195a536a24f98f]

INTEGRATION: CWS visibility03 (1.2.930); FILE MERGED 2005/03/24 14:14:02 mhu 1.2.930.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [406e416b6b08f7fb86fac8e029d7133bbfd157d5]

INTEGRATION: CWS visibility03 (1.6.452); FILE MERGED 2005/03/24 14:14:02 mhu 1.6.452.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [7dd6b1ef445c628855c26901ebdb24682ac65bb1]

INTEGRATION: CWS visibility03 (1.2.924); FILE MERGED 2005/03/24 14:13:59 mhu 1.2.924.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f72486d2edc7293a5fed44a3a70c8543de2fce54]

INTEGRATION: CWS visibility03 (1.3.924); FILE MERGED 2005/03/24 14:13:58 mhu 1.3.924.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [6734bfaa9cd0efddebf0f85e5feb34e5ceb7171c]

INTEGRATION: CWS visibility03 (1.2.230); FILE MERGED 2005/03/24 23:55:27 mhu 1.2.230.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/24 14:13:58 mhu 1.2.230.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [e4a9b144daa7df1904755b6f705f9fb3fc7810a5]

INTEGRATION: CWS visibility03 (1.2.938); FILE MERGED 2005/04/01 17:59:34 mhu 1.2.938.2: #i45006# Added more exports. 2005/03/24 14:13:57 mhu 1.2.938.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [ea5f31dde58f5034780d5471579d32b22dfc0be8]

INTEGRATION: CWS visibility03 (1.1.1.1.946); FILE MERGED 2005/03/24 14:13:57 mhu 1.1.1.1.946.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [0fbdf20eee60139d153c2e95814f5b3c133c8e0b]

INTEGRATION: CWS visibility03 (1.2.482); FILE MERGED 2005/03/24 14:13:57 mhu 1.2.482.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [109cbac8de94f2faf0bffc87a8601649c77c055b]

INTEGRATION: CWS visibility03 (1.9.388); FILE MERGED 2005/03/24 14:13:56 mhu 1.9.388.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [3414cfee379ad799f02d8dde2168e27a06148fb8]

INTEGRATION: CWS visibility03 (1.2.760); FILE MERGED 2005/03/24 14:13:56 mhu 1.2.760.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f1dd86cc9b4b1450a8205e688bd34a65a973d102]

INTEGRATION: CWS visibility03 (1.2.482); FILE MERGED 2005/03/24 14:13:54 mhu 1.2.482.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [8bdc6e7839d91d8f2518edc81d1bfe1b430d3d49]

INTEGRATION: CWS visibility03 (1.1.1.1.946); FILE MERGED 2005/03/24 14:13:54 mhu 1.1.1.1.946.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [db8de344534d966e9b700c195a8587b9c48a4d63]

INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 13:49:27 mhu 1.1.2.1: #i45006# Moved from svtools/source/filepicker/pickerhistoryaccess.hxx


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [41d0da442abd3e41d6ad91ff2d4c1b0e3d34bc12]

INTEGRATION: CWS visibility03 (1.2.760); FILE MERGED 2005/03/24 14:13:54 mhu 1.2.760.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [7ff9297d0b5f82d39e0d68fd7b71b48bd80f40d9]

INTEGRATION: CWS visibility03 (1.1.902); FILE MERGED 2005/03/24 14:13:54 mhu 1.1.902.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f1294d8fa64d5a4f4c78ef3fc790432b875e068f]

INTEGRATION: CWS visibility03 (1.1.1.1.946); FILE MERGED 2005/03/24 14:13:53 mhu 1.1.1.1.946.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [aa45404d27283ae1730465a16cad49097115b1d8]

INTEGRATION: CWS visibility03 (1.1.1.1.946); FILE MERGED 2005/03/24 14:13:52 mhu 1.1.1.1.946.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [6393797f6e467bc1d9e357a17e9936d664652971]

INTEGRATION: CWS visibility03 (1.2.452); FILE MERGED 2005/03/24 14:13:52 mhu 1.2.452.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [04dbb07c5e5838b7239a4fba26f367c471cb3bf8]

INTEGRATION: CWS visibility03 (1.3.760); FILE MERGED 2005/03/24 14:13:50 mhu 1.3.760.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [c4be9324584f1c2c2817bf21e988753a450e841e]

INTEGRATION: CWS visibility03 (1.1.942); FILE MERGED 2005/03/24 14:13:50 mhu 1.1.942.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [6003c7c0b8ef4932af0ae23e9a06eed593c5ed70]

INTEGRATION: CWS visibility03 (1.2.760); FILE MERGED 2005/03/24 14:13:49 mhu 1.2.760.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [ab479f5fea1aa990bd4dfdfe74c76c98d03dded1]

INTEGRATION: CWS visibility03 (1.14.178); FILE MERGED 2005/03/24 14:13:49 mhu 1.14.178.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [a178c4d1870c7c5db230f70994677269fe5d11f9]

INTEGRATION: CWS visibility03 (1.1.1.1.946); FILE MERGED 2005/03/24 14:13:48 mhu 1.1.1.1.946.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [19c65e772be66a06a04c521b333f46a820b49c5a]

INTEGRATION: CWS visibility03 (1.1.1.1.946); FILE MERGED 2005/03/24 14:13:47 mhu 1.1.1.1.946.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [0963d0e4247e63ac7f54d2de78f48c1f3404a5ac]

INTEGRATION: CWS visibility03 (1.1.906); FILE MERGED 2005/03/24 14:13:46 mhu 1.1.906.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [5c9fdebee4f1405053c31c594950ae9762ea41b1]

INTEGRATION: CWS visibility03 (1.2.272); FILE MERGED 2005/03/24 14:13:45 mhu 1.2.272.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [726c38dca16dc67a1fb05783979227bf56458289]

INTEGRATION: CWS visibility03 (1.5.910); FILE MERGED 2005/03/24 14:13:45 mhu 1.5.910.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [980217ca8f7180ff37c6f4b69a58b989f4114d35]

INTEGRATION: CWS visibility03 (1.2.906); FILE MERGED 2005/03/24 14:13:43 mhu 1.2.906.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [042fa64e2672facc220e0fb6053d18ee50828f6a]

INTEGRATION: CWS visibility03 (1.5.760); FILE MERGED 2005/03/24 14:13:43 mhu 1.5.760.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [82a4ca8d65a905f485b40f071903de6d75acf0f9]

INTEGRATION: CWS visibility03 (1.2.760); FILE MERGED 2005/03/24 14:13:42 mhu 1.2.760.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [58a46056ba1a7bc618c4b32b163ebca302b66152]

INTEGRATION: CWS visibility03 (1.2.924); FILE MERGED 2005/03/24 14:13:41 mhu 1.2.924.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [5de95c9b672b0fae13eb670db39d56126fbbbd69]

INTEGRATION: CWS visibility03 (1.2.302); FILE MERGED 2005/03/24 14:13:41 mhu 1.2.302.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [c171c497b56fba7d6596bfc4a8d0bde3372a8f1e]

INTEGRATION: CWS visibility03 (1.2.452); FILE MERGED 2005/03/24 14:13:41 mhu 1.2.452.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f4e90efa0105caa108cac67c7e7f8208acfe7bd8]

INTEGRATION: CWS visibility03 (1.2.520); FILE MERGED 2005/03/24 14:13:40 mhu 1.2.520.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [e02af4696fd010e8472dd2913e4ef83da37b9057]

INTEGRATION: CWS visibility03 (1.2.452); FILE MERGED 2005/03/24 14:13:40 mhu 1.2.452.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [4c2eab3d3a6b7bba21f689ccad832d255555b1e2]

INTEGRATION: CWS visibility03 (1.16.178); FILE MERGED 2005/03/24 14:13:39 mhu 1.16.178.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [1ced43da24a290153b07376a19b107198b5e3d50]

INTEGRATION: CWS visibility03 (1.2.406); FILE MERGED 2005/03/24 14:13:39 mhu 1.2.406.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [b56b8d36cbf6e7bb0be36da3124f0d65dde9fa2b]

INTEGRATION: CWS visibility03 (1.1.1.1.946); FILE MERGED 2005/03/24 14:13:38 mhu 1.1.1.1.946.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [88467d29ddb0483d39f084e7305685960357c6a4]

INTEGRATION: CWS visibility03 (1.2.302); FILE MERGED 2005/04/01 18:12:34 mhu 1.2.302.1: #i45006# Added more exports.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [86b42366f9e952ef82a93f6b9d2289d40743794e]

INTEGRATION: CWS visibility03 (1.1.902); FILE MERGED 2005/03/24 14:13:36 mhu 1.1.902.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [8806b138da64eacbcab7f7b91ee72fcdadf53d3d]

INTEGRATION: CWS visibility03 (1.4.140); FILE MERGED 2005/03/24 14:13:35 mhu 1.4.140.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [2f2ce1f56ac19ce663076404f27da8851dfbcc8c]

INTEGRATION: CWS visibility03 (1.8.906); FILE MERGED 2005/04/04 10:16:44 mhu 1.8.906.2: #i45006# More exported symbols. 2005/03/24 14:13:35 mhu 1.8.906.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [9c95b44ed610ed5283b5f6d7bf90e18256db1565]

INTEGRATION: CWS visibility03 (1.1.936); FILE MERGED 2005/03/24 14:13:34 mhu 1.1.936.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [3d967ac691371f52c16a9b26ee8b08a5a7ea61e2]

INTEGRATION: CWS visibility03 (1.2.902); FILE MERGED 2005/03/24 14:13:33 mhu 1.2.902.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [21674e3986c797f37a09f22ecce08f17055303bf]

INTEGRATION: CWS visibility03 (1.2.306); FILE MERGED 2005/03/24 14:13:32 mhu 1.2.306.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [d29e77b5cc6ec460075116d44eebcac8706b7dd3]

INTEGRATION: CWS visibility03 (1.2.934); FILE MERGED 2005/03/24 14:13:32 mhu 1.2.934.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [9b99a856aebf005353415c1aa14d9df7de90eed2]

INTEGRATION: CWS visibility03 (1.1.942); FILE MERGED 2005/03/24 14:13:31 mhu 1.1.942.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [01b0fc36879e9471e3d2d82b63666946b18667bd]

INTEGRATION: CWS visibility03 (1.3.318); FILE MERGED 2005/03/24 14:13:30 mhu 1.3.318.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [2eda90c4d9c7c313fd4e7e42189aff1dd5b3b246]

INTEGRATION: CWS visibility03 (1.2.452); FILE MERGED 2005/03/24 14:13:30 mhu 1.2.452.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [cd5abbe04e271c9239ba0c16c81530eaee999db0]

INTEGRATION: CWS visibility03 (1.1.1.1.946); FILE MERGED 2005/03/24 14:13:30 mhu 1.1.1.1.946.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [7747f4e90170e9387cbec642d4b4e31893e44f00]

INTEGRATION: CWS visibility03 (1.4.930); FILE MERGED 2005/03/24 14:13:29 mhu 1.4.930.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [2b63b90cdb9bfb75de6b2cfdbae2782667a51f24]

INTEGRATION: CWS visibility03 (1.5.62); FILE MERGED 2005/03/24 23:55:01 mhu 1.5.62.2: RESYNC: (1.5-1.6); FILE MERGED 2005/03/24 14:13:29 mhu 1.5.62.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [cbaa9b1f0ffc4db9ab5e8bf1e47a1f040bb97779]

INTEGRATION: CWS visibility03 (1.3.908); FILE MERGED 2005/03/24 14:13:29 mhu 1.3.908.2: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup. 2005/03/02 13:13:38 mhu 1.3.908.1: #i40092# Fixed string ctor (char literal) usage.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [d16a007a75fe50a38653c0dd65f885cddd190da5]

INTEGRATION: CWS visibility03 (1.2.260); FILE MERGED 2005/03/24 14:13:28 mhu 1.2.260.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [1d8eca1de8c32e8eb9dbb9f16db2f9053cf359d9]

INTEGRATION: CWS visibility03 (1.6.4); FILE MERGED 2005/04/07 07:23:41 mhu 1.6.4.1: #i45006# Added missing forward declaration.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [e800b9a206538c278d977bb04fe974accdd029e5]

INTEGRATION: CWS visibility03 (1.8.92); FILE MERGED 2005/03/15 11:27:15 mhu 1.8.92.1: #i40092# Removed unused International::GetCurr() implementation.


2005-04-13  Oliver Bolte  <obo@openoffice.org>  [bb90dab4529e54894248dc5f1c809e2ce0022a52]

INTEGRATION: CWS visibility03 (1.20.46); FILE MERGED 2005/03/02 13:12:03 mhu 1.20.46.1: #i40092# Fixed string ctor (char literal) usage.


2005-04-12  Oliver Bolte  <obo@openoffice.org>  [a35860bbcd31790d512a4418803b15d4b9f107bf]

INTEGRATION: CWS vclfinal01 (1.53.6); FILE MERGED 2005/04/04 11:31:22 pl 1.53.6.1: #i46539# remove erroneous declaration


2005-04-12  Oliver Bolte  <obo@openoffice.org>  [8d364365fa84e29c4932cc4f4ef5d850a897a72f]

INTEGRATION: CWS vclfinal01 (1.27.2); FILE MERGED 2005/04/07 09:40:02 pl 1.27.2.1: #i46889# copy AlternateKeyCode handling from generic plugin


2005-04-12  Oliver Bolte  <obo@openoffice.org>  [0a4ed66b096a111469159ada8a212368ea871066]

INTEGRATION: CWS vclfinal01 (1.13.6); FILE MERGED 2005/04/06 13:05:31 pl 1.13.6.1: #i46636# in borderless case draw now combbox button but a normal button


2005-04-12  Oliver Bolte  <obo@openoffice.org>  [ec0e6f9cfb1b7d5fdf70dca747b409943e1a396e]

INTEGRATION: CWS vclfinal01 (1.46.80); FILE MERGED 2005/04/07 10:22:07 ssa 1.46.80.1: #i46093# merge fix made for i21775 from PP4 branch


2005-04-12  Oliver Bolte  <obo@openoffice.org>  [f6e95d42187734d83341960395035f952bba78ee]

INTEGRATION: CWS vclfinal01 (1.50.122); FILE MERGED 2005/04/04 17:34:32 pl 1.50.122.1: #i46636# fix HAS_BACKGROUND_TEXTURE handling for comboboxes and listboxes


2005-04-12  Oliver Bolte  <obo@openoffice.org>  [3d8d1316a8897e56d21b35ba57b219cff90738d4]

INTEGRATION: CWS vclfinal01 (1.71.6); FILE MERGED 2005/04/06 11:30:42 pl 1.71.6.2: #i46636# check native border usage if either subedit or parent edit has a border 2005/04/04 17:34:32 pl 1.71.6.1: #i46636# fix HAS_BACKGROUND_TEXTURE handling for comboboxes and listboxes


2005-04-12  Oliver Bolte  <obo@openoffice.org>  [ed4f33adf523b3653d1bc83d5adf87c36326afa6]

INTEGRATION: CWS vclfinal01 (1.37.12); FILE MERGED 2005/04/06 13:04:51 pl 1.37.12.4: #i46636# fix no HAS_BACKGROUND_TEXTURE case for comboboxes 2005/04/05 12:49:22 pl 1.37.12.3: #i45896# another gcc 3.3 temporary fix 2005/04/04 17:34:32 pl 1.37.12.2: #i46636# fix HAS_BACKGROUND_TEXTURE handling for comboboxes and listboxes 2005/04/04 08:21:34 ssa 1.37.12.1: #i46410# always paint radio and checkbox statechanges using invalidate to have the proper background


2005-04-12  Oliver Bolte  <obo@openoffice.org>  [397ef3bc1c5e9d24a6b324f4adff02426c948594]

INTEGRATION: CWS vclfinal01 (1.29.6); FILE MERGED 2005/04/05 12:51:15 pl 1.29.6.1: #i46472# another gcc 3.3 temporary fix


2005-04-12  Oliver Bolte  <obo@openoffice.org>  [f4e2bb218f31f52097849f53154afe5c09abd0eb]

INTEGRATION: CWS vclfinal01 (1.57.4); FILE MERGED 2005/04/05 10:10:31 pl 1.57.4.1: #i46115# fix for already existing but not writeable directory


2005-04-11  Oliver Bolte  <obo@openoffice.org>  [4eb6d1d4bb656918a5f7adee6532d3c6300e19eb]

new version for SRC680


2005-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5d34df5ad30cafed4ff40613b6c1fe0a807261b1]

new version for SRC680


2005-04-11  Vladimir Glazounov  <vg@openoffice.org>  [49ff2ec0d7540d51a31ee14c26e9a1a3f1c4ed86]

new version for SRC680


2005-04-11  Vladimir Glazounov  <vg@openoffice.org>  [24c5f19b98bcbc6ac18aad2f5dae958786398975]

new version for SRC680


2005-04-11  Vladimir Glazounov  <vg@openoffice.org>  [da19ada0de60468fed59bdec6206a9ce44eff418]

new version for SRC680


2005-04-11  Vladimir Glazounov  <vg@openoffice.org>  [bacd3f90253c3c470324237bfe93b9b75d7f8b57]

new version for SRC680


2005-04-11  Oliver Bolte  <obo@openoffice.org>  [4eb6c95ff4d7c64be2083880c0962da8b1ed294b]

INTEGRATION: CWS vclshowstop02 (1.3.14); FILE MERGED 2005/04/07 17:47:12 pl 1.3.14.1: #i46947# answer to session manager even if no listener is present


2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3858c37d4ae5e4ddbed4b4d7c7085cf25a3f0189]

INTEGRATION: CWS dvoqbfix2 (1.20.320); FILE MERGED 2005/03/31 16:26:35 flr 1.20.320.1: #i46219# CVScrash on export to word xp/2000; breaks where missing in switch statement


2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [142b9fac189e8883151f9d92f1fb38cc3415706c]

INTEGRATION: CWS kdefixes01 (1.4.52); FILE MERGED 2005/04/06 13:35:42 kendy 1.4.52.1: Issue number: #i45922# Submitted by: kendy KDE NWF fixes: - Implementation of the NWF toolbars and menus - Improved menu font resolving - Handle the startup notification better


2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd69cffc7c2ca20f0589585b8201eee2103e6dce]

INTEGRATION: CWS kdefixes01 (1.4.94); FILE MERGED 2005/04/06 13:35:42 kendy 1.4.94.1: Issue number: #i45922# Submitted by: kendy KDE NWF fixes: - Implementation of the NWF toolbars and menus - Improved menu font resolving - Handle the startup notification better


2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c454dc98d45ea85a35a35ed14669364a51e58dae]

INTEGRATION: CWS kdefixes01 (1.87.8); FILE MERGED 2005/04/06 13:35:41 kendy 1.87.8.1: Issue number: #i45922# Submitted by: kendy KDE NWF fixes: - Implementation of the NWF toolbars and menus - Improved menu font resolving - Handle the startup notification better


2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [752bf05ea142b6a31af7091d6368c448640cf750]

INTEGRATION: CWS kdefixes01 (1.122.8); FILE MERGED 2005/04/06 13:35:40 kendy 1.122.8.1: Issue number: #i45922# Submitted by: kendy KDE NWF fixes: - Implementation of the NWF toolbars and menus - Improved menu font resolving - Handle the startup notification better


2005-04-08  Vladimir Glazounov  <vg@openoffice.org>  [c852310a731c890e305475248c53fe10fb28d33c]

new version for SRC680


2005-04-08  Vladimir Glazounov  <vg@openoffice.org>  [754dfe1321ad37048b3be684f3d12955ac0c342b]

new version for SRC680


2005-04-08  Vladimir Glazounov  <vg@openoffice.org>  [6394df9bb887ab315a1248377ccf9f0ee361f79e]

new version for SRC680


2005-04-07  Vladimir Glazounov  <vg@openoffice.org>  [4ceaab1c8d9e2512bce680ea091be971743b3efd]

new version for SRC680


2005-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f57dede0d556828612ab9e6c28cb13140de246ca]

new version for SRC680


2005-04-07  Vladimir Glazounov  <vg@openoffice.org>  [7e3109119d4545a16d95e0d8695d1f93db371475]

new version for SRC680


2005-04-07  Vladimir Glazounov  <vg@openoffice.org>  [684c8d7e5e260a7f2ebf2c1a02e3a728a5bc5184]

new version for SRC680


2005-04-07  Vladimir Glazounov  <vg@openoffice.org>  [181d0258f95924d42a50063fa9b2798f1104f9f1]

new version for SRC680


2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b71b124287ae159b9c774d33a0c30da40164e03]

#i46843#: empty symbol list


2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [4489bea8ce2157fe6af13551e8687abf142718b7]

INTEGRATION: CWS so8betaloc (1.10.12); FILE MERGED 2005/03/03 19:50:15 ihi 1.10.12.1: #i43418# brackets removed


2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [12f5b9968883be029ce9974dd8655d865927682f]

INTEGRATION: CWS cmcfixes5 (1.3.946); FILE MERGED 2005/04/06 12:47:55 cmc 1.3.946.2: #i46599# memsets are redundant anyway 2005/04/04 13:51:34 cmc 1.3.946.1: #i46415# memset the wrong way around


2005-04-05  Vladimir Glazounov  <vg@openoffice.org>  [baae824b5aa5c3564cd5539728722f7a7ccb5704]

new version for SRC680


2005-04-04  Vladimir Glazounov  <vg@openoffice.org>  [3655698ee17ca3048396f07278254d4135a1c468]

new version for SRC680


2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2da34ecc026384ddea9c7f169a4dd38ba0b229d]

INTEGRATION: CWS tl10 (1.38.54); FILE MERGED 2005/03/22 12:24:30 ssa 1.38.54.1: #i45714# check for Ctrl and Alt separately, both together is allowed to enter valid chars like backspace


2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a17392545b11d04640be9b42eb552adb15f013e]

INTEGRATION: CWS tl10 (1.5.230); FILE MERGED 2005/03/21 18:14:16 tl 1.5.230.1: #i43873# improving performance when updating linguistic configuration


2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [2be815527260962c02ad7025fdd9b5c3c9259ed6]

INTEGRATION: CWS fwkfinal6 (1.2.46); FILE MERGED 2005/03/23 08:48:34 as 1.2.46.1: #i45787# check references to be more stable


2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [fe5e606a1b537d85fe4d3d195998897d06599780]

INTEGRATION: CWS vclshowstop01 (1.12.6); FILE MERGED 2005/03/23 18:50:06 pl 1.12.6.2: #i45872# correct patch problems 2005/03/23 18:43:20 pl 1.12.6.1: #i45872# fixed composed keys


2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [48e8a92249c707706e801ed66c6b5559f378e4c9]

INTEGRATION: CWS vclshowstop01 (1.23.4); FILE MERGED 2005/03/23 18:50:05 pl 1.23.4.2: #i45872# correct patch problems 2005/03/23 18:43:20 pl 1.23.4.1: #i45872# fixed composed keys


2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [921c5ad597df56727c950b43febd29cf97fe2352]

#i46456# check for empty string, i.e., deref string itself not only ptr to it


2005-03-31  Rüdiger Timm  <rt@openoffice.org>  [dce59de69822d110bc0e9bec673321e805c86ca4]

#i10000# No drafts any more.


2005-03-31  Vladimir Glazounov  <vg@openoffice.org>  [a919eda4182c015f93bf6293073be32dd3dc0587]

new version for SRC680


2005-03-30  Vladimir Glazounov  <vg@openoffice.org>  [6949667323d90529355aee595a743052cb516499]

new version for SRC680


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [c867c547d26dd1f558e36c42f03c3c8cc3c3e3af]

#i10000# Add b2enums.hxx again which got lost by mistake in last integration.


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [e3464b99d1ff65a5321b5df7a4f466608b9e5f54]

INTEGRATION: CWS vcl38 (1.10.56); FILE MERGED 2005/03/16 12:13:40 pl 1.10.56.2: #45142# NWF for tooltips 2005/03/11 12:38:47 pl 1.10.56.1: #b6238085# support for Edits without border on systems that set NWFs HAS_BACKGROUND_TEXTURE


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [1176d77a18551b441b3017a860db60be11d27e87]

INTEGRATION: CWS vcl38 (1.21.10); FILE MERGED 2005/03/18 15:18:51 pl 1.21.10.4: #i45389# start printer detection 2005/03/17 16:32:04 pl 1.21.10.3: #i44825# do not put tool windows in taskbar 2005/03/17 12:17:53 pl 1.21.10.2: #i44325# window state maximized improvements 2005/03/10 17:48:39 pl 1.21.10.1: #44723# workaround gcc problem


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [a72d1361eacb9148f30cbc35d54ae978e4eb2bed]

INTEGRATION: CWS vcl38 (1.114.54); FILE MERGED 2005/03/17 15:18:17 ssa 1.114.54.2: #i43250# do not adjust window position that was read by GetWindowRect 2005/03/17 09:02:56 pl 1.114.54.1: #i44325# save maximized size in window state to improve resizing behaviour


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [7d1242871f053ccd98f5f919983bb6ab87a29441]

INTEGRATION: CWS vcl38 (1.14.104); FILE MERGED 2005/03/16 08:50:06 hdu 1.14.104.1: #i42190# allow symbol aliasing in winfont coverage


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [cc75f635abb07ebe622f53a4910afca99e1fc2a6]

INTEGRATION: CWS vcl38 (1.187.60); FILE MERGED 2005/03/18 15:19:08 pl 1.187.60.3: #i45389# start printer detection 2005/03/18 11:16:59 pl 1.187.60.2: #i44825# set net wm state before each map 2005/03/17 09:02:55 pl 1.187.60.1: #i44325# save maximized size in window state to improve resizing behaviour


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [5434ba1caa264355a64ee8838320b504790ee816]

INTEGRATION: CWS vcl38 (1.36.54); FILE MERGED 2005/03/18 15:18:57 pl 1.36.54.1: #i45389# start printer detection


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [4932f779a19f587ce177cbde75abf47689ca69f3]

INTEGRATION: CWS vcl38 (1.13.64); FILE MERGED 2005/03/10 11:27:37 pl 1.13.64.1: #i44630# avoid 8 bit truecolor visuals


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [d43a2a9d83a9b00559c670abb349be3487b029b0]

INTEGRATION: CWS vcl38 (1.51.180); FILE MERGED 2005/03/18 11:16:58 pl 1.51.180.1: #i44825# set net wm state before each map


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [22804a483b4f8c4f1f7af64387ec9c38280e8de1]

INTEGRATION: CWS vcl38 (1.4.78); FILE MERGED 2005/03/16 12:13:39 pl 1.4.78.1: #45142# NWF for tooltips


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [5aea54ff20a52b48b58308b1a0cf4bc0d1c627d0]

INTEGRATION: CWS vcl38 (1.11.60); FILE MERGED 2005/03/17 12:17:53 pl 1.11.60.1: #i44325# window state maximized improvements


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [c1402830065fb2117ab1ccca208d793299b963ca]

INTEGRATION: CWS vcl38 (1.20.180); FILE MERGED 2005/03/18 11:16:56 pl 1.20.180.1: #i44825# set net wm state before each map


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [696876f0f90e02db259e0b8fbcaf7512d2cc3d64]

INTEGRATION: CWS vcl38 (1.40.68); FILE MERGED 2005/03/17 09:02:54 pl 1.40.68.1: #i44325# save maximized size in window state to improve resizing behaviour


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [903581a848026e3cd3522ecd87f20529120469de]

INTEGRATION: CWS vcl38 (1.120.56); FILE MERGED 2005/03/16 12:44:18 ssa 1.120.56.1: #i45161# avoid border around menubar selection


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [9b64b379b7a9a7dcdf782ce4a8f6fe8cc0d67c68]

INTEGRATION: CWS vcl38 (1.20.68); FILE MERGED 2005/03/14 14:52:54 ssa 1.20.68.1: #i43499# use CTRL to disable docking


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [d390cf3f359659e4175b41a8845a74e0526ac7df]

INTEGRATION: CWS vcl38 (1.10.56); FILE MERGED 2005/03/14 14:52:54 ssa 1.10.56.2: #i43499# use CTRL to disable docking 2005/03/14 14:13:56 ssa 1.10.56.1: #i44800# toolbarsizes while docking are always outputsizes


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [2efe95ba88568deef60e2e3056353d2efe3660c9]

INTEGRATION: CWS vcl38 (1.64.62); FILE MERGED 2005/03/15 14:59:00 hdu 1.64.62.1: #i23827# fix glyph fallback layout of base level with unitsperpixel!=1


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [8092cdc590bf9a60338824b57f60fbaf56cd0495]

INTEGRATION: CWS vcl38 (1.78.56); FILE MERGED 2005/03/17 15:34:23 hdu 1.78.56.2: #119763# better detection when artificial boldness is needed 2005/03/09 16:48:45 pl 1.78.56.1: join vcl37 changes


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [d7129fdc63a568c9577b69be1648787df85ce482]

INTEGRATION: CWS vcl38 (1.16.144); FILE MERGED 2005/03/11 12:38:46 pl 1.16.144.1: #b6238085# support for Edits without border on systems that set NWFs HAS_BACKGROUND_TEXTURE


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [0b66367a203f36f311edf049c35e6117ce4607e8]

INTEGRATION: CWS vcl38 (1.70.54); FILE MERGED 2005/03/11 12:38:45 pl 1.70.54.1: #b6238085# support for Edits without border on systems that set NWFs HAS_BACKGROUND_TEXTURE


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [00162fd5ef1c330dc6019c892b4bc35584bf6a41]

INTEGRATION: CWS vcl38 (1.28.56); FILE MERGED 2005/03/16 12:13:39 pl 1.28.56.1: #45142# NWF for tooltips


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [e40df0b6f3ca7a44cd10be62b8875cca9abb27c3]

INTEGRATION: CWS vcl38 (1.1.6); FILE ADDED 2005/03/22 15:39:50 sg 1.1.6.1: #i44325#NEW: initial version


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [780d6afeacc397db2c05e2618b5185bdd1963fee]

INTEGRATION: CWS vcl38 (1.1.6); FILE ADDED 2005/03/22 15:39:27 sg 1.1.6.1: #i44325#NEW: initial version


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [01ec5519a8fb9282079c11ceb621a8e0272fcb06]

INTEGRATION: CWS vcl38 (1.1.6); FILE ADDED 2005/03/22 15:38:53 sg 1.1.6.1: #i44325#NEW: initial version


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [cf3dcde84938c68b1aae0e17c4ddaf2b1a41b195]

INTEGRATION: CWS vcl38 (1.1.2); FILE ADDED 2005/03/22 15:42:36 sg 1.1.2.1: #i44325#NEW: initial version


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [b5ebd8bbb619c2f643d26b339331138f326df3d4]

INTEGRATION: CWS vcl38 (1.1.2); FILE ADDED 2005/03/22 15:42:57 sg 1.1.2.1: #i44325#NEW: initial version


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [c0640cae0235fd2b8f38e96b925a215ec22d9a2a]

INTEGRATION: CWS vcl38 (1.1.2); FILE ADDED 2005/03/22 15:43:14 sg 1.1.2.1: #i44325#NEW: initial version


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [18d87c01910088da1245a88d5cf1fbb8369b71da]

INTEGRATION: CWS vcl38 (1.1.2); FILE ADDED 2005/03/22 15:43:38 sg 1.1.2.1: #i44325#NEW: initial version


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [92870f6a48ece9dfb81d696adaac8582cd4c097b]

INTEGRATION: CWS vcl38 (1.1.6); FILE ADDED 2005/03/22 15:41:00 sg 1.1.6.1: #i44325#NEW: initial version


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [f534c0f38d53d335a81c81e694d1b3acc3d9ab29]

INTEGRATION: CWS vcl38 (1.1.6); FILE ADDED 2005/03/22 15:41:42 sg 1.1.6.1: #i44325#NEW: initial version


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [656fe0f0dcfefbed163a70b688758a52ecc1c6b9]

INTEGRATION: CWS vcl38 (1.1.6); FILE ADDED 2005/03/22 15:41:24 sg 1.1.6.1: #i44325#NEW: initial version


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [ee998e7266d4709a4ee986e3984d7fba0a78adfa]

INTEGRATION: CWS vcl38 (1.9.18); FILE MERGED 2005/03/18 11:12:49 pl 1.9.18.2: #i44399# do  not kill thread prematurely 2005/03/18 10:51:50 pl 1.9.18.1: #i44399# reset m_bNewDests also if no CUPS printers were found


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [14a603d2ae5fabf316f576f9da82c063380ec812]

INTEGRATION: CWS vcl38 (1.32.30); FILE MERGED 2005/03/18 11:45:52 pl 1.32.30.2: RESYNC: (1.32-1.33); FILE MERGED 2005/03/17 13:33:48 ssa 1.32.30.1: #i43523# check xPropSet before using


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [d73f119d703b4034437594be82f34fe99670afaf]

INTEGRATION: CWS presfixes02 (1.2.28); FILE MERGED 2005/03/14 16:04:59 thb 1.2.28.1: #i35136# #i36914# #i41113# #i44100# #i40115# #i41839# #i44404# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [c9c1484e3a798dcf5d60d23b9da4279fdb5774eb]

INTEGRATION: CWS presfixes02 (1.4.2); FILE MERGED 2005/03/14 16:04:59 thb 1.4.2.1: #i35136# #i36914# #i41113# #i44100# #i40115# #i41839# #i44404# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [d19b6ec6962ae188c2b888b7396c6b9f5356ce53]

INTEGRATION: CWS presfixes02 (1.4.2); FILE MERGED 2005/03/14 16:04:58 thb 1.4.2.1: #i35136# #i36914# #i41113# #i44100# #i40115# #i41839# #i44404# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [8ec28bbc158bc03be43db3f242f878aabb9bed16]

INTEGRATION: CWS presfixes02 (1.4.2); FILE MERGED 2005/03/14 16:04:57 thb 1.4.2.1: #i35136# #i36914# #i41113# #i44100# #i40115# #i41839# #i44404# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [6ad5e47555705dcb4d992d0134d997b00eb4298f]

INTEGRATION: CWS presfixes02 (1.4.2); FILE MERGED 2005/03/14 16:04:56 thb 1.4.2.1: #i35136# #i36914# #i41113# #i44100# #i40115# #i41839# #i44404# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [2c76a0b124191febf14b9798570fef261612e5d4]

INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED 2005/03/14 16:04:55 thb 1.3.2.1: #i35136# #i36914# #i41113# #i44100# #i40115# #i41839# #i44404# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [bc3e2d244bd482ff96638f2bb753d9849be91ae7]

INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED 2005/03/23 19:28:09 thb 1.3.2.2: #i38985# At least one of the reasons for the Solaris crash was requesting a zero-sized bitmap here. Now distinguishing between bitmap and output size (the former is rounded _up_ to the nearest integer) 2005/03/14 16:04:55 thb 1.3.2.1: #i35136# #i36914# #i41113# #i44100# #i40115# #i41839# #i44404# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [7b7437d10b73f489d9a3e9a9fe6b1d4f901a0686]

INTEGRATION: CWS presfixes02 (1.5.2); FILE MERGED 2005/03/14 16:04:55 thb 1.5.2.1: #i35136# #i36914# #i41113# #i44100# #i40115# #i41839# #i44404# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [f08c5ffbbd7d0993fa498bacde96e6c25aed530d]

INTEGRATION: CWS presfixes02 (1.5.2); FILE MERGED 2005/03/18 18:56:39 thb 1.5.2.2: #i44515# Finished subsetting rework (now drawSubset() does the right thing for various border cases) 2005/03/14 16:04:54 thb 1.5.2.1: #i35136# #i36914# #i41113# #i44100# #i40115# #i41839# #i44404# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [01cc6f6d71fd69f14967b0e43858afc3f02a7516]

INTEGRATION: CWS presfixes02 (1.4.2); FILE MERGED 2005/03/14 16:04:54 thb 1.4.2.1: #i35136# #i36914# #i41113# #i44100# #i40115# #i41839# #i44404# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [920462aed72499fabd6e19e351fc9101b64f4b9c]

INTEGRATION: CWS presfixes02 (1.4.2); FILE MERGED 2005/03/14 16:04:53 thb 1.4.2.1: #i35136# #i36914# #i41113# #i44100# #i40115# #i41839# #i44404# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [42df2c3d39fde4e432c4aa4df54cebcc0a117d31]

INTEGRATION: CWS presfixes02 (1.5.2); FILE MERGED 2005/03/14 16:04:53 thb 1.5.2.1: #i35136# #i36914# #i41113# #i44100# #i40115# #i41839# #i44404# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [21fe572e9e38ee00adeb2ae3a34e97659b991329]

INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED 2005/03/14 16:04:53 thb 1.3.2.1: #i35136# #i36914# #i41113# #i44100# #i40115# #i41839# #i44404# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [5595c883d0ebf5f965478ad65a0ac11cdbc49483]

INTEGRATION: CWS presfixes02 (1.4.2); FILE MERGED 2005/03/14 16:04:52 thb 1.4.2.1: #i35136# #i36914# #i41113# #i44100# #i40115# #i41839# #i44404# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [80dc17ac3714c7b6b00426dea69fc076a3a5fd36]

INTEGRATION: CWS presfixes02 (1.7.2); FILE MERGED 2005/03/22 14:50:54 dbo 1.7.2.6: #i35136# fixed to subdivide polypolygon in case it has curves Issue number: Submitted by: Reviewed by: 2005/03/18 22:45:31 thb 1.7.2.5: #i10000# Solaris CC needed consistent template function types 2005/03/18 18:56:39 thb 1.7.2.4: #i44515# Finished subsetting rework (now drawSubset() does the right thing for various border cases) 2005/03/16 17:40:29 thb 1.7.2.3: #i35136# For bitmap textures with a transparent gradient, falling back to TransparencyGroupAction (XCanvas currently cannot handle both alpha gradient and texture) 2005/03/15 14:17:47 thb 1.7.2.2: #i10000# Enforced similar types for ::std::min() arguments (breaks under Linux otherwise) 2005/03/14 16:04:51 thb 1.7.2.1: #i35136# #i36914# #i41113# #i44100# #i40115# #i41839# #i44404# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [072b2ebf66f58904d5a5d47a10e0a1756b5a52cc]

INTEGRATION: CWS presfixes02 (1.4.2); FILE MERGED 2005/03/14 16:04:51 thb 1.4.2.1: #i35136# #i36914# #i41113# #i44100# #i40115# #i41839# #i44404# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [0a0ecc1c98d791d709dfbf55ea576b821fda3cfc]

INTEGRATION: CWS presfixes02 (1.6.2); FILE MERGED 2005/03/18 18:56:38 thb 1.6.2.3: #i44515# Finished subsetting rework (now drawSubset() does the right thing for various border cases) 2005/03/16 17:40:28 thb 1.6.2.2: #i35136# For bitmap textures with a transparent gradient, falling back to TransparencyGroupAction (XCanvas currently cannot handle both alpha gradient and texture) 2005/03/14 16:04:51 thb 1.6.2.1: #i35136# #i36914# #i41113# #i44100# #i40115# #i41839# #i44404# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [4ad5c199cbed7ab34ad3a76ae059828f259f92df]

INTEGRATION: CWS presfixes02 (1.4.14); FILE MERGED 2005/03/14 16:04:50 thb 1.4.14.1: #i35136# #i36914# #i41113# #i44100# #i40115# #i41839# #i44404# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [0dd4be8b9257f15e1edf19b3b6aeec3cfb54168d]

INTEGRATION: CWS presfixes02 (1.3.14); FILE MERGED 2005/03/14 16:04:50 thb 1.3.14.1: #i35136# #i36914# #i41113# #i44100# #i40115# #i41839# #i44404# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [99ddd91399264aa94d1f3254f2069685d2d48946]

INTEGRATION: CWS presfixes02 (1.4.14); FILE MERGED 2005/03/18 18:57:04 thb 1.4.14.3: #i44515# Finished subsetting rework (removed plain int from interfaces) 2005/03/16 17:40:38 thb 1.4.14.2: #i35136# For bitmap textures with a transparent gradient, falling back to TransparencyGroupAction (XCanvas currently cannot handle both alpha gradient and texture) 2005/03/14 16:04:50 thb 1.4.14.1: #i35136# #i36914# #i41113# #i44100# #i40115# #i41839# #i44404# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [facec2cabb0be7d82b879da880279a42d4d6c4dd]

INTEGRATION: CWS presfixes02 (1.2.2); FILE MERGED 2005/03/23 19:46:35 thb 1.2.2.1: #i38985# At least one of the reasons for the Solaris crash was accessing an empty bitmap, which returns a NULL ReadAccess. Tightened that, and corrected ScanlineStride semantics (the stride is the raw size of the scanline, i.e. usually rounded up to multiples of the machine word), plus removed the cause for some warnings.


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [2c3114c3e06a2002c8b507591ea34d0953c0c1cd]

INTEGRATION: CWS presfixes02 (1.32.74); FILE MERGED 2005/03/14 16:47:24 thb 1.32.74.1: #i41113# DrawPolyPolygon() was totally buggy for poly-polygons with empty polygons. Fixed now.


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [4c4ea38da5b204eec61846d94ab4b0ec13a03883]

INTEGRATION: CWS presfixes02 (1.2.2); FILE MERGED 2005/03/17 09:32:21 dbo 1.2.2.1: #i39513# modified sception handling switch


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [66b882f273b2525e89fdfb25d37418a796641214]

INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED 2005/03/17 09:31:35 dbo 1.3.2.1: #i39513# modified scopeguard exception handling switch, optional generators


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [c7be1e900a1e64f6c2467c85a8bf5840ea9a9b2b]

INTEGRATION: CWS presfixes02 (1.2.2); FILE MERGED 2005/03/17 09:57:55 dbo 1.2.2.2: #i39513# no use of call_traits (at least for now) 2005/03/17 09:31:35 dbo 1.2.2.1: #i39513# modified scopeguard exception handling switch, optional generators


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [2307abb726a3bd439093c10be7a4fd6fa1e9c1ac]

INTEGRATION: CWS presfixes02 (1.18.6); FILE MERGED 2005/03/22 00:09:09 thb 1.18.6.1: #i40115# Copying source mask palette, when copying mask data without color mapping


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [54bf0a91ec3e986b2dbf94b45fb2821841f7e8e1]

INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED 2005/03/15 15:33:13 mbu 1.3.2.1: added polypolygon triangulation


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [ebe23d6dd2b9a7c93a2f8c846e3d300832997b3c]

INTEGRATION: CWS presfixes02 (1.6.16); FILE MERGED 2005/03/15 15:33:12 mbu 1.6.16.1: added polypolygon triangulation


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [a5746c5dcd668a1923472ef372f9c756ada1d77b]

INTEGRATION: CWS presfixes02 (1.4.32); FILE MERGED 2005/03/15 15:33:12 mbu 1.4.32.1: added polypolygon triangulation


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [e4832cb621c8beea7360c19260a54d7f10936d77]

INTEGRATION: CWS presfixes02 (1.10.12); FILE MERGED 2005/03/15 15:33:12 mbu 1.10.12.1: added polypolygon triangulation


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [bae6101fa8a46156e37a84029bf7feb453ee1615]

INTEGRATION: CWS presfixes02 (1.1.2); FILE ADDED 2005/03/23 19:55:30 thb 1.1.2.3: #120511# AW fixed several places where approximate comparisions were needed (triangulator yields funny results, when comparing exact on one place, and fuzzy on others) 2005/03/18 15:53:03 mbu 1.1.2.2: fixed numerical instabilities 2005/03/15 15:39:44 mbu 1.1.2.1: added polypolygon triangulation


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [aa93c93d8e89c827a9df9557cde7b1a198f54cf8]

INTEGRATION: CWS presfixes02 (1.18.2); FILE MERGED 2005/03/15 15:33:11 mbu 1.18.2.1: added polypolygon triangulation


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [8aa2f613ce0f6f88574cfab54031c414f052b04e]

INTEGRATION: CWS presfixes02 (1.1.2); FILE ADDED 2005/03/18 15:53:02 mbu 1.1.2.2: fixed numerical instabilities 2005/03/15 15:40:03 mbu 1.1.2.1: added polypolygon triangulation


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [555a35fa9ed155f8f35bf128889e363adcc5cb81]

INTEGRATION: CWS presfixes02 (1.11.16); FILE MERGED 2005/03/15 15:33:11 mbu 1.11.16.1: added polypolygon triangulation


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [ad73378b1781d5a1bba714aefb3287d42a33face]

INTEGRATION: CWS presfixes02 (1.24.2); FILE MERGED 2005/03/15 16:45:37 mbu 1.24.2.1: added polypolygon triangulation


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [7f51018308774265cbcb1801bd976d43a37be2c8]

INTEGRATION: CWS presfixes02 (1.13.2); FILE MERGED 2005/03/15 15:32:55 mbu 1.13.2.1: added polypolygon triangulation


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [7f2156a7c7fd8f5c185bf5674708d29fa667fe2d]

INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED 2005/03/15 15:32:54 mbu 1.3.2.1: added polypolygon triangulation


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [a09ad7dea7467ff2dd10faf5476ca14f8aa86042]

INTEGRATION: CWS presfixes02 (1.1.2); FILE ADDED 2005/03/15 15:39:02 mbu 1.1.2.1: added polypolygon triangulation


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [97672de979c592a2f01cad4e99178b3ab0baf989]

INTEGRATION: CWS presfixes02 (1.16.2); FILE MERGED 2005/03/15 15:32:54 mbu 1.16.2.1: added polypolygon triangulation


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [dd62f21bf38e77f4cff9baa71d43ac2f72224a86]

INTEGRATION: CWS presfixes02 (1.1.2); FILE ADDED 2005/03/15 15:38:19 mbu 1.1.2.1: added polypolygon triangulation


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [1fbec9fe436e349e9d0255b6e70bd77be1f13b4b]

INTEGRATION: CWS presfixes02 (1.5.2); FILE MERGED 2005/03/14 16:03:09 thb 1.5.2.1: #i35136# #i36914# #i41113# #i44100# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [07c420e63239a83122ecb7eb0b98bd867efb776e]

INTEGRATION: CWS presfixes02 (1.6.2); FILE MERGED 2005/03/14 16:03:09 thb 1.6.2.1: #i35136# #i36914# #i41113# #i44100# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [db1b1941b930acf49992d9f6075846ce45b78ee1]

INTEGRATION: CWS presfixes02 (1.1.2); FILE ADDED 2005/03/15 00:34:31 thb 1.1.2.1: #i44100# Added bitmap caching, as a natural consequence when using GraphicObject


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [415d233fadb1c82e20df7492e4a6127cc6829d3f]

INTEGRATION: CWS presfixes02 (1.3.14); FILE MERGED 2005/03/22 23:17:22 dbo 1.3.14.3: #i38985# splitted fillTextured... 2005/03/22 23:14:16 dbo 1.3.14.2: *** empty log message *** 2005/03/14 16:03:08 thb 1.3.14.1: #i35136# #i36914# #i41113# #i44100# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [0da23ca93b454bd3cbff57a0adff35f10caef3bc]

INTEGRATION: CWS presfixes02 (1.4.2); FILE MERGED 2005/03/14 16:03:08 thb 1.4.2.1: #i35136# #i36914# #i41113# #i44100# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [ba3340967f69f8d012917cb5a025f4c32f6c7cca]

INTEGRATION: CWS presfixes02 (1.4.2); FILE MERGED 2005/03/15 11:24:56 thb 1.4.2.2: #i35136# Finished bitmap texturing for VCL canvas 2005/03/14 16:03:08 thb 1.4.2.1: #i35136# #i36914# #i41113# #i44100# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [0b38b457b9415aef611d0096e29bb6cab9951564]

INTEGRATION: CWS presfixes02 (1.1.2); FILE ADDED 2005/03/22 23:17:23 dbo 1.1.2.2: #i38985# splitted fillTextured... 2005/03/22 23:14:15 dbo 1.1.2.1: *** empty log message ***


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [cf1e7797e79b99f64e9d974f64beb787d96f33a4]

INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED 2005/03/14 16:03:07 thb 1.3.2.1: #i35136# #i36914# #i41113# #i44100# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [ca8466438c93b36ac61260bc377616f44ba5eb20]

INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED 2005/03/22 23:17:22 dbo 1.3.2.4: #i38985# splitted fillTextured... 2005/03/22 23:14:15 dbo 1.3.2.3: *** empty log message *** 2005/03/15 11:24:55 thb 1.3.2.2: #i35136# Finished bitmap texturing for VCL canvas 2005/03/14 16:03:07 thb 1.3.2.1: #i35136# #i36914# #i41113# #i44100# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [7aee598916f10fbd360760a87a4e9810ed84837d]

INTEGRATION: CWS presfixes02 (1.4.2); FILE MERGED 2005/03/14 16:03:07 thb 1.4.2.1: #i35136# #i36914# #i41113# #i44100# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [7a3f8e656f3743ff9dc29ba58ebaf1c305cabe2c]

INTEGRATION: CWS presfixes02 (1.5.2); FILE MERGED 2005/03/14 16:03:07 thb 1.5.2.1: #i35136# #i36914# #i41113# #i44100# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [5b8327f329cca2cc65cb379e44ebe4a32ce4c949]

INTEGRATION: CWS presfixes02 (1.4.2); FILE MERGED 2005/03/14 16:03:06 thb 1.4.2.1: #i35136# #i36914# #i41113# #i44100# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [44806441bb22423f4dc7276e89eeb47330798382]

INTEGRATION: CWS presfixes02 (1.1.2); FILE ADDED 2005/03/15 00:34:20 thb 1.1.2.1: #i44100# Added bitmap caching, as a natural consequence when using GraphicObject


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [6339c4fefb93df490c14c7d4f71132c9187462a9]

INTEGRATION: CWS presfixes02 (1.1.2); FILE ADDED 2005/03/15 00:34:10 thb 1.1.2.1: #i44100# Added bitmap caching, as a natural consequence when using GraphicObject


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [6636060dcaf4756ee3fbd8b786ea68e9c5a87e9e]

INTEGRATION: CWS presfixes02 (1.4.14); FILE MERGED 2005/03/14 16:03:06 thb 1.4.14.1: #i35136# #i36914# #i41113# #i44100# Merge from presfixes01 patches


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [16dc8df07ebb2c203e5b5d89af5fddef537aaebb]

INTEGRATION: CWS presfixes02 (1.3.8); FILE MERGED 2005/03/21 10:20:02 dbo 1.3.8.3: #i39513# 2005/03/21 08:58:28 dbo 1.3.8.2: #i39513# 2005/03/18 12:42:32 dbo 1.3.8.1: #i37786# pretty debug/exception messages


2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [e15ca3350fccea790ccded823570536ff3520f1d]

INTEGRATION: CWS presfixes02 (1.6.2); FILE MERGED 2005/03/17 13:52:16 mbu 1.6.2.1: added bitcount() methods


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [0485bbc72219b54a67299641bede398bde9087ee]

INTEGRATION: CWS sj17 (1.25.36); FILE MERGED 2005/03/14 13:27:10 sj 1.25.36.1: #b236778# taking care of text alignment if getting glyphoutlines


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [be4f2527a7a1b050df6b79e1ec06950ea0289d9b]

INTEGRATION: CWS lobeta3 (1.2.18); FILE MERGED 2005/03/03 13:48:31 mba 1.2.18.1: #i43712#: DummyObject as a fallback for failed object creation


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [f45d592268cd6af0e2d77e207001ff6786e5a8d9]

INTEGRATION: CWS lobeta3 (1.6.240); FILE MERGED 2005/02/22 17:01:30 pl 1.6.240.1: #i43101# activate session management in gtk plugin, too


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [8774d3c613567cc059ca8e244cf3a36ba77e6f1f]

INTEGRATION: CWS lobeta3 (1.20.24); FILE MERGED 2005/03/16 11:12:19 lo 1.20.24.2: RESYNC: (1.20-1.21); FILE MERGED 2005/02/22 17:01:30 pl 1.20.24.1: #i43101# activate session management in gtk plugin, too


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a572f91a2a19e43f79986f86b8630c9c90ccd68c]

INTEGRATION: CWS lobeta3 (1.2.240); FILE MERGED 2005/02/17 11:31:19 pl 1.2.240.1: #i41382# export service symbols


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a599429519e1b23f40889c0082e59b8190341b93]

INTEGRATION: CWS perform02 (1.208.10); FILE MERGED 2005/03/16 09:17:45 mt 1.208.10.2: RESYNC: (1.208-1.210); FILE MERGED 2005/02/14 17:18:04 ssa 1.208.10.1: #i42262# introduce WB_DEFAULTWIN style to avoid expensive fontlist loading when creating the defaultwindow


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [045278e7b489c542cd3e44ce8b1a1c32bd5d3cb6]

INTEGRATION: CWS perform02 (1.20.30); FILE MERGED 2005/02/14 17:18:02 ssa 1.20.30.1: #i42262# introduce WB_DEFAULTWIN style to avoid expensive fontlist loading when creating the defaultwindow


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [2acaff3de137ab9637526d6c3ebf82d1199d5527]

INTEGRATION: CWS perform02 (1.16.210); FILE MERGED 2005/02/14 16:22:01 ssa 1.16.210.1: #i42762# improve and use AlphaMask::CopyPixel() to avoid palette lookups


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [4fec3fffbcad76de03647aa67cceaceb5fbf30e6]

INTEGRATION: CWS perform02 (1.13.48); FILE MERGED 2005/02/14 16:22:00 ssa 1.13.48.1: #i42762# improve and use AlphaMask::CopyPixel() to avoid palette lookups


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ba4f57b804b7d12c34693d5ff69e0c4329edcc26]

INTEGRATION: CWS perform02 (1.5.88); FILE MERGED 2005/02/14 16:22:00 ssa 1.5.88.1: #i42762# improve and use AlphaMask::CopyPixel() to avoid palette lookups


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [2d742fd27cb25b0dde66c07ce0ca5e0756c4bb26]

INTEGRATION: CWS perform02 (1.36.30); FILE MERGED 2005/03/16 09:13:55 mt 1.36.30.2: RESYNC: (1.36-1.39); FILE MERGED 2005/02/14 17:18:01 ssa 1.36.30.1: #i42262# introduce WB_DEFAULTWIN style to avoid expensive fontlist loading when creating the defaultwindow


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [2a90d2f45d4c26e54952ba0bb477e355f94b694d]

INTEGRATION: CWS vcl37 (1.114.22); FILE MERGED 2005/03/04 16:32:21 ssa 1.114.22.2: #i44094# calc correct maximized window sizes 2005/03/02 12:42:49 ssa 1.114.22.1: avoid reparent if parent is the same and check return code of DestroyWindow


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [839c1cfb621c3e2c848125f240109ca09c499744]

INTEGRATION: CWS vcl37 (1.22.22); FILE MERGED 2005/03/09 10:55:42 ssa 1.22.22.1: #i44560# report timer imput again when queried from timeout handler - otherwise many operations are not responsive


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [36cdbbbae5858dfc652a0292dcf2da716ff7dccf]

INTEGRATION: CWS vcl37 (1.187.32); FILE MERGED 2005/02/24 15:09:21 pl 1.187.32.2: #i43466# set sensible WM_CLASS hint 2005/02/23 16:43:06 pl 1.187.32.1: #i42750# presentation needs early resize events


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [5833651874a5c13d40b3c0b6451f9d101e7c5270]

INTEGRATION: CWS vcl37 (1.3.154); FILE MERGED 2005/03/02 13:00:35 pl 1.3.154.1: remove old files


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [3473dbbc6bd2bd646cb7309b28b08d5910d8e994]

INTEGRATION: CWS vcl37 (1.51.154); FILE MERGED 2005/02/23 16:43:06 pl 1.51.154.1: #i42750# presentation needs early resize events


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [3cd860e0ba8021e959932ab787b233b83c435af6]

INTEGRATION: CWS vcl37 (1.60.152); FILE MERGED 2005/03/02 13:02:26 pl 1.60.152.2: cleanup several warnings 2005/03/01 15:49:15 pl 1.60.152.1: #i36373# check if keysym is bound to any keycode


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [3d57fd550139cdb951ff8ad91a0e1c201701bf4f]

INTEGRATION: CWS vcl37 (1.39.90); FILE MERGED 2005/02/24 15:09:20 pl 1.39.90.1: #i43466# set sensible WM_CLASS hint


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [1176761985c9a005e7da879d533dd3dc765cd36a]

INTEGRATION: CWS vcl37 (1.11.38); FILE MERGED 2005/02/24 15:09:20 pl 1.11.38.1: #i43466# set sensible WM_CLASS hint


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [306ebeb707820f63c8fd15d77b5e82d90344fb94]

INTEGRATION: CWS vcl37 (1.20.20); FILE MERGED 2005/03/08 10:09:03 pl 1.20.20.5: RESYNC: (1.20-1.21); FILE MERGED 2005/02/24 11:58:38 pl 1.20.20.4: #i42379# do not iconify transient windows 2005/02/23 17:41:02 pl 1.20.20.3: #i42750# send resize on iconify/deiconify 2005/02/23 16:43:05 pl 1.20.20.2: #i42750# presentation needs early resize events 2005/02/23 13:07:19 pl 1.20.20.1: #i42761# initialize member


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [abe56dccfd1f8bdc01217f842a0dc05085373f02]

INTEGRATION: CWS vcl37 (1.10.24); FILE MERGED 2005/02/28 17:53:21 pl 1.10.24.3: #i43720# improved rendering of toggle button (thanks to mkretzschmar) 2005/02/28 12:14:01 pl 1.10.24.2: #i43549# fix access to deleted object 2005/02/22 09:51:19 pl 1.10.24.1: #i43283# check widgets before destroy (thanks to mmeeks)


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [53f642536244c97ca0e87d8c2cdd36f17c89a10c]

INTEGRATION: CWS vcl37 (1.15.20); FILE MERGED 2005/02/24 15:09:19 pl 1.15.20.1: #i43466# set sensible WM_CLASS hint


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [45a591d5c3c2bb7e00b8a14c256b7694dca25655]

INTEGRATION: CWS vcl37 (1.96.22); FILE MERGED 2005/03/02 12:41:47 ssa 1.96.22.3: #119709# avoid NULL pointer access when processing messages 2005/02/24 14:26:20 pl 1.96.22.2: #i42750# do not start resize timer for non resizable windows 2005/02/23 16:43:05 pl 1.96.22.1: #i42750# presentation needs early resize events


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [d957faa736295efe9c03731dcf33a27fa8bc2117]

INTEGRATION: CWS vcl37 (1.208.20); FILE MERGED 2005/03/10 13:01:40 ssa 1.208.20.4: #i43594# avoid using the wrong window size when a min or max client size was set 2005/03/08 10:08:53 pl 1.208.20.3: RESYNC: (1.208-1.209); FILE MERGED 2005/03/03 19:08:22 pl 1.208.20.2: #i44004# hack PaintToDevice so it works on devices with different resolution 2005/03/01 16:29:07 ssa 1.208.20.1: #i43594# make sure that INITSHOW is always send when a window becomes fully visible


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [f7a8effd142c66ca9278561f9e75100a13df8489]

INTEGRATION: CWS vcl37 (1.85.24); FILE MERGED 2005/03/03 16:54:54 ssa 1.85.24.1: #i42491# do not assume that stl iterators equal pointers


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c294030bed882afb3126a6630d4eb3b21828ff92]

INTEGRATION: CWS vcl37 (1.40.40); FILE MERGED 2005/03/04 16:31:47 ssa 1.40.40.1: #i44094# call resize handler from setwindowstate with correct maximized values


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [f6f38de58dfd0d0d7c1bf749ef2a98f89ee42950]

INTEGRATION: CWS vcl37 (1.7.154); FILE MERGED 2005/03/03 16:54:55 ssa 1.7.154.1: #i42491# do not assume that stl iterators equal pointers


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [93cdde82e18ee473dbb36391deaa1ba1951f0739]

INTEGRATION: CWS vcl37 (1.31.104); FILE MERGED 2005/03/02 12:37:20 pl 1.31.104.3: #i36046# track validity of graphics state elements separate from their values 2005/02/18 13:41:54 pl 1.31.104.2: #i41133# implement tab order for widgets according to implementation note 70, see PDF ref. 1.5 p962 2005/02/17 18:30:01 pl 1.31.104.1: #i41133# tab order attribute for widgets


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [1b797bf0b18bf1d983c0b857c529a9ee988f19c4]

INTEGRATION: CWS vcl37 (1.78.24); FILE MERGED 2005/03/03 17:06:50 pl 1.78.24.6: #i36046# do not double convert clip region 2005/03/02 13:14:51 pl 1.78.24.5: move binary comment to UTF8 so modern editors do not destroy it 2005/03/02 12:37:20 pl 1.78.24.4: #i36046# track validity of graphics state elements separate from their values 2005/02/22 16:14:09 pl 1.78.24.3: #i42884# workaround for AR5: use implicit resources in transparency groups 2005/02/18 13:41:53 pl 1.78.24.2: #i41133# implement tab order for widgets according to implementation note 70, see PDF ref. 1.5 p962 2005/02/17 18:30:01 pl 1.78.24.1: #i41133# tab order attribute for widgets


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [97a6a056fa73edb1e906ff61d9d210d3ef47550c]

INTEGRATION: CWS vcl37 (1.11.104); FILE MERGED 2005/02/17 18:30:00 pl 1.11.104.1: #i41133# tab order attribute for widgets


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [42507a3f1b2d78ac234782231e63d5bd70484cc4]

INTEGRATION: CWS vcl37 (1.194.2); FILE MERGED 2005/03/24 12:21:53 pl 1.194.2.2: RESYNC: (1.194-1.195); FILE MERGED 2005/03/04 15:05:58 hdu 1.194.2.1: #b6234423# add more glyph fallbacks


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [88ce274e801020fed116cada9b40ef80aba883ea]

INTEGRATION: CWS vcl37 (1.52.38); FILE MERGED 2005/03/08 10:07:38 pl 1.52.38.2: RESYNC: (1.52-1.53); FILE MERGED 2005/03/04 15:31:58 obr 1.52.38.1: #i20314# wait for the AWT EventQueue on shutdown


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [d4915b9ad6382194f67acee7d48ed32c1a45629e]

INTEGRATION: CWS vcl37 (1.36.40); FILE MERGED 2005/03/08 10:07:30 pl 1.36.40.2: RESYNC: (1.36-1.39); FILE MERGED 2005/02/16 17:10:43 ssa 1.36.40.1: #i42915# do not create resmgr without proper locale


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [29c1ede955abe7af782b4790b4ab80dc2cf1bb97]

INTEGRATION: CWS vcl37 (1.17.22); FILE MERGED 2005/02/18 17:31:20 pl 1.17.22.2: #b5095884# support LanguageEncoding keyword 2005/02/16 17:38:44 pl 1.17.22.1: #i42906# fix a dangling pointer (thanks to cmc)


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c922ba8beed0e247a0b70a21cac0ec4cb3577a65]

INTEGRATION: CWS vcl37 (1.7.22); FILE MERGED 2005/02/18 17:31:20 pl 1.7.22.1: #b5095884# support LanguageEncoding keyword


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ecc27a67f80b127f50ea4f110cff220e8476449c]

INTEGRATION: CWS frrtf02 (1.5.182); FILE MERGED 2005/03/14 14:41:26 flr 1.5.182.2: merged locally 2005/03/14 13:06:25 flr 1.5.182.1: #i43933# do not export UTF-8 chars in RTF


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a35a2562b7aa03ec9686fcde72b80aebd4733213]

INTEGRATION: CWS frrtf02 (1.16.38); FILE MERGED 2005/03/14 15:01:38 flr 1.16.38.3: cast wchar_t to sal_unicode 2005/03/13 13:47:35 flr 1.16.38.2: RESYNC: (1.16-1.17); FILE MERGED 2005/03/11 18:48:40 flr 1.16.38.1: fix for #i43933# and #i35653#: problem with Shift Jis encoding and Czech characters


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [49ab2baaaa7eb462ef1eda81a6ef50b50989d10d]

INTEGRATION: CWS afflitta (1.90.54); FILE MERGED 2005/03/10 13:58:20 hdu 1.90.54.1: #i40755# replace GetCharacterPlacement() call with manual layout


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [e156a44d6ab747d6a5da95128bfe43d78ecfd8ed]

INTEGRATION: CWS afflitta (1.66.52); FILE MERGED 2005/03/11 09:04:16 hdu 1.66.52.2: #i44774# only mark embeddable fonts as embeddable 2005/03/10 13:56:15 hdu 1.66.52.1: #i40755# also parse glyphids in CMAPs


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [30dde1655458af744da282d1db0a030812bdafa3]

INTEGRATION: CWS afflitta (1.112.6); FILE MERGED 2005/03/10 13:56:13 hdu 1.112.6.1: #i40755# also parse glyphids in CMAPs


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a11c7805367ab69427ada93dbe22b4334280da56]

INTEGRATION: CWS afflitta (1.194.14); FILE MERGED 2005/03/09 15:21:19 hdu 1.194.14.2: #i44073# fix string rewriting before layout 2005/03/09 14:41:05 hdu 1.194.14.1: #i44073# check string indexing and lengths before use


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [d471084c04ffbc49a8b0830e2a010c0b5c57b34c]

INTEGRATION: CWS afflitta (1.13.54); FILE MERGED 2005/03/10 13:56:10 hdu 1.13.54.1: #i40755# also parse glyphids in CMAPs


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [246e7fc5e86b5be714b82526cacad80e86c6d653]

INTEGRATION: CWS macosx04 (1.36.2); FILE MERGED 2005/03/19 23:56:28 pjanik 1.36.2.1: #i45364#: Add missing static library for MacOS X.


2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [f5f8215f5e4c48357c313ab261ed693255af077c]

INTEGRATION: CWS some20fix (1.6.194); FILE MERGED 2005/03/23 15:21:09 fs 1.6.194.1: #i45850#


2005-03-24  Vladimir Glazounov  <vg@openoffice.org>  [cd6d1ff6cebd9ede7c8fd355e11b106e751cdcae]

new version for SRC680


2005-03-24  Vladimir Glazounov  <vg@openoffice.org>  [f1a6fadf9d3c3bbb1a9a61e8a8ad2ca36638713a]

new version for SRC680


2005-03-24  Vladimir Glazounov  <vg@openoffice.org>  [64478be8c97cef32cc31bdb90f6434febf2dbec5]

new version for SRC680


2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [0edfb7b5e387af54a0ab7253109eb9dbd34088fc]

INTEGRATION: CWS fwkfinal2 (1.209.24); FILE MERGED 2005/03/17 09:24:28 as 1.209.24.1: #i44877# new notifications about changed window color


2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [4f7a26910f7e3bd3fc88f99e1e50561580b51dff]

INTEGRATION: CWS gh10 (1.9.2); FILE MERGED 2005/03/22 16:06:08 gh 1.9.2.6: improve tagchecking and replace -i option 2005/02/23 14:43:52 gh 1.9.2.5: #i36315#disable old style <# tags from gsicheck 2005/02/23 14:41:53 gh 1.9.2.4: reverting another fix to see it isolated in CVS 2005/02/23 14:39:02 gh 1.9.2.3: implement new switches for different modes of gsicheck 2005/02/18 09:10:11 gh 1.9.2.2: column information now in unicode columns instead of UTF8 character colimns 2005/01/31 16:03:36 gh 1.9.2.1: add column information to errormessages


2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [915804839437e42d3c8b1055073f2a8da478c30c]

INTEGRATION: CWS gh10 (1.12.2); FILE MERGED 2005/03/22 16:06:08 gh 1.12.2.4: improve tagchecking and replace -i option 2005/02/23 14:39:01 gh 1.12.2.3: implement new switches for different modes of gsicheck 2005/02/18 09:10:11 gh 1.12.2.2: column information now in unicode columns instead of UTF8 character colimns 2005/01/31 16:03:35 gh 1.12.2.1: add column information to errormessages


2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [797b5ac4f418fbb42a578ca78576405e1ac6f0ac]

INTEGRATION: CWS gh10 (1.6.2); FILE MERGED 2005/03/22 16:06:07 gh 1.6.2.3: improve tagchecking and replace -i option 2005/02/23 14:39:00 gh 1.6.2.2: implement new switches for different modes of gsicheck 2005/01/31 16:03:33 gh 1.6.2.1: add column information to errormessages


2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [76c7317440c7dc897eb5fe03f0eb828c07cfc851]

INTEGRATION: CWS gh10 (1.7.182); FILE MERGED 2004/12/28 12:21:57 gh 1.7.182.1: #i38967#make DbgFilterMessage available outside tools


2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [9603ed17a979514af29f829515fe483cf0bb10cb]

INTEGRATION: CWS gh10 (1.3.42); FILE MERGED 2005/01/11 13:45:13 gh 1.3.42.2: #i37892# 2004/12/29 16:47:23 gh 1.3.42.1: #i37892#added catching of exceptions to constructor of ItemHolder* so it can live without configuration


2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [c9955048a26d983dcef344149ed801e0f362f168]

INTEGRATION: CWS gh10 (1.3.42); FILE MERGED 2004/12/29 16:47:23 gh 1.3.42.1: #i37892#added catching of exceptions to constructor of ItemHolder* so it can live without configuration


2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [5cb3186a2529eccad1df37926413f43655098b88]

INTEGRATION: CWS fwkfinal1 (1.9.16); FILE MERGED 2005/03/09 11:10:47 mav 1.9.16.1: #i43950# copy replacement image


2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a0d4a3de7e2b6aa9e5de171e7abf04422d72c2e0]

INTEGRATION: CWS fwkfinal1 (1.5.6); FILE MERGED 2005/03/09 11:10:47 mav 1.5.6.1: #i43950# copy replacement image


2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [7d5ee394ff8aeea100f28ecc40ec0ac294bf0267]

INTEGRATION: CWS fwkfinal1 (1.4.16); FILE MERGED 2005/03/10 12:08:15 mav 1.4.16.1: #i44700#,#i43100# fix the mediatype for master document and introduce SO6 template formats


2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [4f2f90923d2ec7aec1ad75fe019e3a3a40cd90f4]

INTEGRATION: CWS fwkfinal1 (1.29.18); FILE MERGED 2005/03/08 08:57:16 sb 1.29.18.3: #i43485# Improved tests. 2005/03/07 15:21:37 sb 1.29.18.2: #i43485# Support INET_PROT_GENERIC in INetURLObject::convertRelToAbs. 2005/03/07 14:34:46 sb 1.29.18.1: #i43485# Made file compile again.


2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f3f78c3c80e1abf3394b7ed3a10f73830b484c85]

INTEGRATION: CWS fwkfinal1 (1.52.24); FILE MERGED 2005/03/07 15:21:36 sb 1.52.24.2: #i43485# Support INET_PROT_GENERIC in INetURLObject::convertRelToAbs. 2005/03/07 14:41:05 sb 1.52.24.1: #i43485# Fixed bug introduced in 1.50 when converting from tools String to rtl::OUString (tools/test/urltest.cxx no longer succeeded).


2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [2ed1dee0344df31c455880b176f7acdd22d87529]

INTEGRATION: CWS fwkfinal1 (1.14.90); FILE MERGED 2005/03/11 10:00:56 mib 1.14.90.1: #i28241#: Don't export greek character enitites for greek encodings


2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d0beba3cf88b4a9ea27bc7e9a2a9901100739dc4]

INTEGRATION: CWS fwkfinal1 (1.15.66); FILE MERGED 2005/03/11 11:02:16 cd 1.15.66.1: #i44736# Adjust item width as in DataChanged()


2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f5a1b64069f282888449f4920a4c51f7f0573329]

INTEGRATION: CWS sj16 (1.18.62); FILE MERGED 2005/02/22 14:41:51 sj 1.18.62.1: #i38649# added implementation for float operator under solaris and mac


2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [4917daaaa375ba4e15d2e787f4e3016165b7c956]

INTEGRATION: CWS jmf5 (1.6.212); FILE MERGED 2005/03/04 20:50:10 ka 1.6.212.1: #i39358#: allow smaller than standard images to be added to ImageList


2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1582c54a1b733825428f39b0a84db11d03d62568]

INTEGRATION: CWS jmf5 (1.19.66); FILE MERGED 2005/03/18 14:46:33 ka 1.19.66.3: search images language dependent for ImageList 2005/03/04 20:50:10 ka 1.19.66.2: #i39358#: allow smaller than standard images to be added to ImageList 2005/02/21 16:09:42 ka 1.19.66.1: #119895#: add locale to image name


2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ce20a99c3a7158bcd301b043772bcabd8e380e48]

INTEGRATION: CWS jmf5 (1.10.144); FILE MERGED 2005/02/11 13:08:43 ka 1.10.144.2: merge conflicts 2004/12/20 16:17:58 ka 1.10.144.1: #i37002#: watch for use of SYSTEM_JPEG define


2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [9d39f5ae1c91b58861da1549e7c9160919d8f1f1]

INTEGRATION: CWS eforms4 (1.3.212); FILE MERGED 2004/12/28 08:44:47 fs 1.3.212.1: #i39451# +OStatefulPropertySet


2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1743d6d891f9811ebb76e718e309c120779957cd]

INTEGRATION: CWS eforms4 (1.2.282); FILE MERGED 2005/03/10 10:30:55 dvo 1.2.282.3: #i10000# add EXPORT to class OStatefulPropertySet 2005/03/08 18:38:32 dvo 1.2.282.2: RESYNC: (1.2-1.3); FILE MERGED 2004/12/28 08:39:19 fs 1.2.282.1: #i39451# +OStatefulPropertySet


2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [5cfaf46aa4fb0950148d01d5490139383b7af6fb]

INTEGRATION: CWS eforms4 (1.16.204); FILE MERGED 2005/01/10 17:13:29 dvo 1.16.204.2: RESYNC: (1.16-1.17); FILE MERGED 2004/12/08 16:33:06 fs 1.16.204.1: #i36359# #i36303# correct ImplAllowMalformedInput, which was wrongly implemented during i26368


2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f7b3cef44ba5f0dc53c5526ead2d0df96fbcfc51]

INTEGRATION: CWS pbfinal02 (1.35.22); FILE MERGED 2005/03/09 08:34:42 pb 1.35.22.1: fix: #i44467# '*.otg' instead of '*.otd'


2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [e20602f1050bf68df10425dbbb144f5b0d522982]

INTEGRATION: CWS os55 (1.4.920); FILE MERGED 2005/03/11 10:32:12 os 1.4.920.1: #i44301# twip conversion added


2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [75b7b7fc309928d06bff8c88a3bb62ef8d6c8882]

INTEGRATION: CWS pj23 (1.6.8); FILE MERGED 2005/03/22 20:23:41 pjanik 1.6.8.1: #i45676#: Allow building in parallel.

Patch contributed by kendy (Jan Holesovsky), JCA.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f1704ec8b5f2229eeb8bb413b1d86bd0f02c255b]

INTEGRATION: CWS i18n17 (1.4.62); FILE MERGED 2005/03/03 18:57:08 khong 1.4.62.1: #i42469# fixed thai input sequence checking problem


2005-03-22  Vladimir Glazounov  <vg@openoffice.org>  [c851b75939aa726403aa8bf3a6cbd61f9bdea6ca]

new version for SRC680


2005-03-21  Vladimir Glazounov  <vg@openoffice.org>  [3c554b7cd7dbbf0243d99b9673bbe9e325fee1bc]

new version for SRC680


2005-03-21  Vladimir Glazounov  <vg@openoffice.org>  [b01aede1d1fe7e3446dfd4127205a5f34c8dcf31]

new version for SRC680


2005-03-21  Kurt Zenker  <kz@openoffice.org>  [bbe188f2c1b02547ae7dcc76cae4036084f38f23]

INTEGRATION: CWS fwkpostbeta1 (1.8.18); FILE MERGED 2005/02/17 20:25:35 abi 1.8.18.2: RESYNC: (1.8-1.9); FILE MERGED 2005/01/26 14:52:37 cd 1.8.18.1: #i40892# Added property viewonly


2005-03-21  Kurt Zenker  <kz@openoffice.org>  [4cde0aa6686695fd5ae805855a2a621f2c4b42d8]

INTEGRATION: CWS fwkpostbeta1 (1.5.16); FILE MERGED 2005/03/03 13:55:16 jl 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2005/01/26 14:51:53 cd 1.5.16.1: #i40892# Added property viewonly


2005-03-21  Kurt Zenker  <kz@openoffice.org>  [57d6b0cee2487f82abf31c18e5ed4cfd786b17ca]

INTEGRATION: CWS fwkpostbeta1 (1.15.42); FILE MERGED 2005/02/03 10:36:00 sb 1.15.42.1: #i41905# In URIHelper::normalizedMakeRelative, (a) the UCB might add or remove a final slash from URIs passed to getCasePreservingURL, and (b) only URIs, not URI references must be passed to UCB queryContent.


2005-03-21  Kurt Zenker  <kz@openoffice.org>  [979bcbf3e66195820a30bf50e14e627e3e0b2d7c]

INTEGRATION: CWS fwkpostbeta1 (1.6.42); FILE MERGED 2005/02/03 10:36:14 sb 1.6.42.1: #i41905# In URIHelper::normalizedMakeRelative, (a) the UCB might add or remove a final slash from URIs passed to getCasePreservingURL, and (b) only URIs, not URI references must be passed to UCB queryContent.


2005-03-21  Kurt Zenker  <kz@openoffice.org>  [bcdaa3474cd999a3d974395bb581879ea8acb6df]

INTEGRATION: CWS fwkpostbeta1 (1.3.42); FILE MERGED 2005/02/14 09:42:39 sb 1.3.42.1: #119209# Added documentation about potential problems.


2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6d8af2a92f8693ff9434e7d0c41d41428610a275]

#i10000# deliver btstrp.lib instead of bootstrp.lib


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [f052c8efd104c3e28c58337ef2b73f20777572fb]

INTEGRATION: CWS vcl36 (1.10.52); FILE MERGED 2005/02/15 09:44:56 pl 1.10.52.1: #i42796# fix a debug printf


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [23ecfd387d20bbe4f9e220c620055a8b9cb8ed4e]

INTEGRATION: CWS vcl36 (1.187.2); FILE MERGED 2005/02/15 16:34:06 pl 1.187.2.2: #i42122# fix keyboard handling 2005/01/28 10:31:04 obr 1.187.2.1: #i41461# default icon for gtk plugin


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [fa93702155fd03cf65eb840a890324e3e637e7a2]

INTEGRATION: CWS vcl36 (1.13.2); FILE MERGED 2005/02/01 18:37:27 pl 1.13.2.1: #i41806# byy gtk plugin on KDE, we hardly new you


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [72b684b69ed60c78b330ac6cc2d026a92c9c2760]

INTEGRATION: CWS vcl36 (1.60.126); FILE MERGED 2005/02/15 16:34:05 pl 1.60.126.1: #i42122# fix keyboard handling


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [72119934ac0ab98566dac53acbf741f6ae136231]

INTEGRATION: CWS vcl36 (1.30.210); FILE MERGED 2005/03/08 17:43:45 pl 1.30.210.1: #i41330# set focus to context again after XmbResetIC


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [a1af753380c8f64631beaf5e3e4a0706d2dfe93d]

INTEGRATION: CWS vcl36 (1.11.2); FILE MERGED 2005/03/15 14:22:29 pl 1.11.2.3: #i44062# #i44068# more refinements for IM 2005/02/15 15:04:22 pl 1.11.2.2: #i42122# try default key mapping if app cannot handle key event 2005/01/28 16:22:24 pl 1.11.2.1: #i38671# fix some more IM issues


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [f3554e5154688ed90fe634dd8e77dba7509ed7a6]

INTEGRATION: CWS vcl36 (1.43.2); FILE MERGED 2005/02/02 12:03:53 pl 1.43.2.1: #i41591# visibility issues for kde plugin


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [6f55b46c19499307b1f41f4f61e3df9f1735de87]

INTEGRATION: CWS vcl36 (1.26.10); FILE MERGED 2005/02/02 12:03:52 pl 1.26.10.1: #i41591# visibility issues for kde plugin


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [4ab04fb5da887ddf69466919b27b32aa72e82025]

INTEGRATION: CWS vcl36 (1.11.210); FILE MERGED 2005/02/02 12:03:52 pl 1.11.210.1: #i41591# visibility issues for kde plugin


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [437481a9956e5b7b2d2c434e6018cc1ff6adf5b8]

INTEGRATION: CWS vcl36 (1.19.2); FILE MERGED 2005/03/15 17:46:13 pl 1.19.2.11: RESYNC: (1.20-1.21); FILE MERGED 2005/03/15 14:22:29 pl 1.19.2.10: #i44062# #i44068# more refinements for IM 2005/03/08 14:32:06 pl 1.19.2.9: #i42122# map all Ctrl/Alt combinations to group 0 to make shortcuts work reliably 2005/02/15 15:04:22 pl 1.19.2.8: #i42122# try default key mapping if app cannot handle key event 2005/02/08 09:53:14 pl 1.19.2.7: #i42077# add some keys, thanks to mmeeks 2005/02/02 16:55:18 pl 1.19.2.6: RESYNC: (1.19-1.20); FILE MERGED 2005/02/02 10:07:05 pl 1.19.2.5: #i37488# printer update on focus change as in generic plugin 2005/01/28 16:22:25 pl 1.19.2.4: #i38671# fix some more IM issues 2005/01/28 10:31:04 obr 1.19.2.3: #i41461# default icon for gtk plugin 2005/01/27 15:44:55 pl 1.19.2.2: #i38648# ask for next motion hint when actively setting the pointer position 2005/01/26 18:06:10 pl 1.19.2.1: #i41403# added missing conversion entry


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [ed6ef6ccb62bd16b431a642f563e13955097a3cb]

INTEGRATION: CWS vcl36 (1.10.2); FILE MERGED 2005/02/09 16:50:56 pl 1.10.2.4: #i41997# paint_flat_box seems to fare better with a GtkWindow (seen with OceanDream theme) 2005/02/08 09:37:19 pl 1.10.2.3: #i41955# avoid negative thumb sizes 2005/02/02 21:00:35 pl 1.10.2.2: #i41741# draw radiobuttons and checkboxes at correct position 2005/02/02 20:45:55 pl 1.10.2.1: #i41741# draw radiobuttons and checkboxes in correct size


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [d066a14b1c5a9f7359420eac039dc10823e73ebc]

INTEGRATION: CWS vcl36 (1.207.2); FILE MERGED 2005/03/15 17:45:46 pl 1.207.2.7: RESYNC: (1.208-1.210); FILE MERGED 2005/02/14 14:45:54 dv 1.207.2.6: #i41731# Set bInvalidate to true, when CopyBits has nothing to do 2005/02/14 08:10:43 dv 1.207.2.5: #i42422# MoreButton now with symbols 2005/02/11 07:23:16 dv 1.207.2.4: #i42067# Support for looking for deleted windows in TaskPanelList 2005/02/07 15:28:48 ssa 1.207.2.3: #i42184# when updating window positions, maPos has to be checked for changes as well because for clientwindows this member is changed whenever the borderwindow moves, eg floating toolbars 2005/02/02 16:54:46 pl 1.207.2.2: RESYNC: (1.207-1.208); FILE MERGED 2005/01/28 15:37:39 ssa 1.207.2.1: #i36705# improve invalidate of transparent windows


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [fbcd3ff68f83c4ca08797b7e1456f0560d3af8a5]

INTEGRATION: CWS vcl36 (1.16.92); FILE MERGED 2005/02/11 07:23:15 dv 1.16.92.1: #i42067# Support for looking for deleted windows in TaskPanelList


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [92984434bcb133377647da773b34576065267126]

INTEGRATION: CWS vcl36 (1.40.10); FILE MERGED 2005/02/11 07:23:15 dv 1.40.10.1: #i42067# Support for looking for deleted windows in TaskPanelList


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [b74df0120cf6924e0a32698afd262ef7e8c3b523]

INTEGRATION: CWS vcl36 (1.120.2); FILE MERGED 2005/02/15 16:34:44 pl 1.120.2.1: #i42122# do not beep excessively


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [b487994780eb113a0c584e35367f8d34525ea727]

INTEGRATION: CWS vcl36 (1.189.8); FILE MERGED 2005/03/15 17:43:58 pl 1.189.8.6: RESYNC: (1.192-1.194); FILE MERGED 2005/02/14 16:49:58 hdu 1.189.8.5: #i42253# add support for japanese IPA fonts 2005/02/03 16:22:00 hdu 1.189.8.4: #i41672# no automatic digit substitution 2005/02/02 16:51:59 pl 1.189.8.3: RESYNC: (1.190-1.192); FILE MERGED 2005/01/25 16:00:10 pl 1.189.8.2: RESYNC: (1.189-1.190); FILE MERGED 2005/01/25 11:44:40 hdu 1.189.8.1: #i40502# take care of the font color duality in the metafile case


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [94366568b43decf80edb23fa8e4c30005bd76074]

INTEGRATION: CWS vcl36 (1.33.2); FILE MERGED 2005/03/15 17:43:13 pl 1.33.2.2: RESYNC: (1.33-1.34); FILE MERGED 2005/02/15 11:42:17 hdu 1.33.2.1: #i42253# add support for japanese font vendors


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [11711f0b6adc3c3688c92a1521194d2b1090e200]

INTEGRATION: CWS vcl36 (1.35.2); FILE MERGED 2005/02/16 14:23:01 pl 1.35.2.4: #i41741# fix windows case 2005/02/15 07:23:31 dv 1.35.2.3: #i42422# Better alignment of MoreButton text 2005/02/14 08:10:41 dv 1.35.2.2: #i42422# MoreButton now with symbols 2005/02/02 20:45:54 pl 1.35.2.1: #i41741# draw radiobuttons and checkboxes in correct size


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [dedd16db65563ea52713e5d1a8054a160589e73b]

INTEGRATION: CWS vcl36 (1.36.10); FILE MERGED 2005/03/15 17:42:20 pl 1.36.10.2: RESYNC: (1.36-1.39); FILE MERGED 2005/02/15 10:33:39 obr 1.36.10.1: VCL is no longer used during installation


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [a2045e2de2a049c54643ad152dba0abaa348996b]

INTEGRATION: CWS vcl36 (1.55.10); FILE MERGED 2005/02/15 08:10:35 obr 1.55.10.1: do not store EnableATToolSupport setting on Unix


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [f69efb7a59d681612d04d8cdb59fe783a00ca5d9]

INTEGRATION: CWS vcl36 (1.28.40); FILE MERGED 2005/02/09 16:19:06 pl 1.28.40.1: #i41583# set cups options on cupsPrintFile


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [439e4341b0248d716b2910bfbacbf367f8893e3e]

INTEGRATION: CWS vcl36 (1.27.10); FILE MERGED 2005/02/09 16:19:06 pl 1.27.10.1: #i41583# set cups options on cupsPrintFile


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [7da27f6958d98d3f9724e6bfe032ff9c81f6dedf]

INTEGRATION: CWS vcl36 (1.9.10); FILE MERGED 2005/02/09 16:19:06 pl 1.9.10.1: #i41583# set cups options on cupsPrintFile


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [1f8c19ea5c3ecc26d024a08d569bf7a8b407e4a3]

INTEGRATION: CWS vcl36 (1.56.2); FILE MERGED 2005/02/11 11:07:18 pl 1.56.2.1: #i42507# corrected typo (patch from cmc)


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [b641ea664b77a82cf999b41b34ff2d637a1b3c7b]

INTEGRATION: CWS vcl36 (1.9.10); FILE MERGED 2005/02/09 16:19:05 pl 1.9.10.1: #i41583# set cups options on cupsPrintFile


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [0100728a7796330f94defc718e899c7116fdf2b6]

INTEGRATION: CWS vcl36 (1.5.10); FILE MERGED 2005/02/09 16:19:05 pl 1.5.10.1: #i41583# set cups options on cupsPrintFile


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [be6afc47d8c67d8b1f30bc27caac016ae1fe6fd0]

INTEGRATION: CWS vcl36 (1.36.2); FILE MERGED 2005/02/08 10:35:04 pl 1.36.2.2: #i40338# use 64bit safe types; patch by kendy 2005/01/27 18:34:52 pl 1.36.2.1: #i40916# always set correct current ResMgr when returning from fallback


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [be144db8be6f18ac28b140578fa00aa5f6b36b55]

INTEGRATION: CWS dbwizard4 (1.5.94); FILE MERGED 2005/03/17 10:15:55 bc 1.5.94.3: #i45214# bugfix i43378 merged 2005/03/10 17:35:23 bc 1.5.94.2: RESYNC: (1.5-1.6); FILE MERGED 2005/02/04 15:23:52 bc 1.5.94.1: #i39507#IDLabels no longer tabbed


2005-03-18  Kurt Zenker  <kz@openoffice.org>  [4cde0d465f65d9ef9cb2292a9a150692b05dd211]

INTEGRATION: CWS tbe21 (1.69.18); FILE MERGED 2005/02/25 13:25:29 tbe 1.69.18.1: #i42907# missing control properties in xml im-/export for dialogs


2005-03-18  Oliver Bolte  <obo@openoffice.org>  [125db8142b71fe439b307dc3728bde19b220a182]

INTEGRATION: CWS nsplugin6 (1.20.44); FILE MERGED 2005/03/14 04:32:25 jmeng 1.20.44.3: #i41820# 2005/03/02 01:35:38 jmeng 1.20.44.2: #i41820# 2005/03/02 01:28:20 jmeng 1.20.44.1: #i41820#


2005-03-18  Oliver Bolte  <obo@openoffice.org>  [cf6e711e2b6d305dfd75a54aee2bfb722c3b8663]

INTEGRATION: CWS cfgfix01 (1.46.20); FILE MERGED 2005/03/10 12:32:16 jb 1.46.20.1: #i37322# Fix ReplaceSetProperties (sort of): When a simple value can't be removed from an extensible node, try setting it to VOID instead


2005-03-18  Oliver Bolte  <obo@openoffice.org>  [a0230b5190b31a0592b329220940ad86cc2d4e2b]

INTEGRATION: CWS systempasffix (1.19.80); FILE MERGED 2005/03/16 03:08:25 rene 1.19.80.1: #i45133# set SYSTEM_SNDFILE and SYSTEM_PORTAUDIO


2005-03-18  Oliver Bolte  <obo@openoffice.org>  [f50a57c3bd3fda30bad2a150851f33af4d40dd57]

INTEGRATION: CWS fpicker3 (1.124.40); FILE MERGED 2005/02/25 11:34:07 cmc 1.124.40.1: #i42565# expose translations to other fpicker impls


2005-03-16  Oliver Bolte  <obo@openoffice.org>  [ca86880e66f9a921347f36c922543714d9b47b67]

#i10000# resolution for awt namespaces


2005-03-16  Oliver Bolte  <obo@openoffice.org>  [85651987f29e64a19efc036e4976afcca5b07cc6]

#i10000# btstrp.lib


2005-03-16  Oliver Bolte  <obo@openoffice.org>  [5f689ff5969c39710343f17330b1097c5b5661c2]

#i10000# bootstrp2 missing


2005-03-16  Oliver Bolte  <obo@openoffice.org>  [83b3b771ccbf28de18fcf97dccc38c67b85427d5]

#i10000# TARGET btstrp


2005-03-16  Oliver Bolte  <obo@openoffice.org>  [f1e621504a71052cd24b555622ba8efd35fee6a1]

#i10000# prj.hxx still needed


2005-03-15  Vladimir Glazounov  <vg@openoffice.org>  [3a7e5fa00ddde7ba64db1892e162dad7a3536463]

new version for SRC680


2005-03-15  Vladimir Glazounov  <vg@openoffice.org>  [6796f0c0aa868cf62893d11b6f29e7747d421bcf]

new version for SRC680


2005-03-15  Vladimir Glazounov  <vg@openoffice.org>  [8ec5dd65457db2b8816cac7232da6f4a929eec44]

new version for SRC680


2005-03-15  Vladimir Glazounov  <vg@openoffice.org>  [6f80b8489097533a7eea552da15b26b86bcdf2a3]

new version for SRC680


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [0815b588e655a859a78bb451dc8c88148824ecf6]

INTEGRATION: CWS localedata3 (1.12.24); FILE MERGED 2005/03/10 17:24:49 er 1.12.24.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [9cb16170dd3b77d8e1d42448e90abbb549abb70c]

INTEGRATION: CWS localedata3 (1.8.36); FILE MERGED 2005/03/10 17:24:49 er 1.8.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [7c92da0d42c0d776e9c9f7b51de0642d9277c06d]

INTEGRATION: CWS localedata3 (1.8.36); FILE MERGED 2005/03/10 17:24:48 er 1.8.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [62b40949176746ad1973a774cfd8c9d8fbca150c]

INTEGRATION: CWS localedata3 (1.11.36); FILE MERGED 2005/03/10 17:24:48 er 1.11.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [2bfe17a2d93667d5a418f63ae0217eb9cec3d825]

INTEGRATION: CWS localedata3 (1.14.12); FILE MERGED 2005/03/10 17:24:48 er 1.14.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [739c1a8af32fadefd076fe796b36c11eb61635b4]

INTEGRATION: CWS localedata3 (1.4.12); FILE MERGED 2005/03/10 17:24:47 er 1.4.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [f317adc6201f6a4575e69705c32482cf462a7ba7]

INTEGRATION: CWS localedata3 (1.9.12); FILE MERGED 2005/03/10 17:24:47 er 1.9.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [145a99792e5da89dd0455e72ad878b05d778d69c]

INTEGRATION: CWS localedata3 (1.10.12); FILE MERGED 2005/03/10 17:24:47 er 1.10.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [9e9ae4d5e6f779b9b6215d3803a72bff7eca9029]

INTEGRATION: CWS localedata3 (1.6.36); FILE MERGED 2005/03/10 17:24:47 er 1.6.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [daa3c9add7176d31effa8ad17d2c9e9e1880d46a]

INTEGRATION: CWS localedata3 (1.5.36); FILE MERGED 2005/03/10 17:24:46 er 1.5.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [8c724156b851121557762f2f549146e45e46f4db]

INTEGRATION: CWS localedata3 (1.2.12); FILE MERGED 2005/03/10 17:24:46 er 1.2.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [f71e49b3b65b98a733322689840ffac11b2513a0]

INTEGRATION: CWS localedata3 (1.9.12); FILE MERGED 2005/03/10 17:24:45 er 1.9.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [c081f4a37adca218850a494c5146b30bd2d1a10c]

INTEGRATION: CWS localedata3 (1.3.6); FILE MERGED 2005/03/10 17:24:45 er 1.3.6.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [637bf9e9a8884d611903c986ea619daccbff7956]

INTEGRATION: CWS localedata3 (1.5.6); FILE MERGED 2005/03/10 17:24:45 er 1.5.6.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [56c0fd92d4552cafccbc7e2d29e19b5315bad6b0]

INTEGRATION: CWS localedata3 (1.5.6); FILE MERGED 2005/03/10 17:24:44 er 1.5.6.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [87057c3bf1cd7b4ce99a2c7d40ce8f7c2228bd9b]

INTEGRATION: CWS localedata3 (1.3.6); FILE MERGED 2005/03/10 17:24:44 er 1.3.6.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [5d9d25dde24b24bee161269015bb98920c69c29d]

INTEGRATION: CWS localedata3 (1.1.2); FILE ADDED 2005/03/10 17:24:44 er 1.1.2.2: #i44734# implement DTD version check and CLDR flag 2005/03/10 12:19:29 er 1.1.2.1: #i43151# add Kinyarwanda for Rwanda (rw_RW), contributed by Steven Michael Murphy <murf@ooo>, corrected


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [0a710afa3fe59797931c19c6edce40b3a3116dda]

INTEGRATION: CWS localedata3 (1.12.6); FILE MERGED 2005/03/10 17:24:43 er 1.12.6.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [1c6f3cdf250cb2497c75f953007018d0dc9c8352]

INTEGRATION: CWS localedata3 (1.4.26); FILE MERGED 2005/03/10 17:24:43 er 1.4.26.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [f9574251e64bdbda7d87056f6347d83cd5f588a4]

INTEGRATION: CWS localedata3 (1.7.36); FILE MERGED 2005/03/10 17:24:42 er 1.7.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [969c6b1cb314dc6693f453dfdc6097ff6152d04e]

INTEGRATION: CWS localedata3 (1.9.36); FILE MERGED 2005/03/10 17:24:42 er 1.9.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [40dd30b6ae503cc1173a66b21e9ddb77150aa9ee]

INTEGRATION: CWS localedata3 (1.2.36); FILE MERGED 2005/03/10 17:24:42 er 1.2.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [ef26d42bf6f47e9b3680951dfd7c54a3d4d3cbfe]

INTEGRATION: CWS localedata3 (1.9.6); FILE MERGED 2005/03/10 17:24:41 er 1.9.6.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [787043483f176b101d935398766ca0c1fbf37048]

INTEGRATION: CWS localedata3 (1.9.36); FILE MERGED 2005/03/10 17:24:41 er 1.9.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [cc8aed1ff49b4c1f93f06d5d5408d17e1ff6b86b]

INTEGRATION: CWS localedata3 (1.8.6); FILE MERGED 2005/03/10 17:24:41 er 1.8.6.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [7aa116a354b019dd5fcd2fcbfbdf7ae99a6ced8e]

INTEGRATION: CWS localedata3 (1.9.6); FILE MERGED 2005/03/10 17:24:40 er 1.9.6.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [559dde5a3dcf2a5c4813980f175be42dec237d50]

INTEGRATION: CWS localedata3 (1.7.36); FILE MERGED 2005/03/10 17:24:40 er 1.7.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [da2be876c35d04eb6cb4cb7b48e54454d68de557]

INTEGRATION: CWS localedata3 (1.2.30); FILE MERGED 2005/03/10 17:24:39 er 1.2.30.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [168cb78a779eb6a1a1da709d83fe90c3006430dd]

INTEGRATION: CWS localedata3 (1.3.36); FILE MERGED 2005/03/10 17:24:39 er 1.3.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [7ed9714b9e67053b76e4a9a5d1c6c7465c0cfc1d]

INTEGRATION: CWS localedata3 (1.3.6); FILE MERGED 2005/03/10 17:24:38 er 1.3.6.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [9e6192c540be100a8a5d06c42786095eacb62f23]

INTEGRATION: CWS localedata3 (1.25.12); FILE MERGED 2005/03/10 12:19:29 er 1.25.12.3: #i43151# add Kinyarwanda for Rwanda (rw_RW), contributed by Steven Michael Murphy <murf@ooo>, corrected 2005/02/25 18:06:07 er 1.25.12.2: #i43122# add ga_IE (Irish Ireland), provided by Kevin Scannell <cpos@ooo> 2005/02/23 17:32:30 er 1.25.12.1: #i39417# add fo_FO Faroese locale data, provided by Soeren Thing Pedersen <thing@ooo>


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [d1be1ef855ecce8e3ef4e2c73aa6a1d2170c5327]

INTEGRATION: CWS localedata3 (1.4.12); FILE MERGED 2005/03/10 17:24:38 er 1.4.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [d167aaa145078c49fc7219e5055c200d583be0f4]

INTEGRATION: CWS localedata3 (1.5.12); FILE MERGED 2005/03/10 12:19:28 er 1.5.12.1: #i43151# add Kinyarwanda for Rwanda (rw_RW), contributed by Steven Michael Murphy <murf@ooo>, corrected


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [4b2ba3a8278adcf23c7d30d4fb05660d2d90d9fd]

INTEGRATION: CWS localedata3 (1.9.12); FILE MERGED 2005/02/25 18:06:07 er 1.9.12.2: #i43122# add ga_IE (Irish Ireland), provided by Kevin Scannell <cpos@ooo> 2005/02/23 17:32:30 er 1.9.12.1: #i39417# add fo_FO Faroese locale data, provided by Soeren Thing Pedersen <thing@ooo>


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [6ab1bfc207e0050e72b8671f8ef5853ee3e1dc50]

INTEGRATION: CWS localedata3 (1.13.6); FILE MERGED 2005/03/10 17:24:37 er 1.13.6.2: #i44734# implement DTD version check and CLDR flag 2005/02/25 16:37:20 er 1.13.6.1: new location of XMLValidator.java


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [363d82baaf9d2a17d6480fb61e579c5f821db19e]

INTEGRATION: CWS localedata3 (1.2.12); FILE MERGED 2005/03/10 17:24:37 er 1.2.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [a80985c802573a6aeb34c2bb2174a4e667ca1044]

INTEGRATION: CWS localedata3 (1.18.6); FILE MERGED 2005/03/10 17:24:37 er 1.18.6.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [aed8a11bd3eeeab65f1eb114765826d3dc827a69]

INTEGRATION: CWS localedata3 (1.6.36); FILE MERGED 2005/03/10 17:24:36 er 1.6.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [a58f307440e5566c635c752143d5908581684671]

INTEGRATION: CWS localedata3 (1.3.6); FILE MERGED 2005/03/10 17:24:36 er 1.3.6.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [eb0be5356b66500be3a1c74dec5568c6561cea18]

INTEGRATION: CWS localedata3 (1.13.24); FILE MERGED 2005/03/10 17:24:35 er 1.13.24.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [8dbb96c118535a82d3b8da0e5332cb7b982f6a79]

INTEGRATION: CWS localedata3 (1.7.36); FILE MERGED 2005/03/10 17:24:35 er 1.7.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [b83b7f50c74636e05d068db2a866c80a23d76fb7]

INTEGRATION: CWS localedata3 (1.8.36); FILE MERGED 2005/03/10 17:24:35 er 1.8.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [ce832d2080dbce5b3e1062ac60a22dfc1213124b]

INTEGRATION: CWS localedata3 (1.6.36); FILE MERGED 2005/03/10 17:24:34 er 1.6.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [2b05f24d92c8c3c4948a05c900abf40cd5f11659]

INTEGRATION: CWS localedata3 (1.3.6); FILE MERGED 2005/03/10 17:24:34 er 1.3.6.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [d2caef2254fd1ab56fb0d8a546dc28a31af8eeae]

INTEGRATION: CWS localedata3 (1.9.6); FILE MERGED 2005/03/10 17:24:34 er 1.9.6.2: #i44734# implement DTD version check and CLDR flag 2005/03/09 18:55:17 er 1.9.6.1: #i41488# month name abbreviations and date formats


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [a118bf5212139cb88c3d52d4ec63ad050c0459de]

INTEGRATION: CWS localedata3 (1.2.26); FILE MERGED 2005/03/10 17:24:33 er 1.2.26.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [bdec2546d28a37a07e4041adca5a62964ff39ae7]

INTEGRATION: CWS localedata3 (1.9.36); FILE MERGED 2005/03/10 17:24:33 er 1.9.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [1f95b55f1f53558bf14e0229540e0a47358ead3e]

INTEGRATION: CWS localedata3 (1.15.6); FILE MERGED 2005/03/10 17:24:33 er 1.15.6.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [bb6ff149ee3d36259c08fb3a573f9eab3f363fc8]

INTEGRATION: CWS localedata3 (1.2.36); FILE MERGED 2005/03/10 17:24:32 er 1.2.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [1079801d1b09ee459a1187d2f809808c98d3ef6b]

INTEGRATION: CWS localedata3 (1.3.6); FILE MERGED 2005/03/10 17:24:32 er 1.3.6.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [b23acbb6286a5ef0ee46ad9bb09653b30d8f9d7b]

INTEGRATION: CWS localedata3 (1.1.2); FILE ADDED 2005/03/10 17:24:32 er 1.1.2.2: #i44734# implement DTD version check and CLDR flag 2005/02/25 18:06:07 er 1.1.2.1: #i43122# add ga_IE (Irish Ireland), provided by Kevin Scannell <cpos@ooo>


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [298352e44babc194a14a918d8eee4b8d6fbbd8d9]

INTEGRATION: CWS localedata3 (1.6.36); FILE MERGED 2005/03/10 17:24:32 er 1.6.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [04d50e93c846ce264769ba90047cd51c92ff5f58]

INTEGRATION: CWS localedata3 (1.6.36); FILE MERGED 2005/03/10 17:24:31 er 1.6.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [7ef6b014bdb449c5c9dbdbd30bf415cb144368c5]

INTEGRATION: CWS localedata3 (1.10.12); FILE MERGED 2005/03/10 17:24:31 er 1.10.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [e4ee84d5ea3f2a185f5b185014fd7a2d9aa8365e]

INTEGRATION: CWS localedata3 (1.9.12); FILE MERGED 2005/03/10 17:24:31 er 1.9.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [66b4cb0b5d2a5bab0af99a7d29457909e1c252b7]

INTEGRATION: CWS localedata3 (1.9.12); FILE MERGED 2005/03/10 17:24:30 er 1.9.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [59e9a4cafdcbe479d04297ce13449a83edf602e7]

INTEGRATION: CWS localedata3 (1.8.12); FILE MERGED 2005/03/10 17:24:30 er 1.8.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [fa787409c82c9703976b75967db808c03e3cf296]

INTEGRATION: CWS localedata3 (1.1.2); FILE ADDED 2005/03/10 17:24:30 er 1.1.2.2: #i44734# implement DTD version check and CLDR flag 2005/02/23 17:32:30 er 1.1.2.1: #i39417# add fo_FO Faroese locale data, provided by Soeren Thing Pedersen <thing@ooo>


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [a4e2723b12ba05551812b0a8fcf9243dba7a9b34]

INTEGRATION: CWS localedata3 (1.10.26); FILE MERGED 2005/03/10 17:24:29 er 1.10.26.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [1bbec534862c30ab13b77ae8727642b400d81386]

INTEGRATION: CWS localedata3 (1.2.12); FILE MERGED 2005/03/10 17:24:29 er 1.2.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [b7ce5fe9d7e8c4e026fa3c678bfd139251790f86]

INTEGRATION: CWS localedata3 (1.4.6); FILE MERGED 2005/03/10 17:24:29 er 1.4.6.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [24e2c36713649e5bfc5fd8e5197b0b560d9d8c61]

INTEGRATION: CWS localedata3 (1.6.12); FILE MERGED 2005/03/10 17:24:28 er 1.6.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [06c12fad05267c2210145f473e4bf888dea8d6fc]

INTEGRATION: CWS localedata3 (1.8.12); FILE MERGED 2005/03/10 17:24:28 er 1.8.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [a5c334107900b38119cbefbeaf13386a8d13e99f]

INTEGRATION: CWS localedata3 (1.6.12); FILE MERGED 2005/03/10 17:24:27 er 1.6.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [660d7541187ec1a30cb214e9c0e7fe37e776b26a]

INTEGRATION: CWS localedata3 (1.7.12); FILE MERGED 2005/03/10 17:24:27 er 1.7.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [31ec86c2d3f8fc62cf77d87d562d8cd3826b4bcc]

INTEGRATION: CWS localedata3 (1.6.12); FILE MERGED 2005/03/10 17:24:26 er 1.6.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [758559fc07b75c9fc584a9c5e792af99037b92cf]

INTEGRATION: CWS localedata3 (1.7.12); FILE MERGED 2005/03/10 17:24:26 er 1.7.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [624d1d8c8ce97d0c525448ff87ccdf6743145262]

INTEGRATION: CWS localedata3 (1.6.12); FILE MERGED 2005/03/10 17:24:25 er 1.6.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [ebf4bc306c3d3ccd9854f0e0125f64679aec2f38]

INTEGRATION: CWS localedata3 (1.7.12); FILE MERGED 2005/03/10 17:24:24 er 1.7.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [5c16410d7de589ea62ce3d0478ac48988f3697a8]

INTEGRATION: CWS localedata3 (1.11.36); FILE MERGED 2005/03/10 17:24:24 er 1.11.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [cc515b47c7ccb1f94b6eb759aa9becc16115dd35]

INTEGRATION: CWS localedata3 (1.7.12); FILE MERGED 2005/03/10 17:24:24 er 1.7.12.2: #i44734# implement DTD version check and CLDR flag 2005/02/22 16:22:33 er 1.7.12.1: #i43271# currency is $/USD


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [168c65d3fb78d46c8d6a01f9b1a92011d749b78f]

INTEGRATION: CWS localedata3 (1.7.12); FILE MERGED 2005/03/10 17:24:23 er 1.7.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [2b77141aa477d41e51ffff55b3dc97e29968cea9]

INTEGRATION: CWS localedata3 (1.7.36); FILE MERGED 2005/03/10 17:24:23 er 1.7.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [ea405362d3dfb8d9b7b63c3466c44eea476204b4]

INTEGRATION: CWS localedata3 (1.8.12); FILE MERGED 2005/03/10 17:24:22 er 1.8.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [9c11a250fae1c658de4fe2dd5f0de0c5a2f9fdbd]

INTEGRATION: CWS localedata3 (1.7.12); FILE MERGED 2005/03/10 17:24:22 er 1.7.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [44e0f4823c24d0d60fad89800f598f6cb96ce1e1]

INTEGRATION: CWS localedata3 (1.8.12); FILE MERGED 2005/03/10 17:24:21 er 1.8.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [940ffd3e39e24d10cf31a5287d8f85b07e53b4ac]

INTEGRATION: CWS localedata3 (1.4.36); FILE MERGED 2005/03/10 17:24:21 er 1.4.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [8e1e8f28f8a6c48be0b544fba15d528cb9395ede]

INTEGRATION: CWS localedata3 (1.6.12); FILE MERGED 2005/03/10 17:24:21 er 1.6.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [00a8c2973702b56548cfcc3c2d4b14941239a486]

INTEGRATION: CWS localedata3 (1.12.26); FILE MERGED 2005/03/10 17:24:21 er 1.12.26.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [59e1f24bf1bab1a157c4d503f2e649f348770b85]

INTEGRATION: CWS localedata3 (1.4.36); FILE MERGED 2005/03/10 17:24:20 er 1.4.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [383f663caf582ec6d8ea7020273fea4b090e95fb]

INTEGRATION: CWS localedata3 (1.5.36); FILE MERGED 2005/03/10 17:24:19 er 1.5.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [ab836a128d886f756dfcaa8455363f1e5e6df528]

INTEGRATION: CWS localedata3 (1.6.36); FILE MERGED 2005/03/10 17:24:19 er 1.6.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [09f8e40d8cd688345a2b43c77f0aa33071093098]

INTEGRATION: CWS localedata3 (1.5.36); FILE MERGED 2005/03/10 17:24:18 er 1.5.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [e1b166f587bf3d8cc3d9c9c06164d7f7bc6e9eae]

INTEGRATION: CWS localedata3 (1.4.36); FILE MERGED 2005/03/10 17:24:18 er 1.4.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [ef1ee281e698ce765cfeaae0242e80fdb6c074be]

INTEGRATION: CWS localedata3 (1.8.36); FILE MERGED 2005/03/10 17:24:17 er 1.8.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [e39cebe5d80a80bd3306aed9d20cc35a6af1f492]

INTEGRATION: CWS localedata3 (1.7.36); FILE MERGED 2005/03/10 17:24:17 er 1.7.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [29b560384c17eac9eebf8856a7a291869f2a479a]

INTEGRATION: CWS localedata3 (1.8.26); FILE MERGED 2005/03/10 17:24:17 er 1.8.26.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [36395fae4790ad4e7961a0e40af7f737e8b95f80]

INTEGRATION: CWS localedata3 (1.8.36); FILE MERGED 2005/03/10 17:24:16 er 1.8.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [e1fe26cdf9d26de4d7395a98f3c5a3e1958944e0]

INTEGRATION: CWS localedata3 (1.8.12); FILE MERGED 2005/03/10 17:24:16 er 1.8.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [04d6e7095b47ac49a0a582df20485a77610b65fd]

INTEGRATION: CWS localedata3 (1.8.6); FILE MERGED 2005/03/10 17:24:14 er 1.8.6.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [312cdcd155de4f0ed815d9a8e4bf1b3525505c37]

INTEGRATION: CWS localedata3 (1.3.36); FILE MERGED 2005/03/10 17:24:14 er 1.3.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [49a63d85327f4dd780b8e1bf1bd7f401c200eeab]

INTEGRATION: CWS localedata3 (1.11.36); FILE MERGED 2005/03/10 17:24:14 er 1.11.36.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [62ccbf1e5bc2648cfca715a416c9141a9627c9e7]

INTEGRATION: CWS localedata3 (1.12.36); FILE MERGED 2005/03/10 17:24:13 er 1.12.36.2: #i44734# implement DTD version check and CLDR flag 2005/03/09 12:10:53 er 1.12.36.1: #i43267# era abbreviations are aC/dC


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [d75bb72d989cc6f3dcc3011082d9107b1dc2ecb5]

INTEGRATION: CWS localedata3 (1.3.12); FILE MERGED 2005/03/10 17:24:13 er 1.3.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [58aa03eeb96af725e0e96bf23a875c9616f47cf8]

INTEGRATION: CWS localedata3 (1.3.6); FILE MERGED 2005/03/10 17:24:12 er 1.3.6.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [68e56d0be9c9cefa0a233b7845c638877019847f]

INTEGRATION: CWS localedata3 (1.2.26); FILE MERGED 2005/03/10 17:24:12 er 1.2.26.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [6b6c1f21d8498e0c1cd78a38ef0fb9a472d155fc]

INTEGRATION: CWS localedata3 (1.11.24); FILE MERGED 2005/03/10 17:24:11 er 1.11.24.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [24f0b11f3b2c01b9d97ad2ef0b9c43ee279f773e]

INTEGRATION: CWS localedata3 (1.10.24); FILE MERGED 2005/03/10 17:24:11 er 1.10.24.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [7e7e2acbdd745fb566c3c2790f42ef7731c32578]

INTEGRATION: CWS localedata3 (1.14.24); FILE MERGED 2005/03/10 17:24:10 er 1.14.24.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [91ec3e40d947debd7736eac4bec67d1a4c8d5388]

INTEGRATION: CWS localedata3 (1.8.12); FILE MERGED 2005/03/10 17:24:10 er 1.8.12.1: #i44734# implement DTD version check and CLDR flag


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [3da1cd8ec7caf27eeba8ea23ce6016fb029c738b]

INTEGRATION: CWS localedata3 (1.29.12); FILE MERGED 2005/03/10 12:19:28 er 1.29.12.3: #i43151# add Kinyarwanda for Rwanda (rw_RW), contributed by Steven Michael Murphy <murf@ooo>, corrected 2005/02/25 18:06:06 er 1.29.12.2: #i43122# add ga_IE (Irish Ireland), provided by Kevin Scannell <cpos@ooo> 2005/02/23 17:32:29 er 1.29.12.1: #i39417# add fo_FO Faroese locale data, provided by Soeren Thing Pedersen <thing@ooo>


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [0b4e28f443618d5581025e106c2271ce7d90f54b]

INTEGRATION: CWS localedata3 (1.7.12); FILE MERGED 2005/03/10 22:28:41 er 1.7.12.2: #i44734# grmbl.. checked in wrong version.. this one actually generates the code.. 2005/03/10 17:22:11 er 1.7.12.1: #i44734# implement DTD version check


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [a102da0984a0da1df1863a43ae14da2213f73326]

INTEGRATION: CWS localedata3 (1.12.12); FILE MERGED 2005/03/10 22:28:40 er 1.12.12.2: #i44734# grmbl.. checked in wrong version.. this one actually generates the code.. 2005/03/10 17:22:10 er 1.12.12.1: #i44734# implement DTD version check


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [4d3d0eb84723792e99ac9a3ba7569450d24acd71]

INTEGRATION: CWS localedata3 (1.8.162); FILE MERGED 2005/02/25 13:50:30 er 1.8.162.1: #i41655# parseText: use correct OUString ctor


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [e90dae368f65eba016685be7540087d305b34c1e]

INTEGRATION: CWS localedata3 (1.26.34); FILE MERGED 2005/02/09 19:53:26 er 1.26.34.1: #i39561# setValue: resubmit values a second time with proper DST value if in DST transit and DST results differ


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [6e6f84e7aca1c8c32c6a4317e9dbd517f041c760]

INTEGRATION: CWS localedata3 (1.8.34); FILE MERGED 2005/02/09 19:49:16 er 1.8.34.1: #i39561# add submitValues() method


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [020a2af7d93b6a710e8c1aebeef5246342fcb5b1]

INTEGRATION: CWS localedata3 (1.53.314); FILE MERGED 2005/03/09 18:52:09 er 1.53.314.1: #i41488# ImpGetDefaultFormat: compare exact type


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [c29ea5331741d3547b5ba2086321b4d3832e2356]

INTEGRATION: CWS mav17 (1.4.46); FILE MERGED 2005/02/28 11:06:10 mav 1.4.46.1: #i42398# handle impossibility to get visual area


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [723fd9d85a11cf863e565dc0de96e78cd7e36d13]

INTEGRATION: CWS mav17 (1.6.46); FILE MERGED 2005/02/25 12:19:29 mav 1.6.46.1: #i43093# lock the solar mutex in listener


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [d10124516b6da14623dc2060e2a5bfce7562bd8d]

INTEGRATION: CWS mav17 (1.208.34); FILE MERGED 2005/03/02 18:08:12 mav 1.208.34.2: RESYNC: (1.208-1.209); FILE MERGED 2005/02/22 15:18:06 ssa 1.208.34.1: #i43257# trigger pending resize handler to assure correct window sizes


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [5580170e19934581bbd88b9950d00d6622f9eddf]

INTEGRATION: CWS libpath (1.54.2); FILE MERGED 2005/03/04 06:19:54 sab 1.54.2.1: #108873#; change filter path to module path


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [3854b0ae0813c11018ecbceaee5b1068d72518b6]

INTEGRATION: CWS toolbars4 (1.85.10); FILE MERGED 2005/02/16 10:35:01 cd 1.85.10.2: #i39612# Fixed paint problem with disabled dropdownonly buttons 2005/02/09 18:08:20 ssa 1.85.10.1: #i39612# support new style TIB_DROPDOWNONLY which always triggers the dropdownhandler if the button is pressed, regardless of the mouseposition


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [00ddc66ee37f64561deda8c2458bbc896826dd1a]

INTEGRATION: CWS bsport (1.34.12); FILE MERGED 2005/02/16 15:49:25 obo 1.34.12.1: #119707# prj.obj in bootstrp2 library


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [fe8a1ac0cdbf7e364284d0bcf3b6930b3efc73b7]

INTEGRATION: CWS bsport (1.11.142); FILE MERGED 2005/03/10 10:50:30 obo 1.11.142.1: #119707# port TLS617 to SRC680


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [01096974f7418948c5201012d5d36e58015cba6d]

INTEGRATION: CWS bsport (1.6.282); FILE MERGED 2005/03/10 11:52:20 obo 1.6.282.1: #119707# build server port from TLS617 to SRC680


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [fa274fe661a434edad825ac3bb056ab5b4fb89db]

INTEGRATION: CWS bsport (1.4.282); FILE MERGED 2005/03/10 10:50:30 obo 1.4.282.1: #119707# port TLS617 to SRC680


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [c556f28d3b3e06e3587349c70ff47336fd1a2f03]

INTEGRATION: CWS bsport (1.30.18); FILE MERGED 2005/03/10 14:51:58 obo 1.30.18.2: #119707# abthread.hxx added 2005/02/16 14:14:19 obo 1.30.18.1: #119707# seperate library for prj.obj


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [5581bca264b03532db738ad8a3fc2db6f063119e]

INTEGRATION: CWS bsport (1.9.104); FILE MERGED 2005/03/10 16:40:18 obo 1.9.104.1: #119707 small fix for unix


2005-03-15  Oliver Bolte  <obo@openoffice.org>  [90f225973d48fbc32097fdc2ba763230d7ac7d82]

INTEGRATION: CWS bsport (1.19.32); FILE MERGED 2005/03/10 16:36:30 obo 1.19.32.2: #119707 small fix for unix 2005/02/16 13:55:01 obo 1.19.32.1: #119707# seperate library for prj.obj


2005-03-14  Vladimir Glazounov  <vg@openoffice.org>  [80d5e686a4da4dc0296b4b5993d668a1852989ba]

new version for SRC680


2005-03-14  Rüdiger Timm  <rt@openoffice.org>  [6770e49e4a2263803ede4dc0e30445c24ffd54e0]

#i10000# COMPHELPER_DLLPUBLIC needed for class ScopeGuard (used by slideshow/source/engine/presentation.cxx).


2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [3c8ae6c640c3a02b54b7c78e15e5cf4db32e3357]

new version for SRC680


2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [1ea87c4f4891451c9831e8e70b1fa9ebd4e68be6]

new version for SRC680


2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [c866d3785b0115a84ae69bb52b8a57ca78c39f55]

INTEGRATION: CWS os54 (1.11.158); FILE MERGED 2005/02/23 10:07:55 os 1.11.158.1: #i43376#


2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [dccc260fa10fd2d5e3cc1c4cbe191bbe8f12bd68]

INTEGRATION: CWS os54 (1.6.38); FILE MERGED 2005/03/02 13:32:57 os 1.6.38.2: RESYNC: (1.6-1.7); FILE MERGED 2005/02/23 10:07:55 os 1.6.38.1: #i43376#


2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [a8a6ce6823e5512255d66a1590513bc8ae1357ed]

INTEGRATION: CWS os54 (1.5.38); FILE MERGED 2005/03/02 13:32:45 os 1.5.38.2: RESYNC: (1.5-1.6); FILE MERGED 2005/02/28 11:56:01 pl 1.5.38.1: #i43378# prevent access to deleted entries in GetFocus, fix an unused local variable


2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [acc6c5e669b337d687ea93f40c3120db2445506c]

INTEGRATION: CWS os54 (1.10.120); FILE MERGED 2005/02/25 14:56:08 os 1.10.120.1: #i43461# enable notification


2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [ec99cf560904594dba93b67872991a695a9307dd]

INTEGRATION: CWS os54 (1.50.116); FILE MERGED 2005/02/25 14:57:46 os 1.50.116.1: #i43462# help options: notification enabled


2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [5754cd517a726f0b645d61800a9768a0ee63303f]

INTEGRATION: CWS os54 (1.3.120); FILE MERGED 2005/02/25 14:57:46 os 1.3.120.1: #i43462# help options: notification enabled


2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [f8a6537ee5813aa08cbfb8681944e5ba17a3d225]

INTEGRATION: CWS os54 (1.13.120); FILE MERGED 2005/02/25 14:57:45 os 1.13.120.1: #i43462# help options: notification enabled


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e35be0d3ec14c3c4b8d328d3446dda781deeb3a2]

INTEGRATION: CWS dba24 (1.38.188); FILE MERGED 2005/02/01 15:44:36 fs 1.38.188.1: #i41822# ExtendedWinBits


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [39cd697f3fca74ab5666c6d5682f43ffb422c73f]

INTEGRATION: CWS dba24 (1.43.84); FILE MERGED 2005/02/04 14:44:04 fs 1.43.84.2: #i41967# EntryCollapsed: don't Select a NULL-pCursor 2005/02/01 15:44:31 fs 1.43.84.1: #i41822# some more respect for the NO_SELECTION SelectionMode, and a (Extended)WinBit which controls whether Paint automatically declares a CurEntry


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [07f8f8e003ee35fea8533006001f43b815d2225b]

INTEGRATION: CWS dba24 (1.7.136); FILE MERGED 2005/02/01 15:45:49 fs 1.7.136.1: removed an obsolete directive, which caused some files to be built twice


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [6b9582a38a64fb731e060298078c13bd529df26c]

INTEGRATION: CWS dba24 (1.2.136); FILE MERGED 2005/02/04 14:52:50 fs 1.2.136.1: #b5008519#


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b60cffab40780adbdd4a9da0a5a5cf7aa4a1c761]

INTEGRATION: CWS dba24 (1.23.4); FILE MERGED 2005/03/03 11:31:10 fs 1.23.4.1: #i43975# URL for an empty database document must include the Interactive flag


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [0bf88a4e6e705a616b11f3bb5521d4db870c010b]

INTEGRATION: CWS dba24 (1.23.304); FILE MERGED 2005/02/15 08:32:48 oj 1.23.304.1: #i41757# fix for screen rubbish for hscroll


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [99a60aab140306c0eda7b9045c0c36ee38d8d5f3]

INTEGRATION: CWS dba24 (1.29.2); FILE MERGED 2005/02/21 11:41:12 oj 1.29.2.2: #i41757# set horz to 0 if no controll aera 2005/02/15 08:32:48 oj 1.29.2.1: #i41757# fix for screen rubbish for hscroll


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [4c212366c7dc96d11d4dc8c45d5c19e71f5a1e40]

INTEGRATION: CWS dba24 (1.33.2); FILE MERGED 2005/02/15 08:32:47 oj 1.33.2.1: #i41757# fix for screen rubbish for hscroll


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [8635288e79dc75d38f4870f7233d75a9ca59223c]

INTEGRATION: CWS dba24 (1.16.84); FILE MERGED 2005/02/01 15:43:10 fs 1.16.84.1: #i41822# ExtendedWinBits


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7a68f60b0772a9e8d5c03cc33b670db4ec63fb9b]

INTEGRATION: CWS dba24 (1.32.10); FILE MERGED 2005/02/14 10:14:59 fs 1.32.10.1: #i42573# some thread and exception safety


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7da83ae0fbe3ce6e29441cf045831036af779588]

INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/02 09:41:36 dbo 1.1.2.1: #i37777# new scopeguard


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [9b4873fe0c71d96645137f71470982dc2d1aae60]

INTEGRATION: CWS presfixes01 (1.28.34); FILE MERGED 2005/02/02 09:41:35 dbo 1.28.34.1: #i37777# new scopeguard


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b5aa9522c553edb49c0007d7f9581bbb469da89b]

INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/02 09:40:38 dbo 1.1.2.1: #i37777# new scopeguard, boost::optional<> helpers


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [541b497dc76908d31ca74aef597f2c2cfe79376c]

INTEGRATION: CWS presfixes01 (1.2.118); FILE MERGED 2005/02/02 09:40:37 dbo 1.2.118.1: #i37777# new scopeguard, boost::optional<> helpers


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [870c5bbdef0f5212b0407955adef41c301bb0acf]

INTEGRATION: CWS presfixes01 (1.2.38); FILE MERGED 2005/02/16 13:20:33 fs 1.2.38.1: #i10000#


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7840063e1feebbe925d5e0ac548d4a04291be76e]

INTEGRATION: CWS presfixes01 (1.2.8); FILE MERGED 2005/02/16 11:05:13 fs 1.2.8.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [0060f556e1827aea1d15f892e85fe79277033899]

INTEGRATION: CWS presfixes01 (1.2.8); FILE MERGED 2005/02/07 15:47:42 mbu 1.2.8.4: . 2005/02/07 15:34:51 mbu 1.2.8.3: more sort optimizations 2005/02/04 16:48:33 mbu 1.2.8.2: fixed strided element access in radix sort 2005/02/04 11:00:41 mbu 1.2.8.1: #i38960 performing radix sort now


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [17b7654cfd6d6b1f508f63eacc2b79f8df64c952]

INTEGRATION: CWS presfixes01 (1.17.4); FILE MERGED 2005/02/10 03:04:22 thb 1.17.4.1: #i38960# Added isRectangle() predicate for B2DPolygons


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d826ddabefa18d6f2222202806316050717b5a4d]

INTEGRATION: CWS presfixes01 (1.22.4); FILE MERGED 2005/02/16 17:37:04 thb 1.22.4.1: #i10000# No forward declaration of enums possible, extracted vector enums to separate header


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f6d9b3d1ed5c9779d5b068046d10d4fe01f8152f]

INTEGRATION: CWS presfixes01 (1.3.44); FILE MERGED 2005/02/16 17:01:02 thb 1.3.44.2: #i10000# No forward declaration of enums possible, extracted vector enums to separate header 2005/02/15 23:52:19 thb 1.3.44.1: #i42440# Unified B2I->B2I conversion, by adding an appropriate copy constructor also to B2DVector


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ae84801de28bd8dfc0bfa53a24189efe00c65c33]

INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 17:00:36 thb 1.1.2.1: #i10000# No forward declaration of enums possible, extracted vector enums to separate header


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f9e2e6fcab246a8c4cb3cac04e76383b9d6f3267]

INTEGRATION: CWS presfixes01 (1.12.12); FILE MERGED 2005/02/16 17:01:01 thb 1.12.12.2: #i10000# No forward declaration of enums possible, extracted vector enums to separate header 2005/02/15 23:52:18 thb 1.12.12.1: #i42440# Unified B2I->B2I conversion, by adding an appropriate copy constructor also to B2DVector


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [a8125a2a02bf2a01cb0ad78b6fd225482e0cfb7e]

INTEGRATION: CWS presfixes01 (1.15.4); FILE MERGED 2005/02/10 03:04:22 thb 1.15.4.1: #i38960# Added isRectangle() predicate for B2DPolygons


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [fd076d0a3cc245117f3e5b9dc8cad42b8651415a]

INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:40 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f3c64e0e209bdde9b3006f7c3a7eb6a5e993e23d]

INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED 2005/02/16 11:14:40 fs 1.4.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [20757bb22973f8002725a32cade957cd9c22c93b]

INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:39 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [4448fb19317e22b01622ea6ca0b20923af86e9d7]

INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED 2005/02/16 11:14:39 fs 1.4.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [89feef191117204f689e72e79d1c975ad2193010]

INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:14:38 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [2b0435b40a0dcd8b27438478500a815158a8eb8d]

INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:38 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [eebad39e8707b383271524bc0e31ec5c2249ae83]

INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED 2005/02/16 11:14:38 fs 1.4.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [6352eb6bf9404397e6e0b9497aeb5bb2b6717747]

INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:37 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [9670257aea7613c86c8de769015fcd43aa3eed72]

INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:14:37 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [14a5352baedc1eaa95259173641dae5842fb3731]

INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED 2005/02/16 11:14:36 fs 1.4.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e12635a537da4e0ee4d42870a1190d779705f4e9]

INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:36 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [2082bfc62e58afdc801672cfc9b8463aa19547aa]

INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:35 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [0c7c83badfed9a01553ce025c7f5a919532b4eda]

INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:35 fs 1.3.6.2: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/02/04 17:45:46 thb 1.3.6.1: #i38960# Only create BitmapCanvas for Bitmaps that actually _have_ one - the new, tunneled VCL bitmaps don't


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7fbcd15e09402e79c2226d841fc06f34a47757c1]

INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:34 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b62f2842b273b0b84975bc756fa930861386ecf0]

INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:33 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [49cc1a4bc284b64a4d03fe94198926203abea211]

INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED 2005/02/16 11:14:32 fs 1.2.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [60d4715914db30ae7cbc79505ea9a52eb6349463]

INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED 2005/02/16 11:14:31 fs 1.2.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b104d33a2f64ea1c2b19fecda5b49f180e41f12e]

INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/20 00:38:32 thb 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2005/02/16 11:14:30 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [16be7310027ee3ee68f9164b7f62d330aeff196b]

INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/20 00:38:25 thb 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2005/02/16 11:14:30 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [224cea04167ea46ca1d911ec2b0b27a0d91d0d9e]

INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:30 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [653ca98ff38de852b4ab785ea1a2725d75593f70]

INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:29 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e468cd0260145490b15324667cefd10b3cba21cc]

INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/20 00:38:18 thb 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2005/02/16 11:14:29 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [9e463e921940554a6a8f6a7e7e2136f4d85e8124]

INTEGRATION: CWS presfixes01 (1.2.22); FILE MERGED 2005/02/16 11:14:28 fs 1.2.22.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [cbe39f1aa85fe3abf68be14afa0cf67ef32b12ab]

INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:28 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f8f30a0122cd587f55106634a7ad9408f39e590a]

INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:27 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [100d9abf62f2f9f5723993e3a5cdf91a6cde6398]

INTEGRATION: CWS presfixes01 (1.4.4); FILE MERGED 2005/02/24 20:29:02 thb 1.4.4.4: #i42812# Don't hold reference into vector when modifying it at the same time. 2005/02/20 22:42:26 thb 1.4.4.3: #i10000# Merge fault: re-introduced drafts API 2005/02/20 00:38:08 thb 1.4.4.2: RESYNC: (1.4-1.6); FILE MERGED 2005/02/16 11:14:27 fs 1.4.4.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [2905a278f1eee325126371ee7f8fdfa497460a98]

INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:26 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [0a4656a5e9dbb3bccd8910dcf022cc4240503a2f]

INTEGRATION: CWS presfixes01 (1.2.22); FILE MERGED 2005/02/16 11:14:26 fs 1.2.22.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7ee8a100de14548ed1ea15f7b42c7df762c58e38]

INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED 2005/02/20 00:38:01 thb 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED 2005/02/16 11:14:26 fs 1.4.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [9f0583d7aba9f676335a8ea21e936a38f647d527]

INTEGRATION: CWS presfixes01 (1.2.22); FILE MERGED 2005/02/16 11:14:25 fs 1.2.22.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [2aba425017fea07acd68d9f15ed28e6027f434b3]

INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:25 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ca8eca9c709601aafac27a95c3cf2e82d196ae1e]

INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED 2005/02/16 11:14:25 fs 1.4.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [4e620d3c00d1ed111ac419f63db861da84757503]

INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED 2005/02/16 11:14:24 fs 1.4.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [87a4418697802881e9e2533b0e4ed1d6caaee346]

INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:14:24 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [09100de1dd7b1f5660f1da28dc50512c6422beea]

INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED 2005/02/16 11:14:24 fs 1.4.6.2: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/02/15 12:27:06 thb 1.4.6.1: #i42440# After moving sprite-growing functionality from canvas to slideshow, had to slightly adapt the extra size for DX canvas


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [34c2746e3c82479b958d95b7a53160be901a8a2e]

INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED 2005/02/16 11:14:23 fs 1.4.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ea77eb915f3416607d94e9f9014b168ef8c0de79]

INTEGRATION: CWS presfixes01 (1.64.4); FILE MERGED 2005/02/20 00:36:50 thb 1.64.4.2: RESYNC: (1.64-1.66); FILE MERGED 2005/02/16 14:12:33 ssa 1.64.4.1: #118590# select fonts into screen dc first to get antialiased fonts


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [60e204e923e5a7a203fb930a942cda04aeedd17e]

INTEGRATION: CWS presfixes01 (1.4.310); FILE MERGED 2005/01/26 16:44:56 pl 1.4.310.1: #i41363# get system bitmap representation


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [3a606179f63e2af181c282453b78471da393a933]

INTEGRATION: CWS presfixes01 (1.2.326); FILE MERGED 2005/01/26 16:44:55 pl 1.2.326.1: #i41363# get system bitmap representation


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f129e656d1cb1d9e0ba3cc8abf1575b79cf2ae90]

INTEGRATION: CWS presfixes01 (1.14.190); FILE MERGED 2005/02/09 12:16:41 hdu 1.14.190.3: #i42314# allow non-RGB format for DIB 2005/01/28 12:27:25 hdu 1.14.190.2: #i41536# get rid of redundant zeroing of bitmap memory 2005/01/26 16:44:55 pl 1.14.190.1: #i41363# get system bitmap representation


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b730afc0769fdbe35253c3225412d4360c848961]

INTEGRATION: CWS presfixes01 (1.5.4); FILE MERGED 2005/01/26 16:44:52 pl 1.5.4.1: #i41363# get system bitmap representation


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b667d305eff4b15e312d5de02970be496b317794]

INTEGRATION: CWS presfixes01 (1.207.4); FILE MERGED 2005/02/20 00:34:21 thb 1.207.4.2: RESYNC: (1.207-1.208); FILE MERGED 2005/02/16 11:24:17 fs 1.207.4.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [15b2cd82c8930fd0cc17cfa1c93ba1a9d68ce32d]

INTEGRATION: CWS presfixes01 (1.2.132); FILE MERGED 2005/02/16 11:24:15 fs 1.2.132.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [8d18716b0ae80de84e24b379a1d38ed3d368b0df]

INTEGRATION: CWS presfixes01 (1.15.14); FILE MERGED 2005/01/26 12:24:10 pl 1.15.14.1: #i41363# tunneling XBitmap implementation


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [1dba6fe0cbb56c1a13801cf4c2df6fe21ae09524]

INTEGRATION: CWS presfixes01 (1.3.56); FILE MERGED 2005/02/16 11:24:15 fs 1.3.56.2: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/01/26 12:24:10 pl 1.3.56.1: #i41363# tunneling XBitmap implementation


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [4f1c5b5951bde1be73e8ce100e8f1a64e58d2437]

INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:24:15 fs 1.1.2.2: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/01/26 12:24:09 pl 1.1.2.1: #i41363# tunneling XBitmap implementation


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [310b4fc43c324a4907b328de61e1e4b4767ea6ad]

INTEGRATION: CWS presfixes01 (1.5.162); FILE MERGED 2005/02/10 13:38:49 hdu 1.5.162.3: #i42314# prepare more general operations in case they become perf critical 2005/02/09 13:39:14 hdu 1.5.162.2: #i42314# short circuit the most dominant bitmap conversions 2005/01/28 12:27:24 hdu 1.5.162.1: #i41536# get rid of redundant zeroing of bitmap memory


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b85173734d67a180d04e332f399dcda5ffff5a63]

INTEGRATION: CWS presfixes01 (1.7.132); FILE MERGED 2005/02/10 16:39:04 pl 1.7.132.2: #i42218# fix rect test to achieve same results as ImplPolyPolyRegionToBandRegionFunc 2005/02/07 18:26:54 pl 1.7.132.1: #i42218# Region::GetRegionFromPolyPolygon as performance shortcut


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [0249e2d41910aca58892a5ef787355d98ee78051]

INTEGRATION: CWS presfixes01 (1.3.132); FILE MERGED 2005/02/10 16:12:25 pl 1.3.132.2: #i42218# fix right border case 2005/02/07 16:06:18 pl 1.3.132.1: #i42218# make ImplRegionBand::XOr functional


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7fbac0e7b29441618e78105d43f5012059a15bae]

INTEGRATION: CWS presfixes01 (1.26.16); FILE MERGED 2005/02/20 00:31:52 thb 1.26.16.3: RESYNC: (1.26-1.27); FILE MERGED 2005/02/10 13:38:49 hdu 1.26.16.2: #i42314# prepare more general operations in case they become perf critical 2005/02/09 13:41:53 hdu 1.26.16.1: #i42314# short circuit the most costly blending operation


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [0211f16e5b13fd89333487773fad4727a6d1a0ae]

INTEGRATION: CWS presfixes01 (1.20.10); FILE MERGED 2005/02/20 00:31:34 thb 1.20.10.2: RESYNC: (1.20-1.21); FILE MERGED 2005/02/09 13:07:39 hdu 1.20.10.1: #i42314# add bmpfast.cxx


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e8bc79736b5b9517d2a24db32aace360d1afdbf6]

INTEGRATION: CWS presfixes01 (1.4.310); FILE MERGED 2005/02/16 11:24:14 fs 1.4.310.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [bf30358baa62c8ad91258fb1c5254722e32c3df1]

INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/18 12:55:23 thb 1.1.2.5: #i10000# Fixed typo in assertion comparison 2005/02/14 12:43:13 hdu 1.1.2.4: #i42314# reduce code size by not instantiating rarely used conversions 2005/02/10 13:38:48 hdu 1.1.2.3: #i42314# prepare more general operations in case they become perf critical 2005/02/10 08:15:13 hdu 1.1.2.2: #i42314# avoid unused palette comparison 2005/02/09 13:45:36 hdu 1.1.2.1: #i42314# optimized conversion and blending ops for builtin bitmaps


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [de72d476cce71376e67cf17b02cc0e39d421bf18]

INTEGRATION: CWS presfixes01 (1.11.212); FILE MERGED 2005/01/26 16:44:52 pl 1.11.212.1: #i41363# get system bitmap representation


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [4765eca5b3dea76a2c60b899b837cc898306fcd3]

INTEGRATION: CWS presfixes01 (1.44.16); FILE MERGED 2005/02/09 12:22:36 hdu 1.44.16.1: #i42314# do not deliver obsolete header


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [dff4efbae68290ba4ac9eb2561fda4af0139eca2]

INTEGRATION: CWS presfixes01 (1.2.10); FILE MERGED 2005/02/16 11:14:17 fs 1.2.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [6997fd9b8e2c26e1096c07944619796b6996aadd]

INTEGRATION: CWS presfixes01 (1.2.10); FILE MERGED 2005/02/16 11:14:16 fs 1.2.10.3: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/02/07 01:09:50 thb 1.2.10.2: #i38960# Added todo 2005/01/26 11:28:43 thb 1.2.10.1: #116716# Corrected text direction setup; text layout always outputs LTR


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [9c911e7ce18f25482d2325d59d10be2f04aa0374]

INTEGRATION: CWS presfixes01 (1.4.10); FILE MERGED 2005/02/16 11:14:15 fs 1.4.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [76ef9e0256bbef6ca2b839b3814e456126425776]

INTEGRATION: CWS presfixes01 (1.5.10); FILE MERGED 2005/02/16 11:14:14 fs 1.5.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [5640da5e7ab41672bc6ba1fd5f5d42db95170aa6]

INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:14:14 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [9315e6ae34ab5d776f6b78db05a311c3bafe4a67]

INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:14:10 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [a9f32a3f936e26f5d1b0ecadc346930308c6a7e0]

INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:14:09 fs 1.3.10.3: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/02/11 12:44:48 thb 1.3.10.2: #i38960# Fixed transformBitmap(), which, when the matrix contains e.g. rotational components, completely messed up both output position and relative position within the generated bitmap; Fixed inefficiency in BitmapBackBuffer, where a default-constructed bitmap was copied into the VDev the first time getOutDev() was called 2005/01/26 12:25:39 pl 1.3.10.1: #i41363# tunneling XBitmap implementation


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b5a569995d9175955bbc1dbb83a3a0dc20f06dec]

INTEGRATION: CWS presfixes01 (1.2.10); FILE MERGED 2005/02/16 11:14:09 fs 1.2.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e268c52d7b1afb3f6f0898d3dcba616a613a4675]

INTEGRATION: CWS presfixes01 (1.2.10); FILE MERGED 2005/02/16 11:14:08 fs 1.2.10.5: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/02/15 12:24:18 thb 1.2.10.4: #i42440# Now filling polygons 'inclusive', i.e. with one additional pixel to the right and the bottom. Along the same lines, moved sprite-growing code to slideshow, we already handle the case there for update areas of antialiased shapes 2005/02/11 12:44:48 thb 1.2.10.3: #i38960# Fixed transformBitmap(), which, when the matrix contains e.g. rotational components, completely messed up both output position and relative position within the generated bitmap; Fixed inefficiency in BitmapBackBuffer, where a default-constructed bitmap was copied into the VDev the first time getOutDev() was called 2005/02/07 18:26:16 pl 1.2.10.2: #i42218# use Region::GetRegionFromPolyPolygon as performance shortcut 2005/01/26 11:28:43 thb 1.2.10.1: #116716# Corrected text direction setup; text layout always outputs LTR


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [a3c466ebf7fd3959768fe26178ca45686def7041]

INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:14:07 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f7376bc497ac141a9c41bedcb84df4855fc514e6]

INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:14:06 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [45aa0048fcf6a5d988e9d7bc54776f5741feed1c]

INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:14:05 fs 1.3.10.2: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/02/10 04:24:00 thb 1.3.10.1: #i38960# Added opacity detection code, which, according to the drawBitmap() call, determines whether the sprite's content is fully opaque. In that case, we can use the _much_ faster OutputDevice::DrawBitmap() method, instead of the slow mask version


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [329368809cc5ea699b5d7ffaba64fa5aac29f894]

INTEGRATION: CWS presfixes01 (1.4.2); FILE MERGED 2005/02/16 11:14:05 fs 1.4.2.4: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/02/15 12:24:18 thb 1.4.2.3: #i42440# Now filling polygons 'inclusive', i.e. with one additional pixel to the right and the bottom. Along the same lines, moved sprite-growing code to slideshow, we already handle the case there for update areas of antialiased shapes 2005/02/10 04:23:59 thb 1.4.2.2: #i38960# Added opacity detection code, which, according to the drawBitmap() call, determines whether the sprite's content is fully opaque. In that case, we can use the _much_ faster OutputDevice::DrawBitmap() method, instead of the slow mask version 2005/02/07 18:26:15 pl 1.4.2.1: #i42218# use Region::GetRegionFromPolyPolygon as performance shortcut


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c532ff76f8678bfa022dfdf02c1a87fe9737f5e6]

INTEGRATION: CWS presfixes01 (1.2.10); FILE MERGED 2005/02/16 11:14:03 fs 1.2.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [27042e3105cb02e63681034a12b5838ad7523c07]

INTEGRATION: CWS presfixes01 (1.2.10); FILE MERGED 2005/02/16 11:14:02 fs 1.2.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c38b70da7884589e565e898d4eb58d1f80b62ec6]

INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:14:01 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7210a8d6ab2f1bb33e6ca8c88a68e1a06c710960]

INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:13:59 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [22806eaf46ec538bb3154e44685adda2a155d38a]

INTEGRATION: CWS presfixes01 (1.2.10); FILE MERGED 2005/02/11 12:44:47 thb 1.2.10.1: #i38960# Fixed transformBitmap(), which, when the matrix contains e.g. rotational components, completely messed up both output position and relative position within the generated bitmap; Fixed inefficiency in BitmapBackBuffer, where a default-constructed bitmap was copied into the VDev the first time getOutDev() was called


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [a7a4f38e0459b9ca84b7e7107bbf02808594f3b2]

INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/10 03:16:05 thb 1.1.2.2: #i38960# Better guard windows.h with windows-only... 2005/02/09 21:11:03 thb 1.1.2.1: #i38960# Newly added, for tampering with a thread's scheduling priority (gets temporarily raised when rendering an animation frame)


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [1500c2d02b391f588e2e2d24861024e90c39d210]

INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/09 21:12:02 thb 1.3.10.1: #i38960# Newly added PriorityBooster, for tampering with a thread's scheduling priority (gets temporarily raised when rendering an animation frame)


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [4b02bc5dfea339d0f8b6be51e63a9b1402fb2192]

INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/07 01:08:40 thb 1.3.10.5: #i38960# Kicked out lag-functionality, which is no longer used and obscured things a lot. Reverted magic values to explicit bools, fixed ugly sign bug in adjustTime() (resulting in obscene offsets generated). 2005/02/03 23:21:46 thb 1.3.10.4: #i37777# Added some comments 2005/02/02 22:41:36 dbo 1.3.10.3: #i37777# adjustTimer(), holdTimer(), releaseTimer() 2005/02/02 09:43:11 dbo 1.3.10.2: #i37777# minimize perf count value 2005/01/27 15:53:43 dbo 1.3.10.1: #i39662##i37777### added pause, lag functionality


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [a49e1224ed90ee45822691d3a2dca7e8bc094a51]

INTEGRATION: CWS presfixes01 (1.4.2); FILE MERGED 2005/02/17 23:58:04 thb 1.4.2.2: #i42499# Changed getTransformedRectBounds() according to comments from AW 2005/02/16 11:13:56 fs 1.4.2.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c397b1b7773064abcb7b940b070f229a5c01742c]

INTEGRATION: CWS presfixes01 (1.2.10); FILE MERGED 2005/02/16 11:13:55 fs 1.2.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [5cb52680eef63975cb7fe0ecb50ab31b1f7885a8]

INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:13:55 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [65aff3d333772cd31a29acdfd0821fcdc6afd4a8]

INTEGRATION: CWS presfixes01 (1.2.28); FILE MERGED 2005/02/16 11:13:55 fs 1.2.28.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [39dbadc401f6f8d14ce77470468896def9cfab4b]

INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:13:54 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [86f4892480455484ebc17b8872573cd9c7bf68d9]

INTEGRATION: CWS presfixes01 (1.2.28); FILE MERGED 2005/02/16 11:13:54 fs 1.2.28.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f50fcdd6ad7d54cb6798a4a2057667676e4809fe]

INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:13:53 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [04da4b67bb93d0cecdbbcdb703475801c07cbb13]

INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:13:51 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [34a41c11e4667bc3549090687fa15508816561ef]

INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:13:50 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c4ae7b8f4c14a56d1fe9f90a24f6b83f58e16b96]

INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:13:49 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [dbe446ac44e10cb71f5457d82da7769f613681e8]

INTEGRATION: CWS presfixes01 (1.2.28); FILE MERGED 2005/02/16 11:13:49 fs 1.2.28.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ea1b9fcbf1fb278122dd71a97d977c1a5da79f77]

INTEGRATION: CWS presfixes01 (1.2.28); FILE MERGED 2005/02/16 11:13:48 fs 1.2.28.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [10033d4a465f9bc9b102d576412c21665e2810f5]

INTEGRATION: CWS presfixes01 (1.2.10); FILE MERGED 2005/03/09 08:38:24 fs 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2005/02/16 11:13:45 fs 1.2.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [a2e4c55c32e1ecbe1da1f9f4d5d64fe45be51bfa]

INTEGRATION: CWS presfixes01 (1.5.10); FILE MERGED 2005/02/09 21:12:02 thb 1.5.10.1: #i38960# Newly added PriorityBooster, for tampering with a thread's scheduling priority (gets temporarily raised when rendering an animation frame)


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [4f931825dfd932df226451150bb49bae7b259a42]

INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/09 21:10:36 thb 1.1.2.1: #i38960# Newly added, for tampering with a thread's scheduling priority (gets temporarily raised when rendering an animation frame)


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [65b9c5f258214fead6b9ce58c4ae03c8eadad775]

INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/07 01:08:40 thb 1.3.10.3: #i38960# Kicked out lag-functionality, which is no longer used and obscured things a lot. Reverted magic values to explicit bools, fixed ugly sign bug in adjustTime() (resulting in obscene offsets generated). 2005/02/02 22:41:35 dbo 1.3.10.2: #i37777# adjustTimer(), holdTimer(), releaseTimer() 2005/01/27 15:53:16 dbo 1.3.10.1: #i39662##i37777### added pause, lag functionality


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [65abd6d20bc11f866dd595ebcc63286696ff6fbf]

INTEGRATION: CWS presfixes01 (1.5.2); FILE MERGED 2005/02/16 11:13:44 fs 1.5.2.2: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/02/10 03:17:55 thb 1.5.2.1: #i38960# Improved docs


2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [35c555652fab82a843914f9935e094db8d6e4b19]

INTEGRATION: CWS pj22 (1.8.10); FILE MERGED 2005/03/06 15:14:34 pjanik 1.8.10.1: #i43437#: Remove temporary file in all cases.


2005-03-09  Vladimir Glazounov  <vg@openoffice.org>  [21b783bc7571eebf39295b9660fd5028766ee777]

new version for SRC680


2005-03-09  Vladimir Glazounov  <vg@openoffice.org>  [4aaa1f6e21c2e13118421de4b873b7f98e8a97f1]

new version for SRC680


2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [72b07fa807ce7c1becefd27dec5e86592f399ac0]

new version for SRC680


2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [1dc7a8a0c1d406f5635a79cd163b52190e72c758]

new version for SRC680


2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [2a39dc908177abbeeaa33f8695d4cfc65b1e9178]

new version for SRC680


2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [4ed03474800f28aa24bef82750de2c3365e5a04e]

new version for SRC680


2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [3d312eaf52164c87ccebc8ac0a25d445fb02e26c]

INTEGRATION: CWS toolkit01 (1.41.2); FILE MERGED 2005/02/16 16:19:57 mt 1.41.2.2: correct exception for reschedule() 2005/02/16 13:53:04 mt 1.41.2.1: #i34390# XReschedule


2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [6f21e8e8f2f787919a1a569024561293b0139073]

INTEGRATION: CWS toolkit01 (1.14.72); FILE MERGED 2005/02/16 16:20:11 mt 1.14.72.2: correct exception for reschedule() 2005/02/16 13:53:50 mt 1.14.72.1: #i34390# XReschedule


2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [8a5a0d54ea758bdf096bdebe04b46765157c8c5c]

INTEGRATION: CWS swqbugfixes15 (1.17.52); FILE MERGED 2005/02/15 08:41:23 od 1.17.52.1: #i42643# <GraphicObject::ImplDrawTiled(..)> - avoid overflow


2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [84b93d0ca48a8f5f7c21f05028da9998e0006cc6]

INTEGRATION: CWS os49 (1.46.58); FILE MERGED 2005/03/01 14:03:29 os 1.46.58.2: #i40413# don't remove selected element on ::drop() in mail merge 2005/01/20 11:08:05 mbu 1.46.58.1: #i40413


2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [a9b8f5e73d86703ac21f45479f571e856fc19c1c]

INTEGRATION: CWS os49 (1.37.58); FILE MERGED 2005/02/07 08:11:05 os 1.37.58.2: RESYNC: (1.37-1.38); FILE MERGED 2005/01/19 20:12:35 os 1.37.58.1: #i40219# ::IsSimpleCharInput(): Neither Alt nor Ctrl are part of a simple input


2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [ac63f50c69ec0c47b8d9356b20020ac17e6e9035]

new version for SRC680


2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [1354585530f661e9738111c360d41bd7ce754ac3]

new version for SRC680


2005-03-04  Vladimir Glazounov  <vg@openoffice.org>  [81217295d786f9edffd8c3cfa0f4878687bd9270]

new version for SRC680


2005-03-04  Vladimir Glazounov  <vg@openoffice.org>  [95e96666a773404b71999524061dea691a6aca7a]

new version for SRC680


2005-03-04  Kurt Zenker  <kz@openoffice.org>  [c0b73fd7db0c1d9f58436ac67c2d1a1a3bb1ba01]

#i10000# clean up


2005-03-03  Kurt Zenker  <kz@openoffice.org>  [bfa06f52f718de8ef6b936a3c4efb3f641c17c71]

INTEGRATION: CWS fwkpostbeta03 (1.36.54); FILE MERGED 2005/02/23 11:33:20 cd 1.36.54.1: #i43308# Set auto help ID flag to true


2005-03-03  Kurt Zenker  <kz@openoffice.org>  [606daba6512c8eb4b6e3461c64ff215d98bbafcb]

INTEGRATION: CWS wmicons (1.10.40); FILE MERGED 2005/02/24 14:14:47 obr 1.10.40.1: #i37167# window manager icons now loaded from resource


2005-03-03  Kurt Zenker  <kz@openoffice.org>  [a786b9296dc75ddb4e20b2cf3dbc33f8c3d9c7ce]

INTEGRATION: CWS wmicons (1.14.16); FILE MERGED 2005/02/24 14:14:47 obr 1.14.16.1: #i37167# window manager icons now loaded from resource


2005-03-03  Kurt Zenker  <kz@openoffice.org>  [e5d817c2fec523975d3a797418f694698152948a]

INTEGRATION: CWS wmicons (1.15.276); FILE MERGED 2005/02/24 14:14:01 obr 1.15.276.1: #i37167# window manager icons now loaded from resource


2005-03-03  Kurt Zenker  <kz@openoffice.org>  [3ea0f60a5ba058c315e47f34ce691204fd194813]

INTEGRATION: CWS wmicons (1.2.772); FILE MERGED 2005/02/24 14:14:01 obr 1.2.772.1: #i37167# window manager icons now loaded from resource


2005-03-03  Kurt Zenker  <kz@openoffice.org>  [b36b0356b5aeaf892c4d928b7137cc6d70458379]

INTEGRATION: CWS wmicons (1.20.40); FILE MERGED 2005/02/24 14:14:00 obr 1.20.40.1: #i37167# window manager icons now loaded from resource


2005-03-03  Kurt Zenker  <kz@openoffice.org>  [355867aaeab5b69c42cdebb2cf232c397d2643d2]

INTEGRATION: CWS wmicons (1.3.220); FILE MERGED 2005/02/24 14:13:59 obr 1.3.220.1: #i37167# window manager icons now loaded from resource


2005-03-03  Kurt Zenker  <kz@openoffice.org>  [85e84b3f6c07dbe814b7aaf5e9ae0b3e16905ba2]

INTEGRATION: CWS wmicons (1.111.44); FILE MERGED 2005/02/24 14:10:04 obr 1.111.44.1: FT_Done_FreeType crashes on Solaris 10


2005-03-03  Kurt Zenker  <kz@openoffice.org>  [4414e97db200c9f008f18977a9c4ac2702f4b5df]

INTEGRATION: CWS wmicons (1.36.56); FILE MERGED 2005/02/24 14:13:59 obr 1.36.56.1: #i37167# window manager icons now loaded from resource


2005-03-03  Kurt Zenker  <kz@openoffice.org>  [f77296716285755de0171d2473778510f52b8f4c]

INTEGRATION: CWS solarisgcc02 (1.7.100); FILE MERGED 2005/02/15 20:29:43 pjanik 1.7.100.1: #i42569#: Declare variable altzone for gcc on Solaris.

Patch contributed by Taniguchi Yasuaki (JCA).

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [b4489d3a8c206f0fcff188bf429f038b560d67f3]

INTEGRATION: CWS solarisgcc02 (1.22.6); FILE MERGED 2005/02/12 13:58:56 pjanik 1.22.6.1: #i42546#: Match all platforms (sogi,soli, ...) and not only two  letter platforms.

Patch contributed by: Taniguchi Yasuaki (JCA)

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [65131c3cce23edd7577060460fc84e3460b3471d]

INTEGRATION: CWS solarisgcc02 (1.124.12); FILE MERGED 2005/02/12 14:08:23 pjanik 1.124.12.1: #i42546#: Match all platforms (sogi,soli, ...) and not only two letter platforms.

Patch contributed by: Taniguchi Yasuaki (JCA), modified by me.

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [7c6351f0838416ecd4b768d07f9c23d97d6b2641]

INTEGRATION: CWS solarisgcc02 (1.8.150); FILE MERGED 2005/02/15 20:49:04 pjanik 1.8.150.1: #i42549#: Use stdargs.h instead of varargs.h on Solaris with GCC.

Patch contributed by Taniguchi Yasuaki (JCA).

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [292205f8bba801a34a6b3be80d257b303f2be842]

INTEGRATION: CWS solarisgcc02 (1.12.42); FILE MERGED 2005/02/13 12:58:08 pjanik 1.12.42.1: #i42551#: Use GCC map file for Solaris with gcc.

Patch contributed by Taniguchi Yasuaki (JCA).

2005-03-02  Vladimir Glazounov  <vg@openoffice.org>  [96f21c340ff4c67590e1589d12df58a9242ea249]

new version for SRC680


2005-03-02  Vladimir Glazounov  <vg@openoffice.org>  [2ed9ca5b963d184a02a93efa5d68663d116bed3c]

new version for SRC680


2005-03-02  Vladimir Glazounov  <vg@openoffice.org>  [da5ef68cceac56420109a8041441e32527543054]

new version for SRC680


2005-03-02  Vladimir Glazounov  <vg@openoffice.org>  [2e3f5d1935a4a7e50b98aa27fc22d32aeb9a6f69]

new version for SRC680


2005-03-01  Kurt Zenker  <kz@openoffice.org>  [2f0e76ea65b245780b99a2eb1c096f033805a3e4]

INTEGRATION: CWS removedrafts (1.5.104); FILE MERGED 2005/02/17 14:05:38 cd 1.5.104.1: #i42557# Move UNOIDL types from drafts to com


2005-03-01  Kurt Zenker  <kz@openoffice.org>  [01e3fe59a6a45b1cc6d6f71718365a119100aabf]

INTEGRATION: CWS removedrafts (1.4.14); FILE MERGED 2005/02/17 14:05:37 cd 1.4.14.1: #i42557# Move UNOIDL types from drafts to com


2005-03-01  Kurt Zenker  <kz@openoffice.org>  [75a6f68b54594cf497977b0fa620b66b6050b5e3]

INTEGRATION: CWS removedrafts (1.3.30); FILE MERGED 2005/02/17 14:05:37 cd 1.3.30.1: #i42557# Move UNOIDL types from drafts to com


2005-03-01  Kurt Zenker  <kz@openoffice.org>  [7a7633ee2421c8c59737b3793ba5e7de01d1d5a8]

INTEGRATION: CWS removedrafts (1.2.204); FILE MERGED 2005/02/17 14:05:29 cd 1.2.204.1: #i42557# Move UNOIDL types from drafts to com


2005-03-01  Kurt Zenker  <kz@openoffice.org>  [29df4a3e60574501fd5e79cd1288359d69b52577]

INTEGRATION: CWS removedrafts (1.5.30); FILE MERGED 2005/02/17 14:05:28 cd 1.5.30.1: #i42557# Move UNOIDL types from drafts to com


2005-03-01  Kurt Zenker  <kz@openoffice.org>  [bcad4680437582b7dbd195fa66615b18d88b6b13]

INTEGRATION: CWS os52 (1.22.228); FILE MERGED 2005/02/03 14:34:44 os 1.22.228.1: #i41635# remove focus rectangle after first selection


2005-02-26  Vladimir Glazounov  <vg@openoffice.org>  [ae963db0a008f05e850def26adfda4f96de8c6f2]

new version for SRC680


2005-02-26  Vladimir Glazounov  <vg@openoffice.org>  [1d74f0258d0ee70dc72dcbec41251e03edde147d]

new version for SRC680


2005-02-26  Vladimir Glazounov  <vg@openoffice.org>  [98ad051b220fdcbd2469f12338d28ab77d14ec05]

new version for SRC680


2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [3a3dad1f9cec68dd99d52b89be29f717add3c0b7]

new version for SRC680


2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [edaa288d328139f432cc931ba1b838e231417aa5]

new version for SRC680


2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [bdc9a5d3480af208229aa76e472c1bf1fc31a1c6]

INTEGRATION: CWS pbfinal01 (1.208.14); FILE MERGED 2005/02/16 13:58:11 pb 1.208.14.1: fix: #i39798# MoreButton with image


2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [0bda6b42dc2d34269bd5752417c0583496f36db9]

INTEGRATION: CWS pbfinal01 (1.35.204); FILE MERGED 2005/02/16 13:57:28 pb 1.35.204.1: fix: #i39798# MoreButton with image


2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [09895c0febbc83159f6655cb0fec146e8ba7b492]

INTEGRATION: CWS pbfinal01 (1.4.52); FILE MERGED 2005/02/16 13:57:48 pb 1.4.52.1: fix: #i39798# MoreButton with image


2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [339cb8f2f53ea3fdc4205fea83eba3023e4b18b1]

INTEGRATION: CWS pbfinal01 (1.35.18); FILE MERGED 2005/02/16 13:57:48 pb 1.35.18.1: fix: #i39798# MoreButton with image


2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [490d7e753ca48a5d259ecd9fe03c1fcbc40ab6af]

INTEGRATION: CWS pbfinal01 (1.60.106); FILE MERGED 2005/02/23 09:10:53 pb 1.60.106.1: fix: #i27264# don't use  for old (SO 5.2 and older) extensions


2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [f57716a7d5246ecdbcb3dbd8107e54affe3705b2]

INTEGRATION: CWS pbfinal01 (1.34.112); FILE MERGED 2005/02/23 09:10:53 pb 1.34.112.1: fix: #i27264# don't use  for old (SO 5.2 and older) extensions


2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [65b7778882d34c9d83b122f0fa344c7afdf0cf0e]

INTEGRATION: CWS pbfinal01 (1.48.246); FILE MERGED 2005/02/23 08:38:20 pb 1.48.246.1: fix: #i43321# typo removed


2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [47bf6b0115be8fb6da0229d0b35c9b6656145da7]

INTEGRATION: CWS i18n16 (1.6.4); FILE MERGED 2005/01/29 00:25:06 khong 1.6.4.1: #116080# Skip single character when doing word2word conversion


2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [cd30dd1999ea3a8c6200b3a37626d10e7824ae99]

INTEGRATION: CWS i18n16 (1.6.22); FILE MERGED 2004/12/13 23:32:26 khong 1.6.22.1: #i37325# Correct Latin index  character for non-Latin locale and get default algorithm when the algorithm is not provided


2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [8b3bc8a95ef66d72d8e6c16dd5f08710c4649551]

INTEGRATION: CWS i18n16 (1.15.18); FILE MERGED 2004/12/13 23:32:25 khong 1.15.18.1: #i37325# Correct Latin index  character for non-Latin locale and get default algorithm when the algorithm is not provided


2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [03dab24e5189d439a4e03029d7d7c6ba07738338]

INTEGRATION: CWS i18n16 (1.5.34); FILE MERGED 2005/01/12 01:12:40 khong 1.5.34.1: #i35285# remove uprv_malloc, use udata_open for loading icu rule breakiterator


2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [4eaf899ba3bdae3c6916cab342b8cf47f627df72]

INTEGRATION: CWS i18n16 (1.16.22); FILE MERGED 2005/02/04 19:05:45 khong 1.16.22.3: #i41671# use ICU rules for Thai breakiterator 2005/01/24 21:56:34 khong 1.16.22.2: #i35285# merge cws i18n16 with top version 1.17 2005/01/12 01:12:41 khong 1.16.22.1: #i35285# remove uprv_malloc, use udata_open for loading icu rule breakiterator


2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [a5ca1f990f25f2077f7e7099abe71b87393585f3]

INTEGRATION: CWS i18n16 (1.5.22); FILE MERGED 2005/02/04 19:05:45 khong 1.5.22.1: #i41671# use ICU rules for Thai breakiterator


2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [8deb4bfe3e57e9ff2b810c4775773a4d3c665418]

INTEGRATION: CWS i18n16 (1.4.22); FILE MERGED 2005/02/04 19:06:06 khong 1.4.22.1: #i41671# use ICU rules for Thai breakiterator


2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [d1f4b3a15eadbab0f4b475f6af76d07717646cc1]

INTEGRATION: CWS mav16 (1.7.92); FILE MERGED 2005/02/11 15:09:20 mav 1.7.92.1: #i42264# do not use dead configuration entry


2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [5ce87e3654b1d55805d84d2a265b82891436ff9e]

INTEGRATION: CWS nodirectxui (1.33.30); FILE MERGED 2005/02/18 15:04:58 fs 1.33.30.1: #i43061# include configsettings.hxx (respective class moved therein from fontcfg.hxx)


2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [a2e8edfa0cff58d5dfabc1b084c37818180da489]

INTEGRATION: CWS nodirectxui (1.52.44); FILE MERGED 2005/02/18 15:04:39 fs 1.52.44.1: #i43061# include configsettings.hxx (respective class moved therein from fontcfg.hxx)


2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [046c5f695f5c19d82f06714b229b996bb126910c]

INTEGRATION: CWS nodirectxui (1.36.46); FILE MERGED 2005/02/18 15:04:39 fs 1.36.46.1: #i43061# include configsettings.hxx (respective class moved therein from fontcfg.hxx)


2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [6be75cc5bd03c363e68f35c26d0c12c40322f50f]

INTEGRATION: CWS nodirectxui (1.52.30); FILE MERGED 2005/02/18 15:04:39 fs 1.52.30.1: #i43061# include configsettings.hxx (respective class moved therein from fontcfg.hxx)


2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [f7ead610bdb64ac5f71f82f3b554d2f4f8ba7860]

INTEGRATION: CWS nodirectxui (1.44.46); FILE MERGED 2005/02/18 15:03:58 fs 1.44.46.1: #i43061# expose configsettings.hxx


2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [9919bb3cb923fe62303f940616a749bf02729c26]

INTEGRATION: CWS nodirectxui (1.2.12); FILE MERGED 2005/02/18 15:07:24 fs 1.2.12.1: #i43061# configuration setting for preferred render services is no sequence< string >, but a string


2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [80a9976970ef557c3122d8197a1d3dbdef63ca34]

INTEGRATION: CWS kendy04 (1.3.70); FILE MERGED 2005/02/23 15:36:26 kendy 1.3.70.1: Issue number: #i43392# Submitted by: kendy Reviewed by:  pl Ask KDE NWF for sizes of CheckBox and RadioButton.


2005-02-23  Kurt Zenker  <kz@openoffice.org>  [540c88a59c00a0a2f43ecbcf93ec9fb0b490f8e3]

#i43393# fixed glyph fallback (hdu)


2005-02-23  Vladimir Glazounov  <vg@openoffice.org>  [8831d7a5ab613b5dc62995df42b0246eb27eeb96]

new version for SRC680


2005-02-23  Vladimir Glazounov  <vg@openoffice.org>  [c8c9a789dc1d8fc8346e247f213188737e3ffce2]

#100000# resolved ambiguity


2005-02-23  Vladimir Glazounov  <vg@openoffice.org>  [5e600a3d197a4d3a2700d796e67ffc5c95eec337]

new version for SRC680


2005-02-23  Vladimir Glazounov  <vg@openoffice.org>  [d60d97d1f4edc690e550a2d096ecdabc50194b12]

new version for SRC680


2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [fe6518c37804d9a3d1a2b5190c6bd17acb06e85c]

new version for SRC680


2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [abc19112d0da632b81db037e185947ded92af8fa]

new version for SRC680


2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [99816ee3f7b974de8d77425555432fc47d0d6c15]

new version for SRC680


2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [bd433a5be02d3254b25dd06c1c21fc4009c2d1ae]

INTEGRATION: CWS swqcore06 (1.6.26); FILE MERGED 2005/02/04 17:52:41 dvo 1.6.26.1: #i39255# fix byte order mark (BOM) recognition; add UTF-8 BOM


2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [542d3fce60162b5e53463b857b9e74e34f575924]

INTEGRATION: CWS sj15 (1.189.10); FILE MERGED 2005/02/04 20:15:36 sj 1.189.10.3: RESYNC: (1.189-1.192); FILE MERGED 2005/01/28 15:43:20 sj 1.189.10.2: #i23413# added method GetTextIsRTL to detect default text direction from string 2005/01/25 17:50:37 sj 1.189.10.1: #i23413# DrawPosition in GetTextOutlines corrupt because SalLayout has been released too early


2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [0c46368478929fe54d0cfeec9a3c3d1cbf632197]

INTEGRATION: CWS sj15 (1.21.262); FILE MERGED 2005/01/21 11:10:25 sj 1.21.262.2: #118798# linestyle has to be transparent for emr_bitblt 2005/01/19 15:20:26 sj 1.21.262.1: #i37894# size of bitmap actions can be negative


2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [dd0bb1b739db85e3043db539a71e1a0c092bdcd6]

INTEGRATION: CWS moresystemstuff (1.39.4); FILE MERGED 2005/02/16 13:23:02 rene 1.39.4.1: #i42902# patch to conditionalize putting libstdc++/libgcc_s into the installset #i42911# patch to use system sane and system xrender headers


2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ef77a433cda07a3346cb26238ed94bafbd2bbb82]

INTEGRATION: CWS luic (1.10.154); FILE MERGED 2005/02/16 15:59:31 er 1.10.154.1: #i40713# classify Tibetan (Bhutan) as CTL, Tibetan (PR China) was already present; also add Dzongkha to CTL (leftover of #i33917#)


2005-02-18  Vladimir Glazounov  <vg@openoffice.org>  [5e8bf53b9e83a90a322cd5badea6a75b3b409bc1]

#100000# export symbols


2005-02-18  Vladimir Glazounov  <vg@openoffice.org>  [b16ce40f2470c7d878ecab18558de53602232c2e]

new version for SRC680


2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [c3328ba491dfcb2cde1a3344d28c62c7dddaa348]

new version for SRC680


2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [796dafedd4d0817b15430348020fcdad355c3ffc]

new version for SRC680


2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [165917a63618724635b0c1abbebf8e9135b8b7b5]

new version for SRC680


2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [7f1e84fa958df8c37b2769b77df3c485ab50ef42]

new version for SRC680


2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [54ac427b4d6b60ead5bedc5d735d35f68ef90faa]

new version for SRC680


2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [276558aa4e62f43710bda93adc1810a728d7ee1e]

INTEGRATION: CWS dba23 (1.28.26); FILE MERGED 2005/01/13 14:51:58 fs 1.28.26.1: #i40583# +asyncnotification


2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [b01984b9b582450aaae61267b82476aca1e0a227]

INTEGRATION: CWS dba23 (1.1.2); FILE ADDED 2005/01/13 14:52:16 fs 1.1.2.2: proper ctor 2005/01/13 14:50:57 fs 1.1.2.1: #i40583# helper class for asynchronously notifying UNO events


2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [cb4fc4e9f32fc26f918f07fba61186f4a1eb33ff]

INTEGRATION: CWS dba23 (1.1.2); FILE ADDED 2005/01/13 14:46:27 fs 1.1.2.1: #i40583# helper class for asynchronously notifying UNO events


2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [d5651f252cdaddca68c569093381981c56ae2497]

INTEGRATION: CWS dba23 (1.6.50); FILE MERGED 2005/01/10 11:42:43 oj 1.6.50.2: #i39192# tabstop corrected 2005/01/07 15:50:07 fs 1.6.50.1: #i38573# properly resize the vertical line right beside the roadmap control


2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [cfc00136652122ee8d6f78ab5126a0d19b189c36]

INTEGRATION: CWS dba23 (1.5.50); FILE MERGED 2005/01/24 07:36:17 fs 1.5.50.2: #i10000# 2005/01/10 11:42:42 oj 1.5.50.1: #i39192# tabstop corrected


2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [443da385ad491b162a1afb5dc461e5217576f03f]

INTEGRATION: CWS dba23 (1.4.50); FILE MERGED 2005/02/11 13:05:39 oj 1.4.50.2: RESYNC: (1.4-1.5); FILE MERGED 2005/01/10 11:42:43 oj 1.4.50.1: #i39192# tabstop corrected


2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [48c8badf0b8900010decbffe1875047f77445fe6]

INTEGRATION: CWS dba23 (1.22.54); FILE MERGED 2005/01/19 09:11:59 oj 1.22.54.1: #i40485# new service for the new database document


2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [bdf2e1b88f94a03d39136b924e280d65e7d162df]

INTEGRATION: CWS dba23 (1.6.238); FILE MERGED 2005/01/19 08:03:09 oj 1.6.238.1: #118850# check if impl structure is NULL


2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [e02cf3d36133d2d87c5bedfffd17ee47559e150f]

INTEGRATION: CWS dba23 (1.4.50); FILE MERGED 2005/01/10 11:42:44 oj 1.4.50.1: #i39192# tabstop corrected


2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [78e8267667e0175453e5b17c14b2cc2716c5c797]

INTEGRATION: CWS dba23 (1.15.78); FILE MERGED 2005/01/21 08:32:46 oj 1.15.78.2: RESYNC: (1.15-1.16); FILE MERGED 2005/01/13 14:54:54 fs 1.15.78.1: #i40583# link against VOS


2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [00a3146043ac05de5c2ce8146e34fceda044d88a]

INTEGRATION: CWS dba23 (1.49.28); FILE MERGED 2005/02/11 12:41:04 oj 1.49.28.4: RESYNC: (1.50-1.51); FILE MERGED 2005/01/26 11:29:41 fs 1.49.28.3: RESYNC: (1.49-1.50); FILE MERGED 2005/01/18 15:44:43 fs 1.49.28.2: #i40647# +mnDrawingOntoParent: prevent recursive calls to certain branches of ::draw 2005/01/13 14:53:50 fs 1.49.28.1: #i40583# notify all events to XMouseListeners asynchronously


2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [89d290d16fda966ec10be70cbc5ce62131b13117]

INTEGRATION: CWS dba23 (1.21.38); FILE MERGED 2005/01/21 08:28:25 oj 1.21.38.3: RESYNC: (1.21-1.22); FILE MERGED 2005/01/18 15:44:20 fs 1.21.38.2: #i40647# +mnDrawingOntoParent 2005/01/13 14:53:06 fs 1.21.38.1: #i40583# +mpImpl


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [cc51d046e7c98c59faa032ec102033070ac1a4a8]

INTEGRATION: CWS dr33 (1.1.1.1.224); FILE MERGED 2005/02/09 12:01:21 dr 1.1.1.1.224.1: #i36782# remove non-ASCII chars from sources


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c9d949bb1704e6e5424e4810120b26dcfbacbe0c]

INTEGRATION: CWS dr33 (1.9.16); FILE MERGED 2005/02/09 12:01:20 dr 1.9.16.1: #i36782# remove non-ASCII chars from sources


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [7481a7d604fd19500e1bd6ce107d133b1138a833]

INTEGRATION: CWS dr33 (1.5.8); FILE MERGED 2005/02/09 12:01:20 dr 1.5.8.1: #i36782# remove non-ASCII chars from sources


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [18842679846e3edacc5b89a337a823e3fc822386]

INTEGRATION: CWS dr33 (1.33.18); FILE MERGED 2005/02/09 12:01:19 dr 1.33.18.1: #i36782# remove non-ASCII chars from sources


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [8b3fe662a1f0d404d079e624076c1b9fa9a7889f]

INTEGRATION: CWS dr33 (1.3.296); FILE MERGED 2005/02/14 18:34:57 dr 1.3.296.1: #i42367# remove non-ASCII characters from C++ sources


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [60f5372a9fac305f5de599e1ec9da11bb841ee5e]

INTEGRATION: CWS dr33 (1.5.296); FILE MERGED 2005/02/14 18:34:57 dr 1.5.296.1: #i42367# remove non-ASCII characters from C++ sources


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [53856473c602220f2880438ef8d989ab351e747a]

INTEGRATION: CWS dr33 (1.7.296); FILE MERGED 2005/02/14 18:34:56 dr 1.7.296.1: #i42367# remove non-ASCII characters from C++ sources


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [19021a800d20b1786f6a0d48556934127e989902]

INTEGRATION: CWS dr33 (1.12.290); FILE MERGED 2005/02/14 18:34:56 dr 1.12.290.1: #i42367# remove non-ASCII characters from C++ sources


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [394c7b05c0ad90792b1fae21220141d3ab567d76]

INTEGRATION: CWS dr33 (1.6.290); FILE MERGED 2005/02/14 18:34:56 dr 1.6.290.1: #i42367# remove non-ASCII characters from C++ sources


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [f0b25cf72f41bad1d2390d2080c621ad9029d2a2]

INTEGRATION: CWS dr33 (1.13.86); FILE MERGED 2005/02/14 18:34:55 dr 1.13.86.1: #i42367# remove non-ASCII characters from C++ sources


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [87a8bcefac603088abd86a69494506567931221d]

INTEGRATION: CWS dr33 (1.53.24); FILE MERGED 2005/02/14 18:34:55 dr 1.53.24.1: #i42367# remove non-ASCII characters from C++ sources


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [12a5a8e0bd3d1ca26b56cba35171f7d862981c94]

INTEGRATION: CWS dr33 (1.2.740); FILE MERGED 2005/02/14 18:34:55 dr 1.2.740.1: #i42367# remove non-ASCII characters from C++ sources


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [8cf910a730b3189e8cc566111ab0c8960d9d34f7]

INTEGRATION: CWS dr33 (1.11.272); FILE MERGED 2005/02/15 09:47:39 dr 1.11.272.1: #i42367# remove non-ASCII characters from C++ sources


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [8ddd70e79b8d8ff1a481eb05d2e9d06d00532918]

INTEGRATION: CWS dr33 (1.8.32); FILE MERGED 2005/02/15 09:47:38 dr 1.8.32.1: #i42367# remove non-ASCII characters from C++ sources


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [97332820f742e385d15a348806b22a770b74ac26]

INTEGRATION: CWS pasf4ooo (1.38.42); FILE MERGED 2005/02/15 08:38:49 rene 1.38.42.2: RESYNC: (1.38-1.39); FILE MERGED 2005/02/08 14:42:03 rene 1.38.42.1: build sndfile/portaudio for OOo, too. Implement --enable-pasf and --with-system-{sndfile,portaudio}


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [8bbfd02dffc51bd0ab3e102d5b0a1e45d3c20516]

INTEGRATION: CWS visibility02 (1.1.2); FILE ADDED 2005/01/26 13:56:33 mhu 1.1.2.2: #i38608# Enabled use of '-xldscope=hidden' for sunpro compiler. 2005/01/05 05:54:19 mnicel 1.1.2.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [92d46964a63e7473926d025d7850cbcab908c356]

INTEGRATION: CWS visibility02 (1.8.58); FILE MERGED 2005/01/27 11:27:07 mhu 1.8.58.1: #i38608# Added SHLxUSE_EXPORTS=ordinal, cleaned up.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [13bb99e5e528c6f6dc070867c3534d98234fffc1]

INTEGRATION: CWS visibility02 (1.5.82); FILE MERGED 2005/01/05 05:54:18 mnicel 1.5.82.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [d238ca9d76be87d3c3b9215eb7c7652aae0fae20]

INTEGRATION: CWS visibility02 (1.11.54); FILE MERGED 2005/01/05 05:54:17 mnicel 1.11.54.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [3501773403289c1364840ba31fa6355ebc174481]

INTEGRATION: CWS visibility02 (1.2.238); FILE MERGED 2005/01/05 05:54:16 mnicel 1.2.238.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [260dc09802de46d95d034ec33e83ce74529ea95d]

INTEGRATION: CWS visibility02 (1.2.84); FILE MERGED 2005/01/05 05:54:16 mnicel 1.2.84.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c339f81fa577d8d617193276d07d407756ffc3d3]

INTEGRATION: CWS visibility02 (1.28.10); FILE MERGED 2005/01/05 05:54:15 mnicel 1.28.10.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [54c644b1fcb88846481022e9d81b3d01870356f4]

INTEGRATION: CWS visibility02 (1.5.82); FILE MERGED 2005/01/27 11:28:45 mhu 1.5.82.1: #i38608# Marked component_xxx() function as SAL_DLLPUBLIC_EXPORT.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [7e6fc6888381b10ae48172fad06d30e69754e2e5]

INTEGRATION: CWS visibility02 (1.3.50); FILE MERGED 2005/01/27 17:58:27 mhu 1.3.50.1: #i38608# More classes / symbols need to be exported.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b35f3e709d2dcb23adc438cb688c1c722ec9b191]

INTEGRATION: CWS visibility02 (1.5.238); FILE MERGED 2005/01/05 05:54:15 mnicel 1.5.238.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [7f55fe0fd7fc59882b85a07157141e25be855949]

INTEGRATION: CWS visibility02 (1.7.48); FILE MERGED 2005/01/05 05:54:14 mnicel 1.7.48.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [e55d00eed90fd970f75f3b29e09eb5bdd2e0387f]

INTEGRATION: CWS visibility02 (1.1.250); FILE MERGED 2005/01/05 05:54:13 mnicel 1.1.250.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [e6573d1fcf6cb4fcf1af3945915d2b61ddb46806]

INTEGRATION: CWS visibility02 (1.2.210); FILE MERGED 2005/01/27 10:52:27 mhu 1.2.210.1: #i38608# More classes / symbols need to be exported.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [66bbb479dbf6576c789587d831e2984a53610e07]

INTEGRATION: CWS visibility02 (1.6.54); FILE MERGED 2005/01/05 05:54:13 mnicel 1.6.54.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [e2543fe852df6b863d3f2c90258e437a3cc76748]

INTEGRATION: CWS visibility02 (1.2.258); FILE MERGED 2005/01/27 16:49:31 mhu 1.2.258.1: #i38608# More classes / symbols need to be exported.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [71e19f88810ada66ba1125438f64f3b568634f07]

INTEGRATION: CWS visibility02 (1.3.10); FILE MERGED 2005/01/05 05:54:12 mnicel 1.3.10.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [32a67540e8c0226d9a887204328754948699492e]

INTEGRATION: CWS visibility02 (1.3.50); FILE MERGED 2005/01/27 11:33:37 mhu 1.3.50.2: #i38608# Modified SequenceAsHashMapBase declaration to compile with msvc. 2005/01/05 05:54:12 mnicel 1.3.50.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [28b73bc551094b435f6828a3e3e5742e1b5b8bca]

INTEGRATION: CWS visibility02 (1.7.10); FILE MERGED 2005/01/27 11:31:35 mhu 1.7.10.2: #i38608# Removed COMPHELPER_DLLPUBLIC attribute from template functions (msvc complains). 2005/01/05 05:54:12 mnicel 1.7.10.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [4516f9622916647f2e8ca1784687b8ce3db5b5f5]

INTEGRATION: CWS visibility02 (1.3.48); FILE MERGED 2005/01/27 10:52:27 mhu 1.3.48.1: #i38608# More classes / symbols need to be exported.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [12e600342a89db4bfea5d334b56d1a56a0ffd00c]

INTEGRATION: CWS visibility02 (1.2.82); FILE MERGED 2005/01/26 18:49:56 mhu 1.2.82.1: #i38608# More classes / symbols need to be exported.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [9f9b9965fb583cc53044d98c669d3e1a62881372]

INTEGRATION: CWS visibility02 (1.3.100); FILE MERGED 2005/01/05 05:54:12 mnicel 1.3.100.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [3442a809527a637c2350e37e4b13692ebde2ba2f]

INTEGRATION: CWS visibility02 (1.2.280); FILE MERGED 2005/01/05 05:54:11 mnicel 1.2.280.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [0e800489ebe1f588b94c4c67e88fc49f68c75989]

INTEGRATION: CWS visibility02 (1.6.10); FILE MERGED 2005/01/05 05:54:11 mnicel 1.6.10.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [2773c4128ffe35b914af41c9572aafc450286b34]

INTEGRATION: CWS visibility02 (1.2.54); FILE MERGED 2005/01/05 05:54:11 mnicel 1.2.54.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [392c9363ee6338da173e52bd54473dd13ba09a03]

INTEGRATION: CWS visibility02 (1.2.270); FILE MERGED 2005/01/05 05:54:10 mnicel 1.2.270.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [5d99da0580d56d04b8046c0fa7b9e8ce6a64b988]

INTEGRATION: CWS visibility02 (1.2.10); FILE MERGED 2005/01/05 05:54:10 mnicel 1.2.10.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [7557f5ed15d4e33988301e3e3a5d2793dc1e3b63]

INTEGRATION: CWS visibility02 (1.1.120); FILE MERGED 2005/01/05 05:54:10 mnicel 1.1.120.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [80cc789891b5f2703c9556ad6fcf78fe33b6c51c]

INTEGRATION: CWS visibility02 (1.5.96); FILE MERGED 2005/01/05 05:54:10 mnicel 1.5.96.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [1bdac152f0013350142058d5212022bda138b137]

INTEGRATION: CWS visibility02 (1.5.54); FILE MERGED 2005/01/05 05:54:09 mnicel 1.5.54.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [e83740a177b6b7646d51345775f59d2b5daedb0a]

INTEGRATION: CWS visibility02 (1.7.10); FILE MERGED 2005/01/05 05:54:09 mnicel 1.7.10.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [40e5ea350313dbe9775e3d8dce817e385b51fc71]

INTEGRATION: CWS visibility02 (1.2.246); FILE MERGED 2005/01/05 05:54:09 mnicel 1.2.246.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [f4e2c5f19718ef62b46172f226986f63dcc6b11e]

INTEGRATION: CWS visibility02 (1.2.260); FILE MERGED 2005/01/28 10:59:44 mhu 1.2.260.1: #i38608# More classes / symbols need to be exported.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [fd8daa24a11fd5ebfc38610dd06cd542457386ef]

INTEGRATION: CWS visibility02 (1.2.272); FILE MERGED 2005/01/27 13:13:40 mhu 1.2.272.1: #i38608# More classes / symbols need to be exported.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [1a21efbd50db9675ad3d5fe5978d7cdff56dad6b]

INTEGRATION: CWS visibility02 (1.4.8); FILE MERGED 2005/01/26 13:35:40 mhu 1.4.8.2: RESYNC: (1.4-1.5); FILE MERGED 2005/01/05 05:54:08 mnicel 1.4.8.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b551f7e494e71f0c08cf4f03d299b660bd3ea07b]

INTEGRATION: CWS visibility02 (1.4.2); FILE MERGED 2005/01/11 07:52:31 mnicel 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2005/01/05 05:54:08 mnicel 1.4.2.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [ac4fd546eb3563423661aeaa793211cc2e335929]

INTEGRATION: CWS visibility02 (1.3.34); FILE MERGED 2005/01/27 13:13:38 mhu 1.3.34.1: #i38608# More classes / symbols need to be exported.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [99a23b36766315e66e97a2a82d233192333f0da2]

INTEGRATION: CWS visibility02 (1.3.210); FILE MERGED 2005/01/05 05:54:08 mnicel 1.3.210.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [27324841f5d53f943ee22b87689837f407fce439]

INTEGRATION: CWS visibility02 (1.1.272); FILE MERGED 2005/01/05 05:54:08 mnicel 1.1.272.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [cac0ae7a8f8873f7745ff52f8dd889b4b80e077e]

INTEGRATION: CWS visibility02 (1.2.244); FILE MERGED 2005/01/27 13:13:37 mhu 1.2.244.1: #i38608# More classes / symbols need to be exported.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [a47f7a549334f9986153440249717b3334a85987]

INTEGRATION: CWS visibility02 (1.1.1.1.282); FILE MERGED 2005/01/27 17:58:27 mhu 1.1.1.1.282.1: #i38608# More classes / symbols need to be exported.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [671fa47981238a047a56c0cbdc3a87bd5ce42762]

INTEGRATION: CWS visibility02 (1.4.120); FILE MERGED 2005/01/27 13:13:36 mhu 1.4.120.1: #i38608# More classes / symbols need to be exported.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [7ed48dbb67448fd917f43b21c30fec71478e1a04]

INTEGRATION: CWS visibility02 (1.3.10); FILE MERGED 2005/01/05 05:54:07 mnicel 1.3.10.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [e7a4a59fd858878a97199f74dedace1d26baf535]

INTEGRATION: CWS visibility02 (1.3.210); FILE MERGED 2005/01/05 05:54:07 mnicel 1.3.210.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b31f45c2ec35ab30e4dfe0e5b82c49e997de8786]

INTEGRATION: CWS visibility02 (1.2.10); FILE MERGED 2005/01/05 05:54:07 mnicel 1.2.10.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [0c92dddd17b59e7c30ad3bbc7d9c435d04da9659]

INTEGRATION: CWS visibility02 (1.2.210); FILE MERGED 2005/01/05 05:54:06 mnicel 1.2.210.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [6e3a0cb3c7a330305c42c81ace0811610d42e2b2]

INTEGRATION: CWS visibility02 (1.2.270); FILE MERGED 2005/01/05 05:54:06 mnicel 1.2.270.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [414886d42e0888c4ddaaf6287e95f922dc0b3efd]

INTEGRATION: CWS visibility02 (1.1.2); FILE ADDED 2005/01/05 05:54:06 mnicel 1.1.2.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [71fdfda13d16da736743f8b95e8273375a1ceb53]

INTEGRATION: CWS visibility02 (1.1.1.1.282); FILE MERGED 2005/01/27 16:49:31 mhu 1.1.1.1.282.1: #i38608# More classes / symbols need to be exported.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [339aff04cc63a655605dd233025c3a66fead98ea]

INTEGRATION: CWS visibility02 (1.2.98); FILE MERGED 2005/01/27 16:41:36 mhu 1.2.98.1: #i38608# More classes / symbols need to be exported.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [dd573e37607fac2cdc978635b1b5bb7c891ddce5]

INTEGRATION: CWS visibility02 (1.5.196); FILE MERGED 2005/01/05 05:54:06 mnicel 1.5.196.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [4c64086d5e0ec016db0ed327b50bb4687334a10f]

INTEGRATION: CWS visibility02 (1.7.188); FILE MERGED 2005/01/27 18:33:58 mhu 1.7.188.2: #i38608# Modified to compile / link on windows. 2005/01/05 05:54:05 mnicel 1.7.188.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [80b67857e3b52200335a38180023c2d29a7be9ad]

INTEGRATION: CWS visibility02 (1.5.188); FILE MERGED 2005/01/05 05:54:05 mnicel 1.5.188.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [50c3c205cb56835e23076c83fbf7adc17209ebeb]

INTEGRATION: CWS visibility02 (1.2.196); FILE MERGED 2005/01/26 18:49:56 mhu 1.2.196.1: #i38608# More classes / symbols need to be exported.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [97d9c8df2577e1f7f0c32543b2a5f74aa51e9120]

INTEGRATION: CWS visibility02 (1.5.64); FILE MERGED 2005/01/05 05:54:04 mnicel 1.5.64.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [902e68c356e93067f041f309d132f1debb14e763]

INTEGRATION: CWS visibility02 (1.10.196); FILE MERGED 2005/01/05 05:54:04 mnicel 1.10.196.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [0efab7ad1690b87f2cc90052886714d3d258af28]

INTEGRATION: CWS visibility02 (1.4.196); FILE MERGED 2005/01/27 18:33:57 mhu 1.4.196.2: #i38608# Modified to compile / link on windows. 2005/01/05 05:54:04 mnicel 1.4.196.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [69557ce219d7da3c5db3f8330b33a7860fb85f2a]

INTEGRATION: CWS visibility02 (1.8.50); FILE MERGED 2005/01/05 05:54:03 mnicel 1.8.50.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [4a20c4ed6034b4ef1c8f4ac80a5d572383555a90]

INTEGRATION: CWS visibility02 (1.1.266); FILE MERGED 2005/01/05 05:54:03 mnicel 1.1.266.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [33bf86d3387fa8a9688998fe3b51b4d9352ce275]

INTEGRATION: CWS visibility02 (1.1.266); FILE MERGED 2005/01/05 05:54:02 mnicel 1.1.266.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [66182cb466e6be3e027b4d89fcfb16622b7e9447]

INTEGRATION: CWS visibility02 (1.1.266); FILE MERGED 2005/01/05 05:54:01 mnicel 1.1.266.1: Issue number: 38608 Part of symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c80b3631c55e384d4b1714c0cd60267723c8ab3f]

INTEGRATION: CWS visibility02 (1.1.2); FILE ADDED 2005/01/26 13:56:15 mhu 1.1.2.3: #i38608# Enabled use of '-xldscope=hidden' for sunpro compiler. 2004/12/24 04:46:01 mnicel 1.1.2.2: Updated file headers. 2004/12/22 04:02:29 mnicel 1.1.2.1: Issue number:38608 Symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [98373ac1abebec36d365f3641ceeb43a39eb2b29]

INTEGRATION: CWS visibility02 (1.9.12); FILE MERGED 2005/01/27 11:36:45 mhu 1.9.12.1: #i38608# Added SHLxUSE_EXPORTS=ordinal, cleaned up.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [5886c800422ad4cad08d947147197222b3c3ee71]

INTEGRATION: CWS visibility02 (1.15.62); FILE MERGED 2004/12/22 04:02:28 mnicel 1.15.62.1: Issue number:38608 Symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [94efbc54bb6c83bb019afa23f5bd96f4b5b108a9]

INTEGRATION: CWS visibility02 (1.10.38); FILE MERGED 2004/12/22 04:02:27 mnicel 1.10.38.1: Issue number:38608 Symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c7dc81e0471436bf031252197c2a8a20be48d363]

INTEGRATION: CWS visibility02 (1.21.38); FILE MERGED 2004/12/22 04:02:27 mnicel 1.21.38.1: Issue number:38608 Symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [617017ba086e91ce00b8995debabdd01c91ef90d]

INTEGRATION: CWS visibility02 (1.1.2); FILE ADDED 2004/12/24 04:46:01 mnicel 1.1.2.2: Updated file headers. 2004/12/22 04:02:27 mnicel 1.1.2.1: Issue number:38608 Symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [0aaaf9780e20ff187aae8ab165ceb2a3e18d3672]

INTEGRATION: CWS visibility02 (1.1.158); FILE MERGED 2004/12/22 04:02:26 mnicel 1.1.158.1: Issue number:38608 Symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [01b296fa779dc084decd0d749d6ab4960c79f5cf]

INTEGRATION: CWS visibility02 (1.3.156); FILE MERGED 2004/12/22 04:02:26 mnicel 1.3.156.1: Issue number:38608 Symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b8fc3674ab5ab1cbdcc979dc6d1d796e967743cd]

INTEGRATION: CWS visibility02 (1.3.166); FILE MERGED 2004/12/22 04:02:26 mnicel 1.3.166.1: Issue number:38608 Symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [f4fe65f1956ceb7be2c45215640f48a89e18bb3f]

INTEGRATION: CWS visibility02 (1.2.30); FILE MERGED 2004/12/22 04:02:26 mnicel 1.2.30.1: Issue number:38608 Symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [8c0f45c28c193c4c5d0bf3969b03651e8098008b]

INTEGRATION: CWS visibility02 (1.3.170); FILE MERGED 2004/12/22 04:02:26 mnicel 1.3.170.1: Issue number:38608 Symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [554313c114ecd8b32ac786299bffa9da68efd8bf]

INTEGRATION: CWS visibility02 (1.1.128); FILE MERGED 2004/12/22 04:02:25 mnicel 1.1.128.1: Issue number:38608 Symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [a8912ef110f200b3d2d291a9b0e645b8bdf1425c]

INTEGRATION: CWS visibility02 (1.3.164); FILE MERGED 2004/12/22 04:02:25 mnicel 1.3.164.1: Issue number:38608 Symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c33098e04ec723be89fdea511aab8f4c6f2e932f]

INTEGRATION: CWS visibility02 (1.2.164); FILE MERGED 2004/12/22 04:02:25 mnicel 1.2.164.1: Issue number:38608 Symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [e7f842ca421218fda506c2d4ed42dc6e400d76b9]

INTEGRATION: CWS visibility02 (1.2.38); FILE MERGED 2004/12/22 04:02:25 mnicel 1.2.38.1: Issue number:38608 Symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [be9b86278704346eb773f823a960ada130111c94]

INTEGRATION: CWS visibility02 (1.7.132); FILE MERGED 2004/12/22 04:02:24 mnicel 1.7.132.1: Issue number:38608 Symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [4f5939bda135e2c67709732be4972487dfcc0ba1]

INTEGRATION: CWS visibility02 (1.4.158); FILE MERGED 2004/12/22 04:02:24 mnicel 1.4.158.1: Issue number:38608 Symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [4866096e02f77351984833871cf04ec44758990b]

INTEGRATION: CWS visibility02 (1.2.150); FILE MERGED 2004/12/22 04:02:24 mnicel 1.2.150.1: Issue number:38608 Symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [053b81cdd34a218bfb50484d27a91a8d8a7e9fe1]

INTEGRATION: CWS visibility02 (1.5.150); FILE MERGED 2004/12/22 04:02:24 mnicel 1.5.150.1: Issue number:38608 Symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [897f1469217fa9d2329b24d05abec41883a82482]

INTEGRATION: CWS visibility02 (1.4.130); FILE MERGED 2004/12/22 04:02:24 mnicel 1.4.130.1: Issue number:38608 Symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [159345b77d7f700b88d6b257d171ab4e0a2388a7]

INTEGRATION: CWS visibility02 (1.14.38); FILE MERGED 2004/12/22 04:02:24 mnicel 1.14.38.1: Issue number:38608 Symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [2f60386c8ddd0b09aeecd54f3a15393715f4ebf3]

INTEGRATION: CWS visibility02 (1.4.130); FILE MERGED 2004/12/22 04:02:23 mnicel 1.4.130.1: Issue number:38608 Symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [58be85c64a8339188f6ae2b50c13ed1e70b71f79]

INTEGRATION: CWS visibility02 (1.1.1.1.172); FILE MERGED 2004/12/22 04:02:23 mnicel 1.1.1.1.172.1: Issue number:38608 Symbol visibility work.


2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [838e03211839bc1853ad166648da24aed2e9e726]

INTEGRATION: CWS visibility02 (1.6.150); FILE MERGED 2004/12/22 04:02:23 mnicel 1.6.150.1: Issue number:38608 Symbol visibility work.


2005-02-15  Vladimir Glazounov  <vg@openoffice.org>  [0601657bc9daf4bb50f545720709b42a59fb7481]

new version for SRC680


2005-02-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1d3346e9d751b81d73dded83a9e3b8d47124099]

INTEGRATION: CWS babelfish06 (1.44.4); FILE MERGED 2005/01/28 17:27:14 ihi 1.44.4.1: #i41371# german list strings fix


2005-02-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [37f5e95ea08eac9a351c28c45298c5f67c402f30]

INTEGRATION: CWS babelfish06 (1.11.14); FILE MERGED 2005/01/28 17:27:13 ihi 1.11.14.1: #i41371# german list strings fix


2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [47d4c33122bbf4d61a4c5dccefcd810e5ac39231]

INTEGRATION: CWS pj17 (1.1.1.1.264); FILE MERGED 2005/02/07 13:32:28 gh 1.1.1.1.264.1: fixed encoding


2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [47559ee910c9683b8ede5a6cd6545d5ecff766c3]

INTEGRATION: CWS pj17 (1.3.82); FILE MERGED 2005/01/22 18:08:10 pjanik 1.3.82.1: #i10000#, #i41132#: Fix syntax error/typo.


2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [d64b7837a26e7aa6d0600b48e25b5efa5d6e6fd4]

INTEGRATION: CWS pj17 (1.1.1.1.264); FILE MERGED 2005/02/10 10:45:33 gh 1.1.1.1.264.3: more tuning to make it work nicely under windows too 2005/02/09 09:29:37 gh 1.1.1.1.264.2: finetuning 2005/02/07 17:05:49 gh 1.1.1.1.264.1: some fixes for 32 bit random numbers + enhanced invisible


2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [d32333c4eb291dc9589cb1c92b59821314523657]

INTEGRATION: CWS pj17 (1.5.98); FILE MERGED 2005/01/22 18:09:07 pjanik 1.5.98.1: #i10000#, #i41132#: Update to the current naming scheme.


2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [73817377bb717a3601f8b33e65ef16872c3c7c37]

INTEGRATION: CWS pj17 (1.2.82); FILE MERGED 2005/02/07 17:05:49 gh 1.2.82.1: some fixes for 32 bit random numbers + enhanced invisible


2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d3bfd5152fa8efd6afc007aa13ab7eda43316a0]

INTEGRATION: CWS pj17 (1.4.82); FILE MERGED 2005/02/07 17:05:49 gh 1.4.82.1: some fixes for 32 bit random numbers + enhanced invisible


2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ca7617ce6f7d618c7b84e871281360d7a69b811]

INTEGRATION: CWS pj17 (1.12.42); FILE MERGED 2005/01/22 18:11:55 pjanik 1.12.42.1: #i41132#: Deliver also libtfu.


2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [4eaa2d9ccbb46bf454b859ff05d3195ceb7d5ed0]

INTEGRATION: CWS pj17 (1.7.14); FILE MERGED 2005/01/22 18:09:49 pjanik 1.7.14.1: #i41132#: Add missing dependency.


2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [111f252cf5f27ae79d9b6bf906e6403fbe073a8a]

INTEGRATION: CWS buildcond02 (1.19.42); FILE MERGED 2005/01/31 13:18:31 mmeeks 1.19.42.2: RESYNC: (1.19-1.20); FILE MERGED 2004/12/09 16:41:54 mmeeks 1.19.42.1: Issue number: #i35742# Submitted by: mmeeks Conditionalize zlib dependency


2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc9e7fa7900491cb0aa9b4db2138c058d03ddf5b]

INTEGRATION: CWS buildcond02 (1.28.10); FILE MERGED 2005/01/31 13:03:44 mmeeks 1.28.10.2: RESYNC: (1.28-1.29); FILE MERGED 2004/12/09 15:58:07 mmeeks 1.28.10.1: Issue number: #i35742# Submitted by: mmeeks conditionalise jpeg dep.


2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [14052722a6e2432a7191730453a3019956c2f7a6]

INTEGRATION: CWS buildcond02 (1.35.34); FILE MERGED 2005/01/06 16:50:51 mmeeks 1.35.34.2: RESYNC: (1.35-1.38); FILE MERGED 2004/12/09 16:16:54 mmeeks 1.35.34.1: Issue number: #i35742# Submitted by: mmeeks conditionalize freetype & nas deps.


2005-02-08  Rüdiger Timm  <rt@openoffice.org>  [78fb64c9a213323d8a8c76b4efe83f545b32fa66]

INTEGRATION: CWS impressbeta5 (1.5.2); FILE MERGED 2005/02/07 18:40:27 thb 1.5.2.1: #i42225# Fixed state invariant bug: updateClipping() MUST maintain the invariant that never both clip and clipRect are nonempty. Should now be more appropriate...


2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [d581ff3d29636ef671737079a655fb70e67b3bd0]

INTEGRATION: CWS templatetype1 (1.5.32); FILE MERGED 2005/02/01 15:09:07 mav 1.5.32.1: #i41172# standalone mediatypes for templates


2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [a0e9d0a2cad9cc68cf955940b80ff27ea6cb17a7]

INTEGRATION: CWS templatetype1 (1.3.6); FILE MERGED 2005/01/31 16:02:30 mav 1.3.6.2: #i41172# mediatypes for oasis templates 2005/01/31 13:02:54 mav 1.3.6.1: #i41172# add oasis template-types


2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [b22007e6569cad13dbe496dcfcc1c97bc5d2f0bd]

INTEGRATION: CWS templatetype1 (1.87.12); FILE MERGED 2005/02/01 07:31:48 mav 1.87.12.1: #i41172# mediatypes for oasis templates


2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [b06659e767b0b0238de8d395fee1c21b7529a878]

INTEGRATION: CWS templatetype1 (1.41.18); FILE MERGED 2005/02/01 07:31:48 mav 1.41.18.1: #i41172# mediatypes for oasis templates


2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [8bf6d240d74317b45b1dbc905b9eab62d686e890]

INTEGRATION: CWS templatetype1 (1.35.12); FILE MERGED 2005/02/01 16:11:10 mav 1.35.12.2: #i41172# standalone mediatypes for templates 2005/02/01 07:31:47 mav 1.35.12.1: #i41172# mediatypes for oasis templates


2005-02-04  Vladimir Glazounov  <vg@openoffice.org>  [87464f4b6555d80d9db16524937a796c2d53ce67]

new version for SRC680


2005-02-04  Vladimir Glazounov  <vg@openoffice.org>  [7a2a2c8c40e84418017996080acb3e4417e4b349]

new version for SRC680


2005-02-04  Vladimir Glazounov  <vg@openoffice.org>  [e2c006a0a12c85bb95fb5c4dfa90c42bc022da9e]

new version for SRC680


2005-02-04  Vladimir Glazounov  <vg@openoffice.org>  [048673e4ddfdd6efe9df8e4d9ff54fc1b0037b00]

new version for SRC680


2005-02-04  Rüdiger Timm  <rt@openoffice.org>  [b10550dedb269cf80486d82e5a8f2567370eef52]

INTEGRATION: CWS cmcfixes1 (1.3.40); FILE MERGED 2005/01/28 08:46:54 cmc 1.3.40.1: #i40815# Parse problem


2005-02-04  Vladimir Glazounov  <vg@openoffice.org>  [1fe8d70c08d3a75fca8e68f836383008092fdaf1]

new version for SRC680


2005-02-04  Vladimir Glazounov  <vg@openoffice.org>  [413b2f530ce973042e827f6d7296434a7b44e1cf]

new version for SRC680


2005-02-02  Vladimir Glazounov  <vg@openoffice.org>  [ec88c02ea4e69f5788013d0b05732166ab57d584]

new version for SRC680


2005-02-02  Vladimir Glazounov  <vg@openoffice.org>  [7d76eb20bdc23dfa24ef6628a9115fe1676fedec]

new version for SRC680


2005-02-02  Vladimir Glazounov  <vg@openoffice.org>  [c5c6f44e323e5b08e8fdc411f1e634f02516bf1a]

new version for SRC680


2005-02-02  Vladimir Glazounov  <vg@openoffice.org>  [6b2b708455cd07e828103efe34e01ca929b2b403]

new version for SRC680


2005-02-02  Vladimir Glazounov  <vg@openoffice.org>  [3ae515d26ad92adf8a056dbfbec9f17664f7ee17]

new version for SRC680


2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [f9bf5354a1c724aef911b58ed7f291b979c3e96c]

INTEGRATION: CWS fwkbetashowstop01 (1.14.10); FILE MERGED 2005/02/01 09:51:15 pl 1.14.10.1: #i41693# need a timeout on condition to avoid possible deadlocks


2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [92ff8697e2f5ed72eda9ab520880be94f77bd255]

INTEGRATION: CWS alienwarning (1.19.86); FILE MERGED 2005/01/28 09:27:12 mba 1.19.86.1: #i41506#: new option for alien warning


2005-02-02  Mikhail Voitenko  <mav@openoffice.org>  [92ddbb5003b371fcc85a44bffa6d111f3c51c829]

#i41899# cache the image replacement storage and allow to release it


2005-02-02  Mikhail Voitenko  <mav@openoffice.org>  [f018cbd402cab67017b3d3f8d8ef599984076b99]

#i41899# allow to release a the image replacements substorage


2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [467e2cf3d553670520fc9300186c87d936849569]

INTEGRATION: CWS imprec01 (1.123.64); FILE MERGED 2005/01/12 08:46:48 pb 1.123.64.1: fix: #i40267# export svmedit2.hxx


2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [f86337109e1464e8134b90f5d61d801a1a6d1735]

INTEGRATION: CWS twobeta (1.50.30); FILE MERGED 2005/01/31 13:31:13 fs 1.50.30.1: #i41705# overload |draw| for dialogs: always do a simple Draw, to prevent the base class from calling PaintToDevice


2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [b236dc9edd1b2e6414c84b87af50005c6c24e2bd]

INTEGRATION: CWS twobeta (1.31.12); FILE MERGED 2005/01/31 13:30:30 fs 1.31.12.1: #i41705# overload |draw| for dialogs


2005-02-01  Vladimir Glazounov  <vg@openoffice.org>  [e7b4e8f074d864dc82fa35cf92522feceab6f823]

new version for SRC680


2005-02-01  Vladimir Glazounov  <vg@openoffice.org>  [1a289c7c3ea7872b0e9cb30d3ee8ab5a1ae2b582]

new version for SRC680


2005-02-01  Vladimir Glazounov  <vg@openoffice.org>  [bed797463604c52581c2f48ecc1793becb727551]

new version for SRC680


2005-02-01  Rüdiger Timm  <rt@openoffice.org>  [0fe643446a128b23b54585cfbf6c438608a6014b]

#i10000# add VCL_DLLPUBLIC for class PrinterUpdate (needed by gtkframe.cxx for libvclplug_gtk*)


2005-02-01  Rüdiger Timm  <rt@openoffice.org>  [3be01a8f2438383af189b8012d4533b36a4bdfb4]

#i10000# Include path corrected


2005-01-31  Vladimir Glazounov  <vg@openoffice.org>  [8203fab6a706e9335e17d8e15c4976a91562d3cc]

new version for SRC680


2005-01-31  Vladimir Glazounov  <vg@openoffice.org>  [51cbed94ff4d146e3dcc4e68205f52308a85ad61]

new version for SRC680


2005-01-31  Vladimir Glazounov  <vg@openoffice.org>  [c12c02c4a0a4c325cc8302c82ae4d85e40add702]

new version for SRC680


2005-01-31  Vladimir Glazounov  <vg@openoffice.org>  [035c3ed4a6866aec62ebd00e38718d4b03e9b064]

new version for SRC680


2005-01-31  Vladimir Glazounov  <vg@openoffice.org>  [06422b4ef2fd5d4711e54ac6ce65ae7007b33253]

new version for SRC680


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c752f8391c5ee6634cc0aebb8f33d4e57fcbb9a1]

Clean exports before beta.


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [54a80541f93ab52e428e783b363d17702b16e0df]

Clean exports before beta.


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [fcc7bfc0ad8452e5c50ea14d49a6a45fc3fab06a]

INTEGRATION: CWS frrtf01 (1.10.264); FILE MERGED 2004/12/22 13:23:00 flr 1.10.264.1: #117881# multiple table problems


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f8cf198227387b33fba262fd758a3294482dff77]

INTEGRATION: CWS frrtf01 (1.16.12); FILE MERGED 2004/12/22 13:22:59 flr 1.16.12.3: #117881# multiple table problems 2004/12/14 15:08:13 flr 1.16.12.2: #i29453# Made SkipGroup reentrant 2004/12/13 09:51:41 flr 1.16.12.1: #117891# added support for outline numbering in rtf import; this was a 'superbug' - so if you have any RTF problems try this fix ;-)


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [16d8c884e2c7eb36795b9b33d7a6042e73b8c48c]

INTEGRATION: CWS vcl35 (1.63.38); FILE MERGED 2005/01/19 11:31:13 hdu 1.63.38.3: #119014# fix for empty CMAPs 2005/01/19 10:50:59 hdu 1.63.38.2: #119014# unify CMAP coverage calculations 2005/01/18 15:48:21 hdu 1.63.38.1: #119014# fix CMAP segmented coverage subtable parsing


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [fca9c3bda2fa405b2397a672b5db9882d890461c]

INTEGRATION: CWS vcl35 (1.82.16); FILE MERGED 2005/01/21 10:50:55 pl 1.82.16.2: RESYNC: (1.82-1.83); FILE MERGED 2005/01/17 15:53:02 ssa 1.82.16.1: #i40630# add separator between menubar and toolbar


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [605bc6c1068f05b5649e60d9688aa60f05faa6e8]

INTEGRATION: CWS vcl35 (1.4.44); FILE MERGED 2005/01/19 18:35:50 ssa 1.4.44.2: #i41001# use the correct device context which is very important when the window was not created in the main thread 2005/01/17 15:53:03 ssa 1.4.44.1: #i40630# add separator between menubar and toolbar


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [167181553cfe3cc93223b22aa371664bdbe11916]

INTEGRATION: CWS vcl35 (1.19.88); FILE MERGED 2005/01/20 18:50:27 ssa 1.19.88.1: do not crash


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [bd0226383c34f2e2a2c9a4cb037025e675f54d07]

INTEGRATION: CWS vcl35 (1.94.52); FILE MERGED 2005/01/21 10:51:49 pl 1.94.52.2: RESYNC: (1.94-1.95); FILE MERGED 2005/01/19 14:38:02 dv 1.94.52.1: #i40709# Don't set mbKeyboardHelp directly, ctor of HelpWindow should set this


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0c58f64865a13b6b9f7a0ef961a5494a02fbff5f]

INTEGRATION: CWS vcl35 (1.204.10); FILE MERGED 2005/01/24 09:44:42 ssa 1.204.10.3: #118908# throw runtime exception that can hopefully be caught to make plugin more stable 2005/01/21 10:51:06 pl 1.204.10.2: RESYNC: (1.204-1.205); FILE MERGED 2005/01/19 13:01:09 ssa 1.204.10.1: #118908# throw an exception when system child window could not be created - instead of aborting


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [fdc4c55a3334b3e838e2b6d469db7b78e716445b]

INTEGRATION: CWS vcl35 (1.9.116); FILE MERGED 2005/01/21 14:07:54 dv 1.9.116.2: #118980# Enhanced border for splitter 2005/01/17 15:29:42 dv 1.9.116.1: #i40472# The FadeOutButton allows splitting, too


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [6c2bd5d1bbbdf5d5d26ac99abd6de4f12d64e48d]

INTEGRATION: CWS vcl35 (1.116.16); FILE MERGED 2005/01/21 10:47:55 pl 1.116.16.3: RESYNC: (1.116-1.117); FILE MERGED 2005/01/19 17:18:55 pl 1.116.16.2: #i40876# item ids in menu resource are longs since res32bit integration 2005/01/17 15:53:01 ssa 1.116.16.1: #i40630# add separator between menubar and toolbar


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7f2fcd7617bc1423bbb2124bef7d6712aa22c293]

INTEGRATION: CWS vcl35 (1.7.36); FILE MERGED 2005/01/21 10:49:05 pl 1.7.36.2: RESYNC: (1.7-1.8); FILE MERGED 2005/01/17 15:53:01 ssa 1.7.36.1: #i40630# add separator between menubar and toolbar


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [506840081462a21d04d9f6abaae34bbe120e45ec]

INTEGRATION: CWS vcl35 (1.3.16); FILE MERGED 2005/01/19 15:55:01 ssa 1.3.16.2: #i40630# draw separator around docked toolboxes 2005/01/17 15:53:00 ssa 1.3.16.1: #i40630# add separator between menubar and toolbar


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c34da8743fb3e25b4932595a5afab9e978109864]

INTEGRATION: CWS vcl35 (1.110.38); FILE MERGED 2005/01/19 11:06:21 hdu 1.110.38.1: #119014# use unified CMAP coverage calculations


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [efa6a795c330191f6d0fb203fd0aff0558e0fcf1]

INTEGRATION: CWS vcl35 (1.19.38); FILE MERGED 2005/01/24 09:44:42 ssa 1.19.38.1: #118908# throw runtime exception that can hopefully be caught to make plugin more stable


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [432c196efa59973b76208a16cf2db8a9a3abf5d1]

INTEGRATION: CWS vcl35 (1.75.38); FILE MERGED 2005/01/19 13:27:16 pl 1.75.38.2: #i40319# do not integer divide scale factors 2005/01/18 14:28:26 pl 1.75.38.1: #i40055# do not draw zero sized bitmaps


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9d680042e9a09d907220a282f05a2be22afc0ccb]

INTEGRATION: CWS vcl35 (1.188.34); FILE MERGED 2005/01/21 10:46:25 pl 1.188.34.2: RESYNC: (1.188-1.189); FILE MERGED 2005/01/20 10:09:09 hdu 1.188.34.1: #118667# no font searchname caching and artificial emboldening for hg* fonts


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d63e96d6743dce24122ad8258e0387d9f247dfcd]

INTEGRATION: CWS vcl35 (1.12.116); FILE MERGED 2005/01/19 10:50:58 hdu 1.12.116.1: #119014# unify CMAP coverage calculations


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c0f6825c79b434b7970a4f1d5f0394cfad14c452]

INTEGRATION: CWS vcl35 (1.20.4); FILE MERGED 2005/01/24 09:44:41 ssa 1.20.4.1: #118908# throw runtime exception that can hopefully be caught to make plugin more stable


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [79c7fe9cf10cbd51cac29b709db108d71dc99381]

INTEGRATION: CWS vcl35 (1.24.16); FILE MERGED 2005/01/21 15:37:30 ssa 1.24.16.2: #i40494# improve tabctrl painting for impress, support optional item offset 2005/01/20 18:06:39 ssa 1.24.16.1: #i40494# improve tabctrl painting for impress, support optional item offset


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [2f87cf45d0bf604ba890d6ad74e2ab4f5c8955d0]

INTEGRATION: CWS vcl35 (1.69.74); FILE MERGED 2005/01/13 18:37:21 pl 1.69.74.1: #i39157# thanks to fs: copy assertions from clipboard window


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9abf96d741af6c79763d195a8b9f6fbe48891f7b]

INTEGRATION: CWS vcl35 (1.1.698); FILE MERGED 2005/01/13 18:37:21 pl 1.1.698.1: #i39157# thanks to fs: copy assertions from clipboard window


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ad9140083c338f460fdc08a8e230129e948b3df3]

INTEGRATION: CWS vcl35 (1.51.116); FILE MERGED 2005/01/21 08:33:24 obr 1.51.116.2: #i40639# moved the accessibility detected code into the gconf backend 2005/01/17 15:52:59 ssa 1.51.116.1: #i40630# add separator between menubar and toolbar


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [8e6753394fd914f5900d3ede8c9efc07546d7399]

INTEGRATION: CWS vcl35 (1.27.166); FILE MERGED 2005/01/19 14:36:12 dv 1.27.166.1: #i40709# Set mbKeyboardHelp in ctor when mbSetKeyboardHelp is set


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [cde7af40d56f7e2f69e1d4f84873ed13c405a93c]

INTEGRATION: CWS vcl35 (1.17.112); FILE MERGED 2005/01/14 11:08:17 pl 1.17.112.4: #i39157# updated help text 2005/01/14 10:50:04 pl 1.17.112.3: #i39157# copy button should not close the message box 2005/01/14 10:14:56 pl 1.17.112.2: #i39157# add copy button to message box un non Windows platforms 2005/01/13 18:37:21 pl 1.17.112.1: #i39157# thanks to fs: copy assertions from clipboard window


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e1f38c30b9f9157398b9358f58be01849a477620]

INTEGRATION: CWS vcl35 (1.4.6); FILE MERGED 2005/01/19 10:24:33 pl 1.4.6.1: #i40937# patch from cmc to prevent double fclose


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d009662915634d80dd4cbdeef94155548b0ac41a]

INTEGRATION: CWS vcl35 (1.6.6); FILE MERGED 2005/01/19 10:24:33 pl 1.6.6.1: #i40937# patch from cmc to prevent double fclose


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0c846b8da1008e9d230ce636cbfd7270ac80a55e]

INTEGRATION: CWS vcl35 (1.39.18); FILE MERGED 2005/01/21 09:58:18 pl 1.39.18.2: RESYNC: (1.39-1.40); FILE MERGED 2005/01/19 13:02:58 ssa 1.39.18.1: #118908# check for runtime exception when creating system child window


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [57389e3de3db2df725688a19f59a8db95028719a]

INTEGRATION: CWS jre5issues (1.3.24); FILE MERGED 2004/11/29 13:36:20 ka 1.3.24.1: #i37962#: added support for Java 1.5


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [6a098f1501f4e80d313f3e6bb7a6d6a108d0bed8]

INTEGRATION: CWS vcl34 (1.5.64); FILE MERGED 2004/12/15 17:21:03 pl 1.5.64.1: #i38660# mimic vcl SalFrame behaviour: check for printer updates on focus change


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [6ad072603fadf71b679085ba133e2073fa398f6c]

INTEGRATION: CWS vcl34 (1.13.4); FILE MERGED 2004/12/15 17:21:03 pl 1.13.4.1: #i38660# mimic vcl SalFrame behaviour: check for printer updates on focus change


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [31a513a443ec1c093ade8be9f181d8356512c31a]

INTEGRATION: CWS vcl34 (1.37.52); FILE MERGED 2005/01/10 14:41:03 ssa 1.37.52.1: #i40221# adjust handling of font colors to changed defaults


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [41a1809408b175ad645fca44ca0cc4fc692b6367]

INTEGRATION: CWS mav15 (1.3.78); FILE MERGED 2005/01/21 13:19:25 mav 1.3.78.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [8476409c1c505d7b52dd6e384d0ebc001f72243e]

INTEGRATION: CWS vcl34 (1.4.48); FILE MERGED 2005/01/07 14:36:19 dv 1.4.48.1: #i38359# Use some extra space for proper painting of focus rect


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [47d75345d51469bdaa47d3bb25f950d689be2b59]

INTEGRATION: CWS vcl34 (1.111.26); FILE MERGED 2005/01/12 15:30:00 dv 1.111.26.2: #107733# Use osl_loadModule instead of LoadLibrary 2005/01/07 14:32:25 ssa 1.111.26.1: #i40008# keep ownerdraw windows on screen when positioned by API


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7a72efa12b1d6f67b64b74da6dd16c8938142275]

INTEGRATION: CWS vcl34 (1.88.16); FILE MERGED 2005/01/12 15:29:59 dv 1.88.16.1: #107733# Use osl_loadModule instead of LoadLibrary


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c57e5bb66a841547f7058525035f0dd08f72cbca]

INTEGRATION: CWS vcl34 (1.17.186); FILE MERGED 2004/12/23 07:53:54 dv 1.17.186.2: #110536# Added GetDuplexMode() 2004/12/23 07:02:24 dv 1.17.186.1: #110536# Added GetDuplexMode()


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d83723d552226e2499382e6abe193596ff1433e0]

INTEGRATION: CWS vcl34 (1.4.284); FILE MERGED 2005/01/12 15:29:58 dv 1.4.284.1: #107733# Use osl_loadModule instead of LoadLibrary


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c7df7dcbe20f60995c54ed78c9bf9f8d6b3f7dac]

INTEGRATION: CWS vcl34 (1.4.26); FILE MERGED 2005/01/12 15:29:58 dv 1.4.26.1: #107733# Use osl_loadModule instead of LoadLibrary


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [205fb8927e42dab4026030f9859611ff9f6b8609]

INTEGRATION: CWS vcl34 (1.63.16); FILE MERGED 2005/01/21 14:19:59 hdu 1.63.16.2: #118959# fix font coverage for fonts without CMAP 2005/01/04 14:39:48 hdu 1.63.16.1: #118959# fix font coverage for symbol fonts without CMAP


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [cadedc07b2bf561686904aee87cfc345cc492a1a]

INTEGRATION: CWS vcl34 (1.5.284); FILE MERGED 2005/01/12 11:53:00 pl 1.5.284.2: RESYNC: (1.5-1.6); FILE MERGED 2004/12/22 15:10:37 ssa 1.5.284.1: #i38887# check if reading from screen failed


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d0d9b5245d58cfc4f287cb9aba938f8389402114]

INTEGRATION: CWS vcl34 (1.21.186); FILE MERGED 2005/01/12 15:29:55 dv 1.21.186.1: #107733# Use osl_loadModule instead of LoadLibrary


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c61dcd4df95aa668c7478cc08ca9f709d1adbc39]

INTEGRATION: CWS vcl34 (1.2.298); FILE MERGED 2004/12/23 07:03:15 dv 1.2.298.1: #110536# Added GetDuplexMode()


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [40ec5549e4625feb13d4e8c4ce47c0efd5076f10]

INTEGRATION: CWS vcl34 (1.16.142); FILE MERGED 2005/01/12 15:29:15 dv 1.16.142.1: #107733# Use osl_loadModule instead of LoadLibrary


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e03e68dd0f673e0dd1915ca47940e17da493f40b]

INTEGRATION: CWS vcl34 (1.22.142); FILE MERGED 2005/01/07 15:11:10 hdu 1.22.142.1: #i40134# improve coverage heuristic for core X11 fonts


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c747d91212f043d3d1518d3b902dda8fd0176213]

INTEGRATION: CWS vcl34 (1.35.76); FILE MERGED 2005/01/13 17:00:08 pl 1.35.76.2: #110536# duplex recognition 2004/12/23 07:00:32 dv 1.35.76.1: #110536# Added GetDuplexMode()


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [eb2daa8155ac5cbed2373385ce7f6ecbcf266b7b]

INTEGRATION: CWS vcl34 (1.11.242); FILE MERGED 2004/12/23 07:51:49 dv 1.11.242.1: #110536# Added GetDuplexMode()


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [94cc4cb371601e97e294d01f516cdd19e0337a85]

INTEGRATION: CWS vcl34 (1.17.26); FILE MERGED 2005/01/12 11:49:44 pl 1.17.26.4: RESYNC: (1.17-1.18); FILE MERGED 2005/01/11 12:21:03 pl 1.17.26.3: #i40080# do not destroy foreign X window 2004/12/16 10:58:53 pl 1.17.26.2: #i39038# add GDK_minus and GDK_plus 2004/12/15 17:06:20 pl 1.17.26.1: #i38660# check for printer updates (as X11DalFrame does)


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [698ebca3708fde5d11fd729461b9248a6f0b4644]

INTEGRATION: CWS vcl34 (1.8.6); FILE MERGED 2005/01/12 18:49:31 pl 1.8.6.3: #i40207# do not forget to reset clip region 2005/01/12 11:49:34 pl 1.8.6.2: RESYNC: (1.8-1.9); FILE MERGED 2005/01/11 16:05:05 pl 1.8.6.1: #i39400# get menubar color from menubar


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [18d697d486ab4c55cc152421134e66b1808c150c]

INTEGRATION: CWS vcl34 (1.34.14); FILE MERGED 2005/01/12 11:48:22 pl 1.34.14.2: RESYNC: (1.34-1.36); FILE MERGED 2004/12/20 14:13:05 ssa 1.34.14.1: #i32189# provide event to request full layout


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7830c2db9f8a0578aaf5a49a3fb00d370beb9f6b]

INTEGRATION: CWS vcl34 (1.81.16); FILE MERGED 2005/01/12 11:48:10 pl 1.81.16.3: RESYNC: (1.81-1.82); FILE MERGED 2004/12/29 16:01:05 ssa 1.81.16.2: #i35624# reduce separator size 2004/12/29 12:41:06 ssa 1.81.16.1: #i38261# added method to compute floating size according to number of line breaks


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d07d0359dba353b08107bc2c000492ad09937ae6]

INTEGRATION: CWS vcl34 (1.114.26); FILE MERGED 2005/01/12 11:47:59 pl 1.114.26.3: RESYNC: (1.114-1.116); FILE MERGED 2005/01/06 16:07:13 ssa 1.114.26.2: #i17937# add space between accelerator and submenu indicator 2004/12/29 15:35:03 ssa 1.114.26.1: #i17937# reduce amount of white space in menu entries by positioning the accelerator strings at variable x positions


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1cf57bf96c6be4f5ee73f72f74f8fb53333bd696]

INTEGRATION: CWS vcl34 (1.7.16); FILE MERGED 2005/01/06 14:27:00 ssa 1.7.16.1: #i37461# notify listeners only after changing the floating mode


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [5d7b3749912a1789e9d51456422509673c8e1364]

INTEGRATION: CWS vcl34 (1.28.40); FILE MERGED 2005/01/13 12:14:16 hdu 1.28.40.2: #118530# avoid aggressive garbage collection 2005/01/05 15:56:36 hdu 1.28.40.1: #118530# hash_map iterators are pickier than map iterators


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [fcea5aa6d7d58b048e07476d19e4d4ff3c88b215]

INTEGRATION: CWS vcl34 (1.33.26); FILE MERGED 2005/01/05 17:16:23 hdu 1.33.26.1: #i39982# improve cluster boundary detection (based on the Fedora Indic patch)


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e053ac0215a31a99a4133e03e1ca1a598afa5989]

INTEGRATION: CWS vcl34 (1.45.284); FILE MERGED 2004/12/23 06:59:00 dv 1.45.284.1: #110536# Added GetDuplexMode()


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f9e084631fa66b0fc2028d6c36cf4c55cb5f6225]

INTEGRATION: CWS vcl34 (1.75.16); FILE MERGED 2005/01/11 13:29:13 pl 1.75.16.1: #i39583# use pseudo pixel size of reference device for drawPixel


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4536c532329ab44f20e6bacada912f4ab1497899]

INTEGRATION: CWS vcl34 (1.188.16); FILE MERGED 2004/12/16 16:48:29 pl 1.188.16.1: #117909# ensure minimum distance between double underlines


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [5dcb0bbfd6e8058684af48740842425f200da45f]

INTEGRATION: CWS vcl34 (1.25.16); FILE MERGED 2004/12/22 15:24:07 ssa 1.25.16.2: #i38887# check if reading from screen failed - now it even compiles 2004/12/22 15:10:37 ssa 1.25.16.1: #i38887# check if reading from screen failed


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [edf7d54fbd57425febb5d26b5f2eff4f83cf8df9]

INTEGRATION: CWS vcl34 (1.32.78); FILE MERGED 2005/01/12 11:29:32 hdu 1.32.78.1: #i37911# ignore Culmus extension in font name


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [df48ed0d186e5c6c020d64b499aa6928a7794072]

INTEGRATION: CWS vcl34 (1.23.104); FILE MERGED 2005/01/12 11:45:49 pl 1.23.104.2: RESYNC: (1.23-1.24); FILE MERGED 2004/12/22 11:38:14 ssa 1.23.104.1: #i38050# dont force transparency if a ControlBackground was set, this allows for NWF controls with colored backgrounds


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c5773a28059398a21d73bc0d2cbf6d6bc6ea5d5e]

INTEGRATION: CWS vcl34 (1.14.104); FILE MERGED 2005/01/12 11:44:54 pl 1.14.104.2: RESYNC: (1.14-1.15); FILE MERGED 2005/01/07 14:34:47 dv 1.14.104.1: #i38359# Add some extra space before text when WB_EXTRAOFFSET is set


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f39a8dd4f6516ea689a9789a23ebc17608352ab3]

INTEGRATION: CWS vcl34 (1.31.16); FILE MERGED 2005/01/12 11:44:17 pl 1.31.16.2: RESYNC: (1.31-1.32); FILE MERGED 2004/12/22 11:38:13 ssa 1.31.16.1: #i38050# dont force transparency if a ControlBackground was set, this allows for NWF controls with colored backgrounds


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [88dfd40588e9f71a5f1c902d3008aeb2f260e04f]

INTEGRATION: CWS mav15 (1.5.22); FILE MERGED 2005/01/13 09:44:43 mav 1.5.22.1: #i40469# links can have no persistence entry in the storage


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [a86d55a69f25fb5625c6ab5d7fb2b58a913f081a]

INTEGRATION: CWS mav15 (1.3.80); FILE MERGED 2005/01/21 13:19:26 mav 1.3.80.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ca54fc203245a2f58c50a5fef215bf13b8c9cb3c]

INTEGRATION: CWS vcl34 (1.8.24); FILE MERGED 2005/01/10 15:09:30 pl 1.8.24.1: #i27753# fix for FreeBSD


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [51dc40f3842cf48465ee2e5a088c92eb1ed07106]

INTEGRATION: CWS vcl34 (1.53.2); FILE MERGED 2005/01/12 10:43:18 pl 1.53.2.3: RESYNC: (1.53-1.54); FILE MERGED 2004/12/15 16:26:12 pl 1.53.2.2: #i38367# move user overrides that were in fonts.dir to font cache 2004/12/14 17:54:41 pl 1.53.2.1: #i38367# no more fonts.dir in private font directories


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [47cbce6450826024a763568ee52104683034b2f1]

INTEGRATION: CWS vcl34 (1.11.26); FILE MERGED 2004/12/15 16:26:12 pl 1.11.26.1: #i38367# move user overrides that were in fonts.dir to font cache


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [922ce6bb504fbd1d7b3428957720b9ed82cdcbf4]

INTEGRATION: CWS vcl34 (1.21.10); FILE MERGED 2004/12/15 16:26:12 pl 1.21.10.1: #i38367# move user overrides that were in fonts.dir to font cache


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [259bacb880341137edf3f8c83449162a9e6b721c]

INTEGRATION: CWS vcl34 (1.4.24); FILE MERGED 2004/12/15 16:26:11 pl 1.4.24.1: #i38367# move user overrides that were in fonts.dir to font cache


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [b9b06c01c177f3b31497e040735e500487c52fa1]

INTEGRATION: CWS vcl34 (1.49.26); FILE MERGED 2005/01/06 14:13:03 ssa 1.49.26.1: #i37461# get/setOutputsize has to check for DockingWindow to call proper method


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e8f9acd9ecbaf86e0dc747236eac943eba86b315]

INTEGRATION: CWS fwkbugfix05 (1.8.14); FILE MERGED 2005/01/20 12:50:52 mba 1.8.14.1: #i40128#: readonly property must be checked implicitly, otherwise it is overlooked too often; besides that it's correct and part of the design


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1005d4812f4b83650aaa26f705a1b644bd3a85ec]

INTEGRATION: CWS fwkbugfix05 (1.5.12); FILE MERGED 2005/01/14 12:40:42 mba 1.5.12.2: #i39211#: don't keep image storage open 2005/01/06 16:54:58 mba 1.5.12.1: #i39211#: don't keep image storage open


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [cea9692cdf6b319a7d52070a3fc2b25952590df2]

INTEGRATION: CWS fwkbugfix05 (1.3.50); FILE MERGED 2005/01/06 16:32:29 mba 1.3.50.1: #i37381#: found endless loop


2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [56797a7d248b9bb76e9d63d4777bc06a675ddc55]

INTEGRATION: CWS fwkbugfix05 (1.3.42); FILE MERGED 2005/01/20 16:56:43 mba 1.3.42.4: #i36732#: immediately register ModifyListener if object is already running 2005/01/14 10:34:56 mba 1.3.42.3: #i36732#: some adjustments for new listener 2005/01/14 10:13:57 mba 1.3.42.2: #i37642#: stream needs version number to write correct metafile 2005/01/06 16:32:03 mba 1.3.42.1: #i36732#: ModifyListener registered on non-active objects


2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [3e60eac9d36bfefc0064f3cba96ec16da944b8b8]

INTEGRATION: CWS aw025 (1.8.10); FILE MERGED 2005/01/21 18:59:55 aw 1.8.10.1: #i40589#


2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [f3bc128d6bb33aff35dec3ad89c9bfcfde09f9b6]

INTEGRATION: CWS presbeta01 (1.3.10); FILE MERGED 2005/01/22 00:51:02 thb 1.3.10.1: #i36950# Handling push/pop of OutDevState correctly; respect the fact that RenderState's clip is also subject to RenderState transform, thus, when translating an action, have to translate back clip before!


2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [698a90a88b271e6c14291c6659e0775850696dce]

INTEGRATION: CWS presbeta01 (1.3.10); FILE MERGED 2005/01/25 23:22:42 thb 1.3.10.2: #i36950# More text output fixes: basegfx obviously does not prune exactly identical polygons into one, which might lead to errorneously empty clips. Fixed symptomatically by falling back to rect clipping for some common cases. Added handling of StretchText meta action 2005/01/22 00:51:02 thb 1.3.10.1: #i36950# Handling push/pop of OutDevState correctly; respect the fact that RenderState's clip is also subject to RenderState transform, thus, when translating an action, have to translate back clip before!


2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [456ce3683ac2fd5734755c9ed5a1774f3697dfe9]

INTEGRATION: CWS presbeta01 (1.4.2); FILE MERGED 2005/01/25 23:22:41 thb 1.4.2.2: #i36950# More text output fixes: basegfx obviously does not prune exactly identical polygons into one, which might lead to errorneously empty clips. Fixed symptomatically by falling back to rect clipping for some common cases. Added handling of StretchText meta action 2005/01/22 00:51:01 thb 1.4.2.1: #i36950# Handling push/pop of OutDevState correctly; respect the fact that RenderState's clip is also subject to RenderState transform, thus, when translating an action, have to translate back clip before!


2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [3294b589a2dac1c6431b8a05a73fe3d7940feaea]

INTEGRATION: CWS presbeta01 (1.4.10); FILE MERGED 2005/01/25 23:22:41 thb 1.4.10.1: #i36950# More text output fixes: basegfx obviously does not prune exactly identical polygons into one, which might lead to errorneously empty clips. Fixed symptomatically by falling back to rect clipping for some common cases. Added handling of StretchText meta action


2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [35e4c944d5f1466d11d7add04a6a4db7f45fe2d7]

INTEGRATION: CWS os47 (1.8.156); FILE MERGED 2004/12/30 14:37:35 os 1.8.156.1: #i35573# Commit() has to be called after automatically switching on bCTLFontEnabled


2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [aa7accb57d623030910f458a61d5d6ca302e2259]

INTEGRATION: CWS os47 (1.12.220); FILE MERGED 2004/12/30 14:36:07 os 1.12.220.1: #i35573# Commit() has to be called in ::SetAll!


2005-01-28  Vladimir Glazounov  <vg@openoffice.org>  [e7ee7e3e21ac4c76dd8f0033d23f8277d32d9856]

new version for SRC680


2005-01-28  Vladimir Glazounov  <vg@openoffice.org>  [5843b919bbeabb937955bef1426e1331b46e6665]

new version for SRC680


2005-01-27  Vladimir Glazounov  <vg@openoffice.org>  [6e4b03ff5328dfb8281b85bc3847d445e09b094a]

new version for SRC680


2005-01-27  Vladimir Glazounov  <vg@openoffice.org>  [c847c5ec1e8e097150efcdf5c8dcade3bf42ce1c]

new version for SRC680


2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [d1fb36fc0df31f7ebda36f4c1f4550cd8809272f]

INTEGRATION: CWS sj14 (1.9.22); FILE MERGED 2005/01/13 14:59:44 sj 1.9.22.1: #i25876# fixed a mapping problem


2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [d32fcae1f16213ac220939719dcf3dec587c3acc]

INTEGRATION: CWS sj14 (1.5.22); FILE MERGED 2005/01/11 11:11:27 sj 1.5.22.1: #i40320# solved overrun when calculating max pixel size


2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [39df5ec5c29fc10c5a7fd562e0dc4479b5db8643]

INTEGRATION: CWS sj14 (1.10.162); FILE MERGED 2005/01/24 13:31:27 sj 1.10.162.1: #i40455# fixed INT32 definition for 64bit platforms


2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [5bb3bb8c15c976f162eb563671762f78f5476087]

INTEGRATION: CWS sj14 (1.52.36); FILE MERGED 2005/01/11 15:08:06 sj 1.52.36.1: #i40367# no assertion if testing for existing files


2005-01-27  Oliver Bolte  <obo@openoffice.org>  [d1a6c27c896f8ed0b813db0cc7f69c590c83c729]

INTEGRATION: CWS babelfish05 (1.5.6); FILE MERGED 2005/01/24 17:42:38 ihi 1.5.6.2: RESYNC: (1.5-1.7); FILE MERGED 2005/01/18 16:22:02 ihi 1.5.6.1: #i40909# Remove redudant xml-lang attributes from helpcontent2 strings


2005-01-27  Oliver Bolte  <obo@openoffice.org>  [b224414446a7e49ea1cedc1ec6835f8d13f29997]

INTEGRATION: CWS babelfish05 (1.6.6); FILE MERGED 2005/01/24 19:56:40 ihi 1.6.6.5: #i41232# Introduce '-x' switch to localize.pl to prevent sorted localize.sdf files 2005/01/24 17:40:33 ihi 1.6.6.4: RESYNC: (1.6-1.7); FILE MERGED 2005/01/19 17:27:30 ihi 1.6.6.3: #i40982# sym link fix 2005/01/11 14:11:01 ihi 1.6.6.2: #i38824# Replace sdf extract date with a dummy 2005/01/07 15:18:11 ihi 1.6.6.1: #i35469# Language fallback fixed


2005-01-27  Oliver Bolte  <obo@openoffice.org>  [aa12b0a907d0b7ae60bd62368a5ba49f2e5dac12]

INTEGRATION: CWS kso14 (1.5.130); FILE MERGED 2005/01/19 13:05:35 kso 1.5.130.1: #i40398# - No longer uses global osl mutex.


2005-01-27  Oliver Bolte  <obo@openoffice.org>  [9b7bf239b0a0870d4c115d6b8e5a603e206f06d3]

INTEGRATION: CWS pbbeta07 (1.29.68); FILE MERGED 2005/01/18 13:22:53 pb 1.29.68.1: fix: #i39688# static link for open a file added


2005-01-27  Oliver Bolte  <obo@openoffice.org>  [f4c5f9999ec78963edff7cec8a88218c25fab368]

INTEGRATION: CWS pbbeta07 (1.63.24); FILE MERGED 2005/01/18 13:23:43 pb 1.63.24.1: fix: #i39688# open file without assertion and open database sucessfully


2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [ae259a1660919a0364bea72f11132f87829db7ef]

INTEGRATION: CWS cd04 (1.14.48); FILE MERGED 2005/01/17 15:05:03 cd 1.14.48.1: #i40435# Statusbar now also uses the command to find extended help


2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [9fc636c7a0d370a21232d6276aa87cc2db7a4086]

INTEGRATION: CWS cd04 (1.5.62); FILE MERGED 2005/01/14 16:37:48 cd 1.5.62.1: #i37504# Fix wrong implementation of removeItem


2005-01-26  Oliver Bolte  <obo@openoffice.org>  [7beec3445ee645e2fc90aa0c101289e195162e21]

new version for SRC680


2005-01-26  Vladimir Glazounov  <vg@openoffice.org>  [353991490c8cb94bbc9f8374f38991f3d96e6831]

new version for SRC680


2005-01-26  Vladimir Glazounov  <vg@openoffice.org>  [8109c5e60c7fd86641a89e73d03cc2056627f494]

new version for SRC680


2005-01-26  Vladimir Glazounov  <vg@openoffice.org>  [e353e6487257b51efd1481ca1fa6851b853cb1df]

new version for SRC680


2005-01-25  Oliver Bolte  <obo@openoffice.org>  [efe39e277409f8f526d2f58076c1f8cb89ba4900]

INTEGRATION: CWS gcj1 (1.3.10); FILE MERGED 2005/01/06 19:25:59 cmc 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2004/12/02 09:00:19 cmc 1.3.10.1: #i38188# This dir cannot be build with gcj because of sun.awt


2005-01-25  Oliver Bolte  <obo@openoffice.org>  [a120914030b5c0a6b206fa256bc76f110ed25aaa]

INTEGRATION: CWS pbbeta06 (1.63.22); FILE MERGED 2005/01/14 08:58:33 pb 1.63.22.1: fix: #i39688# no preview of newdocs


2005-01-24  Oliver Bolte  <obo@openoffice.org>  [2088d252143020c0660d8f66cf1ec5d8aa1aea5e]

new version for SRC680


2005-01-24  Oliver Bolte  <obo@openoffice.org>  [8a063996c88c8db7117d9161a5b314bf3121e91b]

#i10000# SAL_DLLPRIVATE for ImplDraw method removed


2005-01-24  Vladimir Glazounov  <vg@openoffice.org>  [72aafbf2dcf7b0302381a7dea922980b9c65035b]

new version for SRC680


2005-01-24  Oliver Bolte  <obo@openoffice.org>  [c5c10b039f2b6a17518ecbd4072340cc0bbda47b]

#i10000# css resolved as ::com::sun::star


2005-01-24  Oliver Bolte  <obo@openoffice.org>  [0213b57e555c82c81b11beabd55624e3c04839f2]

new version for SRC680


2005-01-24  Oliver Bolte  <obo@openoffice.org>  [b4dd6f32051874fe4366b48802950a71e82d866b]

new version for SRC680


2005-01-22  Vladimir Glazounov  <vg@openoffice.org>  [ff1c93549850a690cdca1ba190998c84bb1f5ccf]

new version for SRC680


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [172607951d350efd5d2ad63b2617fd3aeb4b6840]

#i10000# empty file


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e366be0c40e5fc19f593608f150da59050cc57ff]

INTEGRATION: CWS impress28 (1.5.14); FILE MERGED 2005/01/06 17:39:01 cl 1.5.14.1: #118965# catch an exception


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [cdd3e6db3df3b145e679e2c5e1ae55c39338d3eb]

INTEGRATION: CWS dba22 (1.2.128); FILE MERGED 2004/12/16 10:10:04 oj 1.2.128.1: #i38906# fix execute, now first call queryDispatch and only return true if we got a dispath


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [efb6d60b1c7492b8f2857c7c3d861bcaeb5892c8]

INTEGRATION: CWS dba22 (1.4.208); FILE MERGED 2004/12/08 14:43:47 fs 1.4.208.1: found during #i36359#: alignment of the calendar field not properly propagated to the sub edit


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [dbb6c04a85962af9603adcb0c86d8fb2ab7eed58]

INTEGRATION: CWS dba22 (1.28.74); FILE MERGED 2004/12/02 16:45:51 fs 1.28.74.1: #i38224# if there's no horizontal scrollbar, but a control area, make the corner window fill the space at the right hand side of the control area


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [5ac7f74e90b193f1be233882eed8d54c184739a7]

INTEGRATION: CWS dba22 (1.32.74); FILE MERGED 2005/01/05 15:04:57 fs 1.32.74.1: #i39929# don't invalidate too generously


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6b625b70340e84288b41a6248d301f21e6b24c16]

INTEGRATION: CWS dba22 (1.2.128); FILE MERGED 2004/12/16 10:10:05 oj 1.2.128.1: #i38906# fix execute, now first call queryDispatch and only return true if we got a dispath


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ecb4fbdc46511cd3016ea0eb0d7eca1a6c22a6c6]

INTEGRATION: CWS dba22 (1.201.8); FILE MERGED 2005/01/20 13:59:33 fs 1.201.8.11: #i10000# post-resync 2005/01/19 15:37:06 fs 1.201.8.10: RESYNC: (1.204-1.205); FILE MERGED 2005/01/07 08:07:13 oj 1.201.8.9: RESYNC: (1.201-1.204); FILE MERGED 2004/12/09 16:08:39 pl 1.201.8.8: #i38376# honor parent as boundary 2004/12/09 15:38:31 pl 1.201.8.7: #i38376# dont accidentally invalidate parent window 2004/12/09 15:04:07 pl 1.201.8.6: #i38376# remove font setting on VDef since done in metafile 2004/12/09 14:50:09 pl 1.201.8.5: #i38376# combobox works 2004/12/09 14:11:12 pl 1.201.8.4: #i38376# more controls work 2004/12/08 14:21:03 pl 1.201.8.3: #i38376# set graphics state on metafile, set mbDevOutput 2004/12/08 12:07:52 pl 1.201.8.2: #i38376# paint border window 2004/12/06 10:17:33 fs 1.201.8.1: #i36007# #i37023# (approved by pl) PaintToDevice: proper font size


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0f9a710a6eef6d9126383f1c54d6d785651be7af]

INTEGRATION: CWS dba22 (1.11.88); FILE MERGED 2005/01/07 08:02:53 oj 1.11.88.2: RESYNC: (1.11-1.12); FILE MERGED 2004/12/09 14:10:13 pl 1.11.88.1: #i38376# adjust ImplDrawColorWallpaper to use drawing methods like other ImplDrawXXXWallpaper


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [aef2b031f077d7736c4bf37ac08fa75b18af2d08]

INTEGRATION: CWS dba22 (1.25.20); FILE MERGED 2004/12/29 11:13:19 fs 1.25.20.1: #i34551# vertical alignment


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [fd3133b25e49b3395d0aa3b37c1df726bdab589e]

INTEGRATION: CWS dba22 (1.68.14); FILE MERGED 2004/12/29 11:11:51 fs 1.68.14.1: #i34551# vertical alignment


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [38dcca6a71007504bda98a36bef35e61e25dcce9]

INTEGRATION: CWS dba22 (1.36.54); FILE MERGED 2005/01/19 17:24:16 fs 1.36.54.2: RESYNC: (1.36-1.37); FILE MERGED 2004/12/29 11:12:26 fs 1.36.54.1: #i34551# convertFastPropertyValue: proper conversion of enum values


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [435bd5688a775dc44c908fc1592e0724bd535588]

INTEGRATION: CWS dba22 (1.31.2); FILE MERGED 2004/12/09 13:46:24 pl 1.31.2.2: #i38376# enable child transparent mode on default window 2004/12/03 12:55:17 fs 1.31.2.1: #i37023# #i36007# ImplGetCompatiblePeer: forward the graphics to the newly created peer


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b23415a2ffe5cb87257463424c5261496a965b3c]

INTEGRATION: CWS dba22 (1.49.20); FILE MERGED 2004/12/29 11:10:57 fs 1.49.20.2: #i34551# vertical alignment 2004/12/03 12:55:39 fs 1.49.20.1: #i37023# #i36007# draw: Use Window::Draw when print/previewing, else PaintToDevice / draw: paint visible controls by updating them, if they should be painted onto their parent


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [bd563cc00e9eada3137b9e33e936b65e1173af55]

INTEGRATION: CWS dba22 (1.20.20); FILE MERGED 2005/01/19 17:23:00 fs 1.20.20.2: RESYNC: (1.20-1.21); FILE MERGED 2004/12/29 11:10:43 fs 1.20.20.1: #i34551# vertical alignment


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [913a5cd91ed05982ee57b42ac4cbb1f2927f9175]

INTEGRATION: CWS impress23 (1.3.4); FILE MERGED 2005/01/07 14:57:36 dbo 1.3.4.1: #i39053# don't redraw sprite if it is hidden


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [5dfaf0d34ed7a170971565960348f6eeec260780]

INTEGRATION: CWS impress23 (1.3.4); FILE MERGED 2005/01/04 12:28:47 thb 1.3.4.1: #i39829# Corrected XGraphicDevice::getSize() behaviour, added createInfiniteSize2D() method to tools


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b7b2d0923f4220f35e583f17a4c684dd0b8704a8]

INTEGRATION: CWS impress23 (1.4.4); FILE MERGED 2005/01/04 12:28:47 thb 1.4.4.1: #i39829# Corrected XGraphicDevice::getSize() behaviour, added createInfiniteSize2D() method to tools


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [875ed83a02560be07cea817c23357d5b6f5f5a20]

INTEGRATION: CWS vcl33 (1.111.8); FILE MERGED 2004/12/06 09:22:42 pl 1.111.8.2: corrected typo: SalFrame -> WinSalFrame 2004/12/03 11:00:03 pl 1.111.8.1: #i19646# set background pixmap on splash screen


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e264509e806fd9ea599db257d66994c52f10e51e]

INTEGRATION: CWS vcl33 (1.88.4); FILE MERGED 2004/12/17 11:30:01 hdu 1.88.4.2: #i38370# better positioning for SimpleWinLayout glyph fallback 2004/12/10 11:33:28 hdu 1.88.4.1: #i38370# the width of dropped glyphs are ignored


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [61022787b50718f1b274210529c63ac49b691d19]

INTEGRATION: CWS vcl33 (1.63.4); FILE MERGED 2004/12/17 11:30:58 hdu 1.63.4.1: #i38370# no boost for matching encoding when WinW API is available


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [71ec6f60d39ba12da86318991b2ba9a843a4d1b2]

INTEGRATION: CWS vcl33 (1.11.88); FILE MERGED 2004/12/03 11:00:03 pl 1.11.88.1: #i19646# set background pixmap on splash screen


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4f62584f1afb16a4ef37ef1d7a6fe48880810ab4]

INTEGRATION: CWS vcl33 (1.184.60); FILE MERGED 2005/01/10 14:44:02 pl 1.184.60.3: RESYNC: (1.185-1.186); FILE MERGED 2004/12/03 15:43:11 pl 1.184.60.2: RESYNC: (1.184-1.185); FILE MERGED 2004/12/03 11:00:01 pl 1.184.60.1: #i19646# set background pixmap on splash screen


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c52552cbf5a52a985144a8b6aa1d5f334ceac0b1]

INTEGRATION: CWS vcl33 (1.10.86); FILE MERGED 2005/01/10 14:43:37 pl 1.10.86.3: RESYNC: (1.11-1.12); FILE MERGED 2004/12/03 15:43:19 pl 1.10.86.2: RESYNC: (1.10-1.11); FILE MERGED 2004/12/02 15:46:18 pl 1.10.86.1: #i38236# gtk plugin for KDE needs workarounds


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [aa87b487597873cde1758db1fdbc2df6dd9b9611]

INTEGRATION: CWS vcl33 (1.30.148); FILE MERGED 2004/12/03 15:42:43 pl 1.30.148.2: RESYNC: (1.30-1.31); FILE MERGED 2004/12/01 14:47:47 pl 1.30.148.1: #i32772# do not try iiimf in Linux case until the remaining iiimf problems are solved


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [31ba1de1bd4d6adebc6c033f3e43272a3d99b437]

INTEGRATION: CWS vcl33 (1.10.8); FILE MERGED 2004/12/03 10:59:59 pl 1.10.8.1: #i19646# set background pixmap on splash screen


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6bf9b4b640ba1b64d27f0a97a4e68b691b243148]

INTEGRATION: CWS vcl33 (1.42.62); FILE MERGED 2004/12/03 10:59:58 pl 1.42.62.1: #i19646# set background pixmap on splash screen


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [2ad438ea4e598cad9276a3c310acd7b737c0025f]

INTEGRATION: CWS vcl33 (1.17.8); FILE MERGED 2005/01/10 14:41:20 pl 1.17.8.2: RESYNC: (1.17-1.18); FILE MERGED 2004/12/03 10:59:57 pl 1.17.8.1: #i19646# set background pixmap on splash screen


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [700c357d3c5b930f5c4076f0adaba56bc52c81a0]

INTEGRATION: CWS vcl33 (1.12.6); FILE MERGED 2005/01/10 14:40:31 pl 1.12.6.2: RESYNC: (1.12-1.13); FILE MERGED 2004/12/07 10:17:55 pl 1.12.6.1: #i33212# let only one thread at any time enter g_main_context_iteration


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e9e19aef38cd59fdaf9999f59147a691d20ed3fd]

INTEGRATION: CWS vcl33 (1.203.4); FILE MERGED 2005/01/10 14:40:08 pl 1.203.4.2: RESYNC: (1.203-1.204); FILE MERGED 2004/12/08 15:04:18 ssa 1.203.4.1: #i38498# send datachanged when toggling NWF


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b84590f4ade64f2f64f0ef9a5feae24aac468447]

INTEGRATION: CWS vcl33 (1.4.270); FILE MERGED 2004/12/03 10:59:57 pl 1.4.270.1: #i19646# set background pixmap on splash screen


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8acb85cc50992bca68b6d8281fd9af4f4bf43672]

INTEGRATION: CWS vcl33 (1.30.142); FILE MERGED 2005/01/10 14:07:01 pl 1.30.142.1: #i39887# #i39885# protect against destruction in Dialog::Execute


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c6f69110320264886b843b47f5460f93498ea52f]

INTEGRATION: CWS vcl33 (1.63.4); FILE MERGED 2004/12/17 11:56:31 hdu 1.63.4.1: #i38370# convert glyph fallback merging to run fallback merging in order to enable correct justification


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [2c790683fcdbf595fe4dfc6fe6d07d2a7c71fccd]

INTEGRATION: CWS vcl33 (1.75.4); FILE MERGED 2004/12/10 13:57:43 pl 1.75.4.1: #i36901# if all else fails fall back to symbol encoded; patch by cmc


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [a4ec479664788d9b32e520a23bb0658741c63d48]

INTEGRATION: CWS vcl33 (1.188.4); FILE MERGED 2004/12/09 16:38:32 hdu 1.188.4.1: #i38750# better glyph fallback candidates for CJK


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [184c92fdc47ca05c7b919d6c78c1f2d42ec5444b]

INTEGRATION: CWS vcl33 (1.31.4); FILE MERGED 2005/01/10 14:35:58 pl 1.31.4.2: RESYNC: (1.31-1.32); FILE MERGED 2004/12/08 15:03:37 ssa 1.31.4.1: #i38498# allow parent overwrite (clipmode) only for native pushbuttons


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ab3694834b2bcf559315888420e94b9e24f1d592]

INTEGRATION: CWS vcl33 (1.52.4); FILE MERGED 2004/12/17 12:03:06 pl 1.52.4.3: RESYNC: (1.53-1.54); FILE MERGED 2004/12/03 15:39:36 pl 1.52.4.2: RESYNC: (1.52-1.53); FILE MERGED 2004/12/01 16:45:45 pl 1.52.4.1: #i37317# do not always assume that FontSpecific type1 fonts are symbol fonts


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8e25f006c2e3236c488c18a2f3412a6d87e998e7]

INTEGRATION: CWS sysui03 (1.2.14); FILE MERGED 2005/01/04 11:02:43 as 1.2.14.1: #i38193# change mime type for drawing formats


2005-01-21  Kurt Zenker  <kz@openoffice.org>  [453b3548dbc808c179e25a70b7dc8507f2759061]

INTEGRATION: CWS fwkperf01 (1.116.18); FILE MERGED 2005/01/12 15:35:03 cd 1.116.18.1: #i37617# Prevent strange effects when the closer is set on a menu bar


2005-01-19  Vladimir Glazounov  <vg@openoffice.org>  [40eeabb322071d247b557799f2ba278d79f72356]

new version for SRC680


2005-01-19  Vladimir Glazounov  <vg@openoffice.org>  [29449cfc79abda3d7ec8800f85d2c48dcbeb453f]

new version for SRC680


2005-01-18  Vladimir Glazounov  <vg@openoffice.org>  [185a7e921defbb53dc975947099c3d883226225c]

new version for SRC680


2005-01-18  Vladimir Glazounov  <vg@openoffice.org>  [df52c6e162470dd91d1093eb83ca4acfa4593427]

new version for SRC680


2005-01-18  Kurt Zenker  <kz@openoffice.org>  [afa7e1b8c61d43d90710ff4668f708aa6304d3bf]

INTEGRATION: CWS systemboost (1.18.124); FILE MERGED 2005/01/14 08:49:32 cmc 1.18.124.1: #i36983# optional build with system-boost


2005-01-18  Kurt Zenker  <kz@openoffice.org>  [c27d8d1f05d32687b5e89f41f55630701a6cc18f]

INTEGRATION: CWS fwkbugfix04 (1.26.6); FILE MERGED 2005/01/06 17:28:49 mba 1.26.6.2: RESYNC: (1.26-1.27); FILE MERGED 2004/12/02 13:32:46 sb 1.26.6.1: #i28737# No longer support FSYS_MAC in FSYS_DETECT (a Unix filename a:b:c will no longer be confused for a hierarchical pathname).


2005-01-18  Kurt Zenker  <kz@openoffice.org>  [752402096e0280aa53061d6e2352fa191fc4b7d2]

INTEGRATION: CWS fwkbugfix04 (1.2.142); FILE MERGED 2004/12/20 14:00:20 as 1.2.142.1: #i39336# remove namespace alias


2005-01-18  Kurt Zenker  <kz@openoffice.org>  [cde870db31cbb049d660e430b4bdcf5c57ecd2aa]

INTEGRATION: CWS mav14 (1.1.2); FILE ADDED 2004/11/23 12:11:22 mav 1.1.2.1: #i37646# allow to use oasis format with ole server


2005-01-18  Kurt Zenker  <kz@openoffice.org>  [ff07f4c91a84ca4541a880d08f1a417f63fc9023]

INTEGRATION: CWS pj16 (1.12.40); FILE MERGED 2005/01/09 17:03:17 pjanik 1.12.40.1: #i40229#: Use soname for dlopening libGL.

From Rene Engelhard.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [186077e781c6089627be101d49e2dfd1d22b1de0]

INTEGRATION: CWS mav14 (1.2.16); FILE MERGED 2004/12/09 13:23:04 mav 1.2.16.1: #i33996# allow to get ClassID from the storage


2005-01-18  Kurt Zenker  <kz@openoffice.org>  [ccc4dba333a6eabe454d311c3e354252ddd7d6bf]

INTEGRATION: CWS mav14 (1.10.24); FILE MERGED 2004/11/23 12:11:38 mav 1.10.24.1: #i37646# allow to use oasis format with ole server


2005-01-18  Kurt Zenker  <kz@openoffice.org>  [0800e4858ad0d1972e8036314394d2ebd77c3fff]

INTEGRATION: CWS pj16 (1.5.8); FILE MERGED 2005/01/09 16:42:00 pjanik 1.5.8.1: #i40184#: FreeBSD doesn't have alloca.h.


2005-01-18  Kurt Zenker  <kz@openoffice.org>  [60a03f332ed738a3f40fac46a0faf664c90e8e2b]

INTEGRATION: CWS mav14 (1.2.116); FILE MERGED 2005/01/04 16:57:16 mav 1.2.116.3: #100000# resync problems 2004/12/09 18:46:13 mav 1.2.116.2: RESYNC: (1.2-1.3); FILE MERGED 2004/11/25 13:01:29 mav 1.2.116.1: #i37831# some static helper methods


2005-01-18  Kurt Zenker  <kz@openoffice.org>  [a3a14359585f29b9fc3230fdb036803fbcf187cf]

INTEGRATION: CWS res32bit2 (1.35.16); FILE MERGED 2005/01/17 16:38:23 pl 1.35.16.1: #i40403# make SetResMgr hack for ofa resource work again


2005-01-17  Kurt Zenker  <kz@openoffice.org>  [29440df06cb1787e50f987a2bed64dd972c966eb]

#i10000# back to r1.50 (dv)


2005-01-14  Vladimir Glazounov  <vg@openoffice.org>  [22778680844f9c1baef7115c271950a02f033cf6]

new version for SRC680


2005-01-14  Vladimir Glazounov  <vg@openoffice.org>  [38f9daaf20a413c58eb635cfe277e008ae6943b4]

new version for SRC680


2005-01-14  Vladimir Glazounov  <vg@openoffice.org>  [47361eb744fe19c4dcf8451f3518fefe80f2f8a0]

new version for SRC680


2005-01-14  Vladimir Glazounov  <vg@openoffice.org>  [effbf21a9f3153c021180589e29b982f360bf2df]

new version for SRC680


2005-01-14  Vladimir Glazounov  <vg@openoffice.org>  [167d9e52da10317d115a2dc9a372b1bcdbb08660]

new version for SRC680


2005-01-14  Kurt Zenker  <kz@openoffice.org>  [125cff869663e059daf11bf2f2294caadb9465de]

INTEGRATION: CWS ause015 (1.6.144); FILE MERGED 2005/01/14 10:32:44 hjs 1.6.144.1: #i40594# no slashes in compiler switches


2005-01-14  Kurt Zenker  <kz@openoffice.org>  [73e90dc53c2b0416988272d1891a6cba3671c483]

INTEGRATION: CWS ause015 (1.10.2); FILE MERGED 2005/01/14 10:32:44 hjs 1.10.2.1: #i40594# no slashes in compiler switches


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [8f0fb11dedcacca53eda4e8054dc99c159c8220a]

INTEGRATION: CWS babelfish (1.3.4); FILE MERGED 2004/12/16 19:57:12 ihi 1.3.4.1: Usage message updated


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [e5a127d9f1921458b13b60b5a2f4cad225e6268d]

INTEGRATION: CWS babelfish (1.4.4); FILE MERGED 2004/12/21 14:21:55 ihi 1.4.4.6: Write plattform dependend line ends 2004/12/17 20:08:47 ihi 1.4.4.5: Remove destination file before move 2004/12/17 18:33:41 ihi 1.4.4.4: #i35278# Strip comments 2004/12/01 18:18:22 ihi 1.4.4.3: RESYNC: (1.4-1.5); FILE MERGED 2004/12/01 17:42:05 ihi 1.4.4.2: msg cosmetic 2004/11/19 20:16:47 ihi 1.4.4.1: #i36953# dmake helpex multiprocessing


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [8b386375f63fb2265349dde5ea746aa3a1dd8125]

INTEGRATION: CWS babelfish (1.9.4); FILE MERGED 2004/12/16 19:57:12 ihi 1.9.4.1: Usage message updated


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [e72c3b2807d1b2135db50694695ad2926885eab8]

INTEGRATION: CWS babelfish (1.16.14); FILE MERGED 2004/12/11 01:19:55 ihi 1.16.14.3: RESYNC: (1.17-1.18); FILE MERGED 2004/12/01 18:18:44 ihi 1.16.14.2: RESYNC: (1.16-1.17); FILE MERGED 2004/12/01 17:41:32 ihi 1.16.14.1: Stop noisy output


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [f4fe10f987ce840883c6d752b04b637f42e218fd]

INTEGRATION: CWS babelfish (1.36.2); FILE MERGED 2004/12/22 16:24:17 ihi 1.36.2.3: #i39414# hrc file localized 2004/12/16 19:57:12 ihi 1.36.2.2: Usage message updated 2004/12/14 19:03:34 ihi 1.36.2.1: #i38843# About title is localized


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [ce35648d4850a3ca5e53554ceac453319565dfdc]

INTEGRATION: CWS babelfish (1.11.30); FILE MERGED 2004/12/16 19:57:12 ihi 1.11.30.1: Usage message updated


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [836e613049fbf6bbecf996e0b83ace69813fe8eb]

INTEGRATION: CWS babelfish (1.3.4); FILE MERGED 2004/12/01 18:18:05 ihi 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2004/11/19 20:16:46 ihi 1.3.4.1: #i36953# dmake helpex multiprocessing


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [c08da0723d68dcfc993349ae28a7c9f4f50175d2]

INTEGRATION: CWS babelfish (1.3.4); FILE MERGED 2004/12/16 19:57:11 ihi 1.3.4.1: Usage message updated


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [8bea3a8a9700e8cbcf44b1feeb3c288186116d1a]

INTEGRATION: CWS babelfish (1.28.2); FILE MERGED 2004/12/17 15:01:32 ihi 1.28.2.2: Decode temp file URL 2004/12/15 18:03:41 ihi 1.28.2.1: #i38258# Set unix temp file permission to 644 for l10n tooling


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [29cd5ea1023d200717d092393797763fb0174245]

INTEGRATION: CWS babelfish (1.43.2); FILE MERGED 2004/12/08 18:24:30 ihi 1.43.2.1: #i38677# Don't merge untranslatable Text


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [af9846346582fd4cb574520ca103431b5a8ca9b2]

INTEGRATION: CWS babelfish (1.11.4); FILE MERGED 2004/12/16 19:57:11 ihi 1.11.4.1: Usage message updated


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [115f5fd86774bf76903ebb87273cf344674cd111]

INTEGRATION: CWS babelfish (1.5.2); FILE MERGED 2004/12/23 17:57:40 ihi 1.5.2.9: #i39170# Missing quote 2004/12/21 15:31:36 ihi 1.5.2.8: Missing $ quote 2004/12/16 17:50:03 ihi 1.5.2.7: #i39170# Write legal header / ERROR -> WARNING / Remove 0 Byte gsicheck error files 2004/12/11 01:19:47 ihi 1.5.2.6: RESYNC: (1.5-1.6); FILE MERGED 2004/12/09 18:02:17 ihi 1.5.2.5: Typo 2004/12/09 17:55:37 ihi 1.5.2.4: Typo 2004/12/09 17:44:07 ihi 1.5.2.3: #i38684# 4nt / cygwin patch 2004/12/08 17:26:01 ihi 1.5.2.2: Usage cosmetic 2004/12/07 17:31:29 ihi 1.5.2.1: #i35470# Add gsicheck usage to prevent merging


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [2815835fd1814b4c8bae65acbca77176c8edc72c]

INTEGRATION: CWS babelfish (1.3.8); FILE MERGED 2004/12/01 18:17:24 ihi 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2004/11/19 20:17:23 ihi 1.3.8.1: #i36953# dmake helpex multiprocessing


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [98de0445b6c1bccae18a004d9d9a6b5dbcb83fa8]

INTEGRATION: CWS vclcompact (1.53.80); FILE MERGED 2004/12/14 16:32:35 ssa 1.53.80.2: hide Window members (pImpl) 2004/12/03 10:22:52 dv 1.53.80.1: #i37763# Moved all ResMgr functions to tools


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [2d486e916bc6db804ac8d6cd7377dc7e1990ad7e]

INTEGRATION: CWS vclcompact (1.110.80); FILE MERGED 2004/12/16 15:08:37 ssa 1.110.80.2: RESYNC: (1.110-1.111); FILE MERGED 2004/12/14 16:32:43 ssa 1.110.80.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [3b4379c31c875988a18d947bb4a9f61480f403d9]

INTEGRATION: CWS vclcompact (1.7.168); FILE MERGED 2004/11/29 11:09:32 dv 1.7.168.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [7abbfb79cbf20d40a22515f3a96bce8d6dbe153d]

INTEGRATION: CWS vclcompact (1.6.82); FILE MERGED 2004/11/29 11:09:31 dv 1.6.82.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [cb4b68ea49874835ef080a8dced35f3f13cf64fa]

INTEGRATION: CWS vclcompact (1.7.168); FILE MERGED 2004/11/29 10:07:57 dv 1.7.168.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [3203cc4468ea060ac602d9f921e101bf72e0f36d]

INTEGRATION: CWS vclcompact (1.4.296); FILE MERGED 2004/11/29 11:09:31 dv 1.4.296.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [0447f8242e93fe14273ba3f809384f8eaa5d25a2]

INTEGRATION: CWS vclcompact (1.1.2); FILE ADDED 2004/11/29 11:52:40 dv 1.1.2.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [0419307e4ea4f3e0ae2ec2b2d4ac1b1b038233e3]

INTEGRATION: CWS vclcompact (1.63.12); FILE MERGED 2004/12/17 15:00:13 dv 1.63.12.4: Don't use def files any longer (Windows) 2004/12/15 10:16:32 ssa 1.63.12.3: do not filter MenuFloatingWindow to be able to export IsMenuFloatingWindow method 2004/12/06 10:00:36 dv 1.63.12.2: #i37763# Cleaned up filterlist a little bit 2004/11/29 11:09:19 dv 1.63.12.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [d57882bb9dd7908dbe982c0e35fc915de27d201b]

INTEGRATION: CWS vclcompact (1.5.168); FILE MERGED 2004/11/29 10:07:41 dv 1.5.168.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [38ed89d6bfb3410b005f011fdb63b40479c8eb61]

INTEGRATION: CWS vclcompact (1.3.28); FILE MERGED 2004/11/29 10:07:40 dv 1.3.28.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [26ed588d8fb695f5b6ae08f19b0a5a332603cabf]

INTEGRATION: CWS vclcompact (1.26.82); FILE MERGED 2004/12/16 15:05:56 ssa 1.26.82.2: RESYNC: (1.26-1.27); FILE MERGED 2004/12/16 13:38:41 pl 1.26.82.1: timeout in YieldGraphicsExpose for safety reasons


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [2e1dd0be06ff260ceba383b9e2998f7c7306085e]

INTEGRATION: CWS vclcompact (1.13.166); FILE MERGED 2004/11/29 10:07:40 dv 1.13.166.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [b76e6105922d693284b4dee731826516c9de0528]

INTEGRATION: CWS vclcompact (1.23.12); FILE MERGED 2004/12/16 15:05:36 ssa 1.23.12.2: RESYNC: (1.23-1.24); FILE MERGED 2004/12/03 10:25:09 dv 1.23.12.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [be019a18d13ae673af04f5b54cef5522335eb1b2]

INTEGRATION: CWS vclcompact (1.17.12); FILE MERGED 2004/11/29 10:07:39 dv 1.17.12.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [670979085ad47b35d470b42afbf33f7cd9b00d35]

INTEGRATION: CWS vclcompact (1.2.82); FILE MERGED 2004/11/29 10:07:39 dv 1.2.82.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [65034543cedc3debacdc85a42d4f2051b1e57f50]

INTEGRATION: CWS vclcompact (1.2.82); FILE MERGED 2004/12/03 10:25:09 dv 1.2.82.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [2dc2a238e385f5eabb793381ef92756d96d6484d]

INTEGRATION: CWS vclcompact (1.3.222); FILE MERGED 2004/11/30 15:05:04 dv 1.3.222.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [b72de06b6ce2f787d1363348935ead14a1def41f]

INTEGRATION: CWS vclcompact (1.8.162); FILE MERGED 2004/12/16 15:04:27 ssa 1.8.162.2: RESYNC: (1.8-1.9); FILE MERGED 2004/11/30 15:05:04 dv 1.8.162.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [7db91c0bdc7049c5cded30ef632b22b71d27caf5]

INTEGRATION: CWS vclcompact (1.29.120); FILE MERGED 2004/12/16 15:04:14 ssa 1.29.120.2: RESYNC: (1.29-1.30); FILE MERGED 2004/11/30 15:05:04 dv 1.29.120.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [fbd190cb60a4d6cfba1651999bea74abd3ae7f51]

INTEGRATION: CWS vclcompact (1.25.12); FILE MERGED 2004/11/30 15:05:04 dv 1.25.12.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [d4171ee0241f5b7e888a8e7d929e00dba07ca791]

INTEGRATION: CWS vclcompact (1.10.80); FILE MERGED 2004/11/30 15:05:04 dv 1.10.80.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [491e13d2ac6637df7c1dc23de7f8354fb662abac]

INTEGRATION: CWS vclcompact (1.3.140); FILE MERGED 2004/11/30 15:05:03 dv 1.3.140.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [d525d38a886ab84dc831fca396fdf5724e40000a]

INTEGRATION: CWS vclcompact (1.6.56); FILE MERGED 2004/11/30 15:05:03 dv 1.6.56.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [7bbfd1467cadf78ecd94e37edb4bf0d823ef4222]

INTEGRATION: CWS vclcompact (1.1.1.1.698); FILE MERGED 2004/11/30 15:05:03 dv 1.1.1.1.698.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [358e2c53b30a224e998270be943148cd7c02630d]

INTEGRATION: CWS vclcompact (1.5.80); FILE MERGED 2004/11/29 10:07:38 dv 1.5.80.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [0f6c69815a579d995895235561a2153d34a1da69]

INTEGRATION: CWS vclcompact (1.3.80); FILE MERGED 2004/11/29 10:07:38 dv 1.3.80.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [4aad6c540d070617ce6b53f4d6a773c89aa8dda5]

INTEGRATION: CWS vclcompact (1.5.80); FILE MERGED 2004/11/29 10:07:37 dv 1.5.80.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [70dfd13a8639fb14d337957cda3be2ca6766b7ef]

INTEGRATION: CWS vclcompact (1.5.158); FILE MERGED 2004/12/16 15:03:42 ssa 1.5.158.2: RESYNC: (1.5-1.6); FILE MERGED 2004/12/03 10:25:08 dv 1.5.158.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [e99df26a3cf74bd54d6c6de2ee5524a27cd1d815]

INTEGRATION: CWS vclcompact (1.11.140); FILE MERGED 2004/12/14 16:32:43 ssa 1.11.140.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [eea29b03f138d7088836dacab27107021166e970]

INTEGRATION: CWS vclcompact (1.94.12); FILE MERGED 2004/12/14 16:32:43 ssa 1.94.12.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [72faebe41f67fea005566c2053693dc55c89113e]

INTEGRATION: CWS vclcompact (1.2.168); FILE MERGED 2004/12/16 15:03:12 ssa 1.2.168.2: RESYNC: (1.2-1.3); FILE MERGED 2004/12/06 09:59:07 dv 1.2.168.1: #i37763# dtor of WaitObject not inline any longer


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [611319cf80f4cd349997f5846ca747d152c3bfff]

INTEGRATION: CWS vclcompact (1.14.82); FILE MERGED 2004/12/15 10:07:59 ssa 1.14.82.4: correct typo 2004/12/15 08:55:10 ssa 1.14.82.3: hide Window members (pImpl) 2004/12/15 08:45:17 ssa 1.14.82.2: hide Window members (pImpl) 2004/12/14 16:32:42 ssa 1.14.82.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [5a5a2458f44cbce02493652ee6b2bb699bc2f920]

INTEGRATION: CWS vclcompact (1.200.50); FILE MERGED 2004/12/16 18:18:38 ssa 1.200.50.3: pImpl changes 2004/12/16 15:03:02 ssa 1.200.50.2: RESYNC: (1.200-1.203); FILE MERGED 2004/12/14 16:32:42 ssa 1.200.50.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [447688ee5a40efbffad135b9fd7aea37a4e8218c]

INTEGRATION: CWS vclcompact (1.78.10); FILE MERGED 2004/12/16 15:02:29 ssa 1.78.10.2: RESYNC: (1.78-1.81); FILE MERGED 2004/12/14 16:32:41 ssa 1.78.10.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [eff0530c3693f9dcf0e970266b13b66302ffcde3]

INTEGRATION: CWS vclcompact (1.38.28); FILE MERGED 2004/12/16 15:02:14 ssa 1.38.28.2: RESYNC: (1.38-1.39); FILE MERGED 2004/12/14 16:32:41 ssa 1.38.28.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [5bec4949318cc8a4a96a528f768bafdf6ee1c36b]

INTEGRATION: CWS vclcompact (1.3.260); FILE MERGED 2004/12/14 16:32:41 ssa 1.3.260.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [f3bf52a47159f936ccd97c16b420a7de3d58c2b6]

INTEGRATION: CWS vclcompact (1.13.28); FILE MERGED 2004/12/14 16:32:41 ssa 1.13.28.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [97ae2f7f8ada04f3f11a542ba6fd1664e3c24653]

INTEGRATION: CWS presperf01 (1.3.2); FILE MERGED 2005/01/07 18:29:32 thb 1.3.2.2: #i36093# Moving gradient to position of polygon, as texture space is only relative to shape coordinate system, not bounds 2004/12/17 22:41:22 thb 1.3.2.1: #i36093# Finished implementation of native gradients


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [d903469ce7f737564c053ea8005b7d79396916eb]

INTEGRATION: CWS vclcompact (1.14.20); FILE MERGED 2004/12/14 16:32:41 ssa 1.14.20.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [8b22a8b6f2d34a6bfe1eb8b79e1e9f67a7056f8d]

INTEGRATION: CWS vclcompact (1.112.10); FILE MERGED 2004/12/16 18:18:33 ssa 1.112.10.3: pImpl changes 2004/12/16 15:00:21 ssa 1.112.10.2: RESYNC: (1.112-1.114); FILE MERGED 2004/12/14 16:32:40 ssa 1.112.10.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [a5fb03a676688d67a3ca52a60830e2ec3d649212]

INTEGRATION: CWS vclcompact (1.15.88); FILE MERGED 2004/12/16 15:01:47 ssa 1.15.88.2: RESYNC: (1.15-1.17); FILE MERGED 2004/11/29 10:07:22 dv 1.15.88.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [7d438274dcb93dd53bc37c7c9110a071b029dc43]

INTEGRATION: CWS vclcompact (1.29.82); FILE MERGED 2004/12/14 16:32:40 ssa 1.29.82.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [a87427ec55e1b6405cba83034f486219aa5d8091]

INTEGRATION: CWS vclcompact (1.17.82); FILE MERGED 2004/12/16 15:01:37 ssa 1.17.82.2: RESYNC: (1.17-1.18); FILE MERGED 2004/12/14 16:32:40 ssa 1.17.82.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [04394090d43c82ec233a97e4bc2132768676436d]

INTEGRATION: CWS vclcompact (1.4.82); FILE MERGED 2004/12/16 15:01:27 ssa 1.4.82.2: RESYNC: (1.4-1.7); FILE MERGED 2004/12/14 16:32:40 ssa 1.4.82.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [86800caa1b902db7e524e57832fd8abe96aac4d6]

INTEGRATION: CWS vclcompact (1.16.82); FILE MERGED 2004/12/14 16:32:39 ssa 1.16.82.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [735a1372dbf2ea3786d9dc34e2e02bfe31d28449]

INTEGRATION: CWS vclcompact (1.30.134); FILE MERGED 2004/12/14 16:32:39 ssa 1.30.134.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [fb40d2c1c33b868dfc41307899e8f8e9846b63b9]

INTEGRATION: CWS vclcompact (1.7.262); FILE MERGED 2004/12/14 16:32:39 ssa 1.7.262.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [7ddd1ee296507a94465d9985cfae277ffcb1e45d]

INTEGRATION: CWS vclcompact (1.16.54); FILE MERGED 2004/12/16 15:00:48 ssa 1.16.54.2: RESYNC: (1.16-1.19); FILE MERGED 2004/12/14 16:32:39 ssa 1.16.54.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [1c52a59f00d831078ae6c125179eee803dc78db9]

INTEGRATION: CWS vclcompact (1.14.80); FILE MERGED 2004/11/29 10:07:22 dv 1.14.80.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [6807f2a38debc024b6340e8c388dead66c9d375a]

INTEGRATION: CWS vclcompact (1.8.82); FILE MERGED 2004/11/29 10:07:22 dv 1.8.82.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [adb6594cb9f55d7b2109dc92c1317ea6aff5657b]

INTEGRATION: CWS presperf01 (1.1.2); FILE ADDED 2004/12/17 22:35:32 thb 1.1.2.1: #i36093# Initial revision


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [e9efca0342377d887e571dd4784dcfb301ae8db2]

INTEGRATION: CWS vclcompact (1.13.262); FILE MERGED 2004/12/16 14:51:44 ssa 1.13.262.2: RESYNC: (1.13-1.14); FILE MERGED 2004/12/14 16:32:38 ssa 1.13.262.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [52edaf307afc916d33788f6248bf4c7669df206e]

INTEGRATION: CWS presperf01 (1.1.40); FILE MERGED 2004/12/17 22:37:36 thb 1.1.40.1: #i36093# Added createPolygonFromEllipse(), mapped createPolygonFromCircle to that. Added some more files in source/tools


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [b09c87a9055325b66b2eaf7f34abef505478a38f]

INTEGRATION: CWS vclcompact (1.186.12); FILE MERGED 2004/12/16 14:51:14 ssa 1.186.12.2: RESYNC: (1.186-1.188); FILE MERGED 2004/12/14 16:32:38 ssa 1.186.12.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [6bf56b2f342dfe110283c9f54b4acc107305da2e]

INTEGRATION: CWS presperf01 (1.1.2); FILE ADDED 2004/12/17 22:35:22 thb 1.1.2.1: #i36093# Initial revision


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [430c0d746052bbcd760c34d04d13b32b9b20e1fb]

INTEGRATION: CWS vclcompact (1.24.82); FILE MERGED 2004/12/16 14:51:02 ssa 1.24.82.2: RESYNC: (1.24-1.25); FILE MERGED 2004/12/14 16:32:37 ssa 1.24.82.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [543f051175d908cc0fd646c68e63aad66a950bb1]

INTEGRATION: CWS presperf01 (1.15.2); FILE MERGED 2004/12/17 22:37:35 thb 1.15.2.1: #i36093# Added createPolygonFromEllipse(), mapped createPolygonFromCircle to that. Added some more files in source/tools


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [1551133a822c0d46bc8f9a4117d4d97de8a9469e]

INTEGRATION: CWS vclcompact (1.31.18); FILE MERGED 2004/12/14 16:32:37 ssa 1.31.18.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [bed3d0b518f3ae7b656d133086dbccb420efe84a]

INTEGRATION: CWS presperf01 (1.21.2); FILE MERGED 2004/12/17 22:37:35 thb 1.21.2.1: #i36093# Added createPolygonFromEllipse(), mapped createPolygonFromCircle to that. Added some more files in source/tools


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [ed64e381367f6dfe62fcc9db27c5516d712506da]

INTEGRATION: CWS vclcompact (1.8.262); FILE MERGED 2004/12/14 16:32:37 ssa 1.8.262.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [dccfc7202705d7034afadd6806fd916695051c33]

INTEGRATION: CWS presperf01 (1.1.2); FILE ADDED 2004/12/17 22:34:51 thb 1.1.2.1: #i36093# Initial revision


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [3b691c55ceec893a3cde4b59f6d8199d472ab8a6]

INTEGRATION: CWS vclcompact (1.18.82); FILE MERGED 2004/11/29 10:07:21 dv 1.18.82.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [68ed7b3ee7dc8cd42a89ade17583b1798c1d51f2]

INTEGRATION: CWS presperf01 (1.13.2); FILE MERGED 2004/12/17 22:37:34 thb 1.13.2.1: #i36093# Added createPolygonFromEllipse(), mapped createPolygonFromCircle to that. Added some more files in source/tools


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [54b0f21e6403433a0f88790f0d79bd9f9665f10d]

INTEGRATION: CWS vclcompact (1.4.140); FILE MERGED 2004/11/29 10:07:21 dv 1.4.140.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [62f99f74c7b8bb3020afb1b130466d3a22e1f168]

INTEGRATION: CWS vclcompact (1.6.262); FILE MERGED 2004/11/29 10:07:20 dv 1.6.262.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [cffec08f5ab11c449d7e96ad2863276fb011eaf3]

INTEGRATION: CWS vclcompact (1.17.42); FILE MERGED 2004/12/14 16:32:36 ssa 1.17.42.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [21bb8210b067cad4ab2acafd07fc73e32f501404]

INTEGRATION: CWS vclcompact (1.30.38); FILE MERGED 2004/12/16 14:49:34 ssa 1.30.38.2: RESYNC: (1.30-1.31); FILE MERGED 2004/12/14 16:32:36 ssa 1.30.38.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [878567a0b6f1205f97a79e11b1ce56ca89b84965]

INTEGRATION: CWS vclcompact (1.49.162); FILE MERGED 2004/12/03 10:22:52 dv 1.49.162.1: #i37763# Moved all ResMgr functions to tools


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [2ace2469bd709bfeebb2c9a561d072b332a07d51]

INTEGRATION: CWS presperf01 (1.2.2); FILE MERGED 2004/12/17 22:40:01 thb 1.2.2.1: #i36093# Finished implementation of native gradients


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [76fd7cd53f8b701684921b22965413025d2ce3a9]

INTEGRATION: CWS vclcompact (1.35.134); FILE MERGED 2004/12/14 16:32:36 ssa 1.35.134.1: hide Window members (pImpl)


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [0b705af9ebff2d58f26af5b2988c50b3261e72f1]

INTEGRATION: CWS vclcompact (1.14.82); FILE MERGED 2004/11/29 10:07:20 dv 1.14.82.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [965809c95f5b66526a0176cc046f15ecbd99eb89]

INTEGRATION: CWS vclcompact (1.42.80); FILE MERGED 2004/12/16 14:49:24 ssa 1.42.80.2: RESYNC: (1.42-1.43); FILE MERGED 2004/11/29 10:06:08 dv 1.42.80.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [afcd5300630dc09ca1caae62b45a476244d9685d]

INTEGRATION: CWS vclcompact (1.7.262); FILE MERGED 2004/11/29 10:07:08 dv 1.7.262.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [617c90ab6798f48ad8acf38d436e059c0dff4682]

INTEGRATION: CWS vclcompact (1.8.262); FILE MERGED 2004/11/29 10:07:07 dv 1.8.262.1: #i37763# Reduce vcl exports


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [262b64586b5a914a1f3c3e13ea99838282abeb1e]

INTEGRATION: CWS tbe16 (1.7.6); FILE MERGED 2005/01/11 16:16:39 tbe 1.7.6.1: #i40393# header bar borders in Basic IDE watch window are not drawn


2005-01-13  Kurt Zenker  <kz@openoffice.org>  [f29041b934e4b961d1f032039aca7a63928c40c2]

INTEGRATION: CWS vclcompact (1.10.662); FILE MERGED 2004/11/29 10:07:07 dv 1.10.662.1: #i37763# Reduce vcl exports


2005-01-11  Vladimir Glazounov  <vg@openoffice.org>  [1cede6196f5d0faf988209e458dd02426a0d7abf]

new version for SRC680


2005-01-11  Vladimir Glazounov  <vg@openoffice.org>  [9955d0104ab4bf86276cdc39381e276f8c4d5718]

new version for SRC680


2005-01-11  Vladimir Glazounov  <vg@openoffice.org>  [dd7fd098f87e264fc9ccc23d6e568afd357f3215]

new version for SRC680


2005-01-11  Vladimir Glazounov  <vg@openoffice.org>  [716bb97e3c21865cc93ce1efda9b802551a591f4]

new version for SRC680


2005-01-11  Vladimir Glazounov  <vg@openoffice.org>  [cfbc04e0a22555d2a1835be3b6f1aa83e8fe4586]

new version for SRC680


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [389bd979f002169286d00ea413b22b86e355c64d]

#i10000# Empty export list.


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [4d0bb2a517d3dbfa995194b94eb9adfaaac13200]

#i10000#, #i37077#: Empty export list.


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [73599024c812d438bdef14aa81fd95f0e63a2b98]

INTEGRATION: CWS sb25 (1.1.2); FILE ADDED 2004/11/25 18:12:36 mt 1.1.2.1: #i37760# Less exports...


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [993832f1da79adbe2014c00a1ccd23aa9e3801aa]

INTEGRATION: CWS sb25 (1.15.68); FILE MERGED 2004/12/17 14:05:01 sb 1.15.68.3: #i37077# Fixes for WNT. 2004/12/10 11:03:02 sb 1.15.68.2: #i37760# Cleaned up. 2004/11/25 18:14:45 mt 1.15.68.1: #i37760# Less exports...


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [f93677bd568ed8b7e3ffb1d721f381026acf35bc]

INTEGRATION: CWS sb25 (1.22.66); FILE MERGED 2004/12/10 11:03:44 sb 1.22.66.1: #i37760# Missing TOOLKIT_DLLPUBLIC.


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [7a79c3c418de5968f7af2afe287e14541b5b5760]

INTEGRATION: CWS sb25 (1.10.66); FILE MERGED 2004/12/09 14:16:57 sb 1.10.66.1: #i37760# Added missing TOOLKIT_DLLPUBLIC.


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [610b181b16baed6ba4acd578dce955e4cd6b6492]

INTEGRATION: CWS sb25 (1.7.52); FILE MERGED 2004/11/25 18:14:45 mt 1.7.52.1: #i37760# Less exports...


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [2e6239366f071817dd7307b5660436096355752e]

INTEGRATION: CWS sb25 (1.10.66); FILE MERGED 2004/11/25 18:14:45 mt 1.10.66.1: #i37760# Less exports...


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [6cbcd762d891392da584dd5ad6ee87436989d699]

INTEGRATION: CWS sb25 (1.39.4); FILE MERGED 2004/12/10 11:04:50 sb 1.39.4.1: #i37760# Avoid potential premature destruction of pNewComp.


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [12f4e5042f2a1251efc09ccb89823d379febb3e1]

INTEGRATION: CWS sb25 (1.26.114); FILE MERGED 2004/11/25 18:14:44 mt 1.26.114.1: #i37760# Less exports...


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [0f178a985e8545495566318f41240abc2a52f1c4]

INTEGRATION: CWS sb25 (1.19.52); FILE MERGED 2004/11/25 18:14:44 mt 1.19.52.1: #i37760# Less exports...


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [e72bb611b8833e194906482ccd401b715bee628e]

INTEGRATION: CWS sb25 (1.4.26); FILE MERGED 2004/11/25 18:14:43 mt 1.4.26.1: #i37760# Less exports...


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [261a2142b7888919ddb9614684053736dcc16c54]

INTEGRATION: CWS sb25 (1.20.18); FILE MERGED 2004/11/25 18:14:43 mt 1.20.18.1: #i37760# Less exports...


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [24fdd8b472ffea8bb9b18741defd818bfbf4f08b]

INTEGRATION: CWS sb25 (1.8.10); FILE MERGED 2004/11/25 18:14:43 mt 1.8.10.1: #i37760# Less exports...


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [54970fc4c7a268a9985c6ca9fb3bdc26a696bfa0]

INTEGRATION: CWS sb25 (1.2.332); FILE MERGED 2004/11/25 18:14:43 mt 1.2.332.1: #i37760# Less exports...


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [245c20c7c62ca04e1016efbac16bfce51dc351e1]

INTEGRATION: CWS sb25 (1.1.320); FILE MERGED 2004/11/25 18:14:42 mt 1.1.320.1: #i37760# Less exports...


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [c2438d39101eede2c5178a5c5f09897d77fbc380]

INTEGRATION: CWS sb25 (1.33.52); FILE MERGED 2004/11/25 18:14:42 mt 1.33.52.1: #i37760# Less exports...


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [7b0161f763fe4ae39fe50245e3d25435618390be]

INTEGRATION: CWS sb25 (1.11.66); FILE MERGED 2004/12/07 15:55:23 sb 1.11.66.2: RESYNC: (1.11-1.12); FILE MERGED 2004/11/25 18:14:41 mt 1.11.66.1: #i37760# Less exports...


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [96ef36dc9ceb2208e6dee0c84617ae5b7d8b814b]

INTEGRATION: CWS sb25 (1.30.52); FILE MERGED 2004/11/25 18:14:41 mt 1.30.52.1: #i37760# Less exports...


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [d8523535557a12ddae10831554ea6a089ce6aaa2]

INTEGRATION: CWS sb25 (1.21.28); FILE MERGED 2004/11/25 18:14:41 mt 1.21.28.1: #i37760# Less exports...


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [65618b3e5f2824a40aa5fc307d57cd99da43322d]

INTEGRATION: CWS sb25 (1.4.92); FILE MERGED 2004/11/25 18:14:40 mt 1.4.92.1: #i37760# Less exports...


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [75dca1209a9594842489de6189b545362253ace3]

INTEGRATION: CWS sb25 (1.2.332); FILE MERGED 2004/11/25 18:14:40 mt 1.2.332.1: #i37760# Less exports...


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [a72904cd237625177b2264379b3f867da08636bf]

INTEGRATION: CWS sb25 (1.4.332); FILE MERGED 2004/11/25 18:14:40 mt 1.4.332.1: #i37760# Less exports...


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [c83b9b2091466fc9c4d25dd4dfebf8edc9a4a17c]

INTEGRATION: CWS sb25 (1.22.234); FILE MERGED 2004/11/25 18:14:39 mt 1.22.234.1: #i37760# Less exports...


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [bdb07f42492e0636b8d25c83e6917b489ee6e3ad]

INTEGRATION: CWS sb25 (1.1.2); FILE ADDED 2004/11/25 18:13:11 mt 1.1.2.1: #i37760# Less exports...


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [b43df0ff0aee9ea1bfe377b559c4fed265bcd132]

INTEGRATION: CWS sb19 (1.12.548); FILE MERGED 2004/11/03 15:36:56 sb 1.12.548.2: #108948# Fixed wrong replacement for INetURLObject::AbsToRel. 2004/10/20 15:11:46 mba 1.12.548.1: #110407#: remove static BaseURL


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [8dd5f5d8ea96d1929c2c7c68f652ab51bc49b99f]

INTEGRATION: CWS sb19 (1.23.10); FILE MERGED 2004/12/21 09:32:56 sb 1.23.10.3: RESYNC: (1.26-1.27); FILE MERGED 2004/12/09 03:08:44 sb 1.23.10.2: RESYNC: (1.23-1.26); FILE MERGED 2004/10/20 08:36:33 sb 1.23.10.1: #108948# Added INetURLObject::GetAbsURL as an easy replacement for INetURLObject::RelToAbs.


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [b662d5c3bef5909d2f02f7c294a1fc3f33ae5d4a]

INTEGRATION: CWS sb19 (1.44.4); FILE MERGED 2004/12/21 12:34:12 sb 1.44.4.7: #i10000# Cleaned up merge conflict. 2004/12/21 09:31:53 sb 1.44.4.6: RESYNC: (1.49-1.51); FILE MERGED 2004/12/09 03:08:04 sb 1.44.4.5: RESYNC: (1.47-1.49); FILE MERGED 2004/10/25 09:16:16 sb 1.44.4.4: #108948# Added assertions to detect cases where a relative input could not be made absolute because the given base URL is broken (most probably because it is empty). 2004/10/20 08:36:21 sb 1.44.4.3: #108948# Added INetURLObject::GetAbsURL as an easy replacement for INetURLObject::RelToAbs. 2004/10/11 19:38:55 sb 1.44.4.2: RESYNC: (1.45-1.47); FILE MERGED 2004/05/26 11:43:56 sb 1.44.4.1: #108948# Removed obsolete functionality from INetURLObject that relied on a static base URL.


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [94d8e76f477959557ee6ab0c8fd300d8ed4947c0]

INTEGRATION: CWS sb19 (1.15.70); FILE MERGED 2004/10/11 19:38:00 sb 1.15.70.3: RESYNC: (1.18-1.19); FILE MERGED 2004/08/12 08:33:56 sb 1.15.70.2: RESYNC: (1.15-1.18); FILE MERGED 2004/05/26 11:43:56 sb 1.15.70.1: #108948# Removed obsolete functionality from INetURLObject that relied on a static base URL.


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [dbe587accc33d2db5f7084ac0c7f39ae83275ae9]

INTEGRATION: CWS sb19 (1.2.88); FILE MERGED 2004/10/20 15:11:47 mba 1.2.88.1: #110407#: remove static BaseURL


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [1574ae14839abd7583a0ac960d44a6b1ead79907]

INTEGRATION: CWS sb19 (1.12.400); FILE MERGED 2004/12/21 09:28:57 sb 1.12.400.7: RESYNC: (1.13-1.14); FILE MERGED 2004/11/25 11:31:44 sb 1.12.400.6: #i36601# Improved performance of previous fix. 2004/11/24 08:24:13 sb 1.12.400.5: #i36601# Make normalize work for non-existing URLs (by normalizing a maximal prefix of a hierarchical URL). 2004/11/04 09:37:39 sb 1.12.400.4: #i108948# Improved previous fix by ignoring InteractiveIOExceptions with arbitrary IOErrorCodes. 2004/11/03 16:12:17 sb 1.12.400.3: #108948# Fixed wrong replacement for INetURLObject::AbsToRel; fixed problem with normalizedMakeRelative on non-existing file URLs. 2004/08/12 17:06:21 sb 1.12.400.2: RESYNC: (1.12-1.13); FILE MERGED 2004/05/26 10:59:37 sb 1.12.400.1: #108948# Added URIHelper::normalizedMakeRelative.


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [a18f5e31286d2d9e697247e13ab567944b2954f5]

INTEGRATION: CWS sb19 (1.14.548); FILE MERGED 2004/10/22 12:41:47 mba 1.14.548.2: #110407#: ImageMaps in clipboard shouldn't contain relative URLs 2004/10/20 15:11:33 mba 1.14.548.1: #110407#: remove static BaseURL


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [20911d251746f2d47db60e200717b8a88712b7a1]

INTEGRATION: CWS sb19 (1.67.20); FILE MERGED 2004/10/22 12:41:47 mba 1.67.20.2: #110407#: ImageMaps in clipboard shouldn't contain relative URLs 2004/10/20 15:11:32 mba 1.67.20.1: #110407#: remove static BaseURL


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [54ff1055f8467de078e03cf454e9569531a194bd]

INTEGRATION: CWS sb19 (1.4.88); FILE MERGED 2004/11/03 15:36:55 sb 1.4.88.2: #108948# Fixed wrong replacement for INetURLObject::AbsToRel. 2004/10/20 15:11:32 mba 1.4.88.1: #110407#: remove static BaseURL


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [57fa2140153e0280bc9bd79d829c7b5987b55fc2]

INTEGRATION: CWS sb19 (1.1.1.1.584); FILE MERGED 2004/12/21 13:19:42 sb 1.1.1.1.584.3: #i10000# Cleaned up merge conflict. 2004/11/03 15:36:55 sb 1.1.1.1.584.2: #108948# Fixed wrong replacement for INetURLObject::AbsToRel. 2004/10/20 15:11:32 mba 1.1.1.1.584.1: #110407#: remove static BaseURL


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [e75536dda11efc2ce198f1d65717f4c32b54cc1e]

INTEGRATION: CWS sb19 (1.5.26); FILE MERGED 2004/11/24 08:24:52 sb 1.5.26.1: #i36601# Cleaned up; make normalize work for non-existing URLs (by normalizing a maximal prefix of a hierarchical URL).


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [928ce187683bdfc0ac6ac721f5a1199e51b20374]

INTEGRATION: CWS sb19 (1.23.76); FILE MERGED 2004/12/09 02:39:44 sb 1.23.76.4: RESYNC: (1.26-1.28); FILE MERGED 2004/10/11 19:20:03 sb 1.23.76.3: RESYNC: (1.25-1.26); FILE MERGED 2004/08/12 16:28:01 sb 1.23.76.2: RESYNC: (1.23-1.25); FILE MERGED 2004/05/26 10:59:36 sb 1.23.76.1: #108948# Added URIHelper::normalizedMakeRelative.


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [50c83d9826c35d28db1f42b73af1351114a0356f]

INTEGRATION: CWS sb19 (1.2.562); FILE MERGED 2004/11/03 16:11:24 sb 1.2.562.3: #108948# Fixed wrong replacement for INetURLObject::AbsToRel. 2004/08/13 16:24:48 sb 1.2.562.2: #108948# Removed obsolete SmartRelToAbs (which used INetURLObject::GetBaseURL). 2004/05/26 10:59:36 sb 1.2.562.1: #108948# Added URIHelper::normalizedMakeRelative.


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [62955ec2b09ce0b956d70c080f1a17c5d5a2a49d]

INTEGRATION: CWS dbgdump1 (1.3.256); FILE MERGED 2005/01/10 17:03:32 cmc 1.3.256.2: #i40089# Changes made for #i17295# not reflected into 2.0 series (alternative) 2005/01/07 09:53:58 cmc 1.3.256.1: #i40089# Changes made for #i17295# not reflected into 2.0 series


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [80cb8e2040e67eb387d7eb6508d861a710e6a135]

INTEGRATION: CWS dbgdump1 (1.1.6); FILE ADDED 2005/01/07 09:53:57 cmc 1.1.6.1: #i40089# Changes made for #i17295# not reflected into 2.0 series


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [bf01fa416b756b2e416e68e318049de12934e98f]

INTEGRATION: CWS sb19 (1.36.46); FILE MERGED 2004/10/04 11:29:08 mt 1.36.46.1: #110410# Removed static INetURL stuff, not uses anymore except in binfilters


2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [99aa68f435bed5c1faa77fb12496bd24768ae983]

INTEGRATION: CWS pj15 (1.33.22); FILE MERGED 2005/01/06 04:03:25 pjanik 1.33.22.2: #i38161#: static libraries should go at the end of the link command for MacOS X. 2005/01/03 15:05:44 pjanik 1.33.22.1: #i38161#: static libraries should go at the end of the link command for MacOS X.


2005-01-11  Oliver Bolte  <obo@openoffice.org>  [4468695cb961f89be394faa46a09c9999cc718fb]

INTEGRATION: CWS i18n15 (1.12.140); FILE MERGED 2004/10/07 18:16:32 khong 1.12.140.1: #i34837# recycle Japanese kana characters as bullet/numbering system


2005-01-11  Oliver Bolte  <obo@openoffice.org>  [b673b5122d1239bc52fe354eb6c3438feed080fe]

INTEGRATION: CWS i18n15 (1.16.4); FILE MERGED 2004/12/10 18:50:23 khong 1.16.4.2: RESYNC: (1.16-1.17); FILE MERGED 2004/08/30 21:08:19 khong 1.16.4.1: #i33385# fixed follow page word issue for Korean


2005-01-11  Oliver Bolte  <obo@openoffice.org>  [d640e0af966e3e905104bbef6ac6434de0479ed9]

INTEGRATION: CWS i18n15 (1.18.18); FILE MERGED 2004/10/07 18:15:58 khong 1.18.18.1: #i34837# recycle Japanese kana characters as bullet/numbering system


2005-01-11  Oliver Bolte  <obo@openoffice.org>  [88a6a3f6ccdadf05d5bbb42e1eccc9f4b7819bd3]

INTEGRATION: CWS i18n15 (1.2.20); FILE MERGED 2004/09/04 02:03:53 khong 1.2.20.1: #117685# make dictionary word contain only letter or only number, dot can be in middle or end of a word, but only one.


2005-01-11  Oliver Bolte  <obo@openoffice.org>  [61631e64676491d41d271acac85883ade7028df2]

INTEGRATION: CWS i18n15 (1.2.58); FILE MERGED 2004/09/04 02:03:53 khong 1.2.58.1: #117685# make dictionary word contain only letter or only number, dot can be in middle or end of a word, but only one.


2005-01-11  Oliver Bolte  <obo@openoffice.org>  [5a2b671f295d9a0a8168c2e4775301f09e63fedc]

INTEGRATION: CWS i18n15 (1.3.36); FILE MERGED 2004/09/04 02:03:53 khong 1.3.36.1: #117685# make dictionary word contain only letter or only number, dot can be in middle or end of a word, but only one.


2005-01-11  Oliver Bolte  <obo@openoffice.org>  [1341fa5fa53af8327bcfe0458c4a81817e3284db]

INTEGRATION: CWS i18n15 (1.16.4); FILE MERGED 2004/10/07 18:19:11 khong 1.16.4.1: #i33756# update Hangarian breakiterator


2005-01-11  Oliver Bolte  <obo@openoffice.org>  [b456b6bbccf72e7890f578e295144efebcacfacf]

INTEGRATION: CWS i18n15 (1.2.80); FILE MERGED 2004/08/30 21:03:34 khong 1.2.80.1: #i33105# fixed a operator delete mismatch problem


2005-01-10  Rüdiger Timm  <rt@openoffice.org>  [da64f104c938af4f2adc661f1542bef96bb838cb]

#i10000# remove obsolete, non existent stuff.


2005-01-07  Vladimir Glazounov  <vg@openoffice.org>  [019931d895dca3ca0b470a8287ba10959b7c276f]

new version for SRC680


2005-01-07  Vladimir Glazounov  <vg@openoffice.org>  [b15bbd6490d0d7e96283ebf799904b4515f66e19]

new version for SRC680


2005-01-07  Oliver Bolte  <obo@openoffice.org>  [2479affad7363742087bf35ae9c28e72e12f6049]

new version for SRC680


2005-01-07  Vladimir Glazounov  <vg@openoffice.org>  [d0b0e9780ae70ea1f4dbffc770cb2c795020bc29]

new version for SRC680


2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [a405dbe081297ab8d4b0df4a7d0e34279c8ff6cb]

INTEGRATION: CWS vcl32 (1.5.254); FILE MERGED 2004/11/23 15:56:40 ssa 1.5.254.1: #i36344# exclude overlapped regions from scrolling to reduce flickering


2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [39de8290624cf7209e6957dcf6041cc781efe26c]

INTEGRATION: CWS vcl32 (1.63.2); FILE MERGED 2004/11/26 12:55:13 pl 1.63.2.1: #i37637# fix by kendy


2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [27e392694fdda067d6a28422c22dbc2b73ac4293]

INTEGRATION: CWS vcl32 (1.184.42); FILE MERGED 2004/12/10 16:52:41 pl 1.184.42.2: RESYNC: (1.184-1.185); FILE MERGED 2004/11/18 08:10:38 obr 1.184.42.1: #i36907# made index 0 the same as index 1


2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [0b115226a4ede59acdd8642b0c9991f0edb05d9d]

INTEGRATION: CWS vcl32 (1.5.160); FILE MERGED 2004/11/26 12:53:15 pl 1.5.160.1: #i36763# cleanup by kendy


2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [1e21f66c68ce043f978799c91eb7fc281ec00d2e]

INTEGRATION: CWS vcl32 (1.10.70); FILE MERGED 2004/12/10 16:52:51 pl 1.10.70.2: RESYNC: (1.10-1.11); FILE MERGED 2004/11/30 10:10:21 pl 1.10.70.1: #i37977# updated GNOME and KDE checks


2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [02de991959fe9c2974bd689cdebd3b8280e985f8]

INTEGRATION: CWS vcl32 (1.122.70); FILE MERGED 2004/11/30 10:18:12 pl 1.122.70.3: fixed compiler warnings (signed/unsigned) 2004/11/29 17:30:46 pl 1.122.70.2: #i35001# get correct coordinates 2004/11/29 17:03:23 pl 1.122.70.1: #i35001# make DraServerFontAAForcedString safer


2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [45cabe397826fea14a94b462a8553b3c1caad89a]

INTEGRATION: CWS vcl32 (1.13.158); FILE MERGED 2004/11/26 12:53:15 pl 1.13.158.1: #i36763# cleanup by kendy


2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [803e2ea7e3756aa079f77f6286d9d30546429d2b]

INTEGRATION: CWS vcl32 (1.23.2); FILE MERGED 2004/11/27 12:02:05 pl 1.23.2.2: RESYNC: (1.23-1.24); FILE MERGED 2004/11/19 14:01:29 pl 1.23.2.1: #i36226# timers need to run with lower priority than XEvents


2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [4b3e06fef7f8b2ebe5825302fb81dc04a93fd439]

INTEGRATION: CWS vcl32 (1.17.2); FILE MERGED 2004/11/26 12:53:15 pl 1.17.2.1: #i36763# cleanup by kendy


2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [8c1c2c3c3c0a2ef86978a42490a36184523be176]

INTEGRATION: CWS vcl32 (1.2.74); FILE MERGED 2004/11/26 12:46:03 pl 1.2.74.1: #i36761# fixes by kendy


2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [9b520657bc6d81e8796c679a41d136ef0933d5e3]

INTEGRATION: CWS vcl32 (1.17.2); FILE MERGED 2004/11/30 15:29:46 pl 1.17.2.3: #i38114# patch from Raul Siddhartha, bring gtk mirroring case to same level of functionality as generic plugin 2004/11/30 13:48:30 pl 1.17.2.2: #i36699# fix focus <-> IM handling 2004/11/30 11:33:19 pl 1.17.2.1: #i37806# #i36701# patch by Dan Williams, ExtTextAttributes


2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [4735ab47cbd3b866f6319884e7b7368e203fa8ad]

INTEGRATION: CWS vcl32 (1.11.2); FILE MERGED 2004/11/27 12:00:57 pl 1.11.2.2: RESYNC: (1.11-1.12); FILE MERGED 2004/11/19 14:01:28 pl 1.11.2.1: #i36226# timers need to run with lower priority than XEvents


2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [afee487fc9fccd869f0141ce003aac92ba95f88d]

INTEGRATION: CWS vcl32 (1.33.4); FILE MERGED 2004/12/10 16:58:26 pl 1.33.4.2: RESYNC: (1.33-1.34); FILE MERGED 2004/11/30 13:30:16 ssa 1.33.4.1: #i32189# force reformat when itembits change width of item


2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [eba1870130906445d77251412e80c61ddc95f707]

INTEGRATION: CWS vcl32 (1.6.212); FILE MERGED 2004/11/30 13:11:54 ssa 1.6.212.1: #i37702# use flat borders in row/column header


2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [fc589d43f347b5cfedef254c76eae29d5830ba80]

INTEGRATION: CWS vcl32 (1.16.6); FILE MERGED 2004/11/30 13:11:55 ssa 1.16.6.1: #i37702# use flat borders in row/column header


2005-01-06  Vladimir Glazounov  <vg@openoffice.org>  [129246b6b1cfcf49813ac89c90d455fb960213d8]

new version for SRC680


2005-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ff061f30f2f9ff1e6a2f5a48e6684c045a0d1188]

new version for SRC680


2005-01-05  Vladimir Glazounov  <vg@openoffice.org>  [e8257700682defe5c22beed1e5544efbaa95c551]

new version for SRC680


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [1025e585e110f9d7f847f26829b1e937d7ada7b7]

INTEGRATION: CWS html03 (1.6.178); FILE MERGED 2004/11/08 11:59:06 mib 1.6.178.1: #b4822333#: Support <strike> within <pre>


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [e06901e36629442a37227d478b41908d10c9deed]

INTEGRATION: CWS html03 (1.12.768); FILE MERGED 2004/11/05 11:46:19 mib 1.12.768.1: #98462#: Use text encoding context


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [359b66bc91f96d3af0ccf501ead525348e2b1da1]

INTEGRATION: CWS dba20 (1.3.10); FILE MERGED 2004/12/13 13:55:39 oj 1.3.10.3: RESYNC: (1.4-1.7); FILE MERGED 2004/11/29 12:23:48 oj 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2004/11/18 14:12:46 as 1.3.10.1: #i37379# set READONLY state explicitly


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [ff9a799fcd5d01a0a75ec0a8a1cacf7ed8a8149b]

INTEGRATION: CWS dba20 (1.2.86); FILE MERGED 2004/12/13 13:54:36 oj 1.2.86.3: RESYNC: (1.3-1.4); FILE MERGED 2004/11/29 12:22:54 oj 1.2.86.2: RESYNC: (1.2-1.3); FILE MERGED 2004/11/18 14:12:45 as 1.2.86.1: #i37379# set READONLY state explicitly


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [f4b0355c22b3756b08b0532ad24c63a97aca2992]

INTEGRATION: CWS dba20 (1.59.50); FILE MERGED 2004/12/07 10:35:33 pb 1.59.50.3: RESYNC: (1.60-1.61); FILE MERGED 2004/11/23 11:31:49 pb 1.59.50.2: fix: #i37021# fill document info of embedded objects (database form) with empty URL 2004/11/17 08:05:27 oj 1.59.50.1: #i37025# clear string if no preview available


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [a9176731096d4643f61d9ec34466433a789e70c3]

INTEGRATION: CWS dba20 (1.60.50); FILE MERGED 2004/11/25 13:16:30 fs 1.60.50.1: #i36984# use proper version of GetFolderContent_Impl in ExecuteFilter


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [f3bace4312817cb5ef196299e191452096b42170]

INTEGRATION: CWS swqcore02 (1.15.74); FILE MERGED 2004/11/18 20:23:17 dvo 1.15.74.1: #i31168# write Unicode chars >= U+10000


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [34e1b5cf4779e7e6abc2a025c58a4cf4b7a3d303]

INTEGRATION: CWS localedata2 (1.2.20); FILE MERGED 2004/11/17 12:18:55 er 1.2.20.1: #i37310# validate against locale.dtd, order of elements is significant


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [3f7379d1846fe60ff7d3cae55559019aa40fa223]

INTEGRATION: CWS localedata2 (1.4.30); FILE MERGED 2004/12/21 10:45:48 er 1.4.30.1: #i39371# locale data audit patch


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [ff4e2bdd11530cc163209dfbbae8a6a987a5bc3f]

INTEGRATION: CWS localedata2 (1.3.30); FILE MERGED 2004/11/16 19:42:36 er 1.3.30.2: RESYNC: (1.3-1.4); FILE MERGED 2004/11/11 18:59:26 er 1.3.30.1: #i36859# same quarter#Abbreviation entries as cs_CZ


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [f1d7891733a3c7b49d65c178197cb8ad31d888cb]

INTEGRATION: CWS localedata2 (1.2.20); FILE MERGED 2004/11/17 12:18:54 er 1.2.20.1: #i37310# validate against locale.dtd, order of elements is significant


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [10d9e618886f1c773dbbf96c46f705571a91bf97]

INTEGRATION: CWS localedata2 (1.11.2); FILE MERGED 2004/12/29 14:11:16 er 1.11.2.1: #i39408# corrected quotation marks; currency abbreviation is RUB now


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [17545ba84198414a7d4dfdb3af706e1e3b966783]

INTEGRATION: CWS localedata2 (1.8.30); FILE MERGED 2004/12/30 17:08:31 er 1.8.30.1: #i39697# align with CLDR according to locale data audit


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [939200e0c6da2fab3cfc4f827b0060a65942c0b3]

INTEGRATION: CWS localedata2 (1.7.30); FILE MERGED 2004/12/30 17:02:36 er 1.7.30.1: #i39694# align with CLDR according to locale data audit


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [91343a941a9ee0da98f14eba01039a0d08b14974]

INTEGRATION: CWS localedata2 (1.8.30); FILE MERGED 2004/12/30 17:02:36 er 1.8.30.1: #i39694# align with CLDR according to locale data audit


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [166c04898a480910e568af01420f7deff3a92ec1]

INTEGRATION: CWS localedata2 (1.12.2); FILE MERGED 2004/11/19 13:37:42 er 1.12.2.1: #i37310# mention to validate contributions


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [3fa77a20339645dd55a4d3b7826614455cdf0aba]

INTEGRATION: CWS localedata2 (1.2.2); FILE MERGED 2004/12/17 10:56:37 er 1.2.2.1: #i39121# locale data audit patch


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [c321ea8e9b8cbca07f923872827824d5e4a52d4b]

INTEGRATION: CWS localedata2 (1.8.30); FILE MERGED 2004/12/30 14:05:19 er 1.8.30.1: correct CurrencyName


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [2f141e2010033a7476505ab64504b55d451e32a3]

INTEGRATION: CWS localedata2 (1.14.2); FILE MERGED 2004/11/30 11:03:04 er 1.14.2.1: #i38016# add two long date formats of Jewish calendar


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [03f9d50e801fc2e7401a16c07b5edb8650827ec1]

INTEGRATION: CWS localedata2 (1.2.2); FILE MERGED 2004/11/17 11:15:39 er 1.2.2.1: #i36860# recode latin1..utf-8


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [5f32e7bd82a6e3db2e54c46c867522e3abd70a06]

INTEGRATION: CWS localedata2 (1.3.30); FILE MERGED 2004/12/30 20:23:39 er 1.3.30.2: #i39695# era full name 2004/12/30 16:51:19 er 1.3.30.1: #i39695# correct era abbreviations (but I wonder what about the full name?)


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [9b6fdec7662e7e14c51bce46ff550f1e0ef1b567]

INTEGRATION: CWS localedata2 (1.7.30); FILE MERGED 2004/12/29 14:18:03 er 1.7.30.1: #i39348# align with CLDR data


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [365c50b177abd7960c5ba6cabdf9a9c8eae0361d]

INTEGRATION: CWS localedata2 (1.2.24); FILE MERGED 2004/12/17 10:38:12 er 1.2.24.1: #i38813# locale data audit patch


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [b670ef40eae243831db58e7e371e91eb9ca6e910]

INTEGRATION: CWS ssf01 (1.3.30); FILE MERGED 2004/12/15 12:31:33 pl 1.3.30.1: #118704# join from vcl33


2005-01-05  Oliver Bolte  <obo@openoffice.org>  [e4822009754e7991a7e9e7d6fed2f1a03c2cbf65]

INTEGRATION: CWS ssf01 (1.8.12); FILE MERGED 2004/12/15 12:42:00 pl 1.8.12.2: #118704# paint window background on menubar and menu widgets first since some themes paint the actual widget translucent 2004/12/15 12:31:34 pl 1.8.12.1: #118704# join from vcl33


2005-01-04  Vladimir Glazounov  <vg@openoffice.org>  [63aa5b14481f6779ff8d937a27d3a526da8a1924]

new version for SRC680


2005-01-04  Vladimir Glazounov  <vg@openoffice.org>  [776353bd010e1c1d5bd0f23ea169a0b1c10e1a6d]

new version for SRC680


2005-01-04  Oliver Bolte  <obo@openoffice.org>  [58bbd2cd6ca8e0fa39554234cc1eaf040bd09500]

new version for SRC680


2005-01-04  Vladimir Glazounov  <vg@openoffice.org>  [7fd1927d51d0bdbee3e1eaf55e9f0f6808044de8]

new version for SRC680


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [4df8caf8177f1c085021977bbed1bbfdbbff3499]

INTEGRATION: CWS res32bit (1.11.114); FILE MERGED 2004/11/05 14:27:32 pl 1.11.114.1: #i34513# more adjustments for resource 32bit change


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [65bc1abc7c857b04be2fdbf4b922b7467b74daf9]

INTEGRATION: CWS res32bit (1.200.18); FILE MERGED 2004/11/05 14:27:31 pl 1.200.18.2: #i34513# more adjustments for resource 32bit change 2004/10/26 17:24:41 pl 1.200.18.1: move access to private ResMgr members to ResMgr


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [0fe55746d8003a7f5f7ebf7824551490d1d02694]

INTEGRATION: CWS res32bit (1.32.52); FILE MERGED 2004/11/08 16:12:19 pl 1.32.52.1: #i34513# changes for 32bit resources


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [650b44c8481854ce958b4ae2d404b533d901ff7c]

INTEGRATION: CWS res32bit (1.77.52); FILE MERGED 2004/11/16 10:08:51 pl 1.77.52.3: RESYNC: (1.77-1.78); FILE MERGED 2004/11/08 16:12:19 pl 1.77.52.2: #i34513# changes for 32bit resources 2004/11/05 14:27:30 pl 1.77.52.1: #i34513# more adjustments for resource 32bit change


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [b7ad82890a86831e73c4b7c6c6f2b2d8995f3c0d]

INTEGRATION: CWS res32bit (1.111.16); FILE MERGED 2004/11/16 10:07:41 pl 1.111.16.3: RESYNC: (1.111-1.112); FILE MERGED 2004/11/08 16:12:18 pl 1.111.16.2: #i34513# changes for 32bit resources 2004/11/05 14:27:30 pl 1.111.16.1: #i34513# more adjustments for resource 32bit change


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [9c9c842b47ceef39d3d89cf04d84aa799cc24001]

INTEGRATION: CWS res32bit (1.4.236); FILE MERGED 2004/11/08 16:12:18 pl 1.4.236.1: #i34513# changes for 32bit resources


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [d5fc3fe57650de5ec5b2ce3e14c662ede6fffba4]

INTEGRATION: CWS res32bit (1.29.54); FILE MERGED 2004/11/05 14:27:29 pl 1.29.54.1: #i34513# more adjustments for resource 32bit change


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [a68bbe27ff2108ac59a56cf79bdd73c87fb58bc4]

INTEGRATION: CWS res32bit (1.17.54); FILE MERGED 2004/11/05 14:27:29 pl 1.17.54.1: #i34513# more adjustments for resource 32bit change


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [6640fa1a351b0aa805bc499accd9ba098746de71]

INTEGRATION: CWS res32bit (1.3.236); FILE MERGED 2004/11/08 16:12:18 pl 1.3.236.2: #i34513# changes for 32bit resources 2004/11/05 14:27:29 pl 1.3.236.1: #i34513# more adjustments for resource 32bit change


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [465b8f513af55c7de2ee85230980d949c36d3598]

INTEGRATION: CWS res32bit (1.17.54); FILE MERGED 2004/11/17 18:21:01 pl 1.17.54.2: #i34300# implemented emergency case if no fallback can be found 2004/11/08 13:19:46 pl 1.17.54.1: #i34513# changes for 32bit resources


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [fabd7c81be1f4c7c3da0382884ae473d4e1b5b83]

INTEGRATION: CWS res32bit (1.12.54); FILE MERGED 2004/11/05 14:27:28 pl 1.12.54.1: #i34513# more adjustments for resource 32bit change


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [a8f9190cdbc879bb509412284af4a14b70e0b3c5]

INTEGRATION: CWS res32bit (1.23.54); FILE MERGED 2004/11/05 14:27:28 pl 1.23.54.1: #i34513# more adjustments for resource 32bit change


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [567bd6cd98b0d44948fd2496e5d47b2519cc8a9e]

INTEGRATION: CWS res32bit (1.3.236); FILE MERGED 2004/11/05 14:27:27 pl 1.3.236.1: #i34513# more adjustments for resource 32bit change


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [f4af467bdae114cc5c5319baa59d959cb258abb1]

INTEGRATION: CWS res32bit (1.30.50); FILE MERGED 2004/11/16 10:03:21 pl 1.30.50.2: RESYNC: (1.30-1.31); FILE MERGED 2004/11/05 14:27:27 pl 1.30.50.1: #i34513# more adjustments for resource 32bit change


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [0c969afe5f122c85fb6b406d676abec8d5cb82d4]

INTEGRATION: CWS res32bit (1.7.236); FILE MERGED 2004/11/05 14:27:27 pl 1.7.236.1: #i34513# more adjustments for resource 32bit change


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [c682d56b1553a30cf43059fae55c57169c2da146]

INTEGRATION: CWS res32bit (1.14.54); FILE MERGED 2004/11/05 14:27:27 pl 1.14.54.1: #i34513# more adjustments for resource 32bit change


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [c2fef4d571a06f65280991da5e2f26206a8a72e2]

INTEGRATION: CWS res32bit (1.16.162); FILE MERGED 2004/12/16 14:36:11 pl 1.16.162.2: #i39154# masks are longs now 2004/11/05 14:27:26 pl 1.16.162.1: #i34513# more adjustments for resource 32bit change


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [3095aa6ae3c3a1895f3e10b32a259017c3a974b3]

INTEGRATION: CWS res32bit (1.11.236); FILE MERGED 2004/11/05 14:27:26 pl 1.11.236.1: #i34513# more adjustments for resource 32bit change


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [0debf7e791db4968fabd9df93378876e7672dc51]

INTEGRATION: CWS res32bit (1.33.52); FILE MERGED 2004/11/16 10:02:43 pl 1.33.52.2: RESYNC: (1.33-1.34); FILE MERGED 2004/11/05 14:27:26 pl 1.33.52.1: #i34513# more adjustments for resource 32bit change


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [e666168a3b42d6c492ed90b71a9e316d0d6773e7]

INTEGRATION: CWS res32bit (1.29.52); FILE MERGED 2004/11/16 10:02:26 pl 1.29.52.2: RESYNC: (1.29-1.30); FILE MERGED 2004/11/08 13:19:44 pl 1.29.52.1: #i34513# changes for 32bit resources


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [ef5d323f46ba0665f21c783556ec498d1610ea80]

INTEGRATION: CWS res32bit (1.49.136); FILE MERGED 2004/11/11 18:04:25 pl 1.49.136.2: #i34300# resmgr now completelly in tools 2004/10/26 17:25:11 pl 1.49.136.1: do not delete vcl ResMgr too early


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [3f36a22231a316a43ad0f109823326df4b826531]

INTEGRATION: CWS res32bit (1.53.54); FILE MERGED 2004/11/11 18:04:25 pl 1.53.54.1: #i34300# resmgr now completelly in tools


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [3bbbacbe05ada7e8db385843b0c4e82aa1e36271]

INTEGRATION: CWS res32bit (1.14.54); FILE MERGED 2004/11/11 18:04:24 pl 1.14.54.1: #i34300# resmgr now completelly in tools


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [782cb252a65715437f118d6d31a15c3f09989c00]

INTEGRATION: CWS res32bit (1.2.152); FILE MERGED 2004/10/22 13:54:41 pl 1.2.152.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [a00a5d5a2c24a80661800244b6c0cb0996ef5100]

INTEGRATION: CWS res32bit (1.9.26); FILE MERGED 2004/10/22 15:10:01 pl 1.9.26.3: solved a merge conflict 2004/10/22 14:02:55 pl 1.9.26.2: RESYNC: (1.9-1.10); FILE MERGED 2004/10/22 13:54:41 pl 1.9.26.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [c19e94a136c23bb8368752e60897632a55416c42]

INTEGRATION: CWS res32bit (1.3.16); FILE MERGED 2004/10/26 09:53:47 pl 1.3.16.2: hash lowercase as before 2004/10/22 13:54:41 pl 1.3.16.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [16eff6f55789cce4e5819b07c7fff28b015475e0]

INTEGRATION: CWS res32bit (1.3.110); FILE MERGED 2004/10/22 13:54:40 pl 1.3.110.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [d7837a74d7dfacb2473633320a0ee695459ea2d8]

INTEGRATION: CWS res32bit (1.1.1.1.174); FILE MERGED 2004/10/22 13:54:40 pl 1.1.1.1.174.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [a630466f1d867ce4780b0a00b7fe851cf2d0d693]

INTEGRATION: CWS res32bit (1.21.10); FILE MERGED 2004/10/22 13:54:39 pl 1.21.10.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [34b029a8cdf5d1c8bb1414290afef9e9874da4d7]

INTEGRATION: CWS res32bit (1.3.18); FILE MERGED 2004/10/22 13:54:39 pl 1.3.18.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [5d726225001191d1a392480d3cf149e2769d3859]

INTEGRATION: CWS res32bit (1.2.152); FILE MERGED 2004/10/22 13:54:38 pl 1.2.152.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [d143ce294a455c024be588b416a77afd06a19d57]

INTEGRATION: CWS res32bit (1.3.18); FILE MERGED 2004/11/04 14:22:17 pl 1.3.18.2: #i34513# some short ints must remain short ints 2004/10/22 13:54:38 pl 1.3.18.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [aa1f2ae97ea6c64b377e4dea62daf477aa6d0b22]

INTEGRATION: CWS res32bit (1.4.16); FILE MERGED 2004/10/22 13:54:38 pl 1.4.16.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [c5549ac886ce825b15b86f31a26686b26520ee10]

INTEGRATION: CWS res32bit (1.3.18); FILE MERGED 2004/10/27 17:50:55 pl 1.3.18.2: minor updates 2004/10/22 13:54:37 pl 1.3.18.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [6c0a2caf1f83403a4f96ae307ee9781392dd6832]

INTEGRATION: CWS res32bit (1.3.18); FILE MERGED 2004/10/27 17:50:33 pl 1.3.18.2: fix a vtable entry 2004/10/22 13:54:37 pl 1.3.18.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [819b2e2d0ebbc2f3a4041ec3dc5181770148d1c9]

INTEGRATION: CWS res32bit (1.4.16); FILE MERGED 2004/10/22 13:54:36 pl 1.4.16.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [1173a1c360d44038b6c0d8a8caab0c725b939a43]

INTEGRATION: CWS res32bit (1.2.152); FILE MERGED 2004/10/22 13:54:36 pl 1.2.152.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [c7a3720f2aa58b6bb1b191858099abae63ee9ec6]

INTEGRATION: CWS res32bit (1.4.4); FILE MERGED 2004/11/04 14:22:16 pl 1.4.4.3: #i34513# some short ints must remain short ints 2004/10/27 17:50:55 pl 1.4.4.2: minor updates 2004/10/22 13:54:36 pl 1.4.4.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [878c800e5b3dcf1929e4f1d9255d0737949354b8]

INTEGRATION: CWS res32bit (1.4.16); FILE MERGED 2004/10/27 17:50:55 pl 1.4.16.3: minor updates 2004/10/26 09:59:43 pl 1.4.16.2: reduce the noise 2004/10/22 13:54:36 pl 1.4.16.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [4e8465048a0359c79088b0998f701c7c0f128819]

INTEGRATION: CWS res32bit (1.2.152); FILE MERGED 2004/10/27 17:50:55 pl 1.2.152.2: minor updates 2004/10/22 13:54:35 pl 1.2.152.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [bb21be7461862b0e08797bf21b3682bc170d3942]

INTEGRATION: CWS res32bit (1.3.10); FILE MERGED 2004/10/27 17:50:54 pl 1.3.10.3: minor updates 2004/10/22 15:10:23 pl 1.3.10.2: removed a warning 2004/10/22 13:54:35 pl 1.3.10.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [46d20088a58035d25ae95fa109b8246f76a6dce1]

INTEGRATION: CWS res32bit (1.4.16); FILE MERGED 2004/10/22 13:54:34 pl 1.4.16.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [a6ddd536c2df2d463d3f179df49646c247b954e5]

INTEGRATION: CWS res32bit (1.4.18); FILE MERGED 2004/10/22 13:54:34 pl 1.4.18.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [b73f3c78460548ff263d6d916117b8245df69184]

INTEGRATION: CWS res32bit (1.3.150); FILE MERGED 2004/10/22 14:03:16 pl 1.3.150.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/22 13:54:33 pl 1.3.150.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [cabb3cf878af3af512fed2f6ae1b9002bf54a1cf]

INTEGRATION: CWS res32bit (1.3.4); FILE MERGED 2004/10/22 13:54:33 pl 1.3.4.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [f49c3dc0292e3456c3496311ef11058cb7ce245b]

INTEGRATION: CWS res32bit (1.7.4); FILE MERGED 2004/10/22 13:54:33 pl 1.7.4.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [870268c5e744a648b981553dee43ed155b90069f]

INTEGRATION: CWS res32bit (1.2.152); FILE MERGED 2004/10/22 13:54:33 pl 1.2.152.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [a8ead71c61a8ede26a2f8b2438cebd68b663337e]

INTEGRATION: CWS res32bit (1.10.16); FILE MERGED 2004/10/26 09:56:46 pl 1.10.16.2: reduce the noise 2004/10/22 13:54:32 pl 1.10.16.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [94d81f77040f2683655aaa48015a659079206735]

INTEGRATION: CWS res32bit (1.9.16); FILE MERGED 2004/11/05 14:25:24 pl 1.9.16.2: #i34513# more adjustments for resource 32bit change 2004/10/22 13:54:32 pl 1.9.16.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [da06e9e1ff2e959378daf939ea1968afac6b62b1]

INTEGRATION: CWS res32bit (1.6.16); FILE MERGED 2004/10/26 09:56:37 pl 1.6.16.3: reduce the noise 2004/10/22 14:03:06 pl 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2004/10/22 13:54:32 pl 1.6.16.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [4ebaa73b7d9c7e6d67fce0ab616a64926735a206]

INTEGRATION: CWS res32bit (1.9.16); FILE MERGED 2004/10/26 15:52:24 pl 1.9.16.4: fix RSC_VERSIONCONTROL resource 2004/10/22 15:16:16 pl 1.9.16.3: removed function that never was used 2004/10/22 14:03:27 pl 1.9.16.2: RESYNC: (1.9-1.10); FILE MERGED 2004/10/22 13:54:31 pl 1.9.16.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [c5269989ad9c55abd455c2c5e40f7d5cfd39b774]

INTEGRATION: CWS res32bit (1.9.10); FILE MERGED 2004/10/27 17:50:54 pl 1.9.10.2: minor updates 2004/10/22 13:54:31 pl 1.9.10.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [be69bc6d29c80bbbe66f08bf762d25ec7e3c2421]

INTEGRATION: CWS res32bit (1.1.1.1.174); FILE MERGED 2004/10/22 13:54:30 pl 1.1.1.1.174.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [fcbde92b075bb1186c8907b5489dfdc26aef0c1b]

INTEGRATION: CWS res32bit (1.2.46); FILE MERGED 2004/10/22 14:01:15 pl 1.2.46.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/22 13:54:29 pl 1.2.46.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [27ca1a5c49599c6bfa058d34aede57fb626031d2]

INTEGRATION: CWS res32bit (1.2.152); FILE MERGED 2004/10/22 13:54:29 pl 1.2.152.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [183288b57c2dbd7161b8d5269dbdf2ee883e0203]

INTEGRATION: CWS res32bit (1.3.18); FILE MERGED 2004/10/27 17:50:54 pl 1.3.18.2: minor updates 2004/10/22 13:54:29 pl 1.3.18.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [dcf3fc2258f33f290c92443e02e00fd0f812ebe0]

INTEGRATION: CWS res32bit (1.2.146); FILE MERGED 2004/11/18 16:29:13 pl 1.2.146.4: #i34513# solved an access problem on non intel CPUs 2004/11/04 14:22:16 pl 1.2.146.3: #i34513# some short ints must remain short ints 2004/10/26 11:53:45 pl 1.2.146.2: fix an invalid write 2004/10/22 13:54:28 pl 1.2.146.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [13afd2b09359f60e1b9a4192de3752db2b7bb567]

INTEGRATION: CWS res32bit (1.2.152); FILE MERGED 2004/10/22 13:54:28 pl 1.2.152.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [3803649de6a767a33e9b6d9094cec0242e1c4d5b]

INTEGRATION: CWS res32bit (1.8.16); FILE MERGED 2004/10/22 13:54:28 pl 1.8.16.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [f1f4769088d9eaef2aa2cde49c65a721c6f02611]

INTEGRATION: CWS res32bit (1.3.18); FILE MERGED 2004/11/04 14:22:15 pl 1.3.18.2: #i34513# some short ints must remain short ints 2004/10/22 13:54:28 pl 1.3.18.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [bc85661fd6e8cc86c52236432c471f0dbabd9567]

INTEGRATION: CWS res32bit (1.3.150); FILE MERGED 2004/10/22 13:54:27 pl 1.3.150.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [9a1197b30661d7f8279d9e868abf55216e874d7f]

INTEGRATION: CWS res32bit (1.2.152); FILE MERGED 2004/10/22 13:54:27 pl 1.2.152.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [f27a0f4578a149efe912cd0d471e396d31266dc1]

INTEGRATION: CWS res32bit (1.3.18); FILE MERGED 2004/10/22 13:54:26 pl 1.3.18.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [abccf0330d48e33330c35460504fae2440dd822d]

INTEGRATION: CWS res32bit (1.3.16); FILE MERGED 2004/10/22 13:54:25 pl 1.3.16.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [7f613d560aa552bd865f56321845e7de3ddf5f63]

INTEGRATION: CWS res32bit (1.3.18); FILE MERGED 2004/10/22 13:54:25 pl 1.3.18.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [f73c1913cd78ebd0f2caa136499b02494a97720d]

INTEGRATION: CWS res32bit (1.5.26); FILE MERGED 2004/10/27 17:50:53 pl 1.5.26.2: minor updates 2004/10/22 13:54:24 pl 1.5.26.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [485a826b6f51305b0afa221d74ee0f3a79d137bd]

INTEGRATION: CWS res32bit (1.3.18); FILE MERGED 2004/10/22 13:54:23 pl 1.3.18.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [7bd647fb9c5ca4e8683bccda7e072086f7362246]

INTEGRATION: CWS res32bit (1.10.16); FILE MERGED 2004/10/26 15:52:24 pl 1.10.16.2: fix RSC_VERSIONCONTROL resource 2004/10/22 13:54:23 pl 1.10.16.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [7257d59d0adc059baa2a2586248521e0e0d82698]

INTEGRATION: CWS res32bit (1.3.18); FILE MERGED 2004/10/27 17:50:32 pl 1.3.18.2: fix a vtable entry 2004/10/22 13:54:23 pl 1.3.18.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [91d8132435e3ee5dfbce3484298977cf1854ad20]

INTEGRATION: CWS res32bit (1.4.16); FILE MERGED 2004/10/22 13:54:22 pl 1.4.16.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [34f13ab149b3b4834241778434507db000e724c0]

INTEGRATION: CWS res32bit (1.2.152); FILE MERGED 2004/10/22 13:54:22 pl 1.2.152.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [bb5b0ddcc347139ea54f246dd5c6ff8843917ffc]

INTEGRATION: CWS res32bit (1.3.18); FILE MERGED 2004/10/22 13:54:22 pl 1.3.18.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [6a9f68a79e81eda3992d2368bc612d848a630d81]

INTEGRATION: CWS res32bit (1.2.152); FILE MERGED 2004/10/22 13:54:21 pl 1.2.152.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [6db59a2e8f9ac5c6f03dca1187624a4a2b328915]

INTEGRATION: CWS res32bit (1.33.14); FILE MERGED 2004/11/22 16:00:14 pl 1.33.14.15: #i34513# solved an alignment problem 2004/11/18 14:12:02 pl 1.33.14.14: #i34146# make ResMgr independent of SolarMutex 2004/11/18 12:50:50 pl 1.33.14.13: #i34146# make ResMgr independent of SolarMutex 2004/11/18 10:24:22 pl 1.33.14.12: solved a Solaris compile problem 2004/11/17 18:19:39 pl 1.33.14.11: #i34300# implemented emergency case if no fallback can be found 2004/11/17 13:54:08 pl 1.33.14.10: #i34300# implemented resource wise fallback 2004/11/16 17:19:07 pl 1.33.14.9: #i34300# fallback implementation 2004/11/16 08:10:30 pl 1.33.14.8: #i34300# further praparations for resource wise fallback 2004/11/15 16:33:32 pl 1.33.14.7: #i34300# preparations for resourcewise fallback 2004/11/12 09:44:32 pl 1.33.14.6: #i34300# simplify ResMgr interface 2004/11/11 17:57:06 pl 1.33.14.5: #i34300# implement new resource file fallback mechanism 2004/11/04 14:38:45 pl 1.33.14.4: #i34513# more adjustments for resource 32bit change 2004/10/28 07:56:53 pl 1.33.14.3: backwards compatibility, solve ambiguities 2004/10/26 17:23:24 pl 1.33.14.2: contention issues 2004/10/22 16:53:00 pl 1.33.14.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [1ef113abfd4ec7668f29da4bf22732600244b35c]

INTEGRATION: CWS res32bit (1.4.232); FILE MERGED 2004/11/17 18:19:40 pl 1.4.232.1: #i34300# implemented emergency case if no fallback can be found


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [3a71e1387b47a185c90ef2cce7528882624bb31e]

INTEGRATION: CWS res32bit (1.2.290); FILE MERGED 2004/11/05 14:24:33 pl 1.2.290.2: #i34513# more adjustments for resource 32bit change 2004/10/22 16:53:00 pl 1.2.290.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [3d264cd718ba64a5cc4e698898a9d4df6e3cc2fc]

INTEGRATION: CWS res32bit (1.4.46); FILE MERGED 2004/11/17 18:19:39 pl 1.4.46.3: #i34300# implemented emergency case if no fallback can be found 2004/11/05 14:24:32 pl 1.4.46.2: #i34513# more adjustments for resource 32bit change 2004/10/22 16:53:00 pl 1.4.46.1: #i34513# free rsc of 32 bit constraints


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [865d47d1b16be02db8f2a3d3fa47c2134253ce7c]

INTEGRATION: CWS res32bit (1.2.186); FILE MERGED 2004/11/12 09:44:57 pl 1.2.186.1: #i34300# simplify ResMgr interface


2005-01-03  Oliver Bolte  <obo@openoffice.org>  [69a7fc834a6205e11a1cc31d10b8ffef6570d6fd]

INTEGRATION: CWS res32bit (1.8.52); FILE MERGED 2004/11/16 09:07:22 pl 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2004/11/12 09:44:57 pl 1.8.52.1: #i34300# simplify ResMgr interface


2004-12-29  Oliver Bolte  <obo@openoffice.org>  [b7189e70ae287d2d815dc1a2aea7b13a1b6db030]

new version for SRC680


2004-12-28  Vladimir Glazounov  <vg@openoffice.org>  [8b726f36adf9b73ae6109933ed42b01edcb330a2]

new version for SRC680


2004-12-28  Vladimir Glazounov  <vg@openoffice.org>  [088586dd7efb0a78aaa735dd7e0d438bedd1b57d]

new version for SRC680


2004-12-28  Vladimir Glazounov  <vg@openoffice.org>  [f4cf8fc77bd72e5dfad0e0391e8b3b4c80d1f217]

new version for SRC680


2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [96f2b6e8d596f885ae1a8837efd79f823a6c7d11]

INTEGRATION: CWS kso12 (1.2.158); FILE MERGED 2004/12/02 08:47:30 kso 1.2.158.1: #i37781# - Fixed exception handling. No more 'unexpected' exceptions from            CommandProcessorInfo::getCommands() and            PropertySetInfo::getProperties().


2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [b04b87bc06ff0538b5b4b2d2961ca5da5d27de97]

INTEGRATION: CWS kso12 (1.8.18); FILE MERGED 2004/12/02 08:47:29 kso 1.8.18.1: #i37781# - Fixed exception handling. No more 'unexpected' exceptions from            CommandProcessorInfo::getCommands() and            PropertySetInfo::getProperties().


2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [629182b78a0c3449b92c97673daabf32fba1f5c6]

INTEGRATION: CWS mmeeks02 (1.114.28); FILE MERGED 2004/12/14 14:19:08 mmeeks 1.114.28.1: Issue number: #i38504# Submitted by: waratah Reviewed by:  ssa Fix gcc-3.3 build.


2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [338a4a5bcd1499a48562ba160afef2a59e286311]

INTEGRATION: CWS mmeeks02 (1.2.28); FILE MERGED 2004/12/14 14:21:03 mmeeks 1.2.28.2: Issue number: #i38504# Submitted by: mmeeks Remove erroneous (int) cast. 2004/12/14 14:19:08 mmeeks 1.2.28.1: Issue number: #i38504# Submitted by: waratah Reviewed by:  ssa Fix gcc-3.3 build.


2004-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4dfa3f9f01c939ad4a108b7f32f9ac5f69760249]

#i10000# duplicate flags


2004-12-16  Vladimir Glazounov  <vg@openoffice.org>  [d0415750d04250032076ad7fb36ce789c1fd5af6]

new version for SRC680


2004-12-16  Vladimir Glazounov  <vg@openoffice.org>  [15060565fee4c196ea36591904984fd613c4cb27]

new version for SRC680


2004-12-16  Vladimir Glazounov  <vg@openoffice.org>  [5fba6174f3ac60a1cdb9310fee37f18d31920389]

new version for SRC680


2004-12-16  Vladimir Glazounov  <vg@openoffice.org>  [3ddae969accf5a78b1e1832f164ef4e34bca3f08]

new version for SRC680


2004-12-16  Kurt Zenker  <kz@openoffice.org>  [a48b10eb45cb1f7dfa1877c87f3d7f52ad991641]

INTEGRATION: CWS change2gtk24 (1.35.24); FILE MERGED 2004/12/03 09:36:22 obo 1.35.24.1: #i37457# gtk dependency removed


2004-12-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [57037af415a8d38b18e15ebc9b254259f4fdc768]

#i10000#: Solaris x86 compiler ICE


2004-12-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b04a2641baf2214a5a117b09b9388d4b3a783f97]

#i10000#: .Len() -> getLength()


2004-12-14  Rüdiger Timm  <rt@openoffice.org>  [c8779f732ec570c9d283fc48323fa9d2771f2531]

INTEGRATION: CWS pj14 (1.35.32); FILE MERGED 2004/12/08 19:04:01 pjanik 1.35.32.1: #i35430#: add back lost dependency for KDE VCL plugin.


2004-12-14  Rüdiger Timm  <rt@openoffice.org>  [04232abe1fa92577aff8ea13f35006efca9b9f31]

#i10000# Include path corrected (we are in module tools here, so do not include tools header with path)


2004-12-14  Vladimir Glazounov  <vg@openoffice.org>  [e4f4c928d519bbd21f156fdfe133bcecb8fc0ef4]

new version for SRC680


2004-12-14  Vladimir Glazounov  <vg@openoffice.org>  [0c603903512ff29cd857e332e525ba9898bbf81b]

new version for SRC680


2004-12-14  Vladimir Glazounov  <vg@openoffice.org>  [b1a0142b45af612f8ff9366b605c3206eb2cb80a]

new version for SRC680


2004-12-14  Vladimir Glazounov  <vg@openoffice.org>  [0209a8ec0e5ce4710e1e53c67beefa6839a452e5]

new version for SRC680


2004-12-14  Vladimir Glazounov  <vg@openoffice.org>  [f2fe32e39e3b91010b98a3f0cf8624060d6769a5]

new version for SRC680


2004-12-14  Vladimir Glazounov  <vg@openoffice.org>  [28483d7c2ee9e186cadaccb07ff0c7931b9f2a47]

new version for SRC680


2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [16066add38ce92d587aa976d20e368624d7250bc]

INTEGRATION: CWS ineturl1 (1.23.4); FILE MERGED 2004/12/01 18:01:23 cmc 1.23.4.2: RESYNC: (1.23-1.25); FILE MERGED 2004/10/05 10:16:17 cmc 1.23.4.1: #i34006# update urltest as well


2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cf16a97a89c53d72ce4102cef3d8260c6eaf52a]

INTEGRATION: CWS ineturl1 (1.85.12); FILE MERGED 2004/10/27 14:26:59 cmc 1.85.12.2: RESYNC: (1.85-1.86); FILE MERGED 2004/09/30 10:58:32 cmc 1.85.12.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer


2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [54147063165c52e30fed20adb1298a7951ead246]

INTEGRATION: CWS ineturl1 (1.17.144); FILE MERGED 2004/09/30 10:53:08 cmc 1.17.144.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer


2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d68c10f48d24202407713af47bf1104d83600b81]

INTEGRATION: CWS ineturl1 (1.45.10); FILE MERGED 2004/12/01 18:00:41 cmc 1.45.10.4: RESYNC: (1.47-1.49); FILE MERGED 2004/10/02 13:23:06 cmc 1.45.10.3: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer 2004/10/02 12:38:13 cmc 1.45.10.2: RESYNC: (1.45-1.47); FILE MERGED 2004/09/30 10:52:13 cmc 1.45.10.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer


2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd06e38d5e185dc7949e555c3e616d51143bd5ae]

INTEGRATION: CWS ineturl1 (1.18.38); FILE MERGED 2004/09/30 10:52:13 cmc 1.18.38.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer


2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [aec6871ab1ca75a5fde3484ed848cd717c799e21]

INTEGRATION: CWS ineturl1 (1.13.116); FILE MERGED 2004/09/30 13:10:09 cmc 1.13.116.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer


2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [53d24f78c223727e9b89d83c96c86e3b6e4bb345]

INTEGRATION: CWS ineturl1 (1.7.160); FILE MERGED 2004/09/30 13:10:08 cmc 1.7.160.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer


2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b71579429e3df81d1879f63c2710df6486b3d442]

INTEGRATION: CWS ineturl1 (1.4.130); FILE MERGED 2004/09/30 13:10:08 cmc 1.4.130.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer


2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f6137315a861bb8431a40b3d71919a7080dc5ff]

INTEGRATION: CWS ineturl1 (1.1.1.1.758); FILE MERGED 2004/09/30 13:10:08 cmc 1.1.1.1.758.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer


2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2aa8292abb0c423f3302de9827d3dc2c1c9eb6a6]

INTEGRATION: CWS ineturl1 (1.12.130); FILE MERGED 2004/09/30 13:10:08 cmc 1.12.130.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer


2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d5b9fcbcae22909ac7e96b786c9524687bea018]

INTEGRATION: CWS ineturl1 (1.51.118); FILE MERGED 2004/09/30 13:10:07 cmc 1.51.118.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer


2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [067d709032bfa2555dc7ba2d2ad76e70778d6266]

INTEGRATION: CWS ineturl1 (1.57.66); FILE MERGED 2004/12/01 17:53:10 cmc 1.57.66.3: RESYNC: (1.58-1.59); FILE MERGED 2004/10/27 13:51:42 cmc 1.57.66.2: RESYNC: (1.57-1.58); FILE MERGED 2004/09/30 13:10:06 cmc 1.57.66.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer


2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4690a9c74e9b18da49407f4fc5bf96da2c10ac9c]

INTEGRATION: CWS ineturl1 (1.21.24); FILE MERGED 2004/09/30 13:10:06 cmc 1.21.24.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer


2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca4d9876f7657c2a8fe87ef007aca9ed3e5d1afc]

INTEGRATION: CWS ineturl1 (1.16.132); FILE MERGED 2004/10/27 13:44:20 cmc 1.16.132.2: RESYNC: (1.16-1.17); FILE MERGED 2004/09/30 12:14:48 cmc 1.16.132.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer


2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8e468f78e98c13c4e50ea0084e5b813b2f283c2]

INTEGRATION: CWS ineturl1 (1.10.212); FILE MERGED 2004/10/27 13:44:06 cmc 1.10.212.2: RESYNC: (1.10-1.11); FILE MERGED 2004/09/30 12:14:48 cmc 1.10.212.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer


2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5426121a8486d03af0b01d7a2abe1805486f6b05]

INTEGRATION: CWS ineturl1 (1.51.14); FILE MERGED 2004/10/27 11:50:41 cmc 1.51.14.2: RESYNC: (1.51-1.52); FILE MERGED 2004/09/30 11:06:23 cmc 1.51.14.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer


2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [0bffb18a49b589f91146867c580995729bd030b1]

INTEGRATION: CWS aw022 (1.8.8); FILE MERGED 2004/11/22 10:41:50 aw 1.8.8.1: #i37394#


2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [21b1a0a1a15ef24ca1d1e6ed225edf3e8465276b]

INTEGRATION: CWS aw022 (1.9.4); FILE MERGED 2004/11/25 11:09:20 aw 1.9.4.1: #i37443#


2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [e4f70fa257757809dcc88629f83557bab530eb05]

INTEGRATION: CWS aw022 (1.14.2); FILE MERGED 2004/11/25 11:09:19 aw 1.14.2.2: #i37443# 2004/11/18 11:47:38 aw 1.14.2.1: #i37380#


2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [a7429e0dd905a1b6628f2cd4cbe65e774da2235b]

INTEGRATION: CWS aw022 (1.8.38); FILE MERGED 2004/11/25 11:09:19 aw 1.8.38.2: #i37443# 2004/11/18 11:47:37 aw 1.8.38.1: #i37380#


2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [22d34393c4bfd16ad3f9e739e827ad1de89c83a9]

INTEGRATION: CWS aw022 (1.10.2); FILE MERGED 2004/11/25 11:09:18 aw 1.10.2.1: #i37443#


2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [29979489a1bccb66db6b48836e1fd69b85457f97]

INTEGRATION: CWS aw022 (1.12.2); FILE MERGED 2004/11/25 11:09:18 aw 1.12.2.1: #i37443#


2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [0cbc1e30f89b7de8d2e0d80867988dca4224ad9f]

INTEGRATION: CWS aw022 (1.7.38); FILE MERGED 2004/11/25 11:09:18 aw 1.7.38.2: #i37443# 2004/11/18 11:47:28 aw 1.7.38.1: #i37380#


2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e60e023debc9f553aa4bff518c88a8aa8a219aab]

INTEGRATION: CWS ause012 (1.4.4); FILE MERGED 2004/11/15 11:05:01 hjs 1.4.4.1: #i37162# explicit include as netdb.h may miss it on some glibc versions


2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e8fd1dc6c006582f3f8625df27c5515cb1495fd]

INTEGRATION: CWS ause012 (1.28.68); FILE MERGED 2004/12/02 14:22:49 hjs 1.28.68.1: #i37776# deliver so_checksun, moved here from scptools


2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc0eebfee34db7688097f868d9edfb49a8bd81ad]

INTEGRATION: CWS ause012 (1.1.2); FILE ADDED 2004/11/25 18:30:57 hjs 1.1.2.1: #i37776# moved here from obsolete scptools


2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bcaf86148e76f0846bc7b4df621eddf3ac68ef6]

INTEGRATION: CWS ause012 (1.1.2); FILE ADDED 2004/11/25 18:30:58 hjs 1.1.2.1: #i37776# moved here from obsolete scptools


2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b24b344741fdd4bd8750ff54ce50b146dc31cc8f]

INTEGRATION: CWS ause012 (1.18.74); FILE MERGED 2004/11/25 18:30:58 hjs 1.18.74.1: #i37776# moved here from obsolete scptools


2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8b5c98ed8d1242fab7e84ba0d788298cf53ad40]

INTEGRATION: CWS ause012 (1.34.60); FILE MERGED 2004/12/01 17:59:50 hjs 1.34.60.2: RESYNC: (1.34-1.35); FILE MERGED 2004/11/10 11:10:07 hjs 1.34.60.1: #i10000# added transex3 - required for resource building


2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [099671b761aae2ad4aed40e36e0369242d6844de]

INTEGRATION: CWS sch05 (1.13.256); FILE MERGED 2004/11/16 16:14:36 iha 1.13.256.1: #i36001# prevent endless loop


2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [694be3875f494a3ac1b5adea3a2f8414b6254954]

INTEGRATION: CWS gh9 (1.8.14); FILE MERGED 2004/12/07 15:24:50 gh 1.8.14.3: compare tags to sourcelanguage only if sourcelanguage is given 2004/11/24 12:47:13 gh 1.8.14.2: generate error in case of single \< without \> 2004/11/23 12:02:29 gh 1.8.14.1: check for pairs of \" tags ignore \\ check for end of tag (not end of line) close error and ok files on exit


2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [3a9ce27ef886cf476cbf91253f8186af01cb533d]

INTEGRATION: CWS gh9 (1.11.14); FILE MERGED 2004/12/08 09:33:57 gh 1.11.14.4: improve handling of incorrect lines 2004/12/07 16:16:47 gh 1.11.14.3: new switch -wef and -wcf to pass own filename 2004/12/07 15:24:49 gh 1.11.14.2: compare tags to sourcelanguage only if sourcelanguage is given 2004/11/23 12:02:28 gh 1.11.14.1: check for pairs of \" tags ignore \\ check for end of tag (not end of line) close error and ok files on exit


2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [ec2cf5387451702b8b40fceb97731399b2c3aa34]

INTEGRATION: CWS gh9 (1.5.14); FILE MERGED 2004/12/07 15:24:49 gh 1.5.14.3: compare tags to sourcelanguage only if sourcelanguage is given 2004/11/25 14:42:21 gh 1.5.14.2: generate error in case of single \< without \> 2004/11/23 12:02:28 gh 1.5.14.1: check for pairs of \" tags ignore \\ check for end of tag (not end of line) close error and ok files on exit


2004-12-09  Kurt Zenker  <kz@openoffice.org>  [d81765ad5c47768c27927d0d2affe1906f304b8f]

INTEGRATION: CWS pbbeta02 (1.59.8); FILE MERGED 2004/12/08 11:11:40 pb 1.59.8.1: fix: #i38626# unicode damge removed


2004-12-09  Kurt Zenker  <kz@openoffice.org>  [3c145a317ec7fc33025c64ba5d8cd43bcf765b5c]

INTEGRATION: CWS pbbeta02 (1.11.224); FILE MERGED 2004/12/08 07:26:47 pb 1.11.224.1: fix: #i34208# reset item for every load of a menuentry


2004-12-09  Kurt Zenker  <kz@openoffice.org>  [71b7c2c8b14641d5b4073e368e8bdcdc62c867da]

INTEGRATION: CWS fwkbeta02 (1.4.4); FILE MERGED 2004/12/07 14:09:35 mav 1.4.4.1: #i38377# fix the typo


2004-12-07  Vladimir Glazounov  <vg@openoffice.org>  [0c7caf29b219432dcd72b3c21a335c2d60126421]

new version for SRC680


2004-12-07  Kurt Zenker  <kz@openoffice.org>  [4ed98b85e9cb69212cbfe20fda944bb83a663d6d]

#i38581# correct locale string


2004-12-07  Vladimir Glazounov  <vg@openoffice.org>  [f32243c9b923d3552578f0128a0a70aaa726e60b]

new version for SRC680


2004-12-07  Andreas Schlüns  <as@openoffice.org>  [14b6f0ea0788830f682b6218596a7aa0e3330f29]

#i38386#, #i38471# dont ignore NOCREATE flag


2004-12-07  Andreas Schlüns  <as@openoffice.org>  [4377c01e5524d4b4495255877315d4c723e7dc64]

#i38386# implement more fallbacks


2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [fdb3a1c6bbe4eadf1679a7bf5ffde572ee8184ba]

INTEGRATION: CWS sb27 (1.6.2); FILE MERGED 2004/12/06 14:59:53 mav 1.6.2.1: #i38302# if the mode is requested explicitly it should be used


2004-12-03  Kurt Zenker  <kz@openoffice.org>  [839fedaa991d72814a23d7d0cb8bb4eb7c20eb9f]

INTEGRATION: CWS gtkmenucrash (1.7.4); FILE MERGED 2004/11/27 12:10:51 pl 1.7.4.1: #i37939# realize menuitem


2004-12-03  Rüdiger Timm  <rt@openoffice.org>  [e69ad94553ea7e31ce25ea010b3c551cd71179a3]

INTEGRATION: CWS miscbeta2 (1.28.220); FILE MERGED 2004/12/02 15:45:47 fs 1.28.220.1: #i38306# hold SvtSysLocale alive as long as we need references to its members


2004-12-03  Kurt Zenker  <kz@openoffice.org>  [722c5cca744469076dcf2ba9a871193e0913fd8e]

INTEGRATION: CWS fwkbeta01 (1.38.34); FILE MERGED 2004/12/01 12:10:47 as 1.38.34.1: #i38089# no resize on maximize


2004-12-02  Thorsten Behrens  <thb@openoffice.org>  [48b2732a5e87bcbf007f841ca8c73d387e06d85f]

#i38282#, #i37796# Added XWindow interface to sprite canvas. Via this interface, the VCL window notifies dependent canvases about visibility/size changes, which makes the VCL canvas react properly on window resizes


2004-12-02  Vladimir Glazounov  <vg@openoffice.org>  [10a3412d77613a3009869e7e79b632451bc831b9]

new version for SRC680


2004-12-01  Mikhail Voitenko  <mav@openoffice.org>  [d989495c552e41778e567a9add3489e4a90b12de]

#i38213# do not create readonly storage on nonexistent content


2004-11-29  Oliver Bolte  <obo@openoffice.org>  [9d8b392ddabacae4d29913725c1ee75aab58f361]

#i10000# merge problem solved


2004-11-29  Vladimir Glazounov  <vg@openoffice.org>  [4c174551a71665ea38fa75a3c152992095cafc11]

new version for SRC680


2004-11-29  Vladimir Glazounov  <vg@openoffice.org>  [e2bfbff851bfdac6589b1f3c16ddf39f696f84f8]

new version for SRC680


2004-11-29  Vladimir Glazounov  <vg@openoffice.org>  [b2267ba10a8445403ff421e84d9f616e1be0b60e]

new version for SRC680


2004-11-29  Vladimir Glazounov  <vg@openoffice.org>  [e3498d22e07fc9bc3bea6bde38dc05af0c8b0d5a]

new version for SRC680


2004-11-29  Vladimir Glazounov  <vg@openoffice.org>  [65bd2a11b5ec45e4065226fd11ae6e9e8d9559a1]

new version for SRC680


2004-11-28  Martin Hollmichel  <mh@openoffice.org>  [1b971cd755f8106977fdff02228ce1f36e5d8825]

missing comma, #i10000#


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d14514e42200686afbca594214e9636017e8282]

INTEGRATION: CWS os43 (1.17.76); FILE MERGED 2004/11/18 13:01:02 hdu 1.17.76.2: #i37016# change reference resolution enumid for backward compatibility in future releases 2004/11/18 12:19:36 hdu 1.17.76.1: #i37016# change reference resolution to improve metric compatibility with legacy apps


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b15b80908568578224c99a175f7b1324643a722]

INTEGRATION: CWS os43 (1.73.16); FILE MERGED 2004/11/18 13:01:02 hdu 1.73.16.2: #i37016# change reference resolution enumid for backward compatibility in future releases 2004/11/18 12:33:34 hdu 1.73.16.1: #i37016# change reference resolution to improve metric compatibility with legacy apps


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9f22760c43c5fc90715e87d3ee241a09cb7bfaa]

INTEGRATION: CWS os43 (1.28.136); FILE MERGED 2004/11/15 14:08:35 pb 1.28.136.1: fix: #i37154# enable DirectoryUp of MyDocuments


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [82878b0ee072cd17db06d917f463f98e216f3463]

INTEGRATION: CWS os43 (1.59.44); FILE MERGED 2004/11/22 13:16:05 pb 1.59.44.2: fix: #i37154# GetRootPos(): DBG_ERRORFILE -> DBG_WARNING 2004/11/15 14:08:36 pb 1.59.44.1: fix: #i37154# enable DirectoryUp of MyDocuments


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef1ce93ea9e23d4f30db6ae9ea2b61cbe4133175]

INTEGRATION: CWS sysint1 (1.2.36); FILE MERGED 2004/11/16 14:10:30 as 1.2.36.1: #118457# change mime types of top level formats


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [89a1b0194e55fd9796f4bd1f88ca8ddf952d69ae]

INTEGRATION: CWS sysint1 (1.32.12); FILE MERGED 2004/11/16 13:43:28 as 1.32.12.1: #118457# change mime types of top level formats


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7eb2d8f907e61c2a82a67890c3766070d9d8a90d]

INTEGRATION: CWS sysint1 2004/11/16 13:41:14 as : #118457# change extensions of toplevel formats


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [aee696715a9a609ebe317a04cc7d89c313e790fd]

INTEGRATION: CWS sysint1 (1.29.118); FILE MERGED 2004/11/16 13:41:14 as 1.29.118.1: #118457# change extensions of toplevel formats


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c1431e8805348333e3e2dd251798ee63853079f]

INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/16 14:09:14 as 1.1.2.1: #118457# define document mime types global


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [daa95bb6f5a727cef645a88dbe58a96715f484e3]

INTEGRATION: CWS presentationengine01 (1.2.52); FILE MERGED 2004/11/19 23:56:02 thb 1.2.52.3: #110496# Removed isEmpty due to resync. FS obviously encountered the same shortcoming, but named it the STL way 2004/11/17 20:12:48 thb 1.2.52.2: RESYNC: (1.2-1.3); FILE MERGED 2004/09/06 13:23:00 thb 1.2.52.1: #110496# Added isEmpty query on the ListenerContainer


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [38247d89d0db58051b45cb9452f5e24cb41047a5]

INTEGRATION: CWS presentationengine01 (1.4.14); FILE MERGED 2004/08/23 14:17:08 thb 1.4.14.3: RESYNC: (1.4-1.6); FILE MERGED 2004/07/28 13:09:29 thb 1.4.14.2: #110496# Reversed template argument order to facilitate automatic type deduction 2004/04/05 16:38:55 thb 1.4.14.1: #110496# Tip from DBO: getConstArray can be much more performant


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0301b9f9510fb3ca0d863af8805cc5fcecabfe94]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/04/22 08:59:51 thb 1.1.2.3: #110496# export is a reserved word (which MSVC ignores. Sigh.) 2004/04/21 18:48:11 thb 1.1.2.2: #110496# Added docs and Any-converters 2004/04/16 11:17:50 thb 1.1.2.1: Initial revision


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c7a6aaa0b3832e9122242c14b5eee00dd316a453]

INTEGRATION: CWS presentationengine01 (1.2.12); FILE MERGED 2004/08/25 18:20:36 thb 1.2.12.1: #110496# Added operator< for STL-algo convenience


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [09676c81a3f076e2529e07d161f452a12243b4cf]

INTEGRATION: CWS presentationengine01 (1.6.106); FILE MERGED 2004/08/29 18:06:55 cl 1.6.106.1: added support for non selectable entries


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [349c85768674c9765ec6c973d065458431884481]

INTEGRATION: CWS presentationengine01 (1.39.32); FILE MERGED 2004/10/13 00:09:04 thb 1.39.32.3: RESYNC: (1.39-1.41); FILE MERGED 2004/10/08 15:31:00 cl 1.39.32.2: SetCursor must set first selectable if the given entry is not selectable 2004/08/29 18:06:55 cl 1.39.32.1: added support for non selectable entries


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3b12060b28c2e46d67776871994ae817a609a1c0]

INTEGRATION: CWS presentationengine01 (1.13.94); FILE MERGED 2004/10/13 00:04:17 thb 1.13.94.2: RESYNC: (1.13-1.14); FILE MERGED 2004/08/29 18:06:21 cl 1.13.94.1: added support for non selectable entries


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b2e7cde31244ff1168bd31ea8607217f6264ddf7]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/10/26 23:39:13 thb 1.2.2.6: #110496# Added dedicated alpha bitmap support at the XGraphicDevice: extended factory methods 2004/08/01 20:16:36 thb 1.2.2.5: #110496# Added new constructor, which takes a UNO canvas 2004/07/20 19:09:08 thb 1.2.2.4: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:32 thb 1.2.2.3: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/21 18:49:39 thb 1.2.2.2: #110496# Added shape-global change functionality to Renderer interface 2004/04/05 15:58:55 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [fcc52222afb711dca1100cc89da375b21877a172]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:09:08 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:55 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e4fbb18aab8db0718a323579b371f1420f222e36]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:09:08 thb 1.2.2.4: #110496# Unified include statements; removed external prefix from boost includes 2004/05/27 20:51:29 thb 1.2.2.3: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/05/11 15:21:03 hdu 1.2.2.2: #116716# adjust to new BiDi options
2004/04/05 15:58:55 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8d1222402430b38db2dfd953ba7e8750a21946fa]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/27 18:49:15 thb 1.2.2.4: #110496# Adapted to recent canvas API changes (XSpriteCanvas::updateScreen) 2004/07/20 19:09:08 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:32 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/05 15:58:54 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9211fbe92e584682d8a7984bd5b2ad5ac01c68c9]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/27 18:49:14 thb 1.2.2.4: #110496# Adapted to recent canvas API changes (XSpriteCanvas::updateScreen) 2004/07/20 19:09:07 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:32 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/05 15:58:54 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a8e0d08dffeacf7ec08918ccc75bf7d4c50b5919]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/22 15:23:46 thb 1.2.2.5: #110496# Avoiding ternary operators returning different types on their branches: triggers Solaris compiler bug 2004/08/06 14:00:57 thb 1.2.2.4: #110496# Adapted XSprite API to match reality (the way it was simply wasn't logical). 2004/07/20 19:09:07 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:31 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/05 15:58:54 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [53acfddc81da9475afe809ce81aaa3bf197186bb]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/23 23:20:13 thb 1.2.2.8: #110496# Regression: while avoiding ternary operators, due to a Solaris compiler bug, put part of the checked class initialization behind the checks. 2004/11/22 15:23:46 thb 1.2.2.7: #110496# Avoiding ternary operators returning different types on their branches: triggers Solaris compiler bug 2004/08/06 14:00:56 thb 1.2.2.6: #110496# Adapted XSprite API to match reality (the way it was simply wasn't logical). 2004/07/22 18:43:59 thb 1.2.2.5: #110496# Explicitely hide sprites on destruction. Otherwise, the canvas will display them forever 2004/07/20 19:09:07 thb 1.2.2.4: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:31 thb 1.2.2.3: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/05/27 20:51:29 thb 1.2.2.2: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/04/05 15:58:54 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7f557e942fd494f0fc0c6678063685d12ee84f2c]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:09:07 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:54 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0c8548475b0a64d375e92d20fa1ab32d6172623f]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/09/06 13:31:24 thb 1.2.2.3: #110496# Added special case to stroke hair lines (by calling XCanvas::drawPolyPolygon()) 2004/07/20 19:09:07 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:54 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9c056ea6081c08ce28332cd6a692a368b9dc2f4c]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:09:06 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/04/12 15:13:21 thb 1.2.2.2: #110496# Adaptions after canvas01 merge 2004/04/05 15:58:53 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4bc1ed2bd1405c5d75b18adc020b249946f8c5c4]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:09:06 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:31 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/05 15:58:53 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ebcac141ec725fc410560846469c25a1751ef5f3]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:09:06 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:30 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/05 15:58:53 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c4870d2e1f30ac06aa69b0254000b1d9c207164f]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:09:05 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/05/27 20:51:29 thb 1.2.2.2: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/04/05 15:58:52 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [712cb980aa6317b3df0c44e9cdbb8f084df7c249]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:09:05 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:30 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/05 15:58:52 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ad7efb43b257f943f30aa5fcba9a8c58fbc0632d]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/22 15:23:46 thb 1.2.2.4: #110496# Avoiding ternary operators returning different types on their branches: triggers Solaris compiler bug 2004/07/20 19:09:04 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:30 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/05 15:58:52 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6d496ad867a4ba51be50433788f8641563b4fe2c]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:09:04 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:29 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/05 15:58:52 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3aaada4ee9ce960be1915124ae6f732edb5e8853]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/10/12 14:14:41 thb 1.2.2.3: #i34997# Added support for FLOATTRANSPARENCY meta action 2004/07/20 19:09:04 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:51 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ce15b2be0617f024e8b1af790f69d7467d6fb31e]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/10/13 12:14:04 thb 1.2.2.5: #i34997#: Fixed problem with transparency bitmap rendering 2004/10/12 14:14:41 thb 1.2.2.4: #i34997# Added support for FLOATTRANSPARENCY meta action 2004/07/20 19:09:03 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/05/27 20:51:29 thb 1.2.2.2: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/04/05 15:58:51 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [86061e7559aa38b0f1c9e66e24a73d2ca15bfdbe]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/10/26 23:39:12 thb 1.2.2.3: #110496# Added dedicated alpha bitmap support at the XGraphicDevice: extended factory methods 2004/07/20 19:09:03 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:51 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [18efd46b9782ba7409d1542d94a9ea7c9d4af892]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/13 20:35:49 thb 1.2.2.3: #110496# Improved color tooling 2004/07/20 19:09:02 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:50 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a1a3d1dbdc1cdb9abb3720aca6fbac50645690e6]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/22 15:23:45 thb 1.2.2.3: #110496# Avoiding ternary operators returning different types on their branches: triggers Solaris compiler bug 2004/07/20 19:09:02 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:50 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [bcc095489a55ff52a44e95dac63e015b9bbfbe75]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/12 14:12:55 thb 1.1.2.1: #i34997# Initial revision


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b0152bcc70fa17c8d77fb45f465b8bff595be4f9]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/01 22:21:49 thb 1.1.2.2: #110496# Performance optimizations: added profiling traces 2004/10/12 14:12:43 thb 1.1.2.1: #i34997# Initial revision


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f4e430bde957906e984fd9969e8901aea50d4b39]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/23 19:15:50 thb 1.2.2.5: #110496# Added more overridable attributes (needed for slideshow attribute animations 2004/07/20 19:09:01 thb 1.2.2.4: #110496# Unified include statements; removed external prefix from boost includes 2004/05/27 20:51:28 thb 1.2.2.3: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/04/12 15:13:21 thb 1.2.2.2: #110496# Adaptions after canvas01 merge
2004/04/05 15:58:50 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d8549d5e4b8e08b83cd7841bf54442d399c898c6]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/01 22:21:49 thb 1.2.2.7: #110496# Performance optimizations: added profiling traces 2004/08/23 19:15:49 thb 1.2.2.6: #110496# Added more overridable attributes (needed for slideshow attribute animations 2004/07/20 19:09:01 thb 1.2.2.5: #110496# Unified include statements; removed external prefix from boost includes 2004/06/03 14:18:46 thb 1.2.2.4: #110496# Fixed crash occuring when no font was set before text rendering 2004/05/11 15:20:28 hdu 1.2.2.3: #116716# adjust to new BiDi options 2004/04/12 15:13:20 thb 1.2.2.2: #110496# Adaptions after canvas01 merge 2004/04/05 15:58:49 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f644344d08d04fcb79bbce3c8f245c7af57b6f62]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/08 05:56:08 thb 1.2.2.3: #i36093# Added native canvas gradients 2004/07/20 19:09:01 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:49 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ed84d974431a876cee8ccc231268b0e3c14d463b]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/08 05:56:08 thb 1.2.2.5: #i36093# Added native canvas gradients 2004/11/01 22:21:49 thb 1.2.2.4: #110496# Performance optimizations: added profiling traces 2004/07/20 19:09:00 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/05/27 20:51:28 thb 1.2.2.2: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/04/05 15:58:49 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ebec202560d59c5be058bbdb006977dfbb82d277]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:09:00 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:49 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [051517603544874bea0e90eab48f859f99ac11c0]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/01 22:21:49 thb 1.2.2.3: #110496# Performance optimizations: added profiling traces 2004/07/20 19:09:00 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:49 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ae9d7b89e5169b23862f6852bb877ad527b439a1]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/09/30 21:45:41 thb 1.2.2.6: #110496# Now handling clip meta actions correctly (were mostly ignored before) 2004/09/30 15:11:38 thb 1.2.2.5: #110496# Removed gcc -Wall warnings 2004/08/31 14:14:11 hdu 1.2.2.4: #116716# add text outline effect 2004/06/03 14:18:46 thb 1.2.2.3: #110496# Fixed crash occuring when no font was set before text rendering 2004/05/11 15:19:30 hdu 1.2.2.2: #116716# add text effects and emphasis styles 2004/04/05 15:58:48 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f05317144e0d63f9fb97d53b84070dc176a74a2e]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:08:59 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:48 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a7cb0ba87b1a94a70ee3b113c75baa1d835adf71]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/10/12 14:14:40 thb 1.2.2.2: #i34997# Added support for FLOATTRANSPARENCY meta action 2004/04/05 15:58:48 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [25ce87a6119716995d3c66934eda381fdf9ef2d9]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/01 22:21:48 thb 1.2.2.3: #110496# Performance optimizations: added profiling traces 2004/07/20 19:08:58 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:47 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [51177209aa187994da2957e85e378a1453f0d339]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/21 22:05:09 thb 1.2.2.23: #110496# After merge, correctOrientations now returns result, no longer modifies passed parameter 2004/11/19 23:57:04 thb 1.2.2.22: #110496# Adapted to AW clipper changes 2004/11/08 05:56:07 thb 1.2.2.21: #i36093# Added native canvas gradients 2004/11/01 22:21:48 thb 1.2.2.20: #110496# Performance optimizations: added profiling traces 2004/10/26 12:39:17 thb 1.2.2.19: #110496# Setup default text color (in contrast to the line/fill color, OutDev inits that to default black) 2004/10/12 14:14:40 thb 1.2.2.18: #i34997# Added support for FLOATTRANSPARENCY meta action 2004/10/01 17:24:52 thb 1.2.2.17: #110496# Normalizing len attribute on text metaactions (might well be magic STRING_LEN, which is handled on VCL's OutputDevice, but not for our DX canvas, and means: simply take the length of the passed string argument) 2004/09/30 21:45:41 thb 1.2.2.16: #110496# Now handling clip meta actions correctly (were mostly ignored before) 2004/09/01 22:02:40 thb 1.2.2.15: #110496# Cosmetical changes, removed extraneous include; added two TODO comments 2004/08/31 15:06:53 hdu 1.2.2.14: #116716# enable text outline effect 2004/08/31 14:14:11 hdu 1.2.2.13: #116716# add text outline effect 2004/08/27 11:33:38 hdu 1.2.2.12: #116716# make gcc happy by replacing an unbalanced ternary expression 2004/08/23 19:15:49 thb 1.2.2.11: #110496# Added more overridable attributes (needed for slideshow attribute animations 2004/07/28 13:08:47 thb 1.2.2.10: #110496# Adapted to reversed template argument order in containerToSequence 2004/07/20 19:08:58 thb 1.2.2.9: #110496# Unified include statements; removed external prefix from boost includes 2004/07/09 09:50:51 hdu 1.2.2.8: #116716# more text effects and text lines 2004/06/03 14:18:46 thb 1.2.2.7: #110496# Fixed crash occuring when no font was set before text rendering 2004/05/27 20:51:28 thb 1.2.2.6: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/05/11 15:19:31 hdu 1.2.2.5: #116716# add text effects and emphasis styles
2004/05/10 09:38:22 hdu 1.2.2.4: #116716# improve text handling
2004/04/21 18:49:39 thb 1.2.2.3: #110496# Added shape-global change functionality to Renderer interface
2004/04/12 15:13:20 thb 1.2.2.2: #110496# Adaptions after canvas01 merge
2004/04/05 15:58:47 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c5a4144cd59506bd9ee354d916c9d460f05787ca]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:08:58 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:47 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [623801d56c0311cf1bad0c51e1bc6906b449a378]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/01 22:21:48 thb 1.2.2.4: #110496# Performance optimizations: added profiling traces 2004/07/20 19:08:58 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/05/27 20:51:28 thb 1.2.2.2: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/04/05 15:58:47 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4ee41ba083c1ff0df9293207930022eec5e29a8a]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/08 05:56:07 thb 1.2.2.7: #i36093# Added native canvas gradients 2004/09/30 21:45:41 thb 1.2.2.6: #110496# Now handling clip meta actions correctly (were mostly ignored before) 2004/08/23 19:15:49 thb 1.2.2.5: #110496# Added more overridable attributes (needed for slideshow attribute animations 2004/07/20 19:08:57 thb 1.2.2.4: #110496# Unified include statements; removed external prefix from boost includes 2004/07/09 09:50:39 hdu 1.2.2.3: #116716# more text effects and text lines 2004/04/21 18:49:38 thb 1.2.2.2: #110496# Added shape-global change functionality to Renderer interface 2004/04/05 15:58:46 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1425ea18a9e1cf83fc3519e0822b0b4a37762c8b]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:08:57 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:45 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ffe7bc39bb0f708689a88737ffbf576cddc031ba]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/23 18:20:31 thb 1.2.2.4: #i10000# Missing build dependency to canvas (need the tools from there) 2004/07/28 11:44:15 thb 1.2.2.3: #110496# Moved canvas API to offapi 2004/07/28 10:15:13 thb 1.2.2.2: #110496# Added canvas API back to offapi (was private API before). Thus, no need to generate private API here 2004/04/12 15:13:20 thb 1.2.2.1: #110496# Adaptions after canvas01 merge


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [05bb26037c87ecc02e352049adb2a759190bb568]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/10/26 23:39:12 thb 1.2.2.5: #110496# Added dedicated alpha bitmap support at the XGraphicDevice: extended factory methods 2004/08/01 20:16:35 thb 1.2.2.4: #110496# Added new constructor, which takes a UNO canvas 2004/06/25 10:30:18 thb 1.2.2.3: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/21 18:49:26 thb 1.2.2.2: #110496# Added shape-global change functionality to Renderer interface 2004/04/05 15:58:45 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5c21c5b648d4641e689b6e71bddd25da0f3655bc]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/27 18:49:14 thb 1.2.2.6: #110496# Adapted to recent canvas API changes (XSpriteCanvas::updateScreen) 2004/08/19 17:21:08 thb 1.2.2.5: #110496# Switched from deprecated to recommended shared_ptr dynamic cast method 2004/07/20 19:08:43 thb 1.2.2.4: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 14:01:07 thb 1.2.2.3: #100000# Old boost does not have operator bool on shared_ptr 2004/06/25 10:30:18 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/05 15:58:44 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0c55b1a86ae0b91587f148fcf2167850e8120728]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/06 14:00:44 thb 1.2.2.3: #110496# Adapted XSprite API to match reality (the way it was simply wasn't logical). 2004/07/20 19:08:43 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:44 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [31bfdbc3674ef5fe55bb0fdb6d317ab5e5d50c4a]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/23 19:15:36 thb 1.2.2.5: #110496# Added more overridable attributes (needed for slideshow attribute animations 2004/07/20 19:08:43 thb 1.2.2.4: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:18 thb 1.2.2.3: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/21 18:49:26 thb 1.2.2.2: #110496# Added shape-global change functionality to Renderer interface 2004/04/05 15:58:44 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0d3f6181383903eafb5bc1a3e8419208ab43689a]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/13 20:35:39 thb 1.2.2.3: #110496# Improved color tooling 2004/07/20 19:08:42 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:43 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3c8b890c70990a295857a5dfda41d29f567eb155]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/09/29 19:07:54 thb 1.2.2.4: #110496# Added magic constant for bounding box enlargement on anti-aliasing canvases 2004/07/20 19:08:42 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:18 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/05 15:58:42 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [08477d6104b1f3c799949671d4eda801ca43f2b2]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/19 17:21:08 thb 1.2.2.5: #110496# Switched from deprecated to recommended shared_ptr dynamic cast method 2004/07/20 19:08:41 thb 1.2.2.4: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 14:01:06 thb 1.2.2.3: #100000# Old boost does not have operator bool on shared_ptr 2004/06/25 10:30:17 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/05 15:58:42 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [101ac4aefa879519aeb407e7f52a24d28436efe8]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/10/12 14:14:21 thb 1.2.2.3: #i34997# Added support for FLOATTRANSPARENCY meta action 2004/07/20 19:08:41 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:42 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [09de7d6b489fab31cbbac8cbd46e51c74ad2720b]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/10/26 23:39:12 thb 1.2.2.2: #110496# Added dedicated alpha bitmap support at the XGraphicDevice: extended factory methods 2004/04/05 15:58:42 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d27337cfd6a5db65131aee543d61de4b0a1e5145]

INTEGRATION: CWS presentationengine01 (1.4.82); FILE MERGED 2004/08/16 18:25:40 aw 1.4.82.1: #110496#


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1a825947370045e3fbf15a242e387ee1e675e310]

INTEGRATION: CWS presentationengine01 (1.2.98); FILE MERGED 2004/08/16 18:25:39 aw 1.2.98.1: #110496#


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e0a05355462d1c1214cf6da78f79cf1f6e5b7ef0]

INTEGRATION: CWS presentationengine01 (1.7.48); FILE MERGED 2004/08/16 18:25:39 aw 1.7.48.1: #110496#


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7aa607204bfd146168429192f74f6ad749ea32d0]

INTEGRATION: CWS presentationengine01 (1.8.50); FILE MERGED 2004/08/17 12:08:19 aw 1.8.50.1: #110496# adaptions for CreateVirtualDevice for UNX


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a909a4d2cda7e2252f75080f1f5038a47c4fe2b0]

INTEGRATION: CWS presentationengine01 (1.26.32); FILE MERGED 2004/11/15 17:42:51 thb 1.26.32.1: #i37103# The working depth for intermediate pixmaps is not necessarily the display depths: there can be one-bit VDev render targets, on which XCopyArea will fail if the depths don't match. Now handling that special case.


2004-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [6143c9c05af1cfe06f7272c0b98e0c75ee9b8b6a]

INTEGRATION: CWS so8betal10n (1.16.24); FILE MERGED 2004/11/25 18:36:36 ihi 1.16.24.1: German merge fix


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9655c56def97bfe76650c4ab8e999b0744cf6e19]

INTEGRATION: CWS presentationengine01 (1.8.46); FILE MERGED 2004/08/17 12:08:18 aw 1.8.46.1: #110496# adaptions for CreateVirtualDevice for UNX


2004-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [69259502346509d851a0ebd791e6fce3097a0617]

INTEGRATION: CWS so8betal10n (1.4.14); FILE MERGED 2004/11/25 18:36:02 ihi 1.4.14.1: German merge fix


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6e2567c3c68c5571b0fdb118e24591424969bd1e]

INTEGRATION: CWS presentationengine01 (1.195.30); FILE MERGED 2004/11/17 19:52:23 thb 1.195.30.9: RESYNC: (1.199-1.200); FILE MERGED 2004/10/13 14:39:54 thb 1.195.30.8: #110496# Added bool guard to mxCanvasWindow existence test (checking a weak ref for validity is somewhat expensive, a price that _every_ Window would have to pay. And most of the Windows currently don't have a canvas). 2004/10/12 23:49:41 thb 1.195.30.7: RESYNC: (1.195-1.199); FILE MERGED 2004/09/26 18:54:47 thb 1.195.30.6: #110496# Corectly passing on window dimensions to canvas peer now 2004/09/23 19:42:25 thb 1.195.30.5: #110496# Provide canvas with initial window state, on construction 2004/09/22 10:20:38 thb 1.195.30.4: #110496# Changed hard reference to window canvas into weak reference. This alleviates the problem that, once created, a canvas hangs around forever 2004/09/22 10:13:35 thb 1.195.30.3: #110496# Changed hard reference to window canvas into weak reference. This alleviates the problem that, once created, a canvas hangs around forever 2004/09/10 10:36:07 thb 1.195.30.2: #110496# Handling SystemChildWindows now properly in the canvas factory (did not respect syschild's own sys window handle before) 2004/09/08 16:37:48 dbo 1.195.30.1: #110496# adopting to new CanvasFactory Issue number: Submitted by: Reviewed by:


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e57d3b0da18ec9377a96e4f484f2a6559917df7c]

INTEGRATION: CWS presentationengine01 (1.15.6); FILE MERGED 2004/10/13 14:54:12 thb 1.15.6.2: #110496# Removed special slideshowwindow again, we'll use a different workaround for Java, and DirectX works with an internal change (we're limiting the output artificially to the faked Window area) 2004/09/12 21:09:08 cl 1.15.6.1: created special window for slideshow


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1c6facc4ddb248e05c22be49e225e29185d966cd]

INTEGRATION: CWS presentationengine01 (1.2.26); FILE MERGED 2004/11/08 06:06:46 thb 1.2.26.4: #110496# Improved bitmap performance, by employing specialized handling code for a few common bitmap formats 2004/11/01 22:23:37 thb 1.2.26.3: #110496# Performance optimizations: added profiling traces 2004/10/26 23:45:03 thb 1.2.26.2: #110496# Adapted to explicit alpha bitmap methods on XGraphicDevice 2004/07/28 18:36:13 thb 1.2.26.1: #i10000# API changes on setData


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d984e90613aa12d16b6e81b6ee6330dd5eb389bd]

INTEGRATION: CWS presentationengine01 (1.15.2); FILE MERGED 2004/10/12 23:46:23 thb 1.15.2.2: RESYNC: (1.15-1.17); FILE MERGED 2004/08/16 18:25:30 aw 1.15.2.1: #110496#


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [591c8d73943cabff24c90315a3ee095ef4867e76]

INTEGRATION: CWS presentationengine01 (1.9.48); FILE MERGED 2004/10/12 23:44:45 thb 1.9.48.2: RESYNC: (1.9-1.11); FILE MERGED 2004/10/11 17:41:29 thb 1.9.48.1: #i35331# Fixed map mode garbling for previous map mode == DEFAULT: then, EnableMapMode( TRUE ) enables a random, previously set non-default map mode


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [eb44c4854dae01e6234f324065e5a76ef226a178]

INTEGRATION: CWS presentationengine01 (1.24.32); FILE MERGED 2004/10/20 18:22:50 thb 1.24.32.1: #110496# When painting alpha-channel BmpEx with DRAWMODE_BLACKBITMAP, the full bitmap area appeared black. Fixed by manually thresholding the alpha channel (root cause was that ImplDrawAlpha called plain DrawBitmap, which just rendered a black rect in said case)


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3682badeafd6aa74c1ecb39f2833431bfb4878a5]

INTEGRATION: CWS presentationengine01 (1.10.82); FILE MERGED 2004/10/12 23:42:44 thb 1.10.82.2: RESYNC: (1.10-1.11); FILE MERGED 2004/03/15 18:41:24 thb 1.10.82.1: #110496# Added RemoveAction to metafile


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9bcb150e00792de005f2b1d02138e02d5fa7455f]

INTEGRATION: CWS presentationengine01 (1.29.22); FILE MERGED 2004/11/17 19:48:06 thb 1.29.22.3: RESYNC: (1.30-1.31); FILE MERGED 2004/10/12 23:40:36 thb 1.29.22.2: RESYNC: (1.29-1.30); FILE MERGED 2004/08/28 23:57:40 cl 1.29.22.1: added flags for entries


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [34706bb302f495c96f6ea0653947c7496e317d8c]

INTEGRATION: CWS presentationengine01 (1.48.22); FILE MERGED 2004/10/12 23:40:27 thb 1.48.22.2: RESYNC: (1.48-1.49); FILE MERGED 2004/08/28 23:57:41 cl 1.48.22.1: added flags for entries


2004-11-26  Kurt Zenker  <kz@openoffice.org>  [a54757e36574e5cfc606eb72cb47db3c166a7601]

INTEGRATION: CWS dbwizard2 (1.5.18); FILE MERGED 2004/11/09 10:08:47 bc 1.5.18.1: #i34788#WinStyle overgiven to roadmap modified


2004-11-26  Kurt Zenker  <kz@openoffice.org>  [441dbe819e6e68b090a8da996f02af0fd9b7c4a2]

INTEGRATION: CWS dbwizard2 (1.4.20); FILE MERGED 2004/11/10 11:08:20 bc 1.4.20.2: #i34788# high contrast accessibility improved 2004/11/09 15:13:49 bc 1.4.20.1: #i34788# Roadmap made accessible


2004-11-26  Kurt Zenker  <kz@openoffice.org>  [29e4bcfb2c409a97f66bb1a3af38893fd0408e24]

INTEGRATION: CWS dbwizard2 (1.3.20); FILE MERGED 2004/11/10 11:08:19 bc 1.3.20.2: #i34788# high contrast accessibility improved 2004/11/09 15:13:49 bc 1.3.20.1: #i34788# Roadmap made accessible


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e052bd00c3c27a72f6905e065fc25962bdbaefa2]

INTEGRATION: CWS storagechange01 (1.50.64); FILE MERGED 2004/11/01 10:05:32 mav 1.50.64.1: #i26882# file system storages implementation


2004-11-26  Kurt Zenker  <kz@openoffice.org>  [4d7b239ab4c52367846b223f902d6e188c99081f]

INTEGRATION: CWS dbwizard2 (1.3.20); FILE MERGED 2004/11/10 11:08:17 bc 1.3.20.2: #i34788# high contrast accessibility improved 2004/11/09 10:12:30 bc 1.3.20.1: #i34788# SetFixedLine method renamed to ResizeFixedLine()


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [420d1d43f67d95e702349d3fcdd81d7af4de35ac]

INTEGRATION: CWS storagechange01 (1.1.2); FILE ADDED 2004/11/01 09:38:10 mav 1.1.2.1: #i26882# file system storages implementation


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b873d3f540b17a3fdb865571eca3ddcbd3cdb3b]

INTEGRATION: CWS storagechange01 (1.1.2); FILE ADDED 2004/11/01 09:37:22 mav 1.1.2.1: #i26882# file system storages implementation


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [05b46616a06233ab53b2aa3657a01c33fe45b05a]

INTEGRATION: CWS storagechange01 (1.1.2); FILE ADDED 2004/11/01 09:37:13 mav 1.1.2.1: #i26882# file system storages implementation


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [448f562e12ce27514c5267c47de3503da32d65a0]

INTEGRATION: CWS storagechange01 (1.1.2); FILE ADDED 2004/11/01 09:37:04 mav 1.1.2.1: #i26882# file system storages implementation


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c8f71769432da244b3b58c3d6c28cb2ca069acb]

INTEGRATION: CWS storagechange01 (1.1.2); FILE ADDED 2004/11/01 09:36:55 mav 1.1.2.1: #i26882# file system storages implementation


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d13deb9db9f84a97cc668582bd9c84e9acaaa4d6]

INTEGRATION: CWS storagechange01 (1.1.2); FILE ADDED 2004/11/15 14:20:13 mav 1.1.2.3: #i26882# throw only allowed exceptions 2004/11/07 14:54:54 mav 1.1.2.2: #i26882# use SimpleFileAccess 2004/11/01 09:36:46 mav 1.1.2.1: #i26882# file system storages implementation


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [087ac99aff40049cbf6f4d52123189c78691dc33]

INTEGRATION: CWS storagechange01 (1.1.2); FILE ADDED 2004/11/01 09:36:37 mav 1.1.2.1: #i26882# file system storages implementation


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d1fc3371858826ab0fd129400e60fa634ed34fa]

INTEGRATION: CWS storagechange01 (1.26.62); FILE MERGED 2004/11/01 10:05:30 mav 1.26.62.1: #i26882# file system storages implementation


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6c576509cfce53149af3b1a66873dc401d2962f]

INTEGRATION: CWS toolbars3 (1.4.72); FILE MERGED 2004/11/12 15:02:18 cd 1.4.72.1: #i37059# Use float bits from docking window


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5cb6d197aa8a2d52ac4f2b3ba91d26c833f3b2ba]

INTEGRATION: CWS presentationengine01 (1.2.4); FILE MERGED 2004/09/29 23:34:18 thb 1.2.4.1: #110496# Making the new modules Wall clean


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e7c8205d01262ccaeff2062d9f954ffdf39796ef]

INTEGRATION: CWS presentationengine01 (1.8.2); FILE MERGED 2004/11/20 00:00:23 thb 1.8.2.2: #110496# After-merge cleanups, finished BxD<->BxI conversions for range and tuples 2004/11/17 20:20:10 thb 1.8.2.1: #110496# Unified integer constructors/fround converters


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [76e23bb2bd4e49d4e8e2326a4286256aba55ff9c]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE MERGED 2004/08/26 00:45:55 thb 1.1.2.2: #110496# Added awt geometry type conversions 2004/08/03 19:40:36 thb 1.1.2.1: #110496# Added some more canvas API helper


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2f3fe780c6507c6c42d780df03d38ab493d3a16d]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE MERGED 2004/08/19 00:10:02 thb 1.1.2.1: #110496# Added B2DMultiRange implementation


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6dc8cdb22a753c18afa095fe7a5c00841d67d2f2]

INTEGRATION: CWS presentationengine01 (1.4.2); FILE MERGED 2004/11/20 00:00:23 thb 1.4.2.2: #110496# After-merge cleanups, finished BxD<->BxI conversions for range and tuples 2004/11/17 20:20:09 thb 1.4.2.1: #110496# Unified integer constructors/fround converters


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [eabae89a9a5efe07bd3dca7e2ac160d99640c4d7]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/23 18:28:47 thb 1.1.2.6: #110496# Fixing merge fault: removing polygons _must_ use the OR version, otherwise, disjunct areas will vanish completely. That is, the two clipper operations must emulate the union operation 2004/11/20 00:00:23 thb 1.1.2.5: #110496# After-merge cleanups, finished BxD<->BxI conversions for range and tuples 2004/09/29 23:34:17 thb 1.1.2.4: #110496# Making the new modules Wall clean 2004/08/26 12:19:38 thb 1.1.2.3: #110496# Worked around some basegfx clipper bugs. Will prolly need a separate rect clipper sooner or later 2004/08/20 13:40:58 thb 1.1.2.2: #i10000# Expression did not compile under Linux/Solaris 2004/08/19 00:08:44 thb 1.1.2.1: Initial revision


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4eae9f8c4d7894e96a60b5c6117e56ed6d74bd04]

INTEGRATION: CWS presentationengine01 (1.3.2); FILE MERGED 2004/11/20 00:00:23 thb 1.3.2.2: #110496# After-merge cleanups, finished BxD<->BxI conversions for range and tuples 2004/11/17 20:20:09 thb 1.3.2.1: #110496# Unified integer constructors/fround converters


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [01cc8bd0a159151a846d16d2648b6121645076c9]

INTEGRATION: CWS presentationengine01 (1.4.2); FILE MERGED 2004/11/17 18:55:41 thb 1.4.2.3: RESYNC: (1.4-1.5); FILE MERGED 2004/09/09 14:42:03 thb 1.4.2.2: #110496# Added polygon raster converter 2004/07/01 17:00:33 thb 1.4.2.1: #110496# Added SVG import to B2DPolygon


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [84fb57ca2879512918719392d88e0a687c3ee408]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/07/01 17:00:01 thb 1.1.2.1: #110496# Added SVG import to B2DPolygon


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4e15f916573caa6f312be8a24f8caf8c0e522867]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/25 19:07:02 thb 1.1.2.4: #110496# Added some comments 2004/10/01 18:11:45 thb 1.1.2.3: #110496# Now correctly sending 'off' spans for the area outside the actual polygon, but still inside the bound rect 2004/09/29 18:36:27 thb 1.1.2.2: #110496# Extended polygon raster converter with adaptable update area (needed that for DX clip emulation in alpha channel) 2004/09/09 14:33:41 thb 1.1.2.1: Initial revision


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [719387f54aef27c52323a14598f8bd23c92f3a7d]

INTEGRATION: CWS presentationengine01 (1.6.12); FILE MERGED 2004/11/17 18:55:16 thb 1.6.12.2: RESYNC: (1.6-1.7); FILE MERGED 2004/10/04 13:57:31 thb 1.6.12.1: #110496# Removed unused variables (due to gcc -Wall notification)


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [cb88bbd417a7202a73206fa05bdbb267fea543f0]

INTEGRATION: CWS presentationengine01 (1.10.2); FILE MERGED 2004/08/10 09:08:29 thb 1.10.2.4: #110496# polygon copy constructor generated _two_ copies the polygon 2004/07/07 08:40:34 thb 1.10.2.3: RESYNC: (1.10-1.11); FILE MERGED 2004/05/05 11:46:01 thb 1.10.2.2: #110496# STL insert semantics imply that insertion happens _before_ the given iterator 2004/04/21 18:46:04 thb 1.10.2.1: #110496# Added B2DPolygon contructor to B2DPolyPolygon, added rect2poly convenience method to polygontools


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9fc7695e8825fae37cbb89a3fa77af00f34f7349]

INTEGRATION: CWS presentationengine01 (1.12.2); FILE MERGED 2004/11/21 22:03:48 thb 1.12.2.11: #110496# After merge, polygon clipper now uses correct orientation, reverted back to original version for rect and circle generation 2004/11/17 18:55:09 thb 1.12.2.10: RESYNC: (1.13-1.14); FILE MERGED 2004/08/29 00:55:53 thb 1.12.2.9: #110496# Fixed circle approximation (had wrong control vectors 2004/08/23 14:12:27 thb 1.12.2.8: RESYNC: (1.12-1.13); FILE MERGED 2004/08/19 00:10:02 thb 1.12.2.7: #110496# Added B2DMultiRange implementation 2004/08/11 13:23:17 thb 1.12.2.6: #110496# Now using M_SQRT2 instead of direct sqrt(2) calculations 2004/08/11 13:22:07 thb 1.12.2.5: #110496# Now using M_SQRT2 instead of direct sqrt(2) calculations 2004/08/11 13:06:20 thb 1.12.2.4: #110496# Added circle factory method for B2DPolygon 2004/07/14 10:39:01 thb 1.12.2.3: #110496# Correctly handling boundary cases in getPositionAbsolute() 2004/07/01 17:00:33 thb 1.12.2.2: #110496# Added SVG import to B2DPolygon 2004/04/21 18:46:03 thb 1.12.2.1: #110496# Added B2DPolygon contructor to B2DPolyPolygon, added rect2poly convenience method to polygontools


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c2f375c6b47d5a7e0d2e8cf30d5d46e791fbceb3]

INTEGRATION: CWS presentationengine01 (1.9.2); FILE MERGED 2004/07/07 08:40:27 thb 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED 2004/05/05 11:46:01 thb 1.9.2.1: #110496# STL insert semantics imply that insertion happens _before_ the given iterator


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [fafdace068f817565524137982295e6e2041c64d]

INTEGRATION: CWS presentationengine01 (1.6.2); FILE MERGED 2004/11/12 22:20:11 thb 1.6.2.1: #102922# Fixed array new/delete mismatch


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3aa4dda4f2e8a11081f6868abd230a7d6e26d141]

INTEGRATION: CWS presentationengine01 (1.7.2); FILE MERGED 2004/11/12 22:20:11 thb 1.7.2.1: #102922# Fixed array new/delete mismatch


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e932a7146164c54fb35c6d30cd718b01e93bec5f]

INTEGRATION: CWS presentationengine01 (1.19.2); FILE MERGED 2004/11/17 18:54:45 thb 1.19.2.5: RESYNC: (1.19-1.20); FILE MERGED 2004/11/01 22:18:02 thb 1.19.2.4: #10496# Added rangeexpander.hxx 2004/09/09 14:42:02 thb 1.19.2.3: #110496# Added polygon raster converter 2004/08/19 00:09:44 thb 1.19.2.2: #110496# Added B2DMultiRange implementation 2004/07/22 19:44:15 thb 1.19.2.1: #110496# Added B2DConnectedRanges to d.lst


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f020bfe8ca1bf31b504304b362c6c4ea07d74ffc]

INTEGRATION: CWS presentationengine01 (1.9.4); FILE MERGED 2004/11/17 18:54:30 thb 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2004/09/29 23:33:49 thb 1.9.4.1: #110496# Making the new modules Wall clean


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [93cd42e66e73ef0b06c84ec306f4207ce7e36b20]

INTEGRATION: CWS presentationengine01 (1.9.4); FILE MERGED 2004/11/17 18:54:23 thb 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2004/08/13 14:22:08 dbo 1.9.4.1: #110496# ensure _USE_MATH_DEFINES prior to including math.h Issue number: Submitted by: Reviewed by:


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [504fa4a97a501c65f14d8bc498c3fc3ac22c4028]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE MERGED 2004/08/26 00:45:43 thb 1.1.2.3: #110496# Added awt geometry type conversions 2004/08/04 11:14:57 thb 1.1.2.2: #i10000# Missing forward declaration 2004/08/03 19:40:26 thb 1.1.2.1: #110496# Added some more canvas API helper


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b3063015b4f81b7f865ea180142ccab884eaf769]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/01 22:17:38 thb 1.1.2.1: #110496# Initial revision


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [66fc206037769e272dea3025efd6dbd9ed67ef5f]

INTEGRATION: CWS presentationengine01 (1.6.2); FILE MERGED 2004/11/17 18:54:10 thb 1.6.2.2: RESYNC: (1.6-1.7); FILE MERGED 2004/09/23 20:19:07 thb 1.6.2.1: #110496# Added intersect method to all range types


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b8caf1f32662e20c913542452c297e320f05bce5]

INTEGRATION: CWS presentationengine01 (1.5.12); FILE MERGED 2004/11/17 18:54:03 thb 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2004/09/23 20:19:06 thb 1.5.12.1: #110496# Added intersect method to all range types


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b1fa1122f26488c5926475d2aea45248ffef1854]

INTEGRATION: CWS presentationengine01 (1.10.12); FILE MERGED 2004/11/17 18:53:56 thb 1.10.12.3: RESYNC: (1.10-1.11); FILE MERGED 2004/09/23 20:19:06 thb 1.10.12.2: #110496# Added intersect method to all range types 2004/09/22 16:58:37 thb 1.10.12.1: #110496# Added coordinate-wise center accessors


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d804a7a324d372aa5bd951de5c7802f1fdf481f7]

INTEGRATION: CWS presentationengine01 (1.5.12); FILE MERGED 2004/11/17 18:53:49 thb 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2004/09/23 20:19:06 thb 1.5.12.1: #110496# Added intersect method to all range types


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7cb1ce65c7c8394e48b79390a61e4adf4cec9c32]

INTEGRATION: CWS presentationengine01 (1.10.12); FILE MERGED 2004/11/17 18:53:42 thb 1.10.12.3: RESYNC: (1.10-1.11); FILE MERGED 2004/09/23 20:19:06 thb 1.10.12.2: #110496# Added intersect method to all range types 2004/09/22 16:58:37 thb 1.10.12.1: #110496# Added coordinate-wise center accessors


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ce6c99a7c7e23658c555ec2e8d8f6c7183c010e0]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/19 00:08:34 thb 1.1.2.1: Initial revision


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f50e0c2f5580ccc3ed5ade2696e9ff1742ae286d]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/25 19:06:32 thb 1.1.2.3: #i20518# Added total bounds query 2004/10/13 15:12:38 thb 1.1.2.2: #i10000# gcc is getting increasingly picky with typename. Added said. 2004/07/22 19:44:56 thb 1.1.2.1: #110496# Added B2DConnectedRanges


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [eff7042bde571c28a0a40c5376469edda33f7681]

INTEGRATION: CWS presentationengine01 (1.3.2); FILE MERGED 2004/11/20 00:00:35 thb 1.3.2.3: #110496# After-merge cleanups, finished BxD<->BxI conversions for range and tuples 2004/11/17 18:53:35 thb 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2004/09/23 20:19:06 thb 1.3.2.1: #110496# Added intersect method to all range types


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4730374b3ee4cfef062cabcb1d475ca69857b8ee]

INTEGRATION: CWS presentationengine01 (1.9.2); FILE MERGED 2004/11/20 00:00:35 thb 1.9.2.3: #110496# After-merge cleanups, finished BxD<->BxI conversions for range and tuples 2004/11/17 20:20:08 thb 1.9.2.2: #110496# Unified integer constructors/fround converters 2004/09/23 20:19:05 thb 1.9.2.1: #110496# Added intersect method to all range types


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b21118dc883be04071d2be17e71597e664171179]

INTEGRATION: CWS presentationengine01 (1.8.2); FILE MERGED 2004/11/17 18:53:18 thb 1.8.2.3: RESYNC: (1.9-1.10); FILE MERGED 2004/08/23 14:12:02 thb 1.8.2.2: RESYNC: (1.8-1.9); FILE MERGED 2004/07/01 17:01:01 thb 1.8.2.1: #110496# Added SVG import to B2DPolygon


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6d824fca7cabbe0cc13f64428e26e02aa71d07fa]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/29 18:36:26 thb 1.1.2.2: #110496# Extended polygon raster converter with adaptable update area (needed that for DX clip emulation in alpha channel) 2004/09/09 14:33:31 thb 1.1.2.1: Initial revision


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e8dffab3356a67e0fcf6b855a824c637b991e263]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/09 14:33:21 thb 1.1.2.1: Initial revision


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c84f19f1b011ab32c30bce8ccb4973545ba38569]

INTEGRATION: CWS presentationengine01 (1.9.2); FILE MERGED 2004/04/21 18:45:54 thb 1.9.2.1: #110496# Added B2DPolygon contructor to B2DPolyPolygon, added rect2poly convenience method to polygontools


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [71c42ac00ca16363e1b5e1553375751df285a323]

INTEGRATION: CWS presentationengine01 (1.10.2); FILE MERGED 2004/11/17 18:53:01 thb 1.10.2.5: RESYNC: (1.11-1.12); FILE MERGED 2004/08/23 14:11:54 thb 1.10.2.4: RESYNC: (1.10-1.11); FILE MERGED 2004/08/11 13:22:07 thb 1.10.2.3: #110496# Now using M_SQRT2 instead of direct sqrt(2) calculations 2004/08/11 13:06:20 thb 1.10.2.2: #110496# Added circle factory method for B2DPolygon 2004/04/21 18:45:54 thb 1.10.2.1: #110496# Added B2DPolygon contructor to B2DPolyPolygon, added rect2poly convenience method to polygontools


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [98d178ebeb90ffd80a4ebbda145d37eb122b065e]

INTEGRATION: CWS presentationengine01 (1.7.2); FILE MERGED 2004/11/06 19:58:41 thb 1.7.2.2: #110496# Moved pruneScaleValue from slideshow to basegfx 2004/07/13 12:08:26 thb 1.7.2.1: #110496# Defining F_PI in terms of M_PI now


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [cc0979f3e708739926ec1ed8721e9c12d5c9a1eb]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/17 17:00:35 thb 1.1.2.3: #118514# Canvas module reorg 2004/07/20 19:23:58 thb 1.1.2.2: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/04/12 15:11:38 thb 1.1.2.1: Initial revision


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [89f6f0173e4c85fdfabe6455691cfa08d090cd23]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/17 17:00:34 thb 1.1.2.9: #118514# Canvas module reorg 2004/08/02 17:51:00 thb 1.1.2.8: #110496# Adapted to recent XCanvas API changes, streamlined and factored out common code with directxcanvas 2004/07/20 19:23:57 thb 1.1.2.7: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/07/14 08:07:31 hdu 1.1.2.6: #116716# add all required includes 2004/07/12 11:46:02 hdu 1.1.2.5: #116716# fix BiDi text drawing 2004/05/27 20:51:25 thb 1.1.2.4: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/05/11 15:22:35 hdu 1.1.2.3: #116716# adjust to new BiDi options
2004/05/10 09:36:02 hdu 1.1.2.2: #116716# improve text handling for VCL canvas
2004/04/12 15:11:28 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [74d14497c4ba1e8c7ff70c8c515791562f6ee7d5]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:33 thb 1.2.2.7: #118514# Canvas module reorg 2004/08/27 18:46:18 thb 1.2.2.6: #110496# Adapted to recent canvas API changes (XSpriteCanvas::updateScreen and sprite clip semantics 2004/08/02 17:51:00 thb 1.2.2.5: #110496# Adapted to recent XCanvas API changes, streamlined and factored out common code with directxcanvas 2004/07/20 19:23:57 thb 1.2.2.4: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/05/27 20:51:25 thb 1.2.2.3: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/04/12 15:12:26 thb 1.2.2.2: #110496# Adaptions after canvas01 merge
2004/04/05 15:58:01 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0370ca0b76258eb5b9a298e46e7739fee7b6e9ca]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:33 thb 1.2.2.13: #118514# Canvas module reorg 2004/09/29 23:36:05 thb 1.2.2.12: #110496# Making the new modules Wall clean 2004/09/29 08:31:23 thb 1.2.2.11: #110496# Removed extraneous trace outputs 2004/09/28 17:43:53 thb 1.2.2.10: #110496# Perform reinterpretative casting more carefully. The old version yielded wrong results for UltraSparc platform, possibly due to violated alignment requirements 2004/09/08 16:34:45 dbo 1.2.2.9: #110496# separate service names for all kinds of canvas implementations Issue number: Submitted by: Reviewed by: 2004/08/27 18:46:18 thb 1.2.2.8: #110496# Adapted to recent canvas API changes (XSpriteCanvas::updateScreen and sprite clip semantics 2004/08/02 17:51:00 thb 1.2.2.7: #110496# Adapted to recent XCanvas API changes, streamlined and factored out common code with directxcanvas 2004/07/22 18:40:43 thb 1.2.2.6: #110496# Overhauled sprite redraw algo, to also respect overlapping sprites 2004/07/20 19:23:57 thb 1.2.2.5: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/05/27 20:51:25 thb 1.2.2.4: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/05/27 14:36:53 thb 1.2.2.3: #110496# verbose tracing is now guarded also with DBG_UTIL. Unified verbose trace output between directx and VCL canvas
2004/04/12 15:12:25 thb 1.2.2.2: #110496# Adaptions after canvas01 merge
2004/04/05 15:58:00 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7aa1ace1c155ca26eae7341c4d17b87fb8a1c483]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/23 20:57:15 thb 1.2.2.3: #110496# Made it build under Solaris 2004/07/22 18:40:43 thb 1.2.2.2: #110496# Overhauled sprite redraw algo, to also respect overlapping sprites 2004/04/05 15:58:00 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [dc5c3b677310e7bcb9ebfb02a2108923643ff5c9]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:23:57 thb 1.2.2.2: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/04/05 15:58:00 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [093999530545e426aea21e9a1af4c43dea67a176]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/08 05:54:34 thb 1.2.2.6: #i36093#, #110496# Added native canvas gradients; improved bitmap performance by special-casing a few important formats; de-flickered full-content redraw, by performing that, too, in a bg VDev 2004/09/27 20:12:32 thb 1.2.2.5: #110496# Fixed problem with CanvasBitmap instances with alpha channel (simply ignored that before) 2004/07/27 16:27:21 thb 1.2.2.4: #110496# Added generic export filter 2004/07/20 19:23:56 thb 1.2.2.3: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/04/12 15:12:25 thb 1.2.2.2: #110496# Adaptions after canvas01 merge 2004/04/05 15:57:59 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9002c6699a84f3671fd52f2ed43196a7be6f893d]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:31 thb 1.2.2.7: #118514# Canvas module reorg 2004/11/08 05:54:34 thb 1.2.2.6: #i36093#, #110496# Added native canvas gradients; improved bitmap performance by special-casing a few important formats; de-flickered full-content redraw, by performing that, too, in a bg VDev 2004/10/11 00:00:06 thb 1.2.2.5: #i34997# Added new method XCanvas::drawBitmapModulated(), to facilitate global alpha channel changes when rendering bitmaps 2004/08/03 19:45:37 thb 1.2.2.4: #110496# Changed vcl canvas to use B2DPolygons, and transforming clip polys before setting them 2004/07/20 19:23:56 thb 1.2.2.3: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/06/17 10:33:27 thb 1.2.2.2: #110496# Handle huge shrinks correctly for font scaling; added some more debug code 2004/04/05 15:57:59 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1acdf939f05b2e4e917188221f84b266e6631328]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/22 15:19:14 thb 1.2.2.12: #110496# Ensuring similar types for ternary operator 2004/11/17 17:00:30 thb 1.2.2.11: #118514# Canvas module reorg 2004/11/01 22:19:09 thb 1.2.2.10: #10496# Performance optimizations: added profiling traces 2004/10/11 00:00:06 thb 1.2.2.9: #i34997# Added new method XCanvas::drawBitmapModulated(), to facilitate global alpha channel changes when rendering bitmaps 2004/09/27 20:12:31 thb 1.2.2.8: #110496# Fixed problem with CanvasBitmap instances with alpha channel (simply ignored that before) 2004/08/31 17:50:47 thb 1.2.2.7: #110496# Fixed typo in coordinate range check (compared twice with X) 2004/08/03 19:45:36 thb 1.2.2.6: #110496# Changed vcl canvas to use B2DPolygons, and transforming clip polys before setting them 2004/07/20 19:23:56 thb 1.2.2.5: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/07/01 16:56:47 thb 1.2.2.4: #110496# Switched to math.h for PI 2004/06/17 10:33:26 thb 1.2.2.3: #110496# Handle huge shrinks correctly for font scaling; added some more debug code 2004/05/27 20:51:24 thb 1.2.2.2: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/04/05 15:57:58 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3e1f05d5ddc893d47fda572dfbeb17f8f42f9fe3]

INTEGRATION: CWS leanobjects (1.2.32); FILE MERGED 2004/11/23 13:54:56 mba 1.2.32.5: #i37278#: wrong return value 2004/11/22 09:19:40 mba 1.2.32.4: #i37278#: some problems with moving and copying objects 2004/11/19 14:57:27 mba 1.2.32.3: #i37278#: allow to load objects on demand 2004/11/18 16:48:10 mba 1.2.32.2: #i37278#: make objects loadable on demand 2004/11/18 10:58:40 mba 1.2.32.1: #i37278#: make objects loadable on demand


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c6085b3d365e7195cf25e81e4549c5f2c69f7a64]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/09 14:44:31 thb 1.1.2.2: #110496# Fixed minor map file issues; changed order of canvas instantiations in canvas factory; added sprite clipping to DirectX canvas 2004/07/27 16:22:41 thb 1.1.2.1: #110496# Added export filter for unix


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3bac680aaf5206aa9f18b1004a1d3b03d5882698]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/17 17:00:30 thb 1.1.2.4: #118514# Canvas module reorg 2004/10/11 00:00:06 thb 1.1.2.3: #i34997# Added new method XCanvas::drawBitmapModulated(), to facilitate global alpha channel changes when rendering bitmaps 2004/09/27 20:12:31 thb 1.1.2.2: #110496# Fixed problem with CanvasBitmap instances with alpha channel (simply ignored that before) 2004/07/20 19:22:23 thb 1.1.2.1: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ca49e0b76311814559473b7e19799490a1e90c2d]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/22 13:49:01 thb 1.1.2.11: #110496# Due to a Solaris compiler bug, avoiding ternary operator with temporaries and function calls 2004/11/17 17:00:29 thb 1.1.2.10: #118514# Canvas module reorg 2004/11/08 05:54:33 thb 1.1.2.9: #i36093#, #110496# Added native canvas gradients; improved bitmap performance by special-casing a few important formats; de-flickered full-content redraw, by performing that, too, in a bg VDev 2004/10/26 23:36:58 thb 1.1.2.8: #110496# Added dedicated alpha bitmap support: factory methods at the XGraphicDevice, and optimized handling internally 2004/10/11 00:00:05 thb 1.1.2.7: #i34997# Added new method XCanvas::drawBitmapModulated(), to facilitate global alpha channel changes when rendering bitmaps 2004/09/30 15:10:55 thb 1.1.2.6: #110496# Corrected clip setup for the case empty view clip, nonempty render state clip (was set to NULL clip before) 2004/09/27 20:12:31 thb 1.1.2.5: #110496# Fixed problem with CanvasBitmap instances with alpha channel (simply ignored that before) 2004/08/23 19:14:25 thb 1.1.2.4: #110496# Now properly setting up text color (also changing the font's color values 2004/08/19 00:12:28 thb 1.1.2.3: #110496# Changed clip setup to handle empty/NULL clips correctly 2004/08/03 19:45:36 thb 1.1.2.2: #110496# Changed vcl canvas to use B2DPolygons, and transforming clip polys before setting them 2004/07/20 19:22:33 thb 1.1.2.1: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [985aebe492f2eb308c9fb0cc7a6c6999c401a77f]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:29 thb 1.2.2.5: #118514# Canvas module reorg 2004/07/20 19:23:56 thb 1.2.2.4: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/05/10 09:36:02 hdu 1.2.2.3: #116716# improve text handling for VCL canvas 2004/04/12 15:12:25 thb 1.2.2.2: #110496# Adaptions after canvas01 merge 2004/04/05 15:57:58 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [28ae6bc1c00c2bd3f6c8afddfa5789b72afdd687]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:29 thb 1.2.2.12: #118514# Canvas module reorg 2004/08/02 17:50:59 thb 1.2.2.11: #110496# Adapted to recent XCanvas API changes, streamlined and factored out common code with directxcanvas 2004/07/20 19:23:55 thb 1.2.2.10: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/07/09 11:51:52 hdu 1.2.2.9: #116716# fix typo 2004/07/09 11:48:42 hdu 1.2.2.8: #116716# more text effects and text lines 2004/07/09 11:48:31 hdu 1.2.2.7: #116716# more text effects and text lines 2004/07/09 09:53:29 hdu 1.2.2.6: #116716# more text effects and text lines 2004/06/17 10:33:26 thb 1.2.2.5: #110496# Handle huge shrinks correctly for font scaling; added some more debug code 2004/05/27 20:51:24 thb 1.2.2.4: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/05/10 09:36:02 hdu 1.2.2.3: #116716# improve text handling for VCL canvas
2004/04/12 15:12:25 thb 1.2.2.2: #110496# Adaptions after canvas01 merge
2004/04/05 15:57:58 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [fdfd917eb2d9a46fa20421824ca54b1bbd5f73dc]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:28 thb 1.2.2.9: #118514# Canvas module reorg 2004/09/01 10:50:36 thb 1.2.2.8: #110496# Optimized sprite repaint (for static sprite content) 2004/08/06 14:00:09 thb 1.2.2.7: #110496# Adapted XSprite API to match reality (the way it was simply wasn't logical). Implemented sprite clipping 2004/08/02 17:50:59 thb 1.2.2.6: #110496# Adapted to recent XCanvas API changes, streamlined and factored out common code with directxcanvas 2004/07/22 20:38:28 thb 1.2.2.5: #110496# Adapted to setData/setPixel API change 2004/07/22 18:40:43 thb 1.2.2.4: #110496# Overhauled sprite redraw algo, to also respect overlapping sprites 2004/07/20 19:23:55 thb 1.2.2.3: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/04/12 15:12:25 thb 1.2.2.2: #110496# Adaptions after canvas01 merge 2004/04/05 15:57:57 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [614c1b6973d760eb3c1885a76f3ee07976939fe0]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:28 thb 1.2.2.20: #118514# Canvas module reorg 2004/10/26 23:36:58 thb 1.2.2.19: #110496# Added dedicated alpha bitmap support: factory methods at the XGraphicDevice, and optimized handling internally 2004/10/25 19:07:44 thb 1.2.2.18: #i20518# Improved canvas performance for sprite rendering 2004/10/11 00:00:05 thb 1.2.2.17: #i34997# Added new method XCanvas::drawBitmapModulated(), to facilitate global alpha channel changes when rendering bitmaps 2004/09/09 14:44:31 thb 1.2.2.16: #110496# Fixed minor map file issues; changed order of canvas instantiations in canvas factory; added sprite clipping to DirectX canvas 2004/09/06 13:33:45 thb 1.2.2.15: #110496# Improved documentation 2004/09/01 10:50:36 thb 1.2.2.14: #110496# Optimized sprite repaint (for static sprite content) 2004/08/27 18:46:16 thb 1.2.2.13: #110496# Adapted to recent canvas API changes (XSpriteCanvas::updateScreen and sprite clip semantics 2004/08/26 12:23:40 thb 1.2.2.12: #110496# Fixed a nasty update bug (hidden sprites where not cleared, when not part of other update areas by chance) 2004/08/20 00:27:10 thb 1.2.2.11: #110496# Added TODO comment 2004/08/06 14:00:09 thb 1.2.2.10: #110496# Adapted XSprite API to match reality (the way it was simply wasn't logical). Implemented sprite clipping 2004/08/02 17:50:59 thb 1.2.2.9: #110496# Adapted to recent XCanvas API changes, streamlined and factored out common code with directxcanvas 2004/07/22 20:38:27 thb 1.2.2.8: #110496# Adapted to setData/setPixel API change 2004/07/22 18:40:42 thb 1.2.2.7: #110496# Overhauled sprite redraw algo, to also respect overlapping sprites 2004/07/20 19:23:55 thb 1.2.2.6: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/06/17 10:33:25 thb 1.2.2.5: #110496# Handle huge shrinks correctly for font scaling; added some more debug code 2004/05/27 20:51:24 thb 1.2.2.4: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/05/27 14:36:52 thb 1.2.2.3: #110496# verbose tracing is now guarded also with DBG_UTIL. Unified verbose trace output between directx and VCL canvas
2004/04/12 15:12:24 thb 1.2.2.2: #110496# Adaptions after canvas01 merge
2004/04/05 15:57:57 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [102789015f88332730d56a71264b81d8e6db2f54]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/17 17:00:28 thb 1.1.2.2: #118514# Canvas module reorg 2004/09/27 20:10:35 thb 1.1.2.1: #110496# Initial revision


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8b36ecd2c5d89c94af6747cba80aeccaf4bb39ac]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/17 17:00:27 thb 1.1.2.5: #118514# Canvas module reorg 2004/11/08 05:54:33 thb 1.1.2.4: #i36093#, #110496# Added native canvas gradients; improved bitmap performance by special-casing a few important formats; de-flickered full-content redraw, by performing that, too, in a bg VDev 2004/11/01 22:19:08 thb 1.1.2.3: #10496# Performance optimizations: added profiling traces 2004/10/26 23:36:58 thb 1.1.2.2: #110496# Added dedicated alpha bitmap support: factory methods at the XGraphicDevice, and optimized handling internally 2004/09/27 20:10:47 thb 1.1.2.1: #110496# Initial revision


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e910b709acef848fc78be4ad6ca67ac8d3150e85]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:27 thb 1.2.2.7: #118514# Canvas module reorg 2004/10/26 23:36:58 thb 1.2.2.6: #110496# Added dedicated alpha bitmap support: factory methods at the XGraphicDevice, and optimized handling internally 2004/09/27 20:12:31 thb 1.2.2.5: #110496# Fixed problem with CanvasBitmap instances with alpha channel (simply ignored that before) 2004/08/02 17:50:58 thb 1.2.2.4: #110496# Adapted to recent XCanvas API changes, streamlined and factored out common code with directxcanvas 2004/07/20 19:23:55 thb 1.2.2.3: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/04/12 15:12:24 thb 1.2.2.2: #110496# Adaptions after canvas01 merge 2004/04/05 15:57:57 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d75fbc2cb671aec5c5ada92ffb5235f26d5ff148]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:27 thb 1.2.2.8: #118514# Canvas module reorg 2004/10/26 23:36:58 thb 1.2.2.7: #110496# Added dedicated alpha bitmap support: factory methods at the XGraphicDevice, and optimized handling internally 2004/09/30 15:10:03 thb 1.2.2.6: #110496# Temporarily removed creation of palette bitmaps for <=8 bit displays, VCL does not seem to handle 8bit+alpha correctly 2004/09/27 20:12:31 thb 1.2.2.5: #110496# Fixed problem with CanvasBitmap instances with alpha channel (simply ignored that before) 2004/07/20 19:23:54 thb 1.2.2.4: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/05/27 20:51:24 thb 1.2.2.3: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/04/12 15:12:24 thb 1.2.2.2: #110496# Adaptions after canvas01 merge
2004/04/05 15:57:57 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ec4e13828313652ae5ed471d3dd493b229b92d91]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/17 17:00:27 thb 1.1.2.2: #118514# Canvas module reorg 2004/09/27 20:10:17 thb 1.1.2.1: #110496# Initial revision


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3ca89dab8c2675c02813f6b93079f004f796bbfd]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/17 17:00:27 thb 1.1.2.2: #118514# Canvas module reorg 2004/09/27 20:10:26 thb 1.1.2.1: #110496# Initial revision


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [12285f67d6901d8ec1f017b9b795eb4f032c59fd]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/17 17:00:26 thb 1.1.2.4: #118514# Canvas module reorg 2004/10/26 23:36:57 thb 1.1.2.3: #110496# Added dedicated alpha bitmap support: factory methods at the XGraphicDevice, and optimized handling internally 2004/09/27 20:12:30 thb 1.1.2.2: #110496# Fixed problem with CanvasBitmap instances with alpha channel (simply ignored that before) 2004/07/20 19:22:44 thb 1.1.2.1: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a98ac2deaf2cd41903e68f704076bf5c39aa12b2]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/17 17:00:26 thb 1.1.2.3: #118514# Canvas module reorg 2004/10/26 23:36:57 thb 1.1.2.2: #110496# Added dedicated alpha bitmap support: factory methods at the XGraphicDevice, and optimized handling internally 2004/07/20 19:22:55 thb 1.1.2.1: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8f562b55f45de4065935a9d474f0f011e6018a38]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:25 thb 1.2.2.5: #118514# Canvas module reorg 2004/09/02 13:38:25 ka 1.2.2.4: separation of DX- and VCLDeviceInfo access functions 2004/08/26 12:22:11 thb 1.2.2.3: #110496# Factored out LinePolyPolygonBase from canvastools.hxx/cxx 2004/08/17 16:04:55 aw 1.2.2.2: #110496# Added clipping for text on DX 2004/04/05 15:57:56 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c7fc2ca831f12718b0d050e641c137a7f0e8dce4]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/16 17:44:24 thb 1.2.2.3: #110496# Made ElapsedTime const-correct 2004/05/27 20:51:23 thb 1.2.2.2: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/04/05 15:57:56 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [72f5170afc384080d491f72cd9ac3070c7c20ed1]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:25 thb 1.2.2.8: #118514# Canvas module reorg 2004/09/02 13:38:24 ka 1.2.2.7: separation of DX- and VCLDeviceInfo access functions 2004/09/02 11:38:24 ka 1.2.2.6: added helper function to retrieve device (implementation) specific information 2004/08/26 12:22:11 thb 1.2.2.5: #110496# Factored out LinePolyPolygonBase from canvastools.hxx/cxx 2004/08/17 16:04:54 aw 1.2.2.4: #110496# Added clipping for text on DX 2004/05/27 20:51:23 thb 1.2.2.3: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/04/12 15:12:22 thb 1.2.2.2: #110496# Adaptions after canvas01 merge
2004/04/05 15:57:56 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5e3caa5ae87af1ce6eb93ed47c38d877d0a3fcd6]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:24 thb 1.2.2.4: #118514# Canvas module reorg 2004/08/23 11:47:07 thb 1.2.2.3: RESYNC: (1.2-1.3); FILE MERGED 2004/04/12 15:12:22 thb 1.2.2.2: #110496# Adaptions after canvas01 merge 2004/04/05 15:57:55 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [946ca05ed46803154c7f6519b819d05393d239cb]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/07/28 10:44:58 thb 1.1.2.2: #110496# Brought javacanvas to comply with recent API changes 2004/04/12 15:11:03 thb 1.1.2.1: Initial revision


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b018edf67382514bb5c96d6d98b114b98a40cc30]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/27 18:46:05 thb 1.2.2.1: #110496# Adapted to recent canvas API changes (XSpriteCanvas::updateScreen and sprite clip semantics


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6c01a689a28efe691a6a6a9ce4eba70fac4ccaa5]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/04/05 15:57:55 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5db06a4802e8c10dea5bc79e7ce4e1eba1200be3]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/09/08 16:34:44 dbo 1.2.2.5: #110496# separate service names for all kinds of canvas implementations Issue number: Submitted by: Reviewed by: 2004/08/27 18:46:04 thb 1.2.2.4: #110496# Adapted to recent canvas API changes (XSpriteCanvas::updateScreen and sprite clip semantics 2004/07/28 10:44:58 thb 1.2.2.3: #110496# Brought javacanvas to comply with recent API changes 2004/04/12 15:12:22 thb 1.2.2.2: #110496# Adaptions after canvas01 merge 2004/04/05 15:57:55 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [545bf7782f6bfad41ed3cd098bd3b3b26ec71040]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/27 18:46:04 thb 1.2.2.3: #110496# Adapted to recent canvas API changes (XSpriteCanvas::updateScreen and sprite clip semantics 2004/08/23 18:29:01 thb 1.2.2.2: #i10000# Missing abstract method implementation (leftover from recent API change) 2004/07/28 10:44:58 thb 1.2.2.1: #110496# Brought javacanvas to comply with recent API changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [eaaf935db2b4713f50b48d0a77a00f1f0ffcfa5c]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:24 thb 1.2.2.3: #118514# Canvas module reorg 2004/11/08 05:51:47 thb 1.2.2.2: #i36093# Added native gradients API 2004/10/26 23:36:57 thb 1.2.2.1: #110496# Added dedicated alpha bitmap support: factory methods at the XGraphicDevice, and optimized handling internally


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [874b861346398e5686277a2b7116fd8df02fb913]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/28 10:44:58 thb 1.2.2.2: #110496# Brought javacanvas to comply with recent API changes 2004/04/12 15:12:22 thb 1.2.2.1: #110496# Adaptions after canvas01 merge


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [dacdc8005e2d1897f60be7c1bc2cb2a613c3d86d]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/27 18:46:03 thb 1.2.2.3: #110496# Adapted to recent canvas API changes (XSpriteCanvas::updateScreen and sprite clip semantics 2004/08/23 18:29:01 thb 1.2.2.2: #i10000# Missing abstract method implementation (leftover from recent API change) 2004/07/28 10:44:57 thb 1.2.2.1: #110496# Brought javacanvas to comply with recent API changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6c52e6e800795eff0b3f14b78a5cabaa100b785f]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/27 18:46:03 thb 1.2.2.3: #110496# Adapted to recent canvas API changes (XSpriteCanvas::updateScreen and sprite clip semantics 2004/08/23 18:29:00 thb 1.2.2.2: #i10000# Missing abstract method implementation (leftover from recent API change) 2004/07/28 10:44:57 thb 1.2.2.1: #110496# Brought javacanvas to comply with recent API changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e943488e764a8634025f69927a61938a90de92f0]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/28 10:44:57 thb 1.2.2.2: #110496# Brought javacanvas to comply with recent API changes 2004/04/05 15:57:55 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a1d29b058f2f4b1e4ccaaca9a7e740a5aee5145b]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/10/10 23:59:21 thb 1.2.2.2: #i34997# Adapted according to XCanvas::drawBitmapModulated() additional method 2004/04/12 15:12:21 thb 1.2.2.1: #110496# Adaptions after canvas01 merge


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5ce8ceafa1fae444aa75e1023d1f800aaf913580]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/08 16:30:51 dbo 1.1.2.1: #110496# added canvas factory code


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [bb002d0d985191b20e8e1db1cd9c4804c9a3b78b]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/09 14:44:30 thb 1.1.2.2: #110496# Fixed minor map file issues; changed order of canvas instantiations in canvas factory; added sprite clipping to DirectX canvas 2004/09/08 16:30:51 dbo 1.1.2.1: #110496# added canvas factory code


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c3061d86190a9ef7a4cd41c7164fb5407915be6e]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/09 06:51:04 dbo 1.1.2.2: #110496# changed symbol versioning 2004/09/08 16:30:50 dbo 1.1.2.1: #110496# added canvas factory code


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d15440d054f422676ecece52d69f77d7cadc403a]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:22 thb 1.2.2.7: #118514# Canvas module reorg 2004/09/08 16:31:58 dbo 1.2.2.6: #110496# adding canvas factory Issue number: Submitted by: Reviewed by: 2004/07/28 10:08:24 thb 1.2.2.5: #110496# Added canvas API back to offapi (was private API before). Thus, no need to generate private API here 2004/07/23 13:07:08 thb 1.2.2.4: RESYNC: (1.3-1.4); FILE MERGED 2004/07/20 19:31:38 thb 1.2.2.3: #110496# Moved debug.hxx from slideshow down to canvas. Comes in handy here, too 2004/07/06 13:16:56 thb 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/12 15:12:21 thb 1.2.2.1: #110496# Adaptions after canvas01 merge


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [37bc34c559dbdd4c5eb0e76ec98380dd3dcd1569]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:21 thb 1.2.2.8: #118514# Canvas module reorg 2004/09/08 16:31:57 dbo 1.2.2.7: #110496# adding canvas factory Issue number: Submitted by: Reviewed by: 2004/07/28 10:08:24 thb 1.2.2.6: #110496# Added canvas API back to offapi (was private API before). Thus, no need to generate private API here 2004/07/16 16:27:35 thb 1.2.2.5: #i10000# Missing dependency for tools 2004/07/16 16:26:33 thb 1.2.2.4: #i10000# Missing dependency for Java 2004/07/06 13:16:45 thb 1.2.2.3: RESYNC: (1.2-1.3); FILE MERGED 2004/04/12 15:12:21 thb 1.2.2.2: #110496# Adaptions after canvas01 merge 2004/04/05 15:57:54 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0f9b0b2e47dba8063eb4a336aca0a0e0aa4a40e0]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/05/27 14:36:52 thb 1.2.2.2: #110496# verbose tracing is now guarded also with DBG_UTIL. Unified verbose trace output between directx and VCL canvas 2004/04/05 15:57:53 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ec99b184320493e3488bce7d5d7fa6d1e89eceae]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/09/27 20:11:38 thb 1.2.2.4: #110496# Removed unnecessary (and incomplete) code for operator== 2004/09/01 20:28:21 thb 1.2.2.3: #110496# Corrected operator== for VCLWrapper (errorneously assumed rhs to be VCLWrapper, too) 2004/07/20 19:28:45 thb 1.2.2.2: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/04/05 15:57:53 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [57aee55c98e984c21b3f98be0fa64db85be2907a]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/16 17:44:24 thb 1.2.2.2: #110496# Made ElapsedTime const-correct 2004/04/05 15:57:53 thb 1.2.2.1: Resync with canvas01 changes


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d8da4a8c1f851884a6540186cb4769f65d9c592c]

INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/29 23:36:04 thb 1.1.2.3: #110496# Making the new modules Wall clean 2004/07/27 09:23:29 thb 1.1.2.2: #i10000# Enabling shared_ptr debug now matches setup in makefiles 2004/07/20 19:18:40 thb 1.1.2.1: #110496# Moved slideshow debug down to canvas


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [530d328e125834a6378341e92c72abacc331f2c2]

INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:21 thb 1.2.2.11: #118514# Canvas module reorg 2004/11/08 05:50:53 thb 1.2.2.10: #110496# Corrected IDL header extension 2004/09/02 11:36:27 ka 1.2.2.9: added helper function to retrieve device (implementation) specific information 2004/08/26 12:22:10 thb 1.2.2.8: #110496# Factored out LinePolyPolygonBase from canvastools.hxx/cxx 2004/08/23 08:41:46 cl 1.2.2.7: resolved merge conflicts 2004/08/17 16:04:24 aw 1.2.2.6: #110496# Added clipping for text on DX 2004/06/25 10:32:05 thb 1.2.2.5: #110496# Made nice HAKMEM nextPow2 public 2004/05/27 20:51:22 thb 1.2.2.4: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/05/27 14:36:52 thb 1.2.2.3: #110496# verbose tracing is now guarded also with DBG_UTIL. Unified verbose trace output between directx and VCL canvas
2004/04/12 15:12:20 thb 1.2.2.2: #110496# Adaptions after canvas01 merge
2004/04/05 15:57:53 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [bc695e7c9b720bcbdf9299f1d1bb8035d542256f]

INTEGRATION: CWS leanobjects (1.2.32); FILE MERGED 2004/11/18 11:38:26 mav 1.2.32.1: #i37014# separate the case when document has unknown mediatype


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a540b5b017650e37b057e7c14dee106fbfb69e1e]

INTEGRATION: CWS leanobjects (1.2.32); FILE MERGED 2004/11/19 14:57:05 mba 1.2.32.1: #i37278#: allow to load objects on demand


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [88bddb1955eb22d9255fb6e6166f56bf6035b618]

INTEGRATION: CWS leanobjects (1.2.32); FILE MERGED 2004/11/22 09:19:31 mba 1.2.32.2: #i37278#: some problems with moving and copying objects 2004/11/19 14:57:05 mba 1.2.32.1: #i37278#: allow to load objects on demand


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a48e815c1921220caec70ec8327902e4a27c33cd]

INTEGRATION: CWS vcl31 (1.85.34); FILE MERGED 2004/11/11 20:04:18 hdu 1.85.34.2: #110548# improved glyph fallback for SimpleWinLayout 2004/11/10 13:15:28 hdu 1.85.34.1: #110548# improved glyph fallback for SimpleWinLayout


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b12fb7ebcc1cdbf683a09baea58c3732b70b296c]

INTEGRATION: CWS vcl31 (1.32.62); FILE MERGED 2004/11/11 11:02:50 ssa 1.32.62.1: #i36838# ask the toolbar for the next optimal size during resizing, this enables synchronous resizing without delay of floating toolbars, all heuristics to detect a primary direction while resizing has been removed


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f71c9e965bfccc18cf8657be47f9c786d5c4230e]

INTEGRATION: CWS vcl31 (1.77.62); FILE MERGED 2004/11/26 15:08:12 pl 1.77.62.2: RESYNC: (1.77-1.79); FILE MERGED 2004/11/11 11:02:50 ssa 1.77.62.1: #i36838# ask the toolbar for the next optimal size during resizing, this enables synchronous resizing without delay of floating toolbars, all heuristics to detect a primary direction while resizing has been removed


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [35ddb7a2411ef06df51897a0a90c23b18039971e]

INTEGRATION: CWS vcl31 (1.13.64); FILE MERGED 2004/11/12 09:56:28 ssa 1.13.64.1: #i36510# optional top border for StatusBar


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [43a6bdcafdbcc131027d6b316d8a7658a6773113]

INTEGRATION: CWS vcl31 (1.4.64); FILE MERGED 2004/11/19 14:34:52 ssa 1.4.64.2: #i36838# call the listeners in togglefloatingmode before the toolbox which brings us i37461 back 2004/11/11 11:02:50 ssa 1.4.64.1: #i36838# ask the toolbar for the next optimal size during resizing, this enables synchronous resizing without delay of floating toolbars, all heuristics to detect a primary direction while resizing has been removed


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c23748c5164a48b4d7017b517eec7684af3378a]

INTEGRATION: CWS vcl31 (1.10.118); FILE MERGED 2004/11/11 10:47:27 ssa 1.10.118.1: #i34110# improve check for flat border


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [472ed39e616d028e7582fb46dba60c2e75fb3d05]

INTEGRATION: CWS vcl31 (1.16.34); FILE MERGED 2004/11/11 11:02:49 ssa 1.16.34.1: #i36838# ask the toolbar for the next optimal size during resizing, this enables synchronous resizing without delay of floating toolbars, all heuristics to detect a primary direction while resizing has been removed


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [32f98baf03a1c7e97b89c3566f46e745d4127fbb]

INTEGRATION: CWS vcl31 (1.185.2); FILE MERGED 2004/11/11 20:18:20 hdu 1.185.2.2: #i36975# fixed the importance weight of font size mismatching 2004/11/10 13:15:27 hdu 1.185.2.1: #110548# improved glyph fallback for SimpleWinLayout


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2908083c36f4c0e548a422aa977114bfc035d57c]

INTEGRATION: CWS vcl29 (1.84.32); FILE MERGED 2004/10/28 11:31:43 pl 1.84.32.2: RESYNC: (1.84-1.85); FILE MERGED 2004/10/22 13:34:26 hdu 1.84.32.1: #21466# force manual aliasing of symbol codes for symbol fonts on W98 platforms


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5ec8c0b0cb9997f7a75a9cdde539ca0839b2c5c]

INTEGRATION: CWS vcl29 (1.60.36); FILE MERGED 2004/11/26 14:58:07 pl 1.60.36.3: RESYNC: (1.60-1.62); FILE MERGED 2004/10/25 07:49:43 hdu 1.60.36.2: #21466# use pMetric->lfPitchAndFamily also on WNT 2004/10/22 13:34:25 hdu 1.60.36.1: #21466# force manual aliasing of symbol codes for symbol fonts on W98 platforms


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9fc29c01e6e4f9aa638cadb33bcdb94d9791ec6]

INTEGRATION: CWS vcl29 (1.13.76); FILE MERGED 2004/10/22 13:34:25 hdu 1.13.76.1: #21466# force manual aliasing of symbol codes for symbol fonts on W98 platforms


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ab70854a7e73acf7d45c697437f2da8ac4bc661]

INTEGRATION: CWS vcl29 (1.183.34); FILE MERGED 2004/10/28 11:31:23 pl 1.183.34.4: RESYNC: (1.183-1.184); FILE MERGED 2004/10/21 14:32:18 pl 1.183.34.3: #i35390# hide intro window only if it is mapped 2004/10/21 10:43:05 cp 1.183.34.2: #8988# fill the buffer with an empty string in case of pure cursor traveling 2004/10/20 15:05:08 cp 1.183.34.1: #i8988 prefer keysym as the right character might not be in the current encoding


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7ad5657bf63556ff1c1bfddd2ea0c340146faad8]

INTEGRATION: CWS leanobjects (1.2.94); FILE MERGED 2004/11/18 11:05:05 mba 1.2.94.1: #i37278#: make objects loadable on demand


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [960155aa42603579230a963cd19ade2b890c4a3e]

INTEGRATION: CWS leanobjects (1.2.94); FILE MERGED 2004/11/18 16:47:54 mba 1.2.94.2: #i37278#: make objects loadable on demand 2004/11/18 11:05:04 mba 1.2.94.1: #i37278#: make objects loadable on demand


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [190abe00cd61326b9a3a574f0d0c0c0f81aa1df9]

INTEGRATION: CWS vcl29 (1.10.36); FILE MERGED 2004/10/19 10:29:28 obr 1.10.36.1: #i35334# (modified) patch applied


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a8b1a1f8098c823d887bed5d77111e3c384caa4]

INTEGRATION: CWS vcl29 (1.30.98); FILE MERGED 2004/11/15 17:27:14 pl 1.30.98.3: #i37047# for Solaris 2004/11/12 16:01:56 cp 1.30.98.2: #i37047# change environment according to the changed locale 2004/10/20 13:18:16 cp 1.30.98.1: #i8988# #i9188# #i8930# #i16318# provide a fallback to en_US for unpleasant locales


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8598a4fe5231a7a70377d094bea90719fa849871]

INTEGRATION: CWS vcl29 (1.199.32); FILE MERGED 2004/10/28 11:34:31 pl 1.199.32.3: RESYNC: (1.199-1.200); FILE MERGED 2004/10/26 12:58:19 dv 1.199.32.2: #i28816# Added new flag to distinguish between application wide settings changed and local settings changed 2004/10/15 08:51:44 pl 1.199.32.1: #i35564# allow slightly larger menu fonts


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [eddad47a47e6a8798711fce28fcf5e15070ea6da]

INTEGRATION: CWS vcl29 (1.15.36); FILE MERGED 2004/10/28 11:34:39 pl 1.15.36.2: RESYNC: (1.15-1.16); FILE MERGED 2004/10/26 13:53:04 ssa 1.15.36.1: #i35746# use offset for titlebar


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2063dac90b2e0fa72691dd75cd665c19d2112b38]

INTEGRATION: CWS vcl29 (1.107.34); FILE MERGED 2004/10/28 11:34:08 pl 1.107.34.2: RESYNC: (1.107-1.108); FILE MERGED 2004/10/19 11:23:24 hdu 1.107.34.1: #i35714# prefer light hinting over default hinting


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a596fdee994d8305d7bd5a2940b823fefb421952]

INTEGRATION: CWS vcl29 (1.61.36); FILE MERGED 2004/10/15 15:53:45 hdu 1.61.36.1: #i32587# get rid of integer overflow when adjusting unitsperpixel


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab8db83fc9e19dc40ffd87b176729d87a0c5e760]

INTEGRATION: CWS vcl29 (1.183.34); FILE MERGED 2004/11/18 10:31:54 hdu 1.183.34.3: #27259# increase glyph fallback retries, add debug info 2004/10/28 11:32:18 pl 1.183.34.2: RESYNC: (1.183-1.184); FILE MERGED 2004/10/27 11:04:38 hdu 1.183.34.1: #i27259# try high quality fonts first for glyph fallback


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdbe2565a5189a09c242f7e05a3776bf4ce9d5ac]

INTEGRATION: CWS vcl29 (1.29.34); FILE MERGED 2004/10/28 11:33:37 pl 1.29.34.2: RESYNC: (1.29-1.30); FILE MERGED 2004/10/26 12:59:27 dv 1.29.34.1: #i28816# radio buttons and check boxes should ignore some settings changed event


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [82555a80352736c518bc174d1b344eb6880afec3]

INTEGRATION: CWS cd03 (1.3.110); FILE MERGED 2004/11/22 14:15:20 mav 1.3.110.2: #i36922# use PRODUCTVERSION variable 2004/11/22 13:15:30 mav 1.3.110.1: #i36922# use PRODUCTNAME variable


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [81fcfcac541b0f6696284c9c798db88b836bcf3a]

INTEGRATION: CWS vcl29 (1.2.10); FILE MERGED 2004/10/20 16:30:27 cp 1.2.10.1: #i35899# lgpl or sissl (c) for sgenprt and sgent42


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [40d4204e46b4e085cd0511b8def1fe2f2c492067]

INTEGRATION: CWS vcl29 (1.51.18); FILE MERGED 2004/10/28 10:54:48 pl 1.51.18.2: RESYNC: (1.51-1.52); FILE MERGED 2004/10/15 08:56:57 pl 1.51.18.1: #i27368# add: he in Solaris font avoid code


2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b07e47ae5c45c5e12202d07793c52e35542faa2f]

INTEGRATION: CWS vcl29 (1.14.140); FILE MERGED 2004/10/21 16:09:08 dv 1.14.140.1: #i35772# Adopted function implementation to prototype


2004-11-26  Vladimir Glazounov  <vg@openoffice.org>  [e3179b354196437ad7cef5380b8be099e8f1122b]

new version for SRC680


2004-11-26  Vladimir Glazounov  <vg@openoffice.org>  [6cca8b51748f3fe0956984fdb9ca1a3d6e8d698a]

new version for SRC680


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f025f0b0c62a3284835fbbe8a35541083dd88f07]

INTEGRATION: CWS recovery04 (1.2.52); FILE MERGED 2004/11/11 19:56:31 hro 1.2.52.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/23 13:10:45 hro 1.2.52.1: #i20882# Merging Recovery UI Resources


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [823ef7bc4046ef92f923d0039d954ebbfd62b1ad]

INTEGRATION: CWS recovery04 (1.2.52); FILE MERGED 2004/07/23 13:10:44 hro 1.2.52.1: #i20882# Merging Recovery UI Resources


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [dafed01a3831a015c2310bc6e026a1004f7f2067]

INTEGRATION: CWS gt08hangulhanja (1.2.8); FILE MERGED 2004/10/26 00:38:36 khong 1.2.8.3: #117803# make user dictionary in word searching  loop 2004/10/22 07:17:55 tl 1.2.8.2: #i33954# handling for NoSupportException improved 2004/10/20 15:39:53 tl 1.2.8.1: #i33954# catching exception from the user conversion dictionary list now


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3351e0952be6e1ce8376ecfc0b887524aed45004]

INTEGRATION: CWS gt08hangulhanja (1.4.36); FILE MERGED 2004/10/22 07:17:55 tl 1.4.36.2: #i33954# handling for NoSupportException improved 2004/10/20 15:39:52 tl 1.4.36.1: #i33954# catching exception from the user conversion dictionary list now


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ce3edb4b7a75fdc0dc37e7208a7579d61618fba6]

INTEGRATION: CWS recovery04 (1.16.52); FILE MERGED 2004/11/26 13:27:16 as 1.16.52.4: RESYNC: (1.16-1.18); FILE MERGED resolve merge conflicts 2004/11/15 13:27:42 as 1.16.52.3: #i27726# catch unexpected exceptions! 2004/09/01 08:44:47 as 1.16.52.2: #i27726# forward AutoSave/AutoSaveTime to new config location 2004/07/23 13:06:28 hro 1.16.52.1: #i20882# Merging Recovery UI Resources


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8efcdd5a22803be31b7346c4586caa17d065e174]

INTEGRATION: CWS gt08hangulhanja (1.4.8); FILE MERGED 2004/10/26 09:30:40 tl 1.4.8.2: #117803# fixed namespace notation of OUString 2004/10/26 00:38:58 khong 1.4.8.1: #117803# make user dictionary in word searching  loop


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [26ea30d87e036babc01888ba7ed31f62f49ea57b]

INTEGRATION: CWS recovery04 (1.48.30); FILE MERGED 2004/11/16 17:13:23 hro 1.48.30.1: #99999# saveopt.cxx uses exceptions


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f1a4ad4ee27effb75968efff8a373122cf37168f]

INTEGRATION: CWS recovery04 (1.12.52); FILE MERGED 2004/07/23 13:06:28 hro 1.12.52.1: #i20882# Merging Recovery UI Resources


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9c4adf055a5871ec136240b7d4cdc8ea24898c37]

INTEGRATION: CWS gt08hangulhanja (1.77.46); FILE MERGED 2004/10/25 13:48:04 tl 1.77.46.1: #i35352# logfile macros added


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [91dbae9e70494ff881fb7918f98935d043d3ce63]

INTEGRATION: CWS gt08hangulhanja (1.17.48); FILE MERGED 2004/10/25 13:53:20 tl 1.17.48.2: #i35352# logfile macros added 2004/10/25 12:11:25 tl 1.17.48.1: #i35352# logfile macros added


2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4d200352d209d31d1e2d2e2549e752878afa2394]

INTEGRATION: CWS usp4all (1.85.24); FILE MERGED 2004/11/15 10:19:47 hdu 1.85.24.3: #37093# fix text layout problem in Tools->Options->Languages 2004/11/04 14:36:26 hdu 1.85.24.2: #i27336# work around the automatic ligatures of xp_sp2 2004/10/29 10:36:08 hdu 1.85.24.1: #i27336# prefer CTL-processing also for non-CTL text


2004-11-26  Andreas Schlüns  <as@openoffice.org>  [def9eb3e485b6e423276500142e75e9963336bc1]

#i37887# use URL with main and query path ... but without fragments


2004-11-25  Rüdiger Timm  <rt@openoffice.org>  [0e0dd17933a7e5df0b24b979e528df943a107a37]

#i10000# Wrong include path corrected (Thanks Pavel for finding it.)


2004-11-25  Vladimir Glazounov  <vg@openoffice.org>  [84aaa37e5e02be650f1b0727e3767e004f888050]

new version for SRC680


2004-11-25  Vladimir Glazounov  <vg@openoffice.org>  [61e7619ebe7770e3ab5b0515ca11ee6c0c2441f0]

new version for SRC680


2004-11-25  Vladimir Glazounov  <vg@openoffice.org>  [f9f550fa5beaa9efa23c51e02bfe819353dd5c59]

new version for SRC680


2004-11-22  Oliver Bolte  <obo@openoffice.org>  [78a7dab1d6c31914294f299dda881e220800dc10]

#i10000# merge problem, missing members


2004-11-21  Vladimir Glazounov  <vg@openoffice.org>  [49c841b963ed4c274b2d4f5e475fc59920d731d6]

new version for SRC680


2004-11-21  Vladimir Glazounov  <vg@openoffice.org>  [63df8677e429ae485a271f0bbb3f6e077bd3b3f4]

new version for SRC680


2004-11-21  Vladimir Glazounov  <vg@openoffice.org>  [453be447db0226bc860ce9af878f35fb2046bdb1]

new version for SRC680


2004-11-21  Vladimir Glazounov  <vg@openoffice.org>  [21c4425667f095ba978836c7bfb66a434ceb2e49]

new version for SRC680


2004-11-21  Vladimir Glazounov  <vg@openoffice.org>  [fb59b5c4ad89a92fe200316dc9f7bfdfba0228a4]

new version for SRC680


2004-11-21  Vladimir Glazounov  <vg@openoffice.org>  [70287dfd23b6f9cf6153b60b4a2102be0a21ea2d]

new version for SRC680


2004-11-21  Vladimir Glazounov  <vg@openoffice.org>  [8535d8995a8f502e6d87a9eeb3a11a359622939a]

new version for SRC680


2004-11-21  Oliver Bolte  <obo@openoffice.org>  [5b4fbbae14315a382a6d5d8ec50f58c941d80f13]

#i10000# unxsols4 extra semicolon removed


2004-11-19  Oliver Bolte  <obo@openoffice.org>  [b7996a07bc1d7300ca7fda7b4ee9e782768dea5c]

INTEGRATION: CWS oooicons (1.56.76); FILE MERGED 2004/11/04 16:33:21 pb 1.56.76.1: fix: #i36418# new images for our new oasis formats


2004-11-19  Oliver Bolte  <obo@openoffice.org>  [911cae5cc639bf96ffb2f3738aba62c8b357eea2]

INTEGRATION: CWS oooicons (1.29.98); FILE MERGED 2004/11/04 16:33:46 pb 1.29.98.1: fix: #i36418# new images for our new oasis formats


2004-11-19  Oliver Bolte  <obo@openoffice.org>  [2b62a7926ed1f4045ac8f8546916aa0a694b8692]

INTEGRATION: CWS oooicons (1.9.118); FILE MERGED 2004/11/04 16:32:51 pb 1.9.118.1: fix: #i36418# new ids for our new oasis formats


2004-11-18  Oliver Bolte  <obo@openoffice.org>  [6960e394007c1c8f7536a67e1c0230ff3d035361]

INTEGRATION: CWS aw021 (1.8.2); FILE MERGED 2004/11/11 14:27:14 aw 1.8.2.1: #i37009#


2004-11-18  Rüdiger Timm  <rt@openoffice.org>  [520719b26be48c577c6615837dd52c20a54bef57]

INTEGRATION: CWS babelfish04 (1.4.12); FILE MERGED 2004/11/17 18:07:11 ihi 1.4.12.1: #i35471# #i36441# Sort order / speed fix


2004-11-18  Rüdiger Timm  <rt@openoffice.org>  [c0a8bffba431984180a7704c12f5d8a5943f63de]

INTEGRATION: CWS babelfish04 (1.16.22); FILE MERGED 2004/11/17 18:07:11 ihi 1.16.22.1: #i35471# #i36441# Sort order / speed fix


2004-11-18  Rüdiger Timm  <rt@openoffice.org>  [074225f07789434444bd284abeb943ac5f553d7b]

INTEGRATION: CWS babelfish04 (1.35.22); FILE MERGED 2004/11/17 18:07:10 ihi 1.35.22.1: #i35471# #i36441# Sort order / speed fix


2004-11-18  Rüdiger Timm  <rt@openoffice.org>  [c6407c51d7878aa8023516367a6780d24bc0fc5a]

INTEGRATION: CWS babelfish04 (1.3.12); FILE MERGED 2004/11/17 18:07:10 ihi 1.3.12.1: #i35471# #i36441# Sort order / speed fix


2004-11-18  Rüdiger Timm  <rt@openoffice.org>  [261659f131d0206f6ad236b14ce1cec3fe1b7231]

INTEGRATION: CWS babelfish04 (1.27.10); FILE MERGED 2004/11/17 18:07:09 ihi 1.27.10.1: #i35471# #i36441# Sort order / speed fix


2004-11-18  Rüdiger Timm  <rt@openoffice.org>  [6c2d14cfab2a4f01007e75df2185053824fef180]

INTEGRATION: CWS babelfish04 (1.42.10); FILE MERGED 2004/11/17 18:07:08 ihi 1.42.10.1: #i35471# #i36441# Sort order / speed fix


2004-11-18  Rüdiger Timm  <rt@openoffice.org>  [a17eebb2c4c98edce3d2bb2484337788c403a4c7]

INTEGRATION: CWS babelfish04 (1.32.12); FILE MERGED 2004/11/17 18:07:08 ihi 1.32.12.1: #i35471# #i36441# Sort order / speed fix


2004-11-18  Rüdiger Timm  <rt@openoffice.org>  [24c4898a6b1978e1dfe3aed3faf8b0f673e66431]

INTEGRATION: CWS babelfish04 (1.4.12); FILE MERGED 2004/11/17 18:22:48 ihi 1.4.12.1: #i35471# #i36441# Sort order / speed fix


2004-11-18  Rüdiger Timm  <rt@openoffice.org>  [3c2e9df4a4ee8ced3c9b659992e16dcaae1c2f20]

INTEGRATION: CWS babelfish04 (1.3.16); FILE MERGED 2004/11/17 18:07:07 ihi 1.3.16.1: #i35471# #i36441# Sort order / speed fix


2004-11-18  Rüdiger Timm  <rt@openoffice.org>  [7438ef2ce50a0ade739a34f405f3c13df56a0714]

INTEGRATION: CWS babelfish04 (1.10.10); FILE MERGED 2004/11/17 18:07:07 ihi 1.10.10.1: #i35471# #i36441# Sort order / speed fix


2004-11-17  Oliver Bolte  <obo@openoffice.org>  [86f477c993c944f5421dfe0ffa8ad002b0450258]

INTEGRATION: CWS fwkp2fix02 (1.2.34); FILE MERGED 2004/11/12 12:14:17 mba 1.2.34.1: #i36981#: math objects couldn't be loaded


2004-11-17  Oliver Bolte  <obo@openoffice.org>  [68f18fff6476e2546ad7d097fb47e06c37b04cb1]

INTEGRATION: CWS fwkp2fix02 (1.2.34); FILE MERGED 2004/11/12 12:29:58 mba 1.2.34.2: #i36981#: storage reference wasn't freed 2004/11/12 12:13:07 mba 1.2.34.1: #i36981#: storage reference wasn't freed


2004-11-17  Oliver Bolte  <obo@openoffice.org>  [c324dd1b66c3a738860d88e676a3c0b5f09f155e]

INTEGRATION: CWS fwkp2fix02 (1.4.174); FILE MERGED 2004/11/04 12:56:16 kso 1.4.174.1: #i36586# - Use own mutex instead of global OSL mutex.


2004-11-17  Oliver Bolte  <obo@openoffice.org>  [4dd15a8f71c10220f1072a3d1c35d6909ff34321]

INTEGRATION: CWS fwkp2fix02 (1.16.174); FILE MERGED 2004/11/04 12:56:16 kso 1.16.174.1: #i36586# - Use own mutex instead of global OSL mutex.


2004-11-17  Oliver Bolte  <obo@openoffice.org>  [e8600bed39c673a68dc63a577c3fdd2faec194d7]

INTEGRATION: CWS fwkp2fix02 (1.24.80); FILE MERGED 2004/11/04 12:56:15 kso 1.24.80.1: #i36586# - Use own mutex instead of global OSL mutex.


2004-11-17  Oliver Bolte  <obo@openoffice.org>  [cbf1131dce893bd1bfb545dd251e5464f31d8b2c]

INTEGRATION: CWS fwkp2fix02 (1.3.174); FILE MERGED 2004/11/04 12:56:15 kso 1.3.174.1: #i36586# - Use own mutex instead of global OSL mutex.


2004-11-17  Oliver Bolte  <obo@openoffice.org>  [45d48ce20c937a552090dd3b76db421b6212f798]

INTEGRATION: CWS dba18 (1.11.34); FILE MERGED 2004/10/18 14:20:59 fs 1.11.34.1: #i30258# support for forwarding properties (i.e., a property can be present at both the aggregate and the delegator, where most of the functionality is forwarded to the aggregate)


2004-11-17  Oliver Bolte  <obo@openoffice.org>  [0bd3eda4318b3cd989924bc218e43774e4dbb0ce]

INTEGRATION: CWS dba18 (1.5.180); FILE MERGED 2004/10/18 14:20:39 fs 1.5.180.1: #i30258# support for forwarding properties (i.e., a property can be present at both the aggregate and the delegator, where most of the functionality is forwarded to the aggregate)


2004-11-17  Oliver Bolte  <obo@openoffice.org>  [174ad627887a2998636e5576e27fab638961786a]

INTEGRATION: CWS dba18 (1.2.48); FILE MERGED 2004/10/22 13:32:55 oj 1.2.48.1: #i35848# statusbar ids added


2004-11-17  Oliver Bolte  <obo@openoffice.org>  [3646629ce0b77bb90e183125d04381957f04b1ac]

INTEGRATION: CWS dba18 (1.7.86); FILE MERGED 2004/10/22 06:50:13 oj 1.7.86.1: #i27071# delete static images when last ref is gone


2004-11-17  Oliver Bolte  <obo@openoffice.org>  [95c1c3c0b0e7bccf2ef1b7bb75a13547a50147d5]

INTEGRATION: CWS dba18 (1.41.36); FILE MERGED 2004/10/22 06:50:12 oj 1.41.36.1: #i27071# delete static images when last ref is gone


2004-11-17  Oliver Bolte  <obo@openoffice.org>  [13aa777f6fdc2ee058c98bdeed2652fb56bbc3dd]

INTEGRATION: CWS dba18 (1.14.148); FILE MERGED 2004/10/13 12:59:31 oj 1.14.148.1: #i34532# handle in paint calls


2004-11-17  Oliver Bolte  <obo@openoffice.org>  [7e47080cd9bf25c80458537099aa6941af933544]

INTEGRATION: CWS dba18 (1.14.36); FILE MERGED 2004/10/25 11:33:17 oj 1.14.36.1: #i27071# add new member


2004-11-17  Oliver Bolte  <obo@openoffice.org>  [a15468e5ffc0f4922115149eba5fb0fbbf3e4735]

INTEGRATION: CWS fwkbugfix03 (1.2.62); FILE MERGED 2004/09/10 10:07:22 as 1.2.62.1: #i34054# normalize URL before using


2004-11-17  Oliver Bolte  <obo@openoffice.org>  [ce3d22f8ded86bf45da943cc47702087fa967136]

INTEGRATION: CWS fwkbugfix03 (1.26.34); FILE MERGED 2004/10/11 17:40:45 as 1.26.34.2: RESYNC: (1.26-1.27); FILE MERGED 2004/09/10 10:09:01 as 1.26.34.1: #i31449# new configuration API helper


2004-11-17  Oliver Bolte  <obo@openoffice.org>  [fa01c9f67efbcd4776705d35a26805ff200472e5]

INTEGRATION: CWS fwkbugfix03 (1.1.4); FILE ADDED 2004/09/10 10:08:23 as 1.1.4.1: #i31449# new configuration API helper


2004-11-17  Oliver Bolte  <obo@openoffice.org>  [215d0b535abfccae0314e5b16b2f9d1adcb7adca]

INTEGRATION: CWS fwkbugfix03 (1.2.62); FILE MERGED 2004/09/10 10:07:09 as 1.2.62.1: #i34054# normalize URL before using


2004-11-17  Oliver Bolte  <obo@openoffice.org>  [81b0c0ef2e31c0fcc45284cf3b7bac897ce608ba]

INTEGRATION: CWS fwkbugfix03 (1.1.4); FILE ADDED 2004/09/10 10:08:40 as 1.1.4.1: #i31449# new configuration API helper


2004-11-17  Oliver Bolte  <obo@openoffice.org>  [49196f29da49476d6689976598889fafb7bb21e0]

INTEGRATION: CWS fwkbugfix03 (1.8.356); FILE MERGED 2004/10/19 13:33:21 cd 1.8.356.1: #i30041# Added new state to support show/hide controllers with status update


2004-11-17  Oliver Bolte  <obo@openoffice.org>  [2f71cebb2fff79138f20f7f036a84d5e0650d457]

INTEGRATION: CWS fwkbugfix03 (1.120.12); FILE MERGED 2004/10/19 13:32:46 cd 1.120.12.1: #i30041# Added new state to support show/hide controllers with status update


2004-11-17  Oliver Bolte  <obo@openoffice.org>  [947692a4aab38322921890619c283c374f104277]

INTEGRATION: CWS fwkbugfix03 (1.110.32); FILE MERGED 2004/10/26 05:39:17 as 1.110.32.3: RESYNC: (1.110-1.111); FILE MERGED 2004/10/19 14:31:11 cd 1.110.32.2: #i30041# Fix incorrect assertion 2004/10/13 09:56:37 ssa 1.110.32.1: #i30041# support Show/Hide of menu entries


2004-11-17  Oliver Bolte  <obo@openoffice.org>  [2d394d39d28031a3ce714c7b446383beafb097cb]

INTEGRATION: CWS abi08 (1.49.16); FILE MERGED 2004/10/22 12:23:28 abi 1.49.16.1: #i30926# cutnpaste error'


2004-11-17  Oliver Bolte  <obo@openoffice.org>  [e138ca4283dbeafe43ddf67765d104113562fa2b]

INTEGRATION: CWS abi08 (1.22.4); FILE MERGED 2004/11/04 14:08:13 abi 1.22.4.4: RESYNC: (1.22-1.23); FILE MERGED 2004/10/28 08:14:07 sb 1.22.4.3: #i35207# Fixed handling of <vnd.sun.star.help://swriter?foo> (with no path, but a query). 2004/10/27 12:43:44 sb 1.22.4.2: #i35207# Changed vnd.sun.star.help scheme once again to allow arbitrary (escaped) characters in path segments, not just alphanumeric ones. 2004/10/13 15:30:07 sb 1.22.4.1: #i35207# Modified vnd.sun.star.help scheme.


2004-11-17  Oliver Bolte  <obo@openoffice.org>  [dc43cb3d4bfe3b44ab09d715b42578a4024d3456]

INTEGRATION: CWS aw020 (1.3.12); FILE MERGED 2004/10/29 11:19:51 aw 1.3.12.1: #i36281#


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f254391b2e1013787a35396c913eb8574b74f0c8]

INTEGRATION: CWS impress15 (1.20.96); FILE MERGED 2004/10/19 15:10:41 bm 1.20.96.1: #112378# start impress with slot 6686 instead of 10425, to only pop up the auto-pilot if configured


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [918e65eea89f70d2eefe46669c6c6d384a09c590]

INTEGRATION: CWS docking4 (1.3.20); FILE MERGED 2004/10/27 12:54:47 as 1.3.20.1: #i35699# repair locale fallback mechanism


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [aae0ed31ded8c604eeeed5d4000ee7fdf60d82ba]

INTEGRATION: CWS docking4 (1.3.20); FILE MERGED 2004/10/27 12:54:46 as 1.3.20.1: #i35699# repair locale fallback mechanism


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [43f5faa425456149ef13f3adad15362bdb8297c7]

INTEGRATION: CWS docking4 (1.5.12); FILE MERGED 2004/10/28 16:04:46 ssa 1.5.12.3: ownerdraw decorated windows should not be resizable as this is handled by the corresponding borderwindow 2004/10/22 20:30:26 cd 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2004/10/15 12:04:32 pl 1.5.12.1: join from vcl27, vcl28


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [34eb7d4f88a718ef40ac5378010e5e830655298a]

INTEGRATION: CWS docking4 (1.2.78); FILE MERGED 2004/10/22 15:26:44 cd 1.2.78.3: #i34077# Support for toolbar button/sub-toolbar behavior 2004/09/20 13:13:35 cd 1.2.78.2: RESYNC: (1.2-1.3); FILE MERGED 2004/08/16 06:30:46 cd 1.2.78.1: #i32287# Provide key modifier information to dispatch


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [3cf84545a10fb8fb0600123ea58b72a430c7009c]

INTEGRATION: CWS docking4 (1.12.12); FILE MERGED 2004/11/04 18:27:11 pl 1.12.12.7: last necessary merge from vcl28 2004/11/02 17:53:46 pl 1.12.12.6: join from vcl28 2004/10/28 16:04:46 ssa 1.12.12.5: ownerdraw decorated windows should not be resizable as this is handled by the corresponding borderwindow 2004/10/25 09:01:33 pl 1.12.12.4: solved a merge problem 2004/10/22 20:30:07 cd 1.12.12.3: RESYNC: (1.12-1.13); FILE MERGED 2004/10/15 14:10:33 pl 1.12.12.2: global widget cleanup 2004/10/15 12:04:31 pl 1.12.12.1: join from vcl27, vcl28


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [59d427b3ae6358e296c4958e3ec10d40e85f742c]

INTEGRATION: CWS docking4 (1.110.14); FILE MERGED 2004/10/13 12:54:14 ssa 1.110.14.1: #i32193# native widget rendering for toolbars


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [3f63c134bfc7d7ef1aee8f32ad5d68427490880c]

INTEGRATION: CWS docking4 (1.2.90); FILE MERGED 2004/10/27 15:35:03 ssa 1.2.90.8: hilight disabled toolbox buttons as well 2004/10/22 13:32:39 ssa 1.2.90.7: #i32193# use NWF options 2004/10/20 08:43:59 ssa 1.2.90.6: #i32193# support query for minimal toolbox button size 2004/10/19 09:45:10 ssa 1.2.90.5: #i32193# add border to native toolbar buttons 2004/10/15 16:58:17 ssa 1.2.90.4: #i32193# support for a single gradient covering menubar and top docking area 2004/10/15 12:04:37 pl 1.2.90.3: join from vcl27, vcl28 2004/10/15 10:50:11 ssa 1.2.90.2: #i32193# support for native toolbar buttons 2004/10/13 12:54:14 ssa 1.2.90.1: #i32193# native widget rendering for toolbars


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [547f0dda034c49559c7004e95f3130494f5ac7dc]

INTEGRATION: CWS docking4 (1.33.62); FILE MERGED 2004/10/19 19:46:16 pl 1.33.62.1: #i28454# cleaned up LOTS ofpainting issues


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a0138ff1e6761bcb1a006549a6d47a385d9f5e12]

INTEGRATION: CWS docking4 (1.2.92); FILE MERGED 2004/10/20 09:18:44 pl 1.2.92.6: #i28454# speedup paint fix 2004/10/19 19:46:16 pl 1.2.92.5: #i28454# cleaned up LOTS ofpainting issues 2004/10/17 15:12:24 pl 1.2.92.4: #i32193# menu background 2004/10/15 14:10:34 pl 1.2.92.3: global widget cleanup 2004/10/14 17:03:04 pl 1.2.92.2: #i32193# native menubar 2004/09/03 16:46:46 pl 1.2.92.1: #32193# nwf for toolbar background and grip


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [42c96f56c6dce807abd338d518249263bafc841c]

INTEGRATION: CWS docking4 (1.29.38); FILE MERGED 2004/10/19 19:46:15 pl 1.29.38.1: #i28454# cleaned up LOTS ofpainting issues


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ffead2f833525d675f4f9977b5390de2b13db672]

INTEGRATION: CWS docking4 (1.2.92); FILE MERGED 2004/11/09 14:54:16 pl 1.2.92.26: #i28454# fixed some assertions that occured in OceanDream and Canyon theme 2004/10/25 12:47:11 pl 1.2.92.25: workaround some broken themes 2004/10/22 20:29:59 cd 1.2.92.24: RESYNC: (1.5-1.6); FILE MERGED 2004/10/21 18:28:42 pl 1.2.92.23: draw separate toolbar lines as per theme 2004/10/21 17:55:24 pl 1.2.92.22: improvement on NWF option propagation 2004/10/20 17:52:50 pl 1.2.92.21: #i28454# minimum space around radio/check buttons 2004/10/20 17:34:04 pl 1.2.92.20: #i28454# some menu issues 2004/10/20 16:15:02 pl 1.2.92.19: #i28454# improve toolbar buttons 2004/10/20 09:18:44 pl 1.2.92.18: #i28454# speedup paint fix 2004/10/19 19:46:15 pl 1.2.92.17: #i28454# cleaned up LOTS ofpainting issues 2004/10/17 16:25:10 pl 1.2.92.16: #i32193# NWF style options (tb dropdown separate, popup menu border 2004/10/17 16:04:36 pl 1.2.92.15: #i32193# menu/-bar items 2004/10/17 15:12:23 pl 1.2.92.14: #i32193# menu background 2004/10/17 13:59:10 pl 1.2.92.13: #i32193# get toolbar dropdowns and menu button right in more themes 2004/10/16 14:32:16 pl 1.2.92.12: #i32193# NWF toggle buttons for toolbars 2004/10/16 14:06:01 pl 1.2.92.11: #i32193# background for NWF toolbar buttons 2004/10/16 12:04:01 pl 1.2.92.10: #i32193# implement NWF toolbar buttons 2004/10/16 08:47:31 pl 1.2.92.9: #i32193# adjust menubar size 2004/10/15 15:46:21 pl 1.2.92.8: #i32193# native menubar height 2004/10/15 14:10:32 pl 1.2.92.7: global widget cleanup 2004/10/15 12:04:30 pl 1.2.92.6: join from vcl27, vcl28 2004/10/14 17:03:03 pl 1.2.92.5: #i32193# native menubar 2004/10/14 07:59:39 ssa 1.2.92.4: #i32193# NWF for toolbars 2004/10/13 12:54:13 ssa 1.2.92.3: #i32193# native widget rendering for toolbars 2004/09/20 16:19:58 cd 1.2.92.2: RESYNC: (1.2-1.5); FILE MERGED 2004/09/03 16:46:45 pl 1.2.92.1: #32193# nwf for toolbar background and grip


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [06dd5acca11fea25901602c9e18f2236e80a90a3]

INTEGRATION: CWS docking4 (1.2.90); FILE MERGED 2004/10/13 12:54:13 ssa 1.2.90.1: #i32193# native widget rendering for toolbars


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [83697830a179a84eaf912770c39ca8897f07ea3c]

INTEGRATION: CWS docking4 (1.199.12); FILE MERGED 2004/11/05 15:47:25 pl 1.199.12.7: #i32196# keyboard handling of toolbar dock/undock 2004/11/05 15:32:53 pl 1.199.12.6: #i32196# keyboard handling of toolbar dock/undock 2004/10/25 16:09:17 ssa 1.199.12.5: #i32578# use Ctrl-DoubleClick to undock 2004/10/22 13:28:29 ssa 1.199.12.4: #i35625 change HC white detection 2004/10/15 12:04:29 pl 1.199.12.3: join from vcl27, vcl28 2004/10/15 10:50:10 ssa 1.199.12.2: #i32193# support for native toolbar buttons 2004/10/13 12:54:12 ssa 1.199.12.1: #i32193# native widget rendering for toolbars


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [906d9a089ed61c5c95cd504c16644754cc31fdbd]

INTEGRATION: CWS docking4 (1.30.6); FILE MERGED 2004/11/04 10:52:17 ssa 1.30.6.7: #i32193# improve transparency handling and repaint 2004/10/22 13:29:46 ssa 1.30.6.6: no menu button in popupmode 2004/10/19 09:45:09 ssa 1.30.6.5: #i32193# add border to native toolbar buttons 2004/10/17 13:59:09 pl 1.30.6.4: #i32193# get toolbar dropdowns and menu button right in more themes 2004/10/15 10:50:09 ssa 1.30.6.3: #i32193# support for native toolbar buttons 2004/09/20 16:18:39 cd 1.30.6.2: RESYNC: (1.30-1.32); FILE MERGED 2004/09/15 14:38:28 ssa 1.30.6.1: #i32196# make menubutton keyboard accessible


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c8c30175ebd03a598139ce2b4af8e52306bcc022]

INTEGRATION: CWS docking4 (1.74.6); FILE MERGED 2004/11/04 15:06:02 ssa 1.74.6.20: set minmax after every layout change in floating mode to improve configuration via custom menu 2004/11/04 10:52:16 ssa 1.74.6.19: #i32193# improve transparency handling and repaint 2004/11/01 08:20:13 ssa 1.74.6.18: #i35507#, #i34279# treat breaks as separators 2004/10/28 13:43:11 ssa 1.74.6.17: include children when incvalidating transparent background 2004/10/27 15:32:43 ssa 1.74.6.16: #i35507#, #i34279# treat breaks as separators, set minimal toolbox size, display menu button in empty toolbars 2004/10/22 13:29:44 ssa 1.74.6.15: no menu button in popupmode 2004/10/21 17:55:23 pl 1.74.6.14: improvement on NWF option propagation 2004/10/20 16:10:49 pl 1.74.6.13: #i35625# stricter recognition of high contrast white 2004/10/19 15:26:21 ssa 1.74.6.12: #i32193# correct background of NWF toolbar buttons 2004/10/19 09:45:08 ssa 1.74.6.11: #i32193# add border to native toolbar buttons 2004/10/17 16:25:10 pl 1.74.6.10: #i32193# NWF style options (tb dropdown separate, popup menu border 2004/10/17 13:59:09 pl 1.74.6.9: #i32193# get toolbar dropdowns and menu button right in more themes 2004/10/15 16:58:19 ssa 1.74.6.8: #i32193# support for a single gradient covering menubar and top docking area 2004/10/15 10:50:08 ssa 1.74.6.7: #i32193# support for native toolbar buttons 2004/10/14 15:45:09 pl 1.74.6.6: #i32193# use correct control state 2004/10/14 07:58:17 ssa 1.74.6.5: #i32193# NWF for toolbars 2004/10/13 12:54:12 ssa 1.74.6.4: #i32193# native widget rendering for toolbars 2004/09/20 16:18:21 cd 1.74.6.3: RESYNC: (1.74-1.77); FILE MERGED 2004/09/15 15:32:14 ssa 1.74.6.2: #i32192# improve separator look 2004/09/15 14:38:27 ssa 1.74.6.1: #i32196# make menubutton keyboard accessible


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [95c58cfa8717c5bde6c0fc68d94301d873933e9e]

INTEGRATION: CWS docking4 (1.110.12); FILE MERGED 2004/11/01 17:10:18 ssa 1.110.12.11: #i32193# toolbox for close button has variable height now 2004/10/21 17:55:23 pl 1.110.12.10: improvement on NWF option propagation 2004/10/17 16:25:09 pl 1.110.12.9: #i32193# NWF style options (tb dropdown separate, popup menu border 2004/10/17 16:04:36 pl 1.110.12.8: #i32193# menu/-bar items 2004/10/17 15:12:22 pl 1.110.12.7: #i32193# menu background 2004/10/15 16:58:18 ssa 1.110.12.6: #i32193# support for a single gradient covering menubar and top docking area 2004/10/15 15:46:20 pl 1.110.12.5: #i32193# native menubar height 2004/10/15 12:04:28 pl 1.110.12.4: join from vcl27, vcl28 2004/10/15 10:50:08 ssa 1.110.12.3: #i32193# support for native toolbar buttons 2004/10/14 17:02:08 pl 1.110.12.2: #i32193# control state for menubar 2004/10/13 12:54:11 ssa 1.110.12.1: #i32193# native widget rendering for toolbars


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [1da7a15a5933ba197c17162734637b149a766fec]

INTEGRATION: CWS docking4 (1.15.8); FILE MERGED 2004/10/13 12:54:11 ssa 1.15.8.1: #i32193# native widget rendering for toolbars


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [12b4308be4e2868aecdf31361dd47fae432c6862]

INTEGRATION: CWS docking4 (1.17.14); FILE MERGED 2004/10/25 16:09:17 ssa 1.17.14.1: #i32578# use Ctrl-DoubleClick to undock


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8065fefed65306db0dc7f6fcc51f613338b3c40d]

INTEGRATION: CWS docking4 (1.4.14); FILE MERGED 2004/10/13 12:54:11 ssa 1.4.14.1: #i32193# native widget rendering for toolbars


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f885b889d3f6e6285ae513da366392ec8e7caf6c]

INTEGRATION: CWS docking4 (1.1.2); FILE ADDED 2004/10/22 13:31:03 ssa 1.1.2.7: #i32193# use NWF options 2004/10/21 18:28:41 pl 1.1.2.6: draw separate toolbar lines as per theme 2004/10/20 09:56:42 ssa 1.1.2.5: #i32193# improve common gradient handling between menubar and top dockingarea 2004/10/15 16:58:18 ssa 1.1.2.4: #i32193# support for a single gradient covering menubar and top docking area 2004/10/14 15:45:09 pl 1.1.2.3: #i32193# use correct control state 2004/10/14 07:58:17 ssa 1.1.2.2: #i32193# NWF for toolbars 2004/10/13 12:56:15 ssa 1.1.2.1: #i32193# native widget rendering for toolbars


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7e1ba2bf7514296804e2e01e3476ab5f87ef8a23]

INTEGRATION: CWS docking4 (1.15.14); FILE MERGED 2004/10/22 13:30:23 ssa 1.15.14.2: show tooltip when title was truncated 2004/10/15 12:04:28 pl 1.15.14.1: join from vcl27, vcl28


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5c619ce0cfbf458985db82c42b3abea4f3463f35]

INTEGRATION: CWS docking4 (1.30.38); FILE MERGED 2004/10/15 12:04:27 pl 1.30.38.1: join from vcl27, vcl28


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [6da407481c794e5b1c6b244fdee2fe77591d5e49]

INTEGRATION: CWS docking4 (1.42.14); FILE MERGED 2004/10/13 12:54:11 ssa 1.42.14.1: #i32193# native widget rendering for toolbars


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [fbae2b389dd02f89fd5918d415f485673078d767]

INTEGRATION: CWS docking4 (1.37.42); FILE MERGED 2004/10/22 16:44:56 cd 1.37.42.2: RESYNC: (1.37-1.38); FILE MERGED 2004/10/13 12:58:39 ssa 1.37.42.1: #i32193# add new window type: docking area


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8ddfde8a2f9bd4615f648186e4eb9939020628d2]

INTEGRATION: CWS borderingfilterteam28 (1.15.232); FILE MERGED 2004/11/08 14:48:41 mmaher 1.15.232.1: #i35653# Patch courtesy of cmc on unicode character handling (Zcaron)


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7125b94795bd043e2ba9034758726e340d9ef91f]

INTEGRATION: CWS eforms2 (1.6.146); FILE MERGED 2004/07/12 13:45:32 fs 1.6.146.1: #114856# +disposeAdapter


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [033e9628d100fa4a62097f5ae025f40aa58d7b79]

INTEGRATION: CWS eforms2 (1.5.122); FILE MERGED 2004/01/14 14:47:33 dvo 1.5.122.1: #114856# implement PropertySetHelper default constructor          PropertySetHelper::setInfo allows to set property info after construction


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [cda6253d3c7f3284c5ff7ad3465c073bf4e60edf]

INTEGRATION: CWS eforms2 (1.5.44); FILE MERGED 2004/07/02 13:02:37 fs 1.5.44.1: +disposeAdapter


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f72a9928d6788a8a4386ba62a018c0b8645b7826]

INTEGRATION: CWS eforms2 (1.1.152); FILE MERGED 2004/01/14 14:47:31 dvo 1.1.152.1: #114856# implement PropertySetHelper default constructor          PropertySetHelper::setInfo allows to set property info after construction


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9d6ff183005e9d5cc232a419313683fe9bb91470]

INTEGRATION: CWS eforms2 (1.17.56); FILE MERGED 2004/07/27 14:10:40 fs 1.17.56.2: RESYNC: (1.17-1.18); FILE MERGED 2004/07/13 08:37:17 pb 1.17.56.1: fix: #i29824# SOT_FORMATSTR_ID_XFORMS added


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b0e596960b1ff7e832b6957ebfb07215a29930a4]

INTEGRATION: CWS eforms2 (1.28.44); FILE MERGED 2004/10/11 16:07:01 dvo 1.28.44.4: RESYNC: (1.31-1.32); FILE MERGED 2004/10/08 21:44:41 dvo 1.28.44.3: RESYNC: (1.30-1.31); FILE MERGED 2004/07/27 14:10:24 fs 1.28.44.2: RESYNC: (1.28-1.30); FILE MERGED 2004/07/13 08:37:18 pb 1.28.44.1: fix: #i29824# SOT_FORMATSTR_ID_XFORMS added


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7632cfacfa30969d66035824bcfeb0def6e1a373]

INTEGRATION: CWS eforms2 (1.3.162); FILE MERGED 2004/06/30 15:17:24 dvo 1.3.162.3: RESYNC: (1.3-1.4); FILE MERGED 2004/06/22 14:58:40 dvo 1.3.162.2: implSetPropertyValue: properly reset msPropertyCurrentlyUpdating 2004/03/25 17:36:58 dvo 1.3.162.1: #114856# allow changes of control properties while control is focussed


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a6d1f1794d90a083ca47ce576547cc68e00bc1de]

INTEGRATION: CWS eforms2 (1.26.108); FILE MERGED 2004/11/07 01:59:38 dvo 1.26.108.4: RESYNC: (1.29-1.30); FILE MERGED 2004/06/30 15:13:51 dvo 1.26.108.3: RESYNC: (1.27-1.29); FILE MERGED 2004/04/08 12:11:21 dvo 1.26.108.2: RESYNC: (1.26-1.27); FILE MERGED 2004/03/25 17:36:58 dvo 1.26.108.1: #114856# allow changes of control properties while control is focussed


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [73a3583726933af828a0f3fa15e560d7687e03e7]

INTEGRATION: CWS eforms2 (1.5.46); FILE MERGED 2004/10/08 12:15:35 dvo 1.5.46.3: RESYNC: (1.6-1.7); FILE MERGED 2004/06/30 14:57:43 dvo 1.5.46.2: RESYNC: (1.5-1.6); FILE MERGED 2004/03/25 17:36:58 dvo 1.5.46.1: #114856# allow changes of control properties while control is focussed


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9476e55506db772a0def21c76ee1908105ed6f59]

INTEGRATION: CWS eforms2 (1.9.148); FILE MERGED 2004/07/12 13:48:13 fs 1.9.148.3: #i10000# removed post-resync relicts 2004/06/30 11:07:14 dvo 1.9.148.2: RESYNC: (1.9-1.11); FILE MERGED 2004/03/25 17:36:57 dvo 1.9.148.1: #114856# allow changes of control properties while control is focussed


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [4a61d23d82ed709ae2eeeb954e0d0a4badcfd2cd]

INTEGRATION: CWS eforms2 (1.2.162); FILE MERGED 2004/06/03 15:30:01 dvo 1.2.162.2: ImplModelPropertiesChanged now throws RuntimeException 2004/03/25 17:36:57 dvo 1.2.162.1: #114856# allow changes of control properties while control is focussed


2004-11-16  Oliver Bolte  <obo@openoffice.org>  [943ade77191970840a756dffd3ba3b2860d4c084]

INTEGRATION: CWS dba19 (1.3.80); FILE MERGED 2004/11/08 07:06:50 oj 1.3.80.1: #i36686# fix solaris temp var bug for ref counts


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [cc31d9257cdfa3e8cbfdd3bb3fd7c337580763d2]

INTEGRATION: CWS cd01 (1.16.162); FILE MERGED 2004/11/02 13:19:22 as 1.16.162.1: #i35118# hold some config items alive till config dies


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [78bdcd3d1b0d1fe11351b87fb247163522045644]

INTEGRATION: CWS cd01 (1.4.172); FILE MERGED 2004/11/02 13:19:22 as 1.4.172.1: #i35118# hold some config items alive till config dies


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [92e36625d79ebc9d7bfbd2d8944a38ff21a28d60]

INTEGRATION: CWS cd01 (1.12.162); FILE MERGED 2004/11/02 13:19:22 as 1.12.162.1: #i35118# hold some config items alive till config dies


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [0686279876b52f394de2880181023edcfc88f2c1]

INTEGRATION: CWS cd01 (1.9.172); FILE MERGED 2004/11/02 13:19:21 as 1.9.172.1: #i35118# hold some config items alive till config dies


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [8c7844b5bbccb621a57c3845d0e21fa0347451b2]

INTEGRATION: CWS cd01 (1.21.86); FILE MERGED 2004/11/02 13:19:21 as 1.21.86.1: #i35118# hold some config items alive till config dies


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [503b151eeb0bd4a273823c84b07bc4550d8b975f]

INTEGRATION: CWS cd01 (1.16.172); FILE MERGED 2004/11/02 13:19:21 as 1.16.172.1: #i35118# hold some config items alive till config dies


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [5fc8ee66f49ff73a2ab0d97b47f1339e3c8f4c67]

INTEGRATION: CWS cd01 (1.20.114); FILE MERGED 2004/11/02 13:19:20 as 1.20.114.1: #i35118# hold some config items alive till config dies


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [1a14b5a56cbdd3dfb3fa8a238a144bbbe46df2cf]

INTEGRATION: CWS cd01 (1.9.172); FILE MERGED 2004/11/02 13:19:20 as 1.9.172.1: #i35118# hold some config items alive till config dies


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [93b4accd07b285a52d33e0e8c776d87315950047]

INTEGRATION: CWS cd01 (1.7.172); FILE MERGED 2004/11/02 13:19:20 as 1.7.172.1: #i35118# hold some config items alive till config dies


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [3a3740717bc1ec10082575138746278343fc16e3]

INTEGRATION: CWS cd01 (1.48.156); FILE MERGED 2004/11/02 13:19:20 as 1.48.156.1: #i35118# hold some config items alive till config dies


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [d89ea2315d4b1adc81c97928ec042a0f81a56007]

INTEGRATION: CWS cd01 (1.5.172); FILE MERGED 2004/11/02 13:19:19 as 1.5.172.1: #i35118# hold some config items alive till config dies


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [717962ad9006e01f0de2c5eb23decfa90415093a]

INTEGRATION: CWS cd01 (1.1.2); FILE ADDED 2004/11/02 13:19:50 as 1.1.2.1: #i35118# hold some config items alive till config dies


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [73a7f5da742dc14860349cac5e66f9451df58f1b]

INTEGRATION: CWS cd01 (1.1.2); FILE ADDED 2004/11/02 13:19:51 as 1.1.2.1: #i35118# hold some config items alive till config dies


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [6ede37bb43e187f2b88b114c64906b4bff3c8e7c]

INTEGRATION: CWS cd01 (1.1.2); FILE ADDED 2004/11/02 13:19:52 as 1.1.2.1: #i35118# hold some config items alive till config dies


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [ecfa6b3a4d1124d80be523c862c1158e12568997]

INTEGRATION: CWS cd01 (1.12.172); FILE MERGED 2004/11/02 13:19:19 as 1.12.172.1: #i35118# hold some config items alive till config dies


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [5d4d2ce69bc434c38a785f129587415186ae5df6]

INTEGRATION: CWS cd01 (1.24.76); FILE MERGED 2004/11/02 13:19:19 as 1.24.76.1: #i35118# hold some config items alive till config dies


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [0ef8f83129494251173bc861cbdbea991bb58858]

INTEGRATION: CWS cd01 (1.14.228); FILE MERGED 2004/11/02 13:19:19 as 1.14.228.1: #i35118# hold some config items alive till config dies


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [01f18eab47ed9def892317ba1eb2885f4ba62daa]

INTEGRATION: CWS cd01 (1.12.708); FILE MERGED 2004/11/02 13:19:18 as 1.12.708.1: #i35118# hold some config items alive till config dies


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [4d9fba84e11c55bffe335e7e5d347033fc7308b5]

INTEGRATION: CWS cd01 (1.3.172); FILE MERGED 2004/11/02 13:19:18 as 1.3.172.1: #i35118# hold some config items alive till config dies


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [4d57bf577a6b285405f2c72029372166e504a5a2]

INTEGRATION: CWS cd01 (1.2.214); FILE MERGED 2004/11/02 13:19:17 as 1.2.214.1: #i35118# hold some config items alive till config dies


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [7dee32f9ef8fcb97cf087818ad71b2f513e60562]

INTEGRATION: CWS cd01 (1.2.172); FILE MERGED 2004/11/02 13:19:17 as 1.2.172.1: #i35118# hold some config items alive till config dies


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [b30f845c2a433f254000f53e78952de030452617]

INTEGRATION: CWS tl03 (1.3.64); FILE MERGED 2004/09/20 13:03:20 tl 1.3.64.1: #i33346# mutex handling now exception safe


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [434dc48f42681b682243841d4d4720222622b963]

INTEGRATION: CWS tl03 (1.2.64); FILE MERGED 2004/09/20 13:03:20 tl 1.2.64.1: #i33346# mutex handling now exception safe


2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [c988fc12e9cc558df64662c1309066e38cffa81a]

INTEGRATION: CWS texteng03 (1.44.126); FILE MERGED 2004/11/05 09:31:38 ab 1.44.126.3: #i30810# Fixed incorrect merge changes 2004/11/05 08:23:33 ab 1.44.126.2: RESYNC: (1.44-1.45); FILE MERGED Resolved merge conflict 2004/10/06 11:53:35 mt 1.44.126.1: #i30810# Call HINT_MODIFIED after Paste()


2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [87f45b6f0c94d6716c01ac3b772dcb26ecca7a37]

INTEGRATION: CWS texteng03 (1.36.86); FILE MERGED 2004/11/08 15:19:24 mt 1.36.86.1: #i30810# MaxTextWidth...


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [bc3b4dc2af10b5ab60bda630ecbe58c26c55e1c3]

INTEGRATION: CWS pbfixes01 (1.29.102); FILE MERGED 2004/11/08 07:48:52 pb 1.29.102.2: fix: #i35120# RTL_LOGFILE_CONTEXT_AUTHOR added 2004/11/06 17:14:21 pb 1.29.102.1: fix: #i35120# use static map to detect extension for factory


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [d7d6e8e6817754ae46356638d211c77a8e7fea10]

INTEGRATION: CWS pbfixes01 (1.59.28); FILE MERGED 2004/11/06 16:24:45 pb 1.59.28.1: fix: #i34544# show docinfo again


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [cea07e7760866396c65c8905185a5d2a7e32144f]

INTEGRATION: CWS vcl30 (1.13.32); FILE MERGED 2004/11/03 17:57:22 pl 1.13.32.1: #i36582# make bean work again


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [d33446ac5e8476769e80256355e8254da39dbcde]

INTEGRATION: CWS vcl30 (1.6.32); FILE MERGED 2004/11/03 17:57:22 pl 1.6.32.1: #i36582# make bean work again


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [c178cfcdbac0b2a6074e2534a0b0508bfb01d320]

INTEGRATION: CWS vcl30 (1.22.146); FILE MERGED 2004/11/02 13:23:10 pl 1.22.146.1: #i35773# do not unload GL lib before XCloseDisplay


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [a548e9d34c96daf6e42444662e8d96da54c0eef4]

INTEGRATION: CWS vcl30 (1.11.146); FILE MERGED 2004/11/09 17:28:06 pl 1.11.146.3: #i36899# Motif needed if JVM and GL want to coexist 2004/11/08 18:19:03 pl 1.11.146.2: #i36866# fix an obscure OpenGL <-> JVM interaction on Solaris 2004/11/02 13:23:10 pl 1.11.146.1: #i35773# do not unload GL lib before XCloseDisplay


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [ed126aa15697470513f9257cdc5d406fbc8e3bba]

INTEGRATION: CWS vcl30 (1.3.150); FILE MERGED 2004/11/03 17:57:22 pl 1.3.150.1: #i36582# make bean work again


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [a16365aff0a3b2d470bd048331314bcf472af5a7]

INTEGRATION: CWS vcl30 (1.2.256); FILE MERGED 2004/11/02 13:23:09 pl 1.2.256.1: #i35773# do not unload GL lib before XCloseDisplay


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [0fbc3b6829c6c789b52a7938f1db2797067873c4]

INTEGRATION: CWS vcl30 (1.5.138); FILE MERGED 2004/11/03 17:57:21 pl 1.5.138.1: #i36582# make bean work again


2004-11-15  Oliver Bolte  <obo@openoffice.org>  [94266c9a0e55f3535b8154f13ee897d8b8306973]

INTEGRATION: CWS vcl30 (1.10.60); FILE MERGED 2004/11/03 17:57:21 pl 1.10.60.1: #i36582# make bean work again


2004-11-12  Vladimir Glazounov  <vg@openoffice.org>  [de99429855b4cdfae641ce4407fb5d5522cfc59a]

new version for SRC680


2004-11-11  Vladimir Glazounov  <vg@openoffice.org>  [f225d38801ff10c0f8c32a1450ee4c5fb344cee7]

new version for SRC680


2004-11-11  Vladimir Glazounov  <vg@openoffice.org>  [cbd6492d6082a6c8043ea1549a37dbc3fde971bd]

new version for SRC680


2004-11-11  Vladimir Glazounov  <vg@openoffice.org>  [62d418526756587cfd2a1f216ec692925e3ca109]

new version for SRC680


2004-11-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a23b7eba5a19e3fffaf6a472e78b2b90d80c885]

#i10000#: solved merge problem


2004-11-10  Vladimir Glazounov  <vg@openoffice.org>  [73862ff9419b89b42020e549e063630d8e684fe9]

new version for SRC680


2004-11-10  Vladimir Glazounov  <vg@openoffice.org>  [4c7396ea96650b115994a0b20e230ad6f92cf3ed]

new version for SRC680


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [f3d028a66feaea0f43326f50e66d533a5eb303ed]

INTEGRATION: CWS localedatafixes (1.13.16); FILE MERGED 2004/10/27 16:23:09 er 1.13.16.1: #i31931# interoperablity: MMM uses same month names as MMMM, including the appended character for 'month'


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [ba017472528f917da257839f158ad6bba4a3c401]

INTEGRATION: CWS localedatafixes (1.3.28); FILE MERGED 2004/11/04 11:53:24 er 1.3.28.2: #i36338# oops, accidentally checked in a saxparser test 2004/10/29 13:22:30 er 1.3.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [030dfe9226e5fb680a073de8255173aecd5611bb]

INTEGRATION: CWS localedatafixes (1.8.28); FILE MERGED 2004/10/28 17:07:04 er 1.8.28.1: #i35434# add New Turkish Lira and default it


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [1a1bc8be7307946a059a1eff979475ed2402d9ee]

INTEGRATION: CWS localedatafixes (1.9.28); FILE MERGED 2004/10/29 13:22:30 er 1.9.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [69d651fd46084f4245f33d3eb3d9e1fab1ad116d]

INTEGRATION: CWS localedatafixes (1.1.2); FILE ADDED 2004/10/28 15:33:17 er 1.1.2.1: #i34386# add sw_TZ Swahili Tanzania locale data, provided by Alberto Escudero-Pascual <it46@ooo>


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [e109c424ff3a65c8a3706cd395416a43c3da0d92]

INTEGRATION: CWS localedatafixes (1.8.18); FILE MERGED 2004/10/27 17:16:28 er 1.8.18.2: #i34395# TimeSeparator is ':' instead of '.' 2004/10/27 17:04:30 er 1.8.18.1: #i34399# space between day name and 'den', remove '.' from 'D.'


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [6ad68d55c733211171ee4420f0b7a17ae990d1f6]

INTEGRATION: CWS localedatafixes (1.8.18); FILE MERGED 2004/10/27 17:04:30 er 1.8.18.1: #i34399# space between day name and 'den', remove '.' from 'D.'


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [b7fcd7a58e94753ff250fa4d68309b41f3ebc91e]

INTEGRATION: CWS localedatafixes (1.3.28); FILE MERGED 2004/10/29 13:22:30 er 1.3.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [fc6e481c632691d2fc3c247099310355a24db234]

INTEGRATION: CWS localedatafixes (1.10.28); FILE MERGED 2004/10/27 15:26:28 er 1.10.28.1: #i29345# StartDayOfWeek is Monday


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [34dd87330b39c364b6351d9185f5c76c544e0cbf]

INTEGRATION: CWS localedatafixes (1.24.18); FILE MERGED 2004/10/29 16:15:25 er 1.24.18.5: #i34226# add lo_LA Lao locale data, provided Anousak Souphavank <xangdao@ooo> 2004/10/28 16:36:09 er 1.24.18.4: #i31975# add km_KH Khmer Cambodia locale data, provided by Javier Sola <javiersola@ooo> 2004/10/28 15:33:16 er 1.24.18.3: #i34386# add sw_TZ Swahili Tanzania locale data, provided by Alberto Escudero-Pascual <it46@ooo> 2004/10/27 18:57:38 er 1.24.18.2: #i32644# add gl_ES Galician locale data, provided by Jorge Rivas <jorgeriv@ooo> 2004/10/27 15:17:24 er 1.24.18.1: #i32647# add eu Basque locale data, provided by Inaki Larranaga Murgoitio <dooteo@ooo>


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [2a5ccf1ee9d9481dae6802324afeac72ff9883d6]

INTEGRATION: CWS localedatafixes (1.3.28); FILE MERGED 2004/10/29 13:22:29 er 1.3.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [05fff48279883e6ee385a3120a4847d0467e15b0]

INTEGRATION: CWS localedatafixes (1.4.18); FILE MERGED 2004/10/29 16:15:25 er 1.4.18.3: #i34226# add lo_LA Lao locale data, provided Anousak Souphavank <xangdao@ooo> 2004/10/28 16:36:09 er 1.4.18.2: #i31975# add km_KH Khmer Cambodia locale data, provided by Javier Sola <javiersola@ooo> 2004/10/28 15:33:16 er 1.4.18.1: #i34386# add sw_TZ Swahili Tanzania locale data, provided by Alberto Escudero-Pascual <it46@ooo>


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [104ae1bf46c5948a2922a15d1249a4ed8973dc18]

INTEGRATION: CWS localedatafixes (1.8.18); FILE MERGED 2004/10/27 18:57:38 er 1.8.18.2: #i32644# add gl_ES Galician locale data, provided by Jorge Rivas <jorgeriv@ooo> 2004/10/27 15:17:24 er 1.8.18.1: #i32647# add eu Basque locale data, provided by Inaki Larranaga Murgoitio <dooteo@ooo>


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [9ab5e9ba4cd9c85ee795837190c988c15836693b]

INTEGRATION: CWS localedatafixes (1.11.28); FILE MERGED 2004/11/03 17:48:49 er 1.11.28.2: #i36338# NumberingLevel copy&paste error 2004/10/29 13:20:28 er 1.11.28.1: #i36338# add missing attributes; rename Varient to Variant


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [9c8e88d1c94411fe430dbdf6252a0c73de914eea]

INTEGRATION: CWS localedatafixes (1.1.2); FILE ADDED 2004/11/04 11:51:33 er 1.1.2.2: #i36338# rename Varient to Variant (respectively remove it when empty) 2004/10/29 16:15:25 er 1.1.2.1: #i34226# add lo_LA Lao locale data, provided Anousak Souphavank <xangdao@ooo>


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [92b9a6cfb90f2888b60796d4d8f6f41bb70a97ba]

INTEGRATION: CWS localedatafixes (1.16.16); FILE MERGED 2004/10/27 16:04:48 er 1.16.16.1: #i31924# English month names in Gregorian calendar


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [7f55954cae9ff65b789183113615a0009c367b9c]

INTEGRATION: CWS localedatafixes (1.1.2); FILE ADDED 2004/10/29 10:29:52 er 1.1.2.2: #i31975# some date formats corrections received from Javier 2004/10/28 16:36:09 er 1.1.2.1: #i31975# add km_KH Khmer Cambodia locale data, provided by Javier Sola <javiersola@ooo>


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [0aa8ac6c1ac7312a37df034016dab539e6e35693]

INTEGRATION: CWS localedatafixes (1.13.10); FILE MERGED 2004/10/27 15:56:00 er 1.13.10.1: #i31920# Time100SecSeparator is '.' point


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [67da298e715dc5e05ab1d05501a0ee9d0c5fca96]

INTEGRATION: CWS localedatafixes (1.1.8); FILE ADDED 2004/11/02 17:24:36 er 1.1.8.3: #i32644# LC_INDEX refers es_ES 2004/11/02 17:18:52 er 1.1.8.2: #i32644# missed LC_INDEX section 2004/10/27 18:57:38 er 1.1.8.1: #i32644# add gl_ES Galician locale data, provided by Jorge Rivas <jorgeriv@ooo>


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [7935e803b0bfcb1ec20b2658f3f52cea36e33887]

INTEGRATION: CWS localedatafixes (1.9.18); FILE MERGED 2004/10/27 17:45:22 er 1.9.18.2: #i30844# in short month names trailing dot for months that are really abbreviated 2004/10/27 17:32:56 er 1.9.18.1: #i30845# change 'MMM.' to 'MMM'


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [2ce9c23d15a43be018c01d5ac01389d9476b53ff]

INTEGRATION: CWS localedatafixes (1.8.28); FILE MERGED 2004/10/29 13:22:29 er 1.8.28.2: #i36338# rename Varient to Variant respectively delete empty variant elements 2004/10/27 17:32:56 er 1.8.28.1: #i30845# change 'MMM.' to 'MMM'


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [7881bbdae893dc617160e038c55b321256a29a41]

INTEGRATION: CWS localedatafixes (1.7.28); FILE MERGED 2004/10/29 13:22:28 er 1.7.28.2: #i36338# rename Varient to Variant respectively delete empty variant elements 2004/10/27 17:32:56 er 1.7.28.1: #i30845# change 'MMM.' to 'MMM'


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [fd23ca88e25d04d6272d9636e393fbb718f17c50]

INTEGRATION: CWS localedatafixes (1.1.6); FILE ADDED 2004/10/27 15:17:23 er 1.1.6.1: #i32647# add eu Basque locale data, provided by Inaki Larranaga Murgoitio <dooteo@ooo>


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [20e137e32f322b7afe31afe226b20f77d063cf6a]

INTEGRATION: CWS localedatafixes (1.5.28); FILE MERGED 2004/10/29 13:22:28 er 1.5.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [6710ff27bc77c26e0bb6f154e7347a91a428e510]

INTEGRATION: CWS localedatafixes (1.7.28); FILE MERGED 2004/10/29 13:22:28 er 1.7.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [94ab1122ccaf21437ded848ea37c9c32bfdc987d]

INTEGRATION: CWS localedatafixes (1.5.28); FILE MERGED 2004/10/29 13:22:27 er 1.5.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [88a5be16ec29cc4bac7559d601555ad34f958cf4]

INTEGRATION: CWS localedatafixes (1.5.28); FILE MERGED 2004/10/29 13:22:26 er 1.5.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [e519e85cd6cdd8175932e44c5ef4afc81d503129]

INTEGRATION: CWS localedatafixes (1.6.28); FILE MERGED 2004/10/29 13:22:26 er 1.6.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [01e5c8c1a7ede8d927a845f4769bb17a10c1bdb4]

INTEGRATION: CWS localedatafixes (1.6.28); FILE MERGED 2004/10/29 13:22:25 er 1.6.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [ce557fac8d60fb09a263fb5a9c2d8bba831d2253]

INTEGRATION: CWS localedatafixes (1.5.28); FILE MERGED 2004/10/29 13:22:25 er 1.5.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [1569a93743b8674b7fca54fcca65c5ab9f7e952d]

INTEGRATION: CWS localedatafixes (1.6.28); FILE MERGED 2004/10/29 13:22:24 er 1.6.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [57a0dafba06e7bb34fd6dd1614606642034a12ef]

INTEGRATION: CWS localedatafixes (1.7.28); FILE MERGED 2004/10/29 13:22:24 er 1.7.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [d20b6630ffb2a3289a0976f30d0aad7b6658bfb8]

INTEGRATION: CWS localedatafixes (1.6.28); FILE MERGED 2004/10/29 13:22:23 er 1.6.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [3772afd1a4771a197195458c6b8d7fc695255975]

INTEGRATION: CWS localedatafixes (1.7.28); FILE MERGED 2004/10/29 13:22:23 er 1.7.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [51440fc45f965646a09676a7b6e99832e45d7b29]

INTEGRATION: CWS localedatafixes (1.5.18); FILE MERGED 2004/10/27 15:46:51 er 1.5.18.1: #i30568# decimal separator is '.' point, group separator is ',' comma


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [50eca3b8a65e06d4abac31dc7ae9b3ee9a8f0c0c]

INTEGRATION: CWS localedatafixes (1.2.18); FILE MERGED 2004/10/27 18:34:52 er 1.2.18.1: #i32248# update provided by Vedran Ljubovic <vljubovic@ooo>; needed correction for some duplicated formatindex= problems


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [fb50deade16f8166458b317f0c9bddb1b1fe864a]

INTEGRATION: CWS localedatafixes (1.7.18); FILE MERGED 2004/10/27 15:46:51 er 1.7.18.1: #i30568# decimal separator is '.' point, group separator is ',' comma


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [2e903ee350c46dfc21f4dbd7305b67264e3f336c]

INTEGRATION: CWS localedatafixes (1.8.52); FILE MERGED 2004/11/02 16:03:25 er 1.8.52.3: RESYNC: (1.8-1.9); FILE MERGED 2004/10/29 14:41:18 er 1.8.52.2: #i36338# constness; type correctness; provisions for error handling 2004/10/29 13:18:15 er 1.8.52.1: #i36338# rename Varient to Variant; and some cleanup


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [677d36f18f8d29efc658221eb800b19ed7e313b3]

INTEGRATION: CWS localedatafixes (1.28.16); FILE MERGED 2004/10/29 16:15:25 er 1.28.16.5: #i34226# add lo_LA Lao locale data, provided Anousak Souphavank <xangdao@ooo> 2004/10/28 16:36:08 er 1.28.16.4: #i31975# add km_KH Khmer Cambodia locale data, provided by Javier Sola <javiersola@ooo> 2004/10/28 15:33:15 er 1.28.16.3: #i34386# add sw_TZ Swahili Tanzania locale data, provided by Alberto Escudero-Pascual <it46@ooo> 2004/10/27 18:57:37 er 1.28.16.2: #i32644# add gl_ES Galician locale data, provided by Jorge Rivas <jorgeriv@ooo> 2004/10/27 15:17:22 er 1.28.16.1: #i32647# add eu Basque locale data, provided by Inaki Larranaga Murgoitio <dooteo@ooo>


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [8d6d448edb9ce8a3a564d09eeae9a1a64e6dc568]

INTEGRATION: CWS localedatafixes (1.6.28); FILE MERGED 2004/10/29 14:41:18 er 1.6.28.2: #i36338# constness; type correctness; provisions for error handling 2004/10/29 13:18:15 er 1.6.28.1: #i36338# rename Varient to Variant; and some cleanup


2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [b2b18bac424c1fa9b5ff2faee06b3cb911a8a33d]

INTEGRATION: CWS localedatafixes (1.11.16); FILE MERGED 2004/10/29 14:41:18 er 1.11.16.2: #i36338# constness; type correctness; provisions for error handling 2004/10/29 13:18:15 er 1.11.16.1: #i36338# rename Varient to Variant; and some cleanup


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa49b563cd9455b8a28c954a3b103bbb70e9b653]

INTEGRATION: CWS vcl28 (1.5.14); FILE MERGED 2004/10/07 10:18:34 pl 1.5.14.4: #i35073# better key release swallow mechanism 2004/10/01 14:48:30 pl 1.5.14.3: #i34880# IM patch 2004/09/30 14:14:46 pl 1.5.14.2: #i34504# don't set max size hint and fullscreen hint at the same time 2004/09/30 11:07:59 pl 1.5.14.1: join from vcl27


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f5e144f0bb8d66f6ed5b14d79295d7398c5146f]

INTEGRATION: CWS vcl28 (1.12.14); FILE MERGED 2004/11/04 17:49:58 pl 1.12.14.9: #i34880# removed patch due to preedit buffer problems 2004/11/01 17:37:17 pl 1.12.14.8: #i35073# do not end text input on key release, filter only keypress events to fix a preedit buffer problem 2004/10/12 15:55:37 pl 1.12.14.7: #i35333# more reliable colors for menus 2004/10/07 10:18:33 pl 1.12.14.6: #i35073# better key release swallow mechanism 2004/10/04 12:59:27 pl 1.12.14.5: #i30029# add: workspace color 2004/10/01 14:48:31 pl 1.12.14.4: #i34880# IM patch 2004/09/30 14:14:46 pl 1.12.14.3: #i34504# don't set max size hint and fullscreen hint at the same time 2004/09/30 12:15:28 pl 1.12.14.2: #i34828# additional deletion protection 2004/09/30 11:07:58 pl 1.12.14.1: join from vcl27


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c816e96c93d2a15b9d9724c654bf462cce29779]

INTEGRATION: CWS gh8 (1.5.24); FILE MERGED 2004/10/20 15:32:11 gh 1.5.24.1: #110681#remove unnecessary dependencies


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [61a88821677046064853d1bf4792d4cc0df72dfb]

INTEGRATION: CWS gh8 (1.2.48); FILE MERGED 2004/10/15 11:31:05 gh 1.2.48.1: #i32313# check for commadlineswitch -enableautomation before loading sts library


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4e9ee1f85d9a58e16a8e342561247d803042e4a]

INTEGRATION: CWS gh8 (1.30.572); FILE MERGED 2004/10/12 12:53:11 gh 1.30.572.1: #i34630#testtool: add en-US and de languages to the src files and merge in old translations from src642


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [67aff0e740697cd4dced6087f51e6185dfb98bbd]

INTEGRATION: CWS gh8 (1.119.4); FILE MERGED 2004/10/14 13:09:54 gh 1.119.4.1: remove deprecated svtools.hid


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e2d271096a1306a0a2f4e028ad60cdc2cece1ad]

INTEGRATION: CWS vcl28 (1.12.30); FILE MERGED 2004/10/07 16:32:03 pl 1.12.30.1: #i34799# make CUPSManager fall back to PrinterInfoManager as long as no dests are delivered


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a8f518a2559b3701a7025998cf4ea7e2f73a18b]

INTEGRATION: CWS vcl28 (1.15.4); FILE MERGED 2004/10/07 16:32:03 pl 1.15.4.1: #i34799# make CUPSManager fall back to PrinterInfoManager as long as no dests are delivered


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [888e27d918a341fe47d9c927d57a915ddfd52b1e]

INTEGRATION: CWS vcl28 (1.61.16); FILE MERGED 2004/10/13 10:33:33 pl 1.61.16.5: #i35057# use ENABLE_PASF 2004/10/13 09:47:18 pl 1.61.16.4: #i35430# add kde plugin 2004/10/11 09:09:11 pl 1.61.16.3: RESYNC: (1.61-1.62); FILE MERGED 2004/10/06 16:01:51 pl 1.61.16.2: #i35057# add: sndfile, portaudio 2004/09/22 08:38:16 pl 1.61.16.1: #i34161# removed -lXt since it breaks running java in process


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [faa1e6319518a92d5db42979007662eaa7982cc5]

INTEGRATION: CWS vcl28 (1.8.112); FILE MERGED 2004/10/07 12:03:13 pl 1.8.112.1: #i34578# AnyInput did not report timer events in gtk plugin


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [37ef88e45cd77469ceb1f8f109b52d5e1fde62fd]

INTEGRATION: CWS vcl28 (1.22.110); FILE MERGED 2004/10/06 16:01:50 pl 1.22.110.1: #i35057# add: sndfile, portaudio


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce4c699c56ca4de28f42ed5d92377b5d590d049f]

INTEGRATION: CWS vcl28 (1.38.16); FILE MERGED 2004/10/07 12:03:12 pl 1.38.16.1: #i34578# AnyInput did not report timer events in gtk plugin


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e58fb753bf196d2b961a53121ec38fa883f41557]

INTEGRATION: CWS vcl28 (1.15.14); FILE MERGED 2004/10/13 10:21:53 pl 1.15.14.3: #i35057# use ENABLE_PASF 2004/10/11 09:09:01 pl 1.15.14.2: RESYNC: (1.15-1.16); FILE MERGED 2004/10/06 16:01:49 pl 1.15.14.1: #i35057# add: sndfile, portaudio


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c497c7d82ec22330d7248a4b0fde6fe666bee08]

INTEGRATION: CWS vcl28 (1.24.84); FILE MERGED 2004/10/07 12:03:11 pl 1.24.84.1: #i34578# AnyInput did not report timer events in gtk plugin


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f81d5e5e291184e68b7feda9a7cc48f57edba079]

INTEGRATION: CWS vcl28 (1.3.114); FILE MERGED 2004/11/02 16:31:16 pl 1.3.114.2: #i32682# avoid an assertion 2004/09/30 11:07:58 pl 1.3.114.1: join from vcl27


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6ecef221a8dea67a2bf7311286da25415c94b25]

INTEGRATION: CWS vcl28 (1.10.16); FILE MERGED 2004/10/07 12:03:10 pl 1.10.16.1: #i34578# AnyInput did not report timer events in gtk plugin


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c32ece258e60d7b646f8a697cf70fd2cac75c0a2]

INTEGRATION: CWS vcl28 (1.92.16); FILE MERGED 2004/09/30 18:32:08 pl 1.92.16.1: #i34277# delay context menu command in case of popup menu already executing


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [29cbb36bd781e3ba1fc5e63699ac4f2029bf334f]

INTEGRATION: CWS vcl28 (1.32.106); FILE MERGED 2004/10/13 10:21:52 pl 1.32.106.4: #i35057# use ENABLE_PASF 2004/10/13 09:46:03 pl 1.32.106.3: #i35430# add kde dir 2004/10/11 09:08:20 pl 1.32.106.2: RESYNC: (1.32-1.34); FILE MERGED 2004/10/06 16:01:48 pl 1.32.106.1: #i35057# add: sndfile, portaudio


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a427a9ecae6525769cbaa76452776c63fb52730]

INTEGRATION: CWS vcl28 (1.9.44); FILE MERGED 2004/09/27 14:07:22 pl 1.9.44.1: #i34684# make selection timeout configurable


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [23955bafb14843891d2b31e0547ef4e7a8088447]

INTEGRATION: CWS vcl28 (1.1.4); FILE ADDED 2004/09/27 14:07:22 pl 1.1.4.1: #i34684# make selection timeout configurable


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcc5559fe939e769a22e9607c00bc37d77b6981d]

INTEGRATION: CWS vcl28 (1.29.2); FILE MERGED 2004/09/27 14:07:22 pl 1.29.2.1: #i34684# make selection timeout configurable


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b860f4a3551c2977aa16e68af7d22c5fe590703a]

INTEGRATION: CWS vcl28 (1.71.2); FILE MERGED 2004/09/27 14:07:21 pl 1.71.2.1: #i34684# make selection timeout configurable


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [65647ed3be96bba5d8f0a92ffaf59d0d2adeb1d8]

INTEGRATION: CWS vcl28 (1.19.18); FILE MERGED 2004/10/17 13:53:25 pl 1.19.18.1: #i34684# add unotools as dependency


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7786c72716524158edce05a0098ce749409a4c91]

INTEGRATION: CWS vcl28 (1.3.72); FILE MERGED 2004/10/07 12:53:28 pl 1.3.72.1: #i34064# laguage independent psprint.conf


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fec6186a128aec63af6470c167477aa1747d053]

INTEGRATION: CWS vcl28 (1.3.86); FILE MERGED 2004/10/07 12:53:28 pl 1.3.86.1: #i34064# laguage independent psprint.conf


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d87809ac6cb269e62130e336deaea8e9c48a6b28]

INTEGRATION: CWS vcl28 (1.1.86); FILE MERGED 2004/10/07 12:53:28 pl 1.1.86.1: #i34064# laguage independent psprint.conf


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2517c836424411f18f362e9d44e33370601d75ff]

INTEGRATION: CWS vcl28 (1.26.4); FILE MERGED 2004/10/07 16:31:26 pl 1.26.4.2: #i34799# make CUPSManager fall back to PrinterInfoManager as long as no dests are delivered 2004/10/07 14:16:28 pl 1.26.4.1: #i34064# get default paper format from process locale, resp. LC_PAPER


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [efb6c52aeafc1f8079fe901ef7f5acadf25df752]

INTEGRATION: CWS vcl28 (1.7.4); FILE MERGED 2004/10/07 16:31:26 pl 1.7.4.3: #i34799# make CUPSManager fall back to PrinterInfoManager as long as no dests are delivered 2004/10/07 15:17:26 pl 1.7.4.2: #i34799# solved a concurrency problem 2004/09/29 16:05:34 pl 1.7.4.1: #i34803# catch broken PPD files


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0fec9ee2f2561b21f00d2140a82ed6d1d7b791b]

INTEGRATION: CWS vcl28 (1.8.4); FILE MERGED 2004/10/07 16:31:25 pl 1.8.4.2: #i34799# make CUPSManager fall back to PrinterInfoManager as long as no dests are delivered 2004/10/07 14:16:27 pl 1.8.4.1: #i34064# get default paper format from process locale, resp. LC_PAPER


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [21149b15a6c512c5bffc6572371a7790d9249b63]

INTEGRATION: CWS vcl28 (1.4.4); FILE MERGED 2004/10/07 16:31:25 pl 1.4.4.1: #i34799# make CUPSManager fall back to PrinterInfoManager as long as no dests are delivered


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2e247c18beb3cbcce7208edd65be31578916e73]

INTEGRATION: CWS fontlists04 (1.183.6); FILE MERGED 2004/10/29 13:56:31 hdu 1.183.6.6: #i33265# improved on CWS vcl29 glyph fallback enhancements 2004/10/29 11:07:47 hdu 1.183.6.5: #i33265# update to CWS vcl29 glyph fallback enhancements 2004/10/22 11:20:11 hdu 1.183.6.4: #i27231# glyph fallback to original font if dev specific substitution may have been involved 2004/10/13 10:41:34 hdu 1.183.6.3: #i27231# try original font first when device specific substitution may have been involved 2004/10/13 08:50:21 hdu 1.183.6.2: #31838# the Glyphcache should not cache anything obout fonts it cannot handle 2004/10/06 16:37:19 hdu 1.183.6.1: #i27231# improved glyph fallback and some font name fixes


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1e4342f82e78bf9bdd5a9a71cb91ce3229c791f]

INTEGRATION: CWS fontlists04 (1.60.8); FILE MERGED 2004/10/05 08:37:47 hdu 1.60.8.2: #i30824# fix single byte case in MCBS conversion 2004/10/04 14:21:00 hdu 1.60.8.1: #i30824# support some non-unicode fonts


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4fa56ac010407321b046f6522bc1566bd386079]

INTEGRATION: CWS fontlists04 (1.27.56); FILE MERGED 2004/10/13 08:50:22 hdu 1.27.56.1: #31838# the Glyphcache should not cache anything obout fonts it cannot handle


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9e661eff2ae5d0378839f8a8622bce4f0f4dbbf]

INTEGRATION: CWS fontlists04 (1.61.8); FILE MERGED 2004/09/24 10:24:48 hdu 1.61.8.1: #i34586# use logical instead of physical glyph widths to calculate justification adjustments


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ef6a4cec767358bfebdf65766013988fbe46415]

INTEGRATION: CWS fontlists04 (1.72.8); FILE MERGED 2004/11/02 08:56:28 hdu 1.72.8.2: #i33265# also mirror chars for latin in RTL text 2004/09/29 11:45:44 hdu 1.72.8.1: #i33265# in an RTL also mirror characters when layouting text for for the PDF builtin fonts


2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [717c11a1029ac95527bc28d3287feacb80699875]

INTEGRATION: CWS fwkpp2fix01 (1.77.48); FILE MERGED 2004/10/27 05:29:34 cd 1.77.48.1: #i36114# Fixed context help in toolboxes doesn't work


2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [a0ed030955bb6a5806eebae7ed900d2c23219bfe]

INTEGRATION: CWS fwkpp2fix01 (1.111.12); FILE MERGED 2004/10/27 05:22:20 cd 1.111.12.1: #i36114# Fixed context help in menus doesn't work


2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [64eaa0943e80da049f32987acb0811412ef233fc]

INTEGRATION: CWS fwkpp2fix01 (1.47.18); FILE MERGED 2004/10/28 08:28:10 cd 1.47.18.2: #i36114# help URL scheme adapted 2004/10/27 15:01:36 mav 1.47.18.1: #i36114# introduce the fix from SB


2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [8f66cd46c5f1b81ff3b80bca4cc0b00ea72fa472]

INTEGRATION: CWS fwkpp2fix01 (1.3.74); FILE MERGED 2004/10/28 09:35:27 mav 1.3.74.1: #i36143# fix for endless loop from CD


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b880b8c2043592929a59ebbcbd8df2b71088ddb5]

INTEGRATION: CWS jl13 (1.29.22); FILE MERGED 2004/09/15 07:11:14 dbo 1.29.22.1: #i33982# updating URL after insertion


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae4ed28fcc98d65bbccb027f111746edb6b2291f]

INTEGRATION: CWS os37 (1.55.48); FILE MERGED 2004/10/08 12:17:08 os 1.55.48.2: RESYNC: (1.55-1.56); FILE MERGED 2004/09/20 10:08:09 pb 1.55.48.1: fix: #i34260# add Strings for the new OASIS formats


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [98e3ee54b5c572cd2b27ba4e5ff7a749b8eb68e9]

INTEGRATION: CWS os37 (1.29.14); FILE MERGED 2004/09/20 10:08:27 pb 1.29.14.1: fix: #i34260# add entries for the new OASIS formats


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e11fa5e1422ff5244a5f5365999a4d1b230beb8]

INTEGRATION: CWS os37 (1.9.282); FILE MERGED 2004/09/07 11:59:36 os 1.9.282.1: #117819# Clone() added to FontList to be able to use a copy of the FontList in the character dialog


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a76ac2af967ff71e4399af7069451dde95f7be94]

INTEGRATION: CWS os37 (1.9.48); FILE MERGED 2004/09/20 10:07:14 pb 1.9.48.1: fix: #i34260# add defines for the new OASIS formats


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1be120257efb3e314d6e674a11419ae22c9e25b8]

INTEGRATION: CWS os37 (1.3.730); FILE MERGED 2004/09/07 11:59:21 os 1.3.730.1: #117819# Clone() added to FontList to be able to use a copy of the FontList in the character dialog


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [29304d7f32a39b2057bbe874e575ebded05b9cbb]

INTEGRATION: CWS numforensis (1.60.22); FILE MERGED 2004/10/26 10:43:56 er 1.60.22.3: oops 2004/10/25 13:18:44 er 1.60.22.2: #i28820# ImpGetDateTimeOutput: correct date/time if time part was rounded 2004/10/11 12:55:04 er 1.60.22.1: #i24504# more separators as symbol types to distinguish from strings and handle escaped/unescaped export/import


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8c0b8589efaa614086064f64c349994c92911c9]

INTEGRATION: CWS numforensis (1.17.124); FILE MERGED 2004/10/11 12:55:05 er 1.17.124.1: #i24504# more separators as symbol types to distinguish from strings and handle escaped/unescaped export/import


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d632ce466fae35f306f76adee206160bf79b5a6]

INTEGRATION: CWS numforensis (1.36.124); FILE MERGED 2004/10/11 12:55:05 er 1.36.124.2: #i24504# more separators as symbol types to distinguish from strings and handle escaped/unescaped export/import 2004/10/06 15:20:30 er 1.36.124.1: #i20650# FinalScan: use original keyword for comparison in case of conversion mode


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a88df8bb22bbce17054c735422b55fc51c5d680]

INTEGRATION: CWS numforensis (1.34.22); FILE MERGED 2004/10/25 12:28:39 er 1.34.22.3: #i27696# GetDateRef: in YMD input with month abbreviated the year is the first number, not the third 2004/10/25 10:04:31 er 1.34.22.2: #i5328# recognize basic ISO 8601 date and date/time input 2004/10/11 15:28:32 er 1.34.22.1: #i25994# for incomplete dates, always assume first day of month if not specified


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e7e685c0219190765ecc24a7f293ea485729f70]

INTEGRATION: CWS numforensis (1.118.20); FILE MERGED 2004/10/25 13:40:57 er 1.118.20.2: RESYNC: (1.118-1.120); FILE MERGED 2004/10/11 12:57:08 er 1.118.20.1: #i24504# deliver nfsymbol.hxx


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8930e3c9be6273d70733e400e43c2fe78bbcfc5b]

INTEGRATION: CWS numforensis (1.9.724); FILE MERGED 2004/10/25 10:04:31 er 1.9.724.1: #i5328# recognize basic ISO 8601 date and date/time input


2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0197a01f8106e8dfa1dc7c54ab684985c83d4fa]

INTEGRATION: CWS numforensis (1.1.2); FILE ADDED 2004/10/11 12:47:36 er 1.1.2.1: #i24504# publish number formatter's symbol types


2004-11-05  Vladimir Glazounov  <vg@openoffice.org>  [c02032be6f541d5a319257b1661af3ee6e0da860]

new version for SRC680


2004-11-05  Vladimir Glazounov  <vg@openoffice.org>  [162aefdeb6e20bbb602deca62a6fd678600236c5]

new version for SRC680


2004-11-05  Vladimir Glazounov  <vg@openoffice.org>  [1f264cde7e19e425222f7b04ba41bd61e582d7a4]

new version for SRC680


2004-11-04  Vladimir Glazounov  <vg@openoffice.org>  [46dde453649db6fe00f68cb4af5a938df2908b78]

new version for SRC680


2004-11-04  Vladimir Glazounov  <vg@openoffice.org>  [a6ac1af1b75fb029f6b8583001cb9e169b0bc709]

new version for SRC680


2004-11-04  Vladimir Glazounov  <vg@openoffice.org>  [59cbc19bd80032ddd4e2d279f09ef615293915d7]

new version for SRC680


2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [8fb11a7f6f2515f4e4cac0313ca771aaa3e4cd90]

INTEGRATION: CWS jmf3 (1.12.210); FILE MERGED 2004/10/29 11:45:26 ka 1.12.210.2: RESYNC: (1.12-1.13); FILE MERGED 2004/10/20 10:43:51 ka 1.12.210.1: #i35560#: use mask color only in case of non-transparent bitmaps


2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [a057a7f4b03fa33b6a35b4097779fbd81cd4e159]

INTEGRATION: CWS jmf3 (1.2.34); FILE MERGED 2004/11/03 10:11:47 ka 1.2.34.1: #i36550#: watch if Java is enabled or not


2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [564d684e0c466461e5fdb25f5bd48d8c3ed70cc2]

INTEGRATION: CWS jmf3 (1.4.210); FILE MERGED 2004/10/08 14:01:04 ka 1.4.210.1: check for valid bitmap in ::ImplSetBitmap


2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [f7c5de9f27bb94998d0128962c2c9e0e363fdf8d]

INTEGRATION: CWS iculecrash (1.31.16); FILE MERGED 2004/10/26 10:15:58 hdu 1.31.16.1: #i33003# ignore glyphs deleted or marked by icule


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [9786697fb4238c4e485d77cbee565af90c4c61d5]

INTEGRATION: CWS hr8 (1.2.12); FILE MERGED 2004/11/02 19:10:20 ihi 1.2.12.2: Display error message when file creation failed and exit -1 2004/11/02 19:06:08 ihi 1.2.12.1: Display error message when file creation failed


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [ee79bbfeaefd182b58ec1da4b03de79063b86f16]

INTEGRATION: CWS aw019 (1.60.44); FILE MERGED 2004/10/21 16:00:33 aw 1.60.44.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [b9478cb37e0103e09d47b77e1f3dbe3f1e8e22c3]

INTEGRATION: CWS aw019 (1.108.6); FILE MERGED 2004/10/21 16:00:12 aw 1.108.6.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [d202a7514a03f40fada34f5274f1c938730a2239]

INTEGRATION: CWS sb22 (1.23.26); FILE MERGED 2004/10/28 12:30:03 sb 1.23.26.1: #i35020# Fixed regression introduced by fix for i34835.


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [ac1adffe0e5fed4b11709265270d7572028abf55]

INTEGRATION: CWS aw019 (1.7.60); FILE MERGED 2004/10/20 17:00:14 aw 1.7.60.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [89f9780cda4bc5af34ac75617117a4907732e948]

INTEGRATION: CWS aw019 (1.4.36); FILE MERGED 2004/10/06 11:14:39 aw 1.4.36.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [891201f38a7be8a26385965380e6f2f5571d3b28]

INTEGRATION: CWS aw019 (1.10.36); FILE MERGED 2004/10/13 14:00:47 aw 1.10.36.2: #i34831# 2004/10/13 08:30:49 aw 1.10.36.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [4fe38ae78ba1b98285d7d96b5050f1919762101f]

INTEGRATION: CWS aw019 (1.5.14); FILE MERGED 2004/10/06 11:14:29 aw 1.5.14.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [35dae68fc4fc0a84c2f1d9580b62f3f3a67d1789]

INTEGRATION: CWS aw019 (1.7.14); FILE MERGED 2004/10/06 11:14:28 aw 1.7.14.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [2565cd4e83ed50474638a37a983bbf94ce14b1e9]

INTEGRATION: CWS aw019 (1.3.36); FILE MERGED 2004/10/06 11:14:28 aw 1.3.36.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [dae5bff9362d9b810ff6aa0f49771a1764d1365d]

INTEGRATION: CWS aw019 (1.4.36); FILE MERGED 2004/10/13 08:30:47 aw 1.4.36.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [394c80f397dcf65508d5318e1e75c6e78c206182]

INTEGRATION: CWS aw019 (1.4.8); FILE MERGED 2004/10/13 08:30:45 aw 1.4.8.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [343383deb2809fb120a26304221e63edb19a8452]

INTEGRATION: CWS aw019 (1.8.8); FILE MERGED 2004/10/18 10:39:56 aw 1.8.8.3: #i34831# 2004/10/13 14:00:47 aw 1.8.8.2: #i34831# 2004/10/13 08:30:43 aw 1.8.8.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e7f7ecbc11569d331ee7b7aa81c66f0f23860c33]

INTEGRATION: CWS aw019 (1.6.22); FILE MERGED 2004/10/19 08:55:28 aw 1.6.22.2: #i34831# 2004/10/18 10:39:56 aw 1.6.22.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [2cd83a503365cb5a5f3adbc67d6f4dc927da9ad3]

INTEGRATION: CWS aw019 (1.13.6); FILE MERGED 2004/10/18 10:39:56 aw 1.13.6.4: #i34831# 2004/10/13 14:00:47 aw 1.13.6.3: #i34831# 2004/10/13 08:30:42 aw 1.13.6.2: #i34831# 2004/10/06 11:14:27 aw 1.13.6.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [4e8521def6dd1c6dc60c01f2013c1cb3f13512b9]

INTEGRATION: CWS aw019 (1.1.2); FILE ADDED 2004/10/14 12:28:18 aw 1.1.2.2: #i34831# 2004/10/13 14:01:17 aw 1.1.2.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [48bcab95a112cf3b1eaf9fdc7bf5c467b12da9b8]

INTEGRATION: CWS aw019 (1.7.26); FILE MERGED 2004/10/06 11:14:27 aw 1.7.26.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [8ea4bf1f01f128f54631333a5aa1225aae0ff637]

INTEGRATION: CWS aw019 (1.19.36); FILE MERGED 2004/10/13 08:31:03 aw 1.19.36.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [b70fc5f5e62452fb88dce5201f7d522003995e9f]

INTEGRATION: CWS aw019 (1.11.36); FILE MERGED 2004/10/13 08:30:24 aw 1.11.36.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [b68384b4f2b8a0f0fcd814d83bb41c3bd7e9727a]

INTEGRATION: CWS aw019 (1.9.14); FILE MERGED 2004/10/06 11:14:09 aw 1.9.14.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [37fb7de0fc9fe8897f8bead6860f0c6196fe5eeb]

INTEGRATION: CWS aw019 (1.9.14); FILE MERGED 2004/10/06 11:14:08 aw 1.9.14.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [761707fef320958e9ab2646ea12235c953c19a18]

INTEGRATION: CWS aw019 (1.6.36); FILE MERGED 2004/10/06 11:14:08 aw 1.6.36.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [968a3e66542f3c00a5792916d9339cfbe867ed6b]

INTEGRATION: CWS aw019 (1.5.20); FILE MERGED 2004/10/06 11:14:08 aw 1.5.20.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [0d0d520e030fe5970e63a82014bd927eadf2b6ba]

INTEGRATION: CWS aw019 (1.10.20); FILE MERGED 2004/10/06 11:14:08 aw 1.10.20.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [a1c7e935538c70838a026ed0dc32f52881b64758]

INTEGRATION: CWS aw019 (1.5.20); FILE MERGED 2004/10/06 11:14:07 aw 1.5.20.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [a2b41c20d6d080bd2b720396d7f96cdecd4681bc]

INTEGRATION: CWS aw019 (1.10.20); FILE MERGED 2004/10/06 11:14:07 aw 1.10.20.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e517ec09775d94a1edbc69d35179b9b4d7eb7284]

INTEGRATION: CWS aw019 (1.3.36); FILE MERGED 2004/10/06 11:14:07 aw 1.3.36.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [954ae720df249535b3fca59764920f4250370be0]

INTEGRATION: CWS aw019 (1.4.8); FILE MERGED 2004/10/13 08:30:20 aw 1.4.8.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [92c6628add080f8738d56f986cedf3bdd84ff559]

INTEGRATION: CWS aw019 (1.9.6); FILE MERGED 2004/10/18 10:39:48 aw 1.9.6.2: #i34831# 2004/10/13 08:30:18 aw 1.9.6.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [c5638cf92c91f8b12de51c79b6e7bcb9446b46e1]

INTEGRATION: CWS aw019 (1.5.36); FILE MERGED 2004/10/18 10:39:47 aw 1.5.36.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [b0c696d2a5e746c09b310be8ab75032cb7fa1fec]

INTEGRATION: CWS aw019 (1.11.6); FILE MERGED 2004/10/18 10:39:47 aw 1.11.6.2: #i34831# 2004/10/13 08:30:15 aw 1.11.6.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [1fb10e0eeaff14ae02848e83fcf90edcba25cd4e]

INTEGRATION: CWS aw019 (1.1.2); FILE ADDED 2004/10/14 12:28:09 aw 1.1.2.2: #i34831# 2004/10/13 14:01:41 aw 1.1.2.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [1f906b33eb5c538328f83331ff8e28c8c50aa959]

INTEGRATION: CWS aw019 (1.8.36); FILE MERGED 2004/10/06 11:14:07 aw 1.8.36.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [c288cbf9ac5fcb7ccad871ffa4758b31c88be9b1]

INTEGRATION: CWS aw019 (1.6.36); FILE MERGED 2004/10/06 11:14:06 aw 1.6.36.1: #i34831#


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [b5fc143dc6028491b4bb5157822b23835bd9e7cd]

INTEGRATION: CWS dr28 (1.184.4); FILE MERGED 2004/10/20 08:14:57 ssa 1.184.4.1: #i35764# make font color handling consistent, font default color is transparent now to force using the output device color, outdev color defaults to black


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [532f0b6ecf490ccebc0455f87864e75e9c64dbef]

INTEGRATION: CWS dr28 (1.30.38); FILE MERGED 2004/10/20 08:14:57 ssa 1.30.38.1: #i35764# make font color handling consistent, font default color is transparent now to force using the output device color, outdev color defaults to black


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [acf8380eb185a1cb2d07d9c4a249ae5d21cacc61]

INTEGRATION: CWS dr28 (1.8.78); FILE MERGED 2004/10/20 08:14:57 ssa 1.8.78.1: #i35764# make font color handling consistent, font default color is transparent now to force using the output device color, outdev color defaults to black


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [35d55da64a3cc4b0366c577fd35158c31aeda4d7]

INTEGRATION: CWS ipv6ooo2 (1.2.70); FILE MERGED 2004/10/27 15:51:53 mav 1.2.70.1: #i35448# switch to readonly mode only for file ucp and contents that request to do so


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [07c3bf31adfb59b350ec0b7b9d0a805b1920a732]

INTEGRATION: CWS ipv6ooo2 (1.8.26); FILE MERGED 2004/10/11 15:46:14 kso 1.8.26.1: #i33615# - IPv6 support.


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [f964a4f4e1ff4c763cd9b8da921a871f5224c0e6]

INTEGRATION: CWS ipv6ooo2 (1.3.90); FILE MERGED 2004/10/13 07:45:52 kso 1.3.90.2: #i33615# - Never call freeaddrinfo with a null pointer. 2004/10/11 15:45:07 kso 1.3.90.1: #i33615# - IPv6 support.


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [25a8a93f3edbade2e8be75056124ae0c319214eb]

INTEGRATION: CWS ipv6ooo2 (1.23.6); FILE MERGED 2004/10/11 15:45:50 sb 1.23.6.1: #i35288# Copied IPv6-related fixes from CWS ipv6pp4; made INetURLObject::scanIPv6reference private.


2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [ebf345842fd9990389006763832810a8f4490d3d]

INTEGRATION: CWS ipv6ooo2 (1.47.2); FILE MERGED 2004/10/11 15:45:48 sb 1.47.2.1: #i35288# Copied IPv6-related fixes from CWS ipv6pp4; made INetURLObject::scanIPv6reference private.


2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [21508473a8255c812509cb47201297165c7413d8]

INTEGRATION: CWS ivo05 (1.10.8); FILE MERGED 2004/09/22 13:25:33 ihi 1.10.8.2: #i34128# Strip UTF8 Byte Order Marker / Cleanup 2004/09/17 14:53:42 ihi 1.10.8.1: #i34128# Strip UTF8 Byte Order Marker / Repeated language initialisation fixed


2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [e99adbed7e0b3c9356e288909af102e2532db9ea]

INTEGRATION: CWS ivo05 (1.2.18); FILE MERGED 2004/09/17 14:53:00 ihi 1.2.18.1: #i34128# Strip UTF8 Byte Order Marker


2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [52a337f4d088ddd5e10795d5a55298857692da0d]

INTEGRATION: CWS ivo05 (1.2.2); FILE MERGED 2004/09/22 13:24:52 ihi 1.2.2.1: Cleanup


2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [f418e8ec356fa9f5dde99b128358ad03d2941ec6]

INTEGRATION: CWS ivo05 (1.8.18); FILE MERGED 2004/09/23 15:14:02 ihi 1.8.18.1: #i31314# Debian / Flex error {0,1} -> ?


2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [059d4c4bf2d43f9779e5b8f6869ff505591a2fc3]

INTEGRATION: CWS ivo05 (1.18.6); FILE MERGED 2004/09/17 14:54:22 ihi 1.18.6.1: #i34128# Strip UTF8 Byte Order Marker / Repeated language initialisation fixed


2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [3640a4204223102105a823b121c40595ee1cec9f]

INTEGRATION: CWS ivo05 (1.2.2); FILE MERGED 2004/09/22 13:23:48 ihi 1.2.2.2: #i34128# Strip UTF8 Byte Order Marker 2004/09/17 16:18:58 ihi 1.2.2.1: Quiet switch -QQ added


2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [f6c6930ebec0120f21d7ccb2a66fbddfcb5c292e]

INTEGRATION: CWS ivo05 (1.2.2); FILE MERGED 2004/09/17 16:18:58 ihi 1.2.2.1: Quiet switch -QQ added


2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [0c97c3c179123fb5505749805b687152d997a11e]

INTEGRATION: CWS ivo05 (1.25.16); FILE MERGED 2004/09/22 17:21:53 ihi 1.25.16.3: Cleanup 2004/09/17 15:06:38 ihi 1.25.16.2: RESYNC: (1.25-1.26); FILE MERGED 2004/09/17 14:52:22 ihi 1.25.16.1: #i34128# Strip UTF8 Byte Order Marker / Repeated language initialisation fixed


2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [3322901b74d002ca8120f740687633c87ace7812]

INTEGRATION: CWS ivo05 (1.40.6); FILE MERGED 2004/09/17 15:06:30 ihi 1.40.6.2: RESYNC: (1.40-1.41); FILE MERGED 2004/09/17 14:49:32 ihi 1.40.6.1: #i34128# Strip UTF8 Byte Order Marker


2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [1f7ccb55d0fb29456fbbdda5050dc1c571517a6e]

INTEGRATION: CWS ivo05 (1.31.8); FILE MERGED 2004/09/22 13:23:14 ihi 1.31.8.1: #i34128# Strip UTF8 Byte Order Marker


2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [da99dc7e8fed9aae46aed9ccbfbe1a183f0bbab6]

INTEGRATION: CWS ivo05 (1.10.18); FILE MERGED 2004/09/22 13:22:36 ihi 1.10.18.1: #i34128# Strip UTF8 Byte Order Marker


2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [c0cc1aae76a745fe5b19615ea7e4380c1622b1cb]

INTEGRATION: CWS ivo05 (1.3.2); FILE MERGED 2004/10/28 19:23:39 ihi 1.3.2.11: cleanup 2004/10/28 19:17:34 ihi 1.3.2.10: extract fix 2004/10/28 18:59:27 ihi 1.3.2.9: merge fix 2004/10/21 14:03:41 ihi 1.3.2.8: #i33515# removal of obsolete strings fixed 2004/10/19 12:16:16 ihi 1.3.2.7: #i33515# removal of obsolete strings fixed 2004/10/13 16:40:01 ihi 1.3.2.6: #i32513# localize -m speed up fix added 2004/09/30 16:44:56 ihi 1.3.2.5: #i33515# OOo environment usuage fix / removal of obsolete strings by -l all 2004/09/28 16:38:34 ihi 1.3.2.4: #i32513# Removes obsolete strings that don't have a source string anymore from extract 2004/09/22 16:39:54 ihi 1.3.2.3: #i33515# OOo environment conform use lib 2004/09/22 16:23:54 ihi 1.3.2.2: #i32513# write sorted localize.sdf to prevent cvs conflict nightmare 2004/09/17 18:08:46 ihi 1.3.2.1: #i32513# en-US entries in output file are the first entry per GID / LID


2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [51d3c08e7248baaaf2672f8145233ac225a5ad5c]

INTEGRATION: CWS ivo05 (1.2.2); FILE MERGED 2004/10/14 15:37:56 ihi 1.2.2.1: Cleanup


2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [7563d963b7337867e4f7414a8758ea2b26046132]

INTEGRATION: CWS ivo05 (1.8.22); FILE MERGED 2004/09/17 15:05:03 ihi 1.8.22.2: RESYNC: (1.8-1.9); FILE MERGED 2004/09/17 14:47:15 ihi 1.8.22.1: #i34128# Strip UTF8 Byte Order Marker


2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [49310ec935a4a60f62b2bbec8af93dc4a557583d]

INTEGRATION: CWS hroqfix01 (1.26.36); FILE MERGED 2004/10/15 02:21:31 hro 1.26.36.1: #i28379# Fixed build dependency issue


2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [286dcd30c762a6be35c26b1229cd343be76907f0]

INTEGRATION: CWS accessbugs01 (1.3.30); FILE MERGED 2004/10/20 07:04:23 obr 1.3.30.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/14 11:24:56 obr 1.3.30.1: #i27368# code changes for hebrew


2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [62fa14538c1b2ff70baf2ecc756f41c7b5a3994e]

INTEGRATION: CWS accessbugs01 (1.8.120); FILE MERGED 2004/10/14 11:24:56 obr 1.8.120.1: #i27368# code changes for hebrew


2004-10-29  Vladimir Glazounov  <vg@openoffice.org>  [237034a171a1eab0803fffe975481eef63e3f3d3]

new version for SRC680


2004-10-29  Vladimir Glazounov  <vg@openoffice.org>  [d592df43a6af7a2f919f88b0e53b3dd866c23f7f]

new version for SRC680


2004-10-29  Vladimir Glazounov  <vg@openoffice.org>  [129920cf184b0ca72b2ad7459617b26e484fc70f]

new version for SRC680


2004-10-29  Rüdiger Timm  <rt@openoffice.org>  [6017dd31a2f0d661dde16e6d00a632ee8bf635f2]

#i10000#, #i35209#: We are linking an application and need TARGETTYPE=GUI here.


2004-10-29  Rüdiger Timm  <rt@openoffice.org>  [af9849e1039f617f987659964e6a2e21397c8ecc]

#i10000# Return value added.


2004-10-29  Rüdiger Timm  <rt@openoffice.org>  [c339797422ca47b30a0855d15101a98c16d7e3e3]

new version for SRC680


2004-10-29  Vladimir Glazounov  <vg@openoffice.org>  [70848165fa43bca3bd711f4da1ca58cde1af5b04]

new version for SRC680


2004-10-29  Vladimir Glazounov  <vg@openoffice.org>  [561bbce6343319104f9284303db07eca15086529]

new version for SRC680


2004-10-29  Vladimir Glazounov  <vg@openoffice.org>  [3370a6fce3f816bea58e6393440866d1502d2daa]

new version for SRC680


2004-10-29  Vladimir Glazounov  <vg@openoffice.org>  [af39249360615ffaf86001ea89b3b48c74fd2c8f]

new version for SRC680


2004-10-28  Vladimir Glazounov  <vg@openoffice.org>  [47773a300dab7ac0bbe73129f5bb6d32b16d0f7a]

new version for SRC680


2004-10-28  Vladimir Glazounov  <vg@openoffice.org>  [a648fad2c19659d0221f67f96673ba5b8aba395c]

new version for SRC680


2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [ca2dc6ffd45d317fac8accc8003bd36c95ca119f]

INTEGRATION: CWS valgrind02 (1.3.2); FILE MERGED 2004/10/11 17:25:30 mhu 1.3.2.1: #i35209# Adapted to use SAL_IMPLEMENT_MAIN_WITH_ARGS() macro instead of plain main() function.


2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [d3a456cb01672e36ba6c03abf00a1bfd000e48cf]

INTEGRATION: CWS valgrind02 (1.8.46); FILE MERGED 2004/10/11 17:25:29 mhu 1.8.46.1: #i35209# Adapted to use SAL_IMPLEMENT_MAIN_WITH_ARGS() macro instead of plain main() function.


2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [1df047ea29889fa2f77543b36a2ff0513d3d2e98]

INTEGRATION: CWS valgrind02 (1.2.46); FILE MERGED 2004/10/11 17:25:29 mhu 1.2.46.1: #i35209# Adapted to use SAL_IMPLEMENT_MAIN_WITH_ARGS() macro instead of plain main() function.


2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [9644a38b96a5f7cc2ff0ecfaed0a5313dd8ab5fe]

INTEGRATION: CWS valgrind02 (1.2.194); FILE MERGED 2004/10/11 17:25:28 mhu 1.2.194.1: #i35209# Adapted to use SAL_IMPLEMENT_MAIN_WITH_ARGS() macro instead of plain main() function.


2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [b2a17d4bbe8b1c9d63f31a52e735ca6eec3608e8]

INTEGRATION: CWS valgrind02 (1.2.230); FILE MERGED 2004/10/08 16:31:12 mhu 1.2.230.2: #i35209# salmain.o needs to be an SLO, i.e. PIC, and not linked into vcl. 2004/10/08 16:06:23 mhu 1.2.230.1: #i35209# Adapted salmain.cxx to use SAL_IMPLEMENT_MAIN() macro as recommended.


2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [b640f93a771608dcf4641b01152108e9ef9658e7]

INTEGRATION: CWS adarefilterteam29 (1.4.238); FILE MERGED 2004/07/06 13:11:57 mmaher 1.4.238.1: #i20264# Applied patch from tono@openoffice.org for writing in local charsets


2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [c88a827bf78c56a634ed97b5f65b66501f5d28b9]

INTEGRATION: CWS pdf02 (1.30.10); FILE MERGED 2004/10/11 17:55:24 pl 1.30.10.3: #i26240# handle fill/line colors with transparency as outdev.cxx 2004/09/21 18:19:14 pl 1.30.10.2: #i33412# compression for transparency groups 2004/09/21 12:32:54 pl 1.30.10.1: #i33091# add support for SvtGraphicStroke


2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [9dd1993aaaa6a522e6b27bb063853a7a8f904f96]

INTEGRATION: CWS pdf02 (1.72.10); FILE MERGED 2004/10/12 17:42:03 pl 1.72.10.8: #i29631# fix a clipping problem with transparent polylines 2004/10/08 14:09:33 pl 1.72.10.7: #i35051# corrected drawTransparent method 2004/10/08 13:41:02 pl 1.72.10.6: #i35105# correct rounded rectangles with oversized rounding 2004/09/22 08:30:06 pl 1.72.10.5: #i33412# compression for widget appearances 2004/09/21 18:19:13 pl 1.72.10.4: #i33412# compression for transparency groups 2004/09/21 14:06:40 pl 1.72.10.3: #i34345# changed trigger for artificial bold 2004/09/21 12:32:53 pl 1.72.10.2: #i33091# add support for SvtGraphicStroke 2004/09/20 15:49:15 pl 1.72.10.1: #i33312# overline attribute


2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [fa8a044db613da9e76514677a9cada261f5894b8]

INTEGRATION: CWS pdf02 (1.10.10); FILE MERGED 2004/09/21 12:32:53 pl 1.10.10.1: #i33091# add support for SvtGraphicStroke


2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [a65de60276abc7989294928cb89b67156a0f5468]

INTEGRATION: CWS pdf02 (1.2.10); FILE MERGED 2004/09/28 11:51:24 sj 1.2.10.1: #i34726# added export of internal text object hyperlinks


2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [9d632b06c68a05bd44fd8a543507525d913aba7f]

INTEGRATION: CWS dzongkha (1.9.20); FILE MERGED 2004/10/25 11:15:09 er 1.9.20.2: #i34007# Swahili is not CTL 2004/09/30 18:02:20 er 1.9.20.1: #i34007# classify some languages as CTL instead of Western


2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [8abe5c1202d471d3452d825c051f674f650197c1]

INTEGRATION: CWS dclocking (1.12.90); FILE MERGED 2004/10/11 12:50:26 dbo 1.12.90.1: #i35272# revised rtl/instance.hxx


2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [e5c81b765ce7dbd6266bdb25d5a9d4ccca50dd34]

INTEGRATION: CWS dclocking (1.60.30); FILE MERGED 2004/10/25 11:39:57 dbo 1.60.30.2: #i35272# fixed Static to StaticWithINit 2004/10/11 12:55:38 dbo 1.60.30.1: #i35272# revised rtl/instance.hxx


2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [ec578e60ce2cef899ca75c9841c887c9d07abcb0]

INTEGRATION: CWS os36 (1.91.16); FILE MERGED 2004/10/08 17:18:27 os 1.91.16.2: RESYNC: (1.91-1.92); FILE MERGED 2004/09/01 13:41:43 os 1.91.16.1: #i32102# the flag POPUPMENU_NOMOUSEUPCLOSE should be checked together with EVENT_MOUSEBUTTONUP not ~DOWN


2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [69212e90e171f6618b2a406061d914e27be158a5]

INTEGRATION: CWS os36 (1.4.8); FILE MERGED 2004/10/08 13:50:25 os 1.4.8.2: RESYNC: (1.4-1.7); FILE MERGED 2004/10/01 13:10:31 pl 1.4.8.1: fix a deadlock in case of not responding CUPS server


2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [2d06564e57c813280060c93a21f22d1382417497]

INTEGRATION: CWS os36 (1.9.276); FILE MERGED 2004/09/01 10:06:33 os 1.9.276.1: #i30732# screenfonts should not warn about different printout as long as the font isn't of TYPE_RASTER


2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [4ef9d177df1900605c5b57933a4df1d305b1bd1b]

INTEGRATION: CWS dbwizard1 (1.6.234); FILE MERGED 2004/09/15 10:30:16 fs 1.6.234.1: #i33923# catch exceptions when notifying listeners - especially impoartant when calling Java listeners


2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [d1b73dc2c2ba632a8662d9eb047ab6ed4ab42d70]

INTEGRATION: CWS dbwizard1 (1.14.72); FILE MERGED 2004/08/16 12:33:16 bc 1.14.72.1: #i20313# several fileds added for database wizard


2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [f1a686550439407c738c70f7d3d3ea269e3279e5]

INTEGRATION: CWS dbwizard1 (1.4.116); FILE MERGED 2004/08/16 09:42:14 bc 1.4.116.1: #i20313# modifications for the database setup wizard


2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [675291f1fc0f597f1481bd424da9b9adf6c2db08]

INTEGRATION: CWS dbwizard1 (1.30.80); FILE MERGED 2004/10/21 00:08:48 bc 1.30.80.1: ##several changes for the database setup wizard


2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [cba2d26c248bde02719d4cd10488a9f47b57d032]

INTEGRATION: CWS dbwizard1 (1.9.12); FILE MERGED 2004/10/21 00:08:47 bc 1.9.12.3: ##several changes for the database setup wizard 2004/10/11 14:13:48 tv 1.9.12.2: RESYNC: (1.9-1.10); FILE MERGED 2004/08/16 09:42:14 bc 1.9.12.1: #i20313# modifications for the database setup wizard


2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [bf909b8750170f2b400b29c6d5bbe990faaaccf4]

INTEGRATION: CWS dbwizard1 (1.3.12); FILE MERGED 2004/10/11 14:13:39 tv 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED 2004/08/16 09:42:14 bc 1.3.12.1: #i20313# modifications for the database setup wizard


2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [805004f96aa9d4159e1834b7a3a8a705e0a75d37]

INTEGRATION: CWS dbwizard1 (1.2.116); FILE MERGED 2004/10/11 14:12:56 tv 1.2.116.2: RESYNC: (1.2-1.3); FILE MERGED 2004/08/16 09:43:07 bc 1.2.116.1: #i20313# modifications for the database setup wizard


2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [e1fe417309ec5ff7a7a054e02164741c3c07fa54]

INTEGRATION: CWS dbwizard1 (1.2.116); FILE MERGED 2004/10/26 10:44:43 bc 1.2.116.1: ##sourcecode for accessibility removed


2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [66727cd7a9f6a771a5ea105fb7cfa395d7b595dc]

INTEGRATION: CWS dbwizard1 (1.2.116); FILE MERGED 2004/08/16 09:44:20 bc 1.2.116.1: #i20313# modifications for the database setup wizard


2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [696f4f22d8296083343867e7236bd674841674a7]

INTEGRATION: CWS dbwizard1 (1.37.40); FILE MERGED 2004/10/20 14:24:19 pl 1.37.40.1: #i35858# GetClientSize is supposed to return 0,0 on invisible windows


2004-10-25  Vladimir Glazounov  <vg@openoffice.org>  [6fbb90c2d54caa1e945ce76c362ef02ecbc118e8]

new version for SRC680


2004-10-25  Vladimir Glazounov  <vg@openoffice.org>  [215981be769a9ad15bb719404143ff26dae251d0]

new version for SRC680


2004-10-25  Vladimir Glazounov  <vg@openoffice.org>  [38a0739c9431487a0b39e88dc034f5fe42ac1cb2]

new version for SRC680


2004-10-25  Vladimir Glazounov  <vg@openoffice.org>  [8c2aedaf10ec2ce984abea976bc3f0835e9d228c]

new version for SRC680


2004-10-22  Vladimir Glazounov  <vg@openoffice.org>  [ba329daaa5e6034024b1af9e7321357fe6ae2a98]

new version for SRC680


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [bb203680db63a2d936f1e8b827cbd7fd43b2cedc]

INTEGRATION: CWS dba17 (1.2.62); FILE MERGED 2004/09/09 07:19:50 fs 1.2.62.1: copied changes from the eforms2 CWS herein


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [a0c262c2eb2e39eacf62d935127d731155738385]

INTEGRATION: CWS dba17 (1.2.62); FILE MERGED 2004/09/09 10:37:55 fs 1.2.62.2: corrected ::empty 2004/09/09 07:19:30 fs 1.2.62.1: copied changes from the eforms2 CWS herein


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [62939106cdcb479d9999918aa44d228c435e9de7]

INTEGRATION: CWS dba17 (1.6.168); FILE MERGED 2004/09/17 15:48:27 fs 1.6.168.1: added diagnostics


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [7909c95a053135077b610696ff111690eef136a1]

INTEGRATION: CWS dba17 (1.8.702); FILE MERGED 2004/09/21 11:04:00 fs 1.8.702.1: #i10000#


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [4071a6b543b6a23f398e474294cf30bf9407b22d]

INTEGRATION: CWS dba17 (1.8.140); FILE MERGED 2004/09/17 08:27:16 fs 1.8.140.1: #b5008519# +fpsmartcontent/asyncfilepicker


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [aeb43ee83f4bbc92fef709833ce15a6d93af23dc]

INTEGRATION: CWS dba17 (1.57.58); FILE MERGED 2004/10/11 08:24:30 fs 1.57.58.2: RESYNC: (1.57-1.58); FILE MERGED 2004/09/17 08:23:32 fs 1.57.58.1: #b5008519# allow filling the view asynchronously (not used herein)


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [9cfe8a5c06289092c9f61dcbc0bfe66dee6a576a]

INTEGRATION: CWS dba17 (1.6.338); FILE MERGED 2004/09/17 08:24:04 fs 1.6.338.1: #b5008519# +contentenumeration


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [c8c9dbe639658efa09b27b1fab938b3a5087a379]

INTEGRATION: CWS dba17 (1.16.116); FILE MERGED 2004/09/30 14:52:54 fs 1.16.116.1: #ii34790# +CreateAutoMnemonics with an additional MnemonicGenerator, to share the 'mnemonic space' with other components


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [10a6cfb5c0467ec7191c9ad5e64e0106e79cadae]

INTEGRATION: CWS dba17 (1.22.10); FILE MERGED 2004/09/30 14:53:00 fs 1.22.10.1: #ii34790# +CreateAutoMnemonics with an additional MnemonicGenerator, to share the 'mnemonic space' with other components


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [96f0cf586b0bb56d9d60042f10f4452a3e5226f0]

INTEGRATION: CWS dba17 (1.9.492); FILE MERGED 2004/09/30 14:53:00 fs 1.9.492.1: #ii34790# +CreateAutoMnemonics with an additional MnemonicGenerator, to share the 'mnemonic space' with other components


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [cbf08c5c730ae0e63b81d64fb03098906a8e8d86]

INTEGRATION: CWS dba17 (1.58.58); FILE MERGED 2004/09/20 13:43:53 fs 1.58.58.3: RESYNC: (1.58-1.59); FILE MERGED 2004/09/17 15:13:49 fs 1.58.58.2: #b5008519# also allow for a maximum time span to wait for an asynchroous result 2004/09/17 08:22:54 fs 1.58.58.1: #b5008519# allow filling the view asynchronously


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [3acc96ac9cef9fcf39a9c29cf25fe4a452658214]

INTEGRATION: CWS dba17 (1.1.2); FILE ADDED 2004/09/17 15:14:29 fs 1.1.2.2: #b5008519# also allow synchronous enumeration 2004/09/17 08:23:55 fs 1.1.2.1: helper class which enumerates the content of a folder asynchronously


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [c4d64535710d2d7d814f3bd01d33006b1daea779]

INTEGRATION: CWS dba17 (1.1.2); FILE ADDED 2004/09/17 15:14:30 fs 1.1.2.2: #b5008519# also allow synchronous enumeration 2004/09/17 08:23:55 fs 1.1.2.1: helper class which enumerates the content of a folder asynchronously


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [da8a1518411a98374487d15d813da17baf426c07]

INTEGRATION: CWS dba17 (1.8.152); FILE MERGED 2004/09/28 14:24:37 fs 1.8.152.1: #i34732# +nNoVScroll


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [947fd7290b1aa34f4e89213b78301a67801e19ff]

INTEGRATION: CWS dba17 (1.14.122); FILE MERGED 2004/09/28 14:24:37 fs 1.14.122.1: #i34732# +nNoVScroll


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [0cb4eb83e7460de821236f0d6abe7bbb082edaca]

INTEGRATION: CWS dba17 (1.27.122); FILE MERGED 2004/09/28 14:22:45 fs 1.27.122.1: #i34732# allow hiding all scrollbars


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [dfb3143d821ecf2c641841742adacc9f6845a270]

INTEGRATION: CWS dba17 (1.31.60); FILE MERGED 2004/09/28 14:22:14 fs 1.31.60.1: #i34732# allow hiding all scrollbars


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [b4e59e0b918f072fd6612dcbfae6762428cc1d44]

INTEGRATION: CWS dba17 (1.13.492); FILE MERGED 2004/09/30 14:51:38 fs 1.13.492.1: #ii34790# +CreateAutoMnemonics with an additional MnemonicGenerator, to share the 'mnemonic space' with other components


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [3b9c77cdce939136450b641c1033452fcdbcdb92]

INTEGRATION: CWS dba17 (1.5.704); FILE MERGED 2004/09/17 08:21:04 fs 1.5.704.1: #b5008519# removed obsolete id


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [d515b30b2b8d87b018b93cd9bbf76bd0eb4a1369]

INTEGRATION: CWS dba17 (1.15.60); FILE MERGED 2004/09/17 15:13:43 fs 1.15.60.2: #b5008519# also allow for a maximum time span to wait for an asynchroous result 2004/09/17 08:17:48 fs 1.15.60.1: #b5008519# allow filling the view asynchronously


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [3fc26d6a9676a3959bfef5b44498e70453e9277d]

INTEGRATION: CWS dba17 (1.15.200); FILE MERGED 2004/09/27 11:55:40 fs 1.15.200.1: AddWindow: ensure that if two windows have an parent/child relation, the child is inserted *before* the parent. Done during #i33573#, but in real the fix for #98916#, whose original fix indirectly caused #i33573#


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [2a1f14f5fa728d86f7ba7dcf784029fb85922f54]

INTEGRATION: CWS dba17 (1.14.104); FILE MERGED 2004/09/22 13:41:01 fs 1.14.104.3: #i28669# proper calculation of the size of the sub edit in Resize 2004/09/20 14:50:23 fs 1.14.104.2: RESYNC: (1.14-1.15); FILE MERGED 2004/09/08 13:19:14 fs 1.14.104.1: #i33728# (approved by ssa) ImplCallEventListeners


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [556a6530cb0dec09b45cefd8b8d552aa9661bbac]

INTEGRATION: CWS dba17 (1.6.106); FILE MERGED 2004/09/08 13:19:13 fs 1.6.106.1: #i33728# (approved by ssa) ImplCallEventListeners


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [cce621a7d3553b3315b4e637b08edaf6d7977bff]

INTEGRATION: CWS dba17 (1.13.104); FILE MERGED 2004/09/28 14:40:09 fs 1.13.104.3: #i34732# properly recalc top/left of maBtn2Rect - in case the orientation is switched while the control is alive 2004/09/20 14:50:14 fs 1.13.104.2: RESYNC: (1.13-1.14); FILE MERGED 2004/09/08 13:19:13 fs 1.13.104.1: #i33728# (approved by ssa) ImplCallEventListeners


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [22007ca6f5c5240aa1f583e1cc90cdb1913b2d60]

INTEGRATION: CWS dba17 (1.29.70); FILE MERGED 2004/09/20 14:51:27 fs 1.29.70.2: RESYNC: (1.29-1.30); FILE MERGED 2004/09/08 13:18:55 fs 1.29.70.1: #i33728# (approved by ssa) ImplCallEventListeners


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [b971a6cf40f662a193389c132a2db713afd60d83]

INTEGRATION: CWS dba17 (1.66.70); FILE MERGED 2004/09/20 14:51:02 fs 1.66.70.2: RESYNC: (1.66-1.67); FILE MERGED 2004/09/08 13:18:54 fs 1.66.70.1: #i33728# (approved by ssa) ImplCallEventListeners


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [299dd2b6ef8e94c9bfc28856db5d8fb6b6754d4b]

INTEGRATION: CWS dba17 (1.15.70); FILE MERGED 2004/09/20 14:51:10 fs 1.15.70.2: RESYNC: (1.15-1.16); FILE MERGED 2004/09/08 13:18:05 fs 1.15.70.1: #i33728# (approved by ssa) +ImplCallEventListenersAndHandler


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [21a9d8e8a91dc0083db2a1dc7760a970e0273127]

INTEGRATION: CWS dba17 (1.32.70); FILE MERGED 2004/09/20 14:50:31 fs 1.32.70.2: RESYNC: (1.32-1.33); FILE MERGED 2004/09/08 13:18:54 fs 1.32.70.1: #i33728# (approved by ssa) ImplCallEventListeners


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [b562a8c17feeb4e693f0ac14f89374bf4dc0d069]

INTEGRATION: CWS dba17 (1.28.70); FILE MERGED 2004/09/20 14:51:18 fs 1.28.70.2: RESYNC: (1.28-1.29); FILE MERGED 2004/09/08 13:18:54 fs 1.28.70.1: #i33728# (approved by ssa) ImplCallEventListeners


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [4316a009a28fa2d4c9d1449999c3ac5cd5620512]

INTEGRATION: CWS dba17 (1.1.1.1.338); FILE MERGED 2004/09/08 13:46:08 fs 1.1.1.1.338.1: #i33728# care for DisposedExceptions while notifying listeners


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [d4e625aa98629131206606a864e3f6bb65a0f8da]

INTEGRATION: CWS dba17 (1.67.36); FILE MERGED 2004/09/08 13:36:53 fs 1.67.36.1: #i33728# itemStateChanged: catch exceptions (nobody else will do)


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [e7660771083848e5d59c73b9a3b756e689c8e5cf]

INTEGRATION: CWS dba17 (1.29.52); FILE MERGED 2004/09/08 13:35:49 fs 1.29.52.1: #i33728# BoundsChecker found a potential problem with a dangling pointer


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [bace9851cc4cf813b0224ca0f039536cc337d1d3]

INTEGRATION: CWS dba17 (1.49.36); FILE MERGED 2004/09/08 13:37:08 fs 1.49.36.1: nitpicking


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [16a9d06644995b9b6a64a13767c0e69766576bc4]

INTEGRATION: CWS dba17 (1.49.84); FILE MERGED 2004/09/08 13:38:26 fs 1.49.84.1: nitpicking


2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [c60484e674cd8b727de566a35f817b49ae67e26c]

INTEGRATION: CWS dba17 (1.6.232); FILE MERGED 2004/09/08 13:34:20 fs 1.6.232.1: #i33728# care for DisposedExceptions while notifying listeners


2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [2ad859418cfed413f7dcb98ac7e7edc88ed4cffe]

INTEGRATION: CWS swqbugfixes07 (1.2.4); FILE MERGED 2004/10/13 11:35:40 tl 1.2.4.1: #i35373# now catching exceptions from the conversion-dictionary-list, especially the NoSupportException


2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [62387b425a734f2f6767ff08799d052bc26ac43d]

INTEGRATION: CWS swqbugfixes07 (1.4.34); FILE MERGED 2004/10/13 11:35:39 tl 1.4.34.1: #i35373# now catching exceptions from the conversion-dictionary-list, especially the NoSupportException


2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [fd25d5497e0e77f30d5b65d33c360ca7b52bb69b]

INTEGRATION: CWS dtransfix (1.10.100); FILE MERGED 2004/10/12 04:59:09 tra 1.10.100.1: #i32544#removed comsupp.lib because it is not available in .Net 2003 toolkit


2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [3124c5a66eea4ecd4a8b6beb7d7a6f8a8dd96b65]

INTEGRATION: CWS dtransfix (1.21.90); FILE MERGED 2004/10/12 05:01:03 tra 1.21.90.2: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit 2004/10/06 18:04:28 tra 1.21.90.1: #i30648#removed structured exception frame around windows proc which only hides bugs


2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [43b7f73792e6362b40c7dc0396782f9a45fc5a58]

INTEGRATION: CWS dtransfix (1.9.108); FILE MERGED 2004/10/08 06:55:28 tra 1.9.108.1: #i28176#support for Windows shell link files added; Windows shell link files will be resolved now. When the clipboard format is CF_HDROP a double 0 terminated list of files where lnk files are resolved will be returned. Module sot\...\filelist.cxx has been adapted accordingly


2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [7d088047c955f68ded37cf6f30d869faa384bc5b]

INTEGRATION: CWS dtransfix (1.2.32); FILE MERGED 2004/10/12 05:01:02 tra 1.2.32.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit


2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [7b56944ce27c3d323d130b8904d678e7888b04aa]

INTEGRATION: CWS dtransfix (1.2.164); FILE MERGED 2004/10/12 05:01:01 tra 1.2.164.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit


2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [8241dc20361435fbca0385cf14b73cb5a301ed09]

INTEGRATION: CWS dtransfix (1.7.32); FILE MERGED 2004/10/08 06:55:28 tra 1.7.32.1: #i28176#support for Windows shell link files added; Windows shell link files will be resolved now. When the clipboard format is CF_HDROP a double 0 terminated list of files where lnk files are resolved will be returned. Module sot\...\filelist.cxx has been adapted accordingly


2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [39b65d4ffdbc684f4fd7783ea594529a1a4f15f6]

INTEGRATION: CWS dtransfix (1.11.136); FILE MERGED 2004/10/11 19:11:01 tra 1.11.136.2: #i31171# #i28176#added code for returning a list of files in which shell links are resolved; fixed HTML Format bug #i31171# and removed usage of wsprintf 2004/10/08 06:55:28 tra 1.11.136.1: #i28176#support for Windows shell link files added; Windows shell link files will be resolved now. When the clipboard format is CF_HDROP a double 0 terminated list of files where lnk files are resolved will be returned. Module sot\...\filelist.cxx has been adapted accordingly


2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [803ae045a3e4c2bdb979b6afe6dd3b51490d832c]

INTEGRATION: CWS dtransfix (1.5.164); FILE MERGED 2004/10/12 05:01:01 tra 1.5.164.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit


2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [59757c8f3775c61922ad4a4d9e6d97d1cc6fe4d2]

INTEGRATION: CWS dtransfix (1.7.156); FILE MERGED 2004/10/12 05:01:00 tra 1.7.156.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit


2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [1ba76614d635030245c2ec6b9d7ea93578dd4ab6]

INTEGRATION: CWS dtransfix (1.18.100); FILE MERGED 2004/10/12 05:01:00 tra 1.18.100.2: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit 2004/10/08 06:55:28 tra 1.18.100.1: #i28176#support for Windows shell link files added; Windows shell link files will be resolved now. When the clipboard format is CF_HDROP a double 0 terminated list of files where lnk files are resolved will be returned. Module sot\...\filelist.cxx has been adapted accordingly


2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [67b179435bb507565f2ef0bd911295b0130e8fb3]

INTEGRATION: CWS dtransfix (1.2.32); FILE MERGED 2004/10/12 05:00:59 tra 1.2.32.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit


2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [5fb46784a7cb7c4013a90304f09933657bfb39b1]

INTEGRATION: CWS dtransfix (1.3.158); FILE MERGED 2004/10/12 05:00:59 tra 1.3.158.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit


2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [1c2ae76fe30339de2ae9e66e5650a6c2b04b6e65]

INTEGRATION: CWS dtransfix (1.21.100); FILE MERGED 2004/10/12 05:00:58 tra 1.21.100.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit


2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [e071e4b1ed045df9dc57247244e0b130d08d18d0]

INTEGRATION: CWS dtransfix (1.10.100); FILE MERGED 2004/10/12 05:00:58 tra 1.10.100.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit


2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [b7800343649c91b9fcef620bd032eefc44c78eb7]

INTEGRATION: CWS dtransfix (1.16.100); FILE MERGED 2004/10/12 05:00:57 tra 1.16.100.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit


2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [bd30c2cad4ac55eb47691ec7353411a2572dbf72]

INTEGRATION: CWS dtransfix (1.8.32); FILE MERGED 2004/10/12 05:00:56 tra 1.8.32.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit


2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [83b7180431d8f89df2669903ec49f8f1a3ca05b0]

INTEGRATION: CWS dtransfix (1.15.32); FILE MERGED 2004/10/12 05:00:56 tra 1.15.32.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit


2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [249c6373848f30baa934b8e304a51367013c96e3]

INTEGRATION: CWS dtransfix (1.4.32); FILE MERGED 2004/10/12 05:00:55 tra 1.4.32.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit


2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [f7000303752d5dd1fa968db4a60d92fef19a3090]

INTEGRATION: CWS dtransfix (1.2.32); FILE MERGED 2004/10/12 05:00:55 tra 1.2.32.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit


2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [c2fc50668e7880940da936e8ca47407fcff483f9]

INTEGRATION: CWS dtransfix (1.5.134); FILE MERGED 2004/09/07 13:59:47 hdu 1.5.134.1: #i33931# get rid of new/delete mismatches


2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [e72b106896ce0f492a964db8ed9ce1088733ad82]

INTEGRATION: CWS dtransfix (1.5.180); FILE MERGED 2004/10/08 06:49:55 tra 1.5.180.1: #i28176#the windows clipboard bridge now provides a double 0 terminated string list of file names where windows shell links are already resolved, input stream operator has been adapted accordingly, the output stream operator does nothing anymore and all Windows specific code has been removed


2004-10-21  Oliver Bolte  <obo@openoffice.org>  [919f264bc0a3af73d620f6170c4ba93cbe230394]

INTEGRATION: CWS valgrind57 (1.4.154); FILE MERGED 2004/10/18 13:26:33 dbo 1.4.154.1: #i35713# uninit members


2004-10-21  Oliver Bolte  <obo@openoffice.org>  [06686e1d991851b6302a25852600a853878499cf]

INTEGRATION: CWS valgrind57 (1.5.24); FILE MERGED 2004/10/18 13:47:47 dbo 1.5.24.1: #i35713# uninit member


2004-10-20  Rüdiger Timm  <rt@openoffice.org>  [56ded69848fc3fcd6bad492ba50a93b606d8321e]

new version for SRX645


2004-10-19  Vladimir Glazounov  <vg@openoffice.org>  [30760b8d52bbfd52bf2c1e0ff8d8aad6451cb2a4]

new version for SRC680


2004-10-19  Vladimir Glazounov  <vg@openoffice.org>  [0764b820ba5a9d5cd3e42af56227ef94f7ce94ca]

new version for SRC680


2004-10-19  Oliver Bolte  <obo@openoffice.org>  [03146e23f25fb349daf72e70debfe7a7eb3cd23b]

new version for SRC680


2004-10-19  Vladimir Glazounov  <vg@openoffice.org>  [4589686b1e83d73c4da5e73f03290f026e6721ee]

new version for SRC680


2004-10-19  Vladimir Glazounov  <vg@openoffice.org>  [feee44a9beb83fddfb44c7dd1be57e50e123faeb]

new version for SRC680


2004-10-19  Vladimir Glazounov  <vg@openoffice.org>  [64701936a5019f030c1c7da2bab920964d32bfc4]

new version for SRC680


2004-10-19  Vladimir Glazounov  <vg@openoffice.org>  [6cff3dfd2631147daffc74e6ab67038d6934421c]

new version for SRC680


2004-10-19  Vladimir Glazounov  <vg@openoffice.org>  [dd0eb82901690fdef6f28cbc61b9c4f589ec971d]

new version for SRC680


2004-10-18  Oliver Bolte  <obo@openoffice.org>  [559c2f64341f0489abed3025aa142b2ab622399d]

INTEGRATION: CWS dr26 (1.40.8); FILE MERGED 2004/10/13 11:14:26 dr 1.40.8.1: #i35275# missing stream flag


2004-10-14  Vladimir Glazounov  <vg@openoffice.org>  [efb14c3a056a81781547b50b675b7b2c658fbf2d]

new version for SRC680


2004-10-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [08dc92aa1be8aca191833226d2ac00b397933fda]

new version for SRC680


2004-10-14  Vladimir Glazounov  <vg@openoffice.org>  [110b9c1345454ba9232231d3cdfac8298421ae23]

new version for SRC680


2004-10-14  Vladimir Glazounov  <vg@openoffice.org>  [b3006c049644b40a9e75190e4e2ebac000c80987]

new version for SRC680


2004-10-14  Vladimir Glazounov  <vg@openoffice.org>  [05bcf02d1bf2c4e64660529a972e937f062c5076]

new version for SRC680


2004-10-14  Vladimir Glazounov  <vg@openoffice.org>  [ce9a315fc03337b779c782c7feb2ce0a73c378e3]

new version for SRC680


2004-10-14  Vladimir Glazounov  <vg@openoffice.org>  [277b550beab45ef7920844bc5c5a84ef109748b9]

new version for SRC680


2004-10-13  Vladimir Glazounov  <vg@openoffice.org>  [94e30376b240bcafaa85097946a34260dc81e271]

new version for SRC680


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b06932b3db0f9bf12df30248bdc3c0618d207595]

INTEGRATION: CWS vcl27 (1.83.38); FILE MERGED 2004/09/17 14:58:52 pl 1.83.38.2: RESYNC: (1.83-1.84); FILE MERGED 2004/09/13 12:26:09 hdu 1.83.38.1: #i33216# mpGlyphRTLFlags has glyph indexing


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [644eb3a6f9b503b62fd84d2c220d04e5a27bd582]

INTEGRATION: CWS vcl27 (1.2.98); FILE MERGED 2004/09/17 10:24:27 dv 1.2.98.1: #i29752# some systems distingish between single and multi line edit boxes


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [73d6d59c649dc7406e2b52a8569fe3d911f537b1]

INTEGRATION: CWS vcl27 (1.181.38); FILE MERGED 2004/09/20 12:58:19 pl 1.181.38.3: protect against deletion in callÃback 2004/09/17 14:58:03 pl 1.181.38.2: RESYNC: (1.181-1.183); FILE MERGED 2004/09/17 08:39:38 pl 1.181.38.1: #i34267# set correct window group hint


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c39f56666597dddae8dfa8751382ae068edb5c0]

INTEGRATION: CWS vcl27 (1.33.96); FILE MERGED 2004/09/07 16:29:46 pl 1.33.96.1: #i33922# support multiple fax numbers in one document


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5e8c4b1e52e9698e958942945e06924a44d26aa]

INTEGRATION: CWS vcl27 (1.6.38); FILE MERGED 2004/09/17 14:55:08 pl 1.6.38.2: RESYNC: (1.6-1.8); FILE MERGED 2004/09/07 16:29:46 pl 1.6.38.1: #i33922# support multiple fax numbers in one document


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ededdbe1827456fffc06e6644b7e9b075513d0dd]

INTEGRATION: CWS vcl27 (1.18.94); FILE MERGED 2004/09/14 13:59:34 pl 1.18.94.1: #i34170# use correct parameter


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f4ce04e366880e56c2c72dc8f5726dfb5afe7e2]

INTEGRATION: CWS vcl27 (1.2.154); FILE MERGED 2004/09/09 13:58:28 pl 1.2.154.1: #i32682# avoid accessing widget after destroy signal


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6970a25693354150ddf3cf0b1e981ed5b49fe57]

INTEGRATION: CWS vcl27 (1.4.66); FILE MERGED 2004/09/20 10:26:51 pl 1.4.66.3: #i1820# make KEY_DECIMAL work with IME 2004/09/17 14:52:38 pl 1.4.66.2: RESYNC: (1.4-1.5); FILE MERGED 2004/09/09 13:58:28 pl 1.4.66.1: #i32682# avoid accessing widget after destroy signal


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3cc08ea7d5f1c47eb1e7c49171e205510d9ecbea]

INTEGRATION: CWS vcl27 (1.41.6); FILE MERGED 2004/09/20 12:58:19 pl 1.41.6.1: protect against deletion in callÃback


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c9444af16003436d199c8dd6a30a1f31ec48df4]

INTEGRATION: CWS vcl27 (1.4.48); FILE MERGED 2004/09/07 16:29:45 pl 1.4.48.1: #i33922# support multiple fax numbers in one document


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f09e3f7fc27a22cb606348fed84128919285173]

INTEGRATION: CWS vcl27 (1.3.100); FILE MERGED 2004/09/09 13:58:29 pl 1.3.100.1: #i32682# avoid accessing widget after destroy signal


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [29b8b23b02cd0107579adb06c7c2d3f705a22f9c]

INTEGRATION: CWS vcl27 (1.9.40); FILE MERGED 2004/09/20 12:58:18 pl 1.9.40.6: protect against deletion in callÃback 2004/09/20 10:26:51 pl 1.9.40.5: #i1820# make KEY_DECIMAL work with IME 2004/09/17 14:51:56 pl 1.9.40.4: RESYNC: (1.9-1.12); FILE MERGED 2004/09/09 13:58:29 pl 1.9.40.3: #i32682# avoid accessing widget after destroy signal 2004/08/31 14:09:40 pl 1.9.40.2: #i33623# use ui locale for font match 2004/08/31 13:36:06 pl 1.9.40.1: #i1820# make numpad separator work in gtk plugin


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [64ec8c2e063ba8b4f100cf89f3b80cf5eb9e6dae]

INTEGRATION: CWS vcl27 (1.2.100); FILE MERGED 2004/09/20 14:10:10 pl 1.2.100.5: #i29752# ensure widget existence 2004/09/17 14:51:48 pl 1.2.100.4: RESYNC: (1.2-1.5); FILE MERGED 2004/09/17 10:21:50 dv 1.2.100.3: #i29752# some systems distingish between single and multi line edit boxes 2004/09/10 08:34:27 dv 1.2.100.2: #i29752# Better theme support for dropdown listboxes 2004/09/02 07:27:36 dv 1.2.100.1: #i30377# All edit fields need a GTK_SHADOW_IN border


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2809d195b978d69c658cf1410be5df879aba0bd9]

INTEGRATION: CWS vcl27 (1.195.36); FILE MERGED 2004/09/17 15:09:33 pl 1.195.36.2: RESYNC: (1.195-1.199); FILE MERGED 2004/09/08 14:01:49 ssa 1.195.36.1: #i30861# #i30335# correct invalidate handling for transparent windows


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [92a5b3b0f7fc197f605219b8aae35f976465ce21]

INTEGRATION: CWS vcl27 (1.12.192); FILE MERGED 2004/09/13 11:11:53 dv 1.12.192.1: #116950# Added support for ABORT_RETRY_IGNORE message box


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [06c1d781c471b6a8898395e2eed4b68fc60c859e]

INTEGRATION: CWS vcl27 (1.108.2); FILE MERGED 2004/09/17 15:10:03 pl 1.108.2.2: RESYNC: (1.108-1.110); FILE MERGED 2004/09/06 13:08:44 ssa 1.108.2.1: #b5068147# avoid memory leak when destructing MenuItemData


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [55e83e21ee7c513977519fa4e4ef0bacaecff499]

INTEGRATION: CWS vcl27 (1.15.6); FILE MERGED 2004/09/20 13:15:52 dv 1.15.6.1: #i29752# some systems distingish between single and multi line edit boxes


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b16dbfc0f3c67fce393e88ab73da44f624f058a0]

INTEGRATION: CWS vcl27 (1.30.48); FILE MERGED 2004/09/09 12:33:53 hdu 1.30.48.1: #116489# only apply asian kerning on default-formatted text


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9adae8420d9342142d45e87fcf02e222e8156800]

INTEGRATION: CWS vcl27 (1.28.46); FILE MERGED 2004/09/17 15:09:05 pl 1.28.46.2: RESYNC: (1.28-1.29); FILE MERGED 2004/09/15 11:56:29 hdu 1.28.46.1: #110416# fix GetGlyphOutline for rotated text by disabling bitmap optimized rotation in that case


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [af7f190ec70dfd6ab84ef1dbe8e0cf35142b3364]

INTEGRATION: CWS vcl27 (1.105.46); FILE MERGED 2004/09/17 15:08:57 pl 1.105.46.2: RESYNC: (1.105-1.107); FILE MERGED 2004/09/15 11:56:28 hdu 1.105.46.1: #110416# fix GetGlyphOutline for rotated text by disabling bitmap optimized rotation in that case


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3a0e8c4e9b044ceae8c9a33358c0ef512b21587]

INTEGRATION: CWS vcl27 (1.180.10); FILE MERGED 2004/09/17 15:04:24 pl 1.180.10.5: RESYNC: (1.180-1.183); FILE MERGED 2004/09/10 11:33:14 hdu 1.180.10.4: #i27480# text background width is in pixel units 2004/09/09 14:13:24 hdu 1.180.10.3: #i33947# try EUDC as default font for Gaiji support 2004/09/08 15:20:21 ssa 1.180.10.2: #i33770# extend font transparency check to avoid fontcolors overwriting the textcolor 2004/09/07 16:29:44 pl 1.180.10.1: #i33922# support multiple fax numbers in one document


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [50e6945f443b9943789ef8a7d6a8fad8e04e1263]

INTEGRATION: CWS vcl27 (1.30.36); FILE MERGED 2004/09/17 15:03:21 pl 1.30.36.3: RESYNC: (1.30-1.31); FILE MERGED 2004/09/02 15:01:33 hdu 1.30.36.2: #i33759# fix off by one in ImplIsTrailing 2004/09/02 14:53:48 hdu 1.30.36.1: #i33759# fix potential crash for short font name


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [029743082d07c6c800c0ea3b51b24da16b7d1274]

INTEGRATION: CWS vcl27 (1.66.64); FILE MERGED 2004/09/17 15:07:59 pl 1.66.64.2: RESYNC: (1.66-1.67); FILE MERGED 2004/09/17 10:20:10 dv 1.66.64.1: #i29752# some systems distingish between single and multi line edit boxes


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f9cc8fccaad757b52d2c55f1a05a19a890d3e57]

INTEGRATION: CWS vcl27 (1.9.24); FILE MERGED 2004/09/09 11:05:06 pl 1.9.24.1: #i34002# prevent internal buffer overflow


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a4570fecd45475719a7dbbfb33639d0bed9f75e]

INTEGRATION: CWS vcl27 (1.3.38); FILE MERGED 2004/09/02 16:30:55 pl 1.3.38.1: #i33565# recognize and ignore UTF-8 BOM


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2008476ec6eb9a1aff944e0c39377888229265d]

INTEGRATION: CWS vcl27 (1.2.38); FILE MERGED 2004/09/02 16:30:55 pl 1.2.38.1: #i33565# recognize and ignore UTF-8 BOM


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0aa000ca2bd295c450933703ad68d29cd68d89c]

INTEGRATION: CWS vcl27 (1.3.38); FILE MERGED 2004/09/02 16:30:54 pl 1.3.38.1: #i33565# recognize and ignore UTF-8 BOM


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [82e851fdf2f60fa93d4a5993521c55a43efe6077]

INTEGRATION: CWS vcl27 (1.8.24); FILE MERGED 2004/09/13 11:09:19 dv 1.8.24.2: #i33565 removed syntax error for windows 2004/09/02 16:30:54 pl 1.8.24.1: #i33565# recognize and ignore UTF-8 BOM


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f56e3120df598963aa6e9212f047de843654942b]

INTEGRATION: CWS vcl27 (1.2.100); FILE MERGED 2004/09/02 16:30:54 pl 1.2.100.1: #i33565# recognize and ignore UTF-8 BOM


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ae872ccb227bd2bf5fd7d418c0f9da866b64a7c]

INTEGRATION: CWS vcl27 (1.5.38); FILE MERGED 2004/09/02 16:30:54 pl 1.5.38.1: #i33565# recognize and ignore UTF-8 BOM


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2afd45310a7aa0db5946e78351c0003bb79d730]

INTEGRATION: CWS vcl27 (1.4.38); FILE MERGED 2004/09/02 16:30:54 pl 1.4.38.1: #i33565# recognize and ignore UTF-8 BOM


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0c5df64d026c9399d7c231067aff3548b68a762]

INTEGRATION: CWS vcl27 (1.3.142); FILE MERGED 2004/09/02 16:30:53 pl 1.3.142.1: #i33565# recognize and ignore UTF-8 BOM


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [39c51abe00c78e50e2752455298a984c90d38b09]

INTEGRATION: CWS vcl27 (1.6.14); FILE MERGED 2004/09/13 11:07:30 dv 1.6.14.1: #116950# Added support for ABORT_RETRY_IGNORE message box


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac477c8c0804d05167ba89ecf44f3e112642ff7d]

INTEGRATION: CWS vcl27 (1.9.14); FILE MERGED 2004/09/02 16:30:53 pl 1.9.14.1: #i33565# recognize and ignore UTF-8 BOM


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c51947adf4c814b95ccfd90273048edc6ba29591]

INTEGRATION: CWS vcl27 (1.2.44); FILE MERGED 2004/09/17 10:13:28 dv 1.2.44.2: #116950# changed value of ABORT_RETRY_IGNORE 2004/09/13 11:07:07 dv 1.2.44.1: #116950# Added support for ABORT_RETRY_IGNORE message box


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5160f1eb9100d1cfdde0a00f4640db3e41cb97c3]

INTEGRATION: CWS vcl27 (1.2.144); FILE MERGED 2004/09/09 11:05:05 pl 1.2.144.1: #i34002# prevent internal buffer overflow


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb36ee6745af3a1166470a616e879a3371164973]

INTEGRATION: CWS vcl27 (1.51.8); FILE MERGED 2004/09/09 14:17:40 hdu 1.51.8.2: #i33947# allow *.TTE fonts for Gaiji support 2004/09/07 13:28:08 pl 1.51.8.1: #i33658# fix a NULL pointer access


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a01fe2af5433ed50221275d8694d32dd6b5eb63]

INTEGRATION: CWS vcl27 (1.6.8); FILE MERGED 2004/08/31 14:10:06 pl 1.6.8.1: #i33623# use ui locale for font match


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4a08611f5c062a79ad0db42ef495656c7b15250]

INTEGRATION: CWS vcl27 (1.19.8); FILE MERGED 2004/09/17 14:23:10 pl 1.19.8.3: RESYNC: (1.19-1.20); FILE MERGED 2004/09/07 13:28:07 pl 1.19.8.2: #i33658# fix a NULL pointer access 2004/08/31 14:10:06 pl 1.19.8.1: #i33623# use ui locale for font match


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe2ab6d2e23319837ee2beca34144138b0c08ff0]

INTEGRATION: CWS vcl27 (1.24.34); FILE MERGED 2004/09/02 08:37:53 dv 1.24.34.1: #i33733# Added support for native look in dialog editor


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [51d01cd47e8159fc0ee53a7141c830cae4ac8c7e]

INTEGRATION: CWS vcl27 (1.47.34); FILE MERGED 2004/09/17 14:21:39 pl 1.47.34.2: RESYNC: (1.47-1.48); FILE MERGED 2004/09/02 08:39:00 dv 1.47.34.1: #i33733# Added support for native look in dialog editor


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [30c7c755613d22a7bf752d88a7f5cd992f1851d8]

INTEGRATION: CWS vcl27 (1.37.34); FILE MERGED 2004/09/02 08:38:59 dv 1.37.34.1: #i33733# Added support for native look in dialog editor


2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4232db6ebe03738a3870bef4b570c4afa0fc663a]

INTEGRATION: CWS vcl27 (1.19.34); FILE MERGED 2004/09/02 08:37:05 dv 1.19.34.1: #i33733# Added support for native look in dialog editor


2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e4f623747b05a0e53ddc191459ff9b799b5ddec]

INTEGRATION: CWS configure1 (1.32.4); FILE MERGED 2004/09/21 13:16:54 cmc 1.32.4.1: #i34439# system-expat


2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [a37d6fcab937ae450a842e8a1366d6a3562f2905]

INTEGRATION: CWS configure1 (1.2.4); FILE MERGED 2004/09/21 13:16:54 cmc 1.2.4.1: #i34439# system-expat


2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [8093af99ac426f6686a86b5fa70eab20e30c1d76]

INTEGRATION: CWS csvio (1.16.34); FILE MERGED 2004/09/14 14:00:57 er 1.16.34.2: #b4996294# ReadUniStringLine: reading little endian Unicode with DOS (u+000d,u+000a) line ends on a big endian machine resulted in a blank line every second line 2004/09/13 15:59:26 er 1.16.34.1: #i834# add SvStream::ReadCsvLine() method


2004-10-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [309847b323fc085b56bf1600950e6bd88cc6dec5]

#i10000# #i28837# fix dependency


2004-10-07  Vladimir Glazounov  <vg@openoffice.org>  [bbbc02289776915b8038f3398e05befcfc549182]

new version for SRC680


2004-10-07  Rüdiger Timm  <rt@openoffice.org>  [6ca2e9db3035f22d35097d44df0269e031bf0046]

#i10000# Include svtools header without svtools path, otherwise it won't compile before delivering.


2004-10-06  Vladimir Glazounov  <vg@openoffice.org>  [9b65448c00053d5513e6c490a388768b0e793d2d]

new version for SRC680


2004-10-06  Vladimir Glazounov  <vg@openoffice.org>  [ccca6bcacd072d5edf6819ee64231902c09b3971]

new version for SRC680


2004-10-06  Vladimir Glazounov  <vg@openoffice.org>  [45d8f1d11c985e41a1d28c48b9ee140c1e8132d8]

new version for SRC680


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5de5bc038b807db9f78a83448c2b37b8adafb30a]

INTEGRATION: CWS mav09 (1.4.178); FILE MERGED 2004/04/14 12:22:22 mba 1.4.178.1: #i27773#: allow to seek in seqstream


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [d42fba9325f17f4b6d2c63cf57ca81e52df12870]

INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/13 15:54:40 mav 1.1.2.7: #i27773# detect storage format 2004/07/15 10:12:28 mav 1.1.2.6: #i27773# fix function definition 2004/07/05 10:29:09 mav 1.1.2.5: #i27773# provide storage factory 2004/05/27 08:12:40 mav 1.1.2.4: #i27773# allow to set common storage password 2004/05/18 11:52:41 mav 1.1.2.3: #i27773# resolve resync problems 2004/04/26 14:41:26 mav 1.1.2.2: #i27773# create storage based on XStream 2004/04/22 12:38:08 mav 1.1.2.1: #i27773# implement storage helper


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [71ae2c78de6522ae8e8f53ca5b07963e960c7474]

INTEGRATION: CWS mav09 (1.19.32); FILE MERGED 2004/07/15 10:36:36 mav 1.19.32.8: #i27773# resolve resync problems 2004/07/08 07:20:59 mav 1.19.32.7: RESYNC: (1.24-1.26); FILE MERGED 2004/05/18 11:52:41 mav 1.19.32.6: #i27773# resolve resync problems 2004/05/17 16:10:36 mav 1.19.32.5: RESYNC: (1.23-1.24); FILE MERGED 2004/04/30 16:20:35 mba 1.19.32.4: #i27773#: resync problem 2004/04/30 16:18:25 mba 1.19.32.3: #i27773#: resync problem 2004/04/29 16:47:20 mav 1.19.32.2: RESYNC: (1.19-1.23); FILE MERGED 2004/04/22 12:38:40 mav 1.19.32.1: #i27773# implement storage helper


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [fbd72ea733add402375fcbd28edb09853da85894]

INTEGRATION: CWS mav09 (1.6.178); FILE MERGED 2004/05/16 17:26:07 mba 1.6.178.1: #i27773#: new EmbeddedObjectContainer


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [158134a704773ae37e5ee43ced9a15b72b224794]

INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/09/01 13:30:37 mav 1.1.2.21: #i27773# check if running state is available 2004/09/01 13:28:03 mav 1.1.2.20: #i27773# check if running state is available 2004/08/23 09:24:41 mav 1.1.2.19: #i27773# adopt to linux 2004/08/20 10:56:26 mav 1.1.2.18: #i27773# clear image storage reference 2004/08/16 10:30:57 mav 1.1.2.17: #i27773# storage format 2004/08/16 10:15:34 mav 1.1.2.16: #i27773# storage format 2004/07/15 10:27:55 mba 1.1.2.15: #i27773#: method for removing of graphic streams; improved handling of deleted objects 2004/07/06 16:50:11 mba 1.1.2.14: #i27773#: work on TODOs 2004/07/02 08:46:24 mba 1.1.2.13: #i27773#: HasEmbeddedObject must consider storage 2004/06/28 09:37:38 mav 1.1.2.12: #i27773# commit substorage with graphical representations 2004/06/25 11:48:39 mav 1.1.2.11: #i27773# linkage support 2004/06/18 14:07:32 mba 1.1.2.10: #i27773#: fixed debug code 2004/06/14 13:23:47 mav 1.1.2.9: #i27773# use namespace name 2004/06/10 16:49:16 mba 1.1.2.8: #i27773#: improve handling of graphical reps 2004/06/02 11:49:41 mba 1.1.2.7: #i27773#: CopyEmbeddedObject failed when copied inside the same container 2004/05/27 09:51:20 mav 1.1.2.6: #i27773# encrypt graphical stream 2004/05/24 09:02:22 mba 1.1.2.5: #i27773#: some changes about MapUnit 2004/05/20 15:31:52 mba 1.1.2.4: #i27773#: some constant names have changed 2004/05/18 17:11:22 mba 1.1.2.3: #i27773#: new method MoveEmbeddedObject 2004/05/18 11:52:40 mav 1.1.2.2: #i27773# resolve resync problems 2004/05/16 17:25:57 mba 1.1.2.1: #i27773#: new EmbeddedObjectContainer


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [73150f2df2f9d37b57bab0f87a691be01f5994cc]

INTEGRATION: CWS mav09 (1.10.36); FILE MERGED 2004/08/13 16:36:54 mav 1.10.36.1: #i27773# storage format


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f68a68856a5ec8decf4445c8484f6ca330549386]

INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/13 15:55:01 mav 1.1.2.10: #i27773# detect storage format 2004/07/05 10:29:08 mav 1.1.2.9: #i27773# provide storage factory 2004/05/18 11:52:40 mav 1.1.2.8: #i27773# resolve resync problems 2004/04/27 17:03:43 mba 1.1.2.7: #i27773#: merging 2004/04/27 17:03:28 mba 1.1.2.6: #i27773#: merging 2004/04/26 14:41:26 mav 1.1.2.5: #i27773# create storage based on XStream 2004/04/26 13:30:23 mav 1.1.2.4: #i27773# create storage from stream 2004/04/22 12:37:47 mav 1.1.2.3: #i27773# implement storage helper 2004/04/14 13:51:49 mba 1.1.2.2: #i27773#: create storage from stream 2004/04/14 12:15:44 mba 1.1.2.1: #i27773#: helper for new storage API


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [88aaf9b4142ca9270ed4ea02ce11c963ade79cee]

INTEGRATION: CWS mav09 (1.2.180); FILE MERGED 2004/04/14 12:15:16 mba 1.2.180.1: #i27773#: allow to seek in seqstream


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a9632fd3d13b3bfbb09948f9c4e9b5b0a8004078]

INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/13 15:31:33 mav 1.1.2.1: #i27773# move own formats to comphelper


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [366c9f64975429a3bdcd8ec08fadc4c6f84c619c]

INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/16 10:30:56 mav 1.1.2.7: #i27773# storage format 2004/08/16 10:15:34 mav 1.1.2.6: #i27773# storage format 2004/07/15 10:27:20 mba 1.1.2.5: #i27773#: method for removing of graphic streams 2004/06/25 11:48:39 mav 1.1.2.4: #i27773# linkage support 2004/06/10 16:49:04 mba 1.1.2.3: #i27773#: improve handling of graphical reps 2004/05/18 17:10:58 mba 1.1.2.2: #i27773#: new method MoveEmbeddedObject 2004/05/16 17:25:25 mba 1.1.2.1: #i27773#: new EmbeddedObjectContainer


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a5369270a3dbad8e93d33aef2bb0a2455c1bfde0]

INTEGRATION: CWS mav09 (1.10.140); FILE MERGED 2004/05/17 09:33:05 mav 1.10.140.1: #i27773# a service to access ole storages


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [36706f02657fe6cde92990ccc524793979b8f0a5]

INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/20 10:55:39 mav 1.1.2.2: #i27773# number of fixes 2004/05/11 13:09:41 mav 1.1.2.1: #i27773# a service to get access to simple OLE storages


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b7c47bc9dca3b6e5be32b14467aed990262f3e46]

INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/27 11:25:15 mav 1.1.2.4: #i27773# close output stream after writing 2004/08/20 10:55:39 mav 1.1.2.3: #i27773# number of fixes 2004/05/26 14:12:44 mav 1.1.2.2: #i23337# fix assertion 2004/05/11 13:09:41 mav 1.1.2.1: #i27773# a service to get access to simple OLE storages


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [1a44df0b91310c5202bbffdf6331518fc73fbd8c]

INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/20 10:55:39 mav 1.1.2.2: #i27773# number of fixes 2004/05/11 13:09:40 mav 1.1.2.1: #i27773# a service to get access to simple OLE storages


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b29c7d579374724630cf5ce5a39197de17c33a12]

INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/05/11 13:10:34 mav 1.1.2.1: #i27773# a service to get access to simple OLE storages


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [0cecd25e20ef5929a164df8651b38c5d251890de]

INTEGRATION: CWS mav09 (1.83.16); FILE MERGED 2004/08/09 19:16:43 mav 1.83.16.3: RESYNC: (1.84-1.85); FILE MERGED 2004/07/08 15:56:28 mav 1.83.16.2: RESYNC: (1.83-1.84); FILE MERGED 2004/06/17 11:50:08 mav 1.83.16.1: #i30375# comment out unused for now code


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [82598b92fe3a4aa823b45a2322dd6f9412fde342]

INTEGRATION: CWS mav09 (1.38.2); FILE MERGED 2004/09/02 14:04:04 mav 1.38.2.9: #i27773# fix typo 2004/09/02 13:57:32 mav 1.38.2.8: #i27773# set mediatype only in writeable mode 2004/08/31 12:06:55 mav 1.38.2.7: #i27773# set media type 2004/08/16 13:34:15 mav 1.38.2.6: #i27773# storage version 2004/07/06 16:51:35 mba 1.38.2.5: #i27773#: work on TODOs 2004/05/18 12:11:35 mav 1.38.2.4: #i27773# resolve resync problems 2004/05/17 17:42:45 mav 1.38.2.3: RESYNC: (1.38-1.39); FILE MERGED 2004/05/17 09:08:57 mba 1.38.2.2: #i27773#: use new method to detect ID from storage 2004/05/04 13:00:07 mba 1.38.2.1: #i27773#: remove so3


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e1d8945cf351991cc1df84a6326993606856ad91]

INTEGRATION: CWS mav09 (1.28.26); FILE MERGED 2004/09/16 23:40:29 mav 1.28.26.4: RESYNC: (1.30-1.31); FILE MERGED 2004/08/09 19:16:25 mav 1.28.26.3: RESYNC: (1.29-1.30); FILE MERGED 2004/07/08 15:55:27 mav 1.28.26.2: RESYNC: (1.28-1.29); FILE MERGED 2004/05/04 12:59:57 mba 1.28.26.1: #i27773#: remove so3


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f2a9067fb116edf6bf9b6527273c4c324868fca5]

INTEGRATION: CWS mav09 (1.2.38); FILE MERGED 2004/05/13 14:16:23 mav 1.2.38.1: #i27773# build ole simple storage service


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9b70294cfaad7f311aaec69cf39ecddab7f56cb0]

INTEGRATION: CWS mav09 (1.14.114); FILE MERGED 2004/07/08 08:29:38 mav 1.14.114.3: RESYNC: (1.15-1.17); FILE MERGED 2004/04/29 16:50:04 mav 1.14.114.2: RESYNC: (1.14-1.15); FILE MERGED 2004/04/29 11:03:41 mba 1.14.114.1: #i27773#: no SvFileStream please


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [35d4bc4b8a65858cffaf0a80c61b06c233a513cf]

INTEGRATION: CWS mav09 (1.3.142); FILE MERGED 2004/08/09 18:59:35 mav 1.3.142.3: RESYNC: (1.3-1.4); FILE MERGED 2004/05/16 17:29:55 mba 1.3.142.2: #i27773#: XTruncate needed 2004/04/30 08:00:30 mba 1.3.142.1: #i27773#: wrapper for XStream


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [3343a0602176313951a4bff9df0968a81a6d594b]

INTEGRATION: CWS mav09 (1.3.140); FILE MERGED 2004/07/08 08:28:40 mav 1.3.140.4: RESYNC: (1.4-1.5); FILE MERGED 2004/04/29 16:49:45 mav 1.3.140.3: RESYNC: (1.3-1.4); FILE MERGED 2004/04/15 14:36:31 mba 1.3.140.2: #ii27773#: create Stream from XStream 2004/04/15 14:34:57 mba 1.3.140.1: #ii27773#: create Stream from XStream


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8195099b5aa149afa65e644ed45d6c5850a1c40e]

INTEGRATION: CWS mav09 (1.4.142); FILE MERGED 2004/08/09 18:59:28 mav 1.4.142.4: RESYNC: (1.4-1.5); FILE MERGED 2004/05/16 17:29:43 mba 1.4.142.3: #i27773#: XTruncate needed 2004/04/30 08:00:11 mba 1.4.142.2: #i27773#: wrapper for XStream 2004/04/26 13:30:50 mba 1.4.142.1: #i27773#: new wrapper for XStream


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [952a0512d62e6030e0579e5164b585a7ac9f6c68]

INTEGRATION: CWS mav09 (1.3.40); FILE MERGED 2004/07/08 08:12:32 mav 1.3.40.2: RESYNC: (1.3-1.5); FILE MERGED 2004/04/30 17:02:10 mba 1.3.40.1: #i27773#: remove so3


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b0a97cf8f985b61acd21299e23ac2ec115ecb857]

INTEGRATION: CWS mav09 (1.1.1.1.254); FILE MERGED 2004/05/05 11:29:07 mba 1.1.1.1.254.2: #i27773#: platform independent GUIDs 2004/05/04 13:00:44 mba 1.1.1.1.254.1: #i27773#: interface to UNO based ClassIDs


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [10f2bae75a815553e79f1c85dee0be1a7c199fc0]

INTEGRATION: CWS mav09 (1.18.14); FILE MERGED 2004/08/13 15:30:52 mav 1.18.14.1: #i27773# move one formats to comphelper


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e390e9d01026fb3f27e3f518274b7c7e4035d511]

INTEGRATION: CWS mav09 (1.46.86); FILE MERGED 2004/07/08 15:49:41 mav 1.46.86.3: RESYNC: (1.47-1.49); FILE MERGED 2004/04/29 21:07:06 mav 1.46.86.2: RESYNC: (1.46-1.47); FILE MERGED 2004/02/27 10:30:52 mav 1.46.86.1: #115011# hatch window service


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5776a260d115be3a426a4643a704ab31fc4f4d75]

INTEGRATION: CWS mav09 (1.16.134); FILE MERGED 2004/02/27 10:30:52 mav 1.16.134.1: #115011# hatch window service


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [1af228113a95b6afab50c91a7f43cfb6f03678db]

INTEGRATION: CWS mav09 (1.64.56); FILE MERGED 2004/07/08 15:41:39 mav 1.64.56.3: RESYNC: (1.65-1.66); FILE MERGED 2004/04/29 21:03:36 mav 1.64.56.2: RESYNC: (1.64-1.65); FILE MERGED 2004/04/14 13:53:40 mba 1.64.56.1: #i27773#: new storage API


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5a3ed3606ecc3cdcd0c40f556b08113e79089c3d]

INTEGRATION: CWS mav09 (1.1.1.1.514); FILE MERGED 2004/06/18 14:06:01 mba 1.1.1.1.514.1: #i27773#: interface to Property Sequence


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [0fcca9489427143c3e4317c1bc4ef183a48847d3]

INTEGRATION: CWS mav09 (1.25.58); FILE MERGED 2004/09/21 17:47:13 mav 1.25.58.5: RESYNC: (1.28-1.29); FILE MERGED 2004/08/09 19:15:24 mav 1.25.58.4: RESYNC: (1.27-1.28); FILE MERGED 2004/07/08 15:40:34 mav 1.25.58.3: RESYNC: (1.25-1.27); FILE MERGED 2004/06/10 16:46:14 mba 1.25.58.2: #i27773#: new EmbedHelper 2004/05/04 13:02:53 mba 1.25.58.1: #i27773#: remove so3


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f5f9971da6fa4b69c408c82a09f5faa1c7e18388]

INTEGRATION: CWS mav09 (1.52.92); FILE MERGED 2004/09/16 21:58:26 mav 1.52.92.4: RESYNC: (1.54-1.55); FILE MERGED 2004/08/16 10:02:42 mba 1.52.92.3: #i27773#: bitmaps now png 2004/07/08 15:39:09 mav 1.52.92.2: RESYNC: (1.52-1.54); FILE MERGED 2004/06/21 08:14:59 mba 1.52.92.1: #i27773#: PaintReplacement for OLE objects


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [976fff03447498f2f20493f3815cae40fc6c8153]

INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/07/06 16:48:24 mba 1.1.2.9: #i27773#: work on TODOs 2004/05/28 16:17:37 mba 1.1.2.8: #27773#: some wrong MediaTypes 2004/05/28 09:11:31 mba 1.1.2.7: #27773#: optimize for usage of clipboard in loaded state 2004/05/26 16:29:13 mba 1.1.2.6: #i27773#: new helper for MapUnit conversions 2004/05/24 08:43:47 mba 1.1.2.5: #i27773#: some changes about MapUnit 2004/05/18 12:39:05 mav 1.1.2.4: #i27773# resolve resync problems 2004/05/16 17:24:29 mba 1.1.2.3: #i27773#: support for EMBEDSOURCE format 2004/05/04 13:02:52 mba 1.1.2.2: #i27773#: remove so3 2004/04/21 14:42:17 mav 1.1.2.1: #i27773# SvEmbedTransferHelper


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7ffcf977416ef304796306f389ac24195f90acf4]

INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/09/03 15:26:21 mav 1.1.2.13: #i27773# correct graphic inserting 2004/09/02 13:40:32 mav 1.1.2.12: #i27773# seek to the beginning 2004/09/01 15:02:59 mav 1.1.2.11: #i27773# use XVisualObject to get visual representation 2004/09/01 14:24:56 mba 1.1.2.10: #i27773#: COM-Objects on Linux must work in Loaded state 2004/09/01 14:23:00 mba 1.1.2.9: #i27773#: COM-Objects on Linux must work in Loaded state 2004/07/15 11:02:16 mba 1.1.2.8: #i27773#: no assignments 2004/07/06 16:30:37 mba 1.1.2.7: #i27773#: work on TODOs 2004/07/06 15:52:47 mav 1.1.2.6: #i27773# shading of outplace activated objects 2004/07/02 08:41:26 mba 1.1.2.5: #i27773#: Fallback Replacement 2004/07/01 13:25:52 mav 1.1.2.4: #i27773# update visual representation each time the object is deactivated 2004/06/28 09:41:00 mav 1.1.2.3: #i27773# if there is no replacement it is not an update it is creation 2004/06/21 08:14:59 mba 1.1.2.2: #i27773#: PaintReplacement for OLE objects 2004/06/10 16:45:44 mba 1.1.2.1: #i27773#: new EmbedHelper


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [130e460d9001ac21d418bcf5552b486e9d01791e]

INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/02/27 10:31:20 mav 1.1.2.1: #115011# hatch window factory


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a17b958d8dabcfa771f296885ae5716abd67da58]

INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/02/27 10:33:34 mav 1.1.2.1: #115011# hatch window service


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [620ab985c670ce78a8eee44c4b3c86cd916b5f37]

INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/06/17 12:45:12 mav 1.1.2.2: #i27773# small simplifications 2004/02/27 10:33:26 mav 1.1.2.1: #115011# hatch window service


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6ec02d68b6252172ba9347698cfc8d4de7344a1f]

INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/06/17 12:45:12 mav 1.1.2.2: #i27773# small simplifications 2004/02/27 10:33:16 mav 1.1.2.1: #115011# hatch window service


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7d7f0c379422ded4f5082b5bb5057a9c15861345]

INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/02/27 10:33:15 mav 1.1.2.1: #115011# hatch window service


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5de314f59c7968ffb20c2318e5d9f7a2941de4f1]

INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/02/27 10:33:25 mav 1.1.2.1: #115011# hatch window service


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a3ce2ea0db2388a19c894ad0d71d2fd88fe7b076]

INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/06/17 12:40:47 mav 1.1.2.3: #i27773# use standard convertions 2004/06/11 10:29:34 mba 1.1.2.2: #i27773#: make HatchWindow visible after loading document 2004/02/27 10:33:14 mav 1.1.2.1: #115011# hatch window service


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b4261bb604e102e8421ba7a0479463217e1d3c7a]

INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/16 10:02:48 mba 1.1.2.5: #i27773#: bitmaps now png 2004/07/14 10:19:36 mav 1.1.2.4: #i27773# adopt resource files to the new format 2004/04/29 14:55:26 mba 1.1.2.3: #i27773#: remove so3 2004/04/29 11:07:24 mba 1.1.2.2: #i27773#: some more resources moved to cui 2004/04/28 10:34:05 mba 1.1.2.1: #i27773#: remove so3


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [2068aed06091b715c4c16b56cecda72efa334d4a]

INTEGRATION: CWS mav09 (1.9.146); FILE MERGED 2004/07/08 15:24:15 mav 1.9.146.3: RESYNC: (1.9-1.10); FILE MERGED 2004/04/29 14:55:26 mba 1.9.146.2: #i27773#: remove so3 2004/04/28 10:34:43 mba 1.9.146.1: #i27773#: remove so3


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [d3fe8de9ae2e40a8aa1b2b07a23763f0accca58c]

INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/18 13:36:48 mav 1.1.2.3: #i27773# use the old order of objects 2004/06/11 15:24:19 mav 1.1.2.2: #i27773# use new configuration entry 2004/04/29 14:55:55 mba 1.1.2.1: #i27773#: remove so3


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5e189c369aca7a6d3cbe4f95f18aa2488904ad32]

INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/07/14 10:19:36 mav 1.1.2.2: #i27773# adopt resource files to the new format 2004/04/28 10:34:30 mba 1.1.2.1: #i27773#: remove so3


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6635e032080f15fcd26b393ae4fa3e238c71dbca]

INTEGRATION: CWS mav09 (1.53.84); FILE MERGED 2004/09/16 21:54:13 mav 1.53.84.4: RESYNC: (1.56-1.57); FILE MERGED 2004/07/09 18:06:42 mav 1.53.84.3: RESYNC: (1.55-1.56); FILE MERGED 2004/07/08 15:18:49 mav 1.53.84.2: RESYNC: (1.53-1.55); FILE MERGED 2004/03/11 10:19:42 mav 1.53.84.1: #115904# according to documentation the property name must be 'Subject'


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [3a2e8ccec930a5f46948242f51a18504a6f575b3]

INTEGRATION: CWS mav09 (1.110.52); FILE MERGED 2004/09/21 17:44:03 mav 1.110.52.10: RESYNC: (1.118-1.119); FILE MERGED 2004/09/16 21:50:22 mav 1.110.52.9: RESYNC: (1.116-1.118); FILE MERGED 2004/08/09 19:14:27 mav 1.110.52.8: RESYNC: (1.115-1.116); FILE MERGED 2004/07/09 18:05:43 mav 1.110.52.7: RESYNC: (1.114-1.115); FILE MERGED 2004/07/08 14:46:53 mav 1.110.52.6: RESYNC: (1.112-1.114); FILE MERGED 2004/06/10 16:44:52 mba 1.110.52.5: #i27773#: deliver new EmbedHelper 2004/05/17 17:37:31 mav 1.110.52.4: RESYNC: (1.111-1.112); FILE MERGED 2004/04/29 20:59:30 mav 1.110.52.3: RESYNC: (1.110-1.111); FILE MERGED 2004/04/29 11:07:08 mba 1.110.52.2: #i27773#: remove so3 2004/04/21 16:24:24 mav 1.110.52.1: #i27773# add header


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [eca9c6b9d24e8385a4741d6a6f89950dd6146d6b]

INTEGRATION: CWS mav09 (1.23.54); FILE MERGED 2004/07/08 14:46:45 mav 1.23.54.3: RESYNC: (1.24-1.25); FILE MERGED 2004/04/29 20:59:21 mav 1.23.54.2: RESYNC: (1.23-1.24); FILE MERGED 2004/03/02 15:18:33 mav 1.23.54.1: #115011# build hatchwindow


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [2ca82d9d4153211c2f3438e40e63c308f88966da]

INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/04/29 14:56:12 mba 1.1.2.5: #i27773#: remove so3 2004/04/29 11:06:56 mba 1.1.2.4: #i27773#: some more resources moved to cui 2004/04/28 10:33:24 mba 1.1.2.3: #i27773#: remove so3 2004/04/28 10:22:27 mba 1.1.2.2: #i27773#: remove so3 2004/04/28 10:14:46 mba 1.1.2.1: #i27773#: remove so3


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e46e7b010a1b57321eec02d354f80eb1c80039a9]

INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/04/28 10:02:42 mba 1.1.2.1: #i27773#: remove so3


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4113375d1cae695dbca57ef651df05fa9fd01643]

INTEGRATION: CWS mav09 (1.16.116); FILE MERGED 2004/09/03 15:25:47 mav 1.16.116.1: #i27773# correct graphic export to a stream in native format


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [3e32a98999a8fd799fc2f0ab5b536005c6e02618]

INTEGRATION: CWS mav09 (1.7.116); FILE MERGED 2004/09/16 21:22:11 mav 1.7.116.2: RESYNC: (1.7-1.8); FILE MERGED 2004/09/03 15:25:46 mav 1.7.116.1: #i27773# correct graphic export to a stream in native format


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9b9f3a24b37729eed91b57324f7c926866950cb8]

INTEGRATION: CWS mav09 (1.10.196); FILE MERGED 2004/09/03 15:25:46 mav 1.10.196.1: #i27773# correct graphic export to a stream in native format


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4b181234eaf9441c254a2e960c209acf8a318fc6]

INTEGRATION: CWS mav09 (1.8.42); FILE MERGED 2004/09/16 12:19:43 mav 1.8.42.4: RESYNC: (1.9-1.10); FILE MERGED 2004/08/09 19:12:45 mav 1.8.42.3: RESYNC: (1.8-1.9); FILE MERGED 2004/05/24 11:09:38 mav 1.8.42.2: #i27773# support most of vcl map modes 2004/05/24 10:15:28 mav 1.8.42.1: #i27773# map unit related helper methods


2004-10-04  Kurt Zenker  <kz@openoffice.org>  [db0229067b58563ba33e6c5619acd9874f7d6e70]

INTEGRATION: CWS mav09 (1.2.24); FILE MERGED 2004/09/16 12:18:27 mav 1.2.24.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/24 10:15:28 mav 1.2.24.1: #i27773# map unit related helper methods


2004-09-30  Stephan Bergmann  <sb@openoffice.org>  [eaf41c4bab836303a41612cabc0114fadb7dc74d]

#i34835# To avoid problems with Windows file paths like C:\foo, do not accept INET_PROT_GENERIC schemes that are only one character long.


2004-09-27  Vladimir Glazounov  <vg@openoffice.org>  [670e170a8ebef1e5127344814f4a7203baca8261]

new version for SRC680


2004-09-27  Vladimir Glazounov  <vg@openoffice.org>  [c93449ab3fcf0fecbdb7350ba5d7687080989adb]

new version for SRC680


2004-09-27  Rüdiger Timm  <rt@openoffice.org>  [ef567f74924172b6444c1542ddf507688d2a3aa0]

#i10000# Change 'RemoveAttribs( ULONG nPara, USHORT nWhich )' into 'RemoveAttribs( ULONG nPara, USHORT nWhich, BOOL bIdleFormatAndUpdate )' to avoid ambiguity


2004-09-24  Vladimir Glazounov  <vg@openoffice.org>  [5bc5187b167f164641d74952464fd29adbbdbc91]

new version for SRC680


2004-09-22  Kurt Zenker  <kz@openoffice.org>  [439333d36a966844fc7c4f01fd462de37c304fec]

new version for SRC680


2004-09-21  Kurt Zenker  <kz@openoffice.org>  [b9aebc9a22f42bd4b7a3940bf46157954375ddd3]

new version for SRC680


2004-09-21  Kurt Zenker  <kz@openoffice.org>  [9be40a9d6dbf0a35cab5f4d181e40742771105e3]

new version for SRC680


2004-09-21  Rüdiger Timm  <rt@openoffice.org>  [ae15f27015d998adb203e65c6d1aac6f352ef786]

new version for SRC680


2004-09-21  Rüdiger Timm  <rt@openoffice.org>  [e35555b4f96441ac6cf6d10e4161de77e6d1c08a]

new version for SRC680


2004-09-21  Kurt Zenker  <kz@openoffice.org>  [7e64e4f839e6cf08775208dac5a47da8c67855fb]

new version for SRC680


2004-09-21  Vladimir Glazounov  <vg@openoffice.org>  [659614e9b55b21266b20cb15eb0d705a65449596]

new version for SRC680


2004-09-21  Rüdiger Timm  <rt@openoffice.org>  [a8a2e728982742b4d0545638eea3905645211f16]

#i10000# Merge problem: TextEngine::ReplaceText was contained twice.


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b4ce22b01ef59e25b298fc2a6191f7d659bd7557]

INTEGRATION: CWS swqbugfixes05 (1.19.64); FILE MERGED 2004/08/05 09:51:39 fme 1.19.64.1: #i32608# Members of ImplRulerHitTest must be initialised


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [ff1e17b5f9393abe7fcbf4e020f91ac499e10673]

INTEGRATION: CWS swqbugfixes05 (1.37.50); FILE MERGED 2004/08/16 23:23:10 fme 1.37.50.2: RESYNC: (1.37-1.39); FILE MERGED 2004/08/13 11:14:25 pb 1.37.50.1: fix: #i32300# now static images are pointers again


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [854a959c209328b8300663d39b6d70f26cf9d8c5]

INTEGRATION: CWS swqbugfixes05 (1.13.52); FILE MERGED 2004/08/13 11:14:41 pb 1.13.52.1: fix: #i32300# now static images are pointers again


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [89d4413e421e4875c42fdc448eb6c4abc3f741e3]

INTEGRATION: CWS swmailmerge (1.31.124); FILE MERGED 2004/07/07 18:03:11 os 1.31.124.2: RESYNC: (1.31-1.32); FILE MERGED 2004/06/25 13:35:28 os 1.31.124.1: #i25107# access to TextView in MultiLine edit extended to support mail merge dialogs


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [761db1a0565799b3d451bea485fe71472bb5cac8]

INTEGRATION: CWS swmailmerge (1.26.60); FILE MERGED 2004/08/12 14:21:58 os 1.26.60.1: #i25107# DisableSelectionOnFocus() added to prevent selection on GetFocus() via tab-key


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [32e7628da407afc4cb64252f1f3385c571e225bb]

INTEGRATION: CWS swmailmerge (1.5.202); FILE MERGED 2004/06/25 13:35:27 os 1.5.202.1: #i25107# access to TextView in MultiLine edit extended to support mail merge dialogs


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d9e4a6a4e6ae4965727f71341ebf43583f32001d]

INTEGRATION: CWS swmailmerge (1.2.634); FILE MERGED 2004/06/25 13:35:29 os 1.2.634.1: #i25107# access to TextView in MultiLine edit extended to support mail merge dialogs


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d64099aa3fb0ebe440951581e540d697997e33e5]

INTEGRATION: CWS swmailmerge (1.43.38); FILE MERGED 2004/07/07 18:03:19 os 1.43.38.3: RESYNC: (1.43-1.44); FILE MERGED 2004/07/06 11:22:39 os 1.43.38.2: #i25107# protection attribute size corrected 2004/06/25 13:35:29 os 1.43.38.1: #i25107# access to TextView in MultiLine edit extended to support mail merge dialogs


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [ce5821325491acc0be4b840dfd148f8603f772b9]

INTEGRATION: CWS swmailmerge (1.9.18); FILE MERGED 2004/09/08 12:55:25 os 1.9.18.2: #i25107# remove disabled pages from page history 2004/08/20 14:06:21 os 1.9.18.1: #i25107# skipUntil() has to set the right COMMIT_REASON to the current page


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [30a0890cf91137df3108228a787dc12042337613]

INTEGRATION: CWS swmailmerge (1.2.48); FILE MERGED 2004/09/08 12:55:25 os 1.2.48.4: #i25107# remove disabled pages from page history 2004/08/23 09:43:05 os 1.2.48.3: #i25107# change Roadmap entry dynamically 2004/08/13 18:15:44 os 1.2.48.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/07 11:15:58 os 1.2.48.1: #i25107# va_arg wants to get an int32 instead  of an int16


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [f24f171af2a2df742fcc6ad7cf7eaecf59f720e5]

INTEGRATION: CWS swmailmerge (1.2.48); FILE MERGED 2004/08/27 10:46:43 os 1.2.48.1: #i25107# initializing of impl-class


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [9c2315794432c8d15b3eca58f404b22498e88f47]

INTEGRATION: CWS systemjpg1 (1.3.708); FILE MERGED 2004/09/17 15:38:52 cmc 1.3.708.1: #i34307# use system jpeg if system jpeg selected


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [714794d3fe5725446d864b7afd3cb0a1281e3563]

INTEGRATION: CWS systemjpg1 (1.9.6); FILE MERGED 2004/09/17 15:38:52 cmc 1.9.6.1: #i34307# use system jpeg if system jpeg selected


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [858d91a2e9a7efb6ea4639cad4202f273f5e8b10]

INTEGRATION: CWS gh7 (1.7.120); FILE MERGED 2004/09/07 09:52:09 gh 1.7.120.3: defined set of mandatory and optional XML tags 2004/09/03 10:46:14 gh 1.7.120.2: problems in comparing tags against sourcelanguage 2004/08/27 14:51:12 gh 1.7.120.1: add detection of C-Style quoted XML-Tags e.g.: \<somestyle\>


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [a75170389490c83c50549c74a1accf48cb6cd4c5]

INTEGRATION: CWS gh7 (1.10.6); FILE MERGED 2004/09/13 11:34:39 gh 1.10.6.4: distinguish in gsi files between different linetypes e.g.:res and res-quickhelp 2004/09/09 14:56:57 gh 1.10.6.3: small fix in helptext 2004/09/07 09:52:09 gh 1.10.6.2: defined set of mandatory and optional XML tags 2004/08/27 14:51:11 gh 1.10.6.1: add detection of C-Style quoted XML-Tags e.g.: \<somestyle\>


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [ffb032f3287421833dad4d73549beee01168e9ac]

INTEGRATION: CWS gh7 (1.4.124); FILE MERGED 2004/09/07 09:52:08 gh 1.4.124.2: defined set of mandatory and optional XML tags 2004/09/01 13:27:12 gh 1.4.124.1: add detection of C-Style quoted XML-Tags e.g.: \<somestyle\>


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [0aa5351045ba2c236eeaa52fc61b53e85116a467]

INTEGRATION: CWS fwk01ea (1.20.4); FILE MERGED 2004/07/08 15:29:43 abi 1.20.4.5: RESYNC: (1.21-1.22); FILE MERGED 2004/04/27 14:44:40 abi 1.20.4.4: RESYNC: (1.20-1.21); FILE MERGED 2004/04/08 08:37:52 sb 1.20.4.3: #116269# Fixed problem with schemes where PrefixInfo::m_pPrefix contains more than scheme:. 2004/04/07 08:09:47 sb 1.20.4.2: #116269# Renamed INET_PROT_UNKNOWN to INET_PROT_GENERIC. 2004/04/06 13:25:54 sb 1.20.4.1: #116269# Added INET_PROT_UNKNOWN.


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [7c021819528106250a4b52c2ba2174b3444a2f88]

INTEGRATION: CWS fwk01ea (1.42.4); FILE MERGED 2004/07/08 15:24:35 abi 1.42.4.5: RESYNC: (1.44-1.45); FILE MERGED 2004/04/28 07:10:53 abi 1.42.4.4: RESYNC: (1.42-1.44); FILE MERGED 2004/04/08 08:37:52 sb 1.42.4.3: #116269# Fixed problem with schemes where PrefixInfo::m_pPrefix contains more than scheme:. 2004/04/07 08:09:46 sb 1.42.4.2: #116269# Renamed INET_PROT_UNKNOWN to INET_PROT_GENERIC. 2004/04/06 13:25:53 sb 1.42.4.1: #116269# Added INET_PROT_UNKNOWN.


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [91ca5d353175ecf67e00f3f1beebe11eaa7389bb]

INTEGRATION: CWS fwk01ea (1.4.520); FILE MERGED 2004/04/08 12:54:33 sb 1.4.520.2: #116269# Added INET_PROT_GENERIC. 2004/04/08 12:52:51 sb 1.4.520.1: #116269# Adapted test_URIHelper to testshl2 (thanks to LLA).


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [37860db41ac45a02b2c45a69be347d4b89a0db97]

INTEGRATION: CWS fwk01ea (1.2.526); FILE MERGED 2004/04/08 12:52:51 sb 1.2.526.1: #116269# Adapted test_URIHelper to testshl2 (thanks to LLA).


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [3ab12e8cc73b12beb8558e9591d4566af2031115]

INTEGRATION: CWS fwk01ea (1.1.2); FILE ADDED 2004/04/08 12:54:03 sb 1.1.2.1: #116269# Adapted test_URIHelper to testshl2 (thanks to LLA).


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [3ba8c4545c2e28da340d9a070cc9f00958d1fb5f]

INTEGRATION: CWS fwk01ea (1.54.14); FILE MERGED 2004/09/03 14:08:12 hjs 1.54.14.1: changed linking to gtk


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c95c29f28a6a82320d8769d34701640802bb6135]

INTEGRATION: CWS fwk01ea (1.4.106); FILE MERGED 2004/09/03 14:08:12 hjs 1.4.106.1: changed linking to gtk


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [219a7a7111ecb3184c4760322bdcf6bd9391cedb]

INTEGRATION: CWS fwk01ea (1.2.106); FILE MERGED 2004/09/03 14:08:11 hjs 1.2.106.1: changed linking to gtk


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b6366df13b60bf1dd7088388a8dfcec60530b449]

INTEGRATION: CWS fwk01ea (1.4.106); FILE MERGED 2004/09/03 14:08:11 hjs 1.4.106.1: changed linking to gtk


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [35d1727b1a75d8cecb335acc9883aa50bafce706]

INTEGRATION: CWS keyconfig01 (1.27.12); FILE MERGED 2004/07/17 10:37:12 as 1.27.12.1: #i29863# first rev of new accelerator executor


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [8daf4190abe0a818d2b22eecea665bdff5a8708c]

INTEGRATION: CWS keyconfig01 (1.2.62); FILE MERGED 2004/07/14 06:53:08 as 1.2.62.1: #i29863# support seq<any>


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [ccb28fed3be8d1c405c550a9f0c7b70e5413a25d]

INTEGRATION: CWS keyconfig01 (1.2.22); FILE MERGED 2004/07/17 10:35:02 as 1.2.22.2: #i29863# add default ctor wich initialize locale as X-NOTRANSLATE 2004/07/14 06:52:40 as 1.2.22.1: #i29863# support x-notranslate


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [ba48e85fc7b103b37ccd2191747edb31a60eb57a]

INTEGRATION: CWS keyconfig01 (1.2.62); FILE MERGED 2004/07/14 06:53:19 as 1.2.62.1: #i29863# support seq<any>


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b74c91ce61a601e16afe8adfb8b3437adee4b012]

INTEGRATION: CWS keyconfig01 (1.2.22); FILE MERGED 2004/07/17 10:34:48 as 1.2.22.2: #i29863# add default ctor wich initialize locale as X-NOTRANSLATE 2004/07/14 06:52:29 as 1.2.22.1: #i29863# support x-notranslate


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [f1d059efa30a72b44466cc0c66d68c0e0b318c8e]

INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/07/20 09:55:06 as 1.1.2.2: #i29863# support state for execute 2004/07/17 10:37:02 as 1.1.2.1: #i29863# first rev of new accelerator executor


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [468a1339a4bd6482077949fc331c04e0b2fe844c]

INTEGRATION: CWS keyconfig01 (1.115.2); FILE MERGED 2004/07/17 10:37:43 as 1.115.2.1: #i29863# first rev of new accelerator executor


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [2be36aca4ec3c1cc64525a65ece1e179dcc17f7f]

INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/07/20 09:54:52 as 1.1.2.2: #i29863# support state for execute 2004/07/17 10:36:43 as 1.1.2.1: #i29863# first rev of new accelerator executor


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [eb1fc67c70221ad0bda5a065c860989d817b5a20]

INTEGRATION: CWS ause011 (1.13.96); FILE MERGED 2004/09/17 14:49:34 hjs 1.13.96.2: RESYNC: (1.13-1.15); FILE MERGED 2004/09/13 11:17:13 hjs 1.13.96.1: #i32984# comment exotic rule


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [81a3fe1076df65c5fe33c6e65c9f0d96210b1d61]

INTEGRATION: CWS ause011 (1.32.90); FILE MERGED 2004/09/09 11:26:26 hjs 1.32.90.1: #i26463# dependency on module gtk for SO builds only


2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [9c7a62352c89b4bbd341b8e3ff8f732319c46dfc]

INTEGRATION: CWS ause011 (1.32.10); FILE MERGED 2004/08/18 12:35:35 hjs 1.32.10.1: #i33164# check Country before appending


2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [51abda82decf3e5937d67004b82aa39ab56ad7d0]

INTEGRATION: CWS os34 (1.1.2); FILE ADDED 2004/08/13 00:41:55 khong 1.1.2.3: #i29300# update char dictionary by Phill Zhang 2004/07/23 01:16:34 khong 1.1.2.2: #i29300# add variant traditional chinese characters 2004/06/29 22:16:00 khong 1.1.2.1: #i29300# add Chinese conversion dictionaries


2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [0fc96b46929fa7912d0d1a904e78f236fd9db52d]

INTEGRATION: CWS os34 (1.1.2); FILE ADDED 2004/08/20 07:03:49 tl 1.1.2.7: #i30303# simplified/traditional Chinese conversion 2004/08/20 06:33:59 tl 1.1.2.6: #i30303# simplified/traditional Chinese conversion 2004/07/23 01:15:39 khong 1.1.2.5: #i29300# add capability to handle variants traditional chinese 2004/07/22 23:29:36 khong 1.1.2.4: #i29300# add capability to handle variants traditional chinese 2004/07/22 21:29:47 khong 1.1.2.3: #i29300# fix compiling error on empty array for window platform 2004/06/30 18:51:00 khong 1.1.2.2: #i29300# handle not equal lenth word conversion 2004/06/29 22:16:42 khong 1.1.2.1: #i29300# add Chinese conversion


2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [30af6a56ba3314c9c187abb6a341d76435270e03]

INTEGRATION: CWS os34 (1.2.116); FILE MERGED 2004/07/23 06:57:26 khong 1.2.116.3: #i29300# check string length 2004/07/23 06:52:48 khong 1.2.116.2: #i29300# check string length 2004/07/23 06:43:22 khong 1.2.116.1: #i29300# check string length


2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [d2aef2a4228b483631d666e019b0401fc94320f1]

INTEGRATION: CWS os34 (1.2.116); FILE MERGED 2004/07/27 13:17:47 tl 1.2.116.2: #i30303# changed as suggested by HJA 2004/06/29 22:16:42 khong 1.2.116.1: #i29300# add Chinese conversion


2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [fc68bf4c36c39d26b3046c2a37f7c33d216f9c3a]

INTEGRATION: CWS os34 (1.2.116); FILE MERGED 2004/07/22 23:29:37 khong 1.2.116.4: #i29300# add capability to handle variants traditional chinese 2004/07/22 21:29:47 khong 1.2.116.3: #i29300# fix compiling error on empty array for window platform 2004/07/22 06:07:08 khong 1.2.116.2: #i29300# fix a crash on window platform 2004/06/29 22:18:31 khong 1.2.116.1: #i29300# add Chinese conversion


2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [6f16bed04c1a5bb96e4ac86a1bd193e6c5831380]

INTEGRATION: CWS os34 (1.31.30); FILE MERGED 2004/08/06 10:00:20 tl 1.31.30.2: RESYNC: (1.31-1.32); FILE MERGED 2004/06/29 22:17:34 khong 1.31.30.1: #i29300# add Chinese conversion


2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [0bcb5c120af161364f3e61d89e23b1358656e76e]

INTEGRATION: CWS os34 (1.3.30); FILE MERGED 2004/06/29 22:17:02 khong 1.3.30.1: #i29300# add Chinese conversion


2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [dab7fc66594e0eea366b80fe70f4f185ce789fbd]

INTEGRATION: CWS os34 (1.4.140); FILE MERGED 2004/08/13 11:35:29 iha 1.4.140.2: #i31579# chinese simplified traditional translation - persistent dialog settings 2004/08/13 07:55:31 iha 1.4.140.1: #i31579# chinese simplified traditional translation - persistent dialog settings


2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [73434d94f08176304a325723bae3974431f465b9]

INTEGRATION: CWS os19 (1.26.144); FILE MERGED 2004/07/12 15:14:08 os 1.26.144.6: RESYNC: (1.31-1.32); FILE MERGED 2004/04/29 21:26:00 os 1.26.144.5: RESYNC: (1.28-1.31); FILE MERGED 2003/11/18 13:23:26 hr 1.26.144.4: RESYNC: (1.27-1.28); FILE MERGED 2003/10/22 14:30:39 os 1.26.144.3: #i18881# ReplaceText added 2003/10/16 14:09:39 os 1.26.144.2: #i18881# RemoveAttribs added 2003/09/23 06:46:58 os 1.26.144.1: #i18881# RemoveAttribs() added


2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [ff7e379e127c48f527710dc070a30115b6533e74]

INTEGRATION: CWS os19 (1.24.26); FILE MERGED 2004/08/11 13:59:35 os 1.24.26.4: #i332235# disable Tab-GetFocus-selection 2004/06/14 11:22:31 os 1.24.26.3: RESYNC: (1.25-1.26); FILE MERGED 2004/04/29 21:25:08 os 1.24.26.2: RESYNC: (1.24-1.25); FILE MERGED 2003/10/22 14:31:24 os 1.24.26.1: #i18881# ClearModifyFlag corrected


2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [30fdb602a84309cb21dfcac900ff8b5ee2a40b55]

INTEGRATION: CWS os19 (1.3.322); FILE MERGED 2004/04/29 21:12:50 os 1.3.322.2: RESYNC: (1.3-1.5); FILE MERGED 2003/09/23 06:46:43 os 1.3.322.1: #i18881# RemoveAttribs() user defined attribute ranged added


2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [e72b3ea85ab9a23a0f986c7751c05558182e1d37]

INTEGRATION: CWS syssettings02 (1.22.684); FILE MERGED 2004/09/03 05:23:52 obr 1.22.684.1: #i20369# removed system proxies hack


2004-09-13  Kurt Zenker  <kz@openoffice.org>  [9bbd769d9614a6f575eff15f193541fde2c45a42]

new version for SRC680


2004-09-13  Kurt Zenker  <kz@openoffice.org>  [f0ed256a011b201187e249d5316ce68bcb2bd42f]

new version for SRC680


2004-09-13  Kurt Zenker  <kz@openoffice.org>  [49042b93d169961247bd92f727de58e4d11c5921]

new version for SRC680


2004-09-13  Oliver Bolte  <obo@openoffice.org>  [e40a9250a8bbd46bcaa77fa80ca755a4fdad8d5a]

new version for SRC680


2004-09-11  Kurt Zenker  <kz@openoffice.org>  [10a77ff920b8516964b1ac081370714c46feff6c]

new version for SRC680


2004-09-11  Kurt Zenker  <kz@openoffice.org>  [2aee46a498b20c091356a4b048f0ece079fa683f]

new version for SRC680


2004-09-11  Kurt Zenker  <kz@openoffice.org>  [598c300805433df445e4612678a71bf1864c6691]

new version for SRC680


2004-09-11  Kurt Zenker  <kz@openoffice.org>  [6fb45d289d9f40ee530ae617071cb9630ae50afb]

new version for SRC680


2004-09-10  Oliver Bolte  <obo@openoffice.org>  [4882348929012c558951fd7f94811382f30336d7]

#i10000# merge problems fixed


2004-09-10  Oliver Bolte  <obo@openoffice.org>  [6fa7a8d30778e3261d486900f76553ebac1b8fa1]

#i10000# solved merge problem


2004-09-10  Oliver Bolte  <obo@openoffice.org>  [905cf727016c4daf6b18e07fdc49f97084c46198]

#i10000# arrow1Rect, arrow2Rect to arrowRect


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [97ca310f3a20f875442865fcb94315208a394b18]

INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/18 13:45:07 cd 1.1.2.3: #i32219# Some fixes added 2004/08/11 10:42:19 cd 1.1.2.2: #i32219# Base class for statusbar controller added 2004/08/05 15:40:00 cd 1.1.2.1: #i32219# New classes for framework based status bar


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [9874ccca68e6fb02bd9ade35348c94d3e986ce03]

INTEGRATION: CWS toolbars2 (1.15.52); FILE MERGED 2004/08/25 14:31:13 cd 1.15.52.2: #i32541# Basic toolbox controller implementation to support old code 2004/08/05 15:40:13 cd 1.15.52.1: #i32219# New classes for framework based status bar


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [f683f59eea9ff6e5d8007caba4466093402773e0]

INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/25 14:23:11 cd 1.1.2.1: #i32541# Basic toolbox controller implementation to support old code


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [471efd02b61cab723d53d200676ecd98df1a9be7]

INTEGRATION: CWS toolbars2 (1.116.6); FILE MERGED 2004/08/25 14:30:32 cd 1.116.6.3: #i32541# Basic toolbox controller implementation to support old code 2004/08/11 13:02:17 cd 1.116.6.2: RESYNC: (1.116-1.117); FILE MERGED 2004/08/11 10:42:31 cd 1.116.6.1: #i32219# Base class for statusbar controller added


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [36b048cf2f85c4f269b6f054fd8d15a897c3d61b]

INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/18 13:44:58 cd 1.1.2.3: #i32219# Some fixes added 2004/08/11 10:42:04 cd 1.1.2.2: #i32219# Base class for statusbar controller added 2004/08/05 15:38:40 cd 1.1.2.1: #i32219# New classes for framework based status bar


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [fdcdb66086d7ae852450b79aac1542cdab3ddbf0]

INTEGRATION: CWS toolbars2 (1.7.264); FILE MERGED 2004/08/24 13:45:15 ssa 1.7.264.1: #i32194# provide color space conversion


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [0564480398eb7a1cfcc8dbeeba703deb4e4f5916]

INTEGRATION: CWS toolbars2 (1.9.2); FILE MERGED 2004/08/18 17:19:12 pl 1.9.2.7: #i32198# more OWNERDRAW improvements 2004/08/18 12:46:12 pl 1.9.2.6: #32198# improve toolbar behaviour 2004/08/17 13:46:19 pl 1.9.2.5: #i32198# toolbars should not be override redirect 2004/08/16 16:06:12 pl 1.9.2.4: #32198# point conversion in signalButton 2004/08/16 15:42:08 pl 1.9.2.3: #32198# new toolbars in gtk plugin 2004/08/12 17:04:53 pl 1.9.2.2: #i32190# implement SetMaxClientSize 2004/08/10 16:19:44 ssa 1.9.2.1: #i32190# prototypes for maxclientsize


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [58b500ff904c3b3bc243ba5c368ee004795772af]

INTEGRATION: CWS toolbars2 (1.7.162); FILE MERGED 2004/09/02 07:47:04 ssa 1.7.162.2: #i33420# use correct grip offset 2004/08/26 14:03:45 ssa 1.7.162.1: #i33420# improve look of splitwindows


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [2570da1d7890743efd879b00cf44f9f27b9ff4ac]

INTEGRATION: CWS toolbars2 (1.71.22); FILE MERGED 2004/08/27 16:08:22 ssa 1.71.22.11: #i32284# make subtoolbars keyboard accessible 2004/08/24 13:48:39 ssa 1.71.22.10: #i32185# provide smooth border around a toolbar item and its floating subtoolbar 2004/08/20 09:08:21 cd 1.71.22.9: RESYNC: (1.72-1.74); FILE MERGED 2004/08/18 14:09:22 toconnor 1.71.22.8: #i31823# all page scrolling of toolbox for icon selector 2004/08/16 15:45:17 ssa 1.71.22.7: #32194# provide gradient that covers the application window for use in dockingareas and the menubar 2004/08/11 21:22:04 ssa 1.71.22.6: correct typo 2004/08/11 12:50:16 cd 1.71.22.5: RESYNC: (1.71-1.72); FILE MERGED 2004/08/10 17:08:36 ssa 1.71.22.4: #i32181# draw grip according to spec 2004/08/10 15:42:35 ssa 1.71.22.3: #i32190# provide SystemWindow::SetMaxOutputSizePixel() 2004/08/06 15:33:53 ssa 1.71.22.2: #i32198# improve ownerdraw decoration support 2004/07/30 11:57:50 ssa 1.71.22.1: #i32198# initial suport for system floaters with owner draw decoration


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [1d0a6c735ad86c620dbd2716eadd34a07b1bb88e]

INTEGRATION: CWS toolbars2 (1.108.24); FILE MERGED 2004/08/10 15:42:36 ssa 1.108.24.2: #i32190# provide SystemWindow::SetMaxOutputSizePixel() 2004/08/06 15:34:34 ssa 1.108.24.1: #i32198# improve ownerdraw decoration support


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [a800bdcc766cae8330f34e1247d4a227efa967bd]

INTEGRATION: CWS toolbars2 (1.10.24); FILE MERGED 2004/08/10 15:42:36 ssa 1.10.24.1: #i32190# provide SystemWindow::SetMaxOutputSizePixel()


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [7eba142100ae4781612bc77883f747bc13012c3c]

INTEGRATION: CWS toolbars2 (1.181.2); FILE MERGED 2004/09/01 11:53:50 pl 1.181.2.6: #i32198# float windows can be configured now 2004/08/19 17:12:03 pl 1.181.2.5: #i32198# even more improvements for ownerdraw windows 2004/08/13 16:56:23 pl 1.181.2.4: #i32198# improvements for owner paint floats 2004/08/13 16:06:32 pl 1.181.2.3: #i32198# use NET_WM_WINDOW_TYPE_TOOLBAR windows for EWMH compliant WMs 2004/08/12 17:04:53 pl 1.181.2.2: #i32190# implement SetMaxClientSize 2004/08/10 16:19:45 ssa 1.181.2.1: #i32190# prototypes for maxclientsize


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [bb950b5149257cfa2cb23306f9adaaa1efce56bb]

INTEGRATION: CWS toolbars2 (1.9.56); FILE MERGED 2004/08/16 15:42:08 pl 1.9.56.1: #32198# new toolbars in gtk plugin


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [a8178381f21cd369ea82f3d1ae8a3709ebf7aa01]

INTEGRATION: CWS toolbars2 (1.25.34); FILE MERGED 2004/09/01 15:39:42 pl 1.25.34.2: #i32198# avoid an assertion 2004/08/17 13:47:44 pl 1.25.34.1: #i32198# better fallback for empty or unviewable region in getBitmap


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [17d29120afda007913745587a4f52910219b7166]

INTEGRATION: CWS toolbars2 (1.49.24); FILE MERGED 2004/09/02 13:08:40 pl 1.49.24.4: #i32198# avoid decorated toolbars on KDE3.1 2004/08/20 09:08:46 cd 1.49.24.3: RESYNC: (1.49-1.50); FILE MERGED 2004/08/19 17:09:08 pl 1.49.24.2: #i32198# WM_TAKE_FOCUS, changeReferenceFrame for ownerdraw frames, removed warnings 2004/08/13 16:06:31 pl 1.49.24.1: #i32198# use NET_WM_WINDOW_TYPE_TOOLBAR windows for EWMH compliant WMs


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [b80a37a7f2bc831e55a8b5d77d94b81196efdcc9]

INTEGRATION: CWS toolbars2 (1.37.2); FILE MERGED 2004/08/16 15:42:07 pl 1.37.2.1: #32198# new toolbars in gtk plugin


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [b02e86ea2549758b1c861aa094973ba56bd1f497]

INTEGRATION: CWS toolbars2 (1.4.26); FILE MERGED 2004/08/16 15:42:07 pl 1.4.26.3: #32198# new toolbars in gtk plugin 2004/08/12 17:04:53 pl 1.4.26.2: #i32190# implement SetMaxClientSize 2004/08/10 16:19:45 ssa 1.4.26.1: #i32190# prototypes for maxclientsize


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [624508d74ed897fdbdfba4ad55d7737831119003]

INTEGRATION: CWS toolbars2 (1.19.176); FILE MERGED 2004/09/02 13:08:39 pl 1.19.176.3: #i32198# avoid decorated toolbars on KDE3.1 2004/08/19 17:07:58 pl 1.19.176.2: #i32198# add: WM_TAKE_FOCUS 2004/08/13 16:06:31 pl 1.19.176.1: #i32198# use NET_WM_WINDOW_TYPE_TOOLBAR windows for EWMH compliant WMs


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [899950641e42ef64d3c161bdac7f911da3459e09]

INTEGRATION: CWS toolbars2 (1.40.2); FILE MERGED 2004/08/10 16:19:45 ssa 1.40.2.1: #i32190# prototypes for maxclientsize


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [c412bc133fdf6f99f64977555280a9278e8bb9f8]

INTEGRATION: CWS toolbars2 (1.9.66); FILE MERGED 2004/08/16 15:42:06 pl 1.9.66.1: #32198# new toolbars in gtk plugin


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [19b447d3ae92c74b200f02280830f33c9b06cb3e]

INTEGRATION: CWS toolbars2 (1.89.66); FILE MERGED 2004/08/20 09:08:37 cd 1.89.66.7: RESYNC: (1.90-1.91); FILE MERGED 2004/08/18 16:39:17 ssa 1.89.66.6: #i32198# let sfx handle show/hide of floating toolbars 2004/08/09 15:10:31 ssa 1.89.66.5: #i32198# restore ownerdraw windows only if they were hidden automatically 2004/08/06 15:33:54 ssa 1.89.66.4: #i32198# improve ownerdraw decoration support 2004/08/04 07:45:20 ssa 1.89.66.3: #i32198# keep position of client- and borderwindows always in sync 2004/08/02 08:32:37 ssa 1.89.66.2: RESYNC: (1.89-1.90); FILE MERGED 2004/07/30 11:57:51 ssa 1.89.66.1: #i32198# initial suport for system floaters with owner draw decoration


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [d8dfc99aaf2d7b6d4a99b56d2efcdf547b1baaa4]

INTEGRATION: CWS toolbars2 (1.13.24); FILE MERGED 2004/08/16 15:16:46 gh 1.13.24.4: #i32516#remove Set/GetHelpIdAsString from ToolBox and GetUniqueOrHelpId from Windows 2004/08/10 13:39:42 gh 1.13.24.3: #i32516#use SmartIds for UniqueIds as well + fixes 2004/08/06 14:10:18 gh 1.13.24.2: #i32449#support to hold numeric and String Id on Windows 2004/07/30 11:57:51 ssa 1.13.24.1: #i32198# initial suport for system floaters with owner draw decoration


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [f80c2e6cd61f00ba8fa919879e9b352d1f580e68]

INTEGRATION: CWS toolbars2 (1.194.6); FILE MERGED 2004/08/24 13:48:40 ssa 1.194.6.13: #i32185# provide smooth border around a toolbar item and its floating subtoolbar 2004/08/18 16:39:16 ssa 1.194.6.12: #i32198# let sfx handle show/hide of floating toolbars 2004/08/16 15:45:18 ssa 1.194.6.11: #32194# provide gradient that covers the application window for use in dockingareas and the menubar 2004/08/13 13:52:08 ssa 1.194.6.10: #i32198# correct use of SAL_FRAME_STYLE_OWNERDRAWDECORATION 2004/08/13 13:47:32 ssa 1.194.6.9: #i32198# correct use of SAL_FRAME_STYLE_OWNERDRAWDECORATION 2004/08/10 13:39:42 gh 1.194.6.8: #i32516#use SmartIds for UniqueIds as well + fixes 2004/08/09 15:10:31 ssa 1.194.6.7: #i32198# restore ownerdraw windows only if they were hidden automatically 2004/08/09 11:36:14 ssa 1.194.6.6: #i32449# delete smarthelpid 2004/08/06 14:10:17 gh 1.194.6.5: #i32449#support to hold numeric and String Id on Windows 2004/08/04 07:45:19 ssa 1.194.6.4: #i32198# keep position of client- and borderwindows always in sync 2004/08/02 08:32:21 ssa 1.194.6.3: RESYNC: (1.194-1.195); FILE MERGED 2004/07/30 15:37:46 ssa 1.194.6.2: #i32198# update clientwindow position when border frame moves 2004/07/30 11:57:51 ssa 1.194.6.1: #i32198# initial suport for system floaters with owner draw decoration


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [401d226bd91e5e778c7de9f586a19accea9ebe1a]

INTEGRATION: CWS toolbars2 (1.27.22); FILE MERGED 2004/08/24 17:06:16 pl 1.27.22.7: #i33362# use ImplDelData on borderwin, too 2004/08/24 13:48:39 ssa 1.27.22.6: #i32185# provide smooth border around a toolbar item and its floating subtoolbar 2004/08/20 09:08:29 cd 1.27.22.5: RESYNC: (1.28-1.30); FILE MERGED 2004/08/18 14:09:23 toconnor 1.27.22.4: #i31823# all page scrolling of toolbox for icon selector 2004/08/16 15:16:46 gh 1.27.22.3: #i32516#remove Set/GetHelpIdAsString from ToolBox and GetUniqueOrHelpId from Windows 2004/08/06 15:33:54 ssa 1.27.22.2: #i32198# improve ownerdraw decoration support 2004/07/30 11:57:50 ssa 1.27.22.1: #i32198# initial suport for system floaters with owner draw decoration


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [fa32d0e6b0e0d233a7cfe9beb91009a650034564]

INTEGRATION: CWS toolbars2 (1.35.162); FILE MERGED 2004/08/10 15:42:35 ssa 1.35.162.2: #i32190# provide SystemWindow::SetMaxOutputSizePixel() 2004/07/30 11:57:50 ssa 1.35.162.1: #i32198# initial suport for system floaters with owner draw decoration


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [91a02ef81b52b80883342b2fce614c7f9db1258e]

INTEGRATION: CWS toolbars2 (1.12.68); FILE MERGED 2004/08/16 15:45:17 ssa 1.12.68.2: #32194# provide gradient that covers the application window for use in dockingareas and the menubar 2004/08/11 10:52:03 cd 1.12.68.1: #i32219# New method added to set item command


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [244a174806dc2fbeb0a78eefb8b9f36467ffc12c]

INTEGRATION: CWS toolbars2 (1.107.24); FILE MERGED 2004/08/16 15:45:17 ssa 1.107.24.1: #32194# provide gradient that covers the application window for use in dockingareas and the menubar


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [babd5429adc2058b6fc68d18a5ba09659814d48e]

INTEGRATION: CWS toolbars2 (1.28.24); FILE MERGED 2004/08/24 13:48:39 ssa 1.28.24.2: #i32185# provide smooth border around a toolbar item and its floating subtoolbar 2004/07/30 11:57:50 ssa 1.28.24.1: #i32198# initial suport for system floaters with owner draw decoration


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [e2df5e17914bda6389be8ac432be5364e7e2e23f]

INTEGRATION: CWS toolbars2 (1.16.24); FILE MERGED 2004/08/10 15:42:35 ssa 1.16.24.1: #i32190# provide SystemWindow::SetMaxOutputSizePixel()


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [c709a49cbb9fb2e901c477973511eddfe2551c6d]

INTEGRATION: CWS toolbars2 (1.2.24); FILE MERGED 2004/08/27 16:08:22 ssa 1.2.24.5: #i32284# make subtoolbars keyboard accessible 2004/08/24 13:48:38 ssa 1.2.24.4: #i32185# provide smooth border around a toolbar item and its floating subtoolbar 2004/08/10 15:42:34 ssa 1.2.24.3: #i32190# provide SystemWindow::SetMaxOutputSizePixel() 2004/08/06 15:33:53 ssa 1.2.24.2: #i32198# improve ownerdraw decoration support 2004/07/30 11:57:49 ssa 1.2.24.1: #i32198# initial suport for system floaters with owner draw decoration


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [963242c92a59d6b9285c5c8d8749579856ed5958]

INTEGRATION: CWS toolbars2 (1.14.34); FILE MERGED 2004/08/10 15:42:34 ssa 1.14.34.3: #i32190# provide SystemWindow::SetMaxOutputSizePixel() 2004/07/30 13:38:54 ssa 1.14.34.2: #i32198# force min title height 2004/07/30 11:57:49 ssa 1.14.34.1: #i32198# initial suport for system floaters with owner draw decoration


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [deb061ca12c2f43f69ce43641421b0c98ca22fe2]

INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/09/02 13:45:51 gh 1.1.2.4: #i33727# NULL-pointer access when setting to empty SmartId 2004/08/10 13:39:41 gh 1.1.2.3: #i32516#use SmartIds for UniqueIds as well + fixes 2004/08/09 08:13:24 gh 1.1.2.2: make string params const 2004/08/06 14:06:50 gh 1.1.2.1: #i32449#New class to hold numeric and String Id


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [9d822209db405c049e3827144634cc22dd0678c5]

INTEGRATION: CWS toolbars2 (1.13.102); FILE MERGED 2004/08/06 14:09:39 gh 1.13.102.1: #i32449#New class to hold numeric and String Id


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [2c9151cb2f14589c4f9dbc56b191282d0852f28a]

INTEGRATION: CWS toolbars2 (1.2.162); FILE MERGED 2004/08/16 15:45:16 ssa 1.2.162.1: #32194# provide gradient that covers the application window for use in dockingareas and the menubar


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [abef8222c1c3633bf7b85a7b42d8a454655b3195]

INTEGRATION: CWS toolbars2 (1.9.64); FILE MERGED 2004/08/16 15:45:16 ssa 1.9.64.1: #32194# provide gradient that covers the application window for use in dockingareas and the menubar


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [377a3dc35666ea919d752efa5f3d9b952a2177ee]

INTEGRATION: CWS toolbars2 (1.28.24); FILE MERGED 2004/08/24 14:34:05 ssa 1.28.24.1: #i33202# reduce menu button triangle size


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [a44a05b2548ab018788a996c3409476d86aee89a]

INTEGRATION: CWS toolbars2 (1.48.24); FILE MERGED 2004/08/24 13:48:38 ssa 1.48.24.3: #i32185# provide smooth border around a toolbar item and its floating subtoolbar 2004/08/20 09:07:24 cd 1.48.24.2: RESYNC: (1.48-1.49); FILE MERGED 2004/08/16 15:45:15 ssa 1.48.24.1: #32194# provide gradient that covers the application window for use in dockingareas and the menubar


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [3d0788876c549a9b1b67832feaf2be2bd3f40efb]

INTEGRATION: CWS toolbars2 (1.39.28); FILE MERGED 2004/08/20 09:07:05 cd 1.39.28.2: RESYNC: (1.39-1.40); FILE MERGED 2004/08/06 16:05:22 gh 1.39.28.1: #i32449#New class to hold numeric and String Id


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [b2a9484bf5a407fc809fc03eee9bee56cd2661d6]

INTEGRATION: CWS toolbars2 (1.9.10); FILE MERGED 2004/08/06 15:07:32 ssa 1.9.10.1: #i32198# support new interface XWindow2


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [e2395ad1bd429bfe07fbab3845a7aae2a091fe6f]

INTEGRATION: CWS toolbars2 (1.47.22); FILE MERGED 2004/08/24 13:53:25 ssa 1.47.22.2: #i32185# prepare removal of useless interface 2004/08/06 15:07:31 ssa 1.47.22.1: #i32198# support new interface XWindow2


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [3ffe48f1ceb1ab9e542d85604dc3129572ccafb3]

INTEGRATION: CWS toolbars2 (1.2.82); FILE MERGED 2004/08/06 15:07:30 ssa 1.2.82.1: #i32198# support new interface XWindow2


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [feca33d6860a444dd0894d6e6152a0c7ad3d07e9]

INTEGRATION: CWS toolbars2 (1.20.22); FILE MERGED 2004/08/06 15:07:30 ssa 1.20.22.1: #i32198# support new interface XWindow2


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb29aee01333559e3aa8c48b4b97e1359c6565fe]

INTEGRATION: CWS ooo20040815 (1.25.24); FILE MERGED 2004/08/04 12:42:10 waratah 1.25.24.1: #i32569# Order declarations to match header file


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5a47b16226a42a2464d9eb9c18fc533040ec42c]

INTEGRATION: CWS ooo20040815 (1.15.62); FILE MERGED 2004/08/04 12:56:44 waratah 1.15.62.1: #i32569# add an initialisation to one variable remove unused variable from code


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [741ec7a3cd9f81c59e014cd8b80001444c31f6b4]

INTEGRATION: CWS ooo20040815 (1.4.50); FILE MERGED 2004/08/04 12:50:33 waratah 1.4.50.1: #i32569# exclude pragmas for gcc builds


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6cba2718a15083c37dadb601454f132e227d0b5]

INTEGRATION: CWS ooo20040815 (1.3.202); FILE MERGED 2004/08/04 12:42:12 waratah 1.3.202.1: #i32569# Order declarations to match header file


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c83af596bea343de60705318113889e2d758941d]

INTEGRATION: CWS ooo20040815 (1.3.202); FILE MERGED 2004/08/04 12:51:45 waratah 1.3.202.1: #i32569# implement long char constant in portable way, reorder definitions to match class definition


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [414ab093ef01bca5d6353bfd74bd706cc8f42b59]

INTEGRATION: CWS ooo20040815 (1.2.232); FILE MERGED 2004/08/04 12:53:47 waratah 1.2.232.1: #i32569# add an initialisation to one variable reorder definitions to match class definition


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0740c5b8e9a75df202d39edff525c6fddc0c40f2]

INTEGRATION: CWS ooo20040815 (1.4.202); FILE MERGED 2004/08/04 12:43:05 waratah 1.4.202.1: #i32569# Order declarations to match header file


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1ca0a1be6349e50d93024699b940169ac018876]

INTEGRATION: CWS ooo20040815 (1.8.62); FILE MERGED 2004/08/04 13:03:25 waratah 1.8.62.1: #i32569# add default clause to case with comment remove a pramga for gcc builds


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e16b6dbaaefa980bb2d178009f3bd89034f7e12e]

INTEGRATION: CWS ooo20040815 (1.3.226); FILE MERGED 2004/08/04 12:50:34 waratah 1.3.226.1: #i32569# exclude pragmas for gcc builds


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [beeb94621cdebcdef8d6625858d77012ee9a436a]

INTEGRATION: CWS ooo20040815 (1.2.232); FILE MERGED 2004/08/04 12:43:31 waratah 1.2.232.1: #i32569# Order declarations to match header file


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [16e151b5af3dcde8eae4489a70588dec88c95e69]

INTEGRATION: CWS ooo20040815 (1.5.62); FILE MERGED 2004/08/04 13:03:25 waratah 1.5.62.1: #i32569# add default clause to case with comment remove a pramga for gcc builds


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bdf99aad797a4e70933012126ea22085f3f48c8]

INTEGRATION: CWS ooo20040815 (1.2.232); FILE MERGED 2004/08/04 12:50:34 waratah 1.2.232.1: #i32569# exclude pragmas for gcc builds


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fc149a27d5b6d347797518c5fae3c8ba6cdcbed]

INTEGRATION: CWS ooo20040815 (1.3.62); FILE MERGED 2004/08/04 12:57:55 waratah 1.3.62.1: #i32569# remove unused variable add unhandled case clause to be explicit


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cf07fa1c79262b78ebee3e8199785e80a2c04cb]

INTEGRATION: CWS ooo20040815 (1.5.62); FILE MERGED 2004/08/04 12:59:10 waratah 1.5.62.1: #i32569# add default clause to case with comment reformat some code to make more readable


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [44a59850b430ef0cb5b1d91e7f6145fd9e2d1587]

INTEGRATION: CWS ooo20040815 (1.1.1.1.240); FILE MERGED 2004/08/04 12:54:36 waratah 1.1.1.1.240.1: #i32569# add an initialisation to one variable remove unused variable from code


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3666b11537af6723011a537282cc7ae6b2db960]

INTEGRATION: CWS ooo20040815 (1.2.234); FILE MERGED 2004/08/04 13:08:55 waratah 1.2.234.1: #i32569# remove unused variables add comments for pointer to interesting code


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5de47d56c4b2b517b512c0ce613b0622fb4bf1c2]

INTEGRATION: CWS ooo20040815 (1.2.234); FILE MERGED 2004/08/04 13:09:51 waratah 1.2.234.1: #i32569# remove unused variables and add comments re interesting code


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [55a4c6a289588fd3ba5c08e2dfd1186992b219b0]

INTEGRATION: CWS ooo20040815 (1.2.234); FILE MERGED 2004/08/04 12:56:20 waratah 1.2.234.1: #i32569# correct assignment instead of equality in if test


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a2eb67112f2550cba143a781b387c459dae26c0]

INTEGRATION: CWS ooo20040815 (1.1.1.1.240); FILE MERGED 2004/08/04 13:11:18 waratah 1.1.1.1.240.1: #i32569# remove unused variables and add comments re interesting code


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4c74f50019aa9543cd0bcd842c1a20d36d078a3]

INTEGRATION: CWS ooo20040815 (1.7.20); FILE MERGED 2004/08/04 12:44:16 waratah 1.7.20.1: #i32569# Order declarations to match header file


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e3526835202c0dc5a50657d5a8ffabb103c06fb]

INTEGRATION: CWS ooo20040815 (1.3.202); FILE MERGED 2004/08/04 12:44:40 waratah 1.3.202.1: #i32569# Order declarations to match header file


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a76c796ebf3b946030551ef63c5c29199af6fc9a]

INTEGRATION: CWS ooo20040815 (1.1.1.1.240); FILE MERGED 2004/08/04 12:45:15 waratah 1.1.1.1.240.1: #i32569# Order declarations to match header file


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4148323a502f020150b34e0de6a19b92a4ea8d6b]

INTEGRATION: CWS ooo20040815 (1.2.234); FILE MERGED 2004/08/04 13:04:57 waratah 1.2.234.1: #i32569# correct assignment bug in if clause add a few initialisations add a few clauses to case statements to be explicit that nothing happens


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7b31acb21ba7caaf21a978f4943b87a76f04451]

INTEGRATION: CWS ooo20040815 (1.2.232); FILE MERGED 2004/08/04 13:03:26 waratah 1.2.232.1: #i32569# add default clause to case with comment remove a pramga for gcc builds


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a283eefaaa1eb6abaea68d67c31af31b10e100bc]

INTEGRATION: CWS ooo20040815 (1.2.232); FILE MERGED 2004/08/04 13:13:39 waratah 1.2.232.1: #i32569# add initialisers to variables remove pragmas from gcc builds add default clause to case statement with default value


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7182500376653a2f72e6f972133a53735fa62f29]

INTEGRATION: CWS ooo20040815 (1.2.232); FILE MERGED 2004/08/04 13:14:21 waratah 1.2.232.1: #i32569# add initialisers to variables remove pragmas from gcc builds reorder definitions to match class definition


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dd38fd713b6fc985a6ce7fda222e98d958dc5bf]

INTEGRATION: CWS ooo20040815 (1.8.156); FILE MERGED 2004/08/04 12:50:35 waratah 1.8.156.1: #i32569# exclude pragmas for gcc builds


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5573eb91865c1182a995225885966f879348dae6]

INTEGRATION: CWS ooo20040815 (1.4.18); FILE MERGED 2004/08/04 13:03:26 waratah 1.4.18.1: #i32569# add default clause to case with comment remove a pramga for gcc builds


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d83b6b49f9d148eb01e385a6dcfa0aa101c8388]

INTEGRATION: CWS ooo20040815 (1.3.202); FILE MERGED 2004/08/04 12:50:35 waratah 1.3.202.1: #i32569# exclude pragmas for gcc builds


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [24f0f42f97057b356ce170a8c2111955e53036a0]

INTEGRATION: CWS ooo20040815 (1.56.10); FILE MERGED 2004/08/13 01:59:30 rene 1.56.10.1: #i32066# Xinerama is linked staticly even when dynamic is preffered

add check

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [122d5aec71add2543e1aa0942be99e949ef8de3d]

INTEGRATION: CWS ooo20040815 (1.11.18); FILE MERGED 2004/08/04 13:25:42 waratah 1.11.18.1: #i32569# remove pragmas from gcc build initialise variable remove unused variable


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab237594df0ac84b19b8404882a43e7eb5dfa527]

INTEGRATION: CWS ooo20040815 (1.3.202); FILE MERGED 2004/08/04 13:34:19 waratah 1.3.202.1: #i32569# remove pragmas from gcc build add explicit handling of clauses


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ee601a65e0aeb4063a9400e5d2d65920fdaf497]

INTEGRATION: CWS ooo20040815 (1.4.18); FILE MERGED 2004/08/04 13:03:27 waratah 1.4.18.1: #i32569# add default clause to case with comment remove a pramga for gcc builds


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fc7bfcb6a21385881f9f142ed54472b708d9c86]

INTEGRATION: CWS ooo20040815 (1.3.202); FILE MERGED 2004/08/04 13:15:28 waratah 1.3.202.1: #i32569# remove pragmas from gcc build


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5dfdc0335b25c24925b90b03e7caaf73197b2fc]

INTEGRATION: CWS ooo20040815 (1.5.18); FILE MERGED 2004/08/04 13:21:41 waratah 1.5.18.1: #i32569# remove pragmas from gcc build initialise variable reorder definitions to match class definition


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [746d4d436599c177629b14d5cbe6e03da2bbe066]

INTEGRATION: CWS ooo20040815 (1.3.202); FILE MERGED 2004/08/04 13:15:51 waratah 1.3.202.1: #i32569# remove pragmas from gcc build


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [830dec224fb96dd24e2fbda561f4841adbff416e]

INTEGRATION: CWS ooo20040815 (1.10.18); FILE MERGED 2004/08/04 13:28:26 waratah 1.10.18.1: #i32569# remove pragmas from gcc build initialise variable add default clause to case statement


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfaa1c95364e4dbd36374e66b5f6b0b1281887cf]

INTEGRATION: CWS ooo20040815 (1.4.202); FILE MERGED 2004/08/04 12:50:35 waratah 1.4.202.1: #i32569# exclude pragmas for gcc builds


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0535a8769aad92d9aa0ef8843eca9f0acd19009a]

INTEGRATION: CWS ooo20040815 (1.4.18); FILE MERGED 2004/08/04 13:16:26 waratah 1.4.18.1: #i32569# remove pragmas from gcc build remove unused variable


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae26a510ecbc036c5c16358504e807eeb3593a05]

INTEGRATION: CWS ooo20040815 (1.3.202); FILE MERGED 2004/08/04 13:16:50 waratah 1.3.202.1: #i32569# remove pragmas from gcc build


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [98fcec175c1e3e6748d91e66872b680cb4bcc167]

INTEGRATION: CWS ooo20040815 (1.6.62); FILE MERGED 2004/08/04 13:29:03 waratah 1.6.62.1: #i32569# add default clauses to case statements


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [30b9f5d0c8883dc2a36c8ec49ed1c61d0155b305]

INTEGRATION: CWS ooo20040815 (1.3.224); FILE MERGED 2004/08/04 13:20:09 waratah 1.3.224.1: #i32569# reorder definitions to match class definition


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [34f4ed0949c067532bd93cb331c159a2f8b77cef]

INTEGRATION: CWS ooo20040815 (1.1.1.1.240); FILE MERGED 2004/08/04 13:20:09 waratah 1.1.1.1.240.1: #i32569# reorder definitions to match class definition


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d686d3aa82ae8043301b0e192009e2e0383db34a]

INTEGRATION: CWS ooo20040815 (1.1.1.1.240); FILE MERGED 2004/08/04 13:31:01 waratah 1.1.1.1.240.1: #i32569# separate assignment from if statements


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [91f07cd2806bad7a4dd9513f8fef1aac7b0a9334]

INTEGRATION: CWS ooo20040815 (1.4.66); FILE MERGED 2004/08/04 13:20:09 waratah 1.4.66.1: #i32569# reorder definitions to match class definition


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d8cad3cba54dcf11077b30b696da123a12abc50]

INTEGRATION: CWS ooo20040815 (1.4.24); FILE MERGED 2004/08/04 13:33:32 waratah 1.4.24.1: #i32569# remove pragmas from gcc build add default clauses


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0dc9865c8666b9b7f4ba28b2184bde1320c87c15]

INTEGRATION: CWS ooo20040815 (1.1.1.1.240); FILE MERGED 2004/08/04 12:50:36 waratah 1.1.1.1.240.1: #i32569# exclude pragmas for gcc builds


2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [91adebb98bfc48c0ebd27f504aa64c492ae27585]

INTEGRATION: CWS ooo20040815 (1.13.74); FILE MERGED 2004/08/13 01:59:29 rene 1.13.74.1: #i32066# Xinerama is linked staticly even when dynamic is preffered

add check

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [153ff8c3148cfe8ae8adc6a117cecc726f374a3d]

INTEGRATION: CWS ooo20040815 (1.4.4); FILE MERGED 2004/08/19 16:12:36 mh 1.4.4.1: add: include unistd.h to make it compile, #i10000#


2004-09-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e4c82508c4777d4fc34d1572417899198cbf2746]

#i10000# fix build dependencies for SO only module


2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [6c4ebb6bdb2c62db01dd4440ff818c725f671e63]

INTEGRATION: CWS kurdish (1.8.12); FILE MERGED 2004/08/31 15:35:42 er 1.8.12.1: #i33578# add Kurdish


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [06b4c01ce1fcaa8781d0627380042c1b60e037c4]

INTEGRATION: CWS enhselect (1.108.40); FILE MERGED 2004/08/18 19:01:59 fme 1.108.40.1: #i32329# New cursor icons for enhanced table selection


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [b1f8d74992be0a7027374f4db1e44815df73eb93]

INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/18 18:54:31 fme 1.1.2.1: #32329# New cursor icons for enhanced table selection


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [b8148d1a65baf719758490b6998f6ac6f630f59e]

INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/18 18:54:32 fme 1.1.2.1: #32329# New cursor icons for enhanced table selection


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [65c00bcc13beb5bcd1bbd2f620844911350402e2]

INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/18 18:54:30 fme 1.1.2.1: #32329# New cursor icons for enhanced table selection


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [fb8f3bf8d5308a72e01f9cbf7a8d391d7d8574a6]

INTEGRATION: CWS enhselect (1.3.556); FILE MERGED 2004/08/18 19:01:28 fme 1.3.556.1: #i32329# New cursor icons for enhanced table selection


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [db109a99658b5251c6870f75adfbe2ba5ea8ef25]

INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/18 18:54:42 fme 1.1.2.1: #32329# New cursor icons for enhanced table selection


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [952ad4ceaa8d27363b49b592cc5cec2e5043d0d9]

INTEGRATION: CWS enhselect (1.5.210); FILE MERGED 2004/08/18 19:01:28 fme 1.5.210.1: #i32329# New cursor icons for enhanced table selection


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [48d86fed5b629bf53a37a7a13943a626b59c6ba1]

INTEGRATION: CWS enhselect (1.3.554); FILE MERGED 2004/08/18 19:00:45 fme 1.3.554.1: #i32329# New cursor icons for enhanced table selection


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [30eb8259863a623b56e5597d21d7aaf9f8bbbd91]

INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/19 10:57:30 fme 1.1.2.5: #i32329# New cursor icons for enhanced table selection 2004/08/19 07:12:08 fme 1.1.2.4: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:39:36 fme 1.1.2.3: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:30:33 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:08 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [0aeb9ff0e18c632cea7abfcefe822645f6d1ae04]

INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/18 19:30:33 fme 1.1.2.3: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:24:19 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:08 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [bb77afe4d548a4682320b2aed796a396dd800f1a]

INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/19 10:57:30 fme 1.1.2.5: #i32329# New cursor icons for enhanced table selection 2004/08/19 07:12:07 fme 1.1.2.4: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:39:36 fme 1.1.2.3: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:30:33 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:10 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [578a62a609d631edd8ff189fd7506ff76a75dc10]

INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/18 19:30:33 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:11 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [52a965863b0f8413a0fa37740956ecac365f4d4b]

INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/19 10:57:29 fme 1.1.2.5: #i32329# New cursor icons for enhanced table selection 2004/08/19 07:12:07 fme 1.1.2.4: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:39:36 fme 1.1.2.3: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:30:33 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:10 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [bcbb65b8f5b963a452e57dc3d2e179fe878aa305]

INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/18 19:30:33 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:10 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [fb1ebf4bf138077c8984a2fe87306e057b52531f]

INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/19 10:57:29 fme 1.1.2.7: #i32329# New cursor icons for enhanced table selection 2004/08/19 07:27:30 fme 1.1.2.6: #i32329# New cursor icons for enhanced table selection 2004/08/19 07:23:29 fme 1.1.2.5: #i32329# New cursor icons for enhanced table selection 2004/08/19 07:12:07 fme 1.1.2.4: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:39:36 fme 1.1.2.3: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:30:32 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:09 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [7710aec76477c5d77f287a48d3b96de0b88ce84c]

INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/19 07:27:30 fme 1.1.2.5: #i32329# New cursor icons for enhanced table selection 2004/08/19 07:23:29 fme 1.1.2.4: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:30:32 fme 1.1.2.3: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:24:19 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:08 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [28b0467ee83f6c2cbd1519a14a4ef2b22d642f0a]

INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/19 10:57:29 fme 1.1.2.5: #i32329# New cursor icons for enhanced table selection 2004/08/19 07:12:07 fme 1.1.2.4: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:39:36 fme 1.1.2.3: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:30:32 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:09 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [0a5cc736b98846934fb4160effabb460cc146606]

INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/18 19:30:32 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:09 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [189e9cc662480ce965e4bea979f5e689af926ec6]

INTEGRATION: CWS enhselect (1.2.136); FILE MERGED 2004/08/18 19:27:27 fme 1.2.136.1: #i32329# New cursor icons for enhanced table selection


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [317da26272b767b9142dae67c6fb2425ed295a6d]

INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/19 10:57:29 fme 1.1.2.5: #i32329# New cursor icons for enhanced table selection 2004/08/19 07:12:06 fme 1.1.2.4: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:39:35 fme 1.1.2.3: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:30:32 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:20 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [840089edc0c5031e202eff687a14c8d65be4d727]

INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/18 19:30:32 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:21 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [72b30a312994ff27434d57844dead26ae6118f36]

INTEGRATION: CWS enhselect (1.57.4); FILE MERGED 2004/08/18 19:00:05 fme 1.57.4.1: #i32329# New cursor icons for enhanced table selection


2004-09-09  Oliver Bolte  <obo@openoffice.org>  [1cb69ac46d3b7e397e5b4d685012a458c6add667]

INTEGRATION: CWS enhselect (1.8.42); FILE MERGED 2004/08/18 18:59:19 fme 1.8.42.1: #i32329# New cursor icons for enhanced table selection


2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [a5bc492709726a53b73ab586a3f532cba6c789be]

INTEGRATION: CWS insight02 (1.2.60); FILE MERGED 2004/08/18 08:52:22 oj 1.2.60.4: #i32563# new methods in svt::toolboxcontroller 2004/08/17 15:11:31 oj 1.2.60.3: #i32563# toolbar changes 2004/08/17 14:52:00 oj 1.2.60.2: #i32563# toolbar changes 2004/08/17 07:55:53 oj 1.2.60.1: #i32563# toolbar changes


2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [f4f4d30974423d33ed56a4da66f7e61371d12384]

INTEGRATION: CWS insight02 (1.21.2); FILE MERGED 2004/08/11 12:19:39 oj 1.21.2.1: #i30218# do not allow key modify in single selection


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b950f7e569693585f5787e96d89630973a545ca]

INTEGRATION: CWS dba15 (1.195.16); FILE MERGED 2004/08/13 09:03:06 fs 1.195.16.1: #104887# (approved by SSA) VCLEVENT_WINDOW_SHOW/HIDE for Accessibility clients now notified in Impl(Re)setReallyVisible


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e84b45b7804249c39f29966e494fccd848772e9]

INTEGRATION: CWS dba15 (1.29.36); FILE MERGED 2004/07/29 14:17:18 fs 1.29.36.1: #i30625# #i30618# +ImplDrawFrame (approved by dv/ssa)


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc4b86d0ee969abe3c5dd0ce179c47557be086da]

INTEGRATION: CWS dba15 (1.12.172); FILE MERGED 2004/07/29 14:17:18 fs 1.12.172.1: #i30625# #i30618# +ImplDrawFrame (approved by dv/ssa)


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a9693a9846e25f9ecbb4ffca4084986625fd1f6]

INTEGRATION: CWS dba15 (1.66.36); FILE MERGED 2004/07/29 14:17:18 fs 1.66.36.1: #i30625# #i30618# +ImplDrawFrame (approved by dv/ssa)


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [95555a4368896662aa35911af7ac0c6b75f33b33]

INTEGRATION: CWS dba15 (1.15.36); FILE MERGED 2004/07/29 14:16:53 fs 1.15.36.1: #i30625# #i30618# +ImplDrawFrame (approved by dv/ssa)


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [60eee175a410e72fe1af6100e6ddbee0a0243ac2]

INTEGRATION: CWS dba15 (1.32.36); FILE MERGED 2004/07/29 14:17:17 fs 1.32.36.1: #i30625# #i30618# +ImplDrawFrame (approved by dv/ssa)


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [291912ca7ffcc1f3351e01352f2ee6ff1f5a8b91]

INTEGRATION: CWS dba15 (1.37.10); FILE MERGED 2004/08/13 10:46:40 fs 1.37.10.1: #i32877# +ImplEditEntry. EditEntry now also resets aEditClickPos, to prevent ImplEditEntry from assuming a mouse event


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [74943b3e722d2314a9028907009063627a6269ce]

INTEGRATION: CWS dba15 (1.39.10); FILE MERGED 2004/08/13 10:47:12 fs 1.39.10.1: #i32877# call the new ImplEditEntry instead of EditEntry


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e41dda40eddd4cf61607bd498c72ac6e6c9a60eb]

INTEGRATION: CWS ooo20040704 (1.25.18); FILE MERGED 2004/07/18 03:14:52 svesik 1.25.18.4: RESYNC: (1.26-1.27); FILE MERGED 2004/07/02 09:08:50 cmc 1.25.18.3: #i30891# revert header and namespace change 2004/06/29 01:14:47 svesik 1.25.18.2: RESYNC: (1.25-1.26); FILE MERGED 2004/06/28 12:17:58 cmc 1.25.18.1: #i30801 allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e5826db9e9118e82bf45177a61dd7b2b7301ba2]

INTEGRATION: CWS ooo20040704 (1.3.92); FILE MERGED 2004/07/02 08:46:30 cmc 1.3.92.3: #i30891# revert header and namespace change 2004/06/29 15:47:14 svesik 1.3.92.2: RESYNC: (1.3-1.4); FILE MERGED 2004/06/28 14:03:30 cmc 1.3.92.1: #i30801# allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e969677d75ebdba829d26df660543a0ba560a17]

INTEGRATION: CWS ooo20040704 (1.3.2); FILE MERGED 2004/06/29 12:50:58 waratah 1.3.2.1: #i30874# Correct unitiliased warning


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [a43850ee0915321a472d72c2050373feb2c39c61]

INTEGRATION: CWS ooo20040704 (1.3.2); FILE MERGED 2004/06/29 12:50:21 waratah 1.3.2.1: #i30874# Correct unitiliased warning


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [38437dbae2d15266094a85f6c8223aa5f5128a5c]

INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED 2004/06/28 12:12:46 cmc 1.2.10.1: #i30801 no need to prepend external before boost


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [9048abcf4e614c09191837e810c9f7dd4d5e75be]

INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED 2004/06/28 12:12:45 cmc 1.2.10.1: #i30801 no need to prepend external before boost


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [445e415823d3f9535e60b8462a5fa8a49f3193f0]

INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED 2004/06/28 12:12:43 cmc 1.2.10.1: #i30801 no need to prepend external before boost


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [f7abbdfe89d7a0b35fa295046e9b06160153cd2c]

INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED 2004/06/28 12:12:42 cmc 1.2.10.1: #i30801 no need to prepend external before boost


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [627fa52931e905bf8e7ab28d458e5b38a8d6479b]

INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED 2004/06/28 12:12:41 cmc 1.2.10.1: #i30801 no need to prepend external before boost


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [c3e9e48fff5afaff5b48e50a23f3d32ff3810a9b]

INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED 2004/06/28 12:12:39 cmc 1.2.10.1: #i30801 no need to prepend external before boost


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [83f70cd065249ae19b1dcc43f1675a5b53741b7e]

INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED 2004/06/28 12:12:38 cmc 1.2.10.1: #i30801 no need to prepend external before boost


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [c59a337e1c5ee2af02da93d5c524f7b7573eab2f]

INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED 2004/06/28 12:12:37 cmc 1.2.10.1: #i30801 no need to prepend external before boost


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [a03275154fd898504b05baef18cc0fb948355c99]

INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED 2004/06/28 12:12:36 cmc 1.2.10.1: #i30801 no need to prepend external before boost


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [6bcf1bc188f4c712c7312edf6125228bfe6e9776]

INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED 2004/06/28 12:12:35 cmc 1.2.10.1: #i30801 no need to prepend external before boost


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [b03096f968ef2983f9a3ad75a6ed284bf4e36fad]

INTEGRATION: CWS ooo20040704 (1.7.116); FILE MERGED 2004/06/30 13:10:57 waratah 1.7.116.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [df0f414c2d7a193cf925302081422f24a9835285]

INTEGRATION: CWS ooo20040704 (1.9.26); FILE MERGED 2004/06/30 13:10:14 waratah 1.9.26.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [066f8c27ab753ab9d7ae37f8c9cdb0ee529747ce]

INTEGRATION: CWS ooo20040704 (1.6.116); FILE MERGED 2004/06/30 13:09:21 waratah 1.6.116.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [b58a66ec17167a61626895b858c8a2bc38645da9]

INTEGRATION: CWS ooo20040704 (1.6.116); FILE MERGED 2004/07/01 11:13:38 waratah 1.6.116.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [737f07870a0235852f30b41bd1e624f7de9092d1]

INTEGRATION: CWS ooo20040704 (1.7.116); FILE MERGED 2004/06/30 13:07:56 waratah 1.7.116.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1107628a68ea5ef827036d1c87058b290513ed8]

INTEGRATION: CWS ooo20040704 (1.7.116); FILE MERGED 2004/07/01 11:12:46 waratah 1.7.116.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f42582042bd4415b2cfeef05dc196817747fe62]

INTEGRATION: CWS ooo20040704 (1.13.28); FILE MERGED 2004/07/01 11:57:00 thb 1.13.28.2: #i30874# Verified changes 2004/06/30 12:36:35 waratah 1.13.28.1: #i30874# Add initial values to potentially unitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [b136dcff9b3a6c7ce95c90c95b499488a460d1a1]

INTEGRATION: CWS ooo20040704 (1.2.14); FILE MERGED 2004/06/28 12:02:52 cmc 1.2.14.1: #i30801 no need to prepend external before boost


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [10f0ef84837a288e1003a27bbef6eeb92eab70d0]

INTEGRATION: CWS pdf01 (1.83.10); FILE MERGED 2004/08/12 11:59:51 pl 1.83.10.1: assert only when needed


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [be9de78ed4b6493128dddbea8d5d4addff6bc59e]

INTEGRATION: CWS pdf01 (1.58.26); FILE MERGED 2004/08/12 11:59:51 pl 1.58.26.1: assert only when needed


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b92830f61a62ec48957af6539d3469fcd0c4fd3]

INTEGRATION: CWS pdf01 (1.27.54); FILE MERGED 2004/08/06 22:06:51 pl 1.27.54.30: RESYNC: (1.27-1.29); FILE MERGED 2004/07/08 13:36:45 pl 1.27.54.29: do not emit empty attribute object reference 2004/07/07 12:53:13 pl 1.27.54.28: add: SetCurrentStructureElement 2004/07/06 15:13:56 pl 1.27.54.27: implement arbitrary link property attribute ids 2004/07/05 16:02:15 pl 1.27.54.26: keep structure entry order 2004/07/05 13:50:33 pl 1.27.54.25: prepare link annotation attribute 2004/07/05 11:57:11 pl 1.27.54.24: fix an invalid pointer problem 2004/07/02 09:12:33 pl 1.27.54.23: change NonStruct element behaviour 2004/07/01 16:44:16 pl 1.27.54.22: edit, combobox and dropdown listbox work on AR5 now 2004/06/30 16:09:06 pl 1.27.54.21: add: pushbutton with action 2004/06/30 10:53:51 pl 1.27.54.20: add: combobox 2004/06/23 19:06:02 pl 1.27.54.19: text color, corrected transparency 2004/06/22 18:10:47 pl 1.27.54.18: change controls to accomodate AR5 2004/06/17 17:19:06 pl 1.27.54.17: add: EditWidget 2004/06/16 16:56:36 pl 1.27.54.16: working radio buttons 2004/06/09 16:02:02 pl 1.27.54.15: add: RadioButtonWidget 2004/06/07 11:47:23 pl 1.27.54.14: *** empty log message *** 2004/06/04 11:20:06 pl 1.27.54.13: cleaned up warnings 2004/06/04 10:25:43 pl 1.27.54.12: #i29038# default pushbutton appearance 2004/05/28 15:20:26 pl 1.27.54.11: #i29581# add transparency groups 2004/05/18 13:57:02 pl 1.27.54.10: begin to implement PDF widgets 2004/05/12 17:14:42 pl 1.27.54.9: #i29090# add: file id 2004/05/11 15:15:20 pl 1.27.54.8: #i29037# add: transitional effects for PDF 2004/05/11 11:31:16 pl 1.27.54.7: #i28572# add: ActualText and Alt attributes 2004/05/07 14:53:42 pl 1.27.54.6: #i28572# add: structure attributes 2004/05/05 11:49:17 pl 1.27.54.5: clean up constructor 2004/04/30 13:54:16 pl 1.27.54.4: #i28572# PDF structure 2004/04/28 15:48:58 pl 1.27.54.3: #i28482# add: document notes for PDF export 2004/02/02 13:44:21 pl 1.27.54.2: #i24992# add: outline functionality 2004/01/30 14:09:31 pl 1.27.54.1: #i24905# add links


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fec8ef677001cd5668e1ccfbd92794cc8906ed4]

INTEGRATION: CWS pdf01 (1.62.32); FILE MERGED 2004/08/18 09:24:01 pl 1.62.32.45: enable compression for pages again 2004/08/07 13:18:44 pl 1.62.32.44: resolved merge problem 2004/08/06 22:05:00 pl 1.62.32.43: RESYNC: (1.67-1.70); FILE MERGED 2004/08/04 09:10:46 pl 1.62.32.42: #i32457# make wavy text lines look more like on conventional output devices 2004/08/04 08:45:36 pl 1.62.32.41: #i32452# use correct URL syntax on submit button 2004/07/08 13:36:44 pl 1.62.32.40: do not emit empty attribute object reference 2004/07/07 12:53:13 pl 1.62.32.39: add: SetCurrentStructureElement 2004/07/06 15:13:55 pl 1.62.32.38: implement arbitrary link property attribute ids 2004/07/05 16:02:14 pl 1.62.32.37: keep structure entry order 2004/07/05 13:50:33 pl 1.62.32.36: prepare link annotation attribute 2004/07/05 11:57:11 pl 1.62.32.35: fix an invalid pointer problem 2004/07/02 10:08:19 fme 1.62.32.34: pl: omit empty K entries in document structure 2004/07/02 09:12:32 pl 1.62.32.33: change NonStruct element behaviour 2004/07/01 16:44:16 pl 1.62.32.32: edit, combobox and dropdown listbox work on AR5 now 2004/06/30 15:14:44 pl 1.62.32.31: add: pushbutton with action 2004/06/30 10:53:51 pl 1.62.32.30: add: combobox 2004/06/23 19:06:01 pl 1.62.32.29: text color, corrected transparency 2004/06/22 18:10:47 pl 1.62.32.28: change controls to accomodate AR5 2004/06/17 17:19:05 pl 1.62.32.27: add: EditWidget 2004/06/16 16:56:35 pl 1.62.32.26: working radio buttons 2004/06/16 12:14:51 pl 1.62.32.25: do not emit widget field names as unicode 2004/06/16 09:29:50 pl 1.62.32.24: omit structure unless producing tagged pdf 2004/06/09 16:02:49 pl 1.62.32.23: add: RadioButtonWidget, corrected flags 2004/06/04 15:28:12 pl 1.62.32.22: add: appearance streams, checkbox 2004/06/04 11:20:05 pl 1.62.32.21: cleaned up warnings 2004/06/04 10:25:42 pl 1.62.32.20: #i29038# default pushbutton appearance 2004/05/28 15:20:24 pl 1.62.32.19: #i29581# add transparency groups 2004/05/18 13:57:02 pl 1.62.32.18: begin to implement PDF widgets 2004/05/17 16:31:14 pl 1.62.32.17: no border for links, applications draw link style 2004/05/13 10:16:48 pl 1.62.32.16: #i29128# merge from CWS pdfdrawlinebug 2004/05/12 17:14:42 pl 1.62.32.15: #i29090# add: file id 2004/05/11 15:15:19 pl 1.62.32.14: #i29037# add: transitional effects for PDF 2004/05/11 11:31:15 pl 1.62.32.13: #i28572# add: ActualText and Alt attributes 2004/05/10 15:23:20 pl 1.62.32.12: compile issue on Solaris 2004/05/07 15:11:54 pl 1.62.32.11: fix a rectangle format issue 2004/05/07 14:53:42 pl 1.62.32.10: #i28572# add: structure attributes 2004/05/05 14:18:27 pl 1.62.32.9: correct some typos that hindered tagged PDF from working 2004/05/05 11:51:49 pl 1.62.32.8: RESYNC: (1.66-1.67); FILE MERGED 2004/05/05 11:49:17 pl 1.62.32.7: clean up constructor 2004/04/30 13:54:16 pl 1.62.32.6: #i28572# PDF structure 2004/04/28 16:51:31 pl 1.62.32.5: compile on Solaris 2004/04/28 15:48:58 pl 1.62.32.4: #i28482# add: document notes for PDF export 2004/03/23 14:32:18 pl 1.62.32.3: RESYNC: (1.62-1.66); FILE MERGED 2004/02/02 13:44:20 pl 1.62.32.2: #i24992# add: outline functionality 2004/01/30 14:09:30 pl 1.62.32.1: #i24905# add links


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d11c77c8c31cd25aa3f891c20b03a8c45768f3f7]

INTEGRATION: CWS pdf01 (1.8.222); FILE MERGED 2004/08/06 22:03:55 pl 1.8.222.16: RESYNC: (1.8-1.9); FILE MERGED 2004/07/07 12:53:13 pl 1.8.222.15: add: SetCurrentStructureElement 2004/07/06 15:13:55 pl 1.8.222.14: implement arbitrary link property attribute ids 2004/06/22 18:10:46 pl 1.8.222.13: change controls to accomodate AR5 2004/06/17 17:19:06 pl 1.8.222.12: add: EditWidget 2004/06/04 15:27:48 pl 1.8.222.11: add: appearance streams 2004/05/28 15:20:24 pl 1.8.222.10: #i29581# add transparency groups 2004/05/18 13:57:02 pl 1.8.222.9: begin to implement PDF widgets 2004/05/11 15:15:19 pl 1.8.222.8: #i29037# add: transitional effects for PDF 2004/05/11 11:31:15 pl 1.8.222.7: #i28572# add: ActualText and Alt attributes 2004/05/07 14:53:41 pl 1.8.222.6: #i28572# add: structure attributes 2004/05/05 11:49:17 pl 1.8.222.5: clean up constructor 2004/04/30 13:54:16 pl 1.8.222.4: #i28572# PDF structure 2004/04/28 15:48:57 pl 1.8.222.3: #i28482# add: document notes for PDF export 2004/02/02 13:44:18 pl 1.8.222.2: #i24992# add: outline functionality 2004/01/30 14:09:30 pl 1.8.222.1: #i24905# add links


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb7d4dc320b3321a24699e5d559b70dcb5f00044]

INTEGRATION: CWS pdf01 (1.1.2); FILE ADDED 2004/08/13 09:10:22 pl 1.1.2.13: avoid asserting unnecessarily 2004/08/09 11:35:44 sj 1.1.2.12: #i29534# export of original jpeg graphics 2004/08/02 13:58:06 fs 1.1.2.11: #i31197# +CreateControl 2004/07/12 10:37:17 pl 1.1.2.10: take care of structtreeroot 2004/07/08 12:30:31 pl 1.1.2.9: fix an off by 1 in struct ids 2004/07/07 12:53:12 pl 1.1.2.8: add: SetCurrentStructureElement 2004/07/06 15:13:54 pl 1.1.2.7: implement arbitrary link property attribute ids 2004/06/24 12:27:13 pl 1.1.2.6: removed a bunch of warnings 2004/06/17 12:39:39 sj 1.1.2.5: fixed little id mapping bug 2004/06/02 17:23:45 thb 1.1.2.4: #i29534# Added PDF GfxLink support 2004/05/25 12:36:02 sj 1.1.2.3: added access to PDF export options 2004/05/17 17:00:05 sj 1.1.2.2: added methods to get/set the current page 2004/05/17 09:07:13 sj 1.1.2.1: initial version


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e02ffa393e55172699c8395f8a6f7ca35631cbc5]

INTEGRATION: CWS pdf01 (1.29.64); FILE MERGED 2004/05/12 13:43:10 sj 1.29.64.1: added ExtOutDevData to support use of enhanced pdf writer actions in the applications


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c34f137749e59b077ee59a6706a2327df044bbc7]

INTEGRATION: CWS pdf01 (1.15.34); FILE MERGED 2004/06/08 14:01:54 pl 1.15.34.4: solved merge conflict 2004/06/08 10:36:47 pl 1.15.34.3: RESYNC: (1.15-1.17); FILE MERGED 2004/05/17 09:09:25 sj 1.15.34.2: added PDFExtOutDevData to support use of enhanced pdf writer actions 2004/05/12 13:43:01 sj 1.15.34.1: added ExtOutDevData to support use of enhanced pdf writer actions in the applications


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a71f0c5888edf77aee455b98cab817b22653f662]

INTEGRATION: CWS pdf01 (1.1.2); FILE ADDED 2004/05/17 09:09:24 sj 1.1.2.2: added PDFExtOutDevData to support use of enhanced pdf writer actions 2004/05/12 13:37:31 sj 1.1.2.1: initial version


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4a641b4e210543176761197c5001e03b2a1c116]

INTEGRATION: CWS pdf01 (1.4.274); FILE MERGED 2004/06/22 18:10:46 pl 1.4.274.1: change controls to accomodate AR5


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f8932eb64a6a1398b14e961340cba82d7d3183d]

INTEGRATION: CWS pdf01 (1.36.6); FILE MERGED 2004/08/06 21:56:32 pl 1.36.6.4: RESYNC: (1.38-1.39); FILE MERGED 2004/06/08 10:21:47 pl 1.36.6.3: RESYNC: (1.36-1.38); FILE MERGED 2004/05/17 09:07:58 sj 1.36.6.2: now delivering pdfextoutdevdata 2004/05/12 13:42:23 sj 1.36.6.1: added ExtOutDevData to support use of enhanced pdf writer actions in the applications


2004-09-08  Oliver Bolte  <obo@openoffice.org>  [31a4f06dbb4ad02f1d730785b9347732398abd41]

INTEGRATION: CWS getfilesize1 (1.10.76); FILE MERGED 2004/08/24 13:24:25 cmc 1.10.76.1: #i33340# use osl_getFileSize instead of seeking to end and back to get length


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5894941fddee28e009aeeae4f3ade018c4f317a5]

INTEGRATION: CWS vcl26 (1.2.86); FILE MERGED 2004/08/27 13:00:13 dv 1.2.86.3: #i33381# Better scrollbar positioning 2004/08/26 14:22:17 dv 1.2.86.2: #i33447# Always use GTK_SHADOW_IN for all kinds of edit fields 2004/08/25 13:05:44 dv 1.2.86.1: #i33381# Use theme settings for calculating scrollbar rectangles, enhanced painting of scrollbar


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [243268e5d82b9832eae2c8f022165d3ab33284cd]

INTEGRATION: CWS vcl26 (1.179.8); FILE MERGED 2004/08/25 15:51:29 pl 1.179.8.5: #i23496# support filtering in DrawText... methods 2004/08/20 09:17:09 pl 1.179.8.4: RESYNC: (1.179-1.180); FILE MERGED 2004/08/19 11:22:32 hdu 1.179.8.3: #117097# presize font name dictionary to avoid unneeded reallocations 2004/08/18 10:13:57 hdu 1.179.8.2: #117097# replace O(N) font name translation lookup with O(1) 2004/08/18 09:38:51 hdu 1.179.8.1: #117097# use normalized font names as font name translation dictionary input


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd0d9653af25016098d48b8e620c0836d190ec6a]

INTEGRATION: CWS pdf01 (1.24.122); FILE MERGED 2004/08/09 11:38:28 sj 1.24.122.3: #i29534# export of original jpeg graphics 2004/08/06 11:38:49 pl 1.24.122.2: RESYNC: (1.24-1.25); FILE MERGED 2004/06/02 17:34:09 thb 1.24.122.1: #i29534# Added PDF GfxLink support


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [00fd94a7dba54dbd83e23575675f230455f6bcec]

INTEGRATION: CWS pdf01 (1.15.72); FILE MERGED 2004/08/06 21:41:08 pl 1.15.72.2: RESYNC: (1.15-1.16); FILE MERGED 2004/05/27 11:12:29 pl 1.15.72.1: #i29581# fix a memory leak


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c7c2fbda90884e322943f3b23e8278601da961f]

INTEGRATION: CWS ooo20040704 (1.11.22); FILE MERGED 2004/06/28 07:19:38 cmc 1.11.22.1: #i30801 allow using system libs if possible


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ca5a90739765cd633d5c68777df6c5fd25d32e7]

INTEGRATION: CWS vcl26 (1.10.38); FILE MERGED 2004/08/25 16:24:20 pl 1.10.38.1: #i33397# initalize m_nPrinterEntry in all cases


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f7b3abdddbd4c86bc5ac20df279fe986a329077]

INTEGRATION: CWS ooo20040704 (1.7.16); FILE MERGED 2004/06/30 14:03:52 cmc 1.7.16.2: #i30801# allow using system libs if possible 2004/06/28 07:19:38 cmc 1.7.16.1: #i30801 allow using system libs if possible


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [971bd88128b7b5c1dde910a9cb228cb2a7a7eb1b]

INTEGRATION: CWS vcl26 (1.33.82); FILE MERGED 2004/08/25 17:11:02 pl 1.33.82.1: #i28182# honor return value of pFaxNrFunction


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9da099c7addfc1e6e1d80bc63255b0c6bbc311e5]

INTEGRATION: CWS vcl26 (1.120.24); FILE MERGED 2004/08/19 14:19:53 hdu 1.120.24.1: #117097# improved debugging info for font name related issues


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c73294cce721d4b2d1b903529288568bac36b65]

INTEGRATION: CWS ooo20040704 (1.3.20); FILE MERGED 2004/07/20 06:00:47 svesik 1.3.20.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/02 23:35:46 waratah 1.3.20.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a29aac953ce3ed3de391ca60bc850c10d9f80431]

INTEGRATION: CWS vcl26 (1.6.8); FILE MERGED 2004/08/25 15:53:34 pl 1.6.8.1: #i23496# filterText, used for fax numbers


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [483e186e7c0210d30fd16b077b6f5260692a924f]

INTEGRATION: CWS ooo20040704 (1.18.70); FILE MERGED 2004/07/20 20:35:36 svesik 1.18.70.2: RESYNC: (1.18-1.19); FILE MERGED 2004/06/28 14:28:26 cmc 1.18.70.1: #i30801# allow using system stl if possible


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bb980c3c1a8cec3420e8e3eabc61e79a3992fac]

INTEGRATION: CWS vcl26 (1.4.24); FILE MERGED 2004/08/25 15:53:33 pl 1.4.24.1: #i23496# filterText, used for fax numbers


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f634bdbd6ca6320dfde4d5452675b2902a3ab90]

INTEGRATION: CWS ooo20040704 (1.6.18); FILE MERGED 2004/07/02 09:55:17 cmc 1.6.18.3: #i30891# revert header and namespace change 2004/06/28 14:31:17 cmc 1.6.18.2: #i30801# allow using system stl if possible 2004/06/28 14:28:25 cmc 1.6.18.1: #i30801# allow using system stl if possible


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [94c67263d94dffd917ce516a624a6a35a9c725c7]

INTEGRATION: CWS vcl26 (1.9.8); FILE MERGED 2004/08/27 13:00:14 dv 1.9.8.7: #i33381# Better scrollbar positioning 2004/08/27 10:52:20 pl 1.9.8.6: #i31785# even more corrections necessary for frame position 2004/08/25 13:13:51 dv 1.9.8.5: #i33381# Get ScrollBar width and min thumb size for style settings 2004/08/24 14:37:11 pl 1.9.8.4: #i31031# force independent part to update frame size on Show(BOOL) 2004/08/24 12:27:46 pl 1.9.8.3: #i32672# make de- maximizing and iconifying work in SetWindowState 2004/08/12 18:02:48 pl 1.9.8.2: #i30306# give DnD a chance to work 2004/08/11 12:09:31 pl 1.9.8.1: #i31785# get more reliable frame position on configure signal


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [af10d892df176c0aa7707841634dfd91a32236c5]

INTEGRATION: CWS vcl26 (1.8.44); FILE MERGED 2004/08/11 16:13:32 pl 1.8.44.1: #31880# dispatch raw XEvents to eventual handler on SalInstance


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [937ee11583714729ebc904d9b2f50eb49bb4de4c]

INTEGRATION: CWS vcl26 (1.195.6); FILE MERGED 2004/08/16 10:57:54 pl 1.195.6.1: #i31524# add: Window::PaintToDevice


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc802a55e44df745e1d957463d765807cd7887f7]

INTEGRATION: CWS vcl26 (1.60.24); FILE MERGED 2004/08/24 13:47:29 hdu 1.60.24.1: #i32879# never return negative text widths


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c54baa8da43d393a74eb05cf59b88859caf23c86]

INTEGRATION: CWS vcl26 (1.17.84); FILE MERGED 2004/08/25 15:54:17 pl 1.17.84.1: #i23496# filterText, used for fax numbers


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a5b716cae8d9f6a48feae1d81b1937470a57b9b]

INTEGRATION: CWS vcl26 (1.11.24); FILE MERGED 2004/08/26 16:27:53 hdu 1.11.24.1: #i33121# fix ImplFontCharmap oddities


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [48f0c1cbfe233e8601c39098fed473bb2ad68f7b]

INTEGRATION: CWS vcl26 (1.13.82); FILE MERGED 2004/08/27 13:00:53 dv 1.13.82.2: #i33381# Better scrollbar positioning 2004/08/25 13:01:48 dv 1.13.82.1: #i33381# Respect minimum thumb size


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee068044c314f0f4d374a1864950515b6f046925]

INTEGRATION: CWS vcl26 (1.48.42); FILE MERGED 2004/08/16 10:57:53 pl 1.48.42.1: #i31524# add: Window::PaintToDevice


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef92f7b70d80933f6862e9bc4d7afc3441c72093]

INTEGRATION: CWS vcl26 (1.49.2); FILE MERGED 2004/08/25 12:59:18 dv 1.49.2.1: #i33381# Set default value for SetMinThumbSize()


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0636cd5f17b7c825e7ba5a8ed47896ca32eeb19b]

INTEGRATION: CWS vcl26 (1.3.102); FILE MERGED 2004/08/11 16:03:49 pl 1.3.102.1: removed lots of warnings


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [970c019bd9160c72c2fe230125299e552c7d5413]

INTEGRATION: CWS vcl26 (1.27.6); FILE MERGED 2004/08/11 16:03:48 pl 1.27.6.2: removed lots of warnings 2004/08/11 14:47:07 pl 1.27.6.1: #i31880# report whether an event was actually handled or not


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cccb630b64c1fbd313e94e8ed303a11b4ca5256]

INTEGRATION: CWS vcl26 (1.70.6); FILE MERGED 2004/08/11 16:03:48 pl 1.70.6.2: removed lots of warnings 2004/08/11 14:47:07 pl 1.70.6.1: #i31880# report whether an event was actually handled or not


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [19c80effdb44490479bbcd842830ff8129866b9a]

INTEGRATION: CWS vcl26 (1.11.22); FILE MERGED 2004/08/11 16:03:48 pl 1.11.22.1: removed lots of warnings


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [89d43f4f121d6a6356d5f9626a45fd098ba3a898]

INTEGRATION: CWS vcl26 (1.25.6); FILE MERGED 2004/08/26 15:06:03 pl 1.25.6.1: remove a warning


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c82d7c18a66cdb10a4c93289374a1f8de3308e9]

INTEGRATION: CWS vcl26 (1.4.6); FILE MERGED 2004/08/26 15:05:41 pl 1.4.6.1: #i33429# remember default settings


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a176c2ee2cd9b87a25ff474f044c1ff9e6a9a9cb]

INTEGRATION: CWS vcl26 (1.3.6); FILE MERGED 2004/08/26 15:05:40 pl 1.3.6.1: #i33429# remember default settings


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9779dcbec46e79cb977e1340b221de9a07229d2]

INTEGRATION: CWS ooo20040704 (1.2.40); FILE MERGED 2004/07/18 01:45:15 svesik 1.2.40.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/28 12:07:32 cmc 1.2.40.1: #i30801 allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [378ab04ec09f44088b55d9e9d1ca67a7ee5c1aeb]

INTEGRATION: CWS ooo20040704 (1.2.200); FILE MERGED 2004/06/28 12:07:32 cmc 1.2.200.1: #i30801 allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [8350c39ab7345b0a838687c8ab929be1c5f03edf]

INTEGRATION: CWS ooo20040704 (1.3.204); FILE MERGED 2004/06/28 12:07:32 cmc 1.3.204.1: #i30801 allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [bfc70cadec00f0f3ef1d90466d2d7ae76e9ff5cb]

INTEGRATION: CWS ooo20040704 (1.8.188); FILE MERGED 2004/07/02 09:17:37 cmc 1.8.188.2: #i30891# revert header and namespace change 2004/06/28 12:07:31 cmc 1.8.188.1: #i30801 allow using system stl if possible


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3862bd92b98ea09696535f7e34633240556dcc47]

INTEGRATION: CWS vcl25 (1.56.12); FILE MERGED 2004/08/03 12:12:45 pl 1.56.12.6: #i32245# replace missing header in standard Solaris X86 installation 2004/08/03 10:44:57 pl 1.56.12.5: #i32499# make use of USE_XINERAMA and XINERAMA_LINK 2004/08/02 16:57:58 pl 1.56.12.4: #i32245# remove LOC mechanism for libXext; works as baseline is Solaris 8 nowadays 2004/08/02 13:01:52 pl 1.56.12.3: RESYNC: (1.56-1.57); FILE MERGED 2004/07/22 07:02:00 hdu 1.56.12.2: #i31733# fix constness issues 2004/07/15 09:05:33 pl 1.56.12.1: #i31504# applied libsn patch courtesy of Michael Meeks; also got rid of some warnings


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [db4c9444f3099d7adf4ee2bb97a0d26d84b4e0c5]

INTEGRATION: CWS vcl25 (1.56.18); FILE MERGED 2004/08/03 10:44:58 pl 1.56.18.1: #i32499# make use of USE_XINERAMA and XINERAMA_LINK


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b47b5f54c78f0518729bed52da191da580a48b1a]

INTEGRATION: CWS vcl25 (1.180.12); FILE MERGED 2004/08/02 13:03:21 pl 1.180.12.2: RESYNC: (1.180-1.181); FILE MERGED 2004/07/22 07:02:01 hdu 1.180.12.1: #i31733# fix constness issues


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a0c760e9488ac2295ffc587a467baf5cdab3ea7]

INTEGRATION: CWS vcl25 (1.36.26); FILE MERGED 2004/08/02 13:02:51 pl 1.36.26.2: RESYNC: (1.36-1.37); FILE MERGED 2004/07/22 11:24:40 hdu 1.36.26.1: #i31603# improve X11 font cache hit rate


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf0430e7f20b272485bd32bb8316e9aab47ab1b6]

INTEGRATION: CWS vcl25 (1.13.62); FILE MERGED 2004/08/03 10:44:58 pl 1.13.62.1: #i32499# make use of USE_XINERAMA and XINERAMA_LINK


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [027771b3c029f682327a748797bf37c724a6f7fb]

INTEGRATION: CWS vcl25 (1.7.156); FILE MERGED 2004/07/14 16:08:41 pl 1.7.156.1: #i31033# clean up some warnings


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1ab13aefb0e642d78a423a70437e025329374b6]

INTEGRATION: CWS vcl25 (1.21.156); FILE MERGED 2004/07/14 16:08:40 pl 1.21.156.2: #i31033# clean up some warnings 2004/07/14 15:45:06 pl 1.21.156.1: #i30082# check for NULL pointer of braindead input method


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [05acdb678012308ee8b547f03e340b9370d7fa0e]

INTEGRATION: CWS vcl25 (1.1.2); FILE ADDED 2004/07/15 09:31:58 pl 1.1.2.1: #i31507# add: kde plugin, contributed by Jan Holesovsky, Michael Meeks, Juergen Keil


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5551976a2cbb5336ccb72575dec2421fc0e172d]

INTEGRATION: CWS vcl25 (1.1.2); FILE ADDED 2004/07/15 09:31:57 pl 1.1.2.1: #i31507# add: kde plugin, contributed by Jan Holesovsky, Michael Meeks, Juergen Keil


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [095b7c609d467571c2979b0d2f0ae00bad0e2d49]

INTEGRATION: CWS vcl25 (1.14.156); FILE MERGED 2004/08/02 13:05:40 pl 1.14.156.2: RESYNC: (1.14-1.15); FILE MERGED 2004/07/26 10:10:30 hdu 1.14.156.1: #i32036# also copy text color in virdev's pseudo copy constructor


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [43391224d210d4ed23f120d645b1e1bdcd7b331f]

INTEGRATION: CWS vcl25 (1.7.156); FILE MERGED 2004/07/14 16:19:38 pl 1.7.156.1: #i17966# call error handler


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba3cb9eb487e5389052ee1976e2eb2d35f5235a3]

INTEGRATION: CWS vcl25 (1.10.156); FILE MERGED 2004/07/19 09:31:41 thb 1.10.156.1: #i23407# Normalize text layout and direction before metafile playback


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [048c7046a867e825c14f808c654d568612aa43cc]

INTEGRATION: CWS vcl25 (1.21.60); FILE MERGED 2004/07/22 13:26:42 ssa 1.21.60.1: #i31921# correct nwf focus handling


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e62dfaf22bff145802951f6a045ba1f06370dea]

INTEGRATION: CWS vcl25 (1.14.60); FILE MERGED 2004/07/22 13:56:36 ssa 1.14.60.1: #i30462 spinfields with drop down will always be painted non-native


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6d05c237ce49f8df64daa549d190d95ed18314c]

INTEGRATION: CWS vcl25 (1.16.82); FILE MERGED 2004/07/14 15:57:22 pl 1.16.82.1: #i31298# change documentation to english


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [718eb87e5c25673d3445bccb4e56f6b44a4c74bc]

INTEGRATION: CWS vcl25 (1.2.94); FILE MERGED 2004/07/15 17:20:52 pl 1.2.94.1: #i31409# do not waste unbeleviable amounts of memory


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf06248dccf2db55859a4d26e596eadc9bef5ca2]

INTEGRATION: CWS vcl25 (1.6.10); FILE MERGED 2004/07/15 17:20:51 pl 1.6.10.1: #i31409# do not waste unbeleviable amounts of memory


2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d77ecc1dd2ffdcfb263bb0aed8e403ecb3ef78e2]

INTEGRATION: CWS vcl25 (1.4.2); FILE MERGED 2004/08/02 14:06:21 pl 1.4.2.1: #i32400# missing header: unistd.h


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [928950334e7badf9da3572cc3302e2d593c99a02]

INTEGRATION: CWS ooo20040704 (1.2.214); FILE MERGED 2004/07/03 00:50:26 waratah 1.2.214.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [13241549080d6f6d3229b78c7774b543d99a5b08]

INTEGRATION: CWS ooo20040704 (1.7.36); FILE MERGED 2004/07/03 00:50:53 waratah 1.7.36.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [610562fb1ac0ff31049085aad071afde59937f3e]

INTEGRATION: CWS ooo20040704 (1.23.46); FILE MERGED 2004/07/19 06:20:23 svesik 1.23.46.2: RESYNC: (1.23-1.24); FILE MERGED 2004/07/03 01:02:19 waratah 1.23.46.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [11176cd5b19b670ed7bd15c5d9e7ba6a60e584ea]

INTEGRATION: CWS ooo20040704 (1.2.50); FILE MERGED 2004/07/03 00:55:17 waratah 1.2.50.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [22f9c981d0dfca18b420f315c39a0162c9d4ad93]

INTEGRATION: CWS ooo20040704 (1.3.206); FILE MERGED 2004/07/03 00:56:34 waratah 1.3.206.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Oliver Bolte  <obo@openoffice.org>  [8abcb08ea8e7a121131df95ce820ec4ac003811b]

INTEGRATION: CWS i18n14 (1.11.16); FILE MERGED 2004/08/05 23:21:51 khong 1.11.16.2: #i31083# change to use only short year format for Jewish calendar 2004/07/26 22:52:22 khong 1.11.16.1: #i31083# update hebrew date format code


2004-09-08  Oliver Bolte  <obo@openoffice.org>  [a97c62f16c356a243abb86bfae87f75e7933fa06]

INTEGRATION: CWS i18n14 (1.14.16); FILE MERGED 2004/07/21 18:24:40 khong 1.14.16.1: #i30620# fix crash on getIndexKey without loading algorithm


2004-09-08  Oliver Bolte  <obo@openoffice.org>  [41f4b4b4f33485725d1eb9f2c1503e9ca5255381]

INTEGRATION: CWS i18n14 (1.6.130); FILE MERGED 2004/07/26 22:18:43 khong 1.6.130.1: #i30863# make toTitle() only convert first letter of a word to upper case


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [ab99cd879f824e9a485c4c4392ca4669f7b44177]

INTEGRATION: CWS ooo20040704 (1.58.34); FILE MERGED 2004/07/20 01:25:00 svesik 1.58.34.3: RESYNC: (1.58-1.59); FILE MERGED 2004/07/03 14:19:30 waratah 1.58.34.2: #i30874# Correct uninitiliased warnings 2004/07/02 23:59:20 waratah 1.58.34.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a0f4c6fc64b8c99f01ed26a5c16a8ce8914b4bc]

INTEGRATION: CWS ooo20040704 (1.33.206); FILE MERGED 2004/07/02 23:58:48 waratah 1.33.206.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8fc722bb9b4b088274fbaf41facf8a85cff39e2]

INTEGRATION: CWS ooo20040704 (1.1.610); FILE MERGED 2004/07/09 15:38:38 cmc 1.1.610.1: #i31102# reduce jpeglib patchset, jpeglib has an api for input and output to custom source and destination managers rather than patching it to understand svstreams


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c1963c01acaccf3cec39f8f601847fccd6f0346]

INTEGRATION: CWS ooo20040704 (1.8.608); FILE MERGED 2004/07/10 13:44:36 vq 1.8.608.2: #i31102# MSC needs stdio.h before including jpeglib.h. 2004/07/09 15:38:38 cmc 1.8.608.1: #i31102# reduce jpeglib patchset, jpeglib has an api for input and output to custom source and destination managers rather than patching it to understand svstreams


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [61da980a425b366221527a8369160cf80396850f]

INTEGRATION: CWS ooo20040704 (1.17.8); FILE MERGED 2004/06/28 14:09:39 cmc 1.17.8.1: #i30801# allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [81006c676fce2bd4abbaf89f9c4143c4f5da40dc]

INTEGRATION: CWS ooo20040704 (1.55.242); FILE MERGED 2004/07/20 00:56:24 svesik 1.55.242.2: RESYNC: (1.55-1.57); FILE MERGED 2004/07/02 23:57:30 waratah 1.55.242.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [5530cf42bb925d5df196a6546e5e51e102cf8098]

INTEGRATION: CWS ooo20040704 (1.20.622); FILE MERGED 2004/07/02 10:12:43 cmc 1.20.622.2: #i30891# revert header and namespace change 2004/06/28 14:09:38 cmc 1.20.622.1: #i30801# allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0135e788736bf6f35d8c5d88a39453152039c9c]

INTEGRATION: CWS ooo20040704 (1.22.602); FILE MERGED 2004/06/28 14:09:38 cmc 1.22.602.1: #i30801# allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [7bc272931745fc84d3d4d66c30fe8892ccf4e273]

INTEGRATION: CWS ooo20040704 (1.3.394); FILE MERGED 2004/07/02 10:12:41 cmc 1.3.394.2: #i30891# revert header and namespace change 2004/06/28 14:09:37 cmc 1.3.394.1: #i30801# allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2dd2601f9f2cc081307247759164329ea051c89]

INTEGRATION: CWS ooo20040704 (1.54.40); FILE MERGED 2004/07/20 06:59:08 svesik 1.54.40.3: RESYNC: (1.54-1.55); FILE MERGED 2004/07/11 19:52:44 pjanik 1.54.40.2: Crossmerge #i27043# from 20040620 for FreeBSD. 2004/07/06 12:43:55 rene 1.54.40.1: #i31142# vcl changes for system nas Issue number: Submitted by: Reviewed by:


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f4f35ace5fd932e71662896c72a303666fb7c8c]

INTEGRATION: CWS ooo20040704 (1.15.138); FILE MERGED 2004/07/01 12:48:25 waratah 1.15.138.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [418347eaf4976c90bb5701679f58a80d4fad73f0]

INTEGRATION: CWS ooo20040704 (1.36.4); FILE MERGED 2004/08/09 14:58:09 vg 1.36.4.2: RESYNC MERGED 1.36 1.37 Everything below this line will be added to the revision comment. 2004/07/01 12:46:27 waratah 1.36.4.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [32470d6d2c4f28b16416e0e8825a38ca94df3bc1]

INTEGRATION: CWS ooo20040704 (1.118.34); FILE MERGED 2004/08/09 14:57:55 vg 1.118.34.5: RESYNC MERGED 1.119 1.120 Everything below this line will be added to the revision comment. 2004/07/02 09:49:08 cmc 1.118.34.4: #i30891# revert header and namespace change 2004/07/01 12:42:34 waratah 1.118.34.3: #i30874# Add initial values to potentially uninitialised values 2004/06/29 04:11:58 svesik 1.118.34.2: RESYNC: (1.118-1.119); FILE MERGED 2004/06/28 14:49:10 cmc 1.118.34.1: #i30801# allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [4fe96a56d6cda21bbf6023317244c10b4bdc201b]

INTEGRATION: CWS ooo20040704 (1.3.34); FILE MERGED 2004/08/09 14:57:43 vg 1.3.34.5: RESYNC MERGED 1.4 1.6 Everything below this line will be added to the revision comment. 2004/07/02 09:49:07 cmc 1.3.34.4: #i30891# revert header and namespace change 2004/07/01 12:36:27 waratah 1.3.34.3: #i30874# Add initial values to potentially uninitialised values 2004/06/29 04:10:21 svesik 1.3.34.2: RESYNC: (1.3-1.4); FILE MERGED 2004/06/28 14:49:09 cmc 1.3.34.1: #i30801# allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ae477f6704d3d053009faf3796f2e24c1eb9462]

INTEGRATION: CWS ooo20040704 (1.54.40); FILE MERGED 2004/08/09 14:57:19 vg 1.54.40.5: RESYNC MERGED 1.56 1.57 Everything below this line will be added to the revision comment. 2004/07/20 06:57:45 svesik 1.54.40.4: RESYNC: (1.55-1.56); FILE MERGED 2004/07/02 23:30:54 waratah 1.54.40.3: #i30874# Add initial values to potentially uninitialised values 2004/06/29 04:10:05 svesik 1.54.40.2: RESYNC: (1.54-1.55); FILE MERGED 2004/06/28 17:57:14 fa 1.54.40.1: #i30836# Update startup notification code for SalDisplay changes


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [dfcb83f8669beaec08db7ffd4b80ff310cc11ba8]

INTEGRATION: CWS ooo20040704 (1.2.42); FILE MERGED 2004/07/14 14:18:41 fa 1.2.42.1: #i31474# GTK NWF cleanups and fixes (always selected radio buttons, clear widget states before drawing them, etc)


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [707710d4aa4e54cf2ebd0e65d820871c73882ced]

INTEGRATION: CWS ooo20040704 (1.190.4); FILE MERGED 2004/08/09 14:57:06 vg 1.190.4.3: RESYNC MERGED 1.193 1.195 Everything below this line will be added to the revision comment. 2004/07/20 06:55:33 svesik 1.190.4.2: RESYNC: (1.190-1.193); FILE MERGED 2004/07/01 12:53:00 waratah 1.190.4.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2a1071eaf1c4241d3149825e964176323d5aebd]

INTEGRATION: CWS ooo20040704 (1.69.8); FILE MERGED 2004/08/12 15:47:48 vg 1.69.8.4: #i32041# fix for merge problems 2004/07/21 18:31:30 svesik 1.69.8.3: RESYNC: (1.69-1.71); FILE MERGED 2004/07/03 14:14:05 waratah 1.69.8.2: #i30874# Correct uninitiliased warnings 2004/07/02 23:29:47 waratah 1.69.8.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5e4824f6ea51fca772bf43e5bd4280a0496da79]

INTEGRATION: CWS ooo20040704 (1.35.138); FILE MERGED 2004/07/01 12:54:14 waratah 1.35.138.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [63ff938a3a3ee50a265ccef08b08e1db91fb393e]

INTEGRATION: CWS ooo20040704 (1.7.138); FILE MERGED 2004/07/01 13:01:33 waratah 1.7.138.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e877a5246ea7ead6a92a08e0ea3aee4bdb84c4ff]

INTEGRATION: CWS ooo20040704 (1.16.116); FILE MERGED 2004/07/01 12:58:04 waratah 1.16.116.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [35406a28ab11a3f3786746b05009a970b9ae3b69]

INTEGRATION: CWS ooo20040704 (1.15.138); FILE MERGED 2004/07/01 12:56:43 waratah 1.15.138.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [a1f0aa255ff1578262582c9a342e38a021d6edcb]

INTEGRATION: CWS ooo20040704 (1.6.138); FILE MERGED 2004/08/09 14:56:52 vg 1.6.138.2: RESYNC MERGED 1.6 1.7 Everything below this line will be added to the revision comment. 2004/06/28 14:49:09 cmc 1.6.138.1: #i30801# allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee0f1bb049db7b4c2de2d9d83f59c33dd95404c0]

INTEGRATION: CWS ooo20040704 (1.27.34); FILE MERGED 2004/08/09 14:56:37 vg 1.27.34.4: RESYNC MERGED 1.27 1.28 Everything below this line will be added to the revision comment. 2004/07/12 14:02:25 haggai 1.27.34.3: #i31318# - Use ft2build.h to include freetype headers 2004/07/02 09:49:06 cmc 1.27.34.2: #i30891# revert header and namespace change 2004/06/28 14:49:08 cmc 1.27.34.1: #i30801# allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ee440c3ab1aa08ee775918ee8b597bcc9749cfe]

INTEGRATION: CWS ooo20040704 (1.103.34); FILE MERGED 2004/08/10 12:01:04 vg 1.103.34.6: RESYNC: (1.104-1.105); FILE MERGED 2004/07/21 18:25:57 svesik 1.103.34.5: RESYNC: (1.103-1.104); FILE MERGED 2004/07/12 14:02:24 haggai 1.103.34.4: #i31318# - Use ft2build.h to include freetype headers 2004/07/02 09:49:06 cmc 1.103.34.3: #i30891# revert header and namespace change 2004/07/01 12:34:19 waratah 1.103.34.2: #i30874# Add initial values to potentially uninitialised values 2004/06/28 14:49:08 cmc 1.103.34.1: #i30801# allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [593c69a01a0d286a16497eb9b96283ce6bf18250]

INTEGRATION: CWS ooo20040704 (1.6.116); FILE MERGED 2004/07/01 12:15:10 waratah 1.6.116.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b55cee236b05ad7e5e676ec2fdf2e4922fbebf5]

INTEGRATION: CWS ooo20040704 (1.2.138); FILE MERGED 2004/07/01 12:12:17 waratah 1.2.138.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c6ff6d8e7fa1840c8e5998baaefc293a4e5d1f4]

INTEGRATION: CWS ooo20040704 (1.5.4); FILE MERGED 2004/07/20 06:46:47 svesik 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2004/07/01 12:06:52 waratah 1.5.4.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [30d0dc208734615d32a31cba50f17248e50e228c]

INTEGRATION: CWS ooo20040704 (1.9.36); FILE MERGED 2004/07/01 11:42:58 waratah 1.9.36.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [989e01a0d498a26d3f67a6e03a15dd347934f2fb]

INTEGRATION: CWS ooo20040704 (1.17.138); FILE MERGED 2004/07/01 11:40:08 waratah 1.17.138.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [82dcf5d1cf4df84bd98f0b5ec57d83e198488272]

INTEGRATION: CWS ooo20040704 (1.172.4); FILE MERGED 2004/08/09 14:56:24 vg 1.172.4.3: RESYNC MERGED 1.175 1.179 Everything below this line will be added to the revision comment. 2004/07/20 06:46:33 svesik 1.172.4.2: RESYNC: (1.172-1.175); FILE MERGED 2004/07/01 11:38:29 waratah 1.172.4.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e11c8b9b9243c1b8ff0f18371ec51a586ad9a539]

INTEGRATION: CWS ooo20040704 (1.22.34); FILE MERGED 2004/07/01 11:30:50 waratah 1.22.34.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [2fdab9faf5da5653b3985ac523b1101e582325bb]

INTEGRATION: CWS ooo20040704 (1.3.138); FILE MERGED 2004/07/20 06:46:17 svesik 1.3.138.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/01 11:28:53 waratah 1.3.138.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [a024b97c691a2c030fb1621bf5fd0f0613e4fe1b]

INTEGRATION: CWS ooo20040704 (1.11.34); FILE MERGED 2004/06/28 14:49:06 cmc 1.11.34.1: #i30801# allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [9fd765f0c7f64f05082ca7b5e78a06f9ae8e9479]

INTEGRATION: CWS ooo20040704 (1.5.136); FILE MERGED 2004/07/01 11:25:56 waratah 1.5.136.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [112c5c7678ddbd9ee6658bd072086df576815c88]

INTEGRATION: CWS ooo20040704 (1.4.136); FILE MERGED 2004/07/01 11:24:53 waratah 1.4.136.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [fbf01e8411e25e9704f1fef2a3974687e61ddfc2]

INTEGRATION: CWS ooo20040704 (1.21.40); FILE MERGED 2004/07/02 09:49:04 cmc 1.21.40.3: #i30891# revert header and namespace change 2004/07/01 11:15:47 waratah 1.21.40.2: #i30874# Add initial values to potentially uninitialised values 2004/06/28 14:49:04 cmc 1.21.40.1: #i30801# allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [8de7c48ac2e7480a3307aaff9b88f999d963c84e]

INTEGRATION: CWS ooo20040704 (1.12.136); FILE MERGED 2004/07/01 11:19:03 waratah 1.12.136.1: #i30874# Add initial values to potentially uninitialised values *** Logic changed, cut and paste error


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [343da66fc371bd81f06fb2f4ea2b4b9444e17b94]

INTEGRATION: CWS ooo20040704 (1.49.40); FILE MERGED 2004/07/21 18:20:54 svesik 1.49.40.2: RESYNC: (1.49-1.51); FILE MERGED 2004/07/02 23:30:20 waratah 1.49.40.1: #i30874# Add initial values to potentially uninitialised values


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a00f3b8ff8978f2738d16266824185c53f7b2c9]

INTEGRATION: CWS ooo20040704 (1.13.36); FILE MERGED 2004/07/06 12:43:54 rene 1.13.36.1: #i31142# vcl changes for system nas Issue number: Submitted by: Reviewed by:


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [79fe7bd982ced92bec27951de0dcaf7d77e3f941]

INTEGRATION: CWS ooo20040704 (1.5.174); FILE MERGED 2004/07/02 08:44:20 cmc 1.5.174.2: #i30891# revert header and namespace change 2004/06/28 14:43:51 cmc 1.5.174.1: #i30801# allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [2710ad0a763eb601f3204fc21e15975ba8b90913]

INTEGRATION: CWS ooo20040704 (1.3.2); FILE MERGED 2004/07/20 06:15:11 svesik 1.3.2.3: RESYNC: (1.3-1.4); FILE MERGED 2004/06/30 12:43:54 waratah 1.3.2.2: #i30874# Add initial values to potentially unitialised values 2004/06/29 12:51:40 waratah 1.3.2.1: #i30874# Correct unitiliased warning


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [b909109e5b32c4b9c2b7b70a5ab1f1830000784b]

INTEGRATION: CWS ooo20040704 (1.14.20); FILE MERGED 2004/07/02 09:58:36 cmc 1.14.20.2: #i30891# revert header and namespace change 2004/06/28 12:48:39 cmc 1.14.20.1: #i30801# allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [53af57fd5cab9b30ed6a04666e525a486c97980a]

INTEGRATION: CWS ooo20040704 (1.4.136); FILE MERGED 2004/06/28 14:41:47 cmc 1.4.136.1: #i30801# allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [2dd649658778aa9bedc57e0381169237392b4838]

INTEGRATION: CWS ooo20040704 (1.7.120); FILE MERGED 2004/07/02 08:32:51 cmc 1.7.120.2: #i30891# revert header and namespace change 2004/06/28 14:41:46 cmc 1.7.120.1: #i30801# allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a47c538a789093d56e7757905407dc5cb10d6a3]

INTEGRATION: CWS ooo20040704 (1.14.12); FILE MERGED 2004/08/09 14:42:45 vg 1.14.12.3: RESYNC MERGED 1.14 1.15 Everything below this line will be added to the revision comment. 2004/07/02 09:02:57 cmc 1.14.12.2: #i30891# revert header and namespace change 2004/06/28 12:57:38 cmc 1.14.12.1: #i30801# allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f4ec8f203481aa72090b012423e7918640dcf26]

INTEGRATION: CWS ooo20040704 (1.7.102); FILE MERGED 2004/07/02 09:02:59 cmc 1.7.102.2: #i30891# revert header and namespace change 2004/06/28 12:57:40 cmc 1.7.102.1: #i30801# allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [4045ba1851fbae82ed4f8111389e9242a5c50a6e]

INTEGRATION: CWS ooo20040704 (1.6.24); FILE MERGED 2004/08/09 14:42:17 vg 1.6.24.3: RESYNC MERGED 1.6 1.7 Everything below this line will be added to the revision comment. 2004/07/02 09:02:56 cmc 1.6.24.2: #i30891# revert header and namespace change 2004/06/28 12:57:36 cmc 1.6.24.1: #i30801# allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [b287c3d79210f9e835e80850ccd4ef46b9a59da8]

INTEGRATION: CWS ooo20040704 (1.13.38); FILE MERGED 2004/07/02 09:02:56 cmc 1.13.38.2: #i30891# revert header and namespace change 2004/06/28 12:57:36 cmc 1.13.38.1: #i30801# allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e0bfd7a4c50373d5bf5c4ace0cc37c0e2fb71de]

INTEGRATION: CWS ooo20040704 (1.5.24); FILE MERGED 2004/08/09 14:42:00 vg 1.5.24.3: RESYNC MERGED 1.5 1.6 Everything below this line will be added to the revision comment. 2004/07/02 09:02:56 cmc 1.5.24.2: #i30891# revert header and namespace change 2004/06/28 12:57:36 cmc 1.5.24.1: #i30801# allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [f90481523e26bc0c3937af15edc3c9974493d44d]

INTEGRATION: CWS ooo20040704 (1.6.24); FILE MERGED 2004/07/02 09:02:55 cmc 1.6.24.2: #i30891# revert header and namespace change 2004/06/28 12:57:36 cmc 1.6.24.1: #i30801# allow using system stl if possible


2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [15741364775fe53ab7c5d968a4de1761e31450c3]

INTEGRATION: CWS ooo20040704 (1.17.12); FILE MERGED 2004/07/19 07:53:56 svesik 1.17.12.4: RESYNC: (1.18-1.19); FILE MERGED 2004/07/02 09:02:55 cmc 1.17.12.3: #i30891# revert header and namespace change 2004/06/29 01:39:12 svesik 1.17.12.2: RESYNC: (1.17-1.18); FILE MERGED 2004/06/28 12:57:35 cmc 1.17.12.1: #i30801# allow using system stl if possible


2004-09-01  Kurt Zenker  <kz@openoffice.org>  [709f75f7f92283c40c9a7d44b2d591b11c264fe6]

new version for SRC680


2004-09-01  Kurt Zenker  <kz@openoffice.org>  [8c78089746a1d1ae57ab9ac041d9f4cd67d82e8c]

new version for SRC680


2004-09-01  Kurt Zenker  <kz@openoffice.org>  [f284b3b7bcfcd5720403606d67c4d6366234d0d2]

new version for SRC680


2004-09-01  Kurt Zenker  <kz@openoffice.org>  [c8f7aea01a6fc5f59ca2262c594a36cedd25969c]

new version for SRC680


2004-09-01  Kurt Zenker  <kz@openoffice.org>  [f6fe0e6f7126c1d218674d3aa7458023bf762cca]

new version for SRC680


2004-09-01  Kurt Zenker  <kz@openoffice.org>  [2c693e15c84388108eb531cee5e9a13b1ae8e294]

new version for SRC680


2004-09-01  Kurt Zenker  <kz@openoffice.org>  [af4c12b1dcf3ee7f61ee394d1af082fbbc9832f2]

new version for SRC680


2004-09-01  Kurt Zenker  <kz@openoffice.org>  [762ba69a7ba3477c2640b6cb0a9220d98976e381]

#i10000# xrmex & cfgex were missing


2004-08-31  Kurt Zenker  <kz@openoffice.org>  [a2a28922f6e1f567d3b53d7dd80b009d6b84d782]

INTEGRATION: CWS c02v1 (1.15.34); FILE MERGED 2004/08/18 15:52:05 thb 1.15.34.1: #i32109#: Fill opaque areas reliably, apply bitmasks only where mask is opaque


2004-08-31  Kurt Zenker  <kz@openoffice.org>  [956c1352b5730e9ebc14ac5d71d5b570b89cb945]

INTEGRATION: CWS c02v1 (1.17.182); FILE MERGED 2004/08/18 15:52:05 thb 1.17.182.1: #i32109#: Fill opaque areas reliably, apply bitmasks only where mask is opaque


2004-08-31  Kurt Zenker  <kz@openoffice.org>  [eeeddc6c48486f124b789e753873cfc703f4f4d1]

INTEGRATION: CWS c02v1 (1.22.82); FILE MERGED 2004/08/27 10:30:54 thb 1.22.82.2: #i32109# Reading the map mode state from the device we're later setting it back to... 2004/08/18 15:52:04 thb 1.22.82.1: #i32109#: Fill opaque areas reliably, apply bitmasks only where mask is opaque


2004-08-31  Kurt Zenker  <kz@openoffice.org>  [23a272d2b4f9443bc7d416f161f1984500818739]

INTEGRATION: CWS c02v1 (1.16.52); FILE MERGED 2004/08/13 13:11:47 ka 1.16.52.2: #117562#: Gallery API 2004/08/13 10:58:57 ka 1.16.52.1: #117562#: Gallery API


2004-08-31  Kurt Zenker  <kz@openoffice.org>  [4f820cc1b0ea6dcac1b833f4e04abd02078af317]

INTEGRATION: CWS c02v1 (1.7.102); FILE MERGED 2004/08/13 13:11:47 ka 1.7.102.2: #117562#: Gallery API 2004/08/13 10:58:56 ka 1.7.102.1: #117562#: Gallery API


2004-08-31  Kurt Zenker  <kz@openoffice.org>  [1ccc0d4ceaeb511d59db5ffd7f62bb90c4957448]

INTEGRATION: CWS c02v1 (1.3.122); FILE MERGED 2004/08/30 14:43:17 ka 1.3.122.1: added support for PNG's


2004-08-31  Kurt Zenker  <kz@openoffice.org>  [aabb7ef7b10bd7b858af8ee46f88cc1ecb6c45ce]

INTEGRATION: CWS xmlsec05 (1.20.34); FILE MERGED 2004/07/29 08:13:30 gt 1.20.34.11: #i20883# load of trusted authors 2004/07/28 14:09:40 gt 1.20.34.10: #i20883# save of trusted authors 2004/07/28 13:16:44 mt 1.20.34.9: #i21596# Digital Signatures... 2004/07/28 09:25:41 mt 1.20.34.8: #i21596# Digital Signatures... 2004/07/22 12:33:23 gt 1.20.34.7: #i20883# SvtSecurityOptions_Impl::Commit(): crash when write zero-len TrustedAuthors list 2004/07/21 14:57:26 gt 1.20.34.6: #i20883# fit TrustedAuthors to stucture in Common.xcs 2004/07/21 10:53:21 gt 1.20.34.5: #i20883# re-include depricated stuff 2004/07/21 10:42:36 gt 1.20.34.4: #i20883# re-include depricated stuff 2004/07/21 09:52:08 gt 1.20.34.3: #i20883# re-include depricated stuff 2004/07/20 14:34:57 gt 1.20.34.2: #i20883# extended config 2004/07/20 14:28:31 gt 1.20.34.1: #i20883# extended config


2004-08-30  Kurt Zenker  <kz@openoffice.org>  [ff3924bc909ebe8816c4d2abc6d59d72265e95ac]

INTEGRATION: CWS help2 (1.1.4); FILE ADDED 2004/07/15 15:14:12 ihi 1.1.4.10: Conflicts resolved 2004/07/15 15:03:01 ihi 1.1.4.9: #104752# Removed quoting problem 2004/06/23 16:50:25 ihi 1.1.4.8: #104752# UTF8 -> ASCII_US filename fix 2004/06/01 11:27:03 ihi 1.1.4.7: #104752# Help2 / Extractor only exports files with the status 'published' and 'deprecated' 2004/05/18 16:32:35 ihi 1.1.4.6: Assertion log fix / mergebuild join 2004/04/23 14:16:23 ihi 1.1.4.5: Removed debugcode 2004/04/23 14:02:48 ihi 1.1.4.4: Support for ISO Codes 2004/03/02 17:38:03 ihi 1.1.4.3: helpmerge isocode support 2004/02/23 16:07:58 ihi 1.1.4.2: Help format change, bookmark_value -> bookmark 2004/01/26 15:06:04 ihi 1.1.4.1: #104752# Help2 Format extractor/merger


2004-08-30  Kurt Zenker  <kz@openoffice.org>  [3856448eef02abd536d0be7712ec7d7cc3dfdf92]

INTEGRATION: CWS help2 (1.14.6); FILE MERGED 2004/06/23 16:50:25 ihi 1.14.6.2: #104752# UTF8 -> ASCII_US filename fix 2004/05/18 16:32:34 ihi 1.14.6.1: Assertion log fix / mergebuild join


2004-08-30  Kurt Zenker  <kz@openoffice.org>  [ea043d5c825da361abf7781a35b5908faa14a832]

INTEGRATION: CWS help2 (1.28.16); FILE MERGED 2004/08/16 22:11:30 ihi 1.28.16.4: RESYNC: (1.29-1.30); FILE MERGED 2004/07/07 17:22:35 ihi 1.28.16.3: RESYNC: (1.28-1.29); FILE MERGED 2004/05/18 16:32:34 ihi 1.28.16.2: Assertion log fix / mergebuild join 2004/01/26 15:06:01 ihi 1.28.16.1: #104752# Help2 Format extractor/merger


2004-08-30  Kurt Zenker  <kz@openoffice.org>  [499b3b44ba7a12586f94bce16cb4805f43a5fd30]

INTEGRATION: CWS help2 (1.31.12); FILE MERGED 2004/08/19 17:26:55 ihi 1.31.12.6: Removed printf's 2004/08/18 16:27:08 ihi 1.31.12.5: Extension xml -> xhp 2004/08/16 22:11:16 ihi 1.31.12.4: RESYNC: (1.32-1.34); FILE MERGED 2004/07/07 17:23:07 ihi 1.31.12.3: RESYNC: (1.31-1.32); FILE MERGED 2004/06/23 16:50:25 ihi 1.31.12.2: #104752# UTF8 -> ASCII_US filename fix 2004/05/18 16:32:34 ihi 1.31.12.1: Assertion log fix / mergebuild join


2004-08-30  Kurt Zenker  <kz@openoffice.org>  [e3e7b1a4998f8abc4ed46216ec7393e72957ca0a]

INTEGRATION: CWS help2 (1.1.4); FILE ADDED 2004/07/13 18:12:10 ihi 1.1.4.11: #104752# Remove duplicated languages 2004/07/13 16:49:13 ihi 1.1.4.10: #104752# Forced Language switch 2004/07/08 17:03:42 ihi 1.1.4.9: Language fix , -l all now includes de,en-US 2004/06/23 16:50:25 ihi 1.1.4.8: #104752# UTF8 -> ASCII_US filename fix 2004/06/04 10:38:43 ihi 1.1.4.7: #104752# Help2 / The merged fallback reference strings now have the right language id (FIXED) 2004/06/02 13:32:11 ihi 1.1.4.6: #104752# Help2 / The merged fallback reference strings now have the right language id 2004/06/01 11:27:03 ihi 1.1.4.5: #104752# Help2 / Extractor only exports files with the status 'published' and 'deprecated' 2004/05/18 16:32:33 ihi 1.1.4.4: Assertion log fix / mergebuild join 2004/04/23 14:02:11 ihi 1.1.4.3: Support for ISO Codes 2004/03/02 17:37:48 ihi 1.1.4.2: helpmerge isocode support 2004/01/26 15:06:01 ihi 1.1.4.1: #104752# Help2 Format extractor/merger


2004-08-30  Kurt Zenker  <kz@openoffice.org>  [10c01e132447f02fc2aa6158378ad453f8d48b81]

INTEGRATION: CWS help2 (1.1.4); FILE ADDED 2004/07/13 16:49:12 ihi 1.1.4.5: #104752# Forced Language switch 2004/05/18 16:32:32 ihi 1.1.4.4: Assertion log fix / mergebuild join 2004/04/23 14:01:56 ihi 1.1.4.3: Support for ISO Codes 2004/03/02 17:37:37 ihi 1.1.4.2: helpmerge isocode support 2004/01/26 15:06:00 ihi 1.1.4.1: #104752# Help2 Format extractor/merger


2004-08-30  Kurt Zenker  <kz@openoffice.org>  [58517cd7d8221f1cbdc5cdfb145c1df5066db75e]

INTEGRATION: CWS help2 (1.23.12); FILE MERGED 2004/07/13 16:49:11 ihi 1.23.12.4: #104752# Forced Language switch 2004/07/07 17:21:51 ihi 1.23.12.3: RESYNC: (1.23-1.24); FILE MERGED 2004/06/01 11:28:58 ihi 1.23.12.2: #i27675# '\n' removed from GetTimeStamp method 2004/05/18 16:32:32 ihi 1.23.12.1: Assertion log fix / mergebuild join


2004-08-30  Kurt Zenker  <kz@openoffice.org>  [105953eeacd1baae47d2dcb77daeb061b9f90a1f]

INTEGRATION: CWS help2 (1.37.6); FILE MERGED 2004/08/16 22:10:26 ihi 1.37.6.4: RESYNC: (1.38-1.40); FILE MERGED 2004/07/13 16:49:09 ihi 1.37.6.3: #104752# Forced Language switch 2004/07/07 17:23:37 ihi 1.37.6.2: RESYNC: (1.37-1.38); FILE MERGED 2004/05/18 16:32:32 ihi 1.37.6.1: Assertion log fix / mergebuild join


2004-08-30  Kurt Zenker  <kz@openoffice.org>  [1fd3ba0b38f072058d50cf4505f4dcd90b4cf7ba]

INTEGRATION: CWS help2 (1.2.2); FILE MERGED 2004/08/23 12:38:18 ihi 1.2.2.1: extensions xml -> xhp


2004-08-30  Kurt Zenker  <kz@openoffice.org>  [b7638c0a07d2e37ec2ac774bd678d023887655b0]

INTEGRATION: CWS help2 (1.2.2); FILE MERGED 2004/08/23 12:56:03 ihi 1.2.2.1: Execution also in flat


2004-08-30  Kurt Zenker  <kz@openoffice.org>  [292fc11e53a8f48fa491bc31e82173f2a4a8a41c]

INTEGRATION: CWS help2 (1.15.6); FILE MERGED 2004/08/16 22:09:17 ihi 1.15.6.3: RESYNC: (1.16-1.19); FILE MERGED 2004/07/07 17:32:17 ihi 1.15.6.2: RESYNC: (1.15-1.16); FILE MERGED 2004/06/01 11:30:48 ihi 1.15.6.1: #104752# Help2 merger/extractor added


2004-08-30  Kurt Zenker  <kz@openoffice.org>  [553bfaca13165e6b458c1c123212500e88eee7ea]

INTEGRATION: CWS help2 (1.1.4); FILE ADDED 2004/01/26 15:06:53 ihi 1.1.4.1: #104752# Help2 Format extractor/merger


2004-08-30  Kurt Zenker  <kz@openoffice.org>  [13638deeee4e7e7ca536621fb6dc4525e99d71ec]

INTEGRATION: CWS help2 (1.1.4); FILE ADDED 2004/06/01 11:26:01 ihi 1.1.4.4: #104752# Help2 / Extractor only exports files with the status 'published' and 'deprecated' 2004/04/23 14:03:33 ihi 1.1.4.3: Support for ISO Codes 2004/03/02 17:40:44 ihi 1.1.4.2: helpmerge isocode support 2004/01/26 15:06:51 ihi 1.1.4.1: #104752# Help2 Format extractor/merger


2004-08-30  Kurt Zenker  <kz@openoffice.org>  [28322bdef278644a3ab7f6b9c4571e30fee0d58e]

INTEGRATION: CWS help2 (1.1.4); FILE ADDED 2004/05/18 16:32:58 ihi 1.1.4.4: Assertion log fix / mergebuild join 2004/04/23 14:03:16 ihi 1.1.4.3: Support for ISO Codes 2004/03/02 17:40:34 ihi 1.1.4.2: helpmerge isocode support 2004/01/26 15:06:49 ihi 1.1.4.1: #104752# Help2 Format extractor/merger


2004-08-30  Kurt Zenker  <kz@openoffice.org>  [f9eaba649b4c4be2a5740635fa962372369f2c7e]

INTEGRATION: CWS help2 (1.7.12); FILE MERGED 2004/07/13 16:50:01 ihi 1.7.12.4: #104752# Forced Language switch 2004/07/07 17:21:31 ihi 1.7.12.3: RESYNC: (1.7-1.8); FILE MERGED 2004/05/18 16:34:44 ihi 1.7.12.2: cvs fix 2004/05/18 16:32:57 ihi 1.7.12.1: Assertion log fix / mergebuild join


2004-08-30  Kurt Zenker  <kz@openoffice.org>  [660b476a2920536eb7419270ca3253cf737e9975]

INTEGRATION: CWS help2 (1.25.10); FILE MERGED 2004/08/16 22:01:39 ihi 1.25.10.2: RESYNC: (1.25-1.28); FILE MERGED 2004/06/08 13:39:53 cd 1.25.10.1: #i29745# Support to trigger help class with string instead of unsigned short


2004-08-30  Kurt Zenker  <kz@openoffice.org>  [df1838c8dadc55106c520c92f26895c2ed13b23d]

INTEGRATION: CWS help2 (1.68.8); FILE MERGED 2004/08/16 22:01:30 ihi 1.68.8.3: RESYNC: (1.69-1.72); FILE MERGED 2004/07/07 17:19:36 ihi 1.68.8.2: RESYNC: (1.68-1.69); FILE MERGED 2004/06/08 13:39:53 cd 1.68.8.1: #i29745# Support to trigger help class with string instead of unsigned short


2004-08-30  Kurt Zenker  <kz@openoffice.org>  [88ad59f022fa9224b7a8776215a0204b2a1adcf2]

INTEGRATION: CWS help2 (1.105.10); FILE MERGED 2004/08/16 22:00:10 ihi 1.105.10.3: RESYNC: (1.106-1.107); FILE MERGED 2004/07/07 17:19:27 ihi 1.105.10.2: RESYNC: (1.105-1.106); FILE MERGED 2004/06/08 13:39:52 cd 1.105.10.1: #i29745# Support to trigger help class with string instead of unsigned short


2004-08-30  Kurt Zenker  <kz@openoffice.org>  [de478d4780a075c3c68a3f33481e56b59a2b72e5]

INTEGRATION: CWS fontlists03 (1.58.14); FILE MERGED 2004/08/10 14:58:55 hdu 1.58.14.3: #114908# adjust to changed IFSD constructor 2004/08/02 13:33:21 hdu 1.58.14.2: #114908# flipped bit 2004/08/02 13:32:26 hdu 1.58.14.1: #i32237# only non-bitmap fonts can be rotated


2004-08-30  Kurt Zenker  <kz@openoffice.org>  [ef160bd658103a7353c165634cf5314e9effae53]

INTEGRATION: CWS fontlists03 (1.105.14); FILE MERGED 2004/08/06 09:54:49 hdu 1.105.14.1: #i32535# no symbol aliasing when non-aliased codes are already supported by the font


2004-08-30  Kurt Zenker  <kz@openoffice.org>  [0ae0b57b0f6405345401b315738b7846e13d5390]

INTEGRATION: CWS fontlists03 (1.69.14); FILE MERGED 2004/08/25 12:02:52 hdu 1.69.14.2: RESYNC: (1.69-1.70); FILE MERGED 2004/07/28 15:23:08 hdu 1.69.14.1: #i32237# initialize maMetric.mnOrientation because subsystems often cannot do it


2004-08-30  Kurt Zenker  <kz@openoffice.org>  [1327fec452552616c863b1b8c4f2a4c559fd5f6e]

INTEGRATION: CWS fontlists03 (1.178.14); FILE MERGED 2004/08/25 12:03:08 hdu 1.178.14.4: RESYNC: (1.178-1.180); FILE MERGED 2004/08/06 14:03:55 hdu 1.178.14.3: #i31317# fix Tools->Options->FontReplacement behaviour 2004/08/03 08:24:45 hdu 1.178.14.2: #i30545# add Sazanami font to font name translations and glyph fallback 2004/07/28 15:23:08 hdu 1.178.14.1: #i32237# initialize maMetric.mnOrientation because subsystems often cannot do it


2004-08-30  Kurt Zenker  <kz@openoffice.org>  [6aca3f5c2dc6565b7e30df7e2e44ad58ba5dd9cb]

INTEGRATION: CWS fontlists03 (1.15.14); FILE MERGED 2004/08/03 15:04:42 hdu 1.15.14.1: #i32490# default symbol conversion is 1:1 conversion


2004-08-30  Kurt Zenker  <kz@openoffice.org>  [b4ef9636a6820274d3082b618ca2a03b2ec6994f]

INTEGRATION: CWS fontlists03 (1.29.14); FILE MERGED 2004/08/25 12:02:59 hdu 1.29.14.2: RESYNC: (1.29-1.30); FILE MERGED 2004/08/09 13:55:28 hdu 1.29.14.1: #110298# prepare better font attribute detection


2004-08-25  Kurt Zenker  <kz@openoffice.org>  [e9aee5e692e41d62d4044afb9968df9828b4c097]

new version for SRC680


2004-08-24  Rüdiger Timm  <rt@openoffice.org>  [f34bede201b8779a89640e248cc1113199ba0454]

new version for SRC680


2004-08-24  Rüdiger Timm  <rt@openoffice.org>  [97d5bccfa1990ad076d1c9d1b1f8599d647a4aa8]

new version for SRC680


2004-08-24  Kurt Zenker  <kz@openoffice.org>  [ad7e07cced447fc50edb8f9eb2642d744a2557f4]

new version for SRC680


2004-08-24  Kurt Zenker  <kz@openoffice.org>  [0f48a3cc67ae01b19339ec0ce77b2f6419339d1a]

new version for SRC680


2004-08-24  Kurt Zenker  <kz@openoffice.org>  [ce057814a9c09d497c79c92a27770309e1975196]

new version for SRC680


2004-08-24  Kurt Zenker  <kz@openoffice.org>  [3543666c9c6cba9353e9a808af11d5bd50b8dc48]

new version for SRC680


2004-08-24  Kurt Zenker  <kz@openoffice.org>  [23909be371b08985285a21068492ce965cca60b3]

new version for SRC680


2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f223d67244eeb08e9e7871e26b03cda57d17cd54]

INTEGRATION: CWS swdrawobjapi (1.8.158); FILE MERGED 2004/08/10 08:59:12 od 1.8.158.1: #i28749# - add handling for new type define <CPPUTYPE_TRANSFORMATIONINHORIL2R>


2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [3755445117ea2767a23e524dcc0fd1db0976d85e]

INTEGRATION: CWS swdrawobjapi (1.7.158); FILE MERGED 2004/08/10 08:58:21 od 1.7.158.1: #i28749# - add new type define <CPPUTYPE_TRANSFORMATIONINHORIL2R>


2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [ee91c79cebfef52d339d4f65662093ea8c355c5d]

INTEGRATION: CWS aw016 (1.1.1.1.226); FILE MERGED 2004/07/30 09:48:20 aw 1.1.1.1.226.1: #i27242#


2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [06c8bf9f1630f1bfc5d797eb284b35c5192118b8]

INTEGRATION: CWS carlowfilterteam27 (1.20.372); FILE MERGED 2004/08/11 21:13:51 mmaher 1.20.372.2: RESYNC: (1.20-1.22); FILE MERGED 2004/05/05 09:56:55 mmaher 1.20.372.1: #115882# Patch for making the WmfReader more robust in case of no valid graphic


2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [ce6d3a4766d2342e801da3f5e0bd6e9617716816]

INTEGRATION: CWS sch03 (1.107.58); FILE MERGED 2004/08/17 15:01:41 bm 1.107.58.1: #112023# Make sure pStartedFrom does not point to invalid (old) data


2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [ffc22fc4acb270d202293eef196efeb6e40800c2]

INTEGRATION: CWS oasis2 (1.30.4); FILE MERGED 2004/08/02 15:35:12 mib 1.30.4.1: #i32453#: spec for MIME types changed


2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [939042b1fc82a4947b2343dcedae07306a069427]

INTEGRATION: CWS oasis2 (1.26.52); FILE MERGED 2004/08/02 16:43:00 pb 1.26.52.1: fix: #i32088# support for new (oo?) file formats, but with the old images


2004-08-13  Kurt Zenker  <kz@openoffice.org>  [034648d894fddea912c15201aa1e3d1abb9adaa7]

new version for SRC680


2004-08-13  Kurt Zenker  <kz@openoffice.org>  [1d81a829bc65560e7fa9575cbad1af827ca5c024]

new version for SRC680


2004-08-13  Rüdiger Timm  <rt@openoffice.org>  [1686a2bebfa75a9334f6abc02a922f87e2e57543]

new version for SRC680


2004-08-12  Kurt Zenker  <kz@openoffice.org>  [62a67e840ddb49eefd16d7da1732740a817b3315]

new version for SRC680


2004-08-12  Kurt Zenker  <kz@openoffice.org>  [2915ab7a159cf60c309c3384e291091b5349b6b9]

new version for SRC680


2004-08-12  Kurt Zenker  <kz@openoffice.org>  [b966deb3d34c978036b555d7b47e3af124665424]

new version for SRC680


2004-08-12  Oliver Bolte  <obo@openoffice.org>  [2aba358ae08574cd7899ed9413536a0daaaefb49]

INTEGRATION: CWS gt10thaiinput (1.7.58); FILE MERGED 2004/08/04 06:44:04 gt 1.7.58.1: #103780# new CTL sequence checking mode restricted


2004-08-12  Oliver Bolte  <obo@openoffice.org>  [aeb78dc06b0b2ad0a9e0a7d6c1d3f3a5291592db]

INTEGRATION: CWS tbe12 (1.2.248); FILE MERGED 2004/08/09 13:35:26 sw 1.2.248.1: #i24857#


2004-08-12  Oliver Bolte  <obo@openoffice.org>  [2e0cbdfff9aa656627f70d98502aa3ec43a767a8]

INTEGRATION: CWS tbe12 (1.3.218); FILE MERGED 2004/08/09 13:35:37 sw 1.3.218.1: #i24857#


2004-08-12  Oliver Bolte  <obo@openoffice.org>  [874da8e2b538a3dc247acb248396b0c503bc0c18]

INTEGRATION: CWS unotlc (1.2.58); FILE MERGED 2004/08/04 08:59:43 dbo 1.2.58.1: make structs, enums complete for members


2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c1ce4690a0bc44abb2a6df86b049db1f45a9d12e]

INTEGRATION: CWS jmf2 (1.71.10); FILE MERGED 2004/07/22 18:19:30 ka 1.71.10.2: support for transparent backgrounds 2004/07/22 09:57:13 ka 1.71.10.1: erase window instead of drawing a rect


2004-08-12  Oliver Bolte  <obo@openoffice.org>  [bdd0bb9b32a93eeac41f7dc40599d75abf26b4c3]

INTEGRATION: CWS jmf2 (1.54.26); FILE MERGED 2004/07/23 22:48:14 ka 1.54.26.3: RESYNC: (1.55-1.56); FILE MERGED 2004/07/14 06:21:31 ka 1.54.26.2: RESYNC: (1.54-1.55); FILE MERGED 2004/07/01 11:03:29 ka 1.54.26.1: #i3316#: added JMVACCESSLIB


2004-08-12  Oliver Bolte  <obo@openoffice.org>  [3e60ffed8de1d79cd72b5bb497c81f70a47a8333]

INTEGRATION: CWS jmf2 (1.10.26); FILE MERGED 2004/07/01 14:38:01 ka 1.10.26.1: #i3316#: use default size of 1x1


2004-08-12  Oliver Bolte  <obo@openoffice.org>  [cc6d559f0c7afa5a5a3b45f4065c18dd1ffbc148]

INTEGRATION: CWS jmf2 (1.89.26); FILE MERGED 2004/07/01 11:02:05 ka 1.89.26.1: #i3316#: support for external events


2004-08-12  Oliver Bolte  <obo@openoffice.org>  [105e4a20090d93586c7beda998ba40ad2797a489]

INTEGRATION: CWS jmf2 (1.27.8); FILE MERGED 2004/07/22 18:19:31 ka 1.27.8.1: support for transparent backgrounds


2004-08-12  Oliver Bolte  <obo@openoffice.org>  [de7656e28e0ed1430039d7728d3fef7e1d47c91a]

INTEGRATION: CWS jmf2 (1.13.24); FILE MERGED 2004/07/14 15:39:55 ka 1.13.24.2: RESYNC: (1.13-1.14); FILE MERGED 2004/07/01 11:01:04 ka 1.13.24.1: #i3316#: added javachild.cxx


2004-08-12  Oliver Bolte  <obo@openoffice.org>  [0a52860e6ca48a4b5c1473e4e43d0def2ebabf09]

INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/18 11:17:15 ka 1.1.2.2: syntax 2004/07/01 10:32:01 ka 1.1.2.1: initial revision


2004-08-12  Oliver Bolte  <obo@openoffice.org>  [acdd04b3ace238bcd96db52431e4a1b9cfebe6cb]

INTEGRATION: CWS jmf2 (1.4.128); FILE MERGED 2004/08/04 10:35:54 ka 1.4.128.2: #i32356#: set slider position immediately after click (WB_SLIDERSET) 2004/07/22 18:19:30 ka 1.4.128.1: support for transparent backgrounds


2004-08-12  Oliver Bolte  <obo@openoffice.org>  [84789c93aa8250bda1c3173d0d956591e6130b83]

INTEGRATION: CWS jmf2 (1.49.26); FILE MERGED 2004/07/14 15:39:47 ka 1.49.26.3: RESYNC: (1.49-1.51); FILE MERGED 2004/07/01 14:36:59 ka 1.49.26.2: #i3316#: added support for external mouse and key events 2004/07/01 11:00:07 ka 1.49.26.1: #i3316#: support for external events


2004-08-12  Oliver Bolte  <obo@openoffice.org>  [2bdae2e1f2a3862147fca720f292e4b4ce537ff0]

INTEGRATION: CWS jmf2 (1.38.14); FILE MERGED 2004/07/14 06:07:50 ka 1.38.14.2: RESYNC: (1.38-1.39); FILE MERGED 2004/07/01 10:59:23 ka 1.38.14.1: #i3316#: added javachild.hxx


2004-08-12  Oliver Bolte  <obo@openoffice.org>  [6d0931fcedeb793267fe7eb7801fe7b8aaa0fe71]

INTEGRATION: CWS docking3 (1.71.4); FILE MERGED 2004/07/22 10:37:59 ssa 1.71.4.4: #i31756# lock/unlock immediately and not triggered by paint 2004/07/21 12:33:11 ssa 1.71.4.3: #i31422# remove dbg output 2004/07/21 12:32:06 ssa 1.71.4.2: #i31422# ignore zero resizes due to virtual desktop switch 2004/07/20 15:53:06 ssa 1.71.4.1: #i31756# reset autosizecounter after timeout


2004-08-11  Oliver Bolte  <obo@openoffice.org>  [baf0cd30972eea595386e686e0a9462f10f0867d]

INTEGRATION: CWS docking3 (1.49.4); FILE MERGED 2004/07/29 10:52:23 cd 1.49.4.1: #i10000# Initialize variables


2004-08-11  Oliver Bolte  <obo@openoffice.org>  [6b3fa7391d062e72578d5dfa206d5777f0d02e30]

INTEGRATION: CWS docking3 (1.27.2); FILE MERGED 2004/07/22 10:37:59 ssa 1.27.2.1: #i31756# lock/unlock immediately and not triggered by paint


2004-08-11  Oliver Bolte  <obo@openoffice.org>  [17a45af3f134c15fa513e59e59d575ffb8e20287]

INTEGRATION: CWS docking3 (1.2.16); FILE MERGED 2004/07/22 10:37:58 ssa 1.2.16.1: #i31756# lock/unlock immediately and not triggered by paint


2004-08-11  Oliver Bolte  <obo@openoffice.org>  [4bd92fa49b4e4a32ce920cf7da7afbab7c8c4099]

INTEGRATION: CWS tleamisc (1.5.294); FILE MERGED 2004/07/16 13:25:18 tl 1.5.294.2: RESYNC: (1.5-1.6); FILE MERGED 2004/06/01 10:23:54 tl 1.5.294.1: #i23439# FARSI now CTL language


2004-08-11  Oliver Bolte  <obo@openoffice.org>  [a7fb40bc28d4caf6f641f82517cf95e22f398b5c]

INTEGRATION: CWS pbhelp02 (1.48.32); FILE MERGED 2004/07/29 08:35:12 pb 1.48.32.2: fix: #i32164# keep 500ms for tooltip time 2004/07/28 10:00:34 pb 1.48.32.1: fix: #i32164# set tooltip timeout to 1500 like balloonhelp


2004-08-11  Oliver Bolte  <obo@openoffice.org>  [4f86b8e477d4083a2f9498ddb9285ab9e74ec1a1]

INTEGRATION: CWS impress15ea (1.171.38); FILE MERGED 2004/07/29 15:33:23 af 1.171.38.2: RESYNC: (1.171-1.178); FILE MERGED 2004/06/18 16:56:32 thb 1.171.38.1: #i30463#, #i28759# Handled text color change correctly, both for the outdev and its associated alpha vdev


2004-08-11  Oliver Bolte  <obo@openoffice.org>  [16f8871021f9e7543f01a51e1292412518291074]

INTEGRATION: CWS impress15ea (1.14.8); FILE MERGED 2004/06/18 14:33:06 kso 1.14.8.1: #i30200# - Fixed lcl_CreateStream() STREAM_TRUNC mode handling.


2004-08-04  Kurt Zenker  <kz@openoffice.org>  [af9399be2261758005501cc346b74a5080b0dd6e]

new version for SRC680


2004-08-04  Kurt Zenker  <kz@openoffice.org>  [bab0298b3fa36bc04f1502839084e49544c0ef27]

new version for SRC680


2004-08-04  Kurt Zenker  <kz@openoffice.org>  [debdda4ede511731a4dc3b9da59f27d1aa8d766c]

new version for SRC680


2004-08-04  Kurt Zenker  <kz@openoffice.org>  [c860ff61dff9a5902638890813837cedb1591ec6]

new version for SRC680


2004-08-04  Kurt Zenker  <kz@openoffice.org>  [88a0b7df2555207f9db42558756b5d2332e3ea9f]

new version for SRC680


2004-08-04  Kurt Zenker  <kz@openoffice.org>  [41ae66b2abbf0c5a69448136060f2d9e30d4a44c]

new version for SRC680


2004-08-04  Kurt Zenker  <kz@openoffice.org>  [a1c21fa45dcd83b1f1436973497a526b8b28a912]

new version for SRC680


2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c7c389991f08e8222b5befdfadf9ebcce61d0c2]

INTEGRATION: CWS aw017 (1.2.34); FILE MERGED 2004/07/29 14:04:31 aw 1.2.34.1: #i25616#


2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [72c4bc9890e558176ab9c169e88b639f7e9d0c7e]

INTEGRATION: CWS aw017 (1.3.34); FILE MERGED 2004/07/29 14:04:30 aw 1.3.34.1: #i25616#


2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [49f226a618b6c34f3fc38b599033252f65555a39]

INTEGRATION: CWS aw017 (1.7.34); FILE MERGED 2004/07/29 14:04:30 aw 1.7.34.1: #i25616#


2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6d871b78a9de3361b502c465caddf02dbfeb7e8]

INTEGRATION: CWS aw017 (1.12.34); FILE MERGED 2004/07/29 14:04:30 aw 1.12.34.1: #i25616#


2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ce38a277bc8986694b7a64978ccea6a5c10052b]

INTEGRATION: CWS aw017 (1.8.34); FILE MERGED 2004/07/29 14:04:29 aw 1.8.34.1: #i25616#


2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f53085de10599b04fba2a629c22a58cee56757d6]

INTEGRATION: CWS aw017 (1.10.34); FILE MERGED 2004/07/29 14:04:29 aw 1.10.34.1: #i25616#


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffbe61fa9ae239aa71e85fb6a2f7581ea585f9f0]

INTEGRATION: CWS dr14 (1.19.242); FILE MERGED 2004/07/12 20:35:17 dr 1.19.242.5: RESYNC: (1.20-1.21); FILE MERGED 2004/04/21 15:06:59 dr 1.19.242.4: #100000# merge 2004/04/21 13:01:38 dr 1.19.242.3: RESYNC: (1.19-1.20); FILE MERGED 2004/03/12 13:20:38 dr 1.19.242.2: #114652# correct background color for flat valuesets 2003/12/19 11:37:38 dr 1.19.242.1: #i22640# draw ImageSet images disabled


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c64a2490a6eaff816a4dd1895f7046440ee508fb]

INTEGRATION: CWS dr14 (1.13.12); FILE MERGED 2004/03/11 09:54:00 dr 1.13.12.1: #115902# paints wrong if loading mirrored sheets into backing window


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e57237406ef3284f8c96921ce2c4d837fe980e2]

INTEGRATION: CWS dr14 (1.37.20); FILE MERGED 2004/07/13 15:14:41 dr 1.37.20.1: #i31404# hide vertical scrollbar if not needed


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [84f80249e39c3cd436b9c7ce81f6b7b6b4eed5d8]

INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/12/17 11:16:16 oj 1.1.2.1: #111075# new helper class for property states


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c45ac2e2d246a8c2c2ea56385aca600f25d3403]

INTEGRATION: CWS insight01 (1.3.78); FILE MERGED 2004/07/23 12:25:28 oj 1.3.78.2: RESYNC: (1.3-1.4); FILE MERGED 2003/12/19 13:08:01 oj 1.3.78.1: #111075# ongoing work


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [33a2421604166cdceb5883602a89d3e7b4a05856]

INTEGRATION: CWS insight01 (1.8.134); FILE MERGED 2004/05/28 10:04:19 oj 1.8.134.2: RESYNC: (1.8-1.9); FILE MERGED 2003/12/17 11:23:00 oj 1.8.134.1: #111075# new helper class for property states


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ced6191d374002ab38e0cdc59ab7ee965b11238]

INTEGRATION: CWS insight01 (1.3.138); FILE MERGED 2004/05/28 10:01:23 oj 1.3.138.2: RESYNC: (1.3-1.4); FILE MERGED 2003/12/17 11:23:53 oj 1.3.138.1: #111075# new helper to iterate through a sequence


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [354fe649eaf5412a109b65548082619ffd1adcbb]

INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/12/17 11:15:49 oj 1.1.2.1: #111075# new helper class for property states


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f49879a9f843eba94aa0ebfdd21c6e170c9b533]

INTEGRATION: CWS insight01 (1.26.4); FILE MERGED 2004/07/06 08:55:27 oj 1.26.4.3: RESYNC: (1.27-1.31); FILE MERGED 2004/05/29 01:27:36 oj 1.26.4.2: RESYNC: (1.26-1.27); FILE MERGED 2004/01/21 10:34:30 oj 1.26.4.1: #i24555# return NULL if resource can't be found


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [acd271bc7aae687664ce77423f1c490cffc989b4]

INTEGRATION: CWS autotranslationfix (1.9.8); FILE MERGED 2004/08/02 14:14:45 ihi 1.9.8.1: #i32451# Localisation tools writes now UTF8 and not MS1252 in sdf files


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ac5bd836caea0bdb03cdec7327465334d12b416]

INTEGRATION: CWS autotranslationfix (1.33.8); FILE MERGED 2004/08/02 15:50:47 ihi 1.33.8.1: Cosmetic


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab37245fe798a534b40824442d76fe3ebd1a553e]

INTEGRATION: CWS autotranslationfix (1.17.8); FILE MERGED 2004/08/02 14:14:45 ihi 1.17.8.1: #i32451# Localisation tools writes now UTF8 and not MS1252 in sdf files


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [14f593bfd7258f7dbd5627fd2fd39cfa4dc2e1cf]

INTEGRATION: CWS autotranslationfix (1.39.8); FILE MERGED 2004/08/02 14:14:45 ihi 1.39.8.1: #i32451# Localisation tools writes now UTF8 and not MS1252 in sdf files


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d16d5c61338ed1c4f1adcaffa31e4841d777909]

INTEGRATION: CWS autotranslationfix (1.30.8); FILE MERGED 2004/08/02 14:14:45 ihi 1.30.8.1: #i32451# Localisation tools writes now UTF8 and not MS1252 in sdf files


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [34616d016018ed7f8e3671c1acb1f4326979945f]

INTEGRATION: CWS autotranslationfix (1.1.2); FILE ADDED 2004/08/02 15:52:16 ihi 1.1.2.1: #i8252# Perl wrapper for localize


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8d5ccb03fb8fbf8ea29b181f6e0c44b83d14ee6]

INTEGRATION: CWS autotranslationfix (1.1.2); FILE ADDED 2004/08/02 15:52:15 ihi 1.1.2.1: #i8252# Perl wrapper for localize


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f24361e3e8f5a3d04d70dcf53f6ff36ff38bda19]

INTEGRATION: CWS autotranslationfix (1.17.8); FILE MERGED 2004/08/02 15:53:15 ihi 1.17.8.2: #i8252# Localize perl wrapper alias removed 2004/08/02 14:14:44 ihi 1.17.8.1: #i32451# Localisation tools writes now UTF8 and not MS1252 in sdf files


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9a39d0d664a70f6168c495415eadd6f50fd9ee6]

INTEGRATION: CWS fixgh (1.9.20); FILE MERGED 2004/08/02 11:39:40 gh 1.9.20.1: adapt to iso languagecodes and have some more check on fileformat integrity


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [096640f1af3a2798514d54e1badb36db315e8d0e]

INTEGRATION: CWS docking2 (1.47.28); FILE MERGED 2004/07/21 13:39:03 cd 1.47.28.3: #i31253# Fixed umlauts problem and replaced place holder characters 2004/07/19 14:28:27 mav 1.47.28.2: #i31253# use the new text 2004/07/16 15:32:53 mav 1.47.28.1: #i31253# new error code


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [790509e15a8fac363f5456e71de7e517a3824890]

INTEGRATION: CWS docking2 (1.3.28); FILE MERGED 2004/07/16 15:32:52 mav 1.3.28.1: #i31253# new error code


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [41b23550be4a840f8f6ad287335a3d98d37290a6]

INTEGRATION: CWS docking2 (1.27.6); FILE MERGED 2004/07/13 05:39:21 cd 1.27.6.1: #i31364# Don't iterate over an empty vector


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb0122551e0ecc25c6337669d2b62153ae489087]

INTEGRATION: CWS docking2 (1.71.8); FILE MERGED 2004/07/13 12:39:40 pl 1.71.8.1: #i31373# add: long click for TIB_DROPDOWN items


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [60b32c8951bad476bee4fe4db951e2c27ed697d6]

INTEGRATION: CWS insight01 (1.52.4); FILE MERGED 2004/07/07 11:52:58 oj 1.52.4.5: resource changes 2004/07/06 08:39:17 oj 1.52.4.4: RESYNC: (1.53-1.54); FILE MERGED 2004/06/28 06:34:28 oj 1.52.4.3: remove database icon 2004/05/28 19:34:21 oj 1.52.4.2: RESYNC: (1.52-1.53); FILE MERGED 2004/04/20 11:33:31 oj 1.52.4.1: #116204# new db icons


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8aa315bc3c3bcd819a56f5ac434280b4a4c8d2a]

INTEGRATION: CWS insight01 (1.22.30); FILE MERGED 2004/07/27 12:16:09 oj 1.22.30.4: oob in odb 2004/07/26 14:20:32 oj 1.22.30.3: change extension of file format 2004/07/06 08:39:05 oj 1.22.30.2: RESYNC: (1.22-1.26); FILE MERGED 2004/04/20 11:33:30 oj 1.22.30.1: #116204# new db icons


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [72c9767322bcf1eecd48d01e86b1da7a7dcba667]

INTEGRATION: CWS insight01 (1.6.308); FILE MERGED 2004/05/28 19:36:55 oj 1.6.308.2: RESYNC: (1.6-1.7); FILE MERGED 2004/03/05 07:25:46 oj 1.6.308.1: #111090# changes for the new prop dialogs


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [542aef8857ed373d85f90b9ed30692193b08259e]

INTEGRATION: CWS insight01 (1.2.2); FILE MERGED 2004/06/10 12:00:46 oj 1.2.2.1: bug fix for va_list


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1717ae904c8555fe94f689f609ccda426acfaa16]

INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/05 07:26:34 oj 1.1.2.1: #111090# new classes from dbaccess


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0cde2034d73035cd1e9527e1adaee8cc48724664]

INTEGRATION: CWS insight01 (1.10.4); FILE MERGED 2004/05/28 19:35:34 oj 1.10.4.2: RESYNC: (1.10-1.12); FILE MERGED 2004/03/05 07:25:46 oj 1.10.4.1: #111090# changes for the new prop dialogs


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b1bbd002ceaa68be14373fb4d18a970add7bbb5]

INTEGRATION: CWS insight01 (1.26.140); FILE MERGED 2004/07/06 09:01:40 oj 1.26.140.2: RESYNC: (1.26-1.27); FILE MERGED 2004/01/07 13:59:28 oj 1.26.140.1: #111075# ongoing work


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e633425df6551cd25fdf975dab1270c99b9bd53b]

INTEGRATION: CWS insight01 (1.52.140); FILE MERGED 2004/07/21 07:58:49 oj 1.52.140.5: RESYNC: (1.55-1.56); FILE MERGED 2004/07/07 08:37:31 oj 1.52.140.4: merge conflicts 2004/07/06 09:00:33 oj 1.52.140.3: RESYNC: (1.53-1.55); FILE MERGED 2004/02/12 08:47:10 oj 1.52.140.2: RESYNC: (1.52-1.53); FILE MERGED 2004/01/07 13:59:26 oj 1.52.140.1: #111075# ongoing work


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e35b576ae4a371fda04574afbe2dcb67a05b8931]

INTEGRATION: CWS insight01 (1.33.28); FILE MERGED 2004/07/06 09:01:21 oj 1.33.28.2: RESYNC: (1.33-1.35); FILE MERGED 2004/04/27 10:26:52 oj 1.33.28.1: impl disabling of this control


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e0b847f76e66a3d70f94d8e3d517a6c6263beec]

INTEGRATION: CWS insight01 (1.4.290); FILE MERGED 2004/05/28 19:41:59 oj 1.4.290.3: RESYNC: (1.4-1.5); FILE MERGED 2004/04/27 10:28:12 oj 1.4.290.2: impl disabling of this control 2004/04/27 10:26:51 oj 1.4.290.1: impl disabling of this control


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3c36f46e16e9922d7d0b3acce354cda96b06b89]

INTEGRATION: CWS insight01 (1.33.26); FILE MERGED 2004/07/06 09:01:31 oj 1.33.26.3: RESYNC: (1.36-1.37); FILE MERGED 2004/05/28 19:41:50 oj 1.33.26.2: RESYNC: (1.33-1.36); FILE MERGED 2004/01/09 12:43:39 oj 1.33.26.1: #111075# remove unused code


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5995a64efe71a4547a0e421985ef5191deac22e1]

INTEGRATION: CWS insight01 (1.17.70); FILE MERGED 2004/07/06 09:02:25 oj 1.17.70.4: RESYNC: (1.19-1.20); FILE MERGED 2004/02/12 08:47:39 oj 1.17.70.3: RESYNC: (1.18-1.19); FILE MERGED 2004/01/02 20:37:46 oj 1.17.70.2: RESYNC: (1.17-1.18); FILE MERGED 2003/08/12 11:20:55 oj 1.17.70.1: #111749# invalidate with CalcRect


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [11772bce303ef9f40d7bb98400010c19e3ad12b8]

INTEGRATION: CWS insight01 (1.55.22); FILE MERGED 2004/07/21 07:58:57 oj 1.55.22.5: RESYNC: (1.56-1.57); FILE MERGED 2004/07/06 09:02:47 oj 1.55.22.4: RESYNC: (1.55-1.56); FILE MERGED 2004/01/20 09:41:26 oj 1.55.22.3: #i24594# add filter capabilities to URL control 2003/11/28 12:48:42 oj 1.55.22.2: #111075# changes for general xcontent handling 2003/11/26 12:32:37 oj 1.55.22.1: #111075# changes for general xcontent handling


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb3c715faed02a23abe92b7cd12dbf9b7d533a04]

INTEGRATION: CWS insight01 (1.15.4); FILE MERGED 2004/07/21 07:58:40 oj 1.15.4.5: RESYNC: (1.18-1.19); FILE MERGED 2004/07/06 08:57:40 oj 1.15.4.4: RESYNC: (1.17-1.18); FILE MERGED 2004/05/28 19:41:01 oj 1.15.4.3: RESYNC: (1.15-1.17); FILE MERGED 2004/04/13 12:15:40 oj 1.15.4.2: wrong enum type used for database 2004/03/12 08:18:03 oj 1.15.4.1: #111075# add new module for database


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f448faca8b836ba46fa0c0d58b1426e15581acd5]

INTEGRATION: CWS insight01 (1.29.22); FILE MERGED 2004/05/28 19:37:56 oj 1.29.22.2: RESYNC: (1.29-1.30); FILE MERGED 2004/03/06 15:49:54 oj 1.29.22.1: #i25060# fix scroll problem


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8233e2187e9264daaef2d974f31caaea9bb2bf52]

INTEGRATION: CWS insight01 (1.106.18); FILE MERGED 2004/07/21 07:55:53 oj 1.106.18.8: RESYNC: (1.114-1.115); FILE MERGED 2004/07/06 08:08:19 oj 1.106.18.7: RESYNC: (1.113-1.114); FILE MERGED 2004/05/28 18:53:35 oj 1.106.18.6: RESYNC: (1.110-1.113); FILE MERGED 2004/03/05 07:25:45 oj 1.106.18.5: #111090# changes for the new prop dialogs 2004/02/12 08:58:30 oj 1.106.18.4: RESYNC: (1.107-1.110); FILE MERGED 2004/01/07 13:56:56 oj 1.106.18.3: #111075# ongoing work 2004/01/02 20:48:39 oj 1.106.18.2: RESYNC: (1.106-1.107); FILE MERGED 2003/11/26 12:32:35 oj 1.106.18.1: #111075# changes for general xcontent handling


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c12c4dea8f7c74a05c4f5305b6ab56dc2cfc7cdb]

INTEGRATION: CWS insight01 (1.8.282); FILE MERGED 2004/04/20 11:33:29 oj 1.8.282.1: #116204# new db icons


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3760046caa0aa96516c73987aea694ca8062072]

INTEGRATION: CWS insight01 (1.14.22); FILE MERGED 2003/11/26 12:32:29 oj 1.14.22.1: #111075# changes for general xcontent handling


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [109edd2a60b79af62f88de31efc5cfe35ec13e48]

INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/11/26 12:33:11 oj 1.1.2.1: #111075# changes for general xcontent handling


2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e12748f2860429d8820b6d830f0c1990b9cc6f37]

INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/07 08:37:30 oj 1.1.2.2: merge conflicts 2004/01/07 13:55:34 oj 1.1.2.1: #111075# ongoing work


2004-08-02  Kurt Zenker  <kz@openoffice.org>  [e5f4574f7436087d3a179ece426b463de40bb1ea]

INTEGRATION: CWS swobjpos04 (1.6.18); FILE MERGED 2004/06/02 13:44:58 pb 1.6.18.1: fix: #i28702# new flag for consider wrapping style


2004-08-02  Kurt Zenker  <kz@openoffice.org>  [2482acd59be5054102230e43352e3f74dbf61b7c]

INTEGRATION: CWS swobjpos04 (1.37.12); FILE MERGED 2004/07/12 13:23:50 od 1.37.12.2: RESYNC: (1.37-1.38); FILE MERGED resolve merge conflict. 2004/06/02 13:54:20 pb 1.37.12.1: fix: #i28702# global get writer compatibility version


2004-08-02  Kurt Zenker  <kz@openoffice.org>  [b03d3e5bc939e5f4d941e03265a4b95cec74ea41]

INTEGRATION: CWS swobjpos04 (1.15.12); FILE MERGED 2004/06/02 13:54:09 pb 1.15.12.1: fix: #i28702# global get writer compatibility version


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [0102ba3fdf61e06ffbf3b008907e42747c3d3f77]

INTEGRATION: CWS enusencoding (1.16.6); FILE MERGED 2004/07/22 15:53:31 ihi 1.16.6.1: #i8252# localize -> localize_sl fixed


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [17c949bab833ff6af677c40c78f47cfee41b7704]

INTEGRATION: CWS gcc340fixes01 (1.5.172); FILE MERGED 2004/07/02 10:09:46 sb 1.5.172.1: #i29352# Avoid problems with dependent names in templates.


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [bb42bbeaac11b5f94ec84a0abe8a26c4a596f6a8]

INTEGRATION: CWS gcc340fixes01 (1.5.204); FILE MERGED 2004/07/13 11:27:01 hr 1.5.204.2: #i31262#: qualify UNO_QUERY 2004/07/02 10:09:46 sb 1.5.204.1: #i29352# Avoid problems with dependent names in templates.


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [a9407e125adfc93a91d993269214baf3db16d2ea]

INTEGRATION: CWS gcc340fixes01 (1.2.50); FILE MERGED 2004/07/15 15:57:55 hr 1.2.50.1: #i31546#: template lookup fix


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [dfd2f2fcd687c5c4f0bf293d049f7143d237fe06]

INTEGRATION: CWS gcc340fixes01 (1.4.34); FILE MERGED 2004/07/13 11:30:57 hr 1.4.34.1: #i31262#: include <algrorithm> (patch by fa)


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [cf996dfe38d1950f4a2ced830710f07b739516d5]

INTEGRATION: CWS gcc340fixes01 (1.1.1.1.208); FILE MERGED 2004/07/02 10:09:46 sb 1.1.1.1.208.1: #i29352# Avoid problems with dependent names in templates.


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [57135d9d77e23e904e3df3f51ade37ff51b971ab]

INTEGRATION: CWS gcc340fixes01 (1.4.136); FILE MERGED 2004/07/02 10:09:45 sb 1.4.136.1: #i29352# Avoid problems with dependent names in templates.


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [4d51c171515e963df779a7e30238f147bc9fe23a]

INTEGRATION: CWS gcc340fixes01 (1.1.1.1.208); FILE MERGED 2004/07/13 11:57:19 hr 1.1.1.1.208.1: #i31262#: fix template lookup, see http://gcc.gnu.org/gcc-3.4/changes.html


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [836cf60d2cb6b7821e07560e0bd76bfd6c82ca6a]

INTEGRATION: CWS gcc340fixes01 (1.1.200); FILE MERGED 2004/07/02 10:09:45 sb 1.1.200.1: #i29352# Avoid problems with dependent names in templates.


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [48a4bc15d5a0cc53cb6c56f75177361ff6f406e2]

INTEGRATION: CWS gcc340fixes01 (1.3.268); FILE MERGED 2004/07/13 16:56:04 hr 1.3.268.1: #i31439#: fix template resolution


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [241406f38ad01633da72e5357755948ff4cda58e]

INTEGRATION: CWS gcc340fixes01 (1.4.172); FILE MERGED 2004/07/14 14:54:31 hr 1.4.172.1: #i10000#: [Get|Set]LineOrientation() -> [Get|Set]Orientation()


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [847ff9eeb524082bdf705c3bc2420f62f11bf96a]

INTEGRATION: CWS gcc340fixes01 (1.4.566); FILE MERGED 2004/07/14 14:56:12 hr 1.4.566.1: #i10000#: fix i18n* regsitration


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [f5a1a82de7877c758f28d7fef7f2e9ec529f07fd]

INTEGRATION: CWS gcc340fixes01 (1.14.8); FILE MERGED 2004/07/13 12:23:27 hr 1.14.8.1: #i31264#: fix syntax for template specialization (patch by FA)


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [abf1e80e73354b0478be3592120945d7fee2057a]

INTEGRATION: CWS gcc340fixes01 (1.2.8); FILE MERGED 2004/07/13 20:25:50 fa 1.2.8.1: #i31442# #include IndexOutOfBoundsException.hpp to satisfy gcc 3.4


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [208ee0f6a3c43d1d5a048da9a22d865942c5cbad]

INTEGRATION: CWS i18n13 (1.10.92); FILE MERGED 2004/05/13 07:16:05 khong 1.10.92.1: #i28829# fix crash problem when none of translation module is loaded


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [8c61cca27acbdb7e5e430d7a85fe3d5fc0ede4e2]

INTEGRATION: CWS i18n13 (1.6.108); FILE MERGED 2004/06/08 22:45:58 khong 1.6.108.1: #115841# #115878# #116314# #116316# fix Japanese search problem and Katakana and Hiragana conversion


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [683fc6f965bd742baa6f3f10c0c1d12b2b0cdb50]

INTEGRATION: CWS i18n13 (1.7.18); FILE MERGED 2004/06/08 22:45:58 khong 1.7.18.1: #115841# #115878# #116314# #116316# fix Japanese search problem and Katakana and Hiragana conversion


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [5bbba96621bf63feb424b0f2d7802497445df197]

INTEGRATION: CWS i18n13 (1.6.108); FILE MERGED 2004/06/08 22:45:57 khong 1.6.108.1: #115841# #115878# #116314# #116316# fix Japanese search problem and Katakana and Hiragana conversion


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [ca1ea521807f8cbf7a5b06b1f407466d4d0133a2]

INTEGRATION: CWS i18n13 (1.11.2); FILE MERGED 2004/06/14 22:46:24 khong 1.11.2.1: #i20131# update Chinese and Korean bullet/numbering and outline setting


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [3d2b1b905b1742f4ef6234df2f088b3057879107]

INTEGRATION: CWS i18n13 (1.12.2); FILE MERGED 2004/06/14 22:46:24 khong 1.12.2.1: #i20131# update Chinese and Korean bullet/numbering and outline setting


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [f47d31dedbc87259495f2ffcfdfa9ee8c9bee577]

INTEGRATION: CWS i18n13 (1.15.2); FILE MERGED 2004/06/14 22:46:23 khong 1.15.2.1: #i20131# update Chinese and Korean bullet/numbering and outline setting


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [299aeba1dbe4474593b314b99ab1a13e8e23a831]

INTEGRATION: CWS i18n13 (1.12.2); FILE MERGED 2004/06/14 22:44:50 khong 1.12.2.1: #116417# update Japanese bullet/numbering and outline setting


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [34ba286e60664c02c49c01724c1390191566b49b]

INTEGRATION: CWS i18n13 (1.10.2); FILE MERGED 2004/06/17 20:45:58 khong 1.10.2.2: #111946# remove added calendars, update some format code 2004/06/17 04:40:53 khong 1.10.2.1: #111946# add different calendars for Arabic locales


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [66ee0dfe948b885210755de124595289448fdc8c]

INTEGRATION: CWS i18n13 (1.9.84); FILE MERGED 2004/06/17 20:45:57 khong 1.9.84.4: #111946# remove added calendars, update some format code 2004/06/17 04:40:53 khong 1.9.84.3: #111946# add different calendars for Arabic locales 2004/06/03 22:58:47 khong 1.9.84.2: RESYNC: (1.9-1.10); FILE MERGED 2004/05/13 07:19:14 khong 1.9.84.1: #111945# use Arabic commas in Arabic date format


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [41dd976e415e9b10c9770280e0a8199ad1f7f9f1]

INTEGRATION: CWS i18n13 (1.9.2); FILE MERGED 2004/06/17 20:45:57 khong 1.9.2.2: #111946# remove added calendars, update some format code 2004/06/17 04:40:53 khong 1.9.2.1: #111946# add different calendars for Arabic locales


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [79773ad0bfcb0a38cc54b5f477316e198d04e33f]

INTEGRATION: CWS i18n13 (1.12.84); FILE MERGED 2004/06/19 00:16:01 khong 1.12.84.5: #111946# update date format 2004/06/17 20:45:57 khong 1.12.84.4: #111946# remove added calendars, update some format code 2004/06/17 04:40:52 khong 1.12.84.3: #111946# add different calendars for Arabic locales 2004/06/03 22:58:13 khong 1.12.84.2: RESYNC: (1.12-1.13); FILE MERGED 2004/05/13 07:19:13 khong 1.12.84.1: #111945# use Arabic commas in Arabic date format


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [7f981a504bbb83de864bae600474466789297aac]

INTEGRATION: CWS i18n13 (1.26.2); FILE MERGED 2004/06/14 22:41:31 khong 1.26.2.2: #i29964# #i29965# fix indexentrysupplier crash on window platform 2004/06/11 15:26:19 er 1.26.2.1: #i30095# getFollowPageWords: typo caused this to not work


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [38090de8721ee8ba670b5d3355eee98aec99c968]

INTEGRATION: CWS i18n13 (1.10.2); FILE MERGED 2004/06/14 22:41:31 khong 1.10.2.1: #i29964# #i29965# fix indexentrysupplier crash on window platform


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [bc322c4d0f203a560a342c8abbbd858a19ede92d]

INTEGRATION: CWS i18n13 (1.5.2); FILE MERGED 2004/06/14 22:37:57 khong 1.5.2.1: #i29964# #i29965# fix indexentrysupplier crash on window platform


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [4a4a239d80747a5e9dbdb7ef4281cd9205208f1b]

INTEGRATION: CWS i18n13 (1.6.26); FILE MERGED 2004/05/20 19:00:41 khong 1.6.26.1: #i29377# map Ignore case option to ICU Secondary stregth


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [c441cff4a9e73d6365b52f0c5365102e3f16a1b5]

INTEGRATION: CWS i18n13 (1.9.26); FILE MERGED 2004/06/08 22:19:05 khong 1.9.26.1: #111946# add more gregorian calendar in different languages for Arabic locales


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [979dda73a2edc1e505be1fae943b9017b828b3c7]

INTEGRATION: CWS i18n13 (1.8.92); FILE MERGED 2004/06/14 23:24:16 khong 1.8.92.2: #112772# Japanese word breakiterator is not correct 2004/06/11 19:23:04 khong 1.8.92.1: #112772# Japanese word breakiterator is not correct


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [408ab7b8663e7034fd97a0295de3ab32d2972f06]

INTEGRATION: CWS i18n13 (1.15.2); FILE MERGED 2004/06/17 20:29:38 khong 1.15.2.3: # 2004/06/11 18:59:43 khong 1.15.2.2: #i29548# Fix Thai word breakiterator problem 2004/06/08 21:11:34 khong 1.15.2.1: #i29548# Fix Thai word breakiterator problem


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [06fac742bb5c766947fb35007ec90193d3aee581]

INTEGRATION: CWS i18n13 (1.4.162); FILE MERGED 2004/06/08 21:11:33 khong 1.4.162.1: #i29548# Fix Thai word breakiterator problem


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [ddc894101fd5c639d61aa02482b19ce037cc4a76]

INTEGRATION: CWS i18n13 (1.7.162); FILE MERGED 2004/06/11 19:23:04 khong 1.7.162.1: #112772# Japanese word breakiterator is not correct


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [50ef8a9929f99be30cfffdb04e80eec59740852e]

INTEGRATION: CWS i18n13 (1.9.92); FILE MERGED 2004/06/11 19:23:04 khong 1.9.92.1: #112772# Japanese word breakiterator is not correct


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [0348bf6e80be1f3bafb52256fd5e78bef76bc1f0]

INTEGRATION: CWS i18n13 (1.15.18); FILE MERGED 2004/06/17 20:29:38 khong 1.15.18.2: # 2004/06/02 04:54:24 khong 1.15.18.1: #i11993# fix getWordBoundary problem when position is on the end of the word.


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [2c63ac34a09a93ee8ad4f3c6c107de8fb0018c05]

INTEGRATION: CWS i18n13 (1.3.158); FILE MERGED 2004/06/11 19:24:35 khong 1.3.158.1: #112772# Japanese word breakiterator is not correct


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [81fe4bc7f5c776188784bb9b49349a1861a48d62]

INTEGRATION: CWS i18n13 (1.10.2); FILE MERGED 2004/06/14 22:42:36 khong 1.10.2.1: #i29964# #i29965# fix indexentrysupplier crash on window platform


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [84bc882b99f312fa83cb877f3f2e940b0df70e68]

INTEGRATION: CWS i18n13 (1.3.2); FILE MERGED 2004/06/14 22:42:36 khong 1.3.2.1: #i29964# #i29965# fix indexentrysupplier crash on window platform


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [084c32e37d826284232749e76dcc059496ca936f]

INTEGRATION: CWS i18n13 (1.7.2); FILE MERGED 2004/06/11 19:11:33 khong 1.7.2.2: #i29548# Fix Thai word breakiterator problem 2004/06/08 21:08:43 khong 1.7.2.1: #i29548# Fix Thai word breakiterator problem


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [1cd30307583158f641bf54a663821f9a70ac62e0]

INTEGRATION: CWS i18n13 (1.3.164); FILE MERGED 2004/06/08 21:08:43 khong 1.3.164.1: #i29548# Fix Thai word breakiterator problem


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [367dca295c9c15d62ef9b1e88a313fac996714ac]

INTEGRATION: CWS i18n13 (1.4.26); FILE MERGED 2004/06/11 19:24:35 khong 1.4.26.1: #112772# Japanese word breakiterator is not correct


2004-07-30  Kurt Zenker  <kz@openoffice.org>  [699aa76dd858a5411865608ee8528364201c61cb]

INTEGRATION: CWS powerpointmetrics01 (1.37.104); FILE MERGED 2004/05/14 15:12:17 thb 1.37.104.1: #115345# Corrected some cases when adding to an empty clip path


2004-07-29  Christof Pintaske  <cp@openoffice.org>  [3429523c75d4b4cccb3aa70014796a5d59e1a89d]

#i32245# FIXME: temporarily disabled display destructor


2004-07-24  Kurt Zenker  <kz@openoffice.org>  [26e55f7ccee7782edd5672045d38a1f3d94118a4]

new version for SRC680


2004-07-24  Kurt Zenker  <kz@openoffice.org>  [72b518d2aee9b1786c7af04dde39525959ef7f3a]

new version for SRC680


2004-07-24  Kurt Zenker  <kz@openoffice.org>  [717773653c22a32aeac55c5746a706ed1169caff]

new version for SRC680


2004-07-24  Kurt Zenker  <kz@openoffice.org>  [b8a48ccdf061de5a61d144860ad1011148847394]

new version for SRC680


2004-07-24  Rüdiger Timm  <rt@openoffice.org>  [0b16a9ac5df43f787ffc46b4bd63dacd0952183b]

new version for SRC680


2004-07-24  Rüdiger Timm  <rt@openoffice.org>  [76a338d6b5dbaea2396a800ce3e5d8c53a4e2c8d]

new version for SRC680


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [3a09799cb5fc7aed80284ceae6578dab70acad71]

new version for SRC680


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [fe7ae784769f5408e89342ae9a299502c4ddbd73]

INTEGRATION: CWS sb20 (1.7.26); FILE MERGED 2004/06/28 14:27:07 sb 1.7.26.1: #i29740# Added PropertySetMixin.


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [b9723a29343a6c8269eb2107cc541216040bad74]

INTEGRATION: CWS sb20 (1.9.40); FILE MERGED 2004/06/28 14:27:06 sb 1.9.40.1: #i29740# Added PropertySetMixin.


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [e84bbe9fca71566614b1e0118e9eeb1e1a15c730]

INTEGRATION: CWS sb20 (1.8.26); FILE MERGED 2004/06/28 14:27:05 sb 1.8.26.1: #i29740# Added PropertySetMixin.


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [06d34e50c07bc1d216dd435b1705f61cd6ab1a50]

INTEGRATION: CWS sb20 (1.2.12); FILE MERGED 2004/06/15 09:16:57 sb 1.2.12.1: #i29119# sandbox.jar no longer needed by UNO.


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [063bc0ad9c174d281bc074f0ded88d1efcadfb25]

INTEGRATION: CWS sb20 (1.2.12); FILE MERGED 2004/06/15 09:16:56 sb 1.2.12.1: #i29119# sandbox.jar no longer needed by UNO.


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [0b48453e215804e5e11079bd65fefd0e31c979bd]

INTEGRATION: CWS sb20 (1.1.158); FILE MERGED 2004/06/15 08:14:28 sb 1.1.158.1: #i29119# sandbox.jar no longer needed by UNO.


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [c4965c3c7eb49b5c7cd773a6effc1ae3aa4d35f4]

INTEGRATION: CWS sb20 (1.2.152); FILE MERGED 2004/06/15 08:14:27 sb 1.2.152.1: #i29119# sandbox.jar no longer needed by UNO.


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [5b8dafd9bb15aa282d41177b8b8752512fe7fdd8]

INTEGRATION: CWS sb20 (1.25.144); FILE MERGED 2004/06/15 08:14:26 sb 1.25.144.1: #i29119# sandbox.jar no longer needed by UNO.


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [8108491618c6b900f969e07042e920f588762246]

INTEGRATION: CWS sb20 (1.3.182); FILE MERGED 2004/06/15 08:14:26 sb 1.3.182.1: #i29119# sandbox.jar no longer needed by UNO.


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [c6409e18ad23897cbf9847a8a4bc41e810bf6575]

INTEGRATION: CWS i18naddloc (1.6.16); FILE MERGED 2004/07/13 16:25:05 er 1.6.16.1: #i31143# add North Korean (DPR)


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [25259186a60e586daf81f596fd8bd72217eb3a48]

INTEGRATION: CWS i18naddloc (1.7.4); FILE MERGED 2004/06/11 18:35:26 er 1.7.4.2: #i28518# fm/em instead of am/pm 2004/06/11 18:00:10 er 1.7.4.1: #i26461# correct TimeSeparator


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [35f38fce07c98fa3ee844f7d568d6faf0d2fddf2]

INTEGRATION: CWS i18naddloc (1.7.4); FILE MERGED 2004/06/11 18:35:26 er 1.7.4.2: #i28518# fm/em instead of am/pm 2004/06/11 17:57:27 er 1.7.4.1: #i26461# use Finnish regional and number format settings adapted to Swedish language


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [3b2388a53f717b62c781810fa8fdd74383bd4cbb]

INTEGRATION: CWS i18naddloc (1.1.2); FILE ADDED 2004/07/08 11:58:37 er 1.1.2.4: #i18659# LC_INFO DefaultName in readable English ;-) 2004/07/06 11:11:23 er 1.1.2.3: #i18659# small change in currency name 2004/07/05 15:43:12 er 1.1.2.2: #i18659# latest changes 2004/06/14 15:48:14 er 1.1.2.1: #i18659# add sr_YU and sh_YU Serbian locale data, provided by Tanovic Branko < tane@ooo >


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [560e1e6938daf77ea27455ccfebc6d7f7ee35421]

INTEGRATION: CWS i18naddloc (1.1.2); FILE ADDED 2004/07/08 11:58:36 er 1.1.2.4: #i18659# LC_INFO DefaultName in readable English ;-) 2004/07/06 11:11:23 er 1.1.2.3: #i18659# small change in currency name 2004/07/05 15:43:12 er 1.1.2.2: #i18659# latest changes 2004/06/14 15:48:13 er 1.1.2.1: #i18659# add sr_YU and sh_YU Serbian locale data, provided by Tanovic Branko < tane@ooo >


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [17f2d57c04ffca629ea880c6133eb4c0d38b94f2]

INTEGRATION: CWS i18naddloc (1.3.4); FILE MERGED 2004/06/11 18:36:26 er 1.3.4.1: #i28518# AM/PM instead of am/pm


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [b42836a35ecbdfd3caf6783f02f2e4e1afec17f6]

INTEGRATION: CWS i18naddloc (1.1.2); FILE ADDED 2004/06/11 18:36:26 er 1.1.2.2: #i28518# AM/PM instead of am/pm 2004/06/11 16:32:11 er 1.1.2.1: #i15834# add ms_MY Malaysian locale data, provided by Syed Ahmad Shazali <zali@ooo>


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [4a40352ac87c62185c4395a71db3e7402ac64f6c]

INTEGRATION: CWS i18naddloc (1.1.2); FILE ADDED 2004/06/14 13:25:27 er 1.1.2.1: #i27677# add mn_MN Mongolian locale data, provided by Sanlig Badral <badaa@ooo>


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [7f67d8b06e63b73dcf537a444c6cbdb571eaff23]

INTEGRATION: CWS i18naddloc (1.23.2); FILE MERGED 2004/07/05 15:07:14 er 1.23.2.8: #i30508# add Azerbaijani (az_AZ) locale data, provided by Rail Aliev <rail@ooo> and Emin Huseynov <emin_huseynov@ooo> 2004/06/17 16:31:57 er 1.23.2.7: #i27248# add bs_BA Bosnian for Bosnia-Herzegovina locale data, provided by Vedran Ljubovic <vljubovic@ooo> 2004/06/14 16:39:11 er 1.23.2.6: #i20613# add hr_HR Croatian locale data, provided by Denis Lakcovic <delacko@ooo> 2004/06/14 15:48:13 er 1.23.2.5: #i18659# add sr_YU and sh_YU Serbian locale data, provided by Tanovic Branko < tane@ooo > 2004/06/14 13:25:26 er 1.23.2.4: #i27677# add mn_MN Mongolian locale data, provided by Sanlig Badral <badaa@ooo> 2004/06/14 11:57:52 er 1.23.2.3: #i18069# add ia Interlingua locale data, provided by Ove Hanebring <ovehanebring@ooo> 2004/06/11 17:06:55 er 1.23.2.2: #i16276# add bg_BG Bulgarian locale data, provided by Hristo Hristov <icobgr@ooo> 2004/06/11 16:32:10 er 1.23.2.1: #i15834# add ms_MY Malaysian locale data, provided by Syed Ahmad Shazali <zali@ooo>


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [6c37155d244a0c1b4a864df0ef4ea6bf7e39ef12]

INTEGRATION: CWS i18naddloc (1.3.4); FILE MERGED 2004/07/05 15:07:14 er 1.3.4.4: #i30508# add Azerbaijani (az_AZ) locale data, provided by Rail Aliev <rail@ooo> and Emin Huseynov <emin_huseynov@ooo> 2004/06/14 13:25:26 er 1.3.4.3: #i27677# add mn_MN Mongolian locale data, provided by Sanlig Badral <badaa@ooo> 2004/06/14 11:57:52 er 1.3.4.2: #i18069# add ia Interlingua locale data, provided by Ove Hanebring <ovehanebring@ooo> 2004/06/11 16:32:10 er 1.3.4.1: #i15834# add ms_MY Malaysian locale data, provided by Syed Ahmad Shazali <zali@ooo>


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [78a83627017179f1ff498fb44251c08b783401f0]

INTEGRATION: CWS i18naddloc (1.7.4); FILE MERGED 2004/06/17 16:31:57 er 1.7.4.4: #i27248# add bs_BA Bosnian for Bosnia-Herzegovina locale data, provided by Vedran Ljubovic <vljubovic@ooo> 2004/06/14 16:39:11 er 1.7.4.3: #i20613# add hr_HR Croatian locale data, provided by Denis Lakcovic <delacko@ooo> 2004/06/14 15:48:12 er 1.7.4.2: #i18659# add sr_YU and sh_YU Serbian locale data, provided by Tanovic Branko < tane@ooo > 2004/06/11 17:06:55 er 1.7.4.1: #i16276# add bg_BG Bulgarian locale data, provided by Hristo Hristov <icobgr@ooo>


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [482c33edcecc918f7525fa964a8332f60c27c860]

INTEGRATION: CWS i18naddloc (1.1.2); FILE ADDED 2004/06/14 11:57:51 er 1.1.2.1: #i18069# add ia Interlingua locale data, provided by Ove Hanebring <ovehanebring@ooo>


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [119eca271cc45996d5efb7f643409a05e484ce60]

INTEGRATION: CWS i18naddloc (1.1.2); FILE ADDED 2004/06/14 16:39:11 er 1.1.2.1: #i20613# add hr_HR Croatian locale data, provided by Denis Lakcovic <delacko@ooo>


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [cbc2f2e346d51228aa72e594333d46f15ad63c2e]

INTEGRATION: CWS i18naddloc (1.11.4); FILE MERGED 2004/06/11 18:36:25 er 1.11.4.1: #i28518# AM/PM instead of am/pm


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [523dd425b021317d82eb07e16ee34ba0d6648f81]

INTEGRATION: CWS i18naddloc (1.8.4); FILE MERGED 2004/06/11 18:36:25 er 1.8.4.2: #i28518# AM/PM instead of am/pm 2004/06/11 17:38:22 er 1.8.4.1: #i26460# remove trailing dots from abbreviated month names


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [26c1b2c4cf136d97353bc21bd4cdabe38f6b4a60]

INTEGRATION: CWS i18naddloc (1.9.4); FILE MERGED 2004/06/11 17:58:50 er 1.9.4.1: #i26461# correct DateSeparator


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [bdebb0a292e65f9c52462c5c14bd23e7c7d10378]

INTEGRATION: CWS i18naddloc (1.4.4); FILE MERGED 2004/06/11 18:13:52 er 1.4.4.1: #i26462# get data and references right (were always wrong before)


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [43f59044a4425e05f5c29a7393e4c7a9c8c1138c]

INTEGRATION: CWS i18naddloc (1.7.4); FILE MERGED 2004/06/11 18:52:50 er 1.7.4.1: #i29944# correct decimal and group separators


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [48c8b7cf12c47a4888ed3be679c2330939fe3279]

INTEGRATION: CWS i18naddloc (1.3.2); FILE MERGED 2004/06/14 15:14:33 er 1.3.2.1: #i18069# entities may be indented, preceded by leading blanks


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [22f1ebd0aaaca299debe1d068ddb7de72da80bef]

INTEGRATION: CWS i18naddloc (1.1.2); FILE ADDED 2004/06/17 16:31:57 er 1.1.2.1: #i27248# add bs_BA Bosnian for Bosnia-Herzegovina locale data, provided by Vedran Ljubovic <vljubovic@ooo>


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [6f1b6ab17913b7d2f065393081ff714fb666fe18]

INTEGRATION: CWS i18naddloc (1.1.2); FILE ADDED 2004/06/11 17:06:54 er 1.1.2.1: #i16276# add bg_BG Bulgarian locale data, provided by Hristo Hristov <icobgr@ooo>


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [19f16ed43e5c5d07a10b8aee173930b3d801ea2f]

INTEGRATION: CWS i18naddloc (1.1.2); FILE ADDED 2004/07/05 15:07:14 er 1.1.2.1: #i30508# add Azerbaijani (az_AZ) locale data, provided by Rail Aliev <rail@ooo> and Emin Huseynov <emin_huseynov@ooo>


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [ad6a975e21e28f65ea9c2a22b757235610d8f751]

INTEGRATION: CWS i18naddloc (1.6.4); FILE MERGED 2004/06/11 18:13:51 er 1.6.4.1: #i26462# get data and references right (were always wrong before)


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [2d70b1b7168ae120c37718a9b8d9725bfa245e7d]

INTEGRATION: CWS i18naddloc (1.26.4); FILE MERGED 2004/07/05 15:07:13 er 1.26.4.8: #i30508# add Azerbaijani (az_AZ) locale data, provided by Rail Aliev <rail@ooo> and Emin Huseynov <emin_huseynov@ooo> 2004/06/17 16:31:56 er 1.26.4.7: #i27248# add bs_BA Bosnian for Bosnia-Herzegovina locale data, provided by Vedran Ljubovic <vljubovic@ooo> 2004/06/14 16:39:09 er 1.26.4.6: #i20613# add hr_HR Croatian locale data, provided by Denis Lakcovic <delacko@ooo> 2004/06/14 15:48:12 er 1.26.4.5: #i18659# add sr_YU and sh_YU Serbian locale data, provided by Tanovic Branko < tane@ooo > 2004/06/14 13:25:25 er 1.26.4.4: #i27677# add mn_MN Mongolian locale data, provided by Sanlig Badral <badaa@ooo> 2004/06/14 11:57:50 er 1.26.4.3: #i18069# add ia Interlingua locale data, provided by Ove Hanebring <ovehanebring@ooo> 2004/06/11 17:06:53 er 1.26.4.2: #i16276# add bg_BG Bulgarian locale data, provided by Hristo Hristov <icobgr@ooo> 2004/06/11 16:32:09 er 1.26.4.1: #i15834# add ms_MY Malaysian locale data, provided by Syed Ahmad Shazali <zali@ooo>


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [0921a5b857ec1e5b6635a92c61111a5d9ce308e5]

INTEGRATION: CWS ricohfonts (1.164.10); FILE MERGED 2004/06/02 10:47:12 hdu 1.164.10.7: #114770# more translations for ricoh related fonts 2004/06/02 09:02:22 hdu 1.164.10.6: #114770# ignore vendor extensions for ricoh font special emboldening 2004/06/01 15:31:22 hdu 1.164.10.5: #114999# for special japanese bold effect adapt to changed fontnames 2004/04/20 07:02:02 hdu 1.164.10.4: RESYNC: (1.169-1.170); FILE MERGED 2004/03/10 13:45:05 hdu 1.164.10.3: #114960# add new japanese Ricoh fonts 2004/03/10 10:23:12 hdu 1.164.10.2: RESYNC: (1.164-1.169); FILE MERGED 2004/01/22 14:02:58 hdu 1.164.10.1: #114770# special handling for emboldening Ricoh fonts


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [cc90a0ea43ae921da9008375962d7173dcd4cf93]

INTEGRATION: CWS ricohfonts (1.25.20); FILE MERGED 2004/03/12 12:32:56 hdu 1.25.20.2: #114960# change japanese default names for pleasant reading in UI 2004/03/10 14:54:17 hdu 1.25.20.1: #114960# add hggothicbsun as default japanese UI font


2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [086a59fb732dd7019644ec7257b67c050ed1fed0]

INTEGRATION: CWS jl8 (1.5.30); FILE MERGED 2004/06/16 10:17:51 pb 1.5.30.1: fix: #i29602# support for RadioButtons


2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [eda5b82bd68ac395aeec396772d86b5051b39d30]

INTEGRATION: CWS fwklhf01 (1.24.4); FILE MERGED 2004/06/28 13:31:45 as 1.24.4.2: RESYNC: (1.24-1.25); FILE MERGED resolve resync conflicts 2004/06/18 11:03:17 as 1.24.4.1: #115305# dont hide runtime exceptions


2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ea18ca74fa353be009f7d4c14b6976155f71f41]

INTEGRATION: CWS fwklhf01 (1.2.64); FILE MERGED 2004/06/18 09:15:10 as 1.2.64.1: #i26501# use typename to avoid gcc warnings


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [e9d363f1e867ce336feaadea9f22b47c2df41747]

INTEGRATION: CWS dba14 (1.27.28); FILE MERGED 2004/07/16 07:22:55 fs 1.27.28.1: #i31536# +imageresouceaccess


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [94a3065041073dbffcf41fca09784d375e8045f8]

INTEGRATION: CWS dba14 (1.1.2); FILE ADDED 2004/07/16 07:22:43 fs 1.1.2.1: #i31536#


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [69266b7f1dfae3345326a2d382b902a2c3891335]

INTEGRATION: CWS dba14 (1.115.18); FILE MERGED 2004/07/16 07:24:51 fs 1.115.18.1: #i31536# +imageresouceaccess


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [0f63c95bce07171384cd480a56959b62a8ff4608]

INTEGRATION: CWS dba14 (1.1.2); FILE ADDED 2004/07/16 07:22:31 fs 1.1.2.1: #i31536#


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [32b6bc18e99086b4fe9ff2a80789931f105b6b90]

INTEGRATION: CWS dba14 (1.48.38); FILE MERGED 2004/07/15 15:03:54 fs 1.48.38.1: moving herein the fix from branch cws_src680_mav09 - needed for #i31536#


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [4d4349df1b2e053725ef8d362a8e61ccdb90f49a]

INTEGRATION: CWS dba14 (1.3.192); FILE MERGED 2004/07/15 15:04:24 fs 1.3.192.1: #i31536# +OSeekableOutputStreamWrapper


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [26c6a4dcd7176a8b8b13984c13a0c6bec9f84b9a]

INTEGRATION: CWS dba14 (1.4.192); FILE MERGED 2004/07/15 15:04:20 fs 1.4.192.1: #i31536# +OSeekableOutputStreamWrapper


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [96417a67419a40f515cd5edebd7c781c5ef4e85c]

INTEGRATION: CWS watchwindow2 (1.35.10); FILE MERGED 2004/07/07 10:11:39 ab 1.35.10.1: #i20405# Fixed ::EditEntry for multi tab usage


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [58609c9d0f2caddcfc5a84ecf13d761d1ec6a309]

INTEGRATION: CWS vcl24 (1.23.26); FILE MERGED 2004/07/16 12:58:39 pl 1.23.26.3: RESYNC: (1.23-1.24); FILE MERGED 2004/07/08 15:50:51 pl 1.23.26.2: #i28763# workaround possibly hanging CUPS calls 2004/06/30 17:44:06 pl 1.23.26.1: removed some warnings


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [dd2b1f0ebe96aa778f1f26309e447c2670dc6eb9]

INTEGRATION: CWS vcl24 (1.3.14); FILE MERGED 2004/07/12 16:03:43 pl 1.3.14.3: fix a crash 2004/07/08 15:50:51 pl 1.3.14.2: #i28763# workaround possibly hanging CUPS calls 2004/06/30 17:35:57 pl 1.3.14.1: #i30914# #i30917# handle queue instances correctly


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [0b52aa5d3a97b8162c06d88eede4c59010fc92f0]

INTEGRATION: CWS vcl24 (1.14.14); FILE MERGED 2004/07/08 15:50:50 pl 1.14.14.1: #i28763# workaround possibly hanging CUPS calls


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [7297d7f4fdbc23adbe4f0e82eeceb240e1ee7033]

INTEGRATION: CWS vcl24 (1.4.14); FILE MERGED 2004/07/08 16:09:57 pl 1.4.14.1: #i30513# merge from vcl22, make compilation without fontconfig work again


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [88533654ffdd8846063ae768948b777497189490]

INTEGRATION: CWS vcl24 (1.5.26); FILE MERGED 2004/07/08 15:50:48 pl 1.5.26.1: #i28763# workaround possibly hanging CUPS calls


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [5dfccfdb4abb0ebe26631b04cd8e5a8048f9735b]

INTEGRATION: CWS vcl24 (1.2.26); FILE MERGED 2004/07/08 15:50:47 pl 1.2.26.1: #i28763# workaround possibly hanging CUPS calls


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [f89cbd3e8f20a2273628a7dcf111f10a60b26b6d]

INTEGRATION: CWS vcl24 (1.179.2); FILE MERGED 2004/06/29 11:49:04 pl 1.179.2.1: #i30571# migrate resize event buffering to independent part


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [4add106d51646dbe7b29f3d1cd0663c3edd12503]

INTEGRATION: CWS vcl24 (1.36.2); FILE MERGED 2004/06/28 16:18:14 pl 1.36.2.1: #i30832# avoid unnecessary context switches


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [eea30c1dd53f1a5c2bebe330316dac5b8978e67a]

INTEGRATION: CWS vcl24 (1.10.140); FILE MERGED 2004/07/06 08:50:41 pl 1.10.140.1: #i30919# portuguese key names


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [2c32db3e1317f66fb474f91d3f9110b7e8d551ae]

INTEGRATION: CWS vcl24 (1.38.34); FILE MERGED 2004/06/29 11:49:04 pl 1.38.34.1: #i30571# migrate resize event buffering to independent part


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [da4105958df97a7c16518a5faf01b4f2b79ba307]

INTEGRATION: CWS vcl24 (1.6.2); FILE MERGED 2004/07/16 12:53:16 pl 1.6.2.3: RESYNC: (1.6-1.8); FILE MERGED 2004/07/06 13:04:31 pl 1.6.2.2: #i30981# menu highlight text color 2004/06/29 16:44:34 pl 1.6.2.1: #i29929# improve on keyinput <-> ime input conversion


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [2273ccce2bf023768312b891b0ef7d9f1f5c0b02]

INTEGRATION: CWS vcl24 (1.89.42); FILE MERGED 2004/06/29 11:49:03 pl 1.89.42.1: #i30571# migrate resize event buffering to independent part


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [97bc2bff6905f3dffe14f3b183d5542705b06c74]

INTEGRATION: CWS vcl24 (1.190.2); FILE MERGED 2004/07/08 16:29:34 pl 1.190.2.2: RESYNC: (1.190-1.191); FILE MERGED 2004/06/29 11:49:01 pl 1.190.2.1: #i30571# migrate resize event buffering to independent part


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [ff9bf9ebb9a999c89db4b839df99c72ede735935]

INTEGRATION: CWS vcl24 (1.4.140); FILE MERGED 2004/07/06 09:08:09 pl 1.4.140.1: #i30972# clean up some warnings


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [00a975005c296fbce83065ae5845bbb5f96c6930]

INTEGRATION: CWS vcl24 (1.52.18); FILE MERGED 2004/07/08 16:22:54 pl 1.52.18.2: RESYNC: (1.52-1.53); FILE MERGED 2004/07/08 10:35:16 pl 1.52.18.1: #i29060# remove erroneous Pos attribute of dialog


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [304235e89b250286798d80c77f7c75c6d86b8efb]

INTEGRATION: CWS vcl23 (1.6.20); FILE MERGED 2004/06/14 14:30:17 pl 1.6.20.1: #i27753# revert to math.h for isnan


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [75c7339f848fc55069a5dd07d8ec784560c21e67]

INTEGRATION: CWS vcl23 (1.6.22); FILE MERGED 2004/06/07 10:17:23 pl 1.6.22.1: #i29873# add: default constructore for PrinterInfo


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [2e53bc0b588098dedc6ddee9823fae5bac6a06ba]

INTEGRATION: CWS vcl23 (1.1.74); FILE MERGED 2004/06/15 10:49:49 pl 1.1.74.1: #i30232# removed useless resolution settings


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [3cead36440b09f847b6f2e2e8930b5767ec14727]

INTEGRATION: CWS vcl23 (1.79.46); FILE MERGED 2004/07/16 12:46:36 pl 1.79.46.2: RESYNC: (1.79-1.81); FILE MERGED 2004/06/01 13:44:44 hdu 1.79.46.1: #i29748# fix BiDi in vertical layout mode


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [4f1598b9e4bcc9f00cc61bd1f997070b04a4c404]

INTEGRATION: CWS vcl23 (1.3.6); FILE MERGED 2004/07/16 12:44:14 pl 1.3.6.2: RESYNC: (1.3-1.5); FILE MERGED 2004/06/09 11:10:42 pl 1.3.6.1: #i19826# enable glyph mapping to ansi1252 in PostScript again


2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [a16e0c5885a1842af69244239383989d7901a09e]

INTEGRATION: CWS vcl23 (1.67.40); FILE MERGED 2004/06/01 13:09:33 pl 1.67.40.1: #i29128# merge from CWS pdfdrawlinebug


2004-07-20  Rüdiger Timm  <rt@openoffice.org>  [ecb49af1f94377e7c39ca1ac561f09c264c1743b]

#i31703# Hotfix by HDU


2004-07-20  Herbert Duerr  <hdu@openoffice.org>  [5d14ed15d9956e3e6a407973406d1963d3d72ad6]

#i31610# fix refcount on ImplFontCharmap


2004-07-14  Kurt Zenker  <kz@openoffice.org>  [d8cb62c9029d1e79a5feb59e837812a0ccf50659]

new version for SRC680


2004-07-14  Kurt Zenker  <kz@openoffice.org>  [447ec113eae8ad5f6dbdc3f7979ec32d112a1471]

new version for SRC680


2004-07-14  Kurt Zenker  <kz@openoffice.org>  [c4f951de323e867df6e5cac8a5e65b64330f59a6]

new version for SRC680


2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [e2a172591546070d88ed40a796e921d31f6af38a]

new version for SRC680


2004-07-14  Kurt Zenker  <kz@openoffice.org>  [60f2f70c1e4f5af16398ad4b23b72e4a02e4c0a2]

new version for SRC680


2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [458cf3172e6fcfac02a1562a438872118f901ec4]

#i10000# Change return type from BOOL into bool as in source/gdi/sakgdi3.cxx


2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [194c5c17f8158a7852652dbb1698a56ebc92855b]

#i10000# There is no GetFirstChar() nor GetLastChar() in class ImplFontMetric any more (HDU, CWS fontlists02)


2004-07-14  Kurt Zenker  <kz@openoffice.org>  [44ad69dbf3e47214a640a5390ef8c9fcb4a8739a]

new version for SRC680


2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [e0e18a905e100d439d264029ee4f4ba638d0053a]

new version for SRC680


2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [dc4d2abcf6177a96d7e4e08d6fcfc949b8d69dab]

new version for SRC680


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [4ad367509b589ac35cb6e0c4c0c5e9a7c565dcab]

INTEGRATION: CWS ooo20040620 (1.17.38); FILE MERGED 2004/06/15 20:38:29 vq 1.17.38.1: #i30156# Change switches of rsc/rscdep with filename to -xx=<filename>.


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f73e7874f4bd6156a43351b4cecd34ea8540ea98]

INTEGRATION: CWS ooo20040620 (1.6.18); FILE MERGED 2004/06/10 15:50:44 khendricks 1.6.18.1: isnan fix for MacOSX


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b4231b8efae3b85c5da8b8c1a6df09d6b0adb389]

INTEGRATION: CWS ooo20040620 (1.2.10); FILE MERGED 2004/06/21 20:52:13 svesik 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/10 15:54:43 khendricks 1.2.10.1: canvas deliver fix for MacOSX


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [2ab77e9042ccc488e1d692ba4135625baf545040]

INTEGRATION: CWS ooo20040620 (1.54.24); FILE MERGED 2004/06/10 02:07:31 vq 1.54.24.2: #i27043# Fix syntax error. 2004/06/09 08:11:14 pjanik 1.54.24.1: #i27043#: Do not use -ldl on FreeBSD.

Contributed by Nakata Maho <maho@openoffice.org>.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7cfaad638ac1efded8316e20e882f3497ce6811d]

INTEGRATION: CWS ooo20040620 (1.28.72); FILE MERGED 2004/06/09 08:22:38 pjanik 1.28.72.1: #i27041#: do not use malloc.h on FreeBSD.

Contributed by Nakata Maho <maho@openoffice.org>.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5e4609e156bdb6cea6634b74eb8e5844a8304616]

INTEGRATION: CWS ooo20040620 (1.57.46); FILE MERGED 2004/06/09 08:21:27 pjanik 1.57.46.1: #i27041#: do not use malloc.h on FreeBSD.

Contributed by Nakata Maho <maho@openoffice.org>.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d1576f542a9170fd6db8b60a3b3223c17ee00527]

INTEGRATION: CWS ooo20040620 (1.171.24); FILE MERGED 2004/06/09 08:20:20 pjanik 1.171.24.1: #i27041#: do not use malloc.h on FreeBSD.

Contributed by Nakata Maho <maho@openoffice.org>.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e9c8b47e1630cd423584a9e53aa38dd7003118e5]

INTEGRATION: CWS ooo20040620 (1.19.2); FILE MERGED 2004/06/15 20:38:28 vq 1.19.2.1: #i30156# Change switches of rsc/rscdep with filename to -xx=<filename>.


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b28b68b705d3ab1537e11dfa941584802ab8fbd4]

INTEGRATION: CWS ooo20040620 (1.2.122); FILE MERGED 2004/06/15 20:38:28 vq 1.2.122.1: #i30156# Change switches of rsc/rscdep with filename to -xx=<filename>.


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c48be35b4f571601aaff38a4d8b5cb1b2285ca53]

INTEGRATION: CWS ooo20040620 (1.7.2); FILE MERGED 2004/06/15 20:38:27 vq 1.7.2.1: #i30156# Change switches of rsc/rscdep with filename to -xx=<filename>.


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [bb73f4882e254419d4ace8d9aadcafe7f4476685]

INTEGRATION: CWS isocodefix1 (1.8.2); FILE MERGED 2004/07/08 17:25:25 ihi 1.8.2.2: Quite -> Quiet 2004/07/06 14:15:44 ihi 1.8.2.1: #i8252# Quite mode added


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [1518974cb4a5c495f76f10bb623d7ca09de2c28e]

INTEGRATION: CWS isocodefix1 (1.1.148); FILE MERGED 2004/07/08 17:25:25 ihi 1.1.148.2: Quite -> Quiet 2004/07/06 14:15:44 ihi 1.1.148.1: #i8252# Quite mode added


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3ddcc2f04ba7f29f5c0d460886c3f2936ee3ad40]

INTEGRATION: CWS isocodefix1 (1.7.2); FILE MERGED 2004/07/08 17:25:25 ihi 1.7.2.2: Quite -> Quiet 2004/07/06 14:15:43 ihi 1.7.2.1: #i8252# Quite mode added


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [6ee6251e3d4c9eaebbd7c35c91e1517205a09667]

INTEGRATION: CWS isocodefix1 (1.3.2); FILE MERGED 2004/07/06 14:15:42 ihi 1.3.2.1: #i8252# Quite mode added


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c5503940f63170bbfcd554f4f3b5936eaa80e0c8]

INTEGRATION: CWS isocodefix1 (1.29.2); FILE MERGED 2004/07/08 17:23:55 ihi 1.29.2.1: localize -> localize_sl . Binary only for the source languages


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c8e8d9bf5f2452f27049352e696d176ff843d7d6]

INTEGRATION: CWS isocodefix1 (1.32.2); FILE MERGED 2004/07/08 17:25:24 ihi 1.32.2.2: Quite -> Quiet 2004/07/06 14:15:41 ihi 1.32.2.1: #i8252# Quite mode added


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e63268060c0f3483656bf6feedbd509330fabd23]

INTEGRATION: CWS isocodefix1 (1.16.2); FILE MERGED 2004/07/08 17:25:24 ihi 1.16.2.2: Quite -> Quiet 2004/07/06 14:15:41 ihi 1.16.2.1: #i8252# Quite mode added


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [75043be4535f574d34cda272cd7881ef09beb6dc]

INTEGRATION: CWS isocodefix1 (1.10.2); FILE MERGED 2004/07/08 17:25:24 ihi 1.10.2.2: Quite -> Quiet 2004/07/06 14:15:40 ihi 1.10.2.1: #i8252# Quite mode added


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [29c5b1b95de488458bfaa529ad597e8eed97cafd]

INTEGRATION: CWS isocodefix1 (1.24.2); FILE MERGED 2004/07/06 14:14:40 ihi 1.24.2.1: #i27732# Fix date format , \n removed


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [dd15470566e2781cfee7aedb7e1179ec3adc4fa1]

INTEGRATION: CWS isocodefix1 (1.38.2); FILE MERGED 2004/07/13 13:12:23 ihi 1.38.2.3: #i31314# Debug error msg added 2004/07/08 17:25:23 ihi 1.38.2.2: Quite -> Quiet 2004/07/06 14:15:39 ihi 1.38.2.1: #i8252# Quite mode added


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [1031ecd9530c89de679053666431657de9d2a334]

INTEGRATION: CWS isocodefix1 (1.29.2); FILE MERGED 2004/07/08 17:25:23 ihi 1.29.2.2: Quite -> Quiet 2004/07/06 14:15:38 ihi 1.29.2.1: #i8252# Quite mode added


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3a57a203decd64e9c608a849f33b87fd27c39727]

INTEGRATION: CWS isocodefix1 (1.9.92); FILE MERGED 2004/07/08 17:25:23 ihi 1.9.92.2: Quite -> Quiet 2004/07/06 14:15:38 ihi 1.9.92.1: #i8252# Quite mode added


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [99d95a80ce8a7d0c7ad58cccf7660f6f4eb9a08e]

INTEGRATION: CWS isocodefix1 (1.16.2); FILE MERGED 2004/07/08 17:24:44 ihi 1.16.2.1: localize -> localize_sl . Binary only for the source languages


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [692126cba658e92a7111de145cbac2a63c6e01fc]

INTEGRATION: CWS isocodefix1 (1.3.2); FILE MERGED 2004/07/08 17:25:23 ihi 1.3.2.2: Quite -> Quiet 2004/07/06 14:16:25 ihi 1.3.2.1: #i8252# Quite mode added


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ac214e960a7d633ac60b3ca90f0d2eb4b274b70f]

INTEGRATION: CWS fontlists02 (1.79.6); FILE MERGED 2004/06/23 11:01:50 hdu 1.79.6.3: #i26679# use multilevel fontentry/fontface in win graphics 2004/06/18 11:17:50 hdu 1.79.6.2: #i26679# manage Win font face specific info with specialized class 2004/06/02 16:19:22 hdu 1.79.6.1: #i26679# extend ImplFontData/ImplFontEntry with Win32 specific classes; get rid of mxTextLayoutCache


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7d1e83b73504c7ab6afe68dae4d988967390591e]

INTEGRATION: CWS fontlists02 (1.53.12); FILE MERGED 2004/06/23 11:00:45 hdu 1.53.12.10: #i26679# delay GSUB parsing, add multilevel fontentry/fontface to win graphics 2004/06/22 10:45:33 hdu 1.53.12.9: #i26679# don't allocate memory for unaccessable cmap table 2004/06/18 12:21:50 hdu 1.53.12.8: #i26679# fix symbol flag in GetFontMetric 2004/06/18 11:17:50 hdu 1.53.12.7: #i26679# manage Win font face specific info with specialized class 2004/06/02 16:19:21 hdu 1.53.12.6: #i26679# extend ImplFontData/ImplFontEntry with Win32 specific classes; get rid of mxTextLayoutCache 2004/05/19 15:51:20 hdu 1.53.12.5: #i26679# use ImplFontCharMap instead of messing with raw arrays 2004/05/12 14:03:38 hdu 1.53.12.4: #i26679# renamed FontStruct to FontAttributes 2004/04/19 16:04:46 hdu 1.53.12.3: RESYNC: (1.54-1.55); FILE MERGED 2004/03/25 17:52:47 hdu 1.53.12.2: RESYNC: (1.53-1.54); FILE MERGED 2004/03/25 16:39:03 hdu 1.53.12.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [69f6b41d8601db1ffa971c9fee53da2bbd0b535d]

INTEGRATION: CWS fontlists02 (1.18.6); FILE MERGED 2004/06/23 11:01:31 hdu 1.18.6.3: #i26679# init multilevel fontentry/fontface in win graphics 2004/06/10 12:08:40 hdu 1.18.6.2: RESYNC: (1.18-1.19); FILE MERGED 2004/06/02 16:19:20 hdu 1.18.6.1: #i26679# extend ImplFontData/ImplFontEntry with Win32 specific classes; get rid of mxTextLayoutCache


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [da8e514a0ab622ac823e5e920c3ee426377e6e60]

INTEGRATION: CWS fontlists02 (1.11.92); FILE MERGED 2004/06/23 10:58:14 hdu 1.11.92.6: #i26679# delay GSUB parsing, add multilevel fontentry/fontface to win graphics 2004/06/18 11:17:49 hdu 1.11.92.5: #i26679# manage Win font face specific info with specialized class 2004/06/10 12:07:41 hdu 1.11.92.4: RESYNC: (1.11-1.12); FILE MERGED 2004/06/02 16:19:20 hdu 1.11.92.3: #i26679# extend ImplFontData/ImplFontEntry with Win32 specific classes; get rid of mxTextLayoutCache 2004/05/12 14:02:57 hdu 1.11.92.2: #i26679# renamed FontStruct to FontAttributes 2004/03/25 16:39:03 hdu 1.11.92.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [828541783b315c822e3d074d3d67475dbc1ca04b]

INTEGRATION: CWS fontlists02 (1.11.32); FILE MERGED 2004/06/11 09:41:19 hdu 1.11.32.6: fix remaining merge conflicts after resync 2004/06/03 15:00:20 hdu 1.11.32.5: #i26679# adjust to required changes in font attribute handling 2004/05/19 15:56:12 hdu 1.11.32.4: #i26679# create font technology specific cache entries 2004/05/12 14:02:40 hdu 1.11.32.3: #i26679# renamed FontStruct to FontAttributes 2004/03/25 17:53:26 hdu 1.11.32.2: RESYNC: (1.11-1.12); FILE MERGED 2004/03/25 16:39:02 hdu 1.11.32.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [09625e58577f49ef5609302e8f766e55115fd570]

INTEGRATION: CWS fontlists02 (1.18.34); FILE MERGED 2004/06/11 09:41:19 hdu 1.18.34.6: fix remaining merge conflicts after resync 2004/06/03 15:00:18 hdu 1.18.34.5: #i26679# adjust to required changes in font attribute handling 2004/05/19 15:56:12 hdu 1.18.34.4: #i26679# create font technology specific cache entries 2004/04/19 16:04:01 hdu 1.18.34.3: RESYNC: (1.20-1.21); FILE MERGED 2004/03/25 17:55:08 hdu 1.18.34.2: RESYNC: (1.18-1.20); FILE MERGED 2004/03/25 16:39:02 hdu 1.18.34.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [981822d6b8263e1ea2fa838534b16ed2f7d749e5]

INTEGRATION: CWS fontlists02 (1.34.26); FILE MERGED 2004/06/03 15:00:21 hdu 1.34.26.3: #i26679# adjust to required changes in font attribute handling 2004/03/25 17:54:04 hdu 1.34.26.2: RESYNC: (1.34-1.35); FILE MERGED 2004/03/25 16:39:01 hdu 1.34.26.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [57ad3c6c98be57cd043acf85b490e45d55699beb]

INTEGRATION: CWS fontlists02 (1.115.6); FILE MERGED 2004/06/15 12:14:18 hdu 1.115.6.9: #i29881# use different container for extra kerning 2004/06/15 08:23:23 hdu 1.115.6.8: #i29881# allow delay of psprint provided kern info 2004/06/11 09:41:17 hdu 1.115.6.7: fix remaining merge conflicts after resync 2004/06/10 12:05:40 hdu 1.115.6.6: RESYNC: (1.117-1.118); FILE MERGED 2004/05/19 15:51:20 hdu 1.115.6.5: #i26679# use ImplFontCharMap instead of messing with raw arrays 2004/05/12 14:02:21 hdu 1.115.6.4: #i26679# renamed FontStruct to FontAttributes, small cleanups 2004/03/26 09:38:08 hdu 1.115.6.3: #i26679# resolve remaining conflicts caused by new pspgraphics.cxx 2004/03/25 17:54:34 hdu 1.115.6.2: RESYNC: (1.115-1.117); FILE MERGED 2004/03/25 16:39:01 hdu 1.115.6.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [0e831be66af0b66ca6721abd09e0a680c5a17e4e]

INTEGRATION: CWS fontlists02 (1.2.48); FILE MERGED 2004/06/10 12:05:00 hdu 1.2.48.5: RESYNC: (1.2-1.3); FILE MERGED 2004/06/07 16:21:36 hdu 1.2.48.4: #i26679# add serverfont specific ImplFontEntry 2004/05/19 15:51:19 hdu 1.2.48.3: #i26679# use ImplFontCharMap instead of messing with raw arrays 2004/05/12 14:01:17 hdu 1.2.48.2: #i26679# renamed FontStruct to FontAttributes, move font name alias handling to ImplFontData user 2004/03/26 09:38:08 hdu 1.2.48.1: #i26679# resolve remaining conflicts caused by new pspgraphics.cxx


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [6197b871d76a7844d7b80c21e3643db91cdc2ab4]

INTEGRATION: CWS fontlists02 (1.13.102); FILE MERGED 2004/03/25 16:39:00 hdu 1.13.102.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [a2ce3d71a62e707f513da7b6b742b0f59609c4fe]

INTEGRATION: CWS fontlists02 (1.25.12); FILE MERGED 2004/06/10 12:01:06 hdu 1.25.12.4: RESYNC: (1.26-1.27); FILE MERGED 2004/05/19 15:51:19 hdu 1.25.12.3: #i26679# use ImplFontCharMap instead of messing with raw arrays 2004/03/25 18:00:54 hdu 1.25.12.2: RESYNC: (1.25-1.26); FILE MERGED 2004/03/25 16:39:00 hdu 1.25.12.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [46bf1fa7d5e887caaeed6e8139083948a26b3cc4]

INTEGRATION: CWS fontlists02 (1.2.48); FILE MERGED 2004/05/19 15:56:11 hdu 1.2.48.3: #i26679# create font technology specific cache entries 2004/05/12 14:04:10 hdu 1.2.48.2: #i26679# renamed FontStruct to FontAttributes 2004/03/26 09:38:07 hdu 1.2.48.1: #i26679# resolve remaining conflicts caused by new pspgraphics.cxx


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [631a89c940ddd5e71a473596fe5cce2eff0ac107]

INTEGRATION: CWS fontlists02 (1.102.66); FILE MERGED 2004/06/22 11:23:40 hdu 1.102.66.11: #i30551# fix for some Apple TT fonts 2004/06/15 12:14:16 hdu 1.102.66.10: #i29881# use different container for extra kerning 2004/06/15 08:26:24 hdu 1.102.66.9: #i29881# delay use of psprint provided kern info 2004/06/11 09:08:38 hdu 1.102.66.8: fix remaining merge conflicts after resync 2004/06/10 12:25:06 hdu 1.102.66.7: RESYNC: (1.102-1.103); FILE MERGED 2004/06/09 10:18:09 hdu 1.102.66.6: #i29765# apply patch for new freetype inclusion scheme 2004/06/07 16:21:37 hdu 1.102.66.5: #i26679# add serverfont specific ImplFontEntry 2004/06/03 11:28:09 hdu 1.102.66.4: #i26679# use extendable ImplFontData to remove GlyphCache specific handling from OutputDevice 2004/05/19 15:56:10 hdu 1.102.66.3: #i26679# create font technology specific cache entries 2004/05/12 13:51:19 hdu 1.102.66.2: #i26679# renamed FontStruct to FontAttributes, move font name alias handling to ImplFontData user 2004/03/25 16:38:58 hdu 1.102.66.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [79579d56207b4c582aee7806de992ccad9447b25]

INTEGRATION: CWS fontlists02 (1.183.4); FILE MERGED 2004/06/10 12:25:40 hdu 1.183.4.3: RESYNC: (1.187-1.189); FILE MERGED 2004/03/25 17:48:46 hdu 1.183.4.2: RESYNC: (1.183-1.187); FILE MERGED 2004/03/25 16:38:59 hdu 1.183.4.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5730d3afa9b882c90c4e9539246810d801bb7dd4]

INTEGRATION: CWS fontlists02 (1.6.92); FILE MERGED 2004/03/25 16:38:59 hdu 1.6.92.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [82de569fc32accce704172ed2068ca4e9e8a7bc0]

INTEGRATION: CWS fontlists02 (1.167.12); FILE MERGED 2004/06/24 06:28:05 hdu 1.167.12.22: #21821# use CTL processing for diacritical marks 2004/06/23 10:56:36 hdu 1.167.12.21: #i26679# fix glyphfallback for fontlists02 2004/06/15 12:13:42 hdu 1.167.12.20: #i26679# better handling of duplicate font faces, invalidate font cache when adding fonts 2004/06/10 12:13:33 hdu 1.167.12.19: RESYNC: (1.170-1.171); FILE MERGED 2004/06/10 08:42:29 hdu 1.167.12.18: #i30086# set symbol flag for *Symbol fonts correctly 2004/06/09 12:33:39 hdu 1.167.12.17: #i30086# symbol code aliasing while recoding symbols to another font 2004/06/08 14:34:12 hdu 1.167.12.16: #i29650# do not calculate ghostline color from COL_TRANSPARENT 2004/06/07 16:11:10 hdu 1.167.12.15: #i26679# fix GetNextFontToken() for empty token string 2004/06/03 14:58:46 hdu 1.167.12.14: #i26679# move encapsulation of font family and font attributes 2004/06/03 11:28:10 hdu 1.167.12.13: #i26679# use extendable ImplFontData to remove GlyphCache specific handling from OutputDevice 2004/06/02 12:42:19 hdu 1.167.12.12: #i26679# a little more cleanup 2004/05/28 16:10:02 hdu 1.167.12.11: #i26679# just moving source code segments after refactoring class responsibilities 2004/05/28 15:57:57 hdu 1.167.12.10: #i26679# better encapsulation of ImplFontListData 2004/05/28 15:03:25 hdu 1.167.12.9: #i26679# better encapsulation of ImplFontData 2004/05/28 12:06:40 hdu 1.167.12.8: #i26679# add cache of recently used font names to improve the ratio of direct hits in the font instance cache 2004/05/27 15:39:13 hdu 1.167.12.7: #i26679# fix fontcache management when multiple names map to the same entry 2004/05/26 08:44:46 hdu 1.167.12.6: #i26679# fix reference counting for mpFirstFontEntry 2004/05/25 13:18:09 hdu 1.167.12.5: #i26679# complete conversion to ImplFontEntry hash_map instead of linked list 2004/05/19 16:20:22 hdu 1.167.12.4: #i26679# use ImplFontCharMap instead of messing with raw arrays 2004/05/12 13:49:08 hdu 1.167.12.3: #i26679# treat make font alias names as first class font names 2004/03/25 17:51:01 hdu 1.167.12.2: RESYNC: (1.167-1.170); FILE MERGED 2004/03/25 16:38:56 hdu 1.167.12.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [2926bd944ad0f8886f8c014cb07d5ef158b9202c]

INTEGRATION: CWS fontlists02 (1.24.12); FILE MERGED 2004/06/15 12:14:17 hdu 1.24.12.8: #i29881# use different container for extra kerning 2004/06/15 08:22:54 hdu 1.24.12.7: #i29881# allow delay of psprint provided kern info 2004/06/11 09:08:38 hdu 1.24.12.6: fix remaining merge conflicts after resync 2004/06/10 12:25:28 hdu 1.24.12.5: RESYNC: (1.25-1.26); FILE MERGED 2004/06/07 16:21:38 hdu 1.24.12.4: #i26679# add serverfont specific ImplFontEntry 2004/05/12 13:53:21 hdu 1.24.12.3: #i26679# renamed FontStruct to FontAttributes 2004/03/25 17:49:44 hdu 1.24.12.2: RESYNC: (1.24-1.25); FILE MERGED 2004/03/25 16:38:59 hdu 1.24.12.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3460ae577e90326ba7c4a2e33bb2800b6ac665dc]

INTEGRATION: CWS fontlists02 (1.7.68); FILE MERGED 2004/03/25 16:38:58 hdu 1.7.68.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3d6ab0346b2f1abf5ee82d6acc8bf2a8580ad1ac]

INTEGRATION: CWS fontlists02 (1.13.34); FILE MERGED 2004/03/25 16:38:58 hdu 1.13.34.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [4cd516c7308d29bdae75c3acfe795f2fd0b98012]

INTEGRATION: CWS fontlists02 (1.26.68); FILE MERGED 2004/06/15 12:14:17 hdu 1.26.68.9: #i29881# use different container for extra kerning 2004/06/15 08:26:24 hdu 1.26.68.8: #i29881# delay use of psprint provided kern info 2004/06/11 09:08:38 hdu 1.26.68.7: fix remaining merge conflicts after resync 2004/06/10 12:25:19 hdu 1.26.68.6: RESYNC: (1.26-1.27); FILE MERGED 2004/06/07 16:21:38 hdu 1.26.68.5: #i26679# add serverfont specific ImplFontEntry 2004/06/03 11:28:09 hdu 1.26.68.4: #i26679# use extendable ImplFontData to remove GlyphCache specific handling from OutputDevice 2004/05/19 15:56:11 hdu 1.26.68.3: #i26679# create font technology specific cache entries 2004/05/12 14:29:07 hdu 1.26.68.2: #i26679# renamed FontStruct to FontAttributes 2004/03/25 16:38:58 hdu 1.26.68.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [185a311f76b488c55486e780bd07ed9c6e564f78]

INTEGRATION: CWS fontlists02 (1.8.126); FILE MERGED 2004/06/24 06:28:05 hdu 1.8.126.10: #21821# use CTL processing for diacritical marks 2004/06/23 08:18:50 hdu 1.8.126.9: #i26679# fix typo 2004/06/18 09:12:57 hdu 1.8.126.8: #i26679# make ImplFontCharMap refcount usable from outside 2004/06/18 09:00:38 hdu 1.8.126.7: #i26679# better export of default ImplFontCharMap 2004/05/25 09:01:10 hdu 1.8.126.6: #i26679# special case for default charmap 2004/05/25 07:18:16 hdu 1.8.126.5: #i26679# export more symbols 2004/05/24 12:49:44 hdu 1.8.126.4: #i26679# add FontCharMap::CountCharsInRange() 2004/05/19 15:39:00 hdu 1.8.126.3: #i26679# pImpl-ify fontcharmap and fontmetric 2004/05/12 13:47:49 hdu 1.8.126.2: #i26679# use CJK/CTL flags 2004/03/25 16:38:56 hdu 1.8.126.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c746548ee30bd454d02833011c9569849cd6d129]

INTEGRATION: CWS fontlists02 (1.14.92); FILE MERGED 2004/03/25 16:38:57 hdu 1.14.92.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7070176fc21da79c2a0a085452ca5dbc6d55851c]

INTEGRATION: CWS fontlists02 (1.27.102); FILE MERGED 2004/06/03 10:47:00 hdu 1.27.102.2: #i26679# adjust forward declaration 2004/03/25 16:38:57 hdu 1.27.102.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [4f8bda94db31428461cac63c9b592d4e629093d2]

INTEGRATION: CWS fontlists02 (1.64.6); FILE MERGED 2004/06/03 10:47:48 hdu 1.64.6.6: #i26679# move expensive call out of inner loop 2004/05/19 15:56:10 hdu 1.64.6.5: #i26679# create font technology specific cache entries 2004/05/12 13:49:58 hdu 1.64.6.4: #i26679# renamed FontStruct to FontAttributes 2004/04/19 16:05:49 hdu 1.64.6.3: RESYNC: (1.66-1.67); FILE MERGED 2004/03/25 17:50:36 hdu 1.64.6.2: RESYNC: (1.64-1.66); FILE MERGED 2004/03/25 16:38:57 hdu 1.64.6.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [bc5a8ce23e867f6a5021e55385872427b699d62a]

INTEGRATION: CWS fontlists02 (1.24.6); FILE MERGED 2004/06/10 12:13:00 hdu 1.24.6.3: RESYNC: (1.25-1.26); FILE MERGED 2004/03/25 17:50:43 hdu 1.24.6.2: RESYNC: (1.24-1.25); FILE MERGED 2004/03/25 16:38:56 hdu 1.24.6.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3c88d216725e3085b8b6d005180e16bfad4bcf6a]

INTEGRATION: CWS fontlists02 (1.14.92); FILE MERGED 2004/06/09 12:33:39 hdu 1.14.92.1: #i30086# symbol code aliasing while recoding symbols to another font


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [cca8fbe2e0e2b686212e6670256f5c50acdec129]

INTEGRATION: CWS fontlists02 (1.7.92); FILE MERGED 2004/05/25 11:52:30 hdu 1.7.92.1: #i26679# proper pImpl-ification of Font/Impl_Font and lazier *pImpl copy-on-write


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b0424a9651014e71e69ba71d0c70de7f8171a55a]

INTEGRATION: CWS oasis (1.28.28); FILE MERGED 2004/04/29 07:38:56 mib 1.28.28.1: #i20153#: new class id/clipboard format


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [92d3217cd810af467fd8afd5e33b8b831c67edbe]

INTEGRATION: CWS oasis (1.83.18); FILE MERGED 2004/06/12 11:05:47 mib 1.83.18.4: RESYNC: (1.83-1.84); FILE MERGED 2004/05/27 08:19:56 mib 1.83.18.3: - #i20153#: OASIS File Format 2004/05/18 08:19:22 mib 1.83.18.2: - #i20153#: keep SO6 class id for SO8 2004/04/29 07:38:57 mib 1.83.18.1: #i20153#: new class id/clipboard format


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [bc5f1f9f2f66abdff38c34bbb4b01fb071597389]

INTEGRATION: CWS oasis (1.17.40); FILE MERGED 2004/05/18 08:19:22 mib 1.17.40.2: - #i20153#: keep SO6 class id for SO8 2004/04/29 07:38:56 mib 1.17.40.1: #i20153#: new class id/clipboard format


2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [412794b78640029b88c6d8b181f45279869d2c9c]

INTEGRATION: CWS oasis (1.8.38); FILE MERGED 2004/06/14 09:04:40 mib 1.8.38.4: RESYNC: (1.8-1.9); FILE MERGED 2004/05/18 14:17:27 mib 1.8.38.3: #i20153#: syntax 2004/05/18 08:18:45 mib 1.8.38.2: - #i20153#: keep SO6 class id for SO8 2004/04/29 07:38:12 mib 1.8.38.1: #i20153#: new class id/clipboard format


2004-07-09  Gregor Hartmann  <gh@openoffice.org>  [143cbe397ae87dc629a2e7133262190aa70d3a30]

#i31221# #i31229#new methods to get ItemDropDown and Menubutton rects to click on


2004-07-08  Rüdiger Timm  <rt@openoffice.org>  [e2faae1afff1550615cdc894fdddf883e43d043b]

new version for SRC680


2004-07-08  Kurt Zenker  <kz@openoffice.org>  [9ff85158fed581773ce9f92fedb968594195b958]

new version for SRC680


2004-07-08  Kurt Zenker  <kz@openoffice.org>  [6a8131943f99438f30a70b5c5d9df079ce3a3621]

new version for SRC680


2004-07-07  Rüdiger Timm  <rt@openoffice.org>  [ddd6cd54592b36593fc22c66a801b0e44a97d7f3]

new version for SRC680


2004-07-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8aa82b272ea93d19e3337ec149424ca54905a0de]

#i10000# remove false prefixes


2004-07-07  Kurt Zenker  <kz@openoffice.org>  [069644daa18dfd1fb81876c3dba7e0e12a3a8d2d]

new version for SRC680


2004-07-07  Kurt Zenker  <kz@openoffice.org>  [2bdf3386b0f7e9abc914871d2b0f72439acbea76]

new version for SRC680


2004-07-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5063d9bf1a8f64cc48d83faae3aeed9a35fcc5ee]

#i10000# old noniso entries


2004-07-07  Oliver Bolte  <obo@openoffice.org>  [25eadd1d0d921f4ca8cc6d68735f2c0268fb9514]

#i10000# merge conflicts resolved


2004-07-07  Kurt Zenker  <kz@openoffice.org>  [e7d75b720acc5a42aeecbbb8554f22c3c754882c]

new version for SRC680


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [0b740f952aa8a5fcf18fa06bd706f2005459e206]

INTEGRATION: CWS docking1 (1.184.8); FILE MERGED 2004/06/21 08:43:32 ssa 1.184.8.13: #i25121# changed menubutton gradient, correct paint error when locking/unlocking 2004/06/04 15:40:14 ssa 1.184.8.12: #i25121# support for subtoolbars 2004/05/30 11:01:01 cd 1.184.8.11: RESYNC: (1.187-1.189); FILE MERGED 2004/05/11 17:25:07 ssa 1.184.8.10: #i25117# support for toolbar locking 2004/04/29 14:17:28 ssa 1.184.8.9: #i25117# rework toolbox drawing code to allow for multiple toolbars in one line 2004/04/21 16:57:35 ssa 1.184.8.8: #i24913# keep track of the window position of frame windows 2004/04/07 16:47:01 ssa 1.184.8.7: #i24913# docking without Ctrl, provide drag area 2004/04/06 08:53:40 ssa 1.184.8.6: #i24939# enable startdocking during mouse move only after single-click 2004/04/05 16:20:18 ssa 1.184.8.5: #i24939# double-click should not trigger start/end docking 2004/04/02 12:06:22 ssa 1.184.8.4: #i24913# provide method to actively query the mouse pointer 2004/03/29 08:26:55 cd 1.184.8.3: RESYNC: (1.184-1.187); FILE MERGED 2004/03/25 16:00:07 ssa 1.184.8.2: #i24913# extend dockable interface 2004/03/24 17:57:14 ssa 1.184.8.1: #i24913# support for dockable windows via toolkit


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f0558581d1590087ec0a613905e29a99b832a719]

INTEGRATION: CWS docking1 (1.64.38); FILE MERGED 2004/07/02 13:37:44 pl 1.64.38.36: #i30930# avoid enless autoresizing loop 2004/06/29 16:17:21 pl 1.64.38.35: setting of background to white breaks high contrast mode 2004/06/25 13:29:33 ssa 1.64.38.34: #i25121# reformat after sizing change 2004/06/23 08:54:55 ssa 1.64.38.33: #i25121# save against destruction in EndTracking 2004/06/22 15:52:43 ssa 1.64.38.32: #i25121# optimize resizing in floatingmode 2004/06/22 08:00:33 ssa 1.64.38.31: #i25121# remove warnings 2004/06/21 15:52:21 ssa 1.64.38.30: #i25121# correct selection paint error on item with windows 2004/06/21 10:18:21 ssa 1.64.38.29: #i25121# improve reapint of drag area 2004/06/21 08:43:31 ssa 1.64.38.28: #i25121# changed menubutton gradient, correct paint error when locking/unlocking 2004/06/17 14:16:42 ssa 1.64.38.27: #i25121# paint improvements, correct size calculation after undocking, helpidstring 2004/06/16 09:49:06 ssa 1.64.38.26: #i25121# improve floater positioning 2004/06/14 13:52:35 ssa 1.64.38.25: #i25121# improve gradient 2004/06/09 17:19:48 ssa 1.64.38.24: #i25121# implement popupmode 2004/06/04 15:40:13 ssa 1.64.38.23: #i25121# support for subtoolbars 2004/06/01 08:38:34 cd 1.64.38.22: #i25117# Fixed merge problem 2004/05/30 11:00:42 cd 1.64.38.21: RESYNC: (1.65-1.68); FILE MERGED 2004/05/27 16:53:24 ssa 1.64.38.20: #i25117# override floating mode when calculating docked sizes 2004/05/27 14:42:12 ssa 1.64.38.19: #i25117# correct gradient painting, no group breaks when being docked 2004/05/27 13:18:06 cd 1.64.38.18: #i25117# Fixed problem with CalcMinimumWindowSizePixel 2004/05/27 09:01:14 ssa 1.64.38.17: #i25117# no border for dockable toolbars 2004/05/25 15:27:04 ssa 1.64.38.16: #i25117# provide CalcMinimumWindowSize 2004/05/18 16:39:03 ssa 1.64.38.15: #i24913# execute toolbox menu asynchronously 2004/05/13 13:04:11 ssa 1.64.38.14: #i25117# undocking only when double click on empty toolbox space and not on buttons 2004/05/11 17:25:00 ssa 1.64.38.13: #i25117# support for toolbar locking 2004/05/10 15:33:16 ssa 1.64.38.12: #i25117# improve customization menu support 2004/05/07 15:54:26 ssa 1.64.38.11: #i25117# support menu and indicator for clipped toolbar items and customization menu 2004/05/04 16:34:46 ssa 1.64.38.10: #i25117# draw gradient, get rid of MOD1 for old docking windows 2004/05/01 23:22:29 cd 1.64.38.9: RESYNC: (1.64-1.65); FILE MERGED 2004/04/29 18:30:31 ssa 1.64.38.8: #i25117# improve floating toolbar sizing 2004/04/29 16:26:29 ssa 1.64.38.7: #i25117# avoid endless loop due to breakitem 2004/04/29 14:17:26 ssa 1.64.38.6: #i25117# rework toolbox drawing code to allow for multiple toolbars in one line 2004/04/14 14:48:29 ssa 1.64.38.5: #i25115# improve resizing of floating toolbars 2004/04/14 13:36:56 ssa 1.64.38.4: #i25115# improve painting of drag area and resizing of floating toolbars 2004/04/07 16:47:01 ssa 1.64.38.3: #i24913# docking without Ctrl, provide drag area 2004/04/06 16:49:13 ssa 1.64.38.2: #i24913# improve calculation of dockingrect 2004/04/02 12:06:22 ssa 1.64.38.1: #i24913# provide method to actively query the mouse pointer


2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [a0df4bdee604d94e14d6a1b40841c2dc6b5bfabc]

INTEGRATION: CWS bmpres02 (1.15.16); FILE MERGED 2004/07/02 14:46:41 ka 1.15.16.1: #i30986#: use unique ids for imagelists


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [ebc4ff9886672ce8de399afebba07ce022d0b949]

INTEGRATION: CWS docking1 (1.103.14); FILE MERGED 2004/06/21 15:42:49 ssa 1.103.14.4: #i25121# correct assertion check for SetParent 2004/05/30 11:11:57 cd 1.103.14.3: RESYNC: (1.103-1.105); FILE MERGED 2004/05/04 16:36:41 ssa 1.103.14.2: #i25117# set correct minimum window size for all window types 2004/04/02 12:06:26 ssa 1.103.14.1: #i24913# provide method to actively query the mouse pointer


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [e441a48290811ac8f7d8938f9dbc5559ddd5aff7]

INTEGRATION: CWS docking1 (1.9.62); FILE MERGED 2004/04/02 12:06:25 ssa 1.9.62.1: #i24913# provide method to actively query the mouse pointer


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [93aee823b42f4bcc7a20ea76acbf9fef04327c2a]

INTEGRATION: CWS docking1 (1.172.12); FILE MERGED 2004/05/30 11:09:15 cd 1.172.12.4: RESYNC: (1.173-1.177); FILE MERGED 2004/05/01 23:23:46 cd 1.172.12.3: RESYNC: (1.172-1.173); FILE MERGED 2004/04/23 17:09:45 ssa 1.172.12.2: #i24913# correct typos in GetPointerState() 2004/04/02 12:06:25 ssa 1.172.12.1: #i24913# provide method to actively query the mouse pointer


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [e66e521b2334585a57cb0a9f505f6e4d510a71f3]

INTEGRATION: CWS docking1 (1.48.10); FILE MERGED 2004/07/02 14:17:52 pl 1.48.10.1: #i30958# use utility hint on net wm


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [3c2ab074769e21450c6fb4e5479935675cb273c1]

INTEGRATION: CWS docking1 (1.2.10); FILE MERGED 2004/05/30 11:04:19 cd 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/02 12:06:24 ssa 1.2.10.1: #i24913# provide method to actively query the mouse pointer


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [2e6ea55f199460a2ba9aaff0cd8ae76f45b99d78]

INTEGRATION: CWS docking1 (1.36.10); FILE MERGED 2004/05/30 11:03:27 cd 1.36.10.2: RESYNC: (1.36-1.38); FILE MERGED 2004/04/02 12:06:24 ssa 1.36.10.1: #i24913# provide method to actively query the mouse pointer


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [fe9ae53f39679375c23453b617772a58abb5f654]

INTEGRATION: CWS docking1 (1.3.10); FILE MERGED 2004/05/30 11:02:28 cd 1.3.10.3: RESYNC: (1.3-1.4); FILE MERGED 2004/04/23 17:17:20 ssa 1.3.10.2: #i24913# correct typos in GetPointerState() 2004/04/02 12:06:23 ssa 1.3.10.1: #i24913# provide method to actively query the mouse pointer


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [ef7425b7d81ad42a6bf506a4b67742348de83fd5]

INTEGRATION: CWS docking1 (1.12.4); FILE MERGED 2004/06/04 15:40:16 ssa 1.12.4.3: #i25121# support for subtoolbars 2004/03/25 16:00:08 ssa 1.12.4.2: #i24913# extend dockable interface 2004/03/24 17:57:14 ssa 1.12.4.1: #i24913# support for dockable windows via toolkit


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [b8f2434898a88bba627a2055af43aa9cc61c1b65]

INTEGRATION: CWS docking1 (1.22.38); FILE MERGED 2004/07/02 13:37:43 pl 1.22.38.15: #i30930# avoid enless autoresizing loop 2004/06/17 14:16:43 ssa 1.22.38.14: #i25121# paint improvements, correct size calculation after undocking, helpidstring 2004/06/16 09:49:07 ssa 1.22.38.13: #i25121# improve floater positioning 2004/06/11 16:02:20 ssa 1.22.38.12: #i25121# improve new subtoolbars 2004/06/04 15:40:13 ssa 1.22.38.11: #i25121# support for subtoolbars 2004/05/30 11:00:50 cd 1.22.38.10: RESYNC: (1.22-1.25); FILE MERGED 2004/05/27 16:53:25 ssa 1.22.38.9: #i25117# override floating mode when calculating docked sizes 2004/05/27 13:18:08 cd 1.22.38.8: #i25117# Fixed problem with CalcMinimumWindowSizePixel 2004/05/18 16:39:03 ssa 1.22.38.7: #i24913# execute toolbox menu asynchronously 2004/05/11 17:25:06 ssa 1.22.38.6: #i25117# support for toolbar locking 2004/05/10 15:33:17 ssa 1.22.38.5: #i25117# improve customization menu support 2004/05/07 15:54:27 ssa 1.22.38.4: #i25117# support menu and indicator for clipped toolbar items and customization menu 2004/05/04 16:34:46 ssa 1.22.38.3: #i25117# draw gradient, get rid of MOD1 for old docking windows 2004/05/03 09:34:49 ssa 1.22.38.2: #i25117# always remove mnemonics from toolbox strings 2004/04/29 14:17:27 ssa 1.22.38.1: #i25117# rework toolbox drawing code to allow for multiple toolbars in one line


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [7664f1ca29a0d4bccd386c5e5b6d3307b9e00f36]

INTEGRATION: CWS docking1 (1.102.4); FILE MERGED 2004/05/30 10:59:45 cd 1.102.4.3: RESYNC: (1.102-1.105); FILE MERGED 2004/05/18 16:39:03 ssa 1.102.4.2: #i24913# execute toolbox menu asynchronously 2004/05/07 15:54:26 ssa 1.102.4.1: #i25117# support menu and indicator for clipped toolbar items and customization menu


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d5d2cbfc1e621b2190875124988e26bec3de448f]

INTEGRATION: CWS docking1 (1.12.34); FILE MERGED 2004/05/30 11:00:15 cd 1.12.34.4: RESYNC: (1.12-1.13); FILE MERGED 2004/03/30 06:12:05 cd 1.12.34.3: #100000# Solved merge problem 2004/03/29 15:36:31 cd 1.12.34.2: #100000# Resolved bad merge which lead to duplicate symbols 2004/03/24 17:57:14 ssa 1.12.34.1: #i24913# support for dockable windows via toolkit


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [bf811305a9ad30e5469523c3072307878a3ac861]

INTEGRATION: CWS docking1 (1.27.38); FILE MERGED 2004/06/16 09:49:06 ssa 1.27.38.4: #i25121# improve floater positioning 2004/06/11 16:02:20 ssa 1.27.38.3: #i25121# improve new subtoolbars 2004/05/07 15:54:25 ssa 1.27.38.2: #i25117# support menu and indicator for clipped toolbar items and customization menu 2004/04/22 15:26:34 ssa 1.27.38.1: #i24913# correct float hittest, the position of floating windows is not zero anymore


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [1243252f3c3095759e1e56e94d787bbb6f109787]

INTEGRATION: CWS docking1 (1.15.38); FILE MERGED 2004/05/13 13:02:38 ssa 1.15.38.7: #i24913# docking must always use screen coordinates 2004/05/04 16:34:45 ssa 1.15.38.6: #i25117# draw gradient, get rid of MOD1 for old docking windows 2004/04/07 07:59:18 ssa 1.15.38.5: #i24913# forward SetFloatingMode to DockingWrapper 2004/04/06 16:49:13 ssa 1.15.38.4: #i24913# improve calculation of dockingrect 2004/04/02 12:06:22 ssa 1.15.38.3: #i24913# provide method to actively query the mouse pointer 2004/03/25 16:00:07 ssa 1.15.38.2: #i24913# extend dockable interface 2004/03/24 17:57:13 ssa 1.15.38.1: #i24913# support for dockable windows via toolkit


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [9b3f92c2d1342ca174f5862299f379ea5b793587]

INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 16:22:11 ssa 1.1.2.22: #i25121# improve focus handling 2004/06/14 13:52:52 ssa 1.1.2.21: #i25121# smaller grip 2004/06/14 10:16:40 ssa 1.1.2.20: #i25121# fulldrag for subtoolbars 2004/06/11 16:02:19 ssa 1.1.2.19: #i25121# improve new subtoolbars 2004/06/09 17:19:48 ssa 1.1.2.18: #i25121# implement popupmode 2004/06/09 11:20:55 cd 1.1.2.17: #i10000# Build problem fixed 2004/06/04 15:40:12 ssa 1.1.2.16: #i25121# support for subtoolbars 2004/05/25 15:24:42 ssa 1.1.2.15: #i25117# use screen coordinates for trackingrect pos 2004/05/11 17:25:00 ssa 1.1.2.14: #i25117# support for toolbar locking 2004/04/26 11:47:59 ssa 1.1.2.13: #i24913# check mouse down in dockinghdl to prevent docking due to programatically changing the position 2004/04/21 17:08:35 cd 1.1.2.12: #i24913# Check visibility 2004/04/20 16:54:21 ssa 1.1.2.11: #i24913# provide close handler 2004/04/07 17:32:45 ssa 1.1.2.10: #i24913# start/enddocking during floatingwindow move 2004/04/07 16:47:00 ssa 1.1.2.9: #i24913# docking without Ctrl, provide drag area 2004/04/06 16:49:13 ssa 1.1.2.8: #i24913# improve calculation of dockingrect 2004/04/06 08:53:40 ssa 1.1.2.7: #i24939# enable startdocking during mouse move only after single-click 2004/04/05 16:19:38 ssa 1.1.2.6: #i24939# trackingrect in screen coordinates 2004/04/02 14:09:43 ssa 1.1.2.5: #i24913# send dockingdata with startdocking 2004/04/02 12:06:22 ssa 1.1.2.4: #i24913# provide method to actively query the mouse pointer 2004/03/29 15:40:23 cd 1.1.2.3: #i24913# Save returned rectangle and use local copy of data because dtor can be called before 2004/03/25 16:00:06 ssa 1.1.2.2: #i24913# extend dockable interface 2004/03/24 17:57:29 ssa 1.1.2.1: #i24913# support for dockable windows via toolkit


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [5ff974ab7534f9b9a0adb707d70ac5f0aa69d818]

INTEGRATION: CWS docking1 (1.171.16); FILE MERGED 2004/06/17 14:17:30 ssa 1.171.16.1: no shadow in disabled texts


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [16a74d2e638afcdc0829954eb3fa18c0cf754659]

INTEGRATION: CWS docking1 (1.3.2); FILE MERGED 2004/06/23 14:27:57 ssa 1.3.2.3: #i30169# search for language dependent images first 2004/06/17 21:00:23 cd 1.3.2.2: #i30169# Support access to language dependent images 2004/06/11 16:03:04 ssa 1.3.2.1: #i25121# joined from graphicsapi CWS to avoid crash


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [3e0f984b374065052c5ebba8c96df73f8b0c31e0]

INTEGRATION: CWS docking1 (1.32.10); FILE MERGED 2004/03/24 17:57:12 ssa 1.32.10.1: #i24913# support for dockable windows via toolkit


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [28e06304d641bb4202aef41601558849a3770f69]

INTEGRATION: CWS docking1 (1.26.38); FILE MERGED 2004/06/01 08:49:54 cd 1.26.38.1: #i29745# Added new virtual method to access help with a string as key


2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [6f3c5977b4caad380f94b99fa578063666bfe138]

INTEGRATION: CWS dba13 (1.11.148); FILE MERGED 2004/06/18 14:11:31 fs 1.11.148.1: +desktopterminationlistener


2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [049e7458e5f6246362ce1d46ddd185710ff68693]

INTEGRATION: CWS dba13 (1.1.2); FILE ADDED 2004/06/18 13:54:09 fs 1.1.2.1: helper class for observing the application shutdown (for non-UNO components)


2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [b5a199bb52b7546ee37f744a7959dc02d2d05eff]

INTEGRATION: CWS dba13 (1.1.2); FILE ADDED 2004/06/18 13:53:56 fs 1.1.2.1: helper class for observing the application shutdown (for non-UNO components)


2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [0fd62393e89aecfc5576739acd2df63c916176b5]

INTEGRATION: CWS dba13 (1.2.38); FILE MERGED 2004/06/18 09:30:17 fs 1.2.38.1: #i29490# convertFastPropertyValue: try conversion all the time for non-equal types, not only for interface types


2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [04170e649fc0ab11a7deeb7e5a70aa03c624685c]

INTEGRATION: CWS dba13 (1.3.152); FILE MERGED 2004/06/21 11:37:19 fs 1.3.152.2: type in previous mods to tryPropertyValue 2004/06/18 09:29:31 fs 1.3.152.1: #i29490# tryPropertyValue: really try something ... (namely conversion)


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [312872b5317b43238164a07ec11d131078bc12f4]

INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/23 16:14:26 cd 1.1.2.4: #i26252# Release reference earlier 2004/06/05 16:32:14 cd 1.1.2.3: #i26252# Added new argument for initialize, parent window (toolbar) is provided 2004/04/21 06:36:58 cd 1.1.2.2: #i26252# New methods to retrieve valuable information 2004/04/05 12:03:40 cd 1.1.2.1: #i26252# New base class for UNO based toolbar controller


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [a4936ce6692d73653b532222a1e92182ae263d40]

INTEGRATION: CWS docking1 (1.14.158); FILE MERGED 2004/05/12 08:10:41 cd 1.14.158.2: #i26252# Added new class to support frame status listener 2004/04/05 12:03:10 cd 1.14.158.1: #i26252# New base class for UNO based toolbar controller


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [4aa29a9477e99a5c51d8bb4595a082c0b292de8a]

INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/05 16:32:00 cd 1.1.2.2: #i26252# Removed obsolete member 2004/05/12 08:06:22 cd 1.1.2.1: #i26252# Added new class to support frame status listener


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [90b10540f63cc383371e94860fc35b0b1b94c594]

INTEGRATION: CWS docking1 (1.1.494); FILE MERGED 2004/07/05 15:19:35 cd 1.1.494.2: #i30169# Fixed build problem with gcc 2004/07/05 12:06:16 cd 1.1.494.1: #i30169# Image item must transport all member via UNO any


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [49b4f4ed7962a716c2eac59d7ad6013106a85dd9]

INTEGRATION: CWS docking1 (1.4.344); FILE MERGED 2004/04/21 06:29:12 cd 1.4.344.1: #i26252# Make items usable for dispatch based toolbox controller


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [c77c25c1ba66e1db99406f8946945c463b568e0e]

INTEGRATION: CWS docking1 (1.18.4); FILE MERGED 2004/06/23 15:20:53 mba 1.18.4.1: wmf without font width don't scale properly


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [3093018e31999bcdf776b650584bc9c45c99d2d8]

INTEGRATION: CWS docking1 (1.47.40); FILE MERGED 2004/06/25 14:10:12 dfoster 1.47.40.2: #i30032# 2004/06/18 13:01:50 toconnor 1.47.40.1: #i30032# - add new event configuration support for Customize Events tab


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d07777efb6283dfdc268e19abf7f9482bd1fe81c]

INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/29 12:31:41 dfoster 1.1.2.4: #i30032# 2004/06/28 15:42:16 dfoster 1.1.2.3: #i30032# 2004/06/25 14:10:12 dfoster 1.1.2.2: #i30032# 2004/06/18 13:00:37 toconnor 1.1.2.1: #i30032# - add new event configuration support for new Event tab


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [7051c8a44330fbdf040ddfec518344deecd040d7]

INTEGRATION: CWS docking1 (1.111.20); FILE MERGED 2004/06/25 14:10:11 dfoster 1.111.20.4: #i30032# 2004/05/30 15:34:11 cd 1.111.20.3: RESYNC: (1.111-1.113); FILE MERGED 2004/05/12 08:10:41 cd 1.111.20.2: #i26252# Added new class to support frame status listener 2004/04/05 12:02:53 cd 1.111.20.1: #i26252# New base class for UNO based toolbar controller


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [3a887fe1f39aa79a00bb9bdf83ffd96f075806c6]

INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/05 16:30:23 cd 1.1.2.2: #i26252# Removed obsolete member 2004/05/12 08:05:52 cd 1.1.2.1: #i26252# Added new class to support frame status listener


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [3eb5659f9562dbeb30a9b8dae2a504292654adc0]

INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/25 14:10:10 dfoster 1.1.2.2: #i30032# 2004/06/18 12:58:18 toconnor 1.1.2.1: *** empty log message ***


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [803b1da9144ed43902e81305e24de111b47e2cce]

INTEGRATION: CWS docking1 (1.44.2); FILE MERGED 2004/06/04 15:40:43 ssa 1.44.2.8: #i25121# support for subtoolbars 2004/05/31 01:11:56 cd 1.44.2.7: RESYNC: (1.44-1.45); FILE MERGED 2004/05/11 17:25:37 ssa 1.44.2.6: #i25117# support for toolbar locking 2004/04/21 14:16:57 cd 1.44.2.5: #i24913# extend dockable interface 2004/04/20 16:55:30 ssa 1.44.2.4: #i24913# provide close handler and set/getpossize for dockable windows 2004/04/02 14:06:07 ssa 1.44.2.3: #i24913# send dockingdata with startdocking 2004/03/25 15:58:38 ssa 1.44.2.2: #i24913# extend dockable interface 2004/03/24 17:59:45 ssa 1.44.2.1: #i24913# support for dockable windows via toolkit


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [74a2e2a9f97fc5b2823952803351280e55288a64]

INTEGRATION: CWS docking1 (1.4.4); FILE MERGED 2004/06/20 20:09:34 cd 1.4.4.1: #i30169# Support new interface in queryInterface


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [41f9cd73d47990e39e96492ee0b10372cd674df9]

INTEGRATION: CWS docking1 (1.1.236); FILE MERGED 2004/06/04 15:41:29 ssa 1.1.236.1: #i25121# do not generate uno headers anymore


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [62134069ba3fcfd894f3eb6c622b36c6490e1702]

INTEGRATION: CWS docking1 (1.19.82); FILE MERGED 2004/06/04 15:40:42 ssa 1.19.82.4: #i25121# support for subtoolbars 2004/05/11 17:25:36 ssa 1.19.82.3: #i25117# support for toolbar locking 2004/03/25 18:21:58 ssa 1.19.82.2: #i24913# extend dockable interface 2004/03/24 17:59:57 ssa 1.19.82.1: #i24913# support for dockable windows via toolkit


2004-07-06  Oliver Bolte  <obo@openoffice.org>  [8baa36bce35491459680f4c475f0e36278e3b411]

INTEGRATION: CWS swqbugfixes03 (1.55.224); FILE MERGED 2004/06/14 06:31:54 pb 1.55.224.2: fix: #i20698# don't move the current entry in the first resort 2004/06/14 06:12:36 pb 1.55.224.1: fix: #i9394# don't replace doc title with empty string


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [7631dfb756252ea5d02649fc436f5bb1af721ce3]

INTEGRATION: CWS frmcontrols04 (1.9.508); FILE MERGED 2004/06/23 10:10:08 fs 1.9.508.3: #i24686# properly implement HideInactiveSelection for the MultiLineEdit 2004/06/16 05:49:26 fs 1.9.508.2: RESYNC: (1.9-1.12); FILE MERGED 2004/04/29 06:11:01 fs 1.9.508.1: #i24686# support HideInactiveSelection property at the file control


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [13c349c5576c556fb94bce8a9a003b03628ec75f]

INTEGRATION: CWS frmcontrols04 (1.8.254); FILE MERGED 2004/03/31 10:28:36 dv 1.8.254.1: #i26046# Use PushButton::GetModeImage() instead of GetImage()


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [a08ebbc732a64690b41994601a0d128e0b7156ae]

INTEGRATION: CWS frmcontrols04 (1.2.508); FILE MERGED 2004/06/16 05:49:18 fs 1.2.508.2: RESYNC: (1.2-1.5); FILE MERGED 2004/04/29 06:10:53 fs 1.2.508.1: #i24686# support HideInactiveSelection property at the file control


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [d62ad418190863ce4c71f8aa629b1ad45a4c6d34]

INTEGRATION: CWS frmcontrols04 (1.5.368); FILE MERGED 2004/06/16 05:54:19 fs 1.5.368.2: RESYNC: (1.5-1.6); FILE MERGED 2004/04/29 06:10:21 fs 1.5.368.1: #i24688# support 'flat' effect for check box columns


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [be65512375b211c845040c1aae4596209e9361f1]

INTEGRATION: CWS frmcontrols04 (1.20.32); FILE MERGED 2004/06/16 04:36:46 fs 1.20.32.5: RESYNC: (1.20-1.23); FILE MERGED 2004/05/04 12:41:03 fs 1.20.32.4: Style -> VisualEffect 2004/05/03 15:58:28 fs 1.20.32.3: #28672# +IMAGEPOSITION property 2004/04/29 10:54:32 fs 1.20.32.2: #i24694# support for BorderColor 2004/04/29 06:06:24 fs 1.20.32.1: #i24683# #i24684# #i24685# #i24686# new properties


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [b35d3a0639ce5be7939717b4be471fc319b50a4e]

INTEGRATION: CWS frmcontrols04 (1.6.136); FILE MERGED 2004/05/04 15:00:51 fs 1.6.136.1: +imagealign.cxx


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [faedf3befd573d46720eb66c8d0b9f1be08af210]

INTEGRATION: CWS frmcontrols04 (1.1.2); FILE ADDED 2004/05/04 14:59:31 fs 1.1.2.1: helper for translating the various representations of ImageAlign/ImagePosition


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [524c5b518fa2a508c1599863490ed21d16be9cbb]

INTEGRATION: CWS frmcontrols04 (1.62.12); FILE MERGED 2004/06/16 04:35:18 fs 1.62.12.11: RESYNC: (1.62-1.66); FILE MERGED 2004/05/06 12:24:31 fs 1.62.12.10: #i26047# properly couple ImageAlign and ImagePosition 2004/05/04 15:10:26 fs 1.62.12.9: tie ImagePosition property to ImageAlign property 2004/05/04 15:00:25 fs 1.62.12.8: tie ImagePosition property to ImageAlign property 2004/05/04 12:40:46 fs 1.62.12.7: Style -> VisualEffect 2004/05/03 15:57:22 fs 1.62.12.6: #28672# +IMAGEPOSITION image support for radio buttons and check boxes 2004/04/29 10:54:31 fs 1.62.12.5: #i24694# support for BorderColor 2004/04/29 08:03:49 fs 1.62.12.4: #i24692# Text alignment for push button, option button, check box, list box, combo box 2004/04/29 07:43:58 fs 1.62.12.3: #i24684# BackgroundColor property for check box, option button 2004/04/29 07:37:57 fs 1.62.12.2: #i24681# WordBreak property for push buttons, option buttons, and check boxes 2004/04/29 06:07:22 fs 1.62.12.1: #i24683# #i24684# #i24685# #i24686# new properties


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [8031a05cf5311f8cbf663487c9c4c26c31395f8c]

INTEGRATION: CWS frmcontrols04 (1.33.34); FILE MERGED 2004/06/16 04:36:29 fs 1.33.34.4: RESYNC: (1.33-1.35); FILE MERGED 2004/05/03 16:01:47 fs 1.33.34.3: #28672# +IMAGEPOSITION image support for radio buttons and check boxes 2004/04/29 10:54:31 fs 1.33.34.2: #i24694# support for BorderColor 2004/04/29 06:07:21 fs 1.33.34.1: #i24683# #i24684# #i24685# #i24686# new properties


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [8b90f48027f8acd480adf8bd62f4116fbd6d365a]

INTEGRATION: CWS frmcontrols04 (1.2.216); FILE MERGED 2004/04/29 10:54:31 fs 1.2.216.1: #i24694# support for BorderColor


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [b1779fc9b4d1178b0f1f7882450a84133bd9ed6f]

INTEGRATION: CWS frmcontrols04 (1.2.34); FILE MERGED 2004/04/29 10:54:30 fs 1.2.34.1: #i24694# support for BorderColor


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [09ab3bb44624643acfc6bf655c31fc8da0604365]

INTEGRATION: CWS frmcontrols04 (1.2.34); FILE MERGED 2004/06/16 04:35:08 fs 1.2.34.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/29 10:54:30 fs 1.2.34.1: #i24694# support for BorderColor


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [4f3e6eb70ad804645c41932690a13f903071b752]

INTEGRATION: CWS frmcontrols04 (1.1.46); FILE MERGED 2004/06/16 04:35:42 fs 1.1.46.2: RESYNC: (1.1-1.2); FILE MERGED 2004/04/29 10:54:30 fs 1.1.46.1: #i24694# support for BorderColor


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [de30094e39b2f3700eee9be2ce2c2cf9e8a05726]

INTEGRATION: CWS frmcontrols04 (1.4.34); FILE MERGED 2004/06/16 04:36:06 fs 1.4.34.3: RESYNC: (1.4-1.5); FILE MERGED 2004/04/29 10:54:29 fs 1.4.34.2: #i24694# support for BorderColor 2004/04/29 06:07:01 fs 1.4.34.1: #i24686# HideSelection


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [65cd8ba299297955303ebae9f4306c401abd5d30]

INTEGRATION: CWS frmcontrols04 (1.45.34); FILE MERGED 2004/07/05 09:54:54 fs 1.45.34.8: RESYNC: (1.47-1.48); FILE MERGED 2004/06/16 04:34:36 fs 1.45.34.7: RESYNC: (1.45-1.47); FILE MERGED 2004/05/07 11:00:13 fs 1.45.34.6: don't stream Anys into Anys 2004/05/04 15:00:42 fs 1.45.34.5: moved image align related helper functions to dedicated file 2004/05/04 12:40:58 fs 1.45.34.4: Style -> VisualEffect 2004/05/03 15:57:09 fs 1.45.34.3: #28672# +IMAGEPOSITION image support for radio buttons and check boxes 2004/04/29 06:07:48 fs 1.45.34.2: #i24683# #i24684# #i24685# #i24686# new properties 2004/03/31 10:37:31 dv 1.45.34.1: #i26046# Use PushButton::GetModeImage() instead of GetImage()


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [e89513efaa33f68308a6f204a18a92b1dde45cc3]

INTEGRATION: CWS frmcontrols04 (1.44.14); FILE MERGED 2004/06/16 04:35:01 fs 1.44.14.5: RESYNC: (1.44-1.45); FILE MERGED 2004/05/07 10:59:33 fs 1.44.14.4: getProperty: Border should be signed, not unsigned 2004/04/29 10:54:29 fs 1.44.14.3: #i24694# support for BorderColor 2004/04/29 08:04:06 fs 1.44.14.2: #i24692# Text alignment for push button, option button, check box, list box, combo box 2004/04/29 07:38:17 fs 1.44.14.1: #i24681# WordBreak property for push buttons, option buttons, and check boxes


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [4abb1b1850bb7335d34a322dce129ec713602634]

INTEGRATION: CWS frmcontrols04 (1.35.6); FILE MERGED 2004/06/16 04:34:53 fs 1.35.6.4: RESYNC: (1.35-1.36); FILE MERGED 2004/05/06 13:31:36 fs 1.35.6.3: WB_CENTER not necessary anymore for buttons 2004/05/03 15:56:45 fs 1.35.6.2: WB_WCENTER flag is respected by push buttons since #i26047# 2004/03/03 13:35:15 dv 1.35.6.1: #i24682# Since the type WinBits is 64 bits long, the type itself should be used instead of SALUINT32


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [448b127f183691118dd2d671eb8e19c046a0b8bc]

INTEGRATION: CWS frmcontrols04 (1.15.32); FILE MERGED 2004/06/16 04:33:45 fs 1.15.32.5: RESYNC: (1.15-1.18); FILE MERGED 2004/05/04 12:41:11 fs 1.15.32.4: Style -> VisualEffect 2004/05/03 15:54:03 fs 1.15.32.3: #28672# +IMAGEPOSITION property 2004/04/29 10:50:55 fs 1.15.32.2: #i24694# support for BorderColor 2004/04/29 06:06:04 fs 1.15.32.1: #i24683# #i24684# #i24685# #i24686# new properties


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [e118ce18c5b3e23601afaeee87cfa268d24d1e87]

INTEGRATION: CWS frmcontrols04 (1.1.2); FILE ADDED 2004/05/04 14:59:23 fs 1.1.2.1: helper for translating the various representations of ImageAlign/ImagePosition


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [bbb734df4c3709bf105b0a3365c0616ac16ec194]

INTEGRATION: CWS frmcontrols04 (1.30.32); FILE MERGED 2004/06/16 04:33:10 fs 1.30.32.4: RESYNC: (1.30-1.32); FILE MERGED 2004/05/06 12:24:26 fs 1.30.32.3: #i26047# properly couple ImageAlign and ImagePosition 2004/05/04 12:41:10 fs 1.30.32.2: Style -> VisualEffect 2004/05/03 15:55:14 fs 1.30.32.1: #28672# +IMAGEPOSITION image support for radio buttons and check boxes


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [dbe96bb8e571da0495c5f5fa7e2db5e60fdb1770]

INTEGRATION: CWS frmcontrols04 (1.29.34); FILE MERGED 2004/05/03 15:54:50 fs 1.29.34.1: #28672# +IMAGEPOSITION image support for radio buttons and check boxes


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [00c2c40af24b49b30c7d84f9f23ce18b69861a0b]

INTEGRATION: CWS frmcontrols04 (1.13.134); FILE MERGED 2004/03/03 13:35:03 dv 1.13.134.1: #i24682# Since the type WinBits is 64 bits long, the type itself should be used instead of SALUINT32


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [ff9eee203217b047b8f870a4920569c0f006f88c]

INTEGRATION: CWS frmcontrols04 (1.7.68); FILE MERGED 2004/06/17 07:42:54 fs 1.7.68.3: #i10000# 2004/06/16 05:18:02 fs 1.7.68.2: RESYNC: (1.7-1.9); FILE MERGED 2004/03/10 14:20:06 dv 1.7.68.1: #i24693# Use StyleSettings().GetMonoColor for drawing the window border


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [c1c49f06c1a5ce2e1f5dce20e50c79dc74303fc7]

INTEGRATION: CWS frmcontrols04 (1.2.424); FILE MERGED 2004/03/09 09:50:52 dv 1.2.424.1: #i24687# Added suppurt for monochrome checkboxes and radiobuttons


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [9236e42fc3181dd854e7102afb1edc99f5907bba]

INTEGRATION: CWS frmcontrols04 (1.25.40); FILE MERGED 2004/06/16 05:16:18 fs 1.25.40.2: RESYNC: (1.25-1.27); FILE MERGED 2004/03/08 11:21:18 dv 1.25.40.1: #i24689# Added support for WB_RIGHT and WB_CENTER


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [01bac08311361f788393712e787d67a707494e2c]

INTEGRATION: CWS frmcontrols04 (1.44.40); FILE MERGED 2004/06/16 05:15:43 fs 1.44.40.2: RESYNC: (1.44-1.46); FILE MERGED 2004/03/08 11:20:45 dv 1.44.40.1: #i24689# Added support for WB_RIGHT and WB_CENTER


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [6e1c0bbecb82a09910eafafeecc57131cb201c9e]

INTEGRATION: CWS frmcontrols04 (1.63.40); FILE MERGED 2004/06/16 05:15:52 fs 1.63.40.2: RESYNC: (1.63-1.64); FILE MERGED 2004/03/08 11:20:10 dv 1.63.40.1: #i24689# Set clipping before modify paint position


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [145b123d0643bbf6dee19813d7378792a56eea8d]

INTEGRATION: CWS frmcontrols04 (1.12.68); FILE MERGED 2004/06/16 05:16:00 fs 1.12.68.3: RESYNC: (1.12-1.14); FILE MERGED 2004/03/31 10:47:00 dv 1.12.68.2: #i26046# Use PushButton::GetModeImage() instead of GetImage() 2004/03/10 14:17:58 dv 1.12.68.1: #i24693# Prevent overwriting of some style settings


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [b9884af39f4900c07a5bea7a938d0fda72283404]

INTEGRATION: CWS frmcontrols04 (1.28.68); FILE MERGED 2004/06/16 05:15:13 fs 1.28.68.3: RESYNC: (1.28-1.30); FILE MERGED 2004/03/10 14:16:38 dv 1.28.68.2: #i24689# ComboBox::Draw() now supports WB_RIGHT / WB_CENTER, too 2004/03/08 11:18:33 dv 1.28.68.1: #i24689# Forward WB_RIGHT and WB_CENTER to children


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [79e520827a35735ac180b8530fac882e40403fc3]

INTEGRATION: CWS frmcontrols04 (1.26.14); FILE MERGED 2004/06/16 05:16:10 fs 1.26.14.12: RESYNC: (1.26-1.27); FILE MERGED 2004/05/04 13:45:47 fs 1.26.14.11: #i26046# PushButton::ImplInitStyle: default to WB_VCENTER if no vertical alignment is given 2004/04/29 07:18:21 dv 1.26.14.10: #i28477# PusButton::ImplGetTextStyle() needs DrawFlags, too, to enable disabled look 2004/04/20 08:04:08 dv 1.26.14.9: #i26046# ImageButton images will be centered by default 2004/04/16 09:48:17 dv 1.26.14.8: #i26046# RadioButton::SetFocusRect() still needed! 2004/04/14 13:36:33 dv 1.26.14.7: #i26046# Added support for images to CheckBox and RadioButton 2004/04/02 13:04:26 dv 1.26.14.6: #i26046# More changes for supporting images in checkboxes 2004/03/31 10:47:00 dv 1.26.14.5: #i26046# Use PushButton::GetModeImage() instead of GetImage() 2004/03/10 14:14:51 dv 1.26.14.4: #i24693# Removed warning 2004/03/09 09:52:15 dv 1.26.14.3: #i24687# Added suppurt for monochrome checkboxes and radiobuttons 2004/03/03 13:01:03 dv 1.26.14.2: #i24682# Added support for toggeling PushButton 2004/03/03 07:46:40 dv 1.26.14.1: #i24691# Added support for WB_LEFT, ... to PushButton


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [f5146227a32424bd5334d01503e625f4837b7271]

INTEGRATION: CWS frmcontrols04 (1.41.68); FILE MERGED 2004/06/16 05:02:59 fs 1.41.68.3: RESYNC: (1.42-1.44); FILE MERGED 2004/03/31 12:23:48 dv 1.41.68.2: RESYNC: (1.41-1.42); FILE MERGED 2004/03/10 14:11:52 dv 1.41.68.1: #i24693# Added support for border color


2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [1b7d100a0200059328a3a32f1fec0e86179f7fcd]

INTEGRATION: CWS indephome (1.53.176); FILE MERGED 2004/06/03 07:49:00 kso 1.53.176.1: #i29764# - No longer needs to set locale for template component (done by component itself now)


2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [9d6c2e2d2c6e8f5900fa2c93ec254a7866375fcc]

INTEGRATION: CWS indephome (1.17.38); FILE MERGED 2004/06/16 15:07:58 kso 1.17.38.1: #i30339# - Does no longer write absolute paths to user/basee installation;            uses macros instead.


2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [5ee78d563d33219400c0cd5e5954c1092ab68362]

INTEGRATION: CWS indephome (1.2.12); FILE MERGED 2004/05/28 10:59:38 kso 1.2.12.1: #i21151# - URLs must be made canonical before string-comparing them. Issue number: Submitted by: Reviewed by:


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [85f3670c082efeeee041db6f6787c8e1c93fb99d]

INTEGRATION: CWS vcl22 (1.189.4); FILE MERGED 2004/05/25 10:50:11 pl 1.189.4.2: #i16683# system font changes 2004/05/24 14:15:25 pl 1.189.4.1: #i16683# system font changes


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [a541fbe169279703cf70d101df0818e717b56e6e]

INTEGRATION: CWS vcl22 (1.49.4); FILE MERGED 2004/05/25 13:16:14 ssa 1.49.4.2: #108244# added ctrl-shift-f6 shortcut string 2004/05/25 10:50:10 pl 1.49.4.1: #i16683# system font changes


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [33015547ac7c023d2298edf2d50a448e39febc0a]

INTEGRATION: CWS vcl22 (1.23.18); FILE MERGED 2004/05/26 10:57:34 pl 1.23.18.1: #i29521# quiet please


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [2c57bf546c5474db1b7378cbb81c9a25cb64f929]

INTEGRATION: CWS vcl22 (1.48.4); FILE MERGED 2004/06/25 18:13:55 pl 1.48.4.1: #i30611# add: fontmatching via fontconfig, removed some warnings


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [32a511bcd07cbcd65ee0280b09244a0ed8b8ea37]

INTEGRATION: CWS vcl22 (1.4.2); FILE MERGED 2004/06/25 20:47:45 pl 1.4.2.2: #i30611# handle truetype collections correctly 2004/06/25 18:13:55 pl 1.4.2.1: #i30611# add: fontmatching via fontconfig, removed some warnings


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [33b1ab462b895d6ed93efed78079f66c70603f95]

INTEGRATION: CWS vcl22 (1.10.18); FILE MERGED 2004/06/25 20:46:46 pl 1.10.18.1: #i30611# do not write cache file if nothing changed


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [694fff9a7d878e467b17fa06f015a5847270cd92]

INTEGRATION: CWS vcl22 (1.17.4); FILE MERGED 2004/06/25 20:47:05 pl 1.17.4.2: #i30611# do not write cache file if nothing changed 2004/06/25 18:13:54 pl 1.17.4.1: #i30611# add: fontmatching via fontconfig, removed some warnings


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [e40b19decdf41ca460f4bc42e076d068890fb280]

INTEGRATION: CWS vcl22 (1.3.28); FILE MERGED 2004/06/25 20:46:46 pl 1.3.28.1: #i30611# do not write cache file if nothing changed


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [6de169ab86c5cf119f1860bf4a703f9fde7748b4]

INTEGRATION: CWS vcl22 (1.104.4); FILE MERGED 2004/06/03 17:06:45 pl 1.104.4.2: RESYNC: (1.104-1.105); FILE MERGED 2004/05/24 14:15:27 pl 1.104.4.1: #i16683# system font changes


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [40fc2cfc4626bf0bd03135927ddfbf5577307341]

INTEGRATION: CWS vcl22 (1.55.10); FILE MERGED 2004/05/24 14:15:27 pl 1.55.10.1: #i16683# system font changes


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [edb5c2589b6033179ca02418544461322624786f]

INTEGRATION: CWS vcl22 (1.14.4); FILE MERGED 2004/05/24 14:15:26 pl 1.14.4.1: #i16683# system font changes


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [85c9848fde56190060563fba109f062e9632e53e]

INTEGRATION: CWS vcl22 (1.54.4); FILE MERGED 2004/06/25 18:08:18 pl 1.54.4.1: #i30611# gtk plugin depends on psp library


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [65a29585f1c890d55c04969fa68f34ffb910b313]

INTEGRATION: CWS vcl22 (1.54.4); FILE MERGED 2004/05/18 16:42:48 pl 1.54.4.1: #i29088# use more system cursors


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [713dd447649d5d58254b28c1c84368a754f59d2c]

INTEGRATION: CWS vcl22 (1.4.4); FILE MERGED 2004/06/25 18:07:49 pl 1.4.4.2: #i30611# match ui font with fontconfig algorithm if possible 2004/05/19 13:49:08 pl 1.4.4.1: #i16683# system ui font, better menu colors


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [ade273ffeaff8f92f1263b17284c462a1517709a]

INTEGRATION: CWS vcl22 (1.6.4); FILE MERGED 2004/06/03 17:02:49 pl 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2004/05/18 16:42:47 pl 1.6.4.1: #i29088# use more system cursors


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [b964b1482a36cea036b0b974a04468b26d989672]

INTEGRATION: CWS vcl22 (1.28.106); FILE MERGED 2004/05/19 15:07:39 ssa 1.28.106.1: #115933# modal dialogs now disable all frames above them


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [d0c930584bf8f6c8f07efe8658c36527f52f595f]

INTEGRATION: CWS vcl22 (1.34.106); FILE MERGED 2004/05/25 13:16:15 ssa 1.34.106.1: #108244# added ctrl-shift-f6 shortcut string


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [b86e3e102826961ca669a35eaa5bdd5b59c6107e]

INTEGRATION: CWS vcl22 (1.57.10); FILE MERGED 2004/05/06 08:27:28 hdu 1.57.10.2: #27689# fix extension of fallback run with single runpos in BiDi case 2004/05/03 11:58:17 hdu 1.57.10.1: #i28567# fix text width calculation for overlapping glyph clusters


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [bf59a1a5569757dce8e023e3e6895d640f906956]

INTEGRATION: CWS vcl22 (1.171.4); FILE MERGED 2004/05/24 14:03:49 hdu 1.171.4.1: #i29451# return STRING_LEN in OutputDevice::HasGlyphs() if the font supports the whole string


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [d8a1ccfebf741665e2bfb6933eff7d11600294ab]

INTEGRATION: CWS vcl22 (1.3.106); FILE MERGED 2004/05/25 12:32:15 ssa 1.3.106.1: #i27453# init mbRefPoint


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [5138d42755224c85195f5170d74f509ac949079f]

INTEGRATION: CWS vcl22 (1.43.2); FILE MERGED 2004/06/25 09:33:21 pl 1.43.2.3: RESYNC: (1.44-1.45); FILE MERGED 2004/06/03 17:07:26 pl 1.43.2.2: RESYNC: (1.43-1.44); FILE MERGED 2004/05/26 17:18:04 ssa 1.43.2.1: #i16683# make UseSystemUIFont default


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [0598f524d764bb7529eb42b81b2caf748ae5f104]

INTEGRATION: CWS vcl22 (1.25.10); FILE MERGED 2004/04/28 09:51:41 pl 1.25.10.1: #i28193# larger threshold for incremental transfers, better handling for failed incrmental transfers


2004-07-05  Oliver Bolte  <obo@openoffice.org>  [f844b1de3bb1d319dfef626a8a26b603d0d93264]

INTEGRATION: CWS vcl22 (1.68.8); FILE MERGED 2004/04/28 09:51:41 pl 1.68.8.1: #i28193# larger threshold for incremental transfers, better handling for failed incrmental transfers


2004-07-01  Kurt Zenker  <kz@openoffice.org>  [d46d71921f932d5b2541aa2ba566ae9d183e4c43]

new version for SRC680


2004-07-01  Kurt Zenker  <kz@openoffice.org>  [2b2d048e8d2fa2cd659d2b1b107b4a91739a1783]

new version for SRC680


2004-06-30  Rüdiger Timm  <rt@openoffice.org>  [7e60dc74fd525f21cad506905bdd2b96f5fe6c3d]

new version for SRC680


2004-06-30  Kurt Zenker  <kz@openoffice.org>  [e4d6e75f98b31e112c6b3195ce8579e2c48589c8]

new version for SRC680


2004-06-30  Kurt Zenker  <kz@openoffice.org>  [2b207f9fd1bf9e1008bb28815a9e536bf908dbd9]

new version for SRC680


2004-06-30  Rüdiger Timm  <rt@openoffice.org>  [a2b84ddd276c442c5fea136cbd3fd8ef6e7e9ca2]

new version for SRC680


2004-06-30  Rüdiger Timm  <rt@openoffice.org>  [a61465f9b776c4b7b107fb37757f718aebe7c27b]

new version for SRC680


2004-06-30  Kurt Zenker  <kz@openoffice.org>  [8de776ca9c5b3c54bac4fdd2c758d8e0264f47fb]

new version for SRC680


2004-06-30  Rüdiger Timm  <rt@openoffice.org>  [2c731dd1c067e35fb1b74f949e174ccf6f715840]

#i10000# No const for SvtPathOptions::GetLocale()


2004-06-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7fa33ac31b51cd08d471e00e2e2e7100225bcf98]

#i10000# adopt to ISO codes


2004-06-30  Kurt Zenker  <kz@openoffice.org>  [aba600440f2a647d067e5c8c8657c5694b243186]

new version for SRC680


2004-06-30  Kurt Zenker  <kz@openoffice.org>  [f37d3131c2240907bb359ba2f1329fae5b2f2746]

new version for SRC680


2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dc254bf6c378f23f440f05961be299149c55dd77]

#i10000# adopt to ISO codes


2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [07e6951990fbd195845643fbe6a66734848e4133]

INTEGRATION: CWS dba12 (1.10.16); FILE MERGED 2004/06/14 22:19:19 fs 1.10.16.2: RESYNC: (1.10-1.12); FILE MERGED 2004/04/26 10:50:39 fs 1.10.16.1: #i27072# multi line text field: more clever focus grabbing / optionally disable the Java-like text notifications


2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7aa7edc490f4e273626679b1ea347e4bef730496]

INTEGRATION: CWS dba12 (1.3.16); FILE MERGED 2004/06/14 22:19:10 fs 1.3.16.2: RESYNC: (1.3-1.5); FILE MERGED 2004/04/26 10:50:11 fs 1.3.16.1: #i27072# more clever focus grabbing for the multi line text field


2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7fe215ae4e32bcc3d2a173785c294ffab0465b25]

INTEGRATION: CWS dba12 (1.3.156); FILE MERGED 2004/05/04 07:41:59 fs 1.3.156.1: #i28669# properly respect WB_LEFT/CENTER/RIGHT styles


2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [56198fc6cee6ac4e45eba8f8c50d6bdd635475de]

INTEGRATION: CWS dba12 (1.55.182); FILE MERGED 2004/04/26 10:56:23 fs 1.55.182.1: #i15668# don't notify selection which is caused by re-ordering


2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3e3dddc1c1595f02f7cf1bde2173fd09f05b3670]

INTEGRATION: CWS dba12 (1.1.1.1.580); FILE MERGED 2004/05/04 07:41:33 fs 1.1.1.1.580.1: #i28669# properly respect WB_LEFT/CENTER/RIGHT styles


2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [08bebc59e27111247fcbb3a3c0360550dfd3ab96]

INTEGRATION: CWS dba12 (1.10.118); FILE MERGED 2004/04/28 06:50:53 fs 1.10.118.1: #i25306# setPropertyToDefault: not all exceptions are allowed to leave


2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e9a0f74cfbdc18e143db808a73c6e173f2e7fb71]

INTEGRATION: CWS dba12 (1.8.2); FILE MERGED 2004/04/26 11:04:06 fs 1.8.2.1: #i22982# more tolerant activateTabOrder


2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ce135efa597b757995c7d25ec95d309003d278b3]

INTEGRATION: CWS ooo19prep (1.17.42); FILE MERGED 2004/06/24 12:52:17 mh 1.17.42.1: join from ooo112fix?, #i29766#


2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [67d5355de9a6e2ff920e00e325ea921630e1323a]

INTEGRATION: CWS ooo19prep (1.9.152); FILE MERGED 2004/06/24 12:52:17 mh 1.9.152.1: join from ooo112fix?, #i29766#


2004-06-28  Kurt Zenker  <kz@openoffice.org>  [bd7b62bfa6b3f8f283bce250825e3b677320edcb]

INTEGRATION: CWS impress14ea (1.3.60); FILE MERGED 2004/06/11 16:47:53 sj 1.3.60.1: #i30102# now using png filter from module vcl


2004-06-28  Kurt Zenker  <kz@openoffice.org>  [725c140eebdc71582da8368eeba541d305f7bf35]

INTEGRATION: CWS impress14ea (1.2.24); FILE MERGED 2004/06/24 12:32:20 sj 1.2.24.2: __LITTLEENDIAN define is about to be replaced by OSL_LITENDIAN 2004/06/11 16:59:40 sj 1.2.24.1: #i30102# some funtionality added, some code cleanup


2004-06-28  Kurt Zenker  <kz@openoffice.org>  [a236303145605ef161d77d1a996709a5eeee611a]

INTEGRATION: CWS impress14ea (1.2.24); FILE MERGED 2004/06/24 12:32:20 sj 1.2.24.2: __LITTLEENDIAN define is about to be replaced by OSL_LITENDIAN 2004/06/11 16:58:34 sj 1.2.24.1: #i30102# some funtionality added, some code cleanup


2004-06-28  Kurt Zenker  <kz@openoffice.org>  [00a785aec65c8372ff828dfff3e0e7fda33f7514]

INTEGRATION: CWS impress14ea (1.11.62); FILE MERGED 2004/06/11 16:47:53 sj 1.11.62.1: #i30102# now using png filter from module vcl


2004-06-28  Kurt Zenker  <kz@openoffice.org>  [cb5709e2df860cc9d0843ac3a2c663300a5ed238]

INTEGRATION: CWS impress14ea (1.48.16); FILE MERGED 2004/06/11 16:46:00 sj 1.48.16.1: #i30102# now using png filter from module vcl


2004-06-28  Kurt Zenker  <kz@openoffice.org>  [76b85ebf95610ef7ccd5a1f2fc7b84a342b158b3]

INTEGRATION: CWS impress14ea (1.8.234); FILE MERGED 2004/06/11 16:33:40 sj 1.8.234.1: #i30102# png export dialog moved from module goodies


2004-06-28  Kurt Zenker  <kz@openoffice.org>  [f18a70be676362846cabc8e823e65cbc7e54756f]

INTEGRATION: CWS impress14ea (1.47.152); FILE MERGED 2004/06/11 16:32:32 sj 1.47.152.1: #i30102# png export filter is no longer a external component, using png import filter of vcl


2004-06-28  Kurt Zenker  <kz@openoffice.org>  [547ab19dc8f895a865ee0fd9bf2959d7177860c5]

INTEGRATION: CWS impress14ea (1.1.2); FILE ADDED 2004/06/11 16:13:26 sj 1.1.2.1: #i30102# png export dialog moved from module goodies


2004-06-28  Kurt Zenker  <kz@openoffice.org>  [fe138b65bbcfb2a9d77513242a16d9d0261ecd67]

INTEGRATION: CWS impress14ea (1.1.2); FILE ADDED 2004/06/11 16:13:14 sj 1.1.2.1: #i30102# png export dialog moved from module goodies


2004-06-28  Kurt Zenker  <kz@openoffice.org>  [4799b5455d1a1bff3cb67a0bd34ade97974e34b7]

INTEGRATION: CWS impress14ea (1.1.2); FILE ADDED 2004/06/11 16:12:50 sj 1.1.2.1: #i30102# png export dialog moved from module goodies


2004-06-28  Kurt Zenker  <kz@openoffice.org>  [98098ce10e27d978a2a99024fced3314e6efb1ad]

INTEGRATION: CWS impress14ea (1.1.2); FILE ADDED 2004/06/11 16:13:02 sj 1.1.2.1: #i30102# png export dialog moved from module goodies


2004-06-28  Kurt Zenker  <kz@openoffice.org>  [24c50384f984aa08839c89be9e36731dba8a1494]

INTEGRATION: CWS impress14ea (1.7.442); FILE MERGED 2004/06/11 16:31:11 sj 1.7.442.1: #i30102# png export dialog is no longer a external component


2004-06-28  Kurt Zenker  <kz@openoffice.org>  [8779dcc5081fab50e98c27023c81bcc77c3bd8d0]

INTEGRATION: CWS impress14ea (1.17.158); FILE MERGED 2004/06/11 16:17:13 sj 1.17.158.1: #i30102# png export filter is no longer a external component


2004-06-28  Kurt Zenker  <kz@openoffice.org>  [fefa3b719c23a2522030d8fb931738c451400059]

INTEGRATION: CWS impress14ea (1.24.64); FILE MERGED 2004/06/11 16:41:01 sj 1.24.64.1: #i30102# now using png filter from module vcl


2004-06-28  Kurt Zenker  <kz@openoffice.org>  [1d0d5ea4a729222f56a12241a4838f3411f107c4]

INTEGRATION: CWS impress14ea (1.13.16); FILE MERGED 2004/06/11 16:15:00 sj 1.13.16.1: #i30102# PNGWriter interface changed


2004-06-28  Kurt Zenker  <kz@openoffice.org>  [22908cb455a729699c14a22122183bd199df8ae1]

INTEGRATION: CWS impress14ea (1.2.82); FILE MERGED 2004/06/18 09:58:38 sj 1.2.82.1: #i23822# removed compiler warnings


2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [02fcbce612497fa6093e2c778d912268aa4416a0]

INTEGRATION: CWS swqbugfixes01 (1.44.10); FILE MERGED 2004/06/04 07:52:50 od 1.44.10.2: RESYNC: (1.44-1.45); FILE MERGED 2004/06/01 12:28:17 os 1.44.10.1: #109119# remove listener on disposing event


2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a6902bc0f0f32582bc23e2767ced7854c114a777]

INTEGRATION: CWS mergebuild (1.2.68); FILE MERGED 2003/12/08 14:46:53 hjs 1.2.68.1: #i8252# fixed commandline problem; generic ids


2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7865b34946fe72265dec329a7061db8ca4a4bcba]

INTEGRATION: CWS mergebuild (1.15.22); FILE MERGED 2004/06/02 10:52:13 hjs 1.15.22.7: RESYNC: (1.16-1.18); FILE MERGED 2004/05/30 13:37:34 hjs 1.15.22.6: RESYNC: (1.15-1.16); FILE MERGED 2004/02/06 11:33:36 hjs 1.15.22.5: #i8252# avoid LanguageType for indexing; define valid ISO code in RSC_ISO_LANG 2004/01/21 14:57:50 pl 1.15.22.4: #110286# fallback resources, move to iso codes 2003/12/08 14:46:48 hjs 1.15.22.3: #i8252# fixed commandline problem; generic ids 2003/09/29 16:22:15 hjs 1.15.22.2: i8252 no more rsclang.c 2003/09/16 11:58:28 hjs 1.15.22.1: #95755#, #111237#, #111260#, #i8252# preparing switch to iso codes as language identifiers


2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [adffb2be0199ae80466cce9008b16ce8fe84f010]

INTEGRATION: CWS mergebuild (1.2.12); FILE MERGED 2004/01/21 14:57:49 pl 1.2.12.1: #110286# fallback resources, move to iso codes


2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [07f77d853deef4ab49255fdb23ea83412c804923]

INTEGRATION: CWS mergebuild (1.3.22); FILE MERGED 2004/01/21 14:57:48 pl 1.3.22.1: #110286# fallback resources, move to iso codes


2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1db39e0d4b82f390da91f6d645be150c76d61d36]

INTEGRATION: CWS mergebuild (1.2.68); FILE MERGED 2004/01/21 14:57:47 pl 1.2.68.1: #110286# fallback resources, move to iso codes


2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cfe6f6df0ef90f558c8767e048e7bfc229393015]

INTEGRATION: CWS mergebuild (1.2.68); FILE MERGED 2004/02/06 11:33:35 hjs 1.2.68.2: #i8252# avoid LanguageType for indexing; define valid ISO code in RSC_ISO_LANG 2004/01/21 14:57:47 pl 1.2.68.1: #110286# fallback resources, move to iso codes


2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ba9b5629553b415da2a56ba4d05b1ef452a8f8e7]

INTEGRATION: CWS mergebuild (1.3.22); FILE MERGED 2004/01/21 14:57:45 pl 1.3.22.1: #110286# fallback resources, move to iso codes


2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2e50a0739fc9dd783706ad2b55e7f3ab1ff09b07]

INTEGRATION: CWS mergebuild (1.4.52); FILE MERGED 2003/09/16 11:58:27 hjs 1.4.52.1: #95755#, #111237#, #111260#, #i8252# preparing switch to iso codes as language identifiers


2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [63f6869c7270c3c001170a535b184ca80b469a46]

INTEGRATION: CWS mergebuild (1.7.52); FILE MERGED 2004/05/30 13:37:24 hjs 1.7.52.3: RESYNC: (1.8-1.9); FILE MERGED 2004/04/20 19:12:11 hjs 1.7.52.2: RESYNC: (1.7-1.8); FILE MERGED 2004/01/21 14:57:44 pl 1.7.52.1: #110286# fallback resources, move to iso codes


2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c3deed838a0393666e1054995c8c506ea3a71578]

INTEGRATION: CWS mergebuild (1.6.24); FILE MERGED 2004/05/30 13:37:16 hjs 1.6.24.3: RESYNC: (1.7-1.8); FILE MERGED 2004/04/20 19:12:01 hjs 1.6.24.2: RESYNC: (1.6-1.7); FILE MERGED 2004/01/21 14:57:43 pl 1.6.24.1: #110286# fallback resources, move to iso codes


2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [05244d5d04db60886b667503b39ae58948d9b874]

INTEGRATION: CWS mergebuild (1.4.46); FILE MERGED 2004/05/27 08:33:50 hjs 1.4.46.11: #i8252# accept x-comment 2004/04/20 19:11:50 hjs 1.4.46.10: RESYNC: (1.4-1.5); FILE MERGED 2004/02/06 11:33:34 hjs 1.4.46.9: #i8252# avoid LanguageType for indexing; define valid ISO code in RSC_ISO_LANG 2004/01/21 14:57:42 pl 1.4.46.8: #110286# fallback resources, move to iso codes 2003/12/08 16:08:46 hjs 1.4.46.7: #i8252# accept language only 2003/12/08 14:46:44 hjs 1.4.46.6: #i8252# fixed commandline problem; generic ids 2003/11/20 13:44:19 hjs 1.4.46.5: #i8252# fix error caused by back and forth converting of language 2003/10/10 17:58:30 hjs 1.4.46.4: #i8252# fake plain language codes for now... 2003/10/06 16:27:01 hjs 1.4.46.3: #i8252# no hard limit to 7 2003/09/29 16:21:30 hjs 1.4.46.2: i8252 no more rsclang.c 2003/09/16 11:58:26 hjs 1.4.46.1: #95755#, #111237#, #111260#, #i8252# preparing switch to iso codes as language identifiers


2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bf3008e0828c30218e3da1c725089e7bf1a5fa2a]

INTEGRATION: CWS mergebuild (1.6.20); FILE MERGED 2004/05/30 13:37:00 hjs 1.6.20.4: RESYNC: (1.7-1.8); FILE MERGED 2004/04/20 19:11:42 hjs 1.6.20.3: RESYNC: (1.6-1.7); FILE MERGED 2004/02/06 11:33:33 hjs 1.6.20.2: #i8252# avoid LanguageType for indexing; define valid ISO code in RSC_ISO_LANG 2004/01/21 14:57:41 pl 1.6.20.1: #110286# fallback resources, move to iso codes


2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fdb22d557e39b62168f1ee9cc6285a27f1a50c6e]

INTEGRATION: CWS mergebuild (1.6.66); FILE MERGED 2004/05/30 13:37:08 hjs 1.6.66.2: RESYNC: (1.6-1.7); FILE MERGED 2004/01/21 14:57:41 pl 1.6.66.1: #110286# fallback resources, move to iso codes


2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3878c4371789e8cb3c5492832338607a943c2e70]

INTEGRATION: CWS mergebuild (1.6.46); FILE MERGED 2004/06/03 08:29:50 hjs 1.6.46.4: #i8252# resync problems 2004/05/30 13:36:53 hjs 1.6.46.3: RESYNC: (1.6-1.7); FILE MERGED 2004/01/21 14:57:40 pl 1.6.46.2: #110286# fallback resources, move to iso codes 2003/12/08 14:46:39 hjs 1.6.46.1: #i8252# fixed commandline problem; generic ids


2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b76e0f8e9c0212c6836d65568b35d9fc513c3766]

INTEGRATION: CWS mergebuild (1.2.68); FILE MERGED 2003/12/08 14:46:36 hjs 1.2.68.1: #i8252# fixed commandline problem; generic ids


2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8b421b9293e6c6379c2c37ad4115abe605120f6b]

INTEGRATION: CWS mergebuild (1.8.52); FILE MERGED 2004/06/03 08:29:49 hjs 1.8.52.3: #i8252# resync problems 2004/05/30 13:36:35 hjs 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2004/01/21 14:57:38 pl 1.8.52.1: #110286# fallback resources, move to iso codes


2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [40608fe49d78b946127ad2c0ba55f8efcf6063b2]

INTEGRATION: CWS mergebuild (1.2.68); FILE MERGED 2004/02/06 11:33:33 hjs 1.2.68.2: #i8252# avoid LanguageType for indexing; define valid ISO code in RSC_ISO_LANG 2004/01/21 14:57:38 pl 1.2.68.1: #110286# fallback resources, move to iso codes


2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [74e0f1ef869e99701cfab3da1eb15079fa877e5e]

INTEGRATION: CWS mergebuild (1.2.68); FILE MERGED 2004/01/21 14:57:37 pl 1.2.68.1: #110286# fallback resources, move to iso codes


2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cb681fcb002d7f18e8d762b298c52005e6d5e164]

INTEGRATION: CWS mergebuild (1.37.14); FILE MERGED 2004/06/21 13:04:17 ihi 1.37.14.6: #i8252# Removed duplicated de entry 2004/04/20 19:31:12 hjs 1.37.14.5: RESYNC: (1.37-1.39); FILE MERGED 2004/02/20 18:41:21 ihi 1.37.14.4: Merge-While-Build update 2003/12/16 16:16:52 ihi 1.37.14.3: x-no-translate conversion 2003/11/11 19:19:18 ihi 1.37.14.2: en -> en-US 2003/11/10 16:46:41 ihi 1.37.14.1: #111234# Merge during build


2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [35c719aaf0eb2cc50062d25d7b8800fb111adbaa]

INTEGRATION: CWS mergebuild (1.49.18); FILE MERGED 2004/06/21 13:04:16 ihi 1.49.18.8: #i8252# Removed duplicated de entry 2004/05/19 16:24:31 hjs 1.49.18.7: #i8252# fix resync problems 2004/05/18 15:47:39 hjs 1.49.18.6: RESYNC: (1.51-1.52); FILE MERGED 2004/04/20 19:29:53 hjs 1.49.18.5: RESYNC: (1.49-1.51); FILE MERGED 2004/02/20 18:41:20 ihi 1.49.18.4: Merge-While-Build update 2003/12/16 16:16:51 ihi 1.49.18.3: x-no-translate conversion 2003/11/11 19:19:16 ihi 1.49.18.2: en -> en-US 2003/11/10 16:46:40 ihi 1.49.18.1: #111234# Merge during build


2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5d755d7dbca135095a3593eb827473343bbe6d6d]

INTEGRATION: CWS mergebuild (1.12.32); FILE MERGED 2004/05/18 15:47:10 hjs 1.12.32.3: RESYNC: (1.13-1.14); FILE MERGED 2004/04/20 19:29:10 hjs 1.12.32.2: RESYNC: (1.12-1.13); FILE MERGED 2004/02/20 18:40:04 ihi 1.12.32.1: Merge-While-Build update


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cd446dd5e417de0a8c52acda4ef4bc7325b095b9]

#i10000# correct api


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4646ea30f62d7ff053dabfe8fa1d8a54661e7a84]

INTEGRATION: CWS tune04 (1.1.1.1.198); FILE MERGED 2004/06/15 08:13:58 cmc 1.1.1.1.198.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4576828bf2a99391aa269ee443b791c064e20a03]

INTEGRATION: CWS tune04 (1.2.38); FILE MERGED 2004/06/15 08:13:58 cmc 1.2.38.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [010e8103ab2e2ff50373c9bacb84a018718d374e]

INTEGRATION: CWS tune04 (1.6.50); FILE MERGED 2004/06/15 08:13:57 cmc 1.6.50.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2dce74f2da751efc768693a0080a7a6458da07e1]

INTEGRATION: CWS tune04 (1.28.38); FILE MERGED 2004/06/15 08:13:57 cmc 1.28.38.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [47c3c0e12183592996155c3dff126d15f79d089a]

INTEGRATION: CWS tune04 (1.34.76); FILE MERGED 2004/06/11 11:59:13 cmc 1.34.76.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6b010d2b79c4e24f8f124f8b2860d512a48c8a86]

INTEGRATION: CWS tune04 (1.1.1.1.618); FILE MERGED 2004/06/11 11:59:32 cmc 1.1.1.1.618.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f1e4736e371e304fa1eb5bddaa27c37a51fb5e99]

INTEGRATION: CWS tune04 (1.16.178); FILE MERGED 2004/06/11 11:59:29 cmc 1.16.178.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [570440ee3c451d121024292be7aadc77e059cc53]

INTEGRATION: CWS tune04 (1.34.178); FILE MERGED 2004/06/18 11:51:33 mhu 1.34.178.2: #i29636# Added missing 'static' keyword in ImplEnglishColors. 2004/06/11 11:59:28 cmc 1.34.178.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8930e629d77206585da05ec9eae8bd5b23a753dd]

INTEGRATION: CWS tune04 (1.57.120); FILE MERGED 2004/06/11 11:59:27 cmc 1.57.120.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [38fe6178497474fe299e7f6a3a4c2d94bb9c0b04]

INTEGRATION: CWS tune04 (1.51.178); FILE MERGED 2004/06/11 11:59:26 cmc 1.51.178.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [92100c75aa4d042e3fd20d6ca88278e273868d54]

INTEGRATION: CWS tune04 (1.2.616); FILE MERGED 2004/06/11 11:59:24 cmc 1.2.616.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [10ba3d7df87d4c6408acd4ef5b98c153692bd392]

INTEGRATION: CWS tune04 (1.11.364); FILE MERGED 2004/06/11 11:58:44 cmc 1.11.364.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b79d1f08b7db6c7a498534bd48d93af4495e4a3f]

INTEGRATION: CWS tune04 (1.12.434); FILE MERGED 2004/06/11 11:59:22 cmc 1.12.434.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5ea6b3d520ddf27afd916b4575399b2e89f63f39]

INTEGRATION: CWS tune04 (1.47.146); FILE MERGED 2004/06/11 11:59:20 cmc 1.47.146.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6d76d95da0ae312b4d39a685759b9157233ecc96]

INTEGRATION: CWS tune04 (1.1.1.1.618); FILE MERGED 2004/06/11 11:59:18 cmc 1.1.1.1.618.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8d28874f7697ab7a78e0a2305842a3776682358e]

INTEGRATION: CWS tune04 (1.21.148); FILE MERGED 2004/06/11 11:59:14 cmc 1.21.148.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5e0bbc6aff618d1c27236b1bc43d1f1cd2aecbe0]

INTEGRATION: CWS tune04 (1.7.48); FILE MERGED 2004/06/10 12:08:32 cmc 1.7.48.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bdfea75bfa6e06bdd0115e17d311d3ee85ad95d8]

INTEGRATION: CWS tune04 (1.15.36); FILE MERGED 2004/06/11 11:59:11 cmc 1.15.36.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [df49430c9a45adf5cf624ea947bf1b0d38bd6991]

INTEGRATION: CWS tune04 (1.10.98); FILE MERGED 2004/06/11 11:59:10 cmc 1.10.98.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [052b0811ceb2307fa952983fe0552f26472370e7]

INTEGRATION: CWS tune04 (1.1.578); FILE MERGED 2004/06/11 11:59:07 cmc 1.1.578.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b114450d8d915b84534166d1d40ced37e0cfbed7]

INTEGRATION: CWS tune04 (1.65.32); FILE MERGED 2004/06/11 11:59:04 cmc 1.65.32.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6b1da26f213ba665039697169a7231448e25ca65]

INTEGRATION: CWS tune04 (1.5.370); FILE MERGED 2004/06/11 11:59:03 cmc 1.5.370.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [29231fb4f1ad62097148108cf7c98ac7ca9944cb]

INTEGRATION: CWS tune04 (1.5.594); FILE MERGED 2004/06/11 11:59:02 cmc 1.5.594.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0b199814c035820df8081e9ca2c0ff66ffbf7436]

INTEGRATION: CWS tune04 (1.6.370); FILE MERGED 2004/06/11 11:59:00 cmc 1.6.370.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bb44839f25144f1188c4398801dc1329339447cf]

INTEGRATION: CWS tune04 (1.5.234); FILE MERGED 2004/06/11 11:58:58 cmc 1.5.234.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b049cc2982d16c16e148cd68d099888734189680]

INTEGRATION: CWS tune04 (1.11.336); FILE MERGED 2004/06/11 11:58:56 cmc 1.11.336.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8b4104e3783f390648622673c71aff9cf09111e1]

INTEGRATION: CWS tune04 (1.6.148); FILE MERGED 2004/06/11 11:58:54 cmc 1.6.148.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9e755725da3952ff1cca2cb8b676b90a0424be6e]

INTEGRATION: CWS tune04 (1.9.114); FILE MERGED 2004/06/14 10:00:04 cmc 1.9.114.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [11560ba3c44742af345b982ec0cd33a16eff71ce]

INTEGRATION: CWS tune04 (1.6.114); FILE MERGED 2004/06/14 10:00:03 cmc 1.6.114.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2789da82df0abf0a72260c995be98d5f35c0adcd]

INTEGRATION: CWS tune04 (1.6.120); FILE MERGED 2004/06/14 09:16:48 cmc 1.6.120.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fc284ac147051c65cfef94db6938e12f150ea3d8]

INTEGRATION: CWS tune04 (1.5.66); FILE MERGED 2004/06/14 09:16:47 cmc 1.5.66.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b745905e3234c8b42efe2bab14d01df4d11fcce2]

INTEGRATION: CWS tune04 (1.4.128); FILE MERGED 2004/06/14 09:16:47 cmc 1.4.128.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c7b128bb64d6f6266a8e296ba697740227450258]

INTEGRATION: CWS tune04 (1.6.56); FILE MERGED 2004/06/14 09:16:47 cmc 1.6.56.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d1b27923d09242839c2b9768562de5ceb6afe86c]

INTEGRATION: CWS tune04 (1.1.26); FILE MERGED 2004/06/15 07:23:36 cmc 1.1.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [75369c24a3e71345599386fa2401d6991c7fa906]

INTEGRATION: CWS tune04 (1.4.26); FILE MERGED 2004/06/15 07:23:36 cmc 1.4.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [39d6369f4ed99ee91bfb573c674e20d8b301769b]

INTEGRATION: CWS tune04 (1.2.26); FILE MERGED 2004/06/15 07:23:35 cmc 1.2.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [99eebece34844c70cacd674ee2b53a36d24ce6e3]

INTEGRATION: CWS tune04 (1.1.26); FILE MERGED 2004/06/15 07:23:35 cmc 1.1.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [187d476feda6e356c51bc7cb687e8de784c7e7b1]

INTEGRATION: CWS tune04 (1.6.26); FILE MERGED 2004/06/15 07:23:34 cmc 1.6.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [be8009fa816012356dba903b6d7c1d84b89c3abe]

INTEGRATION: CWS tune04 (1.3.26); FILE MERGED 2004/06/15 07:23:34 cmc 1.3.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c3768720fbcd26e2ae308a403be073226a6c0132]

INTEGRATION: CWS tune04 (1.10.26); FILE MERGED 2004/06/15 07:23:33 cmc 1.10.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4c8edaa7527bff9111b86f71ef026f4ea322eded]

INTEGRATION: CWS tune04 (1.9.26); FILE MERGED 2004/06/15 07:23:33 cmc 1.9.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b5b6ced5cb1113f0b7c4eba374c9d425b57eb973]

INTEGRATION: CWS tune04 (1.2.26); FILE MERGED 2004/06/15 07:23:32 cmc 1.2.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0635a079e6adba624b3a52adb61001f480768543]

INTEGRATION: CWS tune04 (1.8.26); FILE MERGED 2004/06/15 07:23:31 cmc 1.8.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [36d5bf9b2a82e5b19603ada8d93a1992240f7ac4]

INTEGRATION: CWS tune04 (1.3.26); FILE MERGED 2004/06/15 07:23:31 cmc 1.3.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [72a1fbf5f3cccd1b1d75cf8e2f0f71e091d71444]

INTEGRATION: CWS tune04 (1.2.26); FILE MERGED 2004/06/15 07:23:31 cmc 1.2.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [62b9ddf0364f3fb3065dcc5d908b6bc9b834b7d9]

INTEGRATION: CWS tune04 (1.3.48); FILE MERGED 2004/06/11 11:25:21 cmc 1.3.48.1: #i29636# global empty strings are popular for returning something by const reference on failure, centralize their usage


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f7698f29dc634bf5077185da0052098cdbfc584f]

INTEGRATION: CWS tune04 (1.4.98); FILE MERGED 2004/06/11 11:25:21 cmc 1.4.98.1: #i29636# global empty strings are popular for returning something by const reference on failure, centralize their usage


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e5b2e4ee9bce02e2163ececee17447914b2144f4]

INTEGRATION: CWS tune04 (1.27.26); FILE MERGED 2004/06/10 12:08:31 cmc 1.27.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a318d4590e23f62457b93b39aae0efae53a44974]

INTEGRATION: CWS tune04 (1.3.262); FILE MERGED 2004/06/10 12:08:31 cmc 1.3.262.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0bc3cd13b154a696d962f8969fe812db66679403]

INTEGRATION: CWS tune04 (1.4.48); FILE MERGED 2004/06/10 12:08:30 cmc 1.4.48.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [edeae3d3d471ae588bd4d7469b041669fe36fda3]

INTEGRATION: CWS tune04 (1.3.256); FILE MERGED 2004/06/04 12:20:43 cmc 1.3.256.1: #i29636# unused sLastCaseSensitiveDir variables


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3d9ecfe42f8cd9c8d53398299686e70f96e9820f]

INTEGRATION: CWS tune04 (1.44.26); FILE MERGED 2004/06/10 12:08:29 cmc 1.44.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fc19f531708e19dd9906eb6b37b709d0811d79cf]

INTEGRATION: CWS tune04 (1.4.74); FILE MERGED 2004/06/10 12:08:29 cmc 1.4.74.2: #i29636# turn global objects into local static data protected with swishy double-locked templated template 2004/06/04 12:20:42 cmc 1.4.74.1: #i29636# unused sLastCaseSensitiveDir variables


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c1c1a20ae3751b03820573c275a9f2c309ca52ea]

INTEGRATION: CWS tune04 (1.5.246); FILE MERGED 2004/06/10 12:08:29 cmc 1.5.246.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f7ea7720404c448cee1679a7bd20a07031c69d4b]

INTEGRATION: CWS tune04 (1.2.74); FILE MERGED 2004/06/04 12:20:41 cmc 1.2.74.1: #i29636# unused sLastCaseSensitiveDir variables


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [69fd9ee50705639e7c1d9ed61074ad2dd5d3675d]

INTEGRATION: CWS tune04 (1.15.46); FILE MERGED 2004/06/10 12:08:28 cmc 1.15.46.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bcea7c2ab2ab461cbc892a1bf038672d0445da9f]

INTEGRATION: CWS tune04 (1.18.64); FILE MERGED 2004/06/11 12:53:46 cmc 1.18.64.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ddda92a68f736b9c80dfd483eac38745bc62b8da]

INTEGRATION: CWS tune04 (1.14.64); FILE MERGED 2004/06/11 12:53:45 cmc 1.14.64.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c064c492ddddfec10fc2c21c66856618c59fe4c9]

INTEGRATION: CWS tune04 (1.11.94); FILE MERGED 2004/06/10 15:29:59 cmc 1.11.94.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f96f1b0180a0895d22dff6710b9cab91e65277a8]

INTEGRATION: CWS tune04 (1.28.62); FILE MERGED 2004/06/10 15:29:58 cmc 1.28.62.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [39a8fac4d4cb5cb95a16b14d0fbd1f92e73baa8a]

INTEGRATION: CWS tune04 (1.102.92); FILE MERGED 2004/06/10 15:29:58 cmc 1.102.92.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [edb76b18628e50c6bc44b825c1816fd740a5a092]

INTEGRATION: CWS tune04 (1.32.72); FILE MERGED 2004/06/11 11:43:45 cmc 1.32.72.4: #i29636# ok then, as global empty strings are so popular, centralize their usage 2004/06/11 08:37:25 cmc 1.32.72.3: #i29636# turn global objects into local static data protected with swishy double-locked templated template 2004/06/10 15:47:01 cmc 1.32.72.2: #i29636# remove globals 2004/06/10 15:28:06 cmc 1.32.72.1: #i29636# global aImplSVShlData unused


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a8dd17ceb8fcdd1c4b7f23bbe7f8102948f2c245]

INTEGRATION: CWS tune04 (1.49.12); FILE MERGED 2004/06/11 08:37:24 cmc 1.49.12.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [905b31c75a048c2f2ab98cb51af39175008816bf]

INTEGRATION: CWS tune04 (1.15.14); FILE MERGED 2004/06/14 09:53:06 cmc 1.15.14.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [75f8f380a40b6482aa7d51553e54dc306f6790d8]

INTEGRATION: CWS tune04 (1.28.110); FILE MERGED 2004/06/14 09:53:04 cmc 1.28.110.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [568894d5d55d0d3223e6a4c730e87ea3ef20646c]

INTEGRATION: CWS tune04 (1.37.10); FILE MERGED 2004/06/14 09:53:03 cmc 1.37.10.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4e55e4e36f3ded9241c1d5f2ac3337280ef7778a]

INTEGRATION: CWS tune04 (1.21.142); FILE MERGED 2004/06/14 09:53:01 cmc 1.21.142.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e7282ac70a0f865de735018d7d1e53aa523c1e49]

INTEGRATION: CWS mergebuild (1.22.44); FILE MERGED 2004/01/29 11:56:00 hjs 1.22.44.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5af6a7a79593b0266e6f04bb2990c3d1c762bfb0]

INTEGRATION: CWS mergebuild (1.17.60); FILE MERGED 2004/04/20 21:34:10 hjs 1.17.60.3: RESYNC: (1.17-1.18); FILE MERGED 2003/11/11 19:24:10 ihi 1.17.60.2: en -> en-US 2003/11/10 17:57:09 ihi 1.17.60.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a448afc815f003d1a5b2f98a90e97692783e657d]

INTEGRATION: CWS mergebuild (1.2.342); FILE MERGED 2004/01/29 11:56:08 hjs 1.2.342.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [741694c482b39b61cb9b74d245ccda7588625877]

INTEGRATION: CWS mergebuild (1.23.172); FILE MERGED 2004/06/01 14:00:08 hjs 1.23.172.3: RESYNC: (1.25-1.26); FILE MERGED 2004/04/20 21:27:17 hjs 1.23.172.2: RESYNC: (1.23-1.25); FILE MERGED 2004/01/29 11:56:04 hjs 1.23.172.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [99a6184ef21c7778a9fcc7f5002405f2f9377f6c]

INTEGRATION: CWS mergebuild (1.20.60); FILE MERGED 2004/04/20 21:27:10 hjs 1.20.60.3: RESYNC: (1.20-1.21); FILE MERGED 2003/11/11 19:24:06 ihi 1.20.60.2: en -> en-US 2003/11/10 17:57:05 ihi 1.20.60.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [407bdfbaf7a454ddddeaabe8ccaaefc8c80a73b4]

INTEGRATION: CWS mergebuild (1.51.60); FILE MERGED 2004/06/03 08:48:33 hjs 1.51.60.5: #i8252# resync problems 2004/04/21 17:32:18 hjs 1.51.60.4: #i8252# fix damaged macro 2004/04/20 21:26:46 hjs 1.51.60.3: RESYNC: (1.51-1.52); FILE MERGED 2003/11/11 19:24:06 ihi 1.51.60.2: en -> en-US 2003/11/10 17:57:04 ihi 1.51.60.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [364b014deb7adb5e21ad9c7342ae337838718578]

INTEGRATION: CWS mergebuild (1.45.60); FILE MERGED 2004/04/30 17:13:27 hjs 1.45.60.5: #i8252# remove unused string 2004/04/20 21:26:09 hjs 1.45.60.4: RESYNC: (1.45-1.46); FILE MERGED 2004/02/23 11:41:03 ihi 1.45.60.3: Merge-While-Build update 2003/11/11 19:24:05 ihi 1.45.60.2: en -> en-US 2003/11/10 17:57:03 ihi 1.45.60.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [839e6ab0cb0caac454c328ddb12713f1ce623085]

INTEGRATION: CWS mergebuild (1.23.60); FILE MERGED 2004/04/20 21:26:01 hjs 1.23.60.3: RESYNC: (1.23-1.24); FILE MERGED 2003/11/11 19:24:05 ihi 1.23.60.2: en -> en-US 2003/11/10 17:57:03 ihi 1.23.60.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ed137a4096346ae0608091abd0b9fc2ed95b2c53]

INTEGRATION: CWS mergebuild (1.17.60); FILE MERGED 2004/04/20 21:24:02 hjs 1.17.60.4: RESYNC: (1.17-1.18); FILE MERGED 2004/02/23 11:41:03 ihi 1.17.60.3: Merge-While-Build update 2003/11/11 19:24:03 ihi 1.17.60.2: en -> en-US 2003/11/10 17:57:01 ihi 1.17.60.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4af6a4f01906e968f57041994f342d00c6c98dcb]

INTEGRATION: CWS mergebuild (1.46.164); FILE MERGED 2004/04/20 21:22:57 hjs 1.46.164.2: RESYNC: (1.46-1.47); FILE MERGED 2004/01/29 11:55:51 hjs 1.46.164.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [84794799ceef79914874896411420d6cecf3c538]

INTEGRATION: CWS mergebuild (1.26.60); FILE MERGED 2004/04/20 21:22:49 hjs 1.26.60.4: RESYNC: (1.26-1.27); FILE MERGED 2004/02/23 11:41:02 ihi 1.26.60.3: Merge-While-Build update 2003/11/11 19:24:02 ihi 1.26.60.2: en -> en-US 2003/11/10 17:57:00 ihi 1.26.60.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6672568c78f7b8e853a7993e06101e26f0c61724]

INTEGRATION: CWS mergebuild (1.23.60); FILE MERGED 2004/04/20 21:22:42 hjs 1.23.60.3: RESYNC: (1.23-1.24); FILE MERGED 2003/11/11 19:24:02 ihi 1.23.60.2: en -> en-US 2003/11/10 17:57:00 ihi 1.23.60.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d21c9b8252f283ac081f4e2d94cc5d99e01d25b8]

INTEGRATION: CWS mergebuild (1.7.172); FILE MERGED 2004/01/29 11:55:48 hjs 1.7.172.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [804df377f291886bfcf37618c456f9e76d65c593]

INTEGRATION: CWS mergebuild (1.28.60); FILE MERGED 2004/04/20 21:20:33 hjs 1.28.60.3: RESYNC: (1.28-1.29); FILE MERGED 2003/11/11 19:23:59 ihi 1.28.60.2: en -> en-US 2003/11/10 17:56:55 ihi 1.28.60.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9d46d377509897d94f6b94a36389816fedbd69e7]

INTEGRATION: CWS mergebuild (1.33.60); FILE MERGED 2004/04/20 21:20:07 hjs 1.33.60.3: RESYNC: (1.33-1.34); FILE MERGED 2003/11/11 19:23:58 ihi 1.33.60.2: en -> en-US 2003/11/10 17:56:54 ihi 1.33.60.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7d74ac8cabf945ffe473eae9198feaff9cf3eea4]

INTEGRATION: CWS mergebuild (1.41.60); FILE MERGED 2004/04/20 21:19:52 hjs 1.41.60.4: RESYNC: (1.41-1.42); FILE MERGED 2004/02/23 11:41:01 ihi 1.41.60.3: Merge-While-Build update 2003/11/11 19:23:58 ihi 1.41.60.2: en -> en-US 2003/11/10 17:56:54 ihi 1.41.60.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [35f8c1cb1b5832c8674d7e728e82c25e24cfc02e]

INTEGRATION: CWS mergebuild (1.36.60); FILE MERGED 2004/04/20 21:19:25 hjs 1.36.60.4: RESYNC: (1.36-1.37); FILE MERGED 2004/02/23 11:41:01 ihi 1.36.60.3: Merge-While-Build update 2003/11/11 19:23:57 ihi 1.36.60.2: en -> en-US 2003/11/10 17:56:53 ihi 1.36.60.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cf8f2741b6be9e8f6297cd29184faeebf036e9f8]

INTEGRATION: CWS mergebuild (1.23.60); FILE MERGED 2004/04/20 21:19:06 hjs 1.23.60.3: RESYNC: (1.23-1.24); FILE MERGED 2003/11/11 19:23:57 ihi 1.23.60.2: en -> en-US 2003/11/10 17:56:53 ihi 1.23.60.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c3b23af42f2e5d89830d8019055c3cad9bcb1c9a]

INTEGRATION: CWS mergebuild (1.23.60); FILE MERGED 2004/04/28 18:35:44 hjs 1.23.60.5: #i8252# fix unmerge probs 2004/04/20 21:18:40 hjs 1.23.60.4: RESYNC: (1.23-1.24); FILE MERGED 2004/02/23 11:41:00 ihi 1.23.60.3: Merge-While-Build update 2003/11/11 19:23:56 ihi 1.23.60.2: en -> en-US 2003/11/10 17:56:53 ihi 1.23.60.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3d6ee7aecd78bb27984b66854c46ca364a8c7a50]

INTEGRATION: CWS mergebuild (1.47.60); FILE MERGED 2004/04/21 17:16:30 hjs 1.47.60.5: #i8252# fix damaged macro 2004/04/20 21:18:32 hjs 1.47.60.4: RESYNC: (1.47-1.48); FILE MERGED 2004/02/23 11:41:00 ihi 1.47.60.3: Merge-While-Build update 2003/11/11 19:23:56 ihi 1.47.60.2: en -> en-US 2003/11/10 17:56:52 ihi 1.47.60.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ccafef49903047ba1355cf729a05d0955b0dd8d4]

INTEGRATION: CWS mergebuild (1.6.60); FILE MERGED 2004/04/20 21:17:20 hjs 1.6.60.3: RESYNC: (1.6-1.7); FILE MERGED 2003/11/11 19:23:55 ihi 1.6.60.2: en -> en-US 2003/11/10 17:56:51 ihi 1.6.60.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d0e047fef61cba5edcecbeb43e6ae33b661b9df0]

INTEGRATION: CWS mergebuild (1.29.60); FILE MERGED 2004/04/20 21:17:13 hjs 1.29.60.3: RESYNC: (1.29-1.30); FILE MERGED 2003/11/11 19:23:55 ihi 1.29.60.2: en -> en-US 2003/11/10 17:56:51 ihi 1.29.60.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9db60b0bf6e5eb498f323c45bd9da3ef92f211ac]

INTEGRATION: CWS mergebuild (1.52.60); FILE MERGED 2004/04/20 21:16:54 hjs 1.52.60.3: RESYNC: (1.52-1.53); FILE MERGED 2003/11/11 19:23:54 ihi 1.52.60.2: en -> en-US 2003/11/10 17:56:51 ihi 1.52.60.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c24f124081be6a5859f3009d5adbd3ef6de4a775]

INTEGRATION: CWS mergebuild (1.6.60); FILE MERGED 2004/04/20 21:16:47 hjs 1.6.60.3: RESYNC: (1.6-1.7); FILE MERGED 2003/11/11 19:23:54 ihi 1.6.60.2: en -> en-US 2003/11/10 17:56:50 ihi 1.6.60.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [20514c47515475c0e15910b04ca7a759ff07ecc1]

INTEGRATION: CWS mergebuild (1.56.60); FILE MERGED 2004/04/20 21:16:20 hjs 1.56.60.3: RESYNC: (1.56-1.57); FILE MERGED 2003/11/11 19:23:53 ihi 1.56.60.2: en -> en-US 2003/11/10 17:56:49 ihi 1.56.60.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7347c6f3d481081c9c552b3bcca9726c06c50e24]

INTEGRATION: CWS mergebuild (1.26.172); FILE MERGED 2004/01/29 11:55:43 hjs 1.26.172.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [773b72cafb66cf751e42e4328b787b9c0c549fb7]

INTEGRATION: CWS mergebuild (1.52.172); FILE MERGED 2004/04/20 21:16:13 hjs 1.52.172.2: RESYNC: (1.52-1.53); FILE MERGED 2004/01/29 11:55:41 hjs 1.52.172.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0ff1bbefe0d5a0787ad75b383150b6d3d9837368]

INTEGRATION: CWS mergebuild (1.8.60); FILE MERGED 2004/04/20 21:15:26 hjs 1.8.60.3: RESYNC: (1.8-1.9); FILE MERGED 2003/11/11 19:23:53 ihi 1.8.60.2: en -> en-US 2003/11/10 17:56:48 ihi 1.8.60.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8f5371297ae3612040c0aa8a68fa22463d89c1cc]

INTEGRATION: CWS mergebuild (1.28.60); FILE MERGED 2004/04/20 21:15:00 hjs 1.28.60.3: RESYNC: (1.28-1.29); FILE MERGED 2003/11/11 19:23:52 ihi 1.28.60.2: en -> en-US 2003/11/10 17:56:48 ihi 1.28.60.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [095a0989393587d55c20741a281138ec9b7242f7]

INTEGRATION: CWS mergebuild (1.62.172); FILE MERGED 2004/05/18 13:17:20 hjs 1.62.172.3: RESYNC: (1.64-1.65); FILE MERGED 2004/04/20 21:14:33 hjs 1.62.172.2: RESYNC: (1.62-1.64); FILE MERGED 2004/01/29 11:55:38 hjs 1.62.172.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [30f812ec55d2115f37546a941c0bde50d066c0d7]

INTEGRATION: CWS mergebuild (1.107.28); FILE MERGED 2004/06/01 13:28:22 hjs 1.107.28.4: RESYNC: (1.112-1.113); FILE MERGED 2004/05/18 13:14:35 hjs 1.107.28.3: RESYNC: (1.111-1.112); FILE MERGED 2004/04/20 21:11:59 hjs 1.107.28.2: RESYNC: (1.107-1.111); FILE MERGED 2003/12/08 17:13:52 hjs 1.107.28.1: #i8252# deliver five char iso too


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [96aad67fe24df3d2ca740cfccafdbcb100e985ae]

INTEGRATION: CWS mergebuild (1.2.314); FILE MERGED 2004/04/30 17:13:26 hjs 1.2.314.1: #i8252# remove unused string


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bb1c300f41b70bd5dcba2c6dc5cd80774ddf6c64]

INTEGRATION: CWS mergebuild (1.9.170); FILE MERGED 2004/04/20 21:06:38 hjs 1.9.170.2: RESYNC: (1.9-1.10); FILE MERGED 2003/09/11 15:12:26 hjs 1.9.170.1: #95755#, #111237#, #111260#, #i8252# preparing switch to iso codes as language identifiers


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e451538778538fe9bc83fc906feaa7e50cb7b6e7]

INTEGRATION: CWS mergebuild (1.12.142); FILE MERGED 2004/06/01 13:26:01 hjs 1.12.142.2: RESYNC: (1.12-1.13); FILE MERGED 2003/09/11 15:12:26 hjs 1.12.142.1: #95755#, #111237#, #111260#, #i8252# preparing switch to iso codes as language identifiers


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [60f38dc526bef6aff575ccd743e429c0d474bf70]

INTEGRATION: CWS mergebuild (1.1.156); FILE MERGED 2004/01/29 11:34:22 hjs 1.1.156.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ffd3e516ac3a2bb2ab4e7b344e24542c83d8b675]

INTEGRATION: CWS mergebuild (1.14.4); FILE MERGED 2004/05/18 18:28:02 hjs 1.14.4.3: RESYNC: (1.16-1.17); FILE MERGED 2004/04/21 01:40:06 hjs 1.14.4.2: RESYNC: (1.14-1.16); FILE MERGED 2003/12/08 17:16:15 hjs 1.14.4.1: #i8252# deliver five char iso too


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5e8f02a40a058836ceaf35355d066e634d2a4b88]

INTEGRATION: CWS mergebuild (1.189.6); FILE MERGED 2004/06/10 19:21:56 pl 1.189.6.1: move fontcfg to locales instead of language types


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [760ee4fc5ad53c6a5e66c3d8b3f0c890b8ad92e9]

INTEGRATION: CWS mergebuild (1.13.58); FILE MERGED 2004/05/18 15:33:11 hjs 1.13.58.4: RESYNC: (1.14-1.15); FILE MERGED 2004/04/20 20:02:20 hjs 1.13.58.3: RESYNC: (1.13-1.14); FILE MERGED 2003/11/11 19:27:21 ihi 1.13.58.2: en -> en-US 2003/11/10 18:02:22 ihi 1.13.58.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c13cdd12b89b84e2adc36b1e2cc5848b74e97335]

INTEGRATION: CWS mergebuild (1.42.58); FILE MERGED 2004/04/20 20:02:12 hjs 1.42.58.3: RESYNC: (1.42-1.43); FILE MERGED 2003/11/11 19:27:21 ihi 1.42.58.2: en -> en-US 2003/11/10 18:02:21 ihi 1.42.58.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [adfe9e50987a571f7aebed16935780c8cf5a804f]

INTEGRATION: CWS mergebuild (1.25.58); FILE MERGED 2004/04/20 20:01:48 hjs 1.25.58.3: RESYNC: (1.25-1.26); FILE MERGED 2003/11/11 19:27:20 ihi 1.25.58.2: en -> en-US 2003/11/10 18:02:21 ihi 1.25.58.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [058e28e6b6ea2683eed2a1b6292384c9a189cff0]

INTEGRATION: CWS mergebuild (1.33.58); FILE MERGED 2004/04/20 20:02:03 hjs 1.33.58.3: RESYNC: (1.33-1.34); FILE MERGED 2003/11/11 19:27:20 ihi 1.33.58.2: en -> en-US 2003/11/10 18:02:21 ihi 1.33.58.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a1418f6d939503716d9bbe484c9b5fd282f60ade]

INTEGRATION: CWS mergebuild (1.33.58); FILE MERGED 2004/04/20 20:01:55 hjs 1.33.58.3: RESYNC: (1.33-1.34); FILE MERGED 2003/11/11 19:27:19 ihi 1.33.58.2: en -> en-US 2003/11/10 18:02:20 ihi 1.33.58.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [97279894076c5006b52c384922c08c92b4e1e142]

INTEGRATION: CWS mergebuild (1.171.6); FILE MERGED 2004/06/16 14:58:20 hjs 1.171.6.2: #i8252# fix #if for debug code 2004/06/10 19:21:55 pl 1.171.6.1: move fontcfg to locales instead of language types


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b83393f61cfba2bc7207c9fc75aaa14c5f0dadee]

INTEGRATION: CWS mergebuild (1.26.6); FILE MERGED 2004/06/11 09:51:04 pl 1.26.6.2: fix an ambiguity in debug case 2004/06/10 19:21:55 pl 1.26.6.1: move fontcfg to locales instead of language types


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ffabfc2e08106a3bfa00b0a03416ed96e01d8f08]

INTEGRATION: CWS mergebuild (1.27.88); FILE MERGED 2004/04/20 19:43:57 hjs 1.27.88.3: RESYNC: (1.27-1.32); FILE MERGED 2004/02/06 11:18:55 hjs 1.27.88.2: #i8252# rework *CreateResmgr parameters 2004/01/29 11:27:47 hjs 1.27.88.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [37c2736607b025f19e8dba2990df7d122e045a33]

INTEGRATION: CWS mergebuild (1.44.8); FILE MERGED 2004/06/10 19:22:43 pl 1.44.8.1: move fontcfg to locales instead of language types


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [14ebd7637e857b4bcae4cb2f7d7b3505e7612332]

INTEGRATION: CWS mergebuild (1.30.12); FILE MERGED 2004/06/01 22:40:48 hjs 1.30.12.5: RESYNC: (1.37-1.38); FILE MERGED 2004/05/18 15:28:15 hjs 1.30.12.4: RESYNC: (1.36-1.37); FILE MERGED 2004/05/05 17:51:43 hjs 1.30.12.3: #i8252# deliver all *.res 2004/04/20 19:41:51 hjs 1.30.12.2: RESYNC: (1.30-1.36); FILE MERGED 2003/12/08 17:37:08 hjs 1.30.12.1: #i8252# deliver five char iso too


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6228dfc762b890f3a1510144439e29684ee22735]

INTEGRATION: CWS mergebuild (1.25.6); FILE MERGED 2004/06/16 18:12:36 hjs 1.25.6.8: #i8252# handle incomplete language/country pair resources 2004/05/18 17:22:20 hjs 1.25.6.7: RESYNC: (1.26-1.27); FILE MERGED 2004/04/21 01:09:40 hjs 1.25.6.6: RESYNC: (1.25-1.26); FILE MERGED 2004/03/02 13:15:45 hjs 1.25.6.5: #i8252# compile problems on windows 2004/02/06 11:17:25 hjs 1.25.6.4: #i8252# rework *CreateResmgr parameters 2004/01/29 11:24:31 hjs 1.25.6.3: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale 2003/10/06 15:20:45 hjs 1.25.6.2: #i8252# switch to ByteString ref outparameter 2003/09/29 16:32:27 hjs 1.25.6.1: #i8252# look for names with iso codes


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8819ff1c4c54b8a453b6f9102a075d6d95b0d907]

INTEGRATION: CWS mergebuild (1.5.66); FILE MERGED 2004/01/29 11:24:29 hjs 1.5.66.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b420aa93da79a199fb2eddf2dc089a70a98484e4]

INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/03/02 17:26:41 ihi 1.1.2.1: #111234# Build Environment ISO code support


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [866c421abdc52d1fd34260d624b3ed415a450409]

INTEGRATION: CWS mergebuild (1.7.34); FILE MERGED 2004/04/21 01:08:09 hjs 1.7.34.2: RESYNC: (1.7-1.8); FILE MERGED 2004/01/29 11:24:23 hjs 1.7.34.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ef364f7e4c5e51a2fc26e25be10e6e3ecddeaebb]

INTEGRATION: CWS mergebuild (1.24.66); FILE MERGED 2004/04/21 01:06:37 hjs 1.24.66.2: RESYNC: (1.24-1.26); FILE MERGED 2004/01/29 11:24:17 hjs 1.24.66.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5172228231230ee70b91650998af7b66c1d953a1]

INTEGRATION: CWS mergebuild (1.11.66); FILE MERGED 2004/06/16 13:34:47 ihi 1.11.66.1: #i8252# ISO Code / Removed programm output


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7e544329cfd1d0b48e5f0cc8992a98a8e717f6d8]

INTEGRATION: CWS mergebuild (1.7.4); FILE MERGED 2004/05/12 17:54:13 ihi 1.7.4.2: ISO Code updates / Support for xrm files 2004/05/12 12:03:45 ihi 1.7.4.1: ISO code update / Support for xrm files


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [67358da9f412d2bfca1eb57c32783548fa6edb42]

INTEGRATION: CWS mergebuild (1.6.92); FILE MERGED 2004/05/03 12:30:37 ihi 1.6.92.2: Slashbug update 2003/12/09 18:19:43 ihi 1.6.92.1: Merge-While-Build update


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e2858081e376eca139e72d9df007f83d02a12db7]

INTEGRATION: CWS mergebuild (1.2.92); FILE MERGED 2003/09/22 14:41:49 ihi 1.2.92.1: Support for merging one file


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [77325c70d5b13c06a969e4f0e86f12c3fa8863c6]

INTEGRATION: CWS mergebuild (1.11.40); FILE MERGED 2004/05/19 16:47:02 ihi 1.11.40.7: Multithreading tempfilegeneration bug fixed 2004/05/10 16:26:33 ihi 1.11.40.6: Iso Code Update 2004/05/04 17:01:41 ihi 1.11.40.5: ISO Code update 2004/05/03 12:30:36 ihi 1.11.40.4: Slashbug update 2004/04/20 16:32:13 hjs 1.11.40.3: RESYNC: (1.11-1.14); FILE MERGED 2004/03/04 14:42:54 ihi 1.11.40.2: Merge-While-Build update 2003/12/09 18:19:39 ihi 1.11.40.1: Merge-While-Build update


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e5486a953168a4f9431fab239e53856d45478655]

INTEGRATION: CWS mergebuild (1.28.4); FILE MERGED 2004/05/13 12:40:24 ihi 1.28.4.5: ISO Code update 2004/05/10 12:08:03 ihi 1.28.4.4: ISO Code Update 2004/05/03 12:30:36 ihi 1.28.4.3: Slashbug update 2003/12/09 18:19:36 ihi 1.28.4.2: Merge-While-Build update 2003/09/22 14:41:48 ihi 1.28.4.1: Support for merging one file


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e63bc8226fc9184a404f2c640e82e654c1aabe6b]

INTEGRATION: CWS mergebuild (1.30.14); FILE MERGED 2004/06/08 16:05:21 ihi 1.30.14.9: #i8252# ISO Codes / Prevent exporting binfilter module 2004/05/13 13:18:47 ihi 1.30.14.8: ISO code update / localize now support all filetypes / no -iso required 2004/05/03 12:30:36 ihi 1.30.14.7: Slashbug update 2004/04/21 15:28:29 ihi 1.30.14.6: Resync fix 2004/04/20 16:32:38 hjs 1.30.14.5: RESYNC: (1.30-1.31); FILE MERGED 2004/03/04 14:42:54 ihi 1.30.14.4: Merge-While-Build update 2003/12/09 18:19:32 ihi 1.30.14.3: Merge-While-Build update 2003/10/14 17:05:57 ihi 1.30.14.2: Unmerge changes 2003/09/22 14:41:48 ihi 1.30.14.1: Support for merging one file


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c207f7b85482e7fcc8178f59ef72e2955b267264]

INTEGRATION: CWS mergebuild (1.15.14); FILE MERGED 2004/05/10 16:26:32 ihi 1.15.14.4: Iso Code Update 2004/05/04 17:02:05 ihi 1.15.14.3: ISO Code update 2004/05/03 12:30:36 ihi 1.15.14.2: Slashbug update 2003/12/09 18:19:28 ihi 1.15.14.1: Merge-While-Build update


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b325f512cbb24906e50c5e44d697df27714983c7]

INTEGRATION: CWS mergebuild (1.9.34); FILE MERGED 2003/12/09 18:19:25 ihi 1.9.34.1: Merge-While-Build update


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [21421bb3798047eef69afc5756658843d8908d73]

INTEGRATION: CWS mergebuild (1.22.40); FILE MERGED 2004/06/08 16:14:44 ihi 1.22.40.11: #i8252 ISO Code / Merge conflict fix 2004/06/08 16:12:42 ihi 1.22.40.10: #i8252 ISO Code 2004/06/08 16:05:21 ihi 1.22.40.9: #i8252# ISO Codes / Prevent exporting binfilter module 2004/05/19 16:47:02 ihi 1.22.40.8: Multithreading tempfilegeneration bug fixed 2004/05/14 16:42:10 ihi 1.22.40.7: #i27732# Fix date format in sdf file 2004/05/10 16:26:32 ihi 1.22.40.6: Iso Code Update 2004/05/03 12:30:35 ihi 1.22.40.5: Slashbug update 2004/04/20 16:32:30 hjs 1.22.40.4: RESYNC: (1.22-1.23); FILE MERGED 2004/01/30 12:37:04 hjs 1.22.40.3: #i8252# removed obsolete header 2003/12/09 18:19:21 ihi 1.22.40.2: Merge-While-Build update 2003/10/14 17:05:56 ihi 1.22.40.1: Unmerge changes


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ebb478e933380b1c04a2a4d166745a6bb3140de0]

INTEGRATION: CWS mergebuild (1.34.12); FILE MERGED 2004/06/15 14:10:20 ihi 1.34.12.11: #i8252# ISO Codes / Fix for binfilter exclusion 2004/06/08 16:05:20 ihi 1.34.12.10: #i8252# ISO Codes / Prevent exporting binfilter module 2004/05/19 16:47:02 ihi 1.34.12.9: Multithreading tempfilegeneration bug fixed 2004/05/10 16:26:31 ihi 1.34.12.8: Iso Code Update 2004/05/10 13:04:31 ihi 1.34.12.7: #i24947# Iso Code update / Quoting 2004/05/03 12:30:35 ihi 1.34.12.6: Slashbug update 2004/04/21 15:28:30 ihi 1.34.12.5: Resync fix 2004/04/20 16:32:22 hjs 1.34.12.4: RESYNC: (1.34-1.37); FILE MERGED 2003/12/09 18:19:17 ihi 1.34.12.3: Merge-While-Build update 2003/10/14 17:05:56 ihi 1.34.12.2: Unmerge changes 2003/09/22 14:41:48 ihi 1.34.12.1: Support for merging one file


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [178a4c81cf1a48036bcfe7932b710bbde93e7113]

INTEGRATION: CWS mergebuild (1.28.16); FILE MERGED 2004/05/12 17:52:11 ihi 1.28.16.2: ISO Code updates / Support for xcs files 2003/12/09 18:19:13 ihi 1.28.16.1: Merge-While-Build update


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [547d19f60fe4f92609327b756acfa34a5d34fa0b]

INTEGRATION: CWS mergebuild (1.14.40); FILE MERGED 2004/06/08 16:09:20 ihi 1.14.40.3: #i8252# ISO Code update 2004/04/20 16:32:03 hjs 1.14.40.2: RESYNC: (1.14-1.15); FILE MERGED 2003/12/09 18:21:45 ihi 1.14.40.1: Merge-While-Build update


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3f466c8caac0969f8e630289a45088ca9fbc0014]

INTEGRATION: CWS mergebuild (1.1.88); FILE MERGED 2004/05/12 12:04:07 ihi 1.1.88.1: ISO code update / Support for xrm files


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [88997a42f1ce1ac99734563a429fa2b11df82713]

INTEGRATION: CWS mergebuild (1.6.34); FILE MERGED 2004/06/08 16:03:12 ihi 1.6.34.1: #i8252# ISO Codes / Prevent exporting binfilter module


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [294aefdbd8918933e56a7748374e8d78dac175bf]

INTEGRATION: CWS mergebuild (1.1.90); FILE MERGED 2003/12/09 18:20:43 ihi 1.1.90.1: Merge-While-Build update


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4e9e43800ef2b633c12894ecabfd3c35310d7f74]

INTEGRATION: CWS mergebuild (1.2.34); FILE MERGED 2004/05/10 16:30:50 ihi 1.2.34.2: Iso Code Update 2003/12/09 18:20:41 ihi 1.2.34.1: Merge-While-Build update


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7639d8205342b77173fecc0aaf3b348f075fc32c]

INTEGRATION: CWS mergebuild (1.6.34); FILE MERGED 2004/06/15 14:10:39 ihi 1.6.34.8: #i8252# ISO Codes / Fix for binfilter exclusion 2004/05/10 16:40:28 ihi 1.6.34.7: Iso Code Update 2004/05/10 16:37:42 ihi 1.6.34.6: Iso Code Update 2004/05/10 16:30:50 ihi 1.6.34.5: Iso Code Update 2004/05/03 12:19:36 ihi 1.6.34.4: Slashbug update 2004/04/20 16:31:55 hjs 1.6.34.3: RESYNC: (1.6-1.7); FILE MERGED 2004/03/04 14:43:37 ihi 1.6.34.2: Merge-While-Build update 2003/12/09 18:20:39 ihi 1.6.34.1: Merge-While-Build update


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [25d2df3864331472157981af6546cd4bb5bef8c1]

INTEGRATION: CWS mergebuild (1.2.90); FILE MERGED 2004/05/12 17:54:36 ihi 1.2.90.1: ISO Code updates / Support for xcs files


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ab07098901f4d62df0a2dc43c7237ab00620faac]

INTEGRATION: CWS mergebuild (1.6.40); FILE MERGED 2004/04/22 16:45:40 hjs 1.6.40.1: #i8252# missing libarary


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bb9cab12935d53a69935a11bb253105e227ffa0b]

INTEGRATION: CWS mergebuild (1.6.40); FILE MERGED 2004/04/22 17:20:13 hjs 1.6.40.1: #i8252# missing libarary


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1e40ca4bc254ea75bff6668cb64e72b67ca1cd26]

INTEGRATION: CWS mergebuild (1.6.40); FILE MERGED 2004/04/22 16:52:30 hjs 1.6.40.1: #i8252# missing libarary


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [aa1f994eca227ba089d1bc962d23dc3ddb803da9]

INTEGRATION: CWS mergebuild (1.6.40); FILE MERGED 2004/04/22 13:45:12 hjs 1.6.40.1: #i8252# missing libarary


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b9ff682b4b3a39201015adca97da65cf9a817121]

INTEGRATION: CWS mergebuild (1.7.40); FILE MERGED 2004/04/22 17:22:44 hjs 1.7.40.1: #i8252# missing libarary


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [58ae9a5dba114f83c083001ebd7deb5919b72f43]

INTEGRATION: CWS mergebuild (1.7.40); FILE MERGED 2004/04/22 14:40:44 hjs 1.7.40.1: #i8252# missing libarary


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [15402616297fd872d26191928fae8b61402e1da5]

INTEGRATION: CWS mergebuild (1.7.40); FILE MERGED 2004/04/22 16:33:43 hjs 1.7.40.1: #i8252# missing libarary


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e996c9e30c2ad8128dbef679fa681ad642c917bc]

INTEGRATION: CWS mergebuild (1.7.40); FILE MERGED 2004/04/22 16:48:39 hjs 1.7.40.1: #i8252# missing libarary


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f91af6c9e2d26f962b38ccbddb14a6b340a50dd4]

INTEGRATION: CWS mergebuild (1.7.40); FILE MERGED 2004/05/21 16:56:55 hjs 1.7.40.1: #i8252# fixed makefile


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1a9ffca5106577eb84762256a49e87db2a0b3a39]

INTEGRATION: CWS mergebuild (1.7.40); FILE MERGED 2004/04/22 14:38:42 hjs 1.7.40.1: #i8252# missing libarary


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e2767c1992ba374bdc669fa1491802bb77ac8de8]

INTEGRATION: CWS mergebuild (1.7.40); FILE MERGED 2004/04/22 17:12:19 hjs 1.7.40.1: #i8252# missing libarary


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [00d64e2be5572bd5911b7f98effc59589c8ca29c]

INTEGRATION: CWS mergebuild (1.7.40); FILE MERGED 2004/04/22 14:25:26 hjs 1.7.40.1: #i8252# missing libarary


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dee8c9fd1e8c54a4859d07813b87a778c35cd94a]

INTEGRATION: CWS mergebuild (1.7.40); FILE MERGED 2004/04/22 16:10:32 hjs 1.7.40.1: #i8252# missing libarary


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [24dc92e69ea7c4a9bf5b0c63cb08bb6db91a69cc]

INTEGRATION: CWS mergebuild (1.37.16); FILE MERGED 2004/04/22 13:34:04 hjs 1.37.16.4: #i8252# fix unmerge results 2004/04/20 16:27:32 hjs 1.37.16.3: RESYNC: (1.37-1.38); FILE MERGED 2003/11/11 19:18:20 ihi 1.37.16.2: en -> en-US 2003/11/10 16:45:48 ihi 1.37.16.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b750f0d2038d97eee50b31e2343ec3448d347041]

INTEGRATION: CWS mergebuild (1.22.26); FILE MERGED 2004/04/20 16:27:12 hjs 1.22.26.2: RESYNC: (1.22-1.23); FILE MERGED 2004/01/29 14:38:35 hjs 1.22.26.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [346a06b123e87f9777e87589f1890744d33a68bd]

INTEGRATION: CWS mergebuild (1.42.16); FILE MERGED 2004/04/28 18:57:36 hjs 1.42.16.5: #i8252# fix unmerge probs 2004/04/20 16:27:25 hjs 1.42.16.4: RESYNC: (1.42-1.43); FILE MERGED 2004/02/20 18:37:54 ihi 1.42.16.3: Merge-While-Build update 2003/11/11 19:18:20 ihi 1.42.16.2: en -> en-US 2003/11/10 16:45:47 ihi 1.42.16.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fcd64cf04b7c00866bc5f43c76def2d5bb4f20b3]

INTEGRATION: CWS mergebuild (1.3.116); FILE MERGED 2004/01/29 14:38:32 hjs 1.3.116.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3a156d71e2d4c59c586f73e70b82db118a916f0b]

INTEGRATION: CWS mergebuild (1.16.16); FILE MERGED 2004/04/20 16:27:04 hjs 1.16.16.3: RESYNC: (1.16-1.17); FILE MERGED 2003/11/11 19:18:18 ihi 1.16.16.2: en -> en-US 2003/11/10 16:45:46 ihi 1.16.16.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [85d3c6851cb90c213d3c78d5aed8d9066499a18c]

INTEGRATION: CWS mergebuild (1.10.94); FILE MERGED 2004/01/29 14:38:25 hjs 1.10.94.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5cd01c247d0dcd55b049f06069d9b4085d014701]

INTEGRATION: CWS mergebuild (1.14.16); FILE MERGED 2004/04/20 16:26:47 hjs 1.14.16.3: RESYNC: (1.14-1.15); FILE MERGED 2003/11/11 19:18:16 ihi 1.14.16.2: en -> en-US 2003/11/10 16:45:43 ihi 1.14.16.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [709eb438ab54412e9a651f3672592c23c057d493]

INTEGRATION: CWS mergebuild (1.3.116); FILE MERGED 2004/01/29 14:38:22 hjs 1.3.116.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [636c645608b7fc8c5a251df20728b11499ae17a0]

INTEGRATION: CWS mergebuild (1.19.16); FILE MERGED 2004/04/20 16:26:40 hjs 1.19.16.3: RESYNC: (1.19-1.20); FILE MERGED 2003/11/11 19:18:15 ihi 1.19.16.2: en -> en-US 2003/11/10 16:45:42 ihi 1.19.16.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6d63799c85df032a8f14713a4c945f44844ecd45]

INTEGRATION: CWS mergebuild (1.4.110); FILE MERGED 2004/01/29 14:38:19 hjs 1.4.110.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2bc026d4339a731749aa6c9e1e250567b5bf660d]

INTEGRATION: CWS mergebuild (1.15.16); FILE MERGED 2004/04/20 16:26:33 hjs 1.15.16.3: RESYNC: (1.15-1.16); FILE MERGED 2003/11/11 19:18:14 ihi 1.15.16.2: en -> en-US 2003/11/10 16:45:41 ihi 1.15.16.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a36a749991812f53dc6ccf4d8e4efcdf5c3a4279]

INTEGRATION: CWS mergebuild (1.8.94); FILE MERGED 2004/04/20 16:26:25 hjs 1.8.94.2: RESYNC: (1.8-1.9); FILE MERGED 2004/01/29 14:38:16 hjs 1.8.94.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [833b36fc5a5586790454f1bbdc75c3934a96f5dd]

INTEGRATION: CWS mergebuild (1.14.16); FILE MERGED 2004/04/20 16:26:14 hjs 1.14.16.3: RESYNC: (1.14-1.15); FILE MERGED 2003/11/11 19:18:12 ihi 1.14.16.2: en -> en-US 2003/11/10 16:45:39 ihi 1.14.16.1: #111234# Merge during build


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8ddc3185472afe666714044e8c7e53d1a32dbb16]

INTEGRATION: CWS mergebuild (1.3.116); FILE MERGED 2004/01/29 14:38:13 hjs 1.3.116.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale


2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0791c6b7d941a79ed906013ee121b207e6199cfe]

INTEGRATION: CWS mergebuild (1.25.16); FILE MERGED 2004/04/20 16:26:06 hjs 1.25.16.3: RESYNC: (1.25-1.26); FILE MERGED 2003/11/11 19:18:10 ihi 1.25.16.2: en -> en-US 2003/11/10 16:45:39 ihi 1.25.16.1: #111234# Merge during build


2004-06-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc27a84846cefc004e079a2b768593f6223d91b9]

#i10000#: __LITTLEENDIAN -> OSL_LITENDIAN


2004-06-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c34d982fcb7dad85598bf75c205e4c1bbd49027f]

#i10000#: include <osl/endian.h>


2004-06-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [81c860348cb3daa7b6574dd8c80e363808974c23]

#i10000#: __LITTLEENDIAN -> OSL_LITENDIAN


2004-06-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [869deb81ce40b6f08c70615f077dcb7dedc927f8]

#i30539# proof against dead frames; followup issues for painting on dead frames imminent. Also optimize Yield behaviour


2004-06-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a84e01166fde71778b7e78f6f0a43dece5305c4]

#i10000#: fix byte swap code to honor aligned access on SPARC, PPC etc


2004-06-22  Kurt Zenker  <kz@openoffice.org>  [061624c599522f47be350d402e7597b7b9b895af]

new version for SRC680


2004-06-22  Kurt Zenker  <kz@openoffice.org>  [a02da795d1f31cc827f2781da1e019ba30440c38]

new version for SRC680


2004-06-22  Kurt Zenker  <kz@openoffice.org>  [506bbfe9a8239eb4c91f7cbd18a2fb9a67006dd1]

new version for SRC680


2004-06-21  Kurt Zenker  <kz@openoffice.org>  [358f72b27c77a91e9d49792d9d38e1fecdefe1d0]

new version for SRC680


2004-06-21  Kurt Zenker  <kz@openoffice.org>  [1e33f8e51cb8dec75993f5f69735de206bb4baae]

new version for SRC680


2004-06-21  Kurt Zenker  <kz@openoffice.org>  [3273eb911efe21ea8ca225fd9ddc06784d04780d]

new version for SRC680


2004-06-21  Kurt Zenker  <kz@openoffice.org>  [b616a0fd1437dc0c7a8572fcc63f7ff5b3625f9f]

new version for SRC680


2004-06-18  Sven Jacobi  <sj@openoffice.org>  [acf1e779875eda0d49e2c506884d76165efe14eb]

#i30445# fixed gpf (uninitialized variable mpGDIMetafile)


2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [390fbcaba0015d4831da517df6d4e0266e6b8344]

INTEGRATION: CWS forscope (1.79.60); FILE MERGED 2004/06/18 14:12:22 obo 1.79.60.1: #i30457# forScope and RTTI


2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7d93f3ed078ebd5c41f9b6436d851d4b95a5d1f]

INTEGRATION: CWS forscope (1.19.30); FILE MERGED 2004/06/18 14:11:14 obo 1.19.30.1: #i30457# forScope and RTTI


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [30203b8ed3ca39ab9c833be4750a7b6858420df8]

INTEGRATION: CWS os30 (1.33.12); FILE MERGED 2004/06/01 06:58:55 pb 1.33.12.1: fix: #115068# now all text and selection are visible in high contrast


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [5d3cc09eda7f4db007b3f0e74563667ac1cb182e]

INTEGRATION: CWS os30 (1.14.82); FILE MERGED 2004/06/01 06:58:54 pb 1.14.82.1: fix: #115068# now all text and selection are visible in high contrast


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [5a24d807066b36784c3401c60bf224ad8cb18a3c]

INTEGRATION: CWS os30 (1.19.80); FILE MERGED 2004/06/01 06:58:54 pb 1.19.80.1: fix: #115068# now all text and selection are visible in high contrast


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [5e40ea67ae764b924248535d7553d8a1be59db6c]

INTEGRATION: CWS os30 (1.102.2); FILE MERGED 2004/05/19 15:34:52 os 1.102.2.2: RESYNC: (1.102-1.104); FILE MERGED 2004/05/19 13:06:04 ssa 1.102.2.1: #i21019# make sure GetInputLanguage() always reflects what the user has set before


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [41c19e128719596065c75ac9d4ab6693a6621a56]

INTEGRATION: CWS impress11ea (1.65.44); FILE MERGED 2004/05/18 16:49:53 sj 1.65.44.1: #110748# bitmaps via clipboard were sometimes much too big


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [2fa0d84b6a58a6a486b687b778c0774318204c39]

INTEGRATION: CWS ooo64bit01 (1.17.254); FILE MERGED 2004/03/31 16:48:44 fa 1.17.254.3: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:57 fa 1.17.254.2: More 64-bit changes.  'rsc' still broken, but not as much as before. 2004/03/15 23:18:34 fa 1.17.254.1: First bits of 64-bitness.  #i25651# & more


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [23fde9b469bd576c674840bb31fa9986ee4865a4]

INTEGRATION: CWS ooo64bit01 (1.20.322); FILE MERGED 2004/03/15 23:18:34 fa 1.20.322.1: First bits of 64-bitness.  #i25651# & more


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [b7790f6c2584817c6bc6afcebd17acc6d0211062]

INTEGRATION: CWS ooo64bit01 (1.6.518); FILE MERGED 2004/03/31 16:48:41 fa 1.6.518.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:55 fa 1.6.518.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [58bb1b4897f3aae831f6629bb230986da2422e4b]

INTEGRATION: CWS ooo64bit01 (1.15.58); FILE MERGED 2004/03/15 23:18:45 fa 1.15.58.1: First bits of 64-bitness.  #i25651# & more


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [32323f1411b887c7614e40ddd959809870ff4954]

INTEGRATION: CWS ooo64bit01 (1.3.140); FILE MERGED 2004/03/31 16:48:57 fa 1.3.140.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:09 fa 1.3.140.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [82eccc16b8c52954fb1c5a2a1b0caedbd839949e]

INTEGRATION: CWS ooo64bit01 (1.11.80); FILE MERGED 2004/03/31 16:48:57 fa 1.11.80.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:09 fa 1.11.80.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [9d151c59c804fe1141367670860a3aceff3affa0]

INTEGRATION: CWS ooo64bit01 (1.11.80); FILE MERGED 2004/03/31 16:48:56 fa 1.11.80.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:09 fa 1.11.80.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [4e4309a2c7de48e31fa490fc40a9b70939f9a9d6]

INTEGRATION: CWS ooo64bit01 (1.45.8); FILE MERGED 2004/05/02 15:22:42 svesik 1.45.8.4: RESYNC: (1.45-1.47); FILE MERGED 2004/04/13 03:53:24 fa 1.45.8.3: #i8605# psprint changes to accomodate 64-bit VCL fixes 2004/03/31 16:48:31 fa 1.45.8.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:46 fa 1.45.8.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [cbbf5b1b1b7534dda6b25796a543bbd368050416]

INTEGRATION: CWS ooo64bit01 (1.15.70); FILE MERGED 2004/05/02 15:20:43 svesik 1.15.70.4: RESYNC: (1.15-1.16); FILE MERGED 2004/04/13 03:53:24 fa 1.15.70.3: #i8605# psprint changes to accomodate 64-bit VCL fixes 2004/03/31 16:48:31 fa 1.15.70.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:46 fa 1.15.70.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [57183547e5be8e73d8fb0e458c7716a5bec9a278]

INTEGRATION: CWS ooo64bit01 (1.19.322); FILE MERGED 2004/03/15 23:18:34 fa 1.19.322.1: First bits of 64-bitness.  #i25651# & more


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [daa447afef3dbecf41ca45565a24eaf06dccb555]

INTEGRATION: CWS ooo64bit01 (1.10.22); FILE MERGED 2004/03/15 23:18:33 fa 1.10.22.1: First bits of 64-bitness.  #i25651# & more


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [16d37ecbe8a5c51ded0fd6112f3489b1972858da]

INTEGRATION: CWS ooo64bit01 (1.4.110); FILE MERGED 2004/03/15 23:18:33 fa 1.4.110.1: First bits of 64-bitness.  #i25651# & more


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [94bfd71db5c6550c4d1a7374b09cb2832173a9b3]

INTEGRATION: CWS ooo64bit01 (1.3.498); FILE MERGED 2004/03/31 16:48:44 fa 1.3.498.3: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:57 fa 1.3.498.2: More 64-bit changes.  'rsc' still broken, but not as much as before. 2004/03/15 23:18:32 fa 1.3.498.1: First bits of 64-bitness.  #i25651# & more


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [b81b514827b9c83c35bd220bf0ac234c5735be34]

INTEGRATION: CWS ooo64bit01 (1.2.44); FILE MERGED 2004/03/15 23:18:47 fa 1.2.44.1: First bits of 64-bitness.  #i25651# & more


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [f7cda5f66d1aabc5f5d7a133b77108eabf66c4f6]

INTEGRATION: CWS ooo64bit01 (1.7.10); FILE MERGED 2004/03/16 23:54:16 fa 1.7.10.1: Merge cws_srx644_port64bit, other misc fixes


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [e1c5de40333a1a9c45d18ff2be4fd0a863d5ec6c]

INTEGRATION: CWS ooo64bit01 (1.15.44); FILE MERGED 2004/04/05 19:02:25 fa 1.15.44.5: SeekRel() should take _signed_ argument, got mixed up in initial 64-bit work 2004/03/31 16:48:55 fa 1.15.44.4: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:07 fa 1.15.44.3: More 64-bit changes.  'rsc' still broken, but not as much as before. 2004/03/16 23:54:16 fa 1.15.44.2: Merge cws_srx644_port64bit, other misc fixes 2004/03/15 23:18:47 fa 1.15.44.1: First bits of 64-bitness.  #i25651# & more


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [e66b720f57302da3706f38b5a12ec9b9cc0446ec]

INTEGRATION: CWS ooo64bit01 (1.26.44); FILE MERGED 2004/05/02 22:41:06 svesik 1.26.44.3: RESYNC: (1.26-1.27); FILE MERGED 2004/04/13 03:37:43 fa 1.26.44.2: #i8598# Tools date/time fixes for 64-bit platforms 2004/03/15 23:18:46 fa 1.26.44.1: First bits of 64-bitness.  #i25651# & more


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [c764ea5f3f69e2e454643622ba8fba767b771d19]

INTEGRATION: CWS ooo64bit01 (1.2.200); FILE MERGED 2004/03/15 23:18:46 fa 1.2.200.1: First bits of 64-bitness.  #i25651# & more


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [5b8b89249ff49aae8a2ec597fd7843337c5217dc]

INTEGRATION: CWS ooo64bit01 (1.4.130); FILE MERGED 2004/03/16 23:54:15 fa 1.4.130.1: Merge cws_srx644_port64bit, other misc fixes


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [0543417c4f52ee66c2c293d7925433271c31b216]

INTEGRATION: CWS ooo64bit01 (1.3.12); FILE MERGED 2004/03/31 16:48:54 fa 1.3.12.3: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:07 fa 1.3.12.2: More 64-bit changes.  'rsc' still broken, but not as much as before. 2004/03/15 23:18:45 fa 1.3.12.1: First bits of 64-bitness.  #i25651# & more


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [f70f6c01d8706bf2a14f2ea3dea363c8c80526f3]

INTEGRATION: CWS ooo64bit01 (1.2.224); FILE MERGED 2004/03/16 23:54:15 fa 1.2.224.2: Merge cws_srx644_port64bit, other misc fixes 2004/03/15 23:18:45 fa 1.2.224.1: First bits of 64-bitness.  #i25651# & more


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [45bd1f602d986a8f440af0082f462bed69154ab4]

INTEGRATION: CWS ooo64bit01 (1.6.110); FILE MERGED 2004/04/13 03:37:43 fa 1.6.110.3: #i8598# Tools date/time fixes for 64-bit platforms 2004/03/31 16:48:54 fa 1.6.110.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:06 fa 1.6.110.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [ac09cd133c5f4b70225838db580ccb50d95101eb]

INTEGRATION: CWS ooo64bit01 (1.6.104); FILE MERGED 2004/03/15 23:18:28 fa 1.6.104.1: First bits of 64-bitness.  #i25651# & more


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [7f13da7e3dd434a840c356bce3a9805087225cbc]

INTEGRATION: CWS ooo64bit01 (1.3.28); FILE MERGED 2004/04/13 03:42:34 fa 1.3.28.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:28 fa 1.3.28.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:35 fa 1.3.28.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [d14abcc71a252f85ec88f011f5e66642a1d26ce8]

INTEGRATION: CWS ooo64bit01 (1.12.80); FILE MERGED 2004/04/13 03:42:31 fa 1.12.80.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:23 fa 1.12.80.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:32 fa 1.12.80.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [259a7263e2f4b27c3864e73ce3e55f8320d584cf]

INTEGRATION: CWS ooo64bit01 (1.65.26); FILE MERGED 2004/05/05 00:30:31 svesik 1.65.26.4: RESYNC: (1.65-1.67); FILE MERGED 2004/04/13 03:42:28 fa 1.65.26.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:20 fa 1.65.26.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:28 fa 1.65.26.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [14644d2d90d39137794c03922e9c3e0a75388da8]

INTEGRATION: CWS ooo64bit01 (1.4.66); FILE MERGED 2004/03/15 23:18:32 fa 1.4.66.1: First bits of 64-bitness.  #i25651# & more


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [a7b1221b9f9215ef578e5daebfa980e57967cddb]

INTEGRATION: CWS ooo64bit01 (1.3.66); FILE MERGED 2004/03/15 23:18:32 fa 1.3.66.1: First bits of 64-bitness.  #i25651# & more


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [e0a3ef646d8ed858037c48f0936e3cef93543ec8]

INTEGRATION: CWS ooo64bit01 (1.45.44); FILE MERGED 2004/05/02 22:38:09 svesik 1.45.44.4: RESYNC: (1.45-1.46); FILE MERGED 2004/04/13 03:54:17 fa 1.45.44.3: #i8605# Toolkit changes to accomodate 64-bit VCL fixes 2004/03/31 16:48:52 fa 1.45.44.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:05 fa 1.45.44.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [90caec3a18a0d7146870ab5187d45e2fbaf545f7]

INTEGRATION: CWS ooo64bit01 (1.4.78); FILE MERGED 2004/04/12 17:45:58 fa 1.4.78.3: 64-bit fixes (long->sal_Int32) 2004/03/31 16:48:30 fa 1.4.78.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:45 fa 1.4.78.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [a5e7f2cf5e8a0b31c6ece8b02bab3f46c9d45c59]

INTEGRATION: CWS ooo64bit01 (1.10.78); FILE MERGED 2004/04/12 17:45:58 fa 1.10.78.3: 64-bit fixes (long->sal_Int32) 2004/03/31 16:48:30 fa 1.10.78.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:45 fa 1.10.78.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [e85f2b6f4dad9ae4d4c1f2ad6c0cb91a07b70e47]

INTEGRATION: CWS ooo64bit01 (1.3.98); FILE MERGED 2004/05/02 00:31:57 svesik 1.3.98.4: RESYNC: (1.3-1.4); FILE MERGED 2004/04/12 17:45:57 fa 1.3.98.3: 64-bit fixes (long->sal_Int32) 2004/03/31 16:48:29 fa 1.3.98.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:44 fa 1.3.98.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [50317f5482a5685e673b68aec986d85aeda19f37]

INTEGRATION: CWS ooo64bit01 (1.171.26); FILE MERGED 2004/05/02 23:21:54 svesik 1.171.26.4: RESYNC: (1.171-1.173); FILE MERGED 2004/03/31 16:49:34 fa 1.171.26.3: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:40 fa 1.171.26.2: More 64-bit changes.  'rsc' still broken, but not as much as before. 2004/03/15 23:18:50 fa 1.171.26.1: First bits of 64-bitness.  #i25651# & more


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [b54216ade4c852c1151e923ac9279ae365316254]

INTEGRATION: CWS ooo64bit01 (1.34.54); FILE MERGED 2004/05/02 23:20:26 svesik 1.34.54.4: RESYNC: (1.34-1.35); FILE MERGED 2004/04/13 03:42:39 fa 1.34.54.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:33 fa 1.34.54.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:40 fa 1.34.54.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [9965a9de2496a5919543f1808eb6568f23fadeeb]

INTEGRATION: CWS ooo64bit01 (1.116.28); FILE MERGED 2004/05/02 23:20:17 svesik 1.116.28.4: RESYNC: (1.116-1.117); FILE MERGED 2004/04/13 03:42:38 fa 1.116.28.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:33 fa 1.116.28.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:39 fa 1.116.28.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [5e42203060f94ac239ccf79ce7fd57f58fbed1cc]

INTEGRATION: CWS ooo64bit01 (1.30.28); FILE MERGED 2004/04/13 03:42:38 fa 1.30.28.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:32 fa 1.30.28.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:39 fa 1.30.28.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [265f5fe1829f1ebd8338b9b37fe06a722c87e5f8]

INTEGRATION: CWS ooo64bit01 (1.11.28); FILE MERGED 2004/03/15 23:18:49 fa 1.11.28.1: First bits of 64-bitness.  #i25651# & more


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [73a7551ffd7a4221fe8e5dedc4e8ea7ef8aa6134]

INTEGRATION: CWS ooo64bit01 (1.2.28); FILE MERGED 2004/04/13 03:42:37 fa 1.2.28.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:32 fa 1.2.28.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:39 fa 1.2.28.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [7573b094f9c5a6d3c776035da10de673c5cdaea0]

INTEGRATION: CWS ooo64bit01 (1.52.28); FILE MERGED 2004/05/02 23:19:25 svesik 1.52.28.4: RESYNC: (1.52-1.53); FILE MERGED 2004/04/13 03:42:37 fa 1.52.28.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:31 fa 1.52.28.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:38 fa 1.52.28.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [1baac125b59e9b820d333f3466778b099122b953]

INTEGRATION: CWS ooo64bit01 (1.33.26); FILE MERGED 2004/05/02 23:19:14 svesik 1.33.26.4: RESYNC: (1.33-1.34); FILE MERGED 2004/04/13 03:42:36 fa 1.33.26.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:31 fa 1.33.26.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:38 fa 1.33.26.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [1c7177cd08e8c8013427a95ce6d6f5c32e1af227]

INTEGRATION: CWS ooo64bit01 (1.28.54); FILE MERGED 2004/03/15 23:18:49 fa 1.28.54.1: First bits of 64-bitness.  #i25651# & more


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [7af1ece0b807e65b74201e79a11e0185270f32f5]

INTEGRATION: CWS ooo64bit01 (1.13.92); FILE MERGED 2004/04/13 03:42:36 fa 1.13.92.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:30 fa 1.13.92.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:37 fa 1.13.92.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [70b79ce8bd00aa182bfe9c9405f2aa1a882ba76e]

INTEGRATION: CWS ooo64bit01 (1.26.28); FILE MERGED 2004/04/13 03:42:35 fa 1.26.28.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:30 fa 1.26.28.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:37 fa 1.26.28.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [8ee95d053907418c69b0ed220970e7665b24617b]

INTEGRATION: CWS ooo64bit01 (1.22.28); FILE MERGED 2004/04/13 03:42:35 fa 1.22.28.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:29 fa 1.22.28.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:36 fa 1.22.28.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [e98216a4576bc68c32d8bd15845ff3551df27590]

INTEGRATION: CWS ooo64bit01 (1.2.28); FILE MERGED 2004/04/13 03:42:34 fa 1.2.28.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:29 fa 1.2.28.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:36 fa 1.2.28.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [01d1bc58121a462cf5176510f9818b4dd3af7241]

INTEGRATION: CWS ooo64bit01 (1.184.26); FILE MERGED 2004/05/02 23:17:22 svesik 1.184.26.4: RESYNC: (1.184-1.187); FILE MERGED 2004/04/13 03:42:33 fa 1.184.26.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:26 fa 1.184.26.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:34 fa 1.184.26.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [a4c7916684e12092bc77d152d44d649366cb6adb]

INTEGRATION: CWS ooo64bit01 (1.102.20); FILE MERGED 2004/04/13 03:42:32 fa 1.102.20.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:24 fa 1.102.20.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:33 fa 1.102.20.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [b53f6e490091f56547d5f2f987fefb00c7d92dae]

INTEGRATION: CWS ooo64bit01 (1.28.80); FILE MERGED 2004/04/13 03:42:32 fa 1.28.80.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:24 fa 1.28.80.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:32 fa 1.28.80.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [22b2103351b12b2a38862347833d18b83ad9429f]

INTEGRATION: CWS ooo64bit01 (1.14.20); FILE MERGED 2004/04/13 03:42:30 fa 1.14.20.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:23 fa 1.14.20.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:31 fa 1.14.20.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [59a2a3a21aab83ee457c29dff566ea9be274d20c]

INTEGRATION: CWS ooo64bit01 (1.56.4); FILE MERGED 2004/05/02 23:16:21 svesik 1.56.4.4: RESYNC: (1.56-1.57); FILE MERGED 2004/04/13 03:42:30 fa 1.56.4.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:21 fa 1.56.4.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:30 fa 1.56.4.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [8b53eb687033c5845171f4d1032fa550dfec5d9f]

INTEGRATION: CWS ooo64bit01 (1.27.92); FILE MERGED 2004/04/13 03:42:29 fa 1.27.92.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:20 fa 1.27.92.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:29 fa 1.27.92.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [c9e5b936d0e5a8380828c93d136e69b5efb29cc9]

INTEGRATION: CWS ooo64bit01 (1.8.274); FILE MERGED 2004/04/13 03:42:28 fa 1.8.274.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:19 fa 1.8.274.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:28 fa 1.8.274.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [c1a56eed1ba1d9e3f44c340cb06a220a8b4a278f]

INTEGRATION: CWS ooo64bit01 (1.170.4); FILE MERGED 2004/04/13 03:42:27 fa 1.170.4.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:18 fa 1.170.4.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:27 fa 1.170.4.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [d76449d2549fa54f6d55a6bef0b2bee64d18f354]

INTEGRATION: CWS ooo64bit01 (1.8.116); FILE MERGED 2004/04/13 03:42:27 fa 1.8.116.1: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long*


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [1805c4be31968ae1db496b6515a7c5e5d4d7e401]

INTEGRATION: CWS ooo64bit01 (1.13.80); FILE MERGED 2004/04/13 03:42:26 fa 1.13.80.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:17 fa 1.13.80.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:26 fa 1.13.80.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [fc34692fd51b9237e9cd86f398191f68ea6c80fb]

INTEGRATION: CWS ooo64bit01 (1.25.28); FILE MERGED 2004/04/13 03:42:26 fa 1.25.28.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:15 fa 1.25.28.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:25 fa 1.25.28.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [4dacc4834f2374ebf71ea424898c466d2b07167c]

INTEGRATION: CWS ooo64bit01 (1.8.80); FILE MERGED 2004/04/13 03:42:25 fa 1.8.80.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:15 fa 1.8.80.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:25 fa 1.8.80.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [0df011f32df9633770ab969951aef2b11d8abbea]

INTEGRATION: CWS ooo64bit01 (1.3.78); FILE MERGED 2004/03/31 16:49:15 fa 1.3.78.3: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:24 fa 1.3.78.2: More 64-bit changes.  'rsc' still broken, but not as much as before. 2004/03/15 23:18:48 fa 1.3.78.1: First bits of 64-bitness.  #i25651# & more


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [6ff343b40dc3ad3ad3e63e83fa51a84398ec53b8]

INTEGRATION: CWS ooo64bit01 (1.5.78); FILE MERGED 2004/04/13 03:42:25 fa 1.5.78.1: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long*


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [4ae40cd31052c71dda7c335c8421ffa4b863dfe6]

INTEGRATION: CWS ooo64bit01 (1.3.80); FILE MERGED 2004/04/13 03:42:24 fa 1.3.80.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:13 fa 1.3.80.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:23 fa 1.3.80.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [ff71ac2bfc6e76d5f2e99f67876c163d13d3d669]

INTEGRATION: CWS ooo64bit01 (1.25.54); FILE MERGED 2004/04/13 03:42:23 fa 1.25.54.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:11 fa 1.25.54.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:22 fa 1.25.54.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [d2bda1dc4508122e2883faab5b86f9fc7170451b]

INTEGRATION: CWS ooo64bit01 (1.44.54); FILE MERGED 2004/04/13 03:42:23 fa 1.44.54.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:11 fa 1.44.54.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:22 fa 1.44.54.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [ea15b47b0ba624938422f5d2acd2578e0c50c698]

INTEGRATION: CWS ooo64bit01 (1.63.54); FILE MERGED 2004/04/13 03:42:22 fa 1.63.54.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:10 fa 1.63.54.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:21 fa 1.63.54.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [a09808abcc5a757bd8de1efdd8be090b86537edf]

INTEGRATION: CWS ooo64bit01 (1.28.80); FILE MERGED 2004/04/13 03:42:22 fa 1.28.80.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:10 fa 1.28.80.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:20 fa 1.28.80.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [26420b51a70cbfad3aa712f22748feb3cbe6080f]

INTEGRATION: CWS ooo64bit01 (1.25.8); FILE MERGED 2004/03/22 16:59:05 fa 1.25.8.1: Convert a Sequence< Atom > to a more correct std::vector< Atom > to work around ambiguous overloading of Sequence::getCppuType() for "const Atom *"


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [ce500d85547927989a612a9a8371dc79b870abed]

INTEGRATION: CWS ooo64bit01 (1.68.6); FILE MERGED 2004/03/22 16:59:05 fa 1.68.6.1: Convert a Sequence< Atom > to a more correct std::vector< Atom > to work around ambiguous overloading of Sequence::getCppuType() for "const Atom *"


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [7981a8bf2096343b8efb572e511604e485c5c5b7]

INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:25 fa 1.2.104.1: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [5bf88f0a6bf2de8934837c3e1e9e65f7e549b682]

INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:24 fa 1.2.104.3: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean 2004/03/31 16:48:35 fa 1.2.104.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:50 fa 1.2.104.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [4c37a2f2e8ac7dc486bfe86ab1c353081f9bbff9]

INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:23 fa 1.2.104.3: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean 2004/03/31 16:48:34 fa 1.2.104.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:49 fa 1.2.104.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [4bfa6b06faab5d7301f434cc302712729df4f9b0]

INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:23 fa 1.2.104.1: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [abc2f7d1e1fd422dc072d18f1e3b04c75702bf53]

INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:22 fa 1.2.104.1: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [6a818cef459faacfce09afdb59f751268409acb9]

INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:22 fa 1.2.104.3: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean 2004/03/31 16:48:34 fa 1.2.104.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:49 fa 1.2.104.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [151b71ec476f5e196faaf1ada80c1a777c759028]

INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:21 fa 1.2.104.1: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [46a21bf502817645390dcc1e1e5bdcc9d2557481]

INTEGRATION: CWS ooo64bit01 (1.3.88); FILE MERGED 2004/04/13 03:40:20 fa 1.3.88.1: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [230608dc11c41f9b3a4c6875e8ef62be001102fd]

INTEGRATION: CWS ooo64bit01 (1.4.88); FILE MERGED 2004/04/13 03:40:19 fa 1.4.88.1: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [2646cdecbf4f83824882b0482e41b1740fe6c9cd]

INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:18 fa 1.2.104.1: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [e4af88f7ecff173759050bf39460280e2f561709]

INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:18 fa 1.2.104.3: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean 2004/03/31 16:48:33 fa 1.2.104.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:48 fa 1.2.104.1: More 64-bit changes.  'rsc' still broken, but not as much as before.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [7d8e26f05ade31cb8da7a30d496d20d5d5fc5413]

INTEGRATION: CWS gh6 (1.8.86); FILE MERGED 2004/05/13 11:16:27 gh 1.8.86.1: handle tabs in old gsi files correctly detect illegal characters move sourcelanguage default from german to english


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [2244e1af1b1078841121ba83782c871c8f782b32]

INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:17 fa 1.2.104.1: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [dd86588aeaf4233fbefbb4bc5154d2867300e080]

INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:16 fa 1.2.104.1: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [4b059df46725e5890f49b09af59ebe7f0ff30775]

INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:16 fa 1.2.104.2: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean 2004/03/31 16:48:33 fa 1.2.104.1: Back out of changes since 2004-03-24, focus on smaller, more integratable changes


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [aa69da51073daeae8fba346509771def11162545]

INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:15 fa 1.2.104.1: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [aa605dcd34f9914be33e408f04f5ae242f4ba13e]

INTEGRATION: CWS gh6 (1.6.14); FILE MERGED 2004/05/12 11:31:59 gh 1.6.14.1: #111796#make spadmin testable by testtool


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [c99fad1ede1a135ed895b7004d137630cbd0c3a9]

INTEGRATION: CWS gh6 (1.11.44); FILE MERGED 2004/05/12 11:31:59 gh 1.11.44.1: #111796#make spadmin testable by testtool


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [7fdf7a475dcb00b837db921bf4ed24743d5274f5]

INTEGRATION: CWS gh6 (1.2.142); FILE MERGED 2004/05/12 11:31:58 gh 1.2.142.1: #111796#make spadmin testable by testtool


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [add91424fb60741141a2eb8c9e0a77325835bada]

INTEGRATION: CWS gh6 (1.2.166); FILE MERGED 2004/05/12 11:31:58 gh 1.2.166.1: #111796#make spadmin testable by testtool


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [bdc4988caed732f529f94e9ef4942dbfedd1bff4]

INTEGRATION: CWS gh6 (1.170.2); FILE MERGED 2004/03/17 18:33:01 pl 1.170.2.1: #i26400# fixed bug in frame state evaluation


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [d382977afe9a605597931cb19dcb614e33cc629f]

INTEGRATION: CWS gh6 (1.10.76); FILE MERGED 2004/05/12 15:51:32 pl 1.10.76.3: #116634# state mask is input, not output parameter 2004/03/18 09:30:26 pl 1.10.76.2: #i26400# add: IsMaximized() 2004/03/17 18:32:26 pl 1.10.76.1: #i26400# add: Maximize method


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [114a74c034aa66757610aa02b073087e0110ef9c]

INTEGRATION: CWS gh6 (1.12.66); FILE MERGED 2004/05/12 11:36:07 gh 1.12.66.1: #111796#provide loader for sts library for testtool


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [18dc84eb545d9a90f9aff867f0cc58cd0c384fc2]

INTEGRATION: CWS gh6 (1.1.2); FILE ADDED 2004/05/12 11:34:47 gh 1.1.2.1: #111796#provide loader for sts library for testtool


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [1479ddc757f7a89a4f8f927dae401fde7a64e44a]

INTEGRATION: CWS gh6 (1.1.2); FILE ADDED 2004/05/12 11:34:37 gh 1.1.2.1: #111796#provide loader for sts library for testtool


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [a3c7e9919b408c395ee2c4a2c45aab00bab6d98a]

INTEGRATION: CWS gh6 (1.14.2); FILE MERGED 2004/03/12 16:28:25 gh 1.14.2.1: #109512#preserve case of path in ToAbs even for caseinsensitive filesystem


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [201435e9db7b795155636447320beaa633e99106]

INTEGRATION: CWS gh6 (1.26.26); FILE MERGED 2004/05/12 11:36:06 gh 1.26.26.1: #111796#provide loader for sts library for testtool


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [0213c5c4d96693833eebf0c09e6f11df187f2a6c]

INTEGRATION: CWS gh6 (1.15.54); FILE MERGED 2004/05/12 11:36:07 gh 1.15.54.1: #111796#provide loader for sts library for testtool


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [3318373cdf64f2777954be04530a4dff83109a16]

INTEGRATION: CWS sb17 (1.47.4); FILE MERGED 2004/06/10 11:46:45 sb 1.47.4.2: RESYNC: (1.47-1.48); FILE MERGED 2004/04/27 09:55:26 hdu 1.47.4.1: #i25644# use exact ADOBE encoding instead of approximation


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [b207fd20309cf913500eb843ba554cb99f72950d]

INTEGRATION: CWS sb17 (1.20.18); FILE MERGED 2004/05/28 08:15:12 sb 1.20.18.2: RESYNC: (1.20-1.21); FILE MERGED 2004/04/06 08:23:10 sb 1.20.18.1: #i21297# Made up for forgotten adaption to removal of vnd.sun.star.script URLs from INetURLObject.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [fc2a37d0e54909520a4eda91162fe0cb1eed0f9a]

INTEGRATION: CWS sb17 (1.5.150); FILE MERGED 2004/04/06 08:21:39 sb 1.5.150.1: #i21297# Fixed base64 INetMIME::decodeHeaderFiledBody.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [79d8d5b57eba18f903a0055b99f2605dc879d1e9]

INTEGRATION: CWS sb17 (1.1.2); FILE ADDED 2004/04/06 08:21:55 sb 1.1.2.1: #i21297# Fixed base64 INetMIME::decodeHeaderFiledBody.


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [1b2b1f4aff442f6a982c687581360d907e62816c]

INTEGRATION: CWS sb17 (1.8.20); FILE MERGED 2004/04/06 08:20:58 sb 1.8.20.1: #i21297# Fixed base64 decodeHeaderFiledBody (patch supplied by tianyongwei).


2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [368753e4e33af3c937dbf32fbb4d813008304995]

new version for SRC680


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [facaa7e5d4f7e8dc3a5160c7aae62cb9c757b79f]

#i10000# pDtorNotify and bCallingDropCallback where initialized twice.


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [c7f2a0931b39ab5be09f9808a7d428bff5bc3ed3]

INTEGRATION: CWS ooo20040509 (1.2.404); FILE MERGED 2004/06/14 15:35:10 svesik 1.2.404.3: eliminate conflict 2004/05/13 13:45:42 svesik 1.2.404.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/06 14:09:19 waratah 1.2.404.1: Bracket pragma not valid for gcc reorder definition to match order in class definiton


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [b55718a78931de7f2cabbf46603479fc4ed61ae0]

INTEGRATION: CWS ooo20040509 (1.7.572); FILE MERGED 2004/05/06 12:00:16 waratah 1.7.572.1: #i1858# bracket the pragma's that gcc does not know about


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [c19b7ad58c4d0379fa4876b34e6d91a0cf1e35dd]

INTEGRATION: CWS ooo20040509 (1.5.172); FILE MERGED 2004/05/06 12:01:56 waratah 1.5.172.1: #i1858# reorder some definitions to match header, initialise a field to a sensible value because of warning in gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [f9aec941ded3cf691aacfd65b3e4fe88dd05750b]

INTEGRATION: CWS ooo20040509 (1.3.572); FILE MERGED 2004/05/06 12:09:59 waratah 1.3.572.1: #i1858# bracket the pragma's that gcc does not know about


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [e387cbbf00ed5d66e229bece065d76089d044860]

INTEGRATION: CWS ooo20040509 (1.10.124); FILE MERGED 2004/05/06 12:12:08 waratah 1.10.124.1: #i1858# Implement correct bracketting in initialisation clause


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [86a20378ecaba88b5bb9b5f6b69958559d33a3f5]

INTEGRATION: CWS ooo20040509 (1.5.564); FILE MERGED 2004/05/06 12:14:23 waratah 1.5.564.1: #i1858# Reorder some definitions to match the header file add some initialisations that are warned about in gcc remove a trailing \ that gcc warns about


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [de489238ebe826e684348cbc33c6389de7f5b82c]

INTEGRATION: CWS ooo20040509 (1.1.1.1.588); FILE MERGED 2004/05/06 12:13:12 waratah 1.1.1.1.588.1: #i1858# correct an initialisation warning


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [56036b263d1267d421ff09500ff64cf516b187f3]

INTEGRATION: CWS ooo20040509 (1.1.1.1.588); FILE MERGED 2004/05/06 12:20:18 waratah 1.1.1.1.588.1: #i1858# reorder definitions to match header


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [5a1462470b9c4a8da87fdb25ac6fce0d6b0f7d4b]

INTEGRATION: CWS ooo20040509 (1.34.154); FILE MERGED 2004/05/06 12:25:07 waratah 1.34.154.1: Add some initialisers to variables Bracket a pragma that is not valid for gcc to remove -Wall warning


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [6256b1f0476a95a02b63c5bc2dfe2b510b173466]

INTEGRATION: CWS ooo20040509 (1.51.154); FILE MERGED 2004/05/06 12:26:08 waratah 1.51.154.1: Add some initialisers to variables Bracket a pragma that is not valid for gcc to remove -Wall warning remove unused variable add an unhandled case to case statement for documentation purposes


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [75e29af5479f4383ab610d7c1ead074e833bbd4c]

INTEGRATION: CWS ooo20040509 (1.2.154); FILE MERGED 2004/05/06 12:26:36 waratah 1.2.154.1: Bracket a pragma that is not valid for gcc to remove -Wall warning


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [9d69f3ef94c01294d9da2c2e9893304dd8b6e3c1]

INTEGRATION: CWS ooo20040509 (1.3.404); FILE MERGED 2004/05/06 12:26:36 waratah 1.3.404.1: Bracket a pragma that is not valid for gcc to remove -Wall warning


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [7972b2aaf2f2feb17666cff652dbecd4d6d1585a]

INTEGRATION: CWS ooo20040509 (1.4.154); FILE MERGED 2004/05/06 12:26:36 waratah 1.4.154.1: Bracket a pragma that is not valid for gcc to remove -Wall warning


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [bdea797e0c21cd41713c7422884be0c5b839be01]

INTEGRATION: CWS ooo20040509 (1.2.566); FILE MERGED 2004/05/06 12:29:08 waratah 1.2.566.1: Bracket a pragma that is not valid for gcc to remove -Wall warning


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [dfe4dac18349a89b06faa91580390a9aed83b1c5]

INTEGRATION: CWS ooo20040509 (1.1.584); FILE MERGED 2004/05/06 12:29:07 waratah 1.1.584.1: Bracket a pragma that is not valid for gcc to remove -Wall warning


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [a84afaab4afff1819385b99778601f0a5d33b1db]

INTEGRATION: CWS ooo20040509 (1.1.584); FILE MERGED 2004/05/06 12:28:03 waratah 1.1.584.1: #i1858# reorder definitions to match header bracket pragma that is not valid in gcc to clean up -Wall compile


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [01129d5d7c286c0479475b948a5b586dea9a7548]

INTEGRATION: CWS ooo20040509 (1.4.404); FILE MERGED 2004/05/06 12:29:07 waratah 1.4.404.1: Bracket a pragma that is not valid for gcc to remove -Wall warning


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [2a0a7c20cb70e34019cf62b3c910df21ac1290fb]

INTEGRATION: CWS ooo20040509 (1.2.566); FILE MERGED 2004/05/06 12:29:07 waratah 1.2.566.1: Bracket a pragma that is not valid for gcc to remove -Wall warning


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [d92386dfe557dcd89104d7de7911761528bb8544]

INTEGRATION: CWS ooo20040509 (1.2.586); FILE MERGED 2004/05/06 12:29:07 waratah 1.2.586.1: Bracket a pragma that is not valid for gcc to remove -Wall warning


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [f73e3ea13c67241b663f9bbaea40238d8d6e7af5]

INTEGRATION: CWS ooo20040509 (1.1.584); FILE MERGED 2004/05/06 12:29:06 waratah 1.1.584.1: Bracket a pragma that is not valid for gcc to remove -Wall warning


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [a8f7d5ec73e62ae640f50e7dda1033c845464838]

INTEGRATION: CWS ooo20040509 (1.2.566); FILE MERGED 2004/05/06 12:29:06 waratah 1.2.566.1: Bracket a pragma that is not valid for gcc to remove -Wall warning


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [5c8161ac7adb30970047111389d281767d96edec]

INTEGRATION: CWS ooo20040509 (1.3.572); FILE MERGED 2004/05/06 12:48:22 waratah 1.3.572.1: #i1858# remove a couple of unused variables


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [f253265c059e00fce930e28a448d773c1e8ea22c]

INTEGRATION: CWS ooo20040509 (1.22.192); FILE MERGED 2004/05/06 12:51:55 waratah 1.22.192.1: #i1858# correct the bracketting of the initialisers


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [845b95ed59394e27ad265cda300998362a427ffe]

INTEGRATION: CWS ooo20040509 (1.1.1.1.588); FILE MERGED 2004/05/06 12:49:30 waratah 1.1.1.1.588.1: Bracket a pragma that is not valid for gcc to remove -Wall warning CHange the order of some definitions to match header


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [122670f86c830bda032ad46d2da02d850e332fd9]

INTEGRATION: CWS ooo20040509 (1.8.396); FILE MERGED 2004/05/06 12:57:58 waratah 1.8.396.1: Bracket a pragma that is not valid for gcc to remove -Wall warning remove unused varaiables Reorder and tidy formatting on definitions to match header order


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [0c84e1c749f3d2e4be656ff9cd58f7eb1b606e64]

INTEGRATION: CWS ooo20040509 (1.3.576); FILE MERGED 2004/05/06 12:56:55 waratah 1.3.576.1: Bracket a pragma that is not valid for gcc to remove -Wall warning


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [151794f09f0ccbc41cae6272e2a499b80c522c61]

INTEGRATION: CWS ooo20040509 (1.1.1.1.588); FILE MERGED 2004/05/06 12:58:56 waratah 1.1.1.1.588.1: Bracket a pragma that is not valid for gcc to remove -Wall warning Reorder definitions in class to match header order


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [6fc131edca274e6a6a709ce4d8f726436b854460]

INTEGRATION: CWS ooo20040509 (1.3.172); FILE MERGED 2004/05/06 12:56:55 waratah 1.3.172.1: Bracket a pragma that is not valid for gcc to remove -Wall warning


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [3c3187d49060fd228ae63bea4f2377d4d0f33ef0]

INTEGRATION: CWS ooo20040509 (1.3.572); FILE MERGED 2004/05/06 12:56:56 waratah 1.3.572.1: Bracket a pragma that is not valid for gcc to remove -Wall warning


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [81a4e81d019f0bd4a1066bb48158ef6ef5a95dc2]

INTEGRATION: CWS ooo20040509 (1.4.404); FILE MERGED 2004/05/06 12:56:56 waratah 1.4.404.1: Bracket a pragma that is not valid for gcc to remove -Wall warning


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [b591e28213382e77f0cc358275cf8bd8ff523477]

INTEGRATION: CWS ooo20040509 (1.4.544); FILE MERGED 2004/05/06 13:06:27 waratah 1.4.544.1: #i1858# reorder definition to class order


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [1b765007f86b42f6091f01511a30b1d7e99ca21f]

INTEGRATION: CWS ooo20040509 (1.24.154); FILE MERGED 2004/05/06 13:08:03 waratah 1.24.154.1: #i1858# reorder definition to class order


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [44e1e43fe157379899df7c16c302953e16845214]

INTEGRATION: CWS ooo20040509 (1.37.90); FILE MERGED 2004/05/06 13:09:03 waratah 1.37.90.1: #i1858# reorder definition to class order add extra case that is not handled in switch statement


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [435037b40cbf42499dc9a2f0258c6952b7ea78cf]

INTEGRATION: CWS ooo20040509 (1.9.94); FILE MERGED 2004/05/06 13:10:58 waratah 1.9.94.1: #i1858# change variable to unsigned because of what is assigned and checked against


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [60a8611d243f8d14d522913a8a8e73bdf6ef4cfa]

INTEGRATION: CWS ooo20040509 (1.2.576); FILE MERGED 2004/05/06 13:12:29 waratah 1.2.576.1: #i1858# reorder definition to match header file order REmove useless dereference of a pointer after increment


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [aceb839f43035ba79200834696f8adda8e4c2a3e]

INTEGRATION: CWS ooo20040509 (1.1.1.1.588); FILE MERGED 2004/05/06 13:13:33 waratah 1.1.1.1.588.1: #i1858# reorder definitions to match header definitions initialise field to a reasonable value


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [ad08e23b8e8729b58ce39bf4603224875e91b0b3]

INTEGRATION: CWS ooo20040509 (1.2.154); FILE MERGED 2004/05/06 13:14:22 waratah 1.2.154.1: #i1858# reorder definitions to match header definitions initialise fields to a reasonable values


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [981b9735d24d829b0360d39ac833bce7890ab929]

INTEGRATION: CWS ooo20040509 (1.4.154); FILE MERGED 2004/05/06 13:15:39 waratah 1.4.154.1: #i1858# initialise to reasonable values in code


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [c93006602171be329fcbb9ad3f25abe7a6249ee3]

INTEGRATION: CWS ooo20040509 (1.6.154); FILE MERGED 2004/05/06 13:18:38 waratah 1.6.154.1: #i1858# initialise to reasonable values in code


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [cf87e615e41ca1b5aeb676e7dac31370fa1006d5]

INTEGRATION: CWS ooo20040509 (1.10.92); FILE MERGED 2004/05/06 13:19:53 waratah 1.10.92.1: #i1858# remove unused variable


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [72d641bdcb4f85b328b79f850f276e37b34e2947]

INTEGRATION: CWS ooo20040509 (1.4.154); FILE MERGED 2004/05/06 13:18:37 waratah 1.4.154.1: #i1858# initialise to reasonable values in code


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [1aa37549f0fb0ecfd061f6efbf82bbcbfa549cde]

INTEGRATION: CWS ooo20040509 (1.11.128); FILE MERGED 2004/05/06 13:21:01 waratah 1.11.128.1: #i1858# double bracket assignment in if statement or break into two statements add a couple of initialisers on variables


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [fc51a8c66ff91b4ab87c6e7185c02a75f31a65f0]

INTEGRATION: CWS ooo20040509 (1.47.122); FILE MERGED 2004/05/06 13:21:47 waratah 1.47.122.1: #i1858# remove unused variable


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [383409c92fd20256fd0b1bb7cda2a0b5dcde22d7]

INTEGRATION: CWS ooo20040509 (1.3.550); FILE MERGED 2004/05/06 13:22:48 waratah 1.3.550.1: Bracket a pragma that is not valid for gcc to remove -Wall warning Reorder definitions in class to match header order


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [cea5dc3740d1af3497a25705ece17b484721e9f2]

INTEGRATION: CWS ooo20040509 (1.3.550); FILE MERGED 2004/05/06 13:23:53 waratah 1.3.550.1: Bracket a pragma that is not valid for gcc to remove -Wall warning


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [47dd0816180fd32bbc7fd47a3bbcf64886abcca5]

INTEGRATION: CWS ooo20040509 (1.8.542); FILE MERGED 2004/05/06 13:28:16 waratah 1.8.542.1: #i1858# remove unused variable Add fixme for initeresting code


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [2f3ee93a5d221e9ffbc175ad80fefe748d9a5cf1]

INTEGRATION: CWS ooo20040509 (1.42.124); FILE MERGED 2004/05/06 13:29:07 waratah 1.42.124.1: #i1858# remove unused variable bracket program that is not valid for gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [5f8798af7409d9e5cddab97d1f8378e549742109]

INTEGRATION: CWS ooo20040509 (1.31.86); FILE MERGED 2004/05/06 13:30:26 waratah 1.31.86.1: #i1858# remove unused variable tranlate comments into english initialise one pointer to null (reaonable value)


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [d43fcc459e7bd43014269e91e8390e83188a22e5]

INTEGRATION: CWS ooo20040509 (1.2.124); FILE MERGED 2004/05/06 13:36:38 waratah 1.2.124.1: #i1858# reorder definitions to match header definitions remove unused variable Add fixme for code that needs some attention


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [7064f31aeb103c91c8d321416c54072c7b273b24]

INTEGRATION: CWS ooo20040509 (1.3.124); FILE MERGED 2004/05/06 13:31:26 waratah 1.3.124.1: Bracket a pragma that is not valid for gcc to remove -Wall warning Reorder definitions in class to match header order


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [73ca4f13064e14f42fb77ab8c5de355737fcc56c]

INTEGRATION: CWS ooo20040509 (1.6.154); FILE MERGED 2004/05/06 13:32:00 waratah 1.6.154.1: #i1858# remove unused variables from code


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [2c1a1dee8285a87891077fd0759c5447102f501a]

INTEGRATION: CWS ooo20040509 (1.1.1.1.588); FILE MERGED 2004/05/06 13:34:54 waratah 1.1.1.1.588.1: Bracket a pragma that is not valid for gcc to remove -Wall warning Reorder definitions in class to match header order


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [7ae91388dcc7a691753cb8b436f5f9e929b54223]

INTEGRATION: CWS ooo20040509 (1.3.404); FILE MERGED 2004/05/06 13:35:47 waratah 1.3.404.1: #i1858# add initialisers to a couple of fields and a fixme for things not handled


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [e58e413ff5520fbed1311b7af3b967ce0a657af7]

INTEGRATION: CWS ooo20040509 (1.16.566); FILE MERGED 2004/05/06 13:33:54 waratah 1.16.566.1: #i1858# reorder definitions to match header definitions remove unused variable


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [b33b2e5dd97aac73ecfe90715917b8beec2051d4]

INTEGRATION: CWS ooo20040509 (1.20.44); FILE MERGED 2004/05/06 13:38:51 waratah 1.20.44.1: #i1858# remove unused variables from code


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [019210ced4d1f061d6d26706d76bc52f53931195]

INTEGRATION: CWS ooo20040509 (1.1.1.1.588); FILE MERGED 2004/05/06 13:40:19 waratah 1.1.1.1.588.1: Initialise variables where they need it


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [a975bb60d9a8f95d7fb71637d4e9a1049136cce6]

INTEGRATION: CWS ooo20040509 (1.1.1.1.588); FILE MERGED 2004/05/06 13:38:51 waratah 1.1.1.1.588.1: #i1858# remove unused variables from code


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [25d70661fbb3765d8c82bd3c25531b4368a3b862]

INTEGRATION: CWS ooo20040509 (1.4.566); FILE MERGED 2004/05/06 13:38:52 waratah 1.4.566.1: #i1858# remove unused variables from code


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [9bd1fb14c8dc8b2d7d854aab5f34bdd506d55d98]

INTEGRATION: CWS ooo20040509 (1.17.42); FILE MERGED 2004/05/12 22:04:17 svesik 1.17.42.2: RESYNC: (1.17-1.18); FILE MERGED 2004/05/06 13:45:00 waratah 1.17.42.1: Remove unused variable leave default clause in when not compiling with debug


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [34c76161c8da71a8e64df6c8556fc130ce91b16d]

INTEGRATION: CWS ooo20040509 (1.5.374); FILE MERGED 2004/05/06 13:40:20 waratah 1.5.374.1: Initialise variables where they need it


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [8c163572077aaabc2fbf7f24288d9f0bac46421f]

INTEGRATION: CWS ooo20040509 (1.27.48); FILE MERGED 2004/05/06 13:41:29 waratah 1.27.48.1: Amend definition in macro to match order of header class definition


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [1b7c0cf8c8abf017fbfbca7a1cc63cf0ab8e9788]

INTEGRATION: CWS ooo20040509 (1.4.566); FILE MERGED 2004/05/06 13:41:54 waratah 1.4.566.1: Bracket pragma not valid in gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [d8c016e17c443d7ebacf9707a1090875cb08a761]

INTEGRATION: CWS ooo20040509 (1.5.404); FILE MERGED 2004/05/06 13:46:47 waratah 1.5.404.1: Bracket pragma not valid in gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [e01f791e362f6358de2d4b78c4e1a0b14fc02a12]

INTEGRATION: CWS ooo20040509 (1.53.150); FILE MERGED 2004/05/06 13:47:45 waratah 1.53.150.1: Bracket initialisers correctly add fixme for return value of -1 on unsigned


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [cdfaa501707fc4b58f67c540266a8216e8c5a1e8]

INTEGRATION: CWS ooo20040509 (1.33.110); FILE MERGED 2004/05/06 13:46:48 waratah 1.33.110.1: Bracket pragma not valid in gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [1781544ce14086fd885b6c960f8c25c1b25b0c69]

INTEGRATION: CWS ooo20040509 (1.21.124); FILE MERGED 2004/05/06 13:48:16 waratah 1.21.124.1: Remove unused variables from code


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [a7b846374cfd117f716874445030e9a3e2d0af38]

INTEGRATION: CWS ooo20040509 (1.2.576); FILE MERGED 2004/05/06 13:46:48 waratah 1.2.576.1: Bracket pragma not valid in gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [3c3bd91dd8d9706452ba6e6aeb6c8fcc260b1985]

INTEGRATION: CWS ooo20040509 (1.14.154); FILE MERGED 2004/05/06 13:46:48 waratah 1.14.154.1: Bracket pragma not valid in gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [3c15932a07378238b68c69710e4f0ff8bc43385f]

INTEGRATION: CWS ooo20040509 (1.4.384); FILE MERGED 2004/05/06 14:04:20 waratah 1.4.384.1: Bracket pragma not valid for gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [253c4c0a60e868b99d3a3e0146053803a1ab913c]

INTEGRATION: CWS ooo20040509 (1.2.586); FILE MERGED 2004/05/12 22:03:53 svesik 1.2.586.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/06 14:04:21 waratah 1.2.586.1: Bracket pragma not valid for gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [af9dc58b0536f53b5687e262e66376ef45b9bd18]

INTEGRATION: CWS ooo20040509 (1.10.70); FILE MERGED 2004/05/06 14:04:21 waratah 1.10.70.1: Bracket pragma not valid for gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [b7c52a25fc60f667013e29e47ae10049dc18cab7]

INTEGRATION: CWS ooo20040509 (1.8.384); FILE MERGED 2004/05/06 14:04:21 waratah 1.8.384.1: Bracket pragma not valid for gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [e9cf36336d5b85bc7014e7271adfa59c2b7ab541]

INTEGRATION: CWS ooo20040509 (1.18.384); FILE MERGED 2004/05/06 14:04:22 waratah 1.18.384.1: Bracket pragma not valid for gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [0cf08ad77a75db4b1943276597536642367fcc20]

INTEGRATION: CWS ooo20040509 (1.15.404); FILE MERGED 2004/05/06 14:04:22 waratah 1.15.404.1: Bracket pragma not valid for gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [e061848972a8340d4dbcf9a2ac814de9dab6a8b3]

INTEGRATION: CWS ooo20040509 (1.2.566); FILE MERGED 2004/05/06 14:04:22 waratah 1.2.566.1: Bracket pragma not valid for gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [39e8710edb64080eb0e49ea8f77d7ccee6add033]

INTEGRATION: CWS ooo20040509 (1.6.566); FILE MERGED 2004/05/06 14:08:45 waratah 1.6.566.1: Bracket pragma not valid for gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [fbd73aa9dbe67c79752182b2ad2ec28642e108fc]

INTEGRATION: CWS ooo20040509 (1.64.162); FILE MERGED 2004/05/12 22:03:44 svesik 1.64.162.2: RESYNC: (1.64-1.65); FILE MERGED 2004/05/06 14:05:29 waratah 1.64.162.1: Bracket pragma not valid for gcc Add a couple of cases that are not handled with warning for next coder


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [e258a1bd787666a4d8199f8f0becbc630319e5c4]

INTEGRATION: CWS ooo20040509 (1.2.582); FILE MERGED 2004/05/06 14:04:23 waratah 1.2.582.1: Bracket pragma not valid for gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [585c3b2866a00f1d9b5105102ed01b059d63fcf2]

INTEGRATION: CWS ooo20040509 (1.16.88); FILE MERGED 2004/05/12 22:03:34 svesik 1.16.88.2: RESYNC: (1.16-1.17); FILE MERGED 2004/05/06 14:04:23 waratah 1.16.88.1: Bracket pragma not valid for gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [bdade8d5f5abb8124f6cdca87a25d088a4f451fa]

INTEGRATION: CWS ooo20040509 (1.8.376); FILE MERGED 2004/05/06 14:06:08 waratah 1.8.376.1: Bracket pragma not valid for gcc reorder definition to match class definition


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [9259fe6957d2359f41912592f186d41b047a546f]

INTEGRATION: CWS ooo20040509 (1.6.384); FILE MERGED 2004/05/06 14:04:23 waratah 1.6.384.1: Bracket pragma not valid for gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [7cc3a0f8dd24c6104d5ab0fad5345a83e289ad96]

INTEGRATION: CWS ooo20040509 (1.4.384); FILE MERGED 2004/05/06 14:04:23 waratah 1.4.384.1: Bracket pragma not valid for gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [cd907fea4439824ae30aba9bbae3b73e57d7769c]

INTEGRATION: CWS ooo20040509 (1.11.318); FILE MERGED 2004/05/06 14:09:50 waratah 1.11.318.1: Bracket pragma not valid for gcc reorder definition to match order in class definiton


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [6a381118213b0483da09083717eac0b96d1ca9f2]

INTEGRATION: CWS ooo20040509 (1.2.384); FILE MERGED 2004/05/06 14:04:24 waratah 1.2.384.1: Bracket pragma not valid for gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [5cc63d3d87e3e99a0b6035c70eae064dbf02743b]

INTEGRATION: CWS ooo20040509 (1.10.552); FILE MERGED 2004/05/06 14:04:24 waratah 1.10.552.1: Bracket pragma not valid for gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [e38a8b700805f3720d355cd036717b03f960b885]

INTEGRATION: CWS ooo20040509 (1.4.576); FILE MERGED 2004/05/06 14:04:24 waratah 1.4.576.1: Bracket pragma not valid for gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [76dac8d09b60f77638fff4b4a5073ce0fcd27eda]

INTEGRATION: CWS ooo20040509 (1.1.584); FILE MERGED 2004/05/06 14:04:24 waratah 1.1.584.1: Bracket pragma not valid for gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [58306e20c29a1f4b3493b475817f1551abbba01b]

INTEGRATION: CWS ooo20040509 (1.2.544); FILE MERGED 2004/05/06 14:04:25 waratah 1.2.544.1: Bracket pragma not valid for gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [15aac0cd3825b238029e5ffde08d78d3e1db235a]

INTEGRATION: CWS ooo20040509 (1.11.546); FILE MERGED 2004/06/14 15:32:29 svesik 1.11.546.2: merge from HEAD to eliminate conflict 2004/05/06 13:53:01 waratah 1.11.546.1: Bracket pragma not valid for gcc Reorder definition to match order in class definition


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [aba7d0cc77ab6c2dcb81f8949b72781cc4347436]

INTEGRATION: CWS ooo20040509 (1.3.548); FILE MERGED 2004/05/06 13:53:14 waratah 1.3.548.1: Bracket pragma not valid for gcc


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [9773a9aeac9ad49970049d094828178830a15eda]

INTEGRATION: CWS ooo20040509 (1.25.210); FILE MERGED 2004/05/06 13:52:18 waratah 1.25.210.1: Bracket pragma not valid for gcc remove unused variables break up if statements with = into two separate statements


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [9e9cd0b46645565edb6bbefaa7c0b5219a1659dc]

INTEGRATION: CWS ooo20040509 (1.2.566); FILE MERGED 2004/05/06 13:57:36 waratah 1.2.566.1: Alter definitions order to match class definitions order


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [db2e507fdfd17482d53097ff595940510cf5f762]

INTEGRATION: CWS ooo20040509 (1.2.574); FILE MERGED 2004/05/06 13:57:37 waratah 1.2.574.1: Alter definitions order to match class definitions order


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [ac67de74e1b764a82e9426c25bab8ab0acee0d9b]

INTEGRATION: CWS ooo20040509 (1.7.154); FILE MERGED 2004/05/06 13:54:54 waratah 1.7.154.1: Remove unused variables reorder definitions to match order of class definitions


2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [7604f5b19b409b3dac23df4a9d15013f006ee5e6]

INTEGRATION: CWS ooo20040509 (1.2.4); FILE MERGED 2004/05/03 19:39:29 pjanik 1.2.4.1: #i28508#: Add build dependency on javaunohelper.


2004-06-14  Rüdiger Timm  <rt@openoffice.org>  [456ce11ef27ec5488232de44bc7e69ed410ea5ed]

#i10000# for scope


2004-06-14  Rüdiger Timm  <rt@openoffice.org>  [89794d0572191387aaa5b38502fbb214b870ee50]

#i10000# listenernotification.obj was listed twice


2004-06-14  Kurt Zenker  <kz@openoffice.org>  [636f8e95d1e64c23111e59bd87cd813d0877fc23]

new version for SRC680


2004-06-14  Kurt Zenker  <kz@openoffice.org>  [637e5d7da5f379004bdb5f9854aaff7b230e1172]

new version for SRC680


2004-06-13  Rüdiger Timm  <rt@openoffice.org>  [9b50a360cefc914346fafab2baf2d2ea3763fe79]

new version for SRC680


2004-06-12  Kurt Zenker  <kz@openoffice.org>  [97b42a0354cd3f061fc3d6c5e2f3c6439f7b4e7c]

new version for SRC680


2004-06-12  Kurt Zenker  <kz@openoffice.org>  [97964416634150e25485bf6219fd3182b7fc333b]

new version for SRC680


2004-06-12  Kurt Zenker  <kz@openoffice.org>  [d81c58a35efd117726d25027211289124433d96e]

new version for SRC680


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [421fc864db2a179203ee28bfc6d39aa5e09b3a99]

INTEGRATION: CWS networker3 (1.22.202); FILE MERGED 2004/05/14 09:16:27 pb 1.22.202.1: fix: #i28285# load ooo resource is iso resource not exists


2004-06-11  Rüdiger Timm  <rt@openoffice.org>  [2f73240e1da463ae4625c1e3008837392e33601c]

INTEGRATION: CWS hebnum (1.6.142); FILE MERGED 2004/04/14 22:00:32 khong 1.6.142.1: #i23372# add Hebrew native numbering system


2004-06-11  Rüdiger Timm  <rt@openoffice.org>  [6c6e036bdd77ce4bf6157a791b0fa4c105a86bd1]

INTEGRATION: CWS hebnum (1.17.14); FILE MERGED 2004/05/07 17:54:54 khong 1.17.14.4: #i23372# add Hebrew native numbering system 2004/05/04 21:42:22 khong 1.17.14.3: #i23372# add Hebrew native numbering system 2004/05/04 00:24:38 khong 1.17.14.2: #i23372# add Hebrew native numbering system 2004/04/14 22:00:31 khong 1.17.14.1: #i23372# add Hebrew native numbering system


2004-06-11  Rüdiger Timm  <rt@openoffice.org>  [d30f6431f8a9cf79ec6edce985ead70d8fabb9e2]

INTEGRATION: CWS hebnum (1.17.6); FILE MERGED 2004/05/07 17:51:39 khong 1.17.6.2: #i23372# add Hebrew native numbering system 2004/05/04 21:42:38 khong 1.17.6.1: #i23372# add Hebrew native numbering system


2004-06-11  Rüdiger Timm  <rt@openoffice.org>  [0918a67769f91107f6fee4f1d1ee780b348f3453]

INTEGRATION: CWS hebnum (1.7.100); FILE MERGED 2004/05/11 23:24:41 khong 1.7.100.1: #i28127# make date and year display as Hebrew number for Jewish calendar


2004-06-11  Rüdiger Timm  <rt@openoffice.org>  [d55fedaad364d88a3ebade40a0dddeb2a2bab588]

INTEGRATION: CWS hebnum (1.4.100); FILE MERGED 2004/05/07 17:51:03 khong 1.4.100.2: #i23372# add Hebrew native numbering system 2004/05/04 21:42:49 khong 1.4.100.1: #i23372# add Hebrew native numbering system


2004-06-11  Rüdiger Timm  <rt@openoffice.org>  [b1979c33ad3284335aeb47bf92a96639ab464f71]

INTEGRATION: CWS hebnum (1.7.22); FILE MERGED 2004/05/11 23:41:12 khong 1.7.22.1: #i28127# make date and year display as Hebrew number for Jewish calendar


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [64bfee2ce5bb9c6f97b08b28b677757d8171a952]

INTEGRATION: CWS unopkg2 (1.13.78); FILE MERGED 2004/05/25 14:48:11 dbo 1.13.78.1: #i20304# PB: accessibility fix to get non-root entry


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [cd01146864384b6845240df043a1e8923c085fb6]

INTEGRATION: CWS hr3 (1.15.36); FILE MERGED 2004/05/06 10:17:58 hr 1.15.36.1: #i28734#: DirEntry::DirEntry(): remove warning - compare with correct enum


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [83fa71b96cb382b8c09ba25285fcb9f8a478d8e7]

INTEGRATION: CWS hr3 (1.8.168); FILE MERGED 2004/05/06 09:50:22 hr 1.8.168.1: #i28734#: cleanup


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [c3240aaef489f5af587f430110119c57dadba826]

INTEGRATION: CWS hr3 (1.7.168); FILE MERGED 2004/05/06 09:49:33 hr 1.7.168.1: #i28734#: cleanup


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [00e4b1f26c78e39a2dce2fa1c00f2d53f811437d]

INTEGRATION: CWS hr3 (1.17.168); FILE MERGED 2004/05/06 09:55:24 hr 1.17.168.1: #i28734#: cleanup


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [cbb18599a1f721896f38ad1081e8d788e1911cab]

INTEGRATION: CWS hr3 (1.4.168); FILE MERGED 2004/05/06 09:21:06 hr 1.4.168.1: #i28734#: cleanup, remove obsolete MAC stuff


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [619987db4862a16a4370d0befa71546f1f0a3dac]

INTEGRATION: CWS unopkg2 (1.2.6); FILE MERGED 2004/05/21 09:52:42 dbo 1.2.6.1: missing return statement


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [bef131656b57837922a24ae5e4e9bd5238dcfd9f]

INTEGRATION: CWS graphicapi (1.5.98); FILE MERGED 2004/06/03 10:16:20 ka 1.5.98.4: syntax 2004/05/24 16:18:07 ka 1.5.98.3: added tklib 2004/05/19 14:51:50 ka 1.5.98.2: implementation 2004/05/19 09:43:01 ka 1.5.98.1: added unographic directory


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [f70f3b5880baf0e0055947cdf4443ddc80fa98fe]

INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/05/19 09:40:36 ka 1.1.2.1: initial revision


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [027b9e0f023deb4335195ffe626bb31cec798145]

INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/06/03 10:16:19 ka 1.1.2.4: syntax 2004/05/24 08:42:21 ka 1.1.2.3: implementation 2004/05/19 14:51:49 ka 1.1.2.2: implementation 2004/05/19 09:38:29 ka 1.1.2.1: initial revision


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [388a8631dd64ba4e32bf271658a36b9730e0a7b5]

INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/06/03 10:16:19 ka 1.1.2.5: syntax 2004/05/26 18:06:00 ka 1.1.2.4: cleanup 2004/05/24 08:42:21 ka 1.1.2.3: implementation 2004/05/19 14:51:49 ka 1.1.2.2: implementation 2004/05/19 09:37:42 ka 1.1.2.1: initial revision


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [3b81b36e8311a32402e429ce193d9d6a07ae580c]

INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/05/26 18:06:00 ka 1.1.2.3: cleanup 2004/05/25 15:50:33 ka 1.1.2.2: implementations 2004/05/19 09:38:18 ka 1.1.2.1: initial revision


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [95cd74814fc36a95a2fd149eb4632c5148c92092]

INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/06/04 12:44:02 ka 1.1.2.8: use BitmapEx resource ctor 2004/06/01 12:29:01 ka 1.1.2.7: using new Image methods from VCL 2004/05/26 18:06:00 ka 1.1.2.6: cleanup 2004/05/25 16:13:09 ka 1.1.2.5: implementations 2004/05/25 15:50:33 ka 1.1.2.4: implementations 2004/05/24 08:42:21 ka 1.1.2.3: implementation 2004/05/19 14:51:49 ka 1.1.2.2: implementation 2004/05/19 09:37:28 ka 1.1.2.1: initial revision


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [d8b3b18a5dbd8ff30c881f4cb894a19309714b08]

INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/05/19 09:38:44 ka 1.1.2.1: initial revision


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [d7d020c5d02ae7e868667d6f56021434ce42085e]

INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/05/25 15:50:33 ka 1.1.2.2: implementations 2004/05/19 09:37:16 ka 1.1.2.1: initial revision


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [61f8fade489ba7b8e34d2ead15707c93c7e1d8be]

INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/05/26 18:05:59 ka 1.1.2.3: cleanup 2004/05/19 14:51:49 ka 1.1.2.2: implementation 2004/05/19 09:38:06 ka 1.1.2.1: initial revision


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [b1c83fa13116fdd3cb9f59a37e0536d3d4ac6818]

INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/05/26 18:05:59 ka 1.1.2.4: cleanup 2004/05/25 15:50:32 ka 1.1.2.3: implementations 2004/05/19 14:51:48 ka 1.1.2.2: implementation 2004/05/19 09:37:04 ka 1.1.2.1: initial revision


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [ea53d1da65b6cf33eec07de51238aaa4fcb1e7e4]

INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/06/03 10:16:19 ka 1.1.2.5: syntax 2004/05/26 18:05:59 ka 1.1.2.4: cleanup 2004/05/25 15:50:32 ka 1.1.2.3: implementations 2004/05/19 14:51:48 ka 1.1.2.2: implementation 2004/05/19 09:37:55 ka 1.1.2.1: initial revision


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [744b5e6cc625f1edbe671dd61e9f77bf3e13a1c7]

INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/06/03 10:16:18 ka 1.1.2.5: syntax 2004/05/26 18:05:59 ka 1.1.2.4: cleanup 2004/05/25 15:50:32 ka 1.1.2.3: implementations 2004/05/19 14:51:48 ka 1.1.2.2: implementation 2004/05/19 09:36:52 ka 1.1.2.1: initial revision


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [bd6b4d37273f78cbab2dc27705782ca2d89e1c63]

INTEGRATION: CWS graphicapi (1.16.36); FILE MERGED 2004/05/19 10:14:15 ka 1.16.36.1: warnings removed


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [a9b2e321a10d1e00d9009f7ba7db57362a8c0fd5]

INTEGRATION: CWS graphicapi (1.24.118); FILE MERGED 2004/05/19 09:43:41 ka 1.24.118.1: added alpha flag


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [690b9d89ebdbb580afbe505910a171f467abe459]

INTEGRATION: CWS graphicapi (1.3.50); FILE MERGED 2004/05/19 09:42:15 ka 1.3.50.1: added unographic directory


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [f0d31e7bcae3af84f47ffb1e59379bce24ee758b]

INTEGRATION: CWS graphicapi (1.16.118); FILE MERGED 2004/05/19 09:41:28 ka 1.16.118.1: added alpha flag


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [a468c9429cb7368207556f137d0ee3ed5c45ac3e]

INTEGRATION: CWS graphicapi (1.2.4); FILE MERGED 2004/06/04 08:43:24 ka 1.2.4.1: #i29860#: skip chunk with correct size


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [b41f6bd49b66b7d9d87d10c72e07c649e614788d]

INTEGRATION: CWS graphicapi (1.3.4); FILE MERGED 2004/06/04 08:44:40 ka 1.3.4.1: do some more cleanup for interfaces


2004-06-11  Kurt Zenker  <kz@openoffice.org>  [45497f15a9daade4258811a577d7bce06a78ee70]

INTEGRATION: CWS graphicapi (1.13.4); FILE MERGED 2004/06/02 12:30:57 ka 1.13.4.2: #112149#: added new Ctor to construct Imagelist with BitmapEx and name vector 2004/06/01 12:19:06 ka 1.13.4.1: added XGraphic support for Images


2004-06-10  Kurt Zenker  <kz@openoffice.org>  [e5599dbb35a7e540f1f085a5f90dd6f4050d4ba1]

INTEGRATION: CWS so8ea1acc01 (1.13.92); FILE MERGED 2004/06/04 12:31:10 mt 1.13.92.4: #i21242# Fixed merge problems... 2004/06/02 08:36:38 mt 1.13.92.3: merged... 2004/05/11 06:18:34 mt 1.13.92.2: #i21242# More transformations... 2004/04/29 12:05:31 mt 1.13.92.1: #i21242# Image transformations...


2004-06-10  Kurt Zenker  <kz@openoffice.org>  [15c123e59a40407e1b01c88f7074424494528948]

INTEGRATION: CWS so8ea1acc01 (1.9.92); FILE MERGED 2004/06/04 12:31:10 mt 1.9.92.4: #i21242# Fixed merge problems... 2004/06/02 08:36:37 mt 1.9.92.3: merged... 2004/05/11 06:18:33 mt 1.9.92.2: #i21242# More transformations... 2004/04/29 12:05:31 mt 1.9.92.1: #i21242# Image transformations...


2004-06-10  Kurt Zenker  <kz@openoffice.org>  [fc5cd3c63385d8275f3a6ddacdfedbccdbdf0fa7]

INTEGRATION: CWS so8ea1acc01 (1.22.204); FILE MERGED 2004/05/13 15:55:52 mt 1.22.204.1: #i21242# Black and White convertion for B&W HC mode


2004-06-10  Kurt Zenker  <kz@openoffice.org>  [4cd386d8c1bc61bf39b463d7bde41c90739dcc52]

INTEGRATION: CWS so8ea1acc01 (1.4.2); FILE MERGED 2004/05/24 09:49:45 mt 1.4.2.1: #i21242# Correct MenuHighlightColor


2004-06-10  Kurt Zenker  <kz@openoffice.org>  [d19426a8a804cfa1f7db5b18beb442421aca02d2]

INTEGRATION: CWS so8ea1acc01 (1.64.92); FILE MERGED 2004/06/01 15:07:28 mt 1.64.92.4: RESYNC: (1.66-1.68); FILE MERGED 2004/05/17 15:41:59 mt 1.64.92.3: RESYNC: (1.65-1.66); FILE MERGED 2004/05/14 06:04:21 mt 1.64.92.2: RESYNC: (1.64-1.65); FILE MERGED 2004/05/13 15:54:43 mt 1.64.92.1: #i21242# Black or White triangle in B&W mode


2004-06-10  Kurt Zenker  <kz@openoffice.org>  [c925c9bafbaa019c21293d6806ff78a041f6426a]

INTEGRATION: CWS so8ea1acc01 (1.42.18); FILE MERGED 2004/06/01 14:54:14 mt 1.42.18.4: RESYNC: (1.43-1.44); FILE MERGED 2004/05/24 09:48:34 mt 1.42.18.3: #i21242# IsHighContastBlackAndWhite: Is Luminance 2004/05/17 15:32:33 mt 1.42.18.2: RESYNC: (1.42-1.43); FILE MERGED 2004/05/13 15:53:10 mt 1.42.18.1: #i21242# IsHighContrastBlackAndWhite


2004-06-10  Kurt Zenker  <kz@openoffice.org>  [3329e01e5712ddd54a76e530733a15d0532daf50]

INTEGRATION: CWS fwk02ea (1.23.12); FILE MERGED 2004/06/09 05:40:58 as 1.23.12.2: resolve merge conflicts 2004/05/13 09:45:40 as 1.23.12.1: #115945# new locale class with support of fallback mechanism


2004-06-10  Kurt Zenker  <kz@openoffice.org>  [a259d1c5d592f350a18741c7e96320fb0381b64b]

INTEGRATION: CWS fwk02ea (1.1.2); FILE ADDED 2004/05/27 12:09:20 as 1.1.2.3: #115945# syntax 2004/05/25 09:08:29 as 1.1.2.2: #115945# handle x_default as possible locale fallback too 2004/05/13 09:45:26 as 1.1.2.1: #115945# new locale class with support of fallback mechanism


2004-06-10  Kurt Zenker  <kz@openoffice.org>  [86d9d47b980b335310c47367d82823c78b77db5e]

INTEGRATION: CWS fwk02ea (1.1.2); FILE ADDED 2004/05/25 09:08:18 as 1.1.2.2: #115945# handle x_default as possible locale fallback too 2004/05/13 09:45:12 as 1.1.2.1: #115945# new locale class with support of fallback mechanism


2004-06-10  Kurt Zenker  <kz@openoffice.org>  [12b454581a469d0caead7c5e11513498bcaa007e]

INTEGRATION: CWS fwk02ea (1.18.396); FILE MERGED 2004/05/13 10:47:06 as 1.18.396.1: #110074# use default values in case config does not include something usefull


2004-06-10  Kurt Zenker  <kz@openoffice.org>  [6cee653bc83705d88ceb34d8fb03b41e3784c3e5]

INTEGRATION: CWS aw011 (1.5.12); FILE MERGED 2004/05/14 15:35:23 aw 1.5.12.1: #116732# Corrected an error when migrationg the polygon cutter to basegfx. On 8 polaces, i had to replacce a less() compare with an moreOrEqual() one.


2004-06-10  Kurt Zenker  <kz@openoffice.org>  [c6a5e2b41714ca2fb1bcd9ceab4e62d4cd9c582b]

INTEGRATION: CWS aw011 (1.4.12); FILE MERGED 2004/06/03 10:51:02 thb 1.4.12.1: #i29820# Changed return types from Tuple to Point/Vector, which is much more convenient for further processing


2004-06-10  Kurt Zenker  <kz@openoffice.org>  [4af268744040f6fe2c6c080a372121140a75743b]

INTEGRATION: CWS aw011 (1.9.12); FILE MERGED 2004/06/03 10:51:02 thb 1.9.12.1: #i29820# Changed return types from Tuple to Point/Vector, which is much more convenient for further processing


2004-06-10  Kurt Zenker  <kz@openoffice.org>  [642fe19968dadef760e479e0cbf7d91a86a546bf]

INTEGRATION: CWS aw011 (1.9.12); FILE MERGED 2004/06/03 10:51:01 thb 1.9.12.1: #i29820# Changed return types from Tuple to Point/Vector, which is much more convenient for further processing


2004-06-10  Kurt Zenker  <kz@openoffice.org>  [2605abbb9816319c61feadc907611a5fd6b665ee]

INTEGRATION: CWS aw011 (1.6.16); FILE MERGED 2004/05/28 18:49:34 thb 1.6.16.1: #i24832# Added implementation for build-in clipper, should neither gpc nor libart be available. Subject to detailed performance analysis, this might also become the default clipper in the future


2004-06-10  Kurt Zenker  <kz@openoffice.org>  [0cf397a962779ea2d6a4d1a9763c21938a9a42ba]

INTEGRATION: CWS aw011 (1.3.22); FILE MERGED 2004/05/07 14:06:18 aw 1.3.22.1: #i27159#

Still numerical problems here around 0.0 and 1.0. I decided to
 go the numerically more cautios way and avoid values which get
 a little bit below 0.0 or above 1.0 here. The original line was:

fFactor = (fBound - aHigh.Point()[nDim]) / (aLow.Point()[nDim] - aHigh.Point()[nDim]);

2004-06-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f3a66a7abcc4beeee62a35fde61e4c9aeaf5cc29]

#i10000# fix image/resource mess


2004-06-07  Kurt Zenker  <kz@openoffice.org>  [65f8f438e1e391158611a5b5136cc7cf6e35a275]

new version for SRC680


2004-06-07  Kurt Zenker  <kz@openoffice.org>  [39cb36784fea553c0643928c828c47b47e84e187]

new version for SRC680


2004-06-07  Kurt Zenker  <kz@openoffice.org>  [30dcc9f46ef6cde89eb2108786c767375a305311]

new version for SRC680


2004-06-07  Rüdiger Timm  <rt@openoffice.org>  [20a95d3c1397bac35a74e362da3651286b15c494]

new version for SRC680


2004-06-07  Kurt Zenker  <kz@openoffice.org>  [733e49b51d43553b80e8179a5986f32ca9b1c1bb]

new version for SRC680


2004-06-07  Rüdiger Timm  <rt@openoffice.org>  [1658f93bc2c3d3d51d326469653e5d50a8f7951c]

#i10000# source\cnttype needs header generated by source\generic


2004-06-07  Kurt Zenker  <kz@openoffice.org>  [c1ea645f4caed2447735f94f9cc42501952033b3]

new version for SRC680


2004-06-04  Rüdiger Timm  <rt@openoffice.org>  [4f355e0bf632f3c376b86b9700862af218091b3d]

#i10000# No hedabu necessary here.


2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6cfcd73f3017ac93f37a8bd0b72438042b8e6b4a]

INTEGRATION: CWS calcfixer (1.57.96); FILE MERGED 2004/05/06 15:01:56 er 1.57.96.1: #115353# GetNumForString: don't access memory beyond bounds


2004-06-03  Oliver Bolte  <obo@openoffice.org>  [978b2aa04d79863261469feed9b7435eae120557]

INTEGRATION: CWS calcfixer (1.24.32); FILE MERGED 2004/05/10 16:26:13 er 1.24.32.1: #i27458# setValue: always resubmit all determining field values in DST glitch correction


2004-06-02  Kurt Zenker  <kz@openoffice.org>  [8603515bb8bfdcc91595ca6837ac55409ba831ec]

new version for SRC680


2004-06-02  Rüdiger Timm  <rt@openoffice.org>  [9f38630d7f3b8eb54fd86cf3294d3b3bf321a3b4]

#i29760# Hack for old setup (deinstallation). Author: KA


2004-06-02  Rüdiger Timm  <rt@openoffice.org>  [335d57b7a8c51b8e51234225bdf3a0cea9cd2e3f]

#i29781# gtk version: remove dlopen call (joined from CWS vcl23)


2004-06-02  Rüdiger Timm  <rt@openoffice.org>  [7844010137c9d13bab6210d130caed15066504c3]

#i29781# gtk version (joined from CWS vcl23)


2004-06-02  Kurt Zenker  <kz@openoffice.org>  [30376b1ea1199a23cdce0f77ba3f7f036688b287]

new version for SRC680


2004-06-02  Kurt Zenker  <kz@openoffice.org>  [82b8f5c8ec1e6b6bd9d786420e709073199a5272]

new version for SRC680


2004-06-02  Kurt Zenker  <kz@openoffice.org>  [d7c151a3005dc9b385db743c087aa2f114e04f8e]

new version for SRC680


2004-06-01  Kurt Zenker  <kz@openoffice.org>  [ef46696fd9b89da16ed40c703c9cfea351e85ac2]

new version for SRC680


2004-06-01  Kurt Zenker  <kz@openoffice.org>  [3fbce0e63f09db931b5bce9a52602fbe850adaa9]

new version for SRC680


2004-06-01  Kurt Zenker  <kz@openoffice.org>  [c64475127c813a6c2954eac5cfccc4e9daf69e27]

new version for SRC680


2004-06-01  Kurt Zenker  <kz@openoffice.org>  [e0e30f266ceda151fc9f0bb96914447e22df951b]

new version for SRC680


2004-06-01  Kurt Zenker  <kz@openoffice.org>  [469cc6a2159b30cc5d2c0f720c331e9d6888278a]

new version for SRC680


2004-06-01  Oliver Bolte  <obo@openoffice.org>  [ec9a3a944a4d3d8c0e01fc6d432ad1e909ef37b0]

#i10000# depends on jvmfwk


2004-06-01  Oliver Bolte  <obo@openoffice.org>  [bbacd1b24eda642ba36d13cf88b46043f2e53d9c]

INTEGRATION: CWS jl6 (1.2.12); FILE MERGED 2004/05/04 15:35:20 jl 1.2.12.1: #109765# use new jvmfwk to find JRE installation


2004-06-01  Oliver Bolte  <obo@openoffice.org>  [498ce0375ddd1ced2e932b016b19dac1114900fe]

INTEGRATION: CWS jl6 (1.11.22); FILE MERGED 2004/05/04 15:35:21 jl 1.11.22.1: #109765# use new jvmfwk to find JRE installation


2004-06-01  Oliver Bolte  <obo@openoffice.org>  [42fe805e7b4dffbb43e5df999fe98199c864ba55]

INTEGRATION: CWS jl6 (1.19.12); FILE MERGED 2004/05/04 15:35:21 jl 1.19.12.1: #109765# use new jvmfwk to find JRE installation


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [baf39c44fbb97dff35106409b67bb3f6a5015009]

INTEGRATION: CWS i18n12 (1.31.2); FILE MERGED 2004/04/13 11:55:32 er 1.31.2.3: #i27711# Hungarian breakiterator 2004/04/10 00:23:19 khong 1.31.2.2: #i25323# generate index table from ICU collator for western languages 2004/04/09 20:11:03 khong 1.31.2.1: #i25323# generate index table from ICU collator for western languages


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [79082d23b6cff467e40f6ece4af4f87c21bc0ddb]

INTEGRATION: CWS i18n12 (1.10.86); FILE MERGED 2004/04/09 20:06:44 khong 1.10.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [bd473dfa059bded1ea30b1d2a3b18a38aec8a86e]

INTEGRATION: CWS i18n12 (1.7.86); FILE MERGED 2004/04/09 20:06:44 khong 1.7.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [82cfa783168c3ac707e2e149e63f015ff7009dcc]

INTEGRATION: CWS i18n12 (1.11.86); FILE MERGED 2004/04/09 20:06:44 khong 1.11.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [0168d9d1ff8eb147879c91f533fcdc8fb0facf20]

INTEGRATION: CWS i18n12 (1.2.76); FILE MERGED 2004/04/09 20:06:44 khong 1.2.76.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [b2d22b01b0dd9a5917bbb09cfbfa711838b5e0f5]

INTEGRATION: CWS i18n12 (1.8.86); FILE MERGED 2004/04/09 20:06:43 khong 1.8.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [5cc7922c8a993714f5dbd491d3665bbf6f6d2c65]

INTEGRATION: CWS i18n12 (1.5.126); FILE MERGED 2004/04/09 20:06:43 khong 1.5.126.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [5a7fa1223d0fb4de1da2d82c4071b57a376f2b05]

INTEGRATION: CWS i18n12 (1.4.126); FILE MERGED 2004/04/09 20:06:43 khong 1.4.126.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [c12d8073ae1145829bba8a7773348a094811894f]

INTEGRATION: CWS i18n12 (1.6.86); FILE MERGED 2004/04/09 20:06:43 khong 1.6.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [1b269800c52f21267643b3617baeb046d10df21b]

INTEGRATION: CWS i18n12 (1.6.126); FILE MERGED 2004/04/09 20:06:43 khong 1.6.126.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [75cd87ec067063445ff9db17d191bdbfcfd27015]

INTEGRATION: CWS i18n12 (1.3.56); FILE MERGED 2004/04/09 20:06:43 khong 1.3.56.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [9bbaa13e581a4d44fca1429de8c958efbd2f0372]

INTEGRATION: CWS i18n12 (1.2.56); FILE MERGED 2004/04/19 11:57:28 er 1.2.56.2: #i27962# apply date format patch provided by Pavel Janik 2004/04/09 20:06:42 khong 1.2.56.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [dafea9202c8aa9bc48a5997ceae9186058ddd162]

INTEGRATION: CWS i18n12 (1.9.66); FILE MERGED 2004/04/13 19:36:17 khong 1.9.66.2: #i25323# put index page information into localedata 2004/04/09 20:06:42 khong 1.9.66.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [c674c8ffedb4eb6643691a6139cb23a96fc7e09c]

INTEGRATION: CWS i18n12 (1.2.60); FILE MERGED 2004/04/09 20:06:42 khong 1.2.60.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [44181b7e5e5eefc3bfb838264ca0ecedb2149bec]

INTEGRATION: CWS i18n12 (1.6.86); FILE MERGED 2004/04/09 20:06:42 khong 1.6.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [470719cccd81b9ea86bd3b322c91c43b245c8100]

INTEGRATION: CWS i18n12 (1.8.76); FILE MERGED 2004/04/09 20:06:41 khong 1.8.76.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [8d5df9e3dbe1d0f71dc040d9e99eef8b4a9c930a]

INTEGRATION: CWS i18n12 (1.1.126); FILE MERGED 2004/04/09 20:06:41 khong 1.1.126.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [12a787fd77a4c98f83f768769622a20fdcf00781]

INTEGRATION: CWS i18n12 (1.7.56); FILE MERGED 2004/04/09 20:06:41 khong 1.7.56.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [562b3d5a386a2fbfd657638e99b551a621629922]

INTEGRATION: CWS i18n12 (1.8.56); FILE MERGED 2004/04/09 20:06:41 khong 1.8.56.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [bd321b498119ac846fc0b3bd0e0092a88f84819c]

INTEGRATION: CWS i18n12 (1.6.86); FILE MERGED 2004/04/09 20:06:41 khong 1.6.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [11c60b76ae04ccd421f2d024b055af6d0d3c44c2]

INTEGRATION: CWS i18n12 (1.7.86); FILE MERGED 2004/04/09 20:06:41 khong 1.7.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [2fd99064facdd29c3249301e3748ede8440989e3]

INTEGRATION: CWS i18n12 (1.6.56); FILE MERGED 2004/04/09 20:06:41 khong 1.6.56.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [e2453232ecaab6bddfbda94c5a0341be4f4ac5ca]

INTEGRATION: CWS i18n12 (1.2.124); FILE MERGED 2004/04/09 20:06:40 khong 1.2.124.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [a2125f3c3bdb71d1cb34c6355b66db1a61f10378]

INTEGRATION: CWS i18n12 (1.2.76); FILE MERGED 2004/04/09 20:06:40 khong 1.2.76.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [ca0d4f0637962e3db523b2e647115171c18bfaa7]

INTEGRATION: CWS i18n12 (1.2.80); FILE MERGED 2004/04/09 20:06:40 khong 1.2.80.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [cadb939f9bb05d317a0d2406833c27e7046ee216]

INTEGRATION: CWS i18n12 (1.6.8); FILE MERGED 2004/04/09 20:06:40 khong 1.6.8.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [9af5c0c166301c6599d3c8b4c8c479036979f7f6]

INTEGRATION: CWS i18n12 (1.2.80); FILE MERGED 2004/04/09 20:06:39 khong 1.2.80.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [71727267822f60ea8292610674e246a8b0e0efdb]

INTEGRATION: CWS i18n12 (1.10.76); FILE MERGED 2004/05/04 18:50:41 er 1.10.76.2: #i25323# description of LC_INDEX entities 2004/04/13 19:36:17 khong 1.10.76.1: #i25323# put index page information into localedata


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [558cfd45a2e513e48aeaed8128c115750dbe11e5]

INTEGRATION: CWS i18n12 (1.2.74); FILE MERGED 2004/04/13 19:36:16 khong 1.2.74.1: #i25323# put index page information into localedata


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [2806fe53b27072b0ced54b4651a55425f821d00b]

INTEGRATION: CWS i18n12 (1.14.94); FILE MERGED 2004/04/09 20:06:39 khong 1.14.94.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [b87d26f029ed8aef32fd3e6ab379e6245d43e273]

INTEGRATION: CWS i18n12 (1.5.126); FILE MERGED 2004/04/09 20:06:39 khong 1.5.126.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [b8be7ccf96d1535d8fb9fce72ef94e2898516c6f]

INTEGRATION: CWS i18n12 (1.10.22); FILE MERGED 2004/04/30 11:27:47 er 1.10.22.2: RESYNC: (1.10-1.11); FILE MERGED 2004/04/09 20:06:39 khong 1.10.22.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [3574432126de5bb5ff666d05bc2d6794c573282a]

INTEGRATION: CWS i18n12 (1.6.86); FILE MERGED 2004/04/09 20:06:39 khong 1.6.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [8578579bb7c1a179f35c3a0e14267cdbb1e7b329]

INTEGRATION: CWS i18n12 (1.7.86); FILE MERGED 2004/04/09 20:06:39 khong 1.7.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [125c7fc1f533de7801ccd842397d8eabd786ee78]

INTEGRATION: CWS i18n12 (1.6.86); FILE MERGED 2004/04/09 20:06:38 khong 1.6.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [1c69b8a3030d07468b10bcc7bb81e449503ef5b9]

INTEGRATION: CWS i18n12 (1.5.86); FILE MERGED 2004/04/09 20:06:38 khong 1.5.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [f8afd4fab5bef9bd7eb3b00972813ffc5ab4a0db]

INTEGRATION: CWS i18n12 (1.7.14); FILE MERGED 2004/04/09 20:06:38 khong 1.7.14.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [7f325a337d6c14ca3869d873fd664fd3e3e5e517]

INTEGRATION: CWS i18n12 (1.8.86); FILE MERGED 2004/04/09 20:06:38 khong 1.8.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [a3f0ae2a8d75ecedd8bac69dfff41e785e1c2729]

INTEGRATION: CWS i18n12 (1.10.18); FILE MERGED 2004/04/09 20:06:38 khong 1.10.18.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [4d0e3bcdf5baf2e9c8f7d7d2c91b336bfa00936d]

INTEGRATION: CWS i18n12 (1.1.126); FILE MERGED 2004/04/09 20:06:38 khong 1.1.126.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [6da2d0528fe97f254a2641e43170c4f1d5faa61f]

INTEGRATION: CWS i18n12 (1.5.126); FILE MERGED 2004/04/09 20:06:37 khong 1.5.126.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [22d3ad8d6687fcf1fc17056f454ddb622c4bf240]

INTEGRATION: CWS i18n12 (1.7.86); FILE MERGED 2004/04/09 20:06:37 khong 1.7.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [816ee0aa02d3e8bfee92a5eb83b981975bce6127]

INTEGRATION: CWS i18n12 (1.6.86); FILE MERGED 2004/04/09 20:06:37 khong 1.6.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [a8ed4fde1d89f76c32d7fbc816540edbadec1676]

INTEGRATION: CWS i18n12 (1.8.52); FILE MERGED 2004/04/09 20:06:36 khong 1.8.52.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [d31c494c2cd41820f6e7c615308182e7373ed5c1]

INTEGRATION: CWS i18n12 (1.2.86); FILE MERGED 2004/04/09 20:06:36 khong 1.2.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [30d8a3bc628364c674b21e2b65d2821d4c9b1371]

INTEGRATION: CWS i18n12 (1.4.126); FILE MERGED 2004/04/09 20:06:36 khong 1.4.126.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [ddaabf8ac9136d560e3c0e0a393f823d380cd23a]

INTEGRATION: CWS i18n12 (1.6.56); FILE MERGED 2004/04/09 20:06:35 khong 1.6.56.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [8a20306b5864ede5a6fdc37f034bfa4ab5c6e09e]

INTEGRATION: CWS i18n12 (1.4.126); FILE MERGED 2004/04/09 20:06:35 khong 1.4.126.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [43d67152c97ffd99ba7f72e9950ea8c674a661a8]

INTEGRATION: CWS i18n12 (1.5.86); FILE MERGED 2004/04/09 20:06:35 khong 1.5.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [24ec8d724cc731b73345bc72d31d63e782670777]

INTEGRATION: CWS i18n12 (1.5.122); FILE MERGED 2004/04/09 20:06:34 khong 1.5.122.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [3b928e3c28cba637ea94005c9a56614e65b69e67]

INTEGRATION: CWS i18n12 (1.5.126); FILE MERGED 2004/04/09 20:06:34 khong 1.5.126.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [091fa624ee2473a06aeeb57f7e1153ba6c88e7dd]

INTEGRATION: CWS i18n12 (1.4.126); FILE MERGED 2004/04/09 20:06:34 khong 1.4.126.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [be47019f6735182c98c30bd2a49e20cba82c5ef8]

INTEGRATION: CWS i18n12 (1.5.86); FILE MERGED 2004/04/09 20:06:34 khong 1.5.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [2d89a905a58170d1ed20639a0625181ccbf99722]

INTEGRATION: CWS i18n12 (1.10.66); FILE MERGED 2004/04/09 20:06:34 khong 1.10.66.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [16322b624a15e7a90575a9e74bd576ee280b3b92]

INTEGRATION: CWS i18n12 (1.5.86); FILE MERGED 2004/04/09 20:06:33 khong 1.5.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [2bfb1ed1c3e189d56d9372ed80682efe86c897ff]

INTEGRATION: CWS i18n12 (1.6.86); FILE MERGED 2004/04/09 20:06:33 khong 1.6.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [77556fb8c977c4fb1281715e492d089e5ec62753]

INTEGRATION: CWS i18n12 (1.3.128); FILE MERGED 2004/04/09 20:06:32 khong 1.3.128.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [d0cb40b8ab1ac4670b2a944d53f09ceab51a0814]

INTEGRATION: CWS i18n12 (1.10.86); FILE MERGED 2004/04/09 20:06:32 khong 1.10.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [de89954428676df7b758a5650636ccc7db519c6b]

INTEGRATION: CWS i18n12 (1.3.128); FILE MERGED 2004/04/09 20:06:31 khong 1.3.128.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [892f87c296da19a105dfd697efdbb178fbe0d1ff]

INTEGRATION: CWS i18n12 (1.4.86); FILE MERGED 2004/04/09 20:06:31 khong 1.4.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [bcdfc4088b1a9b29ced317977145bbdc91e55f66]

INTEGRATION: CWS i18n12 (1.5.122); FILE MERGED 2004/04/09 20:06:31 khong 1.5.122.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [073a805dfcb27649e1ae96136671a29b4f4baed9]

INTEGRATION: CWS i18n12 (1.4.86); FILE MERGED 2004/04/09 20:06:30 khong 1.4.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [e9cf2d34d36bc7f138e184ffe7d0acfc161398fb]

INTEGRATION: CWS i18n12 (1.7.86); FILE MERGED 2004/04/09 20:06:30 khong 1.7.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [b3eaeb0cdc92ca5ef2ea3b6c6a3be8e743fcbeab]

INTEGRATION: CWS i18n12 (1.6.86); FILE MERGED 2004/04/09 20:06:30 khong 1.6.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [5f1259fbd3d900da5f0e52b6c264ae23dea70606]

INTEGRATION: CWS i18n12 (1.7.86); FILE MERGED 2004/04/09 20:06:29 khong 1.7.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [6857d733ef7ae779c4a9341799e4d964fde7d754]

INTEGRATION: CWS i18n12 (1.6.86); FILE MERGED 2004/04/09 20:06:29 khong 1.6.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [6aa9b58c2e29d803d2c8f23a5fc0ea8660563f89]

INTEGRATION: CWS i18n12 (1.2.10); FILE MERGED 2004/04/09 20:06:29 khong 1.2.10.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [36bfd874cb387208585cbfd134f97b47a3c39548]

INTEGRATION: CWS i18n12 (1.10.60); FILE MERGED 2004/04/09 20:06:29 khong 1.10.60.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [bc98c439d1519ab519e4ac20596b61fec711ce0f]

INTEGRATION: CWS i18n12 (1.11.22); FILE MERGED 2004/04/09 20:06:29 khong 1.11.22.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [b0ee94cd696ad776372d0a16feb0a3e09666333d]

INTEGRATION: CWS i18n12 (1.9.94); FILE MERGED 2004/04/09 20:06:29 khong 1.9.94.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [c11afa3633c4eced899fec4d90b95f5cf60abfac]

INTEGRATION: CWS i18n12 (1.9.52); FILE MERGED 2004/04/09 20:06:28 khong 1.9.52.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [5c790da6968d754579ffcb3c16cf813de59df98f]

INTEGRATION: CWS i18n12 (1.8.94); FILE MERGED 2004/04/09 20:06:28 khong 1.8.94.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [93c4dfce099f8c7d8ec4d48132ada7077da744aa]

INTEGRATION: CWS i18n12 (1.12.52); FILE MERGED 2004/04/09 20:06:28 khong 1.12.52.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [31e33a0710b8cebe9bd1085f1fb8eb9011512ef2]

INTEGRATION: CWS i18n12 (1.5.86); FILE MERGED 2004/04/09 20:06:28 khong 1.5.86.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [f5fb0255720ad67ef05603352db0ed55fc16b277]

INTEGRATION: CWS i18n12 (1.24.2); FILE MERGED 2004/04/30 11:27:30 er 1.24.2.2: RESYNC: (1.24-1.25); FILE MERGED 2004/04/09 20:06:28 khong 1.24.2.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [8a0dd5a5d15ef0a91efa6e83d6bd6ca2359b8730]

INTEGRATION: CWS i18n12 (1.5.2); FILE MERGED 2004/04/30 14:30:27 er 1.5.2.2: #i25323# add virtual to dtors 2004/04/09 20:06:27 khong 1.5.2.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [3343975da0a8ea526d11893b4d866ff4a700dff7]

INTEGRATION: CWS i18n12 (1.8.80); FILE MERGED 2004/04/30 14:30:07 er 1.8.80.3: #i25323# for scope binding 2004/04/30 11:27:22 er 1.8.80.2: RESYNC: (1.8-1.9); FILE MERGED 2004/04/09 20:06:27 khong 1.8.80.1: #i25323# put index page information into localedata for each langauges


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [d582ec1df6a9733c59144ba85708d91b1afc4778]

INTEGRATION: CWS i18n12 (1.10.130); FILE MERGED 2004/04/10 00:24:02 khong 1.10.130.2: #i25323# generate index table from ICU collator for western languages 2004/04/09 19:58:51 khong 1.10.130.1: #i25323# generate index table from ICU collator for western languages


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [fcb2adfd547c719094cdcee2546815a9a6168c2e]

INTEGRATION: CWS i18n12 (1.6.124); FILE MERGED 2004/04/09 19:58:49 khong 1.6.124.1: #i25323# generate index table from ICU collator for western languages


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [e204133e946968e5e71a38608cd883015f84e3c8]

INTEGRATION: CWS i18n12 (1.4.124); FILE MERGED 2004/05/03 16:23:04 er 1.4.124.4: #i25323# Index::compare() isn't a SAL_CALL 2004/04/30 14:02:05 er 1.4.124.3: #i25323# for scoping 2004/04/10 00:24:02 khong 1.4.124.2: #i25323# generate index table from ICU collator for western languages 2004/04/09 19:58:49 khong 1.4.124.1: #i25323# generate index table from ICU collator for western languages


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [f4273cd0a21c7266d67f2575b813aaa9c7854066]

INTEGRATION: CWS i18n12 (1.1.2); FILE ADDED 2004/04/10 00:24:02 khong 1.1.2.1: #i25323# generate index table from ICU collator for western languages


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [cee75dc8217fcabc9bf6f28f6f943a62c0784042]

INTEGRATION: CWS i18n12 (1.3.128); FILE MERGED 2004/04/09 19:58:49 khong 1.3.128.1: #i25323# generate index table from ICU collator for western languages


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [876a8effb082021a4dd325f33bd61895c2fe1514]

INTEGRATION: CWS i18n12 (1.13.2); FILE MERGED 2004/04/09 19:58:49 khong 1.13.2.2: #i25323# generate index table from ICU collator for western languages 2004/02/20 00:23:29 khong 1.13.2.1: #i25558# add checking algorithm existence in loadAlgorithm


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [244e053ac490b11f9ed24e94557e454c8d9b5dd8]

INTEGRATION: CWS i18n12 (1.24.8); FILE MERGED 2004/02/14 01:27:54 khong 1.24.8.1: #111668# change first year for Japanese calendar to GAN


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [34e431908d78707b8e49c5ef74da17c62debcb96]

INTEGRATION: CWS i18n12 (1.1.2); FILE ADDED 2004/04/30 14:37:52 er 1.1.2.1: #i27711# Hungarian breakiterator (provided by Timar Andras)


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [4021febae9d4efdbb8866c49a88c1cf13db7b630]

INTEGRATION: CWS i18n12 (1.4.22); FILE MERGED 2004/04/13 11:55:32 er 1.4.22.1: #i27711# Hungarian breakiterator


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [5c652c664dc5727317dc196bff864b0a497a7753]

INTEGRATION: CWS i18n12 (1.13.22); FILE MERGED 2004/04/30 11:25:47 er 1.13.22.2: RESYNC: (1.13-1.14); FILE MERGED 2004/04/13 11:55:32 er 1.13.22.1: #i27711# Hungarian breakiterator


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [bf4f1f6324f1098d6b62a27a8f413c55912c2a0f]

INTEGRATION: CWS i18n12 (1.9.2); FILE MERGED 2004/04/09 20:10:41 khong 1.9.2.1: #i25323# generate index table from ICU collator for western languages


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [47a6c5d0ec557bb62efa426deb5c0699213e5fb7]

INTEGRATION: CWS i18n12 (1.2.128); FILE MERGED 2004/04/10 00:22:58 khong 1.2.128.2: #i25323# generate index table from ICU collator for western languages 2004/04/09 20:10:41 khong 1.2.128.1: #i25323# generate index table from ICU collator for western languages


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [33b4c5830ef543c6ea27bd80971f8e2c8bed2263]

INTEGRATION: CWS i18n12 (1.1.2); FILE ADDED 2004/04/10 00:22:58 khong 1.1.2.1: #i25323# generate index table from ICU collator for western languages


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [60898925f318d0cd609fde7129b8c49162409b16]

INTEGRATION: CWS i18n12 (1.5.128); FILE MERGED 2004/04/10 00:22:58 khong 1.5.128.2: #i25323# generate index table from ICU collator for western languages 2004/04/09 20:10:40 khong 1.5.128.1: #i25323# generate index table from ICU collator for western languages


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [d449e5ab7c8d54ae1e9434e6d47d2ff740bb22c4]

INTEGRATION: CWS i18n12 (1.10.2); FILE MERGED 2004/04/09 20:10:39 khong 1.10.2.1: #i25323# generate index table from ICU collator for western languages


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [aca0448e6c1fda608aa385d0630447ef201e3d03]

INTEGRATION: CWS i18n12 (1.6.22); FILE MERGED 2004/04/13 11:55:31 er 1.6.22.1: #i27711# Hungarian breakiterator


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [7a9610e23972ddfc69a54821494c1c0e90b7ac6a]

INTEGRATION: CWS i18n12 (1.2.50); FILE MERGED 2004/04/30 10:14:55 er 1.2.50.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/09 20:09:09 khong 1.2.50.1: #i25323# add script start and end for the script type for indexentrysupplier


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [bcb9214ee8fc700ed37a5f988677d2f2eb3d767d]

INTEGRATION: CWS i18n12 (1.2.50); FILE MERGED 2004/04/30 10:14:36 er 1.2.50.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/09 20:09:27 khong 1.2.50.1: #i25323# add script start and end for the script type for indexentrysupplier


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [4c8bc5e4bf42dd5e4525bd85faa670bb0e1e3c61]

INTEGRATION: CWS tdocfixes1 (1.83.24); FILE MERGED 2004/05/14 15:20:49 kso 1.83.24.1: #29204# - Avoid NameClashException by using special UcbStreamHelper::CreateStream


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [80a42bdb85014b9d3f5aecdc51999075d898da3c]

INTEGRATION: CWS tdocfixes1 (1.13.8); FILE MERGED 2004/05/14 15:17:52 kso 1.13.8.1: #29204# - Added new member function to class UcbStreamHelper


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [46ae8b468f5c9e8f42bbf006ea1cc4870695f6cf]

INTEGRATION: CWS tdocfixes1 (1.15.8); FILE MERGED 2004/05/14 15:19:18 kso 1.15.8.1: #i29204# - Avoid NameClashException by using special UcbStreamHelper::CreateStream


2004-05-28  Oliver Bolte  <obo@openoffice.org>  [1c204285d52ba59bd61ac89a32320960e44a5d70]

INTEGRATION: CWS tdocfixes1 (1.4.6); FILE MERGED 2004/05/14 15:17:51 kso 1.4.6.1: #29204# - Added new member function to class UcbStreamHelper


2004-05-28  Rüdiger Timm  <rt@openoffice.org>  [2fbe3851caacb8aaa4604bcd3bb72be7ef18b94a]

#i29627# cleanup at exit (fix by KA)


2004-05-28  Kurt Zenker  <kz@openoffice.org>  [8889adaa0dfde6d6feeae784c18a36f8766b0f5c]

new version for SRC680


2004-05-28  Rüdiger Timm  <rt@openoffice.org>  [db5d2ac5633b7c0125835dc5ff1811a4f0eadcc2]

#i29628# (Fix by KA)


2004-05-27  Rüdiger Timm  <rt@openoffice.org>  [73aed1de1da2ed0f4f5b02bd5d20f28b4179069f]

#i10000# make res files readable for anyone


2004-05-27  Rüdiger Timm  <rt@openoffice.org>  [43b8b8b6683611c396b834396bbcc2864a203bf2]

#i10000# correct path replacement


2004-05-24  Kurt Zenker  <kz@openoffice.org>  [3e7db1f686fd0e842aae17b10062a12a725a131d]

new version for SRC680


2004-05-24  Rüdiger Timm  <rt@openoffice.org>  [14b6a9b4c2db08ca4ed3ce818fe50fdc6a97dc18]

#i10000# Syntax of DBG_ERROR() statements.


2004-05-24  Rüdiger Timm  <rt@openoffice.org>  [1c59cff53d1f125425904bfd233dafd453fa5832]

#i10000# There is no com/sun/star/util/color any more, take Color instead


2004-05-24  Rüdiger Timm  <rt@openoffice.org>  [79260b3d5c23dd55bd3a310d6752659b74141586]

#i10000# Cast changed to make it compile under solaris, too.


2004-05-24  Kurt Zenker  <kz@openoffice.org>  [7dfba4da3dc2e393f8373d13871af949dad99378]

new version for SRC680


2004-05-24  Rüdiger Timm  <rt@openoffice.org>  [580c659d44065b13a2500d36dbdb8ee9a55fcd57]

#i10000# resolved merge problem


2004-05-24  Kurt Zenker  <kz@openoffice.org>  [1b5af64a117daf7b4c13319820e790a364788771]

new version for SRC680


2004-05-24  Rüdiger Timm  <rt@openoffice.org>  [04dabd98548fb8cc46b414f70349497fc86a9e95]

#i10000# merge conflict


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [aceea146aed7b3e1cdbb86210ec4ce2210b2e93b]

INTEGRATION: CWS bmpres01 (1.11.40); FILE MERGED 2004/05/04 15:03:14 ka 1.11.40.1: new resource structure for images


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [70013c6af9b013c32c237b74ab756212ff15868f]

INTEGRATION: CWS bmpres01 (1.5.36); FILE MERGED 2004/02/29 21:33:10 ka 1.5.36.1: new Image handling


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [460527ea7ba8ac29fbd6a0880be08d637a22b0ba]

INTEGRATION: CWS bmpres01 (1.22.36); FILE MERGED 2004/02/11 16:15:10 ka 1.22.36.1: #i22149#: added alpha mask support for Images/ImageLists


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [2b3ffd167d5ad663600b7dd1a029aa71d19df80c]

INTEGRATION: CWS bmpres01 (1.64.36); FILE MERGED 2004/04/27 22:20:30 ka 1.64.36.2: RESYNC: (1.64-1.65); FILE MERGED 2004/02/11 16:15:10 ka 1.64.36.1: #i22149#: added alpha mask support for Images/ImageLists


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [0099ffeadf19d8f675ee7ecb2a87670de1fca2f2]

INTEGRATION: CWS bmpres01 (1.101.34); FILE MERGED 2004/04/27 22:20:21 ka 1.101.34.2: RESYNC: (1.101-1.102); FILE MERGED 2004/02/11 16:15:09 ka 1.101.34.1: #i22149#: added alpha mask support for Images/ImageLists


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [a6eb557013c3881be5fbe278f71c1692babf4ae6]

INTEGRATION: CWS bmpres01 (1.7.36); FILE MERGED 2004/02/13 13:06:15 ka 1.7.36.2: #i22149#: support for alpha masks (cleanup) 2004/02/11 16:15:09 ka 1.7.36.1: #i22149#: added alpha mask support for Images/ImageLists


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [421b2516f3a62e9fc7904669eb2a0a78905b2c18]

INTEGRATION: CWS bmpres01 (1.4.100); FILE MERGED 2004/04/27 13:28:04 ka 1.4.100.1: using new image resource structure


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [18f2ccfa679693d25f809438c6c5351861ce5bd1]

INTEGRATION: CWS bmpres01 (1.17.36); FILE MERGED 2004/04/27 22:18:54 ka 1.17.36.3: RESYNC: (1.17-1.19); FILE MERGED 2004/04/15 11:48:59 ka 1.17.36.2: added support for MONOCHROME_BLACK AND ..._WHITE images/bitmaps 2004/02/11 16:15:08 ka 1.17.36.1: #i22149#: added alpha mask support for Images/ImageLists


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [64107901d238fc0acd7b602b3b5d933a81620612]

INTEGRATION: CWS bmpres01 (1.13.34); FILE MERGED 2004/04/23 14:39:41 ka 1.13.34.7: added support for ZIPped image directory 2004/04/21 13:33:13 ka 1.13.34.6: removed string.h include 2004/04/15 11:48:58 ka 1.13.34.5: added support for MONOCHROME_BLACK AND ..._WHITE images/bitmaps 2004/02/29 21:34:20 ka 1.13.34.4: added Image display cache 2004/02/18 09:58:56 ka 1.13.34.3: #i22149#: added support for alpha masks 2004/02/13 15:22:38 ka 1.13.34.2: #i22149#: removed debug printf 2004/02/11 16:15:08 ka 1.13.34.1: #i22149#: added alpha mask support for Images/ImageLists


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [3c44d52c902e76e9a0eeb3a9a598b17227b3728f]

INTEGRATION: CWS bmpres01 (1.9.34); FILE MERGED 2004/04/27 13:28:04 ka 1.9.34.7: using new image resource structure 2004/04/23 14:39:41 ka 1.9.34.6: added support for ZIPped image directory 2004/04/21 14:25:36 ka 1.9.34.5: added support for external compressed image tree 2004/04/15 11:48:58 ka 1.9.34.4: added support for MONOCHROME_BLACK AND ..._WHITE images/bitmaps 2004/02/18 09:58:55 ka 1.9.34.3: #i22149#: added support for alpha masks 2004/02/12 11:39:37 ka 1.9.34.2: #i22149# support for alpha masks 2004/02/11 16:15:08 ka 1.9.34.1: #i22149#: added alpha mask support for Images/ImageLists


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [7271a194abc3c0859a61a4ed7f6c325cd2afd5a9]

INTEGRATION: CWS bmpres01 (1.2.36); FILE MERGED 2004/02/13 13:06:13 ka 1.2.36.2: #i22149#: support for alpha masks (cleanup) 2004/02/11 16:15:08 ka 1.2.36.1: #i22149#: added alpha mask support for Images/ImageLists


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [d965182ff82cf48945f5364e9f025d5bd34da61e]

INTEGRATION: CWS bmpres01 (1.3.34); FILE MERGED 2004/02/11 16:15:08 ka 1.3.34.1: #i22149#: added alpha mask support for Images/ImageLists


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [98e95d637c365aa3188ad253f8f5307d1fcc73e3]

INTEGRATION: CWS bmpres01 (1.8.34); FILE MERGED 2004/05/03 08:08:36 ka 1.8.34.9: added additional short reading to satisfy bitmap respource structure 2004/04/27 13:28:03 ka 1.8.34.8: using new image resource structure 2004/04/21 14:25:36 ka 1.8.34.7: added support for external compressed image tree 2004/04/15 11:48:58 ka 1.8.34.6: added support for MONOCHROME_BLACK AND ..._WHITE images/bitmaps 2004/03/03 15:51:11 ka 1.8.34.5: cleanup 2004/03/03 15:43:19 ka 1.8.34.4: cleanup 2004/02/13 13:06:12 ka 1.8.34.3: #i22149#: support for alpha masks (cleanup) 2004/02/12 11:42:07 ka 1.8.34.2: #i22149# support for alpha masks 2004/02/03 14:49:16 ka 1.8.34.1: added support for transparent resource bitmaps from local file system


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [b6b32e3eb54e39d1a3da3aaf909ec0dcf3b871e7]

INTEGRATION: CWS bmpres01 (1.9.34); FILE MERGED 2004/04/21 13:27:06 ka 1.9.34.5: added missing CopyPixel part (Palette=>24Bit) 2004/04/15 11:48:58 ka 1.9.34.4: added support for MONOCHROME_BLACK AND ..._WHITE images/bitmaps 2004/02/13 13:06:12 ka 1.9.34.3: #i22149#: support for alpha masks (cleanup) 2004/02/11 16:15:07 ka 1.9.34.2: #i22149#: added alpha mask support for Images/ImageLists 2004/02/03 14:49:15 ka 1.9.34.1: added support for transparent resource bitmaps from local file system


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [d3e90ef4597c23896d86d1c28be66d6f53bc3bb9]

INTEGRATION: CWS bmpres01 (1.15.36); FILE MERGED 2004/04/21 13:29:39 ka 1.15.36.3: added impimagetree.cxx 2004/02/12 11:42:07 ka 1.15.36.2: #i22149# support for alpha masks 2004/02/03 14:49:17 ka 1.15.36.1: added support for transparent resource bitmaps from local file system


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [a58c6bf207d4777e07048f92e094cccdeaa6c7b6]

INTEGRATION: CWS bmpres01 (1.5.36); FILE MERGED 2004/02/29 21:33:10 ka 1.5.36.1: new Image handling


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [3a10f12da10a63c6a9fa9cd8548c9577eb27592e]

INTEGRATION: CWS bmpres01 (1.1.2); FILE ADDED 2004/05/05 17:17:32 tv 1.1.2.1: #i22149#


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [3f6f6f1ff1aa4165e1bd146930af7e1e25742182]

INTEGRATION: CWS bmpres01 (1.22.36); FILE MERGED 2004/02/11 16:15:10 ka 1.22.36.1: #i22149#: added alpha mask support for Images/ImageLists


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [cd2103bbff7faa378d307415360fdb4cbc78202e]

INTEGRATION: CWS bmpres01 (1.64.36); FILE MERGED 2004/04/27 22:20:30 ka 1.64.36.2: RESYNC: (1.64-1.65); FILE MERGED 2004/02/11 16:15:10 ka 1.64.36.1: #i22149#: added alpha mask support for Images/ImageLists


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [5e987c774dacd07f11efceca967c7b183c697ced]

INTEGRATION: CWS bmpres01 (1.101.34); FILE MERGED 2004/04/27 22:20:21 ka 1.101.34.2: RESYNC: (1.101-1.102); FILE MERGED 2004/02/11 16:15:09 ka 1.101.34.1: #i22149#: added alpha mask support for Images/ImageLists


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [2d9bcc3457447a26bcc9d1b10da8f708a3592996]

INTEGRATION: CWS bmpres01 (1.4.100); FILE MERGED 2004/04/27 13:28:04 ka 1.4.100.1: using new image resource structure


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [b97bbf416c69cf0909d1b90fed5d6c16304c2ce2]

INTEGRATION: CWS bmpres01 (1.1.2); FILE ADDED 2004/02/12 08:43:16 ka 1.1.2.1: initial revision


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [d48f038a1093a03e9d8f52df669f5bf4c118061a]

INTEGRATION: CWS bmpres01 (1.1.2); FILE ADDED 2004/02/13 13:06:14 ka 1.1.2.3: #i22149#: support for alpha masks (cleanup) 2004/02/11 16:15:08 ka 1.1.2.2: #i22149#: added alpha mask support for Images/ImageLists 2004/02/02 08:59:32 ka 1.1.2.1: initial revision


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [174da82fcb4eff248a29bfdcdb62b3c04a267617]

INTEGRATION: CWS bmpres01 (1.17.36); FILE MERGED 2004/04/27 22:18:54 ka 1.17.36.3: RESYNC: (1.17-1.19); FILE MERGED 2004/04/15 11:48:59 ka 1.17.36.2: added support for MONOCHROME_BLACK AND ..._WHITE images/bitmaps 2004/02/11 16:15:08 ka 1.17.36.1: #i22149#: added alpha mask support for Images/ImageLists


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [0183813a536b3bd055407a1a6f493af177ab2364]

INTEGRATION: CWS bmpres01 (1.1.2); FILE ADDED 2004/05/07 13:43:18 ka 1.1.2.9: cleanup 2004/05/06 11:32:44 ka 1.1.2.8: default to file system read in case of not available services 2004/05/05 17:17:19 tv 1.1.2.7: #i22149# 2004/04/29 15:29:29 ka 1.1.2.6: trying to read PNG's now 2004/04/27 13:28:04 ka 1.1.2.5: using new image resource structure 2004/04/23 14:38:32 ka 1.1.2.4: added support for ZIPped image directory 2004/04/21 14:30:32 ka 1.1.2.3: added DBG_ERROR for missing file 2004/04/21 14:25:37 ka 1.1.2.2: added support for external compressed image tree 2004/04/21 13:06:58 ka 1.1.2.1: initial revision


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [6cee1092e80635b95982b460e81eadae0302e266]

INTEGRATION: CWS bmpres01 (1.13.34); FILE MERGED 2004/04/23 14:39:41 ka 1.13.34.7: added support for ZIPped image directory 2004/04/21 13:33:13 ka 1.13.34.6: removed string.h include 2004/04/15 11:48:58 ka 1.13.34.5: added support for MONOCHROME_BLACK AND ..._WHITE images/bitmaps 2004/02/29 21:34:20 ka 1.13.34.4: added Image display cache 2004/02/18 09:58:56 ka 1.13.34.3: #i22149#: added support for alpha masks 2004/02/13 15:22:38 ka 1.13.34.2: #i22149#: removed debug printf 2004/02/11 16:15:08 ka 1.13.34.1: #i22149#: added alpha mask support for Images/ImageLists


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [fbb82164234b4098253254ca528ebff658d6da2b]

INTEGRATION: CWS bmpres01 (1.9.34); FILE MERGED 2004/04/27 13:28:04 ka 1.9.34.7: using new image resource structure 2004/04/23 14:39:41 ka 1.9.34.6: added support for ZIPped image directory 2004/04/21 14:25:36 ka 1.9.34.5: added support for external compressed image tree 2004/04/15 11:48:58 ka 1.9.34.4: added support for MONOCHROME_BLACK AND ..._WHITE images/bitmaps 2004/02/18 09:58:55 ka 1.9.34.3: #i22149#: added support for alpha masks 2004/02/12 11:39:37 ka 1.9.34.2: #i22149# support for alpha masks 2004/02/11 16:15:08 ka 1.9.34.1: #i22149#: added alpha mask support for Images/ImageLists


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [8712b8ed688ba7ab28c761e92352169fee6087cb]

INTEGRATION: CWS bmpres01 (1.2.36); FILE MERGED 2004/02/13 13:06:13 ka 1.2.36.2: #i22149#: support for alpha masks (cleanup) 2004/02/11 16:15:08 ka 1.2.36.1: #i22149#: added alpha mask support for Images/ImageLists


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [26b16abb8c6903fc288e1011aedc4f4165664578]

INTEGRATION: CWS bmpres01 (1.3.34); FILE MERGED 2004/02/11 16:15:08 ka 1.3.34.1: #i22149#: added alpha mask support for Images/ImageLists


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [23e5c6714b9e724b7f97de0d6aec1fe5f9d3f6fb]

INTEGRATION: CWS bmpres01 (1.8.34); FILE MERGED 2004/05/03 08:08:36 ka 1.8.34.9: added additional short reading to satisfy bitmap respource structure 2004/04/27 13:28:03 ka 1.8.34.8: using new image resource structure 2004/04/21 14:25:36 ka 1.8.34.7: added support for external compressed image tree 2004/04/15 11:48:58 ka 1.8.34.6: added support for MONOCHROME_BLACK AND ..._WHITE images/bitmaps 2004/03/03 15:51:11 ka 1.8.34.5: cleanup 2004/03/03 15:43:19 ka 1.8.34.4: cleanup 2004/02/13 13:06:12 ka 1.8.34.3: #i22149#: support for alpha masks (cleanup) 2004/02/12 11:42:07 ka 1.8.34.2: #i22149# support for alpha masks 2004/02/03 14:49:16 ka 1.8.34.1: added support for transparent resource bitmaps from local file system


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [eeee8578f7993b44267d629685d5cda6fdb8c6ab]

INTEGRATION: CWS bmpres01 (1.9.34); FILE MERGED 2004/04/21 13:27:06 ka 1.9.34.5: added missing CopyPixel part (Palette=>24Bit) 2004/04/15 11:48:58 ka 1.9.34.4: added support for MONOCHROME_BLACK AND ..._WHITE images/bitmaps 2004/02/13 13:06:12 ka 1.9.34.3: #i22149#: support for alpha masks (cleanup) 2004/02/11 16:15:07 ka 1.9.34.2: #i22149#: added alpha mask support for Images/ImageLists 2004/02/03 14:49:15 ka 1.9.34.1: added support for transparent resource bitmaps from local file system


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [0be1a89dc123c103b8274538355b3f5346e5a13d]

INTEGRATION: CWS bmpres01 (1.33.32); FILE MERGED 2004/04/27 22:17:44 ka 1.33.32.4: RESYNC: (1.35-1.36); FILE MERGED 2004/02/29 12:53:06 ka 1.33.32.3: RESYNC: (1.34-1.35); FILE MERGED 2004/02/16 15:39:25 ka 1.33.32.2: RESYNC: (1.33-1.34); FILE MERGED 2004/02/12 11:42:06 ka 1.33.32.1: #i22149# support for alpha masks


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [17286a4d78931553532ff5e4f3d66d2724740db1]

INTEGRATION: CWS bmpres01 (1.7.76); FILE MERGED 2004/04/06 15:43:26 pl 1.7.76.1: #i27525# add support for image lists


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [1e467df53985469dd36560cae7c83a2af58e57ee]

INTEGRATION: CWS bmpres01 (1.15.46); FILE MERGED 2004/05/06 14:40:37 ka 1.15.46.8: ignore cases for filepath search 2004/05/03 13:55:47 ka 1.15.46.7: write relative pathes to syslist 2004/05/03 09:31:11 ka 1.15.46.6: changed switch from -r... to -sub... 2004/04/29 15:19:30 ka 1.15.46.5: optized search order (PNG first) 2004/04/27 13:42:46 ka 1.15.46.4: created new resource structure for images 2004/04/21 14:53:12 ka 1.15.46.3: added support for external imagelist images 2004/04/06 15:43:26 pl 1.15.46.2: #i27525# add support for image lists 2004/02/02 08:51:49 ka 1.15.46.1: added environment variable to dump all bitmap/image resources into an output directory (RSC_FSYS_RESOURCES)


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [66972a576d51bad2e244edd5aa21109977eb25c3]

INTEGRATION: CWS bmpres01 (1.8.8); FILE MERGED 2004/04/27 13:42:45 ka 1.8.8.1: created new resource structure for images


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [203f6808838e8fa095fefc3a71ff873fdf7db610]

INTEGRATION: CWS bmpres01 (1.7.8); FILE MERGED 2004/04/27 13:42:45 ka 1.7.8.2: created new resource structure for images 2004/04/21 14:50:03 ka 1.7.8.1: changed resource format for ImageLists (added Prefix, removed file references


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [ddc39b395dd98a7a38e3d23d9728ad031b10e6af]

INTEGRATION: CWS bmpres01 (1.7.8); FILE MERGED 2004/04/27 13:42:45 ka 1.7.8.5: created new resource structure for images 2004/04/21 14:50:02 ka 1.7.8.4: changed resource format for ImageLists (added Prefix, removed file references 2004/04/06 15:43:25 pl 1.7.8.3: #i27525# add support for image lists 2004/02/13 14:34:33 ka 1.7.8.2: #i22149#: support for alpha masks (cleanup) 2004/02/02 08:51:47 ka 1.7.8.1: added environment variable to dump all bitmap/image resources into an output directory (RSC_FSYS_RESOURCES)


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [a7873401f7862b8b28c6230e05a9cb95b667f0ef]

INTEGRATION: CWS bmpres01 (1.6.88); FILE MERGED 2004/04/21 14:50:02 ka 1.6.88.2: changed resource format for ImageLists (added Prefix, removed file references 2004/04/06 15:43:25 pl 1.6.88.1: #i27525# add support for image lists


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [9327d6fa5df91e9f514a70fcca198fcdb7cbbb4a]

INTEGRATION: CWS bmpres01 (1.6.68); FILE MERGED 2004/04/27 13:42:44 ka 1.6.68.3: created new resource structure for images 2004/04/21 14:46:13 ka 1.6.68.2: added support for external imagelist images 2004/04/06 15:43:25 pl 1.6.68.1: #i27525# add support for image lists


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [cfaf2028287f6d1b26d5c391a5e1b2694421964a]

INTEGRATION: CWS bmpres01 (1.4.88); FILE MERGED 2004/04/21 14:46:13 ka 1.4.88.1: added support for external imagelist images


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [c85f246118366475323a6722287a009e32930f2a]

INTEGRATION: CWS bmpres01 (1.8.74); FILE MERGED 2004/04/27 13:42:44 ka 1.8.74.4: created new resource structure for images 2004/04/21 14:46:13 ka 1.8.74.3: added support for external imagelist images 2004/04/06 15:43:24 pl 1.8.74.2: #i27525# add support for image lists 2004/02/02 08:51:45 ka 1.8.74.1: added environment variable to dump all bitmap/image resources into an output directory (RSC_FSYS_RESOURCES)


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [e8e5b8983f7b59113344bf5b84ee394cca1c48e9]

INTEGRATION: CWS bmpres01 (1.46.50); FILE MERGED 2004/04/30 12:26:49 ka 1.46.50.3: removed win/res search dir 2004/04/27 20:51:06 ka 1.46.50.2: RESYNC: (1.46-1.47); FILE MERGED 2004/04/27 14:33:18 ka 1.46.50.1: using new resource structure for images


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [2c055a108505967d91a431b6998a069546e83081]

INTEGRATION: CWS bmpres01 (1.24.50); FILE MERGED 2004/04/27 20:46:47 ka 1.24.50.2: RESYNC: (1.24-1.25); FILE MERGED 2004/04/27 14:33:17 ka 1.24.50.1: using new resource structure for images


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [c91340b22189c54721c29bcca320a0b86d5b061d]

INTEGRATION: CWS bmpres01 (1.52.66); FILE MERGED 2004/04/27 14:33:16 ka 1.52.66.1: using new resource structure for images


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [942c7b5c84f973a4ccd375c3713259c0bb19923e]

INTEGRATION: CWS bmpres01 (1.7.124); FILE MERGED 2004/04/27 14:33:15 ka 1.7.124.1: using new resource structure for images


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [b6838eefb478f37165567ad5acef48bfcdbb3bc7]

INTEGRATION: CWS bmpres01 (1.11.124); FILE MERGED 2004/04/27 14:33:15 ka 1.11.124.1: using new resource structure for images


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [85982bcedb243ec1c5f5a9064a35db2b9854ffba]

INTEGRATION: CWS bmpres01 (1.4.450); FILE MERGED 2004/04/27 14:33:14 ka 1.4.450.1: using new resource structure for images


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [1bd2abfcc8d5d08172b3ca9303d9155e2ef10ba3]

INTEGRATION: CWS bmpres01 (1.6.288); FILE MERGED 2004/02/13 13:18:58 ka 1.6.288.1: #i22149#: support for alpha masks (cleanup)


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [b5970c33169b374d4abf9a185917ed11c81c5219]

INTEGRATION: CWS bmpres01 (1.2.306); FILE MERGED 2004/04/15 10:07:15 ka 1.2.306.1: added InitVCL call


2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [2c601650929284b3e9baef7e0c2ce069c49d4ae4]

INTEGRATION: CWS bmpres01 (1.12.278); FILE MERGED 2004/04/15 10:07:15 ka 1.12.278.6: added InitVCL call 2004/03/03 19:30:41 ka 1.12.278.5: removed invalid dot for extension 2004/03/03 19:19:39 ka 1.12.278.4: syntax 2004/03/03 16:26:10 ka 1.12.278.3: added PNG support 2004/02/13 13:18:58 ka 1.12.278.2: #i22149#: support for alpha masks (cleanup) 2004/02/11 16:42:04 ka 1.12.278.1: #i22149#: added alpha mask support for Images/ImageLists


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [04770f4cd5265202e0258b1b511ef746844a0d10]

INTEGRATION: CWS qwizards1 (1.9.254); FILE MERGED 2003/11/24 16:01:23 tv 1.9.254.2: RESYNC: (1.9-1.10); FILE MERGED 2003/09/24 15:20:56 bc 1.9.254.1: #111603# Roadmap label class added


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [566cc344866373fde3e3a1668437f3fcf1b0f3d8]

INTEGRATION: CWS qwizards1 (1.60.42); FILE MERGED 2004/02/13 18:15:31 tv 1.60.42.3: RESYNC: (1.61-1.62); FILE MERGED 2004/01/05 12:54:38 tv 1.60.42.2: RESYNC: (1.60-1.61); FILE MERGED 2003/11/07 15:10:16 bc 1.60.42.1: #111603# Roadmap API wrapper for Wizards added


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [9a4b94b2b40c939e604681deda0553270b8e40ef]

INTEGRATION: CWS qwizards1 (1.14.36); FILE MERGED 2004/01/05 12:57:05 tv 1.14.36.2: RESYNC: (1.14-1.15); FILE MERGED 2003/11/10 12:38:52 bc 1.14.36.1: #111603# properties for roadmapcontrol added


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [5a649f8061c681779612c7b7e824055aa23dbe36]

INTEGRATION: CWS qwizards1 (1.9.318); FILE MERGED 2004/04/05 12:28:34 fs 1.9.318.4: #i27457# some cleanup with respect to roadmap's index vs. id 2004/03/18 14:24:38 tv 1.9.318.3: change reference to Any to real object 2003/11/18 16:16:52 bc 1.9.318.2: #111603# unoiface.cxx added 2003/11/10 12:25:06 bc 1.9.318.1: #111603# roadmap peer added


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [d0e40abecd0b4ae0e1dba572c4ea9c83631ed503]

INTEGRATION: CWS qwizards1 (1.4.318); FILE MERGED 2004/03/11 16:39:04 fs 1.4.318.1: #115918# initialize the formatter so that date strings are also analyzed according to international format


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [fa248ec6f52089c7be604c76ad3402df730bc3d1]

INTEGRATION: CWS qwizards1 (1.2.318); FILE MERGED 2004/04/05 12:28:14 fs 1.2.318.2: #i27457# forward-declare ORoadmap 2003/11/18 16:21:08 bc 1.2.318.1: #111603# unoiface.cxx added


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [069169026659a7d9d1f39f9b8b37b0d60f706903]

INTEGRATION: CWS qwizards1 (1.3.322); FILE MERGED 2004/04/05 12:26:55 fs 1.3.322.1: #i27457# ImplPosTabPage: properly position during InitShow


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [11eab659be1b46cbc3ac2bca1698e479c5521fe7]

INTEGRATION: CWS qwizards1 (1.6.344); FILE MERGED 2004/04/07 08:35:37 tv 1.6.344.2: #100000# compiler problems under solaris fixed 2004/04/05 12:26:18 fs 1.6.344.1: some cleanup / additions for #i27457#


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [c33194d565f4dabcf34396196dc31111664a7215]

INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/05 12:44:40 fs 1.1.2.2: #i27457# allow setting Interactive/Bitmap 2004/04/05 12:27:30 fs 1.1.2.1: #i27457# helper class for a wizard supporting a roadmap


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [5c32b7d230603c33e8c663ba2227926b85f6bc56]

INTEGRATION: CWS qwizards1 (1.9.58); FILE MERGED 2004/04/05 12:27:36 fs 1.9.58.1: #i27457# +roadmapwizard


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [29da34e31a3e5ca73d0d9048dc064b6912f375f7]

INTEGRATION: CWS qwizards1 (1.1.4); FILE ADDED 2004/04/05 12:25:45 fs 1.1.4.5: #i27457# some cleanup with respect to index vs. id 2003/11/18 17:15:55 tv 1.1.4.4: removed constructor because of gcc compiler problem 2003/11/10 12:13:40 bc 1.1.4.3: #111603# Roadmap control added 2003/09/24 15:20:57 bc 1.1.4.2: #111603# Roadmap label class added 2003/09/15 14:58:09 bc 1.1.4.1: #111603# class file for roadmap added


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [bf68a6f9b90bf2adb3de79a38112dd157fbdf26b]

INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/05 12:25:53 fs 1.1.2.3: #i27457# some cleanup and small additions 2004/03/22 15:41:39 tv 1.1.2.2: resolved line end problems 2003/11/18 16:45:08 tv 1.1.2.1: Renamed HyperLabel.cxx --> hyperlabel.cxx


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [da1e707ca5b53fd37d248a102c0d892fcb89d9c4]

INTEGRATION: CWS qwizards1 (1.110.12); FILE MERGED 2004/04/05 12:43:33 fs 1.110.12.1: #i27457# deliver roadmapwizard.hxx


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [7746c5fd6e27f237546b88566c1f749b6e4e2fe4]

INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/05 12:23:51 fs 1.1.2.2: #i27457# some cleanup with respect to index vs. id 2003/11/10 12:19:35 bc 1.1.2.1: #111603# Roadmap Control added


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [0e51a1aa2a105576765e05508407fb882ef0cae9]

INTEGRATION: CWS qwizards1 (1.21.78); FILE MERGED 2003/11/07 15:27:16 bc 1.21.78.1: #111603# roadmapcontrol added


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [048af25717970c93ea2b200d251d5cea98f700df]

INTEGRATION: CWS qwizards1 (1.5.188); FILE MERGED 2004/01/05 12:52:23 tv 1.5.188.2: RESYNC: (1.5-1.6); FILE MERGED 2003/11/07 15:27:15 bc 1.5.188.1: #111603# roadmapcontrol added


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [b393f21f0cc5ee619b8b5ee7765b4e8a58b0d90f]

INTEGRATION: CWS qwizards1 (1.8.92); FILE MERGED 2004/01/06 16:12:56 tv 1.8.92.4: fixed another merge conflict problem 2004/01/06 16:01:38 tv 1.8.92.3: fixed conflict solving error 2004/01/05 12:52:08 tv 1.8.92.2: RESYNC: (1.8-1.9); FILE MERGED 2003/11/07 15:27:14 bc 1.8.92.1: #111603# roadmapcontrol added


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [3bde9ac8a19cdfbaa6a00f69bcd99b954146aa17]

INTEGRATION: CWS qwizards1 (1.19.36); FILE MERGED 2004/01/05 12:51:47 tv 1.19.36.2: RESYNC: (1.19-1.20); FILE MERGED 2003/11/07 15:27:13 bc 1.19.36.1: #111603# roadmapcontrol added


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [03e1d5015c91a536a211fbf97c8069ad3959363a]

INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2003/11/19 09:59:03 tv 1.1.2.2: make it compile on gcc 2003/11/07 15:13:50 bc 1.1.2.1: #111603# RoadmapEntry added


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ed7654a88237b75ba3fd239486d3dd614c5d6259]

INTEGRATION: CWS qwizards1 (1.1.14); FILE MERGED 2004/03/18 13:55:53 tv 1.1.14.1: Changed reference to Any to real object


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [818df2b408975d3cca33aa9a8d0292a30eb7ead5]

INTEGRATION: CWS qwizards1 (1.8.92); FILE MERGED 2004/01/05 12:53:29 tv 1.8.92.5: RESYNC: (1.8-1.9); FILE MERGED 2003/11/19 09:59:02 tv 1.8.92.4: make it compile on gcc 2003/11/07 15:24:24 bc 1.8.92.3: #111603# roadmapentry added 2003/11/07 15:10:13 bc 1.8.92.2: #111603# Roadmap API wrapper for Wizards added 2003/10/07 07:51:46 bc 1.8.92.1: #111603# roadmapcontrol for future wizards added


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [b2105c42de281f8a57648635c506f2515f74e8f1]

INTEGRATION: CWS qwizards1 (1.4.56); FILE MERGED 2004/01/05 12:52:39 tv 1.4.56.2: RESYNC: (1.4-1.5); FILE MERGED 2003/11/07 15:10:12 bc 1.4.56.1: #111603# Roadmap API wrapper for Wizards added


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [640a9498345d0bc82f5ebcccf596a9b7a9703e29]

INTEGRATION: CWS qwizards1 (1.5.188); FILE MERGED 2004/01/05 12:57:23 tv 1.5.188.2: RESYNC: (1.5-1.6); FILE MERGED 2003/11/10 12:38:52 bc 1.5.188.1: #111603# properties for roadmapcontrol added


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [39fd8a6b68d00262a0a066abe0f30b8c2802feaa]

INTEGRATION: CWS qwizards1 (1.29.56); FILE MERGED 2004/01/05 12:58:37 tv 1.29.56.2: RESYNC: (1.29-1.30); FILE MERGED 2003/11/07 15:12:02 bc 1.29.56.1: #111603# Roadmap API wrapper added


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [5baaba927cdcbb991c015e0b0e81f7e7281a376e]

INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/18 12:25:04 tv 1.1.2.2: added newline at end of file 2003/11/07 15:25:51 bc 1.1.2.1: #111603# roadmapentry added


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [877ecd3c100b2e7719fc55645ef4e66e696f8fc3]

INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2003/11/19 09:59:00 tv 1.1.2.4: make it compile on gcc 2003/11/18 16:15:53 bc 1.1.2.3: #111603# RoadmapEntry added 2003/11/07 15:12:01 bc 1.1.2.2: #111603# Roadmap API wrapper added 2003/10/07 07:54:53 bc 1.1.2.1: #111603# roadmapcontrol for future wizards added


2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [73ce3f86c41d2305321f3a8c224b9a2a0c00ade1]

INTEGRATION: CWS hr4 (1.6.14); FILE MERGED 2004/05/19 11:39:49 hr 1.6.14.2: #i29326#: Visual C** needs _USE_MATH_DEFINES for math constants 2004/05/19 11:25:28 hr 1.6.14.1: #i29326#: remove dependency on tools


2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [0c98536b295f3f0261b364a6857b8f915be8c1b5]

INTEGRATION: CWS uno8eabugs01 (1.1.1.1.134); FILE MERGED 2004/05/17 14:30:09 kso 1.1.1.1.134.1: #i27607# - Corrected dynamic resultset service name.


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ddb1a15794b53d83e38cce60f608b0fcf4eea0dc]

INTEGRATION: CWS sdk10 (1.94.112.1.40.1.12); FILE MERGED 2004/03/29 06:53:40 mi 1.94.112.1.40.1.12.3: RESYNC: (1.101-1.103); FILE MERGED 2004/02/03 11:36:40 mi 1.94.112.1.40.1.12.2: RESYNC: (1.94.112.1.40.1-1.101); FILE MERGED 2004/01/06 13:45:27 mi 1.94.112.1.40.1.12.1: #i19974# closing OooBean caused crash in OOo


2004-05-19  Kurt Zenker  <kz@openoffice.org>  [d4e87558dc8fdbd14c725c06c09f365f68eddc20]

INTEGRATION: CWS sdk10 (1.163.38); FILE MERGED 2004/04/23 15:07:44 pl 1.163.38.5: corrected incomplete call of X11SalFrame::Init 2004/03/29 06:54:37 mi 1.163.38.4: RESYNC: (1.168-1.172); FILE MERGED 2004/02/03 11:51:27 mi 1.163.38.3: RESYNC: (1.163.76.1-1.168); FILE MERGED 2003/12/11 07:47:11 mi 1.163.38.2: RESYNC: (1.163-1.163.76.1); FILE MERGED 2003/12/10 14:09:21 mi 1.163.38.1: #i19974# OOoBean / SetPluginParent() can set null parent now


2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [392a8b7b9c5e40727e783ae896be05f46be332d8]

new version for SRX645


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [8e5a1ba2d9dfc106af74c254653653de3220249b]

INTEGRATION: CWS vcl21 (1.16.100); FILE MERGED 2004/03/18 11:23:22 pl 1.16.100.1: #112891# merge from apoc02


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [2785ebc99436c365a62d08a12b2c8e0ac10f49a5]

/*************************************************************************  *  *  $RCSfile$  *  *  $Revision$  *  *  last change: $Author$ $Date$  *  *  The Contents of this file are made available subject to the terms of  *  either of the following licenses  *  *         - GNU Lesser General Public License Version 2.1  *         - Sun Industry Standards Source License Version 1.1  *  *  Sun Microsystems Inc., October, 2000  *  *  GNU Lesser General Public License Version 2.1  *  =============================================  *  Copyright 2000 by Sun Microsystems, Inc.  *  901 San Antonio Road, Palo Alto, CA 94303, USA  *  *  This library is free software; you can redistribute it and/or  *  modify it under the terms of the GNU Lesser General Public  *  License version 2.1, as published by the Free Software Foundation.  *  *  This library is distributed in the hope that it will be useful,  *  but WITHOUT ANY WARRANTY; without even the implied warranty of  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  *  Lesser General Public License for more details.  *  *  You should have received a copy of the GNU Lesser General Public  *  License along with this library; if not, write to the Free Software  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,  *  MA  02111-1307  USA  *  *  *  Sun Industry Standards Source License Version 1.1  *  =================================================  *  The contents of this file are subject to the Sun Industry Standards  *  Source License Version 1.1 (the "License"); You may not use this file  *  except in compliance with the License. You may obtain a copy of the  *  License at http://www.openoffice.org/license.html.  *  *  Software provided under this License is provided on an "AS IS" basis,  *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,  *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,  *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.  *  See the License for the specific provisions governing your rights and  *  obligations concerning the Software.  *  *  The Initial Developer of the Original Code is: Sun Microsystems, Inc.  *  *  Copyright: 2000 by Sun Microsystems, Inc.  *  *  All Rights Reserved.  *  *  Contributor(s): _______________________________________  *  *  ************************************************************************/ #include <stdio.h> #include <stdlib.h> #include <string.h>

#ifndef XLFD_ATTRIBUTE_HXX
#include "xlfd_attr.hxx"
#endif
#ifndef XLFD_SIMPLE_HXX
#include "xlfd_smpl.hxx"
#endif

// --------------------------------------------------------------------------
//
//
// broken down structure equivalent to a Xlfd string
//
//
// --------------------------------------------------------------------------

Xlfd::Xlfd()
{
}

// XlfdCompare abi has to be qsort(3) compatible, the sorting result must
// guarantee that fonts with SameFontoutline() are successive
// XlfdCompare relies on vFrom->mpFactory eq vTo->mpFactory. Since comparing
// Xlfd's is done by comparing attributes there is no way around this.
extern "C" int
XlfdCompare( const void *vFrom, const void *vTo )
{
	const Xlfd *pFrom = (Xlfd*)vFrom;
	const Xlfd *pTo   = (Xlfd*)vTo;

	// Compare outline description
	if ( pFrom->mnFoundry != pTo->mnFoundry )
		return (int)pFrom->mnFoundry - (int)pTo->mnFoundry;
	if ( pFrom->mnFamily != pTo->mnFamily )
		return (int)pFrom->mnFamily - (int)pTo->mnFamily;
	if ( pFrom->mnWeight != pTo->mnWeight )
		return (int)pFrom->mnWeight - (int)pTo->mnWeight;
	if ( pFrom->mnSlant != pTo->mnSlant )
		return (int)pFrom->mnSlant - (int)pTo->mnSlant;
	if ( pFrom->mnSetwidth != pTo->mnSetwidth )
		return (int)pFrom->mnSetwidth - (int)pTo->mnSetwidth;

	// Addstyle name is futile tricky. it may contain encoding information
	// (like "ansi_1251") which Compares equal, or it may contain style
	// information (like "serif") which Compares unequal, anyway if the font
	// is "interface user" or "interface system" then compare equal anyway to
	// build fontsets as large as possible
	if ( pFrom->mnAddstyle == pTo->mnAddstyle )
		return 0;

	AttributeProvider *pFactory = pFrom->mpFactory;
	Attribute *pFamily = pFactory->RetrieveFamily( pFrom->mnFamily );
	if ( pFamily->HasFeature(XLFD_FEATURE_APPLICATION_FONT) )
		return 0;

	Attribute *pFromAddStyle = pFactory->RetrieveAddstyle( pFrom->mnAddstyle );
	Attribute *pToAddStyle   = pFactory->RetrieveAddstyle( pTo->mnAddstyle );

	// if both addstyles denote encodings or if one denotes an
	// encoding and the other denotes a style which really
	// duplicates weight and slant information

	int nFromCompare =     (pFromAddStyle->GetValue() != RTL_TEXTENCODING_DONTKNOW)
		    			|| (pFromAddStyle->HasFeature(XLFD_FEATURE_REDUNDANTSTYLE)) ?
					 	-1 : pFrom->mnAddstyle;
	int nToCompare   = 	   (pToAddStyle->GetValue()   != RTL_TEXTENCODING_DONTKNOW)
		    			|| (pToAddStyle->HasFeature(XLFD_FEATURE_REDUNDANTSTYLE))   ?
						-1 : pTo->mnAddstyle;

	return nFromCompare - nToCompare;
}

// check whether two fonts are identical as appearance is concerned
// this does not Compare the actual scaling of two fonts
Bool
Xlfd::SameFontoutline( const Xlfd* pComparedTo ) const
{
	void* pThis = (void*)this;
	return XlfdCompare( (void*)pThis, (void*)pComparedTo ) == 0 ;
}

unsigned short
Xlfd::GetEncoding() const
{
	Attribute *pAddstyle = mpFactory->RetrieveAddstyle( mnAddstyle );
	if ( pAddstyle->GetValue() != RTL_TEXTENCODING_DONTKNOW )
		return pAddstyle->GetValue();

	Attribute *pEncoding = mpFactory->RetrieveCharset( mnCharset );
	return pEncoding->GetValue();
}

XlfdFonttype
Xlfd::Fonttype() const
{
	if ( (mnAverageWidth == 0) && (mnPixelSize == 0) && (mnPointSize == 0) )
	{
		return     (mnResolutionX == 0)
				&& (mnResolutionY == 0) ? eTypeScalable : eTypeScalableBitmap;
	}

	return eTypeBitmap;
}

void
Advance( const char** pFrom, const char** pTo )
{
	const char *pTmp = *pTo;

	for( ; (*pTmp != '\0') && (*pTmp++ != '-'); )
		{}
	*pFrom = *pTo;
	*pTo   = pTmp;
}

Bool
Xlfd::IsConformant (const char* pXlfd) const
{
    // X FontNameRegistry prefix "-"
    if (*pXlfd++ != '-')
        return False;

    // All Xlfd FontName fields are defined
    int nNumFields = 1;
    while (*pXlfd != '\0')
    {
        if (*pXlfd++ == '-')
            nNumFields++;
    }
    // enough entries ?
    if (nNumFields != 14)
        return False;
    // and the last one is not empty as well ?
    if (*(pXlfd - 1) == '-')
        return False;

    return True;
}

// this is the real workhorse function. Since this is called for every font
// in the fontpath it has to be as fast a possible
Bool
Xlfd::FromString( const char* pXlfdstring, AttributeProvider *pFactory )
{
	if (!IsConformant(pXlfdstring))
		return False;

	const char* pFrom = pXlfdstring + 1;
	const char*	pTo   = pFrom;
    mpFactory         = pFactory;

	Advance( &pFrom, &pTo ); //-foundry-*
	mnFoundry = mpFactory->InsertFoundry( pFrom, pTo - pFrom - 1 );

	Advance( &pFrom, &pTo ); // -*-family-*
	mnFamily = mpFactory->InsertFamily( pFrom, pTo - pFrom - 1 );

	Advance( &pFrom, &pTo ); // -*-*-weight-*
	mnWeight = mpFactory->InsertWeight( pFrom, pTo - pFrom - 1 );

	Advance( &pFrom, &pTo ); //-*-*-*-slant-*
	mnSlant = mpFactory->InsertSlant( pFrom, pTo - pFrom - 1 );

	Advance( &pFrom, &pTo ); //-*-*-*-*-setwidth-*
	mnSetwidth = mpFactory->InsertSetwidth( pFrom, pTo - pFrom - 1 );

	Advance( &pFrom, &pTo ); //-*-*-*-*-*-Addstyle-*
	mnAddstyle = mpFactory->InsertAddstyle( pFrom, pTo - pFrom - 1 );

	Advance( &pFrom, &pTo ); //-*-*-*-*-*-*-height-*
	mnPixelSize = atoi( pFrom );

	Advance( &pFrom, &pTo ); //-*-*-*-*-*-*-*-pt height-*
	mnPointSize = atoi( pFrom );

	Advance( &pFrom, &pTo ); //-*-*-*-*-*-*-*-*-x resolution-*
	mnResolutionX = atoi( pFrom );

	Advance( &pFrom, &pTo ); //-*-*-*-*-*-*-*-*-*-y resolution-*
	mnResolutionY = atoi( pFrom );

	Advance( &pFrom, &pTo ); //-*-*-*-*-*-*-*-*-*-*-spacing-*
	mcSpacing = pFrom == pTo ? '\0' : *pFrom;

	Advance( &pFrom, &pTo ); //-*-*-*-*-*-*-*-*-*-*-*-average-*
	mnAverageWidth = atoi( pFrom );

	Advance( &pFrom, &pTo ); //-*-*-*-*-*-*-*-*-*-*-*-*-registry-encoding
	const char* pTmp = pFrom;
	Advance( &pTmp, &pTo );
	mnCharset = mpFactory->InsertCharset( pFrom, pTo - pFrom );

	// sanity check whether we have really found a valid XLFD, if not
	// throw away the whole font, since we have no idea what parts of
	// the XLFD contains the error.
	if ( !(pTo > pFrom) )
		return False;

 	// a non-empty family name is essential, since otherwise the font
	// would match the "default font" #52299#
	Attribute*  pFamily     = mpFactory->RetrieveFamily( mnFamily );
	const char* pFamilyName = pFamily->GetName();
	if ( pFamilyName[0] == '\0' )
		return False;

	// well done
	return True;
}

#if OSL_DEBUG_LEVEL > 1
// pure debug for now: this is only to inspect/pretty print a Xlfd struct
const char*
Xlfd::ToString( ByteString &rString ) const
{
	AppendAttribute( mpFactory->RetrieveFoundry(mnFoundry),   rString );
	AppendAttribute( mpFactory->RetrieveFamily(mnFamily), 	  rString );
	AppendAttribute( mpFactory->RetrieveWeight(mnWeight), 	  rString );
	AppendAttribute( mpFactory->RetrieveSlant(mnSlant), 	  rString );
	AppendAttribute( mpFactory->RetrieveSetwidth(mnSetwidth), rString );
	AppendAttribute( mpFactory->RetrieveAddstyle(mnAddstyle), rString );

	rString.Append("-"); rString.Append( ByteString::CreateFromInt32( mnPixelSize ) );
	rString.Append("-"); rString.Append( ByteString::CreateFromInt32( mnPointSize ) );
	rString.Append("-"); rString.Append( ByteString::CreateFromInt32( mnResolutionX ) );
	rString.Append("-"); rString.Append( ByteString::CreateFromInt32( mnResolutionY ) );
	rString.Append("-"); rString.Append( (char)mcSpacing );
	rString.Append("-"); rString.Append( ByteString::CreateFromInt32( mnAverageWidth ) );

	AppendAttribute( mpFactory->RetrieveCharset(mnCharset), rString );

	return rString.GetBuffer() ;
}

void
Xlfd::Dump() const
{
	ByteString aString;
	fprintf(stderr, "Xlfd: %s\n", ToString(aString) );
}
#endif

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [af3790c65d669f72d127a9f192d7c8aff93371c0]

INTEGRATION: CWS vcl21 (1.18.58); FILE MERGED 2004/03/23 17:17:03 ssa 1.18.58.1: provide empty CreateSalSession()


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [5578b4a36dd772264b4712ab3330c8850b67a068]

INTEGRATION: CWS vcl21 (1.4.510); FILE MERGED 2004/03/29 13:50:09 pl 1.4.510.1: #i27063# do not use static images


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [9cc18e92b8c01f0139192b7e84cd5b34d2667376]

INTEGRATION: CWS vcl21 (1.33.132); FILE MERGED 2004/03/29 13:50:09 pl 1.33.132.1: #i27063# do not use static images


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [9b6fa027bc6920e5988efb52e6cf8555269608f0]

INTEGRATION: CWS vcl21 (1.11.292); FILE MERGED 2004/03/29 13:50:09 pl 1.11.292.1: #i27063# do not use static images


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [3360bc07527d05458c809e297f3b3a164d09bcf4]

INTEGRATION: CWS vcl21 (1.10.90); FILE MERGED 2004/03/23 10:41:52 pl 1.10.90.2: RESYNC: (1.10-1.11); FILE MERGED 2004/03/18 16:04:33 pl 1.10.90.1: #i26547# get product name from configuration


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [3aceca0cd27cbd429c4fd45de35160048c96ea5b]

INTEGRATION: CWS vcl21 (1.15.58); FILE MERGED 2004/03/19 09:59:46 ssa 1.15.58.1: #i25342# never override the paper orientation when choosing a built-in paper format


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [ed08173a12c0d1230403befd0a46b502d0dce8ce]

INTEGRATION: CWS vcl21 (1.6.100); FILE MERGED 2004/03/23 17:17:03 ssa 1.6.100.1: provide empty CreateSalSession()


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [0103f6660e0e2a3f0e9eb278497c5803bf1bc820]

INTEGRATION: CWS vcl21 (1.171.30); FILE MERGED 2004/03/23 10:37:38 pl 1.171.30.2: RESYNC: (1.171-1.172); FILE MERGED 2004/03/18 11:23:23 pl 1.171.30.1: #112891# merge from apoc02


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [504111ce89578d1745854c27a5c2f05b4fbcc7a6]

INTEGRATION: CWS vcl21 (1.117.2); FILE MERGED 2004/04/02 11:19:22 pl 1.117.2.1: #i23684# add kerning for type1 fonts


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [39cf51cb9ee05941641f56b0afbbe3e0112678be]

INTEGRATION: CWS vcl21 (1.2.32); FILE MERGED 2004/04/01 17:26:01 pl 1.2.32.1: #i23684# kerning for printer


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [17bf87a32fad1d30b44d3484d3c6016634491d79]

INTEGRATION: CWS vcl21 (1.28.58); FILE MERGED 2004/03/18 11:23:21 pl 1.28.58.1: #112891# merge from apoc02


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [2d5dbd3ffc507efdb8aaa4e540b72d9fa1854464]

INTEGRATION: CWS vcl21 (1.28.84); FILE MERGED 2004/03/18 11:23:21 pl 1.28.84.1: #112891# merge from apoc02


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [6f741e639010d0f121c96d5370b96df0266b12c5]

INTEGRATION: CWS vcl21 (1.5.224); FILE MERGED 2004/03/18 11:23:21 pl 1.5.224.1: #112891# merge from apoc02


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [5865e879dc5f8cfff57af23cd963dac6046983ba]

INTEGRATION: CWS vcl21 (1.7.32); FILE MERGED 2004/03/18 11:23:20 pl 1.7.32.1: #112891# merge from apoc02


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [ced14a8a5508cfdb7533937f495d61fad75fdea2]

INTEGRATION: CWS vcl21 (1.36.32); FILE MERGED 2004/03/18 11:23:20 pl 1.36.32.1: #112891# merge from apoc02


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [3572de087e04f56b9290bd646402e9f1d8b241b1]

INTEGRATION: CWS vcl21 (1.10.122); FILE MERGED 2004/03/18 11:23:20 pl 1.10.122.1: #112891# merge from apoc02


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [53bc7fddc39d3d4b63f21f782cf7d73c1aa145c6]

INTEGRATION: CWS vcl21 (1.25.32); FILE MERGED 2004/04/02 11:19:22 pl 1.25.32.1: #i23684# add kerning for type1 fonts


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [f77063fc62c144e47360f407a5d5fee13b3bcdce]

INTEGRATION: CWS vcl21 (1.26.58); FILE MERGED 2004/04/02 11:19:21 pl 1.26.58.1: #i23684# add kerning for type1 fonts


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [9d795040781bfb0e3e0f4287dc30018eebac35a3]

INTEGRATION: CWS vcl21 (1.102.56); FILE MERGED 2004/04/02 11:19:21 pl 1.102.56.1: #i23684# add kerning for type1 fonts


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [f8ec1d453ab63bf812a98bb44e7c5c96fdb4eb21]

INTEGRATION: CWS vcl21 (1.25.58); FILE MERGED 2004/04/01 13:26:24 pl 1.25.58.2: #114210# remove useless assertion 2004/04/01 11:54:52 pl 1.25.58.1: #114210# add: GetIndexForPoint for ListBox


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [e5a2d58cbe4e4e39ea29142b8dff7fdceee5817b]

INTEGRATION: CWS vcl21 (1.44.58); FILE MERGED 2004/04/01 11:55:19 pl 1.44.58.1: #114210# add: GetIndexForPoint for ListBox


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [010018498365f72a29d6f499733966998ddc51dd]

INTEGRATION: CWS vcl21 (1.12.84); FILE MERGED 2004/04/01 11:54:51 pl 1.12.84.1: #114210# add: GetIndexForPoint for ListBox


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [bf50a442b01d8427814712a5fb0c4dfa2d04040b]

INTEGRATION: CWS vcl21 (1.28.84); FILE MERGED 2004/04/01 13:26:01 pl 1.28.84.1: #114210# add: GetIndexForPoint for ComboBox


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [7fd1ec4de5e89eaebb90a159337b5ab56b74fd7f]

INTEGRATION: CWS vcl21 (1.1.6); FILE ADDED 2004/03/18 11:23:18 pl 1.1.6.1: #112891# merge from apoc02


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [44fe3c261cf2609d268f484e0921481e9b54561f]

INTEGRATION: CWS vcl21 (1.12.84); FILE MERGED 2004/03/18 11:23:18 pl 1.12.84.1: #112891# merge from apoc02


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [dc37a4872c9f71266ae6afd9f5446ed3ef2fa9d0]

INTEGRATION: CWS vcl21 (1.25.14); FILE MERGED 2004/03/23 10:44:33 pl 1.25.14.2: RESYNC: (1.25-1.26); FILE MERGED 2004/03/18 13:44:02 pl 1.25.14.1: #i23601# #i24286# #i26147# join from CWS vclpp3bugs


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [dc66f80ecd0a195867c8824685bd3f328528831e]

INTEGRATION: CWS vcl21 (1.13.14); FILE MERGED 2004/03/30 11:49:18 pl 1.13.14.4: #i27070# catch missing pt array 2004/03/30 10:25:40 pl 1.13.14.3: #i27070# catch missing flag array 2004/03/23 10:44:53 pl 1.13.14.2: RESYNC: (1.13-1.14); FILE MERGED 2004/03/18 13:44:01 pl 1.13.14.1: #i23601# #i24286# #i26147# join from CWS vclpp3bugs


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [80306c6c4bff3708da3646499b4d29ae37cdcfc4]

INTEGRATION: CWS vcl21 (1.2.2); FILE MERGED 2004/03/23 13:53:17 pl 1.2.2.1: #i26851# fix default PPD case when ENABLE_CUPS is unset


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [07f0b3984d91d7f6493374cd285bc46ca0f475d0]

INTEGRATION: CWS vcl21 (1.12.2); FILE MERGED 2004/04/20 13:04:04 pl 1.12.2.1: #i28023# be prepared for multiple dots in a PPD file name


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [d0387265663c6d783f8f7a6a01553e4a6b9ecdd2]

INTEGRATION: CWS vcl21 (1.27.14); FILE MERGED 2004/03/23 10:46:30 pl 1.27.14.3: RESYNC: (1.27-1.28); FILE MERGED 2004/03/18 13:44:01 pl 1.27.14.2: #i23601# #i24286# #i26147# join from CWS vclpp3bugs 2004/03/16 15:17:08 hdu 1.27.14.1: #i26424# move check of table limits after table offset adjustment for TTCs


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [f10e66912a5eddebfa6346ed3e9aec954ef48607]

INTEGRATION: CWS vcl21 (1.45.10); FILE MERGED 2004/03/25 17:54:43 pl 1.45.10.4: #i23601# merge from CWS vclpp3bugs 2004/03/23 13:14:40 pl 1.45.10.3: solver merge conflict 2004/03/23 10:45:37 pl 1.45.10.2: RESYNC: (1.45-1.47); FILE MERGED 2004/03/18 13:44:00 pl 1.45.10.1: #i23601# #i24286# #i26147# join from CWS vclpp3bugs


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [f3558dab6798cb57642c8a797f0ab029defdf41c]

INTEGRATION: CWS vcl21 (1.2.2); FILE MERGED 2004/03/25 17:54:43 pl 1.2.2.1: #i23601# merge from CWS vclpp3bugs


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [6e6380d2ca0b4c227a3a67e44e058f28d320f7d3]

INTEGRATION: CWS vcl21 (1.15.72); FILE MERGED 2004/03/25 17:54:43 pl 1.15.72.3: #i23601# merge from CWS vclpp3bugs 2004/03/23 10:48:09 pl 1.15.72.2: RESYNC: (1.15-1.16); FILE MERGED 2004/03/18 13:44:00 pl 1.15.72.1: #i23601# #i24286# #i26147# join from CWS vclpp3bugs


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [31cebee69fc6957423e08a446ab910e82c5aafc5]

INTEGRATION: CWS vcl21 (1.7.100); FILE MERGED 2004/04/23 11:29:36 pl 1.7.100.1: #i27914# join from vclppbugs4


2004-05-18  Kurt Zenker  <kz@openoffice.org>  [68b8c005cd0034f5a340cd19178500d9d2b53f9a]

INTEGRATION: CWS vcl21 (1.7.70); FILE MERGED 2004/04/23 11:29:36 pl 1.7.70.1: #i27914# join from vclppbugs4


2004-05-17  Kurt Zenker  <kz@openoffice.org>  [9d9fd04103624b1ce05ded9e63a9a8ab107a74f5]

INTEGRATION: CWS os17 (1.32.90); FILE MERGED 2004/04/28 12:49:12 os 1.32.90.3: RESYNC: (1.33-1.34); FILE MERGED 2004/02/27 14:37:12 os 1.32.90.2: RESYNC: (1.32-1.33); FILE MERGED 2003/08/26 12:50:23 os 1.32.90.1: #i18686# remove sub menues recursively


2004-05-17  Kurt Zenker  <kz@openoffice.org>  [55d3e5442caa02e2cc621b94c51a5ac4f2ac3f3d]

INTEGRATION: CWS os17 (1.41.12); FILE MERGED 2004/04/28 10:02:52 os 1.41.12.2: RESYNC: (1.41-1.42); FILE MERGED 2004/04/22 15:58:41 ssa 1.41.12.1: #i20330# change default to bringing up context menus on mouse button down


2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [1b8284e849f70f750362958622e08950cbdadb15]

INTEGRATION: CWS impress9ea1 (1.17.296); FILE MERGED 2004/05/04 12:30:30 sj 1.17.296.1: #i2432# using windows textencoding


2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [13080a81456b8a2aa415867f3878f5d7751c3b2e]

INTEGRATION: CWS impress9ea1 (1.20.364); FILE MERGED 2004/04/27 11:59:27 sj 1.20.364.1: #116514# fixed some unicode usage problems with CreateFontIndirect and ExtTextOutA


2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [e2959edf5b457579bf8fb620e521137df45974a4]

INTEGRATION: CWS impress9ea1 (1.24.142); FILE MERGED 2004/04/27 11:59:28 sj 1.24.142.1: #116514# fixed some unicode usage problems with CreateFontIndirect and ExtTextOutA


2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [6a1788971fa7a0f50f682edb870cb9668c68dd32]

INTEGRATION: CWS impress9ea1 (1.37.70); FILE MERGED 2004/04/27 11:59:28 sj 1.37.70.1: #116514# fixed some unicode usage problems with CreateFontIndirect and ExtTextOutA


2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [89d55cccd70cb6d8a09778b44178fbf219e6abf3]

INTEGRATION: CWS impress9ea1 (1.19.364); FILE MERGED 2004/04/27 11:59:28 sj 1.19.364.1: #116514# fixed some unicode usage problems with CreateFontIndirect and ExtTextOutA


2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [ad735f0d781fdfb3a246ca9d058a62ebb6357363]

INTEGRATION: CWS impress9ea1 (1.18.4); FILE MERGED 2004/05/05 11:55:00 thb 1.18.4.1: #i10737# Manually added PS clipping before writing the actual EPS. Windows seems to completely ignore DC clipping here


2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [f733d3ca4aae3046d9197f93ddcd6abf695d53a1]

INTEGRATION: CWS impress9ea1 (1.8.98); FILE MERGED 2004/05/06 09:46:56 thb 1.8.98.1: #i10737# mbOutputClipped was interpreted incorrectly, this can be early-exit


2004-05-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac7ed4ad7475784a9d98113b5ff5b2c153f7066f]

#i10000#: enable Gtk plugin


2004-05-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [699919bda1941c4ea011f830994a098c656d13f3]

#i10000#: tools depends on basegfx


2004-05-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c2f61480a4f99d30201f4339ef4a60ac7e6bf13]

#i10000#: basegfx does depend on tools


2004-05-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [e778959509144f17c90eda8b6fb6bc7fa79ff814]

new version for SRC680


2004-05-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9f63569037d91a43e0871ce04014787db309c17]

new version for SRC680


2004-05-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [70437959e39a6e6dbdb8402df49fd5d2f76d150e]

#i10000#: fix typo


2004-05-12  Rüdiger Timm  <rt@openoffice.org>  [a3141f4be276ac61e9c624141318354a8959091d]

#i10000#


2004-05-12  Kurt Zenker  <kz@openoffice.org>  [3138a833ebad0b26524cc85d51b4aca037eba2a6]

new version for SRC680


2004-05-12  Rüdiger Timm  <rt@openoffice.org>  [48d79563cc8755f2d545750d1b2a95eecb14d42a]

new version for SRC680


2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [567c9b57a628027a24f774719abc2e2ec9aeea9f]

#i10000#: fix dependencies


2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc3cdef1c650db1e9184dc6bd4bb0b3d1b1ccd4d]

#i10000#: remove unneeded link libs


2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [28bf9e57a1942fd5b714048d6234f389cea0b7aa]

INTEGRATION: CWS swtextwrap (1.5.4); FILE MERGED 2004/04/23 11:47:48 pb 1.5.4.1: fix: #i28008# new flag text wrapping


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [48e37398bbd5f47fdd40b076eb4dedc4bb1db67c]

INTEGRATION: CWS fwkbugfix02 (1.3.8); FILE MERGED 2004/04/07 16:06:40 mav 1.3.8.1: #116056# adopt to incompatible changes


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fb8d2fef45c043c1f9cc6d89e5b450ef0e0c07f]

INTEGRATION: CWS fwkbugfix02 (1.37.26); FILE MERGED 2004/04/27 11:42:03 mav 1.37.26.2: RESYNC: (1.37-1.38); FILE MERGED 2004/04/07 16:06:40 mav 1.37.26.1: #116056# adopt to incompatible changes


2004-05-10  Oliver Bolte  <obo@openoffice.org>  [a7360a5f1d977d2429797f683de02aa54b646b8d]

new version for SRC680


2004-05-10  Oliver Bolte  <obo@openoffice.org>  [7f9cb60e4aef166b8a4ee1d2a6bb60f5774a85d3]

new version for SRC680


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4674e1d78db7e05b7b65d4561d7e21dea97f28c5]

INTEGRATION: CWS fwkbugfix02 (1.1.2); FILE ADDED 2004/03/24 07:50:05 mav 1.1.2.2: #115974# add static checking method 2004/03/23 15:40:18 mav 1.1.2.1: #115974# seekable wrapper


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c973ab5b5a69bebd53372bbe36589ad83b71dd6]

INTEGRATION: CWS fwkbugfix02 (1.4.178); FILE MERGED 2004/03/23 15:39:21 mav 1.4.178.1: #115974# seekable wrapper


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3adeb0e5b7f9cc9f81cd6f684895c361efb219e1]

INTEGRATION: CWS fwkbugfix02 (1.1.2); FILE ADDED 2004/03/24 07:50:04 mav 1.1.2.2: #115974# add static checking method 2004/03/23 15:40:29 mav 1.1.2.1: #115974# seekable wrapper


2004-05-10  Kurt Zenker  <kz@openoffice.org>  [df8c41013db17d720b0d84c240341712bf7a1045]

new version for SRC680


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [65d2c37ebac17664ed684253997ee4b42eea8d33]

INTEGRATION: CWS nwf (1.3.2); FILE MERGED 2004/05/04 14:20:54 pl 1.3.2.5: #i25153# search for gnome-panel to identify gnome 2004/04/26 11:47:43 pl 1.3.2.4: #i28370# fallback to generic plugin if suitable desktop plugin does not exist 2004/03/10 20:49:42 pl 1.3.2.3: merge from vcl20: yield mutex acquisition 2004/03/02 15:10:14 pl 1.3.2.2: enable gnome autodetect 2004/02/27 10:56:17 pl 1.3.2.1: activate gtk plugin for CWS


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d55299af6385db6cc0652193b81accd9edb8f0f]

INTEGRATION: CWS nwf (1.35.10); FILE MERGED 2004/03/12 11:17:21 ssa 1.35.10.1: #i25130# disable native widget rendering for formcontrols


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [de6302225124d668d12eb718d9a6d3c98068b4dc]

INTEGRATION: CWS nwf (1.102.34); FILE MERGED 2004/04/02 13:01:17 ssa 1.102.34.3: RESYNC: (1.102-1.103); FILE MERGED 2004/02/27 16:34:01 ssa 1.102.34.2: #i25130# intial native widget framework, merged from srx645 2004/02/27 08:31:42 ssa 1.102.34.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b025955c45157717798d2ef0484b241ff2f93b74]

INTEGRATION: CWS nwf (1.6.66); FILE MERGED 2004/02/27 08:31:41 ssa 1.6.66.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9180181a445aeb23d645de6df6757bb8bf856f4]

INTEGRATION: CWS nwf (1.1.4); FILE ADDED 2004/03/18 09:19:05 ssa 1.1.4.3: #i25130# correct checkbox state 2004/02/27 16:34:00 ssa 1.1.4.2: #i25130# intial native widget framework, merged from srx645 2004/02/27 08:31:41 ssa 1.1.4.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [65bee4ecd70f8d164d8292e84fbc0f53cfa0ff09]

INTEGRATION: CWS nwf (1.6.66); FILE MERGED 2004/02/27 08:31:40 ssa 1.6.66.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [78acb4641a0c57c5412dc7cdfe4d3a1b9d0d9e71]

INTEGRATION: CWS nwf (1.18.36); FILE MERGED 2004/02/27 16:35:36 ssa 1.18.36.1: #i25130# intial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4850f711aa4d12f85358666edb14e68f91254cb9]

INTEGRATION: CWS nwf (1.1.4); FILE ADDED 2004/02/27 08:31:39 ssa 1.1.4.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c34e2136af6edf1e16f41c793043a823cd62049d]

INTEGRATION: CWS nwf (1.11.66); FILE MERGED 2004/02/27 16:34:00 ssa 1.11.66.1: #i25130# intial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a8287aac7dd0106b153bab23817847007e83648]

INTEGRATION: CWS nwf (1.13.66); FILE MERGED 2004/02/27 16:34:00 ssa 1.13.66.2: #i25130# intial native widget framework, merged from srx645 2004/02/27 08:31:39 ssa 1.13.66.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4c343c8bb4a4553719695cf80e4771e48de8b80]

INTEGRATION: CWS nwf (1.52.2); FILE MERGED 2004/04/02 13:01:25 ssa 1.52.2.3: RESYNC: (1.52-1.53); FILE MERGED 2004/03/16 16:31:19 pl 1.52.2.2: #i26570# honor ENABLE_GTK flag 2004/02/27 08:31:38 ssa 1.52.2.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3734429e64ef9a7e33a7abdc982e09037f6607db]

INTEGRATION: CWS nwf (1.9.34); FILE MERGED 2004/03/01 13:34:31 pl 1.9.34.1: first step in SalDisplay cleanup


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [28b2fcae75f37d5e73303cbdd9a6e3a487189193]

INTEGRATION: CWS nwf (1.171.2); FILE MERGED 2004/04/02 13:01:59 ssa 1.171.2.3: RESYNC: (1.171-1.172); FILE MERGED 2004/03/02 11:47:07 pl 1.171.2.2: correct condition in X11SalFrame::Init 2004/03/01 13:34:11 pl 1.171.2.1: first step in SalDisplay cleanup


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2ca70d8e38999bd1df87156db797aa7587687f6]

INTEGRATION: CWS nwf (1.4.66); FILE MERGED 2004/02/27 08:31:37 ssa 1.4.66.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [abe5d9920026c877fe751e42b66f43714dd0bbdc]

INTEGRATION: CWS nwf (1.7.2); FILE MERGED 2004/03/01 13:34:10 pl 1.7.2.1: first step in SalDisplay cleanup


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [8364cf3acaf646306ad3e3666f4283de905f37de]

INTEGRATION: CWS nwf (1.32.2); FILE MERGED 2004/03/01 13:34:10 pl 1.32.2.1: first step in SalDisplay cleanup


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc22ad50e73a126b8462fc7e0c6be8dd532a122b]

INTEGRATION: CWS nwf (1.9.66); FILE MERGED 2004/04/02 13:02:35 ssa 1.9.66.2: RESYNC: (1.9-1.10); FILE MERGED 2004/03/01 13:34:09 pl 1.9.66.1: first step in SalDisplay cleanup


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [469254114971948e03312d8d3c29f3316a7220da]

INTEGRATION: CWS nwf (1.23.2); FILE MERGED 2004/03/09 17:12:57 pl 1.23.2.1: handle graphics exposes after all XCopyArea calls


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7c09995f4c0b3ead77d27ab563713fcc015cf42]

INTEGRATION: CWS nwf (1.30.2); FILE MERGED 2004/03/11 15:58:24 ssa 1.30.2.2: #i25130# track window visibilty to avoid garbage in pixmap cache, track clipping region to allow for direct window painting, move NWPaint methods to GtkSalGraphics 2004/03/01 13:34:09 pl 1.30.2.1: first step in SalDisplay cleanup


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6aeb9047cd35ce8b83e51dae304c28572a271561]

INTEGRATION: CWS nwf (1.11.2); FILE MERGED 2004/03/09 17:12:57 pl 1.11.2.2: handle graphics exposes after all XCopyArea calls 2004/03/01 13:34:08 pl 1.11.2.1: first step in SalDisplay cleanup


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [393af48d94ea4c6e3bf51ba25d106c03023c2b46]

INTEGRATION: CWS nwf (1.12.2); FILE MERGED 2004/02/27 08:31:36 ssa 1.12.2.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [55501cfdfa1d46c9380a2d7e4e96a99404945557]

INTEGRATION: CWS nwf (1.20.2); FILE MERGED 2004/03/01 13:34:07 pl 1.20.2.1: first step in SalDisplay cleanup


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [25791d9f43a0eb1c79016ddc365e48490b4ea579]

INTEGRATION: CWS nwf (1.16.82); FILE MERGED 2004/03/01 13:34:06 pl 1.16.82.1: first step in SalDisplay cleanup


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [dccd643a3a8d418cd0bb0a739449c5bff0a65d5c]

INTEGRATION: CWS nwf (1.7.66); FILE MERGED 2004/03/25 10:59:22 mmeeks 1.7.66.1: Fix a number of nasty bugs, bring the glib/gtk+ and VCL mainloops to parity so inferior loops work correctly, fix a number of nasty threading / race bugs. Reviewed by:   pl


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7d221b5ae82437a4fe0ac57cfa6f7ce895fe21c]

INTEGRATION: CWS nwf (1.20.2); FILE MERGED 2004/03/10 20:49:43 pl 1.20.2.3: merge from vcl20: yield mutex acquisition 2004/03/01 13:34:05 pl 1.20.2.2: first step in SalDisplay cleanup 2004/02/27 08:31:35 ssa 1.20.2.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d8da2e215bac961e47062d1df908939f154c909]

INTEGRATION: CWS nwf (1.52.2); FILE MERGED 2004/04/02 13:03:44 ssa 1.52.2.3: RESYNC: (1.52-1.53); FILE MERGED 2004/03/25 10:59:22 mmeeks 1.52.2.2: Fix a number of nasty bugs, bring the glib/gtk+ and VCL mainloops to parity so inferior loops work correctly, fix a number of nasty threading / race bugs. Reviewed by:   pl 2004/03/01 13:33:26 pl 1.52.2.1: #i25477# get rid of internal events for frame being destroyed


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d26004ad5510539fd03acece8096e0ea3ab68013]

INTEGRATION: CWS nwf (1.33.2); FILE MERGED 2004/03/25 10:59:21 mmeeks 1.33.2.3: Fix a number of nasty bugs, bring the glib/gtk+ and VCL mainloops to parity so inferior loops work correctly, fix a number of nasty threading / race bugs. Reviewed by:   pl 2004/03/01 13:34:04 pl 1.33.2.2: first step in SalDisplay cleanup 2004/02/27 08:31:34 ssa 1.33.2.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa56ae6fa18f7cee2b817107ae5ff9527be00883]

INTEGRATION: CWS nwf (1.12.66); FILE MERGED 2004/02/27 08:31:34 ssa 1.12.66.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea95e42f1cb31c1b719487ffdfb06f93ce251392]

INTEGRATION: CWS nwf (1.24.66); FILE MERGED 2004/03/01 13:34:02 pl 1.24.66.1: first step in SalDisplay cleanup


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [50b91b1666b28992255b46b86fbace18533df1f3]

INTEGRATION: CWS nwf (1.28.66); FILE MERGED 2004/03/01 13:34:01 pl 1.28.66.1: first step in SalDisplay cleanup


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [da636679abf5f52e1fcc2d514124aeb7f6ece7cb]

INTEGRATION: CWS nwf (1.2.2); FILE MERGED 2004/03/25 10:59:21 mmeeks 1.2.2.1: Fix a number of nasty bugs, bring the glib/gtk+ and VCL mainloops to parity so inferior loops work correctly, fix a number of nasty threading / race bugs. Reviewed by:   pl


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2c70c01edcea2a83ad3c347691c50ecc596a4ce]

INTEGRATION: CWS nwf (1.1.2); FILE ADDED 2004/03/11 15:58:24 ssa 1.1.2.3: #i25130# track window visibilty to avoid garbage in pixmap cache, track clipping region to allow for direct window painting, move NWPaint methods to GtkSalGraphics 2004/03/04 18:09:15 ssa 1.1.2.2: #i25130# support for theme change 2004/02/27 08:31:33 ssa 1.1.2.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ebcbd2297f23653ffd45980d375f0b45c77d1fb]

INTEGRATION: CWS nwf (1.2.2); FILE MERGED 2004/04/26 14:09:53 pl 1.2.2.5: #116502# move for child frames did not work correctly 2004/03/15 17:08:26 pl 1.2.2.4: improve initial frame size 2004/03/10 16:41:08 pl 1.2.2.3: add: visibility notify 2004/03/04 15:44:26 pl 1.2.2.2: #115278# make plugged mode work 2004/02/27 15:46:29 pl 1.2.2.1: #i25181# send simple ExtText input as keyinput/release


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [62d0bc0478d57e35dd8d4335ddc79106963d61ac]

INTEGRATION: CWS nwf (1.2.2); FILE MERGED 2004/03/25 10:59:21 mmeeks 1.2.2.3: Fix a number of nasty bugs, bring the glib/gtk+ and VCL mainloops to parity so inferior loops work correctly, fix a number of nasty threading / race bugs. Reviewed by:   pl 2004/03/01 13:34:00 pl 1.2.2.2: first step in SalDisplay cleanup 2004/02/27 08:31:32 ssa 1.2.2.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a71de862d586907a5eb4dde4294175357a414ea9]

INTEGRATION: CWS nwf (1.26.2); FILE MERGED 2004/03/11 15:58:23 ssa 1.26.2.3: #i25130# track window visibilty to avoid garbage in pixmap cache, track clipping region to allow for direct window painting, move NWPaint methods to GtkSalGraphics 2004/03/09 17:12:56 pl 1.26.2.2: handle graphics exposes after all XCopyArea calls 2004/02/27 08:31:32 ssa 1.26.2.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [52ab33ebd228d5086fcdaa7e691ca707276579fa]

INTEGRATION: CWS nwf (1.36.2); FILE MERGED 2004/03/01 13:33:59 pl 1.36.2.1: first step in SalDisplay cleanup


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7aabaf7fec3686b847627e980532a0549d676c4]

INTEGRATION: CWS nwf (1.22.2); FILE MERGED 2004/03/25 10:59:20 mmeeks 1.22.2.2: Fix a number of nasty bugs, bring the glib/gtk+ and VCL mainloops to parity so inferior loops work correctly, fix a number of nasty threading / race bugs. Reviewed by:   pl 2004/03/01 13:33:58 pl 1.22.2.1: first step in SalDisplay cleanup


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [00c790cdca58823a71f70ab69a914344843baa6d]

INTEGRATION: CWS nwf (1.8.2); FILE MERGED 2004/03/01 13:33:58 pl 1.8.2.2: first step in SalDisplay cleanup 2004/02/27 08:31:31 ssa 1.8.2.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ee2795fef94048301283335f36f2a05a5850774]

INTEGRATION: CWS nwf (1.2.2); FILE MERGED 2004/04/02 13:03:58 ssa 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/16 16:31:21 pl 1.2.2.1: #i26570# honor ENABLE_GTK flag


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [87a14f8d88afba5aa4617e5463047b9cb39b781f]

INTEGRATION: CWS nwf (1.2.2); FILE MERGED 2004/03/01 13:33:56 pl 1.2.2.1: first step in SalDisplay cleanup


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d4f4519c332585f263e19719bd09c48a1175098]

INTEGRATION: CWS nwf (1.3.2); FILE MERGED 2004/04/26 14:09:53 pl 1.3.2.15: #116502# move for child frames did not work correctly 2004/03/15 17:08:26 pl 1.3.2.14: improve initial frame size 2004/03/12 14:44:02 ssa 1.3.2.13: STYLE_DEFAULT means maximize 2004/03/11 15:58:23 ssa 1.3.2.12: #i25130# track window visibilty to avoid garbage in pixmap cache, track clipping region to allow for direct window painting, move NWPaint methods to GtkSalGraphics 2004/03/10 16:44:27 pl 1.3.2.11: missing initializer 2004/03/10 16:41:09 pl 1.3.2.10: add: visibility notify 2004/03/09 16:00:19 pl 1.3.2.9: combine motion events for speed 2004/03/08 18:21:15 pl 1.3.2.8: avoid dispatching initial style set signal 2004/03/04 18:09:14 ssa 1.3.2.7: #i25130# support for theme change 2004/03/04 15:44:25 pl 1.3.2.6: #115278# make plugged mode work 2004/03/03 12:19:21 pl 1.3.2.5: #i25165# evaluate window state correctly in GetWindowState 2004/03/01 13:33:55 pl 1.3.2.4: first step in SalDisplay cleanup 2004/02/27 15:46:29 pl 1.3.2.3: #i25181# send simple ExtText input as keyinput/release 2004/02/27 13:02:06 pl 1.3.2.2: #i25161# balance IMCommit/KeyUp 2004/02/27 08:31:30 ssa 1.3.2.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [99e51ce4fbe267050bd4c947af1fbed64379ea68]

INTEGRATION: CWS nwf (1.1.2); FILE ADDED 2004/03/31 18:59:22 fa 1.1.2.11: - Fix disabled PushButtons (ie Tools->Configure...) and SpinField edit boxes     and button.  (we weren't enabling the widgets at all) - Fix scrollbar Thumb sizes to account for the difference between OOo's size     for controls and the GTK theme's size 2004/03/31 17:40:32 fa 1.1.2.10: Remove some older WIDGETSET_GTK stuff, convert some GdkWindows -> GdkDrawables 2004/03/22 21:42:58 fa 1.1.2.9: Dont attempt to case a GdkPixmap directly to a GdkWindow, but use both objects' superclass instead, GdkDrawable. 2004/03/11 15:58:22 ssa 1.1.2.8: #i25130# track window visibilty to avoid garbage in pixmap cache, track clipping region to allow for direct window painting, move NWPaint methods to GtkSalGraphics 2004/03/09 17:12:56 pl 1.1.2.7: handle graphics exposes after all XCopyArea calls 2004/03/09 16:52:56 ssa 1.1.2.6: #i25130# improve pixmap caching 2004/03/08 17:51:04 ssa 1.1.2.5: #i25130# remove dbg output 2004/03/05 10:29:22 ssa 1.1.2.4: #i25130# please solaris compiler 2004/03/04 18:07:59 ssa 1.1.2.3: #i25130# provide pixmap caches to speed up drawing 2004/03/01 13:33:54 pl 1.1.2.2: first step in SalDisplay cleanup 2004/02/27 08:31:30 ssa 1.1.2.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [16dfbb04d9e754b0f42644a7eb3043eb1e89a898]

INTEGRATION: CWS nwf (1.1.2); FILE ADDED 2004/03/16 16:31:20 pl 1.1.2.2: #i26570# honor ENABLE_GTK flag 2004/02/27 08:31:29 ssa 1.1.2.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b1270600db90c0a1eef250e2c5c23e6e439fa6c]

INTEGRATION: CWS nwf (1.2.2); FILE MERGED 2004/04/02 13:04:13 ssa 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/16 16:31:20 pl 1.2.2.1: #i26570# honor ENABLE_GTK flag


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b10bb9bd44a5b8bd6bb757baf3c32bb7d8e3bbd]

INTEGRATION: CWS nwf (1.3.2); FILE MERGED 2004/03/25 10:59:20 mmeeks 1.3.2.2: Fix a number of nasty bugs, bring the glib/gtk+ and VCL mainloops to parity so inferior loops work correctly, fix a number of nasty threading / race bugs. Reviewed by:   pl 2004/02/27 08:31:28 ssa 1.3.2.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfe21a5f32379a4f7ac89f1625fa899ace079e36]

INTEGRATION: CWS nwf (1.2.2); FILE MERGED 2004/04/26 14:09:52 pl 1.2.2.7: #116502# move for child frames did not work correctly 2004/03/25 10:59:20 mmeeks 1.2.2.6: Fix a number of nasty bugs, bring the glib/gtk+ and VCL mainloops to parity so inferior loops work correctly, fix a number of nasty threading / race bugs. Reviewed by:   pl 2004/03/09 15:59:12 pl 1.2.2.5: remove unnecessary yieldThread (cancel point entered shortly after 2004/03/08 16:11:28 fa 1.2.2.4: Make for() scoping compliant with ISO C++ 2004/03/04 15:44:25 pl 1.2.2.3: #115278# make plugged mode work 2004/03/01 13:33:53 pl 1.2.2.2: first step in SalDisplay cleanup 2004/02/27 08:31:27 ssa 1.2.2.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [56b5a7684757a16c84a1e9ca90330379cdc4677e]

INTEGRATION: CWS nwf (1.86.30); FILE MERGED 2004/04/02 13:04:37 ssa 1.86.30.2: RESYNC: (1.86-1.87); FILE MERGED 2004/02/27 08:31:27 ssa 1.86.30.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5c8897eea83dbf36e96c63fffc476c86b81a102]

INTEGRATION: CWS nwf (1.1.4); FILE ADDED 2004/03/09 16:52:55 ssa 1.1.4.4: #i25130# improve pixmap caching 2004/03/05 12:30:22 ssa 1.1.4.3: #i25130# don't clip away empty controlregion, some controls carry it in the optional data 2004/03/02 15:49:45 ssa 1.1.4.2: #i25130# improve NWF transparency handling 2004/02/27 08:31:26 ssa 1.1.4.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [bda60134c9b14638016418e1790ce5ee876c36eb]

INTEGRATION: CWS nwf (1.184.2); FILE MERGED 2004/04/02 13:04:27 ssa 1.184.2.4: RESYNC: (1.184-1.187); FILE MERGED 2004/03/17 17:33:41 ssa 1.184.2.3: #i25130# make sure form controls always keep the classic look 2004/03/09 13:17:22 pl 1.184.2.2: add SAL_NO_NWF for debugging purposes 2004/02/27 08:31:25 ssa 1.184.2.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6951f01989ab224c8d43d0caaa59017d0b8a915e]

INTEGRATION: CWS nwf (1.22.66); FILE MERGED 2004/03/31 09:28:34 ssa 1.22.66.1: #i25130# force flat toolbox buttons


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [0366ff7f224f3cfae4445cf251d3a2663de314eb]

INTEGRATION: CWS nwf (1.64.66); FILE MERGED 2004/03/31 09:28:33 ssa 1.64.66.1: #i25130# force flat toolbox buttons


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [9270ba9dc3fed2c2dc6ed8294e16833830da1634]

INTEGRATION: CWS nwf (1.9.2); FILE MERGED 2004/03/15 17:28:18 ssa 1.9.2.3: #i25130# correct tabpage init 2004/03/15 13:34:30 ssa 1.9.2.2: #i25130# draw native tabpages only inside tabcontrols 2004/02/27 08:31:25 ssa 1.9.2.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f13cf82293be5f6fe94c4943eb7baf05a7a9f9e4]

INTEGRATION: CWS nwf (1.11.66); FILE MERGED 2004/03/17 17:34:13 ssa 1.11.66.1: #i25130# improve statusbar text positioning


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e423bf870c5a4e59e50560c9dd00fe80281579f]

INTEGRATION: CWS nwf (1.102.6); FILE MERGED 2004/03/31 11:36:57 ssa 1.102.6.1: #i25130# always enable mouse follows menu


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [24aa7066f71bd664fbba388ee422dff2e78c3e53]

INTEGRATION: CWS nwf (1.12.60); FILE MERGED 2004/02/27 08:31:25 ssa 1.12.60.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b96f752fa495130dd90ade667623626a5665454c]

INTEGRATION: CWS nwf (1.7.66); FILE MERGED 2004/03/17 17:33:40 ssa 1.7.66.4: #i25130# make sure form controls always keep the classic look 2004/03/16 13:33:40 ssa 1.7.66.3: #i25130# support for flat borders (ie with bordersize 1) 2004/03/15 17:27:42 ssa 1.7.66.2: #i25130# support flat borders for all decoview frames 2004/02/27 08:31:24 ssa 1.7.66.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b43bde26d9d2bff6412393cea6ffeb7ff8059511]

INTEGRATION: CWS nwf (1.12.66); FILE MERGED 2004/03/31 11:34:51 ssa 1.12.66.5: #i25130# remove old look and feel support 2004/03/17 17:33:39 ssa 1.12.66.4: #i25130# make sure form controls always keep the classic look 2004/03/16 13:33:39 ssa 1.12.66.3: #i25130# support for flat borders (ie with bordersize 1) 2004/03/15 17:27:42 ssa 1.12.66.2: #i25130# support flat borders for all decoview frames 2004/02/27 08:31:23 ssa 1.12.66.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b487bf88682cb987610f0d3677407328cdff9a92]

INTEGRATION: CWS nwf (1.1.2); FILE ADDED 2004/02/27 08:31:23 ssa 1.1.2.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [9873a529c03638f5f6e46fb9a8329cf51c2d1bca]

INTEGRATION: CWS nwf (1.16.36); FILE MERGED 2004/02/27 08:31:22 ssa 1.16.36.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcbff0f9be2454fab2ab2c520c61b88901dd0fe0]

INTEGRATION: CWS nwf (1.168.2); FILE MERGED 2004/04/02 13:06:12 ssa 1.168.2.4: RESYNC: (1.169-1.170); FILE MERGED 2004/03/15 13:37:07 ssa 1.168.2.3: #i25130# disabled text without shadow 2004/03/05 09:10:15 ssa 1.168.2.2: RESYNC: (1.168-1.169); FILE MERGED 2004/03/01 12:38:00 pl 1.168.2.1: less noise in OSL_DEBUG_LEVEL 2


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f2a5166b8da362756918d205cd39b5d501b0e63]

INTEGRATION: CWS nwf (1.15.66); FILE MERGED 2004/02/27 08:31:21 ssa 1.15.66.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [75ae94ce62dee552510974c0b55f88b6ed7695f1]

INTEGRATION: CWS nwf (1.25.2); FILE MERGED 2004/03/01 12:37:59 pl 1.25.2.1: less noise in OSL_DEBUG_LEVEL 2


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [467a07f8809c6bd7737a42dbbbb50665716a0511]

INTEGRATION: CWS nwf (1.20.2); FILE MERGED 2004/03/31 11:35:44 ssa 1.20.2.7: #i25130# remove support for colored and single line tab controls 2004/03/15 13:36:41 ssa 1.20.2.6: #i25130# no single line forced native tabcontrols 2004/03/11 15:55:09 ssa 1.20.2.5: #i25130# allow for better NWF pixmap caching by using proper clipregion 2004/03/09 16:37:58 ssa 1.20.2.4: #i25130# allow for slightly bigger tabitems as required by gtk 2004/03/04 18:15:22 ssa 1.20.2.3: #i25130# preclip to minimize NWF calls 2004/03/02 15:49:45 ssa 1.20.2.2: #i25130# improve NWF transparency handling 2004/02/27 08:31:21 ssa 1.20.2.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [278df5003b12853cadbdd2c515a55973b0e8999e]

INTEGRATION: CWS nwf (1.13.2); FILE MERGED 2004/03/31 18:59:21 fa 1.13.2.2: - Fix disabled PushButtons (ie Tools->Configure...) and SpinField edit boxes     and button.  (we weren't enabling the widgets at all) - Fix scrollbar Thumb sizes to account for the difference between OOo's size     for controls and the GTK theme's size 2004/02/27 08:31:20 ssa 1.13.2.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce5c09b2de62b4bab3e0e617a45b2c10d90ab3f0]

INTEGRATION: CWS nwf (1.5.66); FILE MERGED 2004/02/27 08:31:20 ssa 1.5.66.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a6b04a6db816d875cf64148249d0a8be2fd018f]

INTEGRATION: CWS nwf (1.12.2); FILE MERGED 2004/02/27 08:31:19 ssa 1.12.2.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcf7e06a7b524246e3d20372d0722a833b2da0d0]

INTEGRATION: CWS nwf (1.25.36); FILE MERGED 2004/03/16 13:33:39 ssa 1.25.36.3: #i25130# support for flat borders (ie with bordersize 1) 2004/03/08 18:06:43 ssa 1.25.36.2: #i25130# make listbox transparent again in datachange 2004/02/27 08:31:19 ssa 1.25.36.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb3e819e750cc892d065ca39a533eb19c55dc075]

INTEGRATION: CWS nwf (1.44.36); FILE MERGED 2004/02/27 08:31:18 ssa 1.44.36.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1251afd361a814786366c8dcdbe15b257ec37c5]

INTEGRATION: CWS nwf (1.3.66); FILE MERGED 2004/03/15 13:34:29 ssa 1.3.66.2: #i25130# draw native tabpages only inside tabcontrols 2004/02/27 08:31:18 ssa 1.3.66.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3759d9fabee1ae4ed943721a6c20e3470091c2a9]

INTEGRATION: CWS nwf (1.63.36); FILE MERGED 2004/03/12 09:46:01 ssa 1.63.36.3: #i25130# Introduced CTRL_EDITBOX_NOBORDER, an edit box without a border. It fixes an infinite loop caused by the absence of the border window. 2004/02/27 13:02:40 pl 1.63.36.2: #i25161# call autocomplete hdl on ext text commit 2004/02/27 08:31:17 ssa 1.63.36.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0edba5c6e2377b4374f3a6e2060c4ecfd3a36b8]

INTEGRATION: CWS nwf (1.12.66); FILE MERGED 2004/02/27 08:31:17 ssa 1.12.66.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c520d330e891074bca4e468db8b915c8b972ffbf]

INTEGRATION: CWS nwf (1.28.66); FILE MERGED 2004/03/16 13:33:39 ssa 1.28.66.3: #i25130# support for flat borders (ie with bordersize 1) 2004/03/08 17:54:04 ssa 1.28.66.2: #i25130# make combobox transparent again in datachange and correct button size 2004/02/27 08:31:17 ssa 1.28.66.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6deb806e284948d1fb25b8da27b8900d64bf32a5]

INTEGRATION: CWS nwf (1.26.2); FILE MERGED 2004/03/17 17:33:38 ssa 1.26.2.6: #i25130# make sure form controls always keep the classic look 2004/03/15 13:35:40 ssa 1.26.2.5: #i25130# improve positioning of symbols on native pushbuttons 2004/03/08 17:54:41 ssa 1.26.2.4: #i25130# use invalidate for mouse over effect 2004/03/04 18:14:38 ssa 1.26.2.3: #i25130# improve mouse over 2004/03/02 15:49:44 ssa 1.26.2.2: #i25130# improve NWF transparency handling 2004/02/27 08:31:16 ssa 1.26.2.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d6c9b20a6296993425dbb9f68d67525d080943b]

INTEGRATION: CWS nwf (1.47.2); FILE MERGED 2004/02/27 08:31:15 ssa 1.47.2.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [123e22a161d22d6ed88f7b802180cde831213c0f]

INTEGRATION: CWS nwf (1.41.66); FILE MERGED 2004/04/02 13:06:53 ssa 1.41.66.4: RESYNC: (1.41-1.42); FILE MERGED 2004/03/31 11:34:50 ssa 1.41.66.3: #i25130# remove old look and feel support 2004/03/15 13:38:22 ssa 1.41.66.2: #i25130# disable changing of look and feel 2004/02/27 08:31:15 ssa 1.41.66.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6aea6e39628ff06661b9a8ad6342a672384d1513]

INTEGRATION: CWS nwf (1.3.82); FILE MERGED 2004/02/27 08:31:14 ssa 1.3.82.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [33209b40a9c430c8482e462c0f659e35492cfb47]

INTEGRATION: CWS nwf (1.35.2); FILE MERGED 2004/04/02 13:07:11 ssa 1.35.2.2: RESYNC: (1.35-1.36); FILE MERGED 2004/02/27 08:31:14 ssa 1.35.2.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbc7534830429b494e58894cd9bba68bd8215569]

INTEGRATION: CWS nwf (1.28.2); FILE MERGED 2004/04/02 13:07:03 ssa 1.28.2.3: RESYNC: (1.28-1.30); FILE MERGED 2004/03/12 14:43:01 ssa 1.28.2.2: svdem needs i18npool 2004/02/27 08:31:13 ssa 1.28.2.1: #i25130# initial native widget framework, merged from srx645


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5aa3d3c0281e74fb82a5df9b5984994d522ee5aa]

INTEGRATION: CWS aw009 (1.12.84); FILE MERGED 2004/04/30 10:16:12 aw 1.12.84.1: #116512#


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [37190b81b970cf3f1463b4ab1597e3aeca29f40f]

INTEGRATION: CWS aw009 (1.5.48); FILE MERGED 2004/04/30 10:15:58 aw 1.5.48.1: #116512#


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e817a76514c181751312c0337f3131c607d6853d]

INTEGRATION: CWS aw009 (1.3.32); FILE MERGED 2004/04/30 10:15:57 aw 1.3.32.1: #116512#


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c1a7ed32ae5b7e5416885a1789ea7e293d256a1]

INTEGRATION: CWS relocinst (1.5.104); FILE MERGED 2004/04/13 08:17:16 kso 1.5.104.1: #i23104# - service com.sun.star.util.OfficeInstallationDirectory


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [917926b2fa36169e577b38146fbf38cf6b41ed58]

INTEGRATION: CWS relocinst (1.1.2); FILE ADDED 2004/04/22 11:00:25 kso 1.1.2.1: #116281# Initial revision


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [af4bebda0688db030f1531c85b94b1ee606b022d]

INTEGRATION: CWS relocinst (1.1.2); FILE ADDED 2004/04/22 11:00:26 kso 1.1.2.1: #116281# Initial revision


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6c4e7860fa458f8f0c3ee6f49d034ac2deb83cb]

INTEGRATION: CWS relocinst (1.1.2); FILE ADDED 2004/04/22 11:05:04 kso 1.1.2.2: #116281# - OfficeInstallationDirectory -> OfficeInstallationDirectories 2004/04/13 08:17:15 kso 1.1.2.1: #i23104# - service com.sun.star.util.OfficeInstallationDirectory


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [de3f4f7fd3ab84e2ad157b1a0a9614c1323541b5]

INTEGRATION: CWS relocinst (1.4.156); FILE MERGED 2004/04/22 11:05:03 kso 1.4.156.2: #116281# - OfficeInstallationDirectory -> OfficeInstallationDirectories 2004/04/13 08:17:14 kso 1.4.156.1: #i23104# - service com.sun.star.util.OfficeInstallationDirectory


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7be8e3133184930c49657be651c1ab1d69f44d56]

INTEGRATION: CWS relocinst (1.6.118); FILE MERGED 2004/04/13 08:17:14 kso 1.6.118.1: #i23104# - service com.sun.star.util.OfficeInstallationDirectory


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8c09560812c61c9df3333ce365d3785d615c19e]

INTEGRATION: CWS relocinst (1.36.66); FILE MERGED 2004/04/22 11:37:02 kso 1.36.66.1: #116448# - Does no longer use ooSetupInstallPath and OfficeInstall config items.


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [576be6a6de315fbcf2fa4f72379eb231e65dfc2e]

INTEGRATION: CWS relocinst (1.44.8); FILE MERGED 2004/04/22 11:37:01 kso 1.44.8.1: #116448# - Does no longer use ooSetupInstallPath and OfficeInstall config items.


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [319c36a86e545b839a53d5647c7c360028076e0f]

INTEGRATION: CWS relocinst (1.14.116); FILE MERGED 2004/04/22 11:36:07 kso 1.14.116.1: #116448# - Deprecated ConfigProperty INSTALLPATH, OFFICEINSTALL, USERINSTALLURL, OFFICEINSTALLURL


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a1f02e2ec03b70f83cb0497c1e269fbc6878fc8]

INTEGRATION: CWS relocinst (1.6.376); FILE MERGED 2004/04/22 11:28:04 kso 1.6.376.2: #116281# - OfficeInstallationDirectory -> OfficeInstallationDirectories 2004/04/13 08:36:13 kso 1.6.376.1: #116281# - Does no longer store absolute paths to the office installation dir.


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6485ab3756872e21a7b79f0c01405e189bf7739]

INTEGRATION: CWS dba09 (1.62.24); FILE MERGED 2004/04/27 06:23:10 fs 1.62.24.3: RESYNC: (1.62-1.63); FILE MERGED 2004/03/19 15:11:05 fs 1.62.24.2: #i13497# +BASEPROPERTY_LINE_END_FORMAT 2004/03/17 14:23:12 fs 1.62.24.1: #i26549# reverted the fix for #96986# In agreement with TBE (who was the reporter of 96986), 96986 described a behavior which is no bug: When changing the content of a control via API, especially via a model property, the listeners of the control should *not* be called. Listeners are only to be called when a user interaction happened.


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7be605e7ea89cbff14b63f6c1478358528482280]

INTEGRATION: CWS dba09 (1.9.494); FILE MERGED 2004/04/27 08:38:59 fs 1.9.494.2: RESYNC: (1.9-1.10); FILE MERGED 2004/03/19 15:19:34 fs 1.9.494.1: #i13497# VCLXMultiLineEdit: remember and respect a LineEndFormat setting


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d154d5933ef974bed3071f3dedf5dbd0f8aff0e0]

INTEGRATION: CWS dba09 (1.2.494); FILE MERGED 2004/04/27 08:38:49 fs 1.2.494.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/19 15:19:15 fs 1.2.494.1: #i13497# VCLXMultiLineEdit: remember and respect a LineEndFormat setting


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec95dbdaa7c1109fe2ffb775179833e17f702777]

INTEGRATION: CWS dba09 (1.42.78); FILE MERGED 2004/03/19 15:17:23 fs 1.42.78.1: #i13497# #i14649# +GetSelected( LineEnd )


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [99d1fbbadf363ecfc413b023823a9dc686929ca1]

INTEGRATION: CWS dba09 (1.25.112); FILE MERGED 2004/03/22 09:47:57 fs 1.25.112.2: #i14649# corrected ClearModifyFlag 2004/03/19 15:17:24 fs 1.25.112.1: #i13497# #i14649# GetSelected/GetText/GetTextLines now also with LineEnd parameter


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [9675b7a45f4709894ce5023900d2198fd204f24e]

INTEGRATION: CWS dba09 (1.22.268); FILE MERGED 2004/03/22 09:47:19 fs 1.22.268.1: #i14649# allow changing the row height interactively


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c85e85191a9b97656d56b4a5931fccdf13c5f8b]

INTEGRATION: CWS dba09 (1.5.354); FILE MERGED 2004/03/22 16:12:00 fs 1.5.354.2: #i13497# #i14649# 2004/03/19 15:20:01 fs 1.5.354.1: #i14649# EditCellController can now also work with a multi line edit


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e29a80c0cd1c15b171bb26cd054d8605592e70ea]

INTEGRATION: CWS dba09 (1.7.522); FILE MERGED 2004/03/22 09:47:20 fs 1.7.522.1: #i14649# allow changing the row height interactively


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [be792c5887656820c47ad61ed69dfe8262838221]

INTEGRATION: CWS dba09 (1.11.496); FILE MERGED 2004/03/24 14:37:20 fs 1.11.496.2: don't use the modifier key when changing the row height (spec adjusted due to iTeam wishes) 2004/03/22 09:47:19 fs 1.11.496.1: #i14649# allow changing the row height interactively


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a3a4b0839c02ca5b7476c3a517279572dfc8697]

INTEGRATION: CWS dba09 (1.25.174); FILE MERGED 2004/03/22 09:47:18 fs 1.25.174.1: #i14649# allow changing the row height interactively


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [07b617f9374444496dceaf44a796c6519f62605c]

INTEGRATION: CWS dba09 (1.29.174); FILE MERGED 2004/03/22 09:47:19 fs 1.29.174.1: #i14649# allow changing the row height interactively


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c00fbf8c000ed76e29455ccad142a7638eae7f5]

INTEGRATION: CWS dba09 (1.110.74); FILE MERGED 2004/03/24 10:47:05 fs 1.110.74.2: RESYNC: (1.110-1.111); FILE MERGED 2004/03/19 15:20:46 fs 1.110.74.1: #i14649# deliver editimplementation.hxx


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a16ea56919f981e1622a0769a39089fc08ca0fdf]

INTEGRATION: CWS defaultbrowser (1.18.80); FILE MERGED 2004/04/29 06:36:27 obr 1.18.80.2: #i27120# do not return reference to temporary 2004/04/27 06:45:56 obr 1.18.80.1: #i27120# export a string interface identifying the desktop environment


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0587144a8083d21ada1c6d5d86fcc2fff038d51]

INTEGRATION: CWS defaultbrowser (1.4.36); FILE MERGED 2004/04/29 07:41:25 obr 1.4.36.2: #i27120# /usr/dt/lib no longer in LD_LIBRARY_PATH 2004/04/27 06:45:55 obr 1.4.36.1: #i27120# export a string interface identifying the desktop environment


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5cae83d932b8c101ffef5b448ef566f139e849fd]

INTEGRATION: CWS defaultbrowser (1.20.58); FILE MERGED 2004/04/29 07:41:00 obr 1.20.58.1: #i27120# /usr/dt/lib no longer in LD_LIBRARY_PATH


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [30bb54656e1b13c6e668612b34f23c9848a6d016]

INTEGRATION: CWS defaultbrowser (1.48.36); FILE MERGED 2004/04/27 06:45:56 obr 1.48.36.1: #i27120# export a string interface identifying the desktop environment


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc6187c3b8147b0195dda0d077a7daf540df34b7]

INTEGRATION: CWS dba09 (1.20.44); FILE MERGED 2004/04/27 06:23:53 fs 1.20.44.3: RESYNC: (1.20-1.21); FILE MERGED 2004/03/19 15:10:57 fs 1.20.44.2: #i13497# +BASEPROPERTY_LINE_END_FORMAT 2004/03/16 15:18:22 fs 1.20.44.1: #i26399# +BASEPROPERTY_LIVE_SCROLL


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7824fdb328389d966b368b74c7e8b277c82bb95]

INTEGRATION: CWS dba09 (1.33.46); FILE MERGED 2004/04/27 06:23:46 fs 1.33.46.2: RESYNC: (1.33-1.34); FILE MERGED 2004/03/18 09:08:27 fs 1.33.46.1: #i23451# setPropertyValues: unlock our mutex before calling into setFastPropertyValues


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [60c91846183478ddf8d5e649e9cf64fc834c8d53]

INTEGRATION: CWS dba09 (1.2.46); FILE MERGED 2004/03/16 15:18:42 fs 1.2.46.1: #i26399# +BASEPROPERTY_LIVE_SCROLL


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4f4be28e41afd1e8004e8fe4886765c576029ea]

INTEGRATION: CWS dba09 (1.45.46); FILE MERGED 2004/04/27 06:23:03 fs 1.45.46.2: RESYNC: (1.45-1.46); FILE MERGED 2004/03/16 15:19:00 fs 1.45.46.1: #i26399# +BASEPROPERTY_LIVE_SCROLL


2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d76bf64c2f242efa015732fb774397f4e125612e]

INTEGRATION: CWS dba09 (1.15.44); FILE MERGED 2004/04/27 06:22:42 fs 1.15.44.3: RESYNC: (1.15-1.16); FILE MERGED 2004/03/19 15:10:43 fs 1.15.44.2: #i13497# +BASEPROPERTY_LINE_END_FORMAT 2004/03/16 15:18:04 fs 1.15.44.1: #i26399# +BASEPROPERTY_LIVE_SCROLL


2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [236888ebc89c9117a1abb65629cdae7a5a02f518]

INTEGRATION: CWS frmcontrols03 (1.12.146); FILE MERGED 2004/02/18 10:31:14 fs 1.12.146.1: registry name has changed ... (does anybody really use this except the obsolete workbench program in svx??)


2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [1a46dbc93dc33c875140a475db75b2ab59fde35c]

INTEGRATION: CWS frmcontrols03 (1.18.54); FILE MERGED 2004/04/29 09:13:38 fs 1.18.54.4: #i10000# 2004/04/28 15:38:01 fs 1.18.54.3: RESYNC: (1.19-1.23); FILE MERGED 2004/02/19 17:05:43 fs 1.18.54.2: RESYNC: (1.18-1.19); FILE MERGED 2004/02/18 10:28:01 fs 1.18.54.1: +listenernotification


2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [404ebd26bb04514f15a2858dc03920306faf3491]

INTEGRATION: CWS frmcontrols03 (1.83.26); FILE MERGED 2004/03/23 15:27:39 fs 1.83.26.3: RESYNC: (1.86-1.87); FILE MERGED 2004/02/19 15:54:26 fs 1.83.26.2: RESYNC: (1.83-1.86); FILE MERGED 2004/02/18 15:34:19 fs 1.83.26.1: #i24986# ImplNotifyKeyMouseEventListeners renamed to ImplHandleKeyMouseEventListeners / call CommandEventListeners for compound controls (approved by SSA)


2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [ed24e3cd2adb6decd504e9b9cfb868d1f04ca1f7]

INTEGRATION: CWS frmcontrols03 (1.180.26); FILE MERGED 2004/03/23 15:27:29 fs 1.180.26.3: RESYNC: (1.183-1.187); FILE MERGED 2004/02/19 15:54:05 fs 1.180.26.2: RESYNC: (1.180-1.183); FILE MERGED 2004/02/18 15:34:35 fs 1.180.26.1: #i24986# ImplNotifyKeyMouseEventListeners renamed to ImplHandleKeyMouseEventListeners / call CommandEventListeners for compound controls (approved by SSA)


2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [7fba611ef6e3c5fe1430d57f4e7dc9c31f0c6f44]

INTEGRATION: CWS frmcontrols03 (1.13.120); FILE MERGED 2004/03/23 15:26:05 fs 1.13.120.2: RESYNC: (1.13-1.14); FILE MERGED 2004/03/02 08:06:22 fs 1.13.120.1: #i24387# prepare UnoEditControl for being exported (don't filter the identifier)


2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [039d75af15e7c4b1a6bf44449225caf1ddccc709]

INTEGRATION: CWS frmcontrols03 (1.61.10); FILE MERGED 2004/04/28 15:00:37 fs 1.61.10.4: RESYNC: (1.62-1.63); FILE MERGED 2004/03/02 08:04:53 fs 1.61.10.3: #i24387# prepare UnoEditControl for being exported and derived from 2004/02/19 17:02:58 fs 1.61.10.2: RESYNC: (1.61-1.62); FILE MERGED 2004/02/18 14:45:44 fs 1.61.10.1: #i24387# UnoEditControl: fixed getText and insertText


2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [9f860f4cd5d768eafbf09de2cd75c341ac89bdf7]

INTEGRATION: CWS frmcontrols03 (1.3.128); FILE MERGED 2004/03/02 08:05:34 fs 1.3.128.1: #i24387# ImplHasProperty: allow to be called when the model is still NULL


2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [cd492e7b50b8b7f7ea262ac4e8e641c77919f7d8]

INTEGRATION: CWS frmcontrols03 (1.26.74); FILE MERGED 2004/04/28 15:01:01 fs 1.26.74.3: RESYNC: (1.26-1.28); FILE MERGED 2004/03/02 08:04:47 fs 1.26.74.2: #i24387# +requiresNewPeer: allow derived classes to decide whether a property change requires a new peer 2004/02/18 14:45:53 fs 1.26.74.1: #i24387# +peerCreated


2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [8f42cf912911fdc54a322eccb356b9e4f3198b94]

INTEGRATION: CWS frmcontrols03 (1.43.12); FILE MERGED 2004/02/19 17:03:40 fs 1.43.12.2: RESYNC: (1.43-1.44); FILE MERGED 2004/02/18 14:44:42 fs 1.43.12.1: #i24387#


2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [ffebccf638a78fdb5698b3e3d3f277aae2249bfd]

INTEGRATION: CWS frmcontrols03 (1.15.8); FILE MERGED 2004/03/23 15:26:33 fs 1.15.8.2: RESYNC: (1.15-1.16); FILE MERGED 2004/03/02 08:02:53 fs 1.15.8.1: #i24387# export UnoEditControl


2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [f8ae3dfa90c7c2b45a149ea758a719675cf9b203]

INTEGRATION: CWS frmcontrols03 (1.30.10); FILE MERGED 2004/03/02 08:03:44 fs 1.30.10.1: #i24387# prepare UnoEditControl for being exported and derived from


2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [c4ae3968a46f58a909c9acd1da5018281bc199c8]

INTEGRATION: CWS frmcontrols03 (1.9.114); FILE MERGED 2004/03/02 08:03:57 fs 1.9.114.2: #i24387# +requiresNewPeer 2004/02/18 14:44:09 fs 1.9.114.1: #i24387# +peerCreated


2004-05-04  Kurt Zenker  <kz@openoffice.org>  [9f90929d81046a6a93bc90b8c87d9022f50f8a6b]

new version for SRC680


2004-05-03  Kurt Zenker  <kz@openoffice.org>  [80b29a6e9f331da32e25db54e751fc4493e9f88c]

new version for SRC680


2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [92bacd98c36765978fb205829baadb478add53e9]

INTEGRATION: CWS swqod01 (1.16.106); FILE MERGED 2004/04/28 08:44:15 od 1.16.106.2: RESYNC: (1.16-1.17); FILE MERGED 2004/03/12 13:19:46 os 1.16.106.1: #i26375# align search ranges for borders and margins between ruler and Writer tables


2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [0b188183aa0144da4f84fc0733dc5ad775c2335c]

INTEGRATION: CWS binfilter (1.7.20); FILE MERGED 2003/10/30 14:38:56 aw 1.7.20.2: RESYNC: (1.7-1.8); FILE MERGED 2003/07/11 08:23:05 aw 1.7.20.1: // #110743# // Added necessary defines for binfilter stripping


2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [6afea866215109b6ba0f48f81f8ca5e392b78536]

INTEGRATION: CWS binfilter (1.1.1.1.146); FILE MERGED 2003/11/11 17:30:18 aw 1.1.1.1.146.2: #111880# Added friend definition to class B3DBVolume for binfilter namespace 2003/11/07 11:50:40 aw 1.1.1.1.146.1: #111880# To allow stripped binfilter code from bf_svx to compile, it is necessary to add the copied bf_svx classes as friends, too.


2004-05-03  Oliver Bolte  <obo@openoffice.org>  [c1cec707d4c71fdfac8a3367d5bdc93a2ca7883a]

new version for SRC680


2004-04-30  Oliver Bolte  <obo@openoffice.org>  [ca9bb12fbb78379f8460d292d07ec7de8d2c9c24]

new version for SRC680


2004-04-30  Oliver Bolte  <obo@openoffice.org>  [767e0bdb3926ab021b4ad920d03298bc9fded05d]

new version for SRC680


2004-04-30  Oliver Bolte  <obo@openoffice.org>  [b170ada70a8aa4731e63da721d727439a252a60c]

new version for SRC680


2004-04-29  Oliver Bolte  <obo@openoffice.org>  [b28655c7724ea3cd7bea6993477b2ca6d612634e]

INTEGRATION: CWS os12 (1.1.138); FILE MERGED 2004/03/08 11:18:47 jb 1.1.138.1: #112224# Fix configpath extractor functions to deescape character entity references (&quot, &apos; and &amp;)


2004-04-29  Oliver Bolte  <obo@openoffice.org>  [02d74472689ba91d1f76858344cdfa7bcac81eec]

INTEGRATION: CWS os12 (1.13.106); FILE MERGED 2003/07/09 12:37:14 os 1.13.106.1: #103299# SvxAddressItem removed


2004-04-29  Oliver Bolte  <obo@openoffice.org>  [16cf38d1c1ba137e71196787179306fda5d43a3a]

INTEGRATION: CWS os12 (1.2.290); FILE MERGED 2003/07/21 09:05:26 os 1.2.290.1: #103299# SvtUndoOptions is an SfxBroadcaster


2004-04-29  Oliver Bolte  <obo@openoffice.org>  [fd52265a17daa69a11f516feb1cd2f00805cf5c0]

INTEGRATION: CWS os12 (1.62.106); FILE MERGED 2004/02/19 13:35:59 os 1.62.106.2: RESYNC: (1.62-1.64); FILE MERGED 2003/07/21 09:05:41 os 1.62.106.1: #103299# Set/GetPath added


2004-04-29  Oliver Bolte  <obo@openoffice.org>  [5de96ae899e488cd4212c984a0f813151fd4e40c]

INTEGRATION: CWS os12 (1.14.38); FILE MERGED 2004/04/21 08:00:00 as 1.14.38.8: #114059# handle sweb/sglobal more tolerant - because they are registered in different versions :-( 2004/04/20 08:39:30 as 1.14.38.7: #115767# read only existing and valid property values 2004/04/08 11:08:11 os 1.14.38.6: #103299# merge errors corrected 2004/04/07 16:15:41 os 1.14.38.5: RESYNC: (1.14-1.16); FILE MERGED 2004/03/11 09:51:13 as 1.14.38.4: #114059# use direct type properties instead of filter query 2004/03/10 13:41:52 os 1.14.38.3: #103299# read only configuration of default filters 2004/03/09 12:20:04 as 1.14.38.2: #114059# new method to classify by short name 2004/03/04 12:34:12 as 1.14.38.1: #114059# support new property DefaultFilter


2004-04-29  Oliver Bolte  <obo@openoffice.org>  [0734578bcf0a9ced68f391ad3b25844f89a6e759]

INTEGRATION: CWS os12 (1.41.42); FILE MERGED 2004/04/08 10:47:38 os 1.41.42.7: #103299# merge errors corrected 2004/04/07 16:15:33 os 1.41.42.6: RESYNC: (1.45-1.46); FILE MERGED 2004/02/26 16:10:07 os 1.41.42.5: #103299# duplicate moduleoptions.obj removed 2004/02/20 08:59:46 os 1.41.42.4: RESYNC: (1.42-1.45); FILE MERGED 2003/10/22 14:45:54 os 1.41.42.3: RESYNC: (1.41-1.42); FILE MERGED 2003/07/21 09:06:48 os 1.41.42.2: #103299# SvtUndoOptions is an SfxBroadcaster 2003/07/09 12:37:53 os 1.41.42.1: #103299# SvxAddressItem removed


2004-04-29  Oliver Bolte  <obo@openoffice.org>  [3cc1c0831f778f40330a30cbe3aefc3122107720]

INTEGRATION: CWS os12 (1.2.106); FILE MERGED 2004/03/10 14:33:35 os 1.2.106.2: #103299# read only flags correctly set 2003/07/09 12:39:12 os 1.2.106.1: #103299# readonly configuration support for dialogs


2004-04-29  Oliver Bolte  <obo@openoffice.org>  [db8bce00ed5153828c0c8c0aeb22f1914d714e10]

INTEGRATION: CWS os12 (1.1.254); FILE MERGED 2003/07/09 12:39:11 os 1.1.254.1: #103299# readonly configuration support for dialogs


2004-04-28  Vladimir Glazounov  <vg@openoffice.org>  [5fcb2110273c4ff75c95c5fc3b7081b0cf657be1]

new version for SRC680


2004-04-28  Kurt Zenker  <kz@openoffice.org>  [b914f2c2b853a16234a617f3064ac76f1396e5e8]

new version for SRC680


2004-04-27  Oliver Bolte  <obo@openoffice.org>  [09111424ebdb2bd32dcc2d2d341a3b169f3f00c4]

INTEGRATION: CWS tl01 (1.2.38); FILE MERGED 2004/04/20 14:41:59 tl 1.2.38.5: RESYNC: (1.2-1.3); FILE MERGED 2004/04/02 10:29:22 tl 1.2.38.4: #110762# change in Hangul/Hanja text conversion API 2004/03/22 11:18:21 tl 1.2.38.3: #111082# eDirection for Hangul/Hanja conversion fixed 2003/07/31 10:57:30 tl 1.2.38.2: #110762# make use of Hangul/Hanja user dictionaries 2003/07/31 10:56:09 tl 1.2.38.1: #110763# make use of Hangul/Hanja user dictionaries


2004-04-27  Oliver Bolte  <obo@openoffice.org>  [d705d13d502d50250deccbbd60c646a3f8e9e25a]

INTEGRATION: CWS tl01 (1.3.284); FILE MERGED 2003/08/01 11:28:59 tl 1.3.284.2: #110762# API for Hangul/Hanja user dictionaries 2003/07/29 09:20:42 tl 1.3.284.1: #110762# Hangul/Hanja text conversion user dictionaries


2004-04-27  Oliver Bolte  <obo@openoffice.org>  [c439ae419c188ba80f93151a327769280d9c579d]

INTEGRATION: CWS westportfilterteam26 (1.13.60); FILE MERGED 2004/03/02 12:14:23 mmaher 1.13.60.2: RESYNC: (1.13-1.14); FILE MERGED 2004/02/18 16:47:47 cmc 1.13.60.1: #i16185 the \bin keyword is a special case because its data is binary, therefore skipping rtf by counting {} doesn't work if we run into a \bin area because they can exist in the binary dump. So we must handle the \bin token specially when skipping contents (why ms broke a perfectly good idea of the rtf format to dump in binary data I just don't know)


2004-04-27  Oliver Bolte  <obo@openoffice.org>  [c232debf47c20bd840cb47a934cb979032eef394]

INTEGRATION: CWS cso001 (1.14.92); FILE MERGED 2004/03/23 12:50:39 hjs 1.14.92.1: #116006# merge


2004-04-23  Kurt Zenker  <kz@openoffice.org>  [1df2c34ff971e7a391fe4dbb82a0371a401010ea]

#i10000# mergeconflicts corrected


2004-04-22  Kurt Zenker  <kz@openoffice.org>  [aefd9a489423b6886a6ad6bc47ae40a0709abc26]

new version for SRC680


2004-04-21  Rüdiger Timm  <rt@openoffice.org>  [deb9dd4ec2ed135ed5c771f732f3b0d14ebb3552]

new version for SRC680


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [cc172fdddc54f7fc9e4dcfe59120c024b4da7479]

INTEGRATION: CWS ooo20040329 (1.12.82); FILE MERGED 2004/03/17 11:27:26 waratah 1.12.82.1: #i1858# correct some spelling mistakes in comments


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [3c8631c665aa5f4f47a51bd2a28ac728b1bfced2]

INTEGRATION: CWS ooo20040329 (1.3.156); FILE MERGED 2004/03/17 09:19:55 waratah 1.3.156.1: #i1858# alter the order of some definitions to fix some -Wall warnings


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [eddfa9bb554b54a20739e9bc93092397df56156e]

INTEGRATION: CWS ooo20040329 (1.2.164); FILE MERGED 2004/03/17 09:19:55 waratah 1.2.164.1: #i1858# alter the order of some definitions to fix some -Wall warnings


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [b3919e7d6efa4e5676088fa4dd71463c4c731fda]

INTEGRATION: CWS ooo20040329 (1.1.164); FILE MERGED 2004/03/17 09:19:55 waratah 1.1.164.1: #i1858# alter the order of some definitions to fix some -Wall warnings


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [49db3ce0fba0f75c5db44b74192cd8c8caf9a9ae]

INTEGRATION: CWS ooo20040329 (1.3.168); FILE MERGED 2004/03/17 09:20:42 waratah 1.3.168.1: #i1858# bracket the pragma for windows to remove a -Wall warning for gcc


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [7df61e76eb6a2df47cb4318d4ba331929268803a]

INTEGRATION: CWS ooo20040329 (1.4.166); FILE MERGED 2004/03/17 09:19:56 waratah 1.4.166.1: #i1858# alter the order of some definitions to fix some -Wall warnings


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [81c1bf5117d745b6a52d8b5d1a3d9e27d6fcd0ce]

INTEGRATION: CWS ooo20040329 (1.9.72); FILE MERGED 2004/03/15 13:07:21 waratah 1.9.72.1: #i1858# correct some ordering on the class definition to stop some warnings under -Wall Remove some MPW code (MPW no longer supported)


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [4158b813b75654c9c248ede17aef473b10400704]

INTEGRATION: CWS ooo20040329 (1.64.72); FILE MERGED 2004/03/15 13:04:55 waratah 1.64.72.1: #i1858# correct some ordering on the class definition to stop some warnings under -Wall


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [2cfac4f2d2302cc0d3cc473fc8eba5408c02322a]

INTEGRATION: CWS ooo20040329 (1.13.350); FILE MERGED 2004/03/15 13:03:12 waratah 1.13.350.1: #i1858# wrap a stopper around the pragma hdrstop to get rid of a warning under -Wall


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [add2d565b31996a1103463bb1e1189d3cd126e35]

INTEGRATION: CWS ooo20040329 (1.13.122); FILE MERGED 2004/03/15 13:01:43 waratah 1.13.122.1: #i1858# wrap a stopper around the pragma hdrstop to get rid of a warning under -Wall


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [28052655b595ca9911c1f1059e9e52056a581960]

INTEGRATION: CWS ooo20040329 (1.23.70); FILE MERGED 2004/03/26 12:02:15 khendricks 1.23.70.1: numbers must be built before util in svtools


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [3d47d2b598baa1259d9725a982911847bc7e5f13]

INTEGRATION: CWS loadenv01 (1.19.24); FILE MERGED 2004/03/22 06:54:12 as 1.19.24.2: #i24378# move condition to ucbhelper; use new interception helper 2004/03/15 06:28:20 as 1.19.24.1: #i24378# use new MediaDescriptor helper and constant values


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [66a602a4070a7fad2ed2fefdceffec21773fbf86]

INTEGRATION: CWS loadenv01 (1.7.48); FILE MERGED 2004/03/22 06:52:19 as 1.7.48.1: #i24378# new helper to modify interaction handling more easy


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [81dd6a94bfcc8fe9f4e3bd0a88d5b559fa479462]

INTEGRATION: CWS loadenv01 (1.9.78); FILE MERGED 2004/03/22 06:51:16 as 1.9.78.2: #i24378# new helper to modify interaction handling more easy 2004/03/15 10:30:15 as 1.9.78.1: #i24378# new helper to open streams read/write as XStream


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [9d418496331609853a1819a5a3566490a587cc9d]

INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/03/22 06:49:53 as 1.1.2.1: #i24378# new helper to modify interaction handling more easy


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [e07ec3617b6761e1d430f1c8f38262d7ed0f44f6]

INTEGRATION: CWS loadenv01 (1.27.48); FILE MERGED 2004/03/22 13:51:24 kso 1.27.48.2: #i26803# - Improved/fixed exceptions when creating contents. 2004/03/15 10:30:15 as 1.27.48.1: #i24378# new helper to open streams read/write as XStream


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [3c837ebf72aa8354512df6e928c641235536ed46]

INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/03/15 10:29:40 as 1.1.2.1: #i24378# new helper to work with an ActiveDataStreamer


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [6c0488eff3f0c24befab0e569d3e61fbb815e888]

INTEGRATION: CWS loadenv01 (1.20.10); FILE MERGED 2004/03/29 10:57:46 as 1.20.10.2: #i24378# move condition class from comphelper to salhelper 2004/03/22 06:51:29 as 1.20.10.1: #i24378# new helper to modify interaction handling more easy


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [5f056e9ba1a92a636f2779859a8cd00b59872307]

INTEGRATION: CWS loadenv01 (1.11.28); FILE MERGED 2004/03/29 10:57:45 as 1.11.28.2: #i24378# move condition class from comphelper to salhelper 2004/03/22 14:14:22 as 1.11.28.1: #i24378# correct dependcies between comphelper and ucbhelper


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [bda4ed2427a0e01240a10be51d4ea89197bc9379]

INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/03/22 06:50:13 as 1.1.2.1: #i24378# new helper to modify interaction handling more easy


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [0a68cbec289606f0e71cfd923a088305ab7b7e77]

INTEGRATION: CWS loadenv01 (1.12.86); FILE MERGED 2004/03/15 10:30:15 as 1.12.86.1: #i24378# new helper to open streams read/write as XStream


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [1b758c744ba130dc22a3ca2c1071d4f713158590]

INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/03/15 10:29:12 as 1.1.2.1: #i24378# new helper to work with an ActiveDataStreamer


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [d01237161c3b923d9fdc5c1f368dd312b256e1b8]

INTEGRATION: CWS loadenv01 (1.13.86); FILE MERGED 2004/03/29 10:59:41 as 1.13.86.1: #i24378# move condition class from comphelper to salhelper


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [991f2707e3580bcec2529c4a8a7ad807c68a46ff]

INTEGRATION: CWS loadenv01 (1.12.142); FILE MERGED 2004/03/15 10:45:49 mba 1.12.142.1: #115936#: allow loading through XStream in MediaDescriptor


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [9797e4147333b9e2e42af84efd06ae27228056c2]

INTEGRATION: CWS loadenv01 (1.47.10); FILE MERGED 2004/03/29 10:59:40 as 1.47.10.3: #i24378# move condition class from comphelper to salhelper 2004/03/22 07:05:50 as 1.47.10.2: #i24378# move condition to ucbhelper 2004/03/15 10:45:49 mba 1.47.10.1: #115936#: allow loading through XStream in MediaDescriptor


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [44ca7bb63a0d26dd9d2b7f31f1140a60a7b6d56a]

INTEGRATION: CWS loadenv01 (1.3.142); FILE MERGED 2004/03/15 10:45:31 mba 1.3.142.1: #115936#: allow loading through XStream in MediaDescriptor


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [c48ef6bba7bebd113e7521f1b49a1a9119d28375]

INTEGRATION: CWS loadenv01 (1.22.86); FILE MERGED 2004/03/15 10:45:31 mba 1.22.86.1: #115936#: allow loading through XStream in MediaDescriptor


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [4329d9be5ee53e5689f59367a44d28b3b47d7428]

INTEGRATION: CWS loadenv01 (1.5.98); FILE MERGED 2004/03/15 08:41:22 as 1.5.98.1: #i24378# new dependency to ucbhelper


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [c60de1ec7a06dc04f3e77eef994098af27822286]

INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/03/31 07:08:05 as 1.1.2.7: #i24378# use right exception declaration 2004/03/29 08:55:28 as 1.1.2.6: #i24378# small changes inside interaction handling 2004/03/22 14:13:35 as 1.1.2.5: #i24378# correct includes for pro/nonpro versions 2004/03/22 06:54:13 as 1.1.2.4: #i24378# move condition to ucbhelper; use new interception helper 2004/03/15 10:27:33 as 1.1.2.3: #i24378# open stream step 3 2004/03/15 08:41:54 as 1.1.2.2: #i24378# make it working step 2 2004/03/15 06:27:56 as 1.1.2.1: #i24378# new helper to work with a MediaDescriptor


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [7073d5c57bb4456c10676090aecc67c1b22524f4]

INTEGRATION: CWS loadenv01 (1.6.112); FILE MERGED 2004/03/22 14:14:07 as 1.6.112.1: #i24378# correct dependcies between comphelper and ucbhelper


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [88d60b3c21d354167ff41ab7126e7e2e5e13027f]

INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/03/22 06:54:11 as 1.1.2.2: #i24378# move condition to ucbhelper; use new interception helper 2004/03/15 06:28:19 as 1.1.2.1: #i24378# use new MediaDescriptor helper and constant values


2004-04-21  Sander Vesik  <svesik@openoffice.org>  [9d89b58cae6bc8f467307b5921ad3816da80f029]

INTEGRATION: CWS loadenv01 (1.2.112); FILE MERGED 2004/03/29 13:12:58 as 1.2.112.1: #i24378# move condition to salhelper


2004-04-20  Sander Vesik  <svesik@openoffice.org>  [64654bbd522a18f24bf23531e24815a649b074eb]

INTEGRATION: CWS sab013 (1.15.96); FILE MERGED 2004/04/14 13:31:11 sab 1.15.96.1: #i16293#; support size unlimited Bitmaps


2004-04-20  Sander Vesik  <svesik@openoffice.org>  [c4859ab870ce02fe92b8724f367809735534fbd7]

INTEGRATION: CWS sab013 (1.6.96); FILE MERGED 2004/04/14 13:31:11 sab 1.6.96.1: #i16293#; support size unlimited Bitmaps


2004-04-13  Kurt Zenker  <kz@openoffice.org>  [59b2e571dfc24d5da7b8c423dc7befeddd6bf5bd]

new version for SRC680


2004-04-13  Kurt Zenker  <kz@openoffice.org>  [a16d21bdb6c372ff075774ccab1afd72ba535451]

new version for SRC680


2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d99f4ce652856ffff071327f53e9d79b579ca870]

INTEGRATION: CWS unopkg1 (0); FILE ADDED


2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d343afab8069229650ef89fd9a7e0a03a47d3f31]

INTEGRATION: CWS unopkg1 (0); FILE MERGED


2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc570f8110d64ee70550b7bc3fea0e3484a0dd4a]

INTEGRATION: CWS unopkg1 (1.37.10); FILE MERGED 2004/01/19 15:16:27 mav 1.37.10.1: #114733# do not create storage opened in readonly mode


2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0a44d7440212fe4d46b14b0ad80a93bcc035f55]

INTEGRATION: CWS unopkg1 (1.14.122); FILE MERGED 2004/03/16 15:30:22 dbo 1.14.122.1: #115884# uninitialized temp directory


2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [85dae00ee9331d380a854d5bb4666bbd9b5efeae]

INTEGRATION: CWS unopkg1 (1.12.58); FILE MERGED 2004/02/12 11:44:34 kso 1.12.58.1: #112920# - Did no longer compile after latest CVL changes.


2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b3597cabec7428f2260a7116b81382247037c3d]

INTEGRATION: CWS unopkg1 (1.1.88); FILE MERGED 2004/03/15 12:48:53 dbo 1.1.88.1: #113678# fixing interaction classification


2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1bfb6a5241dc9aa1aa97faa75303857196c1e45]

INTEGRATION: CWS unopkg1 (1.27.28); FILE MERGED 2003/11/28 12:42:26 dbo 1.27.28.1: insertNewcontent(): providing an empty input stream instead of null reference


2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [68aedc4fceb9d73330c395758147ce8209c114b9]

INTEGRATION: CWS unopkg1 (1.19.10); FILE MERGED 2004/03/02 12:58:31 dbo 1.19.10.2: RESYNC: (1.19-1.20); FILE MERGED 2004/01/08 16:54:27 sb 1.19.10.1: #112920# Added vnd.sun.star.tdoc URL scheme.


2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [78b80a45d78ed04026586fdb30d668d92b9ef356]

INTEGRATION: CWS unopkg1 (1.40.64); FILE MERGED 2004/03/24 09:25:16 dbo 1.40.64.4: RESYNC: (1.42-1.43); FILE MERGED 2004/03/02 13:01:30 dbo 1.40.64.3: RESYNC: (1.40-1.42); FILE MERGED 2004/01/08 16:54:26 sb 1.40.64.2: #112920# Added vnd.sun.star.tdoc URL scheme. 2003/11/28 13:09:08 dbo 1.40.64.1: #i20304# adding support for vnd.sun.star.expand


2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca340453e5a682ce96f9985bbdbe65acd2faf90e]

INTEGRATION: CWS frmcontrols02 (1.62.22); FILE MERGED 2004/03/24 15:31:44 fs 1.62.22.2: RESYNC: (1.62-1.64); FILE MERGED 2004/01/29 15:19:40 fs 1.62.22.1: #i24727# properly determine whether a separator needs to be automatically hidden


2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [060b59d0d0dcabd402f03a0d341885a36829d3e3]

INTEGRATION: CWS frmcontrols02 (1.26.72); FILE MERGED 2004/01/21 16:24:56 fs 1.26.72.1: +peerCreated


2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [70fa3b8baba2cc29f43e1ca61f48b72998e61cfc]

INTEGRATION: CWS frmcontrols02 (1.7.126); FILE MERGED 2004/01/21 16:24:09 fs 1.7.126.1: wrong tabbing in some cases ...


2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d41211bcba3897d722a3025e6ac94c2cfae3597]

INTEGRATION: CWS frmcontrols02 (1.9.112); FILE MERGED 2004/01/21 16:22:26 fs 1.9.112.1: +peerCreated


2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d66b63bb343851bcb4551fc72da8a93de97cc77]

INTEGRATION: CWS frmcontrols02 (1.1.4); FILE ADDED 2004/03/25 10:19:44 fs 1.1.4.2: #100000# 2004/01/22 09:58:52 fs 1.1.4.1: non-ref-count version of the former OPropertyContainer (which is now derived)


2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a9a5b00f9f2baea772920e11d52092f06723914]

INTEGRATION: CWS frmcontrols02 (1.15.16); FILE MERGED 2004/01/22 09:58:24 fs 1.15.16.1: non-ref-count version of the former OPropertyContainer (which is now derived)


2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4505a1d264793dd46546e26cfcbf05ded57e4d6]

INTEGRATION: CWS frmcontrols02 (1.8.142); FILE MERGED 2004/01/22 09:59:27 fs 1.8.142.1: +propertycontainerhelper


2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [93034bd66aad8b37a5d3477c703195c60a40a647]

INTEGRATION: CWS frmcontrols02 (1.4.86); FILE MERGED 2004/01/22 09:57:48 fs 1.4.86.1: outsourced most parts to base class (which does no ref counting) OPropertyContainerHelper


2004-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [12d590cfc52fa5ac941b87d51361ba851838a6d0]

INTEGRATION: CWS ause09 (1.16.48); FILE MERGED 2004/04/02 16:15:46 hjs 1.16.48.1: #i27314# additional parameter for rscdep


2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [e712b985a9917d935eef8dd991b7d7bc08a500cf]

INTEGRATION: CWS swnum02 (1.16.72); FILE MERGED 2004/03/03 14:03:46 hbrinkm 1.16.72.1: #i23726# dragging numindents: only bottom


2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [d73e5345d1a5e7d53db862bf0d479e1097f10e08]

INTEGRATION: CWS swnum02 (1.7.456); FILE MERGED 2004/03/03 16:08:02 hbrinkm 1.7.456.2: RESYNC: (1.7-1.8); FILE MERGED 2004/03/03 14:03:45 hbrinkm 1.7.456.1: #i23726# dragging numindents: only bottom


2004-04-05  Kurt Zenker  <kz@openoffice.org>  [3fb3e9cd6f4ec1c4c31721c95dec74ccaaadf753]

new version for SRC680


2004-04-05  Rüdiger Timm  <rt@openoffice.org>  [a25dd320689067013f38e381e007950a67614aca]

new version for SRC680


2004-04-05  Kurt Zenker  <kz@openoffice.org>  [103b2cdc818e0b605785a13d9fbf3147a6dc78dd]

new version for SRC680


2004-04-05  Kurt Zenker  <kz@openoffice.org>  [d3d1ff7c1f77cc7488417d585f640b98878a284f]

new version for SRC680


2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [10264b9e539c904a96f62877a3f636c9e5a8313a]

INTEGRATION: CWS sj05 (1.19.236); FILE MERGED 2004/01/23 13:20:42 cl 1.19.236.1: #i20484# adding support to use valueset inside a menu


2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [f39e39b90cda3ecef95812a6c0f790117eb28ffa]

INTEGRATION: CWS frmvalidation (1.9.480); FILE MERGED 2004/03/12 08:04:57 fs 1.9.480.1: #i25106# +BASEPROPERTY_ENFORCE_FORMAT / +SVTXDateField (need to forward some properties to the inner of the compound control)


2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [55a15109fd59d8c97b736a4743eb79b0f42277dc]

INTEGRATION: CWS frmvalidation (1.2.480); FILE MERGED 2004/03/12 08:06:21 fs 1.2.480.1: #i25106# +SVTXDateField


2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [68add015476e104318e77c6074da95beed0eaa41]

INTEGRATION: CWS frmvalidation (1.26.340); FILE MERGED 2004/03/12 08:03:52 fs 1.26.340.1: #i25106# +EnableNotANumber


2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [3dcb56a46292e320c391687744b0c40d904aaa3d]

INTEGRATION: CWS frmvalidation (1.15.74); FILE MERGED 2004/03/25 09:17:22 fs 1.15.74.1: #i26368# +mbEnforceValidValue


2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [8b0d46adf7ac7109344372c56dd9c3e611fec8d7]

INTEGRATION: CWS frmvalidation (1.20.36); FILE MERGED 2004/03/12 09:23:40 fs 1.20.36.1: #i25106# +BASEPRROPERTY_ENFORCE_FORMAT


2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [ce3128b7b87ee00a528e72420aafb26020d0a81c]

INTEGRATION: CWS frmvalidation (1.62.14); FILE MERGED 2004/03/12 09:28:46 fs 1.62.14.1: #i25106# +BASEPRROPERTY_ENFORCE_FORMAT


2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [f8e83dd0065c901b2b5533259f0deb8dbd40d4b5]

INTEGRATION: CWS frmvalidation (1.33.38); FILE MERGED 2004/03/12 09:27:35 fs 1.33.38.1: #i25106# +BASEPRROPERTY_ENFORCE_FORMAT


2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [ca6268fce715442700e4cc81350dbd25574586ac]

INTEGRATION: CWS frmvalidation (1.26.98); FILE MERGED 2004/03/12 09:27:22 fs 1.26.98.1: #i21506# don't add ourself as XPropertiesChangeListener, but the result of a queryInterface - this way, the delegator has a chance to intercept this


2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [dbc9b0dcbd02e81d108509833c2277c309a067c9]

INTEGRATION: CWS frmvalidation (1.4.38); FILE MERGED 2004/03/12 09:25:37 fs 1.4.38.1: #i25106# +BASEPRROPERTY_ENFORCE_FORMAT


2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [b4ff77fd57aacb2a757a724caed58c488ae906aa]

INTEGRATION: CWS frmvalidation (1.45.38); FILE MERGED 2004/03/12 09:29:24 fs 1.45.38.1: #i25106# +BASEPRROPERTY_ENFORCE_FORMAT


2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [1e3a99e2e2fdfadca76cbee19b199d76e8b11338]

INTEGRATION: CWS frmvalidation (1.15.36); FILE MERGED 2004/03/12 09:22:59 fs 1.15.36.1: #i25106# +BASEPRROPERTY_ENFORCE_FORMAT


2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [4d2ec418196f4490090bc95ce1aecbd66bbf651c]

INTEGRATION: CWS frmvalidation (1.19.18); FILE MERGED 2004/03/11 16:42:35 fs 1.19.18.1: +listenernotification


2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [9da80c3fa3b87e52d4e6aab5c06de5bf0d37aa44]

INTEGRATION: CWS frmvalidation (1.1.4); FILE ADDED 2004/03/11 16:42:12 fs 1.1.4.1: helper class for handling containers of UNO listeners


2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [33ebce52d2c2d1df3fed09ef0b30ff392f0cce9a]

INTEGRATION: CWS frmvalidation (1.1.4); FILE ADDED 2004/03/11 16:42:06 fs 1.1.4.1: helper class for handling containers of UNO listeners


2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [58ff7b05cd7ca2d8d60668987e7d710de99c46fa]

INTEGRATION: CWS swobjpos05 (1.12.64); FILE MERGED 2004/03/19 08:19:26 pb 1.12.64.1: fix: #115107# no assertion in GetAccessibleName() with an invalid position


2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [7530a260c15186ccb2405affe25a55655f02c38c]

INTEGRATION: CWS swobjpos05 (1.3.12); FILE MERGED 2004/03/15 09:04:03 pb 1.3.12.1: fix: #i26223# new compatibility flag (object positioning)


2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [ca980e748ee3f8c95065d317c40bdf5cf4c27f3c]

INTEGRATION: CWS gt05 (1.33.82); FILE MERGED 2004/03/24 07:50:27 gt 1.33.82.1: #i17182# SvImpLBox::EntryReallyHit(): sensitive area expanded over whole width


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [e80747e0336fe3724810675b00cd69c04c4f2f7e]

INTEGRATION: CWS vcl20 (1.27.6); FILE MERGED 2004/03/11 09:31:26 ssa 1.27.6.2: make compilable 2004/02/23 16:35:52 pl 1.27.6.1: #115592# use correct scope for variables


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ea2b0c6f03b21e294c57a10397afb2b0ab6f2ccb]

INTEGRATION: CWS vcl20 (1.26.46); FILE MERGED 2004/03/25 15:12:17 pl 1.26.46.1: add: hebrew


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [f3536d415bba2cf6007868882a9aca02a156c010]

INTEGRATION: CWS vcl20 (1.25.6); FILE MERGED 2004/02/23 17:02:08 pl 1.25.6.2: #115528# do not use strcpy and friends 2004/02/19 17:12:44 pl 1.25.6.1: #i24629# emit JobPatchFile from PPD


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [c2788dbbe708bd9a6da8eff87c675bc6a3c93b86]

INTEGRATION: CWS vcl20 (1.4.12); FILE MERGED 2004/02/23 17:02:08 pl 1.4.12.1: #115528# do not use strcpy and friends


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [0356b28d88fea4ee0c34af2d2ea74637087e8af6]

INTEGRATION: CWS vcl20 (1.10.6); FILE MERGED 2004/03/10 19:04:56 pl 1.10.6.2: RESYNC: (1.10-1.11); FILE MERGED 2004/02/19 17:12:44 pl 1.10.6.1: #i24629# emit JobPatchFile from PPD


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [e1883db5ab10847ba231299447e31edd9be6786e]

INTEGRATION: CWS vcl20 (1.3.6); FILE MERGED 2004/02/23 17:02:07 pl 1.3.6.1: #115528# do not use strcpy and friends


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [f73a5aaaa18a8b0e2a55002b8579600855639bca]

INTEGRATION: CWS vcl20 (1.3.116); FILE MERGED 2004/02/23 17:02:07 pl 1.3.116.1: #115528# do not use strcpy and friends


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [2eacd2854243a5919e4df2f295e97ffa50d9105c]

INTEGRATION: CWS vcl20 (1.5.6); FILE MERGED 2004/02/19 17:12:44 pl 1.5.6.1: #i24629# emit JobPatchFile from PPD


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [bc6a606dd1257375e524b4ab9ad9faacefbd7dc0]

INTEGRATION: CWS vcl20 (1.51.8); FILE MERGED 2004/02/20 14:57:26 pl 1.51.8.1: #i20934# search in subdirectories for fonts, too


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [12b4559202e44abc6b364a891bf582eb159382cb]

INTEGRATION: CWS vcl20 (1.8.108); FILE MERGED 2004/02/20 14:57:26 pl 1.8.108.1: #i20934# search in subdirectories for fonts, too


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [9a9467700b8db96d44120390fa7fe62d284c617a]

INTEGRATION: CWS vcl20 (1.4.128); FILE MERGED 2004/02/20 14:57:26 pl 1.4.128.1: #i20934# search in subdirectories for fonts, too


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [cafbe9ad90b8d0f02d918f9ce7abfd05f02c2abc]

INTEGRATION: CWS vcl20 (1.12.74); FILE MERGED 2004/02/20 14:57:26 pl 1.12.74.1: #i20934# search in subdirectories for fonts, too


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [bab305fd8c76c5510aea3afcebb5510bf6c9af90]

INTEGRATION: CWS vcl20 (1.7.136); FILE MERGED 2004/02/20 14:57:26 pl 1.7.136.1: #i20934# search in subdirectories for fonts, too


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ad00ebc6b015dab4b3ee924b27ea3fabded1f611]

INTEGRATION: CWS vcl20 (1.10.82); FILE MERGED 2004/02/20 14:57:25 pl 1.10.82.1: #i20934# search in subdirectories for fonts, too


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [3b2e94f8fe8c5a67263e06f4a344b7c20fb53e12]

INTEGRATION: CWS vcl20 (1.78.24); FILE MERGED 2004/03/11 15:16:59 hdu 1.78.24.2: #i25056# fix cleanup typo 2004/03/11 15:09:00 hdu 1.78.24.1: #i25056# use more traditional method of stretching text


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [391a7facdf6695f401b865085ea376e718ec9427]

INTEGRATION: CWS vcl20 (1.15.24); FILE MERGED 2004/02/25 15:49:06 pl 1.15.24.1: #115527# remove strcpy and friends


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [62c36602b970f621d39fcdcbcee39aeaa107ede5]

INTEGRATION: CWS vcl20 (1.53.56); FILE MERGED 2004/03/10 18:53:17 pl 1.53.56.2: RESYNC: (1.53-1.54); FILE MERGED 2004/02/25 15:49:05 pl 1.53.56.1: #115527# remove strcpy and friends


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [cc3cc367c44dff56cffe8e1adb7088d3fcf5712f]

INTEGRATION: CWS vcl20 (1.17.58); FILE MERGED 2004/02/25 15:49:05 pl 1.17.58.1: #115527# remove strcpy and friends


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [d139a416ab12fb2c045b2c0764bdd4939aa5f778]

INTEGRATION: CWS vcl20 (1.170.20); FILE MERGED 2004/03/10 18:53:34 pl 1.170.20.2: RESYNC: (1.170-1.171); FILE MERGED 2004/02/23 17:50:55 pl 1.170.20.1: #115527# do not use strcpy and friends


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [f8d549e47bb29692069aba0243aee8be9b68bb5a]

INTEGRATION: CWS vcl20 (1.2.284); FILE MERGED 2004/02/23 17:50:55 pl 1.2.284.1: #115527# do not use strcpy and friends


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [643299b789e8fb24c9b58549fb2de8bb21b317fe]

INTEGRATION: CWS vcl20 (1.7.58); FILE MERGED 2004/02/23 17:50:54 pl 1.7.58.1: #115527# do not use strcpy and friends


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [bd7e16c89de1d6eb37bc766b714c6f9f739d5a4c]

INTEGRATION: CWS vcl20 (1.18.58); FILE MERGED 2004/03/10 18:55:25 pl 1.18.58.2: RESYNC: (1.18-1.19); FILE MERGED 2004/02/23 17:50:54 pl 1.18.58.1: #115527# do not use strcpy and friends


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [c283c9c69675ca85fe16fc2bee938aec793f3289]

INTEGRATION: CWS vcl20 (1.14.58); FILE MERGED 2004/02/23 17:50:53 pl 1.14.58.1: #115527# do not use strcpy and friends


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [605f6e425a73acea0340eff8de09d45a5060caed]

INTEGRATION: CWS vcl20 (1.32.56); FILE MERGED 2004/03/10 18:57:53 pl 1.32.56.2: RESYNC: (1.32-1.33); FILE MERGED 2004/02/23 17:50:53 pl 1.32.56.1: #115527# do not use strcpy and friends


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [97e6a40f2fbb7774bc9289265eac14fab2e92050]

INTEGRATION: CWS vcl20 (1.54.22); FILE MERGED 2004/03/25 15:09:22 hdu 1.54.22.6: #i22809# removing issue from CWS vcl20 2004/03/12 16:13:53 hdu 1.54.22.5: #i25056# use more traditional method of stretching text 2004/03/11 13:21:27 hdu 1.54.22.4: #i25056# use more traditional method of stretching text 2004/03/10 19:53:56 pl 1.54.22.3: UBIDI_BID_LTR -> UBIDI_LTR 2004/03/10 18:52:15 pl 1.54.22.2: RESYNC: (1.54-1.55); FILE MERGED 2004/03/03 11:55:36 hdu 1.54.22.1: #i22809# default to LTR BiDi and no longer try to guess direction esp. on UNX platforms


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [0663639bcfd905404a5972c0eac0ebe77e84ff8e]

INTEGRATION: CWS vcl20 (1.64.22); FILE MERGED 2004/03/10 18:51:31 pl 1.64.22.2: RESYNC: (1.64-1.65); FILE MERGED 2004/03/02 14:02:23 pl 1.64.22.1: #115746# initialize aCumulativePos in artificial italic case, join from vcl18


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [fc74c0a640b82994d9a17ffe66841298dd3be2a5]

INTEGRATION: CWS vcl20 (1.14.58); FILE MERGED 2004/03/10 18:52:33 pl 1.14.58.2: RESYNC: (1.14-1.15); FILE MERGED 2004/02/23 17:50:52 pl 1.14.58.1: #115527# do not use strcpy and friends


2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [7915dc0ced9ab8a377c2bfa8b51875ce5cc98244]

INTEGRATION: CWS vcl20 (1.3.58); FILE MERGED 2004/02/23 17:50:51 pl 1.3.58.1: #115527# do not use strcpy and friends


2004-03-25  Rüdiger Timm  <rt@openoffice.org>  [6a60005f875d7df2ec33c0407ec0a577dbbd00c8]

new version for SRC680


2004-03-25  Kurt Zenker  <kz@openoffice.org>  [6540c0b3eede598c1aa5b5d11e8f0e2f8bacebf6]

new version for SRC680


2004-03-25  Kurt Zenker  <kz@openoffice.org>  [5afe8361b508c7ff1105d3791aa540c386f52eec]

new version for SRC680


2004-03-25  Kurt Zenker  <kz@openoffice.org>  [5637dd35c2d99649e333137fe4be56bf49ba1e6a]

INTEGRATION: CWS jl3 (1.2.82); FILE MERGED 2004/03/10 11:47:17 fs 1.2.82.1: don't use queryAggregation on a proxy after the delegator has been set - the new proxy implementations do not support this


2004-03-25  Kurt Zenker  <kz@openoffice.org>  [ae3788a5357a4ff8132d779e080a1373c1cb9ab5]

INTEGRATION: CWS jl3 (1.2.82); FILE MERGED 2004/03/10 11:47:13 fs 1.2.82.1: don't use queryAggregation on a proxy after the delegator has been set - the new proxy implementations do not support this


2004-03-25  Kurt Zenker  <kz@openoffice.org>  [21ba06c2acb994de98a3a5e591225bff7433341c]

INTEGRATION: CWS jl3 (1.5.316); FILE MERGED 2004/03/17 12:11:54 jl 1.5.316.1: #115971# fixed use of ByteString.operator+=(char)


2004-03-23  Kurt Zenker  <kz@openoffice.org>  [80e646d79e342732e818be8d881731fc27a6e6ce]

new version for SRC680


2004-03-23  Rüdiger Timm  <rt@openoffice.org>  [a1680aa1201a08f2df7d55225a7e90317a980397]

new version for SRC680


2004-03-23  Kurt Zenker  <kz@openoffice.org>  [5391aa19b1ceba3b590a8db2868c75878db53147]

INTEGRATION: CWS swformatcells (1.2.118); FILE MERGED 2004/02/27 11:06:09 pb 1.2.118.1: fix: #i25030# add property AddTableSpacing


2004-03-22  Oliver Bolte  <obo@openoffice.org>  [1853f4b2754dbe73b3b1119f80aea75b302890b4]

#100000# depends on unotools


2004-03-20  Rüdiger Timm  <rt@openoffice.org>  [452c6309e7c4d4d4082ae7272f87c353f8106d11]

new version for SRC680


2004-03-20  Kurt Zenker  <kz@openoffice.org>  [81fbaef93d77af2cc5aa1b2f8e80110e8e45e74d]

new version for SRC680


2004-03-19  Oliver Bolte  <obo@openoffice.org>  [c01716f17e5fecae646cdd0da7bc9cc16aea8f4d]

INTEGRATION: CWS bmptool01 (1.13.78); FILE MERGED 2004/03/17 12:26:29 ka 1.13.78.3: syntax 2004/03/17 11:58:17 ka 1.13.78.2: syntax 2004/03/17 11:15:52 ka 1.13.78.1: #i22981#: unset DISPLAY env var for UNICES


2004-03-19  Oliver Bolte  <obo@openoffice.org>  [65141df538b8365a3ff05b4fd8bd2ecc2607b203]

INTEGRATION: CWS sb15 (1.41.2); FILE MERGED 2004/02/12 13:22:35 sb 1.41.2.1: #i24360# Removed PROT_VND_SUN_STAR_SCRIPT support.


2004-03-19  Oliver Bolte  <obo@openoffice.org>  [d315bd46cb9d7bace3d2bd810bb709796623d5d5]

INTEGRATION: CWS os28 (1.181.40); FILE MERGED 2004/02/27 15:58:22 os 1.181.40.2: RESYNC: (1.181-1.184); FILE MERGED 2004/02/06 14:14:14 ssa 1.181.40.1: #115280# merge from focusrot


2004-03-19  Oliver Bolte  <obo@openoffice.org>  [6788a66266b9c6757cfb3b5c691a9e064bf19bd1]

INTEGRATION: CWS os28 (1.47.42); FILE MERGED 2004/03/02 14:28:56 os 1.47.42.1: #i23399# RemoveUserEvent(): check NULL


2004-03-19  Oliver Bolte  <obo@openoffice.org>  [449814b83dbb0ef11b44a450e00d5461acfb8a22]

INTEGRATION: CWS formdesign01 (1.4.238); FILE MERGED 2003/11/27 09:53:29 fs 1.4.238.1: during #22878#: also allow NamedValues for initialization


2004-03-19  Oliver Bolte  <obo@openoffice.org>  [d94ed82ed9bda0a6f4281d2aebd803622880bbf2]

INTEGRATION: CWS formdesign01 (1.23.238); FILE MERGED 2004/02/25 18:39:58 fs 1.23.238.2: RESYNC: (1.23-1.24); FILE MERGED 2003/11/27 14:44:25 fs 1.23.238.1: #i22878# +filenotation


2004-03-19  Oliver Bolte  <obo@openoffice.org>  [1a3ff6dd5d613f69d66e589543fcb1ba58efa127]

INTEGRATION: CWS formdesign01 (1.10.66); FILE MERGED 2003/11/27 14:44:19 fs 1.10.66.1: #i22878# +fileurlbox


2004-03-19  Oliver Bolte  <obo@openoffice.org>  [83f048595a9461c43fc4e3f6e46df1c8d817ded0]

INTEGRATION: CWS formdesign01 (1.1.2); FILE ADDED 2003/11/27 14:43:51 fs 1.1.2.1: during #i22878#: moved herein from extensions/source/dbimport for shared usage


2004-03-19  Oliver Bolte  <obo@openoffice.org>  [273caa75ab853cabadf503237487ebdc5609c398]

INTEGRATION: CWS formdesign01 (1.107.42); FILE MERGED 2004/02/25 18:42:38 fs 1.107.42.2: RESYNC: (1.107-1.110); FILE MERGED 2003/11/27 14:46:13 fs 1.107.42.1: #i22878#


2004-03-19  Oliver Bolte  <obo@openoffice.org>  [d0a79e2ee82c912db20bc8ede39ebfbbd2eeac4d]

INTEGRATION: CWS formdesign01 (1.1.2); FILE ADDED 2003/11/27 14:43:31 fs 1.1.2.1: during #i22878#: moved herein from extensions/source/dbimport for shared usage


2004-03-18  Oliver Bolte  <obo@openoffice.org>  [40fba9ee65cb58e919143ee69207332b2e148a8c]

#100000# syntax for unxlngi5 nonpro


2004-03-18  Oliver Bolte  <obo@openoffice.org>  [36b6febc375236c8d8eb9c0df784ce5188c101dc]

#100000# linux parse problem


2004-03-18  Thorsten Behrens  <thb@openoffice.org>  [5a6a142025802d4f1882b9eaeb55bb84ec64c9a4]

#110496# Merge from cws_srx645_canvas01: first working version of XCanvas C++ wrapper, providing encapsulation against possible API changes and some amount of convenience.


2004-03-18  Thorsten Behrens  <thb@openoffice.org>  [3f7e184f3ffa28dc1206ccbfb221958066de867d]

#110496# Merge from cws_srx645_canvas01: first working version of XCanvas UNO components, for now consisting of javacanvas.uno.jar, vclcanvas.uno and directxcanvas.uno (windows only)


2004-03-18  Oliver Bolte  <obo@openoffice.org>  [c19b1d6673e105c5599810e6f8955f4773a58ee3]

#100000# depends on print_header


2004-03-18  Oliver Bolte  <obo@openoffice.org>  [6839047168fc1e32edbf14094e6c96b1df1ee0c2]

#100000# depends on tools


2004-03-18  Kurt Zenker  <kz@openoffice.org>  [8ba4a0522b3f5e4d60c55394c0e467b3b741645d]

new version for SRC680


2004-03-18  Rüdiger Timm  <rt@openoffice.org>  [5bb27e82da69acb14d713c398a0fe65528ec3a47]

new version for SRC680


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [158025219df6c1be62582ead3502b0007d552c36]

INTEGRATION: CWS canvas01 (1.26.6); FILE MERGED 2004/02/20 20:55:42 thb 1.26.6.1: #110496# Added basegfx dependency


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [05b519d738430c6229963e4baf59dc44d5f405d8]

INTEGRATION: CWS canvas01 (1.3.140); FILE MERGED 2004/02/12 18:16:49 thb 1.3.140.1: #110496# Changed senseless DISPOSE_FULL (never worked) to more plausible DISPOSE_BACK: multi-page TIFFs might differ in size


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [d952d9839178d7874c21250043e8ff928357b9be]

INTEGRATION: CWS canvas01 (1.176.36); FILE MERGED 2004/02/25 13:16:53 thb 1.176.36.10: #110496# Removed temporary jnihelp 2004/02/20 20:58:27 thb 1.176.36.9: #110496# Added another canvas helper method 2004/02/16 21:45:12 thb 1.176.36.8: RESYNC: (1.180-1.183); FILE MERGED 2004/01/06 15:17:10 thb 1.176.36.7: #110496# Adapted native window handle fetch to new abstract SalFrame interface 2004/01/06 01:06:03 thb 1.176.36.6: RESYNC: (1.176-1.180); FILE MERGED 2004/01/05 12:58:02 thb 1.176.36.5: #110496# Adapted to VCL canvas (more init args) 2003/08/19 17:45:34 thb 1.176.36.4: First milestone: animation, basic drawing, sprites and double buffering now working 2003/08/18 16:40:58 thb 1.176.36.3: #110496# Now using JNI helper method to fake a Motif widget ID for X11 2003/08/08 14:38:24 thb 1.176.36.2: #110496# Had to forward some XWindow methods, to keep the embedded window to the same size etc 2003/07/29 15:26:01 thb 1.176.36.1: #110496# Added VCL-Canvas link to Window, to acquire an XCanvas for a VCL Window


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [a52aa544db4f953e28a8ba2b8c38a5c5444f857c]

INTEGRATION: CWS canvas01 (1.12.52); FILE MERGED 2004/02/20 20:57:56 thb 1.12.52.1: #110496# Added canvastools


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [0d6966c34c7b820962d56cf731bd2795724b9942]

INTEGRATION: CWS canvas01 (1.1.2); FILE ADDED 2004/02/20 20:54:32 thb 1.1.2.1: Initial revision


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [53f7f0b4c011c5f8f8ebf26154a0f163439f9e2c]

INTEGRATION: CWS canvas01 (1.34.14); FILE MERGED 2004/02/20 20:56:01 thb 1.34.14.1: #110496# Added canvastools


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [c2e32ac34787825e741c52c24381859830891bd9]

INTEGRATION: CWS canvas01 (1.3.126); FILE MERGED 2004/02/10 17:22:11 thb 1.3.126.1: #110496# Moved Sequence tools from canvas to comphelper


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [7face424454a4f6211f6548de03537021ffe1a4b]

INTEGRATION: CWS canvas01 (1.1.2); FILE ADDED 2004/02/04 13:09:58 thb 1.1.2.5: #110496# Cleaned up implementation helper (removed all ambiguity resolving hacks) 2003/12/05 15:16:13 thb 1.1.2.4: Incorporated suggestions from FS (createUnambiguous) and AF (makeImplementationReference) 2003/12/01 17:54:54 thb 1.1.2.3: Added convenience factory method, to avoid somewhat clumsy use of the AmbiguityResolver. Added default constructor and get() method, to mimick auto_ptr more closely 2003/10/14 17:10:01 thb 1.1.2.2: Had to add ambiguity resolver mechanics. Since unfortunately, C++ helper for UNO are ambiguously derived from XInterface, I somehow had to force a static_cast< UnambiguousType > before the first uno::Reference construction. On the other hand, the ImplementationReference constructor should remain unary, to facilitate painless member initialisation (of ImplementationReference members in a client's constructor, of course) 2003/10/14 15:50:47 thb 1.1.2.1: Initial revision


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [7ebbfdac61cfa50096aaf91b64734b3913a54585]

INTEGRATION: CWS canvas01 (1.3.102); FILE MERGED 2004/02/05 15:10:51 thb 1.3.102.1: #110496# Mutex must be modifieable also in const methods, made mutable


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f20856633a18351733dcdca04c6eb3b4d191bda4]

INTEGRATION: CWS jl5vba (1.46.18); FILE MERGED 2004/01/20 10:03:16 ab 1.46.18.1: #111934# #112369# Merge decimal type support


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [2448afbe717a1667cdac6d6cc9ff99ad0733c54c]

INTEGRATION: CWS os26 (1.43.8); FILE MERGED 2004/01/08 15:00:33 os 1.43.8.1: #i23849# initialization of sal_Bool variables added


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [7cc29751d5e2422aff82b23a92d740900c9ea38e]

INTEGRATION: CWS cups01 (1.20.16); FILE MERGED 2004/02/13 17:04:18 pl 1.20.16.3: RESYNC: (1.21-1.22); FILE MERGED 2003/12/17 16:05:22 pl 1.20.16.2: RESYNC: (1.20-1.21); FILE MERGED 2003/08/12 10:21:52 pl 1.20.16.1: removed myriads of warnings


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [0d6e30094f94a749e03d63fdde69bc5c16dd2cfa]

INTEGRATION: CWS cups01 (1.21.40); FILE MERGED 2004/02/13 17:04:10 pl 1.21.40.4: RESYNC: (1.22-1.25); FILE MERGED 2003/12/17 16:04:43 pl 1.21.40.3: RESYNC: (1.21-1.22); FILE MERGED 2003/08/12 10:21:52 pl 1.21.40.2: removed myriads of warnings 2003/08/05 13:35:48 pl 1.21.40.1: #i12087# add CUPS support


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [789f14979982f77e538c0750052410642a34ba7c]

INTEGRATION: CWS cups01 (1.11.40); FILE MERGED 2004/03/10 12:20:06 pl 1.11.40.4: #i26269# get a decent default PPD if CUPS does not provide one 2004/02/13 17:04:28 pl 1.11.40.3: RESYNC: (1.12-1.13); FILE MERGED 2003/12/17 16:05:41 pl 1.11.40.2: RESYNC: (1.11-1.12); FILE MERGED 2003/08/12 10:21:52 pl 1.11.40.1: removed myriads of warnings


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [7c65c01b4e556dd4d41e31e5d5c56b895997e9bf]

INTEGRATION: CWS cups01 (1.6.40); FILE MERGED 2003/11/06 14:00:30 pl 1.6.40.2: #112993# fixed an off by one 2003/08/12 10:21:51 pl 1.6.40.1: removed myriads of warnings


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [18a38b141805c91b98a8a6a63cf2ff6508f53b09]

INTEGRATION: CWS cups01 (1.19.22); FILE MERGED 2004/02/16 09:46:59 pl 1.19.22.7: solved a merge artifact 2004/02/13 17:07:33 pl 1.19.22.6: RESYNC: (1.19-1.21); FILE MERGED 2003/09/09 13:50:11 pl 1.19.22.5: #i18852# fix a config reading issue 2003/08/12 10:21:50 pl 1.19.22.4: removed myriads of warnings 2003/08/07 15:10:57 pl 1.19.22.3: #i12087# write CUPS options 2003/08/06 18:22:18 pl 1.19.22.2: #i12087# add: get cups properties 2003/08/05 13:35:47 pl 1.19.22.1: #i12087# add CUPS support


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [19aabc7beed28b61bb7badb791c583019bb1394c]

INTEGRATION: CWS cups01 (1.2.74); FILE MERGED 2004/02/13 17:03:27 pl 1.2.74.4: RESYNC: (1.2-1.3); FILE MERGED 2003/08/21 13:39:14 pl 1.2.74.3: #i12087# only compile in cups if ENABLE_CUPS is set 2003/08/15 12:41:04 pl 1.2.74.2: #i12087# add authentication callback 2003/08/05 13:35:47 pl 1.2.74.1: #i12087# add CUPS support


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [1c7fee2835e54a63ce98cb85b1affd75926390ff]

INTEGRATION: CWS cups01 (1.2.74); FILE MERGED 2004/02/13 17:03:39 pl 1.2.74.6: RESYNC: (1.3-1.4); FILE MERGED 2003/12/17 16:04:23 pl 1.2.74.5: RESYNC: (1.2-1.3); FILE MERGED 2003/09/09 13:50:09 pl 1.2.74.4: #i18852# fix a config reading issue 2003/08/12 10:21:50 pl 1.2.74.3: removed myriads of warnings 2003/08/06 18:22:18 pl 1.2.74.2: #i12087# add: get cups properties 2003/08/05 16:32:43 pl 1.2.74.1: #i12087# load PPD from CUPS server on demand only


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [e4143e9f3f7de0dd16b678684582b1ab431f313b]

INTEGRATION: CWS cups01 (1.1.2); FILE ADDED 2004/03/10 12:20:06 pl 1.1.2.10: #i26269# get a decent default PPD if CUPS does not provide one 2003/12/01 14:15:25 pl 1.1.2.9: #i23057# fall back to old print stuff if CUPS has no dests 2003/11/06 15:14:37 pl 1.1.2.8: #112987# printer setup should be updated also after printer change 2003/08/21 13:39:14 pl 1.1.2.7: #i12087# only compile in cups if ENABLE_CUPS is set 2003/08/15 12:41:04 pl 1.1.2.6: #i12087# add authentication callback 2003/08/12 10:21:49 pl 1.1.2.5: removed myriads of warnings 2003/08/07 15:10:57 pl 1.1.2.4: #i12087# write CUPS options 2003/08/06 18:22:18 pl 1.1.2.3: #i12087# add: get cups properties 2003/08/05 16:32:43 pl 1.1.2.2: #i12087# load PPD from CUPS server on demand only 2003/08/05 13:35:47 pl 1.1.2.1: #i12087# add CUPS support


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [53c47d8ecd2e0a2636740169b908001fc2701230]

INTEGRATION: CWS cups01 (1.3.76); FILE MERGED 2004/02/13 17:05:29 pl 1.3.76.3: RESYNC: (1.3-1.4); FILE MERGED 2003/12/01 15:18:30 pl 1.3.76.2: removed an ambiguity for workshop compiler 2003/08/12 10:21:48 pl 1.3.76.1: removed myriads of warnings


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [bca52f93093d8ffcc2f11a3908751c5f946735f4]

INTEGRATION: CWS cups01 (1.8.34); FILE MERGED 2004/03/10 12:20:05 pl 1.8.34.6: #i26269# get a decent default PPD if CUPS does not provide one 2004/02/13 17:05:20 pl 1.8.34.5: RESYNC: (1.9-1.10); FILE MERGED 2003/12/17 16:06:36 pl 1.8.34.4: RESYNC: (1.8-1.9); FILE MERGED 2003/08/12 10:21:48 pl 1.8.34.3: removed myriads of warnings 2003/08/06 18:22:17 pl 1.8.34.2: #i12087# add: get cups properties 2003/08/05 13:35:46 pl 1.8.34.1: #i12087# add CUPS support


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [1a6797d5532820f5e2df1889dcde60bc6a7df402]

INTEGRATION: CWS cups01 (1.14.34); FILE MERGED 2004/02/13 17:05:11 pl 1.14.34.2: RESYNC: (1.14-1.16); FILE MERGED 2003/08/12 10:21:47 pl 1.14.34.1: removed myriads of warnings


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [6916a85c01c91466eee5b58b002cd96f3b666256]

INTEGRATION: CWS cups01 (1.4.34); FILE MERGED 2004/02/13 17:06:04 pl 1.4.34.2: RESYNC: (1.4-1.5); FILE MERGED 2003/08/12 10:21:46 pl 1.4.34.1: removed myriads of warnings


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [680155f2775a3af3ecfe641d18a1a9302cf01407]

INTEGRATION: CWS cups01 (1.23.4); FILE MERGED 2004/02/13 17:05:37 pl 1.23.4.5: RESYNC: (1.25-1.27); FILE MERGED 2003/12/17 16:07:08 pl 1.23.4.4: RESYNC: (1.23.22.2-1.25); FILE MERGED 2003/12/01 14:38:46 pl 1.23.4.3: RESYNC: (1.23-1.23.22.2); FILE MERGED 2003/11/14 12:23:18 pl 1.23.4.2: #113741# remove dependency on missing initializer 2003/08/12 10:21:46 pl 1.23.4.1: removed myriads of warnings


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [afff7df2cae41d23541f7fd17b9675e0bf2c8a93]

INTEGRATION: CWS cups01 (1.2.34); FILE MERGED 2004/02/13 17:05:55 pl 1.2.34.2: RESYNC: (1.2-1.3); FILE MERGED 2003/08/12 10:21:45 pl 1.2.34.1: removed myriads of warnings


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [0d6d0bc608109b35a2e468e7280cb2afea352f27]

INTEGRATION: CWS cups01 (1.4.72); FILE MERGED 2004/02/13 17:05:46 pl 1.4.72.2: RESYNC: (1.4-1.5); FILE MERGED 2003/08/12 10:21:45 pl 1.4.72.1: removed myriads of warnings


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [1d4cc17d237c29365c3a914bf2b4e5e448d9ebc6]

INTEGRATION: CWS cups01 (1.3.74); FILE MERGED 2003/08/12 10:21:44 pl 1.3.74.1: removed myriads of warnings


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [1180d373ced0ec848c1805dfd81011d18054878b]

INTEGRATION: CWS cups01 (1.39.16); FILE MERGED 2004/02/13 17:04:45 pl 1.39.16.4: RESYNC: (1.41-1.44); FILE MERGED 2003/12/17 16:06:17 pl 1.39.16.3: RESYNC: (1.39.32.1-1.41); FILE MERGED 2003/12/01 14:38:39 pl 1.39.16.2: RESYNC: (1.39-1.39.32.1); FILE MERGED 2003/08/12 10:21:43 pl 1.39.16.1: removed myriads of warnings


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [34d15dbcd2baa6d7a512823bb094b178b93edf66]

INTEGRATION: CWS cups01 (1.8.22); FILE MERGED 2004/02/13 17:04:36 pl 1.8.22.2: RESYNC: (1.8-1.9); FILE MERGED 2003/08/12 10:21:43 pl 1.8.22.1: removed myriads of warnings


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [2a4fb75cd5bbff8eed623d6d8291a0a106638fe6]

INTEGRATION: CWS cups01 (1.4.40); FILE MERGED 2004/02/13 17:06:52 pl 1.4.40.2: RESYNC: (1.4-1.5); FILE MERGED 2003/08/05 13:35:45 pl 1.4.40.1: #i12087# add CUPS support


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [c3f38b44dd5b5293aca442fe451fd005a739b8fd]

INTEGRATION: CWS cups01 (1.4.22); FILE MERGED 2004/02/13 17:06:26 pl 1.4.22.3: RESYNC: (1.4-1.5); FILE MERGED 2003/08/06 18:22:16 pl 1.4.22.2: #i12087# add: get cups properties 2003/08/05 13:35:44 pl 1.4.22.1: #i12087# add CUPS support


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [808ba37688c460f32f6f1e734268b2f5e6c5527a]

INTEGRATION: CWS cups01 (1.4.34); FILE MERGED 2003/08/06 18:22:16 pl 1.4.34.1: #i12087# add: get cups properties


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [2ace09cf138ee8ab9a962d443321b3374e2d47b6]

INTEGRATION: CWS cups01 (1.1.1.1.100); FILE MERGED 2003/08/05 16:32:42 pl 1.1.1.1.100.1: #i12087# load PPD from CUPS server on demand only


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [82b40fa8aa584bf87809f88fb00cb8447e7425f8]

INTEGRATION: CWS cups01 (1.1.2); FILE ADDED 2004/03/10 12:20:04 pl 1.1.2.5: #i26269# get a decent default PPD if CUPS does not provide one 2003/12/01 14:15:22 pl 1.1.2.4: #i23057# fall back to old print stuff if CUPS has no dests 2003/08/15 12:41:04 pl 1.1.2.3: #i12087# add authentication callback 2003/08/06 18:22:15 pl 1.1.2.2: #i12087# add: get cups properties 2003/08/05 13:35:44 pl 1.1.2.1: #i12087# add CUPS support


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [541ecf79afe8d5ae7db5c11618f61aee690a2283]

INTEGRATION: CWS cups01 (1.37.4); FILE MERGED 2004/03/08 15:58:10 pl 1.37.4.3: corrected spelling 2004/02/13 15:34:34 pl 1.37.4.2: RESYNC: (1.37-1.38); FILE MERGED 2003/08/15 12:41:21 pl 1.37.4.1: #i12087# add authentication callback


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [51818f0bc81321115865b2c4295e5a8a09b80ed0]

INTEGRATION: CWS cups01 (1.2.90); FILE MERGED 2003/08/15 12:41:21 pl 1.2.90.1: #i12087# add authentication callback


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [13a33cdf2d7a16c357396318f5efc293f49c8fb5]

INTEGRATION: CWS cups01 (1.7.62); FILE MERGED 2003/08/15 13:21:16 pl 1.7.62.3: removed a bunch of warnings 2003/08/15 12:41:21 pl 1.7.62.2: #i12087# add authentication callback 2003/08/07 15:06:49 pl 1.7.62.1: #i12087# adjustments for CUPS


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [78082359c48953db1fc447c97ea387bc358a5d47]

INTEGRATION: CWS cups01 (1.2.34); FILE MERGED 2003/08/15 13:21:15 pl 1.2.34.1: removed a bunch of warnings


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [c5867e44170f2a185dacf5799036ec2082d64811]

INTEGRATION: CWS cups01 (1.5.34); FILE MERGED 2004/02/13 15:32:05 pl 1.5.34.2: RESYNC: (1.5-1.6); FILE MERGED 2003/08/15 13:21:15 pl 1.5.34.1: removed a bunch of warnings


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [078e5d8f9ad47c93384c03b6a7421b0ae69ebcd5]

INTEGRATION: CWS cups01 (1.10.34); FILE MERGED 2003/08/15 13:21:15 pl 1.10.34.1: removed a bunch of warnings


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [0914acb48c6232156358392ae9ee2a2a5f6d7e6a]

INTEGRATION: CWS cups01 (1.8.26); FILE MERGED 2004/02/13 15:32:27 pl 1.8.26.2: RESYNC: (1.8-1.9); FILE MERGED 2003/08/15 13:21:14 pl 1.8.26.1: removed a bunch of warnings


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [942c0f20f5bb85dcbe6b427c7fddddbbec76c17d]

INTEGRATION: CWS cups01 (1.12.26); FILE MERGED 2003/08/15 13:21:14 pl 1.12.26.1: removed a bunch of warnings


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [323f78c15d9603f40bf9e81e85c5b9c5c619f2f8]

INTEGRATION: CWS cups01 (1.10.34); FILE MERGED 2003/08/15 13:21:13 pl 1.10.34.1: removed a bunch of warnings


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f664781618c8e4172fd9d56204ba06d7b612310b]

INTEGRATION: CWS cups01 (1.9.62); FILE MERGED 2003/08/15 13:21:13 pl 1.9.62.2: removed a bunch of warnings 2003/08/07 15:06:48 pl 1.9.62.1: #i12087# adjustments for CUPS


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f685c2ce55ea613fed8b1f96d8bcb9e8458fe91d]

INTEGRATION: CWS cups01 (1.13.34); FILE MERGED 2003/08/15 13:21:12 pl 1.13.34.2: removed a bunch of warnings 2003/08/07 15:06:48 pl 1.13.34.1: #i12087# adjustments for CUPS


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [b9c2037872bd83a817cda27c3897fe0196160d42]

INTEGRATION: CWS vcl18 (1.9.306); FILE MERGED 2004/02/11 15:09:07 os 1.9.306.1: #i1820# settings decimal separator depending on the locale


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [27226c0a1e29b79cfb4cf8b6b2e4cb4aab4d7716]

INTEGRATION: CWS vcl18 (1.45.4); FILE MERGED 2004/02/11 15:09:07 os 1.45.4.1: #i1820# settings decimal separator depending on the locale


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [7c57a6d7470cf23939a785ae1ab65fcd682fa8d0]

INTEGRATION: CWS vcl18 (1.6.6); FILE MERGED 2004/01/27 13:01:10 pl 1.6.6.1: #113718# join from vcl7pp1r3


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [06f354d3360e621be233161994c0c58252a871c7]

INTEGRATION: CWS vcl18 (1.101.26); FILE MERGED 2004/02/11 11:33:44 ssa 1.101.26.2: RESYNC: (1.101-1.102); FILE MERGED 2004/02/02 10:45:46 ssa 1.101.26.1: #i1820# support localized decimal separator


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [ba90343df58a979c8aa26c79a58e55282bd2f5e5]

INTEGRATION: CWS vcl18 (1.168.22); FILE MERGED 2004/02/11 11:34:30 ssa 1.168.22.2: RESYNC: (1.168-1.170); FILE MERGED 2004/01/27 14:22:58 pl 1.168.22.1: #i24437# remove usleep calls


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [1194fd56608be6097542aeb98e095878dad78e31]

INTEGRATION: CWS vcl18 (1.11.24); FILE MERGED 2004/02/17 11:20:26 hdu 1.11.24.1: #i25563# move X11 font size limit down one abstraction layer


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [366c6db59c50817bde5d691f2a23f0c494395282]

INTEGRATION: CWS vcl18 (1.18.26); FILE MERGED 2004/02/17 11:20:26 hdu 1.18.26.1: #i25563# move X11 font size limit down one abstraction layer


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [583f70de80e147e5077308a45b1f2ac6a6203981]

INTEGRATION: CWS vcl18 (1.34.2); FILE MERGED 2004/02/17 11:20:26 hdu 1.34.2.1: #i25563# move X11 font size limit down one abstraction layer


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [8cca91c1457113517f3a5a5fcea722ce29a16ec9]

INTEGRATION: CWS vcl18 (1.115.2); FILE MERGED 2004/02/17 11:20:25 hdu 1.115.2.1: #i25563# move X11 font size limit down one abstraction layer


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [407653beb3690a64cdf3b06aed1a9099afd4ec59]

INTEGRATION: CWS vcl18 (1.50.22); FILE MERGED 2004/02/11 11:36:09 ssa 1.50.22.2: RESYNC: (1.50-1.51); FILE MERGED 2004/02/02 11:29:29 ssa 1.50.22.1: #i1820# support localized decimal separator


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [d82d645883aa0fa065c6e899075000cb45838a89]

INTEGRATION: CWS vcl18 (1.84.22); FILE MERGED 2004/02/11 11:29:43 ssa 1.84.22.2: RESYNC: (1.84-1.86); FILE MERGED 2004/02/02 10:45:45 ssa 1.84.22.1: #i1820# support localized decimal separator


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [2a6ef635f5186ff41513f027769b1f802763f455]

INTEGRATION: CWS vcl18 (1.181.22); FILE MERGED 2004/02/11 11:29:33 ssa 1.181.22.2: RESYNC: (1.181-1.183); FILE MERGED 2004/01/27 16:47:35 ssa 1.181.22.1: #115056# merge into 680


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [c6ca7eae7181c629dec68ae9c92aaa6f469270ec]

INTEGRATION: CWS vcl18 (1.64.2); FILE MERGED 2004/03/01 17:49:04 pl 1.64.2.3: #115739# #112679# improved outline font effect 2004/02/23 12:46:29 pl 1.64.2.2: #112679# outline font with hairlines as per specification 2004/02/12 14:17:57 pl 1.64.2.1: #112679# linewidth for outline effect, merge from CWS pdfdancingchars


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [2c30ab05e2a28df551c948f4255dc43b42ec855f]

INTEGRATION: CWS vcl18 (1.2.26); FILE MERGED 2004/02/02 14:05:40 ssa 1.2.26.1: #i19496# check for out-of-bounds


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [d2ef8299f27935fc75bb2c39ae017631f9c1b5a8]

INTEGRATION: CWS vcl18 (1.41.26); FILE MERGED 2004/02/02 10:45:43 ssa 1.41.26.1: #i1820# support localized decimal separator


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f295381fc8ff3e938369315e81ecbb0aa4ea967a]

INTEGRATION: CWS i18n11 (1.7.60); FILE MERGED 2004/01/06 22:30:47 khong 1.7.60.1: #105745# #107978# #109715# #110835# #112014# #112068# #112094# #112102# #112282# fix Japanese ambiguous search problems


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [0262e6d46324d3353291610f554925ea9bd82ccc]

INTEGRATION: CWS i18n11 (1.7.70); FILE MERGED 2004/01/06 22:30:47 khong 1.7.70.1: #105745# #107978# #109715# #110835# #112014# #112068# #112094# #112102# #112282# fix Japanese ambiguous search problems


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [9689683d6c54262dd9570c9428f96e2ba551e6eb]

INTEGRATION: CWS i18n11 (1.6.70); FILE MERGED 2004/01/06 22:30:46 khong 1.6.70.1: #105745# #107978# #109715# #110835# #112014# #112068# #112094# #112102# #112282# fix Japanese ambiguous search problems


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f726d9432e4806a6713e1cbe7f9560f107026811]

INTEGRATION: CWS i18n11 (1.2.74); FILE MERGED 2004/01/06 22:30:13 khong 1.2.74.1: #105745# #107978# #109715# #110835# #112014# #112068# #112094# #112102# #112282# fix Japanese ambiguous search problems


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [dcd7b564891f9341a3fb97f9f110301c76f72e55]

INTEGRATION: CWS i18n11 (1.3.74); FILE MERGED 2004/01/06 22:30:12 khong 1.3.74.1: #105745# #107978# #109715# #110835# #112014# #112068# #112094# #112102# #112282# fix Japanese ambiguous search problems


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [20dd56afa2dea05b99db46249de4bf7ddb780e57]

INTEGRATION: CWS i18n11 (1.1.124); FILE MERGED 2004/01/06 19:36:16 khong 1.1.124.1: #112623# update Japanese word breakiterator dictionary


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [630f570145a9e3261d60bed490cee8e607af32d6]

INTEGRATION: CWS i18n11 (1.13.14); FILE MERGED 2004/02/04 02:09:04 khong 1.13.14.2: #i24098# skip preceding space for beginOfSentence 2004/01/06 19:41:49 khong 1.13.14.1: #i24098# fix beginOfSentence, which did not work correctly when cursor is on the beginning of the sentence


2004-03-17  Oliver Bolte  <obo@openoffice.org>  [2ad3b2dd9b0b1fd93b0dbcfa9ab8bb0d820eab5e]

INTEGRATION: CWS i18n11 (1.12.14); FILE MERGED 2004/02/10 14:21:13 er 1.12.14.3: RESYNC: (1.12-1.13); FILE MERGED 2004/02/05 16:45:30 khong 1.12.14.2: #i24850# fix the problem in previousCharBlock, when target char block is in poistion 1 2004/02/04 02:13:48 khong 1.12.14.1: #i24098# check boundary condition for Sentence, Script, CharBlock breakiterator


2004-03-15  Rüdiger Timm  <rt@openoffice.org>  [48cf6184410a227626e0d5b22dafe5457794889e]

new version for SRC680


2004-03-15  Oliver Bolte  <obo@openoffice.org>  [3969dd5fac5e1429bafc62f5ac9fb9b08ba0456b]

INTEGRATION: CWS ause0c2 (1.2.18); FILE MERGED 2004/03/09 16:14:32 hjs 1.2.18.1: #115875# fixed for scope problem


2004-03-15  Oliver Bolte  <obo@openoffice.org>  [163df758e4bab3104dbbb5882baa5fe74c5bf889]

INTEGRATION: CWS ause0c2 (1.3.18); FILE MERGED 2004/03/12 15:25:43 hjs 1.3.18.1: #115868# anti freeze


2004-03-15  Oliver Bolte  <obo@openoffice.org>  [e55ac176591c88aa2babd407f5cc5fc267c35f90]

INTEGRATION: CWS ause0c2 (1.20.18); FILE MERGED 2004/03/12 15:25:43 hjs 1.20.18.1: #115868# anti freeze


2004-03-15  Oliver Bolte  <obo@openoffice.org>  [fe888469f18879d5458c987eecb1b00c4c8f0f5a]

INTEGRATION: CWS ause0c2 (1.2.18); FILE MERGED 2004/03/09 16:59:43 hjs 1.2.18.1: #115875# workaround for makedepend bug (dependencies on solver cause hang)


2004-03-15  Thorsten Behrens  <thb@openoffice.org>  [e9baf0b023b22518d1dc94be47bd337788e26723]

#110496# Corrected algo


2004-03-15  Thorsten Behrens  <thb@openoffice.org>  [84c1c0fe95ed3c909be659f741405973b671f1e6]

#110496# Moved methods into basegfx namespace


2004-03-15  Oliver Bolte  <obo@openoffice.org>  [a39d738c1e60da592ab3949a055b43501587a8f2]

INTEGRATION: CWS fontconfig (1.4.40); FILE MERGED 2003/08/20 17:58:33 pl 1.4.40.1: #i8144# add fontconfig support


2004-03-15  Oliver Bolte  <obo@openoffice.org>  [0454b3a5b2c91522829f59e2fe53bd892bbeb7f1]

INTEGRATION: CWS fontconfig (1.14.40); FILE MERGED 2003/08/20 17:58:35 pl 1.14.40.1: #i8144# add fontconfig support


2004-03-15  Oliver Bolte  <obo@openoffice.org>  [311928e5312f1256b4a68b508771ebc4f651259b]

INTEGRATION: CWS fontconfig (1.4.80); FILE MERGED 2003/08/22 12:22:28 pl 1.4.80.3: use CFLAGS instead of ENVCFLAGS 2003/08/21 14:13:32 pl 1.4.80.2: #i8144# only compile in cups if ENABLE_FONTCONFIG is set 2003/08/20 17:58:34 pl 1.4.80.1: #i8144# add fontconfig support


2004-03-15  Oliver Bolte  <obo@openoffice.org>  [dccc7e01e426e2d6f49b9a66c0b5cb64746a52c7]

INTEGRATION: CWS fontconfig (1.39.22); FILE MERGED 2003/10/15 09:35:25 pl 1.39.22.3: need a OString& for normPath 2003/10/15 08:46:58 pl 1.39.22.2: RESYNC: (1.39-1.40); FILE MERGED 2003/08/20 17:58:34 pl 1.39.22.1: #i8144# add fontconfig support


2004-03-15  Oliver Bolte  <obo@openoffice.org>  [5b9e01e310751c5449888bc891a55efcdc609ab3]

INTEGRATION: CWS fontconfig (1.1.2); FILE ADDED 2003/08/21 14:13:31 pl 1.1.2.2: #i8144# only compile in cups if ENABLE_FONTCONFIG is set 2003/08/20 17:58:34 pl 1.1.2.1: #i8144# add fontconfig support


2004-03-15  Oliver Bolte  <obo@openoffice.org>  [c3ccf6fa51ff69c7d55b1bb4070adb2476a0e92a]

INTEGRATION: CWS fontconfig (1.15.22); FILE MERGED 2003/08/20 17:58:32 pl 1.15.22.1: #i8144# add fontconfig support


2004-03-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a0bf86acdd6f54ff28bdf5514042d4ec4bb7a61]

#i10000#: for scope


2004-03-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [df19b1303a579bf53463716e19e282b586e87a1f]

#i10000#: for scope


2004-03-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3f043597948232c2b8fef1e345c7a072662f6de]

#i10000#: for-scope, again


2004-03-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e6c393e38cd5fd0da3a3ee2627f51907c0387a8]

#i10000#: 'for' scope


2004-03-09  Kurt Zenker  <kz@openoffice.org>  [d8cd7d048f4509a7a1186a6a2f06932c10507619]

new version for SRC680


2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [505157ca4bf8c1f2a1e29fc609c04bc7d6050122]

#i10000#: add sal to dependency


2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ede1d8f0adc9520f327941e03bfb85f065eff37c]

INTEGRATION: CWS ooo20040225 (1.2.30); FILE MERGED 2004/02/12 16:56:14 pjanik 1.2.30.1: #i24980#: Fix compilation problem.


2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e420170ac71eb1b9ecb317580f3384abd4f381a]

INTEGRATION: CWS ooo20040225 (1.9.308); FILE MERGED 2004/02/16 01:16:41 khendricks 1.9.308.1: special MACOSX target seems to be no longer needed


2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f85e21ae03fbc0223d8259a580de28c420dc66b]

INTEGRATION: CWS ooo20040225 (1.51.6); FILE MERGED 2004/03/01 16:05:48 hr 1.51.6.2: RESYNC: (1.51-1.52); FILE MERGED 2004/02/16 00:35:44 khendricks 1.51.6.1: need -lXinerama when linking lib_pure_x as well for MACOSX


2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [35fcf3d06b2a190bef3c4073fd9f7b98dcdbcd2b]

INTEGRATION: CWS ooo20040225 (1.9.46); FILE MERGED 2004/02/16 00:48:41 khendricks 1.9.46.1: oslModule is not a void * on MacOSX see sal/inc/osl/module.h for the details


2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba23e32cede6c4e01c72f6bd0ee291142cd52a76]

INTEGRATION: CWS ooo20040225 (1.27.46); FILE MERGED 2004/02/16 00:34:46 khendricks 1.27.46.1: no include of malloc.h on MACOSX


2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2fdaf6ddb045581a35765c7e85821523789bb96]

INTEGRATION: CWS ooo20040225 (1.54.6); FILE MERGED 2004/03/01 16:05:21 hr 1.54.6.2: RESYNC: (1.54-1.55); FILE MERGED 2004/02/16 00:33:54 khendricks 1.54.6.1: no include of malloc.h for MACOSX


2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [52fa2e21eeaf302a6b61bc6f01668a7fcedf9edd]

INTEGRATION: CWS ooo20040225 (1.167.6); FILE MERGED 2004/03/01 16:05:12 hr 1.167.6.2: RESYNC: (1.167-1.168); FILE MERGED 2004/02/16 00:33:18 khendricks 1.167.6.1: no include of malloc.h for MacOSX


2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8916830ee79ba076f5b5e83256fa3df65c90e2f3]

INTEGRATION: CWS i18n09 (1.2.46); FILE MERGED 2003/12/09 19:49:07 khong 1.2.46.2: #112061# fix the problem in 'Replace by character' in H/H conversion 2003/11/19 00:22:42 khong 1.2.46.1: #i22530# update ScriptTypeList


2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [92d7cca237013d5972303c811c332270babba176]

INTEGRATION: CWS i18n09 (1.10.2); FILE MERGED 2003/12/02 18:47:29 khong 1.10.2.1: #114110# change default Japanese sorting algorithm


2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [299c28e99230f4fee45e8b397363928cb03a165f]

INTEGRATION: CWS i18n09 (1.15.26); FILE MERGED 2003/12/09 21:05:02 khong 1.15.26.1: #i17516# add Hebrew alphabetic numbering list


2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [44f687067d99994e892e54f16cfe81bc9ade3266]

INTEGRATION: CWS i18n09 (1.4.46); FILE MERGED 2003/11/18 22:33:04 khong 1.4.46.1: #i21290# #i22530# #i14640# extend CTL script support, extend Greek script type


2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8900424d2a6ea04acd44ab6c25e6fb6285c587d6]

INTEGRATION: CWS i18n09 (1.2.2); FILE MERGED 2003/12/04 23:45:37 khong 1.2.2.3: #i22602# make dot stick on beginning of a word when doing line break 2003/12/04 23:12:37 khong 1.2.2.2: #i21392# change line break rule to match with MS office 2003/12/03 19:32:02 khong 1.2.2.1: #i19716# fix wrong line break on bracket characters


2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1792f9834211f591e8c1ee47a588aa8c19b44aee]

INTEGRATION: CWS i18n09 (1.2.2); FILE MERGED 2003/12/03 02:17:55 khong 1.2.2.1: #110105# Set word boundary between CJK and Latin script type


2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f65409252c51766b4eb248dceb30a355a7a6d3c]

INTEGRATION: CWS i18n09 (1.2.2); FILE MERGED 2003/12/03 02:17:54 khong 1.2.2.1: #110105# Set word boundary between CJK and Latin script type


2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [75ec0199d9bb8c7b26a826375d1d50e80527da7e]

INTEGRATION: CWS i18n09 (1.12.2); FILE MERGED 2003/12/09 19:35:48 khong 1.12.2.4: #112021# fix word boundary problem on begining and end of the string 2003/12/08 23:47:26 khong 1.12.2.3: #i21907# fix isBeginWord and isEndWord problem 2003/11/18 22:55:08 khong 1.12.2.2: #i21290# #i22530# #i14640# extend CTL script support, extend Greek script type 2003/11/18 22:31:59 khong 1.12.2.1: #i21290# #i22530# #i14640# extend CTL script support, extend Greek script type


2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a275469b9958d021c68ccc72ab2da351132e0a47]

INTEGRATION: CWS i18n09 (1.2.60); FILE MERGED 2003/12/09 21:03:41 khong 1.2.60.1: #i17516# add Hebrew alphabetic numbering list


2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [79ad5052a7fc6872c5cea08c6752f650fc15db0f]

INTEGRATION: CWS i18n09 (1.2.30); FILE MERGED 2003/11/18 22:31:01 khong 1.2.30.1: #i21290# #i22530# #i14640# extend CTL script support, extend Greek script type


2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3e2117eb51802951613560903ae87f0c0eab718]

INTEGRATION: CWS i18n09 (1.2.30); FILE MERGED 2003/11/18 22:30:37 khong 1.2.30.1: #i21290# #i22530# #i14640# extend CTL script support, extend Greek script type


2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9051df7d76c08650d4cddb495a5c697f92a8ceb]

INTEGRATION: CWS mbaqfixes (1.14.58); FILE MERGED 2004/02/27 08:54:22 as 1.14.58.1: #115628# repair classification of URLs


2004-03-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e95a4a2cfc42b71bc25ae8f6e95bc6e0fb8c759e]

#100000# remove workben to avoid circ. deps on i18n


2004-03-04  Vladimir Glazounov  <vg@openoffice.org>  [d66f8a4e91c03af8358202c45bacdb194fb32bd1]

new version for SRC680


2004-03-02  Kurt Zenker  <kz@openoffice.org>  [edc2dc3dd65e5acf331c297bd6ed0cb8ef4333a8]

new version for SRX645


2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [32b9f26c3a19e8f14066fcd60529aff626078e0d]

INTEGRATION: CWS ause07 (1.14.154); FILE MERGED 2004/01/28 17:52:47 hjs 1.14.154.2: RESYNC: (1.14-1.15); FILE MERGED 2003/12/18 18:39:15 hjs 1.14.154.1: #97748# introduce ADDCDEFS to append compiler defines


2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [58f0de54a848df7f762c786d51dd70693cd3e30d]

INTEGRATION: CWS draw23master (1.6.80); FILE MERGED 2004/02/26 14:59:46 af 1.6.80.1: #115427# Include fixes for 112544 into SRC680.


2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [29205d5f8253ab298f016d0cf2afdaf526721d79]

INTEGRATION: CWS draw23master (1.36.104); FILE MERGED 2004/02/26 14:53:29 af 1.36.104.1: #i25374# Include fixes for i20085 into SRC680.


2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [e04159b339d20ba98c4db6170c613eef1eb9b2a3]

INTEGRATION: CWS draw23master (1.17.10); FILE MERGED 2004/02/26 15:13:17 af 1.17.10.1: #115434# Include fixes for 113030 into SRC680.


2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [a9e51d635e033df43e20b71898f2ca87dc39d54a]

INTEGRATION: CWS draw23master (1.4.10); FILE MERGED 2004/02/26 15:25:38 af 1.4.10.2: #i25370# Correction of previous commit comment: Include fixes for i14895 into SRC680. 2004/02/26 15:11:08 af 1.4.10.1: #115434# Include fixes for 113030 into SRC680.


2004-02-27  Kurt Zenker  <kz@openoffice.org>  [6b716d9dd8b8cca41461faea155a54c1c4ca517f]

new version for SRC680


2004-02-27  Kurt Zenker  <kz@openoffice.org>  [66e9e28218501d862c86d7cae6758b2e9b9815ea]

new version for SRC680


2004-02-26  Rüdiger Timm  <rt@openoffice.org>  [e62fb023210c507bbaa043fbddbb147b57d83189]

new version for SRC680


2004-02-26  Kurt Zenker  <kz@openoffice.org>  [59466f4ac119fef82fd6bbf101e0fcdf7ee8499a]

new version for SRC680


2004-02-26  Kurt Zenker  <kz@openoffice.org>  [3c5b2752b714e234e4ccd102e1df2eeb0aab933e]

INTEGRATION: CWS aw008 (1.2.148); FILE MERGED 2004/02/16 16:48:39 aw 1.2.148.1: #110988#


2004-02-26  Kurt Zenker  <kz@openoffice.org>  [569be18b3e39270f2677778d8d56bc3ebea32a34]

INTEGRATION: CWS aw008 (1.2.148); FILE MERGED 2004/02/04 12:14:24 aw 1.2.148.1: #110270# Take care of 0.0 and 1.0 cases in 3d polygon clipping


2004-02-26  Kurt Zenker  <kz@openoffice.org>  [042688442c11114b74df761f9912db85e0184b86]

INTEGRATION: CWS aw008 (1.2.154); FILE MERGED 2004/02/16 16:47:16 aw 1.2.154.1: #110988#


2004-02-26  Kurt Zenker  <kz@openoffice.org>  [b4a7d308416a7214d3d01c01767819b0c232c0c8]

INTEGRATION: CWS swlinespacing (1.2.74); FILE MERGED 2004/01/15 08:46:01 pb 1.2.74.1: fix: #i24339# line spacing flag added


2004-02-26  Kurt Zenker  <kz@openoffice.org>  [0b0cdd2c7539dbe34d57f8678bb408958a69f5f8]

INTEGRATION: CWS impress3ea1 (1.17.54); FILE MERGED 2004/02/19 11:36:59 thb 1.17.54.1: #i25167# Corrected painting of masked BitmapEx to alpha VDev


2004-02-26  Kurt Zenker  <kz@openoffice.org>  [cf133fd6d75e7fbc72cf28af8c6c96af66880e1a]

INTEGRATION: CWS sb13 (1.13.32); FILE MERGED 2004/02/06 08:46:34 sb 1.13.32.1: #i19699# Adapted to tightened tools/string.hxx.


2004-02-26  Kurt Zenker  <kz@openoffice.org>  [e1d21b375e5e4f96a90bd72e9c970ca36cb530d1]

INTEGRATION: CWS sb13 (1.54.40); FILE MERGED 2004/02/06 08:46:30 sb 1.54.40.1: #i19699# Adapted to tightened tools/string.hxx.


2004-02-26  Kurt Zenker  <kz@openoffice.org>  [1e9703512a4bd7c42f155427655acd7ff840c0f2]

INTEGRATION: CWS sb13 (1.8.42); FILE MERGED 2004/02/06 08:46:26 sb 1.8.42.1: #i19699# Adapted to tightened tools/string.hxx.


2004-02-26  Kurt Zenker  <kz@openoffice.org>  [152935bf57e24916a66686afa483d1ab8f0c3909]

INTEGRATION: CWS sb13 (1.9.42); FILE MERGED 2004/02/06 08:46:25 sb 1.9.42.1: #i19699# Adapted to tightened tools/string.hxx.


2004-02-26  Kurt Zenker  <kz@openoffice.org>  [28c0e04701931d18cfd9b836655a6dd11015d8c0]

INTEGRATION: CWS sb13 (1.2.210); FILE MERGED 2004/02/06 08:57:17 sb 1.2.210.1: #i19699# Tightened tools/string.hxx so that arithmetic/enumeration type arguments are not silently converted to char/sal_Unicode.


2004-02-26  Kurt Zenker  <kz@openoffice.org>  [9dae41c8590ebe208d9181d8bdc6b8f4ffb6fb84]

INTEGRATION: CWS sb13 (1.6.112); FILE MERGED 2004/02/06 08:57:54 sb 1.6.112.1: #i19699# Adapted to tightened tools/string.hxx.


2004-02-26  Kurt Zenker  <kz@openoffice.org>  [c660798579c6db4441d18c67f10720d57a19ccb9]

INTEGRATION: CWS sb13 (1.1.1.1.220); FILE MERGED 2004/02/06 08:57:53 sb 1.1.1.1.220.1: #i19699# Adapted to tightened tools/string.hxx.


2004-02-26  Kurt Zenker  <kz@openoffice.org>  [b488d45a188a6e286a8d7b254ad9ded0015c1f21]

INTEGRATION: CWS sb13 (1.3.110); FILE MERGED 2004/02/06 08:57:50 sb 1.3.110.1: #i19699# Adapted to tightened tools/string.hxx.


2004-02-26  Kurt Zenker  <kz@openoffice.org>  [bea257cf6c2e10982d42ffb0240e6651a3dfd71e]

INTEGRATION: CWS sb13 (1.6.22); FILE MERGED 2004/02/06 08:57:49 sb 1.6.22.1: #i19699# Adapted to tightened tools/string.hxx.


2004-02-26  Kurt Zenker  <kz@openoffice.org>  [25e12a5683a4069ad675ca380d1bc5a545f2ad23]

INTEGRATION: CWS sb13 (1.8.14); FILE MERGED 2004/02/06 08:57:48 sb 1.8.14.1: #i19699# Adapted to tightened tools/string.hxx.


2004-02-26  Kurt Zenker  <kz@openoffice.org>  [c32bffb5dd6a588dc776b0b7ecd7f4bea5cd6cf8]

INTEGRATION: CWS sb13 (1.14.16); FILE MERGED 2004/02/06 08:57:45 sb 1.14.16.1: #i19699# Adapted to tightened tools/string.hxx.


2004-02-26  Kurt Zenker  <kz@openoffice.org>  [03fa70912ba00babeb976eb2b9e6dd99c7322ff4]

INTEGRATION: CWS sb13 (1.10.122); FILE MERGED 2004/02/06 08:57:44 sb 1.10.122.1: #i19699# Adapted to tightened tools/string.hxx.


2004-02-26  Kurt Zenker  <kz@openoffice.org>  [1ea0a0d541a36bc724ae031d0ae4e5a6f5d4c7e9]

INTEGRATION: CWS sb13 (1.20.122); FILE MERGED 2004/02/06 08:57:43 sb 1.20.122.1: #i19699# Adapted to tightened tools/string.hxx.


2004-02-26  Kurt Zenker  <kz@openoffice.org>  [8836e3ca23ff6b994bb3ed5be10a2587dbde336e]

INTEGRATION: CWS sb13 (1.18.42); FILE MERGED 2004/02/06 08:59:28 sb 1.18.42.1: #i19699# Adapted to tightened tools/string.hxx.


2004-02-26  Kurt Zenker  <kz@openoffice.org>  [d73893310ab85489b4412effb2231c18aab68095]

INTEGRATION: CWS sb13 (1.13.42); FILE MERGED 2004/02/06 08:59:25 sb 1.13.42.1: #i19699# Adapted to tightened tools/string.hxx.


2004-02-26  Kurt Zenker  <kz@openoffice.org>  [baa2603b33ce3aa52392be5aa58fd561242da0bb]

INTEGRATION: CWS sb13 (1.14.42); FILE MERGED 2004/02/06 08:59:24 sb 1.14.42.1: #i19699# Adapted to tightened tools/string.hxx.


2004-02-26  Kurt Zenker  <kz@openoffice.org>  [4adcc6c07ac4d6f7571807ac29db59e58280a970]

INTEGRATION: CWS sb13 (1.2.204); FILE MERGED 2004/02/06 08:54:03 sb 1.2.204.1: #i19699# Adapted to tightened tools/string.hxx.


2004-02-26  Kurt Zenker  <kz@openoffice.org>  [5895cd12218df93acebc0b4026e7a9af60581ab9]

INTEGRATION: CWS os27 (1.7.422); FILE MERGED 2004/01/27 14:40:30 os 1.7.422.1: #i24134# min/max added to RulerBorder


2004-02-25  Kurt Zenker  <kz@openoffice.org>  [7e11bea6e3450ab580c89d7a25d0960e5b3fd65e]

INTEGRATION: CWS layoutmanager (1.13.70); FILE MERGED 2004/01/19 10:02:24 cd 1.13.70.2: #111899# VCLXMenuBar must be exported to support external implementations 2003/10/01 15:42:02 cd 1.13.70.1: #111899# Some changes to have access to toolkit menu implementation


2004-02-25  Kurt Zenker  <kz@openoffice.org>  [a8f46609a90910bb56227793ff7e49916410ab9a]

INTEGRATION: CWS layoutmanager (1.3.170); FILE MERGED 2003/12/19 07:32:42 cd 1.3.170.2: #111899# Fixed missing include within Unix environment 2003/11/24 09:28:33 abi 1.3.170.1: added XSystemDependentWindowPeer to vclxtopwindow in case of creation via createSystemChild


2004-02-25  Kurt Zenker  <kz@openoffice.org>  [4fdc35f3c1b880e4e8912466489f0a31f00a6596]

INTEGRATION: CWS layoutmanager (1.33.12); FILE MERGED 2004/01/30 00:10:50 cd 1.33.12.2: RESYNC: (1.33-1.34); FILE MERGED 2003/11/24 09:28:34 abi 1.33.12.1: added XSystemDependentWindowPeer to vclxtopwindow in case of creation via createSystemChild


2004-02-25  Kurt Zenker  <kz@openoffice.org>  [17bc8e5952337453c1d60fcc55ab7f74d6583d7c]

INTEGRATION: CWS layoutmanager (1.3.146); FILE MERGED 2004/01/19 10:03:03 cd 1.3.146.2: #111899# Added new interface to support set/get commands/help URL 2003/10/01 15:42:01 cd 1.3.146.1: #111899# Some changes to have access to toolkit menu implementation


2004-02-25  Kurt Zenker  <kz@openoffice.org>  [91eedc0dfe65e911f4b46417b61ba1cb66aff66e]

INTEGRATION: CWS layoutmanager (1.13.34); FILE MERGED 2004/02/19 17:51:54 cd 1.13.34.3: RESYNC: (1.14-1.15); FILE MERGED 2003/10/07 05:49:17 cd 1.13.34.2: RESYNC: (1.13-1.14); FILE MERGED 2003/10/01 15:42:00 cd 1.13.34.1: #111899# Some changes to have access to toolkit menu implementation


2004-02-25  Kurt Zenker  <kz@openoffice.org>  [4f0ea7bc01eb9f5826246093745ba559e1ed93fb]

INTEGRATION: CWS layoutmanager (1.2.164); FILE MERGED 2003/11/24 09:28:33 abi 1.2.164.1: added XSystemDependentWindowPeer to vclxtopwindow in case of creation via createSystemChild


2004-02-25  Kurt Zenker  <kz@openoffice.org>  [b183f1bb060482a185f99e116936ae2393c24c41]

INTEGRATION: CWS layoutmanager (1.3.152); FILE MERGED 2004/01/19 10:03:16 cd 1.3.152.2: #111899# Added new interface to support set/get commands/help URL 2003/10/01 15:41:59 cd 1.3.152.1: #111899# Some changes to have access to toolkit menu implementation


2004-02-25  Kurt Zenker  <kz@openoffice.org>  [83f8a4bcc07015606431d7303bd66106e508b2b2]

INTEGRATION: CWS layoutmanager (1.13.50); FILE MERGED 2004/02/19 13:39:32 cd 1.13.50.2: RESYNC: (1.13-1.14); FILE MERGED 2004/01/26 09:24:11 as 1.13.50.1: #112900# use StartModule if it is installed only


2004-02-25  Kurt Zenker  <kz@openoffice.org>  [8c6468cd1444e0280c6471376b2ead9de0f62c61]

INTEGRATION: CWS layoutmanager (1.98.4); FILE MERGED 2004/01/29 08:32:40 cd 1.98.4.3: RESYNC: (1.98-1.101); FILE MERGED 2004/01/22 08:38:53 cd 1.98.4.2: #111899# Calculate size of menu bar if item has been changed 2004/01/19 10:08:18 cd 1.98.4.1: #111899# Added support for HelpURL


2004-02-25  Kurt Zenker  <kz@openoffice.org>  [f487e7848201ce172a43fa672668f38df31c7ac7]

INTEGRATION: CWS layoutmanager (1.2.6); FILE MERGED 2004/01/14 15:46:36 mav 1.2.6.1: #114858# removing of elements must have effect after commit


2004-02-25  Kurt Zenker  <kz@openoffice.org>  [080318e916be73bb68582e85a07e9f2c261364fc]

INTEGRATION: CWS layoutmanager (1.80.6); FILE MERGED 2004/02/19 13:07:36 cd 1.80.6.3: RESYNC: (1.80-1.82); FILE MERGED 2004/01/21 18:08:20 cd 1.80.6.2: #114906# Better error detection 2004/01/19 12:48:25 mav 1.80.6.1: #114906# catalog can have no manifest.xml


2004-02-25  Kurt Zenker  <kz@openoffice.org>  [c6d4b8e337612b51ab4772bc042fad9757837391]

INTEGRATION: CWS layoutmanager (1.18.38); FILE MERGED 2003/11/24 17:00:45 cd 1.18.38.3: RESYNC: (1.18-1.19); FILE MERGED 2003/09/09 09:27:51 sb 1.18.38.2: #112130# Added query part to .uno URLs. 2003/09/09 09:04:38 sb 1.18.38.1: #112130# Work around GCC parse error.


2004-02-25  Kurt Zenker  <kz@openoffice.org>  [a3579f6166bb26bb6407f2db5f51f4a55316e0e4]

INTEGRATION: CWS layoutmanager (1.40.38); FILE MERGED 2004/02/19 13:09:11 cd 1.40.38.2: RESYNC: (1.40-1.41); FILE MERGED 2003/09/09 09:27:33 sb 1.40.38.1: #112130# Added query part to .uno URLs; fixed typos in documentation.


2004-02-25  Kurt Zenker  <kz@openoffice.org>  [7493649a69a585384c63c0584aac893dcf11eca2]

INTEGRATION: CWS geordi2q15 (1.167.18); FILE MERGED 2004/02/20 13:09:53 hr 1.167.18.1: #111934#: merge CWS ooo111fix3


2004-02-25  Kurt Zenker  <kz@openoffice.org>  [ca0a4707fe60c7a6f900a9c8e863a76b5d0f9aa8]

INTEGRATION: CWS geordi2q15 (1.21.8); FILE MERGED 2004/02/20 13:15:33 hr 1.21.8.1: #111934#: merge CWS ooo111regression2


2004-02-25  Kurt Zenker  <kz@openoffice.org>  [ef0583048d3ae861cc66e631a6523a5755c78293]

INTEGRATION: CWS geordi2q15 (1.10.8); FILE MERGED 2004/02/20 13:15:33 hr 1.10.8.1: #111934#: merge CWS ooo111regression2


2004-02-25  Kurt Zenker  <kz@openoffice.org>  [f082ef6db9da69808bf6da380398bda9be63fd63]

INTEGRATION: CWS geordi2q15 (1.16.8); FILE MERGED 2004/02/20 13:15:32 hr 1.16.8.1: #111934#: merge CWS ooo111regression2


2004-02-25  Kurt Zenker  <kz@openoffice.org>  [b7284a7be5ff17e1e998f46900b96c9f282d8042]

INTEGRATION: CWS geordi2q15 (1.4.14); FILE MERGED 2004/02/20 12:42:55 hr 1.4.14.1: #111934#: merge CWS ooo111fix3


2004-02-25  Kurt Zenker  <kz@openoffice.org>  [c26aef0e5b69e1a9b09a012e81da29c07a7da7f3]

INTEGRATION: CWS geordi2q15 (1.2.50); FILE MERGED 2004/02/20 12:50:33 hr 1.2.50.1: #111934#: merge CWS ooo111fix3


2004-02-25  Oliver Bolte  <obo@openoffice.org>  [f769aabb82296b4227ad1a5b084bb3fdf5db127c]

#100000# needed more includes


2004-02-25  Oliver Bolte  <obo@openoffice.org>  [bf0cfd09a89e9fd26881252c062614518822012e]

#100000# make compile with DEBUG=TRUE


2004-02-25  Oliver Bolte  <obo@openoffice.org>  [a17f9c11d0ea60e1d1e46c7a59c18ec3642b410e]

#100000# use correct deletion sequence


2004-02-25  Thorsten Behrens  <thb@openoffice.org>  [27cb136cf133de523be38d35a601142d51452fcd]

#110496# Made B2ITuple convertible to B2DTuple. Completed filter list


2004-02-24  Thorsten Behrens  <thb@openoffice.org>  [72f2c6d58a139470096edba56a4837da2a200b46]

#110496# Added tools lib to dll


2004-02-24  Thorsten Behrens  <thb@openoffice.org>  [37d313e50a5181e221ca35213de74c92f5be6131]

Initial revisio


2004-02-24  Thorsten Behrens  <thb@openoffice.org>  [f78967fd53f33414d1d0746bc6566097a3868829]

Initial revision


2004-02-20  Kurt Zenker  <kz@openoffice.org>  [834d131c0090e84854ca6ea178e567cfab780bf6]

new version for SRC680


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [d485d9c382b32129828efe78e2bd336f818d4714]

#100000# depends on gtk


2004-02-20  Kurt Zenker  <kz@openoffice.org>  [46e7e752a5fcda689cad0579365adfa72397cacb]

new version for SRC680


2004-02-20  Kurt Zenker  <kz@openoffice.org>  [ea944913233934e53d1eff72224502ac833df13a]

new version for SRC680


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [648f46b11f6ca5f6992aa51db9322eb7e31787b1]

INTEGRATION: CWS vcl17 (1.2.112); FILE MERGED 2004/01/12 10:12:42 pl 1.2.112.1: #i23823# removed warnings


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [f78fb2964b6a12957db82f4c5da6f8326eff2525]

INTEGRATION: CWS vcl17 (1.6.70); FILE MERGED 2004/01/12 09:40:14 pl 1.6.70.1: #i23875# fix a warning


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [76d8884b06ed14114aaccdc8d3f087dbd04f5eb9]

INTEGRATION: CWS vcl17 (1.40.10); FILE MERGED 2004/02/11 14:26:43 pl 1.40.10.3: RESYNC: (1.42-1.44); FILE MERGED 2004/01/21 15:57:33 pl 1.40.10.2: RESYNC: (1.40-1.42); FILE MERGED 2003/12/09 13:18:04 hdu 1.40.10.1: #112957# allow *.otf fonts with ttf-behaviour


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [2fb161aec2a6ff04f7191d15d3eb31e55f86b81d]

INTEGRATION: CWS vcl17 (1.12.42); FILE MERGED 2004/02/11 17:22:54 pl 1.12.42.1: make svdem work again


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [38d31ff636c04b78fd8dc67c7157f859f8ff9f63]

INTEGRATION: CWS vcl17 (1.10.14); FILE MERGED 2004/02/11 17:22:54 pl 1.10.14.1: make svdem work again


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [db8a77381b5b3024c425b5cee7294f542371aa2a]

INTEGRATION: CWS vcl17 (1.50.2); FILE MERGED 2004/01/21 20:19:23 pl 1.50.2.2: RESYNC: (1.50-1.53); FILE MERGED 2003/11/27 11:37:21 hdu 1.50.2.1: #i22032# reject CMAP (1.0) format 4 tables


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [4dc4996d853a31f6881cc6c33a58fb0f0f1502f5]

INTEGRATION: CWS vcl17 (1.49.2); FILE MERGED 2004/02/12 14:40:32 pl 1.49.2.9: missing link dependency 2004/01/22 14:00:44 pl 1.49.2.8: link dependency 2004/01/21 20:11:24 pl 1.49.2.7: RESYNC: (1.49-1.50); FILE MERGED 2004/01/12 12:57:16 pl 1.49.2.6: fixed Michael's link issue 2003/12/12 14:58:13 pl 1.49.2.5: add gtkwin dir 2003/12/10 12:24:02 pl 1.49.2.4: switch to unified plugin naming scheme 2003/12/04 14:49:32 pl 1.49.2.3: #i22713# first steps for a gtk plugin 2003/11/28 13:43:18 pl 1.49.2.2: #i22981# new dummy plugin for build tools 2003/11/27 13:30:22 pl 1.49.2.1: fixed xinerama linkage


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [d10aba71e0d6c30284ffb823fe3c93ccfa9eedf1]

INTEGRATION: CWS vcl17 (1.166.2); FILE MERGED 2004/02/12 11:43:22 pl 1.166.2.6: #i20249# upmerge for vcl plugin support 2004/02/11 14:12:58 pl 1.166.2.5: RESYNC: (1.168-1.170); FILE MERGED 2004/01/21 20:23:00 pl 1.166.2.4: RESYNC: (1.166-1.168); FILE MERGED 2003/12/12 14:56:11 pl 1.166.2.3: adding gtk frame: first steps 2003/12/08 17:18:20 pl 1.166.2.2: #111793# catch X errors in HandleReparentEvent 2003/11/24 13:44:42 pl 1.166.2.1: #i22598# fixed some memory leaks (thanks to Dan Williams)


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [bc6603be77205d575a56f511fc6a42ded1da248b]

INTEGRATION: CWS vcl17 (1.2.2); FILE MERGED 2004/02/12 12:50:00 pl 1.2.2.9: disable automatic gtk usage until QA greenlights the gtk plugin 2004/01/12 12:57:14 pl 1.2.2.8: fixed Michael's link issue 2003/12/19 16:50:34 mmeeks 1.2.2.7: Revert PL's change, fixing linking Impl. StartPresentation. 2003/12/19 15:02:18 pl 1.2.2.6: plugin autodetect 2003/12/16 23:08:42 mmeeks 1.2.2.5: Pass oslModule into plugin for symbol lookups Dig out & hook gdk_threads_enter/leave Add hooked locking sub-class 2003/12/16 17:30:52 pl 1.2.2.4: close plugin library at exit 2003/12/10 12:24:05 pl 1.2.2.3: switch to unified plugin naming scheme 2003/12/04 14:49:55 pl 1.2.2.2: #i22713# first steps for a gtk plugin 2003/11/28 13:43:16 pl 1.2.2.1: #i22981# new dummy plugin for build tools


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [ef7bdcfd6f0338db7edd9a3505bb3eb8fdecfc26]

INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2003/12/17 21:28:31 mmeeks 1.1.2.1: Split shared cursor includes out, Implement GdkCursor support nicely


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [40c476de65914d71c7d24a865ffe21b189b60831]

INTEGRATION: CWS vcl17 (1.5.2); FILE MERGED 2004/01/21 20:24:06 pl 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2003/12/05 13:20:14 pl 1.5.2.1: removed tons of old unused stuff


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [ef9ebcfe6966728591ea324bdd3da3b276f67993]

INTEGRATION: CWS vcl17 (1.29.2); FILE MERGED 2004/02/11 14:13:18 pl 1.29.2.3: RESYNC: (1.30-1.31); FILE MERGED 2003/12/05 16:33:30 pl 1.29.2.2: separated printer graphics for use in different plugins 2003/12/04 14:49:54 pl 1.29.2.1: #i22713# first steps for a gtk plugin


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [73ff9ae932ba13da4df6bb148addff9e8f1e92c4]

INTEGRATION: CWS vcl17 (1.109.2); FILE MERGED 2004/02/11 14:14:10 pl 1.109.2.4: RESYNC: (1.112-1.115); FILE MERGED 2004/01/22 12:09:30 pl 1.109.2.3: resolved merge conflicts 2004/01/21 20:25:48 pl 1.109.2.2: RESYNC: (1.109-1.112); FILE MERGED 2003/12/05 16:33:30 pl 1.109.2.1: separated printer graphics for use in different plugins


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [d3a93ff9eb222841d58fc54996189093a0fe6e46]

INTEGRATION: CWS vcl17 (1.19.2); FILE MERGED 2004/02/12 11:43:21 pl 1.19.2.6: #i20249# upmerge for vcl plugin support 2004/02/11 16:37:13 pl 1.19.2.5: solved merge conflict 2004/02/11 14:13:50 pl 1.19.2.4: RESYNC: (1.20-1.22); FILE MERGED 2004/01/21 20:25:10 pl 1.19.2.3: RESYNC: (1.19-1.20); FILE MERGED 2003/12/05 16:33:29 pl 1.19.2.2: separated printer graphics for use in different plugins 2003/12/05 13:20:13 pl 1.19.2.1: removed tons of old unused stuff


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [dfe7a9f835760a5f1a17b4fe5db5b702f5a21907]

INTEGRATION: CWS vcl17 (1.26.2); FILE MERGED 2004/02/11 14:14:19 pl 1.26.2.5: RESYNC: (1.28-1.29); FILE MERGED 2004/01/21 20:26:00 pl 1.26.2.4: RESYNC: (1.26-1.28); FILE MERGED 2003/12/12 14:56:07 pl 1.26.2.3: adding gtk frame: first steps 2003/12/05 16:33:29 pl 1.26.2.2: separated printer graphics for use in different plugins 2003/12/05 13:20:12 pl 1.26.2.1: removed tons of old unused stuff


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [8b810a7dbde047ce92d0bb4ed474f3537ab9d9a5]

INTEGRATION: CWS vcl17 (1.10.336); FILE MERGED 2003/12/05 11:36:31 hdu 1.10.336.1: #i11018# enable UNDEFINED_REPLACE flag for text encoding conversions


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [47aae9ac2a3c3d4337fea16f883b5ae97e2cf1a5]

INTEGRATION: CWS vcl17 (1.9.2); FILE MERGED 2004/01/21 20:24:59 pl 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED 2003/12/05 13:20:12 pl 1.9.2.1: removed tons of old unused stuff


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [1ce9468318746c66c18ef8435e8f06fcfcaf666f]

INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2004/01/22 13:00:36 pl 1.1.2.4: corrected a valueless return 2004/01/22 12:09:30 pl 1.1.2.3: resolved merge conflicts 2003/12/10 17:07:08 hdu 1.1.2.2: #i23202# character mirroring also needed for printer ASCII fonts 2003/12/05 16:33:28 pl 1.1.2.1: separated printer graphics for use in different plugins


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [5cd2fc4d5991710f0d071d5e5422001def2a6235]

INTEGRATION: CWS vcl17 (1.10.50); FILE MERGED 2004/01/21 20:24:35 pl 1.10.50.3: RESYNC: (1.10-1.11); FILE MERGED 2003/12/18 16:14:35 mmeeks 1.10.50.2: Bin nasty, binary pre-compiled mess, Cleanup headers removing gnomeint bits Implement 'SnapShot' 2003/12/05 16:33:28 pl 1.10.50.1: separated printer graphics for use in different plugins


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [45026af5ca9f08483bcc75824916935b40e02777]

INTEGRATION: CWS vcl17 (1.17.2); FILE MERGED 2004/02/11 16:33:33 pl 1.17.2.3: gnome integration moved to gtk plugin 2004/02/11 14:13:41 pl 1.17.2.2: RESYNC: (1.17-1.19); FILE MERGED 2003/12/18 16:14:35 mmeeks 1.17.2.1: Bin nasty, binary pre-compiled mess, Cleanup headers removing gnomeint bits Implement 'SnapShot'


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [d93f90367a67482d2db6a28e0b661769e54a0952]

INTEGRATION: CWS vcl17 (1.45.2); FILE MERGED 2004/02/11 14:14:50 pl 1.45.2.3: RESYNC: (1.46-1.47); FILE MERGED 2004/01/21 20:29:29 pl 1.45.2.2: RESYNC: (1.45-1.46); FILE MERGED 2003/11/24 13:43:42 pl 1.45.2.1: #i22598# fixed some memory leaks (thanks to Dan Williams)


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [3d9a5fde090e0dadaea3dd5cad1713b413d39e87]

INTEGRATION: CWS vcl17 (1.8.2); FILE MERGED 2004/01/21 20:28:29 pl 1.8.2.2: RESYNC: (1.8-1.9); FILE MERGED 2003/12/12 13:44:55 mmeeks 1.8.2.1: Split out SalSystem stuff into a shared header, virtualize the native dialog stuff to bin the nasty msgbox code.

Don't g_thread_init if we have already - theoretical crasher
add SAL_DEBUG_UPDATES

** Disable timeout ** - causing gtk+ rendering to barf, will fix next pass.

re-hash native dialog code to make it more pleasant.

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [5ebaebc62c7a431e658c43f06911533413e1fea1]

INTEGRATION: CWS vcl17 (1.18.2); FILE MERGED 2004/01/21 20:27:05 pl 1.18.2.2: RESYNC: (1.18-1.19); FILE MERGED 2003/12/04 14:49:52 pl 1.18.2.1: #i22713# first steps for a gtk plugin


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [30b4b209c0d7517ec352e5855abc93d8c8f77b5f]

INTEGRATION: CWS vcl17 (1.48.2); FILE MERGED 2004/02/12 12:34:07 pl 1.48.2.15: dispatch mouse events to the correct VCL frame 2004/02/11 14:14:30 pl 1.48.2.14: RESYNC: (1.50-1.51); FILE MERGED 2004/01/22 13:22:04 pl 1.48.2.13: solved a merge error 2004/01/22 12:09:28 pl 1.48.2.12: resolved merge conflicts 2004/01/21 20:27:41 pl 1.48.2.11: RESYNC: (1.48-1.50); FILE MERGED 2004/01/19 15:46:06 pl 1.48.2.10: initialize member 2003/12/17 21:28:29 mmeeks 1.48.2.9: Split shared cursor includes out, Implement GdkCursor support nicely 2003/12/16 16:01:19 mmeeks 1.48.2.8: Create SalX11Display sub-class Bin 'bool' to constructor, and do via sub-classing Fixup XCloseDisplay duplication in destructor. 2003/12/16 14:45:32 pl 1.48.2.7: added style settings to gtk plugin 2003/12/15 14:12:10 mmeeks 1.48.2.6: re-hash glib timeout code for efficiency Don't add the X socket to the poll a 2nd time (using un-virtualized callbacks) in SalDisplay 2003/12/12 16:23:26 pl 1.48.2.5: release the mutex atfer usage 2003/12/12 14:56:04 pl 1.48.2.4: adding gtk frame: first steps 2003/12/08 16:07:04 pl 1.48.2.3: fixed Yield() for libsn 2003/12/05 13:20:10 pl 1.48.2.2: removed tons of old unused stuff 2003/12/04 14:49:51 pl 1.48.2.1: #i22713# first steps for a gtk plugin


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [7f5b54f745f24cc967093dd7078c25a7797d5a6a]

INTEGRATION: CWS vcl17 (1.30.2); FILE MERGED 2004/01/22 13:38:48 pl 1.30.2.6:  corrected a misplaced extern C 2004/01/21 20:28:19 pl 1.30.2.5: RESYNC: (1.30-1.32); FILE MERGED 2003/12/16 16:01:18 mmeeks 1.30.2.4: Create SalX11Display sub-class Bin 'bool' to constructor, and do via sub-classing Fixup XCloseDisplay duplication in destructor. 2003/12/15 14:12:09 mmeeks 1.30.2.3: re-hash glib timeout code for efficiency Don't add the X socket to the poll a 2nd time (using un-virtualized callbacks) in SalDisplay 2003/12/05 13:20:09 pl 1.30.2.2: removed tons of old unused stuff 2003/12/04 14:49:50 pl 1.30.2.1: #i22713# first steps for a gtk plugin


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [80d53a7df46d447bce5f7eb85b919e8132d998f7]

INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2004/01/20 16:44:47 pl 1.1.2.3: shape for GtkSalObject 2004/01/20 16:06:44 pl 1.1.2.2: make plugins functional 2004/01/19 18:55:31 pl 1.1.2.1: add foundations for GtkSalObject


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [17dec21f54be631916130da498a05b673e4c0716]

INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2004/01/22 12:52:41 pl 1.1.2.8: solved an access problem 2004/01/19 18:55:30 pl 1.1.2.7: add foundations for GtkSalObject 2004/01/19 15:45:32 pl 1.1.2.6: allow for recursive Grab/Ungrab 2003/12/16 23:08:41 mmeeks 1.1.2.5: Pass oslModule into plugin for symbol lookups Dig out & hook gdk_threads_enter/leave Add hooked locking sub-class 2003/12/15 18:12:09 pl 1.1.2.4: first cut at key events 2003/12/12 14:56:03 pl 1.1.2.3: adding gtk frame: first steps 2003/12/12 13:44:51 mmeeks 1.1.2.2: Split out SalSystem stuff into a shared header, virtualize the native dialog stuff to bin the nasty msgbox code.

Don't g_thread_init if we have already - theoretical crasher
add SAL_DEBUG_UPDATES

** Disable timeout ** - causing gtk+ rendering to barf, will fix next pass.

re-hash native dialog code to make it more pleasant.
2003/12/11 12:47:31 pl 1.1.2.1: move to more sensible dir structure

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [b18488eed0352e558ae2567e73f0825195095916]

INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2004/02/12 12:36:35 pl 1.1.2.20: #i25164# default size for frame, icons enabled again 2004/01/21 13:20:40 pl 1.1.2.19: added geometry, fixed some minor issues 2004/01/19 18:55:30 pl 1.1.2.18: add foundations for GtkSalObject 2004/01/19 15:44:48 pl 1.1.2.17: add: input method handling 2003/12/19 16:50:33 mmeeks 1.1.2.16: Revert PL's change, fixing linking Impl. StartPresentation. 2003/12/19 14:24:50 mmeeks 1.1.2.15: bin toolbar size bits fix key modifiers for CTL thing. 2003/12/18 19:04:43 pl 1.1.2.14: mouse enter/leave 2003/12/18 18:36:42 pl 1.1.2.13: wheel events 2003/12/18 17:19:48 pl 1.1.2.12: added default positioning for frames 2003/12/18 15:12:35 mmeeks 1.1.2.11: Fix grab issues, Fix display opening Misc. bits. 2003/12/18 13:09:59 mmeeks 1.1.2.10: cleanup cursors fix grab problems. 2003/12/18 11:44:17 mmeeks 1.1.2.9: Fix keyboard modifiers ... 2003/12/17 19:58:18 mmeeks 1.1.2.8: bin scattered GetDefDisp badness implement icon setting 2003/12/17 13:13:19 mmeeks 1.1.2.7: Cursor bits .. Flush/Sync Don't return TRUE from ConfigureEvent (eg.) SetPointerPos Use widget's mapped state not separate boolean 2003/12/16 17:53:29 pl 1.1.2.6: first shot at Get/SetWindowState 2003/12/16 15:13:40 pl 1.1.2.5: fix non rersizable dialogs 2003/12/16 14:45:31 pl 1.1.2.4: added style settings to gtk plugin 2003/12/15 18:12:08 pl 1.1.2.3: first cut at key events 2003/12/12 17:09:14 pl 1.1.2.2: motion events for frames 2003/12/12 14:56:02 pl 1.1.2.1: adding gtk frame: first steps


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [89700fd065d156a41de9e0551698d6edd235b65e]

INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2004/02/12 12:34:06 pl 1.1.2.9: dispatch mouse events to the correct VCL frame 2003/12/18 13:09:58 mmeeks 1.1.2.8: cleanup cursors fix grab problems. 2003/12/17 21:28:29 mmeeks 1.1.2.7: Split shared cursor includes out, Implement GdkCursor support nicely 2003/12/17 13:13:18 mmeeks 1.1.2.6: Cursor bits .. Flush/Sync Don't return TRUE from ConfigureEvent (eg.) SetPointerPos Use widget's mapped state not separate boolean 2003/12/16 16:01:17 mmeeks 1.1.2.5: Create SalX11Display sub-class Bin 'bool' to constructor, and do via sub-classing Fixup XCloseDisplay duplication in destructor. 2003/12/15 18:12:08 pl 1.1.2.4: first cut at key events 2003/12/15 14:12:09 mmeeks 1.1.2.3: re-hash glib timeout code for efficiency Don't add the X socket to the poll a 2nd time (using un-virtualized callbacks) in SalDisplay 2003/12/12 14:56:01 pl 1.1.2.2: adding gtk frame: first steps 2003/12/11 12:47:30 pl 1.1.2.1: move to more sensible dir structure


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [d3c7fab127ef171f38d23788ce3197d5b5bebf33]

INTEGRATION: CWS vcl17 (1.2.2); FILE ADDED 2004/01/22 12:49:30 pl 1.2.2.3: SummarySystemInfos is no more 2004/01/22 12:09:28 pl 1.2.2.2: resolved merge conflicts 2003/12/12 13:44:48 mmeeks 1.2.2.1: Split out SalSystem stuff into a shared header, virtualize the native dialog stuff to bin the nasty msgbox code.

Don't g_thread_init if we have already - theoretical crasher
add SAL_DEBUG_UPDATES

** Disable timeout ** - causing gtk+ rendering to barf, will fix next pass.

re-hash native dialog code to make it more pleasant.

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [4f074fe81419e1776e2ef8e3b4525082d686b0b7]

INTEGRATION: CWS vcl17 (1.10.2); FILE MERGED 2003/12/05 16:33:27 pl 1.10.2.1: separated printer graphics for use in different plugins


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [4cb180c8ebe45a1c2d7a4c320b336287184cee22]

INTEGRATION: CWS vcl17 (1.6.2); FILE MERGED 2003/12/04 14:49:45 pl 1.6.2.1: #i22713# first steps for a gtk plugin


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [85ee867c08814d119580425b944e8c84d36b9a50]

INTEGRATION: CWS vcl17 (1.23.2); FILE MERGED 2004/01/21 20:32:45 pl 1.23.2.4: RESYNC: (1.23-1.25); FILE MERGED 2003/12/12 14:56:00 pl 1.23.2.3: adding gtk frame: first steps 2003/12/05 16:33:26 pl 1.23.2.2: separated printer graphics for use in different plugins 2003/12/05 13:20:07 pl 1.23.2.1: removed tons of old unused stuff


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [466861895efad0b52b3cc33397af253da3786158]

INTEGRATION: CWS vcl17 (1.33.2); FILE MERGED 2004/02/12 11:43:20 pl 1.33.2.4: #i20249# upmerge for vcl plugin support 2004/02/11 14:15:09 pl 1.33.2.3: RESYNC: (1.34-1.35); FILE MERGED 2004/01/21 20:32:34 pl 1.33.2.2: RESYNC: (1.33-1.34); FILE MERGED 2003/12/05 13:20:07 pl 1.33.2.1: removed tons of old unused stuff


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [e434621a8626d9b523b02a719abed97273204be1]

INTEGRATION: CWS vcl17 (1.19.2); FILE MERGED 2004/02/12 12:34:05 pl 1.19.2.10: dispatch mouse events to the correct VCL frame 2004/01/21 20:31:43 pl 1.19.2.9: RESYNC: (1.19-1.21); FILE MERGED 2003/12/16 16:01:17 mmeeks 1.19.2.8: Create SalX11Display sub-class Bin 'bool' to constructor, and do via sub-classing Fixup XCloseDisplay duplication in destructor. 2003/12/16 14:45:31 pl 1.19.2.7: added style settings to gtk plugin 2003/12/15 14:12:08 mmeeks 1.19.2.6: re-hash glib timeout code for efficiency Don't add the X socket to the poll a 2nd time (using un-virtualized callbacks) in SalDisplay 2003/12/12 16:52:37 mmeeks 1.19.2.5: Re-work Insert/Remove to allow custom sources to be added to the glib mainloop; tested & works with NAS. 2003/12/12 14:55:59 pl 1.19.2.4: adding gtk frame: first steps 2003/12/12 14:48:51 mmeeks 1.19.2.3: re-hash timeout / wakeup bits ... 2003/12/05 13:20:06 pl 1.19.2.2: removed tons of old unused stuff 2003/12/04 14:49:44 pl 1.19.2.1: #i22713# first steps for a gtk plugin


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [0d4ac71ded43a94d44548e8346ac63c7713fbf62]

INTEGRATION: CWS vcl17 (1.7.2); FILE MERGED 2003/12/04 14:49:43 pl 1.7.2.1: #i22713# first steps for a gtk plugin


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [8f7ba922e064c520acf929c5882e444f94a48a2a]

INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2004/01/22 12:09:27 pl 1.1.2.2: resolved merge conflicts 2003/12/05 16:33:26 pl 1.1.2.1: separated printer graphics for use in different plugins


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [bb03bdd4f791c9ad73d373aa8115945a90ee70cb]

INTEGRATION: CWS vcl17 (1.7.2); FILE MERGED 2004/01/21 20:32:18 pl 1.7.2.2: RESYNC: (1.7-1.8); FILE MERGED 2003/12/18 16:14:34 mmeeks 1.7.2.1: Bin nasty, binary pre-compiled mess, Cleanup headers removing gnomeint bits Implement 'SnapShot'


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [b11091c4785ba0963db6b872312d697f6737041a]

INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2004/01/19 18:55:29 pl 1.1.2.2: add foundations for GtkSalObject 2003/12/12 14:55:58 pl 1.1.2.1: adding gtk frame: first steps


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [66c913c36292ae453fa4238a21988f640f9a79a0]

INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2004/01/20 16:44:46 pl 1.1.2.3: shape for GtkSalObject 2004/01/20 16:06:42 pl 1.1.2.2: make plugins functional 2004/01/19 18:55:29 pl 1.1.2.1: add foundations for GtkSalObject


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [4857e81f38d48d6a76ec64bfb101593fabbdc4c5]

INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2004/02/12 13:15:30 pl 1.1.2.34: #i25163# make shift tab work, added another host of keypad keys to be recognized 2004/02/12 12:36:34 pl 1.1.2.33: #i25164# default size for frame, icons enabled again 2004/01/21 13:20:43 pl 1.1.2.32: added geometry, fixed some minor issues 2004/01/20 16:57:40 pl 1.1.2.31: first shot at plugin parent (e.g. OfficeBean) 2004/01/20 16:06:42 pl 1.1.2.30: make plugins functional 2004/01/19 18:55:28 pl 1.1.2.29: add foundations for GtkSalObject 2004/01/19 15:44:47 pl 1.1.2.28: add: input method handling 2004/01/12 12:47:34 pl 1.1.2.27: fixed a sign issue 2003/12/19 16:50:32 mmeeks 1.1.2.26: Revert PL's change, fixing linking Impl. StartPresentation. 2003/12/19 16:20:03 pl 1.1.2.25: cosmetic corrections 2003/12/19 15:25:12 mmeeks 1.1.2.24: fix map/flicker thing. 2003/12/19 14:24:48 mmeeks 1.1.2.23: bin toolbar size bits fix key modifiers for CTL thing. 2003/12/19 12:27:47 pl 1.1.2.22: fullscreen mode (with EWMH WMs) 2003/12/18 19:04:42 pl 1.1.2.21: mouse enter/leave 2003/12/18 18:36:41 pl 1.1.2.20: wheel events 2003/12/18 17:19:47 pl 1.1.2.19: added default positioning for frames 2003/12/18 16:14:33 mmeeks 1.1.2.18: Bin nasty, binary pre-compiled mess, Cleanup headers removing gnomeint bits Implement 'SnapShot' 2003/12/18 15:12:34 mmeeks 1.1.2.17: Fix grab issues, Fix display opening Misc. bits. 2003/12/18 13:09:55 mmeeks 1.1.2.16: cleanup cursors fix grab problems. 2003/12/18 11:44:16 mmeeks 1.1.2.15: Fix keyboard modifiers ... 2003/12/18 10:19:21 pl 1.1.2.14: fix missing icons 2003/12/17 21:28:28 mmeeks 1.1.2.13: Split shared cursor includes out, Implement GdkCursor support nicely 2003/12/17 19:58:18 mmeeks 1.1.2.12: bin scattered GetDefDisp badness implement icon setting 2003/12/17 17:10:13 mmeeks 1.1.2.11: bin problematic asserts 2003/12/17 13:13:17 mmeeks 1.1.2.10: Cursor bits .. Flush/Sync Don't return TRUE from ConfigureEvent (eg.) SetPointerPos Use widget's mapped state not separate boolean 2003/12/16 23:08:40 mmeeks 1.1.2.9: Pass oslModule into plugin for symbol lookups Dig out & hook gdk_threads_enter/leave Add hooked locking sub-class 2003/12/16 17:53:28 pl 1.1.2.8: first shot at Get/SetWindowState 2003/12/16 15:13:39 pl 1.1.2.7: fix non rersizable dialogs 2003/12/16 14:45:30 pl 1.1.2.6: added style settings to gtk plugin 2003/12/15 18:12:06 pl 1.1.2.5: first cut at key events 2003/12/12 17:09:13 pl 1.1.2.4: motion events for frames 2003/12/12 15:58:57 pl 1.1.2.3: frame issues 2003/12/12 15:33:02 pl 1.1.2.2: frame issues 2003/12/12 14:55:53 pl 1.1.2.1: adding gtk frame: first steps


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [d326420e19711871764fd16415488092377b2961]

INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2003/12/12 16:52:35 mmeeks 1.1.2.3: Re-work Insert/Remove to allow custom sources to be added to the glib mainloop; tested & works with NAS. 2003/12/12 13:44:45 mmeeks 1.1.2.2: Split out SalSystem stuff into a shared header, virtualize the native dialog stuff to bin the nasty msgbox code.

Don't g_thread_init if we have already - theoretical crasher
add SAL_DEBUG_UPDATES

** Disable timeout ** - causing gtk+ rendering to barf, will fix next pass.

re-hash native dialog code to make it more pleasant.
2003/12/04 14:49:39 pl 1.1.2.1: #i22713# first steps for a gtk plugin

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [e8ed23fd190a07ed87bf8bfde489e1b3eada7ba3]

INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2003/12/12 13:44:44 mmeeks 1.1.2.1: Split out SalSystem stuff into a shared header, virtualize the native dialog stuff to bin the nasty msgbox code.

Don't g_thread_init if we have already - theoretical crasher
add SAL_DEBUG_UPDATES

** Disable timeout ** - causing gtk+ rendering to barf, will fix next pass.

re-hash native dialog code to make it more pleasant.

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [416dfda12ce1a1ffce47f2bcee92321b48183f79]

INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2004/01/19 18:55:26 pl 1.1.2.12: add foundations for GtkSalObject 2004/01/19 15:45:35 pl 1.1.2.11: allow for recursive Grab/Ungrab 2003/12/17 19:58:17 mmeeks 1.1.2.10: bin scattered GetDefDisp badness implement icon setting 2003/12/17 17:10:11 mmeeks 1.1.2.9: bin problematic asserts 2003/12/16 23:08:40 mmeeks 1.1.2.8: Pass oslModule into plugin for symbol lookups Dig out & hook gdk_threads_enter/leave Add hooked locking sub-class 2003/12/12 16:52:35 mmeeks 1.1.2.7: Re-work Insert/Remove to allow custom sources to be added to the glib mainloop; tested & works with NAS. 2003/12/12 15:58:54 pl 1.1.2.6: frame issues 2003/12/12 15:33:00 pl 1.1.2.5: frame issues 2003/12/12 14:55:49 pl 1.1.2.4: adding gtk frame: first steps 2003/12/11 12:47:28 pl 1.1.2.3: move to more sensible dir structure 2003/12/11 10:58:31 pl 1.1.2.2: #i22713# built in glib main loop 2003/12/04 14:49:36 pl 1.1.2.1: #i22713# first steps for a gtk plugin


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [deae25e32fafd93f0a1097030993d2f3da8d5271]

INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2004/02/12 12:34:05 pl 1.1.2.19: dispatch mouse events to the correct VCL frame 2004/01/19 15:47:19 pl 1.1.2.18: no more SalI18N_InputMethod needed 2003/12/19 15:02:19 pl 1.1.2.17: plugin autodetect 2003/12/18 15:12:33 mmeeks 1.1.2.16: Fix grab issues, Fix display opening Misc. bits. 2003/12/18 13:09:54 mmeeks 1.1.2.15: cleanup cursors fix grab problems. 2003/12/17 21:28:27 mmeeks 1.1.2.14: Split shared cursor includes out, Implement GdkCursor support nicely 2003/12/17 13:13:16 mmeeks 1.1.2.13: Cursor bits .. Flush/Sync Don't return TRUE from ConfigureEvent (eg.) SetPointerPos Use widget's mapped state not separate boolean 2003/12/16 23:08:39 mmeeks 1.1.2.12: Pass oslModule into plugin for symbol lookups Dig out & hook gdk_threads_enter/leave Add hooked locking sub-class 2003/12/16 14:45:29 pl 1.1.2.11: added style settings to gtk plugin 2003/12/15 18:12:04 pl 1.1.2.10: first cut at key events 2003/12/15 14:12:07 mmeeks 1.1.2.9: re-hash glib timeout code for efficiency Don't add the X socket to the poll a 2nd time (using un-virtualized callbacks) in SalDisplay 2003/12/12 17:09:11 pl 1.1.2.8: motion events for frames 2003/12/12 16:52:33 mmeeks 1.1.2.7: Re-work Insert/Remove to allow custom sources to be added to the glib mainloop; tested & works with NAS. 2003/12/12 14:55:48 pl 1.1.2.6: adding gtk frame: first steps 2003/12/12 14:48:50 mmeeks 1.1.2.5: re-hash timeout / wakeup bits ... 2003/12/12 13:44:41 mmeeks 1.1.2.4: Split out SalSystem stuff into a shared header, virtualize the native dialog stuff to bin the nasty msgbox code.

Don't g_thread_init if we have already - theoretical crasher
add SAL_DEBUG_UPDATES

** Disable timeout ** - causing gtk+ rendering to barf, will fix next pass.

re-hash native dialog code to make it more pleasant.
2003/12/11 12:47:27 pl 1.1.2.3: move to more sensible dir structure
2003/12/11 10:58:30 pl 1.1.2.2: #i22713# built in glib main loop
2003/12/04 14:49:34 pl 1.1.2.1: #i22713# first steps for a gtk plugin

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [209c92cb386ff783df6cff801f5a08268d2c7d02]

INTEGRATION: CWS vcl17 (1.177.2); FILE MERGED 2004/02/11 14:08:00 pl 1.177.2.6: RESYNC: (1.181-1.183); FILE MERGED 2004/01/22 12:09:26 pl 1.177.2.5: resolved merge conflicts 2004/01/21 19:37:29 pl 1.177.2.4: RESYNC: (1.177-1.181); FILE MERGED 2004/01/06 13:46:01 ssa 1.177.2.3: #112873# provide dtor for ImplDelData that takes care of removing it from associated Window 2003/11/28 13:59:38 ssa 1.177.2.2: #113722# cache queryInterface call to improve IsTopWindow() 2003/11/26 13:47:35 ssa 1.177.2.1: #i16682#,#i21238#,#i22098# allow system font sizes that will not make dialogs exceeding the screen


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [78dd6b49fbf20bea4bfee0b931b5b456bb760238]

INTEGRATION: CWS vcl17 (1.6.148); FILE MERGED 2004/01/21 19:38:39 pl 1.6.148.2: RESYNC: (1.6-1.8); FILE MERGED 2004/01/19 12:40:01 ssa 1.6.148.1: provide paint handler for tabpages


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [9a45298cf206b0dd7ad95efde44eead668649192]

INTEGRATION: CWS vcl17 (1.22.134); FILE MERGED 2004/01/21 19:50:06 pl 1.22.134.3: RESYNC: (1.22-1.24); FILE MERGED 2003/12/02 16:16:56 hdu 1.22.134.2: #113491# avoid miscompare caused by integer overflow 2003/12/02 13:35:39 hdu 1.22.134.1: #113491# fix off by one for LRU counting, important for garbage collection


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [d538d65514b052112421b1b46091e05de3067b23]

INTEGRATION: CWS vcl17 (1.49.2); FILE MERGED 2004/02/11 14:11:17 pl 1.49.2.3: RESYNC: (1.52-1.54); FILE MERGED 2004/01/21 20:06:03 pl 1.49.2.2: RESYNC: (1.49-1.52); FILE MERGED 2004/01/19 12:54:53 hdu 1.49.2.1: #i21951# shortcircuit unit transformations if possible to avoid integer overflow


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [a9e8463be4b4cb17291c9fe279fdf6bee7ac9ca0]

INTEGRATION: CWS vcl17 (1.59.2); FILE MERGED 2004/02/11 14:10:33 pl 1.59.2.3: RESYNC: (1.62-1.64); FILE MERGED 2004/01/21 19:59:51 pl 1.59.2.2: RESYNC: (1.59-1.62); FILE MERGED 2003/12/10 15:00:32 hdu 1.59.2.1: #112800# fix strikethrough with X or / in RTL text


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [ecdea0af676dbeed8acc01f978d51ba65e1451a3]

INTEGRATION: CWS vcl17 (1.159.2); FILE MERGED 2004/02/11 14:11:05 pl 1.159.2.4: RESYNC: (1.164-1.167); FILE MERGED 2004/01/21 20:02:13 pl 1.159.2.3: RESYNC: (1.159-1.164); FILE MERGED 2003/12/10 15:00:12 hdu 1.159.2.2: #112800# fix strikethrough with X or / in RTL text 2003/11/28 14:56:03 hdu 1.159.2.1: #i22804# improve handling of korean Baekmuk fonts, also glyph fallback list


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [121699da3f849c5e0abd07a5caf8adc4b3f3a90a]

INTEGRATION: CWS vcl17 (1.22.36); FILE MERGED 2004/02/11 14:10:43 pl 1.22.36.5: RESYNC: (1.23-1.24); FILE MERGED 2004/01/21 20:00:01 pl 1.22.36.4: RESYNC: (1.22-1.23); FILE MERGED 2003/12/04 16:10:42 hdu 1.22.36.3: #i22804# fix spelling: KochigGothic->KochiGothic 2003/12/04 14:44:07 hdu 1.22.36.2: #i22804# fix spelling: KochiGochi->KochiGothic 2003/12/04 14:38:45 hdu 1.22.36.1: #i22804# improve handling of Baekmuk fonts for Korean


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [89a7cb9dbb7e1aaeb17bfacfc486babb53219c44]

INTEGRATION: CWS vcl17 (1.19.14); FILE MERGED 2004/02/09 11:17:14 ssa 1.19.14.1: #25130# prepare for mouseover, add PreNotify handlers


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [e0a80b8c95b4b879864345cc4ab033aa2e849cd8]

INTEGRATION: CWS vcl17 (1.12.14); FILE MERGED 2004/02/09 11:17:13 ssa 1.12.14.1: #25130# prepare for mouseover, add PreNotify handlers


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [7c3fe041fc6d6dce22d6165e6deb7a7dae404972]

INTEGRATION: CWS vcl17 (1.11.14); FILE MERGED 2004/02/09 11:17:13 ssa 1.11.14.2: #25130# prepare for mouseover, add PreNotify handlers 2004/01/22 12:09:26 pl 1.11.14.1: resolved merge conflicts


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [ab2e7e4494373deb6081a4f840f721adf5e3c4c0]

INTEGRATION: CWS vcl17 (1.25.14); FILE MERGED 2004/02/09 11:17:13 ssa 1.25.14.1: #25130# prepare for mouseover, add PreNotify handlers


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [e994304dfff8458132df464d3df9f591403db454]

INTEGRATION: CWS vcl17 (1.31.2); FILE MERGED 2004/02/11 14:15:18 pl 1.31.2.6: RESYNC: (1.33-1.34); FILE MERGED 2004/01/21 20:32:56 pl 1.31.2.5: RESYNC: (1.31-1.33); FILE MERGED 2003/12/18 16:14:32 mmeeks 1.31.2.4: Bin nasty, binary pre-compiled mess, Cleanup headers removing gnomeint bits Implement 'SnapShot' 2003/12/12 13:44:39 mmeeks 1.31.2.3: Split out SalSystem stuff into a shared header, virtualize the native dialog stuff to bin the nasty msgbox code.

Don't g_thread_init if we have already - theoretical crasher
add SAL_DEBUG_UPDATES

** Disable timeout ** - causing gtk+ rendering to barf, will fix next pass.

re-hash native dialog code to make it more pleasant.
2003/12/10 12:24:01 pl 1.31.2.2: switch to unified plugin naming scheme
2003/11/28 13:43:09 pl 1.31.2.1: #i22981# new dummy plugin for build tools

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [8debfda76a344e8cea00787139b09bac6ed40fdc]

INTEGRATION: CWS vcl17 (1.23.2); FILE MERGED 2004/01/21 20:33:06 pl 1.23.2.6: RESYNC: (1.23-1.26); FILE MERGED 2003/12/18 16:14:32 mmeeks 1.23.2.5: Bin nasty, binary pre-compiled mess, Cleanup headers removing gnomeint bits Implement 'SnapShot' 2003/12/12 14:58:51 pl 1.23.2.4: add gtk window dir 2003/12/12 13:44:38 mmeeks 1.23.2.3: Split out SalSystem stuff into a shared header, virtualize the native dialog stuff to bin the nasty msgbox code.

Don't g_thread_init if we have already - theoretical crasher
add SAL_DEBUG_UPDATES

** Disable timeout ** - causing gtk+ rendering to barf, will fix next pass.

re-hash native dialog code to make it more pleasant.
2003/12/04 14:49:31 pl 1.23.2.2: #i22713# first steps for a gtk plugin
2003/11/28 13:43:08 pl 1.23.2.1: #i22981# new dummy plugin for build tools

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [fc93ba55eb1e4633b9c03e828c61034fd8d5b98e]

INTEGRATION: CWS vcl17 (1.2.122); FILE MERGED 2004/01/22 12:13:05 pl 1.2.122.1: removed a warning


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [47653d8e4b30d5824f85b5790f2dd380d73713f9]

INTEGRATION: CWS vcl17 (1.64.34); FILE MERGED 2004/02/11 12:06:31 pl 1.64.34.4: RESYNC: (1.66-1.67); FILE MERGED 2004/01/21 15:55:54 pl 1.64.34.3: RESYNC: (1.64-1.66); FILE MERGED 2003/12/08 16:48:37 pl 1.64.34.2: #114101# fixed some locking issues 2003/11/27 10:59:39 pl 1.64.34.1: #113035# improve timeout detection for long transfers


2004-02-20  Oliver Bolte  <obo@openoffice.org>  [67362050106dc3330c3ddb582bed272c79d7975b]

INTEGRATION: CWS vcl17 (1.9.52); FILE MERGED 2004/01/21 15:55:42 pl 1.9.52.3: RESYNC: (1.9-1.10); FILE MERGED 2003/12/08 16:48:33 pl 1.9.52.2: #114101# fixed some locking issues 2003/11/27 10:59:25 pl 1.9.52.1: #114101# removed a deadlock


2004-02-16  Thorsten Behrens  <thb@openoffice.org>  [46119801e664c52a2a7a360ce4756bcd693a1530]

#110496# Made headers gcc-Wall clean, added some Canvas-related tooling


2004-02-16  Oliver Bolte  <obo@openoffice.org>  [135860214b8abba5970a51a5e79639b3676a53bf]

INTEGRATION: CWS swq03 (1.32.222); FILE MERGED 2004/01/23 10:57:31 pb 1.32.222.1: fix: #i16031# don't paint white on white


2004-02-12  Armin Weiss  <aw@openoffice.org>  [7cfd6a9f6ae62518c3d9daf1d59b0571d93ad59e]

Added areControlPointsUsed(), areControlVectorsUsed() methods


2004-02-12  Armin Weiss  <aw@openoffice.org>  [bfb4c85407393d3612a23f3f6eb61f84b677be57]

Changed usages of (G/S)etControlVector(A/B) to use the new curve convention that both vectors are relative to the point of the edge. Before, B was relative to the next edge. Also added (G/S)etControlPoint(A/B) interface for B2DPolygon.


2004-02-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f79a4d013a8c4124922eed6b0066080cc01fb27]

#i25259# initialize member m_bListening in all c'tor of OEnumerationByName


2004-02-05  Kurt Zenker  <kz@openoffice.org>  [92b92fe2dd50ada42374d0b539803e635a943271]

new version for SRC680


2004-02-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [7be10bb596466bf56900213e634c8c8ebe77557d]

#100000#: solve merge conflict


2004-02-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [838995b30337d79eb28d5a983eb5f1d26f67b7d7]

#100000#: solve merge conflict


2004-02-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ad611b55dfc966d78c72862c1e82fad7dbee7ff]

#100000#: add ReferenceDeviceMode


2004-02-05  Kurt Zenker  <kz@openoffice.org>  [0ecbfb539de5538b6df2f1593d3c864dd12ad083]

new version for SRC680


2004-02-05  Kurt Zenker  <kz@openoffice.org>  [d330f8649348ec07417d80d9b947f6b28fa7639d]

new version for SRC680


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7bdac010b90a4327751423186a24b0a64a53179]

INTEGRATION: CWS ooo20031216 (1.5.352); FILE MERGED 2003/12/13 13:24:07 waratah 1.5.352.1: #i21906# add class after friend keyword


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [71593697d11b76cc88447f90e2122ca2359c8992]

INTEGRATION: CWS ooo20031216 (1.22.44); FILE MERGED 2004/01/23 13:02:39 mh 1.22.44.2: RESYNC: (1.22-1.23); FILE MERGED 2003/12/13 14:12:58 waratah 1.22.44.1: #i22301# fix for scoping problems


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9c0243f35f60222281b08cd67fbb6a6e8427590]

INTEGRATION: CWS ooo20031216 (1.49.16); FILE MERGED 2004/01/26 17:22:22 mh 1.49.16.2: RESYNC: (1.49-1.50); FILE MERGED 2003/12/11 11:59:57 pl 1.49.16.1: #i10000# corrected link statement for x plugin


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [bee694ff81ce28188b04bfa8303daf673a5d8f77]

INTEGRATION: CWS ooo20031216 (1.7.16); FILE MERGED 2004/01/26 17:24:39 mh 1.7.16.2: RESYNC: (1.7-1.8); FILE MERGED 2003/12/13 13:21:40 waratah 1.7.16.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [36dc9f918a44fc4c7d9fb2fe77c09981e85594be]

INTEGRATION: CWS ooo20031216 (1.167.2); FILE MERGED 2004/01/26 17:24:02 mh 1.167.2.2: RESYNC: (1.167-1.168); FILE MERGED 2003/12/13 13:21:41 waratah 1.167.2.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [892e24fdb5540e769097360a9ef6f2a6e881de32]

INTEGRATION: CWS ooo20031216 (1.32.2); FILE MERGED 2004/01/26 17:29:19 mh 1.32.2.2: RESYNC: (1.32-1.33); FILE MERGED 2003/12/13 13:26:04 waratah 1.32.2.1: #i22301# fix for scoping problems


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff6c6a0336c919f45a0c08ab4d02de0035a301ba]

INTEGRATION: CWS ooo20031216 (1.111.2); FILE MERGED 2004/01/26 17:28:15 mh 1.111.2.2: RESYNC: (1.111-1.112); FILE MERGED 2003/12/13 13:26:04 waratah 1.111.2.1: #i22301# fix for scoping problems


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [685cc5265e0d6a56ebd482c5447c407d9d838234]

INTEGRATION: CWS ooo20031216 (1.49.2); FILE MERGED 2004/01/26 17:34:53 mh 1.49.2.2: RESYNC: (1.49-1.50); FILE MERGED 2003/12/13 13:21:42 waratah 1.49.2.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a31dc800fffbe3944375a5071987f957b91fc676]

INTEGRATION: CWS ooo20031216 (1.25.60); FILE MERGED 2004/01/26 17:32:43 mh 1.25.60.2: RESYNC: (1.25-1.26); FILE MERGED 2003/12/13 13:21:42 waratah 1.25.60.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7d835f53c616ff69226c91d05c9cc2059d32251]

INTEGRATION: CWS ooo20031216 (1.25.24); FILE MERGED 2003/12/13 13:24:07 waratah 1.25.24.1: #i21906# add class after friend keyword


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [8be9dc012fe590ba145baa829be47ce3715557d9]

INTEGRATION: CWS ooo20031216 (1.4.2); FILE MERGED 2004/01/26 18:10:33 mh 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2003/12/13 13:21:43 waratah 1.4.2.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [218aed9d3a8c744ec28a4c6e4ad3c297422ade96]

INTEGRATION: CWS ooo20031216 (1.60.2); FILE MERGED 2004/01/26 18:13:57 mh 1.60.2.2: RESYNC: (1.60-1.61); FILE MERGED 2003/12/13 13:26:05 waratah 1.60.2.1: #i22301# fix for scoping problems


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [38968ba0e9fbb263215810ecf5d362cbb6e2ccb6]

INTEGRATION: CWS ooo20031216 (1.7.248); FILE MERGED 2004/01/26 14:28:10 mh 1.7.248.2: RESYNC: (1.7-1.8); FILE MERGED 2003/12/13 13:59:52 waratah 1.7.248.1: #i22535# remove the __DELETE macro it is redundant


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [92e2236c3ec868735be0b9293e04548b7592437a]

INTEGRATION: CWS ooo20031216 (1.53.216); FILE MERGED 2004/01/26 14:30:15 mh 1.53.216.2: RESYNC: (1.53-1.54); FILE MERGED 2003/12/13 13:58:10 waratah 1.53.216.1: #i22535# remove the __DELETE macro it is redundant


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a4d4fd9484b21191e81018ba4b24991fe3b4065]

INTEGRATION: CWS ooo20031216 (1.63.248); FILE MERGED 2003/12/13 13:59:09 waratah 1.63.248.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b62b53f52d5a72105e14dca17bb1ec5fed467e62]

INTEGRATION: CWS ooo20031216 (1.11.192); FILE MERGED 2003/12/13 13:58:11 waratah 1.11.192.1: #i22535# remove the __DELETE macro it is redundant


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fb8d0e168a09006afdda776a27b7b607ee6dc5f]

INTEGRATION: CWS ooo20031216 (1.20.178); FILE MERGED 2003/12/13 13:58:11 waratah 1.20.178.1: #i22535# remove the __DELETE macro it is redundant


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a730817fb51772faec7aca0bb2dad6a8b1a18ee]

INTEGRATION: CWS ooo20031216 (1.2.228); FILE MERGED 2003/12/13 13:56:56 waratah 1.2.228.1: #i1858# test for previous definition of macro to remove warning


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2468f5486b84c476e81c7f2a181deafaecf4819]

INTEGRATION: CWS ooo20031216 (1.12.22); FILE MERGED 2003/12/13 14:00:30 waratah 1.12.22.1: #i21343# remove deliberate core dump


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [1eacbb152ba7c012dfbbe4e8d2ef12715d433527]

INTEGRATION: CWS ooo20031216 (1.1.1.1.98); FILE MERGED 2003/12/29 09:20:51 waratah 1.1.1.1.98.1: #i23913# remove TRY CATCH macros


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7a5d09c87213b1b7de9a8a93215bcb0de984641]

INTEGRATION: CWS ooo20031216 (1.3.2); FILE MERGED 2003/12/13 13:53:52 waratah 1.3.2.1: Linux Kernel 2.6 patch, this allows the code to use the non-fork version, corrected for documentation purposes at this stage


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6179f6971fcd5d22ef9a2d469fd98a98257abaf7]

INTEGRATION: CWS ooo20031216 (1.1.1.1.204); FILE MERGED 2003/12/23 13:28:08 waratah 1.1.1.1.204.1: #i1858# initialise some variables that may be unitialised when used


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9ecaf66863c4314fe86d343cf0fcc0e58569fe0]

INTEGRATION: CWS ooo20031216 (1.6.2); FILE MERGED 2003/12/24 10:38:43 waratah 1.6.2.2: #i1858# work around for an unitialised warning in gcc 2003/12/23 13:26:37 waratah 1.6.2.1: #i1858# initialise some variables that may be unitialised when used Reset the pTargetBuffer pointer to NULL when it is deleted, forcing deleted pointer error if one exists


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a197592043135dc0a6ee3505a22d1d60c90a4d3]

INTEGRATION: CWS ooo20031216 (1.4.74); FILE MERGED 2003/12/23 11:39:45 waratah 1.4.74.1: #i1858# overcome unitialised warning from gcc (not real problem)


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [856465442423aafdbfb5a03d1330906ce14fb362]

INTEGRATION: CWS ooo20031216 (1.7.190); FILE MERGED 2004/01/26 20:19:16 mh 1.7.190.2: RESYNC: (1.7-1.8); FILE MERGED 2003/12/23 11:37:03 waratah 1.7.190.1: #i1858#  correct uninitialised variable


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [5eaacc71099981cfdf2d2ee97edf397fad54473b]

INTEGRATION: CWS ooo20031216 (1.40.80); FILE MERGED 2003/12/23 11:17:07 waratah 1.40.80.1: #i1858#  correct for some unitialised variables


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [2607443d23016a29e45736dff60a5eea50afd877]

INTEGRATION: CWS ooo20031216 (1.1.1.1.204); FILE MERGED 2003/12/13 13:52:30 waratah 1.1.1.1.204.1: #i1858# test for previous definition of macro to remove warning


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [83db408b034126d598dfe2f5d54b248aff05007f]

INTEGRATION: CWS ooo20031216 (1.20.106); FILE MERGED 2003/12/23 13:39:50 waratah 1.20.106.1: #i1858# initialise some variables that may be unitialised when used


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [839f416edfa588eb637084494d90a5fc68f71969]

INTEGRATION: CWS ooo20031216 (1.5.32); FILE MERGED 2003/12/23 11:00:28 waratah 1.5.32.1: #i1858#  unitialised variable:  removed erroneous int keyword


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6cf69d14e025e8d3d32e494762325ef1a2143a7]

INTEGRATION: CWS ooo20031216 (1.3.32); FILE MERGED 2003/12/13 14:07:44 waratah 1.3.32.1: #i1858# test for previous definition of macro to remove warning


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d9c5af97fade73660936a32a24376bccb3cb53b]

INTEGRATION: CWS ooo20031216 (1.7.54); FILE MERGED 2003/12/13 14:13:01 waratah 1.7.54.1: #i22301# fix for scoping problems


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8327a8b5625267a817484c7344c61375ca6f594]

INTEGRATION: CWS ooo20031216 (1.16.62); FILE MERGED 2003/12/13 14:12:59 waratah 1.16.62.1: #i22301# fix for scoping problems


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d50e1ad325395b30770cad0b93205aeeb19e3d40]

INTEGRATION: CWS ooo20031216 (1.8.68); FILE MERGED 2003/12/13 14:11:55 waratah 1.8.68.1: #i22301# fix for scoping problems


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [52449a015b96f222618535c263e35d3baa19723d]

INTEGRATION: CWS ooo20031216 (1.80.4); FILE MERGED 2003/12/13 14:04:12 waratah 1.80.4.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8416688f9230dcc42e141821ace0230629aad10]

INTEGRATION: CWS ooo20031216 (1.5.48); FILE MERGED 2003/12/24 11:44:22 waratah 1.5.48.1: #i1858# correct potential unitialised values


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [83caab7ccb74d994c9c057a79b25d4a8d47fcfb2]

INTEGRATION: CWS ooo20031216 (1.1.1.1.146); FILE MERGED 2003/12/24 11:39:09 waratah 1.1.1.1.146.1: #i1858# work around a warning issued by gcc


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fa3670622b6ec3d3f408dde815b06a76fdfced0]

INTEGRATION: CWS ooo20031216 (1.1.1.1.146); FILE MERGED 2003/12/24 11:36:22 waratah 1.1.1.1.146.1: #i1858# correct potential unitialised values


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [54e3c65b592e135d49c9172a2d29eec96850fc1e]

INTEGRATION: CWS ooo20031216 (1.27.44); FILE MERGED 2003/12/24 11:45:55 waratah 1.27.44.1: #i1858# remove trailing text after #else


2004-02-04  Thorsten Behrens  <thb@openoffice.org>  [389d6d5573241b1b050021b5e156b7295c880eb0]

Finished adaptive subdivision for cubic beziers. Quadratic beziers are still missing, though


2004-02-04  Thorsten Behrens  <thb@openoffice.org>  [d7c2ed02572c1b52c12d736e3c83a0fabb167a75]

Finished test code for adaptive bezier subdivision, and added generic gnuplot output code


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [75dd4d2a83e5324b54e51750f0a3be99d53ab2b7]

INTEGRATION: CWS traleefilterteam20 (1.8.288); FILE MERGED 2004/01/21 09:06:36 cmc 1.8.288.1: #i15020# rename misspelt token and add missing RTF_ABSNOOVRLP token


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b546be520534579c8712b58339a1332f6b002d01]

INTEGRATION: CWS traleefilterteam20 (1.8.288); FILE MERGED 2004/01/21 09:06:35 cmc 1.8.288.1: #i15020# rename misspelt token and add missing RTF_ABSNOOVRLP token


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9c5e59fc808acb4b48c85526119069cbd517d0e]

INTEGRATION: CWS traleefilterteam20 (1.9.288); FILE MERGED 2004/01/21 09:06:35 cmc 1.9.288.1: #i15020# rename misspelt token and add missing RTF_ABSNOOVRLP token


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [666d6eca69365e77dd7d10fbf9d35d7d84ba467d]

INTEGRATION: CWS traleefilterteam20 (1.8.288); FILE MERGED 2004/01/21 09:06:34 cmc 1.8.288.1: #i15020# rename misspelt token and add missing RTF_ABSNOOVRLP token


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [80ebbd1047f314dcaf38f348e92ffee9553bc544]

INTEGRATION: CWS ooo20031216 (1.2.40); FILE MERGED 2003/12/23 13:53:34 waratah 1.2.40.1: #i1858# quiet an uninitialised variable warning in gcc


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [25b3a714386c95ff13f79030bff8a182724549c3]

INTEGRATION: CWS ooo20031216 (1.1.94); FILE MERGED 2003/12/23 13:53:35 waratah 1.1.94.1: #i1858# quiet an uninitialised variable warning in gcc


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9efe965c8b9f9725506e5016b1a1f4323582887]

INTEGRATION: CWS ooo20031216 (1.2.40); FILE MERGED 2003/12/23 13:53:35 waratah 1.2.40.1: #i1858# quiet an uninitialised variable warning in gcc


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bef4a4e4bbbe06fbeb9b64df58cf757348ce21c]

INTEGRATION: CWS ooo20031216 (1.3.38); FILE MERGED 2004/01/22 16:52:40 mh 1.3.38.1: chg: compile for win, #i10000#


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [1479c23b558dafde1ce0a345399f56651a0225e8]

INTEGRATION: CWS ooo20031216 (1.12.2); FILE MERGED 2004/01/26 16:50:20 mh 1.12.2.2: RESYNC: (1.12-1.13); FILE MERGED 2003/12/25 12:31:02 waratah 1.12.2.1: #i1858# correct for some uninitialised variables


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [dff5e5ad00d5586abe0a158482bde5d2af2400ae]

INTEGRATION: CWS ooo20031216 (1.35.2); FILE MERGED 2004/01/26 16:49:21 mh 1.35.2.2: RESYNC: (1.35-1.36); FILE MERGED 2003/12/25 12:31:02 waratah 1.35.2.1: #i1858# correct for some uninitialised variables


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [9116aa1ade6be2ae9092cb2e09ad38014ec9edd8]

INTEGRATION: CWS ooo20031216 (1.46.4); FILE MERGED 2003/12/24 11:29:57 waratah 1.46.4.1: #i1858# correct potential unitialised values


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [5958c376086bb7236a4ac2f26e999377689e2704]

INTEGRATION: CWS ooo20031216 (1.2.36); FILE MERGED 2004/01/23 13:04:58 mh 1.2.36.2: RESYNC: (1.2-1.3); FILE MERGED 2003/12/23 11:08:01 waratah 1.2.36.1: #i1858#  unitialised variable: remove gcc warning only


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a7b832f301aeb0c7c221790f6a5928592cbf228]

INTEGRATION: CWS ooo20031216 (1.22.14); FILE MERGED 2004/01/26 14:48:55 mh 1.22.14.2: RESYNC: (1.22-1.23); FILE MERGED 2003/12/25 13:08:42 waratah 1.22.14.1: #i1858# quiet an uninitialised variable warning in gcc


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a9d4a180f7c49120bfa903833c4911615d6ee39]

INTEGRATION: CWS ooo20031216 (1.19.50); FILE MERGED 2003/12/25 13:11:07 waratah 1.19.50.1: #i1858# correct for some uninitialised variables


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce3eeda412bec0a9de84215d26142ac8d5951f70]

INTEGRATION: CWS ooo20031216 (1.4.62); FILE MERGED 2003/12/25 12:57:14 waratah 1.4.62.2: #i1858# correct for some uninitialised variables 2003/12/13 14:10:21 waratah 1.4.62.1: #i1858# test for previous definition of macro to remove warning


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ea8752a7aeca720dcd788471a2539c3cae3aa1f]

INTEGRATION: CWS ooo20031216 (1.25.2); FILE MERGED 2003/12/25 12:57:14 waratah 1.25.2.2: #i1858# correct for some uninitialised variables 2003/12/13 14:10:21 waratah 1.25.2.1: #i1858# test for previous definition of macro to remove warning


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b56db148f0005ecf1bdb2dab0d0b643ee0dcc982]

INTEGRATION: CWS ooo20031216 (1.2.62); FILE MERGED 2003/12/13 14:10:21 waratah 1.2.62.1: #i1858# test for previous definition of macro to remove warning


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [3408e61d368c22af7b7601d8313803d36c1c477a]

INTEGRATION: CWS ooo20031216 (1.41.2); FILE MERGED 2004/01/26 14:50:12 mh 1.41.2.2: RESYNC: (1.41-1.42); FILE MERGED 2003/12/25 13:13:18 waratah 1.41.2.1: #i1858# correct for some uninitialised variables


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [92357f0e80b50e820ae7fd8a08f0989c5f2a951e]

INTEGRATION: CWS tbe9 (1.48.60); FILE MERGED 2003/11/14 14:51:17 tbe 1.48.60.1: #i18891# Only toplevel windows should have ACTIVE state


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a82cb7c3f5c353d93f7137dc2383bbd1e11eb040]

INTEGRATION: CWS tbe9 (1.2.2); FILE MERGED 2004/01/21 16:44:17 sw 1.2.2.1: #111623#


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6798655b333eba8a1878fe051c43189bae25ec0]

INTEGRATION: CWS tbe9 (1.15.132); FILE MERGED 2003/11/13 17:10:40 tbe 1.15.132.1: #i22096# Wrong accessible name reported


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [008ccb0853815dad1fbd7768c6dab58fb7bb90d9]

INTEGRATION: CWS tbe9 (1.2.16); FILE MERGED 2004/01/22 14:01:35 sw 1.2.16.1: #113034#


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [44d60f1e0bc9c8f413460dbd2b14bf7641b298b7]

INTEGRATION: CWS tbe9 (1.7.52); FILE MERGED 2003/11/19 12:03:26 tbe 1.7.52.1: #111089# return the proxy XAccessible instead of the inner XAccessible


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [eefa3b2a0f16e22b67e2e2e09f41b89c0e99cbc9]

INTEGRATION: CWS mt802 (1.1.1.1.478); FILE MERGED 2004/01/26 16:49:42 mt 1.1.1.1.478.1: #115029# Use TabPageSize instead of OutputSizePixel from TabControl


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbe54d110c52772bda7404c8f4dd0cd63da3aad4]

INTEGRATION: CWS mt802 (1.44.18); FILE MERGED 2004/01/27 12:55:04 mt 1.44.18.1: #114285# Moved UnoWrapper::Destroy call to DeInitVCL


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6fb8ad4528ae7c47a0b0818ce88546da3116054]

INTEGRATION: CWS mt802 (1.30.18); FILE MERGED 2004/01/27 12:55:03 mt 1.30.18.1: #114285# Moved UnoWrapper::Destroy call to DeInitVCL


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c507a9a8f1e3286b376a7c5fa921f5832ee8b262]

INTEGRATION: CWS mt802 (1.61.14); FILE MERGED 2004/01/27 11:42:13 mt 1.61.14.1: #i22558# addItems: Check for negative index


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7fdf1cec4f638eaf2384390c17a9b7e798ad9a8]

INTEGRATION: CWS mt802 (1.43.16); FILE MERGED 2004/01/27 10:26:25 mt 1.43.16.1: #i22546# Don't cast KeyCharCode to USHORT


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [974e966cf010cd5712b37a66e4086a57db96c7ed]

INTEGRATION: CWS vcl16 (1.71.20); FILE MERGED 2003/10/14 14:38:15 hdu 1.71.20.3: #i21027# remember BiDi status of glyphs in SimpleWinLayout 2003/08/28 09:04:39 pl 1.71.20.2: RESYNC: (1.71-1.73); FILE MERGED 2003/08/12 10:14:47 hdu 1.71.20.1: #i17359# #110590# #111016# #i15237# get Q in sync with vcl7pp1r1


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [af5d32f2ac5690a1d11475a8378e2540847cde45]

INTEGRATION: CWS vcl16 (1.32.24); FILE MERGED 2003/08/12 10:14:48 hdu 1.32.24.1: #i17359# #110590# #111016# #i15237# get Q in sync with vcl7pp1r1


2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5af2e5ce32761bd74b557ab5302472aa35b7c1d]

INTEGRATION: CWS vcl16 (1.46.20); FILE MERGED 2003/08/28 09:04:02 pl 1.46.20.2: RESYNC: (1.46-1.48); FILE MERGED 2003/08/12 10:14:46 hdu 1.46.20.1: #i17359# #110590# #111016# #i15237# get Q in sync with vcl7pp1r1


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e44e1f22b43e35b6f294c96f69bd3962cf797c07]

INTEGRATION: CWS dialogdiet (1.46.208); FILE MERGED 2003/11/28 16:45:48 mba 1.46.208.1: #i22972#: moved static access method from svx to svtools


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0a9325ad8a0952fc4efa76616168b5f611fdefd]

INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/12/02 15:31:23 mba 1.1.2.2: #i22972#: wrong include 2003/11/28 16:44:30 mba 1.1.2.1: #i22972#: MiscOptions moved to svt


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f94ce362192288215c69bc259977284c3b0701ed]

INTEGRATION: CWS dialogdiet (1.43.16); FILE MERGED 2003/11/28 16:44:40 mba 1.43.16.1: #i22972#: moved some options from offmgr and sfx2


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f31ec053946220a57130a8eba3f451ef8bc073c8]

INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 16:43:47 mba 1.1.2.1: #i22972#: FontSubstConfig moved to svt


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [33804ea802fa57dd089e6e41379d1e6190139f23]

INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 16:44:18 mba 1.1.2.1: #i22972#: FilterOptions moved to svt


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fb63044416a2ddd0c2078e2392e2e2bf12a6c69]

INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 16:44:06 mba 1.1.2.1: #i22972#: AppearanceConfig moved to svt


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b13a0cc3291888bd36669dea4a75e2689b746ec]

INTEGRATION: CWS dialogdiet (1.5.356); FILE MERGED 2003/11/28 16:43:29 mba 1.5.356.1: #i22972#: moved code to initialize VCL from offmgr


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e6aad86f36e1a26764d160e35579b94cdc7f075]

INTEGRATION: CWS dialogdiet (1.107.16); FILE MERGED 2004/01/19 20:17:57 mba 1.107.16.2: RESYNC: (1.107-1.108); FILE MERGED 2003/11/28 16:43:05 mba 1.107.16.1: #i22972#: moved some options from offmgr and sfx2


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa6164e422b9734b549224cf6d0cda7d64eaf05e]

INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 16:38:07 mba 1.1.2.1: #i22972#: MiscOptions moved to svt


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d07f8596e9eeaee458454a1acc6302a19c81a6c]

INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 16:36:50 mba 1.1.2.1: #i22972#: FontSubstConfig moved to svt


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6981d699fa132a8248f79622486217c916d0ddff]

INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 16:37:47 mba 1.1.2.1: #i22972#: FilterOptions moved to svt


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0cf7fb146ad0b37582b9f929dff5e0c6eeb1c3b]

INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 16:37:23 mba 1.1.2.1: #i22972#: AppearanceConfig moved to svt


2004-02-03  Armin Weiss  <aw@openoffice.org>  [02cc65c040efa738ee774c2324427a07ba4fbd74]

Re-Added some automatic type conversions


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [351ef25838c926db7f4f67a7b42c91a05d53dc99]

INTEGRATION: CWS readstorage (1.80.8); FILE MERGED 2004/01/14 15:34:03 mav 1.80.8.2: #114338# Integrate fix into SRC680 child workspace 2004/01/14 15:18:12 mav 1.80.8.1: #112759#,#i12799# integrate fixes to SRC680


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c95c532d7b5aaef5f1450eedc6cac33bb3b76a76]

INTEGRATION: CWS vcl16 (1.16.108); FILE MERGED 2003/09/11 14:06:52 ssa 1.16.108.2: #111628# make printer settings dialog child of printer dialog to assure modality 2003/08/25 13:42:35 pl 1.16.108.1: #i17967# remember last file in print-to-file file picker


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea97870532c58b52a186a64f88d732b3906830d7]

INTEGRATION: CWS vcl16 (1.32.24); FILE MERGED 2003/08/12 10:14:48 hdu 1.32.24.1: #i17359# #110590# #111016# #i15237# get Q in sync with vcl7pp1r1


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5773d07ae3518299309ccd7e6c2e8bdd8e3e5437]

INTEGRATION: CWS vcl16 (1.39.70); FILE MERGED 2003/08/28 13:30:44 pl 1.39.70.1: #106120# broadcast modification on middle mouse button paste


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [62e559757975fd25b91e87107234ffda463f5c40]

INTEGRATION: CWS vcl16 (1.2.330); FILE MERGED 2003/09/11 14:06:53 ssa 1.2.330.1: #111628# make printer settings dialog child of printer dialog to assure modality


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b284be40330ac051d31f43805825adfe5d75aa39]

INTEGRATION: CWS vcl16 (1.106.2); FILE MERGED 2003/11/12 16:16:48 pl 1.106.2.2: RESYNC: (1.106-1.108); FILE MERGED 2003/09/03 14:43:41 pl 1.106.2.1: #111093# treat alias names as individual font entries


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f37d108581ec8cd1bbc1fb231a74bc8d88fab78]

INTEGRATION: CWS vcl16 (1.98.26); FILE MERGED 2003/11/12 16:11:33 pl 1.98.26.2: RESYNC: (1.98-1.99); FILE MERGED 2003/09/03 14:43:40 pl 1.98.26.1: #111093# treat alias names as individual font entries


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9e171e6ae4815fabab28b9c0d4f884cbe483a49]

INTEGRATION: CWS vcl16 (1.156.4); FILE MERGED 2003/11/12 16:12:56 pl 1.156.4.2: RESYNC: (1.156-1.157); FILE MERGED 2003/11/12 11:08:49 hdu 1.156.4.1: #i22367# added Takamichi Nara's patch to add GetDefaultFont() debug messages


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [926a13279c4341c812382df4362065368b4a8282]

INTEGRATION: CWS vcl16 (1.24.2); FILE MERGED 2003/11/12 11:08:48 hdu 1.24.2.1: #i22367# added Takamichi Nara's patch to add GetDefaultFont() debug messages


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b0adc78947a179189e892ed8b781157b9b8c2c3]

INTEGRATION: CWS vcl16 (1.21.2); FILE MERGED 2003/11/12 16:12:37 pl 1.21.2.2: RESYNC: (1.21-1.22); FILE MERGED 2003/11/12 11:08:48 hdu 1.21.2.1: #i22367# added Takamichi Nara's patch to add GetDefaultFont() debug messages


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c62da36184b12ee3cf41e071ff4357646148cbcb]

INTEGRATION: CWS vcl16 (1.49.20); FILE MERGED 2003/09/10 09:45:36 pl 1.49.20.1: #112096# make button larger


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [681e04e0dd30c4e0e7b7a7937d40681971061f52]

INTEGRATION: CWS calcrtl (1.11.178); FILE MERGED 2004/01/13 11:44:29 sab 1.11.178.4: RESYNC: (1.11-1.12); FILE MERGED 2003/11/13 10:24:02 dr 1.11.178.3: #106948# added virtual Mirror() function 2003/11/11 11:33:37 dr 1.11.178.2: #106948# changes for RTL UI 2003/11/06 14:43:39 dr 1.11.178.1: #106948# TabBar supports permanent mirrored layout


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fabc7e5d7438940b36c0a7923664650d07f8fbf3]

INTEGRATION: CWS calcrtl (1.5.178); FILE MERGED 2003/11/13 10:23:41 dr 1.5.178.2: #106948# added virtual Mirror() function 2003/11/06 14:43:28 dr 1.5.178.1: #106948# TabBar supports permanent mirrored layout


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1beba6dd64cbd60f36242df322227443d8a95e38]

INTEGRATION: CWS calcrtl (1.80.100); FILE MERGED 2004/01/13 09:59:05 sab 1.80.100.3: RESYNC: (1.81-1.84); FILE MERGED 2003/11/27 10:49:00 nn 1.80.100.2: RESYNC: (1.80-1.81); FILE MERGED 2003/11/10 10:23:16 ssa 1.80.100.1: #106948# improved mirroring


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc30fb9af3e367cee9e0781e24e600f9df11ed16]

INTEGRATION: CWS calcrtl (1.9.166); FILE MERGED 2004/01/13 09:58:52 sab 1.9.166.2: RESYNC: (1.9-1.11); FILE MERGED 2003/11/10 10:23:16 ssa 1.9.166.1: #106948# improved mirroring


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b0744db50418295cba5cfb2604c82fec31dfe3e]

INTEGRATION: CWS calcrtl (1.176.100); FILE MERGED 2004/01/13 09:58:38 sab 1.176.100.4: RESYNC: (1.178-1.181); FILE MERGED 2003/11/27 10:48:54 nn 1.176.100.3: RESYNC: (1.176-1.178); FILE MERGED 2003/11/10 14:48:51 ssa 1.176.100.2: #106948# improved mirroring 2003/11/10 10:23:15 ssa 1.176.100.1: #106948# improved mirroring


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a616f2708fd6bc408f1d36d6b022724707b4334f]

INTEGRATION: CWS calcrtl (1.8.286); FILE MERGED 2004/01/13 09:56:13 sab 1.8.286.2: RESYNC: (1.8-1.10); FILE MERGED 2003/11/13 09:28:57 ssa 1.8.286.1: #106948# fix RTL splitting for new rtl calc


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b8e76dd352087bc279fa6f3ea5f893d44ee9390]

INTEGRATION: CWS calcrtl (1.12.166); FILE MERGED 2004/01/13 10:21:17 sab 1.12.166.3: RESYNC: (1.13-1.15); FILE MERGED 2003/11/27 10:51:38 nn 1.12.166.2: RESYNC: (1.12-1.13); FILE MERGED 2003/11/10 10:22:10 ssa 1.12.166.1: #106948# improved mirroring


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [34af25cfc6c4caa9ccd956087727fd37a75da412]

INTEGRATION: CWS calcrtl (1.157.6); FILE MERGED 2004/01/13 10:18:02 sab 1.157.6.3: RESYNC: (1.160-1.164); FILE MERGED 2003/11/27 10:50:43 nn 1.157.6.2: RESYNC: (1.157-1.160); FILE MERGED 2003/11/10 10:22:09 ssa 1.157.6.1: #106948# improved mirroring


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a037ce32bf045c6b53c79141218af5414b251e4]

INTEGRATION: CWS calcrtl (1.24.34); FILE MERGED 2004/01/13 10:17:31 sab 1.24.34.3: RESYNC: (1.25-1.27); FILE MERGED 2003/11/27 10:50:29 nn 1.24.34.2: RESYNC: (1.24-1.25); FILE MERGED 2003/11/10 10:22:08 ssa 1.24.34.1: #106948# improved mirroring


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc1a9d662023f8ef1a3a1a818b90c4de6b7a0575]

INTEGRATION: CWS calcrtl (1.22.94); FILE MERGED 2004/01/13 10:25:58 sab 1.22.94.2: RESYNC: (1.22-1.24); FILE MERGED 2003/11/26 13:44:28 pb 1.22.94.1: fix: #106948# EnableMirroring() added


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [60a914ac9f3f7192a2c252a3ac27efafa0b7cf65]

INTEGRATION: CWS calcrtl (1.41.142); FILE MERGED 2004/01/13 10:25:08 sab 1.41.142.2: RESYNC: (1.41-1.43); FILE MERGED 2003/11/26 13:44:58 pb 1.41.142.1: fix: #106948# explicit mirroring


2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [535999189b027f7ea0aeff1df87f1095461541cd]

INTEGRATION: CWS geordi2q14 (1.7.94); FILE MERGED 2004/01/29 18:34:00 hr 1.7.94.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [650bdf6d37a30c060e9d1b3ea4331a0fe8c5e261]

INTEGRATION: CWS geordi2q14 (1.54.30); FILE MERGED 2004/01/28 15:31:23 hr 1.54.30.1: #111934#: merge CWS pp1numfor2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff783312f34201d18cba5713d2ad176a7d8f3a8d]

INTEGRATION: CWS geordi2q14 (1.108.30); FILE MERGED 2004/01/30 14:09:29 hr 1.108.30.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [54638c241f257cbf2ab61784584c6a5a6f161b93]

INTEGRATION: CWS geordi2q14 (1.22.34); FILE MERGED 2004/01/30 14:09:28 hr 1.22.34.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4542422a7a1f7bc92eb7433b7bfa71b5c6fbd447]

INTEGRATION: CWS geordi2q14 (1.11.12); FILE MERGED 2004/02/02 14:44:27 hr 1.11.12.1: #111934#: merge CWS trapp2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [df979fc077036b7248ed3e3a099317d547a4bcbb]

INTEGRATION: CWS geordi2q14 (1.3.128); FILE MERGED 2004/01/29 15:29:07 hr 1.3.128.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd324068b74a775bca82ed466cc0da1164b36daf]

INTEGRATION: CWS geordi2q14 (1.24.8); FILE MERGED 2004/01/28 15:39:48 hr 1.24.8.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [00f0f8cd5ad41c671680cb40cc9794189cf51d0c]

INTEGRATION: CWS geordi2q14 (1.66.6); FILE MERGED 2004/01/28 15:39:45 hr 1.66.6.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [12a4f48a3595751d6f558aa6abf363526429b015]

INTEGRATION: CWS geordi2q14 (1.6.54); FILE MERGED 2004/01/29 15:29:02 hr 1.6.54.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcc1363779c5f7c5c1710eb4ad91aec9209a2c7b]

INTEGRATION: CWS geordi2q14 (1.2.42); FILE MERGED 2004/01/29 16:56:44 hr 1.2.42.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1e4cf72b1d5b4844d83bd0fc19d0a17ba1a84e0]

INTEGRATION: CWS geordi2q14 (1.2.42); FILE MERGED 2004/01/29 18:25:37 hr 1.2.42.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bcb8f6599af3119f527447291e010c62fe7dee9]

INTEGRATION: CWS geordi2q14 (1.9.38); FILE MERGED 2004/01/29 12:46:24 hr 1.9.38.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f13d7c72b6368c829cb135b7d6fe4575d12c1ed]

INTEGRATION: CWS geordi2q14 (1.5.58); FILE MERGED 2004/01/29 12:46:22 hr 1.5.58.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [71b9345996002596a62b317794c4801bb18de2f9]

INTEGRATION: CWS geordi2q14 (1.25.14); FILE MERGED 2004/01/30 15:29:13 hr 1.25.14.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [48d1f1d37ccd552ea84398e8a2dfc8153bc8e936]

INTEGRATION: CWS geordi2q14 (1.18.4); FILE MERGED 2004/01/29 16:29:20 hr 1.18.4.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [abf5c1c932e603c6c5f7542ecc6ca1b33a5d11f5]

INTEGRATION: CWS geordi2q14 (1.5.54); FILE MERGED 2004/01/29 16:29:15 hr 1.5.54.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bd6358dc762be043aaf9298ec369b5cbffcb385]

INTEGRATION: CWS geordi2q14 (1.4.54); FILE MERGED 2004/01/29 16:29:09 hr 1.4.54.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4a69979de37967c90581b5499b7a2e3bcf39ed1]

INTEGRATION: CWS geordi2q14 (1.6.54); FILE MERGED 2004/01/29 16:29:04 hr 1.6.54.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [332f47f1a4ed232d26ea0dfa4d08bc340110a8b1]

INTEGRATION: CWS geordi2q14 (1.8.4); FILE MERGED 2004/01/29 16:29:00 hr 1.8.4.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7974fd9257b606866c7463dfde4b16fc07b86763]

INTEGRATION: CWS geordi2q14 (1.14.44); FILE MERGED 2004/01/30 15:26:30 hr 1.14.44.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f125dbc0c856fd8be45874f6c0964529eac4ccf]

INTEGRATION: CWS geordi2q14 (1.4.32); FILE MERGED 2004/01/28 15:49:17 hr 1.4.32.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [875931430f7a079eb8102752f80230eda34a25e7]

INTEGRATION: CWS geordi2q14 (1.6.96); FILE MERGED 2004/01/29 18:28:32 hr 1.6.96.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3146b5e21759c826fe14e36a306357bc1565bf08]

INTEGRATION: CWS geordi2q14 (1.19.18); FILE MERGED 2004/01/30 15:43:07 hr 1.19.18.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f10bfad03de5e7294729254da3ed37bdb2ecb57]

INTEGRATION: CWS geordi2q14 (1.14.64); FILE MERGED 2004/01/30 15:35:17 hr 1.14.64.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c5baf7f1e730f9da611c4683dfbf688bd3c8ffe]

INTEGRATION: CWS geordi2q14 (1.10.8); FILE MERGED 2004/01/29 18:04:34 hr 1.10.8.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a253218817c1f70250a5cef85daf9737aed64e0e]

INTEGRATION: CWS geordi2q14 (1.23.6); FILE MERGED 2004/01/29 18:04:28 hr 1.23.6.2: #111934#: merge CWS ooo111fix2 2004/01/28 15:46:57 hr 1.23.6.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb40b8136cabcb4516c52c43537df3a4163ffd43]

INTEGRATION: CWS geordi2q14 (1.2.108); FILE MERGED 2004/01/29 18:04:26 hr 1.2.108.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [10b12bd19ef068dd4f681f7faead25e7b7aa8d8f]

INTEGRATION: CWS geordi2q14 (1.12.22); FILE MERGED 2004/01/28 15:46:54 hr 1.12.22.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [da45970df6ce4d5d8bdb66a237426fd3b86abcf1]

INTEGRATION: CWS geordi2q14 (1.19.58); FILE MERGED 2004/01/29 18:04:20 hr 1.19.58.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8e5a2052318f58707fec959dba5556c0f0d787a]

INTEGRATION: CWS geordi2q14 (1.2.108); FILE MERGED 2004/01/29 18:04:19 hr 1.2.108.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [16a05c0c81a71f8e9c2ffb4534dfced40894418f]

INTEGRATION: CWS geordi2q14 (1.9.12); FILE MERGED 2004/01/29 18:04:16 hr 1.9.12.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ebcfce8a66e8fe8669034a01d4b145b06f2091a]

INTEGRATION: CWS geordi2q14 (1.2.108); FILE MERGED 2004/01/29 18:04:15 hr 1.2.108.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [150ea4ed001ffb6f4296662adf11a1b9d431727c]

INTEGRATION: CWS geordi2q14 (1.15.8); FILE MERGED 2004/01/29 18:04:14 hr 1.15.8.2: #111934#: merge CWS ooo111fix2 2004/01/28 15:46:49 hr 1.15.8.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [072ae78c1d3bfd0ef12296ed26e99f7bfcc0a492]

INTEGRATION: CWS geordi2q14 (1.25.12); FILE MERGED 2004/01/29 18:04:11 hr 1.25.12.3: #111934#: merge CWS ooo111fix2 2004/01/28 15:48:30 hr 1.25.12.2: #111934#: merge CWS vcl7pp1r3 2004/01/28 15:46:44 hr 1.25.12.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b117d1f0fd945aad84adb1ed52827fbb1c0d3c1]

INTEGRATION: CWS geordi2q14 (1.4.104); FILE MERGED 2004/01/28 15:46:41 hr 1.4.104.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2a82bb16611b45237620028bdf45cc088d218e6]

INTEGRATION: CWS geordi2q14 (1.42.4); FILE MERGED 2004/01/29 18:04:08 hr 1.42.4.2: #111934#: merge CWS ooo111fix2 2004/01/28 15:46:35 hr 1.42.4.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0eaf1b49a154479c66572fc02d0c78339bdedcb]

INTEGRATION: CWS geordi2q14 (1.8.56); FILE MERGED 2004/01/28 15:46:32 hr 1.8.56.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e51dc6a614c278dac68977aaa9645f21996f43e]

INTEGRATION: CWS geordi2q14 (1.4.76); FILE MERGED 2004/01/29 18:04:05 hr 1.4.76.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2b6b701638e664253dfafdd80b3f0b6357e2464]

INTEGRATION: CWS geordi2q14 (1.4.58); FILE MERGED 2004/01/29 18:04:04 hr 1.4.58.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [48f1cedcc52e892a91520fdde01e2d9077d7a5d5]

INTEGRATION: CWS geordi2q14 (1.4.68); FILE MERGED 2004/01/28 15:46:28 hr 1.4.68.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d660805947c21580ffd77449bfce5669675c3ce]

INTEGRATION: CWS geordi2q14 (1.2.68); FILE MERGED 2004/01/28 15:46:25 hr 1.2.68.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4f06ae2ac6e8637f425ccb18223cf2d854b7130]

INTEGRATION: CWS geordi2q14 (1.6.96); FILE MERGED 2004/01/29 18:34:02 hr 1.6.96.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [82c0bdc9d0c32a66b65405517bb79b7afa6d0407]

INTEGRATION: CWS geordi2q14 (1.7.8); FILE MERGED 2004/01/30 16:04:48 hr 1.7.8.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a8e482bccf0fcbe79c26380f9d913b57a51772b]

INTEGRATION: CWS geordi2q14 (1.101.28); FILE MERGED 2004/01/28 16:38:31 hr 1.101.28.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e716ef5b290d5853a78c4df22ae93c9cfb735f12]

INTEGRATION: CWS geordi2q14 (1.76.28); FILE MERGED 2004/01/28 16:38:30 hr 1.76.28.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b63725e39fd49f05f5727abf87942368f64faab]

INTEGRATION: CWS geordi2q14 (1.14.28); FILE MERGED 2004/01/28 16:38:29 hr 1.14.28.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc9580ffd456829ec8e1be52417ed6551ccb6a83]

INTEGRATION: CWS geordi2q14 (1.16.28); FILE MERGED 2004/01/28 16:38:27 hr 1.16.28.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf02cbc59f662a274d8b01ade2dc2e185d2e2dd0]

INTEGRATION: CWS geordi2q14 (1.168.24); FILE MERGED 2004/01/30 15:59:32 hr 1.168.24.2: #111934#: merge CWS ooo111fix2 2004/01/28 16:38:24 hr 1.168.24.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [db4ab3398415b70cbcbd547cd9a0c02e60c25ee4]

INTEGRATION: CWS geordi2q14 (1.30.24); FILE MERGED 2004/01/30 15:59:31 hr 1.30.24.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b84bf757f050b07b8fed8b16af4600777b6f9a0]

INTEGRATION: CWS geordi2q14 (1.112.24); FILE MERGED 2004/01/30 15:59:30 hr 1.112.24.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [75f95b3b8e3bee0d0c2728d841cf4e28ba9626d4]

INTEGRATION: CWS geordi2q14 (1.20.26); FILE MERGED 2004/01/28 16:38:22 hr 1.20.26.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a80b02f059e6ffa04ef5609ba378e1f080615b4d]

INTEGRATION: CWS geordi2q14 (1.28.26); FILE MERGED 2004/01/28 16:38:20 hr 1.28.26.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c6a410135fbcd99b9655d777beeb4deba96bceb]

INTEGRATION: CWS geordi2q14 (1.17.56); FILE MERGED 2004/01/28 16:38:19 hr 1.17.56.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7bb521d2ee558577d9906272f8922670bb6a0b9]

INTEGRATION: CWS geordi2q14 (1.46.26); FILE MERGED 2004/01/30 15:59:29 hr 1.46.26.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6796ad850926cb30495db73d1cd7eb223371fe7e]

INTEGRATION: CWS geordi2q14 (1.26.26); FILE MERGED 2004/01/30 15:59:29 hr 1.26.26.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [05fbffd545e04eeb6aff4d970284f6435532af27]

INTEGRATION: CWS geordi2q14 (1.34.26); FILE MERGED 2004/01/28 16:38:17 hr 1.34.26.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0bf25381bf4bb542d89147192508e7afbd7559d]

INTEGRATION: CWS geordi2q14 (1.84.24); FILE MERGED 2004/01/28 16:38:14 hr 1.84.24.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fb36565bf66d565df1227475c73795f58b0cee1]

INTEGRATION: CWS geordi2q14 (1.181.24); FILE MERGED 2004/01/28 16:38:12 hr 1.181.24.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e335a226676fffcd4e9af9fdbba73f351dbcf75]

INTEGRATION: CWS geordi2q14 (1.15.28); FILE MERGED 2004/01/28 16:38:11 hr 1.15.28.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1ffde9c11198af32055992290812c8f1e672aed]

INTEGRATION: CWS geordi2q14 (1.100.26); FILE MERGED 2004/01/30 15:59:28 hr 1.100.26.2: #111934#: merge CWS ooo111fix2 2004/01/28 16:38:10 hr 1.100.26.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [576de2e52937f67c2acb001a6ec31cd2db4d2fd5]

INTEGRATION: CWS geordi2q14 (1.52.26); FILE MERGED 2004/01/28 16:38:08 hr 1.52.26.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [75433236c8dbcd08544293404ae7804e17101a4c]

INTEGRATION: CWS geordi2q14 (1.62.26); FILE MERGED 2004/01/28 16:38:06 hr 1.62.26.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bd36311e5e8ce688972838575e11aeab0756e78]

INTEGRATION: CWS geordi2q14 (1.164.24); FILE MERGED 2004/01/28 16:38:05 hr 1.164.24.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fab923da3cc2397c4e45dd3def5b5f6a0b5b49d1]

INTEGRATION: CWS geordi2q14 (1.61.26); FILE MERGED 2004/01/28 16:38:03 hr 1.61.26.1: #111934#: merge CWS vcl7pp1r3


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7939f23cbf5146548e6e50818f0c129242c3326e]

INTEGRATION: CWS geordi2q14 (1.33.24); FILE MERGED 2004/01/30 15:59:27 hr 1.33.24.1: #111934#: merge CWS ooo111fix2


2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7ab38f6c204e87a16a044acafa6fc51a022fa9e]

INTEGRATION: CWS geordi2q14 (1.6.52); FILE MERGED 2004/01/30 15:51:28 hr 1.6.52.1: #111934#: merge CWS ooo111fix2


2004-01-28  Kurt Zenker  <kz@openoffice.org>  [8489a11d68f1be826e2da1cab1b90941cd1eda74]

INTEGRATION: CWS filtercfg (1.9.266); FILE MERGED 2004/01/13 20:38:47 as 1.9.266.2: RESYNC: (1.9-1.10); FILE MERGED 2003/12/15 10:12:39 as 1.9.266.1: #112738# correct detection of pcx


2004-01-28  Kurt Zenker  <kz@openoffice.org>  [47cc835ed894ed614e056861159e991780937051]

INTEGRATION: CWS filtercfg (1.16.276); FILE MERGED 2003/11/27 09:34:05 as 1.16.276.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:30:52 as 1.16.276.1: #102620# read internal graphic filters from different configuration package now


2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9f324404d97a528d18f8516cf379714343973267]

INTEGRATION: CWS filtercfg (1.12.118); FILE MERGED 2003/11/14 08:30:17 as 1.12.118.6: #102620# sequence helper renamed 2003/09/26 08:47:34 as 1.12.118.5: RESYNC: (1.12-1.13); FILE MERGED add new functions to specify module by model/servicename 2003/09/26 06:52:40 as 1.12.118.4: #102620# new functions to specify module by model/servicename 2003/08/13 06:02:53 as 1.12.118.3: #102620# new functions to map URL/Model to its underlying application module 2003/07/31 12:45:01 as 1.12.118.2: #102620# new functions to map url/model/service to application module 2003/07/30 09:16:36 as 1.12.118.1: #102620# new function to classify app module by using list of supported service names


2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b3bca89eec5337eed762432108f19d2eb1565944]

INTEGRATION: CWS filtercfg (1.41.62); FILE MERGED 2003/11/19 10:55:29 as 1.41.62.3: RESYNC: (1.42-1.43); FILE MERGED moduleoptions works now with exceptions 2003/08/28 12:06:44 as 1.41.62.2: RESYNC: (1.41-1.42); FILE MERGED 2003/08/13 06:02:52 as 1.41.62.1: #102620# new functions to map URL/Model to its underlying application module


2004-01-28  Kurt Zenker  <kz@openoffice.org>  [e449bd4fb01689d26b7c5c94ebd1d622390bda58]

INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/04 10:45:07 as 1.1.2.2: #102620# handle empty Any more gracefully 2003/11/04 08:09:38 as 1.1.2.1: #102620# split sequenceadapter into different files


2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4aca7d96cb7a4835afd4f7a55ed2212b31a3a709]

INTEGRATION: CWS filtercfg (1.18.8); FILE MERGED 2003/11/04 08:09:51 as 1.18.8.1: #102620# split sequenceadapter into different files


2004-01-28  Kurt Zenker  <kz@openoffice.org>  [3dab241dfef71a36e16a593dbb1851c7cfa4df0a]

INTEGRATION: CWS filtercfg (1.2.36); FILE MERGED 2003/07/30 09:08:48 as 1.2.36.1: #102620# new ctor to support outside filtered lists of container items


2004-01-28  Kurt Zenker  <kz@openoffice.org>  [61f0948a2a18a9b63f01875dae32b75560ee0aa6]

INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/12/18 05:17:15 as 1.1.2.3: #102620# ue vector instead of deque 2003/11/04 10:45:06 as 1.1.2.2: #102620# handle empty Any more gracefully 2003/11/04 08:09:14 as 1.1.2.1: #102620# split sequenceadapter into different files


2004-01-28  Kurt Zenker  <kz@openoffice.org>  [33135a8ff9371695468947a02cd3551bfed2d7f8]

INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/28 06:15:40 as 1.1.2.3: #102620# use right namespace 2003/11/04 10:45:06 as 1.1.2.2: #102620# handle empty Any more gracefully 2003/11/04 08:09:07 as 1.1.2.1: #102620# split sequenceadapter into different files


2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d758605195d92a4d5289a4e79899d2c7cf647894]

INTEGRATION: CWS filtercfg (1.3.36); FILE MERGED 2003/07/30 09:08:36 as 1.3.36.1: #102620# new ctor to support outside filtered lists of container items


2004-01-21  Kurt Zenker  <kz@openoffice.org>  [d20e4c3c03a9829e70ecfa096ec223cb1402b097]

new version for SRC680


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [a04e5bfdf7405dbee913acde0c264be0ee6e2550]

INTEGRATION: CWS i18n10 (1.22.24); FILE MERGED 2003/12/17 20:21:20 khong 1.22.24.1: #i22138# remove TOOLS usage from i18npool, and make i18npool a good component


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [9e38cc6161195da4c82d4f4590fb1b5ffe3470e4]

INTEGRATION: CWS i18n10 (1.17.48); FILE MERGED 2004/01/06 19:07:55 er 1.17.48.2: #i22138# SHL1IMPLIB needed under WNT 2003/12/17 20:21:21 khong 1.17.48.1: #i22138# remove TOOLS usage from i18npool, and make i18npool a good component


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [6a5a8b3acf1f111e0e19338a9d055f744a1ff564]

INTEGRATION: CWS i18n10 (1.3.48); FILE MERGED 2003/12/17 19:59:39 khong 1.3.48.1: #i22138# make i18nsearch a 'good' component


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [5f5e0aab34f902d32c4bb2b1407aba65def51aec]

INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 19:59:38 khong 1.1.2.1: #i22138# make i18nsearch a 'good' component


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [b83f493961b34a26c455a098a4e54969a50f513f]

INTEGRATION: CWS i18n10 (1.30.48); FILE MERGED 2003/12/17 20:13:58 khong 1.30.48.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [ecfb6ab1a8ba0aa3e1e4297a9b71a884d99484ff]

INTEGRATION: CWS i18n10 (1.7.48); FILE MERGED 2003/12/17 20:21:20 khong 1.7.48.1: #i22138# remove TOOLS usage from i18npool, and make i18npool a good component


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [2083b7b52ed72e2da531eed098f45ec711fbd778]

INTEGRATION: CWS i18n10 (1.4.92); FILE MERGED 2003/12/17 20:21:19 khong 1.4.92.1: #i22138# remove TOOLS usage from i18npool, and make i18npool a good component


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [376bc868aa4e8aa9865610461ece9464c699479a]

INTEGRATION: CWS i18n10 (1.3.48); FILE MERGED 2003/12/17 20:21:18 khong 1.3.48.1: #i22138# remove TOOLS usage from i18npool, and make i18npool a good component


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [f38d14274e26b0a33b42d8b678d02589d4b2c050]

INTEGRATION: CWS i18n10 (1.12.48); FILE MERGED 2003/12/17 20:19:05 khong 1.12.48.1: #i22138# remove TOOLS usage from i18npool


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [9c949654032c404c47cac1670d4b453bf8a02279]

INTEGRATION: CWS i18n10 (1.15.28); FILE MERGED 2003/12/17 20:21:17 khong 1.15.28.1: #i22138# remove TOOLS usage from i18npool, and make i18npool a good component


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [6391c147ec3589f282475faee816b74b085dcb56]

INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 20:12:57 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [31ad83449557d59d9a329f867d7422201f149fcb]

INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 20:12:56 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [8321b57b5eac352160d18f6fa554696aafa437ed]

INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 20:12:54 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [496ab2157a5c5c4aaa3e645e6843b3b9f14de293]

INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 20:12:53 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [a0d8ea6b74a5b3eb81d03700d9eb266f9e32f925]

INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 20:12:52 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [d7018081d80041e7d605d55e7580c274c6ed44d3]

INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 20:12:50 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [85ce04b21c67b592d401d6ef4b518684f2b71653]

INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 20:12:49 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [25388c77c263af3366ef9c4e4ee22c95e8106e50]

INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 20:12:48 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [9b7076e5bf7f855565cca9a85e80a16f9e4f91cd]

INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 20:12:45 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [fa9cf2fb739abf10800cdfe1d1242c78c68cf073]

INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 20:12:44 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [f5dfe9931296ef374276b2bef8c59f57b47991b0]

INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 20:12:43 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [63cd49e9f7d2ee8009d437fea1e93a5e29c5e25b]

INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 20:12:42 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [51395b1d2ff937ac72885ec25d542ab8cc61a2df]

INTEGRATION: CWS i18n10 (1.3.100); FILE MERGED 2003/12/17 20:12:40 khong 1.3.100.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [43bca4ca295aee4901e4b767ba9ea17d04753194]

INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2004/01/06 17:42:33 er 1.1.2.4: #112506# ICU takes int32_t instead of int 2003/12/19 19:34:20 khong 1.1.2.3: #112506# migrate to ICU collator 2003/12/19 18:05:09 er 1.1.2.2: #112506# include ucol_imp.h for UCollator 2003/12/17 20:12:40 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [e7419de4fa07126cc70fdf9d011b7625cc993eae]

INTEGRATION: CWS i18n10 (1.5.48); FILE MERGED 2003/12/17 20:12:37 khong 1.5.48.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [39a8569617d6a0c51d5433dc678df2c3f2469975]

INTEGRATION: CWS i18n10 (1.6.28); FILE MERGED 2003/12/17 20:12:35 khong 1.6.28.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [3e6cfc448a0656f1d17e192085e21a6e6ef7e15f]

INTEGRATION: CWS i18n10 (1.2.100); FILE MERGED 2003/12/17 20:18:26 khong 1.2.100.1: #i22138# remove TOOLS usage from i18npool


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [86a6c9ee85a66aa4f73a44340f42214933b3f0f6]

INTEGRATION: CWS i18n10 (1.8.34); FILE MERGED 2003/12/17 20:17:27 khong 1.8.34.1: #i22138# remove TOOLS usage from i18npool


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [5463e4042bb396b7108e789bc2aaaa96086f038e]

INTEGRATION: CWS i18n10 (1.12.4); FILE MERGED 2003/12/17 20:15:43 khong 1.12.4.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [67ca272785706d943a84191c05b078c6c1e810be]

INTEGRATION: CWS i18n10 (1.7.48); FILE MERGED 2003/12/17 20:21:17 khong 1.7.48.1: #i22138# remove TOOLS usage from i18npool, and make i18npool a good component


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [ac9541eef6a496c3dd5766ccb3e0d4a8b5aea996]

INTEGRATION: CWS i18n10 (1.4.48); FILE MERGED 2003/12/17 20:08:43 khong 1.4.48.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [a5340662157e1ae22db09ef1374df6d26adbcecd]

INTEGRATION: CWS i18n10 (1.2.48); FILE MERGED 2003/12/17 20:08:42 khong 1.2.48.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [f5163e3108923fe96df50b07383f2387da561c19]

INTEGRATION: CWS i18n10 (1.8.6); FILE MERGED 2003/12/17 20:08:42 khong 1.8.6.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [8b6a63f3c62667552c4b5f54fc3c4acec03eb9ec]

INTEGRATION: CWS i18n10 (1.3.48); FILE MERGED 2003/12/17 20:08:41 khong 1.3.48.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [91ed91d8842f8ad7491b19b00e69914f08274934]

INTEGRATION: CWS i18n10 (1.9.48); FILE MERGED 2003/12/17 20:08:41 khong 1.9.48.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [3b653c7683c91d11be5d9c839b162ba172178ca6]

INTEGRATION: CWS i18n10 (1.3.54); FILE MERGED 2003/12/17 20:08:41 khong 1.3.54.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [d73328de20d6abc3b741ef53b1e69cc792b18782]

INTEGRATION: CWS i18n10 (1.3.62); FILE MERGED 2003/12/17 20:08:40 khong 1.3.62.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [b7d5e0c1721ef75d334670c9e04d68be15be34e3]

INTEGRATION: CWS i18n10 (1.7.48); FILE MERGED 2003/12/17 20:08:39 khong 1.7.48.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [64a1f0f29c64e657f06b21ce898c725aaeec6620]

INTEGRATION: CWS i18n10 (1.6.92); FILE MERGED 2003/12/17 20:08:39 khong 1.6.92.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [bbd8dbd9ca1a8e0981ffd3c6ca1888ce524598fc]

INTEGRATION: CWS i18n10 (1.5.48); FILE MERGED 2003/12/17 20:08:39 khong 1.5.48.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [3c8e58e845b9dd265b9e53b15b9b7f687b262acc]

INTEGRATION: CWS i18n10 (1.3.62); FILE MERGED 2003/12/17 20:08:38 khong 1.3.62.1: #i22138# #112506# migrate to ICU collator and remove link to tool library


2004-01-20  Frank Schönheit  <fs@openoffice.org>  [06183cc5bd0eab7382cef9863f911bc971d7aed9]

non-ref-count version of the former OPropertyContainer (which is now derived)


2004-01-19  Kurt Zenker  <kz@openoffice.org>  [5fa9264502f575908fb906cd526fdc4548e517fc]

INTEGRATION: CWS gh5 (1.29.26); FILE MERGED 2004/01/15 12:18:20 mt 1.29.26.3: #i24438# Set mbFormatted to FALSE in FormatFullDoc 2004/01/15 07:13:09 mt 1.29.26.2: #i23795# Restore TextColor after painting selected area... 2003/12/11 15:54:33 mt 1.29.26.1: #i23427# #114283# Fixed bug in mnCurTextWidth caching, and never call FormatDoc without UpdateViews


2004-01-16  Armin Weiss  <aw@openoffice.org>  [fd73c6ac8276156c36633651df3f9b02395d5c7e]

Added == and != operators to ranges, some other goodies, too. Also changed remaining sal_Bool to bool. Renamed B(2|3)(d|i)box to ...volume.


2004-01-16  Thorsten Behrens  <thb@openoffice.org>  [84f3aeb9e9d26dccb266e6fc4ad570fa1be25dc9]

#110496# Some more adaptions to integer classes


2004-01-16  Thorsten Behrens  <thb@openoffice.org>  [aa32206ebb4874a2cdd3b7d2de5e363eb7690fe1]

Initial revision


2004-01-16  Thorsten Behrens  <thb@openoffice.org>  [8159720deb1bafda870ede4ef18895c3d90f00d1]

#110496# Added integer point, size and rectangle classes, needed for the new canvas


2004-01-15  Thorsten Behrens  <thb@openoffice.org>  [d521456d0e4e9a3d38fd5e3ec9ef8f24424194fc]

Initial revision


2004-01-14  Kurt Zenker  <kz@openoffice.org>  [adcf0327fdd1411e4ea6794f8ef7dc7b521ca000]

new version for SRC680


2004-01-13  Oliver Bolte  <obo@openoffice.org>  [0d05bd39df6799168a7df481969a0f798dbff085]

INTEGRATION: CWS mullingarfilterteam18 (1.7.220); FILE MERGED 2003/11/14 16:48:39 cmc 1.7.220.1: #i16876# seperate symbol from donknow when handling texttokens, and inside or not inside a fontname


2004-01-13  Oliver Bolte  <obo@openoffice.org>  [d7abe1290c7e95e780b60165159aa4b2d2d0bcf5]

INTEGRATION: CWS mullingarfilterteam18 (1.12.186); FILE MERGED 2003/11/14 16:48:39 cmc 1.12.186.1: #i16876# seperate symbol from donknow when handling texttokens, and inside or not inside a fontname


2004-01-08  Eike Rathke  <er@openoffice.org>  [bbd468966461358d145ac905df2088f7086884a4]

#i17222# #i15631# icu::Calendar::EDateFields is deprecated, use UCalendarDateFields instead


2004-01-08  Rüdiger Timm  <rt@openoffice.org>  [c44f2cbe4031184d8abf3a74b5fec0136a2f0755]

#100000# msg still needed in case of non-product builds.


2004-01-08  Kurt Zenker  <kz@openoffice.org>  [1577006c7a9f380f48fb60a36d5518c768b88092]

new version for SRC680


2004-01-07  Kurt Zenker  <kz@openoffice.org>  [50459e1117070a04fdc5b2597bb58cf5c4549d10]

new version for SRC680


2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [18ae27672f773515bdc2f0c375ac1afd8c6c4790]

INTEGRATION: CWS geordi2q12 (1.20.204); FILE MERGED 2004/01/07 14:14:59 hr 1.20.204.1: #111934#: merge CWS mnemonics -> SRC680


2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [cbcdef2c5b2ae157baf86bec5b92080e3e156e83]

INTEGRATION: CWS geordi2q12 (1.62.26); FILE MERGED 2004/01/07 14:14:58 hr 1.62.26.1: #111934#: merge CWS mnemonics -> SRC680


2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [cc6f0ad7d9491ddc1e155f043a9f02c484884f7f]

INTEGRATION: CWS geordi2q12 (1.13.80); FILE MERGED 2004/01/07 14:14:56 hr 1.13.80.1: #111934#: merge CWS mnemonics -> SRC680


2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [d712f2d65ca676ce7b7a7dc21d57d8491d9de6d1]

INTEGRATION: CWS geordi2q12 (1.52.282); FILE MERGED 2004/01/07 12:55:33 hr 1.52.282.1: #111934#: merge CWS mnemonics -> SRC680


2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [c89be56c57527f7511235b52cd16cc45d181a44b]

INTEGRATION: CWS geordi2q12 (1.13.212); FILE MERGED 2004/01/07 12:55:32 hr 1.13.212.1: #111934#: merge CWS mnemonics -> SRC680


2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [298180708c203cb456d996cc0a7720b5f7dd8b96]

INTEGRATION: CWS geordi2q12 (1.2.92); FILE MERGED 2004/01/07 15:26:30 hr 1.2.92.1: #111934#: merge CWS sal7pp2 -> SRC680


2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [7442046fcb1e147f895b7570a8982a88e8ebc27b]

INTEGRATION: CWS geordi2q12 (1.22.22); FILE MERGED 2004/01/06 14:18:44 hr 1.22.22.1: #111934#: merge CWS pp1numfor -> SRC680


2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [9e665bbd27bf82e80ced944368307a23612b6d57]

INTEGRATION: CWS geordi2q12 (1.5.52); FILE MERGED 2004/01/06 14:18:42 hr 1.5.52.1: #111934#: merge CWS pp1numfor -> SRC680


2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [34ab33c3b083053b808028d7c522e91538f1cf90]

INTEGRATION: CWS geordi2q12 (1.1.6); FILE ADDED 2004/01/06 14:18:37 hr 1.1.6.1: #111934#: merge CWS pp1numfor -> SRC680


2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [d893e8a7f7b6a6a1a1fa0ad3252887bd7cf1823e]

INTEGRATION: CWS geordi2q12 (1.2.70); FILE MERGED 2004/01/06 14:18:33 hr 1.2.70.1: #111934#: merge CWS pp1numfor -> SRC680


2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [3657467b69ab48e1ed37150b5142e24cd2ff12be]

INTEGRATION: CWS geordi2q12 (1.22.52); FILE MERGED 2004/01/06 14:18:29 hr 1.22.52.1: #111934#: merge CWS pp1numfor -> SRC680


2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [99b88a7a38c8acd89f523ff62560da4a861d1136]

INTEGRATION: CWS geordi2q12 (1.22.16); FILE MERGED 2004/01/06 14:18:23 hr 1.22.16.1: #111934#: merge CWS pp1numfor -> SRC680


2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [aa02eda7138d8a84c47ae10ba4a5fe98aa0f909a]

INTEGRATION: CWS geordi2q12 (1.8.64); FILE MERGED 2004/01/07 12:25:09 hr 1.8.64.1: #111934#: merge CWS mnemonics -> SRC680


2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [14d7a448cb519f9cd70f227f49d5a6c4fd3217b4]

INTEGRATION: CWS geordi2q12 (1.9.60); FILE MERGED 2004/01/06 14:30:29 hr 1.9.60.1: #111934#: merge CWS pp1numfor -> SRC680


2004-01-07  Kurt Zenker  <kz@openoffice.org>  [d0789f05024838bb1f54eb31f70e702b6949979c]

new version for FIX645


2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [14c464c66f17ad26373bf8a6fe8e871af63f4925]

#100000# undo last commit (we must not integrate wntmsci8-files changed on CWSs).


2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [5d7f52b8d1cd84e7af25de1b9ac5df3b1c87aad4]

#100000# changed by VG


2004-01-07  Kurt Zenker  <kz@openoffice.org>  [86b902fb7d98d790da5a97f4992559d1c92949da]

new version for FIX645


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [76469e6d51bdc125b39e9696aa49e9f247f82f01]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.428); FILE MERGED 2003/12/04 17:04:17 mt 1.1.1.1.428.1: #i23061# Removed/Changed old StarView stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [22c5ffa6165d78c3b2d4aa37c7ce18bde29fe703]

INTEGRATION: CWS vclcleanup02 (1.3.392); FILE MERGED 2003/12/04 17:04:16 mt 1.3.392.1: #i23061# Removed/Changed old StarView stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f32066efe7c8b130f8fbceafe8382341b7921c9e]

INTEGRATION: CWS vclcleanup02 (1.2.406); FILE MERGED 2003/12/04 17:04:16 mt 1.2.406.1: #i23061# Removed/Changed old StarView stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b9a2cbc1db8c5f318f5b204271c5156911935650]

INTEGRATION: CWS vclcleanup02 (1.45.76); FILE MERGED 2003/12/04 17:04:09 mt 1.45.76.1: #i23061# Removed/Changed old StarView stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [78b371e28d774cbe433c2d5161f8d9c7d7ae9c3b]

INTEGRATION: CWS vclcleanup02 (1.2.406); FILE MERGED 2003/12/04 17:04:08 mt 1.2.406.1: #i23061# Removed/Changed old StarView stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7e2eb31d98938ec68d7dc19d78c0cd1fcf3cfb90]

INTEGRATION: CWS vclcleanup02 (1.15.384); FILE MERGED 2003/12/11 09:07:27 mt 1.15.384.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3d4856056d3025c8c17c70233cd15f2ed4a59115]

INTEGRATION: CWS vclcleanup02 (1.33.390); FILE MERGED 2003/12/04 17:04:05 mt 1.33.390.1: #i23061# Removed/Changed old StarView stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [aafdc64c15ca4ed9ece15a6ea66f568133fca7b1]

INTEGRATION: CWS vclcleanup02 (1.53.212); FILE MERGED 2003/12/04 17:04:05 mt 1.53.212.1: #i23061# Removed/Changed old StarView stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [064fe78df8d41a391f1ed4b1f1931256ab1e8f88]

INTEGRATION: CWS vclcleanup02 (1.50.212); FILE MERGED 2003/12/04 17:04:04 mt 1.50.212.1: #i23061# Removed/Changed old StarView stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ba457779e8a106b67b20a19a4f48e273dbca75e7]

INTEGRATION: CWS vclcleanup02 (1.32.212); FILE MERGED 2003/12/04 17:04:03 mt 1.32.212.1: #i23061# Removed/Changed old StarView stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d37ae706b2ea4bc8fa7be5567c3e3778875155d8]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.428); FILE MERGED 2003/12/11 09:07:26 mt 1.1.1.1.428.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [89efbd4339d7f352f0f794af74d61c29f41d9e56]

INTEGRATION: CWS vclcleanup02 (1.3.60); FILE MERGED 2003/12/11 09:07:26 mt 1.3.60.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [1086476845d4c8aac6565bf6af5486f3e146adc0]

INTEGRATION: CWS vclcleanup02 (1.23.244); FILE MERGED 2003/12/04 17:04:02 mt 1.23.244.1: #i23061# Removed/Changed old StarView stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [498ff6f0372f5e811bb145ef8ef80032fed4d8b3]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.428); FILE MERGED 2003/12/04 17:04:01 mt 1.1.1.1.428.1: #i23061# Removed/Changed old StarView stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [6dc059f51c029ccc213362c698644158aa546e8c]

INTEGRATION: CWS vclcleanup02 (1.23.146); FILE MERGED 2003/12/11 09:07:24 mt 1.23.146.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [1edd35382bff9b9822f1e919c662066e5bcc5b0c]

INTEGRATION: CWS vclcleanup02 (1.7.146); FILE MERGED 2003/12/19 07:38:40 mt 1.7.146.1: #i23061# More VCL cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [1b16412023a94038109f8c74ab62fdd6674b619a]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.428); FILE MERGED 2003/12/19 07:38:39 mt 1.1.1.1.428.1: #i23061# More VCL cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [99e71897472cca6937558317c6e5fb79b2e9eb29]

INTEGRATION: CWS vclcleanup02 (1.3.392); FILE MERGED 2003/12/11 09:07:23 mt 1.3.392.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [023647a0160daa6a7814ad5a32a0dd0cf97a64ea]

INTEGRATION: CWS vclcleanup02 (1.5.244); FILE MERGED 2003/12/11 09:07:23 mt 1.5.244.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ea82ec5dd650e16bfc1a76d0673b263695e5414e]

INTEGRATION: CWS vclcleanup02 (1.8.224); FILE MERGED 2003/12/11 09:07:22 mt 1.8.224.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7e72a2f982cf80a4dc235403e7731529fb8ed194]

INTEGRATION: CWS vclcleanup02 (1.3.224); FILE MERGED 2003/12/11 09:07:22 mt 1.3.224.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b48406e8cc1c65a221a7593e78022da467253caa]

INTEGRATION: CWS vclcleanup02 (1.4.244); FILE MERGED 2003/12/11 09:07:21 mt 1.4.244.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [6c536f86063aba867861c4565ade881cb0b7faab]

INTEGRATION: CWS vclcleanup02 (1.9.382); FILE MERGED 2003/12/11 09:07:21 mt 1.9.382.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7233b58b16a8d3144ac4171c978f4f96a5fd77a4]

INTEGRATION: CWS vclcleanup02 (1.40.14); FILE MERGED 2003/12/04 17:03:57 mt 1.40.14.1: #i23061# Removed/Changed old StarView stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [54846c8b89e8ae41ea741bf92dde2ec76fbf8e7e]

INTEGRATION: CWS vclcleanup02 (1.24.62); FILE MERGED 2003/12/11 09:07:20 mt 1.24.62.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b13522eda438c5b7b7485d2b5d86f43cc05c8363]

INTEGRATION: CWS vclcleanup02 (1.17.72); FILE MERGED 2003/12/05 16:56:24 mt 1.17.72.2: RESYNC: (1.17-1.18); FILE MERGED 2003/12/04 17:03:56 mt 1.17.72.1: #i23061# Removed/Changed old StarView stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [9cc770829c0f95907f66a313170db0669716a453]

INTEGRATION: CWS vclcleanup02 (1.3.414); FILE MERGED 2003/12/04 17:03:55 mt 1.3.414.1: #i23061# Removed/Changed old StarView stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [cb417b59de4fb3d84aea628bf811967edc6f8a20]

INTEGRATION: CWS vclcleanup02 (1.4.216); FILE MERGED 2003/12/11 09:07:19 mt 1.4.216.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:56:18 mt 1.4.216.2: RESYNC: (1.4-1.5); FILE MERGED 2003/12/04 17:03:54 mt 1.4.216.1: #i23061# Removed/Changed old StarView stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3fcd09a554b9a2449e2ed64730d7bec814bbc761]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.428); FILE MERGED 2003/12/11 09:07:17 mt 1.1.1.1.428.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [9fd61d1529bcb7e38aa8f8ce696db2041105dafd]

INTEGRATION: CWS vclcleanup02 (1.3.412); FILE MERGED 2003/12/04 17:03:52 mt 1.3.412.1: #i23061# Removed/Changed old StarView stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c3d29fe40d5f9d5f61a9e84917ec045771e0765f]

INTEGRATION: CWS vclcleanup02 (1.11.214); FILE MERGED 2003/12/11 09:07:16 mt 1.11.214.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5342c1f4212c80fecce3ed09153c55d370db09f0]

INTEGRATION: CWS vclcleanup02 (1.15.244); FILE MERGED 2003/12/11 09:07:13 mt 1.15.244.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [40b3f077a67f0cd8a9527e8c1cc7097e896fd65c]

INTEGRATION: CWS vclcleanup02 (1.8.236); FILE MERGED 2003/12/04 17:03:52 mt 1.8.236.1: #i23061# Removed/Changed old StarView stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3501f399322a577184ed3904b2bc29a1e2f03e84]

INTEGRATION: CWS vclcleanup02 (1.18.6); FILE MERGED 2003/12/11 09:07:12 mt 1.18.6.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [63d471c04bdcc70197080fb4626cd3f7550de483]

INTEGRATION: CWS vclcleanup02 (1.107.46); FILE MERGED 2003/12/04 17:03:51 mt 1.107.46.1: #i23061# Removed/Changed old StarView stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5c917471df5138154752dbb19cbbaa02f797ff9e]

INTEGRATION: CWS vclcleanup02 (1.4.14); FILE MERGED 2003/12/11 09:07:10 mt 1.4.14.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [264ed771e1757cb11f0cfbd2c59268e799c1c822]

INTEGRATION: CWS vclcleanup02 (1.1.404); FILE MERGED 2003/12/11 09:07:09 mt 1.1.404.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [8a04d3f179d82e8dba1435018673d1912ce2aa0f]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.428); FILE MERGED 2003/12/04 17:03:48 mt 1.1.1.1.428.1: #i23061# Removed/Changed old StarView stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a060b8706364fc66ad6c14a11b82df9690987564]

INTEGRATION: CWS vclcleanup02 (1.5.224); FILE MERGED 2003/12/11 09:07:05 mt 1.5.224.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [0c0af794c62930f7b6f6e5b072839750b247a3d4]

INTEGRATION: CWS vclcleanup02 (1.12.12); FILE MERGED 2003/12/04 16:50:25 mt 1.12.12.1: #i23061# Fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [834c9cc0a6d1c6b21895676141db5957f9cb2d90]

INTEGRATION: CWS vclcleanup02 (1.6.92); FILE MERGED 2003/12/04 15:40:31 mt 1.6.92.1: #i23061# Removed unnecessary includes


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d749dcac8bae58fc4e64da0d8ece28a484463458]

INTEGRATION: CWS vclcleanup02 (1.1.120); FILE MERGED 2003/12/04 15:38:35 mt 1.1.120.1: #i23061# DTOR now virtual to avoid gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [abb53ad79f119437be2dc42157370793077a09ca]

INTEGRATION: CWS vclcleanup02 (1.14.8); FILE MERGED 2003/12/04 17:25:50 mt 1.14.8.1: #i23061# Removed SUPD stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4c196c50f085eb8c984222f38cb5ffb40a915673]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.200); FILE MERGED 2003/12/04 17:24:05 mt 1.1.1.1.200.1: #i23061# Removed SUPD and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f1a2b411daccd6e9de68243e55ba9366fde29006]

INTEGRATION: CWS vclcleanup02 (1.7.70); FILE MERGED 2003/12/04 17:24:04 mt 1.7.70.1: #i23061# Removed SUPD and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5d9b081d45d9a1d1fcb6d1a8d930beb90d012137]

INTEGRATION: CWS vclcleanup02 (1.7.186); FILE MERGED 2003/12/04 17:24:04 mt 1.7.186.1: #i23061# Removed SUPD and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [dc118960af348dea9d68181c7d3f0906d4a88ec5]

INTEGRATION: CWS vclcleanup02 (1.3.102); FILE MERGED 2003/12/04 17:24:39 mt 1.3.102.1: #i23061# Removed SUPD and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [8c2918da5665d8d4bc9a0945ddee75f2f841a346]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.200); FILE MERGED 2003/12/04 17:24:38 mt 1.1.1.1.200.1: #i23061# Removed SUPD and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [12f04662938650088889ae2e3953f0b27a000d42]

INTEGRATION: CWS vclcleanup02 (1.13.86); FILE MERGED 2003/12/04 17:24:38 mt 1.13.86.1: #i23061# Removed SUPD and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [37536c1654c464abf91e83bb559a0ab4c54ff50d]

INTEGRATION: CWS vclcleanup02 (1.24.102); FILE MERGED 2003/12/11 08:28:05 mt 1.24.102.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b8ca0b5692fd19d2574132e3cb035e52711cc36e]

INTEGRATION: CWS vclcleanup02 (1.15.34); FILE MERGED 2003/12/04 17:22:46 mt 1.15.34.1: #i23061# Removed SUPD stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [13e22ce664b2a6151dc675c4ccc71332ace99aa2]

INTEGRATION: CWS vclcleanup02 (1.2.194); FILE MERGED 2003/12/04 17:22:25 mt 1.2.194.1: #i23061# Removed SUPD stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ffac50dc7f8a2f84fe0758e3ec1eee973532de61]

INTEGRATION: CWS vclcleanup02 (1.4.116); FILE MERGED 2003/12/10 15:57:01 mt 1.4.116.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [267c3bfa8f6b13660970c294c77ddbe5b8d637fd]

INTEGRATION: CWS vclcleanup02 (1.2.116); FILE MERGED 2003/12/10 15:57:00 mt 1.2.116.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2afb8bbfa6df70dcd8b0ea1822903ea748ba44b3]

INTEGRATION: CWS vclcleanup02 (1.7.66); FILE MERGED 2003/12/11 08:49:16 mt 1.7.66.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/04 16:58:57 mt 1.7.66.1: #i23061# Removed/Changed old StarView stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b1a6741dcff433e637997ce650f1d6c7983a5295]

INTEGRATION: CWS vclcleanup02 (1.6.40); FILE MERGED 2003/12/11 08:49:16 mt 1.6.40.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/04 16:58:56 mt 1.6.40.1: #i23061# Removed/Changed old StarView stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [1445d7e27b826f1a7e1f6a8a1f261f42a0159d1b]

INTEGRATION: CWS vclcleanup02 (1.4.60); FILE MERGED 2003/12/11 08:49:15 mt 1.4.60.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e8386d84b9464b94cd875441bd102af3cccfea47]

INTEGRATION: CWS vclcleanup02 (1.6.36); FILE MERGED 2003/12/11 08:49:13 mt 1.6.36.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [6af3d42ec28844a17164e6f6d8637100c59c2acc]

INTEGRATION: CWS vclcleanup02 (1.1.2); FILE ADDED 2003/12/11 11:28:30 mt 1.1.2.4: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/11 11:26:14 mt 1.1.2.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/11 08:49:11 mt 1.1.2.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/09 11:59:34 mt 1.1.2.1: #i23061# Moved from module tools


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b50108b323befb03c27fb33f673f36e456b0b3eb]

INTEGRATION: CWS vclcleanup02 (1.2.158); FILE MERGED 2003/12/11 08:48:35 mt 1.2.158.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b197d8f54fb325b1aa7198d94b80d0a7fa12aa79]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.160); FILE MERGED 2003/12/11 08:48:34 mt 1.1.1.1.160.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d4b488047dd2ed19513865adb716d76dd06e5a04]

INTEGRATION: CWS vclcleanup02 (1.3.118); FILE MERGED 2003/12/11 08:48:33 mt 1.3.118.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/04 17:11:02 mt 1.3.118.1: #i23061# Removed/Changed old StarView stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c713e1c8b69f1afdd1e8763c4da9becab94f6eeb]

INTEGRATION: CWS vclcleanup02 (1.15.68); FILE MERGED 2003/12/11 08:48:32 mt 1.15.68.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [963306300bb385f868e2d282a9194572a61d1a64]

INTEGRATION: CWS vclcleanup02 (1.14.122); FILE MERGED 2003/12/11 08:48:31 mt 1.14.122.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [190d0b60da4219d44f9c1e74a24d9023d1f04e0f]

INTEGRATION: CWS vclcleanup02 (1.7.20); FILE MERGED 2003/12/11 08:48:29 mt 1.7.20.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5acb4ae89ae0da6149b86f8a41ad6430575b268b]

INTEGRATION: CWS vclcleanup02 (1.4.122); FILE MERGED 2003/12/11 08:48:28 mt 1.4.122.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2b5e189f1cc1b059a5a9cf99f72471dbc8f8d619]

INTEGRATION: CWS vclcleanup02 (1.2.122); FILE MERGED 2003/12/11 08:48:27 mt 1.2.122.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [1c40d13a4064e94a2f619c318a349fd564ec35d4]

INTEGRATION: CWS vclcleanup02 (1.3.122); FILE MERGED 2003/12/11 08:48:27 mt 1.3.122.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [aa48dfbab8417de97bda2e2259038b23d4a1dfc2]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.160); FILE MERGED 2003/12/11 08:48:25 mt 1.1.1.1.160.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7a7ef83acd32dc4e3eeeeaaa7e70bce807531aaa]

INTEGRATION: CWS vclcleanup02 (1.22.56); FILE MERGED 2003/12/11 08:48:24 mt 1.22.56.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [8fe2c270145e2940ab112b0f359a06f881b5d7ac]

INTEGRATION: CWS vclcleanup02 (1.8.122); FILE MERGED 2003/12/11 08:48:22 mt 1.8.122.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f85a5201c714a64bee1770941c9777dd386fb8cb]

INTEGRATION: CWS vclcleanup02 (1.5.144); FILE MERGED 2003/12/11 08:48:21 mt 1.5.144.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c767953c76820c4e78abce82ba62223ed5e6c9f7]

INTEGRATION: CWS vclcleanup02 (1.3.144); FILE MERGED 2003/12/11 08:48:15 mt 1.3.144.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7fdfff205dd64cce68a348fd9f2203482346e273]

INTEGRATION: CWS vclcleanup02 (1.9.28); FILE MERGED 2003/12/16 18:16:12 mt 1.9.28.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ec94344f30cb8ba97c06d832e897681fb2c63c70]

INTEGRATION: CWS vclcleanup02 (1.3.12); FILE MERGED 2003/12/18 09:45:49 mt 1.3.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [1095867834cde1e23ec0841d4a31be32ae3c14a5]

INTEGRATION: CWS vclcleanup02 (1.4.12); FILE MERGED 2003/12/18 09:45:48 mt 1.4.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [cdace56f5984a6d93b32696c128914fb288b286c]

INTEGRATION: CWS vclcleanup02 (1.100.4); FILE MERGED 2003/12/18 09:45:47 mt 1.100.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:16:10 mt 1.100.4.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [fe830c2ef3d0a73f80a65560ad429c6a850454d7]

INTEGRATION: CWS vclcleanup02 (1.5.12); FILE MERGED 2003/12/16 18:16:09 mt 1.5.12.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f6f48c236c05577daa3b405bf646f76c6f8c6735]

INTEGRATION: CWS vclcleanup02 (1.75.4); FILE MERGED 2003/12/16 18:16:07 mt 1.75.4.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2486801c56e6fddb675172f21f9063bbbcb8cf1b]

INTEGRATION: CWS vclcleanup02 (1.3.12); FILE MERGED 2003/12/18 09:45:47 mt 1.3.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [23d4e42077a3bf4bc19edfa22e917905903a1aeb]

INTEGRATION: CWS vclcleanup02 (1.13.12); FILE MERGED 2003/12/18 09:45:46 mt 1.13.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [49691ee15a1d7393ba692fb933d99b04f471de69]

INTEGRATION: CWS vclcleanup02 (1.3.12); FILE MERGED 2003/12/18 09:45:46 mt 1.3.12.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:16:06 mt 1.3.12.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [624dad0d1db9691905c6884736f0babbf4dad874]

INTEGRATION: CWS vclcleanup02 (1.52.4); FILE MERGED 2003/12/18 09:45:46 mt 1.52.4.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:16:06 mt 1.52.4.2: #i23061# And more cleanups... 2003/12/10 15:59:55 mt 1.52.4.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e93935da6168e105968d5f7f16f0ed32e126e7b9]

INTEGRATION: CWS vclcleanup02 (1.4.12); FILE MERGED 2003/12/18 09:45:45 mt 1.4.12.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:16:05 mt 1.4.12.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [672ee90db9751455edc4289992a8499c74b3a196]

INTEGRATION: CWS vclcleanup02 (1.16.4); FILE MERGED 2003/12/18 09:45:45 mt 1.16.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/10 15:59:54 mt 1.16.4.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a84603cd856fdfdd2e6253ce33f780d3f34444fc]

INTEGRATION: CWS vclcleanup02 (1.3.12); FILE MERGED 2003/12/18 09:45:44 mt 1.3.12.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:16:04 mt 1.3.12.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [54c553cbdda267383c35310367d0a99785973913]

INTEGRATION: CWS vclcleanup02 (1.5.38); FILE MERGED 2003/12/16 18:16:04 mt 1.5.38.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b8e0ed5e0903b9f3c7379497265ca917acf65284]

INTEGRATION: CWS vclcleanup02 (1.3.12); FILE MERGED 2003/12/18 09:45:43 mt 1.3.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [9f97f8a2c213ff058bd8132ec646227390c93b4d]

INTEGRATION: CWS vclcleanup02 (1.3.362); FILE MERGED 2003/12/18 09:45:42 mt 1.3.362.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:16:00 mt 1.3.362.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c2872bfac786b9f7097efd47000ba4a5d36a6c74]

INTEGRATION: CWS vclcleanup02 (1.15.12); FILE MERGED 2003/12/18 09:45:41 mt 1.15.12.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:16:00 mt 1.15.12.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5f0e71421259fdce283e432e6be7fae939e9490c]

INTEGRATION: CWS vclcleanup02 (1.4.12); FILE MERGED 2003/12/16 18:15:59 mt 1.4.12.2: #i23061# And more cleanups... 2003/12/05 13:29:28 mt 1.4.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [65637f59a27328be859a5fed2d025c983a5f0057]

INTEGRATION: CWS vclcleanup02 (1.4.228); FILE MERGED 2003/12/18 09:45:41 mt 1.4.228.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f3c09e2cc03bc02147daeabc1a1afce9400e35d8]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/16 18:15:56 mt 1.1.1.1.386.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [46d6609b761612bfc85eca02af9cead673989fb9]

INTEGRATION: CWS vclcleanup02 (1.10.4); FILE MERGED 2003/12/16 18:15:56 mt 1.10.4.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d2edeb2f45a66b4caa6059c950b174d8e8738abe]

INTEGRATION: CWS vclcleanup02 (1.12.12); FILE MERGED 2003/12/16 18:15:55 mt 1.12.12.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [63fa983ef2f3d93056b3beab05f453c74e626543]

INTEGRATION: CWS vclcleanup02 (1.39.8); FILE MERGED 2003/12/18 09:45:39 mt 1.39.8.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:15:53 mt 1.39.8.4: #i23061# And more cleanups... 2003/12/11 13:35:27 mt 1.39.8.3: #i23061# VCL cleanup, removed Dummy members and old AccessNotify 2003/12/10 15:59:53 mt 1.39.8.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:29:25 mt 1.39.8.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [db84deb5cfeb66e1904f885fdf6f6706dea4f4bf]

INTEGRATION: CWS vclcleanup02 (1.14.132); FILE MERGED 2003/12/16 18:15:52 mt 1.14.132.2: #i23061# And more cleanups... 2003/12/05 13:29:22 mt 1.14.132.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e7e3fc14f8529d46f189ded55d4e6872a568ca5d]

INTEGRATION: CWS vclcleanup02 (1.49.12); FILE MERGED 2003/12/16 18:15:51 mt 1.49.12.3: #i23061# And more cleanups... 2003/12/10 15:59:52 mt 1.49.12.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:29:21 mt 1.49.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [1316cb06144eb7051d8ca3c64b23166efeb53c8d]

INTEGRATION: CWS vclcleanup02 (1.7.12); FILE MERGED 2003/12/18 09:45:38 mt 1.7.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [444eaf63c767dca7697331069d4b789632e71b33]

INTEGRATION: CWS vclcleanup02 (1.4.12); FILE MERGED 2003/12/18 09:45:38 mt 1.4.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a72ae0e0024df3107c3e26e3afdc47c4ed2a4ccf]

INTEGRATION: CWS vclcleanup02 (1.166.12); FILE MERGED 2003/12/18 09:45:37 mt 1.166.12.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:15:50 mt 1.166.12.4: #i23061# And more cleanups... 2003/12/10 15:59:51 mt 1.166.12.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:47:40 mt 1.166.12.2: RESYNC: (1.166-1.167); FILE MERGED 2003/12/05 13:29:20 mt 1.166.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [6c6f7d5556b08491991666729750b263a396cba9]

INTEGRATION: CWS vclcleanup02 (1.3.12); FILE MERGED 2003/12/16 18:15:50 mt 1.3.12.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f347617c4e5128f0da17e7160e39be72c62f4b8d]

INTEGRATION: CWS vclcleanup02 (1.6.212); FILE MERGED 2003/12/18 09:45:35 mt 1.6.212.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [9028bab43f4850d7eda39e4d956b815f808df3ef]

INTEGRATION: CWS vclcleanup02 (1.9.210); FILE MERGED 2003/12/05 16:47:45 mt 1.9.210.2: RESYNC: (1.9-1.10); FILE MERGED 2003/12/05 13:29:17 mt 1.9.210.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [1f36d40c960b9165e0bf238c0ed880ac52b34ea0]

INTEGRATION: CWS vclcleanup02 (1.17.4); FILE MERGED 2003/12/16 18:15:49 mt 1.17.4.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [dce79fb174f425bafce8c9e011fc2b862fa34e10]

INTEGRATION: CWS vclcleanup02 (1.14.156); FILE MERGED 2003/12/05 13:29:16 mt 1.14.156.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c3230791a99f31be665c7b53f489a0233c3349ab]

INTEGRATION: CWS vclcleanup02 (1.31.12); FILE MERGED 2003/12/05 16:47:51 mt 1.31.12.2: RESYNC: (1.31-1.32); FILE MERGED 2003/12/05 13:29:15 mt 1.31.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [0a68eb0f60d5acab6cbd06e61ccc9513e779cc00]

INTEGRATION: CWS vclcleanup02 (1.5.12); FILE MERGED 2003/12/18 09:45:35 mt 1.5.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [dd14b3d5f0e81a0bc6b73bc845509194e17cdd63]

INTEGRATION: CWS vclcleanup02 (1.29.12); FILE MERGED 2003/12/05 13:29:14 mt 1.29.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7ffd3f23dc6951b327f10e735d4849ef6852f8da]

INTEGRATION: CWS vclcleanup02 (1.8.12); FILE MERGED 2003/12/18 09:45:34 mt 1.8.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [aff5d2f0b0a1886ecbbe6428a59601a29d147fa4]

INTEGRATION: CWS vclcleanup02 (1.109.12); FILE MERGED 2003/12/18 09:45:33 mt 1.109.12.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/10 15:59:50 mt 1.109.12.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:47:56 mt 1.109.12.2: RESYNC: (1.109-1.111); FILE MERGED 2003/12/05 13:29:13 mt 1.109.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [535b00463b1df5394bbffca48929e035b0407f48]

INTEGRATION: CWS vclcleanup02 (1.19.12); FILE MERGED 2003/12/18 09:45:33 mt 1.19.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [bf6e414075d8a9f0005e4da97c965c0175bb0ee1]

INTEGRATION: CWS vclcleanup02 (1.26.12); FILE MERGED 2003/12/18 09:45:32 mt 1.26.12.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:15:48 mt 1.26.12.4: #i23061# And more cleanups... 2003/12/10 15:59:49 mt 1.26.12.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:48:01 mt 1.26.12.2: RESYNC: (1.26-1.27); FILE MERGED 2003/12/05 13:29:13 mt 1.26.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a9341b135bc6fd6948041e07d33154635d7f8b38]

INTEGRATION: CWS vclcleanup02 (1.9.12); FILE MERGED 2003/12/18 09:45:31 mt 1.9.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7ffdc94f05e8bed467af00269c4fb624d742165b]

INTEGRATION: CWS vclcleanup02 (1.10.58); FILE MERGED 2003/12/16 18:15:48 mt 1.10.58.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ad9c996cab1b77353a63a98215a8219656f7cd9c]

INTEGRATION: CWS vclcleanup02 (1.34.12); FILE MERGED 2003/12/16 18:15:47 mt 1.34.12.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b4f23f1567b18455d5ca01a3b0a4921b2889b1da]

INTEGRATION: CWS vclcleanup02 (1.45.12); FILE MERGED 2003/12/16 18:15:46 mt 1.45.12.3: #i23061# And more cleanups... 2003/12/10 15:59:48 mt 1.45.12.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:29:07 mt 1.45.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [46f15c287f1f40726da6ec7ccb2fcb6245f8b89e]

INTEGRATION: CWS vclcleanup02 (1.13.8); FILE MERGED 2003/12/18 09:45:30 mt 1.13.8.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/10 15:59:48 mt 1.13.8.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:29:06 mt 1.13.8.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [abd45d39f34bf3be5ed3c3aeb2015f4fea71f337]

INTEGRATION: CWS vclcleanup02 (1.6.12); FILE MERGED 2003/12/18 09:45:30 mt 1.6.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e622b44d26d6ac06967c9e4bc090ccf1c97df253]

INTEGRATION: CWS vclcleanup02 (1.8.12); FILE MERGED 2003/12/16 18:15:45 mt 1.8.12.2: #i23061# And more cleanups... 2003/12/05 13:29:05 mt 1.8.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [9740b51c132cfbd37e9f02a07417b610adfb32ee]

INTEGRATION: CWS vclcleanup02 (1.18.12); FILE MERGED 2003/12/18 09:45:30 mt 1.18.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [233d606433982d2d5d8efc4f6f7fd1e507e94b4a]

INTEGRATION: CWS vclcleanup02 (1.48.12); FILE MERGED 2003/12/18 09:45:29 mt 1.48.12.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:15:44 mt 1.48.12.3: #i23061# And more cleanups... 2003/12/05 16:48:24 mt 1.48.12.2: RESYNC: (1.48-1.49); FILE MERGED 2003/12/05 13:29:05 mt 1.48.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [54b5e427fdb20b3d6908ebdcaecd18c942b7a4bd]

INTEGRATION: CWS vclcleanup02 (1.30.12); FILE MERGED 2003/12/18 09:45:29 mt 1.30.12.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:15:43 mt 1.30.12.3: #i23061# And more cleanups... 2003/12/10 15:59:47 mt 1.30.12.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:29:04 mt 1.30.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d35140f4b788c653a630bf01b917ce0995092663]

INTEGRATION: CWS vclcleanup02 (1.11.12); FILE MERGED 2003/12/16 18:15:43 mt 1.11.12.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [85119a2601e7bc1f98bf7953ad0f9fac5bb6af7c]

INTEGRATION: CWS vclcleanup02 (1.9.58); FILE MERGED 2003/12/16 18:15:42 mt 1.9.58.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4a95cb7a8e1513707a0a4f26b636f896e68d1c20]

INTEGRATION: CWS vclcleanup02 (1.6.350); FILE MERGED 2003/12/16 18:15:42 mt 1.6.350.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f07bd53e40eea0d567d37f93bcdabb65f8657d37]

INTEGRATION: CWS vclcleanup02 (1.23.12); FILE MERGED 2003/12/10 15:59:47 mt 1.23.12.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:29:04 mt 1.23.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2a4601e2ac0f9d41c5bfac04449dbf03fd45a2d3]

INTEGRATION: CWS vclcleanup02 (1.25.58); FILE MERGED 2003/12/05 13:29:03 mt 1.25.58.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d451a2672962beecf52cad005c47937771102019]

INTEGRATION: CWS vclcleanup02 (1.27.12); FILE MERGED 2003/12/16 18:15:41 mt 1.27.12.2: #i23061# And more cleanups... 2003/12/05 13:29:03 mt 1.27.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c8e2440b123c7cfdac3f8e936bb1932f08fd0e50]

INTEGRATION: CWS vclcleanup02 (1.20.12); FILE MERGED 2003/12/16 18:15:41 mt 1.20.12.2: #i23061# And more cleanups... 2003/12/05 13:29:02 mt 1.20.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [32a226980b02c4ef0822fb9f7983a027c3f9adf5]

INTEGRATION: CWS vclcleanup02 (1.2.364); FILE MERGED 2003/12/16 18:15:40 mt 1.2.364.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b4fc4bb13156d410eb6269dd97d95ac24506ba49]

INTEGRATION: CWS vclcleanup02 (1.24.4); FILE MERGED 2003/12/18 09:45:28 mt 1.24.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:15:39 mt 1.24.4.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a74e3802914bcb77617397dbbf3b7bf48b7ab989]

INTEGRATION: CWS vclcleanup02 (1.33.12); FILE MERGED 2003/12/16 18:15:38 mt 1.33.12.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [20777bc26e581aff7166a58b059b6c26ef2506bf]

INTEGRATION: CWS vclcleanup02 (1.20.4); FILE MERGED 2003/12/16 18:15:38 mt 1.20.4.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [39c32f16e5f18c8e56920ae0bf91a53219ed0b1f]

INTEGRATION: CWS vclcleanup02 (1.10.38); FILE MERGED 2003/12/16 18:15:37 mt 1.10.38.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [07322e854e61d054b33f3ebbec8323210d98c0ed]

INTEGRATION: CWS vclcleanup02 (1.7.12); FILE MERGED 2003/12/10 15:59:46 mt 1.7.12.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f272bc63a05759a87a630bdee0acb7518a5d54b1]

INTEGRATION: CWS vclcleanup02 (1.3.228); FILE MERGED 2003/12/16 18:15:36 mt 1.3.228.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [09b5db2bbe037315b0cbb870b87ea5d328e8e655]

INTEGRATION: CWS vclcleanup02 (1.8.12); FILE MERGED 2003/12/17 16:06:10 mt 1.8.12.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:45 mt 1.8.12.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:37:13 mt 1.8.12.2: RESYNC: (1.8-1.9); FILE MERGED 2003/12/05 13:28:54 mt 1.8.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [532b7f5bc587799977c9318d4786db98cab159a3]

INTEGRATION: CWS vclcleanup02 (1.81.10); FILE MERGED 2003/12/17 16:06:09 mt 1.81.10.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:35 mt 1.81.10.4: #i23061# And more cleanups... 2003/12/10 15:59:45 mt 1.81.10.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:34:53 mt 1.81.10.2: RESYNC: (1.81-1.83); FILE MERGED 2003/12/05 13:28:54 mt 1.81.10.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c077e322b7cd4f363f0a3b45dea04033bea90896]

INTEGRATION: CWS vclcleanup02 (1.9.228); FILE MERGED 2003/12/17 16:06:07 mt 1.9.228.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/11 13:35:26 mt 1.9.228.4: #i23061# VCL cleanup, removed Dummy members and old AccessNotify 2003/12/10 15:59:44 mt 1.9.228.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:36:20 mt 1.9.228.2: RESYNC: (1.9-1.10); FILE MERGED 2003/12/05 13:28:53 mt 1.9.228.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5de4329d00e606c3f81ec59a36ec1cda16ca6989]

INTEGRATION: CWS vclcleanup02 (1.178.6); FILE MERGED 2003/12/17 16:06:04 mt 1.178.6.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/11 13:35:25 mt 1.178.6.4: #i23061# VCL cleanup, removed Dummy members and old AccessNotify 2003/12/10 15:59:44 mt 1.178.6.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:34:41 mt 1.178.6.2: RESYNC: (1.178-1.180); FILE MERGED 2003/12/05 13:28:52 mt 1.178.6.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [81a967874fccc398c4a85fd5327e502bc546e84b]

INTEGRATION: CWS vclcleanup02 (1.20.176); FILE MERGED 2003/12/17 16:06:01 mt 1.20.176.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:35 mt 1.20.176.2: #i23061# And more cleanups... 2003/12/10 15:59:43 mt 1.20.176.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [78ff0d45f9e0af49c5b9aa2a52f40592acf4c8a4]

INTEGRATION: CWS vclcleanup02 (1.61.176); FILE MERGED 2003/12/17 16:53:11 mt 1.61.176.7: #i23061# Include svsys.h early to avoid compiler warnings 2003/12/17 16:05:58 mt 1.61.176.6: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:34 mt 1.61.176.5: #i23061# And more cleanups... 2003/12/11 13:35:25 mt 1.61.176.4: #i23061# VCL cleanup, removed Dummy members and old AccessNotify 2003/12/10 15:59:42 mt 1.61.176.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:35:52 mt 1.61.176.2: RESYNC: (1.61-1.62); FILE MERGED 2003/12/05 13:28:51 mt 1.61.176.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [87a876bceb711c94d16e68f5fb0b50f0c6e5e642]

INTEGRATION: CWS vclcleanup02 (1.14.340); FILE MERGED 2003/12/10 15:59:42 mt 1.14.340.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:28:50 mt 1.14.340.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [fdde1bace1f158ecb789851d1a3defb2aabfe5e8]

INTEGRATION: CWS vclcleanup02 (1.7.4); FILE MERGED 2003/12/17 16:05:57 mt 1.7.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:42 mt 1.7.4.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [117385da8e0030851eec880de03ce7e96eb68c64]

INTEGRATION: CWS vclcleanup02 (1.2.4); FILE MERGED 2003/12/17 16:05:56 mt 1.2.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:41 mt 1.2.4.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2aa066cfd074159cc269ff6cbede62c6af40ab44]

INTEGRATION: CWS vclcleanup02 (1.34.4); FILE MERGED 2003/12/17 16:05:54 mt 1.34.4.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/11 13:35:25 mt 1.34.4.2: #i23061# VCL cleanup, removed Dummy members and old AccessNotify 2003/12/10 15:59:41 mt 1.34.4.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [bccae1a19c62a6498f2603706c7268fc9a545e01]

INTEGRATION: CWS vclcleanup02 (1.2.4); FILE MERGED 2003/12/17 16:05:52 mt 1.2.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:41 mt 1.2.4.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [25cefaa83ad5f38406c5d84870d2558a064c217a]

INTEGRATION: CWS vclcleanup02 (1.10.4); FILE MERGED 2003/12/17 16:05:50 mt 1.10.4.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:33 mt 1.10.4.2: #i23061# And more cleanups... 2003/12/10 15:59:40 mt 1.10.4.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [557eb49b44f0bc8883fc1d8ffd7b9c4b7f2ee8c1]

INTEGRATION: CWS vclcleanup02 (1.5.208); FILE MERGED 2003/12/17 16:05:48 mt 1.5.208.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:40 mt 1.5.208.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:36:59 mt 1.5.208.2: RESYNC: (1.5-1.6); FILE MERGED 2003/12/05 13:28:49 mt 1.5.208.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [40a9989a6fc6415c6c9fc5a10ff82b7187874864]

INTEGRATION: CWS vclcleanup02 (1.8.346); FILE MERGED 2003/12/17 16:05:47 mt 1.8.346.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:39 mt 1.8.346.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:36:53 mt 1.8.346.2: RESYNC: (1.8-1.9); FILE MERGED 2003/12/05 13:28:49 mt 1.8.346.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ce85698f80c993119f648114b65730e33bc3e34a]

INTEGRATION: CWS vclcleanup02 (1.2.372); FILE MERGED 2003/12/05 13:28:49 mt 1.2.372.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [04dcd73f23927e40b0fa6cdc1c7c45ffa0c6c162]

INTEGRATION: CWS vclcleanup02 (1.10.208); FILE MERGED 2003/12/17 16:05:45 mt 1.10.208.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:39 mt 1.10.208.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:36:24 mt 1.10.208.2: RESYNC: (1.10-1.11); FILE MERGED 2003/12/05 13:28:48 mt 1.10.208.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [123d2c5cc2ac9f1f2b2d0489ddb8d375104659c7]

INTEGRATION: CWS vclcleanup02 (1.13.58); FILE MERGED 2003/12/17 16:05:44 mt 1.13.58.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4c175b31f93e437edd2b07166146c29f428ea400]

INTEGRATION: CWS vclcleanup02 (1.98.12); FILE MERGED 2003/12/17 16:05:42 mt 1.98.12.6: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:32 mt 1.98.12.5: #i23061# And more cleanups... 2003/12/11 13:35:24 mt 1.98.12.4: #i23061# VCL cleanup, removed Dummy members and old AccessNotify 2003/12/10 15:59:39 mt 1.98.12.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:35:18 mt 1.98.12.2: RESYNC: (1.98-1.100); FILE MERGED 2003/12/05 13:28:47 mt 1.98.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [79951f67760a3640c3100b33317762410bb48c1c]

INTEGRATION: CWS vclcleanup02 (1.10.228); FILE MERGED 2003/12/16 18:15:32 mt 1.10.228.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f3c4f3c0d596fdb8cd6ad03a746c8305cee56098]

INTEGRATION: CWS vclcleanup02 (1.3.4); FILE MERGED 2003/12/17 16:05:41 mt 1.3.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:38 mt 1.3.4.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b467615e572ee6ed2d5abb60c77c48d6a88ea55a]

INTEGRATION: CWS vclcleanup02 (1.3.4); FILE MERGED 2003/12/17 16:05:39 mt 1.3.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:38 mt 1.3.4.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f62ce3748d1b223c4b31979944e0c112d4009726]

INTEGRATION: CWS vclcleanup02 (1.26.4); FILE MERGED 2003/12/17 16:53:10 mt 1.26.4.3: #i23061# Include svsys.h early to avoid compiler warnings 2003/12/17 16:05:37 mt 1.26.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:38 mt 1.26.4.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [39582fac43f6aaac177030b3fe071ee6f40301fe]

INTEGRATION: CWS vclcleanup02 (1.14.4); FILE MERGED 2003/12/17 16:53:09 mt 1.14.4.3: #i23061# Include svsys.h early to avoid compiler warnings 2003/12/17 16:05:35 mt 1.14.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:37 mt 1.14.4.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ae76c5d9feb788229aef825c98b0c32384df31b7]

INTEGRATION: CWS vclcleanup02 (1.4.372); FILE MERGED 2003/12/05 13:28:47 mt 1.4.372.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [336232f71a31add9c1bdedfe64211050c7f32a50]

INTEGRATION: CWS vclcleanup02 (1.6.372); FILE MERGED 2003/12/05 13:28:46 mt 1.6.372.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e33b3cf465e40d79315b9536517405b279b25c8e]

INTEGRATION: CWS vclcleanup02 (1.12.168); FILE MERGED 2003/12/10 15:59:37 mt 1.12.168.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:36:31 mt 1.12.168.2: RESYNC: (1.12-1.13); FILE MERGED 2003/12/05 13:28:46 mt 1.12.168.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [20a79a359fd923f144e6ddd09461a6f49e9bcb98]

INTEGRATION: CWS vclcleanup02 (1.13.176); FILE MERGED 2003/12/17 16:05:33 mt 1.13.176.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:37 mt 1.13.176.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:37:42 mt 1.13.176.2: RESYNC: (1.13-1.14); FILE MERGED 2003/12/05 13:28:45 mt 1.13.176.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [44b7a8d0e06d58c7c6dccf179984f7016c146e82]

INTEGRATION: CWS vclcleanup02 (1.27.4); FILE MERGED 2003/12/17 16:05:31 mt 1.27.4.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/11 13:35:23 mt 1.27.4.2: #i23061# VCL cleanup, removed Dummy members and old AccessNotify 2003/12/10 15:59:36 mt 1.27.4.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [0c88517745266cc115708f4aea17ff055c9e01b6]

INTEGRATION: CWS vclcleanup02 (1.6.4); FILE MERGED 2003/12/17 16:05:30 mt 1.6.4.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:31 mt 1.6.4.2: #i23061# And more cleanups... 2003/12/10 15:59:36 mt 1.6.4.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [cde3e06d2a76dc52663d38c210a52990672b56c4]

INTEGRATION: CWS vclcleanup02 (1.5.208); FILE MERGED 2003/12/17 16:05:29 mt 1.5.208.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:35 mt 1.5.208.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:34:48 mt 1.5.208.2: RESYNC: (1.5-1.6); FILE MERGED 2003/12/05 13:28:44 mt 1.5.208.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [32fe1d3457ac058bd80261ee20c177772a817106]

INTEGRATION: CWS vclcleanup02 (1.4.148); FILE MERGED 2003/12/17 16:05:27 mt 1.4.148.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [59498ad5fdd20406bf7d4ee2242f4a1d50b21568]

INTEGRATION: CWS vclcleanup02 (1.3.4); FILE MERGED 2003/12/17 16:05:23 mt 1.3.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:35 mt 1.3.4.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [eba9578a3b01784e640af929411870496e6718e8]

INTEGRATION: CWS vclcleanup02 (1.9.176); FILE MERGED 2003/12/17 16:05:21 mt 1.9.176.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:30 mt 1.9.176.3: #i23061# And more cleanups... 2003/12/05 16:35:00 mt 1.9.176.2: RESYNC: (1.9-1.11); FILE MERGED 2003/12/05 13:28:44 mt 1.9.176.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [eccc090904e6244ccf2628e7f7c303ebb4c758bc]

INTEGRATION: CWS vclcleanup02 (1.2.4); FILE MERGED 2003/12/17 16:05:19 mt 1.2.4.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [479e84846e5ee21d5843836e487e83b85e93d0f5]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.388); FILE MERGED 2003/12/17 16:05:15 mt 1.1.1.1.388.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:35 mt 1.1.1.1.388.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:37:36 mt 1.1.1.1.388.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2003/12/05 13:28:43 mt 1.1.1.1.388.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [99e14888fb243cb33924d07bfb2667c760db0179]

INTEGRATION: CWS vclcleanup02 (1.11.214); FILE MERGED 2003/12/16 18:15:29 mt 1.11.214.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [05cfef710f9157959e10c8e01971def6ea4a426f]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/05 16:39:54 mt 1.1.1.1.386.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2003/12/05 13:28:42 mt 1.1.1.1.386.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [579ea873b2b88152375c9be4a280a65ccef2b263]

INTEGRATION: CWS vclcleanup02 (1.5.350); FILE MERGED 2003/12/16 18:15:28 mt 1.5.350.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4d64de848e7aeb78a55dc14744e2c7a53d832c70]

INTEGRATION: CWS vclcleanup02 (1.22.142); FILE MERGED 2003/12/05 13:28:40 mt 1.22.142.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e945eca644595a533902594835bad76507aa940c]

INTEGRATION: CWS vclcleanup02 (1.5.350); FILE MERGED 2003/12/05 13:28:40 mt 1.5.350.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7a2d4b2c814c4fc0b2eaf178bcf93253887bc8a2]

INTEGRATION: CWS vclcleanup02 (1.12.38); FILE MERGED 2003/12/16 18:15:28 mt 1.12.38.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a38f2f54ab0bcaa1d50bcb19c159c7968dd6aeaa]

INTEGRATION: CWS vclcleanup02 (1.3.360); FILE MERGED 2003/12/05 13:28:39 mt 1.3.360.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4292f532961377b52c1092ec86cab1451cacb6ca]

INTEGRATION: CWS vclcleanup02 (1.25.12); FILE MERGED 2003/12/16 18:15:27 mt 1.25.12.3: #i23061# And more cleanups... 2003/12/05 16:39:59 mt 1.25.12.2: RESYNC: (1.25-1.26); FILE MERGED 2003/12/05 13:28:39 mt 1.25.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [dec901578669af0c4756a0686c454679b0684ba5]

INTEGRATION: CWS vclcleanup02 (1.99.36); FILE MERGED 2003/12/16 18:15:27 mt 1.99.36.3: #i23061# And more cleanups... 2003/12/10 15:59:34 mt 1.99.36.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:28:38 mt 1.99.36.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5ea072f8e443f69687a566239a30200866ab6f88]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/17 16:05:12 mt 1.1.1.1.386.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:26 mt 1.1.1.1.386.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a42e911444f89578b6c34d6c73d3929dd6f5c062]

INTEGRATION: CWS vclcleanup02 (1.13.4); FILE MERGED 2003/12/17 16:05:10 mt 1.13.4.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [939f95c01b2b39fd6014dd5fd109db046130edff]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/17 16:05:09 mt 1.1.1.1.386.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4399b5249a53f74d69a47cda17890540f63d285c]

INTEGRATION: CWS vclcleanup02 (1.3.354); FILE MERGED 2003/12/16 18:15:25 mt 1.3.354.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [09e440c122782a88cc498bb248deeacbb0032e41]

INTEGRATION: CWS vclcleanup02 (1.49.12); FILE MERGED 2003/12/16 18:15:25 mt 1.49.12.4: #i23061# And more cleanups... 2003/12/10 15:59:33 mt 1.49.12.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:44:53 mt 1.49.12.2: RESYNC: (1.49-1.51); FILE MERGED 2003/12/05 13:22:35 mt 1.49.12.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [907afc301c5b757a563e0f5cc6bf5487b1c04c4b]

INTEGRATION: CWS vclcleanup02 (1.13.10); FILE MERGED 2003/12/17 16:05:07 mt 1.13.10.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:32 mt 1.13.10.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:42:17 mt 1.13.10.2: RESYNC: (1.13-1.14); FILE MERGED 2003/12/05 13:22:35 mt 1.13.10.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [6f84b723894feb2ed1287e85ce08754ada069c37]

INTEGRATION: CWS vclcleanup02 (1.4.4); FILE MERGED 2003/12/17 16:05:06 mt 1.4.4.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [229f430f18ff796476d04307a76eff2b7b9f26f5]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/17 16:05:04 mt 1.1.1.1.386.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:32 mt 1.1.1.1.386.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:22:35 mt 1.1.1.1.386.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d3d61d900d02a862485a859247d12943a75c386a]

INTEGRATION: CWS vclcleanup02 (1.18.4); FILE MERGED 2003/12/17 16:05:01 mt 1.18.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:24 mt 1.18.4.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c3ec2ea46e9626306dc51753ff895bad4f6f21ce]

INTEGRATION: CWS vclcleanup02 (1.44.4); FILE MERGED 2003/12/17 16:05:00 mt 1.44.4.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [57690569abe924f36d8e98e35a01e0e6dd8e2477]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/10 15:59:32 mt 1.1.1.1.386.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [29b0b921ac127589b349b26607968d5b6cf28a23]

INTEGRATION: CWS vclcleanup02 (1.59.12); FILE MERGED 2003/12/16 18:15:24 mt 1.59.12.4: #i23061# And more cleanups... 2003/12/10 15:59:31 mt 1.59.12.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:43:04 mt 1.59.12.2: RESYNC: (1.59-1.61); FILE MERGED 2003/12/05 13:22:34 mt 1.59.12.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [75bd1e3d992c330db4080e0046b57430d8c8c5e9]

INTEGRATION: CWS vclcleanup02 (1.12.8); FILE MERGED 2003/12/17 16:04:58 mt 1.12.8.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:31 mt 1.12.8.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [48505e7242e00a587daca985ce4970213dfc855f]

INTEGRATION: CWS vclcleanup02 (1.6.8); FILE MERGED 2003/12/17 16:04:57 mt 1.6.8.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/05 16:44:58 mt 1.6.8.2: RESYNC: (1.6-1.7); FILE MERGED 2003/12/05 13:22:33 mt 1.6.8.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [72b0efb66c022f9573b5c92584015d7a8853d5c7]

INTEGRATION: CWS vclcleanup02 (1.5.4); FILE MERGED 2003/12/17 16:04:55 mt 1.5.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:30 mt 1.5.4.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [35f4b4312b7eaea81bcaa5b6cefddac81722122c]

INTEGRATION: CWS vclcleanup02 (1.15.8); FILE MERGED 2003/12/17 16:04:51 mt 1.15.8.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:30 mt 1.15.8.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:44:32 mt 1.15.8.2: RESYNC: (1.15-1.16); FILE MERGED 2003/12/05 13:22:33 mt 1.15.8.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3c0034c4c9b2f6a1741cbb47c802857fd9e7c5b6]

INTEGRATION: CWS vclcleanup02 (1.160.6); FILE MERGED 2003/12/17 16:04:48 mt 1.160.6.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:23 mt 1.160.6.4: #i23061# And more cleanups... 2003/12/10 15:59:29 mt 1.160.6.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:43:59 mt 1.160.6.2: RESYNC: (1.160-1.163); FILE MERGED 2003/12/05 13:22:32 mt 1.160.6.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ab77943bcbf00ba89aa9e8900aa04d30443db401]

INTEGRATION: CWS vclcleanup02 (1.15.8); FILE MERGED 2003/12/17 16:04:47 mt 1.15.8.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:22 mt 1.15.8.4: #i23061# And more cleanups... 2003/12/10 15:59:28 mt 1.15.8.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:43:10 mt 1.15.8.2: RESYNC: (1.15-1.16); FILE MERGED 2003/12/05 13:22:31 mt 1.15.8.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f67c613c6bdc4bc78097aa15660a46811b75cc91]

INTEGRATION: CWS vclcleanup02 (1.25.6); FILE MERGED 2003/12/17 16:04:46 mt 1.25.6.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/11 13:35:23 mt 1.25.6.3: #i23061# VCL cleanup, removed Dummy members and old AccessNotify 2003/12/05 16:42:44 mt 1.25.6.2: RESYNC: (1.25-1.26); FILE MERGED 2003/12/05 13:22:30 mt 1.25.6.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e0f28b0c04d60b3d8d430c07138e3976d314b296]

INTEGRATION: CWS vclcleanup02 (1.7.4); FILE MERGED 2003/12/17 16:04:45 mt 1.7.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:22 mt 1.7.4.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [669060549cb336bd1b47cc3bd6b25a23493cb201]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/16 18:15:21 mt 1.1.1.1.386.3: #i23061# And more cleanups... 2003/12/10 15:59:27 mt 1.1.1.1.386.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:22:30 mt 1.1.1.1.386.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5c4135523147123f87edf5f93b34e0062bba55a3]

INTEGRATION: CWS vclcleanup02 (1.12.4); FILE MERGED 2003/12/17 16:04:44 mt 1.12.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:21 mt 1.12.4.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [782af4807744daf28de31807eaa4d9a23b154ede]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/17 16:04:43 mt 1.1.1.1.386.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:20 mt 1.1.1.1.386.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [90adb0f817dbaf78db9f36c8e968cfd39fd7f8b7]

INTEGRATION: CWS vclcleanup02 (1.14.228); FILE MERGED 2003/12/16 18:15:20 mt 1.14.228.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [eb16f0a622a2ce9e65e7dc155058b0aa10672588]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/17 16:04:41 mt 1.1.1.1.386.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b83dbdf861c81e16bd679e1c59b7f7485034cbf9]

INTEGRATION: CWS vclcleanup02 (1.7.348); FILE MERGED 2003/12/17 16:04:39 mt 1.7.348.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e296fccffe81b04f5904893f69dfb4947e49eea0]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/10 15:59:27 mt 1.1.1.1.386.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d22d991065f7e91c9cd04b583712f46c5fe0da74]

INTEGRATION: CWS vclcleanup02 (1.3.212); FILE MERGED 2003/12/17 16:04:37 mt 1.3.212.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:19 mt 1.3.212.3: #i23061# And more cleanups... 2003/12/10 15:59:25 mt 1.3.212.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:22:29 mt 1.3.212.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [9e6123132dd438b3ef763c83914b856acd1fd54e]

INTEGRATION: CWS vclcleanup02 (1.5.228); FILE MERGED 2003/12/17 16:04:35 mt 1.5.228.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:25 mt 1.5.228.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:44:37 mt 1.5.228.2: RESYNC: (1.5-1.6); FILE MERGED 2003/12/05 13:22:29 mt 1.5.228.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a0db8381b54a6a8939dd029d5f5026c472f4b3d5]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/10 15:59:24 mt 1.1.1.1.386.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e1e9f729b9994ff067b6839710df8ee960e51935]

INTEGRATION: CWS vclcleanup02 (1.2.228); FILE MERGED 2003/12/10 15:59:24 mt 1.2.228.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:22:28 mt 1.2.228.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a58bf43a2a2214ff211c23951c7cf93f5bc4ce70]

INTEGRATION: CWS vclcleanup02 (1.11.8); FILE MERGED 2003/12/17 16:04:34 mt 1.11.8.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:19 mt 1.11.8.4: #i23061# And more cleanups... 2003/12/10 15:59:23 mt 1.11.8.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:42:39 mt 1.11.8.2: RESYNC: (1.11-1.12); FILE MERGED 2003/12/05 13:22:28 mt 1.11.8.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [16c7f9462fd7e24aace75861c8634b01a6efe94b]

INTEGRATION: CWS vclcleanup02 (1.14.150); FILE MERGED 2003/12/17 16:04:33 mt 1.14.150.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:23 mt 1.14.150.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:22:27 mt 1.14.150.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ce6fcef0e70a0950f1abb19952526a1b7ebcb015]

INTEGRATION: CWS vclcleanup02 (1.3.4); FILE MERGED 2003/12/17 16:04:32 mt 1.3.4.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [bcfdce20c2fd48c932e901368d22fba065984a9f]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/17 16:04:30 mt 1.1.1.1.386.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/05 16:42:58 mt 1.1.1.1.386.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2003/12/05 13:22:27 mt 1.1.1.1.386.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [583d0f6b5c5486f9e502aa5ddd7a937787e75355]

INTEGRATION: CWS vclcleanup02 (1.2.380); FILE MERGED 2003/12/05 13:22:27 mt 1.2.380.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5c8ea47fa9eee3bed0db6730922c2fe9bbd09bbe]

INTEGRATION: CWS vclcleanup02 (1.8.228); FILE MERGED 2003/12/17 16:04:28 mt 1.8.228.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:22 mt 1.8.228.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [9f89ec9ca432a1ea5b1df26f90c9bdca40e39e3f]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/17 16:04:26 mt 1.1.1.1.386.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e2658458360c3c65ec51007c3b08b1e4b99c0749]

INTEGRATION: CWS vclcleanup02 (1.5.228); FILE MERGED 2003/12/17 16:04:24 mt 1.5.228.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a339a7bb6537e078f4a1b2de206a3b574d4587fe]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/17 16:04:22 mt 1.1.1.1.386.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e92931ab4300f353184bf14883c36f83ecfab621]

INTEGRATION: CWS vclcleanup02 (1.9.150); FILE MERGED 2003/12/05 13:22:26 mt 1.9.150.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [dc1fd2ef57c3c9fa9d678653458653a06dfd0989]

INTEGRATION: CWS vclcleanup02 (1.9.340); FILE MERGED 2003/12/17 16:04:21 mt 1.9.340.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:22 mt 1.9.340.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:22:25 mt 1.9.340.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [6146cad362308b8b821cf879838a8dca648d068a]

INTEGRATION: CWS vclcleanup02 (1.13.348); FILE MERGED 2003/12/16 18:15:18 mt 1.13.348.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c36b643d0f08d37b7f006294f285be291f3abb82]

INTEGRATION: CWS vclcleanup02 (1.22.44); FILE MERGED 2003/12/16 18:15:17 mt 1.22.44.3: #i23061# And more cleanups... 2003/12/10 15:59:22 mt 1.22.44.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:22:25 mt 1.22.44.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [1a60db20491594e57d6902e1f3e73ed0f461d69e]

INTEGRATION: CWS vclcleanup02 (1.6.228); FILE MERGED 2003/12/17 16:04:20 mt 1.6.228.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:17 mt 1.6.228.2: #i23061# And more cleanups... 2003/12/05 13:22:24 mt 1.6.228.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4e3c6ef635d10071dcc63f287966452276b395f0]

INTEGRATION: CWS vclcleanup02 (1.7.228); FILE MERGED 2003/12/17 16:04:18 mt 1.7.228.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:16 mt 1.7.228.3: #i23061# And more cleanups... 2003/12/10 15:59:21 mt 1.7.228.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:22:23 mt 1.7.228.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [304bd62060fa21fe06ed39c4bc6274519843a8ac]

INTEGRATION: CWS vclcleanup02 (1.3.12); FILE MERGED 2003/12/17 16:04:15 mt 1.3.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c02536c3fab009d006ca133eecc12bbd4d99d5f3]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/17 16:04:14 mt 1.1.1.1.386.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:20 mt 1.1.1.1.386.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5cb9ec36bb9adc9319ad4a80cc3ec44c38b1244d]

INTEGRATION: CWS vclcleanup02 (1.2.370); FILE MERGED 2003/12/17 16:04:13 mt 1.2.370.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3e5e03597599653860f41c96042e5528a5e463a8]

INTEGRATION: CWS vclcleanup02 (1.2.370); FILE MERGED 2003/12/17 16:04:11 mt 1.2.370.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:16 mt 1.2.370.2: #i23061# And more cleanups... 2003/12/05 13:22:22 mt 1.2.370.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [9de010ec60d93ebbda299b07c70210c9c3865878]

INTEGRATION: CWS vclcleanup02 (1.7.4); FILE MERGED 2003/12/17 16:04:09 mt 1.7.4.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [41ab779579f91f426fc27399edfb617922a26ea9]

INTEGRATION: CWS vclcleanup02 (1.4.40); FILE MERGED 2003/12/17 16:04:08 mt 1.4.40.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/05 13:22:21 mt 1.4.40.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [261902c4ad8a359a33bbb240725ecdafa3d9a144]

INTEGRATION: CWS vclcleanup02 (1.3.368); FILE MERGED 2003/12/17 16:04:05 mt 1.3.368.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:15 mt 1.3.368.2: #i23061# And more cleanups... 2003/12/05 13:22:21 mt 1.3.368.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [cfe67e457a0c372d3f1d74ab657d7c45c9466a3f]

INTEGRATION: CWS vclcleanup02 (1.4.204); FILE MERGED 2003/12/17 16:04:04 mt 1.4.204.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:14 mt 1.4.204.2: #i23061# And more cleanups... 2003/12/05 13:22:20 mt 1.4.204.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4e2acabb9ce3300335e02d507fb76bd3ef7783e4]

INTEGRATION: CWS vclcleanup02 (1.7.204); FILE MERGED 2003/12/17 16:04:03 mt 1.7.204.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:13 mt 1.7.204.4: #i23061# And more cleanups... 2003/12/10 15:59:20 mt 1.7.204.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:44:26 mt 1.7.204.2: RESYNC: (1.7-1.8); FILE MERGED 2003/12/05 13:22:19 mt 1.7.204.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5ba06cf34790fe82734f2452d781d333372a163f]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/17 16:04:01 mt 1.1.1.1.386.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:19 mt 1.1.1.1.386.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:42:33 mt 1.1.1.1.386.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2003/12/05 13:22:18 mt 1.1.1.1.386.1: #i23061# Code cleanups, fixed gcc WAll warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [06b3baecccd31b67c6ec9bb8346348bf5eb1bfcc]

INTEGRATION: CWS vclcleanup02 (1.3.344); FILE MERGED 2003/12/17 16:04:00 mt 1.3.344.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:19 mt 1.3.344.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2c5afa4789c5ceb14de6b28ae6cf16becd7613ee]

INTEGRATION: CWS vclcleanup02 (1.17.156); FILE MERGED 2003/12/17 16:03:57 mt 1.17.156.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/11 13:35:22 mt 1.17.156.4: #i23061# VCL cleanup, removed Dummy members and old AccessNotify 2003/12/10 15:59:18 mt 1.17.156.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:40:33 mt 1.17.156.2: RESYNC: (1.17-1.18); FILE MERGED 2003/12/05 13:28:34 mt 1.17.156.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [932d218b9cf131f72cbd8a0910422e861f858b77]

INTEGRATION: CWS vclcleanup02 (1.10.344); FILE MERGED 2003/12/17 16:03:56 mt 1.10.344.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:18 mt 1.10.344.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5e1ceead137b5f4f2ea3651e71c111dc2412bc85]

INTEGRATION: CWS vclcleanup02 (1.3.350); FILE MERGED 2003/12/17 16:03:56 mt 1.3.350.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:17 mt 1.3.350.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [afa0147518fe17ccecaa63f8447cf52b4c013deb]

INTEGRATION: CWS vclcleanup02 (1.2.350); FILE MERGED 2003/12/17 16:03:55 mt 1.2.350.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:17 mt 1.2.350.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:40:20 mt 1.2.350.2: RESYNC: (1.2-1.3); FILE MERGED 2003/12/05 13:28:33 mt 1.2.350.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [6aa0dab27e1cd172c1b59ff94b65bc17de28b5fe]

INTEGRATION: CWS vclcleanup02 (1.8.348); FILE MERGED 2003/12/17 16:03:54 mt 1.8.348.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:16 mt 1.8.348.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:40:04 mt 1.8.348.2: RESYNC: (1.8-1.9); FILE MERGED 2003/12/05 13:28:32 mt 1.8.348.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f44f9ce169bdd930a45c4206b900264a933b307f]

INTEGRATION: CWS vclcleanup02 (1.2.4); FILE MERGED 2003/12/17 16:03:53 mt 1.2.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:16 mt 1.2.4.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a166f72f4b2e58545a221fdc51052f714b46a1d9]

INTEGRATION: CWS vclcleanup02 (1.2.4); FILE MERGED 2003/12/17 16:03:52 mt 1.2.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:16 mt 1.2.4.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ce249ab480d876d9bd1a9237685eaec7e63ae5ed]

INTEGRATION: CWS vclcleanup02 (1.5.168); FILE MERGED 2003/12/16 18:15:12 mt 1.5.168.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [8a264e3c8f3c7d271848ce2cb37ab048aade445f]

INTEGRATION: CWS vclcleanup02 (1.22.156); FILE MERGED 2003/12/17 16:03:51 mt 1.22.156.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:15 mt 1.22.156.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:41:52 mt 1.22.156.2: RESYNC: (1.22-1.23); FILE MERGED 2003/12/05 13:28:31 mt 1.22.156.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d8cc1fb3e119204ce7811366b0bf14bf61e9f934]

INTEGRATION: CWS vclcleanup02 (1.6.4); FILE MERGED 2003/12/17 16:03:50 mt 1.6.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:15 mt 1.6.4.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2dfffc8825075fde8a6ea04c645188ca062de7ef]

INTEGRATION: CWS vclcleanup02 (1.7.346); FILE MERGED 2003/12/17 16:03:48 mt 1.7.346.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/11 13:35:21 mt 1.7.346.1: #i23061# VCL cleanup, removed Dummy members and old AccessNotify


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c8132f42e03cc40627720a7a29d1bdeb231a1fea]

INTEGRATION: CWS vclcleanup02 (1.41.204); FILE MERGED 2003/12/17 16:03:46 mt 1.41.204.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:15 mt 1.41.204.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:40:51 mt 1.41.204.2: RESYNC: (1.41-1.42); FILE MERGED 2003/12/05 13:28:31 mt 1.41.204.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c543e493866210d49e1ec423ba8af8dcf1870189]

INTEGRATION: CWS vclcleanup02 (1.3.4); FILE MERGED 2003/12/17 16:03:45 mt 1.3.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:14 mt 1.3.4.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [8b2b808f009824bd1981e2faf822367d9867091c]

INTEGRATION: CWS vclcleanup02 (1.11.4); FILE MERGED 2003/12/17 16:03:45 mt 1.11.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:14 mt 1.11.4.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [50ed9acd29a7fb10a5f7aed51c5ffc298261ed6f]

INTEGRATION: CWS vclcleanup02 (1.2.4); FILE MERGED 2003/12/17 16:03:43 mt 1.2.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:14 mt 1.2.4.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f96d58135706eb4f7551c6dfeeeda0ffda6deff7]

INTEGRATION: CWS vclcleanup02 (1.13.50); FILE MERGED 2003/12/17 16:03:41 mt 1.13.50.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:13 mt 1.13.50.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:41:59 mt 1.13.50.2: RESYNC: (1.13-1.14); FILE MERGED 2003/12/05 13:28:30 mt 1.13.50.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [632cf16fb8059e8d735d395fac94f1b779f43dc7]

INTEGRATION: CWS vclcleanup02 (1.9.342); FILE MERGED 2003/12/17 16:03:39 mt 1.9.342.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:13 mt 1.9.342.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:41:13 mt 1.9.342.2: RESYNC: (1.9-1.10); FILE MERGED 2003/12/05 13:28:29 mt 1.9.342.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c57bb025c0f91607a7067fbf1754d5d5478b3222]

INTEGRATION: CWS vclcleanup02 (1.59.156); FILE MERGED 2003/12/17 16:03:37 mt 1.59.156.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:12 mt 1.59.156.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:40:57 mt 1.59.156.2: RESYNC: (1.59-1.60); FILE MERGED 2003/12/05 13:28:28 mt 1.59.156.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3fdd41c53821741a964d07be26625c390527452e]

INTEGRATION: CWS vclcleanup02 (1.10.166); FILE MERGED 2003/12/17 16:03:37 mt 1.10.166.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:12 mt 1.10.166.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:41:31 mt 1.10.166.2: RESYNC: (1.10-1.11); FILE MERGED 2003/12/05 13:28:28 mt 1.10.166.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5fcc8763154cc223fffd1bcf52a19061cf491eab]

INTEGRATION: CWS vclcleanup02 (1.26.50); FILE MERGED 2003/12/17 16:03:34 mt 1.26.50.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:11 mt 1.26.50.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:40:26 mt 1.26.50.2: RESYNC: (1.26-1.27); FILE MERGED 2003/12/05 13:28:27 mt 1.26.50.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b8aaff21257e5f717a7a5e7fba3b243e5ed3ca2d]

INTEGRATION: CWS vclcleanup02 (1.22.50); FILE MERGED 2003/12/17 16:03:33 mt 1.22.50.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:11 mt 1.22.50.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:41:37 mt 1.22.50.2: RESYNC: (1.22-1.24); FILE MERGED 2003/12/05 13:28:27 mt 1.22.50.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [0f65875a4bb3d47375f8b04fc86888990dfc0cc2]

INTEGRATION: CWS vclcleanup02 (1.3.4); FILE MERGED 2003/12/17 16:03:31 mt 1.3.4.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5aa341fe94e977742e1b878a5e12db36481d1d48]

INTEGRATION: CWS vclcleanup02 (1.43.4); FILE MERGED 2003/12/17 16:03:29 mt 1.43.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:10 mt 1.43.4.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [8b660981f6e0310260bb4a94e1317189ddf592b0]

INTEGRATION: CWS vclcleanup02 (1.28.12); FILE MERGED 2003/12/17 16:03:28 mt 1.28.12.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:10 mt 1.28.12.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:45:51 mt 1.28.12.2: RESYNC: (1.28-1.29); FILE MERGED 2003/12/05 13:28:24 mt 1.28.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d65935f10efdad5e76fa99ea711b1041d809b593]

INTEGRATION: CWS vclcleanup02 (1.45.12); FILE MERGED 2003/12/17 16:03:27 mt 1.45.12.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/11 13:35:20 mt 1.45.12.4: #i23061# VCL cleanup, removed Dummy members and old AccessNotify 2003/12/10 15:59:09 mt 1.45.12.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:46:14 mt 1.45.12.2: RESYNC: (1.45-1.46); FILE MERGED 2003/12/05 13:28:23 mt 1.45.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7a4d7cd2b1a66a753f37c5ece2d4b87ec3e9adf3]

INTEGRATION: CWS vclcleanup02 (1.2.4); FILE MERGED 2003/12/17 16:03:26 mt 1.2.4.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f4ce4160606ba5886e7a4bb49b032d2e6e6b02eb]

INTEGRATION: CWS vclcleanup02 (1.8.4); FILE MERGED 2003/12/17 16:03:26 mt 1.8.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:11 mt 1.8.4.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [bde56c255f194db23b29e179aab0f6e975ccb16e]

INTEGRATION: CWS vclcleanup02 (1.39.12); FILE MERGED 2003/12/17 16:03:25 mt 1.39.12.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:10 mt 1.39.12.3: #i23061# And more cleanups... 2003/12/05 16:45:46 mt 1.39.12.2: RESYNC: (1.39-1.40); FILE MERGED 2003/12/05 13:28:23 mt 1.39.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e745178bfd20a020e01b4f8e2488ba653f34881d]

INTEGRATION: CWS vclcleanup02 (1.11.12); FILE MERGED 2003/12/16 18:15:10 mt 1.11.12.4: #i23061# And more cleanups... 2003/12/11 13:35:20 mt 1.11.12.3: #i23061# VCL cleanup, removed Dummy members and old AccessNotify 2003/12/10 15:59:08 mt 1.11.12.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:28:22 mt 1.11.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3ba5dff3fc2a4f0e167343e8a9e9c06da0b51fe1]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/17 16:03:24 mt 1.1.1.1.386.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ed4875a2f9431f663bc277fff3ec73fcc9675193]

INTEGRATION: CWS vclcleanup02 (1.23.156); FILE MERGED 2003/12/17 16:03:23 mt 1.23.156.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/05 16:45:31 mt 1.23.156.2: RESYNC: (1.23-1.25); FILE MERGED 2003/12/05 13:28:21 mt 1.23.156.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [234dcdc59d945999c39c921c083f5422d2593ee3]

INTEGRATION: CWS vclcleanup02 (1.12.340); FILE MERGED 2003/12/17 16:03:22 mt 1.12.340.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:09 mt 1.12.340.4: #i23061# And more cleanups... 2003/12/10 15:59:08 mt 1.12.340.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:45:56 mt 1.12.340.2: RESYNC: (1.12-1.13); FILE MERGED 2003/12/05 13:28:20 mt 1.12.340.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [fc2f24855962dce3c7ae1242a9f2ee08e7aa767e]

INTEGRATION: CWS vclcleanup02 (1.31.12); FILE MERGED 2003/12/11 13:35:19 mt 1.31.12.3: #i23061# VCL cleanup, removed Dummy members and old AccessNotify 2003/12/10 15:59:06 mt 1.31.12.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:28:18 mt 1.31.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [20eec13c2b2148d5f51c73d7d26752a078042e4d]

INTEGRATION: CWS vclcleanup02 (1.6.380); FILE MERGED 2003/12/18 09:45:27 mt 1.6.380.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [999f31d991342306e4d60aeeaf384808bfaad366]

INTEGRATION: CWS vclcleanup02 (1.44.374); FILE MERGED 2003/12/18 09:45:26 mt 1.44.374.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e9cfddd7a4559d0871478548816fc9085d066df6]

INTEGRATION: CWS vclcleanup02 (1.6.350); FILE MERGED 2003/12/16 18:15:01 mt 1.6.350.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7c582aadc54ab566f97d69563e0408cf70ad1b54]

INTEGRATION: CWS vclcleanup02 (1.14.350); FILE MERGED 2003/12/18 09:45:25 mt 1.14.350.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [52847e71815f11571530cd8377e92a07320d4e4e]

INTEGRATION: CWS vclcleanup02 (1.4.380); FILE MERGED 2003/12/18 09:45:24 mt 1.4.380.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [04c36d15a76fac5dd00db403419ae91357b550d6]

INTEGRATION: CWS vclcleanup02 (1.5.376); FILE MERGED 2003/12/18 09:45:24 mt 1.5.376.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [bfc3e7e5e2eac04a856b2eef919ec0e41ae0c30e]

INTEGRATION: CWS vclcleanup02 (1.3.384); FILE MERGED 2003/12/18 09:45:24 mt 1.3.384.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [65caf742c4f28bf8fd7ffc82c44a23b57fe9e0d4]

INTEGRATION: CWS vclcleanup02 (1.2.376); FILE MERGED 2003/12/18 09:45:23 mt 1.2.376.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2ea6c51e4774a5db7b965fa0cd1af9a83ded396c]

INTEGRATION: CWS vclcleanup02 (1.5.350); FILE MERGED 2003/12/18 09:45:22 mt 1.5.350.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7a38be23296aaaf6bde659fd31b3441a8df7cd12]

INTEGRATION: CWS vclcleanup02 (1.57.346); FILE MERGED 2003/12/18 09:45:22 mt 1.57.346.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [9b91bdc391f9fe6b9a5fc50fbd8361f0ec2d1024]

INTEGRATION: CWS vclcleanup02 (1.3.374); FILE MERGED 2003/12/18 09:45:21 mt 1.3.374.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c5693978d81a201938198813be73b453f836318f]

INTEGRATION: CWS vclcleanup02 (1.21.376); FILE MERGED 2003/12/18 09:45:20 mt 1.21.376.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b216e41a5479ccda0003e4debab68a2483913a12]

INTEGRATION: CWS vclcleanup02 (1.2.376); FILE MERGED 2003/12/18 09:45:19 mt 1.2.376.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [21ae1980ae8974e89b8f9b660c5b6b899f7af5a8]

INTEGRATION: CWS vclcleanup02 (1.7.350); FILE MERGED 2003/12/16 18:15:00 mt 1.7.350.1: #i23061# And more cleanups...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3324eacfdcd34a8a5babd64930974b43063d3e98]

INTEGRATION: CWS vclcleanup02 (1.8.380); FILE MERGED 2003/12/18 09:45:18 mt 1.8.380.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2cf7b1ca6ef8475067a017e81258fb636578e416]

INTEGRATION: CWS vclcleanup02 (1.2.382); FILE MERGED 2003/12/18 09:45:17 mt 1.2.382.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/05 13:28:16 mt 1.2.382.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [0de098168a2d53653d98e4af3d9f940b63ef6a76]

INTEGRATION: CWS vclcleanup02 (1.31.350); FILE MERGED 2003/12/18 09:45:16 mt 1.31.350.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:14:59 mt 1.31.350.2: #i23061# And more cleanups... 2003/12/05 13:28:15 mt 1.31.350.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e2bead29da10558a7894a990db2012b0aad53596]

INTEGRATION: CWS vclcleanup02 (1.5.380); FILE MERGED 2003/12/18 09:45:15 mt 1.5.380.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [79b642e4291835959d1c78ed2ef14be5cfe337c4]

INTEGRATION: CWS vclcleanup02 (1.11.114); FILE MERGED 2003/12/04 17:10:16 mt 1.11.114.1: #i23061# Removed/Changed old StarView stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a194af2a8837c0a08a273afd8302f8385abec976]

INTEGRATION: CWS vclcleanup02 (1.2.210); FILE MERGED 2003/12/04 17:10:15 mt 1.2.210.1: #i23061# Removed/Changed old StarView stuff


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [154adde69a76c0d96c251d5c9daf14c09eb5b18d]

INTEGRATION: CWS vclcleanup02 (1.1.1.1.220); FILE MERGED 2003/12/11 08:27:10 mt 1.1.1.1.220.1: #i23061# VCL cleanup, removed headers, methods and types...


2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [db9eae7f6b3c525e011a50d52316dd15431f93bf]

INTEGRATION: CWS vclcleanup02 (0); FILE MERGED


2004-01-05  Oliver Bolte  <obo@openoffice.org>  [335fdbd42602163e8a6f4ddb631b6175b8403d16]

INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/18 14:32:32 sw 1.1.2.1: #114449#


2004-01-05  Oliver Bolte  <obo@openoffice.org>  [660f0009573dade27dad31cdbf31547e09d1a47e]

INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/18 14:31:07 sw 1.1.2.1: #114449#


2004-01-05  Oliver Bolte  <obo@openoffice.org>  [164ced48c23204eb430aaaf5ffd653d3777939c1]

INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/18 14:30:41 sw 1.1.2.1: #114449#


2004-01-05  Oliver Bolte  <obo@openoffice.org>  [103b45ab7e730f33d254f49a97c549fefb6354a2]

INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 12:36:11 sw 1.1.2.1: #114449#


2004-01-05  Oliver Bolte  <obo@openoffice.org>  [ddf43dc06a90d0ccebe5ff57d1ecd12bf6f88c1d]

INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 12:35:20 sw 1.1.2.1: #114449#


2004-01-05  Oliver Bolte  <obo@openoffice.org>  [0cc9994173929ec8a74949387894426a9cb44d33]

INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 12:34:32 sw 1.1.2.1: #114449#


2004-01-05  Oliver Bolte  <obo@openoffice.org>  [48ac239a6de8947789f214c235254ab7c804ea35]

INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 12:34:52 sw 1.1.2.1: #114449#


2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [79157f7baefe90a0ae11607c5ddea3f3d056f9ac]

INTEGRATION: CWS dialogfactory (1.10.240); FILE MERGED 2003/12/15 17:18:41 mba 1.10.240.1: #i23574#: new dialog factory


2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [e484ef5c0df2b16102c4e49eac2f6464c3f5a297]

INTEGRATION: CWS dialogfactory (1.1.4); FILE ADDED 2003/12/15 17:18:11 mba 1.1.4.1: #i23574#: new dialog factory


2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [5ac639bfa80bb4a0eea66b66ab4b35933e49d9a2]

INTEGRATION: CWS dialogfactory (1.31.20); FILE MERGED 2003/12/15 17:19:00 mba 1.31.20.1: #i23574#: new dialog factory


2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [ba16e7fe1cc65e7e906973181eaf956498f4e5f0]

INTEGRATION: CWS ivo04 (1.30.34); FILE MERGED 2003/12/23 12:51:35 ihi 1.30.34.1: #110250# #i15636# #110908# Write Unix lineends && additional \n removed


2003-12-19  Vladimir Glazounov  <vg@openoffice.org>  [890d3f9382ddea77e5c541692b9ae4b69a887504]

#100000# removed obsolete dependencies


2003-12-18  Kurt Zenker  <kz@openoffice.org>  [6ee7ec56ce3f0139209c3efa5a0849967edbb4af]

new version for SRC680


2003-12-18  Kurt Zenker  <kz@openoffice.org>  [e04fa718f787aa467b6752dcd0ea5b5ae715a880]

new version for SRC680


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [7947e5eab7394835303ff7fc162bdf9d6d0bcbdd]

INTEGRATION: CWS geordi2q11 (1.17.146); FILE MERGED 2003/12/16 16:25:29 hr 1.17.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [6fdfb5ad9a4bd8211bb44293e4c4387e7ff22263]

INTEGRATION: CWS geordi2q11 (1.20.146); FILE MERGED 2003/12/16 16:25:24 hr 1.20.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e1f39e67f20c846765e5f422025171532a23bc26]

INTEGRATION: CWS geordi2q11 (1.51.146); FILE MERGED 2003/12/16 16:25:23 hr 1.51.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ed2f0a23529ed9de06d136b083f2e386f471e646]

INTEGRATION: CWS geordi2q11 (1.45.146); FILE MERGED 2003/12/16 16:25:20 hr 1.45.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [25282cbb2bb7c0fbf13d8474219540fc93ae2242]

INTEGRATION: CWS geordi2q11 (1.23.146); FILE MERGED 2003/12/16 16:25:19 hr 1.23.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [33772562d56b2edede5fcfbb048fdbf278bd5fd5]

INTEGRATION: CWS geordi2q11 (1.17.146); FILE MERGED 2003/12/16 16:25:15 hr 1.17.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f56db06eed90c7015a0e581d98d179ee18fbb373]

INTEGRATION: CWS geordi2q11 (1.26.146); FILE MERGED 2003/12/16 16:25:14 hr 1.26.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9fc03f8832f15a70220344d192bcedc5204bbe80]

INTEGRATION: CWS geordi2q11 (1.23.146); FILE MERGED 2003/12/16 16:25:12 hr 1.23.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b6ecd175d036ac5a653dfdf07e1fa9659a1af5c2]

INTEGRATION: CWS geordi2q11 (1.28.146); FILE MERGED 2003/12/16 16:25:07 hr 1.28.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [c1c730df41f7651ede984b3fd1481aa761761ddc]

INTEGRATION: CWS geordi2q11 (1.33.146); FILE MERGED 2003/12/16 16:25:05 hr 1.33.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [93af47157d00397bd1ff4a0393e1c9155b5159d9]

INTEGRATION: CWS geordi2q11 (1.41.146); FILE MERGED 2003/12/16 16:25:04 hr 1.41.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9694114c010f590302a4438d0e496a70fa199b07]

INTEGRATION: CWS geordi2q11 (1.36.146); FILE MERGED 2003/12/16 16:25:03 hr 1.36.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a5e7cca1278de76ce707d1008e1b491d5a1ff508]

INTEGRATION: CWS geordi2q11 (1.23.146); FILE MERGED 2003/12/16 16:25:02 hr 1.23.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [2db6fd1fcec31fef27e98622c4115f96f66e0912]

INTEGRATION: CWS geordi2q11 (1.23.146); FILE MERGED 2003/12/16 16:25:00 hr 1.23.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [88921d82b2a16368b0a3f524990df54f43f17acc]

INTEGRATION: CWS geordi2q11 (1.47.122); FILE MERGED 2003/12/16 16:24:59 hr 1.47.122.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [77de103b2ebb23648c1a21a2157a82da5834e46d]

INTEGRATION: CWS geordi2q11 (1.6.146); FILE MERGED 2003/12/16 16:24:57 hr 1.6.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [0bc1637e06d32df3e5f19be0b71673044de1543c]

INTEGRATION: CWS geordi2q11 (1.29.146); FILE MERGED 2003/12/16 16:24:56 hr 1.29.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [61594df9433fdc283395178738ac334540c043ac]

INTEGRATION: CWS geordi2q11 (1.52.146); FILE MERGED 2003/12/16 16:24:55 hr 1.52.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [166a14d8e2fd986b576b535e9b7ef77ffb32b17b]

INTEGRATION: CWS geordi2q11 (1.6.146); FILE MERGED 2003/12/16 16:24:54 hr 1.6.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b56480b351810b76cee52969ff25516a1f9b8b1b]

INTEGRATION: CWS geordi2q11 (1.56.146); FILE MERGED 2003/12/16 16:24:52 hr 1.56.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d82923bbddbf1197c36fc3b31d07d2cd2cbed9dd]

INTEGRATION: CWS geordi2q11 (1.8.146); FILE MERGED 2003/12/16 16:24:51 hr 1.8.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [8879a92652f4b51b88250a694d5567905f07f9e4]

INTEGRATION: CWS geordi2q11 (1.28.146); FILE MERGED 2003/12/16 16:24:50 hr 1.28.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [706fba4aaa05652217bf97fc05f1321796ea5e1c]

INTEGRATION: CWS geordi2q11 (1.20.66); FILE MERGED 2003/12/16 16:24:46 hr 1.20.66.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [25a2b61f981138372a8afd206fc64a2f3784363f]

INTEGRATION: CWS geordi2q11 (1.5.240); FILE MERGED 2003/12/16 16:24:44 hr 1.5.240.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [18cee34826b96c4d6aaad72c443ca9bdebad65d1]

INTEGRATION: CWS geordi2q11 (1.9.66); FILE MERGED 2003/12/16 14:01:58 hr 1.9.66.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [64e36a467e9b6a9c87b4c1298febce0bff46f84e]

INTEGRATION: CWS geordi2q11 (1.21.18); FILE MERGED 2003/12/16 14:01:57 hr 1.21.18.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [8be9aca965d1fb24f94ed76d5d927787cc52cf74]

INTEGRATION: CWS geordi2q11 (1.22.18); FILE MERGED 2003/12/16 14:01:56 hr 1.22.18.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [0a5f509f2c6b0f04606daa0648b04f3947b449e8]

INTEGRATION: CWS geordi2q11 (1.17.48); FILE MERGED 2003/12/16 14:01:55 hr 1.17.48.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [5e51d0e53adfc832e053570791728fc223416f25]

INTEGRATION: CWS geordi2q11 (1.3.8); FILE MERGED 2003/12/16 14:00:10 hr 1.3.8.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [c85d37df71e2e7f2ec305eb3f328e55d8f62505b]

INTEGRATION: CWS geordi2q11 (1.3.106); FILE MERGED 2003/12/16 14:01:54 hr 1.3.106.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ca9628e973bec4251b818d5a593f3eab13e78c07]

INTEGRATION: CWS geordi2q11 (1.14.66); FILE MERGED 2003/12/16 14:01:53 hr 1.14.66.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [63533415003bb68b7b2d0294befdade65770988e]

INTEGRATION: CWS geordi2q11 (1.41.6); FILE MERGED 2003/12/16 14:01:50 hr 1.41.6.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b62c1ffd4ba103464e755db6443eaceae6b63bfd]

INTEGRATION: CWS geordi2q11 (1.1.1.1.206); FILE MERGED 2003/12/17 11:21:38 hr 1.1.1.1.206.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a4fc6b51fb9f20e99a573c98c1471209dd60a5ab]

INTEGRATION: CWS geordi2q11 (1.25.38); FILE MERGED 2003/12/17 11:21:37 hr 1.25.38.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [0bdf4d68ee892acd86728924ebd7e1c05752cda2]

INTEGRATION: CWS geordi2q11 (1.1.1.1.166); FILE MERGED 2003/12/16 12:42:41 hr 1.1.1.1.166.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [262041f5afb96ef08f69efc2592f60fecb2c202b]

INTEGRATION: CWS geordi2q11 (1.2.128); FILE MERGED 2003/12/16 12:42:40 hr 1.2.128.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f54ee62f0aa6c340660e405a5a459bf4eb8fddea]

INTEGRATION: CWS geordi2q11 (1.3.128); FILE MERGED 2003/12/16 12:42:38 hr 1.3.128.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a592ba835e294679099e0a21fd557aee2bdc820c]

INTEGRATION: CWS geordi2q11 (1.37.52); FILE MERGED 2003/12/16 12:42:35 hr 1.37.52.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [10f375fa3f6536faaa8f2b1b15d063c4128e048e]

INTEGRATION: CWS geordi2q11 (1.42.52); FILE MERGED 2003/12/16 12:42:33 hr 1.42.52.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [046beaac13e279e80420ec9dd3a6dbdfaaa823b3]

INTEGRATION: CWS geordi2q11 (1.16.52); FILE MERGED 2003/12/16 12:42:30 hr 1.16.52.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [35a3e71e120949c7c57f964bc2042dd888ff44bd]

INTEGRATION: CWS geordi2q11 (1.14.52); FILE MERGED 2003/12/16 12:42:26 hr 1.14.52.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [6daf01ad004d2df99b9e2cdd6ba48188f512c154]

INTEGRATION: CWS geordi2q11 (1.19.52); FILE MERGED 2003/12/16 12:42:24 hr 1.19.52.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d1448eabf79b734b6f7d26e3e9f64112456a9887]

INTEGRATION: CWS geordi2q11 (1.15.52); FILE MERGED 2003/12/16 12:42:22 hr 1.15.52.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [63b92a3231500e7830850cf7790808aac9828d95]

INTEGRATION: CWS geordi2q11 (1.14.52); FILE MERGED 2003/12/16 12:42:20 hr 1.14.52.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a552f9d9b8cecb6560a1df7394d15260a9662ef9]

INTEGRATION: CWS geordi2q11 (1.25.52); FILE MERGED 2003/12/16 12:42:18 hr 1.25.52.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [c9689a157c6f3a3dfd980419e0ed730f1bbff81a]

INTEGRATION: CWS geordi2q11 (1.6.76); FILE MERGED 2003/12/16 12:44:54 hr 1.6.76.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9167628136d3d53727f73828f39395ea6ece11ec]

INTEGRATION: CWS geordi2q11 (1.2.38); FILE MERGED 2003/12/16 12:45:34 hr 1.2.38.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [de9e7b232c5ce58ecf5fe2f85bc8138931938949]

INTEGRATION: CWS geordi2q11 (1.12.4); FILE MERGED 2003/12/17 11:23:17 hr 1.12.4.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [0e495537518161bfde3938eeebaccfca0153f31a]

INTEGRATION: CWS geordi2q11 (1.22.56); FILE MERGED 2003/12/17 11:23:17 hr 1.22.56.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [5cc51f5c49b1fa56218d98459a05c826682d15bd]

INTEGRATION: CWS geordi2q11 (1.35.4); FILE MERGED 2003/12/17 11:23:16 hr 1.35.4.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d798f074a12881eb71c4a4a7e00c3ecf5ed60422]

INTEGRATION: CWS geordi2q11 (1.6.50); FILE MERGED 2003/12/17 11:23:15 hr 1.6.50.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b28a261d5c458b67da0b6b975fb6f8ef7402ee77]

INTEGRATION: CWS geordi2q11 (1.37.44); FILE MERGED 2003/12/16 13:58:01 hr 1.37.44.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a43a97c3d539769de07439b8831e505936c70a90]

INTEGRATION: CWS geordi2q11 (1.5.68); FILE MERGED 2003/12/15 16:13:43 hr 1.5.68.1: #111934#: join CWS gnomeaccpp1r1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [25b9b7392d440fc8aa23583f36f5ce56dacc17de]

INTEGRATION: CWS geordi2q11 (1.49.46); FILE MERGED 2003/12/16 13:58:00 hr 1.49.46.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e768ad1e270719a77cd8469de299a5512ecc40e9]

INTEGRATION: CWS geordi2q11 (1.13.124); FILE MERGED 2003/12/17 11:32:37 hr 1.13.124.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [cf6456b0073615a14a99109f0987862c30406bea]

INTEGRATION: CWS geordi2q11 (1.42.146); FILE MERGED 2003/12/17 11:32:37 hr 1.42.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [69c331594b0b6ab9f0db3df287996e4546106650]

INTEGRATION: CWS geordi2q11 (1.25.146); FILE MERGED 2003/12/17 11:32:36 hr 1.25.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b2564a161a263fd569a1bf6880e8bc841b20e0ca]

INTEGRATION: CWS geordi2q11 (1.33.146); FILE MERGED 2003/12/17 11:32:36 hr 1.33.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [153f50de7969f16b3d4886a5e5a0b9d22d32811b]

INTEGRATION: CWS geordi2q11 (1.33.146); FILE MERGED 2003/12/17 11:32:35 hr 1.33.146.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a961906fed08276614b3cb773682fa82da5a0111]

INTEGRATION: CWS geordi2q11 (1.22.158); FILE MERGED 2003/12/17 11:32:35 hr 1.22.158.1: #111934#: join CWS ooo111fix1


2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [092975c1bccb5fb7378b38afffb8ed5155d2e546]

INTEGRATION: CWS geordi2q11 (1.24.14); FILE MERGED 2003/12/17 11:32:33 hr 1.24.14.1: #111934#: join CWS ooo111fix1


2003-12-12  Kurt Zenker  <kz@openoffice.org>  [5ed3a5366d233767b183235e280fed3b0ed08e95]

new version for SRC680


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [b778e621bceeb43e7fc5d588574e4755929b0e78]

new version for SRC680


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [84cfc69bc2052b3c17ee8279a217dc346e3c6c89]

new version for SRC680


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [ad472a0a80a6b946c6f7d1117f10c9ada93f395c]

INTEGRATION: CWS frmcontrols01 (1.11.84); FILE MERGED 2003/11/12 13:48:04 fs 1.11.84.3: typo 2003/11/12 13:39:02 fs 1.11.84.2: added description for ScrollBarControl in the course of #21277# 2003/10/29 07:09:26 fs 1.11.84.1: #i21605# component descriptions for scroll bar and spin button components


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [4cba4198a7daf0fa2ed0ad7dc413e3ce737411a6]

INTEGRATION: CWS frmcontrols01 (1.5.194); FILE MERGED 2003/10/27 11:39:00 fs 1.5.194.1: #i21605# spin button control/model service names


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [0e7b6a7bf525340cbc82b8e1bd53250c928b9f94]

INTEGRATION: CWS frmcontrols01 (1.8.98); FILE MERGED 2003/10/27 11:39:56 fs 1.8.98.2: #i21605# spin button control/model services 2003/10/22 13:40:29 fs 1.8.98.1: #i21277#


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [2316a14fa830d569465ee38570307ac230e1b66d]

INTEGRATION: CWS frmcontrols01 (1.19.42); FILE MERGED 2003/10/29 07:08:42 fs 1.19.42.3: #i21605# +BASEPROPERTY_REPEAT 2003/10/27 11:38:29 fs 1.19.42.2: #i21605# spin button control/model properties 2003/10/22 13:39:24 fs 1.19.42.1: #i21277# added some new scrollbar properties


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [e2abb9f67e43db4616ab72de80fec3b1bc850240]

INTEGRATION: CWS frmcontrols01 (1.60.48); FILE MERGED 2003/10/30 14:23:51 fs 1.60.48.2: #i21680# Repeat and RepeatDelay also for currency, date, time, numeric, and formatted field 2003/10/22 13:42:49 fs 1.60.48.1: outsourced UnoControlScrollBar/Model to tkscrollbar.hxx during #21277#


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [9030582dbdc44a96251377d8cb5882448c7fda76]

INTEGRATION: CWS frmcontrols01 (1.32.98); FILE MERGED 2003/10/30 14:24:21 fs 1.32.98.3: #i21680# also provide default for Repeat 2003/10/27 11:23:33 fs 1.32.98.2: #i21605# spin control/model related property defaults 2003/10/22 13:41:43 fs 1.32.98.1: #i21277# added defaults for some new scrollbar properties


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [ddc28c5920717219f2903cfc66938771e89a90f9]

INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/10/31 09:31:41 fs 1.1.2.4: #i21605# don't add as peer-adjustmentlistener twice 2003/10/29 11:42:37 fs 1.1.2.3: #i21605# add as AdjustmentListener to the peer when creating it 2003/10/29 07:08:30 fs 1.1.2.2: #i21605# more implementations for the spin button control 2003/10/27 11:25:13 fs 1.1.2.1: #i21605# initial checkin - spin button control/model


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [5f1ca31da2a0039e77c009ce6364663799983e8d]

INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/10/31 10:16:49 fs 1.1.2.3: #i21952# TabStop property 2003/10/27 11:22:55 fs 1.1.2.2: #i21605# RepeatDelay property default moved to base class 2003/10/22 13:42:21 fs 1.1.2.1: outsourced UnoControlScrollBar/Model from unocontrols.cxx to tkscrollbar.cxx during #21277#


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [907ced4e2888736cd1f35bb9f9d8e46752410e8d]

INTEGRATION: CWS frmcontrols01 (1.8.98); FILE MERGED 2003/10/27 11:25:48 fs 1.8.98.2: #i21605# +tkspinbutton 2003/10/22 13:42:35 fs 1.8.98.1: #i21277# +tkscrollbar.*


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [140347070964b0bc634dd5d30f4512e63249c83b]

INTEGRATION: CWS frmcontrols01 (1.17.98); FILE MERGED 2003/10/27 11:21:47 fs 1.17.98.1: #i21605# +OCommonGeometryControlModel


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [f2aea14d001de3e9daba97e520a366298b449fbd]

INTEGRATION: CWS frmcontrols01 (1.3.98); FILE MERGED 2003/10/30 14:23:50 fs 1.3.98.1: #i21680# Repeat and RepeatDelay also for currency, date, time, numeric, and formatted field


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [ab7b6010e803e13aee2257b4790fa505ca01934f]

INTEGRATION: CWS frmcontrols01 (1.4.62); FILE MERGED 2003/10/27 11:24:55 fs 1.4.62.2: #i21605# allow to create control models from arbitrary service names (as long as they support the UnoControlModel service) 2003/10/22 13:41:07 fs 1.4.62.1: #i21277#


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [281b298eac6532d7c2105866677b070e4c3a0790]

INTEGRATION: CWS frmcontrols01 (1.43.16); FILE MERGED 2003/10/27 11:28:00 fs 1.43.16.2: #i21605# SymbolColor handling moved to base class 2003/10/22 13:40:03 fs 1.43.16.1: #i21277# added some new scrollbar properties


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [ee9dfbc53c9b6c167e84c0e6849fd1d798b5b9af]

INTEGRATION: CWS frmcontrols01 (1.42.16); FILE MERGED 2003/10/30 14:24:58 fs 1.42.16.3: #i21680# also handle property Repeat 2003/10/27 11:27:25 fs 1.42.16.2: #i21605# SymbolColor handling 2003/10/22 13:40:48 fs 1.42.16.1: #i21277# handle RepeatDelay property in a generic way


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [2c747c27c8023713d56969efef7690b023b50b5f]

INTEGRATION: CWS frmcontrols01 (1.33.16); FILE MERGED 2003/10/27 11:26:54 fs 1.33.16.1: #i21605# own class for spin button peer


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [861631c2d571da998d386f467af8527ee1db7aad]

INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/10/30 14:25:14 fs 1.1.2.3: #i21680# Repeat property handled by base class 2003/10/29 07:08:00 fs 1.1.2.2: #i21605# more implementations for the spin button control 2003/10/27 11:26:16 fs 1.1.2.1: #i21605# initial checkin - spin button peer


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [ba6149728342d0129b06d6cbab0eab1eff47d4f8]

INTEGRATION: CWS frmcontrols01 (1.25.20); FILE MERGED 2003/10/27 11:26:31 fs 1.25.20.1: #i21605# +vclxspinbutton


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [061c21456e603b86dce890d34221bdcecbfe1092]

INTEGRATION: CWS frmcontrols01 (1.5.194); FILE MERGED 2003/10/27 11:20:40 fs 1.5.194.1: #i21605# spin button control/model service names


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [255706370fc96a1e5f8eb18b1a2e291f92de0f92]

INTEGRATION: CWS frmcontrols01 (1.14.42); FILE MERGED 2003/10/29 07:08:26 fs 1.14.42.3: #i21605# +BASEPROPERTY_REPEAT 2003/10/27 11:20:13 fs 1.14.42.2: #i21605# SPINVALUE/MIN/MAX/INCREMENT 2003/10/22 13:38:51 fs 1.14.42.1: #i21277# added some new scrollbar properties


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [76c5d9f4b0878c67dd5f4160dc6b5a6a236f9ae7]

INTEGRATION: CWS frmcontrols01 (1.29.62); FILE MERGED 2003/10/22 13:38:06 fs 1.29.62.1: outsourced UnoControlScrollBar/Model to tkscrollbar.hxx during #21277#


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [24cce3b68e42a5b5a218efdf3ab2eb8adc40461a]

INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/10/29 07:07:47 fs 1.1.2.2: #i21605# more implementations for the spin button control 2003/10/27 11:18:42 fs 1.1.2.1: #i21605# initial checkin - spin button control/model


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [ba18c6a4f2248443d1592d798fc89068c14c7431]

INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/10/22 13:43:07 fs 1.1.2.1: outsourced UnoControlScrollBar/Model from unocontrols.hxx to tkscrollbar.hxx during #21277#


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [65b652a1e15deeb6af2c3558be8967bb08e83a70]

INTEGRATION: CWS frmcontrols01 (1.13.98); FILE MERGED 2003/10/27 11:19:25 fs 1.13.98.1: #i21605# +OCommonGeometryControlModel


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [499b9aba07c010b3b8e2adf7ff2c266d73a51440]

INTEGRATION: CWS frmcontrols01 (1.28.84); FILE MERGED 2003/10/22 13:39:08 fs 1.28.84.1: #i21277# +VCLXScrollBar::set/getMinimum


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [14735b0d8a0ba0fc6d68dc4f554555fcd54b7551]

INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/10/29 07:07:16 fs 1.1.2.2: #i21605# more implementations for the spin button control 2003/10/27 11:18:24 fs 1.1.2.1: #i21605# initial checkin - spin button peer


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [b43e330ec212bb151b18613a19f80c8f430d06a7]

INTEGRATION: CWS frmcontrols01 (1.10.310); FILE MERGED 2003/10/30 14:22:04 fs 1.10.310.2: #i21680# don't use hard coded timeouts for repeat, but the MouseSettings 2003/10/29 11:16:43 fs 1.10.310.1: #i21614# ImplDrawSpinButton: allow mirrored horizontal orientation


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [a74171421ade049920bb87f44a5aafe3eb2cb3fc]

INTEGRATION: CWS frmcontrols01 (1.3.316); FILE MERGED 2003/11/12 10:49:29 fs 1.3.316.6: #100000# build problem on unxlngi5 2003/11/11 18:15:12 ssa 1.3.316.5: #i21795# printing for spinbuttons 2003/10/31 09:48:14 fs 1.3.316.4: #i21948# KeyInput: also react on KEY_LEFT/KEY_RIGHT 2003/10/31 09:39:34 fs 1.3.316.3: #i21948# KeyInput: also react on KEY_LEFT/KEY_RIGHT 2003/10/31 09:29:31 fs 1.3.316.2: #i21948# visual feedback when focused 2003/10/29 11:18:38 fs 1.3.316.1: #i21605# - associate a value with a spin button, as well as a value range - allow switching orientation and repeating behaviour during lifetime - use repeat delay from settings, instead of hard coded values


2003-12-11  Kurt Zenker  <kz@openoffice.org>  [f4551bf05300334c87de33d791b8d2b75b596947]

INTEGRATION: CWS frmcontrols01 (1.8.314); FILE MERGED 2003/11/11 18:15:23 ssa 1.8.314.2: #i21556# printing for scrollbars 2003/11/11 13:36:18 ssa 1.8.314.1: #i21952# focus rect for scrollbars


2003-12-08  Thorsten Behrens  <thb@openoffice.org>  [3bbd9d94533a4c9945c2a361bfc673cb1d274a73]

Updated unit tests


2003-12-08  Thorsten Behrens  <thb@openoffice.org>  [a5771277a683ea150c5b48ce3fdaa1d4cf5939f5]

Merged to AW's latest changes, added preliminary bezier testcases


2003-12-08  Thorsten Behrens  <thb@openoffice.org>  [524606d8394a9648774666ee3785a53370cb9960]

Initial revision


2003-12-03  Kurt Zenker  <kz@openoffice.org>  [2e1833182bb358d9b9d14c352788f22922847c0b]

new version for SRC680


2003-12-03  Oliver Bolte  <obo@openoffice.org>  [e7e6833a032b011ed1a9a0b039820d8d5fb271ba]

#100000# maGraphicsData obsolete


2003-12-03  Armin Weiss  <aw@openoffice.org>  [d88fc13343b2f03c3cb86c47cff14ef745c9d322]

remaned min, max, abs to their longer names due to preprocessor expansions


2003-12-02  Oliver Bolte  <obo@openoffice.org>  [fdb4d9b89bc2968f63a17759d648f3e947accf44]

#100000# maGraphicsData not defined


2003-12-02  Kurt Zenker  <kz@openoffice.org>  [1e85b18aab48f5b38e888efa6e2c8b6209c0cf5b]

new version for FIX645


2003-12-02  Rüdiger Timm  <rt@openoffice.org>  [f65fb0d230553b307d7db4541837af9c62e95fe0]

Taking revision 1.32 again, as was for StarOffice7 release. Cause: we have to undo some erronous merges from CWS.


2003-12-02  Rüdiger Timm  <rt@openoffice.org>  [1e87b6d8d6c4a79e03137532d764c9ce8c2b2634]

new version for FIX645


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [260ad545170edb550e78563241929448014d7312]

INTEGRATION: CWS ooo20031110 (1.42.36); FILE MERGED 2003/11/10 12:38:27 waratah 1.42.36.1: #i22301# Correct for scoping rules


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [10b16cc4f25cb2658ac114c96b619d09bd3a4b4b]

INTEGRATION: CWS ooo20031110 (1.2.104); FILE MERGED 2003/11/10 13:21:22 waratah 1.2.104.1: #i22301# Correct for scoping rules


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5d75a129ed3097368388502c890253353308fb27]

INTEGRATION: CWS ooo20031110 (1.2.66); FILE MERGED 2003/10/28 10:12:17 waratah 1.2.66.1: #i17241# use fork for testing, LInux Kernel 2.6 does not work without,  Correct ansi violations and warnings from code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7f25f6d05700c15917001d5e1e94652ed397a6b6]

INTEGRATION: CWS ooo20031110 (1.5.76); FILE MERGED 2003/11/10 12:42:03 waratah 1.5.76.1: #i22301# Correct for scoping rules


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [13a08a1f3a3e680dde06ea66debaf9d0b13f4b85]

INTEGRATION: CWS ooo20031110 (1.2.134); FILE MERGED 2003/11/05 12:42:58 waratah 1.2.134.1: #i21906# remove const without type, unnessecary anyway


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [34f09567c4c29875e598516c39ed4627fb5a5a0d]

INTEGRATION: CWS ooo20031110 (1.1.1.1.140); FILE MERGED 2003/11/05 12:42:57 waratah 1.1.1.1.140.1: #i21906# remove const without type, unnessecary anyway


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d5b542c694309b0dc49718ed43842587d0d1d591]

INTEGRATION: CWS ooo20031110 (1.1.1.1.140); FILE MERGED 2003/11/05 12:42:55 waratah 1.1.1.1.140.1: #i21906# remove const without type, unnessecary anyway


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [9a466317e0c145615ecf73ee95a223457b5bac0f]

INTEGRATION: CWS ooo20031110 (1.11.42); FILE MERGED 2003/11/10 12:52:23 waratah 1.11.42.1: #i22301# Correct for scoping rules


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [05c1bd5bea4c6d936f46f23f1fffc03e428460bf]

INTEGRATION: CWS ooo20031110 (1.34.16); FILE MERGED 2003/11/10 12:52:22 waratah 1.34.16.1: #i22301# Correct for scoping rules


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7b29151d978b14d63abed31e5d3fbb7fc0b3d3c1]

INTEGRATION: CWS ooo20031110 (1.10.52); FILE MERGED 2003/11/10 11:14:52 waratah 1.10.52.1: #i22301# resolve for scope issues


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e8e965e5f780dd0c934cb513b551f1a3904fe635]

INTEGRATION: CWS ooo20031110 (1.8.44); FILE MERGED 2003/11/01 10:54:58 waratah 1.8.44.1: #i21906#  Corrections to allow for removal of permissive on the gcc compile options, specialisation of template out of namespace


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1b09050daedecf7ad6e0ba39287d16d73b47e891]

INTEGRATION: CWS ooo20031110 (1.40.4); FILE MERGED 2003/11/16 03:41:43 waratah 1.40.4.1: #i22301# Correct for scoping code issue, conflict with standard


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1c2200e8313dd95bebeba737e82f2877a1876318]

INTEGRATION: CWS ooo20031110 (1.1.1.1.380); FILE MERGED 2003/11/04 10:44:13 waratah 1.1.1.1.380.1: #i21906# add class after friend definition required to remove permissive from gcc compile


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [4c7b3460d9b29f6edfcddd73246e0fb97d5c8170]

INTEGRATION: CWS ooo20031110 (1.4.166); FILE MERGED 2003/11/04 10:41:29 waratah 1.4.166.1: #i21906# add implied int type to definition


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [8393fa39efe8dfbd0b9c43a355510eba9a956e36]

INTEGRATION: CWS ooo20031110 (1.62.194); FILE MERGED 2003/11/11 09:31:51 waratah 1.62.194.1: #i22301# Correct for scoping rules


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [167f6c8de8a55d01d1f8ab5b7e884cf6320c4d1a]

INTEGRATION: CWS ooo20031110 (1.12.84); FILE MERGED 2003/11/11 09:31:50 waratah 1.12.84.1: #i22301# Correct for scoping rules


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [84ada930db49b008bf03da509b1ada1cd597ec82]

INTEGRATION: CWS vclcleanup01 (1.11.22); FILE MERGED 2003/11/28 07:33:10 mt 1.11.22.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [6ea42cd7c43de9a450652f783e92bdfe8a93600a]

INTEGRATION: CWS vclcleanup01 (1.98.6); FILE MERGED 2003/11/28 07:33:09 mt 1.98.6.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [a1267490172aeb1dfc5ee1d88810b636a99490cf]

INTEGRATION: CWS vclcleanup01 (1.39.6); FILE MERGED 2003/11/28 07:33:07 mt 1.39.6.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5dc0fef644fa4436ea6af3dda1c552d7da4f86b8]

INTEGRATION: CWS vclcleanup01 (1.8.6); FILE MERGED 2003/11/28 07:33:02 mt 1.8.6.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ed0b26f309240a7bf841ab54c3f429eaabf35e79]

INTEGRATION: CWS vclcleanup01 (1.81.6); FILE MERGED 2003/11/28 07:33:02 mt 1.81.6.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ba0c7c0470d8384acb1e7f7a23ba24f1b73e5fb4]

INTEGRATION: CWS vclcleanup01 (1.9.224); FILE MERGED 2003/11/28 07:33:02 mt 1.9.224.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [4c5e50bfc43550acf28d8d3363aa7eaa6defd5ff]

INTEGRATION: CWS vclcleanup01 (1.178.4); FILE MERGED 2003/11/28 07:33:01 mt 1.178.4.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [0d456310b067b4c67b2b2e1dd88e552d6c8d162d]

INTEGRATION: CWS vclcleanup01 (1.61.172); FILE MERGED 2003/11/28 07:33:00 mt 1.61.172.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d0a9229558d21ac7e5cd0d3173f7976eb0f76fa7]

INTEGRATION: CWS vclcleanup01 (1.6.152); FILE MERGED 2003/11/28 07:33:00 mt 1.6.152.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [2111e0ee5ffa859a410ff029afc75d0b8c143ba6]

INTEGRATION: CWS vclcleanup01 (1.1.1.1.384); FILE MERGED 2003/11/28 07:33:00 mt 1.1.1.1.384.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [2e9eea41cfafe8a3c5e248a3897ac771755b9483]

INTEGRATION: CWS vclcleanup01 (1.33.200); FILE MERGED 2003/11/28 07:33:00 mt 1.33.200.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [0120f869b22f1642e4f344686e25bf075fef6b47]

INTEGRATION: CWS vclcleanup01 (1.1.1.1.384); FILE MERGED 2003/11/28 07:32:59 mt 1.1.1.1.384.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [0fba495bf763cbd67ae3f31463395a8264460762]

INTEGRATION: CWS vclcleanup01 (1.9.224); FILE MERGED 2003/11/28 07:32:59 mt 1.9.224.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b15a508fcf3d403ae00dc4a47a14ea2f337cb026]

INTEGRATION: CWS vclcleanup01 (1.5.204); FILE MERGED 2003/11/28 07:32:59 mt 1.5.204.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [4ea49221bcb3c80b8563928d326dd72c607008ff]

INTEGRATION: CWS vclcleanup01 (1.8.342); FILE MERGED 2003/11/28 07:32:58 mt 1.8.342.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [fce0406bd46aba856184b28fa98efae6d556f44d]

INTEGRATION: CWS vclcleanup01 (1.2.348); FILE MERGED 2003/11/28 07:32:58 mt 1.2.348.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [2e02e7bab0e527a27b39d7564c7359c3198b999f]

INTEGRATION: CWS vclcleanup01 (1.10.204); FILE MERGED 2003/11/28 07:32:58 mt 1.10.204.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [a2f86968447d11620f0f2b51613851ecd6c8d5b1]

INTEGRATION: CWS vclcleanup01 (1.98.6); FILE MERGED 2003/11/28 07:32:57 mt 1.98.6.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d5259d291bc595cb29ce4f1e010640b6e17d80c8]

INTEGRATION: CWS vclcleanup01 (1.2.358); FILE MERGED 2003/11/28 07:32:57 mt 1.2.358.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [acce1cf9896c4bff7c3ca05a963a3a0c35fe5f55]

INTEGRATION: CWS vclcleanup01 (1.2.224); FILE MERGED 2003/11/28 07:32:56 mt 1.2.224.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [69263e60317b733abb8605710bd822a096e4296e]

INTEGRATION: CWS vclcleanup01 (1.25.224); FILE MERGED 2003/11/28 07:32:56 mt 1.25.224.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3dad662cc1be452a1427fea630d59038e498000b]

INTEGRATION: CWS vclcleanup01 (1.13.224); FILE MERGED 2003/11/28 07:32:56 mt 1.13.224.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [2a2a98ffa1beb58a1fdbb1691ef1cacf7ee66f98]

INTEGRATION: CWS vclcleanup01 (1.12.164); FILE MERGED 2003/11/28 07:32:55 mt 1.12.164.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5d53cb6fa497aa879b4094e148b10c2a07c4676c]

INTEGRATION: CWS vclcleanup01 (1.13.172); FILE MERGED 2003/11/28 07:32:55 mt 1.13.172.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [716f5a0270452e902e205ae066a9e3fb4337ae49]

INTEGRATION: CWS vclcleanup01 (1.26.22); FILE MERGED 2003/11/28 07:32:54 mt 1.26.22.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [8bda00c1b0c38a5b2efaca5a8b0228724d3ea03d]

INTEGRATION: CWS vclcleanup01 (1.5.46); FILE MERGED 2003/11/28 07:32:54 mt 1.5.46.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [791c55e7115263403a5594faab1a1bf26eeac382]

INTEGRATION: CWS vclcleanup01 (1.5.204); FILE MERGED 2003/11/28 07:32:54 mt 1.5.204.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b2ba9df143b1f7f1c87fdb2a064af299e73de267]

INTEGRATION: CWS vclcleanup01 (1.2.380); FILE MERGED 2003/11/28 07:32:53 mt 1.2.380.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [37dc8317860f684e02948b2ff26708fa51a15213]

INTEGRATION: CWS vclcleanup01 (1.9.172); FILE MERGED 2003/11/28 07:32:53 mt 1.9.172.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [29298a627edb6912aa085fb9c8ae35c8ef04e8e3]

INTEGRATION: CWS vclcleanup01 (1.1.1.1.384); FILE MERGED 2003/11/28 07:32:53 mt 1.1.1.1.384.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f2047cc3e2f97140d2bdf864dfd573edc4b7aadd]

INTEGRATION: CWS vclcleanup01 (1.1.1.1.384); FILE MERGED 2003/11/28 07:32:52 mt 1.1.1.1.384.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b78e71bdcaf5b00ae66d74813c270950e8482e94]

INTEGRATION: CWS vclcleanup01 (1.1.1.1.382); FILE MERGED 2003/11/28 07:32:48 mt 1.1.1.1.382.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d9c6276a06f68fd6ae13ee15b0782a6598e04eb2]

INTEGRATION: CWS vclcleanup01 (1.12.6); FILE MERGED 2003/11/28 07:32:45 mt 1.12.6.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f70951a7c58b59c0ad6181815867fe108ed724a3]

INTEGRATION: CWS vclcleanup01 (1.49.6); FILE MERGED 2003/11/28 07:32:44 mt 1.49.6.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [6b4560beac62d644f6406ac5fe01e727734cf3ef]

INTEGRATION: CWS vclcleanup01 (1.13.6); FILE MERGED 2003/11/28 07:32:44 mt 1.13.6.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [6af7c1dbedfb33836a25330d42bdabc58b402137]

INTEGRATION: CWS vclcleanup01 (1.3.338); FILE MERGED 2003/11/28 07:32:44 mt 1.3.338.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e07dc12d0eaca77b97e3b8ae909eeb1b84528124]

INTEGRATION: CWS vclcleanup01 (1.43.6); FILE MERGED 2003/11/28 07:32:43 mt 1.43.6.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [737066c6c550e035fead2da3da672b304de16cd4]

INTEGRATION: CWS vclcleanup01 (1.59.6); FILE MERGED 2003/11/28 07:32:43 mt 1.59.6.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [4424ad69a13e2d5ef3c0892247fc474b507df6df]

INTEGRATION: CWS vclcleanup01 (1.6.6); FILE MERGED 2003/11/28 07:32:42 mt 1.6.6.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5617b4f30f1d1633a4261116f329ba024c355ae8]

INTEGRATION: CWS vclcleanup01 (1.4.6); FILE MERGED 2003/11/28 07:32:42 mt 1.4.6.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [227966652f00d094ec2424e309ecb6e1a8836665]

INTEGRATION: CWS vclcleanup01 (1.15.6); FILE MERGED 2003/11/28 07:32:42 mt 1.15.6.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [086345923f76bd981f1f57d9c874de6642a3ec0f]

INTEGRATION: CWS vclcleanup01 (1.160.4); FILE MERGED 2003/11/28 07:32:41 mt 1.160.4.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3ef00528a0f8cde02b0120d7b1d78e02fe27058e]

INTEGRATION: CWS vclcleanup01 (1.15.6); FILE MERGED 2003/11/28 07:32:40 mt 1.15.6.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [204f3a2ca6d05925d9123eaf40a944fe43c2d49d]

INTEGRATION: CWS vclcleanup01 (1.25.4); FILE MERGED 2003/11/28 07:32:40 mt 1.25.4.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b8d9f635e0bca57b732c4d8057fe389fc5a4b880]

INTEGRATION: CWS vclcleanup01 (1.6.6); FILE MERGED 2003/11/28 07:32:40 mt 1.6.6.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5eb5d19a53c1f81b7823c33ea5e2158313a56cb3]

INTEGRATION: CWS vclcleanup01 (1.5.224); FILE MERGED 2003/11/28 07:32:39 mt 1.5.224.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [6e6fa65c46ff7a34e845d1911364f4ac3008416a]

INTEGRATION: CWS vclcleanup01 (1.11.6); FILE MERGED 2003/11/28 07:32:39 mt 1.11.6.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [9a7e1cf57d068a004aa5aed4754a9fb87b785a32]

INTEGRATION: CWS vclcleanup01 (1.2.6); FILE MERGED 2003/11/28 07:32:39 mt 1.2.6.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [544d817a1f522377510b3a0c4ef0fd19ca0f7fd1]

INTEGRATION: CWS vclcleanup01 (1.1.1.1.382); FILE MERGED 2003/11/28 07:32:38 mt 1.1.1.1.382.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c02fa25e32af8eca01e7439d153b1da480398271]

INTEGRATION: CWS vclcleanup01 (1.6.210); FILE MERGED 2003/11/28 07:32:38 mt 1.6.210.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3ed8973dc5529fcf760648a6bdd6d9e8ffbcf2f0]

INTEGRATION: CWS vclcleanup01 (1.7.200); FILE MERGED 2003/11/28 07:32:38 mt 1.7.200.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [377ce46575414b2a94ea46f2eca8ddef9e7fad18]

INTEGRATION: CWS vclcleanup01 (1.1.1.1.382); FILE MERGED 2003/11/28 07:32:37 mt 1.1.1.1.382.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [0bb66511a5de21b56fd6fb73c77a55a64f22651c]

INTEGRATION: CWS vclcleanup01 (1.17.152); FILE MERGED 2003/11/28 07:32:35 mt 1.17.152.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [798bd76f148f11399de66a6d54a774720e662287]

INTEGRATION: CWS vclcleanup01 (1.2.346); FILE MERGED 2003/11/28 07:32:35 mt 1.2.346.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d967466b10f877de6ed5d3d9083a439260d67f86]

INTEGRATION: CWS vclcleanup01 (1.8.344); FILE MERGED 2003/11/28 07:32:34 mt 1.8.344.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ea5aca1720738a8d91343fc715c1faccf1c816b4]

INTEGRATION: CWS vclcleanup01 (1.1.1.1.382); FILE MERGED 2003/11/28 07:32:34 mt 1.1.1.1.382.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [32adc048d01b8be8f165c1678d7c436f51df0790]

INTEGRATION: CWS vclcleanup01 (1.22.152); FILE MERGED 2003/11/28 07:32:33 mt 1.22.152.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7f7a84849d3e55c2afbfb7e08f0ac7bef1813f77]

INTEGRATION: CWS vclcleanup01 (1.5.366); FILE MERGED 2003/11/28 07:32:33 mt 1.5.366.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d5cd6d4577aae24bfa64901a49763a99c47b4940]

INTEGRATION: CWS vclcleanup01 (1.41.200); FILE MERGED 2003/11/28 07:32:33 mt 1.41.200.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [4d34b44eabc4a812ba308c9e1b5bb984f9060a90]

INTEGRATION: CWS vclcleanup01 (1.2.346); FILE MERGED 2003/11/28 07:32:32 mt 1.2.346.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [51e0a0029d86765051b82b7024df07077500847a]

INTEGRATION: CWS vclcleanup01 (1.10.338); FILE MERGED 2003/11/28 07:32:32 mt 1.10.338.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [697e97afe7e91b72f4105cba6ede0d4c3f72ec1e]

INTEGRATION: CWS vclcleanup01 (1.1.1.1.382); FILE MERGED 2003/11/28 07:32:32 mt 1.1.1.1.382.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7ce852ed9f4b5b9f74d7dabec880d68fdf0961ef]

INTEGRATION: CWS vclcleanup01 (1.13.46); FILE MERGED 2003/11/28 07:32:31 mt 1.13.46.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ca271aed7d507f880a26d48f2caad6b3dbc4a377]

INTEGRATION: CWS vclcleanup01 (1.9.338); FILE MERGED 2003/11/28 07:32:31 mt 1.9.338.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c3a10f1a884ff5b66b9700b25566735426d717ad]

INTEGRATION: CWS vclcleanup01 (1.59.152); FILE MERGED 2003/11/28 07:32:30 mt 1.59.152.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5e9222b0f65781e15a32625ce1b1f5ceb903b325]

INTEGRATION: CWS vclcleanup01 (1.10.162); FILE MERGED 2003/11/28 07:32:30 mt 1.10.162.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [30f40fbba5182050be18885f0e10d04598124d55]

INTEGRATION: CWS vclcleanup01 (1.26.46); FILE MERGED 2003/11/28 07:32:30 mt 1.26.46.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d10f7e8fc558fdda6fddd7d5c30457226858c264]

INTEGRATION: CWS vclcleanup01 (1.22.46); FILE MERGED 2003/11/28 07:32:29 mt 1.22.46.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [54fe7eefe3fcf9a5f10876432d17b7571d18b2ee]

INTEGRATION: CWS vclcleanup01 (1.28.4); FILE MERGED 2003/11/28 07:32:25 mt 1.28.4.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f66f5af2cf4bdd570bbdbf57ea8f8d4f68c07325]

INTEGRATION: CWS vclcleanup01 (1.2.4); FILE MERGED 2003/11/28 07:32:25 mt 1.2.4.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [54c1a6907dd3ec71c9fd6c5a5c718fc8bef61b62]

INTEGRATION: CWS vclcleanup01 (1.42.4); FILE MERGED 2003/11/28 07:32:24 mt 1.42.4.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e57eba95e428bdd06af91260082e23de20959181]

INTEGRATION: CWS vclcleanup01 (1.28.4); FILE MERGED 2003/11/28 07:32:24 mt 1.28.4.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7674b6a4e43ca4308797361874e2d6ec3bae98a9]

INTEGRATION: CWS vclcleanup01 (1.45.6); FILE MERGED 2003/11/28 07:32:24 mt 1.45.6.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3af366d450c0b0d19d04485706288e4031cac58d]

INTEGRATION: CWS vclcleanup01 (1.1.1.1.382); FILE MERGED 2003/11/28 07:32:23 mt 1.1.1.1.382.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [6e6dd26909a3bc4b819a99c841c3a1631cc755e1]

INTEGRATION: CWS vclcleanup01 (1.7.6); FILE MERGED 2003/11/28 07:32:23 mt 1.7.6.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [dcda4e950b70b4571c551a9381373eca9e4cd02b]

INTEGRATION: CWS vclcleanup01 (1.39.6); FILE MERGED 2003/11/28 07:32:23 mt 1.39.6.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e997fb50aa0c98a53ba4034e13cce083d0211728]

INTEGRATION: CWS vclcleanup01 (1.3.360); FILE MERGED 2003/11/28 07:32:22 mt 1.3.360.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [482ff4ea38312106ac1c2bf1a1c703275c380a62]

INTEGRATION: CWS vclcleanup01 (1.23.152); FILE MERGED 2003/11/28 07:32:22 mt 1.23.152.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3aa955a03eea3b52aecb696ee0b289bf06b953cd]

INTEGRATION: CWS vclcleanup01 (1.2.356); FILE MERGED 2003/11/28 07:32:21 mt 1.2.356.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [60cbf437102a6c4b24183c7476ae5537952e28ff]

INTEGRATION: CWS vclcleanup01 (1.12.336); FILE MERGED 2003/11/28 07:32:21 mt 1.12.336.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c0c4e5f636fc68077f82fd9ea684ea33eeedc7b3]

INTEGRATION: CWS vclcleanup01 (1.23.4); FILE MERGED 2003/11/28 07:32:20 mt 1.23.4.1: #i22952# Removed App Server code


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [2cf73773da7e6f38040136750aa8631bfe8d4bd6]

INTEGRATION: CWS geordi2q09 (1.96.58); FILE MERGED 2003/11/21 11:41:38 obo 1.96.58.1: #111934#: join CWS pmselectedfixes2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [a78414ba2084154e6e4a9a1e923d914f10622ab2]

INTEGRATION: CWS geordi2q09 (1.13.192); FILE MERGED 2003/11/24 11:50:27 obo 1.13.192.1: #111934# join CWS pp1selectedfixes3


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e3cad0561c8549ac41b9b7090f85533e3f278439]

INTEGRATION: CWS geordi2q09 (1.49.24); FILE MERGED 2003/11/24 11:52:07 obo 1.49.24.1: #111934# join CWS pp1selectedfixes3


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b10a497ee4baa59f344f1706363a95cd8c23c34d]

INTEGRATION: CWS geordi2q09 (1.158.2); FILE MERGED 2003/11/24 11:49:15 obo 1.158.2.1: #111934# join CWS pp1selectedfixes3


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f5386709c1afab320d4ac61deccd8a5d6eb442d0]

INTEGRATION: CWS geordi2q09 (1.23.34); FILE MERGED 2003/11/21 11:03:48 obo 1.23.34.1: #111934#: join CWS pmselectedfixes2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [356e198de5450b5152b62efe0db6206a2e7bb4f8]

INTEGRATION: CWS geordi2q09 (1.64.32); FILE MERGED 2003/11/21 11:03:48 obo 1.64.32.1: #111934#: join CWS pmselectedfixes2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7ed92c07e83a981f7c284b59d0307f91d855c63e]

INTEGRATION: CWS geordi2q09 (1.5.102); FILE MERGED 2003/11/21 11:03:47 obo 1.5.102.1: #111934#: join CWS pmselectedfixes2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [a351803bd88a762207209cc967d7be7e543de18e]

INTEGRATION: CWS geordi2q09 (1.9.50); FILE MERGED 2003/11/21 11:03:47 obo 1.9.50.1: #111934#: join CWS pmselectedfixes2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1576ed719d2dd39d838c542e4bcd4c2aff1f9aa7]

INTEGRATION: CWS geordi2q10 (1.3.74); FILE MERGED 2003/11/27 17:23:34 rt 1.3.74.1: #111934#: join CWS thb07


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [de8672e246593f4ea163d651f161344cdd4d57f3]

INTEGRATION: CWS geordi2q10 (1.9.72); FILE MERGED 2003/11/27 14:28:20 rt 1.9.72.1: #111934#: join CWS pp1i18n1


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7fbb71ea6a72bf2a657bec3740aa69608497033e]

INTEGRATION: CWS geordi2q10 (1.43.26); FILE MERGED 2003/11/28 09:40:34 rt 1.43.26.1: #111934#: join CWS dba01pp1


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3553c26bc6b8516e309685fc033ccf4000d081a0]

INTEGRATION: CWS geordi2q10 (1.17.66); FILE MERGED 2003/11/27 10:59:47 rt 1.17.66.1: #111934#: join CWS vcl7pp1r2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [9e5697d72e4c8f424eea2a2310d481e837f69f34]

INTEGRATION: CWS geordi2q10 (1.2.420); FILE MERGED 2003/11/28 09:19:23 rt 1.2.420.1: #111934#: join CWS dba01pp1


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ced5a197c229da0cb6fb569694e66a5cc0167da5]

INTEGRATION: CWS geordi2q10 (1.32.166); FILE MERGED 2003/11/27 12:33:47 rt 1.32.166.2: #111934#: join CWS os21 2003/11/27 11:04:18 rt 1.32.166.1: #111934#: join CWS os22


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [19e2924540e97ee155a7e49d53462a995aea563d]

INTEGRATION: CWS geordi2q10 (1.17.166); FILE MERGED 2003/11/27 11:04:18 rt 1.17.166.1: #111934#: join CWS os22


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [98fdf9ee41f94e865ba0cbb7436e16e8bb7d2e12]

INTEGRATION: CWS geordi2q10 (1.62.236); FILE MERGED 2003/11/27 11:04:17 rt 1.62.236.1: #111934#: join CWS os22


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [06e898e6d5a2e382d6bac5ff154fafb9bd3bc08f]

INTEGRATION: CWS geordi2q10 (1.98.8); FILE MERGED 2003/11/27 10:28:57 rt 1.98.8.1: #111934#: join CWS vcl7pp1r2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [2b7d8628bc060b42a71a1357e86c99123a6948e4]

INTEGRATION: CWS geordi2q10 (1.74.8); FILE MERGED 2003/11/27 10:28:56 rt 1.74.8.1: #111934#: join CWS vcl7pp1r2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f6f1e29cd6a30ee10653de68ac60d0545686eef3]

INTEGRATION: CWS geordi2q10 (1.50.8); FILE MERGED 2003/11/27 10:28:56 rt 1.50.8.1: #111934#: join CWS vcl7pp1r2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [81d8fd3c209f7871b47e5b2db13a7e22e629d3ab]

INTEGRATION: CWS geordi2q10 (1.9.8); FILE MERGED 2003/11/27 10:28:55 rt 1.9.8.1: #111934#: join CWS vcl7pp1r2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d462bee81745956c96f3d7836c9e2c4f4d3395dd]

INTEGRATION: CWS geordi2q10 (1.166.8); FILE MERGED 2003/11/27 10:28:54 rt 1.166.8.1: #111934#: join CWS vcl7pp1r2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b8eb81c12a8a28de7cfe49e56de3ae082d56d5e0]

INTEGRATION: CWS geordi2q10 (1.9.208); FILE MERGED 2003/11/27 10:28:52 rt 1.9.208.1: #111934#: join CWS vcl7pp1r2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5289e7a1274e1c7cc7a91c23974eff67f5263011]

INTEGRATION: CWS geordi2q10 (1.16.146); FILE MERGED 2003/11/27 10:28:52 rt 1.16.146.1: #111934#: join CWS vcl7pp1r2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c32092c428f1324ecc6cd21c40cff6b9a667deea]

INTEGRATION: CWS geordi2q10 (1.31.8); FILE MERGED 2003/11/27 10:28:51 rt 1.31.8.1: #111934#: join CWS vcl7pp1r2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [23b53fd6b7d35371e84ec21bdbc3fc12eaf71eef]

INTEGRATION: CWS geordi2q10 (1.109.8); FILE MERGED 2003/11/27 10:28:51 rt 1.109.8.1: #111934#: join CWS vcl7pp1r2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c72e33e7d6d1ffea838dea4d6bfee4c2e20a9208]

INTEGRATION: CWS geordi2q10 (1.26.8); FILE MERGED 2003/11/27 10:28:50 rt 1.26.8.1: #111934#: join CWS vcl7pp1r2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5d66b033ae6c24f10ed696910e2c32509c48efca]

INTEGRATION: CWS geordi2q10 (1.48.8); FILE MERGED 2003/11/27 10:28:47 rt 1.48.8.1: #111934#: join CWS vcl7pp1r2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [aeb33c0502861508b11ec61db83d5526cc534f2c]

INTEGRATION: CWS geordi2q10 (1.12.212); FILE MERGED 2003/11/27 10:28:42 rt 1.12.212.1: #111934#: join CWS vcl7pp1r2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [901a4dfcd195b215e166562013c40392a4b9c5f1]

INTEGRATION: CWS geordi2q10 (1.23.8); FILE MERGED 2003/11/27 10:28:42 rt 1.23.8.1: #111934#: join CWS vcl7pp1r2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [8cf1989325f883d16e78b522caf9d7237bc68289]

INTEGRATION: CWS geordi2q10 (1.19.8); FILE MERGED 2003/11/27 10:28:40 rt 1.19.8.1: #111934#: join CWS vcl7pp1r2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ee4bb9b68696fb1ebc755991ab16c5f765e10af9]

INTEGRATION: CWS geordi2q10 (1.81.8); FILE MERGED 2003/11/27 10:28:37 rt 1.81.8.1: #111934#: join CWS vcl7pp1r2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [555e8edbb81f4e3f62993ab8e7a90bdea74ec773]

INTEGRATION: CWS geordi2q10 (1.178.2); FILE MERGED 2003/11/27 10:28:37 rt 1.178.2.1: #111934#: join CWS vcl7pp1r2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [a30a27e1a5abdd07c9da1e81831aca9f31348709]

INTEGRATION: CWS geordi2q10 (1.9.174); FILE MERGED 2003/11/27 10:28:36 rt 1.9.174.1: #111934#: join CWS vcl7pp1r2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ef64d5a60b3c40af1904ebbf137f78d7c15fd1ba]

INTEGRATION: CWS geordi2q10 (1.25.8); FILE MERGED 2003/11/27 10:28:35 rt 1.25.8.1: #111934#: join CWS vcl7pp1r2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [324e209bddc97905a4fd19dec580ef987c6370bd]

INTEGRATION: CWS geordi2q10 (1.49.8); FILE MERGED 2003/11/27 10:28:33 rt 1.49.8.1: #111934#: join CWS vcl7pp1r2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c8cc39b6433b2e25a3712bb854452167fa093026]

INTEGRATION: CWS geordi2q10 (1.17.174); FILE MERGED 2003/11/27 17:21:57 rt 1.17.174.1: #111934#: join CWS thb07


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [fe1935ae132a5e89454764ad43541d566cdf0efa]

INTEGRATION: CWS geordi2q10 (1.26.56); FILE MERGED 2003/11/27 10:28:33 rt 1.26.56.1: #111934#: join CWS vcl7pp1r2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d8870fd239332918d52dc3000bccc705017ca77a]

INTEGRATION: CWS geordi2q10 (1.59.8); FILE MERGED 2003/11/27 10:28:32 rt 1.59.8.1: #111934#: join CWS vcl7pp1r2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3be46c39bbfe37afab46e887730d7d22e4727968]

INTEGRATION: CWS geordi2q10 (1.160.2); FILE MERGED 2003/11/27 10:28:31 rt 1.160.2.1: #111934#: join CWS vcl7pp1r2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [a1f76bceaaa5bcd183979ec1da8c62200992b8c0]

INTEGRATION: CWS geordi2q10 (1.11.202); FILE MERGED 2003/11/27 10:28:31 rt 1.11.202.1: #111934#: join CWS vcl7pp1r2


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [92bf1a758b0fca1ed3d197ececad0f6c13278dd5]

INTEGRATION: CWS geordi2q10 (1.22.48); FILE MERGED 2003/11/28 09:44:06 rt 1.22.48.1: #111934#: join CWS dba01pp1


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [df68a1495f46f6e746c361f64e1f456aea244bc2]

INTEGRATION: CWS geordi2q10 (1.23.154); FILE MERGED 2003/11/27 12:43:15 rt 1.23.154.1: #111934#: join CWS os21


2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5cc00838f00e3e2fef6db56bad95027c651f67f9]

INTEGRATION: CWS geordi2q10 (1.24.10); FILE MERGED 2003/11/27 09:53:22 rt 1.24.10.1: #111934#: join CWS vcl7pp1r2


2003-11-28  Armin Weiss  <aw@openoffice.org>  [39a8688ef016a43b0eb3e918ffac68eab37ef10c]

Removed in-between namespaces (curve, matrix, numeric, point, polygon, range, tuple, vector). Names were too common and e.g. vector leaded to problems with some defines. This is now avoided. Also some bug fixes, addition of 3d polygon tooling etc.


2003-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7d3ae014852a528ac94dba9d50b167d3079bd23]

#100000#: remove NOOPTFILES for Solaris Intel


2003-11-26  Kurt Zenker  <kz@openoffice.org>  [2e1d1188547e343af0acafc942692f0b693e478b]

new version for FIX645


2003-11-26  Armin Weiss  <aw@openoffice.org>  [37dfe8c84406eec766d665e758e4ae2d89294338]

Added support for B3DPolyPOlygon, moved BDRange from source/inc to range namespace and the directories


2003-11-26  Armin Weiss  <aw@openoffice.org>  [8fb1611b72b6d2d8c0fa93f1fe13878bdbb6941e]

BDRange no longer needed, moved to namespace range and the directories there


2003-11-26  Armin Weiss  <aw@openoffice.org>  [fc79f95c48b900486bcc12fb1a3a31f164571070]

Added support for B3DPolygons


2003-11-26  Armin Weiss  <aw@openoffice.org>  [24511966a3eb230c68652035a91172ebeffa033f]

Moved BasicRange header and implementation to range namespace and directories


2003-11-26  Armin Weiss  <aw@openoffice.org>  [9540bb68808878d1e4edc0b010596b5ece03748d]

Added B3DPolygon support


2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [1cf7314e4f2053a51d6f877c58796e928d45f219]

new version for SRC680


2003-11-25  Kurt Zenker  <kz@openoffice.org>  [f77cce4b1a2d22bb01904d7288d8fb6f164e580d]

new version for SRC680


2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [6e12e8c1f71f0d3fc0e17fa6e58dbf06c012ed99]

INTEGRATION: CWS valgrind01 (1.45.22); FILE MERGED 2003/11/03 15:41:54 hr 1.45.22.1: #i20184#: initialize buffer before writing to a stream


2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [daae266b1adb88fa2043e626485f0400af467ae1]

INTEGRATION: CWS valgrind01 (1.11.160); FILE MERGED 2003/09/26 12:27:54 hr 1.11.160.1: #i20184#: fix off by one error detected by valgrind


2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [bb20599d940afaf5b6a87c600efaf84eb3dfd9d0]

INTEGRATION: CWS valgrind01 (1.13.60); FILE MERGED 2003/09/30 12:18:24 hr 1.13.60.1: #i20184#: SvStream::ReadLine(): check the return value of Read(). Thanks to Lulian Seward for providing a patch.


2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [6e27f530ba2edb4dc0b1563f977c179acfd2b6ba]

INTEGRATION: CWS valgrind01 (1.2.88); FILE MERGED 2003/10/30 17:43:00 hr 1.2.88.1: #i20184#: JobData::getStreamBuffer() return buffer tailored to the actual size of the stream instead to the size of the stream buffer


2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [d0f04344da9426bc6f07bc476f452e3858b0b840]

INTEGRATION: CWS valgrind01 (1.64.14); FILE MERGED 2003/10/01 11:31:15 hr 1.64.14.1: #i20184#: initialize member m_aCurrentDropWindow before using it


2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [7807c0a0396b74e8957192d3436da69e51ba9afe]

INTEGRATION: CWS aw003 (1.170.26); FILE MERGED 2003/08/20 09:59:50 aw 1.170.26.5: RESYNC: (1.174-1.176); FILE MERGED 2003/06/30 15:58:44 aw 1.170.26.4: RESYNC: (1.170-1.174); FILE MERGED 2003/06/20 13:36:04 pl 1.170.26.3: #110094# respect logic coordinates in ExpandPaintClipRegion 2003/06/20 12:52:45 pl 1.170.26.2: #110094# respect logic coordinates in ExpandPaintClipRegion 2003/06/20 09:15:11 pl 1.170.26.1: #110094# add: ExpandPaintClipRegion


2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [b98e10b040785294159df2af6043272ded2d98b7]

INTEGRATION: CWS aw003 (1.9.54); FILE MERGED 2003/11/05 09:10:55 aw 1.9.54.8: resolved one more conflict 2003/11/04 17:34:16 aw 1.9.54.7: RESYNC: (1.9-1.10); FILE MERGED 2003/08/14 11:55:57 thb 1.9.54.6: #110958# Alpha is now transitive for virdev-virdev copies; now correctly forwarding line/fill color switchings to alpha vdev 2003/07/28 18:03:56 thb 1.9.54.5: #110958# Removed several set* inlines, to intercept them for alpha vdev painting 2003/07/28 16:32:17 thb 1.9.54.4: #110958# Changed constructor 2003/07/28 14:51:20 thb 1.9.54.3: #110958# Initialize flag 2003/07/28 14:33:04 thb 1.9.54.2: #110958# Now using a separate constructor, to remain compatible 2003/07/28 14:00:01 thb 1.9.54.1: #110958# Added alpha channel for virtual device painting. That means, alpha information is retained during painting to a vdev


2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [d8e6341489a0cc1ef2baac75a9351ec1b4f68435]

INTEGRATION: CWS aw003 (1.10.68); FILE MERGED 2003/10/07 19:11:16 aw 1.10.68.2: RESYNC: (1.10-1.11); FILE MERGED 2003/07/28 18:03:56 thb 1.10.68.1: #110958# Removed several set* inlines, to intercept them for alpha vdev painting


2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [e81a2125649cef5cec457e83d2c1322b2b8b81fc]

INTEGRATION: CWS aw003 (1.5.76); FILE MERGED 2003/08/07 08:07:40 thb 1.5.76.3: #110958# Had to intercept some more map mode changes (this time direct mbMap manipulations), and inverted the alpha compositing calculations to actually match Porter/Duff 2003/07/28 16:32:17 thb 1.5.76.2: #110958# Changed constructor 2003/07/28 14:00:01 thb 1.5.76.1: #110958# Added alpha channel for virtual device painting. That means, alpha information is retained during painting to a vdev


2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [7e031441813c7ec7cea4a923ec42a8b4bc437c18]

INTEGRATION: CWS aw003 (1.3.82); FILE MERGED 2003/07/28 14:00:01 thb 1.3.82.1: #110958# Added alpha channel for virtual device painting. That means, alpha information is retained during painting to a vdev


2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [73bee4b63cb1a36f9630681c10bb752e1b4adfdb]

INTEGRATION: CWS aw003 (1.13.82); FILE MERGED 2003/10/07 19:11:09 aw 1.13.82.5: RESYNC: (1.13-1.14); FILE MERGED 2003/09/02 16:48:13 thb 1.13.82.4: #110958# Handling background vdevs special, if destination is alpha vdev -> then, background vdev must be alpha, too 2003/08/14 11:55:56 thb 1.13.82.3: #110958# Alpha is now transitive for virdev-virdev copies; now correctly forwarding line/fill color switchings to alpha vdev 2003/08/07 08:07:40 thb 1.13.82.2: #110958# Had to intercept some more map mode changes (this time direct mbMap manipulations), and inverted the alpha compositing calculations to actually match Porter/Duff 2003/07/28 14:00:00 thb 1.13.82.1: #110958# Added alpha channel for virtual device painting. That means, alpha information is retained during painting to a vdev


2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [7fc6bb06bc4680012dcef1e229dfa3767e80210a]

INTEGRATION: CWS aw003 (1.151.12); FILE MERGED 2003/11/21 10:45:24 aw 1.151.12.7: RESYNC: (1.157-1.158); FILE MERGED 2003/11/04 17:34:00 aw 1.151.12.6: RESYNC: (1.156-1.157); FILE MERGED 2003/10/07 19:11:00 aw 1.151.12.5: RESYNC: (1.155-1.156); FILE MERGED 2003/10/06 17:27:52 thb 1.151.12.4: #110958# Alpha painting with solid color is always opaque 2003/08/20 10:01:34 aw 1.151.12.3: RESYNC: (1.151-1.155); FILE MERGED 2003/08/07 08:07:39 thb 1.151.12.2: #110958# Had to intercept some more map mode changes (this time direct mbMap manipulations), and inverted the alpha compositing calculations to actually match Porter/Duff 2003/07/28 13:59:59 thb 1.151.12.1: #110958# Added alpha channel for virtual device painting. That means, alpha information is retained during painting to a vdev


2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [99b7add60e7c16c658d4eb9db934bbacd9d274fb]

INTEGRATION: CWS aw003 (1.13.58); FILE MERGED 2003/09/02 16:48:12 thb 1.13.58.8: #110958# Handling background vdevs special, if destination is alpha vdev -> then, background vdev must be alpha, too 2003/08/19 16:57:58 aw 1.13.58.7: #111096# 2003/08/15 08:51:24 thb 1.13.58.6: #110958# Setting the alpha bit depth, when doing transitive alpha blitting 2003/08/14 11:55:56 thb 1.13.58.5: #110958# Alpha is now transitive for virdev-virdev copies; now correctly forwarding line/fill color switchings to alpha vdev 2003/08/07 08:07:39 thb 1.13.58.4: #110958# Had to intercept some more map mode changes (this time direct mbMap manipulations), and inverted the alpha compositing calculations to actually match Porter/Duff 2003/07/28 18:03:55 thb 1.13.58.3: #110958# Removed several set* inlines, to intercept them for alpha vdev painting 2003/07/28 16:32:17 thb 1.13.58.2: #110958# Changed constructor 2003/07/28 13:59:59 thb 1.13.58.1: #110958# Added alpha channel for virtual device painting. That means, alpha information is retained during painting to a vdev


2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [196f97eb87499d080601bf3a3db125754cba4727]

INTEGRATION: CWS aw003 (1.23.58); FILE MERGED 2003/10/07 19:10:52 aw 1.23.58.6: RESYNC: (1.23-1.24); FILE MERGED 2003/09/02 16:47:27 thb 1.23.58.5: #110958# Added alpha channel query methods 2003/08/14 11:55:55 thb 1.23.58.4: #110958# Alpha is now transitive for virdev-virdev copies; now correctly forwarding line/fill color switchings to alpha vdev 2003/07/28 18:07:59 thb 1.23.58.3: #110958# Removed several set* inlines, to intercept them for alpha vdev painting 2003/07/28 18:03:55 thb 1.23.58.2: #110958# Removed several set* inlines, to intercept them for alpha vdev painting 2003/07/28 13:59:58 thb 1.23.58.1: #110958# Added alpha channel for virtual device painting. That means, alpha information is retained during painting to a vdev


2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [1630f1709ebb21f872d5033f9636033bb499b6f3]

INTEGRATION: CWS aw003 (1.10.202); FILE MERGED 2003/08/07 08:07:38 thb 1.10.202.1: #110958# Had to intercept some more map mode changes (this time direct mbMap manipulations), and inverted the alpha compositing calculations to actually match Porter/Duff


2003-11-20  Kurt Zenker  <kz@openoffice.org>  [e008b48c7739cbf6f24f275e9b0ef52c5533d353]

#100000# corrected cast for nonpro version


2003-11-20  Kurt Zenker  <kz@openoffice.org>  [020c1eaf59bf7ac7105a5524bf7b6a1f0f1fdf68]

#100000# adaptation to vcl changes


2003-11-20  Kurt Zenker  <kz@openoffice.org>  [21697e6d11500984adcf05df2eefe85c32b27395]

#100000# include <sysdata.hxx> are needed


2003-11-20  Kurt Zenker  <kz@openoffice.org>  [122fec2d2e0b0f2f0e6df9466a671ddd6e770ffd]

new version for SRC680


2003-11-20  Kurt Zenker  <kz@openoffice.org>  [832864178d667cea431517b17f89636eeb989bbd]

#100000# solved merge problems


2003-11-19  Kurt Zenker  <kz@openoffice.org>  [9291ccdfe99c9b40b6ede4073790df1cbb755797]

new version for SRC680


2003-11-19  Kurt Zenker  <kz@openoffice.org>  [ee3331fb58f4bbcf819f5ec78620c6efc06d0fcd]

new version for SRC680


2003-11-19  Kurt Zenker  <kz@openoffice.org>  [cc486473ecebb15ad5ca59d53de0395fdda6cb23]

new version for SRC680


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [4db889e8ce6615b44ee061c74810a7e009a69624]

new version for SRC680


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [9ad1750787ca02aa2aa653cd05c9124cc835a952]

new version for SRC680


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e34663bdf5ab546243cab7edf3ac730c16976706]

INTEGRATION: CWS scriptingf1 (1.1.2); FILE ADDED 2003/10/06 14:36:06 mav 1.1.2.1: #i19303#,#i20750# UNO API storage duplicate related stuff


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [0ac07dbf7a0169d4d5cabeef8516af09759308a4]

INTEGRATION: CWS scriptingf1 (1.1.2); FILE ADDED 2003/10/06 14:36:04 mav 1.1.2.1: #i19303#,#i20750# UNO API storage duplicate related stuff


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [f04ac988f1a1609d27dd004c371730c383d46200]

INTEGRATION: CWS scriptingf1 (1.79.16); FILE MERGED 2003/10/06 14:35:18 mav 1.79.16.1: #i19303#,#i20750# UNO API storage duplicate related stuff


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [d6d92b83c36e8185eb875b00f08e08813c69cba1]

INTEGRATION: CWS scriptingf1 (1.36.36); FILE MERGED 2003/10/06 16:15:15 mav 1.36.36.2: #i19303# kind of locking 2003/10/06 14:37:20 mav 1.36.36.1: #i19303# UNO API storage duplicate related stuff


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [5a5a6a6b97f21aa40f422448f4d49168e9f83da7]

INTEGRATION: CWS scriptingf1 (1.6.44); FILE MERGED 2003/10/06 14:37:19 mav 1.6.44.1: #i19303# UNO API storage duplicate related stuff


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [2a5efc1e0b6ad02d429e232c12a9f19ecdc8c1c6]

INTEGRATION: CWS scriptingf1 (1.20.16); FILE MERGED 2003/10/06 14:37:00 mav 1.20.16.1: #i19303# UNO API storage duplicate related stuff


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [904cfef67061d7039ba6cf4ad7d40f81ee64b8be]

INTEGRATION: CWS scriptingf1 (1.4.322); FILE MERGED 2003/10/09 13:57:31 dfoster 1.4.322.1: #i19263# - support scripting framework scripts for object/graphic and other events


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [fa7febaf02589c2337446697eb8d466fd45e1401]

INTEGRATION: CWS scriptingf1 (1.2.356); FILE MERGED 2003/10/28 15:29:42 dfoster 1.2.356.2: #i21612# Fixing error in previous commit. 2003/10/28 10:15:14 dfoster 1.2.356.1: #i21612# Added support for returning Script from GetLanguage() call for SvxMacro when type is EXTENDED_STYPE. Commited by dfoster for npower.


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [8d523415d890e2500ae5193f424de1d3b2100ac3]

#100000# solve mergeconflicts


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [4050c9c994cb2d1314fabbdeecf9ef13eba45fe5]

INTEGRATION: CWS vclsysmenu (1.94.66); FILE MERGED 2003/11/10 16:50:55 ssa 1.94.66.6: #i20547# enable alt-hotkey for native menubar 2003/10/31 16:43:29 ssa 1.94.66.5: #i20547# improve native menu support 2003/10/13 10:04:02 ssa 1.94.66.4: #110386# do not transform coordinates for system child windows 2003/10/02 15:41:32 ssa 1.94.66.3: #i20547# native menues 2003/10/01 15:21:29 ssa 1.94.66.2: RESYNC: (1.94-1.95); FILE MERGED 2003/10/01 14:42:34 ssa 1.94.66.1: #i20547# native menues


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [7f244182828709fe4e330aeef91927ac1f432531]

INTEGRATION: CWS vclsysmenu (1.7.214); FILE MERGED 2003/10/01 14:41:37 ssa 1.7.214.1: #i20547# native menues


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [07e9c70429e7dacfec9a0304aecd2b35c372a176]

INTEGRATION: CWS vclsysmenu (1.164.24); FILE MERGED 2003/10/02 14:51:38 ssa 1.164.24.1: #i20547# native menus


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [7cce0d5ee71e45254fcfe04373fc4bc583f4989e]

INTEGRATION: CWS vclsysmenu (1.1.2); FILE ADDED 2003/11/03 12:50:59 ssa 1.1.2.4: #i20547# rename SalItemData, VisibleMenuBar() now static, redrawing menu bar only if visible 2003/10/31 16:43:30 ssa 1.1.2.3: #i20547# improve native menu support 2003/10/27 16:39:39 ssa 1.1.2.2: #i20547# do not store itempos with each item 2003/10/01 14:24:42 ssa 1.1.2.1: #i20547# native menues


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [98c8f61f0eab28b3f35bc1810ca46193bef8fcca]

INTEGRATION: CWS vclsysmenu (1.2.204); FILE MERGED 2003/11/10 17:33:13 ssa 1.2.204.2: RESYNC: (1.2-1.3); FILE MERGED 2003/10/01 14:42:32 ssa 1.2.204.1: #i20547# native menues


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [eb16ac1e105afdf0d93c3dae7e6ddb4a3009b1a9]

INTEGRATION: CWS vclsysmenu (1.1.2); FILE ADDED 2003/10/27 16:29:33 ssa 1.1.2.2: #i20547# do not store itempos with each item 2003/10/01 14:24:14 ssa 1.1.2.1: #i20547# native menues


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [c2557efd3c5603f2d5479adf30b9ce162dddd455]

INTEGRATION: CWS vclsysmenu (1.1.2); FILE ADDED 2003/11/03 13:33:27 ssa 1.1.2.2: #i20547# rename SalItemData 2003/10/02 14:50:52 ssa 1.1.2.1: #i20547# native menus


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [670224fcb1e2cb0a43bb22579f3d6aca8a101c88]

INTEGRATION: CWS vclsysmenu (1.2.214); FILE MERGED 2003/10/02 14:51:38 ssa 1.2.214.1: #i20547# native menus


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [87305e51e8c41734797e9c6e5f0da7cd74dfb84c]

INTEGRATION: CWS vclsysmenu (1.1.2); FILE ADDED 2003/10/02 14:50:20 ssa 1.1.2.1: #i20547# native menus


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [1b10b00962f9a24720ceb7cef715fd4e10c33e45]

INTEGRATION: CWS vclsysmenu (1.79.34); FILE MERGED 2003/10/01 15:13:12 ssa 1.79.34.2: RESYNC: (1.79-1.80); FILE MERGED 2003/10/01 14:41:07 ssa 1.79.34.1: #i20547# native menues


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [9cd5dabde11a92078ac02b4f9e86514f4cc7dec3]

INTEGRATION: CWS vclsysmenu (1.96.12); FILE MERGED 2003/11/10 16:49:57 ssa 1.96.12.5: #i20547# no key processing when native menubar active 2003/11/03 12:49:44 ssa 1.96.12.4: #i20547# rename SalItemData, VisibleMenuBar() now static 2003/10/31 16:42:48 ssa 1.96.12.3: #i20547# improve native menu support 2003/10/02 15:40:49 ssa 1.96.12.2: #i20547# native menues 2003/10/01 14:41:07 ssa 1.96.12.1: #i20547# native menues


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [ee36d78a75e3f904dcba493b9e1fbb1552ec6c3a]

INTEGRATION: CWS vclplug (1.2.322); FILE MERGED 2003/10/24 13:35:27 pl 1.2.322.1: #21232# win port of virtualiing sal part


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [d1aa6ca61c7dd1d459ce832c665307b5a8185ce7]

INTEGRATION: CWS vclplug (1.95.24); FILE MERGED 2003/10/24 13:35:25 pl 1.95.24.1: #21232# win port of virtualiing sal part


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [543c508d79e2ac2a822b84f1c2d628f755eae100]

INTEGRATION: CWS vclplug (1.73.36); FILE MERGED 2003/10/24 13:35:20 pl 1.73.36.1: #21232# win port of virtualiing sal part


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [f167219b2cbc540afcdbeeb9da5acb0f8c0c9fd1]

INTEGRATION: CWS vclplug (1.2.188); FILE MERGED 2003/10/24 13:35:20 pl 1.2.188.1: #21232# win port of virtualiing sal part


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [3930a66c0ef5e402279f3769830a613419028ba7]

INTEGRATION: CWS vclplug (1.12.84); FILE MERGED 2003/10/24 13:35:18 pl 1.12.84.1: #21232# win port of virtualiing sal part


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [88cdc0afd6fd1616b7f05e9694c21724ba5a311e]

INTEGRATION: CWS vclplug (1.2.340); FILE MERGED 2003/10/24 13:35:17 pl 1.2.340.1: #21232# win port of virtualiing sal part


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [35a0a1838ba748c4ddaa221dcae086630cba5200]

INTEGRATION: CWS vclplug (1.48.104); FILE MERGED 2003/10/29 10:30:53 pl 1.48.104.2: RESYNC: (1.48-1.49); FILE MERGED 2003/10/24 13:35:17 pl 1.48.104.1: #21232# win port of virtualiing sal part


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [ceb1448323b7009ea011054db9079f4cffae0cbf]

INTEGRATION: CWS vclplug (1.3.302); FILE MERGED 2003/10/24 13:35:16 pl 1.3.302.1: #21232# win port of virtualiing sal part


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [55bd7285220b3f6f4e6285d43e30ea32983cf6c9]

INTEGRATION: CWS vclplug (1.13.164); FILE MERGED 2003/10/24 13:35:15 pl 1.13.164.1: #21232# win port of virtualiing sal part


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [33065343cb422ac67a9833fb9e37decc1fd57726]

INTEGRATION: CWS vclplug (1.2.332); FILE MERGED 2003/10/24 13:35:14 pl 1.2.332.1: #21232# win port of virtualiing sal part


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [929d8be4f918cda24ecf43a99426303de2866c76]

INTEGRATION: CWS vclplug (1.2.134); FILE MERGED 2003/10/29 18:29:28 pl 1.2.134.2: #i21232# timer must run in main thread 2003/10/24 13:35:12 pl 1.2.134.1: #21232# win port of virtualiing sal part


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [da75de8763feebb1c2f73efd5d0ee30e5cbf1bf3]

INTEGRATION: CWS vclplug (1.14.134); FILE MERGED 2003/10/24 13:35:11 pl 1.14.134.1: #21232# win port of virtualiing sal part


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [9ad951c6c51da98efc02f28853508b17cd5e62cd]

INTEGRATION: CWS vclplug (1.3.326); FILE MERGED 2003/10/24 13:35:11 pl 1.3.326.1: #21232# win port of virtualiing sal part


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [9806a44413ad0234dfa0aefac9d042d39a14315e]

INTEGRATION: CWS vclplug (1.1.1.1.348); FILE MERGED 2003/10/24 13:35:07 pl 1.1.1.1.348.1: #21232# win port of virtualiing sal part


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [a92287d064e5fa68333f9562cb6a294fd32654f2]

INTEGRATION: CWS vclplug (1.1.2); FILE ADDED 2003/10/24 13:33:55 pl 1.1.2.1: #21232# win port


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [177c00aeea5a908689388d91775256cb327884aa]

INTEGRATION: CWS vclplug (1.1.2); FILE ADDED 2003/10/24 13:33:14 pl 1.1.2.1: #21232# win port


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [80b7c8d6f152c240968d55bc52544efbe78e4aab]

INTEGRATION: CWS vclplug (1.1.1.1.348); FILE MERGED 2003/10/24 13:35:06 pl 1.1.1.1.348.1: #21232# win port of virtualiing sal part


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [d03b5ccfcfe2bd67ba09b2ce16015376af62acd0]

INTEGRATION: CWS vclplug (1.4.174); FILE MERGED 2003/10/24 13:35:05 pl 1.4.174.1: #21232# win port of virtualiing sal part


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [d14e277895f8e975a82918653be25ba4b20f731f]

INTEGRATION: CWS vclplug (1.8.136); FILE MERGED 2003/10/24 13:35:04 pl 1.8.136.1: #21232# win port of virtualiing sal part


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [2fce51f9eb453b6582658ec705f61deebe0bae9d]

INTEGRATION: CWS vclplug (1.7.312); FILE MERGED 2003/10/24 13:35:03 pl 1.7.312.1: #21232# win port of virtualiing sal part


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [cb28576bdab14e040731dcd81d81ceaa79919c6c]

INTEGRATION: CWS vclplug (1.11.134); FILE MERGED 2003/10/24 13:35:03 pl 1.11.134.1: #21232# win port of virtualiing sal part


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [4826f3380b22f3a2737c116180ff8bd7572da5d4]

INTEGRATION: CWS vclplug (1.1.2); FILE ADDED 2003/10/24 13:32:47 pl 1.1.2.1: #i21232# win port


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [2e19bfabed96afe2136b495bb3defa458ac3e4ae]

INTEGRATION: CWS vclplug (1.33.32); FILE MERGED 2003/10/24 13:34:59 pl 1.33.32.1: #21232# win port of virtualiing sal part


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [47a4873f659499e6127e607076faaf180bd269ef]

INTEGRATION: CWS vclplug (1.48.38); FILE MERGED 2003/10/24 15:37:20 pl 1.48.38.3: #21232# corrected LIB2TARGET 2003/10/24 14:07:31 pl 1.48.38.2: #i21232# changed added DLLPOSTFIX to plugin basename 2003/10/21 15:54:17 pl 1.48.38.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [7f5921be26208f5ad47a520e0213737f8bfe1e69]

INTEGRATION: CWS vclplug (1.6.324); FILE MERGED 2003/10/21 15:54:16 pl 1.6.324.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [31a1e4553e790ddce48c2317274963dbe3e37c5e]

INTEGRATION: CWS vclplug (1.164.38); FILE MERGED 2003/10/22 13:50:15 pl 1.164.38.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:54:15 pl 1.164.38.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [c89a95ea5ae9c62014c2b3d3237eb8ff7249a805]

INTEGRATION: CWS vclplug (1.1.2); FILE ADDED 2003/10/24 14:07:28 pl 1.1.2.2: #i21232# changed added DLLPOSTFIX to plugin basename 2003/10/21 15:54:14 pl 1.1.2.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [c2f292cfba564a5629daede0bc4075c79720eba2]

INTEGRATION: CWS vclplug (1.1.2); FILE ADDED 2003/10/24 14:07:28 pl 1.1.2.2: #i21232# changed added DLLPOSTFIX to plugin basename 2003/10/21 15:54:12 pl 1.1.2.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [721dd74d5224f5b772a67e3c0807b9e675493652]

INTEGRATION: CWS vclplug (1.29.136); FILE MERGED 2003/10/29 10:31:09 pl 1.29.136.3: RESYNC: (1.29-1.30); FILE MERGED 2003/10/22 13:50:10 pl 1.29.136.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:54:08 pl 1.29.136.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [d8ce388a63eb2978166841274002548a21726a26]

INTEGRATION: CWS vclplug (1.4.188); FILE MERGED 2003/10/22 13:50:09 pl 1.4.188.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:54:07 pl 1.4.188.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [db48a00f54589abe8c22968820dce6d4e3668658]

INTEGRATION: CWS vclplug (1.28.38); FILE MERGED 2003/10/22 13:50:08 pl 1.28.38.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:54:06 pl 1.28.38.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [747147daa9e38fe0953eb8276ee5e5f80838bdf0]

INTEGRATION: CWS vclplug (1.7.172); FILE MERGED 2003/10/24 13:34:57 pl 1.7.172.3: #21232# win port of virtualiing sal part 2003/10/22 13:50:07 pl 1.7.172.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:54:06 pl 1.7.172.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [3a185a6d121a31dc27037d1320421c5e4facac98]

INTEGRATION: CWS vclplug (1.107.20); FILE MERGED 2003/10/29 10:39:48 pl 1.107.20.3: RESYNC: (1.107-1.108); FILE MERGED 2003/10/22 13:50:04 pl 1.107.20.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:54:05 pl 1.107.20.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [638d1e398786ae17d90f3ce10cf449efe2deede3]

INTEGRATION: CWS vclplug (1.18.122); FILE MERGED 2003/11/11 14:29:56 pl 1.18.122.3: removed useless output 2003/10/22 13:50:00 pl 1.18.122.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:54:05 pl 1.18.122.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [122ad3c72740c5d82128bb3dbefa9c322e205c7d]

INTEGRATION: CWS vclplug (1.25.38); FILE MERGED 2003/10/22 13:49:56 pl 1.25.38.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:54:04 pl 1.25.38.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [df4f8d8f311dfc90832b077ea2102107cc194276]

INTEGRATION: CWS vclplug (1.8.326); FILE MERGED 2003/10/21 15:54:04 pl 1.8.326.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [2f59447d01f6a591b6a1fdc17e64741df066e87d]

INTEGRATION: CWS vclplug (1.33.36); FILE MERGED 2003/10/21 15:54:02 pl 1.33.36.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [df28cefacc9b6cbd03e3c737514395ab7b4a1671]

INTEGRATION: CWS vclplug (1.16.136); FILE MERGED 2003/10/21 15:54:02 pl 1.16.136.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [9c1b9434f2bef5d64455c85233d61c12140fee6f]

INTEGRATION: CWS vclplug (1.8.310); FILE MERGED 2003/10/21 15:54:01 pl 1.8.310.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [312dd2ab2307f2e63eb1b5650415ce636d9a1b21]

INTEGRATION: CWS vclplug (1.44.22); FILE MERGED 2003/10/21 15:53:55 pl 1.44.22.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e631e3afc9576e9f4dd6a3f53bdd75024e3d65bc]

INTEGRATION: CWS vclplug (1.11.174); FILE MERGED 2003/10/21 15:53:54 pl 1.11.174.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [07fd5b6e06ed6fd94118171585011a9b455b2cc2]

INTEGRATION: CWS vclplug (1.15.38); FILE MERGED 2003/10/21 15:53:54 pl 1.15.38.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [9ae221dbfe81a5f25a281be7f9dcbe47ecef2620]

INTEGRATION: CWS vclplug (1.5.40); FILE MERGED 2003/10/21 15:53:54 pl 1.5.40.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e2753fe73108f4e1fe9954d67c8e613b97956c90]

INTEGRATION: CWS vclplug (1.7.172); FILE MERGED 2003/10/21 15:53:53 pl 1.7.172.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e818c36c5cc12f5788ef4ecb695388e99ecd42e1]

INTEGRATION: CWS vclplug (1.17.38); FILE MERGED 2003/10/21 15:53:52 pl 1.17.38.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [a5478758773ed66bca663ffed3b1dee8f94a1a20]

INTEGRATION: CWS vclplug (1.46.38); FILE MERGED 2003/10/21 15:53:51 pl 1.46.38.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [42b8c283ef984d59a05154415dc0804f4cbfe1b5]

INTEGRATION: CWS vclplug (1.29.32); FILE MERGED 2003/10/21 15:53:51 pl 1.29.32.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [241319ffcb2fb6c6ea398669717f41e91e35490c]

INTEGRATION: CWS vclplug (1.10.40); FILE MERGED 2003/10/21 15:53:49 pl 1.10.40.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [002e42c58b5a9d22e83aa21981dc8cce6d2e9045]

INTEGRATION: CWS vclplug (1.22.108); FILE MERGED 2003/10/21 15:53:49 pl 1.22.108.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [b113407bcc979e9ecdb5ab60852a1c49be6db78c]

INTEGRATION: CWS vclplug (1.26.104); FILE MERGED 2003/10/21 15:53:48 pl 1.26.104.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [f492d9acc8ff56c4761918f6532c99e33f7ebcb6]

INTEGRATION: CWS vclplug (1.19.40); FILE MERGED 2003/10/21 15:53:48 pl 1.19.40.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [fbb324baabdd2bffebb218a9e06139245a15b392]

INTEGRATION: CWS vclplug (1.18.108); FILE MERGED 2003/10/21 15:53:39 pl 1.18.108.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [1a39ff36998cccebc8211485c475b11bf7350216]

INTEGRATION: CWS vclplug (1.2.316); FILE MERGED 2003/10/29 10:39:54 pl 1.2.316.3: RESYNC: (1.2-1.3); FILE MERGED 2003/10/22 13:49:53 pl 1.2.316.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:53:39 pl 1.2.316.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [f260941f3d49c4ad528fcd2cd592e4091873b0c6]

INTEGRATION: CWS vclplug (1.1.2); FILE ADDED 2003/10/21 15:53:38 pl 1.1.2.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [17637ed06a51f47ff646fb8164e7f1d5bff72f84]

INTEGRATION: CWS vclplug (1.9.304); FILE MERGED 2003/10/21 15:53:35 pl 1.9.304.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [771466f60bc0c92e78c7a5caa1f846ebebb54c87]

INTEGRATION: CWS vclplug (1.1.2); FILE ADDED 2003/10/24 13:34:56 pl 1.1.2.2: #21232# win port of virtualiing sal part 2003/10/21 15:53:35 pl 1.1.2.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [56e957a35ede7ab50bcdf0d4ad1c7c17d64a24c8]

INTEGRATION: CWS vclplug (1.2.324); FILE MERGED 2003/10/21 15:53:34 pl 1.2.324.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [aec8f65a1e8cd83ef594b71b547a48c5aa1d8bf5]

INTEGRATION: CWS vclplug (1.3.334); FILE MERGED 2003/10/29 10:40:19 pl 1.3.334.2: RESYNC: (1.3-1.4); FILE MERGED 2003/10/21 15:53:34 pl 1.3.334.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [1dafc3b0a297b7c1ec54f68ff2394c2a73cfcdae]

INTEGRATION: CWS vclplug (1.22.188); FILE MERGED 2003/10/22 13:49:52 pl 1.22.188.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:53:33 pl 1.22.188.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [724ac813263127ca764a4a6f7f989f28a9e0f039]

INTEGRATION: CWS vclplug (1.31.104); FILE MERGED 2003/10/22 13:49:52 pl 1.31.104.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:53:33 pl 1.31.104.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [0f6327d259be7c7f4369459b78e53aa839c62985]

INTEGRATION: CWS vclplug (1.18.38); FILE MERGED 2003/10/21 15:53:32 pl 1.18.38.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [f0533399ec8a91dbcbc0c7e7713c1a0017c69569]

INTEGRATION: CWS vclplug (1.6.38); FILE MERGED 2003/10/21 15:53:31 pl 1.6.38.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [32d6206c9ecfbfdc42b83d5271ac1694da93840f]

INTEGRATION: CWS vclplug (1.1.2); FILE ADDED 2003/10/21 15:53:31 pl 1.1.2.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [2d7ebb1c1ef48e168b64ff7e0552be994738ebb9]

INTEGRATION: CWS vclplug (1.6.302); FILE MERGED 2003/10/21 15:53:30 pl 1.6.302.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [509f58e49e1077af72564155f75acbc1e68b0e37]

INTEGRATION: CWS vclplug (1.8.4); FILE MERGED 2003/10/21 15:53:29 pl 1.8.4.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e04a75d620a52564cdfe7a1bec4534a9aae8e129]

INTEGRATION: CWS vclplug (1.6.326); FILE MERGED 2003/10/21 15:53:29 pl 1.6.326.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [9a106fba3cf00a3435e3ec3884ba92e8cab79611]

INTEGRATION: CWS vclplug (1.6.188); FILE MERGED 2003/10/21 15:53:28 pl 1.6.188.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [c694816f5fd616555483308c00ae4f8d781d5e39]

INTEGRATION: CWS vclplug (1.4.310); FILE MERGED 2003/10/21 15:53:28 pl 1.4.310.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [3afdea15e2beaefdf9d78292fd987e06616655d5]

INTEGRATION: CWS vclplug (1.176.106); FILE MERGED 2003/10/24 13:34:54 pl 1.176.106.3: #21232# win port of virtualiing sal part 2003/10/22 13:49:49 pl 1.176.106.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:53:26 pl 1.176.106.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [ae3a611819a7d8a42e50db4d8e6804a0f6826291]

INTEGRATION: CWS vclplug (1.23.88); FILE MERGED 2003/10/21 15:53:25 pl 1.23.88.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [94f5c88b5f30a9370e976df08f4d49a04e2fac49]

INTEGRATION: CWS vclplug (1.9.160); FILE MERGED 2003/10/29 10:29:51 pl 1.9.160.2: RESYNC: (1.9-1.10); FILE MERGED 2003/10/21 15:53:18 pl 1.9.160.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [6dc8dc7badbe9347999512e53acf2657a14c00b6]

INTEGRATION: CWS vclplug (1.48.36); FILE MERGED 2003/10/22 13:49:46 pl 1.48.36.1: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [d575e03826a33cc9c1b34a6a801e874e73903b8d]

INTEGRATION: CWS vclplug (1.12.188); FILE MERGED 2003/10/22 13:49:46 pl 1.12.188.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:53:17 pl 1.12.188.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [ba4952338c854ed948b45d518bc3d4c66f5b35d5]

INTEGRATION: CWS vclplug (1.42.136); FILE MERGED 2003/10/21 15:53:17 pl 1.42.136.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [fbeadf81f7fc51b3d8e426f4ec3747ddcfc1d8cb]

INTEGRATION: CWS vclplug (1.57.36); FILE MERGED 2003/10/29 10:29:45 pl 1.57.36.2: RESYNC: (1.57-1.58); FILE MERGED 2003/10/21 15:53:16 pl 1.57.36.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [76f4ac0ca98a96b32810f4bd763f2f912ffdb38e]

INTEGRATION: CWS vclplug (1.156.36); FILE MERGED 2003/10/29 10:29:57 pl 1.156.36.3: RESYNC: (1.156-1.157); FILE MERGED 2003/10/22 13:49:44 pl 1.156.36.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:53:14 pl 1.156.36.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [5663f767c283e2f9ec88ada1ceb7f701531b0f43]

INTEGRATION: CWS vclplug (1.13.164); FILE MERGED 2003/10/22 13:49:43 pl 1.13.164.1: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [40dc96db7599c649a03d69889290aba6b6eca6bf]

INTEGRATION: CWS vclplug (1.5.162); FILE MERGED 2003/10/22 13:49:42 pl 1.5.162.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:53:14 pl 1.5.162.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [0d4ad25317c09af10463373b23d7b793300b4566]

INTEGRATION: CWS vclplug (1.1.1.1.348); FILE MERGED 2003/10/21 15:53:13 pl 1.1.1.1.348.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [2cf9e2a8bc06a7f303e9030e7f571d282e650d2c]

INTEGRATION: CWS vclplug (1.2.326); FILE MERGED 2003/10/21 15:53:13 pl 1.2.326.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [7d8cb0ed5a1ce2502fb433d120b1c3457a384826]

INTEGRATION: CWS vclplug (1.27.164); FILE MERGED 2003/10/21 15:53:08 pl 1.27.164.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [b3790481f367379dcde35807f9d8f99893d8874a]

INTEGRATION: CWS vclplug (1.1.1.1.348); FILE MERGED 2003/10/21 15:53:07 pl 1.1.1.1.348.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [783ebb3a6bc4747588be1c3cfd723edbc502b911]

INTEGRATION: CWS vclplug (1.41.174); FILE MERGED 2003/10/24 13:34:52 pl 1.41.174.2: #21232# win port of virtualiing sal part 2003/10/21 15:53:04 pl 1.41.174.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [d0b602e3cab9323eb30878f298a82d96c1b7f42b]

INTEGRATION: CWS vclplug (1.27.116); FILE MERGED 2003/10/21 15:53:04 pl 1.27.116.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [4a0c1b7b1ec7ff9b0ff7c67ce78785640ab0d012]

INTEGRATION: CWS vclplug (1.44.172); FILE MERGED 2003/10/24 13:34:52 pl 1.44.172.2: #21232# win port of virtualiing sal part 2003/10/21 15:53:03 pl 1.44.172.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [37ff4e8192a3bd898d00f097e781c2a67d9adcb0]

INTEGRATION: CWS vclplug (1.6.188); FILE MERGED 2003/10/21 15:53:03 pl 1.6.188.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [a63a4582e58492b965dd4e1ba72356fef6361edb]

INTEGRATION: CWS vclplug (1.38.174); FILE MERGED 2003/10/21 15:53:02 pl 1.38.174.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [0fcb390b3c77e9b7d67532d6a723af9d507dca8b]

INTEGRATION: CWS vclplug (1.1.2); FILE ADDED 2003/10/22 13:49:39 pl 1.1.2.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:53:02 pl 1.1.2.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [22b5cd078d39c2e7fe10c38689f6bc810e48f260]

INTEGRATION: CWS vclplug (1.10.312); FILE MERGED 2003/10/21 15:53:01 pl 1.10.312.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [a87609b467f912a560120ef633dd907a046ba0f9]

INTEGRATION: CWS vclplug (1.30.38); FILE MERGED 2003/10/24 15:36:46 pl 1.30.38.1: #21232# deliver vcl generic plugin


2003-11-18  Kurt Zenker  <kz@openoffice.org>  [3b7ec2e456e8124436e436a96af08313d2af8064]

INTEGRATION: CWS vclplug (1.21.2); FILE MERGED 2003/10/29 10:40:46 pl 1.21.2.2: RESYNC: (1.21-1.22); FILE MERGED 2003/10/21 15:52:59 pl 1.21.2.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come


2003-11-12  Kurt Zenker  <kz@openoffice.org>  [25eb54ae2ee803f4d07489f34e29f1518bed095d]

new version for SRC680


2003-11-12  Kurt Zenker  <kz@openoffice.org>  [964f2d9f15ed51e0725f02d7a872f6f889f7c6b2]

new version for SRC680


2003-11-12  Oliver Bolte  <obo@openoffice.org>  [c058db513125c8e1f658f961032f313df6c14fe0]

INTEGRATION: CWS texteng02 (1.39.116); FILE MERGED 2003/11/06 07:43:33 mt 1.39.116.2: #109019# Final cleanups... 2003/10/31 12:17:49 mt 1.39.116.1: #109019# Optimizations 1 - use stl::vector for ParaPortionList


2003-11-12  Oliver Bolte  <obo@openoffice.org>  [d40d8f2e228b2f422ba34b9441301a6681fd7ce9]

INTEGRATION: CWS texteng02 (1.27.10); FILE MERGED 2003/11/06 07:43:32 mt 1.27.10.8: #109019# Final cleanups... 2003/11/05 13:12:46 mt 1.27.10.7: #109019# CHanges to the idle format 2003/11/05 10:56:12 mt 1.27.10.6: #109019# IdleFormat for RemoveAttribs 2003/11/04 15:50:44 mt 1.27.10.5: #109019# TEXT_HINT_PARACONTENTCHANGED, maTextColor 2003/11/03 18:49:35 mt 1.27.10.4: #109019# SeekCursor with OutDev*, preparation for text color optimization 2003/11/03 15:44:30 mt 1.27.10.3: #109019# Cache CurTextWidth, mbHasMultiLineParas 2003/10/31 14:26:52 mt 1.27.10.2: #109019# Optimizations 2 - Template for the Wrapper" 2003/10/31 12:17:48 mt 1.27.10.1: #109019# Optimizations 1 - use stl::vector for ParaPortionList


2003-11-12  Oliver Bolte  <obo@openoffice.org>  [c0156fd47592c9595ae64f51cebd6455a24c6093]

INTEGRATION: CWS texteng02 (1.1.1.1.390); FILE MERGED 2003/10/31 14:26:52 mt 1.1.1.1.390.1: #109019# Optimizations 2 - Template for the Wrapper"


2003-11-12  Oliver Bolte  <obo@openoffice.org>  [8e039310ec368153b8c1c1a367f3858d18e34b15]

INTEGRATION: CWS texteng02 (1.1.1.1.390); FILE MERGED 2003/11/03 15:45:02 mt 1.1.1.1.390.2: #109019# Check Index before String::Erase in Split() 2003/10/31 14:26:51 mt 1.1.1.1.390.1: #109019# Optimizations 2 - Template for the Wrapper"


2003-11-12  Oliver Bolte  <obo@openoffice.org>  [d35f78050bdfaa7382a8f9c6f8e5d7f4b2295e39]

INTEGRATION: CWS texteng02 (1.8.350); FILE MERGED 2003/11/05 13:12:45 mt 1.8.350.3: #109019# CHanges to the idle format 2003/10/31 14:26:51 mt 1.8.350.2: #109019# Optimizations 2 - Template for the Wrapper" 2003/10/31 12:17:48 mt 1.8.350.1: #109019# Optimizations 1 - use stl::vector for ParaPortionList


2003-11-12  Oliver Bolte  <obo@openoffice.org>  [f51d57f587b2bb02218e165aa7bcf6a26e14120d]

INTEGRATION: CWS texteng02 (1.2.350); FILE MERGED 2003/11/05 13:12:45 mt 1.2.350.3: #109019# CHanges to the idle format 2003/10/31 14:26:50 mt 1.2.350.2: #109019# Optimizations 2 - Template for the Wrapper" 2003/10/31 12:17:47 mt 1.2.350.1: #109019# Optimizations 1 - use stl::vector for ParaPortionList


2003-11-12  Oliver Bolte  <obo@openoffice.org>  [3ac8b38c129eb7280a206044db8ab81a6ff5914f]

INTEGRATION: CWS texteng02 (1.3.352); FILE MERGED 2003/11/03 18:48:35 mt 1.3.352.1: #109019# GetColor


2003-11-12  Oliver Bolte  <obo@openoffice.org>  [49ec96489a9170045d8bca202ddbf336b83785f1]

INTEGRATION: CWS texteng02 (1.4.82); FILE MERGED 2003/11/03 15:41:34 mt 1.4.82.1: #109019# Check index for greater *equal* in ::Erase( nPos, Count )


2003-11-12  Oliver Bolte  <obo@openoffice.org>  [1d949adb3b3015bfe6bc6a2965764de32c261630]

INTEGRATION: CWS texteng02 (1.156.38); FILE MERGED 2003/11/06 11:27:10 mt 1.156.38.2: RESYNC: (1.156-1.157); FILE MERGED 2003/11/04 15:38:15 mt 1.156.38.1: #109019# Optimizations for text color changes, no ImplNewFont


2003-11-12  Thorsten Behrens  <thb@openoffice.org>  [81ab7781edbec043255380d115f6245e66af6f90]

Put Impl class into anonymous namespace


2003-11-12  Thorsten Behrens  <thb@openoffice.org>  [f4ecec397f0569e825871d4bf1214e7a3d25e823]

Added scalar cross() method to B2DVector, which returns length of the 2D cross product (useful e.g. for angle calculations)


2003-11-12  Thorsten Behrens  <thb@openoffice.org>  [83110650b237027632f913e0ccced1c73c5a7f3e]

Added second adaptive subdivision method (this time with an angle differences as the stopping criterion


2003-11-11  Armin Weiss  <aw@openoffice.org>  [a62792addb13b93ebbb49f787e7651b0a48057d4]

added B2DVector::angle


2003-11-11  Armin Weiss  <aw@openoffice.org>  [c584509b2c5ad9d8bbf8cc88cb14720bc6982e6b]

Added functionality at the Poly and PolyPolygon tools for subdivides, corrected polygon clipper further


2003-11-10  Thorsten Behrens  <thb@openoffice.org>  [bcf48de2fd33561afd881b321b48c196d5cf09db]

Moved template declaration to internal namespace


2003-11-10  Thorsten Behrens  <thb@openoffice.org>  [188a12c9ff88e3cdfc377ab838db2a1541df4fb2]

Initial revision


2003-11-10  Thorsten Behrens  <thb@openoffice.org>  [0ac318f18fcd950583c6b8776ad3bfc073274cc4]

Added bezier tools file


2003-11-10  Armin Weiss  <aw@openoffice.org>  [626539253ef6bba476aac9013311bdc70abfab87]

Some error corrections, some additions to polygon stuff, making PolyPolygonCutter work


2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [43b375e6c16bdacb1cd9e8924cc2a03c0d36d690]

INTEGRATION: CWS i18n08 (1.9.38); FILE MERGED 2003/08/08 23:54:45 khong 1.9.38.1: #109932# changed Japanese short Era name


2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [de684dcff47587baf4ef759beecb44a0651e1151]

INTEGRATION: CWS i18n08 (1.10.38); FILE MERGED 2003/08/08 23:49:13 khong 1.10.38.1: #13451# update quarter word, provided by jcorrius


2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [5234ac8c2e15f2ccdd27e1a6257d324c6902599f]

INTEGRATION: CWS i18n08 (1.21.16); FILE MERGED 2003/08/10 05:35:35 khong 1.21.16.1: #i15631# upgrate ICU to version 2.6


2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fbe3137f85d50d00b601161fca23610c2630772]

INTEGRATION: CWS i18n08 (1.1.2); FILE ADDED 2003/08/08 23:30:57 khong 1.1.2.1: #i17155# fix line breakiterator rule to make slash and hyphen as part of word when doing line break


2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cabb00e9354cd0d028f2c1e7d494cf6122ed331]

INTEGRATION: CWS i18n08 (1.1.2); FILE ADDED 2003/08/08 23:33:23 khong 1.1.2.1: #i13494# #110146# fix word breakiterator rule to handle punctuations and signs correctly


2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [82585b7beedfb5fd222f86b5a63ed7c15a757b46]

INTEGRATION: CWS i18n08 (1.1.2); FILE ADDED 2003/08/08 23:29:12 khong 1.1.2.1: #i13451# add '-' as midLetter for Catalan dictionary word breakiterator


2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [490e836373d71eb10cd09a6327273326c0a9eae0]

INTEGRATION: CWS i18n08 (1.1.2); FILE ADDED 2003/08/08 23:33:24 khong 1.1.2.1: #i13494# #110146# fix word breakiterator rule to handle punctuations and signs correctly


2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [e54c10b66ae640db6b5f887e8995c8121cfe575b]

INTEGRATION: CWS i18n08 (1.1.2); FILE ADDED 2003/08/20 17:43:32 khong 1.1.2.1: #i13494# #110146# fix word breakiterator rule to handle punctuations and signs correctly


2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [4318ff58896c00fa780cd4511de006ed70509bfa]

INTEGRATION: CWS i18n08 (1.3.84); FILE MERGED 2003/08/08 23:46:54 khong 1.3.84.1: #i15631# upgrate ICU to version 2.6, move breakiterator rule files to i18npool project


2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [667599a66a6a610eb7d93ffbf038f65cde6c96ff]

INTEGRATION: CWS i18n08 (1.12.32); FILE MERGED 2003/09/04 16:31:54 er 1.12.32.6: #i15631# get rid of redeclared structs and use real ICU headers (still not an elegant way) 2003/09/03 14:40:48 khong 1.12.32.5: #i15631# upgrate ICU to version 2.6, fix a memory crash problem 2003/08/21 10:03:44 er 1.12.32.4: #i15631# cBreakIterator const correctness 2003/08/20 18:47:59 khong 1.12.32.3: #i15631# upgrate ICU to version 2.6, and fix compiling warning 2003/08/09 23:34:15 khong 1.12.32.2: #i15631# upgrate ICU to version 2.6, move breakiterator rule files to i18npool project 2003/08/08 23:46:54 khong 1.12.32.1: #i15631# upgrate ICU to version 2.6, move breakiterator rule files to i18npool project


2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [39ae035ecb907d53726211d639f4ef09959ee894]

INTEGRATION: CWS i18n08 (1.11.32); FILE MERGED 2003/08/08 18:57:33 khong 1.11.32.1: #i11993# #i14904# fix word breakiterator issues


2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [49d59a2f2d0b95cba7537c698463a417c8f793b8]

INTEGRATION: CWS i18n08 (1.5.76); FILE MERGED 2003/08/21 10:04:01 er 1.5.76.1: #i15631# cBreakIterator const correctness


2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c63003add2fcf29d548e0e26f7aa125945196a7]

INTEGRATION: CWS i18n08 (1.26.120); FILE MERGED 2003/08/21 13:52:26 er 1.26.120.1: i15631 UTextOffset obsolete with ICU 2.6. Use int32_t directly instead (see original comment in ICU 2.6 unicode/utf_old.h)


2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [b07815e4c93f7ffbd36e2a05f38dcd8a1f724ec1]

INTEGRATION: CWS i18n08 (1.22.30); FILE MERGED 2003/08/27 15:09:09 er 1.22.30.2: RESYNC: (1.22-1.23); FILE MERGED 2003/08/13 12:25:54 hdu 1.22.30.1: #i15631# update to icu version 2.6


2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b0d90d81ed6652a1d293395000515a11150a320]

INTEGRATION: CWS i18n08 (1.24.46); FILE MERGED 2003/08/13 12:26:06 hdu 1.24.46.1: #i15631# update to icu version 2.6


2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e95a67bebc12cf5f85175b561a2260cc2db2d6b]

INTEGRATION: CWS networker (1.15.4); FILE MERGED 2003/09/12 15:15:44 lo 1.15.4.2: #110340# move install code to desktop project and allow reload of path data 2003/06/24 15:34:46 lo 1.15.4.1: #110340# create user dir from scratch if not found


2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5bfd1008e53e91ada0ad2cff1838a1cffbfe8fd]

INTEGRATION: CWS networker (1.7.70); FILE MERGED 2003/09/12 15:16:26 lo 1.7.70.1: #110340# allow reload of path data


2003-11-06  Armin Weiss  <aw@openoffice.org>  [3baf657c6f6da8cf3b3b7706f3709bef904683ed]

Added tooling for PolyPolygon cutting and some more tooling at B2DPolygon and B2DPolyPolygon


2003-11-06  Armin Weiss  <aw@openoffice.org>  [9992dfcfff790dc031a283c1de3584cd8fc2e45c]

Added tooling for cutting PolyPolygons


2003-11-06  Armin Weiss  <aw@openoffice.org>  [4020c30b91ef291918a3713f41cfe20d3f6ba526]

Added tooling for PolyPolygon cutting


2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec2136e5e8c8cdaabaa54686ab6ff6b5a27c9371]

INTEGRATION: CWS geordi2q08 (1.25.196); FILE MERGED 2003/11/05 13:35:00 rt 1.25.196.1: #111934#: join CWS mercury01


2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca147c44703a39bd57437c8de66f0f2d03038092]

INTEGRATION: CWS kilkennyfilterteam14 (1.1.1.1.364); FILE MERGED 2003/09/19 15:28:17 cmc 1.1.1.1.364.1: #i10538# add support for exporting ansi fallback characters when exporting unicode characters (note multibyte characters are possible) and because word and wordpad don't allow this in fontnames then add a new method to not use these fallbacks


2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbf32156a565f9805bb76c43c895e9e74b2f765f]

INTEGRATION: CWS kilkennyfilterteam14 (1.2.364); FILE MERGED 2003/09/19 15:28:16 cmc 1.2.364.1: #i10538# add support for exporting ansi fallback characters when exporting unicode characters (note multibyte characters are possible) and because word and wordpad don't allow this in fontnames then add a new method to not use these fallbacks


2003-11-05  Oliver Bolte  <obo@openoffice.org>  [d2c58a15b0fcf398edded6debc1ff1b90ecdd51e]

start up problems of svdem.exe fixed


2003-11-05  Armin Weiss  <aw@openoffice.org>  [97ccf101eb509a6f274a5e005d980ea66cc420bb]

Added PolyPolygonTools, Added PolygonTool functionality, changed bool to sal_Bool


2003-11-05  Armin Weiss  <aw@openoffice.org>  [76ff1b8ee0bf877d8aa30650d0781f2f841c1dd5]

Added new area for PolyPolygon tools


2003-11-03  Armin Weiss  <aw@openoffice.org>  [b43d9594b9b08262b3b49fc0f619bb2fc0eef755]

Added entries for tuple and range


2003-10-31  Armin Weiss  <aw@openoffice.org>  [2c94304f3440abb5ff8b3e7500244e9c18c92667]

removed /sdr from deliver paths


2003-10-31  Armin Weiss  <aw@openoffice.org>  [ca0f0158777f04d310618d1e5882dd8f21395c5c]

Added deliver statements for most used headers


2003-10-31  Armin Weiss  <aw@openoffice.org>  [28386111bacf65d3e1695836e68ab8d8fa3495f1]

includes were one inc too deep, correcting


2003-10-31  Armin Weiss  <aw@openoffice.org>  [2cdd81a882fc0e0dc678b331af51dc4981d33105]

includes were one inc too deep, correcting


2003-10-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ff8c6a0f6dad1a524ab23bf169fa8b4b71bfff24]

#100000# fix mws build


2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [924c8e6f05012ff46f75f60b28f4875951801980]

#100000#


2003-10-30  Oliver Bolte  <obo@openoffice.org>  [f28985f590ac77acf0b867d8391829844cbaf7e6]

#100000# runthrd obsolete


2003-10-28  Armin Weiss  <aw@openoffice.org>  [a566047e3638e38aed0fa875d6340ad9e9c514eb]

basegfx reorganization


2003-10-28  Armin Weiss  <aw@openoffice.org>  [2fde8ea3ee5ffd631505977c64819df6ec5d6584]

basegfx reorganization


2003-10-22  Kurt Zenker  <kz@openoffice.org>  [a90cce7e77f2c9216d779eeec0d19247565077be]

new version for SRC680


2003-10-22  Kurt Zenker  <kz@openoffice.org>  [ceff419af1a1cca0bb03762c216b8a1bdcadc498]

new version for SRC680


2003-10-22  Kurt Zenker  <kz@openoffice.org>  [1940e63d3a431cd56b761b8f6c86c0d3f78ead35]

new version for SRC680


2003-10-22  Kurt Zenker  <kz@openoffice.org>  [a7917e6fc6ec750bc42c5fc100d5a39881eec277]

initial version


2003-10-21  Kurt Zenker  <kz@openoffice.org>  [2b52fa06d9642ee8ab64e6b94e57fb0cf832ecf0]

new version for SRC680


2003-10-21  Oliver Bolte  <obo@openoffice.org>  [90d8a1f7fd5e209169abfc8701f1bc20f631915b]

INTEGRATION: CWS qdiet01 (1.8.2); FILE MERGED 2003/10/21 09:10:51 obr 1.8.2.1: #i18813# removed even more obsolete classes


2003-10-21  Oliver Bolte  <obo@openoffice.org>  [176abbddae8f05c65aaa5655843af33995e2aac2]

INTEGRATION: CWS qdiet01 (1.8.20); FILE MERGED 2003/10/21 09:10:50 obr 1.8.20.3: #i18813# removed even more obsolete classes 2003/09/19 07:10:32 obr 1.8.20.2: #i18813# removal of obsolete OFiberingServer and OQueue 2003/09/17 06:45:45 obr 1.8.20.1: #i18813# obsolete OProfile class removed


2003-10-21  Oliver Bolte  <obo@openoffice.org>  [c3d20b476d457d68a868f12a510e783e2791f196]

INTEGRATION: CWS qdiet01 (1.6.14); FILE MERGED 2003/10/21 09:10:48 obr 1.6.14.1: #i18813# removed even more obsolete classes


2003-10-21  Oliver Bolte  <obo@openoffice.org>  [a71f8a8dce8c5511d94feba5b2093d9732a6e80b]

INTEGRATION: CWS qdiet01 (1.4.24); FILE MERGED 2003/10/21 09:10:48 obr 1.4.24.1: #i18813# removed even more obsolete classes


2003-10-21  Oliver Bolte  <obo@openoffice.org>  [9c976b43e6239a22c4d011b78c5b3260879f0bb7]

INTEGRATION: CWS formcelllinkage (1.14.48); FILE MERGED 2003/10/01 09:05:35 fs 1.14.48.1: #i18994# merging the changes from the CWS fs002


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [db217fa71cfc4b9728441f7a42ad392deca45283]

INTEGRATION: CWS qdiet01 (1.2.286); FILE MERGED 2003/09/23 15:09:52 mh 1.2.286.1: exchange header templates, #i19939#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [1c47c84e04b17284aec4b9d551a1b52f0f4b0900]

INTEGRATION: CWS qdiet01 (1.4.286); FILE MERGED 2003/09/23 15:09:51 mh 1.4.286.1: exchange header templates, #i19939#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [492d6c48665430c02e2135877d3c8e8e730fd0bc]

INTEGRATION: CWS qdiet01 (1.4.158); FILE MERGED 2003/09/23 15:09:50 mh 1.4.158.1: exchange header templates, #i19939#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [fd6ab51bcc43204597ef88aeb4928e4c36d753bc]

INTEGRATION: CWS qdiet01 (1.3.286); FILE MERGED 2003/09/23 15:09:49 mh 1.3.286.1: exchange header templates, #i19939#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [02387d61c8415819a1d2b784f50e1dd99b6c0720]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE MERGED 2003/09/23 15:09:46 mh 1.1.1.1.332.1: exchange header templates, #i19939#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [109626c1951dcc655ba63c4543f60cb23aebddfd]

INTEGRATION: CWS qdiet01 (1.2.300); FILE MERGED 2003/09/23 15:09:45 mh 1.2.300.1: exchange header templates, #i19939#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [fc7ca968a75ba3ab8c9f18720f35f9edaf4ef6e0]

INTEGRATION: CWS qdiet01 (1.3.318); FILE MERGED 2003/09/23 15:09:45 mh 1.3.318.1: exchange header templates, #i19939#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [d64121119d5c599003e96604ce16ad3ca3c722a3]

INTEGRATION: CWS qdiet01 (1.2.156); FILE MERGED 2003/09/23 15:09:44 mh 1.2.156.1: exchange header templates, #i19939#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [ca0bc965ffd43f8c83d95168a55e7ce1486959b6]

INTEGRATION: CWS qdiet01 (1.9.100); FILE MERGED 2003/09/23 15:09:44 mh 1.9.100.1: exchange header templates, #i19939#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [c2424c5209631ccf1173a114ffe65e371bb6d3ef]

INTEGRATION: CWS qdiet01 (1.2.100); FILE MERGED 2003/09/23 15:09:44 mh 1.2.100.1: exchange header templates, #i19939#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [dd0f53cae7398d5e26f67bfa3b936aaa5062d42c]

INTEGRATION: CWS qdiet01 (1.20.100); FILE MERGED 2003/10/10 11:38:05 mh 1.20.100.3: RESYNC: (1.20-1.21); FILE MERGED 2003/09/23 15:09:11 mh 1.20.100.2: remove old obsolete mac files, #i18390# 2003/09/23 15:08:26 mh 1.20.100.1: remove old obsolete os2 files, #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [3b327723281edb22040e7cfa0fb4b70457d7e150]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 14:37:50 mh 1.1.1.1.332.1: remove old obsolete os2 files, #i18930#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [2ba2e6acaae96eed9eb73e39734c72fd7659f47b]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 14:37:45 mh 1.1.1.1.332.1: remove old obsolete os2 files, #i18930#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [957a575dd2f06e7263c4c1d6706f7de82b561e1b]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 14:37:39 mh 1.1.1.1.332.1: remove old obsolete os2 files, #i18930#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [e04498df97f5f3dc07f1c2ef6b9e6a223f18e514]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 15:04:16 mh 1.1.1.1.332.1: remove old obsolete os2 files, #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [62a341369d6990ad9c096a4d36f084dd4ac473e4]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:53:50 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [ae6fed9dc2df534acaea1405cd5c18f7aec5cf5d]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:51:58 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [0786c8a7d4383edc992d2706b623ffa50761fea4]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:46:51 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [e30db1b0acdce8516382e0bcdf40bc3e23d31d36]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:46:45 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [79c688558a9399e26d9c025661466126d305788e]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:46:39 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [d02590ea2f7559739c0f8da12c997772f3a12980]

INTEGRATION: CWS qdiet01 (1.2.316); FILE REMOVED 2003/09/23 11:46:33 mh 1.2.316.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [3083b91c490217e2f0e45b5628db72435af953e2]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:46:27 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [29b2bd48c6d8dbbe740372400aedf7dadd167b1b]

INTEGRATION: CWS qdiet01 (1.2.294); FILE REMOVED 2003/09/23 11:46:21 mh 1.2.294.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [c9e9ee41a02c3e0f17045fec1313a7b777b9e653]

INTEGRATION: CWS qdiet01 (1.2.316); FILE REMOVED 2003/09/23 11:46:15 mh 1.2.316.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [12c1b29c26324cc7473eb35eff7cdd278b93c2a6]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:46:09 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [f89842055db7ae5105d726f8ff6bd5b94c98ee43]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:45:46 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [cded3c1fadd00aa5c0d6354506e5b2881dde20dd]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:45:40 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [069edaab61f5e02a95e9a36e8bb9b11e6a2ba61b]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:45:34 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [b5b279ba9b640aaef73034c17ccd6ca453dd56e1]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:45:28 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [a2bf80140df86d3b3acf7a7935964f61b3ab0061]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:45:16 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [1793e62135b395f6d7a7ee5e7281c42a419c08ec]

INTEGRATION: CWS qdiet01 (1.2.324); FILE REMOVED 2003/09/23 11:45:10 mh 1.2.324.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [488faa3973df5c199a9e968761c1b58fd6087b56]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:45:04 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [ad391739cd20fd9ce47befee8cf1a667b57835fe]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:39:01 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [ffc33860963110f5ca5e874b5601ce83372de2b9]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:38:56 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [ba85eae6d36545940c2c1aaa31f35827b6abb8b5]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:38:51 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [ecceeb5e8b4e7d90a682283568494596a89bd199]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:38:45 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [21a0aa76e3dccbc572e5ed341ff043a719f1efae]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:38:39 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [0a4751d561893046d99eefc2c0fac32a6bba4496]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:38:28 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [251c970622fbe1ca6eb1bbb670ca27c230706f9b]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:38:22 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [28f259c78e68b874284981944c19dd455cc4f290]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:38:17 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [bf67f15cf15e1deeb972c56b3e2947cc4bef94ee]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:38:12 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [e0f29f3aadaf532010ef9f653457172c4d772854]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:38:06 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [d79675a692f823b46fd7a9192b6705e515590387]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 14:40:13 mh 1.1.1.1.332.1: remove old obsolete os2 files, #i18930#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [80137c4c51dc5d602797c722dd43d1e37981f751]

INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 14:40:06 mh 1.1.1.1.332.1: remove old obsolete os2 files, #i18930#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [4b6ebd83246669912b6c60d03fe938f32f08f470]

INTEGRATION: CWS qdiet01 (1.2.366); FILE MERGED 2003/09/23 15:25:04 mh 1.2.366.1: exchange header templates, #i19939#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [5b58abae09d552eebc9699e63a4239f84bada3b9]

INTEGRATION: CWS qdiet01 (1.8.20); FILE MERGED 2003/09/19 07:10:32 obr 1.8.20.2: #i18813# removal of obsolete OFiberingServer and OQueue 2003/09/17 06:45:45 obr 1.8.20.1: #i18813# obsolete OProfile class removed


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [78110a564b0e843976c8c8e58349d72bf443d06d]

INTEGRATION: CWS qdiet01 (1.13.56); FILE MERGED 2003/10/10 11:22:26 mh 1.13.56.2: RESYNC: (1.13-1.14); FILE MERGED 2003/09/23 10:42:07 mh 1.13.56.1: remove old os2 files from standard source tree, #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [5afa840805cacd86dcd9034d63930ec085300d4f]

INTEGRATION: CWS qdiet01 (1.1.1.1.170); FILE REMOVED 2003/09/23 10:30:10 mh 1.1.1.1.170.1: remove old os2 files from standard source tree, #i18390#


2003-10-20  Oliver Bolte  <obo@openoffice.org>  [baaee9cb6c8be2edea9324ab75ca9e5195a05539]

INTEGRATION: CWS qdiet01 (1.1.1.1.170); FILE REMOVED 2003/09/23 10:39:55 mh 1.1.1.1.170.1: remove old os2 files from standard source tree, #i18390#


2003-10-17  Thorsten Behrens  <thb@openoffice.org>  [4a37ea67e69b9269cb75761e478a3a0f340732b4]

#110496# Make this compile under Windows again, outlined various inlines (mostly to prevent exposure of source/inc/ftools.hxx)


2003-10-16  Kurt Zenker  <kz@openoffice.org>  [f6f01e34704608f3e48fa12f9bf44a032a09be74]

new version for SRC680


2003-10-15  Rüdiger Timm  <rt@openoffice.org>  [de936aa37d61b3f836fe1c8f67e11ec6d4c23aad]

new version for SRC680


2003-10-15  Rüdiger Timm  <rt@openoffice.org>  [af5fa143ef52e07d232dcc04c678015242f751d2]

new version for SRC680


2003-10-15  Kurt Zenker  <kz@openoffice.org>  [72c132e858194161e48a22c47dfcb16a74668d98]

INTEGRATION: CWS extleading (1.41.86); FILE MERGED 2003/10/02 09:39:30 fme 1.41.86.2: RESYNC: (1.41-1.42); FILE MERGED 2003/10/01 14:19:47 pb 1.41.86.1: fix: #112516# add compatibility.cxx


2003-10-15  Kurt Zenker  <kz@openoffice.org>  [9f6ab2cfb6f5b44856a9946e1549fac5bc9e7f27]

INTEGRATION: CWS extleading (1.1.2); FILE ADDED 2003/10/01 14:19:03 pb 1.1.2.1: fix: #112516# configuration of compatibility page


2003-10-15  Kurt Zenker  <kz@openoffice.org>  [bbbe4c628e08eae0e7ae7154bbfa7a8d8d2d0006]

INTEGRATION: CWS extleading (1.104.40); FILE MERGED 2003/10/02 09:40:22 fme 1.104.40.2: RESYNC: (1.104-1.106); FILE MERGED 2003/10/01 14:17:54 pb 1.104.40.1: fix: #112516# add compatibility.hxx


2003-10-15  Kurt Zenker  <kz@openoffice.org>  [a3771100ae389d3da8ec794c0126bd6370f55296]

INTEGRATION: CWS extleading (1.47.14); FILE MERGED 2003/08/08 09:48:34 fme 1.47.14.6: RESYNC: (1.47-1.48); FILE MERGED 2003/07/23 10:37:24 fme 1.47.14.5: #110641# Feature - External leading 2003/07/23 09:18:06 fme 1.47.14.4: #110641# Feature - External Leading 2003/07/21 08:49:56 fme 1.47.14.3: #110641# Feature - External Leading 2003/07/16 09:53:03 hdu 1.47.14.2: #110641# add external leading to W98 platform 2003/07/04 14:25:03 hdu 1.47.14.1: #110641# export ExternalLeading value from W32 fonts


2003-10-15  Kurt Zenker  <kz@openoffice.org>  [5ef7a0ceb5832a541efed37a758498f00a888182]

INTEGRATION: CWS extleading (1.29.42); FILE MERGED 2003/07/04 14:24:23 hdu 1.29.42.1: #110641# zero ExternalLeading value for X11 fonts


2003-10-15  Kurt Zenker  <kz@openoffice.org>  [8a8e9fb4e8a59948b2d9e17d7a7d01c4e0d0ef9f]

INTEGRATION: CWS extleading (1.104.38); FILE MERGED 2003/10/02 08:55:39 fme 1.104.38.3: RESYNC: (1.105-1.107); FILE MERGED 2003/08/08 09:50:22 fme 1.104.38.2: RESYNC: (1.104-1.105); FILE MERGED 2003/07/04 14:23:47 hdu 1.104.38.1: #110641# init ExternalLeading member


2003-10-15  Kurt Zenker  <kz@openoffice.org>  [e2fa3dfa1f41b59eb222214e2d3decb8fe72ad36]

INTEGRATION: CWS extleading (1.11.216); FILE MERGED 2003/07/04 14:22:13 hdu 1.11.216.1: #110641# export ExternalLeading value from vdev fonts


2003-10-15  Kurt Zenker  <kz@openoffice.org>  [ffd0d90215bd962e0dc973ecb0e36da1b2a3179f]

INTEGRATION: CWS extleading (1.92.24); FILE MERGED 2003/08/08 09:55:57 fme 1.92.24.3: RESYNC: (1.92-1.98); FILE MERGED 2003/07/23 10:37:52 fme 1.92.24.2: #110641# Feature - External leading 2003/07/04 14:21:51 hdu 1.92.24.1: #110641# export ExternalLeading value from ftyp fonts


2003-10-15  Kurt Zenker  <kz@openoffice.org>  [466a4c0fc20849906d38495e87d466a344059cd6]

INTEGRATION: CWS extleading (1.9.68); FILE MERGED 2003/09/15 08:12:47 fme 1.9.68.2: #i14805# Added virtual device mode REFDEV_MODE96 2003/07/21 08:51:36 fme 1.9.68.1: #110641# Feature - External Leading


2003-10-15  Kurt Zenker  <kz@openoffice.org>  [60d34993bad1c540f372cd2ac0cb435abce5ce72]

INTEGRATION: CWS extleading (1.53.24); FILE MERGED 2003/10/02 09:02:11 fme 1.53.24.3: RESYNC: (1.55-1.57); FILE MERGED 2003/08/08 09:57:16 fme 1.53.24.2: RESYNC: (1.53-1.55); FILE MERGED 2003/07/04 14:20:59 hdu 1.53.24.1: #110641# zero ExternalLeading value for builtin fonts


2003-10-15  Kurt Zenker  <kz@openoffice.org>  [e597672541da868aa33184264eeccb3d8c8d3a70]

INTEGRATION: CWS extleading (1.151.14); FILE MERGED 2003/10/02 09:01:33 fme 1.151.14.3: RESYNC: (1.155-1.156); FILE MERGED 2003/08/08 09:57:05 fme 1.151.14.2: RESYNC: (1.151-1.155); FILE MERGED 2003/07/04 14:19:38 hdu 1.151.14.1: #110641# use new ExternalLeading member


2003-10-15  Kurt Zenker  <kz@openoffice.org>  [6f6de5c9e9ccd96cfe8a132d3b18d5639e420272]

INTEGRATION: CWS extleading (1.7.212); FILE MERGED 2003/07/04 14:18:52 hdu 1.7.212.1: #110641# manage new ExternalLeading member


2003-10-15  Kurt Zenker  <kz@openoffice.org>  [b7ed7219267a2f2b058a3fc6dece74ccf19ad301]

INTEGRATION: CWS extleading (1.6.134); FILE MERGED 2003/10/02 07:57:49 fme 1.6.134.2: RESYNC: (1.6-1.7); FILE MERGED 2003/07/07 07:34:06 fme 1.6.134.1: #110641# Feature - External leading


2003-10-13  Kurt Zenker  <kz@openoffice.org>  [eeebd1c7b3da0e1f7ac679ab280da652b588f77b]

new version for SRC680


2003-10-10  Oliver Bolte  <obo@openoffice.org>  [71f152194954a0cc33e34322315d0980207f7f6f]

new version for SRC680


2003-10-10  Oliver Bolte  <obo@openoffice.org>  [1469e1782de024560264fd03bf600939141b5d81]

initial version


2003-10-10  Oliver Bolte  <obo@openoffice.org>  [024ed718b4250f6ba3c0e87f22c190d8e79f59ed]

new version for SRC680


2003-10-10  Oliver Bolte  <obo@openoffice.org>  [69a8b34f4d545149d27b2a979d5fcc9ab5527a60]

new version for SRC680


2003-10-10  Oliver Bolte  <obo@openoffice.org>  [7c1ee3ebdeb43d553e3173e2019aa4754e239379]

initial version


2003-10-09  Kurt Zenker  <kz@openoffice.org>  [8f4a842d935ac63042933a28e5ce3c36288535a7]

new version for SRC680


2003-10-09  Kurt Zenker  <kz@openoffice.org>  [9e65eac1ad35cd0fa7b9ea5b00c0a71001880ead]

initial version


2003-10-07  Rüdiger Timm  <rt@openoffice.org>  [08f3d1ad32bbd4d91208ec5490e09746527c90a0]

new version for SRC680


2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [e142058d7a2db86e858236f33f8de546f627acf2]

INTEGRATION: CWS net2003 (1.2.288); FILE MERGED 2003/08/08 13:48:51 obo 1.2.288.1: #111136# .NET 2003


2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [1792c1c5e2e377c4a0307c650a0989d37cc9c7ac]

INTEGRATION: CWS net2003 (1.20.56); FILE MERGED 2003/09/16 08:13:14 obo 1.20.56.3: Undo last change 2003/09/16 08:03:49 obo 1.20.56.2: #111136# vcl depends also on external source/gdi/sallayout.cxx 2003/09/16 07:38:35 obo 1.20.56.1: #111136# vcl depends on boost win/inc/salgdi.h


2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [018ba5bd02324d5e32dce2ade65b63a350654880]

INTEGRATION: CWS net2003 (1.7.88); FILE MERGED 2003/08/12 15:12:50 obo 1.7.88.1: #11136# .net 2003


2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [167cb728ae6b196575e10cbba1e07bcd28028004]

INTEGRATION: CWS net2003 (1.3.54); FILE MERGED 2003/08/13 08:48:51 obo 1.3.54.1: #11136# .net 2003


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [6dede570ad21ffa94635ae2cec9bf9defbb05748]

INTEGRATION: CWS rt02 (1.1.124); FILE MERGED 2003/10/01 13:29:16 rt 1.1.124.1: #i19697# Fixed comment after preprocessor directive


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [bca6de296525286c5f99df7e75699fe33e31393e]

INTEGRATION: CWS rt02 (1.4.58); FILE MERGED 2003/10/01 13:29:16 rt 1.4.58.1: #i19697# Fixed comment after preprocessor directive


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [6fb82319711114fa5ea5cdec934b45f93b8b303f]

INTEGRATION: CWS rt02 (1.1.1.1.118); FILE MERGED 2003/09/30 13:26:09 rt 1.1.1.1.118.1: #i19697# Fixed comment after preprocessor directive


2003-10-06  Behrend Cornelius  <bc@openoffice.org>  [f80d72eaa2ad65425837ed0b3d19e0e65df4afc7]

#111603# roadmapcontrol.cxx for future wizards added


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [d6349c3236bed4c4f172bbda2021e8c62a0781e1]

INTEGRATION: CWS rt02 (1.1.1.1.336); FILE MERGED 2003/09/30 13:14:08 rt 1.1.1.1.336.1: #i19697# Fixed comment after preprocessor directive


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [7b45f904118e538806d8cd3f45cc024cc35302e1]

INTEGRATION: CWS rt02 (1.9.308); FILE MERGED 2003/09/30 13:14:07 rt 1.9.308.1: #i19697# Fixed comment after preprocessor directive


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [d228e6fb1130d281260ce6418f6e7c07853e034e]

INTEGRATION: CWS rt02 (1.7.318); FILE MERGED 2003/09/30 13:14:07 rt 1.7.318.1: #i19697# Fixed comment after preprocessor directive


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [33c0dffa95a2ac6266f5021fdc610ace2d11f32e]

INTEGRATION: CWS rt02 (1.18.48); FILE MERGED 2003/09/30 13:46:08 rt 1.18.48.1: #i19697# Fixed comment after preprocessor directive


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [1ea1f317eb1a142ba92a0a768c50e3778ad59f64]

INTEGRATION: CWS rt02 (1.26.160); FILE MERGED 2003/10/01 07:45:55 rt 1.26.160.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [2453666a61f32602052b5344fd95a380c204180a]

INTEGRATION: CWS rt02 (1.2.102); FILE MERGED 2003/10/01 12:06:30 rt 1.2.102.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [1244baee45af45aa3bd2a55615d2d096ab6fe08e]

INTEGRATION: CWS rt02 (1.1.102); FILE MERGED 2003/10/01 12:06:29 rt 1.1.102.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [cb6c871624308932a789e10fe7c32c04ecf79cff]

INTEGRATION: CWS rt02 (1.4.42); FILE MERGED 2003/10/01 12:06:29 rt 1.4.42.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [4a63b958f35d217323dde2e06e159c2106fc7e49]

INTEGRATION: CWS rt02 (1.8.42); FILE MERGED 2003/10/01 12:06:28 rt 1.8.42.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [80a1deb23843b055991e288a907256abb4b96446]

INTEGRATION: CWS rt02 (1.1.102); FILE MERGED 2003/10/01 12:06:25 rt 1.1.102.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [ba7535beeb8f3a908fe396032aa114cb1c0931fb]

INTEGRATION: CWS rt02 (1.4.98); FILE MERGED 2003/10/01 12:06:25 rt 1.4.98.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [9d3aa62d4b36302f04443cb72b55808d5868bbcc]

INTEGRATION: CWS rt02 (1.12.70); FILE MERGED 2003/10/01 12:06:24 rt 1.12.70.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [c2bd89d5da2f26a3e50f4c40311155f4503c0676]

INTEGRATION: CWS rt02 (1.9.94); FILE MERGED 2003/10/01 12:06:19 rt 1.9.94.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [b68f6034ccc0f5751569d286b0b54aedd15d2c43]

INTEGRATION: CWS rt02 (1.1.100); FILE MERGED 2003/10/01 12:06:19 rt 1.1.100.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [ef67df2ddca5dacdf5eb04fa91b0984f8e4d880c]

INTEGRATION: CWS rt02 (1.2.100); FILE MERGED 2003/10/01 12:06:18 rt 1.2.100.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [633cdfb616c194f30d63af7cfc032f613475480b]

INTEGRATION: CWS rt02 (1.2.100); FILE MERGED 2003/10/01 12:06:17 rt 1.2.100.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [c19b6709213a71f45e4b2a59a7703db99eafecda]

INTEGRATION: CWS rt02 (1.6.72); FILE MERGED 2003/10/01 12:06:17 rt 1.6.72.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [78f87226a9e0465fc82c964d1bf1b8696f269f03]

INTEGRATION: CWS rt02 (1.7.100); FILE MERGED 2003/10/01 12:06:16 rt 1.7.100.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [22f9cc398378656a67c3a00ffb3b50427ea0cac4]

INTEGRATION: CWS rt02 (1.3.100); FILE MERGED 2003/10/01 12:06:16 rt 1.3.100.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [b0e8a09aaf5e915eba17ceda5ec26815ad965b36]

INTEGRATION: CWS rt02 (1.6.100); FILE MERGED 2003/10/01 12:06:15 rt 1.6.100.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [0fe72e5c682858bb80589961f8792d151485dc3c]

INTEGRATION: CWS rt02 (1.1.102); FILE MERGED 2003/10/01 12:06:15 rt 1.1.102.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [7fd48f039f30223c96c648753634410615432539]

INTEGRATION: CWS rt02 (1.4.102); FILE MERGED 2003/10/01 12:06:10 rt 1.4.102.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [7ed135f810c50731c60fe7066d730adcfeab507d]

INTEGRATION: CWS rt02 (1.4.102); FILE MERGED 2003/10/01 12:06:09 rt 1.4.102.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [af8d29bce7027445f6377435651ec289a0da133c]

INTEGRATION: CWS rt02 (1.3.102); FILE MERGED 2003/10/01 12:06:08 rt 1.3.102.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [faa4ce192422e6bc9cc7f93a486e73b79bf556a9]

INTEGRATION: CWS rt02 (1.1.102); FILE MERGED 2003/10/01 12:06:08 rt 1.1.102.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [d9b3796f2f580658ae56fd9b08c7f1cb3d285796]

INTEGRATION: CWS rt02 (1.7.94); FILE MERGED 2003/10/01 12:06:05 rt 1.7.94.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [c024f6bf832a79d70b525d4edfac9566a59d5052]

INTEGRATION: CWS rt02 (1.10.94); FILE MERGED 2003/10/01 12:06:04 rt 1.10.94.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [cd7e4dc318d6fbbc15b8f47acf6e4d31fe77ff94]

INTEGRATION: CWS rt02 (1.7.88); FILE MERGED 2003/10/01 12:06:03 rt 1.7.88.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [4f5ab89bbe57c54f172d4402d22eac44bdd2c990]

INTEGRATION: CWS rt02 (1.14.88); FILE MERGED 2003/10/01 12:06:02 rt 1.14.88.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [f42bc8f51085175e4d1490e07808540d58781ddc]

INTEGRATION: CWS rt02 (1.3.42); FILE MERGED 2003/10/01 12:06:00 rt 1.3.42.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [676d8e1227b49b7ab51964e1c5981410d7f355f2]

INTEGRATION: CWS rt02 (1.5.92); FILE MERGED 2003/10/01 12:05:58 rt 1.5.92.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [51ba7cbd4f893b2e2fbad6f4c608609fe4d87257]

INTEGRATION: CWS rt02 (1.1.102); FILE MERGED 2003/10/01 12:05:57 rt 1.1.102.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [b083f9aba600369d2ff67c98249934c556a627ed]

INTEGRATION: CWS rt02 (1.4.102); FILE MERGED 2003/10/01 12:05:56 rt 1.4.102.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [53e03d3bf487734ff18b86b48f2ac66d84170d94]

INTEGRATION: CWS rt02 (1.2.102); FILE MERGED 2003/10/01 12:05:55 rt 1.2.102.1: #i19697# No newline at end of file


2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [ea8a09b8aa37a2ab58f9828843255e15b109283a]

INTEGRATION: CWS rt02 (1.1.1.1.196); FILE MERGED 2003/09/30 14:08:43 rt 1.1.1.1.196.1: #i19697# Fixed comment after preprocessor directive


2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a5c0bca7f4de8a0d01ab1f7829815ab8d206d33]

INTEGRATION: CWS geordi2q06 (1.54.130); FILE MERGED 2003/09/29 14:43:35 rt 1.54.130.1: #111934#: join CWS restrictedaccess


2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d373dfd8e55a3d934f84ae095fd02bbc112bbafe]

INTEGRATION: CWS geordi2q06 (1.105.32); FILE MERGED 2003/09/29 14:43:34 rt 1.105.32.1: #111934#: join CWS restrictedaccess


2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9db0dbafa5fdc2044bda195e5082409aaf331e6c]

INTEGRATION: CWS geordi2q06 (1.1.4); FILE ADDED 2003/09/29 14:43:32 rt 1.1.4.1: #111934#: join CWS restrictedaccess


2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [be1324c55174e063f5a3528088d9fb9f67a3800f]

INTEGRATION: CWS geordi2q06 (1.13.184); FILE MERGED 2003/09/29 14:43:31 rt 1.13.184.1: #111934#: join CWS restrictedaccess


2003-09-26  Rüdiger Timm  <rt@openoffice.org>  [f432fb117e49f4ff43519239097b54ab8bf18277]

#100000# jobs is obsolete


2003-09-26  Thorsten Behrens  <thb@openoffice.org>  [9f34b6ea83d9e4f1549d86f324efae8f97d29ccd]

Slight changes in grouping; having three files now


2003-09-26  Thorsten Behrens  <thb@openoffice.org>  [3cedf225e19b5f969c1aaf90f090a0af4304176b]

initial revision


2003-09-26  Thorsten Behrens  <thb@openoffice.org>  [79ca73fa507006e50c5b6b86254d1c002454b79e]

Reverted from 'optimized' doMulMatrix to plain version (since the former botched the algo for nearly every non-trivial case


2003-09-25  Thorsten Behrens  <thb@openoffice.org>  [5a435612deaff5a2ca438a283daaba162abc7d29]

Initial revision


2003-09-19  Kurt Zenker  <kz@openoffice.org>  [3ce2e66d89a5cc10b93b34f35e7ec9e16f690bae]

new version for SRC680


2003-09-19  Kurt Zenker  <kz@openoffice.org>  [483b0b6b35393b21ecbd867f4a975e5815d45ef9]

new version for SRC680


2003-09-19  Kurt Zenker  <kz@openoffice.org>  [8a056185d31b1aa84ff79ceab423341a9d494927]

new version for SRC680


2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [baf501b2eb023e8fe3d4577ca008711d11ed112f]

#100000# revert unnecessary dependencies introduced with rev. 1.15.4.2 and 1.15.4.1


2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [3c3c2fa5f9ee5a0d7a9edbf0a89dd1203125df0b]

INTEGRATION: CWS geordi2q05 (1.106.14); FILE MERGED 2003/09/16 16:20:52 rt 1.106.14.1: #111934#: join CWS ooo11vclrc5


2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [0dced2d3787707874a7ce6b92edfa0cd4c164ca6]

INTEGRATION: CWS geordi2q05 (1.43.16); FILE MERGED 2003/09/16 16:20:51 rt 1.43.16.1: #111934#: join CWS ooo11vclrc5


2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [98e5f5c7edb7823bc35fadc86e412e42f0573fb3]

INTEGRATION: CWS geordi2q05 (1.10.154); FILE MERGED 2003/09/16 16:20:50 rt 1.10.154.1: #111934#: join CWS ooo11vclrc5


2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [3a7fd1a8df04d67b7d632d7c3e2c22ff69f4149a]

INTEGRATION: CWS geordi2q05 (1.21.14); FILE MERGED 2003/09/16 16:20:49 rt 1.21.14.1: #111934#: join CWS ooo11vclrc5


2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [a08f95490f8f316ea8aa3649dfc033b715c6d8f3]

INTEGRATION: CWS fwkq1 (1.16.16); FILE MERGED 2003/07/14 18:03:21 mba 1.16.16.1: #110843#: get rid of factories


2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [ac9a2774cea1d4e7ab7b2cd0e4ab91e045fc87ff]

INTEGRATION: CWS fwkq1 (1.5.20); FILE MERGED 2003/07/14 18:03:21 mba 1.5.20.1: #110843#: get rid of factories


2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [ff166b6ffbd229fdb330e1a117d82c0516722ac8]

INTEGRATION: CWS fwkq1 (1.7.16); FILE MERGED 2003/07/14 18:03:11 mba 1.7.16.1: #110843#: get rid of factories


2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [5ed207545bfd0ef179db023d6be35947af6f0a30]

INTEGRATION: CWS fwkq1 (1.15.12); FILE MERGED 2003/08/28 13:12:41 mba 1.15.12.1: #110843#: register NumberFormatter


2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [f301528da6e67ce0dc4467b139364d527b5e5f18]

INTEGRATION: CWS fwkq1 (1.2.280); FILE MERGED 2003/08/28 13:12:40 mba 1.2.280.1: #110843#: register NumberFormatter


2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [82e76d9588b9d657afcdead2cdb6128fd8f042af]

INTEGRATION: CWS fwkq1 (1.21.102); FILE MERGED 2003/09/10 14:10:23 mba 1.21.102.2: #112181#: strip parameters from factory urls 2003/07/15 06:28:22 mba 1.21.102.1: #110843#: get rid of factories


2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [e0cfccf49922133581d1af025caee7fe16f7b18a]

INTEGRATION: CWS fwkq1 (1.12.94); FILE MERGED 2003/08/20 11:05:56 mba 1.12.94.2: #110843#: new method for default module 2003/07/15 06:28:21 mba 1.12.94.1: #110843#: get rid of factories


2003-09-11  Kurt Zenker  <kz@openoffice.org>  [ac4c8730e50cb57d63f17848c92528794ebbcdfe]

new version for SRC680


2003-09-11  Kurt Zenker  <kz@openoffice.org>  [983cba4bd2cf62cda8a7f6b7df4e13ed7d8f29d6]

INTEGRATION: CWS mav05 (1.6.80); FILE MERGED 2003/07/07 13:54:19 mav 1.6.80.2: #i15929# allow to close temporary file explicitly 2003/06/23 09:20:58 mav 1.6.80.1: #i15929# extend temporary file service


2003-09-11  Kurt Zenker  <kz@openoffice.org>  [98e15d4c5e7eb232067ef7065ecacfe7c3c95fa5]

INTEGRATION: CWS mav05 (1.4.80); FILE MERGED 2003/07/07 13:54:18 mav 1.4.80.2: #i15929# allow to close temporary file explicitly 2003/06/23 09:20:58 mav 1.4.80.1: #i15929# extend temporary file service


2003-09-04  Kurt Zenker  <kz@openoffice.org>  [3218bfbeec1d2e4620a59bcd8e2c11b7ac9a3091]

new version for SRC680


2003-09-04  Kurt Zenker  <kz@openoffice.org>  [3d2fef7d51804e65a2ca84a7dba5a299fa89c1bf]

new version for SRC680


2003-09-04  Kurt Zenker  <kz@openoffice.org>  [988d243ef528912f2b82122a45220533d89f3208]

new version for SRC680


2003-09-04  Oliver Bolte  <obo@openoffice.org>  [86a0b7fad368bd4ad44d474eaec90edd6fac81c0]

INTEGRATION: CWS geordi2q04 (1.94.134); FILE MERGED 2003/09/04 07:38:03 rt 1.94.134.1: #111934#: Join CWS geordiregression06.


2003-09-04  Oliver Bolte  <obo@openoffice.org>  [d60d185e925c0be0f083586dfd8ecc0a3aeb4702]

INTEGRATION: CWS mt801 (1.23.142); FILE MERGED 2003/08/29 16:02:57 mt 1.23.142.1: #i15191# Some space between text and border


2003-09-04  Oliver Bolte  <obo@openoffice.org>  [d7f10288b28a63dd1f56a5cb3be40da849a48f68]

INTEGRATION: CWS mt801 (1.6.152); FILE MERGED 2003/08/29 16:19:56 mt 1.6.152.1: #109543# Remove SMART_UNO_GENERATION code


2003-09-04  Oliver Bolte  <obo@openoffice.org>  [ab765f9a51a60508a7d8838aecd787d3ed65081f]

INTEGRATION: CWS mt801 (1.42.44); FILE MERGED 2003/08/29 15:21:35 mt 1.42.44.1: #109385# combo box border


2003-09-04  Oliver Bolte  <obo@openoffice.org>  [192d650d8f50fb628427187501a31a6ed2d029f9]

INTEGRATION: CWS mt801 (1.41.24); FILE MERGED 2003/08/29 12:43:05 mt 1.41.24.1: #80064# #95824# Colored printing, window enable not recursive


2003-09-04  Oliver Bolte  <obo@openoffice.org>  [3d6dfed77cddd08e297dc1731d9172ab2bf2cad3]

INTEGRATION: CWS mt801 (1.32.66); FILE MERGED 2003/08/29 13:02:43 mt 1.32.66.1: #110840# createWindow: show only after component is registered to the window


2003-09-04  Oliver Bolte  <obo@openoffice.org>  [3404d29cd669a8d9638004277a5e19a516177563]

INTEGRATION: CWS mt801 (1.1.1.1.188); FILE MERGED 2003/08/29 16:19:40 mt 1.1.1.1.188.1: #109543# Remove SMART_UNO_GENERATION code


2003-09-04  Oliver Bolte  <obo@openoffice.org>  [aaf5505d784be381114ff6013b6ac8d8e6d66de0]

INTEGRATION: CWS mt801 (1.4.152); FILE MERGED 2003/08/29 14:35:40 mt 1.4.152.1: #80064# Print button with color...


2003-09-04  Oliver Bolte  <obo@openoffice.org>  [3a519bef1fe3a8fc0d8dabfdf0db8e1837f994fd]

INTEGRATION: CWS mt801 (1.12.26); FILE MERGED 2003/08/29 14:53:30 mt 1.12.26.1: #82716# TimeField: Allow input of hours only, without separator or minutes.


2003-09-04  Oliver Bolte  <obo@openoffice.org>  [5f30f0c74013ccc6fa42e5cd22b290a618162f7b]

INTEGRATION: CWS mt801 (1.25.80); FILE MERGED 2003/08/29 15:22:17 mt 1.25.80.1: #109385# SetBorderStyle


2003-09-04  Oliver Bolte  <obo@openoffice.org>  [9bfdd28158d75e6ca7d73e37aa146c5fe9fdd3c2]

INTEGRATION: CWS mt801 (1.21.132); FILE MERGED 2003/08/29 14:35:52 mt 1.21.132.1: #80064# Print button with color...


2003-09-01  Oliver Bolte  <obo@openoffice.org>  [a08bc9b6e31b1db3d4eaf8da77a7960cebcce04a]

INTEGRATION: CWS sj02 (1.6.10); FILE MERGED 2003/06/27 15:35:35 sj 1.6.10.1: #110516# fixed RLE decoding for 32bit pixmaps


2003-08-27  Kurt Zenker  <kz@openoffice.org>  [703a83aa80cd4488d357eab836fe4a52da463484]

INTEGRATION: CWS geordi2q03 (1.26.30); FILE MERGED 2003/08/27 15:39:18 hr 1.26.30.1: #111934#: join from CWS geordiregression02


2003-08-27  Kurt Zenker  <kz@openoffice.org>  [4012a89e561773d8a02e327087d88c4f11de99a6]

INTEGRATION: CWS geordi2q02 (1.35.56); FILE MERGED 2003/08/25 12:04:03 hr 1.35.56.1: #111934#: joined from CWS mshapes01


2003-08-26  Kurt Zenker  <kz@openoffice.org>  [f37e7a782f9e4bab39aaf7505d248792452511bc]

new version for SRC680


2003-08-26  Rüdiger Timm  <rt@openoffice.org>  [1cc3e69a4fb84d98a1ba81525fe3f92b43af6e05]

new version for SRC680


2003-08-26  Kurt Zenker  <kz@openoffice.org>  [5bb24a70b89beca56c0c31fc89f56060590e28cb]

new version for SRC680


2003-08-26  Kurt Zenker  <kz@openoffice.org>  [fb9be48a12e62719605a7e21e902b7d84c441366]

new version for SRC680


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [4a429009a6d68c3b104f5af523bfe23e47b22744]

INTEGRATION: CWS ause04 (1.1.1.1.298); FILE MERGED 2003/07/10 16:19:49 hjs 1.1.1.1.298.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [4bc1b0fde189a476d700d2fbda0e36d4ca27032b]

INTEGRATION: CWS ause04 (1.1.1.1.298); FILE MERGED 2003/07/10 16:19:47 hjs 1.1.1.1.298.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [babcf54e4286c4452cb15af7e0fd102d8070d932]

INTEGRATION: CWS ause04 (1.13.112); FILE MERGED 2003/07/10 16:19:46 hjs 1.13.112.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [e19821143aaa2e872ff19000bc302abb195c308d]

INTEGRATION: CWS ause04 (1.1.1.1.298); FILE MERGED 2003/07/10 16:19:45 hjs 1.1.1.1.298.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [5a7b2d3f75e53e857e9d20c8df588372982bd141]

INTEGRATION: CWS ause04 (1.1.282); FILE MERGED 2003/07/10 16:19:44 hjs 1.1.282.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [ea6e64c4d56e2ef3dbf499300f295fe8ed023ca1]

INTEGRATION: CWS ause04 (1.2.296); FILE MERGED 2003/07/10 16:19:43 hjs 1.2.296.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [2510560b2cc74f811872f7313c6cfc0453b34ae5]

INTEGRATION: CWS ause04 (1.1.1.1.298); FILE MERGED 2003/07/10 16:19:42 hjs 1.1.1.1.298.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [1b7c70eb840887d087ccb1b76d3f15b7dc98649b]

INTEGRATION: CWS ause04 (1.1.1.1.298); FILE MERGED 2003/07/10 16:19:41 hjs 1.1.1.1.298.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [b465e89a9c6df412f362a33d5cf86974a926f240]

INTEGRATION: CWS ause04 (1.6.112); FILE MERGED 2003/07/10 16:19:41 hjs 1.6.112.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [c4f3e6c5ac68dbb382fde5cb079f183d8192d779]

INTEGRATION: CWS ause04 (1.3.78); FILE MERGED 2003/07/10 16:19:38 hjs 1.3.78.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [98d2100ce42e1a5e474aba43bf74b877f0700f94]

INTEGRATION: CWS ause04 (1.2.254); FILE MERGED 2003/07/10 16:19:38 hjs 1.2.254.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [20eada55189408fcb408761fa60120f0bb912bce]

INTEGRATION: CWS ause04 (1.8.254); FILE MERGED 2003/07/10 16:19:37 hjs 1.8.254.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [d8507f911ac8619b1a230fd0c4611d058f6add65]

INTEGRATION: CWS ause04 (1.2.294); FILE MERGED 2003/07/10 16:19:36 hjs 1.2.294.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [8b7395a0abec89374a2d8c278365bfabcf0e03f4]

INTEGRATION: CWS ause04 (1.1.1.1.298); FILE MERGED 2003/07/10 16:19:36 hjs 1.1.1.1.298.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [69e18cc848c587c66eab75daa8aeb2e963ae4d38]

INTEGRATION: CWS ause04 (1.7.112); FILE MERGED 2003/07/10 16:19:35 hjs 1.7.112.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [492baf84614477732479c103322b04823e4ad2b7]

INTEGRATION: CWS ause04 (1.7.254); FILE MERGED 2003/07/10 16:19:34 hjs 1.7.254.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [5a14182ac6343ea2d308cc1c955d6c3d8bf1725e]

INTEGRATION: CWS ause04 (1.1.1.1.298); FILE MERGED 2003/07/10 16:19:33 hjs 1.1.1.1.298.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [55cc373ae78bdecf97f5383a92ce852b91101b4d]

INTEGRATION: CWS ause04 (1.6.252); FILE MERGED 2003/07/10 16:19:33 hjs 1.6.252.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [ab9b09731f5cfbfa69eaa5b8a8d5b71b8c943420]

INTEGRATION: CWS ause04 (1.8.112); FILE MERGED 2003/07/10 16:19:32 hjs 1.8.112.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [d78578e81492e8707e61fc1c1f1aef49e89a6255]

INTEGRATION: CWS ause04 (1.8.272); FILE MERGED 2003/07/10 16:19:31 hjs 1.8.272.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [3d15d1a04b94241151a40e28a232b2a03b05c022]

INTEGRATION: CWS ause04 (1.9.256); FILE MERGED 2003/07/10 16:19:31 hjs 1.9.256.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [9c4f665aa14ff90c0a05fd5313e9938e1559d03d]

INTEGRATION: CWS ause04 (1.5.254); FILE MERGED 2003/07/10 16:19:30 hjs 1.5.254.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [8eaa9e686f04121db55c5bdcd115a040aec859f6]

INTEGRATION: CWS ause04 (1.41.48); FILE MERGED 2003/07/10 16:19:29 hjs 1.41.48.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [74cfc2a8813ab6eb0c704cfbc3f83ff17449d1f2]

INTEGRATION: CWS ause04 (1.10.82); FILE MERGED 2003/07/10 16:19:28 hjs 1.10.82.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [3553e929759f1ca8cc91e3624b27551cdd8ef000]

INTEGRATION: CWS ause04 (1.103.56); FILE MERGED 2003/08/25 12:56:10 gh 1.103.56.3: deliver hid particles for deliveres srs files 2003/08/13 10:08:13 hjs 1.103.56.2: RESYNC: (1.103-1.104); FILE MERGED 2003/08/12 10:41:05 gh 1.103.56.1: remove old hid.lst particles and add new ones


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [cddee08bd3a9f7cfdeeea3d2f70b361c2053e824]

INTEGRATION: CWS ause04 (1.17.80); FILE MERGED 2003/07/10 16:19:27 hjs 1.17.80.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [77c4a09283584d0eda036e9817d65f33839843db]

INTEGRATION: CWS ause04 (1.10.16); FILE MERGED 2003/07/09 16:30:50 hjs 1.10.16.1: #108794# replace SRCfiles with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [60a83d4b6f943117a96671a30262bed30a6857a2]

INTEGRATION: CWS ause04 (1.14.6); FILE MERGED 2003/07/16 10:30:59 hjs 1.14.6.1: #110619# changed hardcoded name


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [d946869afe04830b3db310cc3d3fb741e0bbbcfa]

INTEGRATION: CWS ause04 (1.3.202); FILE MERGED 2003/07/10 13:06:04 hjs 1.3.202.2: #108794# replace SRCFILES with SRC1FILES 2003/06/23 12:29:36 hjs 1.3.202.1: #103889#


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [6a0df916d206fa87ffd338e752de83fd7190fe8c]

INTEGRATION: CWS ause04 (1.29.52); FILE MERGED 2003/08/12 10:40:44 gh 1.29.52.1: remove old hid.lst particles and add new ones


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [9dae2deac8c07809e692e89052444529588a597e]

INTEGRATION: CWS ause04 (1.20.6); FILE MERGED 2003/07/16 13:16:59 hjs 1.20.6.2: RESYNC: (1.20-1.21); FILE MERGED 2003/06/27 18:24:24 hjs 1.20.6.1: #110513# multiprocess problems


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [82e76defe058f986f3609896ae7c9b85059df32d]

INTEGRATION: CWS ause04 (1.23.4); FILE MERGED 2003/07/16 13:15:05 hjs 1.23.4.2: RESYNC: (1.23-1.24); FILE MERGED 2003/07/09 16:31:57 hjs 1.23.4.1: #108794# replace SRCfiles with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [832628fee38617786e09490d7022ab6b03f6e582]

INTEGRATION: CWS ause04 (1.13.20); FILE MERGED 2003/08/12 10:40:34 gh 1.13.20.1: remove old hid.lst particles and add new ones


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [479adac2dc5f35c1b94d3e4a60443f39739b8fbb]

INTEGRATION: CWS ause04 (1.4.74); FILE MERGED 2003/07/10 12:59:05 hjs 1.4.74.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [9d90e29da45562d452ada5b54e414d3c52a10bce]

INTEGRATION: CWS ause04 (1.6.26); FILE MERGED 2003/07/16 15:35:39 hjs 1.6.26.2: RESYNC: (1.6-1.7); FILE MERGED 2003/07/10 12:59:04 hjs 1.6.26.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [3624cc03e2469fd3554ef3424555acae0f1f522d]

INTEGRATION: CWS ause04 (1.6.26); FILE MERGED 2003/07/10 12:59:03 hjs 1.6.26.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [b181e54654735e083358c77fcafcc59ac3e87b70]

INTEGRATION: CWS ause04 (1.6.26); FILE MERGED 2003/07/10 12:59:02 hjs 1.6.26.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [3bb6c8f6d3f0876bb643e6eb7dfdc7aecf7d838c]

INTEGRATION: CWS ause04 (1.6.26); FILE MERGED 2003/07/10 12:59:01 hjs 1.6.26.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [83c660e3175a1dcf28b5f81426b120452dcce81e]

INTEGRATION: CWS ause04 (1.6.26); FILE MERGED 2003/07/10 12:59:00 hjs 1.6.26.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [07aca0e5dea9eedb61551a93ca5afee93dc283d2]

INTEGRATION: CWS ause04 (1.6.26); FILE MERGED 2003/07/10 12:58:59 hjs 1.6.26.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [e961ab982ba5d08242d3c31b08560a3880247804]

INTEGRATION: CWS ause04 (1.6.26); FILE MERGED 2003/07/10 12:58:58 hjs 1.6.26.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [cc94fec90edafbbe058d7ae57c6a33f9eab30f44]

INTEGRATION: CWS ause04 (1.1.1.1.118); FILE MERGED 2003/07/10 12:58:57 hjs 1.1.1.1.118.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [a5a4bf30195f277cea73d717bdbdd29cfb2aaee6]

INTEGRATION: CWS ause04 (1.10.74); FILE MERGED 2003/08/25 12:07:35 gh 1.10.74.2: no more srs delivered 2003/08/12 10:40:09 gh 1.10.74.1: remove old hid.lst particles and add new ones


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [53fcbed601e3504b822e9bf23270d93a9eb3721c]

INTEGRATION: CWS ause04 (1.3.56); FILE MERGED 2003/07/10 16:37:24 hjs 1.3.56.1: #108794# replace SRCFILES with SRC1FILES


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [596194f40819fe532f801c5da17cacc2a4f3f3c9]

INTEGRATION: CWS vcl15 (1.17.12); FILE MERGED 2003/08/08 07:28:03 pl 1.17.12.3: fixed a merge error 2003/08/07 15:34:11 pl 1.17.12.2: RESYNC: (1.17-1.18); FILE MERGED 2003/07/24 12:04:04 pl 1.17.12.1: #i16977# merge from vcl7pp1r1


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [4dd4618920fedb832e486f007026c2d22ed28e7d]

INTEGRATION: CWS vcl15 (1.17.12); FILE MERGED 2003/08/08 07:28:03 pl 1.17.12.3: fixed a merge error 2003/08/07 15:34:11 pl 1.17.12.2: RESYNC: (1.17-1.18); FILE MERGED 2003/07/24 12:04:04 pl 1.17.12.1: #i16977# merge from vcl7pp1r1


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [0cabb63acd529ec02f1602e2407ee504a0454e5a]

INTEGRATION: CWS vcl15 (1.24.20); FILE MERGED 2003/07/24 15:05:15 pl 1.24.20.1: #111013# merge from vcl7pp1r1


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [e9ab2e5bd537a5272467d37f0b0f9009f5b66829]

INTEGRATION: CWS vcl15 (1.20.2); FILE MERGED 2003/07/25 18:12:28 pl 1.20.2.1: #i17352# artificial italic and bold


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [c167983d964b73ea5afb136d2ef8aa22c347b485]

INTEGRATION: CWS vcl15 (1.2.62); FILE MERGED 2003/07/10 16:46:58 pl 1.2.62.1: #i7578# do not crash if a tmp file cannot be created


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [36ebf15b3b41ab0a8447914f9a998856dfe08a81]

INTEGRATION: CWS vcl15 (1.4.26); FILE MERGED 2003/07/25 18:12:28 pl 1.4.26.1: #i17352# artificial italic and bold


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [2eeaea32e38e7b2fa7836117e31a1bbacbecbfe0]

INTEGRATION: CWS vcl15 (1.21.26); FILE MERGED 2003/07/25 18:12:27 pl 1.21.26.2: #i17352# artificial italic and bold 2003/07/10 16:46:58 pl 1.21.26.1: #i7578# do not crash if a tmp file cannot be created


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [28673739b1866f45ce17342347fb8d6beb666367]

INTEGRATION: CWS vcl15 (1.11.26); FILE MERGED 2003/07/25 18:12:27 pl 1.11.26.2: #i17352# artificial italic and bold 2003/07/10 16:46:59 pl 1.11.26.1: #i7578# do not crash if a tmp file cannot be created


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [a797c3920d9db1848036745583430a85595361be]

INTEGRATION: CWS vcl15 (1.22.20); FILE MERGED 2003/08/07 15:37:07 pl 1.22.20.2: RESYNC: (1.22-1.23); FILE MERGED 2003/07/03 17:56:30 pl 1.22.20.1: #110485# workaround fonts with broken name records


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [1bf6a3c48beeee98d06b5f295f958935ef5eb827]

INTEGRATION: CWS vcl15 (1.39.2); FILE MERGED 2003/07/03 17:56:29 pl 1.39.2.1: #110485# workaround fonts with broken name records


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [dfd617e441cb24d19216a8f3676fc1f8daeee393]

INTEGRATION: CWS vcl15 (1.11.2); FILE MERGED 2003/07/25 18:12:26 pl 1.11.2.1: #i17352# artificial italic and bold


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [5f52760fd7d317a1f28cedcb31f619955323aa99]

INTEGRATION: CWS vcl15 (1.68.18); FILE MERGED 2003/08/07 15:35:37 pl 1.68.18.3: RESYNC: (1.69-1.71); FILE MERGED 2003/07/16 13:10:47 pl 1.68.18.2: RESYNC: (1.68-1.69); FILE MERGED 2003/07/10 15:26:42 hdu 1.68.18.1: #110745# often charcount!=glyphcount for fallback levels


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [b60638317d588af1339d552c730835ed3cf09c95]

INTEGRATION: CWS vcl15 (1.163.4); FILE MERGED 2003/07/10 11:49:01 pl 1.163.4.2: #110529# adjustment in SetWindowState works better if simpler 2003/07/09 12:05:25 pl 1.163.4.1: #i15246# don't close popups if pointer is inside one of our frames


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [32d7980f5c3c74e6a628208d7694d7dddc4d8c2b]

INTEGRATION: CWS vcl15 (1.26.32); FILE MERGED 2003/07/16 13:10:53 pl 1.26.32.2: RESYNC: (1.26-1.27); FILE MERGED 2003/07/09 14:10:56 pl 1.26.32.1: #i16610# got margins wrong in landscape case


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [8a47a49edaa0c7d3ff5ffccb6f0d8f964abd109a]

INTEGRATION: CWS vcl15 (1.105.4); FILE MERGED 2003/07/30 16:07:46 pl 1.105.4.3: removed old crap (Ansi1252Reencoder) 2003/07/30 16:01:44 pl 1.105.4.2: removed obsolete Xprinter stuff (TranslateCharName) 2003/07/25 18:13:03 pl 1.105.4.1: #i17352# artificial italic and bold for psprint


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [ee4cea1bae841712b02538d29d8b1f174bde9a14]

INTEGRATION: CWS vcl15 (1.24.78); FILE MERGED 2003/07/09 12:53:56 pl 1.24.78.1: #i15507# prefer Xft font resolution


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [c3a3fff330e5c5f752426760db742dcf88be2b8a]

INTEGRATION: CWS vcl15 (1.9.214); FILE MERGED 2003/07/30 16:07:46 pl 1.9.214.2: removed old crap (Ansi1252Reencoder) 2003/07/30 16:01:45 pl 1.9.214.1: removed obsolete Xprinter stuff (TranslateCharName)


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [02c76fad8f44bbc24d8a6482a04400a886d2210e]

INTEGRATION: CWS vcl15 (1.31.4); FILE MERGED 2003/08/07 15:35:57 pl 1.31.4.2: RESYNC: (1.31-1.32); FILE MERGED 2003/07/10 13:44:59 hdu 1.31.4.1: #i15237# manual resync to CWS pp1r1


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [eee0e36056e215b8e361433c903aa94d6a447a8d]

INTEGRATION: CWS vcl15 (1.12.26); FILE MERGED 2003/08/06 08:09:58 pl 1.12.26.2: corrected wrong const'ness 2003/07/22 09:29:10 pl 1.12.26.1: #110842# cleaned up shutdown sequence


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [8669e0ad8517c915d400c4e739f2bf7f067f6a18]

INTEGRATION: CWS vcl15 (1.15.26); FILE MERGED 2003/07/22 09:29:08 pl 1.15.26.1: #110842# cleaned up shutdown sequence


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [998ca9757f4dec666ea75cfe76d8714ca6ecc5ae]

INTEGRATION: CWS vcl15 (1.43.4); FILE MERGED 2003/07/30 11:15:04 pl 1.43.4.3: #108930# corrected symbol name for KEY_REPEAT, KEY_HELP 2003/07/22 09:29:08 pl 1.43.4.2: #110842# cleaned up shutdown sequence 2003/07/09 12:53:55 pl 1.43.4.1: #i15507# prefer Xft font resolution


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [c551a93e64c662a0de922b6b70ba966bf307fff5]

INTEGRATION: CWS vcl15 (1.25.26); FILE MERGED 2003/07/22 09:29:07 pl 1.25.26.1: #110842# cleaned up shutdown sequence


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [a5a97772c5dc6f94e857bbc26704075b51251045]

INTEGRATION: CWS vcl15 (1.7.78); FILE MERGED 2003/07/24 15:19:43 pl 1.7.78.1: #i6044# merge from vcl7pp1r1


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [396221f21dc43f4b756755c2f7f5a4965ef03139]

INTEGRATION: CWS vcl15 (1.23.68); FILE MERGED 2003/07/11 09:56:09 pl 1.23.68.1: #110563# activate workaround for KeyPress/Release failure of IM for all IMs


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [c9cf9fc67276bf33011cd7c6cb314e42057aa5f2]

INTEGRATION: CWS vcl15 (1.16.80); FILE MERGED 2003/07/09 12:53:54 pl 1.16.80.1: #i15507# prefer Xft font resolution


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [78c037114deecbdc20ae7137cfd026e5aca2527a]

INTEGRATION: CWS vcl15 (1.4.94); FILE MERGED 2003/08/07 15:36:36 pl 1.4.94.2: RESYNC: (1.4-1.5); FILE MERGED 2003/07/22 09:29:06 pl 1.4.94.1: #110842# cleaned up shutdown sequence


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [f981c508dc958bcc83737ce60afcac0332c1bc06]

INTEGRATION: CWS vcl15 (1.12.4); FILE MERGED 2003/07/09 11:59:37 ssa 1.12.4.1: #110720#, no CJK mnemonics for latin-only strings that don't contain valid mnemonic chars


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [d7f9161c79abf729fbf112b83db755c11205197c]

INTEGRATION: CWS vcl15 (1.25.40); FILE MERGED 2003/07/28 14:37:22 pl 1.25.40.2: #i13119# use OutputDevice::ImplDrawHatch for PDF hatching to achieve WYSIWYG 2003/07/22 14:43:15 pl 1.25.40.1: #i16410# add: artifial bold and italic for PDF


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [0386265674f6396c66799f618221f86e081ff51e]

INTEGRATION: CWS vcl15 (1.54.4); FILE MERGED 2003/08/07 15:34:03 pl 1.54.4.8: RESYNC: (1.54-1.55); FILE MERGED 2003/07/31 13:10:45 pl 1.54.4.7: #110728# fill outline fonts with white as OutputDevice does 2003/07/29 14:37:41 pl 1.54.4.6: #i16410# optimize text matrix usage 2003/07/29 14:13:50 pl 1.54.4.5: #i16410# set stroking color for artificial bold 2003/07/28 14:37:21 pl 1.54.4.4: #i13119# use OutputDevice::ImplDrawHatch for PDF hatching to achieve WYSIWYG 2003/07/23 09:19:17 pl 1.54.4.3: #i16410# don't do artificial unitalic because of fonts like Chancery, Palace script 2003/07/22 14:43:14 pl 1.54.4.2: #i16410# add: artifial bold and italic for PDF 2003/07/15 17:41:18 pl 1.54.4.1: #i16410# add: artificial italic for PDF


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [0764f5011ec33cce8eaeb119e95fab93da99771a]

INTEGRATION: CWS vcl15 (1.13.94); FILE MERGED 2003/07/28 14:37:22 pl 1.13.94.1: #i13119# use OutputDevice::ImplDrawHatch for PDF hatching to achieve WYSIWYG


2003-08-25  Kurt Zenker  <kz@openoffice.org>  [b0894a2a20f3aee799d98a6b0ff824dac4450720]

INTEGRATION: CWS vcl15 (1.23.70); FILE MERGED 2003/08/07 09:00:37 hdu 1.23.70.1: #110576# added text layout mode and text digit language to Push/Pop


2003-08-20  Thorsten Behrens  <thb@openoffice.org>  [efa4d2f578d0dcf1074880586109192b4be740c8]

Some adaptions to coding guidelines. Method names are now lowercase, as well as namespaces. Enums are class members, if applicable, and all uppercase. Instead of sal_Bool, we're using builtin-bool, for non-API stuff


2003-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6814a5d3c6cb22b16c3f91930c77b69f5d639217]

#100000# join from CWS licenseprint


2003-08-20  Thorsten Behrens  <thb@openoffice.org>  [13b9993696dbc96ffc269c5f6364831362218191]

Added missing ftools include


2003-08-19  Kurt Zenker  <kz@openoffice.org>  [ec1165de72ff34bea739478a57c7651d77789b0e]

new version for SRC680


2003-08-19  Kurt Zenker  <kz@openoffice.org>  [09eb02174f443d81529a7a912ed18804a4a1065e]

new version for SRC680


2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [72252e6c0a64dc35ef407998ea33477ddc36aa80]

INTEGRATION: CWS geordi2q01 (1.11.24); FILE MERGED 2003/08/18 13:36:13 hr 1.11.24.1: #i18350#: join changes from CWS ooo11rc3


2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7ffa944aba1cd90d0739cacac1527bf369e29237]

INTEGRATION: CWS geordi2q01 (1.47.24); FILE MERGED 2003/08/18 13:38:04 hr 1.47.24.1: #i18350#: join changes from CWS ooo11rc3


2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4d5a3fc9e01fcee070d23ceda0988dc90038ad1e]

INTEGRATION: CWS geordi2q01 (1.42.54); FILE MERGED 2003/08/18 13:38:01 hr 1.42.54.1: #i18350#: join changes from CWS ooo11rc3


2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [647b5a257b8e5ff178fffebdbb53a2a9091d90fd]

INTEGRATION: CWS geordi2q01 (1.13.24); FILE MERGED 2003/08/18 13:38:00 hr 1.13.24.1: #i18350#: join changes from CWS ooo11rc3


2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0473bf8047556a3b0b11623be542e6b1df8d90df]

INTEGRATION: CWS geordi2q01 (1.4.142); FILE MERGED 2003/08/18 13:38:00 hr 1.4.142.1: #i18350#: join changes from CWS ooo11rc3


2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2ace38f8c340978bc7a8cc78221513f90458d2e2]

INTEGRATION: CWS geordi2q01 (1.44.22); FILE MERGED 2003/08/18 13:37:59 hr 1.44.22.1: #i18350#: join changes from CWS ooo11rc3


2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0bddbe9b3ecc79be6b639a9bca637a4d124e6db6]

INTEGRATION: CWS geordi2q01 (1.26.22); FILE MERGED 2003/08/18 13:37:59 hr 1.26.22.1: #i18350#: join changes from CWS ooo11rc3


2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [48b3a9842d2d68f6f818e932b1181e63bcf9a3c7]

INTEGRATION: CWS geordi2q01 (1.9.256); FILE MERGED 2003/08/18 13:37:58 hr 1.9.256.1: #i18350#: join changes from CWS ooo11rc3


2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f958128400d8e75f53834d55caa4c3efa561b991]

INTEGRATION: CWS geordi2q01 (1.7.126); FILE MERGED 2003/08/18 13:37:58 hr 1.7.126.1: #i18350#: join changes from CWS ooo11rc3


2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [51d3ca72a6c6e2c73db34f4d5500577a9cdd3f2b]

INTEGRATION: CWS geordi2q01 (1.3.126); FILE MERGED 2003/08/18 13:37:57 hr 1.3.126.1: #i18350#: join changes from CWS ooo11rc3


2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7ae97ef4c3342d77569a46425115bf37f21c2d4a]

INTEGRATION: CWS geordi2q01 (1.23.116); FILE MERGED 2003/08/18 13:37:57 hr 1.23.116.1: #i18350#: join changes from CWS ooo11rc3


2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [09c37cf716015713c140222120eed5ec6f5347d1]

INTEGRATION: CWS geordi2q01 (1.18.126); FILE MERGED 2003/08/18 13:37:57 hr 1.18.126.1: #i18350#: join changes from CWS ooo11rc3


2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2ed22a522bfb02e8b5df9f031040ab1006684458]

INTEGRATION: CWS geordi2q01 (1.4.266); FILE MERGED 2003/08/18 13:37:56 hr 1.4.266.1: #i18350#: join changes from CWS ooo11rc3


2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [93c3e17cc2c51811a31619e1791a7e5b01857fdb]

INTEGRATION: CWS geordi2q01 (1.16.128); FILE MERGED 2003/08/18 13:37:55 hr 1.16.128.1: #i18350#: join changes from CWS ooo11rc3


2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d09105db0e5167a6d2517e5b60f28e704563f1c4]

INTEGRATION: CWS geordi2q01 (1.46.24); FILE MERGED 2003/08/18 13:37:53 hr 1.46.24.1: #i18350#: join changes from CWS ooo11rc3


2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [27f37e970d0ea2545a070876a83872521d93d927]

INTEGRATION: CWS geordi2q01 (1.55.20); FILE MERGED 2003/08/18 13:37:53 hr 1.55.20.1: #i18350#: join changes from CWS ooo11rc3


2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9b485cb2bf6548cd4c039bf4e7306b4a9ced2149]

INTEGRATION: CWS geordi2q01 (1.155.28); FILE MERGED 2003/08/18 13:37:52 hr 1.155.28.1: #i18350#: join changes from CWS ooo11rc3


2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0c4abdc32382c7b1d83f1d306c7136701e6b5db9]

INTEGRATION: CWS geordi2q01 (1.18.30); FILE MERGED 2003/08/18 13:37:51 hr 1.18.30.1: #i18350#: join changes from CWS ooo11rc3


2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [781c676b827fcbdaaa3f0b1cdcbd3d0b028e6ab4]

INTEGRATION: CWS geordi2q01 (1.2.298); FILE MERGED 2003/08/18 13:37:51 hr 1.2.298.1: #i18350#: join changes from CWS ooo11rc3


2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [80fcccc5e84ee4a6c383d0f38e6880a9e7d6c1db]

INTEGRATION: CWS geordi2q01 (1.44.122); FILE MERGED 2003/08/18 13:32:15 hr 1.44.122.1: #i18350#: join changes from CWS ooo11rc3


2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0c7392e14f74e2afe9162f12f12d2d3ed321ea1b]

INTEGRATION: CWS geordi2q01 (1.8.8); FILE MERGED 2003/08/18 12:53:52 hr 1.8.8.1: #i18350#: join changes from CWS ooo11rc3


2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [297a4d42b389a3ddda14ab728cafe8ace5d7b5db]

INTEGRATION: CWS geordi2q01 (1.6.24); FILE MERGED 2003/08/18 13:36:35 hr 1.6.24.1: #i18350#: join changes from CWS ooo11rc3


2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [05892388518472dda05f96b4e2db96cceb70fbc8]

INTEGRATION: CWS geordi2q01 (1.27.36); FILE MERGED 2003/08/18 13:36:34 hr 1.27.36.1: #i18350#: join changes from CWS ooo11rc3


2003-08-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea7ba8143895570dafa41242dcdb334c542cc974]

INTEGRATION: CWS sb7 (1.3.58); FILE MERGED 2003/08/12 08:36:02 sb 1.3.58.1: #i16664# Warnings about unusable ToFloat/Double.


2003-08-08  Kurt Zenker  <kz@openoffice.org>  [46a328cc6cf60fa371b7fcac5a20b36667be0da5]

new version for SRC680


2003-08-08  Kurt Zenker  <kz@openoffice.org>  [ce2be391002e0c8a36b801b90463d150d6801f10]

new version for SRC680


2003-08-08  Kurt Zenker  <kz@openoffice.org>  [b1739d0a15e126e85bcdd5b6645f238f4ca8a3d6]

new version for SRC680


2003-08-07  Kurt Zenker  <kz@openoffice.org>  [f1c8e6bfc59db8d1b18ae132b94f20ae4af9bb65]

new version for SRC680


2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f760d2611bfc8bca70d37dd7f01235d4e79c559]

INTEGRATION: CWS sb5 (1.9.28); FILE MERGED 2003/06/20 12:00:12 sb 1.9.28.1: #110345# Removed obsolete RemoteContentProvidersControl.


2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [aec87711faecfa2a2aaf5e9cd117cd52e43fed49]

INTEGRATION: CWS sb5 (1.13.56); FILE MERGED 2003/08/07 13:33:08 hr 1.13.56.2: RESYNC: (1.13-1.14); FILE MERGED 2003/06/20 12:00:10 sb 1.13.56.1: #110345# Removed obsolete RemoteContentProvidersControl.


2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b3eca5048418b922cfa2d356219e0c5d7f793a6]

INTEGRATION: CWS sb5 (1.17.28); FILE MERGED 2003/08/07 13:33:59 hr 1.17.28.2: RESYNC: (1.17-1.18); FILE MERGED 2003/06/20 12:00:09 sb 1.17.28.1: #110345# Removed obsolete RemoteContentProvidersControl.


2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [687aaff58b7f987e4d5f18747a8e6839cc992d60]

INTEGRATION: CWS sb5 (1.2.36); FILE MERGED 2003/06/20 12:00:07 sb 1.2.36.1: #110345# Removed obsolete RemoteContentProvidersControl.


2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [74ae8aff046b1b7af6768c5663f24f29ce360bfc]

INTEGRATION: CWS sb5 (1.8.6); FILE MERGED 2003/06/24 16:06:01 sb 1.8.6.1: Added missing mkdir of inc/cppuhelper.


2003-08-07  Rüdiger Timm  <rt@openoffice.org>  [00c1a9a9f7227be6299ed039843ae233a63469b3]

#100000# '#if SUPD' conditions removed in preparation of SRC680.


2003-08-07  Rüdiger Timm  <rt@openoffice.org>  [9aafab545d5295ba7d6aec1b976b6d1404c7c39b]

#100000# '#if SUPD' conditions removed.


2003-07-31  Rüdiger Timm  <rt@openoffice.org>  [ee36708c33feface25a4ca01ac603995c13f8bf8]

new version for SRC680


2003-07-30  Kurt Zenker  <kz@openoffice.org>  [6cd9ed5468978010d5cb1cc7be1bbd25cb632e77]

new version for SRC680


2003-07-30  Kurt Zenker  <kz@openoffice.org>  [a21b23519e2cfe21732947dc04114098277aeb10]

new version for SRC680


2003-07-30  Kurt Zenker  <kz@openoffice.org>  [23193bc0142d01636a2c5ffe37bb77272a4485fe]

new version for SRC680


2003-07-29  Rüdiger Timm  <rt@openoffice.org>  [c685d28fe5545c90835d1564a21acab8c32aa7d9]

#100000# Needs comphelper (source/provider/backgrounddownload.cxx includes comphelper/condition.hxx).


2003-07-28  Vladimir Glazounov  <vg@openoffice.org>  [f647df9a3d4da266e96cb1b689b6e2a19d8d2f79]

INTEGRATION: CWS stampit1rc3 (1.12.2); FILE MERGED 2003/07/25 12:42:04 mav 1.12.2.1: #111052# use set value if any


2003-07-25  Kurt Zenker  <kz@openoffice.org>  [af25868cfff64690c62ed187e0c715f092934e21]

new version for SRX645


2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [d369b25809cf9c69ff90ed15320ab15c2e0c3d2a]

INTEGRATION: CWS abi3 (1.17.16); FILE MERGED 2003/07/16 09:50:11 abi 1.17.16.1: #110668# moved condition-object to comphelper


2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [97799a1aeabd1eb1488407b6b7f2082aec6b73f3]

INTEGRATION: CWS abi3 (1.6.38); FILE MERGED 2003/07/17 15:17:18 abi 1.6.38.1: #110335# download in the background


2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [93ba27075365e3e95a174a2a648434c3f714a4c0]

INTEGRATION: CWS abi3 (1.13.62); FILE MERGED 2003/07/17 15:17:17 abi 1.13.62.1: #110335# download in the background


2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [5526c040b8ddcaf91db50c18284a6b0eaa6d8163]

INTEGRATION: CWS abi3 (1.26.14); FILE MERGED 2003/07/10 11:56:03 abi 1.26.14.1: #110668# some issues with threadsafety of disposing


2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [dfe0c4e88a9f5f034ff628a4bc42e58f6eb6dad7]

INTEGRATION: CWS abi3 (1.17.34); FILE MERGED 2003/07/17 15:17:18 abi 1.17.34.1: #110335# download in the background


2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [bf62a5e650aaba182e0c4d22395d1023d8c83fd0]

INTEGRATION: CWS abi3 (1.44.10); FILE MERGED 2003/07/23 14:22:51 abi 1.44.10.7: #110333# old method for nonremote schemata 2003/07/23 09:23:40 abi 1.44.10.6: #110335# introduced untimed waiting for non-remote protocols, doubling of wait time for first retry, and macro ABI_IS_ON_VACATION_AETSCH for easier recovery 2003/07/18 17:41:49 abi 1.44.10.5: #110335# Loading from input stream in the background now possible. 2003/07/16 09:46:30 abi 1.44.10.4: #110668# moved condition-object to comphelper 2003/07/15 14:59:24 abi 1.44.10.3: #110688# replaced thread unsafe default active data sink(SvRefBase member) with thread safe and posting the result trough the queue 2003/07/09 11:58:17 abi 1.44.10.2: #110688# forgotten to remove unneeded include-file 2003/07/09 11:55:47 abi 1.44.10.1: #110688# copy-and-paste error, holding a reference to content not necessary


2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [428e0a60e3bee623b8b098ffff00cac070772348]

INTEGRATION: CWS abi3 (1.12.10); FILE MERGED 2003/07/16 09:46:29 abi 1.12.10.1: #110668# moved condition-object to comphelper


2003-07-23  Kurt Zenker  <kz@openoffice.org>  [4b1384944a5c5cbf56b54f05701c795f0ef93256]

new version for SRX645


2003-07-23  Vladimir Glazounov  <vg@openoffice.org>  [8bc2e4b81ebd78400b37851d46ba599f22c7c632]

INTEGRATION: CWS ivo02 (1.33.10); FILE MERGED 2003/07/18 10:22:43 ihi 1.33.10.1: #i15711# #i16453# core dump charAt( -1 )


2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [33fc32195989df7ff37dc2a17ed861af20a9bdf7]

INTEGRATION: CWS mergem13s2 (1.36.4); FILE MERGED 2003/07/22 12:52:45 ihi 1.36.4.1: rc3 merge


2003-07-22  Kurt Zenker  <kz@openoffice.org>  [d5c1912f8e61ce17516688f670e3d135b12a166a]

new version for SRX645


2003-07-22  Herbert Duerr  <hdu@openoffice.org>  [23dc10faeff9db7f90da22ea11f1bc1890e093ae]

#110987# unify textlayout caches


2003-07-22  Kurt Zenker  <kz@openoffice.org>  [aa81ad4200dbcd99e15ab9c5f872c58335fcc800]

new version for SRX645


2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [b210558f9496ac70bab2c37071cdeb288f4c475c]

INTEGRATION: CWS fwkrc32 (1.78.22); FILE MERGED 2003/07/16 15:10:07 mav 1.78.22.2: #i16015# close UCBStorageStream in case Storage based on it is deleted 2003/07/15 16:22:21 mav 1.78.22.1: #i16015# close UCBStorageStream in case Storage based on it is deleted


2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [ed2f9eb6eebeeb3065917c9d2aa5e4af1d117039]

INTEGRATION: CWS fwkrc32 (1.3.30); FILE MERGED 2003/07/15 16:22:20 mav 1.3.30.1: #i16015# close UCBStorageStream in case Storage based on it is deleted


2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [0f961559e67dd94e8575bbfcc9f4bd94dd8cc7bc]

INTEGRATION: CWS fwkrc32 (1.2.76); FILE MERGED 2003/07/16 15:10:06 mav 1.2.76.2: #i16015# close UCBStorageStream in case Storage based on it is deleted 2003/07/15 16:22:20 mav 1.2.76.1: #i16015# close UCBStorageStream in case Storage based on it is deleted


2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [9ab8dcc1f30abffaa7793393e4b200dad24a2ecd]

INTEGRATION: CWS fwkrc32 (1.11.70); FILE MERGED 2003/07/16 15:10:06 mav 1.11.70.2: #i16015# close UCBStorageStream in case Storage based on it is deleted 2003/07/15 16:22:19 mav 1.11.70.1: #i16015# close UCBStorageStream in case Storage based on it is deleted


2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [bc43e41187eb52e3ec64299fc08aaff99d97983e]

INTEGRATION: CWS fwkrc32 (1.19.30); FILE MERGED 2003/07/16 15:10:04 mav 1.19.30.2: #i16015# close UCBStorageStream in case Storage based on it is deleted 2003/07/15 16:22:19 mav 1.19.30.1: #i16015# close UCBStorageStream in case Storage based on it is deleted


2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [8c0d67b2a794fc89335c34262dbd33aa9e11579d]

INTEGRATION: CWS fwkrc32 (1.7.122); FILE MERGED 2003/07/18 09:43:34 as 1.7.122.1: #110919# enable transparency


2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [a646ec3a7c015086175553129eeee8228e4d9cc1]

INTEGRATION: CWS pl02 (1.22.28); FILE MERGED 2003/07/21 12:52:19 pl 1.22.28.1: #i17138# do not crash on empty files


2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [9262a7e82d9326dd218e29d97e0cc6ac71227f44]

INTEGRATION: CWS pl02 (1.12.52); FILE MERGED 2003/07/21 11:11:19 pl 1.12.52.1: #110902# delay SmCloseConnection


2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [71787fbf8a3e0e823e9b35916bccb26e15655410]

INTEGRATION: CWS pl02 (1.15.52); FILE MERGED 2003/07/21 11:11:19 pl 1.15.52.1: #110902# delay SmCloseConnection


2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [d44b79d179a61290fac6fb768ceaafdb9472880d]

INTEGRATION: CWS pl02 (1.43.30); FILE MERGED 2003/07/21 11:11:18 pl 1.43.30.1: #110902# delay SmCloseConnection


2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [a980cc8deaa8593d6984f1f08fd57997a2b9cefc]

INTEGRATION: CWS pl02 (1.25.52); FILE MERGED 2003/07/21 11:11:18 pl 1.25.52.1: #110902# delay SmCloseConnection


2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [b327c923090e7db313e44e03bdb5f1334204c03a]

INTEGRATION: CWS pl02 (1.4.52); FILE MERGED 2003/07/21 11:11:17 pl 1.4.52.1: #110902# delay SmCloseConnection


2003-07-21  Kurt Zenker  <kz@openoffice.org>  [6db3573e534524327958868045368854249853b2]

new version for SRX645


2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [99a29311808dccca7545c8e233f777c8e3da3ea0]

INTEGRATION: CWS freelibs (1.45.48); FILE MERGED 2003/07/18 15:42:40 cp 1.45.48.1: #i16872# putting /usr/lib in rpath was not a good idea


2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [1aa9a132142f23829668cfcd76cadd19aebe2f4f]

INTEGRATION: CWS rc3vcl (1.69.8); FILE MERGED 2003/07/16 15:09:46 hdu 1.69.8.1: #110440# #i11579# adjust vertical flags depending on GSUB


2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [b88a9cb6a2f91d0b2c9ad3584673cb1079db7b0c]

INTEGRATION: CWS rc3vcl (1.11.94); FILE MERGED 2003/07/16 15:52:59 ssa 1.11.94.1: #110800#, avoid fujitsu-xerox driver crash when using a jobsetup from a different windows platform


2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [650cb3004ab472ac131bc1428020e6410db061fd]

INTEGRATION: CWS rc3vcl (1.45.8); FILE MERGED 2003/07/16 11:08:41 hdu 1.45.8.1: #110880# fix off-by-one when merging multiple layouts


2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [468d2d507fa29c95fd2d469df52f198499a03e7a]

INTEGRATION: CWS rc3vcl (1.54.14); FILE MERGED 2003/07/17 08:26:03 hdu 1.54.14.4: #i16920# get rid of slicing warning 2003/07/17 08:16:40 hdu 1.54.14.3: #i16920# fix constness 2003/07/17 07:12:36 pl 1.54.14.2: #i16920# same appendName for char* and OUString 2003/07/16 19:03:00 pl 1.54.14.1: #i16920# add encoded names


2003-07-17  Nils Fuhrmann  <nf@openoffice.org>  [b9a434fb525e6f218412da225160eb164bf52e71]

L10N-Fixes


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [a563bb91f1a15e74860337474462e61a547cce69]

INTEGRATION: CWS mergerc3 (1.45.12); FILE MERGED 2003/07/16 16:59:19 ihi 1.45.12.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [6934a24fb1155ecb4ba330989dddc55c0d2f37a7]

INTEGRATION: CWS mergerc3 (1.16.12); FILE MERGED 2003/07/16 16:59:35 ihi 1.16.12.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c08b8e2b67a2c7bb5d7eb26b82f71a320956e9e]

INTEGRATION: CWS mergerc3 (1.19.12); FILE MERGED 2003/07/16 16:59:32 ihi 1.19.12.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [8eb7863c0e8d50fbd3eec83daab1e3240bee3e88]

INTEGRATION: CWS mergerc3 (1.50.12); FILE MERGED 2003/07/16 16:59:32 ihi 1.50.12.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [b668befdb13a02cdbb775523637bc1ffc46dc520]

INTEGRATION: CWS mergerc3 (1.44.12); FILE MERGED 2003/07/16 16:59:31 ihi 1.44.12.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2c5bc78d68b1696629e788671db19485767512c]

INTEGRATION: CWS mergerc3 (1.22.12); FILE MERGED 2003/07/16 16:59:31 ihi 1.22.12.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6fe68d3a5f43168945755a2d6aeb47245fed59c]

INTEGRATION: CWS mergerc3 (1.16.12); FILE MERGED 2003/07/16 16:59:28 ihi 1.16.12.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d2f32756891f4c022a86a580f1128050181f790]

INTEGRATION: CWS mergerc3 (1.25.12); FILE MERGED 2003/07/16 16:59:27 ihi 1.25.12.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [233835b9d52e20b900064004006e0831f4e8badb]

INTEGRATION: CWS mergerc3 (1.22.12); FILE MERGED 2003/07/16 16:59:27 ihi 1.22.12.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [29cca55cc55a0cf4e2624a4efb387054ad54c36c]

INTEGRATION: CWS mergerc3 (1.27.12); FILE MERGED 2003/07/16 16:59:22 ihi 1.27.12.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [13ea97055ed7c4939f01078d95068a8237fb63ad]

INTEGRATION: CWS mergerc3 (1.32.12); FILE MERGED 2003/07/16 16:59:21 ihi 1.32.12.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [23065cb26cb6408395345e9cf43f9751a3d5e81c]

INTEGRATION: CWS mergerc3 (1.40.12); FILE MERGED 2003/07/16 16:59:21 ihi 1.40.12.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [6536ec80bebe5eb991ae9f1e3128b35cf21c0157]

INTEGRATION: CWS mergerc3 (1.35.12); FILE MERGED 2003/07/16 16:59:21 ihi 1.35.12.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [4516b160175b9349a2fa2e51cebce23f92c4fde2]

INTEGRATION: CWS mergerc3 (1.22.12); FILE MERGED 2003/07/16 16:59:20 ihi 1.22.12.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [ecaa871f5559a7eaa774b2e6349c3296dc2d91ba]

INTEGRATION: CWS mergerc3 (1.5.12); FILE MERGED 2003/07/16 16:59:18 ihi 1.5.12.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [26cb13e4f0d63f7bec006304831f98325521902c]

INTEGRATION: CWS mergerc3 (1.28.12); FILE MERGED 2003/07/16 16:59:18 ihi 1.28.12.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad350424a42d7e4701572477977c09afedaa0654]

INTEGRATION: CWS mergerc3 (1.51.12); FILE MERGED 2003/07/16 16:59:17 ihi 1.51.12.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [588753e0eeb9719f649e778e6018123819c31cfe]

INTEGRATION: CWS mergerc3 (1.5.12); FILE MERGED 2003/07/16 16:59:17 ihi 1.5.12.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [a57dc48bff9d55938cbc82af161964450c367610]

INTEGRATION: CWS mergerc3 (1.55.12); FILE MERGED 2003/07/16 16:59:16 ihi 1.55.12.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [ead6baa8c72a589a72cf715c4f8251ce9329ce28]

INTEGRATION: CWS mergerc3 (1.7.12); FILE MERGED 2003/07/16 16:59:16 ihi 1.7.12.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5cec1ebaf73fce7881194a31a6d5df4ef7a1727]

INTEGRATION: CWS mergerc3 (1.27.12); FILE MERGED 2003/07/16 16:59:15 ihi 1.27.12.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [7de38aeb0b9e2a450c148e4ea3740d800aea8075]

INTEGRATION: CWS mergerc3 (1.35.2); FILE MERGED 2003/07/16 16:57:09 ihi 1.35.2.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcbb1e49c1a7d17c40b6b23a26f487e3cdc13356]

INTEGRATION: CWS mergerc3 (1.48.2); FILE MERGED 2003/07/16 16:57:08 ihi 1.48.2.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [a79c3a2c47e4ac4badde4609a0eb2a0e58f7aae9]

INTEGRATION: CWS mergerc3 (1.12.6); FILE MERGED 2003/07/16 17:05:27 ihi 1.12.6.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [5998e742b6d50c190b40428db578acd76228d38e]

INTEGRATION: CWS mergerc3 (1.41.6); FILE MERGED 2003/07/16 17:05:26 ihi 1.41.6.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c902c23cee553f96726576b30d507e0031a63a9]

INTEGRATION: CWS mergerc3 (1.24.6); FILE MERGED 2003/07/16 17:05:26 ihi 1.24.6.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [edea6f1f83438937dde0c1f17fb3c3e6ed20b39e]

INTEGRATION: CWS mergerc3 (1.32.6); FILE MERGED 2003/07/16 17:05:25 ihi 1.32.6.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [282535cc2ee20152b9b067298f1b56723bdf6772]

INTEGRATION: CWS mergerc3 (1.32.6); FILE MERGED 2003/07/16 17:05:24 ihi 1.32.6.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [0880517922a8f91da4a0115eec9ce356086faefb]

INTEGRATION: CWS mergerc3 (1.36.4); FILE MERGED 2003/07/16 17:04:07 ihi 1.36.4.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [db46a157bbb655323d3403071672b7f5a3cb7555]

INTEGRATION: CWS mergerc3 (1.41.4); FILE MERGED 2003/07/16 17:04:07 ihi 1.41.4.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea74143d06a2552690f0a0a679c1f8818088afbf]

INTEGRATION: CWS mergerc3 (1.15.4); FILE MERGED 2003/07/16 17:04:06 ihi 1.15.4.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2990b20b632ae42ca7b1a296eeb7755fbc54429]

INTEGRATION: CWS mergerc3 (1.13.4); FILE MERGED 2003/07/16 17:04:05 ihi 1.13.4.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e993c05502f6907e7d2a98441a9db1c7708c9c25]

INTEGRATION: CWS mergerc3 (1.18.4); FILE MERGED 2003/07/16 17:04:04 ihi 1.18.4.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7a765a3c9ffc4a4c9af5e9edd95d8ace323d905]

INTEGRATION: CWS mergerc3 (1.14.4); FILE MERGED 2003/07/16 17:04:03 ihi 1.14.4.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [273640351f3d0bae697ad0cee5139703f2e98c3a]

INTEGRATION: CWS mergerc3 (1.13.4); FILE MERGED 2003/07/16 17:04:02 ihi 1.13.4.1: rc-3 merge all languages


2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [479a5ff0b2b912b49d4000219ec45f732673bf8f]

INTEGRATION: CWS mergerc3 (1.24.4); FILE MERGED 2003/07/16 17:04:01 ihi 1.24.4.1: rc-3 merge all languages


2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [f570e3acfb0f4ef9364c2211c689ef0dc01dc5d0]

INTEGRATION: CWS ooo11rc2 (1.44.18); FILE MERGED 2003/07/06 20:14:42 pjanik 1.44.18.1: #i6325#: Merge missing Slovak translation.


2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c5097447a38e65a915fda2728a57ce4171e3c26]

INTEGRATION: CWS ooo11rc2 (1.103.52); FILE MERGED 2003/07/14 15:56:21 fa 1.103.52.1: Allow dylibs to be delivered.

http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16699

Dan
fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [04fce79c97ef927c5cea8277cf6822b216cc997f]

INTEGRATION: CWS ooo11rc2 (1.13.220); FILE MERGED 2003/07/14 15:10:32 fa 1.13.220.1: Mac OS X compatibility.  Force OS X to use XRenderCompositeString32 since PORTS moved to that as well, the patch that enabled this on srx644+ is no longer applicable to PORTS either.  Misc link time additions for OS X, bring in appropriate headers, etc.

http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16692

Dan
fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3949b87f40c080f24e4fd686bff087f92f85469]

INTEGRATION: CWS ooo11rc2 (1.45.32); FILE MERGED 2003/07/14 15:10:32 fa 1.45.32.1: Mac OS X compatibility.  Force OS X to use XRenderCompositeString32 since PORTS moved to that as well, the patch that enabled this on srx644+ is no longer applicable to PORTS either.  Misc link time additions for OS X, bring in appropriate headers, etc.

http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16692

Dan
fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bfc8299a4e9cd9dc5a5f272ac8e644dfc035d09]

INTEGRATION: CWS ooo11rc2 (1.31.8); FILE MERGED 2003/07/14 15:10:31 fa 1.31.8.1: Mac OS X compatibility.  Force OS X to use XRenderCompositeString32 since PORTS moved to that as well, the patch that enabled this on srx644+ is no longer applicable to PORTS either.  Misc link time additions for OS X, bring in appropriate headers, etc.

http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16692

Dan
fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad58a445c6bc7687c21fcf9b15d5f955c9603bcf]

INTEGRATION: CWS ooo11rc2 (1.4.100); FILE MERGED 2003/07/14 15:10:29 fa 1.4.100.1: Mac OS X compatibility.  Force OS X to use XRenderCompositeString32 since PORTS moved to that as well, the patch that enabled this on srx644+ is no longer applicable to PORTS either.  Misc link time additions for OS X, bring in appropriate headers, etc.

http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16692

Dan
fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd1775eaa918b17499218daa4ad3e494f6c96b9b]

INTEGRATION: CWS ooo11rc2 (1.22.46); FILE MERGED 2003/07/14 15:10:28 fa 1.22.46.1: Mac OS X compatibility.  Force OS X to use XRenderCompositeString32 since PORTS moved to that as well, the patch that enabled this on srx644+ is no longer applicable to PORTS either.  Misc link time additions for OS X, bring in appropriate headers, etc.

http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16692

Dan
fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [153add0af491fe94bae22db2d445aa48b0d74ea0]

INTEGRATION: CWS ooo11rc2 (1.96.2); FILE MERGED 2003/07/15 06:20:47 fa 1.96.2.1: OS X ships stock freetype 2.13, not 2.14, so adjust constants accordingly.

Dan
fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [c179bcb6f5b87663fd62c8bb7da3959a33b66e5a]

INTEGRATION: CWS ooo11rc2 (1.153.2); FILE MERGED 2003/07/07 11:51:53 pl 1.153.2.1: #i16338# fallback fonts for chinese


2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [c38d2db7f8b53de73429db8283023a89c44b98ad]

INTEGRATION: CWS ooo11rc2 (1.17.2); FILE MERGED 2003/07/07 11:49:13 pl 1.17.2.1: #i16338# fallback fonts for chinese


2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [44f0156ec261b8e75a611bc83203fc44b83d8e43]

INTEGRATION: CWS ooo11rc2 (1.29.12); FILE MERGED 2003/07/07 10:22:08 mh 1.29.12.1: join from ooo11rc, #i10000#


2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee4bba853d5c74907110b0dda441d8867fa75f36]

INTEGRATION: CWS ooo11rc2 (1.4.34); FILE MERGED 2003/07/15 02:51:25 fa 1.4.34.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.

http://www.openoffice.org/issues/show_bug.cgi?id=16836

Dan
fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5e7e61f1e2e20698d32dcb499554d73d7c93f62]

INTEGRATION: CWS ooo11rc2 (1.3.80); FILE MERGED 2003/07/15 02:51:25 fa 1.3.80.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.

http://www.openoffice.org/issues/show_bug.cgi?id=16836

Dan
fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4b0b53075cf44d77046ac337a4ecc438a4a7bef]

INTEGRATION: CWS ooo11rc2 (1.7.34); FILE MERGED 2003/07/14 14:24:56 er 1.7.34.1: #i14132# correct era names


2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [38b3cc15b810932040ce32a4e4622b85cee56cfc]

INTEGRATION: CWS ooo11rc2 (1.5.80); FILE MERGED 2003/07/15 02:51:24 fa 1.5.80.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.

http://www.openoffice.org/issues/show_bug.cgi?id=16836

Dan
fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [f43d791a042de1866202eb796113740bd99aa765]

INTEGRATION: CWS ooo11rc2 (1.7.18); FILE MERGED 2003/07/15 03:38:24 fa 1.7.18.1: Fixes for OS X.

http://www.openoffice.org/issues/show_bug.cgi?id=16859

Contributor:
Kevin Hendricks

Dan
fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cd03e96e54d43d85a2c08f9b2bf873ad08c1a69]

INTEGRATION: CWS ooo11rc2 (1.63.2); FILE MERGED 2003/07/15 03:38:24 fa 1.63.2.1: Fixes for OS X.

http://www.openoffice.org/issues/show_bug.cgi?id=16859

Contributor:
Kevin Hendricks

Dan
fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cf70014623ce3bb85dc91e18350d3bd165a18ff]

INTEGRATION: CWS ooo11rc2 (1.4.102); FILE MERGED 2003/07/14 15:41:11 fa 1.4.102.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.

http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16695

Dan
fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [22f5cd91cc519962144ac24682327cfba72d2258]

INTEGRATION: CWS ooo11rc2 (1.10.18); FILE MERGED 2003/07/15 05:02:09 fa 1.10.18.2: Change erroneous = to == for WITH_LIBART check.

Dan
fa@ooo
2003/07/14 16:03:20 mmeeks 1.10.18.1: use the system libart if it's available (--enable-libart): #16721

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3d9ab97beb9796f48e39b69d6f79c04c0d54a7a]

INTEGRATION: CWS ooo11rc2 (1.3.2); FILE MERGED 2003/07/14 16:03:19 mmeeks 1.3.2.1: use the system libart if it's available (--enable-libart): #16721


2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [a515b7da476aedb56241185683f39a67b374b252]

INTEGRATION: CWS ooo11rc2 (1.6.2); FILE MERGED 2003/07/14 16:03:19 mmeeks 1.6.2.1: use the system libart if it's available (--enable-libart): #16721


2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [a77b052a85bc29de347af32f3fc6feeacad5b8a6]

INTEGRATION: CWS ooo11rc2 (1.5.34); FILE MERGED 2003/07/14 14:22:50 fa 1.5.34.1: The Time::Time( const Time& ) constructor and the = operator confused the Apple compiler somehwhat, so that it created bad exception-handling frame symbols for them (silly Apple, .eh frames are for kids!), but only when they were compiled outside the Tools library.  Moving them out of the header and into the tools library itself corrects this.  Symptom on Mac OS X was the linker complaining that these symbols didn't exist, but were expected to be defined in Security.framework.

Second, for OS X pull the system language/locale from sal functions,
and not from the environment.  The tools locale functions are used
in psprint for font language recognition.

http://www.openoffice.org/project/www/issues/showattachment.cgi?attach_id=7554&file=tools.071003.11rc.patch

Dan
fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e597ac57c56c07f1cd392c124db84ca29e38cdc]

INTEGRATION: CWS ooo11rc2 (1.8.34); FILE MERGED 2003/07/14 14:22:49 fa 1.8.34.1: The Time::Time( const Time& ) constructor and the = operator confused the Apple compiler somehwhat, so that it created bad exception-handling frame symbols for them (silly Apple, .eh frames are for kids!), but only when they were compiled outside the Tools library.  Moving them out of the header and into the tools library itself corrects this.  Symptom on Mac OS X was the linker complaining that these symbols didn't exist, but were expected to be defined in Security.framework.

Second, for OS X pull the system language/locale from sal functions,
and not from the environment.  The tools locale functions are used
in psprint for font language recognition.

http://www.openoffice.org/project/www/issues/showattachment.cgi?attach_id=7554&file=tools.071003.11rc.patch

Dan
fa@ooo

2003-07-14  Nils Fuhrmann  <nf@openoffice.org>  [47d2e1b0beaaef4f7ef3a576aab1d408796ca678]

#110799#


2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [ecf1da84b138d2c5042e9646da4e0a0ef4af06a6]

INTEGRATION: CWS fwkrc3 (1.11.274); FILE MERGED 2003/07/10 10:15:00 as 1.11.274.1: #110476# dont use invalid iterator objects


2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [a234c3044e79820f0f8cf106570c68fc0765e80e]

INTEGRATION: CWS i18n07 (1.8.44); FILE MERGED 2003/07/10 12:05:15 er 1.8.44.1: #110133# use Hijri calendar in date formats


2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [f2a5546449007adab63c7cd7af148fb974b47297]

INTEGRATION: CWS i18n07 (1.11.36); FILE MERGED 2003/07/10 10:58:03 er 1.11.36.3: #110133# currency format code order, now the same order as in a well known competing product 2003/07/10 10:03:49 er 1.11.36.2: #110133# AM/PM patch from Karl 2003/07/09 11:46:16 er 1.11.36.1: #110133# correct date formats, received from Karl Hong


2003-07-11  Nils Fuhrmann  <nf@openoffice.org>  [6520978d47b0c55c4a9663faf429a2250d4ee2c7]

Fixes #110799# by removel of multiple whitespaces within character data


2003-07-10  Kurt Zenker  <kz@openoffice.org>  [4d6ae20ebfc47f7fec178b48cca7fdd8767def35]

new version for SRX645


2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [54566d7f741e173d0300d519a1e3f713b8faca8e]

INTEGRATION: CWS sw021 (1.151.16); FILE MERGED 2003/07/07 10:11:59 hdu 1.151.16.1: #110616# fix DrawCtrlText's nLen argument if needed


2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [98e7b3f7e808e3030229943a74aab3e2cb7d202a]

INTEGRATION: CWS ausehids (1.4.24); FILE MERGED 2003/07/08 10:51:50 hjs 1.4.24.1: #110597# fix PRJNAME


2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [1349be36445e3084ebc0da28327230898f1edaf0]

INTEGRATION: CWS ausehids (1.6.24); FILE MERGED 2003/07/08 10:52:50 hjs 1.6.24.1: #110597# GEN_HID in util only


2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [27ec891dc6b57937fe38bd4d9a955280de01869a]

INTEGRATION: CWS ausehids (1.1.108); FILE MERGED 2003/07/08 10:50:34 hjs 1.1.108.1: #110597# make utile the last directory to build


2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [014b6d5c2365deae0331667a7f32e8521dead01f]

INTEGRATION: CWS rc2regression01 (1.20.98); FILE MERGED 2003/07/04 11:17:51 hdu 1.20.98.1: #110607# avoid direct FT_*_Size calls


2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [615757434bda5168e69a884a00a9059d7c4e89a6]

INTEGRATION: CWS rc2regression01 (1.22.78); FILE MERGED 2003/07/04 11:17:51 hdu 1.22.78.1: #110607# avoid direct FT_*_Size calls


2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [0980fc860c98a8f55e50942eeace09da0320146a]

INTEGRATION: CWS rc2regression01 (1.94.6); FILE MERGED 2003/07/04 11:17:50 hdu 1.94.6.1: #110607# avoid direct FT_*_Size calls


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [401b7bcfc6ecc9d2ea3e8d2347f396e25476aaff]

INTEGRATION: CWS rc2merge (1.34.4); FILE MERGED 2003/07/03 14:28:53 ihi 1.34.4.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b83084b83134f4de3abb2a31a52ca9cf2a2593fb]

INTEGRATION: CWS rc2merge (1.47.4); FILE MERGED 2003/07/03 14:28:52 ihi 1.47.4.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c0d155daef0bd7df089e52d089d02eba6a838de]

INTEGRATION: CWS rc2merge (1.35.6); FILE MERGED 2003/07/03 14:37:03 ihi 1.35.6.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [db99cbcc108585f51ce960adab7813fd9e8b34d2]

INTEGRATION: CWS rc2merge (1.40.6); FILE MERGED 2003/07/03 14:37:03 ihi 1.40.6.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c120971ecccd67fdd4a709b9030df154f0441ed7]

INTEGRATION: CWS rc2merge (1.14.6); FILE MERGED 2003/07/03 14:37:02 ihi 1.14.6.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdd28a8d394bbcf358e11da24ab7ae2823c563c8]

INTEGRATION: CWS rc2merge (1.12.6); FILE MERGED 2003/07/03 14:37:00 ihi 1.12.6.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a0498b65e86fee6c0e7d0b11642c8d916e4446d]

INTEGRATION: CWS rc2merge (1.17.6); FILE MERGED 2003/07/03 14:36:59 ihi 1.17.6.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [03ac431e19de1f27a9c3c13dbefeb6318bb52489]

INTEGRATION: CWS rc2merge (1.13.6); FILE MERGED 2003/07/03 14:36:58 ihi 1.13.6.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [46a72affbfc053523bdf84bda07e96f3c3a27156]

INTEGRATION: CWS rc2merge (1.12.6); FILE MERGED 2003/07/03 14:36:57 ihi 1.12.6.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e5c219c9ca9ee6dad1a1fbb3df31185f0b8760e]

INTEGRATION: CWS rc2merge (1.23.6); FILE MERGED 2003/07/03 14:36:55 ihi 1.23.6.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3da84a970e3822f289455d722f0375ee53cec41d]

INTEGRATION: CWS rc2merge (1.15.14); FILE MERGED 2003/07/03 14:32:00 ihi 1.15.14.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [30b25e720a61f6fd306b91e0082f36ed2fd4d3dd]

INTEGRATION: CWS rc2merge (1.18.14); FILE MERGED 2003/07/03 14:31:53 ihi 1.18.14.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb0102d3347491b1c560d4248cc8adc868e0940b]

INTEGRATION: CWS rc2merge (1.49.14); FILE MERGED 2003/07/03 14:31:52 ihi 1.49.14.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [108c6a217dfbe7bb81ddfdf4a31e9e8fe8c617ff]

INTEGRATION: CWS rc2merge (1.43.14); FILE MERGED 2003/07/03 14:31:51 ihi 1.43.14.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e74dbb3267e753e3150f15f614b0ce7908bcaee5]

INTEGRATION: CWS rc2merge (1.21.14); FILE MERGED 2003/07/03 14:31:50 ihi 1.21.14.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dca7b7d2842471ecedcace2c0964fe67af714d1]

INTEGRATION: CWS rc2merge (1.15.14); FILE MERGED 2003/07/03 14:31:42 ihi 1.15.14.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d2be7279c5a5c72e963502edfe04dc0466bf3ff]

INTEGRATION: CWS rc2merge (1.24.14); FILE MERGED 2003/07/03 14:31:41 ihi 1.24.14.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ceecb22a40f02c54d88f5e89f7758e92be706383]

INTEGRATION: CWS rc2merge (1.21.14); FILE MERGED 2003/07/03 14:31:40 ihi 1.21.14.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f1a7287019c565a12334ce8a8630ffad0677d55]

INTEGRATION: CWS rc2merge (1.26.14); FILE MERGED 2003/07/03 14:31:35 ihi 1.26.14.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [257798b48f0a3e0e75a7d715caeec8908b106b89]

INTEGRATION: CWS rc2merge (1.31.14); FILE MERGED 2003/07/03 14:31:34 ihi 1.31.14.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [94ea27d4deba8556f3b0c975504292ac73d18e9d]

INTEGRATION: CWS rc2merge (1.39.14); FILE MERGED 2003/07/03 14:31:33 ihi 1.39.14.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6a7211a2146670c4ebc1aeb4a10ec45b69b5f2a]

INTEGRATION: CWS rc2merge (1.34.14); FILE MERGED 2003/07/03 14:31:32 ihi 1.34.14.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8498052ec5ad1a4a2cfa50da08e7f504dc510a0]

INTEGRATION: CWS rc2merge (1.21.14); FILE MERGED 2003/07/03 14:31:32 ihi 1.21.14.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d14eb9e6228005803f7787ec549b56d27de9a21d]

INTEGRATION: CWS rc2merge (1.44.14); FILE MERGED 2003/07/03 14:31:31 ihi 1.44.14.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d634e71f212673f0e06c6a73900bf38154916d16]

INTEGRATION: CWS rc2merge (1.4.14); FILE MERGED 2003/07/03 14:31:28 ihi 1.4.14.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e8c4350997e72ffc8e13b3dc3f152fc671232aa]

INTEGRATION: CWS rc2merge (1.27.14); FILE MERGED 2003/07/03 14:31:28 ihi 1.27.14.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfa1af267b2728d138cafee4bf3fa2f9dc40441a]

INTEGRATION: CWS rc2merge (1.50.14); FILE MERGED 2003/07/03 14:31:27 ihi 1.50.14.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e70441810a84a2c61f645d524ccb3361e9388b6e]

INTEGRATION: CWS rc2merge (1.4.14); FILE MERGED 2003/07/03 14:31:27 ihi 1.4.14.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed5e4fd149c97c70d2712560276746ed2dfe4775]

INTEGRATION: CWS rc2merge (1.54.14); FILE MERGED 2003/07/03 14:31:24 ihi 1.54.14.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2fe63fc06e083584f593f84adfe92c99512640a]

INTEGRATION: CWS rc2merge (1.6.14); FILE MERGED 2003/07/03 14:31:24 ihi 1.6.14.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [18c7729c9d712c9a9c489467643f215b2e958de8]

INTEGRATION: CWS rc2merge (1.26.14); FILE MERGED 2003/07/03 14:31:23 ihi 1.26.14.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1460ae8dc471e915e806673832540ed33517cb9]

INTEGRATION: CWS rc2merge (1.11.16); FILE MERGED 2003/07/03 14:38:15 ihi 1.11.16.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [75ef758e7b4f6bda081fd133edc9b17661bcf187]

INTEGRATION: CWS rc2merge (1.40.16); FILE MERGED 2003/07/03 14:38:15 ihi 1.40.16.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4376be6884b34da82baf87f18db5dd2e92ab31fa]

INTEGRATION: CWS rc2merge (1.23.16); FILE MERGED 2003/07/03 14:38:15 ihi 1.23.16.1: rc-2 merge all languages


2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [01f31fbd1fdd2e6b7213652af73fe4d4eaa198d9]

INTEGRATION: CWS rc2merge (1.31.16); FILE MERGED 2003/07/03 14:38:14 ihi 1.31.16.1: rc-2 merge all languages


2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [c5c6e642590fa731ed026b8fc1faead2e0f16210]

INTEGRATION: CWS ooo11rc (1.2.28); FILE MERGED 2003/06/18 18:14:08 er 1.2.28.2: #i15584# Change DayID and MonthID to English names 2003/06/18 14:23:09 er 1.2.28.1: #i15584# correct dates copied from en_US with wrong MDY order and/or separator. Also put a space in between the amount and the currency symbol, as discussed with Robert Ludvik by mail.


2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [55f63b16c1251aa6a85bddc2433b1657bf71ac42]

INTEGRATION: CWS ooo11rc (1.1.2); FILE ADDED 2003/06/18 18:33:41 er 1.1.2.1: #i14383# add sk_SK Slovak locale data


2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [f8290c44e9a4e19a134f9aaedbbc57668121f282]

INTEGRATION: CWS ooo11rc (1.6.28); FILE MERGED 2003/06/18 17:10:12 er 1.6.28.1: #i10976# apply patch provided by Gaute Hvoslef Kvalnes (with some slight corrections)


2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [1110d247a27014f030d92c2db98876fd39b423e4]

INTEGRATION: CWS ooo11rc (1.7.28); FILE MERGED 2003/06/18 17:10:12 er 1.7.28.1: #i10976# apply patch provided by Gaute Hvoslef Kvalnes (with some slight corrections)


2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [6a1b3757fb0daaf17a7a8a66d346e2221cdcc334]

INTEGRATION: CWS ooo11rc (1.5.70); FILE MERGED 2003/06/18 17:10:12 er 1.5.70.1: #i10976# apply patch provided by Gaute Hvoslef Kvalnes (with some slight corrections)


2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [f6c279cbdbd295538edc2bf8b93cb29d1b10aabc]

INTEGRATION: CWS ooo11rc (1.20.2); FILE MERGED 2003/06/18 18:33:40 er 1.20.2.1: #i14383# add sk_SK Slovak locale data


2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [5305ac401a82e0b9e99cf49f845f28b604d29e13]

INTEGRATION: CWS ooo11rc (1.4.2); FILE MERGED 2003/06/18 18:33:40 er 1.4.2.1: #i14383# add sk_SK Slovak locale data


2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [49f3b81a354e7370de6246513ac2f780eb3a9aa4]

INTEGRATION: CWS ooo11rc (1.5.28); FILE MERGED 2003/06/18 15:14:38 er 1.5.28.1: #i13358# currency symbol is simply $ instead of $U


2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [f9d81922773ba940dfccd07f5788d23708737460]

INTEGRATION: CWS ooo11rc (1.21.2); FILE MERGED 2003/06/18 18:33:39 er 1.21.2.1: #i14383# add sk_SK Slovak locale data


2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [6a6b63839ef56b60f9eb378e6dba2b34ae2c9506]

INTEGRATION: CWS ooo11rc (1.3.8); FILE MERGED 2003/06/18 13:08:45 mh 1.3.8.1: join: from ooo11beta2


2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [0b29ebcd4587bba42a75108d0ddd6b17d0d435d6]

INTEGRATION: CWS ooo11rc (1.1.1.1.78); FILE MERGED 2003/06/27 00:51:05 nick 1.1.1.1.78.1: IZ 15351: Add rsc.cpp to NOOPT list for IRIX


2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [74b64f3c48adc73ed73406e0d14526fcfbb7fd8f]

INTEGRATION: CWS ooo11rc (1.92.10); FILE MERGED 2003/07/02 10:18:24 hdu 1.92.10.5: #i16304# get FT library version on more UNX platforms 2003/07/02 08:44:23 mh 1.92.10.4: RESYNC MERGED 1.92 1.93 2003/07/02 08:43:45 mh 1.92.10.3: RESYNC MERGED 1.92 1.93 2003/07/01 06:46:51 hdu 1.92.10.2: #109247# remove debug output 2003/06/30 12:26:24 hdu 1.92.10.1: #109247# avoid FaceFT objects because they cost to much when fonts with lots of embedded bitmaps are used


2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [4c7974d7265a851c6c145793f0a63eb22aaf45e3]

INTEGRATION: CWS ooo11rc (1.43.22); FILE MERGED 2003/07/02 08:40:00 mh 1.43.22.2: RESYNC MERGED 1.43 1.44 Everything below this line will be added to the revision comment. 2003/06/30 12:56:06 hdu 1.43.22.1: #i14788# text output should not change vertical char, it is text inputs responsibility


2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [070c71430fea57e791601a632c3672dd952dfaf7]

INTEGRATION: CWS ooo11rc (1.2.32); FILE MERGED 2003/06/27 14:22:24 haggai 1.2.32.1: #i10477# add --without-gpc switch to optionally build without gpc library


2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [3e4775cc14b2b82bed7c4a4b74252cc52b986721]

INTEGRATION: CWS ooo11rc (1.5.32); FILE MERGED 2003/06/27 14:22:23 haggai 1.5.32.1: #i10477# add --without-gpc switch to optionally build without gpc library


2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [3c8019e90474699b11120ec43c3be1d139507210]

INTEGRATION: CWS ooo11rc (1.68.2); FILE MERGED 2003/07/01 07:51:34 hdu 1.68.2.1: #110548# more important than #107885#


2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [9c063ab957a46c794e4587c8f3bfa954765ba0ac]

INTEGRATION: CWS ooo11rc (1.26.16); FILE MERGED 2003/06/27 14:37:28 pl 1.26.16.1: #110467# use deldata to notice frame destruction in callback


2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [613b560fbf77c6bbb3fb384d13bc73525be72b2f]

INTEGRATION: CWS ooo11rc (1.24.24); FILE MERGED 2003/06/30 16:51:36 pl 1.24.24.1: #110509# set ic focus again if necessary


2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [634c4ae57b075a1d5b103971a0a88b2ddd602029]

INTEGRATION: CWS ooo11rc (1.29.64); FILE MERGED 2003/06/27 14:36:06 pl 1.29.64.1: #110467# make DelData public


2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [564e71b0420946ff6e49879f1f54683e3f2cc947]

INTEGRATION: CWS ooo11rc (1.20.78); FILE MERGED 2003/07/01 20:45:51 hdu 1.20.78.5: #109247# don't release current GC font 2003/07/01 19:37:09 hdu 1.20.78.4: #109247# move GC ring element removal responsibility to ServerFont destructor 2003/07/01 17:42:03 hdu 1.20.78.3: #109247# better garbage collection 2003/07/01 15:58:14 hdu 1.20.78.2: #109247# better garbage collection 2003/06/30 12:26:25 hdu 1.20.78.1: #109247# avoid FaceFT objects because they cost to much when fonts with lots of embedded bitmaps are used


2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [241103d1379f4ff575eb8bf653d7c025914b266d]

INTEGRATION: CWS ooo11rc (1.22.58); FILE MERGED 2003/06/30 12:26:24 hdu 1.22.58.1: #109247# avoid FaceFT objects because they cost to much when fonts with lots of embedded bitmaps are used


2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [985aa13d90b46205aec61e2ae82a54bc1f5ac043]

INTEGRATION: CWS ooo11rc (1.151.2); FILE MERGED 2003/07/01 00:52:26 khendricks 1.151.2.1: adding luxi sans before Vera in UI_FALLBACK Issue 15238 for iso-8859-2 using locales


2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [503d6fd961f6d1de089c7152906a1556c79ca1d0]

INTEGRATION: CWS ooo11rc (1.15.2); FILE MERGED 2003/07/01 00:52:25 khendricks 1.15.2.1: adding luxi sans before Vera in UI_FALLBACK Issue 15238 for iso-8859-2 using locales


2003-07-02  Herbert Duerr  <hdu@openoffice.org>  [460356ea4da72879e34f1645bcaa399f5f2e9b2c]

#i16304# undo commit to wrong branch


2003-07-02  Herbert Duerr  <hdu@openoffice.org>  [fcdb8e8e4492e6697c6df6f796ce2af8928c2275]

#i16304# get FT library version on more UNX platforms


2003-07-01  Kurt Zenker  <kz@openoffice.org>  [86a2c8fe6e74c6af45efaebc13476ec782fd04fd]

new version for SRX645


2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [dbaa3c806f09e531de4f4c180cee1ca19c0bf763]

INTEGRATION: CWS tamino1 (1.2.30); FILE MERGED 2003/06/30 11:54:50 kso 1.2.30.1: #110515# - Fixed no-proxy list.


2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c8ba143c0f52e0ea9e416dac31b9b32966b36eb4]

INTEGRATION: CWS vcl14 (1.37.8); FILE MERGED 2003/06/30 12:20:43 pl 1.37.8.1: #110445# XOpenDisplay may fail


2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [7697fde2419249aebaf0e4d2d176042a9367dd6f]

INTEGRATION: CWS vcl14 (1.161.4); FILE MERGED 2003/06/27 10:37:44 pl 1.161.4.1: #110514# initialize out ptr in each XQueryTree run


2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ab6b04d10058c06d0bea39e38b6612934bb50b21]

INTEGRATION: CWS vcl14 (1.15.72); FILE MERGED 2003/06/25 13:25:42 hdu 1.15.72.1: #i15642# allow symbol unicode aliasing into ASCII range


2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [d7607b93fdcf99c7cc10d5e250ba5444dca8913c]

INTEGRATION: CWS vcl14 (1.174.8); FILE MERGED 2003/06/26 14:41:04 ssa 1.174.8.1: #i15285# check for floatwin title type to detect decoration, workaround for duplicate WinBit usage


2003-06-30  Kurt Zenker  <kz@openoffice.org>  [f2cdb7e354cad09eddb085163511d39835d1e793]

new version for SRX645


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [c39191e4177ea8d5264e11cf3363fb21ff08c5db]

INTEGRATION: CWS vcl13 (1.45.6); FILE MERGED 2003/06/24 16:16:53 pl 1.45.6.2: RESYNC: (1.45-1.47); FILE MERGED 2003/06/24 15:14:50 pl 1.45.6.1: #110440# evaluate flag field


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [164a5f01faa47da3402ff507c00487baf6c23619]

INTEGRATION: CWS vcl13 (1.160.6); FILE MERGED 2003/06/24 16:17:08 pl 1.160.6.3: RESYNC: (1.160-1.161); FILE MERGED 2003/06/23 12:12:32 pl 1.160.6.2: #15935# removed a potentially endless loop 2003/06/19 12:37:23 pl 1.160.6.1: #110326# do not grab focus for status window, prepare utility window hint for WM


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [b47b6930d09ffbbbbe4316112083b75f659be2b7]

INTEGRATION: CWS vcl13 (1.104.20); FILE MERGED 2003/06/24 12:12:08 pl 1.104.20.1: #i15935# enable fallback for builtin printer fonts


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e36b4a315b3f8928acc74fc71f4d4d7e542c0c79]

INTEGRATION: CWS vcl13 (1.30.20); FILE MERGED 2003/06/23 06:46:17 hdu 1.30.20.1: #110022# remove performance warning


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd7ce93e2c515d03cef96e9e0bd6069ca2959e6f]

INTEGRATION: CWS vcl13 (1.41.12); FILE MERGED 2003/06/20 14:19:07 pl 1.41.12.2: #110333# workaround Dtwm: windows without a title 2003/06/19 12:37:21 pl 1.41.12.1: #110326# do not grab focus for status window, prepare utility window hint for WM


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [97ab62f03c7c6d6b025ce6579a0bb274ddcaca1e]

INTEGRATION: CWS vcl13 (1.41.20); FILE MERGED 2003/06/24 16:17:42 pl 1.41.20.2: RESYNC: (1.41-1.42); FILE MERGED 2003/06/16 15:34:56 pl 1.41.20.1: #i15510# POINTER_ARROW adjusted to a more conventional look


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6ed7349fbaf7249ab47a70c1476137177362cd1]

INTEGRATION: CWS vcl13 (1.21.56); FILE MERGED 2003/06/19 12:37:22 pl 1.21.56.2: #110326# do not grab focus for status window, prepare utility window hint for WM 2003/06/16 12:07:25 pl 1.21.56.1: #110204# XIM status should be override redirect


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [4444449cd54941f1eee57bd81e39e24829bfc6e0]

INTEGRATION: CWS vcl13 (1.24.20); FILE MERGED 2003/06/20 13:31:23 pl 1.24.20.1: #110362# removed duplicate free()


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [1822b7febae3c4bf9877f8e67d8e3ade6b8dac24]

INTEGRATION: CWS vcl13 (1.17.58); FILE MERGED 2003/06/19 12:37:21 pl 1.17.58.1: #110326# do not grab focus for status window, prepare utility window hint for WM


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b718d869f8b745562565659f9297053a7a37861]

INTEGRATION: CWS vcl13 (1.29.58); FILE MERGED 2003/06/19 12:37:20 pl 1.29.58.1: #110326# do not grab focus for status window, prepare utility window hint for WM


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc8b0c1406954f8f4784c90c4a6f054752ccb0ba]

INTEGRATION: CWS vcl13 (1.79.20); FILE MERGED 2003/06/20 11:26:39 pl 1.79.20.1: #110362# operator new/delete mismatch


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e96c6cae7aae590b430897810d16ede4860898a7]

INTEGRATION: CWS vcl13 (1.173.18); FILE MERGED 2003/06/24 16:13:58 pl 1.173.18.2: RESYNC: (1.173-1.174); FILE MERGED 2003/06/23 09:57:48 ssa 1.173.18.1: #109206# notify client window about minimize/restore event


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [997751cc29641ac8a19d8b735a09a816e782bcb8]

INTEGRATION: CWS vcl13 (1.10.12); FILE MERGED 2003/06/20 08:26:42 ssa 1.10.12.1: #110361# no CJK mnemonics for '...' and '>>'


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdc60f35df2359dad93b7fe3c63f76810855a6ea]

INTEGRATION: CWS vcl13 (1.3.234); FILE MERGED 2003/06/20 11:26:26 pl 1.3.234.1: #110362# operator new/delete mismatch


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [91d527cabff77d0c1301a8804ac9587e56d0e32e]

INTEGRATION: CWS vcl13 (1.92.6); FILE MERGED 2003/06/24 18:41:13 pl 1.92.6.2: #i15743# fixed a ForteCC syntax issue 2003/06/23 12:14:51 hdu 1.92.6.1: #i15743# workaround for backward compatiblity with older FT versions (FT_RENDER_MODE_MONO constant changed)


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [f28e649c5423f6297d3c0f26b3fa092034162887]

INTEGRATION: CWS vcl13 (1.43.18); FILE MERGED 2003/06/24 16:09:44 hdu 1.43.18.4: #110273# force paragraph RTL direction when weak RTL is set 2003/06/24 15:47:17 hdu 1.43.18.3: #110273# performance improvement for ubidi_getLevels call 2003/06/24 14:20:38 hdu 1.43.18.2: #110273# workaround for ubidi_getVisualRun() wrong return value problem 2003/06/24 12:08:42 pl 1.43.18.1: #i15935# enable fallback for mixed UnitsPerPixel cases


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0db9441ea3a7a09a80e5b0b030a61e42609933f]

INTEGRATION: CWS vcl13 (1.53.6); FILE MERGED 2003/06/12 13:35:47 pl 1.53.6.1: #110203# close temp file after use


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [262835bcefee4c04e7d541eb912524466704c238]

INTEGRATION: CWS vcl13 (1.149.6); FILE MERGED 2003/06/24 16:16:11 pl 1.149.6.3: RESYNC: (1.149-1.151); FILE MERGED 2003/06/18 11:58:50 ssa 1.149.6.2: #110272# add translation for sunbaeksong 2003/06/18 08:12:57 hdu 1.149.6.1: #i15535# fix RTL offset calculation when FontUnits!=Pixel


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [db4591a0146740d6af67dc76bb58925212e11833]

INTEGRATION: CWS vcl13 (1.13.56); FILE MERGED 2003/06/24 16:16:03 pl 1.13.56.2: RESYNC: (1.13-1.15); FILE MERGED 2003/06/18 11:58:21 ssa 1.13.56.1: #110272# improve search for font replacement lists


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [579123b145253abe7e7c946785fe3dd94880c897]

INTEGRATION: CWS vcl13 (1.22.22); FILE MERGED 2003/06/13 18:33:54 pl 1.22.22.2: #110062# flush sent event, prepare for applications forgetting to call dropComplete, XDND V5 2003/06/12 12:17:15 pl 1.22.22.1: #110126# do not start drag without a mouse button pressed, really deregister drop targets, stop drag if drop target that started the drag is dereigistered


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [299776d555a8cc07aaff903c7a720c2233a08c01]

INTEGRATION: CWS vcl13 (1.62.2); FILE MERGED 2003/06/18 11:07:51 pl 1.62.2.3: #110062# add assertion 2003/06/13 18:33:54 pl 1.62.2.2: #110062# flush sent event, prepare for applications forgetting to call dropComplete, XDND V5 2003/06/12 12:17:14 pl 1.62.2.1: #110126# do not start drag without a mouse button pressed, really deregister drop targets, stop drag if drop target that started the drag is dereigistered


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffb0d85feeb41aa7ef614ce4ceb1709c810d2bb6]

INTEGRATION: CWS vcl13 (1.7.68); FILE MERGED 2003/06/12 12:17:13 pl 1.7.68.1: #110126# do not start drag without a mouse button pressed, really deregister drop targets, stop drag if drop target that started the drag is dereigistered


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [62d385cd9ae24526c66b45536859f1b4894bec94]

INTEGRATION: CWS vcl13 (1.19.20); FILE MERGED 2003/06/24 12:16:43 pl 1.19.20.1: #i15935# enable multibyte PostScript fonts


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b40784273fb85fb02d3ba44e96afa426bea95a9]

INTEGRATION: CWS vcl13 (1.6.20); FILE MERGED 2003/06/24 12:16:43 pl 1.6.20.1: #i15935# enable multibyte PostScript fonts


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [f845bbabbbf7dab87d011589fab65358045d8c7a]

INTEGRATION: CWS vcl13 (1.16.20); FILE MERGED 2003/06/24 18:09:07 pl 1.16.20.3: #i15935# fixed a Forte CC issue 2003/06/24 12:16:42 pl 1.16.20.2: #i15935# enable multibyte PostScript fonts 2003/06/17 14:50:55 pl 1.16.20.1: #i15535# add support for uniXXXX PostScript glyph names


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ad6dbe3f1a86e0536ba58074e54aa2d36e7df3a]

INTEGRATION: CWS vcl13 (1.37.4); FILE MERGED 2003/06/24 12:16:41 pl 1.37.4.2: #i15935# enable multibyte PostScript fonts 2003/06/17 14:50:54 pl 1.37.4.1: #i15535# add support for uniXXXX PostScript glyph names


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec1c5ed9dd4dc2c7124a7c3f65af095ecdbe64c5]

INTEGRATION: CWS vcl13 (1.10.20); FILE MERGED 2003/06/24 12:16:41 pl 1.10.20.1: #i15935# enable multibyte PostScript fonts


2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [28861abd2dbec54ff39392617c47b584648073e2]

INTEGRATION: CWS vcl13 (1.14.14); FILE MERGED 2003/06/24 12:16:40 pl 1.14.14.2: #i15935# enable multibyte PostScript fonts 2003/06/17 14:50:53 pl 1.14.14.1: #i15535# add support for uniXXXX PostScript glyph names


2003-06-27  Kurt Zenker  <kz@openoffice.org>  [a7d0ccb4abb24568851d719f20143a6fd851b0bd]

new version for SRX645


2003-06-27  Kurt Zenker  <kz@openoffice.org>  [a93fc6b70b282f7f65f2eb3b8a98a914903d72e2]

new version for SRX645


2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [b28a5e2b5cdfd0ced6dc6ff0a39d9d790d3f3b0a]

INTEGRATION: CWS tbe4 (1.5.10); FILE MERGED 2003/06/25 12:51:53 tbe 1.5.10.2: #i16067# ::comphelper::OCommonAccessibleText doesn't support AccessibleTextType::ATTRIBUTE_RUN 2003/06/25 12:14:58 tbe 1.5.10.1: #i15596# Content of text fields are not reported


2003-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e40ebad960c691a7cac96988b07a3c6c75409538]

INTEGRATION: CWS draw19 (1.16.14); FILE MERGED 2003/06/24 12:15:54 sj 1.16.14.1: #i15561# fixed charset mapping problem, now supporting enhanced windows charsets


2003-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe29610e3ba9d3318485c5a04c068cc1a4ef8f85]

INTEGRATION: CWS draw19 (1.22.70); FILE MERGED 2003/06/24 12:15:47 sj 1.22.70.1: #i15561# fixed charset mapping problem, now supporting enhanced windows charsets


2003-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1eeba5c99a487c32c1ac3168996a8cc1e8d6e02]

INTEGRATION: CWS draw19 (1.33.48); FILE MERGED 2003/06/24 12:15:41 sj 1.33.48.1: #i15561# fixed charset mapping problem, now supporting enhanced windows charsets


2003-06-25  Kurt Zenker  <kz@openoffice.org>  [343b3c3c9d85e77607e65b89debcf53168f15379]

new version for SRX645


2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [a9e8ba6d2d7996e93348b0aaf2747851ba257494]

INTEGRATION: CWS os11 (1.10.68); FILE MERGED 2003/06/20 07:31:53 os 1.10.68.1: #i14828# enable CJK completely in CJL locales


2003-06-24  Kurt Zenker  <kz@openoffice.org>  [aed79550bf728d7a2fdcf1121dfe2caefe98d914]

new version for SRX645


2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [7a1f0a657bd05eaddea45fc2da157b2b268ed0b3]

INTEGRATION: CWS draw18 (1.33.46); FILE MERGED 2003/06/19 16:09:10 sj 1.33.46.1: #110331# fixed precision error while converting cell height to fontheight


2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [96904cb84f3f8c5c154ab54b63a64446e8a5a187]

INTEGRATION: CWS draw18 (1.6.240); FILE MERGED 2003/06/19 16:09:55 sj 1.6.240.1: #110331# exporting font height instead of cell height


2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [5fa78c05a13b2658a1241da9b58000860e59a3e6]

INTEGRATION: CWS draw18 (1.13.74); FILE MERGED 2003/06/19 16:00:47 thb 1.13.74.1: #110314# Make validity of MapMode/Size queryable on GfxLink


2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [114684e9626a60d66f57a648563c379f4f832d22]

INTEGRATION: CWS draw18 (1.8.196); FILE MERGED 2003/06/19 16:00:38 thb 1.8.196.1: #110314# Make validity of MapMode/Size queryable on GfxLink


2003-06-20  Kurt Zenker  <kz@openoffice.org>  [b09d4b33b52d38698b88cc93d81ac0643ad3bbc1]

new version for SRX645


2003-06-20  Kurt Zenker  <kz@openoffice.org>  [fffb75c2103767720769ee99dbd5a0eab0b40008]

new version for SRX645


2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [017d2e35156e7501593183c126b513c293ce4cf3]

INTEGRATION: CWS sdk03 (1.18.50); FILE MERGED 2003/06/11 21:50:04 mi 1.18.50.1: #12883# enable bean to be created without system window, implements PluginParent property


2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [5363828d82a48d662e8b3c436c10051333b17667]

INTEGRATION: CWS sdk03 (1.1.2); FILE ADDED 2003/06/17 13:32:18 mi 1.1.2.1: #i12883# system dependent part separated due to build problems with svwin.h


2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [534b9f86de7f0e2988097ac50c0cb163260536ca]

INTEGRATION: CWS sdk03 (1.39.2); FILE MERGED 2003/06/17 13:32:17 mi 1.39.2.2: #i12883# system dependent part separated due to build problems with svwin.h 2003/06/11 21:50:03 mi 1.39.2.1: #12883# enable bean to be created without system window, implements PluginParent property


2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [030e6c4a3e13334fa57164e63d7867f60a4353ab]

INTEGRATION: CWS sdk03 (1.22.50); FILE MERGED 2003/06/17 13:32:17 mi 1.22.50.1: #i12883# system dependent part separated due to build problems with svwin.h


2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [24d9a97c411464ee79363b08d1aded7f5f924633]

INTEGRATION: CWS sdk03 (1.13.114); FILE MERGED 2003/06/11 21:50:03 mi 1.13.114.1: #12883# enable bean to be created without system window, implements PluginParent property


2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [4cc16dd3808253a79b89907282df0047f20f8f87]

INTEGRATION: CWS sdk03 (1.18.2); FILE MERGED 2003/06/17 13:33:43 mi 1.18.2.2: #i12883# system dependent part separated due to build problems with svwin.h 2003/06/11 21:50:02 mi 1.18.2.1: #12883# enable bean to be created without system window, implements PluginParent property


2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [7e1408969c64915629a4e8ed4f73fdebcc6a3827]

INTEGRATION: CWS sdk03 (1.160.2); FILE MERGED 2003/06/11 21:53:46 mi 1.160.2.1: #12883# enable bean to be created without system window: VCL maximized top window on setPluginParent


2003-06-16  Rüdiger Timm  <rt@openoffice.org>  [4a354232ac56e2eff28d9b45d65fb7f98b5694d7]

new version for SRX645


2003-06-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bd899cc4748d12e355f36e94c1624ce74c9cf12]

INTEGRATION: CWS rcregression01 (1.25.4); FILE MERGED 2003/06/12 10:34:09 cd 1.25.4.1: #110209# VclListenerLock must not crash if a null pointer is provided


2003-06-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa418e74cd946b79d4e7285b5ddbc0a289a9be30]

INTEGRATION: CWS rcregression01 (1.10.10); FILE MERGED 2003/06/12 10:59:15 ssa 1.10.10.1: #110212#,#110219# check nIndex before accessing rKey


2003-06-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [2eb7c8708b3dd51476a58484e11cf6a321cd1d65]

INTEGRATION: CWS rcregression01 (1.13.54); FILE MERGED 2003/06/12 16:30:38 ssa 1.13.54.1: #107721#,#109673# find exact matching replacement table first, then search for similar font names


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e1b3966e6d6f38040b5e7dcbe145ca153c0f719]

INTEGRATION: CWS rcmerge (1.42.50); FILE MERGED 2003/06/12 11:05:38 gh 1.42.50.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [684eb4cc7ac6e29e19b794d111d46ade4dfd5111]

INTEGRATION: CWS rcmerge (1.34.12); FILE MERGED 2003/06/12 11:10:59 gh 1.34.12.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4d1fe58a2daac1c5e81cb0debcea58dc911f3dd]

INTEGRATION: CWS rcmerge (1.39.12); FILE MERGED 2003/06/12 11:10:56 gh 1.39.12.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4677b8759a9c399faf4cc95dd4a66c4d3dc1a07]

INTEGRATION: CWS rcmerge (1.13.12); FILE MERGED 2003/06/12 11:10:53 gh 1.13.12.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [af8dc1a55efd36249903e6e9bf08a635fbc36a93]

INTEGRATION: CWS rcmerge (1.11.12); FILE MERGED 2003/06/12 11:10:48 gh 1.11.12.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [66a9e896332ba5d8f85ea6576b70135577364a9a]

INTEGRATION: CWS rcmerge (1.16.12); FILE MERGED 2003/06/12 11:10:44 gh 1.16.12.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [28900a4db0c784ea2b6be42dc379704e411cdaf3]

INTEGRATION: CWS rcmerge (1.12.12); FILE MERGED 2003/06/12 11:10:41 gh 1.12.12.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed5d7f2e5654ca12d44c6d23873b8db9a709b558]

INTEGRATION: CWS rcmerge (1.11.12); FILE MERGED 2003/06/12 11:10:38 gh 1.11.12.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddff25b0069c508627139c57bfa2d4d8eaa430d9]

INTEGRATION: CWS rcmerge (1.22.12); FILE MERGED 2003/06/12 11:10:35 gh 1.22.12.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ef2252913ab790b4d45346a75cf4d314d75d423]

INTEGRATION: CWS rcmerge (1.14.50); FILE MERGED 2003/06/12 11:06:00 gh 1.14.50.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [70a41437da21e39b226381171457da95d42e5d41]

INTEGRATION: CWS rcmerge (1.17.50); FILE MERGED 2003/06/12 11:05:55 gh 1.17.50.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d79eb8b6fb261076d61a710398e7006d90b340c]

INTEGRATION: CWS rcmerge (1.48.50); FILE MERGED 2003/06/12 11:05:54 gh 1.48.50.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a49cb08a1890cd743fc46bcbec14a261a595edf5]

INTEGRATION: CWS rcmerge (1.42.50); FILE MERGED 2003/06/12 11:05:53 gh 1.42.50.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d22e5ccce4160911920c63845fb2339c7901525f]

INTEGRATION: CWS rcmerge (1.20.50); FILE MERGED 2003/06/12 11:05:53 gh 1.20.50.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [043fd8563b56b7af3031b1ccebb8a0dfa0e3d531]

INTEGRATION: CWS rcmerge (1.14.50); FILE MERGED 2003/06/12 11:05:50 gh 1.14.50.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5a7f0d93f3535a5c4c186db9a8e731b0d453862]

INTEGRATION: CWS rcmerge (1.23.50); FILE MERGED 2003/06/12 11:05:49 gh 1.23.50.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebdef7b2bae1090644d0be478d7e0056382b3d19]

INTEGRATION: CWS rcmerge (1.20.50); FILE MERGED 2003/06/12 11:05:49 gh 1.20.50.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7928754258c95985ea8cc25e68a857e4fa4951b5]

INTEGRATION: CWS rcmerge (1.25.50); FILE MERGED 2003/06/12 11:05:43 gh 1.25.50.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d48fda74d4834e5849629d61842e4c7126ced16a]

INTEGRATION: CWS rcmerge (1.30.50); FILE MERGED 2003/06/12 11:05:41 gh 1.30.50.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ed773735e9b39d60866bfa8d661da50370b5901]

INTEGRATION: CWS rcmerge (1.38.50); FILE MERGED 2003/06/12 11:05:41 gh 1.38.50.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2082071fa77465ccf5c9b8f2f5ff28c23b835d64]

INTEGRATION: CWS rcmerge (1.33.50); FILE MERGED 2003/06/12 11:05:40 gh 1.33.50.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7b9f7c6e5a015ee7e8a4f54aa123d80478cdac3]

INTEGRATION: CWS rcmerge (1.20.50); FILE MERGED 2003/06/12 11:05:39 gh 1.20.50.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [194991ea443ba3708fc3b7ef6db2951ae2d24cb5]

INTEGRATION: CWS rcmerge (1.20.50); FILE MERGED 2003/06/12 11:05:38 gh 1.20.50.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [fca90d6a75dd9514ad335d73740b58e9e385964c]

INTEGRATION: CWS rcmerge (1.3.50); FILE MERGED 2003/06/12 11:05:35 gh 1.3.50.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fda5ee38abc25e772962f353fcb5848f745c800]

INTEGRATION: CWS rcmerge (1.26.50); FILE MERGED 2003/06/12 11:05:35 gh 1.26.50.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [02d287c3dfbf332f1464bdf8e1479bcfa2a6b80a]

INTEGRATION: CWS rcmerge (1.49.50); FILE MERGED 2003/06/12 11:05:33 gh 1.49.50.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d7c6ebbb14222b274909dd42fb9ed4ba968529f]

INTEGRATION: CWS rcmerge (1.3.50); FILE MERGED 2003/06/12 11:05:33 gh 1.3.50.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5d783dbf1b02d6c224e80628bf3407e50fa55b0]

INTEGRATION: CWS rcmerge (1.53.50); FILE MERGED 2003/06/12 11:05:31 gh 1.53.50.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3a856b94689840497251f9b0780cfc176341a02]

INTEGRATION: CWS rcmerge (1.5.50); FILE MERGED 2003/06/12 11:05:30 gh 1.5.50.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3472cdc8890950798a57ddcccd9b6ab9122c375b]

INTEGRATION: CWS rcmerge (1.25.50); FILE MERGED 2003/06/12 11:05:29 gh 1.25.50.1: final Merge RC


2003-06-13  Vladimir Glazounov  <vg@openoffice.org>  [e777fd260ab78d86069203d741db55cdf7a8334f]

new version for SRX645


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbf0f23a2241b96b6e8c92492f2f33297929aac6]

INTEGRATION: CWS rcmerge (1.10.36); FILE MERGED 2003/06/12 11:10:25 gh 1.10.36.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [db999237d577aa55e5ddb43cdc95c1d5c350fae3]

INTEGRATION: CWS rcmerge (1.39.36); FILE MERGED 2003/06/12 11:10:24 gh 1.39.36.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [028c849037a7ee714f6a3891d798412fd09e9185]

INTEGRATION: CWS rcmerge (1.22.36); FILE MERGED 2003/06/12 11:10:23 gh 1.22.36.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [76079c650bedfb093d45e07257b49fe6661c2383]

INTEGRATION: CWS rcmerge (1.30.36); FILE MERGED 2003/06/12 11:10:22 gh 1.30.36.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [01397612e3284137ef2fc53c5b9bd42a9bd8d2a4]

INTEGRATION: CWS rcmerge (1.30.36); FILE MERGED 2003/06/12 11:10:21 gh 1.30.36.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a20b07d560217a8fbe2e9f01deb392a50da7893]

INTEGRATION: CWS rcmerge (1.5.34); FILE MERGED 2003/06/11 09:57:38 nf 1.5.34.1: #i13369# removed warnings


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3c6de738c1c2f731d6e179febed8051c56fb934]

INTEGRATION: CWS rcmerge (1.2.6); FILE MERGED 2003/06/11 09:57:38 nf 1.2.6.1: #i13369# removed warnings


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb0e905918b89299df2e92a480fb2e474e4bc1ce]

INTEGRATION: CWS rcmerge (1.32.6); FILE MERGED 2003/06/11 09:57:38 nf 1.32.6.1: #i13369# removed warnings


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [90ae918c02b2daca459ab3e225ee226477f6e9a0]

INTEGRATION: CWS rcmerge (1.25.6); FILE MERGED 2003/06/11 09:57:37 nf 1.25.6.1: #i13369# removed warnings


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d32e77ce15d67b3173f1737621f1ffcf2ce4cf3]

INTEGRATION: CWS rcmerge (1.33.8); FILE MERGED 2003/06/12 10:59:37 gh 1.33.8.1: final Merge RC


2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a38a22fb4bc7458fb8ab472b09fd73aabee3da5]

INTEGRATION: CWS rcmerge (1.46.8); FILE MERGED 2003/06/12 10:59:36 gh 1.46.8.1: final Merge RC


2003-06-13  Vladimir Glazounov  <vg@openoffice.org>  [9f20311921fe1876025f655c5e6fdbf7e6cdcb7d]

new version for SRX645


2003-06-13  Vladimir Glazounov  <vg@openoffice.org>  [623634b9afa65929e076a824f9d6ec8ddeaa39ff]

new version for SRX645


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [f222bdcd4eb5725d6c8ba27f2208a59ff251e225]

INTEGRATION: CWS mh11rc (1.65.6); FILE MERGED 2003/06/06 09:00:36 mh 1.65.6.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [ca0c6b1083c041fd4b184a451f0160446c03e2d9]

INTEGRATION: CWS mh11rc (1.17.12); FILE MERGED 2003/06/06 10:57:29 mh 1.17.12.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [76c911b2674d2c71ba84af3a26086e18d8deb9cf]

INTEGRATION: CWS mh11rc (1.3.24); FILE MERGED 2003/06/06 08:19:42 mh 1.3.24.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [a0fa0ef422655f5da44e1ce09b3f87c40d6d4d4c]

INTEGRATION: CWS mh11rc (1.7.14); FILE MERGED 2003/06/06 08:19:41 mh 1.7.14.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [caec40fe7aac2425145deb8adf97ce7d5ccec3ab]

INTEGRATION: CWS mh11rc (1.9.4); FILE MERGED 2003/06/06 08:19:41 mh 1.9.4.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [c2f7d017a64c27b59d48d01231f114d95a09c541]

INTEGRATION: CWS mh11rc (1.7.14); FILE MERGED 2003/06/06 08:19:40 mh 1.7.14.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [2330df2c5edd22094e03c04574d33dbe5903860a]

INTEGRATION: CWS mh11rc (1.1.4); FILE ADDED 2003/06/06 08:19:37 mh 1.1.4.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [88f8560b5fb468910cf6e47d135f9ca4fe3a7da3]

INTEGRATION: CWS mh11rc (1.19.14); FILE MERGED 2003/06/06 08:19:36 mh 1.19.14.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [4dc7c87f16e73c36ab04c2d95e0925c83bf51f08]

INTEGRATION: CWS mh11rc (1.3.12); FILE MERGED 2003/06/06 08:19:35 mh 1.3.12.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [4537f815e9994ca9f8f23e3f33421c95fd7d7bc6]

INTEGRATION: CWS mh11rc (1.9.14); FILE MERGED 2003/06/06 08:19:35 mh 1.9.14.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [4562db5775478aa5d2f7baf433990203e4d850a4]

INTEGRATION: CWS mh11rc (1.20.14); FILE MERGED 2003/06/06 08:19:33 mh 1.20.14.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [23c8fc49fc00512b54f158215fdd01666e1d386e]

INTEGRATION: CWS mh11rc (1.14.18); FILE MERGED 2003/06/06 08:19:31 mh 1.14.18.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [044ac212cb1d358837c4b34a364dbcf4c58a5066]

INTEGRATION: CWS mh11rc (1.5.18); FILE MERGED 2003/06/06 08:19:28 mh 1.5.18.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [927e2deeb06a49c6c7ddcfa75578b86640af1aca]

INTEGRATION: CWS mh11rc (1.7.14); FILE MERGED 2003/06/06 08:19:27 mh 1.7.14.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [05c11339ada83a0e564e124f1baca09e43f60f25]

INTEGRATION: CWS mh11rc (1.3.20); FILE MERGED 2003/06/05 15:45:16 mh 1.3.20.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [be7436832791ce184890265835b780a3c7198c32]

INTEGRATION: CWS mh11rc (1.13.20); FILE MERGED 2003/06/05 15:45:16 mh 1.13.20.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [f289de58ca6434a9ed7a0dfe78756344b8d97b62]

INTEGRATION: CWS mh11rc (1.23.22); FILE MERGED 2003/06/06 10:33:15 mh 1.23.22.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [59d8e03edc1234e46e267e11a36eb37863eb33b3]

INTEGRATION: CWS mh11rc (1.13.90); FILE MERGED 2003/06/06 10:33:12 mh 1.13.90.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [b137cb055030ec39e31bf4b4d51343dbea415501]

INTEGRATION: CWS mh11rc (1.44.6); FILE MERGED 2003/06/06 09:00:35 mh 1.44.6.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [27838184462639457f908de7b1996b65d810ab2c]

INTEGRATION: CWS mh11rc (1.41.8); FILE MERGED 2003/06/06 09:00:32 mh 1.41.8.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [db016f52a47be54d7b4f5bed2c3b8452cf53edcb]

INTEGRATION: CWS mh11rc (1.8.200); FILE MERGED 2003/06/06 09:00:31 mh 1.8.200.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [b4648d16782fe19ad3e701e73f75d5622721bd08]

INTEGRATION: CWS mh11rc (1.1.1.1.224); FILE MERGED 2003/06/06 09:00:31 mh 1.1.1.1.224.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [c260b838c8ae7a022e3e8d52cca59fa34963021c]

INTEGRATION: CWS mh11rc (1.147.6); FILE MERGED 2003/06/06 09:00:28 mh 1.147.6.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [248e0e253d41d2fd07758ccfd81de74ba46e488e]

INTEGRATION: CWS mh11rc (1.13.46); FILE MERGED 2003/06/06 09:00:28 mh 1.13.46.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [639e0cfec80161cd3e8a1f4475a406bb4cb8d817]

INTEGRATION: CWS mh11rc (1.19.62); FILE MERGED 2003/06/06 09:00:27 mh 1.19.62.1: join: from beta2


2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [e056d3c85475aa1e2b554849434d458b36ac1186]

INTEGRATION: CWS mh11rc (1.42.46); FILE MERGED 2003/06/06 08:54:50 mh 1.42.46.1: join: from beta2


2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [5d95c257e57f13d264032223a664a2e6a19bb20d]

INTEGRATION: CWS vcl12 (1.14.228); FILE MERGED 2003/06/06 11:01:46 kso 1.14.228.1: #110081# - Introduced 2 new services: css.ui.dialogs.Office[File|Folder]Picker


2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [171f342ace804d4f7011cd4e54f05e9ab6259314]

INTEGRATION: CWS vcl12 (1.44.4); FILE MERGED 2003/06/05 10:36:45 pl 1.44.4.1: #i14666# try both mappings for symbol fonts


2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [73f1a41cf6a63b2b17af78ad61bbb0e01ea337a5]

INTEGRATION: CWS vcl12 (1.7.10); FILE MERGED 2003/06/04 15:03:53 pl 1.7.10.1: #i15112# do not accept empty path element for font cache


2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [776310c3990fd7861ee290dbc2213a6cdbb0dc28]

INTEGRATION: CWS vcl12 (1.13.44); FILE MERGED 2003/06/06 12:10:58 cp 1.13.44.1: #i15363# using luxi is way better than using mingti for latin ui


2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [f735c85d4741cc8853c7d01d4ea15a3c2bb82824]

INTEGRATION: CWS vcl12 (1.147.4); FILE MERGED 2003/06/06 14:44:08 pl 1.147.4.2: #i14918# polygon was rotated around wrong point 2003/06/06 11:52:52 pl 1.147.4.1: #110098# DrawTextArray with rotated text was rotten


2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [e73c9408427cea38d008f6b32eb72628efc5ee7c]

INTEGRATION: CWS vcl12 (1.21.32); FILE MERGED 2003/06/10 13:44:22 mt 1.21.32.1: #i14291# When PopupCanceled, check if there really was a selection before.


2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [309d3087ae70cbf911a9c47c3565725b4c4a6ee2]

INTEGRATION: CWS vcl12 (1.58.2); FILE MERGED 2003/06/10 14:22:23 mt 1.58.2.1: #i14945# Draw sub edits after rest of window


2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [6dc271fd5782e3e0851298f19596531ff8e50754]

INTEGRATION: CWS vcl12 (1.24.46); FILE MERGED 2003/06/10 14:22:24 mt 1.24.46.1: #i14945# Draw sub edits after rest of window


2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [a5dc05ec4dee81c4c73502242d9ea039c32c1b70]

INTEGRATION: CWS uaa04 (1.18.8); FILE MERGED 2003/06/05 15:24:16 obr 1.18.8.1: #109943# changes needed to register popup windows through the extended toolkit correctly


2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [3d4dc1f60756153e75f9ccd6f42833bb6e89d06f]

INTEGRATION: CWS uaa04 (1.171.6); FILE MERGED 2003/06/10 09:40:03 obr 1.171.6.4: RESYNC: (1.171-1.173); FILE MERGED 2003/06/05 15:24:15 obr 1.171.6.3: #109943# changes needed to register popup windows through the extended toolkit correctly 2003/06/05 13:05:43 tbe 1.171.6.2: #i15280# Accessible name for combo boxes and list boxes 2003/06/02 15:58:01 tbe 1.171.6.1: #109460# changed implementation for accessible tab control and tab page


2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [5fca06861d4397425199b1e39a82883c57fb3747]

INTEGRATION: CWS uaa04 (1.5.32); FILE MERGED 2003/06/02 15:58:01 tbe 1.5.32.1: #109460# changed implementation for accessible tab control and tab page


2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [72243e0ad198c75f597548822f5f00a6074abe48]

INTEGRATION: CWS uaa04 (1.95.8); FILE MERGED 2003/06/05 15:24:14 obr 1.95.8.1: #109943# changes needed to register popup windows through the extended toolkit correctly


2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [344dd2d859f2d7c3ca6c3e11e7c7eca431672711]

INTEGRATION: CWS uaa04 (1.15.172); FILE MERGED 2003/06/02 15:57:18 tbe 1.15.172.2: #109460# changed implementation for accessible tab control and tab page 2003/06/02 13:07:05 tbe 1.15.172.1: #109460# merge fixes for 109724 and i14098 from vcl10 into uaa04


2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [eb5099b1962588bd50580d24f4612976f1d81691]

INTEGRATION: CWS uaa04 (1.26.8); FILE MERGED 2003/06/05 15:24:13 obr 1.26.8.1: #109943# changes needed to register popup windows through the extended toolkit correctly


2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [51b160d83c4395f34146a5b6eb406d833051b626]

INTEGRATION: CWS uaa04 (1.22.8); FILE MERGED 2003/06/05 15:24:13 obr 1.22.8.1: #109943# changes needed to register popup windows through the extended toolkit correctly


2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [93f25757ed1837aaf0a2af370757904d33f5d4f1]

INTEGRATION: CWS uaa04 (1.38.6); FILE MERGED 2003/06/02 16:30:17 tbe 1.38.6.1: #109460# changed implementation for accessible tab control and tab page


2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [22537625f89da4d0e0d500247ef54c5f38872dc3]

INTEGRATION: CWS uaa04 (1.22.46); FILE MERGED 2003/06/02 16:30:18 tbe 1.22.46.1: #109460# changed implementation for accessible tab control and tab page


2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [97d03eea5e9d8331690ebda9add73dd4abfb08d2]

INTEGRATION: CWS sw016 (1.38.48); FILE MERGED 2003/06/10 08:44:26 dvo 1.38.48.1: #110034# #110114# catch UnsupportedFlavorException. This exception normally doesn't occur, but if for some reason it is thrown anyway, the current code doesn't catch it and a crash may result. This fix ensures a graceful failure in this case.


2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [58dc8d9c767115918ac4f3dad01302dc814446db]

INTEGRATION: CWS sw016 (1.2.20); FILE MERGED 2003/06/05 18:43:02 khong 1.2.20.1: #110060# add tow characters in Hangul/Hanja conversion


2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [7946cb677b988d627d2fd5cab33ceaec3cc78032]

INTEGRATION: CWS sw016 (1.6.18); FILE MERGED 2003/06/06 10:59:23 hbrinkm 1.6.18.2: RESYNC: (1.6-1.7); FILE MERGED 2003/06/05 21:39:06 khong 1.6.18.1: #109813# make CJK word breakiterator falls back to default icu breakiterator on non-CJK text


2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [ca1004825f61f7a5775b6da72a4c9648a7c1fe09]

INTEGRATION: CWS sw016 (1.8.20); FILE MERGED 2003/06/05 21:39:06 khong 1.8.20.1: #109813# make CJK word breakiterator falls back to default icu breakiterator on non-CJK text


2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [f1aadaa2cad670d960c9279451d69b38dd5b6e87]

INTEGRATION: CWS vcl11 (1.10.242); FILE MERGED 2003/06/02 11:56:51 lo 1.10.242.1: #i14606# use deque insted of stack for cache


2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [3a2181a8b838f96e3ecfa52e8280633f9345e675]

INTEGRATION: CWS vcl11 (1.17.8); FILE MERGED 2003/05/27 09:51:25 pl 1.17.8.1: #i6431# move print queue detection to an own thread


2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [5481d82fdcdef742407cdbc44cd30538214e9bfd]

INTEGRATION: CWS vcl11 (1.3.42); FILE MERGED 2003/05/27 09:51:24 pl 1.3.42.1: #i6431# move print queue detection to an own thread


2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [092b21c817f7eb1e235c105bfa472a0f00aad3c9]

INTEGRATION: CWS vcl11 (1.64.30); FILE MERGED 2003/06/03 08:57:50 pl 1.64.30.4: RESYNC: (1.64-1.65); FILE MERGED 2003/06/02 16:48:18 pl 1.64.30.3: #109639# non-vertical glyphs with GF_ISCHAR 2003/06/02 13:46:20 ssa 1.64.30.2: #109713# correct 2nd reordering algorithm as well 2003/06/02 11:05:43 ssa 1.64.30.1: #109713# correct reordering algorithm


2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [edbf3689c9c64c92fe5da283d46393c822adf646]

INTEGRATION: CWS vcl11 (1.43.24); FILE MERGED 2003/06/03 08:57:46 pl 1.43.24.2: RESYNC: (1.43-1.44); FILE MERGED 2003/06/02 16:48:18 pl 1.43.24.1: #109639# non-vertical glyphs with GF_ISCHAR


2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [8097cb2c97ca606d3100f956578885dba4112969]

INTEGRATION: CWS vcl11 (1.44.18); FILE MERGED 2003/05/28 16:46:34 cp 1.44.18.1: #109927# use systems freetype on linux


2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [2fbd22419abe3f553ecfe13e90168765ff417158]

INTEGRATION: CWS vcl11 (1.157.24); FILE MERGED 2003/06/03 08:58:36 pl 1.157.24.2: RESYNC: (1.157-1.158); FILE MERGED 2003/05/27 16:59:02 pl 1.157.24.1: #14606# save documents in session


2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [4f259c2191728c929ba3e0a4bd7eee141b8320ca]

INTEGRATION: CWS vcl11 (1.17.34); FILE MERGED 2003/05/26 13:26:58 pl 1.17.34.1: #i14862# fix reference to temporary


2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [e83bbbb841a861879cf033d03769fce9c78ceeff]

INTEGRATION: CWS vcl11 (1.11.34); FILE MERGED 2003/05/28 13:19:10 pl 1.11.34.2: #14606# refined SaveYourself request handling 2003/05/27 16:59:01 pl 1.11.34.1: #14606# save documents in session


2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [fed2eca4c58092e78f542f704306c65db26a9e39]

INTEGRATION: CWS vcl11 (1.14.50); FILE MERGED 2003/05/28 13:19:10 pl 1.14.50.1: #14606# refined SaveYourself request handling


2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [703ab197faa8223d1abdd46eb123c27f3cbd80c8]

INTEGRATION: CWS vcl11 (1.3.170); FILE MERGED 2003/05/28 13:19:09 pl 1.3.170.1: #14606# refined SaveYourself request handling


2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [8ccda48dbe95a1f5e009a21839b33f2411a1b3f8]

INTEGRATION: CWS vcl11 (1.90.24); FILE MERGED 2003/06/05 13:42:08 cp 1.90.24.5: freetype 2.0.8 does not have FT_Library_Version: check dynamically 2003/06/03 08:55:57 pl 1.90.24.4: RESYNC: (1.90-1.91); FILE MERGED 2003/06/02 16:34:19 hdu 1.90.24.3: #109247# undo previous checkin 2003/06/02 16:17:05 hdu 1.90.24.2: #109247# release font when forced by upper layers 2003/05/28 16:43:37 cp 1.90.24.1: #109927# dont use embedded bitmaps with freetype-2.1.3


2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [5e01af53468f82705d330ca75c4e0f6fdef7fd9a]

INTEGRATION: CWS vcl11 (1.50.30); FILE MERGED 2003/06/03 08:56:43 pl 1.50.30.2: RESYNC: (1.50-1.51); FILE MERGED 2003/06/02 16:48:15 pl 1.50.30.1: #109639# non-vertical glyphs with GF_ISCHAR


2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [af373f96720652037a766f1a8c41458e77bb9bef]

INTEGRATION: CWS vcl11 (1.146.24); FILE MERGED 2003/06/03 08:56:49 pl 1.146.24.4: RESYNC: (1.146-1.147); FILE MERGED 2003/06/02 14:41:59 ssa 1.146.24.3: #109946# Use system language instead of UI language as digit language 2003/05/27 15:09:43 ssa 1.146.24.2: #109946# Use system language instead of UI language as digit language 2003/05/26 07:43:12 hdu 1.146.24.1: #109163# for korean use SunBatang->SunDotum glyph fallback


2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [ff7f1dabe1694735c6a9da5d7ad4fae9b6a786ae]

INTEGRATION: CWS draw16 (1.20.18); FILE MERGED 2003/06/05 13:00:44 sj 1.20.18.1: #i13131# fixed scaling problem


2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [302277e62470d2097334774159a91449a5514501]

INTEGRATION: CWS gh4 (1.35.18); FILE MERGED 2003/05/27 13:03:50 gh 1.35.18.1: #109847#avoid assertion being called recursively


2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [3aea873ebc418f8d034e57d9996824c6cdaffbcd]

INTEGRATION: CWS fwk05 (1.23.42); FILE MERGED 2003/06/06 09:20:10 lo 1.23.42.3: #110030# fix allocation problem 2003/06/03 15:46:16 lo 1.23.42.2: #110030# printf removed 2003/06/03 15:38:23 lo 1.23.42.1: #110030# use -display command line option for XOpenDisplay()


2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [fd119b9bbcb0d99328cdafc2295a98091be2cac1]

new version for SRX645


2003-06-06  Rüdiger Timm  <rt@openoffice.org>  [f7e7bba4357dc08724ecc0226cae9a5a9ab524a9]

new version for SRX645


2003-06-06  Kurt Zenker  <kz@openoffice.org>  [1ec31ab90b53ff7949e6b3b5257d64b5a03aca17]

new version for SRX645


2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [9662499f445b0a9e3eb2c360fe3ff46c250cbb24]

INTEGRATION: CWS dba07 (1.58.44); FILE MERGED 2003/05/30 08:53:18 fs 1.58.44.2: RESYNC: (1.58-1.59); FILE MERGED 2003/05/23 12:08:57 fs 1.58.44.1: #i14703# radio button: don't broadcaste itemStateChanged for deselections for compatibility reasons


2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [73980a58a6a2be9e15f50b69653c26367c22a509]

INTEGRATION: CWS dba07 (1.24.30); FILE MERGED 2003/05/23 12:07:32 fs 1.24.30.1: #i14703# when setting peer properties to reflect changed model properties, lock the peer's event processing


2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [893e564744123c60a752446242751a1787d191a8]

INTEGRATION: CWS dba07 (1.37.30); FILE MERGED 2003/05/30 08:56:47 fs 1.37.30.3: RESYNC: (1.37-1.38); FILE MERGED 2003/05/28 16:19:42 fs 1.37.30.2: #109746# VCLXWindow::disposing (EventObject): don't assert unknown sources, but silently ignore 2003/05/23 12:04:58 fs 1.37.30.1: #i14703# allow locking the processing of VCL-window-events


2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [10ba55e9fbdc5881fe289ce00bc74762d3650ce6]

INTEGRATION: CWS dba07 (1.17.30); FILE MERGED 2003/05/23 12:03:26 fs 1.17.30.1: #i14703# allow locking the processing of VCL-window-events


2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [31786ac90e166d0655b95beb9b2edb9b0055a1d2]

INTEGRATION: CWS dba07 (1.21.4); FILE MERGED 2003/05/28 16:15:34 fs 1.21.4.1: #109746# minor changes


2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [976c4661f26169bb46bc0f272c08051aedc9ff62]

INTEGRATION: CWS dba07 (1.1.220); FILE MERGED 2003/05/28 16:14:31 fs 1.1.220.1: #109746# m_pAccessible properly typed now (necessary because of interface separation in AccessibleBrowseBox)


2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [4bb4556d897b2d34dacb585019b01d5b1b83601a]

INTEGRATION: CWS dba07 (1.14.4); FILE MERGED 2003/05/28 16:15:08 fs 1.14.4.1: #109746# separated AccessibleBrowseBox into XAccessible/XAccessibleContext implementations


2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [dd7cb2011333a73fd7a809fb7bd3c8f633f7bdcf]

INTEGRATION: CWS dba07 (1.27.4); FILE MERGED 2003/05/28 16:14:14 fs 1.27.4.1: #109746# minor changes


2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [099a95aac5bfc6ae09d36dfdf49309f21c591713]

INTEGRATION: CWS draw15 (1.6.218); FILE MERGED 2003/06/03 11:25:05 sj 1.6.218.1: #i11699# not creating so many brushes


2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [4f75492dada7ae5a56e9c9684a8272883274c884]

INTEGRATION: CWS draw15 (1.15.46); FILE MERGED 2003/06/03 11:24:56 sj 1.15.46.1: #i11699# not creating so many brushes


2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [400b5147e29f9273f7dd1de6d4aaa1dd4b062738]

INTEGRATION: CWS draw15 (1.11.10); FILE MERGED 2003/06/03 11:24:47 af 1.11.10.1: #109916# New method that checks for the 'none' field.


2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [0ffb2f0542c088dac281e4bea9b5a513a30c69d1]

INTEGRATION: CWS draw15 (1.14.10); FILE MERGED 2003/06/03 11:26:17 af 1.14.10.1: #109916# Fixed checking existence of the 'none' field. Clean-up of getAccessibleIndexInParent.


2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [08c841a33ddd78186c9a86b82a283d99cdd83752]

INTEGRATION: CWS sj01 (1.20.16); FILE MERGED 2003/06/04 06:23:58 sj 1.20.16.1: #10882# TextGlyphOutlines is now supporting Width and DXArray


2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [31d9a3dbe77220d40f5d302deee7334bc9843a73]

INTEGRATION: CWS sj01 (1.146.26); FILE MERGED 2003/06/02 10:57:28 sj 1.146.26.1: #i10882# GetTextOutline is now capable to handle TextWidth and DXArray


2003-06-05  Rüdiger Timm  <rt@openoffice.org>  [c2a59043760c03723cf55c9857a840ffcd956d41]

new version for SRX645


2003-06-04  Rüdiger Timm  <rt@openoffice.org>  [d1c1e2bee65a4b2120e7a3580f4c6b4bfaf17651]

new version for SRX645


2003-06-04  Andre Fischer  <af@openoffice.org>  [d4eb24068faded4833fd632a7fe8bb9b7e0edd77]

Update of version number and news.html.


2003-06-04  Andre Fischer  <af@openoffice.org>  [edf535b5635d2169d730b351c95de28c940e396c]

Adaption to recent UAA changes (TextSegment,selectAllAccessibleChildren,COLLAPSED).


2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [873d25d92691dccf371b585d18ce2ea62f69d611]

INTEGRATION: CWS vcl10 (1.61.4); FILE MERGED 2003/05/28 16:48:41 pl 1.61.4.1: #9277# remove useless osl_yoieldThread calls


2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [b27a898a29ef2e29db96c08cdd111e5e8b29ff7b]

INTEGRATION: CWS vcl10 (1.36.4); FILE MERGED 2003/05/14 16:47:23 pl 1.36.4.1: #i12936# use afm file next to font if available


2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [0a8a95b82c7341d96553d1f860fb50a953d376a3]

INTEGRATION: CWS vcl10 (1.64.24); FILE MERGED 2003/05/16 14:43:45 ssa 1.64.24.2: #109387# split huge strings into smaller chunks to avoid overdraw errors 2003/05/15 10:17:47 hdu 1.64.24.1: #109127# account for nCharExtra in SimpleWinlayout::GetTextBreak() when using cached values


2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [7b97428dc7d545253e3575fd73ba735bb4043e8e]

INTEGRATION: CWS vcl10 (1.157.18); FILE MERGED 2003/05/22 14:52:44 pl 1.157.18.1: #109868# don't use ridiculously large icon sizes


2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [2341e5404b01298e43941cf490a83b82ca716a79]

INTEGRATION: CWS vcl10 (1.25.24); FILE MERGED 2003/05/14 14:24:34 pl 1.25.24.2: #i14283# remove useless debug output 2003/05/14 14:20:36 pl 1.25.24.1: #i14283# use osl_createTempFile for tempnames


2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [e4d5c5eab63bfb396415954e82e1fa533a0c137e]

INTEGRATION: CWS vcl10 (1.40.28); FILE MERGED 2003/05/22 14:52:43 pl 1.40.28.1: #109868# don't use ridiculously large icon sizes


2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [1ca4cebea687ea514f28c2a7114ddbec67c886de]

INTEGRATION: CWS vcl10 (1.23.28); FILE MERGED 2003/05/21 12:39:49 cp 1.23.28.1: #i9277# let the scheduler be in charge of rescheduling


2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [a36254fb2abe111297492245d66565ff62c952aa]

INTEGRATION: CWS vcl10 (1.9.162); FILE MERGED 2003/05/19 15:14:13 ssa 1.9.162.1: #107889# never generate in-place mnemonics in CJK locales, always append (M), where M is the mnemonic


2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [bf968162dac2b01fb3cb742fb026705c33ec4162]

INTEGRATION: CWS vcl10 (1.11.44); FILE MERGED 2003/05/15 16:25:07 ssa 1.11.44.1: #109560# check for window destruction during drop handler


2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [1992df1af6bb62e0571e0e4d8f89d0096e0b8486]

INTEGRATION: CWS vcl10 (1.50.24); FILE MERGED 2003/05/20 16:48:17 pl 1.50.24.1: #109603# use correct font metric on non canonical mapmodes


2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [eedf71560b6cf71bb2edbccd6280813f62ad796e]

INTEGRATION: CWS vcl10 (1.15.160); FILE MERGED 2003/05/23 12:54:56 pl 1.15.160.3: #109724# add: GetTabBounds 2003/05/22 13:57:03 tbe 1.15.160.2: #i14098# PageTabs should implement XAccessibleText 2003/05/20 12:37:44 pl 1.15.160.1: #109724# add helper functions to TabControl for accessibility


2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [0f54856be53c035ee4010768c10f5ba2b165ca12]

INTEGRATION: CWS vcl10 (1.4.166); FILE MERGED 2003/05/20 12:37:43 pl 1.4.166.1: #109724# add helper functions to TabControl for accessibility


2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [4c92c0f53715146466238b785646d52786d3acb4]

INTEGRATION: CWS vcl10 (1.56.44); FILE MERGED 2003/05/19 14:25:45 tbe 1.56.44.2: #i13802# EditFields in DropDownComboBoxes don't emit caret events 2003/05/15 16:00:12 ssa 1.56.44.1: #109530# perform modify() after paste


2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [7ad4e60bed035eb7462d98d7ca317a120464fe44]

INTEGRATION: CWS vcl10 (1.9.38); FILE MERGED 2003/05/20 12:37:42 pl 1.9.38.1: #109724# add helper functions to TabControl for accessibility


2003-06-02  Kurt Zenker  <kz@openoffice.org>  [0ec38cc7b7f08beb4611ea402dc66469a9b31a12]

new version for SRX645


2003-06-02  Rüdiger Timm  <rt@openoffice.org>  [17fe8ed0ff024befe0f249d27ac8fef8f67ae5eb]

#109684# Deliver more specifically.


2003-06-02  Rüdiger Timm  <rt@openoffice.org>  [fa708257e790b0b3fa4a6ab1e28eb03964014108]

#109684# Deliver more specifically.


2003-06-02  Rüdiger Timm  <rt@openoffice.org>  [2370a9685d0c3195f8b5af94b2cc274a1c35cfcb]

#109684# Deliver more specifically.


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [f03c537ec4702ea84df2e408f733d5956c61431e]

new version for SRX645


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [2bffbba01f1a0b4dd434c014a0322ebdbff41c09]

INTEGRATION: CWS i18n06 (1.20.16); FILE MERGED 2003/05/26 10:33:04 er 1.20.16.2: #109874# straightened sprintf comments 2003/05/23 18:08:35 khong 1.20.16.1: #109874# fix japanese year format


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [078dc7a23b48d0e9e56f3be43c7acdf676a0ccad]

INTEGRATION: CWS fwk04 (1.2.62); FILE MERGED 2003/05/23 11:06:41 as 1.2.62.1: #109842# call contextChanged() at all frames, if commands cfg was changed


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [a6f7ef9ffd6e49065f1dc950bd50616324772bc5]

INTEGRATION: CWS fwk04 (1.14.14); FILE MERGED 2003/05/26 11:43:24 cd 1.14.14.1: #109863# Fix problems with final slash inside function 'implNormalizeURL'


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [d16aefd3853558f745d8de53ec93e567e8255077]

INTEGRATION: CWS sw013 (1.170.14); FILE MERGED 2003/05/07 10:05:41 tl 1.170.14.1: #109101# accessible name for image and push buttons fixed


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [4751a93159c1305cdd72b67ebd91713014ab7c6e]

INTEGRATION: CWS vcl09 (1.7.4); FILE MERGED 2003/04/29 15:29:36 pl 1.7.4.1: #108994# read locale from configuration


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [2d8a0e68c8cca0ef8da94021770d8836547e2a42]

INTEGRATION: CWS vcl09 (1.11.4); FILE MERGED 2003/04/29 15:29:35 pl 1.11.4.1: #108994# read locale from configuration


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [5fd5397b27d30c03d8b2fb3e8907e479fdbaa890]

INTEGRATION: CWS vcl09 (1.64.4); FILE MERGED 2003/05/13 16:22:42 hdu 1.64.4.2: #109353# fix SimpleWinLayout character width calculation for Bidi case 2003/05/08 14:49:45 hdu 1.64.4.1: #107765# multiple UspScriptCaches needed by glyph fallback


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [b5dfb575deef50bfd647d3bf6953ab6dbc0fbb4a]

INTEGRATION: CWS vcl09 (1.42.4); FILE MERGED 2003/05/13 10:47:12 hdu 1.42.4.4: RESYNC: (1.42-1.43); FILE MERGED 2003/05/12 13:34:10 ssa 1.42.4.3: #109280# correct flush() parameter 2003/05/09 10:01:49 ssa 1.42.4.2: #109280# expand descent for korean fonts 2003/05/08 14:49:04 hdu 1.42.4.1: #107765# multiple subcaches needed by glyph fallback


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [d4fd71d47b2aed1f6ae6937488dc6560491565b6]

INTEGRATION: CWS vcl09 (1.1.1.1.178); FILE MERGED 2003/05/05 12:20:03 ssa 1.1.1.1.178.1: #108919# do not report timeout while in timer handler


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [c5f6d596e5b11d275d8d6dede398e0ea8e8f2fd6]

INTEGRATION: CWS vcl09 (1.13.2); FILE MERGED 2003/05/05 12:20:02 ssa 1.13.2.1: #108919# do not report timeout while in timer handler


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [a4b1af8ccb2e8c91b7969f394c490551dc02a53d]

INTEGRATION: CWS vcl09 (1.7.4); FILE MERGED 2003/05/08 14:47:53 hdu 1.7.4.1: #107765# multiple subcaches needed by glyph fallback


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [158ca23bdc3bc5cea68d5313f762142738112a36]

INTEGRATION: CWS vcl09 (1.10.2); FILE MERGED 2003/05/05 12:19:07 ssa 1.10.2.1: #108919# do not report timeout while in timer handler


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [3dbb46cf95405d6e0b602ed5cf889c7e25269d12]

INTEGRATION: CWS vcl09 (1.155.2); FILE MERGED 2003/05/13 09:16:01 hdu 1.155.2.4: RESYNC: (1.156-1.157); FILE MERGED 2003/05/07 12:20:31 pl 1.155.2.3: #108997# ignore XErrors if a child frame was ever created 2003/04/25 07:25:39 hdu 1.155.2.2: RESYNC: (1.155-1.156); FILE MERGED 2003/04/17 13:51:14 pl 1.155.2.1: #108171# do not close popups if environment variable is set


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [5886b18311857cc0a7c9faaa38c91b29af5eefe4]

INTEGRATION: CWS vcl09 (1.27.12); FILE MERGED 2003/05/08 14:46:12 hdu 1.27.12.1: #107765# using new ImplLayoutRuns calls


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [5bd93a3e419ea222036fd4e0aaf0013a456abf29]

INTEGRATION: CWS vcl09 (1.102.4); FILE MERGED 2003/05/14 15:45:47 hdu 1.102.4.3: #107765# fix PspFontLayout kerning patch 2003/05/13 09:16:19 hdu 1.102.4.2: RESYNC: (1.102-1.103); FILE MERGED 2003/05/08 14:45:20 hdu 1.102.4.1: #107765# better kerning for printer builtin fonts


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [4bb71b8fc82f802f570f9da065be111fc281d518]

INTEGRATION: CWS vcl09 (1.28.14); FILE MERGED 2003/05/14 14:00:22 hdu 1.28.14.3: #i13769# enable XRENDER when XINERAMA and render version >= 0.2 2003/05/13 09:16:13 hdu 1.28.14.2: RESYNC: (1.28-1.29); FILE MERGED 2003/05/06 13:31:21 hdu 1.28.14.1: #108209# disable call to XRenderFreeGlyph to prevent P2 problem


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [f74b6599da6645569917b9a25b9afa5ef7fa1d71]

INTEGRATION: CWS vcl09 (1.15.12); FILE MERGED 2003/04/30 12:28:48 pl 1.15.12.1: #109115# another guess for a running gnome


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [bf607aaf3549a3a57224d842df4eb5390c767203]

INTEGRATION: CWS vcl09 (1.40.2); FILE MERGED 2003/05/06 08:18:24 hdu 1.40.2.1: #i12705# equalize x-/y-resolution if close enough


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [8f6d3b50c199e326bfd1747a16d37bc4cdafe61c]

INTEGRATION: CWS vcl09 (1.22.142); FILE MERGED 2003/04/25 07:28:06 hdu 1.22.142.2: RESYNC: (1.22-1.23); FILE MERGED 2003/04/17 13:35:06 pl 1.22.142.1: #108466# do XUnsetICFocus on unmap


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [51e31eb217e038508b8248800fa041d093835a12]

INTEGRATION: CWS vcl09 (1.78.4); FILE MERGED 2003/05/19 12:30:32 ssa 1.78.4.2: #109094# check for ImplDlgCtrlNextWindow was unreliable on KDE - removed 2003/05/09 12:05:57 ssa 1.78.4.1: #109094# set focus to next dlg control if last focus window is a dlg control and was disabled meanwhile


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [1df89a08cadb72b814a912c448c9901bfaee8578]

INTEGRATION: CWS vcl09 (1.168.2); FILE MERGED 2003/05/28 08:43:14 rt 1.168.2.3: RESYNC: (1.170-1.171); FILE MERGED 2003/05/13 09:11:06 hdu 1.168.2.2: RESYNC: (1.168-1.170); FILE MERGED 2003/04/30 14:49:03 ssa 1.168.2.1: #109206# use MINIMIZE/NORMALIZE events instead of ICONIFIED/RESTORED


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [50e8913d5c483d726f9dbb28ac6a4d3646b3bba2]

INTEGRATION: CWS vcl09 (1.19.4); FILE MERGED 2003/05/08 11:12:19 oj 1.19.4.1: #109372# VCLEVENT_TOOLBOX_ITEMADDED now gets the correct position


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [53d58e070f12ecdee7face2e8bf53116e7b828da]

INTEGRATION: CWS vcl09 (1.60.4); FILE MERGED 2003/05/12 15:36:18 ssa 1.60.4.1: #i13931# allow for direct typing in sub controls when cycling


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [4b0b3048aaa6e1698ba17b313071679c5d94aee1]

INTEGRATION: CWS vcl09 (1.12.132); FILE MERGED 2003/05/09 12:05:56 ssa 1.12.132.1: #109094# set focus to next dlg control if last focus window is a dlg control and was disabled meanwhile


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [82bb5965beaaf434886d767274ec0a281f483701]

INTEGRATION: CWS vcl09 (1.8.2); FILE MERGED 2003/04/29 14:02:37 pl 1.8.2.2: #i13928# activated different looks for dilog editor 2003/04/29 13:01:24 pl 1.8.2.1: #i13928# add offset at correct place


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [d71da521f1e08074d1394ed2773795ba5ae2dd6d]

INTEGRATION: CWS vcl09 (1.21.12); FILE MERGED 2003/05/08 14:42:05 hdu 1.21.12.1: #107765# better kerning and glyph-fallback


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [0821d5458ba9706ac27f2e1869fd47b440163bfc]

INTEGRATION: CWS vcl09 (1.89.4); FILE MERGED 2003/05/09 15:02:59 ssa 1.89.4.2: #109280# improve external leading computation 2003/05/09 09:53:52 ssa 1.89.4.1: #109280# expand descent for korean fonts


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [e1cdaa668cef26f35d994144827eae1e1c82cc73]

INTEGRATION: CWS vcl09 (1.40.4); FILE MERGED 2003/05/13 10:47:06 hdu 1.40.4.3: RESYNC: (1.40-1.42); FILE MERGED 2003/05/12 09:43:15 hdu 1.40.4.2: #107765# fix MultiSalLayout::GetNextGlyphs() for DrawOffset case 2003/05/08 14:40:07 hdu 1.40.4.1: #107765# run-based glyph-fallback and better kashidas


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [00ffb3c6fa5e20d635635af5905da760bfd31368]

INTEGRATION: CWS vcl09 (1.15.18); FILE MERGED 2003/05/28 08:43:30 rt 1.15.18.2: RESYNC: (1.15-1.16); FILE MERGED 2003/05/12 14:22:43 thb 1.15.18.1: #109548# Access to palette color only oif bitmap actually _has_ a palette


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [5ba4336be1ec6c220f142f7a8c15648a80074b48]

INTEGRATION: CWS vcl09 (1.24.4); FILE MERGED 2003/04/28 15:43:15 pl 1.24.4.1: #106398# add: document info


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [3dc1e6cfbab648bff278b007059c3e6741bc476b]

INTEGRATION: CWS vcl09 (1.50.4); FILE MERGED 2003/05/08 14:53:29 hdu 1.50.4.3: #107765# using new ImplLayoutRuns calls 2003/05/06 14:58:08 pl 1.50.4.2: #i13905# draw 0 width lines 2003/04/28 15:43:14 pl 1.50.4.1: #106398# add: document info


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [d1926ea7d79786e8de0a4744090f44817f7b4ceb]

INTEGRATION: CWS vcl09 (1.7.138); FILE MERGED 2003/04/28 15:43:14 pl 1.7.138.1: #106398# add: document info


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [0f7d2de2038d5d4a7a0e0e2960dab842c060c3e8]

INTEGRATION: CWS vcl09 (1.145.4); FILE MERGED 2003/05/15 13:46:06 ssa 1.145.4.6: #109280# remerge stuff that was deleted somewhow... 2003/05/13 14:18:54 hdu 1.145.4.5: resolve merge problems 2003/05/13 10:46:59 hdu 1.145.4.4: RESYNC: (1.145-1.146); FILE MERGED 2003/05/12 14:44:36 hdu 1.145.4.3: #109377# better rounding for pDXArray, CJK underline position 2003/05/08 14:52:32 hdu 1.145.4.2: #107765# use run-based glyph-fallback instead of glyph-based 2003/05/07 09:59:47 ssa 1.145.4.1: #109280# let wavelines not exceed the descent


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [26ead860d6f1ea6b659301ab8de83eb76785cc33]

INTEGRATION: CWS vcl09 (1.45.8); FILE MERGED 2003/05/28 08:36:55 rt 1.45.8.3: RESYNC: (1.46-1.47); FILE MERGED 2003/05/13 08:12:54 hdu 1.45.8.2: RESYNC: (1.45-1.46); FILE MERGED 2003/04/30 14:48:07 ssa 1.45.8.1: #109206# use MINIMIZE/NORMALIZE events instead of ICONIFIED/RESTORED


2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [9a3a033dacf7b70b38d95bdd3b44e8b4206937c8]

#100000# no more unused ifdef


2003-05-28  Rüdiger Timm  <rt@openoffice.org>  [e338c87ee41b60c54f3c125c5f1d6758e93dc672]

new version for SRX645


2003-05-27  Kurt Zenker  <kz@openoffice.org>  [6f44430af7500bdd40de09de0881e03cabedf2f1]

new version for SRX645


2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [0f39644df8649527e2145065e7574a90528cc6c5]

INTEGRATION: CWS buildopt (1.12.106); FILE MERGED 2003/05/20 10:28:44 rt 1.12.106.1: #109684# Don't by accident deliver ckeck_<libraryname> files.


2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [2d8443fb61570360ded99051db148eccb93ed777]

INTEGRATION: CWS buildopt (1.5.82); FILE MERGED 2003/05/26 11:47:17 rt 1.5.82.1: #109684# Don't deliver by accident check_ libraries.


2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [53f1767619f69bac5eecf8e0cc0443ce6e21ceb9]

INTEGRATION: CWS buildopt (1.7.24); FILE MERGED 2003/05/26 12:34:19 rt 1.7.24.1: #109684# Don't deliver by accident check_ libraries.


2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [5788457d740e7639d74635f8e6045e1762a9b3ab]

INTEGRATION: CWS buildopt (1.5.62); FILE MERGED 2003/05/16 10:34:42 rt 1.5.62.1: #109684# Deliver more specifically.


2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c7d77f8f93c13a1fbce12f50a402fe29a7eb8d41]

INTEGRATION: CWS calc11 (1.41.38); FILE MERGED 2003/05/26 19:03:02 nn 1.41.38.1: #109031# when creating ImplQPrinter, set digit language from original Printer


2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [55597f71377efeec42a7e01dd38bc3bb842dd38e]

INTEGRATION: CWS i18n05 (1.6.12); FILE MERGED 2003/05/21 18:53:33 khong 1.6.12.1: #i12082# CJK breakiterator crashes on first long pure CJK character line


2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b07b1a3f04ce73f43baedd64bf13a4025ad3d6c2]

INTEGRATION: CWS a10y01 (1.30.26); FILE MERGED 2003/05/23 11:06:51 oj 1.30.26.2: #109839# acquire solar mutex 2003/05/22 11:05:18 oj 1.30.26.1: #109839# fix accessibility problems with treelistbox and iconchoisecontrol


2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [6a48e3614eff257ff965da80737aec86a68a94c5]

INTEGRATION: CWS a10y01 (1.19.26); FILE MERGED 2003/05/23 11:06:51 oj 1.19.26.2: #109839# acquire solar mutex 2003/05/22 11:05:17 oj 1.19.26.1: #109839# fix accessibility problems with treelistbox and iconchoisecontrol


2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [52d25122851edeebb54f71841b879124741fdab9]

INTEGRATION: CWS a10y01 (1.31.48); FILE MERGED 2003/05/22 11:05:16 oj 1.31.48.1: #109839# fix accessibility problems with treelistbox and iconchoisecontrol


2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [838a4b62bba0809178d68a5e5240d8906f87188d]

INTEGRATION: CWS a10y01 (1.12.26); FILE MERGED 2003/05/22 11:05:16 oj 1.12.26.1: #109839# fix accessibility problems with treelistbox and iconchoisecontrol


2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e23052418f1f515f8bfa863bf6d9567436a34f70]

INTEGRATION: CWS a10y01 (1.16.202); FILE MERGED 2003/05/22 11:05:14 oj 1.16.202.1: #109839# fix accessibility problems with treelistbox and iconchoisecontrol


2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [4544529252ee31ae471050a95a5d45ac565f2ddd]

INTEGRATION: CWS a10y01 (1.8.202); FILE MERGED 2003/05/22 11:05:14 oj 1.8.202.1: #109839# fix accessibility problems with treelistbox and iconchoisecontrol


2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [8282852ec8c8e547880473185450904121b53d6a]

INTEGRATION: CWS a10y01 (1.10.54); FILE MERGED 2003/05/22 11:05:03 oj 1.10.54.1: #109839# fix accessibility problems with treelistbox and iconchoisecontrol


2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [de1331b3a069d611014b09119e5ffc0358714e3d]

INTEGRATION: CWS a10y01 (1.12.26); FILE MERGED 2003/05/22 11:05:03 oj 1.12.26.1: #109839# fix accessibility problems with treelistbox and iconchoisecontrol


2003-05-26  Kurt Zenker  <kz@openoffice.org>  [e27848dfb6f807ac7eb5a332c7bd52eae3a2569a]

new version for SRX645


2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [3cd4aa3aea134651be570f373f056d4351385cbe]

INTEGRATION: CWS fwk03 (1.26.12); FILE MERGED 2003/05/22 09:12:37 mba 1.26.12.1: #108942#: last change removed, it prevented loading of the sdraw4.0 files


2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [16f6503210be6273c1b7e0f573bcd67dcadf8224]

INTEGRATION: CWS fwk03 (1.43.16); FILE MERGED 2003/05/16 12:33:41 abi 1.43.16.3: #93735# friend declaration and scope declaration for CC 2003/05/16 09:43:44 abi 1.43.16.2: #93735# added comment 2003/05/16 09:28:31 abi 1.43.16.1: #93735# UCBOpenContentSync with error handling for timeout waiting for second thread


2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [9275c4e0a89cedaff066d4f2c3feb21e96911fb1]

INTEGRATION: CWS fwk03 (1.11.16); FILE MERGED 2003/05/16 10:26:50 abi 1.11.16.1: #93735# added condition.obj


2003-05-23  Andre Fischer  <af@openoffice.org>  [1e185e76dbfd147aa8238c4049bf34c244c3f939]

Change of view registration.


2003-05-23  Andre Fischer  <af@openoffice.org>  [37ffb03972d809e5daa417bd8e47008c90614d74]

Adaption to recent changes of the UAA.


2003-05-23  Andre Fischer  <af@openoffice.org>  [dc8e0eac584f532f646c102a66b6a683028d27a3]

Changed comments


2003-05-23  Andre Fischer  <af@openoffice.org>  [12b3a00e66f3f2e67b4d68ff4b5f00b62f32ed89]

Changed registration of object views.


2003-05-22  Kurt Zenker  <kz@openoffice.org>  [1bd83e4931f6cfd11aee94e9e0cd21c4fb4b4767]

new version for SRX645


2003-05-22  Kurt Zenker  <kz@openoffice.org>  [a347c88be0f615c3a073cf2011169378ced9d22d]

new version for SRX645


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f35c7a9b11c46829d1a26ad59f9ddb135089567b]

INTEGRATION: CWS uaa03 (1.10.28); FILE MERGED 2003/05/21 15:44:02 mt 1.10.28.1: #i14623# UAA finalization


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [daf1d5ce97ef7ceb885d4b783c06379a0f3695f5]

INTEGRATION: CWS uaa03 (1.13.28); FILE MERGED 2003/05/21 15:44:02 mt 1.13.28.1: #i14623# UAA finalization


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [750f0d6dd229cc1b512c7da448bcc8289bc8f1f0]

INTEGRATION: CWS uaa03 (1.30.28); FILE MERGED 2003/05/21 15:44:00 mt 1.30.28.1: #i14623# UAA finalization


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8ee7a2672a8032b96d90d8c50a71ade1b68d8f04]

INTEGRATION: CWS uaa03 (1.4.8); FILE MERGED 2003/05/21 15:41:35 mt 1.4.8.1: #i14623# UAA finalization


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4865321a92ca93fa0f7f9c30556d559b9d7d7f7f]

INTEGRATION: CWS uaa03 (1.4.8); FILE MERGED 2003/05/21 15:41:34 mt 1.4.8.1: #i14623# UAA finalization


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7d82e09befdec898e481760b8d224b41da3e036c]

INTEGRATION: CWS uaa03 (1.4.8); FILE MERGED 2003/05/21 15:41:33 mt 1.4.8.1: #i14623# UAA finalization


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [111beb608dbc706d1bcc4a9fe7e36bc206b84ac0]

INTEGRATION: CWS uaa03 (1.4.28); FILE MERGED 2003/05/21 15:29:11 mt 1.4.28.1: #i14623# UAA finalization


2003-05-22  Nils Fuhrmann  <nf@openoffice.org>  [246411bece17d2605358ab4f9c447bf6cddc8768]

#i13385#


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9b74a62ec24d532ce30141f571dc3922061a4218]

INTEGRATION: CWS uaa03 (1.170.22); FILE MERGED 2003/05/20 09:36:33 obr 1.170.22.1: #109167# AccessBridge now uses XExtendedToolkit and a JNI component to retrieve the necessary events from VCL.


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [77d1367f85d567d5e4cc0bdd5640721e04eaf5fb]

INTEGRATION: CWS uaa03 (1.93.24); FILE MERGED 2003/05/20 09:36:32 obr 1.93.24.1: #109167# AccessBridge now uses XExtendedToolkit and a JNI component to retrieve the necessary events from VCL.


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [66a9f79075ff00699832345c8afd0693faf40d27]

INTEGRATION: CWS uaa03 (1.25.18); FILE MERGED 2003/05/20 09:36:30 obr 1.25.18.1: #109167# AccessBridge now uses XExtendedToolkit and a JNI component to retrieve the necessary events from VCL.


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e0af3550008a309828bff2c8e9a3cc1a1e0cf493]

INTEGRATION: CWS uaa03 (1.21.24); FILE MERGED 2003/05/20 09:36:30 obr 1.21.24.1: #109167# AccessBridge now uses XExtendedToolkit and a JNI component to retrieve the necessary events from VCL.


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2853a3395526457f70f16089c87da0a15dbc4df5]

INTEGRATION: CWS setup09 (1.4.26); FILE MERGED 2003/05/20 13:51:28 dv 1.4.26.1: #109685# fixed operator new/delete mismatch


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [483624eb2c619562750a3ea04b41ad4f16ec146e]

INTEGRATION: CWS dba06 (1.58.32); FILE MERGED 2003/05/21 06:29:19 fs 1.58.32.2: #109591# button/imagecontrol: add the peer as image consumer to the model permanently, not only temporarily when the ImageURL changed 2003/05/16 13:54:17 fs 1.58.32.1: #109591# imagecontrol: add the peer as consumer of the model all the time


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7ff65e7f78258a57399c0b3a3a9e9b20820a1a9d]

INTEGRATION: CWS dba06 (1.28.32); FILE MERGED 2003/05/21 06:49:14 fs 1.28.32.3: #100000# linux build problem 2003/05/21 06:28:22 fs 1.28.32.2: #109591# button: add the peer as image consumer to the model permanently, not only temporarily when the ImageURL changed 2003/05/16 13:54:06 fs 1.28.32.1: #109591# imagecontrol: override createPeer


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0a653ea7d488d6ceaaa4286e3d942658b5428f8b]

INTEGRATION: CWS draw11 (1.5.12); FILE MERGED 2003/05/13 16:00:07 sj 1.5.12.1: #i12264# 2-bit bitmaps are not supported, we will use 4bit instead


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cae3c9b5f51420e8000780d5ef627d75a3b286c1]

INTEGRATION: CWS draw11 (1.20.38); FILE MERGED 2003/05/14 13:15:44 tra 1.20.38.1: #108838#removed PeekMessage parameter PM_QS_SENDMESSAGE, which is not valid under NT4 and leads to clipboard deadlocks, e.g. while changing into fullscreen presentation mode impress


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [82f0ff72c2eb1ec1157fe459a34f659fd945df52]

INTEGRATION: CWS uno4 (1.93.12); FILE MERGED 2003/05/07 08:49:57 tbe 1.93.12.1: #109411# wrong resolved merge conflicts


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e49bfe75c63acdbede4257b08a4536f88d7dc6d5]

INTEGRATION: CWS uno4 (1.56.40); FILE MERGED 2003/05/06 15:57:06 tbe 1.56.40.1: #i13677# no CARET_CHANGED event is fired when the caret position is changing


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e579420ec53bfa08b594c41b2628e2b7097852b4]

INTEGRATION: CWS obo02 (1.10.16); FILE MERGED 2003/05/20 12:25:42 obo 1.10.16.1: #i14321# ATL_INCLUDE


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9f13fab38361e0c8e312e940dd25eb2dc3cba78d]

INTEGRATION: CWS os9 (1.39.34); FILE MERGED 2003/05/07 12:04:25 os 1.39.34.2: RESYNC: (1.39-1.40); FILE MERGED 2003/04/30 12:51:25 os 1.39.34.1: #109029# notification of CTL configuration changes implemented


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [176d680abcd8ba4c4c353eba030133d10a549a6a]

INTEGRATION: CWS os9 (1.3.34); FILE MERGED 2003/05/07 12:04:18 os 1.3.34.2: RESYNC: (1.3-1.4); FILE MERGED 2003/04/30 12:51:24 os 1.3.34.1: #109029# notification of CTL configuration changes implemented


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ef60c027a88303fe89124602f94c53eeb014a10c]

INTEGRATION: CWS os9 (1.4.34); FILE MERGED 2003/05/07 12:04:13 os 1.4.34.3: RESYNC: (1.4-1.5); FILE MERGED 2003/05/06 13:47:27 os 1.4.34.2: #109029# call Broadcast() also in Commit() - there's only one instance that is not internally notified 2003/04/30 12:51:24 os 1.4.34.1: #109029# notification of CTL configuration changes implemented


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2b33431296d73ffab7600257378df4527764c367]

INTEGRATION: CWS uno4 (1.3.18); FILE MERGED 2003/05/15 14:32:57 tbe 1.3.18.1: #109067# Performance of Basic Dialog Editor is too slow


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9b7186a32fbc0f7138ff46aec3224843c091aebe]

INTEGRATION: CWS uno4 (1.41.8); FILE MERGED 2003/05/19 15:27:50 tbe 1.41.8.2: #109542# UNO-API exposes internal VCL enum values 2003/05/13 10:03:39 tbe 1.41.8.1: #109542# UNO-API exposes internal VCL enum values


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [994ae14230489c62df3caf3372f7cffbb7ea2f79]

INTEGRATION: CWS uno4 (1.37.8); FILE MERGED 2003/05/08 08:56:33 tbe 1.37.8.1: #i14103# Backing window is not hidden when document is loaded


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [62ee491133fd8e2598890bb330170609c4ea1fc0]

INTEGRATION: CWS uno4 (1.46.8); FILE MERGED 2003/05/06 11:58:13 tbe 1.46.8.1: #i14101# getAccessibleAtPoint() should return only direct children


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3ac55f65a254c8c09100e0cdfedf789a67c0868b]

INTEGRATION: CWS uno4 (1.17.22); FILE MERGED 2003/05/07 15:42:17 kso 1.17.22.1: #i13760# - Added testcase for GetRelURL().


2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [be7de15040aeee546c60aced87a629ed3851cb80]

INTEGRATION: CWS uno4 (1.37.6); FILE MERGED 2003/05/16 12:27:37 sb 1.37.6.2: RESYNC: (1.37-1.39); FILE MERGED 2003/05/07 15:41:34 kso 1.37.6.1: #i13760# - Fixed INetURLObject::SubString::equals().


2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [bc86d0f3ace92bcfe0280615088d0a5c1a9c379a]

INTEGRATION: CWS i18n04 (1.6.8); FILE MERGED 2003/05/09 21:35:07 khong 1.6.8.1: #109508# fix problem for Japanese search


2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [9a85908b2ede57352b239da968f87ee8e0d7c186]

INTEGRATION: CWS i18n04 (1.8.8); FILE MERGED 2003/05/10 00:24:18 khong 1.8.8.1: #109508# fix Japanese search problem


2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [970a6257d1e1b24a45607f434d01c33f550be055]

INTEGRATION: CWS i18n04 (1.6.4); FILE MERGED 2003/05/09 21:35:08 khong 1.6.4.1: #109508# fix problem for Japanese search


2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [b33015c759c7820aa5412078892b6fa5d0254652]

INTEGRATION: CWS i18n04 (1.6.4); FILE MERGED 2003/05/09 21:35:09 khong 1.6.4.1: #109508# fix problem for Japanese search


2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [d24abe2f363a4ea0cf3c254e740acd15a57255d4]

INTEGRATION: CWS i18n04 (1.8.14); FILE MERGED 2003/05/07 22:39:11 khong 1.8.14.1: #109070# #i13199# fix Russia date format


2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [a2c1f4126581074448d4a9ddc4c164fbc5141883]

INTEGRATION: CWS i18n04 (1.9.14); FILE MERGED 2003/05/09 17:41:53 khong 1.9.14.1: #i12453# fix quotation mark problem


2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [eca547feeddf6cf7e3e1ba67bcdc1de3a9d64ad0]

INTEGRATION: CWS i18n04 (1.7.8); FILE MERGED 2003/05/08 13:39:13 er 1.7.8.1: #109468# loadCalendar: restore previous calendar if new service is instanciated but calendar isn't available, for example in that specific locale


2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [1d98aec0dce03107169f4ba93886eb172b47b253]

INTEGRATION: CWS i18n04 (1.5.8); FILE MERGED 2003/05/09 21:35:32 khong 1.5.8.1: #109508# fix problem for Japanese search


2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [2595888927b1624449713abe90c17360969142cf]

INTEGRATION: CWS i18n04 (1.2.4); FILE MERGED 2003/05/08 22:32:50 khong 1.2.4.1: #108958# Change full width minu sign from 2122 to ff0d, which is supported by most Asian fonts.


2003-05-19  Kurt Zenker  <kz@openoffice.org>  [728275c7ba7000b47405b3cc633320099ab5aee3]

new version for SRX645


2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [7b3f6da42b7943d2c80126861751e81847327fd9]

new version for SRX645


2003-05-19  Andre Fischer  <af@openoffice.org>  [2f56f010515047398b82d8fcd2edb79ca07762f4]

Implemented state set view.


2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [1b223e7c62870c849ade356d430e922c2eb67d7f]

INTEGRATION: CWS dba05 (1.5.14); FILE MERGED 2003/05/13 09:44:18 oj 1.5.14.1: remove drafts


2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [3b5249e2d6a0f9f638a1c4f0ab8ddb2158448a29]

INTEGRATION: CWS dba05 (1.4.14); FILE MERGED 2003/05/13 09:44:16 oj 1.4.14.1: remove drafts


2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [f3d340353444496121c6104484604efb33e11da1]

INTEGRATION: CWS dba05 (1.9.6); FILE MERGED 2003/05/13 08:38:15 oj 1.9.6.3: RESYNC: (1.9-1.10); FILE MERGED 2003/05/12 10:15:39 oj 1.9.6.2: #109428# add accessible checbox 2003/05/07 11:43:38 fs 1.9.6.1: during #109014#: moved the IAccessibleTableProvider interface to ColumnPos instead of ColumnId - this was mixed previously, and wrongly used by some clients


2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [29aec8e19df65fb8212e7fe715a444e038e3262c]

INTEGRATION: CWS dba05 (1.53.42); FILE MERGED 2003/05/07 14:24:15 fs 1.53.42.1: #109397# Initialize: don't remember the URL if initializing went wrong


2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [02f11f6dffd1c66e98c99c468d644ef52a52a4e9]

INTEGRATION: CWS dba05 (1.3.190); FILE MERGED 2003/05/13 08:39:43 oj 1.3.190.2: RESYNC: (1.3-1.4); FILE MERGED 2003/05/07 11:52:57 fs 1.3.190.1: #109014# implementation for the active cell changed / renamed clearActiveCell to disposeCell


2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [f7d0a07ccb35031dfcecb74dd6032f0e29d55326]

INTEGRATION: CWS dba05 (1.8.30); FILE MERGED 2003/05/13 11:32:25 oj 1.8.30.5: remove conflicts 2003/05/13 08:39:19 oj 1.8.30.4: RESYNC: (1.8-1.9); FILE MERGED 2003/05/12 10:28:58 fs 1.8.30.3: fixed bugs found in code review for previous fix (#109014#) 2003/05/12 10:15:37 oj 1.8.30.2: #109428# add accessible checbox 2003/05/07 11:54:30 fs 1.8.30.1: #109014# new implementation for the active cell / IAccessibleTableProvider now completely based on column pos instead of column id


2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [d2fbb13b9b2ad295d2e79b1d222f2b3cb2c65301]

INTEGRATION: CWS dba05 (1.18.28); FILE MERGED 2003/05/13 11:32:24 oj 1.18.28.4: remove conflicts 2003/05/13 08:39:25 oj 1.18.28.3: RESYNC: (1.18-1.20); FILE MERGED 2003/05/12 10:15:37 oj 1.18.28.2: #109428# add accessible checbox 2003/05/07 11:53:58 fs 1.18.28.1: #109014# some small renamings / IAccessibleTableProvider now completely based on column pos instead of column id


2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [570437665536d3dfba7e5edb6a7f66d65a6ff98d]

INTEGRATION: CWS dba05 (1.12.18); FILE MERGED 2003/05/13 08:39:31 oj 1.12.18.3: RESYNC: (1.12-1.13); FILE MERGED 2003/05/12 10:15:36 oj 1.12.18.2: #109428# add accessible checbox 2003/05/07 11:49:19 fs 1.12.18.1: #109014# +isAccessibleAlive / IAccessibleTableProvider now completely based on column pos instead of column id


2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [39443abec4661227141e90b4964064151f51c466]

INTEGRATION: CWS dba05 (1.23.182); FILE MERGED 2003/05/12 10:15:36 oj 1.23.182.1: #109428# add accessible checbox


2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [03d0cd76fd1d0847b3219acf6640b6daf77a44df]

INTEGRATION: CWS dba05 (1.25.40); FILE MERGED 2003/05/14 15:06:32 fs 1.25.40.3: #109014# RemoveColumns/Clear: don't notify events which are not necessary 2003/05/13 08:39:14 oj 1.25.40.2: RESYNC: (1.25-1.26); FILE MERGED 2003/05/07 11:49:19 fs 1.25.40.1: #109014# +isAccessibleAlive / IAccessibleTableProvider now completely based on column pos instead of column id


2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [75858f3e3cdf4ac493e6c8541897b97dbab46c56]

INTEGRATION: CWS dba05 (1.102.42); FILE MERGED 2003/05/07 12:26:52 fs 1.102.42.1: #109014# deliver accessiblebrowseboxcell.hxx


2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [35e938ce5e97b39fa7a74a02cc04929a49bb3955]

INTEGRATION: CWS dba05 (1.1.2); FILE ADDED 2003/05/07 11:10:00 fs 1.1.2.1: initial checkin - helpers for aggregating a proxy for a foreign component


2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [fe73f7d3363503299a647da8333a70e424df4b69]

INTEGRATION: CWS dba05 (1.16.16); FILE MERGED 2003/05/07 11:16:37 fs 1.16.16.1: #109014# +proxyaggregation


2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [08133e4f84c530144ecea180f3f54b4b24096c4f]

INTEGRATION: CWS dba05 (1.3.4); FILE MERGED 2003/05/14 15:09:29 fs 1.3.4.6: #109014# when multilexing events, care for proper call order at AccessibleChildManager 2003/05/13 10:52:08 oj 1.3.4.5: accessible type changes 2003/05/13 10:50:28 oj 1.3.4.4: accessible type changes 2003/05/13 10:39:45 oj 1.3.4.3: access state type name corrected 2003/05/13 08:17:55 oj 1.3.4.2: RESYNC: (1.3-1.6); FILE MERGED 2003/05/07 11:16:17 fs 1.3.4.1: #109014#: - classes related to proxy aggregation moved to separate file (proxyaggregation.cxx) - class hierarchy split up: introduced additional OAccessibleContextWrapperHelper class   which provides the ContextWrapper functionality, but does not have refcounting and XComponent support - AccessibleChildrenManager is _not_ disposing it's children anymore, but only the XAccessibleContexts   as provided by these children


2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [6b9e6bd71b03155e1e802e335886bee4e8462fc1]

INTEGRATION: CWS dba05 (1.4.16); FILE MERGED 2003/05/13 10:21:36 oj 1.4.16.3: typo corrected 2003/05/13 08:17:30 oj 1.4.16.2: RESYNC: (1.4-1.5); FILE MERGED 2003/05/07 11:19:55 fs 1.4.16.1: during #109014#: revokeClientNotifyDisposing: erase client from the map before actually disposing, to work around re-entrance problems of derivees


2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [75332e381c7b4eb73df8137e573bd26ada78f601]

INTEGRATION: CWS dba05 (1.1.2); FILE ADDED 2003/05/07 11:09:38 fs 1.1.2.1: initial checkin - helpers for aggregating a proxy for a foreign component


2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [10bb54f7505fd535d6375ef0485af60859b0b81b]

INTEGRATION: CWS dba05 (1.2.16); FILE MERGED 2003/05/13 10:37:16 fs 1.2.16.3: wrong merge during resync 2003/05/13 08:19:54 oj 1.2.16.2: RESYNC: (1.2-1.6); FILE MERGED 2003/05/07 11:15:33 fs 1.2.16.1: #109014#: - classes related to proxy aggregation moved to separate file (proxyaggregation.hxx) - class hierarchy split up: introduced additional OAccessibleContextWrapperHelper class   which provides the ContextWrapper functionality, but does not have refcounting and XComponent support


2003-05-19  Andre Fischer  <af@openoffice.org>  [68b9ebdf0d2876350708a2373a6b221b52266c0a]

Added ObjectViewContainer.


2003-05-19  Andre Fischer  <af@openoffice.org>  [d4799140b41be1af4161992484c69dc1e894a846]

Moved NameProvider to Tools package.


2003-05-19  Andre Fischer  <af@openoffice.org>  [509bfcb08617f152bfce756d6ded14c8e3c7edbd]

Added ObjectView and Tools packages.


2003-05-19  Andre Fischer  <af@openoffice.org>  [8622979503a1c3acd3a6c571d4d3bed73e15f4eb]

Added Tools package.


2003-05-19  Andre Fischer  <af@openoffice.org>  [eef075950201224f18933214e8474058774505c7]

Added ObjectView package.


2003-05-16  Kurt Zenker  <kz@openoffice.org>  [e98c7b87027d5b85eadcf36eb46c97777d29b403]

new version for SRX645


2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [ced91ecb61b18125d41c01c11ab9b75e2325dbe4]

INTEGRATION: CWS draw10 (1.15.2); FILE MERGED 2003/04/29 12:11:09 thb 1.15.2.1: #107169# No longer taking fully transparent objects into consideration


2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [84c2f06b685e8dfda1a5e48414948e60629e8a02]

INTEGRATION: CWS aw002 (1.31.2); FILE MERGED 2003/05/07 12:57:02 sj 1.31.2.2: RESYNC: (1.31-1.32); FILE MERGED 2003/04/30 13:04:01 sj 1.31.2.1: #i12663# defaulting zero font height with 12pt, always using dxarray


2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [11c9590b1fe14100f58ad08bbcb61ed0f9b27d8a]

#100000# PL: fix dead lock


2003-05-15  Kurt Zenker  <kz@openoffice.org>  [59d72d9a6d9243bc66134626c18f5cfdc6ba7769]

new version for SRX645


2003-05-14  Kurt Zenker  <kz@openoffice.org>  [e7385bd6ad00b129ab468b73bf84f4687ad1115d]

new version for SRX645


2003-05-14  Kurt Zenker  <kz@openoffice.org>  [b10822f35be87718ea0fe8be4a9c6faf85e61054]

new version for SRX645


2003-05-14  Kurt Zenker  <kz@openoffice.org>  [fce418ba396140b3fa3b00eb42f6f96c80667f61]

new version for SRX645


2003-05-13  Rüdiger Timm  <rt@openoffice.org>  [676fa4ed09c6ea581a5467b316f5676813341808]

new version for SRX645


2003-05-13  Rüdiger Timm  <rt@openoffice.org>  [a0ac6e8a6859f452859ba307e7c1f0760db999cd]

#100000# Deliver more specifically.


2003-05-13  Rüdiger Timm  <rt@openoffice.org>  [4090722e6656f2507d08c7cd8580aa08e33f1258]

#100000# Deliver more specifically.


2003-05-13  Vladimir Glazounov  <vg@openoffice.org>  [d2a76bea1af422aad5a011d0fd1ea8278ee7724e]

INTEGRATION: CWS calc08 (1.4.14); FILE MERGED 2003/05/07 17:45:09 er 1.4.14.1: #109386# operators new/delete mismatch (and deleting void* is undefined!)


2003-05-08  Andreas Bille  <abi@openoffice.org>  [88e223eaf6ba5a0ca3bd6c9f73a64e11c0480bc6]

#109298# next problem: mutex acquired in webdavcontent which is in systemcall


2003-05-08  Andreas Bille  <abi@openoffice.org>  [f2398c188c4d05a1fbaa66597bad03701411d866]

#109298# changed property to command which does not block


2003-05-05  Kurt Zenker  <kz@openoffice.org>  [44a2c7c7bd9b4678852567ac91d405edb1086988]

new version for SRX644


2003-05-02  Vladimir Glazounov  <vg@openoffice.org>  [efde13862d95ca510c4b2aacc947da67d91f09c2]

INTEGRATION: CWS beta2regression02 (1.24.2); FILE MERGED 2003/04/29 16:06:21 obr 1.24.2.1: #109204# transition from drafts to stable


2003-05-02  Vladimir Glazounov  <vg@openoffice.org>  [d3f40c9a5ae3e4d7d26df6432921b7542282c134]

INTEGRATION: CWS beta2regression02 (1.15.4); FILE MERGED 2003/04/30 10:34:43 er 1.15.4.1: #109132# make calendar values work again (committed on behalf of Karl Hong)


2003-05-02  Vladimir Glazounov  <vg@openoffice.org>  [de70e50f524795ae94c9b194d115321a1f230b0c]

INTEGRATION: CWS beta2regression02 (1.2.50); FILE MERGED 2003/04/30 08:24:25 mba 1.2.50.2: #109223#: allow to remove Lock without closing 2003/04/30 08:06:20 mba 1.2.50.1: #109223#: allow to remove Lock without closing


2003-05-02  Vladimir Glazounov  <vg@openoffice.org>  [1a4271fe58657177b75a3745686e528ad14d1278]

INTEGRATION: CWS beta2regression02 (1.12.18); FILE MERGED 2003/04/29 14:08:20 dv 1.12.18.1: #109222# Don't convert pathes to lowercase on case sensitive file systems


2003-05-02  Rüdiger Timm  <rt@openoffice.org>  [f5c932d087d10d899e17cccf71cddc61e39994e8]

INTEGRATION: CWS beta2regression03 (1.2.6); FILE MERGED 2003/04/30 15:31:49 er 1.2.6.1: #i13811# add missing symbols of et_EE, lt_LT, lv_LV, sl_SI, uk_UA


2003-05-02  Rüdiger Timm  <rt@openoffice.org>  [4661f21c58d4b720c43987f1a6da602ef07b5d8d]

INTEGRATION: CWS beta2regression03 (1.1.2); FILE ADDED 2003/04/30 15:32:49 er 1.1.2.1: #i13811# gawk script to check for presence of symbols in linker mapfiles


2003-05-02  Rüdiger Timm  <rt@openoffice.org>  [8d205c82e96d8c114ca9f0603c692d73e4e8678b]

INTEGRATION: CWS beta2regression03 (1.1.58); FILE MERGED 2003/04/30 15:35:19 er 1.1.58.1: #i13811# (not really); adapt to reality


2003-05-02  Rüdiger Timm  <rt@openoffice.org>  [35255f5abb351e1bee8d7f1b769b27eb31250edc]

INTEGRATION: CWS beta2regression03 (1.3.12); FILE MERGED 2003/04/30 14:27:26 cl 1.3.12.1: #109242# update window settings font color when data changed


2003-05-02  Rüdiger Timm  <rt@openoffice.org>  [6cbff4f70a3c0e3add7e9102ecadcdfbabe94166]

INTEGRATION: CWS beta2regression03 (1.8.36); FILE MERGED 2003/05/02 09:06:57 hdu 1.8.36.2: #109270# some cleanup 2003/04/30 19:03:09 hdu 1.8.36.1: #109270# do not allow bitmap-only fonts for virtual reference device


2003-05-02  Rüdiger Timm  <rt@openoffice.org>  [106c586d4059205fd9e286a8e8c10a5423784f02]

INTEGRATION: CWS beta2regression03 (1.41.6); FILE MERGED 2003/04/30 15:02:09 hdu 1.41.6.1: #i13779# fix off by one in GetNextGlyphs()


2003-05-02  Rüdiger Timm  <rt@openoffice.org>  [34cad30ac5e0b8c9f28f9892eb710feb8c650a78]

INTEGRATION: CWS beta2regression03 (1.20.36); FILE MERGED 2003/04/30 15:47:45 sab 1.20.36.1: #109201#; notify dying in destructor


2003-04-30  Rüdiger Timm  <rt@openoffice.org>  [016cf6b722d71f3a9fda53a2ef828fc82a4f4d8e]

INTEGRATION: CWS beta2regression01 (1.8.16); FILE MERGED 2003/04/29 10:34:52 abi 1.8.16.1: #109192# enabling exception support


2003-04-30  Rüdiger Timm  <rt@openoffice.org>  [b13267d47b6bbb32b6bcabdc060a132f1dc23896]

INTEGRATION: CWS beta2regression01 (1.5.16); FILE MERGED 2003/04/29 10:35:04 abi 1.5.16.1: #109192# enabling exception support


2003-04-30  Rüdiger Timm  <rt@openoffice.org>  [96e855e058dd8c88e2c46ee69810d43de0c1bb0f]

INTEGRATION: CWS beta2regression01 (1.43.14); FILE MERGED 2003/04/28 16:21:39 hdu 1.43.14.1: #109189# fix regression due to tune01 merge conflict


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [8511edaff347c486207f72483afb822673711ab7]

INTEGRATION: CWS mergem8 (1.26.4.2.2.5.2.2.8); FILE MERGED 2003/04/29 08:37:49 gh 1.26.4.2.2.5.2.2.8.2: final merge for Beta2 2003/04/14 15:15:58 gh 1.26.4.2.2.5.2.2.8.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c06a2b374cda0260614e8ba5102433076682ee9f]

INTEGRATION: CWS mergem8 (1.44.2.2.8); FILE MERGED 2003/04/29 08:37:48 gh 1.44.2.2.8.2: final merge for Beta2 2003/04/14 15:15:55 gh 1.44.2.2.8.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7bdf8711874e75e5fa6629270574a00f09a24a3]

INTEGRATION: CWS mergem8 (1.9.20); FILE MERGED 2003/04/29 08:37:43 gh 1.9.20.2: final merge for Beta2 2003/04/17 11:44:10 gh 1.9.20.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [44e1b5aebabe2c16d715c42bd70defa600154d51]

INTEGRATION: CWS mergem8 (1.38.20); FILE MERGED 2003/04/29 08:37:43 gh 1.38.20.2: final merge for Beta2 2003/04/17 11:44:09 gh 1.38.20.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d3e48665922c7c96f539f4f98c88bc93419c770]

INTEGRATION: CWS mergem8 (1.21.20); FILE MERGED 2003/04/29 08:37:42 gh 1.21.20.2: final merge for Beta2 2003/04/17 11:44:09 gh 1.21.20.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f19c3633db1eb64e350ef9d6115114dd0d683ef7]

INTEGRATION: CWS mergem8 (1.29.20); FILE MERGED 2003/04/29 08:37:42 gh 1.29.20.2: final merge for Beta2 2003/04/17 11:44:08 gh 1.29.20.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e752f502601b169a4e0230428b9f1e51a7843a4]

INTEGRATION: CWS mergem8 (1.31.4.3.2.2.18); FILE MERGED 2003/04/29 08:35:58 gh 1.31.4.3.2.2.18.2: final merge for Beta2 2003/04/14 15:09:01 gh 1.31.4.3.2.2.18.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a86ac0928225ce9519fb671ae383c1ffde5cd3a]

INTEGRATION: CWS mergem8 (1.37.2.2.18); FILE MERGED 2003/04/29 08:35:58 gh 1.37.2.2.18.2: final merge for Beta2 2003/04/14 15:08:59 gh 1.37.2.2.18.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ba0afec29598da8d45deba9e5b4e678135388c8]

INTEGRATION: CWS mergem8 (1.10.8.1.2.1.2.3.2.1.4.3.4.2.2.1.20); FILE MERGED 2003/04/29 08:35:57 gh 1.10.8.1.2.1.2.3.2.1.4.3.4.2.2.1.20.2: final merge for Beta2 2003/04/14 15:08:55 gh 1.10.8.1.2.1.2.3.2.1.4.3.4.2.2.1.20.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [44ef7df5771ecb37250b6035974beb2a2d33a1a0]

INTEGRATION: CWS mergem8 (1.7.2.8.4.3.2.2.18); FILE MERGED 2003/04/29 08:35:56 gh 1.7.2.8.4.3.2.2.18.2: final merge for Beta2 2003/04/14 15:08:46 gh 1.7.2.8.4.3.2.2.18.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d50979e80bcfd43abe08e50db512add353842d19]

INTEGRATION: CWS mergem8 (1.9.2.4.2.4.4.2.2.1.20); FILE MERGED 2003/04/29 08:35:55 gh 1.9.2.4.2.4.4.2.2.1.20.2: final merge for Beta2 2003/04/14 15:08:41 gh 1.9.2.4.2.4.4.2.2.1.20.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [be85e59ef0eaca17a1a3da4244a72afba5272c3e]

INTEGRATION: CWS mergem8 (1.9.12.1.4.5.4.3.4.2.2.1.20); FILE MERGED 2003/04/29 08:35:54 gh 1.9.12.1.4.5.4.3.4.2.2.1.20.2: final merge for Beta2 2003/04/14 15:08:38 gh 1.9.12.1.4.5.4.3.4.2.2.1.20.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e024c8667a4dd6fa58e589f907d76b0b1afebbfe]

INTEGRATION: CWS mergem8 (1.8.4.1.2.8.4.3.2.2.18); FILE MERGED 2003/04/29 08:35:53 gh 1.8.4.1.2.8.4.3.2.2.18.2: final merge for Beta2 2003/04/14 15:08:35 gh 1.8.4.1.2.8.4.3.2.2.18.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2013ea441eb9fee9bb9e0bc4f8e0618cac0e349]

INTEGRATION: CWS mergem8 (1.17.2.8.4.3.2.1.20); FILE MERGED 2003/04/29 08:35:52 gh 1.17.2.8.4.3.2.1.20.2: final merge for Beta2 2003/04/14 15:08:31 gh 1.17.2.8.4.3.2.1.20.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf856123ce1bc2992874eb13351879f08452b419]

INTEGRATION: CWS mergem8 (1.9.2.8.4.3.2.1.48); FILE MERGED 2003/04/29 08:35:18 gh 1.9.2.8.4.3.2.1.48.2: final merge for Beta2 2003/04/14 15:07:57 gh 1.9.2.8.4.3.2.1.48.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2a01edf288887ea726477512b5476d6ea64dcd2]

INTEGRATION: CWS mergem8 (1.2.148); FILE MERGED 2003/04/29 08:20:11 gh 1.2.148.1: remove old .IF GUI != DOS


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5671e0f08fd5616e00f568db455d9d6c0316bd6d]

INTEGRATION: CWS mergem8 (1.10.2.7.6.3.2.1.48); FILE MERGED 2003/04/29 08:35:14 gh 1.10.2.7.6.3.2.1.48.2: final merge for Beta2 2003/04/14 15:07:44 gh 1.10.2.7.6.3.2.1.48.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e35ff6e7ab913ace8786082aa9b27a89542da7f4]

INTEGRATION: CWS mergem8 (1.46.2.3.46); FILE MERGED 2003/04/29 08:35:13 gh 1.46.2.3.46.2: final merge for Beta2 2003/04/14 15:07:43 gh 1.46.2.3.46.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f15563dde4dbb4951b8bbf4e215f0fbf78b09165]

INTEGRATION: CWS mergem8 (1.36.2.8.6.1.2.7.2.3.46); FILE MERGED 2003/04/29 08:35:13 gh 1.36.2.8.6.1.2.7.2.3.46.2: final merge for Beta2 2003/04/14 15:07:42 gh 1.36.2.8.6.1.2.7.2.3.46.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5978a905177925ea86c02d78d5588fa17930d61f]

INTEGRATION: CWS mergem8 (1.13.2.7.6.3.2.2.46); FILE MERGED 2003/04/29 08:35:12 gh 1.13.2.7.6.3.2.2.46.2: final merge for Beta2 2003/04/14 15:07:41 gh 1.13.2.7.6.3.2.2.46.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [857dd7f0ea276fbf14cab57415edeb9c4bd5bf8f]

INTEGRATION: CWS mergem8 (1.7.2.1.2.1.2.2.2.3.6.3.2.1.48); FILE MERGED 2003/04/29 08:35:11 gh 1.7.2.1.2.1.2.2.2.3.6.3.2.1.48.2: final merge for Beta2 2003/04/14 15:07:36 gh 1.7.2.1.2.1.2.2.2.3.6.3.2.1.48.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [767c5d34f10dfc4b749383160bb184ae15c9b574]

INTEGRATION: CWS mergem8 (1.18.2.5.4.2.6.5.2.2.46); FILE MERGED 2003/04/29 08:35:10 gh 1.18.2.5.4.2.6.5.2.2.46.2: final merge for Beta2 2003/04/14 15:07:35 gh 1.18.2.5.4.2.6.5.2.2.46.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [858cb5b945394a7ac06906471e99e278a4f67a3b]

INTEGRATION: CWS mergem8 (1.17.4.8.6.4.2.2.46); FILE MERGED 2003/04/29 08:35:10 gh 1.17.4.8.6.4.2.2.46.2: final merge for Beta2 2003/04/14 15:07:33 gh 1.17.4.8.6.4.2.2.46.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8f600d9d45b83a6211c44e59888c668e21da5c7]

INTEGRATION: CWS mergem8 (1.17.2.8.4.4.2.1.48); FILE MERGED 2003/04/29 08:35:06 gh 1.17.2.8.4.4.2.1.48.3: final merge for Beta2 2003/04/16 18:20:35 gh 1.17.2.8.4.4.2.1.48.2: RESYNC: (1.17.2.8.4.4.2.1-1.24); FILE MERGED 2003/04/14 15:07:24 gh 1.17.2.8.4.4.2.1.48.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b304568929cd5992ba749ee7f2a8607c779356f]

INTEGRATION: CWS mergem8 (1.27.4.2.2.7.6.4.2.2.46); FILE MERGED 2003/04/29 08:35:06 gh 1.27.4.2.2.7.6.4.2.2.46.2: final merge for Beta2 2003/04/14 15:07:22 gh 1.27.4.2.2.7.6.4.2.2.46.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [46a71c5d1fea96e2ecd6cd95297e5fd428617966]

INTEGRATION: CWS mergem8 (1.36.2.2.46); FILE MERGED 2003/04/29 08:35:05 gh 1.36.2.2.46.2: final merge for Beta2 2003/04/14 15:07:22 gh 1.36.2.2.46.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [49191d3c5c568192be627dc0b80f8a2cb5509f76]

INTEGRATION: CWS mergem8 (1.25.2.19.2.2.46); FILE MERGED 2003/04/29 08:35:05 gh 1.25.2.19.2.2.46.2: final merge for Beta2 2003/04/14 15:07:21 gh 1.25.2.19.2.2.46.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e86f9a483e34f1955f785dcde0c4f43318a13027]

INTEGRATION: CWS mergem8 (1.17.4.1.2.4.2.1.4.3.4.3.2.2.46); FILE MERGED 2003/04/29 08:35:05 gh 1.17.4.1.2.4.2.1.4.3.4.3.2.2.46.2: final merge for Beta2 2003/04/14 15:07:20 gh 1.17.4.1.2.4.2.1.4.3.4.3.2.2.46.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [cae135108df48b0d639677a6379ff992268b02de]

INTEGRATION: CWS mergem8 (1.12.2.2.2.8.6.3.2.2.46); FILE MERGED 2003/04/29 08:35:04 gh 1.12.2.2.2.8.6.3.2.2.46.2: final merge for Beta2 2003/04/14 15:07:20 gh 1.12.2.2.2.8.6.3.2.2.46.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [21a9282c473eea44295bc6fd45c9528ef3797251]

INTEGRATION: CWS mergem8 (1.38.4.5.2.2.46); FILE MERGED 2003/04/29 08:35:04 gh 1.38.4.5.2.2.46.2: final merge for Beta2 2003/04/14 15:07:18 gh 1.38.4.5.2.2.46.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dd9b11a28270f46abacac40e94f4b22a83cf7fd]

INTEGRATION: CWS mergem8 (1.1.1.4.4.1.2.7.6.3.2.1.48); FILE MERGED 2003/04/29 08:35:02 gh 1.1.1.4.4.1.2.7.6.3.2.1.48.2: final merge for Beta2 2003/04/14 15:07:15 gh 1.1.1.4.4.1.2.7.6.3.2.1.48.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [59ccb960975958484633ada0c3d8e0a27cdbb5d6]

INTEGRATION: CWS mergem8 (1.19.2.7.6.5.2.2.46); FILE MERGED 2003/04/29 08:35:02 gh 1.19.2.7.6.5.2.2.46.2: final merge for Beta2 2003/04/14 15:07:14 gh 1.19.2.7.6.5.2.2.46.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a38ee7f34e05bab534725f40fafbf5dd7c34a459]

INTEGRATION: CWS mergem8 (1.47.2.2.46); FILE MERGED 2003/04/29 08:35:01 gh 1.47.2.2.46.2: final merge for Beta2 2003/04/14 15:07:13 gh 1.47.2.2.46.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [826c76ada758ceeed820fea6b5e2ef874fe5cd3c]

INTEGRATION: CWS mergem8 (1.1.1.6.2.7.6.4.2.2.46); FILE MERGED 2003/04/29 08:35:01 gh 1.1.1.6.2.7.6.4.2.2.46.2: final merge for Beta2 2003/04/14 15:07:11 gh 1.1.1.6.2.7.6.4.2.2.46.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [79546c795a995d43981da18ac59f2c0c40b21f82]

INTEGRATION: CWS mergem8 (1.51.2.2.46); FILE MERGED 2003/04/29 08:35:00 gh 1.51.2.2.46.2: final merge for Beta2 2003/04/14 15:07:09 gh 1.51.2.2.46.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [16c873121197d9a01f74e83b29447ad2ac64a479]

INTEGRATION: CWS mergem8 (1.2.2.1.4.4.46); FILE MERGED 2003/04/29 08:34:59 gh 1.2.2.1.4.4.46.2: final merge for Beta2 2003/04/14 15:07:08 gh 1.2.2.1.4.4.46.1: merging all languages


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [055d2b39bc1279c4db1464f10ca96d7f548790e3]

INTEGRATION: CWS mergem8 (1.23.2.2.46); FILE MERGED 2003/04/29 08:34:59 gh 1.23.2.2.46.2: final merge for Beta2 2003/04/14 15:07:07 gh 1.23.2.2.46.1: merging all languages


2003-04-29  Armin Weiss  <aw@openoffice.org>  [af5e4a6fe2dd3c541de0c425804690219c552ce6]

Added B2DPolyPolygon basic implementation


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [63c603cb1cf9801c8855457125c15a6cb8bdf5a7]

INTEGRATION: CWS mergem8 (1.27.2.1.14); FILE MERGED 2003/04/08 13:20:26 nf 1.27.2.1.14.4: No 99 per default added to command line any more 2003/04/08 11:09:26 nf 1.27.2.1.14.3: adopted command line for new ll parameter 2003/04/08 11:01:38 nf 1.27.2.1.14.2: Support of all for switch -l. All will be expanded to all supported languages with fallback english 2003/04/07 12:26:49 nf 1.27.2.1.14.1: Fixes: #107095# for new ulf file format and #108524# to support x-no-translate


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e19c97dc42cedc9e90703485883b0ddcdf1113f]

INTEGRATION: CWS mergem8 (1.13.36); FILE MERGED 2003/04/07 12:26:48 nf 1.13.36.1: Fixes: #107095# for new ulf file format and #108524# to support x-no-translate


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb2167378c4239396d20477563f3720a3c84b95e]

INTEGRATION: CWS mergem8 (1.8.56); FILE MERGED 2003/04/07 12:26:47 nf 1.8.56.1: Fixes: #107095# for new ulf file format and #108524# to support x-no-translate


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc1e3faec1188cca053e24ffb6f6cd56f717cfcd]

INTEGRATION: CWS mergem8 (1.30.2.1.18); FILE MERGED 2003/04/07 13:42:36 nf 1.30.2.1.18.1: #-i11961#


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe1f6fa28ae039374303b056ede77e84ce15fea9]

INTEGRATION: CWS mergem8 (1.23.2.1.14); FILE MERGED 2003/04/09 07:27:12 nf 1.23.2.1.14.2: #108734# dtd conform insertion of localized items in combination with empty but existing label 2003/04/07 12:26:45 nf 1.23.2.1.14.1: Fixes: #107095# for new ulf file format and #108524# to support x-no-translate


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ce765e0c2baf8eed24439e9acf5bb46ac259e09]

INTEGRATION: CWS mergem8 (1.6.32.1.14); FILE MERGED 2003/04/07 12:26:44 nf 1.6.32.1.14.1: Fixes: #107095# for new ulf file format and #108524# to support x-no-translate


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff44dbf30134b1bbda98737516225ad2b6d2b60d]

INTEGRATION: CWS mergem8 (1.5.36); FILE MERGED 2003/04/09 07:27:11 nf 1.5.36.2: #108734# dtd conform insertion of localized items in combination with empty but existing label 2003/04/07 12:26:40 nf 1.5.36.1: Fixes: #107095# for new ulf file format and #108524# to support x-no-translate


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b5e38785f4f2279a76b21601bd2793d8fe5bea1]

INTEGRATION: CWS mergem8 (1.1.54); FILE MERGED 2003/04/07 12:26:39 nf 1.1.54.1: Fixes: #107095# for new ulf file format and #108524# to support x-no-translate


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [74b48a6b5f2f84091d5448b1973377515d5263ad]

INTEGRATION: CWS mergem8 (1.4.2.1.18); FILE MERGED 2003/04/07 12:26:39 nf 1.4.2.1.18.1: Fixes: #107095# for new ulf file format and #108524# to support x-no-translate


2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e75b185cf37df38b5224f3109be8f90a23c7b4bf]

INTEGRATION: CWS jollyfilterteam05 (1.11.34); FILE MERGED 2003/04/28 07:52:05 cmc 1.11.34.1: #106606# removed small chunking of incoming data by accident


2003-04-29  Kurt Zenker  <kz@openoffice.org>  [1c84f375501448c00806db2486e949a5b03e0869]

new version for SRX644


2003-04-29  Vladimir Glazounov  <vg@openoffice.org>  [4216f998711235ee09a870fcdeb3d60767e0280c]

chg: declaration for all Linux platforms, #100000#, (mh)


2003-04-29  Kurt Zenker  <kz@openoffice.org>  [929e3381040c2cb607548d5e7d6b9734002a341e]

new version for SRX644


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [91b5155722550d221f73bbdd6445801ee226ac5f]

INTEGRATION: CWS ooo20030412 (1.6.24.2.20); FILE MERGED 2003/04/01 14:55:12 mh 1.6.24.2.20.1: chg: old style header, #i3557#


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d03ef96e925378fa4dc5c12de3db36b763b7169d]

INTEGRATION: CWS ooo20030412 (1.6.6); FILE MERGED 2003/04/13 12:42:00 mh 1.6.6.2: RESYNC: (1.12); BINARY 2003/04/11 08:51:17 mh 1.6.6.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [12fe06e6d0f6a7a4348f20680e0f1b45ec1efe58]

INTEGRATION: CWS ooo20030412 (1.99.10); FILE MERGED 2003/04/16 10:25:23 mh 1.99.10.1: add: make salgdi3/Xrender compile, #i13400#


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [560906f31965c64759e021ad7b88148c3eb98ee6]

INTEGRATION: CWS ooo20030412 (1.6.118); FILE MERGED 2003/04/16 10:25:23 mh 1.6.118.1: add: make salgdi3/Xrender compile, #i13400#


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3dfcb15f5fa48669fcead13f5f6192703e6c6758]

INTEGRATION: CWS ooo20030412 (1.28.12); FILE MERGED 2003/04/16 10:25:23 mh 1.28.12.1: add: make salgdi3/Xrender compile, #i13400#


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [050a48bfca06f864e0f1fe931c12259350c69635]

INTEGRATION: CWS ooo20030412 (1.16.116); FILE MERGED 2003/04/11 08:51:16 mh 1.16.116.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e77ac0a56e18cf8b7341e2bac50ad56de4e0a2c0]

INTEGRATION: CWS ooo20030412 (1.4.12); FILE MERGED 2003/04/15 15:53:14 mh 1.4.12.1: del: superflous preprocessor concatenation, #i13400#


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7733cf2cf34b842dfa3e235a41256b7951a356b8]

INTEGRATION: CWS ooo20030412 (1.7.6.1.12); FILE MERGED 2003/04/01 15:37:36 mh 1.7.6.1.12.1: fix for parallel dmake, #i11673#


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [684030b95ae95d9ad63f4820b7217e6b9714ce38]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/28 13:37:47 mh 1.2.44.3: RESYNC: (1.5-1.6); FILE MERGED 2003/04/12 22:30:30 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:45 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7c6799ac7641f96f7bd3e710d2af7507d92c789]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/28 13:36:43 mh 1.2.44.3: RESYNC: (1.5-1.6); FILE MERGED 2003/04/12 22:28:25 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:44 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1759e08ff06718f5311bcff71047eeee0265963]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/28 13:38:39 mh 1.2.44.3: RESYNC: (1.5-1.6); FILE MERGED 2003/04/12 22:31:16 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:44 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [39d2fb39980efe4f855d401ee731008a1a049f06]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/28 13:38:48 mh 1.2.44.3: RESYNC: (1.5-1.6); FILE MERGED 2003/04/12 22:31:36 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:44 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5b6d680873e5be1ab4b8538131cacae3091dff8]

INTEGRATION: CWS ooo20030412 (1.5.44); FILE MERGED 2003/04/28 13:37:39 mh 1.5.44.3: RESYNC: (1.8-1.9); FILE MERGED 2003/04/12 22:30:16 mh 1.5.44.2: RESYNC: (1.5-1.8); FILE MERGED 2003/04/11 11:38:43 mh 1.5.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [38746c9f849503c16757697af5bbf9b84c16301e]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/28 13:37:54 mh 1.2.44.3: RESYNC: (1.5-1.6); FILE MERGED 2003/04/12 22:30:46 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:43 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4595b6d310b93e323478f36eb85d02fcc9e32a13]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:30:35 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:43 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb8440b6684b19ffef8ce64e19631cb0fdcec42e]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:29:33 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:42 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [94044db39a669f454aaf4a6d557dc01bd3bbb2d2]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/28 13:38:56 mh 1.2.44.3: RESYNC: (1.5-1.6); FILE MERGED 2003/04/12 22:31:41 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:42 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [72e88aba2ac9f564a501031aac24f27f2bb3c962]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:30:05 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:42 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9f10a887f9e3cca0d934b76823661437ec4fdd6]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:29:08 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:41 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [35aaa4d6149b72af747799c2c45b328e485af6ee]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:31:20 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:41 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc9ded18ba40667f49b52646174a0e8519bd9fe0]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:31:46 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:41 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d190c15e74032e74a4c46de029858f7ac937e842]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/28 13:37:16 mh 1.2.44.3: RESYNC: (1.5-1.6); FILE MERGED 2003/04/12 22:29:46 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:40 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b10f56e96098386011f47627f98d44f28190b4f]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:31:31 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:40 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e936e25c0fdb8da2db496f8167a20cb28e45bc67]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:29:37 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:40 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [68e5ef940b8ad59d0fd54f841fe22b2c6c197ea1]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:29:13 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:39 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e519913b93cef45480e035b8e14478cc6061156c]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:30:40 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:39 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0ce43aa468eaa5ed177b3447317cfb30c6ac9e0]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:28:54 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:39 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a6a335c0defb9295049cf467c18b58bb82c8787]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:31:26 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:38 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab0a24d8984c5ad016625ef8fed969300f41e797]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/28 13:37:22 mh 1.2.44.3: RESYNC: (1.5-1.6); FILE MERGED 2003/04/12 22:29:51 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:38 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [09dfc62a6ecd87c9ff9840c7ec51960f76ef997c]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/28 13:37:09 mh 1.2.44.3: RESYNC: (1.5-1.6); FILE MERGED 2003/04/12 22:29:41 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:38 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7365ea89e3e8ae184b0534e27209d5ad3de1c0a]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/28 13:37:01 mh 1.2.44.3: RESYNC: (1.5-1.6); FILE MERGED 2003/04/12 22:29:27 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:37 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe53a026a9f6b1d4dbc2053798b0b9f24360eab7]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:30:26 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:37 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [26780b83e256457e43ecb55c4567c5c04e5430be]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:30:21 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:37 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d28e971be0016672d48ce8d4e6404aae65ca6314]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:30:11 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:36 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a31edcd43792985d31562fbe79908c556270131e]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/28 13:36:37 mh 1.2.44.3: RESYNC: (1.5-1.6); FILE MERGED 2003/04/12 22:28:19 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:36 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ccce48a1f7c9d8a8a8fbc88a4be941e6f8c672b]

INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/28 13:38:13 mh 1.2.44.3: RESYNC: (1.5-1.6); FILE MERGED 2003/04/12 22:31:01 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:36 mh 1.2.44.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [acc692586699535b62346d1a07e229faf70b5c6a]

INTEGRATION: CWS ooo20030412 (1.3.42); FILE MERGED 2003/04/28 13:33:41 mh 1.3.42.2: RESYNC: (1.5-1.6); FILE MERGED 2003/04/11 11:38:34 mh 1.3.42.1: join: from ooo11beta


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [12c99b0d91c7bf83cde35e2710ee998b8cd56efa]

INTEGRATION: CWS ooo20030412 (1.1.52); FILE MERGED 2003/04/28 12:49:03 mh 1.1.52.2: RESYNC: (1.1-1.2); FILE MERGED 2003/04/09 16:45:01 mh 1.1.52.1: add: patch for FreeBSD, #i12879#


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8bfc88dd7666dfbba7e983512bca1b3a0b551df]

INTEGRATION: CWS ooo20030412 (1.1.1.1.68); FILE MERGED 2003/04/01 11:09:15 mh 1.1.1.1.68.1: chg: header to standard, #i3557#


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e43673c488e6f986c8dc2c1d7c2b85d65018743d]

INTEGRATION: CWS ooo20030412 (1.3.14.1.12); FILE MERGED 2003/04/02 12:32:22 waratah 1.3.14.1.12.1: 12879: Reorder the libraries specifically for freebsd


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [adbfc41928412195870ad56b2bb3c4e36467cb08]

INTEGRATION: CWS apps61beta2 (1.1.2); FILE ADDED 2003/04/14 15:41:44 er 1.1.2.2: #i3914# correct Collator ID from old to new structure 2003/04/11 19:50:19 er 1.1.2.1: #i3914# Ukrainian locale data, still not fully adapted. For example, <ReservedWords> entities need translation, for other remaining issues see comments in i3914


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [1eff8dfa965a31745e5a7c313d9c6c19862928b0]

INTEGRATION: CWS apps61beta2 (1.6.44); FILE MERGED 2003/04/14 16:20:12 er 1.6.44.1: #i7926# correct date format codes


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a62bd3d19ff556e255811031792ba5087d82654]

INTEGRATION: CWS apps61beta2 (1.13.6.1.2.1.4); FILE MERGED 2003/04/11 19:51:13 er 1.13.6.1.2.1.4.2: #i3914# uk_UA 2003/04/11 18:58:01 er 1.13.6.1.2.1.4.1: #i6165# lt_LT; #i12938# lv_LV


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b121c0bb97436d68e55e28d4e390eaad9592b37]

INTEGRATION: CWS apps61beta2 (1.1.2); FILE ADDED 2003/04/14 15:40:05 er 1.1.2.2: #i6165# correct Collator ID from old to new structure 2003/04/11 18:45:06 er 1.1.2.1: #i6165# Latvian locale data provided by Ilya Ketris (bubuka); adapted to new structure


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [358b7c181f473637920bf7d4da1858fee376ec83]

INTEGRATION: CWS apps61beta2 (1.1.2); FILE ADDED 2003/04/14 14:16:18 er 1.1.2.2: #i12938# corrected data provided by Mantas Kriauciunas (adapted to meet requirements) 2003/04/11 18:56:32 er 1.1.2.1: #i12938# Lithuanian locale data provided by "Atviras Kodas Lietuvai" (Open Source For Lithuania); adapted to new structure


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b84184bf9e0b436773937c2f8271a2a89ff41b26]

INTEGRATION: CWS apps61beta2 (1.9.40); FILE MERGED 2003/04/14 14:11:36 er 1.9.40.4: #i12938# ISO 8601 date format code comments 2003/04/14 13:42:02 er 1.9.40.3: #i12938# more format code comments 2003/04/14 12:51:28 er 1.9.40.2: #i12938# merge HEADS UP comment and add more format codes comment 2003/04/08 14:07:39 er 1.9.40.1: #i12209# more FormatElement hints


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae3e336ae53d1e8ab4a17adbfcc17ff0937da9f9]

INTEGRATION: CWS apps61beta2 (1.7.44); FILE MERGED 2003/04/08 13:59:39 er 1.7.44.1: #i12209# corrected data provided by Dan Ohnesorg; slightly changed


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e44bcd044fa32dce23b00438968ba0f3f8f716c3]

INTEGRATION: CWS apps61beta2 (1.16.4.1.6); FILE MERGED 2003/04/11 19:51:42 er 1.16.4.1.6.2: #i3914# uk_UA 2003/04/11 18:58:44 er 1.16.4.1.6.1: #i6165# lt_LT; #i12938# lv_LV


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [795bfb8b624bbd591a9e55d5b7ea4cb138008108]

INTEGRATION: CWS apps61beta2 (1.49.2.2.54); FILE MERGED 2003/04/07 16:28:46 er 1.49.2.2.54.2: #i12884# add GetExactDateOrder 2003/04/04 12:44:43 er 1.49.2.2.54.1: #i12596# ImpNumberFillWithThousands: handle difference of division by thousand and separator correctly


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc1bb811f0b3666d2396370fa080c0c944bd90aa]

INTEGRATION: CWS apps61beta2 (1.48.150); FILE MERGED 2003/04/11 15:22:57 er 1.48.150.1: #108866# ImpInitCurrencyTable: slightly wrong condition for determining the default system currency


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b72131fc85516b23543d07206404a2d75f6f4cc1]

INTEGRATION: CWS apps61beta2 (1.29.6.3.56); FILE MERGED 2003/04/07 16:28:21 er 1.29.6.3.56.1: #i12884# GetDateRef: use ExactDateOrder


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2018feb3a7345f7af04ac204c9908d7c339102c2]

INTEGRATION: CWS apps61beta2 (1.16.6.1.96); FILE MERGED 2003/04/15 14:18:12 bm 1.16.6.1.96.2: RESYNC: (1.16.6.1-1.18); FILE MERGED 2003/04/09 07:38:28 oj 1.16.6.1.96.1: #108621# enable paint again


2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1f1fa281613cec7502d8597f3d85b631dd4d812]

INTEGRATION: CWS apps61beta2 (1.3.34); FILE MERGED 2003/04/04 09:39:14 sab 1.3.34.1: #i11755#; fix warning


2003-04-28  Armin Weiss  <aw@openoffice.org>  [d685f8a8f495c0f15ed93058f06fff20bcd8d5c4]

ADded unsharp comparisons, addeed usage of these where useful/necessary.


2003-04-28  Kurt Zenker  <kz@openoffice.org>  [d03d5a1fbf486d40ee35fe8db2e8f31d1cb67682]

new version for SRX644


2003-04-28  Kurt Zenker  <kz@openoffice.org>  [6b3e009a296faf25b33db38b7d90df3fa234143d]

new version for SRX644


2003-04-25  Kurt Zenker  <kz@openoffice.org>  [04da54669c9d040be8785d6370bf23214ed778f1]

new version for SRX644


2003-04-25  Andre Fischer  <af@openoffice.org>  [aa9211f3d759d4d6f95757c7845a03717b0cd09e]

Mention move of UAA files from drafts to final.


2003-04-25  Andre Fischer  <af@openoffice.org>  [68297945a94061227fde90f86962fff57bdaaa84]

Adaption to relocation of accessibility interfaces from drafts to final.  Added View menu for setting the zoom factor.


2003-04-25  Kurt Zenker  <kz@openoffice.org>  [6565aca22787fc1abd4571dd1733f82a3015e55e]

new version for SRX644


2003-04-25  Malte Timmermann  <mt@openoffice.org>  [2e3c95ffa37104c0d0f1532854cbd201eeeaaafa]

#100000# Fixed integration bugs


2003-04-25  Kurt Zenker  <kz@openoffice.org>  [756ffb31b70618af0931088caab4697bd204d01b]

new version for SRX644


2003-04-25  Kurt Zenker  <kz@openoffice.org>  [107274bafc5beb23fddca8d510046246a19a6d88]

new version for SRX644


2003-04-25  Rüdiger Timm  <rt@openoffice.org>  [3ae5a152959a7b23a20519c5a1e8e2767c93921b]

#100000# Don't include textsearch.hxx any more. It's not needed and has been moved into an other directory.


2003-04-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f93d40d12303769af8bd1c4e6c21b0258ed6644]

#100000#: qualify Reference


2003-04-25  Rüdiger Timm  <rt@openoffice.org>  [3168f29f31ebbd33b8c65b5589b12ce52416bba6]

#100000# Accessibility not in drafts any more.


2003-04-25  Rüdiger Timm  <rt@openoffice.org>  [a1389962b0d266170d223981938a5b2e5a6ccbe0]

#100000# Accessibility not in drafts any more.


2003-04-25  Rüdiger Timm  <rt@openoffice.org>  [de6d195d64eae56fd9cefc6ea64fb30135cba69b]

#100000# needs header from module offuh


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [723fac1cc95d2b040a2a1df8c783a7f3a5000616]

INTEGRATION: CWS uaa02 (1.2.8); FILE MERGED 2003/04/10 11:56:58 mt 1.2.8.1: #108656# Moved Accessibility module from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a67274a5859a006c665e7c5698bb175548825b5a]

INTEGRATION: CWS uaa02 (1.4.8); FILE MERGED 2003/04/10 11:59:43 mt 1.4.8.1: #108656# Moved Accessibility module from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [9f31f69b4b11ac50ceca2d614ac126128f7332e8]

INTEGRATION: CWS uaa02 (1.2.8); FILE MERGED 2003/04/17 17:16:07 mt 1.2.8.3: RESYNC: (1.2-1.3); FILE MERGED 2003/04/11 15:39:16 mt 1.2.8.2: #108656# Moved accessibility from drafts to final 2003/04/10 11:59:42 mt 1.2.8.1: #108656# Moved Accessibility module from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [23e1eaf919556401f831151d81f7feb1687f38a1]

INTEGRATION: CWS uaa02 (1.3.44); FILE MERGED 2003/04/11 17:16:00 mt 1.3.44.3: #108656# Moved accessibility from drafts to final 2003/04/11 07:06:15 tra 1.3.44.2: #108224#OCommonAccessibleText: added method implInitTextChangedEvent 2003/04/10 11:59:41 mt 1.3.44.1: #108656# Moved Accessibility module from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7d2659589ae680944efd629dabf260c75b542255]

INTEGRATION: CWS uaa02 (1.3.8); FILE MERGED 2003/04/11 15:39:16 mt 1.3.8.2: #108656# Moved accessibility from drafts to final 2003/04/10 11:59:41 mt 1.3.8.1: #108656# Moved Accessibility module from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7ca9d1e5c70be8259e7a9f3830711a75ab743f18]

INTEGRATION: CWS uaa02 (1.1.40); FILE MERGED 2003/04/10 11:59:40 mt 1.1.40.1: #108656# Moved Accessibility module from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [efd801ae99eeb2bec5c18364eb0c83e5f381ba17]

INTEGRATION: CWS uaa02 (1.4.8); FILE MERGED 2003/04/10 11:59:40 mt 1.4.8.1: #108656# Moved Accessibility module from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e86f977a80954b40966e1099cfefbe21e18298cb]

INTEGRATION: CWS uaa02 (1.1.48); FILE MERGED 2003/04/10 11:59:39 mt 1.1.48.1: #108656# Moved Accessibility module from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [9753258f3e917821a06bd7b747de2a245ba7096b]

INTEGRATION: CWS uaa02 (1.12.8); FILE MERGED 2003/04/10 11:59:39 mt 1.12.8.1: #108656# Moved Accessibility module from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [13768b15bbd9bbec861c3db5b463524a5c7884a1]

INTEGRATION: CWS uaa02 (1.5.8); FILE MERGED 2003/04/10 11:59:39 mt 1.5.8.1: #108656# Moved Accessibility module from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [4f9eae5d0d7b77ab85e96d0bb7ab7bbadac4cf8e]

INTEGRATION: CWS uaa02 (1.4.8); FILE MERGED 2003/04/10 11:56:59 mt 1.4.8.1: #108656# Moved Accessibility module from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [37b1fb53dea8a7a343674c30fba21b7f8e74e5d1]

INTEGRATION: CWS uaa02 (1.3.44); FILE MERGED 2003/04/11 07:05:53 tra 1.3.44.2: #108224#OCommonAccessibleText: added method implInitTextChangedEvent 2003/04/10 11:56:58 mt 1.3.44.1: #108656# Moved Accessibility module from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [cae00bb59f524d869b3cb8361edec2e144cee42e]

INTEGRATION: CWS uaa02 (1.3.8); FILE MERGED 2003/04/11 15:39:15 mt 1.3.8.2: #108656# Moved accessibility from drafts to final 2003/04/10 11:56:57 mt 1.3.8.1: #108656# Moved Accessibility module from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [844eaebe9e7d04c0baf76f2222a3110ba41a4a29]

INTEGRATION: CWS uaa02 (1.1.40); FILE MERGED 2003/04/10 11:56:57 mt 1.1.40.1: #108656# Moved Accessibility module from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7ea39d17f071b3b6c3eba9c0b237ba41fa03151d]

INTEGRATION: CWS uaa02 (1.3.8); FILE MERGED 2003/04/10 11:56:57 mt 1.3.8.1: #108656# Moved Accessibility module from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [580b1b0bdfaf6a8363219e8024d5d3927355025e]

INTEGRATION: CWS uaa02 (1.1.48); FILE MERGED 2003/04/10 11:56:56 mt 1.1.48.1: #108656# Moved Accessibility module from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [cf184399fb88677673ac03fda5068fe27c142df3]

INTEGRATION: CWS uaa02 (1.9.8); FILE MERGED 2003/04/10 11:56:55 mt 1.9.8.1: #108656# Moved Accessibility module from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [310935e70a722ea557eae85fe77c0810ee0d8f71]

INTEGRATION: CWS uaa02 (1.3.8); FILE MERGED 2003/04/10 11:56:55 mt 1.3.8.1: #108656# Moved Accessibility module from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7f1f1bc965de64aee33677591d5b7ce2a6667523]

INTEGRATION: CWS uaa02 (1.10.44); FILE MERGED 2003/04/10 14:10:33 mt 1.10.44.1: #108656# Moved Accessibility module from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b49deb35954bf807d12a3b6d34d794f90b832b1b]

INTEGRATION: CWS uaa02 (1.4.46); FILE MERGED 2003/04/10 14:10:33 mt 1.4.46.1: #108656# Moved Accessibility module from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f0561f3d49c00b87619893bb12e1b4a4ba7008da]

INTEGRATION: CWS uaa02 (1.9.44); FILE MERGED 2003/04/10 14:10:44 mt 1.9.44.1: #108656# Moved Accessibility module from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [2d4ec05ee75270ef39bcdec6764d93e96e9362a9]

INTEGRATION: CWS uaa02 (1.2.46); FILE MERGED 2003/04/10 14:10:44 mt 1.2.46.1: #108656# Moved Accessibility module from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [8471405c549fb549f8eee01e86eb30bca200b546]

INTEGRATION: CWS uaa02 (1.167.8); FILE MERGED 2003/04/17 17:32:50 mt 1.167.8.3: RESYNC: (1.167-1.168); FILE MERGED 2003/04/14 12:32:37 mt 1.167.8.2: #108656# Moved accessibility from drafts to final 2003/04/11 17:37:46 mt 1.167.8.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [58a6c9f7c35f424559fbde0df6755df9d2166b46]

INTEGRATION: CWS uaa02 (1.4.134); FILE MERGED 2003/04/11 17:37:46 mt 1.4.134.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b59715cf33fb10b029f9c9957ab415576fe0f411]

INTEGRATION: CWS uaa02 (1.32.130); FILE MERGED 2003/04/11 17:37:45 mt 1.32.130.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [0de552d8bb74f6e00dd873ebd5c06d4fe42785f7]

INTEGRATION: CWS uaa02 (1.90.8); FILE MERGED 2003/04/17 17:32:08 mt 1.90.8.2: RESYNC: (1.90-1.92); FILE MERGED 2003/04/11 17:37:45 mt 1.90.8.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [61e0b59265c90f93af432be9602dc3e37ee53a87]

INTEGRATION: CWS uaa02 (1.40.8); FILE MERGED 2003/04/11 17:37:42 mt 1.40.8.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e78a208ad211ba92d29c54b16e4daa7d2f8c036e]

INTEGRATION: CWS uaa02 (1.26.132); FILE MERGED 2003/04/11 17:37:40 mt 1.26.132.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b99db45d3463b22df15a63b0a2a4523fb01d430c]

INTEGRATION: CWS uaa02 (1.22.8); FILE MERGED 2003/04/17 17:36:58 mt 1.22.8.2: RESYNC: (1.22-1.23); FILE MERGED 2003/04/11 17:37:40 mt 1.22.8.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e289a9ae6f4706e3d35622f74159b15757b1cd02]

INTEGRATION: CWS uaa02 (1.19.130); FILE MERGED 2003/04/17 17:36:22 mt 1.19.130.2: RESYNC: (1.19-1.20); FILE MERGED 2003/04/11 17:37:39 mt 1.19.130.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a1d0a9eb55a6e490f9cc7a93d410d83a2d2b8ce4]

INTEGRATION: CWS uaa02 (1.43.2); FILE MERGED 2003/04/24 14:53:32 mt 1.43.2.3: #108656# drafts.... 2003/04/17 17:25:32 mt 1.43.2.2: RESYNC: (1.43-1.45); FILE MERGED 2003/04/11 17:25:58 mt 1.43.2.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [0e63bc9e502b0fcbee77e83e87d049199ac254cd]

INTEGRATION: CWS uaa02 (1.6.66); FILE MERGED 2003/04/11 17:25:55 mt 1.6.66.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [9b7efeb9547e1e5e6163d96633ff770791a3613e]

INTEGRATION: CWS uaa02 (1.2.68); FILE MERGED 2003/04/11 17:25:54 mt 1.2.68.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [6a84fc1d24c9cb5dc3829ca8886cf831fb8d8ed7]

INTEGRATION: CWS uaa02 (1.8.2); FILE MERGED 2003/04/11 17:25:53 mt 1.8.2.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a6a9228b7af4a232289fe2c9a2c5b5b20499ab6c]

INTEGRATION: CWS uaa02 (1.3.58); FILE MERGED 2003/04/11 17:25:52 mt 1.3.58.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [9345b846ca4e61bdb6ecf0e1e21fa5bcb91aaca0]

INTEGRATION: CWS uaa02 (1.27.2); FILE MERGED 2003/04/11 17:25:42 mt 1.27.2.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [948fd1ea4429955a6514a200c94405948c847b94]

INTEGRATION: CWS uaa02 (1.16.2); FILE MERGED 2003/04/11 17:25:42 mt 1.16.2.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [64ef7044deaa5acbc84217cbad58315ad6377bcd]

INTEGRATION: CWS uaa02 (1.12.62); FILE MERGED 2003/04/11 17:25:40 mt 1.12.62.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [682ed5f0855b7c993551d4a240e0b9543671bcb6]

INTEGRATION: CWS uaa02 (1.21.2); FILE MERGED 2003/04/11 17:25:30 mt 1.21.2.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [ba948dac79ae4307a4cbb09fcd148f504871559f]

INTEGRATION: CWS uaa02 (1.37.162); FILE MERGED 2003/04/16 09:42:36 mt 1.37.162.1: #108963# Fixed bug in CursorWordLeft


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f15889085997ec925e94d9899602ef38714b03f3]

INTEGRATION: CWS uaa02 (1.17.8); FILE MERGED 2003/04/11 17:00:16 mt 1.17.8.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [599a88a3b1f6185f75a29d185b05c37fc617037f]

INTEGRATION: CWS uaa02 (1.9.8); FILE MERGED 2003/04/11 17:00:16 mt 1.9.8.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [8beda4f4c8640a3a715f8cb2b46821364da33932]

INTEGRATION: CWS uaa02 (1.12.8); FILE MERGED 2003/04/11 17:00:16 mt 1.12.8.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [58e4f81514652418e48000252697bfb6d30a50c4]

INTEGRATION: CWS uaa02 (1.10.8); FILE MERGED 2003/04/11 17:00:15 mt 1.10.8.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [17f1cb37b95d934c6513f91b557e9d59dc146f5f]

INTEGRATION: CWS uaa02 (1.4.164); FILE MERGED 2003/04/11 17:00:15 mt 1.4.164.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a26845158236a4268ae3764ec88af506f8909ef5]

INTEGRATION: CWS uaa02 (1.28.8); FILE MERGED 2003/04/17 17:25:16 mt 1.28.8.2: RESYNC: (1.28-1.29); FILE MERGED 2003/04/11 17:00:14 mt 1.28.8.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [41b284e0403a7c0316a5f299ba125a868a2f7ff7]

INTEGRATION: CWS uaa02 (1.7.8); FILE MERGED 2003/04/17 17:25:08 mt 1.7.8.2: RESYNC: (1.7-1.8); FILE MERGED 2003/04/11 17:00:13 mt 1.7.8.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c0d9fd80124b53335ff025b9f05a6fda61db51f7]

INTEGRATION: CWS uaa02 (1.18.8); FILE MERGED 2003/04/11 17:00:13 mt 1.18.8.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [85b068618ae2b49473daf7f9a2d59bce87e22dbb]

INTEGRATION: CWS uaa02 (1.11.164); FILE MERGED 2003/04/11 17:00:12 mt 1.11.164.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c936567179561a722e376257af6df12b7570dead]

INTEGRATION: CWS uaa02 (1.3.168); FILE MERGED 2003/04/11 17:00:11 mt 1.3.168.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e774e4530885d7531d675ea0da2ccad99d99813b]

INTEGRATION: CWS uaa02 (1.7.164); FILE MERGED 2003/04/17 17:27:23 mt 1.7.164.2: RESYNC: (1.7-1.8); FILE MERGED 2003/04/11 17:00:10 mt 1.7.164.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [4f564026cdda9aadfc2f790fad3005d011c8be99]

INTEGRATION: CWS uaa02 (1.17.8); FILE MERGED 2003/04/17 17:27:16 mt 1.17.8.2: RESYNC: (1.17-1.18); FILE MERGED 2003/04/11 17:00:09 mt 1.17.8.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [1496f53c6c6f6e9cdf90c61d9b9a8068ef286840]

INTEGRATION: CWS uaa02 (1.11.158); FILE MERGED 2003/04/17 17:27:10 mt 1.11.158.2: RESYNC: (1.11-1.12); FILE MERGED 2003/04/11 17:00:09 mt 1.11.158.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [9bbcfb47cc6bcfe20219363626f69a05ba88dd7f]

INTEGRATION: CWS uaa02 (1.25.8); FILE MERGED 2003/04/11 17:00:09 mt 1.25.8.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [56e5e3ce5f4bf863ee277ee3e4f5184320894972]

INTEGRATION: CWS uaa02 (1.7.8); FILE MERGED 2003/04/15 06:41:31 oj 1.7.8.1: remove drafts


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [3a7e00c7b496aa2db1c44d1635ed23851ee0e98e]

INTEGRATION: CWS uaa02 (1.4.164); FILE MERGED 2003/04/11 16:59:55 mt 1.4.164.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [d50d978e30ac28f608cd89cf982b98d8edb77686]

INTEGRATION: CWS uaa02 (1.11.164); FILE MERGED 2003/04/11 16:59:53 mt 1.11.164.1: #108656# Moved accessibility from drafts to final


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [31f403dd243d0d2751808ec22bfa40d12e5ba380]

INTEGRATION: CWS sb4 (1.93.6); FILE MERGED 2003/04/23 11:45:30 ssa 1.93.6.1: #102812# new method: GetInputLanguage


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [f9f5bb25a4d1995e92ce8eb38b31f29e4cdd7a19]

INTEGRATION: CWS sb4 (1.156.6); FILE MERGED 2003/04/23 11:45:55 ssa 1.156.6.1: #102812# new method: GetInputLanguage


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [6cd1efd8c2c1ddc21c737a6f7bb6462cb101f42f]

INTEGRATION: CWS sb4 (1.168.8); FILE MERGED 2003/04/23 11:44:14 ssa 1.168.8.1: #102812# new method: GetInputLanguage


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [93e114796ea2a0235634da7950221f5458c6445e]

INTEGRATION: CWS uaa02 (1.10.2); FILE MERGED 2003/04/15 12:49:02 tbe 1.10.2.1: #108645# Accessibility: Move service descriptions from drafts to ::com::sun::star::awt


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [bb3c5cc1e4d0ee3fd0ac3921e6c95bb414a33b8d]

INTEGRATION: CWS uaa02 (1.20.2); FILE MERGED 2003/04/11 17:26:21 mt 1.20.2.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b03bf69fa16ee0e5818e12da7f6a702afd5b3097]

INTEGRATION: CWS uaa02 (1.23.2); FILE MERGED 2003/04/11 17:26:20 mt 1.23.2.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [eb19c973e2362f5ad35becba5c9ad8fefde8bd5c]

INTEGRATION: CWS uaa02 (1.4.58); FILE MERGED 2003/04/11 17:26:19 mt 1.4.58.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [647d886b1b15d67dcb3fccd016d63ae75dd98559]

INTEGRATION: CWS uaa02 (1.40.2); FILE MERGED 2003/04/11 17:26:11 mt 1.40.2.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [87a8c2997025139018539f295697caa5fe3f2382]

INTEGRATION: CWS uaa02 (1.35.2); FILE MERGED 2003/04/24 14:53:33 mt 1.35.2.3: #108656# drafts.... 2003/04/17 17:26:38 mt 1.35.2.2: RESYNC: (1.35-1.36); FILE MERGED 2003/04/11 17:26:11 mt 1.35.2.1: #108656# Moved accessibility from drafts to final


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [56b6a96c8da23af354472c2fa4ec64a6adb0a4b1]

INTEGRATION: CWS uaa02 (1.31.2); FILE MERGED 2003/04/11 17:26:10 mt 1.31.2.1: #108656# Moved accessibility from drafts to final


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [3b60e25dd396b688dc5531fb9e33495037670896]

INTEGRATION: CWS draw9 (1.13.4.1.74); FILE MERGED 2003/03/24 17:07:02 sj 1.13.4.1.74.1: #108366# correct use of MetaTextRectAction


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [9e30cec65e1e9609cde327b03be001162e3f0f8a]

INTEGRATION: CWS draw9 (1.18.4.1.36); FILE MERGED 2003/04/14 10:09:41 sj 1.18.4.1.36.2: #108886# adding support for mapmode MM_HIMETRIC in WMF files 2003/03/26 11:53:39 sj 1.18.4.1.36.1: #108092# improved mapping of emf files (now supporting mapmode hi_metric)


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [056e11f6ad4893a3e372a1749f08f0d23382ad1c]

INTEGRATION: CWS draw9 (1.20.2.1.74); FILE MERGED 2003/03/26 11:53:15 sj 1.20.2.1.74.1: #108092# improved mapping of emf files (now supporting mapmode hi_metric)


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [8b62399af9d72d087e1b91f2b470c1bd98faac6d]

INTEGRATION: CWS draw9 (1.29.2.1.74); FILE MERGED 2003/04/14 17:48:20 sj 1.29.2.1.74.5: #108886# using DrawTextAction always with dxArray 2003/04/14 10:09:40 sj 1.29.2.1.74.4: #108886# adding support for mapmode MM_HIMETRIC in WMF files 2003/04/08 15:49:52 af 1.29.2.1.74.3: RESYNC: (1.29.2.1-1.30); FILE MERGED 2003/03/27 14:17:28 sj 1.29.2.1.74.2: #12200# improved pattern usage for RasterOperationB8 2003/03/26 11:52:56 sj 1.29.2.1.74.1: #108092# improved mapping of emf files (now supporting mapmode hi_metric)


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [b829261e3e950c2fef82c0a3026d2cd80bbf590e]

INTEGRATION: CWS draw9 (1.17.6.1.74); FILE MERGED 2003/03/26 11:52:34 sj 1.17.6.1.74.1: #108092# improved mapping of emf files (now supporting mapmode hi_metric)


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [e36f1b0ad8500f35f7234740c0644565b6877d70]

INTEGRATION: CWS draw9 (1.12.2.2.12); FILE MERGED 2003/04/14 16:13:09 af 1.12.2.2.12.4: RESYNC: (1.13-1.14); FILE MERGED 2003/04/10 17:43:12 thb 1.12.2.2.12.3: #107947# Moved GetTransformedGraphic() functionality to GraphicObject 2003/04/08 13:20:46 af 1.12.2.2.12.2: RESYNC: (1.12.2.2-1.13); FILE MERGED 2003/03/26 16:11:50 thb 1.12.2.2.12.1: #108412# Make sure every tile is tried to draw


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [6a0af5e47d7d2ff54de8b35a04f4ae5045696830]

INTEGRATION: CWS draw9 (1.23.4); FILE MERGED 2003/04/10 17:43:12 thb 1.23.4.1: #107947# Moved GetTransformedGraphic() functionality to GraphicObject


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [88652dc416b423bcf0cb7b89f8cacfaa4cf93247]

INTEGRATION: CWS draw9 (1.5.48); FILE MERGED 2003/03/24 10:47:17 sj 1.5.48.1: #i9375# allowing eps file to have their bounding box description everywhere


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [7d329dd0ecaee871289c4018e666cbfbd194b4a6]

INTEGRATION: CWS draw9 (1.15.4); FILE MERGED 2003/04/10 17:42:16 thb 1.15.4.1: #107947# Moved GetTransformedGraphic() functionality to GraphicObject


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [b77206ff2a1cca07caba9ee5b02b494e1d6473ef]

INTEGRATION: CWS draw9 (1.11.2.2.56); FILE MERGED 2003/04/11 12:19:17 thb 1.11.2.2.56.2: #107797# Added proper EPS header/footer before embedding EPS for printing 2003/03/24 10:46:43 sj 1.11.2.2.56.1: #i9375# allowing eps file to have their bounding box description everywhere


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [9e13c73f788dfdca0321a3841b4e498c4be61dcd]

INTEGRATION: CWS draw9 (1.14.6); FILE MERGED 2003/04/09 16:54:51 af 1.14.6.2: #107169# Adapted syntax to gcc. 2003/04/09 10:52:27 thb 1.14.6.1: #107169# Optimited printing of masked and alpha bitmaps, which are now drawn directly on white backgrounds


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [64c3781d56ce1a5b59fcf4d9d2c62217c19b7ce4]

INTEGRATION: CWS draw9 (1.11.6); FILE MERGED 2003/04/09 10:52:27 thb 1.11.6.1: #107169# Optimited printing of masked and alpha bitmaps, which are now drawn directly on white backgrounds


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [6418aa68f679e03476fc35de6f09677463681235]

INTEGRATION: CWS draw9 (1.9.6); FILE MERGED 2003/04/09 10:52:26 thb 1.9.6.1: #107169# Optimited printing of masked and alpha bitmaps, which are now drawn directly on white backgrounds


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [19cfcc9f6c3d441c87467ee6094839fd1db02101]

INTEGRATION: CWS draw9 (1.6.6); FILE MERGED 2003/04/09 10:52:26 thb 1.6.6.1: #107169# Optimited printing of masked and alpha bitmaps, which are now drawn directly on white backgrounds


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [b1e67079f4dc6c2ac53747abe60bfc6bc4244e39]

INTEGRATION: CWS draw9 (1.16.10.1.18); FILE MERGED 2003/04/04 13:58:55 ka 1.16.10.1.18.1: #i4944#: use HGLOBAL in case of WMF, too


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [f5b1b2e125ab29df3d01e8198036ada16ece71b2]

INTEGRATION: CWS mav4 (1.25.8); FILE MERGED 2003/04/15 14:56:38 mba 1.25.8.1: #108942#: Draw4.0 is Impress4.0


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [1e8b060aed31f6c6e33e6735312003cd12726680]

INTEGRATION: CWS mav4 (1.6.4); FILE MERGED 2003/04/23 08:32:42 mav 1.6.4.1: #i5970# CLSID for chart


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [e99ad8cd8d72984d3ce071c7cbd82e896840de53]

INTEGRATION: CWS mav4 (1.40.4); FILE MERGED 2003/04/16 06:34:15 tl 1.40.4.1: #108916# return value now initialized


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [d20f2687059109777c4eabcfa2d9e5fb8a764bb1]

INTEGRATION: CWS mav4 (1.8.12); FILE MERGED 2003/04/15 12:39:13 abi 1.8.12.2: #88865# added exception handling under windows ( and explicit linking to cppu.lib) 2003/04/15 10:38:53 abi 1.8.12.1: #88865# a hack in an method which will get removed


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [9b80edc6a0333151f53af95aea1d61e612540370]

INTEGRATION: CWS mav4 (1.36.12); FILE MERGED 2003/04/15 13:19:49 abi 1.36.12.3: #88865# collapsed ctor + set(URL) to ctor(URL) 2003/04/15 12:47:34 abi 1.36.12.2: #88865# added static qualifier 2003/04/15 10:38:34 abi 1.36.12.1: #88865# a hack in an method which will get removed


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [0878e0c9aa51d8c98736513bd53de0c516cdd69c]

INTEGRATION: CWS mav4 (1.5.12); FILE MERGED 2003/04/15 12:39:14 abi 1.5.12.2: #88865# added exception handling under windows ( and explicit linking to cppu.lib) 2003/04/15 10:38:34 abi 1.5.12.1: #88865# a hack in an method which will get removed


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [6239e112a75ba15ff4ccd6696e6da04f61299ccd]

INTEGRATION: CWS mav4 (1.12.78); FILE MERGED 2003/04/16 11:40:06 mav 1.12.78.1: #88862# dependency from ucbhelper


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [8a48125c5bba87b64b26f1fbdf03f47be0f36ed5]

INTEGRATION: CWS mav4 (1.9.16); FILE MERGED 2003/04/16 10:24:00 sj 1.9.16.1: #i13212# added unicode support for our own internal metafile format


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [50adb48c6b35c8f4739921c2891e771618090e81]

INTEGRATION: CWS mav4 (1.3.164); FILE MERGED 2003/04/16 12:22:23 sj 1.3.164.1: #108967# removed forbidden memory access


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [84c0b440568cf4f21a41d33223b05e62e1ca790b]

INTEGRATION: CWS ause03 (1.9.156); FILE MERGED 2003/04/16 13:04:11 hjs 1.9.156.1: #108803# fixed case of PRJNAME


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [482221b53d1413e7db825c586b52f05bfe2f9388]

INTEGRATION: CWS ause03 (1.15.4.3.62); FILE MERGED 2003/04/22 11:07:24 hjs 1.15.4.3.62.1: #i12910# missing dependency


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [d0c0b7f9a77d9c3d3eb36ec2bf878516dbcce224]

INTEGRATION: CWS ause03 (1.10.4.1.24); FILE MERGED 2003/04/01 11:18:05 ka 1.10.4.1.24.1: usage of different color depths is now possible


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b34a8d99e3b3eeb0fb58ad9a0532f6973383007d]

INTEGRATION: CWS ause03 (1.10.146); FILE MERGED 2003/04/08 15:14:41 ka 1.10.146.1: added lang_num command line parameter


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [01c063b39a09ec198cbb06b29cb7a3317c11b0f2]

cws_srx644_i18napi -> HEAD


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [93149f3076b617f5092748f730a89b39cb9c1f75]

cws_srx644_i18napi -> HEAD


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c87440ebac9ec79e3d3587348b3e99e82ffd8b72]

INTEGRATION: CWS i18napi (1.13.8); FILE MERGED 2003/04/19 20:10:56 er 1.13.8.1: #i13625 move source/utility/ to module i18nutil; create separated libi18nsearch


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [69376b0c4d3d7d119730a659642ba91214ec9fad]

INTEGRATION: CWS i18napi (1.14.8); FILE MERGED 2003/04/19 20:10:10 er 1.14.8.1: #i13625 move source/utility/ to module i18nutil; create separated libi18nsearch


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e83e03c636f74912c390574047561b88fb8e5d2d]

INTEGRATION: CWS i18napi (1.6.8); FILE MERGED 2003/04/19 19:41:11 er 1.6.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [ace64e8aa0b3b2e7b2e8a87b14f439b984930190]

INTEGRATION: CWS i18napi (1.26.8); FILE MERGED 2003/04/19 19:41:06 er 1.26.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [3d8f47753ad0b6d52ca2edbe75dc5f04844a9e8c]

INTEGRATION: CWS i18napi (1.50.20); FILE MERGED 2003/04/19 20:23:52 er 1.50.20.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [2cd8c5cb2a57c28c98f09c9bcdb85f32bd2955b4]

INTEGRATION: CWS i18napi (1.30.20); FILE MERGED 2003/04/19 20:23:51 er 1.30.20.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [98a77b7088aededd36b4cc17fffbdd282df60684]

INTEGRATION: CWS i18napi (1.1.46); FILE MERGED 2003/04/22 11:13:49 er 1.1.46.1: #107686# update types list


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [1f5c3d571d2b2c3b6597530dc61faaf00513db63]

INTEGRATION: CWS i18napi (1.1.68); FILE MERGED 2003/04/22 11:13:49 er 1.1.68.1: #107686# update types list


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [3d1e7ba2500daa3d5e1c54a3fef744380dd97be6]

INTEGRATION: CWS i18napi (1.5.6); FILE MERGED 2003/04/19 19:41:13 er 1.5.6.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [56107309428998f5df23d848b89c26771b2ff0ee]

INTEGRATION: CWS i18napi (1.4.8); FILE MERGED 2003/04/19 19:41:13 er 1.4.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [5a7d6839ef6a5ac8b789a4445d45e798e482beac]

INTEGRATION: CWS i18napi (1.5.6); FILE MERGED 2003/04/19 19:41:12 er 1.5.6.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [60d49ca67eb27e91c0971fe331d7dfe0bf83c4cf]

INTEGRATION: CWS i18napi (1.3.8); FILE MERGED 2003/04/19 19:41:12 er 1.3.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [6e111ea599b6bbbf8cf408506818a931c36a3cff]

INTEGRATION: CWS i18napi (1.5.8); FILE MERGED 2003/04/19 19:41:11 er 1.5.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [53ecfab76641a3c043c692c7fc69e0fe80065eb4]

INTEGRATION: CWS i18napi (1.5.6); FILE MERGED 2003/04/19 19:41:11 er 1.5.6.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [50e107894a33ab7155f9b2783f89cd642c89ecf9]

INTEGRATION: CWS i18napi (1.5.6); FILE MERGED 2003/04/19 19:41:10 er 1.5.6.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [fc8da013295ee0244fde05691833ab9d2affc80f]

INTEGRATION: CWS i18napi (1.11.8); FILE MERGED 2003/04/19 19:41:10 er 1.11.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [3d6231516d001711df7eef181b7a27eda36ad6d9]

INTEGRATION: CWS i18napi (1.8.6); FILE MERGED 2003/04/19 19:41:10 er 1.8.6.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [d247a92f3c3e8929c693adff66f1f9d39f3af895]

INTEGRATION: CWS i18napi (1.5.6); FILE MERGED 2003/04/19 19:41:09 er 1.5.6.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a42eb25e39bf9a91fc29792b0bfad9895f4389e2]

INTEGRATION: CWS i18napi (1.5.6); FILE MERGED 2003/04/19 19:41:08 er 1.5.6.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [9f55bfcea4280614bdb3aa24d31023114fe5f462]

INTEGRATION: CWS i18napi (1.5.6); FILE MERGED 2003/04/19 19:41:07 er 1.5.6.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [fac6756f34e2e35d7840dc55a10969defb7f1cac]

INTEGRATION: CWS i18napi (1.1.2); FILE ADDED 2003/04/19 19:28:00 er 1.1.2.1: #i13625# moved from ../../inc/


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f166ee81f87f3ce1d4cfc23a8d94a433cf801821]

INTEGRATION: CWS i18napi (1.2.8); FILE MERGED 2003/04/19 19:35:40 er 1.2.8.1: #i13625# untangle i18npool


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [4d7f43d62d991056283e07456d9019cd225818d5]

INTEGRATION: CWS i18napi (1.2.8); FILE MERGED 2003/04/19 19:35:39 er 1.2.8.1: #i13625# untangle i18npool


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [5cd3530c91220e4ded656d835418fff49b65a273]

INTEGRATION: CWS i18napi (1.14.8); FILE MERGED 2003/04/19 19:41:06 er 1.14.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [84a6d00c0923786480bfab3a5517a399928c3ca1]

INTEGRATION: CWS i18napi (1.2.54); FILE MERGED 2003/04/19 19:41:05 er 1.2.54.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [bee13e437cf297dac36046e526cea5430c01281c]

INTEGRATION: CWS i18napi (1.11.16); FILE MERGED 2003/04/19 19:41:04 er 1.11.16.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7934981cbd126102ba971ddb60ee97ee91b0bc99]

INTEGRATION: CWS i18napi (1.12.8); FILE MERGED 2003/04/19 19:41:04 er 1.12.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [64ed20b6f697a8c0d46209a7332b40788c0c56cf]

INTEGRATION: CWS i18napi (1.3.8); FILE MERGED 2003/04/19 19:41:03 er 1.3.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [9157b8cbc11c171b62c0d23880167400b3ee9ad9]

INTEGRATION: CWS i18napi (1.3.52); FILE MERGED 2003/04/19 19:41:02 er 1.3.52.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e6f6fb114e23761061c447f0888ecc0c9c0356c9]

INTEGRATION: CWS i18napi (1.7.16); FILE MERGED 2003/04/19 19:41:01 er 1.7.16.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b637dd58f890bc4a33be79122c7b8e9ab5788c67]

INTEGRATION: CWS i18napi (1.5.8); FILE MERGED 2003/04/19 19:41:01 er 1.5.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [55c650cccff58a76fad0de2821c08b47304326b8]

INTEGRATION: CWS i18napi (1.6.46); FILE MERGED 2003/04/19 19:41:00 er 1.6.46.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [baa95bb2b324368cb134c1dfc516ec580e7d04fc]

INTEGRATION: CWS i18napi (1.19.16); FILE MERGED 2003/04/19 19:40:59 er 1.19.16.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a594b6a56815b89ea0015c23b842d69ced617638]

INTEGRATION: CWS i18napi (1.6.46); FILE MERGED 2003/04/19 19:40:59 er 1.6.46.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e68418709d1e00e6183eea521fb92f5e950c51ba]

INTEGRATION: CWS i18napi (1.5.46); FILE MERGED 2003/04/19 19:40:58 er 1.5.46.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [98a5feb59ea3f3666df2a401a1f2b8bc3a3fcf15]

INTEGRATION: CWS i18napi (1.11.46); FILE MERGED 2003/04/19 19:40:58 er 1.11.46.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [dba98488149ba320e15af8824e98dfe0bd589490]

INTEGRATION: CWS i18napi (1.7.46); FILE MERGED 2003/04/19 19:40:58 er 1.7.46.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e87818838f148a9af01b5c7957c9bc46df0e4426]

INTEGRATION: CWS i18napi (1.9.12); FILE MERGED 2003/04/19 19:40:57 er 1.9.12.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [486f76834f5979ffc138d1f61fb6a942a932f4af]

INTEGRATION: CWS i18napi (1.6.8); FILE MERGED 2003/04/19 20:10:10 er 1.6.8.1: #i13625 move source/utility/ to module i18nutil; create separated libi18nsearch


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [18953bdc6613544846acc20241d272149a4d5f70]

INTEGRATION: CWS i18napi (1.3.8); FILE MERGED 2003/04/19 19:39:20 er 1.3.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [2ce3616f788c4077c48a49fcce6ac94b3747905e]

INTEGRATION: CWS i18napi (1.3.8); FILE MERGED 2003/04/19 19:39:19 er 1.3.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7a8bba21a26a323fca93b686b8e6b21c8cf02814]

INTEGRATION: CWS i18napi (1.4.8); FILE MERGED 2003/04/19 19:39:19 er 1.4.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [1875e92ae13ff2a7f427d551e2a0b06f63a7b173]

INTEGRATION: CWS i18napi (1.3.8); FILE MERGED 2003/04/19 19:39:18 er 1.3.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [d7d8e7eb653de41bbf856c9ce679485d1fcc932d]

INTEGRATION: CWS i18napi (1.2.56); FILE MERGED 2003/04/19 19:39:18 er 1.2.56.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [9402f3c84df5083d0056c8dce66bf312d2746d3f]

INTEGRATION: CWS i18napi (1.2.56); FILE MERGED 2003/04/19 19:39:17 er 1.2.56.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7acb97d13d15e55d94cc308bc9074eeb737429bf]

INTEGRATION: CWS i18napi (1.8.52); FILE MERGED 2003/04/19 19:39:17 er 1.8.52.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [861c33a44178b69ed6d1e854d1534f14a0eaaa5f]

INTEGRATION: CWS i18napi (1.5.46); FILE MERGED 2003/04/19 19:39:17 er 1.5.46.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a82f926c5e77523a70170edeb7b3b124fcf527e3]

INTEGRATION: CWS i18napi (1.4.46); FILE MERGED 2003/04/19 19:39:16 er 1.4.46.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [3ee52353221ae2369642598911eecb910e4bff1d]

INTEGRATION: CWS i18napi (1.10.6); FILE MERGED 2003/04/19 20:21:42 er 1.10.6.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [d9021d9ae775db42f136447b9b8417bf42d1c5c9]

INTEGRATION: CWS i18napi (1.1.48); FILE MERGED 2003/04/19 20:21:42 er 1.1.48.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [43744adb85dc930c2163634975b220e7183dc43b]

INTEGRATION: CWS i18napi (1.15.6); FILE MERGED 2003/04/19 20:21:42 er 1.15.6.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [0a9de26b514bb680e5ba2fdbb1cbe9b7aafa7040]

INTEGRATION: CWS i18napi (1.8.42); FILE MERGED 2003/04/19 20:21:41 er 1.8.42.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [1b64a86160db682bda1b3abe1eb13d7ffce3e241]

INTEGRATION: CWS i18napi (1.10.6); FILE MERGED 2003/04/19 20:21:17 er 1.10.6.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f701cf50a7915ce58c0ff4fac2d5b3a5e0ccde19]

INTEGRATION: CWS i18napi (1.1.48); FILE MERGED 2003/04/19 20:21:17 er 1.1.48.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [8f07c8807bf172756f6cfd0d7a452b966316309c]

INTEGRATION: CWS i18napi (1.6.42); FILE MERGED 2003/04/19 20:21:16 er 1.6.42.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [e809b01c90fd9e73af989a2285e36c0d86fe9a8d]

INTEGRATION: CWS thb01 (1.11.26); FILE MERGED 2003/04/23 17:17:44 thb 1.11.26.1: #109044# Update size of fetched bitmap before accessing pixel


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [4c0aeca4fd3d7e8a0b86010a4b4180ba3df8872e]

INTEGRATION: CWS beta2vcl (1.88.18); FILE MERGED 2003/04/16 19:11:29 hdu 1.88.18.3: #108862# fix merge typo 2003/04/16 18:18:08 hdu 1.88.18.2: #108862# merge CWS VCL08 fix 2003/04/16 13:28:53 cd 1.88.18.1: #107888# Use external leading for asian capable fonts


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [2c65be91856ef643cd4f6946ab82de01f27a1ef7]

INTEGRATION: CWS beta2vcl (1.25.28); FILE MERGED 2003/04/17 11:23:23 mt 1.25.28.1: #108611# check for overflow


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [476436f8752ac3afe5fb3448c60ffd1f3d8995cd]

INTEGRATION: CWS beta2vcl (1.39.16); FILE MERGED 2003/04/16 13:25:49 cd 1.39.16.1: #107888# Use external leading for asian capable fonts


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [6d3053da4238683e80258003379803f10e6741cf]

INTEGRATION: CWS beta2vcl (1.26.4); FILE MERGED 2003/04/17 15:21:19 hdu 1.26.4.2: #108983# fix typo 2003/04/16 18:06:19 hdu 1.26.4.1: #108983# handle failing X11 font for glyph fallback


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [36271c96920bf2b3aa454165d071d9ce8727bdc1]

INTEGRATION: CWS beta2vcl (1.39.4); FILE MERGED 2003/04/16 18:01:02 hdu 1.39.4.1: #108554# separate runs into own class


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [f238dc88507c6ac59819301fc7aab88b36e3bbad]

INTEGRATION: CWS beta2vcl (1.144.4); FILE MERGED 2003/04/16 18:02:22 hdu 1.144.4.1: #108554# fix handling of runs for glyph fallback


2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [6ccda567c2c1507c91c992c578567965428c7eef]

INTEGRATION: CWS beta2vcl (1.21.4); FILE MERGED 2003/04/16 17:54:52 hdu 1.21.4.1: #108992# make sure screen font list gets only deleted once


2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4691747bbbbb84fd407ea40e06ef3d76aaf7a4c]

INTEGRATION: CWS calc07 (1.50.24); FILE MERGED 2003/04/17 11:40:43 er 1.50.24.1: #i13399# Don't escape separators of target locale


2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e07de039a729250df03ba5a3248c5e9cff1789ba]

INTEGRATION: CWS calc07 (1.2.12); FILE MERGED 2003/04/17 12:53:00 sab 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2003/04/17 10:29:37 fs 1.2.12.1: #108986# AccessibleWrapper has new dispose handling / AccessibleWrapper remembers it's context weak


2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [34655720f0a24ffe7c8f3f77db6130a47bb2b324]

INTEGRATION: CWS calc07 (1.2.12); FILE MERGED 2003/04/17 10:29:12 fs 1.2.12.1: #108986# AccessibleWrapper has new dispose handling / AccessibleWrapper remembers it's context weak


2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [89ed3b2e2de23c56995a3a4cc6bf633a0ef545e0]

INTEGRATION: CWS uno2 (1.2.44); FILE MERGED 2003/04/08 13:42:09 dbo 1.2.44.1: #107991# UNO shared library component renaming


2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [9e1b1b86b284c8dbc9e3a5fffbcde54e37599eec]

INTEGRATION: CWS uno2 (1.4.42); FILE MERGED 2003/04/08 10:00:36 dbo 1.4.42.1: #107991# UNO shared library component renaming


2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [17a159bdefd020b5c1696357eca1cc1f2b5a7631]

INTEGRATION: CWS uno2 (1.2.44.1.12); FILE MERGED 2003/04/08 13:42:08 dbo 1.2.44.1.12.1: #107991# UNO shared library component renaming


2003-04-22  Kurt Zenker  <kz@openoffice.org>  [8b474fc829b1e99273168bc03155358389654d1c]

new version for SRX644


2003-04-22  Kurt Zenker  <kz@openoffice.org>  [422af933e0f12d951d15d1895940536896d7e84c]

new version for SRX644


2003-04-22  Rüdiger Timm  <rt@openoffice.org>  [24e2ff042f3254864b8091fabe5004264720c132]

new version for SRX644


2003-04-22  Vladimir Glazounov  <vg@openoffice.org>  [1d98dda26f1de5027d8e38e042932fabd6d81518]

#100000# MHU: Removed unused dependency on vos module.hxx and dynload.hxx.


2003-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [78cef945be8947acc3a704c16b6db84ca4ec2ef4]

#100000#: repair merge


2003-04-22  Kurt Zenker  <kz@openoffice.org>  [7dc454a1b259c548b8d48fc3664dc61d15991151]

new version for SRX644


2003-04-22  Vladimir Glazounov  <vg@openoffice.org>  [5c465444348c3c642b6d57ed5165acf91888e131]

#100000# no std workspace for min & max


2003-04-18  Kurt Zenker  <kz@openoffice.org>  [b7eec52a90401f76f4603701f58c5cb0c8fb166c]

new version for SRX644


2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [60310268abca61c3f9740520eba075e1d767b220]

INTEGRATION: CWS hhc (1.11.8.2.4); FILE MERGED 2003/04/08 10:26:06 tl 1.11.8.2.4.2: RESYNC: (1.11.8.2-1.12); FILE MERGED 2003/03/29 02:06:59 khong 1.11.8.2.4.1: #105688# add new Hangul/Hanja conversion


2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a2246acdbf17c1dd0e34ba56b1baeaada2bff5e4]

INTEGRATION: CWS hhc (1.25.22); FILE MERGED 2003/03/29 02:05:09 khong 1.25.22.1: #105688# new Hangul/Hanja conversion


2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [601445b83a2f78b5c7cf676325d640182ed077cb]

INTEGRATION: CWS hhc (1.12.8.1.4); FILE MERGED 2003/03/29 02:07:14 khong 1.12.8.1.4.1: #105688# add new Hangul/Hanja conversion


2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2496420640e214598ca7313f23f01e1d812c577c]

INTEGRATION: CWS hhc (1.20.100); FILE MERGED 2003/03/18 15:04:47 fs 1.20.100.1: #108038# +DrawRadioButtonState for classes overriding the radio button's paint behaviour


2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [80c2b956acfd309c347f2173267690b0f3e3c690]

INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/04/15 06:53:49 khong 1.1.2.7: #105688# make script type checking not start from begining every times 2003/04/10 07:19:58 khong 1.1.2.6: #105688# fix a linux compiling error 2003/04/10 04:06:13 khong 1.1.2.5: #105688# fix a linux compiling error 2003/04/02 19:17:51 khong 1.1.2.4: #105688# add hhc character conversion dictionary 2003/04/02 00:12:08 khong 1.1.2.3: #105688# add utility to generate data file from dictionary for Hangul/Hanja conversion 2003/04/01 17:19:21 khong 1.1.2.2: #105688# update conversion dictionary API according to IDL changes 2003/03/29 02:04:24 khong 1.1.2.1: #105688# new Hangul/Hanja conversion


2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ee24ef4c065b8d775743541ca885053bcbb71acc]

INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/03/29 02:04:24 khong 1.1.2.1: #105688# new Hangul/Hanja conversion


2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0abc1c1f4aadc24b06451007441f9fdf3f957d11]

INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/03/29 02:04:23 khong 1.1.2.1: #105688# new Hangul/Hanja conversion


2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0b646680e7bec7f4b2310004e1988302b0329518]

INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/04/04 06:48:33 khong 1.1.2.4: #105688# fix a makefile warning message 2003/04/02 19:17:50 khong 1.1.2.3: #105688# add hhc character conversion dictionary 2003/04/02 00:12:08 khong 1.1.2.2: #105688# add utility to generate data file from dictionary for Hangul/Hanja conversion 2003/03/29 02:04:25 khong 1.1.2.1: #105688# new Hangul/Hanja conversion


2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9941f66ada656f35d8a851abebc02d0467770894]

INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/04/02 00:11:03 khong 1.1.2.1: #105688# utility to generate data file from dictionary for Hangul/Hanja conversion


2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [32344599d5a70d982b4045dc56a99ea7a6387676]

INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/03/29 02:06:34 khong 1.1.2.1: #105688# add new Hangul/Hanja conversion


2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2837011ba48c018c7156d300e6d373c12b3e59cd]

INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/04/02 00:12:32 khong 1.1.2.3: #105688# add utility to generate data file from dictionary for Hangul/Hanja conversion 2003/03/29 09:45:06 khong 1.1.2.2: #105688# add new Hangul/Hanja conversion 2003/03/29 02:06:33 khong 1.1.2.1: #105688# add new Hangul/Hanja conversion


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [b37ced1a36d43938dc62f6dc153b2ecac7707667]

INTEGRATION: CWS mhu02 (1.7.58); FILE MERGED 2003/04/14 10:55:31 mhu 1.7.58.1: #104928# Removed obsolete and unused code.


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [3fc21028529798098c9162cc1ed2431d06c14917]

INTEGRATION: CWS mhu02 (1.3.98); FILE MERGED 2003/04/14 11:35:29 mhu 1.3.98.1: #104928# Removed obsolete and unused INetHTTP*, INetNews* code.


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [86bf616ade7b2d57c9610a75a43eedde0e37a1c1]

INTEGRATION: CWS mhu02 (1.2.98); FILE MERGED 2003/04/14 11:35:28 mhu 1.2.98.1: #104928# Removed obsolete and unused INetHTTP*, INetNews* code.


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [32f55a3c40beb8b9757b6b98975a7dedf17871b0]

INTEGRATION: CWS vcl08 (1.60.2.4.16); FILE MERGED 2003/04/10 12:31:05 hdu 1.60.2.4.16.2: #107885# #108206# fix GCP result 16bit overflow, fix Korean font name display 2003/04/08 14:23:48 sb 1.60.2.4.16.1: #103172# Moved UniscribeLayout's SCRIPT_CACHE out into the new ImplTextLayoutCache to improve performance.


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [d77fc7fb8b0b559427ed2ea6be92004ee6f8c5e7]

INTEGRATION: CWS vcl08 (1.22.2.2.18); FILE MERGED 2003/04/14 14:32:13 pl 1.22.2.2.18.3: #i8618# check keys and values 2003/04/10 16:45:10 pl 1.22.2.2.18.2: #i8618# check keys and values 2003/04/10 12:12:02 pl 1.22.2.2.18.1: #i8618# report all paper bins, even the constrained ones


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [b6038ea3f2c6471b8727006d16a8172c94d30647]

INTEGRATION: CWS vcl08 (1.3.180); FILE MERGED 2003/04/10 13:06:40 pl 1.3.180.1: #108751# better sizing for path dialogue buttons


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [8de24841b64caa03624c8e4b85fa573a14117d80]

INTEGRATION: CWS vcl08 (1.16.2.4.6); FILE MERGED 2003/04/08 14:19:49 ssa 1.16.2.4.6.1: #108669# cursor keys in RTL mode are mirrorred in VCL now


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [bdf934d29e049fa862dc7a471f8ac8ec63558ae0]

INTEGRATION: CWS vcl08 (1.7.180); FILE MERGED 2003/04/14 17:43:35 ssa 1.7.180.2: #108699# remove obsolete toolbox setting 2003/04/10 07:30:30 pb 1.7.180.1: fix: #108699# UpdateToolboxStyle() added


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [81152ccf19b24a9d864bd0898e8f5edcc76edceb]

INTEGRATION: CWS vcl08 (1.46.2.6.18); FILE MERGED 2003/04/15 14:46:31 pl 1.46.2.6.18.4: #i12870# merge from vcl07 2003/04/10 07:35:43 pl 1.46.2.6.18.3: #i12870# ToUnicode maps for type1 fonts 2003/04/09 16:31:17 pl 1.46.2.6.18.2: #i12870# support non iso8859-1 type1 fonts in pdf 2003/04/09 12:44:52 pl 1.46.2.6.18.1: #i12870# support non iso8859-1 type1 fonts in pdf


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [553e820df89a0ea9d2cc66b12fedeba4c64aff7a]

INTEGRATION: CWS vcl08 (1.37.2.4.18); FILE MERGED 2003/04/13 15:31:47 hdu 1.37.2.4.18.6: #i12824# emulate U+00XX<->U+F0XX aliasing for symbols on PDF export 2003/04/09 16:31:21 pl 1.37.2.4.18.5: #i12870# support non iso8859-1 type1 fonts in pdf 2003/04/09 12:48:50 pl 1.37.2.4.18.4: #i12870# support non iso8859-1 type1 fonts in pdf 2003/04/08 14:21:40 sb 1.37.2.4.18.3: #103172# Flush the new ImplTextLayoutCache in SetFont. Fixed a typo introduced in 1.24. 2003/04/08 06:10:38 cd 1.37.2.4.18.2: #105755# Use ByteString and convert to String with thread text encoding 2003/04/07 16:36:50 cd 1.37.2.4.18.1: #105755# Retrieve font name from .fot font resource file


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [6bffd9bf0ef05461659b021f5905733749f793be]

INTEGRATION: CWS vcl08 (1.6.124); FILE MERGED 2003/04/08 14:20:16 sb 1.6.124.1: #103172# Added an ImplTextLayoutCache (to speed up the UniscribeLayout).


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [89e4e63a09ee846ae21a56c85d004c1b92ff40cb]

INTEGRATION: CWS vcl08 (1.98.2.3.18); FILE MERGED 2003/04/10 07:35:44 pl 1.98.2.3.18.3: #i12870# ToUnicode maps for type1 fonts 2003/04/09 16:31:20 pl 1.98.2.3.18.2: #i12870# support non iso8859-1 type1 fonts in pdf 2003/04/09 12:44:54 pl 1.98.2.3.18.1: #i12870# support non iso8859-1 type1 fonts in pdf


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [2efc716002799f69e5b9be17158d2a9029983004]

INTEGRATION: CWS vcl08 (1.76.2.3.18); FILE MERGED 2003/04/08 14:19:30 ssa 1.76.2.3.18.1: #108669# mirror cursor keys in RTL mode


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [f96be2f237d0564f977f1f6879f91af5d8013aa7]

INTEGRATION: CWS vcl08 (1.15.124); FILE MERGED 2003/04/14 17:46:27 ssa 1.15.124.1: #108699# disabled flat toolbox buttons not exported anymore


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [3fd7b2d3bae6371326d348af9f1a3e42e96c876d]

INTEGRATION: CWS vcl08 (1.57.2.4.18); FILE MERGED 2003/04/14 17:46:27 ssa 1.57.2.4.18.1: #108699# disabled flat toolbox buttons not exported anymore


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [9f1d7aae0f4209aa4d67784c1cb1d878f39507ec]

INTEGRATION: CWS vcl08 (1.3.8.3.18); FILE MERGED 2003/04/10 15:13:09 cd 1.3.8.3.18.1: #108605# Don't change maDragRect with alignment LEFT or TOP


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [08fdfeac70c22d0e784de44826d2b3c7987a660e]

INTEGRATION: CWS vcl08 (1.9.124); FILE MERGED 2003/04/09 16:22:44 ssa 1.9.124.1: #104492# include mnemonic when calculating checkbox size


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [b249bfc060229d198a9ab3a3bd4b60111501838c]

INTEGRATION: CWS vcl08 (1.3.24.1.88); FILE MERGED 2003/04/10 16:47:05 ssa 1.3.24.1.88.1: #108830# check polygon size before using it


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [01c2195b88c34266fdd9ad2204beb65d397f5be5]

INTEGRATION: CWS vcl08 (1.21.126); FILE MERGED 2003/04/14 14:51:27 hdu 1.21.126.1: #107631# improve performance by caching char2glyph mapping


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [08c89d0c0918a2ba04821f90d29031d7002770e8]

INTEGRATION: CWS vcl08 (1.87.2.1.98); FILE MERGED 2003/04/14 14:51:26 hdu 1.87.2.1.98.2: #107631# improve performance by caching char2glyph mapping 2003/04/11 15:26:40 pl 1.87.2.1.98.1: #108862# workaround another standard violating font


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [a9f98b0f737d1c7f187298d82a8fcdb9e0549b5e]

INTEGRATION: CWS vcl08 (1.37.2.4.18); FILE MERGED 2003/04/14 18:17:12 pl 1.37.2.4.18.3: corrected typo 2003/04/14 13:54:40 hdu 1.37.2.4.18.2: #107631# improve performance by preallocating dynamic array 2003/04/11 08:37:58 hdu 1.37.2.4.18.1: #105755# change GetLocalizedChar() arg to LanguageType


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [d34c53ea38b92d9a557368e1d1cbe987e6417b0f]

INTEGRATION: CWS vcl08 (1.21.6.2.50); FILE MERGED 2003/04/15 14:46:42 pl 1.21.6.2.50.2: #i12870# merge from vcl07 2003/04/09 16:31:18 pl 1.21.6.2.50.1: #i12870# support non iso8859-1 type1 fonts in pdf


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [f124a9529c4883d51a2cb9745582262fc20a733b]

INTEGRATION: CWS vcl08 (1.142.2.13.16); FILE MERGED 2003/04/11 11:05:21 ssa 1.142.2.13.16.2: #108668# use mnoutwidth for virdevs when mirroring 2003/04/11 09:05:35 hdu 1.142.2.13.16.1: #105755# implement and use SetDigitLanguage()


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [8a9309c573e22a779a218d6fcc7aab331b6bd408]

INTEGRATION: CWS vcl08 (1.19.2.6.52); FILE MERGED 2003/04/11 08:39:00 hdu 1.19.2.6.52.1: #105755# init meTextLanguage member


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [30b2079074fd98b54c49d3afe1f835075ee9bae4]

INTEGRATION: CWS vcl08 (1.4.46); FILE MERGED 2003/04/14 13:17:05 pl 1.4.46.1: #i13371# workaround broken preprocessor


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [7c8e59cbe3287cccb602aee201d02c934324bb06]

INTEGRATION: CWS vcl08 (1.33.34); FILE MERGED 2003/04/09 16:29:04 pl 1.33.34.3: #i12870# support non iso8859-1 type1 fonts in pdf 2003/04/09 12:43:04 pl 1.33.34.2: #i12870# get font encoding for type1 fonts 2003/04/08 12:27:05 pl 1.33.34.1: #107980# iso hack also for hindi


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [4454eacdcfb0ce552576ec922f1eea034abaf008]

INTEGRATION: CWS vcl08 (1.18.2.1.20); FILE MERGED 2003/04/14 09:28:48 pl 1.18.2.1.20.2: #108862# merge from vcl07 2003/04/11 15:26:09 pl 1.18.2.1.20.1: #108862# workaround another standard violating font


2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [e41670f97357374f13482ab05fa11bbd4241f080]

INTEGRATION: CWS vcl08 (1.12.42); FILE MERGED 2003/04/09 16:29:03 pl 1.12.42.2: #i12870# support non iso8859-1 type1 fonts in pdf 2003/04/09 12:43:02 pl 1.12.42.1: #i12870# get font encoding for type1 fonts


2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [14b6c86683a98da52635df2878b7fec029dbfb5f]

INTEGRATION: CWS os8 (1.7.4); FILE MERGED 2003/04/07 06:41:43 os 1.7.4.1: #108472# XComponent added


2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f0468da63490d16d0b2393b60ee3c4b574dec2e0]

INTEGRATION: CWS os8 (1.6.4); FILE MERGED 2003/04/07 06:41:30 os 1.6.4.1: #108472# XComponent added


2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9e638f6ea58a93aef15bde1dd0ec45bc8b20a233]

INTEGRATION: CWS os8 (1.35.2); FILE MERGED 2003/04/10 08:37:50 mba 1.35.2.1: #108773#: get MimeType property also for OLE storages


2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4e23247b2f94311c4ba64953c7c43b42cc8c80c5]

INTEGRATION: CWS os8 (1.11.72); FILE MERGED 2003/04/10 08:52:35 os 1.11.72.1: #108626# ::ReadCString() now reads more than 256 characters


2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [614fd412705a3d97bcd844abbfdc9fd2b52997cd]

INTEGRATION: CWS sw009 (1.6.2.1.70); FILE MERGED 2003/04/01 10:28:10 oj 1.6.2.1.70.1: #108106# set current column position


2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e07dddda5dc679bf4f2a0673cfe96d609080b5bb]

INTEGRATION: CWS sw009 (1.38.8.1.70); FILE MERGED 2003/03/18 09:56:16 oj 1.38.8.1.70.1: #107657# moved GetScriptTypeOfLanguage to svtools SvtLanguageOptions


2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3421714e6677af6784e69fad6968b750ce0ab1c5]

INTEGRATION: CWS sw009 (1.2.10.1.28); FILE MERGED 2003/03/18 09:56:16 oj 1.2.10.1.28.1: #107657# moved GetScriptTypeOfLanguage to svtools SvtLanguageOptions


2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [7f19dc8376cf0ca2f573aad11e6930daae6ea095]

INTEGRATION: CWS sw009 (1.3.2.1.28); FILE MERGED 2003/03/18 09:56:16 oj 1.3.2.1.28.1: #107657# moved GetScriptTypeOfLanguage to svtools SvtLanguageOptions


2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fb5ea1004e3a4b118f81c4258949c7232ea4c89d]

INTEGRATION: CWS sw009 (1.1.4.3.28); FILE MERGED 2003/03/18 12:25:31 oj 1.1.4.3.28.1: #106149# add two new methods


2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ad4d4d7b6e8124392e88edcaba2b034d0e5d5a4c]

INTEGRATION: CWS sw009 (1.8.26.1.28); FILE MERGED 2003/03/18 09:56:15 oj 1.8.26.1.28.1: #107657# moved GetScriptTypeOfLanguage to svtools SvtLanguageOptions


2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4b7bd7b585e812f096045d7362ecea6775e591ab]

INTEGRATION: CWS sw009 (1.5.72); FILE MERGED 2003/03/21 15:21:04 oj 1.5.72.1: #104026# fix toolbox problem with comboboxes


2003-04-16  Armin Weiss  <aw@openoffice.org>  [914063714bf8677b3200fbd27372a73fb6b201f7]

Added cubic bezier class Changed quadratic bezier class (wrong name :-)


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [abc353e6d85718af11dea4fd908baf3c28752259]

INTEGRATION: CWS dbgmacros1 (1.1.1.1.104); FILE MERGED 2003/04/10 09:22:06 kso 1.1.1.1.104.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [64255cdd5d8d9d1784c6cdb7a623878ce3cdec52]

INTEGRATION: CWS dbgmacros1 (1.4.30.1.20); FILE MERGED 2003/04/10 09:22:04 kso 1.4.30.1.20.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [05f926f0d6bcc0506da15a87b2cd630d7549fd00]

INTEGRATION: CWS dbgmacros1 (1.11.68); FILE MERGED 2003/04/10 09:22:04 kso 1.11.68.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [fe046bf6669e7552a42e56ffae1a38de4a39ed8e]

INTEGRATION: CWS dbgmacros1 (1.1.1.1.104); FILE MERGED 2003/04/10 09:22:03 kso 1.1.1.1.104.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [95331fa5b18150f4dcff88491f7d3e8f77bd360c]

INTEGRATION: CWS dbgmacros1 (1.48.152); FILE MERGED 2003/04/10 08:41:19 kso 1.48.152.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [792e398d803d45579d94322008a4b9ee1dde9cbf]

INTEGRATION: CWS dbgmacros1 (1.7.162); FILE MERGED 2003/04/10 08:41:16 kso 1.7.162.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [47f609aa64dfeaca990c2e5991f205f06b0f3530]

INTEGRATION: CWS dbgmacros1 (1.2.162); FILE MERGED 2003/04/10 08:41:16 kso 1.2.162.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a10db885a08100b67a2e1466084cd4ead42e25bd]

INTEGRATION: CWS dbgmacros1 (1.21.4.1.56); FILE MERGED 2003/04/10 08:41:15 kso 1.21.4.1.56.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9ff971893f053faeb7611a9b3ef7cfde8f7d7bd9]

INTEGRATION: CWS dbgmacros1 (1.1.184); FILE MERGED 2003/04/10 08:41:13 kso 1.1.184.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [fdcb318070bcb20c93e45140dda4eb9903958b0b]

INTEGRATION: CWS dbgmacros1 (1.3.194); FILE MERGED 2003/04/10 08:41:13 kso 1.3.194.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bc04d57bd45d4131d5d84d0a280487a1057d1331]

INTEGRATION: CWS dbgmacros1 (1.7.174); FILE MERGED 2003/04/10 08:41:12 kso 1.7.174.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [644b0d1559c1832a64999c8451e9e2ba8165e248]

INTEGRATION: CWS dbgmacros1 (1.16.4.1.56); FILE MERGED 2003/04/10 08:41:12 kso 1.16.4.1.56.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [849c0e54d1eb6d11fe8802d1717efd681369a017]

INTEGRATION: CWS dbgmacros1 (1.5.150); FILE MERGED 2003/04/10 08:41:11 kso 1.5.150.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [06fea5f95ceb534b59419eb81cf65acb283b8688]

INTEGRATION: CWS dbgmacros1 (1.3.194); FILE MERGED 2003/04/10 08:41:10 kso 1.3.194.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1f6dee8a6aa2cdb8ec10af86f5700ae2a0d319a1]

INTEGRATION: CWS dbgmacros1 (1.1.194); FILE MERGED 2003/04/10 08:41:10 kso 1.1.194.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [09457a1b2a3f3ac007e65ea25998b3b425284020]

INTEGRATION: CWS dbgmacros1 (1.11.150); FILE MERGED 2003/04/10 08:41:09 kso 1.11.150.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d0c2c23cd1b35db9edff90d816b86bb695cbfc8c]

INTEGRATION: CWS dbgmacros1 (1.1.1.1.196); FILE MERGED 2003/04/10 08:41:08 kso 1.1.1.1.196.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6dee2e088e9efac6528b932084cc07e3cc46814e]

INTEGRATION: CWS dbgmacros1 (1.3.38.1.16); FILE MERGED 2003/04/09 16:26:52 kso 1.3.38.1.16.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ed6736b2a420cd8a396ff7c24d9dbf8d713ea42a]

INTEGRATION: CWS dbgmacros1 (1.3.34.1.16); FILE MERGED 2003/04/09 16:26:52 kso 1.3.34.1.16.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [066c721a2957bea2efe531b6881955aed441a315]

INTEGRATION: CWS dbgmacros1 (1.2.70); FILE MERGED 2003/04/09 16:26:51 kso 1.2.70.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0c5b9c463ec9f2e612c99a5035752487527560fc]

INTEGRATION: CWS dbgmacros1 (1.2.44.1.16); FILE MERGED 2003/04/09 16:26:51 kso 1.2.44.1.16.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8f2de3a42932880e54035bdf5f4a431ffae8308e]

INTEGRATION: CWS dbgmacros1 (1.3.36); FILE MERGED 2003/04/09 16:26:50 kso 1.3.36.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [eeb723131671613ae60396c25afeeaed37d5c495]

INTEGRATION: CWS dbgmacros1 (1.2.68); FILE MERGED 2003/04/09 16:26:50 kso 1.2.68.1: #108413# - debug macro unification.


2003-04-15  Armin Weiss  <aw@openoffice.org>  [b7283db9ceed83de890c9481f925c67b4761680c]

Added basic class for handling quadtratic beziers (preparation for THB)


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [86369c0bf0a1ea4fe0461baf95c8e85d7031f16d]

INTEGRATION: CWS dbgmacros1 (1.4.44); FILE MERGED 2003/04/10 18:30:47 kso 1.4.44.2: RESYNC: (1.4-1.6); FILE MERGED 2003/04/10 09:22:50 kso 1.4.44.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [86d511e001e51b985088d412af67f863a6dd5dcd]

INTEGRATION: CWS dbgmacros1 (1.4.26); FILE MERGED 2003/04/09 12:04:06 kso 1.4.26.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e8a5d2f9b02099f9e9d880fbd4e1603d6547902b]

INTEGRATION: CWS dbgmacros1 (1.8.6.1.18); FILE MERGED 2003/04/09 12:04:05 kso 1.8.6.1.18.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f809f8a7dc254c2ce4a7afaf15e4e2ac65777b42]

INTEGRATION: CWS dbgmacros1 (1.6.26); FILE MERGED 2003/04/09 12:04:05 kso 1.6.26.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7d1f53ae6666455eb876264ed41e840f85d00c87]

INTEGRATION: CWS dbgmacros1 (1.10.26); FILE MERGED 2003/04/09 12:04:04 kso 1.10.26.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2c813b53c61c5056f3f64b7a0a247abe9740f38d]

INTEGRATION: CWS dbgmacros1 (1.9.48); FILE MERGED 2003/04/09 12:04:04 kso 1.9.48.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [cf9f77b95c2a4aaec6af74f55f87403719fc374e]

INTEGRATION: CWS dbgmacros1 (1.12.30); FILE MERGED 2003/04/09 12:04:02 kso 1.12.30.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a050db2a60a62e6af81e8a5c4935372d3c09bf8b]

INTEGRATION: CWS dbgmacros1 (1.24.4.1.10); FILE MERGED 2003/04/10 09:24:11 kso 1.24.4.1.10.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ecaf59ab33a45c3b791c66278bd84820cf763537]

INTEGRATION: CWS dbgmacros1 (1.38.2.1.14); FILE MERGED 2003/04/10 09:26:24 kso 1.38.2.1.14.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e92a0f35c7583dd12c80dd8bdf2f5d985e8b4751]

INTEGRATION: CWS dbgmacros1 (1.13.48); FILE MERGED 2003/04/10 09:26:24 kso 1.13.48.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5b7cae5558ee71ee9c87f32fd8f9110e971cf0c6]

INTEGRATION: CWS dbgmacros1 (1.18.36); FILE MERGED 2003/04/09 10:52:34 kso 1.18.36.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [76cccd5e9d53ae7d4e48d771389aa49c5d8cbe21]

INTEGRATION: CWS dbgmacros1 (1.7.22.1.16); FILE MERGED 2003/04/09 10:52:33 kso 1.7.22.1.16.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f3f985a67a4c4bc1a4a78b98031214f96be325bf]

INTEGRATION: CWS dbgmacros1 (1.11.30); FILE MERGED 2003/04/09 10:52:32 kso 1.11.30.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0530cc3c8491f60c069a77e2770d9fd35ef82f1c]

INTEGRATION: CWS dbgmacros1 (1.20.30); FILE MERGED 2003/04/09 10:52:31 kso 1.20.30.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [34e3e4b305f992abea4f82e0e186ab54699cd26b]

INTEGRATION: CWS dbgmacros1 (1.4.58); FILE MERGED 2003/04/09 10:52:31 kso 1.4.58.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [53a4cf2970f05a68e44a4b8e929aa5e617ab2f8d]

INTEGRATION: CWS dbgmacros1 (1.9.30); FILE MERGED 2003/04/09 10:52:30 kso 1.9.30.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [965e52bd8e4959bdc786eeca86f160c101ab931f]

INTEGRATION: CWS dbgmacros1 (1.15.30); FILE MERGED 2003/04/09 10:52:30 kso 1.15.30.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [58c8cc1594903e0a9b1ecf31c7341fd5f857f074]

INTEGRATION: CWS dbgmacros1 (1.1.4.1.22); FILE MERGED 2003/04/09 10:52:28 kso 1.1.4.1.22.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [066d3c7c5dcf0f186979f15976c3f49a8af6c3fa]

INTEGRATION: CWS dbgmacros1 (1.5.52); FILE MERGED 2003/04/09 10:52:27 kso 1.5.52.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3424232d2b157b38ea33bf4ca62b945da50b5266]

INTEGRATION: CWS dbgmacros1 (1.58.2.4.4); FILE MERGED 2003/04/09 10:52:27 kso 1.58.2.4.4.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5d3409061e8a36145f4f36c32969a7c71c4eb822]

INTEGRATION: CWS dbgmacros1 (1.8.52); FILE MERGED 2003/04/09 10:52:26 kso 1.8.52.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0120718b9a71e8c962053d761fd74f4a149adc31]

INTEGRATION: CWS dbgmacros1 (1.5.46); FILE MERGED 2003/04/15 15:03:08 kso 1.5.46.2: RESYNC: (1.5-1.6); FILE MERGED 2003/04/09 11:54:50 kso 1.5.46.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4ce59ff26bc2686f0e7d1f31c117e8f99ee14dc1]

INTEGRATION: CWS dbgmacros1 (1.4.44); FILE MERGED 2003/04/09 11:54:47 kso 1.4.44.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [db2e27ed0b2585ab882791337677f72ae168d39f]

INTEGRATION: CWS dbgmacros1 (1.16.4.1.12); FILE MERGED 2003/04/09 11:54:47 kso 1.16.4.1.12.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [cfdcf2c5d29f950e5c33e5cb9d6f4c975554a782]

INTEGRATION: CWS dbgmacros1 (1.7.44); FILE MERGED 2003/04/09 11:54:46 kso 1.7.44.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6dce250f293a1628b6ee4ebeb80bac30c29df0e2]

INTEGRATION: CWS dbgmacros1 (1.10.2.3.24); FILE MERGED 2003/04/09 11:54:45 kso 1.10.2.3.24.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6dacfa7852909aa6cb9bbf02757c9853ddaeaca2]

INTEGRATION: CWS dbgmacros1 (1.2.52); FILE MERGED 2003/04/09 11:54:44 kso 1.2.52.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f11908e5a0b7a44ce820484533dd71d9ab51c1d6]

INTEGRATION: CWS dbgmacros1 (1.4.50); FILE MERGED 2003/04/09 11:54:43 kso 1.4.50.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bcf1344be6e6f404945d01a587f186f8c2a9d09f]

INTEGRATION: CWS dbgmacros1 (1.3.46); FILE MERGED 2003/04/09 11:54:43 kso 1.3.46.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a3f8cdd77be0667ff0cd4d51d42f7ccc8901e972]

INTEGRATION: CWS dbgmacros1 (1.2.54); FILE MERGED 2003/04/15 15:03:30 kso 1.2.54.2: RESYNC: (1.2-1.3); FILE MERGED 2003/04/09 11:54:39 kso 1.2.54.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b042342118c0258839bb0c1225d8251f96f800eb]

INTEGRATION: CWS dbgmacros1 (1.13.6); FILE MERGED 2003/04/09 10:18:20 kso 1.13.6.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2d160396571d2bf86b1d590ac2414ea0c469f9c6]

INTEGRATION: CWS dbgmacros1 (1.9.6); FILE MERGED 2003/04/09 10:18:19 kso 1.9.6.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6f475563719c8e8d81528adf95cfafde3ad59f93]

INTEGRATION: CWS dbgmacros1 (1.2.6); FILE MERGED 2003/04/09 10:18:19 kso 1.2.6.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [cd1a1efb7444f97eb2d695601a6ef1f6ae127a62]

INTEGRATION: CWS dbgmacros1 (1.4.10); FILE MERGED 2003/04/10 16:35:49 kso 1.4.10.2: RESYNC: (1.6); BINARY 2003/04/10 08:35:33 kso 1.4.10.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [695aa30d2a6775761b6cd5ba104308ca6d94e031]

INTEGRATION: CWS dbgmacros1 (1.76.2.5.18); FILE MERGED 2003/04/10 08:35:31 kso 1.76.2.5.18.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b795bf00cb3213b69c1de1d988105b526975a4db]

INTEGRATION: CWS dbgmacros1 (1.14.2.3.34); FILE MERGED 2003/04/10 08:35:29 kso 1.14.2.3.34.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [efb9363b6e80a67530757ae1ccd0e3d1363a7b63]

INTEGRATION: CWS dbgmacros1 (1.14.2.2.16); FILE MERGED 2003/04/09 12:05:00 kso 1.14.2.2.16.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [026f738da07078eb0183fe5c77adabdd0a312d91]

INTEGRATION: CWS dbgmacros1 (1.5.2.3.2); FILE MERGED 2003/04/15 14:40:15 kso 1.5.2.3.2.2: RESYNC: (1.6-1.7); FILE MERGED 2003/04/09 12:04:57 kso 1.5.2.3.2.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [18d109413f187ed2898a13c8d7c8f0e28fbe6732]

INTEGRATION: CWS dbgmacros1 (1.11.2.1.16); FILE MERGED 2003/04/15 14:39:59 kso 1.11.2.1.16.2: RESYNC: (1.12-1.13); FILE MERGED 2003/04/09 12:04:56 kso 1.11.2.1.16.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [61aa97805b9f3a6672210b090cdd9538f2e22c9b]

INTEGRATION: CWS dbgmacros1 (1.3.32); FILE MERGED 2003/04/09 12:04:53 kso 1.3.32.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1ba88a22002fc0642194564fae200e9f8b903a27]

INTEGRATION: CWS dbgmacros1 (1.18.2.1.22); FILE MERGED 2003/04/15 14:41:27 kso 1.18.2.1.22.2: RESYNC: (1.19-1.20); FILE MERGED 2003/04/09 12:04:52 kso 1.18.2.1.22.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [67401044fac08ea88fe5baeb72faf7cd34cf092a]

INTEGRATION: CWS dbgmacros1 (1.1.1.1.64); FILE MERGED 2003/04/09 12:04:51 kso 1.1.1.1.64.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c8839d4be17e32e7e2b7ccbfc386d32141e98718]

INTEGRATION: CWS dbgmacros1 (1.33.32); FILE MERGED 2003/04/15 14:41:49 kso 1.33.32.2: RESYNC: (1.33-1.34); FILE MERGED 2003/04/09 12:04:49 kso 1.33.32.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1d0f050aeb78d9568952e0103fdb6ff59a81ef04]

INTEGRATION: CWS dbgmacros1 (1.89.2.7.20); FILE MERGED 2003/04/15 14:34:13 kso 1.89.2.7.20.2: RESYNC: (1.90-1.92); FILE MERGED 2003/04/10 09:28:46 kso 1.89.2.7.20.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [36e110f601f100f614aedbab46bfb1ca688ee4f1]

INTEGRATION: CWS dbgmacros1 (1.37.2.4.22); FILE MERGED 2003/04/10 17:49:52 kso 1.37.2.4.22.2: RESYNC: (1.37.2.4-1.39); FILE MERGED 2003/04/10 09:28:46 kso 1.37.2.4.22.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0c8e2f23ab991c56bb517972bfa07796725d3f51]

INTEGRATION: CWS dbgmacros1 (1.153.2.6.20); FILE MERGED 2003/04/10 09:28:45 kso 1.153.2.6.20.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a9cbdc25fcb9f50bd1e8962c29159da8a4324574]

INTEGRATION: CWS dbgmacros1 (1.1.1.1.174); FILE MERGED 2003/04/10 09:28:44 kso 1.1.1.1.174.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4e546ece2b323651cdaec54b294143a852c6d8e2]

INTEGRATION: CWS dbgmacros1 (1.5.138); FILE MERGED 2003/04/10 09:28:42 kso 1.5.138.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2c059bac28ecf60ccdafafd8e657ee774b8793ad]

INTEGRATION: CWS dbgmacros1 (1.3.150); FILE MERGED 2003/04/10 09:28:41 kso 1.3.150.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [507171fdc4d3bd2c17062aa18d894154c3f9b502]

INTEGRATION: CWS dbgmacros1 (1.4.150); FILE MERGED 2003/04/10 09:28:41 kso 1.4.150.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c4af21ec4660b8c56864c9aca007a2d05dc5268a]

INTEGRATION: CWS dbgmacros1 (1.7.164); FILE MERGED 2003/04/15 14:32:21 kso 1.7.164.2: RESYNC: (1.7-1.8); FILE MERGED 2003/04/10 09:28:41 kso 1.7.164.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4414c35a26cd24521e5c5b84a7414f7db4d4e8f4]

INTEGRATION: CWS dbgmacros1 (1.13.144); FILE MERGED 2003/04/15 14:32:07 kso 1.13.144.2: RESYNC: (1.13-1.14); FILE MERGED 2003/04/10 09:28:40 kso 1.13.144.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [67444c1c25b162a20b93bb391e5dd0c7546b2fa0]

INTEGRATION: CWS dbgmacros1 (1.5.164); FILE MERGED 2003/04/10 09:28:40 kso 1.5.164.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9d2911cf93c66040eae3b5710f3ff298b8f92cc7]

INTEGRATION: CWS dbgmacros1 (1.12.136); FILE MERGED 2003/04/10 09:28:39 kso 1.12.136.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3ac6439fd4269ebb2d92742a20effd2276c54a10]

INTEGRATION: CWS dbgmacros1 (1.23.4.3.20); FILE MERGED 2003/04/15 14:31:49 kso 1.23.4.3.20.2: RESYNC: (1.25-1.26); FILE MERGED 2003/04/10 09:28:39 kso 1.23.4.3.20.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c1607ee06831fba658ed2cb4b92231646f977d1b]

INTEGRATION: CWS dbgmacros1 (1.22.2.2.22); FILE MERGED 2003/04/10 09:28:39 kso 1.22.2.2.22.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [143a8cdde78182df87a7317c8cfa9c48686e968c]

INTEGRATION: CWS dbgmacros1 (1.6.138); FILE MERGED 2003/04/10 09:28:38 kso 1.6.138.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d8fe76b6b17f1e22df7430a4ddc4d40d9c97a56c]

INTEGRATION: CWS dbgmacros1 (1.98.2.3.22); FILE MERGED 2003/04/15 14:31:34 kso 1.98.2.3.22.2: RESYNC: (1.99-1.100); FILE MERGED 2003/04/10 09:28:37 kso 1.98.2.3.22.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b4ab8bff57f937cfc2b4fdc78ca6038e579eaf7f]

INTEGRATION: CWS dbgmacros1 (1.16.128); FILE MERGED 2003/04/10 09:28:37 kso 1.16.128.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d2a16e898d5b5827a4e25fdb991fb2ca47a3a1ad]

INTEGRATION: CWS dbgmacros1 (1.22.4.5.22); FILE MERGED 2003/04/10 09:28:36 kso 1.22.4.5.22.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [45781115d7fa9ba007009f227d74a7d67c99f5ca]

INTEGRATION: CWS dbgmacros1 (1.13.6.2.22); FILE MERGED 2003/04/10 09:28:36 kso 1.13.6.2.22.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8a5c79774db84e698bcbfc710e97ded153c97a97]

INTEGRATION: CWS dbgmacros1 (1.37.8.2.56); FILE MERGED 2003/04/15 14:26:33 kso 1.37.8.2.56.2: RESYNC: (1.38-1.39); FILE MERGED 2003/04/10 09:28:33 kso 1.37.8.2.56.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a77467d0451bc7a3339409a590321187fe781d1a]

INTEGRATION: CWS dbgmacros1 (1.9.132); FILE MERGED 2003/04/15 14:25:55 kso 1.9.132.2: RESYNC: (1.9-1.10); FILE MERGED 2003/04/10 09:28:32 kso 1.9.132.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2511654b3deb17950fbf9a46ce442a319ded83b5]

INTEGRATION: CWS dbgmacros1 (1.5.4.1.56); FILE MERGED 2003/04/10 09:28:31 kso 1.5.4.1.56.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [08f9ce4bd46a19d70887bb595292cba4da2fff78]

INTEGRATION: CWS dbgmacros1 (1.20.2.4.54); FILE MERGED 2003/04/10 17:55:45 kso 1.20.2.4.54.2: RESYNC: (1.20.2.4-1.21); FILE MERGED 2003/04/10 09:28:31 kso 1.20.2.4.54.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b468e1bbae8d83a18e84d16d89a9a83199f7e4db]

INTEGRATION: CWS dbgmacros1 (1.6.150); FILE MERGED 2003/04/10 09:28:30 kso 1.6.150.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [40bb665d9c78bcf407746a1b7d9a4245d4129853]

INTEGRATION: CWS dbgmacros1 (1.2.174); FILE MERGED 2003/04/10 09:28:30 kso 1.2.174.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [19c8803662c2e37cf01b916d60b9cfbaccbc8cb9]

INTEGRATION: CWS dbgmacros1 (1.20.128); FILE MERGED 2003/04/10 09:28:30 kso 1.20.128.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9983e188997cc4666dcefec7606c0b7bc7963f38]

INTEGRATION: CWS dbgmacros1 (1.16.138); FILE MERGED 2003/04/10 09:28:29 kso 1.16.138.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [01984821a53f1af9a53cee5e0c35a8cf302837d5]

INTEGRATION: CWS dbgmacros1 (1.22.138); FILE MERGED 2003/04/10 09:28:29 kso 1.22.138.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [30932d281c2d180f5c48ab3b80c5ee5b038b53d5]

INTEGRATION: CWS dbgmacros1 (1.17.128); FILE MERGED 2003/04/10 09:28:29 kso 1.17.128.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2c146246eb14826e326fe375aff935c62d05838c]

INTEGRATION: CWS dbgmacros1 (1.1.1.1.174); FILE MERGED 2003/04/10 09:28:28 kso 1.1.1.1.174.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [af986e167a4506c6077587856c2af6bb81ed0196]

INTEGRATION: CWS dbgmacros1 (1.89.2.2.20); FILE MERGED 2003/04/15 14:20:20 kso 1.89.2.2.20.2: RESYNC: (1.90-1.91); FILE MERGED 2003/04/10 09:28:27 kso 1.89.2.2.20.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [cd951b028a09cdc1fe888070e575142c57dd4b82]

INTEGRATION: CWS dbgmacros1 (1.19.2.5.22); FILE MERGED 2003/04/10 09:28:24 kso 1.19.2.5.22.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [dc1b3856893463e903c7a8ea3779c40b3b925197]

INTEGRATION: CWS dbgmacros1 (1.39.2.2.56); FILE MERGED 2003/04/10 09:28:23 kso 1.39.2.2.56.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0d340a17165afdd994629af89d60d95bb39848a8]

INTEGRATION: CWS dbgmacros1 (1.46.2.6.22); FILE MERGED 2003/04/15 14:16:56 kso 1.46.2.6.22.2: RESYNC: (1.47-1.48); FILE MERGED 2003/04/10 09:28:22 kso 1.46.2.6.22.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [cf4133d334f850d687540095d7a11097785f4152]

INTEGRATION: CWS dbgmacros1 (1.1.1.1.48.1.58); FILE MERGED 2003/04/10 09:28:22 kso 1.1.1.1.48.1.58.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [201ac32baa8b2de3f4a9c946a22d0c61c32b0802]

INTEGRATION: CWS dbgmacros1 (1.11.6.1.56); FILE MERGED 2003/04/10 09:28:21 kso 1.11.6.1.56.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [dc9078b7e9a32e36c9d591dbf7f9a8d019760faf]

INTEGRATION: CWS dbgmacros1 (1.41.2.3.20); FILE MERGED 2003/04/10 09:28:20 kso 1.41.2.3.20.1: #108413# - debug macro unification.


2003-04-15  Armin Weiss  <aw@openoffice.org>  [90cdf109d2dec68ed77a69795f5cec67bfede6f7]

Extended the Polygon implementation Splitted the Polygon tooling into PolygonTools and own namespace Changed names of local include files for templates


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4cd2a5e77a63eb6e13c8c118036eb9fcefecfd12]

INTEGRATION: CWS dbgmacros1 (1.3.2.1.12); FILE MERGED 2003/04/09 12:06:51 kso 1.3.2.1.12.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [81b200b187d8705fe1260c4832a3d1e92a24433e]

INTEGRATION: CWS dbgmacros1 (1.1.56); FILE MERGED 2003/04/09 12:06:51 kso 1.1.56.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ab185c26c3563fe8d13a7ae200686a149c0ff823]

INTEGRATION: CWS dbgmacros1 (1.1.56); FILE MERGED 2003/04/09 12:06:50 kso 1.1.56.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [937bd40399741c2dbe2d1e0ec0a309e9cf7ba733]

INTEGRATION: CWS dbgmacros1 (1.6.24); FILE MERGED 2003/04/09 12:06:50 kso 1.6.24.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [19a664b48a076a07be78e408c0df279da6829d1c]

INTEGRATION: CWS dbgmacros1 (1.1.56); FILE MERGED 2003/04/09 12:06:49 kso 1.1.56.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d9ab9a8046a23437df8a802cf669d655752080a7]

INTEGRATION: CWS dbgmacros1 (1.1.34.1.12); FILE MERGED 2003/04/09 12:06:48 kso 1.1.34.1.12.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9f9a1e8836405f3655f22bedc0ff798c3cd4eafe]

INTEGRATION: CWS dbgmacros1 (1.1.56); FILE MERGED 2003/04/09 12:06:47 kso 1.1.56.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8f924a0fe3bbfbbb95318d30f6b058935d5284e4]

INTEGRATION: CWS dbgmacros1 (1.14.24); FILE MERGED 2003/04/09 12:06:45 kso 1.14.24.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [484b9338a7735ff02db3d920a43cb9a4cba10492]

INTEGRATION: CWS dbgmacros1 (1.2.46); FILE MERGED 2003/04/09 12:06:43 kso 1.2.46.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [cf894f99c9066462fe7339568b7f2f521a498b7a]

INTEGRATION: CWS dbgmacros1 (1.2.44); FILE MERGED 2003/04/09 12:06:42 kso 1.2.44.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [93d666774a6cf8998ead5353dc0ab77aa60fef4e]

INTEGRATION: CWS dbgmacros1 (1.4.44); FILE MERGED 2003/04/09 12:06:39 kso 1.4.44.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [664c887f5d6331fe23a1f5edd2bb9aa5de7fb6c1]

INTEGRATION: CWS dbgmacros1 (1.1.4.2.22); FILE MERGED 2003/04/10 09:21:11 kso 1.1.4.2.22.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [00af91ace5db9db4596cf4cf79270c722a7cff8e]

INTEGRATION: CWS dbgmacros1 (1.42.2.3.12); FILE MERGED 2003/04/10 09:21:10 kso 1.42.2.3.12.1: #108413# - debug macro unification.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [209f95c48ae4f7dbf4cd9617256f95498a4388f8]

INTEGRATION: CWS tune01 (1.11.8.2.8); FILE MERGED 2003/04/01 12:07:47 mhu 1.11.8.2.8.5: #108383# Removed excess shared library dependencies. 2003/03/28 18:05:31 mhu 1.11.8.2.8.4: #108383# Removed excess shared library dependencies. 2003/03/10 18:24:40 er 1.11.8.2.8.3: #i11962# use I18NUTILLIB macro from libs.mk 2003/03/04 20:29:03 khong 1.11.8.2.8.2: #i11962# link new library i18nutil for Unicode::* 2003/03/02 13:58:18 mhu 1.11.8.2.8.1: #i11962# Added symbol scoping linker mapfiles to dynamically loaded libraries.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1bf3a32c767f1abfb4f572eaf2867b6640ceb2eb]

INTEGRATION: CWS tune01 (1.7.6.3.14); FILE MERGED 2003/03/28 18:09:25 mhu 1.7.6.3.14.1: #108383# Removed excess shared library dependencies.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bb027c311003ee14a7e21a6e07fa57e7ec2b53f8]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/02 13:58:18 mhu 1.1.2.1: #i11962# Added symbol scoping linker mapfiles to dynamically loaded libraries.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [88906c67f5ebdbf373f9f64fa6dd0ae56f58933e]

INTEGRATION: CWS tune01 (1.13.6.1.30); FILE MERGED 2003/03/07 20:44:36 mhu 1.13.6.1.30.2: RESYNC: (1.13.6.1-1.13.6.1.2.1); FILE MERGED 2003/03/02 13:58:16 mhu 1.13.6.1.30.1: #i11962# Added symbol scoping linker mapfiles to dynamically loaded libraries.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [20091cdbe11edd5200f9591899a4726ea4bedc59]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/02 13:58:16 mhu 1.1.2.1: #i11962# Added symbol scoping linker mapfiles to dynamically loaded libraries.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7e3bcc37fcd62af7ba50b226f0fb12fca27c81b2]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/02 13:58:15 mhu 1.1.2.1: #i11962# Added symbol scoping linker mapfiles to dynamically loaded libraries.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [319ac60e79bf7e3d4941c17b43cdd035daa61bd8]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/02 13:58:14 mhu 1.1.2.1: #i11962# Added symbol scoping linker mapfiles to dynamically loaded libraries.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [aed8471ba61507e5971c4db27d8811ceeac68d82]

INTEGRATION: CWS tune01 (1.2.38); FILE MERGED 2003/04/08 04:08:39 mhu 1.2.38.2: RESYNC: (1.2-1.3); FILE MERGED 2003/03/02 13:58:13 mhu 1.2.38.1: #i11962# Added symbol scoping linker mapfiles to dynamically loaded libraries.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9ce52532e6cceddb2dfbe65609a85c57160486cb]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/02 13:58:12 mhu 1.1.2.1: #i11962# Added symbol scoping linker mapfiles to dynamically loaded libraries.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [60d92e81679fded787a0ea92a77b5db585437a40]

INTEGRATION: CWS tune01 (1.8.2.1.8); FILE MERGED 2003/03/07 20:45:12 mhu 1.8.2.1.8.2: RESYNC: (1.8.2.1-1.8.2.2); FILE MERGED 2003/03/02 13:58:11 mhu 1.8.2.1.8.1: #i11962# Added symbol scoping linker mapfiles to dynamically loaded libraries.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c7fb2a80edbf49c430ad3b6d5f3a2abe085bce7f]

INTEGRATION: CWS tune01 (1.2.40); FILE MERGED 2003/03/12 06:27:44 khong 1.2.40.1: #i11962# extract case/karan/width ignore to i18nutil to share between i18n and i18npool


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1f16d898fe7926ad1e5341532376bd2f4c0d9089]

INTEGRATION: CWS tune01 (1.5.30); FILE MERGED 2003/03/12 16:20:47 er 1.5.30.1: #i11962# include .hpp files, not .hdl


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [eb355270323d24d5202c8211c3bca0d0e9f1d4d1]

INTEGRATION: CWS tune01 (1.3.58); FILE MERGED 2003/03/28 18:04:36 mhu 1.3.58.1: #108383# Removed excess shared library dependencies.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f23bc652e02b80c0431da0c15757ec3380b9593a]

INTEGRATION: CWS tune01 (1.5.64); FILE MERGED 2003/04/02 16:41:13 mhu 1.5.64.2: #108383# Removed excess shared library dependencies. 2003/04/01 12:01:29 sj 1.5.64.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [382beffafbd5c2dd94e32efd44b13fac4c0fdcd2]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 12:01:29 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e70824f4d8447a13ac305a2eea37391cf166f990]

INTEGRATION: CWS tune01 (1.5.64); FILE MERGED 2003/04/02 16:41:12 mhu 1.5.64.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:58:54 sj 1.5.64.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [67993b70d570a1cad185a604bf9a53cced016204]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:58:53 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [db66f0dab736ca485fd080c7a08e34a78b8bf0e4]

INTEGRATION: CWS tune01 (1.5.64); FILE MERGED 2003/04/02 16:41:12 mhu 1.5.64.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:57:24 sj 1.5.64.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [037b297fa054b5c976479e86f937eab499ae7a19]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:57:24 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d198b1c6cd9250e991389c0644878bbe07a3056c]

INTEGRATION: CWS tune01 (1.5.64); FILE MERGED 2003/04/02 16:41:11 mhu 1.5.64.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:55:40 sj 1.5.64.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [160f3bc6b2f0ea2a5abb991ff1e1e32507afceb7]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:55:39 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2b63c66d870641034488fc795958b7c664fab7b3]

INTEGRATION: CWS tune01 (1.4.58); FILE MERGED 2003/04/02 16:41:10 mhu 1.4.58.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:53:54 sj 1.4.58.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [43ca23e3dd97b1b48f75e70296edf635ccf1ed4d]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:53:54 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a1f3e83606469180d51865b96537fe1954ab5ee9]

INTEGRATION: CWS tune01 (1.4.58); FILE MERGED 2003/04/02 16:41:10 mhu 1.4.58.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:49:14 sj 1.4.58.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a4378c164f35adbdca68ba6b08f2bbfdc2616660]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:49:13 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5e2998871535277e81cbfa6121da1424d510c760]

INTEGRATION: CWS tune01 (1.6.58); FILE MERGED 2003/04/02 16:41:09 mhu 1.6.58.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:47:31 sj 1.6.58.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2bcafa445144f0f7e7d399b01d45a46843f52dc9]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:47:31 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [503171158715f90ee3223deb58d9d5dba00acb00]

INTEGRATION: CWS tune01 (1.4.58); FILE MERGED 2003/04/02 16:41:08 mhu 1.4.58.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:44:28 sj 1.4.58.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [56df01478b300029146bc02cf27b13cee730a184]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:44:27 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [076e0e0257d6ad4125b04cc1afcda7a0ad59314b]

INTEGRATION: CWS tune01 (1.4.58); FILE MERGED 2003/04/02 16:41:08 mhu 1.4.58.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:42:58 sj 1.4.58.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9111e28be0272f408524d50dde0a25bc9da33818]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:42:58 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [95f89bbe5db4bb3939bee4bb337fbaa72366a53a]

INTEGRATION: CWS tune01 (1.4.58); FILE MERGED 2003/04/02 16:41:07 mhu 1.4.58.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:41:27 sj 1.4.58.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8bffa9e8daad715acfb4d15a0ef38cb4ef1ea9b3]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:41:26 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c530f1d13d04da45d5ef603bd36cae077ab3d210]

INTEGRATION: CWS tune01 (1.4.58); FILE MERGED 2003/04/02 16:41:06 mhu 1.4.58.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:38:52 sj 1.4.58.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9943d523a26d97af3b67d8b1a2ec151a202d91a6]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:38:51 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [230995072b92fbc1723eceef442234cc668069c2]

INTEGRATION: CWS tune01 (1.5.46); FILE MERGED 2003/04/02 16:41:05 mhu 1.5.46.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:36:43 sj 1.5.46.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c52114c610201c0bf3df7423a4411332112d22a6]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:36:43 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ff9fa40f008d7d9a9f434976288a26bf369c1776]

INTEGRATION: CWS tune01 (1.4.58); FILE MERGED 2003/04/02 16:41:04 mhu 1.4.58.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:28:48 sj 1.4.58.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [94e8b79f882d91cdb47f2eb40f906df10dae80de]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:28:47 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f215faef7a186b0fc806aaee1c7b6d90603841a4]

INTEGRATION: CWS tune01 (1.4.58); FILE MERGED 2003/04/02 16:41:03 mhu 1.4.58.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:26:51 sj 1.4.58.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3aecee8497e010196f0d1e83c1298a283f13fcea]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:26:51 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [12623f5b2117467a938a5b3d51afa5fdc1d83293]

INTEGRATION: CWS tune01 (1.4.58); FILE MERGED 2003/04/02 16:41:03 mhu 1.4.58.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:24:50 sj 1.4.58.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ed2137e945e895958a23dbb90676c2a3ceaef14b]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:24:50 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [872cb1b950cd7824321ef20f52104277cfe4ab54]

INTEGRATION: CWS tune01 (1.3.58); FILE MERGED 2003/04/01 11:21:32 sj 1.3.58.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b4c6bc0edc71eb3fbcfdbc4b734cd404b096a86b]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:21:32 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5718ba98f39c3f8c562ee570fbaf1ada7add2a82]

INTEGRATION: CWS tune01 (1.3.58); FILE MERGED 2003/04/01 11:19:30 sj 1.3.58.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f429b312a1aef75bfdb2f8d4ed53ea3a83cfc658]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:19:29 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [441579a6bf3beccc2d583ec8b886793ded37a5bd]

INTEGRATION: CWS tune01 (1.3.58); FILE MERGED 2003/04/01 11:15:03 sj 1.3.58.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [997d17ea96a02fc68604ec5fd68b417762493a08]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:15:03 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [856f46ab716fccbc547e546bc65d1105199726e0]

INTEGRATION: CWS tune01 (1.3.58); FILE MERGED 2003/04/01 11:11:03 sj 1.3.58.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0befc7b412ff60bb5d82bac8d2327d8b88f3b2f0]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:11:03 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5b163eb1339944e6554fa2a4725269620289b6d0]

INTEGRATION: CWS tune01 (1.3.58); FILE MERGED 2003/04/01 11:07:29 sj 1.3.58.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a348c7ba5abfaa8fe5e2422d0282a150733ca3d8]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:07:29 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a58020d8df8442e807294bd03de4dc89b57ded23]

INTEGRATION: CWS tune01 (1.3.58); FILE MERGED 2003/04/01 11:03:35 sj 1.3.58.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9a885c423cfe168dcd7ab64f0c96c3b9418f5335]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:03:35 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0a6ffcf26b0cd6c3e82a50fc0eff57b988c588b8]

INTEGRATION: CWS tune01 (1.3.58); FILE MERGED 2003/04/01 10:54:52 sj 1.3.58.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f6563d35d8e9e4b1b4abb1a56742c840bd4cdc0f]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 10:54:52 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6b73f9d71dfd180cfdb074a7a02c2e074c864699]

INTEGRATION: CWS tune01 (1.9.24); FILE MERGED 2003/03/12 16:12:30 pl 1.9.24.1: #i12151# add: map file


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [edd31bb63b73e55ea74f167d29dbbc673894dbdd]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/12 16:12:32 pl 1.1.2.1: #i12151# add: map file


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d72c4c2ab5aa22f957c9e91957d31f6cc069ae45]

INTEGRATION: CWS tune01 (1.5.18.1.14); FILE MERGED 2003/03/28 18:10:13 mhu 1.5.18.1.14.2: #108383# Removed excess shared library dependencies. 2003/03/12 15:50:36 pl 1.5.18.1.14.1: #i12151# add: map file, remove: useless outdated test progra,


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [052c082d778cf07f4ee1f735ae185826bbfa7e39]

INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/12 15:50:37 pl 1.1.2.1: #i12151# add: map file, remove: useless outdated test progra,


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [916d137ac5e8825b54410161d100bd3d2589af68]

INTEGRATION: CWS tune01 (1.12.72); FILE MERGED 2003/04/01 12:05:50 mhu 1.12.72.1: #108383# Removed excess shared library dependencies.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7abb11939e11f204549d525caf112922f376287b]

INTEGRATION: CWS tune01 (1.40.4.2.28); FILE MERGED 2003/04/01 12:31:53 mhu 1.40.4.2.28.2: #108383# Removed excess shared library dependencies. 2003/03/24 21:02:14 mhu 1.40.4.2.28.1: #108383# Added missing dependencies for libaudio.a under solaris.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8208c9a4ea4a837e96d848c9c31db5f386795fdd]

INTEGRATION: CWS tune01 (1.41.6.2.66); FILE MERGED 2003/04/07 19:51:20 mhu 1.41.6.2.66.3: RESYNC: (1.41.6.2-1.43); FILE MERGED 2003/04/05 14:19:12 mhu 1.41.6.2.66.2: #108383# Fixed bmpgui, g2g dependency on SVMain(). 2003/04/01 12:36:39 mhu 1.41.6.2.66.1: #108383# Removed excess shared library dependencies.


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [52793f852a1bdeb2bf20112ecd5915d7ccf68cec]

INTEGRATION: CWS tune01 (1.5.158); FILE MERGED 2003/04/05 14:19:10 mhu 1.5.158.1: #108383# Fixed bmpgui, g2g dependency on SVMain().


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6231e2f893d57e2c2392701fca174989a5466eee]

INTEGRATION: CWS tune01 (1.4.142); FILE MERGED 2003/04/05 14:19:09 mhu 1.4.142.1: #108383# Fixed bmpgui, g2g dependency on SVMain().


2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [011d929e9b4ad4ceecd009046d4d9a57bb82fe2c]

INTEGRATION: CWS tune01 (1.7.6.1.18); FILE MERGED 2003/04/03 20:20:40 mhu 1.7.6.1.18.1: #108383# Removed excess shared library dependencies.


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3ceda6a5952381d6abbab4b45cae04d7660ac9e1]

INTEGRATION: CWS vcl07 (1.1.1.1.54); FILE MERGED 2003/04/02 20:31:31 pl 1.1.1.1.54.1: #i12889# use path ellipsis in progress dialogue


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [2ff2a61fce87ee8573f7abcee8d6d0ea0edf1cfd]

INTEGRATION: CWS vcl07 (1.89.2.5.20); FILE MERGED 2003/03/31 14:59:27 ssa 1.89.2.5.20.5: #i12401# workaround unicows.dll bug in CharUpperBuffW 2003/03/24 17:16:39 pl 1.89.2.5.20.4: #108089# implement SetPluginParent 2003/03/20 13:29:34 pl 1.89.2.5.20.3: RESYNC: (1.89.2.5-1.89.2.7); FILE MERGED 2003/03/18 08:12:04 ssa 1.89.2.5.20.2: #i11583# merge WM_UNICHAR support 2003/03/11 17:55:32 ssa 1.89.2.5.20.1: #i9825# make tooltips topmost windows


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [46dde617022c6efd2d823c5703089e8f7c16b9dd]

INTEGRATION: CWS vcl07 (1.60.2.2.20); FILE MERGED 2003/04/04 15:47:26 hdu 1.60.2.2.20.5: #i13032# fix problem of mixed script items 2003/04/04 09:07:11 ssa 1.60.2.2.20.4: #108267# limit number of glyphs in ExtTextOut 2003/04/02 17:02:36 hdu 1.60.2.2.20.3: #i12826# fix glyph replacement for SimpleWinLayout at start of text 2003/03/20 13:30:00 pl 1.60.2.2.20.2: RESYNC: (1.60.2.2-1.60.2.4); FILE MERGED 2003/03/14 12:15:57 hdu 1.60.2.2.20.1: #98919# allow SimpleWinLayout::DrawText on different compatible DC


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [fa3af8dfaf0f7e03ca7742c9ab80fb9b199d575f]

INTEGRATION: CWS vcl07 (1.9.2.3.2); FILE MERGED 2003/04/03 15:10:02 ssa 1.9.2.3.2.1: #i9920# enable file picker when printing to FILE port


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [94c184ef5d7c40e446e83bbc339648ca6aa2163e]

INTEGRATION: CWS vcl07 (1.3.96); FILE MERGED 2003/04/03 15:10:04 ssa 1.3.96.1: #i9920# enable file picker when printing to FILE port


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c99513bc490704ba773bd393f5663439e099e990]

INTEGRATION: CWS vcl07 (1.11.2.1.24); FILE MERGED 2003/03/24 17:16:38 pl 1.11.2.1.24.2: #108089# implement SetPluginParent 2003/03/11 17:54:54 ssa 1.11.2.1.24.1: #i9825# improve winxp check


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [1a5772ed7692892bc8aa4c7b873e52c491f8d6f3]

INTEGRATION: CWS vcl07 (1.3.108); FILE MERGED 2003/03/24 17:16:36 pl 1.3.108.1: #108089# implement SetPluginParent


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c14dd3ad5fea314c66d2a0d4865f11cdaf23926d]

INTEGRATION: CWS vcl07 (1.8.14.2.24); FILE MERGED 2003/03/24 17:16:36 pl 1.8.14.2.24.1: #108089# implement SetPluginParent


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [13961bbbf86f15dd147d5b7cfaf9688d027e9a06]

INTEGRATION: CWS vcl07 (1.40.4.2.22); FILE MERGED 2003/04/01 15:23:17 hdu 1.40.4.2.22.3: #108408# dynamic linking of libfreetype 2003/04/01 13:18:29 pl 1.40.4.2.22.2: #107283# link xinerama only on x86 until we can provide PIC version 2003/03/26 11:25:38 pl 1.40.4.2.22.1: #107283# Xinerama awareness (Linux)


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b3d5ceb562161858694693e545a0bf68806bd2c5]

INTEGRATION: CWS vcl07 (1.153.2.5.22); FILE MERGED 2003/04/02 15:34:07 pl 1.153.2.5.22.10: #107739# workaround for ReflectionX 2003/03/28 16:08:13 pl 1.153.2.5.22.9: #i12701# avoid a positive resonance 2003/03/26 15:21:13 pl 1.153.2.5.22.8: #i10424# delay session initiation until just before first window is mapped 2003/03/26 11:39:28 pl 1.153.2.5.22.7: #107283# Xinerama awareness (Linux) 2003/03/26 11:25:36 pl 1.153.2.5.22.6: #107283# Xinerama awareness (Linux) 2003/03/24 14:34:17 pl 1.153.2.5.22.5: #108089# implement SetPluginParent 2003/03/20 13:30:05 pl 1.153.2.5.22.4: RESYNC: (1.153.2.5-1.153.2.6); FILE MERGED 2003/03/17 17:58:02 pl 1.153.2.5.22.3: #107364# still more workarounds for crappy Dtwm 2003/03/14 13:07:58 pl 1.153.2.5.22.2: #108213# fixed esoteric SEGV due to event sequence 2003/03/10 17:14:10 pl 1.153.2.5.22.1: #i11926# workaround broken IceWM


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [957628d08d63686af2941e0efc5e087da05ed004]

INTEGRATION: CWS vcl07 (1.7.132); FILE MERGED 2003/03/31 15:25:47 hdu 1.7.132.1: #107559# add ExtendedFontStruct::GetFontCodeRanges()


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [18cb6b3936ef929baefea5db3bcd54fc19359805]

INTEGRATION: CWS vcl07 (1.13.112); FILE MERGED 2003/03/31 15:26:07 hdu 1.13.112.1: #107559# implement ExtendedFontStruct::GetFontCodeRanges()


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [2420c325ebeb029d91381fefbc97f9d2cfa6bbe2]

INTEGRATION: CWS vcl07 (1.23.4.2.26); FILE MERGED 2003/03/31 15:20:43 hdu 1.23.4.2.26.5: #107559# use ExtendedFontStruct::GetFontCodeRanges() 2003/03/27 09:37:54 hdu 1.23.4.2.26.4: #98919# fix merge conflict 2003/03/20 16:51:42 pl 1.23.4.2.26.3: resync problems 2003/03/20 13:30:29 pl 1.23.4.2.26.2: RESYNC: (1.23.4.2-1.23.4.3); FILE MERGED 2003/03/14 11:38:29 hdu 1.23.4.2.26.1: #98919# force mnOrientation==0 for xfont


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [da3ef343308c9677b1bdf950808e93272bfbe841]

INTEGRATION: CWS vcl07 (1.98.2.3.2); FILE MERGED 2003/04/01 18:31:07 pl 1.98.2.3.2.1: make debug code less noisy


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ab18f2e1eb81990f4ae4d0fb5ac6d983090a0b71]

INTEGRATION: CWS vcl07 (1.37.8.2.22); FILE MERGED 2003/04/03 14:28:23 pl 1.37.8.2.22.5: #i12821# windowmaker needs the same workaround as icewm 2003/04/02 15:34:06 pl 1.37.8.2.22.4: #107739# workaround for ReflectionX 2003/03/28 16:06:10 pl 1.37.8.2.22.3: #107283# limit full screen windows to one Xinerama screen (unless _NET_WM_STATE_FULLSCREEN supported) 2003/03/17 17:58:01 pl 1.37.8.2.22.2: #107364# still more workarounds for crappy Dtwm 2003/03/10 17:14:09 pl 1.37.8.2.22.1: #i11926# workaround broken IceWM


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d27692004884c3db6b5b11e2f34de43dfa54088a]

INTEGRATION: CWS vcl07 (1.9.12.2.22); FILE MERGED 2003/04/01 18:30:21 pl 1.9.12.2.22.1: removed old debug assertions


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [76910cc59a5bbd88a70b9005ebc0f896ee71aaed]

INTEGRATION: CWS vcl07 (1.9.100); FILE MERGED 2003/03/26 15:21:12 pl 1.9.100.1: #i10424# delay session initiation until just before first window is mapped


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [8b0b8eab68189b582fcfc8df3d13f3ad9cfca2ba]

INTEGRATION: CWS vcl07 (1.38.6.4.2); FILE MERGED 2003/04/01 13:18:46 pl 1.38.6.4.2.5: #107283# link xinerama only on x86 until we can provide PIC version 2003/03/28 13:02:11 pl 1.38.6.4.2.4: #107283# use load on call on Solaris 2003/03/27 09:33:12 pl 1.38.6.4.2.3: #107283# Xinerama awareness (Solaris) 2003/03/26 15:21:11 pl 1.38.6.4.2.2: #i10424# delay session initiation until just before first window is mapped 2003/03/26 11:25:35 pl 1.38.6.4.2.1: #107283# Xinerama awareness (Linux)


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [645dcdce67ecd5ed8ba290883f50fb965e14d3a1]

INTEGRATION: CWS vcl07 (1.20.2.4.22); FILE MERGED 2003/03/26 12:24:53 pl 1.20.2.4.22.1: #107827# do not report timeout while in dispatching timeout


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d2f833882fcf560263de7f71285512f925978dca]

INTEGRATION: CWS vcl07 (1.10.4.1.26); FILE MERGED 2003/03/31 15:27:31 hdu 1.10.4.1.26.2: #107559# cache FontCodeRanges for LayoutText 2003/03/14 11:31:08 hdu 1.10.4.1.26.1: #98919# xfont needs own AdjustLayout method to account for mnOrientation==0


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [f4e1bcecf0cd846dc4b8886dd0c7b9dea9733cc2]

INTEGRATION: CWS vcl07 (1.15.12.1.40); FILE MERGED 2003/03/17 17:58:00 pl 1.15.12.1.40.2: #107364# still more workarounds for crappy Dtwm 2003/03/10 17:14:08 pl 1.15.12.1.40.1: #i11926# workaround broken IceWM


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b3e9139d010115a337304397a644249f65100a24]

INTEGRATION: CWS vcl07 (1.27.2.4.2); FILE MERGED 2003/03/24 14:34:15 pl 1.27.2.4.2.1: #108089# implement SetPluginParent


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [be3fb4ac784c9e7537f402c0ea2b878a38faa516]

INTEGRATION: CWS vcl07 (1.14.8.3.2); FILE MERGED 2003/03/26 11:25:34 pl 1.14.8.3.2.1: #107283# Xinerama awareness (Linux)


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d03cc51c8a7c3fd4c7280b8046cf3736729b2b36]

INTEGRATION: CWS vcl07 (1.5.6.1.44); FILE MERGED 2003/03/28 11:58:39 pl 1.5.6.1.44.2: #108089# reregister DnD after exchanging system window 2003/03/24 14:34:12 pl 1.5.6.1.44.1: #108089# implement SetPluginParent


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0eb3e41af129ce6a5241fac17af15df5fdbe73ec]

INTEGRATION: CWS vcl07 (1.165.2.10.20); FILE MERGED 2003/04/03 09:21:03 ssa 1.165.2.10.20.10: #107391# allow for external accessibility initialization 2003/04/02 18:39:30 pl 1.165.2.10.20.9: #i12888# optimize ImplInitFontList 2003/04/02 07:34:07 ssa 1.165.2.10.20.8: #i12331#, JAB needs messageboxes to have the role DIALOG 2003/04/01 19:36:03 pl 1.165.2.10.20.7: #i12888# delay GetDevFontList until needed 2003/03/28 11:58:38 pl 1.165.2.10.20.6: #108089# reregister DnD after exchanging system window 2003/03/28 10:41:25 ssa 1.165.2.10.20.5: #107480#, avoid multiple active frames in the accessibility hierarchy 2003/03/20 16:51:40 pl 1.165.2.10.20.4: resync problems 2003/03/20 13:26:20 pl 1.165.2.10.20.3: RESYNC: (1.165.2.10-1.165.2.11); FILE MERGED 2003/03/17 16:58:15 ssa 1.165.2.10.20.2: #107979# improve automatic DefModalDialogParent 2003/03/11 17:52:35 ssa 1.165.2.10.20.1: #i9825# make tooltips topmost windows


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [df538fe19002e3ebd5b59131e7f14489ae406658]

INTEGRATION: CWS vcl07 (1.15.96); FILE MERGED 2003/03/27 13:50:59 ssa 1.15.96.1: #108436# send notification on enable/disable toolboxitem


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [67333d352a9f0efd0ac5ef5af1924ee1e76bc28d]

INTEGRATION: CWS vcl07 (1.57.2.4.2); FILE MERGED 2003/03/26 14:29:36 ssa 1.57.2.4.2.1: #107712# make disabled entries selectable


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [139821ac77d24b4aa27f224845e32e86ba4b2c55]

INTEGRATION: CWS vcl07 (1.89.2.1.70); FILE MERGED 2003/03/20 13:26:38 pl 1.89.2.1.70.4: RESYNC: (1.89.2.1-1.89.2.2); FILE MERGED 2003/03/17 17:01:02 ssa 1.89.2.1.70.3: #107979# make menu implementation more fail safe 2003/03/11 14:10:56 tbe 1.89.2.1.70.2: #108062# UAA: Submenus return (wrong) XAccessibleContext 2003/03/10 17:18:04 tbe 1.89.2.1.70.1: #107946# added Set/GetAccessibleName(), Set/GetAccessibleDescription()


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [fdf694c40aec2aa8fa8f960d8b2e8a8972e6bc18]

INTEGRATION: CWS vcl07 (1.6.12.1.40); FILE MERGED 2003/03/20 13:26:34 pl 1.6.12.1.40.2: RESYNC: (1.6.12.1-1.6.12.2); FILE MERGED 2003/03/11 17:52:36 ssa 1.6.12.1.40.1: #i9825# make tooltips topmost windows


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [80130901c49ca50c5b599fa333e0d15788563a24]

INTEGRATION: CWS vcl07 (1.8.130); FILE MERGED 2003/03/20 17:33:17 pl 1.8.130.1: remove old crap


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [eeb200eb889844e1068086129b5b9e4c48e59a3c]

INTEGRATION: CWS vcl07 (1.37.2.4.2); FILE MERGED 2003/04/03 13:23:27 pl 1.37.2.4.2.1: #i12826# fallback fonts for pdf


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c899dda2f5ba89ce40e63ffdfaadae266e413e47]

INTEGRATION: CWS vcl07 (1.21.6.2.20); FILE MERGED 2003/04/03 13:23:27 pl 1.21.6.2.20.2: #i12826# fallback fonts for pdf 2003/03/27 16:06:46 pl 1.21.6.2.20.1: #i11001# text line color had wrong initial value


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e44bb5c2645cc5bbc12fb3df1e727642619d05ee]

INTEGRATION: CWS vcl07 (1.46.2.6.2); FILE MERGED 2003/04/03 19:48:24 pl 1.46.2.6.2.5: #108562# optimization for unstretched horizontal text 2003/04/03 18:57:43 pl 1.46.2.6.2.4: #108562# optimize font usage, use Tj vs. TJ 2003/04/03 13:23:26 pl 1.46.2.6.2.3: #i12826# fallback fonts for pdf 2003/04/02 17:46:25 pl 1.46.2.6.2.2: #108582# protect against empty polygons 2003/03/27 16:06:45 pl 1.46.2.6.2.1: #i11001# text line color had wrong initial value


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d5fee5aaa0075eb8565f96a5bc8faca632fece93]

INTEGRATION: CWS vcl07 (1.8.2.1.24); FILE MERGED 2003/04/01 19:36:01 pl 1.8.2.1.24.1: #i12888# delay GetDevFontList until needed


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5c1fcb585fb5bcf63557c4b76db626e61afcb1e8]

INTEGRATION: CWS vcl07 (1.142.2.11.16); FILE MERGED 2003/04/03 14:26:37 hdu 1.142.2.11.16.8: #105890# fix offsets for bitmap GetTextOutline 2003/04/03 13:23:26 pl 1.142.2.11.16.7: #i12826# fallback fonts for pdf 2003/04/02 18:39:28 pl 1.142.2.11.16.6: #i12888# optimize ImplInitFontList 2003/04/01 19:36:01 pl 1.142.2.11.16.5: #i12888# delay GetDevFontList until needed 2003/04/01 14:46:58 hdu 1.142.2.11.16.4: #107936# prefer SunDotum over SunBatang for Korean glyph fallback 2003/03/20 13:27:49 pl 1.142.2.11.16.3: RESYNC: (1.142.2.11-1.142.2.13); FILE MERGED 2003/03/14 11:29:11 hdu 1.142.2.11.16.2: #98919# re-implement bitmap text rotation for mnOwnOrientation case 2003/03/13 13:03:11 hdu 1.142.2.11.16.1: #107690# keep referenced font entries when WM_FONTCHANGE happens


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [472b78cc944fbe430ca579468102bb0cb4da306e]

INTEGRATION: CWS vcl07 (1.19.2.6.22); FILE MERGED 2003/04/01 19:36:00 pl 1.19.2.6.22.1: #i12888# delay GetDevFontList until needed


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [00e52f0b2165e90ee3169833d9b23ba170aae5bd]

INTEGRATION: CWS vcl07 (1.5.100); FILE MERGED 2003/03/18 10:27:36 thb 1.5.100.2: #105489# Testing for empty mask, too 2003/03/14 14:24:17 thb 1.5.100.1: #105489# Ensure a mask is exactly one bit deep


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [bc4e468a11c67c59e0da0d15d45579529f3ffeb6]

INTEGRATION: CWS vcl07 (1.22.2.2.22); FILE MERGED 2003/03/25 14:49:08 pl 1.22.2.2.22.1: #108351# add: ComboBox::GetListPosSizePixel


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [f616e745323cce7f45401206670d2d29982811ed]

INTEGRATION: CWS vcl07 (1.40.98); FILE MERGED 2003/04/03 09:21:57 ssa 1.40.98.1: #107391# allow for external accessibility initialization


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [62008f6fafa641f43d781f9f521c37d3a9468b1d]

INTEGRATION: CWS vcl07 (1.21.2.1.38); FILE MERGED 2003/04/03 09:21:56 ssa 1.21.2.1.38.1: #107391# allow for external accessibility initialization


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [f25c867dad65a9423a82c0315b430c7d8d9bb2ee]

INTEGRATION: CWS vcl07 (1.41.2.2.38); FILE MERGED 2003/04/03 09:21:56 ssa 1.41.2.2.38.4: #107391# allow for external accessibility initialization 2003/04/01 19:35:59 pl 1.41.2.2.38.3: #i12888# delay GetDevFontList until needed 2003/03/20 13:28:19 pl 1.41.2.2.38.2: RESYNC: (1.41.2.2-1.41.2.3); FILE MERGED 2003/03/17 16:58:39 ssa 1.41.2.2.38.1: #107979# improve automatic DefModalDialogParent


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [2b63894668fad8be82f9c57330d0ab16a6d12113]

INTEGRATION: CWS vcl07 (1.35.2.4.2); FILE MERGED 2003/04/03 09:21:55 ssa 1.35.2.4.2.1: #107391# allow for external accessibility initialization


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [1abb21af7b7186e7c4dadcb59f94d6a3267101d2]

INTEGRATION: CWS vcl07 (1.19.96); FILE MERGED 2003/03/12 07:50:49 ssa 1.19.96.1: #i9825# make tooltips topmost windows


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d91c126349fb7fef0a14312fd45fad9265e14868]

INTEGRATION: CWS vcl07 (1.14.2.2.10); FILE MERGED 2003/03/12 21:40:33 pl 1.14.2.2.10.1: #103308# emergency printer configuration for setup


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3b78c717a3721174ec1e9a264cb61b3f0e0c5aa6]

INTEGRATION: CWS vcl07 (1.5.2.2.10); FILE MERGED 2003/04/01 11:52:08 pl 1.5.2.2.10.4: #108474# fix imbalance between keys and ordered keys 2003/03/20 12:26:43 pl 1.5.2.2.10.3: RESYNC: (1.5.2.2-1.5.2.3); FILE MERGED 2003/03/12 21:40:32 pl 1.5.2.2.10.2: #103308# emergency printer configuration for setup 2003/03/12 13:09:28 pl 1.5.2.2.10.1: #i10309# more robust PPD file discovery


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [495ec3c8fa8513d3d62871be68caad4924bdbbaf]

INTEGRATION: CWS vcl07 (1.11.2.1.10); FILE MERGED 2003/03/12 21:40:32 pl 1.11.2.1.10.1: #103308# emergency printer configuration for setup


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [34e334ffd77f9ae1ec3f0b67a30e3fa174e90573]

INTEGRATION: CWS vcl07 (1.18.2.1.16); FILE MERGED 2003/04/02 16:18:11 hdu 1.18.2.1.16.1: #i12826# workaround for fonts with 3.0 name


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [fe23d40d833c3813d643dada843fa4a1a8a0b2ae]

INTEGRATION: CWS vcl07 (1.33.26); FILE MERGED 2003/04/04 14:42:01 pl 1.33.26.5: #i12889# cache directories with no fonts 2003/04/02 20:30:37 pl 1.33.26.4: #i12889# better font import 2003/04/02 10:53:54 pl 1.33.26.3: #i1872# check font files for readability in all cases 2003/04/01 08:06:41 pl 1.33.26.2: #i12889# more aggressive caching 2003/03/12 21:40:31 pl 1.33.26.1: #103308# emergency printer configuration for setup


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [fd41e81dfbd4733959e720d8b9005cb0fe9d84b9]

INTEGRATION: CWS vcl07 (1.6.34); FILE MERGED 2003/04/04 14:42:00 pl 1.6.34.3: #i12889# cache directories with no fonts 2003/04/02 20:30:37 pl 1.6.34.2: #i12889# better font import 2003/04/01 08:06:40 pl 1.6.34.1: #i12889# more aggressive caching


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [702c4c8fc59b04fbfea072107422fc4c3e9d7893]

INTEGRATION: CWS vcl07 (1.2.26); FILE MERGED 2003/03/20 12:27:17 pl 1.2.26.3: RESYNC: (1.2-1.2.2.1); FILE MERGED 2003/03/12 21:40:30 pl 1.2.26.2: #103308# emergency printer configuration for setup 2003/03/12 13:09:27 pl 1.2.26.1: #i10309# more robust PPD file discovery


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [edcd8edfce2cd24c8645656da66506449be2b5a5]

INTEGRATION: CWS vcl07 (1.3.48); FILE MERGED 2003/03/12 21:40:30 pl 1.3.48.1: #103308# emergency printer configuration for setup


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e92f5d675c20f871708092d0d14a9778736949f1]

INTEGRATION: CWS vcl07 (1.12.34); FILE MERGED 2003/04/02 20:30:36 pl 1.12.34.1: #i12889# better font import


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a18f26b3708390362dba3a8a6775f28d395a934c]

INTEGRATION: CWS vcl07 (1.1.40); FILE MERGED 2003/04/04 14:41:59 pl 1.1.40.3: #i12889# cache directories with no fonts 2003/04/02 20:30:36 pl 1.1.40.2: #i12889# better font import 2003/04/01 08:06:39 pl 1.1.40.1: #i12889# more aggressive caching


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [4a1d4cf28124ce55fd62954caf3521436df06161]

INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:29:10 obr 1.2.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [6a695fb4a3e4a9dd36f9adbae9ba97a4ed7dc30f]

INTEGRATION: CWS vcl07 (1.1.64); FILE MERGED 2003/04/08 14:29:10 obr 1.1.64.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [4ebc034cbc3e7321b8873f39bb7117c07a06954d]

INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:29:09 obr 1.2.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [374fe8b784584768da0995748fcbec3b6bb95582]

INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:29:08 obr 1.2.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [85847fbe00f9e355420986d23236ed0cd2a1251d]

INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED 2003/04/08 14:29:07 obr 1.3.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0efc59968bfbb922cb747013a4dddc2da21d65b5]

INTEGRATION: CWS vcl07 (1.7.2); FILE ADDED 2003/04/08 14:29:06 obr 1.7.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [141be6c478a252f7a272c85b97e54e185ea900af]

INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:29:04 obr 1.2.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [85db81dce8f0d4a3237c6d4286c8b283442ba31e]

INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED 2003/04/08 14:29:02 obr 1.3.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [155bc56d1b247a1c20a162ab2c3d12c520428c55]

INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:29:01 obr 1.2.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [924f8fb3220c0a9203d88d1ba0925c6bf53ba87d]

INTEGRATION: CWS vcl07 (1.7.2); FILE ADDED 2003/04/08 14:29:00 obr 1.7.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [54d12f938f1b9a6391f1c5bee78d2bec5f70e07a]

INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:58 obr 1.2.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [f9c05bbc9faf79d10717b6405c1ab954e951f571]

INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED 2003/04/08 14:28:57 obr 1.3.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ea00e41300e6b0b4f5d301ae15c5c2447ac26f0d]

INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED 2003/04/08 14:28:56 obr 1.3.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0caa7da77c5c1273af32fa8a000831138883dbd3]

INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:55 obr 1.2.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [55942f4eaa619fc4034f31642ced3ce839740f16]

INTEGRATION: CWS vcl07 (1.1.2); FILE ADDED 2003/04/08 14:28:54 obr 1.1.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d7d014144027a8405f325fa2c5d9b6f3f82503a2]

INTEGRATION: CWS vcl07 (1.4.2); FILE ADDED 2003/04/08 14:28:52 obr 1.4.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [43ae6a1fff9b3e788bdc3a86e382ae28b8bb01b9]

INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:51 obr 1.2.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [8f32c278ce333d18337dca3d9fb5546e3539182b]

INTEGRATION: CWS vcl07 (1.9.2); FILE ADDED 2003/04/08 14:28:51 obr 1.9.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [2ffbb8c7f162dc97febd5bdf359b863af639e6c5]

INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:49 obr 1.2.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ef1342f68c2ce1c60771a3381447b1a4247c55a5]

INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:47 obr 1.2.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d888c4ba063dc71b5dd7ee3df7878e2311e2333a]

INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:46 obr 1.2.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [18f9da92f1b850579f0602d038bc6653f7784d10]

INTEGRATION: CWS vcl07 (1.6.2); FILE ADDED 2003/04/08 14:28:45 obr 1.6.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [06610a55017d6b399f95d4b55a7388ec749436d2]

INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:45 obr 1.2.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7b4677a17ca2ece05f6ef8b3ca8728f2fd4d91c6]

INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED 2003/04/08 14:28:44 obr 1.3.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ec3605bd6e6aba18bdb558b92b7222a18ab7ecc6]

INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:43 obr 1.2.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [fa9e9fd84832349d93eb179698b5e2d9229b0b9f]

INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED 2003/04/08 14:28:43 obr 1.3.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ed41f276656296e8ce979425f59fb36c1a3712f9]

INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED 2003/04/08 14:28:42 obr 1.3.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [48f94a2faa55556a6e4a0219d96790dfe7587783]

INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED 2003/04/08 14:28:41 obr 1.3.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5861d725f4d01ada4d8f27c3def5d15dac4e2b2e]

INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:41 obr 1.2.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [8b59a1190c114634ac6f9d7650f42e4a4dbc8edb]

INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:40 obr 1.2.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [46fe107360be8e1a15b557593fedea682aabbcbb]

INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:39 obr 1.2.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e97ece59caea831c24c7bca078005e63562bea96]

INTEGRATION: CWS vcl07 (1.13.2); FILE ADDED 2003/04/08 14:28:39 obr 1.13.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [331c86d11f676a939d186b5ba453f0ad266d65e8]

INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:38 obr 1.2.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c2a2d388ea56d8ac767c76b3c02817a31321d65e]

INTEGRATION: CWS vcl07 (1.4.2); FILE ADDED 2003/04/08 14:28:37 obr 1.4.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [18b5aa9ce49c97d70187885eddcfb137e34570af]

INTEGRATION: CWS vcl07 (1.6.2); FILE ADDED 2003/04/08 14:28:37 obr 1.6.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [838d9c4f6e1570b72f21561c09e5e1ca4876c345]

INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:36 obr 1.2.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [eab43cdb0c215e54eab2ac214620d527c3094fba]

INTEGRATION: CWS vcl07 (1.8.2); FILE ADDED 2003/04/08 14:28:36 obr 1.8.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [167f13fe6c05c2f333464a90e59692f19bdff118]

INTEGRATION: CWS vcl07 (1.4.2); FILE ADDED 2003/04/08 14:28:35 obr 1.4.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [385ee6a914a2c917cf7e63f10fe7dbb212b7aecf]

INTEGRATION: CWS vcl07 (1.4.2); FILE ADDED 2003/04/08 14:28:34 obr 1.4.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [91ad1f843c1f865ab2d977a991d5e2ffc9c55ae5]

INTEGRATION: CWS vcl07 (1.4.2); FILE ADDED 2003/04/08 14:28:33 obr 1.4.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [2d5fb6a32e8b546721d85094f3524a0d28f7d872]

INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED 2003/04/08 14:28:33 obr 1.3.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a970b3338d8ffebad0b1b709b75efbaa651998a4]

INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED 2003/04/08 14:28:32 obr 1.3.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ad19779a1157ef30035d10450767c36fd10d323a]

INTEGRATION: CWS vcl07 (1.5.2); FILE ADDED 2003/04/08 14:28:31 obr 1.5.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b7a89ba1d79d0cc7bd1b5c94864657f55eef0d24]

INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED 2003/04/08 14:28:31 obr 1.3.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [555ba2068f46fa3777601abc413a8151872acb57]

INTEGRATION: CWS vcl07 (1.8.2); FILE ADDED 2003/04/08 14:28:30 obr 1.8.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9bce3b37dc41b392c7673652427ff3cd4e85f49c]

INTEGRATION: CWS vcl07 (1.7.2); FILE ADDED 2003/04/08 14:28:29 obr 1.7.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [448418737d440b5375a893ee153e7b51f4606948]

INTEGRATION: CWS vcl07 (1.4.2); FILE ADDED 2003/04/08 14:28:28 obr 1.4.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7b96c1c3792a8b76c210a7ca53c94e1ea3be5a7e]

INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:27 obr 1.2.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [79c96cc202834acfedd1a57524c7978bd0a8816b]

INTEGRATION: CWS vcl07 (1.4.2); FILE ADDED 2003/04/08 14:28:27 obr 1.4.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [230583d41b5c5dd369060478b73b72a4a48268cb]

INTEGRATION: CWS vcl07 (1.29.2); FILE ADDED 2003/04/08 14:28:26 obr 1.29.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [1d24bcc5a0b1f2d91b92b6b58f9915618369e056]

INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED 2003/04/08 14:28:25 obr 1.3.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e0185400e8f061d730aac84715d28cbef91f550c]

INTEGRATION: CWS vcl07 (1.19.64); FILE MERGED 2003/04/08 14:28:24 obr 1.19.64.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c2916c4cbee8c6091b7446db4622ead2a3f8b5b1]

INTEGRATION: CWS vcl07 (1.16.2); FILE ADDED 2003/04/08 14:28:24 obr 1.16.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ab195c0ab260cf926df9bc8c5bea7e02cd10adaf]

INTEGRATION: CWS vcl07 (1.9.66); FILE MERGED 2003/04/08 14:28:23 obr 1.9.66.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [6bcd156519ca5d426a7eb21925b80f6386ad9662]

INTEGRATION: CWS vcl07 (1.4.2); FILE ADDED 2003/04/08 14:28:22 obr 1.4.2.1: re-added accessibility workbench


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [96eacec8789abac3db88de9df512d17124a6b21f]

INTEGRATION: CWS vcl07 (1.34.2.3.20); FILE MERGED 2003/03/11 14:12:50 tbe 1.34.2.3.20.1: #108062# UAA: Submenus return (wrong) XAccessibleContext


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [437df83b399ee964ec67630002e6fc19eb63106c]

INTEGRATION: CWS vcl07 (1.42.2.3.2); FILE MERGED 2003/03/28 10:40:41 ssa 1.42.2.3.2.1: #107480#, avoid multiple active frames in a hierarchy


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c6a3041917d37a86801324d1f59549127183fe80]

INTEGRATION: CWS vcl07 (1.14.4.3.20); FILE MERGED 2003/04/03 10:27:44 cd 1.14.4.3.20.1: #i6367# Update OK button state when printer changes


2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5903c733cf8c81e56cb588577b5761c850e73522]

#100000# provide bigger buffer for SystemParameterInfo bool type... Windows bug...


2003-04-11  Rüdiger Timm  <rt@openoffice.org>  [369edb614f78d5c8678766636f1990fea5300340]

#100000# Fixed by Vladimir ...


2003-04-10  Oliver Bolte  <obo@openoffice.org>  [7857d43ff8ca75524231412d20b444535aae4ee6]

#100000# parse error linux


2003-04-09  Oliver Bolte  <obo@openoffice.org>  [22084e786930be60302ae62281145200a114e430]

new version for SRX644


2003-04-09  Kurt Zenker  <kz@openoffice.org>  [2ecb24da7502d71c1be5e6c6614dce2eb155ea04]

new version for SRX644


2003-04-09  Kurt Zenker  <kz@openoffice.org>  [911815cb0334622cf1c0e724312ea3faf9bd2423]

new version for SRX644


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [212330d512ba522d0bf4eaebd38fce0789fb5245]

INTEGRATION: CWS calc06 (1.6.26.1.32); FILE MERGED 2003/03/17 21:41:32 er 1.6.26.1.32.1: #11030# distinguish between GetSystemLanguage and GetSystemUILanguage


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [ddbdaff362255183ac07a0073363531c9fb6d629]

INTEGRATION: CWS calc06 (1.9.42); FILE MERGED 2003/03/28 15:13:09 er 1.9.42.1: #106680# use XExtendedTransliteration::transliterateString2String() if no offset sequence needed


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [7ab5aa595a3d9dec6018f42e34deb6e464fc98a7]

INTEGRATION: CWS calc06 (1.14.34); FILE MERGED 2003/03/28 15:13:09 er 1.14.34.1: #106680# use XExtendedTransliteration::transliterateString2String() if no offset sequence needed


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [395089d9013b773993e8e0856eeac6ded7c2ec49]

INTEGRATION: CWS calc06 (1.9.42); FILE MERGED 2003/03/28 15:13:28 er 1.9.42.1: #106680# use XExtendedTransliteration::transliterateString2String() if no offset sequence needed


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [0d0032e59f7cac111511f3da468c0805d301afa3]

INTEGRATION: CWS calc06 (1.21.2.3.12); FILE MERGED 2003/03/17 21:46:15 er 1.21.2.3.12.1: #11030# distinguish between GetSystemLanguage and GetSystemUILanguage


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [c22e504ee4fb530703ebf59495551f40b60e97ab]

INTEGRATION: CWS calc06 (1.1.2); FILE ADDED 2003/03/26 16:07:50 er 1.1.2.1: #i3393# add component description


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [f0e64fc56d0b6b104edcee94bab792cfaa70b5c9]

INTEGRATION: CWS calc06 (1.11.8.3.14); FILE MERGED 2003/03/26 16:01:55 er 1.11.8.3.14.2: #i3393# add search and regexp 2003/03/21 22:39:44 khong 1.11.8.3.14.1: #i11962# add library i18nutil to share between i18n and i18npool


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [06e0cb4c6f36b69087d77290000f15be4331682c]

INTEGRATION: CWS calc06 (1.2.44); FILE MERGED 2003/03/21 22:08:18 khong 1.2.44.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [308b6b62d750bcca874d8d1fbfb3381e4bc0f902]

INTEGRATION: CWS calc06 (1.2.42); FILE MERGED 2003/03/21 22:08:17 khong 1.2.42.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [38c13f12e84078ce5a296881875c6d53cfadb65c]

INTEGRATION: CWS calc06 (1.3.36); FILE MERGED 2003/03/28 22:54:56 er 1.3.36.2: #106680# some more performance optimization 2003/03/21 22:08:17 khong 1.3.36.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [f3702a31df9d5fced5971ef4f6b4ad015ebb7e1d]

INTEGRATION: CWS calc06 (1.2.44); FILE MERGED 2003/03/21 22:08:16 khong 1.2.44.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [ef2732beb88ef34d7efd495b1473b7622dcf6aa8]

INTEGRATION: CWS calc06 (1.4.36); FILE MERGED 2003/03/21 22:08:16 khong 1.4.36.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [f66747b655d5798e599364e287afec5925b33f32]

INTEGRATION: CWS calc06 (1.5.38); FILE MERGED 2003/03/28 22:54:55 er 1.5.38.2: #106680# some more performance optimization 2003/03/21 22:08:16 khong 1.5.38.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [c661da96351a75c26ab55fa6c100119cdead26c7]

INTEGRATION: CWS calc06 (1.2.44); FILE MERGED 2003/03/21 22:08:15 khong 1.2.44.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [829833a4f926a1377db35c37c45ed9a2ecccc0e2]

INTEGRATION: CWS calc06 (1.2.42); FILE MERGED 2003/03/21 22:08:15 khong 1.2.42.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [926078f77c354c126eb3a4326aad335fc2711ae8]

INTEGRATION: CWS calc06 (1.9.38); FILE MERGED 2003/03/21 22:08:14 khong 1.9.38.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [a01beb8c477f4a515fcc30bdd6801d07fbc52f3c]

INTEGRATION: CWS calc06 (1.5.42); FILE MERGED 2003/03/21 22:08:14 khong 1.5.42.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [372ed91458a3cfb7a5078dff00711f371eeb4c55]

INTEGRATION: CWS calc06 (1.3.44); FILE MERGED 2003/03/21 22:08:14 khong 1.3.44.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [aaf6fd3b2972d395eb04172c64f36977afb4c9fc]

INTEGRATION: CWS calc06 (1.2.42); FILE MERGED 2003/03/21 22:08:13 khong 1.2.42.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [6f3f028ce12a35538b2633db26c934564cd89ca5]

INTEGRATION: CWS calc06 (1.2.42); FILE MERGED 2003/03/21 22:08:12 khong 1.2.42.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [82c7570469e92eab36afc729065f884131a3da67]

INTEGRATION: CWS calc06 (1.2.42); FILE MERGED 2003/03/21 22:08:11 khong 1.2.42.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [eb15e0c2086906810ab7c96ec37ca8ea23f36681]

INTEGRATION: CWS calc06 (1.2.42); FILE MERGED 2003/03/21 22:08:10 khong 1.2.42.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [ef43cbded6126613ba2eba00fa348680dfb7f80c]

INTEGRATION: CWS calc06 (1.2.42); FILE MERGED 2003/03/21 22:08:09 khong 1.2.42.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [9797a7a6800b3a354fc02fe75d599ec8090b1cb2]

INTEGRATION: CWS calc06 (1.2.42); FILE MERGED 2003/03/21 22:08:08 khong 1.2.42.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [23a243bdadb8225746c3d0fe2c4f650dae30430b]

INTEGRATION: CWS calc06 (1.2.42); FILE MERGED 2003/03/21 22:08:07 khong 1.2.42.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [56d093176d3c42284bef8e3bb4b1888cd8c88bbc]

INTEGRATION: CWS calc06 (1.2.42); FILE MERGED 2003/03/21 22:08:06 khong 1.2.42.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [be69a5f966cdba0e1e8abebb07e27fc865e2d04a]

INTEGRATION: CWS calc06 (1.2.44); FILE MERGED 2003/03/21 22:08:06 khong 1.2.44.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [4570ed80c1b031d6f985a3e03a59eb5da817fca1]

INTEGRATION: CWS calc06 (1.1.2); FILE ADDED 2003/03/26 15:54:42 er 1.1.2.1: #i3393# moved from i18n module, cleaned out tools module usage, and added support for regexp


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [ad586c7ece32fb9370fcfc91ee2f1d43a5c659d4]

INTEGRATION: CWS calc06 (1.1.2); FILE ADDED 2003/03/26 15:56:07 er 1.1.2.1: #i3393# moved from i18n module


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [149283be43f84d16e61bfb755c21d03bfc72becc]

INTEGRATION: CWS calc06 (1.1.2); FILE ADDED 2003/03/26 15:51:30 er 1.1.2.1: #i3393# moved from i18n module and cleaned out tools module usage


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [554c762b9a6101c3c76020ca1b70fd43ce9ece0f]

INTEGRATION: CWS calc06 (1.1.2); FILE ADDED 2003/03/26 15:51:29 er 1.1.2.1: #i3393# moved from i18n module and cleaned out tools module usage


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [549bd98ee60e8e948a4178010da7578ecf314c57]

INTEGRATION: CWS calc06 (1.25.36); FILE MERGED 2003/03/26 16:00:30 er 1.25.36.2: #i3393# add TextSearch (moved from i18n module) 2003/03/21 22:25:47 khong 1.25.36.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [06a9068841d24c561e789ed8590e323d9704b412]

INTEGRATION: CWS calc06 (1.13.36); FILE MERGED 2003/03/21 22:24:36 khong 1.13.36.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [7fa17e80681ec4c4e2931b11fbe2a49c849ea3ed]

INTEGRATION: CWS calc06 (1.9.36); FILE MERGED 2003/03/19 14:02:35 er 1.9.36.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [354b5fd235985dec7c9a8d2ed1f074c7b50050ac]

INTEGRATION: CWS calc06 (1.6.40); FILE MERGED 2003/03/19 14:02:35 er 1.6.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [0d6d2917aee1d931e7383f86fdb7e2014d006dcd]

INTEGRATION: CWS calc06 (1.9.36); FILE MERGED 2003/03/19 14:02:34 er 1.9.36.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [66676cba337da16c2446b50fcac93cd46c6aaa34]

INTEGRATION: CWS calc06 (1.10.36); FILE MERGED 2003/03/19 14:02:34 er 1.10.36.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [8357ce628ff9d7a223d6ae47abf7d58871d907fd]

INTEGRATION: CWS calc06 (1.6.40); FILE MERGED 2003/03/19 14:02:33 er 1.6.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [03bc3945913938ada27db2b89715e9b8c2fb3164]

INTEGRATION: CWS calc06 (1.7.38); FILE MERGED 2003/03/19 14:02:33 er 1.7.38.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [fbafd608268bea187ac7db7e6b8e152ed515c8c7]

INTEGRATION: CWS calc06 (1.5.40); FILE MERGED 2003/03/19 14:02:32 er 1.5.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [4a25f3f5501b1fe3d02b4d0ddb7ceeb675cd86db]

INTEGRATION: CWS calc06 (1.1.4.1.6); FILE MERGED 2003/03/19 14:02:32 er 1.1.4.1.6.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [b3a4e406f63b895754126944475deff73ed2293e]

INTEGRATION: CWS calc06 (1.7.36); FILE MERGED 2003/03/19 14:02:31 er 1.7.36.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [9f09e66653a75472173d4e8844669e6138a43e98]

INTEGRATION: CWS calc06 (1.5.40); FILE MERGED 2003/03/19 14:02:31 er 1.5.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [3cfc9f55d6de21e56b398c907706a6076d74cf8b]

INTEGRATION: CWS calc06 (1.6.40); FILE MERGED 2003/03/19 14:02:30 er 1.6.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [41a0bd3365c83f850320d708916d934e9fd31448]

INTEGRATION: CWS calc06 (1.5.40); FILE MERGED 2003/03/19 14:02:29 er 1.5.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [c02e840675618151c0d819abe54c7c23e57a341e]

INTEGRATION: CWS calc06 (1.6.40); FILE MERGED 2003/03/19 14:02:29 er 1.6.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [2fa1b5e5dc0ffe435aa7c2738cb2a75169ff8810]

INTEGRATION: CWS calc06 (1.6.40); FILE MERGED 2003/03/19 14:02:28 er 1.6.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [0eb2a83e117a02d444de27782a0a22ac25d2fcc8]

INTEGRATION: CWS calc06 (1.8.40); FILE MERGED 2003/03/19 14:02:28 er 1.8.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [81495664603b8d3ee44ffee631c7daaa80fa704d]

INTEGRATION: CWS calc06 (1.5.40); FILE MERGED 2003/03/19 14:02:27 er 1.5.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [f7332fca7e1c5b57725d2627a9218aa73a987ed5]

INTEGRATION: CWS calc06 (1.6.40); FILE MERGED 2003/03/19 14:02:27 er 1.6.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [400da4657a53f43b26c880cdf8fd5d4f191b42ef]

INTEGRATION: CWS calc06 (1.4.40); FILE MERGED 2003/03/19 14:02:26 er 1.4.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [4949c7c055d0a74f029c6ae86a539a428bf2918e]

INTEGRATION: CWS calc06 (1.5.40); FILE MERGED 2003/03/19 14:02:26 er 1.5.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [5f0f8a354e60ce4667e515654b341181b1f1c715]

INTEGRATION: CWS calc06 (1.7.38); FILE MERGED 2003/03/19 14:02:25 er 1.7.38.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [fe770e735dcd804eb67af46ff29a80f2a2f2c9ac]

INTEGRATION: CWS calc06 (1.8.38); FILE MERGED 2003/03/19 14:02:24 er 1.8.38.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [7c5fc092c33f24e37077afa6b2bcb709504ddaab]

INTEGRATION: CWS calc06 (1.6.40); FILE MERGED 2003/03/19 14:02:23 er 1.6.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [953b5025c59454cd8bfaf4844298a9b44b94f588]

INTEGRATION: CWS calc06 (1.6.40); FILE MERGED 2003/03/19 14:02:22 er 1.6.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [7cec1d62f7503c54aa1fbb5fbe29061130551c6a]

INTEGRATION: CWS calc06 (1.6.40); FILE MERGED 2003/03/19 14:02:21 er 1.6.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [5fe3b5cd698b479b0a23206be5f6a31d6dfbaa01]

INTEGRATION: CWS calc06 (1.5.40); FILE MERGED 2003/03/19 14:02:21 er 1.5.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [eed02e3812a6267ee97401ce783846ff4c62353e]

INTEGRATION: CWS calc06 (1.6.36); FILE MERGED 2003/03/19 14:02:20 er 1.6.36.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [ffa5da04e418704a5b19f5dbaa08ed2590bf4fc9]

INTEGRATION: CWS calc06 (1.1.4.1.6); FILE MERGED 2003/03/19 14:02:20 er 1.1.4.1.6.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [3abff35232273369848b5287946dd7d4ec746054]

INTEGRATION: CWS calc06 (1.4.40); FILE MERGED 2003/03/19 14:02:19 er 1.4.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [caa5395ae441ec934a3359a9b43136e245f88b28]

INTEGRATION: CWS calc06 (1.8.36); FILE MERGED 2003/03/19 14:02:18 er 1.8.36.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [89775d61c22a6f2bc32b3d822721e28378d44fad]

INTEGRATION: CWS calc06 (1.4.40); FILE MERGED 2003/03/19 14:02:18 er 1.4.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [34300589968f092550a8fc01f789611c202d1bd9]

INTEGRATION: CWS calc06 (1.4.40); FILE MERGED 2003/03/19 14:02:17 er 1.4.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [981dac0073b966ccc33329b4ef022360e1c617c6]

INTEGRATION: CWS calc06 (1.5.40); FILE MERGED 2003/03/19 14:02:17 er 1.5.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [4be344b9a9384addbfaf976d2d35726d42481e8a]

INTEGRATION: CWS calc06 (1.4.40); FILE MERGED 2003/03/31 15:52:49 sab 1.4.40.2: RESYNC: (1.4-1.5); FILE MERGED 2003/03/19 14:02:16 er 1.4.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [79192727b0268875e6eca60524b7ee019841c54a]

INTEGRATION: CWS calc06 (1.4.40); FILE MERGED 2003/03/19 14:02:13 er 1.4.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [9ec2bc1fafa6d73f13e606da05bb7c74eca05506]

INTEGRATION: CWS calc06 (1.4.40); FILE MERGED 2003/03/19 14:02:12 er 1.4.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [1c3212c815566bb9ef39f3a019ecedbab30fd66c]

INTEGRATION: CWS calc06 (1.5.40); FILE MERGED 2003/03/19 14:02:12 er 1.5.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [59a408bff1132bb7bbc2402ccd039c1933f9271a]

INTEGRATION: CWS calc06 (1.8.2.1.20); FILE MERGED 2003/03/19 14:02:11 er 1.8.2.1.20.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [91084e21abcdd4441ed47fa3ac6fd3a0f151ae07]

INTEGRATION: CWS calc06 (1.3.42); FILE MERGED 2003/03/19 14:02:11 er 1.3.42.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [438faafaf71ae0a5357f97e0dd0e3d935bfce8b1]

INTEGRATION: CWS calc06 (1.3.42); FILE MERGED 2003/03/19 14:02:10 er 1.3.42.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [0ecebcba3211dfc59f7ac1862f9ead0d1d090d99]

INTEGRATION: CWS calc06 (1.3.42); FILE MERGED 2003/03/19 14:02:09 er 1.3.42.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [3f1aff9f266674ff581cc8619c5eac853b819ffa]

INTEGRATION: CWS calc06 (1.6.40); FILE MERGED 2003/03/19 14:02:09 er 1.6.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [caa309fe021cdac2f70ac0f77b99de860138e574]

INTEGRATION: CWS calc06 (1.5.40); FILE MERGED 2003/03/19 14:02:08 er 1.5.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [c887b11837e3b524c4a8ab68a825cefe57699ad6]

INTEGRATION: CWS calc06 (1.6.40); FILE MERGED 2003/03/19 14:02:07 er 1.6.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [f815a2cbb1d18f14aa07c050241789b120a20647]

INTEGRATION: CWS calc06 (1.5.40); FILE MERGED 2003/03/19 14:02:07 er 1.5.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [5f81f515f07762e2d02d531d70756adb4fe00c3b]

INTEGRATION: CWS calc06 (1.6.40); FILE MERGED 2003/03/19 14:02:06 er 1.6.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [b757115e18ae8fbef1597e455fda32caf57178c4]

INTEGRATION: CWS calc06 (1.5.40); FILE MERGED 2003/03/19 14:02:05 er 1.5.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [0e7eb926c00ebd5050d39375608b9f39d1c48e8c]

INTEGRATION: CWS calc06 (1.7.40); FILE MERGED 2003/03/19 14:02:04 er 1.7.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [c7eaa60fa1d86ceb5df55cadf4533d5f595f968b]

INTEGRATION: CWS calc06 (1.9.36); FILE MERGED 2003/03/19 14:02:03 er 1.9.36.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [e12ebee37159ab9b7e60600d87f25a43b5d1ee2f]

INTEGRATION: CWS calc06 (1.9.4.1.20); FILE MERGED 2003/03/19 14:02:02 er 1.9.4.1.20.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [2293cf2525b769fc950ca4ed60d3d0c840ee311c]

INTEGRATION: CWS calc06 (1.4.40); FILE MERGED 2003/03/19 14:02:01 er 1.4.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [4b80b5b62eb89f7b31a4863ff267bd370cc4fbde]

INTEGRATION: CWS calc06 (1.10.2.3.16); FILE MERGED 2003/03/21 22:26:34 khong 1.10.2.3.16.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [295fccf3ded67a0f72f679d1f572ff313ebf8726]

INTEGRATION: CWS calc06 (1.2.44); FILE MERGED 2003/03/21 22:31:27 khong 1.2.44.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [73ed78281df9bd311223c9865401228aedd05927]

INTEGRATION: CWS calc06 (1.2.44); FILE MERGED 2003/03/27 12:25:18 er 1.2.44.1: #106680# #i11962# remove Unicode::* from share library i18npool


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [acf9d72000192660f4d35cff51af7ce7710b531b]

INTEGRATION: CWS calc06 (1.3.2.1.6); FILE MERGED 2003/03/21 22:33:54 khong 1.3.2.1.6.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [113ebcf9f1ea1ef0cbf1b1eb5c7f3231ebbc7485]

INTEGRATION: CWS calc06 (1.4.8.1.34); FILE MERGED 2003/03/21 22:39:17 khong 1.4.8.1.34.1: #i11962# add library i18nutil to share between i18n and i18npool


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [f50626a30695df8268129f31c6719c7572f8ac07]

INTEGRATION: CWS calc06 (1.12.8.1.20); FILE MERGED 2003/03/26 16:02:48 er 1.12.8.1.20.2: #i3393# add search and regexp, clean up 2003/03/21 22:39:17 khong 1.12.8.1.20.1: #i11962# add library i18nutil to share between i18n and i18npool


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [ffb200ba67ce4ecedae70dd6d006a88dfb3cbbad]

INTEGRATION: CWS calc06 (1.2.46); FILE MERGED 2003/03/21 22:23:25 khong 1.2.46.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [afe237e575bbfd4fe06c5f93e560dff85cec9686]

INTEGRATION: CWS calc06 (1.2.46); FILE MERGED 2003/03/21 22:23:24 khong 1.2.46.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [22ae966f879e2d980f996f780e5fc4f35bcec93c]

INTEGRATION: CWS calc06 (1.3.42); FILE MERGED 2003/03/21 22:23:24 khong 1.3.42.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [57772d134416c9c177a1f84f1009d61ae30a46bf]

INTEGRATION: CWS calc06 (1.1.46); FILE MERGED 2003/03/21 22:23:23 khong 1.1.46.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [564f6140100e48d17564e493dbbac3d25509df2c]

INTEGRATION: CWS calc06 (1.2.46); FILE MERGED 2003/03/21 22:23:23 khong 1.2.46.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [a4179f162bea56f6441a59062b1e23192ca81334]

INTEGRATION: CWS calc06 (1.8.38); FILE MERGED 2003/03/21 22:23:22 khong 1.8.38.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [2b2feafb29a5c88ea9c1d1f93fc0c2c3ab5d5654]

INTEGRATION: CWS calc06 (1.5.44); FILE MERGED 2003/03/23 07:13:21 khong 1.5.44.2: #106680# Implementing new XExtendedTransliteration interface 2003/03/21 22:23:22 khong 1.5.44.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [3ab1cc8d26a8bf5bd4fbc8ce990ac9d7c7c4a91f]

INTEGRATION: CWS calc06 (1.2.36); FILE MERGED 2003/03/21 22:23:22 khong 1.2.36.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [7cd73f6fd66b8b0e0fd0cadd81a515856f79ebbc]

INTEGRATION: CWS calc06 (1.2.46); FILE MERGED 2003/03/21 22:33:10 khong 1.2.46.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [021c14334ebfd2de95f725552b0245a10c9b2b71]

INTEGRATION: CWS calc06 (1.2.44); FILE MERGED 2003/03/21 22:23:22 khong 1.2.44.1: #106680# Implementing new XExtendedTransliteration interface


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [65471c52eafb9ad75b8af739dee045cf9b8306ec]

INTEGRATION: CWS calc06 (1.35.2.3.32); FILE MERGED 2003/03/31 16:04:52 sab 1.35.2.3.32.2: RESYNC: (1.35.2.3-1.35.2.4); FILE MERGED 2003/03/17 21:39:16 er 1.35.2.3.32.1: #11030# distinguish between GetSystemLanguage and GetSystemUILanguage


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [e9be5c7ea103516deb33d0a5ccd8eee4d43a44de]

INTEGRATION: CWS draw8 (1.29.2.1.62); FILE MERGED 2003/03/29 13:06:31 af 1.29.2.1.62.2: RESYNC: (1.29.2.1-1.29.2.2); FILE MERGED 2003/03/14 15:59:04 sj 1.29.2.1.62.1: #108216# not trying to clip regions that are too complex (because of performance problems)


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [43d9fc866ad6882176e82fb30e2f0408ae280e87]

INTEGRATION: CWS draw8 (1.44.12.1.16); FILE MERGED 2003/03/29 13:06:45 af 1.44.12.1.16.3: RESYNC: (1.44.12.2-1.44.12.3); FILE MERGED 2003/03/25 16:18:18 af 1.44.12.1.16.2: RESYNC: (1.44.12.1-1.44.12.2); FILE MERGED 2003/03/12 14:17:50 sj 1.44.12.1.16.1: #i12113# catching exceptions if exporting to svg


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [45704aea021e7b3a2dcac89a2838105427524f79]

INTEGRATION: CWS draw8 (1.1.152); FILE MERGED 2003/03/25 08:49:02 thb 1.1.152.2: #107878# Was DELETEZ before, added zeroing 2003/03/24 16:35:54 thb 1.1.152.1: #107878# Corrected to array delete


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [347a3f874c1da3c56a9f45513287ca219d4893e9]

INTEGRATION: CWS draw8 (1.12.2.2.10); FILE MERGED 2003/03/29 13:04:11 af 1.12.2.2.10.2: RESYNC: (1.12.2.2-1.12.2.3); FILE MERGED 2003/03/19 14:06:41 thb 1.12.2.2.10.1: #107226# Added more checks before simply copying through the bitmap


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [6a3313fda0eae90200d2ebc0a6ee6b41a9993964]

INTEGRATION: CWS draw8 (1.3.8.1.64); FILE MERGED 2003/03/19 12:02:41 thb 1.3.8.1.64.1: #107766# check for non-empty bitmaps before accessing them


2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [65705d4b38675cee249d322fd62cf36ea30bf48d]

INTEGRATION: CWS draw8 (1.12.118); FILE MERGED 2003/03/21 14:45:06 thb 1.12.118.1: #108077# Make sure graphics bmpex and animations bmpex have coherent pref size


2003-04-07  Kurt Zenker  <kz@openoffice.org>  [371ed5e85300fd55102fc60d73cb8edc2f3e273b]

new version for SRX644


2003-04-07  Kurt Zenker  <kz@openoffice.org>  [cd7b3d2416f66ce9df8d41678d75ea74bd0e7925]

new version for SRX644


2003-04-07  Kurt Zenker  <kz@openoffice.org>  [9264d3d9def33c79d356ac9290fb3fcb93f4ba41]

new version for SRX644


2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [68b86a81c263e83695c7d9129ad7c98ec5be5e99]

INTEGRATION: CWS mav3 (1.5.72); FILE MERGED 2003/03/19 13:24:18 mav 1.5.72.1: #i2822# clsids for embedded documents


2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6b70c9a76b6c4b9c34c3bd857e765ed1666a23b]

INTEGRATION: CWS os7 (1.7.126); FILE MERGED 2003/03/28 12:07:14 os 1.7.126.1: #108241# set decimal separator correctly in SfxPoolItem::GetPresentation() methods


2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a22ba862c8b2d1694f2c499a2bba37fcd4cf121]

INTEGRATION: CWS os7 (1.27.2.2.32); FILE MERGED 2003/03/20 13:38:38 pb 1.27.2.2.32.1: fix: #107497# expandable state only with children or on demand


2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c7b10b69b553265d5bd9571c554ea7079e64f47]

INTEGRATION: CWS os7 (1.29.2.2.32); FILE MERGED 2003/03/20 13:47:58 pb 1.29.2.2.32.1: fix: #108329# initialize the width vector if necessary


2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea8e7709a03f30c53c7a87ace0446b2a95853e20]

INTEGRATION: CWS os7 (1.15.114); FILE MERGED 2003/03/28 07:00:14 pb 1.15.114.1: fix: #108392# GetItemPos( const Point& ) added


2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a670068752e837b7e776452b016d44accd23f06]

INTEGRATION: CWS fwk01 (1.11.140); FILE MERGED 2003/03/13 07:26:55 cd 1.11.140.1: #107760# Changed hard coded factory string for impress


2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5ecff758cacb381055d7c83240217400f5d2b7e]

INTEGRATION: CWS fwk01 (1.1.132); FILE MERGED 2003/03/28 11:34:32 cd 1.1.132.2: #108350# Support node names starting with a number 2003/03/21 07:52:08 cd 1.1.132.1: #108350# Implement Notify to enable the live update of disabled commands


2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4bb6fb49599ba3174b77e59098b8047d1bedbbd]

INTEGRATION: CWS fwk01 (1.1.132); FILE MERGED 2003/03/28 14:08:43 gt 1.1.132.1: #108202# third mode (auto) for symbol size


2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdc94fb606cbe49fbf84b75dcadf96f08176cc12]

INTEGRATION: CWS uaa01 (1.6.2.1.42); FILE MERGED 2003/02/17 13:48:33 oj 1.6.2.1.42.1: #107503# add 2 new method for getIndexAtPoint and getCharacterBounds


2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee190ad07ccbfd0bec6a850fd21af3a43c9611ba]

INTEGRATION: CWS uaa01 (1.7.100); FILE MERGED 2003/02/17 13:48:32 oj 1.7.100.1: #107503# add 2 new method for getIndexAtPoint and getCharacterBounds


2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [36b3871ac75a0f84c819868d48081a0a41823af0]

INTEGRATION: CWS uaa01 (1.16.6.1.42); FILE MERGED 2003/02/17 13:48:31 oj 1.16.6.1.42.1: #107503# add 2 new method for getIndexAtPoint and getCharacterBounds


2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [351c37a7fe441b4e84a124f28051efc4b53b4f98]

INTEGRATION: CWS uaa01 (1.8.134); FILE MERGED 2003/04/03 14:22:31 thb 1.8.134.1: #108199# Fix from PL


2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c418e7ef0ba24baff9455c6b8f06a325cc719582]

INTEGRATION: CWS xmlfilter01 (1.13.20.1.8); FILE MERGED 2003/03/23 16:18:27 cl 1.13.20.1.8.1: #108138# ignore <?xml statement over ::unknown( when we already written it


2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b50b257e7151fbd54ea99c5fc5d1e8b7e6e605a9]

INTEGRATION: CWS xmlfilter01 (1.34.22); FILE MERGED 2003/03/06 13:17:19 as 1.34.22.1: #107711# repair ALLO_LOCALE mode


2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb0597314751bf89303f8d742a93c9db08f8fea7]

INTEGRATION: CWS xmlfilter01 (1.38.18); FILE MERGED 2003/03/25 09:37:59 as 1.38.18.3: #107711# react automaticly for (non)existing properties in ALL_LOCALEs mode 2003/03/07 13:48:29 cl 1.38.18.2: RESYNC: (1.38-1.38.2.1); FILE MERGED 2003/03/06 13:17:19 as 1.38.18.1: #107711# repair ALLO_LOCALE mode


2003-04-03  Kurt Zenker  <kz@openoffice.org>  [9e9d6aab600e721b7425662a5674f03e768bb1a0]

new version for SRX644


2003-04-03  Kurt Zenker  <kz@openoffice.org>  [31649c8f4e1450ad919451dbb0b76532cb0d5ef6]

new version for SRX644


2003-04-02  Vladimir Glazounov  <vg@openoffice.org>  [a999ef5ffbb04b7430f9250b07b55046f0f63305]

#100000# libraries to link


2003-04-02  Vladimir Glazounov  <vg@openoffice.org>  [7970704a52cb6fa8d1bfc869f4ee38abf3f66337]

#100000# add libriries to link


2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [d2958c077ff78950e7dacd325da79dc2b9b09910]

INTEGRATION: CWS sw008 (1.15.88); FILE MERGED 2003/03/25 12:17:16 oj 1.15.88.2: #107903# wrong event fired 2003/03/19 10:49:16 oj 1.15.88.1: missed one line


2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [f4d7df68064f82f5d370fffa72e4fd78e2efbbce]

INTEGRATION: CWS sw008 (1.41.10.1.6); FILE MERGED 2003/03/05 16:10:33 fs 1.41.10.1.6.1: removed BEFOREWAIT/AFTERWAIT: not necessary anymore, according to MBA, and causing deadlocks during #107854#


2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [5139a4beb6e6b7d5760a197f789509561f551d2e]

INTEGRATION: CWS sw008 (1.21.32); FILE MERGED 2003/03/05 16:10:22 fs 1.21.32.1: removed BEFOREWAIT/AFTERWAIT: not necessary anymore, according to MBA, and causing deadlocks during #107854#


2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [8fdbf5f3226270e6dc31b307f956ec752ab89c8c]

INTEGRATION: CWS os6 (1.1.138); FILE MERGED 2003/03/13 13:34:28 os 1.1.138.2: RESYNC: (1.1-1.1.42.1); FILE MERGED 2003/02/27 09:35:41 tl 1.1.138.1: #i11856# define for non-breakable space added


2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [509ca78a734cd1557c5a13eeae2126bc8a58d73e]

INTEGRATION: CWS sb3 (1.9.6.3.14); FILE MERGED 2003/03/10 10:13:09 cmc 1.9.6.3.14.1: #107718# use new single unified windows codepage to textencoding function rather than handrolled one


2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [1f2c6118c73e7a49553e25c94fd613fe086fa114]

INTEGRATION: CWS dba03 (1.12.118); FILE MERGED 2003/03/06 08:01:51 pb 1.12.118.1: fix: #107720# readonly support added


2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [ed872f0292fc26a2728ae2f352953d539538541e]

INTEGRATION: CWS sb3 (1.37.2.3.14); FILE MERGED 2003/03/03 16:08:15 sb 1.37.2.3.14.1: #107718# Use new rtl/tencinfo.h functionality to convert between Windows code pages and rtl_TextEncoding.


2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [32d4141caa016b0163d4bc52e9aaade2c4d92fc2]

INTEGRATION: CWS sb3 (1.3.86); FILE MERGED 2003/03/03 16:08:14 sb 1.3.86.1: #107718# Use new rtl/tencinfo.h functionality to convert between Windows code pages and rtl_TextEncoding.


2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [d6179ee4a01a441277dc9bad4cf9f4b926cef1e4]

INTEGRATION: CWS dba03 (1.5.24.1.20); FILE MERGED 2003/02/26 09:35:26 fs 1.5.24.1.20.1: #107691# assertion corrected


2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [ee19c933ef070664f640461e01e228dd66817559]

INTEGRATION: CWS dba03 (1.1.4.1.8); FILE MERGED 2003/03/03 07:51:14 oj 1.1.4.1.8.1: #107866# fill converted value before comparing


2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [adb9f7819ff6143c87255531cf53bea28fecb7df]

INTEGRATION: CWS ause02 (1.41.6.2.60); FILE MERGED 2003/03/28 17:25:33 hjs 1.41.6.2.60.2: #i7178# corrected dependencies 2003/03/28 16:55:37 hjs 1.41.6.2.60.1: #i7178# corrected dependencies


2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [f2e668620f71d65736a6aad8683c5cb951d50da7]

INTEGRATION: CWS ause02 (1.26.24); FILE MERGED 2003/03/18 18:38:21 hjs 1.26.24.1: #107238# remove usage of static.mk


2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [74074211a06ce7041e62f2419186b4eed25bd430]

INTEGRATION: CWS ause02 (1.18.26.1.10); FILE MERGED 2003/03/10 18:14:25 hjs 1.18.26.1.10.1: #107238# remove static.mk


2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [9d7c094a4d17c5e66f42d71816f714a2b48a254b]

INTEGRATION: CWS ause02 (1.6.82); FILE MERGED 2003/03/10 18:14:24 hjs 1.6.82.1: #107238# remove static.mk


2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [79763d05c6a7606bd006af38decfed76258da28c]

INTEGRATION: CWS ause02 (1.5.14.1.16); FILE MERGED 2003/03/10 18:14:24 hjs 1.5.14.1.16.1: #107238# remove static.mk


2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [4a2ed1ef83e324c8c49f1abd09ef2d8ac9dc6b0d]

INTEGRATION: CWS ause02 (1.10.12.2.4.2.16); FILE MERGED 2003/03/26 15:40:38 hjs 1.10.12.2.4.2.16.2: #107238# fixed APPnSTDLIBS 2003/03/10 18:14:23 hjs 1.10.12.2.4.2.16.1: #107238# remove static.mk


2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [4aaf1ebd8abe9e48b8a300695aa9a099563fbadf]

INTEGRATION: CWS fme02 (1.7.96); FILE MERGED 2003/03/12 16:06:07 fme 1.7.96.1: #105712# Printer independent text formatting


2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [02cfecfb60c3108a104f618d3b744d19a9f7e680]

MWS_SRX644: migrate branch mws_srx644 -> HEAD


2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a2561e23cd06248b0495a3afd546cda917bcd00]

MWS_SRX644: migrate branch mws_srx644 -> HEAD


2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [85d962797c86ffb9f6edcd010cfdf49bfbbc2c42]

MWS_SRX644: migrate branch mws_srx644 -> HEAD


2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f94b7d50e12321e177997346c599bf0fca09945]

MWS_SRX644: migrate branch mws_srx644 -> HEAD


2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b545f86ec7499719e44124833f849967cfaca067]

MWS_SRX644: migrate branch mws_srx644 -> HEAD


2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [08be78669959421ec790a08d1f8f839209a2a219]

MWS_SRX644: migrate branch mws_srx644 -> HEAD


2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0a9b88f375dfcbbdca2e7c952efcf040ed769b1]

MWS_SRX644: migrate branch mws_srx644 -> HEAD


2003-03-27  Kurt Zenker  <kz@openoffice.org>  [7568c4e13125dac5f3c02b2f3622f1243d22d767]

new version for SRX644


2003-03-27  Kurt Zenker  <kz@openoffice.org>  [5af1a04f6144f50427a2f9d6952afbf9045ae993]

new version for SRX644


2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [01e586f3556cd865809ec57fce4300391279a7bf]

MWS_SRX644: migrate branch mws_srx644 -> HEAD


2003-03-27  Kurt Zenker  <kz@openoffice.org>  [2052ab7db39c8c90e56a4cb486cbcc85e8cb36b1]

new version for SRX644


2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a7812597a87629d2a7b35e916fb1a3e11c12b63]

MWS_SRX644: migrate branch mws_srx644 -> HEAD


2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [118a64e7bde4b637c1bb69ca5d5ef0b73e6f2ba5]

MWS_SRX644: migrate branch mws_srx644 -> HEAD


2003-03-26  Eike Rathke  <er@openoffice.org>  [ee249dbb687e486ee22a75fcdbf9f9b839e67ea5]

original glibc 2.1.2 regular expression sources


2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f836f8b08ecd6f7c5542791c87657571b6b501d2]

MWS_SRX644: migrate branch mws_srx644 -> HEAD


2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [33183445606e89390dd647d8087b8684f6bfe5ac]

MWS_SRX644: migrate branch mws_srx644 -> HEAD


2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [f517a35395a05b6913c9f87fe701bdd83da703fe]

INTEGRATION: CWS calc05 (1.4.36); FILE MERGED 2003/03/05 15:45:10 er 1.4.36.1: #i11116# currency symbol is simply $, not C$


2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3d3d42193f5bd40c9408b1b2f5855fa1946832f]

MWS_SRX644: migrate branch mws_srx644 -> HEAD


2003-03-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [71398cc1c59f80bbaddbca3cc7194bc0779c906e]

MWS_SRX644: migrate branch mws_srx644 -> HEAD


2003-03-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [4886977c0c4d72f77e07e935bf291340b6cecf6b]

MWS_SRX644: migrate branch mws_srx644 -> HEAD


2003-03-24  Kurt Zenker  <kz@openoffice.org>  [2e3991a4f29e3ce6aec9e5c24d3220b8e9439ff5]

new version for SRX644


2003-03-24  Kurt Zenker  <kz@openoffice.org>  [2457524338cb6bedc02aced6d60d1adb5f4bb6fc]

new version for SRX644


2003-03-21  Kurt Zenker  <kz@openoffice.org>  [d10cf376075f3c037c106a118f30991efc4dd050]

new version for SRX644


2003-03-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e355e8fac1d64f9c4a8520b0b3998e3ce326122]

MWS_SRX644: migrate branch mws_srx644 -> HEAD


2003-03-19  Oliver Bolte  <obo@openoffice.org>  [d048ae837508262b35df8107a299dca05a7b9436]

new version for SRX644


2003-03-19  Kurt Zenker  <kz@openoffice.org>  [910e3f4a9a7de63b860649d3dd0da861b9aeef45]

new version for SRX644


2003-03-17  Andre Fischer  <af@openoffice.org>  [2494f75352fbe3d6d3f2553abdfeaabb5cdd71e5]

No filtering of top level windows at the moment.


2003-03-17  Andre Fischer  <af@openoffice.org>  [048971ba5efe9e87980b8e78a0dc0d73e2d56357]

Initial Release.


2003-03-14  Andre Fischer  <af@openoffice.org>  [9979a27c2b85ad886e8299855bda7b66791aa473]

Added a simple help widget.


2003-03-14  Andre Fischer  <af@openoffice.org>  [5c0677a52bbc02953ace82e5b41f9ac6a435f4dd]

Improved AccessibleObject->CanvasShape.


2003-03-14  Armin Weiss  <aw@openoffice.org>  [bf82230946bd4c464ba0343ba76c82430dfe2b5a]

Added assigment operators for tuple, vector. Also added Flip() functionality for Polygon.


2003-03-14  Andre Fischer  <af@openoffice.org>  [4043b77314bc6837b87cc255bc7ef474b4ae9a75]

Improved AccessibleObject->CanvasShape.


2003-03-14  Gregor Hartmann  <gh@openoffice.org>  [5fa51174f8d72928b0295c13a45ee509288d38c6]

new tages <#GRAPHIC> and <#NEXTVERSION>


2003-03-14  Armin Weiss  <aw@openoffice.org>  [91178e4a57dac59c8b9862aa4020f9027ecf627f]

Simplified polygon base template (PolygonPointList), changed some include statements to work with big and small letters.


2003-03-14  Andre Fischer  <af@openoffice.org>  [dfde71a4f13943de5cdd49d1cd4408434c043258]

Moved class SelectionDialog into its own file.


2003-03-14  Andre Fischer  <af@openoffice.org>  [4fffff8bb6c4e238823f852b2f748e285cad61f4]

The child list widget displays now more than one line.


2003-03-13  Andre Fischer  <af@openoffice.org>  [79971129ec765d2544179ef31c5202109b2898a2]

Major restructuring.


2003-03-13  Oliver Bolte  <obo@openoffice.org>  [623baf75f49427bcda58231991c92d8533765422]

new version for SRX644


2003-03-11  Oliver Bolte  <obo@openoffice.org>  [4e4cb52325b86de47061d19d793e4a15b489705c]

new version for SRX644


2003-03-11  Oliver Bolte  <obo@openoffice.org>  [5adbd397feb1015cc0cdf1808f31ace0024e1477]

new version for SRX644


2003-03-11  Oliver Bolte  <obo@openoffice.org>  [6335a43b9c36a723ee3e218baa503f3dd752d6ad]

new version for SRX644


2003-03-06  Thorsten Behrens  <thb@openoffice.org>  [bdb1ccbc527322a3aba37de548c07b527ef2b985]

Evaluation of bezier clipping, not for production use


2003-02-27  Armin Weiss  <aw@openoffice.org>  [82d66db4de00f4ece52fc90f66c9ed93d24141bb]

Added Append/Inserts for polygons, expanded constructors, expanded possibilities for appending/inserting only parts of source poly


2003-02-19  Armin Weiss  <aw@openoffice.org>  [aee45e3d4db1756438f29c89a0b46ed61251d73d]

Changed Range implementations to use local members now.


2003-02-19  Armin Weiss  <aw@openoffice.org>  [a1e38c097486f67bb1595c0a3a45fda9a3b42abc]

Added Range classes (B1DRange, B2DRange, B3DRange) for 1-3 dimensions.


2003-02-18  Armin Weiss  <aw@openoffice.org>  [29558abd6e0d0d403141b5cebc0d1433e0fc040f]

Changed all *Pair names to *Tuple names since B3DPair makes no sense. A second change to BaseHomMatrix.hxx just deletes the empty line if it's not needed.


2003-02-11  Matthias Huetsch  <mhu@openoffice.org>  [f2b8f0c66dc6f3ce206768deba4e882d5662a529]

#107292# Merged 'AnyInput for timers' fix (see #106997#).


2003-02-11  Frank Schönheit  <fs@openoffice.org>  [7ffd2e3a26c2ef80a7aadfbb05bc49799e0dc4b2]

support for the MANAGES_DESCENDANT state


2003-02-10  Matthias Huetsch  <mhu@openoffice.org>  [35b42d7b805e47979bbca863f419d96a2bbadd21]

#107292# Added 'SalXLib::Wakeup()' call to 'SalXLib::StartTimer()' to unblock 'SalXLib::Yield()' from a previous later timeout (merged from r1.2.40.1).


2003-02-05  Gregor Hartmann  <gh@openoffice.org>  [1a5d4ecaaf8d2335ccac87761bda1b7e16a93083]

merging changes from srx644 back in


2003-02-05  Gregor Hartmann  <gh@openoffice.org>  [06544f51a57bdb0b499e167af5a92244bf467e55]

new tages <#GRAPHIC> and <#NEXTVERSION>


2003-02-04  Kurt Zenker  <kz@openoffice.org>  [d49c64b73d5c3cea4f6ddd9971c6e4c3b6db6f4c]

new version for SRC641


2003-02-04  Kurt Zenker  <kz@openoffice.org>  [fc9f1f54434686b60e66996c93b0dfa297c0e0c7]

new version for SRC641


2003-01-22  Sascha Ballach  <sab@openoffice.org>  [3a43a728da622ac814d6fdac02d426a9538879ff]

#106337#; get the old top level version, because this version was in the wrong branch


2003-01-22  Sascha Ballach  <sab@openoffice.org>  [44a6046c3b9770077be4d509ce98818f7c1409ce]

#106337#; make notification synchron


2003-01-09  Carsten Driesner  <cd@openoffice.org>  [75038cf628b01e34cd315fb3cb32e752220fd97c]

#106466# Use odd rect size to calc arrows width


2002-12-13  Herbert Duerr  <hdu@openoffice.org>  [072eafb9e7973a36f60db8cd2ca9b5924242c153]

#104188# fix conversion for single byte charset, add char mirroring for RTL text


2002-12-13  Rüdiger Timm  <rt@openoffice.org>  [422249efbf5bd02795f10211d2756baf38369fae]

#100000# MH (or who else?) removed BUILD_SOSL


2002-12-13  Stephan Schäfer  <ssa@openoffice.org>  [c84b5889c411777681eea4570857cf48a3087356]

#104427# autohughcontrast also if window color is dark, not only face color


2002-12-13  Carsten Driesner  <cd@openoffice.org>  [bb3db71ed4bdea449d110abdebc144baaf14e3fa]

#106166# Use write through for menu options to enable VCL settings


2002-12-13  Carsten Driesner  <cd@openoffice.org>  [c5b543482f062dabe82445425cf0cef04c94ba9d]

#106166# Read 'images in menus'-setting from configuration


2002-12-13  Carsten Driesner  <cd@openoffice.org>  [60ce379adf9344c71a33b334382bb2234ae107df]

#106166# New settings entry 'mnUseImagesInMenus'


2002-12-12  Herbert Duerr  <hdu@openoffice.org>  [7b75f8f332a157d7a04dbb4830614f6a9e2f1c83]

#101080# fix boundrect/outline for GF_ISCHAR glyphs


2002-12-12  Herbert Duerr  <hdu@openoffice.org>  [7c56daa7be2300e464fa96d290b3030d4210f3f3]

#101080# fix boundrect/outline for glyph fallback


2002-12-12  Thomas Benisch  <tbe@openoffice.org>  [22f7d39c49becb043f7ffe5296dd1b1e590432c0]

#105535# handle VCLEVENT_WINDOW_MENUBARADDED and VCLEVENT_WINDOW_MENUBARREMOVED


2002-12-12  Herbert Duerr  <hdu@openoffice.org>  [3940e40a015036e31e278ed2c41fb6228682c111]

#101080# set emphasis marks over middle of boundrect


2002-12-12  Thomas Benisch  <tbe@openoffice.org>  [3566ad7c713dc30f76951a92445e2df7379894cc]

#105535# removed notification for setting new menu at MenuBarWindow


2002-12-12  Thomas Benisch  <tbe@openoffice.org>  [69233f4cc25d737adc45b54fb2aab811dbf390c1]

#105535# notify VCLEVENT_WINDOW_MENUBARADDED and VCLEVENT_WINDOW_MENUBARREMOVED


2002-12-12  Stephan Schäfer  <ssa@openoffice.org>  [e09d92f45fdcd861567a5e8439a72c227bb396be]

#103984# transform pos only when positioning required


2002-12-12  Eike Rathke  <er@openoffice.org>  [4616293c249db55f82aef6616189cd5929879255]

#105914# check sprintf/strcat/strcpy calls for possible buffer overflows


2002-12-12  Stephan Schäfer  <ssa@openoffice.org>  [4e5ccdf45579062a13cce38e9f1f190aca778acf]

#106074# fix drag-n-drop for BiDi


2002-12-12  Malte Timmermann  <mt@openoffice.org>  [020628a83fd484223a74e0a0d75513034ff161ce]

#106206# Call (travel) select when restoring old selection in EndPopupMode


2002-12-12  Hennes Rohling  <hro@openoffice.org>  [9a8b0986414b2c98d30d456851caeabbe581ff36]

#105989# PM_QS_SENDMESSAGE requires WINVER 0x0500


2002-12-12  Stephan Schäfer  <ssa@openoffice.org>  [f3299b00f9ace6ac3ffeee9e841a4b94b66451e4]

#106235# contextmenu opens only on Shift-F10, without any additional modifiers


2002-12-12  Herbert Duerr  <hdu@openoffice.org>  [9789172dfb485dcd89b35bc3c417b323950fac87]

#105944# fix display of RTL paragraph sign, improve glyph fallback


2002-12-12  Herbert Duerr  <hdu@openoffice.org>  [facfd1575d6a104bf07e0fe2b712ea7405aa4d3b]

#105944# char mirroring for non-CTL RTL text


2002-12-12  Stephan Schäfer  <ssa@openoffice.org>  [6d7840a0c2184add460d8b1de2108844f889d1fc]

#103984# improve RTL window positioning


2002-12-12  Hennes Rohling  <hro@openoffice.org>  [a6942d2ea0153d3e79833b0cf958af784b18fbc3]

#105989# PM_QS_SENDMESSAGE requires WINVER 0x0500


2002-12-11  Philipp Lohmann  <pl@openoffice.org>  [0e136fbad53b172ca7fa295b17e5330b8af48e27]

#105759# minor optimization


2002-12-11  gt  <gt@openoffice.org>  [2f996ab2aa16094399dfad8804899ae1398637f4]

#105907# SvImpLBox::KeyInput(): don't handle KEY_DELETE


2002-12-11  Rüdiger Timm  <rt@openoffice.org>  [947e5f3b292ca6a5cc485cee1afe22cfe8a5f5aa]

#100000# needs soltools to build


2002-12-11  Andreas Bille  <abi@openoffice.org>  [e51a38d30c1e6178bc90bc42877d8f27772b1c01]

#105710# Removed unused methods


2002-12-10  Eike Rathke  <er@openoffice.org>  [2679b8532efcf830da0f952900a1d26a38d90c45]

#101362# clean up header includes too..


2002-12-10  Eike Rathke  <er@openoffice.org>  [386f5aa4a653c8832de269900cc5665d8eb25771]

#101362# performance: don't need multiple read single write guard, a simple guard is sufficient


2002-12-10  Thomas Benisch  <tbe@openoffice.org>  [aab2a09d3a0f0107562df0d671462f308d5a3123]

#106154# Accessibility: AccessibleKeyBinding methods have changed


2002-12-10  Thorsten Behrens  <thb@openoffice.org>  [bb9682100cb8371b6afa261ba3d0a59435cabaa0]

#104024# Correct handling of DX array (changed for CTL)


2002-12-10  Philipp Lohmann  <pl@openoffice.org>  [5d9656694136e4c35d9f918a32bda4360cd49a6a]

#106058# use good old Config since Profile is deprecated


2002-12-10  Thomas Benisch  <tbe@openoffice.org>  [8d1b02d11253440bc97587797e12e6a8bce7c886]

#106154# added accessiblekeybindinghelper.obj


2002-12-10  Thomas Benisch  <tbe@openoffice.org>  [cfa89a1bc27ee8f007674d9897690eec947d4901]

#106154# helper for implementing an XAccessibleKeyBinding


2002-12-10  Philipp Lohmann  <pl@openoffice.org>  [65aa4a6b0fdf90247512f9e5772150ae24eb0e46]

#106119# set focus to last execute dialog only if modal for same frame


2002-12-10  Stephan Schäfer  <ssa@openoffice.org>  [d09ccba1b80b20a4861847b53913a5f101fbcf98]

#105920# avoid focustodocument if not really required


2002-12-10  Malte Timmermann  <mt@openoffice.org>  [da6eb3717d639b6f8c19066352372d90317db086]

#105947# lock solar mutex


2002-12-10  gt  <gt@openoffice.org>  [be5d89b2605bc622a359e1a77a07313bd10bc80f]

#105907# SvImpLBox::KeyInput(): don't handle KEY_BACKSPACE


2002-12-10  Philipp Lohmann  <pl@openoffice.org>  [eb8c3a08f49e28c98516d8effd028dc853f78c10]

#105884# collect data types in getPasteData if necessary


2002-12-10  Carsten Driesner  <cd@openoffice.org>  [001a8293314d4a4fd63f37f4d9e4c024619451da]

#104914# Support new type WINDOW_HELPTEXTWINDOW


2002-12-10  Carsten Driesner  <cd@openoffice.org>  [4acce17160d79f026f452a1c98028a2df19342be]

#104914# Special support for help text windows


2002-12-10  Carsten Driesner  <cd@openoffice.org>  [6a65cc3058ad4ec576f8d3d506898dc07b556abc]

#104914# Added methods to support accessibility


2002-12-10  Philipp Lohmann  <pl@openoffice.org>  [124d0c12552b2d5667d27b1a1c0aedcafcd5e5c1]

#101969# letter format as default in english (01) installation


2002-12-10  Malte Timmermann  <mt@openoffice.org>  [e0be1a868809ec492d2d23866cb2ce7a531c598b]

#105942# BASEPROPERTY_ACCESSIBLENAME


2002-12-09  Philipp Lohmann  <pl@openoffice.org>  [c34e8d2b5a9f03215d259f88a74e0a0f9edb422a]

#104264# workaround broken fonts


2002-12-09  Vladimir Glazounov  <vg@openoffice.org>  [8f0ef8f6552983448f0362999b258e906c36c3a6]

#10000# use temporaries where necessary


2002-12-09  Mikhail Voitenko  <mav@openoffice.org>  [d388c9a8ec8c80211bb4eb915dc405020a6b9d2a]

#106116# file-content throws NameClashException in case catalog exists


2002-12-09  Rüdiger Timm  <rt@openoffice.org>  [7385f12948dee37041d1355054aae398880d7985]

Merge SRX644: 09.12.02 - 12:38:11


2002-12-09  Stephan Schäfer  <ssa@openoffice.org>  [1026d39861ea6f7aa81a711231ecef6f4f4f7d09]

#105968# remove nomouserectclose from startpopmode via toolbox


2002-12-09  Kurt Zenker  <kz@openoffice.org>  [f2d9870fa6ac2835cfbea906039e8db51f23b4e7]

Merge SRX644: 09.12.02 - 10:55:46


2002-12-09  Stephan Schäfer  <ssa@openoffice.org>  [bd225d3a4f70157450ba86bce6a34a82e2dc1132]

#106003# choose only decorated windows as dialog parents


2002-12-09  Carsten Driesner  <cd@openoffice.org>  [87a15c5b28e59c1293dbe7c539653e85f96c5d2c]

#105051# Use correct background color to paint tabbar background


2002-12-06  Eike Rathke  <er@openoffice.org>  [0c30a4547705fc43b584cbf6c1945d759830d421]

#100211# replace sprintf/strcpy/strcat where appropriate (possible buffer overflows), or comment as checked


2002-12-06  Eike Rathke  <er@openoffice.org>  [5ddecb0c676e65c25d0ddfc5fcf2b4ec5402fb47]

#100211# replace sprintf/strcpy/strcat where appropriate (possible buffer overflows), or comment as checked


2002-12-06  Herbert Duerr  <hdu@openoffice.org>  [28fd444053e1a3a1744868614da3563534f9b366]

#105971# fix glyph fallback index offset error, enable W95 GF


2002-12-06  Stephan Schäfer  <ssa@openoffice.org>  [2f6b1eccb348efffd8708eec4da159bafd4eb3b9]

#105548# do not release solarmutex for contextswitch


2002-12-06  Frank Schönheit  <fs@openoffice.org>  [343c2aa308ac7b1b2f5b6345890c3408abf978f0]

#105548# small errors in the comments corrected


2002-12-06  Frank Schönheit  <fs@openoffice.org>  [4b77e3a2cd99495e68457de4dc46bc214482eb3f]

#105548# no need to release the solar mutex in NotifyAccessibleEvent - the base class now does notifications asynchronously


2002-12-06  gt  <gt@openoffice.org>  [aaf25a4381984f156ba5e34e27dc5483c578364c]

#105907# SvImpLBox::KeyInput(): also <TAB> and <Fn> are not handled


2002-12-06  Frank Schönheit  <fs@openoffice.org>  [5b9797f726c243c7123530b8601b9414a694b7c9]

#105548# notify accessible events asybchronously


2002-12-06  Stephan Schäfer  <ssa@openoffice.org>  [e87001941f78cd1e403a8e9a66dfd2aad15e9153]

#105941# allow TAB travelling in undocked toolbars


2002-12-06  Frank Schönheit  <fs@openoffice.org>  [54869d7a99728e2ca7a95a60caa1aa7b6cd1beb7]

#105548# +accessibleeventnotifier


2002-12-06  Frank Schönheit  <fs@openoffice.org>  [86f7f8658670c2973c127bf3cdac80269986e4eb]

initial checkin - notifying accessible events asynchronously


2002-12-06  Herbert Duerr  <hdu@openoffice.org>  [14f8d59f276793a5b9a723b5b1931e11f5afb64e]

#105200 make embedded vs. antialias priorities more intuitive


2002-12-06  Philipp Lohmann  <pl@openoffice.org>  [6f51e8cf2e2b24723e2121b3be7b61d5ecc2b0dd]

#105924# use Button::GetStandardText for java error messages


2002-12-05  Karl Hong  <khong@openoffice.org>  [914629fe051fbe526968b412aee206e41da516b9]

#105979#  fixed forbidden end of line  characters problem


2002-12-05  Sven Jacobi  <sj@openoffice.org>  [8c9e185f1bddb0de09eb366a52e5cd1ee9e0b3e5]

#105635# using correct x position in SimpleWinLayout::GetNextGlyphs


2002-12-05  Herbert Duerr  <hdu@openoffice.org>  [7a5ded96178412209f90ac8fc507689eaf3fcd61]

#102169# merge MACOS and UNIX dynamic linking of render library


2002-12-05  Armin Weiss  <aw@openoffice.org>  [e3ca4d33faaeb913b4be16f94b1e1d4fdbc7e91c]

Added implementations of 3x3 and 4x4 homogen matrices


2002-12-05  Herbert Duerr  <hdu@openoffice.org>  [bab006846ba3e93ec54da9bc4aa26311a70afe89]

#102169# notify lower layers of ImplDevFontList changes, translate some comments


2002-12-05  Herbert Duerr  <hdu@openoffice.org>  [3114ad69fa9a7820a038d9d6e155214705e2de81]

#102169# implement SalGraphics::RemovingFont() on UNX


2002-12-05  Herbert Duerr  <hdu@openoffice.org>  [d109edd27e43a48d1871b93563ce0d79ded68729]

#102169# W32 gets dummy implementation for SalGraphics::RemovingFont()


2002-12-05  Eike Rathke  <er@openoffice.org>  [8d4d3d10bc831782aa2db00f11882660a531b870]

#105991# GetMappedFormatstring: don't escape percent sign


2002-12-05  Stephan Schäfer  <ssa@openoffice.org>  [40747c2e0386653a226da4dc6b9a8acf8ddbfcf9]

#106002# report contextmenues with role window


2002-12-05  Oliver Specht  <os@openoffice.org>  [0304090d2bda031dbf9e4e4e41e5b3169245f7b9]

#103299# include added


2002-12-05  Oliver Specht  <os@openoffice.org>  [278f39c9c35e3f2b3eac8e4edd54129ebf991afd]

#103299# syntax corrected


2002-12-05  Rüdiger Timm  <rt@openoffice.org>  [b9bd54c49fddc04505af51c486f857a150fd708f]

#100000# Merge error fixed.


2002-12-05  Kurt Zenker  <kz@openoffice.org>  [84f235fe3d4ebe1288ce1e2e55374fafec0a6312]

Merge SRX644: 05.12.02 - 14:58:17


2002-12-05  Kai Ahrens  <ka@openoffice.org>  [8b5ea6500987c152b7e2f5d6f6e1b5d6394e362e]

#95405#: cleanup


2002-12-05  Herbert Duerr  <hdu@openoffice.org>  [24a7434b39f9d9991489ee75adc32219d32805b7]

#105954# mpGlyphs2Chars is now abs->abs mapping


2002-12-05  Thomas Benisch  <tbe@openoffice.org>  [d1d2d86e7dfd517451fb500624903b00e1402e15]

#105375# set pData in VCLEVENT_WINDOW_HIDE for accessible candidates


2002-12-05  Thomas Benisch  <tbe@openoffice.org>  [97ac3863179d2c200d209e4ba3c03ee4aeadd55d]

#105375# send VCLEVENT_TABPAGE_SET


2002-12-05  gt  <gt@openoffice.org>  [147362035df768e6b7985eac02afeeb845296991]

#105907# SvImpLBox::KeyInput(): emulate quick search feature to be compatible to ListBox


2002-12-05  Malte Timmermann  <mt@openoffice.org>  [452bcba89979dc4c3fb9a45351a6a1f62d688e7b]

dispose service manager for MLK detection


2002-12-05  Kurt Zenker  <kz@openoffice.org>  [0223e2ff6fb08357d3202dbc413c9ef288cbe574]

Merge SRX644: 05.12.02 - 11:38:49


2002-12-05  Kurt Zenker  <kz@openoffice.org>  [0c55e95c57c2a640b9e06d62434670d464a9954d]

Merge SRX644: 05.12.02 - 11:17:29


2002-12-05  Kurt Zenker  <kz@openoffice.org>  [9f4428d80225a4e61bac6ac345885948ddfbfad5]

Merge SRX644: 05.12.02 - 11:15:07


2002-12-05  Kurt Zenker  <kz@openoffice.org>  [bc691f8c35d7e0ffddeea5409a611cc934aa6331]

Merge SRX644: 05.12.02 - 11:14:48


2002-12-05  Kurt Zenker  <kz@openoffice.org>  [b52b2a9d946ef72430eabe6a7379385d1c251145]

Merge SRX644: 05.12.02 - 11:14:00


2002-12-05  Stephan Schäfer  <ssa@openoffice.org>  [62c1c89547ee5b7b142d9985bad0f59f5750a7f9]

#105430# no explicit centering of dialogs


2002-12-05  Stephan Schäfer  <ssa@openoffice.org>  [093ea09d78514c7345a1f2ea0a8c06cbe0bad95d]

#104427# avoid assertion without configuration


2002-12-05  Frank Schönheit  <fs@openoffice.org>  [0776b59b743fbff2cc9fd5da013d71bc163bbc28]

#104427# +tryCreateWithServiceFactory


2002-12-04  Herbert Duerr  <hdu@openoffice.org>  [66380f0226e187ab5110e2927ccbeef4fc3c5e2a]

#102169# add GlyphCache::RemoveFont, remove GlyphCache::GetFontId


2002-12-04  Stephan Schäfer  <ssa@openoffice.org>  [424b0ac8ee5aafe342eee210fa080a9561f6780f]

#105864# improve drawing of green arrow


2002-12-04  Stephan Schäfer  <ssa@openoffice.org>  [24e528ecd6257d883d232c5307244355be8c9586]

#104427# auto detect hc mode


2002-12-04  Carsten Driesner  <cd@openoffice.org>  [acca78ebefaeeaec7dd9e5c1f14950955513527d]

#103850# Use printer paper format instead of user format if we have no precise match


2002-12-04  Sven Jacobi  <sj@openoffice.org>  [9c8c7f157c15e2de16e818d0023e110eb7775e58]

#105913# removing usage of strcpy


2002-12-04  Sven Jacobi  <sj@openoffice.org>  [eb443d8b3950e185d48217ed6e406e5b62735f42]

#105856# mapping of negative sizes is now working correct


2002-12-03  Armin Weiss  <aw@openoffice.org>  [59f6d7e0e26b5df863255ed359431b96b3e9eb10]

Added some comments and B2dHomPoint


2002-12-03  Oliver Specht  <os@openoffice.org>  [87ff46de7cb10d36afb3de8eb528c24f9ee66de9]

#103299# IsPathReadonly added


2002-12-03  Stephan Schäfer  <ssa@openoffice.org>  [ab9914ba0261a0a4e76d1ac81a816551e9e279d0]

#105548# release and acquire solarmutex when calling SetWindowText


2002-12-03  Stephan Schäfer  <ssa@openoffice.org>  [f6017e18fb8d6418e6681ed30cf6d5df2d6a56e9]

#105827# remirror tracking coords if required


2002-12-03  Stephan Schäfer  <ssa@openoffice.org>  [03a719ee1ecf0f1efc5f22e682f8a6c9574c9731]

#105827# keep original parent of helpwin to allow for correct mirroring of the help windows position


2002-12-03  Andre Fischer  <af@openoffice.org>  [e5c872585191139c54a3c739dfb1a43d3598b919]

#104863# Added proper states and roles.


2002-12-03  Jörg Barfurth  <jb@openoffice.org>  [467e60fd13c72f78611b899ab0e69655c0ab9e1f]

#105579# Implement new mode to propagate construction errors


2002-12-03  Jörg Barfurth  <jb@openoffice.org>  [8b303822d117e4f5df5528b3bc54a504e83804cb]

#105579# Add new mode to propagate construction errors


2002-12-03  Andreas Bregas  <ab@openoffice.org>  [d00146aecd6ca6babfb90319920611ffe73b1bdb]

#105809# Fixed SearchInSelection check


2002-12-03  Ocke Janssen  <oj@openoffice.org>  [41544949fe809a15a706c97a37c27d29c79ead98]

#105879# send selection event to headerbar


2002-12-03  Björn Milcke  <bm@openoffice.org>  [03a029c0d02061ae3eb09334bb87125840a1d124]

use UPDMINOREXT variable instead of (unknown) MINOREXT_UPD


2002-12-02  Rüdiger Timm  <rt@openoffice.org>  [43ba596a637ca9be473a889d94cf37144ddff99e]

#85375#,#100000# The default parameter for INetURLObject::GetMainURL has been removed.


2002-12-02  Rüdiger Timm  <rt@openoffice.org>  [c05717aa0115acf97074b003d897a727dc67ede7]

#85375#,#100000# The default parameter for INetURLObject::GetMainURL has been removed.


2002-12-02  Thomas Benisch  <tbe@openoffice.org>  [13f191a751d874f53fa35ad8c8724165ca604289]

#105537# create VCLXDialog for window type WINDOW_BUTTONDIALOG


2002-12-02  Frank Schönheit  <fs@openoffice.org>  [b37732cb9912dadac611d1da262cc8552e66a34e]

#105812# +fpinteraction


2002-12-02  Daniel Vogelheim  <dvo@openoffice.org>  [363fe0c8667d7c0eb7666537ae7c756f01c2cb0d]

#104735# add pseudo-format HTML_NO_COMMENT whenever HTML_SIMPLE is available


2002-12-02  Carsten Driesner  <cd@openoffice.org>  [59dcb903a210a11027e64658d736d5db41f3f565]

#96020# Use clip region for HideFocus call to prevent drawing over scrollbars


2002-12-02  Frank Schönheit  <fs@openoffice.org>  [12d4b16f6e22573d667d9f428b678a6876c86aa3]

discovered during #105577#: wrong usage of ::rtl::OUString::copy corrected


2002-12-02  Ocke Janssen  <oj@openoffice.org>  [2cf43645f2c24fa7acd19ab3d9d8adebf6c62289]

#105538# set new Type for the TreeListBox


2002-12-02  Ocke Janssen  <oj@openoffice.org>  [7ce254cdde80df9e9ef57eacbaefe526d3abf9a9]

#105538# new Type for the TreeListBox


2002-12-02  Ocke Janssen  <oj@openoffice.org>  [cbf96e512e3e9224e082ffbbf8f63948f5cd6cde]

#105538# set new Type for the TreeListBox


2002-12-02  Ocke Janssen  <oj@openoffice.org>  [04d30d67255d9fed4e0439c704e488ceb53091d8]

#105761# remove SetType call again, will be replace with different type


2002-12-02  Peter Burow  <pb@openoffice.org>  [ff795872dfe88a7d0ca6378de2a4066bb225b915]

fix: #105219# #105221# #105713# new ctloptions: CursorMovement + TextNumerals


2002-11-29  Oliver Specht  <os@openoffice.org>  [fbf6a9988b7cb1d58184b52e6aef2ebbc27cc2ef]

#105490# MailMerge usability


2002-11-29  Oliver Specht  <os@openoffice.org>  [1317b19546c777ee80a91e6449d7355a910787b5]

#103986# ruler tab symbol on the right/botton in right-to-left text


2002-11-29  Herbert Duerr  <hdu@openoffice.org>  [25b9e530efd050755071c1ecb5596c36d5297a2e]

#105768# do not hide mhDC from base class


2002-11-29  Eike Rathke  <er@openoffice.org>  [48ca2a86dec5fd01d17ef5669ec58ae62003df0f]

#98454# performance: SfxStyleSheetIterator::Find: first compare the name, then call IsUsed() via DoesStyleMatch()


2002-11-29  Carsten Driesner  <cd@openoffice.org>  [cc7398c7c1d5e801bfadc98155cca1fc95ef25fe]

#104835# Text menu items have same height as menu items with images


2002-11-29  Herbert Duerr  <hdu@openoffice.org>  [3d32222543bcfe32f8616a971065ab9203575669]

#105200# temporarily make priorities for autohinting/embedded bitmaps/antialiasing configurable by environment vars until UI catches up


2002-11-29  Stephan Schäfer  <ssa@openoffice.org>  [e0ae9b09f5c0ddb76a7df370c012790b84d23061]

#105373# notify dehighlight in dtor


2002-11-29  Stephan Bergmann  <sb@openoffice.org>  [9b29164602d404c2138ff9003dc31f747e2634b0]

#105360# Removed default for GetMainURL DecodeMechanism parameter.


2002-11-28  Herbert Duerr  <hdu@openoffice.org>  [230d53bfb6674ddcd68bf5498e292f68dd6d7139]

#104829# avoid CTL processing for Hangul Jamo, preserve fontseldata for glyph fallback


2002-11-28  Vladimir Glazounov  <vg@openoffice.org>  [cea406b5a3fdae39ba0f22b3f206a11d2f30fd88]

#100000# corrected merge errors


2002-11-28  Vladimir Glazounov  <vg@openoffice.org>  [5bb3171ed284d3f0c3072106e946ea1de382e124]

#100000# corrected merge errors


2002-11-28  Carsten Driesner  <cd@openoffice.org>  [ce48697cfcec8a7d50ad20f9de4a4e9e2bcc631b]

#104553# Don't crash if AddImage is called with empty image. Use a transparent bitmap instead.


2002-11-28  Stephan Schäfer  <ssa@openoffice.org>  [bf7e752c998967b018bbb407d45b826a8f614e13]

#105591# send keyinput for floatingwindows to parent if they were not consumed


2002-11-28  Thomas Benisch  <tbe@openoffice.org>  [38d1d7c17f39935d3a4dbd6f4a774d8c561b1fc8]

#105369# Accessibility: content of spinboxes is not read


2002-11-28  Dirk Völzke  <dv@openoffice.org>  [ddb286d9f3f3e7c483f4f8ac8b122254820a690a]

#105701# swapped language codes for hindi and thai again (hindi=91, thai=66)


2002-11-28  Dirk Völzke  <dv@openoffice.org>  [79a12b05f01b7c468f5a21b238088201cff9f60d]

#105701# swapped language codes for hindi and thai


2002-11-28  Sven Jacobi  <sj@openoffice.org>  [6a91a3eedccc55c6d2702a904c5cc11d0057e56c]

#105702# resolving name conflict: Width -> LogicalWidth


2002-11-27  Stephan Schäfer  <ssa@openoffice.org>  [fd7445176f53847d2e1dfa87dcf6a5956c979599]

#105430# setlayeredwindow wrapper


2002-11-27  Kurt Zenker  <kz@openoffice.org>  [87b1541997551515172fcaee6102dafcb4d128bb]

Merge SRX644: 27.11.02 - 17:21:06


2002-11-27  Kurt Zenker  <kz@openoffice.org>  [d3d8406be075fe1bf368e4816eb10dfcaae04094]

Merge SRX644: 27.11.02 - 17:20:56


2002-11-27  Vladimir Glazounov  <vg@openoffice.org>  [5a7727c45d0322d7567c4ce8cf87c85f7fa1b573]

Merge SRX644: 27.11.02 - 17:20:45


2002-11-27  Vladimir Glazounov  <vg@openoffice.org>  [5f76a6a8f3463146f5386e9e217cac79766ee486]

Merge SRX644: 27.11.02 - 17:19:50


2002-11-27  Rüdiger Timm  <rt@openoffice.org>  [f7b01b67d3853373de9e35347927f6d977f16583]

Merge SRX644: 27.11.02 - 17:19:47


2002-11-27  Kurt Zenker  <kz@openoffice.org>  [84f173f40e208ab81944d9682e8b1a44aa92c484]

Merge SRX644: 27.11.02 - 17:19:05


2002-11-27  Stephan Bergmann  <sb@openoffice.org>  [19d1a0743b6ea23f9621c18a558e7d58d1b5e847]

#105360# Removed default arg from INetURLObject::GetMainURL.


2002-11-27  Stephan Schäfer  <ssa@openoffice.org>  [f413381f6338bce8fbc58bdcb0c66bee76c548ca]

#105224# remove sysalloc option


2002-11-27  Mikhail Voitenko  <mav@openoffice.org>  [06eb92bc54c0af9179e7aec0747b811f24222d2f]

#105661# fix constructors


2002-11-26  Sven Jacobi  <sj@openoffice.org>  [504bd0d7e6dbe4768f908b0494417dac5b9429b5]

#105489# added complex clipping also for bitmaps actions.


2002-11-26  Stephan Schäfer  <ssa@openoffice.org>  [473023ad7e7681d43d55609103f7cb501bf01c0b]

#105224# send modkey events only when no hotkey was pressed


2002-11-26  Stephan Schäfer  <ssa@openoffice.org>  [f4e1017bd72b6847e102a5653bdf5562383f03f4]

#105224# send modkey events only if no hotkey was pressed


2002-11-26  Frank Schönheit  <fs@openoffice.org>  [099bac2b00a58b4b5780f0f4d5b5ca9cf5c39f21]

#104911# -IsForBorders/IsForDrawing / +AutoDetectSystemHC


2002-11-26  Stephan Bergmann  <sb@openoffice.org>  [dabd2aa6564ac483871aa2421fe97351e7f1c21f]

#92031# Added IME status window control stuff.


2002-11-26  Ocke Janssen  <oj@openoffice.org>  [69fd890524c864eb24a3f000dbab71456036fca7]

#105538# don't check if frame window has style DLGCONTROL set


2002-11-26  Ocke Janssen  <oj@openoffice.org>  [6d3fb611dad6ec103ff85336536afb329558e7fd]

#105538# set the type of the SvLBox to WINDOW_LISTBOX to allow accessible label


2002-11-26  Andre Fischer  <af@openoffice.org>  [2a01765d8236573ef786013bec9096b4e3326fac]

#105377# Notifiying name changes of items.


2002-11-26  Mike Hayes  <mhayes@openoffice.org>  [681fd13f2fb55998202c84cbdaeba10a792f7bc2]

#96737# Check if anything is we need to delete in first place


2002-11-26  Peter Burow  <pb@openoffice.org>  [dc895fe8a7dc8e94731e29141c992e2ffaf4cd44]

fix: #105494# SearchEntryText() added


2002-11-25  Stephan Schäfer  <ssa@openoffice.org>  [ae76ce7a1cb7494bae15a6a3ab7d4719f3786374]

#105224# support extended modifier keys


2002-11-25  Kurt Zenker  <kz@openoffice.org>  [b5cb78fc380afc6d90b56cef4b823f20dd79448b]

Merge SRX644: 25.11.02 - 16:02:03


2002-11-25  Kurt Zenker  <kz@openoffice.org>  [006f9176315ba45e1c42724779d286027e236d89]

Merge SRX644: 25.11.02 - 16:01:57


2002-11-25  Kurt Zenker  <kz@openoffice.org>  [abb47e36162bf2224b6678fec59f308d90d3b21f]

Merge SRX644: 25.11.02 - 16:01:27


2002-11-25  Rüdiger Timm  <rt@openoffice.org>  [55a7cffaf20f3ec96c5331a0494b59898e62e697]

Merge SRX644: 25.11.02 - 16:01:16


2002-11-25  Kurt Zenker  <kz@openoffice.org>  [50589c57e5eb95145f13b0945473b726a5510249]

Merge SRX644: 25.11.02 - 16:00:39


2002-11-25  Andre Fischer  <af@openoffice.org>  [0b35f751d82442810bb979b371f9727d1fd7f1e2]

#104955# Added the 'no fill' button as accessible child.


2002-11-25  Stephan Schäfer  <ssa@openoffice.org>  [951380aac53a4fab9a50878960ff8ca087512587]

#101999# balloon help instead of active help when toolbox is active


2002-11-25  Tino Rachui  <tra@openoffice.org>  [f1e26555ef4379fe28703d80e6ae65c375202e64]

#105428#Detach thread message processing immediately when DoDragDrop returns, to avoid deadlocks under Win2K/XP


2002-11-25  Stephan Schäfer  <ssa@openoffice.org>  [b65225f78081aa4af797bc9378d9742e2b6936fa]

#105430# dont call setlayeredwindow without wrapper


2002-11-25  Carsten Driesner  <cd@openoffice.org>  [d1a3894fb51e67843d3f3fa786d5695bb22f14f2]

#102025# Use real parent for labels


2002-11-25  Stephan Schäfer  <ssa@openoffice.org>  [c3ee3615d5136926e42bc354610b4eef92a10a25]

#105430# remove debug output


2002-11-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [44941556ba419e295ae4056df597f87d28f9d69b]

#100157# parallel building fixed


2002-11-22  Mathias Bauer  <mba@openoffice.org>  [b47736688bf7c03da8fd797fee7ae69726302c68]

#94892#: new method to disable parts of an enum slot


2002-11-22  Herbert Duerr  <hdu@openoffice.org>  [b00e821e3c9659d75af6ff367eca3fe448e99412]

#102193# for MultiLayout use InitFont(), implement special GetOutline()+GetBoundRect()


2002-11-22  Herbert Duerr  <hdu@openoffice.org>  [98c3c126f3e8be8c6993526c798719b06dec98ee]

#102193# circumvent GCP Bidi, start glyph fallback for SimpleWinLayout


2002-11-22  Herbert Duerr  <hdu@openoffice.org>  [08847212fd3f05ac7b6f9eaf71407fde1890962c]

#102193# manage multiple fallback fonts on WIN


2002-11-22  Herbert Duerr  <hdu@openoffice.org>  [ad1ac4a8e1fdd9c5c1caa7f63678472d32e78660]

#102193# allow fallback fonts on WIN, remove m*Overhang members


2002-11-22  Herbert Duerr  <hdu@openoffice.org>  [be229a7cf02cbc5428afb5c8a5d51d2103c94c71]

#102193# allow fallback fonts on WIN, remove m*Overhang members


2002-11-22  Philipp Lohmann  <pl@openoffice.org>  [54b39e6f05a8490fbeb91fb2ca1097006a6d30e6]

#104999# gtk needs UTF8_STRING even in Xdnd (standard violation)


2002-11-22  Stephan Schäfer  <ssa@openoffice.org>  [07b53a8df9606634680ade5bb42a024d627cf670]

#105430# splashscreen will not appear in taskbar


2002-11-22  Björn Milcke  <bm@openoffice.org>  [df058b24b0e548d00012bc28e8fb4b4a3845b205]

jar file also depends on manifest


2002-11-22  Daniel Rentz  <dr@openoffice.org>  [ede720ef7640280ce9a0a72c298fb0af17ab0746]

#101952# checkbox gets dialog HID


2002-11-22  Malte Timmermann  <mt@openoffice.org>  [c1973d8b675e7e8b572ed4e456f0f67c54c523b8]

#105491# events for listbox and combobox: added/removed


2002-11-22  Thomas Benisch  <tbe@openoffice.org>  [897a1a05a647e2966034626293a450e66f947100]

#105058# make NotifyAccessibleEvent virtual


2002-11-22  Thomas Benisch  <tbe@openoffice.org>  [da6a8d3640bdc3748cb4b007b4873db7667088ff]

#105058# make NotifyAccessibleEvent virtual


2002-11-22  Philipp Lohmann  <pl@openoffice.org>  [545b6829edb9bbed12d3136e59783efac8ea218d]

#105358# set process service factory again


2002-11-22  Ocke Janssen  <oj@openoffice.org>  [0a2d246a68319fed360cc41fc76a14ccc4b4a798]

#105496# #105497# #105498# insert rowcount checking and select column again when moving and column was already selected


2002-11-22  Malte Timmermann  <mt@openoffice.org>  [ad7d2e7241710c74906ab75540b376ec12ac2c8b]

#105466# reset mnCurrentPos in Clear()


2002-11-22  Stephan Schäfer  <ssa@openoffice.org>  [a8c3ed124a6dd8fa7cc0f3d5d85a7bcef194b06f]

#105474# check if menu window was not destroyed in keyhandler


2002-11-21  Eike Rathke  <er@openoffice.org>  [0ed144fdd10f6b73b4775703d57352541ee6e14f]

#i2800# #99677# performance: single character isAlpha et al test for low ASCII characters before calling i18n


2002-11-21  Björn Milcke  <bm@openoffice.org>  [8e5443b5bfa4fe1bb2476d9a4a911ff1eca9636d]

make a + before a command line to allow shell-expansion JAR_PATH was incorrect for Linux


2002-11-21  Herbert Duerr  <hdu@openoffice.org>  [eb31b0b050ca16f3eb430b49aff0e5de0fb00373]

#104627# use generic GetVerticalChar()


2002-11-21  Herbert Duerr  <hdu@openoffice.org>  [a816a02e526b91cda892eb40c5e274b5acabfdf5]

#104627# add GetVerticalChar() and GetMirroredChar()


2002-11-21  Vladimir Glazounov  <vg@openoffice.org>  [1057bcfca87e61e572e28c503beaf0bdc33ecba9]

#100000# typo


2002-11-21  Kai Ahrens  <ka@openoffice.org>  [84f264082361cff9f637b0c0dbcefb416ae11e6f]

#100138#: added SOT_FORMATSTR_ID_BMP format


2002-11-21  Malte Timmermann  <mt@openoffice.org>  [8a1f9cf60e7322e3b784a5e31ddc7d214f190fc3]

#105438# BASEPROPERTY_MOUSETRANSPARENT


2002-11-21  Philipp Lohmann  <pl@openoffice.org>  [39c2f09cb840840b2e78ae32d98e122315fc44d1]

#101959# do not set focus to float style windows


2002-11-21  Stephan Schäfer  <ssa@openoffice.org>  [8895df63f30d0bf908bc3eb6e3a1d38410ed7a4d]

#105406# improved restore focus handling


2002-11-21  Herbert Duerr  <hdu@openoffice.org>  [8a14ca3d019e6b463c0958a7e57f67c5fdc93a12]

#103571# improve BiDi behaviour


2002-11-21  Oliver Braun  <obr@openoffice.org>  [5a13242357c81de55347d6e47b78cbc306e5169f]

#100852# additional cleanups


2002-11-21  Oliver Braun  <obr@openoffice.org>  [a3e94bf0bb971f39e1c3f68d3ae6fcaba3ef2f9f]

#100852# initialize D&D when re-parenting to new system window


2002-11-21  Peter Burow  <pb@openoffice.org>  [d091d0af030e0d4b1653cc47a0986d3557246ac7]

fix: #104938# EXPANDABLE state always set


2002-11-21  Peter Burow  <pb@openoffice.org>  [5ad6c0e6944936d225441a000ac52bbedb237a80]

fix: #104938# send event in SetItemState() for accessibility


2002-11-20  Karl Hong  <khong@openoffice.org>  [f1f23c74905e29979061d19b700205814f7475ae]

#105384# #105385# #105387# fix the problems in breakiterator, nextScript(), previousScript() and previousCharBlock()


2002-11-20  Stephan Schäfer  <ssa@openoffice.org>  [23bb3182ae0b59670373dfe1f8854cf1a8ce88e1]

#i4715# override matrox centerpopup


2002-11-20  Thomas Benisch  <tbe@openoffice.org>  [aeea08f4a0cdedd54140f9f6302ce580d364f8b7]

#103637# Service descriptions of controls in wrong place


2002-11-20  Andre Fischer  <af@openoffice.org>  [98e75a9f184b27fc677fede0694f644f2e4ba856]

#105380# In destructor calling XComponent::disposing at accessibility object.


2002-11-20  Andre Fischer  <af@openoffice.org>  [9a04b503a18b63a9b5394877166c44c18fb18fb4]

#105380# Made ValueSetAcc support XComponent.


2002-11-20  Herbert Duerr  <hdu@openoffice.org>  [8571104d87a6b29d495417e28f288073c7b0b7c4]

#104627# when appropriate GSUB for vertical writing is missing do some manual substitutions


2002-11-20  Malte Timmermann  <mt@openoffice.org>  [d77a97d8199712f5097a0c4b816620f54dd2a1b1]

#103910# No bQuickFormat, when calling CreateTextPortions


2002-11-20  Tino Rachui  <tra@openoffice.org>  [0945ca30073efc54e8200379582245f598b1341a]

#104055#removed obsolate ImplShowNativeDialog function


2002-11-20  Oliver Braun  <obr@openoffice.org>  [432a219164a3ebb9e62552d5492dca5fca39d54a]

#104055# use new NativeMessageBox interface


2002-11-20  Philipp Lohmann  <pl@openoffice.org>  [71bf362e3ce56822a9a90afe532ef5225c882d68]

#100514# remove DirEntry


2002-11-20  Herbert Duerr  <hdu@openoffice.org>  [85377a713b9d4084849bbcb82c6863ac82d6cf59]

#104316# halfwidth forms should be rotated for vertical


2002-11-20  Stephan Schäfer  <ssa@openoffice.org>  [06181fe085379df281afdac0084a9348077d9082]

#104051# use LAYEREDPANE as default role, not WINDOW


2002-11-20  Philipp Lohmann  <pl@openoffice.org>  [ad000c1eba3ba257f1d46bbc91f109859f5cb25c]

#95530# additional parameter on InitPaperFormats and GetLandscapeAngle


2002-11-20  Stephan Schäfer  <ssa@openoffice.org>  [f2f3dc4774226771932b9e17e298f4b2191f4e36]

#105371# define WINVER=0x400 to avoid problems on older Windows versions (<XP)


2002-11-20  Stephan Schäfer  <ssa@openoffice.org>  [d27b49465e70a452d7188af7d989d4c303da88b8]

#95530# use jobsetup in GetLandscapeAngle and InitPaperFormats


2002-11-20  Stephan Schäfer  <ssa@openoffice.org>  [802facc780dd127eb8785d7f90d5ff0a63ca8621]

#95530# improve support for paper formats and orientation


2002-11-20  Philipp Lohmann  <pl@openoffice.org>  [4f24429debcc26b13c101efd5e48226af8880843]

#95530# correct landscape angle


2002-11-20  Malte Timmermann  <mt@openoffice.org>  [f71a5bc5c54db00055f97e17d34f98fc591255b2]

#100119# Get all resize events


2002-11-20  Carsten Driesner  <cd@openoffice.org>  [41368bd956c67b992b0f184785ef12152f2c786b]

#96469# Support setting a random value for progress


2002-11-19  Eike Rathke  <er@openoffice.org>  [ccdac413dc6349a281be0ab55457432141c5a587]

#i2800# #99677# performance: toUpper/toLower/toTitle: avoid unnecessary reallocations, preallocate offset sequence before calling transliterate. (this cries for another interface!)


2002-11-19  Eike Rathke  <er@openoffice.org>  [59e7b8f37ae449d315122d7ea89c044402267473]

#i2800# #99677# performance: transliterate: avoid unnecessary reallocations


2002-11-19  Karl Hong  <khong@openoffice.org>  [cfc94d58856b2b568f528eca7c290e9a2da5e052]

#105287# change calendar name hanja_yoil to hanja, and link calendar service hanja_yoil to hanja for backwards compatiblity


2002-11-19  Karl Hong  <khong@openoffice.org>  [a53f1e4e15c67640fc5dda9fcc1d65b76dc460c0]

#105287# change calendar name hanja_yoil to hanja


2002-11-19  Thorsten Behrens  <thb@openoffice.org>  [ef66a61c143b079469a50e5211499b7cb1acbe8f]

#102532# Preparations for roundoff preventions in PixelToLogic methods


2002-11-19  Philipp Lohmann  <pl@openoffice.org>  [229103e6e1099bc3923e936d0e39c1eb1fccae11]

#95530# additional paper information


2002-11-19  Andre Fischer  <af@openoffice.org>  [964c127208c77c059414e0a74ab8c032e336a4ac]

Clean up.


2002-11-19  Andre Fischer  <af@openoffice.org>  [7514da7bd8bf679dcd2ebf080ca36cb324669439]

Adaption to change of XAccessibleComponent and XAccessibleExtendedComponent interfaces.


2002-11-19  Stephan Schäfer  <ssa@openoffice.org>  [a418d5d7e191b5bd34b3011dc8f22d0899fc8893]

#102461# close submenu with some delay when mouse leaves parent menu


2002-11-19  Henning Brinkmann  <hbrinkm@openoffice.org>  [72d4a601cb68695c82fe7c578c6dfdd9de83c7d8]

#99838# throw new -> throw


2002-11-19  Herbert Duerr  <hdu@openoffice.org>  [53c3158c54db881181d649d878b50f8b273b1480]

#105102# fix overflow in kashida justification for arabic print preview, improve GenericSalLayout::GetCharWidths()


2002-11-19  Kai Sommerfeld  <kso@openoffice.org>  [4d5bb48289f8f9fd909044688cc16b6e15e64fef]

#105292# - Brought up to date.


2002-11-19  Stephan Schäfer  <ssa@openoffice.org>  [9169b60f6382902fe58b320bd9cc1c4a85e32b9f]

#105267# use luminace value for isdark again


2002-11-19  Stephan Bergmann  <sb@openoffice.org>  [d2a00425619526782b30fdfbd514508a83ff3e51]

#96466# Display XIMReverse pre-edit text as SAL...HIGHLIGHT to make it more visible.


2002-11-18  Stephan Schäfer  <ssa@openoffice.org>  [9367e86d20e81283e8418f8ae85e52d385924163]

#104827# send enable/disable input to this and not to the parent


2002-11-18  Stephan Schäfer  <ssa@openoffice.org>  [e80f9d888b25b85b515744eee67b2fceb47f28c0]

#104827# provide notification for enable/disable input


2002-11-18  Carsten Driesner  <cd@openoffice.org>  [9a1a0c1c383fcaae634c49fae1a6dc7759b41a85]

#101009# Help texts for keyboard shortcuts used by VCL


2002-11-18  gt  <gt@openoffice.org>  [cce8a6483e9079abc8ae72f59efe37691150b4a5]

#90974# remove of SetDialogHelpId


2002-11-18  Thomas Benisch  <tbe@openoffice.org>  [261a873fa5af1cb4e35114527a5923757207c720]

#105204# call item and action listeners for VCLEVENT_CHECKBOX_TOGGLE


2002-11-18  Philipp Lohmann  <pl@openoffice.org>  [b82f563208d8ef52c623f76cea1e42768d9aee2d]

#104930# workaround windows glyph id bug


2002-11-18  Thorsten Behrens  <thb@openoffice.org>  [f3ddabe0042b5616b81e3829cfe3539785a2d1c0]

#105055# Respect paintmode XOR for transparent bitmaps


2002-11-18  Thorsten Behrens  <thb@openoffice.org>  [42b5153c5b7c3eca40fefc993f774572729a8195]

#105055# Correct rotation of metafile gradients


2002-11-18  Stephan Schäfer  <ssa@openoffice.org>  [fc7f53ed5e1064e97284c9c36b033ef4b2218f80]

#95056# invalidate menu background when closing menu


2002-11-18  Stephan Schäfer  <ssa@openoffice.org>  [dbf3ea5d21cf76daf09105f4491bbdd5e97838bf]

#95056# include border when calculating window extents


2002-11-18  Stephan Bergmann  <sb@openoffice.org>  [7faa77018b282cba3d34772154306d09a61aec1d]

#102629# Position XIM Status Window correctly in vertical mode.


2002-11-18  Nils Fuhrmann  <nf@openoffice.org>  [9108cf103c1c9222137e07d64096330f74759fbf]

Added support for hindi #105243#


2002-11-18  Nils Fuhrmann  <nf@openoffice.org>  [87c772a45115a377043b52af27050841ea1d5882]

Added support for hindi #105243#


2002-11-17  Eike Rathke  <er@openoffice.org>  [ee4fab151fc705dbb69550729c87f935bbf29bba]

#i4488# add et_EE locale data provided by Peeter Russak


2002-11-15  Karl Hong  <khong@openoffice.org>  [d5d842f048e0907db5d7d843211e8cdfaba72f87]

#104354# Fix year format for the Year less than 100


2002-11-15  Philipp Lohmann  <pl@openoffice.org>  [d519c8e68dc16c640908dca028d03daf5d8f1539]

#104664# create cmap table for glyphIDs higher than 255


2002-11-15  Thomas Benisch  <tbe@openoffice.org>  [8dfda858d3649e9064014cbcbcdfe486d376d9eb]

#105198# Insufficient behaviour of checkboxes using at-poke


2002-11-15  Stephan Schäfer  <ssa@openoffice.org>  [992e65e3e2f88bff950250781ed6ba24e49c54b3]

#97739# yield for secondary threads does not call the mainthread's yield anymore but just sleeps to avoid deadlocks


2002-11-15  Malte Timmermann  <mt@openoffice.org>  [98505c7eb70a234ff5182c481ce3d7d74cec1e9d]

#105001# Use VclWindowEvent in Modify


2002-11-15  Malte Timmermann  <mt@openoffice.org>  [059c44aab4a8267cf72f1c7ca40e4cfd6fe438ab]

#105001# Use VclWindowEvent instead of modify hdl


2002-11-15  Thorsten Behrens  <thb@openoffice.org>  [f9a5d08e9cc3f790ae9137d864a8845ce230fc4e]

#102532# No longer using VCL pseudo frame offset for Set/GetPixelOffset functionality. Instead, applying the outOffOrig offset on every mapping method


2002-11-15  Thorsten Behrens  <thb@openoffice.org>  [e089e220f615ba8b922d1792fc23cbe19f7645f5]

#102532# No longer using VCL pseudo frame offset for Set/GetPixelOffset functionality


2002-11-15  Sascha Ballach  <sab@openoffice.org>  [050d660b43f4c33739b5f1b5e97d0f9dd8bc3523]

#105061#; rename CHILDREN_TRANSIENT to MANAGES_DESCENDANT


2002-11-14  Philipp Lohmann  <pl@openoffice.org>  [96778d346938c1ab70576c0d8825537bc3099921]

#i6571# make fax support work again


2002-11-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a10beb32c17b271d94a5a645eaf563b00ee587f8]

#100000# missing dependency


2002-11-14  Philipp Lohmann  <pl@openoffice.org>  [0aabf024a464d52645271416f83ed30e26d1cd61]

#i4337# set grayscale colors on non color devices


2002-11-14  Stephan Schäfer  <ssa@openoffice.org>  [5104feb55456c5338eda6de06241d5cac6092c43]

#102847# avoid deadlock when calling mainthread


2002-11-13  Philipp Lohmann  <pl@openoffice.org>  [cf2847b5a51ca57258022954b7143e6dca8efaf8]

#i9060# use single logical resolution in psprint


2002-11-13  Philipp Lohmann  <pl@openoffice.org>  [546d20fa23d7a39123bd1c1850682684b8324056]

#i9060# use single logical resolution


2002-11-13  Karl Hong  <khong@openoffice.org>  [85d6c7abfb8b37f37db377290f495f3510ffeb7c]

#104459# update quarter word


2002-11-13  Eike Rathke  <er@openoffice.org>  [6feb0a5fdcb33240e670a8d2b005525c4761044e]

#105013# GetMappedFormatstring: take trailing empty subformats into account


2002-11-13  Philipp Lohmann  <pl@openoffice.org>  [4c1d3a0edae3410b35e09e308e053bc791ce1bd4]

#104973# extension workaround for XGetErrorText


2002-11-13  Sven Jacobi  <sj@openoffice.org>  [9f1eecee5cc7446a9b3bef8ce86a5a8ede5f8cf1]

#104689# correct clipping of bitmap fillings (texture and gradient)


2002-11-13  Herbert Duerr  <hdu@openoffice.org>  [19a5bf984585c009550b4e46f981488e168ce152]

#104768# disable text display improvement heuristic because of effects while typing text


2002-11-13  Philipp Lohmann  <pl@openoffice.org>  [247d86e27334e904fffe6c7998aedd0305690894]

#i7262# GetPPDFile now does rudimentary content detection


2002-11-13  Philipp Lohmann  <pl@openoffice.org>  [6148d9ac8b63d39d4cb46e9f1616437b59af1421]

#i7262# improve DSC compliance


2002-11-13  Stephan Schäfer  <ssa@openoffice.org>  [664747346d9b3025cf2c2a5dd52a44346beb20a0]

#104825# keep parent menu highlighted when submenu is closed


2002-11-13  Philipp Lohmann  <pl@openoffice.org>  [447993faeff456d9255598202fb52cfb2cdb2a59]

#103137# workaround nonconst region operator==


2002-11-13  Ocke Janssen  <oj@openoffice.org>  [17fb468247fe13658eed806c25fe92b185894866]

#104936# correct delegation to control accessible


2002-11-13  Philipp Lohmann  <pl@openoffice.org>  [e7ca35e1678cf50365b7818938a61fa30ee27db7]

#102972# remove useless code


2002-11-12  Sven Jacobi  <sj@openoffice.org>  [c3a2e38aa61b6606ca08d2af6fbd60cba3faa824]

#104690# added clipping for gradients


2002-11-12  Thomas Benisch  <tbe@openoffice.org>  [38761bb07c943c109e4fc5de839f1b88ec40fd6a]

#104857# added vclxaccessiblespinfield.obj


2002-11-12  Thomas Benisch  <tbe@openoffice.org>  [4e4e58c3a6bda53c2b4daa285c279b8013e513ab]

#104857# insufficient reporting on spin fields


2002-11-12  Frank Schönheit  <fs@openoffice.org>  [b0a342b96e87f9bf636794e8b9e9cd2438773ffc]

#104581# convertFastPropertyValue: allow all type conversions which UNO runtime can serve ...


2002-11-12  Herbert Duerr  <hdu@openoffice.org>  [ca5f2ef543a3b47ba231561e94ec566b13e28339]

#100449# boost low font IDs


2002-11-12  Herbert Duerr  <hdu@openoffice.org>  [56bb204eabf75e331805b0ed2f63ca1ece63161d]

#100449# boost low nFontId


2002-11-12  Sven Jacobi  <sj@openoffice.org>  [8ab487a91d3ce25722860d09dee9229cf4de2ab7]

#95756# font has not always been updated


2002-11-12  Stephan Schäfer  <ssa@openoffice.org>  [1878b1021da242f33ede44c3c4c2f1993f68f653]

#96568# cascade document windows, framestate now without decoration


2002-11-12  Stephan Schäfer  <ssa@openoffice.org>  [34b6a7d3f316ce16ffbf407366d1c0f5f74c06b5]

#103982# correct window position on screen for BiDi case


2002-11-12  Stephan Schäfer  <ssa@openoffice.org>  [02a86ee8cf100c34f6bf94a2854d852852969b1a]

#96568# cascade document windows


2002-11-12  Herbert Duerr  <hdu@openoffice.org>  [8c258f2f51685c44571a55a77222c80133cc905b]

#104591# add KOREAN and KOREAN_JOHAB to list of languages with underline below text, fix vertical offset in Math boundrect and outline


2002-11-12  Vladimir Glazounov  <vg@openoffice.org>  [b7576ee45350dc9c5d0469633ca1245ccc6d979e]

#100000# KSO: header clash for windows


2002-11-11  Herbert Duerr  <hdu@openoffice.org>  [49c21ea28cfb242f8b734acc6b2f1bfe52503c5f]

103979# warn about wrong mnemonic marker especially for RTL control text


2002-11-11  Stephan Schäfer  <ssa@openoffice.org>  [3197a976da88a60f58350484d195e73bd870e802]

#104929# force current tabpage to be read on focus change


2002-11-11  Tino Rachui  <tra@openoffice.org>  [eedd4514bd804cf64cce662ea2b0b59e99b08841]

#104862#not using osl condition anymore for waiting but native win32 events, during wait on this events we'r dispatching messages sent by other threads in order to avoid deadlock, because COM proxy-stub communication uses SendMessage for inter-apartment communication


2002-11-11  Philipp Lohmann  <pl@openoffice.org>  [701a7d33bee6c52da9db8fbb31d55077f25a2b6e]

#98039# remove useless assertion


2002-11-11  Peter Burow  <pb@openoffice.org>  [2a4aa41b79097266a6f2c71549f00f2b16a0ef3b]

fix: #103936# use new config key


2002-11-08  Thomas Benisch  <tbe@openoffice.org>  [9c03b619acfc9096b2bb537df5d302fcddc23600]

#104891# send VCLEVENT_TABPAGE_INSERTED, VCLEVENT_TABPAGE_REMOVED, VCLEVENT_TABPAGE_REMOVEDALL


2002-11-08  Stephan Bergmann  <sb@openoffice.org>  [0873ff7e6a1dbf7204b3835217ffa7efdb2e0d7d]

#104429# Added support for telnet.


2002-11-08  Philipp Lohmann  <pl@openoffice.org>  [471e2e45a97486d3baeb935a72afa0225d8bda3f]

#104420# use SetSize if appropriate


2002-11-08  Ivo Hinkelmann  <ihi@openoffice.org>  [981b694a6a6bd9c41e338440f46e7cb3dd281900]

Problem with casesensitv filenames fixed


2002-11-08  Philipp Lohmann  <pl@openoffice.org>  [79f714c526fd79e9f88395305581488924f3efc5]

#104897# catch possible exception


2002-11-07  Philipp Lohmann  <pl@openoffice.org>  [2293cf58e55e3d5ac4922fb1f8e56dd581604b80]

#102021# ensure modality in nonlinear modal dialogue chains


2002-11-07  Karl Hong  <khong@openoffice.org>  [a0886e29b81b744dd21a09ac1f9f4ca3267cc7fe]

#104666# refer AM/PM to Japanese calendar for Korean hanja_yoil calendar


2002-11-07  Thomas Benisch  <tbe@openoffice.org>  [116bb33b6e2fcbf3f5193735d4c2526939b441c5]

#103674# change the reference to the accessible context from weak to hard


2002-11-07  Vladimir Glazounov  <vg@openoffice.org>  [bda6ff1d83679f6b67aa1d33ae7c38396b200ae6]

#100000# typo correction


2002-11-07  Oliver Specht  <os@openoffice.org>  [ace934a51ecb3d07593fc85ecd37296a2b09bd8a]

#104014# tab painting depending on writing direction


2002-11-07  Herbert Duerr  <hdu@openoffice.org>  [127cf1126d779052689a2122025444d6d02abc49]

#102084# better selection of sample chars for symbol fonts in font listbox


2002-11-07  Herbert Duerr  <hdu@openoffice.org>  [808d0ac4d6ffde921f40b2033760b5797f40edbb]

#102084# fix FontCharmap::GetPrevChar()


2002-11-07  Peter Burow  <pb@openoffice.org>  [efb2ef752b83b03988b2ff3eadc8cb1b1571c44d]

fix: #103936# new key PRODUCTXMLFILEFORMATVERSION


2002-11-07  Karl Hong  <khong@openoffice.org>  [39efd588eea12a429e30a446047049bf7652e3c4]

#104460# fixed the problem of chopping data when the data is located in buffer boundary


2002-11-06  Philipp Lohmann  <pl@openoffice.org>  [14c89232eb2d1b52356a07c62f1fa0bde5b84a22]

#104450# simulate KEY_MENU


2002-11-06  Herbert Duerr  <hdu@openoffice.org>  [888b05bc153917ddcc926a722512f2131fd1a47f]

#102011# implement AddTempDevFont() on UNX


2002-11-06  Herbert Duerr  <hdu@openoffice.org>  [7370e2d40aeea4429507f60158c2eaf35619969c]

#102011# implement AddTempDevFont() on W32


2002-11-06  Herbert Duerr  <hdu@openoffice.org>  [f57be882b2a18305ca7bd35324462dc4638d0fb8]

#102011# AddTempDevFont()


2002-11-06  Frank Schönheit  <fs@openoffice.org>  [8b04a176c1802d70be248179c4e2c283ec7ef27e]

#104796# removed to superfluous tab when inserting a new entry


2002-11-06  Philipp Lohmann  <pl@openoffice.org>  [5d38c7ae527ce24e4a754698e724926391bfe748]

#103474# move bold underlines down a bit


2002-11-06  Thomas Benisch  <tbe@openoffice.org>  [78580259e97b74cdae4dddf3fe3f28c8ac803054]

#104542# Reorganization of XAccessibleComponent and XAccessibleExtendedComponent


2002-11-06  Mikhail Voitenko  <mav@openoffice.org>  [fcfb4fa6c80904d9d31e2f6bc100fc23a190a050]

#85375# remove dead code


2002-11-06  Philipp Lohmann  <pl@openoffice.org>  [250862d8c16d275dd64d73ee01d69863af5de761]

#102025# add: GetParentLabelFor/LabeledBy


2002-11-05  Karl Hong  <khong@openoffice.org>  [0dc906e4b6db70279a6c123a35ba787cb8ee0fba]

#104501# add support for Non Space Mark script  type


2002-11-05  Karl Hong  <khong@openoffice.org>  [4de9aeb7b3c4881381b9fdaaf5e5f870ab8975a1]

#104501# add support for Non Space Mark script  type


2002-11-05  Karl Hong  <khong@openoffice.org>  [f6c192b98ba111e0415377702233a79d5f8ca0d8]

#104749#add CJK double byte thousand delimiter


2002-11-05  Philipp Lohmann  <pl@openoffice.org>  [1578ff8f2b6a788d303201b7a2ea41cca442813c]

#104127# update alternate file list in writePrinterConfig


2002-11-05  gt  <gt@openoffice.org>  [2443619aca6837582b5a7432fec010520ab7f1b3]

#104741# 4 misc file dlgs


2002-11-05  Mikhail Voitenko  <mav@openoffice.org>  [717383f3f903be61f5acb03ec23707f99fdea2f5]

#83375# use encoded urls


2002-11-05  Mikhail Voitenko  <mav@openoffice.org>  [7c706b7d30aa47a516504417b56873c02bc70492]

#85375# use encoded urls


2002-11-05  Kai Sommerfeld  <kso@openoffice.org>  [4ad7254a60e598bcd423439acd9ba3811a2a9e3b]

#104401# - Corrected preprocessor directives for including osl/socket.hxx


2002-11-05  Peter Burow  <pb@openoffice.org>  [dc2eb151448dac4e01fe66cf062db70999c951ba]

fix: #103936# new strings for the sx? formats


2002-11-05  Peter Burow  <pb@openoffice.org>  [327c998cd750d55c23c94ad843ef829c317bd377]

fix: #103936# string resids for the sx? formats


2002-11-04  Herbert Duerr  <hdu@openoffice.org>  [3d0648cf25841ad9ab2f5be4f0fb88a3e5383af0]

#100536# fix text bound rect for online layout


2002-11-04  Kurt Zenker  <kz@openoffice.org>  [2a2c8156ad994f92e36ef76fb97afe40ad7636c9]

Merge SRX644: 04.11.02 - 18:10:36


2002-11-04  Kurt Zenker  <kz@openoffice.org>  [48a536b8cb47a9358bdab1fbba78ccd225d918cd]

Merge SRX644: 04.11.02 - 18:08:25


2002-11-04  Kurt Zenker  <kz@openoffice.org>  [4aaced796529f196814cee48ef797f37bb87d7df]

Merge SRX644: 04.11.02 - 18:05:58


2002-11-04  Kurt Zenker  <kz@openoffice.org>  [24c32b663d52f20bc2ef41e25df12115cbec949d]

Merge SRX644: 04.11.02 - 18:05:47


2002-11-04  Rüdiger Timm  <rt@openoffice.org>  [e40e9fcfdc2303ba7f17136bff0062dfc5acb2c5]

Merge SRX644: 04.11.02 - 18:02:43


2002-11-04  Kurt Zenker  <kz@openoffice.org>  [c380d2d349dc1c562713ab6f61ed03822817e5c8]

Merge SRX644: 04.11.02 - 18:01:51


2002-11-04  Thomas Benisch  <tbe@openoffice.org>  [911dd565e62db31c5377c200373377b140d6b98a]

#103649# getLocation() of various accessible controls returns wrong values


2002-11-04  Vladimir Glazounov  <vg@openoffice.org>  [c27af31663cc920d0322a28259f64b24cb3fa3f5]

#100000# missing include


2002-11-04  Daniel Rentz  <dr@openoffice.org>  [f174ba2951739ac4e240a4f77805f49448c01d56]

#101810# clipboard support for BIFF8


2002-11-04  Malte Timmermann  <mt@openoffice.org>  [0080e9abb7d6d0e03200db67de5a852f5acd7507]

#100212# property for auto mnemonics


2002-11-04  Malte Timmermann  <mt@openoffice.org>  [561a18ff6f2c75a3661f3c47dd7071468e93e7ad]

#102261# Notify accessible focus events globally


2002-11-04  Frank Schönheit  <fs@openoffice.org>  [e7101da9f5a32cb3f7fb784587433881c4ca2ff8]

#104694# use proper fallback locale


2002-11-01  Oliver Bolte  <obo@openoffice.org>  [df3cce22a5657547b7b6b9b5c36a948addeadf1a]

new version for SRC669


2002-11-01  Carsten Driesner  <cd@openoffice.org>  [33702bfbc32d7a4fad85f67db4653575c68b2573]

#104654# Don't use i18n service if not available


2002-11-01  Philipp Lohmann  <pl@openoffice.org>  [ea6db1b216d9634ffb1257fbf14ef2d895fb0550]

#104641# correct ImplChangeHiglightUpDn


2002-11-01  Sven Jacobi  <sj@openoffice.org>  [f0e6ea33ad7849624bf02022fed7b26933be6767]

#104650# using textmode GM_COMPATIBLE instead of GM_ADVANCED


2002-11-01  Oliver Bolte  <obo@openoffice.org>  [c6f323f0bc2cd7f08cf30a039cfa012cd896df06]

new version for SRC669


2002-11-01  Oliver Bolte  <obo@openoffice.org>  [2532c7570e8de49e16e720cc520b3e4e9381596a]

new version for SRC669


2002-11-01  Thorsten Behrens  <thb@openoffice.org>  [7537f9fe025ca4b1bf98b1cb47d0eedc5a93a374]

#104645# Explicitely close path if polygon is closed


2002-11-01  Sven Jacobi  <sj@openoffice.org>  [e9dd283d6fba96f3c2c599cbe2a7d3676bbbed5c]

#104588# now using text outlines for unicode character


2002-11-01  Philipp Lohmann  <pl@openoffice.org>  [82c3a8e2ac897fe974b9909e75100bf30bda8ca8]

#104536# allow longer macro names


2002-11-01  Philipp Lohmann  <pl@openoffice.org>  [02d5dfdd6b5ac50bffd044e8b446a192c7f72985]

#104536# do not use special defines for abort in debug case


2002-11-01  Philipp Lohmann  <pl@openoffice.org>  [a3dc074f90e8453e78cfcd76d9515da36df2b8ad]

#104536# add language dependent subpath to all path elements


2002-11-01  Thomas Benisch  <tbe@openoffice.org>  [a230f19ad64c885bbead2d1a3f73dfe31531d5a0]

#103233# notify VCLEVENT_MENU_ITEMCHECKED/VCLEVENT_MENU_ITEMUNCHECKED


2002-11-01  Malte Timmermann  <mt@openoffice.org>  [03edbce0b1368e8c01e60c2bba2314fa34d3ecea]

#104423# EnableDDAutoWidth


2002-11-01  Peter Burow  <pb@openoffice.org>  [80ccf3c5345b9ed44278f9e5e28c30ece38bb826]

fix: #103972# set highlight fixed


2002-11-01  Kai Sommerfeld  <kso@openoffice.org>  [2daee5246deebba4661eead99fd39f41ccb46967]

#104432# - Added types used by new class ucbhelper::ProxyDecider.


2002-10-31  Philipp Lohmann  <pl@openoffice.org>  [754e86522bfebc6ef92d0a421e3f1f9f9edef719]

#104136# delete config items while a service manager is still present


2002-10-31  Philipp Lohmann  <pl@openoffice.org>  [81614f4934b7a2bdda426e2f126bb8f21ce774db]

#104127# a printer is not removable unless all config files it is contained in are writeable


2002-10-31  Philipp Lohmann  <pl@openoffice.org>  [7b88269b257bcd150ce9a1b641dbbfa0c6330b81]

#104055# ImplShowNativeMessageBox for Unix


2002-10-31  Philipp Lohmann  <pl@openoffice.org>  [6098e19da589a09bfa4258bf7aab7ea1b3d63f7c]

#104562# change of sematics for GetIndexForPoint, added GetItemStartEnd


2002-10-31  Frank Schönheit  <fs@openoffice.org>  [e638bbbc3ee567e9a034c6e3cb2e9faa98abae67]

#104454# use the proper SelectAll( sal_False ) method (broke by fix for 102696 in rev. 1.46)


2002-10-31  Frank Schönheit  <fs@openoffice.org>  [b87b3e909ed7545af31da2c9253879e3e84360da]

#104454# override the base class' SelectAll( BOOL, BOOL ) for disambiguation


2002-10-31  Sven Jacobi  <sj@openoffice.org>  [de14de617c875513bd38aae10dddfebf38cfeee6]

#104601# correct scaling of signed DeltaV and DeltaH


2002-10-31  Mikhail Voitenko  <mav@openoffice.org>  [a5efe9e835e28144f01607a289451c9869d3c78e]

#102191# password requests and interaction


2002-10-31  Tino Rachui  <tra@openoffice.org>  [bf6b44a3c207ca6f52c84f1f632e4fe6527fd76b]

#104055#implemented ImplShowNativeMessageBox


2002-10-31  Thorsten Behrens  <thb@openoffice.org>  [6670252d5ebf0c91ef5d977de174e835d688c1b0]

#103876# Adapted maximal tile cache size


2002-10-30  Sven Jacobi  <sj@openoffice.org>  [9ecc814f08e7ca332cbf6bfa432b235b9346598f]

#104588# fixed using of wrong charset or font


2002-10-30  Philipp Lohmann  <pl@openoffice.org>  [3c87ef3fed50662f1609fa67f576e0576a85952f]

#103972# accessibility helpers for ToolBox


2002-10-30  Kai Ahrens  <ka@openoffice.org>  [968598eda3b53b4501e9e31894f0409fa1f0794c]

#104537#: added support for localized bitmaps


2002-10-30  Herbert Duerr  <hdu@openoffice.org>  [a2359aaf2fee723ff737ef6994f7082a51c1f48f]

#100563# fixed GetTextBoundRect/-Outline for rotated text with nIndex!=nBase


2002-10-30  Thomas Benisch  <tbe@openoffice.org>  [3dbb56b290a0545159027359e676494e64803ca1]

#104087# send ACCESSIBLE_BOUNDRECT_EVENT for VCLEVENT_WINDOW_MOVE/VCLEVENT_WINDOW_RESIZE


2002-10-30  gt  <gt@openoffice.org>  [89db4ad6709e32ef77c1656d0c6540e7dcb72ffb]

#90974# PrintDialog::ImplBrowseHdl(): set dialog help id


2002-10-30  gt  <gt@openoffice.org>  [4527308074a6ea990d3c2be14d8cc9acfb44d03a]

#90974# + pickerhelper.hxx


2002-10-30  Sven Jacobi  <sj@openoffice.org>  [5794dadfb1486c640c024dc9806ef2ac92d10568]

#93454# added support of bitblt action


2002-10-30  gt  <gt@openoffice.org>  [527e5c54a6dc01a5e7357e4e9d29b23a43faa2bc]

#90974# helper functions to set helpid on file and folderpicker


2002-10-29  Eike Rathke  <er@openoffice.org>  [7be08bd1bb10908459ea356861fada1d49df1665]

#98112# add FillKeywordTable


2002-10-29  Eike Rathke  <er@openoffice.org>  [899f008b4e6831723f20b5bb1856e5eae3ede2a2]

#98112# add nfkeytab.hxx


2002-10-29  Thorsten Behrens  <thb@openoffice.org>  [ff70866ebe213b2a8c709dd77ac1ecd2b048ef85]

#103876# Checking for zero size, removed some exit points


2002-10-29  Martin Hollmichel  <mh@openoffice.org>  [a5503c1ddc28510b14c0440458501ba4e458626c]

chg: const Property* to non const to make it gcc2 compile


2002-10-29  Herbert Duerr  <hdu@openoffice.org>  [df91fd87ab1592b29256cd21437bc0e0a23e18fd]

#102193# start using fallback APIs, on w32 still dummy


2002-10-29  Herbert Duerr  <hdu@openoffice.org>  [b27c9997136c48d46a078a4261a235b7776caae9]

#102193# change to fallback APIs


2002-10-29  Herbert Duerr  <hdu@openoffice.org>  [30a08e255a07d185f49247dc3582cd050c06fd1c]

#102193# icu now also used on non-unx platforms


2002-10-29  Herbert Duerr  <hdu@openoffice.org>  [a1a0c3a1db38ec8910fe0df88054ed5c3ebd78ea]

#102193# correctly initialize font fallbacks


2002-10-29  Herbert Duerr  <hdu@openoffice.org>  [6df27ac4dca74fd7ca004a9f514f19d67b7c4f64]

#102193# add font/glyph/script fallback infrastructure


2002-10-29  Herbert Duerr  <hdu@openoffice.org>  [77d1dd2ebb581e78f574a50f48bea1c7b979e71b]

#102193# allow non-unicode apple-roman fonts


2002-10-29  Herbert Duerr  <hdu@openoffice.org>  [9c62ef393dc64e77452428bca05c1863b0f1fdf8]

#102193# first shot at font/glyph/script fallback infrastructure


2002-10-29  Andre Fischer  <af@openoffice.org>  [840705f706e5021682758aea4f4d34a8d75ea8bf]

Adapted JAR_PATH to new Makefile syntax.


2002-10-29  Thorsten Behrens  <thb@openoffice.org>  [82dbbf81bb1c9690d8fcc08b2caf93edb35ff1c3]

#102532# Offset rect only by pseudo window offset


2002-10-29  Thorsten Behrens  <thb@openoffice.org>  [a4cc7a3fa56cd61a006b401587bd5967445e2379]

#102532# Respect output offset also for clip regions


2002-10-29  Thorsten Behrens  <thb@openoffice.org>  [e07b3e5597006cdf98df729a927172d99e4d21de]

#102532# Fixed copy'n'paste typo


2002-10-29  Philipp Lohmann  <pl@openoffice.org>  [81dec90d9698f0fe55c15306c9079c6166286e86]

#103474# added font effect: embossed/engraved


2002-10-29  Kai Ahrens  <ka@openoffice.org>  [036959e599c94c5d193a887354b44f78637e5e21]

#104426#: added ::getForeground/::getBackground methods


2002-10-29  Frank Schönheit  <fs@openoffice.org>  [6eafe75322b48e7b62a79a738481192514ba9cd2]

#65293# must-change not done: new methods for XAccessibleComponent implemented


2002-10-28  Philipp Lohmann  <pl@openoffice.org>  [567ee56ff9c5e4f96e17882c4fef6a845144d0ce]

#104409# bring abysmal MSC up to speed


2002-10-28  Philipp Lohmann  <pl@openoffice.org>  [a573a3116103293db18418bdd9dc652f01602741]

#104409# compress page contents


2002-10-28  Kai Sommerfeld  <kso@openoffice.org>  [263b0854a8792af66470f02e6f280fc80c8ee443]

#104432# - Introduced class ucbhelper::ProxyDecider


2002-10-28  Philipp Lohmann  <pl@openoffice.org>  [c3898c91b4f7f7cf2e8f28c04ea18c2be947033c]

#103973# check validity of last parent in XIM status window


2002-10-28  Stephan Schäfer  <ssa@openoffice.org>  [742d55f6bda416d3fd61da7516ddfb28412a5b91]

#98943# reduce brightness of shadow effect


2002-10-28  gt  <gt@openoffice.org>  [f7a1659bc2970cab209ae4cf4ae6a6adf1f8aa9e]

#104468# SvTreeListBox::KeyInput(): reset SVLBOX_IS_TRAVELSELECT after KeyInput()


2002-10-25  Philipp Lohmann  <pl@openoffice.org>  [6ef9076421807f2bf5750d97fff88b48fff66d54]

#102661# OS/2 table disturbs AR4


2002-10-25  Thorsten Behrens  <thb@openoffice.org>  [aa0ace40ff48f484b21212481ffa9d8367f3b779]

#103876# Fixed pixel alignment problems in tile renderer


2002-10-25  Philipp Lohmann  <pl@openoffice.org>  [67fdc8ee5d3f03eb3bd4a5c59d48ba7c8b27fd90]

#102661# fixed an encoding problem


2002-10-25  Philipp Lohmann  <pl@openoffice.org>  [649d1b0be5ff59a054eff1957146de66d2ba1e50]

#102661# OS/2 table disturbs AR4, optimize reordering


2002-10-25  Philipp Lohmann  <pl@openoffice.org>  [c7fdbb9f29a592200bd280588f1899903ce40ea8]

#102661# use correct platform id


2002-10-25  Stephan Schäfer  <ssa@openoffice.org>  [2bfc16f3967bceabeaa146ca9b5c5503082f0026]

#102461# improve menu highlighting


2002-10-25  Sven Jacobi  <sj@openoffice.org>  [b9f9ce23abd459da6a619d8ed670f2de1f803a67]

#94067# it is now possible to check if metafiles are equal


2002-10-25  Stephan Schäfer  <ssa@openoffice.org>  [fdc44a38486c95e9ce601965ea3c72ca09191c8f]

#104355# support localized mesaurements


2002-10-25  Stephan Schäfer  <ssa@openoffice.org>  [f6b2bbf6bd4074a1d4a5d708bddb623484044e88]

#101009# provide names of reserved keycodes


2002-10-25  Stephan Schäfer  <ssa@openoffice.org>  [194be8d9b36191b2e16b03d4c93d0eb6b1771f10]

#104355# extend syntax for missing FUNIT


2002-10-24  Thorsten Behrens  <thb@openoffice.org>  [366d8771f1783977350b0e224870c301e5ef8d75]

#103876# Added optimized tile drawer


2002-10-24  Stephan Schäfer  <ssa@openoffice.org>  [386c23c335a15b76174553dfcc38f14213c3ada7]

#103729# tweak IsDark to MS compatibility


2002-10-24  Daniel Rentz  <dr@openoffice.org>  [6dbee922312b95d16f73910d6620323fe60d284c]

#101296# correct texts for messageboxes


2002-10-24  Stephan Schäfer  <ssa@openoffice.org>  [d40fc13f7189fb7b114d7fb4e80921688a450154]

#103985# correct float hittest for bidi-ui


2002-10-23  Philipp Lohmann  <pl@openoffice.org>  [d100b1e8c5e345084bdacb12b76e1039c711fe43]

#103474# added empasis marks to pdf export


2002-10-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0dbf82ab82d00663ff8f1be9691d11e771822ba8]

#101911#: address operator needs l-value


2002-10-23  Stephan Schäfer  <ssa@openoffice.org>  [6f6916e7718de02b3d17c7e57c051d6db36c6a94]

#104453# call document closer in select not in click handler


2002-10-23  Eike Rathke  <er@openoffice.org>  [4f852bf179f12c5dc4d58c3a7907c29fe847cd90]

#104404# date separator is '.', use it in format codes; currency symbol follows amount; localized quarterAbbreviation


2002-10-23  Stephan Schäfer  <ssa@openoffice.org>  [699c3d3564a197b71db1a625425d1631e61027c1]

#101009# provide list of reserved keycodes


2002-10-23  Stephan Schäfer  <ssa@openoffice.org>  [ce26d7d9bf08340de807494dd5a8dc0e1d8d16db]

#101009# provide list of reserved keycodes


2002-10-23  Stephan Schäfer  <ssa@openoffice.org>  [655b0f9680234eaa84b2b1d2ea9a09d5db7ab40f]

#103788# notify ITEMTEXTCHANGED


2002-10-23  Oliver Braun  <obr@openoffice.org>  [b3abb0173897fe14256bde414d91498f6ce1c002]

#102783# moved accessibility implementation to seperate module


2002-10-23  Stephan Schäfer  <ssa@openoffice.org>  [72824b4ba5da873109044118c31095a852d38d1d]

#82968# call event listeners after event was processed


2002-10-22  Thorsten Behrens  <thb@openoffice.org>  [4619a16a16980f96025eec0cfda1f4a89f1566fd]

#104115# Correctly setting the return value


2002-10-22  Thorsten Behrens  <thb@openoffice.org>  [4849d6ea59991a3d0724ac45c760ef9e652880f5]

#104416# Respect alpha value when erasing the mask


2002-10-22  Mathias Bauer  <mba@openoffice.org>  [36a489f3437aa96b4474960cc8d6fbbe6a554149]

#104328#: avoid error when checking for a storage on streams less than the minimum size


2002-10-22  Stephan Schäfer  <ssa@openoffice.org>  [211cbd7a23683c14d31e204a8f6047731e6917bd]

#103442# choose DefDialogParent on-the-fly


2002-10-22  Stephan Schäfer  <ssa@openoffice.org>  [d3ed428b9f359606e5641a78aca0fa8cd60b14bc]

#103442# choose DefDialogParent on-the-fly


2002-10-22  Stephan Schäfer  <ssa@openoffice.org>  [1ba108537c244baf1cf4d3196d9e685b72018a8c]

#87660# move pointer_pivot_delete to proper array position


2002-10-22  Karl Hong  <khong@openoffice.org>  [4e73364c23c3935e670f7e3a89c05423d8ee7498]

#104354# Fix year format for the Year less than 100


2002-10-21  Philipp Lohmann  <pl@openoffice.org>  [d170cc8960334cf13455edd0f90725b4494ca1eb]

#104320# update cache after changing font properties


2002-10-21  Philipp Lohmann  <pl@openoffice.org>  [1c733bdb9b30cf004e9d9e377620d7038bb021ad]

#104300# use realpath to normalize pathes


2002-10-21  Thorsten Behrens  <thb@openoffice.org>  [411a8f9ad544ef1cf39ed03f5eeed6c6a05144ca]

#102532# Respecting pixel offset members for total output offset


2002-10-21  Thorsten Behrens  <thb@openoffice.org>  [db5d97b7ed3b0e66d078d6462a84374f6655e6b3]

#102532# Implementing pixel offset accessors


2002-10-21  Thorsten Behrens  <thb@openoffice.org>  [50fc222e2d22ea637c2961b45d69595f7ada8fea]

#102532# Initialising pixel offset members


2002-10-21  Stephan Schäfer  <ssa@openoffice.org>  [47e52c1cbce8415e0bf2eb2e8eba6029028b930b]

#93022# delayed default mouse positioning


2002-10-21  Philipp Lohmann  <pl@openoffice.org>  [b9db184449347f237cf62a60db97f4eef0fab750]

#103973# in all callbacks check whether frame was already removed


2002-10-21  Stephan Schäfer  <ssa@openoffice.org>  [f4d6332a2fb792aeb03b9f8ea64c45f9f0ec88c1]

#95133# update the application's modal flag when system dialogs are used


2002-10-21  Mikhail Voitenko  <mav@openoffice.org>  [7bb94a34b1e6619c26238484a0072f3bd3430cbc]

#104347# reset error for new uncommited storages


2002-10-18  Karl Hong  <khong@openoffice.org>  [fdde9f32d198729e77d2181afd6eb52bb7e262d3]

#104341# make double byte number work for Geman locale


2002-10-18  Karl Hong  <khong@openoffice.org>  [945ca5cddd97899d052541d2b43a5a1311fa506e]

#104341# make double byte number work for Geman locale


2002-10-18  Eike Rathke  <er@openoffice.org>  [cf30c43d97b7243e1d18169bcc4dd03b670b09cd]

#93512# pass types.rdb to saxparser


2002-10-18  Eike Rathke  <er@openoffice.org>  [4dcd7ce12a45a66bbf31699ff193936b6e742009]

#93512# have types.rdb too


2002-10-18  Stephan Schäfer  <ssa@openoffice.org>  [27ce0cf8c135d1b525bb2174a284ee9e4e24497b]

#98943# improve toolbox highlighting and use shadow effect again


2002-10-18  Armin Weiss  <aw@openoffice.org>  [ba80cc63cc34a69aab6a8333f9f37b0cc471cbb6]

Initial necessary project build files


2002-10-18  Armin Weiss  <aw@openoffice.org>  [61471d5527d79bc51281cb88f6a348800a2ddf14]

Initial necessary project files


2002-10-18  Frank Schönheit  <fs@openoffice.org>  [bc759ed92ee5ddef2217db00c11362a3807c0ce3]

#i8485# FormatChanged: recognize a NULL formatter


2002-10-18  Philipp Lohmann  <pl@openoffice.org>  [610a496d110a26c1845c1c211a6ad08295d9aa34]

#100212# make AutoMnemonics a per OutputDevice instead of application wide setting


2002-10-18  Frank Schönheit  <fs@openoffice.org>  [2f9d3b41b457121f351ae2744763fd889bc8bbe6]

#i8440# setPropertiesValues: when checking for aggregate properties, don't use it's XPropertySetInfo - the delegator may have masked out some aggregate properties


2002-10-18  Frank Schönheit  <fs@openoffice.org>  [f40c453f606349398099a157305fd117a38bd715]

#i8440# +classifyProperty


2002-10-18  Oliver Specht  <os@openoffice.org>  [d2d171eb9e66ba47961965a923a18307ec2efe6d]

#104014# tab stop working correctly in right-to-left text now


2002-10-17  Eike Rathke  <er@openoffice.org>  [d1a83cfcbf36c20af168064a854eb1e1c34fd6a6]

#104167# move component descriptions from i18n


2002-10-17  Malte Timmermann  <mt@openoffice.org>  [c60e333e69dab0bbc87cc27fefd2b48ccdcaa206]

#103171# LocaleDataWrapper


2002-10-17  Stephan Schäfer  <ssa@openoffice.org>  [1422543c24b0705efeb9f9521e23c6b8e29c4525]

#103005# correct number of deactivate calls


2002-10-17  Frank Schönheit  <fs@openoffice.org>  [1f25cfdfd75b2d960180dda740f1257be72bc1f4]

#104311# +GetHelpId


2002-10-17  Frank Schönheit  <fs@openoffice.org>  [7d0533e5f8b6adacf1eea736552775a681269d69]

#83004# (on behalf of sleepybear@openoffice.org): +ReplaceTabWithString


2002-10-17  Philipp Lohmann  <pl@openoffice.org>  [724f532b0956733d26fc9f054b18342ce0f28f5b]

#102276# add: WB_NOMULTILINE


2002-10-17  Stephan Schäfer  <ssa@openoffice.org>  [cd378761e2a9971760cf9e272ce27d52de746636]

#101635# avoid beep when rescheduling while processing hotkeys


2002-10-17  Oliver Düsterhoff  <od@openoffice.org>  [0335a8081357c41c71d1e6beedee9be9b658668a]

#104284# PL: fixed rounding issue in appendDouble


2002-10-17  Malte Timmermann  <mt@openoffice.org>  [72d014b0ad2a67f2d48942e1b4ca8eb75258122e]

#103460# RTL UI


2002-10-17  Herbert Duerr  <hdu@openoffice.org>  [ffb6df1241344031734e526786239b62fe809808]

#103980# some antialiasing advice responsibility moved to upper layers


2002-10-16  Karl Hong  <khong@openoffice.org>  [0e67aa8c5e8f37bce553bfdb1a8d0320a12fd976]

#103778# fix forbidden rule string for Chinese from Jack Kang


2002-10-16  Philipp Lohmann  <pl@openoffice.org>  [6021c6832a4d2140af1aee8bda4f3ad12c11ce7a]

#103460# #104288# improved ImplGetCharPos


2002-10-16  Philipp Lohmann  <pl@openoffice.org>  [24ebda89c617f2b0ff8d0906dd89d8308c9975d3]

#103460# remirror tracking events in timer


2002-10-16  Philipp Lohmann  <pl@openoffice.org>  [e9d47298503c4c2e69f206ebcaae69f02c2ab9de]

#100200# fix return value of static link


2002-10-16  Stephan Bergmann  <sb@openoffice.org>  [ed9fc64d4f434421d47cf26f1e0da6d44e3d7b9d]

#104242# Make sure the 1st and 2nd productions in FindFirstURLInText indeed contain further characters after the scheme.


2002-10-16  Stephan Schäfer  <ssa@openoffice.org>  [46659c25af17cb2d62865491ee02e83c6da46677]

#103168# repost button message if frame has not the focus yet


2002-10-15  Michael Brauer  <mib@openoffice.org>  [da07f64a4cced28b83c5101ceb9de4805357d44c]

#103876#: character conversion might return 0 characters


2002-10-15  Sven Jacobi  <sj@openoffice.org>  [52cbe79bce32df08b48846430705f7fa0e3ca080]

#93133# added support for MM_TEXT


2002-10-15  Hennes Rohling  <hro@openoffice.org>  [64cf19b45df51c7ea87e1cc3f99559daaa3d0744]

#98600# Added copy ctor and assignment operator for OGuard, OClearableGuard


2002-10-15  Stephan Schäfer  <ssa@openoffice.org>  [1db52d2f7d4c23d98a645247ff34314a7d512d9f]

#94144# use correct mask for window state


2002-10-15  Frank Schönheit  <fs@openoffice.org>  [50bbfdfa93c0d41a4f8f456e888c5f8fce52cb4f]

#95826# +Commit


2002-10-15  Frank Schönheit  <fs@openoffice.org>  [6dd75bf8449a6626e5dc4d00c69cc478455e2e3c]

#95826# +FormattedFieldCellController / moved some controllers from editbrowsebox.cxx herein


2002-10-15  Frank Schönheit  <fs@openoffice.org>  [71dbe69713671c82a07bdc534bce052710e39b5c]

#95826# +FormattedFieldCellController / +CellController::CommitModifications / +supending of controllers


2002-10-14  Stephan Schäfer  <ssa@openoffice.org>  [eb5ff706e5715ae6072def41fa49bbd68d7f718a]

#99956# restrict max scrollbarsize to 20pixels


2002-10-14  Philipp Lohmann  <pl@openoffice.org>  [861927a9e0fea4b910cc364fd56a3970a4b4b46c]

#104140# #104057# recognize field color, fixed a loop


2002-10-14  Stephan Schäfer  <ssa@openoffice.org>  [0399d6e44d108483ffec1abae1275ce8b3f04b89]

#102500# allow windowstates that are a little larger than the physical screen


2002-10-14  Stephan Schäfer  <ssa@openoffice.org>  [ba20187b2f2128ac384d39c23880b57f3a5e9171]

#103667# check WINDOW_DLGCTRL_MOD1TAB for current control


2002-10-14  Philipp Lohmann  <pl@openoffice.org>  [297f2b4d3c5b46a4e43f92558ca4150bb60cb56c]

#100200# protect SmOpenConnection from other thread


2002-10-14  Sven Jacobi  <sj@openoffice.org>  [078009eeb7defe453cfd97af01caf24673baa0aa]

#95756# improved import for text also if textmode is GM_ADVANCED


2002-10-14  Stephan Schäfer  <ssa@openoffice.org>  [ad2db279c4b282cf200a3c4ccefa9dc4f6c7d7a5]

#104172# improve keyboard tiphelp


2002-10-14  Thorsten Behrens  <thb@openoffice.org>  [4de2c2eaf9512d72e9131ea894b62619fd0c1b2d]

#i7629# Now doing gradient paint completely in a VDev (display only)


2002-10-14  Stephan Schäfer  <ssa@openoffice.org>  [def99649acffe59cc68cba3042bcd988c6d0eaf1]

#94144# prepare masking minimize_state


2002-10-14  Stephan Schäfer  <ssa@openoffice.org>  [c4cd058171bcc32f6f23e2a0e6cdbbda42556734]

#101063# do not bring owner window to front when positioning floats


2002-10-11  Karl Hong  <khong@openoffice.org>  [7648717f3793770ad5626cdf9b7840752ac97acd]

#104162# fix Korean breakiterator problem


2002-10-11  Mathias Bauer  <mba@openoffice.org>  [c985f1ef578b21159f0cec4cad986099d2e7bb54]

#94144#: care for minimized in window state


2002-10-11  Philipp Lohmann  <pl@openoffice.org>  [31f12bafce41eecec0d8347cd4b2584617e08b50]

#100200# put ICE message processing into an own thread to prevent gnome-session from killing us


2002-10-11  Herbert Duerr  <hdu@openoffice.org>  [4e96cc07d3dfce8a4650e39153b57ba402698db6]

#96628# prepare upgrade to FT213


2002-10-11  Stephan Schäfer  <ssa@openoffice.org>  [ac0ab1b860706048c75d2d94e50cbf849c78a702]

#104160# new Thai UI font


2002-10-11  Malte Timmermann  <mt@openoffice.org>  [076632023f3d92fe36ba488f328d0fcc9f2f7314]

#103939# Don't through assertion, may be it's a system dependend window, used in ImplCreateWindow


2002-10-11  Stephan Schäfer  <ssa@openoffice.org>  [94977287c26b5914b419b6a3933b06c88242047f]

#94144# enable minimize window state again


2002-10-11  Karl Hong  <khong@openoffice.org>  [f188bdb32acb8e6bfa606520058dc1904824086f]

#104141# fix a problem in Japanese NatNum7


2002-10-10  Karl Hong  <khong@openoffice.org>  [e843d50d84173a55c0a9589ef759899b2f01ff7d]

#104141# fix a problem in Japanese NatNum7


2002-10-10  Karl Hong  <khong@openoffice.org>  [18b5ec320a21f65a00b34288e19c86466954630c]

#104141# change NatNum mapping table for Japanese Month/Day


2002-10-10  Philipp Lohmann  <pl@openoffice.org>  [6da29969bbea3ab6036b6d39e6c92ce33aff1e41]

#104146# change drag cursor only on receiving drop action from drop target


2002-10-10  Thorsten Behrens  <thb@openoffice.org>  [d7f66985c59f1eea5dfd2180988e24c9e4327e39]

#98290# Use different mapping for non-interpolating mode


2002-10-10  Philipp Lohmann  <pl@openoffice.org>  [ecb875bcd980023b1c214324c1c40de00d029975]

#103474# add: outline, shadow


2002-10-10  Stephan Schäfer  <ssa@openoffice.org>  [eb18a1a577f8550aaa56cb99d3cb6828d9a91cff]

#102461# keep highlight when opening submenues


2002-10-10  Eike Rathke  <er@openoffice.org>  [c2289a9f23971c058934ff0606462e45963021d1]

#i3738# add sl_SI


2002-10-10  Eike Rathke  <er@openoffice.org>  [93272bba5bb949ab328898e6adbd39b78c525ecb]

#i3738# sl_SI Slovenian locale data provided by bobe@openoffice.org (Robert Ludvik)


2002-10-10  Mikhail Voitenko  <mav@openoffice.org>  [6aecc4449969446c49adb4cb119d193e84fdbea3]

#104126# read content after classId is detected


2002-10-10  Herbert Duerr  <hdu@openoffice.org>  [c8ef72bb835b3ec28aecb7bb0ffec56cd6fa40dd]

#103559# semantic change for condensed hyphenated GetTextBreak(), improve heuristics for font fallback


2002-10-10  Eike Rathke  <er@openoffice.org>  [c285e1292d03d0aa8d579bcf58118750764290e0]

#103408# corrected date format codes


2002-10-10  Malte Timmermann  <mt@openoffice.org>  [bf98b0657443c4e590db574b84b5f9bdd11878ad]

#103667# Set WINDOW_DLGCTRL_MOD1TAB, if not ignoring tabs.


2002-10-10  Oliver Braun  <obr@openoffice.org>  [94581a5bbcf44033cd2b32b10d43a8f18455f88e]

#104045# no a11y error messages also when SAL_ACCESSIBILITY_ENABLED is set


2002-10-10  Malte Timmermann  <mt@openoffice.org>  [d794f07970beb56b3a9d504578380870eab59dcc]

#90430# Check if URL is really a file URL


2002-10-09  Stephan Schäfer  <ssa@openoffice.org>  [5525a86a73c2b1d09175d6b81f270c4fc1d3fc2e]

#101063# bring floating windows always to top


2002-10-09  Rüdiger Timm  <rt@openoffice.org>  [80e2409e48b4b68eb5a27ef4f18bef608a243e8f]

#100000# temporary for gcc


2002-10-09  Herbert Duerr  <hdu@openoffice.org>  [c4e3306e447510ead600fb4bca76cba35a32ddb8]

#103205# fix SimpleWinLayout::GetNextGlyphs() run length for adjusted text


2002-10-09  Stephan Schäfer  <ssa@openoffice.org>  [922c9590bdf70ca8234ea434fa35bca87643e456]

#100509# allow posting of key events from AT-tools


2002-10-09  Philipp Lohmann  <pl@openoffice.org>  [ad05d221712ac8c04562f07da223f9a20b894f5a]

#i8151# set focus only on own map


2002-10-09  Philipp Lohmann  <pl@openoffice.org>  [8448300c639f80f820f044947e57b90fce9d956c]

#104086# correct left/top decoration


2002-10-08  Philipp Lohmann  <pl@openoffice.org>  [078e882e6882232497dd69493c66b1bc1b6cf4aa]

#103474# make font effects work


2002-10-08  Thomas Lange  <tl@openoffice.org>  [9c277750515ec3458cc3caf4d0382fb972c8d402]

#93295# new CPPUTYPE added


2002-10-08  Stephan Schäfer  <ssa@openoffice.org>  [f342872fb683d24036e444ea973340b05ee3f3f3]

#87660# new cursor


2002-10-08  Philipp Lohmann  <pl@openoffice.org>  [77d62aec68c513a91e57549894f602eb277fc93a]

#87660# new pivot cursors


2002-10-08  Frank Schönheit  <fs@openoffice.org>  [9bd8d5023067fcbb905f9f47de3890f9be00378b]

#96136# when setting values for properties of type double, be somewhat more tolerant


2002-10-08  Vladimir Glazounov  <vg@openoffice.org>  [c19c059744b8bf63d75dc4efb7ae19e0e3d29474]

new version for SRC641


2002-10-08  Philipp Lohmann  <pl@openoffice.org>  [486e0ce8b7c03e49a6dcb33ec855292c4fc13da6]

#104015# use correct character codes for type 1 fonts


2002-10-08  Oliver Braun  <obr@openoffice.org>  [063a46b39d583ea719a3d3965634acd3a4124f3f]

#104045# no a11y error message without valid config (setup)


2002-10-08  Stephan Schäfer  <ssa@openoffice.org>  [71d9845380469f0203737813c6d980c3b74d76d7]

#104040# don not erase background in layout mode


2002-10-08  Niklas Nebel  <nn@openoffice.org>  [12e2768fde8218a87e3442fde37e23ba1c4fb30a]

#103849# clear the link in the clipboard listener from view dtor


2002-10-08  Daniel Rentz  <dr@openoffice.org>  [33b5fceb436783d4721098021a0ba4bce29f2f75]

#87660# new DataPilot cursors


2002-10-07  Andre Fischer  <af@openoffice.org>  [cb7ff2cc84566f3b002802bb03a3d895b565e23d]

Showing name of objects in selection dialog.


2002-10-07  Oliver Specht  <os@openoffice.org>  [50ef1a937688e468e274161c10042fae5040cef9]

#103642# assert only once in ::GetConfigurationProvider()


2002-10-07  Stephan Schäfer  <ssa@openoffice.org>  [87911e2cad89440c8330895cae70d1e2e444a81d]

#103967# check/replace default font before returning it as a single name


2002-10-07  Mathias Bauer  <mba@openoffice.org>  [827abfe05f9cdc068d5a9975f62b06228797af2b]

#103890#: use _default


2002-10-04  Stephan Bergmann  <sb@openoffice.org>  [13f73e5cb494cd16c64ac10201169bdccb0b37b3]

#94277# In the SubString variant of decode(), avoid calculating illegal pointer values when the SubString is not present.


2002-10-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c69a1399fd1570636274f5f2dfb8758ea9088e92]

#100000# cleanup


2002-10-04  gt  <gt@openoffice.org>  [70dbb5b1e3b74a7e90b0fcf7ec6f839cb1f539ab]

#101367# SvtFrameWindow_Impl::OpenFile(): display empty win when doc couldn't be load


2002-10-02  Philipp Lohmann  <pl@openoffice.org>  [40bedaccd2b3f988589ecdae108829da7664ff63]

#103870# close polyline if last point coincides with first point


2002-10-02  Niklas Nebel  <nn@openoffice.org>  [3d5b3431777e70919fefadc86aec0ef1592a9081]

#103946# HDU: when 64bit arithmetic does not suffice for mapping fall back to MonsterInt


2002-10-02  Daniel Rentz  <dr@openoffice.org>  [e16be5e0a21e051a0150fd3e5faa285387f33439]

#91270# new classes svtools::ToolTip(Multi)ListBox


2002-10-02  Daniel Rentz  <dr@openoffice.org>  [b34d4a19c48a01c3d4f4efdc6218727f2b67d8d4]

#91270# new classes svtools::ToolTip(Multi)ListBox


2002-10-02  Stephan Schäfer  <ssa@openoffice.org>  [249675cfbb6dabb0a09a71c8fcd2f5bb8767b9de]

#103716# make dialogs modal to their parent's frame


2002-10-02  Kai Sommerfeld  <kso@openoffice.org>  [c1daa97b0a4e47d13e42155994a9608bcece2c44]

#103263# - Replaced createRegistryServiceFactory call.


2002-10-02  Philipp Lohmann  <pl@openoffice.org>  [a781eb1f3010e6f529571ef03ba636550154e259]

#98004# scroll only on wheel button down events


2002-10-02  Oliver Braun  <obr@openoffice.org>  [9065df899dc0aa4316db4cfabb5928e33add6551]

103014# show native dialog on acessibility initialization errors


2002-10-02  Stephan Schäfer  <ssa@openoffice.org>  [24d12a59c4ea52e2d14f1acca11576837ba54fbe]

#103891# closer has transparent background now


2002-10-02  Stephan Schäfer  <ssa@openoffice.org>  [bcdff549fbc9bffce64ebb306373eeb2e8d8cf7e]

#103891# document closer


2002-10-02  Peter Burow  <pb@openoffice.org>  [f270b6bba1e4f74a2fdff42f78bbd941eab7aabb]

fix: #103428# suppress unnecessary UCB calls in GetImageId_Impl()


2002-10-01  Philipp Lohmann  <pl@openoffice.org>  [5d5a73d8283025a7b1913a4862c9011170e2b628]

#103460# make multilineedit usable in RTL version


2002-10-01  Armin Weiss  <aw@openoffice.org>  [1aee74414e64f765f2936a94baa6568f7507d093]

#103820# Added implementation of a basic 2d PolyPolygon raster converter


2002-10-01  Stephan Schäfer  <ssa@openoffice.org>  [e786249384f7775842de60d0b30c47279c8fc52e]

#103891# document closer


2002-10-01  Stephan Schäfer  <ssa@openoffice.org>  [055190049d1700d64eaba3e7178137e5707bd44d]

#103891# document closer


2002-10-01  Philipp Lohmann  <pl@openoffice.org>  [8770009990f9de5e07d7c9252ceacbe1c2007859]

#90353# use correct deallocator


2002-10-01  Herbert Duerr  <hdu@openoffice.org>  [42c9a2a46ba6619bc2bf0787e4cc92a4312b75f6]

#102411# implement workaround for GetCharacterPlacement kerning problem


2002-10-01  Herbert Duerr  <hdu@openoffice.org>  [82bc9ac48ad6dd46b18c3423be77b944fa19d573]

#100671# fix mapper overflow when high DPI, high font units, high denominator zooming


2002-10-01  Niklas Nebel  <nn@openoffice.org>  [3e2715b282a6cee6e0680518b87642c82f6ba872]

#103839# turn underscore number formats into blanks when saving to xml


2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [adeea3c5e8ced100b98011ff793e069b34f9a329]

#103263# replaced applicat.rdb with types.rdb


2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [b3c254f44e8955065aab3ee00d23c46cd30e6f09]

#103263# replaced obsolete applicat.rdb with types.rdb


2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [f065cc792eca3f1a9e200caa5a21a307f295dc9c]

#103263# replaced obsolete applicat.rdb with types.rdb


2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [dd03c642d9e272dcbb71042c257cb01994422cbc]

#103263# switched to default bootstrapping


2002-10-01  Vladimir Glazounov  <vg@openoffice.org>  [9203cd4f734d2ceeb97ed70dd8e55bd9565a8e82]

new version for SRC641


2002-10-01  Philipp Lohmann  <pl@openoffice.org>  [6c0e83bc243de461984d35f33742d3168b814bad]

#103886# use correct winding rule in DrawPolygon


2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [2948d235a3a61059cb7122b348bc21253e3b9e62]

#103263# replaced applicat.rdb by types.rdb and services.rdb


2002-10-01  Philipp Lohmann  <pl@openoffice.org>  [288778dbc05aef5fe9217232c0cc2d1a6deb7b3d]

#103547# change for Windoze compiler


2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [2a960f89f6f736b17724d47bfa31f2b5549b3c4d]

#103263# replaced applicat.rdb with types.rdb and services.rdb


2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [559437c93f748ede6e635719a45d007e27e88fe7]

#103263# obsolete applicat.rdb removed


2002-09-30  Karl Hong  <khong@openoffice.org>  [9892ccc65ea21f454e36867bb195e446d635e215]

#103462# fixed some problem in dtd and xml files


2002-09-30  Philipp Lohmann  <pl@openoffice.org>  [99bb42e15f5085c4888e50000ab8fb542898888b]

#103547# avoid unusable fonts in RTL case on Solaris


2002-09-30  Philipp Lohmann  <pl@openoffice.org>  [0f0533d51bc585b445c07e7dc9f10564c54e3b01]

#103547# use found token as search font name


2002-09-30  Thorsten Behrens  <thb@openoffice.org>  [ffddcbe94f576a82af8986519ce6a19e2f01d78e]

#103137# Avoid banding for special case


2002-09-30  Eike Rathke  <er@openoffice.org>  [1bf1393e01cb9656651c6d5a2ac117416cecf6de]

#102692# disable non-product calendar check accidentally left active (should be reimplemented as a one-time check)


2002-09-30  Hennes Rohling  <hro@openoffice.org>  [0ce7757ee720290c3ecf07e3e02be9fa311fdc43]

#102641# Uwinapi now exports full function set of uincows


2002-09-27  Kai Sommerfeld  <kso@openoffice.org>  [6269f4cf33d59504bca4c1ce903703e949e78403]

#82433# - Fixed crash on destroying popup menu.


2002-09-27  Stephan Schäfer  <ssa@openoffice.org>  [581ff393f556744f930a31050b7c223bfa9bdfaa]

#103362# improve drawing of mnemonic underlines


2002-09-27  Frank Schönheit  <fs@openoffice.org>  [ba89dbda6b1028cbe62750e1b518a0ea320f9e41]

#101423# PutEntry: don't forget the language ....


2002-09-27  Philipp Lohmann  <pl@openoffice.org>  [bd6bbf629b46cc5e9dcf4d286ef440ac9eac2a80]

#103774# use correct cursor position in empty edit


2002-09-27  Philipp Lohmann  <pl@openoffice.org>  [b47a7105c44ac1c7e6dc7cb090122c75b7e1cb34]

#103759# honor push flags


2002-09-27  Karl Hong  <khong@openoffice.org>  [a0518727441e6117182c614d4fbc242f3b2499da]

#99877# fix problem in loading collator and merging same phonetic entry


2002-09-26  Herbert Duerr  <hdu@openoffice.org>  [ceec4b431c781113904162f1a07d6c20018012a1]

#98991# don't use glyph indexing for vertical text, fix GetNextGlyphs


2002-09-26  Caolán McNamara  <cmc@openoffice.org>  [048446371eacfbb4e67d2b714e01a968abed66c1]

#101746# Add 16 row and cell padding keywords and tokens


2002-09-26  Ocke Janssen  <oj@openoffice.org>  [c2ed2aded7f2807bf255e159df0e1087b1397bde]

#96522# change locale of the numberformatter from UI to SvtSysLocale


2002-09-26  Sven Jacobi  <sj@openoffice.org>  [945406f2570cd2d5682e973e2664b752a47d7593]

#103707# setting NullRegion instead of EmptyRegion


2002-09-26  Herbert Duerr  <hdu@openoffice.org>  [28c5084506574159953b46f6426e5a56769a9da0]

#102258# finish kashida justification implementation


2002-09-26  Philipp Lohmann  <pl@openoffice.org>  [9a30d44f2a05461ad2359278ea69b0a19d100663]

#103460# more bidi IME


2002-09-26  Philipp Lohmann  <pl@openoffice.org>  [ceea0f8e3e55b4ec97ead53874075689e09b563f]

#103460# bidi edit and IME


2002-09-26  Karl Hong  <khong@openoffice.org>  [2f0e020dac3f67fc8a7398820559a8bf3f39557f]

#103529# add dictionary word break rule for Catalan


2002-09-25  Herbert Duerr  <hdu@openoffice.org>  [1b808dd010ed3cb6581c8eb58584c384d834db9a]

#102258# GenericSalLayout::KashidaJustify()


2002-09-25  Herbert Duerr  <hdu@openoffice.org>  [8c92f15891b53809239437b963702fb1557845aa]

#102258# kashida justification on UNX


2002-09-25  Philipp Lohmann  <pl@openoffice.org>  [64ffe175100b328660fcc7beaf20f8584d5b752c]

#103460# bidi edit


2002-09-25  Stephan Schäfer  <ssa@openoffice.org>  [9f43c720b84509d85ac8abdf17ed81758a15c7dc]

#103487# handle WM_IME_CHAR to support 3rd party IMEs


2002-09-25  Tino Rachui  <tra@openoffice.org>  [2cb4d57aead5a868e2324836b619f95275effb3e]

#103672#implementation of implshownativedialog


2002-09-25  Herbert Duerr  <hdu@openoffice.org>  [79e71ed233f0af5dec6d334a21371f3208c7cd9f]

#103460# fix bidi issues for mixed text


2002-09-25  Peter Burow  <pb@openoffice.org>  [c39f87996e70595a6f559aba7875fa52d4d72ec0]

fix: #103638# notify CHECKBOX_TOGGLE and set status CHECKED


2002-09-25  Eike Rathke  <er@openoffice.org>  [9a8bea85a1bd0a3b585117d53bad53698c18575d]

#103702# IsNumberFormat: don't append scientific format exponent to mantissa


2002-09-25  Mikhail Voitenko  <mav@openoffice.org>  [378648405e2d41893810a1d54fd60b7c76c29108]

#92926# handle unpossibility of storage creation


2002-09-25  Herbert Duerr  <hdu@openoffice.org>  [785d1c60167e08074b0e8bd9675e6005b6b983a4]

#103565# fix pointer arithmetic for TTC extraction


2002-09-25  Oliver Specht  <os@openoffice.org>  [3f7ec10a42d5b7ead1ab73cef99a3f23ec3fa45a]

#100582# 3d-border removed


2002-09-25  gt  <gt@openoffice.org>  [63f743fdd7fc6f6e0b36a6c10c469f0571e9c118]

#103581# SvtFileView_Impl::SetActualFolder(): pay attention to mbReplaceNames


2002-09-25  Oliver Specht  <os@openoffice.org>  [5b8b09e6d92bf9d69b09412eca8ae611c0023515]

#103642# new mode flag: CONFIG_MODE_IGNORE_ERRORS


2002-09-25  Oliver Specht  <os@openoffice.org>  [42acccca19eeded2bc6543c64341e00274652052]

#103532# assertion changes reverted


2002-09-24  Karl Hong  <khong@openoffice.org>  [8d9fb52a9a8b718099e7f7c7a3b0f9dda4dd5fca]

#103591# fix a problem in get numbertype by NumberIdentifier


2002-09-24  Karl Hong  <khong@openoffice.org>  [58f460ac97e7631edac80ca37ed553eda37ce29e]

#103267# fixed a problem in omiting '1'


2002-09-24  Sven Jacobi  <sj@openoffice.org>  [3d4ba750747d6bad220ad79c4b1a36bfbe7d673c]

#103680# removed some uninitialized variables


2002-09-24  Christof Pintaske  <cp@openoffice.org>  [e4b1ce6db8d922d0eaf609190d9c37a0bed2e650]

#102118# be more robust on shutting down the ic


2002-09-24  Eike Rathke  <er@openoffice.org>  [c13613f9b6cad4fe81d3ff709f58b39a4fbf7b75]

#102692# use [gs]etLocalDateTime()


2002-09-24  Eike Rathke  <er@openoffice.org>  [b44b15dfdc64bc2ba9af260df630bfa10f92cdc0]

#102692# add setLocalDateTime(), getLocalDateTime()


2002-09-23  Eike Rathke  <er@openoffice.org>  [a31c5c407e8168b6b35dfaa282e457c3d838de93]

#103059# Don't cure the symptoms, cure the cause instead. Assume SYSTEM defaults during Setup.


2002-09-23  Philipp Lohmann  <pl@openoffice.org>  [0e43734a1f705b30c96508c87dd9d286d13412bf]

#103547# seek java fonts without javarc


2002-09-23  Oliver Specht  <os@openoffice.org>  [c07adf7e727cd3b1d4ed83da45060146d3567fe1]

#103532# warning corrected


2002-09-23  Thomas Benisch  <tbe@openoffice.org>  [73b7d2bfb65a3ac916a84ecf7086ddcc4e3de3cf]

#102438# OExternalLockGuard: only lock the external mutex


2002-09-23  Herbert Duerr  <hdu@openoffice.org>  [f9164b263f518cd1532dc6a4b863d6eefc653c26]

#103565# fix all offsets for TTC extract


2002-09-23  Stephan Schäfer  <ssa@openoffice.org>  [acc9e0924bccc944b6fef4770bc7e55bb95d2987]

#103578# all floaters get small caption again


2002-09-20  Stephan Schäfer  <ssa@openoffice.org>  [74d1c8c209a21528ca3a219dba7ae67db9f3ab2a]

#103362# improve mirrored frame positioning


2002-09-20  Eike Rathke  <er@openoffice.org>  [5f38e70d3bd4a121faf98c2741797abaec8bb13a]

#96674# parseText: RewindFromValue if multiple decimal separators are encountered


2002-09-20  Stephan Schäfer  <ssa@openoffice.org>  [ef1beb9dc77bf402e05b43d9193748a4343b84d2]

#99188# enlarge textrect to get rid of rounding problems


2002-09-20  Stephan Schäfer  <ssa@openoffice.org>  [64ac1329a09c244726a2b7033deaa97fbc25ce9f]

#103511# notify combobox listeners of deselection


2002-09-20  Herbert Duerr  <hdu@openoffice.org>  [ab6e0dece0670ea34f469cb9471e9d180d1b4214]

#103476# improve text breaking for hyphenated case


2002-09-20  Oliver Specht  <os@openoffice.org>  [4cfbcf6d697a0d90020aa8bf1d15a9f277a67548]

#103532# assertion changed to warning


2002-09-20  Oliver Specht  <os@openoffice.org>  [87c9e1abe2938165697192307324770c05d9bf85]

#103532# assertion in AcquireTre() in debug code only


2002-09-20  Oliver Specht  <os@openoffice.org>  [830b6f5ef2dae119a3607510a5deafc872264ad2]

#103532# assertion in GetTree() in debug code only


2002-09-20  Kai Sommerfeld  <kso@openoffice.org>  [ea9a4ed01a8b2614d576457a6120b9198c6f4e26]

#103548# - Refactored object construction.


2002-09-20  Kai Sommerfeld  <kso@openoffice.org>  [4aa1723fbf51436f9115dd635540e4ed43efd602]

#103548# - Fixed ContentBroker_Impl::initialize().


2002-09-20  Philipp Lohmann  <pl@openoffice.org>  [62e746d912454f646400a958c97bbb607ac0731b]

#103405# use already existing bitmap instances if possible


2002-09-20  Stephan Schäfer  <ssa@openoffice.org>  [a47b1cf980fff091ac073d3b43f143db964fcae5]

#103362# correct text underlines for mirroring


2002-09-20  Peter Burow  <pb@openoffice.org>  [71530962f500afcbf15304ce42337be170d8801d]

fix: #103225# GetEntryText(SvLBoxEntry*) overwritten


2002-09-20  Herbert Duerr  <hdu@openoffice.org>  [0f5ab7d499f4be45d6c0d541390475facb3bb66f]

#103079# fix Hebrew justification, start #102258# on unx, some cleanup


2002-09-20  Peter Burow  <pb@openoffice.org>  [c9217be3fb2c19b46d20598af301eb46a71e9d79]

fix: #103514# prevent access to deleted members (GetFocus())


2002-09-20  Nils Fuhrmann  <nf@openoffice.org>  [a501e35888fac62e4978a719a05c45fbd653ab90]

Fix #i7801#, numeric representation for slovak 43 instead of 04


2002-09-19  Caolán McNamara  <cmc@openoffice.org>  [d8519bb97da4f4719d77b2d1ed381683e907a0c5]

#103471# running pointer past end of buffer, rework to avoid and remove overcomplicated chunking


2002-09-19  Stephan Schäfer  <ssa@openoffice.org>  [99c7d4e0738ec6a180dbb72eef9afc7f71ab4493]

#103362# improve positioning and resizing of system windows


2002-09-19  Herbert Duerr  <hdu@openoffice.org>  [ca414e95a003da616c9c5bfb09c165588975cff4]

#102758# do not suggest hyphenation when line fits completely


2002-09-19  Philipp Lohmann  <pl@openoffice.org>  [2b02276998d8a1295034a5090edc049380e6739a]

#103449# handle clip region requests in a common mapmode


2002-09-19  Herbert Duerr  <hdu@openoffice.org>  [24ee7fe6378730d00481194ece38d5769076b54e]

#103415# enable subsetting of dismembered TTC


2002-09-19  Herbert Duerr  <hdu@openoffice.org>  [0810d48046ff978057b360ddc8356b3e202e4edf]

#103415# enable subsetting of dismembered TTC


2002-09-19  Philipp Lohmann  <pl@openoffice.org>  [cc599889032bd05468458e3d558c635b887485b1]

#103429# use correct mapmode with hatches


2002-09-19  Eike Rathke  <er@openoffice.org>  [464cd42977319478c1e1e1836d29509666db7f08]

#102840# correct Shekel symbol and currency number format codes


2002-09-19  Philipp Lohmann  <pl@openoffice.org>  [0823266b01aa0851e72f70a0dd7f44ba2b077c25]

#103310# optimize arabic font list


2002-09-18  Kurt Zenker  <kz@openoffice.org>  [34127cd38702fc6fb9a6be25f560e4de061d46f9]

Merge SRX643: 18.09.02 - 21:13:38


2002-09-18  Herbert Duerr  <hdu@openoffice.org>  [de6eb21cb42256e89c44ac425f062ffaba63a7d3]

#103415# avoid crash when embedding ttc


2002-09-18  Stephan Schäfer  <ssa@openoffice.org>  [0cf19dc9cee3c22971ccbc9324818b2ea96516df]

#103360# mirror geometry on demand


2002-09-18  Philipp Lohmann  <pl@openoffice.org>  [eb8d1f9227c3b8bb975a18b4b596546f1d311602]

#103360# mirror geometry on demand


2002-09-18  Herbert Duerr  <hdu@openoffice.org>  [273e4b935bc58de78dc622d5573ab03b05a7c2b8]

#100850# fix ExtTextA advance width for DBCS case


2002-09-18  Eike Rathke  <er@openoffice.org>  [e0c231b9ec434e27a35798cc3dde91de280ede8e]

#i7230# #103381# quotation marks, currency, and reserved words changes provided by ismax@openoffice.org (Ismael Baena)


2002-09-18  Eike Rathke  <er@openoffice.org>  [9a725acef70f28180c1a18d74d53da1bb3bf2523]

#i7230# #103381# getInstalledLanguageTypes: remove ca_ES from the list of known problems


2002-09-18  Eike Rathke  <er@openoffice.org>  [1832ff6ad4cbfc1309f619de31ae04fc2d7d9611]

#i7230# #103381# date and currency changes provided by ismax@openoffice.org (Ismael Baena)


2002-09-18  Philipp Lohmann  <pl@openoffice.org>  [5958b185c7607bca6dc9a7fc3c0e252300f4563d]

#103361# better back scaling of pixel values to colors in visuals with other than 8 bit significant bits in rgb-masks


2002-09-18  Rüdiger Timm  <rt@openoffice.org>  [8d3d82d12b3a1e6600b97c8f00d3a16b4fb16ad2]

#100000# Syntax


2002-09-18  Thomas Benisch  <tbe@openoffice.org>  [d277c68aa8eb8491232130eefe685afc4b514a89]

#102626# text length is a valid index for getTextAtIndex, getTextBeforeIndex, getTextBehindIndex


2002-09-18  Mikhail Voitenko  <mav@openoffice.org>  [032ba904e6736e3a66d082860b87981f1b450e6d]

#102676# use forcing for UCBStorages


2002-09-18  Philipp Lohmann  <pl@openoffice.org>  [9d0cff540a76c32b8ee9e2047721a075312e4d6d]

#103360# do not remirror to often


2002-09-18  Frank Schönheit  <fs@openoffice.org>  [1f7d3a2567f575d99af42d5e5f064ac1071cc6d6]

#103298# KeyInput: corrected return value for some cases where the key is not handled


2002-09-18  Stephan Schäfer  <ssa@openoffice.org>  [6395414201594b82f8f8d17963b99880b6a1c96d]

#103358# no UI mirroring for horz rulers


2002-09-17  Herbert Duerr  <hdu@openoffice.org>  [6b5e47a75274261e0e91f1beee91253d6906b1b0]

#100850# improve emulation of TextW funcs


2002-09-17  Eike Rathke  <er@openoffice.org>  [d946ba6712c09391f48dc1cc15d703c85c0389d2]

#i7284# #102685# ImpNumberFillWithThousands: insert specified separator even if number is divided by thousands


2002-09-17  Joachim Lingner  <jl@openoffice.org>  [c535633e390fad21680c5722b2f8dc894da1a3d8]

#97074# OleDropTarget and OleDragSource now implement XServiceInfo


2002-09-17  Thorsten Behrens  <thb@openoffice.org>  [1e85e80112ea4f62a42dbaf0aa6528f187e599b7]

#103209# Handling negative sizes


2002-09-17  Philipp Lohmann  <pl@openoffice.org>  [c5da28b61e7a31325b90efd8c736588cfe3157c4]

#103088# use correct offsets for translating mapmodes


2002-09-17  Kurt Zenker  <kz@openoffice.org>  [28a92076f010440a360e33c50bf695b9166fcd1b]

Merge SRX643: 17.09.02 - 15:05:56


2002-09-17  Kurt Zenker  <kz@openoffice.org>  [8a6cd125da5c70d6ba22f22e5477ef9f49bb6ec0]

Merge SRX643: 17.09.02 - 15:04:01


2002-09-17  Rüdiger Timm  <rt@openoffice.org>  [8f5421b48d69846406e303134d116ddfbeca06fc]

Merge SRX643: 17.09.02 - 15:05:09


2002-09-17  Eike Rathke  <er@openoffice.org>  [2c61af54e372c352d649602837c2a9fe404d127b]

#i6478# #103380# currency symbol is C$ instead of $C


2002-09-17  Sven Jacobi  <sj@openoffice.org>  [d1b7627b9a62eecb4114dafdc2d6744321c84610]

#103317# fixed problem with small fractional values


2002-09-17  Philipp Lohmann  <pl@openoffice.org>  [db3c1daf9f79ddeb07019f1877278f468c303c48]

#103326# graphics state initialization, open flag in constructor


2002-09-17  Philipp Lohmann  <pl@openoffice.org>  [88eddd39652a44a24ad491ef8b50b470d8d52bac]

temporary workaround for PPC Linux


2002-09-17  cdt  <cdt@openoffice.org>  [c4ce5427256603fd82f5d564b6cd9a30c8e2e8fc]

deliver svmedit2.hxx


2002-09-16  Bustamam Harun  <bustamam@openoffice.org>  [2aa9ed9148341dd1607cdeb56657d6e10c2cbec6]

#102027# Fix date offset problem with Hijri Calendar


2002-09-16  Karl Hong  <khong@openoffice.org>  [5cde4e14b9a6270fc49111ce62bed2c8fd8b407c]

#103026# fix a string length problem


2002-09-16  Herbert Duerr  <hdu@openoffice.org>  [4ed7b2d003a8debb727ae25f40e56476f5508fdc]

#98991# correctly rotate percent/permille


2002-09-16  Thorsten Behrens  <thb@openoffice.org>  [c34245bdb2b30ff356d4d5d12b8cbaeeb3354127]

#103318# Fixed typo in assignment


2002-09-16  Peter Burow  <pb@openoffice.org>  [7b32bb905c559dfa64d3d2e2f46c9558b8327da9]

fix: #103248# warning removed


2002-09-16  Sven Jacobi  <sj@openoffice.org>  [e73f7c0e4299c549c133736f2884d0392b207e08]

#103303# read access will now also create a Property Sequence


2002-09-16  Stephan Schäfer  <ssa@openoffice.org>  [17bcc15c5ee3d729e135284c61a3d5e54920a7dc]

#100860# improved RTL scrolling


2002-09-16  Stephan Schäfer  <ssa@openoffice.org>  [253e68f112ee7aeb851269dabb08b1c4e676e05a]

#100860# window positioning


2002-09-16  Herbert Duerr  <hdu@openoffice.org>  [f73603f717b364a57491f5915aeada14d9a172ce]

#100850# workaround for problematic uwinapi usage


2002-09-16  Peter Burow  <pb@openoffice.org>  [a3164ca4e77fb04fd1aeeee1a06f85021ead6016]

fix: #103150# SetNoSelection() added


2002-09-16  Peter Burow  <pb@openoffice.org>  [d373d7b292db559898d629b9c47dd5578cdf8ce6]

fix: #103247# GetBoundingBox() improved


2002-09-16  Peter Burow  <pb@openoffice.org>  [e23386f1c329e12d7b03f70451e32c0024fd3707]

fix: #103249# wrong member used in GetUILocale() -> fixed


2002-09-15  Karl Hong  <khong@openoffice.org>  [12f443b1970cfa2be747f014f8136d6d82a7031a]

#103267# fix japanese native numbering


2002-09-15  Karl Hong  <khong@openoffice.org>  [d99566a4b58c71784f56114de1e91499026b62d2]

#103267# fix japanese native numbering


2002-09-13  Karl Hong  <khong@openoffice.org>  [14ad98a28ae0be9f3b5ef9edacada607546bf2d9]

#102027# fix a typo in month conversion for non-gregorian calendar


2002-09-13  Stephan Schäfer  <ssa@openoffice.org>  [5d23f50a20e7f7e4b25fc83679c4e5b220312197]

#100860# ImplReMirror is const


2002-09-13  Stephan Schäfer  <ssa@openoffice.org>  [e4c8b5df001fe40634543348f533186ab98ed8ad]

#100860# improve mirrored painting


2002-09-13  Stephan Schäfer  <ssa@openoffice.org>  [7170dcb1f78d877989d765846fd35147d1f88929]

#100860# improve right-alignment


2002-09-13  Kurt Zenker  <kz@openoffice.org>  [d852705a7493031fd371c10a3ca4e503bc74d64e]

Merge SRX643: 13.09.02 - 16:26:42


2002-09-13  Kurt Zenker  <kz@openoffice.org>  [73499a00bc2aeef9e2614237f7cabda4078cd9b7]

Merge SRX643: 13.09.02 - 16:25:04


2002-09-13  Daniel Vogelheim  <dvo@openoffice.org>  [6a580ec79241824c09fc8bf08cefb4e59b42ab94]

#102940# move all VCL calls before the SolarMutex release point


2002-09-13  Peter Burow  <pb@openoffice.org>  [4071f5921b37b04508ffa163b82d50fe9fb6a6f1]

fix: #102696# merge with BrowseBox for accessibility


2002-09-13  Peter Burow  <pb@openoffice.org>  [f046883957b938a71f226861f21039c0c7e2eb90]

fix: #102696# accessibility strings added


2002-09-13  Peter Burow  <pb@openoffice.org>  [004d34d60a4cf11930e4612f4ed60b537f7995bf]

fix: #102696# accessibility added


2002-09-13  Frank Schönheit  <fs@openoffice.org>  [f7107b20347ed13511b2de5d4c44b568e451e951]

#103254# getTextAtIndex: 'length' as index is allowed according to the interface definition


2002-09-13  Peter Burow  <pb@openoffice.org>  [efaae035d616cbff38fd938e9d02cb91d6924c56]

fix: #102696# merge with TabListBox


2002-09-13  Frank Schönheit  <fs@openoffice.org>  [1e4c3a9f81f65a061abfabd325e9e619c49f5bc2]

#103250# deliver controllayout.hxx


2002-09-13  Frank Schönheit  <fs@openoffice.org>  [b9521221e7f308a80ec6bf51678c15cf0c6a93d0]

#103250# allow to paint into layout data


2002-09-13  Frank Schönheit  <fs@openoffice.org>  [4c9100ea6a1c48382cb98cdff49a04ce43613f5b]

#103250# +FillLayoutData/GetEntryCharacterBounds


2002-09-13  Peter Burow  <pb@openoffice.org>  [0a37676a1890cb3e44b7a8790a54d85ea567563c]

fix: #102696# accessibletableprovider.hxx added


2002-09-13  Herbert Duerr  <hdu@openoffice.org>  [3fb2766f148a180512fc5d16d40b6294dc3a876d]

#103246# fix ServerFont printing


2002-09-13  Rüdiger Timm  <rt@openoffice.org>  [53c94450ab1dccddbb88df3076e7a38d70e21e14]

Merge SRX643: 13.09.02 - 10:34:30


2002-09-13  Kurt Zenker  <kz@openoffice.org>  [e7281f4428ec8f9a957bcb233c8107109cd1a0e9]

Merge SRX643: 13.09.02 - 10:31:17


2002-09-12  Kurt Zenker  <kz@openoffice.org>  [a2a63aba461ec2b81313bd2bfde3feaa4c04a6bc]

new version for SRX643


2002-09-12  Philipp Lohmann  <pl@openoffice.org>  [542e81b7aae32e4fc8225ee702be7090912c9ded]

#103260# handle 1 bit bitmaps correctly


2002-09-12  Vladimir Glazounov  <vg@openoffice.org>  [8a94d96b06dc77b38f4d8742fdff4c08e5ca9e0f]

#100000# SJ:added missing UNO headers


2002-09-12  Mathias Bauer  <mba@openoffice.org>  [32d966e95dd0229125e7c82c22d97b76967cff8b]

#103001#: new method to ask for property of elements


2002-09-12  Oliver Bolte  <obo@openoffice.org>  [33a5704418b8737f8757f7dd9ed8ad552b1d0fda]

new version for SRX643


2002-09-12  Philipp Lohmann  <pl@openoffice.org>  [131a53804662ed1f03594677bd9e2be225d1d8e5]

#103205# make horizontal alignment work


2002-09-12  Kurt Zenker  <kz@openoffice.org>  [550d01a8f20edab0905604718f0b93b79f30b6fa]

new version for SRX643


2002-09-12  Malte Timmermann  <mt@openoffice.org>  [4716a9a02966ec6627c9bb8d8f937c130ad59854]

Use manifest file...


2002-09-12  Malte Timmermann  <mt@openoffice.org>  [0344f22115ad332879854dc7c2b6a713ca6c8d8a]

Manifest...


2002-09-12  Stephan Schäfer  <ssa@openoffice.org>  [10320bef497f88f9733a3fddda31c648ec325383]

#100860# correct global help win pointer on destroy


2002-09-12  Kurt Zenker  <kz@openoffice.org>  [142200574c13c8af36ab10d905dd3cab5e51c7b0]

Merge SRX643: 09/12/02 - 11:53:52


2002-09-12  Kurt Zenker  <kz@openoffice.org>  [8b057ac12368d4f9428e085a3189cb9f4ff64430]

Merge SRX643: 12.09.02 - 11:52:44


2002-09-12  Sven Jacobi  <sj@openoffice.org>  [2e3b75972acd58ca71edf6beca23b8ce3f2c2826]

#103180# AlphaMask::GetBitmap wasn't accessible outside of vcl


2002-09-12  Thomas Benisch  <tbe@openoffice.org>  [c99616e5ffa03344da1996183f24d59c3551a349]

#103087# prevent an early release of the component in the WindowChildEventListener


2002-09-12  Philipp Lohmann  <pl@openoffice.org>  [c25ed30a310c24803409bcc25af45bb54dead16d]

#103180# emit all XObjects to Resource directory


2002-09-12  Stephan Schäfer  <ssa@openoffice.org>  [9810a67257c41c03e65899b11bcf61f767a7bb68]

#100860# improve rtl paint


2002-09-12  Stephan Schäfer  <ssa@openoffice.org>  [c896baaaea22fe7fa42faeacbe547cdd5b94ab26]

#100860# do not mirror edit controls


2002-09-12  Herbert Duerr  <hdu@openoffice.org>  [1750dae785387111eae0b647b210d05771087b66]

#103183# fix GetGlyphBoundRect() on UNX, small MAC patch


2002-09-12  Herbert Duerr  <hdu@openoffice.org>  [60c1d02eeda0a8c28fc474e9b00ee5576427e9cc]

#103183# fix thinko


2002-09-12  Herbert Duerr  <hdu@openoffice.org>  [f5c0217b03abdb7b4f535185b292e11fe8437edb]

#103183# fix and speedup GetGlyphBoundRect()


2002-09-12  Herbert Duerr  <hdu@openoffice.org>  [ec3d2cf55be90e098452e8aedbaaa66ff3b9803f]

#103183# fix GetGlyphBoundRect() on W32


2002-09-12  Herbert Duerr  <hdu@openoffice.org>  [5243f8d33d3d21971bd1e75313d221cbc8e4ae8d]

#103183# fix SalLayout::GetBoundRect() on W32


2002-09-11  Karl Hong  <khong@openoffice.org>  [00eb2f18f629ec01cffa868e9e85717e947d1d9e]

#102975# set non-break space as weak char.


2002-09-11  Stephan Schäfer  <ssa@openoffice.org>  [3cbd44d7ace5791a77bae38cb4c33bb608b1a984]

#100860# set CHECKRTL for system paints


2002-09-11  Stephan Schäfer  <ssa@openoffice.org>  [f61177f441a4e2398bd84c9eda2197e24480e938]

#100860# improve default font list for arabic


2002-09-11  Stephan Schäfer  <ssa@openoffice.org>  [040cd69c1e6fad729ccfc8742fc670108de09ec6]

#100860# always mirror text if UI mirroring is on


2002-09-11  Stephan Schäfer  <ssa@openoffice.org>  [0acddfd6c7aeb9fbb1e44f73d255e4f16b6c056f]

#100860# mirror for CopyBits if this is no Window


2002-09-11  Philipp Lohmann  <pl@openoffice.org>  [b571ec417a2c43b0d827934648b142316bcd56d2]

#i6182# #103147# ensure sufficient suffix length


2002-09-11  Daniel Vogelheim  <dvo@openoffice.org>  [53fec3d94409717cb8daabbfb46c880fc5bf839e]

#102940# move VCL code SolarMutex-protected regions


2002-09-11  Sven Jacobi  <sj@openoffice.org>  [d9fd888538c1dc45c91bff78c64182dc4e0fe774]

#103180# write jpg streams to PDF (added missing include)


2002-09-11  Frank Schönheit  <fs@openoffice.org>  [8d23cdef065711941521c3553b5fdab68fb41ab6]

#102739# (on behalf of BerryJia@openoffice.org) allow for a context menu on empty space, too


2002-09-11  Philipp Lohmann  <pl@openoffice.org>  [00866c06d03b45bc903503cfeb4dcb36ca1ad0f6]

#103180# write jpg streams to PDF


2002-09-11  Thomas Benisch  <tbe@openoffice.org>  [e29bee8a8875f6556cb71dc505ae102d4c76582e]

#103068# no accessible parent window for accessible native frames


2002-09-11  Mathias Bauer  <mba@openoffice.org>  [21adc8cc93d5bab12da989f398bc4cee7c9d8ffb]

#103165#: don't make URLs lowercase


2002-09-11  Malte Timmermann  <mt@openoffice.org>  [9c69b868bc0bc2a35e51718dc8727742953ea045]

#103148# Scrollbar range only to width/height -1


2002-09-11  Sven Jacobi  <sj@openoffice.org>  [6c42e9f9939e11fda8e305bb8a316d6f66aaa9e1]

#103159# improved GroupReader::Read for more flexibility


2002-09-11  Ivo Hinkelmann  <ihi@openoffice.org>  [98a152f68c68f3d9c3b1c166ecf0a277080c151a]

Now it's possible to choose the source language


2002-09-11  Herbert Duerr  <hdu@openoffice.org>  [c0b2c09ae2d37c2910a41f2520a3b1754d21af80]

#103145# use different method for bidi itemization


2002-09-11  Philipp Lohmann  <pl@openoffice.org>  [5cbbc006acc5d9ca19b359cdc17f0498b774736a]

#103131# react on multiple setMapModes in state cache


2002-09-11  Frank Schönheit  <fs@openoffice.org>  [29e6821de1f99e4163a4ea921f7a61ac6c97703d]

#100226# be an XModeChangeBroadcaster for notifying design mode changes


2002-09-11  Frank Schönheit  <fs@openoffice.org>  [8c96743d75418dde4c2005a6b8e8e5d34f6cc22c]

#100226# 'outsource' IMPL_IMPLEMENTATION_ID from IMPL_XTYPEPROVIDER_START so it can be used separatedly


2002-09-10  Philipp Lohmann  <pl@openoffice.org>  [6be05f7ab9c0a4db830c7228100d2724059dacdc]

#103131# set correct mapmode before emitting clip region


2002-09-10  Karl Hong  <khong@openoffice.org>  [ef307ec50fca36f4eca337b4041507320a9bc7ee]

#99250# update quarter word from Arthit


2002-09-10  Frank Schönheit  <fs@openoffice.org>  [cbddff2e2bed6062b567ce702d9623693ef0c9d4]

#102119# smart tab traveling: care for handle columns


2002-09-10  Frank Schönheit  <fs@openoffice.org>  [b7344fea6ed111e65cdec0daeab9912e97f52f94]

#102119# added optional smart tab traveling (focus first/last cell when getting the focus)


2002-09-10  Herbert Duerr  <hdu@openoffice.org>  [9c9702a0e77139c7dfc3f3bb7d3bceb913b71ff8]

#102256# #103079# fix arabic and hebrew justification, improve performance on long writer paragraphs


2002-09-10  Philipp Lohmann  <pl@openoffice.org>  [e49e63c7ce6f3d53afca14fd1276596ff9614910]

#103088# extra rotation for vertical glyphs


2002-09-10  Kurt Zenker  <kz@openoffice.org>  [d0ade969767e54c52bed6e44e37d7ae57f220ded]

new version for SRC641


2002-09-10  Kurt Zenker  <kz@openoffice.org>  [2375791c9939407654245a28ec0b1d4350f20804]

new version for SRC641


2002-09-10  Stephan Schäfer  <ssa@openoffice.org>  [f8b34f69f8487ec1a26219e32d46f2d5ebfddada]

#102790# context menues shall never show disabled entries


2002-09-10  Thomas Benisch  <tbe@openoffice.org>  [d07ba2099b5303fb03409fb26288311e89bbbe2c]

#102092# return help text as accessible description


2002-09-09  Stephan Schäfer  <ssa@openoffice.org>  [49c07609c2bdce7dacce4da50edefa96a59ff648]

#100860# correct mirroring for copyarea


2002-09-09  Stephan Schäfer  <ssa@openoffice.org>  [8a8922f0a49b77862c0cd5a77147ef5af43d54b7]

#100860# improve scrolling


2002-09-09  Thomas Benisch  <tbe@openoffice.org>  [75331537364e1043d691ef123dcbf0da9d394146]

#100372# update views in SetFont()


2002-09-09  Stephan Schäfer  <ssa@openoffice.org>  [a623abeb1157485ca847cf1e934f87454b9f84f1]

#100860# re-mirror text output if outdev is not RTL


2002-09-09  Eike Rathke  <er@openoffice.org>  [fd1bc84cdda026e05c9643ac05d41b6f2f8ab677]

#102371# ScanStartString: match against format string only if start string is not a sign character


2002-09-09  Ivo Hinkelmann  <ihi@openoffice.org>  [863471ceec6e21830e7d3acb3f1fddf0bd15836e]

#103092# Missing hrc file included in the PositivList so all strings can be localized


2002-09-09  Stephan Bergmann  <sb@openoffice.org>  [28193a9d068d52a5af161c2e8ebb562a2023d9cc]

#102727# Don't call Show while in base Edit ctor of derived MultiLineEdit.


2002-09-09  Mikhail Voitenko  <mav@openoffice.org>  [94fb24c0e78de2053e8614af0559197450b80fe4]

#103071# avoid crash


2002-09-09  Jörg Barfurth  <jb@openoffice.org>  [76f30e92a73bf830a048bd004544de6175e11706]

#103063# Remove 'local' configuration provider


2002-09-09  Stephan Schäfer  <ssa@openoffice.org>  [12c085afb393dfe0f1999d83efaaf4c93764d216]

#100860# no mirroring for text methods


2002-09-08  Stephan Schäfer  <ssa@openoffice.org>  [8b600721514f8c932288b8e3793e11df839b359d]

#100860# implement re-mirroring to improve window based mirroring


2002-09-08  Stephan Schäfer  <ssa@openoffice.org>  [e27650626dbd7a02d827992872f255cc64565f52]

#100860# use AppSettings to determine LayoutRTL mode


2002-09-08  Stephan Schäfer  <ssa@openoffice.org>  [e7463616a26248582262017b0b30d5b182b26f2d]

#100860# new method AppSettings::GetLayoutRTL() to enable UI mirroring


2002-09-07  Karl Hong  <khong@openoffice.org>  [d9b8223c856c3e476136159d237fd9c257083ffa]

#101141# add new numbering type for CJK


2002-09-07  Karl Hong  <khong@openoffice.org>  [bfeaca7ab99d08516b4524ce224ced968ab196d7]

#101141# change NumberingType to support new implementation


2002-09-07  Karl Hong  <khong@openoffice.org>  [612cae8b4e8d407be64ba7411b0d88ac7bd72b4e]

#101141# add CJK bullet/numbering support


2002-09-07  Karl Hong  <khong@openoffice.org>  [cd9586846bf01a65c6ab474042e3b6e6b5ffc3f3]

#101141# move bullet.h to inc directory


2002-09-07  Karl Hong  <khong@openoffice.org>  [b6a3c3c38d512a7d93ba9ce642bb8641e1d400fa]

#101141# move bullet to inc directory for sharing between transliteration and defaultnumberprovider


2002-09-06  Herbert Duerr  <hdu@openoffice.org>  [4e0fc9e462f6ffbf50173a81e420f82e71c0ad6c]

#103023# printer builtin fonts are addressed using glyphids but unicodes


2002-09-06  Stephan Bergmann  <sb@openoffice.org>  [9565296442e3f04b03227742b1cd7b017c3caca2]

#103052# Fixed bug introduced with urlobj.cxx 1.32.


2002-09-06  Stephan Bergmann  <sb@openoffice.org>  [3e81580f1338e8563e69ce9db455721ed4e8d4b2]

#103052# Fixed bug introduced with 1.32.


2002-09-06  Eike Rathke  <er@openoffice.org>  [76afcf8e7ca423aa20ca8ea54b3cafd53db2c8a6]

102192# you obtain the quarter by dividing the actual month value by 3 instaed of 4 ...; added bounds check


2002-09-06  Eike Rathke  <er@openoffice.org>  [ebc4c04264127f144d72613d36f0fd7e77c5c7b0]

102192# ImpGetDate(Time)*Output: obtain quarter display string through i18n calendar for NatNum transliteration


2002-09-06  Stephan Bergmann  <sb@openoffice.org>  [0e88dbcba43aa76799bb6c2c9518b24ecbfef79c]

#102967# When smart parsing, accept things like file://d:\dir1\file1 as file URLs (generated by MS IE).


2002-09-06  Andre Fischer  <af@openoffice.org>  [64456f6a599ff7a5f1bbfc542a7cc031ea2a64f5]

#102065# Added vclxaccessibletextfield.obj, vclxaccessiblebox.obj, vclxaccessiblelist.obj, vclxaccessiblelistboxlist.obj


2002-09-06  Philipp Lohmann  <pl@openoffice.org>  [c1286b05975c7610102c8d189913d44d3187fb16]

#102802# add: TabBar::GetPageArea


2002-09-06  Kai Sommerfeld  <kso@openoffice.org>  [2fcc174d6856988809d7abd84dfabedf0729f091]

#92581# - Fix did not work in 'product' build. Have to save content's URL in Content_Impl::reinit.


2002-09-06  Philipp Lohmann  <pl@openoffice.org>  [667b3a189714b321b8229e792e1e23e1c0aed158]

#103014# Zugaenglichkeitsunterstuetzung -> Unterstuetzung der Zugaenglichkeit


2002-09-06  Frank Schönheit  <fs@openoffice.org>  [5497429e0b1cd0f8147ea5bbef578877295238ac]

#102891# (on behalf of sleepybear@openoffice.org) use a cached instance of the IntlWrapper


2002-09-06  Frank Schönheit  <fs@openoffice.org>  [f6707703af777e0bfa7a9dce85a7bb1cf7ec8a61]

#102891# (on behalf of sleepybear@openoffice.org) +pIntlWrapper/UpdateIntlWrapper


2002-09-06  Malte Timmermann  <mt@openoffice.org>  [1de8980be23535c4f22f18e841a743eb7ad18e8b]

#86566# call Resize() after changing orientation


2002-09-06  Malte Timmermann  <mt@openoffice.org>  [4f905cbc3e67166223f18e6747e47877d88db495]

#86566# re-create peer when property ORIENTATION changes


2002-09-06  Karl Hong  <khong@openoffice.org>  [2db14caab126fd443eea00825cf864689c578340]

#101141# add Chinese bullet numbering transliteration


2002-09-06  Karl Hong  <khong@openoffice.org>  [e57d7b7aec62ecd9884a31eceee614b22c294da3]

#101141# add Chinese bullet numbering transliterations


2002-09-06  Karl Hong  <khong@openoffice.org>  [ac6639b9085d034b8b8816d62e1f52ab378d14c7]

#103025# #101141# add Korean line breakiterator and Chinese bullet numbering transliterations


2002-09-06  Karl Hong  <khong@openoffice.org>  [37ce9c2a3aa22aba2816382c5c7d58a94c8b0db4]

#103025# added ko breakiterator for line break


2002-09-06  Karl Hong  <khong@openoffice.org>  [cf2e659fe2c075cf753543418228163f8b4cd815]

#102681# Add alphanumeric algorithm for unsupported lanugages


2002-09-05  Karl Hong  <khong@openoffice.org>  [490db94b144763c3931248cca600e8ef4af0ad31]

#102192# add support for Quarter display


2002-09-05  Karl Hong  <khong@openoffice.org>  [d6a462f6861cfc3d6285e202d686056ee61eb50e]

#102975# declare Western blank as WEAK character


2002-09-05  Eike Rathke  <er@openoffice.org>  [cbf5ab5fc0dff4981fa59d06b696d442c27d42e2]

#102027# calendar test case and comment about the reasons why we currently don't support a calendar switch during input


2002-09-05  Karl Hong  <khong@openoffice.org>  [aa5da4186b9535e3438791e5a7a61475c6c76c80]

#102964# fix offset problem for single translitertion loaded


2002-09-05  Kurt Zenker  <kz@openoffice.org>  [8c8db55e325d73c8ec3381867b6dba008c51a2a5]

new version for SRX643


2002-09-05  Kurt Zenker  <kz@openoffice.org>  [9b49efe7e4cfa4d6ec8314a0e01b906435e0d3f1]

Merge SRC641: 05.09.02 - 16:55:12


2002-09-05  Kurt Zenker  <kz@openoffice.org>  [83c21b2d54a4cbc1ff3a1e2ce9d0b533b4181f4f]

Merge SRC641: 05.09.02 - 16:49:24


2002-09-05  Kurt Zenker  <kz@openoffice.org>  [710011773dfd2c5ef9affaeadd31902ee9f10564]

Merge SRC641: 05.09.02 - 16:45:29


2002-09-05  Kurt Zenker  <kz@openoffice.org>  [3ec15ce497cc5ef54bc4c822720929f5fb3326a5]

Merge SRX643: 05.09.02 - 15:37:06


2002-09-05  Kurt Zenker  <kz@openoffice.org>  [5bcf89df9dad8b374e107e80c6be8e6873862c31]

Merge SRX643: 05.09.02 - 15:22:08


2002-09-05  Kurt Zenker  <kz@openoffice.org>  [4f5ccc580f5527c75a28f30c5c2076e09306b707]

Merge SRX643: 05.09.02 - 14:55:19


2002-09-05  Kurt Zenker  <kz@openoffice.org>  [9804b1c734bac9ad10e5984bbbff2e102df746cc]

Merge SRX643: 05.09.02 - 14:53:38


2002-09-05  Vladimir Glazounov  <vg@openoffice.org>  [22c3de61868d09e182b68055d580cab567d2190f]

#100000#


2002-09-05  Frank Schönheit  <fs@openoffice.org>  [b176627492da122df52763707e1a0079b6325511]

#97702# (on behalf of sleepybear@openoffice.org) ModelHasMoved: properly sync the vertical scrollbar


2002-09-05  Kurt Zenker  <kz@openoffice.org>  [0a904088d185742f4dd84d68650cde521e3f8965]

Merge SRX643: 05.09.02 - 13:21:39


2002-09-05  Malte Timmermann  <mt@openoffice.org>  [6242a5c70f1b2b122a6d6a59863b8b329dd66b79]

#102717# VCLXRadioButton::setState must call click handler explicitly


2002-09-05  Kurt Zenker  <kz@openoffice.org>  [21e610abc3ae361dff4ce30807aefba44b346696]

Merge SRX643: 05.09.02 - 12:54:33


2002-09-05  Peter Burow  <pb@openoffice.org>  [733bf406e75121fff5f3d3e5d24757946911aa52]

fix: #100534# AccListBox -> AccTreeListBox


2002-09-05  Malte Timmermann  <mt@openoffice.org>  [a7a5de3f8f4a8b8b94dcf0246c9c5cde96b0a7f2]

#96986# UnoEditControl must use XTextComponent::setText to update peer with text property, otherwise listeners are not called


2002-09-05  Herbert Duerr  <hdu@openoffice.org>  [7c3449956698602b6873d9819c34a488b1ce0168]

#100194# fix typo


2002-09-05  Malte Timmermann  <mt@openoffice.org>  [81fcd7a41061f77fd5b1f05bd9b221bbe232e66a]

#97920# Fields support XSpinField now


2002-09-05  Malte Timmermann  <mt@openoffice.org>  [9c402fab1c8925547fe20e507e38ad5f2e00afee]

#97920# Fields support XSpinField now


2002-09-04  Karl Hong  <khong@openoffice.org>  [caf3c1808e4a402d67bc5fd9e9dba97d16a0162d]

#102840# fix a language id dismatch problem


2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [d808ce7c9b2c19ac8effaabf5580b33bdddd3c95]

#100194# implement Bidi item ordering, adjust to SalLayout::DrawText changes


2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [06c91ed68236ddb00dfee8dc03bbeeb515c4d754]

#100194# use SalLayout's glyph conventions


2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [60ba6b3f8733a1e1b2f0c81cf7a751baee1c7576]

#100194# adjust to SalLayout::DrawText changes


2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [7afce0161de2f1355cb896ab439f22a53054bdcf]

#100194# adjust to SalLayout::DrawText changes, use SalLayout's glyph conventions


2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [db319407302897eca5d60769bf39b6179b7b6939]

#100194# adjust to SalLayout::DrawText changes, prefer references to pointers


2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [9cb1e75b02d63ff082c1f14c6ce38fe1b025ec54]

#100194# adjust to SalLayout::DrawText changes


2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [bb27e8e84e84badb9cc2f33d56ca5ad9d7ba9f65]

#100194# moved LayoutEngine from ServerFont


2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [5658ce3727a23e28e9d25063a7d7a9ea08c91600]

#100194# use SalLayout's glyph conventions


2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [bedf0e4acc92a2b79e7dd78a3776e3fcae3d6a11]

#100194# implement Bidi processing for ServerFonts


2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [fd66ee2d30c2c9c6ba14afcfef0ef53b33a826e6]

#100194# clean up ServerFont CTL layout


2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [67f4d3e9bcbbfddc5ca6e35ebe83d41db55d1846]

#100194# add PDF specific SalLayout class


2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [ea7e1fc641b258768cd685589a0ee6fc5e7d24f3]

#100194# remove DrawSalLayout, remove non-RTL-mirroring methods


2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [8cbd3a9485039badd3435ec436ae3702c8d957dd]

#100194# use SalLayout::DrawText, extend GetCaretPositions, some cleanup


2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [f61a11620c6568878ee2931adc2a5476ff5b6f10]

#100194# mnTextLayoutMode instead of mnLayoutMode


2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [0682842d46793569b23bc04110bb78f564a8e38e]

#101701# enable Bidi for GetCaretPosition(), some cleanup


2002-09-04  Sven Jacobi  <sj@openoffice.org>  [f65b50695b9d198342a6545cd69ee53c9c86f577]

#101571# now also beeing able to access the configuration if last character of subtree is /


2002-09-04  Thomas Benisch  <tbe@openoffice.org>  [40a03683e7314eaf603911150997b9cf02ea5de3]

#101150# added FillAccessibleRelationSet()


2002-09-04  Philipp Lohmann  <pl@openoffice.org>  [0912a5d277ecf813a85a9e08bcbf1e5aaa35a61b]

#102660# do not draw completely transparent objects


2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [f2a2a9076e8f6671c8d5332f046b64a7b66a6793]

#101701# fix svdem making


2002-09-04  Malte Timmermann  <mt@openoffice.org>  [a46fd7abb92b05c98de838d115959214a08d131b]

#94095# Use extra offset only when edit has a border


2002-09-04  Oliver Bolte  <obo@openoffice.org>  [e643e7ef48cf9b53df98f35aacc8d4ddb077a407]

new version for SRC665


2002-09-04  Malte Timmermann  <mt@openoffice.org>  [97b0552175b98dd1a17c9033e24be0c6ab419622]

#97683# build field2 with exceptions


2002-09-04  Malte Timmermann  <mt@openoffice.org>  [305b59a9707ee9dc711a0617fdd2fc1ac9c80a56]

#102132# WindowDestroyed: Check TopWindows, if they are a child


2002-09-04  Malte Timmermann  <mt@openoffice.org>  [de756785a6fab9063e5220d2e2ab022ec69efde5]

#102132# Message boxes are top windows


2002-09-04  Malte Timmermann  <mt@openoffice.org>  [99f22c8b3a9f9fd45c1a6dd5a551aee6fe264834]

#102132# IsTopWindow: Don't return Windows in DTOR


2002-09-04  Karl Hong  <khong@openoffice.org>  [ad01e509e60a95e2ca8cd81a7166852f5b671e09]

#101099# update from Jack for changing default time from 24 hours to 12 hours


2002-09-04  Karl Hong  <khong@openoffice.org>  [064bbf126cfaa97dcb370ffe7a2a6e5571345977]

#102840# fix assertions problem for new CTL locales


2002-09-03  Kurt Zenker  <kz@openoffice.org>  [3370fa64e0cbf30598a2b9b86fd1e051c897c165]

new version for SRC665


2002-09-03  Kurt Zenker  <kz@openoffice.org>  [ada7d3b4daa2a14af8d3e22e9956797d0cd70fdf]

new version for SRC665


2002-09-03  Oliver Bolte  <obo@openoffice.org>  [5348dee0da80f2b75fac29b18f6da9be4a5b35de]

new version for SRC665


2002-09-03  Thomas Benisch  <tbe@openoffice.org>  [a52b6eea03cca08a46524b859af69a0cb91549cc]

#102613# added AccessibleTabBar, AccessibleTabBarPage, AccessibleTabBarPageList


2002-09-03  Philipp Lohmann  <pl@openoffice.org>  [f2b2cd8aa82ade69c9fa6ff3adafd710a9e3ff81]

#96930# do not use gsl_getSystemTextEncoding anymore


2002-09-03  Philipp Lohmann  <pl@openoffice.org>  [99d252d1df0ce731d49ca06e8eab3fb5684e733a]

#96930# disable help button in folder picker


2002-09-03  Sander Vesik  <svesik@openoffice.org>  [5415296fbf6df899e637aeb23db97ed3878f8414]

Merge CLK_TCK change from OO642C (and many branches before that) to HEAD


2002-09-03  Malte Timmermann  <mt@openoffice.org>  [d9c7ac875795160c9748f64443a47e1a6e486457]

#101358# call setPosSize in createPeer()


2002-09-03  Kai Sommerfeld  <kso@openoffice.org>  [f940305f928364be7d1c2b5e1c2579f7e67ee8dc]

#102871# - Changed (default) RememberAuthenticationMode to SESSION.


2002-09-03  Thomas Benisch  <tbe@openoffice.org>  [44291bc0065940a505b7cc31223a5bd1a3119394]

#102852# corrected OCommonAccessibleComponent::contains()


2002-09-03  Kurt Zenker  <kz@openoffice.org>  [7b56067eceff9137fcd6604971c9ec4da876ead5]

new version for SRC641


2002-09-03  Malte Timmermann  <mt@openoffice.org>  [298161991d191ff5959a021ef3df5b5ec7f62b69]

#100117# #100119# Call ImplHandleMove/Resize instead on Move/Resize directly


2002-09-02  Thomas Benisch  <tbe@openoffice.org>  [09c5f527b1e0094146bde09ccebade64738f226b]

#102613# added support for accessibility and event notification


2002-09-02  Thomas Benisch  <tbe@openoffice.org>  [4ce46646f63170a58c6b28bf1b04e312e9e4ffbf]

#102613# added support for accessibility


2002-09-02  Philipp Lohmann  <pl@openoffice.org>  [0419104fbe3370a8997d258e2f2d2ed02a19179b]

#102862# check for valid returnvalues in sal_equalHosts


2002-09-02  Kurt Zenker  <kz@openoffice.org>  [763aec16ff0b2a533c408706725299ba5b66263b]

new version for SRX643


2002-09-02  Christian Lippka  <cl@openoffice.org>  [3f166151e4726f69234e80a1061717097fb32953]

#102650# catch exceptions when calling listeners


2002-09-02  Malte Timmermann  <mt@openoffice.org>  [7ad15b2465f1fac756ebf21aa2cdbaf1b6ea8724]

#84536# Use I18N


2002-09-02  Malte Timmermann  <mt@openoffice.org>  [0a29b4729a02dd8ed79876deaf1fd0abd7d30203]

#97683# AM/PM


2002-09-02  gt  <gt@openoffice.org>  [cbb11574e39370f64fc9a3ccbb6d3ad47cfcad63]

#99281# new mask color magenta


2002-09-02  gt  <gt@openoffice.org>  [36d7c3390a82150ca44c3ec7fa559236ef744d4d]

#99281# new mask color magenta


2002-08-30  Karl Hong  <khong@openoffice.org>  [dfb6108c82845317e8739fb0eb7aa24a4b57937e]

#102771# change word breakiterator mode to DICTIONARY_WORD for hyphenator


2002-08-30  Thomas Benisch  <tbe@openoffice.org>  [4c323a0c16a3718449b7f0fd1753bb56a4f0b881]

#102613# export vclxfont.hxx


2002-08-30  Thomas Benisch  <tbe@openoffice.org>  [41889763c777be3bb7c627eeaaabaf2744fc7f72]

#102613# added CallEventListeners


2002-08-30  Philipp Lohmann  <pl@openoffice.org>  [9151c9137578fc234f871b86d9dfd2fc3bebddfd]

#100602# recognize special characters in ansi1252


2002-08-30  Stephan Schäfer  <ssa@openoffice.org>  [9e54d57ed76a433b74557b1841364931840a6020]

#101281# improved set window background in UpdateSettings


2002-08-30  Kurt Zenker  <kz@openoffice.org>  [641348887d4ae6b866d5f1295bc54dffb3332921]

new version for SRX643


2002-08-30  Kurt Zenker  <kz@openoffice.org>  [3148bcb646355f90eea846e59940ef8842d7b251]

new version for SRX643


2002-08-30  Stephan Schäfer  <ssa@openoffice.org>  [c627824e490de496c581b4bc7c8a95cd94bbce05]

#102644# tip help also on Ctrl-F1


2002-08-30  Ocke Janssen  <oj@openoffice.org>  [613e15b9a4a8c829bc1081228aa9d6ac46e0a220]

#99475# adjust header position when column is moved


2002-08-30  Oliver Specht  <os@openoffice.org>  [e481781dfb2547351a271079f24df413226ef576]

#100372# configurable source view font name and font height


2002-08-29  Karl Hong  <khong@openoffice.org>  [9de9c83c4347d9ac6709a0e9e4473a928b6bd5ee]

#101141# implement default handling for Transliteration and NatNum properties


2002-08-29  Herbert Duerr  <hdu@openoffice.org>  [4a15196cf2623dc00346bb25a796abb0767dad8f]

#101701# change GetCursorPostions() to return array of start/end positions


2002-08-29  Stephan Schäfer  <ssa@openoffice.org>  [feaa08db492022bf5e8d963d947e4366604f06ec]

#100860# minor updates for window based UI-mirroring


2002-08-29  Herbert Duerr  <hdu@openoffice.org>  [17c61c944344ef34632b6321eb5e1d5c7af0fdb9]

#100194# fix Bidi for mixed RTL/LTR and implement GetCursorPositions


2002-08-29  Stephan Schäfer  <ssa@openoffice.org>  [c94603be6c267c6d710b37151a7f27f3825f8b80]

#100860# window based UI-mirroring


2002-08-29  Philipp Lohmann  <pl@openoffice.org>  [9aef48f356a3cb3612c26582cabf9ea68b8d9379]

#101607# corrections for vertical writing


2002-08-29  Kai Sommerfeld  <kso@openoffice.org>  [27781af9912ee998077c13e643f957df54763314]

#102747# - Fixed SEGV in case that UCB UNO service cannot be instanciated.


2002-08-29  Malte Timmermann  <mt@openoffice.org>  [a1d380c535a227fc6a39703e54f02f38440a6de1]

#102592# Notify selection changes, fixed wrong selection after paste


2002-08-29  Philipp Lohmann  <pl@openoffice.org>  [494b0cd74d6259ae3f083c54d845fbe0de4dc413]

#101904# avoid configmgr assertion


2002-08-28  Karl Hong  <khong@openoffice.org>  [f46b5031234552d3d3c52d3e05d4b62e9d835894]

#102631# Fix a problem in loading calendars


2002-08-28  Philipp Lohmann  <pl@openoffice.org>  [a3a14f9f90a46f6bf691b35a5ed9cfa16eaa679e]

#102373# use correct member in comparison


2002-08-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4f70bdaec575a8089a9847d8722081546f45491c]

#100000# repaired accidently commited version


2002-08-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2f5e482410f1239b0232853c2cbf206145aafc4e]

new version for SRC641


2002-08-28  Stephan Bergmann  <sb@openoffice.org>  [6ee87bac0859dc9d86d0cc9cd08334ab0768e74e]

#100421# Accept NetBIOS names as host names in file URLs.


2002-08-28  Caolán McNamara  <cmc@openoffice.org>  [20f66ee00878f81608faf558643afd5df5e98914]

#102705# Rework hexvalue string reading, old code didn't consider variable char len encodings


2002-08-28  Stephan Bergmann  <sb@openoffice.org>  [c9c818b85c7c684a52c95b043f9e8a251988926b]

#100421# Accept NetBIOS names as host names in file URLs.


2002-08-28  Philipp Lohmann  <pl@openoffice.org>  [a00a27adbbd676ae8655b55079d8f4442fb7186a]

#101281# set window background in UpdateSettings


2002-08-28  Stephan Bergmann  <sb@openoffice.org>  [019bedecd413721499b96dae1d0e660c41f3aace]

#101919# In vertical mode, always pass a font name starting with '@' to Windows' ImmSetCompositionFont.


2002-08-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f935b426c8c8106a7b73df780d5178a8589c6b00]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.1.1.1-1.1.1.1.20.1) -> HEAD


2002-08-28  Oliver Specht  <os@openoffice.org>  [610052af68a0b973e3d7f6a0109e3735f5d738b6]

#101996# Accessibility option for text selection in readonly docs added


2002-08-28  Herbert Duerr  <hdu@openoffice.org>  [3e857190f00a13df56a8182ed4183d5c71d503ab]

#102670# avoid bidi processing for 0xFE00-0xFE70


2002-08-28  Philipp Lohmann  <pl@openoffice.org>  [e7fd07bd0a00477c914f943db6031801a7e410da]

#99888# adjust drag rect in ImplSetWindowSize


2002-08-28  Frank Meies  <fme@openoffice.org>  [aa042463d34f5c113acd7019754c8a111712c8c6]

#102681# Use new strings for IndexSorting


2002-08-27  Karl Hong  <khong@openoffice.org>  [39ff40f5f6e9a8777f3153d42bf91e73ffcf528f]

#99250# update quart1word from Waleed Hosny


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [960601d0d628ecd0f52af11cd452d7c76e47fb76]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.10.6.1-1.10.6.1.2.1) -> HEAD


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e31ca18a3cc4e48d12f0246edc5738e14f15b156]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.33.6.1-1.33.6.1.2.1) -> HEAD


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e518ce53849227040c51b2b3819520ca9c5d67a8]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.114.2.4-1.114.2.4.2.1) -> HEAD


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2277c0d79a54251890477f12c7a91a228091d79e]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.1.1.1-1.1.1.1.32.1) -> HEAD


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [31257acd07e889ba4144e009bec545bfba8ee0be]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.4-1.4.22.1) -> HEAD


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d4224c4642b9cf0ce95ec2109cc91e81232be0f]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.10-1.10.20.1) -> HEAD


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8710eec23e41dd0c2742f529bf08b1e8a72f7cf]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.15.2.1-1.15.2.1.2.1) -> HEAD


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [04a001d66ff6dd03e65d6e6aaa34342c12ad4e74]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.5-1.5.8.1) -> HEAD


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [23ba0bfab916ae55fcef2edd8e1a025f6f5b7106]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.70.8.4-1.70.8.4.4.1) -> HEAD


2002-08-27  Frank Schönheit  <fs@openoffice.org>  [f03699c0771a73261cfa2b943fa5727f4fee91b2]

#96930# use global (not class-relative) factory functions for folder picker and file picker


2002-08-27  Jörg Budischewski  <jbu@openoffice.org>  [b2150f1efa076456de5e6a55b89ab2df7b419efd]

#101225# removed the default java-missing-interfactionhandler from the current context while starting up accessibility


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d55649017f1f1f8a56f85b9109bae04166b021b6]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.7-1.7.10.1) -> HEAD


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f01a0cb814c056ecb2d1303848bef3dde9b8b9b]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.22.2.2-1.22.2..2.2.1) -> HEAD


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e88ef58c747584c6c7e57eb7f78d924d9748cbdd]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.4-1.4.10.1) -> HEAD


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cc424f8cb63c87e3a32873c6a69ac4f14dd2384]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.10.4.2-1.10.4.2.2.1) -> HEAD


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4998bb102ab36277b0bc73b00cc25b5bcf4c812]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.6-1.6.14.1) -> HEAD


2002-08-27  Andre Fischer  <af@openoffice.org>  [0813370b6952644864374758d6ece23fecd9d9ea]

Relation targets are now shown with their names instead of their descriptions.


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [207f40d06df62a51ad624716afcdf3886c3a68c9]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.5-1.5.14.1) -> HEAD


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a43f4f2ae1198c72d96e62d3c0a655082bb37bba]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.15-1.15.6.1) -> HEAD


2002-08-27  Peter Burow  <pb@openoffice.org>  [f2e96b89796d34298e96eba3cddb0470280e186b]

fix: #100534# new component description


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff87c28ca0c9c3f86675e5c6d390069e06bc287d]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.21-1.21.2.1.2.1) -> HEAD


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e094e40cb509cdce85de87851d580aaa2810232e]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.3-1.3.18.1.2.1) -> HEAD


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [50aa2ca6cb3e723dd64c76d79d5c0a021d966756]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.23-1.23.10.1) -> HEAD


2002-08-27  Sander Vesik  <svesik@openoffice.org>  [b47352b0ece19fd0227487067ace581f09c1552c]

remove spurious stl/ from #include statements


2002-08-27  Frank Schönheit  <fs@openoffice.org>  [26344ec5c662d3908aed8a95e6294357b36cae96]

#96930# dispose: notify the listeners even if we do not have am VCL window anymore


2002-08-27  Frank Schönheit  <fs@openoffice.org>  [e2942a8e1ba2cf3e54d5f41b503556a2664ef2bb]

#96930# +commonpicker


2002-08-27  Kurt Zenker  <kz@openoffice.org>  [ffbe801dbd8a5c85668e62d29f82afe1aa5b0ff9]

new version for SRX643


2002-08-27  Kurt Zenker  <kz@openoffice.org>  [f2b879aba8a31d90f1394f6666d369d20bbedf61]

new version for SRX643


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5617b15e5559eced3eabf02215ce86c07b0f1363]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.35-1.35.6.1) -> HEAD


2002-08-27  Frank Schönheit  <fs@openoffice.org>  [7165e8ab07252a49d28d4e284bf9d885137e9b79]

#96930# +weakeventlistener


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [470fdbe475ed9a53f1f37badfeb53aa0d9ae2d02]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.5-1.5.26.1) -> HEAD


2002-08-27  Frank Schönheit  <fs@openoffice.org>  [4f3fd4d27c52c866c7457b7f60cf5061dcba175f]

initial checkin - helpers for being a weak-held listener at a component


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c49e36e5f1ef89a35808e48c7ef302cf519c7a2]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.55-1.55.4.1) -> HEAD


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [818234962f5823f3ed446f9a35da36525e977f7d]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.13-1.13.22.1) -> HEAD


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [03a3489537035bd938c5799ecae04b73a179b04a]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.4-1.4.22.1) -> HEAD


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [639bd598f0fa1967301342bf8e073a5938d0f971]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.6-1.6.22.1) -> HEAD


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cd319d0d69e41692d25615d5dabcc323d96648c]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.30-1.30.20.1) -> HEAD


2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f0d9d02ea630b39783bca9529578675b575e930]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.9-1.9.26.1) -> HEAD


2002-08-27  Herbert Duerr  <hdu@openoffice.org>  [6ca92c745e6300941819f7e96e8be8e66a4b7f12]

#100850# use uwinapi.lib for better compatibility with old win platforms


2002-08-27  Philipp Lohmann  <pl@openoffice.org>  [3a49b130ab5fe78cf1c97157c76b14a17c4bcced]

#101710# add: error messages for failed driver removal


2002-08-27  Vladimir Glazounov  <vg@openoffice.org>  [de6e8056a43bec0ec4e542f2c25a366871921254]

new version for SRX643


2002-08-27  Vladimir Glazounov  <vg@openoffice.org>  [508330b256825c4dc7a5b801e81127135924a2b7]

new version for SRX643


2002-08-27  Carsten Driesner  <cd@openoffice.org>  [ca2df4351459e053c5f2cbad420cd74ff6f43097]

#102314# New pos must be decreased by one if source pos < new pos due to remove/insert semantic


2002-08-27  Stephan Bergmann  <sb@openoffice.org>  [f5ea5dd4f5e059c99791498d0798306aac2e89a0]

#100004# Send notifications of 'validated' selection changes.


2002-08-26  Karl Hong  <khong@openoffice.org>  [0349d6db4ff9e150b2dcb517692e3e1a17f89e04]

#102636# fix a problem in isBeginOfWord()


2002-08-26  Vladimir Glazounov  <vg@openoffice.org>  [2e48e3b597a3560d600d4eee16081c0b9c5ce873]

#100000# added file to exceptions section


2002-08-26  Philipp Lohmann  <pl@openoffice.org>  [52fc062eca03a059c7a514610119a1317fd73833]

#100510# #102030# safer gnome recognition, avoid assertions on stderr


2002-08-26  Herbert Duerr  <hdu@openoffice.org>  [a8c9af16dcb19cc185d293f0d1daa54c0fc05427]

#100153# enable subpixel acurracy in GetTextBreak()


2002-08-26  Vladimir Glazounov  <vg@openoffice.org>  [4a28a7e5fda1c4cee1051b38cca48217d62db603]

#100000# pwrong dependency for expat


2002-08-26  Herbert Duerr  <hdu@openoffice.org>  [4e84a6bc15bbe16c8621c4f9c7c9c8717afc8951]

#100153# minimize rounding errors in GetTextBreak()


2002-08-26  Herbert Duerr  <hdu@openoffice.org>  [85bcb38522214b20145d4c97d78bc8f52c935288]

#100153# workaround for rounding errors in GetTextBreak


2002-08-26  Kurt Zenker  <kz@openoffice.org>  [a2ae600a906329e9b45c907884700bfd3a5f0d09]

new version for SRX643


2002-08-26  Hennes Rohling  <hro@openoffice.org>  [19f0d097d0b7a1688ba6da2b0560cdf8e387b2cb]

#102647# Uwinapi.dll exports forwarded symbols of Unicows.dll


2002-08-26  Thomas Benisch  <tbe@openoffice.org>  [14d42ac0d895b4b9d718d7bec5226bff4c0025c9]

#100534# XServiceInfo


2002-08-26  Philipp Lohmann  <pl@openoffice.org>  [b39ffdfd181f3f94194ecc4fe24a728000897ba1]

#100125# report dop action from last accept/reject to drag source


2002-08-26  Ocke Janssen  <oj@openoffice.org>  [90194c1c6bc2b380f33ad329e3e583308beca479]

#100534# deliver new xml file


2002-08-26  Ocke Janssen  <oj@openoffice.org>  [7faa9fe58c0e976ca258bf888245dadb523a1137]

#100534# new component description


2002-08-26  Ocke Janssen  <oj@openoffice.org>  [892b724a966dcf31669ff8977298d9a8164e54ac]

#100534# new component description


2002-08-26  Martin Hollmichel  <mh@openoffice.org>  [c3585767034edd1491008c6a64d63e5728fd8b1e]

del: double filepicker.srs entry #100000#


2002-08-26  Sven Jacobi  <sj@openoffice.org>  [4c5417f645c6195b3eeed0633a3cef367bc5f328]

#100127# added bezier functionality


2002-08-26  Stephan Schäfer  <ssa@openoffice.org>  [4e2d9f45d05f44afa76e655cd467d674734f9267]

#102618# Get item rect before destroying the window


2002-08-26  Kai Ahrens  <ka@openoffice.org>  [e66572175f7c54c2adcacc3190ce65d7d03f9b03]

#102510#: added Compression to PDFWriter


2002-08-26  Kai Ahrens  <ka@openoffice.org>  [fc95a51ad0b8c4fc31ffa7e8b0906d55115fe4e8]

#102510#: added Compression to PDFWriter


2002-08-23  Karl Hong  <khong@openoffice.org>  [d8dcc8600c8aae2535326d4021f3d5b115ff6b79]

#95804# Update Quart word from Simon


2002-08-23  Herbert Duerr  <hdu@openoffice.org>  [476c33b2939f92f3b7324b7291dfe0b663b500ec]

#101701# implement GetCursorPostions() methods


2002-08-23  Herbert Duerr  <hdu@openoffice.org>  [28b5985c484d9d4ef97a61ee13fce9db006c1d8a]

#101701# add GetCursorPostions() method, add more CTL options, make bRightTextPos generic


2002-08-23  Andreas Bregas  <ab@openoffice.org>  [c18c6a693f224295829b59b1f416a6d7527e47a6]

#100534# Corrected supported-services for new accessibility services


2002-08-23  Malte Timmermann  <mt@openoffice.org>  [22f79dd5a5f278c5e4da391234ac84bce9bcc6ae]

#94295# Restore selection after cancel


2002-08-23  Malte Timmermann  <mt@openoffice.org>  [d3d37afad79721909866d347fe62e5dc7b265f9c]

#102592# Notify selection changes


2002-08-23  Oliver Braun  <obr@openoffice.org>  [c8c1070b4be5cad112dd4b5dad39ac15e629152a]

#100202# fixed focusLost


2002-08-23  Malte Timmermann  <mt@openoffice.org>  [606dbd4f67cf2b4980a0c2ef5b782d7633adb9b0]

#102592# Notify selection changes


2002-08-23  Martin Hollmichel  <mh@openoffice.org>  [17028dde42df8f6052b6237ee6d49e330e39d689]

#100000# add: dependencies for building


2002-08-23  Thomas Benisch  <tbe@openoffice.org>  [8c3488bc55abde4e673d61058cedda4a8c8cd9fb]

#102438# call HighlightChanged synchron, if menu delay is set to 0


2002-08-23  Peter Burow  <pb@openoffice.org>  [65b049a713b238911776934f0bf159281510980d]

fix: #102513# release SolarMutex for Notify


2002-08-23  Oliver Braun  <obr@openoffice.org>  [cb7f51752f5aa67b569111ecbcf382adfe0e24e8]

#100202# send key events also for non toplevel windows


2002-08-23  Oliver Braun  <obr@openoffice.org>  [53c362a881fef3871f4e7928aa88180ac174e983]

#100202# initialize AccessBridge with extended toolkit


2002-08-23  Oliver Braun  <obr@openoffice.org>  [b0d1f6c3e10e1b9a9a064084753dbb2cb3191dca]

#100202# map event ids appropriatly


2002-08-23  Frank Meies  <fme@openoffice.org>  [79724b27fb88b9c9ce583a8061bcbc0935bdf148]

#99877# Index sorting should use the locales and algorithms of the IndexEntrySupplier


2002-08-23  Frank Meies  <fme@openoffice.org>  [dbd39558cca0c1e3e942a71c5fb8609591aadc5b]

#99877# Added indexentryres.hxx


2002-08-22  Karl Hong  <khong@openoffice.org>  [0912ee8b18611fa88cda850146eb6db3bff0f5c5]

#101903# fix a multiplier problem for TC lower case


2002-08-22  Herbert Duerr  <hdu@openoffice.org>  [06a1b22fae69e15d9e29aeaa5f36284f0359e247]

#100194# enable Bidi symbol swapping


2002-08-22  Andreas Bregas  <ab@openoffice.org>  [0490b767c69f699c5465d43016493586ef64858b]

#100534# New accessibility services


2002-08-22  Stephan Bergmann  <sb@openoffice.org>  [4cd2160892d8214f6d681e9bd11acadc7a70963a]

#102554# Additional test cases.


2002-08-22  Stephan Bergmann  <sb@openoffice.org>  [82b18f1597fa4907ae5bccb12089e689e08a2969]

#101081# In ImplFormat, release resources only needed when painting visible icons, as they may tie up system resources.


2002-08-22  Stephan Bergmann  <sb@openoffice.org>  [74c66ffe6b4ab7a0cb444547e9fd1e2de2d99383]

#101081# Allow an Image's caches (used during painting) to be cleared, as they may tie up system resources.


2002-08-22  Malte Timmermann  <mt@openoffice.org>  [ab86b0f73412aa73deae5eb0030f6cc489f3a3ed]

#97709# Maybe URL is already a file URL...


2002-08-22  Vladimir Glazounov  <vg@openoffice.org>  [7b90c64dcaf5b390372fa8c61c1b8a683358df59]

#100000# added file to exceptions section


2002-08-22  Vladimir Glazounov  <vg@openoffice.org>  [46de84cb8774c0f3bd6595bcf7a0158a7884a4c6]

#100000# added file to exceptions section


2002-08-22  Mikhail Voitenko  <mav@openoffice.org>  [54988d64d84d02b0026fdb53f662fc33db783eb4]

#101777# support file checking


2002-08-22  Kai Ahrens  <ka@openoffice.org>  [cf47bfcb552fd887bd4e6e135b4b8c3909bb4e41]

#102510#: ::CreateFromDouble


2002-08-22  Peter Burow  <pb@openoffice.org>  [c53fd821d32134f14aae8cf4255a5c06994fef1c]

fix: #94528# save and load column width and sort column


2002-08-22  Peter Burow  <pb@openoffice.org>  [edc2d67578afa4ba8f826c27683ac18938d929c9]

fix: #94528# add Get/SetConfigString()


2002-08-22  Vladimir Glazounov  <vg@openoffice.org>  [8eff17956de961b9ca0e203908d2e76bd6c0efd3]

new version for SRX643


2002-08-22  Thorsten Behrens  <thb@openoffice.org>  [5a14329a8b74740b079ba6b3d2135bbc6521bd0d]

#100127# Added graphictools (cannot use goodies, it's above svtools. And the filter will need the contained functionality)


2002-08-22  Stephan Schäfer  <ssa@openoffice.org>  [8a7ac4714c67527394de293eaae0f5e1b830cab5]

#100860# check currrent outdev for window based mirroring


2002-08-22  Herbert Duerr  <hdu@openoffice.org>  [f28e6903e237bbfe6114d97fbb502c877738e87f]

#100194# fix some Bidi issues on Win


2002-08-22  gt  <gt@openoffice.org>  [13ef97329b919e22623cb5c9adc8aefe64388bde]

#101925# additional ctor for SvHeaderTabListBox


2002-08-22  Stephan Schäfer  <ssa@openoffice.org>  [96a404dc0e39b098344f737deb9416f99908193b]

#100860# allow remote and debug compile


2002-08-22  Stephan Schäfer  <ssa@openoffice.org>  [e1c0262acd47bdede3a9ef4dac644150ee85d891]

#100860# pass currrent outdev to SalGraphics for window based mirroring


2002-08-22  Stephan Schäfer  <ssa@openoffice.org>  [7694a4de0f7df1ee8c5392d4eb9a114675e19c31]

#100860# new stylesettings: RTL


2002-08-21  Thomas Benisch  <tbe@openoffice.org>  [7d8cbb235e2c1b8027022a9e6f56b38be2e13575]

#102464# don't return the password as accessible name or accessible text for password fields


2002-08-21  Oliver Braun  <obr@openoffice.org>  [073b1e6ab8a6d8ecfec9d0693b73c6b883a0522a]

#101115# added fireFocusXXXX methods


2002-08-21  Andre Fischer  <af@openoffice.org>  [c1f9dafccca61bd2f9c3d98b169b989c117d3c6b]

#100622# Added support of top level windows created during run time.


2002-08-21  Stephan Bergmann  <sb@openoffice.org>  [eef30a3c8a67d4a0e816cd4d8621a4275295f9c9]

#101700# In OutputDevice::GetTextOutlines, finished fall back to bitmap conversion case.


2002-08-21  Stephan Bergmann  <sb@openoffice.org>  [374727fca8ca1d4315f6386ac9bad7802c74e106]

#101700# In SalLayout::GetOutline, do not include empty polygons in the vector.


2002-08-21  Carsten Driesner  <cd@openoffice.org>  [d9f2a8c1d72ce5536d9c4605ce84d1533cddb180]

#100825# pathoptions needs exception support


2002-08-21  Carsten Driesner  <cd@openoffice.org>  [102600e44853aeba1300c2c882f30cd49addc362]

#100825# Changed SvtPathOptions to be a wrapper for pathsettings/pathsubstitution services


2002-08-21  Mathias Bauer  <mba@openoffice.org>  [a730a683079d559d9eaca99851295e8d43dafad3]

#101349#: improved security handling


2002-08-21  Kai Ahrens  <ka@openoffice.org>  [b84578bd24f30f6d7fceaaa304222f98d5cb2676]

#101527#: decreased black threshold for disbled image


2002-08-21  Ocke Janssen  <oj@openoffice.org>  [b68ccb353e7b602791f8009ef74cf0dc95dec40c]

#101943# change FitWidth with GetEllipsisString


2002-08-20  Karl Hong  <khong@openoffice.org>  [120a0a04d3f6c0d156ebb8fd784a83594be4a214]

#99424# fixed a problem in compareString when the strings are equals


2002-08-20  Malte Timmermann  <mt@openoffice.org>  [b4272d37956db4f7ed203afdf07cf339d8aad01b]

#102101# CreateAutoMnemonics


2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [41055f3046eb8cb56a62ef9b67c6bbdce65b3a62]

#101685#,#i6886# merge OOO_STABLE_1_PORTS -> HEAD; apply patch from Issue 7002


2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [67d43f7fdb4985c67613dc795a926252c35c2184]

#101685#,#i6886# add stoc to dependency list


2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [779cacb3f3b11a3d1129dfd13024b43a31d70236]

#101685#,#i6886# merge OOO_STABLE_1_PORTS (1.4-1.4.16.1) -> HEAD


2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3dc72e2b6781facf7f18fbac1b14cbf1694ac45]

#101685#,#i6886# merge OOO_STABLE_1_PORTS (1.5.4.3-1.5.4.3.2.1) -> HEAD


2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc719e7a29b8c6a38fcf67b75d640dff13fb9819]

#101685#,#i6886# merge OOO_STABLE_1_PORTS (1.1.1.1-1.1.1.1.20.1) -> HEAD


2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f43f6847fa430b5225fea6c3329cb29c3cf3db2]

#101685#,#i6886# merge OOO_STABLE_1_PORTS (1.3-1.3.4.1) -> HEAD


2002-08-20  Frank Schönheit  <fs@openoffice.org>  [307f05cf5235d50cfcae4ba807332d62dd2083b7]

#96930# renamed some ids for the file picker


2002-08-20  Frank Schönheit  <fs@openoffice.org>  [bd91dcfcc78e734ca462237debded0624898482f]

#96930# +controlaccess


2002-08-20  Stephan Schäfer  <ssa@openoffice.org>  [7397875ee9dd00fe1c13dc29da0901d64a752870]

#102158# menues must never grab the focus


2002-08-20  Stephan Schäfer  <ssa@openoffice.org>  [b76bb8b611cf2fa3f77f1cbfec634fa0d5f752b9]

#100339# report top level layered panes as frames


2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [49e69667c0ad016d91e50ce4fcf9017f0b8e623b]

#101685#,#i6886# merge OOO_STABLE_1_PORTS (1.1-1.1.1.1.18.1) -> HEAD


2002-08-20  Thorsten Behrens  <thb@openoffice.org>  [d6c0a0b96c92966fb45138706726ca0c2bff7714]

#100127# Cannot filter _STL, have a method with an STL vector parameter


2002-08-20  Caolán McNamara  <cmc@openoffice.org>  [c23e502c80964b10a5cf0be2dcebed6c7199d3a9]

#102433# hex sequence may end in early } { which word accepts, so we have to as well


2002-08-19  Kurt Zenker  <kz@openoffice.org>  [4f3302b8b4de1b8380fbe3f5e409eafb58758cb6]

new version for SRC664


2002-08-19  Kurt Zenker  <kz@openoffice.org>  [ebd9f1cf0a8bb95a6ed37dc2b6cd19e854a5625c]

new version for SRC664


2002-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [651482343d95a3b467b89c2f2090ef091051023b]

#100157# fix for multiprocess build


2002-08-19  Sven Jacobi  <sj@openoffice.org>  [ceba64cff1b7f6563d2dbff186cf7a409136bd1c]

#100157# added missing dependency for jpeg


2002-08-19  Thomas Benisch  <tbe@openoffice.org>  [ace84ab8656c0cf3261ed62ebd2c967847830547]

#100352# accessibility for tab pages


2002-08-19  Thomas Benisch  <tbe@openoffice.org>  [d004d78436303bebe5b89b4993cc2676e3fb40aa]

#100352# getForeground(), getBackground(), getFont()


2002-08-19  Thomas Benisch  <tbe@openoffice.org>  [cbc1a238bc2fc287c84ba9bdaba1ce240305a387]

#100352# added vclxaccessibletabcontrol.obj, vclxaccessibletabpage.obj


2002-08-19  Thomas Benisch  <tbe@openoffice.org>  [112d50f5143dfad71142332651707fd15cacb703]

#100352# corrected include ifndef


2002-08-19  Thomas Benisch  <tbe@openoffice.org>  [02b8cd60d350425fee1c74049fa736ed25c655e9]

#100352# send VCLEVENT_TABPAGE_ACTIVATE/VCLEVENT_TABPAGE_DEACTIVATE


2002-08-19  Thomas Benisch  <tbe@openoffice.org>  [00374c415eda92fc78115c078ae29ce602bfea9e]

#100352# added CreateAccessible()


2002-08-19  Herbert Duerr  <hdu@openoffice.org>  [5a07a0be18571ade7150d5c0e979f7269dd490fb]

#101072# avoid glyph handling on printers for non-TT fonts


2002-08-19  Sven Jacobi  <sj@openoffice.org>  [103c71ef80fbcb5d30910ed351e07c54e0ebd8a6]

providing patch for external/jpeg


2002-08-19  Sven Jacobi  <sj@openoffice.org>  [c885d036504063a3d9dcd4dea1f00ca1619365d8]

initial version


2002-08-19  Herbert Duerr  <hdu@openoffice.org>  [75a0ef7a96d05b85d4b7eaca3da7c2d8f5eb9e49]

#100850# when using ANSI instead of Unicode arrays have double item capacity


2002-08-19  Ocke Janssen  <oj@openoffice.org>  [3f5249e966cac19f0856603c62327ff849e83871]

#99473# +BROWSER_MOVECOLUMNLEFT +BROWSER_MOVECOLUMNRIGHT to move column header with keyboard


2002-08-19  Ocke Janssen  <oj@openoffice.org>  [c83415a049acf48ecc126a1b98abc3fa4eca5618]

#99473# add frozen column witdh to position


2002-08-19  Ocke Janssen  <oj@openoffice.org>  [f9d413939e89e7c64fce9ae5568c8a8eb99901d8]

#99473# +ToggleSelectedColumn and +SetToggledSelectedColumn and fix some scrolling


2002-08-19  Herbert Duerr  <hdu@openoffice.org>  [231f2d954ed7ed81fe92b7aa17cc76554bf5bc4f]

#100628# fix crash in GetTextOutline for bitmap text, some cleanup


2002-08-16  Kurt Zenker  <kz@openoffice.org>  [0b4a0b0d431969661d3e20f97bd5e2a49313040b]

Merge SRX643: 16.08.02 - 22:07:51


2002-08-16  Karl Hong  <khong@openoffice.org>  [aee31261500e8f9b9ff0b34a79ac8d0145e9b87a]

#95804# #99250# #101191# update Arabic locale data


2002-08-16  Christof Pintaske  <cp@openoffice.org>  [7f0663a9d65d458b961faceea1e34df234e0ad74]

#102010# accessibility hack: keep menues open after focus lost


2002-08-16  Karl Hong  <khong@openoffice.org>  [0449a850fef5b78af7171a3fbf9f7d31045b2d5b]

#101191# reduce duplication of locale data


2002-08-16  Karl Hong  <khong@openoffice.org>  [f4836b5084f688912e400d142ab44f4ceddfdf6d]

#101191# fix a problem when refering the Calendar in same locale


2002-08-16  Kai Sommerfeld  <kso@openoffice.org>  [4617f7f3b86286581b3cdac4b6b1774ed14c2541]

#96458# - Fixed InteractionSupplyAuthentication ctor implementation (inline)


2002-08-16  Herbert Duerr  <hdu@openoffice.org>  [204125e652341a1a2357e99a36448fd5be7493a5]

#100194# fix Bidi issues for SimpleWinlayout + some cleanup


2002-08-16  Oliver Braun  <obr@openoffice.org>  [5f1fcb878ff6c1b9c941bf773fa5a2a854578b53]

#100510# workaround for failing Gnome2 detection


2002-08-16  Kai Ahrens  <ka@openoffice.org>  [08ed6761ce6248c826288d1973491303d6672f16]

#101570#: don't check for 1x1 size at VDev to create simple output


2002-08-16  Sven Jacobi  <sj@openoffice.org>  [6a2d919785ef1bb071341bab4913b495929148a3]

#102382# api changes, now using GetTextOutlines


2002-08-16  Herbert Duerr  <hdu@openoffice.org>  [cd45f92292846713bf1c2bf734145883203510ea]

#102358# fix justification and DXArray array adjustment for X11 fonts


2002-08-16  Frank Schönheit  <fs@openoffice.org>  [b6a2aa8e451b02aaecf80ec69bd532f20ac74c1e]

#102205# TabStop property for image controls


2002-08-16  Frank Schönheit  <fs@openoffice.org>  [2fb704edcdca3f51e639e3d13babb1430b2f7c88]

#102205# allow context menu requests triggered by keyboard, too


2002-08-16  Karl Hong  <khong@openoffice.org>  [6a512749e98138da10691d038973a2783d85b7af]

#101191# reduce duplicate locale data


2002-08-16  Karl Hong  <khong@openoffice.org>  [153b3b9157bbb9584c24105d82acd5b1a8ff4293]

#101191# reduce duplicate locale data


2002-08-16  Herbert Duerr  <hdu@openoffice.org>  [803727e1aae78780b94e989be83f805a016b89e3]

#102358# fix stretched text and width calculation


2002-08-16  Karl Hong  <khong@openoffice.org>  [39d29a58f19d2f70fd47ea90eb1f67caa856a9f3]

#101191# reduce duplicate locale data


2002-08-16  Karl Hong  <khong@openoffice.org>  [d6ac233650a6dbe2b3475d3a34e4a53cc96fdfa2]

#101191# reduce duplicate locale data


2002-08-16  Karl Hong  <khong@openoffice.org>  [3fb17b374937674f6ddb3faed3079fe62808d0e9]

#101191# reduce duplicate locale data


2002-08-16  Karl Hong  <khong@openoffice.org>  [6a5cca3820f3fdcfa27f466a9e59a459dc1ca0ad]

#101191# implement 'ref' for Calendar day and month name


2002-08-15  Rüdiger Timm  <rt@openoffice.org>  [adbe242f50d8d93d7b9e108f69eeade15bf22792]

Merge SRX643: 15.08.02 - 22:39:41


2002-08-15  Rüdiger Timm  <rt@openoffice.org>  [0ed7838e86df121b798e973da4b4f05e7f785885]

Merge SRX643: 15.08.02 - 22:36:52


2002-08-15  Kurt Zenker  <kz@openoffice.org>  [c0e827ef479a3bbbe1ca0743ee922cba142c2c1e]

Merge SRX643: 15.08.02 - 22:28:09


2002-08-15  Kurt Zenker  <kz@openoffice.org>  [26fea06c3a3b0b1d8f47e1ebf03edda1affea049]

new version for SRX643


2002-08-15  Stephan Bergmann  <sb@openoffice.org>  [efa0a03898f58ad1aa35e744732c4472a6da0aa1]

#102364# Merged in 1.14.4.1.


2002-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6940b046a23c5f855a26c0e1cb8145d2e4e422f]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.6-1.6.8.1) -> HEAD


2002-08-15  Kurt Zenker  <kz@openoffice.org>  [a6642efc4a346b82a35aafe0379f78cdd21b6455]

new version for SRX643


2002-08-15  Kurt Zenker  <kz@openoffice.org>  [379244837143243e974341123ff7292bd1830a32]

new version for SRX643


2002-08-15  Mikhail Voitenko  <mav@openoffice.org>  [7ebe10d962769f2161269e3da193c7effe16f8a5]

#102145# do not use threads


2002-08-15  Stephan Schäfer  <ssa@openoffice.org>  [2d593fc80e821da339f1241d514cd962b9339b29]

#102205# visualize focus


2002-08-15  Malte Timmermann  <mt@openoffice.org>  [1438c4d5b3ca1edd4f3a9a90832214d423e422fb]

#101118# Bidi overwrite mode


2002-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [01cbbdd8752e58af91f6b4836c08b91204029f7c]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.8-1.8.8.1) -> HEAD


2002-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [e35279cb5a046ff5985d570df3b7d5010e710a24]

#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.4-1.4.4.1) -> HEAD


2002-08-15  Sven Jacobi  <sj@openoffice.org>  [39920d208a329e43bd5b321dfbc490eaa02385e1]

#98426# no more assertion, if textencoding is Unicode


2002-08-15  Stephan Bergmann  <sb@openoffice.org>  [bf01565dcdada5dd69ac02d86f2d423fb1fe704e]

#101700# Implement GetTextOutlines.


2002-08-15  Stephan Bergmann  <sb@openoffice.org>  [49dce16965fcff96964c1725293cd2e049ea3c6d]

#101700# Changed GetOutline from PolyPolygon to PolyPolyVector.


2002-08-15  Stephan Bergmann  <sb@openoffice.org>  [4c388778fb95d3f6fdfa4a85268821bfc9c123a3]

#101700# Removed obsolete GetLayoutOutline.


2002-08-15  Nils Fuhrmann  <nf@openoffice.org>  [3eb90446d1537980f51e7a368d0d01e8592c9d14]

#102341# autoconversion of hw katakana to fw katakana to solve problems with unconverted files


2002-08-15  Kurt Zenker  <kz@openoffice.org>  [d1621eceb1a626f5fd7cb9323f4dd4dee0510324]

new version for SRX643


2002-08-15  Hennes Rohling  <hro@openoffice.org>  [33f576ec1c5839caa9eeb47627f2fd8769b093c5]

#91296# Only link against Unicows on Windows


2002-08-15  Malte Timmermann  <mt@openoffice.org>  [cdb6861c7ae165cccf6db304bb9db39e64e7a80a]

#101118# SetRightToLeft() - ShowCursor()


2002-08-15  Sven Jacobi  <sj@openoffice.org>  [4c1981bf61fdcdc04dd734c00fc4a4a24c98ab1c]

#101650# removed text options, so the user doesn't have to decide to use glyph or text export


2002-08-15  Malte Timmermann  <mt@openoffice.org>  [8782947775f73bdde783d7478be5bc5be694eb93]

#101118# SetRightToLeft()


2002-08-15  Stephan Schäfer  <ssa@openoffice.org>  [8bb36eb52415836cb2910ec8000cdc42d3c4e636]

#102208# corrected typo: send command event instead of resize...


2002-08-15  Stephan Schäfer  <ssa@openoffice.org>  [45a5f445bec27d33f938b42d3be47997c89910e1]

#102208# avoid assertion for accessibility menu events


2002-08-15  Karl Hong  <khong@openoffice.org>  [67643b2684879176391e68a79ef2e4eddaafe499]

#101792# update Maxico currency symbol from Simon


2002-08-15  Karl Hong  <khong@openoffice.org>  [3aee43c0b0beb5ca46f6c2af4da8f39949cfd464]

#99250# update Thai file from Arthit


2002-08-15  Bustamam Harun  <bustamam@openoffice.org>  [891ca58000d7ff7269260e58c9111dede422e0bc]

#102027# add Hijri Input


2002-08-15  Bustamam Harun  <bustamam@openoffice.org>  [1f492139d12447fe7e7c58fa0dc48632fbc46517]

#102027# Add Hijri Input


2002-08-14  Bustamam Harun  <bustamam@openoffice.org>  [96b560b00788c6ad69fd0f7eb15837f4446a1449]

#92094# Change behaviour of ideographic space to mimic regular space.


2002-08-14  Stephan Schäfer  <ssa@openoffice.org>  [f014c181b526e2c5cb88c960badcd642b423133a]

#101741# do not register undecorated but closeable frames to the access bridge


2002-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a4524549e583530f3e1f17c867d8440706c24d2]

#i6886#,#101685#: clean up MACOSX support


2002-08-14  Hennes Rohling  <hro@openoffice.org>  [d55cc1d461bd26e355e64e5e413ca7d86cf26812]

#91296# UWINAPI and UNICOWS used


2002-08-14  Frank Schönheit  <fs@openoffice.org>  [59a1db21f5eed848f80f1f4076393ead48e2300f]

#102329# convertFastPropertyValue: when the value is stored in an Any, and the property type is some XInterface-derivee, allow for queryInterface-calls, too (necessary for Java-calls)


2002-08-14  Hennes Rohling  <hro@openoffice.org>  [3e45b6ae1eeb82b6d5636645bc7e2d8436fcde02]

#91296# UWINAPI and UNICOWS used


2002-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e8c6308dc8aea350f460372b615563106641a2b]

#i6886#,#101685#: clean up MACOSX support


2002-08-14  Oliver Specht  <os@openoffice.org>  [4c5c9ba05083132ec52b61b5d1c91c421c5202ca]

#97663##99262# Changes of FirstName and LastName have to initiate InitFullName()


2002-08-14  Stephan Schäfer  <ssa@openoffice.org>  [2324aa6c2a625f136f56936dcaabaad3c801d9dc]

#99902# splitters are only activated if their parent has the focus, otherwise you always get the galleries's splitter instead of scalc's


2002-08-14  Malte Timmermann  <mt@openoffice.org>  [f41d9a137e9eb754eb09bbc42d4c154adeaa3a11]

#101118# ICU


2002-08-14  Stephan Schäfer  <ssa@openoffice.org>  [dd4846235ade0eaf01c90df1bdc568ae6ec29529]

#101949# improve high contrast handling


2002-08-14  Malte Timmermann  <mt@openoffice.org>  [3d7a23797c89b76fa8faf7912f469ec592e0f71b]

#101118# BiDi completed now...


2002-08-14  Oliver Braun  <obr@openoffice.org>  [f9ebc39a27d415ee63e1b11e858b08d5bda4de58]

#100201# removed state change event to DEFUNC


2002-08-14  Oliver Specht  <os@openoffice.org>  [bdfc8723fa377451ae23e458f7b7259bd3fd7d64]

#101285# new option: CTLSequenceChecking


2002-08-14  Stephan Schäfer  <ssa@openoffice.org>  [473a32c7cc95275efe5c33cedf877a8440a3dfab]

#99902# improve DrawSelectionBackground in HC white mode


2002-08-14  Stephan Schäfer  <ssa@openoffice.org>  [0c1e0a58f8cae8a70e5dc4f32e81d304b136b470]

#99902# use color transform for selected entries in HC white


2002-08-14  Stephan Schäfer  <ssa@openoffice.org>  [dd0a5371a898ba55b7abfc5bd7195f6becbf9f5b]

#99902# fix typo


2002-08-14  Stephan Schäfer  <ssa@openoffice.org>  [227ffc16b0f24a58063627bf303f81456cf1296a]

#99902# improve col transform: lightblue becomes white


2002-08-14  Stephan Schäfer  <ssa@openoffice.org>  [2f5fc4eaf5686c12773f8e0a5dbd225df629009b]

#99902# col transform in HC white only for toolbox items


2002-08-14  Stephan Bergmann  <sb@openoffice.org>  [518674510db861fb2c793930e065f539e94f6dcf]

#102206# Role of WINDOW_MULTILINEEDIT changed to SCROLLPANE.


2002-08-14  Karl Hong  <khong@openoffice.org>  [c67dc41c062ce8cc40db2ff4cf3f0ba3dc9a2fbb]

#99250# update Hebrew locale data file from Abuteir Isam, who works with Benavrham Jonathan


2002-08-13  Karl Hong  <khong@openoffice.org>  [be7f5cfd80c78e51d44919ee871cc4fd3636b1b6]

#101903# extend NatNum to other locales


2002-08-13  Christof Pintaske  <cp@openoffice.org>  [6ce1ae31e69251639f46000bb3d1857115d9c2bd]

#101775# dont set focus into the status window


2002-08-13  Thomas Benisch  <tbe@openoffice.org>  [559af84edd0de9bbe09c755afe38b841d6bd9b09]

#100836# Missing UAA event when windows are enabled/disabled


2002-08-13  Stephan Schäfer  <ssa@openoffice.org>  [4d1e6353a18372516143677fa9550ed9fe588bd9]

#100836# notification for window enabled/disabled


2002-08-13  Malte Timmermann  <mt@openoffice.org>  [45cfaec482cdfeb781d08cb855c49f367c3ead2c]

#101118# Bidi support, tabs


2002-08-13  Stephan Schäfer  <ssa@openoffice.org>  [e0d73eb1a87ab280d343bd611de0e2893562c3fc]

#102087# skip borderwindow when asking for XTopWindow interface


2002-08-13  Stephan Schäfer  <ssa@openoffice.org>  [8118b4a9e74167ac1f39bf289f9b73669df4f438]

#102087# IsTopWindow uses toolkit functionality now


2002-08-13  Peter Burow  <pb@openoffice.org>  [e47bf74ebaa4d47d601bc8fc6588a69cb73d4b37]

fix: #101350# security check for hyperlinks


2002-08-13  Kurt Zenker  <kz@openoffice.org>  [25c7251e8b18ec9e77d5223027b281ea5b954fbe]

#100000# syntax command


2002-08-13  Stephan Bergmann  <sb@openoffice.org>  [9327529d3c32910a2c2a3dbd33587868854e905f]

#101334# Filter out symbols from unnamed namespaces.


2002-08-13  Stephan Bergmann  <sb@openoffice.org>  [a5f19a715a83acf756cb89064b8eefcb22e00cf7]

#101334# Release all resources when exiting CreateFontSubset.


2002-08-13  Peter Burow  <pb@openoffice.org>  [402b0c2089e8a1a95fd138a02f59952430abd0d1]

fix: #101350# security check for hyperlinks


2002-08-13  Kurt Zenker  <kz@openoffice.org>  [458b6ef8125d54a97a7babc88c1ab4c502248252]

new version for SRC641


2002-08-13  Kai Ahrens  <ka@openoffice.org>  [c574b8a84e7d9434dddf6413b03cf41564210438]

#101570#: minor code changes


2002-08-13  Stephan Schäfer  <ssa@openoffice.org>  [16f28063e524d8c28c256cc7ad03b7a66019f6cd]

#102158# allow grabfocus for floating toolbars again


2002-08-13  Rüdiger Timm  <rt@openoffice.org>  [d91937bbeb5399d98cb9c957011afe0d5c66f51d]

new version for SRC641


2002-08-13  Stephan Bergmann  <sb@openoffice.org>  [c7b52c955abd385d76f272e7aa6136120c1939a9]

#101704# Redesigned FindFirstURLInText.


2002-08-13  Herbert Duerr  <hdu@openoffice.org>  [0649bd1de43ceba38aa17f7098bc0a61e17cfdb0]

#98991# fix CJKV vertical glyph rotation, avoid obsolete FT helper functions


2002-08-13  gt  <gt@openoffice.org>  [6c088b318cdc99291942f24991aefa8a7ea7a93a]

#98627# <ALT><RETURN> should not invoke inplace editing


2002-08-13  Peter Burow  <pb@openoffice.org>  [8fda03ed5237939967522726a943235d9e6614e9]

fix: #100500# accessible stuff added


2002-08-13  Karl Hong  <khong@openoffice.org>  [11306673473b73c5fa76022bdea5bbec935bee79]

#99346# add an Indian locale data


2002-08-13  Karl Hong  <khong@openoffice.org>  [1038e31941ac73962334818f1395c33dd6c3ea88]

#102228# create Multiplier_Lower for korean


2002-08-12  Malte Timmermann  <mt@openoffice.org>  [5cc073ec1ef500a0156c753b29f46b67c28eb62e]

#102261# NotifyAccessibleStateEventGlobally


2002-08-12  Malte Timmermann  <mt@openoffice.org>  [4dc2befa34a7146e5ebe054caae322db6108b545]

#101118# Start Bidi support


2002-08-12  Stephan Schäfer  <ssa@openoffice.org>  [a4d9559b1f36f61efe7d1f5ae31ab1d04d882911]

#100860# mirror win pos in updateframegeometry


2002-08-12  gt  <gt@openoffice.org>  [01a38d597ba5e553964af8a3958ca8a829cf5ae7]

#98625# enabled SublistOpenWithLeftRight by default for SvTreeListBox


2002-08-12  Rüdiger Timm  <rt@openoffice.org>  [a919824daf1f59b1a878014461ea31a28e280b45]

new version for SRX643


2002-08-09  Karl Hong  <khong@openoffice.org>  [d25017b8182a64192e699e03664cd6f00a669445]

#102154# add line breakiterator for cjk, which will skip ICU breakiterator


2002-08-09  Herbert Duerr  <hdu@openoffice.org>  [6db83d4800ebcf7db0b7dd358053603e71c0b319]

#101334# also deliver list.h since sft.h depends on it


2002-08-09  Herbert Duerr  <hdu@openoffice.org>  [9cb2e08b8241cda1e30283536fed24b5ca01b164]

#101334# first shot at implementing font subsetting on W32 platform


2002-08-09  Rüdiger Timm  <rt@openoffice.org>  [b03e1df4b98f70992149f60da6668322ff655ed6]

#100000# dependency cleanup


2002-08-08  Vladimir Glazounov  <vg@openoffice.org>  [92d21873034092856d1b0ef4835425fc96d747a1]

#100000# temporary objects for gcc


2002-08-08  Herbert Duerr  <hdu@openoffice.org>  [428e8169bc7155bff3da4b92748a89457100aced]

#100000# workaround for pedantic compilers


2002-08-08  Vladimir Glazounov  <vg@openoffice.org>  [60380c60bbfa1f6e607597bbdd8a608a8b466317]

new version for SRX643


2002-08-08  Ocke Janssen  <oj@openoffice.org>  [5dfaff6cfbcafa22272453ac2ad9dde821f31a0d]

#102008# only send a ACCESSIBLE_ACTIVE_DESCENDANT_EVENT event when we have the focus


2002-08-07  Karl Hong  <khong@openoffice.org>  [b6664950893955c33140768757c23e402a439bd6]

#99346# add two more Indian locale data


2002-08-07  Karl Hong  <khong@openoffice.org>  [8b3effe427bd513abf38c8f13eae7119ac1106e4]

#102027# fix a problem in getDateTime()


2002-08-07  Mikhail Voitenko  <mav@openoffice.org>  [267e2bc4a3a834df98bab50b48f3474c68431649]

#102077# do not seek over the end of readonly streams


2002-08-07  Eike Rathke  <er@openoffice.org>  [86c472021c43da6a7132236964eba47b280db0ef]

#102136# GetMonth: don't insist on SEPT, accept SEP too


2002-08-07  Herbert Duerr  <hdu@openoffice.org>  [581a803a57fcef9198a66b877b533fb22fc30f89]

#98991# avoid W32 glyph APIs for vertical layout


2002-08-07  Herbert Duerr  <hdu@openoffice.org>  [167fbfea578f2311c5514371d930d9972102e429]

#101334# avoid compilation problem on W32 platform


2002-08-07  Herbert Duerr  <hdu@openoffice.org>  [1211f73e6f0b5384f731c182cd9b57cbe6197c76]

#101334# add subsetting library to WNT target


2002-08-07  gt  <gt@openoffice.org>  [c39bfe24731ecac8bbc9569d933f9959b6671b6e]

#101852# LineListBox: change paint color (only) when necessary


2002-08-07  Kai Sommerfeld  <kso@openoffice.org>  [35e2839cc101c936ef40426062c69a6802a5e12e]

#100199# - Fixed ImplPosTabPage to do nothing if dialog is not (yet) visible.


2002-08-07  Karl Hong  <khong@openoffice.org>  [aa9f5632c952aa4b7ae73d80ad5ac5f2b506af0a]

#101903# extend NatNum to Indian locales


2002-08-06  Karl Hong  <khong@openoffice.org>  [dc1f8d50f92e60992998d94710d9b0832f88b012]

#101141# add new transliterations for Korean number/bullet layout


2002-08-06  Karl Hong  <khong@openoffice.org>  [41361e9af381c7bf5a38859672a31f41541ce982]

#101141# added Korean number/bullet layout


2002-08-06  Karl Hong  <khong@openoffice.org>  [01d2d62d6247c6cd0613111c2fa48b065263958b]

#101191# reduce duplicate of locale data


2002-08-06  Karl Hong  <khong@openoffice.org>  [d518a4127527eedd88934cea12e152ab9325b7bd]

#101191# reduce duplicate locale data


2002-08-06  Karl Hong  <khong@openoffice.org>  [21f7d17785fc9412bc3b7e573c49f8781c395e82]

#101191# reduce duplicate locale data


2002-08-06  Karl Hong  <khong@openoffice.org>  [865a19ebe42acad033315005926749c9a27bf8ce]

#101191# reduce duplicate locale data


2002-08-06  Karl Hong  <khong@openoffice.org>  [fa4d035dbbb50f21526c82a386ac4a58905feb10]

#101191# reduce duplicate locale data


2002-08-06  Karl Hong  <khong@openoffice.org>  [f86123b3322deda55ea5ffc6eb2eada1f282f12a]

#101191# reduce duplication of Locale data


2002-08-06  Eike Rathke  <er@openoffice.org>  [e63fb85a14f3b776fe0a21f444d2eecc9ed43246]

#102027# do not use Solaris specific strings.h, use string.h instead


2002-08-06  Karl Hong  <khong@openoffice.org>  [60e06b5d89dc873e663b02f34322cec87206bde1]

#102027# fixed isValid function


2002-08-06  Karl Hong  <khong@openoffice.org>  [6803d96cd9dadcedfe4cf7935a79746dd8fcc032]

#102027# enable calendar input in non-gregorian value


2002-08-06  Herbert Duerr  <hdu@openoffice.org>  [25ddff169ce9317fcb46e514d0dceaa71e92be1d]

#99236# implement word-underlining for CTL


2002-08-06  Christof Pintaske  <cp@openoffice.org>  [a8c71f6b015ee10d28788eba1e5d89e29afb00e1]

#102098# dont include useless svunix.h, which breaks build on Solaris 9


2002-08-06  Vladimir Glazounov  <vg@openoffice.org>  [67d176b69d01140c2f49a5dd05c8736f3391c127]

#100000# wrong throw statement


2002-08-06  Eike Rathke  <er@openoffice.org>  [22fb84350c326bcd1fffa73a33c30bf944e9c97d]

#101903# make it work under Windows too


2002-08-06  Andre Fischer  <af@openoffice.org>  [7108f4d27c70bf17c7f1cd5439ba58cfe80697d6]

#100622# Introduction of mbInitialized variable and UpdateButtonStates method.


2002-08-06  Andre Fischer  <af@openoffice.org>  [9b9c591d29930cb8c84c99922ea88d53c45b8093]

#100622# Added new file TopWindowListener.java.


2002-08-06  Andre Fischer  <af@openoffice.org>  [4a6c5361e53182b33880132f0e9fb1c8ff428b1d]

#100622# Initial revision.


2002-08-06  Andre Fischer  <af@openoffice.org>  [8437d15391eb76b9bae2c49a640cccd456077b20]

#100622# Added default constructor.


2002-08-06  Andre Fischer  <af@openoffice.org>  [6b1f739637dfd522e25eaed2a0b9475ef6ba7d85]

#100622# Added support for XExtendedToolkit.


2002-08-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5d19b40fe4671c43ac1c6c27a6f01fa2f45c621]

#100000#: include <stdio.h>


2002-08-06  Vladimir Glazounov  <vg@openoffice.org>  [67ff7f255ad4c847d2bad190eb835975b9283b9e]

#100000# fix compilation for remote target


2002-08-06  Vladimir Glazounov  <vg@openoffice.org>  [494aeb9e05db6f18184c68765b3d17575b9a0638]

#100000# fix compile problems for remote case


2002-08-05  Kurt Zenker  <kz@openoffice.org>  [fabab47208077fe88627c2264f0487b480623be9]

Merge SRX643: 05.08.02 - 22:27:19


2002-08-05  Rüdiger Timm  <rt@openoffice.org>  [9a56f642801e27c2d97981dd55c8d34645743408]

Merge SRX643: 05.08.02 - 22:11:37


2002-08-05  Kurt Zenker  <kz@openoffice.org>  [4cc872f596c857bed9f6b52fce61222fe8673d72]

Merge SRX643: 05.08.02 - 22:07:53


2002-08-05  Rüdiger Timm  <rt@openoffice.org>  [b7b1ac181a48fc186530d42e8d8cb4f10640915e]

Merge SRX643: 05.08.02 - 22:07:31


2002-08-05  Kurt Zenker  <kz@openoffice.org>  [56b039ca56c761a7a753a3846a69d5755e95c6c7]

Merge SRX643: 05.08.02 - 22:05:59


2002-08-05  Kurt Zenker  <kz@openoffice.org>  [2904f18260169f85fcb7f678d4cbbf50c0c50f1e]

Merge SRX643: 05.08.02 - 22:05:37


2002-08-05  Eike Rathke  <er@openoffice.org>  [edf9604f4317d5289ac2396d419066cae3ebe95a]

#100065# parseText: use NativeNumberSupplier with NatNum0 to convert from different numeral systems to Arabic ASCII digits and floating point numbers


2002-08-05  Thorsten Behrens  <thb@openoffice.org>  [a27d7e782fd91ac6439f78f154ed5c5ab6c9c5ff]

#102067# Check existence of flag array


2002-08-05  Eike Rathke  <er@openoffice.org>  [fab35ba8971a3e54718d39eb87d291885c8aa4be]

#100065# use NativeNumberSupplier to convert to ASCII; recognize CJK date input; general match against string masked format codes


2002-08-05  Eike Rathke  <er@openoffice.org>  [3cdd43d6025dbf4c5a046f5b53ea9b72761f7b54]

#100065# parse.*Token: display message of exception in non-product version


2002-08-05  Eike Rathke  <er@openoffice.org>  [e33cad7c50db62f26013503202247917f872ad9f]

#100065# use NativeNumberSupplier


2002-08-05  Kurt Zenker  <kz@openoffice.org>  [947b135fa2d65be293c9332451aef68a412900be]

new version for TLS617


2002-08-05  Oliver Bolte  <obo@openoffice.org>  [5ffc5dfc35ffc0279b9fd1af73171132fdb7dace]

new version for TLS617


2002-08-05  Tino Rachui  <tra@openoffice.org>  [db0531657dee6c6ba82b913ed7b95f32b0e04201]

#101807#101967#startDrag end when a dnd operation is still running, see documentation XDragSource


2002-08-05  Herbert Duerr  <hdu@openoffice.org>  [d73f1a712a9aaa2f95aa2c8ca8d9e532078e64e9]

#100700# add GetTextOutlines, remove obsolete methods


2002-08-05  Herbert Duerr  <hdu@openoffice.org>  [d2510d76ef0447c7fc82c230a1da261f7c03cf72]

#100194# do not use obsolete methods in OutputDevice


2002-08-03  Karl Hong  <khong@openoffice.org>  [141506f174a64d011283d0e3453265d55f69a32f]

#101191# reduce duplication of locale data


2002-08-03  Karl Hong  <khong@openoffice.org>  [570424358dd2601f23ef38a6fc9a7df663ac1526]

#101191# reduce duplication of locale data


2002-08-03  Karl Hong  <khong@openoffice.org>  [8674903474aa9f3a5694cdefaa33ad8981ccd4e0]

#101191# reduce duplication of locale data


2002-08-02  Karl Hong  <khong@openoffice.org>  [7a903725f724903a2b807ff43313f96a11de488e]

#101903# reduce duplication of localedata


2002-08-02  Karl Hong  <khong@openoffice.org>  [19b202535c25863f44b3efc494a9916cb23f7a66]

#101191# reduce duplicate localedata


2002-08-02  Rüdiger Timm  <rt@openoffice.org>  [24c059a60583d85a47d8a403c7132a27643cec90]

Merge SRX643: 02.08.02 - 22:06:20


2002-08-02  Rüdiger Timm  <rt@openoffice.org>  [21f7de69fa6155cdb4584321e042bbd56750e1cd]

Merge SRX643: 02.08.02 - 22:04:33


2002-08-02  Herbert Duerr  <hdu@openoffice.org>  [3103ce9a58d370a00238689983b78cfee001c0de]

#101665# implement CTL-version of ImplDrawEmphasisMarks


2002-08-02  Herbert Duerr  <hdu@openoffice.org>  [c9d71acd20c953ac6d817928548eee3d18fc4833]

#101665# add glyph categorization


2002-08-02  Karl Hong  <khong@openoffice.org>  [c068e8a1cb2572f0d516d1424a4a71224e8f5164]

#93992# add word count mode in breakiterator


2002-08-02  Philipp Lohmann  <pl@openoffice.org>  [70c0ac9778bc1d96e88a9c87d9811bb6cd8001d0]

#10454# #100453# only count visible children as accesible


2002-08-02  Frank Schönheit  <fs@openoffice.org>  [eeeddf64ede92d10b306bbc3b7a63092677fceac]

#101904# +IsValidConfigMgr


2002-08-02  Malte Timmermann  <mt@openoffice.org>  [7ab412326995c86cda33fb6e14beb10aafa2393a]

#102010# debug with env variable SAL_FLOATWIN_NOAPPFOCUSCLOSE


2002-08-02  Tino Rachui  <tra@openoffice.org>  [776ffa9a51a4bd0f109d45660a1ab267b7aafafb]

#101967#101807#avoid overlapping dnd calls


2002-08-02  Herbert Duerr  <hdu@openoffice.org>  [6f272e15dc46d5eb556bb3806fcf67f279767cf0]

#101973# fix crash with forced RTL layout on non-CTL strings


2002-08-02  Philipp Lohmann  <pl@openoffice.org>  [e298ba6fb9b58729c815e9eeb6986c90fe1def14]

#100608# fontsubsetting on windows


2002-08-02  Frank Meies  <fme@openoffice.org>  [db1b818044343b31ae24c37a29b32d1003a98c0a]

#100447# Consider different scripts for similarity search


2002-08-02  Karl Hong  <khong@openoffice.org>  [f59f2cc7fc47ef9e562c0f866fde72b3caabfdca]

#93992# skip punctuations when counting the words


2002-08-01  Kurt Zenker  <kz@openoffice.org>  [c726ce57f76390ab0514f587119c2852f5addb66]

Merge SRX643: 01.08.02 - 22:14:59


2002-08-01  Rüdiger Timm  <rt@openoffice.org>  [1efd5ddca6947af6f153d332ec69c7e046426c98]

Merge SRX643: 01.08.02 - 22:08:40


2002-08-01  Rüdiger Timm  <rt@openoffice.org>  [5dcc445c8bdfece7d2227445c99df55622bb2578]

Merge SRX643: 01.08.02 - 22:07:26


2002-08-01  Kurt Zenker  <kz@openoffice.org>  [5fb63cfb873d1e55aba0295ca79e0bff963e980d]

Merge SRX643: 01.08.02 - 22:06:24


2002-08-01  Karl Hong  <khong@openoffice.org>  [e7ac2d7e06fd28a06bd651ada5807521e53ea206]

#95804# enhance saparser to handle reserve words  in random order, add default value if some reserve words are not defined in xml file


2002-08-01  Philipp Lohmann  <pl@openoffice.org>  [a29a5c6150707f257cad93bf6472f525ad12eb1b]

#101607# react on rotation encoded glyph ids for vertical text


2002-08-01  Malte Timmermann  <mt@openoffice.org>  [74a9523d06c8fc647f8868faeb21ae3d19c4f33f]

#101872# Use ULONG in TEParaPortions::Reset(), it's a tools list, not a svtools array


2002-08-01  Eike Rathke  <er@openoffice.org>  [11247528dfe895fc1be01be7694db367f5ca96c6]

#95804# last commit changed the ReservedWords order, oder is significant!


2002-08-01  Eike Rathke  <er@openoffice.org>  [8cdc3373d6d227d056f7ab154ae0af48ffede881]

#95804# last commit removed the <quarter#Abbreviation> elements :-(


2002-08-01  Kurt Zenker  <kz@openoffice.org>  [52dbc7308ae35bfc51df19f6e8e83e7e030db7cb]

new version for SRX643


2002-08-01  Malte Timmermann  <mt@openoffice.org>  [4d4b471e68da3dcf6c36d1d487a7c2d807f1de1d]

#101908# GetTextHeight: Format on demand


2002-08-01  Herbert Duerr  <hdu@openoffice.org>  [8a63352d841c6fa2836650dc823f8a32a79c85f4]

#100671# implement nCharExtra GetTextBreak, use generic outline function


2002-08-01  Herbert Duerr  <hdu@openoffice.org>  [9c28359c4f470e6e133efec85d7a73bdfe6e3dc3]

#100671# avoid nCharExtra parameter, remove debug code


2002-08-01  Herbert Duerr  <hdu@openoffice.org>  [bba05cf1121d50e6279ff700e6d51d26bf045e4e]

#100671# add nCharExtra parm to GetTextBreak, add generic boundrect and outline methods


2002-08-01  Michael Brauer  <mib@openoffice.org>  [ecdbd1e9c1777eb1b3e03003c754851d0909a460]

#98369#: <object> element for applets


2002-08-01  Herbert Duerr  <hdu@openoffice.org>  [014a0bdf1418a3b58b5212fcdc50404a4b1bb2e5]

#100671# fix nCharExtra case for GetTextBreak


2002-08-01  Kai Ahrens  <ka@openoffice.org>  [3f4b7e7b22be52b34359b7f82698d81ec28e0dd2]

#101737#: don't set reset drawmode for metafile playing


2002-07-31  Karl Hong  <khong@openoffice.org>  [efd79cb717ec9b694a1e4959344db87f5e52a6d4]

#101903# add native number and transliteration support


2002-07-31  Karl Hong  <khong@openoffice.org>  [3a6e0f9732650de6d58296a7cb18d64d1e916b8e]

#101903# add native numbering support


2002-07-31  Philipp Lohmann  <pl@openoffice.org>  [ac801375b9169b5330adb09498abd071454de038]

#99685# be prepared for conversion cancellation of weird apps


2002-07-31  Philipp Lohmann  <pl@openoffice.org>  [debce94bdbf5ba34dcf9b0fe0d770b676df6580f]

#99970# use stricter text/plain conversion rules


2002-07-31  Thomas Benisch  <tbe@openoffice.org>  [5e27c97f8842b1004e82cf0dfac14573dd8ff6c8]

#101837# fixed infinite loop in GetLabeledBy()


2002-07-31  gt  <gt@openoffice.org>  [dd11b7b96cb55dff9efd6433ce8be6e48307f12b]

#101781# HC for bitmaps in class FontNameBox


2002-07-31  gt  <gt@openoffice.org>  [b141281370907a5aa3873c3f6382c17a93884d51]

#101781# HC for bitmaps in class FontNameBox


2002-07-30  Philipp Lohmann  <pl@openoffice.org>  [ab242d7b1cd4b8bc08ef3eb8df50de3063069921]

#101762# enable native accessibility error messages


2002-07-30  Kai Ahrens  <ka@openoffice.org>  [51a6db03885d88b80a5a41b05c0a61856764cf6a]

#100983#: added assertionsto recognize missing graphics


2002-07-30  Herbert Duerr  <hdu@openoffice.org>  [17420b6a40c62645044286aa8d5502ec31e0c1a6]

#101707# disable autohinting for most CTL glyphs


2002-07-30  Herbert Duerr  <hdu@openoffice.org>  [8232810ab88f7d231e637cabf4c539a2b505df5f]

#100495# fix GetTextOutline for rotated/vertical text on W32


2002-07-30  Herbert Duerr  <hdu@openoffice.org>  [278d04d179d4c3cb97d3eda3196b2e4ae91684da]

#101700# fix outline handling and some cleanup


2002-07-30  Vladimir Glazounov  <vg@openoffice.org>  [db2b95af61086fe6253ef229c0c940b5c216be85]

new version for SRC641


2002-07-30  Peter Burow  <pb@openoffice.org>  [7467085958e3035cfd73a9123ef911d7b32734e5]

fix: #101839# HC bitmapf for folders


2002-07-30  Peter Burow  <pb@openoffice.org>  [38aebf7f97d5fc90e1fab7f782ff9597db19b1cf]

fix: #101839# updated


2002-07-30  Philipp Lohmann  <pl@openoffice.org>  [7e9c4b73141221aab0ec78a86da00778a39b7f19]

#101865# #i6635# react on missing _WIN_PROTOCOLS atom


2002-07-30  Ocke Janssen  <oj@openoffice.org>  [1d8ce5f38f99bcea0cdd9cf0629d648cb1f9920f]

#101315# insert new ctor with IMutex


2002-07-30  Ocke Janssen  <oj@openoffice.org>  [8e139de9cd9f6e8248027c8c2c984a6f316d2dd0]

#101315# export VCLExternalLock from external.hxx


2002-07-29  Herbert Duerr  <hdu@openoffice.org>  [87396548565a91cd1207f7b66938ed80b1fc6d78]

#101335# implement pCharIndex return parm for GetNextGlyph


2002-07-29  Kurt Zenker  <kz@openoffice.org>  [38fea0113ac99ab33284bbd235bf195c3a3f7bad]

new version for SRX643


2002-07-29  Philipp Lohmann  <pl@openoffice.org>  [421c30f7bfbad030e37320ae98ef710e0dae40fc]

#100608# add: compression for bitmaps, fonts and sampled functions


2002-07-29  Frank Schönheit  <fs@openoffice.org>  [17cb19ffa5fb70edfc407500b9a22e4f9d27e362]

#101719# formatted field: overload convertFastPropertyValue to do some more sophisticated checks


2002-07-29  Philipp Lohmann  <pl@openoffice.org>  [9515525a329d9a00645b3c9e756d037d0cbc0c67]

#100608# builtin fonts, correct metrics, improved remote case


2002-07-29  Frank Schönheit  <fs@openoffice.org>  [b485312c862d28fe77e166cf724079f9327c787b]

#101722# convertPropertyValue: convert XInterface derivees, too


2002-07-29  Herbert Duerr  <hdu@openoffice.org>  [ec0676ef02e53ddebbc25e1d2e37876b274956f0]

#101683# use new GetGlyph... interface


2002-07-27  Karl Hong  <khong@openoffice.org>  [0aea7822909e07174cc5e5194e0e2447db15d057]

#101191# #95804# reduced duplicate data and localized quarter abbrev.


2002-07-26  Eike Rathke  <er@openoffice.org>  [04f490c954698252554dc253cdd4a4ce8d54a2fc]

#95804# localized quarter abbreviation 1..4


2002-07-26  Eike Rathke  <er@openoffice.org>  [81e87a2bf823e9602d3d366d17ae6320346ac178]

#98695# ScanType: reset types to string inside matching brackets (don't get confused by [~...H...] while classifying MM)


2002-07-26  Herbert Duerr  <hdu@openoffice.org>  [d46e2d6268216c70167bdb9fe51b2068af08d8d2]

#101683# handle non-glyph processing fonts


2002-07-26  Herbert Duerr  <hdu@openoffice.org>  [0108fe1ffd775c9aaff0cba3076884d159c7810a]

#101683# avoid glyph processing for some fonts


2002-07-26  Eike Rathke  <er@openoffice.org>  [a4a4515908345278d78d8fd218b71132f412b21b]

#98695# getDisplayString: month is zero based


2002-07-26  Thorsten Behrens  <thb@openoffice.org>  [47d10ec15c26a53caa9ee20f4058d46fae9d8816]

#100127# Corrected point type test and index calcs


2002-07-26  Eike Rathke  <er@openoffice.org>  [b8a47543c0d5caa7510e7e49236cd6cb8f3085c1]

#95804# localized quarter abbreviation


2002-07-26  Eike Rathke  <er@openoffice.org>  [4a726c47bc1774f4487367d76613961fc2a0d7ab]

#95804# localized quarter abbreviation


2002-07-26  Herbert Duerr  <hdu@openoffice.org>  [8ce9d0e5b3d4abb448957064a98e09378da587e8]

#101808# use GCP_SHAPEGLYPHS instead of FLI_GLYPHS to determine GCP handling


2002-07-26  Herbert Duerr  <hdu@openoffice.org>  [a3e38b29bf6105981c2fbf534757aa54ded00d6c]

#101563# override GetCharPlacements handling of notdef glyphs


2002-07-26  Vladimir Glazounov  <vg@openoffice.org>  [2fc0a935e1c964ef8296675f6bbc82a96673c7e1]

corrected version von 1.364


2002-07-26  Björn Milcke  <bm@openoffice.org>  [d8455c251f367341e992cd6eea3f23b21f5fcc09]

#101228# new browser flag EBBF_HANDLE_COLUMN_TEXT for displaying text in column          0 in the handle column (like in the normal browse-box). 		 EBBF_NOROWPICTURE => EBBF_NO_HANDLE_COLUMN_CONTENT to reduce confusion now


2002-07-25  Karl Hong  <khong@openoffice.org>  [8f7ea40e51547762e5b3ec5b068c86f782df8e1f]

#100183#101188#101189#101190#fix Korean format code


2002-07-25  Kurt Zenker  <kz@openoffice.org>  [2b7788a82509790af1bb653b9293d401b64955d8]

new version for SRX643


2002-07-25  Rüdiger Timm  <rt@openoffice.org>  [4c358522a33cb30909eae30819e465381cc92f99]

new version for SRX643


2002-07-25  Vladimir Glazounov  <vg@openoffice.org>  [b81b8f3e1171ef9557917ce4f14aab2e69757354]

#100000# exception specification removed


2002-07-25  Kurt Zenker  <kz@openoffice.org>  [d8538157f01a3f977f471abe8b4ddea6a94a5f04]

new version for SRX643


2002-07-25  Kurt Zenker  <kz@openoffice.org>  [5b0a20b23f92882e80153a2a41f7ff4965548ae7]

new version for SRX643


2002-07-25  Sven Jacobi  <sj@openoffice.org>  [73d3c03f0a9da25f617c5520de51afc78c49aefa]

#101736# added EMF_EOF action


2002-07-25  Vladimir Glazounov  <vg@openoffice.org>  [4c23cd332a0cfd808845f21b1a90947e301e8b50]

#100000# changed include file


2002-07-25  Vladimir Glazounov  <vg@openoffice.org>  [0f8d3e7595d650454aa3dc2d4c08074322cdf0c3]

#100510# REMOTE_APPSERVER case


2002-07-25  Thomas Benisch  <tbe@openoffice.org>  [83900a851d625f480a8392cd0627da30480ca7f9]

#100195# removed class VCLXMenuWindow


2002-07-25  Thomas Benisch  <tbe@openoffice.org>  [6706ed363925d460f9049716750660dac21ab0ed]

#100195# removed CreateAccessible( Window* pWindow, Menu* pMenu )


2002-07-25  Thomas Benisch  <tbe@openoffice.org>  [99c167004e0560b9794368f02cbc883168e11b3f]

#100195# removed GetAccessible( BOOL bCreate )


2002-07-25  Eike Rathke  <er@openoffice.org>  [0d07ce163d2a9eb5857a1384eaaae7011f301e76]

#98695# use XExtendedCalendar::getDisplayString()


2002-07-25  Eike Rathke  <er@openoffice.org>  [dc5567a4c29d81364c1b649a1caf52e9616725b6]

#98695# add wrapper implementation of XExtendedCalendar::getDisplayString()


2002-07-25  Karl Hong  <khong@openoffice.org>  [c2c092d6ec88b891cca6dc35741c29fd649c0357]

#95565#added new phonetic collation for index module


2002-07-25  Karl Hong  <khong@openoffice.org>  [33b880011f938a0d2368e83809ddf29a8b657777]

#95565#add phonetic entry for CJK index modules


2002-07-25  Karl Hong  <khong@openoffice.org>  [78ee84c600ab28cfefc6cb647b507f69099092f7]

#95565#add new phonetic entry for CJK index modules


2002-07-25  Karl Hong  <khong@openoffice.org>  [4a9c1bf2a695f610f73c6ecbd9acd46f2d3d3629]

#95565#add phonetic entry for CJK index modules


2002-07-24  Philipp Lohmann  <pl@openoffice.org>  [3ae7066df0887e1d64b522d7a2930df51f14eccf]

#101710# do not delete SGENPRT.PS


2002-07-24  Philipp Lohmann  <pl@openoffice.org>  [52b43ee5bc2377cbba8a2b3e123963b8d24318f1]

#100608# add: support stretched fonts


2002-07-24  Herbert Duerr  <hdu@openoffice.org>  [7fe75ddd16c34e324e7d028077ff041be0b556bb]

#101682# of-by-one fix for asian kerning


2002-07-24  Thomas Benisch  <tbe@openoffice.org>  [7c482c806a0a02925a033a01a3d3b018b8b30481]

#100195# send VCLEVENT_MENU_ITEMTEXTCHANGED


2002-07-24  Philipp Lohmann  <pl@openoffice.org>  [ee8dba7aae53016227f3326905f52b96a2557046]

#100608# add: drawTransparent with polygon, bitmaps with alpha channel


2002-07-24  Stephan Schäfer  <ssa@openoffice.org>  [0a315b68588cd3065dd5b7b87fd42b498e34a23a]

#100860# mirror polypolygon


2002-07-24  Kai Ahrens  <ka@openoffice.org>  [9690509fff9ffbbe5c1d6820f3c5ced10c28d206]

#99954#: special handling for areas that are mostly white


2002-07-24  Philipp Lohmann  <pl@openoffice.org>  [1f7a30ee62da2a69d61d6521ae7aef045f64c982]

#101669# protect printer names by quotes


2002-07-24  Sascha Ballach  <sab@openoffice.org>  [abc78fb220a6f1151bc0f46d0ac2125dc178beeb]

#101326#; make the HashMethod endian independent and add a compare method to handle old files


2002-07-23  Kurt Zenker  <kz@openoffice.org>  [dd5c46a827e0084afbed3a5d67c91ada858c4f6c]

new version for SRC662


2002-07-23  Karl Hong  <khong@openoffice.org>  [0a7639a4ac2695401718c12311fbbb81959e3f51]

#101573#don't call icu character breakiterator when CharacterIteratorMode is Character mode


2002-07-23  Philipp Lohmann  <pl@openoffice.org>  [817efcd8e233cdb95e2609a6ee690c38a38b1f3c]

#100510# ask GNOME2 whether to enable accessibility


2002-07-23  Stephan Bergmann  <sb@openoffice.org>  [a61619368a62f54cb119ce7c3a94dcd46374bbdf]

#100004# Simplified TextWindowAccessibility ctor.


2002-07-23  Stephan Bergmann  <sb@openoffice.org>  [ce5b62a01c3a6f92e0f5fbb3d4a34cc9c1e0d8d1]

#100004# Export textwindowaccessibility.hxx.


2002-07-23  Stephan Bergmann  <sb@openoffice.org>  [2afa1b97dd9b6220ed4963d53b37ac8f2b7aa01e]

#100004# Merged in changes from makefile.mk 1.34.2.3 (the filter data has been moved out of makefile.mk into this file since).


2002-07-23  Stephan Bergmann  <sb@openoffice.org>  [56072e2f4ad5698701e2b62e8cf3aeecaadf3082]

#100004# Added textwindowaccessibility.cxx.


2002-07-23  Stephan Bergmann  <sb@openoffice.org>  [9548ec1420e909f4d3af3ad3bd16d67418dc5837]

#100004# Fixed broadcasting TEXT_HINT_VIEWSCROLLED in TextView::Scroll.


2002-07-23  Stephan Bergmann  <sb@openoffice.org>  [9a959f3af75e31de068e049ccee69337bda312fa]

#100004# Added TextWindow::GetComponentInterface and MultiLineEdit::GetComponentInterface.


2002-07-23  Stephan Bergmann  <sb@openoffice.org>  [dd48db904bf4abfbae613d3613688408153f9669]

#100004# Added getter methods to TextAttributeFontColor and TextAttributeFontWeight.


2002-07-23  Stephan Bergmann  <sb@openoffice.org>  [f4f3d06b50c29f33a7179de2adb8401570c038db]

#100004# Moved source/uno/unoiface.hxx to source/inc/unoiface.hxx (also needed by source/edit).


2002-07-23  Thomas Benisch  <tbe@openoffice.org>  [9bc69eea609a3403ef44de72dcc86b2f52dde93d]

#101462# JABG: Menu Popups have incorrect parent


2002-07-23  Kurt Zenker  <kz@openoffice.org>  [783493d7483f8facde6f4a7ea72c45c5042d540b]

new version for SRX643


2002-07-23  Kurt Zenker  <kz@openoffice.org>  [045a828529fd7390c60b4789be43432a17ca91d8]

new version for SRC641


2002-07-23  Kurt Zenker  <kz@openoffice.org>  [7865007ca73d20685a7387c5915aa1c292a89a49]

new version for SRC641


2002-07-23  Kurt Zenker  <kz@openoffice.org>  [2e93ef9fcc1846030abf5a49efb2ce5abd921aec]

new version for SRX643


2002-07-23  Herbert Duerr  <hdu@openoffice.org>  [782e7c82ff019bbde359bad9f86a81c94dd223e7]

#101335# implement and use GetNextGlyphs on win32


2002-07-22  Karl Hong  <khong@openoffice.org>  [0aaca7a2d54c2a78d679d77c953c4ef9e448c4ae]

#101191#added new attributes for sub categories


2002-07-22  Kurt Zenker  <kz@openoffice.org>  [1b4ec5aaf2f60ee7f6e23954759823b1c5cb75cf]

new version for SRX643


2002-07-22  Vladimir Glazounov  <vg@openoffice.org>  [277559b47d28546755babf52d2ed1ea7f595710b]

#100608# fixed linux and remote case compile problems


2002-07-22  Thomas Benisch  <tbe@openoffice.org>  [df60d8cc0778035244b5f8ce1649b5a2432d11ac]

#101274# Menu helper methods for accessibility


2002-07-22  Philipp Lohmann  <pl@openoffice.org>  [0216f6071cb441718b7f96c4823b84f1062ddda6]

#101150# changed behaviour of GetLabeledBy, GetLabelFor and GetActivationKey


2002-07-22  Christof Pintaske  <cp@openoffice.org>  [a10d56c7fc43cb2b58935a7189ab1c1bf660d192]

#101028# ensure existence of (unique) .notdef glyph


2002-07-22  Stephan Bergmann  <sb@openoffice.org>  [74ec450c48eedaec12642801750242ff99ae3457]

#101115# Adapted support for XExtendedToolkit to new Application functionality.


2002-07-22  Herbert Duerr  <hdu@openoffice.org>  [3a381d3f8ead9e2fffa62b17c61261799c9ade4f]

#100608# fix compile problem on wntmsci7


2002-07-22  Herbert Duerr  <hdu@openoffice.org>  [e410f302fb843c1e6a71bf263e182c89afc89cc3]

#100608# fix compile problem on wntmsci7


2002-07-22  Daniel Rentz  <dr@openoffice.org>  [6614919ee7334d06dc09d44c107931da343f2686]

#101132# use HC default entry images


2002-07-22  Mathias Bauer  <mba@openoffice.org>  [43afef235e2a5682cec495a43c30765c60ea083f]

#90353#: new/delete


2002-07-22  Stephan Schäfer  <ssa@openoffice.org>  [34d9f7fb1ca0950ec9d0566f2e9f3ecb3ff997f5]

#100860# getsize/getborder not inline anymore


2002-07-22  Stephan Bergmann  <sb@openoffice.org>  [37350f8f4aa9d8d3ed194b1a99f2b4ac19f415e9]

#100004# Added second NotifyAccessibleEvent with AccessibleEventBuffer.


2002-07-22  Stephan Bergmann  <sb@openoffice.org>  [8a336577c433f316977f38373c007b4f4876fd89]

#100004# Added accessibleeventbuffer.cxx.


2002-07-22  Stephan Bergmann  <sb@openoffice.org>  [4f3855615fc6a2c34cfee733f9bf66dca8145b30]

#100004#


2002-07-22  Stephan Bergmann  <sb@openoffice.org>  [f299be6ac377784caf15551e0bb7161f04da6695]

#100004# Export toolkit/awt/vclxaccessiblecomponent.hxx.


2002-07-21  Sander Vesik  <svesik@openoffice.org>  [1785d30640e7965d57486c9f4e8d821d6fece734]

Merge from OOO_STABLE_1 (1.16.2.1) to HEAD


2002-07-20  Philipp Lohmann  <pl@openoffice.org>  [8c1306db922eb264eeb0e88e17bfe276258ea463]

#100608# added stubs for font subsets and embedded fonts


2002-07-20  Philipp Lohmann  <pl@openoffice.org>  [011d9380634e0f21329a9e0b0ce0a0170df46d4b]

#100608# fonts for PDF export


2002-07-20  Philipp Lohmann  <pl@openoffice.org>  [b4f2580f1393a5d8103150b1485a683b35f3b818]

#100608# fonts for PDF export


2002-07-20  Philipp Lohmann  <pl@openoffice.org>  [5cca1fae8c92d97135baf3d0e40124d5a5907488]

#100608# enhance functionality needed for PDF export


2002-07-20  Kai Ahrens  <ka@openoffice.org>  [7725e121c0e87fac385e6d695813bd89b2dd13d9]

#101579#: added EMF format


2002-07-20  Kai Ahrens  <ka@openoffice.org>  [6f5cc6657e01ffd4ec6f6cf718c7551f0c5e20d7]

#101579#: added EMF format


2002-07-20  Kai Ahrens  <ka@openoffice.org>  [0815adf0459aee77da167273d3674a3857a6413d]

#101579#: added EMF format


2002-07-20  Kai Ahrens  <ka@openoffice.org>  [c6af2c10600ac05c0c1330bcfe320c4551b469ff]

#101579#: added EMF format


2002-07-19  Herbert Duerr  <hdu@openoffice.org>  [d8ac441225dd9f31a86db7d181620bc297d0e1d6]

#101335# use new GetNextGlyphs interface


2002-07-19  Herbert Duerr  <hdu@openoffice.org>  [8eeb948529e4da5bf2889d5b6bd43ea277853290]

#101335# adopt new GetNextGlyphs interface


2002-07-19  Stephan Schäfer  <ssa@openoffice.org>  [fcd89a3ac135ecc75eb5e411679c02838a381a55]

#98154# stepsize can be set for cursor movement


2002-07-19  Stephan Bergmann  <sb@openoffice.org>  [141f8ae953c442cb5e3f65625a0a51b392022615]

#101447# Had to rename URIHelper.cxx to test_URIHelper.cxx to avoid clash with svtools/source/misc/urihelper.cxx.


2002-07-19  Stephan Bergmann  <sb@openoffice.org>  [b0a8985dc91a9656c0a9fb6818679703cad7caad]

#101447# Had to rename URIHelper.cxx to test_URIHelper.cxx to avoid clash with svtools/source/misc/urihelper.cxx; also added some test cases.


2002-07-19  Stephan Bergmann  <sb@openoffice.org>  [610fae34d9d8e59a5461bd7dc461db4405ac8f82]

#101447# FindFirstURLInText now detects strings starting with 'FTP.' and 'WWW.' in any combination of case as FTP/HTTP URLs.


2002-07-19  Stephan Bergmann  <sb@openoffice.org>  [6297a294c28c56f35b06bd9135e5a30a737fa23c]

#101447# Smart parsing now detects strings starting with 'FTP.' in any combination of case as FTP URLs.


2002-07-19  Malte Timmermann  <mt@openoffice.org>  [18469c91805ef6bf57906e17b2f8cd007c0117d7]

#100004# Implemented GetTextHeight(nPara), CalcTextHeight(nPara) is now const


2002-07-19  Frank Schönheit  <fs@openoffice.org>  [be9d4d64724acbf4216aa515062156e7def9043a]

preparation of #101514# and others: added new res file


2002-07-19  Frank Schönheit  <fs@openoffice.org>  [e9ab76310a3bdc453d097b92c5e2c83eb204a6d1]

initial checkin - shared resource file for this directory


2002-07-19  Frank Schönheit  <fs@openoffice.org>  [029c5e628d1480e8dc3631dbd428d22b9f3d6bf5]

preparation of #101514# and others: +GetDefaultExpandend-/-CollapsedNodeImage


2002-07-19  Frank Schönheit  <fs@openoffice.org>  [6ad83052fc3e3193de47c8cddabf1c75e0cd8236]

preparation of #101514# and others: support default images (loaded in svt-res) for collapsed and expanded nodes


2002-07-19  Kai Ahrens  <ka@openoffice.org>  [0acb0c4bfa8a161243e2fed6b1a00377f902a7fa]

#86518#: GfxLink hold PrefMapMode/Size now


2002-07-19  gt  <gt@openoffice.org>  [355a0ed23179b7cc971c94c4b6e82f813b404a6b]

#99818# no individual line color for display in HC mode


2002-07-19  gt  <gt@openoffice.org>  [415016b80c79c4db600366be93ea1ddefe00df7f]

#99818# no individual line color for display in HC mode


2002-07-19  Stephan Schäfer  <ssa@openoffice.org>  [57afcb437a401583f7dc84c8c97eac729e7616ad]

#101374# use DoScroll() instead SetThumbPos() to trigger the scroll handler


2002-07-19  Stephan Schäfer  <ssa@openoffice.org>  [b9e970e73a9c13e8386afdcfe9eaa2ed4461fc4a]

#101374# revert last SetThumbPos() changes because it breaks the API, fixing toolkit instead


2002-07-19  Daniel Rentz  <dr@openoffice.org>  [a079d181a68f5936038af41a3d57a0b2a23b80dd]

#101022# color list box: linecolor=textcolor


2002-07-19  Sven Jacobi  <sj@openoffice.org>  [f335e7587a9a33603499aa228890b62a73ce55c4]

#100068# added comment escape to save our unicode strings


2002-07-19  Eike Rathke  <er@openoffice.org>  [651b73b30d7b79121e47e705bc2ee124007cff8a]

#101551# clean up deliver and dependency kludge


2002-07-19  gt  <gt@openoffice.org>  [237a60c84a5c47e01616fbd2ce4c29927d89e56e]

#99818# no individual line color for display in HC mode


2002-07-19  Karl Hong  <khong@openoffice.org>  [c02d4d38e9eb2a265c1eaf8b1feb1dd7d05131ab]

#101191#reduce duplicate locale data


2002-07-18  Eike Rathke  <er@openoffice.org>  [12401d0a4b882d0b023cab674209843e54c5059b]

#98694# GetCompatibilityCurrency: include locale info in debug message


2002-07-18  Vladimir Glazounov  <vg@openoffice.org>  [ac55cbc694f28b83618f07eceb0c8d9bf855b72a]

#100000# SSA: parse errors


2002-07-18  Vladimir Glazounov  <vg@openoffice.org>  [a1ed07733e71e950386ac886f332105af3f526b3]

#100000# SSA: parse errors


2002-07-18  Kurt Zenker  <kz@openoffice.org>  [263a89a639eb65371b63b2963b7aec901a2f65c6]

new version for SRX643


2002-07-18  Kurt Zenker  <kz@openoffice.org>  [41ca1896423550377b5ea8be0004424fb97500ad]

new version for SRX643


2002-07-18  Stephan Schäfer  <ssa@openoffice.org>  [5305beea544c46fc4db0d016f12d30befbce925a]

#101374# SetThumbPos() now calls Scroll() and updates mnDelta


2002-07-18  Eike Rathke  <er@openoffice.org>  [fdd91c4beda90fa0385a0825f523ac017a96b3a8]

#98732# getInstalledLanguageTypes: exclude en_CB as known bad


2002-07-18  Philipp Lohmann  <pl@openoffice.org>  [9ef62d5406d60d1b658f89b215aa65b87ab33836]

#101480# separator is now part of osl locale variant string


2002-07-18  Björn Milcke  <bm@openoffice.org>  [8d175052c3c5636a96a60bb34184f72d14e8d64e]

some event names (AccessibleEventId) have changed


2002-07-18  Ocke Janssen  <oj@openoffice.org>  [02c82f92c9e276ad79a4058f42548b9feb6c2021]

#99512# new functor for PropertyVAlues +TPropertyValueEqualFunctor


2002-07-18  Stephan Schäfer  <ssa@openoffice.org>  [d81cc7172658f7d62ab5cc8e9143085cb27df587]

#101115# support extended toolkit methods


2002-07-17  Karl Hong  <khong@openoffice.org>  [6ab2d8ce9175e17cd97d340cbb75439d79dee402]

#100879#change bullet number format from '(1.' to '(1)'


2002-07-17  Stephan Schäfer  <ssa@openoffice.org>  [ac74b650533e5035f68fd4b9a749c50804a9858a]

#99154# floaters are not closeable by default anymore


2002-07-17  Philipp Lohmann  <pl@openoffice.org>  [55ef3833a249f104b61bf6a745bf187216ace525]

#90353# use correct deallocator


2002-07-17  Frank Schönheit  <fs@openoffice.org>  [a744288b7f48662a7c1d2e0f609212ee4c5c2050]

#101318# Notify(LOSE_FOCUS): when calling Modify for the listeners, reset m_bValueDirty


2002-07-17  Thomas Benisch  <tbe@openoffice.org>  [e608528fdf4b17726869cc744d93adbf6c54035b]

#100215# removed ::utl::AccessibleTextHelper


2002-07-17  Malte Timmermann  <mt@openoffice.org>  [9d1fee8e80656b9289af3ad63d296622f4a377ae]

#90353# operator delete[]


2002-07-17  Stephan Schäfer  <ssa@openoffice.org>  [95bb602c897553165ef8fe237087509ba844ea15]

#100195# improved notification of events


2002-07-17  Stephan Schäfer  <ssa@openoffice.org>  [73330c7cb8f5920f5cde0b3722148b3365428233]

#101115# event listener interface


2002-07-16  Sven Jacobi  <sj@openoffice.org>  [8fb5644ffa47f666e0373b44c10435f46d69b1b9]

#101108# filterdata is now directly passed to all filters


2002-07-16  Eike Rathke  <er@openoffice.org>  [fc8d5e8ecf1f93df380c43c7f7ac3cac4ffa795b]

#98695# add drafts namespace (why was only MSC bothered? How did other compilers know?)


2002-07-16  Sven Jacobi  <sj@openoffice.org>  [bf4272c41f507e7f808af9d725c0cee3a034f9f7]

#101108# filterdata is now directly passed to all filters


2002-07-16  Stephan Bergmann  <sb@openoffice.org>  [c3447c39c331c6178cb780ef93069a9c15e1c3af]

#101115# Changed code to compile on Linux.


2002-07-16  Sven Jacobi  <sj@openoffice.org>  [3b7984d6cf940393359338a1d810ff142fde4432]

#101108# filterdata is now directly passed to all filters


2002-07-16  Stephan Schäfer  <ssa@openoffice.org>  [c600f94110a5f3920ed66c6cc52d0ba99e15698f]

#98888# Show() with NoActivate-option


2002-07-15  Kurt Zenker  <kz@openoffice.org>  [eada1f99342036dbc057aee7f8b7eda5e2e9eb16]

new version for SRX643


2002-07-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [df50906747ab4aedd6f1b76e21bd7b4d6ed0b5c5]

#100000#


2002-07-15  Kurt Zenker  <kz@openoffice.org>  [e0e2bae50f48aa0db525bca4b73480d9240e7360]

new version for SRX643


2002-07-15  Kurt Zenker  <kz@openoffice.org>  [e85b295ca0028c222115a1296b51769a5d724e2d]

new version for SRX643


2002-07-15  Vladimir Glazounov  <vg@openoffice.org>  [6035ad4036a95237f84e61a74acb06b1b7363669]

#100000# SSA: no salgdilayout for remote VCL


2002-07-15  Vladimir Glazounov  <vg@openoffice.org>  [eda9971e738fe45f1460b1a9e6419c228ad702e9]

#100000# corrected for remote


2002-07-15  Eike Rathke  <er@openoffice.org>  [d52b19f628739106f2834c59e4bc235a67cf0a7f]

#101191# don't remember pointers to buffers of temporary objects, they may be gone any time


2002-07-15  Philipp Lohmann  <pl@openoffice.org>  [4d4515781074b4d3bf1b444755b1e24912e743bc]

#101336# #i6419# fill importable PPD box initially


2002-07-15  Stephan Schäfer  <ssa@openoffice.org>  [982075d4e24cd50ba927fb2d4c71bcfef3243ec2]

#101030# hc support for splitter


2002-07-15  Frank Schönheit  <fs@openoffice.org>  [dadd064fcd429144cc4e61b81eca1d62014267e5]

new[]/delete[] matched (#90353#)


2002-07-15  Philipp Lohmann  <pl@openoffice.org>  [506616ed3d54c9775afb39cc11fdf61ef6d9b05a]

#100608# helper for pdf export


2002-07-13  Karl Hong  <khong@openoffice.org>  [3591d17565a29718e1f47bbe0d22be357f859d88]

#101191#remove duplicate data


2002-07-13  Karl Hong  <khong@openoffice.org>  [2d7807c0578b476b3ee33096114bed11782576d3]

#101191#change 'use' to 'ref'


2002-07-12  Eike Rathke  <er@openoffice.org>  [32f3ff6c70fa97cd105d2fc63c6a8fa956c833ff]

#101299# add STR_SVT_COLLATE_PHONEBOOK


2002-07-12  Karl Hong  <khong@openoffice.org>  [ea5aaca7183ea92d29f261979e3e37e804fbea98]

#98695#implement XExtendedCalendar


2002-07-12  Stephan Schäfer  <ssa@openoffice.org>  [bf4529cdd823aaf5c7f45662733b62045fd118ab]

#99154# ignore taskbar in fullscreen mode


2002-07-12  Stephan Schäfer  <ssa@openoffice.org>  [8f879665622e3089e464206a9705b605ce6da379]

#100315 improve accessible hierarchy


2002-07-12  Stephan Schäfer  <ssa@openoffice.org>  [9df87724200cee7f69c48ecfc973a8b25f8e08d9]

#100315# improve accessible hierarchy


2002-07-12  Mathias Bauer  <mba@openoffice.org>  [1d2b79154db14d7ba64f76ab5051032d8d914dae]

#101204#: record integer lists


2002-07-12  Malte Timmermann  <mt@openoffice.org>  [d84cf1ebea999f6db207364e35fd90ee155026a4]

#90353# operator delete[]


2002-07-12  Frank Schönheit  <fs@openoffice.org>  [2a8a1403ec025c38c4856b05f6dcf4000fe05596]

#90353# new[]/delete[] pairs corrected


2002-07-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b710f76964f99c16cd15530616fb2cda0db8d65f]

#100000# missing dependency


2002-07-12  Stephan Bergmann  <sb@openoffice.org>  [d0e528ca55de868246580d829e96440994e856fb]

#101115# Removed unnecessary delivery of vclxtoolkit.hxx.


2002-07-11  Karl Hong  <khong@openoffice.org>  [188aae2e6f08b9e58b8e4320e8d1e058152d44aa]

#100324##101191#added getSearchOption and 'use' attribute to reduce duplication of locale data


2002-07-11  Thomas Benisch  <tbe@openoffice.org>  [1d51a90a3a0fae817a2a85902d517b92c41d5081]

#100195# fix bug in getAccessibleRelationSet


2002-07-11  Stephan Bergmann  <sb@openoffice.org>  [8412648054f590d8c4bc21b0b858ee31ea93299c]

#101115# Removed unnecessary delivery of vclxtoolkit.hxx.


2002-07-11  Christof Pintaske  <cp@openoffice.org>  [fa513316bdc881dcea8d39ec34ce85585579ab50]

#85197# proper initilization avoids invalid mapres after changing the mapmode


2002-07-11  Thomas Benisch  <tbe@openoffice.org>  [dbd51cb809d67444c6f1201c6e6fdc5351674c0c]

#100605# at the window free the reference to the accessible component


2002-07-11  Stephan Bergmann  <sb@openoffice.org>  [b79b77a088de0bd99c216601437bea9f96a7c3cb]

#101115# Make VCLXToolkit support XExtendedToolkit.


2002-07-11  Stephan Schäfer  <ssa@openoffice.org>  [bb9e3a4621c03a0d9b32a313705b4e2cbe3e0e77]

#100860# mirrored salgraphics


2002-07-11  Stephan Schäfer  <ssa@openoffice.org>  [f7d37cdfddfdb38911eb4a0fdb4b5c831ef81183]

#100860# mirrored salgraphics


2002-07-11  Stephan Schäfer  <ssa@openoffice.org>  [d07267e6abaabc9531606fa67b1afb9f5a73a5a8]

#100860# hack for mirrored salgraphics testing


2002-07-11  Stephan Schäfer  <ssa@openoffice.org>  [435e26b1a9860d6b9cd3e9f19f2207591096209b]

#100860# mirrored salgraphics


2002-07-10  Karl Hong  <khong@openoffice.org>  [e085cd9cef9d0a1cc7e3b8348a93353785b5fe2d]

#101141#fixed Asian numbering/bullet problem


2002-07-10  Karl Hong  <khong@openoffice.org>  [94617f2fdc1c7e01b2a789425a7d3bfd525e447b]

#101141#removed '~' for Asian numbering format


2002-07-10  Karl Hong  <khong@openoffice.org>  [d594a7c4d49a47ee2eefe5acc9d09f3f6788497b]

#101141#Add Chinese number as bullet


2002-07-10  Thomas Benisch  <tbe@openoffice.org>  [d25e3f7578e331517537cde11b151e1bd3c18d33]

#100605# accessibility implementation for menues which conforms to Java Swing


2002-07-10  Thomas Benisch  <tbe@openoffice.org>  [dde250da079cdfc22ac9919510bba93047b73bc0]

#100605# accessibility implementation for menues which conforms to Java Swing


2002-07-10  Kurt Zenker  <kz@openoffice.org>  [9b9e358c23af9cd178db1b719bd6777f2773fb54]

new version for SRX643


2002-07-10  Kurt Zenker  <kz@openoffice.org>  [db8d76abc6990d7c46a921fe40661ff046171fd5]

new version for SRX643


2002-07-10  Philipp Lohmann  <pl@openoffice.org>  [8bf89aebe5fb4637490bb6364d955a3e4a614b01]

#101133# high contrast bitmaps for print dialogue


2002-07-10  Kurt Zenker  <kz@openoffice.org>  [066e987a930bcbfa2c80e80974277f6528e2e904]

#100608# fixed compile errors for WNT


2002-07-10  Kurt Zenker  <kz@openoffice.org>  [a039c75f211c2493d85ee50ce538132f745343d7]

new version for SRX643


2002-07-10  Kurt Zenker  <kz@openoffice.org>  [665809af5fedbe01c443924d5305801397d14147]

new version for SRX643


2002-07-10  Philipp Lohmann  <pl@openoffice.org>  [381910489d6a301981e42ecc57be8e88abc5e46c]

#101135# convert paths correctly


2002-07-09  Kurt Zenker  <kz@openoffice.org>  [80622c7d2c15dab16882a710b557120803be5629]

new version for SRX643


2002-07-09  Malte Timmermann  <mt@openoffice.org>  [999ec6a0d30f9f197a790976526bd75661b03b59]

#100115# UnoFileControlModel supports BASEPROPERTY_READONLY


2002-07-09  Ocke Janssen  <oj@openoffice.org>  [f032ae3795544ed1b5e54f6b4a82d863d08519c5]

#99921# change name of events


2002-07-09  Philipp Lohmann  <pl@openoffice.org>  [3bdac314f7287e00abb8d1ec93f809403f76d277]

#99776# honor UseSystemUIFonts, use correct index


2002-07-09  Rüdiger Timm  <rt@openoffice.org>  [231f038da41858c216dfdc4c41cea75ae368e116]

new version for SRC661


2002-07-09  Oliver Bolte  <obo@openoffice.org>  [1d072d6adf2d349e9b691a1ecd5922915444d57c]

#100837# fixed a typo


2002-07-08  Philipp Lohmann  <pl@openoffice.org>  [c4cc1b72bb77a531a2c49247787f5b92bd401dc5]

#100935# show focus around checkbox without text


2002-07-08  Philipp Lohmann  <pl@openoffice.org>  [d5df701ecc1f70c1f98593377a33b8a680806872]

#100608# preparations for PDF export


2002-07-08  Stephan Bergmann  <sb@openoffice.org>  [abfda90a383b5ab1068b425d1bb61f4b77fc5e80]

#99477#


2002-07-08  Stephan Bergmann  <sb@openoffice.org>  [4e64d8664057dce1807b984230b8812b4310b6f0]

#99477# In FindFirstURLInText, detect only abbreviations beginning with www. as http URLs.


2002-07-08  Hennes Rohling  <hro@openoffice.org>  [3272e43ed7c8b1c3788ee79dfea03978b09f08ad]

#100702 Convert ANSI/Locale temp path to unicode using system encoding


2002-07-05  Eike Rathke  <er@openoffice.org>  [0ab74d63410bce8278cd9125a245843fa4451b72]

#100494# #100797# ~CollatorImpl: do really delete the cachedItem, not just pretend to


2002-07-05  Stephan Schäfer  <ssa@openoffice.org>  [282392716dd15bc2eff5ef24671038e295d755a5]

#100823# GetSalSystemDisplayInfo


2002-07-05  Vladimir Glazounov  <vg@openoffice.org>  [453e6082b8c5e0e57b9ad659e8c3151060f205df]

new version for SRX643


2002-07-05  Vladimir Glazounov  <vg@openoffice.org>  [6a28484a9f9b17c9f1fef30eca68a35ed3566255]

new version for SRX643


2002-07-05  Vladimir Glazounov  <vg@openoffice.org>  [824b4cc9a80f67e15e525a774e78ad9b88bdda4b]

#100000# setCaretPosition implemented


2002-07-04  Philipp Lohmann  <pl@openoffice.org>  [689160cdc4e6fbde2b44bfa85145a127c2aed830]

#99110# add: Enable{Text,Image}Display/Is{Text,Image}DisplayEnabled


2002-07-04  Philipp Lohmann  <pl@openoffice.org>  [24d3c1c54e5e22b99e10533c89e15d54e51b60e8]

#100837# export PDF capability to print dialogue


2002-07-04  Philipp Lohmann  <pl@openoffice.org>  [c3ff2267a2d2edd44a08085316419f17ce94933d]

#100837# export PDF capability to print dialogue


2002-07-04  Sven Jacobi  <sj@openoffice.org>  [d93b21e1ae1a8d806b1094d32fe43bc4684e4c41]

#100127# added support of bezier


2002-07-04  Sven Jacobi  <sj@openoffice.org>  [287c0932466491e1fb907ac3d91cc99ac2134d47]

#100127# added support of bezier lines


2002-07-04  Sven Jacobi  <sj@openoffice.org>  [85042714538540966cfa081362ed305022dcfb00]

#100127# added support of bezier


2002-07-04  Sven Jacobi  <sj@openoffice.org>  [d2c940c08bac7a8cf25681fe19efe7e3838fb432]

#100127# added support of bezier


2002-07-04  Sven Jacobi  <sj@openoffice.org>  [640cd9c6aa4b8ec7582125b54bf8be4f45cb8486]

#100127# added support of bezier


2002-07-04  Sven Jacobi  <sj@openoffice.org>  [566dff5725313aef2e6ec9484be17676a194f5e2]

#100127# added support of bezier


2002-07-04  Sven Jacobi  <sj@openoffice.org>  [ee2b4c00f131187e691d6b6c7d37ad57ae8ed837]

#100127# added support of bezier pathes


2002-07-04  gt  <gt@openoffice.org>  [137fcd5c1ecd2493933d7e3a0bf8737de89b942f]

#99126# setting entry height to zero on DataChanged() forces the recalc even for a before smaler height


2002-07-04  Thorsten Behrens  <thb@openoffice.org>  [ba290fea56d972000b8ada8e8155a24b76b507af]

#100127# New method for adaptive bezier subdivision


2002-07-04  Peter Burow  <pb@openoffice.org>  [ea150de08ee6a85860d7b882bd7ed3378c69dd51]

fix: #100275# no RemoveSelection under UNIX


2002-07-04  Philipp Lohmann  <pl@openoffice.org>  [08cbc31b6be444c1eb6e43bb3ce65dc3c8c36d33]

#100823# add: System::GetDisplayInfo


2002-07-04  mwu  <mwu@openoffice.org>  [56061ba0ff0bdb76c1bad63aac719ce1d7f7f990]

#100981


2002-07-04  mwu  <mwu@openoffice.org>  [b68c6b0ba236d8697c4d0fe6460b9502f52ae6ae]

#100981,training for minna


2002-07-03  Thorsten Behrens  <thb@openoffice.org>  [90e21627821ee095ba550bf284c8357ad81fe4d1]

#100127# Added native bezier curves for WindowsGDI


2002-07-03  Thomas Benisch  <tbe@openoffice.org>  [bf6d81527a7d5f461a590956701a2d85aeb7cb17]

#100605# added CreateAccessible( Menu* pMenu, sal_Bool bIsMenubar)


2002-07-03  Thomas Benisch  <tbe@openoffice.org>  [6ee662dc50ad4dc5f168fe8d4c795860591e6fc7]

#100605# JABG: Menu hierarchy for SO menues doesn't confirm to Java hierarchy


2002-07-03  Thomas Benisch  <tbe@openoffice.org>  [a87946464a6cf6715c4916c3b6d3dec8584f1883]

#100605# added GetAccessible(), SetAccessible()


2002-07-03  Stephan Schäfer  <ssa@openoffice.org>  [4bb6da574f1abd9c7a4fe3a34bd3c55b1a3a766d]

#100292# calculate index in parent exactly as in SVX


2002-07-03  Stephan Schäfer  <ssa@openoffice.org>  [a8cc0907e49fd14be6beaf0f3aadce6f863b4a02]

#100242# support keyinput without having the focus


2002-07-03  Sven Jacobi  <sj@openoffice.org>  [73d1a3f2ba2be469b8a7427e42d39bb60a8169fb]

using typedefs of solar.h instead of own definition


2002-07-03  Kurt Zenker  <kz@openoffice.org>  [38243f34a486c9977099c67f2982cc750c259156]

new version for SRX643


2002-07-03  Stephan Schäfer  <ssa@openoffice.org>  [d97c55bbafbb62a000451e3f641dc63419bfc342]

#100242# improve closing and keyinput handling for floaters


2002-07-03  Stephan Schäfer  <ssa@openoffice.org>  [31ebdc22e453b9cbb445f7b0cb834430602bdbb7]

#100242# improve focus and keyinput handling for floaters


2002-07-02  Vladimir Glazounov  <vg@openoffice.org>  [e8617ffdcb6c0eacb2dcdc57daa18e4e9dcdde2a]

new version for SRX643


2002-07-02  Stephan Schäfer  <ssa@openoffice.org>  [507e9ec3318daa729d772e8624da44ee4e204b8b]

#96896# make undecorated floaters closeable, #100242# avoid close on focus change for decorated floating windows only


2002-07-02  Kurt Zenker  <kz@openoffice.org>  [4df4052edca76688db763940898415f5e6a01382]

new version for SRX643


2002-07-02  Stephan Schäfer  <ssa@openoffice.org>  [569c05377395caf0e4c6f28c722f2242ec494fb6]

#100242# merge 1.5.10.1


2002-07-02  Stephan Schäfer  <ssa@openoffice.org>  [eba8e8610fd9b4900e97182b2b378513b227936e]

#100242# merge 1.3.2.1


2002-07-02  Stephan Schäfer  <ssa@openoffice.org>  [2e8196534db977f0b9e9fab17051d02eb8022a77]

#100242# support for window bit WB_SYSTEMWINDOW


2002-07-02  Malte Timmermann  <mt@openoffice.org>  [56da7caecf3fdf54a48fd9ec0c2997ae05cd66eb]

#89235# try/catch for clipboard operations


2002-07-01  Malte Timmermann  <mt@openoffice.org>  [7197019c202323bd83753d8b41fc232bc411c039]

#99804# Create ListBox and ComboBox with WB_AUTOHSCROLL


2002-07-01  Thomas Benisch  <tbe@openoffice.org>  [9ee8ea907ade7bfbe077f10316b48503a920ef09]

#100215# added setCaretPosition to comment


2002-07-01  Christof Pintaske  <cp@openoffice.org>  [8a4736856d7ecdeb51705ebdb83059a226ca9735]

#100686# use fixed to replace broken X fonts


2002-07-01  Eike Rathke  <er@openoffice.org>  [9d2a6b81553a79dab1b8221f871f1b8c22f1123e]

getFunctionSymbolByName: use SAL_DLL* macros instead of trying to do everything manually ...


2002-07-01  Eike Rathke  <er@openoffice.org>  [00875eb4b32c3e32c5c1df947d7b162b4049dce7]

#90353# new[]/delete


2002-07-01  Stephan Schäfer  <ssa@openoffice.org>  [7f19290e30d60f90c8a299dc35aa6477e1887cff]

#90353# delete[]


2002-07-01  Stephan Schäfer  <ssa@openoffice.org>  [59a7437796a190867ec3fd4924e02a390a349bdb]

#100627# DataChange link


2002-06-28  Matthias Huetsch  <mhu@openoffice.org>  [ec0abd605c82b22d40cafea61f0212621f133b48]

#90353# #i5181# Fixed operator new[]()/operator delete() mismatch in SvStream::CryptAndWriteBuffer().


2002-06-28  Matthias Huetsch  <mhu@openoffice.org>  [1335431b82f7701819375464c886afc36f4a780a]

#90353# #i5181# Fixed operator new[]()/operator delete() mismatch in SfxMultiRecordReader::dtor().


2002-06-28  Stephan Schäfer  <ssa@openoffice.org>  [263f2d463230b848a6dae158a0573940cdae5bdf]

#99071# menubar must not grab the focus


2002-06-28  Andre Fischer  <af@openoffice.org>  [ddcc0239fa3c76ca31be45644b48c8584b3998d0]

#100363# Supported services and types and the implementation name are now displayed.


2002-06-28  Martin Hollmichel  <mh@openoffice.org>  [ebf668622d2a623062e9a051bd3c4d15ae7993f2]

chg: warning for missing bitmaps from KA


2002-06-28  Stephan Schäfer  <ssa@openoffice.org>  [b436d36b7ddbcef91be21fb89e4114b272fa6807]

#100627# keep last window text color for proper HC switching


2002-06-27  Philipp Lohmann  <pl@openoffice.org>  [f1e3c099842ca03d3961790767cdca2547288862]

#99570# set focus to newly shown windows since some WM's are too lazy to do that


2002-06-27  Stephan Schäfer  <ssa@openoffice.org>  [7d3985c089089563684746ecc5b864d42be7f2d3]

#96896# allow small borders for closeable windows


2002-06-27  Kurt Zenker  <kz@openoffice.org>  [15d75c7ea0a68d986b95e2717a4dc744a05daf27]

new version for SRX643


2002-06-27  Kurt Zenker  <kz@openoffice.org>  [699735e255c2f13c0f5cf48bfb14664b3e9a9400]

new version for SRX643


2002-06-27  Kai Sommerfeld  <kso@openoffice.org>  [16363ba6e0635315d35da081a292c170f865137b]

#100790# - Changed UCBHELPER_MAJOR from 1 to 2


2002-06-27  Andreas Schlüns  <as@openoffice.org>  [3cbfd8d3892ce9f6bba5575f39ae074a5e43267e]

#100148# use top windows as system child ones


2002-06-27  Sascha Ballach  <sab@openoffice.org>  [bb702b1a5c1ba143dd4aeeb333ab887d4fd2a23b]

#100676#; add getStates method


2002-06-27  Lars Langhans  <lla@openoffice.org>  [fa79ca182013b3d3da03d8eb219b4c1fa9d760ff]

#100683# fixed


2002-06-27  Ocke Janssen  <oj@openoffice.org>  [b33e1b30abed803f6a1d261add52fd926c1620cc]

#99549# new helper file


2002-06-26  Eike Rathke  <er@openoffice.org>  [409e5a4f99d02ab38e22b9a91087157e53110255]

#99859# add NativeNumberSupplier service


2002-06-26  Thomas Benisch  <tbe@openoffice.org>  [3ef4a7572e7c427b367230a2d3eef1353dd462ed]

#100215# added accessibletexthelper.obj


2002-06-26  Thomas Benisch  <tbe@openoffice.org>  [b29bf69e5ab70c51bb89f3a24f6da39615b683ab]

#100215# helper for implementing an XAccessibleText


2002-06-26  Eike Rathke  <er@openoffice.org>  [91dba32555f2383775713e40432c5a41e44dbcf6]

#99859# wrapper for NativeNumberSupplier service


2002-06-26  Eike Rathke  <er@openoffice.org>  [a8b28cbf45dfada177a53922af423f871c52dfbd]

#99859# rename NativeNumberXmlAttributes members to go conform with XML attribute's names


2002-06-26  Stephan Schäfer  <ssa@openoffice.org>  [464910342aecd0004a2769042ccdc9dac5c8de71]

#99902# increase isbright threshold


2002-06-26  Stephan Schäfer  <ssa@openoffice.org>  [3b3acb487ae6b7a9bc1b2b36865d3917337f145c]

#99902# use isbright/isdark instead of constants


2002-06-26  Nils Fuhrmann  <nf@openoffice.org>  [0e790f2ed3238c9fdb6bb9b4e560fd1ecbba4f79]

Added all potential language candidates to be translated via l10n framework. Fixes #100746#


2002-06-26  Stephan Schäfer  <ssa@openoffice.org>  [5ec578f0077a457e57c33e0d2fb54d78c082068d]

#99336# modal dialogs also disable input for system floating windows


2002-06-26  Gregor Hartmann  <gh@openoffice.org>  [6bf58df7b6b141f54a2084601f5d6fe6d6bbadaa]

#100095# resources not to be i18ned


2002-06-26  Nils Fuhrmann  <nf@openoffice.org>  [160744cfc0fb737613667c73b43f5355bbc670ed]

Usage of l2txtenc to reduce redundency and to support all potential languages. Fixes #100746#


2002-06-26  Peter Burow  <pb@openoffice.org>  [b56b55f93a04c4074cb2bad17391df69f3d6fbcf]

fix: #100376# folders in sort order always on top


2002-06-26  Frank Meies  <fme@openoffice.org>  [015804620f9177a7e2e90d1bb808d66c9f1513f4]

#99877# compareIndexEntry always returned 0


2002-06-25  Oliver Bolte  <obo@openoffice.org>  [4dae28b906935f516e40bec740be666ecd3dcff5]

new version for SRC660


2002-06-25  Stephan Schäfer  <ssa@openoffice.org>  [31c5ed0666a657cabe23c3173b20e69102913c84]

#100292# no accessible fir tip help windows


2002-06-25  Vladimir Glazounov  <vg@openoffice.org>  [9e142b67ab95d0d0e4431708c6dba6bf344cfe2b]

new version for SRC660


2002-06-25  Oliver Bolte  <obo@openoffice.org>  [61671725a4f70ef13a2da091ea909db0ce434300]

#100000# stdio.h added


2002-06-24  Rüdiger Timm  <rt@openoffice.org>  [3ca1dee5ca3f7f558556ed83a7d10210a1ac4dc9]

new version for SRX643


2002-06-24  Kurt Zenker  <kz@openoffice.org>  [54164979d34d33dc145d0e2f1a192065dd1f9d9e]

new version for SRX643


2002-06-24  Christof Pintaske  <cp@openoffice.org>  [b53da8b3448a93ea76d222469dbf134bf94f171d]

#100629# use the deactive color, like we did it in salframe


2002-06-21  Kai Sommerfeld  <kso@openoffice.org>  [944c924d55c32f092639091479aba0519c4a7d7a]

#92581# - URL not cleared on ContentAction::DELETED, content recreated           on demand from URL.


2002-06-21  Herbert Duerr  <hdu@openoffice.org>  [524b589e46b10747aa9d1a98a9cc980fd4492e77]

#100392# make SimpleWinLayouts StretchedText compatible with UNX layouts


2002-06-21  Sven Jacobi  <sj@openoffice.org>  [a803ca2526c12a4bec3a74f47e0bbc90d174353f]

#100428# it is now possible to provide a FilterData property sequence to the GraphicFilter


2002-06-21  Ocke Janssen  <oj@openoffice.org>  [baa5506d5b2db1a513e45749a74ba7b37c75d7f9]

#99812# new helper method used to know if accessible object was already created


2002-06-21  Stephan Schäfer  <ssa@openoffice.org>  [e76e92d016cb03255a0c48370fe83efbaf4f2888]

#100339# do not skip border windows that are frames in GetAccessibleParentWindow


2002-06-21  Herbert Duerr  <hdu@openoffice.org>  [bb1195987fff2caee132350cea085cd4a491d6f6]

#100194# prevent BiDi work in lower layers if possible


2002-06-21  Herbert Duerr  <hdu@openoffice.org>  [b06ca671bb0c5f6c7045f0f067ccbcdf57b771d7]

#100194# fix BiDi behaviour of SimpleWinLayout


2002-06-21  Andre Fischer  <af@openoffice.org>  [13b2bb367f058296527b5c95dfc3e2667a2b3828]

Adaption to changes in SimpleOffice.


2002-06-21  Andre Fischer  <af@openoffice.org>  [23d63fd1c917bd4b57aaa350d2bf02f3b6e020dc]

Fixed createHandler method to cope with root objects.


2002-06-21  Andre Fischer  <af@openoffice.org>  [d408d6599a8d9d36563e03726adac11226d1bdbc]

Changed semantic of getAccessibleRoot method. Added getAccessibleObject method.


2002-06-21  Andre Fischer  <af@openoffice.org>  [52a7cd3785737d78e1d4a20497b6ef3606ccb849]

Printing stack trace of caught exceptions. Adding role name to unnamed accessible objects.


2002-06-21  Andre Fischer  <af@openoffice.org>  [4f4d34f8bb1f524b12f474b0dd431c81ecd61e9d]

Printing stack trace of caught exceptions.


2002-06-21  Thomas Benisch  <tbe@openoffice.org>  [52d930d77286499bd1aa6bfd8ffa648e7ef3b4e1]

#100253# implemented getAccessibleRelationSet()


2002-06-21  Thomas Benisch  <tbe@openoffice.org>  [a9876f66dff46d7ceecf3ccdb0fd94da6444ea2f]

#100253# implemented getAccessibleRelationSet()


2002-06-21  Ocke Janssen  <oj@openoffice.org>  [ed98c0ca847b21f89750444de3e93cc89d3c4e80]

#99812# correct event notifications to make the browsebox accessible


2002-06-21  Peter Burow  <pb@openoffice.org>  [d90edd83d292a76923e8d24b4f2550811a74e292]

fix: #99112# QuickHelpText for IconChoiceControl


2002-06-21  Peter Burow  <pb@openoffice.org>  [482dc2e6f94de718d90aae30f0106810a59274ce]

fix: #99112# QuickHelpText for every entry


2002-06-21  Peter Burow  <pb@openoffice.org>  [56a3acd5bd51a96f7ef97b6f81e9407161a599b6]

fix: #99112# QuickHelpText for every entry


2002-06-20  Kurt Zenker  <kz@openoffice.org>  [17daf9d49225e54082450988d43d8a6dedfda458]

new version for SRX643


2002-06-20  Rüdiger Timm  <rt@openoffice.org>  [b1a0d57d2c30610a44d676c5dd1438fb2b83d7d3]

new version for SRX643


2002-06-20  Kurt Zenker  <kz@openoffice.org>  [cd1ef406361fb3641158ef16ead4be9741bda680]

new version for SRX643


2002-06-20  Kurt Zenker  <kz@openoffice.org>  [de368a2eed30c85beeaa87cab12b77e9ab82f345]

new version for SRX643


2002-06-20  Herbert Duerr  <hdu@openoffice.org>  [39268d88a4edd64d4c14c1e4205ed4aaab3f0239]

#100194# clarify difference between visual and logical order   also for simple layouts avoid glyph output on printers

B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
B
A
B
#100194# clarify difference between visual and logical order

2002-06-20  Kurt Zenker  <kz@openoffice.org>  [43a51ac12bedebdf5d3dd66330ac804fb4de2939]

#100000# add. missing namespace


2002-06-20  Thomas Benisch  <tbe@openoffice.org>  [bcb56d895e5e9ac53797dda46b30073ed23e5577]

#100253# send VCLEVENT_EDIT_SELECTIONCHANGED in GetFocus()


2002-06-20  Oliver Specht  <os@openoffice.org>  [2ca7cb927cfd89903b247efc72853f08ce064106]

#100357# KEY_RETURN handling corrected


2002-06-20  Stephan Bergmann  <sb@openoffice.org>  [5e02ede4cea2dd9fd639946a786459ac2c9f3d81]

#98579# Call removeDragGestureListener in destructor.


2002-06-20  Tino Rachui  <tra@openoffice.org>  [d2f7bfc67537540cf9ce10492484e680894787df]

#100527#fixed bug in synthesizeUnicodeText, it was assumed that the string from clipboard was zero terminated which was wrong


2002-06-20  Karl Hong  <khong@openoffice.org>  [9b59ac863932466f3dad7f80e64e9467e89e3932]

#100323#fixed a number comparison problem


2002-06-20  Karl Hong  <khong@openoffice.org>  [0038357b352c463c99d73c761ab0ecc2a22045cf]

#99859#first implementation for NativeNumberSupplier


2002-06-19  Herbert Duerr  <hdu@openoffice.org>  [1cec53ee14a42fcc53ad5b6d3b81e83387a6311f]

#99619# fix text breaking when hyphenation is enabled


2002-06-19  Thomas Benisch  <tbe@openoffice.org>  [c5356d5a8000783479848a0f3cb03d69cd260dac]

#100195# added VCLXWindow::GetAccessibleContext()


2002-06-19  Thomas Benisch  <tbe@openoffice.org>  [62689936464aa7fffd5432978d60da27cbccd16c]

#100195# VCLXMenuWindow now also handles the setting of a new menubar at the window


2002-06-19  Thomas Benisch  <tbe@openoffice.org>  [d7186cffbbf8e7c58bbaa0e8b3ae33c6a82ff7bf]

#100195# send VCLEVENT_WINDOW_MENUBAR if a new menubar was set


2002-06-19  Philipp Lohmann  <pl@openoffice.org>  [1d503228f81dd7a0f3d6186582cb2ea613254b70]

#90353# #i5181# use correct allocation


2002-06-19  Thorsten Behrens  <thb@openoffice.org>  [f56ca8a4ec2ac9a312d1c9ceb17eb3486dd2a14e]

#100127# Added bezier render support for PolyLine, Polygon and PolyPolygon on OutputDevice and SalGraphics


2002-06-19  Stephan Schäfer  <ssa@openoffice.org>  [46b7ffe1082bad9a1d3cfe677eb45a54ccf3ac6e]

#90353# use rtl memory allocation


2002-06-19  Thorsten Behrens  <thb@openoffice.org>  [a8b14817b019929e7c7e7a2e3b616a613e9207b0]

#90353# Corrected destruction of heap arrays


2002-06-19  Philipp Lohmann  <pl@openoffice.org>  [46c9e3048cb723128ef7e0ba62ac8639aa52bbea]

#90353# #i5181# use correct allocation


2002-06-19  Philipp Lohmann  <pl@openoffice.org>  [d376a958991a67412252b58600988f7cceb5e682]

#90353# #i5181# use correct allocation


2002-06-19  Philipp Lohmann  <pl@openoffice.org>  [f41720d0fbf50a41fdb286d5f87d95929e4d2636]

#i3763# change search for system commands to positive check


2002-06-19  Peter Burow  <pb@openoffice.org>  [dd35f94e20304df8f086f307bf4a41b4ebbea9ca]

fix: #100391# new SetCheckButtonData()


2002-06-18  Karl Hong  <khong@openoffice.org>  [7ba099d90fba8c00f5258ad4e2889836e6705400]

#99877#First implementation for XExtendedIndexEntrySupplier


2002-06-18  Karl Hong  <khong@openoffice.org>  [bb8a5801664a5c571e727f0ad68eb96b6119392c]

#99877#First implementation for XExtendedIndexEntrySupplier


2002-06-18  Sven Jacobi  <sj@openoffice.org>  [f13e56c2e6cf8e60ada4faefc3786c2a15bacd5d]

#100428# supporting FilterData Property


2002-06-18  Stephan Schäfer  <ssa@openoffice.org>  [87b6e4d758d57a95fc265e4dfdbf05c9813be0b4]

#99947# send name change event always, not only for frames


2002-06-18  Philipp Lohmann  <pl@openoffice.org>  [b5aca3c68f10ec3637b06a085eb40100f826367c]

#99692# #100296# clip XGetImage rectangle properly


2002-06-18  Herbert Duerr  <hdu@openoffice.org>  [070afa981a47fbb1b6d4748a9b5010b3d879ce9b]

#100433# enable simple CTL clusters for X11 fonts in e.g. Thai


2002-06-18  Herbert Duerr  <hdu@openoffice.org>  [7e97b0cb6e4292dafdace77aa7324981a7fb7f16]

#100433# build dependencies correctly


2002-06-17  Rüdiger Timm  <rt@openoffice.org>  [8f24727f9693cf1ff26d5fc7c69150ff2e1732bc]

new version for SRX643


2002-06-17  Kurt Zenker  <kz@openoffice.org>  [eb4c533b6226d06dc0ee4ff3444f5ee21073dcc0]

new version for SRX643


2002-06-17  Stephan Schäfer  <ssa@openoffice.org>  [3feab644c93206727b0babf22aafd1ce73358ef5]

#100410# check GetWindow() return value


2002-06-17  Oliver Specht  <os@openoffice.org>  [48b82fa183de7bf4cb8d358122a6f1ec3beca322]

#100308# Accessibility tool support configuration is read from VCL node


2002-06-14  Malte Timmermann  <mt@openoffice.org>  [c126989ac607c22270b8bb12c7f1ae9707b3fbd9]

#100356# corrected bound rects from menu items


2002-06-14  Vladimir Glazounov  <vg@openoffice.org>  [64164586a9c345636045a7d178ba64598b2e64e7]

#100000# added file to exception section


2002-06-14  Kurt Zenker  <kz@openoffice.org>  [d6ef6a64a9732c2fafbc9cc4829faaade76b4244]

new version for SRX642


2002-06-14  Peter Burow  <pb@openoffice.org>  [389fcb3b2d01f30d46cffd9d0ec4d0b021e4401f]

fix: #100340# new event: VCLEVENT_TOOLBOX_HIGHLIGHTOFF


2002-06-14  Rüdiger Timm  <rt@openoffice.org>  [b07d4c1ec64402558e18de9bdb97c388c06997d6]

new version for SRX642


2002-06-14  Philipp Lohmann  <pl@openoffice.org>  [8c5911ec6c164eb674a50607fb413d91549edfd5]

#98619# end incremental transfers correctly


2002-06-14  Stephan Schäfer  <ssa@openoffice.org>  [c30d8367f93baaeb12b307acaae780cfd1fa18ae]

#100338# do not skip borderwindows when checking suppressing accessibility events


2002-06-14  Christof Pintaske  <cp@openoffice.org>  [2d8cb133738cb12dea9c4320f5eab2ff56cf0727]

#100327# #100132# ignore destroyed RESOURCE_MANAGER properties on root window


2002-06-14  Malte Timmermann  <mt@openoffice.org>  [f24b5fbbb200db17d51c774a1780f622d8790020]

#100182# ATToolSupport...


2002-06-14  Malte Timmermann  <mt@openoffice.org>  [64a48118bba91897c6b03cc7df371d55011c5880]

#100182# ATToolSupport...


2002-06-13  Herbert Duerr  <hdu@openoffice.org>  [a57e05613bc155c413b3d00a7767e7d70840bf03]

#99117# improved ApplyDXArray for Hindi


2002-06-13  Herbert Duerr  <hdu@openoffice.org>  [04a7227bf5038d274cc0c89a1c9c0c48a9a9d107]

#99117# fix text breaking for nCharExtra!=0


2002-06-13  Herbert Duerr  <hdu@openoffice.org>  [2c8a4dc71d963eec7486277fde13435f95c7b185]

#99117# improve cluster start detection


2002-06-13  Vladimir Glazounov  <vg@openoffice.org>  [ab91c2edbb9d450ac421e93a554fbf7c816758a3]

new version for SRX643


2002-06-13  Philipp Lohmann  <pl@openoffice.org>  [dcfe1d9b4dfaaeb3ae47c5412b09d4cf8fe8c07f]

#99776# add native programs to read GNOME2 style settings


2002-06-13  Stephan Schäfer  <ssa@openoffice.org>  [90cb5dc43f54c78e5a52fbb4a8640337ce704234]

#100234# register context menues correctly, send highligh event always in base class


2002-06-13  Eike Rathke  <er@openoffice.org>  [b330e426f86b129f1833c54e62b438de3254f997]

#99346# rename CTLScriptType::CTL_UNKNOW to CTL_UNKNOWN


2002-06-13  Kurt Zenker  <kz@openoffice.org>  [4367b5bc3cfeb9bc5ebd20daa1fdd0066b0955ce]

new version for SRX643


2002-06-13  Sven Jacobi  <sj@openoffice.org>  [a2a76f19e8fc07c866fd0ee7a4821d0986d719cf]

#100303# MetaTextArrayAction: storing correct text part


2002-06-13  Kurt Zenker  <kz@openoffice.org>  [bbdfe35c3b5b220ece002d1c9c14996d35c50de5]

Merge SRX642: 13.06.02 - 14:54:02


2002-06-13  Andre Fischer  <af@openoffice.org>  [eca2b00eeee6161683bb13caf2499f8aefb2eafe]

Added support for execution of accessibility actions.


2002-06-13  Thomas Benisch  <tbe@openoffice.org>  [dffce7af617f008d0c3c6426bf3df2cf711df02a]

#100234# remove mnemonic from accessible name


2002-06-13  Andre Fischer  <af@openoffice.org>  [483b2e7200d5796b16d974800bfd8afbaf6fe9a1]

Added support for performing actions.


2002-06-13  Peter Burow  <pb@openoffice.org>  [b91d8d7c479db0294428d0cc9b722969c958a98a]

fix: #100122# notify inserting or removing items


2002-06-12  Philipp Lohmann  <pl@openoffice.org>  [4722c3c98c67cc8d72cd9b5c8ed99d2fb0046008]

#99776# do not forget to exit if exec fails


2002-06-12  Daniel Rentz  <dr@openoffice.org>  [da794d993dde58af6cf30fa97d099248e146ae23]

#99812# create an acc. cell before asking for it


2002-06-12  Frank Schönheit  <fs@openoffice.org>  [9fc8ec1460eae1b2d028ee4445bcc4402725a133]

#100126# exception thrown in wrong situation


2002-06-12  Frank Schönheit  <fs@openoffice.org>  [e4d78474a9796e2ad18ffccbdd125e494df99d68]

#100126# corrected queryInterface/getTypes - care for the XAccessible


2002-06-12  Frank Schönheit  <fs@openoffice.org>  [ff93350695c84c68c6b07c42afd403bc38403206]

#100126# corrected queryInterface/getTypes - care for the XEventListener


2002-06-12  Malte Timmermann  <mt@openoffice.org>  [ce9303ce3eeaf9aedb5841dc9f2163bd63526f71]

#100214# Remove correct listeners, also in OBJECT_DYING, set pVCLXWindow NULL in OBJECT_DYING


2002-06-12  Malte Timmermann  <mt@openoffice.org>  [34579fe26722ed60a90b41aac05ab276f4138bba]

#100214# Create accessible only if window exist


2002-06-12  Malte Timmermann  <mt@openoffice.org>  [d71f8b8a33a574562fbec5e6cc66477fa1c6af96]

#100214# Just a comment for this problem


2002-06-12  Peter Burow  <pb@openoffice.org>  [8493972e8c8aa2e769726f4305db25449297a54e]

fix: #100163# EventListener added


2002-06-12  Peter Burow  <pb@openoffice.org>  [c9525aca94271f468725dab6539c933759e39ea2]

fix: #100163# EventListener added


2002-06-11  Eike Rathke  <er@openoffice.org>  [e3084a98e3fe7f978dd074d9fa8e53b844ba6830]

#i2285# according to Alonso the cent symbol (and not a C) is the widely used replacement for the real Colon symbol


2002-06-11  Kurt Zenker  <kz@openoffice.org>  [5c3ff1776766c22c21d0f4eab692043bc19ccc29]

new version for SRX642


2002-06-11  Herbert Duerr  <hdu@openoffice.org>  [774f153b298ed7c9cde1b004ccf6816487f296ec]

#99117# fix glyph positioning for CTL


2002-06-11  Kurt Zenker  <kz@openoffice.org>  [146c169f4c8c958ef40e6859a3d880a408119fbf]

new version for SRX642


2002-06-11  Philipp Lohmann  <pl@openoffice.org>  [1112fa9badb11fbb6fdc4ce968ea170614e56f52]

#99705# corrected MenuBar::SelectEntry behaviour


2002-06-11  Sven Jacobi  <sj@openoffice.org>  [63e39cb4d4a5fa6b45bdb1e83e797346ddf05b20]

#100171# not ignoring the closedfigure action, so that we can import PolyPolygons


2002-06-11  Malte Timmermann  <mt@openoffice.org>  [6499e7a96845e6db73a9f97faa78ed249485afab]

#100174# Fixed loop in GetLabeledBy / GetLabelFor, don't test enabled state


2002-06-11  Sven Jacobi  <sj@openoffice.org>  [698cbf0a453b302187f0a781b1da3d7b1c091f04]

#100127# MetaPolyLineAction, MetaPolygonAction and MetaPolyPolygonAction are taking care of Polygon flags


2002-06-11  Peter Burow  <pb@openoffice.org>  [2b716a265fe0b0eb52a78d39318917ff21efe121]

fix: #100100# preview image corrected


2002-06-10  Oliver Bolte  <obo@openoffice.org>  [2b04a9c78d78b44af1e457438a891130a47b1595]

new version for SRC659


2002-06-10  Thomas Benisch  <tbe@openoffice.org>  [cd7aef0ec4868e196f21c074cd8f2bbc84a6bbdc]

#99790# lock the solar mutex


2002-06-10  Thomas Benisch  <tbe@openoffice.org>  [17e6510515b01f6be7efac3ac9540e7b25f6dc70]

#99786# set accessible name for menues


2002-06-10  Philipp Lohmann  <pl@openoffice.org>  [2f6ec7110b19b819e99e361622e32eb5e6e5dee9]

#99776# read gnome2 system settings


2002-06-10  Christof Pintaske  <cp@openoffice.org>  [9a02d28ee987a40fc9927194cc4aa2366bb48f42]

#100077# don't free property value after conversion error


2002-06-10  Stephan Schäfer  <ssa@openoffice.org>  [08d015f5e7c99b095fc4add987a400f5192fcbbf]

#99786# accessible contextmenues


2002-06-10  Stephan Schäfer  <ssa@openoffice.org>  [a2532b52caf8ee5497a2860fafbaa8c95efa1068]

#99786# accessible contextmenues


2002-06-10  Stephan Schäfer  <ssa@openoffice.org>  [b7820ede9caad18985b08d80f8bd7574956e7a77]

#99526# check in focus events if window still has focus


2002-06-10  Rüdiger Timm  <rt@openoffice.org>  [c8d61585ee62c7d7638edb5fd513548a2231bc60]

Merge SRX642: 10.06.02 - 17:24:09


2002-06-10  Caolán McNamara  <cmc@openoffice.org>  [20ca7183d325ee1a03b0c4f5187d114f4b586cf9]

#99368# Watch for 1 char long sections


2002-06-10  Herbert Duerr  <hdu@openoffice.org>  [01e7cd7951d832927b293bb4f7c4918e95e511b0]

#99117# better script recognition


2002-06-10  Caolán McNamara  <cmc@openoffice.org>  [8115bd12e6aa1caf071460c0e461a4100e66edbc]

#99368# When starsymbol has been used, try and map to existing windows fonts


2002-06-10  Caolán McNamara  <cmc@openoffice.org>  [f4dee728b4059226c49e91cc415caf9484e35d1c]

#99368# try iterator not const_iterator


2002-06-10  Rüdiger Timm  <rt@openoffice.org>  [9b30ef50a8aacaacbacc234fdfae0766018ff536]

new version for SRX643


2002-06-10  Stephan Schäfer  <ssa@openoffice.org>  [f8c3e97f709bfcd4e40ef9630db372831a6f81ac]

#100026# TriggerItem method


2002-06-07  Caolán McNamara  <cmc@openoffice.org>  [c028b1159467fb7c7eeddf5ba1ddebee45a3e912]

#99368# Allow reverse mapping from starsymbol to multiple windows fonts


2002-06-07  Herbert Duerr  <hdu@openoffice.org>  [cd693c4acd4ec2ca3a7b6b57dae52b1734d253b5]

#99913# avoid GetTextMetricsW on W98 platform


2002-06-07  Kurt Zenker  <kz@openoffice.org>  [e0c1494da24da6f5ffc2df5caee3d36b5d0387bb]

new version for SRX642


2002-06-07  Oliver Braun  <obr@openoffice.org>  [70527e892a4f9bde7dac23304b2e5aff200367d8]

#99847# marker interface for gnome access bridge


2002-06-06  Eike Rathke  <er@openoffice.org>  [f833d1ecf7b66c715568ea038cbb28c19b9b2b72]

#99997# edit date format (21) determines also the YMD default order


2002-06-06  Eike Rathke  <er@openoffice.org>  [d3b0698714dd87e5e811f415edf7fc0ddfc32dab]

#99997# getDateFormatsImpl: use edit (21) format to determine YMD order if possible


2002-06-06  Kurt Zenker  <kz@openoffice.org>  [7e01bac6ace0b25b19331d387daa94a43ac6777e]

new version for SRX643


2002-06-06  Rüdiger Timm  <rt@openoffice.org>  [af33437403967dfeb439f3f1f30e48e28e81a3a3]

new version for SRX643


2002-06-06  Kai Ahrens  <ka@openoffice.org>  [6b0dc079359de7c58a4bd395aef59ed61399982e]

#98591#: enabled errors again for SRCX642EA1


2002-06-06  Christian Lippka  <cl@openoffice.org>  [49cd72e5374980a3daa27c31354c31476ca54247]

#99741# high contrast image support added


2002-06-06  Herbert Duerr  <hdu@openoffice.org>  [19c544e406e2fa6c0e36220de87d09a53ed40888]

#99117# fix unit conversions


2002-06-06  Herbert Duerr  <hdu@openoffice.org>  [4f48f4e1311a188cc72c170a7392268f14ddae60]

#99117# fix GetCharWidths and ApplyDXArray for Indic scripts


2002-06-06  Philipp Lohmann  <pl@openoffice.org>  [1eae55e5cc0977c79acd7854cc5113b04443f50b]

#99988# #99989# correcteted ChangeHighlightItem and SelectItem on MenuBar


2002-06-06  Stephan Schäfer  <ssa@openoffice.org>  [b066d5d3b1d81c56c20924316065003239dc4e05]

#99526# suppress events after hiding window


2002-06-06  Stephan Schäfer  <ssa@openoffice.org>  [d088a614eecc08844a3f2d46c053ebb62e21d983]

#99526# make menubar visible again, send labels as names for controls, avoid duplicate child events when closing


2002-06-06  Kai Ahrens  <ka@openoffice.org>  [a5591f4789e8d774bc58973d3798e8ca12ba26ab]

#99943#: use PAGEUP/PAGEDOWN only without modifiers


2002-06-06  gt  <gt@openoffice.org>  [d39cc48755c916895e866e3ca6930453f84cb3e6]

#65293# second ctor gets a const for ResId&


2002-06-05  Kai Ahrens  <ka@openoffice.org>  [498d064d9e5c516369d56f375e2009851a3c4f69]

#99936#: improved accessibility (focus)


2002-06-05  Oliver Bolte  <obo@openoffice.org>  [732d55507a5eb574be38d8b17812d53dd6708d6a]

new version for SRX642


2002-06-05  Vladimir Glazounov  <vg@openoffice.org>  [daf6a537a7ec8986bbcb3003b19350b71194aee2]

new version for SRX642


2002-06-05  Kurt Zenker  <kz@openoffice.org>  [0a3519b94dd58a66abe1023343b490936b5ede61]

new version for SRX642


2002-06-05  Philipp Lohmann  <pl@openoffice.org>  [9ab88d0fa8679cceb92e0e3dfb5c6aa66d8d2fa5]

#99777# higher contrast in single selection mode


2002-06-04  Peter Burow  <pb@openoffice.org>  [dd04335016afe407669456a1635cc2b48d415f37]

fix: #99880# getProductPatchLevel() added


2002-06-04  Bustamam Harun  <bustamam@openoffice.org>  [96b1f974ec64f9c8b683c00b0d43992558f9e953]

#99250# Arabic locale data fixes


2002-06-03  Karl Hong  <khong@openoffice.org>  [476ea10aeb93b1f3fd8246981ec750d05a21f680]

#99260##99261##96776#Setup workbreakiterator rules for dictionary and edit mode


2002-06-03  Thomas Benisch  <tbe@openoffice.org>  [d72601e7bcaf0fcdfeb5ceecd07f0ab2af130513]

#99786# added characterattributeshelper.obj


2002-06-03  Stephan Schäfer  <ssa@openoffice.org>  [24a6203206766a87aaab93af15fb603b54afe877]

#99533# support for frame title change


2002-06-03  Stephan Schäfer  <ssa@openoffice.org>  [298e1fae6f085ccea700c1275a2594bf82cdccf1]

#99533# support for frame title change


2002-06-03  Sven Jacobi  <sj@openoffice.org>  [90cb71b4b54329c11cd7bc1bad5781fd5713b0dc]

#99876# not using textencoding symbol if encoding fontnames


2002-06-03  Stephan Schäfer  <ssa@openoffice.org>  [24750af47a9e2cf5e1b7a120bbe1b9d36ebc7f0b]

#99526# helper function for child events


2002-06-03  Nils Fuhrmann  <nf@openoffice.org>  [0aeaba74ca413bdd2c8270aba3375db62c9cb4b6]

#98120#: Support for new configuration format *.xcu


2002-06-03  Herbert Duerr  <hdu@openoffice.org>  [6a5100a95eb0771a08e0729b4805ed43abb3a39f]

#99117# fix of by one for GetFontCharmap


2002-06-03  Eike Rathke  <er@openoffice.org>  [0416b3970e2d77a405ad94a21618d6ee9d838bd0]

#99345# just adding interim .cxx files is not sufficient, .obj files must be specified too


2002-06-03  Stephan Schäfer  <ssa@openoffice.org>  [822bde67112519ed8077ab94b0c0f7e8af4728a5]

#65293# merge 1.97.2.1


2002-06-03  Nils Fuhrmann  <nf@openoffice.org>  [34b600275201d1457ecefd35be404bb4fe0d4aae]

#98120#: Support for new configuration format *.xcu


2002-06-03  Eike Rathke  <er@openoffice.org>  [6dd769821ea139fda34588eb34d2fc112a878da2]

#97872# description of FormatElements requirements


2002-06-03  Eike Rathke  <er@openoffice.org>  [59d349fd62d4362a17734bd2a0285d8d3e119554]

#97872# formatindex 21 and 47 must be edit date and edit date/time formats


2002-06-03  Eike Rathke  <er@openoffice.org>  [b7c90d4bf0fa6a337ecc2eeefff0135fe67380c9]

#97872# adjusted formatindex values (also 48 and 49 are reserved, but used internally)


2002-06-03  Philipp Lohmann  <pl@openoffice.org>  [3daf79100aba4928e6e453e14a69aa73be8d9aae]

#98573# add: Menu::GetActivationKey


2002-06-03  Karl Hong  <khong@openoffice.org>  [51df37be97b9a80b8c3283c5712003e95b36fb45]

#95565#Set phonetic algorithm as default collation


2002-06-01  Bustamam Harun  <bustamam@openoffice.org>  [cfe46496fd01031228041bdc62ca21ee602336d2]

#99345# Add new Indian locale: Tamil, Telegu, Kannada


2002-06-01  Bustamam Harun  <bustamam@openoffice.org>  [99bcf72d6b425c542bc8908f8c097a9638e0c9b7]

#99345# Add new Indian locale: Kannada, Telegu, Tamil


2002-05-31  Eike Rathke  <er@openoffice.org>  [1f8043a8a91a2e29ed47674281f65fddc1517417]

#99499# update NatNum map with zh_SG, zh_HK, zh_MO


2002-05-31  Eike Rathke  <er@openoffice.org>  [5011876930a205ac31a364c0f1ef68c3a2c8b7da]

#99499# update NatNum maps


2002-05-31  Eike Rathke  <er@openoffice.org>  [dabe23757bae2a57116bd4d10f18f76c6e4df9ed]

#99499# update NatNum maps


2002-05-31  Thomas Benisch  <tbe@openoffice.org>  [c545be4f21f2c756e60ff3826b2d90bed4087881]

#99790# getAccessibleKeyBinding() now uses window activation key


2002-05-31  Eike Rathke  <er@openoffice.org>  [02faf7c310afb31bbffd37dc356255bf792871ff]

#99499# new: SvNumberNatNum, native numbers


2002-05-31  Philipp Lohmann  <pl@openoffice.org>  [e66fa0a770a538993787c7e228d3202cdc10613d]

#99730# corrected GetDisplayBackground for ListBox


2002-05-31  Kurt Zenker  <kz@openoffice.org>  [4784e11288b69f381aeeea1e849b9c654cf72156]

new version for SRX642


2002-05-31  Christof Pintaske  <cp@openoffice.org>  [2421ca3af880093e0902b7d036c7497c55880fd0]

#99766# #99761# handle xevents first, then timer


2002-05-31  Eike Rathke  <er@openoffice.org>  [f41a4240f6d2e17cf459213303788f618d696d87]

#99499# add: loadModuleByImplName(), transliterate() without language parameter


2002-05-31  Herbert Duerr  <hdu@openoffice.org>  [a1897dd4d7883cc2a6e17a673f52f9929bb5396b]

#97492# fix problem with script change at every character


2002-05-31  Ocke Janssen  <oj@openoffice.org>  [185115d6c0ff46412837274717b6895d611458a6]

#99812# accessible adjustments


2002-05-31  Vladimir Glazounov  <vg@openoffice.org>  [71a88aa5cf5433a0059e8b06d084c186dc133b26]

#65293# HDU: remove mnWidthFactor usage for remote case


2002-05-31  Rüdiger Timm  <rt@openoffice.org>  [c2ae44b8de51e70662fc46d3d481d1cd770cb4d5]

new version for SRX642


2002-05-31  Philipp Lohmann  <pl@openoffice.org>  [f43872e904fddef43bab7c0b3fae3b24168933d9]

#98499# added LANGUAGE_THAI as 66


2002-05-31  Philipp Lohmann  <pl@openoffice.org>  [ecbb88eb42139ef7a0c98e0155387e0100f61de6]

#99117# try to find fonts of JRE/JDK


2002-05-31  Kai Ahrens  <ka@openoffice.org>  [757a75d330370a23b384a9ac877fe241e6ba7127]

#98591#: enabled errors again for SRCX642EA1


2002-05-31  Peter Burow  <pb@openoffice.org>  [69ee32c9b1890436032767c15edb8cda2bd2ab5b]

fix: #99706# HC-Support


2002-05-31  cdt  <cdt@openoffice.org>  [1cc3f7c23248b5aeff19f888bf8e10c4dc8be487]

#99526# rvp extension for accessibility


2002-05-31  Herbert Duerr  <hdu@openoffice.org>  [571a1447090692bce6a747bd8cd3993b6ca79608]

#99456# reset GCP structure before retry


2002-05-31  Kai Ahrens  <ka@openoffice.org>  [adf86ca971f9cf6511844bb56c7db99579b9f040]

#99757# checksum has to be set, so that GraphicId is not empty


2002-05-31  Sven Jacobi  <sj@openoffice.org>  [9a830da2308ceb8282ce6520b0adecc8f739732f]

#97492# now using GetTextOutline instead of GetGlyphOutline, (GetTextOutline is always creating baseline oriented outlines)


2002-05-31  Martin Hollmichel  <mh@openoffice.org>  [574ed3242148b4c0084bbf433992d2cb6491cbd3]

chg: delete line for demo purpose


2002-05-31  Stephan Schäfer  <ssa@openoffice.org>  [0a306814eca294508d0e22ad18003076a685f1c4]

#99526# avoid assertion


2002-05-31  Stephan Schäfer  <ssa@openoffice.org>  [fb0e55dd79e28b53c96911c08d27bc37ba332635]

#99526# revert to old hierarchy code


2002-05-31  Stephan Schäfer  <ssa@openoffice.org>  [62fa5e6ae957d8bc5004b74f557b21fb07af6092]

#99526# call highlight event


2002-05-31  Stephan Schäfer  <ssa@openoffice.org>  [476d627784c633248ba0be0d81246101f9ade33c]

#99526# helper methods for toolbox access


2002-05-31  Christof Pintaske  <cp@openoffice.org>  [ed11ddbdb6ee57d650e6122a6033381ba860f491]

#99761# handle xevents first, then timer


2002-05-31  Frank Schönheit  <fs@openoffice.org>  [f441c1fda64185923ad105c2813b095caabd7e02]

#98264# small modifications to the selection drawing


2002-05-31  Karl Hong  <khong@openoffice.org>  [c1d34eea79834377b3f7eca1b22f3ff22c9b6e61]

#99499#Add NumToTextFullwidth for Chinese locales


2002-05-31  Karl Hong  <khong@openoffice.org>  [d08495dbdc1d0502a2090055339e16f9f2958b93]

#99499#Add NumToTextFullwidth for Chinese locales


2002-05-31  Karl Hong  <khong@openoffice.org>  [885288a9722d3ccc5e2d924b5c1aa561851d72d0]

#95565#Update Japanese phonetic indexentrysupplier


2002-05-31  Karl Hong  <khong@openoffice.org>  [33e636825c2041b97b138cb103e36233b721a672]

#95565#Update Japanese phonetic indexentry data


2002-05-30  Herbert Duerr  <hdu@openoffice.org>  [c909173ae37af44a3142f92a7c6c03cb35baf617]

#97492# prefer fonts with CTL potential => TTF


2002-05-30  Peter Burow  <pb@openoffice.org>  [7926f1bd255fa5032bb434ada52d0f2822e14c2d]

fix: #99531# use external lock


2002-05-30  Peter Burow  <pb@openoffice.org>  [36c506d0985dd8c5859ffb73cf26244a83070b59]

fix: #99531# vclxacc...ToolBox* added


2002-05-30  Peter Burow  <pb@openoffice.org>  [5abc794a63f52e2fa9a76356645e680cd64e20e1]

fix: #99531# VCLXToolBox added


2002-05-30  Peter Burow  <pb@openoffice.org>  [a599c9cb06a798dc788d2ff17fb8dc2f95404dd7]

fix: #99531# externallock added


2002-05-30  Peter Burow  <pb@openoffice.org>  [b4e4747ece4d24f24f7a2842d34887069bbda15c]

fix: #99531# external lock for toolkit


2002-05-30  Peter Burow  <pb@openoffice.org>  [eb832fc047e7363868ec99e89f84ee6bfb097d31]

fix: #99531# accessible for ToolBox


2002-05-30  Stephan Schäfer  <ssa@openoffice.org>  [d828ae67d82e3ab3e8cc950ec882f6b20654f32c]

#99526# no borderwindows in accessible tree, change sending of accessible events


2002-05-30  Stephan Schäfer  <ssa@openoffice.org>  [c7d6865603d8868ca53eb5bc7bf7708154141c96]

#99526# send create/destroy in show/hide events


2002-05-30  Frank Schönheit  <fs@openoffice.org>  [b94732c267ae0bd739b8a87f1f73c542239b70ed]

#98264# using new highlighting for selected entries


2002-05-30  Frank Schönheit  <fs@openoffice.org>  [d9abaae789a327bd29107c77bc280f1da96f13d8]

do not open the folder when the URL did not change (found during #98264#)


2002-05-30  Karl Hong  <khong@openoffice.org>  [2560a9b244358c1f6e470ba83e08052a379f2701]

#99499#added new transliteration for Native number formatter


2002-05-29  Herbert Duerr  <hdu@openoffice.org>  [d8ca071ac527b177c6463f3211a7d72637a445e6]

#97492# fix advance width calculation for kerned layouts


2002-05-29  Herbert Duerr  <hdu@openoffice.org>  [73c2cd1d9f9bced30a3d0a2055bda15814336d94]

#97492# re-implement asian kerning for CTL vcl


2002-05-29  Philipp Lohmann  <pl@openoffice.org>  [b0c8e5332e9c64ba959738849237aa83f3d175de]

#99659# better leave width unchanged in DataChanged


2002-05-29  Philipp Lohmann  <pl@openoffice.org>  [b023b1c60c8e1b73c59ed5b8dcf7d5fbe8e0c87f]

#99467# hide duplicate separators


2002-05-29  Sven Jacobi  <sj@openoffice.org>  [c4cbcd8ca6a91cc26a0920c7556664b9e2a6cc20]

#90353# changes for array delete


2002-05-29  Christof Pintaske  <cp@openoffice.org>  [cffa101192500a03b39b592d66e527c3ba9ef87c]

#99574# read the ui font from configuration


2002-05-29  Kai Ahrens  <ka@openoffice.org>  [df7c9271ed6f73131197886f4882a7ac65c37407]

#90353#: correct usage of array new/delete


2002-05-29  Kai Ahrens  <ka@openoffice.org>  [9d79e550c137270b2508e9f97d8a95380a94b4ad]

#90353#: correct usage of array new/delete


2002-05-29  Kai Ahrens  <ka@openoffice.org>  [0f01b714a0ac329c3fd71f6dc1aa89e7a5075e04]

#90353#: correct usage of array new/delete


2002-05-29  Herbert Duerr  <hdu@openoffice.org>  [7940e1008734e86b1e1fbc3e59e50306c28e7958]

#99057# register fonts in /share/fonts/truetype, set default encoding to unicode


2002-05-29  gt  <gt@openoffice.org>  [76a9d6b307e372bf327c34f0a69d23477d114295]

#98414# mnemonic-handling in hyperlink dialog including icon choice control


2002-05-29  Gregor Hartmann  <gh@openoffice.org>  [ac6fda5cf5295ad5e3ddaf99e1644f74fd1509f8]

#98836#Assertion in Testtool


2002-05-29  Herbert Duerr  <hdu@openoffice.org>  [0b1967d96ff56d0b0246267c6e78fa3f00a19d01]

#97492# use more string context for asian kerning


2002-05-29  Sven Jacobi  <sj@openoffice.org>  [dcc239e9e2473a22cd22f2e32bfc97171adccc74]

#99514# enhancing dxf import (LWPolyLine and Hatch support)


2002-05-29  Philipp Lohmann  <pl@openoffice.org>  [e3655270badf263b9858e53cf221457e7a033b65]

#99647# #i4468# do not try to read invalid GSUB tables


2002-05-29  Gregor Hartmann  <gh@openoffice.org>  [e0c86fa83333abb067dca1f02448934b898d3ab8]

#98836#Assertion in Testtool


2002-05-28  Herbert Duerr  <hdu@openoffice.org>  [848a2e74afd74605e59a92a23ce4556a0f1ce130]

#97492# re-implement asian kerning for CTL vcl, remove char width array


2002-05-28  Herbert Duerr  <hdu@openoffice.org>  [2e56d126395f8d7d3d0dc7a10dac902514aafd27]

#97492# re-implement asian kerning for CTL vcl


2002-05-28  Stephan Schäfer  <ssa@openoffice.org>  [6fef1370c85be3cc9506923ef258594274ab5cf0]

#98154# draw green arrow without offset


2002-05-28  Philipp Lohmann  <pl@openoffice.org>  [0a3b97794cd7aa53e1456eea1bbf0da441474f44]

#98573# additional helper methods for accessibility


2002-05-28  Mathias Bauer  <mba@openoffice.org>  [50472296a23105b340fa68d340a51d7dc2899278]

#98405#: different memberids for RectangleItem


2002-05-28  Kurt Zenker  <kz@openoffice.org>  [365c698acd65ac2862d86b6aeac11cd3c8cde4de]

new version for SRX642


2002-05-28  Oliver Specht  <os@openoffice.org>  [b1673fa9e85888089f9fe59fb4144e2b06901246]

#99537# key stroke travelling improved


2002-05-28  Philipp Lohmann  <pl@openoffice.org>  [30674ea5b1c8e614d993d2e654422de040ed296c]

#99579# make WM_CLASS property more ICCCM compliant


2002-05-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c577c745b6a66a0660acc05fbb38c22d5796491c]

new version for SRC658


2002-05-28  Kurt Zenker  <kz@openoffice.org>  [6e7b8249479bcbf16f4a76b3698f89f4117a67c0]

new version for SRX642


2002-05-28  Kurt Zenker  <kz@openoffice.org>  [9ee7ed0e6754cfb5e840e1532784a79a251aeb9e]

new version for SRX642


2002-05-28  Herbert Duerr  <hdu@openoffice.org>  [d34889a0cb08bca28af3d4c7b68785f6421b4336]

#99019# avoid glyph indexing on non-TT fonts


2002-05-28  Mathias Bauer  <mba@openoffice.org>  [0988133da1af45a0b2c8809cec14866f6bc562dd]

#98405#: typos


2002-05-28  Mathias Bauer  <mba@openoffice.org>  [a728d9632eba0a365588cb460c21b95371aee992]

#98405#: typos


2002-05-28  Vladimir Glazounov  <vg@openoffice.org>  [1c7be90d7f2df511c78110392395c9b0444073c0]

#65293# corrected typo


2002-05-27  Thomas Benisch  <tbe@openoffice.org>  [725cd5c9ed2f3e8fd93c04a1ea8cb3cff2305740]

#97222# set accessible parent and index in parent in VCLXMenuWindow


2002-05-27  Thomas Benisch  <tbe@openoffice.org>  [6db2c00c08de09ad597bc4683c04c2a5ff61b9eb]

#97222# added vclxaccessiblemenu.obj, vclxaccessiblemenuitem.obj


2002-05-27  Thomas Benisch  <tbe@openoffice.org>  [f343a664df36ef92b5c74f5ee6e14dc0dc367740]

#97222# added accessible parent and index in parent to VCLXMenuWindow


2002-05-27  Thomas Benisch  <tbe@openoffice.org>  [12c9cb182216f530bfd1a4c4e10c8db0e648f53a]

#97222# Accessibility for menues


2002-05-27  Stephan Schäfer  <ssa@openoffice.org>  [7606a919838a771791b43f79eba5b77365472194]

#99526# let tabdialogs be dialogs


2002-05-27  Gregor Hartmann  <gh@openoffice.org>  [dbf5b125a951b2961bf2eea42f5d8559637e43ec]

debuging aids


2002-05-27  Philipp Lohmann  <pl@openoffice.org>  [50b587a697fb37ac32f521e5b94f5fc875471060]

#98940# guess decoration extents by parent


2002-05-27  Daniel Vogelheim  <dvo@openoffice.org>  [d80bc382e25a333f6c5d43521e5c661c4a40ef71]

#99080# made URL formats (Netscape Bookmark, Uniform Resource Locator, FileGrpDescriptor) less important         than plain text


2002-05-27  Herbert Duerr  <hdu@openoffice.org>  [ec83b3cd52dccd2ffda0fe531644b81991ed943e]

#99456# cms: issue 5307


2002-05-27  Daniel Vogelheim  <dvo@openoffice.org>  [d23ca4548e29d3fe184bdbfaf35410c144e20c33]

#99080# fix problem with trailing zero characters when pasting 'UniformResourceLocator' format


2002-05-27  Herbert Duerr  <hdu@openoffice.org>  [a2b54f069f09f7071a068db8c556af6e30c3b5c4]

#99456# cms: fix symbol mapping for enclosed 7


2002-05-27  Malte Timmermann  <mt@openoffice.org>  [0593b22f148ae790b3e515487cee29f40df0beb0]

#98788# New Property DisplayBackgroundColor


2002-05-27  Andreas Schlüns  <as@openoffice.org>  [e81c3597ce833898b727936197730b7ee46937ed]

#99248# ignore process id on call createSystemChild()


2002-05-27  Oliver Specht  <os@openoffice.org>  [ab36c9627e83c53a0ea4c07ed7a8bc252e353a43]

#99496# Style sheet for help system implemented


2002-05-24  Karl Hong  <khong@openoffice.org>  [e1cfac58bf77d1a1ddd20678757f277d5e40baac]

#95565#add Japanese phonetic algorithm for collation and indexentry


2002-05-24  Karl Hong  <khong@openoffice.org>  [00c4983d0229368db99411c1eda69b4386743b1a]

#95565#add Japanese phonetic algorithm for collation and indexentry


2002-05-24  Frank Schönheit  <fs@openoffice.org>  [3e7c2bbc79c48a7afb10cdac4cd7c838db10ef51]

#99484# new (easier) ctor, +IsAvailableRes


2002-05-24  Philipp Lohmann  <pl@openoffice.org>  [d3a8b536e225719a6df5cda4777a1b09412a094c]

#99231# do not handle focus events while presentation is running; it has weird effects on the office


2002-05-24  Andre Fischer  <af@openoffice.org>  [5435c01e7ab8f8658a8b74d5d659764d77e13f27]

#97772# Adaption to recent changes of the XAccessibleComponent interface.


2002-05-24  Oliver Specht  <os@openoffice.org>  [2699f9a5c9f067edaba6720efc6cb57bf4d025fb]

#98136# new Accessiblity optons: IsForBorders


2002-05-24  gt  <gt@openoffice.org>  [cd135041332bca6247a1a8bd64ed712086a079d0]

#99251# default images for class SvLBoxButtonData


2002-05-23  Herbert Duerr  <hdu@openoffice.org>  [540287f5f9fea917109a7d97446dea45b391178d]

#99456# squeeze text if needed


2002-05-23  Andre Fischer  <af@openoffice.org>  [055dfb892fff6fff41e1e2dd4631074e441045cd]

#97772# Introduced mnExpandLevel to remove problems with recursion.


2002-05-23  Andre Fischer  <af@openoffice.org>  [bd8661f8f3f32353548c83a5056ff254c8cafccb]

#97772# Show wait cursor shape during tree expansions.


2002-05-23  Andre Fischer  <af@openoffice.org>  [127c3019b556850de5a34edea1ed90983aa90f29]

#97772# Providing and using names for roles.


2002-05-23  Andre Fischer  <af@openoffice.org>  [debe08ba04073d344baadb81a8c4589098c2b11c]

#97772# Clean up of layout creation.


2002-05-23  Andre Fischer  <af@openoffice.org>  [d1326a987a83ef8f27544597a4f59207bf531e51]

#97772# Removed unused methods.


2002-05-23  Sven Jacobi  <sj@openoffice.org>  [6a6f6fb524740812a037ad79402a30c8334d721e]

#99502# now also printing eps files which are smaller than 256 bytes


2002-05-23  Stephan Schäfer  <ssa@openoffice.org>  [d7af85f8bfc34df8cdc2342402d1db60dea229a7]

#98943# improve selectionbackground in hc mode


2002-05-23  Frank Schönheit  <fs@openoffice.org>  [4d2a2c29116bad5e04c3421d5e4c4aa2e2d151fe]

#99396# include filepicker image list


2002-05-23  Frank Schönheit  <fs@openoffice.org>  [ae4b94f5f1e348f54c35c994024478e384c02f94]

#99396# removed obsolete ids


2002-05-23  Frank Schönheit  <fs@openoffice.org>  [3cee0a6336a8b5d0c6f4fc0285b58e26b6a97dee]

#99396# use high contrast images if appropriate


2002-05-23  Frank Schönheit  <fs@openoffice.org>  [9891c560e8fce55380acf9fe657c0d050593d337]

#99396# build image lists for file picker buttons


2002-05-23  Frank Schönheit  <fs@openoffice.org>  [8a6099eabafbde7bdd4688ecda7c3b67f9f2ccd6]

+aEditClickPos - don't allow in-place-editing to be triggered by mouse click if then mouse has moved too much when the timer arrives


2002-05-23  Frank Schönheit  <fs@openoffice.org>  [22d9b95e0f41dcc6301404961c4056853ad60163]

#99030# ensure that the clipboard is set when creating from clipboard or assigning


2002-05-23  Stephan Schäfer  <ssa@openoffice.org>  [b719b4c9fb60ac5c5fad191a96035f8bb11aaa0b]

#98154# kbd accessible splitter


2002-05-23  Kurt Zenker  <kz@openoffice.org>  [1cf4e79ea5a92806e49301b232f3f9d6dad4847b]

new version for SRX642


2002-05-23  Andre Fischer  <af@openoffice.org>  [876a0de6d4349f8fbccc0bbd8d05e8972b0bed10]

#97772# Output of expand progress into message area.


2002-05-23  Andre Fischer  <af@openoffice.org>  [3a005bb53bafa958cb7541c76e826d56a74b928d]

#97772# Added antialiasing.


2002-05-23  Andre Fischer  <af@openoffice.org>  [f176004e278aee44f788eb8676b5c54189949dc2]

#97772# Added antialiased option. Added message_append.


2002-05-23  Kurt Zenker  <kz@openoffice.org>  [c080ec6c666ba679bb7c7ffd638c7a00865be0d2]

new version for SRX642


2002-05-23  Thomas Lange  <tl@openoffice.org>  [6c3e9f97956207103f0325655e2c21c4f248969f]

#99325# CPPUTYPE_AWTPOINT added


2002-05-22  Daniel Vogelheim  <dvo@openoffice.org>  [591923474198e2a62a14bf48f97ee055668293ba]

added support for AccessibleTextType::GLYPH and ATTRIBUTE_RUN


2002-05-22  Oliver Specht  <os@openoffice.org>  [67ee19ff87c05a4ff7c06c0ad0126ddb070a0dc8]

#97024# some lines removed, distances changed


2002-05-22  Matthias Huetsch  <mhu@openoffice.org>  [96cddbf2d37d82b334ed71ca602fab5c959a7d8b]

#90353# Fixed operator new[](), operator delete() mismatch.


2002-05-22  Thomas Benisch  <tbe@openoffice.org>  [ab10f2897a4f93e38a8b17438b761c5f8ed6eafe]

#98573# added IsItemVisible, SelectItem, DeSelect, IsMenuVisible


2002-05-22  Christof Pintaske  <cp@openoffice.org>  [b5d044c182ae1c6a2a91f6d30fc3982568306e84]

#97217# having iiimp requires utf-8 encoding in eventloop


2002-05-22  Mathias Bauer  <mba@openoffice.org>  [f77e98b7fa3962908a0385e912c1cf2ce4ae04b7]

#98405#: Query/PutValue changed


2002-05-22  Philipp Lohmann  <pl@openoffice.org>  [11328cb4bed3688da213374247e00459b872c7a6]

#98412# use correct parent window coordinates in StartPopupMode


2002-05-22  Kai Ahrens  <ka@openoffice.org>  [ab29432d9de7cfd871d0bcb0f9691f24ee734169]

#99271#: check if all crop sizes are > 0


2002-05-21  Matthias Huetsch  <mhu@openoffice.org>  [6471e07236c1374ecd6840ff44a83e16824175cc]

#90353# Fixed operator new[](), operator delete() mismatch.


2002-05-21  Philipp Lohmann  <pl@openoffice.org>  [588c8deb13d350b538aa2c628a4473dae317c422]

#90353# use alloca to get buffer


2002-05-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [44e46ac5fd98ca12c9e6e35764657f54ef8b1aff]

new version for SRC657


2002-05-21  Kurt Zenker  <kz@openoffice.org>  [c6e4d9c0d4aadbf342c58f9a26fc3d45d8a55a0d]

new version for SRC657


2002-05-21  Kurt Zenker  <kz@openoffice.org>  [22d7e61150387e9831e31adada7e54d5e95df976]

new version for SRC657


2002-05-21  Stephan Schäfer  <ssa@openoffice.org>  [57d8682be4aedb7c112a872be1c3b93a72a2f237]

#98154# prepare kbd access for splitter


2002-05-21  Stephan Schäfer  <ssa@openoffice.org>  [86f721b88741acf1f5018008990d1a0848505118]

#98154# prepare kbd access for splitter


2002-05-21  Stephan Schäfer  <ssa@openoffice.org>  [573efc66e1b8de9c4c9b00e91913f8f0e8e772ae]

#99088# make fix for 99318 available again


2002-05-21  Philipp Lohmann  <pl@openoffice.org>  [8d9b37f369b2ed907701779d9b9a08e9bf54f857]

#i1610# improve font server discovery


2002-05-21  Kurt Zenker  <kz@openoffice.org>  [520be1d9492489d803cfdc58efaaf294458d5898]

Merge SRX642: 21.05.02 - 11:09:45


2002-05-21  Kai Ahrens  <ka@openoffice.org>  [e8365aed034f7a6bf6e942698d0857dda38bf66c]

#95585#: required API changes


2002-05-20  Karl Hong  <khong@openoffice.org>  [68d8d39ebb66650e4cee0f0a580882a512462408]

#99275#Breakiterator for Arabic and Hebrew


2002-05-17  Thomas Benisch  <tbe@openoffice.org>  [36149c94954e7b2d3cdb5f996a5f9db65c58806d]

#97222# removed isShowing, isVisible, isFocusTraversable, addFocusListener, removeFocusListener


2002-05-17  Stephan Schäfer  <ssa@openoffice.org>  [1fc677b87cceb1d6712c6dae4958ccd29c2eb188]

#99088# to keep focus events in order make grab focus async if other async focus events are currently queued


2002-05-17  Oliver Braun  <obr@openoffice.org>  [836fdf9e11b4760e6226cf4f561fe3457439fb01]

#97337# next try to enable accessibility for unix


2002-05-17  Herbert Duerr  <hdu@openoffice.org>  [91a9398e4efb5e53df9f09053ee1017323b070e9]

#99364# fix getglyph count


2002-05-17  Frank Schönheit  <fs@openoffice.org>  [605c62cc634ad797e2728378099527916ad35498]

#98725# +SV_ENTRYFLAG_SEMITRANSPARENT - paint images semi-transparent


2002-05-17  Malte Timmermann  <mt@openoffice.org>  [b0828b1665d51e7d405ef0c18416c66036148db7]

#99129# CTL


2002-05-17  Kurt Zenker  <kz@openoffice.org>  [ee329531230d084882277f95303af19394be4505]

new version for SRX642


2002-05-17  Kurt Zenker  <kz@openoffice.org>  [117f9ab3ae22abb883cdcb8dd34085c0f574e433]

new version for SRX642


2002-05-17  Thomas Benisch  <tbe@openoffice.org>  [eba336946679264fb1b853cb16771d167a4dd22b]

#97222# added VCLXMenuWindow


2002-05-17  Thomas Benisch  <tbe@openoffice.org>  [4599ed7932aee6afa28849fa656a561a941ccd32]

#97222# added CreateAccessible


2002-05-17  Thomas Benisch  <tbe@openoffice.org>  [092e353511515d73714bf47beae0e7450756b818]

#97222# added MenuBarWindow::CreateAccessible and MenuFloatingWindow::CreateAccessible


2002-05-17  Frank Schönheit  <fs@openoffice.org>  [5224d913a0c390f379905e316e4578b4bc797f74]

#99375# generic high contrast support


2002-05-17  Kai Ahrens  <ka@openoffice.org>  [d1486e0c3246b26fff4ed7267454a21e2b900a74]

#99366#: check/correct stream pos in every case (::GetContent)


2002-05-16  Kai Ahrens  <ka@openoffice.org>  [4dadb041e2f91f738dbdfce443e0f9b343e3e4b9]

#98725#: added IMAGE_DRAW_SEMITRANSPARENT mode


2002-05-16  Frank Schönheit  <fs@openoffice.org>  [093a8f415c76c25b7c313e002776fe31ffc1654f]

#98725#: +GetAny( SotFormatStringId )


2002-05-16  gt  <gt@openoffice.org>  [cd78f4f3e9a915b4e8a7c79606483afbc2424ae8]

#98414# export and deliver MnemonicGenerator


2002-05-16  Kurt Zenker  <kz@openoffice.org>  [de662debc6b333b4f0b5027f7691338fb8553c19]

Merge SRX642: 05/16/02 - 16:44:38


2002-05-16  Kurt Zenker  <kz@openoffice.org>  [005e50bd9685b9ecadfd440a5cf3e0c7a643efda]

Merge SRX642: 16.05.02 - 16:30:44


2002-05-16  Philipp Lohmann  <pl@openoffice.org>  [6ddca77ad50acf4cd7a0116c8a17dc3fcf44ffe8]

#98573# accessibility helpers for menus


2002-05-16  Stephan Schäfer  <ssa@openoffice.org>  [5db8745c14befaa75a8cc2159f514110d386e095]

#98264# avoid member access after possible delete in keyhandler


2002-05-16  Philipp Lohmann  <pl@openoffice.org>  [f56c27ee3b4a49783a08d486a0d21c647a926b95]

#98573# accessibility helpers for menus


2002-05-16  Stephan Schäfer  <ssa@openoffice.org>  [58c08404d9af223e55626d5e88d23b5d651a8225]

#98826# system ui fonts


2002-05-16  Stephan Schäfer  <ssa@openoffice.org>  [75f84caff6fccebb022e75c0c3d47cc9cc3c5f87]

#97047# ignore font height for every UI font except menu and help


2002-05-16  Stephan Schäfer  <ssa@openoffice.org>  [4574bb6a4f77a2f76e999e1e18252151ba8416a9]

#98264# move DrawSelectionBackground to Window class


2002-05-16  Stephan Schäfer  <ssa@openoffice.org>  [698c3ddcf4444265163dd390ff1fa41e44416bfe]

#98414# export MnemonicGenerator


2002-05-16  Stephan Schäfer  <ssa@openoffice.org>  [57e2308a83a9f5f5557503bc84edd14e0c9acc3d]

#98826# system ui fonts


2002-05-16  Christof Pintaske  <cp@openoffice.org>  [5d60abd39ffcbc5724f36997ce7331d88e36afe9]

#99359# redirect asynchronous message boxes to the console on unix


2002-05-16  Peter Burow  <pb@openoffice.org>  [f4ed261135aa92d4e7255160e626a789dc7a7489]

fix: #98414# IconChoiceControl more accessible


2002-05-16  Peter Burow  <pb@openoffice.org>  [31d2a63d6bc472ebc5d1fd5a283a6f2de6bc85a5]

fix: #98414# add SetSelectionMode()


2002-05-16  Frank Schönheit  <fs@openoffice.org>  [da35967f7e3c0f0dc9704694cc1b5628ae6add2f]

#99314# ImplNormalizePropertySequence: take care for dependency between StringItemList and SelectedItems


2002-05-16  Frank Schönheit  <fs@openoffice.org>  [89f639460241c31fd7878f03300a3ea497944864]

#99314# setPropertyValues: call ImplNormalizePropertySequence, to take care for dependencies between properties


2002-05-16  Frank Schönheit  <fs@openoffice.org>  [6e2471566b2288718a92179b382f669a613a4733]

#99314# +ImplNormalizePropertySequence


2002-05-15  Karl Hong  <khong@openoffice.org>  [e214c384342e76d0bbdeae107894035bf5bd47ea]

#99215#add phonebook collation algorithm for German


2002-05-15  Jörg Budischewski  <jbu@openoffice.org>  [0aaa1a34d4474152aae3932909e0b1b60ced6304]

tests now pass the compiler


2002-05-15  Jörg Budischewski  <jbu@openoffice.org>  [5316f9ba59c13938480237f89ae59f7f00dcbab2]

#97873# little performance optimization


2002-05-15  Jörg Budischewski  <jbu@openoffice.org>  [c52059f04dc65d7e47e2eab94338c0b4585df23a]

#97873# fixed possible memory corruption, when ' encoding=' is missing in the first line of an xml-file


2002-05-15  Stephan Schäfer  <ssa@openoffice.org>  [f0443fdd4e0368992f3afe9517ab1ade866f2160]

#99318# make fontcache available before calling SetSettings


2002-05-15  Vladimir Glazounov  <vg@openoffice.org>  [5c101ed8acaaf6d521ddd9bac22d5db66ab0ffae]

new version for SRX642


2002-05-14  Karl Hong  <khong@openoffice.org>  [1d2269a1924ef9661f6a48d7bf8262f485dd76b8]

#99275#Breakiterator for Arabic and Hebrew


2002-05-14  Karl Hong  <khong@openoffice.org>  [b9835fc15af09756ccbed47effd0731e6116bce0]

#96776#Wrong line break behind custom quote \u00BB and colon ':', #99249# Regression: Line break for Korean (Hangul) characters is incorrect


2002-05-14  Kurt Zenker  <kz@openoffice.org>  [86c2332c3c114fbc1547ff3d65f0d8c3eb0c124e]

new version for SRX642


2002-05-14  Rüdiger Timm  <rt@openoffice.org>  [43e12d832bda54f4753b843021f43124deda1d3e]

new version for SRX642


2002-05-14  Peter Burow  <pb@openoffice.org>  [90b1197761fc57ab5c5db6efd916ac5627a507ef]

fix: #99115# export languageoptions.hxx


2002-05-13  Karl Hong  <khong@openoffice.org>  [8e59fd8f3ef0c2ea04dbb830a4dfc81a49a872d5]

#98897#Indexentry supplier for CTL locale


2002-05-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [34b31b5f4b5ad55d618fc2f322585b9b2a6a73c6]

new version for SRC657


2002-05-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0972bf6475e54d3ed542a81b05e2e7344dec8e5a]

new version for SRC657


2002-05-13  Sven Jacobi  <sj@openoffice.org>  [9303c6e36de407d9c9640258f3ec7bc8a1414c2a]

#98423# applying metric unit from config settings


2002-05-13  Mikhail Voitenko  <mav@openoffice.org>  [5e82213db92e78aaaf60bc13a5dfa7cee70a7ed2]

#99219# truncate stream corrctly in case of reopening


2002-05-13  Vladimir Glazounov  <vg@openoffice.org>  [f079bb6071a95dc60919a9392e8ecf2e9c79f642]

#65293# fixed too many assertions bug (pl)


2002-05-13  Stephan Schäfer  <ssa@openoffice.org>  [ec7d6b2a80d6a44ff6719f6ef33e05dfaf1ce00b]

#98888# making focus handling async again


2002-05-13  Peter Burow  <pb@openoffice.org>  [522ef8584ae8400eee2c4637a94ba339aad28f62]

fix: #99115# new class SvtLanguageOptions


2002-05-13  Mikhail Voitenko  <mav@openoffice.org>  [1f953b85f28178b2eabef0c44bfcfbe793a635f9]

#99253# check error value in exception


2002-05-10  Karl Hong  <khong@openoffice.org>  [8e37d615a30e8fee3d8d645b9649da04bb5b2265]

#99216#Regular expression [:alnum:]* finds non alpanumeric character


2002-05-10  Stephan Schäfer  <ssa@openoffice.org>  [f96acf61b9f458c75eb603e1e2f2bbc20c443f93]

#98888# execute focus events synchronously


2002-05-10  Oliver Braun  <obr@openoffice.org>  [6093454fa4b0ab8068bef7a918b15c09d4a999b4]

#97337# enable Accessibility for non Windows platforms


2002-05-08  Philipp Lohmann  <pl@openoffice.org>  [b2c57690023df281b4ed06142f87970caa944223]

#98573# discard layout information on resize


2002-05-08  Frank Schönheit  <fs@openoffice.org>  [38277a67147bb7925f8d838cc5068f216fe17285]

#99218# use an additional solar mutex for locking


2002-05-08  Frank Schönheit  <fs@openoffice.org>  [f7fd6aa588596870a3b0c18f40ae5c03c9db4ad7]

#99218# allow abstract external locks in addition to the own mutex


2002-05-08  Philipp Lohmann  <pl@openoffice.org>  [61288def585f4f6bb67b778c4619d779273d9cff]

#99157# workaround CDE (again)


2002-05-08  Philipp Lohmann  <pl@openoffice.org>  [df2ae025518cbde5e373ae908ae930a2df5b4ba2]

#99007# implement GetDisplayBackground for ListBox and ComboBox


2002-05-08  Kurt Zenker  <kz@openoffice.org>  [1c8ff6bd92e3a5deeed63a8fa622476afef4cc94]

new version for SRC656


2002-05-08  Philipp Lohmann  <pl@openoffice.org>  [85d21b9cd8a03cfd6f2ad829f432d81f7056d31c]

#98573# finalized accessibility changes to DrawText


2002-05-08  Stephan Schäfer  <ssa@openoffice.org>  [33a402d9a358106e180bbc98db07387be712037c]

#97729# increase timeout to erase searchstring


2002-05-08  Herbert Duerr  <hdu@openoffice.org>  [723720f52f2c451799da0b85281822455b7cbaee]

#99076# fix rotated text for CTL


2002-05-08  Philipp Lohmann  <pl@openoffice.org>  [a85713f66b7768a1f10c76268faf8d7e370b9839]

#99209# react on SAL_FRAME_STYLE_TOOLWINDOW


2002-05-08  Herbert Duerr  <hdu@openoffice.org>  [b218c638d81920dba0769773b59ed80cc23df79e]

#98573# allow blank glyphs for GetGlyphOutline


2002-05-08  Herbert Duerr  <hdu@openoffice.org>  [e130d5527f6df9b83dd940f34529e6eae724ea88]

#99076# fix CTL rotated text


2002-05-08  Herbert Duerr  <hdu@openoffice.org>  [5a983c0fa5bbf1c70504b430d370466558c8b435]

#97492# fix base adjusted GetTextBoundRect/GetTextOutline


2002-05-08  Stephan Schäfer  <ssa@openoffice.org>  [1f7b9052d417fdfb58e04651b8ac02d8a64b9441]

#99133# avoid alt-f4 on windows


2002-05-08  Stephan Schäfer  <ssa@openoffice.org>  [e79745c2c969c56b37e9f6d96402c0798fc7dc23]

#98898# multi monitor support


2002-05-08  Peter Burow  <pb@openoffice.org>  [feb45d6ed40dc459a40796973338fa7303b6a4da]

fix: #99115# asianlanguagesoptions.hxx and ctloptions.hxx added


2002-05-08  Frank Schönheit  <fs@openoffice.org>  [9454cdedf4a10f34ce10c8f8ef1e8e18fe1c3867]

#98750# no use the context (not the XAccessible) as event source, again, as usual in the UNO world


2002-05-08  Peter Burow  <pb@openoffice.org>  [46af211dde81831b9e7686ec93975f98ccec259a]

fix: #99115# asianlanguagesoptions.cxx and ctloptions.cxx added


2002-05-08  Peter Burow  <pb@openoffice.org>  [9b50a95ed5dad852554198eaef4d0b637423a1cb]

fix: #99115# options for CTL


2002-05-07  Herbert Duerr  <hdu@openoffice.org>  [e70593d62109f3d70758036d2c4965990b60926c]

#99086# allow multibyte chars for W98/WME CTL


2002-05-07  Philipp Lohmann  <pl@openoffice.org>  [189d04aef38e494f8bb2370e99c1578e434bd80f]

#98931# add: check for ATTool support in configuration


2002-05-07  Sven Jacobi  <sj@openoffice.org>  [7e943509045b425702e59a2b418718c52a409deb]

#98423# graphic export dialogs are now supporting the XExporter interface


2002-05-07  Kurt Zenker  <kz@openoffice.org>  [5966a6fab3b2da1ee4432e04fd03700b5bddc6d1]

new version for SRC656


2002-05-07  Philipp Lohmann  <pl@openoffice.org>  [11fb4b2ec4ba92239e4716ca1068d78b1cb3bddd]

#98940# explicitly cast to correct sign


2002-05-07  Kurt Zenker  <kz@openoffice.org>  [69d3be0a2c190fe0af7124ffb32ad3a796f2f2a6]

new version for SRX642


2002-05-07  Vladimir Glazounov  <vg@openoffice.org>  [3b71258316c004fcefae364c4ece2deac5e1fe39]

new version for SRX642


2002-05-07  Nils Fuhrmann  <nf@openoffice.org>  [02714319d08cdd95e9008e137e0e2c4f706411ec]

new version for TLS617


2002-05-07  Stephan Schäfer  <ssa@openoffice.org>  [3e07a06f722ab349d0a10f08b073f67ec96286a0]

#98989# swallow key input while toolbox has focus


2002-05-07  Nils Fuhrmann  <nf@openoffice.org>  [0f3b41c253ec53959f0e85067eea849b01833442]

Added missing tokens


2002-05-07  Nils Fuhrmann  <nf@openoffice.org>  [d3d6e6b3344624fbbce4ed3d6df59f7a6c9fd721]

Removed unused code


2002-05-07  Sven Jacobi  <sj@openoffice.org>  [4f609fcbc080f9df87e1f8a3cd29446efef27050]

#99140# changes in MetaTextArrayAction: dxArray needs 1 byte more memory if cloned


2002-05-07  Nils Fuhrmann  <nf@openoffice.org>  [e1dfe1262d60ab424ae98541ae95676f39f96a7f]

Removed unused code


2002-05-06  Stephan Schäfer  <ssa@openoffice.org>  [9d09b93d2b6f147306a8741d50456ecefae3c89f]

#99109# only close unrelated floaters during activation of items


2002-05-06  Kurt Zenker  <kz@openoffice.org>  [1c22964db1ed81c9a05ba078c33d29559368249d]

new version for SRC656


2002-05-06  Kurt Zenker  <kz@openoffice.org>  [057bee13161e1493c69ab5b0561e922b743f5d5d]

new version for SRC656


2002-05-06  Stephan Schäfer  <ssa@openoffice.org>  [4c5165ac80ce968d94c7896ef84b756d5b605f29]

#98888# GrabFocusToDocument


2002-05-06  Kai Ahrens  <ka@openoffice.org>  [878ea78c0f6d8974ca363665fb0a9824669a87b8]

#95585#: added AccessibleSelection helper


2002-05-03  Karl Hong  <khong@openoffice.org>  [d1d2b4295905dddb2166c6bee9c2a0de8dd5a76c]

#99114# Transliteration TextToNum does not convert SC number string correctly


2002-05-03  Karl Hong  <khong@openoffice.org>  [baa65ca283f2228fcf9083bd7a96dc130aafa589]

#98796#remove thai word breakiterator, let it fallback to ICU implementation


2002-05-03  Mathias Bauer  <mba@openoffice.org>  [60b56d4e8a173f53d089582a73a61cc7ba72a9d9]

#99024#: avoid keeping dead pointers


2002-05-03  Herbert Duerr  <hdu@openoffice.org>  [862414dad5d3f70dea5a9746b773aaa8dc503daf]

#97492# add GetTextBoundRect/GetTextOutline


2002-05-03  Herbert Duerr  <hdu@openoffice.org>  [4dea176542d06af670a8107c9e232bfa72cb5633]

#97492# make GetLayoutOutline() less restrictive


2002-05-03  Herbert Duerr  <hdu@openoffice.org>  [0256c923b11e284916d756712af5f5d4c82005a4]

#97492# GetGlyphOutline offset and blank handling


2002-05-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e16702ea7cc14572d99060dbbbbf07ca3501bdda]

added dependency


2002-05-03  Philipp Lohmann  <pl@openoffice.org>  [c58d1302f19441d5073441d0a3dd97412aec20c1]

#98573# implement accessibility helper functions


2002-05-02  Karl Hong  <khong@openoffice.org>  [40fb3a0fecb057bb552877dd28b2ed63e2531a44]

#98796#remove thai word breakiterator, let it fallback to ICU implementation


2002-05-02  Karl Hong  <khong@openoffice.org>  [ba7124be5ef1d533caa7cca3f4cd7ac1f4e66678]

#89662#Add ZONE_OFFSET and correct mapping of DST_OFFSET


2002-05-02  Kurt Zenker  <kz@openoffice.org>  [3552292914b3c3d2f11da2e3dc5c4167e904bb61]

new version for SRX642


2002-05-02  Kurt Zenker  <kz@openoffice.org>  [824a3da8a6acbee889840acf59cddbcd088a92f9]

new version for SRX642


2002-05-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1384362d7ef97f37fff2d21df43b7e858fdbb06f]

tools depends on zlib


2002-05-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [33bd957bbc9c6c53ecfef608ecd7690bf660f682]

dependency already covered by sal


2002-05-02  Vladimir Glazounov  <vg@openoffice.org>  [c45dac403d8f155074690234134b1c2c9d194ef8]

new version for SRX642


2002-05-02  Vladimir Glazounov  <vg@openoffice.org>  [ae207398181c7ea57e2c204493029a91f3fba302]

new version for SRX642


2002-05-02  Philipp Lohmann  <pl@openoffice.org>  [3b651a92d6757de046983d0f8eab69a4809f3358]

#98573# correct FaxPhoneComment


2002-05-02  Herbert Duerr  <hdu@openoffice.org>  [3702781f8728e8faa62b6df3e25cc94001ab9798]

#99086# workaround for GetCharacterPlacementW trouble on W98/WME


2002-05-02  Eike Rathke  <er@openoffice.org>  [33d021e85834828fae83a8934b10a6ea1f103919]

#99065# ScanMidString: recognize 23-May-2002 to be a date, no matter if short or long month name


2002-05-02  Frank Schönheit  <fs@openoffice.org>  [756a9aaeab95c8df6e5774954f5d2ca4b06974f1]

#98750# +createProcessComponent


2002-04-30  Herbert Duerr  <hdu@openoffice.org>  [a15454de8e24eb0d31ce6db515512e00b7fd29a4]

#97492# change ftfontlist to nFontId based hash_map


2002-04-30  Herbert Duerr  <hdu@openoffice.org>  [0d59cf97bc2ed38c6c78a92a3ce6a3604d817253]

#97492# remove dependency on stack based fontdata


2002-04-30  Frank Schönheit  <fs@openoffice.org>  [ab112d69a4b1d34ad5839fab3f45b008d2f269ff]

#98750# corrected the access control


2002-04-30  Oliver Braun  <obr@openoffice.org>  [029bc5eae96a1bc5b16eb227a5ef1af9cf0fd6b7]

#99036# java client depends on dropComplete


2002-04-30  Frank Schönheit  <fs@openoffice.org>  [0ef93f83fc1d3f34707a59edd90dd57c3b00e743]

#99048# corrected column selection


2002-04-30  Mathias Bauer  <mba@openoffice.org>  [c2b0a4e8ad847a319b436fd75b87d20dae974eb6]

#98831#: optimized docking handlers


2002-04-30  Oliver Braun  <obr@openoffice.org>  [2b5aa154a6b3c41285dd4e5084b44e531c367f41]

#99036# java client needs external recognizer


2002-04-30  Oliver Braun  <obr@openoffice.org>  [d871031d5d0fa13a6ea3e87479c21722cd6e990d]

#99036# java client needs external recognizer


2002-04-30  Nils Fuhrmann  <nf@openoffice.org>  [15bca5ca1199a2724f29ed66f233ce1d1c3f1fe2]

Fixed upper case/lower case problem for usage of localize on UNIX systems. Solves problems of strings which could not be merged back because of not detectable files


2002-04-30  Kurt Zenker  <kz@openoffice.org>  [bd2d51935c310547811a63a5451ad05499599ff2]

new version for SRC656


2002-04-30  Oliver Braun  <obr@openoffice.org>  [f8b3ec58db862dbc007c0ad95ac307d1cc85e2b1]

#99036# now implementing XDragGestureListener


2002-04-30  Peter Burow  <pb@openoffice.org>  [d7be0957c99e615332f41aa20e31ad736889288a]

fix: #97240# virtual GetEntryText() added


2002-04-30  Herbert Duerr  <hdu@openoffice.org>  [ae0780f773faf1018649258293b9f412fbdd77af]

#65293# use generic icu namespace


2002-04-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0dda0f801712eae4976ec52702720589bc64c7d]

#65293#: removed dependency on vcl


2002-04-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [da30ea9d10e92ad2a7d99e4c94562e0bfd9c3122]

#65293#: removed not needed vcl/svapp.hxx includes to reduce dependencies


2002-04-29  Vladimir Glazounov  <vg@openoffice.org>  [2abd5ca6932fecf4332f0b194d98cbf2f5a58736]

new version for SRC656


2002-04-29  Kurt Zenker  <kz@openoffice.org>  [b3237308e3f89ecf24bdabe63793ba57b366bd03]

Merge SRX642: 29.04.02 - 22:25:52


2002-04-29  Kurt Zenker  <kz@openoffice.org>  [4e799a691f12cd2881e331966180cba552382afd]

Merge SRX642: 29.04.02 - 22:14:03


2002-04-29  Kurt Zenker  <kz@openoffice.org>  [750963bf300f29fecf0303f269cff01f3bbcaf83]

Merge SRX642: 29.04.02 - 22:06:37


2002-04-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d7444c7284ab8a8f373aed23ddd5b3f3a37151cc]

#65293# missing dependency


2002-04-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b7a2514eebcc6a6920932202291dff52f603d9bf]

#65293# make flagname uniq


2002-04-29  Philipp Lohmann  <pl@openoffice.org>  [577d0660811716a0efd5e05dc86f6f44a5b4a443]

#98573# #99007# added informational functions needed for accesibility


2002-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c94f4ecd5173bde3625153afaf018a585891a64]

#65293#: added dependency on icu


2002-04-29  Matthias Huetsch  <mhu@openoffice.org>  [55d55b8bd88d10343b82490caf717226b2797820]

#90353# Fixed invalid operator 'new[]()', 'delete()' mix.


2002-04-29  Frank Schönheit  <fs@openoffice.org>  [d265e3cd96d8fc2b441182bfb9045aff02b74a05]

#98750# gain safety with assertions ....


2002-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [255a8daa7a7fa18d57209fd18a6d3eff66e81d8c]

#65293#: comphelper is dependend on vcl


2002-04-29  Thomas Benisch  <tbe@openoffice.org>  [72fcae912daad930eb7420011575e1fe41c90e1e]

#98585# ignore Ctrl-PageUp, Ctrl-PageDown in KeyInput


2002-04-29  Björn Milcke  <bm@openoffice.org>  [4b43cc71237a8084d20fe45c61ca5985bced9816]

add alpha value for color information


2002-04-29  Ocke Janssen  <oj@openoffice.org>  [a04c646bfc6b48dc1b5e5add163e77dcb19e57a8]

#98772# enable new imagelist


2002-04-29  cdt  <cdt@openoffice.org>  [da5235f590863da845ff8717841c8b535948a645]

#99036# hide cursor after start drag. for java client


2002-04-29  Sven Jacobi  <sj@openoffice.org>  [556b3ec5ca8a738a44569fc71ccd154919887966]

#99033# also reading group codes 90 to 99


2002-04-29  Malte Timmermann  <mt@openoffice.org>  [42dd7a38689c44610519df0f6298f7aa2f51de09]

#97034# ACCESSIBLE_CHILD_EVENT


2002-04-29  Mikhail Voitenko  <mav@openoffice.org>  [4e4b031ad27c796e2ac4b758ac608a94c57f55f1]

#98979# avoid crash in case no name is specified


2002-04-26  Vladimir Glazounov  <vg@openoffice.org>  [dfd698f7c06b7a9b6ed895653438123dad633460]

#65293# HDU: upgrade to ICU2.1


2002-04-26  Mikhail Voitenko  <mav@openoffice.org>  [e327d63a0ce207596f292ebb9bfb81e532ad6265]

#98979# avoid crash in case no name is specified


2002-04-26  Frank Schönheit  <fs@openoffice.org>  [9b40a1f9035a9832aa69fb90ea940f4b2dc62530]

#98750# AccTreeNode now constructed with both an XAccessible and XAccessibleContext - thus not relying on the Context beeing an XAccessible itself


2002-04-26  Frank Schönheit  <fs@openoffice.org>  [1796ec412bef275463d0c64c448287fa7c3decae]

#98750# removed some obsolete (commented anyway) stuff left over from the previous change


2002-04-26  Frank Schönheit  <fs@openoffice.org>  [fad78eb4dc87d6338bf5b776a26d885b49559dc5]

#98750# +accessiblecontrolcontext


2002-04-26  Frank Schönheit  <fs@openoffice.org>  [f8fa94d2c77419fb950a8557a25ef15c34c42ef1]

#98750# be an XAccessible


2002-04-26  Frank Schönheit  <fs@openoffice.org>  [836f46825741a4e13355c24cb121bb5dc7e618b3]

initial checkin - fallback AccessibleContext for uno controls


2002-04-26  Frank Schönheit  <fs@openoffice.org>  [d3cc56264e4a11421fd37c49f2604abb0e44060a]

#98750# new ctor which takes a bitmask for the initial states


2002-04-26  Frank Schönheit  <fs@openoffice.org>  [4c991341ab42fd4bdec5622ce881ce17ef3ba5d2]

#98750# +getAccessibleCreator / use the creator (XAccessible) as event source


2002-04-26  Frank Schönheit  <fs@openoffice.org>  [197d2cfbeed892f4def6f7044ee84fd9e197a4ac]

#98750# +getAccessibleCreator


2002-04-26  Kurt Zenker  <kz@openoffice.org>  [f23f805f32395dad8ad6d731b2e2dd8ec2974495]

new version for SRX642


2002-04-26  Kurt Zenker  <kz@openoffice.org>  [160781693c87d9f66fdf53703eb15ad8e09b8655]

new version for SRX642


2002-04-26  Daniel Vogelheim  <dvo@openoffice.org>  [e583280719334e81dd6b1161cea54bfcbc207d89]

added support for XAccessibleRelation interface


2002-04-26  Daniel Vogelheim  <dvo@openoffice.org>  [24a2025b1f9a5bedf0c34220613680ead3eabe82]

Now use XAccessibleImage methods


2002-04-26  Frank Schönheit  <fs@openoffice.org>  [ea50a0c741fbeab67c3879576ac706e9459d178e]

#98750# corrected size calculation


2002-04-26  Frank Schönheit  <fs@openoffice.org>  [e3cbf0f37506c3f62d87a46c9e71255743432d82]

#98750# corrected NotifyAccessibleEvent


2002-04-26  Frank Schönheit  <fs@openoffice.org>  [2f1b57d30b22683dd7442f040cb35d7f012a510a]

#98750# renamed implGetAccessibleParent


2002-04-26  Frank Schönheit  <fs@openoffice.org>  [237431df2d90a5460b63746eb4d59c73a0508705]

#98750# made setAccessibleParent/setStateBit virtual for derivees to intercept


2002-04-26  Frank Schönheit  <fs@openoffice.org>  [e0af2afe2b390b9a6faee87f47c7fa9315a67f13]

#98750# use correct broadcasthelper (in the WeagAggComponentImpl* base)


2002-04-25  Malte Timmermann  <mt@openoffice.org>  [1120d8917a7a7106231a8453b5f7f4e9bea2fc0b]

#97953# WindowDestroyed - keep Ref when calling dispose, don't use GetWindowPeer() directly


2002-04-25  Andreas Schlüns  <as@openoffice.org>  [8591451b2143ff5d6b1554c6049a202d7f8879d1]

#96842# use bootstrap for instpath/userpath instea of configuration


2002-04-25  Sven Jacobi  <sj@openoffice.org>  [64ee184abd13571f0fbaddca93a3843b75710b3d]

#I3809# group code 310->369 is hex, so they could not been read by ReadI function


2002-04-25  Stephan Schäfer  <ssa@openoffice.org>  [4a4fbb3812c5c12ebbbfa7029ea08dc48f3a8ec2]

#98862# activate menu bar only whithout shift


2002-04-25  Stephan Schäfer  <ssa@openoffice.org>  [b2aad5af25807a4b2979e9b64abdc0185633675f]

#98859# put useful coordinates in command event invoked by keyboard


2002-04-25  Frank Schönheit  <fs@openoffice.org>  [685ee93227bb0b5ed278ac5088511c0e849d653a]

#98750# - derive from OAccessibleImplementationAccess - derive from OAccessibleExtendedComponentHelper for not duplicating code - support an externally controlled parent (replacing the VCL parent) - use the OContextEntryGuard instead of a simple MutexGuard (does additional alive-check)


2002-04-25  Frank Schönheit  <fs@openoffice.org>  [a28af7b88552b726eae8749ed7bdf2062fe32f6c]

#98750# be an XEventListener at the AccessibleContext


2002-04-25  Frank Schönheit  <fs@openoffice.org>  [c628599333c48bd3c2678e519dc9f42f6240a49d]

#98750# - derive from OAccessibleImplementationAccess - derive from OAccessibleExtendedComponentHelper for not duplicating code


2002-04-25  Frank Schönheit  <fs@openoffice.org>  [b9a574cdb9bfd1e0d29252509bf78755d5c59780]

#98750# be an XEventListener at the AccessibleContext


2002-04-25  Thomas Benisch  <tbe@openoffice.org>  [6fab94cff3219e209b141b76c49a28046b2e45e8]

#98585# use IsReallyVisible() instead of IsVisible() for finding next pane or float


2002-04-25  Herbert Duerr  <hdu@openoffice.org>  [4bfbb6e572d0b53f678dfd0879ee0543f8b95f4a]

#97492# fix DrawStretchText on win


2002-04-25  Peter Burow  <pb@openoffice.org>  [b2fd94db62cd20ad9310eb9346580973b6bbbd4b]

fix: #97240# FillAccessibleEntryStateSet() implemented


2002-04-24  Philipp Lohmann  <pl@openoffice.org>  [85f637cbc52ba70f621d93d5c302a48278d7ca53]

#97051# resize status bar if settings change


2002-04-24  Bustamam Harun  <bustamam@openoffice.org>  [bcfe28e3160b9809fd8f0c8c0065e80a75ebe4d9]

#98754# Hindi BreakIterator and Input Sequence Checking


2002-04-24  Bustamam Harun  <bustamam@openoffice.org>  [0dc2b659a7b200ebf7a51789e5970af971f12160]

#98754# Hindi BreakIterator and Input Sequence checking


2002-04-24  Herbert Duerr  <hdu@openoffice.org>  [6e92b90c02116ff8120e60b226794d8e8b323051]

#98944# quick fix for mnemonic markers


2002-04-24  Malte Timmermann  <mt@openoffice.org>  [dc284f86d3e5d101000fb79bb9f28688355ae2ce]

#97791# StateChange - ENABLE


2002-04-24  Stephan Schäfer  <ssa@openoffice.org>  [d04f144947e91ca59b92c416f3cf811d0466fb65]

#97013# keyboard tiphelp


2002-04-24  Kai Ahrens  <ka@openoffice.org>  [9b14cd9f0e0a020acbd8e821b3ff3a20070646cd]

use correct X range in ::Expand


2002-04-24  Stephan Schäfer  <ssa@openoffice.org>  [e6d0b0ac0ee2e9eb8df475c490edc137003cc27b]

#98772# SetImageList method


2002-04-24  Stephan Schäfer  <ssa@openoffice.org>  [bfa7d75aa4bf5ad9c5bc29865f26f4c60647e599]

#97013# keyboard tiphelp


2002-04-24  Mathias Bauer  <mba@openoffice.org>  [b8e7be99e359b37e49a3507f7bdf6ab091b19a3b]

#97051#: new implementation for GetFloatingPos


2002-04-23  Björn Milcke  <bm@openoffice.org>  [513c9d323e44cc108e7e077b64a223ab5571e609]

#97772# changed dimensions checked in on error


2002-04-23  Philipp Lohmann  <pl@openoffice.org>  [5bc4f82005affdbff44bc047e41c225c894c74c3]

#98602# correct tracking rectangle painting


2002-04-23  Vladimir Glazounov  <vg@openoffice.org>  [b39e8fe6e2b94fdd49801e4791f423e28062d323]

#65293#


2002-04-23  Kurt Zenker  <kz@openoffice.org>  [d8da14acc328e6c48dd002ab0dbeb5e25905c364]

new version for SRX642


2002-04-23  Kurt Zenker  <kz@openoffice.org>  [fbae0d89164b55759e39a9984072e165cee2203f]

new version for SRX642


2002-04-23  Philipp Lohmann  <pl@openoffice.org>  [2bd31f1976ac0c9dd79013436816cdc0d956a4b1]

initialize bSized with correct value


2002-04-23  Björn Milcke  <bm@openoffice.org>  [c90327f00df4b73eeb74f2a3ace068281b3593e8]

#97772# creation order of Message output area changed to avoid paint errors


2002-04-23  Herbert Duerr  <hdu@openoffice.org>  [afef021688ea1a2e959d1d5a789628b3aefd2bd1]

#97492# fix ImplLayout for remote graphics device


2002-04-23  Herbert Duerr  <hdu@openoffice.org>  [a060a7cf67a4a60f002b22f160915e19bba0e0b6]

#97492# fix remote win compilation


2002-04-23  Kurt Zenker  <kz@openoffice.org>  [a234716966a6a9d843293fa716a129188c6ebc66]

new version for SRX642


2002-04-23  Rüdiger Timm  <rt@openoffice.org>  [45d3750eff01fab12433c022e472b1f4152e1d80]

new version for SRX642


2002-04-23  Frank Schönheit  <fs@openoffice.org>  [166974b9f9d539ba641955e16a20f75b0018d436]

#98750# +accessiblecomponenthelper/accessiblecontexthelper


2002-04-23  Frank Schönheit  <fs@openoffice.org>  [e0e1f80ab974480804fe780d85e5dbfa629faf59]

initial checkin - helper for implementing an XAccessibleContext


2002-04-23  Frank Schönheit  <fs@openoffice.org>  [72c9654e896ffa42a07b926f2a3db33f6e128e5d]

initial checkin - helper for implementing an XAccessible(Extended)Component


2002-04-23  Frank Schönheit  <fs@openoffice.org>  [96b68ee84b9fe7243a373e91142efc05941fc896]

#98750# helper macros for deriving from multiple XInterface-derived classes


2002-04-23  Frank Schönheit  <fs@openoffice.org>  [858cbc52e84ab19ddff8848a50e99c77000827c1]

#98750# const version of GetBroadcastHelper


2002-04-23  Frank Schönheit  <fs@openoffice.org>  [ead9f6db9e76d3cbf932714b0495f9b62f1cc499]

#98750# implemented getForeignControlledState


2002-04-23  Frank Schönheit  <fs@openoffice.org>  [0225664a32c38af189f4ad433cbc4bb22b23f969]

#98750# removed the unnecessary new/delete operators


2002-04-23  Kai Ahrens  <ka@openoffice.org>  [76a11efd397668d5cd5882dbbab5051869288426]

#98762#: added methods to create high contrast bitmaps


2002-04-23  Herbert Duerr  <hdu@openoffice.org>  [65e6d5ec34058f0462eba2287c18f194fd48a31a]

#97492# fix mismatched endif


2002-04-23  Peter Burow  <pb@openoffice.org>  [550bd841d6c84d3d21af1f8950b609647a778c0f]

fix: #97240# more support for accessibility


2002-04-23  Peter Burow  <pb@openoffice.org>  [d6ddf0921edeacd5630ac5e0f9f096ca99e213b1]

fix: #97240# more support for accessibility


2002-04-23  Herbert Duerr  <hdu@openoffice.org>  [154c0e781191445403f2c823d0c8038327f26b66]

#97492# switch on ENABLE_CTL


2002-04-23  Herbert Duerr  <hdu@openoffice.org>  [03cbd18556bdcd8a3a7e047b6f54123862bd3a1e]

#97492# CTL branch becomes new trunk


2002-04-23  Philipp Lohmann  <pl@openoffice.org>  [03858c5577a2abaf2e91f07b35c7422efd8e4a45]

#96985# dock with F4 + any modifier


2002-04-23  Herbert Duerr  <hdu@openoffice.org>  [c69bf489f0dfcdc01eb0a5512b6ab4db20fb57c6]

#97492# CTL branch becomes new trunk


2002-04-23  Ocke Janssen  <oj@openoffice.org>  [09087321c490d461f018d89c55ff7a050b863692]

#98286# extend GetDescription method


2002-04-22  Herbert Duerr  <hdu@openoffice.org>  [d6295b5d9d3b7f7075a69df91e80fa126734557f]

#97492# fix ApplyDXArray for RTL case


2002-04-22  Herbert Duerr  <hdu@openoffice.org>  [605f19729cffa8ed6110c363a3c80e0f0a67a76c]

#97492# merge CTL branch into trunk


2002-04-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [501dbafbc7106c8fa1af1abb89da4cd0c33e35fc]

chaged export filter target to type


2002-04-22  Stephan Schäfer  <ssa@openoffice.org>  [901dcf7036643ef5a79c4691137cbe779a4cd890]

#98777# deactivate dlgcontrol if all items are disabled


2002-04-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0be4c4ba0b31f922cb5e394b38481a661262a38e]

corrected type


2002-04-22  Herbert Duerr  <hdu@openoffice.org>  [fd2af893bf2c8091d0f6ab297cdb29081c9310c2]

#97492# fix multi-glyph on right edge for RTL case


2002-04-22  Stephan Schäfer  <ssa@openoffice.org>  [32bb61036da44e3e88b79226a7e5aa06bc5308b6]

#98649# use application background color to initialize workspacecolor


2002-04-22  Kai Ahrens  <ka@openoffice.org>  [9176dfe283947ada16b5554e6c825888fa13a1b0]

#98762#: added methods to create high contrast bitmaps


2002-04-22  Ocke Janssen  <oj@openoffice.org>  [4ee7d1e60a0139a7d5a408942a02706979b7ab2a]

#98286# new helper function object


2002-04-19  Philipp Lohmann  <pl@openoffice.org>  [046309fcafb9a428d0d0f8b4fc50664cb2e6d1e6]

corrected SalFrameData::Center


2002-04-19  Andre Fischer  <af@openoffice.org>  [548505cf9dfc15e822b36a193a1ff0b1921e67d2]

#97772# Initial support for displaying selection and focus.


2002-04-19  Andre Fischer  <af@openoffice.org>  [efb51afd82963815aac9c4035aa1e18d18e37eb2]

#97772# Using service name or implementation name for nameless accessibility objects.


2002-04-19  Andre Fischer  <af@openoffice.org>  [a78ce83b7e3933589008b45b09f908507cef9cd8]

Added support for state sets.


2002-04-19  Kurt Zenker  <kz@openoffice.org>  [94af41428c329d7a6988a66c154d2348d1340972]

new version for TLS617


2002-04-19  Philipp Lohmann  <pl@openoffice.org>  [658dde6ca496e2ff9632d1579f09a7d3bc5179e7]

#98047# add: GetDropDownPosSizePixel()


2002-04-19  Philipp Lohmann  <pl@openoffice.org>  [63402945a6c03ad8f243d5dae82657102a23292d]

#98111# changes to GetTopEntry behaviour


2002-04-19  Kurt Zenker  <kz@openoffice.org>  [c3fa409ca3128e72a8e58801e7bbbb77a07d355e]

new version for SRX642


2002-04-19  Kurt Zenker  <kz@openoffice.org>  [659997c3c5cf320f728fe7b7aa0875ca95567319]

new version for SRX642


2002-04-19  Herbert Duerr  <hdu@openoffice.org>  [05dc6e841db79c8e041d648264d9d284291edd86]

#97492# fix RTL offset


2002-04-19  Philipp Lohmann  <pl@openoffice.org>  [b999474580ab08953539b226dc934e3dc9727a58]

#98787# correct MoveItem


2002-04-19  Oliver Specht  <os@openoffice.org>  [3b8aaeed7c60fd49da999ea2bd26976380d792cb]

#98763# call ImplCheckOK in BrowseHdl


2002-04-19  Rüdiger Timm  <rt@openoffice.org>  [874541418fbbcaefe14180c5954d741a73e37ac2]

new version for TLS617


2002-04-19  Kurt Zenker  <kz@openoffice.org>  [2affb46c433c44312431cb5a0b5a69cfc2bdc1de]

new version for TLS617


2002-04-19  Kurt Zenker  <kz@openoffice.org>  [9b9960867c8e4c800280375567f6d84e989e3cb5]

new version for TLS617


2002-04-19  Mathias Bauer  <mba@openoffice.org>  [3cfcc1407077f78bd643ad0a7ecd7056b7b63af1]

#98831#: improved calculation of docking rectangle


2002-04-19  Gregor Hartmann  <gh@openoffice.org>  [eadeffd3646d959b8483a750a62422f645723fe3]

catch pure virtual function calls and show Assertion


2002-04-19  Carsten Driesner  <cd@openoffice.org>  [23cc745b726c77f8326d047f81e9c813174c0245]

#98419# Support disabling commands from configuration


2002-04-19  Carsten Driesner  <cd@openoffice.org>  [42b94cff491200ec3bcf336e8c0a4dac9741f322]

#98419# Support disabling commands from configuration


2002-04-18  Philipp Lohmann  <pl@openoffice.org>  [2c2567fe041aaaf119d7b70e207f2a717fcc27f4]

#98537# correct popup behaviour when clicking outside the application


2002-04-18  Stephan Schäfer  <ssa@openoffice.org>  [24e6ad9b0c2bc77c10a712525a55877f6414123d]

#98831# getpospixel as before


2002-04-18  Sven Jacobi  <sj@openoffice.org>  [0581a9c75c6e044e8b63aab3dfb6be956c76abdd]

#95793# improved eps detection


2002-04-18  Herbert Duerr  <hdu@openoffice.org>  [4abbea6fd4764af7cbbd3fb26e6ab90a9e5b9eb7]

#97492# merge CTL branch to trunk + automatic script recognition


2002-04-18  Herbert Duerr  <hdu@openoffice.org>  [efaa437c6a8ddd397306e1411cf9b2ae8bb082e1]

#97492# start automatic script recognition


2002-04-18  Stephan Schäfer  <ssa@openoffice.org>  [976ddc55b274d203cd463f91dcdc294c52aac51c]

#98727# correct reparenting


2002-04-18  Stephan Schäfer  <ssa@openoffice.org>  [edbe45bdc3379f813c21a886444e289043d112d5]

#98727# removed old focus assertion


2002-04-18  Stephan Schäfer  <ssa@openoffice.org>  [35576c86000a5696021f41051d520c286307ecfa]

#98727# close floaters on ctrl-f6


2002-04-18  Stephan Schäfer  <ssa@openoffice.org>  [918c6a1f7a0e96620b7e03a2398b75232e724dfd]

#98727# ignore synthetic ctrl mousemoves when cursor is active


2002-04-18  Malte Timmermann  <mt@openoffice.org>  [1b4d03ee07d3f41b2670246b27668c643c1f940d]

#97034# GetAccessibleChild(Count) - return floating windows


2002-04-18  Nils Fuhrmann  <nf@openoffice.org>  [62177ad14edaab88a932bca1b948b1c6132c33a0]

Support for L10N-Framework extract format #98834#


2002-04-18  Herbert Duerr  <hdu@openoffice.org>  [5a11cc0cfa7181740a8972e8e77a077e9ed5838b]

#97492# fix endglyph calculation for substrings


2002-04-18  Andre Fischer  <af@openoffice.org>  [44b1576802439af41f3517a2e636a05fe8d3297b]

#97772# Fixed getCurrentDrawPage and getCurrentView methods.


2002-04-18  Andre Fischer  <af@openoffice.org>  [a6f3a6919dd74befcd6d120bb697508e877ce3ea]

#97772# Added update method.


2002-04-18  Andre Fischer  <af@openoffice.org>  [ecdda7929246009b33c10b30385c019d023df344]

#97772# Increased the version number.  Canvas is cleared on initialize.


2002-04-18  Andre Fischer  <af@openoffice.org>  [13e2b38e6082bfdd63380dbb613fcf52c18ae497]

#97772# Comment change.


2002-04-18  Andre Fischer  <af@openoffice.org>  [2ab0a0ebe377ca7d8ea8a86a47c45050055c13d7]

#97772# removeNodes returns bool.  Minor fix of child event handling.


2002-04-18  Daniel Vogelheim  <dvo@openoffice.org>  [a5647a0103ea604699c458ef528b79b4c168bdcd]

Replaced jdk 1.4 color constants with those from earlier versions


2002-04-18  Stephan Schäfer  <ssa@openoffice.org>  [99e5899cc088930f6d91e16a9722698422b72151]

#98762# support HC bitmaps


2002-04-18  Stephan Schäfer  <ssa@openoffice.org>  [a3dfeaf679e59c07785f2b6c80b9fd842c461395]

#98762# support HC bitmaps


2002-04-17  Philipp Lohmann  <pl@openoffice.org>  [92e8f19049e099ed8a28c5bc5450b7481ee361a3]

#98656# add: GetActivationKey, GetLabledBy, GetLabelFor


2002-04-17  Sven Jacobi  <sj@openoffice.org>  [df44bd72717e0c9966f42411e626d4e327be139e]

#98423# supporting also draw and impress filter which might be passed through the MediaDescriptor


2002-04-17  Michael Brauer  <mib@openoffice.org>  [e76266528477912740cbf33e752c6a568729e35c]

#95586#: table support


2002-04-17  Sven Jacobi  <sj@openoffice.org>  [a46a31364921a4cc191a07501e3831c98607b918]

#98422# added method to access filter by type name


2002-04-17  Ocke Janssen  <oj@openoffice.org>  [aea62b6e390406a7f71960e0732292692ebd2b32]

#98286#


2002-04-17  Ocke Janssen  <oj@openoffice.org>  [23eb6f162de4b68065e13440b649ae79e9c0305b]

#98286# improve accessibility


2002-04-17  Ocke Janssen  <oj@openoffice.org>  [76df4d29bf04ddca604f919f5e1f2d49ad2fc5db]

#98286# improve accessibility


2002-04-17  Herbert Duerr  <hdu@openoffice.org>  [d60784628e7dfca5b96b1e2c8af915b92bf31942]

#97763# disable XRENDER for XFree<=4.2.0 on <15bit displays


2002-04-17  Mathias Bauer  <mba@openoffice.org>  [0d799c1b3713446f61d841e55b57ca1119f94b15]

#97499#: new Item for supporting images


2002-04-17  Frank Schönheit  <fs@openoffice.org>  [b97faf9074f41cd7098e59f73ac5519945a3eb15]

#98750# +accimplaccess


2002-04-17  Frank Schönheit  <fs@openoffice.org>  [f86b26efe776734f1b5525e90417a40dab701a76]

initial checkin - helper class for tunneling an XAccessibleContext implementation


2002-04-17  Philipp Lohmann  <pl@openoffice.org>  [136bf2eee269562985f2175ada5b184210b4bcc4]

#98633# use correct index for left side bearing


2002-04-16  Christof Pintaske  <cp@openoffice.org>  [fa79fed9e28ebe1056b96b2d6c4cbdfde952864a]

#97116# dont touch our own windows event mask while reparenting without parent (reflectionX)


2002-04-16  Caolán McNamara  <cmc@openoffice.org>  [94454c72df6f181c14743b6d6e95da25ae4296f3]

#i3584# take \uc0 at its word, i.e. skip 0 bytes


2002-04-16  Philipp Lohmann  <pl@openoffice.org>  [d758b699466b859aea841885949d934f9be96014]

#98680# Add: ToggleDropDown, VCLEVENT_DROPDOWN_OPEN/CLOSE, GetDisplayLineCount on ListBox, ComboBox


2002-04-16  Sven Jacobi  <sj@openoffice.org>  [d0e1a3250f58b278618fa1ab6eeed9fad2a917bd]

#98505# if there is no WinExt we try to calculate the extension instead of using (1/1) default which causes a crash on unix and linux


2002-04-16  Kurt Zenker  <kz@openoffice.org>  [e1f11aa1b2be9914b0c189356a1ffb44024baf06]

new version for SRC655


2002-04-16  Nils Fuhrmann  <nf@openoffice.org>  [0b4a08dd843459fb55e35bce51ab070a734220fa]

35 instead of 05 for LANGUAGE_FINNISH


2002-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6f0dc0b7684fd6184418dbdaa37401310e112ed]

#65293# missing argument


2002-04-16  Rüdiger Timm  <rt@openoffice.org>  [f8b7cce20f0ab1b00c83ffaa637f309a71910349]

new version for SRX642


2002-04-16  Philipp Lohmann  <pl@openoffice.org>  [99f454edab48e286c8265371256b295697ed55c2]

#97518# activate WB_DIALOGCONTROL for system windows too


2002-04-16  Vladimir Glazounov  <vg@openoffice.org>  [f3940216a0deb2f0ff9f316192ea08c75963ffed]

#65293# SSA: no flags in totop for remote case


2002-04-16  Stephan Schäfer  <ssa@openoffice.org>  [de3674665eca58e743420108ce40a886a1a2dd66]

#97518# improved highlighting


2002-04-16  Stephan Schäfer  <ssa@openoffice.org>  [1e9a6b6d62f56aab7e4267edf1dc9861aedb1793]

#96972# changed GetPosPixel for frames


2002-04-15  Karl Hong  <khong@openoffice.org>  [db850f6aa38332ba1a758d9491559e784c39e2ce]

#98663#compareString() is called twice


2002-04-15  Karl Hong  <khong@openoffice.org>  [41b23b102f26a6b320e4d3703a4ad7c646aaf440]

#98667#API:BreakIterator Bugs


2002-04-15  Ingrid Halama  <iha@openoffice.org>  [fe56ea58d2c3ddeadc623421f4de558ca039e204]

#97760# new accessibility options


2002-04-15  Ingrid Halama  <iha@openoffice.org>  [6f199f2150e0ba1733526f4de9d1fe19ada1deb0]

#97760# new accessibility options


2002-04-15  Ingrid Halama  <iha@openoffice.org>  [bec4199e4c4070faf691c33339a9c212f17f6a24]

#97760# new accessibility options config class


2002-04-15  Philipp Lohmann  <pl@openoffice.org>  [c7b891756bb0cb1ef547703fc2d97781a0efc47f]

#98470# set pointer for floats


2002-04-15  Philipp Lohmann  <pl@openoffice.org>  [e366d2cc0812ef74f6e362f3e83c8e023ecf759c]

#96972# ignore Xerrors from XSetInputFocus


2002-04-15  Stephan Schäfer  <ssa@openoffice.org>  [8eb4b0709c4b9f2b403daa1cc5a8716847608cc0]

#96972# allow grabfocus in ToTop


2002-04-15  Daniel Vogelheim  <dvo@openoffice.org>  [9606abd281cfaa909d7f7ae7202c2e7209f154c8]

added XAccessibleSelection.java to makefileb


2002-04-15  Daniel Vogelheim  <dvo@openoffice.org>  [a14c4effe126e4e4ed397a7bb6939125797b118f]

added handler for ...Selection interface, and added attributes to text handler


2002-04-15  Kurt Zenker  <kz@openoffice.org>  [dfe8c969f4f35d3ede69c89c5ca168fca713f56c]

new version for SRC641


2002-04-15  Stephan Schäfer  <ssa@openoffice.org>  [dee708a33a9eea6f9a38e6c9a76cd2105aa25fe5]

#96972# allow grabfocus in totop


2002-04-15  Stephan Schäfer  <ssa@openoffice.org>  [bb06a4c718121bc0a0bd3699cdc4daa0c27daec2]

#96972# improve toggling, set correct state in keyboard select


2002-04-15  Stephan Schäfer  <ssa@openoffice.org>  [007009c1616d4a9c5e1ca2435b7e284364e7301c]

#96972# set focus in child window for floating windows


2002-04-15  Herbert Duerr  <hdu@openoffice.org>  [2f9f6ce120ec112b047f8f193b04eec5580d28ce]

#97492# include alloca.h on unxsols3


2002-04-15  Eike Rathke  <er@openoffice.org>  [b7cddfbff4ae2c7ac504aa32b235d7dd657c4aa2]

#97286# add: IsEqualIgnore100Sec


2002-04-15  Kurt Zenker  <kz@openoffice.org>  [bb1c9def1deef3572bcf81ae39c874c4110d7ceb]

new version for SRX642


2002-04-12  Kurt Zenker  <kz@openoffice.org>  [5898908648d8fb220562b65a740b0f5d5a641344]

last version


2002-04-12  Kurt Zenker  <kz@openoffice.org>  [20fec6d41f634f9d2e663360e9c5969e30a36452]

new version for SRC641


2002-04-12  Kurt Zenker  <kz@openoffice.org>  [a9c5ce35dfa1590b4ec346b78d412d236279022c]

new version for SRX642


2002-04-12  Andre Fischer  <af@openoffice.org>  [16097e26862632cbda412eb9d748bda4852b4a32]

#97772# Added update function to handlers.


2002-04-12  Sven Jacobi  <sj@openoffice.org>  [c82a4214f27d36d7d9787a4d575019be1ef5e8ec]

#97492# take care of new metaaction (META_LAYOUTMODE_ACTION)


2002-04-12  Philipp Lohmann  <pl@openoffice.org>  [501eca29016f97e0baa73e6c5c96d3d8edbab1a5]

#98633# copy font weight in copyPrintFont


2002-04-12  Herbert Duerr  <hdu@openoffice.org>  [61ef37a84e96bad5d9c328ea57a1260229787623]

#65293# remove compiler confusing blanks


2002-04-12  Herbert Duerr  <hdu@openoffice.org>  [3fc59ee75df1eeef7ee5226271246b8421745c82]

#65293# SetLayoutMode no longer inline


2002-04-12  Mathias Bauer  <mba@openoffice.org>  [a19f1f6b81164b5b00a86b7833ab1382dc3de824]

#97499#: new Item for supporting images


2002-04-12  Stephan Schäfer  <ssa@openoffice.org>  [5a25b4b518998f3b5c8c22a5a4281de4bd1453c1]

#91991# merge 1.39.2.4


2002-04-11  Philipp Lohmann  <pl@openoffice.org>  [7949b5128189df091a5658f9d77b2be681960eda]

#98661# Bootstrap needs absolute path


2002-04-11  Herbert Duerr  <hdu@openoffice.org>  [31619a95deb8c9377a1ec60034f33be59c8f9747]

#97492# MetaTextArrayAction: save last value of pDXArray


2002-04-11  Frank Schönheit  <fs@openoffice.org>  [cf2e4fbe3c793e9d89ad9e5ca38f8987c8ed854a]

+BROWSER_SMART_HIDECURSOR: allows better selection visualization in EditBrowseBoxes (normally, every EBB should use this instead of BROWSER_HIDECURSOR)


2002-04-11  Frank Schönheit  <fs@openoffice.org>  [90d0df6a2acc7d4fbc5147f13ad658a6ffc22859]

#98483# BROWSER_SELECTCOLUMN


2002-04-11  Frank Schönheit  <fs@openoffice.org>  [e1a1017b7babc36eaf098413444cd879bb5a7732]

#98483# FirstSelectedColumn/NextSelectedColumn


2002-04-11  Frank Schönheit  <fs@openoffice.org>  [cd722ffe21dbaf9c25a8063e049d6c96c44654e5]

#98483# allow for row/column selection (event when currently editing)


2002-04-11  Herbert Duerr  <hdu@openoffice.org>  [acfcc9843680fbb279076984836accfb868fcf90]

#97492# fix justification miscalculation and RTL offset


2002-04-11  Sven Jacobi  <sj@openoffice.org>  [9eb9d0776b8b74f290d94d8668d37bb43d9af6a9]

#98423# implementing service for graphic filter dialogs


2002-04-11  Peter Burow  <pb@openoffice.org>  [08ee4fc58970ca50b3826323b03f0a48bc4db9d1]

fix: #98597# support for high contrast added


2002-04-11  Peter Burow  <pb@openoffice.org>  [a2511fdd4e18611087cdc27dbf12382b88ac8bbb]

fix: #98597# high contrast imagelist added


2002-04-11  Thomas Benisch  <tbe@openoffice.org>  [3ff6eb8ffdf00556149dc41d1733f36eb68b684f]

#97222# added vclxaccessiblescrollbar.obj


2002-04-11  Thomas Benisch  <tbe@openoffice.org>  [5697f35848784eda530fc253a600fb544405debd]

#97222# CreateAccessibleContext for VCLXScrollBar


2002-04-10  Philipp Lohmann  <pl@openoffice.org>  [430859cc67eca38527642eef0c43750e87ba9e48]

#98616# corrected ImplSetFrameWindow


2002-04-10  Kurt Zenker  <kz@openoffice.org>  [c8488b067ec83467a742b251288d9d0d3c790882]

new version for SRX642


2002-04-10  Kurt Zenker  <kz@openoffice.org>  [75afb2e3e54e2523c79b1911dac7d1de90c21dcf]

new version for SRX642


2002-04-10  Eike Rathke  <er@openoffice.org>  [c1c1d62cfb0c7fed0e76d94a64e114cfd8a6fdd3]

#97583# incorporate changes already made, but forgotten to move to i18npool #97472# rename service Calendar to LocaleCalendar due to name clash with struct Calendar


2002-04-10  Eike Rathke  <er@openoffice.org>  [c8d2212d01d1836c68d1694774a8a70d4e881e4f]

#97583# incorporate changes already made, but forgotten to move to i18npool #97472# rename service Calendar to LocaleCalendar due to name clash with struct Calendar


2002-04-10  Eike Rathke  <er@openoffice.org>  [91b7e567a163cc8794985713ced60ae535b890ab]

#97583# dependency from icu


2002-04-10  Philipp Lohmann  <pl@openoffice.org>  [6d48d67474ece5b29a3ef9eb10fab36f9241038f]

#98148# drop dependency to configuration


2002-04-10  gt  <gt@openoffice.org>  [89e124be48e3ef872e61948a0560b8ac3306b18d]

#65293# SvImpLBox::SvImpLBox(): delete depricated feature


2002-04-09  Kurt Zenker  <kz@openoffice.org>  [8c95638ee18fc23ec18cfbefbf05f32eeaebcd5b]

new version for SRX642


2002-04-09  Philipp Lohmann  <pl@openoffice.org>  [e1a7a3defa846ddc48111a0e3adfa749a0503931]

#98551# add: rotate/mirror item images


2002-04-09  Herbert Duerr  <hdu@openoffice.org>  [e29eabd8558cf46c0a764ce63194558afdb96dbc]

#97492# implement MetaLayoutModeAction


2002-04-09  Philipp Lohmann  <pl@openoffice.org>  [20ee0c8846942d71995091978ab99b2d01273fb4]

#96792# release mouse before startDrag


2002-04-09  Frank Schönheit  <fs@openoffice.org>  [b5e3dec989ed3c557cc0108d853c91a29e55b782]

#98181# +getNumberFormatProperty


2002-04-09  Andre Fischer  <af@openoffice.org>  [f5326bffea201c914617a56841f52dc3974793d7]

#97772# Fixed removal of nodes from canvas.


2002-04-09  Andre Fischer  <af@openoffice.org>  [2b313e8e3e13dd7c964fdfd01cd16ca1201e5646]

#97772# Fixed setting the root node of the tree model.


2002-04-09  Andre Fischer  <af@openoffice.org>  [60c335562c2d836814b0d0ba848f7017be4d9abd]

#97772# Added File menu with Quit entry.


2002-04-09  Andre Fischer  <af@openoffice.org>  [41ce49f9149301923835cef98b38aa0086d7633d]

#97772# Removal of internal dead lock.


2002-04-09  Andre Fischer  <af@openoffice.org>  [54d35ceb87233a1886ece8ad69b59ddbe7a61e2c]

#97772# Clean up of AccessibleObject handling.


2002-04-09  Kai Sommerfeld  <kso@openoffice.org>  [f0b7cf75177ab36394e4c6cd3b3c996a3daaa220]

#92347# - Changed return value of all setPropertyValue[s] methods.


2002-04-09  Carsten Driesner  <cd@openoffice.org>  [fcb9219bfffbe2deb0367edfe6d80057ee59f99f]

#98583# ignore x errors if plugged frames exist


2002-04-09  Carsten Driesner  <cd@openoffice.org>  [a300dd9c1a73939e9bc0c21520aa540ea1491b26]

#98583# access method for frame style


2002-04-09  Stephan Bergmann  <sb@openoffice.org>  [f998f9f7f1709156bd3fc460f7fd8da6daa152e4]

#98579# Support creation of an RmFrameWindow with a given XRmFrameWindow (needed for unified client bean).


2002-04-09  Stephan Bergmann  <sb@openoffice.org>  [652372d02681a19b0b58fcf11e3dfbe2be5b233f]

#98579# Added SYSTEM_JAVA branch to createSystemChild.


2002-04-09  Peter Burow  <pb@openoffice.org>  [a6daf006fba4a5ed0750e0fa02623844547097da]

fix: #97240# new methods for accessibility


2002-04-09  Frank Schönheit  <fs@openoffice.org>  [b7885f9331cbb8e86c37a1fa04f5772d1ec904e4]

extended the exception message when unable to convert a property value - eases debuggin in Basic


2002-04-09  Ocke Janssen  <oj@openoffice.org>  [f44dda1faf82ad8ec12e01b717a868cb970aecd3]

#98286# new virtual method GetCellText


2002-04-09  Ocke Janssen  <oj@openoffice.org>  [55ba1cdab0a8354675dd42b653871b1930a1eeb0]

#98286# new impl for BrowseBox


2002-04-09  Ocke Janssen  <oj@openoffice.org>  [f867658e96382e4a998aa5853519da6b015eb090]

#98286# new files


2002-04-08  Bustamam Harun  <bustamam@openoffice.org>  [3824166831d164437eb2eb03500e60e55b023a8d]

#97583# Fix arabic calendar


2002-04-08  Thomas Benisch  <tbe@openoffice.org>  [42e6f46c3fed8198356e0adbb242e093b46fbae2]

#97222# fire VCLEVENT_EDIT_SELECTIONCHANGED event


2002-04-08  Stephan Schäfer  <ssa@openoffice.org>  [9ce306dfee6d8cffe5a927ca326c289e46eced64]

#96979# improve reparenting for RVP


2002-04-08  Stephan Schäfer  <ssa@openoffice.org>  [b12eda9aca08a497cea99c8ca1522c847bb7df7a]

#97013# prepare keyboard invocation of quickhelp


2002-04-08  Christof Pintaske  <cp@openoffice.org>  [60de2d4e5c79e14c2e0d4bd31bfbd7dcc4da205b]

#98544# change /euro to /Euro


2002-04-08  Christof Pintaske  <cp@openoffice.org>  [22d632b719e9b8f5679c34c7a9b9b9284b0d7f04]

#98544# change /euro to /Euro


2002-04-08  Sven Jacobi  <sj@openoffice.org>  [af9051ada69fc183cdd6614bca5ee7eaad4d28fd]

not used


2002-04-08  Rüdiger Timm  <rt@openoffice.org>  [5f5905c52fb0d501b02ec9a665e977db5c821074]

new version for SRC641


2002-04-08  Rüdiger Timm  <rt@openoffice.org>  [355d4a6d0bb1d9f64c823df9121ffe14465cee02]

new version for SRC641


2002-04-08  Sven Jacobi  <sj@openoffice.org>  [0caddd64bee14c27c0bb45a27a0bf424530adada]

not used


2002-04-08  Andre Fischer  <af@openoffice.org>  [8752da5f3e5381f5a10acb725dc692e80e12dd98]

#97772# The thread created by the QueuedListener now has a name.


2002-04-08  Andre Fischer  <af@openoffice.org>  [4be1b45ebdbfb8f5fea12d825a0c3f8d04a24b55]

#97772# Instead of replacing the whole tree model, now only its root node is replaced.


2002-04-08  Mikhail Voitenko  <mav@openoffice.org>  [5b8a617e783a6d76fca650971ae68055d8c71958]

#98119# let the input stream be seekable


2002-04-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b0e00013cc7db1feb73ad8def7c83e45f58488ed]

no empty echo for filter lists


2002-04-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d6ffeeb6435faf94cd2d222bea6676cc4412ebf2]

don't use a seperate command for each filter line


2002-04-05  Kai Ahrens  <ka@openoffice.org>  [f88a3bb2d0f0729581d4c3377514ea8735b18680]

#96876#: change textencoding to RTL_TEXTENCODING_UNICODE for StarSymbol font


2002-04-05  Vladimir Glazounov  <vg@openoffice.org>  [5e40e91ecdf52293c634793fec885d1817cd916c]

new version for SRX642


2002-04-05  Stephan Schäfer  <ssa@openoffice.org>  [ccc1006c97381b828ee1cf3a648759083c9885c7]

#96979# remote system window adaptation


2002-04-05  Herbert Duerr  <hdu@openoffice.org>  [56108491d3b8965b46ec71af47bafba72d51af00]

#97492# adjust CTL text for n*Unicode->1*Glyph cases


2002-04-05  Stephan Schäfer  <ssa@openoffice.org>  [2cdd0e7bbfde2416c3d2d8cc474e0c0fd1ca320f]

#96979# remote system window adaptation


2002-04-05  Stephan Schäfer  <ssa@openoffice.org>  [cd9a63dc8aac6f90cf8ef996784f1f35a5e599ad]

#98451# check mnCurPos in mousemove before using it


2002-04-05  Rüdiger Timm  <rt@openoffice.org>  [ac45a96c832b71e6f59a7f914c6bd215a386d9db]

new version for SRX642


2002-04-05  Rüdiger Timm  <rt@openoffice.org>  [2637de0cec93cba79b831560debef48703081a1b]

new version for SRX642


2002-04-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0811e09e33389802e507f88823081280a5a64a44]

remove empty statement warning


2002-04-05  Kai Ahrens  <ka@openoffice.org>  [b22fde9cd7ee2206f9791127342081ea9b375b42]

#98312#: added support for multiple path styles


2002-04-05  Vladimir Glazounov  <vg@openoffice.org>  [e9ec472b95c82461fcc5c99aef7a768c55e49eaa]

#65293#


2002-04-05  Andre Fischer  <af@openoffice.org>  [82f967688bbb72e08f059ba74a963b05259ef99c]

#97772# Added menu bar and options file to GUI.


2002-04-05  Andre Fischer  <af@openoffice.org>  [2bc5631b50ca213e162ec9a50f6038a7570e17e9]

#97772# Moved shortcuts to different interfaces of one XAccessible into AccTreeNode.


2002-04-05  Andre Fischer  <af@openoffice.org>  [d82224fb0d7c01fef9164e646e8d12b6bb73d534]

#97772# Selection of associated JTree highlights corresponding graphical representation.


2002-04-05  Peter Burow  <pb@openoffice.org>  [22d7f64f812c27c8352a5c350ff584c44ac89c1b]

fix: #97359# impl method for ExecuteDrop() added


2002-04-04  Bustamam Harun  <bustamam@openoffice.org>  [f99d5f984cbdfbe64525ec90cf86ad501fda92e2]

#98442# Fix missing Halfwidth definition


2002-04-04  Rüdiger Timm  <rt@openoffice.org>  [fc91a362f7e65ee23d909f4296330c8b396a7ef3]

new version for SRC641


2002-04-04  Kurt Zenker  <kz@openoffice.org>  [50756fa910cb954d514be61d2a088c5663274492]

new version for SRC641


2002-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb3940b254f937c7fde6477a66cb7f82f20a8e17]

#65293#: removed ContentProviderData from filterlist


2002-04-04  Nils Fuhrmann  <nf@openoffice.org>  [2e6ebe00c8ca324728bd8d97d056bd6fbff32565]

#98499# Added thai support to translation process


2002-04-04  Nils Fuhrmann  <nf@openoffice.org>  [db991888f953b22e1acd4d02392e980fedc7dae7]

#98499# Added thai support for path replacement, mandatory for template and example handling


2002-04-04  Tino Rachui  <tra@openoffice.org>  [fe510b6f4c9bfe827a05b400f5c8a8bd33bd899c]

#96857#changed format names Star * * to Star * * (XML)


2002-04-04  Andre Fischer  <af@openoffice.org>  [4b755218aab393091a67647ec6f49e193ebb19bf]

#97772# Improved selection of object under mouse position.


2002-04-04  Andre Fischer  <af@openoffice.org>  [e92895e63bb9882e725eb4fbfae2685229dfeb02]

#97772# Minor cleanup.


2002-04-04  Andre Fischer  <af@openoffice.org>  [cf764e34280e2889c027dda2f20f75120049bfe5]

#97772# Register only once as listener at each node.


2002-04-04  Kai Ahrens  <ka@openoffice.org>  [0a608b94a84c8562ab61989f912f534b29c49ef3]

#98312#: don't abort, if bitmap is not found


2002-04-04  gt  <gt@openoffice.org>  [b7ec1dfecd668abe13aaf631360663eccf721c65]

#98354# enable Ctrl-functionality for CursorPosChanging()


2002-04-04  gt  <gt@openoffice.org>  [8dbb761e55da7b824188715ab2bc7b88f3c68350]

#98354# Ctrl for up/down and Space


2002-04-03  Herbert Duerr  <hdu@openoffice.org>  [4c27a02dfc56de54a9810118a4fe333419ec6d4b]

#97492# implement GenericLayout::GetCharPosition()


2002-04-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [02fd9968d2a03e092ac4b3824967ce650d4f8f72]

new version for SRC654


2002-04-03  Herbert Duerr  <hdu@openoffice.org>  [0fdb56da7469429086337e364174b5028255b44e]

#97492# fix drawtext offset for attribute change in ligature glyph


2002-04-03  Kai Ahrens  <ka@openoffice.org>  [735e5705fdf81913e7a452191709429bc6ad4885]

#98331#: added PageUp/PageDown functionality


2002-04-03  Kurt Zenker  <kz@openoffice.org>  [b4d8cf70e0e905d661afc829a850939a2d584e13]

new version for SRC654


2002-04-03  Vladimir Glazounov  <vg@openoffice.org>  [6813e1610e359fe4aa7f4820b907a7dc3a7ba430]

#65293# switched off optimization for gcc3


2002-04-03  Frank Schönheit  <fs@openoffice.org>  [45642e8f72f3b4713ddc80d14fc9a6a3769d07b2]

#95845# SetEvalDateFormat on the formatter to correctly recognized date inputs


2002-04-03  Daniel Rentz  <dr@openoffice.org>  [92d5dc2772c4b4bdc3df57862dd3afbe68f26c3a]

#98286# BrowseBox accessibility


2002-04-03  Andre Fischer  <af@openoffice.org>  [024e4d678018c9653418293d5cd9618d2c2257af]

Objects are draw again onto canvas.


2002-04-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b6fbe1b9439ae5ce055dcef11af0d5f8bee2263]

#65293#: required change


2002-04-03  Andre Fischer  <af@openoffice.org>  [10ce1f3ef34b86b1c225fe492df532672aa6a8b7]

Added new files to makefile.


2002-04-03  Stephan Schäfer  <ssa@openoffice.org>  [c14d68397597dd098e1dbbb169983411a5014f4d]

#96979# send wb_systemwfloatwin only if no decoration required


2002-04-02  Christian Lippka  <cl@openoffice.org>  [5eb86bd4d9ac399fe405d44be736f1368d5cc759]

#97518# added access to KeyEvent Modifier


2002-04-02  Andre Fischer  <af@openoffice.org>  [b5fc2c4e228b1e672691f5c0c5778d0a85bd3b4c]

Appended version number to main window title.


2002-04-02  Andre Fischer  <af@openoffice.org>  [b0e76395ad92f5788b7df7f5b6118cf308072c29]

Performance improvements: Handler have become non-static members of tree nodes and cache data to prevent UNO queries.  Increased type safety by introduction of tree node hierarchy.


2002-04-02  Kai Ahrens  <ka@openoffice.org>  [687710541a5113951e597655ee5c1dee4bb7eb65]

#98312#: added support for high contrast bitmaps


2002-04-02  Kurt Zenker  <kz@openoffice.org>  [05e638031874d6830326bb363a65c99fa2268d1b]

new version for SRX642


2002-04-02  Kurt Zenker  <kz@openoffice.org>  [854c3ddfe60441bb4c8495f6cbd6fffc16e43537]

new version for SRX642


2002-04-02  Kurt Zenker  <kz@openoffice.org>  [7429f84d2f478bd3667faeecf9cdbd977476acc2]

new version for SRX642


2002-04-02  Daniel Rentz  <dr@openoffice.org>  [961ead67d9af13fe6f7742d826e47c3623c0bb1d]

#98286# BrowseBox accessibility


2002-03-30  Karl Hong  <khong@openoffice.org>  [0cb7489753c60813fea5235a8880b6f64aba784e]

#98442#TextToNum, CharToNum transliteration


2002-03-28  Frank Schönheit  <fs@openoffice.org>  [5594a949edf05ca0b96e6b9b5ff44f321d3ed63f]

#98348# #97035# - ProcessWindowEvent always to call the base class


2002-03-28  Herbert Duerr  <hdu@openoffice.org>  [21c497ccdcffb33493c9a7dafd0248809e0f378d]

#97492# fix DrawStretchText for complex text


2002-03-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [08cdc493d0f7ae2ea5fb2c21ba1694943b9faec2]

move fitered symbols to filter file


2002-03-28  Mathias Bauer  <mba@openoffice.org>  [b2b62f273ba75741efc074782af5008fdc6c4bd2]

#97882#: get UI config pathes from configuration


2002-03-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [60e25b3b207be4b29978d5f1f6c73216189dd7c3]

use delimiter var


2002-03-28  Eike Rathke  <er@openoffice.org>  [8b207e8c5169a30ec0a923cd1cc85917e8bab041]

#97583# centralized ICUI18NLIB in solenv/inc/libs.mk


2002-03-27  Eike Rathke  <er@openoffice.org>  [d02e6474faf807054be1c5ba221da7a7d6c223e2]

#97583# move ambiguously (for Windoze) named files


2002-03-27  Eike Rathke  <er@openoffice.org>  [98682911948ada05ee80c539e898fc60253edc5e]

#97583# move ambiguously (for Windoze) named files indexentry_*


2002-03-27  Stephan Schäfer  <ssa@openoffice.org>  [1f68e73087fb1a54cfed84b039ecb8c48e79bc06]

#98367# improved resizing


2002-03-27  Stephan Schäfer  <ssa@openoffice.org>  [191cc441e2b96e06a3f92c5ec800bd5a06d8677b]

#96979# avoid close on focus change for decorated floating windows


2002-03-27  Eike Rathke  <er@openoffice.org>  [db03a1884555acdc61b170c572966ba2746a97cd]

#97583# typos of released API and its fixed enums have to be inherited


2002-03-27  Philipp Lohmann  <pl@openoffice.org>  [a300cd1f5e00b13a3f1fce2341964e7823d09043]

#98367# end resize with a good format


2002-03-27  Oliver Specht  <os@openoffice.org>  [1728835a39fd85b9da1fe52515851a08b2d50996]

#98312# naming convention of ImageLists changed


2002-03-26  Thomas Benisch  <tbe@openoffice.org>  [55043e801c4eae5cbda58fa491830dc2c831cd3b]

#97222# CreateAccessibleContext() for VCLXFixedText


2002-03-26  Thomas Benisch  <tbe@openoffice.org>  [23c8b2170aebddf0e7ff0fffe92611101e9b7ccd]

#97222# added vclxaccessibleradiobutton.obj, vclxaccessiblefixedtext.obj, vclxaccessibleedit.obj


2002-03-26  Eike Rathke  <er@openoffice.org>  [5308d4a63476f576e4d9ebdaf2268e7033f9d5ef]

#97583# it's dual licensed, LGPL and SISSL


2002-03-26  Eike Rathke  <er@openoffice.org>  [877c05a274a10c25095f8566e48c5955092b93c0]

#97583# it's dual licensed, LGPL and SISSL


2002-03-26  Eike Rathke  <er@openoffice.org>  [b656f10326014478e5f017fc13a3588150cd3af8]

#97583# it's dual licensed, LGPL and SISSL


2002-03-26  Vladimir Glazounov  <vg@openoffice.org>  [d5291f87ac844d00fd8b7240c0139dfeed0ee2ba]

#65293# added one more file to deliver


2002-03-26  Rüdiger Timm  <rt@openoffice.org>  [04255da72e930d0849aa60c56aa1c997904b20ef]

new version for SRX642


2002-03-26  Stephan Schäfer  <ssa@openoffice.org>  [e2edb72da7ee58e90a0b8ea766f87c976e72df6b]

#96971# use color constructor


2002-03-26  Rüdiger Timm  <rt@openoffice.org>  [1969e7773d049442ef344d2965b2b56de1e7b954]

new version for SRX642


2002-03-26  Stephan Schäfer  <ssa@openoffice.org>  [e70bb3529b8a60f530c661e1752d7064c45716cb]

#96971# skip static controls with cursor


2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [1a42d893947d3169caa78aee472ee92f2b2504f3]

#97583# fix syntax


2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [4729c8911ddd48c68633569b5362530f95cbd5f9]

#97583# add new libraries


2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [cf7e257b5a0887cd18e4978ad51812410a654082]

#97583# add Include files


2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [6fea5b209105ccd81e9752f00531e4e99798e444]

#97583#  Add 2 new arabic locale ar_LB and ar_TN


2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [399dba097946dace80fb3fdcf28564f3fe145d5a]

#97583# Add 2 new arabic locales ar_LB and ar_TN


2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [101ab70dfa383c3d8b002ace47d76d26b4f2ef9b]

#97583# Remove obsolete tag


2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [dd939b2789a82e1cfa71551b3147625f7f4df1a6]

#97583# add Transliteration


2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [17920ccdbee61dc4b2486cf816c17588357253cc]

#97583# add transliteration data


2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [c7232794b34dc14ed62479e37aa1a9847dff2dfd]

#97583# Modify for new services


2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [d9f8065b6f223d8979a0e359e3cf12acce46000d]

#97583# Add inputsequencechecker


2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [de792e8f0bd5d3972c8c20fcc2df555f9834ed1b]

#97583# reorganize files


2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [a526834d0cec4304a4301935dc0f21bb8b10b9be]

#97583# add include files


2002-03-26  Philipp Lohmann  <pl@openoffice.org>  [0eb67163374c7187327d706c616cf5a543941978]

#97809# do not insert mnemonic twice


2002-03-26  Stephan Schäfer  <ssa@openoffice.org>  [2ed7234f1a39a4b4baf1c73c19ad71c57e3cb1ac]

#98168# send asctivate/deactivate events on focus change


2002-03-26  Stephan Schäfer  <ssa@openoffice.org>  [1a3d8d141f28d31741e96bbdf96cc979ed0a6324]

#97021# darkness threshold


2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [910db119f234dc6861d1cf11cfec39f2f2572e38]

#97583# Add name space


2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [af3e2c2b0eae126d63cfe60b776d4a749a6c6ad3]

#97583# Add Collator


2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [0afe980d0fc8b98a598d7e457c0945fdf28e0f47]

#97583# Add Character Classification


2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [ec8adce30501094efa286fc532544a790b67b326]

#97583# add Calendar


2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [27861ea125e49002397f621ed58ed0dcb4337204]

#97583# Add Dictionary Breakiterator data


2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [867293c418a90d1a0c4fba85ee74da82dfb7bfa2]

#97583# Add Breakiterator


2002-03-25  Kurt Zenker  <kz@openoffice.org>  [8f68ff0e060d9e3801801f27501733e9cc7cad89]

new version for SRC653


2002-03-25  Philipp Lohmann  <pl@openoffice.org>  [ab81d281ef136f57c0ff1e7a10423cadd4d4cb5d]

#98364# don't Commit on shutdown unless necessary


2002-03-25  Kurt Zenker  <kz@openoffice.org>  [84a5d1a389ce12ce3657c6f8cfd91b1bbdb927ff]

new version for SRX642


2002-03-25  Stephan Schäfer  <ssa@openoffice.org>  [4966151bcca0dc2d02145261384cf856a5355fbd]

#97021# check HC mode before using light green


2002-03-25  Philipp Lohmann  <pl@openoffice.org>  [f64b70ff85c5e60e582b8c5959544477f1186f3b]

#97809# accept multiple mnemonics if necessary


2002-03-25  Vladimir Glazounov  <vg@openoffice.org>  [e8516c21ecdb2055a9168e733212d8055876bf5b]

new version for SRX642


2002-03-25  Peter Burow  <pb@openoffice.org>  [22cdfc05f31b863d99b45fcb6c3e8027b047cfd3]

fix: #97498# support for large toolbox bitmaps


2002-03-25  Peter Burow  <pb@openoffice.org>  [974f17f3984c41ab156941c27c12976e011ca92f]

fix: #97498# moved from sfx2


2002-03-25  Stephan Schäfer  <ssa@openoffice.org>  [6f47e7e3daebcaff8791ec9f3d82af6a9752f559]

#97021# improved disabled text in HC mode


2002-03-25  Stephan Schäfer  <ssa@openoffice.org>  [4f6dee6d9c64447f93426cad3f8e0af041431a44]

#97021# improve selection in HC mode


2002-03-25  Thomas Benisch  <tbe@openoffice.org>  [2987dacd6bc8e812032050322fb70fcb9042af83]

#97222# implemented getAccessibleKeyBinding


2002-03-25  Philipp Lohmann  <pl@openoffice.org>  [f3332f20d5c1680a9b2e17d34935983e6ae2dfa3]

#98335# invalidate pending user event in destructor


2002-03-22  Vladimir Glazounov  <vg@openoffice.org>  [386c2844421bf9583af79d9e7c022e87733c804e]

new version for SRX642


2002-03-22  Stephan Schäfer  <ssa@openoffice.org>  [c049909d7c6b6a3044a7f5ea84fec841203dc198]

#97038# use sound for info box


2002-03-22  Stephan Schäfer  <ssa@openoffice.org>  [c5b36c0e152e36c4bda0894136d6bf0f940f961d]

#97021# highlight text buttons


2002-03-22  Stephan Schäfer  <ssa@openoffice.org>  [69f39795ed48ee0a329b9b9a6c2fbb45496ac6a2]

#97021# dont highlight disabled entries


2002-03-22  Stephan Schäfer  <ssa@openoffice.org>  [2981cd7aa99827669308d15216f155d95a8d7426]

#97021# take care of high contrast in draw disabled text


2002-03-22  Stephan Schäfer  <ssa@openoffice.org>  [799f5555898b199283283a3bb5c13a0d4a5fe2a0]

#97021# improve dark/bright thresholds


2002-03-22  Kurt Zenker  <kz@openoffice.org>  [dbce8518d47cd7f1230f5816e9e3a50eda5ea9aa]

new version for SRX642


2002-03-22  Kai Ahrens  <ka@openoffice.org>  [77dc5a03bae1d2ea6c31cc950e164e05aea2ce74]

#98312#: added support for high contrast bitmaps


2002-03-22  Stephan Schäfer  <ssa@openoffice.org>  [8028e1d34b4e42070456177c2c2fe89b83a886fd]

#97017# choose useful border color


2002-03-22  Philipp Lohmann  <pl@openoffice.org>  [e1484af3bbe60088d2a4393cb9e1d0be49add399]

#96985# dock/undock with key input


2002-03-22  Peter Burow  <pb@openoffice.org>  [5793d8c8652ce97081b212db1857de508b3812c4]

fix: #98305# use osl_getThreadTextEncoding() instead of RTL_TEXTENCODING_ASCII_US


2002-03-22  Stephan Schäfer  <ssa@openoffice.org>  [748c50c1cb27334b7ae6696b3192abe9cb7bbadd]

#96972# now f6 cycles through everything and ctrl-tab only menu-toolbar-floats


2002-03-22  Stephan Schäfer  <ssa@openoffice.org>  [f531ba3060abd41ef7d48cfe9c88a5c6a4c7d776]

#98125# toggle next toolbar using ctrl-cursorkey


2002-03-22  Stephan Schäfer  <ssa@openoffice.org>  [553e8a5eaf3574bb82f76f44834749e90ccedaa9]

#96972# do not open menu on activate menubar


2002-03-22  Philipp Lohmann  <pl@openoffice.org>  [357bb50e1013627a3d260d4f0a6e20ee2f72c800]

#98313# ignore Xerror when setting input focus to plugged window in :Show


2002-03-22  Peter Burow  <pb@openoffice.org>  [694a4469666d37b6e2d13a633214797233089626]

fix: #97876# VCLXComboBox returns the correct accessible context


2002-03-22  Peter Burow  <pb@openoffice.org>  [15d7589141a60cbe026b3bf2482f6aa03090d890]

fix: #97876# combobox files added


2002-03-22  Peter Burow  <pb@openoffice.org>  [994fabcde55d718d9878d4a58d9ff092df4fe165]

fix: #97876# warnings removed


2002-03-22  Peter Burow  <pb@openoffice.org>  [0ef712e61d8e9cfc7c02fbe98ceb7e24d8c4117b]

fix: #97876# new class ListBoxHelper


2002-03-22  Peter Burow  <pb@openoffice.org>  [aed8ba2e090882aacf40cab69ff0206cc284095b]

fix: #97876# syntax changes


2002-03-21  Stephan Schäfer  <ssa@openoffice.org>  [bfe24e7e4478a999cb1126f00e002e683ce7cf37]

#96979# syswindow handling


2002-03-21  Kai Ahrens  <ka@openoffice.org>  [7a0c20895faa77130b27659ad153cfae862fa95a]

#98299#: set minimum hatch distance to 3 pixel


2002-03-21  Philipp Lohmann  <pl@openoffice.org>  [26ff5b5176153aac43b89f11f0d605ffbec5397f]

#97051# add: WINDOW_POSSIZE_DROPDOWN, SetDropDownSize


2002-03-20  Philipp Lohmann  <pl@openoffice.org>  [9e38ae6eb8079024a00bce6a4b9658ce63a861e4]

#98247# MUST: remove RTL_TEXTENCODING_STD_COUNT


2002-03-20  Philipp Lohmann  <pl@openoffice.org>  [e64cba50028d129d3d1d4bd940e4efcf9d7b3d84]

#98247# MUST: remove RTL_TEXTENCODING_STD_COUNT


2002-03-20  Kai Ahrens  <ka@openoffice.org>  [be2d8230aa83833a0b487ff7ea3fce5f6fd42142]

#98271#: adjust ::drop method to support JClient


2002-03-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [093eb8bc2270b07534aecd1b38262340c8bae322]

#65293#: i18n::LocaleData


2002-03-20  Sascha Ballach  <sab@openoffice.org>  [49a7395f6c6b216a12ebe67363332af07083094d]

#95584#; compare returns a bool now


2002-03-20  Sascha Ballach  <sab@openoffice.org>  [8bef3aa8bb16c21acb9f6cc7b77552b2423eca42]

#95584#; use concatSequence instead to make it alone


2002-03-20  Frank Schönheit  <fs@openoffice.org>  [78edb0618c06fe6ba556c4cc5ddb2fa06ca6aacb]

GetInterface: be more tolerant against invalid arguments (don't crash!)


2002-03-19  Eike Rathke  <er@openoffice.org>  [86fe1b56b62494b2723befab05f20df600bd8b48]

#i3549# incorporated patch provided by Jes+s Corrius, mainly date format issues


2002-03-19  Philipp Lohmann  <pl@openoffice.org>  [d51082a35c64f140882796c6f4a841d83f41af7e]

#96979# dummy implementation for REMOTE_APPSERVER case


2002-03-19  Philipp Lohmann  <pl@openoffice.org>  [5c6128283d89803dbe0d48e15cbb6b41413b600d]

#96979# make DockingWindow a system window


2002-03-19  Daniel Vogelheim  <dvo@openoffice.org>  [58483e76dbbc74bd1ae5a937d347daf21e07b21a]

made main class a Singleton (needed for display of Dialogs)


2002-03-19  Daniel Vogelheim  <dvo@openoffice.org>  [7d946fb8a14df13d891fff2554880562f2291f61]

include context menu for XAccessible(Editable)Text


2002-03-19  Daniel Vogelheim  <dvo@openoffice.org>  [a2ca553a2f4395126022ff878a8ecaf4008adb94]

proper asyncronous event delivery


2002-03-19  Eike Rathke  <er@openoffice.org>  [c159f18ffc7ea01037fbc56564821d2b51e7e545]

#97583# of course the interim .cxx files and not the .obj files depend on the saxparser executable


2002-03-19  Stephan Bergmann  <sb@openoffice.org>  [2a89be1503302765031086fefef3e91f4ed7db77]

#98247# Remove RTL_TEXTENCODING_STD_COUNT.


2002-03-19  Vladimir Glazounov  <vg@openoffice.org>  [6369387bee16a7709f7ccc847dd4ba4aad44961d]

new version for SRX642


2002-03-19  Rüdiger Timm  <rt@openoffice.org>  [87682754af3a199b7306bf0de90a3612785a6767]

new version for SRX642


2002-03-19  Kurt Zenker  <kz@openoffice.org>  [be40290b412b5b38da7a075d8788169defe1fcbf]

new version for SRC653


2002-03-19  Kurt Zenker  <kz@openoffice.org>  [f84fdd3ed8fc1ac2eaa6ee20eb0c6fd7820dcc74]

new version for SRC653


2002-03-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e83f224d6f399a33a3344dd290cb7a46a802fd76]

#65293#: work around C52


2002-03-18  Bustamam Harun  <bustamam@openoffice.org>  [da3b855b79ffe8a593c66b4442567700a46bd329]

#97583# move namespace


2002-03-18  Bustamam Harun  <bustamam@openoffice.org>  [1421b39ccef9bfcc20dc09a3a752877c640e029a]

#97583# Move namespace


2002-03-18  Eike Rathke  <er@openoffice.org>  [b6eae9de645c9b19c6364a1c0d1356a8462c2c5a]

#97583# removed xmlparser directory


2002-03-18  Eike Rathke  <er@openoffice.org>  [a0b0fd1020c0db7a12adefc7808e06e557fc9deb]

#97583# Added dependency from saxparser executable. No need to use and copy THE applicat.rdb, any rdb will do, thus avoiding unnecessary rebuilds.


2002-03-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [092fa0df3904b97f21709a64bf933e8366955edf]

#65293#: includes


2002-03-18  Thomas Benisch  <tbe@openoffice.org>  [e7929f76aa4c094bdc39eb11c2ef9b3a9c3c647c]

#97222# added awt.srs


2002-03-18  Thomas Benisch  <tbe@openoffice.org>  [9d11a3405a535186125da8488d23053d3816ef55]

#97222# added accessiblestrings.src


2002-03-18  Thomas Benisch  <tbe@openoffice.org>  [01d9b3506177f70b48f7f7759c766676c95396bf]

#97222# added tkresmgr.obj


2002-03-18  Thomas Benisch  <tbe@openoffice.org>  [da2fcf160191bc388ecabc8bb8dcc04a5b95fe9e]

#97222# toolkit resource manager


2002-03-18  Thomas Benisch  <tbe@openoffice.org>  [700197e796bcda354746efbee4efcd9912bf7894]

#97222# added unohelp2.hxx


2002-03-18  Thomas Benisch  <tbe@openoffice.org>  [37dc0602dbb933ccbe0fbf8d668687dbe2ecd86c]

#97222# moved TextDataObject to namespace ::vcl::unohelper


2002-03-18  Thomas Benisch  <tbe@openoffice.org>  [5210ed294c8fd9d1cca55aaeec9bd9373d2f3d3d]

#97222# added unohelp2.obj


2002-03-18  Thomas Benisch  <tbe@openoffice.org>  [d2d2a6b85a3e158f24eeb7f8898ac6ac123fc3b2]

#97222# TextDataObject for clipboard


2002-03-18  Philipp Lohmann  <pl@openoffice.org>  [dd824fa85231f3101e38b23182679cbd9bcba4ca]

#98107# set focus to plugged windows in show


2002-03-18  Philipp Lohmann  <pl@openoffice.org>  [37cf4f092610a345a8fc28467d6dc3dfcb6b1426]

#97393# #98163# #97509# java client needs to request job setup


2002-03-18  Mathias Bauer  <mba@openoffice.org>  [509df929982b9e6120cfa8a0159dab3b4b96797d]

#97276#: automatically recreate TempDir


2002-03-18  Sander Vesik  <svesik@openoffice.org>  [e08b07d8d1bac1741bc90bc5f0c6cd3aa84ab138]

IRIX does have pthreads

Contributed by: The SGI OpenOffice.org porting team

2002-03-17  Sander Vesik  <svesik@openoffice.org>  [c50b6f304c0948645223880e504b1838957d84ff]

== -> Equals

Contributed by the SGI OpenOffice.org porting team

2002-03-16  Bustamam Harun  <bustamam@openoffice.org>  [c058b1a1d6d42eaf2f412a417b0d81bc1d484f3a]

#97583# rename localedata.lib to locale.lib


2002-03-16  Bustamam Harun  <bustamam@openoffice.org>  [a2835507f09ac5190526ff385a8425802c560323]

#97583# move xml parser to locale directory


2002-03-16  Bustamam Harun  <bustamam@openoffice.org>  [201eed995a6d2fd5c158b64df079d3f31593ff2d]

#97583# added new locales


2002-03-15  Bustamam Harun  <bustamam@openoffice.org>  [c0085ac7495161880a230695a3c03d1c2009393d]

#97583# fix localeID


2002-03-15  Bustamam Harun  <bustamam@openoffice.org>  [e099bddb2ca38f744e74171857804eb6b0071b04]

#97583# Add hindi locale


2002-03-15  Bustamam Harun  <bustamam@openoffice.org>  [e151795070eccbed34fc68fde62ed788324c2a79]

#97583# Combine localedata build


2002-03-15  Bustamam Harun  <bustamam@openoffice.org>  [00c4594e8491cb74dc6b65e82710edd3203a41c6]

#97583# Remove localedata dependencies


2002-03-15  Bustamam Harun  <bustamam@openoffice.org>  [de44e94792b636dd360baa1cb431de384c0630fa]

#97583# Split localedata to 4 separate libraries and move XML parser


2002-03-15  Bustamam Harun  <bustamam@openoffice.org>  [26e2922ad2e47097049ffc65c294587373673e66]

#97583# Split localedata to 4 separate libraries


2002-03-15  Philipp Lohmann  <pl@openoffice.org>  [608baa4fcd70252ea11d66e205f94f89822d6d45]

#98153# disable OpenGL on plugged windows for WNT


2002-03-15  Stephan Schäfer  <ssa@openoffice.org>  [0d3e1c8f5d8f72fe4c321c95cdff9bd2946368dc]

#96983# use correct arrow keys


2002-03-15  Stephan Schäfer  <ssa@openoffice.org>  [533d6808fc057718e167ecaeec23bd9b9473eea7]

#96972# enable cycling through dialogs by delegating to topmost syswin


2002-03-15  Stephan Schäfer  <ssa@openoffice.org>  [4f4c4657b5e587edb699e6d2f25690a14576e79d]

#96972# use screen position when sorting task panes


2002-03-14  Kurt Zenker  <kz@openoffice.org>  [e8dc3add60b3862d83b75b24c52b2dd08e304933]

new version for SRX642


2002-03-14  Sascha Ballach  <sab@openoffice.org>  [a6189b9f17729e325f9b7de6108ab19c2c2a8168]

better output on a TableModelChangeEvent


2002-03-14  Stephan Schäfer  <ssa@openoffice.org>  [7f8ac157314e4a0cda9091fe0c75d62994253fb4]

#96972# also switch into modeless dialogs


2002-03-14  Oliver Braun  <obr@openoffice.org>  [5828210127a4a179c57028a93c96cec0b8152441]

#97337# interface of access bridge has changed


2002-03-14  gt  <gt@openoffice.org>  [f48905485b7d3c036ae748ccb11f0c28635ab24e]

#95512# using CaseCollator from IntlWrapper for comparing strings


2002-03-14  Stephan Schäfer  <ssa@openoffice.org>  [7e865ee828396f268a4c1f0f099cb4a8a27d24f9]

#96972# KEY_SPACE only when TIB_DROPDOWN style


2002-03-14  Stephan Schäfer  <ssa@openoffice.org>  [5e8b6072c15bdf8aabd58515ab705f4d2e5f34ce]

#96972# no shadows and improved keyboard handling


2002-03-14  Stephan Schäfer  <ssa@openoffice.org>  [01f318ef146431d7a0901d18c5fb741655302fdd]

#96972# support ctrl-f6 and forward/backward cycling


2002-03-14  Stephan Schäfer  <ssa@openoffice.org>  [dbb6f922717c5997642dfb41af0a6332f31087ac]

#96972# support ctrl-f6


2002-03-13  Philipp Lohmann  <pl@openoffice.org>  [76c55a9d7df4b644168d7cac1d357887086a01e0]

#97988# #97509# use 100th mm in SetPaperSizeUser as documented


2002-03-13  gt  <gt@openoffice.org>  [5692bd0a7052ebf5a968d0f7247c334b92d1cc0c]

#97241# context menu handling in SvTreeListBox


2002-03-13  Malte Timmermann  <mt@openoffice.org>  [cbb62aeded32c15363f43076a9af26a487970222]

#97034# Notify ACCESSIBLE_STATE_EVENT


2002-03-13  Stephan Schäfer  <ssa@openoffice.org>  [b0ca8ccaca268ace1cac5e2db847d2a73ac92fe7]

#97953# destroy accessible context before last ref is gone


2002-03-13  Stephan Bergmann  <sb@openoffice.org>  [72d2df7d274476fb25e65ea8e5fef6d6d4fe8771]

Make tools depend on offuh, because urlobj.hxx includes com/sun/star/uno/Reference.hxx, which in turn includes generated headers.


2002-03-13  Michael Brauer  <mib@openoffice.org>  [f409f55d963ff9aaa050812d3d2ce9cc9d5097e7]

#94561#: &Chi; was missing for export


2002-03-12  Kurt Zenker  <kz@openoffice.org>  [094c8acf1691016043881339d712aed452909641]

new version for SRX642


2002-03-12  Sven Jacobi  <sj@openoffice.org>  [c3c7637cbb2be9b574a569b7760ab92e79be6fe4]

#i3032# using show instead of scale after writing strings


2002-03-12  Eike Rathke  <er@openoffice.org>  [1ee8bcf947c5f521b0795630a82d3c03965b18e4]

#97818# #i2843# wrong Czech currency formats (dup old directory structure to new directory structure)


2002-03-12  Eike Rathke  <er@openoffice.org>  [b426bb0cc9128e5c59bd07f2e2ff5de5ac534e8f]

#97818# #i3171# wrong Polish currency formats


2002-03-12  Philipp Lohmann  <pl@openoffice.org>  [0bd26d7f5547d2782e3241aecf1b2ad9a56dc560]

#97768# react on last drop query state


2002-03-12  Kai Sommerfeld  <kso@openoffice.org>  [b4a5b8669a89450b6828998a2d3bdb20730aee7c]

#97958# - Introducted way to init content broker using vector of provider data.


2002-03-12  Kai Sommerfeld  <kso@openoffice.org>  [43387d518388a1d8ff51bfda15cf4471fb6e1bbe]

#97958# - Removed ContentProviderData from filter list.


2002-03-12  Kai Sommerfeld  <kso@openoffice.org>  [0e8ad68687a4687b9a522bd2b9247def7eee987e]

#97958# - Introducted way to init content broker using vector of provider data.


2002-03-12  Oliver Braun  <obr@openoffice.org>  [9c5614bf0c4d07879295faaace2f3b90e708fefe]

#97034# getAccessibleAt should return null if location is no child area


2002-03-11  Nils Fuhrmann  <nf@openoffice.org>  [318a62c3706caa018ff4008636173f8f4877e6dc]

#98046# Added iso code as fallback for all non big rules languages to fill variable $(vlang)


2002-03-11  Thomas Benisch  <tbe@openoffice.org>  [ed9ad1dc093b4e8c7bbdf5fe0f7edf11b754b27a]

#97222# added vclxaccessiblecheckbox.obj


2002-03-11  Thomas Benisch  <tbe@openoffice.org>  [d674fd942f794b475e5ebef196f782fc8e01d3e7]

#97222# CreateAccessibleContext for VCLXCheckBox


2002-03-11  Stephan Schäfer  <ssa@openoffice.org>  [66bc78a8d4babd88283cbc78a4977342ad2ea1c9]

#96983# improved keyboard handling


2002-03-11  Eike Rathke  <er@openoffice.org>  [f746c80bd0de23cd59d99781d25130b64dc79e6d]

#98048# am/pm in combined date-time is of course not literal string


2002-03-08  Daniel Vogelheim  <dvo@openoffice.org>  [16097e57fd4d456f101688ebe8bb4f2cdb29b505]

add action/context menu support


2002-03-08  Daniel Vogelheim  <dvo@openoffice.org>  [7c1e4f1fe318aa0dc6a934bd864a8e189cb14b80]

Now use custom tree model in order to create data on-the-fly.


2002-03-08  Eike Rathke  <er@openoffice.org>  [c312c00f353b2709de2b192c20be1dd9075b8528]

#97472# remove service name Calendar, replace with LocaleCalendar (not SO6PP1 compatible)


2002-03-08  Herbert Duerr  <hdu@openoffice.org>  [dbddbb2776c2c572597e2aa39474fe0c8a90a644]

#97753# don't write beyond the line


2002-03-08  Peter Burow  <pb@openoffice.org>  [49c86472906899b25634f1e32256f2269f21ec99]

fix: #97874# expand and collapse also with fast mouse clicks


2002-03-08  Kurt Zenker  <kz@openoffice.org>  [31b638d19faf5293a4d4b34f76ba31cdbfd3147b]

new version for SRX642


2002-03-08  Malte Timmermann  <mt@openoffice.org>  [7dbc69caf81f91896c531966c7b40107847c2543]

#97034# XAccesibleText


2002-03-08  Malte Timmermann  <mt@openoffice.org>  [096936a3e275825b057dcb6471a8f964946c7298]

#97034# XAccesibleText


2002-03-08  Stephan Schäfer  <ssa@openoffice.org>  [dbf5d8d8fbda85244f6df88575ffbf4410b0455f]

#96983# correct item highlighting


2002-03-07  Thomas Benisch  <tbe@openoffice.org>  [9ef012e4470a5e098df43c2f127bab345d07dd70]

#97222# added vclxaccessiblebutton.obj


2002-03-07  Thomas Benisch  <tbe@openoffice.org>  [36927ab8741ce8d74ccddddc17acdf6fa5fc370f]

#97222# create accessible context for button


2002-03-07  Thomas Benisch  <tbe@openoffice.org>  [e123c69fb9b2bf8e17c9b80289e2f2224e16488b]

#97222# added accessibletexthelper.obj


2002-03-07  Mathias Bauer  <mba@openoffice.org>  [62afa470beab561065acea422b0420a99716b0ed]

#97712#: wrong error code makes file detection impossible


2002-03-07  Stephan Schäfer  <ssa@openoffice.org>  [cee92c38309f73e6dcd22d87c7a93628dc96c4e2]

#96983# correct item highlighting


2002-03-07  Stephan Schäfer  <ssa@openoffice.org>  [5ce1a258b81eb5e302c9ea971c2be18e7f292506]

#96983# correct item highlighting


2002-03-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [06e0ab8a79c17cd3993a66b74de29e6efbd4c970]

#65293# oops...


2002-03-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d3d54ce81c23a21441b50bf6b7447840c6c0f961]

#65293# better to have a target.mk - e.g. for build killobj


2002-03-07  Oliver Braun  <obr@openoffice.org>  [b6946975c3d75c045b74141964ee6693abaf7d2a]

#97337# added AccessBridge directories


2002-03-07  Oliver Braun  <obr@openoffice.org>  [8e5d858e4602bf74d2dec85a676f8cef08caf687]

#97337# deliver AccessBridge jar


2002-03-07  Oliver Specht  <os@openoffice.org>  [28324035fe6fd8e6398946972bad95d62264a925]

#96678# enable right alignment of the vertical ruler


2002-03-06  Kurt Zenker  <kz@openoffice.org>  [f853c6a0e3a0c9cd3236845c2c17a8daa46aa6da]

new version for SRX642


2002-03-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [96e7159893ac9c85af3e63e3a01729395c4c16fd]

#i3114# change to YACCTARGET


2002-03-06  Mathias Bauer  <mba@openoffice.org>  [a8ce8e9b9239196e8017c00b857f4fbe068e7194]

#97970#, IZ#3292#: avoid name clashes with vcl


2002-03-06  Philipp Lohmann  <pl@openoffice.org>  [c4af9f942e46689d95d2e74e5fe3ec04015daccb]

#97968# #i3206# make the sawfish workaround default behaviour


2002-03-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [961e425e1d7be39a92905970e4e061b94062a4ed]

#65293#: never free() something you got from new


2002-03-06  Philipp Lohmann  <pl@openoffice.org>  [bc5141ab206c9a97c82eda32fefc246d9bcfed4a]

#97829# #i1991# #97954# fixed typo


2002-03-06  Philipp Lohmann  <pl@openoffice.org>  [d913d85a5254b81370b9740ab9bf5a22c16693e8]

#97829# #i1991# #97954#


2002-03-05  Kurt Zenker  <kz@openoffice.org>  [c7300c050f839ab08aa6b58d2a85ec4daaaf3dc8]

new version for SRX642


2002-03-05  Frank Schönheit  <fs@openoffice.org>  [efdf7c9ef6a38fb24900d438a8490fddd3cd0842]

#97087# dialog control model: don't allow NULL argument


2002-03-05  Sascha Ballach  <sab@openoffice.org>  [7cdb40a7d81cbd5351380cb6e8350770a3a40657]

#95584#; only one relation per type


2002-03-05  Kurt Zenker  <kz@openoffice.org>  [2795554c403bd7874e2f372589a4a705b5341dcf]

new version for SRC652


2002-03-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [f077d8af675024fd8349285dc65da45598e05b38]

#65293#: includes


2002-03-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bc7237400488f47a99df331a244031eeda474ab]

#65293#: removed duplicate valueacc.obj


2002-03-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccd2486feb01ccdce99f71d523c0fd6b2856e687]

#65293# syntax


2002-03-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [87e7078475be15f6ce66c9792c6ad3a7d67ad2a8]

#65293# syntax


2002-03-05  Kai Ahrens  <ka@openoffice.org>  [f9f534123637965a0d7250540402eb57726b7bb8]

#65293#: syntax


2002-03-05  Kai Ahrens  <ka@openoffice.org>  [1080f05e86c1663b774b8f1924d11bbc84be1d10]

#65293#: syntax


2002-03-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c97712c9e4e1b8fe4ae13cca3415e55ba9560b0]

#65293#: include <stdarg.h>


2002-03-05  Philipp Lohmann  <pl@openoffice.org>  [4ddba9327d607ace168ca746ec2b0651e87dca87]

#95861# remove old files


2002-03-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [948437bdeda3e8f11b22ca66dd509975b0ac67fe]

#65293#: obsolete


2002-03-05  Kai Ahrens  <ka@openoffice.org>  [d68bef4db5c5bad9ff98ff5ed5b1397df0999857]

#65293#: syntax


2002-03-05  Mikhail Voitenko  <mav@openoffice.org>  [e0b07bdd4edbfb38eae479d23a804951af8bd5df]

#97932# now the storage format can be unknown


2002-03-05  Mikhail Voitenko  <mav@openoffice.org>  [3b6077f38c0385b78e17928589e5a57c6c2c2fc3]

#97932# set the IsRoot property


2002-03-05  Stephan Schäfer  <ssa@openoffice.org>  [f797ffd810f69e8010128c03cc82a360e0ed4ebf]

#97021# support HC mode


2002-03-05  Stephan Schäfer  <ssa@openoffice.org>  [fe3dc1b4564a6286a2fe5080bc3a403fae9d27b6]

#97021# support HC mode


2002-03-05  Peter Burow  <pb@openoffice.org>  [6b28b5e76b001eed5a190f25127814dcff8cb188]

fix: #97358# accessibility for our ListBox


2002-03-05  Peter Burow  <pb@openoffice.org>  [e8e9b7df3838a2777c3e188311d2c4aa68a20ba6]

fix: #97358# accessibility for our ListBox


2002-03-05  Stephan Schäfer  <ssa@openoffice.org>  [81ce32ab6ddf28fb4a2de550e5e18a1e9412e337]

#96983# avoid changing current item while focus is in a toolbox child


2002-03-04  Kurt Zenker  <kz@openoffice.org>  [8db70dd8fadb2972712bafeb71210136003a4a33]

new version for SRC652


2002-03-04  Frank Schönheit  <fs@openoffice.org>  [86db67299fbe6a813afe89de5ebb0eb74d6c8915]

#97515# VCLXListBox::SelectHdl: keep the object alive while calling the listeners


2002-03-04  Stephan Schäfer  <ssa@openoffice.org>  [f105ac6d5de3fceea38b7eba5c91c4faf0a0f9cd]

#96983# restore last active toolbox item on getfocus


2002-03-04  Frank Schönheit  <fs@openoffice.org>  [25a0686fa0057bbd05e3d33e08fa4d352ab7613f]

#97921# Up/Down/First/Last: call the base class to ensure that the links/handlers are called


2002-03-04  Kai Ahrens  <ka@openoffice.org>  [426ca4d99974770922ea192d7a1f5cfd65dfd6cf]

#97052#: added DRAWMODE_SETTINGS_XXX


2002-03-04  Andre Fischer  <af@openoffice.org>  [7cf4e2313fd7b6709450347eacd9532e16bad53c]

#97772# disposing now supported.


2002-03-04  Andre Fischer  <af@openoffice.org>  [9cac43e392606466eee83877ede859f0ca1f0b81]

#97772# showAccessibilityTree catches now exceptions.


2002-03-04  Malte Timmermann  <mt@openoffice.org>  [89ca10b8ed0fb361f31193869eb6c64f1841a251]

#97034# AccessibleEventBroadcaster


2002-03-04  Daniel Vogelheim  <dvo@openoffice.org>  [1094bda4209e7728d92563e9c08e6507f203d123]

- removed import statements for local calsses (causes problems in Java 1.4) - removed PropertyChangeListener in AccessibleObject (causes problems with newer IDLs)


2002-03-01  Andre Fischer  <af@openoffice.org>  [66c4c087d17609b6fc48a0c3798e1f7a1e08992d]

#97772# Added first support for event notifications.


2002-03-01  Philipp Lohmann  <pl@openoffice.org>  [a0f11ccad7ce7d94cf4bf1cd235a5c110c2b2f78]

#95499# send stderr to /dev/null when querying for system commands


2002-03-01  Kai Ahrens  <ka@openoffice.org>  [57ea415181144b7b15727930ce54e10698020cb9]

#97856#: added high contrast support


2002-03-01  Philipp Lohmann  <pl@openoffice.org>  [271d9930c63c3db42915526dfec1862b6c821216]

#96578# disable next button if command is empty on fax or pdf command page


2002-03-01  Rüdiger Timm  <rt@openoffice.org>  [8e6a9353994ff4b32a6f8c36978f0aed929445e2]

#87576# keyevent added


2002-03-01  Philipp Lohmann  <pl@openoffice.org>  [1e68a0fdaade8110827a8bfffe784d4c5de6839c]

#95861# remove files no longer needed


2002-03-01  Kai Ahrens  <ka@openoffice.org>  [a367fe248c48dcebe82cd07998189f53c2901fc7]

#97856#: added high contrast support


2002-03-01  Kurt Zenker  <kz@openoffice.org>  [788c35bb55f3971b7d07443919a41824a5525ab8]

new version for SRX642


2002-03-01  Philipp Lohmann  <pl@openoffice.org>  [d4a41e408c2585f7423760ba004ef22595b1d287]

#97829# #i1991# make compile on gcc


2002-03-01  Stephan Schäfer  <ssa@openoffice.org>  [1a7b8756f769f4f58602aa4361865fe3412cdf84]

#96972# use vector instead of list


2002-03-01  Philipp Lohmann  <pl@openoffice.org>  [c4e95d67578bcc9b66c9a163b28c803f0f5ad8f7]

#96903#  make help buttons work


2002-02-28  Eike Rathke  <er@openoffice.org>  [76577a080bb8a349d7e34d75a48b74148fcb4918]

#97838# ScanType: no type detection inside of matching brackets if [$...], [~...]


2002-02-28  Stephan Schäfer  <ssa@openoffice.org>  [96c66dea288521addd0e4883a9698d9ab813a913]

#96972# improved key and focus handling


2002-02-28  Stephan Schäfer  <ssa@openoffice.org>  [0a8bc84656acc125e11626b57468f25b26dec712]

#96972# improved hotkey handling for toolbar cycling


2002-02-28  Philipp Lohmann  <pl@openoffice.org>  [aecf058d065eeefa5a8a8a51e62ee3ea791e9272]

#97312# adjust buttons to french and korean


2002-02-28  Nils Fuhrmann  <nf@openoffice.org>  [d48e7db65b9dc9314659ca10b065b812ce5af682]

Merge SRC641: 28.02.02 - 18:18:53


2002-02-28  Nils Fuhrmann  <nf@openoffice.org>  [61d406b007cee1e9792250512894ce56ddf249ad]

Fix


2002-02-28  Philipp Lohmann  <pl@openoffice.org>  [405443464efdaa765a930151d8a7893ef1d4c6d9]

#97829# updated psprint configuration


2002-02-28  Herbert Duerr  <hdu@openoffice.org>  [ff2a45a671fec0eee11748a51c6e703a3ff67808]

#97942# finish glyph outline generation in CTL case


2002-02-28  Philipp Lohmann  <pl@openoffice.org>  [98e09b5d0714b43f0ab4b92342585fa2846c81d0]

#97829# #i1991# add font aliases


2002-02-28  Kai Ahrens  <ka@openoffice.org>  [39e469d7d28afe210c9587dbb47040e8e5683a5f]

added functionality to collect bitmaps


2002-02-27  Kurt Zenker  <kz@openoffice.org>  [3e1309222e215c372ad7053b909d2f59fa8ebd5b]

last correct version 1.229


2002-02-27  Kurt Zenker  <kz@openoffice.org>  [6a394edd3f10415acbb0dc23a8b30ab085ea4615]

new version for SRC641


2002-02-27  Rüdiger Timm  <rt@openoffice.org>  [90cf38b0a14242a628ebdc942b094cacbf7638dd]

new version for SRC641


2002-02-27  Christof Pintaske  <cp@openoffice.org>  [73538b1981745b40a71d244add4b6fa635d28ddf]

#97803# create new key event with logical directionality


2002-02-27  Malte Timmermann  <mt@openoffice.org>  [2f91751557cb12926acd7719a86fb94dcc15d462]

#97034# VclEventListener


2002-02-26  Herbert Duerr  <hdu@openoffice.org>  [f8aeb648a221e2633bec88a692f32a70eef0880b]

#97942# enable CTL support for meta files


2002-02-26  Oliver Specht  <os@openoffice.org>  [b122f1063acd65c57ee574450b37c314b3041099]

#96678# ruler support for vertical text


2002-02-26  Sascha Ballach  <sab@openoffice.org>  [8726fd46f76752fb56efe02968489f1d5957a25f]

#97772#; create makefile to make it possible to build with our enviroment


2002-02-26  Rüdiger Timm  <rt@openoffice.org>  [2e450cc39ac18dad6ce10d17e62a191ca5d2894c]

Merge SRC641: 26.02.02 - 15:17:36


2002-02-26  Philipp Lohmann  <pl@openoffice.org>  [7f38c2b418a9d61dab18f597ff232dfbf9bdfca3]

#93094# close XIM status window on focus lost


2002-02-26  Herbert Duerr  <hdu@openoffice.org>  [9112190279966fd9845631538cdbffbc229d8a03]

#97942# cleanup CTL patch


2002-02-26  Herbert Duerr  <hdu@openoffice.org>  [a637d0646a78d863d929128efdbe080f4538dd37]

#97942# CTL support extended for PSPRINT


2002-02-26  Herbert Duerr  <hdu@openoffice.org>  [0af97096badaf920bc1644a69d6d75dc90304a91]

#97942# fix crash in CTL support


2002-02-26  Andre Fischer  <af@openoffice.org>  [49f01d36804c239950155a3c82e59b71fc9dbb17]

#97772# Added missing file.


2002-02-26  Philipp Lohmann  <pl@openoffice.org>  [837bc95d71fac5d0a534a7ebebba7a773ee62fcd]

#96983# add tabstop winbit to ToolBox


2002-02-25  Malte Timmermann  <mt@openoffice.org>  [8016f31d05944ad9e147ed952cb37b6ba1505303]

#97034# GetBoundingRect


2002-02-25  Kai Ahrens  <ka@openoffice.org>  [686c4127cc356b1de3ed2451cde3a1e20f623cd6]

#97745#: accessibility for ValueSet


2002-02-25  Malte Timmermann  <mt@openoffice.org>  [b4100b1609343e794527f9ed9d38740300f981bd]

#97034# dispose the accessible component


2002-02-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [859a5a1e9d3dfd348d7921a5836e4b79fc224fd2]

#65293#: MSVC places functions from <cstdio>, <cstdlib>, etc. in global namespace


2002-02-25  Kai Ahrens  <ka@openoffice.org>  [1a83a7ec00247541391883fc9f62ebace73536b5]

#97745#: accessibility for ValueSet


2002-02-22  Kurt Zenker  <kz@openoffice.org>  [82da733a5063347f3bfd9d6db55169473e7946ad]

new version for SRC651


2002-02-22  Kurt Zenker  <kz@openoffice.org>  [736c9028789e11120f1f8809ea4795d55ad030e7]

new version for SRC651


2002-02-22  Vladimir Glazounov  <vg@openoffice.org>  [0140871bb0694b5316d6019d6c287a132753c443]

#652903#


2002-02-22  Sascha Ballach  <sab@openoffice.org>  [f70c64a1d8c12e567233681b4a39cc571baadb4c]

#95584#; change from bitset to uInt64, because the solaris compiler has an error


2002-02-22  Stephan Schäfer  <ssa@openoffice.org>  [89823000811a88d878f42db7dd4d799f645b0119]

#96983# accessible toolbar


2002-02-22  Stephan Schäfer  <ssa@openoffice.org>  [da6211f71e08286e6995c05e226cec372787454e]

#96983# sort items


2002-02-22  Stephan Schäfer  <ssa@openoffice.org>  [1f2495a8edfdd21321407cb2212814968f25e82e]

#96983# cycle through toolboxes/menubar


2002-02-22  Peter Burow  <pb@openoffice.org>  [38b9a819ae45ec7ec81fb6d08d7a55e717f98d5f]

fix: #97358# vclxaccessiblelist[box/item].obj added


2002-02-22  Peter Burow  <pb@openoffice.org>  [09af0db85f958cc36c0d0e3f5d55e3f680d89211]

fix: #97358# CreateAccessibleContext() added


2002-02-22  Peter Burow  <pb@openoffice.org>  [c1ad908568f777985e4891c9e3e78da25c882a7c]

fix: #97358# more accessible for VCLXListBox


2002-02-21  Karl Hong  <khong@openoffice.org>  [bbff2bbbd9e4cb8e4f1fef29d6ddfcba3058f460]

#97581# Korean indexes fixed


2002-02-21  Kurt Zenker  <kz@openoffice.org>  [12ef0540a817d06e6e23e1e34e44031237e83133]

Merge SRC641: 21.02.02 - 22:14:29


2002-02-21  Kurt Zenker  <kz@openoffice.org>  [3f4cb9367efeb3419276908285ded470488d237b]

Merge SRC641: 21.02.02 - 22:08:04


2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [82f0ec6b1cc809281fd815464d32c5d21860b141]

#65293#: include <string.h>


2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2210f541de1a13fa4f33746959d395dece3a024]

#65293#: include <string.h>


2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3f21ab19b9bf7b83f16edc817399d7e66e26648]

#65293#: std


2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [e73eccf09b7d6474b38947027aea189e73b6ba9a]

#65293#: syntax


2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f13a2251c1d705a1066d05895b2f890fdec6e2b]

#65293#: include <string.h>


2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [67f8fc70a2c248bf5a5d482525e04177b982a5d8]

#65293#: constness


2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [44efc2670fa156906bbd9e16a16bc7af9d098908]

#65293#: cast


2002-02-21  Mikhail Voitenko  <mav@openoffice.org>  [cda6e6d0716771f6e3b85f2fde996b11f82d27b9]

#97690# resize stream in case of overjumping seek


2002-02-21  Sascha Ballach  <sab@openoffice.org>  [660588f208ea57f12233a8801a72a4d474575f78]

#95584#; correct the assertion condition


2002-02-21  Stephan Schäfer  <ssa@openoffice.org>  [598dc8a410acddb6c2a40dec12cc4f5e0fdcffb3]

#97247# correct fontsubstitution


2002-02-21  Peter Burow  <pb@openoffice.org>  [fd1ffa2053dbcb203606944aee62ba06e609b0ec]

fix: #97358# FillAccessibleStateSet() now protected instead of private


2002-02-21  Peter Burow  <pb@openoffice.org>  [8251e74edd7a97ef1f016be959161f350e0b5e89]

fix: #97358# warning removed


2002-02-20  Daniel Vogelheim  <dvo@openoffice.org>  [b66228927de2e6e697338f7b225f316a8e3ada7f]

#95586# added support for XAccessibleText and XAccessibleEditableText interfaces


2002-02-20  Philipp Lohmann  <pl@openoffice.org>  [7c353e56b8b8c8d3caf821bc25549e02efad80ef]

#97475# add: Set/GetItemImageAngle Set/GetItemImageMirrorMode


2002-02-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fa9b79c1e5697cda626dbaed35e903f16b1d072]

#i3150# fixed a missing brain error


2002-02-20  Sascha Ballach  <sab@openoffice.org>  [054329bcfd42382722808c946dc7a283212d5e22]

#95584#; add copy constructor


2002-02-20  Philipp Lohmann  <pl@openoffice.org>  [1c470ec0505c1a006a62e6893b49fb1d922f213a]

#i3150# do not use complex static objects


2002-02-20  Kurt Zenker  <kz@openoffice.org>  [3ae6bbf29911468d8994434a02b702eb1b2d4a27]

Merge SRC641: 20.02.02 - 13:00:35


2002-02-20  Christof Pintaske  <cp@openoffice.org>  [bcfdb668759d44a22537efd3f996e66f36f23fec]

#97639# handle implicitely ended exttextinput


2002-02-19  Bustamam Harun  <bustamam@openoffice.org>  [75521e621c0837bcb03220c4b7a1794dcb0e84f3]

Moving localedata_CJK localedata_ascii to localedata/data


2002-02-19  Mikhail Voitenko  <mav@openoffice.org>  [59a0b1846ee31681fb69f9203f050b50e1afd335]

#97587# stream file, do not copy


2002-02-19  Philipp Lohmann  <pl@openoffice.org>  [0ec90177ee12c8eb7f37edb8a20e2dbb34262a18]

#97492# add: DrawGlyphs


2002-02-19  Stephan Schäfer  <ssa@openoffice.org>  [0ac79fd419ff9c7c740b585cfc94aea2c49a1c4d]

#96972# taskpanelist


2002-02-19  Stephan Schäfer  <ssa@openoffice.org>  [0bd14650f0635de8d4a779d44baa94e3e61cd3ab]

#96972# accessible toolboxes


2002-02-19  Stephan Schäfer  <ssa@openoffice.org>  [ae9cc140f52e222fdd6d0d6a3b161c5571ed6c02]

#96972# add taskpanelist


2002-02-19  Stephan Bergmann  <sb@openoffice.org>  [660ad8f53152d4642a8acb68b7024f59e42d245a]

Fix missing XInterface.hpp include.


2002-02-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4eb701f892476a3544417eeaea4064f5857e5047]

#65293#: SetExtFormat() -> SetExtDateFormat()


2002-02-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e49953903da62b869f080d25bb45cd02e6b01a46]

#65293#: DateField::SetExtFormat() obsolete


2002-02-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8e7f6566c2753a2e5e64c7b002ce926e126e267]

#6529#:includes


2002-02-19  Sascha Ballach  <sab@openoffice.org>  [d539e3fe966cfe0d1b8b4d5d44558e4f667f2806]

#95584#; add some additional coments to describe the methods


2002-02-19  Sascha Ballach  <sab@openoffice.org>  [163004093f85d27658f2ba4515856a50ac0d5079]

#95584#; compare and remove method added; use bitset instead of map


2002-02-19  Sascha Ballach  <sab@openoffice.org>  [bdf355cd8c80b8dbbe5b40dd7d73ad74faeebed7]

#95584#; compare and remove method added


2002-02-18  Kurt Zenker  <kz@openoffice.org>  [5a2a32747bd9bbca485f1e63361af4e688ccd859]

new version for SRC651


2002-02-18  Christof Pintaske  <cp@openoffice.org>  [46608053845626d3f5c646a4b2bbbe495b843b5c]

#97600# initialize nKeySym to be save in case of XLookupChars


2002-02-18  Herbert Duerr  <hdu@openoffice.org>  [de1eb42b0b4ea93342e570cd89968bf99fc35833]

#97942# fix cast mismatch


2002-02-18  Herbert Duerr  <hdu@openoffice.org>  [ac2efff250ebb5cd02b5b8b7fb5e1d727685d0fe]

#97942# initial CTL support for VCL


2002-02-18  Herbert Duerr  <hdu@openoffice.org>  [1e9e1fccd3cd8049c9ce83dc748fbc29fdf4bda4]

#97942# fix return value of layout function


2002-02-18  Herbert Duerr  <hdu@openoffice.org>  [26840e11aee47d2382b4d9c89c6b95e02c77cf9f]

#97942# initial CTL support for VCL


2002-02-15  Vladimir Glazounov  <vg@openoffice.org>  [24f902c88fb0adc2e78937358a1197fbd687156d]

new version for SRX642


2002-02-15  Herbert Duerr  <hdu@openoffice.org>  [78cb022df21903c4a78a1159a7a822dd4c403e97]

#97942# initial CTL support for VCL


2002-02-15  Herbert Duerr  <hdu@openoffice.org>  [d08f2ba31d151987128a7e0d60fba92fd6940104]

#97942# initial CTL support for VCL


2002-02-15  Herbert Duerr  <hdu@openoffice.org>  [6bd3916e66e9f8c5bb651407fbb37a35b7cbe516]

#97942# initial CTL support for VCL


2002-02-15  Sven Jacobi  <sj@openoffice.org>  [4f344c3ec69506368e669fb2eea85549bf886d2e]

#95756# added EXTCREATEPEN action, record path now also working for movetoex action


2002-02-15  Andre Fischer  <af@openoffice.org>  [52d096b34122ab5864f616920a590367a1bf58e9]

Initial revision of Uno Accessibility API test tool.


2002-02-15  Herbert Duerr  <hdu@openoffice.org>  [617fd0f9d5fce628c5442112665bf0e72b0aef33]

#97942# initial CTL support for VCL


2002-02-15  Herbert Duerr  <hdu@openoffice.org>  [00ae309030ecc3e6eefde13dac36a815425893ec]

#97942# initial CTL support for VCL


2002-02-15  Herbert Duerr  <hdu@openoffice.org>  [58629d1a12b609c025345eb2e7bd5ca0864b5f4c]

#97942# initial CTL support for VCL


2002-02-15  Herbert Duerr  <hdu@openoffice.org>  [8416c572c6a832d234ad40db0cf2f5a75c0c9b1c]

#97942# initial CTL support for VCL


2002-02-15  Andre Fischer  <af@openoffice.org>  [55ba000f96e220602153de03f2a425e405bfcf95]

Initial revision of Uno Accessibility API test tool.


2002-02-15  Martin Hollmichel  <mh@openoffice.org>  [0d0f2ee208c416f094ff254a9749b3a390402148]

join: from SRC641


2002-02-15  Malte Timmermann  <mt@openoffice.org>  [1c754568b47a637368b9d5eabdec1493c0b85480]

#97034# MUST changes: Removed PropertyChangedListeners


2002-02-15  Stephan Schäfer  <ssa@openoffice.org>  [1701ce7594577c9b9d443096bd161094dd8076e7]

#96972# accessible toolbars


2002-02-14  Malte Timmermann  <mt@openoffice.org>  [1d40af615da024598f0cb61e4ad060488c74beb9]

#97034# Clean-Ups


2002-02-14  Malte Timmermann  <mt@openoffice.org>  [b5645bfce557d9e5ec8ad3b3e0056e4acf0dd058]

#97034# IndexOutOfBoundsException


2002-02-14  Malte Timmermann  <mt@openoffice.org>  [2eb02abba54ad2c941d0f9663b2167f67673ecca]

#97034# Use VCLXAccessibleComponent


2002-02-14  Malte Timmermann  <mt@openoffice.org>  [3bf506a4b3b95b6a9c1ca94a781eda6116f4b088]

#97034# VCLXAccessibleComponent


2002-02-14  Malte Timmermann  <mt@openoffice.org>  [644e5322fe4a08c36bb2d2bfc37049b18b062b6b]

#97034# Accessibility stuff...


2002-02-14  Sascha Ballach  <sab@openoffice.org>  [2f0a4a9edd3a22d5d1c530de69690c5ebb46be1f]

#95584#; put accessibility stuff in a own lib


2002-02-14  Sascha Ballach  <sab@openoffice.org>  [baa581b2f661803024c3ed25e710381da8d44fdb]

#95584#; put this stuff in a own lib


2002-02-14  Rüdiger Timm  <rt@openoffice.org>  [1f03ed4739fb18fa194372a1dc9390c75cd413c7]

87576# ensure to have solenv before start building


2002-02-14  Philipp Lohmann  <pl@openoffice.org>  [e5655242cbe02fd197029e7f346aa4ed50836247]

#97509# #94448# further jclient changes


2002-02-13  Philipp Lohmann  <pl@openoffice.org>  [9fc018491898930d9f317b45a54a96f3d239fa45]

#94448# SetJobSetup must be called before StartPage


2002-02-11  Philipp Lohmann  <pl@openoffice.org>  [d904896d383c64c2ef89bcaa2a67c38e76545a28]

#94448# adjust RmPrinter to java print model


2002-02-11  Christof Pintaske  <cp@openoffice.org>  [13cbfb4f6cf0690788701b944d46cde823461b53]

#97449# create accessible info if not yet done


2002-02-08  Kurt Zenker  <kz@openoffice.org>  [d6511549b7725ac60ec4d4ce2e344b1fec8181e0]

Merge SRC641: 08.02.02 - 22:07:35


2002-02-08  Sven Jacobi  <sj@openoffice.org>  [9833f660be34dac094bace253e68cedd87844099]

#97412# added fill region action for emf, stretchbitmap actions now takes care of bitmap offset and size


2002-02-08  Vladimir Glazounov  <vg@openoffice.org>  [05b15aa5c51232a2cda98bd8ce0e557b324deb58]

#65293# OBR: exclude accessibility for remote vcl


2002-02-08  Vladimir Glazounov  <vg@openoffice.org>  [29315b6f553b80bee557725129ad73e07f861353]

#65293# PL: missing header


2002-02-08  Vladimir Glazounov  <vg@openoffice.org>  [92df74bcefd6a63445debdafeb003709ec4725c6]

new version for SRX642


2002-02-08  Malte Timmermann  <mt@openoffice.org>  [53b7c89b7e199b62df9104ef95ff8c2197462127]

#97034# helper


2002-02-08  Vladimir Glazounov  <vg@openoffice.org>  [4d47108e14ae3564087a0d27c321d4a6005703f6]

#65293# PL: removed old DBG_UTIL code


2002-02-08  Sven Jacobi  <sj@openoffice.org>  [58a8a562c3afe74faddde56f1e6e08d9c2b15614]

#97364# class FontList wasn't correct linked on linux


2002-02-08  Sven Jacobi  <sj@openoffice.org>  [a6dcdc018587f2d19394bca81357a180020f3d84]

#97377# incorrect casting leads to transparent drawing objects


2002-02-08  Malte Timmermann  <mt@openoffice.org>  [1ff13e90a03ff3e3f4f3e472df1264e9a34ead68]

#97034# Improved accessibility


2002-02-08  Malte Timmermann  <mt@openoffice.org>  [8519fb8649f53bef665a860200e524bcee744b0f]

#97034# Accessible helper functions


2002-02-08  Malte Timmermann  <mt@openoffice.org>  [c0624e8adafeb5b0b83df65826f0e1393c81a463]

#97034# no accessible for ImplListBoxFloatingWindow


2002-02-07  Nils Fuhrmann  <nf@openoffice.org>  [224c42b1316baa0ac5ddc832a3f3a31b43ae3f87]

#67373# Add readme parsing to L10N mode


2002-02-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cbbc8c62b9e749e220d4b25c6d667babbce26f8]

#65293#: fix static init.


2002-02-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e79985dde27d2f8f37accdd19fd95f136767c8af]

#65293# corrected case


2002-02-07  Kurt Zenker  <kz@openoffice.org>  [54533e3b02da1b5c83b7248cf2a727071c28710b]

new version for SRC650


2002-02-07  Rüdiger Timm  <rt@openoffice.org>  [296d1f1abbe5a3c42b68c0f8128a5d384a3038a0]

#87576# always copy libs into %_DEST%\lib, not %_DEST%\bin


2002-02-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e91eec51a893895e94edb5f02b18379e95860759]

#65293# missing include


2002-02-07  Frank Schönheit  <fs@openoffice.org>  [6401cc01a500311174721ae0c62c705f0f858d74]

#97374# a little resizing .... spanish is a very gossipy language


2002-02-07  Vladimir Glazounov  <vg@openoffice.org>  [d780275faf1673f44723dfd09d19327242ddbf74]

#97357# CD: Fix for bug #97233# was not correctly made- most be done for remote vcl


2002-02-06  Kurt Zenker  <kz@openoffice.org>  [7cfe5dc9bb5fe8ed52e7050896377aa94bb5c07c]

new version for SRC650


2002-02-06  Stephan Schäfer  <ssa@openoffice.org>  [965571bf2d29ad74be726d9f52e68de9ea03cae7]

#97331# extended keyboard handling


2002-02-06  Daniel Vogelheim  <dvo@openoffice.org>  [c90f5830dc4a9ca1e491bb120c1c6b9deef38d3b]

#96678# changed enum WritingMode2 into constant collection


2002-02-06  Oliver Braun  <obr@openoffice.org>  [27487e3084ba0a65f192ae31ac47a4c930f11441]

#97337# create UNO AccessBridge on windows


2002-02-06  Philipp Lohmann  <pl@openoffice.org>  [80ea70cb64097c5c22e021e862d4fc7acaf05390]

#97247# make default fonts and font substitution configurable


2002-02-05  Kurt Zenker  <kz@openoffice.org>  [8c60d76b8be66c05ce3b55b3978054b7f3658437]

Merge SRC641: 05.02.02 - 22:21:13


2002-02-05  Kurt Zenker  <kz@openoffice.org>  [e59f0c6d1db2b741b1228d839507855d8ab9c05d]

Merge SRC641: 05.02.02 - 22:17:48


2002-02-05  Kurt Zenker  <kz@openoffice.org>  [c9a94259c6b408eaf320c3a571a855ac8ff2217f]

Merge SRC641: 05.02.02 - 22:09:51


2002-02-05  Kurt Zenker  <kz@openoffice.org>  [f3b41e269a5614e9bc183cacb619e1728f48380d]

Merge SRC641: 05.02.02 - 22:08:51


2002-02-05  Kurt Zenker  <kz@openoffice.org>  [f365eec757f821f17b5efefdaa6f1662a236ba3b]

Merge SRC641: 05.02.02 - 22:07:46


2002-02-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [60ab20c8a3569724bd97f4a52176358c416ce8c8]

#65293# if the directory is no longer built, the library cannot be linekd...


2002-02-05  Sascha Ballach  <sab@openoffice.org>  [7d4c6c0bf4a5b240b1ed231cc9b15c04d8a4ae2f]

#95584#; helper class for AccessibleRelationSet


2002-02-05  Vladimir Glazounov  <vg@openoffice.org>  [1888db72ab5ea3b473f915b9b967b80e08656d6c]

#65293# SAB:change the first value of the pair to const so it pass the solaris compiler


2002-02-05  Kurt Zenker  <kz@openoffice.org>  [111563aee893ac9df2b69c4b3be0e12ba4564304]

new version for SRX642


2002-02-05  Malte Timmermann  <mt@openoffice.org>  [2e356db55b35f6b6f49c45f87effe9a5cc2ed77d]

#97034# Functions for Accessibility


2002-02-04  Daniel Vogelheim  <dvo@openoffice.org>  [21c7acc95d86693cd58ba577a15486ad1ca5c0fc]

#96678# add WritingMode2 type to TypeGeneration.?xx


2002-02-04  Vladimir Glazounov  <vg@openoffice.org>  [e3d9eaaf7d76572b6d2762d42c19c1ccaca39ce8]

#65293# direct assertion to shell for webtop


2002-02-04  Stephan Schäfer  <ssa@openoffice.org>  [92d3745ad0df2c4df012e303db2afe0c66fe1c62]

#95153# ignore mouse events of type EnterWindow to avoid menu selection during menu popup


2002-02-04  Kurt Zenker  <kz@openoffice.org>  [7fd962e0ff34e791c7a06a5dfa7cdbb81964fc58]

Merge SRC641: 02/04/02 - 11:44:23


2002-02-04  Kurt Zenker  <kz@openoffice.org>  [59d9917dbc8930560352eb961726e1e31ec29d5f]

Merge SRC641: 04.02.02 - 11:43:35


2002-02-04  Kurt Zenker  <kz@openoffice.org>  [6e8c0155c82c7aa1c356bf1dc1a44e87bb3a5d94]

Merge SRC641: 04.02.02 - 11:36:08


2002-02-04  Kurt Zenker  <kz@openoffice.org>  [d3bb5b22382a6df35ae8220f85c13375e1142cd8]

Merge SRC641: 04.02.02 - 11:35:05


2002-02-04  Kurt Zenker  <kz@openoffice.org>  [371e520c985b7d4316adb51955320de4c5ec26b6]

Merge SRC641: 04.02.02 - 11:36:28


2002-02-01  Mathias Bauer  <mba@openoffice.org>  [4e680f861cfab68c37d2fd862db537a98e5fe131]

#94532#: avoid seeking stream when destroying SotStorage, results in error if stream is unbuffered


2002-02-01  Stephan Schäfer  <ssa@openoffice.org>  [af7b04c199b177f4a50e310f58f6f0ec6f8ba7b3]

#95684# GetWindowExtentsRelative corrected for non frame windows


2002-02-01  Frank Schönheit  <fs@openoffice.org>  [48fe337618855215f62424ec923b126138c585c2]

DialogModel::createInstance: allow for creation of _any_ model which supports the css.awt.UnoControlModel service


2002-02-01  Frank Schönheit  <fs@openoffice.org>  [c343084e6aaad2a5918b984633aa39f3e5e86be7]

+OCommonGeometryControlModel


2002-02-01  Stephan Schäfer  <ssa@openoffice.org>  [01c9122fbb90f459840852583522e855db4fa00f]

#97020# read HighContrast settings


2002-02-01  Stephan Schäfer  <ssa@openoffice.org>  [4261634e11212e24d5f24ab2abc603fcbbd03e60]

#97020# Get/SetHighContrast


2002-01-31  Sven Jacobi  <sj@openoffice.org>  [338ce7603c13daacba1187bc89c3dd5b5e06f41a]

#95385# removing assertion


2002-01-31  Kai Sommerfeld  <kso@openoffice.org>  [0bd9cc79abb7dd4cfbfa7f340485f5384c25b766]

#65293# - Generate missing header instead of making dependend on offuh.


2002-01-31  Vladimir Glazounov  <vg@openoffice.org>  [df68ba61b46a716828f5f61669a3bae5e86a5e7c]

#65293# corrected external dependencies


2002-01-30  Vladimir Glazounov  <vg@openoffice.org>  [91e39397088cd3b2befd75cb66acaf9faa47da3d]

new version for SRC641


2002-01-30  Kurt Zenker  <kz@openoffice.org>  [5d4efd4e313a937a3233db63e5dceea422e9a957]

new version for SRC641


2002-01-30  Sascha Ballach  <sab@openoffice.org>  [3e72df83cbb90bd48e8f66d666bf03901fd60dd8]

#95584#; use a Impl class and change form vector to a map


2002-01-30  Nils Fuhrmann  <nf@openoffice.org>  [623901de9d44ab06035d3d63d0bbfd2f0d30b3ab]

Added xmlparse.hxx


2002-01-30  Sascha Ballach  <sab@openoffice.org>  [33fe3b59dbb76e757878ce5feb741d6e55782bc0]

#95584#; we don't need base classes, because all applications have different requirements


2002-01-30  Nils Fuhrmann  <nf@openoffice.org>  [a7f7ccea3fffa4f0c9dcce34bc98f18172cfd22f]

Removed obsolete Targets


2002-01-29  Kurt Zenker  <kz@openoffice.org>  [451fa861d74335cd0c1caf142a694f122eb73313]

Merge SRC641: 29.01.02 - 22:08:06


2002-01-29  Kurt Zenker  <kz@openoffice.org>  [edd0801118510573c52afae9226b8e3a8e87b70e]

new version for SRX642


2002-01-29  Mathias Bauer  <mba@openoffice.org>  [59018f011ada7648653368f24f0620929605ba48]

#94532#: unbuffered package access, fixed


2002-01-29  Vladimir Glazounov  <vg@openoffice.org>  [25580ca0c69159be4898fa0ed2f2cc5fbb84eb3a]

#65293# bugfix for windows


2002-01-29  Philipp Lohmann  <pl@openoffice.org>  [b458002856114bea09fa4fee21831761e075faab]

#97070# workaround for a bug in XmbTextListToTextProperty


2002-01-29  Malte Timmermann  <mt@openoffice.org>  [8b2add7a5c1083df75e5bc75c675142fe07279c2]

#97032# Start with UAA implementation


2002-01-28  Nils Fuhrmann  <nf@openoffice.org>  [5abbe269788a7163ff276b25057398248598c600]

Added SimpleXMLParser for usage via statically linked tools


2002-01-28  Mathias Bauer  <mba@openoffice.org>  [8e33ab4e4c96ca03d4f6ef69a0f97b1cf4eb55de]

#96936#: don't use SvFileStream with UCB-URLs


2002-01-28  Mathias Bauer  <mba@openoffice.org>  [49efb84f785d4370ac1c1862e722e2528e6ae75e]

#94532#: superfluous Init() removed, free stream after testing because of missing media type


2002-01-25  Rüdiger Timm  <rt@openoffice.org>  [6898294de0a2bf4586670762e209ac2a027e44ae]

Merge SRC641: 25.01.02 - 22:10:35


2002-01-25  Christof Pintaske  <cp@openoffice.org>  [3eed5b1183751211aed5fe63b2b0456f1a5493e1]

#97003# first if clause is too strong: fonts can never report fixed pitch


2002-01-25  jp  <jp@openoffice.org>  [9452d971f63d45f48b2a7e6f5d160ca1e7a7cd37]

Task #96678# new tokens for flyframe directions


2002-01-25  Vladimir Glazounov  <vg@openoffice.org>  [8cd06244322c6519d017b2482dd55474ffeec463]

#65293# added local version of getopt


2002-01-25  Philipp Lohmann  <pl@openoffice.org>  [74c90f7ed0a6dddad0e4c4c028b6dff24a7ae382]

#96950# #i2574# check for NULL pointer even after successfull XGetWindowProperty


2002-01-24  Kurt Zenker  <kz@openoffice.org>  [1f800e055e4f4ee565d08747d5f74614e223290d]

new version for SRC641


2002-01-24  Rüdiger Timm  <rt@openoffice.org>  [77f42beb1f4a9641095a9a414b5d4c4b20c3d533]

new version for SRC641


2002-01-24  Martin Hollmichel  <mh@openoffice.org>  [884fabb43285c7f84968002385c8a803f6e471a6]

corrected database for ldump , no bugid, because of prio -1


2002-01-24  Christof Pintaske  <cp@openoffice.org>  [10044aa02a3f8f87b94e2de7519be7407aed3b7f]

#96918# dont upload a reencoding vector for type1 or builtin symbol fonts


2002-01-24  Kurt Zenker  <kz@openoffice.org>  [3ccfab5f1822a6eff60f89d5bf88e1f6e790d859]

new version for SRC641


2002-01-24  Rüdiger Timm  <rt@openoffice.org>  [aadddb7ff7e7f328c1d79e2e9b384f5b812f16c3]

new version for SRC641


2002-01-24  Rüdiger Timm  <rt@openoffice.org>  [886a467a278b98e589ff4be1f686c15607677b19]

new version for SRC641


2002-01-24  Mathias Bauer  <mba@openoffice.org>  [1826f4144751601a2210d4dc25600a6482c8d447]

#96874#: new methods for individual customize mode


2002-01-24  Nils Fuhrmann  <nf@openoffice.org>  [a2edaa0f6fa2411154f544c322c8da4b1e264171]

Fix: Replace original global dir, evan if another global dir is set


2002-01-24  Christof Pintaske  <cp@openoffice.org>  [08354d88d20ba0226a1a045069e95d8308c82d10]

#96738# hand tuned font subst for ms-mincho and ms-gothic


2002-01-23  Frank Schönheit  <fs@openoffice.org>  [4f5b51c0806640aaf88f3fe704c1e06750a81785]

#96861# KeyInput: don't start all these special features when a modifier is pressed


2002-01-23  Sascha Ballach  <sab@openoffice.org>  [f53c5b1b2104d1da222f98319586109a673bcfcf]

#95584#; move AccessibleStateSetHelper to unotools


2002-01-23  Sascha Ballach  <sab@openoffice.org>  [c1dd9d7e4e5eeed7feba4cdc747892ca7c1cf651]

#95584#; move AccessibleStateSetHelper to unotools


2002-01-23  Sascha Ballach  <sab@openoffice.org>  [e89d8edaea6d6297dc9ce55fca956983da621312]

#95584#; move AccessibleStateSetHelper to unotools


2002-01-23  Mikhail Voitenko  <mav@openoffice.org>  [d8ae645712290f3ef81305a13dcdf536d58ff3aa]

#94532# ucbstorage streams optimisation


2002-01-22  Eike Rathke  <er@openoffice.org>  [53c5f9a251fd9ed552a5a03b38009757b5d8dc64]

#96830# getIndexFollowPageWord: corrected Italian entry


2002-01-22  Kurt Zenker  <kz@openoffice.org>  [3fbd7d7886808d79eede785238e44088b811b89c]

new version for SRX642


2002-01-22  Kurt Zenker  <kz@openoffice.org>  [8bbe9852c1f79b0c258b1083d9b37065edb5d86a]

new version for SRX642


2002-01-22  Kurt Zenker  <kz@openoffice.org>  [cf90176b780c02c88e42b2580e3dda4f36daedb7]

new version for SRX642


2002-01-22  Rüdiger Timm  <rt@openoffice.org>  [ca8d5ff3374fbb2d72497811f64d6b1119508f26]

#65293# source/brwbox has to be built before source/Accessibility


2002-01-22  Sascha Ballach  <sab@openoffice.org>  [779db83c6f9999bb4cc0afaa6244a59ac46b2857]

#95584#; copy AccessibleStateSet.hxx instead AccessibleContextBase.hxx to AccessibleStateSet.hxx


2002-01-22  Sascha Ballach  <sab@openoffice.org>  [3ee8cffe4a99c8cd9c4adbd162924f3736728b0b]

#95584#; use captial letter for Accessibility directory


2002-01-22  Sascha Ballach  <sab@openoffice.org>  [020555915c8e6baa05e0bac2586540d523bd9c6c]

#95584#; implementation of XAccessibleStateSet interface added


2002-01-21  Kurt Zenker  <kz@openoffice.org>  [f9480ad1308e46f27714bcd119bf6c7da58a7ad3]

new version for SRC641


2002-01-21  Kurt Zenker  <kz@openoffice.org>  [d8a809e8aead1d108e836f247a4d2a3c76966a4f]

new version for SRC641


2002-01-21  Gregor Hartmann  <gh@openoffice.org>  [429d5a086ff5bff6b5560ee102e6e842b819b04f]

small error indexing a string


2002-01-18  Kurt Zenker  <kz@openoffice.org>  [94f8a546a53a0d667922f75b98962ab2c8938bb8]

Merge SRC641: 18.01.02 - 22:12:50


2002-01-18  Bustamam Harun  <bustamam@openoffice.org>  [5762e33dbe604e96ba66de338d08894080b5be27]

#91469# 4553039 Fixes by Simon Dean and Karl Hong


2002-01-18  Frank Schönheit  <fs@openoffice.org>  [723ed0a1feef8aa2f666f94179ef4c0d1140fa28]

encountered during #96445#: in DisconnectFromModel, give the new model the proper ref count


2002-01-18  Frank Schönheit  <fs@openoffice.org>  [fb8414b54aeea65fa2d31ea4f361b1b8068a6ba4]

encountered during #96445# sometimes the model is not deleted - adding DBG_XTOR / deleting the model in the dtor if necessary


2002-01-18  Frank Schönheit  <fs@openoffice.org>  [34a4fde44ded8856a860a5c45ce3429f76693f0e]

encountered duting #96445# small memory leak when registering text properties


2002-01-18  Philipp Lohmann  <pl@openoffice.org>  [9f435bda1d561bb648a3085d64430af244cf304c]

#96686# check if mouse already captured in sawfish workaround


2002-01-18  Sascha Ballach  <sab@openoffice.org>  [f9de53734864ba23a22474906d87d5a26f3fe9a2]

#95584#; add Accessibility stuff


2002-01-18  Malte Timmermann  <mt@openoffice.org>  [b5beb76c11604be4827a7c99eed2c8eaa9d9d571]

#96585# Remove from DragAndDropWrapper


2002-01-17  Stephan Schäfer  <ssa@openoffice.org>  [fd1f6cb90257f13918707e0eff26949d96b0b9ba]

#96084# merge 1.39.2.1


2002-01-17  Stephan Bergmann  <sb@openoffice.org>  [7606611b6a90354a45797183b468ad688e6abce7]

#85390# Fixed SetJobSetup's REMOTE_APPSERVER branch.


2002-01-17  Kai Ahrens  <ka@openoffice.org>  [37539aa909527c304bca9fba1cd00ecfd57a3677]

#96615#: check range of colormap in PAL=>PAL conversion


2002-01-17  Philipp Lohmann  <pl@openoffice.org>  [f6ac0e1e4ebb2e13e7b6cd1a652ca81a13d76bfd]

#96595# do not dispatch DnD events while waiting on paste data


2002-01-17  Philipp Lohmann  <pl@openoffice.org>  [44fcba390f5d645d1cda67464a6dcb09f3a4ae14]

#96634# recognize sawfish running wothout gnome


2002-01-16  Kurt Zenker  <kz@openoffice.org>  [9458637f1ba29f907fedb6268b9a88f7d58b272f]

new version for SRC641


2002-01-16  Philipp Lohmann  <pl@openoffice.org>  [0f4e3f15a0d2ac923cbc3b3f4c5be79f8a6c7725]

#96378# refined restacking mechanism for child frames on WMs without appropriate TRANSIENT_FOR handling


2002-01-16  Kurt Zenker  <kz@openoffice.org>  [5c2f7e854f854b989d6213f1b75bda68428efaaf]

new version for SRC641


2002-01-15  Philipp Lohmann  <pl@openoffice.org>  [22154a81ba26e85f5e6bf342511165e0b9cf0ecf]

#95901# ignore enter/leave notify due to grabbing


2002-01-15  Philipp Lohmann  <pl@openoffice.org>  [0ad3cd4a73ad2efb2c7d30b43ceb29d11042f52c]

#95901# avoid mouse pointer with popup menus


2002-01-15  Philipp Lohmann  <pl@openoffice.org>  [3a84454e8ba2c29750afe2722a893e5697ab2561]

#96527# no more TAB


2002-01-15  Philipp Lohmann  <pl@openoffice.org>  [79c4478aecfbe610423a6cbec4bb3e1a0f3c8b31]

#96527# no more TAB


2002-01-15  Jörg Budischewski  <jbu@openoffice.org>  [ac807a379a68d6d999cd7ac965f458af3603b1bd]

added uno bootstrapping, demo now startable from outputtree


2002-01-15  Kurt Zenker  <kz@openoffice.org>  [2121fe1d67d450a541b046d96be249a6fe78b22f]

new version for SRX641


2002-01-15  Malte Timmermann  <mt@openoffice.org>  [9dde22820cffc2feabdcc2524c636e5cda0af453]

#96073# vclxwindow.hxx


2002-01-15  Malte Timmermann  <mt@openoffice.org>  [5101ca67d62831e9282c21eddc786a14a191380e]

#96073# vclxwindow.cxx


2002-01-15  Nils Fuhrmann  <nf@openoffice.org>  [fc4f70c858119fb9616723c00de9b5268322035f]

Corrected prjname from vcl to svtools


2002-01-15  Jörg Budischewski  <jbu@openoffice.org>  [b0aa760f6980cec2d7ffd1e4c7f9612d2503f633]

simplified uno bootstrapping, an appropriate applicat.rdb is now created within the output tree


2002-01-15  Philipp Lohmann  <pl@openoffice.org>  [81e8ec46a9363eb4e7e08c03354fc76d0a2e9b7d]

#96537# dispatch wheel events to correct window


2002-01-15  Vladimir Glazounov  <vg@openoffice.org>  [e5e91155240edcf86a801b990dd6e00f8417eb58]

#65293# added exception specifition


2002-01-15  Stephan Schäfer  <ssa@openoffice.org>  [79fe6961423078273e1b4eba6f0516111c12fe74]

#95684# make GetPosPixel not inline


2002-01-15  Ocke Janssen  <oj@openoffice.org>  [70f2781d6c207b159a34ed803d890cef5503e916]

#96501# new protocol for vnd.sun.star.odma


2002-01-15  Ocke Janssen  <oj@openoffice.org>  [777b0ea79bd4abe649b4c92b3f1b8c57d50bc9af]

#96501# included test for vnd.sun.star.odma


2002-01-14  Kurt Zenker  <kz@openoffice.org>  [3c8b9eca058e37585e9cac65172fe0a33a588a9a]

Merge SRC641: 14.01.02 - 22:15:42


2002-01-14  Kurt Zenker  <kz@openoffice.org>  [020d563cb765a87b4d129d6b3021ad57f0699b63]

Merge SRC641: 14.01.02 - 22:16:24


2002-01-14  Kurt Zenker  <kz@openoffice.org>  [8c83d09d1cae155e0b8e2f8238f0a783145ec339]

Merge SRC641: 14.01.02 - 22:09:24


2002-01-14  Nils Fuhrmann  <nf@openoffice.org>  [c24310fff41b51dbe07ee09a1bcd471e1ac07245]

Don't add additional \n at end of file!


2002-01-14  Kurt Zenker  <kz@openoffice.org>  [a72a34800bcb90504f73e8797d4fe3d73a5d3fd0]

new version for SRX641


2002-01-14  Martin Hollmichel  <mh@openoffice.org>  [f04f44f545602e010040067babeae9a9255b35a4]

join from branch


2002-01-14  Mikhail Voitenko  <mav@openoffice.org>  [8c837e78b135f9ffcc6dce7ed0e8e8ad4b22eab7]

#95512# new AnyCompareFactory service implementation


2002-01-14  jp  <jp@openoffice.org>  [c5ebb78e962d57bad14c59202c49be3711bf7bff]

Bug #96355#: optimize performance of create OUString


2002-01-11  Mikhail Voitenko  <mav@openoffice.org>  [4d26ea43899c26d289abb8eb62666542f3b4add3]

#95512# creation of sorted cursors


2002-01-11  Mikhail Voitenko  <mav@openoffice.org>  [36e7110281414e639686adef502424db7ae408b0]

#95512# new AnyCompareFactory service implementation


2002-01-11  Gregor Hartmann  <gh@openoffice.org>  [03ea21ef74681f4395703b70493b9a3ea239c439]

speed up writing of stream by 25-60


2002-01-10  Bustamam Harun  <bustamam@openoffice.org>  [8f0e60f3d228fd07185c0852d7d343f8568a87f1]

#96355# 4621801 Fix done by Karl Hong


2002-01-10  Kurt Zenker  <kz@openoffice.org>  [404a7464ef311011a9d84bf357543ea3f9e6ad5c]

Merge SRC641: 01/10/02 - 22:11:52


2002-01-10  Christof Pintaske  <cp@openoffice.org>  [a6b4356d4cc66dd0925eb8d4ecb975cd19cab540]

#96297# end the applications preedit mode the rude way


2002-01-10  Kai Sommerfeld  <kso@openoffice.org>  [a0c595ed99cf0e42aa83ddf16dc22d7bfc825977]

acquire and release must have empty throw statement, not none.


2002-01-10  Ocke Janssen  <oj@openoffice.org>  [baf0e6811beb310481ea76d381f027558cd45a43]

remove throw from acuire and relase


2002-01-10  Rüdiger Timm  <rt@openoffice.org>  [8f6b53d7eb3c4ce16620f2d92069d629f4a5940d]

#65293# Typo corrected


2002-01-10  Christof Pintaske  <cp@openoffice.org>  [e05f4f49731cf8064a9ee6af60ff43179caf683b]

#96297# end the applications preedit mode the rude way


2002-01-10  Kurt Zenker  <kz@openoffice.org>  [0fcae59e1344339b641fda0c3ae2ecf3988106e1]

new version for SRC641


2002-01-10  Kurt Zenker  <kz@openoffice.org>  [2b58a2c5bcad71c64238a7692bde2150c3d4f142]

#65293# makefile cleaned


2002-01-10  Kurt Zenker  <kz@openoffice.org>  [3fb6150431af81f296b6bf9696e1bc445e6bb0c9]

new version for SRC641


2002-01-10  Mathias Bauer  <mba@openoffice.org>  [430a5496ad767deaddd8a8f9513dfae58f775b8e]

#95934#: problems with exports


2002-01-10  Kai Ahrens  <ka@openoffice.org>  [a6208cde5804b64d5b95ac8ffb2a3aec712a828f]

no GUI applications anymore


2002-01-10  Kurt Zenker  <kz@openoffice.org>  [8d549ed3cb744e152ca51924d3afe2657aab0912]

#96147# mhids needs the include path as fifth parameter


2002-01-10  Stephan Schäfer  <ssa@openoffice.org>  [e36e355a44c3ccf36e4d85ff6ee46c628ae51d75]

#96170# compile error in remote case


2002-01-09  Rüdiger Timm  <rt@openoffice.org>  [02b674bd6bd3eaf240971094eb829b9c9a8ae2cd]

Merge SRC641: 09.01.02 - 22:13:53


2002-01-09  Rüdiger Timm  <rt@openoffice.org>  [1d414173c0fd97d04f0f782e7d71dbc3fa487467]

Merge SRC641: 09.01.02 - 22:09:32


2002-01-09  Gregor Hartmann  <gh@openoffice.org>  [3726c8815da6166e68647915f6282fb303fda2cb]

speed up parser by almost 30


2002-01-09  Mathias Bauer  <mba@openoffice.org>  [6ca73e2cffcaa4b96e7c7c57e51206a6a91d4eb7]

#96315#: security must be checked case insensitive


2002-01-09  Kurt Zenker  <kz@openoffice.org>  [c399fa8baad7f265353edcc050faef55e4cafc12]

new version for SRC641


2002-01-09  Frank Schönheit  <fs@openoffice.org>  [ca4b3d9b0bca78dad4331a5166ecb61e924712b1]

#96068# uno_type_assignData instead of uno_type_copyData


2002-01-09  Stephan Schäfer  <ssa@openoffice.org>  [2eee9e8f282bdbd4ddb11de0d047076909949a67]

#95576# allow external access to SUPD macro


2002-01-09  Eike Rathke  <er@openoffice.org>  [9eacf805af1ed337d1b2992d62780777f8f51657]

#96158# Next_Symbol: don't prefetch old automatic currency symbol if starting a '[...]' section (don't parse away $U of [$UYU])


2002-01-08  Frank Schönheit  <fs@openoffice.org>  [83383c625b757d198895b8b359c756618f80b9ff]

#96008# UnoControl::disposing( EventObject ): reset the model only _after_ xThis has been disposed - this is important, as our own dispose still needs the model for removing itself as listener


2002-01-08  Frank Schönheit  <fs@openoffice.org>  [4aa2b8b54e2a7eaffd39b64949b4358b54ea23dc]

#96008# DialogModel: override dispose / DialogControl: override removingControl/addingControl: removed a number of inconsistences between adding/removing as listener to foreign components


2002-01-08  Frank Schönheit  <fs@openoffice.org>  [5ba000f3198ac43ac72828ac4aa8a9f9e838ff63]

#96008# DialogModel: override dispose / DialogControl: override removingControl/addingControl


2002-01-08  Frank Schönheit  <fs@openoffice.org>  [e6f541aa8b76c1500f0fb9ed51f27ba31a9b1b4e]

#96008# +removingControl/addingControl - give derived classes the chance to notice _all_ (even implicit) removals of controls


2002-01-08  Frank Schönheit  <fs@openoffice.org>  [91e4a5e153df191883993bd34556a4f0e721144d]

#96008# +removingControl/addingControl


2002-01-08  Frank Schönheit  <fs@openoffice.org>  [12f7d7c168f3e35781dc6def6ab6cbbb5abdf435]

#96008# be an ComponentImplHelper


2002-01-07  Sven Jacobi  <sj@openoffice.org>  [6e4317172240ea376659f281e70938c07655d58e]

#96299# accept winext size only if the absolute value is greater than 1


2002-01-07  Stephan Schäfer  <ssa@openoffice.org>  [97effc627adc1c539fe496696a9dec5708439899]

#96170# coordinate transformation relative to VCL parent and not to Win32 parent


2002-01-07  Kurt Zenker  <kz@openoffice.org>  [b04b0466d0a981ca74b789a28dc610f2689f2af3]

#96147# dependency for hidother.hid


2002-01-03  Kurt Zenker  <kz@openoffice.org>  [b9447f86e1bbeb2e69bdf16fc492266e0d741bac]

new version for SRC641


2002-01-03  Kurt Zenker  <kz@openoffice.org>  [b6e16d43e10e297e04770193abbefab892ba6bd5]

new version for SRC641


2002-01-03  Kurt Zenker  <kz@openoffice.org>  [c8fa7cb84819f2423dff662a49367a1813321d0b]

new version for SRC641


2002-01-03  Rüdiger Timm  <rt@openoffice.org>  [32bc35c488952389e8c7ae3af229c1425d56ee22]

#65293# don't include project headers using project name as path (include syslocale.hxx, not svtools/syslocale.hxx).


2002-01-03  Kurt Zenker  <kz@openoffice.org>  [63bb15d19fff32d9560083f1393fbfea8b971c89]

#65293# syslocale.hxx has to be include localy


2002-01-03  Kurt Zenker  <kz@openoffice.org>  [f62387f40cad9d5626e1a30809af9b0d1c21b0ac]

#65293# syslocale.hxx has to be include localy


2002-01-03  Kurt Zenker  <kz@openoffice.org>  [b8bc912849be594125f10f81cd03e8149879d1db]

#65293# depends on tools


2002-01-02  Sander Vesik  <svesik@openoffice.org>  [a45b7d956e3d86ec95c1fe668303054c5a46d722]

Add support for IRIX

Contributed by: The SGI OpenOffice.org porting team

2002-01-02  Sander Vesik  <svesik@openoffice.org>  [caf8e0a9d431abbf65bf4cb436f4de30bf0dc464]

Merge change from OO641C to HEAD


2002-01-02  Sander Vesik  <svesik@openoffice.org>  [d00d62d43707b7d842e5492c5a45452de5309e9d]

Merge change from OO641C to trunk (#I2136#)


2002-01-02  Herbert Duerr  <hdu@openoffice.org>  [9a045b1e5f70bf2e87ca6950e333b96c032e0076]

#95966# remove debug info


2001-12-21  Kurt Zenker  <kz@openoffice.org>  [ed7479640fe9d0af5aea236588e01f4e7623442b]

Merge SRC641: 21.12.01 - 22:19:18


2001-12-21  Kurt Zenker  <kz@openoffice.org>  [e7cbfbb6c4e2c4095c17e640f5351698468e1e3b]

Merge SRC641: 21.12.01 - 22:15:26


2001-12-21  Kurt Zenker  <kz@openoffice.org>  [61afd483aa6fd990bed2a2ce299dbe8bdf3fd8f6]

Merge SRC641: 21.12.01 - 22:14:15


2001-12-21  Herbert Duerr  <hdu@openoffice.org>  [8a1b6744538de3a945534b47c44a52c2d8e17b36]

#95966# better handling of vertical glyphs


2001-12-21  Herbert Duerr  <hdu@openoffice.org>  [a0be731a56f9e579eab9af2bd1fbf0b8ba728930]

#95966# get more details about vertical glyphs


2001-12-21  Herbert Duerr  <hdu@openoffice.org>  [192fe532bbaf8ece8a03b249cb26b6999b540a42]

#95966# better handling of vertical glyphs


2001-12-21  Carsten Driesner  <cd@openoffice.org>  [8dae9b9d85faf7405dec6a13e23a522fb33daa66]

#94448# be prepared for having no printer at all


2001-12-21  Vladimir Glazounov  <vg@openoffice.org>  [26323bd8208e3850f1055c685818b310524b4aaa]

#83144#


2001-12-21  Philipp Lohmann  <pl@openoffice.org>  [038692ddbd21da48e0af6d0c73f653eee5a9c2a3]

#95862# guard was not cleared often enough


2001-12-21  Kai Ahrens  <ka@openoffice.org>  [cef8fd6fefcd656de467980747e935cdf103aa6a]

#96199: only use logical units if x and y resolution is set


2001-12-21  Oliver Bolte  <obo@openoffice.org>  [a4a371d400672673699941187d47f88445c25495]

#65293# name of lib corrected (LINUX)


2001-12-21  Frank Schönheit  <fs@openoffice.org>  [9d26757ed6f3a8ede1474cab063f4b3f2b66494f]

#96127# minor changes after reviewing the first implementation


2001-12-20  Herbert Duerr  <hdu@openoffice.org>  [4511fe6f9f797ecc00ebf6cabefa7de1e3238af6]

#96201# avoid XFreeRenderGlyphs for XRENDER<=1.0 while using first matching format


2001-12-20  Kurt Zenker  <kz@openoffice.org>  [3b1ce50e2fe9c8039be1537179d1bebbeb50a498]

new version for SRC641


2001-12-20  Frank Schönheit  <fs@openoffice.org>  [28a28280fb690b6603a71f5d32a22837cd157b15]

#96127# +registrationdlg


2001-12-20  Frank Schönheit  <fs@openoffice.org>  [d9bd8fe060b9d4dd5aa937044409565cf4ae9d23]

#96127# +HID_REGISTRATION_DIALOG


2001-12-20  Frank Schönheit  <fs@openoffice.org>  [118c5d7e1c59efcb5dee70823a119e1431f589ac]

#96127# deliver regoptions.hxx


2001-12-20  Frank Schönheit  <fs@openoffice.org>  [e2f7e24957c2cbe2549ef0af19c7bddcefa2b52b]

#96127# handle the ProductRegistration service


2001-12-20  Frank Schönheit  <fs@openoffice.org>  [3a5fb62c6666e1a3e00b9fdb936e78cd37be6ce7]

#96127# +productregistration.cxx


2001-12-20  Frank Schönheit  <fs@openoffice.org>  [ca6770c850c5ed85f267196e5366cbfe5fbdbb5b]

#96127# +regoptions


2001-12-20  Frank Schönheit  <fs@openoffice.org>  [616f937938a5dbf0b71f3304dad122eb5d0253c5]

initial checkin - class encapsulating the product registration configuration settings


2001-12-20  Frank Schönheit  <fs@openoffice.org>  [d9956b9d7026344e5662ad96efa5d6836af645ed]

initial checkin - class encapsulating the product registration configuration settings


2001-12-20  Oliver Bolte  <obo@openoffice.org>  [162ef9bbfebbfe6ba7fd6855cc843fbee05fa01b]

#65293# temp var for linux


2001-12-20  Kurt Zenker  <kz@openoffice.org>  [b44cad344d275af94c99df8c837e1a7d09632303]

new version for SRC641


2001-12-20  Peter Burow  <pb@openoffice.org>  [014ca0f06f5a0b8da50abb65760b294fb39c7774]

fix: #96153# missing breaks added in Commit()


2001-12-19  Kurt Zenker  <kz@openoffice.org>  [b722c7fa42a0aa67b1349074562cbdd82bee64e6]

Merge SRC641: 19.12.01 - 19:03:56


2001-12-19  Oliver Bolte  <obo@openoffice.org>  [d0e553387c78fe72f7663469c92feb9f05e83aec]

Merge SRC641: 19.12.01 - 18:52:00


2001-12-19  Philipp Lohmann  <pl@openoffice.org>  [293d93df2d1af771c13c0e717e182cf3df427958]

#96083# GetWindowState reported OuputSize in rolled up stated


2001-12-19  Philipp Lohmann  <pl@openoffice.org>  [99b996496a19c85df89d5d0d174eb1d8733aa137]

#94448# search for printer drivers stopped at first empty directory


2001-12-19  Nils Fuhrmann  <nf@openoffice.org>  [3fff071b2a3b0c7f06294e643670733ee37f973b]

Merge SRC641: 19.12.01 - 16:31:50


2001-12-19  Philipp Lohmann  <pl@openoffice.org>  [2ee04bf35f3de0f6a5666265a9744cf9c6ba3660]

#94448# new RVP print API


2001-12-19  Philipp Lohmann  <pl@openoffice.org>  [3c5a32936ebc86fbdded6530cf3f539c290f6b06]

#94448# new RVP print API


2001-12-19  Stephan Bergmann  <sb@openoffice.org>  [0de507b422b95cbcea2c9607fb179ecb3ffa711b]

#94448# In REMOTE_APPSERVER code, fixed size computation in ImplHandleGeometryChange.


2001-12-19  Peter Burow  <pb@openoffice.org>  [c8f8c15553a12aa1e5e15a3cf2deda8cf3a6e33c]

fix: #95990# full width katakana


2001-12-19  Stephan Schäfer  <ssa@openoffice.org>  [4a13e409a449e18647e58a54d3437e6ef350fbeb]

#96084# set geometry to full screen values when maximize is delayed


2001-12-19  Nils Fuhrmann  <nf@openoffice.org>  [033bcdb0106274417be9effa23d91e1a2312fc2a]

Fix linking for UNIX


2001-12-19  Martin Hollmichel  <mh@openoffice.org>  [5c9eec9b8ce252ead2d5a3d6fc9272cb14479b98]

del: remove obsolete file #65293#


2001-12-18  Oliver Specht  <os@openoffice.org>  [1926489ae287571c4bf47de3140a22eedf360c0f]

#95990# katakana resource changes


2001-12-18  Philipp Lohmann  <pl@openoffice.org>  [8c27ebf7315490246451cf789159666020050c6a]

#96019# do not disable input on presentation window


2001-12-18  Malte Timmermann  <mt@openoffice.org>  [19275f9dec6a3aa524e3e415d1a67aebb7ffc6f3]

#92575# Selection when searching backwards...


2001-12-18  Peter Burow  <pb@openoffice.org>  [e6c7d60b0137b243a815e9e45af376f7a57eaa67]

fix: #96076# keep a local instance of SvtSysLocale


2001-12-18  Philipp Lohmann  <pl@openoffice.org>  [f2dd1f47e166e50aeacd9f1fb77403d83dd72a13]

#96083# SetWindowState also correct for an already rolled up window


2001-12-17  Christof Pintaske  <cp@openoffice.org>  [dff699957af0bdadbc09619476d518ebad637160]

#94063# window positioning doesn't need any offset nowadays


2001-12-17  Kurt Zenker  <kz@openoffice.org>  [06943cc62ac0f3ff36634f7a896a546461ff8ce6]

new version for SRC641


2001-12-17  Rüdiger Timm  <rt@openoffice.org>  [6dbc5ad6e5e394b20198215b92ef88efce9b38f5]

new version for SRC641


2001-12-17  Oliver Specht  <os@openoffice.org>  [77e4bb46f932d53195614cffe1a8eddf66da534f]

#95990#


2001-12-17  Kurt Zenker  <kz@openoffice.org>  [975af74365454d84e916f47e00c3171ec36ea674]

new version for SRC641


2001-12-17  Nils Fuhrmann  <nf@openoffice.org>  [9441538e930288a4966803572f5adb54224b3f0f]

removed also wdk_ modules


2001-12-14  Oliver Bolte  <obo@openoffice.org>  [abc79315a9203e2b787cc83009755275d66ed13b]

new version for SRX641


2001-12-14  Kurt Zenker  <kz@openoffice.org>  [8f722c28307f2a8979adbb69d3d279791a18a0b2]

Merge SRC641: 14.12.01 - 19:05:57


2001-12-14  Kurt Zenker  <kz@openoffice.org>  [64ca0ba45481c08f405adced7f36318aa14568e3]

Merge SRC641: 14.12.01 - 19:04:29


2001-12-14  Oliver Bolte  <obo@openoffice.org>  [095916ee8339342895f0fb07c67977e3f5653dff]

Merge SRC641: 14.12.01 - 19:02:26


2001-12-14  Kurt Zenker  <kz@openoffice.org>  [14b5d34dd2b96203dc4b19d119eb236d4992fa4d]

Merge SRC641: 14.12.01 - 18:56:06


2001-12-14  Bustamam Harun  <bustamam@openoffice.org>  [1239f05c0af2d7e3e0ea1c8549692abe3ce575eb]

#95565# Update License


2001-12-14  Mathias Bauer  <mba@openoffice.org>  [a2da01d3a5e29545eb03850d482fa5ec4c332187]

#95925#: compare passwords on multiple open on a stream


2001-12-14  Oliver Bolte  <obo@openoffice.org>  [d536f40bc7c53cfb8b3d7c88c59094b393895083]

Merge SRC641: 14.12.01 - 17:53:39


2001-12-14  Oliver Bolte  <obo@openoffice.org>  [4e57b2670c3a7fdef59d1e6b0c1078383df11b70]

Merge SRC641: 14.12.01 - 17:52:18


2001-12-14  Oliver Bolte  <obo@openoffice.org>  [529fd520b620ac1426179d3988ee974b8d453a98]

Merge SRC641: 14.12.01 - 17:50:12


2001-12-14  Gregor Hartmann  <gh@openoffice.org>  [168ecb29fd9b4bbd55d6302f93fc350cc567f5fb]

print error when unable to save file


2001-12-14  Bustamam Harun  <bustamam@openoffice.org>  [0c578d09b77ed17ec173ac7595cfbb88a77c6a13]

#95565# 4524120 Add IndexEntry in i18npool


2001-12-14  Stephan Schäfer  <ssa@openoffice.org>  [0638a2bb72626d631668e5e665e1cfad8ebecafd]

#95986# merge 1.48.2.1


2001-12-14  Philipp Lohmann  <pl@openoffice.org>  [88722d7b252f7d0c03d6fd357bbea8f0e5334c3d]

#95951# hide IIIMPStatusWindow only in presentation mode


2001-12-14  Malte Timmermann  <mt@openoffice.org>  [cbb09504a50c8a95f8a7f547f722f45c290d9176]

#95841# UnoControlDialogModel doesn't support the border property


2001-12-13  Oliver Bolte  <obo@openoffice.org>  [beb549698c59b58f09d05e5147c41eac5ba4a2c1]

new version for SRC641


2001-12-13  Vladimir Glazounov  <vg@openoffice.org>  [88d330e4580fd5caa85eb19ee88d3fe205c83af8]

#95933# use a different approach in UCBContentHelper::Exists: with the old approach, corrupted siblings of the dir in question may lead to deadlocks


2001-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0c1224ee60ffb79653752dbfb070430c73f2835]

#65293# test


2001-12-13  Philipp Lohmann  <pl@openoffice.org>  [30f877cd9ddc0cfb89b6e5b60fdfe0b7d8c141a1]

#95810# keep copy of font substitutes in printer graphics


2001-12-13  Stephan Schäfer  <ssa@openoffice.org>  [a4cfbae821054e9d99b45ddf2293753a513089d1]

#95950# check for truncated strings in dialogs


2001-12-13  Stefan Taxhet  <st@openoffice.org>  [cba219c837d2b4c8a53b98d30e8647c277d76079]

itest tiome


2001-12-13  Kurt Zenker  <kz@openoffice.org>  [9787d4565d06681e8cbf4f33c70925519a2f90a2]

new version for SRC641


2001-12-13  Stefan Taxhet  <st@openoffice.org>  [514d4c458d86e7431e1d5458a43ca67fadc7288c]

undo test


2001-12-13  Stefan Taxhet  <st@openoffice.org>  [5bf5483d1893546f1e2028e3eb27b15218f73c67]

test


2001-12-13  Herbert Duerr  <hdu@openoffice.org>  [58cac26e19794a8b6bfa7600ab1bf9284c306b6d]

#95640# fix offsets for 180degree rotation


2001-12-13  Vladimir Glazounov  <vg@openoffice.org>  [a82dc332bcfcdbe2a56bfc419a0ba01830ef5d73]

new version for SRX641


2001-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f3b448dd06cdbd943551cc8f421ee2a78948339]

#65293# test


2001-12-13  Kai Sommerfeld  <kso@openoffice.org>  [7fb085c029b51fa3152817315f2f487e18d7a6d1]

#95404# - Optimized exports (mostly for "$(COM)"=="MSC" only).


2001-12-13  Herbert Duerr  <hdu@openoffice.org>  [bf06779eaea6f190faaf4627372e03fe7c797657]

#95926# cleanup XRENDER glyphs better when possible


2001-12-13  Herbert Duerr  <hdu@openoffice.org>  [4e1788162d863817441f07ac878ab95efb004562]

#95926# avoid non-8bit glyph formats for XRENDER


2001-12-12  Rüdiger Timm  <rt@openoffice.org>  [ab351f8682ad100eeceb58d00f7fb2f6fc3aeed7]

Merge SRC641: 12.12.01 - 22:29:19


2001-12-12  Philipp Lohmann  <pl@openoffice.org>  [4bee92d2cd32085289288c49d397bcfb9b438594]

#95912# #i2345# support more type conversions


2001-12-12  Malte Timmermann  <mt@openoffice.org>  [e8ce3c4e49839d4fc60838cbc99f60dd2e7cb3cb]

#95841# createPeer: Don't call setVisible() if isDesignMode()


2001-12-12  Philipp Lohmann  <pl@openoffice.org>  [e65b05850dbf420bd7927cedb1fbb79400acea3b]

#95833# rounding issues


2001-12-12  Philipp Lohmann  <pl@openoffice.org>  [d4bfcb1139b9ef8604a2cb4138d1e3c473e68d2d]

#94448# do not return references to temporaries


2001-12-12  Peter Burow  <pb@openoffice.org>  [16d541dc1931836875cd4a7cb13125da10ca4dd9]

fix: #94843# remove double entries


2001-12-12  Philipp Lohmann  <pl@openoffice.org>  [43df449ecaf0f5ceea81dc9fea2b5040dd21f7c4]

#94748# discard pending configure notifies in WMAdaptor::maximizeFrame


2001-12-12  Peter Burow  <pb@openoffice.org>  [fe1baa1a0d91ab6be94f69550f2c67c15cf78886]

fix: #95119# hide also hidden folders


2001-12-12  Peter Burow  <pb@openoffice.org>  [8e3c5491ec1c66439259d918ea7d42d66a8990f1]

fix: #95119# detect hidden files and dont show them


2001-12-12  Oliver Specht  <os@openoffice.org>  [e26c748c6ed95c1965b7659a1943af38da1ef9ea]

#95325# border distance: line color correctly set


2001-12-12  Sascha Ballach  <sab@openoffice.org>  [7461bc4f8917fd2446b69be87d8490ce18cfd0f6]

#95850#; only indent by the level and not one more space


2001-12-11  Philipp Lohmann  <pl@openoffice.org>  [d1874ba357dbd0546aa0784c79cb6ae3d1a7204f]

#95847# catch DataFlavorNotSupported


2001-12-11  Stephan Schäfer  <ssa@openoffice.org>  [f206dbca509d7a586d138be8643c0a30c85593dc]

#95730# update mhDC in PrinterData before AbortProc may be called


2001-12-11  Philipp Lohmann  <pl@openoffice.org>  [0cec0970a19de60274a92de0bffbfb8d39710f3a]

#95854# better build dependencies


2001-12-11  Kurt Zenker  <kz@openoffice.org>  [22f6331a17cfd452f68196c316c4c09d702e8dfa]

new version for SRX641


2001-12-11  Philipp Lohmann  <pl@openoffice.org>  [4da81bbe64e4c6077101662ae1c6161fd8d92d17]

#95853# cc50i optimizes too much


2001-12-11  Peter Burow  <pb@openoffice.org>  [95ee4c12a18b1112a4106a3766b8920dc18a0961]

fix: #95739# optimized


2001-12-11  Peter Burow  <pb@openoffice.org>  [06e93ae8d3ed3b5d97653f9acc729f389f377e8e]

fix: #95739# (2) use define


2001-12-11  Peter Burow  <pb@openoffice.org>  [3e8cdb65fc6f2342ceba7f4a1509a0f63164e812]

fix: #95739# GetImage() and GetDescription() now separately for file and folder


2001-12-11  Mathias Bauer  <mba@openoffice.org>  [598ab64cab0326e0ce105276833d1c9e02ddea54]

#95661#: reschedule+yield may deadlock while executing assertions


2001-12-11  Peter Burow  <pb@openoffice.org>  [f1872172f83696e27341bba6868856040355777c]

fix: #80835# use uui::InterActionHandler for MakeFolder()


2001-12-11  Philipp Lohmann  <pl@openoffice.org>  [2d0d843f65e2964809aee458a9703d13dcbf4bac]

#95672# applications expect changed width/height for landscape


2001-12-10  Rüdiger Timm  <rt@openoffice.org>  [ee66884bd440e22708457405701117a4eb83947b]

new version for SRC641


2001-12-10  Rüdiger Timm  <rt@openoffice.org>  [8718de8a2271310da67461e37821601c9c49be57]

new version for SRC641


2001-12-10  Rüdiger Timm  <rt@openoffice.org>  [6154032a5dad37f793eb1eefcc557e056f353656]

Merge SRC641: 10.12.01 - 22:10:20


2001-12-10  Kurt Zenker  <kz@openoffice.org>  [69c2361c56954c595a951a45c390f30c2673ea49]

new version for SRC641


2001-12-10  Sven Jacobi  <sj@openoffice.org>  [3f1a7e5682a7526393330636cfde4e9c6b77a163]

#93902# most enhanced metafiles created by xp are not displayed properly


2001-12-10  Herbert Duerr  <hdu@openoffice.org>  [61d927e739bd05cba4b754edd85a0bdc5fb67b89]

#95414# use logical font size in mapped mode


2001-12-10  Stephan Schäfer  <ssa@openoffice.org>  [9a842514489e4d56613228a69631bf276e782b23]

#95616# merge 1.13.2.2


2001-12-10  Herbert Duerr  <hdu@openoffice.org>  [3128518d06825ab2e2466c135befc5e1998232d6]

#95414# font width fix for different x-/y scaling factors


2001-12-10  Mikhail Voitenko  <mav@openoffice.org>  [0dd893ac27c47d08ed4d26783a39dce9ff593117]

#94532# optimization of the buffering


2001-12-10  Frank Schönheit  <fs@openoffice.org>  [2d820de206aa5a00c3339c08256cf48415f366d0]

#95745# UnoTimeFieldControl::textChanged: correctly adjust the model's 'Time' property


2001-12-07  Oliver Bolte  <obo@openoffice.org>  [4253929763051f5cf8a23a195b770d8712ad5d08]

new version for SRC641


2001-12-07  Rüdiger Timm  <rt@openoffice.org>  [3952ee3bef3134d34a8913a233cb6c62eb5b431d]

new version for SRC641


2001-12-07  Philipp Lohmann  <pl@openoffice.org>  [11796e5486e7bf17e6348ea59f4282b709eb8ef8]

#94748# better handling of resize timer


2001-12-07  Philipp Lohmann  <pl@openoffice.org>  [8bb749a1ed8e4979b4e1bdb209249b55e2722e42]

#94748# refined Maximize hack for dtwm


2001-12-07  Rüdiger Timm  <rt@openoffice.org>  [96293b1864ae6683f4ce926a130ea199068660b2]

new version for SRC641


2001-12-07  Rüdiger Timm  <rt@openoffice.org>  [9dff9c73b4b553d24b3a159b008c9c9fb16f6c13]

new version for SRC641


2001-12-07  Frank Schönheit  <fs@openoffice.org>  [8fddfaec517cc7abd99e9ac5d6e558fa10038cce]

#88707# when implementing the XTypeProvider, always return the XTypeProvider cppu type


2001-12-07  Frank Schönheit  <fs@openoffice.org>  [c382a573063e46ac1dad9102b1a81c28586a52fb]

done during #95727#: added an assertion which will tell me if a given scenario really happens


2001-12-07  Frank Schönheit  <fs@openoffice.org>  [a907a378cf0e02d44ba6f175c63d0616ca7910fe]

changed behaviour: when opening a folder, do _not_ initially select the first entry - all clients existent so far had hacks to revert this effect afterwards


2001-12-07  Frank Schönheit  <fs@openoffice.org>  [cb796dba99becbce1421774ed9c40af311a1e1aa]

the ResetHdl_Impl is not necessary anymore (due to changes to the file view control, done during #95727#


2001-12-07  Stephan Schäfer  <ssa@openoffice.org>  [dddc82ce21b6d38854417d096ae771157719ae32]

#95305# handle shutdown msg only once


2001-12-07  Andreas Schlüns  <as@openoffice.org>  [a9082ac2958e7b7d8334fa70db7341daac993773]

#95685# new support for HelpBookmarks


2001-12-07  Christof Pintaske  <cp@openoffice.org>  [fcac10cab56b3ae50137552342ce1168ef4797d1]

#95334# don't touch the stacking window on trusted solaris


2001-12-07  Stephan Schäfer  <ssa@openoffice.org>  [dcf50011e5544d86a16cc17e29a696e832c2e7f6]

#95305# handle wm_queryendsession only once and reset state in wm_endsession


2001-12-07  Daniel Boelzle  <dbo@openoffice.org>  [51c6562e66f7aaa6922efbe8628b32a628e7655b]

#95301# shockwave plugin has bug; expects ASCII functions to be used


2001-12-06  Rüdiger Timm  <rt@openoffice.org>  [273dae9e8bcec8bf80f5448b1a60fd0627439353]

Merge SRC641: 12/06/01 - 22:08:30


2001-12-06  Philipp Lohmann  <pl@openoffice.org>  [977967d9442098f3e54af5a92dbb35637bd75152]

#95498# use mm instead of points


2001-12-06  Philipp Lohmann  <pl@openoffice.org>  [1d519d2aee19e805214af580de778a223b27bead]

#95514# set show state correctly, do not map withdrawn windows in ToTop


2001-12-06  Herbert Duerr  <hdu@openoffice.org>  [f771cce98e8779c5154b0f7c732db4688f48133a]

#95285# prefer scalable over bitmap font versions


2001-12-06  Philipp Lohmann  <pl@openoffice.org>  [70b1106bd489370f99449a9e96c4f1884eb35435]

#95498# return correct string


2001-12-06  Philipp Lohmann  <pl@openoffice.org>  [79e5c1d4e727e054b2ced525bd3a0f1848bc2171]

#95498# show absolute margins again


2001-12-06  Malte Timmermann  <mt@openoffice.org>  [c96cbd8e0a900b0958982f51e29dd4899439e296]

#95662# BASEPROPERTY_ENABLE: Don't enable with children


2001-12-06  Malte Timmermann  <mt@openoffice.org>  [9ec1d27ddaca9f49c2b4ffa6a261d7804743f161]

#95662# BASEPROPERTY_ENABLE: Don't enable with children


2001-12-06  Frank Schönheit  <fs@openoffice.org>  [99800bd1bddbb8325a2e20be9c8f674e705999f2]

#93949# moved the TemplateFolderCache in the correct namespace


2001-12-06  Frank Schönheit  <fs@openoffice.org>  [e626f3b09714cea64980a42f7926f1ebcb8267ff]

#93949# deliver templatefoldercache.hxx


2001-12-06  Martin Hollmichel  <mh@openoffice.org>  [0d7b86bfa92b48e23c8dc98ff5f416b15f3d8dc8]

del: LIBCIMT for Windows, not needed #93044#, cleanup


2001-12-06  Thorsten Behrens  <thb@openoffice.org>  [89bf52ddb1cfa36f590bf247aabc3a779dd71dc2]

#95404# Checked explicit exports


2001-12-06  Frank Schönheit  <fs@openoffice.org>  [7db86d8d0ddef6efd276afee3b7bd0206eac589b]

#93949# some more options when using this class


2001-12-06  Frank Schönheit  <fs@openoffice.org>  [624a03b5a7fbaff09380121deccd21f62f99e051]

initial checkin - helper class for caching the state of the template directories


2001-12-06  Stephan Schäfer  <ssa@openoffice.org>  [0cade56f3f1e17a9c9c356f1b9f48c477a850547]

#95587# avoid endless loop when iterating dialog controls


2001-12-06  Philipp Lohmann  <pl@openoffice.org>  [e4d856f042761dcec7b36e5766aee5d18e0cf06a]

#95097# workaround for some WMs


2001-12-06  Oliver Bolte  <obo@openoffice.org>  [242e58ff4ec2b4ddf1db0db648a36d7762965b06]

#65293# exception specification linux


2001-12-06  Carsten Driesner  <cd@openoffice.org>  [4dba366f80edf8a29dbe7743a77e099ee6f57360]

#95517# support new entry InstallMode


2001-12-05  Peter Burow  <pb@openoffice.org>  [9842929e10204702b079ffd69b7c416aeb0adec3]

fix: #95350# support for floppy and cd-rom


2001-12-05  Peter Burow  <pb@openoffice.org>  [99a7ac03bfe061752e3fdc4949d24b52ea425eb4]

fix: #95350# new string resource for floppy volume


2001-12-05  Peter Burow  <pb@openoffice.org>  [6da49330ddf97dff59349778be3bc6d298140efa]

fix: #95350# new id for floppy volume


2001-12-05  Eike Rathke  <er@openoffice.org>  [4346c9eabae73719a8f801748504add1b7edc490]

#65293# reference to temporary needs l-value


2001-12-05  Vladimir Glazounov  <vg@openoffice.org>  [91e5cd836128ae359b08f2bc40c7c4830ca2878e]

new version for SRX641


2001-12-05  Ocke Janssen  <oj@openoffice.org>  [f44256f172c1bf4b5fced50247422ab373fe2878]

#95598# PaintTristate correct for parentupdate


2001-12-05  Vladimir Glazounov  <vg@openoffice.org>  [f4ac3d336bb606266454850a07d3106b2ff9f7de]

#65293# added dependency on comphelper


2001-12-05  Kai Ahrens  <ka@openoffice.org>  [f2b1bd314d2871d92919d7cd0318be02d6b26c36]

#95507#: use deep detection for SGF format


2001-12-05  Nils Fuhrmann  <nf@openoffice.org>  [a4a6f4f0fce63280544834ea8908a832a3255003]

Converter for half width katakana to full width katakana


2001-12-05  Stephan Schäfer  <ssa@openoffice.org>  [f7c78d426fef9fd90a2d3828674bb9e4d9f50027]

#95330# merge 1.23.2.3


2001-12-05  Gregor Hartmann  <gh@openoffice.org>  [031ef7dbc2fbb8bc25f4d04e23ccb640cbc6bdc6]

new handling of meta tags


2001-12-04  Kurt Zenker  <kz@openoffice.org>  [8b3ebde9d3e093c4463a6ab49a6e91981235dd59]

new version for SRC641


2001-12-04  Herbert Duerr  <hdu@openoffice.org>  [71da06c36dd1c94bfe8f292d9f7dfcbea2032f38]

#95556# disable autohinting for CJK glyphs


2001-12-04  Mathias Bauer  <mba@openoffice.org>  [866b0ac26ec48f20419d539c90f4132a13414a3f]

#93280#: better handling of printing error


2001-12-04  Stephan Bergmann  <sb@openoffice.org>  [c1a384ded20a7fe7d7eb8a69b00fd7b8c702811e]

#94448# Fixed KeyCode::GetName's REMOTE_APPSERVER case.


2001-12-04  Christof Pintaske  <cp@openoffice.org>  [6f4606609f967d49b9847fa5281f795b0ac703d6]

#94106# #95373# asynchronous status handling / synchronous preedit handling


2001-12-04  Peter Burow  <pb@openoffice.org>  [9c6eeb1ca26e105d5be963a686a6a02a9c181d59]

fix: #95555# no quicksearch without contents


2001-12-04  Hennes Rohling  <hro@openoffice.org>  [a8b2b731858bf88be8d6d5054080609019c5f7ff]

#95524# Create SAL instance before initializing the app because the init code perhaps uses the SAL instance


2001-12-04  Hennes Rohling  <hro@openoffice.org>  [d363c8846eb4d7588cd57a24ad67611f4f630b18]

#95523# Made ImplGetDefaultWindow threadsafe


2001-12-04  Rüdiger Timm  <rt@openoffice.org>  [1ea70105da1a92f1a06913910962eebc6afefe11]

new version for SRC641


2001-12-04  Peter Burow  <pb@openoffice.org>  [faeb547ec58fa6f2cadf9f652520158295a1ae64]

fix: #80835# CreateNewFolder() returns sal_Bool instead of void


2001-12-04  Peter Burow  <pb@openoffice.org>  [d815d453b004292f3c366edb362b87a6c5ab06c9]

fix: #80835# CreateNewFolder() returns sal_Bool instead of void


2001-12-03  Oliver Bolte  <obo@openoffice.org>  [4316ed0a7973f594eb2fe805d6a3b8b2eb27cf38]

new version for SRC641


2001-12-03  Oliver Bolte  <obo@openoffice.org>  [e754fd7f0e320bdc1f19563ca6c0a0affdd82f35]

new version for SRC641


2001-12-03  Vladimir Glazounov  <vg@openoffice.org>  [1d468f99f686a3dc59dbe3e919d64b5d4087b58a]

#65293# added global dependency


2001-12-03  Mathias Bauer  <mba@openoffice.org>  [275a38cd28766f9686a6524dfb521a7ab74d26e1]

#94702#: bug in ViewOptions


2001-12-03  Mathias Bauer  <mba@openoffice.org>  [ee217a411b4b3af41d90672992e7f2faeb7ecfbd]

#93648#: ModuleOption provides ModuleNames


2001-12-03  Philipp Lohmann  <pl@openoffice.org>  [053347384d2ea9cd6ff7acd42fecdf601ecf58bc]

#93956# correct command line for distill case


2001-12-03  Stephan Bergmann  <sb@openoffice.org>  [c9c3f4a2bb6969bb83bbc2237d9e76ba298a431e]

#95018# Improved getAbbreviated (also replace authority with ellipsis).


2001-12-03  Stephan Schäfer  <ssa@openoffice.org>  [01c855bd3f5b9b4e49c8449e45036cf529f0bb5e]

#95347# avoid buffer overwrites by buggy printer drivers


2001-12-03  Stephan Bergmann  <sb@openoffice.org>  [cd4b76fca9082545165c4401e6d13ce73f880ab1]

#95018# Improved getAbbreviated (also replace authority with ellipsis).


2001-12-03  Philipp Lohmann  <pl@openoffice.org>  [2dfdba893158a27c54ab703dd3e5c12f8a3e0729]

#95453# grab pointer on sawfish


2001-12-03  Oliver Specht  <os@openoffice.org>  [0936a0bfb9c543e457bd89532f700ca57b2149f4]

#95362# mixed member names corrected


2001-12-03  Oliver Specht  <os@openoffice.org>  [8471b8d82a5f817d73ca422b9f2d787a0e11c5ec]

#95362# mixed member names corrected


2001-12-03  Oliver Braun  <obr@openoffice.org>  [eba869ca48191abb1338769210650d3fa60fbb40]

object name fixed


2001-11-30  Stephan Schäfer  <ssa@openoffice.org>  [eb2383bc7f3b0c8f06ef9b5268eec97c7b5865bc]

#95063# update frame geometry after pos-size change


2001-11-30  Kai Ahrens  <ka@openoffice.org>  [b44b7fcf8e56fe0e5c6f6cfba60c6331973a07c3]

#95428#: add font attribute actions to metafile after adding font action


2001-11-30  Gregor Hartmann  <gh@openoffice.org>  [acf403515b60044aaff48208167f788e5a211d6c]

handle corupted files


2001-11-30  Mathias Bauer  <mba@openoffice.org>  [2a5bcfde5baa31d777dc733a230c49ca8c70038c]

#95362#: new security settings


2001-11-30  Malte Timmermann  <mt@openoffice.org>  [4f92fa64d0ffc48abd9be2753d3c31ccabc4cb29]

#95241# ImplSetPeerProperty: Enable/Disable all children too


2001-11-30  Malte Timmermann  <mt@openoffice.org>  [cd9237cbe1bef13f922a7329552dd371078513d1]

#95367# ImplGetValidString( const String& )


2001-11-30  Sven Jacobi  <sj@openoffice.org>  [11879d0183ae5a1e3324946bc0d87bee929d8489]

#95454# removing memory leaks


2001-11-30  Herbert Duerr  <hdu@openoffice.org>  [a94a85046419ead0e6e9f27f3e4a3b4c80ac4c25]

#91761# add HasVerticalSubstitution()


2001-11-30  Herbert Duerr  <hdu@openoffice.org>  [3f07241926359fb6cc416003c4ed957ede65fec7]

#91761# add HasVerticalGSUB()


2001-11-30  Herbert Duerr  <hdu@openoffice.org>  [d209dd749fdd0f9be01834374a61747d4ce72ffa]

#91761# add DoesVerticalSubstitution()


2001-11-30  Herbert Duerr  <hdu@openoffice.org>  [6686be9554a906da1fcec1713a9641e46e615610]

#91761# adjust position of rotated characters in vertical text


2001-11-29  Malte Timmermann  <mt@openoffice.org>  [0ae481a73a1296a049209d8e4f252d951a87bf55]

#93120# Started with minimum Accessiblity implementation


2001-11-29  Malte Timmermann  <mt@openoffice.org>  [03eb4781d0a81d885abd6564e676a9fa88266678]

#93120# VCLEVENT_OBJECT_DYING


2001-11-29  Malte Timmermann  <mt@openoffice.org>  [637303bce2e737c4d086aa327d4476b27d8a205d]

#93120# Call ChildEventListeners correctly, implemented CreateAccessible


2001-11-29  Herbert Duerr  <hdu@openoffice.org>  [5e81c72590d6ecea6cecc3f3f648e78e4143bb5a]

#91761# outlines are relative to ascent instead of height


2001-11-29  Malte Timmermann  <mt@openoffice.org>  [01899617690881ceece0b897160c64ecd6e68175]

#95404# Only a comment that the tk.dxp should be OK...


2001-11-29  Malte Timmermann  <mt@openoffice.org>  [706a9a244ce8289008841eddb374d621ef48c07e]

#93120# Toolkit changes, use EventListsner, create specific Interface in GetWindowInterface(TRUE)


2001-11-29  Herbert Duerr  <hdu@openoffice.org>  [b22c511a5b710ac01ed47d8a1619db6c394379d5]

#94995# handle fonts with no .notdef glyph without endless recursion


2001-11-29  Stephan Schäfer  <ssa@openoffice.org>  [121465b8ed62b37046118b0be4230ebb01c78425]

#95353# merge 1.23.2.2


2001-11-29  Stephan Schäfer  <ssa@openoffice.org>  [b12b226135b126ac2d3b0bb575af608ce62b78b6]

#95353# use help settings correctly


2001-11-29  Philipp Lohmann  <pl@openoffice.org>  [8e519f4d52f6f280ba004b8b9abee03bb053422a]

#93829# update printergfx in StartJob, do not update printers while a print job is running


2001-11-29  Michael Brauer  <mib@openoffice.org>  [8f58566d5943193a93a6a03d992f64b52f600374]

#95328#: Enable warning for unexportable characters again.


2001-11-29  Malte Timmermann  <mt@openoffice.org>  [24c058f970b37f4de0591bad3c9470a9f1e0b0b4]

#93120# EventListeners


2001-11-29  Stephan Schäfer  <ssa@openoffice.org>  [57b3bd25bad321a0d5290c26d2602f4d6be679e9]

#95353# merge 1.23.2.1


2001-11-29  Andreas Schlüns  <as@openoffice.org>  [98efc6a2a02c280bb39b53204cb291ec2257e2ca]

#94233# prevent code against possible crash during Clear() call


2001-11-29  Stephan Schäfer  <ssa@openoffice.org>  [a432eaf7225ba6617b140e3ec468fe7139c1c4e3]

#95353# disable tooltip timeout without updating settings


2001-11-29  Stephan Schäfer  <ssa@openoffice.org>  [9a9f252156322a3160b3952f1ef12ea4db5fcabc]

#93782# bitmap access


2001-11-28  jp  <jp@openoffice.org>  [48adda52c9c4a926c2e38e439edabcc488696337]

Bug #94940#: linux compiler problem with structs in static arrays


2001-11-28  Sven Jacobi  <sj@openoffice.org>  [2e2cac26e88182a95a9b854bf639d24c2cd1a7f8]

#93450# correct mapping of transformation data


2001-11-28  Herbert Duerr  <hdu@openoffice.org>  [ab89277c738f65988dca438dff37a1516224fe1c]

#94817# enumerate fonts with DEFAULT charset instead of ANSI charset


2001-11-28  Sven Jacobi  <sj@openoffice.org>  [bc8cd5433c14b7cf5ff33e84ae3a236b78eb724b]

#95214# added PowerPoint icons for file open dialog


2001-11-28  Rüdiger Timm  <rt@openoffice.org>  [d91a5f09f3bd244af5d5c7b0b661ba4694c65720]

new version for SRC641


2001-11-28  Rüdiger Timm  <rt@openoffice.org>  [8ab05af733c80532ad1f6b91bc2291c8720c387d]

new version for SRC641


2001-11-28  Rüdiger Timm  <rt@openoffice.org>  [9d6e11ebb41b15c60ad84ff555879396fbcad8df]

new version for SRC641


2001-11-28  Andreas Schlüns  <as@openoffice.org>  [16e2b688bd7c2fceff5bafabc51d818a0bb4a617]

#94233# delete double menu entries on loading


2001-11-28  Gregor Hartmann  <gh@openoffice.org>  [c677709a07375733b9c8de9db582683c45a02bb9]

fixed several bugs


2001-11-28  Andreas Schlüns  <as@openoffice.org>  [b8c0956436b4b249385558f8018681d1b82cdcdd]

#94233# live with missing menu entries; support user/setup entries


2001-11-28  Peter Burow  <pb@openoffice.org>  [30d2453ec419e996788f3e3c2f9d65ab7662cf3a]

fix: #95119# hide hidden files


2001-11-28  Stephan Schäfer  <ssa@openoffice.org>  [92f5ccc20e26c45cc36ebb16a95740e36a1c0b83]

#95227# merge 1.13.2.1


2001-11-28  Oliver Bolte  <obo@openoffice.org>  [e8ba88d0601d70010c4d5dac1c63a4468068319e]

#65293# method changed to const


2001-11-27  Rüdiger Timm  <rt@openoffice.org>  [5b21a2c04aa805338d88623de5d9773d229b0b29]

Merge SRC641: 27.11.01 - 23:36:09


2001-11-27  Rüdiger Timm  <rt@openoffice.org>  [69b5ebd957b98b003eca83bd346598a36c84fc57]

Merge SRC641: 27.11.01 - 23:03:29


2001-11-27  Philipp Lohmann  <pl@openoffice.org>  [7141f0bca84b865f3b93e32934256a85de0853d3]

#95309# do not override settings for button 2 anymore


2001-11-27  Philipp Lohmann  <pl@openoffice.org>  [cd1919121cef2dc017e4b688e5f451a678a799a0]

#95201# dispatch button events from VCL


2001-11-27  Martin Gallwey  <mtg@openoffice.org>  [8d61c4fb999f3031bf2576b4863b467c56c80442]

#95145# a base class to supply XTypeProvider and XInterface methods for users of the Chainable and Master property set helpers


2001-11-27  Martin Gallwey  <mtg@openoffice.org>  [82b49e40186cab9230de25c448ef985ec03f6dc0]

#95145# set type correctly for properties in a MasterPropertySet


2001-11-27  Philipp Lohmann  <pl@openoffice.org>  [ec4b3970d909abd291a7601d8440477daeb72845]

#95097# implement correct SalFrame::Show( FALSE ) behaviour


2001-11-27  jp  <jp@openoffice.org>  [d03c298ba0ff8fb7f75db25ff1d739f3c69c9380]

Bug #91596#: handle the encoding correct


2001-11-27  Herbert Duerr  <hdu@openoffice.org>  [fd7520b73a2263dc868fcd874743b34391deca96]

#94962# avoid different results for bitmap and outline advance widths


2001-11-27  Herbert Duerr  <hdu@openoffice.org>  [55ceb5082d06a73c97d3d88120ac89f0ed9dd548]

#94666# avoid XF410 bug for Silicon Sensor driver


2001-11-27  Mathias Bauer  <mba@openoffice.org>  [4f7b221641f8709c2d15fd7e08f9d976b2a74e3c]

#92987#: no IsFolder() when creating cursor, masks errors


2001-11-27  Mathias Bauer  <mba@openoffice.org>  [2f95055002cedf7920885bffd5ca8f6622f57194]

#92987#: handle case of new unpacked storage opened for writing


2001-11-27  Mathias Bauer  <mba@openoffice.org>  [713f1c3ba4f91a3872a803bb91e1de3fe1108188]

#92987#: handle case of already existing folder


2001-11-27  Malte Timmermann  <mt@openoffice.org>  [9c3c40ea0756e10b5fa206b09b03a386f3383d2f]

#93120# Accessiblity


2001-11-27  Malte Timmermann  <mt@openoffice.org>  [5a70d50e5b8ebc6d8d0315dd4ad491d88d409869]

#93120# EventListeners...


2001-11-27  Malte Timmermann  <mt@openoffice.org>  [1470e963305ba7b750291e4f066a2a8f5863d2fd]

#93120# Accessiblity


2001-11-27  Malte Timmermann  <mt@openoffice.org>  [a5c8ea58ec3455c92bd4ade543b09f6d8155d15a]

#93120# EventListeners...


2001-11-27  Malte Timmermann  <mt@openoffice.org>  [f2b9b6de7c3e5e9dd1258b0f1f31bb45d5866562]

#93120# EventListeners and Accessibility...


2001-11-27  Malte Timmermann  <mt@openoffice.org>  [754b472f353c1420bea5f464c805cdcd97f4cb64]

#93120# vclevent.cxx


2001-11-27  Malte Timmermann  <mt@openoffice.org>  [d859d01a75f05d5a38687f274b9d916e53820c5c]

#93120# IsAccessiblityEnabled()


2001-11-27  Malte Timmermann  <mt@openoffice.org>  [353b30b27eb1925c8ab7f48ca1dbadb947bf1588]

#93120# EventListeners


2001-11-26  Stephan Schäfer  <ssa@openoffice.org>  [a4f2693d209f850c7e61c4d0c82677a22be5c68a]

#95067# hide and show cursor on focus change


2001-11-26  Stephan Schäfer  <ssa@openoffice.org>  [41aaed644ec1c90237851a7aafbe75a7e62a36bd]

#95067# no cursor if frame has no focus


2001-11-26  Philipp Lohmann  <pl@openoffice.org>  [d8e2e4c597e06aa0c3c2d210ec1c58ab1d0dd5bc]

#94830# support compound text


2001-11-26  Malte Timmermann  <mt@openoffice.org>  [c11d7c7b43f27bc3dcd740364839e7884499d557]

#95117# SetInputContext, Basic-IDE and HTML-Source-View don't do it in GetFocus()


2001-11-26  Herbert Duerr  <hdu@openoffice.org>  [5ef49e7aadc49bc27ee482c7d096c1992f2d7777]

#93004# make SO work with XRENDER 0.2


2001-11-26  Stephan Schäfer  <ssa@openoffice.org>  [7257229310bf78c252026ae86a10b9bb559a139d]

#92632# extend menu tooltip timeout


2001-11-26  Kai Ahrens  <ka@openoffice.org>  [5a06ad676854ce0002915015605045d1096e6b23]

added DLG_EXPORT_J2K define


2001-11-26  Sascha Ballach  <sab@openoffice.org>  [b97c1028f784c8e34f34dd88cc26184c7dd6d818]

#95130#; characters and startElement thorws SAXInvalidCharacterException if there is an invalid character in the characters string or the attribute values


2001-11-23  Eike Rathke  <er@openoffice.org>  [0aa5bba496160e54aedf803663a4115559dd685a]

#94368# get rid of class International


2001-11-23  Jörg Budischewski  <jbu@openoffice.org>  [328cd1b7093b8c5228013eea59170bea79098c09]

#95097# temporary bug on solaris platforms fixed


2001-11-23  Oliver Bolte  <obo@openoffice.org>  [5ba97ddbaef8b05f52baa7e6257ae1df5e076893]

new version for SRC641


2001-11-23  Herbert Duerr  <hdu@openoffice.org>  [1a24f273f97b42ca9dd8774f52242520f798926f]

#91761# fix also for stretched&vertical&rotated characters


2001-11-23  Herbert Duerr  <hdu@openoffice.org>  [ac9fccea82c5e8ff81e43a8d6708747b8cb6a27c]

#91761# fix for vertical&rotated characters


2001-11-23  Eike Rathke  <er@openoffice.org>  [cd32180326133cb1030557a3814ef8ed75a124c6]

#95164# don't link against unnecessary libraries, especially not against libXt cause it may kill Java


2001-11-23  Stephan Bergmann  <sb@openoffice.org>  [4918042af017a0c7a17cb811e41aafa2a56e4d81]

#94773# Handle DOS UNC paths in getFSysPath().


2001-11-23  Rüdiger Timm  <rt@openoffice.org>  [4453e8b193f40c74f0dba447139787ce843a24b3]

new version for SRC641


2001-11-23  Rüdiger Timm  <rt@openoffice.org>  [45ee4429bc2f00f4cb10add91c5baac0aba222c5]

new version for SRC641


2001-11-23  Stephan Schäfer  <ssa@openoffice.org>  [1867ef7cf9e0f022b8e8ab43c90da5bd4318d8a4]

#94703# rvp system window extension


2001-11-23  Malte Timmermann  <mt@openoffice.org>  [6d49d4313410b183e8fb2e9f14142ca181f62827]

#95154# set mpClient to NULL, if source in disposing is NULL, check mpClient before calling


2001-11-23  Herbert Duerr  <hdu@openoffice.org>  [56fb1a104eb7626f2ef0436a94d8aa2407c118a0]

#91761# fix character width when squeezed and glyph fallback is used


2001-11-23  Vladimir Glazounov  <vg@openoffice.org>  [1d44c6eff0170e490262d4ea1752225464ee09ea]

new version for SRC641


2001-11-22  Rüdiger Timm  <rt@openoffice.org>  [a3b1ddc28e67185bbb80db1d351cc1d36f2cad6f]

Merge SRC641: 23.11.01 - 00:32:43


2001-11-22  Oliver Bolte  <obo@openoffice.org>  [ff6ffd10fe413ea7beb7600b9e2d03a82909ce99]

Merge SRC641: 22.11.01 - 23:00:25


2001-11-22  Oliver Bolte  <obo@openoffice.org>  [38e94b4182b93beb271b40dd679fc41ffa15094c]

Merge SRC641: 22.11.01 - 22:49:02


2001-11-22  Philipp Lohmann  <pl@openoffice.org>  [6c81ce373b0a56a679bb15321f4eb70a872185fe]

#95134# allocate a proper number of elements in a vector


2001-11-22  Christof Pintaske  <cp@openoffice.org>  [1772f8255c475ddd43d6e44a845f0dec0ab57909]

#94772# avoid reading array bounds


2001-11-22  Peter Burow  <pb@openoffice.org>  [cf6e02bbe85131543fe17f52e635eb1ca991b57c]

fix: #83182# show correct volume icons


2001-11-22  Peter Burow  <pb@openoffice.org>  [123e3d7eef9bb1d00fb915aa85de0ceb2614e743]

fix: #83182# new ids for volume description


2001-11-22  Martin Gallwey  <mtg@openoffice.org>  [d7d50c24f3011efdf75346ee48b13eff6bf23c55]

#94923# remove the 'fix' for a problem that was actually a build problem...note previous two checkins really by MTG, not HR


2001-11-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [a04818327107689fa913a9fd9383cb5ebafeeedc]

#94923# provide more information than a default constructed exception can provide


2001-11-22  Kai Sommerfeld  <kso@openoffice.org>  [9371d64b7f2a35b89ac9183008e5d826ad0b74de]

#95029# - Fixed index-out-of-range condition in ctor.


2001-11-22  Michael Brauer  <mib@openoffice.org>  [f748f5ce729625a4e765ab3e79bc27590f805d45]

#87140#: Support for text encodings with contexts


2001-11-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d771e3d8a3812ba38631fecc5b3c9f7f5173703]

#94923# be careful about rethrowing derived exceptions


2001-11-21  Gregor Hartmann  <gh@openoffice.org>  [71e29cf9cb5e1ad0b12aa88839e3b836d0ad5e00]

check non 'int' lines by default but be able to use switch to check 'int'; Correct ID in Error output


2001-11-21  Mathias Bauer  <mba@openoffice.org>  [0686c39fc21a7adbc4e8658250ae348d97128a71]

#94702#: make sure that window size is initialized properly


2001-11-21  Philipp Lohmann  <pl@openoffice.org>  [ba55136dc7dfaa31821bed92fc6821ead0e43da9]

#94989# use osl_abbreviateSystemPath to shorten file paths


2001-11-21  Rüdiger Timm  <rt@openoffice.org>  [3e1968be593519a64ca6dee8ce73afdddc07b0e8]

new version for SRC641


2001-11-21  Oliver Bolte  <obo@openoffice.org>  [cd59e301c7de9291b0db9357dffeedd48f55ef75]

new version for SRC641


2001-11-20  Philipp Lohmann  <pl@openoffice.org>  [9dad3f5035c65e67da226b9bb5d1f128d2cfe684]

#94988# do not crash on broken storages


2001-11-20  Oliver Bolte  <obo@openoffice.org>  [7b9ae38947cc0ca6b2895cf9c05e3b5528405df3]

#65293# include of unotools.mk needed


2001-11-20  Michael Brauer  <mib@openoffice.org>  [53f181f83eed355af09f741cc91ccc88962a8193]

#86025#: Export of multi byte characters that are not UTF-8


2001-11-20  Jörg Barfurth  <jb@openoffice.org>  [a65af03b6233fa3989cdc5aa95e052c4f3533172]

#91782# Wrong name of SVERSION entry


2001-11-20  Daniel Rentz  <dr@openoffice.org>  [42f7cc89f4e5e4b0e4650f81af08c9340b9fa298]

#94539# Handling of weak characters


2001-11-20  Kai Ahrens  <ka@openoffice.org>  [7859b8536646dc97fa482e4d0a2b6c173d91d759]

#94949#: don't create cache object if extent is too large


2001-11-20  Oliver Bolte  <obo@openoffice.org>  [cce5b1ad552161af45f3a3228856849fb0d6ccc7]

#65293# fixed by PL


2001-11-20  Herbert Duerr  <hdu@openoffice.org>  [f698199320c9a2e9379849d2b14b1f1fa429d21f]

#94375# fix string start bug in HasGlyphs()


2001-11-20  Herbert Duerr  <hdu@openoffice.org>  [8a55e0c95132c57ef0e80817dda5519093e73447]

#94375# fix double length bug in HasGlyphs()


2001-11-19  Oliver Bolte  <obo@openoffice.org>  [1d74f01cde2d77791f435e493e39204ec3c32311]

new version for SRC641


2001-11-19  Philipp Lohmann  <pl@openoffice.org>  [c06e4c8b4ef3d9666535ea9e57f9bab60dc25e4f]

#90822# adjust entry height when settings change


2001-11-19  Christof Pintaske  <cp@openoffice.org>  [300055aa3522c5187e3e23fb3f2d9bb63dab6672]

#94952# positions of non-latin1 truetype glyphs maybe garbage


2001-11-19  Malte Timmermann  <mt@openoffice.org>  [23ded64cb1cf334316ddc85b0886001ba92ac426]

#94921# SetReadOnly: Set WB_READONLY too


2001-11-19  Herbert Duerr  <hdu@openoffice.org>  [57341382b69764cf59c47a27667ab63b7860f343]

#94375# implement OutputDevice::HasGlyphs(...)


2001-11-19  Philipp Lohmann  <pl@openoffice.org>  [641a96ed7a7a660a7b017048ab508332226ade66]

#90822# react on changed settings


2001-11-19  Herbert Duerr  <hdu@openoffice.org>  [d3afd0a01fcb8281a2a36e6db9006c94b6c6d8d2]

#94375# implement FontCharMap::op=


2001-11-19  Carsten Driesner  <cd@openoffice.org>  [0a14de8e8a45e3da02ba52c59ced0e4017ba390d]

#76907# New static function to retrieve build id infos


2001-11-19  Herbert Duerr  <hdu@openoffice.org>  [caef33a33def13bc4a8d37f484f91b5b1ac432e8]

#93033# disable using XRENDER when working with XINERAMA


2001-11-19  Daniel Rentz  <dr@openoffice.org>  [4216c7fc5973d2ef5470b14c9809eba304b85091]

#94539# Support CJK/CTL in table autoformat dialogs


2001-11-19  Daniel Rentz  <dr@openoffice.org>  [70d6ff5ac82078741ecd1fdc80c4b1e900db04ee]

#94539# Support CJK/CTL in table autoformat dialogs


2001-11-16  Oliver Bolte  <obo@openoffice.org>  [da04bcac7503eb8154a69622b5f3b2acb835528c]

Merge SRC638: 16.11.01 - 23:39:28


2001-11-16  Kurt Zenker  <kz@openoffice.org>  [9b3a2e75dbc0ee409bd3a5fcc1208be57057d084]

Merge SRC638: 11/16/01 - 22:14:56


2001-11-16  Kurt Zenker  <kz@openoffice.org>  [37c3e81cecf0ed5802e04115c0b13df044e045c1]

Merge SRC638: 16.11.01 - 22:13:01


2001-11-16  Vladimir Glazounov  <vg@openoffice.org>  [cfb755aef2fb36c17f50d0e2bb26f8372450a3f1]

Merge SRC638: 16.11.01 - 22:12:33


2001-11-16  Kurt Zenker  <kz@openoffice.org>  [94638a42659648617ba985e0e0c49b2b8c3db81d]

Merge SRC638: 16.11.01 - 22:11:19


2001-11-16  Kurt Zenker  <kz@openoffice.org>  [4fddcbee8d1c8c2e46ffeb8ccca3fb0604144def]

Merge SRC638: 11/16/01 - 22:11:32


2001-11-16  Rüdiger Timm  <rt@openoffice.org>  [102da2892ea709bc6b74e3db723cad927fd290c0]

Merge SRC638: 16.11.01 - 22:10:46


2001-11-16  Rüdiger Timm  <rt@openoffice.org>  [8b8d7a810ad721b60a223e5af9127d007748b3d3]

Merge SRC638: 16.11.01 - 22:08:56


2001-11-16  Oliver Bolte  <obo@openoffice.org>  [6842ab0c45a110f0fa0bb5fc16ea971e4fa6f020]

Merge SRC638: 16.11.01 - 22:07:14


2001-11-16  Rüdiger Timm  <rt@openoffice.org>  [db3ccebd804c48d3bf9a4cc1f8215b2974ae32ca]

Merge SRC638: 16.11.01 - 22:06:51


2001-11-16  Kurt Zenker  <kz@openoffice.org>  [3c2f55e1cd03c09b093fe7332731c989f0492ff8]

Merge SRC638: 11/16/01 - 22:07:01


2001-11-16  Kurt Zenker  <kz@openoffice.org>  [e2b6750f30b014d1ea562e9491365a20d8364eff]

Merge SRC638: 16.11.01 - 22:05:25


2001-11-16  Rüdiger Timm  <rt@openoffice.org>  [3de76259a8f165e01fc208ab165132ab65113c20]

Merge SRC638: 16.11.01 - 22:05:22


2001-11-16  Philipp Lohmann  <pl@openoffice.org>  [268452f9a4677b1437dd65f576176b0109e71485]

#94542# use chkfontpath only on Linux


2001-11-16  Sascha Ballach  <sab@openoffice.org>  [57c2e47cb981b6222527f5b0b6a2c271adefcff2]

#94883#; use the sequence as buffer and do not realloc the sequence again and again


2001-11-16  Malte Timmermann  <mt@openoffice.org>  [fa0b2eb7cc0e94f664629c35dfb57ac0920e1e7f]

#94865# Fixed a bug in convertFastPropertyValue


2001-11-16  Philipp Lohmann  <pl@openoffice.org>  [471df26d7bcb456e6e3e7b9997e3839d82c5ee95]

#93639# try to guess a better global vertical advance width


2001-11-16  Philipp Lohmann  <pl@openoffice.org>  [a878509168a15b850edd860842c55756a6cff450]

#93639# take care of strechted rotated characters in vertical writing mode


2001-11-16  Michael Hönnig  <mi@openoffice.org>  [fffaa1d9cd804cdad30473a736d80c590afecfe3]

#93753# dissolving drafts CVS module


2001-11-16  Mathias Bauer  <mba@openoffice.org>  [06bdd0fbb537c9c70bf3735cba119023ba28babc]

#93912#: syntax problem with MSVC++


2001-11-15  Philipp Lohmann  <pl@openoffice.org>  [91a156e71fce35d43a75bb7fc419b1a9887315d0]

#93912# Get/SetWindowState for vcl SystemWindows


2001-11-15  Stephan Schäfer  <ssa@openoffice.org>  [57f67f1178aae5ace8f55cd24aac32eb71eda068]

#94529# improve quick help display


2001-11-15  Philipp Lohmann  <pl@openoffice.org>  [a78cfbd395e90f87d459e1f318d8d1d4beac9e7c]

#94752# handle MappingNotify correctly for status window


2001-11-15  Philipp Lohmann  <pl@openoffice.org>  [b83b03a789984acd64cb2496b9cb2b3cbdb2ba96]

#94748# maximize/minimize for dtwm


2001-11-15  Eike Rathke  <er@openoffice.org>  [bae6b1919ff6b9ec13884dbca9a73230f22f3cc1]

#94609# integrate i18npool


2001-11-15  Andreas Bregas  <ab@openoffice.org>  [f964ffd87bc3a3d45a5047f925153757e588cb8b]

#92172# UCBStorage::OpenStream(): Pass pKey parameter to OpenStream()


2001-11-14  Stephan Schäfer  <ssa@openoffice.org>  [fbb76d3f6e6da87f9e5358a8333506c456a97b50]

#94529# avoid crashing when removing quick help in mouse move


2001-11-14  Hennes Rohling  <hro@openoffice.org>  [8d09f1e24a6cd63776d2de792bb85d12f25b623b]

#91819# Hold one instance of selection clipboard for all windows


2001-11-14  Michael Hönnig  <mi@openoffice.org>  [fe0019f43faa85277e8d0cefdac76efa39aa33bf]

#93753# dissolving drafts cvs module


2001-11-14  Michael Hönnig  <mi@openoffice.org>  [7983171372bb670e4b060155d1599ac900568191]

#93753# dissolving drafts cvs module


2001-11-14  Michael Hönnig  <mi@openoffice.org>  [8881637fec2be2b215d29dfceb1b54f5179303af]

#93753# dissolving drafts cvs module


2001-11-14  Michael Hönnig  <mi@openoffice.org>  [b08b9b2988540454b6a06d32f6c7bcc8019d4d30]

#93753# dissolving drafts cvs module


2001-11-14  Vladimir Glazounov  <vg@openoffice.org>  [487289257124380e586cb5570fedb4d0b1b8077e]

#65293# use temporary variables for gcc


2001-11-14  Eike Rathke  <er@openoffice.org>  [f724fc09c9d56b7c523968315f8576edcb287a0f]

#92049# GetCurrencyEntry: don't try to match symbol only if extension was specified


2001-11-14  Philipp Lohmann  <pl@openoffice.org>  [ae46aff748ff8d80d00aa1d74cd6092f1a458018]

#94657# reset focus to application in Show


2001-11-14  Kurt Zenker  <kz@openoffice.org>  [4bdbd1c16682654baee9b817ab9e24e8549fcca7]

new version for SRC641


2001-11-14  Christof Pintaske  <cp@openoffice.org>  [8f17cb94a5c8c65c8787ff8dec1d0fb4217c8f6e]

#94736# typo: Zcaron instead of zcaron


2001-11-14  Stephan Schäfer  <ssa@openoffice.org>  [4bc48abc4af51150d90b2144d285805b5bd1c01c]

#94529# calc correct decoration size


2001-11-14  Kurt Zenker  <kz@openoffice.org>  [1e8cebde256538a5252e3823a23c0f506b3faead]

i18mpool mustn't depends on itself


2001-11-14  Stephan Schäfer  <ssa@openoffice.org>  [f7dec3bfb1e63b33b41df1b26836815986659bec]

#92632# enable tip help for menues


2001-11-14  Stephan Schäfer  <ssa@openoffice.org>  [2e0da2d2666f5e79e3249a8f36a472dde98784d9]

#94529# avoid flickering of help window


2001-11-14  Christof Pintaske  <cp@openoffice.org>  [a18e18d0aa024bbd09d29438cb45943c874b7900]

#94075# assertion popups may remove uncomplete floating windows


2001-11-13  Oliver Bolte  <obo@openoffice.org>  [275ffc35625cc3c6c9a7bc65dc570ead878ba4e4]

new version for SRC641


2001-11-13  Kurt Zenker  <kz@openoffice.org>  [eff7d09acdfe6693069cd669ea2f417d4dfd828b]

new version for SRC641


2001-11-13  Kurt Zenker  <kz@openoffice.org>  [f2282ecfd0e5b16be3893dc783a290028a623fda]

Merge SRC641: 13.11.01 - 23:49:14


2001-11-13  Kurt Zenker  <kz@openoffice.org>  [afb3d2b2b7f95c68586b34f2bcf7a54e608961f9]

Merge SRC641: 13.11.01 - 22:31:10


2001-11-13  Vladimir Glazounov  <vg@openoffice.org>  [abde1920a431f9e226146fb54a5dbb62459d2cec]

Merge SRC641: 13.11.01 - 22:30:34


2001-11-13  Kurt Zenker  <kz@openoffice.org>  [168ebf46772a897f8cbe751a720edd4b33fb9ccf]

Merge SRC641: 11/13/01 - 22:30:30


2001-11-13  Kurt Zenker  <kz@openoffice.org>  [2b9851f81ac86147b407464893d2084d3e924440]

Merge SRC641: 13.11.01 - 22:21:28


2001-11-13  Nils Fuhrmann  <nf@openoffice.org>  [64a4511d8514458ec989e18d78718a6cb3ac2775]

First version of getsolar. Getsolar is a tool to show product dependencies


2001-11-13  Sven Jacobi  <sj@openoffice.org>  [75de0ab430900e9f41a2cc8c034bea13c8d5c6fa]

#94620# set orrect textencoding for shift_jis and big5


2001-11-13  Mathias Bauer  <mba@openoffice.org>  [3a4b7163ab4c538dc95f543de276e2cf35b5713d]

#92268#: support individually encrypted streams


2001-11-12  Eike Rathke  <er@openoffice.org>  [2eaac7aa46a8e616f43f0b24732457b4ac87a1cf]

#94609# remove from i18n what's present in i18npool


2001-11-12  Rüdiger Timm  <rt@openoffice.org>  [30912f6059c6222da5066dd04d197c9e6dadf750]

new version for SRC650


2001-11-12  Eike Rathke  <er@openoffice.org>  [ffd2ebfa91e4d7a0ec3b07b3d03f59cd41e76f2c]

#94609# remove from i18n what's present in i18npool and integrate i18npool into build


2001-11-12  Eike Rathke  <er@openoffice.org>  [a703764c4142498197f758ca6437ebea93b6a8e2]

#94609# removed svtools/unotools dependency


2001-11-12  Michael Brauer  <mib@openoffice.org>  [1df9c29bc4b3f4ae8f1c64d583cb07716d6e6a96]

#94561#: Chi was missing


2001-11-12  Philipp Lohmann  <pl@openoffice.org>  [cb1ce88e1e37b397468154e4867619b18b9845bc]

#94591# back to screen coordinates because of help text


2001-11-12  Eike Rathke  <er@openoffice.org>  [e7824c78eed79a7fcc149d8f968a9f7ffa70924d]

#84725# add XServiceInfo implementation


2001-11-12  Eike Rathke  <er@openoffice.org>  [0c6e51e88dc5da6d14f5fb605e90e825e9e4da6f]

#84725# Add XServiceInfo implementation; #92924# replace static array of oustrings with char*


2001-11-12  Eike Rathke  <er@openoffice.org>  [47639e83574c9dd4131c6bc92959ad0cf587b850]

#84725# add XServiceInfo implementation


2001-11-12  Eike Rathke  <er@openoffice.org>  [ca05d877ec505cbac85699c4f3f8815fad87bfee]

#84725# fix servicename; #92924# simplify calcDigit()


2001-11-12  gt  <gt@openoffice.org>  [4ac23b85cc89cee91c5e147741ab5d1964ff9187]

#94590# SvtFileView_Impl::GetFolderContent_Impl(): replace Tiltle only, when a translation exists


2001-11-12  Stephan Schäfer  <ssa@openoffice.org>  [167ef40cb31ae8ec7106bb6acfa7dfc3108da2bc]

#94558# prevent out of index access in GetEllipsisString


2001-11-12  Peter Burow  <pb@openoffice.org>  [ba318a61857d675b446d9d30c96fdcb4e688d005]

fix: #90583# dynamic height adjustment


2001-11-12  Peter Burow  <pb@openoffice.org>  [07543d798925c7a08b3cfbc20096eeee7965fa4d]

fix: #90583# better focus rectangle


2001-11-09  Philipp Lohmann  <pl@openoffice.org>  [8cde5aa0364033c1881dbe59438b97d6bf92507c]

#89220# handle toolboxes in different frames correctly


2001-11-09  Christof Pintaske  <cp@openoffice.org>  [cd6ae0a0706f9e7f225c80498badefb725187433]

#87972# set window gravity to position windows correctly


2001-11-09  Michael Brauer  <mib@openoffice.org>  [0e53f603fb2e3c6233d41764b7efc584469dc557]

#94561#: Added missing &Chi;


2001-11-09  Philipp Lohmann  <pl@openoffice.org>  [0647b14e49b4bdef3dbb6701becdc57637bc2553]

#94542# search fonts in font server directories


2001-11-09  Stephan Schäfer  <ssa@openoffice.org>  [e8efb1bb4e1249bbbdeba5efec4072cf3cfd5c13]

#91750 icon cache


2001-11-08  Philipp Lohmann  <pl@openoffice.org>  [b0f39083121d0ab86254371ec2017834c33c9fb9]

#93666# XIM status window improvements


2001-11-08  Kurt Zenker  <kz@openoffice.org>  [ac82c0f4e93508e71e308654e2ff565f1e160077]

new version for SRC641


2001-11-08  Sven Jacobi  <sj@openoffice.org>  [dfb905baa3daad988c61efab39df912b83eca6de]

#93885# accept negative WinExtSize


2001-11-08  Malte Timmermann  <mt@openoffice.org>  [9fcacc15e6ca1d39da52619e2b9a2b87c89e8564]

#94497# use ImplDelData for ClickHdls...


2001-11-08  Oliver Bolte  <obo@openoffice.org>  [d2d4a47d470b6998c932ab37f6adce5efe463673]

#65293# compile err solaris


2001-11-08  Malte Timmermann  <mt@openoffice.org>  [43e1bc9586559b2c89a794f66086d1f8c382fc93]

#94432# When inserting into MRU-Area, call FindEntry with bSearchMRUArea


2001-11-08  Malte Timmermann  <mt@openoffice.org>  [4e92c9e00a27caa7683cc11142a62f75013dfff7]

#93746# Removed FixedCharWidth optimization, doesn't work for CJK (HalfWidth/FullWidth)


2001-11-08  Malte Timmermann  <mt@openoffice.org>  [c83933ff7919a8976b8ad52f997c8bf7cc9137e5]

#93746# GetDefaultFont: Use Language for system fonts


2001-11-08  Stephan Schäfer  <ssa@openoffice.org>  [5a72334117bfb1b3eddf0fd704b59904c49d1fc9]

#94414 check floating windows first when handling wheel messages


2001-11-08  Philipp Lohmann  <pl@openoffice.org>  [c4952d4fbd77af730418f1dd29ab17b12776c530]

#86822# remove old code


2001-11-08  Rüdiger Timm  <rt@openoffice.org>  [a47a105a54fd2e621b190b4d19234d63b4b81359]

new version for SRC641


2001-11-08  Frank Schönheit  <fs@openoffice.org>  [ca4c006133dd68b911b1f5598ad8784fde262d12]

#94455# don't select non-existent cols on double click


2001-11-07  Rüdiger Timm  <rt@openoffice.org>  [3866dd32f2f274f6c9e1b8ab6b08888d428a591b]

Merge SRC641: 07.11.01 - 22:23:05


2001-11-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d079eec6f6042c3dfe1b6a3ee86e5667eb0f1e7f]

#65293# don't use prefix of your own project


2001-11-07  Kay Ramme  <kr@openoffice.org>  [c075fef936832ebc8a3be38b79330d3a62b87a31]

release openGL lib if not needed (#92403#)


2001-11-07  Philipp Lohmann  <pl@openoffice.org>  [04cf73d8a393459c07f2bc3b8e1f1d8c839aee1d]

#94297# error output to stderr


2001-11-07  Philipp Lohmann  <pl@openoffice.org>  [1417d083ed746084029b848ed285fc203587ca6e]

#93606# hide status window during presentation


2001-11-07  Philipp Lohmann  <pl@openoffice.org>  [839e5bc470152e363d10463ec910510d6daececd]

#94439# move IIIMPStatusWindow to MenuButton


2001-11-07  Kai Ahrens  <ka@openoffice.org>  [3d75deded98327eea1151046c6c53a2c6a39ccc8]

#94014#: use drawing flags


2001-11-07  Herbert Duerr  <hdu@openoffice.org>  [ed486f0ab6ade066781eadfc2d433b63ea59b8e7]

#92620# fix floating baseline bug by upgrading to ft-2.0.5


2001-11-07  Frank Schönheit  <fs@openoffice.org>  [296d21d0490c08791c861af719afba37ded47564]

#92098# call the update on the template service only if necessary


2001-11-07  Frank Schönheit  <fs@openoffice.org>  [5605179ae4f089161ddea425928c09b9e21bd3cb]

#92098# +templatefoldercache


2001-11-07  Frank Schönheit  <fs@openoffice.org>  [12262f246d322310c9f94dc3b425d909a1527d36]

initial checkin - helper class for caching the state of OOo's template folders


2001-11-07  Frank Schönheit  <fs@openoffice.org>  [f1a304b955d53473a271e6eb2ac7083e3e2f4bff]

#92098# -UpdateDocumentTemplate_Impl


2001-11-07  Herbert Duerr  <hdu@openoffice.org>  [9e482e11ed5cbf3a5176501d53102da6414397d8]

#94409# prevent the use of embedded bitmaps for rotated fonts


2001-11-07  Malte Timmermann  <mt@openoffice.org>  [8f123364aed4bdd4a4d7d2d2b2f110b83c79efeb]

#92323# SetTopEntry(0), when leaving window in StackMode and deselting all


2001-11-07  Kurt Zenker  <kz@openoffice.org>  [844b0acd5c2acc406574a381be6f95a9874d8440]

new version for SRC650


2001-11-07  Philipp Lohmann  <pl@openoffice.org>  [3e4487669772b859dc11ae4f7c930c19db7a8dad]

#89220# use desktop coordinates to not confuse toolboxes in different frames


2001-11-07  Martin Hollmichel  <mh@openoffice.org>  [cb6a048c0d0cb811a381a109e952cf406c33dc81]

new version for SRC650


2001-11-07  gt  <gt@openoffice.org>  [e8ae388bf5a4a5a94fd810ddc875b05d93b99751]

#94105# clear history after update


2001-11-07  Kurt Zenker  <kz@openoffice.org>  [f069272d50c2fa2c877dc5612f47cdba9a4b8de8]

Merge SRC638: 07.11.01 - 10:50:15


2001-11-07  gt  <gt@openoffice.org>  [60e51c0cbe12fa1eb4942ff868011b651b49a1d0]

#94104# check previous level in open folder for all root URLs


2001-11-07  Stephan Schäfer  <ssa@openoffice.org>  [168d7df925002ad22018440afc6296e230e82572]

#94399 enable autopilot dialogs again....


2001-11-06  Martin Hollmichel  <mh@openoffice.org>  [4365dcc6bcc183ad252c382025848d8305fd3296]

add: header #65293#


2001-11-06  Martin Hollmichel  <mh@openoffice.org>  [b69bd699e1ae7bf0f3a91b531fefcfca62977f04]

add: missing unotypes #65293#


2001-11-06  Martin Hollmichel  <mh@openoffice.org>  [f93152f072dde897eedeef23cce138a69db9db62]

add: missing unotypes #65293#


2001-11-06  Martin Hollmichel  <mh@openoffice.org>  [f440d934e6e8cfc5c24cf0dc479abb9c9678e3c9]

add: missing unotypes #65293#


2001-11-06  Martin Hollmichel  <mh@openoffice.org>  [cd7db9fa00ed26170780ce20dd3afbfa2a1de8bb]

add: missing unotypes #65293#


2001-11-06  Philipp Lohmann  <pl@openoffice.org>  [3c6ab214b838f246523200a6e38dba8424881171]

#91571# remove inappropriate window size reduction


2001-11-06  Christof Pintaske  <cp@openoffice.org>  [6c7ce8b4306c4189ca78c854d13ed4c3d727bc52]

#92868# set ic focus even when member focus window has not changed


2001-11-06  Christof Pintaske  <cp@openoffice.org>  [e08cc6b7d92abec7685a79967df7d2643e100244]

#92898# add Avant Garde Gothic as a replacement for Avant Garde


2001-11-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f818c618864d1cfc48d3a79831e32f683d793f1f]

#94297# add -lip switch


2001-11-06  Sven Jacobi  <sj@openoffice.org>  [f20b45ecaa32dfcd79f4093a3758f477dd2820e4]

#94138# fixed uninitialized variables (RasterOp and ClosePath)


2001-11-06  Sven Jacobi  <sj@openoffice.org>  [2f5342f5e0c9afeb851310c19963bd51f2cff392]

#94138# take care of push/pop flags


2001-11-06  Kurt Zenker  <kz@openoffice.org>  [0dfec9ca13b8580af17774859122a164bc44d5c9]

new version for SRC641


2001-11-06  Malte Timmermann  <mt@openoffice.org>  [44360d439c84d4d12d68dbf0dd7d7d74acb050b3]

#91913# Don't overwrite LongFormat


2001-11-06  Jörg Barfurth  <jb@openoffice.org>  [2829938a875ae2ab444b73b3f037d42cf1d43d7e]

#94360# Locate bootstrap.ini next to executable


2001-11-06  Peter Burow  <pb@openoffice.org>  [dd212969b99c637871db02114847d6fb2fcbf26e]

fix: #90583# focus rectangle bigger


2001-11-06  Peter Burow  <pb@openoffice.org>  [d254b6965a31f8476759f848a6369179e794e34a]

fix: #90583# dialogue more flat


2001-11-06  Philipp Lohmann  <pl@openoffice.org>  [d4600055c13b88c7839200a64b6cd1a3ee1fea4e]

#94297# update helptext


2001-11-06  Philipp Lohmann  <pl@openoffice.org>  [7918637d026d51c53f93a5f16d92a90a0e689a80]

#94297# implement dependency file


2001-11-06  Philipp Lohmann  <pl@openoffice.org>  [f9d11883a0d6f01366ba259efd3cb53c078a7288]

#94297# clear system dependant name list


2001-11-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a0cfa404e8d0c4689bf452c470de91718f4dd7b5]

#94297# use mktemp


2001-11-06  Malte Timmermann  <mt@openoffice.org>  [e809e49dcd62afe2c748f8ae853942ed773cd19d]

#94344# startDrag only if mbClickedInSelection


2001-11-06  Jörg Barfurth  <jb@openoffice.org>  [d6e9ffa1913a32f6deb31ec781c52a701c3792a5]

#94325# Rollback to 1.8; 1.9 is broken for unknown reasons


2001-11-06  Peter Burow  <pb@openoffice.org>  [445939c650da8e2b37ff705e115db522e0eb958f]

fix: #94266# only left mouse button starts edit mode


2001-11-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e3dbc5210ff663f3b755764de5d749f4d881b118]

#94297# syntax


2001-11-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6b34155f2cc9801bdb02ad1dcdc1014df27a2bdc]

#94297# more verbose error message, rename instead of link


2001-11-06  Oliver Bolte  <obo@openoffice.org>  [76b3eef82d28b45f45408082592f915e00e0b0ee]

Merge SRC641: 06.11.01 - 12:19:32


2001-11-06  Stephan Schäfer  <ssa@openoffice.org>  [4e7ccb88fe568ebcd24e3d505e61edf2444155b6]

#92759 read xp menu colors


2001-11-06  Stephan Schäfer  <ssa@openoffice.org>  [2b9b598844064c4ad07e6f2f9c0307878241da79]

#92759 xp detection


2001-11-06  Stephan Schäfer  <ssa@openoffice.org>  [0c2962d3a3a1efad943282c4f1300ebc9030a467]

#92759 xp detection and new SDK defines


2001-11-06  Stephan Schäfer  <ssa@openoffice.org>  [155c633a92f4e8f0923c536b2052d23e37ef00fe]

#92759 support menubar color


2001-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c48d46ec9da0fc127eae02c2706ac44d1975ce4]

#92924#: fix broken array initializer


2001-11-05  Sander Vesik  <svesik@openoffice.org>  [b8de83a6a9b7071e8d085784172da7437ab5e3f7]

Merge from OO638C


2001-11-05  Nils Fuhrmann  <nf@openoffice.org>  [6ea4ff8534fbcf82346ad0ea20584798485b5e4a]

Added mapping of productnames to workspaces


2001-11-05  Kurt Zenker  <kz@openoffice.org>  [77d024b012fd0ba9e88a542da987af2e458c2310]

new version for SRC641


2001-11-05  Kurt Zenker  <kz@openoffice.org>  [30c9f1bd0dffcec14f383ba9e462423913286ca6]

new version for SRC641


2001-11-05  Kurt Zenker  <kz@openoffice.org>  [8d736b9c12867f838a85a395471c9883c113fed9]

new version for SRC641


2001-11-05  Philipp Lohmann  <pl@openoffice.org>  [7cd9583c404f7d6f34d6326e6756be0936ad0aff]

#94297# write multiple .res files in one pass


2001-11-05  Philipp Lohmann  <pl@openoffice.org>  [af38dc726803233bea518ab0b35818a776159c7c]

#94297# removed nonfunctional IRIX define


2001-11-05  Kurt Zenker  <kz@openoffice.org>  [ddefb0e4e30cc1150ff042e4b58b4d640fd62e84]

#65293# include <list>


2001-11-05  Malte Timmermann  <mt@openoffice.org>  [6277417b6b9c052967d944d67380797341ad2450]

#91913# Use ExtDateFieldType...


2001-11-05  Kai Ahrens  <ka@openoffice.org>  [7e7ea5d1b5fe7b63ec12b604885bcf8ebf8abdb3]

#94171#: don't release solar mutex in ::GetAny of TransferableHelper


2001-11-05  Kurt Zenker  <kz@openoffice.org>  [280792a07bab6598e71f79dfa77d94ea1f3b5856]

new version for SRC641


2001-11-05  Nils Fuhrmann  <nf@openoffice.org>  [b0be802cf1b3ed067080c591928131d34a8ecd50]

Added fixed dependencies


2001-11-05  Kurt Zenker  <kz@openoffice.org>  [f39c4bf50aea8e9b29ee3492b12f2547df90f004]

Merge SRC641: 05.11.01 - 12:57:49


2001-11-05  Tino Rachui  <tra@openoffice.org>  [c508c0c0513e7c35a5c98e38b53559a72a4aa551]

#94226#when calculating the mem size for format text or HTML Format we do not include the terminating 0 because we want to return a byte sequence without it, the byte sequence has a length so no terminating 0 is necessary


2001-11-05  Philipp Lohmann  <pl@openoffice.org>  [9d43fec961583e0a23ffdd6d5ec53060d09778ce]

print Xerrors on Ooo


2001-11-02  Kurt Zenker  <kz@openoffice.org>  [19a0e88fd11d0b4085ad410b678d75987cb88387]

Merge SRC641: 02.11.01 - 22:05:26


2001-11-02  Stephan Schäfer  <ssa@openoffice.org>  [f1e2efcf9ee5bb1703326be421b89db7c87d2c3e]

#94235 always regard task bar position


2001-11-02  Stephan Schäfer  <ssa@openoffice.org>  [b3fea7046c2e0185fb7c443bdf98f55a4eb71c21]

#94235 keep default pos of newly created windows


2001-11-02  Mathias Bauer  <mba@openoffice.org>  [d1becb158e293dfa1118d8b3929eeca1ce71a404]

#93535#: some problems with overwriting unpacked storages


2001-11-02  Stephan Bergmann  <sb@openoffice.org>  [31d10a8dc5f7012c536cf729cbfe7d5123a1e7c5]

#90767# Undid unnecessary 86645 HTTP query part modifications.


2001-11-02  Christof Pintaske  <cp@openoffice.org>  [75d689e82f9839c69c17015082819a1a10aaaebd]

#91994# in preedit mode filter cursormovement keyevents


2001-11-02  Philipp Lohmann  <pl@openoffice.org>  [07482d7231ffe878cda122a9c04374c643254dc7]

#94248# do not map float windows in parent's ToTop


2001-11-02  Philipp Lohmann  <pl@openoffice.org>  [2e56b4108838047d0fdf638add9a823bbcf2f08d]

#93613# still more tab changes


2001-11-02  Herbert Duerr  <hdu@openoffice.org>  [74c92529d59d54d1737ed6222287fe46c2f10911]

#88364# do not free fallback font twice


2001-11-02  Philipp Lohmann  <pl@openoffice.org>  [96e84e24738512bae852a254caa1d756309725f3]

#94201# map float frames raised


2001-11-02  Philipp Lohmann  <pl@openoffice.org>  [758277a2ec9c278405d1a13b29cd7486e273875c]

#94203# workaround for broken locales


2001-11-02  Jörg Barfurth  <jb@openoffice.org>  [a6cc710788401bd4b8c9d606a00565bb5b151828]

#91782# Modified bootstrapping to use rtl bootstrap arguments; no more direct profile access; reduced dependency on sversion.ini


2001-11-02  Philipp Lohmann  <pl@openoffice.org>  [dd4e6d00bc8be9a4f0dbd47cae2bc2da53773858]

#93613# tab adjustments


2001-11-02  Malte Timmermann  <mt@openoffice.org>  [0fd76cc3e3b97b26dacb05f38d801f5ab2049290]

#94200# Call base after default action, because button might be destroyed afer Click()


2001-11-01  Kurt Zenker  <kz@openoffice.org>  [8e12810ad9498453509986ed0c1ff976ea088af5]

new version for SRC641


2001-11-01  Rüdiger Timm  <rt@openoffice.org>  [342a1e75c599f1e22659273bfefeedf8d6ca7c5e]

Merge SRC641: 01.11.01 - 23:21:52


2001-11-01  Kurt Zenker  <kz@openoffice.org>  [5f0a005302e4a7b8a890763c3b0959559d87031d]

Merge SRC641: 01.11.01 - 22:31:52


2001-11-01  Kurt Zenker  <kz@openoffice.org>  [028ff5795ee735e8b9b429658c405f2cc8b7fd37]

Merge SRC641: 01.11.01 - 22:27:34


2001-11-01  Philipp Lohmann  <pl@openoffice.org>  [274afe0d4ba5e385f4e8927bb91d41012a9e0d82]

#93614# change fulwidth ascii to ascii in status text


2001-11-01  Philipp Lohmann  <pl@openoffice.org>  [7a71f3feeffe8144ace62efa60d32ba74837334c]

#91690# implement a more sloppy AlwaysOnTop on noncooperative WMs to prevent feedback problem


2001-11-01  Philipp Lohmann  <pl@openoffice.org>  [4efaa480ce6e29c6c8d56c300bd8423ae69e4e80]

#90760# remove obsolete VCL variable


2001-11-01  Mathias Bauer  <mba@openoffice.org>  [2598b2513fcdd4ca6bf83abbad53f7e41ee68998]

#94008#: lock documents


2001-11-01  Stephan Schäfer  <ssa@openoffice.org>  [5bc74f31f84f6adf78cfd2b0b9be262a14dd1c17]

#92220 correct coordinate comparison in hit test


2001-11-01  Kurt Zenker  <kz@openoffice.org>  [27fe1d4c0855251ef21273a8351cbb23e43dd83c]

new version for SRC641


2001-11-01  Christof Pintaske  <cp@openoffice.org>  [903d2ac9bcb0519e12f5e8751236afdb4bfb2a97]

#93629# create a font once and refer to it in draw text


2001-11-01  Herbert Duerr  <hdu@openoffice.org>  [ebc75e63692f33c521764a397196f40a6f808604]

#88364# handle bad fonts more gracefully


2001-11-01  Stephan Schäfer  <ssa@openoffice.org>  [05332b621d80c069180f270144275c51ffa9d801]

#88020# unless WB_NOBORDER is speicified, dialogs get a border window to enable menu bars


2001-11-01  Kurt Zenker  <kz@openoffice.org>  [42aab4a96fde37c2d64bf4394ca0219af4e1ded8]

new version for SRC641


2001-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f05ecdbf756c5790868bf8c793b22d05dc4d5b0]

#65293#: includes


2001-11-01  Nils Fuhrmann  <nf@openoffice.org>  [e504584d53762f5ff2081c838ab5fe46e795ec88]

Chnaged communication for multithreaded send


2001-11-01  Sascha Ballach  <sab@openoffice.org>  [14e35ff84826e394637007f87fa336053c007d83]

#92553#; use only one sequence and don't create every time a new one. The sequence is filled until it's full then write out and fill again


2001-11-01  Peter Burow  <pb@openoffice.org>  [4bbb4997c71a4abef0323e7d2c6cfb0efa71f7af]

fix: #94143# support for temp path


2001-11-01  Philipp Lohmann  <pl@openoffice.org>  [edd650e704668cdfea9889835525873a983fe461]

#78526# fixed HandleReparentEvent, improved SetWindowState


2001-11-01  Stephan Schäfer  <ssa@openoffice.org>  [e5d04c67c380b0da9722132dcd153b371cea5b07]

#94123 avoid focus change which would close the menue


2001-11-01  Malte Timmermann  <mt@openoffice.org>  [5ea617b67d873ed969ec8806c03cdc51514659a9]

#94073# createWindow: Lock SolarMutex


2001-11-01  Andreas Schlüns  <as@openoffice.org>  [860ebaaead077487a1a45082ffe36d7c3292b6c9]

#78526# don't use temp. view entry during reading! write directly ...


2001-11-01  Stephan Schäfer  <ssa@openoffice.org>  [d693dd6359ca79f13795ff346e26c8520812eed3]

#78526 SetWindowState changes defpos flag now


2001-11-01  Oliver Specht  <os@openoffice.org>  [af9e25c845abdef1bcf7e9e7d329ea8d31c2aae3]

#93972# DeltaLang entries removed


2001-10-31  Kurt Zenker  <kz@openoffice.org>  [e5ec66fa7eea4684481375da01e637f852078bd1]

Merge SRC641: 31.10.01 - 22:36:56


2001-10-31  Kurt Zenker  <kz@openoffice.org>  [04732930471615d6429732e0259bf71dc0cf7d76]

Merge SRC641: 31.10.01 - 22:28:26


2001-10-31  Kurt Zenker  <kz@openoffice.org>  [4c0e83a5f12ad3bfd2d4de0ec7d1d02cfc3bde87]

Merge SRC641: 31.10.01 - 22:26:06


2001-10-31  Stephan Schäfer  <ssa@openoffice.org>  [255bbb889914323d33755ae0a9cd1c4f7e59f4a6]

#93856 kill popups on move/resize


2001-10-31  Stephan Schäfer  <ssa@openoffice.org>  [129289fbfee8761c71e956e87f891a95b80430b9]

#93856 kill popups on move/resize


2001-10-31  Stephan Schäfer  <ssa@openoffice.org>  [c3210f5969401f0841a6bb6f21d26e1c0b94b741]

#93856 grab focus


2001-10-31  Stephan Schäfer  <ssa@openoffice.org>  [30565c78c4fb9e17df81a4297f4e26c3afb158a2]

#93856 listbox as system window


2001-10-31  Philipp Lohmann  <pl@openoffice.org>  [a22600378653ba387ffd7848ef2570a21d6c49f6]

#93856# float hit test with reference frame


2001-10-31  Philipp Lohmann  <pl@openoffice.org>  [3524fed95a99da81da5dd4092fd85286a5e4cfb0]

#94109# do not access hash_multimap members that are not there


2001-10-31  Stephan Schäfer  <ssa@openoffice.org>  [1b4a54130f9bb3340d52063a592bb57b4f182631]

#89519# correct winbit handling for float windows


2001-10-31  Stephan Schäfer  <ssa@openoffice.org>  [94ac6136fbcc4eaa977905a2c0322c97430d5f79]

#89519# help windows not always on top


2001-10-31  Andreas Schlüns  <as@openoffice.org>  [95453eb1a977a2d7c99d24a3cf36f7779b5d77b1]

#94060# disable debug logging of call frequency


2001-10-31  Nils Fuhrmann  <nf@openoffice.org>  [50bbbbbdcf0f9283608b378cadd7097ff3d602d9]

Added abthread.hxx


2001-10-31  Dirk Völzke  <dv@openoffice.org>  [4046187ff5f887112feb828afa1b620452051663]

#94046# Added: Set/GetLeftMargin()


2001-10-31  Malte Timmermann  <mt@openoffice.org>  [13e00c5e5c4847d210cdcbc54111a9c9bcb6d14c]

#91616# Call clickhdl BEFORE doing the default action


2001-10-31  Malte Timmermann  <mt@openoffice.org>  [719fe106219d99d859eedba6b3fd3635015b0257]

#90545# Preparation for translated strings...


2001-10-31  Frank Schönheit  <fs@openoffice.org>  [f8e6bb904c03ae1767f8887ab192f8bfbac7be01]

#88924# deliver pickerhistory.hxx instead of folderpicker.hxx


2001-10-31  Frank Schönheit  <fs@openoffice.org>  [b01e038d96b443c7c1d6750f4add4e6769532100]

#88924# +pickerhistory


2001-10-31  Frank Schönheit  <fs@openoffice.org>  [0ec28567d6edfb79f0d4db832e35521bd40fcc9a]

initial checkin - accessing the history of folder/file picker instances


2001-10-31  Michael Brauer  <mib@openoffice.org>  [954d1de3a48c35377228479e0773a32f33c6a8c7]

#93906#: Import entities longer than 6 chars


2001-10-30  Stephan Schäfer  <ssa@openoffice.org>  [183efb0890fa055ab7c049aac6c515a776424ce4]

#93851# float windows updated correctly


2001-10-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [70e11c0d4fdcaa38dff77df4c67ef08216c1952b]

#92924#: rename for gcc3


2001-10-30  Frank Schönheit  <fs@openoffice.org>  [6c224c19652edbd94bd1c7e94a6d9e5e98519575]

#93793# allow for multi-selection when opening a context menu


2001-10-30  Philipp Lohmann  <pl@openoffice.org>  [3d98d66c6a1169a714e6e5a2eabae4508e81cad4]

#92408# SalFrame::Geometry changes


2001-10-30  Philipp Lohmann  <pl@openoffice.org>  [afcb16b405d2cdd1e35fd606a181501e3c69daf7]

#92408# set WM_LOCALE_NAME, setWM_NAME and WM_ICON_NAME as COMPUND_TEXT, if necessary, SalFrame::Geometry changes


2001-10-30  Kurt Zenker  <kz@openoffice.org>  [c5f2c21d01088a790ec4fd30d993bc85675e9733]

new version for SRC641


2001-10-30  Kurt Zenker  <kz@openoffice.org>  [988773716177bf86caa8a5dada268c7259054d29]

new version for SRC641


2001-10-30  Stephan Schäfer  <ssa@openoffice.org>  [c8889746d2da9e16117da43992db70c4672b9de1]

#89519# calc correct decoration size


2001-10-30  Stephan Schäfer  <ssa@openoffice.org>  [eb567694008f9f091f35b6626d9c34ba7df841ab]

#93882# optimize quick help positioning


2001-10-30  Stephan Schäfer  <ssa@openoffice.org>  [698988f0c945e6c74ac5fea24483e958470d70f3]

#89519# system window rework


2001-10-30  Stephan Schäfer  <ssa@openoffice.org>  [a5b4aa4f47a6687c07cb88aa563632b56e44e99f]

#89519# new method GetWindowExtentsRelative


2001-10-29  Philipp Lohmann  <pl@openoffice.org>  [3dc2010d7e30a1d0b82cae2f3756666d6e9755f3]

#93895# transform coordinates to float window if necessary


2001-10-29  Philipp Lohmann  <pl@openoffice.org>  [9bf72f4073ddc6c7b6958ee6bbf44578953de865]

#93895# disable edit timer on context menu


2001-10-29  Christof Pintaske  <cp@openoffice.org>  [3d046e6b7179b1b347d8f6ed2b9ad71c98eb4bb7]

#93871# initialize border pixel for fancy Sun XServer


2001-10-29  Stephan Schäfer  <ssa@openoffice.org>  [ea798896ca6c107f706da477cbea70edb4c76fc7]

#93882 quickhelp window is system window


2001-10-29  Rüdiger Timm  <rt@openoffice.org>  [6cdc88684b777fc5753cde402c34d4b97347c78a]

new version for SRC641


2001-10-29  Malte Timmermann  <mt@openoffice.org>  [001a93f12833fc7b2aabe8ca767365f87d6b9489]

#91616# Click(): Do default action when Hdl is set, but Button also has a ComponentInterface


2001-10-29  Oliver Bolte  <obo@openoffice.org>  [f56e6ef1a162cfc35a28081461af72472b5b3e9f]

#65293# linux parse error


2001-10-29  Stephan Schäfer  <ssa@openoffice.org>  [2f173bc4599368ac1d0ec7fb4be20e379c64e06c]

#93882 quickhelp window is system window


2001-10-29  Ocke Janssen  <oj@openoffice.org>  [bcef324a90815999b98ae02313c1f04678d8974c]

#93888# impl new method to cancel pending edit


2001-10-29  Malte Timmermann  <mt@openoffice.org>  [880bcf34c72798fdd29b09ec51993f8ca498fa40]

#92220# Smoother scrolling...


2001-10-29  gt  <gt@openoffice.org>  [9670377cef60986d578a55d29f726023d1a54a09]

#93862# when translating names, ignore '.nametranslation.table' in file list


2001-10-29  jp  <jp@openoffice.org>  [f430dc7c815430b73a05786758c13e1b78eae522]

Bug #93603#: FileList now also in Move allowed


2001-10-29  Herbert Duerr  <hdu@openoffice.org>  [6625b00174afd7711db0a69708b0c225cf909ea0]

#93662# improve behaviour on bad fonts


2001-10-29  Herbert Duerr  <hdu@openoffice.org>  [a19520f29645962ba769c082618ca0829c515665]

#93662# do not substitute StarSymbol with MS font, second try


2001-10-29  Philipp Lohmann  <pl@openoffice.org>  [0e6e6f01ea2074069a17e8b53f8fee5a456d01de]

#92820# changed Bereits bearbeitet -> Fortschritt


2001-10-29  Peter Burow  <pb@openoffice.org>  [b8ac0cfc17a2c2d66cdb725bf6d2852b55e789a4]

fix: #93835# use SvFileInformationManager if necessary


2001-10-26  Philipp Lohmann  <pl@openoffice.org>  [4bb59728658a5b2af201e215f93543d28f3b6e7b]

#90511# capture mouse hack is now in unix dependent part


2001-10-26  Herbert Duerr  <hdu@openoffice.org>  [cd40cd64dea4e079f634e10b63c13df318c208d4]

#93662# do not substitute StarSymbol with MS font


2001-10-25  Kurt Zenker  <kz@openoffice.org>  [ba30bcb0c1f3209dee1b5fb9a527c7a9b117a92e]

Merge SRC641: 25.10.01 - 22:24:31


2001-10-25  Philipp Lohmann  <pl@openoffice.org>  [0681e09d80ffacf82caa6cff9d6b89b94ca37f7e]

#93804# #i1947# survice keyboards without a name


2001-10-25  Christof Pintaske  <cp@openoffice.org>  [59c732a593816ad7169ef258d73ab88db036f2f7]

#93803# check for xlfd conformance


2001-10-25  Kurt Zenker  <kz@openoffice.org>  [3d3772dfeaf6390f1bc3bf901d7db601bf534911]

new version for SRC641


2001-10-25  Kurt Zenker  <kz@openoffice.org>  [3e94ab2c3e3fb08520e62f39a01db81b54e45748]

new version for SRC641


2001-10-25  Kurt Zenker  <kz@openoffice.org>  [3ffe7a397d35849fd3ae603e9c0b501df09ff486]

new version for SRC641


2001-10-25  Philipp Lohmann  <pl@openoffice.org>  [7bc2e4a5f978dc83244edbcc8aceaa8cd97127d5]

#93546# transient behaviour of Dtwm is now set by installation


2001-10-25  Malte Timmermann  <mt@openoffice.org>  [75671dfa75cd74bc64879cdbd52a00a34ca5837f]

#92906# Call StartTracking before Select()


2001-10-25  Philipp Lohmann  <pl@openoffice.org>  [dd6f55d4d829886b6fdc0516a561c83c2ce121e4]

#93613# TAB adjustment


2001-10-25  Malte Timmermann  <mt@openoffice.org>  [c0a601c16da8f9b08b5d1bb24f2e4468d5f70c86]

#92853# Support HelpText property


2001-10-25  Philipp Lohmann  <pl@openoffice.org>  [edba9882f8fd004656f115c65de8ebb20328e27b]

#93613# implement TAB


2001-10-24  Kurt Zenker  <kz@openoffice.org>  [c0c5eaf935b2ed6c2afb0a599fe85b35ebb7e5eb]

Merge SRC641: 24.10.01 - 22:25:33


2001-10-24  jp  <jp@openoffice.org>  [d218e54994829100f3d67aee658db29c368f557b]

Task #88180#: add missing cppu type detection


2001-10-24  Philipp Lohmann  <pl@openoffice.org>  [9124f4a5154f412c49622127fe426866a1f18ec7]

#92403# remove Xt from office


2001-10-24  Sven Jacobi  <sj@openoffice.org>  [80df56e39740c0e907e7e1554112a871fae37b20]

#93602# better display of placeholder if no preview is available


2001-10-24  Philipp Lohmann  <pl@openoffice.org>  [88261962008e0262cb17fb07400be745b279d1a3]

#92403# remove Xt/Xm from office


2001-10-24  Stephan Bergmann  <sb@openoffice.org>  [9908485d7149c33dda5799405cc2533326174f68]

#92924# Fixed exception forward declarations.


2001-10-24  Malte Timmermann  <mt@openoffice.org>  [8af79a4f8fb743130d3f7f2a4530b9852892c4d7]

#92555# Autocomplete - Don't reset TopEntry when substring not found...


2001-10-24  Malte Timmermann  <mt@openoffice.org>  [7557cdb556e8a80514d4d8a8c28311bddb6a3297]

#92323# Some fixes for the StackMode


2001-10-24  Philipp Lohmann  <pl@openoffice.org>  [551be2311dd9e1c3cf270b06ba2bdc0e9df48c45]

#89519# compile problem with gcc


2001-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c395911f83a530fbcffa1b39335f4234fac345d]

#92924#: gcc-3.0.1 needs lvalue


2001-10-24  Malte Timmermann  <mt@openoffice.org>  [6ceb502d87f24824f5d5a2df94467b3cc5701998]

#86061# Fixed Bug with LineCount and big ListBoxes...


2001-10-24  Nils Fuhrmann  <nf@openoffice.org>  [46c0f8c84164cc27186560d676954264d68b0d32]

Added functionality GetGlobalIni()


2001-10-24  Stephan Schäfer  <ssa@openoffice.org>  [ae6ccb34050c6ec8103e14cd570a36ff55fe18aa]

#89519# Systemwindow rework


2001-10-24  Peter Burow  <pb@openoffice.org>  [bf250c0c2b34ae8b9efe0dec21d81c50dd8e0465]

fix: #93681# unique id for helpagent


2001-10-24  Stephan Schäfer  <ssa@openoffice.org>  [4b3d3564230cb857f1588e9946959950394bfe69]

#89519# Systemwindow rework


2001-10-24  Kai Sommerfeld  <kso@openoffice.org>  [1c6464f1857228ee7d7561040659f8c117ca07a5]

#92937# - Added TARGETTYPE=GUI


2001-10-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3845f8f9467bd5df75eae8301ef88026b9ea50d]

#92924#: gcc-3.0.1 needs lvalue


2001-10-23  Malte Timmermann  <mt@openoffice.org>  [62e93a847acf60738bce80c6ef456fe488f05082]

#92076# D&D cleanups...


2001-10-23  Malte Timmermann  <mt@openoffice.org>  [3afd3dfc0ab058cbccb45365298f988f64ef5908]

#92076# D&D cleanups...


2001-10-23  Ocke Janssen  <oj@openoffice.org>  [4de3b44324c9552307f6532026bc67ccc15efcea]

#93566# new method which return the available bytes before end


2001-10-23  Carsten Driesner  <cd@openoffice.org>  [53f09373c80f49edbbb295bc66fd384ecce0465c]

#88782# Don't show deselected components in file new menu


2001-10-22  Kurt Zenker  <kz@openoffice.org>  [6410bf299af770f2565de251475b20d60eeffb63]

new version for SRC641


2001-10-22  Oliver Bolte  <obo@openoffice.org>  [df1a9cb6ed33e2bff34979e4338ae8c73eba3dbf]

new version for SRC641


2001-10-22  Oliver Bolte  <obo@openoffice.org>  [55239f8a9704f21f180691896a774e1cc6e1990a]

new version for SRC641


2001-10-22  Michael Brauer  <mib@openoffice.org>  [46f3083d41d2298f731aa8803c91f4bbcc52d265]

#85184# HTML4 entities


2001-10-22  Stephan Bergmann  <sb@openoffice.org>  [f1473870ca1ef0a9da1f4f84047027a47c1b9cd7]

#93494# Beware of throwing removeContentEventListener().


2001-10-22  Philipp Lohmann  <pl@openoffice.org>  [4acca3784e65b627e4e5448fc7098142694ba0da]

#93279# fix const


2001-10-22  Kurt Zenker  <kz@openoffice.org>  [9ffd62137235d92310ad029064d3f67a240dd0ad]

Merge SRC641: 22.10.01 - 08:12:56


2001-10-19  Kurt Zenker  <kz@openoffice.org>  [f4f6b79e19779238e3f1f86ac728156612fe0d1e]

Merge SRC641: 19.10.01 - 22:53:44


2001-10-19  Kurt Zenker  <kz@openoffice.org>  [b6ad19c41d95be6efe41239112a0c7c02c3557cb]

Merge SRC641: 19.10.01 - 22:46:57


2001-10-19  Kurt Zenker  <kz@openoffice.org>  [25cfebf84c406166b355bc985853f98c42ccae15]

Merge SRC641: 10/19/01 - 22:44:20


2001-10-19  Kurt Zenker  <kz@openoffice.org>  [cb3711dea8176c6da9d9f861b2c6a8b7153eb884]

Merge SRC641: 19.10.01 - 22:39:51


2001-10-19  Kurt Zenker  <kz@openoffice.org>  [b20fd665dc7db7a83d0bc0b86257120985c285b7]

new version for SRC641


2001-10-19  Sven Jacobi  <sj@openoffice.org>  [4e7f65aa20149b0fe9bb2f7371eb941f044b1de3]

#93526# check is object is in range before deleting it, added assertions for some not implemented meta actions


2001-10-19  Hennes Rohling  <hro@openoffice.org>  [98c0c5f3646197fe74bb902380d09bca70ee2576]

#92637# Use generic clipboard service to emulate primary selection on Windows platforms


2001-10-19  gt  <gt@openoffice.org>  [981ec3618c0c7b2787eaff63ed7f9b7a1938dfcc]

#87691# folder name translation and doc title as file name


2001-10-19  Thomas Benisch  <tbe@openoffice.org>  [a736400c8e12dd06ba66d0b99e83a37b83ab73e6]

#91616# Call of the Help from an autopilot's help button does not work


2001-10-19  Philipp Lohmann  <pl@openoffice.org>  [df9927e96b01dab76361b261c71544133496d4d8]

#93279# make session management functional again


2001-10-19  Eike Rathke  <er@openoffice.org>  [fc9cf6c909614b9c699fb6807cfd361c5131aeec]

#90890# FallBackToGregorianCalendar if EraID of other calendar is undefined 'Dummy'


2001-10-19  Frank Schönheit  <fs@openoffice.org>  [ec5d3edefc5d1a72ef39a763ce2c88c625a3cfa6]

#93467# +Set/IsPrettyPrinting


2001-10-19  Nils Fuhrmann  <nf@openoffice.org>  [611448721ddd73734dc13690727c21979083e9a0]

Fix: #92807#


2001-10-19  Kurt Zenker  <kz@openoffice.org>  [0108baf8b1e0a20a21a1f7516eb5396af97430ad]

new version for SRC641


2001-10-19  Andreas Schlüns  <as@openoffice.org>  [0b740c597c6602d577fc606e264e7d1a33f77887]

#92162#, #93355# new compact view format; write-trough-cache


2001-10-18  Kurt Zenker  <kz@openoffice.org>  [49528a9c429f7553ccb6bf0a249764d47789d481]

new version for SRC641


2001-10-18  Nils Fuhrmann  <nf@openoffice.org>  [c49d15f56ba762fa9ffeb416d9287369a1e7d539]

Hack: Ignore project which are not relevant for SO or OOo


2001-10-18  Kai Ahrens  <ka@openoffice.org>  [9a6c288345861fcca8992bc76ebd3ecf73f8f207]

#88566#: rework for JAVA datatransfer


2001-10-18  Stephan Schäfer  <ssa@openoffice.org>  [f9b88bf0b7fa820461e93c8b8edcfbe96c6fb22e]

#93174 do not send sync in quit, client will not count either


2001-10-18  Kai Ahrens  <ka@openoffice.org>  [d912d50afb584b7b1020411397473bc2fb42aea7]

#88566#: rework for JAVA datatransfer


2001-10-18  Sven Jacobi  <sj@openoffice.org>  [bcd6ff4a0e586888b5a3f2743c2492251dbaa201]

#i964# improved clipregion handling ( now supporting also SetClipRgn( NULL )


2001-10-18  Ocke Janssen  <oj@openoffice.org>  [365e3ee820e870075e56a4a66ed0137ea0e7c6ad]

#93229# new struct for MixEqual


2001-10-18  Armin Weiss  <aw@openoffice.org>  [eb1e0438b0b939800d28b5cc65334eb3f76c3d5d]

#93184# corrected color calculation for phong


2001-10-18  Oliver Braun  <obr@openoffice.org>  [d6e38da20836df346f0de27d623f65cadcdb451a]

#91907# set appropriate icon size for GNOME panel


2001-10-18  Oliver Braun  <obr@openoffice.org>  [9ef8a52ca66787d2278f5197a020fc961a363188]

#91907# fill icon pixmaps with border (pl)


2001-10-18  Kurt Zenker  <kz@openoffice.org>  [8aa1ba47a918adb0df34b813b0d42005de725296]

Merge SRC641: 10/18/01 - 09:35:33


2001-10-17  Kurt Zenker  <kz@openoffice.org>  [20e2daf7881e9c92449b9f7e81c950b5c9b8d15a]

Merge SRC641: 17.10.01 - 22:40:26


2001-10-17  Kurt Zenker  <kz@openoffice.org>  [1243ff15786eefec50aafa8189ccde4d46baf00f]

Merge SRC641: 10/17/01 - 22:38:10


2001-10-17  Vladimir Glazounov  <vg@openoffice.org>  [f8ca70a46927d82669772d2c6c71fbaf0be9c473]

Merge SRC641: 17.10.01 - 22:32:43


2001-10-17  Rüdiger Timm  <rt@openoffice.org>  [5938a4006f4c67266407750155b8931a6dce2c8c]

Merge SRC641: 17.10.01 - 22:31:05


2001-10-17  Philipp Lohmann  <pl@openoffice.org>  [8a66087a88422f7022e3ba363dbef8853c917e24]

#91690# implement always on top for status window on noncooperative WMs


2001-10-17  Martin Hollmichel  <mh@openoffice.org>  [013751f98ff8d2c511a358b2a3d8f16a9df1e9e0]

del: old stuff


2001-10-17  Philipp Lohmann  <pl@openoffice.org>  [59b38b19caed3a1b2bb8aa0e876c1469dabfc2a7]

#93396# check if reset focus frame still exists


2001-10-17  Martin Hollmichel  <mh@openoffice.org>  [4f3f308699c9dbbfe9bd80013abfde2e6a38cc72]

fix: too much deleted


2001-10-17  Martin Hollmichel  <mh@openoffice.org>  [8c775af355b389ee8694522058224e110987b10c]

del: segment.h


2001-10-17  Martin Hollmichel  <mh@openoffice.org>  [6ff6934824583f3ffeb8d3cfcecaf329e2eda82f]

del: old segmentc.h


2001-10-17  Martin Hollmichel  <mh@openoffice.org>  [3bacb2a3c40f6de37d29f32290d53449ae38ce91]

del: header


2001-10-17  Philipp Lohmann  <pl@openoffice.org>  [19770d5f3666be988fd4af9ce8fecf9d581a0cb6]

#93268# ugly hack to allow dialogues on top of presentation window


2001-10-17  Kurt Zenker  <kz@openoffice.org>  [9d73fca61c7d214e037920c15e9f9f1963630e25]

#93355# comment the read procedure (hack from AS)


2001-10-17  jp  <jp@openoffice.org>  [3691a732622dbbc2c793fb89dc6dc021b6bf9866]

Task #88180#: add new method for detect if a folder exist


2001-10-17  Martin Hollmichel  <mh@openoffice.org>  [14f2c0a051fe49c80e038ebb65c08ea92e0dd37d]

chg: n tmpnam_r on all unix's #i1081


2001-10-17  Nils Fuhrmann  <nf@openoffice.org>  [5c28b3da39f69e22b229f67cfbd1105cee05c5bd]

remove 0x0A in case of XML format


2001-10-17  Rüdiger Timm  <rt@openoffice.org>  [9662b40791eaeebda0910eae1ac4d59103786d59]

new version for SRC641


2001-10-17  Martin Hollmichel  <mh@openoffice.org>  [ba36bf0599dfcc9b1eb11a8bc8dbe2d97bcadbef]

chg: ambig. string compare


2001-10-17  Malte Timmermann  <mt@openoffice.org>  [bba9a99a03e5cdc3bc0bf3fcedbceab1c4f2a9da]

#91616# PushButtonType


2001-10-17  Stephan Bergmann  <sb@openoffice.org>  [ee54654efa5b38b8cb7f2fe4884c611f53b93a30]

#92585# convertAbsToRel() no longer accepts non-URIs (file system notation, www.xxx.yyy, etc.).


2001-10-17  Carsten Driesner  <cd@openoffice.org>  [085a07cbc931af69f421d47722b4df337a402098]

#85600# catch IllegalArgumentException when doing seek operation


2001-10-16  Philipp Lohmann  <pl@openoffice.org>  [9a540a3774c027c6fcb8fc4e58d4f7a7a1950bf0]

#93264# INetURLObject changed behaviour


2001-10-16  Philipp Lohmann  <pl@openoffice.org>  [5ae8ca6b78f8ed765b766d12589aa197c7bf8020]

#93145# adobe name -> unicode, unicode -> adobe name, unicode -> adobe code, adobe code -> unicode are not bijective


2001-10-16  Martin Gallwey  <mtg@openoffice.org>  [8aeea70dd19e982e3724ef61c6acc122b7f57884]

#93202# set type correctly


2001-10-16  Philipp Lohmann  <pl@openoffice.org>  [1fafef83d504ef26b12193b15de4f7cf19f6ce8c]

#92188# get correct foreign top


2001-10-16  Nils Fuhrmann  <nf@openoffice.org>  [ef875f40b9afc1e2b8fcf61eeaa18f53316dc462]

Removed static sal library, linking inport library


2001-10-16  Eike Rathke  <er@openoffice.org>  [3a4b4e6c5c275de226f25a55dcfc7602d7f7ea16]

#93239# FinalScan: last dash of more than two dashes in dashed currency format is literal minus sign


2001-10-16  Eike Rathke  <er@openoffice.org>  [4b2668f404afe04e22bd04b3a170ae30b9e902e4]

#93239# ImpGetNumberOutput: eliminate '-' of -0.0


2001-10-16  Martin Hollmichel  <mh@openoffice.org>  [30a4a930e0b55c8f108f593e7c05dcc845e72dbf]

new version for SRC641


2001-10-16  Martin Hollmichel  <mh@openoffice.org>  [1e50e306ae704f8b9e592c860d4754f28b588a99]

new version for SRC641


2001-10-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [2101025d8a52a9e710fb308473e38325faf9fc76]

#65293#: clean up


2001-10-16  Frank Schönheit  <fs@openoffice.org>  [cf311022de4add7357659acb61263a263f412723]

#92158# ConcatData: correctly respect the m_bHierarchical flag of the scheme when creating the absolute path


2001-10-16  Martin Hollmichel  <mh@openoffice.org>  [a47858a43e4e945de66003243f7d87afcd9f6c95]

del: old define


2001-10-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [de0064949527b44cf3ae2e85a576d2b0823b4933]

#87136# correct changes


2001-10-15  Armin Weiss  <aw@openoffice.org>  [f861362a1026cf505a1c6be64f178165111917bb]

#93136# since #92030# uses bOutline flag now as indication if the filled object is to be drawn, it MUST be initialized now.


2001-10-15  Nils Fuhrmann  <nf@openoffice.org>  [0abbce918606b68d4a35f5583fbd7b393ec98aae]

Removed warnings


2001-10-15  Nils Fuhrmann  <nf@openoffice.org>  [de129239ec2f619a52a19b894d846e8e9147a149]

Fixes: return value in all control pathes of ConvertLineEnds


2001-10-15  Stephan Bergmann  <sb@openoffice.org>  [8a7e4f9ba8ea2198c26fbcb71966e9343ed6b4d8]

#93159# Adapted to fixed rtl::OUStringBuffer::operator =().


2001-10-15  Malte Timmermann  <mt@openoffice.org>  [34430f1cbb78062234737d124f287af52525212c]

#89914# set/getProperty()


2001-10-15  Michael Brauer  <mib@openoffice.org>  [2a6541924388c7a8d5c4fd2c147a977228d9ff8d]

#86025#: use of text converter for conversion to unicode


2001-10-15  Michael Brauer  <mib@openoffice.org>  [b1f95b92c3b74aafcc11468bf937fd00e663b21e]

#86025#: use of text converter for conversion to unicode


2001-10-15  Stephan Schäfer  <ssa@openoffice.org>  [41aa25d6d45964beda955e01004abac1709cb500]

#92580 printeradmin icon


2001-10-15  Matthias Huetsch  <mhu@openoffice.org>  [325f4a482e11125fc6b124b4d56c65a305864aae]

#92552# Adapted to use rtl memory management.


2001-10-12  Kurt Zenker  <kz@openoffice.org>  [5aa0872f0a65ab7a69d7b397deb49056384d9242]

Merge SRC641: 13.10.01 - 00:05:37


2001-10-12  Rüdiger Timm  <rt@openoffice.org>  [1ce7b4936a119f663fdd31dfe0905ccc601cf77f]

Merge SRC641: 12.10.01 - 22:35:15


2001-10-12  Kurt Zenker  <kz@openoffice.org>  [d10a60d13bd47965a559d51e2853c5df27df68bb]

Merge SRC641: 12.10.01 - 22:29:56


2001-10-12  Vladimir Glazounov  <vg@openoffice.org>  [0d290da7f63d1b062e02dd79ad232d0af171ba47]

Merge SRC641: 12.10.01 - 22:26:02


2001-10-12  Kurt Zenker  <kz@openoffice.org>  [366f63de313e8f2f38296dd7062b78901732ba26]

Merge SRC641: 12.10.01 - 22:24:23


2001-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [13fe04c48bcadb7a160adda73d7ae7da3430de25]

#92830#: required change: std::min()/std::max()


2001-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [9aeee4430a2cd3b00223db0fc0b7246837b497ab]

#92830#: required change: std::min()/std::max()


2001-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [139d9a46a5f6f6bac9a9c046d590e2256c18ea92]

#92830#: required change: std::min()/std::max()


2001-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad0ae1eef2ed16ca473d9cbe293d5afaa1784e1c]

#92830#: required change: std::min()/std::max()


2001-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [970fe63e0d31b373b59a08619299fa3fad5bdbe3]

#92830#: required change: std::min()/std::max()


2001-10-12  Mathias Bauer  <mba@openoffice.org>  [2e35721847510c6f9e3e2967d2a68f2bc96ef250]

#92756#: wrong pathes in webtop


2001-10-12  Mathias Bauer  <mba@openoffice.org>  [9c6ece52134e35788eb7c02831d2605cf44698e5]

#92756#: wrong pathes in webtop


2001-10-12  Oliver Bolte  <obo@openoffice.org>  [5763c9388aee9a0dea024da6a1f24d1e749b1aff]

new version for SRC641


2001-10-12  Kurt Zenker  <kz@openoffice.org>  [2962e941fa857e67e0c1625edf4870d178fab53b]

new version for SRC641


2001-10-12  Frank Schönheit  <fs@openoffice.org>  [7fe9a4e6cbf63520f60945a0fca7733ddfd3736f]

#88924# deliver folderpicker.hxx


2001-10-12  Andreas Schlüns  <as@openoffice.org>  [a636e1b270a32b6eae0e25846c946567eefd00cc]

#92162# perform viewoptions


2001-10-12  gt  <gt@openoffice.org>  [49970eaae4b100e87ee9a118ea0b9f132c206e84]

#92162# must change SvtViewOptions


2001-10-12  Malte Timmermann  <mt@openoffice.org>  [d9d0a641873989666cbe0b08606de062f1716428]

#89914# BASEPROPERTY_SCALEIMAGE


2001-10-12  Malte Timmermann  <mt@openoffice.org>  [df99ed972b52f39d31ceba2d1d5ea100e070eabe]

#89914# ScaleImage


2001-10-12  Sven Jacobi  <sj@openoffice.org>  [d2a073e748403b9640be1ab1fd361e5080f709d3]

#93083# solved performance problem


2001-10-12  Mathias Bauer  <mba@openoffice.org>  [23f94acc6f5ee4ecf6ef08d8a034489cbdb5544c]

#89054#: avoid using package component if storage is not there


2001-10-12  Philipp Lohmann  <pl@openoffice.org>  [135600a72b77d141a83ff5bcf6c02d4907821a30]

#93105# correct transient hint for unmapped parent frames


2001-10-11  Philipp Lohmann  <pl@openoffice.org>  [db262b8454d7f34812ec7750503e7b5160c739e6]

#92036# do not try to change stacking order on WMs that do not need that


2001-10-11  Jörg Budischewski  <jbu@openoffice.org>  [0ab582390bd0a03b57be65b2d1adcaff845a3a98]

#92165# outputdevice is now set at graphics, before getdevfontlist is called


2001-10-11  Malte Timmermann  <mt@openoffice.org>  [96c2d932ae8328ccb5c954f47eade769c48cb329]

#88465# Keep Text in UnoEditControl, maybe there is no Text Property!


2001-10-11  Malte Timmermann  <mt@openoffice.org>  [8d649646f116203a72124aa2c9c5dfabd4a1f838]

#88465# Keep Text in UnoEditControl, maybe there is no Text Property!


2001-10-11  Herbert Duerr  <hdu@openoffice.org>  [3f653a106f7380a80b9db29296c8d2f94d103b0e]

#92957# fix for GetGlyphOutline worst case


2001-10-11  Malte Timmermann  <mt@openoffice.org>  [7edae0e8815a40074100bb834bd4342587241493]

#88465# ImplHasProperty( nId )


2001-10-11  Christof Pintaske  <cp@openoffice.org>  [0e873bd21568fe1a098becca109871118f24387b]

#92649# create a dependecy to nas (network audio sound) for libaudio


2001-10-11  Daniel Boelzle  <dbo@openoffice.org>  [eb695945c824af02c1d29814777434938b950c5a]

#93054# fixed implementation names


2001-10-11  Kurt Zenker  <kz@openoffice.org>  [718aeaf506740b76c93bcf5119c4339e362a5dbb]

new version for SRC641


2001-10-11  Vladimir Glazounov  <vg@openoffice.org>  [bed75910957aa54c725a1ac75771acb34c359075]

#65293# removed wrong applicat.rdb referece


2001-10-11  Rüdiger Timm  <rt@openoffice.org>  [c03351632b5cc9fcbc3ac62714fcb3cc9bbc32e7]

new version for SRC641


2001-10-11  Mathias Bauer  <mba@openoffice.org>  [4d98353bda1f0ab1c9c7c61f191e7d7e31cb3016]

#92510#: avoid element not loaded exception


2001-10-10  Philipp Lohmann  <pl@openoffice.org>  [a035500430a2fac9b41e86351a6b067e0c76124c]

#92188# evaluate more focus events in plugin case


2001-10-10  Matthias Huetsch  <mhu@openoffice.org>  [307239ab2d6558f836b48a259ca7c7039d1b817f]

#90353# Fixed invalid memory allocation function mix (mpEncodingInfo, mpList).


2001-10-10  Herbert Duerr  <hdu@openoffice.org>  [383b950c22fbc543bf39e333a5a503d1d2704d72]

#92745# updated performance warning message


2001-10-10  Tino Rachui  <tra@openoffice.org>  [42ff477a352a66aab16d2dba4164a3e4e985ed93]

#92840#now searching for <BODY only in TextHtmlToHTMLFormat because the body tag may contain parameters


2001-10-10  Herbert Duerr  <hdu@openoffice.org>  [0c1162f8d1d1030683f23c45c92e40ae193a3168]

#92745# use libXrender.so.1 instead of libXrender.so


2001-10-10  Malte Timmermann  <mt@openoffice.org>  [c4e0d941cb727a21537c7aae454e1fbf1587f065]

#92138# mouseMoved - ClickCount is always 0


2001-10-10  Malte Timmermann  <mt@openoffice.org>  [1466ea0193cec3978e36171e72c58fd567615345]

#92803# Copy/Paste: Use Clipboard, not Selection!


2001-10-10  Philipp Lohmann  <pl@openoffice.org>  [5ffc95f772180264c97607fab8c1281ad0c144f4]

#90692# go mad for accelerators, cvs header cleanup


2001-10-10  Christof Pintaske  <cp@openoffice.org>  [6f2553cd93c15331c8498a087edfb65a86e0a36f]

#92898# sheffield is by far not metric compatible with century gothic


2001-10-10  Mathias Bauer  <mba@openoffice.org>  [4162709d6f59a75c611b37f3295fdbf9a52a15c2]

#92756#: don't use LocalFileHelper to convert URLs, because file UCP uses PathOptions by itself ( through SpecialConfigManager service )


2001-10-10  jp  <jp@openoffice.org>  [1a869f22c9243c8c3ccc3cfa6687f9efc98186e6]

Bug #92930#: GetINetBookmark - ask if format is available, GetString: don't copy last zero character into the string


2001-10-10  Andreas Schlüns  <as@openoffice.org>  [555343b9a6ea9825d70af16492ae6b01f6071f2f]

#91925# initialize member mbNoIcon!


2001-10-09  Oliver Braun  <obr@openoffice.org>  [917e40e05a001b9793b39c0e9fe4a218fbbd79aa]

#92876# only dispatch dnd events when input is enabled


2001-10-09  Malte Timmermann  <mt@openoffice.org>  [0b02fa8f49a8e7587c99bffdf2f4ce67e323a211]

#92228# ScrollMenues, LastVisibleEntry...


2001-10-09  Sven Jacobi  <sj@openoffice.org>  [9853ae8f33aba7e08a76e94001c8d81e5fe2d875]

#92773# some strings aren't allowed to be translated


2001-10-09  Malte Timmermann  <mt@openoffice.org>  [0c3be06be8c31f86a17c0cdcc5d8301cec8873e5]

#91553# ComboBox AutoComplete - prefer  case matching entry...


2001-10-09  Carsten Driesner  <cd@openoffice.org>  [f58209164f1bd0f0f415e272d80755d263b02e1e]

#92884# check uno service manager reference before use


2001-10-09  Sven Jacobi  <sj@openoffice.org>  [25ce773aca6be3cbe638262945e8f35bfe32f35f]

#92859# now also setting the prefsize


2001-10-08  Rüdiger Timm  <rt@openoffice.org>  [d22c81eb0776e99d9bf3182d7be30361d946a1de]

new version for SRC641


2001-10-08  Rüdiger Timm  <rt@openoffice.org>  [052b33d09174fc2f6a9c42d9d053fd92f5c71b97]

new version for SRC641


2001-10-08  Sven Jacobi  <sj@openoffice.org>  [00bced2d581fc8d3feaf66dff1a0248057acdf40]

#92767# color conversion hasn't been done


2001-10-08  Philipp Lohmann  <pl@openoffice.org>  [128341f1dbc87b026119b09775e94efb447434ee]

#92634# removed fvwm2 worakround since it hurts on other WMs


2001-10-08  Christof Pintaske  <cp@openoffice.org>  [737b7e9cf07f373a0be387b87fee18c2337e522f]

#92847# corrected file url handling


2001-10-08  Stephan Bergmann  <sb@openoffice.org>  [530f068c0acca449bf12f084353565d84d0e86e4]

#90000# Added dependency on drafts project.


2001-10-08  Stephan Bergmann  <sb@openoffice.org>  [95c7f35e0145fcd41ed2876bf3a4a8afd504420e]

#90000# Generate necessary idl headers.


2001-10-08  Stephan Bergmann  <sb@openoffice.org>  [c1a38cf0e1ac844562e9c1becc1f7e7c74d42447]

#90000# More sophisticated getAbbreviated.


2001-10-08  Sven Jacobi  <sj@openoffice.org>  [ec7d18434d51594ee57133bac56e6df619e1e5ad]

#92789# now reading the correct key name


2001-10-08  Philipp Lohmann  <pl@openoffice.org>  [5a925c764521b05e89e2a5417e1d4154d0049a56]

#92820# added missing translation


2001-10-08  Carsten Driesner  <cd@openoffice.org>  [01e3c058f8074d6fefa719da38d7ddf20eb26735]

#92530# don't use break iterator if service is not available


2001-10-05  Christof Pintaske  <cp@openoffice.org>  [585d6d9996d7a0e6c38ddae8f7beeb45b2163c5b]

#92647# change HY MyeongJo Light -> HY MyeongJo Light K


2001-10-04  Martin Hollmichel  <mh@openoffice.org>  [280d0aecbd2f8a93dcadb10a24c369ca92ac3f71]

add: abort on errors with error code #1


2001-10-04  Eike Rathke  <er@openoffice.org>  [77b7e580d8ee2f10ea77cd88ad1fabb6ef9d25d2]

#91470# ImpGenerateCL: better message if formatindex dupe test fails


2001-10-02  Kurt Zenker  <kz@openoffice.org>  [85f4c4748c90f4e2cf0f04e99d27bd539617b3bb]

new version for SRC641


2001-10-02  Kurt Zenker  <kz@openoffice.org>  [04bb72e557bf3b98db2795918ec728a9c05d21c9]

new version for SRC641


2001-10-02  Kurt Zenker  <kz@openoffice.org>  [dd04f42a85723a2f9fb2116efe58bb42ae9ecfe9]

new version for SRC641


2001-10-02  Martin Hollmichel  <mh@openoffice.org>  [9f0b9b87c10454a7c6b35d4aa55b6b793889a034]

#i1219# fix for unxirxm


2001-10-02  Martin Hollmichel  <mh@openoffice.org>  [cbe183494cbdd98b8a23b98e4ece2184ffa0f688]

#i1219# fix for unxirxm


2001-10-02  Rüdiger Timm  <rt@openoffice.org>  [d410cf310eb161743b4b3b7dea28b511cbd9b49c]

new version for SRC641


2001-10-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d2d2725bb70d86f75efd401c1130cb4cd9cae0b]

#65293#: gcc-3.0.1 needs lvalue


2001-10-01  Sven Jacobi  <sj@openoffice.org>  [30da6bd2254f062a1bd87d52d71b36e738357006]

#92623# do not try to read bitmaps which width or height is zero


2001-10-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [35a13f99360a9b8ad5852e15b8dea6f2d1281c91]

#65293#: gcc-3.0.1 needs lvalue


2001-10-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [c376b01449ac39bca527bcf3e4ba66fa72a02285]

#65293#: gcc-3.0.1 needs lvalue


2001-10-01  Rüdiger Timm  <rt@openoffice.org>  [566a3b829ee7ec89119dd1fbce09bf18eb33c77b]

#65293# svdem needs to be linked against CPPUHELPERLIB and COMPHELPERLIB


2001-10-01  Kurt Zenker  <kz@openoffice.org>  [53ebfea547f00de6f00d31b52271e2e63d1f3f40]

new version for SRC641


2001-09-28  Kurt Zenker  <kz@openoffice.org>  [7285f04f9d2a3c7881539db17c00cb85903bb999]

new version for SRC641


2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [1402fec2cb4c751d560c977645da59269b04086f]

#65293#: exception specifications


2001-09-28  Martin Gallwey  <mtg@openoffice.org>  [bb77ca91de9ad06023e0c4152b7c7ab769e85f5f]

#92549# throw IllegalArgumentException for illegal seek paramaters


2001-09-28  gt  <gt@openoffice.org>  [655fe15a293303677b982560ab37adc0d76ce2a6]

#91305# SvImpLBox::KeyInput(): pass RETURN if not handled


2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4acfe1989a40506c56421d38957486ec408f950f]

#65293#: gcc-3.0.1 needs lvalue


2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b4e11684b09b974b3c3e31b68297842409ea1c1]

#65293#: includes


2001-09-28  Carsten Driesner  <cd@openoffice.org>  [e4f45a4a14b0df049f28511b694821ba1bfe36d4]

#65293# solaris compilers has problems with nested statement


2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c029eee5728ba7e0be0cda8bf7c01832f6216a9]

#65293#: exception specifications


2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [16c04acad0a14e77e4b8c681847255e3161168a0]

#65293#: gcc-3.0.1. needs lvalue


2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d790036f7708350ffdf3044ff204c89845b30e0d]

#65293#: std::min/std::max


2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bda5d3ec6e13b284c5cc352b35ad91a40700c1c]

#65293#: exception specifications


2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [afae4379a030f92e6d621ed69746b8bd92d06c6f]

#65293#: exception specifications


2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3276cac65937d8553c9d62cee34a729941b1c1f]

#65293#: std::min/std::max


2001-09-28  Peter Burow  <pb@openoffice.org>  [1aebb968c0591b218b0edc0438114410591eb819]

fix: #91670# read filelist from stream fixed


2001-09-28  Tino Rachui  <tra@openoffice.org>  [8b3486ebdfdea88141c77ff3d68df27fd14c6175]

*** empty log message ***


2001-09-28  Tino Rachui  <tra@openoffice.org>  [31e5385f40ac39a7bf330658b58cfee0535d2fb8]

#92343#added mutex to safe inter-thread-access to m_pCurrentClipContent


2001-09-28  Jörg Barfurth  <jb@openoffice.org>  [5aab667367e9562d31fa2bbd77f16c5a581db3ee]

#91283# Fixed problem in non-pro build


2001-09-28  gt  <gt@openoffice.org>  [02d395146febc66f9c20ed6f7d87e09629495171]

#91954# #92541# seperate border for each window and correct pos for splitwindow


2001-09-28  Kai Ahrens  <ka@openoffice.org>  [3d64c8397f9aaab142cb2c28fcc3122bb7e6bb87]

#92523#: send drag event with release flag set


2001-09-28  Kurt Zenker  <kz@openoffice.org>  [48437e13ccb21ac77a9597c8ab553e779c6f09c5]

new version for SRC641


2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c85c4a7511e8848187a7457821fa5b2abef41f87]

#65293#: gcc-3.0.1. needs lvalue


2001-09-28  Oliver Specht  <os@openoffice.org>  [640ef1f186231e4cc03d0d4e46ab2d732b359598]

#92544# ::Notify implemented


2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [94df04e14fb91dcf26498b3733daee6a4a98cc4b]

#65293#: exception specifications


2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b1c9868374723a6d772d94dfb1916ca87562aec]

#65293#: exception specifications


2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ed2aba24a9cae88b46081b71d17eea247a23c44]

#65293#: exception specifications


2001-09-28  Sven Jacobi  <sj@openoffice.org>  [fee3a8ec9771de625b0b31e1e2a284c2d92958fd]

#92501# improved mapping, also save/restore transformation matrix


2001-09-27  Kurt Zenker  <kz@openoffice.org>  [277e830186793554f3db85d948b8c1faedf69469]

Merge SRC641: 27.09.01 - 22:18:57


2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3965ddfc07a11574968c64568309ce75a702ff1e]

#65293#: adapted to new bootstrap


2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [59f23fa5ca8aaa7a518ce37bd5845c29dfe8dd01]

#65293#: gcc-3.0.1 needs lvalue


2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f2cba7a8b55f21795cd52d97ba9de60d1cfbaab]

#65293#: exception specifications; gcc-3.0.1 needs lvalue


2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2ae4334d8ab7858a45f72a8fd88134302af60d7]

#65293#: std::min/std::max


2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f57e0552f32d5564cd848b5e369ffede5818101]

#65293#: std::min


2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ba390cd90266b59919e99e42091c4cbd3eaf7de]

#65293#: gcc-3.0.1 needs lvalue


2001-09-27  Malte Timmermann  <mt@openoffice.org>  [7c30d3216c6027affa34e9ef383782133761e9c6]

#92322# SetTopEntry: Call Update() before changing mnTop


2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb600e9fde85a9ed187ce5583523f5bc7780dd36]

#65293#: exception specifications


2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [620d33d032b8b9cb2728444da88092fd7fd558e0]

#65293#: fix operator=()


2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c123c58e25b4a4c0bdd8ae70f82e4dba5a0b799a]

#65293#: gcc-3.0.1 needs lvalue


2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5c491c7376c14f72bca3641a596f282edd56233]

#65293#: std::min/std::max


2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3925d9966398c884d532b3fec1ae3da4f7bb52ee]

#65293#: cast


2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c5d9e95966d3fdf9135f6b29affcb851923cfd5]

#65293#: gcc-3.0.1. needs lvalue


2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [577658426fda1130f665227899f1b420aecf8403]

#65293#: includes


2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a5650294a623bcf72f1868ed58616f07dc01ab6]

#65293#: gcc-3.0.1 needs lvalue


2001-09-27  Kurt Zenker  <kz@openoffice.org>  [324e8fb7d7ca49d903847105bf3096921aa98f3a]

new version for SRC641


2001-09-27  Kurt Zenker  <kz@openoffice.org>  [c20d135cde4dfe4dc54528c1318ef7a050276171]

new version for SRC641


2001-09-27  Kurt Zenker  <kz@openoffice.org>  [a970adf5843a030743f5b32e93e03b1db71db406]

new version for SRC641


2001-09-27  Kurt Zenker  <kz@openoffice.org>  [40e00adc69115cc14f74d16f4172b84c43781c87]

new version for SRC641


2001-09-27  Christof Pintaske  <cp@openoffice.org>  [82e9af5cb51886d98585437b2cc4debbfe7500ff]

#92515# search network and client installation for font and printer configuration


2001-09-27  Oliver Specht  <os@openoffice.org>  [9e8b4c2527d861c86000ffc91c0c254a2db8453e]

#62832# feature: printing changes document modified state


2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d49dbd7b8e2cf84155c5c2918c7e890faa5224e3]

#65293#: includes


2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d65a385439b16c844a68a15919dccbcbfbfa96e1]

#65293#: exception specifications


2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a96785cc5842562a670a2c1bb6ef6cb61d29be6]

#65293#: includes


2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f2ffb4f23590dfe82c6905f7e800780ae546e47]

#65293#: exception specifications


2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3b716a1e916c431f19a4aef5cf9fbdc4a04cd90]

#65293#: exception specifications


2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [95ea41ecaec03e09a82360931bec33f571fb8a6d]

#65293#: includes


2001-09-27  Mathias Bauer  <mba@openoffice.org>  [691f8cfaa3a009bdbf73febed0fa9c76d19d8ede]

#92021#: Init missing


2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bb54353bec77b9d44569d854ff29acce145c776]

#65293#: includes


2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b55f9ca5353f15683a673eb3c2713c7901b5f4b]

#65293#: exception specifications


2001-09-27  Kai Ahrens  <ka@openoffice.org>  [282894c928bd98a216854f2fc47722c8f1b0049c]

#92498# added static format name methods


2001-09-27  Andreas Schlüns  <as@openoffice.org>  [f7a900916770a70ee84da04fc3086682007a857a]

#92242# commit realy changed properties only


2001-09-26  Kurt Zenker  <kz@openoffice.org>  [bf199f4086e390a8423900a3e730bdd2bcd02259]

Merge SRC638: 26.09.01 - 23:04:32


2001-09-26  Kurt Zenker  <kz@openoffice.org>  [012f878e21b97f18c5256dc704766ceb33967c5e]

Merge SRC638: 26.09.01 - 22:05:11


2001-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c854e9fd2ee407b663abcf4ae02078ba0148cdc6]

#65293#: #undef min


2001-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8187e61fe4c52c68816916d4891c41977290625a]

#65293#: workaround compiler bug gcc-3.0.1


2001-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [34df8d205749ccf4cd9169366a8e527dae87f2d9]

#65293#: includes


2001-09-26  Dirk Grobler  <dg@openoffice.org>  [01a10f38fec77d25d7d9e9be406841d2b713149a]

#92427# remove TF_CFGDATA


2001-09-26  Oliver Specht  <os@openoffice.org>  [547d4c891b6894a97c6df75932099236f36c6f7c]

#62832# last change removed


2001-09-26  Oliver Specht  <os@openoffice.org>  [d3acbe51364ce2ae2d53dbb221fd447cd4a60875]

#62832# feature: printing modifies document


2001-09-26  Sander Vesik  <svesik@openoffice.org>  [84c5709162b650ec38ec64c9d80107f90f9e99a3]

Merge from 1.1.12.1 to HEAD


2001-09-26  Kai Ahrens  <ka@openoffice.org>  [6d45ed8a51d4029608120287fede6b4ae51b797c]

#92412#: implementation


2001-09-26  Kai Ahrens  <ka@openoffice.org>  [83319deb2bc57308bd3e02d3ef4fd68c3ffc95d3]

#92412#: added g2g binary


2001-09-26  Kai Ahrens  <ka@openoffice.org>  [ac3f5f007b509b12473b3a0db6073b31c64d5de5]

#92412#: added g2g.cxx


2001-09-26  Kai Ahrens  <ka@openoffice.org>  [19fc0509024e6a71908a13a753e5fb40b124e95b]

#92412#: initial revision


2001-09-25  Kurt Zenker  <kz@openoffice.org>  [7dfcfe934488e8b8d4899403c4d4e34ad472cf0f]

Merge SRC641: 25.09.01 - 23:06:27


2001-09-25  Oliver Bolte  <obo@openoffice.org>  [aad5ebfc8024f4cb1601049157877a08e0f08ce7]

Merge SRC641: 25.09.01 - 22:56:53


2001-09-25  Kurt Zenker  <kz@openoffice.org>  [d973d5dd1b2983854c6b17751c1294f86693f537]

new version for SRC641


2001-09-25  Kurt Zenker  <kz@openoffice.org>  [a6f9acbd4a1b2975dd80a085cc4c8768a72e8acc]

new version for SRC641


2001-09-25  Kai Ahrens  <ka@openoffice.org>  [93cd2a160552c57cb8f52f9289e977297bd1d9aa]

#92412#: don't use path options if config is not used


2001-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8fa81dbbb8efd073a1a40104c2f16e956d935db2]

new version for SRC641


2001-09-25  Hennes Rohling  <hro@openoffice.org>  [326d6130e620c754aaaf1ee6dcb7dacdd4b6a86f]

#92406# Remove TF_FILEURL


2001-09-25  Kurt Zenker  <kz@openoffice.org>  [3a8ee565741f94862667f183e4b06fbaa4109f5d]

new version for SRC641


2001-09-25  Jörg Barfurth  <jb@openoffice.org>  [0d4b4e4b304b875a7ad4191766d819789f140e91]

#91283# Added an overloaded version of Bootstrap::checkBootstrapStatus that returns a failure code


2001-09-25  Kai Ahrens  <ka@openoffice.org>  [c0de9458dee98a545dfda43a3a6384548016d6b2]

added support for JAVA strings


2001-09-24  Kurt Zenker  <kz@openoffice.org>  [a5576152186d806e8159f345c4b6de2551c06104]

Merge SRC641: 24.09.01 - 22:13:00


2001-09-24  Frank Schönheit  <fs@openoffice.org>  [99235057438e2b71360c0d16b528d4dab19462c4]

#92247# 'override' IsDropFormatSupported


2001-09-24  Frank Schönheit  <fs@openoffice.org>  [487cd635a444fd1aeea0847046f9574bc7fb6ad1]

#92181# smarter default handling for m_pOwnFormatter


2001-09-24  Kurt Zenker  <kz@openoffice.org>  [402344396590f19d93c6deff8792ff73318efd59]

new version for SRC641


2001-09-24  Kurt Zenker  <kz@openoffice.org>  [f0d0c544a5e0b5efc691e729db4ee33cc0da354e]

new version for SRC641


2001-09-24  Herbert Duerr  <hdu@openoffice.org>  [d0da0cc66b3786558d12088dd33d1292440c6af2]

#90548# fix memory leak when using encoding recoder


2001-09-24  Oliver Braun  <obr@openoffice.org>  [2692837ff5122710c3ce6e5abeacbf8993bc9ca2]

#91689# Increment/DecrementLockCount


2001-09-21  Kurt Zenker  <kz@openoffice.org>  [eea4aaad553624f009a869e955d22b92953b38d7]

Merge SRC641: 21.09.01 - 22:19:01


2001-09-21  Kurt Zenker  <kz@openoffice.org>  [d8ae55d2b9f18a94667694806f77c9218033812d]

Merge SRC641: 21.09.01 - 22:12:35


2001-09-21  Sven Jacobi  <sj@openoffice.org>  [ff083bb9120b992ca8eb8ba1e914f77eae45d36c]

#92115# correct bitmap import even if placeable boundrect wasn't set


2001-09-21  Christof Pintaske  <cp@openoffice.org>  [72a8f767e24f6835cf4380938736b5ba5993a765]

#91101# provide names for left function block keys on Sun keyboard


2001-09-20  Nils Fuhrmann  <nf@openoffice.org>  [e1c88818e6c1051d6a73ff7ddbe59c63bf3336de]

Remove write protection before file IO


2001-09-20  Nils Fuhrmann  <nf@openoffice.org>  [c1f81a6f4ff31695a51146806529fac0cb50d5cd]

Added error link


2001-09-20  Nils Fuhrmann  <nf@openoffice.org>  [5c81570c9fbd55251798aa994ec64794502a73b7]

Multiple fixes for dependency handling


2001-09-20  Thomas Benisch  <tbe@openoffice.org>  [2020d9c76153c4f277a827d7ad8c73255c8bdedf]

#92181# xml im-/export for com.sun.star.awt.UnoControlFormattedFieldModel


2001-09-19  Mathias Bauer  <mba@openoffice.org>  [3cd269084e179ac8faefa3b0413e4f2e86042637]

#62832#: configuration access for new property


2001-09-19  Mathias Bauer  <mba@openoffice.org>  [7cd512662c1d49ac34d12eb805de9f14bd36aa8b]

#92264#: unit. variable


2001-09-19  Mathias Bauer  <mba@openoffice.org>  [bebd9a0f0841a0ad5ea7bb4464d595069526a97f]

#62832#: user may want his document unmodified by printing


2001-09-19  Herbert Duerr  <hdu@openoffice.org>  [8d3b6d20912d4bc87f6e079cb5f4711f9d52f255]

#90548# fix printing bug for TTF-fonts using idRangeOffset in CMAP


2001-09-19  Mathias Bauer  <mba@openoffice.org>  [ad9f0af9bb45d624b82342ce02556f33ecde4428]

#90517#: support for locking errors


2001-09-19  Mathias Bauer  <mba@openoffice.org>  [058460975a4c337d5ca8423aaef71f2464ab6f83]

#91405#: branch avoided


2001-09-19  Mathias Bauer  <mba@openoffice.org>  [8e18f959186a090db4aa3b1e863cde2f487bab23]

#91405#: UnsupportedDataSinkException shouldn't set ACESSDENIED


2001-09-18  Herbert Duerr  <hdu@openoffice.org>  [efa8e8983c60412ba5436ed2992dbc5ede2d053b]

#90548# allow non-unicode encoded fonts


2001-09-18  Frank Schönheit  <fs@openoffice.org>  [af23f0ddc12397a074c984fd742ef634102a61bc]

#91894# +UNOSTRINGPAIR


2001-09-18  Peter Burow  <pb@openoffice.org>  [fe991f235f7144dcb1cef170a7c9a4ad1b856f57]

fix: #92208# another bitmap for print button


2001-09-18  Peter Burow  <pb@openoffice.org>  [77b6b9d3f8a6007dfd867288a3012689d2b406b2]

fix: #92207# #92208# enable print button correctly


2001-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [468fc3f8245eaf2c8614dc5253a687d53cb58c12]

#65293#: added -lXext


2001-09-18  Kai Ahrens  <ka@openoffice.org>  [57d60155c467cee861de1b98fc8fc66fc987d85d]

#91981#: expand gradient rect to avoid missing lines on lower and right edge


2001-09-18  Vladimir Glazounov  <vg@openoffice.org>  [1a36d820ae143a1af72d8196bd59523f69b555ec]

#65293# switched off optimization for soli


2001-09-18  Vladimir Glazounov  <vg@openoffice.org>  [a1a37e2927ca49b02fc31140d495c0bca3722085]

#65293# added missing include


2001-09-18  Peter Burow  <pb@openoffice.org>  [b2749dace413e40441f2f4dc6cb7259b4b1761d5]

fix: #87544# PreNotify() removed


2001-09-17  Kurt Zenker  <kz@openoffice.org>  [8912aab7a5481b01a9f0dcf84fc29a66ac1137bf]

new version for SRC641


2001-09-17  Kurt Zenker  <kz@openoffice.org>  [db6d96616d61044713f6df1ddfe5ab5c426b861b]

new version for SRC641


2001-09-17  Kurt Zenker  <kz@openoffice.org>  [b9c18ed7c87e085ac71481e1b7f31d0725c54561]

new version for SRC641


2001-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3273df5ed66ea7fc024c2b6d2d4f6d5111b6b3f5]

#92123# TARGETTYPE is GUI


2001-09-17  Kai Ahrens  <ka@openoffice.org>  [9441825a7e57cbab58d92ce0a28c856deb6d1aa3]

#i1543#: don't use initialize flag, check id instead


2001-09-17  Stephan Schäfer  <ssa@openoffice.org>  [034d46640a0ba6df5777c353457de1ba70366939]

#89519# GetDesktopRectPixel depends on platform


2001-09-17  Thomas Benisch  <tbe@openoffice.org>  [2a802bb61080157ae52264fae86ffe6ecc6e657a]

#92177# GPF when inserting a formatted field control with the dialog editor


2001-09-17  Dirk Völzke  <dv@openoffice.org>  [348f23501bd088fddde91744ad699fbaccd88ddf]

#91303# use the last write date when the creation date isn't set


2001-09-16  Bustamam Harun  <bustamam@openoffice.org>  [cabadde14949f7055da36227967022d76c290214]

Add License


2001-09-14  gt  <gt@openoffice.org>  [58f7cab5c0a2c458c191110c5d703b7e117a9bf3]

#91316# Treelistbox: additional functionality with RETURN and LEFT/RIGHT


2001-09-14  Oliver Specht  <os@openoffice.org>  [d2f88ee5b0a8d5ba89ebd648c8cd7e3542ec898c]

#74208# enable display of border distance


2001-09-14  Philipp Lohmann  <pl@openoffice.org>  [3fdb3bf9b914819edee5ac71c0e18d2281af2ee0]

#89519# get work area


2001-09-14  Jörg Barfurth  <jb@openoffice.org>  [82ab14c8b7bc22deb4469062a41898787db6ad6a]

#91782# Remove obsolete bootstrap functions


2001-09-14  Philipp Lohmann  <pl@openoffice.org>  [936a8fa653c79091d966b4d9076042a58f14f312]

#92155# get printer path from configuration


2001-09-14  Mathias Bauer  <mba@openoffice.org>  [a188dff3ccca9e93b6f9cd1fde061de11a820193]

#85600#: support for PostCommanArgument2


2001-09-14  ok  <ok@openoffice.org>  [6a515bb8296bd8816d3c567d99af4fd58e9a25d0]

fix: #76122#


2001-09-14  Philipp Lohmann  <pl@openoffice.org>  [8f41c8c6e6d7b6f82320cb1c0d59711999abfad7]

#90845# use collation service to sort paths


2001-09-13  Philipp Lohmann  <pl@openoffice.org>  [4b5b8a28ba971f7afd6875ecb824190410094917]

#90314# remove old path dialogue


2001-09-13  Philipp Lohmann  <pl@openoffice.org>  [9aff0f69e7dfb025c64b2d796f6b687202e7cc9a]

#90314# remove obsolete VclFileDialog


2001-09-13  Philipp Lohmann  <pl@openoffice.org>  [29329739fcc2d2fb524271afbaaa21c3ccc5032d]

#90314# remove obsolete VclFileDialog references


2001-09-13  Mathias Bauer  <mba@openoffice.org>  [cc461a3625b838c2a49efe2e2d77b85b5775b69c]

#89485#: allow GetImage without returning default image


2001-09-13  Philipp Lohmann  <pl@openoffice.org>  [96e2c23227fbce2ceb14842c52086beb53be2fa8]

#90314# get rid of old file dialogues


2001-09-13  Philipp Lohmann  <pl@openoffice.org>  [e5290cd2afb8b6a19d3be5432b0b4139045ca02d]

#91962# move window back into screen in SetWindowState if necessary


2001-09-13  Oliver Specht  <os@openoffice.org>  [fbbf1c609925a7a3739ee70304334fa79c4034f6]

#92021# assertion in ::disposing removed


2001-09-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [92d30ea2b886ae4920c20194acac20624bfa014b]

#92123# user32.lib in defalut libs for CUI


2001-09-12  gt  <gt@openoffice.org>  [cbc7915bcd4d3bb82533f5bbc4637c75ae372fc1]

#90429# Window instead of HeaderBar to add space for icons


2001-09-12  jp  <jp@openoffice.org>  [edabb5ef930fb70d5bc0fc9d49c722b8473fe5a9]

Bug #I1522#: _GetNextToken - don't forget to set the previous UCharSkip value


2001-09-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c5656707697bfa2ee60e761daeeb1cd6fbc4316]

#92075#: exception specification


2001-09-12  Peter Burow  <pb@openoffice.org>  [881b18dc1b2edb0a8efc8debc005308a5d996ead]

fix: #87544# DoAction(USHORT) added


2001-09-12  Peter Burow  <pb@openoffice.org>  [7db3cc31dd4858c7aa353e8de6f23f901164d540]

fix: #87544# set WB_TABSTOP


2001-09-12  Peter Burow  <pb@openoffice.org>  [71e16c895384478cb0d3aad89c321ad2cb83c86f]

fix: #87544# also handle KEY_SPACE on single selection


2001-09-11  Kurt Zenker  <kz@openoffice.org>  [aaf784f657f1c8e351ffe8b200452250aba21d64]

Merge SRC640: 11.09.01 - 22:04:38 (NoBranch)


2001-09-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [a418192d9dfd0fe6d6db3d984577e7389dcf7bea]

#92075#: exception specification


2001-09-11  Philipp Lohmann  <pl@openoffice.org>  [b368859084b33eb2091d6f95a3c247d23f109054]

#92075# changes for new solaris compiler


2001-09-11  Christof Pintaske  <cp@openoffice.org>  [47f5e4e2dbcfc8b67f2034e2c9083b472dcb713c]

#90579# #90293# special treatment of kinput2 IME


2001-09-11  Philipp Lohmann  <pl@openoffice.org>  [971fa5f4b75afbd36dbc4a5e9c48669e0e066e0d]

#92075# changes for new Solaris compiler


2001-09-11  Frank Schönheit  <fs@openoffice.org>  [62c32d734881b9f5528276deb995c61109da01e3]

#91872# FilterFolderContent_Impl: do filtering case-insensitive / small performance optimizations


2001-09-11  Philipp Lohmann  <pl@openoffice.org>  [38e6e1d622a273295a5c2a0d4280c442f0b83ec3]

#92075# changes for Solaris compiler update


2001-09-11  Sven Jacobi  <sj@openoffice.org>  [f4ed4c9264fad496eb8c6f1d60410bcaffc4d6c2]

#92063# using labs instead of abs


2001-09-11  Peter Burow  <pb@openoffice.org>  [15d498e4821967e42e180f7655d0dd694fa86210]

fix: #92064# lock solar mutex if necessary


2001-09-10  Philipp Lohmann  <pl@openoffice.org>  [6404f770551ff3cb5641c157164fef8c40ce4932]

#91690# make status window stay on top with cooperative window managers


2001-09-10  Sven Jacobi  <sj@openoffice.org>  [931119476bc789b268fe4b844ba3a7d023777280]

#92063# always setting a positive boundrect size


2001-09-10  Mathias Bauer  <mba@openoffice.org>  [7990d556d6858c1cc595a7931f2eec28d0b43a12]

#92015#: new method GetProperty


2001-09-10  Philipp Lohmann  <pl@openoffice.org>  [15eb1239fe39aa35503fe8832f208f76bf4219c7]

#92043# support for Gnome WMs


2001-09-10  th  <th@openoffice.org>  [b48ebbca4b40c4a76ed01ae0c55596873d650a8b]

#91813# - Hide PresentationWindow only minimized, if it is a Windows version before W2000


2001-09-10  Christof Pintaske  <cp@openoffice.org>  [18d9116362f84c1c4cc934d06b8a267537db97a8]

#91058# check for empty strike out string


2001-09-10  Stephan Schäfer  <ssa@openoffice.org>  [d06ea0ca3a0b1d47e5a98fecea4494ac4c8154d6]

#91962# ignore setwindowstate when window size does not fit into screen size, use default positioning instead


2001-09-07  Philipp Lohmann  <pl@openoffice.org>  [34f58e418a160a128a7b448a90f761299e148e1d]

#91147# appfilename for unitialized vcl


2001-09-06  Kurt Zenker  <kz@openoffice.org>  [d72cee235cb85682a1059057b9fc1cf3966ce5d5]

Merge SRC640: 06.09.01 - 22:10:47 (NoBranch)


2001-09-06  jp  <jp@openoffice.org>  [571ba1fa53b7d2f6b98164745b8ec0da1590fe81]

Task #91670#: handle Unicode strings correct in the read method


2001-09-06  Frank Schönheit  <fs@openoffice.org>  [f337ad986b3953cdf11f561faf56b3f4b3c22d4e]

#83416# allow for KEYUP and KEYDOWN even when the list has only one entry


2001-09-06  Philipp Lohmann  <pl@openoffice.org>  [d7cf94df3c41bba4b1fe382e33497b86b734245b]

#91962# ignore SetWindowState if coordinates outside screen


2001-09-06  Stephan Schäfer  <ssa@openoffice.org>  [6359084ac981c8c5809e5e534955de9d5fc3723d]

#91195# merge 1.22.2.1


2001-09-06  Martin Gallwey  <mtg@openoffice.org>  [52fc9b91a540eaefc76890bb212e3f219e983dd3]

#91797# support XPropertySet so the package component can get access to the file URL of the temp file


2001-09-06  Martin Gallwey  <mtg@openoffice.org>  [46db610f9a8d3611be9accf5169570c1b8bbe2e7]

#91797# support XPropertySet so the package component can get the URL of the temp file


2001-09-06  Christof Pintaske  <cp@openoffice.org>  [21888210029acc0db5bd9c8a06a3c7d697b50135]

#91372# add unicode sorting option


2001-09-06  Philipp Lohmann  <pl@openoffice.org>  [faa1b9e03512e087ad74b29969ef8dc4666dc5d0]

#91898# stream operator did not take stream charset into account for old format


2001-09-06  Philipp Lohmann  <pl@openoffice.org>  [3ddd6c526598616aeeabd8e28fa37fb500dbd5f4]

#91907# use small icons on appropriate window managers


2001-09-06  Kurt Zenker  <kz@openoffice.org>  [117751b41aeced452bdae374dbe4121531d0426b]

new version for SRC640


2001-09-06  mm  <mm@openoffice.org>  [e6b376ad7282f185162ef0de6599b058cc73e7e2]

#76684# 4096 big/small storage size treshold bug


2001-09-06  Tino Rachui  <tra@openoffice.org>  [a656bf0935b9eb1630a7b07749b3139e74f5609b]

#91670#provide CF_HDROP format as FileList


2001-09-06  Mathias Bauer  <mba@openoffice.org>  [b767178229f65b7ea947c98acaff90394cb64160]

#88646#: load unpacked files implemented: needs comphelperlib


2001-09-06  Mathias Bauer  <mba@openoffice.org>  [5e4ea2b5a36420b44366e015d1d652bcf4231cda]

#88646#: load unpacked files implemented


2001-09-05  Philipp Lohmann  <pl@openoffice.org>  [15717a8684697925ab325f1947539d3a78989f6b]

#91550# default document sizes


2001-09-05  Peter Burow  <pb@openoffice.org>  [a5d5f6e94b15b74a030fa5b436b607fc5e67f460]

fix: #91841# OpenTemplateRoot() added


2001-09-05  Frank Schönheit  <fs@openoffice.org>  [10321e03e5ada1b4d131ac0d0373c378d6957948]

#91833# corrected calculation of default currency symbol


2001-09-05  Frank Schönheit  <fs@openoffice.org>  [0d947d8453729c910d6be42a30d321203bd408fa]

#84259# override GetFocus (to correctly forward the focus to a child) / remove SetFocusInView (obsolete)


2001-09-05  Frank Schönheit  <fs@openoffice.org>  [d6442bed2f1722b9121908e4dde07ee939bd5eac]

#84259# override GetFocus (to correctly forward the focus to a child) / remove SetFocusInView (obsolete)


2001-09-05  Kai Ahrens  <ka@openoffice.org>  [8b7cb57d9a95be4eccd66903760b09979021cd4b]

#90962#: added ::GetString method for ::rtl::OUString


2001-09-05  Frank Schönheit  <fs@openoffice.org>  [457482d755ec26f3b61df20b22895dacd266b01e]

#88891# override the XTypeProvider methods


2001-09-04  Philipp Lohmann  <pl@openoffice.org>  [fdb6ccc479d8523e174d6f8d3a5ceca3571621c2]

#90760# remove VCL define


2001-09-04  Philipp Lohmann  <pl@openoffice.org>  [f090953f32df64d4db07b59e63f181cb4074331f]

#90760# remove VCL define


2001-09-04  Philipp Lohmann  <pl@openoffice.org>  [7ac10931483e1ce3b3f1dfbcf921bdf1d100b2e2]

#90314# replace ugly old svtools path dialogue with folder picker service


2001-09-04  Malte Timmermann  <mt@openoffice.org>  [d4e71abf1a303ad2733d312847dc89a14b612d62]

#88003# Don't overload add/removeEventListener


2001-09-04  Kurt Zenker  <kz@openoffice.org>  [cf85aa65723c269e4cb913c4f9d0a748d8cafb85]

new version for SRC640


2001-09-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2d87bcdae5a20d269efa4cf005e6594d2176aaf7]

remove explicit TARGETTYPE


2001-09-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c412021f0634514cf1cc4b04e28b477cd1e4ee02]

remove explicit TARGETTYPE


2001-09-04  Malte Timmermann  <mt@openoffice.org>  [0c4e644a86e1f149d265972426e9caca7916644d]

#88299# Button and ImageCOntrol don't support ImageConsumer/Producer


2001-09-04  Frank Schönheit  <fs@openoffice.org>  [aefc6a4177ed23aa99bd5defed199732210da543]

#83847# +filectrl2 (exception enabled version of filectrl)


2001-09-04  Frank Schönheit  <fs@openoffice.org>  [02381a561d47bd5dfb6358b32f3cfd373aa74077]

initial checkin - exception enabled parts of filectrl.cxx


2001-09-04  Frank Schönheit  <fs@openoffice.org>  [13d7488db91df628fc6cbe91ecbc01ef266b0fc0]

#83847# moved browsing for a file into a separate file (with exception handling enabled)


2001-09-04  Frank Schönheit  <fs@openoffice.org>  [22117899e4fa3d28e708cc8cbb78afc8328e50c2]

#83847# ImplBrowseFile


2001-09-04  Malte Timmermann  <mt@openoffice.org>  [3ab8ab57a3f7ff5e0446decacd4291b61c455626]

#88105# XServiceInfo


2001-09-04  Malte Timmermann  <mt@openoffice.org>  [e5c8ee64271db6dc274eaa9576d13ecbb033a7ff]

#88250# XServiceInfo


2001-09-04  Malte Timmermann  <mt@openoffice.org>  [1bc68c395bc433807837a392832f07b1f9554c24]

#86595# support XServiceInfo


2001-09-04  Malte Timmermann  <mt@openoffice.org>  [80a7995db07335bc1841b9a6764364261b885bba]

#88419# setPosSize: Keep only flagged values


2001-09-04  Malte Timmermann  <mt@openoffice.org>  [eb1ccc68cba055a380f26d79c71b240e6068d2ac]

#88419# ImplCallMove/Resize


2001-09-03  Philipp Lohmann  <pl@openoffice.org>  [5808f2f64ce66c2b06e0e6ea9942852a8ace4241]

#91856# free own mutex when calling on transferable


2001-09-03  Malte Timmermann  <mt@openoffice.org>  [3ce22a6881d3c2e694fb8eb53fc6ec1dac22ffb8]

#91754# Hide and Show Focus in Resize(), use Impl-Methods


2001-09-03  Malte Timmermann  <mt@openoffice.org>  [23634e93c12e7513806f82e3e842407ad1c1b515]

#91754# Hide and Show Focus in Resize()


2001-09-03  Philipp Lohmann  <pl@openoffice.org>  [3630543e2ef37f919b2f4c2f15c97feeb267ab22]

#91857# fix a segv on shutdown while cleaning up SalDisplays


2001-09-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [becb659e297eac71268328cd5f50ba036c24a89d]

#65293#: addeed vc_unot deps


2001-09-03  Kai Ahrens  <ka@openoffice.org>  [502b22ffa2ed42ad77761631c974f8b836f26043]

#91810#: extend rect to draw missing line of base rectangle


2001-09-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d8949ba2e2d4f0dd37436c43269cb072b942e821]

chng. TARGETTYPE to GUI


2001-09-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cf0d0571cd5c2ac65f3af4688bbe9bd0436bfb25]

chng. TARGETTYPE to GUI


2001-08-31  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e1cde7e17143df68d6e6a82477fab438ee996caf]

chng. TARGETTYPE to GUI


2001-08-31  Jörg Budischewski  <jbu@openoffice.org>  [608b6398a70f50fb9a58b90527270dd3fb221a83]

#91714# exports limited


2001-08-30  Bustamam Harun  <bustamam@openoffice.org>  [3b02e2fe485a77a1c625f3cbca6463a183f03ba1]

Add localedata, registerservices, numberformatcode, defaultnumberingprovider


2001-08-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [963d4e280f4840353601fe5b25b0bd6d354b6485]

TARGETTYPE=GUI


2001-08-30  Hennes Rohling  <hro@openoffice.org>  [cd3e562e20519f97703bb1a841ffe599a1f998ff]

#81916# correct merge errors


2001-08-30  Philipp Lohmann  <pl@openoffice.org>  [d233eddb87804f2c79ea0f9aeebd8557b632eb22]

#91158# update position and size in HandleReparentEvent


2001-08-30  Christof Pintaske  <cp@openoffice.org>  [8cd3649e5a544e015067bb6252f9df00b80fcafe]

#91665# keep right things right


2001-08-30  Philipp Lohmann  <pl@openoffice.org>  [f87d549ec32b8bbfb9f7e26beacfe07ea015386a]

release display list on shutdown


2001-08-30  Philipp Lohmann  <pl@openoffice.org>  [cfe434a4f3cb065730a9025ab15543d72e07f867]

protect event loop with solar mutex


2001-08-30  Philipp Lohmann  <pl@openoffice.org>  [9cfee759bda63645326df642641e7f9e0f525187]

#91734# release status window when last frame vanished


2001-08-30  Nils Fuhrmann  <nf@openoffice.org>  [5a3ae71679e63459d793d894b2b559190dbbbbfd]

Fixes for single item string lists


2001-08-30  Eike Rathke  <er@openoffice.org>  [2f3ec5adbeef7176b210ae3ad2d7d05ed93451e6]

#72805# recognize hundredth seconds in combined datetime format codes


2001-08-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a0d5753d334341acf6e3135705da0d4b9125436]

#88229# detect dtwm on Solaris7 as well (check in for user cp)


2001-08-30  Mathias Bauer  <mba@openoffice.org>  [e77fec2126d5e697a58b5655d6d6c367b2156b3d]

#91727#: check for NULL in Init


2001-08-29  Kurt Zenker  <kz@openoffice.org>  [e51d294756a82fa8a5cf277894c0ee10a48a0934]

Merge SRC638: 29.08.01 - 23:24:37


2001-08-29  Bustamam Harun  <bustamam@openoffice.org>  [43a45844cb18d76241a17d44a3a85cdea52adcc2]

Add localedata_ascii localedata_CJK and localedata parser into i18npool


2001-08-29  Kurt Zenker  <kz@openoffice.org>  [c40e58ab7ca17cc913782a3c0097d1887cd5305f]

Merge SRC638: 08/29/01 - 22:08:32


2001-08-29  Kurt Zenker  <kz@openoffice.org>  [da0ab41f674e4182cc5b312421eb94919e623fa2]

Merge SRC638: 08/29/01 - 22:06:51


2001-08-29  Kurt Zenker  <kz@openoffice.org>  [f3858c7ee2189b433d3c5ca4792c1aa8692b6856]

Merge SRC638: 29.08.01 - 22:06:32


2001-08-29  Kurt Zenker  <kz@openoffice.org>  [73ac518b03144e9603a387766849041dbb5cc817]

Merge SRC638: 29.08.01 - 20:01:39


2001-08-29  Oliver Bolte  <obo@openoffice.org>  [333e170a57304e442b029e3fd6d8e888b037d554]

Merge SRC638: 29.08.01 - 20:01:54


2001-08-29  Kurt Zenker  <kz@openoffice.org>  [c643cbcb62deb156aeea24084b5c9a5049c93da1]

Merge SRC638: 08/29/01 - 19:55:44


2001-08-29  Christof Pintaske  <cp@openoffice.org>  [daab2b482d0f73b4feb39630b72c006b6ce82710]

#90792# snapshot feature


2001-08-29  Christof Pintaske  <cp@openoffice.org>  [93b24a645959ddf888a55f8d089119df48b17b63]

#90792# modified paint handling for snapshot feature


2001-08-29  Nils Fuhrmann  <nf@openoffice.org>  [e0818c4e43d9ac1bcf1f6955feba84b0b68152bb]

Fixes for creation of StringList #87136#, Fallback is rev 1.21


2001-08-29  Stephan Bergmann  <sb@openoffice.org>  [91f87b1494096a8350cc489f79b2ce178298ce26]

#91676# Removed obsolete versions of cancelCommandExecution().


2001-08-29  Nils Fuhrmann  <nf@openoffice.org>  [d91ae8107e50fc4c0ac05df3f52181bf1dfd900d]

Fixes for creation of StringList #87136#, Fallback is rev 1.21


2001-08-29  Philipp Lohmann  <pl@openoffice.org>  [979053c30fa564e81722d6712de690e231543d0f]

#91683# assertion only in debug case


2001-08-29  Nils Fuhrmann  <nf@openoffice.org>  [5ddcbbc8b4f5c00efdae3b8291ce2586478073db]

Fixes creation of defines #87136#


2001-08-29  Peter Burow  <pb@openoffice.org>  [19469b06d2c294b43c15740747de80453465e838]

fix: #91552# strings and images for *.st?-files


2001-08-29  Peter Burow  <pb@openoffice.org>  [44fdd7d991e01bbbec2374f2344dc77a27dbc893]

fix: #91552# strings for *.st?-files


2001-08-29  Peter Burow  <pb@openoffice.org>  [7897a1b627a90709b26785ec80e7b2d2ebfc6784]

fix: #91552# string ids for *.st?-files


2001-08-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [31883fbfaa1eb07ad19b7885aa8625e77b80dd1e]

added user32.lib


2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [d5c6bc92c4b1e68ea8ecd0d9b8c2bdc905e1b0e7]

Merge SRC638: 29.08.01 - 10:58:28


2001-08-29  Kurt Zenker  <kz@openoffice.org>  [1e06f1f6955d54a93693f1273be2c8fe800aa7d1]

Merge SRC638: 29.08.01 - 10:55:49


2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [e4cd3c4cb0bc57959be2756fef7c3d9517f27a22]

Merge SRC638: 29.08.01 - 10:56:08


2001-08-29  Kurt Zenker  <kz@openoffice.org>  [816776e995a51f9ae7ea714919bbcf80a3d2fa70]

Merge SRC638: 29.08.01 - 10:55:02


2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [c8cbfb249336837b7327cea653ce5304191b1c09]

Merge SRC638: 29.08.01 - 10:54:22


2001-08-29  Kurt Zenker  <kz@openoffice.org>  [4a3318d0627de70c398165c0bcf6fa8942bc8f7f]

Merge SRC638: 29.08.01 - 10:53:10


2001-08-29  Kurt Zenker  <kz@openoffice.org>  [87533eee7731ab8bf136092a87c73cd863e42407]

Merge SRC638: 29.08.01 - 10:53:11


2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [df1a7f6550fcd35711bf091091b6ed601ae31378]

Merge SRC638: 29.08.01 - 10:52:08


2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [640a3616ac115c1cf21450b873c59d9aa41aae78]

Merge SRC638: 29.08.01 - 10:50:51


2001-08-29  Oliver Braun  <obr@openoffice.org>  [2ced0f1beb03a3cb087cb51c743a758892184afd]

#90449# referred to wrong dtd


2001-08-28  Eike Rathke  <er@openoffice.org>  [0d9ddf779c350c95f865fb459b827d782156f414]

#91470# recognize SS'any'00 as seconds and hundreths format code (with 'any' literal string being the separator)


2001-08-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c0064daeae4eb271dbd2cc9cfa35dd09f31edd46]

new version for LRC640


2001-08-28  Frank Schönheit  <fs@openoffice.org>  [3ce787bf01792079075f202e09e0b380e4caa673]

#87114# UnoControl: be less generous with using our mutex (in pparticular, _release_ the mutex before forwarding any settings (such as pos/size) to our peer)


2001-08-28  Philipp Lohmann  <pl@openoffice.org>  [76f95c0ca30c0149978fe2570e5326f97280a0bc]

#91605# #91607# enhanced status window


2001-08-28  Hennes Rohling  <hro@openoffice.org>  [a8017f97107dea96e73ac0c2bc02d4bd4215ee19]

#81916# Initialization of clipboard service has to be done with createInstanceWoithArguments


2001-08-28  th  <th@openoffice.org>  [a2e6208040cf754866494f674b4d13d03df24bcf]

#74771# - Application::CallAccel()


2001-08-28  Mathias Bauer  <mba@openoffice.org>  [79a4372d5e54c7f47d774d57abbc69998f84b0be]

#90880#: security check corrected


2001-08-28  th  <th@openoffice.org>  [d2bcf3e88d84cbeb754883636005799a30f63ab8]

#51022# - Font is now scaled into the height of the TabBar


2001-08-28  Nils Fuhrmann  <nf@openoffice.org>  [ba4bbfa91a878539b84f6e26381ac60ad63b846b]

Fix #91637#


2001-08-28  Peter Burow  <pb@openoffice.org>  [38039baa059cc04190389a7b4a1489a10bff2208]

fix: #91613# open as template only template docs


2001-08-28  Mathias Bauer  <mba@openoffice.org>  [603b5f280b0f9fbbc1665d161297a7278884f391]

#83399#: always return URLs


2001-08-28  th  <th@openoffice.org>  [a0dd40f45d26aed2101e8c138bcaa00dc79b3580]

#91625# - ignore Minimize in Set/GetWindowState()


2001-08-28  th  <th@openoffice.org>  [2721f16ebf3c467fe6607a8b600d714145557628]

#91612# - Map Minchou to Mincho-Fonts


2001-08-28  Malte Timmermann  <mt@openoffice.org>  [e80dd9fab265e0407fa5a3a023edc703574d0c19]

#89855# Removed class International


2001-08-28  Christof Pintaske  <cp@openoffice.org>  [652707c5efbe503832bef4561439296abebbf569]

#89352# reencoding of printer resident fonts is off-by-one on Linux


2001-08-28  ok  <ok@openoffice.org>  [03985c72d81729a945c71728c279a45dd7690879]

fix: #91498#


2001-08-27  Philipp Lohmann  <pl@openoffice.org>  [1b41b1ecb20677d152d58a52763e388e1cedf3ad]

#90565# do not capture the mouse without reason


2001-08-27  Kai Ahrens  <ka@openoffice.org>  [d374e55dd67c0086f5ec3d664405cf6894e821cc]

#89975#: watch for rotation while cropping graphic


2001-08-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6c62aac2d9ebf862b2b99bb8bd017d3c936ffbb5]

#65293# PRJNAME needed in lower case


2001-08-27  Eike Rathke  <er@openoffice.org>  [f7063b5afaf17d037ae65f88f4ac8d11225db42b]

#87282# date i/o without gregorian class Date


2001-08-27  Eike Rathke  <er@openoffice.org>  [711d21d407293941311fbff8f8bae84c21bab6fc]

add: getEpochStart


2001-08-27  Philipp Lohmann  <pl@openoffice.org>  [76b73fb7e9d5b2bdc4672b024871f4f9e3b19797]

#78526# fixed a crash with enlightenment


2001-08-27  Kai Ahrens  <ka@openoffice.org>  [83e06ea378b3a4e428f926d181b16069696e656b]

#91558#: don't use, assign and increment variable in one line (ReducePopular)


2001-08-27  Malte Timmermann  <mt@openoffice.org>  [4916d6a18460b31f8196f6a3554bcb537a7ad750]

deps from unot


2001-08-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fd9c1b95b3a6f666714a227bf82259da8b2c3e02]

#65293# missing dependencies


2001-08-27  Eike Rathke  <er@openoffice.org>  [9c2b7811c521aa9251db4e7ce71e57ef94aa0f33]

#87282# negative time value -12:34 is valid numerical input


2001-08-27  th  <th@openoffice.org>  [8d1afc07f3cb7efb9beb0c871032cf5e2b4a8e23]

#76725# - Now default is maximized, if ScreenSize is <= 1024


2001-08-27  Christof Pintaske  <cp@openoffice.org>  [d561496b941cc5bdac562f346b57fa99b34abff8]

#89352# reencoding of printer resident fonts is off-by-one


2001-08-27  Philipp Lohmann  <pl@openoffice.org>  [c687e7338bf4f7c3a9e2feedd3c9822ff2b46fc7]

#79518# added DelData


2001-08-27  Philipp Lohmann  <pl@openoffice.org>  [1d58f82278e3a57d5168fac1a5d5000d35b2e69a]

#90132# removed USE_PSPRINT and USE_XRENDER defines (now default)


2001-08-24  Vladimir Glazounov  <vg@openoffice.org>  [63bbec3c262b8f9d0f97e47a602011d59de7f282]

Merge SRC638: 24.08.01 - 22:13:43


2001-08-24  Vladimir Glazounov  <vg@openoffice.org>  [6f7329d71dcaac9ff9e663bfbb9dfc4ac3cf7ed3]

Merge SRC638: 24.08.01 - 22:12:03


2001-08-24  Vladimir Glazounov  <vg@openoffice.org>  [c1e1c805a22dfc6d3c00b5708309e06c6452ed6e]

Merge SRC638: 24.08.01 - 22:05:53


2001-08-24  Christof Pintaske  <cp@openoffice.org>  [b9d3e77506eab02ec40e0eed217b666d00f26383]

#78526# Set/GetWindowState for Unix (dtwm)


2001-08-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5ffd3001e14784f6aca8d3e1c4fa84f2ca0efe3e]

#65293# missing dependency


2001-08-24  th  <th@openoffice.org>  [596acfc52a00548224f7be204f26557cdf3a40d4]

#88363# - IsLocked() now implemented and without bSystemWindows


2001-08-24  Philipp Lohmann  <pl@openoffice.org>  [83c6a858cec0d258ccbf032b4088fbd851d02f65]

#79518# toTop on setParent leads to flickering on some WMs


2001-08-24  th  <th@openoffice.org>  [42a809b17f4d2f034e952b4946fcc92e987e1952]

#74208# - RULER_BORDER_MARGIN


2001-08-24  th  <th@openoffice.org>  [bd5eeb6778f0d5906cfd44540859564743576b24]

#74208# - RULER_BORDER_MARGIN #78301# - Use same colors as MS to draw the ruler


2001-08-24  Kai Ahrens  <ka@openoffice.org>  [fb7bc6043fe33323f0fdbf42450016ff4a1219a2]

#84444#: added size parameter for ::GetBitmap(Ex)


2001-08-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6f97a74c90925a5290c299d6a5730164759a0331]

#87136# no ALL target for L10N-framework


2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [cb6ec043feb58916be4e8e252ea9f598ea6a47e4]

Merge SRC638: 24.08.01 - 15:29:25


2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [bb2bbe7619f2d011ef588f354f86eb8ae61b7267]

Merge SRC638: 24.08.01 - 15:25:33


2001-08-24  Kurt Zenker  <kz@openoffice.org>  [aad40d4845da6bf768a91cf010c1f8e111267315]

Merge SRC638: 24.08.01 - 15:24:36


2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [49fe82b1f5fb85ccf489a302fc8657617e35eb5a]

Merge SRC638: 24.08.01 - 15:24:09


2001-08-24  Oliver Bolte  <obo@openoffice.org>  [a459b7985b18643c0ad025006a5d1c453930989c]

Merge SRC638: 24.08.01 - 15:23:15


2001-08-24  Oliver Bolte  <obo@openoffice.org>  [be912123a38c8db8fdd749bc742243ad5917ffa5]

Merge SRC638: 24.08.01 - 15:21:40


2001-08-24  Oliver Bolte  <obo@openoffice.org>  [acd4c0f6030140080360a0b6569edb70d1eb9a9e]

Merge SRC638: 24.08.01 - 15:20:57


2001-08-24  Kurt Zenker  <kz@openoffice.org>  [39b568373db54cf1c0a5b424d100c4e5e6165ccf]

Merge SRC638: 24.08.01 - 15:18:37


2001-08-24  Vladimir Glazounov  <vg@openoffice.org>  [81d00ca405007bd0669ad21a867613e1af00b943]

Merge SRC638: 24.08.01 - 15:17:56


2001-08-24  Kurt Zenker  <kz@openoffice.org>  [e2247c96621026cdff8ee1a7a6af0bde8f46c7b7]

Merge SRC638: 24.08.01 - 15:15:41


2001-08-24  Oliver Bolte  <obo@openoffice.org>  [94d39737205d6c22ae9a59bb9bec762c98ea2ac7]

Merge SRC638: 24.08.01 - 15:17:02


2001-08-24  Oliver Bolte  <obo@openoffice.org>  [315616ddb2d0952a7ca396fe40fd1c725d3a46ae]

Merge SRC638: 24.08.01 - 15:16:20


2001-08-24  Kurt Zenker  <kz@openoffice.org>  [b2b50b6e9f775ea908fdb4928d983e2296c80e9f]

Merge SRC638: 24.08.01 - 15:14:45


2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [034dbbf6023e64e9ebe4e0238ed122c0573f9d65]

Merge SRC638: 24.08.01 - 15:14:19


2001-08-24  Oliver Bolte  <obo@openoffice.org>  [dd10167e306556823e9830c4ce7e6336fcc687e7]

Merge SRC638: 24.08.01 - 15:13:52


2001-08-24  Kurt Zenker  <kz@openoffice.org>  [14507a685fa620652f0806fd77248ae5360833c4]

Merge SRC638: 24.08.01 - 15:12:43


2001-08-24  Oliver Bolte  <obo@openoffice.org>  [3b1693c16c49d4a8a53a62e767a756aba89ae51e]

Merge SRC638: 24.08.01 - 15:11:09


2001-08-24  Oliver Bolte  <obo@openoffice.org>  [56eff41d771513e03f9200ea201d3400ce083b2f]

#65293# cant build remote vcl


2001-08-24  Nils Fuhrmann  <nf@openoffice.org>  [8eef57725d2b448bf8045f7f3ebe2d2692bbbb8b]

Remove write protection in merge mode


2001-08-24  Philipp Lohmann  <pl@openoffice.org>  [acad5a01bc3bdf7650115bd6b7b55255da3464ad]

#79518# implement status window


2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [d998ef7415e029a90ed4dbba7e5d984b88c13b02]

new version for SRC638


2001-08-24  Nils Fuhrmann  <nf@openoffice.org>  [ccce6aaa37439b9e353649239f5a7ec66989312e]

Added functionality for localization of ReadMes


2001-08-24  Carsten Driesner  <cd@openoffice.org>  [378ec543044dca69dd935021863e59f812544b9e]

#91460# Don't call use MergeSystemSettings implementation in webtop case


2001-08-24  Tino Rachui  <tra@openoffice.org>  [c5c6926bbed20df2e0eb73dea8a080872d8bb59f]

#90832#additional clipboard changed notifier thread to avoid deadlocks when sending clipboard changed notifications


2001-08-24  Tino Rachui  <tra@openoffice.org>  [8d2d6e5384fa6d5afc85c878839bfc7377047cad]

#90832#additional members and methods for clipboard changed notifier thread


2001-08-24  Frank Schönheit  <fs@openoffice.org>  [77dbdcc6782d1d3b8fd1694ad8a169bd747861bf]

#91331# when creating a default numeric format, use the Office's UI language


2001-08-24  Kurt Zenker  <kz@openoffice.org>  [93db293ed5b20d586e13b3e8397326def09086e9]

Merge SRC638: 24.08.01 - 08:00:35


2001-08-24  Kurt Zenker  <kz@openoffice.org>  [b0e6820583a58dcf5c218492e0bec92a772b6cc0]

Merge SRC638: 24.08.01 - 07:57:33


2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [c6f48ce2ce8375a25620bf988811ee4b374d540f]

Merge SRC638: 24.08.01 - 07:54:29


2001-08-24  Oliver Bolte  <obo@openoffice.org>  [8cd7eee19ee3e5116795bcd96fa5a14dfa4b4490]

Merge SRC638: 24.08.01 - 07:55:39


2001-08-24  Kurt Zenker  <kz@openoffice.org>  [8d7acd7c7ffa84a0c16e49c03618839bab31b4ca]

Merge SRC638: 24.08.01 - 07:54:16


2001-08-23  Christof Pintaske  <cp@openoffice.org>  [fd7926be5dd30cd82716de865199ed055825805a]

#78526# Set/GetWindowState for Unix


2001-08-23  Christof Pintaske  <cp@openoffice.org>  [3cbad7b2c5cf55870483a8d54c21fcba02227495]

#78526# Set/GetWindowState for Unix


2001-08-23  Carsten Driesner  <cd@openoffice.org>  [b431b934c202f0be2e4942135ed66b5b254b1ee1]

#91443# initialize remote printer list moved


2001-08-23  Kurt Zenker  <kz@openoffice.org>  [c69553a54370c32456d7edead8bd857d0463e1c3]

new version for SRC640


2001-08-23  Malte Timmermann  <mt@openoffice.org>  [1b7998b811da5be3d3d1b2312629ddc6734a7cba]

#91335# Don'r create unnecessary Threads


2001-08-23  avy  <avy@openoffice.org>  [683fff00d2f86d9ab8d3d0a8bc0df0a867e9722e]

compiler error was checked


2001-08-23  th  <th@openoffice.org>  [74eff0f582f83a17bd69f01800d7c850ee388d3f]

#78526# - remove test code


2001-08-23  Nils Fuhrmann  <nf@openoffice.org>  [1682b3f32bcd217ded896febc5b6c173473d851d]

Added new merger for ReadMes


2001-08-23  th  <th@openoffice.org>  [22a741373b3913bc23e61ab4a66e87d2274d216f]

#78526# - SnapShot() with bBorder


2001-08-23  th  <th@openoffice.org>  [17bfede493754d03862964e2be7845937b25f6e6]

#78526# - Set/GetWindowState()


2001-08-23  th  <th@openoffice.org>  [8b245e241c3bb95e8c7e40e1c1e3991dcc9875ae]

#78526# - WB_SYSTEMWINDOW for FloatWindows


2001-08-23  th  <th@openoffice.org>  [4766b70887f972438aa54d729437e50fd9e40212]

#78526# - Set/GetWindowState(); Set/GetIcon()


2001-08-23  Martin Hollmichel  <mh@openoffice.org>  [0930909eb38705dd12f450207af7fe799974872e]

chg: Syntax


2001-08-23  Malte Timmermann  <mt@openoffice.org>  [1bce836f5d182e84c1050320299f46f332ba8781]

#89855# More helper functions


2001-08-23  Martin Hollmichel  <mh@openoffice.org>  [333c4eb58b2058aa6e0f0430fec897f93ffad30b]

del: svtools reference


2001-08-23  Nils Fuhrmann  <nf@openoffice.org>  [aafb3104e6dd5ce5b1f43718142350a46918d664]

Added new merger for ReadMes


2001-08-23  Martin Hollmichel  <mh@openoffice.org>  [1946b32f4de67a0c8e3b2b4ba3f7f343609565ed]

add: svtools dependency


2001-08-23  Peter Burow  <pb@openoffice.org>  [24af118a78b72b9c5393e9f038725cb4717da6c8]

fix: #91370# #91406# #90602# #90603# icons for the new file formats (*.st?, *.sx?)


2001-08-23  Peter Burow  <pb@openoffice.org>  [34b45d6fb4979000944157b553572a3a25cd8a0e]

fix: #91370# call EndDialog() before open a file


2001-08-23  Martin Hollmichel  <mh@openoffice.org>  [a8433b92f8b042f13943bcd1effd4e826562ff95]

add: missing types


2001-08-23  Martin Hollmichel  <mh@openoffice.org>  [ae6b699dd415f6b610a4a7221b4ec6b620fa9953]

add: types


2001-08-23  Martin Hollmichel  <mh@openoffice.org>  [72d9710ac50104e7f7b1f40b25c374281f01043f]

chg: header (TRA/MH)


2001-08-22  Carsten Driesner  <cd@openoffice.org>  [6c24a9a34b760056c8a471433bb8d89d16f47d7a]

#91402# rely on pParentData only for SAL_FRAME_STYLE_CHILD windows


2001-08-22  Eike Rathke  <er@openoffice.org>  [d6ffa900df4e43ad2b86df86d74051e5fb459e22]

#90415# 10-Jan-94 is a valid date even if date order is MDY


2001-08-22  Andreas Schlüns  <as@openoffice.org>  [615cf48d13128f663d2567f3d7428ccb8b1a96d6]

#78650# new registration for factories/modules


2001-08-22  Kurt Zenker  <kz@openoffice.org>  [de7a0503c956367fb0f67e1ef5800e09650888ff]

new version for SRC638


2001-08-22  Hennes Rohling  <hro@openoffice.org>  [9e984914d46c7dcb497bf1719ca6ca7d642cba46]

#86003# Removed changes of accidentially checked in revision 1.19


2001-08-22  Frank Schönheit  <fs@openoffice.org>  [eb0ee71706069048dcbfe76f344368638b262730]

#91235# calculate the default for CurrencySymbol using an SvtSysLocale


2001-08-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [096c8c431f158a6bc1be1af9cd261e0882cf469b]

#87136# disable special targets


2001-08-22  Frank Schönheit  <fs@openoffice.org>  [d1cba19f26bdfddf14888c964bffd40f8f9aeb66]

#91235# calculate the default for CurrencySymbol differently


2001-08-22  Frank Schönheit  <fs@openoffice.org>  [3db38159c71026fb6bfc7c2d649995ce62733426]

#91235# +ConfigProperty::DEFAULTCURRENCY


2001-08-22  Thorsten Behrens  <thb@openoffice.org>  [063d000f65788e4bfe902600004af0ff791e5db3]

#91361# Initialized pCustomIcon


2001-08-21  Kurt Zenker  <kz@openoffice.org>  [873c7791b7a9190fed6548cde100c06b60b647f7]

Merge SRC638: 21.08.01 - 22:25:28


2001-08-21  Kurt Zenker  <kz@openoffice.org>  [ae7959139e2d88e94948de4915c0a37feb0b8f2c]

Merge SRC638: 21.08.01 - 22:22:59


2001-08-21  Kurt Zenker  <kz@openoffice.org>  [76f50649616632114c0a731b90e9edffeb8ce6bb]

Merge SRC638: 21.08.01 - 22:20:56


2001-08-21  Kurt Zenker  <kz@openoffice.org>  [ba73e459479948fab7b74b824f7fa74d1cdd95f0]

Merge SRC638: 21.08.01 - 22:20:24


2001-08-21  Kurt Zenker  <kz@openoffice.org>  [7a750d5a05ad698e2e880acc780de5f50b9b1d5c]

Merge SRC638: 21.08.01 - 22:18:36


2001-08-21  Rüdiger Timm  <rt@openoffice.org>  [909c6b5f258ac646c52b59acb65e894600092368]

Merge SRC638: 21.08.01 - 22:17:58


2001-08-21  Rüdiger Timm  <rt@openoffice.org>  [81c8892c3168fee226c685c7ec9276a55f84feaa]

Merge SRC638: 21.08.01 - 22:15:32


2001-08-21  Rüdiger Timm  <rt@openoffice.org>  [5ac099f758d42834aa7ca155d0d0150211fcea38]

Merge SRC638: 21.08.01 - 22:16:14


2001-08-21  Kurt Zenker  <kz@openoffice.org>  [c21aaf785a0c39f800acd13c0f49870a3818bc91]

Merge SRC638: 21.08.01 - 22:14:47


2001-08-21  Kurt Zenker  <kz@openoffice.org>  [4e50f3d68fde9c7966c130679f8a55f6e6c412da]

Merge SRC638: 21.08.01 - 22:15:59


2001-08-21  Rüdiger Timm  <rt@openoffice.org>  [6837595b70c73eb6ab606d6733307c56d3c601b3]

Merge SRC638: 21.08.01 - 22:14:18


2001-08-21  Kurt Zenker  <kz@openoffice.org>  [3f1a10f6f035b0f24ede9d9b965d21673378601b]

Merge SRC638: 21.08.01 - 22:12:04


2001-08-21  Kurt Zenker  <kz@openoffice.org>  [ba9b9993b511b4bc12ac29ae8fdcc0740794dcdb]

Merge SRC638: 21.08.01 - 22:13:14


2001-08-21  Kurt Zenker  <kz@openoffice.org>  [f44d8b04979c109ca93fbbe6a3deb954c9f443dc]

Merge SRC638: 21.08.01 - 22:12:34


2001-08-21  Rüdiger Timm  <rt@openoffice.org>  [427eec259bf386300dcfc65a0ec8c6491bc21597]

Merge SRC638: 21.08.01 - 22:11:06


2001-08-21  Kurt Zenker  <kz@openoffice.org>  [ce71d5fb4ba96622fe373c30676ba0417e3c61ca]

Merge SRC638: 21.08.01 - 22:10:46


2001-08-21  Kurt Zenker  <kz@openoffice.org>  [c04edfec932a4c4f6cea8d5c4f71ea2ab2a3279f]

Merge SRC638: 21.08.01 - 22:10:56


2001-08-21  Kurt Zenker  <kz@openoffice.org>  [6a44b874707a01b0e8c6ae811daaa6e1ff636448]

Merge SRC638: 21.08.01 - 22:11:29


2001-08-21  Kurt Zenker  <kz@openoffice.org>  [09c723790e17b5511ebfaf84ead2758c9bb66fb8]

Merge SRC638: 21.08.01 - 22:10:11


2001-08-21  Kurt Zenker  <kz@openoffice.org>  [1b1f88311f1ee08fa5e5426430ca6ccb62ceb3a2]

Merge SRC638: 21.08.01 - 22:10:01


2001-08-21  Kurt Zenker  <kz@openoffice.org>  [8a28d6306ca3dcedb0742eba6ca2582f1c18acc4]

Merge SRC638: 21.08.01 - 22:09:50


2001-08-21  Rüdiger Timm  <rt@openoffice.org>  [d125507ffd226a458dc9b01292ef90781d430d47]

Merge SRC638: 21.08.01 - 22:10:15


2001-08-21  Rüdiger Timm  <rt@openoffice.org>  [84e1893879eac12106111a661d80a3b958278349]

Merge SRC638: 21.08.01 - 22:09:02


2001-08-21  Kurt Zenker  <kz@openoffice.org>  [a9cfa55e37d8bcf268f860094f9e89e466e51b6c]

Merge SRC638: 21.08.01 - 22:08:27


2001-08-21  Kurt Zenker  <kz@openoffice.org>  [99b1a96e31c82bf74399cb4a86296a0362c317c9]

Merge SRC638: 21.08.01 - 22:06:57


2001-08-21  Malte Timmermann  <mt@openoffice.org>  [8da5d6ee94cd8944abc8005bc8033ea971604a1d]

#86505# Fixed probs with ScrollMenus and non visible entries


2001-08-21  Carsten Driesner  <cd@openoffice.org>  [4795e16a4546bcd231e07e522ed89ddf9d4ca9cd]

#89777# make temp directory configurable


2001-08-21  Rüdiger Timm  <rt@openoffice.org>  [1a64c48981383f3b9df1d88e25a65c9e3a75162d]

new version for SRC640


2001-08-21  Sven Jacobi  <sj@openoffice.org>  [829e7527eb0ff435ebfce921193e5f887da21f9c]

#90595# solved clipping problem


2001-08-21  Stephan Bergmann  <sb@openoffice.org>  [519c9fef7342f14860e566525557b7a6006b122f]

#85453# Improved convertAbsToRel() for non-DOS file URLs.


2001-08-21  avy  <avy@openoffice.org>  [feb60212b5286f76c6fd3950917a4a3e7902db9a]

adopted for UNIX compiler


2001-08-21  Frank Schönheit  <fs@openoffice.org>  [880df6960997c50fe475139b3fcac5d722d7c24c]

#87721# filter out some internal helper structs of the OConfigurationValueContainer


2001-08-21  Frank Schönheit  <fs@openoffice.org>  [288e314e0c3a3bc81ea529a01f2a5f729f94f2b5]

#87721# +configvaluecontainer


2001-08-21  Frank Schönheit  <fs@openoffice.org>  [8a12b0540d8c26815946c34c7ddcad399561067a]

initial checkin - helper class for accesing config data in fixed memmory locations (aka class members)


2001-08-21  Frank Schönheit  <fs@openoffice.org>  [fdc0427086590380d1e015b28ca9344c72d1edd1]

#87721# +hasByHierarchicalName


2001-08-21  Stephan Bergmann  <sb@openoffice.org>  [5d07de44b4c5981036da6e5628bbd33767bd2b55]

#90982# SmartRel2Abs() now even works with invalid base URL.


2001-08-21  Eike Rathke  <er@openoffice.org>  [092dd72b44d126de82d9b68097ff9b9fe786984b]

#90873# don't use format code defaults of currency formats provided by I18N, always use locale data default currency


2001-08-21  Mathias Bauer  <mba@openoffice.org>  [16bc027be7d9a1290b9dea8cb437b403c4891652]

#91027#: explicit treatment for disk spanned JAR files; access content only on demand


2001-08-21  Mathias Bauer  <mba@openoffice.org>  [5845c28538cffe655268fb3d3ed26cfbbd2806b0]

#91027#: explicit treatment for disk spanned JAR files


2001-08-21  Stephan Bergmann  <sb@openoffice.org>  [e0c96f75006392191dfc60cc14c32b4385de717b]

Added '.cxx' to ucbhelper.flt to filter out names from unnamed namespaces.


2001-08-21  Mathias Bauer  <mba@openoffice.org>  [7143db76f6c2171cad56585dcc46e16d12c3033b]

#91027#: method for detecting disk spanned jar files


2001-08-21  Mathias Bauer  <mba@openoffice.org>  [ba3c976b8cb12dc63c8eabef5cdd76ac7b330e38]

#91027#: method for detecting file contents


2001-08-20  Sven Jacobi  <sj@openoffice.org>  [425a33388fe863182ce85c2e6ecf02e87d2e61c4]

#91262# take care that the FilterHdl is not empty


2001-08-20  Hennes Rohling  <hro@openoffice.org>  [db2d1cee148369f6afe83708298d6476c5310590]

#86003# Define new Windows clipboard format names for internal XML data formats


2001-08-20  Sven Jacobi  <sj@openoffice.org>  [a77703ae5b38f423e580bbeda405cd09c4c189f4]

#90508# do not set the logical size by default when importing jpegs


2001-08-20  Malte Timmermann  <mt@openoffice.org>  [4894a84590b235bbd214a31c95d3b33f27982956]

#81916# Copy/Paste in/from Selection


2001-08-20  Philipp Lohmann  <pl@openoffice.org>  [e4a3bf9f9b61fc85d2937e9851324ebee782cf81]

#81916# default to paste selection on middle mouse button


2001-08-20  Malte Timmermann  <mt@openoffice.org>  [3051ee69416e6c2cf460e9825ec0da3e0d407c74]

#81916# Copy/Paste in/from Selection


2001-08-20  Philipp Lohmann  <pl@openoffice.org>  [d3a7374d79058660b65372c9024e0aace76c1fa1]

#81916# remove obsolete integrator stuff (only GetSystemLook remains)


2001-08-17  jp  <jp@openoffice.org>  [b82098f7f43fabd0a6dae466b866590177cc972c]

Bug #91248#: SearchFile - call ConvertURLToPhysicalName


2001-08-17  Kurt Zenker  <kz@openoffice.org>  [b4c7f3a5f7ab677bf4de760752a14f56bb08aae7]

new version for SRC638


2001-08-17  Christof Pintaske  <cp@openoffice.org>  [55cf62b76af7b4c5f52076f589d97042a20ad449]

#90641# report smaller resolution for 800x600 and below


2001-08-17  Philipp Lohmann  <pl@openoffice.org>  [fec5f4278c01df90cb97572cf18e62404360d94a]

#91200# dialogues are not always modal


2001-08-17  avy  <avy@openoffice.org>  [b6b90fee7cd912ca28989f4fdf4944866da6eb6a]

new version for SRC638


2001-08-17  Frank Schönheit  <fs@openoffice.org>  [576d776e64bd6b4021d24a7a84c1275671de7b5b]

#91038# convertFastPropertyValue: allow for assigning different XInterface derivees


2001-08-17  Frank Schönheit  <fs@openoffice.org>  [c6eb6a6e0f5d2b7f23ee0d510b444de9adfdb695]

#91038# be more toleratn against NULL pointers returned by createDialog


2001-08-17  Christof Pintaske  <cp@openoffice.org>  [c0bd19f7e57d2737d6eb1869533b81cf99a8a999]

#86513# correct translation, add alphanumeric sort


2001-08-16  Kurt Zenker  <kz@openoffice.org>  [48abb11336e1f6d0734f101b8fb7c9629875e9d3]

Merge SRC638: 16.08.01 - 22:09:57


2001-08-16  Kurt Zenker  <kz@openoffice.org>  [37d04311793952cf8d3fc2ffde14f7fc20ff38c0]

Merge SRC638: 16.08.01 - 22:07:20


2001-08-16  Kurt Zenker  <kz@openoffice.org>  [8ca52163b6bc29a4855c2b00198f031f1e394979]

Merge SRC638: 16.08.01 - 22:07:02


2001-08-16  th  <th@openoffice.org>  [4b730c8cd57e5a619b7757da559cb09bb07ccf15]

#90822# - Update Resolution in SetSettings()/UpdateSettings() before DataChange-Handler is called


2001-08-16  Peter Burow  <pb@openoffice.org>  [6c671642726fa2b72cb8a9227a42622cfc964184]

fix: #90275# DisableHelp() and Impl* added


2001-08-16  Christof Pintaske  <cp@openoffice.org>  [0c0180824fc8504ffa58fc48b8cd86393a728a3b]

#91050#  take care of contradictory locale and xmodifiers settings


2001-08-15  Mathias Bauer  <mba@openoffice.org>  [7d3ee0050a41e4e749aff487e2f94951fa57d81d]

#90226#: set version in ctor, because otherwise only SFX will set it


2001-08-15  Kurt Zenker  <kz@openoffice.org>  [0d6e4ec74c7d6e26b361e09fe0f3e1c5299579a0]

new version for SRC638


2001-08-15  Vladimir Glazounov  <vg@openoffice.org>  [3bdd8f34576417193852b7806e7e8ef611920fe1]

#65293# use XSync to be sure that nothing is pending


2001-08-15  Stephan Bergmann  <sb@openoffice.org>  [560d55543cb7885c568b6763aa6c42d9ef1f863a]

#88408# Export wizardheader.hxx.


2001-08-15  Malte Timmermann  <mt@openoffice.org>  [28af3238b87e888e5baca3bd5a23e82cc7a4c502]

#87153# Painting probs FocusRect and behavior of StackModeSelection


2001-08-15  Kai Ahrens  <ka@openoffice.org>  [55d2f17cbdb69a8003cc78eef0b2398b32dbfc15]

#90675#: new UI names (partly from resource) for format id's


2001-08-15  Joachim Lingner  <jl@openoffice.org>  [ce3c2f4cbf65d21304096427b7d189828b6a1c6e]

#89921# put the changes of the 638 branch in the toplevel revision


2001-08-15  Joachim Lingner  <jl@openoffice.org>  [8a8d26468d7593a54ee2bd2be209aef189e2b265]

#89921# XSystemTransferable::getData has a changed signature


2001-08-14  Martin Gallwey  <mtg@openoffice.org>  [6f8cfc388f5bd84c21b1f6af6b9aaf5ceecf4b96]

#91020# set temp base dir in webtop


2001-08-14  Philipp Lohmann  <pl@openoffice.org>  [875e9dd018a36e02c5aa2c983e801b3f63485cfa]

#90998# aRestoreFullscreen_ is not an indicator for override redirect anymore


2001-08-14  Philipp Lohmann  <pl@openoffice.org>  [c952799d1da3cc1139afa213cb95bc86b62eff11]

#90998# do not use NET_WM_STATE_SKIP_TASKBAR


2001-08-14  Kai Ahrens  <ka@openoffice.org>  [eb23df26cd2be4d2503e374e9e7d571e85b25cad]

#86173#: call ::AcceptDrop before ::ExecuteDrop in case of default action


2001-08-14  Kurt Zenker  <kz@openoffice.org>  [a741d8f63e617e46e39779a1e6eb1b3dad717a5a]

Merge SRC638: 14.08.01 - 16:40:54


2001-08-14  Kurt Zenker  <kz@openoffice.org>  [f1ff4c773769e4b606828b0817be8ae0d51a27fb]

Merge SRC638: 14.08.01 - 16:38:56


2001-08-14  Kurt Zenker  <kz@openoffice.org>  [f03293a9402dcdde88d23cc2ea906ac039c7f573]

Merge SRC638: 14.08.01 - 16:37:02


2001-08-14  Kurt Zenker  <kz@openoffice.org>  [8e9ad49f883cf98170c9b46223d67ff7ec649e6f]

Merge SRC638: 14.08.01 - 16:29:25


2001-08-14  Kurt Zenker  <kz@openoffice.org>  [1ca5076bf5e9dccac865416579c4b642f90ba962]

Merge SRC638: 14.08.01 - 16:28:40


2001-08-14  Thorsten Behrens  <thb@openoffice.org>  [7c4d3e7e341f64fc4ab532eb0c18cba3e6f86fc1]

#90760# Removed VCL defines


2001-08-14  Joachim Lingner  <jl@openoffice.org>  [fb39dca418a1ee7c85e6bb915ed6af5139f86ed5]

*** empty log message ***


2001-08-14  Joachim Lingner  <jl@openoffice.org>  [5c307598eb8a809c5b84c30dff2900bc6fcaea0a]

#91016# SHIFT causes ACTION_MOVE now


2001-08-14  Thorsten Behrens  <thb@openoffice.org>  [2036d5dbd75dca4ea5151b4994acdef8ba220d0b]

#90760# Removed VCL defines


2001-08-14  Kurt Zenker  <kz@openoffice.org>  [a574b7449f5da0ee5cbbfe594923dd083917a497]

new version for SRC640


2001-08-14  Philipp Lohmann  <pl@openoffice.org>  [d2538cee808d864a3309efea52cfcb2467dcd3ba]

#91019# output copies in pagesetup only when changed


2001-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2652d01feb321190324721cc79b04b8b2c56e5f1]

#65293#: find bmp locally


2001-08-14  Christof Pintaske  <cp@openoffice.org>  [5109db79c988c9971c7deda087da1b69bd156178]

#90570# try to strip off modify state to enable shortcuts


2001-08-14  Malte Timmermann  <mt@openoffice.org>  [44c518e34d479a631147c570814ff8c79fae2db6]

#90831# get FileDialog from UnoService...


2001-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbac4cb2eece62fd8621b1a110ca2b8345604e85]

#65293#: added freetype to dependencies


2001-08-14  Kai Ahrens  <ka@openoffice.org>  [b1f18d1dcece376c8b0a663923e8225741eeff51]

#91002#: don't write over pixel bounds


2001-08-14  Kai Ahrens  <ka@openoffice.org>  [20473c22aeb37c35a26ad956d5d0be6b3aded42d]

#90417#: mask out DND_ACTION_DEFAULT


2001-08-14  Christof Pintaske  <cp@openoffice.org>  [73f7d43c15baba3691126814437e7e882032880b]

#90393# get rid of wm window after reparenting to the rootwindow


2001-08-13  Kurt Zenker  <kz@openoffice.org>  [ae4077caaefd23a71350322a31fc9af436df238a]

Merge SRC638: 13.08.01 - 22:15:56


2001-08-13  Kurt Zenker  <kz@openoffice.org>  [311aa1ac7be72d4e30eddbf39df933425e20ca10]

Merge SRC638: 13.08.01 - 22:13:45


2001-08-13  Kurt Zenker  <kz@openoffice.org>  [4ae19c419e7c3b45678b64d801f9a71c598d04ff]

Merge SRC638: 13.08.01 - 22:12:27


2001-08-13  Kurt Zenker  <kz@openoffice.org>  [27603feb6a8fa4e37ecdfea20f83189a48790b79]

Merge SRC638: 13.08.01 - 22:12:46


2001-08-13  Kurt Zenker  <kz@openoffice.org>  [b7a6090ff437649fe3da732a8a24929fbcf13786]

Merge SRC638: 13.08.01 - 22:19:10


2001-08-13  Kurt Zenker  <kz@openoffice.org>  [f601526a28a4aed40cb3f1f3f41a893ff14fbc19]

Merge SRC638: 08/13/01 - 22:12:54


2001-08-13  Kurt Zenker  <kz@openoffice.org>  [a11bf5e5ee142b1fc55faa5e04e8b94412385668]

Merge SRC638: 13.08.01 - 22:11:34


2001-08-13  Kurt Zenker  <kz@openoffice.org>  [a05ba53fa805e2ddb055476c0e8114dd27e66ae5]

Merge SRC638: 13.08.01 - 22:12:17


2001-08-13  Rüdiger Timm  <rt@openoffice.org>  [2307b2da6c38ffe6694e0653201c78c798f5c0ca]

Merge SRC638: 13.08.01 - 22:10:36


2001-08-13  Kurt Zenker  <kz@openoffice.org>  [d55ec7aaaaa4186c2d5fdf01a56d3155959a1d86]

Merge SRC638: 13.08.01 - 22:10:32


2001-08-13  Kurt Zenker  <kz@openoffice.org>  [21828ad2b12c5c4c115813b960c4e23f16f6e77e]

Merge SRC638: 13.08.01 - 22:10:17


2001-08-13  Kurt Zenker  <kz@openoffice.org>  [f0555eaec82758dc5a387cd269a539f3d6686022]

Merge SRC638: 08/13/01 - 22:11:06


2001-08-13  Kurt Zenker  <kz@openoffice.org>  [b23e9d5dae6798d1e4341541e9abe5ce7471ac34]

Merge SRC638: 13.08.01 - 22:10:36


2001-08-13  Rüdiger Timm  <rt@openoffice.org>  [1cdae86459a28e21a7465e2eb023b16e24b96a03]

Merge SRC638: 13.08.01 - 22:08:52


2001-08-13  Kurt Zenker  <kz@openoffice.org>  [39b8284d64d190c3bdbb28f3e1977a5418019d1a]

Merge SRC638: 13.08.01 - 22:08:14


2001-08-13  Kurt Zenker  <kz@openoffice.org>  [74c9e7443c4d58f0ec755fbe7f00ec90bc5fd689]

Merge SRC638: 13.08.01 - 22:08:00


2001-08-13  Kurt Zenker  <kz@openoffice.org>  [e87bf6fa0fc8d311d56f9f21484670c3bd8e7ad7]

Merge SRC638: 13.08.01 - 22:07:37


2001-08-13  Kurt Zenker  <kz@openoffice.org>  [7bd826fc1159e9b3ac6e02000a203b54eeebd35a]

Merge SRC638: 08/13/01 - 22:08:18


2001-08-13  Kurt Zenker  <kz@openoffice.org>  [ee8598b4b185dcc24c829431e715db4bdf53626d]

Merge SRC638: 13.08.01 - 22:08:47


2001-08-13  Rüdiger Timm  <rt@openoffice.org>  [acdff83fb144969449f34bbaa139e7159ebec130]

Merge SRC638: 13.08.01 - 22:07:06


2001-08-13  Kurt Zenker  <kz@openoffice.org>  [1387fad32b133dab5f3ccf46cff0134ab7962ecd]

Merge SRC638: 13.08.01 - 22:07:18


2001-08-13  Frank Schönheit  <fs@openoffice.org>  [cf7b9e61fd6de1ac5ebff2419a0371f2e4f61fff]

#90967# corrected revokeScriptEvent, again (forgot to realloc the sequence)


2001-08-13  Philipp Lohmann  <pl@openoffice.org>  [34918b49121e8ef7ebc91689ba41e573178f8de7]

#90949# #90872# use FWS again, sanity check for net wm


2001-08-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e4bb7e827532644403256d944e5f1337ddf07553]

add addexes2


2001-08-13  Kurt Zenker  <kz@openoffice.org>  [2de9b0201e57c20188712f5226a32ef3b0e558fd]

new version for SRC638


2001-08-13  Kurt Zenker  <kz@openoffice.org>  [59c9b5859babd2b62f7dd9cac9d3e06b7430d89b]

new version for SRC638


2001-08-13  Sven Jacobi  <sj@openoffice.org>  [e43d6d35f30e882e560b7971050ab15c7937c5ae]

#90508# added import flags to be able to suppress setting of logical size in an jpeg import (this is necessary because pixel graphics in html have to be always mapmode pixel)


2001-08-13  th  <th@openoffice.org>  [766f5588fc3c59ffa006d520bc35d739606f9234]

#90844# - Correct handling for SystemSettingsChanging


2001-08-13  th  <th@openoffice.org>  [ba9ff89699c0a941a35a6ac5c3b8dc609a181ea2]

#90844# - Use correct UI-Font and removing ifdef VCL


2001-08-13  th  <th@openoffice.org>  [3f7425203698152f0306f87b3efd54bf3c0cd068]

#90844# - Add the documentation for this bug fix


2001-08-13  th  <th@openoffice.org>  [f4324aa1980cbf4fb028b8e2c6e97483075d90b2]

#90844# - Also for CJK text there is now a minimum space on all platforms


2001-08-13  th  <th@openoffice.org>  [279d35e1620a015613d479f8221fc79fcd7d1600]

#90844# - Better TabWidth calculation, when the system doesn't support Bold Text


2001-08-13  Herbert Duerr  <hdu@openoffice.org>  [9020e8ab4a0612ec0408264976b6c9fc5cab0797]

#90078# add antialiasing options to application settings


2001-08-10  Kurt Zenker  <kz@openoffice.org>  [780eb5a31cc97b6b2370a1d38303eff7121154d6]

Merge SRC638: 08/10/01 - 22:14:59


2001-08-10  Kurt Zenker  <kz@openoffice.org>  [efaa9a14a9eb0949d6598cc738c86e23a002e81b]

Merge SRC638: 10.08.01 - 22:11:41


2001-08-10  Kurt Zenker  <kz@openoffice.org>  [4548451852fd6815eb9031d85811912a8636d9d0]

Merge SRC638: 10.08.01 - 22:15:42


2001-08-10  Kurt Zenker  <kz@openoffice.org>  [10221f9d6a794363ad3e9742c5e619c549f6f9df]

Merge SRC638: 10.08.01 - 22:08:03


2001-08-10  Kurt Zenker  <kz@openoffice.org>  [e0ed92a9ef4ba71fe1c82b32497aea8c108432de]

Merge SRC638: 10.08.01 - 22:07:13


2001-08-10  Kurt Zenker  <kz@openoffice.org>  [10688f519effb2f10e54342b625469707cb40d9d]

Merge SRC638: 08/10/01 - 22:07:55


2001-08-10  Kurt Zenker  <kz@openoffice.org>  [2d4440f4f0d52736f29a62605d02f72c8eceea8c]

Merge SRC638: 10.08.01 - 22:13:54


2001-08-10  Herbert Duerr  <hdu@openoffice.org>  [05e05086738378a87cafef6f932c9322c08ef353]

#81967# fix case for 180 degrees


2001-08-10  Kay Ramme  <kr@openoffice.org>  [2f3c6c85ac2bdc11490e2d8ab7da64626952f0cd]

wait widget mapping (#79689#)


2001-08-10  Kay Ramme  <kr@openoffice.org>  [76df248752de90b0e7b063ea42b99c44cf5e5119]

ClipByChildren (#79689#)


2001-08-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [efce82d6538d8d0f0c1a32711600faeefc5c4d30]

#65293#: sync


2001-08-10  Herbert Duerr  <hdu@openoffice.org>  [1e5f9b6ec21ea6146af394d2f69befbf829ed35b]

#88107# GetFontToSubsFontName() returns case sensitive name


2001-08-10  Philipp Lohmann  <pl@openoffice.org>  [cb3cbbb05d14e716b0004a00440f53ecd61cdb49]

#90788# reset presentation window in destructor


2001-08-10  Malte Timmermann  <mt@openoffice.org>  [12599bba51dffefc98f85b5f5b578bde702aa50a]

#86454# corrected insertText()


2001-08-10  Vladimir Glazounov  <vg@openoffice.org>  [464ebb978de6b7d74fac8d4a44229db46d807dcb]

#65293# corrections for gcc


2001-08-10  Stephan Schäfer  <ssa@openoffice.org>  [9ce43b124495ae4a8f9d5492976200399c98d399]

#77230# remote svdem


2001-08-10  Malte Timmermann  <mt@openoffice.org>  [c0592e738f8b08997c806a8b8f41f3ab2f5be020]

#88020# Dialog can have a MenuBar


2001-08-10  Philipp Lohmann  <pl@openoffice.org>  [e33f9e919d6f57de23722a4da29131eb09676af5]

#90205# removed TF_SVDATA remnant


2001-08-10  Malte Timmermann  <mt@openoffice.org>  [d8e92e0b62f27c4bebd4f5f5e5145795917a5ee4]

#88238# isMutipleMode, use correct property


2001-08-10  Malte Timmermann  <mt@openoffice.org>  [e6dc4f01bf01bed97349e36dd5f1672b69ea33ac]

#88025# setAlignment, use correct property


2001-08-10  Malte Timmermann  <mt@openoffice.org>  [2a54cc00abc56923c3fd048eb3f9c0c1aa7b608a]

#88015# First/Last


2001-08-10  Frank Schönheit  <fs@openoffice.org>  [ab931c99a6cee652d0c23d0fa48ac31e3bbe1f68]

#87611# +GetCursor


2001-08-10  Frank Schönheit  <fs@openoffice.org>  [8c34504194353f71095cffae1eff987ac1f6e909]

#87611# +GetCursorPos / +GetCursorPosURL / +[Read|Write]ViewSettings


2001-08-10  Frank Schönheit  <fs@openoffice.org>  [8f5f7200908c83ae55338e4beca9de5c12b92c8e]

#87611# added AnyData (set of any) to the view data


2001-08-10  Frank Schönheit  <fs@openoffice.org>  [58e06d6d80bd613bc895196336e6393f3cb04055]

#87611# corrected a wrong asserting regarding value sets


2001-08-10  Malte Timmermann  <mt@openoffice.org>  [9edb3a5ced947eb2bb84634977cca36b0ca53475]

#88324# #88322# Date/TimeField First/Last


2001-08-10  Peter Burow  <pb@openoffice.org>  [cf8032c17ce6311d182e456e6b682f3665b3aff5]

fix: #89507# new helpids for file open/save


2001-08-10  Peter Burow  <pb@openoffice.org>  [27693f4622a8fa2191721e01d6836511f8dceee8]

fix: #89507# move HID_FILEDLG_LINK/PREVIEW_CB -> helpid.hrc (to export them)


2001-08-10  Malte Timmermann  <mt@openoffice.org>  [affe5c9c85b3387ebb76bf6329b41bb4880073ad]

#90821# BreakLine: At least one char in the line


2001-08-09  Philipp Lohmann  <pl@openoffice.org>  [ac7f87f44ba31acab564e54bcd2fb2b0df149363]

#88754# #88114# compatibility with more window managers


2001-08-09  avy  <avy@openoffice.org>  [acef31d71aaac35eacf65ebfa8b32f9862e9fde7]

new version for SRC638


2001-08-09  avy  <avy@openoffice.org>  [b35ec84922bb3ca82a6da97a95f21b52106a2539]

new version for SRC638


2001-08-09  Carsten Driesner  <cd@openoffice.org>  [3a2ff5006d69cd3730ca4ce0de93f6f42f7d0fb2]

#89254# read items in correct order and replace same entry


2001-08-09  Frank Schönheit  <fs@openoffice.org>  [28b8209b9823fa048e5fc1c6797bb57329ef34df]

#90744# deliver helpid.hrc


2001-08-09  Frank Schönheit  <fs@openoffice.org>  [d2c622330d3b28b75c6cc500c8db3682392effdd]

#90744# HID_FILESAVE_DOPLAY


2001-08-09  Frank Schönheit  <fs@openoffice.org>  [2e4bfa9d88ee9131a731102690b0cc8860e03471]

#90744# help ids for the file picker when operating as save as dialog


2001-08-09  Sander Vesik  <svesik@openoffice.org>  [1d810cec1012adb69c8eb2700deddc2bfe013a3b]

Merge from 1.5.4.1 to head


2001-08-09  Jörg Barfurth  <jb@openoffice.org>  [94985d75cc39325440deef266ab3bb1c311f426f]

#85017# Changed error messages


2001-08-09  Rüdiger Timm  <rt@openoffice.org>  [ad15d596722ea2b10890232703734a20fc8321d9]

new version for SRC638


2001-08-09  Kai Ahrens  <ka@openoffice.org>  [c8aec3f8200716d125cfd2bf768cc45f12af2e40]

#86473#: check alien formats first (::GetData) and try to get substitution data


2001-08-09  Stephan Bergmann  <sb@openoffice.org>  [99885547cdd25b230ad8c1ad161f64ab8cab9650]

#90000# Added INetURLObject::getAbbreviated().


2001-08-08  Kurt Zenker  <kz@openoffice.org>  [83354aff3b629a25585136960b3130ca120439b7]

new version for SRC638


2001-08-08  Philipp Lohmann  <pl@openoffice.org>  [17c11ab21ca84faf04b7cd458f82b2e51ff0ea83]

#88754# #88114# brushed up WM communication


2001-08-08  Frank Schönheit  <fs@openoffice.org>  [c2640e660c5f5a318c2c5c5739355ad42f885256]

#90716# the help button is the most-left one


2001-08-08  Eike Rathke  <er@openoffice.org>  [9aff48fffa1180260e0355cb15334acfa7837291]

#90249# transliteration equals: implementation didn't meet requirements


2001-08-08  Eike Rathke  <er@openoffice.org>  [1aac9ec97ce308bc40bdb1ef3a7497cc8d317a69]

#90249# transliteration equals: implementation didn't meet requirements, corrected comment


2001-08-08  Malte Timmermann  <mt@openoffice.org>  [7e4c1c10a27e7da192e0e6ac15b401714ac156ff]

#90417# DropAction in acceptDrag


2001-08-08  Malte Timmermann  <mt@openoffice.org>  [112e552f833732d50d5e2d756944e95796a56956]

#89855# CleanUps: No MATCH_CASE/BEST/..., differnce between FindEntry and FindMatchingEntry


2001-08-08  Malte Timmermann  <mt@openoffice.org>  [afc96d49b60d022f0dde3414ce7244c77ccd9cc2]

#89855# Use I18nHelper


2001-08-08  Malte Timmermann  <mt@openoffice.org>  [9c2e89865c02ee3aa0f2f3f1556f87f4588516c3]

#89855# MatchString, MatchMnemonic


2001-08-08  Kai Ahrens  <ka@openoffice.org>  [1281152fc0a4830d40deeda5d8bd0f6dbf39a1df]

#90624#: dither temporary bitmap, not original


2001-08-08  Kurt Zenker  <kz@openoffice.org>  [d03c85623983a266248b15c74a250749bd8b37f1]

Merge SRC638: 08.08.01 - 11:09:54


2001-08-08  Kurt Zenker  <kz@openoffice.org>  [161f17fcfd7239bc6bec6211a081a2658dd8f0fb]

Merge SRC638: 08.08.01 - 11:08:59


2001-08-08  Kurt Zenker  <kz@openoffice.org>  [db1faebd9370064af7984d1f88e0ad26f41d9059]

Merge SRC638: 08.08.01 - 11:08:15


2001-08-08  Kurt Zenker  <kz@openoffice.org>  [223077a4ce3896420561918853dd8ce6d9c110ec]

Merge SRC638: 08.08.01 - 11:06:47


2001-08-08  Kurt Zenker  <kz@openoffice.org>  [ffd844f981b99cc63cd6e6ebc6c95fb2031f3edb]

Merge SRC638: 08.08.01 - 11:06:30


2001-08-08  Kurt Zenker  <kz@openoffice.org>  [99f7c04d473dc1700099065b236d0274004539b2]

Merge SRC638: 08.08.01 - 11:06:33


2001-08-08  Kurt Zenker  <kz@openoffice.org>  [e7930701a80fd17c5f1a48615f0a399cce848c01]

Merge SRC638: 08.08.01 - 11:05:45


2001-08-08  Kurt Zenker  <kz@openoffice.org>  [ab3fd48adf5c5471fd23b8ce3bfe4956a8cc5ad5]

Merge SRC638: 08.08.01 - 11:04:51


2001-08-08  Kurt Zenker  <kz@openoffice.org>  [3088bf8357bd977e4286f647cc4ce5930c0bdc4a]

Merge SRC638: 08.08.01 - 11:05:28


2001-08-08  Kurt Zenker  <kz@openoffice.org>  [e0ce263e03c773ad4f20ea9c249557833da3bc5e]

Merge SRC638: 08.08.01 - 11:04:12


2001-08-08  Kurt Zenker  <kz@openoffice.org>  [fbfb2bf6886780eb204c3863d0fc584a5dc968bf]

Merge SRC638: 08.08.01 - 11:03:29


2001-08-08  Kurt Zenker  <kz@openoffice.org>  [80982d6c36e99a05a6ca8d097242262922ddd00c]

Merge SRC638: 08.08.01 - 11:02:27


2001-08-08  Kurt Zenker  <kz@openoffice.org>  [deb9c52b495c7f22ffac91e8d454338270c99d12]

Merge SRC638: 08.08.01 - 11:01:36


2001-08-08  Rüdiger Timm  <rt@openoffice.org>  [2cdcaa8b77f68f19e99931ee509c43403dd9edcc]

Merge SRC638: 08.08.01 - 11:01:10


2001-08-08  Kurt Zenker  <kz@openoffice.org>  [1eed38909720e4939a29271e6277ee28a086ee76]

Merge SRC638: 08/08/01 - 11:01:34


2001-08-08  Kurt Zenker  <kz@openoffice.org>  [e0c9f81b35961d16e5e40ac1137ebed7692e4c64]

Merge SRC638: 08.08.01 - 11:01:33


2001-08-08  Kurt Zenker  <kz@openoffice.org>  [ff392dac38af9b873200955f2f32b1e0b1a51922]

Merge SRC638: 08.08.01 - 11:00:06


2001-08-08  Kurt Zenker  <kz@openoffice.org>  [5fae0b9427ba062bb0864e82d7270e776cfe1680]

Merge SRC638: 08.08.01 - 11:00:18


2001-08-08  Kurt Zenker  <kz@openoffice.org>  [a04fc482753154fb4ffdf10aba9017fcb36f202b]

Merge SRC638: 08.08.01 - 10:59:50


2001-08-08  Rüdiger Timm  <rt@openoffice.org>  [e50ec77df16e8ad10791848f2035d9602a2a5436]

Merge SRC638: 08.08.01 - 10:59:39


2001-08-08  Rüdiger Timm  <rt@openoffice.org>  [33b270a9788c9cd10d421c4fa945a50ad56adc15]

Merge SRC638: 08.08.01 - 10:59:33


2001-08-08  Kurt Zenker  <kz@openoffice.org>  [7a6ae796252d64b282453ee33ebc2141fb36e464]

Merge SRC638: 08.08.01 - 10:59:25


2001-08-08  Kurt Zenker  <kz@openoffice.org>  [f6488829c610959f26822c6531895a6c793205b6]

Merge SRC638: 08.08.01 - 10:59:03


2001-08-08  Kurt Zenker  <kz@openoffice.org>  [93a5701b62be49b8b175ac791c36eda02cf734f5]

Merge SRC638: 08.08.01 - 10:58:34


2001-08-08  Rüdiger Timm  <rt@openoffice.org>  [ab0018a2c2992e1626b32b5ccbbcf84ee38bbc79]

Merge SRC638: 08.08.01 - 10:58:12


2001-08-08  Joachim Lingner  <jl@openoffice.org>  [2f9f37278764f145d896c9507a532a606e17c7a2]

86173


2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [cd111987e069dd4c7ae298e7e63a22117553d3c6]

Change concerning new MSDDEV compiler


2001-08-07  Eike Rathke  <er@openoffice.org>  [80dbfec10f4d8b96255ab6b0fd597adc4cc0684f]

#90609# ImpAdjustFormatCodeDefault: distinguish between type short/medium/long defaults and set THE medium/long/short default


2001-08-07  Eike Rathke  <er@openoffice.org>  [91b2fd16b494bd5de023fe1f43f8ec67126e984e]

#90609# distinguish between type short/medium/long defaults


2001-08-07  Kay Ramme  <kr@openoffice.org>  [7015d27a1873f5410d047705a604051bf86eae97]

shape fixed; map sencondary; destroy in correct order (#79689#)


2001-08-07  Frank Schönheit  <fs@openoffice.org>  [3f23055ccdce0a5e6a2848157fd276bdaf2fc66c]

#87029# new ctor / IsFileSelected / GetSelectedFileURL: now able to operate the dialog in a 'no open - select only' mode


2001-08-07  Frank Schönheit  <fs@openoffice.org>  [b5b781a9a373a21cb2f51eefefec34ff94d56b45]

#87029# +SvtTemplateWindow::GetSelectedFile


2001-08-07  Frank Schönheit  <fs@openoffice.org>  [4285e801abf8c663db35d18751d50db760a27c3b]

#87029# new tor / IsFileSelected / GetSelectedFileURL: now able to operate the dialog in a 'no open - select only' mode


2001-08-07  Nils Fuhrmann  <nf@openoffice.org>  [6efae23343854fa11fea76938b88b349bb5e140d]

Removed globlac.hrc


2001-08-07  Philipp Lohmann  <pl@openoffice.org>  [6477c31455bcef203680deef44585bfe8c67516e]

#90205# removed old system excahnge interface


2001-08-07  Nils Fuhrmann  <nf@openoffice.org>  [b1261d00f22d5c31043a5941679c4263c3bed5d5]

Added globlac.hrc


2001-08-07  Kurt Zenker  <kz@openoffice.org>  [8837d11293ec0807731122df8f6b787106b77a1e]

Merge SRC638: 07.08.01 - 15:34:34


2001-08-07  Kurt Zenker  <kz@openoffice.org>  [3b38b84f375a26a2e97da73600361efa913df8ab]

Merge SRC638: 07.08.01 - 15:33:04


2001-08-07  Kurt Zenker  <kz@openoffice.org>  [7f33d02f996c098f51554a44fed2cb0a89552bc9]

Merge SRC638: 07.08.01 - 15:31:43


2001-08-07  Kurt Zenker  <kz@openoffice.org>  [e1f635d042242927d6b654760f9b74867b42d0d9]

Merge SRC638: 07.08.01 - 15:30:24


2001-08-07  Sven Jacobi  <sj@openoffice.org>  [1b4b79b995f7e809fe96c873c0effceb6634f610]

#89862# #90358# matching of document filter to graphic filter


2001-08-07  Sven Jacobi  <sj@openoffice.org>  [33feee6f77af82a55f2b465015973550cb662802]

#89862# importing pcd using the correct resolution


2001-08-07  th  <th@openoffice.org>  [5bab2be118c0bfeadd16fa3458baf3971ed53a14]

#88114#/#77230# - better window styles for frame windows


2001-08-07  th  <th@openoffice.org>  [77b2f8cdc79695355d2d9de4e185f5d082744598]

#88114#/#77230# - Better window styles for frame windows


2001-08-07  th  <th@openoffice.org>  [441b17a2c9544f67df6f1bc186a9a1c1338eb049]

#88114#/#77230# - New Classnames for classes without icon and with CS_SAVEBITS


2001-08-07  th  <th@openoffice.org>  [9d5b0f8a43d4047bc73b4a6036c739bcb911b152]

#88114#/#77230# - mbFixedBorder


2001-08-07  th  <th@openoffice.org>  [d711dbd7203285238d62e69e36364c7b5875eaa2]

#77230# - Close() now handled correct


2001-08-07  Carsten Driesner  <cd@openoffice.org>  [e90551849ec49eff0e7535dc4e2b7e91fcef9de0]

#90434# Change of profiling time stamp format


2001-08-07  th  <th@openoffice.org>  [d8282b37db3fd66df89dc160b23fabef8b66ff2a]

#77230# - Close() is now ignored, if the closer couldn't disablet in the system/remote frame


2001-08-07  th  <th@openoffice.org>  [7dad714ab3b538a71a0b30c32b1b36d10d96cb2e]

#77230# - Close() works now correct


2001-08-07  Nils Fuhrmann  <nf@openoffice.org>  [775b04567de9928e500c37d2815ea19163cd2dd0]

UTF8 encoding for CJK languages #87134#


2001-08-07  Kai Ahrens  <ka@openoffice.org>  [edb446f4e59270e05798716a6450ec5f4230ec61]

#85548#: no missing edges for bitmaps from metafiles


2001-08-07  Frank Schönheit  <fs@openoffice.org>  [1e7be9b89032486b6acb52ca00f95d2cbdc7511c]

#87254# UnoRadioButtonControl::createPeer: enable AutoToggle on the newly created peer


2001-08-07  Frank Schönheit  <fs@openoffice.org>  [214cb66adf586280b5ab02b8aa1f06a0739d472b]

#87254# ImplCreateWindow: when creating a radio button, disable RadioCheck


2001-08-07  Joachim Lingner  <jl@openoffice.org>  [e215e0501493d6d18903d3f0f4aec17a04576a60]

#89921# XSystemTransferable is generated now


2001-08-07  Joachim Lingner  <jl@openoffice.org>  [44c072005512546f8fba6ddd62c37f6fb6196a13]

#89921# The transferable implementation also implements XSystemTransferable now


2001-08-07  Stephan Schäfer  <ssa@openoffice.org>  [da64105754ac2dcc8645009d70ed47407961f69e]

#89867# stop grabbing the focus in button events when running as plugin


2001-08-07  Frank Schönheit  <fs@openoffice.org>  [593d1d469c1979032e9478b2778ececf9ea9e1ae]

#90621# corrected revokeScriptEvent


2001-08-06  jp  <jp@openoffice.org>  [f13ef97b4bf9c5fdc30e5c1400203cce2bd7dc63]

Bug #90660#: additional method CopyString with FormatId


2001-08-06  Jörg Barfurth  <jb@openoffice.org>  [61982543b08a3774a724a2bc84abc7161219460c]

#85017# Fixed error message generation: Removed proposing a resolution; Properly display 'bootstrap.ini'


2001-08-06  Eike Rathke  <er@openoffice.org>  [e7ad9a920a7fc40cb582d072ec1622c5907a2cab]

#90249# moved inline isEqual()/isMatch() to implementation


2001-08-06  Kurt Zenker  <kz@openoffice.org>  [615a64f73089f6515688f2d6681032b034b7a89f]

new version for SRC638


2001-08-06  Kurt Zenker  <kz@openoffice.org>  [537f2b973b9796fb10c8451b5af05f5cacb30350]

initial version


2001-08-06  Philipp Lohmann  <pl@openoffice.org>  [3c3da0a02e90ad87ab46649aefac6bcdf0851f83]

#90518# set locale for lpstat


2001-08-06  Kurt Zenker  <kz@openoffice.org>  [fa606c21dbd9a92dbe3fa05d079ef3e66cbbdde0]

new version for SRC638


2001-08-06  Kurt Zenker  <kz@openoffice.org>  [671068aaadfaa911a3ee912fd90f132cd2181df3]

initial version


2001-08-06  Kurt Zenker  <kz@openoffice.org>  [02322e94676a2ee2f058cdbaaf95a1777ae4f0da]

new version for SRC638


2001-08-06  jp  <jp@openoffice.org>  [257791c2669175087c71f5dab1a083ee02bfdc73]

Bug #88121#: WriteObject - write ASCII text as UTF8


2001-08-06  Eike Rathke  <er@openoffice.org>  [cf839d30136ddcec558083c04f7bcf3f491ceb20]

#90249# performance: transliteration isEqual()/isMatch() instead of compareString()==0


2001-08-06  Eike Rathke  <er@openoffice.org>  [6a223fe7cb7de2c9f0ce9f24d5a6c16a44a6a263]

#90249# chg: equals() --> isEqual(); add: isMatch()


2001-08-06  Kurt Zenker  <kz@openoffice.org>  [28886e45838e9f26c8e98fc63fc5c304849a794b]

Merge SRC638: 06.08.01 - 10:29:31


2001-08-06  Kurt Zenker  <kz@openoffice.org>  [4876f262bb37d67ecd1ab0305ef0dfb9c1a99b63]

Merge SRC638: 06.08.01 - 10:29:16


2001-08-06  Frank Schönheit  <fs@openoffice.org>  [bcc3188716bf9acee7be2e80a2c0d48886e99140]

#90554# missing break


2001-08-03  Vladimir Glazounov  <vg@openoffice.org>  [29dc3fc4306fdac908119b6dd07db975633a4ce2]

testing


2001-08-03  th  <th@openoffice.org>  [2e15b7317039193558121dee3e1b6e72bc1b494f]

*** empty log message ***


2001-08-03  th  <th@openoffice.org>  [317bad47fdc5d830757e3a43328e34004edd97f3]

#88232# - Update to new font


2001-08-03  Stephan Schäfer  <ssa@openoffice.org>  [dcb69d10e7e3ebf3c62314dcbc304a3afda38f7c]

#90418# transmit additional attributes, create and initialize clipboard remotely


2001-08-03  Nils Fuhrmann  <nf@openoffice.org>  [d047a8520164d92837ded80d5a544cce01b1d599]

Added transex libs


2001-08-03  Nils Fuhrmann  <nf@openoffice.org>  [f24b0a9ad4266320d798133b245c661f99fff23a]

Test


2001-08-03  Malte Timmermann  <mt@openoffice.org>  [7d309fb0e3304ef5aafe0188eef0fe1d5da79b23]

#89855# I18nHelper


2001-08-03  Sven Jacobi  <sj@openoffice.org>  [893b5a41f5b48b6387e31b87d6b5cf317ed88dbf]

#89862# added method to get the filter type name


2001-08-03  Malte Timmermann  <mt@openoffice.org>  [b45da27259cdc394741785cf67144ee279142d1c]

#89855# I18nHelper


2001-08-03  Eike Rathke  <er@openoffice.org>  [68cc08c36ee39264e3b2a28cb3541cd6c2408d38]

#90249# add: equals( const String&, const String& )


2001-08-02  Herbert Duerr  <hdu@openoffice.org>  [6412740457bc2b0f8d4237920d34a01da275db05]

#81967# enable embedded bitmap rotation


2001-08-02  Frank Schönheit  <fs@openoffice.org>  [cd6813acb99dfc5f0d74e523b1b6040199b6f65a]

corrected getUniqueSetElementName


2001-08-02  Eike Rathke  <er@openoffice.org>  [b9f41011a120370b42667fe0541c1fdf0085b198]

#90412# performance: more locale dependent stuff loaded on demand and some cached items


2001-08-02  Frank Schönheit  <fs@openoffice.org>  [a1f829bf5ddb10dfa25ef20520b8058398446a2a]

corrected getUniqueSetElementName


2001-08-02  Frank Schönheit  <fs@openoffice.org>  [198436a88f8a2bcb99a4a8504e3635b06ccaa00f]

#90492# corrected german text for SALUTATION


2001-08-02  Frank Schönheit  <fs@openoffice.org>  [a4b8e07aec350ffe3480ba939315fca7e99754b7]

#88530# +wizardheader


2001-08-02  Frank Schönheit  <fs@openoffice.org>  [212d18ce6a0f4225600a237aa588fe71a7f427cd]

#88530# added functionality for adding a WizardHeader (upon request of the derived class)


2001-08-02  Jörg Barfurth  <jb@openoffice.org>  [105c9a46f15754007c7781229fe891cba8720435]

#81412# Unified bootstrap support for application and configuration


2001-08-01  th  <th@openoffice.org>  [8cd73e18cf05e8a5ddc67475b2743be6ff40c26b]

#89855# - No Trailing zeros in FontSizeBox


2001-08-01  Michael Brauer  <mib@openoffice.org>  [3de0b16083aac4917cfb12ef6203933592d92736]

#90471#: GetSOLoad/StoreTextEncoding


2001-08-01  Malte Timmermann  <mt@openoffice.org>  [1d970fc65d96fd1096d1b4180897ad940e7db7b8]

#89894# Width of DD-Box with nDDLineCount < nEntryCount...


2001-08-01  Thorsten Behrens  <thb@openoffice.org>  [0e410d6a9e816dc7d69d0a609b40303c3eb7b03e]

#90131# removed ENABLEUNICODE


2001-08-01  Kurt Zenker  <kz@openoffice.org>  [ce2a978e4fd7ded693b7eac260513b1998be53b7]

new version for SRC638


2001-08-01  Martin Gallwey  <mtg@openoffice.org>  [b990c7e544391fcc9e2b6fe510055c3e867804aa]

#89482# fix for solaris


2001-08-01  Martin Gallwey  <mtg@openoffice.org>  [5974cb216c826fb0117a8849214903877ee5cd25]

#89482# fix for solaris...CVS munged the case


2001-08-01  Martin Gallwey  <mtg@openoffice.org>  [f3a6a79ed34262f0b24656178ca094e28a1e63f9]

#89482# added XTempfile


2001-08-01  Martin Gallwey  <mtg@openoffice.org>  [148fc2dbe612547a517a18bd4d9cde18e173dc1a]

#89482# initial import


2001-08-01  Philipp Lohmann  <pl@openoffice.org>  [aed4ee5cf21986be5630366e2d042dc0949d561f]

#90469# persistence for more font members


2001-08-01  Martin Gallwey  <mtg@openoffice.org>  [86e1ec1d9fffd296b9239e5dc5a5cd7f5b2053e8]

#90187# Generate CppuType correctly


2001-08-01  Kurt Zenker  <kz@openoffice.org>  [80bd6ed4864a51317fd0b8a920f2abd8aa4acfad]

new version for SRC638


2001-08-01  Kai Ahrens  <ka@openoffice.org>  [5e39ec46b6c20e28ed631b7bcd09d930a7f26372]

#90426#: added default action flag for d&d structs


2001-08-01  Nils Fuhrmann  <nf@openoffice.org>  [c8d486d78d8d96cbb7a17d52b3d1969c8008f851]

Fixes for merge #87134#


2001-07-31  Kurt Zenker  <kz@openoffice.org>  [2485dd76fa3b3858ccf93a4d29a4b54445a08fad]

Merge SRC638: 31.07.01 - 22:10:53


2001-07-31  Kurt Zenker  <kz@openoffice.org>  [f5c68acf466f4a69ed7e167440535861921a844e]

Merge SRC638: 31.07.01 - 22:10:36


2001-07-31  Kurt Zenker  <kz@openoffice.org>  [7091c66c65aa251cae94b29ddefbff55e60e3e4d]

Merge SRC638: 31.07.01 - 22:09:09


2001-07-31  Kurt Zenker  <kz@openoffice.org>  [68780257146ee114805f4ade3628c27bf912e0ac]

Merge SRC638: 31.07.01 - 22:08:38


2001-07-31  Kurt Zenker  <kz@openoffice.org>  [7816b3b44ad1b67a3dcf2e951e2163645827f00d]

Merge SRC638: 07/31/01 - 22:08:55


2001-07-31  Philipp Lohmann  <pl@openoffice.org>  [b8bde4dacbd9e791f7f48147a9ceb41dcf0ce9f1]

#90424# ignore size 0 frames when calculating new frame size


2001-07-31  Armin Theissen  <armin@openoffice.org>  [4c7a5b437922bbd2bbaf34a66da08d3ab9e55167]

corrected path for BMP


2001-07-31  Nils Fuhrmann  <nf@openoffice.org>  [3dec231eed9a6e02811742b0923c93bd55128048]

Fixes problems with new texts


2001-07-31  Martin Hollmichel  <mh@openoffice.org>  [5434fb54fe9d5b6e11c6e90d4c155347c752e1a7]

add: BMP var


2001-07-31  Armin Theissen  <armin@openoffice.org>  [8d0a28155235481d5ea856c4626f771f4e8382ec]

added missing internal dependency on bmpmaker for brwbox


2001-07-31  Philipp Lohmann  <pl@openoffice.org>  [5ad59a3520b5fd4cc5d7c46aec76dbb17bc254ba]

#89075# #89335# workaround for office code


2001-07-31  Malte Timmermann  <mt@openoffice.org>  [28d691a095d0de340dba603e34d81b7c1bc50776]

#90417# acceptDrag only with offered DropAction


2001-07-31  Nils Fuhrmann  <nf@openoffice.org>  [7fb299c92dd5bb3671970e2f232ea809d43a0d4d]

Fixed handling of removed items of lists


2001-07-31  Oliver Braun  <obr@openoffice.org>  [da851e2a81d9f0712c8f93def8eb324c7d62775d]

#9042 # remove ACTION_DEFAULT flag from dropAction


2001-07-31  Nils Fuhrmann  <nf@openoffice.org>  [d6f71a2d93a6d5c18054c8cb5a7d519c7c829214]

Added SFX.xcd to negative list


2001-07-31  Philipp Lohmann  <pl@openoffice.org>  [7d5c9c34e07dd1722b2fdce88deda60172f4cb9e]

#90417# react on multiple actions in accept


2001-07-31  Stephan Schäfer  <ssa@openoffice.org>  [257ea0a7b6501ea71d9c75a49811792e39ae5764]

#90390# player icon added


2001-07-31  Martin Hollmichel  <mh@openoffice.org>  [ed8364b2e533f486743bf389120e490d4322d495]

add: dependencies


2001-07-30  Thorsten Behrens  <thb@openoffice.org>  [8b64d134204fd7af21dddc3e617113480285bb53]

Cleaned up german strings


2001-07-30  Frank Schönheit  <fs@openoffice.org>  [80dc7345cdbcde17bfb068e949181eeb599e44e0]

#88530# changes so that the dialog can be called for editing the pure field assignment only


2001-07-30  Sven Jacobi  <sj@openoffice.org>  [bc64fc6151e4359e66940028cc362b961354e56c]

#90219# beware of using an invalid FilterHdl


2001-07-30  Thorsten Behrens  <thb@openoffice.org>  [7a73ad8255ec00ab26ce82de89f2fd96f49de456]

#90267# TF_FILEURL removed


2001-07-30  Kai Ahrens  <ka@openoffice.org>  [c434b4ba831af192de35024c99804b21b4d7a0f1]

#89545#: GetMainURL changes (no default parameter anymore)


2001-07-30  Kai Ahrens  <ka@openoffice.org>  [9a016fc641c67da5035e211e8998d30c400b85f9]

#89545#: GetMainURL changes (no default parameter anymore)


2001-07-30  th  <th@openoffice.org>  [3430c5919eb7e3f8624f19b2a59686e02fd84569]

#90337# - IME-Status is now also updated after an GetFocus()-Event


2001-07-30  th  <th@openoffice.org>  [fc0aefb05625daf92b20b6b05bdc44bc1670e42e]

#90337# - IME-Input now handle in an global scope and not related anymore to the actual frame


2001-07-30  Thomas Lange  <tl@openoffice.org>  [d356683a9bc948ef251a10e1c074cc3ec5ac9c02]

#89209# calculation of icon column width fixed


2001-07-30  Thomas Lange  <tl@openoffice.org>  [f58c6a0edb52bce88a5d22de8f5143d5e67cdcef]

#89209# GetBoundRect added to SvxIconChoiceCtrlEntry


2001-07-30  Joachim Lingner  <jl@openoffice.org>  [4b34eddad4235ddd63706e244eee608f8eb35411]

#90205# removed code included by #ifndef TF_SVDATA


2001-07-27  Kurt Zenker  <kz@openoffice.org>  [6c542bd5ff3aa142852b35db1bd8f04a37e839e9]

Merge SRC638: 07/27/01 - 22:07:17


2001-07-27  Kurt Zenker  <kz@openoffice.org>  [e6a764b501f2dcdc58c855eeb46321b840662890]

Merge SRC638: 27.07.01 - 22:05:35


2001-07-27  Kurt Zenker  <kz@openoffice.org>  [c876bc960c8c063e0f23910e771cf9ba2345a094]

Merge SRC638: 27.07.01 - 22:05:32


2001-07-27  Vladimir Glazounov  <vg@openoffice.org>  [b8ddb317a650173c7f3bdee97b6b3b9deb609934]

Merge SRC638: 27.07.01 - 22:05:44


2001-07-27  Vladimir Glazounov  <vg@openoffice.org>  [13287f2bd6ee73ec91d2b304325f5438935b799e]

Merge SRC638: 27.07.01 - 22:04:26


2001-07-27  Kai Ahrens  <ka@openoffice.org>  [5068c6e99fd570e9c180444c489f6a31047bc6f4]

#89294#: further optimization of transparent printing


2001-07-27  Dirk Völzke  <dv@openoffice.org>  [6377c526d3821c1703dabb18abdfeb6aa3191c93]

#90326# Delete and Rename now use an interaction handler


2001-07-27  Stephan Schäfer  <ssa@openoffice.org>  [137b6cd83753b1aea84e1ccedbd3e3bb30c31cfa]

#90329# avoid recursion in ImplUpdateCursorRect


2001-07-27  Stephan Schäfer  <ssa@openoffice.org>  [8ff84b827cd97b86e06d0bba13e6c88f9f473884]

#90329# transmit cursorpos only via ImplUpdateCursorRect


2001-07-27  Philipp Lohmann  <pl@openoffice.org>  [857b9aa0404b1f5c1e1c50a9d3ec356184745cbb]

#81400# workaround for Exceed


2001-07-27  Oliver Braun  <obr@openoffice.org>  [cfaaf6434b9be6bc731729b0bf70f923d2c31d99]

#89829# updated and reactivated


2001-07-27  Oliver Braun  <obr@openoffice.org>  [93a7e7a1037ec5ecdc949599a6ab0f608162db52]

#89829# generic reactivated


2001-07-27  Malte Timmermann  <mt@openoffice.org>  [22af793be0342eb1ce66ac6c8839d7918651dae3]

#88347# bCreatedWithToolkit...


2001-07-27  Kai Ahrens  <ka@openoffice.org>  [58a54921d3bebcf091cba06ce3f778416e1f6d0c]

#89094#: REMOTE_APPSERVER changes


2001-07-27  Philipp Lohmann  <pl@openoffice.org>  [ff0254a04a3502fae6ad74beab918729cd6b302c]

#90267# removed TF_FILEURL


2001-07-27  Hennes Rohling  <hro@openoffice.org>  [d1c775621efcdb1ceace314b0f7d73bcb4c1dc37]

90267# Removed TF_FILEURL defines


2001-07-27  Philipp Lohmann  <pl@openoffice.org>  [cf55f0aa624bb4c7bc9f64f437ef38db2a07b754]

#90267# remove TF_FILEURL


2001-07-27  Kurt Zenker  <kz@openoffice.org>  [024bb7c3e3b8ece23b203d3fa720d88145b54272]

Merge SRC638: 27.07.01 - 08:18:01


2001-07-27  Kurt Zenker  <kz@openoffice.org>  [f9ca7b27e7df42e28cfd0818f4745f9f42feb996]

Merge SRC638: 27.07.01 - 08:17:03


2001-07-26  Kai Ahrens  <ka@openoffice.org>  [80b43d8872d39adbfe98be49c610e72eac764be2]

#89294#: optimization of transparent printing


2001-07-26  Philipp Lohmann  <pl@openoffice.org>  [2cbaa00ee7b59060613be2a104a8e30b06c46182]

#i1188# attempt to suppress level 2 commands from PPD in level 1


2001-07-26  Philipp Lohmann  <pl@openoffice.org>  [15b9a652c7d39bbc03d01b2490195a04a2a25db2]

#i1174# irix issues


2001-07-26  Philipp Lohmann  <pl@openoffice.org>  [a4af0d8409b27bddca70221e02b4870d3c5d350e]

#i1078# irix changes


2001-07-26  Philipp Lohmann  <pl@openoffice.org>  [38f9cf810283c907b7b6929dd6e4543c1ded0eb3]

#90107# default action in XDND case


2001-07-26  Rüdiger Timm  <rt@openoffice.org>  [8a1a7bedf6babfa82d53dc40556b030611f03c19]

#87576# unoifac3.hxx is obsolete


2001-07-26  Oliver Braun  <obr@openoffice.org>  [87896305a19df9138ccdfb245b0b51996186eb65]

#88409# initialize clipboard and d&d on demand


2001-07-26  Rüdiger Timm  <rt@openoffice.org>  [808a8ba4abbd972ad4c1d82922317554b6c4e59c]

#87576# exception specification added


2001-07-26  Malte Timmermann  <mt@openoffice.org>  [49a7846c619a330d7667524349b8fb83ed0f0838]

#86374# CheckBoxes are supporting XButton now...


2001-07-26  Tino Rachui  <tra@openoffice.org>  [70b6ba2bb4809999df660b17a47eee608ef5b61b]

#90282#fixed erroneous resource management in ctor/dtor and added some additional assertions to detect errors at program time


2001-07-26  Tino Rachui  <tra@openoffice.org>  [c52995db062dc8f7c72535f629469947c212bf09]

#90282#error check in getContents


2001-07-26  Philipp Lohmann  <pl@openoffice.org>  [045b19736b03a1ad224fa77935739f2073b0f744]

#89556# workaround for broken fonts


2001-07-26  Tino Rachui  <tra@openoffice.org>  [64aae24159aeec1a0ff86aaa3ffa949767890766]

#90282#additional assertion to detect errors earlier


2001-07-26  Tino Rachui  <tra@openoffice.org>  [77fe6648b6bc38730d5b6afb2e00ccbc5c09d0f8]

#87296#now setting lindex to 0 if clipboard format is cfstr_filecontents in formatetcfromclipbformat


2001-07-26  Dirk Völzke  <dv@openoffice.org>  [efa5bc102d04d74eebe64941bb9e5a079d645adc]

#90205# remove TF_SVDATA


2001-07-26  Joachim Lingner  <jl@openoffice.org>  [21af68156bfc5a55c2bdf77cd265b0ac604cf306]

#86173#


2001-07-26  Dirk Völzke  <dv@openoffice.org>  [d25b1f014434a2d67dcbbe77891931f84f065bb0]

#90205# remove TF_SVDATA


2001-07-26  Tino Rachui  <tra@openoffice.org>  [13b528918984328a945f1fdb4e0e22a9d2a60aca]

*** empty log message ***


2001-07-26  Thorsten Behrens  <thb@openoffice.org>  [984b73102d40a825e3c88c0681b0e13ac0849c2f]

#90205# Removed header and TF_SVDATA


2001-07-26  Malte Timmermann  <mt@openoffice.org>  [5ce07c346ce287563c1305e2306d266df2442625]

#88856# addControl: check if control is NULL


2001-07-26  Stephan Bergmann  <sb@openoffice.org>  [d05b8052cfa4d4de841943466482233ffeec1f2b]

#89661# ConcatData()'s rThePath now always uses WAS_ENCODED regardles of eMechanism.


2001-07-26  Stephan Bergmann  <sb@openoffice.org>  [bbe8b808ce1798f4a9f8101db1d564d159dc767b]

#90171# Added vnd.sun.star.script and getParameter().


2001-07-26  Stephan Bergmann  <sb@openoffice.org>  [c22fed73afeaaf65427fcb19ea5dd7b3c6539b4f]

#90171# Added vnd.sun.star.script and getParameter(); removed obsolete TF_FILEURL.


2001-07-26  Ocke Janssen  <oj@openoffice.org>  [aad0217801925758e720fa078a1be49a281d0ec5]

#89831# new method to append an existing node with different name


2001-07-25  th  <th@openoffice.org>  [48bf44eac2bd80b5d7c2a69e6408b4e6c18b4b2a]

#88233# - Better fontmapping for symbol fonts


2001-07-25  Stephan Schäfer  <ssa@openoffice.org>  [dc94c0a65c95629aad6b018753199b83df5accc0]

#90232# no cursorect update in eventhandler


2001-07-25  Herbert Duerr  <hdu@openoffice.org>  [9d82ce93e281508d93017d36759a297dbbd87121]

#89114# GetGlyphBoundRect() no longer relative to lineheight but to ascent


2001-07-25  th  <th@openoffice.org>  [c674ec4e5ac66835f2c45852c6abd1bfa4af9dca]

#88207# - Better handling, when we query the font attributes from the system


2001-07-25  th  <th@openoffice.org>  [597579274411930d5de55562c245185d60957310]

#90096# - Use the correct Window in GetDropTarget()


2001-07-25  Philipp Lohmann  <pl@openoffice.org>  [b92a136c35c18fdb6bf227603490b661401d8797]

#90205# removed old system exchange implementation


2001-07-25  Frank Schönheit  <fs@openoffice.org>  [186a69ffd47aee0d451eef9bb5509fccc19625f6]

#90205# remove TF_SVDATA


2001-07-25  Kai Ahrens  <ka@openoffice.org>  [7c230e033e14868d288fd7935f0e3302881f6e50]

#89094#: draw gradients with correct numbers of stripes/cleanup


2001-07-25  Malte Timmermann  <mt@openoffice.org>  [98fbbcea61b6de4c0846ee847b1c65918bdcffa6]

#90205# -TF_SVDATA


2001-07-25  th  <th@openoffice.org>  [bafbcab782ba5d5efee9e3cebc69a1677588c2aa]

#89724# - Add ITC ... support and add Applixware fonts for better font mapping


2001-07-25  Philipp Lohmann  <pl@openoffice.org>  [9c58157d20fc053962dda2214b3e7b5698e09c8f]

#90205# removed obsolete headers


2001-07-25  th  <th@openoffice.org>  [6be2910142fcf61715f0c38151b54cdf673d463e]

#89090# - Invalidate now the correct area in Resize()


2001-07-25  th  <th@openoffice.org>  [0929bf6396af5ccb2067c39e2dd771365774d0eb]

#90205# - remove DDScroll()


2001-07-25  Philipp Lohmann  <pl@openoffice.org>  [25d11b0fd251fe49d639ab2d18704fd3331ddf33]

#90131# SalSystem class removed


2001-07-25  th  <th@openoffice.org>  [123849738509499d6735bc6f5a98db34e39292e1]

#89841# - don't call GdiFlush() so often


2001-07-25  th  <th@openoffice.org>  [9c4c08115c49e4ae5527d39a20343844063d117a]

#90131# - remove salsys.cxx


2001-07-25  th  <th@openoffice.org>  [f82a8ff4e81bb0a8b2004d2691bcf7f8fb7e453e]

#90131# - remove ENABLEUNICODE


2001-07-25  th  <th@openoffice.org>  [0293d8c4dddfc8b0399bbc5dd30ff998805a1ea7]

#90205# - not needed anymore


2001-07-25  th  <th@openoffice.org>  [3384056eb1a2cf26fb3fc6ec00c7f8b66d0d435d]

#90205# - remove TF_


2001-07-25  th  <th@openoffice.org>  [c28024e0bb8f0cfabeea0c46b8a954d9ffb3f2f2]

#90205# - remove TF_


2001-07-25  th  <th@openoffice.org>  [cd651ba94b308524f48c70db794234e96d8e417a]

#90131# - remove ENABLEUNICODE


2001-07-25  Dirk Völzke  <dv@openoffice.org>  [2d1e566749cda31faafec015038aac2dcd7b3b46]

#89928# Use the dateCreated when there is no dateModified


2001-07-25  Dirk Völzke  <dv@openoffice.org>  [a81e5967c8e41cc92deae9718da78708c9d60c74]

#89928# ShouldUseProxy should return false when proxy type is set to none


2001-07-25  Andreas Schlüns  <as@openoffice.org>  [042c140ce80afc2704aa0b57f76fd5945ab26da2]

#90051# repair pathoptions


2001-07-24  jp  <jp@openoffice.org>  [eeec4bad1771b1329a842d44a39b9cf75c30b22a]

Bug #88903#: SetObject/WriteObject accept format string now only a unicode characters


2001-07-24  Martin Gallwey  <mtg@openoffice.org>  [e18ecc9583df35840ae3623247cd0012de79f101]

#90187# added Chained/MasterPropertSets


2001-07-24  Martin Gallwey  <mtg@openoffice.org>  [79ba5ba3bb8f89f3f2c3d7241673af7c13c96f60]

#89999# initial import


2001-07-24  Martin Gallwey  <mtg@openoffice.org>  [dac04f894e2fcec50b49ec15fb75ff187cc44fed]

#90187# initial import


2001-07-24  Martin Gallwey  <mtg@openoffice.org>  [4072448c905d2c907becc4e4f386f458fae314a4]

#90187# inital import


2001-07-24  Kurt Zenker  <kz@openoffice.org>  [c6e548387dc6c78076b45fc7114e3e3331e9fdb7]

Merge SRC638: 24.07.01 - 22:09:45


2001-07-24  Kurt Zenker  <kz@openoffice.org>  [eaf62e6afce07ee8fb1623d0b2e72424decb8c98]

Merge SRC638: 24.07.01 - 22:09:16


2001-07-24  Kurt Zenker  <kz@openoffice.org>  [d26f44dede8e9b3891e69f91b668f958545325de]

Merge SRC638: 24.07.01 - 22:08:38


2001-07-24  Kurt Zenker  <kz@openoffice.org>  [e8f04aa81a327f858aedf12f8826229d1e05d52a]

Merge SRC638: 24.07.01 - 22:08:04


2001-07-24  Kurt Zenker  <kz@openoffice.org>  [b7d3975e4f3a42202b4aae757ccefa197d20844b]

Merge SRC638: 07/24/01 - 22:06:25


2001-07-24  Kurt Zenker  <kz@openoffice.org>  [2f2b41b7cb0303f1be5385988c8d6985d2f40848]

Merge SRC638: 24.07.01 - 22:06:58


2001-07-24  Kurt Zenker  <kz@openoffice.org>  [a7717659d94a0fa6c35bc9605aac992683dd0cb3]

Merge SRC638: 24.07.01 - 22:06:21


2001-07-24  Kurt Zenker  <kz@openoffice.org>  [fed2fd64289aba0a7487460b47895505058bb585]

Merge SRC638: 24.07.01 - 22:06:02


2001-07-24  Kurt Zenker  <kz@openoffice.org>  [27f768e8883a65db9d3416fc2116eae50946c685]

Merge SRC638: 24.07.01 - 22:06:08


2001-07-24  Vladimir Glazounov  <vg@openoffice.org>  [7e4ff0040a5a021bf2e8040a63bbe780297e3593]

Merge SRC638: 24.07.01 - 22:06:07


2001-07-24  Kurt Zenker  <kz@openoffice.org>  [996384531af6e36fd0a18a8fd07b8b63b0f9b659]

Merge SRC638: 07/24/01 - 22:04:38


2001-07-24  Philipp Lohmann  <pl@openoffice.org>  [ff101e27818681a87a875e993e35694b41ea0042]

#89032# fixed a race condition


2001-07-24  Kurt Zenker  <kz@openoffice.org>  [66045e1cc0276912b9f637df8fbfa8005dad9e08]

new version for SRC638


2001-07-24  Gregor Hartmann  <gh@openoffice.org>  [2777723e00a53cd87a78c9a4ef421402a1fd2c8f]

bug when reading/writing with timeout


2001-07-24  Carsten Driesner  <cd@openoffice.org>  [5d1ca79c1eb4529d35ed285d35fe9c9cd9005d53]

#88409# new time logging code


2001-07-24  Matthias Huetsch  <mhu@openoffice.org>  [d9415975c452dd26d0c6b5dd7bbf8cea87571795]

#90131# Removed ENABLEUNICODE conditional code.


2001-07-24  Philipp Lohmann  <pl@openoffice.org>  [29c0867968be0b44459ef0267a19a60a808f0709]

#89632# fix bug in INCR protocol


2001-07-24  Eike Rathke  <er@openoffice.org>  [dd809ae38415dd57986bace2bfda0935e70b1443]

#90131# removed ENABLEUNICODE


2001-07-24  Tino Rachui  <tra@openoffice.org>  [a676be1aca7aef621a10fc5e16402057a045038c]

#90028#setContents does not block anymore


2001-07-24  Tino Rachui  <tra@openoffice.org>  [ae0c38bbc9616b2909ed4b98eb68dd8cb9cefcf8]

#90028#initialization of formatetc container moved to enumformatetc and querygetdata


2001-07-24  Tino Rachui  <tra@openoffice.org>  [69cc578374e703926b9e70b78b0fb61538d8ab72]

#90097#cross reference in add/removeClipboardListener removed, no queryInterface anymore in this methods


2001-07-23  Philipp Lohmann  <pl@openoffice.org>  [35b141b9d487b8a0f8108fd9c1f22f33a3bab858]

#90127# hide intro bitmap if still present when showing a frame


2001-07-23  Philipp Lohmann  <pl@openoffice.org>  [2175a6c96277b4384b73022d28b6201cc70ec969]

#90107# set ACTION_DEFAULT


2001-07-23  Juergen Schmidt  <jsc@openoffice.org>  [9eccf9a90be2de2db00f88251b6b54a0e702362d]

#90067# change text encoding


2001-07-23  Martin Hollmichel  <mh@openoffice.org>  [7a29263eb6dd9786f32329d989386919751d381e]

chg: correct use of delete #90059#


2001-07-20  Kurt Zenker  <kz@openoffice.org>  [bd4c061a9dc5a534096500ae2294a38124fcac7b]

new version for SRC638


2001-07-20  Kurt Zenker  <kz@openoffice.org>  [ab21997ad20baa858359dbdf906337eda494a947]

Merge SRC638: 20.07.01 - 22:12:31


2001-07-20  Kurt Zenker  <kz@openoffice.org>  [79d57025c88b15eaf087da3d4c50d3f0b57830a3]

Merge SRC638: 20.07.01 - 22:14:30


2001-07-20  Kurt Zenker  <kz@openoffice.org>  [1848f51c3f2e43455baeb5ac39b8d4c719fb3173]

Merge SRC638: 20.07.01 - 22:10:41


2001-07-20  Eike Rathke  <er@openoffice.org>  [65919b63830eb21ffbf83f5f5caa46ddc810c500]

#90052# CreateTableDataOptionsValNum with NonConvertibleChars; transform property string


2001-07-20  Mathias Bauer  <mba@openoffice.org>  [a2406d9e0dc40f571fc97bc1f1679b095570eef2]

#89666#: disable preview window


2001-07-20  Malte Timmermann  <mt@openoffice.org>  [4493a7c374927113f6dac639c92071fbfd77e4ba]

Little optimization...


2001-07-20  Malte Timmermann  <mt@openoffice.org>  [364e49f778b35cbef7d30fe36be1ea898c7fa023]

#87799# SetShowTrailingZeros


2001-07-20  Malte Timmermann  <mt@openoffice.org>  [bb248d35aeb19f2038c97e4ddde634a62c2c245c]

#87799# GetLocaleDataWrapper public


2001-07-20  Joachim Lingner  <jl@openoffice.org>  [3b7d63837b3d3c4f8c9c8de9d6a33bf98cb22f46]

#89819#


2001-07-20  Frank Schönheit  <fs@openoffice.org>  [9b6a33820ef094a977b9dbca3d224225f8fb8a38]

#90040# use LocaleDataWrapper instead of International class


2001-07-20  Kai Sommerfeld  <kso@openoffice.org>  [3230379b9fbdc8dcb5f5153125c6450f761603f5]

#87187# - Corrected punctuation of some error messages.


2001-07-20  Stephan Schäfer  <ssa@openoffice.org>  [7fc54c35033e5ac7b082c8f777d2e642efd6cc73]

#89819# enable client dnd for winnt


2001-07-20  Dirk Völzke  <dv@openoffice.org>  [55d284270c15ecd54c3418745b1fb3c074a72754]

#89505# Do wrap around search when entering the same key twice


2001-07-20  Mathias Bauer  <mba@openoffice.org>  [c80b67a597ea5980c7c887a2bcb187f30ffd9441]

#89744#: use empty stream, not empty interface when inserting an emprty file


2001-07-20  Dirk Völzke  <dv@openoffice.org>  [28db3ccd2dad3b1329dee56921105cc73c9faaa7]

#88656# Added delete all button to QueryDelete dialog


2001-07-20  Dirk Völzke  <dv@openoffice.org>  [a23c66ce24f0cc80ee0e84bd59044a82cb8cab19]

#89505# Added QuickSearch to file view


2001-07-20  Kurt Zenker  <kz@openoffice.org>  [82bce77531dc597c1d6464344aa5af644919e0ff]

new version for SRC633


2001-07-20  Philipp Lohmann  <pl@openoffice.org>  [b1deb3b8f0e464395f3400e728e6fa4c93840e00]

#89813# better initialize memory


2001-07-20  Philipp Lohmann  <pl@openoffice.org>  [df897c00f58afd61304474bd1431010626cd6d65]

#89053# asian font boost also for printer


2001-07-19  Kurt Zenker  <kz@openoffice.org>  [5b84243bdcc77d633360b552dafd8f0686f9460e]

Merge SRC638: 19.07.01 - 22:06:44


2001-07-19  Kurt Zenker  <kz@openoffice.org>  [0f7a53bc13b97a08b808fab5ba6b2e0bf9667b71]

Merge SRC638: 19.07.01 - 22:05:48


2001-07-19  Niklas Nebel  <nn@openoffice.org>  [d7fefb46edc04305c0ecb5493e7de4480abe4fb6]

#89671# get clipboard state via clipboard notifier


2001-07-19  Niklas Nebel  <nn@openoffice.org>  [32cf175d72032864940685c9cb5fd322b10e7212]

#89671# get clipboard state via clipboard notifier


2001-07-19  Herbert Duerr  <hdu@openoffice.org>  [2bd11a3b1a01437a899656407c0d7a95a09585a2]

#88233# fontlistbox needs special case for unicode encoded symbol fonts


2001-07-19  Thomas Lange  <tl@openoffice.org>  [83b55060bd2e6b150c136f0b9a62f1cc1190a65e]

#88211# text for ERRCODE_SFX_DOLOADFAILED added


2001-07-19  Christof Pintaske  <cp@openoffice.org>  [7d0c36958d4fec38d8342d38411c13331e71f7cd]

#88649# get correct text encoding


2001-07-19  Tino Rachui  <tra@openoffice.org>  [72c69a1e557a271550819e5cb8e1babdabdafa27]

CAutoComInit in flushclipboard removed because its not necessary to initialize com in this method


2001-07-19  Tino Rachui  <tra@openoffice.org>  [eba6986d943a8eaf771c6092153918c8e385afe1]

alias names with platform qualifier


2001-07-19  Frank Schönheit  <fs@openoffice.org>  [794d9ca6515c93345539dfdea42864e112036d51]

#89905# reset the table when selecting a new data source


2001-07-19  Tino Rachui  <tra@openoffice.org>  [17c927a581969a3665f8faa83f780758830cb59a]

using com auto pointer


2001-07-19  Tino Rachui  <tra@openoffice.org>  [e72edad1d554692c44f7bdcb22f5a7185ee962a6]

moved to dtobj directory


2001-07-19  Philipp Lohmann  <pl@openoffice.org>  [0581baa31e80594c1006f50cc9b3a0a191edb675]

#89712# add: WB_SINGLELINE for TabControl


2001-07-19  Tino Rachui  <tra@openoffice.org>  [c3538900da8be272f42bf96a9babb578df9e5013]

now including APNDataObject.hxx from dtobj directory


2001-07-19  Tino Rachui  <tra@openoffice.org>  [7c8f42c8b6d112734d3e0f42487cd3c425f54cb8]

- unnecessary comments removed - if ( aCond.wait( ) ) in setClipboard, ... replaced with aCond.wait( ) because we are always infinite - flushClipboard: assertion to ensure that we are nopt called from the ole sta thread itself - setClipboard see flushClipboard - registerClipboardViewer see flushClipboard - onRegisterClipbViewer unnecessary comments removed - MsgCtx struct redefined so that hr and osl::Condition are member and not pointer - getClipboard assertion to prevent null pointer input - comments added - class CAutoComInit extended


2001-07-19  Joachim Lingner  <jl@openoffice.org>  [07895a4190f3aab5c25bf17cc1dc7513fc474073]

#89819#


2001-07-19  Joachim Lingner  <jl@openoffice.org>  [f126f638c423567bcfdba9e46e6b8c28324cbab7]

*** empty log message ***


2001-07-19  Dirk Völzke  <dv@openoffice.org>  [eed8f995300bab6793fa8e26c96aca4effc130f0]

#88656# Removed syntax error


2001-07-19  Dirk Völzke  <dv@openoffice.org>  [73d3ee5abbf0234cf3fec3dd00e3a854c78501d0]

#88656# Added BTN_ALL for the QueryDelete dialog


2001-07-19  Dirk Völzke  <dv@openoffice.org>  [7dad8936ef7babc951a23149b3d29b831878311c]

#88656# Added delete all button to QueryDelete dialog, added support for delete key event


2001-07-19  Dirk Völzke  <dv@openoffice.org>  [195815db2355039062039e1fe0f9a093336cedfe]

#88656# Added delete all button to QueryDelete dialog, added EnableDelete()


2001-07-19  Sascha Ballach  <sab@openoffice.org>  [2f7a97119fd7652aad430065e2ca1bcf16fc2f0e]

#89926#; don't create and copy the sequence so often


2001-07-19  Mathias Bauer  <mba@openoffice.org>  [83147795d57e831068e610c1cbb04d822a65bcd6]

#89377#: don't try to insert folders in linked storages twice


2001-07-19  Frank Schönheit  <fs@openoffice.org>  [e073b03def50abc3521e06af96fe970f3fdff9fd]

#88735# reordered the fields


2001-07-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [446b1ffc102bebac05befdbf4c9754b7f4feab4c]

#87136# find source tree


2001-07-18  Mathias Bauer  <mba@openoffice.org>  [540098aa0700abe928f0096143d5e0fefbf3cd1f]

#85359#: SetModified in SetExecutePlugins


2001-07-18  Herbert Duerr  <hdu@openoffice.org>  [f29da61801b579ddc8e365ee3d501de7cf85dfd1]

#89053# increase preference for non language specific fonts


2001-07-18  Mathias Bauer  <mba@openoffice.org>  [c67834c7fe0929227be79e5817f09bc486e91555]

#89377#: Exists must also work for folders


2001-07-18  Malte Timmermann  <mt@openoffice.org>  [8b37649d9df785a81be05e95f03b331781a3dec4]

#88390 Extra X-Offset in Edit...


2001-07-18  Mathias Bauer  <mba@openoffice.org>  [dfb952808168151674f518f09a14f6d79913c54e]

#89377#: error handling when creating folders


2001-07-18  Herbert Duerr  <hdu@openoffice.org>  [18c963260a47d1ea4200933a73ebbfb88ced6d03]

#89053# increase preference for language specific soui*.ttf


2001-07-18  th  <th@openoffice.org>  [36807d4308c3772f5240c9618883063db70cf324]

#88972# - tenccvt.hxx


2001-07-18  Malte Timmermann  <mt@openoffice.org>  [742f4605b491c59abc32c4ce0f23412f15090f49]

#88812# MBDown when Popup open...


2001-07-18  Dirk Völzke  <dv@openoffice.org>  [e2ab661b28bb50899371a18b54a952b1ad6a9a4d]

#88655# Added: EnableContextMenu()


2001-07-18  Dirk Völzke  <dv@openoffice.org>  [27a99a02c9fb67fe46bf5d8d6d84f9628528df25]

#88655# No contextmenu in new from template dialog templwin.cxx


2001-07-18  Herbert Duerr  <hdu@openoffice.org>  [877905ac9b6a035629b95fb7d13d74c226c689f8]

#89724# treat itc zapf dingbats like dingbats for backwards compatibility


2001-07-18  Matthias Huetsch  <mhu@openoffice.org>  [9d0a9bb780d331122e2dcd37b6be58af1d3b2045]

#87159# Fixed 'SvFileStream::SetSize()' to handle 'ftruncate()' that fails to extend a file (use 'lseek()' and 'write()' instead).


2001-07-18  Stephan Schäfer  <ssa@openoffice.org>  [59b4cf4bcdf969a477f62ce31f771ee158f6a3e2]

merge in 1.24.2.1


2001-07-18  Stephan Schäfer  <ssa@openoffice.org>  [97229e759d92358848838eafb754c281b0c881ee]

#89754# catch runtime exceptions


2001-07-18  Dirk Völzke  <dv@openoffice.org>  [eeee075978616377e4bf3ec8d67767829add1a8d]

#89496# Remember last selected entry when resorting, added a Mutex


2001-07-18  Kurt Zenker  <kz@openoffice.org>  [166f23d4fac7b416fdc44ca3b2ea796f520dab6e]

new version for SRC638


2001-07-18  Mathias Bauer  <mba@openoffice.org>  [fb580303fc66679e0559f2ee54e844f5f05cacd0]

#89377#: don't get content type for linked files


2001-07-18  Mathias Bauer  <mba@openoffice.org>  [9744d183d41985a30ca9b078afde82812e342bda]

#89377#: correct return values


2001-07-18  Philipp Lohmann  <pl@openoffice.org>  [eab5d7fca28a48950cc4b6bc8b8d60c97cdbf401]

#89588# don't query size on MapNotify


2001-07-18  Christof Pintaske  <cp@openoffice.org>  [eb1f0a545c7088d3c272f591dbf3a63fed10225d]

#89616# #88978# Btraq 4478197 avoid XmbLookupString in favour of XLookupString in C locale and no iiimp


2001-07-18  Mathias Bauer  <mba@openoffice.org>  [b3a17eaf4e6ceba25c362a694f3e5e4052beddf2]

#89377#: wrong parameter declaration


2001-07-18  Mathias Bauer  <mba@openoffice.org>  [01ab3ba8d1132682983bc43010efa89a03ced52c]

#89377#: wrong parameter declaration


2001-07-18  Rüdiger Timm  <rt@openoffice.org>  [2533692d36708bc5c8b633a7bd3bce83f8d54bc2]

#87576# build demands platform specific dependencies here, even though it seems to be unnecessary


2001-07-17  Kurt Zenker  <kz@openoffice.org>  [b729649e96efb4d7ea78c7e05794ecf06eb142b6]

Merge SRC638: 07/17/01 - 22:13:01


2001-07-17  Vladimir Glazounov  <vg@openoffice.org>  [e6bda7ce7769675115eda583258fbf2278e9ef27]

Merge SRC638: 17.07.01 - 22:11:48


2001-07-17  Kurt Zenker  <kz@openoffice.org>  [757c865d85467fe2b8a74fb07fd4b3f347676cc0]

Merge SRC638: 17.07.01 - 22:14:37


2001-07-17  Kurt Zenker  <kz@openoffice.org>  [1ed2352b302138db7d0b8976b8b0a3ee6e43eff0]

Merge SRC638: 17.07.01 - 22:09:34


2001-07-17  Kurt Zenker  <kz@openoffice.org>  [eac0f487674fadc93a4c2dd6564d6eb5486f075d]

Merge SRC638: 17.07.01 - 22:12:45


2001-07-17  Kurt Zenker  <kz@openoffice.org>  [2b85a59816f11c9a72ff04688c4c44384274b7e4]

new version for SRC638


2001-07-17  Malte Timmermann  <mt@openoffice.org>  [f9d61b5ad05717f65689320d21914fe7243f4ac3]

#89107# Select text when opening DDBox


2001-07-17  Rüdiger Timm  <rt@openoffice.org>  [621f389aeb01ea8179f2fc780afe8936aea0411e]

#87576# extra semicolons removed


2001-07-17  Malte Timmermann  <mt@openoffice.org>  [75b09e966c64cbc44fe1217b7b7e434312eaedb5]

#88977# #89521# Resize: ImplInitScrollbars


2001-07-17  Philipp Lohmann  <pl@openoffice.org>  [218af721e2cde8788b3f8f16e6fa97d9cbbaa669]

#89588# XMoveResizeWindow instead of XtSetValues or XtConfigureWidget, since only that does the right thing


2001-07-17  Eike Rathke  <er@openoffice.org>  [8c33e237186f9ccb676e0cac13c037942a784f30]

#88089# Init: add IGNORE_CASE to transliterateFlags if not case sensitive


2001-07-17  Malte Timmermann  <mt@openoffice.org>  [9ad1b90033ceb30a635aeae9e33bae9933e9da12]

#88019# No DBG_ERROR in toBack


2001-07-17  Dirk Völzke  <dv@openoffice.org>  [e53ff71cd99fd5be67f2423dbd08989787cc3801]

#88655# GrabFocus after Hide of inplace edit field


2001-07-17  Dirk Völzke  <dv@openoffice.org>  [b3cec4789e4052144dc6271706c9bafebd8f5d26]

#88655# Added resources for the QueryDeleteDialog


2001-07-17  Dirk Völzke  <dv@openoffice.org>  [31da8d413169eebc3c90d98dc2ebd59dfa01be46]

#88655# Added resource ids for the QueryDeleteDialog


2001-07-17  Dirk Völzke  <dv@openoffice.org>  [e397712ee14995d0e0e7e4a379f9855408f52da3]

#88655# Added support for rename and delete inside the filedialog


2001-07-17  Dirk Völzke  <dv@openoffice.org>  [931d0698b3b5cccb5b8d04bb19e5c59786b2ee32]

#88655# Added class QueryDeleteDlg_Impl


2001-07-17  Malte Timmermann  <mt@openoffice.org>  [69f5b434a3a442738259e888b3218985b05c1a9c]

#75607# Print content of DD-ComboBox...


2001-07-17  Frank Schönheit  <fs@openoffice.org>  [466a9e243081ac3a581466768e85bc6131702403]

#89761# corrected the coloring (wrongly changed in the previous fix)


2001-07-17  Philipp Lohmann  <pl@openoffice.org>  [5237ccaa82b736701595980c980dd26eb39fab0a]

#89724# remove itc%20 from front of font name


2001-07-16  Eike Rathke  <er@openoffice.org>  [ac0101966e8061afd518531b2cdb7065ab24fea9]

#86901# XML: GENERAL keyword may appear anywhere in format code


2001-07-16  Eike Rathke  <er@openoffice.org>  [e91211cef4efd180284e242de98521093d6fa2dd]

#86901# GENERAL keyword in format code with signed values


2001-07-16  Hennes Rohling  <hro@openoffice.org>  [c977be9d71a89b2a5ce825c88576c1c1e3c6ebb5]

#89181# Removed old D&D support


2001-07-16  Frank Schönheit  <fs@openoffice.org>  [f4492c6897549b5beeb701a7d4e735d1245d2556]

#88956# added a help button


2001-07-16  Herbert Duerr  <hdu@openoffice.org>  [7618da23a90b3d9095d1179a1b5e7b292bfdca4a]

#88232# fallback to DingBat mapping for unknown symbol font


2001-07-16  Hennes Rohling  <hro@openoffice.org>  [56510f0a0da74746b04fcb1eaa4f9161bc9e8450]

#89696# Let INetURLObject only encode system path names


2001-07-16  Mathias Bauer  <mba@openoffice.org>  [0e0b2292d1700d51399d6d42048ba0ec06825d54]

#89377#: better support new error handling in UCB


2001-07-16  Carsten Driesner  <cd@openoffice.org>  [e03e34c4c9fdebdf207fe192fcfa0879ed62001b]

#89023# splash screen optimization


2001-07-16  Mathias Bauer  <mba@openoffice.org>  [3f5e4ae3b42e38fad849e16092ade1983c6365fc]

#89377#: OpenMode ReadWrite now handled by UCP


2001-07-16  Kai Sommerfeld  <kso@openoffice.org>  [53a5f6ff0daad1fd8bae2c7d4f0e19d92dde3c0f]

#88646# - Removed wrong assert from addContent(...)


2001-07-16  Dirk Völzke  <dv@openoffice.org>  [5b205e6ff6fdaf66696a0e852481bd61a935583e]

#82999# Removed assert in catch exception block


2001-07-16  Mathias Bauer  <mba@openoffice.org>  [6ef46ba93f8152766651c26659de2c0ce5d510a4]

#89030#: templates should be opened to new file by default


2001-07-16  Mathias Bauer  <mba@openoffice.org>  [4eccf2601ee2c3c28d0eea2bbb3675ad9824fc0f]

#89377#: better support new error handling in UCB


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [3b8837894fa142a2d306f91d42be82c422427835]

Merge SRC638: 14.07.01 - 02:30:46


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [e9f86243eea3686ce9002c8ecad7e0011f3eb7ee]

Merge SRC638: 14.07.01 - 02:29:38


2001-07-13  Sander Vesik  <svesik@openoffice.org>  [76c675f933744ad22540d035458197fee4494cfe]

Add support for mips

Contributed by the SGI OpenOffice.orgf porting team

2001-07-13  Sander Vesik  <svesik@openoffice.org>  [6ea71237774e29e1bbd8526b7054a6bda1f85c61]

Use a different deifinition of abort for IRIX

Contributed by: The SGI OpenOffice.org porting team

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [6ccb06d4ec9ec43768550f643291e43ce656d918]

Merge SRC638: 13.07.01 - 22:20:19


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [9027bd70d278480c38058e2f9bebe393c3c81ac3]

Merge SRC638: 13.07.01 - 22:17:52


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [a428e5c2f18b882b9201dbb906d12f945a81e13b]

Merge SRC638: 13.07.01 - 22:17:21


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [90e14ec642380577066a7d3973e26798958885f0]

Merge SRC638: 07/13/01 - 22:16:51


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [9129dbe10199c90ba8d1f9915099b3431a9482e4]

Merge SRC638: 13.07.01 - 22:15:36


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [b2c45baba992f3a55e210297c482949256b483d5]

Merge SRC638: 13.07.01 - 22:14:58


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [bbd6d5a95a3fef5f7f8344edbc8fef35175ceb28]

Merge SRC638: 07/13/01 - 22:14:29


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [a6eacea5b3c7d09a53bcb6e0aea3b47848267cb4]

Merge SRC638: 13.07.01 - 22:14:55


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [7fadb69417ba006d867a2f08452438999d74b77a]

Merge SRC638: 13.07.01 - 22:13:48


2001-07-13  Vladimir Glazounov  <vg@openoffice.org>  [dc58c46dcc9e8b8b4abd3e8c033dbfb1b7db52cd]

Merge SRC638: 13.07.01 - 22:13:52


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [b54208b2ead0f88ef1b3c651569ceab752f18f7a]

Merge SRC638: 13.07.01 - 22:13:11


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [f049d03c35dc41a3d60e31885e0e094f810ca456]

Merge SRC638: 13.07.01 - 22:16:14


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [4b637ae9c33ba22dbc5fe4819692dda796ecd887]

Merge SRC638: 13.07.01 - 22:12:16


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [839eed44ae94fe1d804071fe30b48bb301067a59]

Merge SRC638: 13.07.01 - 22:11:47


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [09ada3d5c2b9ef2b9c9c68d76b1630bb696645a1]

Merge SRC638: 13.07.01 - 22:11:12


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [530a06375ebafe9c2aa6d939a806588ef8c41222]

Merge SRC638: 07/13/01 - 22:11:18


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [99d083d82f181dd72a96376bb62fd227f376ef34]

Merge SRC638: 13.07.01 - 22:11:57


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [b3c1bf4217c1012813e18b3640c9366a1f2a1582]

Merge SRC638: 13.07.01 - 22:10:42


2001-07-13  Vladimir Glazounov  <vg@openoffice.org>  [e12d0b02185d48d319802e8efc153f18f93f0453]

Merge SRC638: 13.07.01 - 22:11:00


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [a3ecd23079289da830378e57005579c6a0db40eb]

Merge SRC638: 13.07.01 - 22:13:24


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [ca7a509ceada1f6a8e6322723096024dd8cd4441]

Merge SRC638: 13.07.01 - 22:09:06


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [457de05f05e3caa2b78391a6dc7c6c782561a5d3]

Merge SRC638: 13.07.01 - 22:08:25


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [82a4a66a85340dde78f5272fe9fb8b4c93e6cc4b]

Merge SRC638: 13.07.01 - 22:09:19


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [faf0368489715b7f05142ec46279bb97a70d1f19]

Merge SRC638: 13.07.01 - 22:06:35


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [9fc004a6e73414bbc2d94d7234ae35e0b00bd35a]

Merge SRC638: 13.07.01 - 22:06:27


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [e53e463ac03e212db263cdfff4125a2596a466d2]

Merge SRC638: 07/13/01 - 22:06:40


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [c8de4457e8fbfccf41879b67f0a2264491fce706]

Merge SRC638: 13.07.01 - 22:06:04


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [3b20e84c15420666aaabc412630efc532da68333]

Merge SRC638: 13.07.01 - 22:06:24


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [88ebf402435f682590d9e57cc8a93c4b125a99f7]

Merge SRC638: 13.07.01 - 22:06:56


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [791c27b76273abdac52fec6457a054a5dba5c172]

Merge SRC638: 13.07.01 - 22:09:12


2001-07-13  Kurt Zenker  <kz@openoffice.org>  [dd7e15871595ae081a1dd29f1d621f19a6975757]

Merge SRC638: 13.07.01 - 22:04:31


2001-07-13  Sander Vesik  <svesik@openoffice.org>  [4436e009ae3b248bb7cf155bcf33c1fcd876f239]

Use mkstemp instead of tmpnam_r on IRIX


2001-07-13  Sander Vesik  <svesik@openoffice.org>  [836893fdea6cd294f476e54260f1b6b906e80d23]

Apply C++ standard comformance patch.

Contributed by: the SGI Openoffice.org porting team

2001-07-13  Dirk Völzke  <dv@openoffice.org>  [4195873ba15693e4d6a7b36898bddcd829c887a5]

#89496# CreateExactSizeText_Impl changed parameter type


2001-07-13  Dirk Völzke  <dv@openoffice.org>  [7489fc8d4189a9e8bce7ca7a0a8dd64e84cfdb54]

#89496# changed a lot to support sorting and filtering


2001-07-13  Dirk Völzke  <dv@openoffice.org>  [27eb9fc7183ebe15e984522e0cdb520c493da43b]

#89496# removed compiler warnings


2001-07-13  Dirk Völzke  <dv@openoffice.org>  [c4512f53446cee44838c42061d3a8666bf5940ad]

#89496# Moved member variables to class SvtFileView_Impl


2001-07-13  Stephan Bergmann  <sb@openoffice.org>  [63aca863032b50aee4fd08c9319e88467255fc38]

#88969#


2001-07-13  Stephan Bergmann  <sb@openoffice.org>  [5c04465c79d16c49b8c5f136cb1d1505b8dba21a]

#88969# Added more detailed constructor.


2001-07-13  Stephan Bergmann  <sb@openoffice.org>  [934f4c24492f5c89629effff25a21a6cba534ad7]

#88969# Added handleinteractionrequest.obj.


2001-07-13  Stephan Bergmann  <sb@openoffice.org>  [16b6766086094c35686744f770b26ae58b58af32]

#88969# Added handleinteractionrequest.hxx.


2001-07-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2ab1f7b41e1172f8f0854cf0b46acfc3820cbc2a]

language EXTERN


2001-07-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c1aea97a2271008bf21de538abb6d87c95cf31f8]

removed ALL target


2001-07-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7c0527892e4c5cc9f0422ec28b104944dcd1065c]

removed ALL target


2001-07-13  Eike Rathke  <er@openoffice.org>  [48114800095b22e6fcfba8683895347731c95f0c]

#89253# locale data pointer must follow switched locale in convert mode


2001-07-13  Philipp Lohmann  <pl@openoffice.org>  [ee91217b79f78539f627fcc4f28051748563f530]

#89637# do not append an additional slash if one is already there


2001-07-13  Oliver Braun  <obr@openoffice.org>  [13d231c13e9f51b8f7b904da9700f7db9533e9f9]

#86718# do not call directly on frame interface


2001-07-12  Kai Sommerfeld  <kso@openoffice.org>  [e663c82d8b20a4ac466f059e17f959b9b3264fa8]

#89617# - Fixed queryContent(...). Mutex Guard now constructed a little bit later.


2001-07-12  Eike Rathke  <er@openoffice.org>  [e622edd961c3afb429c18129a850b8452c790471]

#89183# old versions can't cope with arbitrary format codes set to standard


2001-07-12  Rüdiger Timm  <rt@openoffice.org>  [e0d49615cf97561e1e15a432cab1fd2ee82eacd8]

#87576# dependency corrected


2001-07-12  ok  <ok@openoffice.org>  [b7adc723d321bf82e846d58a88aa8ed9113f1ac4]

fix: #89536#


2001-07-12  Rüdiger Timm  <rt@openoffice.org>  [dff9f53cf5d52090620c50a99f4295383c9dada7]

#87576# dependency corrected


2001-07-12  Rüdiger Timm  <rt@openoffice.org>  [8dfe892c5bfb13533b46cf83d2920aa708351199]

#87576# dependency corrected


2001-07-12  Oliver Specht  <os@openoffice.org>  [7c23c5f88de8c00cbd6803d27401af6d234e6a98]

#89343# lazy writing parameter corrected


2001-07-12  Rüdiger Timm  <rt@openoffice.org>  [529d55c61a72ecf922028f9c2c0547d82a54d0b1]

#87576# dependency corrected


2001-07-12  Mathias Bauer  <mba@openoffice.org>  [4c6dcbfd4b5b1a5948b30b188308b42d09e3266b]

#89343#: remove LazyWriting, because InternalOptions will be written in the crash handler


2001-07-12  Christof Pintaske  <cp@openoffice.org>  [b757c506506c01ab220879f4567a19ff3a14386e]

#89508# get notification of destroyed frame


2001-07-11  Herbert Duerr  <hdu@openoffice.org>  [6efda1944d59c1bf8eb000ecf3c4ce96d50b66ff]

#88364# freetype prefers autohinting to embedded bitmaps


2001-07-11  Herbert Duerr  <hdu@openoffice.org>  [2d6ecd5f602ea0f56466986bde15ce1b6221e5a5]

#89114# GetGlyphBoundRect() wants coordinates relative to top


2001-07-11  Herbert Duerr  <hdu@openoffice.org>  [9aa7456e8370aed7408e8080d9b381dc4c5b407e]

#88127# invert Pixmap to make LaserEffects work on all platforms and add ANTIALIAS flag details


2001-07-11  Peter Burow  <pb@openoffice.org>  [e2432cb902062e5ab8cef8ec032318f75b043f77]

fix: #88318# Organizer Button active


2001-07-11  Peter Burow  <pb@openoffice.org>  [eb1801521f71edc1e77d7d0ef3164a35bf57cf73]

fix: #88318# Organizer Button not hidden any longer


2001-07-11  Peter Burow  <pb@openoffice.org>  [a46fe6cb3d1552559c47ff58a9762cc5546b4bcc]

fix: #88318# OrganizerHdl_Impl() added


2001-07-11  Herbert Duerr  <hdu@openoffice.org>  [eec0e69ae6475e436d40a4e9ac39ca842b13116c]

#88127# invert bit color of GetGlyphBitmap1() to make LaserEffects work on all platforms


2001-07-11  Herbert Duerr  <hdu@openoffice.org>  [e2036b9b8c0bb7f3ca96301bae800a1fc53e4994]

#81268# improve GetFontCodeRanges() for non-truetype fonts with TEXTENCODING_SYMBOL heuristic


2001-07-11  Herbert Duerr  <hdu@openoffice.org>  [90264100de36a90cf5f7f07c9359604e851033e0]

#81268# improve dummy GetFontCodeRanges() with TEXTENCODING_SYMBOL heuristic


2001-07-11  Rüdiger Timm  <rt@openoffice.org>  [e2e23674eff924604597477b49c23789748070a2]

#87576# add printdlg to EXCEPTIONSFILES


2001-07-11  Peter Burow  <pb@openoffice.org>  [d8556313bf2bb146596a70c269eb924dc2189c22]

fix: #88655# #89496# contextmenu and headerbar click added


2001-07-11  Peter Burow  <pb@openoffice.org>  [a416d2c839ac4659753d7fd9b65080eac0be2629]

fix: #88655# fileview contextmenu added


2001-07-11  Peter Burow  <pb@openoffice.org>  [1e9e49dea4e146b99622fb321326544063d1ff26]

fix: #88655# menuids for fileview contextmenu added


2001-07-11  Kurt Zenker  <kz@openoffice.org>  [ba7b68b59cc2f85fe07956025df7c804908d7a49]

new version for SRC638


2001-07-11  Kurt Zenker  <kz@openoffice.org>  [b6d2a1876fee990644449034720873fb61447f25]

new version for SRC638


2001-07-11  Rüdiger Timm  <rt@openoffice.org>  [037194dbe6d090ae752e6707bb199cf99db240b1]

#87576# don't include getsys.hxx any more


2001-07-11  Peter Burow  <pb@openoffice.org>  [0746199e0edcde8ccfcc19d2ea7031067f6c5dc6]

fix: #89498# new column 'Type'


2001-07-11  Dirk Völzke  <dv@openoffice.org>  [77076af7eee8771c7b5f09c1d46c64d069f9a2b4]

#89176# Don't use include <svtools/..> when inside svtools project


2001-07-11  Dirk Völzke  <dv@openoffice.org>  [b7d094b8e81bce0fdf915c6bd2788ee36230c8cd]

#89176# Don't use include <svtools/..> when inside svtools project


2001-07-11  Peter Burow  <pb@openoffice.org>  [be1b24e6d3f0c6fb8f066ca74849ceb8528be75a]

fix: #87257# include system.hxx removed


2001-07-10  Eike Rathke  <er@openoffice.org>  [a3542f334735838df428300237004926935fd22c]

#88188# setLanguageLocaleImpl()


2001-07-10  Eike Rathke  <er@openoffice.org>  [19195d9c53480d5e57f636ff559d1919d5aee397]

#88188# loadModuleImpl()


2001-07-10  Philipp Lohmann  <pl@openoffice.org>  [daab030affec49e3a541ae99100e4e94f8964617]

#89032# create dragExecute resumed, else the thread id may be lost


2001-07-10  Eike Rathke  <er@openoffice.org>  [07e8fffe9f197ec6ccb1f2735f147cf0498f2711]

#88592# #i1064# date input validation using XCalendar::isValid()


2001-07-10  Eike Rathke  <er@openoffice.org>  [3c4ff5519fa4daf1d9a747ba66b40ce78ade29a7]

#88592# #i1064# add: isValid()


2001-07-10  Eike Rathke  <er@openoffice.org>  [6db5f999d965bc6b4ca9e452849b2c479649a871]

oops, wrong checkin


2001-07-10  Eike Rathke  <er@openoffice.org>  [23a819353221d589830ec2ac498df2d999933614]

add: loadModuleIfNeeded, equals, compareString, compareSubstring


2001-07-10  Eike Rathke  <er@openoffice.org>  [817b5430acccc2b1899e77f5d01cec11b79bf495]

add: unotypes


2001-07-10  Jörg Barfurth  <jb@openoffice.org>  [2f4e5463c536e0c59d0c8fee3dfb9fa332e1f6e9]

#87904# Use public helpers for handling of new configuration pathes


2001-07-10  Philipp Lohmann  <pl@openoffice.org>  [d587835fabda50319abba9083767108471f30bf6]

#88999# #86822# changed initial positioning/sizing behaviour


2001-07-10  Jörg Barfurth  <jb@openoffice.org>  [8a3b8a234bc140881f19f57997113908800913ec]

#87904# Add support for handling configuration pathes correctly


2001-07-10  Thorsten Behrens  <thb@openoffice.org>  [12ae54bf6110085fce679fd806adcd1364c79a70]

#87257# references to class International removed


2001-07-10  Jörg Barfurth  <jb@openoffice.org>  [b948b5b0be01b960534c13fdeb56b7ecd7cff3fe]

#87904# Correct handling of new configuration pathes


2001-07-10  Philipp Lohmann  <pl@openoffice.org>  [16e79b58714cad01717f1afa2a6f5639198d2702]

fixed a deadlock


2001-07-10  Andreas Schlüns  <as@openoffice.org>  [a4c2917be850a67974501a3e8fe504346c668cd2]

write ALL tabpages


2001-07-10  Michael Brauer  <mib@openoffice.org>  [43ffeb3e2db5405985a28063d93ded06e8d89577]

#89447#: Export COL_AUTO as COL_BLACK


2001-07-10  Peter Burow  <pb@openoffice.org>  [f959e1b2269c911b70a9fbf7d157fd10060e5876]

fix: #87257# class International removed


2001-07-10  Peter Burow  <pb@openoffice.org>  [689ae5d86cc371a7a7f4db36c0b20bafeccb206b]

fix: #87257# class International removed


2001-07-10  Armin Weiss  <aw@openoffice.org>  [7a5ac423d2b86ece3e63280706b590c24827d719]

#78972# added some basic methods for 3d linestyle support


2001-07-10  th  <th@openoffice.org>  [6f7f4bfd54c4f3c518cf2fa5f7b08bd645d65151]

now correct implementation for handling the Wrapper classes


2001-07-10  Oliver Specht  <os@openoffice.org>  [c19a7e38836359b9fb8dbeb45ee864711b683c2b]

interface change: quoted set node names


2001-07-10  Carsten Driesner  <cd@openoffice.org>  [bc41f5b26f0130e7c47d26d85fd0ee320aff2663]

#88409# time measurement code


2001-07-09  th  <th@openoffice.org>  [2cdfcedb275e246a0f5b1da490e52d486f60455f]

Improve Fontmatching for Symbol-Fonts


2001-07-09  Eike Rathke  <er@openoffice.org>  [d2d2292fbdc21559ed029b289279e22bfaec2a2c]

#87799# getNum: description


2001-07-09  th  <th@openoffice.org>  [2f0a4939d3df95dc421214d2eb96231e155478ac]

Wrapper-Support


2001-07-09  Eike Rathke  <er@openoffice.org>  [bc91a86e73d4bfdb8e5748cd42230172e54585d1]

#87799# getNum: parameter for trailing zeros


2001-07-09  Herbert Duerr  <hdu@openoffice.org>  [a96e83775ac74d08538f9f059c161dffa6c44c5b]

#81268# dummy implementation for SalGraphics:GetFontCodeRanges()


2001-07-09  Philipp Lohmann  <pl@openoffice.org>  [06560944bde281bc02843d7988a24ff836dc040a]

must change due to international->settings


2001-07-09  Herbert Duerr  <hdu@openoffice.org>  [c9c9bdc621663eebd5d77c0bca8ac25d42c2b133]

#88232# implement FONTTOSUBSFONT_ONLYOLDSOSYMBOLFONTS flag


2001-07-09  Herbert Duerr  <hdu@openoffice.org>  [59b85555b0fa50d69e1242a16f55d19e20e2060c]

#81268# implement SalGraphics:GetFontCodeRanges() for ttf type4 tables


2001-07-09  Peter Burow  <pb@openoffice.org>  [b8420b4a655c297416cb05f6cbff5e046d066489]

fix: #88539# flat splitter


2001-07-09  Philipp Lohmann  <pl@openoffice.org>  [b3bff969053f5780ef50158050e1c82ef415a9bb]

#89207# fixed another deadlock and a potential SEGV


2001-07-09  th  <th@openoffice.org>  [f5f2113861574964c1ea0e560c799b516592436f]

GetLocaleDataWrapper()/GetUILocaleDataWrapper()


2001-07-09  Peter Burow  <pb@openoffice.org>  [ffd493da19fc8c20edca42a503a1f8fbc1f622a6]

fix: #89388# type detection improved


2001-07-09  Peter Burow  <pb@openoffice.org>  [96924e5e3435fa3685d1322f3ced7fe922f3e73c]

fix: #89388# imagemgr.cxx now an exception file


2001-07-09  Dirk Völzke  <dv@openoffice.org>  [9078d203f2d904575dd7dcb1f408c8a8ce6f8569]

#89176# deliver inettbc.hxx


2001-07-09  Herbert Duerr  <hdu@openoffice.org>  [eaf0b2a19e56789c8324e30e4520fe104598f39a]

#88233# use newer mapping tables


2001-07-09  Mathias Bauer  <mba@openoffice.org>  [954214413bf71365be0bc7ad5fbf44849661a2c3]

#89377#: problems on merge


2001-07-09  Nils Fuhrmann  <nf@openoffice.org>  [a8cc6bc110690565d75e3dd1024819aae05540a0]

Added localizes #87136#


2001-07-06  Eike Rathke  <er@openoffice.org>  [673b3ebb117b024ea93893901679c63de277b881]

performance: OnDemand... loaders for number formatter locale switching


2001-07-06  th  <th@openoffice.org>  [46dd73ad9f8009faf1522cf18b15cd58677b909c]

GetFontCodeRanges() (without implementation)


2001-07-06  th  <th@openoffice.org>  [0e0dff438de4e221b67f573935c6d92c14740032]

GetStandardFont()->GetDefaultFont()


2001-07-06  th  <th@openoffice.org>  [34a02b6d1c06ed60ed4f82d48613f13fa555f468]

remove TF_-code


2001-07-06  th  <th@openoffice.org>  [ce245a6e9cc332f86248ac2ff17173cc2a551fbd]

remove Enter/IsMultiThread()


2001-07-06  th  <th@openoffice.org>  [107c471a7630ee1170c91d35e1e17371eb55212c]

include event.hxx


2001-07-06  Christof Pintaske  <cp@openoffice.org>  [16ef5c8d1cd6914149adc35be80697acf59570cb]

#89352# use glyphset technique for type1 fonts as well


2001-07-06  Christof Pintaske  <cp@openoffice.org>  [db7b1eb3b1fe96555abcc4fccb991ec7302198fa]

save unobsfucated version of postscript header


2001-07-06  Eike Rathke  <er@openoffice.org>  [7b92197b465e0a107effc55bee85583b8622ade5]

performance: OnDemand... loaders for number formatter locale switching


2001-07-06  th  <th@openoffice.org>  [7e6bb6004cebbd53bc2c22aae8bf22e140aaf1e7]

remove TF_-code


2001-07-06  th  <th@openoffice.org>  [aa27f172fb085e9171958b1393ad44ed6191270b]

#87139# - ImplUpdateGlobalSettings()


2001-07-06  th  <th@openoffice.org>  [349b6b3129a78c5bec7427008485c228b7df2c85]

include event.hxx


2001-07-06  th  <th@openoffice.org>  [f5bd11972f3f2e15c40545dc08de9fbb1adff8c8]

GetDefaultFont() now with ULONG


2001-07-06  th  <th@openoffice.org>  [1f37de2d56a42f06547773cb95a66b8e20b9cadd]

use now GetDefaultFont()


2001-07-06  th  <th@openoffice.org>  [d9baf34031ddad572a78f8a967214309b1f4e93c]

remove EnableMultiThread


2001-07-06  th  <th@openoffice.org>  [fc80ee7f15091ba482ddfa043a8f7cbdeb3bad53]

remove International and Stream-Operators


2001-07-06  Mathias Bauer  <mba@openoffice.org>  [38f5d24829fe76a3e7aa6d70235d8cc8c099649f]

#89377#: new method for creating folders


2001-07-06  Mathias Bauer  <mba@openoffice.org>  [4d42fd7cf13cde781a75e929d40c9881cb6deccc]

#89377#: new StorageMode for creating unpacked files


2001-07-06  Kai Sommerfeld  <kso@openoffice.org>  [7ae3d335e9c1c37f678eb0d50799a33e9f1ada67]

#87904# - Fixed: New hierarchical name string format (MUST change for SUPD>637).


2001-07-06  Stephan Schäfer  <ssa@openoffice.org>  [26b1395cf7fb80e135031afde42be1b320020914]

new: WaitForClientConnect() to optimize RVP startup


2001-07-06  Stephan Schäfer  <ssa@openoffice.org>  [79b55a7c651bfb3fc71b5a1f6a79187dc3e29a2d]

initvcl does not wait for client connect anymore


2001-07-06  th  <th@openoffice.org>  [48094f1cfc00bc0b0ef9eba7370ebd330a8e183a]

#87139# - Correct SystemSettings-Chaning handling


2001-07-06  th  <th@openoffice.org>  [8cf6491308ffba61b5cd96514cc8bd43bccb12c5]

remove dll.hxx


2001-07-06  th  <th@openoffice.org>  [7684086a4b0e1b885476cc85bc1675ce512014f3]

remove old W16 code


2001-07-06  Herbert Duerr  <hdu@openoffice.org>  [b677ec839e2ac058cf0de3bf3f20fae0d882bd9a]

#81268# implement GetTable() and GetFontCodeRanges()


2001-07-06  th  <th@openoffice.org>  [6f5289f27a5b884182e165cfb592a531343c6355]

remove Enter/IsMultiThread()


2001-07-06  Herbert Duerr  <hdu@openoffice.org>  [331509494dbc117a7a8894ff934eec63b029593a]

#81268# add GetTable() and GetFontCodeRanges()


2001-07-06  th  <th@openoffice.org>  [c5ac5c4657954cb337960bf59c924885f676328e]

#88972# - tenccvt.cxx


2001-07-06  th  <th@openoffice.org>  [8e3d9b4d7e154f147786be697a2b04da4d2b874e]

#88972# - Functions to convert TextEncodings


2001-07-06  jp  <jp@openoffice.org>  [d4cda6fbeed3c9708b0aeab6546b230a7e33d4e5]

changes for remove GetAppInternational


2001-07-06  Herbert Duerr  <hdu@openoffice.org>  [25a0961398fd3014a10a18d6556c23360139c0ed]

#81268# implement SalGraphics*::GetFontCodeRanges()


2001-07-06  Herbert Duerr  <hdu@openoffice.org>  [bb2c39a9222b9a3b6919528685e5f276890b342e]

#81268# implement dummy ExtendedFontStruct::GetFontCodeRanges()


2001-07-06  Herbert Duerr  <hdu@openoffice.org>  [d1b3ceeb2bef38f2d63b3d705db6e19a337db543]

#81268# add SalGraphicsData::GetFontCodeRanges()


2001-07-06  Herbert Duerr  <hdu@openoffice.org>  [37c54d58ebb210ff9e08d0db755a57c4461f80da]

#81268# add ExtendedFontStruct::GetFontCodeRanges()


2001-07-06  Herbert Duerr  <hdu@openoffice.org>  [4544b26fdd4c1ca16fc3e9b499a587769bd39e40]

#81268# implement OutputDevice::GetFontCharMap()


2001-07-06  th  <th@openoffice.org>  [26795d9b370a5a7c16ffe614c567d6978a1cd37e]

OpenSymbol-Fallback and better Namemathcing


2001-07-06  Sven Jacobi  <sj@openoffice.org>  [37330c80518e26531a87970139b533463788ae22]

#89250# removed memory overwrite


2001-07-06  Herbert Duerr  <hdu@openoffice.org>  [cfee4787505ab6e0bf4a2e141bc22d74bf36213b]

#81268# implement FontCharMap::GetRange()


2001-07-06  Christof Pintaske  <cp@openoffice.org>  [1a9c2e815308c5be929a89fba7eaaccd2c67b832]

dont use framedata member after being destroyed in event call


2001-07-06  jp  <jp@openoffice.org>  [4c5543a92b4d9f6ec0a4e2e191e1ccf71ae91bdb]

export function IsFormatSupported()


2001-07-06  Dirk Völzke  <dv@openoffice.org>  [3a0a4e2a42e53af7ec76573cfd6cfb6db7554418]

#89305# Added ShouldUseFtpProxy to SvtInetOptions


2001-07-06  Carsten Driesner  <cd@openoffice.org>  [89928525289504cd0e4f26d01c0a7456c887d38c]

#89023# added helper to read bootstrap.ini


2001-07-06  Carsten Driesner  <cd@openoffice.org>  [02518f011ed2aee670875b68350c0f6d71ec7e16]

#89023# read bootstrap.ini for splash screen infos


2001-07-05  Philipp Lohmann  <pl@openoffice.org>  [aae595f1a096bb9f57631c567f9466f4d7c6e9f0]

#88587# PS Level 2 and up support NumCopies in pagedevice dictionary for copycount


2001-07-05  Jörg Barfurth  <jb@openoffice.org>  [9c24dab27ab6b3b30cf7def562d14865d5de91e6]

#87904# Adjusted to new configuration path format


2001-07-05  Christof Pintaske  <cp@openoffice.org>  [0a9b869c90042a08ecd3b2fadd2a0d0d7c995165]

adobe symbol encoding is different


2001-07-05  Kai Sommerfeld  <kso@openoffice.org>  [5f9bc59687b240b6469f16ffd7e4f4b25236ea04]

#87187# - New error handling for getPropertyValues (returns sequence< any >).


2001-07-05  Eike Rathke  <er@openoffice.org>  [411c011453bc91416b1724c6c512cbe649c4df03]

#89253# provide a global CharClass wrapper


2001-07-05  Eike Rathke  <er@openoffice.org>  [b603422e864fa49e0162dc0202ffde42500fe5a4]

#89253# use ReadWriteMutex/ReadWriteGuard


2001-07-05  Eike Rathke  <er@openoffice.org>  [db205e671c7b9761cb8fc9dd7b951aa9913c4716]

#89253# ReadWriteMutex/ReadWriteGuard for more than one I18N wrapper


2001-07-05  Eike Rathke  <er@openoffice.org>  [8ca39b79aa7eeb71d9b63f47919fe710867eabd9]

#89253# readwritemutexguard


2001-07-05  Peter Burow  <pb@openoffice.org>  [c0282b09ce2d3a5bfb10ea8a7cc0634029ed727c]

fix: #88536# #88539# #88542# #88546# many ui changes


2001-07-05  Peter Burow  <pb@openoffice.org>  [ffd034f2d5ec5039392d7e2e8645321f2693a37c]

fix: #88539# new size


2001-07-05  Peter Burow  <pb@openoffice.org>  [0a7cd7a28cacd3806b083bf6b57c3b5ec307ea9c]

fix: #88769# new methods for keyinput handling


2001-07-05  Peter Burow  <pb@openoffice.org>  [d14f4c10b4758307f4dc028f5b7a0e6b150569db]

fix: #88542# new ctor with sal_Int8 nFlags


2001-07-05  Peter Burow  <pb@openoffice.org>  [eb1f1bcfcf0a8ffdb4b397d8a6c7bddf36adb269]

fix: #88546# forward EnableCursor() to TextView


2001-07-05  Peter Burow  <pb@openoffice.org>  [df876c74cd5cea930aada31df7a59367de503819]

fix: #88769# methods for keyinput handling added


2001-07-05  Kurt Zenker  <kz@openoffice.org>  [7a1e191d676498040cc30a2e1cfeb884aa699dd6]

new version for SRC637


2001-07-05  Philipp Lohmann  <pl@openoffice.org>  [10bdc37bd1be2c6465a4d20a570b8fab3da84bfc]

removed obsolete share path, moved from DirEntry to osl::File


2001-07-05  Sven Jacobi  <sj@openoffice.org>  [19d051e7cab25b1491aa3affbaf974879e9b3aad]

#84434# solved clipregion problem


2001-07-04  Eike Rathke  <er@openoffice.org>  [e839ca5b344ae8385503cf30880b437c3871e1dc]

#89253# don't get confused by space as group separator on convert mode


2001-07-04  Eike Rathke  <er@openoffice.org>  [dfe05f22749152b39d65c0005bcbf28c10bfa1a5]

#89253# add: ReplaceSystemCL, replace Standard/SYSTEM format codes if locale changes


2001-07-04  Stephan Schäfer  <ssa@openoffice.org>  [4e39ee27aef65adb1f109ce444ef3bdaaf0ee181]

#88454# support new drag and drop interface


2001-07-04  Stephan Schäfer  <ssa@openoffice.org>  [2debd1a66ea3a9c812d367d7adb4af9ba7e6a8de]

#88454# shutdown dd


2001-07-04  Stephan Schäfer  <ssa@openoffice.org>  [07232b1422924f6f3182258a0ed7be44f081eb64]

#88454# handle local dd events correctly


2001-07-04  Kai Ahrens  <ka@openoffice.org>  [a206dff3bc7d36bc48f524fbb358f51950bf03f4]

#89151#: don't convert alpha bitmaps to transparent bitmaps for printing


2001-07-04  Kurt Zenker  <kz@openoffice.org>  [3dc9da16114b93afc9023b3e7f2323e36966038a]

Merge SRC633: 04.07.01 - 16:57:31


2001-07-04  Kurt Zenker  <kz@openoffice.org>  [15685a5c597a5ab2e6827308aa605df3823e3b81]

Merge SRC633: 04.07.01 - 16:55:04


2001-07-04  Kurt Zenker  <kz@openoffice.org>  [4900eff24ce7b06ddfa61495fbfc28637139e5d3]

Merge SRC633: 07/04/01 - 16:28:03


2001-07-04  Philipp Lohmann  <pl@openoffice.org>  [d1fcb721fa18d7e9a31933ed84336a26f41adfee]

MUST: Application::SetAppInternational removed


2001-07-04  Philipp Lohmann  <pl@openoffice.org>  [ab641b1e86cd55de9f4766c1603e2a1e1fd25074]

#89127# use FilePicker service if available


2001-07-04  Nils Fuhrmann  <nf@openoffice.org>  [c8f538be21973a85fc7fa049afaf005a0a844932]

Fallback fill in only when languge deffers #87136#


2001-07-04  Kai Sommerfeld  <kso@openoffice.org>  [2b06c245c991db3bb3e65bb7f6b7ddfd688bc37a]

#87187# - Activated new error handling code.


2001-07-04  Kai Ahrens  <ka@openoffice.org>  [8fb2ec0be7c7e272f503ed17bfb3d36ebd8db860]

#89103#: watch for bitmaps with alpha channel, too


2001-07-04  Kurt Zenker  <kz@openoffice.org>  [2f6de33563860f744759ac63aced294862b7857a]

new version for TFD636


2001-07-04  Kai Sommerfeld  <kso@openoffice.org>  [55faf62f9174cc4784175260b614e192dc0be032]

#87904# - New hierarchical name string format (MUST change for SUPD>637).


2001-07-04  Kai Ahrens  <ka@openoffice.org>  [913637e6d644f5e9fe9dfcfa18230fc442fe3ee7]

#89094#: special treatment for gradient actions


2001-07-04  Kai Ahrens  <ka@openoffice.org>  [58aee27b6193c0c8e5d2ac6927ce6607b33a3d09]

#89094#: set gradient action to executed after special treatment


2001-07-04  th  <th@openoffice.org>  [fb6df778d6eb38f0f6882e2e1f045615168a1d10]

#89050# - Debug-Output-Text of Controls are now limited to 128 characters


2001-07-04  Mathias Bauer  <mba@openoffice.org>  [229acb679667f0fa867d59418e134caf62e46454]

#89105#: first read bytestring, then decode


2001-07-04  Peter Burow  <pb@openoffice.org>  [b17eeb09e9f358695410c3c8bcb28fbf90ae1a4e]

fix: #89181# TF_SVDATA fixed


2001-07-04  Stephan Schäfer  <ssa@openoffice.org>  [0960759f367ad5f6221053e31f6807c1943d4f3d]

#88454# removeListener actually performed add


2001-07-04  Peter Burow  <pb@openoffice.org>  [9192167d2e884da57b7ea3ef02fefba9876f0813]

fix: #88536# calculate pen color improved


2001-07-04  Peter Burow  <pb@openoffice.org>  [7f4725d9a744ce628cb53fd7aa6b08faa5439d99]

fix: #88536# SetCursorPos() added


2001-07-04  jp  <jp@openoffice.org>  [4225c41d08d14a4d7cf75e47a7259c8b80f11907]

remove usage of SvData/Old Clipboard


2001-07-03  Rüdiger Timm  <rt@openoffice.org>  [a94e698e1ab9f6d9a13a292bcb6aef9dfbe5d20a]

Merge SRC633: 03.07.01 - 23:49:21


2001-07-03  Kurt Zenker  <kz@openoffice.org>  [628aac7b2d871ba4b566a54ff2dafced2f1c180a]

Merge SRC633: 07/03/01 - 23:48:41


2001-07-03  Rüdiger Timm  <rt@openoffice.org>  [8c7bd451e7049ed40d607f3588f34b41aa8e1091]

Merge SRC633: 03.07.01 - 23:46:57


2001-07-03  Kurt Zenker  <kz@openoffice.org>  [d5cd3db13048bb66133d8b3483b5dc290734bf12]

Merge SRC633: 07/03/01 - 23:46:38


2001-07-03  Kurt Zenker  <kz@openoffice.org>  [5b2267f0b8d6dac7ab56bdcbba4dcb2dbb1939bc]

Merge SRC633: 03.07.01 - 23:45:06


2001-07-03  Kurt Zenker  <kz@openoffice.org>  [541dcb819f8a3b70bdc2bbd8a483bac9eea4e286]

Merge SRC633: 03.07.01 - 23:45:54


2001-07-03  Kurt Zenker  <kz@openoffice.org>  [747d7164af98f1c4170f1c57aa8d12df3af6918a]

Merge SRC633: 07/03/01 - 23:44:37


2001-07-03  Kurt Zenker  <kz@openoffice.org>  [a4adea3c9a213cf57ffbf3084d01b5a7ff2e5a0d]

Merge SRC633: 03.07.01 - 23:44:00


2001-07-03  Rüdiger Timm  <rt@openoffice.org>  [a510fe35ae831dcd4e79691f24f56582e4413adf]

Merge SRC633: 03.07.01 - 23:43:55


2001-07-03  Kurt Zenker  <kz@openoffice.org>  [35290a956de0b6d9dc42a27422fdf4f8ad8150f5]

Merge SRC633: 07/03/01 - 23:42:14


2001-07-03  Kurt Zenker  <kz@openoffice.org>  [05953e7fb1d6391d1b71747d6d600959138a6de8]

Merge SRC633: 03.07.01 - 23:41:28


2001-07-03  Rüdiger Timm  <rt@openoffice.org>  [994a6bb9db15a4bd5790535431645b1b3fcd99ef]

Merge SRC633: 03.07.01 - 23:41:21


2001-07-03  Kurt Zenker  <kz@openoffice.org>  [badc7fd036f5848389655aa4d18e260b6a638e44]

Merge SRC633: 03.07.01 - 23:40:11


2001-07-03  Kurt Zenker  <kz@openoffice.org>  [9902a9fde532e4b87fdf18cfed2f34cde282bab7]

Merge SRC633: 03.07.01 - 23:40:50


2001-07-03  Kurt Zenker  <kz@openoffice.org>  [3b8df83f401d3f0bdf96897bcd9f6dae1df88838]

Merge SRC633: 07/03/01 - 23:39:16


2001-07-03  Kurt Zenker  <kz@openoffice.org>  [b84949a75366637d606e4b48e1d00de5b3166bad]

Merge SRC633: 03.07.01 - 23:41:00


2001-07-03  Rüdiger Timm  <rt@openoffice.org>  [a497dd70c9cfc2dbb52bad9ca4d6c378943c83fa]

Merge SRC633: 03.07.01 - 23:36:42


2001-07-03  Kurt Zenker  <kz@openoffice.org>  [ac4cf9133a5287d42c47d10f49338f94615c3579]

Merge SRC633: 03.07.01 - 23:37:29


2001-07-03  Rüdiger Timm  <rt@openoffice.org>  [c3a7c6c358c1b1cb05dfa9e5c02fa0fc9e83ca8a]

Merge SRC633: 03.07.01 - 23:35:00


2001-07-03  Hennes Rohling  <hro@openoffice.org>  [315f7eb2aad4774a7ad8a3019d9743c8d825edaa]

#89181# TF_SVDATA: Removed obsolete methods


2001-07-03  Philipp Lohmann  <pl@openoffice.org>  [81bb0561c4b3b806e20d30a36fe8d1a6fc1658b3]

#89186# tolerate a quick show/hide sequence


2001-07-03  Sven Jacobi  <sj@openoffice.org>  [4114087c2dcb6a7e243015c144381868a754b039]

#89106# now also importing the bitmap resolution, so that prefsize can be set


2001-07-03  Stephan Bergmann  <sb@openoffice.org>  [5ed3631582752c567a600796b403492c5945102f]

#88922# Modified vnd.sun.star.hier to allow optional authority.


2001-07-03  th  <th@openoffice.org>  [a4f58fb196c6b9469fbc13b73cb3c26a247e2435]

#88541# - Remove W16 code


2001-07-03  th  <th@openoffice.org>  [d69d857039057119717818db4975e10d58af95c5]

#88541# - remove dll.hxx


2001-07-03  th  <th@openoffice.org>  [92631d551328db674407d9e13b94a81403155538]

#89050# - All buffer are now stack buffers


2001-07-03  Mathias Bauer  <mba@openoffice.org>  [e8fc60bf3b6ef0ff81d8008b7c071085d04f2ccf]

#86347#: don't ask for non existing types


2001-07-03  th  <th@openoffice.org>  [56f3893a0a5ae2c43d62278226e1f0b2aa1f506e]

#88874# - Font in customizemode is now set correct


2001-07-03  Peter Burow  <pb@openoffice.org>  [c2d9a4708b509f36014a143e4f2671cf5120d3f2]

fix: #89182# catch exception in HasParentFolder()


2001-07-03  Armin Weiss  <aw@openoffice.org>  [edc5f6a2bb258477e3e260aca54a95834727d86e]

#75059# use Container for TextureStore instead of DECL_LIST


2001-07-03  Armin Weiss  <aw@openoffice.org>  [29a317912897c324b67864b1d879937392f83d37]

#75059# impllementation of transparent textures and timed texture cache


2001-07-03  Hennes Rohling  <hro@openoffice.org>  [ab09a9899dab07895779a8675a05b6aec121cad4]

#89181# Class GroupSet is no longer used


2001-07-03  jp  <jp@openoffice.org>  [caeebafe002dc6d6b11488536fecacbf4412c8af]

TFD taskforce changes


2001-07-03  Ocke Janssen  <oj@openoffice.org>  [ffc71cbe6a1501cd1f1fe7e21057af70edfbb3b4]

#89160# TF_SVDATA


2001-07-03  Kurt Zenker  <kz@openoffice.org>  [e3c9ab2ede69d6a2b41c75158871d2a8a6c8bfe0]

new version for SRC637


2001-07-03  Kurt Zenker  <kz@openoffice.org>  [c5528df986a8a01a59167cda02aa5985e6453949]

new version for SRC637


2001-07-03  Dirk Völzke  <dv@openoffice.org>  [e5fddda75ab6c995ebf1d682af693d584aff65e2]

#89176# don't filter 'svtools'


2001-07-03  Dirk Völzke  <dv@openoffice.org>  [636ec2b172f18a425579809e63092c50767389b3]

#89176# Export asynclink.hxx


2001-07-03  Sven Jacobi  <sj@openoffice.org>  [292aa1ef9bb6605d8887e283f9ae98ea35d7ccd4]

#89109# return value is now used at ImpGetScaledGraphic when scaling graphics


2001-07-03  Herbert Duerr  <hdu@openoffice.org>  [5b06fe9c448f3175ca95f583db0eb76d67cc70ee]

#65293# circumvent MSVC++ bug


2001-07-03  Hennes Rohling  <hro@openoffice.org>  [35f4d70e73b87309bcf61616a7fd025f6707cf95]

TF_SVDATA Removed obsolete VCL D&D and clipboard headers


2001-07-03  Peter Burow  <pb@openoffice.org>  [f7f1ecbcc21b6d0257f47a58659c7afcb0078c62]

fix: #88808# closer button always clickable


2001-07-03  Michael Brauer  <mib@openoffice.org>  [724c695f25add7a610ddd4ac3246edfb638c3763]

#88156#: warning for unconvertable chars


2001-07-03  Michael Brauer  <mib@openoffice.org>  [7318e1b1fea0b7907778b8b0e6abda69bc4ea448]

cvl/clip.hxx removed


2001-07-02  Kurt Zenker  <kz@openoffice.org>  [cff8c0c91cbde55ddc3ccfa11cebbdce1f4c8ee6]

Merge SRC633: 03.07.01 - 01:18:45


2001-07-02  Kurt Zenker  <kz@openoffice.org>  [79c4a855317e284dd03cff9cc9d42c7ba880acbe]

Merge SRC633: 07/03/01 - 01:16:07


2001-07-02  Kurt Zenker  <kz@openoffice.org>  [e89228542823aee2aecea752c1666281dd20c163]

Merge SRC633: 03.07.01 - 01:16:54


2001-07-02  Kurt Zenker  <kz@openoffice.org>  [1188e572940612f5ed2f120132c54ebd28a1d5c1]

Merge SRC633: 03.07.01 - 01:14:34


2001-07-02  Kurt Zenker  <kz@openoffice.org>  [751094da6c4e7e0d249df37f22b80705eceb58e9]

Merge SRC633: 07/03/01 - 01:13:58


2001-07-02  Kurt Zenker  <kz@openoffice.org>  [7fd6b2465ad72dfe205a98a793e726c78a0732d6]

Merge SRC633: 03.07.01 - 01:15:14


2001-07-02  Kurt Zenker  <kz@openoffice.org>  [490aca3fc02813083a44e60681dd2daf6b8e56be]

Merge SRC633: 03.07.01 - 01:13:30


2001-07-02  Kurt Zenker  <kz@openoffice.org>  [79b0937a67e4183ce4acce1ec6ee176cbdeb7520]

Merge SRC633: 03.07.01 - 01:11:30


2001-07-02  Kurt Zenker  <kz@openoffice.org>  [339c437c7bdb30b6e9adcb999b662bf83e54baf8]

Merge SRC633: 03.07.01 - 01:06:45


2001-07-02  Kurt Zenker  <kz@openoffice.org>  [5b582e3737141db92e69564110df0a12e8cb7492]

Merge SRC633: 03.07.01 - 01:05:51


2001-07-02  Kurt Zenker  <kz@openoffice.org>  [8ad4276c48f544715f2aacbd89ffdef132373200]

Merge SRC633: 03.07.01 - 01:05:05


2001-07-02  Oliver Bolte  <obo@openoffice.org>  [4f76880665a7fccffa2d522d61bba77c67809642]

Merge SRC633: 03.07.01 - 01:10:22


2001-07-02  th  <th@openoffice.org>  [edea0af77c68056d0c15a4c66fdf11f586b2c177]

#80306# - ce/ps now in the correct tables


2001-07-02  th  <th@openoffice.org>  [0756fd6c1c42d2f82dbf92504621edb49a43353a]

#80306# - Mapping to Courier, if Font doesn't work


2001-07-02  th  <th@openoffice.org>  [dbf8919e23ee5a29df5515a3985686c524bde045]

#80306# - Fontmapping improved (quality and performance)


2001-07-02  th  <th@openoffice.org>  [417e1e252e1cdfd8ac11ff1cf649bd8a354b4f4f]

remove old D&D-interfaces


2001-07-02  Mathias Bauer  <mba@openoffice.org>  [cce7e4a7b6923872b87aa336e9faf69bdce094c8]

#88062#: better exception handling


2001-07-02  th  <th@openoffice.org>  [1a3dea2008fae1c6523d651c818e5a009f01ef6b]

remove old D&D-interfaces


2001-07-02  Dirk Völzke  <dv@openoffice.org>  [96032ee547905ec5190243cafd7695fe9afc2220]

#89084# Use namespace for class AsynchronLink


2001-07-02  Mathias Bauer  <mba@openoffice.org>  [214167fe414806073c610f34fac3f0e539963ad1]

#87696#: Listener


2001-07-02  Eike Rathke  <er@openoffice.org>  [bf08a5b26c9c25e90cb7ce120de8c3c8403abdaf]

Mutex guarded access (multiple read, single write) for an application wide single instance


2001-07-02  Vladimir Glazounov  <vg@openoffice.org>  [36e71e787003d28207cd7c5d9d67c45510ff130c]

#65293# corrected dependencies


2001-07-02  Eike Rathke  <er@openoffice.org>  [085e7463ae7b2a3ab059c30f42e493fcd282c431]

add: syslocale


2001-07-02  Eike Rathke  <er@openoffice.org>  [55bc44a19ae6c1c81f69f8d8fd691faa280c2a62]

syslocale


2001-07-02  Eike Rathke  <er@openoffice.org>  [f3cdbd9071a4d5dff9dba391ceed706dfac8e587]

SvtSysLocale provides a single instance of an application wide LocaleDataWrapper which always follows the locale as it is configured by the user


2001-07-02  Mathias Bauer  <mba@openoffice.org>  [6347005af57aee9cf2595020174f2db65883eb7e]

#88646#: release outputstream only when there is no inputstream, because XStream will be closed when only one of its satellites is closed


2001-07-02  Oliver Specht  <os@openoffice.org>  [3e4b9794eb0f554f66f8d4d8e975536cbd3f83e8]

#88126# Set/IsLoadUserSettings added


2001-06-29  Kurt Zenker  <kz@openoffice.org>  [008c4c2f30f3313353ea7ff19a4b8ed1cabea3a4]

Merge SRC633: 30.06.01 - 00:14:12


2001-06-29  Kurt Zenker  <kz@openoffice.org>  [d53542ffd1766356828bc4d4f58f6fb2b6624ef7]

Merge SRC633: 06/29/01 - 23:37:33


2001-06-29  Rüdiger Timm  <rt@openoffice.org>  [015e6a3c4ea83a9d09ea85d08a31a3554849d2c5]

Merge SRC633: 29.06.01 - 23:37:41


2001-06-29  Kurt Zenker  <kz@openoffice.org>  [3372a794033885248b808cdc8407082bdfa690e8]

Merge SRC633: 29.06.01 - 23:34:24


2001-06-29  Kurt Zenker  <kz@openoffice.org>  [ed9d227d5b7a8875c82d4ecd34d0ad745a6c72dd]

Merge SRC633: 29.06.01 - 23:34:57


2001-06-29  th  <th@openoffice.org>  [31594dbb6b4d07024102115ff2114f27a00c9dfd]

#80306# - Improve Fontmapping the second


2001-06-29  Kurt Zenker  <kz@openoffice.org>  [d3e795316b541d7b2a6dd46e134225b54ae32c49]

new version for SRC633


2001-06-29  th  <th@openoffice.org>  [e2d1c1f65d08aed8c8441eb3af9c2213a7603fb6]

D&D-Changes


2001-06-29  Hennes Rohling  <hro@openoffice.org>  [90bc65149529afb00af1f0c1d637c35ec1a97cb4]

#89024# Fix user path decoding due to undone required change


2001-06-29  th  <th@openoffice.org>  [e8fbf02ba07fa681628155a34e4cb345e3290ec7]

#80306# - Fontmapping improved


2001-06-29  Philipp Lohmann  <pl@openoffice.org>  [b6b94d67f52f15c5e5dc157b2e8d8d47cc07d137]

#88809# have only one thread dispatching during drag


2001-06-29  Dirk Völzke  <dv@openoffice.org>  [c01dea64c62262aad2a2dc8b5d43a8a41fe07d6b]

#88029# Don't use InetURLObject::GetMainURL() with default parameters


2001-06-29  Dirk Völzke  <dv@openoffice.org>  [da8fee16d31034efe12f5fc2ad69a694bbf58d48]

#88029# Don't use InetURLObject::GetMainURL() with default parameters


2001-06-29  Kurt Zenker  <kz@openoffice.org>  [894220cab4a1f725dc56c6a04f6bf29d3b821796]

new version for SRC633


2001-06-29  Malte Timmermann  <mt@openoffice.org>  [91590ecfc2fa24adc954955fc24bc1dad7a5f768]

removed intn.hxx


2001-06-29  Malte Timmermann  <mt@openoffice.org>  [6c45b10236adb59c18b6ccf085a576435234b62a]

#87799# Fields don't use class International any more...


2001-06-29  Oliver Bolte  <obo@openoffice.org>  [68e13d0523ec0342a9b3623820e621031f793627]

new version for SRC633


2001-06-29  Oliver Bolte  <obo@openoffice.org>  [c0b9494c009f7c04b1301ddc579bd7273bdb5a59]

new version for SRC633


2001-06-29  Hennes Rohling  <hro@openoffice.org>  [af1ddf015eb10d4bc43ed578c2a0f2ae4256d54d]

#88446# Handle all relevant system messages because DefWindowProcW does not work on Win9x


2001-06-29  Malte Timmermann  <mt@openoffice.org>  [5e3762c5b5bdd113fa47334afa03cbf35be06d96]

#87799# Fields don't use class International any more...


2001-06-29  Malte Timmermann  <mt@openoffice.org>  [2f54e3d3fa3ddd8231b0d7c5e78bff9c2b47a048]

#87799# Interim-Checkin, see comment inside


2001-06-29  th  <th@openoffice.org>  [d13cceb33545fed976bb9df634bb28c43df3e44e]

#87257# - Languages now initialized in AllSettings()


2001-06-29  Peter Burow  <pb@openoffice.org>  [c01465ebf76baf51734b9caa2bdfb3e6716ec863]

fix: #86381# autopilot and newmenu don't exist any longer


2001-06-29  Rüdiger Timm  <rt@openoffice.org>  [7267e2b8838bd22c220d38e09c871c160d10ebf5]

Merge SRC633: 29.06.01 - 10:43:32


2001-06-29  Kurt Zenker  <kz@openoffice.org>  [438548acbc851102aeb59dc937c468eb7fdf18cb]

Merge SRC633: 29.06.01 - 10:32:41


2001-06-29  Kurt Zenker  <kz@openoffice.org>  [cc09182d130b455bb62518bfaf00a44587a4a969]

Merge SRC633: 29.06.01 - 10:30:01


2001-06-29  Kurt Zenker  <kz@openoffice.org>  [d764904ffbf67b5f9522fbcaf3cc8e5e89d1dc5f]

Merge SRC633: 29.06.01 - 10:30:49


2001-06-29  Kurt Zenker  <kz@openoffice.org>  [0f8839c3b4d9d4efcd4ecdc07817cbe7e011087a]

Merge SRC633: 29.06.01 - 10:28:30


2001-06-29  Kurt Zenker  <kz@openoffice.org>  [09677c54d800b51be30a660d84b725473c3ccffc]

Merge SRC633: 29.06.01 - 10:27:11


2001-06-29  Mathias Bauer  <mba@openoffice.org>  [fd6a1b18af870a1067983f143c77b9697fa9894c]

#88829#: UseSystemFileDialog


2001-06-29  Kurt Zenker  <kz@openoffice.org>  [32bac9fe8ffe152dfd60ae254e2d4a7484951a1a]

Merge SRC633: 29.06.01 - 04:35:52


2001-06-28  Rüdiger Timm  <rt@openoffice.org>  [738b2a94cf6bb5fe6ef67e7204a92fbc5b37aa9a]

Merge SRC633: 28.06.01 - 23:34:21


2001-06-28  Herbert Duerr  <hdu@openoffice.org>  [c0b6c3a98edd04f4a7675d3840965c1bc7fc5b26]

#81268# implement FontCharMap


2001-06-28  Dirk Völzke  <dv@openoffice.org>  [504d11104e2d440fcb7a39463e2dc7ea00ebcc45]

#87759# GetTitle should return false, if there is no title


2001-06-28  Herbert Duerr  <hdu@openoffice.org>  [1938e2c8812dc263c09498ac7c60fda99ae788cc]

#88232# fix symbol mapping, implement ImplGetRecodeData


2001-06-28  Philipp Lohmann  <pl@openoffice.org>  [7cac7f650d8eb9b3b57beb642c8e93192e0236c7]

#88871# resary moved from vcl to tools


2001-06-28  Christof Pintaske  <cp@openoffice.org>  [01199f9e9fa4be3a39747c463c236ee1f2d1c284]

#78724# little and big endian 16bit images need different treatment


2001-06-28  Philipp Lohmann  <pl@openoffice.org>  [df2d6826dadd3d757dd0726b19b87468242c471c]

#88871# resary moved from vcl to tools


2001-06-28  Christof Pintaske  <cp@openoffice.org>  [1426dd0fdd8febd06968757165c0cc0c02cca45e]

#78724# little and big endian 16bit images need different treatment


2001-06-28  Oliver Braun  <obr@openoffice.org>  [dc4780b0b10ee4eb90402046bdfda375d26353a0]

#88158# support for multiple droptarget listener


2001-06-28  Nils Fuhrmann  <nf@openoffice.org>  [d2d0020221794aa8707c30cd86a74427995a115d]

Enhanced buffer for macro expansion #87136#


2001-06-28  Dirk Völzke  <dv@openoffice.org>  [43a5578566c8506a4af040a8ab198c0566f68ad5]

#87759# Added filepicker


2001-06-28  Eike Rathke  <er@openoffice.org>  [ce96c4b7a408944bd2c9a22913f9b3d4cfd9c331]

#87799# add: simple formatting methods for VCL fields


2001-06-28  Dirk Völzke  <dv@openoffice.org>  [e4b70ee0999c05eda8319b25b077ed1b88d1d3ac]

#87759# Added directory filepicker


2001-06-28  Dirk Völzke  <dv@openoffice.org>  [3b7f1f0d4f0de50a80085b05fc2849bc24210e3f]

#87759# Register own File- and FolderPicker service


2001-06-28  Dirk Völzke  <dv@openoffice.org>  [963c5e8f49617bb4f8b7a6a68ad0a949492b2a3b]

#87759# Moved filepicker.src to folder filepicker


2001-06-28  Dirk Völzke  <dv@openoffice.org>  [bbad42c88267bb6289edafbf809746fc005284e4]

#87759# Moved file / folder picker from sfx2 to svtools


2001-06-28  Mathias Bauer  <mba@openoffice.org>  [2bb9cbb909f80fef555a48933a73a5ad5b03c73c]

#88646#: release outputstream


2001-06-28  Dirk Völzke  <dv@openoffice.org>  [5a1e6ed165061b369bbbba95e074d5b7642413e9]

#87759# Added HID_EXPLORERDLG_FILE


2001-06-28  Philipp Lohmann  <pl@openoffice.org>  [5478133de1a8cd05d9fe74a8dbe77201abc2071d]

#85520# added encoding ID 0 to name table evaluation, fonts.dir update if necessary


2001-06-28  Kai Ahrens  <ka@openoffice.org>  [3d424c551c201f440418b34462e4d7b907960a69]

TFD changes (SvData removed)


2001-06-28  Dirk Völzke  <dv@openoffice.org>  [35e81aa7262744687511f7e6988165d14e6c5db8]

#87759# Some defines needed by FilePicker ea.


2001-06-28  Dirk Völzke  <dv@openoffice.org>  [31f153a84fb472c01ea628afe425242735a4c985]

#87759# Resource defines for the file dialog


2001-06-28  Dirk Völzke  <dv@openoffice.org>  [ccc38946dc925b1b099a7ac4d682b9f350227734]

#87759# Moved from sfx2


2001-06-27  Philipp Lohmann  <pl@openoffice.org>  [d3155880dabc5d99aca92c11b3f353cb29c380b4]

#85520# workaround for some broken fonts


2001-06-27  Philipp Lohmann  <pl@openoffice.org>  [7a23dfa0d483d578a5427da02ab8fe1a39bd6673]

#85520# notify a user that a font cannot be renamed


2001-06-27  Rüdiger Timm  <rt@openoffice.org>  [d69b8f0406b214f9d56a126a2cffa8f6ffd8708e]

new version for SRC633


2001-06-27  Kurt Zenker  <kz@openoffice.org>  [07a32de427d04fab8aed747abb2c53266238d33b]

new version for SRC633


2001-06-27  Philipp Lohmann  <pl@openoffice.org>  [24c9eba5ee2a4599059a47940f9b7d9a911b6a73]

#85520# more support for localized family names


2001-06-27  Philipp Lohmann  <pl@openoffice.org>  [15edfef00a19c9c05882f62b0e7b538b03a9f88d]

#85520# more support for TrueType localized family names


2001-06-27  Sven Jacobi  <sj@openoffice.org>  [531bd287c7ab60df03c6ccacbb29c9e7a0e22d79]

#88709# supporting more than one filename extension


2001-06-27  Mathias Bauer  <mba@openoffice.org>  [94b9f40c52b51a0c778a95acb1b906ccee3b567f]

#85359#: ExecutePlugins


2001-06-27  Nils Fuhrmann  <nf@openoffice.org>  [5ce1efcc4c3ad5fd684641e922d8cfd65696c449]

Multi fixes for L10N-framework #87136#


2001-06-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e8596ac15d201b3dcfeff3a66881ed58d4fa9d28]

no prefix


2001-06-27  Oliver Bolte  <obo@openoffice.org>  [741d010874c2987b97b77c9e3ff750cd2532e6b9]

#87576# undo last change


2001-06-27  Oliver Bolte  <obo@openoffice.org>  [2c9d07ad359eb7853749fffb1cf419788f5872bc]

#87576# undo last change


2001-06-27  Stephan Schäfer  <ssa@openoffice.org>  [47ba68dfbb3ae5047e82f9a621b40d2aa7c2f73d]

#86010# transmit cursor rect for CJK input


2001-06-27  Peter Burow  <pb@openoffice.org>  [6672c02e6b9e270a66065f990ffd5149c6e9d190]

fix: #85823# HelpBookmarks added


2001-06-27  Oliver Bolte  <obo@openoffice.org>  [bdcf9254bdcce72bb5506dbf229a0b57c88bf0f5]

#87576# undo previous change


2001-06-27  Oliver Bolte  <obo@openoffice.org>  [f941889efb23247742238bc304338ffb372bef57]

#87576# salhelperlib added


2001-06-27  Peter Burow  <pb@openoffice.org>  [6565e2cdf4ae7f248d7a00085c308fc16804bdf2]

fix: #88797# filepicker.src added


2001-06-26  Philipp Lohmann  <pl@openoffice.org>  [bb4880aecd873865455ce3270dedc72e583a78d5]

#85520# add: rename fonts


2001-06-26  Philipp Lohmann  <pl@openoffice.org>  [66134c51e9b27f58a27c031bb7e46a07ae2ea9f2]

#85520# cache ttc files in fonts.dir also


2001-06-26  Philipp Lohmann  <pl@openoffice.org>  [4e9fb3203f9e15c1deb2c6dbb1ecdc553ef713d9]

#85520# allow for unicode names to be read


2001-06-26  Mathias Bauer  <mba@openoffice.org>  [c1bef4cb131d65dbd2ef789c1dc3dd6d2718df9f]

#86708#: support disk spanned header


2001-06-26  Mikhail Voitenko  <mav@openoffice.org>  [3370b2a52d319d81514824d600351ad340a668fa]

#88320# Allow to save passwords persistently


2001-06-26  Mathias Bauer  <mba@openoffice.org>  [e8a0e429efc1fca4cd2f64e730104363dd5485d3]

#88062#: export inputstream


2001-06-26  Eike Rathke  <er@openoffice.org>  [ab3ca94133e303e67f3f83a8c4fd708a8946d8ee]

#88678# PutandConvertEntry: initialization language if LANGUAGE_DONTKNOW


2001-06-26  Armin Weiss  <aw@openoffice.org>  [cf5da5bfc8bb0574f8865977c1785ec94356b357]

#75059# Implementation of transparence gradients for 3D


2001-06-26  Nils Fuhrmann  <nf@openoffice.org>  [83e90801b2062fdd9ced34e672ead623e8e30d8d]

Added utf8conv to transex3.lib to solve unresolved externals


2001-06-26  Nils Fuhrmann  <nf@openoffice.org>  [38261ff99546be16b25579c309ec0a603d19aee5]

Preparation for delivery of transex3.lib


2001-06-26  Nils Fuhrmann  <nf@openoffice.org>  [9059dea6a046f84702fa50d4e9bd5e41165db09c]

Delivery of transex3.lib for extern usage


2001-06-26  Oliver Bolte  <obo@openoffice.org>  [66fa74facb6f4f01134863b3c2bc97fccbdf2904]

#65293# salhelperlib missing


2001-06-26  Nils Fuhrmann  <nf@openoffice.org>  [21dbc508f7524032c93ca51cdefa2dfc619af4fa]

Moved from source to inc


2001-06-26  Eike Rathke  <er@openoffice.org>  [f0c16aaa25e3ce17bb729f05079e0e56143d6a05]

#87257# locale changes propagated to application settings; currency may be defaulted to locale


2001-06-26  Eike Rathke  <er@openoffice.org>  [f5e284101cbf23d28478bdac84c4b86b549af7f8]

#87257# blocked broadcasts


2001-06-26  Christof Pintaske  <cp@openoffice.org>  [9d1d118d3944b126bd077e8e1e70a33c9dcf72ac]

#88564# maintain buffer allocation in ic, end exttextinput only when buffer is empty


2001-06-26  Christof Pintaske  <cp@openoffice.org>  [afa1a818433ba5deb5348681c2c24317e4a53e81]

#88564# maintain buffer allocation in ic to avoid leaks


2001-06-26  Christof Pintaske  <cp@openoffice.org>  [397a7782ca333ecc67207ab908373872f8e4808c]

#88564# dont handle xim commits with iiimp commit string callback


2001-06-26  Oliver Bolte  <obo@openoffice.org>  [853f16ebd30c92449b4e0bb33507c5dc679862b9]

#65293# salhelperlib missing


2001-06-25  Jörg Budischewski  <jbu@openoffice.org>  [db259d17d51c12a0cad0375bdd9dea4457aba04e]

removed timer manager cleanup, TODO: add thread-joining when last timer is removed


2001-06-25  Oliver Specht  <os@openoffice.org>  [7218ef9a763b5632a5c419341831b0aa783ee87f]

#88352# tree can be released, internal notificaion enabled


2001-06-25  Philipp Lohmann  <pl@openoffice.org>  [cb5eb4cf15b8edd1ab2e58943a0d3dda3a176e68]

#88685# recognize more characters in afm files


2001-06-25  Kurt Zenker  <kz@openoffice.org>  [f220f2f9b342697488476f94aad48c62512d264b]

new version for SRC633


2001-06-25  Eike Rathke  <er@openoffice.org>  [3abb3f2fd0d080989b3dbdaa09b8a9eeae783037]

#87257# use Application::GetSettings().GetLanguage() instead of System::GetLanguage()


2001-06-25  Eike Rathke  <er@openoffice.org>  [f6a4928fb469cbfbe68fc754ec899467761aa32e]

#87257# class International free


2001-06-25  Philipp Lohmann  <pl@openoffice.org>  [43d6225a247d5a26d1581d535d792eae3629b475]

#88680# get rid of X11ClipboardHolder


2001-06-25  Mathias Bauer  <mba@openoffice.org>  [6a23ca42ec95a8312796f5a2d43493ae7a08af53]

#88646#: new option for unpacked saving


2001-06-25  Mathias Bauer  <mba@openoffice.org>  [9f968a694f23b4b24abab52a819fd48725c2790e]

#88646#: submitting via POST


2001-06-25  Nils Fuhrmann  <nf@openoffice.org>  [626fa2def093f711ab9aeef82a771b08e4d85d87]

Only fall backs when localization allowed #87136#


2001-06-25  Mathias Bauer  <mba@openoffice.org>  [06c79b1e453137ab186570fef4a3f6bf1781b375]

#88646#: unpacked xml format


2001-06-25  Kai Sommerfeld  <kso@openoffice.org>  [fa34f33e3ed2ba9b54297cb036cafe125c7d8430]

#87187# - New error handling.


2001-06-25  Kai Sommerfeld  <kso@openoffice.org>  [1c724755ca7a82301118c319b3c15827e1fea6ee]

#87187# - Disabled new error handling behavior (temporarily only).


2001-06-25  Kai Sommerfeld  <kso@openoffice.org>  [22f2c13b94b1a4934fa609a20be4a719861eb461]

#87187# - Introduced function for IO errors, that transports two string           arguments.


2001-06-25  Kai Sommerfeld  <kso@openoffice.org>  [aa493d24d042bfdf02d2bc65ec427919d2cbef8e]

#87187# - Changed version number of UDK libs.


2001-06-22  Kurt Zenker  <kz@openoffice.org>  [0e11d30c617dd00c72d5400b0585dd44959dbdf6]

Merge SRC633: 22.06.01 - 23:46:41


2001-06-22  Kurt Zenker  <kz@openoffice.org>  [42fe766a2e56aa48d7b9c018a5e85f08bea8dd06]

Merge SRC633: 22.06.01 - 23:45:04


2001-06-22  Philipp Lohmann  <pl@openoffice.org>  [9c81b11c3ac1ff42a99e0d5ffa7d236b084d010f]

#88680# implement XClipboardNotifier


2001-06-22  Daniel Vogelheim  <dvo@openoffice.org>  [9b214d1e0bc6df9b9ca8cc6d6d6336f1899576d3]

#88647# proper handling of ignorable whitespace inside an otherwise empty element


2001-06-22  th  <th@openoffice.org>  [d354a1a682c0eb30697d6e5b842dc14b1a7d1ba4]

#88689# - mpConversion only after ImplInitFont()


2001-06-22  Kurt Zenker  <kz@openoffice.org>  [23c22ff42e4dee2e0331a305fddaa21d2e97fdc3]

new version for L10633


2001-06-22  Stephan Schäfer  <ssa@openoffice.org>  [0129ea13a305c9cdd3ed289293b2386d22154ff1]

#86010# CJK over RVP


2001-06-22  Stephan Bergmann  <sb@openoffice.org>  [a1faff32089710d76a3b98116993d286bc71833c]

#88512# Wrap config entry name changes in TF_CFGDATA.


2001-06-22  th  <th@openoffice.org>  [07cd69d03262830ee40c86f6bc4319ae00babbb1]

#81329# - remove syntax error for remote case


2001-06-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9e56ffbfd9365a4a27ffe4f363ae82927060de4d]

new version for L10633


2001-06-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [437c25f3e4dc37046e17da3a7c1e4256aded73ea]

new version for L10633


2001-06-22  Dirk Grobler  <dg@openoffice.org>  [02c14bb2aa6c3e14e5f908dd272d2738becccbd9]

#88512# changes for TF_CFGDATA


2001-06-22  Herbert Duerr  <hdu@openoffice.org>  [d524ef2c0da6f542b45b5c3a4805949ef0286c6d]

#88334# ignore fixed pitch flag in fonts


2001-06-22  Malte Timmermann  <mt@openoffice.org>  [2403274483a6fe9e3a0e71138ff4d2a561fa6e06]

#88466# MaxTextLen property when derived from EditControl


2001-06-22  Dirk Grobler  <dg@openoffice.org>  [0a6fcafa5df3366377099296360b238dbb0e03ab]

#88512# changes for TF_CFGDATA


2001-06-22  Dirk Grobler  <dg@openoffice.org>  [84d6d163224d42d167ddd20bc97ade8cc17bccd0]

#88512# changes for TF_CFGDATA


2001-06-22  Kurt Zenker  <kz@openoffice.org>  [0c85d3eefc500439fbffc22b2e14fca15fcb9bb0]

new version for SRC633


2001-06-22  Kurt Zenker  <kz@openoffice.org>  [c3f01094254bc735eccb14ad217cb5a712a9a7d8]

new version for CFG636


2001-06-22  Dirk Grobler  <dg@openoffice.org>  [db8305246d63d7a2b0cf56dff846f71be1f97644]

#88512# changes for TF_CFGDATA


2001-06-22  Mathias Bauer  <mba@openoffice.org>  [7f7db17bd4a1204f88a82243803655d672a38272]

#88646#: allow creation of storages on a UCBContent


2001-06-22  Oliver Braun  <obr@openoffice.org>  [5965457d80af8f934f3317edbed6e769065b62f8]

#88158# do not send DragGestureRecognized events without drag source


2001-06-22  Dirk Grobler  <dg@openoffice.org>  [0281ca39efd4dc05309efda76d055e143955835c]

#88512# changes for TF_CFGDATA


2001-06-22  Kai Sommerfeld  <kso@openoffice.org>  [2ddd35ce1d57385fbe028e3acf972342dc16faf9]

#88532# - Check for empty reference before dereferencing it (Content::createCursor(...))!!!


2001-06-22  Dirk Grobler  <dg@openoffice.org>  [6fcfd830fd42b7794abb410a0d5cc333f9499bad]

#88512# changes for TF_CFGDATA


2001-06-21  th  <th@openoffice.org>  [b9e45765abc9e6e4f84502fc35991bdaf97f0a22]

#80306# - some enhancement in the font mapping tables


2001-06-21  Kurt Zenker  <kz@openoffice.org>  [7b0030b2bbe66e5675a502d2605f45328530f275]

Merge SRC633: 21.06.01 - 23:38:06


2001-06-21  th  <th@openoffice.org>  [b96a20c9c0f92c8bddd35f78575d6cfd63fc2cf3]

#81329#/#80306# - GetDefaultFont() and Fontmapping-Enhancements


2001-06-21  th  <th@openoffice.org>  [fd38e9f64886107ac4fbd154fd5dbdbe74f4733a]

#80306# - Font-Substitution, Font-Mapping, Symbol-Font-Conversion


2001-06-21  th  <th@openoffice.org>  [cafd90f349dbf9b7cd43598d6808967b68a9d6be]

#80306# - fontcvt.cxx


2001-06-21  th  <th@openoffice.org>  [47178107e06cdf38f668f079733cf52af7e69428]

#81329# - GetDefaultFont()


2001-06-21  th  <th@openoffice.org>  [3553e3a60d47dca7c85909c64583ea2ae3b1acd1]

fontcvt.hxx


2001-06-21  th  <th@openoffice.org>  [1ae8102332eafbb1af9675837f3d3b68b65f18cc]

#80306# - fontcvt.hxx


2001-06-21  Dirk Grobler  <dg@openoffice.org>  [fd74994fe2e10827ef87c32aaba3a51dd432f24d]

#88512# changes for TF_CFGDATA


2001-06-21  Eike Rathke  <er@openoffice.org>  [369d7791a75dad267109146f719e4e6a8dce3b81]

#87257# GetLocaleLanguageType convenience method


2001-06-21  Philipp Lohmann  <pl@openoffice.org>  [f8f70358f55e9e8598ad1df939bbd95a6eb98adc]

#88625# disable copyright awareness by default


2001-06-21  Philipp Lohmann  <pl@openoffice.org>  [f37e1f822564b610f3a97d03fd66d1ba0a1e3fda]

#88587# honor default copy count if user did select default


2001-06-21  Philipp Lohmann  <pl@openoffice.org>  [fa83dcd00094fbad188dbb526d0577800c811d50]

#88587# don't ignore copies


2001-06-21  Rüdiger Timm  <rt@openoffice.org>  [ed1859c9bfdf42bcfcc535b001f9ced8b9a54e98]

#87576# applicat.rdb gets built in drafts, not offapi


2001-06-21  Philipp Lohmann  <pl@openoffice.org>  [82ed9b81fa1e0d5793ed82fcdd1c514e4446fd85]

#85520# fixed some bugs shown in dialogue test


2001-06-21  Kurt Zenker  <kz@openoffice.org>  [0331466d0e8bedf72b138090ed4fdad32dc7d028]

new version for CFG636


2001-06-21  th  <th@openoffice.org>  [8cd548d4e87f23605f8a4e0ff104f6481abc2ce0]

#86988# - FixedLine with full dialog with


2001-06-21  Kurt Zenker  <kz@openoffice.org>  [d9812b81bac7e0e068f25ece5de1adc2cecc3107]

#88503# - Locale data now copied in the copy-ctor


2001-06-21  Kay Ramme  <kr@openoffice.org>  [3b0420b3515f4b65658a5d281ea273801cd87990]

set the via InitVCL given smgr at pSVData #88338#


2001-06-21  Kurt Zenker  <kz@openoffice.org>  [cb2fc85c9b8bb5e952440953923242b97116eb07]

new version for SRC636


2001-06-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cc73ba23fee01ca36e69e49b72a2a1ec00ced94f]

no project prefix


2001-06-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [74635de39fce649573f4902562fc346686a64f2d]

platform dependend flags


2001-06-21  Frank Schönheit  <fs@openoffice.org>  [eb09f21d8a5b121ff031eb6950f34a492358daa1]

#88356# HID_ADDRTEMPL_FIELD_ASSIGNMENT


2001-06-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [948c11b7cb981974e447465f834684038d2dc4ee]

cleanup


2001-06-20  Nils Fuhrmann  <nf@openoffice.org>  [595d9c9cc69640e9d13d313c59b15d44a7189224]

Added language EXTERN #87136#


2001-06-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [72c127696fd59b16638d986660c08afdbd69ba64]

cleanup


2001-06-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b58dde4329811dea896ebd9ae12dacfd5bb047ef]

removed ALL:


2001-06-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1afd094796cea1bde48b9dfb8ca34bc7806f1e1f]

#65293# cleanup


2001-06-20  Kai Ahrens  <ka@openoffice.org>  [b23f3b38ab62a4c7534ae4f639f6286f96109844]

#88132#: use correct device to map from pixel to logical space


2001-06-20  Stephan Bergmann  <sb@openoffice.org>  [3f5cbf542fa6a78bad443b9f3e1acb5c21b5bc93]

Added SALHELPERLIB.


2001-06-20  Stephan Bergmann  <sb@openoffice.org>  [cb7544c00aefc9e1078f18b7f5c19b50ebe8ae8d]

Removed SMTP server name; adapted to modified config entry names; got rid of vos.


2001-06-20  Frank Schönheit  <fs@openoffice.org>  [f250dd6cc0511c05cff10c4f805c0d544afd1600]

#86721# deliver editbrowsebox.hxx


2001-06-20  Christof Pintaske  <cp@openoffice.org>  [deac37523b4bc9d85c4a9934fbb8006a54cb3b23]

#88379# dont use ppArgv, its bogus


2001-06-20  Gregor Hartmann  <gh@openoffice.org>  [c275324d320464e49dc94a4b70f1262ff6dd9157]

ignore lines of type 'res-comment'. Only copy to correct parts file (switch -wc)


2001-06-20  Kurt Zenker  <kz@openoffice.org>  [34e8fef4bfd011f5cd43498b1d2b432a84abca91]

new version for SRC633


2001-06-20  Thomas Benisch  <tbe@openoffice.org>  [31da0a3d6271f4b72e05762c623c8d694232c7b9]

added MakeVisible


2001-06-20  Philipp Lohmann  <pl@openoffice.org>  [bf1a19ec873651c645942994fc5338421b7f5967]

#85520# changed test bitmap from StarOffice to a more generic content


2001-06-20  Frank Schönheit  <fs@openoffice.org>  [2b432bf78771b67680d6505728b07b07c68ba1f8]

prepare for #88447#: rename FieldName to ProgrammaticFieldName and DatabaseFieldName to AssignedFieldName


2001-06-20  Stephan Bergmann  <sb@openoffice.org>  [dee8b5f42e388e0db9aeb70dd9f12abc95426768]

#88442# Derive class from salhelper::SimpleReferenceObject, which is safer than vos::OReference.


2001-06-19  Philipp Lohmann  <pl@openoffice.org>  [9367192268a54644206b1f1fb2722b4a66a57605]

#88470# free the object mutex when calling outside the object to avoid deadlocks


2001-06-19  Philipp Lohmann  <pl@openoffice.org>  [00b56f078a614edb8775d923a62096d01b3b11cf]

#88195# fix worked only in debug case due to misplaced #endif directive


2001-06-19  Vladimir Glazounov  <vg@openoffice.org>  [952e92ffacfba1eb95294f2393c1d99820c11cbd]

osl_freeThreadHandle is no more


2001-06-19  Herbert Duerr  <hdu@openoffice.org>  [c4f696f05a65cf03ae242ac5099c79927e9c6d9b]

link freetype statically again


2001-06-19  Philipp Lohmann  <pl@openoffice.org>  [57252bde749fced10d6622fc001687f44a0656ec]

#85520# dialogue redesign


2001-06-19  Frank Schönheit  <fs@openoffice.org>  [df357d8915e3cc75f1e82943cc005adfce2981b4]

#88391# be more tolerant when setting the EffectiveValue


2001-06-19  Nils Fuhrmann  <nf@openoffice.org>  [b92a20e49e5f8af6bb7d3336347e6d029a8c469b]

Fixes for merge #87134#


2001-06-19  Rüdiger Timm  <rt@openoffice.org>  [f268965699f7a58542e748a54749a3a1e98e54dd]

#87576# avoid ambiguity with 'system' from stdlib.h


2001-06-19  Kai Sommerfeld  <kso@openoffice.org>  [b0d449c39f0756cb3ed3298514c0b5fbbf77133d]

#87187# - Added css::ucb::InteractiveAugmentedIOException.


2001-06-19  Kai Sommerfeld  <kso@openoffice.org>  [467cd7d1c13f2354919edae57badb18dbaaf9c66]

#87187# - Yet another change of method/ctor arguments.


2001-06-19  Sven Jacobi  <sj@openoffice.org>  [981602d8fc33f35ede66f201e3672cd11aa0cc7f]

#88407# ignoring some kind of group codes


2001-06-19  Rüdiger Timm  <rt@openoffice.org>  [3c98b06f114f8510ba91f8677b75fc0017ffc94b]

#87576# temporary variable to avoid gcc parse error


2001-06-19  Peter Burow  <pb@openoffice.org>  [4d1f95a787d829c8df0e807e055a2e38f219ce8f]

fix: #88317# update DocumentTemplates on startup


2001-06-19  Peter Burow  <pb@openoffice.org>  [8fe6662168de02782c4f900fb77d9b0c7e623c95]

fix: #88317# new: UpdateDocumentTemplates(), UpdateHdl_Impl()


2001-06-18  Rüdiger Timm  <rt@openoffice.org>  [398c401a0c1e8d7a35a3fd1a9fba7397d59c1d6c]

new version for SRC633


2001-06-18  Frank Schönheit  <fs@openoffice.org>  [fdade7bfca8c253e951c9e1eaeb0a2c46804b018]

#88384# initialize m_nFieldScrollPos with 0, not -1


2001-06-18  Vladimir Glazounov  <vg@openoffice.org>  [bed4a36731e832faa1201cf6f07bcb7d6ff157ae]

new version for SRC636


2001-06-18  Vladimir Glazounov  <vg@openoffice.org>  [7e71266b247331ff8c3e964ab107f94bb6e7e9dc]

new version for SRC636


2001-06-18  Mathias Bauer  <mba@openoffice.org>  [710cde890f91cf752934d6b88a1cfb2ee69bbcff]

#87300#: always enable input for help agent window


2001-06-18  Kai Ahrens  <ka@openoffice.org>  [7e3791ae4b11bcd4b0260056d47d455bcbba8258]

#75963#: added rotation of metafiles


2001-06-18  Stephan Bergmann  <sb@openoffice.org>  [f4c5aac908177ace5afcdc58e8eec61b5033c887]

#86943# HACK to read system proxy settings on first office start.


2001-06-18  Kai Ahrens  <ka@openoffice.org>  [093038a9e5ac56544a216fe97ff1a34ea0b432a9]

#75963#: rotation of metafiles


2001-06-18  Peter Burow  <pb@openoffice.org>  [f48d664c758af4dd1346655101920af3457dcaba]

fix: #88385# don't disable the scroll handling


2001-06-18  Eike Rathke  <er@openoffice.org>  [a98c86600a71563a5e15cb2f5c58a18394863e85]

#87882# broadcast changes in SvtSysLocaleOptions, like default currency changed


2001-06-18  Eike Rathke  <er@openoffice.org>  [3bf5346d1fd5f83094e9f3c39584be0975a42b13]

#87882# del: currencyconfigitem; add: syslocaleoptions


2001-06-18  Eike Rathke  <er@openoffice.org>  [1f0781aba76a1b711725e0d467bf9d4583a6f351]

#87882# broadcast changes in SvtSysLocaleOptions, like default currency changed


2001-06-18  Eike Rathke  <er@openoffice.org>  [fd30a589ea83014594057585837b541a6c2d5e74]

#87882# del: currencyconfigitem


2001-06-18  Malte Timmermann  <mt@openoffice.org>  [033869e60e6d29790d0dce05347f21548132b9c6]

#88278# XListBox::selectEntries: update SelectedItems property


2001-06-18  Kai Sommerfeld  <kso@openoffice.org>  [1737b785e7fecab102aba0e29d776fc4b1ce57ec]

#87187# - Parameter's type changed from XContentIdentifier -> XCommandProcessor.


2001-06-18  Mathias Bauer  <mba@openoffice.org>  [128ba678c20c1b8ce6403e5c4f8856c68e96c062]

#87670#: encrypt OLE storages


2001-06-18  Oliver Braun  <obr@openoffice.org>  [602a8ba810af4942adbe469ad5cd76761e314e52]

TF_SVDATA again


2001-06-18  Kai Sommerfeld  <kso@openoffice.org>  [37f99ff92eb09b0b59135ee8bf11bbfd24e7f18e]

#88294# - Fixed ContentImplHelper::getParent().


2001-06-15  Patrick Luby  <pluby@openoffice.org>  [302bea3af80c9cebee206f6b4614303fed9ffc02]

Reverse changes in last revision as they are no longer necessary due to changes in solenv/inc/unxsols3.mk


2001-06-15  Rüdiger Timm  <rt@openoffice.org>  [da9de76dfdd4c8e437dd8607706dfa53eddab400]

Merge SRC633: 15.06.01 - 23:38:33


2001-06-15  Kurt Zenker  <kz@openoffice.org>  [c2b239b6f1e5da0d2e469da1b410fc0dcb5b10e4]

Merge SRC633: 15.06.01 - 23:35:33


2001-06-15  Thorsten Behrens  <thb@openoffice.org>  [832d0a72b8779d0a9ec4340337ec5c6cf9c18cbb]

#86988# Redesign and bugfixes for adapted dialogs


2001-06-15  Thorsten Behrens  <thb@openoffice.org>  [4a74a4481561a1ac50ef3ca4e1cbf1ce20a96058]

#86988# Added text indent space


2001-06-15  Vladimir Glazounov  <vg@openoffice.org>  [d78bca29e3e40a0ca4c26616d32f83f4f74b33ef]

undo previous change, found original cause


2001-06-15  Vladimir Glazounov  <vg@openoffice.org>  [c3f3252ddc9a86608c35f5adfbcfc2329c12c84d]

Added freetype library linking for wnt remote version


2001-06-15  th  <th@openoffice.org>  [ccba262e6a36fc9f9a70e8d41e5bec2632bc203d]

#87257# - Loacle/UILocale/Language/UILanguage


2001-06-15  Philipp Lohmann  <pl@openoffice.org>  [942eff309b72479531de2778f5fdac63cf5f619a]

#88520# dialogue redesign


2001-06-15  Kai Ahrens  <ka@openoffice.org>  [d0ac700784af295e624dc6370a5c46c5c7bbd208]

#75963#: added ::Miror and ::Rotate methods


2001-06-15  th  <th@openoffice.org>  [ffae35f3a98eafb3aa7fc143677dbde189f80b70]

#87257# - Loacle/UILocale/Language/UILanguage


2001-06-15  th  <th@openoffice.org>  [08dfbe3ce856dc2a3d4d847112b805ee99e8c13c]

#87257# - Loacle/UILocale/Language/UILanguage


2001-06-15  th  <th@openoffice.org>  [667c03aebc2df701ff57051794100590f2bdbbfb]

#87257# - remove i18n system update


2001-06-15  th  <th@openoffice.org>  [504825e0cf417e33a877a14f95a3330abe29c6dd]

#87257# - Loacle/UILocale/Language/UILanguage


2001-06-15  th  <th@openoffice.org>  [1ed78317e56719cddbb9a7e034a0eda5a6bc6dc9]

#87446# - Toggle() now called at the correct place in Check()


2001-06-15  Frank Schönheit  <fs@openoffice.org>  [3540e7230189dee1f96fae42ff214545bc8f8eda]

#86721# added browse.srs


2001-06-15  Frank Schönheit  <fs@openoffice.org>  [f627ac70d201486bd055506b614cbb80d7a8d260]

#86721# added files for the EditBrowseBox


2001-06-15  Frank Schönheit  <fs@openoffice.org>  [655f95135f289b8946f8134e772ae6d27cb16b5a]

initial checkin - moved this herein from svx/source/fmcomp/dbchk*


2001-06-15  Frank Schönheit  <fs@openoffice.org>  [5e76995af42a277a96c791eca3b4ba118016f8c7]

initial checkin - moved this herein from svx/source/fmcomp/dbbrowse*


2001-06-15  Philipp Lohmann  <pl@openoffice.org>  [4a2df258a2145d1ad5204feac5469cb8f0ca6c34]

#85520# add check wether printer can be removed


2001-06-15  Frank Schönheit  <fs@openoffice.org>  [beef46afa93c44ae6328613144d3247359ea3ea7]

#86986# moved css/ui/* to css/ui/dialogs/*


2001-06-15  Peter Burow  <pb@openoffice.org>  [0aef5ff474a66310134e366d1aea66a218812e0c]

fix: #88014# find toplevel window improved


2001-06-15  Kai Sommerfeld  <kso@openoffice.org>  [b2fd10cca43c8d7b9b9b88edf15df0aeb8843d3b]

#87187# - Parameter's type changed from XContent -> XContentIdentifier.


2001-06-15  Malte Timmermann  <mt@openoffice.org>  [bf7e764d7af2ce0bc761bd1e1645852eb48d7fd9]

#88278# XListBox::selectEntries: update SelectedItems property


2001-06-14  Kurt Zenker  <kz@openoffice.org>  [a4c90a500fa7e45c0f06f924abb4b850c7576213]

Merge SRC633: 14.06.01 - 23:49:26


2001-06-14  Rüdiger Timm  <rt@openoffice.org>  [74f38a75f8e242422e5d3a0a12bf0bed6f5875b2]

Merge SRC633: 14.06.01 - 23:37:24


2001-06-14  Kurt Zenker  <kz@openoffice.org>  [c57e98490613d09842449eff1af1213941718e79]

new version for SRC633


2001-06-14  Kurt Zenker  <kz@openoffice.org>  [d27cd0588543420f9275481fd84a117d2d77e966]

new version for SRC633


2001-06-14  Philipp Lohmann  <pl@openoffice.org>  [30703799fe129d61eb3f7cfe9337c92fb6ad49eb]

#85520# just ask for printer updates after the first printer relevant request


2001-06-14  Frank Schönheit  <fs@openoffice.org>  [30a43a11ef595aaf9c7c43d7556eda26897cbbc7]

#87724# +confignode


2001-06-14  Philipp Lohmann  <pl@openoffice.org>  [ffb61b9905a96215b88c4bd006d679b51c857dae]

#85520# use lpc on linux as first try to discover print queues


2001-06-14  Nils Fuhrmann  <nf@openoffice.org>  [bb21e9603e71e4dd2ddb7fe030d01d7c06542b0e]

Fixes for l10n-framework #87136#


2001-06-14  Malte Timmermann  <mt@openoffice.org>  [a8f8f9e33be5a5143fd8d4b181029dc9ff83fa40]

#86377# Overwrite in IME mode


2001-06-14  Philipp Lohmann  <pl@openoffice.org>  [226d5d939e786a091280a1890c99ec9b2ff6ff07]

#86206# define a default user action


2001-06-13  Kurt Zenker  <kz@openoffice.org>  [5667dbbe36432f41d58f8c639333fe1f067af95b]

Merge SRC633: 14.06.01 - 01:54:56


2001-06-13  Kurt Zenker  <kz@openoffice.org>  [c9da11f56d7afd57cbc5a8f193d807d658d97e2f]

Merge SRC633: 13.06.01 - 23:47:32


2001-06-13  Kurt Zenker  <kz@openoffice.org>  [09e68db91487054e5cb526fa1367c3187af88bae]

Merge SRC633: 13.06.01 - 23:45:10


2001-06-13  Kurt Zenker  <kz@openoffice.org>  [7406e6f68454b60a8c70984c68514fb05e3202d2]

Merge SRC633: 13.06.01 - 23:46:07


2001-06-13  Kurt Zenker  <kz@openoffice.org>  [4b536365e08473ed61a474da71bcdf5507f9de05]

Merge SRC633: 06/13/01 - 23:44:20


2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [79f9353f8e7c60513bc346827c3fe9bf373c2289]

Merge SRC633: 13.06.01 - 23:45:28


2001-06-13  Kurt Zenker  <kz@openoffice.org>  [19084b786eed6e292ed368d91798f38213dd31e3]

Merge SRC633: 13.06.01 - 23:44:14


2001-06-13  Kurt Zenker  <kz@openoffice.org>  [6c582f24f77a9a79e39208824f2e45b66fd7d952]

Merge SRC633: 13.06.01 - 23:42:50


2001-06-13  Kurt Zenker  <kz@openoffice.org>  [45ff60056b77c6f5a4ddfa3c78781bf5dc797af2]

Merge SRC633: 06/13/01 - 23:42:36


2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [82bd689d56ca72122c9f8c3f68587a789c99b879]

Merge SRC633: 13.06.01 - 23:43:21


2001-06-13  Kurt Zenker  <kz@openoffice.org>  [4730439d3aa6872a93865685488661b6d360c16c]

Merge SRC633: 13.06.01 - 23:41:53


2001-06-13  Kurt Zenker  <kz@openoffice.org>  [12e1824c81553aac1c3058c0562d108f4bda4794]

Merge SRC633: 06/13/01 - 23:40:45


2001-06-13  Kurt Zenker  <kz@openoffice.org>  [ddd39c18a9c85e645165ce983db9e8368b41c779]

Merge SRC633: 13.06.01 - 23:40:38


2001-06-13  Kurt Zenker  <kz@openoffice.org>  [61f53ee3ac6069f6c285e664a3f59d89ec555c69]

Merge SRC633: 13.06.01 - 23:41:04


2001-06-13  Kurt Zenker  <kz@openoffice.org>  [9f1a9bbf2169a42aee96b3974ac00e936d780b40]

Merge SRC633: 13.06.01 - 23:39:56


2001-06-13  Kurt Zenker  <kz@openoffice.org>  [b2bb09419985bc4a5a367e71a11ab976cd5d09b7]

Merge SRC633: 13.06.01 - 23:38:50


2001-06-13  Kurt Zenker  <kz@openoffice.org>  [2559bb1adab84c3640bf1aab1593e33efebdf2d3]

Merge SRC633: 13.06.01 - 23:38:28


2001-06-13  Kurt Zenker  <kz@openoffice.org>  [54d015afbd0ffa8f2473e59eed4a2f180f1971fd]

Merge SRC633: 06/13/01 - 23:37:59


2001-06-13  Kurt Zenker  <kz@openoffice.org>  [dfad914a32e9a8801c2bd30a760d59555b0478e1]

Merge SRC633: 13.06.01 - 23:37:19


2001-06-13  Kurt Zenker  <kz@openoffice.org>  [e6ae5e1e8976859241a190b58e54e0c9adbac3ac]

Merge SRC633: 13.06.01 - 23:37:38


2001-06-13  Kurt Zenker  <kz@openoffice.org>  [c0778df2e8c5f669e2f81c42bf56e4f445f5291d]

Merge SRC633: 13.06.01 - 23:36:35


2001-06-13  Niklas Nebel  <nn@openoffice.org>  [f839454f9e46da33de8e9bad1fc8f26380e525a8]

#88147# access to info from number sub-formats


2001-06-13  Mathias Bauer  <mba@openoffice.org>  [9921fd16d75ac1d59dd7703caafa244f1afd4efd]

#88231#: some options only in SOW614


2001-06-13  Philipp Lohmann  <pl@openoffice.org>  [a8f06f7f6503c0684c10e8d35772096c58acd8cb]

#85844# cursor was not always switched when it should


2001-06-13  Frank Schönheit  <fs@openoffice.org>  [5fd0f89ed6d54f86ecbd3cff07f1c7069d86f27a]

initial checkin - non-UNO wrapper for configuration nodes


2001-06-13  Philipp Lohmann  <pl@openoffice.org>  [44a2da58da499d77b11aac73fcd063ba4068e5ba]

#88208# GetConfigName returns just the file name


2001-06-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [75a0e2f8e878e3820ff346f13dec0afcf7b4a070]

backslash...


2001-06-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a9c06cda384307eca4ef65d22d6e88310f67276c]

check for incude fixed


2001-06-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f9fe20c574177c5d9155d7928fa65ca4ac5efe85]

replace delimiter


2001-06-13  Philipp Lohmann  <pl@openoffice.org>  [43ff3efe8fe60c9886ad839e67c0aacf0a8c710f]

#88204# restore type1 download font handling


2001-06-13  Philipp Lohmann  <pl@openoffice.org>  [e4e5b1f95ed382ff1b3a58bcfca94e9729e9eaf6]

#88195# do not report any printers if environment is missing


2001-06-13  Kurt Zenker  <kz@openoffice.org>  [25a6ddfb4e1945452119c9a5ec2bbc4a6fac156e]

Merge SRC633: 13.06.01 - 14:15:40


2001-06-13  Kai Ahrens  <ka@openoffice.org>  [70e7ee9018b43f60c793bc8482df45243906b280]

#79955#: added sound detection method


2001-06-13  Malte Timmermann  <mt@openoffice.org>  [d7174cc99eb942ab569eef4a9eb1493220db2562]

#86377# Overwrite in IME mode


2001-06-13  Malte Timmermann  <mt@openoffice.org>  [1b84bf2536cc74de75dbc1d05ddbeb4dcb909af0]

#86377# Overwrite in IME mode, some cleanups


2001-06-13  Malte Timmermann  <mt@openoffice.org>  [ecadc1c93cc6aa38a3fe32cc14acf5ffca7f2195]

#85759# register more dlls, but without .dll


2001-06-13  Malte Timmermann  <mt@openoffice.org>  [343f568fb8265d27e88e92a3ab4dbec30fc4eecc]

#85759# register more dlls...


2001-06-13  Kai Ahrens  <ka@openoffice.org>  [d2832cdca678d43a0f40a8a4e054f998d66d9cfd]

#88137#: watch for BIT_BITFIELDS flag at bitmaps


2001-06-12  Rüdiger Timm  <rt@openoffice.org>  [9686e979e5a727ef70c1e26381d1a736960b24da]

new version for SRC633


2001-06-12  Rüdiger Timm  <rt@openoffice.org>  [cb16e6862677c3832bfa4808b935a202b3999707]

#87576# slo/textview.obj added to EXCEPTIONSFILES


2001-06-12  Mathias Bauer  <mba@openoffice.org>  [c607b5765dec9fe84278007a40de769464f803f7]

#87804#: don't release SolarMutex when getting clipboard information


2001-06-12  Nils Fuhrmann  <nf@openoffice.org>  [5832b315ce879128fd9b413ab097ef06e5bf79ed]

Added CHARSET_UTF8 to command line #87136#


2001-06-12  Malte Timmermann  <mt@openoffice.org>  [dca52dc0a812e29721fb4c1b3b56788ce10ede22]

#86377# Overwrite in IME mode


2001-06-12  Thomas Lange  <tl@openoffice.org>  [d6286cacb3cac2ccc73ecbe923a71185c9e988b3]

#86590# transliteration settings fixed


2001-06-12  Christof Pintaske  <cp@openoffice.org>  [74315b7e60d3d43c20cd24d03778172ba2f5437f]

#88063# fixed ic creation for redflag


2001-06-12  Christof Pintaske  <cp@openoffice.org>  [af2823b9b3b0ae665d55ba33873dfacf65378cfe]

#88063# fixed event handling for redflag


2001-06-12  Malte Timmermann  <mt@openoffice.org>  [cf00a3bb8b9841486907ebf31a5470b1edb816c1]

Issuezilla#591 MenuBarWindow::MouseButtonDown when ImplIsMouseFollow()...


2001-06-12  Nils Fuhrmann  <nf@openoffice.org>  [9fd09d687624efde80fe86c2ac39867f467246bd]

Added error message if vorkspace is not available in stand.lst


2001-06-12  Herbert Duerr  <hdu@openoffice.org>  [995bd51184670431750d48db028d151becd25ea6]

#88076# fix crash on solaris because of different virtual signatures


2001-06-12  Philipp Lohmann  <pl@openoffice.org>  [da0a0388f95433d1a42359e9bb36fc366d0f7624]

#86988# new UI for print dialogue


2001-06-12  Philipp Lohmann  <pl@openoffice.org>  [195fdc0959137028ea446c5543f1ed3cf2cd0e50]

#86988# new UI for print dialogue


2001-06-12  Vladimir Glazounov  <vg@openoffice.org>  [be4d0c85c3189d1816941ac7934a5c6ad99fed71]

new version for SRC635


2001-06-12  Vladimir Glazounov  <vg@openoffice.org>  [712e879897708fca1eb5af5dae673d67ccae279d]

new version for SRC635


2001-06-12  Malte Timmermann  <mt@openoffice.org>  [c523baff46139c38e42313e1729fe426c0c1db77]

Issuezilla#591 ImplIsMouseFollow() with infinie time...


2001-06-12  Frank Schönheit  <fs@openoffice.org>  [655b50bb0500edf18681e2b0cc4870b74d07815a]

removed the stuff for the old regular search (has been removed from the header a while ago and won't build)


2001-06-12  Frank Schönheit  <fs@openoffice.org>  [5fbb19134f2f7bfb525268f52de6baeb26cf828e]

added some assertions


2001-06-11  Patrick Luby  <pluby@openoffice.org>  [d236524dd0fa0787e50e99cf73a9bae8091a1e4f]

Disable lazyload flag for libvcl on Solaris


2001-06-11  Eike Rathke  <er@openoffice.org>  [c3c69a1fff2fe6e72d47c9c4e47df5d857f5f315]

#87631# add: GetTimeInDays, 12 hours == 0.5 days


2001-06-11  Mathias Bauer  <mba@openoffice.org>  [82705486a937dd9fd95b32e5cc64b23fdbb4add8]

#87623#: catch exceptions from ucb when converting URLs and file names


2001-06-11  Herbert Duerr  <hdu@openoffice.org>  [f39371e29740364ac796a61a8d8e04e1a4d9003a]

#87917# check and fix invalid clip region


2001-06-11  th  <th@openoffice.org>  [1d93e657b106a6029182a5c97d802f8bb7a5e27a]

#86120# - More stable code for Reschedule() inside MouseEvents


2001-06-11  Nils Fuhrmann  <nf@openoffice.org>  [aedab1cd4a7898614de3100588f0aedd8fe2d93d]

Fixes for merge back localized text (l10n-framework) #87136#


2001-06-11  Kai Ahrens  <ka@openoffice.org>  [efe152abcb6c530695ba755b42934ac42aa39377]

#87187#: added exception handler


2001-06-11  th  <th@openoffice.org>  [3dabb8abe901c97d9fea9ac2f85b8e8c03253a5b]

#87205# - Also ..., >> and some other characters are now handle correct for CJK-AutoMnemonics


2001-06-11  Mathias Bauer  <mba@openoffice.org>  [0a2cfb2ebc5b9b0fca9566101115d7d75ce30341]

#87722#: notification implemented


2001-06-11  Mathias Bauer  <mba@openoffice.org>  [0287bfbb73d4b628c08ac7b180ac2be608895604]

#87722#: iniman.hxx obsolete


2001-06-11  Mathias Bauer  <mba@openoffice.org>  [4faea95589f67d99f92ff1d3b915fcd6d93da95a]

#87722#: old SvConfigItem/Manager removed


2001-06-11  Kai Sommerfeld  <kso@openoffice.org>  [edb7bba20ea5660a4ec4fc8af15028ec125e6d24]

#87187# - Removed "approve" continuation from interaction request.


2001-06-10  Eike Rathke  <er@openoffice.org>  [3cbceb730147c4c91a655cbcc576d39578060d91]

#87882# user configurable default currency


2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [b91f98b3754aff47f652e845d09eb327759868e9]

Merge SRC633: 09.06.01 - 01:27:11


2001-06-08  Oliver Bolte  <obo@openoffice.org>  [8ff9fd653cc0fbc1b3f75fbe2be23c3d9d009cce]

Merge SRC633: 08.06.01 - 23:51:24


2001-06-08  Oliver Bolte  <obo@openoffice.org>  [b018784634fb385319a7782ea7d40770f690990e]

Merge SRC633: 08.06.01 - 23:49:34


2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [d95685676e44099103fd62cb2bd181c3abdcfc92]

Merge SRC633: 08.06.01 - 23:46:08


2001-06-08  Oliver Bolte  <obo@openoffice.org>  [49ee5e2dc0dbe1f00b473d0af59bcef3fa761080]

Merge SRC633: 08.06.01 - 23:48:06


2001-06-08  Kurt Zenker  <kz@openoffice.org>  [e19686f9183ab016bb386d5f9db436eeb57a6c1c]

Merge SRC633: 08.06.01 - 23:45:43


2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [9d3e229bc3aa7be7b8bf1aa5509e15d4ae4abd73]

Merge SRC633: 08.06.01 - 23:44:32


2001-06-08  Oliver Bolte  <obo@openoffice.org>  [acff4ead867107178280c0a791db2d23eb768f23]

Merge SRC633: 08.06.01 - 23:46:29


2001-06-08  Kurt Zenker  <kz@openoffice.org>  [9ed33f79655bc53079fed531da871c51ac3f9294]

Merge SRC633: 08.06.01 - 23:43:59


2001-06-08  Kurt Zenker  <kz@openoffice.org>  [7b68f73a858f8d8625e0034639e2e66765510f7b]

Merge SRC633: 08.06.01 - 23:42:49


2001-06-08  Kurt Zenker  <kz@openoffice.org>  [723f2b02f69385eb92de89ca7df89ef867f8970e]

Merge SRC633: 08.06.01 - 23:43:22


2001-06-08  Kurt Zenker  <kz@openoffice.org>  [1c0a9eeb48c5a0afb1506519caf2dc2dce0dcbc5]

Merge SRC633: 08.06.01 - 23:42:36


2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [2d05220b783b8c9fb3aa42d318b3c62c6e61500b]

Merge SRC633: 08.06.01 - 23:42:30


2001-06-08  Oliver Bolte  <obo@openoffice.org>  [101ab0c3c7bbada01452be41c90110ef46e88ee4]

Merge SRC633: 08.06.01 - 23:44:27


2001-06-08  Kurt Zenker  <kz@openoffice.org>  [110377f87dc3cb4dfc2c552b06d1ed8a649cb6e9]

Merge SRC633: 06/08/01 - 23:41:08


2001-06-08  Kurt Zenker  <kz@openoffice.org>  [d6ebd30afc5a838c408100eb4d6b06820a37993b]

Merge SRC633: 08.06.01 - 23:41:56


2001-06-08  Kurt Zenker  <kz@openoffice.org>  [a10e7658ff831ce3309a67e0a15fc1e387893adb]

Merge SRC633: 08.06.01 - 23:41:53


2001-06-08  Kurt Zenker  <kz@openoffice.org>  [3d958acf9d392561ca327570c97ed514bae0d499]

Merge SRC633: 08.06.01 - 23:40:55


2001-06-08  Kurt Zenker  <kz@openoffice.org>  [76a3c8950217a1599596aa80de8ba7f25a6d2449]

Merge SRC633: 08.06.01 - 23:40:10


2001-06-08  Oliver Bolte  <obo@openoffice.org>  [56d3569c5c2a5c3de5e42f25a185fc6c9288d3dc]

Merge SRC633: 08.06.01 - 23:42:29


2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [f838be4d2627de816cfb52544735414e1f2be914]

Merge SRC633: 08.06.01 - 23:38:19


2001-06-08  Kurt Zenker  <kz@openoffice.org>  [3a165030d6511b1b6ce507a37c8e38ef11dcae83]

Merge SRC633: 08.06.01 - 23:39:11


2001-06-08  Kurt Zenker  <kz@openoffice.org>  [20cba42806430374d3602c4ed7dbef955f84ebf4]

Merge SRC633: 08.06.01 - 23:38:22


2001-06-08  Kurt Zenker  <kz@openoffice.org>  [be8c31276d1832f4a45fcaaea60b9601fff169ec]

Merge SRC633: 08.06.01 - 23:38:57


2001-06-08  Kurt Zenker  <kz@openoffice.org>  [acc169db8245422fe1e27f02aac9445a4f06bcbe]

Merge SRC633: 08.06.01 - 23:36:15


2001-06-08  Oliver Bolte  <obo@openoffice.org>  [71ebe58424b636fa11faf864997bf333bc924d3e]

Merge SRC633: 08.06.01 - 23:39:22


2001-06-08  Kurt Zenker  <kz@openoffice.org>  [ad48a355c9225b6f6a21dd9c7ab55395d48f9f7a]

Merge SRC633: 08.06.01 - 23:37:23


2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [f7ceae937fe5e8bcd71b8f0b25afdf5053f3df32]

Merge SRC633: 08.06.01 - 23:37:19


2001-06-08  Kurt Zenker  <kz@openoffice.org>  [2d8a7b3cdab18283cfb5ff403d41f14a21259265]

Merge SRC633: 08.06.01 - 23:37:05


2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [64ea0e104f03787e6d1444670dba673075735c99]

Merge SRC633: 08.06.01 - 23:36:04


2001-06-08  Kurt Zenker  <kz@openoffice.org>  [c1b3a3c2ba056103b8b4ce8d6731931fdc0bd867]

Merge SRC633: 08.06.01 - 23:36:23


2001-06-08  Kurt Zenker  <kz@openoffice.org>  [12b94aee4e36b8efc13e7d12454c6741bdae19a5]

Merge SRC633: 08.06.01 - 23:37:01


2001-06-08  Kurt Zenker  <kz@openoffice.org>  [6a070bd1fc27fa3db466fd474cc804ca1dc09dd8]

Merge SRC633: 08.06.01 - 23:35:36


2001-06-08  Jörg Budischewski  <jbu@openoffice.org>  [a7f50d2a7eecf965dfc0ca98aa77438b9ee34b40]

#87994# replaced osl_freeThreadHandle with osl_destroyThread


2001-06-08  Philipp Lohmann  <pl@openoffice.org>  [44b4cd41b57837463f32d7777049b127b0d5e2ec]

#87985# honor copyright flags for TrueType fonts


2001-06-08  Jörg Budischewski  <jbu@openoffice.org>  [ad24284b055a2440d75093c3fb7bef0af86df903]

#87994# osl_freeThreadHandle() is replaced by osl_destroyThread


2001-06-08  Stephan Schäfer  <ssa@openoffice.org>  [2cf0123bdfb7d376a97d850c555cc84f1bdad916]

#87566# use file url


2001-06-08  Jörg Budischewski  <jbu@openoffice.org>  [ec9cdaf1a3a1adc1a9c26c045639089831eb6457]

#87994# osl_freeThreadHandle() is replaced by osl_destroyThread


2001-06-08  Kai Ahrens  <ka@openoffice.org>  [253553e66d2e9431e354b338a0b0228547d201d9]

#87936#: set COMPRESSMODE_NATIVE to exchange graphics


2001-06-08  Oliver Braun  <obr@openoffice.org>  [0088b23673b5c6bf4e575cad2aa143aa6d728cec]

removed obsolete methods provide/acceptIOResource


2001-06-08  th  <th@openoffice.org>  [39fb2bbc56e4dcad33264204f7ddbdca29633bb5]

#87205# - AutoMnemonics for CJK


2001-06-08  Philipp Lohmann  <pl@openoffice.org>  [cad6eda793c7f813aa8916d11f5e24d85a65e1af]

#85520# changed add dialogue page sequence


2001-06-08  Christof Pintaske  <cp@openoffice.org>  [3955a2fc2810ac1ff7af3982e367109ee77f9da6]

#85459# #83995# Andale Sans UI is the final name


2001-06-08  Christof Pintaske  <cp@openoffice.org>  [56b8cd7904225598f009e8300c6c2469987a7971]

#87921# dialog window isn't necessarily mapped when warping the pointer


2001-06-08  Jörg Budischewski  <jbu@openoffice.org>  [9b9661a24f6d0620777215e7d6123c279a7ee99d]

#73862# osl_getAbsolutePath removed, as it checks for existence (at least on unix)


2001-06-07  th  <th@openoffice.org>  [e5244c31803d01794ce9b6f4cb312faff8f709c7]

#87139# - prefer Andale Sans UI


2001-06-07  th  <th@openoffice.org>  [0fa69d8b5c5ef77d1a5d6343f5fd3863848d54c4]

#87139# - ImplIsFontAvailable() #87309# / #82091# - prefer Fonts with System-Encoding


2001-06-07  th  <th@openoffice.org>  [ea89f3bd60a133713a8ed9fe342c36a5f15ebf00]

#87139# - ImplIsFontAvailable()


2001-06-07  th  <th@openoffice.org>  [0457979b75c70f49ffe50ce1158e44ce4535bb43]

#87139# - prefer Andale Sans UI


2001-06-07  Jörg Budischewski  <jbu@openoffice.org>  [0f7b02d74b387a9709f76a7ae4f84cc234eed385]

#73862# osl_getProfileName eliminated, sversion.ini entries are not checked anymore for different user60.rdb entries


2001-06-07  Christof Pintaske  <cp@openoffice.org>  [97d20cc425a5a5ae185fbe62bd62622db6516cc0]

#67526# keep the setfont out of the gsave/grestore pair if possible


2001-06-07  Kurt Zenker  <kz@openoffice.org>  [795b896bbc390ea42dd917200d3f3aa16e7cb866]

new version for SRC633


2001-06-07  Kurt Zenker  <kz@openoffice.org>  [6ee537f6e281d9699135950221e7f7d5f4327eee]

new version for SRC633


2001-06-07  Rüdiger Timm  <rt@openoffice.org>  [1b1a304516dcc9bb4b25aea0c4dc6831ebe4b661]

#87576# exception handling enabled for textview.cxx


2001-06-07  Nils Fuhrmann  <nf@openoffice.org>  [39c4448b3fdc2319d7cb21adc996c6be32f1220e]

Clean up output on stdio and stderr #87136#


2001-06-07  Rüdiger Timm  <rt@openoffice.org>  [c45c0ade89abcdb35596854830d5ba7c6c1350fa]

#87576# exception handling enabled for edit.cxx


2001-06-07  Nils Fuhrmann  <nf@openoffice.org>  [eda0307e369be6253354a094a1b642db87d8c899]

Full functionality for UNIX #87136#


2001-06-07  Nils Fuhrmann  <nf@openoffice.org>  [8a0c8cbb5a2e05a6193b6679bd8e4a4c10ffa31a]

Full functionality for UNIX #87136#


2001-06-07  Nils Fuhrmann  <nf@openoffice.org>  [fd44a6ce5277399415ce9ef895d53e85a84a8836]

Full functionality for UNIX #87136#


2001-06-07  Herbert Duerr  <hdu@openoffice.org>  [4a903b475a6ef4665cf47139cbbe14587c4e27e7]

#87840# fixed both GetTextBreaks


2001-06-07  Philipp Lohmann  <pl@openoffice.org>  [b7abd50a3b70543d0a22d053968eab8f1719fba9]

#85520# remove obsolete 1 bit choice


2001-06-07  Hennes Rohling  <hro@openoffice.org>  [2894d932bd6a1bcb97866576565e927641efe56c]

#87902# Skip empty path names in path list


2001-06-07  Philipp Lohmann  <pl@openoffice.org>  [0a6324e4bb502a80f039b8248207b4738b15c79f]

#86206# handle drag actions correctly


2001-06-07  Peter Burow  <pb@openoffice.org>  [7c1827ce281ee66c81bdeb6ae6a73a0e17fc529e]

fix: #83605# detect new folder type with ContentInfo


2001-06-07  Peter Burow  <pb@openoffice.org>  [271f7e6a33b9d7449dde97c9cb6d099c33c42c0f]

fix: #83605# CanMakeFolder() and HasParentFolder() added


2001-06-07  Philipp Lohmann  <pl@openoffice.org>  [486f5dc9661f321aa8af3a7f000498715c03e328]

#85520# Einstellungen fuer -> Eigenschaften von


2001-06-07  Philipp Lohmann  <pl@openoffice.org>  [ea5f14137d04d287a8c450d5906c9ba227224b6b]

#85520# make TabPage sequence equal for all devices


2001-06-07  Oliver Braun  <obr@openoffice.org>  [da6fba7d7c2ae0d9791c6e17fd16eadfcd7cdda5]

#86305# check source actions for default drop action


2001-06-06  Herbert Duerr  <hdu@openoffice.org>  [7cab47979efed934c146c817fb77c7a513928808]

#87840# fixed GetTextBreak for nLen=strlen


2001-06-06  Malte Timmermann  <mt@openoffice.org>  [a045e9832061df37080df8075f34999267ad014e]

#87848# Draw...


2001-06-06  Kai Sommerfeld  <kso@openoffice.org>  [47961e92a7e4a6c010f67af06dc5b632b9fa2631]

#87187# - Brought up to date.


2001-06-06  Philipp Lohmann  <pl@openoffice.org>  [761465323e5594233215137eb88fd4bf47014f12]

#85520# change import fonts behaviour


2001-06-06  Philipp Lohmann  <pl@openoffice.org>  [ef572c36999221b4336fc8e9513506d67f2e82d8]

#85520# store no more empty commands


2001-06-06  Philipp Lohmann  <pl@openoffice.org>  [e1051e3dbdf11c6f7b9696d56e09e26e7afaf667]

#85520# make isPrivateFontFile faster


2001-06-06  Peter Burow  <pb@openoffice.org>  [370895173f9b2f9473f34d4085b40b7f2e3e624f]

fix: #87514# human readable mime type


2001-06-06  Peter Burow  <pb@openoffice.org>  [077db688886632fc55bd10c479dd8dbec0bad934]

fix: #87514# GetLanguageType() added


2001-06-06  Kai Sommerfeld  <kso@openoffice.org>  [38f20c250c21b7df227325da950028f7f72e1c42]

#87187# - Added cancelcommandexecution.hxx.


2001-06-06  Kai Sommerfeld  <kso@openoffice.org>  [2fcee0b1650192df7e9eac5b9f05c8ea165a143b]

#87187# - Added some more UNO data types.


2001-06-06  Kai Sommerfeld  <kso@openoffice.org>  [699478ad6cb0f17480b0929a30c662a5dc00ee17]

#87187# - Added cancelcommandexecution.obj.


2001-06-06  Kai Sommerfeld  <kso@openoffice.org>  [445f290dd3f1432fafec39fb577d45bcfd2fe3d2]

#87187# - Added another continuation (approve) to the request.


2001-06-06  Kai Sommerfeld  <kso@openoffice.org>  [ef470110512f4d30bdf45424e95f967a1dd0876d]

#87187# - Initial revision.


2001-06-06  Kai Sommerfeld  <kso@openoffice.org>  [cf0f429d366be467a842950238f7c62834d5877f]

#87187# - Added missing catch blocks around UCB command executions.


2001-06-06  Armin Weiss  <aw@openoffice.org>  [d3d558339e691f2bf5a1d2c07d21fba5a73f7232]

Changed abs(long) to labs(long) to avoid erros in solaris compiler


2001-06-06  Malte Timmermann  <mt@openoffice.org>  [f55cfa137643d336f7fa3e1916a484d5341c9b09]

#86837# ImageAlign


2001-06-06  Peter Burow  <pb@openoffice.org>  [d3db5c28c0622464154025cc9e3797fcae64bc63]

fix: #87511# hidother.src added


2001-06-06  Malte Timmermann  <mt@openoffice.org>  [a290311eb387fbeadff08f4c2e7a2671e9696195]

#86837# ImageAlign


2001-06-06  Malte Timmermann  <mt@openoffice.org>  [64153054af70469f8e606a5d9e8e36551ea2d566]

#84512# VCLDialog::getInfo()


2001-06-06  Nils Fuhrmann  <nf@openoffice.org>  [e261f50e4bee68121361240c812e7fb3123f431c]

System independent file name representation #87136#


2001-06-06  Gregor Hartmann  <gh@openoffice.org>  [4690de01d009225a72ec80f16f51a263a97bc90b]

new: commtypes.hxx


2001-06-06  Stephan Bergmann  <sb@openoffice.org>  [62cb2c6f3b4f811bfa7ec984bfb5fee42ababae2]

#87623# Restricted all functions to only throw RuntimeExceptions; migrated from VOS_ASSERT to OSL_ASSERT.


2001-06-06  Stephan Bergmann  <sb@openoffice.org>  [bfc4e1bbf0ce077958e7de45bf514c614ac8524b]

#87623# Restricted all functions to only throw RuntimeExceptions.


2001-06-05  Kurt Zenker  <kz@openoffice.org>  [2343110a19e6b045bf9bf468d40a458e2e9c0781]

Merge SRC633: 06.06.01 - 00:07:41


2001-06-05  Kurt Zenker  <kz@openoffice.org>  [41a2bbeff611224467e59bc2fd20b747ee2bb00a]

Merge SRC633: 05.06.01 - 23:37:57


2001-06-05  Philipp Lohmann  <pl@openoffice.org>  [5b1041a53bfc5266e90fcfb6294c55b53dec0abf]

#85520# added new leaner font handling


2001-06-05  Philipp Lohmann  <pl@openoffice.org>  [42ab9204bff33d46745e16e25e94cf1328f4953e]

#85520# added font removal, private path only installation


2001-06-05  Malte Timmermann  <mt@openoffice.org>  [b28cf7f5e57a429d809e047dcb27dc5047fae9c9]

#87756# Flush clipboard...


2001-06-05  Malte Timmermann  <mt@openoffice.org>  [00eb0b945c19bb721c85456147b60dbeac3ab988]

#87756# FLush clipboard...


2001-06-05  Malte Timmermann  <mt@openoffice.org>  [3212aced655eb7618b86941fb917706830d15ff9]

#84512# VCLDialog::getInfo()


2001-06-05  Malte Timmermann  <mt@openoffice.org>  [21827e3dd06af595b3d2d74c81d2b0f38c2f972f]

#84512# GetDrawWindowBorder


2001-06-05  Oliver Specht  <os@openoffice.org>  [68c1759b2b9fddcb27db70e933f7f1b1e674b364]

#87512# default changed to delayed update


2001-06-05  Oliver Specht  <os@openoffice.org>  [48b29f7cfeaa697ba6dc91a0b1facac629de1427]

#87512# complete check for delayed/immediate update


2001-06-05  Mathias Bauer  <mba@openoffice.org>  [64d431ca69ea1d4bdfd8c75b950f36949f0d51c9]

#87722#: translate ToolboxStyle to/from VCL settings


2001-06-05  Mathias Bauer  <mba@openoffice.org>  [c199bc6325222ca0cfaca37046767bf0487ae708]

#87722#: new Options for SymbolSet and Style of Toolboxes


2001-06-05  Nils Fuhrmann  <nf@openoffice.org>  [07b21d18e62e6bf8e1ddd5cd1d5bdf17c7e6d179]

Fixes for l10n framework, buildable for unx #87136#


2001-06-05  Oliver Bolte  <obo@openoffice.org>  [eebc7a996b1d9d344438e8c816d330130c40e393]

new version for SRC633


2001-06-05  Peter Burow  <pb@openoffice.org>  [47b1a7e1c15f04fbaa7d4856656d296c131c410a]

fix: #87292# resetAgentIgnoreURLCounter() added - for all URLs


2001-06-05  Frank Schönheit  <fs@openoffice.org>  [8e8c7fdf751fbd87cdb3818b127fbc9deee742fb]

#86416# UnoControlModel::dispose: call OPropertySetHelper::disposing to release the property listeners


2001-06-04  Sander Vesik  <svesik@openoffice.org>  [0a90078c71b813a97bf0135e219ad62adb2121d2]

Merge fix from OO627B to trunk


2001-06-01  Kurt Zenker  <kz@openoffice.org>  [d058b81f0864e6d37a3f83348981795dc3c25ba2]

Merge SRC633: 01.06.01 - 21:24:11


2001-06-01  tlx  <tlx@openoffice.org>  [7912e9347c88b778aa93249a73bc535c2acf4b85]

#87736#


2001-06-01  Peter Burow  <pb@openoffice.org>  [6193841e981790e81f78f09c6aeb2d3579b46c14]

fix: #87612# open as template only in template folder


2001-06-01  Malte Timmermann  <mt@openoffice.org>  [2047167486f91c95c404276bd059fd55feea2054]

#87734# Tracking: Don't call select on MouseMove


2001-06-01  Nils Fuhrmann  <nf@openoffice.org>  [5651149d0cbadc692bac4b27dede001267030da0]

Fixes for merge #87134# #87136#


2001-06-01  Malte Timmermann  <mt@openoffice.org>  [5a2fabc57ed9e0d6bc27217836ae37f5eaa8b0a8]

#86096# FontEmphasisMark/Underline, textLineColor


2001-06-01  th  <th@openoffice.org>  [0bcb577d0cef27d1fbb7e516a02f89d1618b54a3]

#80306# - Andale WT UI --> Andale Sans UI


2001-06-01  Nils Fuhrmann  <nf@openoffice.org>  [e831663d3e2f75f17a100e146023a4ef8fa3fdbe]

Fixes for merge #87134#


2001-06-01  Peter Burow  <pb@openoffice.org>  [e43b8099983f8ae873f6fcffe296b29887b0e692]

fix: #87511# helpids out of src-files


2001-05-31  Eike Rathke  <er@openoffice.org>  [c165a70895ea2b7289cbcb38831eca48470a5095]

#87279# mechanism for national currency to EURo transition in number formats


2001-05-31  Christof Pintaske  <cp@openoffice.org>  [88b48692feef5f09271fcc9ea63fa31340a65a6f]

#81038# changed [top|bottom|left|right]_tee to *_side


2001-05-31  Frank Schönheit  <fs@openoffice.org>  [d0962b43cf5f9171dec85a75eb6c043251190c80]

#87149# additional ctor paramater, allowing to not release the set automatically


2001-05-31  Frank Schönheit  <fs@openoffice.org>  [98a53195b2593380b7216e18998a071ba95c84ae]

#87149# additional paramater, allowing to not release the set automatically


2001-05-31  Christof Pintaske  <cp@openoffice.org>  [1c8db1bd66be838df7002c22f231eda49f467921]

#87324# support for 1bit depth


2001-05-31  Christof Pintaske  <cp@openoffice.org>  [21e80753c9d794843cbff3ef7fc04f26e6706d2d]

#87324# reduced image header size


2001-05-31  Nils Fuhrmann  <nf@openoffice.org>  [1c1edb77c5009bbe8c6b49bbf3fae01e86e842e1]

Changed default to UTF8 and added -NOUTF8 switsch #87136#


2001-05-31  Frank Schönheit  <fs@openoffice.org>  [96cd1e594a6a4b8abc2850499112916e4741cbe3]

#86416# proper guarding in startListening


2001-05-30  Oliver Bolte  <obo@openoffice.org>  [f0cb5ccccd59c17e2edd203f255058cf626a4aba]

Merge SRC633: 30.05.01 - 22:45:13


2001-05-30  Oliver Bolte  <obo@openoffice.org>  [ce3531851a443302a9b7ad99f6e8644c57aab1a0]

Merge SRC633: 30.05.01 - 22:43:42


2001-05-30  Oliver Bolte  <obo@openoffice.org>  [7a6a6401536a9748e11081dc478d116415fbb289]

Merge SRC633: 30.05.01 - 21:27:26


2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [911497d2764b66e8821d6e6ce69c20accb2e618a]

Merge SRC633: 30.05.01 - 21:24:21


2001-05-30  Oliver Bolte  <obo@openoffice.org>  [8fed6b1ad992030cce3e5b7068b144ec3d5055d3]

Merge SRC633: 30.05.01 - 21:24:42


2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [5523c7d7eb35c04b0f38a4e7044b6a863034ed60]

Merge SRC633: 30.05.01 - 21:22:56


2001-05-30  Oliver Bolte  <obo@openoffice.org>  [f3d0386aae82b842d42fbd75b7695a70a8117681]

Merge SRC633: 30.05.01 - 21:24:41


2001-05-30  Kurt Zenker  <kz@openoffice.org>  [3a0e416ce57969565703c6ba0376e9dcdb347378]

Merge SRC633: 05/30/01 - 21:22:26


2001-05-30  Kurt Zenker  <kz@openoffice.org>  [321295f67bc4588acf71150087fffe34e618008d]

Merge SRC633: 30.05.01 - 21:22:31


2001-05-30  Oliver Bolte  <obo@openoffice.org>  [18d15c17d607d7e0a8484e609b60a697d171f9e8]

Merge SRC633: 30.05.01 - 21:23:22


2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [4883d9e852196af78eaee059051d5cb545b07697]

Merge SRC633: 30.05.01 - 21:20:38


2001-05-30  Philipp Lohmann  <pl@openoffice.org>  [2bdb1a4406297557ecbdc463eea2773179773106]

#87166#, issue #832# fixed override redirect dialogues in presentation, cleaned up some garbage


2001-05-30  Frank Schönheit  <fs@openoffice.org>  [64eb2d9330a95ed5842ffa5b25cbdfbba9acf294]

#87613# additional layout changes to finalyze the dialog redesign


2001-05-30  Frank Schönheit  <fs@openoffice.org>  [9e9557b7ec8ae7f3cc48d88a6b9607ab01d7888b]

#87613# corrected the z-order of the buttons and the style of the fields frame


2001-05-30  Oliver Bolte  <obo@openoffice.org>  [507e494f7a18fa7aeef26efc111ae0b4ffff2978]

new version for SRC633


2001-05-30  Oliver Bolte  <obo@openoffice.org>  [7c3ffcfc26873448e0de31bfb1654318649a8641]

new version for SRC633


2001-05-30  Nils Fuhrmann  <nf@openoffice.org>  [31201b724e85063be822fbdf35b4c9b954250c1f]

Multiple fixes and features for l10n framework #87136#


2001-05-30  Frank Schönheit  <fs@openoffice.org>  [4ac5645518b6ac971d38c7fa42db8ac5fecb6cf2]

#86671# +checkConnected


2001-05-30  Christof Pintaske  <cp@openoffice.org>  [8263091d500c7ac35ed5473de53c6517c8eb5323]

#85459# #83995# tune gui font name with the one in app/settings.cxx


2001-05-29  Christof Pintaske  <cp@openoffice.org>  [8845b71a961d9afb2e002ceae00e6de146461f78]

#85459# #83995# change Andale WT UI to Andale Sans UI


2001-05-29  Herbert Duerr  <hdu@openoffice.org>  [d48fcc0780ffbb8cbc27ed8ebb0fb1d65fe58d7e]

#86361# improve handling of ft-library version


2001-05-29  Frank Schönheit  <fs@openoffice.org>  [423be19c66b01b5586325c9ce359a15ef9a774fa]

#86199# allow to change the WB_VSCROLL and WB_HSCROLL bits on the fly, i.e. recognize and handle STATE_CHANGE_STYLE notifications more comprehensively


2001-05-29  Christof Pintaske  <cp@openoffice.org>  [b58c87b7bb6efec8b9121c116bad456b7a4ced53]

#86964# #86951# more secure extended text handling


2001-05-29  Andreas Bille  <abi@openoffice.org>  [7f6011b0b66d7146f84a996f5a42a193a2adef3c]

#87493# Fixed parsing of help URLs with no alphadigits but query part.


2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [f2393470cf0e47d2f392cae2a9df8f6a90e5554c]

#87187# - Added type com.sun.star.ucb.InteractiveIOException


2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [e5f7bcc8988e8d3d8703414b8fb249c78f4fa1a6]

#87187# - Added simpleioerrorrequest.hxx.


2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [b5147c1d5e7426829d2853dd3fd2ce289225879b]

#87187# - Added simpleioerrorrequest.obj


2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [f914b66bcbc5f576e4ddd6daf4407e8868b89208]

#87187# - Initial revision.


2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [d2048518923a23a28c4c810ec9754fd017706374]

#87187# - InteractionRequest::setContinuations(...) now is public.


2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [621ec814d46f4eaec0b6ec9f26533722374c89dd]

#87187# - Added simplenameclashresolverequest.hxx


2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [5e87b3641eb0813071b35bb6aa7be801f2fae8d2]

#87187# - Added misc interaction-related types.


2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [cd88c05edb84b9b98fb9095ebf4117280cc8c609]

#87187# - Added simplenameclashresolverequest.obj.


2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [63ec202f86b89d5587c648ecbab60896eb8b57dd]

#87187# - Added: InteractionSupplyName and InteractionReplaceExistingData.


2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [6c655a7260d1cfb82e53ac6237fa537e9aff581a]

#87187# - Initial revision.


2001-05-29  Herbert Duerr  <hdu@openoffice.org>  [423575fb398415c13eec708fb68a2b8d08fafda7]

#84951# improve GetTextBreak rounding


2001-05-29  Frank Schönheit  <fs@openoffice.org>  [92ae3b1c06a85829b8e2970d1f6f32a3051d7d90]

#65293# include com/sun/star/uno/Reference.hxx to make the file self-reliant


2001-05-29  Gregor Hartmann  <gh@openoffice.org>  [23f364a30ea83b79d19e8f69935810e2e4fb86bd]

adaption for platformindependent implementation of communication


2001-05-29  Christof Pintaske  <cp@openoffice.org>  [c0239a3254c1a304f7747f0cd3bc76e4a5ca521d]

#83995# match new ui font for character substitution


2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [7f7d35af3f439697486240853efcb52c38ace3f7]

#87187# - Corrected exception specification for acquire() and release().


2001-05-28  Sven Jacobi  <sj@openoffice.org>  [5429d460c9951e8d1b80d03bb1605c394abe6931]

#87519# single filter entry for each resolution, removed dialog


2001-05-28  Sven Jacobi  <sj@openoffice.org>  [f4aedf86c42105381c76a62f875f8a403dec163d]

#87519# pcd import filter: single filter entry for each resolution, now caching also the filter TypeName


2001-05-28  Christof Pintaske  <cp@openoffice.org>  [5151b240294a769a33a427f8e5813d54c5e06a7b]

#86951# use DestroyCallbacks to get rid of crashed IME


2001-05-28  Sven Jacobi  <sj@openoffice.org>  [a97a0c8d9e7c141cd58e63cad5634f8ca6a3cdfa]

#87519# pcd import filter: single filter entry for each resolution


2001-05-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9319756408af71a9999a607d64fff2d3b51c812]

#65293#: GCC needs temporary


2001-05-28  Philipp Lohmann  <pl@openoffice.org>  [54dc462184aa2c2c630dc1c392c0cdda3f573fc4]

#87166# cleaned up paint handling


2001-05-28  Kurt Zenker  <kz@openoffice.org>  [eead956f892557a19f182d170c2ca110566eaa27]

new version for SRC633


2001-05-28  Sven Jacobi  <sj@openoffice.org>  [0ba58104fc66c533f700d2f8e29500bf58ec9229]

#87132# OSL file APIs have to use RFC conform file URLs : fixed merge error


2001-05-28  Christof Pintaske  <cp@openoffice.org>  [a271a7edacc9326b41eb1f99718720001852ff89]

#82073# reduce scope for C symbols (outside psp namespace)


2001-05-28  Kai Sommerfeld  <kso@openoffice.org>  [f3ccbf07f9a94a5fc546dafea9fe04eb68da5db8]

#87187# - dtors of InteractionRequest and InteractionContinuation are now protected.


2001-05-28  Kai Sommerfeld  <kso@openoffice.org>  [9d5aea087f999a2b2a4dab00b3a260e3a67cb751]

#87187# - Use rtl::Reference instead of obsolete vos::ORef


2001-05-28  Nils Fuhrmann  <nf@openoffice.org>  [6f8bf264c1f17e4737510bfbf8bab46478d431b2]

Adding merge functionality for l10n frameowrk #87136#


2001-05-28  Frank Schönheit  <fs@openoffice.org>  [63d3d01bbb9fb1c7748cbf1c072392f735dbf51c]

comphelper is way to lowlevel to depend on tools (removed two references to tools/debug in source/property)


2001-05-28  Frank Schönheit  <fs@openoffice.org>  [fc2213088c0a4c16ab3ec1e82c1c52e402528ff3]

do not include tools/debug anymore (comphelper is not allowed to depend on tools)


2001-05-28  ok  <ok@openoffice.org>  [a52a6ed3801f6ac8ddcc8fb2db196b45f46f0c26]

fix: #87476#


2001-05-28  Christof Pintaske  <cp@openoffice.org>  [0d70fa5986553cacb5eb722bbf9a72d18eb21d81]

#82073# reduce scope for C symbols (outside psp namespace)


2001-05-28  Kai Sommerfeld  <kso@openoffice.org>  [fcf560f6072bf0b73af0970a4c1aaac0a82c372a]

#87187# - Added interactionrequest.hxx, simpleinteractionrequest.hxx,           simpleauthenticationrequest.hxx


2001-05-28  Kai Sommerfeld  <kso@openoffice.org>  [2eb2cd283bc4b53b558335a57a296d343495ac83]

#87187# - Added interactionrequest.obj, simpleinteractionrequest.obj,           simpleauthenticationrequest.obj


2001-05-28  Kai Sommerfeld  <kso@openoffice.org>  [acbdbd00ed9b4a24fe28949eb6f921dacb485fe3]

#87187# - Initial Revision.


2001-05-28  Kai Sommerfeld  <kso@openoffice.org>  [761212df975c0c85d8b3edb1ea76801c473bac5e]

#87187# - Initial revision.


2001-05-28  Philipp Lohmann  <pl@openoffice.org>  [c5fd0d3628ba126dbc890bc14bf2d6ce09029deb]

#87482# patch for PPC


2001-05-28  Nils Fuhrmann  <nf@openoffice.org>  [e007a5fb11c3fd0e4f935568943b9d4a2f70f3ee]

Support of changeable fallback language #87136#


2001-05-28  Malte Timmermann  <mt@openoffice.org>  [44289780759d22f74820b0314f97d6c99de1e389]

getParentPeer: changed ifs...


2001-05-25  Oliver Braun  <obr@openoffice.org>  [5e216851738be1789076d28edd201ce51efc93c0]

#87462# disabled workaround :-)


2001-05-25  Tino Rachui  <tra@openoffice.org>  [0a0ee924468e19dff30d31c62f411fbd75bfdbe1]

#87460#fixed weak behaviour when DataFormatTranslation service can not be created


2001-05-25  Frank Schönheit  <fs@openoffice.org>  [c4b8f4ca7d3ac222a0b360c8a26266d264e2271f]

#86996# +OInterfaceCompare


2001-05-25  Oliver Braun  <obr@openoffice.org>  [62d902bb2e919f0f7b9a76c90bc856d2f99ca4c5]

#73862# OProfile::getProfileName must not be used any more


2001-05-24  Sander Vesik  <svesik@openoffice.org>  [936723b6735bd22764997b377c3710ad316d74f9]

ftreetype is a dynamic, not static lib


2001-05-23  Philipp Lohmann  <pl@openoffice.org>  [5fd1b5e191333358d591d51c1eff027030a88e6e]

#85844# #85948# fix an ungrab problem, fix a concurrent member access


2001-05-23  Peter Burow  <pb@openoffice.org>  [6e4c1c6e989f230cadcda9fd4fba672b4bf8bb9c]

fix: #85201# more doc info


2001-05-23  Herbert Duerr  <hdu@openoffice.org>  [be8af81d3ca30a0f1e08a70c6be40d50e1bde377]

#86751# improve visual quality


2001-05-23  Herbert Duerr  <hdu@openoffice.org>  [1a7fd2b36e06ec3cab66effbcfa822c00c3c21b8]

#86730# improve visual quality


2001-05-23  Herbert Duerr  <hdu@openoffice.org>  [0f7f0fa379119cfc0014745d75163ae4547f6900]

#86757# disable antialiasing on monochrome devices


2001-05-23  Christof Pintaske  <cp@openoffice.org>  [13ca9cc1a1802f0d55b7b9177da457693aacf74a]

#82073# export psp symbols only


2001-05-23  Herbert Duerr  <hdu@openoffice.org>  [87a9b05eae2b2dacb428caf6d3f8807e292e1be2]

#86757# allow mixing of antialiased and non-antialiased fonts


2001-05-23  Nils Fuhrmann  <nf@openoffice.org>  [96a4067b6a5a73936ff71e6ab1760fa0a617e9c6]

Enhance command lines for language restrictions, mandatory for l10n framework #87136#


2001-05-22  Christof Pintaske  <cp@openoffice.org>  [ef1f7f613c395f84423ce5567fb0ef7a644f3695]

#85520# evaluate some more afm files


2001-05-22  Philipp Lohmann  <pl@openoffice.org>  [89d98a9893923566910d3367317b78f344edd9b3]

#87208# TF_FILEURL remnants


2001-05-22  Rüdiger Timm  <rt@openoffice.org>  [3d5c228abb998cc2b57c5e05ba3fc976099c8705]

#65293# TF_FILEURL remnants


2001-05-22  Philipp Lohmann  <pl@openoffice.org>  [7f93412b3c4e43dfad736ef88a7d6aa570585db4]

#85520# evaluate some more afm files


2001-05-22  Nils Fuhrmann  <nf@openoffice.org>  [2308f4516d1cdede2ec7a3615b40d30e1f5befeb]

Localizer for l10n framework #87136#


2001-05-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [343fc56f96c0386ea59a5f8c645b1ccd5a6ce336]

#65293# cleanup


2001-05-22  Philipp Lohmann  <pl@openoffice.org>  [95347e50c25ec83b4bac08b6720e2b90fc28f4b7]

#85520# changed page order according to user feedback


2001-05-22  Philipp Lohmann  <pl@openoffice.org>  [599ff032a8aa786882175912895dc3b0c5e0e402]

#85520# changes to automatic print queues


2001-05-22  Vladimir Glazounov  <vg@openoffice.org>  [59d8501d619aa943d11c72da39d0cbe3cb9e9870]

new version for SRC633


2001-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6f6638ec7d1b40c7c56402c9d3036e54f6252275]

new version for SRC633


2001-05-22  Frank Schönheit  <fs@openoffice.org>  [3373a2c6f0ad7c3ef1f873ec5f44dec42b2b4f3d]

re-enabled Locale and System (commented them out by accident)


2001-05-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [209b4ed6523d1d57f66061c2e51f6fc6250e60c6]

#65293# use local bmp tool


2001-05-22  Eike Rathke  <er@openoffice.org>  [46bf2ab140ef1c34675922d5d369c30052620e16]

#87336# uninitialized pointer


2001-05-22  Thorsten Behrens  <thb@openoffice.org>  [895efebe25598d8eb2b5717a86fae018df6cf2cc]

#86988# Dialog redesign


2001-05-22  Jörg Budischewski  <jbu@openoffice.org>  [97e15616b5989a462a7232ecf21f80e2abea544a]

file url changes


2001-05-21  Philipp Lohmann  <pl@openoffice.org>  [0d4a9a15c7a205aa5c4cf6ee562aa8aa2466516a]

#87010# track graphics stack


2001-05-21  Kai Ahrens  <ka@openoffice.org>  [536d6c07951b59afab18aab49a036c084be50796]

#86780#: optimized tiling of transparent bitmaps


2001-05-21  Hennes Rohling  <hro@openoffice.org>  [ff0b98efcc859fc266518bfd333a6ef4497ca8b8]

#87211# If osl_getFileURLFromSystemPath returns no error assume a system path


2001-05-21  Nils Fuhrmann  <nf@openoffice.org>  [18f41f683455211eb311b975c8ace8bba9199577]

New functionality for l10n framework #87134#


2001-05-21  Nils Fuhrmann  <nf@openoffice.org>  [7c6a313932c7167ae0680be0a3eb3252ecba7b0e]

Changes for l10n framework #87134#


2001-05-21  Kurt Zenker  <kz@openoffice.org>  [431aff033afa2eeb236011fcaa7173a22e862ab9]

#65293# circumvent windows.h weirdness


2001-05-21  Mathias Bauer  <mba@openoffice.org>  [b46c2e50173566812503c5491abab64fb71ac655]

#86409#: don't open xml-streams in Init, they could be encrypted


2001-05-21  Nils Fuhrmann  <nf@openoffice.org>  [4a3ce17d3ba68015d0c9c24c36a33b96293cf013]

Added mkcreate.obj to bootstrp.lib, mandatory for l10n framework


2001-05-21  Nils Fuhrmann  <nf@openoffice.org>  [b7e3c614a127cd03699679e8bced7f917892e056]

Added mkcreate.hxx, mandatory for l10n framework #87136#


2001-05-21  Mathias Bauer  <mba@openoffice.org>  [d6ea25ac4a9b76c88765e7c3ffbb33ff6e3f6c3a]

#87036#: con't create storage on errorneous stream


2001-05-21  Peter Burow  <pb@openoffice.org>  [51d5edb14b448c2a61008d57ba00a3ebf4c957f7]

fix: #85201# further implementation


2001-05-21  Peter Burow  <pb@openoffice.org>  [1c29dfaf51787413895db5b5662f0f197b1c6052]

fix: #85201# templwin.cxx == exception file


2001-05-21  Peter Burow  <pb@openoffice.org>  [9b6bf0ffe75d13cb921c229968a83c5bc6f693d4]

fix: #85201# additional methods


2001-05-21  Kai Ahrens  <ka@openoffice.org>  [b3516db3a57dd6147c916f75d7c7edd04ec9e645]

#87057#: create tiles instead of bands


2001-05-21  Kurt Zenker  <kz@openoffice.org>  [f6147f9b60e8ee24dab2a1b2877119151102f020]

#65293# remove windows.h conflicts with sal


2001-05-21  Oliver Braun  <obr@openoffice.org>  [b00f99db43467c00e545c5e89216f036af8a1569]

#81916# copy and paste only with window


2001-05-21  Peter Burow  <pb@openoffice.org>  [fe0ee99c6163b9931a6e43af7087680679775bce]

fix: #85201# svmedit2.cxx added


2001-05-21  Peter Burow  <pb@openoffice.org>  [1b6bec41a109914e169ffd310fdf8b38c1cd518f]

fix: #85201# new class ExtMultiLineEdit


2001-05-19  Kurt Zenker  <kz@openoffice.org>  [c102a34a5129f58f4794ea4b96f6fee65c8b94d2]

Merge SRC632: 05/19/01 - 07:11:13 (NoBranch)


2001-05-19  Rüdiger Timm  <rt@openoffice.org>  [f918d00f7a020280bfbc0409e860ab9c5ce628aa]

Merge SRC632: 19.05.01 - 07:09:09 (NoBranch)


2001-05-19  Kurt Zenker  <kz@openoffice.org>  [9096c19eedaa143ef637814e2e55f4eafac86a83]

Merge SRC632: 19.05.01 - 07:07:11 (NoBranch)


2001-05-19  Vladimir Glazounov  <vg@openoffice.org>  [a385189c62d25a94fb2ed494818a527f5a31ec17]

Merge SRC632: 19.05.01 - 07:07:53 (NoBranch)


2001-05-19  Kurt Zenker  <kz@openoffice.org>  [9ea2159df6689b2014336e56605c04c38c89a528]

Merge SRC632: 05/19/01 - 07:07:09 (NoBranch)


2001-05-19  Kurt Zenker  <kz@openoffice.org>  [f682462098ffdb90d46a0c2871d500bb9122a4f8]

Merge SRC632: 05/19/01 - 07:07:01 (NoBranch)


2001-05-18  Kurt Zenker  <kz@openoffice.org>  [1aba02ec5362f76c11a9bcff35a6d633eaa58453]

new version for SRC632


2001-05-18  Kurt Zenker  <kz@openoffice.org>  [0194cb3185394713fd222bf6d13370cd3a813cf0]

new version for SRC632


2001-05-18  Mathias Bauer  <mba@openoffice.org>  [1f4f3a93566cc621f119767234dba499a0fb08c2]

#86646#: new internaloptions for removing some menu entries


2001-05-18  Vladimir Glazounov  <vg@openoffice.org>  [deb56589b34b2ffbd7e25380c2e5708bc8a3e447]

#65293# fixed const problem


2001-05-18  Vladimir Glazounov  <vg@openoffice.org>  [eff38937d317659cf24bc6dbc803110fd0bf1913]

#65293# Adopted to use under Solaris


2001-05-18  Armin Weiss  <aw@openoffice.org>  [07048e12ba4fd299dcf4b5078cd8e9da35e6db14]

#83068# switching on the new behaviour of GetGlyphBoundRect(...)


2001-05-18  Mikhail Voitenko  <mav@openoffice.org>  [9a1a059eff48c1786a97b00c64c7850c501ba6d3]

 adopt for the new OUString interface


2001-05-18  Rüdiger Timm  <rt@openoffice.org>  [c8b7a120635a6f4911bec87e5477e152fed20ea8]

#65293# i18n_keysym.obj added to SLOFILES


2001-05-18  Vladimir Glazounov  <vg@openoffice.org>  [3bc8eb7f7607b599820c3f0416a3569bfc470c4f]

#65293# Adopted for Solaris


2001-05-18  Christof Pintaske  <cp@openoffice.org>  [d1d4a70add5f2cdb5401e46726a1d45beae864b1]

#87260# 1bit PS Images


2001-05-18  Mathias Bauer  <mba@openoffice.org>  [de4f3c9151ab93e43800e08d857a5dad2ffef89f]

#86645#: UseMailUI


2001-05-18  Oliver Specht  <os@openoffice.org>  [adf1327e85d3104d43f36fb4673e0e4d25210acc]

#86988# new java configuration


2001-05-18  Oliver Specht  <os@openoffice.org>  [ea40c74939286f72fcab3834e8b482803218169d]

#86988# java configuration


2001-05-18  Philipp Lohmann  <pl@openoffice.org>  [96ab02ae0c0064a0a7da18b6eb80c6bba37e4418]

#79518# fixed a memory leak


2001-05-18  Sven Jacobi  <sj@openoffice.org>  [e4ef0e99232d52007275b14e3865b87e6d0b7dc8]

#86988# dialog redesign, removed semicolon


2001-05-18  Nils Fuhrmann  <nf@openoffice.org>  [40283b01521aa44a35d8933f4d3a9dfb23a8a6b1]

Fix: Support of non ASCII conform characters in ressource ids (grrrrrrrr!!!) #87134#


2001-05-18  Peter Burow  <pb@openoffice.org>  [a140dec8eab9449d57653143098c363f91e4d7e5]

fix: #87212# new folder with encoded url


2001-05-18  th  <th@openoffice.org>  [8d2c50ee8db052543a5ed206d0d2bbbaae72bd69]

#87136# - Use 99 for unknown languages


2001-05-18  Stephan Schäfer  <ssa@openoffice.org>  [081a2b317295cb5c44c8808050a0fe5d5439ebfa]

merged rvp exceptionhandling


2001-05-18  th  <th@openoffice.org>  [472e26d8cfd356341d1a1088d99c6c54a830f608]

#85378# - Raise dialog to user attention if another dialog is locked


2001-05-18  th  <th@openoffice.org>  [218c0707ae9f8370e38b7331ff301d0f1565eb56]

#85378# - ToTop() works now recursiv for RESTOREWHENMIN


2001-05-18  Stephan Schäfer  <ssa@openoffice.org>  [5271548504c4986c0b0cabe4ef96682ebca1a36b]

merged rvp exceptionhandling


2001-05-18  Stephan Schäfer  <ssa@openoffice.org>  [16f16e201878c06290c464209709419fc6643b40]

#86486# rvp exceptionhandling


2001-05-17  Hennes Rohling  <hro@openoffice.org>  [6799ab65755474b3ab2404cb03a99d7427bd860a]

#87312#


2001-05-17  Malte Timmermann  <mt@openoffice.org>  [ea3d31bcc0883d1f0ffa5f29043a2d2fd4e276ac]

#86321# There is no UnoControlImageButton


2001-05-17  mm  <mm@openoffice.org>  [2cbb26d5d5189e4474009066aa14714cc161f797]

#87115# WordBreak in RadioButton and CheckBox


2001-05-17  Sven Jacobi  <sj@openoffice.org>  [bfc21dfecb38fc218f7c9c1e34c60ebed8eded33]

#87191# do not always expand graphics to 8 bit, if they may also be stored in 2 or 4 bit


2001-05-17  Malte Timmermann  <mt@openoffice.org>  [58b9dae03f2184af3cdd43e64fa793db02fb39b4]

#87103# DECLIMPL_XSERVICEINFO


2001-05-17  Malte Timmermann  <mt@openoffice.org>  [1b7bfdb97d3e2e9080a4af028dfdd22a92e6931c]

#86489# DTOR not longer inline...


2001-05-17  Thorsten Behrens  <thb@openoffice.org>  [fbcb3fced7a7e0a588f926bd9e0593a1beb6d2e9]

#86988# Dialog redesign


2001-05-17  Malte Timmermann  <mt@openoffice.org>  [7cb246abc4b7c180d44bfeeb2bc3e439f7489e4c]

##87072# Don't call Select in MouseMove, except StackMode


2001-05-17  Mathias Bauer  <mba@openoffice.org>  [97050061a8f3f281afeff8fc815ba25f278c2e79]

#86409#: set encryption as property on root storage


2001-05-17  Frank Schönheit  <fs@openoffice.org>  [f036f2bdc7894e791faa55f90fcbc971f687b7d6]

#87163# new toUpper/toLower versions (using an ::rtl::OUString)


2001-05-17  Frank Schönheit  <fs@openoffice.org>  [72aac050ca83680137c0054753ed13079e995012]

#87163# renamed the rtl versions of toUpper/toLower (MSVC 6 gets confused sometimes)


2001-05-17  Herbert Duerr  <hdu@openoffice.org>  [f8155adc6e841f2b091bf70175ffd824b6cc4290]

#86621# reduce virtual memory usage by handling font file mapping ourselves


2001-05-17  Frank Schönheit  <fs@openoffice.org>  [a5055180e9c48dfc269b650c6a7ccd8efa701f8e]

#87163# new toUpper/toLower versions (using an ::rtl::OUString)


2001-05-17  Frank Schönheit  <fs@openoffice.org>  [c0ca0983bf077ef8e0f5c9db3f11125d600b50f8]

#86859# SetAutoColor: SetControlForground with the latest color when switching auto coloring on


2001-05-17  Frank Schönheit  <fs@openoffice.org>  [5b8b792d8f6ae6c0e4ed953f553cccab4101ead9]

#86859# SVTXFormattedField: adjust the auto color flag of the field after changing the text color


2001-05-17  Christof Pintaske  <cp@openoffice.org>  [e0b3ed77c06b4f77ec9bcf5e2203e400adf0937a]

#87107# handle XLookupKeySym lookups


2001-05-17  Nils Fuhrmann  <nf@openoffice.org>  [245c9f3dfff781cafadcad4e7dd2cfb595429487]

Fixes for encoding in list items #87134#


2001-05-17  Peter Burow  <pb@openoffice.org>  [9e8c55c8f1e5e45a4f6d76db6f8fa4c0f7710505]

fix: #87061# new class TextAttribFontWeight


2001-05-17  Rüdiger Timm  <rt@openoffice.org>  [931accca310ecae91d7aea5ef932af7dd1e38478]

Merge SRC632: 17.05.01 - 11:05:27 (NoBranch)


2001-05-17  Rüdiger Timm  <rt@openoffice.org>  [935f6832941c3f4876cf6cefbc5f303b2376ed67]

Merge SRC632: 17.05.01 - 11:03:27 (NoBranch)


2001-05-17  Rüdiger Timm  <rt@openoffice.org>  [a4c00249618427b41ebf3d18fd0f20a102a0a0ec]

#65293# include vcl/unohelp.hxx for MultiServiceFactory


2001-05-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8cf48e3ce1ac81e7d3c90f4f2eb040986c9bfa2e]

gui==win doesn't make sense


2001-05-16  Tino Rachui  <tra@openoffice.org>  [d8ad92439b943a165118cf1b319b0234080922ae]

*** empty log message ***


2001-05-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0f9b21a6facbe87ce600967416aceadae8939390]

cleanup


2001-05-16  Kai Ahrens  <ka@openoffice.org>  [9745435f494b29378c0fd35f5a990153ba62eefc]

#87097#: don't allow setting of graphics mode anymore


2001-05-16  Kai Ahrens  <ka@openoffice.org>  [81faff16dc21336d6b78ccfe798d2b7d748a1bb6]

#87097#: don't allow setting of graphics mode anymore


2001-05-16  Herbert Duerr  <hdu@openoffice.org>  [6fc205ccd84caa1941c68ebcba5665b77bf53312]

#84761# adjust kerning values for display


2001-05-16  mm  <mm@openoffice.org>  [b19cad8a14d5a04a430ce5e4a6534bada051e52f]

#87115# vert flag


2001-05-16  Mathias Bauer  <mba@openoffice.org>  [81e3c4afae9695043ffecc1f91059840e5ce1967]

#86207#: restore old default for opening substorages


2001-05-16  Kurt Zenker  <kz@openoffice.org>  [100f855b0a436223a5d6c06e36bc52c35d8cb6bc]

Merge SRC632: 16.05.01 - 16:53:09 (NoBranch)


2001-05-16  Kurt Zenker  <kz@openoffice.org>  [5c1abfe5676e7fe26e161b0dca0cfd801b3b7116]

Merge SRC632: 16.05.01 - 16:50:47 (NoBranch)


2001-05-16  Kurt Zenker  <kz@openoffice.org>  [4d5e2491916c85e1b76e7a2f3a593b653bba2256]

Merge SRC632: 16.05.01 - 16:48:37 (NoBranch)


2001-05-16  Kurt Zenker  <kz@openoffice.org>  [d1b916d9e87ecfbccca5a31e34388b6358844ded]

Merge SRC632: 16.05.01 - 16:47:37 (NoBranch)


2001-05-16  Kurt Zenker  <kz@openoffice.org>  [6735502fc9638e8135a98f477fc005f89e3e00ec]

Merge SRC632: 16.05.01 - 16:46:11 (NoBranch)


2001-05-16  Kurt Zenker  <kz@openoffice.org>  [a78da29dcfe8e659b9cfa581b166fb13f1a327d2]

Merge SRC632: 16.05.01 - 16:45:59 (NoBranch)


2001-05-16  Kurt Zenker  <kz@openoffice.org>  [b013650cba309f64f43cdd0d45676bc682a44405]

Merge SRC632: 16.05.01 - 16:44:00 (NoBranch)


2001-05-16  Kurt Zenker  <kz@openoffice.org>  [c7aeb7db21fcc42727fe1ff85bfc6dbef4638e7d]

Merge SRC632: 16.05.01 - 16:43:36 (NoBranch)


2001-05-16  Kurt Zenker  <kz@openoffice.org>  [f57152decf020dffd19c61e241415da5320f3f0d]

Merge SRC632: 16.05.01 - 16:41:28 (NoBranch)


2001-05-16  Kurt Zenker  <kz@openoffice.org>  [7d71ca9f865825b84319576cb503806788fa988a]

Merge SRC632: 16.05.01 - 16:41:37 (NoBranch)


2001-05-16  Kurt Zenker  <kz@openoffice.org>  [db595fcb0629f49726afdfbe2ebb93e756abb0b1]

Merge SRC632: 16.05.01 - 16:41:17 (NoBranch)


2001-05-16  Kurt Zenker  <kz@openoffice.org>  [1e702e5326a4238ef26976d1f7894140ce7d9562]

Merge SRC632: 16.05.01 - 16:41:27 (NoBranch)


2001-05-16  Kurt Zenker  <kz@openoffice.org>  [7e651cbb052d076cfa8f42d819f641246ebef54d]

Merge SRC632: 16.05.01 - 16:39:53 (NoBranch)


2001-05-16  Rüdiger Timm  <rt@openoffice.org>  [6963e55369be6990f97b84283937c1e08f57422c]

Merge SRC632: 16.05.01 - 16:40:13 (NoBranch)


2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [faadafc9fee67396b7c655813f6404fd7eef8350]

Merge SRC632: 16.05.01 - 16:39:28 (NoBranch)


2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [e6b7f3798bece4576682a788870d0bea21ba092e]

Merge SRC632: 16.05.01 - 16:38:10 (NoBranch)


2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [8e32bd70cc8d9b490add8bfd03de578049a44b70]

Merge SRC632: 16.05.01 - 16:37:02 (NoBranch)


2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [45c51aed4e279735b62ea3245d549b49e15ae1c8]

Merge SRC632: 16.05.01 - 16:35:52 (NoBranch)


2001-05-16  Hennes Rohling  <hro@openoffice.org>  [6351f88e7481ff93cf37f495c6f53bdbf3bdef6a]

#TFU630#


2001-05-16  Nils Fuhrmann  <nf@openoffice.org>  [aa8fdbba40baf87ba8b3f7ca55e1acb1e4294cee]

Fix for merging with incorrect lang ids, repairment of wrong merged files


2001-05-16  Mikhail Voitenko  <mav@openoffice.org>  [b7abb6aaeee7d8c6270eb69c7faa3f0dea9d0aaa]

#83779# do not even create object of class StorageItem


2001-05-16  Herbert Duerr  <hdu@openoffice.org>  [542e8dab2c974dbbf5d56c2ff9a5e4e085b247dc]

#86730# fix character width for bVertical


2001-05-16  th  <th@openoffice.org>  [ad712feb0cded288b4e410920274f1bd141cfa27]

#86730# - EmphasisMark position is now correct in vertical Layout


2001-05-16  Kurt Zenker  <kz@openoffice.org>  [24a771951fca64dda870e474120d8f5a273827c4]

chg. ldump2 -> ldump4


2001-05-16  Nils Fuhrmann  <nf@openoffice.org>  [dca58f70407ec27b53fc7221e6842b8ccaac6541]

Fixed handling of UTF8 switch


2001-05-16  Herbert Duerr  <hdu@openoffice.org>  [3e00dd64d3fc80ce0bab4522ddddb5ce5aff2d91]

#87046# enable builtin rasterizer for OO


2001-05-15  Philipp Lohmann  <pl@openoffice.org>  [c0b1a95707ac6fd7c6347d29c60a17fdfbc75bbc]

switch default build to psprint


2001-05-15  Sven Jacobi  <sj@openoffice.org>  [6f2755af1caa9bd8f900de9921f8fd2c4b4fd68a]

#86988# dialog redesign


2001-05-15  Rüdiger Timm  <rt@openoffice.org>  [e1dd24029a02425b7e5087bd8f534cb127c629af]

#65293# fix for gcc


2001-05-15  Sven Jacobi  <sj@openoffice.org>  [7138d22edd289a6f936f4857e40f682e11016360]

#86988# dialog redesign


2001-05-15  Sven Jacobi  <sj@openoffice.org>  [35c92ebf7617b5bc9c6c3228998e3a178864ddb3]

#86988# dialog redesign


2001-05-15  Tino Rachui  <tra@openoffice.org>  [03465cb9d3f9d7297c7a72bc5e59fa692210deb9]

*** empty log message ***


2001-05-15  Kurt Zenker  <kz@openoffice.org>  [c22b1f981a3599cb5cb21e25f4ce453caf76d91d]

new version for SRC632


2001-05-15  Kurt Zenker  <kz@openoffice.org>  [82976b31f6137178b675b98fdcecef977d732efc]

new version for SRC632


2001-05-15  Sven Jacobi  <sj@openoffice.org>  [c65d4cabe16ed5cbb4fd00ec13e1cea856b66c82]

#86988# dialog redesign


2001-05-15  Tino Rachui  <tra@openoffice.org>  [8dfc37a7a7bad218a91a3885c10d2d837806665a]

*** empty log message ***


2001-05-15  Rüdiger Timm  <rt@openoffice.org>  [b3daa1d2c97638730c6f1b85cccb32e8dc1ae357]

#65293# testshl removed - it's a separate module of project tools


2001-05-15  Sven Jacobi  <sj@openoffice.org>  [76d0b0a348d6d37508107efb953e4e4a5acb187d]

#86988# dialog redesign


2001-05-15  Nils Fuhrmann  <nf@openoffice.org>  [52edc54c5c7beb4ebc5b6fbfb1212526d0948f8a]

Fixed problem of missing ; after new list items


2001-05-15  Jörg Budischewski  <jbu@openoffice.org>  [380a7209f254872c992b20162ec0367fb52259ff]

now it compiles ...


2001-05-15  Malte Timmermann  <mt@openoffice.org>  [f1be66acc6fd5fb4ccc41b04d759744c19a47936]

#86874# createPeer: Check for model


2001-05-15  Tino Rachui  <tra@openoffice.org>  [ef175e685823f031e9edfb765e28bce1c450ceb6]

*** empty log message ***


2001-05-15  Malte Timmermann  <mt@openoffice.org>  [467d53d24c8322f226b3bcc5562bb8c02b6f700b]

#86489# Lock solar mutex before calling DestroyOutputDevice...


2001-05-15  Malte Timmermann  <mt@openoffice.org>  [481ad593e0658950f4b79ba574cca7a0d5ab9cce]

#86469# check if mxContext is a XControl...


2001-05-15  th  <th@openoffice.org>  [74560e06e59cc36d0b14c482f1ed00321e190017]

rtl-changes


2001-05-15  Kurt Zenker  <kz@openoffice.org>  [4bd4def1fdd7ad76b0c52fe71f1a8ac8c03438a0]

add. include XSingleServiceFactory form DBO


2001-05-15  Sven Jacobi  <sj@openoffice.org>  [339bc362b2b2ed82c6173d98a1df927d2bdd0b46]

#86988# dialog redesign


2001-05-15  Jörg Budischewski  <jbu@openoffice.org>  [d27a2829b93f4a426b8974d4bd230b2a89fa0ad7]

compiles now


2001-05-15  Kurt Zenker  <kz@openoffice.org>  [2e2965f37d0a4a73140c0adbd3c91d31c9cfbb6e]

 normalize -> normalizePath


2001-05-15  Andreas Bregas  <ab@openoffice.org>  [71c474efa13eee582e71381839c731718a86ded1]

#85996# Clone ScriptEventsSupplier


2001-05-15  Mikhail Voitenko  <mav@openoffice.org>  [5cc3f6ddde6ddf9c6386a609bf6fafb5d6fa21fa]

#83779# adopt for unix


2001-05-15  Mikhail Voitenko  <mav@openoffice.org>  [064d5c9e61ac6b5e47b3687233223fee82c4afee]

#83779# adopt for unix


2001-05-15  Frank Schönheit  <fs@openoffice.org>  [ed1fd48e13ea22481b341917504536a7caa89572]

#85437# +OSeekableInputStreamWrapper


2001-05-15  Peter Burow  <pb@openoffice.org>  [845bdab6f15ce2cf996fd471af3b3c7688a3b83b]

fix: #85201# little bugfixes


2001-05-15  Peter Burow  <pb@openoffice.org>  [a412c25e6ed403cc397ef511c7da004cc5df42e8]

fix: #85201# IsTemplateFolderOpen() added


2001-05-14  Mikhail Voitenko  <mav@openoffice.org>  [8454e9587cfa57be241d8696a321ff50df7da2bd]

#83779# new PasswordContainer service


2001-05-14  Mikhail Voitenko  <mav@openoffice.org>  [aff3f48a8bb190ffd8ceed7591445b8eef325b4f]

#83779# new PasswordContainer service


2001-05-14  Sander Vesik  <svesik@openoffice.org>  [4d4f51fc0f82b2370b8d6f3caa8a759dc99ed032]

No more $(SLO)$/netbsd.obj

Contributed by: Michael Rauch <mrauch-openoffice@fs.tum.de>

2001-05-14  Mikhail Voitenko  <mav@openoffice.org>  [4a37acf357b2911242fec2571a93bfa9c4dc75fe]

#83779# new PasswordContainer service


2001-05-14  Mikhail Voitenko  <mav@openoffice.org>  [4cee368ba4086c6b3d4762d0541704e3032bfb5e]

#83779# new PasswordContainer service


2001-05-14  Sander Vesik  <svesik@openoffice.org>  [ba97d21cf8d300e4f28e909d6807ee0416fa2229]

Merge NetBSD changes from OO619B to trunk


2001-05-14  Sander Vesik  <svesik@openoffice.org>  [ae7b6ea6679da38821a5545346a204b8501585d6]

Merge NetBSD changes from 1.6.2.1 to trunk


2001-05-14  Peter Burow  <pb@openoffice.org>  [15cdc45d51aaad81a88cae8fa49c0a5784be6737]

fix: #85201# clear preview with setComponent() instead of emnpty URL


2001-05-14  Martin Hollmichel  <mh@openoffice.org>  [7304bea5aa6095ea5859d6ef95a2b0418f309b6f]

cleanup


2001-05-14  Kai Ahrens  <ka@openoffice.org>  [84d377e401df0dafd1e9911a017e346ba4dca112]

added dummy members for compatibility purposes


2001-05-14  Peter Burow  <pb@openoffice.org>  [a39dea751bbf102b2bfd29eb4dc5ca0078e4bf1e]

chg: no preview of private:factory-URL's


2001-05-14  mm  <mm@openoffice.org>  [bc9842eb9325008c92664d60a1ee2b459d564e40]

stgelem.cxx


2001-05-14  Mathias Bauer  <mba@openoffice.org>  [db177f92d3880f5620e736d028e9eed1dabe4e7d]

new Option for enabling images in menues


2001-05-14  Mathias Bauer  <mba@openoffice.org>  [f51537972f534cff1efe0c4b3c730a91afad2554]

missing forward


2001-05-14  Peter Burow  <pb@openoffice.org>  [4004adf64391b681366d5bb0e4a628c5d273e55d]

chg: SvImageManager -> SvFileInformationManager


2001-05-14  Peter Burow  <pb@openoffice.org>  [c52da729873d3d9f6a0856ac9b53580077986359]

chg: GetDescription() added; SvImageManager -> SvFileInformationManager


2001-05-14  Peter Burow  <pb@openoffice.org>  [f1a8b9c610c03818b3842524e2f9e47167ed68e0]

chg: String-Resources for GetDescription()


2001-05-14  Peter Burow  <pb@openoffice.org>  [a5937f2c0fcecb4829b69db792d2abf324595108]

chg: String-Id's for GetDescription()


2001-05-14  Mathias Bauer  <mba@openoffice.org>  [f580e5ec6e744818485a88705545ad736692fdb3]

SolarMutex only needed for SetupDialog


2001-05-14  Oliver Braun  <obr@openoffice.org>  [e0c3e5c01db61559f0ad808b7602569c1e8647d6]

osl_sleepThread and osl_awakeThread removed


2001-05-14  Herbert Duerr  <hdu@openoffice.org>  [79daede6ae719ca4048a2665732e8c4dfe404a2c]

asian kerning only useful for monospaced fonts


2001-05-14  Jörg Budischewski  <jbu@openoffice.org>  [0afbebe635a705b84b952971ced5438be9db0871]

#tfu630# file url changes, checked in blind (no env to build)


2001-05-14  Jörg Budischewski  <jbu@openoffice.org>  [6d233fcd2b81cf5e80b71f5ee21980f1a516aeec]

#tfu_630# file url changes, checked in blind (no env to build


2001-05-14  Jörg Budischewski  <jbu@openoffice.org>  [d7e96033e4f94af2d300346101bf702ca0db9e4a]

#tfu_630# file url changes, checked in blind (no env to build


2001-05-14  Philipp Lohmann  <pl@openoffice.org>  [0252661c9d90a3e8ebb437dfa3b3584a6187de8a]

rtl string api changes


2001-05-14  Jörg Budischewski  <jbu@openoffice.org>  [9a6707e8493584e10a5a1b6dd7bc0b75d0b8cf7f]

#TFU630# file url changes, checked in blindly (no env to build)


2001-05-14  Herbert Duerr  <hdu@openoffice.org>  [68dc62d7caf682193dc3323ecc5bf5d7db916ea7]

enable autohinting for non-antialiased & ft>=2.0.2


2001-05-14  Philipp Lohmann  <pl@openoffice.org>  [51fe63a491c312b9a22bd9790e11111050b69220]

no more script directory


2001-05-14  Malte Timmermann  <mt@openoffice.org>  [2ca5928a0babd4569c735146a7b3ab179e6ef71f]

don't call draw() recursivley


2001-05-13  Eike Rathke  <er@openoffice.org>  [18fe4beab3d37ee274fc92a951cbcf3601744efe]

replaced International with IntlWrapper


2001-05-13  Eike Rathke  <er@openoffice.org>  [5a70a61fe27fa7039ffc1cefab4005c88f80a17f]

add: dummy isNumLeadingZero


2001-05-13  Eike Rathke  <er@openoffice.org>  [ef3cbe1c0272273c34acbbc09d18360bf4c2651b]

some const


2001-05-13  Eike Rathke  <er@openoffice.org>  [8b6b319efdfc34d9ea96a5e31140ee8cf6aebe7f]

add: intlwrapper


2001-05-13  Eike Rathke  <er@openoffice.org>  [100c7e5408bcbcd30ec63615364b20ad971c0eb7]

a wrapper of I18N wrappers


2001-05-12  Kurt Zenker  <kz@openoffice.org>  [d8cebc1dbf5f01372109ff5cfeaf4ee5c12656f8]

Merge SRC631: 12.05.01 - 07:56:34 (NoBranch)


2001-05-12  Kurt Zenker  <kz@openoffice.org>  [b72ad1fb08a45f21b1e207340355df08c08fb572]

Merge SRC631: 12.05.01 - 07:49:48 (NoBranch)


2001-05-12  Kurt Zenker  <kz@openoffice.org>  [08ef6d250e738c9ecd244fbdf86ee5ead63e7134]

Merge SRC631: 12.05.01 - 07:47:08 (NoBranch)


2001-05-12  Kurt Zenker  <kz@openoffice.org>  [0e8f1e3fdfff8a150f6bc5eebb07b56a7b3fb854]

Merge SRC631: 05/12/01 - 07:45:23 (NoBranch)


2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6686979b6f277208eb0180eadd9fc46cc3c63b07]

Merge SRC631: 12.05.01 - 07:43:21 (NoBranch)


2001-05-12  Kurt Zenker  <kz@openoffice.org>  [f46052216ab114d53198e84080528419281fab4b]

Merge SRC631: 12.05.01 - 07:41:55 (NoBranch)


2001-05-12  Kurt Zenker  <kz@openoffice.org>  [4766815186a0f6c0f5a785266de820b9ea3a864d]

Merge SRC631: 12.05.01 - 07:35:48 (NoBranch)


2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [348b1659c6e6b796dfc6f60172c5a7beed616891]

rtl string api change


2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [36e3bb5325cab869c776a8e7873b9850bb7e17b5]

rtl string api changes


2001-05-11  Frank Schönheit  <fs@openoffice.org>  [6647495be59076ad09c041f8232b1b203f2bf725]

#86875# RemovePage: don't simply set mnCurPageId, instead use SetCurPageId (if the new id is not 0)


2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [4c60df109974b9dad4d20055e19ec10f068041f4]

rtl string api changes


2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [0e5c89f11630bae9eb907dd1f7fff5a91792373f]

rtl string api changes


2001-05-11  Jörg Budischewski  <jbu@openoffice.org>  [03861f3a507962415fd63407bd5ad3317c024511]

#TFU630# incompatible fileurl taskforce change


2001-05-11  Jörg Budischewski  <jbu@openoffice.org>  [d797820988d426c6750fa170c7484925b7021aaa]

#TFU630# incompatible file url taskforce


2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [5b1289c087f6fec8975dd4ebf68c0939bdfa56e6]

rtl string api changes


2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [1658bc1eb0597af5ddae66ca0d02da3f194c2409]

removed double include


2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [76e6ee2f38de2aa84f216ad96b64af47e3802222]

rtl string api changes


2001-05-11  Thomas Benisch  <tbe@openoffice.org>  [71a965797f0001cca3191b90eb671b055024dae0]

rtl string api changes


2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [fa8b0b8894daed2ab50b1dcfbd113f033be7e5a0]

mapping of symbols to unicode symbol area


2001-05-11  Sven Jacobi  <sj@openoffice.org>  [46bc9b1feec55986cc1e8df433f77dd610b0c1f5]

#85260# changed min value for jpg export quality


2001-05-11  Hennes Rohling  <hro@openoffice.org>  [5b5419c146cbd0e820be369d1ee4a3a745c13f0a]

#TFU630#


2001-05-11  Hennes Rohling  <hro@openoffice.org>  [23067b7a3b19738cc14d0d713dbfe916f0d7ac3b]

#TFU630#


2001-05-11  Hennes Rohling  <hro@openoffice.org>  [83924d3ed3991e916b611dc111e66f843158d336]

#TFU630#


2001-05-11  jp  <jp@openoffice.org>  [f8cbef1cbd997f11b80b11ab562f17b3d309eaab]

XUnoTunnel interfae added to TransferHelper


2001-05-11  Kai Ahrens  <ka@openoffice.org>  [ab6a808322d4a6906903f5fc04ab529fccd2133d]

#84949#: remember loop count of animation when animation is started


2001-05-11  Daniel Boelzle  <dbo@openoffice.org>  [24a40febea29c0110e477a104e866cbdd82b4a7a]

delegating component factory loading to cppuhelper


2001-05-11  Daniel Boelzle  <dbo@openoffice.org>  [525aa1961759c55909cbbde6f6f31668f80c211b]

adopted to new bootstrapping


2001-05-11  Christof Pintaske  <cp@openoffice.org>  [457a83416fe430efb5b149e38a93ec64c452d1ed]

handle symbol area for metric and glyph


2001-05-11  th  <th@openoffice.org>  [6dd6723f8e0881d1d0520f2a72bd951ee34ccd3e]

correct rtl-string-changes


2001-05-11  Hennes Rohling  <hro@openoffice.org>  [d905239adc515e945ef85333ebea0c637e5b027c]

#TFU630#


2001-05-11  Kurt Zenker  <kz@openoffice.org>  [8489e68eb9c9002b0aa7660a33a80a1db21b4cd4]

add. printeroptions.obj & printerwarningoptions.obj


2001-05-11  Daniel Boelzle  <dbo@openoffice.org>  [d4488ca31960a22982ec53c66339f353a49d2828]

disposing of context


2001-05-11  Tino Rachui  <tra@openoffice.org>  [e2df5224ec661bc619b03f574e6c39e3ef261c2d]

*** empty log message ***


2001-05-11  Kurt Zenker  <kz@openoffice.org>  [1e3c04ae8cfa393823f83665d26b24fa336f118b]

new version for SRC631


2001-05-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8b2bce963f7c852cc7e81c26841d09a40dbd89ae]

new version for SRC631


2001-05-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c7bcc4da8b3d5bc53d5207ccf60e73fa585d2355]

new version for SRC631


2001-05-11  Rüdiger Timm  <rt@openoffice.org>  [491b871b37eb0788d7d0cb574ee28f337274f04c]

#65293# fix for gcc (needs temporary variable for Point() )


2001-05-11  Nils Fuhrmann  <nf@openoffice.org>  [fe67bc81173c1ac02663d4fb267d183d69c650ec]

Fixed problem of wrong ids when merging changed itemlist or those with new items


2001-05-11  Peter Burow  <pb@openoffice.org>  [9391a119fb345c6f49e0687e65da4d9156f2a734]

fix: #85201# further implementations


2001-05-11  Peter Burow  <pb@openoffice.org>  [736c8b8d977a13aed7248f271843487e256c4ec3]

fix: #85201# support for 'private' protocol


2001-05-11  Malte Timmermann  <mt@openoffice.org>  [afbb3ebe70f8b767111e8efd8ceb3ff8acfa682f]

reduced compiler warnings


2001-05-11  Malte Timmermann  <mt@openoffice.org>  [7d15acda1712be91768fdab0e7541620237cb82a]

new DragAndDrop


2001-05-11  Malte Timmermann  <mt@openoffice.org>  [14d96f12d2523a4bc7808602aaea639c774a5405]

getServiceName ist not const!


2001-05-11  Peter Burow  <pb@openoffice.org>  [e9e6f8bfce108d4d83a9d8e03e30d8a1e6e27738]

fix: #85201# IMG_NEWFROMTEMPLATE added


2001-05-11  Peter Burow  <pb@openoffice.org>  [69fddd80e90be402d1f9872757ddc379dce98a38]

fix: #85201# initialize with oustring sequence added


2001-05-11  Peter Burow  <pb@openoffice.org>  [4abf263f9ce86c7117cebcc14fa5dc4a4dd3a4c6]

fix: #85201# impl pointer instead of window pointer


2001-05-11  Stephan Bergmann  <sb@openoffice.org>  [75e46cc19fd0c567a2e948a55dcf545ad7ffeb34]

#86645# Merged in 1.11.10.1.


2001-05-11  Stephan Bergmann  <sb@openoffice.org>  [197a41b972addbd95e641a0af3ab5fcbf3140eb1]

#86645# Added test of http query part encoding.


2001-05-11  Malte Timmermann  <mt@openoffice.org>  [5d3349fed951202afc8be89a4180088544dbc45d]

getServiceName ist not const!


2001-05-11  Malte Timmermann  <mt@openoffice.org>  [9900a5c0c854b9bc7a060d7394e1b154b4d9acd6]

Call SelectHdl for every selection change


2001-05-11  Malte Timmermann  <mt@openoffice.org>  [f675e3a437f8696ebad408f0e843342db73160c6]

Get MultiServiceFactory from vcl::unohelper, not from comphelper


2001-05-11  Malte Timmermann  <mt@openoffice.org>  [01f4e88bfc0b0d85f81f4a12a3baf948bc24a0eb]

new DragAndDrop


2001-05-11  Malte Timmermann  <mt@openoffice.org>  [3c9dbefb3568f47a880d530e96edb4ad03e96e07]

register dnd library


2001-05-11  Malte Timmermann  <mt@openoffice.org>  [e33f9a48a60430468396676752a19b290d3ef35b]

DragAndDrop helper


2001-05-11  Malte Timmermann  <mt@openoffice.org>  [918cc8820a3ad1a7fa07a6637176de9f563d35ba]

deliver dndhelp.hxx


2001-05-10  Sven Jacobi  <sj@openoffice.org>  [661cf96ee909e9a2ad066b77bcd960ebbcd8955a]

api changes, normalizePath and getSystemPathFromNormalizedPath has to be removed


2001-05-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b02c52dd769f1b98ff63201014f081d8045d2930]

source/misc depends on bmpmaker


2001-05-10  Daniel Boelzle  <dbo@openoffice.org>  [8fb8a28d9b3c118119b6deae685ec2a73ecee50f]

adopted to new bootstrapping functions


2001-05-10  Kai Sommerfeld  <kso@openoffice.org>  [bec212f1d4752f9529e20e802ef2a50cae14db6c]

Corrected documentation (UCB configuration parameters).


2001-05-10  Jörg Budischewski  <jbu@openoffice.org>  [3b10278b96b36ddc56df72e4471e12bcea66b7b3]

#TFU630#


2001-05-10  Kai Ahrens  <ka@openoffice.org>  [720ac4fedecd718f96e8182a4d247f2a7922ed61]

added bmpgui application


2001-05-10  Kai Ahrens  <ka@openoffice.org>  [cd027caea5a23e3163c857ffa78f64e2a631e708]

split into gui and command line executable


2001-05-10  Kai Ahrens  <ka@openoffice.org>  [709912fd49c0bae00d6447ac9319a2ae47894990]

initial revision


2001-05-10  th  <th@openoffice.org>  [76f7ed5f14397f8d87e4c66fa2e9e231e2d4adb3]

rtl-string changes


2001-05-10  th  <th@openoffice.org>  [aeaa614ff9425d5f726352bec894db428de0d763]

rtl-string changes


2001-05-10  Hennes Rohling  <hro@openoffice.org>  [23cfaebb3b5a66300550e9457d85358ff38f82a0]

#TFU630#


2001-05-10  Philipp Lohmann  <pl@openoffice.org>  [9843a8b234364f99d40639f5538eeb7c2958e9f0]

osl string interface changes


2001-05-10  Herbert Duerr  <hdu@openoffice.org>  [f89a4bf82077c0af4e63be169698950e3834e754]

fix PS symbol mapping for StarMath


2001-05-10  th  <th@openoffice.org>  [c8babcd1506e6dcfc041a13fb7fd843cffd1af0a]

rtl/ustring --> rtl/ustring.hxx


2001-05-10  Andreas Schlüns  <as@openoffice.org>  [68e2cc72f719235c5ea5dfccbae20816256eb7ac]

use right offset


2001-05-10  th  <th@openoffice.org>  [094d0ee32434ad6b1d638a05c20116e2ef044aad]

rtl/ustring --> rtl/ustring.hxx


2001-05-10  th  <th@openoffice.org>  [7526548abdcbc509538f6c812340703a7a2c931d]

rtl/ustring --> rtl/ustring.hxx


2001-05-10  Andreas Schlüns  <as@openoffice.org>  [b2810c5b9364e86cfe5ab24937358643a5d094b4]

differ between new an wizard at calculation for position


2001-05-10  Hennes Rohling  <hro@openoffice.org>  [15bd3490c4860792feff50161ef4f3c19d45cb3d]

#TFU630#


2001-05-10  Hennes Rohling  <hro@openoffice.org>  [0dcb560182d87c05d1775e1b7e75158505e47489]

#TFU630#


2001-05-10  Andreas Schlüns  <as@openoffice.org>  [93a9e31a6f0da6f68da5b388a20d8c0d2feabdbc]

support order of menu entries


2001-05-10  Tino Rachui  <tra@openoffice.org>  [d53b68f36a58a373c12a26671f8003a63b40f8de]

*** empty log message ***


2001-05-10  Herbert Duerr  <hdu@openoffice.org>  [1ce98bb6a67565d7579c96ee16d2079ac260e62c]

implement vcl support for asian kerning


2001-05-10  Mathias Bauer  <mba@openoffice.org>  [edbd7b8a8edd853727200fa618954b79ffdfada8]

new XML based configuration for accelerators


2001-05-10  Kai Sommerfeld  <kso@openoffice.org>  [cd82a156542a6a728dab55969487d8f83d009c48]

Added: transferContent Removed: both insertNewContent( const Content& rSourceContent, ... )


2001-05-10  Kurt Zenker  <kz@openoffice.org>  [1d11652307ad6a7a19d6bc617a15e7aceac07fda]

Merge SRC631: 05/10/01 - 07:17:14 (NoBranch)


2001-05-10  Kurt Zenker  <kz@openoffice.org>  [cd1fc1f0c8c40dc21b8e1d7bcefe89c91eaa3c82]

Merge SRC631: 10.05.01 - 07:16:46 (NoBranch)


2001-05-10  Kurt Zenker  <kz@openoffice.org>  [880449754268fc363bc77dc4cd25b52cbe2a9b96]

Merge SRC631: 05/10/01 - 07:15:04 (NoBranch)


2001-05-10  Kurt Zenker  <kz@openoffice.org>  [21df17fadaa47f007e185c8d55a1ae3fc7c5cf8d]

Merge SRC631: 10.05.01 - 07:15:26 (NoBranch)


2001-05-10  Oliver Bolte  <obo@openoffice.org>  [b96c6d8c4cd438d578da6bd09967c748d34b6cdf]

Merge SRC631: 10.05.01 - 07:14:05 (NoBranch)


2001-05-10  Kurt Zenker  <kz@openoffice.org>  [08275b2fb2cf7e3f532160a2ebc3cbaebd4b3243]

Merge SRC631: 05/10/01 - 07:14:37 (NoBranch)


2001-05-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3a2a5ed9501369a25b990c556ea23a2b0fb6f130]

Merge SRC631: 10.05.01 - 07:13:54 (NoBranch)


2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [981e0ddaf9db032b9cf2e1b41feddcaeeaa2aad9]

Merge SRC631: 10.05.01 - 07:13:28 (NoBranch)


2001-05-10  Kurt Zenker  <kz@openoffice.org>  [71bc9dc9431063f4f0e8815eb7655a83ac1234e6]

Merge SRC631: 10.05.01 - 07:13:54 (NoBranch)


2001-05-10  Kurt Zenker  <kz@openoffice.org>  [fca43b0ad4d5ab2101b8afe0c8779dbde0842517]

Merge SRC631: 05/10/01 - 07:12:22 (NoBranch)


2001-05-10  Kurt Zenker  <kz@openoffice.org>  [e9cc8852842139357c9eef6beafd4732f0afe166]

Merge SRC631: 05/10/01 - 07:12:38 (NoBranch)


2001-05-10  Kurt Zenker  <kz@openoffice.org>  [7a8df8e5251d8ba5eada9be3391ab8efb2192465]

Merge SRC631: 10.05.01 - 07:11:43 (NoBranch)


2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [e6287d046532afe53b47136e59dec23b3e3123f8]

Merge SRC631: 10.05.01 - 07:11:31 (NoBranch)


2001-05-10  Kurt Zenker  <kz@openoffice.org>  [85a655675eff588b277fe776b053eb44beaf7e76]

Merge SRC631: 10.05.01 - 07:12:14 (NoBranch)


2001-05-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d0f96b21d1604fdf447fb96732b1da803e038425]

Merge SRC631: 10.05.01 - 07:11:37 (NoBranch)


2001-05-10  Kurt Zenker  <kz@openoffice.org>  [5560503d182427baca2352f90dc74edf62b92103]

Merge SRC631: 10.05.01 - 07:12:24 (NoBranch)


2001-05-10  Kurt Zenker  <kz@openoffice.org>  [85ece2a78464d5906e574f61570fe46014198cea]

Merge SRC631: 10.05.01 - 07:10:20 (NoBranch)


2001-05-10  Kurt Zenker  <kz@openoffice.org>  [fc77d0c50348c366d05990fa42d427085a2ebef3]

Merge SRC631: 05/10/01 - 07:09:59 (NoBranch)


2001-05-10  Kurt Zenker  <kz@openoffice.org>  [86c7fe765316f0b24a1819dca06e1107a000bf44]

Merge SRC631: 10.05.01 - 07:09:56 (NoBranch)


2001-05-10  Kurt Zenker  <kz@openoffice.org>  [7898eab93c71a806ea21204d0717dc3297cf8e19]

Merge SRC631: 10.05.01 - 07:11:02 (NoBranch)


2001-05-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [85cc2c1f5c2c9bc6ca93654b35b1533f45f602e2]

Merge SRC631: 10.05.01 - 07:09:34 (NoBranch)


2001-05-10  Kurt Zenker  <kz@openoffice.org>  [e030a309d59790e5db35f851c0c91f19d7a44342]

Merge SRC631: 10.05.01 - 07:08:42 (NoBranch)


2001-05-10  Kurt Zenker  <kz@openoffice.org>  [4db22a2c52e4a15a2871970be68b76025ffead9c]

Merge SRC631: 10.05.01 - 07:09:02 (NoBranch)


2001-05-10  Kurt Zenker  <kz@openoffice.org>  [73dc594c3a675e4cb4f11009316fade85bfa1f69]

Merge SRC631: 10.05.01 - 07:09:31 (NoBranch)


2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [38c0963a2ffeff2db2117ee0859629e863cc2db4]

Merge SRC631: 10.05.01 - 07:09:24 (NoBranch)


2001-05-10  Kurt Zenker  <kz@openoffice.org>  [8bb411a4523ebcdf0d2b00efd058a8dbdd2cfd91]

Merge SRC631: 10.05.01 - 07:07:12 (NoBranch)


2001-05-10  Kurt Zenker  <kz@openoffice.org>  [7cabdb5180b2b2dfbf3792731277ad4402f211dd]

Merge SRC631: 05/10/01 - 07:06:49 (NoBranch)


2001-05-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [11a0b0dedfcbf0bd27e41ccf7fb3d5ed58854728]

Merge SRC631: 10.05.01 - 07:07:11 (NoBranch)


2001-05-10  Kurt Zenker  <kz@openoffice.org>  [56f42d430603122bbbc86f2ed6abb4420e21c18c]

Merge SRC631: 10.05.01 - 07:07:45 (NoBranch)


2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [deda54d545f561413ae7d5c7708c58ff28506757]

Merge SRC631: 10.05.01 - 07:07:39 (NoBranch)


2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [0bc35a40bc0699349dba44e1bff3975e675f5a6f]

Merge SRC631: 10.05.01 - 07:06:30 (NoBranch)


2001-05-10  Kurt Zenker  <kz@openoffice.org>  [abe9c885c71bf3e54dd4e09f71ca79b593b10e1a]

Merge SRC631: 10.05.01 - 07:06:36 (NoBranch)


2001-05-10  Kurt Zenker  <kz@openoffice.org>  [02b63cbabddad3f47a9af815a67f2e0a8a20b9c8]

Merge SRC631: 10.05.01 - 07:04:47 (NoBranch)


2001-05-09  Eike Rathke  <er@openoffice.org>  [2712748218c532827c2d3e9a8ac4e948b7e0b6cf]

#86776# GetProperLanguage: SYSTEM_DEFAULT and PROCESS_OR_USER_DEFAULT for import/export of MS documents


2001-05-09  Kurt Zenker  <kz@openoffice.org>  [b83361553d5cbd217db9d0de30df64fd46a25008]

add. svcontnr.srs


2001-05-09  Björn Milcke  <bm@openoffice.org>  [a202210ef64922926d7e8d0181f05600e7a95baa]

#86034# invalidate stacking window on reparent


2001-05-09  Philipp Lohmann  <pl@openoffice.org>  [22720b104fc06323be30cb410411c43176213ad0]

symbol font compatibility fallback


2001-05-09  Philipp Lohmann  <pl@openoffice.org>  [71b5b50574a2d41e382c68dcc5cdf5362a4fc653]

getAfmFile for Builtin fonts


2001-05-09  Herbert Duerr  <hdu@openoffice.org>  [b576a2f994940a7577d083ec58da0f3cdfacda34]

needed for upgrading FT library


2001-05-09  Michael Hönnig  <mi@openoffice.org>  [4b243fb863714dd61ddcc98f151d1ec5123072eb]

#85249# depenency on drafts instead of offapi


2001-05-09  Nils Fuhrmann  <nf@openoffice.org>  [200b043cc285b678daa3c468b7da7d68accde1ef]

Added converter for all text files from or to UTF-8


2001-05-09  Nils Fuhrmann  <nf@openoffice.org>  [e28f80060131b343af6020e9603d8d72ccbca801]

-UTF8 switch in help output


2001-05-08  Philipp Lohmann  <pl@openoffice.org>  [62aab044bcc3a1853dc3023f3b82c53d88a1db80]

corrected DrawPolyPolygon


2001-05-08  Kai Ahrens  <ka@openoffice.org>  [fde4ba67bf93f85cee4d832b37ccf01500acbec8]

#84351#: watch for output with transparent line/fill color => ignore


2001-05-08  jp  <jp@openoffice.org>  [b1fd387fca8ec17be41638918fe19e873053c286]

new copy methods for the TransferDataContainer


2001-05-08  Vladimir Glazounov  <vg@openoffice.org>  [932d79bdf9ea9c99115ed2a3bc9346943c99e48c]

Changed the order of includes


2001-05-08  Mathias Bauer  <mba@openoffice.org>  [0e6e81ba2785a90ded057a3a4fe17afaac44bb48]

deliver imagemgr.hrc


2001-05-08  Philipp Lohmann  <pl@openoffice.org>  [209a042b276f6000bf72281983cd376e22b71b28]

necessary change due to psp::FontManager::getFontFileSysPath


2001-05-08  Peter Burow  <pb@openoffice.org>  [0ef8bd1b6fc62aeb507d5496217a92bf242f1e5b]

fix: CommandAbortedException included


2001-05-08  Thomas Lange  <tl@openoffice.org>  [5788f12c63c96afdda93dfa8227c405d1e894ad0]

defines for property-names and -handles of old external linguitsic-api removed


2001-05-08  Rüdiger Timm  <rt@openoffice.org>  [82f19c1ca584733d1fdfd72dc9140ad41bbd26ec]

65293# bug introduced in rev 1.46 removed (concerning svt and svl libraries)


2001-05-08  sz  <sz@openoffice.org>  [136ef016353294a2f28f24aa84133fa381a38d81]

add project testshl


2001-05-08  Philipp Lohmann  <pl@openoffice.org>  [d3f79059283ed105d20c6373e76ac6aad348701f]

Administration utility for Unix PS-Print Environment


2001-05-08  Philipp Lohmann  <pl@openoffice.org>  [de3869a1789fb665dccf15e120b8ba40a767af04]

Unix PS-Print Environment


2001-05-08  Nils Fuhrmann  <nf@openoffice.org>  [b6ffb3aeeb53ef07af0c346092fea73e26a2417f]

Reanimated rscdep because of usage by rsc


2001-05-08  Nils Fuhrmann  <nf@openoffice.org>  [2849ec77b663981490c4110012a03ee3089cfb76]

Reanimated because of usage for rsc


2001-05-08  Frank Schönheit  <fs@openoffice.org>  [74aea756bb516fe7c7611feb4e82b6de884dbc39]

deliver helpagentwindow.hxx


2001-05-08  Eike Rathke  <er@openoffice.org>  [c3253dd24e3c0c137f89e12ee62f83be23bac195]

include errno.h


2001-05-08  Kai Ahrens  <ka@openoffice.org>  [09c30c06661680207bd1841ab2b454c53c5620a5]

#81229#: added cache timeout mechanism


2001-05-08  Kai Ahrens  <ka@openoffice.org>  [cd63424f318922ae4bb55b709ca11ccb374a87d6]

#81229#: Configuration for Graphic/OLE cache


2001-05-08  Rüdiger Timm  <rt@openoffice.org>  [8d70b4a97eb3fedac90bcab55399d2fcc8fd7e65]

new version for SRC631


2001-05-08  Oliver Bolte  <obo@openoffice.org>  [67f16e5ba95e54f05943504a474dfd54061b283c]

#65293# parse error linux


2001-05-08  Kurt Zenker  <kz@openoffice.org>  [01f2affc7456aa7b2a97a532ac3ef50757e28bc2]

new version for SRC631


2001-05-08  Kurt Zenker  <kz@openoffice.org>  [3f0f7e1bb2903606b3eb214501e7f590008a37f4]

new version for SRC631


2001-05-08  Peter Burow  <pb@openoffice.org>  [97b314a4a17398705c5bd9e0cbf6f5e6bddff1a2]

fix: #85201# OKHdl implemented


2001-05-08  Peter Burow  <pb@openoffice.org>  [165ec739346a1e8c9171a5d866becf19310b4a28]

fix: #85201# SvtTemplateWindow::OpenFile() added


2001-05-08  Peter Burow  <pb@openoffice.org>  [131bd862ac74740b41544d3f1d0bb1be76949a24]

fix: #85201# OKHdl_Impl() added


2001-05-08  Peter Burow  <pb@openoffice.org>  [f17f155da5ee05ccef55848c88195e9b68a34544]

fix: don't include svtools-header with svtools-prefix


2001-05-07  Kurt Zenker  <kz@openoffice.org>  [b93e5860232cbd3c2584ffc3ebd9a9218ed4d611]

depends on tools


2001-05-07  Rüdiger Timm  <rt@openoffice.org>  [7431f46db0c04a85c9090d335304868fe9980578]

#65293# there is a directory unotypes, which needs the applicat.rdb => module depends on drafts


2001-05-07  Sven Jacobi  <sj@openoffice.org>  [0a12914431ecde4291e9948f992862fd4dcbe3fa]

#74306# supporting glyph outlines: take care of font alignment


2001-05-07  Malte Timmermann  <mt@openoffice.org>  [df4650ed1bde6e456f09209db4e13b645c9bdaee]

removed comphelper hxx


2001-05-07  Malte Timmermann  <mt@openoffice.org>  [7ce7fb97306e83a9fc88683512283ab838d9f295]

use vcl::unohelper::GetMultiServiceFactory() instead of comphelper...


2001-05-07  Frank Schönheit  <fs@openoffice.org>  [d6e1b824195d291cf4509162aa357a04c32c8ff8]

new files for the help agent implementation


2001-05-07  Frank Schönheit  <fs@openoffice.org>  [610fb15d33e0d6477d4e131a8648147162369398]

initial checkin - resources for the new help agent


2001-05-07  Frank Schönheit  <fs@openoffice.org>  [dfc6fe5528a1d901575fd7f579ae27729c4d5fa2]

initial checkin - window for the new help agent


2001-05-07  Sven Jacobi  <sj@openoffice.org>  [832fd587ce96c64f2e11f2c76e31144d7ff671f8]

#74306# supporting glyph outlines: take care of font alignment


2001-05-07  Nils Fuhrmann  <nf@openoffice.org>  [451fc3365e03dad17ac7055931b03d8f6003879e]

New: Comments in GenericInformationList


2001-05-07  jp  <jp@openoffice.org>  [583c7b0a479790459e20f6126fcc7956191da0b0]

StartDrag: look first for the enabled Drag&Drop flags


2001-05-07  Nils Fuhrmann  <nf@openoffice.org>  [6fb046a01bfcc49fccf38757de7dda1d085c322b]

New: Comments in GenericInformationList


2001-05-07  Peter Burow  <pb@openoffice.org>  [d4c9aac858c50169166889aa275b138e214ce1ce]

fix: #85201# empty URL's aren't files


2001-05-07  sz  <sz@openoffice.org>  [c7663718579555178811328dbcc98b5845d2470b]

adapt case


2001-05-07  Frank Schönheit  <fs@openoffice.org>  [b502551184a2e50c9d881995f8f371c05bf342a9]

methods for accessing the help agen config data


2001-05-07  sz  <sz@openoffice.org>  [84925c51311e4747699ed9adf64107d6f96d71e7]

added testshl issues


2001-05-07  Frank Schönheit  <fs@openoffice.org>  [5b2de0e1d9c5f522d71337eb55f5b4aa064aff86]

adjusted getUniqueSetElementName


2001-05-07  Oliver Braun  <obr@openoffice.org>  [dc3a0fa142f7244c714bd7c4ef9661e1aeb26f3c]

primary and clipboard selection splitted


2001-05-07  Oliver Braun  <obr@openoffice.org>  [be7b2f9cce51e1709a70390aac7320c53c7b1c8f]

added support for selection


2001-05-07  Oliver Braun  <obr@openoffice.org>  [2cd10aa600e28b16573e919fada6d10b70444bfc]

api for selection and new clipboard methods


2001-05-07  Frank Schönheit  <fs@openoffice.org>  [800c25bab47b7162d280145eb77fb2ea504741fc]

+getUniqueSetElementName


2001-05-07  Kai Ahrens  <ka@openoffice.org>  [6ca3c3c89fb8de71ab74d1b871a6beb535d735af]

new print options


2001-05-07  Peter Burow  <pb@openoffice.org>  [31377aabe779b07c2fd52742a42fbb26168cdeb0]

fix: #85201# new template dialog


2001-05-07  Peter Burow  <pb@openoffice.org>  [527030b83fe61ddc156ec3454199efaeb276e5c4]

fix: #85201# ivctrl.cxx, fileview.cxx, templwin.cxx added


2001-05-07  Peter Burow  <pb@openoffice.org>  [3c33d0c69227235b40a56ef57b5cf1687cfe33bc]

fix: #85201# ivctrl.hxx, fileview.hxx, templdlg.hxx added


2001-05-07  Peter Burow  <pb@openoffice.org>  [ddf3b74fab4daca08efb7e0738a4b9230616ae84]

fix: #85201# new template dialog


2001-05-07  Peter Burow  <pb@openoffice.org>  [24be4c38f0db48fbb34667c58b7f8c2b6004d92f]

fix: #85201# moved from SFX2


2001-05-07  Peter Burow  <pb@openoffice.org>  [522e4155f0380d3e66ccdcb92abb7e7d62ac364d]

fix: #85201# moved from SVX


2001-05-07  Oliver Specht  <os@openoffice.org>  [7b33aafbb0ac375236e3cea8f45fcd6a2eb312fc]

#86638# Commit corrected


2001-05-07  Stephan Schäfer  <ssa@openoffice.org>  [c4cc2132b159545e2156bba687d1bcb1edec8d2e]

vcl depends on sysui now


2001-05-07  jp  <jp@openoffice.org>  [fb1ad0fc608707be9b91499887ad66ad74bbf6b0]

chg: Drag&Drop interface changed to TransferData & Helper classes


2001-05-07  jp  <jp@openoffice.org>  [9bf58036bab7d3e3bf53d9eb0697c6c7e14e26c8]

new: TransferDataContainer (used for example in SvLBox Drag&Drop)


2001-05-04  Kurt Zenker  <kz@openoffice.org>  [1c0362bbef245d338c5d1d13b40f912275b35644]

Merge SRC630: 04.05.01 - 21:18:22 (NoBranch)


2001-05-04  Kurt Zenker  <kz@openoffice.org>  [557fe47db222086985b519a0164ae14ea1859a7d]

Merge SRC630: 04.05.01 - 21:16:55 (NoBranch)


2001-05-04  Kurt Zenker  <kz@openoffice.org>  [185649a340b3ae0f59d9a296e4996b297bf48586]

Merge SRC630: 04.05.01 - 21:15:12 (NoBranch)


2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [5d65536450e42ccc6a5a57b265854405d1b06855]

Merge SRC630: 04.05.01 - 21:14:10 (NoBranch)


2001-05-04  Kurt Zenker  <kz@openoffice.org>  [d94a456475f1f57885313538ac4dca4958dc0118]

Merge SRC630: 04.05.01 - 21:12:56 (NoBranch)


2001-05-04  Kurt Zenker  <kz@openoffice.org>  [0e07e78d98299e5f683eda6a3127f07363df8dde]

Merge SRC630: 04.05.01 - 21:13:31 (NoBranch)


2001-05-04  Kurt Zenker  <kz@openoffice.org>  [872aa9128d0ce3f74fad82b3fa6c6cd16f188081]

Merge SRC630: 04.05.01 - 21:13:18 (NoBranch)


2001-05-04  Kurt Zenker  <kz@openoffice.org>  [0d2c559a226e69f070ac46b04202d92caaf138be]

Merge SRC630: 04.05.01 - 21:12:31 (NoBranch)


2001-05-04  Kurt Zenker  <kz@openoffice.org>  [d5e0c235e5eb769a5ccb9c194f03433b45e2c4b2]

Merge SRC630: 04.05.01 - 21:11:25 (NoBranch)


2001-05-04  Kurt Zenker  <kz@openoffice.org>  [c9209a33c590554a39a197b8bb42d3e60a14421a]

Merge SRC630: 04.05.01 - 21:10:49 (NoBranch)


2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [bf048d87d05a47148afc01efbe8f0ddf7def0822]

Merge SRC630: 04.05.01 - 21:10:49 (NoBranch)


2001-05-04  Kurt Zenker  <kz@openoffice.org>  [ab578e915c45f761543e4d080ae08301e9593dc1]

Merge SRC630: 04.05.01 - 21:10:35 (NoBranch)


2001-05-04  Kurt Zenker  <kz@openoffice.org>  [0408eedd50bf2d85a5af1626ac98557d6150124d]

Merge SRC630: 04.05.01 - 21:10:55 (NoBranch)


2001-05-04  Kurt Zenker  <kz@openoffice.org>  [7b4f3dd9eae5dd270f540b45161e63f3294d9a89]

Merge SRC630: 04.05.01 - 21:08:31 (NoBranch)


2001-05-04  Kurt Zenker  <kz@openoffice.org>  [d85344f4fdad96c3d5abf6bc25b63fd42a0091c2]

Merge SRC630: 04.05.01 - 21:08:43 (NoBranch)


2001-05-04  Kurt Zenker  <kz@openoffice.org>  [3517a8f3a51b29e6056dd4b90d1f5c8be8e36cfe]

Merge SRC630: 04.05.01 - 21:09:06 (NoBranch)


2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [8336597c4f0ba554791e5884e5a9ccb8e56d98bb]

Merge SRC630: 04.05.01 - 21:08:35 (NoBranch)


2001-05-04  Kurt Zenker  <kz@openoffice.org>  [88e4fe881e36ca511907a7de31ae5d6b6b6690e9]

Merge SRC630: 04.05.01 - 21:07:01 (NoBranch)


2001-05-04  Kurt Zenker  <kz@openoffice.org>  [7e21cf4d241b8b9dd38c097284b8ed56141e30f0]

Merge SRC630: 04.05.01 - 21:06:48 (NoBranch)


2001-05-04  Kurt Zenker  <kz@openoffice.org>  [5ce1738128f010b3a7ffa652465444733694aecf]

Merge SRC630: 04.05.01 - 21:07:11 (NoBranch)


2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [58c11523aa54a01102109c94c15bc1cfcc6c74cc]

Merge SRC630: 04.05.01 - 21:06:07 (NoBranch)


2001-05-04  Kurt Zenker  <kz@openoffice.org>  [1a1333a8364facba09cd25dd1e1942b7c660fd3d]

Merge SRC630: 05/04/01 - 21:06:49 (NoBranch)


2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [be76c8fdc765b76ff324d082ba378cc5aa09fab7]

Merge SRC630: 04.05.01 - 21:06:52 (NoBranch)


2001-05-04  Kurt Zenker  <kz@openoffice.org>  [10f184dc22fad327c71c9c8f0d46fb87078151cb]

Merge SRC630: 04.05.01 - 21:06:51 (NoBranch)


2001-05-04  Kurt Zenker  <kz@openoffice.org>  [65cb718666e1ac77c0c2dbc80e12fc5f282b023b]

Merge SRC630: 04.05.01 - 21:05:10 (NoBranch)


2001-05-04  Kurt Zenker  <kz@openoffice.org>  [f20c209e03da66b783f3957957a01d638a63ec3c]

Merge SRC630: 04.05.01 - 21:05:20 (NoBranch)


2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [56b60efb911e5b81632c54af766602e8c9cd5ef5]

Merge SRC630: 04.05.01 - 21:05:14 (NoBranch)


2001-05-04  Sander Vesik  <svesik@openoffice.org>  [9550d51a6fed9474cc2f12edf858f06dd8019fb3]

MIPSPRO workaround

Contributed by: The SGI OpenOffice.org porting team

2001-05-04  Eike Rathke  <er@openoffice.org>  [48fd31ad229ce43f195ed17eb7a3d554492d34e8]

IsNumberFormat: use SolarMath::StringToDouble for consistency on scientific number input


2001-05-04  Eike Rathke  <er@openoffice.org>  [dd2fc1b50a6f3d190776adc68a2c9aae5351c2e9]

removed some TLOTs


2001-05-04  Eike Rathke  <er@openoffice.org>  [e1e663ab0ae7fe9679ba5601439cbca23a6a690b]

StringToDouble with bForceFraction


2001-05-04  Stephan Schäfer  <ssa@openoffice.org>  [d8f80a8ec94aa165a13723d5b4993aad96f81da3]

default text for checkbox in msgbox


2001-05-04  jp  <jp@openoffice.org>  [dc2f7e8aa9f18f95b8d35235780b8f9a67cd40b3]

don't read over stream EOF


2001-05-04  Thomas Benisch  <tbe@openoffice.org>  [9b0183e3a037887c0ecac9f668d745a95f34da16]

added ProgressBar, ScrollBar, FixedLine


2001-05-04  Thomas Benisch  <tbe@openoffice.org>  [32276a47a01ce99e46f92fd4e9d9bd4923b68573]

progressbar/scrollbar: added property Enabled


2001-05-04  Andreas Schlüns  <as@openoffice.org>  [3b775903149d5b19b9664e800ee70b7c6cbfb1fc]

add method to clear modified flag


2001-05-04  Kai Ahrens  <ka@openoffice.org>  [3ecc975800ec4b86c41afcb8a7d933798b0a2f18]

changed defaults for print options


2001-05-04  Oliver Braun  <obr@openoffice.org>  [4451f9893bb7b5abdc4320719d0cabba9d49822a]

use Window::GetClipboard() to retrieve the clipboard


2001-05-04  Thomas Benisch  <tbe@openoffice.org>  [9ce771d3d8a2e7ca93494adf343df4733bdb01f8]

added FixedLine


2001-05-03  Rüdiger Timm  <rt@openoffice.org>  [527015e65f1c3c91df77c1c1f503bed736ddf2e0]

#65293# dll.hxx gets delivered out of the output tree, whereto it is copied by util/makefile.mk


2001-05-03  Sven Jacobi  <sj@openoffice.org>  [33fe0785bd1c55041216b18b0026c46eb35aa5f7]

#85886# bIsPixelFormat is now always initialized


2001-05-03  Malte Timmermann  <mt@openoffice.org>  [9699117e1053a642b4934fab00fec4e1bc265bdc]

DestroyAttribs: set nLen 0


2001-05-03  Christof Pintaske  <cp@openoffice.org>  [2cdcad694017d33118e7bc0452cd70840c6c0bd5]

#86335# cursor events while in preedit mode break extended text input


2001-05-03  jp  <jp@openoffice.org>  [6d025579238eab91a151ab34fca2cae1b0dd0613]

new: token for fontalignment/scriptspace/forbiddenrule/hangingpuctuation


2001-05-03  Kurt Zenker  <kz@openoffice.org>  [022941e3d97f27a8627c18d6fb72c11a3c609d04]

new version for SRC630


2001-05-03  Mathias Bauer  <mba@openoffice.org>  [b6ec803ebc56b5b043eec8822cfca16ab62a777d]

Imagelists moved to svtools


2001-05-03  Mathias Bauer  <mba@openoffice.org>  [b8da686601dbc0b37556591ca4f230b3f280fac7]

Imagelists moved from sfx


2001-05-03  Mathias Bauer  <mba@openoffice.org>  [389e23c49e1ef858b7ab900b13a4e645838441ee]

wrong string concatenation


2001-05-03  Stephan Bergmann  <sb@openoffice.org>  [4b542ff0915da61aca59a1d64cf8977e7cf35f60]

#86324# Changed InteractionHandler's service name.


2001-05-03  Malte Timmermann  <mt@openoffice.org>  [ed4d6cc100c19b319c1717f13c5d74a032299327]

DestroyAttribs: set nLen 0


2001-05-03  Kai Ahrens  <ka@openoffice.org>  [3a33b07fae73ef4ef03f530a4b6838a99a427c33]

added printoptions/printwarningoptions


2001-05-03  Kai Ahrens  <ka@openoffice.org>  [d2cf4e93858d8c4af2c2a5836f93904d207ce78f]

added some methods


2001-05-02  Philipp Lohmann  <pl@openoffice.org>  [c4fedec00aa4d06cba314175b78f80b54086d124]

removed CJK because of screensaver issue


2001-05-02  Thomas Benisch  <tbe@openoffice.org>  [0e53217c67c35d1a6426c029a468ffbba81413c7]

changed progressbar property order


2001-05-02  Herbert Duerr  <hdu@openoffice.org>  [71ce5ec5135942158f98b4bc5f3bbe013c8ab3af]

when invalid clip region fall back to geometry


2001-05-02  Andreas Schlüns  <as@openoffice.org>  [494ee3b71047cce5088be5af078c5df3c159d07f]

#86381# deliver new dynamicmenuoptions.hxx


2001-05-02  Philipp Lohmann  <pl@openoffice.org>  [bbe3d115c7daaf91a5299ab4cdca036dd6ef80d0]

more appropriate ConvertXPM


2001-05-02  Thomas Benisch  <tbe@openoffice.org>  [f9cc16587f1abaf8bab3e9b1b1c23ff41e78a4f3]

added ScrollBar


2001-05-02  Sander Vesik  <svesik@openoffice.org>  [319d11a6f60ca44a5ce6a1cf48ddf23e6648fcff]

Merge from OO619B


2001-05-01  Sander Vesik  <svesik@openoffice.org>  [8522a300d7e8fc7512077b6a3b25e65d4f0d9553]

Merge OO625B to trunk


2001-04-30  Nils Fuhrmann  <nf@openoffice.org>  [a55aae70c660f55baf150113b174cfa041f79807]

Clean up after movement of tools to soltools and rsc


2001-04-30  Rüdiger Timm  <rt@openoffice.org>  [aea161c08f3613401781f8dc42c81e5998fde35d]

#65293# removed obsolete macro %UPD%


2001-04-30  Rüdiger Timm  <rt@openoffice.org>  [e799d8ba9ad130bc00de6941057878c846010709]

#65293# removed obsolete macro %UPD%


2001-04-30  Rüdiger Timm  <rt@openoffice.org>  [7d71c8d46814d0adea40c7efe601b6db6b48f517]

#65293# removed obsolete macro %UPD%


2001-04-28  Sven Jacobi  <sj@openoffice.org>  [a9355710464aee9868fe474b7992dd9f58128d74]

now supporting glyph outlines and PolyPolygon objects


2001-04-28  Sven Jacobi  <sj@openoffice.org>  [266cb4f117695eb49b320c919d571f85d45a73a8]

glyph outlines exported only


2001-04-27  Stephan Schäfer  <ssa@openoffice.org>  [832d748146fe0c94a777f3a3aaf1a17b6acfd7aa]

support multiple icons


2001-04-27  Stephan Schäfer  <ssa@openoffice.org>  [8a66e7d7f67bb074530c5fede9e80121efa493ec]

SetIcon implemented


2001-04-27  Stephan Schäfer  <ssa@openoffice.org>  [6e41e11651120caf95a501df1d5e40286329d428]

use LoadImage instead of LoadIcon to share resources


2001-04-27  Stephan Schäfer  <ssa@openoffice.org>  [bbe87e308682e38357c3ac647e657734dd1b4d17]

support multiple icons


2001-04-27  Philipp Lohmann  <pl@openoffice.org>  [84b2a3fcf686edd4f7fd69514b92f6eb9a104d80]

#86361# strikeout positions are determined independently


2001-04-27  th  <th@openoffice.org>  [cd1d14cee1eacedc98dfa9db2e90bcae5568ac22]

Shaodw-Changes removed


2001-04-27  Stephan Schäfer  <ssa@openoffice.org>  [d8857756b367b81ede993ea22bdef49329a057c9]

CalcMinimumSize now includes sizes of checkbox and radiobutton


2001-04-27  Stephan Schäfer  <ssa@openoffice.org>  [0432b333f16e376a4de8e8d75f36d2bbe69ed2db]

messagebox with checkbox


2001-04-27  Christof Pintaske  <cp@openoffice.org>  [c6933e73cb0096cef05341e796fdca4ae21e490a]

#86042# allocate fontdata on heap since it is not deap-copied but referenced


2001-04-27  Jörg Budischewski  <jbu@openoffice.org>  [d76caff6756a0f507cc26b78618f7e9843629329]

replaced destoy with releasePipe


2001-04-27  Jörg Budischewski  <jbu@openoffice.org>  [ee6d4a00750af2b3695401fe0973a350506a4664]

replaced destroy with releaseSocket


2001-04-27  Frank Schönheit  <fs@openoffice.org>  [5480c20a01dec1dbd51e344019b50b42a0847cb7]

#86427# ::setFastPropertyValue: do not lock the mutex when rerouting the call to ::setFastPropertyValues (would never be cleared when property changes is fired)


2001-04-27  Herbert Duerr  <hdu@openoffice.org>  [119b304bc3e6d8fd50bbea23dd396728d62bdad1]

perf: avoid unpredictable branch in innermost loop


2001-04-27  Gregor Hartmann  <gh@openoffice.org>  [216fa792ebf9a3f69d1ad07818f51debf4b93b1d]

Add metatags for Application Names and remove requirement for END tag after NAME tag


2001-04-26  Kai Ahrens  <ka@openoffice.org>  [b5dac322e547556b652bfcbf9d632064eff1cce6]

initial revision


2001-04-26  Kai Ahrens  <ka@openoffice.org>  [1fc3c5e4aec123db7ce720106d82d83514bc7b90]

added PrinterOptions


2001-04-26  Rüdiger Timm  <rt@openoffice.org>  [40b699b3c64bf7e3b8734095b8be9d6fc1872cef]

Merge SRC630: 26.04.01 - 21:13:19 (NoBranch)


2001-04-26  Kurt Zenker  <kz@openoffice.org>  [335b1b55ec1b47ceaa95c244c43ead31818b9e31]

Merge SRC630: 26.04.01 - 21:08:37 (NoBranch)


2001-04-26  Kurt Zenker  <kz@openoffice.org>  [77b1ba41a6bca29462c6ced0d0c550f44304a615]

Merge SRC630: 26.04.01 - 21:08:52 (NoBranch)


2001-04-26  Eike Rathke  <er@openoffice.org>  [cc950064374ca0b0ce57dba20c2536db34ff685f]

replaced QUARTER_WORD with QUARTER1_WORD .. QUARTER4_WORD


2001-04-26  Thorsten Behrens  <thb@openoffice.org>  [3ce6bf469d7f3babb3d794555ca391c9f42eb3d1]

ConstructTempDir_Impl: merged in stuff from tools/source/fsys/tempfile.cxx


2001-04-26  Thorsten Behrens  <thb@openoffice.org>  [48c692bf913d5d1b77bdc405e4acca38b523534e]

Error handling in OpenSotStorage adapted


2001-04-26  Herbert Duerr  <hdu@openoffice.org>  [7436cc73df4e047419936c394f9b35191e48075e]

prefer embedded bitmaps even for antialiased output


2001-04-26  Philipp Lohmann  <pl@openoffice.org>  [9cd2ba589fa510b798707d0b1f60b6865be85403]

#86413# delay connection lost exception to main thread to avoid locking problems


2001-04-26  Andreas Schlüns  <as@openoffice.org>  [86e3eea84fd5d5ba29678a92f97b6c48ef96af4d]

#86381# support new and wizard menu


2001-04-26  Mathias Bauer  <mba@openoffice.org>  [d00494c6f6c9096afc6a5c8fcdbeda51884385e9]

#86203#: wrong default


2001-04-26  Sven Jacobi  <sj@openoffice.org>  [225bc2885fa99abbeeb8e182806c38c89b41a855]

added some eps filteroptions : now it is possible to export text as bitmap


2001-04-26  Sven Jacobi  <sj@openoffice.org>  [28685d9a5674df4ff14cfa115052ee662eb68162]

added methods which allow to read and write configuration Strings


2001-04-26  Kurt Zenker  <kz@openoffice.org>  [a4ca2a4c03f2ab2a22c1221fb493d5e0b8a854a1]

new version for SRC630


2001-04-26  Thomas Benisch  <tbe@openoffice.org>  [f6ea48f3ddaa9662cb0fdd18ad41924b655451b7]

added ProgressBar


2001-04-25  Eike Rathke  <er@openoffice.org>  [9b8a161e990fe5596b9088e44b25a7a2fea7d434]

#86017# GenerateFormat: don't append a single character 32000 times, use Expand instead


2001-04-25  Thorsten Behrens  <thb@openoffice.org>  [c2dc812bea1436a717b4530e51b136fb4cc1bf6b]

Correct initialisation of internal filters


2001-04-25  Herbert Duerr  <hdu@openoffice.org>  [15cba2de14aba2e43d022622ab94e9c5536b2423]

prepare for FT version >= 2.0.2


2001-04-25  Sven Jacobi  <sj@openoffice.org>  [0fd3742720bd8eb50cefd5975724b7b8c86d602d]

no use of SVX_LIGHT


2001-04-25  th  <th@openoffice.org>  [a689e7b15de8dd2ee01e81a52688f62ff04d7172]

MouseMiddleAction


2001-04-25  th  <th@openoffice.org>  [cd9258e28041dd2c68f460b6810f54fae1af3a23]

MiddleButtonAction


2001-04-25  Philipp Lohmann  <pl@openoffice.org>  [81d9c9fbcdbdf4910000a3d2089ddb57ab715644]

fax output with number removal


2001-04-25  Malte Timmermann  <mt@openoffice.org>  [3b5ba94a346095caf3308ea4739daddb5d8875d1]

IsLeaveWindow only when IsReallyVisible


2001-04-25  Herbert Duerr  <hdu@openoffice.org>  [9de305c1d269c3ddf44b5939414f146e58a1bc35]

do not assume default visual


2001-04-25  Thomas Lange  <tl@openoffice.org>  [671ed361ad1aa65476f2b2a943d60231b00e2ef6]

(MT) ImplCallSelect, when selecting while MouseMove/Tracking


2001-04-25  Nils Fuhrmann  <nf@openoffice.org>  [78b78fcfb3f4eac6f1b54d02833f1769a6ab13e9]

Delivery of all parsers, including transex3 and lngex. This will also provide them inside solver tarballs


2001-04-25  Nils Fuhrmann  <nf@openoffice.org>  [c46b6ca9976cc5d128ceb6de7c4e550899ae3042]

Enable UTF8 enhancement for new fileformat (2.0)


2001-04-25  Malte Timmermann  <mt@openoffice.org>  [8023de7047ab4019b80b3b39c6890f22684960a3]

IsMouseMoveSelect and more StackSelection...


2001-04-25  Nils Fuhrmann  <nf@openoffice.org>  [e14cfcaccd365c572e0c71d29166d0ab18a33bb3]

Support of UTF8 input/output


2001-04-25  Sven Jacobi  <sj@openoffice.org>  [082339b7bc14c8e265401b32e2fed8bd54a366e8]

no use of configuration for SVX_LIGHT version


2001-04-25  Sven Jacobi  <sj@openoffice.org>  [e5acf1709f80e91c34dda3c2dacf41440e914fca]

no use of configuration for SVX_LIGHT version: removing use of SvtPathOptions


2001-04-24  Herbert Duerr  <hdu@openoffice.org>  [adf3addc875892f3fb0dd1c08e893b7c76591555]

AddFontFile signature change


2001-04-24  Malte Timmermann  <mt@openoffice.org>  [d3213a1f5b91e4cc82f7e38a614c80e342beafb6]

StackSelection...


2001-04-24  Stephan Bergmann  <sb@openoffice.org>  [fc6bd65d326b6cf2fa0ac92d94424a43f110f655]

#83674# Accept ALPHA followed by colon without following slash or backslash as DOS fsys path.


2001-04-24  Christof Pintaske  <cp@openoffice.org>  [ce7e51ca63119fe3598ec306d75084bc029276ba]

#86333# check for correct screen of visual


2001-04-24  th  <th@openoffice.org>  [7b4b5aea3d7bd79b1f29734464f33d895f54a89f]

#i759# - Better Shadow Color


2001-04-24  Philipp Lohmann  <pl@openoffice.org>  [68cee2285e85a30b7cd4012f7a37a4b288d07a35]

FontManager changed to store byte strings for filenames


2001-04-24  Malte Timmermann  <mt@openoffice.org>  [73444b7c8f5e23977005da2a251102e85e70fc90]

#86292# Draw - not every SpinField has a SubEdit...


2001-04-24  Malte Timmermann  <mt@openoffice.org>  [799cd8abb6f800aa3b252bb4127da406995a89c8]

New: UserValue


2001-04-24  Oliver Braun  <obr@openoffice.org>  [786e52f24ecf6ed75f412033dc52727e9fe56214]

fixed mouse capture detection


2001-04-24  Christof Pintaske  <cp@openoffice.org>  [3b43fc8e04d61de902227ae09a404aee36be063c]

#86012# non-transient window isn't allowed to be foreign window (FWS)


2001-04-23  Eike Rathke  <er@openoffice.org>  [24a1fde125043a2c9663714110dd9be6029e7d3a]

#86141# add: GetProperLanguage: LANGUAGE_NONE --> application language


2001-04-23  Kurt Zenker  <kz@openoffice.org>  [80240f78c1b76a75cdd6c8199bd6d886adccbbef]

new version for SRC630


2001-04-23  Nils Fuhrmann  <nf@openoffice.org>  [9f14dc6c6710ee1e9e5742108e86cb01f8a129b7]

Fixes for handling of whitespaces: Ignore leading and trailing ones


2001-04-23  Eike Rathke  <er@openoffice.org>  [08452409e61693cab52a467dfbd51ec0579dd6ff]

Next_Symbol: prefetch currency symbol longer than one character


2001-04-23  Oliver Specht  <os@openoffice.org>  [5259ee84aba5e458c37453fe28c427e8e3835186]

CJK settings can be changed


2001-04-20  Kai Sommerfeld  <kso@openoffice.org>  [5971b8fc04298ff54d0a554029d7ee0f209b5dbb]

#86170# - Added another insertNewContent method, that takes a new           title for the objct to insert as well as a nameclash           behaviour directive.


2001-04-20  Malte Timmermann  <mt@openoffice.org>  [6333e0f82d3d6eb563e8fb20bf0e6748317dfa41]

DeselectAll


2001-04-20  Daniel Vogelheim  <dvo@openoffice.org>  [a665ea3c267dabaf6172507a6760083b32b5b3b3]

fixed: access violation in setPropertyValues(...)


2001-04-20  Frank Schönheit  <fs@openoffice.org>  [87afb90dba9f63608ddc8021d9c31937390683f2]

some less warnings


2001-04-20  Nils Fuhrmann  <nf@openoffice.org>  [bdac0f1d92199f045d2d819055ea1162291a222f]

New handling of deliver


2001-04-20  Malte Timmermann  <mt@openoffice.org>  [b952ef6c089da80fe024c68cd07e90b87ce3a9b8]

Help::Start() with Window*


2001-04-19  Frank Schönheit  <fs@openoffice.org>  [2dbfb668163daa95f46628d65b873be1d44d61a0]

#86147# +eventlistenercontainer


2001-04-19  Frank Schönheit  <fs@openoffice.org>  [acb4bf4b2b029767274039e99fb368b41d7ad8ad]

-initial checkin - base class for non-UNO dispose listeners


2001-04-19  Kai Ahrens  <ka@openoffice.org>  [4b9dcb9cd81f130d896a9cb801c1e67ffbf0754d]

#86165#: assertions removed


2001-04-19  Kai Ahrens  <ka@openoffice.org>  [7ee8569a9e63a3b03b226ba40ae90eadd5d2ad02]

#86165#: assertions removed


2001-04-19  Kai Ahrens  <ka@openoffice.org>  [5d723e1ff4701fadadd610bdd78d8299e4b291f9]

#86165#: assertions removed


2001-04-19  Nils Fuhrmann  <nf@openoffice.org>  [562bc5cdd70953740909c10d2e43b3b2f7150565]

Added rscpp


2001-04-18  Sander Vesik  <svesik@openoffice.org>  [1b4216958f2de2b5ceafc32735c470c8b2ab287d]

Xprint related fixes


2001-04-18  Sander Vesik  <svesik@openoffice.org>  [95961b833e9a168c8d0fa9be6182bf63ef573a1c]

An #include <stl/ has managed to creep into the source! Again!!


2001-04-18  Kurt Zenker  <kz@openoffice.org>  [cfda17924d8e80f72082927f7c4af648e57f43c1]

new version for SRC629


2001-04-18  Kurt Zenker  <kz@openoffice.org>  [8d38e13a179123ff5648656c5a9970c2f2ed9176]

new version for SRC629


2001-04-18  Vladimir Glazounov  <vg@openoffice.org>  [df682b043fbc22eac1c98d6101a51fece21218e5]

(MT) Help::GetHelpText: Window*


2001-04-18  Malte Timmermann  <mt@openoffice.org>  [0b11061a560d7939dafc4cbdf53309b1203b65c2]

#86017# SetDecDigits: Not more than 9!


2001-04-18  Nils Fuhrmann  <nf@openoffice.org>  [2cf4b6fc3d67c26ab5235e40a7bd5d4f6ad61eca]

Moved zipdep from addexes2 to bootstrp


2001-04-18  Nils Fuhrmann  <nf@openoffice.org>  [e39c7c279272b298fb9fb9b94cda1184eaf6965a]

Added zipdep


2001-04-18  Nils Fuhrmann  <nf@openoffice.org>  [4a086d281876ab6b8578a009630a21ba194d1d69]

Fixed path to project root


2001-04-18  Nils Fuhrmann  <nf@openoffice.org>  [2908b3d406d0244135482422a1af86925975dea5]

Moved from rscpp to rsc


2001-04-18  Sander Vesik  <svesik@openoffice.org>  [70f68fe81fc925560c5d14823a45bafe8999348f]

Merge Armin's changes from OO625B to trunk


2001-04-18  Nils Fuhrmann  <nf@openoffice.org>  [ea8c21f8501c6e5f2261336574945457cf8a3a25]

Added rscdep


2001-04-18  Nils Fuhrmann  <nf@openoffice.org>  [f1356aa9403b62accd7ed24348f989ebf71b6127]

Moved to soltools


2001-04-18  Nils Fuhrmann  <nf@openoffice.org>  [94299b773750693fabbed9b67dab03a72892002f]

ldump moved to soltools


2001-04-18  Oliver Specht  <os@openoffice.org>  [1548a4982705b5d8cf22f17e3b9226447b32f1cc]

set load flag


2001-04-18  Oliver Specht  <os@openoffice.org>  [18d000fd0fedc6ebd906eddf46267e620b9279c9]

methods completed


2001-04-17  Daniel Vogelheim  <dvo@openoffice.org>  [8f49f65471f16c807762bb6b4581ef6e39669070]

fixed: always return (possibly empty) macro rather than throwing (unexpected) exception


2001-04-12  Kai Ahrens  <ka@openoffice.org>  [0b6a2acc2a7368d0fb2481ab7e7006e6dd28d65e]

added cacheoptions.hxx


2001-04-12  Kai Ahrens  <ka@openoffice.org>  [8194a80ab4b2e36addcd496c114a08d77db37aa1]

added cacheoptions.cxx


2001-04-12  Kai Ahrens  <ka@openoffice.org>  [c5967da0fe1328684d3a7f7cc14803f96b1d74ae]

initial revision


2001-04-12  Eike Rathke  <er@openoffice.org>  [daf2983b3c2395011ce1a9c73c7cfc1c87c9d3df]

Next_Symbol: don't throw up on automatic currency starting with keyword like Esc. and E


2001-04-12  Michael Brauer  <mib@openoffice.org>  [12ef403c8eaaedeae7c2c4b269312b226980335a]

seek stream to begin before reusing it


2001-04-12  Eike Rathke  <er@openoffice.org>  [24e50ee1e6c9a92fcfb9ffce157d2e9dbca1ad18]

ImpInsertFormat: no assertion for dupes of integer versions for locales where currencies have no decimals like Italian Lira.


2001-04-12  Kai Ahrens  <ka@openoffice.org>  [024783317c4d04a1ce23f6133cb8da5e976561e4]

#86058#: don't add terminate listener more than once for one transferable instance


2001-04-12  Thomas Benisch  <tbe@openoffice.org>  [b375d835cbd020ea2fad4d79010cb774e51ec9e2]

changed tabindex default from 0 to -1


2001-04-12  th  <th@openoffice.org>  [7ed9e6f08a50e188068614ec37fd3118469401b0]

Optimization


2001-04-12  Malte Timmermann  <mt@openoffice.org>  [c099edc40871501ebe8eb526641d085a14aa6144]

Preparations for StackSelection


2001-04-12  Malte Timmermann  <mt@openoffice.org>  [e2d9bbc386fca5aa61e7f1d07f8ae4af127e1622]

Fixed a bug in ::Draw()


2001-04-12  Malte Timmermann  <mt@openoffice.org>  [17060e3d9cbc2d0583c1f7d05712817a4d030355]

Help::GetHelpText() with Window*


2001-04-12  Malte Timmermann  <mt@openoffice.org>  [f5f4a1e92fce7396d420ade0690a0476822a6d40]

Help::GetHelpText() with Window*


2001-04-12  Kurt Zenker  <kz@openoffice.org>  [756441503edb668bbe21fd9ab3eafd331c55d26d]

Merge SRC627: 12.04.01 - 10:14:40


2001-04-11  Philipp Lohmann  <pl@openoffice.org>  [d6dc2eb56d742dc50d96e5d8cd3080456ecb6451]

#86023# workaround memory corruption, fix in 628


2001-04-11  Kurt Zenker  <kz@openoffice.org>  [b3a035ca7063ebd948f77d71ae80e2bb23bf80fc]

Merge SRC627: 11.04.01 - 21:07:21


2001-04-11  Kurt Zenker  <kz@openoffice.org>  [164d43372fec49757f1bd940fca4326ce29db441]

Merge SRC627: 11.04.01 - 21:05:31


2001-04-11  Kurt Zenker  <kz@openoffice.org>  [80f27126be2883e467d925bb5e577dbf8fd3a27f]

Merge SRC627: 11.04.01 - 21:04:00


2001-04-11  Eike Rathke  <er@openoffice.org>  [56ebdea549bb302721a3c85f799badc4991fdf42]

maintain cached table of default format keys


2001-04-11  th  <th@openoffice.org>  [0763350906df3c18da1998a16cc87e1b69e90893]

#86044# - QSort now with signed values


2001-04-11  Malte Timmermann  <mt@openoffice.org>  [97ae75fb7bf8aaf48f65b38af7df41b125405f2d]

DialogControl supports XTopWindow


2001-04-11  Philipp Lohmann  <pl@openoffice.org>  [641ec4843a05d2eed998403e580602ba59f90427]

#86044# do not ask printer for font on display


2001-04-11  Malte Timmermann  <mt@openoffice.org>  [06f6c18cae03e8e8b9a14a51c367c918c8d71fb2]

mbCreatingPeer


2001-04-11  Malte Timmermann  <mt@openoffice.org>  [0e4246f98849142bb1fec15ff24b0538192dde2e]

#85629# Lock SolarMutex before creating a VirtualDevice


2001-04-11  Andreas Schlüns  <as@openoffice.org>  [cd68cddc4e35317462d8176945b15a2414c57405]

#84766# new mode for locale=*


2001-04-11  Herbert Duerr  <hdu@openoffice.org>  [6e0de8ef559fe480a898e71bb3070f6747c9ef52]

meScript no longer set


2001-04-11  Peter Burow  <pb@openoffice.org>  [1f4bacdb148ca7f9845878832f62c1e851cb1664]

fix: #83172# Commit() optimized


2001-04-11  Malte Timmermann  <mt@openoffice.org>  [1aee5e02cfbb085aea434c3443c2591a3eb2f7f3]

#85321# Forgot a 'break'...


2001-04-11  Mathias Bauer  <mba@openoffice.org>  [e9993c5e68aed560e0d6a217e70282b591426cd0]

#86016#: provide substitute function without conversion to systempath


2001-04-11  Frank Schönheit  <fs@openoffice.org>  [dae38ded466f59c3c284b784791d77a5bf1a32c8]

added a 'add' with an 'nCount' parameter


2001-04-11  Tino Rachui  <tra@openoffice.org>  [d239d25f76cd350be037d630d09d1e8cae361060]

#86003# compare formatetc and compare targetdevice fixed


2001-04-10  Kai Ahrens  <ka@openoffice.org>  [2344abe8e837815400c855e2ff89d2bed4bca16b]

#85972#: force swap in of graphic objects when unique id is requested


2001-04-10  Thomas Benisch  <tbe@openoffice.org>  [b236b481331dcf15fe8f51b5b3c2a09c14c457c2]

added dialog format


2001-04-10  Oliver Braun  <obr@openoffice.org>  [da5d13e3bd8781a12eef6a58d7ab7e18b1f6f1f7]

#85948# efficiency plus CC50 workaround


2001-04-10  Stephan Schäfer  <ssa@openoffice.org>  [2ffd57e37c18716412b3e2df67f72c10a5c2ce92]

clip bitmaps on buttons correctly


2001-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4cdd481e95c5aaaa879df3cb0851ba96ef3963a]

#65293# Mac OS X only


2001-04-10  Oliver Specht  <os@openoffice.org>  [af13ffbafd3c58cdcd6ed2d013cc22ebaf7161be]

CJK installation options


2001-04-10  Malte Timmermann  <mt@openoffice.org>  [9b465e66c66b1f2d94813be06c08e2906a207d7a]

#84910# Images for the ImageControl...


2001-04-10  Christof Pintaske  <cp@openoffice.org>  [130b0901cfc0c944525388f1b8319fd07d42be8e]

#83684# report a higher res for larger screen size


2001-04-10  Kai Ahrens  <ka@openoffice.org>  [a04e94bb4d7431f69d15957961bd4a0b05215741]

#85948#: release solar mutex in ::InitFormats


2001-04-10  Christof Pintaske  <cp@openoffice.org>  [677951221cb5c8865cdbeebd76bc74578118a59c]

#85024# valid size for glyphids


2001-04-10  Christof Pintaske  <cp@openoffice.org>  [0075c439b2bb14e38d520c8ce9cf0e4dd2553c0a]

#85024# check for valid glyphid


2001-04-10  th  <th@openoffice.org>  [9bfac632ae949a84de6db0d772bca405848bd5f1]

#80306# - Replace ; with , in the REMOTE-Section


2001-04-10  Carsten Driesner  <cd@openoffice.org>  [b2af7f5ecd84fd38c35c2d981dc8631f09459536]

#85936# eXceed (R) temporary hangs if querying rect with neg width or height


2001-04-10  Mathias Bauer  <mba@openoffice.org>  [6a9a45b6b8416fbf409b30f56c825c0e54f50541]

#85880#: seek stream to begin for copying it


2001-04-10  Daniel Boelzle  <dbo@openoffice.org>  [19820af0a2fce14012ad14033c7c7c850d51427f]

#85862# have to use namespace due to symbol ambiguity


2001-04-09  Kurt Zenker  <kz@openoffice.org>  [d24222caad6b9fc114ca37499408fbf13eda3205]

Merge SRC627: 10.04.01 - 00:49:22


2001-04-09  Kurt Zenker  <kz@openoffice.org>  [043e32584fb1b6ff6e30ab4452bfcfe21c8f1ff0]

Merge SRC627: 10.04.01 - 00:46:40


2001-04-09  Kurt Zenker  <kz@openoffice.org>  [7161730b74207c53deaccfc6d388b79f0e1b557f]

new version for SRC628


2001-04-09  Christof Pintaske  <cp@openoffice.org>  [745c68a42be9b35371729b0e40cb7eb000ca7252]

#82915# fontfallback on printer/raster/x11


2001-04-09  th  <th@openoffice.org>  [5f687918de2ff78fd7262eeb3a2a3f9dea577db8]

#81848# - Add Translation/Mapping for SimHei


2001-04-09  avy  <avy@openoffice.org>  [c1ed85ee6cae483e8c5043c56d3b8f939e78a3b1]

meScript removed


2001-04-09  avy  <avy@openoffice.org>  [7436b9f2bd5cf45f944de27b608078416fbe5a15]

#82915# meScript removed


2001-04-09  th  <th@openoffice.org>  [800ff9a3933a47129eaef981a4d7d96f126fdefc]

#80305# - Now EmphasisMark-Accent looks good and some minor bug fixes in the new Fontmapping


2001-04-09  Herbert Duerr  <hdu@openoffice.org>  [bfb35fa4333260f0dde2cf6cae7c74bd817c4208]

#85908# fix for linux on exceed display


2001-04-09  Frank Schönheit  <fs@openoffice.org>  [a0850a77cf2fb8ee0e3ef95f325a238b4eb50ffa]

#85877##85878# _first_ ask the SvTools function when creating controls


2001-04-09  Malte Timmermann  <mt@openoffice.org>  [bc7d96d97571c82a25e5faf96209356d7361d8dc]

#85873# SimpleMode für ListBox


2001-04-09  Stephan Bergmann  <sb@openoffice.org>  [f714f7f3539c7534c2130ee57ee8d45b326a3378]

#85889# Fixed SvtPathOptions_Impl::UsePathVariables() to work with vnd.sun.star.wfs URLs.


2001-04-09  Malte Timmermann  <mt@openoffice.org>  [1fbcc1ad679433d8614b4f7a01b5f1e1c3a10077]

#84652# ImplSelect: Call SetText before GrabFocus...


2001-04-09  Christof Pintaske  <cp@openoffice.org>  [64b5cf7f7d0f5b0f4d5a5615172b37e01b50ad3a]

#85876# correct width for fixed width fonts


2001-04-09  Christof Pintaske  <cp@openoffice.org>  [aa864b160da7910fe208952ecfd59320dd8b3a50]

#82915# don't get metrics from fallback if there isn't one


2001-04-07  Kurt Zenker  <kz@openoffice.org>  [c189425d62b43884df4841bdfdb739001fae83fd]

Merge SRC627: 07.04.01 - 21:07:03


2001-04-06  Kurt Zenker  <kz@openoffice.org>  [12bd9dd611f70994e19d48aef2bdf9dc001f112e]

Merge SRC627: 06.04.01 - 21:07:15


2001-04-06  Eike Rathke  <er@openoffice.org>  [e27687b92cb7e6a50485ab112025fe4eeb92b10a]

#85742# GetOutputString: don't override new defined default formats with old standard defaults


2001-04-06  Eike Rathke  <er@openoffice.org>  [efb727bb11f1534bdfde454dc48b7fa47142a3dd]

#85742# add: ImpGetDefaultFormat


2001-04-06  Christof Pintaske  <cp@openoffice.org>  [9320b7ab3384bb6d63aa13381e7cbac95e3eb4dd]

#82915# check for valid font


2001-04-06  Ocke Janssen  <oj@openoffice.org>  [ccd0682c909d1ceed285dde1d8406d68e89ca7d5]

check if pCurParent is valid in GetRootLevelParent that wasn't the case for the first entry


2001-04-06  th  <th@openoffice.org>  [3168921989b4448479140b0816476d54995408ea]

#80306# - Vertical Writing now also for W9x


2001-04-06  th  <th@openoffice.org>  [7b99ec12fcee26017a63efed690b263bc0486e63]

#80306# - New Fontmapping (now also for CJK fonts)


2001-04-06  Philipp Lohmann  <pl@openoffice.org>  [40274a438fa93e9001c7869a44d105dd4a574f99]

#85520# dont feed builtinfonts to glyph cache


2001-04-06  Ocke Janssen  <oj@openoffice.org>  [7b56016dd814ba6cd8937b2ab596f6c3933ce852]

use of dangling pointer


2001-04-06  Christof Pintaske  <cp@openoffice.org>  [9f96204624213e543c361e967e96492f5cd247ad]

#82915# fallback for raster (Oops I did it again)


2001-04-06  Christof Pintaske  <cp@openoffice.org>  [c97cd880de7712a0157001469ca9087c1e054fc2]

#82915# fallback for raster


2001-04-06  Stephan Schäfer  <ssa@openoffice.org>  [51f0953fa46a4129296131059d85f03d2742bf97]

#85425# ignore erroneous mouse messages in capture mode


2001-04-05  Kurt Zenker  <kz@openoffice.org>  [5ec2511dc653f6a176401a2bcf42a36d787ec5c3]

Merge SRC627: 05.04.01 - 21:06:52


2001-04-05  Kurt Zenker  <kz@openoffice.org>  [2cf9781c480b739c52a91f63d2ba20f83d178d10]

Merge SRC627: 04/05/01 - 21:06:43


2001-04-05  Philipp Lohmann  <pl@openoffice.org>  [469b6227010fd03cf1e8ea50a3864cceb2fdc70c]

#85334# default frame size for new documents


2001-04-05  Philipp Lohmann  <pl@openoffice.org>  [9f49215b80f26a62638cb2330168dbf73cfa24d5]

#85334# do not raise unmapped children


2001-04-05  Tino Rachui  <tra@openoffice.org>  [e628c26fb9f93154dd90c4237d4ced4be8df27fd]

#81926# now waiting infinite for an operation completion


2001-04-05  Malte Timmermann  <mt@openoffice.org>  [fac8f8c68d2fb9684498e7af51e464bbed2af169]

ImageProducer: Call with empty URL too for cleaning the image


2001-04-05  Nils Fuhrmann  <nf@openoffice.org>  [312b9164fc5cb99e3fdece473bf7f23064cbf700]

Added catalan language #85749#


2001-04-05  Nils Fuhrmann  <nf@openoffice.org>  [07c0184100d66afb2d765030526c4d830d509b44]

Added catalan language #85749#


2001-04-05  Herbert Duerr  <hdu@openoffice.org>  [34549783d7cca7db2b6ff5d48d852cce94293516]

fix helvetica oblique crash


2001-04-05  Herbert Duerr  <hdu@openoffice.org>  [ec7626a4d4882325c06ee88f70ad1b941729715f]

implement AA forcing & add pDXArray for serverfonts


2001-04-05  Herbert Duerr  <hdu@openoffice.org>  [7883147f0574cc467375e3caa099a9435df4f618]

no rotation for fullwidth unicode


2001-04-05  Herbert Duerr  <hdu@openoffice.org>  [24e0c6d9b14f0bf71ec9fe46a1447d9d27738bec]

add AA forcing


2001-04-05  Herbert Duerr  <hdu@openoffice.org>  [24314b7043d42306c3c6ab1dec6b99cdbe9ce57b]

added AA forcing & pDXArray stuff


2001-04-04  Philipp Lohmann  <pl@openoffice.org>  [96eaac03952efc6a133241585cff9a662c63883f]

#85520# round global font proprties


2001-04-04  Philipp Lohmann  <pl@openoffice.org>  [9489f55cee79aeb0c5f643568e024c5f04e9aee6]

#85520# enhanced font metrics


2001-04-04  Malte Timmermann  <mt@openoffice.org>  [e24b790017650c2b19a5a4d7329e4e960f844d1f]

ImageProducer...


2001-04-04  Malte Timmermann  <mt@openoffice.org>  [16eac543f27df6e23a5c0b013fbbb3a3403f020d]

Service for the ImageProducer


2001-04-04  Tino Rachui  <tra@openoffice.org>  [e58bd4896f491235be78c04c526a94fc9c225aff]

#85727# determining string len when pasting text


2001-04-04  Kurt Zenker  <kz@openoffice.org>  [8b5cb3f40119833cebcb3b2defd3482d2c588e9c]

new version for SRC627


2001-04-04  Malte Timmermann  <mt@openoffice.org>  [6a2f09ce6d865fe4a7b05f8a7920b0e4f2f2b917]

Property HelpText/HelpURL for the dialogmodel


2001-04-04  Malte Timmermann  <mt@openoffice.org>  [3411b1e36c8f6d05f355dbd76533d777ef8fddde]

#85594# RadioButton supports XButton


2001-04-04  Malte Timmermann  <mt@openoffice.org>  [77a9954423d25ccde4701b8cce7b46928fc129ab]

#85594# RadioButton supports XButton


2001-04-03  Kurt Zenker  <kz@openoffice.org>  [883d05d39f748bf1c4ca7d9987a696ba13310b6c]

Merge SRC627: 03.04.01 - 22:11:16


2001-04-03  Kurt Zenker  <kz@openoffice.org>  [6cfbd747abf9eca1f8d2907fd0700797bfccc98f]

Merge SRC627: 03.04.01 - 21:07:31


2001-04-03  Malte Timmermann  <mt@openoffice.org>  [e41475014d1fb3b26d825d7a5aec61148408cb4c]

#85324# Removed Service PrinterServer


2001-04-03  Mathias Bauer  <mba@openoffice.org>  [8882aa9ea3e0971f0a1c837d73cdce1de056df92]

#84666#: get XTruncate from outputstream


2001-04-03  Sven Jacobi  <sj@openoffice.org>  [e625b0f5aa8bf67813d4768466a0a9ec6f93a8d8]

#78796# set system encoding if charset is RTL_TEXTENCODING_DONTKNOW


2001-04-03  Frank Schönheit  <fs@openoffice.org>  [07e4461efcfa916efdfe0110b752382942bd2cd6]

#84748# +Start-/StopClipboardListening / CreateFromSystemClipboard: release the SolarMutex


2001-04-02  Christof Pintaske  <cp@openoffice.org>  [27d1b9cf2785fc7e856cf90c6614cc42d2839234]

minor cleanup


2001-04-02  Kai Ahrens  <ka@openoffice.org>  [fb8c25238d80f282d555086a3504ad219ea04052]

#81926#: do exception handling before XTransferable is given back out of this class


2001-04-02  Herbert Duerr  <hdu@openoffice.org>  [16f41069e7c378fe68649ca71485e7289ae2cce5]

improve tolerance for bad fonts


2001-04-02  Christof Pintaske  <cp@openoffice.org>  [93b2fd1652507a1959acaa156ac6bdd96f67a70c]

#85579# add virtual font explicitely


2001-04-02  Kurt Zenker  <kz@openoffice.org>  [15c8619493980c687c13d0e45adfec95751bf5a5]

new version for SRC627


2001-04-02  Kurt Zenker  <kz@openoffice.org>  [18a2505f90f65a2949b45fd950cb8aa562aca1c6]

new version for SRC627


2001-04-02  Malte Timmermann  <mt@openoffice.org>  [40b1e8d5885ac528276c4cc63532b88650143a08]

#82884# Removed UnoControlImageButtonModel


2001-04-02  Frank Schönheit  <fs@openoffice.org>  [75e658caa9d1fe5151f14f2751ad704a3c10536a]

ImplGetDefaultValue: return a default for the HelpText property


2001-03-31  Kurt Zenker  <kz@openoffice.org>  [14cc83991205229946d8310e8c1484f7aa7fc530]

Merge SRC627: 03/31/01 - 07:15:06 (NoBranch)


2001-03-31  Kurt Zenker  <kz@openoffice.org>  [05c2e37479960b25d54ed924477638b5790883c4]

Merge SRC627: 03/31/01 - 07:13:56 (NoBranch)


2001-03-31  Kurt Zenker  <kz@openoffice.org>  [c7aea49814bf354275026e1d8c8e721d9df1a50f]

Merge SRC627: 03/31/01 - 07:11:47 (NoBranch)


2001-03-31  Kurt Zenker  <kz@openoffice.org>  [3f40dafbf660265643dd6a6d534f8699c1c3c520]

Merge SRC627: 31.03.01 - 07:10:00 (NoBranch)


2001-03-30  Mathias Bauer  <mba@openoffice.org>  [b1d5544ad88213bba44e411af930e7cb094de632]

don't crash if no BaseStorage given


2001-03-30  Kurt Zenker  <kz@openoffice.org>  [a4d7606a7b18c1384957fb34679f21aa3f254e62]

chg. True -> sal_True, False -> sal_False


2001-03-30  Joachim Lingner  <jl@openoffice.org>  [1c8742651d5a1ccaf5f42ea52370bcc297a43def]

*** empty log message ***


2001-03-30  Philipp Lohmann  <pl@openoffice.org>  [fd6ff17bcf8531e7021e60af9e6c935be5c45686]

#85520# on remove page set current page correctly


2001-03-30  Christian Lippka  <cl@openoffice.org>  [b9bd0461b4202eccd67f2fdc1b6c85dcc13787ec]

#81839# close polygons


2001-03-30  Frank Schönheit  <fs@openoffice.org>  [65be4305aac65eca91becd06a145241beb74d297]

#83734# enable drops for the browse box and the data window


2001-03-30  Christof Pintaske  <cp@openoffice.org>  [43c55af4498d8ffbef81420e8c9e3ce793a79489]

#85460# enlarged buffer for xim input


2001-03-30  Herbert Duerr  <hdu@openoffice.org>  [9ff41762b4ba48e22441c653ce52d7f4e5dcfda1]

add GetAntialiasAdvice()


2001-03-30  Herbert Duerr  <hdu@openoffice.org>  [1e5f1152dce7060362724e6c83a219793a33fc20]

add GetAntialiasAdvice() and reformatting


2001-03-30  avy  <avy@openoffice.org>  [2502d79c4787ab1d4c449a238885d1c6cddb97d1]

Fixed one Linux broblem


2001-03-30  Mathias Bauer  <mba@openoffice.org>  [b69722a334cccc1f4cf93128a34a24c40a45a007]

#84666#: use XTruncate if present


2001-03-30  Nils Fuhrmann  <nf@openoffice.org>  [e8f120f16a287c8dccecb637a826d128ccd0ff0b]

Added new input file format for merge data.


2001-03-30  Nils Fuhrmann  <nf@openoffice.org>  [a61fe0f72665cad0b10d0288fc3fd3f55041b2fc]

New link flags


2001-03-30  Herbert Duerr  <hdu@openoffice.org>  [999060218e37f53946eb7a925a7877883bb166bd]

fullwith characters are not rotated in vertical writing


2001-03-30  Christof Pintaske  <cp@openoffice.org>  [7d80ae8ed0e173871232e95bcfb505fea57db0e5]

#85459# only scalable fonts for gui


2001-03-30  Christof Pintaske  <cp@openoffice.org>  [bbe03bbf3b64195f7d62e33b1b54e4532ea50549]

#85460# workaround for xlib conversion error


2001-03-29  Herbert Duerr  <hdu@openoffice.org>  [9411304469508e688b8bb2f50493b6ad42cf6346]

fixes for RVP


2001-03-29  Herbert Duerr  <hdu@openoffice.org>  [ad70b65d5d834b1fb3c6820902441bcc99fe6378]

add security checks


2001-03-29  Christof Pintaske  <cp@openoffice.org>  [63f3736f8a73c22683d0819ceea0812ee92fb2b4]

#85459# add mincho as a gui font for redhat 6.2 JP


2001-03-29  Kai Ahrens  <ka@openoffice.org>  [ade0c49232db259c64bb57c5b6dd4b515c417aee]

#85399#: don't convert pref size in MAP_PIXEL to logic size


2001-03-29  Kai Ahrens  <ka@openoffice.org>  [4cbb62c4e9bd1c45de8c188fbccc89c4bbb3ad75]

#84042#: watch for format WMF when creating formats vector


2001-03-29  Christian Lippka  <cl@openoffice.org>  [4bb67b25fa1f0d4133e03bfb06eab28650ef71ea]

#81839# we now use 100th mm


2001-03-28  Kurt Zenker  <kz@openoffice.org>  [d220d60d8a9334c78fad565184c56e3874118645]

new version for SRC627


2001-03-28  Kurt Zenker  <kz@openoffice.org>  [9f01543f2df6e8208cb298b1f548d2b149969f8c]

new version for SRC627


2001-03-28  Daniel Vogelheim  <dvo@openoffice.org>  [fab218a3f6aa0c0dcbd2ddc4e6819f30140ba1f7]

fixed: image map element now closed properly


2001-03-28  Sven Jacobi  <sj@openoffice.org>  [1a62ae2f714ab38dbfdb50e2a9a2689f2e29de33]

FiterConfigCache is now also caching the media type


2001-03-28  Sven Jacobi  <sj@openoffice.org>  [67497c2fb81a59eda1fd7cb725180036bcd9d620]

added methods to handle media types


2001-03-28  Malte Timmermann  <mt@openoffice.org>  [5e58cda8decb9ab8f6d9df704b7822232c85b1d9]

#85395# Don't call Modify while processing IME events


2001-03-28  Kurt Zenker  <kz@openoffice.org>  [9af522d8b5ed704c06423467484289a1c785b096]

Merge SRC626: 28.03.01 - 14:06:27 (NoBranch)


2001-03-28  Kurt Zenker  <kz@openoffice.org>  [db8097126166351a69d846f0160bd689977cf3db]

Merge SRC626: 28.03.01 - 14:04:57 (NoBranch)


2001-03-28  Kurt Zenker  <kz@openoffice.org>  [c84c25aa523d9efe50bb3337c9691697807588b4]

Merge SRC626: 28.03.01 - 14:03:27 (NoBranch)


2001-03-28  Kurt Zenker  <kz@openoffice.org>  [4c2be52cab8c727430104be21999431b333a5cb2]

Merge SRC626: 28.03.01 - 14:01:48 (NoBranch)


2001-03-28  Kurt Zenker  <kz@openoffice.org>  [4788f70b2ef94ab4a8af3e90739f0b65eba99fd4]

Merge SRC626: 28.03.01 - 14:00:07 (NoBranch)


2001-03-28  Kurt Zenker  <kz@openoffice.org>  [2a89d29aff1f57921c4fd959d1a89ce925420b2f]

Merge SRC626: 28.03.01 - 13:58:28 (NoBranch)


2001-03-28  Kurt Zenker  <kz@openoffice.org>  [1ec07084356366ba713ca33218bf57d846dc837f]

Merge SRC626: 28.03.01 - 14:59:13 (NoBranch)


2001-03-28  Kurt Zenker  <kz@openoffice.org>  [4393f0f80ffd17b128d079857360595b158c211d]

Merge SRC626: 28.03.01 - 13:58:12 (NoBranch)


2001-03-28  Kurt Zenker  <kz@openoffice.org>  [c53a2ab24ca38faefdfb9a0dc93cc308b77b422c]

Merge SRC626: 28.03.01 - 13:56:57 (NoBranch)


2001-03-28  Kurt Zenker  <kz@openoffice.org>  [df67df5e70c1fa12202ad1bf3c03aefc2cfe062a]

Merge SRC626: 28.03.01 - 13:55:50 (NoBranch)


2001-03-28  Eike Rathke  <er@openoffice.org>  [eb89648e0a56fe7e1d380ef0e99a38a37786056d]

add: getInstalledLanguageTypes


2001-03-28  Thomas Lange  <tl@openoffice.org>  [e863fb78d336af180ee1b66cc43e8447fd82a965]

#84966 LineBreakHyphenOptions constructor uses Sequence< PropertyValues > () as additional argument now


2001-03-28  th  <th@openoffice.org>  [f838df60d3534614ef0a4b16d00f31d37dbd6aba]

MUST-Change for XHyphenenator


2001-03-28  th  <th@openoffice.org>  [b0d83ed514b31b781ad86cf77d960ded8386f5ab]

New Fontsizes and optimization


2001-03-28  Frank Schönheit  <fs@openoffice.org>  [77d2ec3a671a362dee508f788b575ba29622d360]

+StartStringDrag


2001-03-27  jp  <jp@openoffice.org>  [b94d8238e018a55d26edba85e00c0ceb4169adae]

define new empty methods for new Drag&Drop API


2001-03-27  jp  <jp@openoffice.org>  [db9e5274eaafac26a80f24fa7f82e1c6ada074c2]

Bug ##615##: read ansicpg token


2001-03-27  Daniel Vogelheim  <dvo@openoffice.org>  [615c861d45393b3801a821d0061c40432a562b06]

fixed string length in maps


2001-03-27  Daniel Vogelheim  <dvo@openoffice.org>  [37e0d0772afeb0179b6c40f8f5865122fb7bfca3]

fixed macro name translation


2001-03-27  Daniel Vogelheim  <dvo@openoffice.org>  [dfda43f0f306c94088cc62e8b6a6dd5e0b22546b]

fixed SvUnoImageMap::hasElements() (used to give wrong (inverted) results)


2001-03-27  Malte Timmermann  <mt@openoffice.org>  [8f3a3132e3abc2b075095fe71c8492cc0c514726]

Draw: ImplInitSettings


2001-03-27  Frank Schönheit  <fs@openoffice.org>  [9fa63822171d1d5c2bc68942ee4410270b7c588c]

+stringtransfer.hxx


2001-03-27  Malte Timmermann  <mt@openoffice.org>  [052128fd760cabe7d30bd5f721a6cea9d41e6961]

GetTypes...


2001-03-27  Frank Schönheit  <fs@openoffice.org>  [b5cd56192b3cecfffa110626bc5c19c20c561495]

+stringtransfer.cxx


2001-03-27  Frank Schönheit  <fs@openoffice.org>  [7f4f3ae31255fe802d25cb2bfb4eab55f5090ed0]

initial checkin - helper classes for clipboard handling of strings


2001-03-27  jp  <jp@openoffice.org>  [35520999abd66a56cd3a0eda266fe077310ed45c]

Bug #85372#: use alignment of 4


2001-03-27  Kai Sommerfeld  <kso@openoffice.org>  [ed7ab9150fa018d12367bfe403fc313bd8b4249d]

#85225# - Adapted to changed COntentImplHelper API.


2001-03-27  Kai Sommerfeld  <kso@openoffice.org>  [b9f2b76f869b9859557e4f95b52294b601149b3e]

#85225# - Removed obsolete data types.


2001-03-27  Kai Sommerfeld  <kso@openoffice.org>  [e6b564f2569c087f64f00f78ce7ca0589271db18]

#85225# - Added ctors taking XCommandEnvironment.


2001-03-27  Kai Sommerfeld  <kso@openoffice.org>  [6a65074c4239293ce853075d5e7f2bd8e14a641a]

#85225# - Added additional params to Get[Command|propertySet]Info.


2001-03-27  jp  <jp@openoffice.org>  [ccf6bfd6151dc0a9da171b2ae6fef7f8ec719063]

Bug #85372#: use alignment of 4


2001-03-27  Frank Schönheit  <fs@openoffice.org>  [37b11dddeb8960b4602b1a237160e4b5a9c1cc41]

corrected title height calculation in case of a zoom


2001-03-27  Frank Schönheit  <fs@openoffice.org>  [696e06c48d3d1f52ec5eaf5f3c7457a8803a68f1]

new DnD implementations


2001-03-27  Joachim Lingner  <jl@openoffice.org>  [88e28059b6b50dcb0fc31609373908c2f0682eba]

removed SAL_HUGE macros


2001-03-26  Babak Mahbod  <bmahbod@openoffice.org>  [153aebbeb0cda17a931d44a7aa95b235082c82b0]

Source code changes and clean up for utility methods and APIs


2001-03-23  Patrick Luby  <pluby@openoffice.org>  [4d6d95dc750d7e9bb5b7609d27fb138cb2305c99]

Removed xml2cmp line that was accidently copied in


2001-03-23  Christof Pintaske  <cp@openoffice.org>  [d80c40d15f2268b3f7f32129e36eaddab7a87166]

exclude x11 fonts that are already managed by psprint


2001-03-23  Thomas Benisch  <tbe@openoffice.org>  [37904840d16758bc6e84cfee63b06aad1a2a7a06]

removed HelpText property from geometry model


2001-03-23  Stephan Schäfer  <ssa@openoffice.org>  [5b7de57dc3a61184432e078e2f293fd42f8179a7]

support bitmaps, text and symbols simultaneously, use alignment


2001-03-23  Joachim Lingner  <jl@openoffice.org>  [329b9f124897dae0fa762639b17b5f05969fd933]

replaced: OSL_ENSHURE->OSL_ENSURE


2001-03-23  Malte Timmermann  <mt@openoffice.org>  [cd5a2cbc11f7210ab83ff0139afd31cb7306c6ae]

Changed status from depricated to final


2001-03-23  Malte Timmermann  <mt@openoffice.org>  [2dcc5d181016842997eedb5a07cbbeb99faee7dd]

Property HelpText...


2001-03-23  Malte Timmermann  <mt@openoffice.org>  [374efe1b6e1c24e62b86ad218d1ad320b8daac84]

Property HelpText...


2001-03-23  Oliver Braun  <obr@openoffice.org>  [918b78ce48ec89169985eee4abb71a2ab3f180e8]

send GestureEvent also if mouse is captured and fixed coordinates mismatch


2001-03-23  Oliver Braun  <obr@openoffice.org>  [fa4d17da43065696c0b9af80757450a54df4a0b5]

do not dispose DropTarget if not a frame


2001-03-23  Tino Rachui  <tra@openoffice.org>  [f0630597217d96bfbe7f98a0525376d01585f61f]

*** empty log message ***


2001-03-23  th  <th@openoffice.org>  [26811982c54f583af4c57c46edd52973bb292f31]

prepare Asian kerning


2001-03-23  th  <th@openoffice.org>  [d5bb3240417ffce8f74da68735d440e80f7135ad]

Kerning is now a bitfield


2001-03-23  Frank Schönheit  <fs@openoffice.org>  [3bffde1b119ca397f8b53681895ffe25dbedb899]

new formats (DBACCESS_TABLE, DBACCESS_QUERY, DBACCESS_COMMAND


2001-03-23  Tino Rachui  <tra@openoffice.org>  [1ce0877f8db094b4c1d86223e36a274a3cbeb8cb]

shortcut implemented


2001-03-23  Gregor Hartmann  <gh@openoffice.org>  [df8cb2515050f179a17d5b15c321f02de3e20f2c]

#85271# ini filename-base wasnt expanded anymore. Thx a lot


2001-03-22  Eike Rathke  <er@openoffice.org>  [21ac1d9140870d5723e87ded55c8f0608bbcbfb1]

preparing for [DBNumN][$-xxx] bracketed prefixes


2001-03-22  jp  <jp@openoffice.org>  [d79c9f423ce2ad694de65c1da9d81fa4d7989f41]

mutex for dragGestureRecognized


2001-03-22  Kai Ahrens  <ka@openoffice.org>  [3bfdd34934b281366ae898472b4562bd3b7c1d8d]

#85259#: catch exceptions


2001-03-22  Kai Ahrens  <ka@openoffice.org>  [2c403a791c7c9fc8a93e4a247ac49d900ddb5003]

use new fileformat for Metafile substitutes


2001-03-22  Nils Fuhrmann  <nf@openoffice.org>  [ce5653d2f977e7cb97e7f643d2238cf1c87413b6]

First step for new allmake (resolves problems when dependency tree is broken)


2001-03-22  Joachim Lingner  <jl@openoffice.org>  [ceef9e88691d2665c4969ff5677a9198dcf8bdc7]

replaced OSL_ENSHURE by OSL_ENSURE


2001-03-22  Joachim Lingner  <jl@openoffice.org>  [01555953afbdbbbd3e3a611d20dce5d167d4e181]

replaced NAMESPACE_RTL by ::rtl::


2001-03-22  Thomas Benisch  <tbe@openoffice.org>  [90ae37f6caf3d7f94379779ad6a9d1d3fc4ace3d]

added HelpText property


2001-03-22  Sven Jacobi  <sj@openoffice.org>  [a8e5a8e4aa6ccc3facdab2aa012784d91bd2834b]

#68443# #73053# #83710# added polygon clipping, remove use of IntersectRegionClipRegionAction, removing class WinMtfMetaOutput, added some optimization to reduce the number of generated meta actions


2001-03-22  Joachim Lingner  <jl@openoffice.org>  [2833d26501475d958b2df0dd2e878233bf501903]

OSL_ENSHURE replaced by OSL_ENSURE


2001-03-22  Peter Burow  <pb@openoffice.org>  [d4d2f16744c1e88eaa073704d51f8a5a3a62f6d4]

fix: #81086# wrong assert removed


2001-03-22  Tino Rachui  <tra@openoffice.org>  [b9bbef53c9d973c1f0cbb3bb94a96916160f2f26]

*** empty log message ***


2001-03-22  jp  <jp@openoffice.org>  [e1456a94c7493d6cf09514f1b4cc7997a7bfbcc6]

inlne GetDataFlavorExVector


2001-03-22  Joachim Lingner  <jl@openoffice.org>  [8467bc22e1d306d113453657c19545ef421e394f]

OSL_ENSHURE replaced by OSL_ENSHURE


2001-03-22  Tino Rachui  <tra@openoffice.org>  [c13a13c87a759a25064405c8b648f553df3aece5]

*** empty log message ***


2001-03-22  Peter Burow  <pb@openoffice.org>  [419339b9e2ff5b9a0eb76d62fca0bcc139609ca5]

fix: #83851# InsertAutomaticEntry() added


2001-03-22  Peter Burow  <pb@openoffice.org>  [be3562978ef1b62db2975b5f4ddf8f39a2e0ee6c]

fix: #83851# STR_SVT_AUTOMATIC_COLOR


2001-03-21  Rüdiger Timm  <rt@openoffice.org>  [f671fd567d9c8b4d2d519cf7f34770174f06b057]

Merge SRC626: 21.03.01 - 21:10:15 (NoBranch)


2001-03-21  Kurt Zenker  <kz@openoffice.org>  [2a17bb7f439aa9db7d016a72a90de5c0160c1942]

Merge SRC626: 21.03.01 - 21:07:19 (NoBranch)


2001-03-21  Kai Ahrens  <ka@openoffice.org>  [c65f0357ad011e0d7c8d2a054d8d08e5cf9c8e08]

#83068#: bugfixes for ::GetGlyph (rotated text) (currently disabled)


2001-03-21  Joachim Lingner  <jl@openoffice.org>  [8e22eb861b8c2c4c692ada059b050602c7638fdf]

replaced Double type with double


2001-03-21  Mathias Bauer  <mba@openoffice.org>  [dde92026601f9b57cda9797e4c502adefa52fefb]

#84833#: bugfix for UCBStorages on writable streams


2001-03-21  Mathias Bauer  <mba@openoffice.org>  [4badcc11913ecc91d9e0e1d74d0c27ebf811be13]

#84833#: construct UCBStorages on empty streams


2001-03-21  Kai Ahrens  <ka@openoffice.org>  [9a1e6351f9986b17430fa99b44401af47ddbc96c]

#81926#: activated TerminationListener => clipboard is flushed now


2001-03-21  Christian Lippka  <cl@openoffice.org>  [31cd9afa9c1ec530fc75c1b4b6f26b0a67485ba4]

removed use of templates


2001-03-20  Christian Lippka  <cl@openoffice.org>  [d622237c0cb10f0794740d4e508c9abc2d5c6002]

#84955# new helper classes


2001-03-20  jp  <jp@openoffice.org>  [c465901795b0c884c40feb9ad3916439f84a7e75]

new standard arrays


2001-03-20  Eike Rathke  <er@openoffice.org>  [44d75f4cbbf003263261993764832212aeb35494]

preparing for [DBNum1] ... [DBNum9] bracketed prefixes


2001-03-20  th  <th@openoffice.org>  [8dab4a962aca4ba2b79aa11caf3e4ca72416c05d]

#85107# - Better display of the NextToolBox-Button


2001-03-20  Eike Rathke  <er@openoffice.org>  [b48c10d760fd2696ed5d4193ff8f7846ceedfb67]

just changed some comments to English


2001-03-20  Malte Timmermann  <mt@openoffice.org>  [36c943310436ce5b96e8e08d3193acaab1ed293c]

#85071# RadioButton: Use Check when RadioCheck enabled...


2001-03-20  Mathias Bauer  <mba@openoffice.org>  [fc0e388bbde599321e2a44df250503c45d04fa0d]

static methods for OLE-Storage detection


2001-03-20  Kai Ahrens  <ka@openoffice.org>  [34bb63422ee24876864d19d5254dfbbebf7b8173]

added GPC3RDLIB


2001-03-20  Kai Ahrens  <ka@openoffice.org>  [acb0c7496ed4b1008c91408af4a215c1775bfea9]

added clipping methods/optimized gradient printing


2001-03-20  Malte Timmermann  <mt@openoffice.org>  [a92866e546d0e4bd80f562302c7c903eb98e5f64]

#85170# Down Spin on Don't spin on COMMAND_WHEEL, when ReadOnly...


2001-03-20  Joachim Lingner  <jl@openoffice.org>  [b8a2dbed0e0d4a32b7b614af6600d5295df422ce]

OSL_ENSHURE replaced by OSL_ENSURE


2001-03-20  Christian Lippka  <cl@openoffice.org>  [e323f8fa8e7a958e48929f5c11af9369b24e209b]

fixed solaris compile problems


2001-03-20  Kurt Zenker  <kz@openoffice.org>  [169e2d3d567add71150849f227846e855bfd02b8]

new version for SRC626


2001-03-20  Kai Ahrens  <ka@openoffice.org>  [56edf0a51a02cc10ed9fb9a7522e4f9f62f23737]

#81926#: added DataFlavorExVector methods


2001-03-20  Kurt Zenker  <kz@openoffice.org>  [92daa7bdbff47b58c7a66a4100ef01d15ae28d4d]

new version for SRC626


2001-03-20  Tino Rachui  <tra@openoffice.org>  [ae0216eb0a73511f97ee5a48145df4572e88773e]

*** empty log message ***


2001-03-20  Tino Rachui  <tra@openoffice.org>  [cfb743a1c557497e37ad2f022f2016410b30af7f]

*** empty log message ***


2001-03-20  Kurt Zenker  <kz@openoffice.org>  [17e47dec3af878627466e723f324a1d856483e41]

add. include XMuliServiceFactory


2001-03-20  Joachim Lingner  <jl@openoffice.org>  [36852162cc25e11503bb220d9b0dae78a6922992]

WindowNeedGoodPosition returns sal_Bool now instead of Bool and includes sal/types.h


2001-03-20  Joachim Lingner  <jl@openoffice.org>  [561fb25fb758d4680c5a509a3ddda63671588b8a]

includes sal/types.h instead of osl/types.h


2001-03-20  Kurt Zenker  <kz@openoffice.org>  [56426b3ee675bf5acafb5f375057b8f529414d08]

correct dependencies


2001-03-20  Kurt Zenker  <kz@openoffice.org>  [f48f7488f34b141e7adaaa1649f2be456552a79e]

chg. True->sal_True


2001-03-20  th  <th@openoffice.org>  [9af59f72e3d45c36e4534fe2e24740d79ecc96dc]

remove namespace macros


2001-03-20  th  <th@openoffice.org>  [49e32abe6f5c161b1a651ff10a52975a89588a49]

remove namespace macros


2001-03-20  Kurt Zenker  <kz@openoffice.org>  [e2398fb4579aa242c5b38ea752bb19ed0c212f12]

remove namspace-macro


2001-03-20  Joachim Lingner  <jl@openoffice.org>  [9a47259955f64dd321cb45f081fa9e1a1eb58276]

Adapted source to UDK212


2001-03-20  Kai Sommerfeld  <kso@openoffice.org>  [100a16ce5f0ccdbae49ca225bf01437bdd8773b3]

Removed non-const version of Content::getCommandEnvironment().


2001-03-20  Tino Rachui  <tra@openoffice.org>  [d09c721407d64cf8bdf54e379a4456501ed8eb40]

*** empty log message ***


2001-03-19  Eike Rathke  <er@openoffice.org>  [bccb553c82fc428038072d8af3064c533d1bbf85]

SvNumberformat: check condition prefix for right bracket


2001-03-19  Eike Rathke  <er@openoffice.org>  [166ec3dde9d267385dcd4b7b608fbb5daad109b2]

SvNumberformat: bracketed prefixes may appear in any order [RED][>0] On condition prefix generate GENERAL subformat if needed and not specified empty


2001-03-19  Patrick Luby  <pluby@openoffice.org>  [faeea7030e80a39768077a83f3215af07ea6dee4]

Added more comprehensive posting of user events


2001-03-19  Oliver Specht  <os@openoffice.org>  [eb3fd7542a45d89070e3af19b085601d1a463413]

ReplaceSetProperties works with empty node name


2001-03-19  Tino Rachui  <tra@openoffice.org>  [75ec947eb8ae49ab957e6689a4a05282c9500e5b]

*** empty log message ***


2001-03-19  Tino Rachui  <tra@openoffice.org>  [b46c53d24e118b25bbc8aa62b19ec24315436c4e]

*** empty log message ***


2001-03-19  Kurt Zenker  <kz@openoffice.org>  [c10e4fe1c2fc9a84e4a7561ca685bc810492de39]

Merge SRC625: 19.03.01 - 11:20:39 (NoBranch)


2001-03-19  jp  <jp@openoffice.org>  [e2218f4fdd7c3a1d84e764ab68da8dd75a7b6d2e]

new reserved words


2001-03-19  Kurt Zenker  <kz@openoffice.org>  [c66692ade8534951ca2baee6e450498b1e52c2a3]

Merge SRC625: 19.03.01 - 11:19:03 (NoBranch)


2001-03-19  Mathias Bauer  <mba@openoffice.org>  [100b9673aee649f17b4c89f471aa7a2acf88397a]

Bug in OpenStorage_Impl: no multiple open for OLEStorages


2001-03-19  Kurt Zenker  <kz@openoffice.org>  [82ab9b2552f79194a96633d1b942859f6cfbacfb]

Merge SRC625: 19.03.01 - 11:16:04 (NoBranch)


2001-03-19  Tino Rachui  <tra@openoffice.org>  [eee728129eb0713c40a093b9cbacb8ecfb7b1c4c]

*** empty log message ***


2001-03-19  Tino Rachui  <tra@openoffice.org>  [89d26bf93d525a73ab654f215282ae4be3f0837d]

 ImplHelper.cxx


2001-03-19  Christof Pintaske  <cp@openoffice.org>  [0f1c9dbc4a67b284213d88287d5c8732617bab23]

x11 font cleanup


2001-03-16  Kurt Zenker  <kz@openoffice.org>  [1d5d7cf231fc0f7a7a914deb080d9ac9091d7948]

new version for UDK212


2001-03-16  Kai Ahrens  <ka@openoffice.org>  [e2a41952a0bdd2b1df9b0756b0b3dc663083790b]

optimized hatch output


2001-03-16  Kai Ahrens  <ka@openoffice.org>  [28f6cf444da73e85a880263b0e9a32cf080ba1d7]

#85026#: support for WMF


2001-03-16  Patrick Luby  <pluby@openoffice.org>  [9b81866583dd66f9432f6e1be7c64f8d25fdce8c]

Test program is now working


2001-03-16  Patrick Luby  <pluby@openoffice.org>  [5e5a57a0e220d0e705d1e389a99a568321fe8807]

Initial checkin of test program


2001-03-16  Philipp Lohmann  <pl@openoffice.org>  [fc6601ba5927276dab56273e05edd483e1d0da7b]

removed vos::getProfileName


2001-03-16  Tino Rachui  <tra@openoffice.org>  [0c1a12c2a743cc01c54405867868c65b4b67bf2c]

*** empty log message ***


2001-03-16  Tino Rachui  <tra@openoffice.org>  [4b962cfec9ce6b5dcb2a2885103c532ca9e017a0]

 MtaOleClipb.cxx


2001-03-16  th  <th@openoffice.org>  [06ff1fc039eede90a09478ce849194c911fffb91]

use string conversion from RTL


2001-03-16  th  <th@openoffice.org>  [2dd0888c389f7b4bdd307d2215de371ada1afe54]

cleanup


2001-03-16  Joachim Lingner  <jl@openoffice.org>  [0aa6b68a53ee623ca21f372d781faa6a806c3dd8]

script did udk cleanup: -osl/types.h -osl/macros.hxx -rtl/types.h -rtl/macros.hxx -OSL_ENSHURE +OSL_ENSURE


2001-03-16  Sven Jacobi  <sj@openoffice.org>  [9904b14cb38998865fa890e83142907797e9fff6]

changed property names that are used to access the configuration management


2001-03-16  Malte Timmermann  <mt@openoffice.org>  [fa68e906fb92b4a8d9000d0080061c52863c5c4b]

Changed XSystemChildCreation to XSystemChildFactory


2001-03-16  Kai Sommerfeld  <kso@openoffice.org>  [cc56f642da5b435d6835f9534987d4b5f005459f]

Brought up to date.


2001-03-16  Joachim Lingner  <jl@openoffice.org>  [7b0321f6d30f847fd4249f21683bc0e0fbf71da7]

includes vos/security.hxx again


2001-03-16  Kai Ahrens  <ka@openoffice.org>  [c91701a91a51ec4390d3f6559e11f67f54e24026]

#81798#: added format id for WMF


2001-03-16  Kai Ahrens  <ka@openoffice.org>  [0a6dad94311f9cbf14aaaf8e2a7fc884be23630a]

#81798#: handling for CF_METAFILEPICT is now correct


2001-03-16  Kai Sommerfeld  <kso@openoffice.org>  [a7c4bafbeb22b6f1f6155091f2ac7c8fa59f3864]

#83273# - Removed flush-always-hack from SvtInetOptions::Impl::setProperty(...).


2001-03-16  Martin Hollmichel  <mh@openoffice.org>  [99990b646d019bbd3888d0d473cb33426a702fd4]

add: ridljar also an exception


2001-03-16  Tino Rachui  <tra@openoffice.org>  [59d83b3042fbb6d5c72c408bf8d8a7c6ac616753]

*** empty log message ***


2001-03-15  Patrick Luby  <pluby@openoffice.org>  [babfa7c8676fa0f130024e68fae2c053f1447e6f]

Update library name and symbol renaming


2001-03-15  Patrick Luby  <pluby@openoffice.org>  [fcb6607592e991e8064c524732cf39e1fabc9e12]

Initial checkin


2001-03-15  Patrick Luby  <pluby@openoffice.org>  [cb8d2fcc2e0f5e479e6a7504f7c52615ff52b057]

More stub implementation


2001-03-15  Patrick Luby  <pluby@openoffice.org>  [613698c5005d602d3e9fb2fdac92592cf1c7480e]

Initial checkin


2001-03-15  Patrick Luby  <pluby@openoffice.org>  [4d3024d834df6731ae734a12687e5394dbcffb4e]

Added Mac OS X symbol renaming


2001-03-15  Vladimir Glazounov  <vg@openoffice.org>  [24bfbfa6114c6e6c105aa31393a78f2ba6e55779]

#65293# do not GSUB type 1 fonts


2001-03-15  Patrick Luby  <pluby@openoffice.org>  [a6f59e716f89d24344c4ee598c038876e4ae3389]

Added Mac OS X dtrans library


2001-03-15  Nils Fuhrmann  <nf@openoffice.org>  [f13f690422ef81d0d4ea3d1a2ca9d6c83a841ec0]

Support of solarlist particles


2001-03-15  Malte Timmermann  <mt@openoffice.org>  [a366dbf285e3634212afde37c8ac8fa38ee8dd04]

No ExtVclToolkit any more...


2001-03-15  Herbert Duerr  <hdu@openoffice.org>  [dc069febcad9af80af69e033c6601693c6b56c48]

also rotate some glyph metrics


2001-03-15  Sven Jacobi  <sj@openoffice.org>  [e3b1110ef1b2505015a93ce515ad545f6f5e8c06]

#84103# added MetaActions (StrokePath, FillPath and StrokeAndFillPath)


2001-03-15  Christof Pintaske  <cp@openoffice.org>  [49cae4098a8d470c806140572db0806d0f361a04]

#84976# correct text for non-vertical 90 degree text


2001-03-15  Kurt Zenker  <kz@openoffice.org>  [0ad4ec881fe6a928dbb9e03997006f6db23d1804]

new version for SRC625


2001-03-15  Malte Timmermann  <mt@openoffice.org>  [b9336facf97421eb94affe646283b2d3ea00cc77]

Changes/Cleanups for the VclToolkit


2001-03-15  jp  <jp@openoffice.org>  [068c746960cf68e4e469e81e5a8397fad1d077d1]

GetFormatStringId must ask for the mimetype and not for the name


2001-03-15  Kai Ahrens  <ka@openoffice.org>  [1b73135936bdcbda56e069dcfc1b8ce3282bfa42]

#81926#: assertion removed


2001-03-15  Björn Milcke  <bm@openoffice.org>  [794340d8c308e5c9f31951d136721f538e336380]

#84772# Hack for a temporary chart format string "StarChartDocument 5.0" (105) which was only used for 5.1 documents (but not 5.0/5.2). It is converted to 42 ("StarChart 5.0")


2001-03-15  Malte Timmermann  <mt@openoffice.org>  [3ac11e1bf1248522d52fd9e2932e04088d47e804]

Changes/Cleanups for the VclToolkit


2001-03-15  Malte Timmermann  <mt@openoffice.org>  [7379db24080865802dff8175e7360b844b989600]

svt.dxp


2001-03-15  Malte Timmermann  <mt@openoffice.org>  [7e06f3f270674fa6cc2771d4c4a2ae670fb96bd9]

Changes/Cleanups for the VclToolkit


2001-03-15  Malte Timmermann  <mt@openoffice.org>  [c4e2b6b2e0437c9906daff9c79842e0ba0a6c39f]

Changes/Cleanups for the VclToolkit


2001-03-15  Jörg Budischewski  <jbu@openoffice.org>  [c042e78b5acf62e644ccbf535893968049bf895f]

out parameter in acceptConnection is now initialized to zero


2001-03-15  Tino Rachui  <tra@openoffice.org>  [c3a20ca3fca3a7f5a19a53de132f74f4204a73c3]

*** empty log message ***


2001-03-15  Tino Rachui  <tra@openoffice.org>  [802083a502ac953910935bf2025c18b47326ca77]

*** empty log message ***


2001-03-15  Michael Brauer  <mib@openoffice.org>  [95d10691f30128240a5cdae1c244baf70edb30d4]

class id for applet, plugin and floating frame


2001-03-15  Frank Schönheit  <fs@openoffice.org>  [60dcbf6593c99e5607f75907a563c26ae2fe172b]

NAMESPACE_STD(\:i) => ::std::\1


2001-03-15  Tino Rachui  <tra@openoffice.org>  [f9b23d7af0cd40aab7cc9699670fd9b5ee537f33]

*** empty log message ***


2001-03-14  Herbert Duerr  <hdu@openoffice.org>  [4455c18f8219038bff215a8c7e37de59550df08b]

disable autohinter for now


2001-03-14  Herbert Duerr  <hdu@openoffice.org>  [9fb77bb5e1c79c153052a33afc7f4eef2cf3071b]

first activation of OpenType features


2001-03-14  Jörg Budischewski  <jbu@openoffice.org>  [c83266a9806649152283eada3b2475669aa4e808]

Ipx sockets now not functional


2001-03-14  Jörg Budischewski  <jbu@openoffice.org>  [5bc46659f368e7d39baf1edae25648279c528fbe]

osl_getIOResource removed


2001-03-14  Tino Rachui  <tra@openoffice.org>  [7c8e335de0fc259c13dd6ad5aceacbb5ee31d37c]

*** empty log message ***


2001-03-14  Christian Lippka  <cl@openoffice.org>  [2fa1fa3a1b7c2baea10206a3ab504cc12e36e7ea]

#81839# new ImageMap api


2001-03-14  Christian Lippka  <cl@openoffice.org>  [f02fe927435a1ce523f1056ae76c807c0694cbc2]

#81839# new api for image maps


2001-03-14  Christian Lippka  <cl@openoffice.org>  [a1218264fed26260e0b23da215021811a50e62cf]

new helper for XPropertySet's


2001-03-14  Tino Rachui  <tra@openoffice.org>  [86ce301af9bf2a58c6465cb71d64943085f04b4d]

*** empty log message ***


2001-03-14  Tino Rachui  <tra@openoffice.org>  [52c1f6d5e7508ed1164810ba31b381b6b38d30f3]

*** empty log message ***


2001-03-14  Kai Ahrens  <ka@openoffice.org>  [90247c8ce240381d1f460e69d6efd43b036de623]

#81926#: added XTerminateListener implementation


2001-03-14  Ocke Janssen  <oj@openoffice.org>  [7d474e9aaaaf8dcbeb9047d39a4f907e6355b3fe]

check if item was removed before


2001-03-14  Tino Rachui  <tra@openoffice.org>  [ce1eab6f0d21909d4d44a6f9e1d5d63b8b3901d9]

*** empty log message ***


2001-03-14  Martin Gallwey  <mtg@openoffice.org>  [8bb6f07dada7b523b5d9c1931bfb62809f28bd5d]

needed for service registration


2001-03-14  Malte Timmermann  <mt@openoffice.org>  [088f07dfb7986d344d9fe26151743c59c374515f]

StateChanged from RadioButtons - use ToggleHdl also...


2001-03-14  Joachim Lingner  <jl@openoffice.org>  [5d895254ffc1d8d0a39ae6860a4f660fa0de1a26]

#include <osl/time.h> added


2001-03-14  Sven Jacobi  <sj@openoffice.org>  [cb21195261c4c88025c3c2789c1b273c0829b961]

corrected function declaration for non WNT platforms


2001-03-14  Joachim Lingner  <jl@openoffice.org>  [8dfa75d2db56892a72b1a5046432682fc01acf57]

include osl/types.h replaced by osl/endian.h


2001-03-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8a972e454ea64c9e885628e8bf64724872b3d949]

extract now in comphelper


2001-03-13  Kurt Zenker  <kz@openoffice.org>  [153d0da05d17d06b9d4cd9099ee9d05e0aa0864e]

new version for SRC625


2001-03-13  Kai Ahrens  <ka@openoffice.org>  [666fd5ff04375a956d110a8ca7af3be2467ffe74]

gcc needs temporary


2001-03-13  Frank Schönheit  <fs@openoffice.org>  [5fd59370ac47f94cc40b995bd014b7bacf038e69]

#84923# convertFastPropertyValue: be somewhat more tolerant


2001-03-13  Malte Timmermann  <mt@openoffice.org>  [1a805805b4011fe028dfccb9cb0ad9275c0e3696]

propertiesChanged: Check if own property


2001-03-13  Oliver Specht  <os@openoffice.org>  [fccc1aba842a89901ee51c491ed945e12bc885f8]

::getProperties corrected


2001-03-13  Kai Sommerfeld  <kso@openoffice.org>  [d3beff41eba21657d00947e4614f5d4857482a08]

#84899# - Initial revision.


2001-03-13  Kai Sommerfeld  <kso@openoffice.org>  [9655bac02121a5a289a952660539cf4aedabd9b5]

#84899# - Added ucbhelper.xml ( module/component description file ).


2001-03-13  Kai Ahrens  <ka@openoffice.org>  [a31b24360f1a82d682bfa4defdf68d0e364d204f]

#84927#: new methods GetFormat.../Deadlock problems


2001-03-13  Niklas Nebel  <nn@openoffice.org>  [82dd6b7253910a111ae3f1cde2ff885095ec9c67]

delete[] in dtor, use right count in GetTranslation


2001-03-13  Niklas Nebel  <nn@openoffice.org>  [47b8a72c064786dd39b2e21cf65182f3f2a5ee15]

deliver collatorres.hxx


2001-03-13  Patrick Luby  <pluby@openoffice.org>  [f4eff2af0174433d8d2a9653504d719479d2c398]

Replaced header names so that code will compile on Mac OS X Release Candidate version, replaced all carriage returns and Unix newlines, and removed all non-gcc pragmas


2001-03-13  Nils Fuhrmann  <nf@openoffice.org>  [669c78db342e73d3512f513982e0c6c9c67933d8]

Generated for support of solar list particles


2001-03-13  Patrick Luby  <pluby@openoffice.org>  [bba1ded473656081c0018e311b01d7a63aa243b8]

Corrected bugs in environment variable setting


2001-03-13  Patrick Luby  <pluby@openoffice.org>  [fc1b5fdeec0769495f21e3824746dbff7f9ce152]

Added Mac OS X entries


2001-03-13  Patrick Luby  <pluby@openoffice.org>  [91d64f3cedd2e0d3285dea87aca458a50b8318c6]

Prevent building of this directory by Mac OS X


2001-03-13  Patrick Luby  <pluby@openoffice.org>  [4b202eb7b83fc2fba28ab2f20ff2988a68bed2eb]

Added back ".dylib.framwork" extension for Mac OS X


2001-03-12  Babak Mahbod  <bmahbod@openoffice.org>  [6cbacdfc889a743bed1ed3644676d5082eb57680]

ATSUI utility APIs for retriving, and sorting fonts by platform, language, script, family, and style. Incorportated the ATSUI APIs into SAL font utiliy methods. Isolated the necessay headers and then updated all SAL headers. Updated SAL math utility APIs


2001-03-12  Vladimir Glazounov  <vg@openoffice.org>  [c216cc81e93a7c4f8988aa9bff1b353ae5f74b90]

new version for SRC625


2001-03-12  Patrick Luby  <pluby@openoffice.org>  [8e79355df758f31606f43f51fffb227c7e76d564]

Disabled symbol stripping for Mac OS X


2001-03-12  Joachim Lingner  <jl@openoffice.org>  [6d2154eb4d2834993deae807d893b70b274d6988]

OSL_ENSHURE replaced by OSL_ENSURE


2001-03-12  Christof Pintaske  <cp@openoffice.org>  [4ae9eaca5c08405476659a791c41cb469082d5ff]

names of collator algorithms


2001-03-12  Christof Pintaske  <cp@openoffice.org>  [aaadb1a6c65971f3382cb1fc824d40030db15b23]

names of collator algorithms


2001-03-12  th  <th@openoffice.org>  [e34951196ac564e74ea4b62cbe4c99b1aec390af]

Cleanup


2001-03-12  th  <th@openoffice.org>  [24c68209d3b39cf46eeb744eef87bea02f0a23a7]

#83210# - For the mapping text a none available style has now a higher prio as a device font


2001-03-12  Malte Timmermann  <mt@openoffice.org>  [eef1d625d5216fa66f8c92f44038d2cb8ad30522]

toolkit.xml


2001-03-12  Malte Timmermann  <mt@openoffice.org>  [0f59302d97b0947a83e2194239a2b5d7f6efab6f]

component description...


2001-03-12  Herbert Duerr  <hdu@openoffice.org>  [51b2d2cc89e95bbe1dd8bca5e42ea70f8d4ccc69]

promote some functions to methods


2001-03-12  Kai Ahrens  <ka@openoffice.org>  [736a39be2ce7fb1de1240e6e3ac403001a4b9c81]

Type for FORMAT_FILE is sequence


2001-03-12  Oliver Braun  <obr@openoffice.org>  [d23a9bfb4987dfd075bb3329c7a5fceeeff5523d]

renamed XDataTransfer to XDataTransferProviderAccess


2001-03-12  Andreas Bregas  <ab@openoffice.org>  [2001f9f167c4625f741d4628e9494bda4354720c]

Listen to dialog's step property and set control visibility according to that


2001-03-12  Tino Rachui  <tra@openoffice.org>  [9be8bf7c2a2efb20a0e1db8ef3844f6bcbe02403]

*** empty log message ***


2001-03-10  Patrick Luby  <pluby@openoffice.org>  [a94c7d5c053562826d29f8e9a9263e36b4fd7944]

Replaced <QD/QD.h> includes with <ApplicationServies/ApplicationServices.h> to work on Mac OS X Release Candidate version


2001-03-09  Patrick Luby  <pluby@openoffice.org>  [2e544fc27944af4fe64d579e365e2d71723ecf00]

Moved -framework Cocoa out of central makefile to here for Mac OS X


2001-03-09  Oliver Bolte  <obo@openoffice.org>  [c1e589f6edc5261c230805efb23c5d5760c9cfe1]

Merge SRC624: 09.03.01 - 21:17:39 (NoBranch)


2001-03-09  Kurt Zenker  <kz@openoffice.org>  [87d1e4d717d4e317ba77572cc2da2674517d1baa]

Merge SRC624: 09.03.01 - 21:17:02 (NoBranch)


2001-03-09  Kurt Zenker  <kz@openoffice.org>  [36997e139781d7816a4ed5c0d4a0e72e3e610be4]

Merge SRC624: 09.03.01 - 21:16:06 (NoBranch)


2001-03-09  Kurt Zenker  <kz@openoffice.org>  [a88a2fe25499ff1450e786e4b5666f8c3ed10ffb]

Merge SRC624: 09.03.01 - 21:14:41 (NoBranch)


2001-03-09  Oliver Bolte  <obo@openoffice.org>  [e764d48ef48430ca532ab239a10f6fd0cb250f40]

Merge SRC624: 09.03.01 - 21:12:15 (NoBranch)


2001-03-09  Kurt Zenker  <kz@openoffice.org>  [9a68839af1b06ad453a527f802469aa993f2c39f]

Merge SRC624: 09.03.01 - 21:10:01 (NoBranch)


2001-03-09  Sascha Ballach  <sab@openoffice.org>  [8624781b63fd20c043516589e6056617a06de2ae]

License information added


2001-03-09  Sascha Ballach  <sab@openoffice.org>  [f2f2da4c07c84f5d4e3812479263640b4726eadd]

Container for uno::Sequence<PropertyValue> as NameAccess and as IndexAccess added and export as Service


2001-03-09  Sascha Ballach  <sab@openoffice.org>  [328f71f2209c3d74fd90f2ff31670f2b807e0a08]

Container for uno::Sequence<PropertyValue> as NameAccess and as IndexAccess added


2001-03-09  Kai Ahrens  <ka@openoffice.org>  [3c7c962f08c61dac399f12c3b0b6ddfd3242c0cc]

acquire solar mutex before calling ::ObjectReleased


2001-03-09  th  <th@openoffice.org>  [4d47813cfc1e4ce0b763f29eb82099c05587196e]

#83090# - Extensions for localized sytle names #77189# - FontAlias should now also work Extensions for Chinese fontsize numbers


2001-03-09  th  <th@openoffice.org>  [6d32fbacd05e5e8782e2c3b192b663cbde73f017]

#83090# - Extensions for localized sytle names Extensions for Chinese fontsize numbers


2001-03-09  th  <th@openoffice.org>  [01619e6ca84e5971faa8783ac93d25a4adaf4d61]

#83090# - Extensions for localized sytle names Extensions for Chinese Font Numbers


2001-03-09  th  <th@openoffice.org>  [181cb568db5bab345026c3dd1485e7a95bfb059e]

#83090# - Extensions for localized sytle names


2001-03-09  Tino Rachui  <tra@openoffice.org>  [feaec5dda42a07fead12ae3d0d4375ef5ae246b1]

*** empty log message ***


2001-03-09  Tino Rachui  <tra@openoffice.org>  [245457f7e2a8bc958c4a1087749b540e18cafb9d]

support for IStream currently removed because of strange notepad problems under W2K


2001-03-09  th  <th@openoffice.org>  [95128dfed1e5b5e8ed51496c39de11bc3ab69146]

fix for private/protected


2001-03-09  th  <th@openoffice.org>  [7fcec92fddcb49f1ecfdd2e6cdaf06aad264eef0]

fix for protected/private


2001-03-09  th  <th@openoffice.org>  [21a94f68dac063a1f6562dedef5d1b84d218e584]

virtual functions now implemented and not anymore inlined


2001-03-09  Kai Ahrens  <ka@openoffice.org>  [2baa185fa9d3d1fce3c6f066aea59eb4a2c80a21]

Realease solar mutex before calling ::getTransferData


2001-03-09  Mathias Bauer  <mba@openoffice.org>  [daf7d1352e9bf76f7bf216f2b3234fbe76409777]

#84277#: allow creation of temp. OLE-Storages


2001-03-09  Malte Timmermann  <mt@openoffice.org>  [b94dc858e5bafb155b8ad7f68d35557d817acb84]

bSearchInSelection: &, not &&


2001-03-09  Malte Timmermann  <mt@openoffice.org>  [be30eb4af9306d19174be8a309e19e255552d3d8]

removed old text component


2001-03-09  Andreas Bregas  <ab@openoffice.org>  [939bc3e6f0c98521026c06bf02fccc3c5df3a721]

Integrated XContainer support in EventContainer


2001-03-09  Tino Rachui  <tra@openoffice.org>  [5b0c88bfdb0198a1f225899e42b89a9646e6a141]

*** empty log message ***


2001-03-09  Tino Rachui  <tra@openoffice.org>  [56ca01324f5fad2e5dee53609ef961332fd6a2d4]

now accepting text/plain contentype without charset


2001-03-09  Tino Rachui  <tra@openoffice.org>  [016d3967edd54be0e2e0a221833695912b82bc2e]

added an additional catch branch for RuntimeExceptionS


2001-03-08  Patrick Luby  <pluby@openoffice.org>  [a8a75a8b4c28ceab30e9f379e28b507774bb229a]

Made include to svunx.h not applicable to Mac OS X


2001-03-08  jp  <jp@openoffice.org>  [a06852c934f383ea4704091470dc6b3be81ee1e8]

change: old data transfer API to the new


2001-03-08  Eike Rathke  <er@openoffice.org>  [345aaff31a4026ecba0887413bae10fcc6d0d0c3]

renamed *int* to *i18n*


2001-03-08  Vladimir Glazounov  <vg@openoffice.org>  [ef27f2074991fd7034b06b8292885439df9cec15]

Changed #include conditions


2001-03-08  th  <th@openoffice.org>  [79a1fa2a1761fb4eeedf7dde3faf9eed3c5a1a59]

#80304# - TextRect now correct for 900/1800 and 2700 degree


2001-03-08  Thomas Benisch  <tbe@openoffice.org>  [13b3b96fdc4a6480e6c65a94f5c302a103b7dbe9]

OPropertyStateHelper overridables


2001-03-08  Sven Jacobi  <sj@openoffice.org>  [9ed855ebfbb1bb155c419ca1d8ab5e4c91bac9c8]

api changes, GraphicFilter now using Configuration Management


2001-03-08  Oliver Bolte  <obo@openoffice.org>  [fb516d3e23cf9426248666ff410e0409d61e251e]

#65293# undefined references linux


2001-03-08  Sven Jacobi  <sj@openoffice.org>  [50a37ab14366b91b8bf4a24f9294c194e5e149e0]

api changes, GraphicFilter now using Configuration Management


2001-03-08  Frank Schönheit  <fs@openoffice.org>  [6aeb9553719ad883063390811de338620964c0d0]

when drawing the header bar ourself, draw the text in the 'disabled' color if necessary


2001-03-08  Frank Schönheit  <fs@openoffice.org>  [72c06006925308e3264c0d96ce0b24c9b5e2a1e6]

allow the ButtonFrame to draw it's text with the 'disabled' color


2001-03-08  Frank Schönheit  <fs@openoffice.org>  [a42bbad068e4ffb94815c1100edd3232be2c5a4b]

+m_bDrawDisabled


2001-03-08  Sven Jacobi  <sj@openoffice.org>  [93395ca09a9f6dc2f0662e686b67fe1c305242e6]

api changes, GraphicFilter now using Configuration Management


2001-03-08  Sven Jacobi  <sj@openoffice.org>  [3d0f9539261dee05ba78958ddbb874ab97869f7c]

now testing nodepath availability


2001-03-08  Malte Timmermann  <mt@openoffice.org>  [ea51ee3fb72fa6f18ca3cb2cba4c872358c5bf01]

SRC625: register i18n lib, not int


2001-03-08  Kai Ahrens  <ka@openoffice.org>  [d4721d5fd5a015a6dc38a06a192bbb5bab4d8141]

syntax


2001-03-08  Tino Rachui  <tra@openoffice.org>  [3a78004ea40ecf60b832dec4240d3338408c02f6]

*** empty log message ***


2001-03-08  Christof Pintaske  <cp@openoffice.org>  [159962d4cd0288781be483f002f66dbf4b720c6f]

#83754# Atok12 provides input while app doesnt have the focus


2001-03-08  Herbert Duerr  <hdu@openoffice.org>  [faaa131565e1de6ba426711b58f52bfe116f836c]

GC font no longer default to device font status


2001-03-08  Herbert Duerr  <hdu@openoffice.org>  [74f4e009aff1f2e0d1dfb4ba770a6340130c7c1a]

simplify vertical writing offset fixups


2001-03-08  Armin Theissen  <armin@openoffice.org>  [05510bae633c71594efc8162a4a63750ff845f6d]

changed stl includes


2001-03-08  Herbert Duerr  <hdu@openoffice.org>  [03ac47f00aced55d6948ed6ce83df96adfed027d]

improve vertical writing


2001-03-08  Herbert Duerr  <hdu@openoffice.org>  [89c037626e6986593090e1f68c6b9abee343162f]

start GSUB support


2001-03-08  Tino Rachui  <tra@openoffice.org>  [1cf96791bcda1db6d56dedbb03f6537160090aef]

#84700# now reseting the FormatEtcContainer in ctor of CEnumFormatEtc


2001-03-08  Kai Ahrens  <ka@openoffice.org>  [c0c529faefc7cb3044044017ff46ed5be4cb751a]

HTML => HTML Format


2001-03-08  Tino Rachui  <tra@openoffice.org>  [34955dcf3507cd688f4662bc62a30fea76750d51]

#84700# added #include <systools/win32/user9x.h>


2001-03-08  Mathias Bauer  <mba@openoffice.org>  [825efa2f63ed8f26d6b2a14881fcb44c34eddb1c]

#84055#: implement SetSize for growing files


2001-03-08  Mathias Bauer  <mba@openoffice.org>  [4ea2a4276a445d59082db619a477489711209f00]

#84055#: use correct OpenMode in CreateStorage


2001-03-08  Sven Jacobi  <sj@openoffice.org>  [517b008e1c268027c058a8a87e847ea15fd2b729]

api changes, GraphicFilter now using Configuration Management


2001-03-08  Sven Jacobi  <sj@openoffice.org>  [db8e37cd92e14a58c1a3ce04772da66836cbaaa3]

api changes, GraphicFilter now using Configuration Management


2001-03-08  Sven Jacobi  <sj@openoffice.org>  [d594233f3d9d043d0e1a6a179ccd9361a51af17b]

api changes, GraphicFilter now using Configuration Management


2001-03-08  Sven Jacobi  <sj@openoffice.org>  [4663c2ae73fd73810cea9c5324132d6e36fb8ee6]

api changes, GraphicFilter now using Configuration Management


2001-03-08  Armin Theissen  <armin@openoffice.org>  [3f9c5645d1e2801a1768149caf4c84b7606719f3]

changed stl includes


2001-03-08  Tino Rachui  <tra@openoffice.org>  [a75106205ac13a69783f41ae22d5c689680ec11d]

assertion invalid hwnd removed


2001-03-07  th  <th@openoffice.org>  [90a873a9ec7157a07c051253b8db3c65c8da5428]

#83090# - Correct StyleNames for PS printer fonts


2001-03-07  Sven Jacobi  <sj@openoffice.org>  [e95e3df5ff10bbdf0ee6641236c537492c695515]

api changes, GraphicFilter now using Configuration Management


2001-03-07  Sven Jacobi  <sj@openoffice.org>  [dec0b9777f35cea5052bdbdc6fbb1378a2801fad]

api changes, GraphicFilter now using Configuration Management


2001-03-07  Sven Jacobi  <sj@openoffice.org>  [6453417efca5cda0aec3639c0a158708e0ca0397]

api changes, GraphicFilter now using Configuration Management


2001-03-07  Eike Rathke  <er@openoffice.org>  [4f98ff2b7fbc66196e69600eec5424a55a1acb04]

#84579# memory leak pFormatTable


2001-03-07  Christof Pintaske  <cp@openoffice.org>  [c3523bbbc5ff144e124e2fcdec85ae0f2fd605f6]

#80823# process events on the iiimp socket connection


2001-03-07  Christof Pintaske  <cp@openoffice.org>  [fd2ef6b692e1857d28c581b6ddcc77dee00acb58]

xtoolkit is already initialized


2001-03-07  Kai Ahrens  <ka@openoffice.org>  [49f0cdaf959327349215ea5737b41f7ac361be4a]

Extract string from sequence, if FORMAT_STRING is requested


2001-03-07  Eike Rathke  <er@openoffice.org>  [de8018c08dd97e401297929384d9bb8601b0c7b0]

#84739# GetOutputString: scientific format exponent value was wrecked on numbers < 1


2001-03-07  Stephan Bergmann  <sb@openoffice.org>  [c230b9ef71414e7565579fd9409225ab997a8af3]

#83901# Adapted SmartRel2Abs_Impl() to vnd.sun.star.wfs.


2001-03-07  Martin Hollmichel  <mh@openoffice.org>  [c132edbc12928ca00f5533ce7cf12773677bcbe4]

new version for SRC624


2001-03-07  Philipp Lohmann  <pl@openoffice.org>  [e2f4709f80ceefb1f7ea4e08bed894484fd2ab1d]

vertical writing for psprint


2001-03-07  Philipp Lohmann  <pl@openoffice.org>  [8fbd7d72da88d31aac77e03572bdded610088369]

corrected leading


2001-03-07  Philipp Lohmann  <pl@openoffice.org>  [e7ca683c70f95a8d1f2bb4ce49de0a3c0f3e591a]

const only where appropriate


2001-03-07  Thomas Benisch  <tbe@openoffice.org>  [b3e97bbcb48b52218795ee6f6cecbfa720e7e26c]

added step and tag property


2001-03-07  Christof Pintaske  <cp@openoffice.org>  [5a4caa068c7621ff23d250d860f7049956562c97]

#84680# reposition status window after frame resized itself


2001-03-07  Daniel Boelzle  <dbo@openoffice.org>  [1dbc9783c96cf37d0428beca138a485b2830c260]

moved extract.hxx from cupphelper, but is still delivered to cupphelper for compability


2001-03-07  Daniel Boelzle  <dbo@openoffice.org>  [45caeb7ffa405715ff99c15a2553c9c51973437e]

moved from cppuhelper


2001-03-07  Malte Timmermann  <mt@openoffice.org>  [f2ec980fccf43559c36fbc281e547eeda76bd43a]

Assertion in ImplGetTextLines


2001-03-07  Herbert Duerr  <hdu@openoffice.org>  [3fea7ff014923b0843cbab1b6d5ea0bffe747025]

use font mapping in upper layers


2001-03-07  Kai Ahrens  <ka@openoffice.org>  [bd447c58c07454998bbd008994d49096de636aad]

added ::FlushToClipboard


2001-03-07  Kai Ahrens  <ka@openoffice.org>  [ea7deca8fe07b9bf270a9d49a2797642a97827fb]

#84699#: error in ::isEqual


2001-03-07  Tino Rachui  <tra@openoffice.org>  [0e4a1a72f070fa4cc5d943ed8c06d6bb3de5e4e7]

#84702# using an additional condition to avoid dealocks in lostOwnership calls


2001-03-07  Kai Ahrens  <ka@openoffice.org>  [9c073a2ec1f547d7bc88aaa4974e2bf983b7622c]

#84699#: new MimeTypes for clipboard interfaces


2001-03-07  Malte Timmermann  <mt@openoffice.org>  [7e0383b7df091e21ec78d46e724471be1c457234]

#84520# Release Solar Mutex before calling getContent()


2001-03-07  Kai Ahrens  <ka@openoffice.org>  [6a101ce1df63300943342321ec9194cc4ddc87a5]

#84699#: new MimeTypes for clipboard interfaces


2001-03-07  Joachim Lingner  <jl@openoffice.org>  [842bcd0a5b7305e76918785d5d0fa5170682e3e9]

The dtd for the component description changed, so that dnd.xml had to be adjusted


2001-03-07  Tino Rachui  <tra@openoffice.org>  [0a6b813793a5b93842e429e2f7b4d298c594d6ed]

*** empty log message ***


2001-03-07  Patrick Luby  <pluby@openoffice.org>  [a990b875c0f6b222a11aad04dfa904973f75963a]

Implemented manual pulling of events from the system event queue as [NSApp run] was not getting stopped in some modal dialog boxes


2001-03-06  Kai Ahrens  <ka@openoffice.org>  [40d9e355a782c726a69eeb2af9e6c1a55eb10dc1]

#84701#: SOT_FORMAT_FILE_LIST has type Sequence< sal_Int8 >


2001-03-06  Malte Timmermann  <mt@openoffice.org>  [6298003e82a7537cebb4378df20f088e8929a29d]

#84520# Release Solar Mutex before calling setContent()


2001-03-06  Tino Rachui  <tra@openoffice.org>  [42769a15cd39de508690c8129611beb1e604d85a]

added a second mutex for the interfaccontainer class


2001-03-06  Tino Rachui  <tra@openoffice.org>  [e310556bdf604af30d0ad76e96aa39e90f12f9b5]

*** empty log message ***


2001-03-06  Tino Rachui  <tra@openoffice.org>  [014618dd79747ea8968fcd994aac98d0d792a285]

*** empty log message ***


2001-03-05  Sven Jacobi  <sj@openoffice.org>  [5e185150987d27369cd00a4e2029094883669658]

now using configuration management for filter options


2001-03-05  Sven Jacobi  <sj@openoffice.org>  [7b6c0572cc155d50ac1375daae5d902ec0127225]

added method to read and write a size


2001-03-05  Kurt Zenker  <kz@openoffice.org>  [aa1267554a9be5bac7643d46749ee46aae191e9b]

new version for SRC624


2001-03-05  th  <th@openoffice.org>  [fba3057b1c0899d5ebfdbe25d87b82986fa72e12]

fntstyle.hxx


2001-03-05  Kurt Zenker  <kz@openoffice.org>  [8aea0217f76fcc07b7d5423405b3031594c67692]

no return value


2001-03-05  Christof Pintaske  <cp@openoffice.org>  [1533b740577f6c1b77ea219abb76b2a4bd84136e]

#83010# set ic focus when setinputcontext


2001-03-05  Stephan Bergmann  <sb@openoffice.org>  [31b109f2fb96e0b74a5ef791bb963fcd133c2705]

#84570# Do not let the UcbLockBytes dtor throw exceptions.


2001-03-05  Tino Rachui  <tra@openoffice.org>  [715638b9115cc0bcb694c23f3365645643c8cd12]

*** empty log message ***


2001-03-05  Mathias Bauer  <mba@openoffice.org>  [230c60a4fe263a27111ae0a303bf26aaa533c440]

handle SvOutplaceObject


2001-03-05  Mathias Bauer  <mba@openoffice.org>  [503e3d0262e8d3e27a48dc0140ce3af487f53d49]

new method IsOLEStorage


2001-03-05  Mathias Bauer  <mba@openoffice.org>  [91f079fed9f71cf6c83506f7611aeeeb8401a153]

define for ClsId of SvOutplaceObject


2001-03-05  Kai Ahrens  <ka@openoffice.org>  [fbbaf7ec3aca7d0302156f97f91bb17cf42374bc]

added Drag and Drop interfaces


2001-03-05  Tino Rachui  <tra@openoffice.org>  [b293dc0f092bfd3166808962948eb14b57542818]

*** empty log message ***


2001-03-05  Philipp Lohmann  <pl@openoffice.org>  [9247893e895af798d0918e6048ab4fa5436826c0]

font widths


2001-03-05  Tino Rachui  <tra@openoffice.org>  [d46f543b74eaf30634e94bf7fb26b4abddb3a00a]

*** empty log message ***


2001-03-05  Patrick Luby  <pluby@openoffice.org>  [1fd99824064da7d4cc63189b960a34e502d3ace1]

Corrections to InitSalMain


2001-03-04  Christian Lippka  <cl@openoffice.org>  [5cf8fbdc44dadaebcdc5009632bb8886149a006f]

added propertyset helper


2001-03-02  Patrick Luby  <pluby@openoffice.org>  [24a7d96c2b58aa6af6c007c60a3fa9460aeff78d]

Deliver both *staticdatamembers*.hxx and *staticdatamembers*.h


2001-03-02  Tino Rachui  <tra@openoffice.org>  [5601474723ad9d5957ce1df3bb225daedb5b3ba6]

*** empty log message ***


2001-03-02  Tino Rachui  <tra@openoffice.org>  [c7f19bb69a4fe37aa563e2ebab077b095d7f58fc]

*** empty log message ***


2001-03-02  Christof Pintaske  <cp@openoffice.org>  [c68e4aef5cd4e1b0a6097278ca9598f0dff26ca6]

initial release


2001-03-02  Christof Pintaske  <cp@openoffice.org>  [ffce4329edc5b2f1f339e0311c37655030f3d04d]

added collatorwrapper


2001-03-02  Tino Rachui  <tra@openoffice.org>  [544436dc0454d8278b4099bc052896f0b9450a77]

*** empty log message ***


2001-03-02  Frank Schönheit  <fs@openoffice.org>  [1f00a5c2241b0554c22270c4963296b289322bd8]

#84577# DatabaseFieldName instead of DatasourceFieldName


2001-03-02  Tino Rachui  <tra@openoffice.org>  [6629b529f71a97c5e2cd6b60397965a82a630d48]

*** empty log message ***


2001-03-02  Tino Rachui  <tra@openoffice.org>  [5d30c7d4a35ae0005db6f0246356a10d41cbf8cb]

*** empty log message ***


2001-03-02  Tino Rachui  <tra@openoffice.org>  [e1d38478e0410b20fa796d703df5771a3e518f7e]

*** empty log message ***


2001-03-02  Philipp Lohmann  <pl@openoffice.org>  [dda0f04bda547a36cf6e948a3e37df588ed9628d]

removed old alpha/beta/final/nop defines since they conflict with Xrender headers


2001-03-02  Herbert Duerr  <hdu@openoffice.org>  [5bf5efdb36359ea1d55ae9a9d063c469a1dacdd0]

get rid of signedness warning


2001-03-02  Tino Rachui  <tra@openoffice.org>  [3e9a29de1ebf83e52653d6059ecc83b9eeeb4d3f]

*** empty log message ***


2001-03-02  Joachim Lingner  <jl@openoffice.org>  [ce303158cae68707c26396bc53ad1a3e48c14e8b]

Converter for IDataObject and XTransferable added


2001-03-02  Joachim Lingner  <jl@openoffice.org>  [51ed47da5bafdd2e314badfec9800dc62509d89b]

dnd dependencies have changed


2001-03-02  Tino Rachui  <tra@openoffice.org>  [ff0c894cf3f847d5e0cd85a1af9dcee6a9e7bdf5]

*** empty log message ***


2001-03-02  Kai Ahrens  <ka@openoffice.org>  [9cbf4bd9fc897b6bf8517b437d1421f279c3ca2d]

optimized swap in of GraphicCacheEntries


2001-03-02  Thomas Benisch  <tbe@openoffice.org>  [1fb72595a565720f1f7a854f501449f0381c24f9]

clone geometry control model


2001-03-02  Tino Rachui  <tra@openoffice.org>  [365f6a578993b60ea822ca843f075f3a1434beb7]

*** empty log message ***


2001-03-02  Tino Rachui  <tra@openoffice.org>  [572572f57b6650683649b05415fdb126c1cf621f]

to create a IDataObject from a transferable and vice versa


2001-03-02  Herbert Duerr  <hdu@openoffice.org>  [fa5670f9a3ae898ed0e9466a277881faec446ed4]

enable xrender usage


2001-03-02  Philipp Lohmann  <pl@openoffice.org>  [ec62993317a2f7c1548caa0b554e698bc69b5cb7]

in rasterizer case dont mess with the fontpath


2001-03-02  Christof Pintaske  <cp@openoffice.org>  [99efbebe0a41bd2fdd95e6d4023c6cc768afeaca]

#80902# handle ExtTextInput asynchronously


2001-03-02  Patrick Luby  <pluby@openoffice.org>  [dec281d335b656044b786819a3fc64ad993c56a5]

Removed compiling of staticmb*.cxx files for Mac OS X now that we have automated this process


2001-03-02  Tino Rachui  <tra@openoffice.org>  [cc74c8001d17667a63d46c387088971874c89825]

*** empty log message ***


2001-03-02  Philipp Lohmann  <pl@openoffice.org>  [dc24358b893a291fc6c5ab076213de6dc60b11f6]

kerning with fontsubstitution


2001-03-02  Patrick Luby  <pluby@openoffice.org>  [4af7c5e163b2aa9811376b56a16afdb0f2582c0c]

Correct typo in dos: line added in last revision


2001-03-02  Patrick Luby  <pluby@openoffice.org>  [fa604968ea9ecc5be4416a7f80de7d85e71f23d6]

Added support for unique, non-colliding lib*static*.dylib files for each project for Mac OS X


2001-03-01  Patrick Luby  <pluby@openoffice.org>  [9a1f45be57c829e4cd220d9b342ed1bfc62f696f]

Added back bmp.app package creation line accidently removed in last revision


2001-03-01  Kurt Zenker  <kz@openoffice.org>  [34071cdce6844e8dd5248e07861847f984394460]

Merge SWT614: 03/01/01 - 23:38:25


2001-03-01  Philipp Lohmann  <pl@openoffice.org>  [8f8b7c85104c6d84c091847a5a09bf4c7c3a70ba]

KernPairs for psprint


2001-03-01  Nils Fuhrmann  <nf@openoffice.org>  [82ac92757d3cb4b5654c6b0947e25b7ba90f169d]

Method NeedsUpdate() now thread save, needed for async. update of configuration without blocking main threads


2001-03-01  Kurt Zenker  <kz@openoffice.org>  [fe963f89ebd15a7b7b08bf6a236bda486f2c5bb9]

Merge SWT614: 01.03.01 - 18:06:17


2001-03-01  Kurt Zenker  <kz@openoffice.org>  [f2985a9936619bd884bf1d90a3394119cbb0b7e1]

Merge SWT614: 01.03.01 - 18:03:26


2001-03-01  Kurt Zenker  <kz@openoffice.org>  [a56fd46f28e8206b4965677777e3527dd1ae2eec]

Merge SWT614: 01.03.01 - 18:00:10


2001-03-01  Kurt Zenker  <kz@openoffice.org>  [b9dc6d4c4bdb1f902c214ac874235644ac64c0c1]

Merge SWT614: 03/01/01 - 17:59:23


2001-03-01  Kurt Zenker  <kz@openoffice.org>  [f72acece1e7eb402f6cf44a0c0701452263dcd12]

Merge SWT614: 01.03.01 - 17:58:50


2001-03-01  Kurt Zenker  <kz@openoffice.org>  [6512601a30359ff87b7f2dbddd77c6922410fb66]

Merge SWT614: 01.03.01 - 17:57:31


2001-03-01  Kurt Zenker  <kz@openoffice.org>  [411cc4ef68c5ff513060e59b8815744299f5e6c0]

Merge SWT614: 01.03.01 - 17:56:49


2001-03-01  Kurt Zenker  <kz@openoffice.org>  [33ed233097a2f774a39c48187138243411434953]

Merge SWT614: 03/01/01 - 17:55:48


2001-03-01  Kurt Zenker  <kz@openoffice.org>  [73a416a21c97bdceeb005da99ab2e27166046541]

Merge SWT614: 01.03.01 - 17:51:46


2001-03-01  Tino Rachui  <tra@openoffice.org>  [8308f50d50474c4556c9a239cbb8dc2d27ea2205]

*** empty log message ***


2001-03-01  Thomas Benisch  <tbe@openoffice.org>  [3074428fa032bd8b9485d8c5dfe0d7846e09ecd8]

removed ClassId from geometry control model


2001-03-01  Frank Schönheit  <fs@openoffice.org>  [5e850309df4dd509fdf200a3ff517dbd44ed01c6]

#83561# surrender: lock the SolarMutex when creating the peer


2001-03-01  Jörg Budischewski  <jbu@openoffice.org>  [4e063699a6b4b258f465f7727014bdab15142181]

io exception now caught during endDocument


2001-03-01  Malte Timmermann  <mt@openoffice.org>  [de6725fef193c7bd5f470f0355fabeaae1bebca4]

ToTop - TOTOP_RESTOREWHENMIN


2001-03-01  Kai Sommerfeld  <kso@openoffice.org>  [42ee14dc88ff4c2800680a08da81a158a1b9380d]

Catch uno::Exception thrown by XMultiServiceFactory::createInstance(...).


2001-02-28  Patrick Luby  <pluby@openoffice.org>  [2675593b20a20b8208bd52c40451f6b3166e66ab]

Update for Mac OS X static data member automation


2001-02-28  Patrick Luby  <pluby@openoffice.org>  [8c2e0ce48a6839ce014098c6e77b520b583adc79]

Update for Mac OS X static data member automation


2001-02-28  Malte Timmermann  <mt@openoffice.org>  [a74076175b87c475f72d0cefe023adb661fc4c54]

PROPERTY_STATE depends on others...


2001-02-28  Sven Jacobi  <sj@openoffice.org>  [cb663fbf64b35bc3dfce6bc07be37f4ea65f5303]

deliver FilterConfigItem.hxx


2001-02-28  Sven Jacobi  <sj@openoffice.org>  [f5686d86e6bc624cd4bd7f57b0bb3c96413a4a8f]

added FilterConfigItem - read/write of filter settings


2001-02-28  Sven Jacobi  <sj@openoffice.org>  [1fbd0f2e0d0eb0f92f6f1099c5f6ee4d9be342f6]

added FilterConfigItem


2001-02-28  Vladimir Glazounov  <vg@openoffice.org>  [5b3e4acd8d5f74d3903d16030ba28ae9fc23bb81]

Extra class declaration is removed


2001-02-28  Thomas Benisch  <tbe@openoffice.org>  [ec214bdfa15536ce47c8ca96e0dd3ff75aeabf3c]

added additional properties to geometry model


2001-02-28  Herbert Duerr  <hdu@openoffice.org>  [b14b0aa169a121f17e984e9304e7f97bc1f07a4e]

mbNonAntialiased


2001-02-28  Patrick Luby  <pluby@openoffice.org>  [1491b7460aab773d4d2e787a21ac9892442d2c78]

Implemented InitSalMain() and DeInitSalMain() functions


2001-02-27  Herbert Duerr  <hdu@openoffice.org>  [902cb21c03d3792d1d2a948317536cee0608e3b4]

dynamic loading of xrender, integration with psprint


2001-02-27  Herbert Duerr  <hdu@openoffice.org>  [e381693ea787634f6d071a126371d43053027f8d]

empty bitmap optimization


2001-02-27  Herbert Duerr  <hdu@openoffice.org>  [97603a464446ac0ab31999ca606d54a59d78a7c1]

AddFontFile() for integration with psprint


2001-02-27  Herbert Duerr  <hdu@openoffice.org>  [6b1d3289233f015daa1d905cfab00ee9acd428e4]

added TestFont()


2001-02-27  Herbert Duerr  <hdu@openoffice.org>  [d36cf5422c7b365084e80aa74492358d674ac62f]

some cleanup


2001-02-27  th  <th@openoffice.org>  [fe4ecd950fd03854278d03d9bd561a4587581cc5]

Antialiasing


2001-02-27  Malte Timmermann  <mt@openoffice.org>  [3e840bf40a52d7d3e89c098e8dc51e6b5d26f27c]

IMPL_XUNOTUNNEL2


2001-02-27  Malte Timmermann  <mt@openoffice.org>  [4c015a9137796cd540b727cdd3d27f57d41f8fec]

removed comphelper.hxx


2001-02-27  Malte Timmermann  <mt@openoffice.org>  [1e5215de928d45131cda5e0f74d565cfb4293c64]

use unohelper for getting the MultiServiceFactory, not comphelper


2001-02-27  Malte Timmermann  <mt@openoffice.org>  [4cd76e3661aa3b1bc74e2cc371f20a001f7fdb02]

unohelper::GetMultiServiceFactory


2001-02-27  Kurt Zenker  <kz@openoffice.org>  [e31ff5dc93ab330c7260447df17dcf85fd110513]

new version for SRC623


2001-02-27  Kurt Zenker  <kz@openoffice.org>  [5e354a0a131f1ebbe61ca50f3084101db9d09c2b]

new version for SRC623


2001-02-27  Kai Ahrens  <ka@openoffice.org>  [c20be432d61ce2bc470b4098509be0a36ac72eb1]

syntax


2001-02-27  mm  <mm@openoffice.org>  [7d6f72a184276ae8f7061015f9d3d49a4731b071]

initsalmain in ifdef remote...


2001-02-27  Tino Rachui  <tra@openoffice.org>  [a897ece9f6c98182cdabbd8b5fbd82f1abe6674b]

*** empty log message ***


2001-02-27  Tino Rachui  <tra@openoffice.org>  [1520c5ea7b5436e66775cff6b473272c2c2bd344]

*** empty log message ***


2001-02-27  Tino Rachui  <tra@openoffice.org>  [4e83fabc280a3b0aedd344ff269a30a67f586b5f]

*** empty log message ***


2001-02-27  Tino Rachui  <tra@openoffice.org>  [dc214a36db4cff731f08545c173589e5e3d8a2f0]

*** empty log message ***


2001-02-26  Eike Rathke  <er@openoffice.org>  [ec502d879157de268a4aceb5fbd95334a1966542]

#84386# ReadLine, ReadUniStringLine: part of performance problems: don't use String::operator+=(char) in loops, use String::Append(buffer,n) instead


2001-02-26  Babak Mahbod  <bmahbod@openoffice.org>  [ab2aad391266aa45fc7a3ce9198bca99be08aa70]

Updated APIs. Removed dependency on some Carbon APIs that yielded inconsistent results.


2001-02-26  th  <th@openoffice.org>  [b5cf3b3c409f7d671f3dd206768b6bb4c4cd05c5]

Better Size/Position for Underline and EmphasisMark in Horizontal and Vertical Layout


2001-02-26  mfe  <mfe@openoffice.org>  [eb590c006283432342b49a156ed4647199c2eae2]

#82940# #84066#


2001-02-26  Mathias Bauer  <mba@openoffice.org>  [425d985b3990312e38d9a3614eaf3210d5b89760]

copy OLE substorages as OLE substorage


2001-02-26  Mathias Bauer  <mba@openoffice.org>  [beae8f5ce1a24ec76de4e9ec4a0dedeab5ded5ef]

OLE storages contain only OLE storages, so copy only OLE storages!


2001-02-26  Vladimir Glazounov  <vg@openoffice.org>  [9b9dfc562081531ccbbaf0d7cec2a7c040cbf8e8]

outfont.hxx changed=>need to follow up here


2001-02-26  Joachim Lingner  <jl@openoffice.org>  [1a76789a834f5ac31769dafb27646f5f13561db2]

*** empty log message ***


2001-02-26  Joachim Lingner  <jl@openoffice.org>  [26f834536ab32b96555364b455e37166ea1ef703]

IDropTarget implementation


2001-02-26  Sven Jacobi  <sj@openoffice.org>  [19d56233777587130ee37b549331a1ec53d575f1]

OUString >> String


2001-02-26  Joachim Lingner  <jl@openoffice.org>  [64b79abb15c72abfbbd83d7a68970648564cde37]

DropTarget does not implement IDropTarget any longer


2001-02-26  Joachim Lingner  <jl@openoffice.org>  [8d32008ff105e5a291718a4804a49150dcc34f84]

DropTarget doesnt implement IDropTarget anymore


2001-02-26  Joachim Lingner  <jl@openoffice.org>  [ff44f0b274f572ef7f029b1906f92afd0bc3492e]

*** empty log message ***


2001-02-26  Kai Ahrens  <ka@openoffice.org>  [a7b65519ef2713efb27076ca6f94afc42ccc5149]

added Drag and Drop functionality


2001-02-26  Mathias Bauer  <mba@openoffice.org>  [65deaaeac405f25add24ecc67ffaa60f6a3043be]

default for SubStorages is UCBStorage


2001-02-26  Mathias Bauer  <mba@openoffice.org>  [d8a706dd5629f4216a380f430cfe62e96b5c0a4a]

temp.fix: fake inserting UCB-storages


2001-02-26  Herbert Duerr  <hdu@openoffice.org>  [9399d62409d46a171c3d872794c080d3fbea93ff]

improve symbol font handling


2001-02-26  Tino Rachui  <tra@openoffice.org>  [6687031db68d6cb007fb360ebf43f59c9b145afe]

*** empty log message ***


2001-02-26  Tino Rachui  <tra@openoffice.org>  [158978eeb50aab9a638f0c5c5145767c96df8830]

support for quoted parameter values with spaces added


2001-02-23  Patrick Luby  <pluby@openoffice.org>  [ff034a0b7c52bba9843061bc096a1a9402ce0e07]

Rolled back last changes until we figure out how to properly initialize the AutoReleasePool at the proper time.


2001-02-23  Christof Pintaske  <cp@openoffice.org>  [2da8046246926229c9d1cb295b524dcdd52e4717]

fix typo


2001-02-23  th  <th@openoffice.org>  [6ae6a08b99632cba8ea2fb4687b06adbb65a1d7e]

+Vertical Underline


2001-02-23  mm  <mm@openoffice.org>  [4a0ea5c3f3573e4c4a8d2246d74c68e982693604]

VCL without main


2001-02-23  Christof Pintaske  <cp@openoffice.org>  [0f6a0f9a8efcd663fe69bb8042d3d336988e2c0d]

wrap xwindow system header


2001-02-23  Christof Pintaske  <cp@openoffice.org>  [ffc40301762c1df7e9dc1c583510f6d1cb273345]

get consts right


2001-02-23  mm  <mm@openoffice.org>  [21d8db9bf0598d155352f902cd0402c989dc1aec]

VCL without main


2001-02-23  Herbert Duerr  <hdu@openoffice.org>  [66b2d76e519348621f6bd20d43e4c118b288d6e5]

allow type1 and optimize


2001-02-23  Herbert Duerr  <hdu@openoffice.org>  [8a9846d7686e8cf0bd885ce0a76e1a617914b8ed]

cooperate with psprint


2001-02-23  th  <th@openoffice.org>  [bd869e08a2cac6df0945b841c179b33f5596abd2]

+Init Emphasis-Members +Init AntialiasingMode


2001-02-23  th  <th@openoffice.org>  [8a0a62c634a7dda90e628ffee5875abe5c68be41]

+Emphasis +AntialiasingMode


2001-02-23  th  <th@openoffice.org>  [63809c4418d29c8e0e6952231e581355c3880438]

+Set/GetRelief() +Set/GetCJKContextLanguage()


2001-02-23  Nils Fuhrmann  <nf@openoffice.org>  [49b52a003d46ed0864f5b2a96bfe60ca172ba656]

Fixes


2001-02-23  Joachim Lingner  <jl@openoffice.org>  [23dc44616e8a72b996b3e2bbe1b603cf688ef9aa]

OleUnitialize removed from DropTarget::setActive


2001-02-23  Nils Fuhrmann  <nf@openoffice.org>  [9e5235130287d156d50ef176e005bb153826d687]

Generated solar list particle for usage per project


2001-02-23  mfe  <mfe@openoffice.org>  [7b86159ebe05e6ba04fd7641549a46a735cb1cf8]

removed not needed define for MAC


2001-02-23  Frank Schönheit  <fs@openoffice.org>  [f402ff169ca9909dfa48ddf5e5cad85974daccef]

small fixes in skip


2001-02-23  Oliver Braun  <obr@openoffice.org>  [2adc057d48846a2434b374847e2e250f18b233dc]

fixed differences in fireDragGestureEvent signature


2001-02-23  Frank Schönheit  <fs@openoffice.org>  [02af8ed5e5f246f4f77dbc2096d0dbc427a253e9]

+skip / +implCheckNextButton / +determineNextButtonState


2001-02-23  Sascha Ballach  <sab@openoffice.org>  [bf6e848f12877b3ed9be805d844952de301a0fd9]

change from sal_uInt8 to sal_Int8


2001-02-22  mm  <mm@openoffice.org>  [6540a3b80c34d7a4b2aa81bf849e0f7fcefd612f]

VCL without main


2001-02-22  Babak Mahbod  <bmahbod@openoffice.org>  [72e3cd9ca39d52ac2e8ccb98f03562b133b0c510]

Updated PixMap utility APIs.


2001-02-22  mm  <mm@openoffice.org>  [4acb03f430e15ea635f62a69afa732a592120197]

VCL without main


2001-02-22  Sascha Ballach  <sab@openoffice.org>  [d11ac32d7527a80523043ab1d92504b3ab76a1ac]

PasswordHelper added


2001-02-22  Sven Jacobi  <sj@openoffice.org>  [32c7a0fd5bff30fecc7eb0743834dc3193fe9914]

reading format type that belongs to the filter


2001-02-22  Sascha Ballach  <sab@openoffice.org>  [92af063c274ea514c6762f2e487697d41dc0826c]

add a new class which has a static method to convert the given string in a sequence of sal_uInt8, the method encrypt the string with the SHA1 algorithm and writes the hash in the sequence


2001-02-22  Herbert Duerr  <hdu@openoffice.org>  [17a6fd21b6095467215338525f55fc6ffd61b639]

simplify makefile


2001-02-22  Herbert Duerr  <hdu@openoffice.org>  [6b977bdc3af07cbd43f175f78370ba781efd0ae1]

no X11 on MACOSX


2001-02-22  mm  <mm@openoffice.org>  [df054165a43ac05cd34237059fcbf24a7c66b8af]

vcl possibly without main


2001-02-22  mm  <mm@openoffice.org>  [fe938a7751c4edb640845177df0cd22801ba93fb]

vcl possibly without main


2001-02-22  Kay Ramme  <kr@openoffice.org>  [4926abb48891c6ffbe567ea1135ed1cd2ef7c8b2]

sal object windows must not be managed else they draw their parent frame to their size


2001-02-22  Malte Timmermann  <mt@openoffice.org>  [ef152ab53d8a0dc22deb29deeb21ef3696170247]

#84258# HACK: SimpleRegistry can't deal with UNC path names


2001-02-22  Nils Fuhrmann  <nf@openoffice.org>  [f5484ab391f7d3fe5a615d1a43e6206150c7b518]

Fixes for reload of new solar list particles


2001-02-22  Oliver Braun  <obr@openoffice.org>  [5b185669ba5532d32d37b4022684d13ad2910d72]

added filter for DND files


2001-02-22  Sven Jacobi  <sj@openoffice.org>  [da0f464a12e9f826047b4e54b41003d09fa05813]

changed method: GetImportFormatNumber to GetImportFormatShortName


2001-02-22  Sven Jacobi  <sj@openoffice.org>  [a18a00a9959b16305059404a407c1968640348ee]

using FilterConfigCache, removing things that belongs to the old install.ini


2001-02-22  Sven Jacobi  <sj@openoffice.org>  [277567d817d800fafd9ba0e1862c6c73db22cf47]

added FilterConfigCache


2001-02-22  Sven Jacobi  <sj@openoffice.org>  [7e19e7a4ab7e408fced7e2c17c323a0bb592bfb0]

new cache for the information provided by the FilterFactory


2001-02-22  Kai Sommerfeld  <kso@openoffice.org>  [297bcb3cfb3ab70233573d5d2c892ca5c722f33f]

#83832# - Fixed Content::setPropertyValues(...). Generated           PropertyChangeEvent.OldValue contained the new property value!


2001-02-22  Mathias Bauer  <mba@openoffice.org>  [7b0784ade72defaf2df4027d8f52eafbbad38f51]

bugs in SetClassId


2001-02-21  Babak Mahbod  <bmahbod@openoffice.org>  [15f25376085e31359c5f064c9fd66d47f3ff39d7]

New data members added for port's pen attributes. New data members added for PixMap states. All appropriate APIs updated.


2001-02-21  Sven Jacobi  <sj@openoffice.org>  [1e8815fb26f8ae02a20b1359f8e4a0315bddb0d8]

class GraphicFilter is now using the xml configuration management and will not need the install.ini anymore


2001-02-21  Philipp Lohmann  <pl@openoffice.org>  [ce85c31a74f4ad9169d17161dfb31c9e713d84df]

#267# changes to fullscreen mode


2001-02-21  Philipp Lohmann  <pl@openoffice.org>  [5804bc72309782c907ac4a9f6db152f8402183d6]

removed some test code


2001-02-21  Andreas Bregas  <ab@openoffice.org>  [2916749da72fa0b7167c928520f94840971e3ff9]

Container for event descriptions


2001-02-21  Andreas Bregas  <ab@openoffice.org>  [88d1f758799fe1fb5d26d0d55b082a0ab0efd592]

eventcontainer.cxx added


2001-02-21  Andreas Bregas  <ab@openoffice.org>  [a3339d9e9032a4d1b689ecb918b01bc854e0b2ae]

Support for XScriptEventsSupplier added


2001-02-21  Andreas Bregas  <ab@openoffice.org>  [c97b5ecefcd561234b8848f5cfded0dfeca3ae5a]

Container for event descriptions


2001-02-21  Philipp Lohmann  <pl@openoffice.org>  [fbfe9f1ac027d2bd50955492040c9ec5561c4690]

#267# if fullscreen make dialogues appear on top


2001-02-21  Andreas Bregas  <ab@openoffice.org>  [5e034c525b10b33caa001ca2042498a45a959180]

Support for XScriptEventsSupplier added


2001-02-21  Philipp Lohmann  <pl@openoffice.org>  [e3be2bb2c5876a5c86c5f3ac1416537dd4cde9de]

handle terminated strings as well as unterminated


2001-02-21  Oliver Braun  <obr@openoffice.org>  [a453f1c02f4e0e4c84b6811f1a2e0fd0242a1946]

added datatransfer api


2001-02-21  Oliver Braun  <obr@openoffice.org>  [d6a20bf421499c8c1cb425b01855bf39ce02b690]

dnd test app


2001-02-21  Thomas Lange  <tl@openoffice.org>  [5193bc0ced834852b16edd6078c1174d51707472]

ongoing implementation


2001-02-21  Malte Timmermann  <mt@openoffice.org>  [967f158ae6a064212b9cae88e0775a250616f601]

removed disabeling radio check


2001-02-21  Philipp Lohmann  <pl@openoffice.org>  [c267358221d55c992aa5cbcf3f23a3199ad52080]

end drag on rejectDrop


2001-02-21  Patrick Luby  <pluby@openoffice.org>  [56a178fe437a4229dc347ac26cf00358206f2ff0]

Added working stub code to SalGraphics::GetCharWidth


2001-02-20  Patrick Luby  <pluby@openoffice.org>  [d7d90cf6d7319edbbc4f0df961b5b14cb7d86f96]

Corrected order of deletion when running without arguments. Before, the BmpWin instance would be deleted before its children (aMB and aPB).


2001-02-20  Patrick Luby  <pluby@openoffice.org>  [b80d059e40ff7380412ce777a4053007eb396e24]

Implemented workaround for QuickDraw bug. The bug was that GWorld's created before the first window was displayed would cause QuickDraw to core dump when drawn to.


2001-02-20  Oliver Braun  <obr@openoffice.org>  [7221afbceee6898ffd2c036b56cf9e6bb1b060cb]

end drag on drop with drag action none


2001-02-20  Mathias Bauer  <mba@openoffice.org>  [137500c25c5a148cb6956c8794e806ba38b015ca]

Don't allow to set the Title as property


2001-02-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [14fb21313d513160e51794e18cf591f64828e5dd]

use static freetype


2001-02-20  Oliver Braun  <obr@openoffice.org>  [aca73efb3ef9d7f1ca29d860cc15985251484cbb]

update drag action on shortcut


2001-02-20  Joachim Lingner  <jl@openoffice.org>  [cefe3f34da428366ac9fa14b629aa9e8a3a1ab42]

DropTargetDragEvent does not use awt::Point any longer


2001-02-20  Joachim Lingner  <jl@openoffice.org>  [2ca3cf3a68027b73a37bcd195d4fe1eec217419b]

some cleanup


2001-02-20  Joachim Lingner  <jl@openoffice.org>  [76f26b9bf65011b828b200d072ae0af1a0af9fb9]

XDropTargetFactory includes removed


2001-02-20  Oliver Braun  <obr@openoffice.org>  [7853012c1aa3e6a8c5f8ceaa42b3141740824c7f]

drag and drop fixes


2001-02-20  Herbert Duerr  <hdu@openoffice.org>  [f9b9cb0ae2c910a87862468b615ad0ab830b135d]

fixed unresoved reference


2001-02-20  Oliver Braun  <obr@openoffice.org>  [d51a4a85cd61f40f093303fe63ffa9f2eb0c4af8]

dnd api change


2001-02-20  Philipp Lohmann  <pl@openoffice.org>  [fc08ea85e6d84dc2850f4fceee626b7f149026fe]

adopted latest interface changes


2001-02-20  Patrick Luby  <pluby@openoffice.org>  [f1cf64e65e02ec4607313203cf2645c7d4c29d22]

Added missing line in UnlockGraphics function


2001-02-19  Kurt Zenker  <kz@openoffice.org>  [f549fd40ee35f5fd7b416fcda459c4e533ff3cf7]

new version for SRC622


2001-02-19  Kurt Zenker  <kz@openoffice.org>  [66f384f845612c403540cd8c6dddd87924fb5bee]

new version for SRC622


2001-02-19  Kurt Zenker  <kz@openoffice.org>  [99ee3dedf5091bdbb642ca84a104c0f7f3dce7f0]

locale using of projectheaders


2001-02-19  Oliver Bolte  <obo@openoffice.org>  [8f9fcf0c6886d109034ef5777ffbcf3ca3b72c42]

#65293# transliterationmodules include wrong


2001-02-19  Frank Schönheit  <fs@openoffice.org>  [2e23a640e451876239818e64716c6fd7e316529b]

#84099# disposing: one more check for m_pListener == NULL


2001-02-19  Herbert Duerr  <hdu@openoffice.org>  [01e7121ff270b79d911c822821ef0c42b2cf33ec]

dynamically load libXrender


2001-02-19  Mathias Bauer  <mba@openoffice.org>  [d7eaa725c9f4fc6d31cf3a8090c1b5c6b0a057c2]

allow setting properties on UCBStorage elements


2001-02-19  Mathias Bauer  <mba@openoffice.org>  [eb7c889a0571ccc2336076c9699727da549a2242]

allow setting properties on UCBStorage elements


2001-02-19  Frank Schönheit  <fs@openoffice.org>  [1b5080f5611b26bf0403525047a045a6acd6bbaf]

#84034# CreateStream: don't assert when catching a ContentCreationException


2001-02-19  Oliver Braun  <obr@openoffice.org>  [75224b911a69e2bc1de33fcf8024db4ceb00fc45]

unsure where to uncapture the mouse for unx ...


2001-02-19  Malte Timmermann  <mt@openoffice.org>  [294c32c395e7568c9e5facb621fce82ab1984120]

draw: calc pos/size before SetMapMode()


2001-02-19  Kai Ahrens  <ka@openoffice.org>  [0d4008b70e370af967da4656dec608a71e9b978b]

82777#: added acquire/release solar mutex


2001-02-19  Mathias Bauer  <mba@openoffice.org>  [2820dd29bd49d25dfdd05ca6ca35a07079da5518]

extract content type from classid


2001-02-19  Thomas Lange  <tl@openoffice.org>  [27ce0a91b831ea0362781fe090977ea7ef0d1158]

searchopt.obj added


2001-02-19  Thomas Lange  <tl@openoffice.org>  [3a25c4247f46c55a6edd41679791cc128247cb1e]

SvtSearchOptions new


2001-02-19  Thomas Lange  <tl@openoffice.org>  [7637ac805c4b1c2588ba92a7cc6bf101197b1af2]

searchopt.hxx added


2001-02-19  Frank Schönheit  <fs@openoffice.org>  [3d7690cbe4a8a815df9316ed14bf013b2370dfe5]

init the transliterationFlags in the SearchOptions


2001-02-19  Oliver Braun  <obr@openoffice.org>  [00283ed7d3e6861cf51cce5e5e285e3328e2a235]

clipboard access api


2001-02-17  Patrick Luby  <pluby@openoffice.org>  [9fd6a08055e879cf38727125a83cb072fe279243]

Removed NOOPTFILES for Mac OS X since this is now in solenv/inc/unxmacxp.mk:wq


2001-02-16  Vladimir Glazounov  <vg@openoffice.org>  [8105d05ad8f4c98da20aa168364d981a7ff4abba]

fix const compile problems


2001-02-16  Philipp Lohmann  <pl@openoffice.org>  [5ae2785cd0ab9111ee800a51ecd733e5b7097826]

changed to holder interfaces to solve single display multi instance problem


2001-02-16  Herbert Duerr  <hdu@openoffice.org>  [5516b44529627fb8d469eed734b6b063b31f8acf]

add USE_XRENDER ifdefs


2001-02-16  Martin Hollmichel  <mh@openoffice.org>  [5c67c53965e0428a98e56cb74d13f7170df1df17]

chg: Syntax


2001-02-16  Philipp Lohmann  <pl@openoffice.org>  [9a38e42a204edcc5676a1f87f63e34717e19bde5]

const and autohint workaround


2001-02-16  Malte Timmermann  <mt@openoffice.org>  [f400d69c6f06388f7a96ebb933a8ed4e88644dc6]

some cleanups


2001-02-16  Malte Timmermann  <mt@openoffice.org>  [f561956cc574a3bb83cc078b1cfbc262675d772f]

PropertiesChange: Call base class


2001-02-16  Malte Timmermann  <mt@openoffice.org>  [688361861cce8d9ae302be7409922c6981ab600c]

changed the draw method for workwindows


2001-02-16  Philipp Lohmann  <pl@openoffice.org>  [909be9d0fd74d467aaf57485f7be7cead534896a]

one instance for clipboard


2001-02-16  Malte Timmermann  <mt@openoffice.org>  [e5c50cebc306a40c4d11e4341e8662609ba4a672]

Implemented the Draw() method


2001-02-16  Malte Timmermann  <mt@openoffice.org>  [ef665081cfeaeb3a10b248b627f0820aa9fdfff5]

Moved some declarations from cxx to hxx, changed the DrawWindow() parameters


2001-02-16  jp  <jp@openoffice.org>  [b6af0247955fbd702e83df77e35d7fc0299a2b4a]

new token: horzvert


2001-02-16  Herbert Duerr  <hdu@openoffice.org>  [276dd263c7aadd45fb834319e216ec1ce842762f]

add glyphcache peers for X11


2001-02-16  Sander Vesik  <svesik@openoffice.org>  [baf87ec776fffc76f523e8b49c9492eb2641c872]

Merge support for NetBSD to HEAD.


2001-02-16  Sander Vesik  <svesik@openoffice.org>  [c4c72042f395c34fa6be6bd313ffb6a75b931d4f]

Update support for NetBSD - treat it just like it was Linux or FreeBSD

Contributed by: Michael Rauch <mrauch-openoffice@fs.tum.de>

2001-02-16  Sander Vesik  <svesik@openoffice.org>  [2ce0fa852f43cb596ff4cde4f0907a7eb8bb198b]

Update support for NetBSD.

Contributed by: Michael Rauch <mrauch-openoffice@fs.tum.de>

2001-02-16  Sander Vesik  <svesik@openoffice.org>  [b77da35fbef0f94076fcf5d77e5781ca0d2c0bb4]

Update support for NetBSD, include <sys/time.h> instead of <unistd.h>

Contributed by: Michael Rauch <mrauch-openoffice@fs.tum.de>

2001-02-15  Sander Vesik  <svesik@openoffice.org>  [4090dafda495c218727c98fa4476f727f0b19a61]

Merge NetBSD changes from OO614B to HEAD.


2001-02-15  Herbert Duerr  <hdu@openoffice.org>  [c530c4c487815ef181d8fedd2a386805ce1661a2]

add serverfont defines


2001-02-15  Nils Fuhrmann  <nf@openoffice.org>  [d466147998b79aa31ebea7077b9d5f0058b90f6d]

Fix for optimization error


2001-02-15  Herbert Duerr  <hdu@openoffice.org>  [e595ae804261bb5a9350701e239115bda95b09c9]

add serverfont defines


2001-02-15  Herbert Duerr  <hdu@openoffice.org>  [0668dd88cd869e2b1b93db17aea0eb1411b2c3be]

extend glyphcache architecture with platform peers


2001-02-15  Herbert Duerr  <hdu@openoffice.org>  [a67f286695d81071fa31d7c11f2be9888bf37bd9]

serverfonts for UNX


2001-02-15  Christof Pintaske  <cp@openoffice.org>  [fa05aff7991eb9a488a9d15c02f3c212761d3bc0]

check for valid single service factory


2001-02-15  Herbert Duerr  <hdu@openoffice.org>  [0a343bcd476d1c3dac70d41460fbeddd9ccb65ca]

add antialising, enjoy :-)


2001-02-15  Herbert Duerr  <hdu@openoffice.org>  [e64e724e95c14c62b648d152a275457c36ec08f7]

serverfonts for UNX


2001-02-15  Herbert Duerr  <hdu@openoffice.org>  [3fefc6b95871a06d59432f1618cf6fa0818ef516]

add glyphcache peer for X11


2001-02-15  Herbert Duerr  <hdu@openoffice.org>  [a216946717a3e13b63aa4f4e80eb586a1f63a093]

ifndef USE_BUILTIN_RASTERIZER


2001-02-15  Nils Fuhrmann  <nf@openoffice.org>  [f85b53ec0079cdbb7b1423c92f8063ac16304c5c]

Added new functionality for multiple solarlists


2001-02-15  Herbert Duerr  <hdu@openoffice.org>  [3d0a50d21ea5c53c4b2eda49a642cbdde7f48b90]

serverfonts for UNX


2001-02-15  Frank Schönheit  <fs@openoffice.org>  [ccb75b9e947373b8548cebca756e3b2b190b1b4d]

+wizardmachine.hxx


2001-02-15  Frank Schönheit  <fs@openoffice.org>  [3d4c0501d9e57da82f563d23163373f5ce4b5e5d]

+wizardmachine.cxx +wizardmachine.src


2001-02-15  Frank Schönheit  <fs@openoffice.org>  [cbe4206b22e2ea7aaedc6ca2d3b4da2c552e9d97]

initial checkin - a wizard dialog base class


2001-02-15  Kai Sommerfeld  <kso@openoffice.org>  [8f030c8a034cd5b66d96440e9057f681e47f247a]

#83984# - Survive empty environment!


2001-02-15  Kurt Zenker  <kz@openoffice.org>  [f45cc0102dd046ec33493b2aad478e8c8667123e]

new version for SRC621


2001-02-15  Kurt Zenker  <kz@openoffice.org>  [1dd5933b402bd026b91e01a0a57899d4c8886de5]

new version for SRC621


2001-02-15  Kai Ahrens  <ka@openoffice.org>  [af744b67c0abbf6673b6daa06f4edc7c2902d26b]

#83707#: new method ::SetSwapState


2001-02-15  Kai Ahrens  <ka@openoffice.org>  [a378b7df7137ec243962b9b9402218bb8e7cb502]

#83707#: new method ::SetSwapState


2001-02-15  Patrick Luby  <pluby@openoffice.org>  [07e9145aed369fce5ce00ff7e408a59136bfc3fc]

Turned off optimization for Mac OS X so that the sax library will not core dump


2001-02-15  Patrick Luby  <pluby@openoffice.org>  [97fd2c604a92c328816bc4187752c1027ca63bc0]

Update for Mac OS X


2001-02-14  Babak Mahbod  <bmahbod@openoffice.org>  [e005af291055eb627b103e5f5818b2083e3d8db9]

Better colour handling. New constants. New API utility files. Make files updated. ---------------------------------------------------------------------


2001-02-14  Malte Timmermann  <mt@openoffice.org>  [7e2cbc7bb388623f3d70faed39347e771e0d75f3]

create temp MultiServiceFactory


2001-02-14  Malte Timmermann  <mt@openoffice.org>  [07b8fe1af40a37bfa9497f734a1987bcfa87591e]

overload Draw()


2001-02-14  Malte Timmermann  <mt@openoffice.org>  [0e83436056b0e22528529d94131faafb122d3100]

xMultiServiceFactory and MSFTempFileName


2001-02-14  Eike Rathke  <er@openoffice.org>  [5bb1e13dd21e3010ce7f5afe984ee419fce0b312]

#79632# ScanMidString: recognize 17-Jan-2001 to be a date


2001-02-14  Nils Fuhrmann  <nf@openoffice.org>  [ba0a467b7289ac93eb9eac579e5ec441410f0ab1]

Added new functionality for multiple solarlists


2001-02-14  Kai Ahrens  <ka@openoffice.org>  [40e9bb4dc6e784e0819268d4c52c474b1af124dd]

#83927#: hold clipboard at member after copy


2001-02-14  Oliver Braun  <obr@openoffice.org>  [e7cf9bff742e88ade8d5516b8eb995b370dcdd5a]

check if active before firing events


2001-02-14  Philipp Lohmann  <pl@openoffice.org>  [58319c55111ce325dda22e26d06050284850742b]

respect active attribute on XDropTarget


2001-02-14  Oliver Braun  <obr@openoffice.org>  [f39e47d6381185c9e9221d9949b42eac473a9296]

added windows service names


2001-02-14  Eike Rathke  <er@openoffice.org>  [302afafc3b58389548d73c9ed44606711d2aa2c9]

#83510# ctor: A 4th subformat explicitly specified to be empty hides any text


2001-02-14  Oliver Braun  <obr@openoffice.org>  [c1bbfbb14abf4833e9d3a5683bcbf1268e39c32a]

changed active to be the default and call OleInitialize


2001-02-14  Oliver Braun  <obr@openoffice.org>  [942cf63ea4d0354f9312e871070ca2b4fe24ff7d]

updated service names


2001-02-14  Kai Ahrens  <ka@openoffice.org>  [aef463dd0f572fe7277fd5609b313694180c3488]

#83927#: hold clipboard at member after copy


2001-02-14  Philipp Lohmann  <pl@openoffice.org>  [7d28405a419718ac27f9402f5434c751cb5ca70c]

removed clipboard and DnD from DtIntegrator since not used anymore


2001-02-14  Philipp Lohmann  <pl@openoffice.org>  [f77ecb86998b28a8b5a711663e87a89feb5e2d7b]

forgot to initialize m_bPdf


2001-02-14  Nils Fuhrmann  <nf@openoffice.org>  [51d9fb4a87b1462022f5039fbbabec09d5b19a01]

Fixes: Read and Write for multiple solarlists per workspace


2001-02-14  Oliver Braun  <obr@openoffice.org>  [e660b206177d6054e11f6c9baa686643c5b97621]

updated service names


2001-02-14  Oliver Braun  <obr@openoffice.org>  [a2dfcb21bb9f40aab0be55ae55bab2d1bba0874b]

include stdio.h for stderr


2001-02-14  Oliver Braun  <obr@openoffice.org>  [01ff8a6a0fa6233513ad59e21e96d24b8988d773]

initialize AtomToString table with value 0 (None)


2001-02-14  Philipp Lohmann  <pl@openoffice.org>  [610928e320fbb70253c6b714b4378e13f02a0219]

do not send dragLeave on no drop target


2001-02-14  Mathias Bauer  <mba@openoffice.org>  [26340234c9c552bcaf89161ca784d012d0c6c706]

better handling for non existing substorages


2001-02-14  Oliver Braun  <obr@openoffice.org>  [99963b7036075c216cb74bc55abdcee567638690]

TF_SVDATA


2001-02-14  Patrick Luby  <pluby@openoffice.org>  [b156376c12e140a744321b11fc02b62b5c8fbabd]

Updated for Mac OS X


2001-02-13  Patrick Luby  <pluby@openoffice.org>  [bd3b3a1d4acee315880b308b6d2407817a5b11c3]

Force bmp.res to be built before bmp application for Mac OS X. On Mac OS X, all res files need to be built before the application.


2001-02-13  Nils Fuhrmann  <nf@openoffice.org>  [94ee2555cbc7a72766def7590af037c6adff7983]

New funtionality: method Star::NeedsUpdate() return TRUE if one of the configuration files has changed. This includes single and multiple solar lists per workspace


2001-02-13  Vladimir Glazounov  <vg@openoffice.org>  [ce342fd323079a98f1cb3c8fe74cc191ad1dbfd8]

Changed quotes in include for brackets


2001-02-13  Oliver Bolte  <obo@openoffice.org>  [23ef9028213fc5fbbf92a574c56ccb630d5e662d]

#65293# moved clsid


2001-02-13  Frank Schönheit  <fs@openoffice.org>  [2825500da67772dba655b363c32a10edb264f9ff]

#81230# deliver localresaccess.hxx


2001-02-13  Oliver Braun  <obr@openoffice.org>  [b860448867229a7cb36c5fc970df65f0e16408ed]

fix compiler errors and warnings


2001-02-13  Tino Rachui  <tra@openoffice.org>  [a8fd9ea69c790e0379d3575b25674c128632d0ff]

*** empty log message ***


2001-02-13  Joachim Lingner  <jl@openoffice.org>  [81f67677e12bfb31f63efd8039033b7900404bcf]

XDropTargetFactory include has been removed


2001-02-13  Nils Fuhrmann  <nf@openoffice.org>  [451550d2c5e2b489a71a2f803ddcdc288a549440]

Fixes for UNIX platforms


2001-02-13  Joachim Lingner  <jl@openoffice.org>  [e5da2cd8f1c24a3a0a79c446ee72910d75bbec30]

*** empty log message ***


2001-02-13  Martin Hollmichel  <mh@openoffice.org>  [e87edd143c76b48168f49f22e3c9418f57f1e0f6]

chg: test


2001-02-13  Kurt Zenker  <kz@openoffice.org>  [c08ef14187aa8353f83b60c41423b20f5549432e]

new version for SRC621


2001-02-13  Joachim Lingner  <jl@openoffice.org>  [4e7d07d2dcf437e5c7cde7c78523c456ab325782]

*** empty log message ***


2001-02-13  Joachim Lingner  <jl@openoffice.org>  [5dbd7dd370cb2e815c502a33111f0604b9bd65b8]

*** empty log message ***


2001-02-13  Malte Timmermann  <mt@openoffice.org>  [53494cc89e5d97964da9308a2a9768ed5811f5af]

Use the new clipboard interfaces


2001-02-13  Nils Fuhrmann  <nf@openoffice.org>  [114bcfb5c902becb260ddc14b4ebdb27e903474e]

Added functionality for multiple solar lists


2001-02-13  Christof Pintaske  <cp@openoffice.org>  [e067b2688163b871849cb10d643090edeeb2f8ee]

dont free alloca-ted memory


2001-02-12  Mathias Bauer  <mba@openoffice.org>  [6b3fb89fa0de842d1a8a8ebd2a92eacbd981621f]

OpenOLEStorage


2001-02-12  Stephan Bergmann  <sb@openoffice.org>  [2f27b281e89fb3f5dde69af1f500b9a7fe77d387]

#83237# Added flush().


2001-02-12  Malte Timmermann  <mt@openoffice.org>  [a6f1eb384a8472a3f0874705ea4ec07d692c6d62]

UnoDialog: Recursivley set design mode


2001-02-12  Malte Timmermann  <mt@openoffice.org>  [5703629b853a661112cc73c0c3e744273c5f3261]

draw hack only when parent


2001-02-12  Malte Timmermann  <mt@openoffice.org>  [a8fb130712e768a3bf43fb5e1d3575694e7d202a]

Fixed a small bug in getTransferData


2001-02-12  Joachim Lingner  <jl@openoffice.org>  [62e61e7c9d09525eb3fbe5167d5620caf7cb35d3]

*** empty log message ***


2001-02-12  Joachim Lingner  <jl@openoffice.org>  [537b33ee69a78f77a15f320c46dc842f4729d397]

*** empty log message ***


2001-02-12  Malte Timmermann  <mt@openoffice.org>  [65211b9b4074d8b4cff5696171066972e582952c]

Use the new Clipboard Interface


2001-02-12  Oliver Specht  <os@openoffice.org>  [79f1903ac3aa4567fdd4b433b414629a91b09b1f]

enable delayed update mode


2001-02-12  Oliver Specht  <os@openoffice.org>  [12c4e8dcacb25993eabce40ac2887b7c4dbe330b]

use Impl-struct


2001-02-12  Joachim Lingner  <jl@openoffice.org>  [12b23bf837a7a3752ac11a3d8f240cd5569150d4]

*** empty log message ***


2001-02-12  Oliver Braun  <obr@openoffice.org>  [bd55b67a3ba20e16449139be05e06406a4abfab3]

dnd enhancements


2001-02-12  Kai Sommerfeld  <kso@openoffice.org>  [a68e8e720aa366efce69d918995902bda74c5d82]

#83045# - Added commandenvironmentproxy.obj


2001-02-12  Kai Sommerfeld  <kso@openoffice.org>  [6d7f886337d125fbb568cf42c27937d2f7e419df]

#83045# - Initial revision.


2001-02-12  Kai Sommerfeld  <kso@openoffice.org>  [80cde1e2c58945767fd53bb3fcfed1469cafd10d]

#83045# - Added commandenvironmentproxy.hxx


2001-02-12  Joachim Lingner  <jl@openoffice.org>  [bbfd68a550251eba127b5c8647f6f47355e8e987]

interface changes


2001-02-12  Joachim Lingner  <jl@openoffice.org>  [744014ca927e96dcf226baae4bd26e2c4c26a39b]

interface changes


2001-02-12  Kurt Zenker  <kz@openoffice.org>  [48911f58ce5718e9e080317178e11e1271ee8a2a]

Merge SWT614: 12.02.01 - 11:53:59


2001-02-12  Kurt Zenker  <kz@openoffice.org>  [0fa30c1228522eb719081cf54429ccf43db6a8bc]

Merge SWT614: 12.02.01 - 11:53:00


2001-02-12  Oliver Specht  <os@openoffice.org>  [3579468ab5f9ca73afb1fd820ea71716710854c7]

enable delayed update mode


2001-02-12  Patrick Luby  <pluby@openoffice.org>  [eec4c5c3c37aa9974d9e5e9ec895a7d3e86715f7]

Removed NETBSD from staticmb*.cxx compiling


2001-02-10  Patrick Luby  <pluby@openoffice.org>  [1129446a51636ef105c901f55085d3ef69044180]

Consolidated common Mac OS X static data member initializations into vos project


2001-02-10  Kai Ahrens  <ka@openoffice.org>  [a77e1c53cc0f6c31a72ec2d1d4b9d6574a5eea2e]

#83595#: don't convert URL to physical file name for remote server


2001-02-09  Kurt Zenker  <kz@openoffice.org>  [be2a26b4f5f2c1a403b1da57a3f49a778af308ae]

Merge SWT614: 02/09/01 - 21:12:00


2001-02-09  Kurt Zenker  <kz@openoffice.org>  [425d87a85a10e986d06aca8cf5f13fcef0b187c6]

Merge SWT614: 09.02.01 - 21:11:47


2001-02-09  Kurt Zenker  <kz@openoffice.org>  [4c614bff38ed5bf5b393974982163905861d1314]

Merge SWT614: 09.02.01 - 21:10:51


2001-02-09  Kurt Zenker  <kz@openoffice.org>  [aa15d6c57599121a68d95577af9cb23b750af8b3]

Merge SWT614: 02/09/01 - 21:10:38


2001-02-09  Kurt Zenker  <kz@openoffice.org>  [889d9de2debf24f233082b4f0d4124d99f420f8f]

Merge SWT614: 09.02.01 - 21:10:25


2001-02-09  Oliver Bolte  <obo@openoffice.org>  [3dea88ed24acac447aac279a66a035c9f785e864]

Merge SWT614: 09.02.01 - 21:09:51


2001-02-09  Kurt Zenker  <kz@openoffice.org>  [2f484cf7ead6257d1f52af03f9f3fefa40ddd997]

Merge SWT614: 09.02.01 - 21:09:53


2001-02-09  Kurt Zenker  <kz@openoffice.org>  [5909ea52f57eec2f18af38e1c751dd4163b4dda2]

Merge SWT614: 09.02.01 - 21:09:20


2001-02-09  Kurt Zenker  <kz@openoffice.org>  [b39620abfbe1918e44bb812d20cbf582e484f33d]

Merge SWT614: 09.02.01 - 21:09:18


2001-02-09  Kurt Zenker  <kz@openoffice.org>  [0771195720f5b65f945fe93957f0b90397c5c94b]

Merge SWT614: 02/09/01 - 21:09:09


2001-02-09  Kurt Zenker  <kz@openoffice.org>  [5be621e6e1681eeee1cf2914509e3bdaa5147173]

Merge SWT614: 09.02.01 - 21:08:04


2001-02-09  Kurt Zenker  <kz@openoffice.org>  [1f8509b6d8b7f8b95e2472278e8af17c4cffeb79]

Merge SWT614: 02/09/01 - 21:07:17


2001-02-09  Kurt Zenker  <kz@openoffice.org>  [ad6f49fb5c36de144df29049e306cf5aba71531c]

Merge SWT614: 09.02.01 - 21:07:14


2001-02-09  Kurt Zenker  <kz@openoffice.org>  [f650f57034a1612c99c2624c240f4a9b4ba78a5d]

Merge SWT614: 09.02.01 - 21:07:07


2001-02-09  Kurt Zenker  <kz@openoffice.org>  [4fb5f6d1c9461f067a195d3e28339da0acf2ef94]

Merge SWT614: 02/09/01 - 21:06:59


2001-02-09  Kurt Zenker  <kz@openoffice.org>  [3e68a076aa99f83e91cf2f98b1b42e7c7677bc4b]

Merge SWT614: 09.02.01 - 21:06:45


2001-02-09  Kurt Zenker  <kz@openoffice.org>  [567eb377dc7c1db361afd0049e975a11475d9be0]

Merge SWT614: 09.02.01 - 21:06:16


2001-02-09  Kurt Zenker  <kz@openoffice.org>  [871bbb3addf48c761964360da1a87f8edb1737cf]

Merge SWT614: 09.02.01 - 21:06:15


2001-02-09  Kurt Zenker  <kz@openoffice.org>  [772c039c2d88d94946c3de7456de71b23c97b20a]

Merge SWT614: 09.02.01 - 21:05:52


2001-02-09  Kurt Zenker  <kz@openoffice.org>  [f09ea8343681394a0eb19c39e2b71d304ab0d928]

Merge SWT614: 09.02.01 - 21:04:55


2001-02-09  Philipp Lohmann  <pl@openoffice.org>  [0a70c9f764aad69a8579391773bdd25f408b3047]

changed dnd according to latest API specification


2001-02-09  Oliver Braun  <obr@openoffice.org>  [5db1e1259a5be63c8eb64a5da73fe08e97ca0779]

drag and drop api changes


2001-02-09  Oliver Braun  <obr@openoffice.org>  [64fa53d6df75f9fded562fe9e55e6bd7bae3c7d2]

SystemChildData expanded


2001-02-09  Oliver Braun  <obr@openoffice.org>  [70e6b9db6d0cf3638c09f0a8e53246f521add1f0]

use YieldMutexReleaser


2001-02-09  Oliver Braun  <obr@openoffice.org>  [96614675ee34df347217a05c377b9f68b3f910ba]

YieldMutexReleaser moved


2001-02-09  Oliver Braun  <obr@openoffice.org>  [f6d00c94e4fa75d074e2e07aa700413d62bc9105]

MutexReleaser moved here


2001-02-09  Ocke Janssen  <oj@openoffice.org>  [915ef69674642a3f487897b58c970de3ceff1ee5]

line- and fill color were mixed


2001-02-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [759fe32e7f37945fd8652ef5d48f71aa885d29ad]

fixed output file


2001-02-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [45651a8fcb30c3cd6e66fd4a266d969faea3406f]

changed targets to rule


2001-02-09  Philipp Lohmann  <pl@openoffice.org>  [0a1dba14e2b7b5a58fdaaa19ef9b602527d4e816]

added pdf conversion for psprint case


2001-02-09  Nils Fuhrmann  <nf@openoffice.org>  [c61a331a8564a75f0a6704cb015bb691a6876936]

Support of multiple solar.lst (one per project) per workspace


2001-02-09  Joachim Lingner  <jl@openoffice.org>  [b095ed18296fe7426217629d250e1773b85b96c7]

debug console output disabled


2001-02-08  Joachim Lingner  <jl@openoffice.org>  [c177c1ea49c5f6f51515fbc6135d66fac9e443e5]

*** empty log message ***


2001-02-08  Mathias Bauer  <mba@openoffice.org>  [95ac1a3abdd6943ad2863e8f4eb3c9d2583061c3]

make sure that UCBStorages are copied as UCBStorages if possible


2001-02-08  Joachim Lingner  <jl@openoffice.org>  [cb42122a6ede00ac77d713c0a80461ed3b2470b9]

*** empty log message ***


2001-02-08  Joachim Lingner  <jl@openoffice.org>  [db2a7be329103d211867d87c88a0bfe58f32f43c]

*** empty log message ***


2001-02-08  Joachim Lingner  <jl@openoffice.org>  [da88c09da9dbb360a676ecc53d445b420cecb6bf]

*** empty log message ***


2001-02-08  Nils Fuhrmann  <nf@openoffice.org>  [2a0bd8b28a64603391b532e6b494aff1e8acadfe]

Some comments


2001-02-08  Joachim Lingner  <jl@openoffice.org>  [bfcb08e33b1332f6782b14caec22dbf778a95903]

 DTransHelper.cxx DTransHelper.hxx DataObjectWrapper.cxx DataObjectWrapper.hxx FmtTranslTbl.hxx ImplHelper.cxx ImplHelper.hxx TransferableWrapper.cxx TransferableWrapper.hxx TxtConvertHelper.cxx TxtConvertHelper.hxx dnd.xml dndentry.cxx globals.cxx globals.hxx makefile.mk source.cxx source.hxx sourcecontext.cxx sourcecontext.hxx target.cxx target.hxx targetdragcontext.cxx targetdragcontext.hxx targetdropcontext.cxx targetdropcontext.hxx


2001-02-08  Michael Brauer  <mib@openoffice.org>  [f319ce5bf209497b2b8bf4eb386eb2646f036456]

clsids.hxx


2001-02-08  Philipp Lohmann  <pl@openoffice.org>  [92c8c43726994b557bd4cdd95a2da03bf6234bc2]

call dragOver on XDragSourceListener


2001-02-08  oisin  <oisin@openoffice.org>  [b3a66800239c4fe6817b729ad99cfd8c8f35fd95]

Commented out unnecessary fprintf's to stderr to make output quieter


2001-02-08  Peter Burow  <pb@openoffice.org>  [2859262a07b61a1a182933bacd64feb6d6957463]

fix: #83375# storage path not supported any longer


2001-02-08  Nils Fuhrmann  <nf@openoffice.org>  [c55bde3e025fd531883af9f45fc324d8bbc9cba8]

Added new ctor for project dependent solar.lst


2001-02-08  Kurt Zenker  <kz@openoffice.org>  [c782f5c3b15eed12b3a448d7ee20ad5550acf26c]

new version for UDK210


2001-02-08  Mathias Bauer  <mba@openoffice.org>  [341d1cb05d570dff219c4d2a0562de1935db2be7]

Some problems with mimetypes and classids...


2001-02-07  Babak Mahbod  <bmahbod@openoffice.org>  [ddd215519794a7de451bec04914143bbef9d72a3]

Salbmp now displays 8-bit palette. Salvd disposes of GWorlds. Salgdi disposes of GWorlds. Salgdi rebuilts the ITable if necessary. Header file now contains more constants.


2001-02-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [05917d738ad0f32836020b8c7d5efd15dbe4893c]

dependencies instead off ALL


2001-02-07  Philipp Lohmann  <pl@openoffice.org>  [257078e508a270c1714b5cb065fd6e662eb452a6]

fixed a deadlock, transferable should hold a reference on its creator


2001-02-07  Rüdiger Timm  <rt@openoffice.org>  [e9392d6934229cfae18cb3c82369be7265653857]

initialize pointers


2001-02-07  Philipp Lohmann  <pl@openoffice.org>  [e9a8cbd7f98636d90e67e6c522d7cef483ae1504]

set default cursors for lazy XDragSourceListener


2001-02-07  Oliver Braun  <obr@openoffice.org>  [335653d0520e17a7ce53936f5fac8ced75e0e929]

default behavior for lazy listeners


2001-02-07  Andreas Schlüns  <as@openoffice.org>  [c4f608cc4ed3fdc9e17ef7cb67259cd3bd3025dd]

dont use += operator of OUString for unterminated unicode's ...


2001-02-07  mfe  <mfe@openoffice.org>  [cf1d122d1a3d4531ce563f0bea8f51f2285cc0ff]

inserted TARGETTYPE=CUI for Unix ; X libs not needed


2001-02-07  Kai Sommerfeld  <kso@openoffice.org>  [a455d239d9ce1bb46ce976d9c9d05b0d56b7960a]

#83045# - Implemeted content event listener.


2001-02-07  mm  <mm@openoffice.org>  [3803b1b0206eaba5ed365dcebc7c219749f2cb9f]

TF_SVDATA


2001-02-07  Kai Sommerfeld  <kso@openoffice.org>  [2939a36a413b43eb21e5bf162dedfa7dedfd05a9]

#83045# - Added support for "globalTransfer".


2001-02-07  Kai Sommerfeld  <kso@openoffice.org>  [e0817035845ee9f81b933ce2267528f22c866567]

#83045# - Added activedatasink.hxx


2001-02-06  th  <th@openoffice.org>  [9360cf865419c8a290d7a31110ac2f34ae5037e4]

#82921# - Fontmatching now correct (Helvetica maps now to Arial...) and add standard Java fonts to the font lists


2001-02-06  mfe  <mfe@openoffice.org>  [794dbc3971b00c1f4e18448cc1c74d52e3df9778]

#83217# : added OExtCommandLine class


2001-02-06  Mathias Bauer  <mba@openoffice.org>  [62553855cb99b50ed41c948c1fc1da51c9a3a4b4]

no FILEFORMAT_NOW


2001-02-06  Philipp Lohmann  <pl@openoffice.org>  [d283b950bca1443df4190147f0b27d7f8bc0ec90]

removed old register/deregister methods


2001-02-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [64c12de60cadc0082a978b46678b427c5cd89b5a]

use SUPD for version checking


2001-02-06  Philipp Lohmann  <pl@openoffice.org>  [413df834a1a9548934943f41d79b4470a528cd8c]

do not react with abort on a missing collator


2001-02-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f8a0e4b4dffef3c178aee523a688477924942a01]

corrected used macro


2001-02-06  Mathias Bauer  <mba@openoffice.org>  [414b730a0f36062f274c7b9126c93419ba5f2914]

clsids.hxx


2001-02-06  Mathias Bauer  <mba@openoffice.org>  [dfb3cbca143618687090523c77a3b89d9d7a6a3f]

new file format versions


2001-02-06  Mathias Bauer  <mba@openoffice.org>  [d42975abaf0b47233a03e4186fdf2ed96e4770cd]

remove FILEFORMAT_NOW


2001-02-06  Stephan Bergmann  <sb@openoffice.org>  [7c43799173fc71428a8ac7068836cbe2b7fa307a]

#83365# Allow empty content provider service names.


2001-02-06  Mathias Bauer  <mba@openoffice.org>  [f3de3f37614037866061ce49fdc0a1cae3a0f2c9]

Assertion for unknown formats


2001-02-06  Mathias Bauer  <mba@openoffice.org>  [2884e06f4ca4b9b0d82e2709d3bb77c5fbbf7fcb]

temp-Storages are 6.0


2001-02-06  Mathias Bauer  <mba@openoffice.org>  [5d277525c6f84cd8533e5662b6a212606de3ca6a]

6.0 is default


2001-02-06  Mathias Bauer  <mba@openoffice.org>  [d77a7d2f17b47c657ec5bca441462d716b638d45]

Syntax


2001-02-06  Mathias Bauer  <mba@openoffice.org>  [f70ee24f8c6f094d8a2cfd21fdbc5a1a03189c43]

Syntax


2001-02-06  Philipp Lohmann  <pl@openoffice.org>  [5e339fd49e581a18d475c5005ddcdab198ce8c1b]

removed XDropTargetFactory according to new specification


2001-02-05  Kurt Zenker  <kz@openoffice.org>  [49aaf84789a3ebfc0aaaea3e25de566cf509ec81]

new version for SRC620


2001-02-05  Mathias Bauer  <mba@openoffice.org>  [53bfb7f66a6c66ffae448de40bb7016477599842]

ClassId handling for UCB storages


2001-02-05  Mathias Bauer  <mba@openoffice.org>  [66547525d6ea22e5acea26de96cf641d5b587f94]

moved ClsId to stg.hxx


2001-02-05  Mathias Bauer  <mba@openoffice.org>  [5389de5194b1aa6421bd2682e3906a40fca61c30]

moved ClsId from stgelem.hxx


2001-02-05  Mathias Bauer  <mba@openoffice.org>  [e9b038dba7f5f52b6d34842ec1fb604e77f6e92b]

syntax


2001-02-05  Mathias Bauer  <mba@openoffice.org>  [13a58980e9e6c2bbd26f65b490a3f660786c1cbb]

Need ClassIds for mappings ClassId<->ClipBoardId in UCBStorage


2001-02-05  Frank Schönheit  <fs@openoffice.org>  [b13aa60444ccdadcf8effb19961175db77df15b3]

initial checkin - accessing local resources


2001-02-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1d710d55f10b1dd36aff5055fca50b5945e189c0]

use static stl


2001-02-05  Kurt Zenker  <kz@openoffice.org>  [0621a92be8d00122c2707f851a059f2dbd22eb7c]

add include svsys.h


2001-02-05  Philipp Lohmann  <pl@openoffice.org>  [604e0cea3021babb13b3e91e504bafa0f3a1bc87]

#83524# buffer resize events to handle opaque resize WMs better


2001-02-05  Kai Sommerfeld  <kso@openoffice.org>  [f3b92f4a965067b7f894b3431ca0424e473e928d]

#83045# - Added method openStream() returning an XInputStream.


2001-02-05  Kai Sommerfeld  <kso@openoffice.org>  [7d3cfeebd4c5975a80c3f798ad334b7becb0168e]

#83045# - Added activedatasink.obj


2001-02-05  Kai Sommerfeld  <kso@openoffice.org>  [8a0ad3efc8d63c123e0d6153d7bdec235a99a22c]

#83045# - Initial revison.


2001-02-05  Kai Sommerfeld  <kso@openoffice.org>  [08a1b0d9f47d272290fa0929d6c29354ecd26f39]

#83045# - Initial revision.


2001-02-05  Malte Timmermann  <mt@openoffice.org>  [98d1d10963c0dbf978dd4262e379a7b24f9bfc36]

Some changes for uno dialogs


2001-02-05  jp  <jp@openoffice.org>  [79295c49b1dd97b99a7034b15bb3b10e71c5fe3c]

optimization: store format and return next time with same format the last any


2001-02-05  Philipp Lohmann  <pl@openoffice.org>  [cc3bcc9019bb0db6e179277072dc403b5aec8a60]

added cursor for drag


2001-02-05  Frank Schönheit  <fs@openoffice.org>  [c1d9b59d4c3b08d2e5cf33ca4d9845121bd1f790]

#83472# ImplGetValue: when checking for a percentage format, use the standard numeric format of the correct language


2001-02-05  Malte Timmermann  <mt@openoffice.org>  [e808391b7fd24dabc9cb9588dc2a5f96177bd52f]

Renamed ImplPropertyInfo to ImplControlProperty


2001-02-05  Christof Pintaske  <cp@openoffice.org>  [e099e8d026026b62b2f90585d2d313d5a96c3323]

fix for last minute XCollator interface changes


2001-02-05  Oliver Braun  <obr@openoffice.org>  [244f8f3bc90bcfeadaf57a21564a61a139b5add9]

new drag and drop api


2001-02-05  ts  <ts@openoffice.org>  [4bdf03ca2089f81ed0572026425971b1a3e0a17b]

create components with system handle as parent


2001-02-02  Sander Vesik  <svesik@openoffice.org>  [9bd58d1c8adccd276a00fd21748a136f8b57fd4b]

Merge NetBSD changes by Michael Rauch from OO614B to HEAD.


2001-02-02  Eike Rathke  <er@openoffice.org>  [985e93cdbe62f6f6fd130548edc8395eaedbfb15]

#83487# ImpGenerateAdditionalFormats, ImpInsertFormat, ImpInsertNewStandardFormat: parameter bAfterLoadingSO5 distinguish between internal default generating process and generating after loading SO5 document so that in a non-product version no dupe detection assertion dialog is shown in the latter case, because those dupes are ok.


2001-02-02  Philipp Lohmann  <pl@openoffice.org>  [3fa4adccd2edcf032e091df2d54ed180e95d072d]

implemented drag


2001-02-02  Sander Vesik  <svesik@openoffice.org>  [be56a8ab00794544afb1e2711076ba52c6e7c79b]

Merge NetBSD changes by Michael Rauch from OO614B to HEAD.


2001-02-02  Sander Vesik  <svesik@openoffice.org>  [e9f1875c4deb64ec2295854c51752ef1e261c0d9]

Merge NetBSD changes by Michael Rauch from OO614B to HEAD.


2001-02-02  jp  <jp@openoffice.org>  [dfb9a6af856108d181bba50a69ffb08e20838825]

GetExchangeAction: new optional parameter - the only testet formatid


2001-02-02  Sander Vesik  <svesik@openoffice.org>  [d9f3b4323dc4983637319a50c4787b0bc05362bd]

Merge NetBSD changes by Michael Rauch from OO614B to HEAD.


2001-02-02  Ocke Janssen  <oj@openoffice.org>  [aec6d51561ac5aaa02ee06f7ea2d191473fae461]

change < in >


2001-02-02  Nils Fuhrmann  <nf@openoffice.org>  [bbc0df4cb3b87186a56530d21427183e112e4ed9]

Fix: Comments now accepted while merging and parsing configuration files


2001-02-02  Kurt Zenker  <kz@openoffice.org>  [32fdc84b563667a67545ddab922eae0f48d109ff]

Merge SWT614: 02.02.01 - 16:36:12


2001-02-02  Kurt Zenker  <kz@openoffice.org>  [4bf9a5455a7b698a7d3cde6f303fc6257caa8372]

Merge SWT614: 02.02.01 - 16:35:18


2001-02-02  Kurt Zenker  <kz@openoffice.org>  [1134a61e6a5cbc2473ee46c95a629a5697b84cdd]

Merge SWT614: 02.02.01 - 16:33:58


2001-02-02  Thomas Lange  <tl@openoffice.org>  [8a6831f95cd07b4d1c128d7770ea9f1481dad0e6]

proerty name and handle for active dictionaries added


2001-02-02  Kurt Zenker  <kz@openoffice.org>  [ab006708c328a02a52d53d986290c39652ac2d48]

Merge SWT614: 02.02.01 - 16:30:22


2001-02-02  Kurt Zenker  <kz@openoffice.org>  [67814959dfc7ac9dd308f7ae8921df4eddddb53f]

Merge SWT614: 02.02.01 - 16:29:26


2001-02-02  Kurt Zenker  <kz@openoffice.org>  [70e7cbe7d143ea32b3ebb817cd7aa58dbdf6427b]

Merge SWT614: 02/02/01 - 16:28:39


2001-02-02  Kurt Zenker  <kz@openoffice.org>  [ad251dd3248b88cd6a651b78e0ecde19b4d05dd8]

Merge SWT614: 02.02.01 - 16:28:48


2001-02-02  Kurt Zenker  <kz@openoffice.org>  [f9832b370fae6b09922db5778dfb51cde5d8233b]

Merge SWT614: 02/02/01 - 16:25:13


2001-02-02  Kai Ahrens  <ka@openoffice.org>  [9f2a6af7812d89d14923734cdb4064c1505dde49]

#83240#: using explicit calling convention now


2001-02-02  Ocke Janssen  <oj@openoffice.org>  [fec816ca4c525c7b437a2399a687c3d78d5e122f]

new class for XOuputStream


2001-02-02  jp  <jp@openoffice.org>  [77b520a5902c9889f2c1ff8107b9e6a31befe730]

new: Read/Write methods for the new clipboard


2001-02-02  jp  <jp@openoffice.org>  [2e43c4aaee110f9a0fd0353c8efe2021e7e8f345]

new: methods for FileList and INetImage, GetGraphic handle Bitmap/GDI too, GetString handle seq<Int8> too


2001-02-02  jp  <jp@openoffice.org>  [4411a6c0c1a974fb8e287e62fe78c37bcd245184]

change the unotypes to seq<Int8>


2001-02-02  jp  <jp@openoffice.org>  [d5b6e11a914424385ed59c73cbef5bcc62aa06a7]

remve all the old/not used destination defines


2001-02-02  jp  <jp@openoffice.org>  [20771edf5297986225373ed1a20d6be7a6709b26]

new: ReadCString - read from the stream chars up to a zero char


2001-02-02  Kai Ahrens  <ka@openoffice.org>  [63f4c0675f3adde34ed671748988ac8b5cadccfd]

added implementation for FILEGRPDESCRIPTOR


2001-02-02  Kai Sommerfeld  <kso@openoffice.org>  [2f95a91a6e90bee9c09a50a88a52ad2c9cfea0ea]

#83045# - Do not use TypeConverter service in getXXX methods to avoid           exception if property value is void.


2001-02-02  Thomas Lange  <tl@openoffice.org>  [09a14367791d04a7ce9fce64e41295876e4226dc]

definition of property names and handles for linguistic. Initial revision


2001-02-02  Thomas Lange  <tl@openoffice.org>  [01cf8a3cebc113dc3999595d7f230f526e5d5b3b]

lingucfg.obj added


2001-02-02  Kai Sommerfeld  <kso@openoffice.org>  [8128f40b80851ba47cd8fda17deb66b62349c568]

#83045# - Added ctor witj Sequence< PropertyValue >.


2001-02-02  Thomas Lange  <tl@openoffice.org>  [1c199ad83e2d8fe22fc0eacb64fea3237a96fdab]

lingucfg.hxx and linguprops.hxx added


2001-02-02  Babak Mahbod  <bmahbod@openoffice.org>  [41aca1e33e64da6d7a453122beabbeeffe9143b2]

Debug code for converting bitmap palette color to RGB color.


2001-02-01  jp  <jp@openoffice.org>  [d0a24f87477ae54de567cf5384e25ece00c81511]

SearchOptions: add new member for the transliteration flags


2001-02-01  Patrick Luby  <pluby@openoffice.org>  [b4cefd9001fdf5a8b903b5bd76e351e44735309b]

#ifdef'd out new SalInstance methods for builds prior to SRC619


2001-02-01  Oliver Braun  <obr@openoffice.org>  [b023f06d098c7c304efcd092f794ee2963c41419]

reinserted the USE_PSPRINT that was eliminated during Xprint merge


2001-02-01  jp  <jp@openoffice.org>  [74d38bf5a5cc1ab9e313c9b303dbaa91717f2596]

Bug #83389#: check referenz and use now I18N namespace


2001-02-01  Philipp Lohmann  <pl@openoffice.org>  [5def52d9f8cebec0022598afd737e719bd716701]

dummy implementation of new SalInstance methods


2001-02-01  Philipp Lohmann  <pl@openoffice.org>  [75715d402fc89cb555314ad40ab2236dc649c8be]

implement XDisplayConnection interface


2001-02-01  Andreas Martens  <ama@openoffice.org>  [bc7dea20e2a807368c1f8cafcad9d16bb25a5755]

Fix: Not enough space for the extrachar


2001-02-01  mfe  <mfe@openoffice.org>  [4b43474a15ae9913ddfb65f067b87adc11b14f25]

removed ChangeGlobalInit


2001-02-01  Kurt Zenker  <kz@openoffice.org>  [786cac197d76a85d4866585af9bc53f46ab68f09]

new version for SRC619


2001-01-31  Babak Mahbod  <bmahbod@openoffice.org>  [5923ecb240f784397aedda52a362b580f1818495]

Memory allocation for PixMap handle and management.


2001-01-31  Babak Mahbod  <bmahbod@openoffice.org>  [9c0491e268bcf70c233cf0a7f67bc6f3830e2e84]

Properly copies and handles PixMaps. Destructors modified.


2001-01-31  Patrick Luby  <pluby@openoffice.org>  [bfb66228282b131e11903784851e2af1c1b08ed5]

Updated for Mac OS X


2001-01-31  Eike Rathke  <er@openoffice.org>  [5c453b7b7e9850dc46e151670ce1751fe4c4053f]

add: getDate, getTime, getNum


2001-01-31  Philipp Lohmann  <pl@openoffice.org>  [b210f78c169389752f96a2514cf0ec9dd652571d]

filling the gaps


2001-01-31  Martin Hollmichel  <mh@openoffice.org>  [57d0dc51557a309bf3aafe26b43a56df92be4ada]

chg: header for STL


2001-01-31  Martin Hollmichel  <mh@openoffice.org>  [5a2b0c51859d9d1ec50d5c31916e817080f661e1]

chg: header for sTL


2001-01-31  Carsten Driesner  <cd@openoffice.org>  [48f6e9e402c2c6d30573f4520d723304ea418a1c]

#83093# return error if sclient dies in headless mode


2001-01-31  Martin Hollmichel  <mh@openoffice.org>  [55a9faebc56e96b8a2a47207a701e62463bd5781]

chg: header for STL


2001-01-31  Martin Hollmichel  <mh@openoffice.org>  [5e368c3b78007a0e13986216989a0df51bbd5c74]

toplevel import


2001-01-31  Martin Hollmichel  <mh@openoffice.org>  [f9755368c093ea57509479c9b24fdb8b97e1e804]

SRC619 import


2001-01-31  oisin  <oisin@openoffice.org>  [710b3fba0cd962abb449897a1725e3d473ec5324]

Xprint implementation merged into head


2001-01-31  Martin Hollmichel  <mh@openoffice.org>  [d50f5ba7ad6851bcf17fdef8d9ede8b27c5be5fd]

chg: header for STL


2001-01-31  Martin Hollmichel  <mh@openoffice.org>  [844956dfbb008f07db7b0dc6e5c7880478f427fd]

chg: header for STL


2001-01-31  Malte Timmermann  <mt@openoffice.org>  [c810f97596fca5cf87368bbed26ebfa4a26601e4]

#80343# previousWord can return -1...


2001-01-31  Martin Hollmichel  <mh@openoffice.org>  [1ff09199954582bc92b99a73cd3caae3b2842533]

chg: header for STL


2001-01-31  Martin Hollmichel  <mh@openoffice.org>  [97648cf1a5038f9cc9243476d17466862bbb78f6]

chg: header for STL


2001-01-31  Sven Jacobi  <sj@openoffice.org>  [376a764168be3908bb7dee7814fb85863a75feab]

#83299# each record needs to be dword aligned


2001-01-31  Martin Hollmichel  <mh@openoffice.org>  [353d8fa5686342f160b4a8fb6705a76c9353ab5c]

chg: header for STL


2001-01-31  Martin Hollmichel  <mh@openoffice.org>  [0f0b4eca7a2a1fc87290c71f8e3ef88749ee7ffd]

chg: headerfile for STL


2001-01-31  Babak Mahbod  <bmahbod@openoffice.org>  [8785858cc0b1de743ef8cda468da7fe7e87a140d]

Lock and unlock APIs modified.
Begin and end graphics APIs modified.


2001-01-31  Babak Mahbod  <bmahbod@openoffice.org>  [20bcd1737600f7d4328a1f2f5d407d1b3202353a]

Creating  new 1, 4,8,16, & 32 bits PixMap, and auxiliary methods.


2001-01-30  Eike Rathke  <er@openoffice.org>  [2bae6c3c0c49e828f2cbe623c8cf58ee2a3285c1]

fix: ImpChangeSysCL: don't delete last internal predefined standard format (text) if loading SO5 file format ...


2001-01-30  Sven Jacobi  <sj@openoffice.org>  [5038e2048f8945c43e7c7c34db175a9c619d3374]

not inverting bitmask if rasteroperation is SRCAND, optimzing wasn't executed


2001-01-30  vs  <vs@openoffice.org>  [62ca5de3bc844d0c5a6d6185537695332bdb2c25]

add the function GetEnv( const char *, const char *); the second parameter is the default parameter


2001-01-30  Kai Ahrens  <ka@openoffice.org>  [0e7f5543f734c15f0e1951df7b11c4c0b30455fb]

added exception support (formats.cxx)


2001-01-30  Eike Rathke  <er@openoffice.org>  [5d65955059e5acdcd3759a51a12dc21dd470a353]

add: GetFormatDecimalSep


2001-01-30  Kai Ahrens  <ka@openoffice.org>  [e6e3f249d1bae337430cc2c821ad0884d6cff9e5]

added ExchangeAction support for XTransferable


2001-01-30  jp  <jp@openoffice.org>  [07ba4bd8145fc88bc5f032b6b48e04cf89d70ee3]

Copy-/PasteExchange now public methods


2001-01-30  jp  <jp@openoffice.org>  [1604bbc9fef770635db0b09c43d2ba4a2b6618be]

new: SetINetImage


2001-01-30  Kai Ahrens  <ka@openoffice.org>  [6dfa1c7448ab6897423f2e8d93d7fe668d129615]

#83243#: don't forget to init members in ID ctor


2001-01-30  Kai Ahrens  <ka@openoffice.org>  [02fb36318636caf9cc644f927fb55495a7d79d63]

#83243#: check for pID, too (::AddGraphicObject)


2001-01-30  jp  <jp@openoffice.org>  [ead787485f36d7bdcd4879ba686bb85c512a58bb]

inetimg.hxx moved


2001-01-30  jp  <jp@openoffice.org>  [6db7170f29d76404caef20710c82834e263623fd]

moved from the source\urlobj directory to here


2001-01-30  Babak Mahbod  <bmahbod@openoffice.org>  [3dc4791147ad06094b39212cea68caad38791ae4]

API for creating 8 through 32 bit color PixMap and utility methods.


2001-01-29  Kurt Zenker  <kz@openoffice.org>  [ec028a799fff88521a8e28d311e2a280665d0229]

new version for SRC619


2001-01-29  Stephan Schäfer  <ssa@openoffice.org>  [68d2864f1ca50549cf5d7e36b10155cdd212be21]

#82987# EndAllDialogs revised


2001-01-29  Kurt Zenker  <kz@openoffice.org>  [72b7b40f480cfea008e6bbd0b8f5185d5e473727]

new version for SRC619


2001-01-29  Stephan Schäfer  <ssa@openoffice.org>  [e2800fb5eb315cc95ca328b8323a14000de69c29]

#82987# provide EndAllDialogs call for proper termination on browser close


2001-01-29  Mathias Bauer  <mba@openoffice.org>  [d4b4ad6c1b0c4cc94b5e164e10ea680d4ed2ac3d]

new Clipboard Ids for 6.0 format


2001-01-29  Mathias Bauer  <mba@openoffice.org>  [567200553387158061989e435202e48c6a60a20e]

new Clipboard Ids for 6.0 format


2001-01-27  Babak Mahbod  <bmahbod@openoffice.org>  [a55ffceaef256afe661aede4717c2e2cac6dd75a]

Copy GDevice color table and auxiliary methods.


2001-01-26  Kurt Zenker  <kz@openoffice.org>  [acb7b8de33ff9c1060aa0a7e63859e74ce4a4379]

Merge SWT614: 26.01.01 - 21:14:50


2001-01-26  Kurt Zenker  <kz@openoffice.org>  [90feefc095d652eddaba5853d67f879dbfefb9c6]

Merge SWT614: 26.01.01 - 21:13:52


2001-01-26  Kurt Zenker  <kz@openoffice.org>  [8736de251d106dc18b3d4204b15e4eb2ad85e7ed]

Merge SWT614: 26.01.01 - 21:10:55


2001-01-26  Kurt Zenker  <kz@openoffice.org>  [feb376b3d7442907fd13b2fcad015d227f44d2a3]

Merge SWT614: 01/26/01 - 21:10:06


2001-01-26  Kurt Zenker  <kz@openoffice.org>  [d2f29e42d9028b9f0aacc5a25e899b3d433ee1bc]

Merge SWT614: 26.01.01 - 21:10:04


2001-01-26  Kurt Zenker  <kz@openoffice.org>  [b7921d05a762bb416cd557abcde1011950141430]

Merge SWT614: 26.01.01 - 21:09:17


2001-01-26  Kurt Zenker  <kz@openoffice.org>  [4074c5163b86818ea33fd351a3dd4e12f04f01b1]

Merge SWT614: 26.01.01 - 21:09:06


2001-01-26  Kurt Zenker  <kz@openoffice.org>  [9685d32f443c17373e09ccdbba9608355bb57259]

Merge SWT614: 26.01.01 - 21:09:07


2001-01-26  Kurt Zenker  <kz@openoffice.org>  [f8810d6e95fff3de081a9caf3ccc042992039182]

Merge SWT614: 26.01.01 - 21:08:26


2001-01-26  Eike Rathke  <er@openoffice.org>  [c47d01608587a93565c105b5e81ec2ece9e2a8f7]

add: CurrencyAbbreviation


2001-01-26  Eike Rathke  <er@openoffice.org>  [4cc067be3d75658feaeca1586cdf3019fad24bef]

enable additional I18N standard defined formats, especially currencies


2001-01-26  Eike Rathke  <er@openoffice.org>  [fc58945ea54a97365a141d4c0b5ebb538bce3854]

GetFormatSpecialInfo: constness


2001-01-26  Eike Rathke  <er@openoffice.org>  [32ce8293cf40d21453843c794a881392228bfaed]

FinalScan: exchange of currency symbol not all time upper ...


2001-01-26  Eike Rathke  <er@openoffice.org>  [c62514d94834030794ad6143c27927f3e96608ef]

new: getAllFormatCodes


2001-01-26  Kai Ahrens  <ka@openoffice.org>  [20f5704f3a2e262a9c1caa34336e8512376bb10a]

#82685#: use correct types (sal_Int32) for sequence access


2001-01-26  Philipp Lohmann  <pl@openoffice.org>  [9e2c58b40e2a4292d147913afe3090636fa9ae8c]

#81650# handle unset DISPLAY as everyone else


2001-01-26  Kai Sommerfeld  <kso@openoffice.org>  [13e28eeb8b1e7e2c99583a962753f1593e1fb811]

#83117# - Always write changes immediately in SvtInetOptions::Impl::setProperty.


2001-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3c38931b6da5ee841ac406a174c4e88f4381489]

#65293#: catch ContentCreationException


2001-01-26  Malte Timmermann  <mt@openoffice.org>  [07d2d51c685cfd7cbe100e28bac72f93463c1ac7]

create a GeometryModel for the DialogModel


2001-01-26  Kai Sommerfeld  <kso@openoffice.org>  [60854d4be5e0b7b07758edfcd2e5d400fe8872f6]

#82177# - Changed default value of ResultSetColumnData::isCaseSensitive           to true.


2001-01-26  Babak Mahbod  <bmahbod@openoffice.org>  [5a4afb9a6289ba41d66eefe2bf45183932b10c78]

APIs for new PixMap memory allocation.


2001-01-25  Malte Timmermann  <mt@openoffice.org>  [4a9f0df980b04a3b558ec3101db00a476462cb5a]

modify: control from dialog not in control list


2001-01-25  Malte Timmermann  <mt@openoffice.org>  [e7d508ef6e2874e057bc5f43cf2fd7479ab3cdb1]

UnoDialogControlModel::queryInterface: call base::qeryInterface, not queryAggregation


2001-01-25  Malte Timmermann  <mt@openoffice.org>  [bc91522fb2a9d73d1fb79d043c57132cebb68e2a]

Changes test program...


2001-01-25  Kai Ahrens  <ka@openoffice.org>  [48d6c4e5deb0d81497878006b877153c6a2201c0]

#83205#: catch(...) removed


2001-01-25  Sven Jacobi  <sj@openoffice.org>  [5596f7ae2dce3161b389bd59003ce93a69e540e9]

#83082# added catch: CommandCreationException


2001-01-25  Malte Timmermann  <mt@openoffice.org>  [9b397073167696c1c9d8670878cd2b9083df019d]

Improvements for the UnoDialogControl...


2001-01-25  Malte Timmermann  <mt@openoffice.org>  [63d90002b30ebcf9465e6bc450bc14ba655631b3]

Improvements for the UnoDialogControl...


2001-01-25  Rüdiger Timm  <rt@openoffice.org>  [6c3e58432f83c661fff534bc8dc0c14e18ca5249]

#65293# exception specification added for getProperties()


2001-01-25  Frank Schönheit  <fs@openoffice.org>  [29ab8e8dc4f2f3f7ca2ca50b4c763c1b6bd4f10a]

#81796# broadcast a modified upon COMMAND_ENDEXTTEXTINPUT


2001-01-25  Peter Burow  <pb@openoffice.org>  [ca132fcc5ad1f96ed5f8de1d655ce4f2d51b0834]

fix: no assertion on CommandException


2001-01-25  Babak Mahbod  <bmahbod@openoffice.org>  [51e7c622f9ece2d1d502ccd98ecfeb2864c3d664]

Properly allocated memory for virtual device.
Properly release memory for virtual device.
More error checking incorporated.


2001-01-25  Babak Mahbod  <bmahbod@openoffice.org>  [6db79a92282537e7da7dcc7bb9caa8e89a17be88]

Destructor modified.


2001-01-25  Babak Mahbod  <bmahbod@openoffice.org>  [f4a695a1e9c8174d7c623bb8172084551326e286]

Modified APIs to properly release graph port.


2001-01-25  Babak Mahbod  <bmahbod@openoffice.org>  [c1c302d0f1c39468e35f902bed12af270ff774ba]

New type definitions added.


2001-01-24  Malte Timmermann  <mt@openoffice.org>  [8d32d54efa361fb92454cf5a8b5194cefbba75e0]

BASEPROPERTY_TITLE


2001-01-24  Juergen Schmidt  <jsc@openoffice.org>  [42015cb750ad285e718d8dae79027372f1c0b761]

#82734# call Deinit not only if REMOTE_APPSERVER


2001-01-24  Malte Timmermann  <mt@openoffice.org>  [aa29eec8ea5e4b3668a87444aa81fbafaf884952]

model and control for uno dialogs


2001-01-24  Malte Timmermann  <mt@openoffice.org>  [a1751dff0e61af36ad91c1abad78a67f9b21c351]

model for dialog controls (weith pos/size)


2001-01-24  Malte Timmermann  <mt@openoffice.org>  [0e8134ecafdb493141017d450612445503b611e5]

new names and properties for dialogs


2001-01-24  Kai Ahrens  <ka@openoffice.org>  [22b42aefbfa9eeb338a5a202be8b0f47e0273481]

#82109#: Commit changes in dtor


2001-01-24  Malte Timmermann  <mt@openoffice.org>  [869af9d5fa2e84a356b431bcdc3e65af235cc7fa]

new names and properties for dialogs


2001-01-24  Malte Timmermann  <mt@openoffice.org>  [66f75be63e385b654f49a87dda72ad9904378421]

unodialog


2001-01-24  Malte Timmermann  <mt@openoffice.org>  [7ad5363f094349031648d67edaecaf4c365d51a3]

Close: Don't return 0 for UnoDialogs, if isInExecute()


2001-01-24  Frank Schönheit  <fs@openoffice.org>  [c0fb9c75dfe9ba8e85013dd2e16a8a2ca69e7d3d]

#82672# added tryPropertyValueEnum


2001-01-24  Babak Mahbod  <bmahbod@openoffice.org>  [b60973a6f7599cca3a8ff63419d1747863dac5c5]

Updated to using proper PixMap locking and unlocking APIs.
More error checking included.


2001-01-24  Babak Mahbod  <bmahbod@openoffice.org>  [d14ecb96eb464a81124f5343be8c403e2e170894]

Updated to use the new constant definitions.


2001-01-24  Babak Mahbod  <bmahbod@openoffice.org>  [af9bb76b62a53c15b73e529c7aa614fbaec7882d]

New constant definitions.


2001-01-23  oisin  <oisin@openoffice.org>  [87ef17d9a79fde843b732f1f4980d5c11a2caba1]

Reverted to revision 1.1


2001-01-23  oisin  <oisin@openoffice.org>  [6fb4480965ae3df2c033276c790f456ab3c71f2b]

Reverted to revision 1.5


2001-01-23  oisin  <oisin@openoffice.org>  [7f158a50c873038c9428579e8d517a2bd875748d]

Reverted to revision 1.11


2001-01-23  oisin  <oisin@openoffice.org>  [64512e6542033a72fb1a9f11b284f47fbb935998]

Reverted to revision 1.4


2001-01-23  oisin  <oisin@openoffice.org>  [cc6c0f5b29320e529988bc1406fb5ec1b4e13ced]

Reverted to revision 1.5


2001-01-23  oisin  <oisin@openoffice.org>  [16dfa201295c30d00fbdb8307c6d57af544d85f6]

Reverted to revision 1.2


2001-01-23  oisin  <oisin@openoffice.org>  [e3bd038891d5d4eb026b7e35ce87d07c76917c39]

Reverted to revision 1.6


2001-01-23  oisin  <oisin@openoffice.org>  [f89284793a8c8540a429caae9b3addf6c261feff]

Reverted to revision 1.2


2001-01-23  Oliver Specht  <os@openoffice.org>  [acea61178879c832cc946f30b4a162306a455584]

new: AddNode()


2001-01-23  Frank Schönheit  <fs@openoffice.org>  [d1bfbe6a62c3373e0deddc2750dd6f3065abe56e]

+composedprops


2001-01-23  Frank Schönheit  <fs@openoffice.org>  [49edfaff7dd8b1459b5d709144fd619b02c2e35e]

initial checkin - migrated svx/source/inc/multipro.cxx


2001-01-23  Frank Schönheit  <fs@openoffice.org>  [dffab8dea65e4f3e07c3f477a84d573e0e532ec7]

initial checkin - migrated svx/source/inc/multipro.hxx


2001-01-23  Peter Burow  <pb@openoffice.org>  [32d57f87a11fe77769dc4cfaaa9a4d86cd9d0e29]

fix: #82184# added


2001-01-23  Babak Mahbod  <bmahbod@openoffice.org>  [9d6111fa04207a93b68c982c0ececb8821c25769]

New type definition for SalGraphics data handle.


2001-01-23  Babak Mahbod  <bmahbod@openoffice.org>  [ce905c7f5198282cc2d0d4fda860e87ec178c087]

Updated APIs for locking and unlocking of GWorld pixel maps.
Methods updated to use the new locking and unlocking pixel map APIs.


2001-01-22  Kurt Zenker  <kz@openoffice.org>  [e7d833893f6b8a3ce4d7ff3daa0b84fd3b3b4658]

new version for SRC618


2001-01-22  Kurt Zenker  <kz@openoffice.org>  [3fbd785eef864d8e24d6282d42c7642e57a95da6]

new version for SRC618


2001-01-22  Kai Ahrens  <ka@openoffice.org>  [60f3a2dc5664f5a1f60d0bdd67e323097e3209f5]

syntax


2001-01-22  Oliver Specht  <os@openoffice.org>  [877bf9bd4b7e870f93009710c9ad2b54b9d1d01f]

Prefix 'Star' in configuration entries removed


2001-01-19  Kurt Zenker  <kz@openoffice.org>  [3a159478e62b0b0b4eea3e98b3eb7bbe1a63ccee]

Merge SWT614: 01/19/01 - 21:12:29


2001-01-19  Oliver Bolte  <obo@openoffice.org>  [a0b93feac32dc716360452d0a957f37a167a903d]

Merge SWT614: 19.01.01 - 21:12:39


2001-01-19  Kai Ahrens  <ka@openoffice.org>  [1ef393d6bc1e9add666a62caf36ddf53c44f2816]

added transfer.hxx


2001-01-19  Kai Ahrens  <ka@openoffice.org>  [e61a2c26d06e17f396cb55f1de220f5610f713ff]

added transfer.cxx


2001-01-19  Kai Ahrens  <ka@openoffice.org>  [275afe291ba6008e7714d26d2863e8d2ba34eb7a]

initial revision


2001-01-19  mfe  <mfe@openoffice.org>  [74887c6356a8cbc2d8c6b992c8cb17cf93c3e016]

#82940# : return from accept on close under Linux


2001-01-19  oisin  <oisin@openoffice.org>  [61d8bc25b549614054ca0a742f39caf7efcb03aa]

Add xprintext.cxx to HAED


2001-01-19  oisin  <oisin@openoffice.org>  [62239f978e6640e214baf8cd5d477c3dc3a2b14f]

Xprint changes merged into HEAD


2001-01-19  oisin  <oisin@openoffice.org>  [0cbb3e3a05699f12a66106f136175dbccd520422]

Xprint changes merged into HEAD


2001-01-19  oisin  <oisin@openoffice.org>  [09a34ea954773ac3df0c46068d5a3ecd1afef3c3]

Xprint changes merged into HEAD.


2001-01-19  Mathias Bauer  <mba@openoffice.org>  [2f430821988595f4c2834acb59763c71190fcd9d]

#81914#: SearchFile preserves system path


2001-01-19  Eike Rathke  <er@openoffice.org>  [2c0b455dc588ae2ec0e6d633456a287821bae243]

getProcessServiceFactory is comphelper instead of utl ...


2001-01-18  Kurt Zenker  <kz@openoffice.org>  [5894ccb6ace83c7a3d1f7ac3f765ae4bbc8f4bf3]

new version for SRC617


2001-01-18  Kurt Zenker  <kz@openoffice.org>  [fa5abdc3b666e526e43d7517dc77dd763fadc7dd]

new version for SRC617


2001-01-18  Stephan Bergmann  <sb@openoffice.org>  [25a7c0da2f80b25ef409adb5782356a4ec62f752]

Commented out targets that do not build properly; added urltest.


2001-01-18  Stephan Bergmann  <sb@openoffice.org>  [f8252c72666a8345f878ac33f19436b1aa869356]

Various (regression) tests for INetURLObject and friends.


2001-01-18  Mathias Bauer  <mba@openoffice.org>  [7464ab5c0a1f98512d463b2024f487887d456754]

include missing


2001-01-18  Kai Sommerfeld  <kso@openoffice.org>  [064a698163806394194d05ef4088c87d1b6e6975]

#82177# - Added support for additional column data ( case-sensitivity, ... ).


2001-01-18  Peter Burow  <pb@openoffice.org>  [2938624afebd33e6d70e609c8da59458d8c5569a]

fix: #82076# add: defaultoptions.hxx


2001-01-18  Peter Burow  <pb@openoffice.org>  [6400a1fa4fe8d7344c7b0b0ee447d625cdbea0dd]

fix: #82076# options of default pathes


2001-01-18  Peter Burow  <pb@openoffice.org>  [d71f17d171b8936b6efaa9dc654de9e9dc8cc5c6]

fix: #82076# add: defaultoptions.obj


2001-01-17  Babak Mahbod  <bmahbod@openoffice.org>  [a43788bdf20106fe9f25b7d894327a0d7333992b]

New APIs for locking and unlocking of GWorld pixel maps.
Methods updated to use locking ana unlocking pixel map APIs.


2001-01-17  Babak Mahbod  <bmahbod@openoffice.org>  [712b8bc7ec58b40bd29423e7234c6cfe946e4fc9]

New data members for GWorld manipulation.


2001-01-17  Mathias Bauer  <mba@openoffice.org>  [9c565d1653c2d2f21ad2205f49f588115f870ea2]

#80996#: catch CommandAbortedException without Assertion


2001-01-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4df9047c72edf0bd73f9dae428b499f16087f0ac]

temporaries removed for mac


2001-01-17  Kai Ahrens  <ka@openoffice.org>  [6de753cc00aabaa7b796abd7362a823a8364915d]

added support for new XTransferable interface (DataFlavors)


2001-01-17  Mathias Bauer  <mba@openoffice.org>  [75840092f22329baf0a677294e5e8709faa8b21b]

#81500#: new ucbhelper.cxx


2001-01-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [785b0cb7a5af10c5a882d08534e5d7d27348bbd9]

too much is as bad as none


2001-01-16  Eike Rathke  <er@openoffice.org>  [7b05bfb6c96de15ea1c744ce99dccdea63acd89e]

ImpInitCurrencyTable: LocaleDataWrapper getInstalledLocaleNames instead of International GetAvailableFormat


2001-01-16  Eike Rathke  <er@openoffice.org>  [8ff8b743b537a19cfa7174085da5c63efb77bfed]

add: getInstalledLocaleNames


2001-01-16  Mathias Bauer  <mba@openoffice.org>  [1910dd58350545f7b94f61ffed8fc5e14c1c4414]

#81500#: Kill file if STREAM_TRUNC


2001-01-16  Mathias Bauer  <mba@openoffice.org>  [3e404a694c4fdedfa894b50f22d153b5cb12f8ec]

#81500#: new helper functions moved from sfx


2001-01-16  Mikhail Voitenko  <mav@openoffice.org>  [2ce82f179fcc60ed5907833b4a6de8f8cf016d30]

#82474# dont raise old windows if we are shutting down the plugin client


2001-01-15  Sven Jacobi  <sj@openoffice.org>  [debbb400edf6ae9f949d2b643c1e9c3f2a42e0ef]

#68443# added W_META_EXCLUDECLIPRECT support


2001-01-15  Kurt Zenker  <kz@openoffice.org>  [4810b237eb5f1e42b36e078c54ee07b3eae51490]

new version for SRC617


2001-01-15  Christof Pintaske  <cp@openoffice.org>  [b31b36a7137f4f4a6093e387d421104270f9ee7c]

TurboLinux JP crashes after querying XNMultiLingual, useless for Linux anyway


2001-01-12  Kurt Zenker  <kz@openoffice.org>  [0b3fd77f1c438679402c0d8d70a1b8ee9f724172]

Merge SWT614: 12.01.01 - 21:13:41


2001-01-12  Kurt Zenker  <kz@openoffice.org>  [5824406546c9ccf96c85732ca680807ba96a5019]

Merge SWT614: 12.01.01 - 21:11:18


2001-01-12  Kurt Zenker  <kz@openoffice.org>  [9fbaa6c8b474e84cfd328935349c3e76ab0ef30e]

Merge SWT614: 12.01.01 - 21:10:30


2001-01-12  Kurt Zenker  <kz@openoffice.org>  [6fbfeda6b67f1aa8b692763d36213a111d729c65]

Merge SWT614: 12.01.01 - 21:09:50


2001-01-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [6864541c6079c90b2fe43f079e38a343f86dce57]

staticmb.obj for MAC only


2001-01-12  Sven Jacobi  <sj@openoffice.org>  [f1b7c3a8e7e6a8228ca7b19a74554377db5b3e34]

#73053# now supporting some path actions


2001-01-12  Sven Jacobi  <sj@openoffice.org>  [8cf1466b5d5e40ad2085d874bae52e4f0e970cc9]

#73053# now supporting some path actions, added polybezier action


2001-01-12  Vladimir Glazounov  <vg@openoffice.org>  [ed23ed4cfab17db368763ae5f282a03e3cafa007]

fixed braindead changes


2001-01-12  Martin Gallwey  <mtg@openoffice.org>  [67e03a0433bdc69e6c9e6749596e16aa216d4973]

#82700# getLength method should _not_ change the current position in the stream


2001-01-11  Patrick Luby  <pluby@openoffice.org>  [9a9f6dcfce5b008265276cbed1394b3c5b4c6f54]

Removed MACOSX #ifdef's now that vcl implementation can support this code


2001-01-11  Patrick Luby  <pluby@openoffice.org>  [c5a723eb7c83ed90af9fcee088f268f001d00156]

Added delivery of bmp executable package for Mac OS X


2001-01-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9677529b4cfe4b7f491bd94548c360caddbefb2c]

static member initialisation - macosx


2001-01-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c652924bf2dc1951b8ec55d5dcdb186fa859c855]

static member initialisation - macosx


2001-01-11  Sven Jacobi  <sj@openoffice.org>  [0dd5228426420aa3856cd1bddf49575ee736d91b]

not mapping twice


2001-01-10  Gene Anaya  <ganaya@openoffice.org>  [5e5425bd5a598027678ad473053daf8ce6c5fc1a]

Add #ifndefs around static variable instantiation inside templates for MacOSX


2001-01-10  Sven Jacobi  <sj@openoffice.org>  [f8fa19e0cdfbaac3c5bd942a2aaa288edcf87469]

#81169# now supporting more rasterops when drawing bitmaps


2001-01-10  Eike Rathke  <er@openoffice.org>  [4d2cb2836d9bd1fdc1fad01266bd99cf59d2ada0]

ReadUniStringLine: advance filepos sizeof(sal_Unicode) instead of 1


2001-01-10  Babak Mahbod  <bmahbod@openoffice.org>  [71f091f94c4cf5485c7d34cc98de8bea150615ec]

Invert methods implemented.
CopyDeepMask methods implemented.
DrawBitMap Methods implemented.


2001-01-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9df1e9a34b819790e7a840a24619893ab5a2db6c]

special treatment for connectivity


2001-01-08  Frank Schönheit  <fs@openoffice.org>  [b1069f96446af976119657d918a7d9100323c2f6]

call _disposing only if not locked


2001-01-08  Frank Schönheit  <fs@openoffice.org>  [a0cf9afb320c6c4c28710299912f92c1a7f820dc]

added _disposing / locking of the adapter


2001-01-07  Babak Mahbod  <bmahbod@openoffice.org>  [a45ba6f298acedf32e8bb980bbf8100f01f0666c]

BeginGraphics and EndGraphics now store and restore the current port pen state.
All methods modified to take advantage of the new implementations of BeginGraphics and EndGraphics.


2001-01-06  Patrick Luby  <pluby@openoffice.org>  [eb159d5d5db07f09b80134c422f1d7791c5609c2]

Made mnBitCount data member reflect true pixel depth of GWorld instead of changing it to 24 for 16 and 32 bit pixel depths.


2001-01-06  Patrick Luby  <pluby@openoffice.org>  [ba96c406c86524b30ac9884e94b628d74a4675c5]

Implemented copying of pixels in SalBitmap::Create(SalBitmap, USHORT)


2001-01-05  Patrick Luby  <pluby@openoffice.org>  [e2c6b708e179acab2fbb0ed5513f0ef63ee29004]

First stab at implementing support for pixel depths less than 32 bytes.


2001-01-05  Patrick Luby  <pluby@openoffice.org>  [98d2fda1a5d0c7fd05552713f1d55a29735c062c]

Initial implementation of SalBitmap class. At this time, only 32 bit pixel depth is supported.


2001-01-05  Patrick Luby  <pluby@openoffice.org>  [1ebade8f77f086049dd7ed876df6908c0b58e6f2]

Rolled back changes in version 1.21 as SalBitmap needs to handle GWorld's with varying bit counts


2001-01-05  Frank Schönheit  <fs@openoffice.org>  [8126545cb9e816717a2d20d89e5ecd43b2bbd697]

#82463# some changes in the multi-threading behaviour (try to release the own mutex as soon as possible)


2001-01-05  Frank Schönheit  <fs@openoffice.org>  [2a850335db0380665157c59879234be63d0f557d]

#82463# don't guard getToolkit


2001-01-05  Babak Mahbod  <bmahbod@openoffice.org>  [fb8e61a1b2bdac0ac697cf9cc86925e1c03de4d7]

Stylistic changes only including UNIX conversion.


2001-01-05  Babak Mahbod  <bmahbod@openoffice.org>  [80874fb14b11ce0734663433576ecf508fd8ba65]

Invert method implemented (dragging window boundary instead of the entire window content).
BeginClip and EndClip APIs incorportated into BeginGraphics and EndGraphics APIs.
Debug statements added into methods that are yet to be implemented.


2001-01-04  Patrick Luby  <pluby@openoffice.org>  [9eab049e2d9d8ffa1072d81e82e57c6167bb3211]

Made CreateVirtualDevice always create a 32 bit GWorld


2001-01-04  Jörg Budischewski  <jbu@openoffice.org>  [b8a503b13d54a0b6c3206d91e190afdb683e54a0]

added a test for checking forbidden charcters


2001-01-04  Jörg Budischewski  <jbu@openoffice.org>  [54603079a8b4720426bae200361021a38765de75]

#82295# improved performace on by 60 percent, on solaris by 40 percent


2001-01-04  Frank Schönheit  <fs@openoffice.org>  [9516c0507f97041c3fc7a6fa581942cb2a2c6430]

#81731# enable automatic coloring for the formatted field


2001-01-04  Frank Schönheit  <fs@openoffice.org>  [1b29b36426cfd62c1e10e6d566516975649e3693]

#81731# handling for automatic coloring


2001-01-04  Jörg Budischewski  <jbu@openoffice.org>  [cc99df7c8b16605f1750d4c579656777ac718278]

#81589# + #81589# Improved writing performance a little, an exception is now thrown when writing illegal characters < 32 except 9,10,13


2001-01-03  Babak Mahbod  <bmahbod@openoffice.org>  [cf0d3b7278b8d6633063dee759764bf2d60bae1b]

Text fore color set in QD.


2001-01-03  Patrick Luby  <pluby@openoffice.org>  [06ed1d8d2d57c41f45cffa3701cfbfa7f87d74f6]

Removed unused data members from structs


2001-01-03  Babak Mahbod  <bmahbod@openoffice.org>  [4b0157d0085a29247754c4648710ec6ca6e09e8e]

API name changes. Clip region APIs changed. New data member added to SalGraphicsData. GDevice no longer disposed in the destructor. SalGraphicsData data members changed for consistency.


2001-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2a9aecea862c8526a4a1e112ab91fa9362047a5]

#65293#: use std::va_list


2001-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd9a9f8e154d6065dc47e6cb7572a9f28be4c81d]

#65293#: using namespace std for functions with var. argument list


2001-01-03  Kurt Zenker  <kz@openoffice.org>  [18f4d98e1b7851bb08fa02a3f96a58b3c57d8c41]

filter all __CT


2001-01-03  Kurt Zenker  <kz@openoffice.org>  [e01a7ab73a0e3672eb5de8da3937e7394b5f0ddd]

new version for SRC616


2001-01-03  Kurt Zenker  <kz@openoffice.org>  [87893f436bf472aa4195d0f80e5fc894cb858753]

new version for SRC616


2001-01-02  Gene Anaya  <ganaya@openoffice.org>  [2d6f25df532f3454eaef9e381f1ffdc7a8207b7b]

Add staticmbicgm to build on MacOS X


2000-12-31  Patrick Luby  <pluby@openoffice.org>  [175443d0f6630c437fc0734e2e18b8996fb8a973]

Added more stub code to eliminate numerous "missing palette" messages


2000-12-31  Patrick Luby  <pluby@openoffice.org>  [46466dc3f395e29636ee4ea2a0c599909c6401e9]

Added LockPortBits and UnlockPortBits for source GWorldPtr in SalGraphics::CopyBits. Without these calls, CopyBits will sometimes copy from the distination's GWorldPtr instead of the source GWorldPtr.


2000-12-29  Sander Vesik  <svesik@openoffice.org>  [38ad6940cff26c8e9a3d0a1cae890e74051fce75]

Irix and Irix64 need <string.h> included, just like Solaris and MacOS X

Contributed by the SGI OpenOffice Porting Team.

2000-12-24  Patrick Luby  <pluby@openoffice.org>  [812f75c5e87b1a2f260111b732e7256312cac76e]

Reset default width and height to 0 as 100 had no affect


2000-12-24  Patrick Luby  <pluby@openoffice.org>  [ff440eb1ce9ad5043b3e2ccdfe643b5b1ef83d37]

Set default size of lightweight windows to 100 by 100 as 0 by 0 causes display problems.


2000-12-24  Patrick Luby  <pluby@openoffice.org>  [b02b5ae88acca04407be7a83391b2f26eda88797]

Implemented SalVirtualGraphics device to support offscreen buffering of painting operations


2000-12-24  Patrick Luby  <pluby@openoffice.org>  [1948c9228e0fd9d8428a25075a1c92ffb828fac1]

Added minor changes to handle when maGraphicsData.mpCGrafPort is an offscreen GWorld and added the following to the SalGraphics::DrawText method: - Conversion of Unicode characters to chars - Setting of font color - Setting of clip regions


2000-12-24  Patrick Luby  <pluby@openoffice.org>  [dd07acbf65b3307a4328a1730510729a7cd3de4f]

Replaced all Mac newlines with Unix new lines and added initialization and disposal of SalGraphicsData structure members that were not included previously since gcc does not initialize these members to predictable values


2000-12-24  Patrick Luby  <pluby@openoffice.org>  [5ef2145a17577e943cc6b3716209710d6636cac1]

Removed extraneous data members from SalFrameData and SalVirDevData structures


2000-12-22  Patrick Luby  <pluby@openoffice.org>  [3379d9ef20258f2626dab5fa557aaa21dd00ec0c]

Removed duplicate includes


2000-12-22  Thomas Lange  <tl@openoffice.org>  [f3fd6f9fd70e2bb2d018442f13df63bbfa30b153]

linguistic functionality for handling words with hyphens and control chars


2000-12-22  Thomas Lange  <tl@openoffice.org>  [3439c500fa037a7386b7274e52975a397ebabd21]

lngmisc.cxx added


2000-12-22  Thomas Lange  <tl@openoffice.org>  [4fa8e7bf836fb09e8f9624491431be9984b0dd69]

lngmisc.hxx added


2000-12-22  Patrick Luby  <pluby@openoffice.org>  [dd5e3bafb780fd58df135fcfbd2073317cb170ed]

Implemented mouse move and mouse drag events


2000-12-22  Eike Rathke  <er@openoffice.org>  [24e11460222544743c25ad87ae9de3abefe45eb4]

new: read/write Unicode or Bytecode


2000-12-21  Sander Vesik  <svesik@openoffice.org>  [4f4de13667e99dad3f5c826fbbddd60678a134e8]

move #endif from the previous commit to it's proper place


2000-12-21  Sander Vesik  <svesik@openoffice.org>  [cd40f5a5961f690126a19811466148ab7467a1b1]

Add in missing #if defined(USE_PSPRINT)


2000-12-21  Babak Mahbod  <bmahbod@openoffice.org>  [279ad8c59621e02ada84399aa740df4e4de84122]

ROP Color implementation.


2000-12-21  Babak Mahbod  <bmahbod@openoffice.org>  [152890b5de864362a5b6d0c74419cd4e6b9a676e]

CopyArea API implemented. Polygon region API implemented.


2000-12-21  Kai Ahrens  <ka@openoffice.org>  [f088af6702a1f512e74e042db072b941f5466271]

support for load on demand optimized


2000-12-21  Vladimir Glazounov  <vg@openoffice.org>  [a05c9a496b4550531b20d6892d63b98f7e311d9b]

#65293# stdstrm.hxx is not a part of the project anymore


2000-12-21  jp  <jp@openoffice.org>  [e0abad3386f3079e443a371beeb36d6ae71699fc]

wrapper for the I18N transliteration


2000-12-20  Patrick Luby  <pluby@openoffice.org>  [832db36a4675ca819d5a9264ae79850be689ee06]

First implementation of mouse entered, exited, and moved events. Note that SalFrame::CaptureMouse() is now empty because in Cocoa, all windows automatically receive mouse events and do not need to "capture" the mouse like in Windows.


2000-12-20  Stephan Bergmann  <sb@openoffice.org>  [4f70764a80d53b721af699577a74fe4469fe9f31]

#82022# Fixed typos causing variables in inner blocks hiding those in outer ones.


2000-12-20  Philipp Lohmann  <pl@openoffice.org>  [961c6ca922fd4b18909eaf136289b609c2dc35ca]

#82406# disable GLX on XFree4.0 per default


2000-12-20  Patrick Luby  <pluby@openoffice.org>  [7c314c597364dcf1d7542951684dc5126df71f80]

Replace Mac newlines with Unix newlines


2000-12-19  Christof Pintaske  <cp@openoffice.org>  [48677ae347ebac78b5cbea31a62f091b440a32d9]

#82351# get chinese fonts for turbo linux


2000-12-19  Christof Pintaske  <cp@openoffice.org>  [5dbe334e477da5e6d0a8fd7babf4580aa9f95d4f]

#82351# add status callbacks for turbo linux chinese locales


2000-12-19  Nils Fuhrmann  <nf@openoffice.org>  [47cc336b8cb228531a81f19f01bdad43bf3a027b]

Fix mandatory for #82143#


2000-12-19  Sven Jacobi  <sj@openoffice.org>  [74c18fd484a7a79b6956a4e924a128891b61bb42]

#79986# MultiConfigString is now using physical filenames instead of urls of type INET_PROT_FILE


2000-12-19  Peter Burow  <pb@openoffice.org>  [a637829a4769ca5d7d3cf96596ba06c5207fcad2]

fix: #82284# GetLocale() and GetSystem() added


2000-12-19  Oliver Braun  <obr@openoffice.org>  [8d04ef32d365f59aabd203c6b66f6ff20e06c5eb]

removed obsolete stdstream


2000-12-19  Christof Pintaske  <cp@openoffice.org>  [45af58f6d1a91e30dcbb0607baaa8a2f41896f37]

#82351# use minchol as a potential gui font


2000-12-19  Christof Pintaske  <cp@openoffice.org>  [27987bc621f7cf295d141103c89da1ec63bb321c]

#82351# dont use jisx0208 for western charset


2000-12-19  Stephan Bergmann  <sb@openoffice.org>  [95bdd76f18de008ecffdab28307f9ac6211b799a]

#80744# Merged in 1.6.4.1 fix.


2000-12-19  Sander Vesik  <svesik@openoffice.org>  [bfd525523523ae37fb64dbd85584efc716e063fa]

Add support for FreeBSD.

Contributed by: Tim Tretyak <timothy@umc.com.ua>

2000-12-19  Sander Vesik  <svesik@openoffice.org>  [7530e5df8e1942305fdddb06ef3077a38a1d1390]

Add support for FreeBSD.

Contributed by: Tim Tretyak <timothy@umc.com.ua>

2000-12-19  Sander Vesik  <svesik@openoffice.org>  [762a7807cee2650b3860dbf10d137b93246ef3e5]

Add support for FreeBSD.

Contributed by: Tim Tretyak <timothy@umc.com.ua>

2000-12-18  Babak Mahbod  <bmahbod@openoffice.org>  [3d9aef004ecdb40f82b859e434acba789b420c41]

Updated CopyBits. Updated Clipping Primitives. Updated Resolution APIs.


2000-12-18  Sander Vesik  <svesik@openoffice.org>  [aa1b8d4f374961ef5ef485de9f52b6adeb4426f6]

Add support for FreeBSD.

Contributed by: Tim Tretyak <timothy@umc.com.ua>

2000-12-18  Sander Vesik  <svesik@openoffice.org>  [0111ccbc9f228056dfbf3d2b22b0886515aa2ac9]

Add support for FreeBSD.

Contributed by: Tim Tretyak <timothy@umc.com.ua>

2000-12-18  Sander Vesik  <svesik@openoffice.org>  [ef77da1ab32e20a68eedfb9c340fdee3b820205d]

Add support for FreeBSD.

Contributed by: Tim Tretyak <timothy@umc.com.ua>

2000-12-18  Sander Vesik  <svesik@openoffice.org>  [d0011a8c1072b9aea727ba3b50fe1ea82c19f0bc]

Add support for FreeBSD.

Contributed by: Tim Tretyak <timothy@umc.com.ua>

2000-12-18  Sander Vesik  <svesik@openoffice.org>  [76f6f1d9ed14892b110a90a4a7e611bfe89d4e07]

Add support for FreeBSD.

Contributed by: Tim Tretyak <timothy@umc.com.ua>

2000-12-18  Babak Mahbod  <bmahbod@openoffice.org>  [9208aa6e6ca4658e17c3191913faff3a84ada618]

Initial implementation of device resolution API.


2000-12-18  Stephan Bergmann  <sb@openoffice.org>  [09b790baeb6c503d2710119e0d10675c8b8c4389]

#82277# Made removal of released contents from provider list thread safe.


2000-12-18  Kai Ahrens  <ka@openoffice.org>  [28f1d293d0673ea0075b64722187021e79c7f483]

#82325#: read single components for size


2000-12-18  Andreas Schlüns  <as@openoffice.org>  [80207f28d638040f22855d6b265180bb8c3ede5e]

#81910# add functions for recovery list of crash guard


2000-12-18  Philipp Lohmann  <pl@openoffice.org>  [4e21aa292985630bf570375033d7512b6a67053c]

#81918# do not create transient shells foriconified parents


2000-12-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [39ccb576c1e16589205ee78581000554e89589d7]

compare case insensitive


2000-12-18  Kurt Zenker  <kz@openoffice.org>  [eda7c0de82a2d4a05e4857a24587cffaffea95c3]

new version for SRC615


2000-12-18  Nils Fuhrmann  <nf@openoffice.org>  [9c1568b751825539bc7290cbb2a7ab202de1e99f]

Fix: #82255# Arg n in *.xrb files is quoted


2000-12-18  Mathias Bauer  <mba@openoffice.org>  [456a7159e3a613ffb37070cb9552d6e7dbacecc3]

#81914#: overfluous assertion


2000-12-18  Mathias Bauer  <mba@openoffice.org>  [3ccb10528e105376eec869a94b15d419151fe507]

#81582#: new PRODUCTVERSION also for Portal


2000-12-16  Patrick Luby  <pluby@openoffice.org>  [20575dd9ec8e1f96a73738544ebf71adaac81e1d]

More corrections to painting


2000-12-15  Philipp Lohmann  <pl@openoffice.org>  [797ae860f62c4855b90f6ccdf0ad85108e988858]

#79518# #81918# improve the IME hack


2000-12-15  Christof Pintaske  <cp@openoffice.org>  [c53aa58d85abddd22d155a26f3eb90b298f840f5]

#82080# no italic font for gui


2000-12-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [10a4f31428f8d6c76bcb41652b1a4851c08a4dc5]

#65293#: fix for ResourceManager in case the application language is not yet set


2000-12-15  th  <th@openoffice.org>  [81a3101fb4652bb81689673409e240758b9ca35c]

EndInputMode in MouseButton-Event for the complete TopLevel-Frame


2000-12-15  Philipp Lohmann  <pl@openoffice.org>  [cae5e47549e19d6eac2fb6cb8c00fad8f160fe73]

#78578# print to file on serverside UCB


2000-12-15  Sven Jacobi  <sj@openoffice.org>  [870a7d1015cb00065c5e7a3c5d9867f8a5b500cd]

some optimizations, (removing support for device dependent cgm's)


2000-12-15  Oliver Specht  <os@openoffice.org>  [2dbb14b12649fdb2f9e74785b63889da7fa6b083]

#82103# GPF in Dtor fixed


2000-12-15  Frank Schönheit  <fs@openoffice.org>  [3ba9efc5ae2c5c5d679b09836d0ed358007e7b35]

convertFastPropertyValue - check the type of the new value (if not void, it must be the same as the one of the property, as we don't do any conversion)


2000-12-15  Stephan Bergmann  <sb@openoffice.org>  [f76fde2165077b56a93a1487bcebd41a7f9c169d]

#82037# Adapted to modified FileIdentifierConverter mechanism.


2000-12-15  Stephan Bergmann  <sb@openoffice.org>  [36486ef897b027213df7cc1c4bbd782a7579cdfc]

#82037# Redesigned for efficiency.


2000-12-15  Patrick Luby  <pluby@openoffice.org>  [28eb782635f58d70a3490dc864e5b658a659973c]

Updated initialization of static data members for Mac OS X


2000-12-15  Patrick Luby  <pluby@openoffice.org>  [998f2c0d650e8137160a3c5525b7fa675f4d0956]

Rearranged #include statements so that code will compile on Mac OS X


2000-12-15  htajima  <htajima@openoffice.org>  [dfe9acae70b4fe175ffbd9c5822765ebb2c18aa0]

Modified Files:  	i18n_cb.cxx(CommitStringCallback):  	should not send ENDEXTTEXTINPUT in the middle of processing XIM commit  	string, but ENDEXTTEXTINPUT should be only from PreeditDoneCallback,  	which is triggered by XIM as a sign to terminate preeditting.


2000-12-15  Babak Mahbod  <bmahbod@openoffice.org>  [803634ae4edc2548888f632a98b52926b432b114]

Temporary fix for grow region.


2000-12-14  Babak Mahbod  <bmahbod@openoffice.org>  [28a44de75e6b6233ec9ce0ad397be691b5dc268d]

Clipping methods updated.


2000-12-14  Babak Mahbod  <bmahbod@openoffice.org>  [b6111185495e90644e299e6ba7faacd987a06de9]

Clipping region(s) initial implementation.


2000-12-14  Mathias Bauer  <mba@openoffice.org>  [a65c2fe7ba93e5d8c4d175a2a9a416637bed9c01]

#81919#: typo


2000-12-14  Peter Burow  <pb@openoffice.org>  [2e5933cfbe82229107d694fe569ad6746efc2b9e]

fix: #81914# INET_PROT_FILE replaced


2000-12-14  th  <th@openoffice.org>  [bef803ffe55a2feeda6283cd3f0b6824edba4de9]

#79745# - Thread-DC


2000-12-14  th  <th@openoffice.org>  [c951a2f2dc133f6d01ad838a4c6f7982c08a078e]

#79745# - new data for Thread-DC


2000-12-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [82c2a1fc97fbad4b4e1dc1738fa912979828e7ce]

#65293# allow operator access to protected member


2000-12-14  Mathias Bauer  <mba@openoffice.org>  [95ca18a9cf213dbc523b351373668d1786316aae]

#81958#: remove hack for invisible parents


2000-12-14  Christof Pintaske  <cp@openoffice.org>  [f8e8d67e0b8de6ee5c9151ac70d6c6923497026e]

#81658# korean gui in korean euc locales


2000-12-14  Michael Brauer  <mib@openoffice.org>  [cc1d12b987e45c7bfaa456157450424049a29908]

#80006#: Export using utf-8 encoding


2000-12-14  Stephan Bergmann  <sb@openoffice.org>  [673897217cfec484a2835c6917e03efa1019b6da]

#77385# Made 'OfficeInstall' and 'InstallPath' local properties.


2000-12-14  Peter Burow  <pb@openoffice.org>  [5f9420185fe39241338a604ae7d17cc449d53511]

fix: #81914# SearchFile() now with LocaleFileHelper


2000-12-14  Stephan Bergmann  <sb@openoffice.org>  [7633095f9aab7ba1205e3dae4561d645838594dc]

#77385# Made 'OfficeInstall' and 'InstallPath' local properties.


2000-12-14  Patrick Luby  <pluby@openoffice.org>  [e75ae2d74fc811c47dc76cd35a545d9c45466816]

Updated to SRC614


2000-12-13  Christof Pintaske  <cp@openoffice.org>  [1191ff2e50242810dc6708bdbec5e3bfca3a8223]

#61658# convert plummed to gold: create a virtual interface font


2000-12-13  Christof Pintaske  <cp@openoffice.org>  [3bb62f14bbfda803f4ff5f7867a32c58d230c910]

#61658# convert plummed to gold: create a virtual interface font


2000-12-13  Gene Anaya  <ganaya@openoffice.org>  [e2fdfc9bd7c32ca39cedef367ebd141e205ad7bb]

Implement VCLWindow_SetAcceptsMouseMovedEvents() and SalFrame::CaptureMouse()


2000-12-13  Christof Pintaske  <cp@openoffice.org>  [894d81b80ecad24e927332dd8c515e2ff684c5c1]

#61658# convert plummed to gold: create a virtual interface font


2000-12-13  Hennes Rohling  <hro@openoffice.org>  [ac2842d51847ebabdb89ae3958caead7acaa4114]

#81769# Copy changes from CJK to SRC (for Portal)


2000-12-13  Philipp Lohmann  <pl@openoffice.org>  [51c6486a9d5190df9f0c8f3f8289548efa181593]

#79518# workaround for strange focus handling of IME


2000-12-13  Hennes Rohling  <hro@openoffice.org>  [ce7df25da9e2730445393a6c307891f66456cc99]

#81769# Use WAPI fpr W9x, Workaround for different functionality of DdeInitializeA on 9x/NT


2000-12-13  Michael Brauer  <mib@openoffice.org>  [3f958c9ea84f8a02200827ecdc641e7b870f0b38]

#81887#: UTF8 works again


2000-12-13  Mathias Bauer  <mba@openoffice.org>  [53e41e0a43f85bbe46aaa50591f2aa7a8ca54cf8]

#81951#: don't use oslgetLocalHostName outside Portal


2000-12-13  Mathias Bauer  <mba@openoffice.org>  [e563e2a1d687c1bcf842220fa2aa0d5c89ba1990]

#81872#: move SpecialConfigManager to svl


2000-12-13  Mathias Bauer  <mba@openoffice.org>  [ad77d6fb52876cc43698890e95b0325811b0402b]

#81872#: move SpecialConfigManager to svl


2000-12-13  Kurt Zenker  <kz@openoffice.org>  [56b04328534ffe2290548337a2ae3c01a77c6f71]

new version for SRC615


2000-12-13  Kurt Zenker  <kz@openoffice.org>  [9d3e0f12e78732ecf236fb5acb203318b48301f0]

new version for SRC615


2000-12-13  Oliver Specht  <os@openoffice.org>  [b87818d1344879c13ce4d5bbb7e8703ab474b2e9]

#80698# use second configuration provider for locally cached components


2000-12-13  Oliver Specht  <os@openoffice.org>  [e48d9ec8db0e3ae4d58c671de4490ad3615cff91]

#80698# use second configuration provider for locally cached components


2000-12-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [874acfca05e1a7b518d29ba667d425027e170d72]

keep it static; libCrun static


2000-12-12  Kai Ahrens  <ka@openoffice.org>  [47ab7714ec0906e251f500b76355f5ac722a7a4a]

#71044#: don't record DrawMask action in ::ImplDrawRotateText


2000-12-12  Eike Rathke  <er@openoffice.org>  [d681edfa4a438a90b1f3ffaee9059bd39e302908]

ImpInsertFormat: strip surrounding [$...] on automatic currency


2000-12-12  Eike Rathke  <er@openoffice.org>  [86e439eb8f71d0d38ee248ee07387c0a79700854]

add: StripNewCurrencyDelimiters


2000-12-12  Christof Pintaske  <cp@openoffice.org>  [b4b8d312a0071d7ae83ad6c4ca5ab2c9f076718a]

#81658# dont use big5 or koi8r for latin chars


2000-12-12  Nils Fuhrmann  <nf@openoffice.org>  [dc37614464b67796431b5201ae7393298c551431]

Fixes for UNICODE bugs


2000-12-12  Hennes Rohling  <hro@openoffice.org>  [15b131f5f486fab395dc2c316c34188db6c87332]

#81769# No pointer to temporary objects, generated UNICODE API calls


2000-12-12  Babak Mahbod  <bmahbod@openoffice.org>  [9331f19d906838fb4c30d0ee4d35f15517b8889c]

Updated GetBestSalColor.


2000-12-11  Babak Mahbod  <bmahbod@openoffice.org>  [9bccc78f5cc113d3cc9ae5eb77f59e457d155cf0]

RGBColor2SALColor implemented. Updated SALColor2RGBColor. Implemented GetPixel.


2000-12-11  htajima  <htajima@openoffice.org>  [7970b39d08f927f0fa01d7eea732f0bf267aca38]

2000-12-11 Hidetoshi Tajima <tajima@eng.sun.com>

Modified Files:
 	* unx/inc/i18n_im.hxx unx/source/app/i18n_im.cxx
 	 unx/source/app/saldisp.cxx
 	  Need to redirect key events for XIM focus window of
 	  the focused XIC.

2000-12-11  Kurt Zenker  <kz@openoffice.org>  [dacb1cf43f00e7154f15ad193d8217a7a9f046df]

Merge SRC614: 11.12.00 - 23:40:14


2000-12-11  Kurt Zenker  <kz@openoffice.org>  [0a9934bc2a777d9d0dffb7c687c20f9e4c3cd12f]

Merge SRC614: 11.12.00 - 23:34:15


2000-12-11  Babak Mahbod  <bmahbod@openoffice.org>  [f5d7ab58e537ae999089f32c1f751a387750fa0d]

Variable naming convention applied.


2000-12-11  Babak Mahbod  <bmahbod@openoffice.org>  [480483ff85a01af38843a2462a49f133ed770019]

QD CopyBits moved from objective-C to C/C++. SalGraphics now maintains the current GDevice resolution and bit-depth.


2000-12-11  Eike Rathke  <er@openoffice.org>  [bf514f209f97de5b6352069ad5617199ff82e0f1]

AAA,AAAA switch to other calendar too; switch from other calendar to gregorian upon YY,YYYY,DDD,DDDD


2000-12-11  Dieter Loeschky  <dl@openoffice.org>  [c9574ee0fbfcf1be85b65e4389ebfa87833d3476]

#81760# Name of drawing format changed


2000-12-11  Nils Fuhrmann  <nf@openoffice.org>  [b47144576ebfb4cdae9ae9be957508caadfd95a3]

New functionality for command line SearchAndReplace


2000-12-11  Nils Fuhrmann  <nf@openoffice.org>  [83824d932ddb3ce315662a8c909f93bc68eff063]

Fixes for static link of stl


2000-12-11  Kai Sommerfeld  <kso@openoffice.org>  [5a8325692c5e09b2684f99a668c1bfdd674e3054]

#81540# - Added static construction methods Content::create(...).


2000-12-10  Christof Pintaske  <cp@openoffice.org>  [9b54acaa757f66ad430d0a1bed40341e929a1037]

#81658# prefer Interface User to non CJK capable fonts


2000-12-10  Christof Pintaske  <cp@openoffice.org>  [eca55b41745f11c45b57e9545c687e2de5b09ce8]

#81658# get all encodings for interface bitmap fonts


2000-12-09  jp  <jp@openoffice.org>  [b7768017c7a54cfeb6bbf09698e07c114480638e]

Bug #80979#: disable optimization


2000-12-09  Oliver Specht  <os@openoffice.org>  [326f5a4418c4ba741acc0957ddb25764b921113d]

#81408# try-catch around creation of configuration provider


2000-12-09  Oliver Specht  <os@openoffice.org>  [0914a9de97c6c27cc934f0dc5029f4364879df5a]

#80574# PutProperties: use NameReplace instead of PropertySet - there's no property at a set-node available


2000-12-08  th  <th@openoffice.org>  [8901dae38720db21e15ccd42688c9039edfeeaca]

#81659# / #80872# - ignore Charset from the Font


2000-12-08  th  <th@openoffice.org>  [ac49e4e2842287cea93c32bf18a1b53f5641cbcb]

#81659# / #80872# - search for the right script only for Latin, Cyrillic and Greek scripts


2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [7081fb21c05322b3ed5462bd3c828e5194e30caf]

Merge SRC614: 08.12.00 - 18:39:54


2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [54a7425d7e9d118e292b71a81867ed64fccbf643]

Merge SRC614: 08.12.00 - 18:38:44


2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [477b678d8be942f1a27e46eea4bbc9b2d1fd6352]

Merge SRC614: 08.12.00 - 18:37:37


2000-12-08  Kurt Zenker  <kz@openoffice.org>  [c82ab33f9537502fc5ea2a1a03212bd9e059eb3b]

Merge SRC614: 12/08/00 - 18:37:21


2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [01902667c26d9c5634e1efe4fdf1d22099ae7db4]

Merge SRC614: 08.12.00 - 18:36:44


2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [11f930e4b4aebc5644786cb264727a15481b1271]

Merge SRC614: 08.12.00 - 18:35:40


2000-12-08  Kurt Zenker  <kz@openoffice.org>  [ce1f6df3e3fec48ec57983dcd63e4eade2243d86]

Merge SRC614: 08.12.00 - 18:35:13


2000-12-08  Mathias Bauer  <mba@openoffice.org>  [1e742cb79d8d1c588bf1d96dd5056eb517faa285]

#79342#: wrong substitution


2000-12-08  Eike Rathke  <er@openoffice.org>  [e28868c0d7f63885b30afec86d00106e35170163]

#81304# include BASE_FORM in NumericTypeMask


2000-12-08  Frank Schönheit  <fs@openoffice.org>  [adb75835a75babeedb451391796b0eefee3e59d2]

resetFields: initialize the field assignments / refresh the data source list after calling the administration dialog


2000-12-08  Malte Timmermann  <mt@openoffice.org>  [2f03bfb55a32ab04c263824fb28262a5a2b5ae10]

ImplGetTextLines: Don't return a line with \n, when \n\n in Text...


2000-12-08  Nils Fuhrmann  <nf@openoffice.org>  [9d30da4375e39c14b083601e4e8cd776154e05cb]

Fix #81620#


2000-12-08  Sven Jacobi  <sj@openoffice.org>  [c5cee73ae8cdb2c8df6fa4d61f2a66da730ee43a]

#79896# when data is not available the stream is switched to synchronmode


2000-12-08  Mathias Bauer  <mba@openoffice.org>  [fd074523d6db7686d190256707d11de1f2d4b7a1]

#79541#: Caching of ViewOptions


2000-12-08  Mathias Bauer  <mba@openoffice.org>  [36c838891f111e8b44d7489ff4ec91bba65cf9d4]

#79541#: exchangeable product name cached


2000-12-08  Babak Mahbod  <bmahbod@openoffice.org>  [e88ed8dcd1d153f646a5b6912ab874fc52ad6a85]

DrawPixel, DrawLine, DrawRect, DrawPolyLine, and DrawPolygon methods were moved from Object-C to C++.


2000-12-08  Patrick Luby  <pluby@openoffice.org>  [0ccb4269a4ebf8d446e4728d222a65c1ab0d7595]

Syncronized painting from SalTimer with system driven calls to [NSView drawRect:] so that all system driven calls follow the same path to the painting calls.


2000-12-07  Babak Mahbod  <bmahbod@openoffice.org>  [e7b7e1016e67308304c9ec8c18c9e2992d065b18]

SAL graphics data member for tracking MacOS errors added. Open and close QD port APIs added. Initialization APIs added.


2000-12-07  Babak Mahbod  <bmahbod@openoffice.org>  [06affad94825b0e8fda61d52180013673f4b2571]

Updated SAL graphics data structure. Updated SAL graphics constructor and destructor methods.


2000-12-07  Stephan Bergmann  <sb@openoffice.org>  [e5b8ffdf78a0adc69992472aad82d36aa65fbefc]

#81569# Fixed bad $(progpath) and $(instpath) substitution.


2000-12-07  Eike Rathke  <er@openoffice.org>  [2b7f337f0780f5fc618c342cb730aee87b64d34d]

new: NF_KEY_R (acts as EE) and NF_KEY_RR (acts as GGGEE) for Xcl compatibility


2000-12-07  Philipp Lohmann  <pl@openoffice.org>  [3c83538a00992c339d787f28a7a566d91d8845e5]

#79518# #81463# set default document position and size


2000-12-07  Frank Schönheit  <fs@openoffice.org>  [55be0d885f8d97e463d32a92c8ab9f3d70545887]

#81557# use [$<currency>] to build the format string


2000-12-07  th  <th@openoffice.org>  [953360e4dc1c620058f7d9d75b5352fc5b5fb79a]

#79156# - Integrate Assertion to find this bug


2000-12-07  Herbert Duerr  <hdu@openoffice.org>  [439dd9cef85d13405b22a651bdd263a2f481e984]

implement chinese font size names


2000-12-07  Eike Rathke  <er@openoffice.org>  [23c41f2fe64d5681d929c8310f2b37a5e1587efa]

enhanced ConvertMode, SystemToSystem


2000-12-07  Kurt Zenker  <kz@openoffice.org>  [a7671da259fcd20e893b7e1185fc3de863e59388]

Merge SRC614: 07.12.00 - 16:39:33


2000-12-07  Kurt Zenker  <kz@openoffice.org>  [dfc67b653e4235689818a402ed7d41b69d59e1c1]

Merge SRC614: 07.12.00 - 16:38:58


2000-12-07  Kai Ahrens  <ka@openoffice.org>  [4c98746f80b51893c40b6d3331a4ff7a90ca215d]

#81317#: don't exchange cache entry while fireing swapin request


2000-12-07  th  <th@openoffice.org>  [3b90b824e0682fb90aac6e769b0d849673f6fbd3]

#80536# - More space between Text and Line in a FixedLine


2000-12-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [379421a19cddb4fc2adce36ebd752e3c86c54d88]

#58628#,#65293# __PRIVATE -> _SOLAR__PRIVATE


2000-12-07  Frank Schönheit  <fs@openoffice.org>  [124ded5e2178b5e5dcd8eea0818136b6cff5f8c4]

#81018# no \x<number> for the regexpr search - the new engine does not support this anymore


2000-12-07  Frank Schönheit  <fs@openoffice.org>  [d4fdef7af59e81aa6a74e476290cc8f6b0af11cc]

#81018# the BASEPROPERTY_VALUESTEP_DOUBLE is transported as double (as the name suggests:)


2000-12-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cc3d5fc332f71a18af40305e8c7355ac6ad2451]

#58628#,#65293# __PRIVATE -> _SOLAR__PRIVATE


2000-12-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [e93957298422e9673c91a43939967f876bdb5302]

#58628#,#65293# __PRIVATE -> _SOLAR__PRIVATE


2000-12-07  Kurt Zenker  <kz@openoffice.org>  [0d2c042d0b1f9c4e1285a92853c55015ddab7576]

Merge SRC614: 07.12.00 - 13:58:48


2000-12-07  Rüdiger Timm  <rt@openoffice.org>  [5a9d82fb3836c403f764ef27ca1fe6fa21d37829]

Merge SRC614: 07.12.00 - 13:58:32


2000-12-07  Kurt Zenker  <kz@openoffice.org>  [6d8a1e84b59e912e7f12e4dfd63b64489d4b1d67]

Merge SRC614: 07.12.00 - 13:57:13


2000-12-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [43d65b9db3cf77c1b03ed4b600924b5a26407dab]

#58628#,#65293# __PRIVATE -> _SOLAR__PRIVATE


2000-12-07  Mathias Bauer  <mba@openoffice.org>  [c56a0d8feb22dcaa53398a1eaaf917e021f5f955]

#80466#: new helper methods to convert filenames


2000-12-07  Nils Fuhrmann  <nf@openoffice.org>  [e3041a09803ab145d1d16305c31d2eb28c2d4de0]

Fixes for invalid file format


2000-12-07  Frank Schönheit  <fs@openoffice.org>  [1da8dc949fa00d632057a2609797a84161a8ff75]

fillHandles: assert if the name sequence is not sorted - prevents silent errors when calling setPropertyValues with a non-sorted sequence


2000-12-07  Stephan Bergmann  <sb@openoffice.org>  [828cf91907902e91888c4aeefb3c37495093b2f8]

#80244# Expanded vnd.sun.star.help scheme to allow ALPHAs as well as DIGITs.


2000-12-06  th  <th@openoffice.org>  [98a70e3d2e15d42d3ff48338365f60f91afd7936]

#81329# - Use Andale as UI Font


2000-12-06  Eike Rathke  <er@openoffice.org>  [9e5d3b1f426adb5e3b0774c1de9a0a8d5b23fc59]

#81431# G for non-gengou same as GG


2000-12-06  Malte Timmermann  <mt@openoffice.org>  [0073ed697d35260a90665ecca9f58a6be09213ea]

#81245# MUST changes for new TextSearch


2000-12-06  Stephan Bergmann  <sb@openoffice.org>  [a95a49b97a466c1f5a16b155c2c2ff3a5f0fac35]

#80720# workaround another C50 exception peculiarity


2000-12-06  Oliver Bolte  <obo@openoffice.org>  [ff6d1d0ec7b89fce62a32f507055dc94298f1965]

Merge SRC614: 06.12.00 - 15:04:45


2000-12-06  Sven Jacobi  <sj@openoffice.org>  [40d4f92b2dc6dfd51d376d170a9ada0cd141bf6e]

#73707# mapping wingdings xa7 to starbats x24


2000-12-06  Ocke Janssen  <oj@openoffice.org>  [5a913853e610c9b8b8c8238934661453ec610db7]

#80219# initialize with 0


2000-12-06  Mathias Bauer  <mba@openoffice.org>  [66fb7963fd072aeb7219533c16d301bd409011a1]

#80466#: wrong error handling in Stat()


2000-12-06  Kai Ahrens  <ka@openoffice.org>  [53038b3f57fee6ca91ef85eb81158b37ec2c9036]

#80507#: merge errors corrected


2000-12-06  Nils Fuhrmann  <nf@openoffice.org>  [ced2f3cf8f9cec60c07e0524f39bc34ddaf30ad5]

Fixes for merge


2000-12-06  Nils Fuhrmann  <nf@openoffice.org>  [998563e065a9b3ddf20a2a71457bd31bd8560bd6]

Fixes for merge


2000-12-06  Stephan Bergmann  <sb@openoffice.org>  [54247b23a7349ba334672bddc96a8dd58916f681]

#80720# Fixed EXCEPTIONSFILES typos.


2000-12-06  Kurt Zenker  <kz@openoffice.org>  [d13e80ceecd3acec10887f9fd068cd3adaf63a7c]

Merge SRC614: 06.12.00 - 11:30:55


2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [0d6afe41aeb7e91c49a7496e58f55cf059c772ed]

Merge SRC614: 06.12.00 - 11:30:25


2000-12-06  Kurt Zenker  <kz@openoffice.org>  [c7faac810e348c3c86e5419d75da5b81f9a87da4]

Merge SRC614: 12/06/00 - 11:29:38


2000-12-06  Kurt Zenker  <kz@openoffice.org>  [274c3685dc54338532765e52ad79681dca5d36d7]

Merge SRC614: 06.12.00 - 11:29:33


2000-12-06  Kurt Zenker  <kz@openoffice.org>  [6b0e62f9381523790448208ceb3a1852c8989aeb]

Merge SRC614: 06.12.00 - 11:20:15


2000-12-06  Kurt Zenker  <kz@openoffice.org>  [a74786b5b8b39f19772b29dfd0877376c1d32550]

Merge SRC614: 06.12.00 - 11:19:06


2000-12-06  Oliver Specht  <os@openoffice.org>  [6ece3722ea67d03c3cdeb7e9dc06b4ef0731c780]

#78812# reduce calls of commitChanges


2000-12-06  Christof Pintaske  <cp@openoffice.org>  [219e501e8a79a5ca5618551659c1191041160e48]

#81262# avoid loopback after 0xffff


2000-12-06  Peter Burow  <pb@openoffice.org>  [ed9661591028559e297e7ff8790e0ff9f3868747]

fix: #81353# missing SetModified() added in Set...-methods


2000-12-06  Mathias Bauer  <mba@openoffice.org>  [cc1dae47d03ffabacc714eaf835e97656a30b2ab]

#80246#: content type name for package folders changed


2000-12-06  Patrick Luby  <pluby@openoffice.org>  [15e422fb397f4289bb4f574acf4719f2c98767cb]

Reimplemented use of [NSApp run] for the event loop and use of NSAutoreleasePools.


2000-12-06  Patrick Luby  <pluby@openoffice.org>  [d93ce88d5be4847d2260240ed720d797f10cfc30]

Initialize SalGraphicsData struct members to NULL that are used the ~SalGraphics


2000-12-06  Babak Mahbod  <bmahbod@openoffice.org>  [d197c3d2abe6c23d729646ae960291a3c65c1258]

Utility routine to check the current port status.


2000-12-05  Babak Mahbod  <bmahbod@openoffice.org>  [60dcbc9b07b87e05fb5b9e2fae556340be4774c5]

Now maps index color to direct color in 8-bit and 32-bit modes.


2000-12-05  Philipp Lohmann  <pl@openoffice.org>  [64ca797d2b5a0746bbdfff799a273d7700ba9800]

changed SolarThreadExecutor to release SolarMutex temporarily to avoid deadlocks


2000-12-05  th  <th@openoffice.org>  [a74f8dd1d49f88c4e8548a9fceec4acb2d65bf64]

#81383# - Set/GetReadStringHook()


2000-12-05  th  <th@openoffice.org>  [efd1be064ddf95a356fe2e72a187913bcb4e0e6f]

#80539# - OKButton has now the right type


2000-12-05  th  <th@openoffice.org>  [eaad19a9c7befcb656f65f61062a0b62f672dbb0]

#80539# - Now the Dialog has the right type


2000-12-05  Oliver Specht  <os@openoffice.org>  [7a9c0f58b231aeded5626e72fe0c03b7838cc120]

#79489# EnableNotification: handle second call; take const parameters in SUPD > 615


2000-12-05  Nils Fuhrmann  <nf@openoffice.org>  [5bd873f8c5a26d48de73198899d10d89c4f5dd45]

New: conversion of xgf output to utf8


2000-12-05  Stephan Bergmann  <sb@openoffice.org>  [e4be28bcd11dc7895d7f489cc65e01ff50e6dbf6]

#80886# Added INET_PROT_VND_SUN_STAR_CMD; cleaned up warnings.


2000-12-05  Nils Fuhrmann  <nf@openoffice.org>  [1534e999b06494f94af6f1868914b5f4aea99a5c]

Fixes for merge


2000-12-05  Babak Mahbod  <bmahbod@openoffice.org>  [fc76bb7ba67306015ef11c1998103b3462763636]

CopyBits checks the source and destination rectangles. Salbmp now has PixMapHandle instance variable.


2000-12-04  Babak Mahbod  <bmahbod@openoffice.org>  [fe2adfca215af0bf6acdc770bc62d350da7d4896]

Quick fix for SalColor. Final solution for RGB color translation forthcomming.


2000-12-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [32647cc39d9e24796f9d96876c5f86e46e96d355]

#65293#: flush streams


2000-12-04  Patrick Luby  <pluby@openoffice.org>  [094fa0e6c904ce42521674619df041346ed43cf3]

Removed unused VCLAUTORELEASEPOOL data member.


2000-12-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [3cd4d316f59bbc28c0e7c2bb668fcdf0ee400fa7]

#65293#: includes


2000-12-04  Stephan Bergmann  <sb@openoffice.org>  [663459cb9005efb0bd25a99c0ffb4067451f4f5c]

#80720# Added remotecontentproviderscontrol.obj.


2000-12-04  Stephan Bergmann  <sb@openoffice.org>  [4806418e4d2974f2909c8e94efef8caad1ec951c]

#80720# Added remotecontentproviderscontrol.hxx.


2000-12-04  Christof Pintaske  <cp@openoffice.org>  [b8dd26b24265089ce677cd2732c59d4f83a73d82]

#79960# get vertical metrics correctly


2000-12-04  Andreas Schlüns  <as@openoffice.org>  [b681e99086b5793d097ab5df6833362c1db62466]

#80701# build right check URLs


2000-12-04  Peter Burow  <pb@openoffice.org>  [dc23bf69b01c1b293aba662d4ee78bb7b6c20805]

fix: #80384# now the variables '$(...)' survive


2000-12-04  Andreas Schlüns  <as@openoffice.org>  [a36de7f1fb9603958dfef647245010637c691cda]

#80528# use right set-handling; use shortname mechanism


2000-12-04  Andreas Schlüns  <as@openoffice.org>  [2d695ed9a9f01a21701fe6d57072bdbca379b7f3]

#80173# repair set-handling


2000-12-04  Mathias Bauer  <mba@openoffice.org>  [cc028a498ff5cf88de801129f9537a9310615da9]

#80466#: several bugfixes for substorages; execption handling implemented


2000-12-04  Mathias Bauer  <mba@openoffice.org>  [21ce9d29315db9bfd0dffb0cee91258e31bf9fa7]

#80466#: IsStorage now preserves file position


2000-12-04  Mathias Bauer  <mba@openoffice.org>  [f3fc065790cf92e60b4360f29322b24ba9857a07]

#80466#: friend access eliminated


2000-12-04  Kurt Zenker  <kz@openoffice.org>  [8d0bea7c0352bb6175052483cafbbd9f806f3b0e]

Merge SRC614: 12/04/00 - 11:59:56


2000-12-04  Kurt Zenker  <kz@openoffice.org>  [53c311cfc7be60534626ea955eabf0076e196f0b]

Merge SRC614: 04.12.00 - 11:59:08


2000-12-04  Kurt Zenker  <kz@openoffice.org>  [4f5c0845c1c4fce8e8ccdb20869890800051d1dc]

Merge SRC614: 04.12.00 - 11:57:42


2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [5189687f3655b0f7b5686ef96fb3a7cf6baf668c]

Merge SRC614: 04.12.00 - 11:57:15


2000-12-04  Oliver Specht  <os@openoffice.org>  [82e08935a42cfad73256c9f89ea8fa4ec6ce177e]

#81185# Notification prevention completed


2000-12-04  Vladimir Glazounov  <vg@openoffice.org>  [daede68941cca2fe4aafe8b773b0f906b5f10913]

MUST change: CommandAbortedException moved to namespace ::com::sun::star::ucb


2000-12-04  Oliver Specht  <os@openoffice.org>  [0b82be7a4c790348c10b4cb58a7852b41f98ebef]

#81185# Notification prevention completed


2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [7cd0e9d885e905ea9ac6af0ab1b20ade14dc4405]

#65293# merge error


2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [287a802275e3594853a5e9e048aea43bc8c61e21]

#65293# extra semicolon removed


2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [388c8095e5cfdd969350dbb6f50ee40b02e5f407]

#65293# exception specification added


2000-12-04  Eike Rathke  <er@openoffice.org>  [be1cac70c5a13fcb05ee077f8cfdb435eece3b00]

#80911# other calendar may be any non-gregorian


2000-12-03  Patrick Luby  <pluby@openoffice.org>  [3e057b5f20ba3a1198403105538d35e5ac93eb25]

Consolidated VCL drawing routines with VCLView drawing methods. Implemented resizing of window with a lot less flashing during repainting. And repaints no longer paint over the window's resize box.


2000-12-02  Christof Pintaske  <cp@openoffice.org>  [1037693df0f9a180633a088bfac37662abd920c3]

#81143# two xlfds compare equal without machting average width, so dont care


2000-12-02  Christof Pintaske  <cp@openoffice.org>  [2eb954d4bf4ca29b2e9252b16c273878634d4e63]

81143# double check for created font


2000-12-02  Michael Brauer  <mib@openoffice.org>  [caa514fd5cccdf6ed9e1c2935ee209304baa9548]

#80466#: Open stream read only when calling IsStorageStream


2000-12-02  Kai Ahrens  <ka@openoffice.org>  [fd84bb3dd4f90231f2faf008ccd410c973cb1df8]

#80795#: added user data


2000-12-02  Michael Brauer  <mib@openoffice.org>  [e1a04f6b23a50ddf7f736892f784dc780518864b]

#80466#: some forgotten initializations


2000-12-02  Patrick Luby  <pluby@openoffice.org>  [9bab3e7e1cdfa2330ef3aef44af3e74c478107bd]

Convert variable names to StarOffice standard and add if statements before invoking C wrapper functions since the SalFrame class supports lightweight widgets.


2000-12-02  Patrick Luby  <pluby@openoffice.org>  [d899d6b6ac4040a6aa3a66f7f1191821bfd7d804]

Implemented VCLAutoreleasePool that does not releasing of Objective-C objects. This gets rid of the conflicts between VCL's use of multiple threads and Cocoa's use of separate NSAutoreleasePools in each thread.


2000-12-01  Gene Anaya  <ganaya@openoffice.org>  [e06e82620d4caa791352eb7c0a42d0166dd30681]

Add ability to trap the event when a window resizes.  Cache the size of the content rect when a VCLWindow is created via VCLWindow_new


2000-12-01  Patrick Luby  <pluby@openoffice.org>  [1a199fe22a44f7354eca1e86a930a5cf7b67493b]

Implemented a more efficient SalTimer mechanism to ensure more timely redrawing.


2000-12-01  Patrick Luby  <pluby@openoffice.org>  [5180eb96d20378b273cc403e450a16865053db0b]

#ifdef'd out test code in SalFrame::Show so that we can let platform independent code draw instead.


2000-12-01  Philipp Lohmann  <pl@openoffice.org>  [52015df0be6afcd49fb5112d4621af5cb90562ca]

#78856# implemented the new canonical default positioning of frames


2000-12-01  Patrick Luby  <pluby@openoffice.org>  [bcddcb969b099676314024052eede97ce4ed699a]

Added stub code to get lightweight dialog windows to open and close.


2000-12-01  th  <th@openoffice.org>  [2e35d1451fce195088d14eb25b657f94be9b1303]

#78856# - Now all Dialogs are SystemWindows


2000-12-01  th  <th@openoffice.org>  [735c62401707eac99ea4c824e50aa3aa50db7501]

#78856# - Better Default-Positions for Dialogs


2000-12-01  Peter Burow  <pb@openoffice.org>  [aafde75a10434a2f8937aabc467e86ab4a3bc367]

fix: #78815# the wrong index for GetToken() used


2000-12-01  Kurt Zenker  <kz@openoffice.org>  [82cc7724e681ee97e16d3ae69751a7cb07aa292e]

#79630# database and trash path removed and ignored


2000-12-01  Mathias Bauer  <mba@openoffice.org>  [1222035e3e80bd80784779f984c7b13c5cbff807]

#80528#: config problems


2000-12-01  th  <th@openoffice.org>  [b09c150a6fc490a60dff83dfb6b309adc6609f26]

#80536# - FixedLine start with the text now at 0 and not with an offset


2000-12-01  Philipp Lohmann  <pl@openoffice.org>  [9a96fedd9d95736aba8d1a84afc0d8e8b6517675]

#79839# oops ... forgot to search for german in SearchCreateResmgr


2000-12-01  Philipp Lohmann  <pl@openoffice.org>  [461cabaab0d8f377d7e4027af6484b24b92386df]

#78856# default positioning of dialogues


2000-12-01  Philipp Lohmann  <pl@openoffice.org>  [c0ab4efb4a9fb37339a7403d163e5078456a694d]

removed obsolete StarDivision copyright statement


2000-12-01  Kai Sommerfeld  <kso@openoffice.org>  [3df58a5f6059554dcf897ea1c6a75b2baf22e518]

#80246# - Fixed Content::writeStream(...).


2000-12-01  Peter Burow  <pb@openoffice.org>  [a6df2790fe87de436b1a7c8162dd89f34e4f884d]

fix: syntax error on src615


2000-12-01  Mathias Bauer  <mba@openoffice.org>  [0946968da72cae7a47bf368a0097387897c25d4c]

#80466#: LocalFileHelper moved


2000-12-01  Mathias Bauer  <mba@openoffice.org>  [2ee4384a3703f2f7d1959405e66ee15e9b5f4258]

#80466#: LocalFileHelper.cxx


2000-12-01  Mathias Bauer  <mba@openoffice.org>  [66ebcc58ee2ea85ff6bab5eb7914e0527c8a3c3f]

#80466#: new method GetFolderContents


2000-12-01  Mathias Bauer  <mba@openoffice.org>  [49e39599e5dcc056abb7336c0048b7a2968b536e]

#80466#: substorages implemented


2000-12-01  Mathias Bauer  <mba@openoffice.org>  [28e87569ce74ce809691d396a535f0f75563a2a5]

#80466#: enable OLEStreams even for UCBStorages


2000-12-01  Mathias Bauer  <mba@openoffice.org>  [6d200559e10b181686fa0f0da00c63b5a500d6e4]

#80466#: new UCBStorage ctor with root flag for creating substorages


2000-12-01  Kurt Zenker  <kz@openoffice.org>  [9fbcb8ff167fa5a6d629caee4db8c4d749a448f0]

Merge SRC614: 01.12.00 - 12:15:31


2000-12-01  Kurt Zenker  <kz@openoffice.org>  [f98eb7c8cfeca7380b564fb32fae4aeeb1abb6cc]

Merge SRC614: 01.12.00 - 12:15:27


2000-12-01  Michael Brauer  <mib@openoffice.org>  [b812334972f25ebc036cbb0cc24a6df44d4904c1]

#80466#: don't create duplicate contents


2000-12-01  Nils Fuhrmann  <nf@openoffice.org>  [76c48242ab8fb256cd24001f760157b8e5f7aabd]

Fixes for error output: Correct conversion between lang id and ByteString


2000-12-01  Kai Sommerfeld  <kso@openoffice.org>  [2980ad2923e95589fa3c4ce9266f597ad2861553]

#80644# - ::ucb::ContentCreationException -> ::com::sun::star::ucb::ContentCreationException


2000-12-01  Kurt Zenker  <kz@openoffice.org>  [f420283d42c3aa0cc80b378dd9293e6bb76d3d3a]

Merge SRC614: 01.12.00 - 08:54:05


2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [2cef1a252651976dc3d07ebeaf3ec0a5660c37cd]

Merge SRC614: 01.12.00 - 08:53:41


2000-12-01  Kurt Zenker  <kz@openoffice.org>  [bfab691108f8a9278b6c483484925ab7fa2c1e14]

Merge SRC614: 01.12.00 - 08:52:36


2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [8e5a80636f025815defa6f48f05370a02063fef1]

Merge SRC614: 01.12.00 - 08:52:08


2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [96f528aa0fcf1857d0b19a43f75de828927fe60c]

Merge SRC614: 01.12.00 - 08:51:04


2000-12-01  Kurt Zenker  <kz@openoffice.org>  [fc4a9feccbc76b42a531c8170838f7fb2ada29b6]

Merge SRC614: 12/01/00 - 08:50:42


2000-12-01  Kurt Zenker  <kz@openoffice.org>  [1cb3922d1611fb82cd3fb512818051b4034233c0]

Merge SRC614: 01.12.00 - 08:49:30


2000-12-01  Peter Burow  <pb@openoffice.org>  [d0ae9242abc697382dec15252f787927b2c7652d]

fix: #79630# database and trash path removed


2000-12-01  Babak Mahbod  <bmahbod@openoffice.org>  [9eb073681cd09ac0f63794b864ac13a45f72e57b]

CopyBits implemented inside "salgdi.h" Initial implementation of SalGraphics constructor and destructor. More color support.


2000-11-30  Patrick Luby  <pluby@openoffice.org>  [1ba975ba22bb74e4d6910b40c32cb6a05499b0b8]

Added Mac OS X library file extension


2000-11-30  Mathias Bauer  <mba@openoffice.org>  [f61d7d20f415399f15564a034568ec6c3e40d53d]

#80466#: changing mode to readwrite must reopen elements


2000-11-30  Mathias Bauer  <mba@openoffice.org>  [274904c2007dd6489479f52994b21fa937693b68]

#78327#: Set Buffersize


2000-11-30  th  <th@openoffice.org>  [749adabc9c2923f8daae1b519b2734613ea38b2f]

#79011# - Change wordwise Underline/Strikeout behavior


2000-11-30  Rüdiger Timm  <rt@openoffice.org>  [7184d4b2398eaca117c98f5d8d9367b005af724d]

#79933# fixed SetMinClientSize


2000-11-30  Oliver Specht  <os@openoffice.org>  [cefd5dc2bed2b03fc84c30829c65518213e882ae]

#80600# SetSetProperties/ReplaceSetProperties: handling of simple set elements corrected


2000-11-30  th  <th@openoffice.org>  [ac2ce9b0f00dea502a571726565900c65b8d7746]

#80607# - If ExtTextInput ended, because buffer is delete, restore Cursor state


2000-11-30  Mathias Bauer  <mba@openoffice.org>  [b98ca8c030a0e73c7fbbaf590842bbb8ac3fafab]

#80466#: bug in ctor/Init of UCBStorage_Impl


2000-11-30  Peter Burow  <pb@openoffice.org>  [4d72d243f334d5f30e625967cb5204ca7e98c2b4]

fix: #80772# SearchFile() now returns only URL's


2000-11-30  Kai Ahrens  <ka@openoffice.org>  [1adf516856d87781c467ec6d36fbd9be12e2eb18]

support for pure ID objects optimized


2000-11-30  Oliver Specht  <os@openoffice.org>  [4d7da45ced1df0976d809f0b3394331b39d58908]

#80984# ::changesOccured: relative paths


2000-11-30  Mathias Bauer  <mba@openoffice.org>  [29e9fd945c5c8f4253cefce7be9377c54eaf7774]

#80466#: wrong parameters


2000-11-30  Mathias Bauer  <mba@openoffice.org>  [eb93569d4002137d00bb77bd4400d6a54700ce83]

#80375#: better error handling


2000-11-30  Mathias Bauer  <mba@openoffice.org>  [c9a573ad8bebeadfbdc956a40ff3a1d55c8ca2c2]

#79541#: new direct property for product name


2000-11-30  Mathias Bauer  <mba@openoffice.org>  [6041b1554f58d65f2377230d169e10c775d14d8e]

#80466#: new methods for creating UCBStorages


2000-11-30  Babak Mahbod  <bmahbod@openoffice.org>  [ff1b24b2d87d8fc75d94ff9d473bd6114e4289de]

Added more color support. Added support for DeepCopyMask. Added APIs for locking and unlocking focus.


2000-11-29  Patrick Luby  <pluby@openoffice.org>  [2729cc70cb3e7c0d4b0fb19a86b1f9d058c11cff]

Implemented event handlers and timers that manage painting.


2000-11-29  Babak Mahbod  <bmahbod@openoffice.org>  [48a46d34f125825361a9f03949fed12a9bb84998]

Color primitives were added.


2000-11-29  th  <th@openoffice.org>  [ddf872c211ef1c122dd58df1eff87e9f0fbb438a]

#78679# - Don't set the focus, if Window isn't Enabled or isn't InputEnabled.


2000-11-29  Philipp Lohmann  <pl@openoffice.org>  [51918de0274e910441131a7260fecb63c0416fd0]

#79960# dont leave members uninitialized


2000-11-29  Mathias Bauer  <mba@openoffice.org>  [893ad72aea5d63afd40202e0d2c14f2a5500aaf5]

#80966#: some members removed from config


2000-11-29  Thomas Lange  <tl@openoffice.org>  [f00ee8498a02eeebf4329d6ae0f5edfeb70ac6e2]

#80600# Nodes, childs and / recognition enhanced


2000-11-29  Christof Pintaske  <cp@openoffice.org>  [1d4f01683290769417d2fdb952e0bb294b35ba64]

#80937# check for valid service factory


2000-11-29  Daniel Boelzle  <dbo@openoffice.org>  [4346284cebecd078a74d95c8d2fcf14399e6c53f]

#79029# misc opt


2000-11-29  Daniel Boelzle  <dbo@openoffice.org>  [9dc79c10190a82dee3c7eb596870761e2bdc32b3]

#79029# introduced Misc config items


2000-11-29  jp  <jp@openoffice.org>  [3326ba7cb83de5d32ae5c1947ce33c9add41446e]

Task #80794#: AddXMLToStorage - use the new configuration


2000-11-29  jp  <jp@openoffice.org>  [53d3daa244528b006793712b40177a5200b778ee]

Task #80794#: AddXMLToStorage - use the new configuration


2000-11-29  Peter Burow  <pb@openoffice.org>  [1f051149163c1d9070e2de8706d884c3d3f2a5ed]

fix: #80908# NULL-Sequence can not be filled


2000-11-29  Kai Sommerfeld  <kso@openoffice.org>  [63f30e1dace97575c796cbd78dfc910c0f37b95a]

#80444# - Use defines for UCB configuration keys.


2000-11-29  Kai Sommerfeld  <kso@openoffice.org>  [ff1e9964bfc2fbf14c4b69bbe90bb4dd9c820497]

#80444# - Fixed UCB initialization.


2000-11-29  Kurt Zenker  <kz@openoffice.org>  [c099ffa1a71f86a831cb02591c5b61065c03be73]

Merge SRC614: 29.11.00 - 10:07:10 (NoBranch)


2000-11-29  Kurt Zenker  <kz@openoffice.org>  [96ab78c1886d02628675068b4d4444012c8ef450]

Merge SRC614: 29.11.00 - 10:08:34 (NoBranch)


2000-11-29  Kurt Zenker  <kz@openoffice.org>  [2e6608706d339015948530b7f89be9cf92d5b4fa]

Merge SRC614: 29.11.00 - 10:05:53 (NoBranch)


2000-11-29  Frank Schönheit  <fs@openoffice.org>  [ccb4faa3e51238598a80f2a87e9d1e87d25794c9]

arghhh ... build the correct attributes in registerMayBeVoidProperty now (hopefully ...)


2000-11-28  Eike Rathke  <er@openoffice.org>  [fc4625ed0b8d71300affaa6c05029271918072c9]

#80890# GetKeyWord: a following match must have at least as much characters as the previous match


2000-11-28  Patrick Luby  <pluby@openoffice.org>  [59a59d29b7bd9605ed5829ebf6777fe48b5767af]

Moved #include <QD/QD.h> from VCLGraphics.m to salgdi.h so that QuickDraw can be used in C++ code.


2000-11-28  Philipp Lohmann  <pl@openoffice.org>  [7673b345a4c5c00005673d89e9747783eb4b052a]

#79933# use XtResizeWidget instead of XtSetArg


2000-11-28  Philipp Lohmann  <pl@openoffice.org>  [9ce869918ef9053b0cf3b9183af2ed252590fc31]

#76725# #78679# default size, modal dialogs raised if document comes in front of them


2000-11-28  Eike Rathke  <er@openoffice.org>  [352feb0509ff7fb415a021b162f50286e8fa7407]

#80810# ImpGenerateCL: check FormatElement formatindex for dupes


2000-11-28  Philipp Lohmann  <pl@openoffice.org>  [666f47151589b21241e4f1cc44463c03d7797078]

do not create unnecessary directories


2000-11-28  Oliver Bolte  <obo@openoffice.org>  [d9e17714ef23a129c1cfbcd471b30e6c619df790]

undo of the last change


2000-11-28  Peter Burow  <pb@openoffice.org>  [dbd712dbbfcc858e87e4621c989afa9c09b9eeae]

fix: #80743# it was used the wrong length to replace $(userpath)


2000-11-28  Nils Fuhrmann  <nf@openoffice.org>  [9ee703aaac800e96b19926353cc312ffab093c90]

Fix: Merging now possible, needed for #80592#


2000-11-28  Martin Hollmichel  <mh@openoffice.org>  [1c4b3926c3826f903a7440da7c463da5da55b712]

chg: header for Solaris8


2000-11-28  th  <th@openoffice.org>  [45ea75e0a9c883909d0c76169112797ea4c5186a]

#79564# - EventHook is also called, if the Window is disabled


2000-11-28  th  <th@openoffice.org>  [8655463d900781dfd44f635596f9ef3367f9984e]

#79564# - EventHook is also called, if the Window is disabled


2000-11-28  Martin Hollmichel  <mh@openoffice.org>  [3bb916aa0142b0f116fb6cbfe9ce51401767f6ee]

chg: header for Solaris8


2000-11-28  Herbert Duerr  <hdu@openoffice.org>  [64423a767e829571061deb6bc97c601670ae3f4d]

complete kerning in serverside font feature


2000-11-28  Patrick Luby  <pluby@openoffice.org>  [12c604352e2fa5efa6d2292e4e51e60cdfa0279f]

Added initial implementation of mouse event handling


2000-11-27  Patrick Luby  <pluby@openoffice.org>  [81fdd833068d35f189d0017763a44cc5930a9060]

Implemented SalFrame::Beep method.


2000-11-27  Nils Fuhrmann  <nf@openoffice.org>  [1ecc43e0fc2db7289099ffa3cf4cedcc81b22c8c]

Added cfgex


2000-11-27  Nils Fuhrmann  <nf@openoffice.org>  [79d92f7d59de06dedd3abb84a66d0b815dc662a4]

Added new functionality for GIF genaration: #78885#


2000-11-27  Patrick Luby  <pluby@openoffice.org>  [d013664750c3fbc522a57e55328f60c59f8ed208]

Implemented closing of application when main application window is closed. These changes have made modal windows non-modal pending implementation of VCL's modal code.


2000-11-24  Eike Rathke  <er@openoffice.org>  [1e606c763bd25b68d30a183ce9f407b0dc7ca44a]

#80660# support multiple calendars; new era, year, day formats


2000-11-24  th  <th@openoffice.org>  [310bf5823e1324299756f8d37d07d3d116879dd0]

#80271# - MinWidth/Height #76725# - Default Position/Size


2000-11-24  th  <th@openoffice.org>  [bca16b4db0919a3b5cd9f5d34e9f9ca8da4985fa]

#80271# - MinWidth/Height


2000-11-24  th  <th@openoffice.org>  [b20c83bb76c0a8b53e51ea4a3ea455bd05cb5c7c]

Assertion for AppServer, Unicode-Support for Windows-Assertion-Box


2000-11-24  th  <th@openoffice.org>  [14705a7b381c0023d140c97174a7b2118ca299a9]

#76725# - Default Window Size


2000-11-24  th  <th@openoffice.org>  [53822c9a3d6006b7121fa173fa527c492340480d]

#80271# - SetMinOutputSizePixel()/GetResizeOutputSizePixel()


2000-11-24  th  <th@openoffice.org>  [0bba09f443fff2aecb17d0ca86f5dc346df96bdb]

#79656# - Andale WT UI


2000-11-24  Herbert Duerr  <hdu@openoffice.org>  [04f58ba6daf9e05bc35e959d48dc0bc9c5501b68]

add kerning for serverside fonts


2000-11-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e720003f4fce66b3a193386a6917a08feb9db313]

#65293#: temporary disable UCB storages


2000-11-24  Oliver Specht  <os@openoffice.org>  [d917693e9bd5925ab7987dfcb24d14b0e68a8c93]

#80600# Get/SetCheckButtonState: survive if no CheckButton is available - otherwise non-Checkable entries are impossible


2000-11-24  Andreas Schlüns  <as@openoffice.org>  [595b9ca3046b08797d473eda26efaed24a79c94c]

#80739# wrong convertion for vlangid


2000-11-24  Kurt Zenker  <kz@openoffice.org>  [8b514cd7483591b1ceec1592f8419d5059334c28]

Merge SRC614: 24.11.00 - 16:57:12 (NoBranch)


2000-11-24  Kurt Zenker  <kz@openoffice.org>  [1c0b3c9a981bc60565558e0ef82f69cc760befd7]

Merge SRC614: 24.11.00 - 16:55:33 (NoBranch)


2000-11-24  Frank Schönheit  <fs@openoffice.org>  [cd38f5f7cac343a3a2405d829413e1524d646cca]

#80569# +addresstemplate/genericunodialog


2000-11-24  Frank Schönheit  <fs@openoffice.org>  [cd1f08e390e7e2ddd7ca2df2ecbfc64904065d06]

#80569# service registration for the dialog defining a address book source


2000-11-24  Frank Schönheit  <fs@openoffice.org>  [df7cb5e4cd9aa1d72aa379b8747a30a7a4f864a5]

#80569# +genericunodialog/addtempuno


2000-11-24  Frank Schönheit  <fs@openoffice.org>  [877677a0446bca9dfc0310bf3e3999c9c576352a]

initial checkin - frame for dialogs usuable as UNO service


2000-11-24  Frank Schönheit  <fs@openoffice.org>  [0c98ebb6f86620a143decc1f373b3c1191030261]

#80569# +addresstemplate.cxx


2000-11-24  Frank Schönheit  <fs@openoffice.org>  [51f20d03def8b61ba5c279214b1e38252ce77c5c]

initial checkin - dialog for defined a address book source


2000-11-24  Oliver Specht  <os@openoffice.org>  [e4f02a95b715cdd343950beded2b16e0f280eed9]

#80569# +ClearNodeElements


2000-11-24  Oliver Specht  <os@openoffice.org>  [a20759d4872212dc28baad7048f5581bce3a2792]

#80698# create configuration provider with servertype argument


2000-11-24  Oliver Bolte  <obo@openoffice.org>  [a96a332a169fbb01f866d99e939d40e5f90f2762]

deliver hpp and hdl for padmin project


2000-11-24  Kai Ahrens  <ka@openoffice.org>  [f0d04c5218809c053f6ffa4ed96775b1d47a5817]

added supported for rotated graphics to be printed


2000-11-23  Eike Rathke  <er@openoffice.org>  [2eced32cfbc329c28d0b1d9b627440a35af55692]

#80660# loadCalendar: output requested Locale in assertion too


2000-11-23  Eike Rathke  <er@openoffice.org>  [b25b60d161cabd6137dea1e1bc99be2a841e76f6]

#80660# loadCalendar: output requested ID in assertion


2000-11-23  th  <th@openoffice.org>  [3d80a9ad64bac9c4b52aa5206b7a8db067443a67]

#80607# - EndExtTextInput mode, if text is empty


2000-11-23  Philipp Lohmann  <pl@openoffice.org>  [97526b2ddf4aba75fc2e14c86be35bb53c9a6c8c]

#79960# some printer do not have any input slots


2000-11-23  Oliver Bolte  <obo@openoffice.org>  [a4c0d748fa14f4e73b27e9f4ee185edefbeb2a5f]

#65293# Use marco FREETYPELIB because link problems with unix


2000-11-23  Malte Timmermann  <mt@openoffice.org>  [f2a36d98d60fe607c55f4866451a3e7a51352ff9]

ImplNewFont: Corrected offset calculation for ALIGN_BOTTOM


2000-11-23  Gregor Hartmann  <gh@openoffice.org>  [48b9ddc857f94cef2dfa4f27512a73c29411ca3f]

#79568#translationwin works with multiple SystemWindows


2000-11-23  Peter Burow  <pb@openoffice.org>  [f56e9ad4f0c771b66f75381a665d8fcb5e47d970]

fix: #80667# use $(userpath) instead of $(user)


2000-11-23  Peter Burow  <pb@openoffice.org>  [62f2b58e4efe5edc2ddb457c590838f61e499358]

fix: #80666# new xml path 'Office.Common/Path/Current'


2000-11-23  Eike Rathke  <er@openoffice.org>  [287156a972150606c3b32ca9d577dba7a4adf34d]

#80660# new format codes AAA, AAAA, E, EE, G, GG, GGG for day names, years and era names


2000-11-23  Peter Burow  <pb@openoffice.org>  [7b4b9d58a9acc629d075492e73a07853b9550191]

fix: #80647# convert to path now obsolete and now wrong -> removed


2000-11-23  Philipp Lohmann  <pl@openoffice.org>  [fa56dea72f3bfc22df490757b392c15466a8d755]

#79960# added EPS for psprint


2000-11-22  Mathias Bauer  <mba@openoffice.org>  [1669c301b59b32c1dff283b9cae2d66d2e761862]

Can't use UCB in ctor because UCB uses PathOptions!


2000-11-22  Herbert Duerr  <hdu@openoffice.org>  [40a5acb5339172d65c30f8d87523958474d1c40e]

fix possible garbage collection escape


2000-11-22  Stephan Bergmann  <sb@openoffice.org>  [9e37f3952814cd346ea46ec4d58a82780685a2dd]

Removed obsolete RevealMailAddress/UserAgent configuration entries.


2000-11-22  Herbert Duerr  <hdu@openoffice.org>  [bba0f412db405d544639acd641eb0112779c1311]

throttle garbage collection, change fontpath separator to semicolon


2000-11-22  Rüdiger Timm  <rt@openoffice.org>  [c1990edd804a57f26174527f419c79d26c92a31e]

take the correct object file for building shared library libsvl


2000-11-22  Nils Fuhrmann  <nf@openoffice.org>  [4b8c5a635157ccb0e7e5f05baf38896ea4e12fed]

Fixes after merge


2000-11-22  Nils Fuhrmann  <nf@openoffice.org>  [3381afd91dafed7d9290b6b5dacda65161b10b48]

First implementation of CfgMerge. This supports localization of xml configuration files


2000-11-22  Martin Hollmichel  <mh@openoffice.org>  [282d65eeddfd587ef88f75f1d6fa5e16f898220d]

new version for SRC614


2000-11-22  Peter Burow  <pb@openoffice.org>  [02805a8a65b71ff9eada9cc1ad20b3b951cdc6b5]

fix: #80571# SubstituteVariable() now supports '$(workdirurl)'


2000-11-22  Martin Hollmichel  <mh@openoffice.org>  [a769bbc977ce0b5f40b617e2975ace52af8a02fd]

new version for SRC614


2000-11-22  Martin Hollmichel  <mh@openoffice.org>  [fe41c42bf05d53606e13ec4f15360dfadfe402ac]

initial version


2000-11-22  Nils Fuhrmann  <nf@openoffice.org>  [979102e549249bd1a1c1d169a41be085c51cbecf]

New structure for final implementation of CfgExport


2000-11-22  Herbert Duerr  <hdu@openoffice.org>  [f4ebcff7c505e27ab9890b7b5f6af5ec5d193f3b]

support mbVertical


2000-11-22  Mathias Bauer  <mba@openoffice.org>  [eeb8280fec85834fa745322f9b75dcf27f26c942]

#80571#: wrong name for createinstance method


2000-11-22  Nils Fuhrmann  <nf@openoffice.org>  [6510c95db5297c28a6a5315c6d69104e2747ddf4]

First implementation configuration parser


2000-11-22  Oliver Bolte  <obo@openoffice.org>  [b3768383e4d2cbd1b5f637a65ccc023854c777ab]

#65293# saldisp is always a disp since psprint


2000-11-22  Ocke Janssen  <oj@openoffice.org>  [38595cd3f9c3a92eaedde28caaa1912a90b5947c]

initialize the values with zero


2000-11-22  Patrick Luby  <pluby@openoffice.org>  [6d7ce8ca6e2d8d1e194cd09fed0b5a2e16859125]

Adjusted tabbing to conform to StarOffice standard style.


2000-11-22  Patrick Luby  <pluby@openoffice.org>  [0d4697e09f398c1e7dbbb0494e84028b18e21fc8]

Converted data members, variable names, and C wrapper functions to StarOffice standard style.


2000-11-22  Patrick Luby  <pluby@openoffice.org>  [85301c303a40951a960d81ac60ebc635acfbf1b0]

Commented out code in GetClientSize and SetClientSize methods as they were breaking modal dialog windows.


2000-11-21  Andreas Schlüns  <as@openoffice.org>  [2f5d4f3f0eb394292d383a244974ba97fb7fd70f]

#80173# repair history and picklist


2000-11-21  Stephan Bergmann  <sb@openoffice.org>  [e4e3f8b6eab2be0bebcd4d0a68e8bf385eace990]

Allow an empty 'reg_name' in vnd.sun.star.help URLs.


2000-11-21  Kai Ahrens  <ka@openoffice.org>  [4afa0a577095123ff18299f21aec39f0bf0a1195]

added popart filter


2000-11-21  Gene Anaya  <ganaya@openoffice.org>  [167216e1e0c57548132cf36bfbfa280094a43b01]

Add VCLWindow_setSize to resize VCL window


2000-11-20  Babak Mahbod  <bmahbod@openoffice.org>  [f75bc2218a7396dfe9a367b5d5c16e9b90117854]

Follow the suggested coding standards.


2000-11-20  Babak Mahbod  <bmahbod@openoffice.org>  [5c1542e6cab9e3bdd213680a5a1eca6375de590a]

Pixel, color, black & white, setting primitives.


2000-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f8fa716b7e263b6118aa30c67901974311a3be7]

##65293#: extern functions can't be static


2000-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [48d53cf21264892e039648e274453b7f515af9b0]

#65293# move text::WordType to i18n


2000-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0ba5e1625883648f6fe36fae936717906bbd78e]

#65293#: WordType moved to i18n


2000-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [88dc02867e6eab606ebfc7d4e8736db9a9c5970d]

#65293#: syntax


2000-11-20  Andreas Schlüns  <as@openoffice.org>  [ae20623b8b813fb03c835d2bf3f7db6ba0999f94]

#80512# set cahnged data to modified; use right rootnode for dynamic sets


2000-11-20  Nils Fuhrmann  <nf@openoffice.org>  [909d88644319aeb822f566755cffa0430ef6db22]

Added new functionality for localization of configuration


2000-11-20  Malte Timmermann  <mt@openoffice.org>  [91c57f16708bf71ce5e4f72a9e6ec64419b65936]

MUST changes, XBreakIterator moved to I18N


2000-11-20  Christof Pintaske  <cp@openoffice.org>  [14d3878afd6569d3a532b9603030439ba0c0cdbe]

new magnify cursor


2000-11-20  Malte Timmermann  <mt@openoffice.org>  [91ed0143429f1506e1e217a8aae6971587f40ab3]

MUST changes TextSearch


2000-11-20  Nils Fuhrmann  <nf@openoffice.org>  [93569a25b8c84051eac296ed04435f96f8d76a62]

Added new functionality for localization of configuration


2000-11-20  Christof Pintaske  <cp@openoffice.org>  [f61c2e85594196708b2c3432268ced4d09d0f549]

added vertical cursor


2000-11-20  Mathias Bauer  <mba@openoffice.org>  [3301dde82877c1e2c8e23db5c9ee7a105ac7c370]

Pathname resources moved to SFX


2000-11-20  Mathias Bauer  <mba@openoffice.org>  [ea5517b58370b8a864f3f91f06baec6ba383282c]

#80466#: more libraries for new UCBStorage classes


2000-11-20  Mathias Bauer  <mba@openoffice.org>  [6695771afe2121ee1bec8cec528335d312f08e7b]

#80466#: new UCBStorage classes


2000-11-20  Mathias Bauer  <mba@openoffice.org>  [d6ac40321028cf7a3f1f7a72a0e638b2aca260a2]

#80466#: be aware of new StorageStreams


2000-11-20  Mathias Bauer  <mba@openoffice.org>  [43dfc973ed47ed6c56adab787fc162db4053d9f1]

#80466#: new Copy method to support new JAR storages


2000-11-20  Mathias Bauer  <mba@openoffice.org>  [c5573549704c7c7faca763bb38f5328c8b84298c]

#80466#: new abstract base class for class Storage to support new JAR storages


2000-11-20  Mathias Bauer  <mba@openoffice.org>  [a80fb3f562a8be66153792821af010008c797324]

#80466#: new ctor to support new JAR storages


2000-11-20  Christof Pintaske  <cp@openoffice.org>  [c9fc2e16820a4f0f4c160a5169ab0295328f44b2]

XCollator/XTransliteration/XBreakIterator moved to i18n


2000-11-20  Oliver Specht  <os@openoffice.org>  [e0022a62b64684e935c395bd6af8dae1ced5d316]

second interface for use in deamons


2000-11-20  jp  <jp@openoffice.org>  [2cb100f116050cbe843494cc32a4afabf911db44]

srch lib removed


2000-11-20  Peter Burow  <pb@openoffice.org>  [4cf36d95fbd6a75de4e7c9b84879634495b986e8]

chg: new xml-path


2000-11-20  Patrick Luby  <pluby@openoffice.org>  [c1a192f4b6ad607c1e8a193b2b8377f8134cdb24]

Implemented modal event loop to support modal dialog windows


2000-11-20  Patrick Luby  <pluby@openoffice.org>  [b449d3feeff4578bc4c64b30c046e1690f0fc38a]

Reverted SalFrame::Show method back to original coding style and moved declaration of variables for temporary code into temporary code section.


2000-11-20  Sander Vesik  <svesik@openoffice.org>  [b557c1fa00bb8cffbb81ffc3feff9493bc64463c]

Add NetBSD support. Contributed by: Michael Rauch <mrauch-openoffice@fs.tum.de>


2000-11-19  Frank Schönheit  <fs@openoffice.org>  [a2f48b45c6a8dbe413af78b6474c7e011b225c2e]

+getSequenceElementType


2000-11-19  Frank Schönheit  <fs@openoffice.org>  [346138cf6e531d3fddc609a6e134bb16537573b5]

registerMayBeVoidProperty: don't corrupt _nAttributes anymore


2000-11-19  Patrick Luby  <pluby@openoffice.org>  [1989ad222ea3e71cfff22b04b652e105bee7ed93]

Enabled stub implementation of floating windows, dialog windows, and fonts so that the svdem "Debug Options" window will appear on the screen.


2000-11-18  Eike Rathke  <er@openoffice.org>  [037e72ec9c68fc85bb6177c908219879d9dbdd7f]

use CalendarWrapper; class International eliminated except of CompareEqual calls


2000-11-18  Eike Rathke  <er@openoffice.org>  [866644dcb9aae61b0013a0fa579a34552be8cfdb]

chg: made getGregorianDateTime const


2000-11-18  Eike Rathke  <er@openoffice.org>  [0663570a70be1902fee95656d8ca87aa52e5262a]

new: calendarwrapper


2000-11-18  Eike Rathke  <er@openoffice.org>  [ce83795605d75fa22428d1f8568f48a7ea3ceb69]

wrapper implementations of XCalendar


2000-11-18  Eike Rathke  <er@openoffice.org>  [c50d4a048931ca3b936ba644932137f9f1a1c802]

add: getLongDate separators, getDateFormat, getQuarterWord; fix: CurrDigits was one too much


2000-11-18  Eike Rathke  <er@openoffice.org>  [7e2ff2704f4988d363e18995a3854998cbffa47f]

add: getLongDate separators, getDateFormat, getQuarterWord


2000-11-18  Philipp Lohmann  <pl@openoffice.org>  [38a572b75fdf53e351ef826bc8935a528d375b9e]

fax for psprint


2000-11-18  Philipp Lohmann  <pl@openoffice.org>  [7a06a8e15fb78985eef17ad8e726a675e7bf51f5]

send PrinterChangedEvent for psprint case


2000-11-18  Philipp Lohmann  <pl@openoffice.org>  [22bb0056f55d1f14d0f1291df9ead097ef626e7e]

fax fo psprint


2000-11-18  Babak Mahbod  <bmahbod@openoffice.org>  [dbfd5a62a733379db259931d7669cf7e115ea929]

Added a method for drawing color lines.


2000-11-17  Babak Mahbod  <bmahbod@openoffice.org>  [f0a6b4a3b3d14d3a3fd14e1d76d2a080f1fae39b]

All methods now use QuickDraw. Consistent variable naming convention. Method to draw color rectangle. Non Color methods set the pen color to black before drawing. Thread safe drawing primitives.


2000-11-17  Christof Pintaske  <cp@openoffice.org>  [434868dde26cfceec75caac2b1cb77952a40ab58]

psprint changes


2000-11-17  Christof Pintaske  <cp@openoffice.org>  [443a3ced43ad8751b3d0928266b02c165d793df6]

psprint changes


2000-11-17  Christof Pintaske  <cp@openoffice.org>  [d55ba3695492d9849102b45932fdea0a5bfa0f70]

prevent oo from building psprint version


2000-11-17  Kai Sommerfeld  <kso@openoffice.org>  [63f1d355445461cc985fd52f6ce4a71a4783eae0]

Changed: Misc adaptions.


2000-11-17  Carsten Driesner  <cd@openoffice.org>  [aaf140f9bc1226f96279507bfe6fb5493a684fb8]

some speed up for rvp added


2000-11-17  Carsten Driesner  <cd@openoffice.org>  [49e17430523488c0106df4526356bc128e562348]

createRemoteVirdevCache added


2000-11-17  Carsten Driesner  <cd@openoffice.org>  [9e77a10beeb4024fa75c6fad7dbcb256ace82f82]

moved some line for remote shutdown


2000-11-17  Mathias Bauer  <mba@openoffice.org>  [c3c771706426694bb07686defecd7d565dd1d5b3]

Don't use GlobalMutext for Code that calls UNO


2000-11-17  Andreas Schlüns  <as@openoffice.org>  [fc6edefc2cc3b5f76bafbc877a8ad97e076a18cd]

handle invalid history size!


2000-11-17  Herbert Duerr  <hdu@openoffice.org>  [87ee4acb19ec2da0eae00194613382fda705784c]

fix memory leak


2000-11-17  Kai Ahrens  <ka@openoffice.org>  [0476ab0a3983a253c4eed3dbc2deb7a5d829cf29]

added ::EnableFullItem method implementation


2000-11-17  Herbert Duerr  <hdu@openoffice.org>  [5cf1ee5eed42ccc01e5addbbfdcda2726c530aa0]

implement FetchFontMetrics()


2000-11-17  Frank Schönheit  <fs@openoffice.org>  [e5906d816f14cea27d2be02fc5109e42ed14c320]

TextSearch is in the utl namespace now


2000-11-17  Frank Schönheit  <fs@openoffice.org>  [6ad00786e4220c8d0348c34bd14c9c5da6446123]

put the classes into the utl namespace


2000-11-17  Herbert Duerr  <hdu@openoffice.org>  [a0bbc6cc9257f66f738fc032e60487cd451c6ecb]

implement GetKernPairs()


2000-11-17  Frank Schönheit  <fs@openoffice.org>  [f4c472cd32d39a38e3b9af2fff8edea473cc010c]

MUST change: migrate from SearchText to TextSearch


2000-11-17  Frank Schönheit  <fs@openoffice.org>  [98974dda963837efd4c8233ef2377b6ffe29d23c]

corrected the forward-decls for SearchResult/SearchOptions


2000-11-17  Patrick Luby  <pluby@openoffice.org>  [baaf93f44e51f5865aab7fae7d74a3401c4e9210]

Implemented SalFrame::~SalFrame and SalFrame::ReleaseGraphics methods


2000-11-17  Patrick Luby  <pluby@openoffice.org>  [e563634e84f47d366ec19d7000ef91baf25822d1]

Update SalInstance::DestroyFrame method


2000-11-17  Patrick Luby  <pluby@openoffice.org>  [57d2beeb3b9f1fcb1583dcd5088912337d49c1c6]

Implement parsing of key code and calling of SALFRAMEPROC for keyDown events.


2000-11-17  Patrick Luby  <pluby@openoffice.org>  [bd34ae6bcca686b93138de142b8aded37fb30c40]

Removed extraneous comments and include statements.


2000-11-17  Patrick Luby  <pluby@openoffice.org>  [ef2e4f11f3bd56e9f3536ac0ac939cfdb4b9d4bd]

Moved typedef statements before includes so that Objective-C code can reference C++ classes (the C++ class headers require the typedef statement).


2000-11-16  Babak Mahbod  <bmahbod@openoffice.org>  [81bf8908bb2953ef0814d3559856d9bb481c909b]

Initial (temporary) implementation of color polygons


2000-11-16  jp  <jp@openoffice.org>  [116bbfa5d84fdff41f18fa4ded09ec6aad770f64]

helper class for the access to the text search interface


2000-11-16  jp  <jp@openoffice.org>  [498d2e5a28bd04ffcf853d1a2d6bd5337ef59a74]

helper class for the access to the text search interface


2000-11-16  Sander Vesik  <svesik@openoffice.org>  [e3e81c157ab501d399643891a739dc9c2e9894d3]

Apply patch for NetBSD. Contributed by: Michael Rauch <mrauch-openoffice@fs.tum.de>


2000-11-16  Babak Mahbod  <bmahbod@openoffice.org>  [44b22c6670347a86f0c0f02ce0d072a124703182]

Added implementation of several new drawing primitives.


2000-11-16  th  <th@openoffice.org>  [b4a419326b978fea8c8ec217ee38c8691f6501db]

#79943# - EnableFullItemMode()


2000-11-16  jp  <jp@openoffice.org>  [ae0a280d053b62b78b0f21a619af32ed273293da]

new tokens for twoline/underline color


2000-11-16  Kai Ahrens  <ka@openoffice.org>  [f4510a915c925c10c93bc89266ab6126cb775b6d]

added ::Erase/::CopyPixel methods


2000-11-16  Mathias Bauer  <mba@openoffice.org>  [d47ab0bdb1c00fbf19e5a361dab3410482e90f62]

#80375#: be aware of incomplete error handling in UCB


2000-11-16  Philipp Lohmann  <pl@openoffice.org>  [5a33a8d6fed7949f46ee3f9f07848f518ace557f]

add: SearchCreateResMgr to find a resource of unknown language


2000-11-16  Herbert Duerr  <hdu@openoffice.org>  [868155fd42dd6c75e79d0e279041ff6d244fccc2]

add SetFontPath()/GetFontPath()


2000-11-16  Herbert Duerr  <hdu@openoffice.org>  [b2ae1eb539b26cbf7307977db4dcc93194ce1242]

RmOutdev->SetFont call merged with others


2000-11-16  Herbert Duerr  <hdu@openoffice.org>  [1a6a4bbd4b3e284975a0bf20286b0ae041f88b82]

improved GC scalability and implemented SetFontPath/GetFontPath


2000-11-16  Herbert Duerr  <hdu@openoffice.org>  [3006e839e70ab338cb9ff7b193187816e16de714]

implemented GetGlyphOutline()


2000-11-16  Kai Ahrens  <ka@openoffice.org>  [2b55fe3fe64a1f441e7d28aa3d33da2242885d34]

added ::CopyPixel method


2000-11-16  Stephan Bergmann  <sb@openoffice.org>  [a58b2e9bed3fe7af72b032be1274daf02a390ecd]

Added INET_PROT_VND_SUN_STAR_PKG and wfs as alias for vnd.sun.star.wfs.


2000-11-16  Andreas Schlüns  <as@openoffice.org>  [0040ad82783cb4d64cd2b7d2635aa0fd53ab07ee]

don't assign sal_uInt32 to sal_Bool directly! => overflow


2000-11-16  Patrick Luby  <pluby@openoffice.org>  [0bf63b233e984e2578e47a1666c095fe7b7ad5e7]

Added back dummy SALFRAMEPROC


2000-11-15  Patrick Luby  <pluby@openoffice.org>  [c12b07123f56ca11da1d6c6f012477f44ed91513]

Corrected #ifdef's so that header will compile in pre-SRC612 builds


2000-11-15  Patrick Luby  <pluby@openoffice.org>  [6acdeca0eb44e577156d90ebea5b3fa94af4d11d]

Added access to SalFrameData and SalInstanceData structs for Objective-C code.


2000-11-15  th  <th@openoffice.org>  [233a0cbb358392eca59e8dade2fbc68413170f8e]

#80304# - POINTER_TEXT_VERTICAL


2000-11-15  th  <th@openoffice.org>  [4e4cb4cf2951c3c66b139297cbe07881a8efe69a]

#80082# - now with white border


2000-11-15  th  <th@openoffice.org>  [dfdf13dea92835bb5dd9c73132fc93eed0693ec7]

#80304# - vtext.cur


2000-11-15  Kurt Zenker  <kz@openoffice.org>  [87aa2e1d997206cf501480fdb015a0bda08e1dfb]

Merge SRC613: 15.11.00 - 21:32:05 (NoBranch)


2000-11-15  Rüdiger Timm  <rt@openoffice.org>  [385a565de902320a7410ca8c329e33e5e4492eaf]

Merge SRC613: 15.11.00 - 21:32:03 (NoBranch)


2000-11-15  Patrick Luby  <pluby@openoffice.org>  [8153a150166ce1248aa90e80d08dff1f5f317f6a]

Implemented support for QuickDraw drawing.


2000-11-15  Stephan Bergmann  <sb@openoffice.org>  [86ac7f77565daa4dec6063836d80b8de41ad7331]

Adapted to modified vnd.sun.star.help scheme.


2000-11-15  Stephan Bergmann  <sb@openoffice.org>  [c09f15849a03e5030911444cd7a4bcf91750d393]

In registerAtUcb(), the rArguments parameter may start with the string "{noproxy}", in which case no proxy content provider is used.  This is needed when the RemoteAccessContentProvider is used as a UCB (i.e., in the WebServer case).


2000-11-15  Sven Jacobi  <sj@openoffice.org>  [6e4fe43694ac8a01b033453a0e8e2b6adce09243]

#79137# added GDI_UNICODE_COMMENT, so that a conversion to ByteString won't be done


2000-11-15  Nils Fuhrmann  <nf@openoffice.org>  [2faf3530a4e2627b642febcb3dfc6a72157d8a53]

Fix: COrrect local ids when exporting item/string lists.


2000-11-15  Philipp Lohmann  <pl@openoffice.org>  [938dad8b14500c59a0149948735bad28f2d48040]

OUStringHash moved to namespace rtl


2000-11-15  Mathias Bauer  <mba@openoffice.org>  [bb3eec4b01cdecd17c3408344b48d1f7e49cc9bc]

new method IsLocalFile


2000-11-15  Mathias Bauer  <mba@openoffice.org>  [7553ea7d3a7f5f27a1ede080c1fdf273392e7da1]

use different contents for deleting and inserting/opening


2000-11-15  Philipp Lohmann  <pl@openoffice.org>  [3a47969a6b9bef4a66ae580087c9e672138f0e6e]

OUStringHash moved to namespace rtl


2000-11-15  Kai Ahrens  <ka@openoffice.org>  [44de168aed7f34bf9ec404d16cddb91887aa3bf9]

set correct calling convention for OpenGL funtion pointer typedefs


2000-11-15  Andreas Schlüns  <as@openoffice.org>  [42d9d556a7adb861838b9d39e626aa3b9f4363f5]

repair refcount mechanism


2000-11-15  Kai Sommerfeld  <kso@openoffice.org>  [36b45612be514e00566aa0a453decdbacf194e73]

Changed: NOw uses setProcessfactory(...) from comphelper.


2000-11-15  Kai Sommerfeld  <kso@openoffice.org>  [a87d5133867a44a3ea58622cab6b8e7d0700efc1]

Removed: UNOTOOLSLIB, Added: COMPHELPERLIB


2000-11-15  Babak Mahbod  <bmahbod@openoffice.org>  [1c70dc57273fdfb9c4c053ba8eca9650474a9969]

MacOS Draw Primitives.


2000-11-14  jp  <jp@openoffice.org>  [d204b83e02fc15e8d1cb779ccbf78a165b581bdf]

new class for broadcast/listener - as replacement of the old SFX classes


2000-11-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1c00335e0fc4e23daffe276caa2877b0a1ac7bb3]

new version for UDK208


2000-11-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9538a2555e6b0baedc6ae9c87d8631771c885cbd]

initial version


2000-11-14  Mathias Bauer  <mba@openoffice.org>  [6da8f630ed1f2c78496f5d91b5f2647dba4f5671]

temp. SpecialConfigManager service


2000-11-14  Mathias Bauer  <mba@openoffice.org>  [34940519576b689225edac03a94b5830996b654a]

temp. SpecialConfigManager service


2000-11-14  Mathias Bauer  <mba@openoffice.org>  [399c043824bcd0660808565357fafd6021e88837]

Allow for missing install urls in FAT Office


2000-11-14  Philipp Lohmann  <pl@openoffice.org>  [cb79f8b3955a8cb08144ede442bb2159e7937862]

MUST change: unotools/processfactory -> comphelper/processfactory


2000-11-14  Armin Weiss  <aw@openoffice.org>  [c3d34f38dda80e944ab16754d2ce833caa71f8de]

#79575# mbGhosted flag added to compare criteria for texture cache


2000-11-14  Kai Ahrens  <ka@openoffice.org>  [8f76d9ef9eaecbea2fc6fe315587dbf00433a74e]

convert URL's to physical file name


2000-11-14  Rüdiger Timm  <rt@openoffice.org>  [85207b934f4b49e482996a0e3c1f115fe910dae5]

#65293# still needs to be linked against UNOTOOLSLIB


2000-11-14  Philipp Lohmann  <pl@openoffice.org>  [efe0791c149244cc02a254591c3b1ef46e0f2b13]

changes for psprint


2000-11-14  Nils Fuhrmann  <nf@openoffice.org>  [6ea3d985ad73085976b1136c44301493ad43b97e]

Fixed a problem with QuickHelpText in combination with new languages: The MergeRest method was not able to merge new languages into QuickHelpText and Title. This problem is fixed now.


2000-11-14  Philipp Lohmann  <pl@openoffice.org>  [1ab44327795fecd152b43450615d73cc1e827c5c]

changed hash_map to use new OUStringHash from rtl/ustring


2000-11-14  Philipp Lohmann  <pl@openoffice.org>  [bc08ce95976d63ebde275c954a2e22f109ece66a]

changed hash_map to use new OUStringHash from rtl/ustring


2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f1068d95ded45ee8624e2fa1b74a6df936d256e]

#65293#: readded svsql.lib


2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e35dc134d2cf0f0210cbbcf27bcda1b0dafde65]

#65293#: removed everything with the exception of converter.obj


2000-11-14  Rüdiger Timm  <rt@openoffice.org>  [29fa2b4fad149b67bcbb47ecda057a2b27d5677b]

#65293# removed obsolete iniprop.hxx include


2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7285aab4128a9bc6c04e62d8c993191ebd083eeb]

#65293#: removed svsql.srs


2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0143bfae49573a926d739d8b173e813f087821ec]

#65293#: removed svsql.lib


2000-11-14  Frank Schönheit  <fs@openoffice.org>  [8e7e90c6c2f9c1fb381b1fe30be4c0444a7197b6]

typo


2000-11-13  Patrick Luby  <pluby@openoffice.org>  [88adbed8574f06408007e3939b2716477ad73956]

Added #if statement for SRC612 build


2000-11-13  Patrick Luby  <pluby@openoffice.org>  [99140cb70995538eb9bf6b44516e50310b815ba6]

Changed VCLWindow_SetTitle function to VCLWindow_setTitle to be consistent with other C function naming format.


2000-11-13  Patrick Luby  <pluby@openoffice.org>  [a31dd04624692972db3f5d6d68a8a04c1332e769]

Eliminated stray quote character in SLOFILES macro


2000-11-13  Gene Anaya  <ganaya@openoffice.org>  [f63fbff013acec8837e9f83216dfdaae2654bb31]

Added implementation for SetTitle


2000-11-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4715eac6af8e4d5625a90f96c667bb911049b77d]

#65293#: includes


2000-11-13  Martin Hollmichel  <mh@openoffice.org>  [1a516bee20f6644058d634c8adf6187055e71f87]

chg: includes


2000-11-13  Mathias Bauer  <mba@openoffice.org>  [2b0869c08ccbb60caf6619ee6d6e9f80bf0eac4a]

Support for USERPATH etc.


2000-11-13  Andreas Schlüns  <as@openoffice.org>  [620397ef947ed3e453381c6a77762a7a68105506]

set method for ShowIntro


2000-11-13  Mathias Bauer  <mba@openoffice.org>  [fe21aea366a8d212772a942235fdc01d590f62fe]

SubIni removed


2000-11-13  Stephan Bergmann  <sb@openoffice.org>  [12362d3ce7c14a5c3b0359e2dcb9fdb1ff6dc013]

Added getFileURLFromSystemPath() and getSystemPathFromFileURL().


2000-11-13  Martin Hollmichel  <mh@openoffice.org>  [dfe16e4e4cec357198de0c71dc26444d0d749b0c]

add: zipdep


2000-11-13  Armin Weiss  <aw@openoffice.org>  [d5d8b40393ca5b208d87a2622a3182196dcb13f5]

added vdevcache.hxx export for later external use


2000-11-13  Oliver Braun  <obr@openoffice.org>  [bbf8ee64ef0b5ade210a4ec7dfd01bf672e7ca00]

removed libcall


2000-11-13  Andreas Schlüns  <as@openoffice.org>  [14aa4a4cfc0cbeb5fca3aa37de0297bc2e18c1e1]

new config item for font features


2000-11-13  Carsten Driesner  <cd@openoffice.org>  [8a9d8b278dd9c6d5a2213b22c013581afa96efff]

first changes for startup optimization


2000-11-13  Peter Burow  <pb@openoffice.org>  [739ad832adff22832a092aa2d2edef47ae2a0edb]

chg: Is/SetUseUserData() added


2000-11-13  Patrick Luby  <pluby@openoffice.org>  [55eb14f50cb233274870798cf6d1b19e8c3de3df]

Added back SalFrame::UpdateExtTextInputArea() which was accidently removed in last revision.


2000-11-10  Eike Rathke  <er@openoffice.org>  [3445c06cef0fff5f448da901360c7d383f15011c]

add: operators with double (time diff in days and fraction of days)


2000-11-10  Herbert Duerr  <hdu@openoffice.org>  [fd6e81860992121fe04836a3290c47c2ff804975]

add serverside-font feature


2000-11-10  Herbert Duerr  <hdu@openoffice.org>  [c31caf5e0ed1ac233af2e31ab4abbf5cc3a47014]

add serverside font feature


2000-11-10  Kai Ahrens  <ka@openoffice.org>  [e0853f459599639f396eb8d6dc56a3ed11903729]

#80177#: allow empty doc file names


2000-11-10  Kurt Zenker  <kz@openoffice.org>  [2776980a4d4b725ae90a2d6156c51dd32d235ca1]

Merge SRC612: 10.11.00 - 16:14:25 (NoBranch)


2000-11-10  Kurt Zenker  <kz@openoffice.org>  [d8e0470ed2f32339f5960bd6ef8449c04ebf2f64]

Merge SRC612: 10.11.00 - 16:12:54 (NoBranch)


2000-11-10  Andreas Schlüns  <as@openoffice.org>  [c73bbf553f119d730bf1b2be3d86578cbfb6ae79]

add helper functions for user data


2000-11-10  Kai Ahrens  <ka@openoffice.org>  [53c83287a2597d350431d72060a4baccd187fc9b]

removed SfxIniManager


2000-11-10  Kai Ahrens  <ka@openoffice.org>  [700393d5d2acffb231f836322f3e3364637b3c08]

added options3d.cxx


2000-11-10  Nils Fuhrmann  <nf@openoffice.org>  [819f84d658670881c664d8f3c24a567db3ed3e9f]

Fix: Changed Search method. Works correctly now when the first entry of path is .


2000-11-10  Kai Ahrens  <ka@openoffice.org>  [51b88e44d4798369e52542cb0bba560ce64628a5]

added short name methods


2000-11-10  Kai Ahrens  <ka@openoffice.org>  [acebb81f4081ec3e70d3286190a6ebb0bac17bd7]

added options3d.hxx


2000-11-10  Kai Ahrens  <ka@openoffice.org>  [15262d87346090075c79774900f848041c4a37ed]

initial rev.


2000-11-10  Mathias Bauer  <mba@openoffice.org>  [e687d9bc71f43306ee605c99f2b0c6b75b807533]

use new install urls


2000-11-10  Mathias Bauer  <mba@openoffice.org>  [d93103581471bfe0b32ac6b3ec58a32a577c1c3b]

Additional direct access to new install urls


2000-11-10  Andreas Schlüns  <as@openoffice.org>  [b4ef7be1fad33bab9abe0ad363f305f153024607]

initialize static member


2000-11-10  Oliver Specht  <os@openoffice.org>  [a3c3324e83a7e8a5c7407543af399442ddceb0cd]

OUString& -> const OUString&


2000-11-10  Andreas Schlüns  <as@openoffice.org>  [b135a1f5645431d26ae3eed3f4ec266cc288cc78]

add return value to Delete()


2000-11-10  Andreas Schlüns  <as@openoffice.org>  [e9e22afe688fa516221bf5370c69c99d63d708dc]

add Exist/Delete() and change configuration structure of keys


2000-11-10  Peter Burow  <pb@openoffice.org>  [d97ab558aef2304e003eb24f3a6d8c15107dd1af]

fix: #80169# don't need property-value-missing-assertion any longer


2000-11-10  jp  <jp@openoffice.org>  [09bdc72797b01cf3f22c6a27e682d5320b5c7f83]

new Tokens for the CJK-Version


2000-11-10  Sven Jacobi  <sj@openoffice.org>  [b0d12250c0efe96ca9dbca385f5d8f5df40c8974]

using UcbStreamHelper to create Stream


2000-11-10  Andreas Schlüns  <as@openoffice.org>  [9630f70c6e93bec2acd679c4a807c3e6e0bacc38]

new config item for views


2000-11-10  Andreas Schlüns  <as@openoffice.org>  [b49cd57a2fdf0fafeea5c5d29f570896395108b1]

change dialogoptions to viewoptions!


2000-11-10  Martin Hollmichel  <mh@openoffice.org>  [7a625bd56cbfa0afc6c5d6941e77f04202747d90]

add: filter STL


2000-11-10  Carsten Driesner  <cd@openoffice.org>  [fcb2f7eaa680da1c67860a3fa14b15bd47925bb2]

C52 has a bug in alloca, use malloc


2000-11-10  Kai Sommerfeld  <kso@openoffice.org>  [4eccf13198254f23f41922251d46228f703e153e]

Removed: Wrong assert.


2000-11-10  Sven Jacobi  <sj@openoffice.org>  [1eeae0d281d36961bdc72b36bd713332a9584407]

removing entries that belongs to the cgm export filter (the filter hasn't been finished yet)


2000-11-10  Sven Jacobi  <sj@openoffice.org>  [c1ebdbf5cfa3f6f44357d93e2eb520387be809dd]

removing use of filename


2000-11-10  Andreas Schlüns  <as@openoffice.org>  [777840b3bbc19e52bceae6a509ea582b7dbccee7]

MUST soffice.ini / SfxIniManager / ...


2000-11-09  Sven Jacobi  <sj@openoffice.org>  [b2622706ebb1e7b0d1d29477f74e32977ab0c1fa]

apichanges that belongs to the new file handling


2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [4da6f3c0539e64f29d418182ff37726a4ccd4cee]

Added INET_PROT_VND_SUN_STAR_HIER.


2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [7c69d978533559045dc27a175137aa17d9367826]

Disabled detection of 7th Production in URIHelper::FindFirstURLInText().


2000-11-09  Frank Schönheit  <fs@openoffice.org>  [58407ef17290e27cc0f643ab6f4a39163a5bfb9f]

ResetConformanceTester: use a LocaleDataWrapper instead of an International (MUTS change)


2000-11-09  Frank Schönheit  <fs@openoffice.org>  [87ab77a596504bb38b97150fae9ada619b5c9909]

use the GetCurrSymbol at a LocaleDataWrapper, not the application's International


2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [ce2abcbd9ca4e041a19962cc2fc0abd411d343d0]

Complete redesign of the UCB configuration mechanism.


2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [abe05ff68cf70a98475011ceff2b5a21d596db44]

Moved here from ucb module.


2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [cb9ee8c85f332a55df1b3e3e99ad01ad11728eb3]

Added provconf.obj.


2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [c7f13a9a58dd78367fb9ff932e0feb9d259c3ff6]

Added configurationkeys.hxx, removed registerucb.hxx.


2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [d7471bc64efb31e2673eddfd79fb4336e5a57cf0]

Complete redesign of the UCB configuration mechanism.


2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [e6ad5b2a6c97b39533bca4fa88003f619ecbc0e8]

Various primary and secondary keys under which UCB configurations can be accessed in the configuration database.


2000-11-09  Kurt Zenker  <kz@openoffice.org>  [66ca5f78f6e0be8c0e2e42ea9ad2364bc28441d3]

Merge SRC612: 09.11.00 - 13:02:22 (NoBranch)


2000-11-09  Kurt Zenker  <kz@openoffice.org>  [17d4975bb5b6c849c0a262d27d8e1a69b44c7bfb]

Merge SRC612: 09.11.00 - 13:01:45 (NoBranch)


2000-11-09  Kurt Zenker  <kz@openoffice.org>  [0a1ec0ccbdc2f85d1bef51c82dd5b02e7b36dbfa]

Merge SRC612: 09.11.00 - 12:59:57 (NoBranch)


2000-11-09  Kurt Zenker  <kz@openoffice.org>  [727d0294edda41d443eb91688aa73dbca966d557]

Merge SRC612: 09.11.00 - 12:59:38 (NoBranch)


2000-11-09  Kurt Zenker  <kz@openoffice.org>  [cb91e4a3affe034ea1d470a0302106000bb33ede]

Merge SRC612: 09.11.00 - 12:58:49 (NoBranch)


2000-11-09  Andreas Schlüns  <as@openoffice.org>  [933d401d12531711edc6a8a1e3214be9338f996d]

MUST obsolete iniman.hxx


2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [473ed3f789475cbb2fa890b00242ebcd5660266c]

Added INET_PROT_VND_SUN_STAR_WFS; fixed INetURLObject::setAbsURIRef() for INET_PROT_VND_SUN_STAR_HELP.


2000-11-08  Mathias Bauer  <mba@openoffice.org>  [1faf2468edac1fe85057d4d8cef05face53c5b28]

Use new UCB based URL conversions


2000-11-08  Gregor Hartmann  <gh@openoffice.org>  [b5c1de355ab3e14c5a2f8aedbcf9cd3070267016]

assertion when module cannot be loaded


2000-11-08  Oliver Bolte  <obo@openoffice.org>  [2745de5bdfe8eec8397371240a1860bb35731746]

staticmbatom.obj included for macosx


2000-11-08  jp  <jp@openoffice.org>  [2fccf332b3bd2ff724c2b24776d6c5ead47c68fd]

overread correct count unicode dummy characters


2000-11-08  Oliver Bolte  <obo@openoffice.org>  [3e1680ee785cbaddc4c65042d866416d1662ce61]

staticmbinteraction.cxx for mac port added (static data member)


2000-11-08  Stephan Bergmann  <sb@openoffice.org>  [dceb2caeb51f0ac8aa2d7db46695dbcae220a0d3]

Added INET_PROT_VND_SUN_STAR_HELP; fixed INetURLObject::setPath().


2000-11-08  Andreas Schlüns  <as@openoffice.org>  [a50b0f34aa6f19aa839ce30dd2a29cd6621da91c]

handle empty lists right!


2000-11-08  Stephan Bergmann  <sb@openoffice.org>  [3c0689c7f2f345e047baa84c0e75ec30831e10b8]

Fixed bug occuring when SvtInetOptions::Impl() is destroyed and newly created.


2000-11-08  Philipp Lohmann  <pl@openoffice.org>  [48c3f9ed57da43ad7392b4d7d58a0c26d250b2e4]

Config moved from vcl to tools project


2000-11-08  Philipp Lohmann  <pl@openoffice.org>  [97611cbff0ca65e75fbe71b39be6795dd94948ed]

config moved to tools project


2000-11-08  Kai Ahrens  <ka@openoffice.org>  [a2b2cd30eb5711f25590b9c4c24ae7f7d4f7e309]

must changes (file access)


2000-11-08  Malte Timmermann  <mt@openoffice.org>  [45fd7abaa55d0b5f456d677d6810fcc48df8d7ff]

IME: Show/HideCursor


2000-11-08  Malte Timmermann  <mt@openoffice.org>  [9e232560c6749e4c69426639b8c75013cc6e7666]

Changed to new IME intrface


2000-11-08  Kai Ahrens  <ka@openoffice.org>  [4cf5ef9462012ac2a9fe686d97292cbe43b66776]

must changes (file access)


2000-11-08  Malte Timmermann  <mt@openoffice.org>  [8c106ec26d8997688413bf5fa5dd0fa46a410202]

EXTTEXTINPUT_ATTR_HALFTONE


2000-11-08  Malte Timmermann  <mt@openoffice.org>  [ad93e689dc3a7e3d4b8db817e172092e7afbca10]

Changed to new IME intrface


2000-11-07  Frank Schönheit  <fs@openoffice.org>  [bea0637095f4462fd99ca5339a54060a10760ca2]

use the service factory given in the ctor when creating the number formatter


2000-11-07  Kai Ahrens  <ka@openoffice.org>  [ba9636d8aa5a4d7d7f0a7cc3c824db6581c1be8f]

must changes (File access)


2000-11-07  Andreas Schlüns  <as@openoffice.org>  [e0b30b629ad700644ec99230501aadf33dea26ef]

add missing SetSmtpServerName method


2000-11-07  Kai Ahrens  <ka@openoffice.org>  [f818b4726dd00d65f4a94917d46e37445697813d]

detect VCLMTF correctly (don't skip first two bytes


2000-11-07  Kai Ahrens  <ka@openoffice.org>  [ce874d4a6e651101ff446c1ad30869a77b5143c4]

must changes (File access)


2000-11-07  Stephan Bergmann  <sb@openoffice.org>  [67fb84c6225613bc93db8a673a27fd24fcc9f7f1]

Added SvtInetOptions::add/removePropertiesChangeListener().


2000-11-07  Andreas Schlüns  <as@openoffice.org>  [63b5330f4b4ebfd33f73cd99146d6713625e1fb4]

change identifier for exported property names and use right namespace on it


2000-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6ceec2d41c21877f1b8c35bbfbf1206c1ad7ceb]

#65293#: removed some libs


2000-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [2468b8a10742e48add1ae20ee2baf21399f4e4f9]

#65293#: unotools/componentfactory -> comphelper/componentfactory


2000-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [88cc254051664ec2a6f3e77bb81330614ad12693]

#65393#: componentfactory migrated to comphelper


2000-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [c865c509e09e6a3d2267365cff25bb7fc0ad28bd]

#65293#: <comphelper/uno3>


2000-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [752a6412f098f8479459417ed82e4670900a438d]

#65293#: typo


2000-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccdd1a1d07362b653b652ba62beb6a5a2dc9c039]

#65293#: moved some stuff to comphelper


2000-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fdc37c2b1157c7e4bdb4d2db43198ae434ef430]

#65293#: moved to comphelper


2000-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1960c0a72ef9449d244916f17485bd7d7a99c2e]

#65293#: several files moved to comphelper


2000-11-07  Peter Burow  <pb@openoffice.org>  [e44c23b550c35cc4b1229f4b217620cb082d581f]

chg: locale with '-' instead of '_'


2000-11-06  th  <th@openoffice.org>  [489099ec6860875749c5f570134d9c4d2e3baede]

NewInputContext() updates now the context only, if there are any changes


2000-11-06  th  <th@openoffice.org>  [f4e6ebfdcba08be18877fc6f646e91e53e5b8af7]

SetInputContext set now the correct font


2000-11-06  th  <th@openoffice.org>  [c22d09b200b611565cd67ad428995b73c27183c9]

Cleanup for src613


2000-11-06  th  <th@openoffice.org>  [7a4e9ff6560aab93d3bdecc53cd4df247e3fb261]

Cleanup for src613 (SetExtTextInputPos... removed)


2000-11-06  th  <th@openoffice.org>  [bae2664ccd2ed48666e2bbb5203c1b66b81b5a2f]

some other CJK input bugs fixed for Chinese Input on Windows 2000


2000-11-06  th  <th@openoffice.org>  [eef0eebc6f9ebe03668c4b1695957e9458ffd81c]

add support for vertical writing


2000-11-06  th  <th@openoffice.org>  [e3ca4572ad9f89492b31c34cab0a5896a9ff06d9]

correct previous changes


2000-11-06  th  <th@openoffice.org>  [aea2f3832965767fa74910ad74e759e6b147bbef]

vertical Textoutput


2000-11-06  th  <th@openoffice.org>  [3df8260ce4cbfd38d43755c8a7200722016b213a]

final changes for CJK input (kompatible)


2000-11-06  th  <th@openoffice.org>  [b49af40e517f019c689f450e85c4c9273ce6d70b]

make final changes for CJK input


2000-11-06  th  <th@openoffice.org>  [833aeee51b63a630e1791484dfad912285947205]

USHORT -> xub_StrLen


2000-11-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [3eb1f194571c9549a49359fc37fb667481d7392c]

#65293#: <stdarg.h> -> <cstdarg>


2000-11-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [ead5614f4d40e34c21cfefdc43f8918668647c99]

#65293#: undid last change


2000-11-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [eace784c24253cf910f271fffc8d1a0b89d091cb]

#65293#: <cstdarg> -> <stdarg.h>


2000-11-06  Oliver Braun  <obr@openoffice.org>  [b7ef476e3770016f401d17580230ccef66570a54]

removed old daemon stuff


2000-11-06  Kai Sommerfeld  <kso@openoffice.org>  [9abb764cc5208247e67cacab8bc156619fd234da]

Added: ctor with XCommandEnvironment, method getEnvironment().


2000-11-06  Peter Burow  <pb@openoffice.org>  [b125ade92dc9b72ba10e80a17626d02586dfe12d]

chg: SearchFile() added


2000-11-06  Peter Burow  <pb@openoffice.org>  [3d03bbe2a374bbcdba28ea63a8303e09afd170e9]

chg: GetLocale() added


2000-11-06  Juergen Schmidt  <jsc@openoffice.org>  [568602d5c3fefa14ef8dc26df72e144482b03bf0]

check existence of path to user registry if portal use, create non existent directories


2000-11-06  Andreas Schlüns  <as@openoffice.org>  [9f8edf24ae8402d7058263a6ee4a67a5ffc17c43]

add config item for menu features


2000-11-06  Stephan Bergmann  <sb@openoffice.org>  [199359400112f5accb226212642442e8e6862a2a]

Adapted to naming conventions of similar classes.


2000-11-06  Carsten Driesner  <cd@openoffice.org>  [762024ebf218bddf146165a15540b699eeda2c5b]

implementation for rvp sync added


2000-11-06  Carsten Driesner  <cd@openoffice.org>  [091d20cb49c08f69815e67416239092c9978164d]

implementation for rvp sync added


2000-11-06  Frank Schönheit  <fs@openoffice.org>  [1af00e2d3edc8fd89223d1d385d91fe097f3d962]

#76258# SimpleResMgr: ref counting for the impl class


2000-11-06  Ocke Janssen  <oj@openoffice.org>  [b08cbc7d5d3282ff7f2edb9925de4e2a37ab28b6]

include header file for linux


2000-11-06  Oliver Braun  <obr@openoffice.org>  [743db06a30168a41da788dcf85486c0d9a101efc]

removed osl_setSUPD


2000-11-04  Eike Rathke  <er@openoffice.org>  [b2b4f0993c8c1c8f7107d760b9565f56b5941e32]

get currencies from locale data; and more LocaleDataWrapper instead of International


2000-11-04  Eike Rathke  <er@openoffice.org>  [876f1164ad62ff3d2feb75cea97762dc0e400919]

new: CurrDigits, dummy CurrZeroChar, dummy LongDateDayOfWeekSep


2000-11-03  Eike Rathke  <er@openoffice.org>  [b1b2f1189f911dbf1675770e3035f565a0814e08]

ImpGenerateCL: assertion if loaded Locale doesn't match requested Locale


2000-11-03  Eike Rathke  <er@openoffice.org>  [ce3f9b704d76ef10275fdfaba5935998798040f2]

#80023# SetDependentKeywords: be sure to generate keywords for the loaded Locale, not for the requested Locale, otherwise number format codes might not match


2000-11-03  Eike Rathke  <er@openoffice.org>  [d3df7eadbcbf8961765d302444d727920ccc873e]

chg: removed parameter from SetDependentKeywords


2000-11-03  Eike Rathke  <er@openoffice.org>  [e90968cc6387b09c18076c4e8934980b317cc99d]

renamed LCInfo to LanguageCountryInfo; add: getLoadedLocale


2000-11-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [37c0e0275b7f5fcff3b570daf69973ff548fabb2]

this stil workswith old stl


2000-11-03  th  <th@openoffice.org>  [1deda0747fbc09f5650cd8fb17fbe49a154c4b5a]

Fix some CJK input bugs (Korean and Chinese)


2000-11-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d2d2b6c50d6964db507dea21647098e6c317a8f7]

use min/max from stl


2000-11-03  Eike Rathke  <er@openoffice.org>  [c43163ba0162f55af950b38297f8a4add7dbd7f4]

show Locale information in assertions


2000-11-03  Stephan Bergmann  <sb@openoffice.org>  [035bcd8971bc739a082bb37e11c64060faf875eb]

Moved config.lib from svt to svl.


2000-11-03  Stephan Bergmann  <sb@openoffice.org>  [37da441f5139cdee57c4e1ca2cc46ad6c270815f]

Added inetoptions.hxx.


2000-11-03  Stephan Bergmann  <sb@openoffice.org>  [4233f7b87e7f19e36cd8520f0d57a1449f9b0883]

Interface to access those configuration database entries that are related to the various Internet services.


2000-11-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cc81dc2fe5d6bb3686eac63427bb25ee39dde710]

use min/max from stl


2000-11-03  Christof Pintaske  <cp@openoffice.org>  [48416f226807126b20bb8cf51881098ceb958cce]

extended input method handling


2000-11-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a57558fc613639ceaa4258272e86a483c24b66b8]

use min/max from stl


2000-11-03  Oliver Bolte  <obo@openoffice.org>  [4d884fbafb2393327d42a0a09c12278c62e34dad]

Merge SRC610: 03.11.00 - 17:43:40 (NoBranch)


2000-11-03  Kurt Zenker  <kz@openoffice.org>  [b763aa20577d76cc8304c21a2c52c7817c0951ab]

Merge SRC610: 11/03/00 - 17:42:53 (NoBranch)


2000-11-03  Oliver Bolte  <obo@openoffice.org>  [87b106bac40c8fb23e8362b04af523472a774def]

Merge SRC610: 03.11.00 - 17:42:28 (NoBranch)


2000-11-03  Kurt Zenker  <kz@openoffice.org>  [b1badc72804b6e8c2b09bbd509aacf6ef20cb481]

Merge SRC610: 11/03/00 - 17:41:37 (NoBranch)


2000-11-03  Nils Fuhrmann  <nf@openoffice.org>  [6c6339d7b94f5f103934c71f7f871530299aa5ca]

Fixes for conversion between UTF8 and MS charsets


2000-11-03  Eike Rathke  <er@openoffice.org>  [2f0eb6d59f6d96fdf7bd9e9633899e888ecf8f48]

NumberFormatIndex is a short instead of a long


2000-11-03  Eike Rathke  <er@openoffice.org>  [569c158ed12dc276f4bbd81f19dddd2ff80a61a0]

LocaleItem constants instead of enum


2000-11-03  Eike Rathke  <er@openoffice.org>  [b28a80abdb3fbf466c56cf3d6b6a052dede2ed76]

SetDependentKeywords: TrueWord/FalseWord direct via LocaleDataWrapper


2000-11-03  Christof Pintaske  <cp@openoffice.org>  [e378fde987d1294f4936da13b87a6c5cc6d65968]

adding vertical writing


2000-11-03  Oliver Specht  <os@openoffice.org>  [0776eeebc0dbaf8ee938588f62e1ff1d73783625]

#79818# notification also supported for complete subtrees


2000-11-03  Frank Schönheit  <fs@openoffice.org>  [a73f95e4ae00ec8613bba7798142691dcc7024f4]

setPropertyValues - fixed a copy'n'paste bug


2000-11-03  Christof Pintaske  <cp@openoffice.org>  [3ee973516317ac357e95ae7e59cca3e0d46b1d95]

adding vertical writing


2000-11-03  Peter Burow  <pb@openoffice.org>  [2dff8b3a5b601f8d457e2b607b225a6075a83147]

chg: UniCode-Changes


2000-11-03  Ocke Janssen  <oj@openoffice.org>  [801f74783bdfdd1763fddc2587914efc12ec5f7a]

insert real namepsace


2000-11-03  Ocke Janssen  <oj@openoffice.org>  [f2426f59458bac4734c7b61e902189f4780cdb0e]

new class for multiple propertysets


2000-11-03  Ocke Janssen  <oj@openoffice.org>  [12efebbfb4c90dac3671007aa47e769ea4b546ce]

new class for eventlistener


2000-11-03  th  <th@openoffice.org>  [a57401e4aa4fdcc2c07fe7095285b9889a067938]

ImplGetLogFontFromFontSelect()


2000-11-03  th  <th@openoffice.org>  [3721cbc786409c9cd58c84029551ded9797a685d]

Improve CJK input handling


2000-11-03  th  <th@openoffice.org>  [8545a50efcd9096c38c93ab76450ad7e417aa971]

remove mbCompositionMode


2000-11-03  Frank Schönheit  <fs@openoffice.org>  [87ce0fc6702a0cdff7c8134f92b91c00f77cb2c2]

propertiesChanged: call ImplSetPeerProperty without our mutex locked (should prevent some deadlocks) - that's why in ImplSetPeerProperty one more check for some more thread safety


2000-11-03  oisin  <oisin@openoffice.org>  [516f0733260fb34488b710d17472ff85cf8e2971]

Corrected include paths for string.hxx and list.hxx


2000-11-03  Mathias Bauer  <mba@openoffice.org>  [38d3b76e9c0d9bba8f1c58f03916256b24470457]

#79606#: error


2000-11-03  Mathias Bauer  <mba@openoffice.org>  [9b8766b7166dfdcfd066b0da732d9d69968d6e48]

#79606#: controlled error handling for failed readwrite access


2000-11-03  Mathias Bauer  <mba@openoffice.org>  [60aac43fd5351d0f30e6841cae218a61fddd069c]

thread safety


2000-11-03  Andreas Schlüns  <as@openoffice.org>  [7e9ecfad4e3f1786468b553a903bd74c60c56dba]

support new key for basic ide


2000-11-03  th  <th@openoffice.org>  [354126eef743ac85dfebbe834e5727bb04ca72cf]

remove UpdateExtTextInputArea


2000-11-03  th  <th@openoffice.org>  [d72b0ab583d9aa32c06c09d5106d33184ef329f3]

Implementation for CommandEvent and CommandEventData


2000-11-03  th  <th@openoffice.org>  [b9066f7001c4c5fb80549189d43a08325af7904a]

cmdevt.cxx


2000-11-03  th  <th@openoffice.org>  [dbe1479985326403b55915972e74ee3b56db3bcf]

Improve CJK Input Handling


2000-11-02  Frank Schönheit  <fs@openoffice.org>  [b23c5dc07f565e63796a86479915b769d9667688]

#79798# StaticFormatter uses the ProcessServiceFactory


2000-11-02  oisin  <oisin@openoffice.org>  [16148cc1648d1feb78688396c747f18ed79ac800]

Added #include <glibc/posix/getopt.h> when bootstrapping on Macosx


2000-11-02  Malte Timmermann  <mt@openoffice.org>  [bc02059712efc57cfd6a03678a11360db5f13a91]

GetTextFaceW: sizeof( wchar_t )


2000-11-02  Juergen Schmidt  <jsc@openoffice.org>  [bf44473e54650d5679d93e00f085bb84a1033ce4]

change the name of the user registry


2000-11-02  Frank Schönheit  <fs@openoffice.org>  [c29635a1b506614cab44d5b26b055e317579e0a9]

unotools -> comphelper


2000-11-02  Frank Schönheit  <fs@openoffice.org>  [ccc60b88a32dee4338f20d1aa14d9c2b26b92318]

not dead ... only some parts migrated to comphelper


2000-11-02  Mathias Bauer  <mba@openoffice.org>  [c5c8a7a550aab926f25fe6c644f979fb822b8533]

new helper classes


2000-11-02  Andreas Schlüns  <as@openoffice.org>  [2e40c193e1fcd3ed165fb97d579ca358364a3037]

add connection property


2000-11-02  Peter Burow  <pb@openoffice.org>  [c7c90c090189b7fcb6b19152b63c1c2463364a3a]

GlossaryPath -> AutoTextPath


2000-11-02  Frank Schönheit  <fs@openoffice.org>  [7ded6cae50b7a76718092e047bd252a3b6614bf9]

files migrated to the comphelper module


2000-11-02  Andreas Schlüns  <as@openoffice.org>  [225aec7e18cf1ec3b033459af874a2185c7c6291]

export property names to seperate returned history list


2000-11-02  Patrick Luby  <pluby@openoffice.org>  [6721b95119b514b546b6dfe8044518e8c0505d11]

Added simple implementation for SalGraphics::DrawLine() and put temporary test code in SalFrame::Show()


2000-11-01  Patrick Luby  <pluby@openoffice.org>  [c05511bcd3089b60731c455c51361b23f4b88574]

Removed all unused Windows code and data types from vcl/aqua code


2000-11-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b0e0ce99ecd3d4bf22c834729722453be9422c87]

search for #


2000-11-01  Andreas Schlüns  <as@openoffice.org>  [ecf048f137c54f00502b29c950ae866a5a0546ae]

new property handling and keynames for history


2000-11-01  Andreas Schlüns  <as@openoffice.org>  [18ffaa12c9af9e489e7ae5bd482b8b23bdfe289a]

make it threadsafe; change user interface ...


2000-11-01  Kai Sommerfeld  <kso@openoffice.org>  [caf8bc8ff73e73a8a1e0b2da428e9bce6892a3bd]

Removed: Wrong asserts from isFolder() and isDocument().


2000-11-01  Patrick Luby  <pluby@openoffice.org>  [0a60f5993fad14aea8c18a453a22a3ba9f4af3b3]

Reorganized all Objective-C object definitions and C wrapper functions so that they are separate from C++ definitions


2000-10-31  Patrick Luby  <pluby@openoffice.org>  [00e3dc2059c729e2651ab521ab42dd212deacb03]

Enhanced implementation of SalFrame class so that code now will run through the normal vcl execution path.


2000-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [3780ad70e96c3859225b17962d6f6922b2d9a2ad]

#65293#: AtomServer moved to unotools


2000-10-31  Andreas Schlüns  <as@openoffice.org>  [2697f79e01cb1314ebf750dcf930dbbbb09bb964]

new config item for history handling


2000-10-31  Andreas Schlüns  <as@openoffice.org>  [a5d837ea567e7e1df468bfddf17590b9a086e059]

make it threadsafe at all


2000-10-31  Andreas Schlüns  <as@openoffice.org>  [480d31007415690835784558f9499f269281cc37]

make it threadsafe at all


2000-10-31  Oliver Bolte  <obo@openoffice.org>  [5f6cf63a6a624975cfab1e4176c6050fbd896591]

parse error linux compiler


2000-10-31  Kai Sommerfeld  <kso@openoffice.org>  [5f452f689d215245f1c8056baafb9cbafc86c659]

Fixed: Typo in XContentAccess::queryContentIdentifierString() - the        second 'i' was missing ( SUPD>611 ).


2000-10-31  Frank Schönheit  <fs@openoffice.org>  [13809a2b8cabf3901f7fa43a29517d728c286034]

OInteraction* (concret interaction continuations) are templates now


2000-10-30  Eike Rathke  <er@openoffice.org>  [99faaa5c59fa4df327e9c813b1bf398716ec4114]

new: getCurr...


2000-10-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [c116d5cf7be99655b66586ce572ac4fa9eb56723]

#65293#: linguistic -> linguistic2


2000-10-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [c260f1f57e8919dfe546b3846d1ef2d4d697b666]

#65293#: typo


2000-10-30  Mathias Bauer  <mba@openoffice.org>  [55e705e5f66b9c53be73258617d4c5c14f9cfc4b]

wrong define


2000-10-30  Mathias Bauer  <mba@openoffice.org>  [33a55aac0ce01d88730e9ad56c96ac29a3e00249]

new fileaccess support


2000-10-30  Kai Sommerfeld  <kso@openoffice.org>  [68b678ef7ca03dfff6fbcf9fa5fb36e5f9c22995]

Fixed: Content::isFolder() and Content::isDocument()


2000-10-30  Kai Sommerfeld  <kso@openoffice.org>  [f72cc4a47c69c26529a7f9da6c7a69c7016627d9]

Fixed: GPF in Content::getPropertyValues(...).


2000-10-30  Andreas Schlüns  <as@openoffice.org>  [495a716324d0ef44244f4888611f8d7920a1f2c0]

new config item for start up configuration


2000-10-30  Andreas Schlüns  <as@openoffice.org>  [d4d3cbf8b23a771161492c7576dd00782a057c42]

new config item for internal configuration


2000-10-30  Andreas Schlüns  <as@openoffice.org>  [956f3df281b27fb988bfe913c7f4ce2dfb74a121]

new config item for dialog configuration


2000-10-30  Andreas Schlüns  <as@openoffice.org>  [fce6994314f938b5e7f4a6323e1bd3ff8ce877c4]

new config item for dialog configuration


2000-10-29  Eike Rathke  <er@openoffice.org>  [4d938a49c441802525845ce276a0a6ebd0e156a1]

i18n API moved from com.sun.star.lang to com.sun.star.i18n


2000-10-29  Eike Rathke  <er@openoffice.org>  [feb05bc5c24b1f6d5fd875123f095af725e6cee4]

i18n API moved from com.sun.star.lang to com.sun.star.i18n


2000-10-29  Patrick Luby  <pluby@openoffice.org>  [ecafbb24730d7eceb7a0dd2f23806c27107d4901]

Implemented event handling through the standard vcl process. Now the event processing can be started by invoking the static Application::Execute() method.


2000-10-28  Patrick Luby  <pluby@openoffice.org>  [ef8baf6537f74982077825dc6ba4ab9d182d3f8a]

Moved initialization and release of global GUI objects for Mac OS X into salfraem_impl.m


2000-10-28  Patrick Luby  <pluby@openoffice.org>  [a828e3df075033a97fbd255a4d2b871ba8a2a2fb]

Updated names of NSWindow C wrapper functions to be more consistent with actual NSWindow methods that are being called.


2000-10-27  Kurt Zenker  <kz@openoffice.org>  [fb41b6ec0866eb017c81ca94b726ad22530b7261]

Merge SRC610: 10/27/00 - 20:13:32 (NoBranch)


2000-10-27  Kurt Zenker  <kz@openoffice.org>  [d5a9aa4829454c8136d59de9f17aadd640ea0960]

Merge SRC610: 10/27/00 - 20:12:16 (NoBranch)


2000-10-27  Kurt Zenker  <kz@openoffice.org>  [27437cf7ccf9a86b2e522673f40aee409dc6e8d1]

Merge SRC610: 10/27/00 - 20:11:26 (NoBranch)


2000-10-27  Kurt Zenker  <kz@openoffice.org>  [ea434fb7fbde02ab08f66e14f11c67b88ce674c1]

Merge SRC610: 10/27/00 - 19:23:13 (NoBranch)


2000-10-27  Oliver Bolte  <obo@openoffice.org>  [18686d67c5656ee3da2de4b150dc22a50dcc64ea]

Merge SRC610: 27.10.00 - 19:22:35 (NoBranch)


2000-10-27  Kurt Zenker  <kz@openoffice.org>  [b5daac9711fa53194f552569c751945938a71fed]

Merge SRC610: 10/27/00 - 19:22:17 (NoBranch)


2000-10-27  Oliver Bolte  <obo@openoffice.org>  [c739094c70ff3ef8f000ca0b04c30c9bae52222f]

Merge SRC610: 27.10.00 - 19:20:16 (NoBranch)


2000-10-27  Philipp Lohmann  <pl@openoffice.org>  [92e7ca510d08bfe4d60254160815f2efe4e954fd]

AtomServer et al moved to unotools to be usable in other projects


2000-10-27  Kurt Zenker  <kz@openoffice.org>  [f81afb1735a7cf0645dcc800dd5022547ace3857]

Merge SRC610: 27.10.00 - 17:22:22 (NoBranch)


2000-10-27  Philipp Lohmann  <pl@openoffice.org>  [b2b5aa4b6350a2c2b62f4d1891ca18bffa6b4f5e]

added XAtomServer helper, a class to map between IDs and strings


2000-10-27  th  <th@openoffice.org>  [335921e79b28360cdbeb2c9ca20a3de6054d34df]

SetVertical() / SetEmphasisMark()


2000-10-27  Christof Pintaske  <cp@openoffice.org>  [1218fa0dad4924ded7d7c2f09d74b3be648b336f]

match both GNUcollator and SimpleCollator implementation


2000-10-27  mfe  <mfe@openoffice.org>  [632c00bac6d5b88095795cd4bc1fec928d913c74]

#79734# : removed unneccassary assertions


2000-10-27  Frank Schönheit  <fs@openoffice.org>  [2e2004073c1194d57ccf16b19a03dd8377852042]

new file international


2000-10-27  Andreas Schlüns  <as@openoffice.org>  [130905724149e27a134f1369bb4eb4406b5cb9c4]

sorry; filedialogoptions isn't ready to use ...


2000-10-26  Eike Rathke  <er@openoffice.org>  [cac6a2e5b3a6a008045a2a90fa59c6403829cfbd]

#79776# GetFormatCodeIndex: no assertion on special cases of currency formats; try to get a reasonable default


2000-10-26  Andreas Schlüns  <as@openoffice.org>  [4856d8a5e010800cde4232e0c382fc72ef6e1e1f]

add new config items for security, localisation and workingset


2000-10-26  Andreas Schlüns  <as@openoffice.org>  [df19e1995c33f7eb9dac3a3bca16538e9da613f4]

change key names for modules


2000-10-26  Andreas Schlüns  <as@openoffice.org>  [6e1b42f3646455ded7197b852ac681bc1fc2da30]

add new config item for security


2000-10-26  Andreas Schlüns  <as@openoffice.org>  [543f10b7f47b5aeb43b7fa7bb34997f4e965a90d]

add new config item for localisation


2000-10-26  Andreas Schlüns  <as@openoffice.org>  [4093430aac57ef6881508e5df8d125028e49725f]

add new config item for workingset


2000-10-26  Andreas Schlüns  <as@openoffice.org>  [e19265a3674c43f68ed5d1477cebea371cd42823]

add new config items for modules, security, localisation and workingset


2000-10-26  Kai Sommerfeld  <kso@openoffice.org>  [5d7c94a88fd331316c0debb42c9b46d766a7281e]

Added: method copyAdditionalPropertySet(...).


2000-10-26  Peter Burow  <pb@openoffice.org>  [cdf7685bfde8985e534e83a015e3a22616681ffc]

chg: call Commit() by myself


2000-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [154cbfe70843c1c14dd80452eafb1ab5d70e74e0]

#65293#: <stdarg.h> -> <cstdarg>


2000-10-26  Peter Burow  <pb@openoffice.org>  [5e1d670f9d3cad38a14a97dba991818ccbc5339f]

fix: #79759# #79775# #79778# must changes -> multi pathes


2000-10-26  jp  <jp@openoffice.org>  [aeb4981d0b4d3da3254e58d8abfa277d9ce9867b]

wordsel removed


2000-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e0daf888b10726b8651cc4163955f18746e3663]

#65293#: <stdarg.h> -> <cstdarg>


2000-10-26  Kai Sommerfeld  <kso@openoffice.org>  [3b6db6085adccaa48be3d8f2ea2f317f5609af6c]

Fixed: ContentProviderImplHelper::addContent(...)


2000-10-26  Kai Ahrens  <ka@openoffice.org>  [3b1263f71df1bde5e58a000249f66f99228983af]

#78786#: adjust source rect for bitmap operations if neccessary


2000-10-26  Carsten Driesner  <cd@openoffice.org>  [528e80807badf188b01928d20037f0943bfbd641]

insert code for 5.2 scripting compatibility


2000-10-26  Carsten Driesner  <cd@openoffice.org>  [eeacfc1ee7cc9f2ac687a6242dd3e72676e94be7]

use SolarMutex before/after ImplDispatchEvent when current thread is not the main thread


2000-10-26  Patrick Luby  <pluby@openoffice.org>  [810acfb6c1f9d4bea403dfc90f1f3593646e2f8d]

Initial implementation of creation and destruction of a native NSWindow


2000-10-26  Patrick Luby  <pluby@openoffice.org>  [4183af2475b5bf2a1f032794bb815856a8eb2e28]

Enclosed C++ code in #ifdef __cplusplus blocks so that C and Objective-C files can still include the non-C++ portions of these files.


2000-10-25  Frank Schönheit  <fs@openoffice.org>  [53bb2cc778184db8870e785c22d84ee888e51938]

initial checkin - helper for implementing using XInteractionContinution and XInteractionRequest


2000-10-25  Patrick Luby  <pluby@openoffice.org>  [a4b59a9663ef8b884c4a7ac27b7ee23502a2809c]

Added ilstbox.cxx to EXCEPTIONSFILES


2000-10-25  Kai Ahrens  <ka@openoffice.org>  [661e2a96491c20319838533f308c301521b253af]

#79420#: copy creation of DDB SalBitmap implemented


2000-10-25  Oliver Bolte  <obo@openoffice.org>  [ba5ea313bc15e0f7b28e6ce1c80b7e798ee76935]

Collator to GNUcollator


2000-10-25  Jörg Budischewski  <jbu@openoffice.org>  [17116f0ab5b94b645ed3b2ebef01b4a4117fefcf]

introduced an implementation namespace to avoid this damn unix symbol problem


2000-10-25  Kai Sommerfeld  <kso@openoffice.org>  [47710ab10bdd120a34c5842e9ae90a25b9508a8d]

Adapted to changes of service "com.sun.star.ucb.Store".


2000-10-24  Ocke Janssen  <oj@openoffice.org>  [18941c0c084101e7923514cc06dd6d089ccb8152]

include header


2000-10-24  Andreas Schlüns  <as@openoffice.org>  [161e1eaf18d802aac9631d446ea11a4d4991f310]

new config item for installed modules


2000-10-24  Rüdiger Timm  <rt@openoffice.org>  [4fbd8b2e8fd70cbb9847e5e411868df8732b3710]

template syntax


2000-10-24  mm  <mm@openoffice.org>  [0bbf05365876a63468e8b156dd3086ff5c881695]

ToUpper


2000-10-24  Martin Hollmichel  <mh@openoffice.org>  [60cf002b885088d571cb71aa435cda8a2305edab]

add: COMPHELPER


2000-10-24  Ocke Janssen  <oj@openoffice.org>  [30396af292b9f50bb0730195827ea81303ef619d]

new class for property and component


2000-10-23  Eike Rathke  <er@openoffice.org>  [4f7f213df18cfa011d5a934d4a6adb7ca6a9c382]

add: GetFormatCodeIndex: create at least _some_ format code if none available


2000-10-23  Malte Timmermann  <mt@openoffice.org>  [4718b92bcd7d91d7becc7609d5314aa8a784254c]

Removed use of class International


2000-10-23  Rüdiger Timm  <rt@openoffice.org>  [84bc6991c4d20ae5ae3e04c989681a5cef500002]

extra semicolon removed


2000-10-23  Sven Jacobi  <sj@openoffice.org>  [2f7283e8806d1157ccf0346673ae4af8a8df6135]

#78082# now supporting IntersectRectClipRegion Action


2000-10-23  Frank Schönheit  <fs@openoffice.org>  [ed2c865283ea906efde5aaee151f065333224ef5]

include the comphelper's version of stl_types


2000-10-23  Oliver Bolte  <obo@openoffice.org>  [b0718acc80adccfbd3d4e4ddb7ee559c18f3e3a1]

XUnoTunnel unknown #65293#


2000-10-23  Michael Hönnig  <mi@openoffice.org>  [e65b1cd4327f51c5caa172f5b0d14591c3d2b217]

#60292# adapts to ScrollBar-size now, when settings of VCL change


2000-10-23  Sven Jacobi  <sj@openoffice.org>  [da252a92a39b465cb41253f0bcb9cdae952c9f06]

#78082# now supporting IntersectRectClipRegion Action


2000-10-23  Eike Rathke  <er@openoffice.org>  [fdec3f07e90f1c3772b2033309a6c5f63bf12b69]

ImpGenerateFormats: NF_DATE_DEF_NNDDMMMYY, ZF_STANDARD_DATE+1 was missing


2000-10-23  Mathias Bauer  <mba@openoffice.org>  [1aaa043764be19dc53b4bf5ca760f8ae7ac19f8d]

MUST: processfactory.hxx moved to comphelper


2000-10-23  Peter Burow  <pb@openoffice.org>  [4636bbb699d6e18ff924f804bea994f82efe46e8]

chg: unotools -> comphelper


2000-10-23  Hennes Rohling  <hro@openoffice.org>  [452354eb0952ceaa4cc0d6c9b9422e50e373c2ef]

call chnod after mkdir cause mkdir uses umask


2000-10-23  Oliver Braun  <obr@openoffice.org>  [d51f22486a2c41639d9d415aa459dc25ac20ef79]

removed obsolete ports.cxx


2000-10-23  Sven Jacobi  <sj@openoffice.org>  [ff42daccc14570529294f98954d72478c39e1b01]

#79674# corrected pict filter detection


2000-10-23  Carsten Driesner  <cd@openoffice.org>  [1271b54d685c204034e47dd66dd764b04e6e6927]

use comphelper lib instead of unotools functions - must change


2000-10-23  Carsten Driesner  <cd@openoffice.org>  [c8ef36292c05e3d2f0176f9d2d017deb519e6adf]

code clean up for headless mode


2000-10-23  Carsten Driesner  <cd@openoffice.org>  [c705b5f2c8f89d26b19425b2cab4e891b4c02622]

new functions for headless mode


2000-10-23  Carsten Driesner  <cd@openoffice.org>  [6aa475c9dba47ee2cf87d2dd84ac0f365fb747d0]

compile svmain with exceptions remote/local


2000-10-23  Carsten Driesner  <cd@openoffice.org>  [501b0d323944daee840ef1858f17a7a5e8fc85c1]

if REMOTE_APPSERVER DbgPrintMsgBox writes to a file


2000-10-22  Eike Rathke  <er@openoffice.org>  [0021078c186ad337d1f3153aa256bbb61cad4dcf]

removed unnecessary headers


2000-10-22  Eike Rathke  <er@openoffice.org>  [fc285f675f97c8ef4ef664abde37ad986a6409da]

chg: SvNumberFormatter ctor: const reference Reference


2000-10-22  Eike Rathke  <er@openoffice.org>  [a3ae970d19063c9d9a9a12de484f7531f2fffaf4]

SRC610 MUST: CharClass instead of International


2000-10-22  Eike Rathke  <er@openoffice.org>  [80976bc0d8d68c812c5e2d4fc69892107ffaf660]

add: COMPHELPERLIB


2000-10-22  Eike Rathke  <er@openoffice.org>  [aaab1cf449f95b292fad20b04fa64bfe00b999ba]

SRC610 MUST: ::comphelper::getProcessServiceFactory


2000-10-20  Eike Rathke  <er@openoffice.org>  [9e21bcdb90d9ff26c05c72c5d3d56760e9514b2e]

SetDependentKeywords: upper true/false; no currency string => ShellsAndPebbles


2000-10-20  Eike Rathke  <er@openoffice.org>  [595b785211cb17f64bb55dccecd6e2130f80e66e]

ImpGenerateFormats: fault tolerant if a sequence of format codes is completely missing


2000-10-20  John Marmion  <jmarmion@openoffice.org>  [d63ce913cf1b1f7ffe8e42788b6a01d5bad9acde]

cleaned up support for the bootstrap script for OpenOffice


2000-10-20  Mathias Bauer  <mba@openoffice.org>  [066acd94ca81867b52a2e4c32964c4638a781824]

#79631#: seek stream back in IsStorage


2000-10-20  Philipp Lohmann  <pl@openoffice.org>  [d139f8b5ef2d4a935784888984921bbccb5a8543]

make AtomProvider available in non remote case


2000-10-20  Ocke Janssen  <oj@openoffice.org>  [73296e104468fb2cb10d4edcc7c7dec532669593]

new class for broadcast and propertyset


2000-10-20  Ocke Janssen  <oj@openoffice.org>  [3f9f857700ad6d3bda13a94de971e3b3f443335c]

remove local namespace define


2000-10-20  Ocke Janssen  <oj@openoffice.org>  [1771a2f1fb2db44bfcf2830223615f1bc1021eed]

new method who gets the implementation of an interface


2000-10-20  Eike Rathke  <er@openoffice.org>  [961464a29a022fba0113f8b8a38da6d5e81190eb]

#79637# not the cause but without not possible: use the right names in factory


2000-10-20  Eike Rathke  <er@openoffice.org>  [5b8a9494d021c11b740acf9ec006e421628aa5fa]

isAlphaType, isLetterType: parenthesis error


2000-10-19  Patrick Luby  <pluby@openoffice.org>  [5123b36f4fdbba5cdbcc09295cddf39997d0e837]

Changed #include <svtools/XXX.hxx> into #include <XXX.hxx> since this file is now in the svtools project.


2000-10-19  Patrick Luby  <pluby@openoffice.org>  [57c8b8f97a18ff015b85cc2bb43efd1ed47f30c0]

Added initialization of static data members for template classes for Mac OS X


2000-10-19  Philipp Lohmann  <pl@openoffice.org>  [0eb2c0d69e8fcc1d43e97ad4ed228aa9bd0c27fa]

#79628# fixed an initialization issue


2000-10-19  Mathias Bauer  <mba@openoffice.org>  [fad7a5f2b88e506986f4dd4e45f3df0f6a9f3e9b]

new StreamHelper class


2000-10-19  Christof Pintaske  <cp@openoffice.org>  [0fe542208ceae23fade56c23df103b03abb5f161]

use Collator::compareString service to insert entries


2000-10-19  Christof Pintaske  <cp@openoffice.org>  [9a3446154342cde33f3d6101f8364dc4d6ad6c27]

add a helper for XCollator


2000-10-19  jp  <jp@openoffice.org>  [ec3bed18ee25a6d6051adee0401e51cbeb44168e]

Store: insert into the original names the family too


2000-10-19  Hennes Rohling  <hro@openoffice.org>  [dacf3722d8d9aa1b97e41b6934f3d7f51c8f973c]

after mkdir call chmod cause mkdir uses umask


2000-10-19  Oliver Bolte  <obo@openoffice.org>  [72531d5f283422bc1536fb36df07a39a6d20277f]

Syntax error with linux


2000-10-19  Philipp Lohmann  <pl@openoffice.org>  [cc9d98cf5fd5cbc2761892e74114a6115bf3485f]

enable print to file in appserver case


2000-10-19  Philipp Lohmann  <pl@openoffice.org>  [86464c9f6364a637a73c6e1559535eed37f56214]

add remote print to file for appserver case


2000-10-19  jp  <jp@openoffice.org>  [f9b296a86499c9a51617e0c8ee1e735953370c41]

Store: insert into the original names the family too


2000-10-19  Hennes Rohling  <hro@openoffice.org>  [771790533f03f1cc44b7a30b65b0d32bb78130ef]

Oops


2000-10-18  Hennes Rohling  <hro@openoffice.org>  [ad0f24ebec2b2487ce2c7d363ca39d3cdbb0b77b]

Fixed soffice.tmp security hole


2000-10-18  Malte Timmermann  <mt@openoffice.org>  [c30456dd9853437d9d2c3943fdbae1fe4c87288a]

ImplGetTextLines: Don't include CR/LF in LineInfo


2000-10-18  Mathias Bauer  <mba@openoffice.org>  [6aa9ae6eac78a145e12e707eb00f31a952c9c107]

Handler object for better handling of Wait state


2000-10-18  Carsten Driesner  <cd@openoffice.org>  [f3dd99863648e6e1bee009b99625254589026a88]

endless loop without args removed


2000-10-18  Nils Fuhrmann  <nf@openoffice.org>  [fbdc2aeecc1ea972a4f99356fdda1a2ca04bcd8e]

Fix: The year is now added to the header of month view using String::CreateFromInt64()


2000-10-18  Stephan Bergmann  <sb@openoffice.org>  [4e0709b9e4bc5c3b45dc10b352e9fc8f3fcad7b0]

Added fileidentifierconverter.hxx.


2000-10-18  Stephan Bergmann  <sb@openoffice.org>  [180cf93849cc65ecac9c54eb5357a6a1c371c82b]

Added fileidentifierconverter.obj.


2000-10-18  Stephan Bergmann  <sb@openoffice.org>  [b0ba057865c315386352957a69a0c4a558c7457c]

Offer com::sun::star::ucb::XFileIdentifierConverter functionality at a com::sun::star::ucb::XContentProviderManager.


2000-10-17  Eike Rathke  <er@openoffice.org>  [65c8d8d9a3dc6058ed943b30831c0accf1421f08]

using LocaleData, second wave


2000-10-17  Kai Ahrens  <ka@openoffice.org>  [df9d7d0e203458b3ab1d2a4ac43851edda319d2f]

#78689#: reassign graphic data after swapin


2000-10-17  Rüdiger Timm  <rt@openoffice.org>  [8a8517fa2245a910493ee80344a8f1f95f5e42b8]

removed extra semicolon at end of declaration


2000-10-16  Eike Rathke  <er@openoffice.org>  [0b9fca5a6a1c37b10dd0230f73933be1336ca8e3]

got rid of XubString


2000-10-16  Eike Rathke  <er@openoffice.org>  [35d8f90f43d0e262fda51d456c0276ec5bd1fb64]

got rid of XubString changed German comments to English comments


2000-10-16  Mathias Bauer  <mba@openoffice.org>  [3d34631acb36d79c58b977626debc26970bc8f98]

Wrong error handling


2000-10-16  Mathias Bauer  <mba@openoffice.org>  [ffb2a09780a6dfd8375aa55c24f3a5b2e74a11d0]

Support Redirection and caching for HTTP


2000-10-16  Mathias Bauer  <mba@openoffice.org>  [ef07b32e8b76f7f20227442484067db14d042c08]

IsStorageFile without downloading whole file


2000-10-16  jp  <jp@openoffice.org>  [d44610a2d44746879819a9c12e20a463acfd2b66]

Bug #79483#: write unicode characters


2000-10-16  jp  <jp@openoffice.org>  [fc0ad969b651784faac965b2ce63e3a8a554f7c0]

Bug #79478#: StyleSheetPool:Store - create unique style names


2000-10-16  Stephan Bergmann  <sb@openoffice.org>  [862e4ecfeb97e0b4e3461398f5b9f02c1c1f403f]

Removed INetURLObject::FindFirstURLInText() (now replaced by URIHelper::FindFirstURLInText()).


2000-10-16  Stephan Bergmann  <sb@openoffice.org>  [e0b6d2ab25721c989ab0973e12a547172f165b81]

#78581# Added URL scheme 'vnd.sun.star.webdav'.  Warning: this scheme might only be temporal and might therefore be removed again.


2000-10-14  Eike Rathke  <er@openoffice.org>  [5a4f47f75474de4d3842872eefd7923a0eba3c90]

using LocaleData NumberFormatCode, first wave


2000-10-13  Eike Rathke  <er@openoffice.org>  [21385b227393a2d509bedaf8b4a6cfb98d73359e]

add: localedatawrapper, numberformatcodewrapper


2000-10-13  Eike Rathke  <er@openoffice.org>  [84a54a82c0cfdf43c4779d33ef7a2b87f092d121]

NumberFormatCodeWrapper


2000-10-13  Eike Rathke  <er@openoffice.org>  [9b84cc677cea1a8e9281705fdf08ca15615dd2e2]

LocaleDataWrapper


2000-10-13  Frank Schönheit  <fs@openoffice.org>  [f2abb98170260abbbf799e397a1d11c44dd7b85d]

DECLARE_STL_(STDKEY_)MAP


2000-10-13  Oliver Specht  <os@openoffice.org>  [88505400da1c1cf4b0883a21e7fb316dbdf182ba]

use of osl instead of tools for assertions; filtering of change notifications according to the list of EnableNotification added


2000-10-13  Oliver Specht  <os@openoffice.org>  [dbebeca234e3699c64245edd1f559cf7965d242b]

use of osl instead of tools for assertions


2000-10-13  Ocke Janssen  <oj@openoffice.org>  [261371f9319087cf2044646affdcc8659c343314]

impl dtor to avoid wrong delete call


2000-10-13  mfe  <mfe@openoffice.org>  [be629b9bc191df5f9839d761e9980be9be83cc88]

check for valid sockrefs


2000-10-13  Malte Timmermann  <mt@openoffice.org>  [3918ddd9358abf267935a983d8a136d31cbac5d9]

CJK: Support IME


2000-10-13  Carsten Driesner  <cd@openoffice.org>  [41f2073cfb5de9bc0e249a2d9132925156ae39f1]

new init method added


2000-10-13  Mathias Bauer  <mba@openoffice.org>  [e35fdeca9980d6751b18c1da5ace7d5a549bb749]

use namespace utl


2000-10-13  Peter Burow  <pb@openoffice.org>  [41dc9fb8bc823f1a1664271591b8c348f03cba63]

fix: #79205# use the correct symbol to load the user path


2000-10-13  Jörg Budischewski  <jbu@openoffice.org>  [b577bd907748f27161b49e31ca4f84124832a8c6]

tests build now under solaris


2000-10-12  mm  <mm@openoffice.org>  [aadc47b9c8127c8659f1103a84c3405591a36bc8]

use file API from SAL


2000-10-12  Mathias Bauer  <mba@openoffice.org>  [84f2f44aa8597fb0506705760196482ed59ee175]

use namespace utl


2000-10-12  Mathias Bauer  <mba@openoffice.org>  [f1e951b708094f6e3e260a8bf8d70f3d7b50a122]

TempFile with UCB support


2000-10-12  Gregor Hartmann  <gh@openoffice.org>  [550d3042818a10f3982a6bbfb22951d412276f35]

do not remove empty lists anymore


2000-10-12  Gregor Hartmann  <gh@openoffice.org>  [67b2bd077293774966144b8e4c88ecda9aee52a6]

changed logmessages


2000-10-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0754c70418fcdd1074c8bd4a356e3be5518d308b]

don't write *.err files


2000-10-11  Malte Timmermann  <mt@openoffice.org>  [e5480a057425110211e12fc8c1e990498eed6686]

#78780# Don't call SearchItem with CharCode 0


2000-10-11  Frank Schönheit  <fs@openoffice.org>  [275f30c28e202f82a068e288d26cf1987f884e96]

type: had XIndexAccess instead of XEnumerationAccess


2000-10-11  Kai Ahrens  <ka@openoffice.org>  [60bae19c6130ae34cdb5cda12ca02da2b9d9e93a]

cropping optimized


2000-10-11  Peter Burow  <pb@openoffice.org>  [fe79ff5aa93eb62bd00140b3dc7cd95332e32e56]

fix: #79205# on synchron mode, we must wait, if it's necessary


2000-10-11  Frank Schönheit  <fs@openoffice.org>  [a1400c9437c6915ad5011db9631ce70543348886]

added logindlg


2000-10-11  Kai Sommerfeld  <kso@openoffice.org>  [a75dd5688aca50c63e3ed2efb9938853ab0cd1dc]

Removed: Generation of headers for types located in com.sun.star.chaos


2000-10-11  Kai Sommerfeld  <kso@openoffice.org>  [dd6b1bc9d7ec16a752e5a34925472d35dce4f7e1]

Removed: obsolete impl. of [Put|Query]Value(...).


2000-10-10  Rüdiger Timm  <rt@openoffice.org>  [f6e3a4e5937166db511bb2a3a6f4a47ed54772e0]

add logindlg.hxx


2000-10-10  Kai Sommerfeld  <kso@openoffice.org>  [6f2d48fc93f01539d5e98aed0e5775d396dc54bb]

Fixed: Create m_xImpl in default ctor of class Content, too.


2000-10-10  Stephan Bergmann  <sb@openoffice.org>  [4e5c9c8085cd5922f4a35f5c546492fcf0a49bd2]

Replaced use of CharClass::isAlpahNumeric() with CharClass::isLetterNumeric() in URIHelper::FindFirstURLInText().


2000-10-10  Nils Fuhrmann  <nf@openoffice.org>  [f63701beb4aa04a984537c816425aa6653488dfb]

Changed positioning of ContextMenu from screen position to window position


2000-10-10  Malte Timmermann  <mt@openoffice.org>  [681231a2d5d6868d19791b0515c44cbad9732a49]

#78686# ImplGetTextLines: Set nDepth to 1, if LE 0


2000-10-09  Babak Mahbod  <bmahbod@openoffice.org>  [e6ecf3a59e8bd513b874a49242156cccb57c3d47]

Updated for MacOS X strict ANSI C++ compiler.


2000-10-09  Juergen Schmidt  <jsc@openoffice.org>  [2e33f126fff1efee8699ac1cfed57e845f40a442]

#79287# check commandline args to find out if portal


2000-10-09  Martin Hollmichel  <mh@openoffice.org>  [2f77c17d5512c11859e5cf077ec429ef63791f4d]

chg: Syntax


2000-10-09  Frank Schönheit  <fs@openoffice.org>  [94e5b5a8be3749b16877b33e2d5195b5d8cba02f]

corrected header/footer


2000-10-09  Frank Schönheit  <fs@openoffice.org>  [7c39510984418657073ab3ba1a44557848ae53ee]

initial checkin - formerly known as chaos/logindlg


2000-10-09  Peter Burow  <pb@openoffice.org>  [f08e18c37bb404158c99a244ea9d1ae8798a2c05]

chg: optimized


2000-10-08  Patrick Luby  <pluby@openoffice.org>  [344c35ad0ee5ec87b1ffeaabad8386985e24aee5]

Added initialization of Sequence<X>::s_pType static data members for Mac OS X


2000-10-08  Patrick Luby  <pluby@openoffice.org>  [4fba092ae0f61533ccd66482abffd97b927295f7]

Added initialization of Sequence<X>::s_pType static data members for Mac OS X


2000-10-07  Patrick Luby  <pluby@openoffice.org>  [87004018dd32af7467c7bcf2f90caab31f7c9630]

Removed static data members that are now initialized in earlier projects.


2000-10-07  Patrick Luby  <pluby@openoffice.org>  [ed11c3a6dc2f8d1737ddf656a1779b7241a8e2cd]

Added include for comphelper/processfactory.hxx so code will compile.


2000-10-07  Patrick Luby  <pluby@openoffice.org>  [f3934a615d28a2b55505edca5dd66612da012834]

Added initialization of static data members for template classes for Mac OS X


2000-10-06  Babak Mahbod  <bmahbod@openoffice.org>  [8fe1023c13ee4c5ad06cb84edc79d3a64adfdbcb]

Updated for use with MacOS X strict ANSI C++ compiler.


2000-10-06  Frank Schönheit  <fs@openoffice.org>  [721b1d2d5bec23ba1ba8a66818e4b300a6300b64]

uno_typ_equalData instead of uno_typ_equal


2000-10-06  Frank Schönheit  <fs@openoffice.org>  [410f1edf43db6a440ab9116edbadcbb4fc9a9d3e]

link against COMPHELPERLIB, sop we can reroute set-/getProcessServiceFactory to comphelper as long as the versions here in unotools exist


2000-10-06  Frank Schönheit  <fs@openoffice.org>  [2519a290f3f8f37cf5dc8733c0d6aa9d8f8228c3]

use the comphelper versions of the two functions


2000-10-06  Frank Schönheit  <fs@openoffice.org>  [b713d7c2031e5ef2220d743ea17c2ce357810df1]

initial checkin - migrated from project unotools


2000-10-06  Peter Burow  <pb@openoffice.org>  [0910aae00d0e5e7626a71e012a48dbe64c1b7e3b]

chg: GetFullName() added


2000-10-06  Peter Burow  <pb@openoffice.org>  [631dbc5c09e2c974d49c745959fc2e8abd6fde8c]

chg: GetUserFullName() added


2000-10-06  Carsten Driesner  <cd@openoffice.org>  [52890aca181317d666e0765031bf78ee429161e1]

Use own global mutex to protect large init code!


2000-10-06  Babak Mahbod  <bmahbod@openoffice.org>  [52bbd8bb20281acf15f492854cccc3d3f9fdd2ba]

Updated for ANSI C++ compiler running under MacOS X.


2000-10-05  Mathias Bauer  <mba@openoffice.org>  [c972d2ce96401d9212c1f27b57e7ba1eb40bee30]

Error handling


2000-10-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [913933b5878bb3567a27158df0a6f9eeb5db3b2a]

#65293#: undid change by Patrick, ucbhelper is at least for SRC607 still needed


2000-10-04  Patrick Luby  <pluby@openoffice.org>  [1451555363305f6d3110c7a1ba2c96fda099167e]

Removed use of staticmb*.cxx files for Mac OS X since they instantiate static data members that no longer exist in this project.


2000-10-04  Philipp Lohmann  <pl@openoffice.org>  [a72e6b58c3cc303201d9a2a9ba11e5ca1a1ebf5d]

corrected an oops: dependency on REMOTE_APPSERVER case in normal case


2000-10-02  shane  <shane@openoffice.org>  [15bdaa7c63c33003e95d1abf7c810a88563dcfc8]

Testing with Martin H.


2000-09-29  Patrick Luby  <patrick.luby@openoffice.org>  [4aabacf9b1be0ff3d9256f94f2e2f3057af4e449]

Stubbed out vcl dependent code for Mac OS X


2000-09-29  Nils Fuhrmann  <nf@openoffice.org>  [8ab79455f0f2ca008d5d971b4208d27d6b12d57d]

New header for recusrsive makefiles


2000-09-29  Frank Schönheit  <fs@openoffice.org>  [d756983d0012e197477ccdd950554945826339a9]

initial import


2000-09-29  Hennes Rohling  <hro@openoffice.org>  [2d404fb8f814e7dc7cd91b2e116a45df40a3ee30]

osl_createThreadKeyData with callback function paramater


2000-09-29  Philipp Lohmann  <pl@openoffice.org>  [47327bb4b9964040fe0a973c1993f35d54ea3170]

add: ask printer for fax support


2000-09-28  Matthias Huetsch  <mhu@openoffice.org>  [b0d19207ced2489a8d24a9bfa86164bc880314ef]

Removed obsolete CNTCMPMN.[HXX|CXX] and com::sun::star::chaos usage.


2000-09-28  Matthias Huetsch  <mhu@openoffice.org>  [85ff075efd4e0988a412dc28ddb35a97dfe4ffac]

Replaced com::sun::star::chaos::OpenMode with ucb counterpart.


2000-09-28  Patrick Luby  <patrick.luby@openoffice.org>  [e8c57364a06120a7a3f24a76ceeb427e90a46c7b]

Removed ucbhelp.lib from link list since it is no longer built in this project.


2000-09-28  Sven Jacobi  <sj@openoffice.org>  [6b3f471a0a79f40fad7d21cc355bfae2fb6085ed]

optimized code


2000-09-28  Sven Jacobi  <sj@openoffice.org>  [309b23df634c7a42f24287ee32701f150ef33cae]

#78792# fixed unicode conversion bug


2000-09-28  Nils Fuhrmann  <nf@openoffice.org>  [b63f620398cf6c24179068d7862ef4fe5c44772a]

Fixes for files which will nor be found in the given environment variable. In this case, the file will be spawned without abs file name


2000-09-28  Oliver Specht  <os@openoffice.org>  [37a5cbc1fad9dfbc3d953e5bee8b5664d271c238]

catch parser exceptions


2000-09-28  Sven Jacobi  <sj@openoffice.org>  [03e33e2acea6c52d4dc0c677600c83972214bdb1]

#78793# fixed text conversion bug


2000-09-28  Oliver Specht  <os@openoffice.org>  [c574a6de1554bcc1859ba77ddf68e8f36fd35eb8]

DBG_ERROR: extended information provided


2000-09-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bed86385e96dd26b9e2c1f4b90dd6034e8537977]

typo


2000-09-28  Philipp Lohmann  <pl@openoffice.org>  [a4ca0ea78cea4b2cf6af84c6a66bd2eaa4f48164]

fixed a problem with Motif and reparented frames


2000-09-28  Mathias Bauer  <mba@openoffice.org>  [3a327ee3cb51ba13c2fe7819b3cda9a88d8bafa6]

undooptions, helpoptions


2000-09-28  Mathias Bauer  <mba@openoffice.org>  [f103aad156a553e6d5e45bb13bfa562d1f5f9ffc]

CreateInputLockBytes also for given streams


2000-09-28  Mathias Bauer  <mba@openoffice.org>  [938c4aac05f3ddc3f2ec06501e3a26b79e9c9b38]

Cleanup, _Impl in Filter


2000-09-28  Mathias Bauer  <mba@openoffice.org>  [70de02b1d62c73538748c16f44d70b2de1ee6fef]

ConfigItem for Help settings


2000-09-28  Mathias Bauer  <mba@openoffice.org>  [da22188cb58d9101445aef8182f426e7379da35d]

undooptions, helpoptions


2000-09-28  Mathias Bauer  <mba@openoffice.org>  [67e11e4df0b8b833235649935e5561f56e984cca]

ConfigItem for Undo settings


2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [c3e5de2a61bc1c07512adc5b6bd4a512c98bec4e]

Merge SRC605: 27.09.00 - 20:27:15 (NoBranch)


2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [125d0f24a9528c2376f863c0255e3ddfd7bb5a3d]

Merge SRC605: 27.09.00 - 20:26:41 (NoBranch)


2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [14ce457e948e7395dea2206facb062f542c8ee7d]

Merge SRC605: 09/27/00 - 20:26:23 (NoBranch)


2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [41f36497371334d9692cb08e39add37640e29960]

Merge SRC605: 09/27/00 - 20:24:20 (NoBranch)


2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [6d97cbd25fb739e815f1c73705c5e251805d5a66]

Merge SRC605: 09/27/00 - 20:17:04 (NoBranch)


2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [8d261eecee1f9dc78f3e1a0e27e6ddb37b785b4f]

Merge SRC605: 09/27/00 - 20:15:59 (NoBranch)


2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [57bc4c4470cacf1a69c92fc9ea25d83f102f7ab9]

fix: #78939# #78945# convert y


2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [14ac5e6c52b24da0ed463a038ee1444b25556b56]

Merge SRC605: 27.09.00 - 20:12:43 (NoBranch)


2000-09-27  Sven Jacobi  <sj@openoffice.org>  [f551e2dd3526427679bad662fa905cdbe047a072]

#79015# added float streaming


2000-09-27  Sven Jacobi  <sj@openoffice.org>  [753f8f5e2b2cb1af57dd627f60a31959757f78d1]

#79015# added float streaming, solved misalignment in ExtTextOutW action


2000-09-27  Philipp Lohmann  <pl@openoffice.org>  [631fb43bdef38e2d370d48cb72c450a74d62d960]

add phone number for unix fax solution


2000-09-27  Mathias Bauer  <mba@openoffice.org>  [114e1bc5da13e3dfa46ceefed5112ca600f70f7e]

dont export _Impl


2000-09-27  Mathias Bauer  <mba@openoffice.org>  [bf527ad81b984a2f70653faf8272683877709ac7]

ucblockbytes


2000-09-27  Mathias Bauer  <mba@openoffice.org>  [bdf78b52a1fe0dc440b2283fd958ea7170405f36]

new class for stream access using ucb


2000-09-27  Sven Jacobi  <sj@openoffice.org>  [6fa153f957bc862a627cd5b87277943e1d8c5c46]

#78796# supporting japanese UniString <-> ByteString and DXAry conversion


2000-09-27  mm  <mm@openoffice.org>  [a882de65384d31782c5f66555af5ed2a5a52c5c4]

Mac fix corrected


2000-09-27  jp  <jp@openoffice.org>  [a9dbad5405eaaf0724b64c507a29580534868b4e]

new helper class for filestat function, which use now the UCB


2000-09-27  jp  <jp@openoffice.org>  [d1c6bef7873e55499792e7671e9423f5207ce848]

fix: #78939# #78945# convert y


2000-09-27  jp  <jp@openoffice.org>  [b84399c4b03e7eea5d67c42c2fe81134ebb229c0]

new helper class for filestat function, which use now the UCB


2000-09-27  Philipp Lohmann  <pl@openoffice.org>  [21a9b8bf32742d32f3150aa673de85cadd3555e9]

do depend on CDE headers on solaris only


2000-09-27  Peter Burow  <pb@openoffice.org>  [4e362f94a03a0dcbaa823ce5aa352b21804221bb]

chg: call ConfigMgr::GetDirectConfigProperty() to get Path and Language


2000-09-26  Christof Pintaske  <cp@openoffice.org>  [db30493797098a511326cdb54c754ca62bbb37ca]

#78721# attach an input context to fixed sized dialogs


2000-09-26  Peter Burow  <pb@openoffice.org>  [116a979f88ed07f0f7a1dcda5a322d712e736b60]

chg: SubstituteVariable() added


2000-09-26  Oliver Specht  <os@openoffice.org>  [61bce6c3b530096f50edff74e74630f4a9ab9eed]

new: static GetDirectConfigProperty()


2000-09-25  jp  <jp@openoffice.org>  [22229086399a448cd9121dbdae6825132ed6f763]

Bug #78573#: _ImplCopyData - use unsigned char insted of xub_StrLen


2000-09-25  Mathias Bauer  <mba@openoffice.org>  [9a68c79c435ed2fbbe903ed0c7f88abd3b84cf35]

SaveGraphics handled as enum


2000-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4aa780f7609514186f10d554472aed6c1c4d57a5]

member missing


2000-09-25  Philipp Lohmann  <pl@openoffice.org>  [89760e4ec5bc6cee0d00fb3dfa16915bc975f39e]

added fax queue support


2000-09-25  Philipp Lohmann  <pl@openoffice.org>  [b273b0093632e38ece79be4a21746a2947915086]

#78737# call modified handler after extended text input


2000-09-25  Oliver Specht  <os@openoffice.org>  [789980eb0ea10148486591fa2eb2fd52dd229620]

call commit revision independent


2000-09-25  Nils Fuhrmann  <nf@openoffice.org>  [f17d446b0e7357be8dc1141349a381ec85fbc920]

Fix: search for called executable in all pathes


2000-09-25  Mathias Bauer  <mba@openoffice.org>  [5dec4af8df8c7265968e927300ac1f14a3d5e88f]

writing error


2000-09-25  Mathias Bauer  <mba@openoffice.org>  [127f090ae282dab1e23b28dbaf10c7f04ecc5769]

Some names changed


2000-09-25  Kai Ahrens  <ka@openoffice.org>  [67431f95782a789b8cd1249ed3861b535facd8e7]

not needed member removed (maCropRect)


2000-09-25  Mathias Bauer  <mba@openoffice.org>  [1b95d7f992f142e2077891048d0cf2132b982a6f]

saveoptions


2000-09-25  Mathias Bauer  <mba@openoffice.org>  [cab5ef8665238ad03a820d5b94dc1291825359a5]

saveoptions


2000-09-25  Peter Burow  <pb@openoffice.org>  [db749afdd01f4b8526cfa4fb7d57776ebedc0829]

chg: static with Impl-Pointer


2000-09-25  Peter Burow  <pb@openoffice.org>  [808cee6ecbb5f8a3225e9237f63bfb29549fdcbd]

chg: useroptions.obj added


2000-09-22  Terence Tse  <terence.tse@openoffice.org>  [51f6313d5aa16693711a640dbf2db27ab0796fec]

Added casting BOOL to sal_uInt8 for UNX


2000-09-22  Armin Theissen  <armin.theissen@openoffice.org>  [ffb24c1820dfada998e925c15f58f84506005234]

corrected if clauses


2000-09-22  Kai Ahrens  <ka@openoffice.org>  [568e8819da476bcd0e7d6fc055e33dd1e6fc9189]

added cropping functionality


2000-09-22  Oliver Braun  <obr@openoffice.org>  [32cc19fb309ddc749331bcf47b3311f275b20af3]

moved from daemons2


2000-09-22  Philipp Lohmann  <pl@openoffice.org>  [c3b3cfbed6f62b893b747655c84a894815acd99a]

new feature in JobSetup: additional parameters


2000-09-22  Philipp Lohmann  <pl@openoffice.org>  [8f7aacd7db75d3c638e32cdd82660cb485ef2e4f]

moved initialization of remote printer list to rmprint.cxx


2000-09-22  Philipp Lohmann  <pl@openoffice.org>  [02f18c3ebaa58ca8c7feb632d72b6a5e68eacd0e]

let rmprint.cxx decide bewtween client and print server


2000-09-22  Patrick Luby  <patrick.luby@openoffice.org>  [36bdc83236cb4e95f1fad81c69be7034eab0c137]

Remove .IF "remote" != "" statements from makefile.mk files in vcl/aqua/source subdirectories since they were causing link errors


2000-09-21  Ping Liao  <ping.liao@openoffice.org>  [23af02608df722fa4756061bab7bcaec72a612e8]

Corrected missing salmain.o in linking of libvcl*.dylib.


2000-09-21  Ping Liao  <ping.liao@openoffice.org>  [c3cae1eef64fb8c6180482ee0cd74d8c3fa46ecf]

Added static variable initialization for MACOSX.


2000-09-21  Ping Liao  <ping.liao@openoffice.org>  [981ccc7a307c407bd977ef6d5f1b6592fca885f2]

Added copying *.dylib


2000-09-21  Ping Liao  <ping.liao@openoffice.org>  [1f35e42c85b4af880b7c97054e226011ce65db7c]

Added casting BOOL to sal_uInt8 for MACOSX.


2000-09-21  Sven Jacobi  <sj@openoffice.org>  [d9d5ae39a2fa7b03b731fd472df660c13c2e343e]

#78774# DoImportDlg is now working correct


2000-09-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1f63fdbcef6410d147a4ddd842c70267c8018f15]

add: include


2000-09-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [777fc7c1b24a6d55f68b5b38631245cc2c093e7a]

more objects


2000-09-21  Philipp Lohmann  <pl@openoffice.org>  [bccdb1eba5e88903ea4e293fc24e4100dc6d6297]

fixed syntax for solaris: cannot catch a reference without a name


2000-09-21  Oliver Specht  <os@openoffice.org>  [0e3ea4b6ce07c3360c49f70b7c63e6c222e976ae]

addConfigItem: return type changed


2000-09-21  Oliver Specht  <os@openoffice.org>  [505f754066ec03839e35c47865ec5536ad70f92c]

access to SetNodeNames, ClearNodeSet, SetSetProperties, Replace with empty string refers to own node use of XMultiPropertySet terminated


2000-09-21  Oliver Specht  <os@openoffice.org>  [2a0ba39083715daa0a785ead5850993c763c6324]

addConfigItem: return type changed


2000-09-21  Oliver Specht  <os@openoffice.org>  [13c043a6c26ede4bdd349b2b03f61b45115e4cf4]

XMultiPropertySet no longer required


2000-09-21  Frank Schönheit  <fs@openoffice.org>  [efd594263533b0c037350f3d2701ea271a6956bd]

new file propertycontainer


2000-09-20  Mathias Bauer  <mba@openoffice.org>  [c9d70c1d9d8b174721da75387f0334a0c5158982]

SaveOptions added


2000-09-20  Mathias Bauer  <mba@openoffice.org>  [36d03555a806a88e5efbb5d58540f644ee373c49]

SaveOptions use new ConfigItems


2000-09-19  Martin Hollmichel  <mh@openoffice.org>  [bdc7da8cc6138205f7eb92680221626b3c681201]

Reverted one MACOSX macro back to MAC macro.


2000-09-19  Martin Hollmichel  <mh@openoffice.org>  [f99bd5b1405461a61f1e8740b990f195aca0595e]

Replaced MAC macros with MACOSX macros where appropriate.


2000-09-19  Frank Schönheit  <fs@openoffice.org>  [bbc7a49f6e9b491629901074ceef9607af4a5648]

#78474# lcl_ImplMergeFontProperty: extract the correct types from the Any


2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [acd5e97c7e364b0ad2f1c3f8d197490166a482ce]

initial import


2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [c24f3b38d5818b943375f9f76a0abc4f803f8f57]

fix: #78939# #78945# convert y


2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e3e721e0531905117b0e91057336347430ddb83]

initial import


2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec97723c6debc0353fbdd71054c4450232c2eebe]

initial import


  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [cc0bf9f25dd377c559dab2d8308613114e30bc5e]

impress195: Minor adaptions due to last merge.


  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [6901163e55172fee98206fc9caec618c92def32d]

calc65: #i116318# Fixed the painting of axial gradients.


  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [b160e7130ed02ab928dfdae6c596a88bce1ed0e1]

impress200: merge


2010-08-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [758f7c6604281f000c7e6756ea8e5741992a61cc]

impress200: #i114123# fix graphics context refcount for drawEPS


  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [ee6a6bcfe992702baf107e465b84de6a5a3b9555]

renaissance1: resolved merge conflicts, cleanup.


2010-07-01  Andre Fischer  <af@openoffice.org>  [69ea137633549f5a9714aa42d8eb14e047e1b99f]

renaissance1: merge with DEV300_m84


2010-06-14  Andre Fischer  <af@openoffice.org>  [21d79c68bd7cba17be9d4a7fb3b4e7ecc011ee14]

renaissance1: #i107215# Fixed wrong rounding in HSBtoRGB.


2010-06-07  Andre Fischer  <af@openoffice.org>  [f55622792a42f49e0923c969066a05bce0cc74fa]

merge


2010-06-02  Andre Fischer  <af@openoffice.org>  [ea0a0d88994752cacfc3274c9df38ee717c437bd]

renaissance1: #i107215# Do not show PresObjs in previews.


2010-05-28  Andre Fischer  <af@openoffice.org>  [71e264dc2ea7b2a770bea51dd614e04f52c9280d]

renaissance1: #i107215# Some minor fixes and improvements.


2010-05-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [34e0fc89aed708cc518a2776a3050f9041d4ceac]

renaissance1: #i107215# suppress mouse enter/leave when inactive


2010-04-27  Andre Fischer  <af@openoffice.org>  [bac5814ed0feca0dfbef303036999f8986a163fb]

renaissance1: merge.


2010-03-30  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [1e78391de39e7609a5392b0fd9c749f8859fba04]

renaissance1: corrected warning


2010-03-30  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [3f74299bebd27b453ff3cbc40b057ed0b1aa1fa1]

renaissance1 #i110498# All needed changes for SoftShadow for DRawPage visualisation


  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [94e77de4173e35d52377c78709bc9ebeca80876d]

export TableControl for usage in VCLTestTool


2010-03-26  Mihaela Kedikova  <misheto@openoffice.org>  [f97c082bb1cc49acc758225779be202e03479ee7]

gridcontrol_03:improvements


2010-03-25  Mihaela Kedikova  <misheto@openoffice.org>  [8989c8313087eee30558d8b62e28d69136259c5a]

gridcontrol_03:scrollbar update after resizing bug fixed


2010-03-25  Mihaela Kedikova  <misheto@openoffice.org>  [91c26be727b75581024a94e9b7972e43858c2292]

gridcontrol_03:scrollbar bug fixed


2010-03-23  Mihaela Kedikova  <misheto@openoffice.org>  [763c61f8705446927f505d63b2ea185c1dd849f5]

gridcontrol_03: merge with DEV300_m75


2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [28de0a05e5b39948c6b75c41fabbeeb46986bce5]

fixed bugs  for linux build 3


2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [b7c128da2ebb8f181e0e80acba1ea371b7218cf3]

fixed bugs  for linux build 2


2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [36f3b68ec9d2ad212798ef4d625ee1d814e51b60]

fixed bugs  for linux build


2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [26a77d6df6395f175eeeb39058377cb19014df24]

resolved conflicts rev 265602


2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [757e0a25fb0ca3038cfd28e3ab1af6209f606c00]

recent changes for grid control


2010-03-11  Mihaela Kedikova  <misheto@openoffice.org>  [2d530bb828a8c29915bfba2c643fb82848894614]

bugs fixed for build on macOS


2010-02-15  Mihaela Kedikova  <misheto@openoffice.org>  [f278f6b75ac67ba561d7fb0ffb44f758fe9ba283]

recent changes for grid control


2010-02-12  Mihaela Kedikova  <misheto@openoffice.org>  [683bf3b965ce80e0cfcc4a4b336c29c480a55eae]

recent changes for grid control


2010-02-12  Mihaela Kedikova  <misheto@openoffice.org>  [11ecd933529af90585405f41effa7806f28d9d4f]

recent changes for grid control


  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [3637e5bad6e78590cd80073632d87d6e22066426]

impress195: rebase to DEV300 m98


  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [5c2077eb4278b59fa71d0ca46c35e48a4293d7f6]

renaissance1: merge with DEV300_m80


  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [053bd9158885c1dcfc62bf5cf4557caf0be91fc1]

renaissance1: merge with DEV300_m75


2010-03-19  Andre Fischer  <af@openoffice.org>  [79d9e05729869c84b170263ea267d4cf49a808ab]

renaissance1: #i107215# Reorganized and improved layouting.


  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [7b2bbaf2aed7713b8671b9050d220552fa71e6ea]

impress195: merge with DEV300_m92


2010-07-14  Andre Fischer  <af@openoffice.org>  [f071bc4d7902c8d0195d4fe35238ecca532118ca]

impress195: #i64671# Fixed font pitch processing.

